diff --git a/sflphone-client-kde/po/README b/lang/README similarity index 93% rename from sflphone-client-kde/po/README rename to lang/README index ca322363bbae8b72363f1ab6ce674a052648dcea..f5505cdd1731dfeb7fcbc751c2c9710c149bd4fc 100644 --- a/sflphone-client-kde/po/README +++ b/lang/README @@ -1,4 +1,4 @@ -If you need to update translations files, just execute: +If you need to update the translations files, just execute: ./update.sh @@ -16,4 +16,4 @@ To be able to add strings from the ui files, and other non-c++ files which gener for fichier in `find . -name *.po ` ; do msgmerge --update $fichier sflphone-client-kde.pot ; done This command will update the po files in every subdirectory with the new pot file. -You will then be able to translate the new strings in each po file. \ No newline at end of file +You will then be able to translate the new strings in each po file. diff --git a/lang/copy-in-gnome.sh b/lang/copy-in-gnome.sh new file mode 100755 index 0000000000000000000000000000000000000000..f134525dbc620950587cfedb2a7d5de523ee9cf0 --- /dev/null +++ b/lang/copy-in-gnome.sh @@ -0,0 +1,5 @@ +for fichier in `find . -name sflphone.po ` +do +locale=`echo $fichier | cut -d / -f2` +cp $fichier ../sflphone-client-gnome/po/$locale/sflphone-client-gnome.po +done diff --git a/lang/copy-in-kde.sh b/lang/copy-in-kde.sh new file mode 100755 index 0000000000000000000000000000000000000000..9015f00f46df25f51af4b5cda07f3180f4d5dd0c --- /dev/null +++ b/lang/copy-in-kde.sh @@ -0,0 +1,5 @@ +for fichier in `find . -name sflphone.po ` +do +locale=`echo $fichier | cut -d / -f2` +cp $fichier ../sflphone-client-kde/po/$locale/sflphone-client-kde.po +done diff --git a/lang/de/sflphone.po b/lang/de/sflphone.po new file mode 100644 index 0000000000000000000000000000000000000000..00de38454b935b1e0f0028615c271a32aea76122 --- /dev/null +++ b/lang/de/sflphone.po @@ -0,0 +1,1309 @@ +# German translation of SFLphone. +# Copyright (C) 2008 The Free Software Foundation, Inc. +# This file is distributed under the GNU General Public License Version 3. +# +# Sven Werlen <sven.werlen@savoirfairelinux.com>, 2009. +msgid "" +msgstr "" +"Project-Id-Version: sflphone\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-16 15:14-0400\n" +"PO-Revision-Date: 2009-01-08 10:46-0500\n" +"Last-Translator: Sven Werlen <sven.werlen@savoirfairelinux.com>\n" +"Language-Team: SavoirFaire Linux Inc <sflphoneteam@savoirfairelinux.com>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 0.2\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: ../sflphone-client-kde/src/Account.cpp:34 +#: ../sflphone-client-gnome/src/accountlist.c:175 +msgctxt "account state" +msgid "Registered" +msgstr "Registriert" + +#: ../sflphone-client-kde/src/Account.cpp:36 +#: ../sflphone-client-gnome/src/accountlist.c:178 +msgctxt "account state" +msgid "Not Registered" +msgstr "Nicht registriert" + +#: ../sflphone-client-kde/src/Account.cpp:38 +#: ../sflphone-client-gnome/src/accountlist.c:181 +msgctxt "account state" +msgid "Trying..." +msgstr "Am versuchen..." + +#: ../sflphone-client-kde/src/Account.cpp:40 +#: ../sflphone-client-gnome/src/accountlist.c:184 +msgctxt "account state" +msgid "Error" +msgstr "Fehler" + +#: ../sflphone-client-kde/src/Account.cpp:42 +msgctxt "account state" +msgid "Authentication Failed" +msgstr "Falsche Authentifizierung" + +#: ../sflphone-client-kde/src/Account.cpp:44 +#: ../sflphone-client-gnome/src/accountlist.c:190 +msgctxt "account state" +msgid "Network unreachable" +msgstr "Kein netzwerk" + +#: ../sflphone-client-kde/src/Account.cpp:46 +#: ../sflphone-client-gnome/src/accountlist.c:193 +msgctxt "account state" +msgid "Host unreachable" +msgstr "Host unerreichbar" + +#: ../sflphone-client-kde/src/Account.cpp:48 +#: ../sflphone-client-gnome/src/accountlist.c:196 +msgctxt "account state" +msgid "Stun configuration error" +msgstr "Stun: Konfigurationsfehler" + +#: ../sflphone-client-kde/src/Account.cpp:50 +#: ../sflphone-client-gnome/src/accountlist.c:199 +msgctxt "account state" +msgid "Stun server invalid" +msgstr "Ungültiger Stun server" + +#: ../sflphone-client-kde/src/Account.cpp:51 +#: ../sflphone-client-gnome/src/accountlist.c:202 +msgctxt "account state" +msgid "Invalid" +msgstr "Ungültig" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:163 +#: ../sflphone-client-kde/src/AccountWizard.cpp:278 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:406 +msgid "Account creation wizard" +msgstr "SFLphone Konto (Konfigurationsassistent)" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:199 +#: ../sflphone-client-kde/src/AccountWizard.cpp:217 +#: ../sflphone-client-kde/src/AccountWizard.cpp:561 +#: ../sflphone-client-gnome/src/assistant.c:68 +#, c-format +msgid "This assistant is now finished." +msgstr "Assistent beendet." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:211 +msgid "Creation of account has failed for the reason" +msgstr "Konfigurationsassistent mit Fehler beendet" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:255 +#: ../sflphone-client-kde/src/AccountWizard.cpp:440 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:359 +#: ../sflphone-client-gnome/src/assistant.c:72 +msgid "Alias" +msgstr "Alias" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:256 +#: ../sflphone-client-kde/src/AccountWizard.cpp:441 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:366 +#: ../sflphone-client-gnome/src/assistant.c:75 +msgid "Server" +msgstr "Server" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:257 +#: ../sflphone-client-kde/src/AccountWizard.cpp:442 +#: ../sflphone-client-gnome/src/assistant.c:78 +msgid "Username" +msgstr "Benutzername" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:258 +#: ../sflphone-client-kde/src/AccountWizard.cpp:443 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:368 +msgid "Password" +msgstr "Passwort" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:259 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:360 +#: ../sflphone-client-gnome/src/config/configwindow.c:418 +msgid "Protocol" +msgstr "Protokoll" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:260 +#: ../sflphone-client-kde/src/AccountWizard.cpp:444 +msgid "Voicemail number" +msgstr "Voicemail Nummer" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:279 +#: ../sflphone-client-gnome/src/assistant.c:216 +msgid "Welcome to the Account creation wizard of SFLphone!" +msgstr "Wilkommen zu SFLphone!" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:281 +#: ../sflphone-client-gnome/src/assistant.c:217 +msgid "This installation wizard will help you configure an account." +msgstr "" +"The Installationsassistent wird Ihnen helfen, ein Konto zu konfigurieren." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:309 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Account" +msgstr "Konto" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:310 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Please select one of the following options" +msgstr "Bitte eine Option auswählen" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:312 +#: ../sflphone-client-gnome/src/assistant.c:251 +msgid "Create a free SIP/IAX2 account on sflphone.org" +msgstr "SIP/IAX2 Konto bei sflphone.org erstellen lassen" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:313 +#: ../sflphone-client-gnome/src/assistant.c:253 +msgid "Register an existing SIP or IAX2 account" +msgstr "Existierendes SIP/IAX2 Konto registrieren" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:352 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "VoIP Protocols" +msgstr "VoIP Protokoll" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:353 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "Select an account type" +msgstr "Kontotyp auswählen" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:355 +#: ../sflphone-client-gnome/src/assistant.c:233 +msgid "SIP (Session Initiation Protocol)" +msgstr "SIP (Session Initiation Protocol)" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:356 +#: ../sflphone-client-gnome/src/assistant.c:235 +msgid "IAX2 (InterAsterix Exchange)" +msgstr "IAX2 (InterAsterisk Exchange)" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:395 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "Optional email address" +msgstr "Fakultative E-mail-Adresse" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:396 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "This email address will be used to send your voicemail messages." +msgstr "" +"Diese E-mail-Adresse wird benutzt, um Ihnen voicemail Meldungen zu schicken." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:398 +msgid "Email address" +msgstr "E-mail-Adresse" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:432 +#: ../sflphone-client-gnome/src/assistant.c:266 +msgid "SIP account settings" +msgstr "Konfiguration des SIP Konto" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:436 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "IAX2 account settings" +msgstr "Konfiguration des IAX2 Konto" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:438 +#: ../sflphone-client-gnome/src/assistant.c:266 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "Please fill the following information" +msgstr "Folgende Informationen bitte ausfühlen" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:523 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:856 +msgid "Network Address Translation (NAT)" +msgstr "Network Address Translation (NAT)" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:524 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:536 +msgid "You should probably enable this if you are behind a firewall." +msgstr "Sie sollten dieses einschalten, falls Sie hinter einer Firewall sind." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:526 +msgid "Enable STUN" +msgstr "STUN einschalten" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:527 +msgid "Stun Server" +msgstr "Stun Server" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:562 +msgid "" +"After checking the settings you chose, click \"Finish\" to create the " +"account." +msgstr "Einstellungen prüfen, dann \"Finish\" drücken." + +#: ../sflphone-client-kde/src/ActionSetAccountFirst.cpp:26 +msgid "Default account" +msgstr "Default Konto" + +#: ../sflphone-client-kde/src/Call.cpp:116 +#: ../sflphone-client-gnome/src/contacts/calltree.c:322 +msgid "Transfer to : " +msgstr "Weiterleiten zu : " + +#: ../sflphone-client-kde/src/CodecListModel.cpp:89 +#: ../sflphone-client-gnome/src/actions.c:816 +msgid "Codec" +msgstr "Codec" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:93 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:279 +#: ../sflphone-client-gnome/src/config/audioconf.c:581 +msgid "Frequency" +msgstr "Frequenz" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:97 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:281 +#: ../sflphone-client-gnome/src/config/audioconf.c:586 +msgid "Bitrate" +msgstr "Bitrate" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:101 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:283 +#: ../sflphone-client-gnome/src/config/audioconf.c:591 +msgid "Bandwidth" +msgstr "Bandbreite" + +#: ../sflphone-client-kde/src/main.cpp:39 +msgid "SFLphone KDE Client" +msgstr "SFLphone KDE Client" + +#: ../sflphone-client-kde/src/main.cpp:43 +msgid "(C) 2009 Savoir-faire Linux" +msgstr "(C) 2009 Savoir-faire Linux" + +#: ../sflphone-client-kde/src/main.cpp:47 +msgid "Jérémy Quentin" +msgstr "Jérémy Quentin" + +#: ../sflphone-client-kde/src/main.cpp:48 +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "Ihre Namen" + +#: ../sflphone-client-kde/src/main.cpp:48 +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "Ihre E-Mail-Adressen" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:62 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-gnome/src/statusicon.c:126 +msgid "SFLphone" +msgstr "SFLphone" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:209 +msgid "Incoming call" +msgstr "Eingehende Anrufe" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 +msgid "You have an incoming call from" +msgstr "Sie haben einen Anruf aus" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 +msgid "Click to accept or refuse it." +msgstr "Klicken, um zu akzeptieren oder abzulehnen." + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:716 +msgid "Address book loading..." +msgstr "Adressbuch Laden..." + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:901 +#: ../sflphone-client-gnome/src/actions.c:89 +msgid "No registered accounts" +msgstr "Kein registriertes Konto" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:905 +#: ../sflphone-client-gnome/src/actions.c:83 +#: ../sflphone-client-gnome/src/actions.c:813 +msgid "Using account" +msgstr "Mit Konto" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +msgid "Main screen" +msgstr "Hauptbildschirm" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:165 +msgid "Call history" +msgstr "Liste der vorherigen Anrufen" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:407 +#: ../sflphone-client-gnome/src/toolbar.c:243 +#: ../sflphone-client-gnome/src/toolbar.c:245 +msgid "Address book" +msgstr "Adressbuch" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1108 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1173 +msgid "Edit before call" +msgstr "Vor Aufruf bearbeiten" + +#: ../sflphone-client-kde/src/sflphone_const.h:56 +#: ../sflphone-client-gnome/src/toolbar.c:167 +#: ../sflphone-client-gnome/src/toolbar.c:169 +msgid "New call" +msgstr "Neuer Anruf" + +#: ../sflphone-client-kde/src/sflphone_const.h:57 +#: ../sflphone-client-kde/src/sflphone_const.h:62 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:392 +#: ../sflphone-client-gnome/src/toolbar.c:186 +#: ../sflphone-client-gnome/src/toolbar.c:188 +msgid "Hang up" +msgstr "Auflegen" + +#: ../sflphone-client-kde/src/sflphone_const.h:58 +#: ../sflphone-client-gnome/src/toolbar.c:207 +#: ../sflphone-client-gnome/src/toolbar.c:209 +msgid "Hold on" +msgstr "In Warteschleife" + +#: ../sflphone-client-kde/src/sflphone_const.h:59 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:394 +#: ../sflphone-client-gnome/src/toolbar.c:220 +#: ../sflphone-client-gnome/src/toolbar.c:222 +msgid "Transfer" +msgstr "Weiterleiten" + +#: ../sflphone-client-kde/src/sflphone_const.h:60 +#: ../sflphone-client-gnome/src/toolbar.c:263 +msgid "Record" +msgstr "Gespräch aufzeichnen" + +#: ../sflphone-client-kde/src/sflphone_const.h:61 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:391 +#: ../sflphone-client-gnome/src/toolbar.c:176 +#: ../sflphone-client-gnome/src/toolbar.c:178 +msgid "Pick up" +msgstr "Abnehmen" + +#: ../sflphone-client-kde/src/sflphone_const.h:63 +#: ../sflphone-client-gnome/src/toolbar.c:196 +#: ../sflphone-client-gnome/src/toolbar.c:198 +msgid "Hold off" +msgstr "Aus Warteschleife" + +#: ../sflphone-client-kde/src/sflphone_const.h:64 +msgid "Give up transfer" +msgstr "Transfer aufgeben" + +#: ../sflphone-client-kde/src/sflphone_const.h:65 +msgid "Call back" +msgstr "Zurückrufen" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:48 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:306 +#: ../sflphone-client-gnome/src/config/configwindow.c:722 +#: ../sflphone-client-gnome/src/config/configwindow.c:791 +msgctxt "Config section" +msgid "General" +msgstr "Allgemein" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:49 +msgctxt "Config section" +msgid "Display" +msgstr "Display" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:50 +#: ../sflphone-client-gnome/src/config/configwindow.c:833 +msgctxt "Config section" +msgid "Accounts" +msgstr "Konten" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:51 +#: ../sflphone-client-gnome/src/config/configwindow.c:786 +msgctxt "Config section" +msgid "Audio" +msgstr "Audio" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:52 +#: ../sflphone-client-gnome/src/config/configwindow.c:801 +msgctxt "Config section" +msgid "Address Book" +msgstr "Adressbuch" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:53 +#: ../sflphone-client-gnome/src/config/configwindow.c:796 +msgctxt "Config section" +msgid "Recordings" +msgstr "Tonaufnahmen" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:54 +#: ../sflphone-client-gnome/src/config/configwindow.c:806 +msgctxt "Config section" +msgid "Hooks" +msgstr "Hooks" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:321 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:142 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:263 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:120 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:164 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:173 +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:90 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:390 +msgid "Form" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:323 +msgid "" +"By default, when you place a call, sflphone will use the first account in " +"this list which is \"registered\". Change the order of the accounts using " +"the \"Up\" and \"Down\" arrows. Enable/disable them by checking/unchecking " +"them on the left of the item. Add or remove some with \"Plus\" and \"Sub\" " +"buttons. Edit the selected account with the form on the right." +msgstr "" +"Sflphone verwendet das erste \"registrierte\" Konto in der Liste, wenn Sie " +"anrufen. Benutzen Sie die Pfeile, um die Anordnung der Kontos zu ändern. Mit " +"\"Plus\" und \"Minus\" können Sie ein Konto anlegen bzgl. entfernen. Mit " +"\"Editieren\" können Sie ein Konto bearbeiten. " + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:327 +msgid "Remove the selected account" +msgstr "Entfernen Sie das ausgewählte Konto" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:330 +msgid "" +"This button will remove the selected account in the list below. Be sure you " +"really don't need it anymore. If you think you might use it again later, " +"just uncheck it." +msgstr "" +"Diese Aktion entfernt das ausgewählte Konto aus der Liste. Stellen Sie " +"sicher, dass Sie es wirklich nicht mehr brauchen." + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:335 +msgid "Remove" +msgstr "Entfernen" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:336 +msgid "Backspace, Return" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:338 +msgid "Add a new account" +msgstr "Neues Konto anlegen" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:341 +msgid "" +"This button enables you to initialize a new account. You will then be able " +"to edit it using the form on the right." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:343 +msgid "Add" +msgstr "Hinzufügen" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:345 +msgid "Get this account down" +msgstr "Konto nach unten" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:348 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:355 +msgid "" +"By default, when you place a call, sflphone will use the first account in " +"this list which is \"registered\". Change the order of the accounts using " +"the \"Up\" and \"Down\" arrows." +msgstr "" +"Sflphone verwendet das erste \"registrierte\" Konto in der Liste, wenn Sie " +"anrufen. Benutzen Sie die Pfeile, um die Anordnung der Kontos zu ändern." + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:350 +msgid "Down" +msgstr "Unten" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:352 +msgid "Get this account up" +msgstr "Nach oben" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:357 +msgid "Up" +msgstr "Oben" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:358 +msgid "Apply" +msgstr "übernehmen" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:363 +msgid "SIP" +msgstr "SIP" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:364 +msgid "IAX" +msgstr "IAX" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:367 +msgid "User" +msgstr "Benutzername" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:369 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:396 +msgid "Mailbox" +msgstr "Mailbox" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:370 +msgid "State" +msgstr "Status" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:373 +msgid "Stun settings will be applied on each account" +msgstr "Alle SIP Kontos werden mit Stun Einstellungen angepasst." + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:374 +msgid "Enable Stun" +msgstr "Stun aktivieren" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:375 +msgid "choose Stun server (example : stunserver.org)" +msgstr "Stun Server auswählen (Bsp: stunserver.org)" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:143 +msgid "Maximum &results" +msgstr "Maximale Anzahl Resultaten" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:144 +msgid "Display &photo if available" +msgstr "Foto anzeigen" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:145 +msgid "Display phone numbers of these &types :" +msgstr "Nummer anzeigen für Typen :" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:146 +msgid "&Work" +msgstr "Arbeit" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:147 +msgid "&Mobile" +msgstr "Handy" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:148 +msgid "&Home" +msgstr "Heim" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:265 +msgid "Audio device" +msgstr "Audio Dateien" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:268 +msgid "ALSA" +msgstr "ALSA" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:269 +msgid "PulseAudio" +msgstr "Pulseaudio" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:271 +msgid "Enable ringtones" +msgstr "Klingeltöne aktivieren" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:272 +msgid "*.ul *.au *.wav" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:273 +msgid "&Codecs" +msgstr "Codecs" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:275 +msgid "Active" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:277 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:404 +#: ../sflphone-client-gnome/src/config/audioconf.c:576 +msgid "Name" +msgstr "Name" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:286 +#: ../sflphone-client-gnome/src/config/audioconf.c:795 +msgid "ALSA settings" +msgstr "ALSA Konfiguration" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:287 +#: ../sflphone-client-gnome/src/config/audioconf.c:662 +msgid "ALSA plugin" +msgstr "ALSA Plugin" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:288 +msgid "In" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:289 +msgid "Out" +msgstr "Ausgabe" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:290 +msgid "PulseAudio settings" +msgstr "Pulseaudio Einstellungen " + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:291 +msgid "Mute other applications during a call" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:121 +msgid "Enable notifications" +msgstr "Aktivieren Benachrichtungungen" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:122 +msgid "On incoming &calls" +msgstr "Auf eingehende Anrufe " + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:123 +msgid "On &messages" +msgstr "Auf Nachrichten" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:124 +msgid "Show main window" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:125 +msgid "On &start" +msgstr "Am Start" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:126 +msgid "On &incoming calls" +msgstr "Auf eingehende Anrufe " + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:166 +msgid "Keep my history for at least" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:167 +msgid "days" +msgstr "Tag" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:168 +msgid "Clear history" +msgstr "Vorherigen Anrufen leeren" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:169 +msgid "Connection" +msgstr "Connection" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:170 +#: ../sflphone-client-gnome/src/config/configwindow.c:664 +msgid "SIP Port" +msgstr "SIP Port" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:171 +msgid "Attention " +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:174 +#: ../sflphone-client-gnome/src/config/hooks-config.c:130 +msgid "URL Argument" +msgstr "URL Argumen" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:175 +#, c-format +msgid "Custom commands with URL %s will be replaced with the passed URL." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:176 +msgid "Trigger on specific SIP header" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:177 +msgid "Trigger on IAX2 URL" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:178 +msgid "Command to run" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:179 +msgid "Phone number formatting" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:180 +msgid "Add phone number prefix" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:91 +msgid "General" +msgstr "Allgemein" + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:92 +#: ../sflphone-client-gnome/src/config/configwindow.c:726 +msgid "Destination folder" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:393 +msgid "Hold" +msgstr "In Warteschleife" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:395 +#: ../sflphone-client-gnome/src/toolbar.c:232 +#: ../sflphone-client-gnome/src/toolbar.c:234 +msgid "History" +msgstr "Vorherige Anrufe" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:397 +msgid "Configure accounts" +msgstr "Konfigurierten Konten" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:398 +msgid "Configure audio" +msgstr "Konfigurieren SFLphone" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:399 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:401 +msgid "Configure SFLphone" +msgstr "Konfigurieren SFLphone" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:403 +msgid "Display volume bars" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:404 +msgid "Display dialpad" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:405 +msgctxt "Action record a call" +msgid "Record" +msgstr "Gespräch aufzeichnen" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:408 +msgid "Attention:number of results exceeds max displayed." +msgstr "" + +#: ../sflphone-client-gnome/src/accountlist.c:187 +msgid "accounr state" +msgstr "Kontoeinstellungen" + +#: ../sflphone-client-gnome/src/actions.c:54 +#: ../sflphone-client-gnome/src/sflnotify.c:94 +#, c-format +msgid "%d voice mail" +msgid_plural "%d voice mails" +msgstr[0] "%d Voice Nachricht" +msgstr[1] "%d Voice Nachricht" + +#: ../sflphone-client-gnome/src/actions.c:234 +msgid "" +"Unable to connect to the SFLphone server.\n" +"Make sure the daemon is running." +msgstr "" +"SFLphone Server kann nicht verbunden werden. Stellen Sie sicher, dass der " +"Dämon läuft." + +#: ../sflphone-client-gnome/src/actions.c:809 +#, c-format +msgid "IP call - %s" +msgstr "IP Anruf - %s" + +#: ../sflphone-client-gnome/src/actions.c:908 +#, c-format +msgid "" +"<b>Error: No audio codecs found.\n" +"\n" +"</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>.sflphone</" +"b> directory in your home( <i>%s</i> )" +msgstr "" +"<b>Fehler: Kein Audio-Codec gefunden.\n" +"\n" +"</b> SFL Audio-Codecs müssen in <i>%s</i> oder <b>.sflphone</b> Ihres HOME-" +"Verzeichniss ( <i>%s</i> ) gespeichert werden." + +#: ../sflphone-client-gnome/src/assistant.c:70 +msgid "" +"You can at any time check your registration state or modify your accounts " +"parameters in the Options/Accounts window." +msgstr "" +"Sie können jederzeit Ihres Registrierungsstatus überprüfen oder " +"IhreKontoparameter ändern (Optionen/Konten)." + +#: ../sflphone-client-gnome/src/assistant.c:190 +msgid "SFLphone account creation wizard" +msgstr "SFLphone Konto (Konfigurationsassistent)" + +#: ../sflphone-client-gnome/src/assistant.c:274 +#: ../sflphone-client-gnome/src/assistant.c:370 +#: ../sflphone-client-gnome/src/config/accountwindow.c:153 +msgid "_Alias" +msgstr "_Alias" + +#: ../sflphone-client-gnome/src/assistant.c:282 +#: ../sflphone-client-gnome/src/assistant.c:378 +#: ../sflphone-client-gnome/src/config/accountwindow.c:189 +msgid "_Host name" +msgstr "_Hostname" + +#: ../sflphone-client-gnome/src/assistant.c:290 +#: ../sflphone-client-gnome/src/assistant.c:386 +#: ../sflphone-client-gnome/src/config/accountwindow.c:197 +msgid "_User name" +msgstr "_Benutzername" + +#: ../sflphone-client-gnome/src/assistant.c:306 +#: ../sflphone-client-gnome/src/assistant.c:401 +#: ../sflphone-client-gnome/src/config/accountwindow.c:212 +msgid "_Password" +msgstr "_Passwort" + +#: ../sflphone-client-gnome/src/assistant.c:324 +#: ../sflphone-client-gnome/src/assistant.c:417 +#: ../sflphone-client-gnome/src/config/accountwindow.c:228 +msgid "_Voicemail number" +msgstr "_Voicemail Nummer" + +#: ../sflphone-client-gnome/src/assistant.c:347 +msgid "_Email address" +msgstr "_Email" + +#: ../sflphone-client-gnome/src/assistant.c:444 +#: ../sflphone-client-gnome/src/config/configwindow.c:532 +msgid "E_nable STUN" +msgstr "STUN Ei_nschalten" + +#: ../sflphone-client-gnome/src/assistant.c:451 +msgid "_STUN server" +msgstr "_STUN Server" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Account Registration" +msgstr "Konto Registrierung" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Congratulations!" +msgstr "Gratulation!" + +#: ../sflphone-client-gnome/src/errors.c:29 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening playback device" +msgstr "" +"ALSA Benachrichtigung\n" +"\n" +"Fehler während Öffnen des \"playback device\"" + +#: ../sflphone-client-gnome/src/errors.c:32 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening capture device" +msgstr "" +"ALSA Benachrichtigung\n" +"\n" +"Fehler während Öffnen des \"capture device\"" + +#: ../sflphone-client-gnome/src/errors.c:35 +msgid "" +"Pulseaudio notification\n" +"\n" +"Pulseaudio is not running" +msgstr "" +"Pulseaudio Benachrichtigung\n" +"\n" +"Pulseaudio nicht gestartet" + +#: ../sflphone-client-gnome/src/mainwindow.c:70 +msgid "There is one call in progress." +msgstr "Laufender Anruf." + +#: ../sflphone-client-gnome/src/mainwindow.c:74 +msgid "There are calls in progress." +msgstr "Laufende Anrufe." + +#: ../sflphone-client-gnome/src/mainwindow.c:83 +msgid "Do you still want to quit?" +msgstr "" + +#: ../sflphone-client-gnome/src/mainwindow.c:284 +msgid "SFLphone Error" +msgstr "SFLphone Fehler" + +#: ../sflphone-client-gnome/src/menus.c:134 +msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols." +msgstr "SFLphone ist ein VoIP Client (kompatibel mit SIP und IAX2 Protokolle)" + +#: ../sflphone-client-gnome/src/menus.c:137 +msgid "About SFLphone" +msgstr "Über SFLphone" + +#: ../sflphone-client-gnome/src/menus.c:161 +msgid "_Help" +msgstr "_Hilfe" + +#: ../sflphone-client-gnome/src/menus.c:296 +#: ../sflphone-client-gnome/src/menus.c:953 +msgid "_New call" +msgstr "_Neuer Anruf" + +#: ../sflphone-client-gnome/src/menus.c:308 +#: ../sflphone-client-gnome/src/menus.c:785 +msgid "_Pick up" +msgstr "_Abnehmen" + +#: ../sflphone-client-gnome/src/menus.c:318 +#: ../sflphone-client-gnome/src/menus.c:797 +msgid "_Hang up" +msgstr "A_uflegen" + +#: ../sflphone-client-gnome/src/menus.c:328 +#: ../sflphone-client-gnome/src/menus.c:809 +msgid "On _Hold" +msgstr "in _Warteschleife" + +#: ../sflphone-client-gnome/src/menus.c:340 +#: ../sflphone-client-gnome/src/menus.c:821 +msgid "_Record" +msgstr "_Gespräch aufzeichnen" + +#: ../sflphone-client-gnome/src/menus.c:354 +msgid "_Account creation wizard" +msgstr "SFLphone _Konto (Konfigurationsassistent)" + +#: ../sflphone-client-gnome/src/menus.c:384 +msgid "_Call" +msgstr "_Anruf" + +#: ../sflphone-client-gnome/src/menus.c:552 +msgid "Clear _history" +msgstr "Liste der vorherigen Anrufen _leeren" + +#: ../sflphone-client-gnome/src/menus.c:564 +msgid "_Accounts" +msgstr "_Konten" + +#: ../sflphone-client-gnome/src/menus.c:579 +msgid "_Edit" +msgstr "_Editieren" + +#: ../sflphone-client-gnome/src/menus.c:631 +msgid "_Dialpad" +msgstr "_Wählscheibe" + +#: ../sflphone-client-gnome/src/menus.c:643 +msgid "_Volume controls" +msgstr "Lautstärke Kontrollen" + +#: ../sflphone-client-gnome/src/menus.c:661 +msgid "_View" +msgstr "_Anzeigen" + +#: ../sflphone-client-gnome/src/menus.c:881 +msgid "_Call back" +msgstr "_zurückrufen" + +#: ../sflphone-client-gnome/src/menus.c:1061 +msgid "Edit phone number" +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:1072 +msgid "Edit the phone number before making a call" +msgstr "" + +#: ../sflphone-client-gnome/src/sflnotify.c:71 +#: ../sflphone-client-gnome/src/sflnotify.c:91 +#, c-format +msgid "%s account : %s" +msgstr "Konto %s : %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:75 +#, c-format +msgid "<i>From</i> %s" +msgstr "<i>Von</i> %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:111 +#, c-format +msgid "Calling with %s account <i>%s</i>" +msgstr "Mit %s Konto <i>%s</i> anrufen" + +#: ../sflphone-client-gnome/src/sflnotify.c:115 +msgid "Current account" +msgstr "Aktuelles Konto" + +#: ../sflphone-client-gnome/src/sflnotify.c:130 +msgid "You have no accounts set up" +msgstr "Sie haben noch kein Konto eingestellt" + +#: ../sflphone-client-gnome/src/sflnotify.c:131 +#: ../sflphone-client-gnome/src/sflnotify.c:148 +msgid "Error" +msgstr "Fehler" + +#: ../sflphone-client-gnome/src/sflnotify.c:147 +msgid "You have no registered accounts" +msgstr "Sie haben noch kein registriertes Konto" + +#: ../sflphone-client-gnome/src/sliders.c:161 +msgid "Speakers volume" +msgstr "Lautsprecher Lautstärke" + +#: ../sflphone-client-gnome/src/sliders.c:163 +msgid "Mic volume" +msgstr "Mikro Lautstärke" + +#: ../sflphone-client-gnome/src/statusicon.c:91 +msgid "_Show main window" +msgstr "_Hauptfenster anzeigen" + +#: ../sflphone-client-gnome/src/statusicon.c:127 +#, c-format +msgid "%i account configured" +msgid_plural "%i accounts configured" +msgstr[0] "%i Konto konfiguriert" +msgstr[1] "%i Konten konfiguriert" + +#: ../sflphone-client-gnome/src/toolbar.c:52 +#: ../sflphone-client-gnome/src/toolbar.c:251 +#: ../sflphone-client-gnome/src/toolbar.c:255 +msgid "Voicemail" +msgstr "Voicemail" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:113 +msgid "Account settings" +msgstr "Kontoeinstellungen" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:147 +msgid "_Enable this account" +msgstr "_Einschalten" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:161 +msgid "_Protocol" +msgstr "_Protokoll" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:179 +msgid "Unknown" +msgstr "unbekannt" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:312 +msgid "_Use Evolution address books" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:319 +msgid "Download limit :" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:327 +msgid "cards" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:333 +msgid "_Display contact photo if available" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:341 +msgid "Fields from Evolution's address books" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:345 +msgid "_Work" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:351 +msgid "_Home" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:357 +msgid "_Mobile" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:364 +msgid "Address Books" +msgstr "Adressbücher" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:368 +msgid "Select which Evolution address books to use" +msgstr "" + +#: ../sflphone-client-gnome/src/config/audioconf.c:684 +msgid "Output" +msgstr "Ausgabe" + +#: ../sflphone-client-gnome/src/config/audioconf.c:706 +msgid "Input" +msgstr "Eingabe" + +#: ../sflphone-client-gnome/src/config/audioconf.c:741 +msgid "_Voice Activity Detection" +msgstr "" + +#: ../sflphone-client-gnome/src/config/audioconf.c:751 +msgid "_Noise Reduction (Narrow-Band Companding)" +msgstr "" + +#: ../sflphone-client-gnome/src/config/audioconf.c:780 +msgid "Sound Manager" +msgstr "Sound Manager" + +#: ../sflphone-client-gnome/src/config/audioconf.c:783 +msgid "_Pulseaudio" +msgstr "Pulseaudio" + +#: ../sflphone-client-gnome/src/config/audioconf.c:788 +msgid "_ALSA" +msgstr "ALSA" + +#: ../sflphone-client-gnome/src/config/audioconf.c:812 +msgid "Codecs" +msgstr "Codecs" + +#: ../sflphone-client-gnome/src/config/audioconf.c:835 +msgid "Ringtones" +msgstr "Klingeltöne" + +#: ../sflphone-client-gnome/src/config/audioconf.c:841 +msgid "_Enable ringtones" +msgstr "Klingeltöne _einschalten" + +#: ../sflphone-client-gnome/src/config/audioconf.c:847 +msgid "Choose a ringtone" +msgstr "Klingelton auswählen" + +#: ../sflphone-client-gnome/src/config/audioconf.c:853 +msgid "Audio Files" +msgstr "Audio Dateien" + +#: ../sflphone-client-gnome/src/config/configwindow.c:425 +msgid "Status" +msgstr "Status" + +#: ../sflphone-client-gnome/src/config/configwindow.c:528 +msgid "Stun parameters will be applied on each SIP account created." +msgstr "Alle SIP Kontos werden mit Stun Einstellungen angepasst." + +#: ../sflphone-client-gnome/src/config/configwindow.c:544 +msgid "Format : name.server:port" +msgstr "Format: Name.Server:Port" + +#: ../sflphone-client-gnome/src/config/configwindow.c:589 +msgid "Desktop Notifications" +msgstr "Desktopbenachrichtigungen" + +#: ../sflphone-client-gnome/src/config/configwindow.c:593 +msgid "_Enable notifications" +msgstr "Benachrichtigungen _einschalten" + +#: ../sflphone-client-gnome/src/config/configwindow.c:599 +msgid "Enable voicemail _notifications" +msgstr "_Benachrichtigung für Voice Nachrichten" + +#: ../sflphone-client-gnome/src/config/configwindow.c:611 +msgid "System Tray Icon" +msgstr "Benachrichtigungsfeld (\"System Tray\") Icon" + +#: ../sflphone-client-gnome/src/config/configwindow.c:614 +msgid "_Popup main window on incoming call" +msgstr "Hauptfenster anzeigen wenn eingehendes Gespräch" + +#: ../sflphone-client-gnome/src/config/configwindow.c:619 +msgid "Ne_ver popup main window" +msgstr "_Hauptfenster nie anzeigen" + +#: ../sflphone-client-gnome/src/config/configwindow.c:623 +msgid "Hide SFLphone window on _startup" +msgstr "_Unsichtbar beim Start" + +#: ../sflphone-client-gnome/src/config/configwindow.c:629 +msgid "Calls History" +msgstr "Liste der vorherigen Anrufen" + +#: ../sflphone-client-gnome/src/config/configwindow.c:632 +msgctxt "Beginning of 'Keep my history for at least n days.'" +msgid "_Keep my history for at least" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:643 +msgctxt "End of 'Keep my history for at least n days.'" +msgid "days" +msgstr "Tag" + +#: ../sflphone-client-gnome/src/config/configwindow.c:647 +msgid "PulseAudio sound server" +msgstr "PulseAudio Sound Server" + +#: ../sflphone-client-gnome/src/config/configwindow.c:650 +msgid "_Mute other applications during a call" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:677 +msgid "Port" +msgstr "Port" + +#: ../sflphone-client-gnome/src/config/configwindow.c:732 +msgid "Select a folder" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:766 +msgid "Preferences" +msgstr "Einstellungen" + +#: ../sflphone-client-gnome/src/config/configwindow.c:845 +msgid "Configured Accounts" +msgstr "Konfigurierten Konten" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:135 +msgid "Custom commands on incoming calls with URL" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:138 +#, c-format +msgid "%s will be replaced with the passed URL." +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:141 +msgid "Trigger on specific _SIP header" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:150 +msgid "Trigger on _IAX2 URL" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:155 +msgid "Command to _run" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:165 +msgid "Phone number rewriting" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:169 +msgid "_Prefix dialed numbers with" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:56 +msgid "Search all" +msgstr "Suche in allen" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:57 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:70 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:82 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:94 +msgid "Click here to change the search type" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:69 +msgid "Search by missed call" +msgstr "Suche nach Anruf in Abwesenheit " + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:81 +msgid "Search by incoming call" +msgstr "Suche nach eingehenden Anruf " + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:93 +msgid "Search by outgoing call" +msgstr "Suche nach ausgehenden Anru" + +#~ msgid "Enable address book" +#~ msgstr "Aktivieren Adressbuch" + +#~ msgid "Sound manager" +#~ msgstr "Sound Manager" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" diff --git a/lang/es/sflphone.po b/lang/es/sflphone.po new file mode 100644 index 0000000000000000000000000000000000000000..7ce16ddf58b9896277d0ca50a9b4fe53a0e4d815 --- /dev/null +++ b/lang/es/sflphone.po @@ -0,0 +1,1500 @@ +# Spanish translation of SFLphone. +# Copyright (C) 2008 2009 The Free Software Foundation, Inc. +# This file is distributed under the GNU General Public License Version 3. +# +# Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>, 2008. +# +# POT-Creation-Date: 2007-01-13 01:39+0100\n +msgid "" +msgstr "" +"Project-Id-Version: SFLphone 0.9.4\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-16 15:14-0400\n" +"PO-Revision-Date: 2008-08-11 11:53+0200\n" +"Last-Translator: Carlos Galisteo <cgalisteo AT k-rolus.net>\n" +"Language-Team: SavoirFaireLinux Inc <sflphoneteam@savoirfairelinux.com>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n>1;\n" + +#: ../sflphone-client-kde/src/Account.cpp:34 +#: ../sflphone-client-gnome/src/accountlist.c:175 +msgctxt "account state" +msgid "Registered" +msgstr "Registrado" + +#: ../sflphone-client-kde/src/Account.cpp:36 +#: ../sflphone-client-gnome/src/accountlist.c:178 +msgctxt "account state" +msgid "Not Registered" +msgstr "No registrado" + +#: ../sflphone-client-kde/src/Account.cpp:38 +#: ../sflphone-client-gnome/src/accountlist.c:181 +msgctxt "account state" +msgid "Trying..." +msgstr "Intentando..." + +#: ../sflphone-client-kde/src/Account.cpp:40 +#: ../sflphone-client-gnome/src/accountlist.c:184 +msgctxt "account state" +msgid "Error" +msgstr "Error" + +#: ../sflphone-client-kde/src/Account.cpp:42 +msgctxt "account state" +msgid "Authentication Failed" +msgstr "Autenticación erronea" + +#: ../sflphone-client-kde/src/Account.cpp:44 +#: ../sflphone-client-gnome/src/accountlist.c:190 +msgctxt "account state" +msgid "Network unreachable" +msgstr "Red Inaccesible" + +#: ../sflphone-client-kde/src/Account.cpp:46 +#: ../sflphone-client-gnome/src/accountlist.c:193 +msgctxt "account state" +msgid "Host unreachable" +msgstr "Parte del servidor" + +#: ../sflphone-client-kde/src/Account.cpp:48 +#: ../sflphone-client-gnome/src/accountlist.c:196 +msgctxt "account state" +msgid "Stun configuration error" +msgstr "Error de configuración Stun" + +#: ../sflphone-client-kde/src/Account.cpp:50 +#: ../sflphone-client-gnome/src/accountlist.c:199 +msgctxt "account state" +msgid "Stun server invalid" +msgstr "Servidor stun inválido" + +#: ../sflphone-client-kde/src/Account.cpp:51 +#: ../sflphone-client-gnome/src/accountlist.c:202 +msgctxt "account state" +msgid "Invalid" +msgstr "Inválido" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:163 +#: ../sflphone-client-kde/src/AccountWizard.cpp:278 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:406 +msgid "Account creation wizard" +msgstr "Asistente de configuración de cuentas" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:199 +#: ../sflphone-client-kde/src/AccountWizard.cpp:217 +#: ../sflphone-client-kde/src/AccountWizard.cpp:561 +#: ../sflphone-client-gnome/src/assistant.c:68 +#, c-format +msgid "This assistant is now finished." +msgstr "Ese asistante ha finalizado." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:211 +msgid "Creation of account has failed for the reason" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:255 +#: ../sflphone-client-kde/src/AccountWizard.cpp:440 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:359 +#: ../sflphone-client-gnome/src/assistant.c:72 +msgid "Alias" +msgstr "Alias" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:256 +#: ../sflphone-client-kde/src/AccountWizard.cpp:441 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:366 +#: ../sflphone-client-gnome/src/assistant.c:75 +msgid "Server" +msgstr "Servidor" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:257 +#: ../sflphone-client-kde/src/AccountWizard.cpp:442 +#: ../sflphone-client-gnome/src/assistant.c:78 +msgid "Username" +msgstr "Usuario" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:258 +#: ../sflphone-client-kde/src/AccountWizard.cpp:443 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:368 +msgid "Password" +msgstr "Contraseña" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:259 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:360 +#: ../sflphone-client-gnome/src/config/configwindow.c:418 +msgid "Protocol" +msgstr "Protocolo" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:260 +#: ../sflphone-client-kde/src/AccountWizard.cpp:444 +msgid "Voicemail number" +msgstr "Número de buzón de voz" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:279 +#: ../sflphone-client-gnome/src/assistant.c:216 +msgid "Welcome to the Account creation wizard of SFLphone!" +msgstr "¡Bienvenido al asistente de configuración de cuentas de SFLphone" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:281 +#: ../sflphone-client-gnome/src/assistant.c:217 +msgid "This installation wizard will help you configure an account." +msgstr "Este asistente de instalación le ayudará a configurar una cuenta." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:309 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Account" +msgstr "Cuenta" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:310 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Please select one of the following options" +msgstr "Por favor, elija una de las siguientes opciones" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:312 +#: ../sflphone-client-gnome/src/assistant.c:251 +msgid "Create a free SIP/IAX2 account on sflphone.org" +msgstr "Crear una cuenta SIP/IAX2 gratis en sflphone.org" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:313 +#: ../sflphone-client-gnome/src/assistant.c:253 +msgid "Register an existing SIP or IAX2 account" +msgstr "Registrar una cuenta SIP o IAX2 existente" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:352 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "VoIP Protocols" +msgstr "Protocolos VoIP" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:353 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "Select an account type" +msgstr "Escoja un tipo de cuenta" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:355 +#: ../sflphone-client-gnome/src/assistant.c:233 +msgid "SIP (Session Initiation Protocol)" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:356 +#: ../sflphone-client-gnome/src/assistant.c:235 +msgid "IAX2 (InterAsterix Exchange)" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:395 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "Optional email address" +msgstr "Dirección de correo opcional" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:396 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "This email address will be used to send your voicemail messages." +msgstr "Esta dirección de correo se usará para mandar sus mensajes de voz" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:398 +msgid "Email address" +msgstr "Dirección de correo" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:432 +#: ../sflphone-client-gnome/src/assistant.c:266 +msgid "SIP account settings" +msgstr "Configuración de cuenta SIP" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:436 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "IAX2 account settings" +msgstr "Configuración de cuenta IAX2" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:438 +#: ../sflphone-client-gnome/src/assistant.c:266 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "Please fill the following information" +msgstr "Por favor, rellene la siguiente información" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:523 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:856 +msgid "Network Address Translation (NAT)" +msgstr "Conversión de Dirección de Red (NAT)" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:524 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:536 +msgid "You should probably enable this if you are behind a firewall." +msgstr "Probablemente tiene que activar esto si está detrás de un cortafuegos." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:526 +msgid "Enable STUN" +msgstr "Activar STUN" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:527 +msgid "Stun Server" +msgstr "Servidor STUN" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:562 +msgid "" +"After checking the settings you chose, click \"Finish\" to create the " +"account." +msgstr "" + +#: ../sflphone-client-kde/src/ActionSetAccountFirst.cpp:26 +msgid "Default account" +msgstr "" + +#: ../sflphone-client-kde/src/Call.cpp:116 +#: ../sflphone-client-gnome/src/contacts/calltree.c:322 +msgid "Transfer to : " +msgstr "Transferir a : " + +#: ../sflphone-client-kde/src/CodecListModel.cpp:89 +#: ../sflphone-client-gnome/src/actions.c:816 +msgid "Codec" +msgstr "Códec" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:93 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:279 +#: ../sflphone-client-gnome/src/config/audioconf.c:581 +msgid "Frequency" +msgstr "Frecuencia" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:97 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:281 +#: ../sflphone-client-gnome/src/config/audioconf.c:586 +msgid "Bitrate" +msgstr "Tasa de transferencia" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:101 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:283 +#: ../sflphone-client-gnome/src/config/audioconf.c:591 +msgid "Bandwidth" +msgstr "Ancho de banda" + +#: ../sflphone-client-kde/src/main.cpp:39 +msgid "SFLphone KDE Client" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:43 +msgid "(C) 2009 Savoir-faire Linux" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:47 +msgid "Jérémy Quentin" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:48 +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:48 +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:62 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-gnome/src/statusicon.c:126 +msgid "SFLphone" +msgstr "SFLphone" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:209 +msgid "Incoming call" +msgstr "Llamada entrante" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 +msgid "You have an incoming call from" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 +msgid "Click to accept or refuse it." +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:716 +msgid "Address book loading..." +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:901 +#: ../sflphone-client-gnome/src/actions.c:89 +msgid "No registered accounts" +msgstr "Ninguna cuenta registrada" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:905 +#: ../sflphone-client-gnome/src/actions.c:83 +#: ../sflphone-client-gnome/src/actions.c:813 +msgid "Using account" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +msgid "Main screen" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:165 +msgid "Call history" +msgstr "Historia de Llamada" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:407 +#: ../sflphone-client-gnome/src/toolbar.c:243 +#: ../sflphone-client-gnome/src/toolbar.c:245 +msgid "Address book" +msgstr "Libreta de contactos" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1108 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1173 +msgid "Edit before call" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:56 +#: ../sflphone-client-gnome/src/toolbar.c:167 +#: ../sflphone-client-gnome/src/toolbar.c:169 +msgid "New call" +msgstr "Nueva llamada" + +#: ../sflphone-client-kde/src/sflphone_const.h:57 +#: ../sflphone-client-kde/src/sflphone_const.h:62 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:392 +#: ../sflphone-client-gnome/src/toolbar.c:186 +#: ../sflphone-client-gnome/src/toolbar.c:188 +msgid "Hang up" +msgstr "Colgar" + +#: ../sflphone-client-kde/src/sflphone_const.h:58 +#: ../sflphone-client-gnome/src/toolbar.c:207 +#: ../sflphone-client-gnome/src/toolbar.c:209 +msgid "Hold on" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:59 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:394 +#: ../sflphone-client-gnome/src/toolbar.c:220 +#: ../sflphone-client-gnome/src/toolbar.c:222 +msgid "Transfer" +msgstr "Transferir" + +#: ../sflphone-client-kde/src/sflphone_const.h:60 +#: ../sflphone-client-gnome/src/toolbar.c:263 +msgid "Record" +msgstr "Recordar" + +#: ../sflphone-client-kde/src/sflphone_const.h:61 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:391 +#: ../sflphone-client-gnome/src/toolbar.c:176 +#: ../sflphone-client-gnome/src/toolbar.c:178 +msgid "Pick up" +msgstr "Descolgar" + +#: ../sflphone-client-kde/src/sflphone_const.h:63 +#: ../sflphone-client-gnome/src/toolbar.c:196 +#: ../sflphone-client-gnome/src/toolbar.c:198 +msgid "Hold off" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:64 +msgid "Give up transfer" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:65 +msgid "Call back" +msgstr "Llamar" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:48 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:306 +#: ../sflphone-client-gnome/src/config/configwindow.c:722 +#: ../sflphone-client-gnome/src/config/configwindow.c:791 +msgctxt "Config section" +msgid "General" +msgstr "General" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:49 +msgctxt "Config section" +msgid "Display" +msgstr "" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:50 +#: ../sflphone-client-gnome/src/config/configwindow.c:833 +msgctxt "Config section" +msgid "Accounts" +msgstr "Cuentas" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:51 +#: ../sflphone-client-gnome/src/config/configwindow.c:786 +msgctxt "Config section" +msgid "Audio" +msgstr "Audio" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:52 +#: ../sflphone-client-gnome/src/config/configwindow.c:801 +msgctxt "Config section" +msgid "Address Book" +msgstr "Libreta de direcciones" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:53 +#: ../sflphone-client-gnome/src/config/configwindow.c:796 +msgctxt "Config section" +msgid "Recordings" +msgstr "Grabaciones" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:54 +#: ../sflphone-client-gnome/src/config/configwindow.c:806 +msgctxt "Config section" +msgid "Hooks" +msgstr "Disparadores" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:321 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:142 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:263 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:120 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:164 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:173 +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:90 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:390 +msgid "Form" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:323 +msgid "" +"By default, when you place a call, sflphone will use the first account in " +"this list which is \"registered\". Change the order of the accounts using " +"the \"Up\" and \"Down\" arrows. Enable/disable them by checking/unchecking " +"them on the left of the item. Add or remove some with \"Plus\" and \"Sub\" " +"buttons. Edit the selected account with the form on the right." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:327 +msgid "Remove the selected account" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:330 +msgid "" +"This button will remove the selected account in the list below. Be sure you " +"really don't need it anymore. If you think you might use it again later, " +"just uncheck it." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:335 +msgid "Remove" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:336 +msgid "Backspace, Return" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:338 +msgid "Add a new account" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:341 +msgid "" +"This button enables you to initialize a new account. You will then be able " +"to edit it using the form on the right." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:343 +msgid "Add" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:345 +msgid "Get this account down" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:348 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:355 +msgid "" +"By default, when you place a call, sflphone will use the first account in " +"this list which is \"registered\". Change the order of the accounts using " +"the \"Up\" and \"Down\" arrows." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:350 +msgid "Down" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:352 +msgid "Get this account up" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:357 +msgid "Up" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:358 +msgid "Apply" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:363 +msgid "SIP" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:364 +msgid "IAX" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:367 +msgid "User" +msgstr "Usuario" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:369 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:396 +msgid "Mailbox" +msgstr "Mensaje de voz" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:370 +msgid "State" +msgstr "Estado" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:373 +msgid "Stun settings will be applied on each account" +msgstr "Parámetros de stun se aplicarán a cada cuenta SIP creada." + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:374 +msgid "Enable Stun" +msgstr "Activar STUN" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:375 +msgid "choose Stun server (example : stunserver.org)" +msgstr "Elija un servidor Stun (ejemplo : stunserver.org)" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:143 +msgid "Maximum &results" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:144 +msgid "Display &photo if available" +msgstr "Mostrar fotos de contactos, si está disponible" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:145 +msgid "Display phone numbers of these &types :" +msgstr "Usar los siguientes campos de la libreta de direcciones" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:146 +msgid "&Work" +msgstr "Profesional" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:147 +msgid "&Mobile" +msgstr "Movil" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:148 +msgid "&Home" +msgstr "Personal" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:265 +msgid "Audio device" +msgstr "Archivos de Audio" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:268 +msgid "ALSA" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:269 +msgid "PulseAudio" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:271 +msgid "Enable ringtones" +msgstr "Habilitar tonos de llamada" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:272 +msgid "*.ul *.au *.wav" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:273 +msgid "&Codecs" +msgstr "Códecs" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:275 +msgid "Active" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:277 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:404 +#: ../sflphone-client-gnome/src/config/audioconf.c:576 +msgid "Name" +msgstr "Nombre" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:286 +#: ../sflphone-client-gnome/src/config/audioconf.c:795 +msgid "ALSA settings" +msgstr "Configuración de ALSA" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:287 +#: ../sflphone-client-gnome/src/config/audioconf.c:662 +msgid "ALSA plugin" +msgstr "Plugin ALSA" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:288 +msgid "In" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:289 +msgid "Out" +msgstr "Salida" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:290 +msgid "PulseAudio settings" +msgstr "Configuración de PulseAudio" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:291 +msgid "Mute other applications during a call" +msgstr "Silenciar el resto de aplicaciones durante una llamada" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:121 +msgid "Enable notifications" +msgstr "Habilitar notificaciones" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:122 +msgid "On incoming &calls" +msgstr "Al recibir llamadas" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:123 +msgid "On &messages" +msgstr "Al recibir mensajes" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:124 +msgid "Show main window" +msgstr "Mostrar ventana principal" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:125 +msgid "On &start" +msgstr "En el arranque" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:126 +msgid "On &incoming calls" +msgstr "Al recibir llamadas" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:166 +msgid "Keep my history for at least" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:167 +msgid "days" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:168 +msgid "Clear history" +msgstr "Limpiar historial" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:169 +msgid "Connection" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:170 +#: ../sflphone-client-gnome/src/config/configwindow.c:664 +msgid "SIP Port" +msgstr "Puerto SIP" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:171 +msgid "Attention " +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:174 +#: ../sflphone-client-gnome/src/config/hooks-config.c:130 +msgid "URL Argument" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:175 +msgid "Custom commands with URL %s will be replaced with the passed URL." +msgstr "%s se remplazará por la URL." + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:176 +msgid "Trigger on specific SIP header" +msgstr "Evento desencadenado con una cabecera SIP especÃfica" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:177 +msgid "Trigger on IAX2 URL" +msgstr "Evento desencadenado con una URL IAX2" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:178 +msgid "Command to run" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:179 +msgid "Phone number formatting" +msgstr "Reescritura de número de teléfono" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:180 +msgid "Add phone number prefix" +msgstr "Reescritura de número de teléfono" + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:91 +msgid "General" +msgstr "General" + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:92 +#: ../sflphone-client-gnome/src/config/configwindow.c:726 +msgid "Destination folder" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:393 +msgid "Hold" +msgstr "Retener" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:395 +#: ../sflphone-client-gnome/src/toolbar.c:232 +#: ../sflphone-client-gnome/src/toolbar.c:234 +msgid "History" +msgstr "Historia de Llamada" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:397 +msgid "Configure accounts" +msgstr "Cuentas Configuradas" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:398 +msgid "Configure audio" +msgstr "Cuentas Configuradas" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:399 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:401 +msgid "Configure SFLphone" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:403 +msgid "Display volume bars" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:404 +msgid "Display dialpad" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:405 +msgctxt "Action record a call" +msgid "Record" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:408 +msgid "Attention:number of results exceeds max displayed." +msgstr "" + +#: ../sflphone-client-gnome/src/accountlist.c:187 +msgid "accounr state" +msgstr "Configuración de cuentas" + +#: ../sflphone-client-gnome/src/actions.c:54 +#: ../sflphone-client-gnome/src/sflnotify.c:94 +#, c-format +msgid "%d voice mail" +msgid_plural "%d voice mails" +msgstr[0] "%d mensaje de voz" +msgstr[1] "%d mensajes de voz" + +#: ../sflphone-client-gnome/src/actions.c:234 +msgid "" +"Unable to connect to the SFLphone server.\n" +"Make sure the daemon is running." +msgstr "" +"Incapaz de conectar con el servidor SFLphone.\n" +" Asegúrese de que el demonio esté funcionando." + +#: ../sflphone-client-gnome/src/actions.c:809 +#, c-format +msgid "IP call - %s" +msgstr "Llamada IP - %s" + +#: ../sflphone-client-gnome/src/actions.c:908 +#, c-format +msgid "" +"<b>Error: No audio codecs found.\n" +"\n" +"</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>.sflphone</" +"b> directory in your home( <i>%s</i> )" +msgstr "" +"<b>Error: Codecs de audio no encontrados.\n" +"\n" +"</b> Los codecs de audio de SFLphone deben estar en <i>%s</i> o en el " +"directorio <b>.sflphone</b> de su home( <i>%s</i> )" + +#: ../sflphone-client-gnome/src/assistant.c:70 +msgid "" +"You can at any time check your registration state or modify your accounts " +"parameters in the Options/Accounts window." +msgstr "" +"Puede comprobar en cualquier momento su estado de registro o modificar la " +"configuración de sus cuentas en la ventana de Opciones/Cuentas." + +#: ../sflphone-client-gnome/src/assistant.c:190 +msgid "SFLphone account creation wizard" +msgstr "Asistente de creación de cuentas" + +#: ../sflphone-client-gnome/src/assistant.c:274 +#: ../sflphone-client-gnome/src/assistant.c:370 +#: ../sflphone-client-gnome/src/config/accountwindow.c:153 +msgid "_Alias" +msgstr "_Alias" + +#: ../sflphone-client-gnome/src/assistant.c:282 +#: ../sflphone-client-gnome/src/assistant.c:378 +#: ../sflphone-client-gnome/src/config/accountwindow.c:189 +msgid "_Host name" +msgstr "_Nombre de equipo" + +#: ../sflphone-client-gnome/src/assistant.c:290 +#: ../sflphone-client-gnome/src/assistant.c:386 +#: ../sflphone-client-gnome/src/config/accountwindow.c:197 +msgid "_User name" +msgstr "_Usuario" + +#: ../sflphone-client-gnome/src/assistant.c:306 +#: ../sflphone-client-gnome/src/assistant.c:401 +#: ../sflphone-client-gnome/src/config/accountwindow.c:212 +msgid "_Password" +msgstr "_Contraseña" + +#: ../sflphone-client-gnome/src/assistant.c:324 +#: ../sflphone-client-gnome/src/assistant.c:417 +#: ../sflphone-client-gnome/src/config/accountwindow.c:228 +msgid "_Voicemail number" +msgstr "_Número de buzón de voz" + +#: ../sflphone-client-gnome/src/assistant.c:347 +msgid "_Email address" +msgstr "" + +#: ../sflphone-client-gnome/src/assistant.c:444 +#: ../sflphone-client-gnome/src/config/configwindow.c:532 +msgid "E_nable STUN" +msgstr "A_ctivar STUN" + +#: ../sflphone-client-gnome/src/assistant.c:451 +msgid "_STUN server" +msgstr "_Servidor STUN" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Account Registration" +msgstr "Registro de cuenta" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Congratulations!" +msgstr "¡Enhorabuena!" + +#: ../sflphone-client-gnome/src/errors.c:29 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening playback device" +msgstr "" +"<b>Notificación ALSA</b>\n" +"\n" +"Error al abrir el dispositivo de reproducción" + +#: ../sflphone-client-gnome/src/errors.c:32 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening capture device" +msgstr "" +"<b>Notificación ALSA</b>\n" +"\n" +"Error al abrir el dispositivo de captura" + +#: ../sflphone-client-gnome/src/errors.c:35 +msgid "" +"Pulseaudio notification\n" +"\n" +"Pulseaudio is not running" +msgstr "" +"<b>Notificación de Pulseaudio</b>\n" +"\n" +"Pulseaudio no está funcionando" + +#: ../sflphone-client-gnome/src/mainwindow.c:70 +msgid "There is one call in progress." +msgstr "No hay llamada en curso" + +#: ../sflphone-client-gnome/src/mainwindow.c:74 +msgid "There are calls in progress." +msgstr "Hay llamadas en curso." + +#: ../sflphone-client-gnome/src/mainwindow.c:83 +msgid "Do you still want to quit?" +msgstr "Sin embargo quiere parar ?" + +#: ../sflphone-client-gnome/src/mainwindow.c:284 +msgid "SFLphone Error" +msgstr "SFLphone Error" + +#: ../sflphone-client-gnome/src/menus.c:134 +msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols." +msgstr "" +"SFLphone es un telefono por Internet compatible con los protocolos SIP y IAX2" + +#: ../sflphone-client-gnome/src/menus.c:137 +msgid "About SFLphone" +msgstr "Sobre SFLphone" + +#: ../sflphone-client-gnome/src/menus.c:161 +msgid "_Help" +msgstr "_Ayuda" + +#: ../sflphone-client-gnome/src/menus.c:296 +#: ../sflphone-client-gnome/src/menus.c:953 +msgid "_New call" +msgstr "_Nueva llamada" + +#: ../sflphone-client-gnome/src/menus.c:308 +#: ../sflphone-client-gnome/src/menus.c:785 +msgid "_Pick up" +msgstr "_Descolgar" + +#: ../sflphone-client-gnome/src/menus.c:318 +#: ../sflphone-client-gnome/src/menus.c:797 +msgid "_Hang up" +msgstr "_Colgar" + +#: ../sflphone-client-gnome/src/menus.c:328 +#: ../sflphone-client-gnome/src/menus.c:809 +msgid "On _Hold" +msgstr "En _Espera" + +#: ../sflphone-client-gnome/src/menus.c:340 +#: ../sflphone-client-gnome/src/menus.c:821 +msgid "_Record" +msgstr "_Recordar" + +#: ../sflphone-client-gnome/src/menus.c:354 +msgid "_Account creation wizard" +msgstr "Asistente de configuración de cuentas" + +#: ../sflphone-client-gnome/src/menus.c:384 +msgid "_Call" +msgstr "_Llamar" + +#: ../sflphone-client-gnome/src/menus.c:552 +msgid "Clear _history" +msgstr "_Limpiar historial" + +#: ../sflphone-client-gnome/src/menus.c:564 +msgid "_Accounts" +msgstr "_Cuentas" + +#: ../sflphone-client-gnome/src/menus.c:579 +msgid "_Edit" +msgstr "_Editar" + +#: ../sflphone-client-gnome/src/menus.c:631 +msgid "_Dialpad" +msgstr "_Teclado numérico" + +#: ../sflphone-client-gnome/src/menus.c:643 +msgid "_Volume controls" +msgstr "_Controles de volumen" + +#: ../sflphone-client-gnome/src/menus.c:661 +msgid "_View" +msgstr "_Ver" + +#: ../sflphone-client-gnome/src/menus.c:881 +msgid "_Call back" +msgstr "_Llamar" + +#: ../sflphone-client-gnome/src/menus.c:1061 +msgid "Edit phone number" +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:1072 +msgid "Edit the phone number before making a call" +msgstr "Editar el número de teléfono antes de llamar" + +#: ../sflphone-client-gnome/src/sflnotify.c:71 +#: ../sflphone-client-gnome/src/sflnotify.c:91 +#, c-format +msgid "%s account : %s" +msgstr "%s cuenta : %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:75 +#, c-format +msgid "<i>From</i> %s" +msgstr "<i>De</i> %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:111 +#, c-format +msgid "Calling with %s account <i>%s</i>" +msgstr "Llamando con la cuenta %s <i>%s</i>" + +#: ../sflphone-client-gnome/src/sflnotify.c:115 +msgid "Current account" +msgstr "Cuenta actual" + +#: ../sflphone-client-gnome/src/sflnotify.c:130 +msgid "You have no accounts set up" +msgstr "" + +#: ../sflphone-client-gnome/src/sflnotify.c:131 +#: ../sflphone-client-gnome/src/sflnotify.c:148 +msgid "Error" +msgstr "Error" + +#: ../sflphone-client-gnome/src/sflnotify.c:147 +msgid "You have no registered accounts" +msgstr "No tiene ninguna cuenta registrada" + +#: ../sflphone-client-gnome/src/sliders.c:161 +msgid "Speakers volume" +msgstr "Volumen de altavoces" + +#: ../sflphone-client-gnome/src/sliders.c:163 +msgid "Mic volume" +msgstr "Volumen del micrófono" + +#: ../sflphone-client-gnome/src/statusicon.c:91 +msgid "_Show main window" +msgstr "Mostrar ventana principal" + +#: ../sflphone-client-gnome/src/statusicon.c:127 +#, c-format +msgid "%i account configured" +msgid_plural "%i accounts configured" +msgstr[0] "" +msgstr[1] "" + +#: ../sflphone-client-gnome/src/toolbar.c:52 +#: ../sflphone-client-gnome/src/toolbar.c:251 +#: ../sflphone-client-gnome/src/toolbar.c:255 +msgid "Voicemail" +msgstr "Mensaje de voz" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:113 +msgid "Account settings" +msgstr "Configuración de cuentas" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:147 +msgid "_Enable this account" +msgstr "_Habilitar esta cuenta" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:161 +msgid "_Protocol" +msgstr "_Protocolo" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:179 +msgid "Unknown" +msgstr "Desconocido" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:312 +msgid "_Use Evolution address books" +msgstr "_Usar libreta de contactos de Evolution" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:319 +msgid "Download limit :" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:327 +msgid "cards" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:333 +msgid "_Display contact photo if available" +msgstr "_Mostrar fotos de contactos, si está disponible" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:341 +msgid "Fields from Evolution's address books" +msgstr "Usar los siguientes campos de la libreta de direcciones de Evolution:" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:345 +msgid "_Work" +msgstr "P_rofesional" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:351 +msgid "_Home" +msgstr "_Personal" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:357 +msgid "_Mobile" +msgstr "_Movil" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:364 +msgid "Address Books" +msgstr "Libreta de direcciones" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:368 +msgid "Select which Evolution address books to use" +msgstr "Seleccione las libretas de direcciones de Evolution a usar" + +#: ../sflphone-client-gnome/src/config/audioconf.c:684 +msgid "Output" +msgstr "Salida" + +#: ../sflphone-client-gnome/src/config/audioconf.c:706 +msgid "Input" +msgstr "Entrada" + +#: ../sflphone-client-gnome/src/config/audioconf.c:741 +msgid "_Voice Activity Detection" +msgstr "_Detección de actividad de voz" + +#: ../sflphone-client-gnome/src/config/audioconf.c:751 +msgid "_Noise Reduction (Narrow-Band Companding)" +msgstr "_Reducción de ruido" + +#: ../sflphone-client-gnome/src/config/audioconf.c:780 +msgid "Sound Manager" +msgstr "Gestor de audio" + +#: ../sflphone-client-gnome/src/config/audioconf.c:783 +msgid "_Pulseaudio" +msgstr "Pulseaudio" + +#: ../sflphone-client-gnome/src/config/audioconf.c:788 +msgid "_ALSA" +msgstr "ALSA" + +#: ../sflphone-client-gnome/src/config/audioconf.c:812 +msgid "Codecs" +msgstr "Códecs" + +#: ../sflphone-client-gnome/src/config/audioconf.c:835 +msgid "Ringtones" +msgstr "Tonos de llamada" + +#: ../sflphone-client-gnome/src/config/audioconf.c:841 +msgid "_Enable ringtones" +msgstr "_Habilitar tonos de llamada" + +#: ../sflphone-client-gnome/src/config/audioconf.c:847 +msgid "Choose a ringtone" +msgstr "Elija un tono de llmada" + +#: ../sflphone-client-gnome/src/config/audioconf.c:853 +msgid "Audio Files" +msgstr "Archivos de Audio" + +#: ../sflphone-client-gnome/src/config/configwindow.c:425 +msgid "Status" +msgstr "Estado" + +#: ../sflphone-client-gnome/src/config/configwindow.c:528 +msgid "Stun parameters will be applied on each SIP account created." +msgstr "Parámetros de stun se aplicarán a cada cuenta SIP creada." + +#: ../sflphone-client-gnome/src/config/configwindow.c:544 +msgid "Format : name.server:port" +msgstr "Formato : nombre.servidor:puerto" + +#: ../sflphone-client-gnome/src/config/configwindow.c:589 +msgid "Desktop Notifications" +msgstr "Notificación de escritorio" + +#: ../sflphone-client-gnome/src/config/configwindow.c:593 +msgid "_Enable notifications" +msgstr "_Habilitar notificaciones" + +#: ../sflphone-client-gnome/src/config/configwindow.c:599 +msgid "Enable voicemail _notifications" +msgstr "Habilitar _notificaciones de mensajes de voz" + +#: ../sflphone-client-gnome/src/config/configwindow.c:611 +msgid "System Tray Icon" +msgstr "Icono de bandeja del sistema" + +#: ../sflphone-client-gnome/src/config/configwindow.c:614 +msgid "_Popup main window on incoming call" +msgstr "_Popup ventana principal al recibir llamadas" + +#: ../sflphone-client-gnome/src/config/configwindow.c:619 +msgid "Ne_ver popup main window" +msgstr "_Nunca mostrar ventana principal" + +#: ../sflphone-client-gnome/src/config/configwindow.c:623 +msgid "Hide SFLphone window on _startup" +msgstr "Esconder SFLphone en el arranque" + +#: ../sflphone-client-gnome/src/config/configwindow.c:629 +msgid "Calls History" +msgstr "Historial de llamadas" + +#: ../sflphone-client-gnome/src/config/configwindow.c:632 +msgctxt "Beginning of 'Keep my history for at least n days.'" +msgid "_Keep my history for at least" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:643 +msgctxt "End of 'Keep my history for at least n days.'" +msgid "days" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:647 +msgid "PulseAudio sound server" +msgstr "Servidor de sonido Pulseaudio" + +#: ../sflphone-client-gnome/src/config/configwindow.c:650 +msgid "_Mute other applications during a call" +msgstr "Silenciar el resto de aplicaciones durante una llamada" + +#: ../sflphone-client-gnome/src/config/configwindow.c:677 +msgid "Port" +msgstr "Puerto" + +#: ../sflphone-client-gnome/src/config/configwindow.c:732 +msgid "Select a folder" +msgstr "Seleccione un directorio" + +#: ../sflphone-client-gnome/src/config/configwindow.c:766 +msgid "Preferences" +msgstr "Preferencias" + +#: ../sflphone-client-gnome/src/config/configwindow.c:845 +msgid "Configured Accounts" +msgstr "Cuentas Configuradas" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:135 +msgid "Custom commands on incoming calls with URL" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:138 +#, c-format +msgid "%s will be replaced with the passed URL." +msgstr "%s se remplazará por la URL." + +#: ../sflphone-client-gnome/src/config/hooks-config.c:141 +msgid "Trigger on specific _SIP header" +msgstr "Evento desencadenado con una cabecera _SIP especÃfica" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:150 +msgid "Trigger on _IAX2 URL" +msgstr "Evento desencadenado con una URL _IAX2" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:155 +msgid "Command to _run" +msgstr "_Orden a ejecutar" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:165 +msgid "Phone number rewriting" +msgstr "Reescritura de número de teléfono" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:169 +msgid "_Prefix dialed numbers with" +msgstr "_Prefijar los números marcados con" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:56 +msgid "Search all" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:57 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:70 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:82 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:94 +msgid "Click here to change the search type" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:69 +msgid "Search by missed call" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:81 +msgid "Search by incoming call" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:93 +msgid "Search by outgoing call" +msgstr "" + +#~ msgid "Enable address book" +#~ msgstr "Activar la libreta de contactos" + +#~ msgid "Sound manager" +#~ msgstr "Gestor de audio" + +#~ msgid "Prefix dialed numbers with" +#~ msgstr "Prefijar los números marcados con" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" + +#~ msgid "Registered" +#~ msgstr "Registrado" + +#~ msgid "Not Registered" +#~ msgstr "No registrado" + +#~ msgid "Trying..." +#~ msgstr "Intentando..." + +#~ msgid "Bad authentification" +#~ msgstr "Autenticación erronea" + +#~ msgid "Network unreachable" +#~ msgstr "Red Inaccesible" + +#~ msgid "Host unreachable" +#~ msgstr "_Parte del servidor" + +#~ msgid "Stun configuration error" +#~ msgstr "Error de configuración Stun" + +#~ msgid "Stun server invalid" +#~ msgstr "Servidor stun inválido" + +#~ msgid "Invalid" +#~ msgstr "Inválido" + +#~ msgid "%d voice mails" +#~ msgstr "%d mensajes de voz" + +#~ msgid "No registered account" +#~ msgstr "No tiene ninguna cuenta registrada" + +#~ msgid "" +#~ "This assistant is now finished.\n" +#~ "You can at any time check your registration state or modify your accounts " +#~ "parameters in the Options/Accounts window.\n" +#~ "\n" +#~ "Alias : %s\n" +#~ "Server : %s\n" +#~ "Username : %s\n" +#~ msgstr "" +#~ "Ese asistante ha finalizado.\n" +#~ "Puede comprobar en cualquier momento su estado de registro o modificar la " +#~ "configuración de sus cuentas en la ventana de Opciones/Cuentas.\n" +#~ "\n" +#~ "Alias : %s\n" +#~ "Server : %s\n" +#~ "Username : %s\n" + +#~ msgid "SFLphone account configuration wizard" +#~ msgstr "Asistente de configuración de cuentas de SFLphone" + +#~ msgid "Welcome to SFLphone!" +#~ msgstr "¡Bienvenido a SFLphone!" + +#~ msgid "Select an account type:" +#~ msgstr "Escoja un tipo de cuenta:" + +#~ msgid "Please select one of the following option:" +#~ msgstr "Por favor, elija una de las siguientes opciones:" + +#~ msgid "SIP account configuration" +#~ msgstr "Configuración de cuenta SIP" + +#~ msgid "Please fill the following information:" +#~ msgstr "Por favor, rellene la siguiente información:" + +#~ msgid "Optional Email Address " +#~ msgstr "Dirección de correo opcional " + +#~ msgid "This email address will be use to send your voicemail messages" +#~ msgstr "Esta dirección de correo se usará para mandar sus mensajes de voz" + +#~ msgid "_Email" +#~ msgstr "_Correo" + +#~ msgid "IAX2 account configuration" +#~ msgstr "Configuración de cuenta IAX2" + +#~ msgid "Network Address Translation" +#~ msgstr "Conversión de Dirección de Red (NAT)" + +#~ msgid "Edit phone" +#~ msgstr "Editar teléfono" + +#~ msgid "%s account: %s" +#~ msgstr "%s cuenta: %s" + +#~ msgid "<i>From:</i> %s" +#~ msgstr "<i>De:</i> %s" + +#~ msgid "You haven't setup any accounts" +#~ msgstr "No ha configurado cuentas" + +#~ msgid "SFLphone - %i accounts configured" +#~ msgstr "SFLphone - %i cuentas configuradas" + +#~ msgid "\"Voicemail\" <%s>" +#~ msgstr "\"Mensaje\" <%s>" + +#~ msgid "Place a call" +#~ msgstr "Llamar" + +#~ msgid "Off Hold" +#~ msgstr "Seguir" + +#~ msgid "Record a call" +#~ msgstr "Grabar una llamada" + +#~ msgid "Account Parameters" +#~ msgstr "Parámetros de cuenta" + +#~ msgid "Download limit:" +#~ msgstr "LÃmite de descarga" + +#~ msgid "_Business phone" +#~ msgstr "_Numero de teléfono profesional" + +#~ msgid "_Home phone" +#~ msgstr "_Numero de teléfono personal" + +#~ msgid "_Mobile phone" +#~ msgstr "_Número de movil" + +#~ msgid "Select which Evolution address books to use:" +#~ msgstr "Seleccione las libretas de direcciones de Evolution a usar:" + +#~ msgid "audio device index for output = %d" +#~ msgstr "Ãndice del dispositivo de salida de audio = %d" + +#~ msgid "ALSA configuration" +#~ msgstr "Configuración de ALSA" + +#~ msgid "Stun parameters will apply to each SIP account created." +#~ msgstr "Parámetros de stun se aplicarán a cada cuenta SIP creada." + +#~ msgid "Enable it if you are behind a firewall" +#~ msgstr "ActÃvelo si está detrás de un cortafuegos" + +#~ msgid "Format: name.server:port" +#~ msgstr "Formato: nombre.servidor:puerto" + +#~ msgid "Port:" +#~ msgstr "Puerto:" + +#~ msgid "Command to _run: " +#~ msgstr "_Orden a ejecutar: " + +#~ msgid "Phone Number Rewriting" +#~ msgstr "Reescritura de número de teléfono" + +#~ msgid "_Prefix dialed numbers with:" +#~ msgstr "_prefijar los números marcados con:" + +#~ msgid "Accept" +#~ msgstr "Aceptar" + +#~ msgid "Refuse" +#~ msgstr "Rechazar" + +#~ msgid "Ignore" +#~ msgstr "Ignorar" + +#~ msgid "<small>Missed call</small>" +#~ msgstr "<small>Llamada fallida</small>" + +#~ msgid "<small>Duration:</small> %s" +#~ msgstr "<small>Duración:</small> %s" + +#~ msgid "Fields" +#~ msgstr "Campos" + +#~ msgid "_History size limit" +#~ msgstr "LÃmite de tamaño de _historial" + +#~ msgid "" +#~ "SFLphone can run custom commands if incoming calls come with an URL " +#~ "attached.\n" +#~ "In this case, %s will be replaced with the passed URL." +#~ msgstr "" +#~ "SFLphone puede ejecutar órdenes personalizadas si las llamadas entrantes " +#~ "incluyen una URL.\n" +#~ "En este caso, %s se remplazará por la URL." + +#~ msgid "Search history" +#~ msgstr "Historial de búsquedas" + +#~ msgid "Search contact" +#~ msgstr "_Buscar contacto" + +#~ msgid "Registered to %s (%s)" +#~ msgstr "Registrado en %s (%s)" + +#~ msgid "%s account- %s %s" +#~ msgstr "%s cuenta- %s %s" diff --git a/lang/fr/sflphone.po b/lang/fr/sflphone.po new file mode 100644 index 0000000000000000000000000000000000000000..d858812532a43220344f943901ecea5aa275b3fe --- /dev/null +++ b/lang/fr/sflphone.po @@ -0,0 +1,1583 @@ +# French translation of SFLphone. +# Copyright (C) 2008 2009 The Free Software Foundation, Inc. +# This file is distributed under the GNU General Public License Version 3. +# +# Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>, 2008. +# +# POT-Creation-Date: 2008-01-13 01:39+0100\n +msgid "" +msgstr "" +"Project-Id-Version: SFLphone 0.9.4\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-16 15:14-0400\n" +"PO-Revision-Date: 2008-03-31 14:15\n" +"Last-Translator: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>\n" +"Language-Team: SavoirFaireLinux Inc <sflphoneteam@savoirfairelinux.com>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n>1;\n" + +#: ../sflphone-client-kde/src/Account.cpp:34 +#: ../sflphone-client-gnome/src/accountlist.c:175 +msgctxt "account state" +msgid "Registered" +msgstr "Enregistré" + +#: ../sflphone-client-kde/src/Account.cpp:36 +#: ../sflphone-client-gnome/src/accountlist.c:178 +msgctxt "account state" +msgid "Not Registered" +msgstr "Non Enregistré" + +#: ../sflphone-client-kde/src/Account.cpp:38 +#: ../sflphone-client-gnome/src/accountlist.c:181 +msgctxt "account state" +msgid "Trying..." +msgstr "En cours..." + +#: ../sflphone-client-kde/src/Account.cpp:40 +#: ../sflphone-client-gnome/src/accountlist.c:184 +msgctxt "account state" +msgid "Error" +msgstr "Erreur" + +#: ../sflphone-client-kde/src/Account.cpp:42 +msgctxt "account state" +msgid "Authentication Failed" +msgstr "Erreur d'authentification" + +#: ../sflphone-client-kde/src/Account.cpp:44 +#: ../sflphone-client-gnome/src/accountlist.c:190 +msgctxt "account state" +msgid "Network unreachable" +msgstr "Réseau introuvable" + +#: ../sflphone-client-kde/src/Account.cpp:46 +#: ../sflphone-client-gnome/src/accountlist.c:193 +msgctxt "account state" +msgid "Host unreachable" +msgstr "Serveur introuvable" + +#: ../sflphone-client-kde/src/Account.cpp:48 +#: ../sflphone-client-gnome/src/accountlist.c:196 +msgctxt "account state" +msgid "Stun configuration error" +msgstr "Erreur de configuration STUN" + +#: ../sflphone-client-kde/src/Account.cpp:50 +#: ../sflphone-client-gnome/src/accountlist.c:199 +msgctxt "account state" +msgid "Stun server invalid" +msgstr "Serveur STUN invalide" + +#: ../sflphone-client-kde/src/Account.cpp:51 +#: ../sflphone-client-gnome/src/accountlist.c:202 +msgctxt "account state" +msgid "Invalid" +msgstr "Non valide" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:163 +#: ../sflphone-client-kde/src/AccountWizard.cpp:278 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:406 +msgid "Account creation wizard" +msgstr "Assistant de création de compte" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:199 +#: ../sflphone-client-kde/src/AccountWizard.cpp:217 +#: ../sflphone-client-kde/src/AccountWizard.cpp:561 +#: ../sflphone-client-gnome/src/assistant.c:68 +#, c-format +msgid "This assistant is now finished." +msgstr "Cet assistant est maintenant terminé." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:211 +msgid "Creation of account has failed for the reason" +msgstr "Échec de la création du compte pour les raisons suivantes" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:255 +#: ../sflphone-client-kde/src/AccountWizard.cpp:440 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:359 +#: ../sflphone-client-gnome/src/assistant.c:72 +msgid "Alias" +msgstr "Alias" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:256 +#: ../sflphone-client-kde/src/AccountWizard.cpp:441 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:366 +#: ../sflphone-client-gnome/src/assistant.c:75 +msgid "Server" +msgstr "Serveur" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:257 +#: ../sflphone-client-kde/src/AccountWizard.cpp:442 +#: ../sflphone-client-gnome/src/assistant.c:78 +msgid "Username" +msgstr "Nom d'utilisateur" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:258 +#: ../sflphone-client-kde/src/AccountWizard.cpp:443 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:368 +msgid "Password" +msgstr "Mot de passe" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:259 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:360 +#: ../sflphone-client-gnome/src/config/configwindow.c:418 +msgid "Protocol" +msgstr "Protocole" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:260 +#: ../sflphone-client-kde/src/AccountWizard.cpp:444 +msgid "Voicemail number" +msgstr "Numéro de boîte vocale" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:279 +#: ../sflphone-client-gnome/src/assistant.c:216 +msgid "Welcome to the Account creation wizard of SFLphone!" +msgstr "Bienvenue dans l'assistant de création de compte de SFLphone !" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:281 +#: ../sflphone-client-gnome/src/assistant.c:217 +msgid "This installation wizard will help you configure an account." +msgstr "Cet assistant vous guidera dans la configuration d'un compte." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:309 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Account" +msgstr "Compte" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:310 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Please select one of the following options" +msgstr "Veuillez sélectionner une des options suivantes" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:312 +#: ../sflphone-client-gnome/src/assistant.c:251 +msgid "Create a free SIP/IAX2 account on sflphone.org" +msgstr "Créer un compte SIP/IAX2 gratuit sur sflphone.org" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:313 +#: ../sflphone-client-gnome/src/assistant.c:253 +msgid "Register an existing SIP or IAX2 account" +msgstr "Enregistrer un compte SIP ou IAX2 existant" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:352 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "VoIP Protocols" +msgstr "Protocoles VoIP" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:353 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "Select an account type" +msgstr "Sélectionnez un type de compte" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:355 +#: ../sflphone-client-gnome/src/assistant.c:233 +msgid "SIP (Session Initiation Protocol)" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:356 +#: ../sflphone-client-gnome/src/assistant.c:235 +msgid "IAX2 (InterAsterix Exchange)" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:395 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "Optional email address" +msgstr "Adresse courriel optionnelle" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:396 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "This email address will be used to send your voicemail messages." +msgstr "Vos messages vocaux seront envoyés par courriel à cette adresse." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:398 +msgid "Email address" +msgstr "Adresse courriel" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:432 +#: ../sflphone-client-gnome/src/assistant.c:266 +msgid "SIP account settings" +msgstr "Paramètres de compte SIP" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:436 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "IAX2 account settings" +msgstr "Paramètres de compte IAX2" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:438 +#: ../sflphone-client-gnome/src/assistant.c:266 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "Please fill the following information" +msgstr "Veuillez remplir les champs suivants" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:523 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:856 +msgid "Network Address Translation (NAT)" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:524 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:536 +msgid "You should probably enable this if you are behind a firewall." +msgstr "" +"Vous devriez probablement activer cette option si vous vous trouvez derrière " +"un pare-feu." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:526 +msgid "Enable STUN" +msgstr "Activer STUN" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:527 +msgid "Stun Server" +msgstr "Serveur STUN" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:562 +msgid "" +"After checking the settings you chose, click \"Finish\" to create the " +"account." +msgstr "" +"Après avoir vérifié les paramètres choisis, cliquez sur \"Terminer\" pour " +"créer le compte." + +#: ../sflphone-client-kde/src/ActionSetAccountFirst.cpp:26 +msgid "Default account" +msgstr "Compte par défaut" + +#: ../sflphone-client-kde/src/Call.cpp:116 +#: ../sflphone-client-gnome/src/contacts/calltree.c:322 +msgid "Transfer to : " +msgstr "Transférer à : " + +#: ../sflphone-client-kde/src/CodecListModel.cpp:89 +#: ../sflphone-client-gnome/src/actions.c:816 +msgid "Codec" +msgstr "Codec" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:93 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:279 +#: ../sflphone-client-gnome/src/config/audioconf.c:581 +msgid "Frequency" +msgstr "Fréquence" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:97 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:281 +#: ../sflphone-client-gnome/src/config/audioconf.c:586 +msgid "Bitrate" +msgstr "Bitrate" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:101 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:283 +#: ../sflphone-client-gnome/src/config/audioconf.c:591 +msgid "Bandwidth" +msgstr "Bande passante" + +#: ../sflphone-client-kde/src/main.cpp:39 +msgid "SFLphone KDE Client" +msgstr "SFLphone Client KDE" + +#: ../sflphone-client-kde/src/main.cpp:43 +msgid "(C) 2009 Savoir-faire Linux" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:47 +msgid "Jérémy Quentin" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:48 +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "Jérémy Quentin" + +#: ../sflphone-client-kde/src/main.cpp:48 +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "jeremy.quentin@savoirfairelinux.com" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:62 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-gnome/src/statusicon.c:126 +msgid "SFLphone" +msgstr "SFLphone" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:209 +msgid "Incoming call" +msgstr "Appel entrant" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 +msgid "You have an incoming call from" +msgstr "Vous avez un appel entrant de" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 +msgid "Click to accept or refuse it." +msgstr "Cliquez ici pour accepter ou refuser." + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:716 +msgid "Address book loading..." +msgstr "Carnet d'adresse en cours de chargement..." + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:901 +#: ../sflphone-client-gnome/src/actions.c:89 +msgid "No registered accounts" +msgstr "Pas de compte enregistré" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:905 +#: ../sflphone-client-gnome/src/actions.c:83 +#: ../sflphone-client-gnome/src/actions.c:813 +msgid "Using account" +msgstr "Utilise le compte" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +msgid "Main screen" +msgstr "Écran principal" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:165 +msgid "Call history" +msgstr "Historique d'appels" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:407 +#: ../sflphone-client-gnome/src/toolbar.c:243 +#: ../sflphone-client-gnome/src/toolbar.c:245 +msgid "Address book" +msgstr "Carnet d'adresses" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1108 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1173 +msgid "Edit before call" +msgstr "Éditer avant d'appeler" + +#: ../sflphone-client-kde/src/sflphone_const.h:56 +#: ../sflphone-client-gnome/src/toolbar.c:167 +#: ../sflphone-client-gnome/src/toolbar.c:169 +msgid "New call" +msgstr "Nouvel appel" + +#: ../sflphone-client-kde/src/sflphone_const.h:57 +#: ../sflphone-client-kde/src/sflphone_const.h:62 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:392 +#: ../sflphone-client-gnome/src/toolbar.c:186 +#: ../sflphone-client-gnome/src/toolbar.c:188 +msgid "Hang up" +msgstr "Raccrocher" + +#: ../sflphone-client-kde/src/sflphone_const.h:58 +#: ../sflphone-client-gnome/src/toolbar.c:207 +#: ../sflphone-client-gnome/src/toolbar.c:209 +msgid "Hold on" +msgstr "Mettre en attente" + +#: ../sflphone-client-kde/src/sflphone_const.h:59 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:394 +#: ../sflphone-client-gnome/src/toolbar.c:220 +#: ../sflphone-client-gnome/src/toolbar.c:222 +msgid "Transfer" +msgstr "Transférer" + +#: ../sflphone-client-kde/src/sflphone_const.h:60 +#: ../sflphone-client-gnome/src/toolbar.c:263 +msgid "Record" +msgstr "Enregistrer" + +#: ../sflphone-client-kde/src/sflphone_const.h:61 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:391 +#: ../sflphone-client-gnome/src/toolbar.c:176 +#: ../sflphone-client-gnome/src/toolbar.c:178 +msgid "Pick up" +msgstr "Décrocher" + +#: ../sflphone-client-kde/src/sflphone_const.h:63 +#: ../sflphone-client-gnome/src/toolbar.c:196 +#: ../sflphone-client-gnome/src/toolbar.c:198 +msgid "Hold off" +msgstr "Reprendre" + +#: ../sflphone-client-kde/src/sflphone_const.h:64 +msgid "Give up transfer" +msgstr "Abandonner le transfert" + +#: ../sflphone-client-kde/src/sflphone_const.h:65 +msgid "Call back" +msgstr "Rappeler" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:48 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:306 +#: ../sflphone-client-gnome/src/config/configwindow.c:722 +#: ../sflphone-client-gnome/src/config/configwindow.c:791 +msgctxt "Config section" +msgid "General" +msgstr "General" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:49 +msgctxt "Config section" +msgid "Display" +msgstr "Affichage" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:50 +#: ../sflphone-client-gnome/src/config/configwindow.c:833 +msgctxt "Config section" +msgid "Accounts" +msgstr "Comptes" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:51 +#: ../sflphone-client-gnome/src/config/configwindow.c:786 +msgctxt "Config section" +msgid "Audio" +msgstr "Audio" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:52 +#: ../sflphone-client-gnome/src/config/configwindow.c:801 +msgctxt "Config section" +msgid "Address Book" +msgstr "Carnet d'adresses" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:53 +#: ../sflphone-client-gnome/src/config/configwindow.c:796 +msgctxt "Config section" +msgid "Recordings" +msgstr "Enregistrements" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:54 +#: ../sflphone-client-gnome/src/config/configwindow.c:806 +msgctxt "Config section" +msgid "Hooks" +msgstr "Ancrage" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:321 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:142 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:263 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:120 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:164 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:173 +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:90 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:390 +msgid "Form" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:323 +msgid "" +"By default, when you place a call, sflphone will use the first account in " +"this list which is \"registered\". Change the order of the accounts using " +"the \"Up\" and \"Down\" arrows. Enable/disable them by checking/unchecking " +"them on the left of the item. Add or remove some with \"Plus\" and \"Sub\" " +"buttons. Edit the selected account with the form on the right." +msgstr "" +"Par défaut, quand vous effectuez un appel, SFLphone utilise le premier " +"compte dans cette liste en état \"Enregistré\". Utilisez les flèches vers le " +"haut et vers le bas pour changer l'ordre des comptes. Activez/désactivez-les " +"en les cochant/décochant. Ajoutez et supprimez-les avec les boutons \"+\" et " +"\"-\". Éditez le compte sélectionné avec le formulaire de droite." + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:327 +msgid "Remove the selected account" +msgstr "Supprimer le compte sélectionné" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:330 +msgid "" +"This button will remove the selected account in the list below. Be sure you " +"really don't need it anymore. If you think you might use it again later, " +"just uncheck it." +msgstr "" +"Ce bouton supprime le compte actuellement sélectionné dans la liste ci-" +"dessus. Si vous comptez réutiliser ce compte plus tard, choisissez plutôt de " +"le décocher." + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:335 +msgid "Remove" +msgstr "Supprimer" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:336 +msgid "Backspace, Return" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:338 +msgid "Add a new account" +msgstr "Ajouter un nouveau compte" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:341 +msgid "" +"This button enables you to initialize a new account. You will then be able " +"to edit it using the form on the right." +msgstr "" +"Ce bouton ajoute un nouveau compte à la liste. Vous pouvez ensuite l'éditer " +"à partir du formulaire à droite de la liste." + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:343 +msgid "Add" +msgstr "Ajouter" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:345 +msgid "Get this account down" +msgstr "Descendre ce compte dans la liste" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:348 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:355 +msgid "" +"By default, when you place a call, sflphone will use the first account in " +"this list which is \"registered\". Change the order of the accounts using " +"the \"Up\" and \"Down\" arrows." +msgstr "" +"Par défaut, quand vous effectuez un appel, SFLphone utilise le premier " +"compte dans cette liste en état \"Enregistré\". Utilisez les flèches vers le " +"haut et vers le bas pour changer l'ordre des comptes." + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:350 +msgid "Down" +msgstr "Descendre" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:352 +msgid "Get this account up" +msgstr "Monter ce compte dans la liste" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:357 +msgid "Up" +msgstr "Monter" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:358 +msgid "Apply" +msgstr "Appliquer" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:363 +msgid "SIP" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:364 +msgid "IAX" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:367 +msgid "User" +msgstr "Nom d'utilisateur" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:369 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:396 +msgid "Mailbox" +msgstr "Boîte vocale" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:370 +msgid "State" +msgstr "Statut" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:373 +msgid "Stun settings will be applied on each account" +msgstr "Les paramètres de STUN seront appliqués à tous les comptes" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:374 +msgid "Enable Stun" +msgstr "Activer STUN" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:375 +msgid "choose Stun server (example : stunserver.org)" +msgstr "Choisissez un serveur STUN (exemple : stunserver.org)" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:143 +msgid "Maximum &results" +msgstr "Nombre de résultats maximum" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:144 +msgid "Display &photo if available" +msgstr "Afficher la photo si disponible" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:145 +msgid "Display phone numbers of these &types :" +msgstr "Afficher les numéros de téléphone" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:146 +msgid "&Work" +msgstr "Professionnels" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:147 +msgid "&Mobile" +msgstr "Mobiles" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:148 +msgid "&Home" +msgstr "Personnels" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:265 +msgid "Audio device" +msgstr "Fichier Audio" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:268 +msgid "ALSA" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:269 +msgid "PulseAudio" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:271 +msgid "Enable ringtones" +msgstr "Activer les sonneries" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:272 +msgid "*.ul *.au *.wav" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:273 +msgid "&Codecs" +msgstr "Codecs" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:275 +msgid "Active" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:277 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:404 +#: ../sflphone-client-gnome/src/config/audioconf.c:576 +msgid "Name" +msgstr "Nom" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:286 +#: ../sflphone-client-gnome/src/config/audioconf.c:795 +msgid "ALSA settings" +msgstr "Paramètres ALSA" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:287 +#: ../sflphone-client-gnome/src/config/audioconf.c:662 +msgid "ALSA plugin" +msgstr "Greffon ALSA" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:288 +msgid "In" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:289 +msgid "Out" +msgstr "Sortie" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:290 +msgid "PulseAudio settings" +msgstr "Paramètres PulseAudio" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:291 +msgid "Mute other applications during a call" +msgstr "Couper le son des autres applications pendant un appel" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:121 +msgid "Enable notifications" +msgstr "Activer les notifications" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:122 +msgid "On incoming &calls" +msgstr "Lors d'appels entrants" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:123 +msgid "On &messages" +msgstr "Lors de réception de messages" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:124 +msgid "Show main window" +msgstr "Mettre la fenêtre principale au premier plan" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:125 +msgid "On &start" +msgstr "Au démarrage" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:126 +msgid "On &incoming calls" +msgstr "Lors d'appels entrants" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:166 +msgid "Keep my history for at least" +msgstr "Garder mon historique au moins" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:167 +msgid "days" +msgstr "jours" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:168 +msgid "Clear history" +msgstr "Effacer l'historique" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:169 +msgid "Connection" +msgstr "Connexion" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:170 +#: ../sflphone-client-gnome/src/config/configwindow.c:664 +msgid "SIP Port" +msgstr "Port SIP" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:171 +msgid "Attention " +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:174 +#: ../sflphone-client-gnome/src/config/hooks-config.c:130 +msgid "URL Argument" +msgstr "Argument URL" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:175 +msgid "Custom commands with URL %s will be replaced with the passed URL." +msgstr "%s sera remplacé par l'URL passé en argument." + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:176 +msgid "Trigger on specific SIP header" +msgstr "Déclencher sur un entête SIP spécifique" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:177 +msgid "Trigger on IAX2 URL" +msgstr "Déclencher en IAX2" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:178 +msgid "Command to run" +msgstr "Commande à exécuter" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:179 +msgid "Phone number formatting" +msgstr "Réécriture des numéros appelés" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:180 +msgid "Add phone number prefix" +msgstr "Ajouter un préfixe au numéro" + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:91 +msgid "General" +msgstr "Général" + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:92 +#: ../sflphone-client-gnome/src/config/configwindow.c:726 +msgid "Destination folder" +msgstr "Dossier de destination" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:393 +msgid "Hold" +msgstr "Mettre en attente" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:395 +#: ../sflphone-client-gnome/src/toolbar.c:232 +#: ../sflphone-client-gnome/src/toolbar.c:234 +msgid "History" +msgstr "Historique" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:397 +msgid "Configure accounts" +msgstr "Comptes Configurés" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:398 +msgid "Configure audio" +msgstr "Configurer l'audio" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:399 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:401 +msgid "Configure SFLphone" +msgstr "Configurer SFLphone" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:403 +msgid "Display volume bars" +msgstr "Afficher les controles du volume" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:404 +msgid "Display dialpad" +msgstr "Afficher le clavier" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:405 +msgctxt "Action record a call" +msgid "Record" +msgstr "Enregistrer" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:408 +msgid "Attention:number of results exceeds max displayed." +msgstr "Attention:tous les résultats ne sont pas affichés." + +#: ../sflphone-client-gnome/src/accountlist.c:187 +msgid "accounr state" +msgstr "Paramètre des comptes" + +#: ../sflphone-client-gnome/src/actions.c:54 +#: ../sflphone-client-gnome/src/sflnotify.c:94 +msgid "%d voice mail" +msgid_plural "%d voice mails" +msgstr[0] "%d message vocal" +msgstr[1] "%d messages vocaux" + +#: ../sflphone-client-gnome/src/actions.c:234 +msgid "" +"Unable to connect to the SFLphone server.\n" +"Make sure the daemon is running." +msgstr "" +"Impossible de se connecter au serveur SFLphone.\n" +" Assurez-vous que le démon est lancé." + +#: ../sflphone-client-gnome/src/actions.c:809 +#, c-format +msgid "IP call - %s" +msgstr "Appel IP - %s" + +#: ../sflphone-client-gnome/src/actions.c:908 +#, c-format +msgid "" +"<b>Error: No audio codecs found.\n" +"\n" +"</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>.sflphone</" +"b> directory in your home( <i>%s</i> )" +msgstr "" +"<b>Erreur: Aucun codec audio trouvé.\n" +"\n" +"</b> Les codecs audio SFL doivent être soit dans <i>%s</i> soit dans le " +"répertoire <b>.sflphone</b> de votre répertoire racine( <i>%s</i> )" + +#: ../sflphone-client-gnome/src/assistant.c:70 +msgid "" +"You can at any time check your registration state or modify your accounts " +"parameters in the Options/Accounts window." +msgstr "" +"Vous pouvez à tout moment vérifier votre état d'enregistrement ou modifier " +"les paramètres de vos comptes dans la fenêtre Options/Comptes." + +#: ../sflphone-client-gnome/src/assistant.c:190 +msgid "SFLphone account creation wizard" +msgstr "Assistant de création de compte de SFLphone" + +#: ../sflphone-client-gnome/src/assistant.c:274 +#: ../sflphone-client-gnome/src/assistant.c:370 +#: ../sflphone-client-gnome/src/config/accountwindow.c:153 +msgid "_Alias" +msgstr "A_lias" + +#: ../sflphone-client-gnome/src/assistant.c:282 +#: ../sflphone-client-gnome/src/assistant.c:378 +#: ../sflphone-client-gnome/src/config/accountwindow.c:189 +msgid "_Host name" +msgstr "_Serveur" + +#: ../sflphone-client-gnome/src/assistant.c:290 +#: ../sflphone-client-gnome/src/assistant.c:386 +#: ../sflphone-client-gnome/src/config/accountwindow.c:197 +msgid "_User name" +msgstr "Usa_ger" + +#: ../sflphone-client-gnome/src/assistant.c:306 +#: ../sflphone-client-gnome/src/assistant.c:401 +#: ../sflphone-client-gnome/src/config/accountwindow.c:212 +msgid "_Password" +msgstr "_Mot de passe" + +#: ../sflphone-client-gnome/src/assistant.c:324 +#: ../sflphone-client-gnome/src/assistant.c:417 +#: ../sflphone-client-gnome/src/config/accountwindow.c:228 +msgid "_Voicemail number" +msgstr "_Boite vocale #" + +#: ../sflphone-client-gnome/src/assistant.c:347 +msgid "_Email address" +msgstr "A_dresse courriel" + +#: ../sflphone-client-gnome/src/assistant.c:444 +#: ../sflphone-client-gnome/src/config/configwindow.c:532 +msgid "E_nable STUN" +msgstr "A_ctiver STUN" + +#: ../sflphone-client-gnome/src/assistant.c:451 +msgid "_STUN server" +msgstr "S_erveur STUN" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Account Registration" +msgstr "Enregistrement du compte" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Congratulations!" +msgstr "Félicitations!" + +#: ../sflphone-client-gnome/src/errors.c:29 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening playback device" +msgstr "" +"Notification ALSA\n" +"\n" +"Erreur lors de l'ouverture du périphérique de sortie" + +#: ../sflphone-client-gnome/src/errors.c:32 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening capture device" +msgstr "" +"Notification ALSA\n" +"\n" +"Erreur lors de l'ouverture du périphérique d'entrée" + +#: ../sflphone-client-gnome/src/errors.c:35 +msgid "" +"Pulseaudio notification\n" +"\n" +"Pulseaudio is not running" +msgstr "" +"Notification Pulseaudio\n" +"\n" +"Pulseaudio n'est pas lancé" + +#: ../sflphone-client-gnome/src/mainwindow.c:70 +msgid "There is one call in progress." +msgstr "Vous avez un appel en cours." + +#: ../sflphone-client-gnome/src/mainwindow.c:74 +msgid "There are calls in progress." +msgstr "Vous avez des appels en cours." + +#: ../sflphone-client-gnome/src/mainwindow.c:83 +msgid "Do you still want to quit?" +msgstr "Voulez-vous quitter?" + +#: ../sflphone-client-gnome/src/mainwindow.c:284 +msgid "SFLphone Error" +msgstr "Erreur SFLphone" + +#: ../sflphone-client-gnome/src/menus.c:134 +msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols." +msgstr "" +"SFLphone est un client VoIP compatible avec les protocoles SIP et IAX2." + +#: ../sflphone-client-gnome/src/menus.c:137 +msgid "About SFLphone" +msgstr "A propos de SFLphone" + +#: ../sflphone-client-gnome/src/menus.c:161 +msgid "_Help" +msgstr "A_ide" + +#: ../sflphone-client-gnome/src/menus.c:296 +#: ../sflphone-client-gnome/src/menus.c:953 +msgid "_New call" +msgstr "_Nouvel appel" + +#: ../sflphone-client-gnome/src/menus.c:308 +#: ../sflphone-client-gnome/src/menus.c:785 +msgid "_Pick up" +msgstr "_Décrocher" + +#: ../sflphone-client-gnome/src/menus.c:318 +#: ../sflphone-client-gnome/src/menus.c:797 +msgid "_Hang up" +msgstr "_Raccrocher" + +#: ../sflphone-client-gnome/src/menus.c:328 +#: ../sflphone-client-gnome/src/menus.c:809 +msgid "On _Hold" +msgstr "_Mettre en attente" + +#: ../sflphone-client-gnome/src/menus.c:340 +#: ../sflphone-client-gnome/src/menus.c:821 +msgid "_Record" +msgstr "Enregistrer" + +#: ../sflphone-client-gnome/src/menus.c:354 +msgid "_Account creation wizard" +msgstr "_Assistant de création de compte" + +#: ../sflphone-client-gnome/src/menus.c:384 +msgid "_Call" +msgstr "_Actions" + +#: ../sflphone-client-gnome/src/menus.c:552 +msgid "Clear _history" +msgstr "Effacer l'_historique" + +#: ../sflphone-client-gnome/src/menus.c:564 +msgid "_Accounts" +msgstr "Co_mptes" + +#: ../sflphone-client-gnome/src/menus.c:579 +msgid "_Edit" +msgstr "_Editer" + +#: ../sflphone-client-gnome/src/menus.c:631 +msgid "_Dialpad" +msgstr "_Clavier" + +#: ../sflphone-client-gnome/src/menus.c:643 +msgid "_Volume controls" +msgstr "Contrôle du _volume" + +#: ../sflphone-client-gnome/src/menus.c:661 +msgid "_View" +msgstr "A_ffichage" + +#: ../sflphone-client-gnome/src/menus.c:881 +msgid "_Call back" +msgstr "_Rappeler" + +#: ../sflphone-client-gnome/src/menus.c:1061 +msgid "Edit phone number" +msgstr "Éditer le numéro" + +#: ../sflphone-client-gnome/src/menus.c:1072 +msgid "Edit the phone number before making a call" +msgstr "Éditer le numéro de téléphone avant d'appeler" + +#: ../sflphone-client-gnome/src/sflnotify.c:71 +#: ../sflphone-client-gnome/src/sflnotify.c:91 +#, c-format +msgid "%s account : %s" +msgstr "%s account : %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:75 +#, c-format +msgid "<i>From</i> %s" +msgstr "<i>De</i> %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:111 +#, c-format +msgid "Calling with %s account <i>%s</i>" +msgstr "Appel avec le compte %s <i>%s</i>" + +#: ../sflphone-client-gnome/src/sflnotify.c:115 +msgid "Current account" +msgstr "Compte courant" + +#: ../sflphone-client-gnome/src/sflnotify.c:130 +msgid "You have no accounts set up" +msgstr "Vous n'avez pas configuré de compte" + +#: ../sflphone-client-gnome/src/sflnotify.c:131 +#: ../sflphone-client-gnome/src/sflnotify.c:148 +msgid "Error" +msgstr "Erreur" + +#: ../sflphone-client-gnome/src/sflnotify.c:147 +msgid "You have no registered accounts" +msgstr "Vous n'avez aucun compte enregistré" + +#: ../sflphone-client-gnome/src/sliders.c:161 +msgid "Speakers volume" +msgstr "Volume des hauts-parleurs" + +#: ../sflphone-client-gnome/src/sliders.c:163 +msgid "Mic volume" +msgstr "Volume du micro" + +#: ../sflphone-client-gnome/src/statusicon.c:91 +msgid "_Show main window" +msgstr "_Afficher la fenêtre principale" + +#: ../sflphone-client-gnome/src/statusicon.c:127 +#, c-format +msgid "%i account configured" +msgid_plural "%i accounts configured" +msgstr[0] "%i compte configuré" +msgstr[1] "%i comptes configurés" + +#: ../sflphone-client-gnome/src/toolbar.c:52 +#: ../sflphone-client-gnome/src/toolbar.c:251 +#: ../sflphone-client-gnome/src/toolbar.c:255 +msgid "Voicemail" +msgstr "Boite vocale" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:113 +msgid "Account settings" +msgstr "Paramètre des comptes" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:147 +msgid "_Enable this account" +msgstr "Activer ce compte" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:161 +msgid "_Protocol" +msgstr "P_rotocole" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:179 +msgid "Unknown" +msgstr "Inconnu" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:312 +msgid "_Use Evolution address books" +msgstr "_Utiliser les carnets d'adresse d'Évolution" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:319 +msgid "Download limit :" +msgstr "Limite de téléchargement :" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:327 +msgid "cards" +msgstr "entrées" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:333 +msgid "_Display contact photo if available" +msgstr "_Afficher la photo si disponible" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:341 +msgid "Fields from Evolution's address books" +msgstr "Utiliser les champs suivants des carnets d'adresse d'Évolution" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:345 +msgid "_Work" +msgstr "_Professionnels" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:351 +msgid "_Home" +msgstr "P_ersonnels" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:357 +msgid "_Mobile" +msgstr "_Mobiles" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:364 +msgid "Address Books" +msgstr "Carnets d'adresses" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:368 +msgid "Select which Evolution address books to use" +msgstr "Sélectionnez les carnets d'adresses d'Evolution à utiliser" + +#: ../sflphone-client-gnome/src/config/audioconf.c:684 +msgid "Output" +msgstr "Sortie" + +#: ../sflphone-client-gnome/src/config/audioconf.c:706 +msgid "Input" +msgstr "Entrée" + +#: ../sflphone-client-gnome/src/config/audioconf.c:741 +msgid "_Voice Activity Detection" +msgstr "Détection de l'activité de la voix" + +#: ../sflphone-client-gnome/src/config/audioconf.c:751 +msgid "_Noise Reduction (Narrow-Band Companding)" +msgstr "Réduction du bruit (Compresseur extenseur LBR)" + +#: ../sflphone-client-gnome/src/config/audioconf.c:780 +msgid "Sound Manager" +msgstr "Interface Audio" + +#: ../sflphone-client-gnome/src/config/audioconf.c:783 +msgid "_Pulseaudio" +msgstr "_Pulseaudio" + +#: ../sflphone-client-gnome/src/config/audioconf.c:788 +msgid "_ALSA" +msgstr "_ALSA" + +#: ../sflphone-client-gnome/src/config/audioconf.c:812 +msgid "Codecs" +msgstr "Codecs" + +#: ../sflphone-client-gnome/src/config/audioconf.c:835 +msgid "Ringtones" +msgstr "Sonneries" + +#: ../sflphone-client-gnome/src/config/audioconf.c:841 +msgid "_Enable ringtones" +msgstr "_Activer les sonneries" + +#: ../sflphone-client-gnome/src/config/audioconf.c:847 +msgid "Choose a ringtone" +msgstr "Sélectionner une sonnerie" + +#: ../sflphone-client-gnome/src/config/audioconf.c:853 +msgid "Audio Files" +msgstr "Fichier Audio" + +#: ../sflphone-client-gnome/src/config/configwindow.c:425 +msgid "Status" +msgstr "Statut" + +#: ../sflphone-client-gnome/src/config/configwindow.c:528 +msgid "Stun parameters will be applied on each SIP account created." +msgstr "Les paramètres de STUN seront appliqués à tous les comptes" + +#: ../sflphone-client-gnome/src/config/configwindow.c:544 +msgid "Format : name.server:port" +msgstr "Format : nom.serveur:port" + +#: ../sflphone-client-gnome/src/config/configwindow.c:589 +msgid "Desktop Notifications" +msgstr "Notifications de Bureau" + +#: ../sflphone-client-gnome/src/config/configwindow.c:593 +msgid "_Enable notifications" +msgstr "_Activer les notifications" + +#: ../sflphone-client-gnome/src/config/configwindow.c:599 +msgid "Enable voicemail _notifications" +msgstr "Activer les notifications de boîte _vocale" + +#: ../sflphone-client-gnome/src/config/configwindow.c:611 +msgid "System Tray Icon" +msgstr "Icône dans la barre des tâches" + +#: ../sflphone-client-gnome/src/config/configwindow.c:614 +msgid "_Popup main window on incoming call" +msgstr "Faire apparaître la fenêtre _principale lors d'appel entrant" + +#: ../sflphone-client-gnome/src/config/configwindow.c:619 +msgid "Ne_ver popup main window" +msgstr "Ne _jamais afficher la fenêtre principale" + +#: ../sflphone-client-gnome/src/config/configwindow.c:623 +msgid "Hide SFLphone window on _startup" +msgstr "_Cacher la fenêtre de SFLphone au démarrage" + +#: ../sflphone-client-gnome/src/config/configwindow.c:629 +msgid "Calls History" +msgstr "Historique des appels" + +#: ../sflphone-client-gnome/src/config/configwindow.c:632 +msgctxt "Beginning of 'Keep my history for at least n days.'" +msgid "_Keep my history for at least" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:643 +msgctxt "End of 'Keep my history for at least n days.'" +msgid "days" +msgstr "jours" + +#: ../sflphone-client-gnome/src/config/configwindow.c:647 +msgid "PulseAudio sound server" +msgstr "Serveur de son PulseAudio" + +#: ../sflphone-client-gnome/src/config/configwindow.c:650 +msgid "_Mute other applications during a call" +msgstr "Éteindre le _son des autres applications lors d'un appel" + +#: ../sflphone-client-gnome/src/config/configwindow.c:677 +msgid "Port" +msgstr "Port" + +#: ../sflphone-client-gnome/src/config/configwindow.c:732 +msgid "Select a folder" +msgstr "Choisissez un dossier" + +#: ../sflphone-client-gnome/src/config/configwindow.c:766 +msgid "Preferences" +msgstr "Préférences" + +#: ../sflphone-client-gnome/src/config/configwindow.c:845 +msgid "Configured Accounts" +msgstr "Comptes Configurés" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:135 +msgid "Custom commands on incoming calls with URL" +msgstr "Commandes personnalisées lors d'appels entrants avec une URL" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:138 +#, c-format +msgid "%s will be replaced with the passed URL." +msgstr "%s sera remplacé par l'URL passé en argument." + +#: ../sflphone-client-gnome/src/config/hooks-config.c:141 +msgid "Trigger on specific _SIP header" +msgstr "Déclencher sur un entête _SIP spécifique" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:150 +msgid "Trigger on _IAX2 URL" +msgstr "Déclencher en _IAX2" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:155 +msgid "Command to _run" +msgstr "Commande à e_xécuter" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:165 +msgid "Phone number rewriting" +msgstr "Réécriture des numéros appelés" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:169 +msgid "_Prefix dialed numbers with" +msgstr "_Préfixer les numéros composés par" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:56 +msgid "Search all" +msgstr "Rechercher dans tous" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:57 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:70 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:82 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:94 +msgid "Click here to change the search type" +msgstr "Cliquez ici pour changer le type de recherche" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:69 +msgid "Search by missed call" +msgstr "Rechercher dans les appels manqués" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:81 +msgid "Search by incoming call" +msgstr "Rechercher dans les appels entrants" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:93 +msgid "Search by outgoing call" +msgstr "Rechercher dans les appels sortants" + +#~ msgid "Enable address book" +#~ msgstr "Activer le carnet d'adresses" + +#~ msgid "Sound manager" +#~ msgstr "Interface audio" + +#~ msgid "Prefix dialed numbers with" +#~ msgstr "Ajouter le préfixe" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" + +#~ msgid "Registered" +#~ msgstr "Enregistré" + +#~ msgid "Not Registered" +#~ msgstr "Non Enregistré" + +#~ msgid "Trying..." +#~ msgstr "En cours..." + +#~ msgid "Bad authentification" +#~ msgstr "Erreur d'authentification" + +#~ msgid "Network unreachable" +#~ msgstr "Réseau non trouvé" + +#~ msgid "Host unreachable" +#~ msgstr "Serveur introuvable" + +#~ msgid "Stun configuration error" +#~ msgstr "Erreur de configuration Stun" + +#~ msgid "Stun server invalid" +#~ msgstr "Serveur Stun invalide" + +#~ msgid "Invalid" +#~ msgstr "Non valide" + +#~ msgid "%d voice mails" +#~ msgstr "%d messages vocaux" + +#~ msgid "Using %s (%s)" +#~ msgstr "Utilise %s (%s)" + +#~ msgid "No registered account" +#~ msgstr "Aucun compte enregistré" + +#~ msgid "Using %s (%s) - Codec: %s" +#~ msgstr "Utilise %s (%s) - Codec: %s" + +#~ msgid "" +#~ "This assistant is now finished.\n" +#~ "You can at any time check your registration state or modify your accounts " +#~ "parameters in the Options/Accounts window.\n" +#~ "\n" +#~ "Alias : %s\n" +#~ "Server : %s\n" +#~ "Username : %s\n" +#~ msgstr "" +#~ "Cet assistant est maintenant terminé.\n" +#~ " Vous pouvez à tout moment vérifier votre état d'enregistrement ou " +#~ "modifier les paramètres de vos comptes dans la fenêtre Options/Comptes.\n" +#~ "\n" +#~ "Alias : %s\n" +#~ "Serveur : %s\n" +#~ "Nom d'usager : %s\n" + +#~ msgid "SFLphone account configuration wizard" +#~ msgstr "Assistant de configuration de compte" + +#~ msgid "Welcome to SFLphone!" +#~ msgstr "Bienvenue dans SFLphone" + +#~ msgid "Select an account type:" +#~ msgstr "Choisissez un type de compte:" + +#~ msgid "Please select one of the following option:" +#~ msgstr "Veuillez remplir les champs suivants:" + +#~ msgid "SIP account configuration" +#~ msgstr "Configuration d'un compte SIP" + +#~ msgid "Please fill the following information:" +#~ msgstr "Veuillez remplir les champs suivants:" + +#~ msgid "Optional Email Address " +#~ msgstr "Courriel optionnel" + +#~ msgid "This email address will be use to send your voicemail messages" +#~ msgstr "Vos messages vocaux seront envoyés par courriel à cette adresse " + +#~ msgid "_Email" +#~ msgstr "_Email" + +#~ msgid "IAX2 account configuration" +#~ msgstr "Configuration d'un compte IAX2" + +#~ msgid "Network Address Translation" +#~ msgstr "Traduction d'adresse réseau (NAT)" + +#~ msgid "Edit phone" +#~ msgstr "Éditer numéro" + +#~ msgid "%s account: %s" +#~ msgstr "Compte %s: %s" + +#~ msgid "<i>From:</i> %s" +#~ msgstr "<i>De:</i> %s" + +#~ msgid "You haven't setup any accounts" +#~ msgstr "Vous n'avez aucun compte configuré" + +#~ msgid "SFLphone - %i accounts configured" +#~ msgstr "SFLphone - %i comptes configurés" + +#~ msgid "\"Voicemail\" <%s>" +#~ msgstr "\"Boite vocale\" <%s>" + +#~ msgid "Place a call" +#~ msgstr "Appeler" + +#~ msgid "Off Hold" +#~ msgstr "Reprendre" + +#~ msgid "On Hold" +#~ msgstr "Mettre en attente" + +#~ msgid "Record a call" +#~ msgstr "_Enregistrer un appel" + +#~ msgid "Account Parameters" +#~ msgstr "Paramètres du Compte" + +#~ msgid "Download limit:" +#~ msgstr "Limite de _téléchargement:" + +#~ msgid "_Business phone" +#~ msgstr "Tél du _bureau" + +#~ msgid "_Home phone" +#~ msgstr "Tél du _domicile" + +#~ msgid "_Mobile phone" +#~ msgstr "Tél _portable" + +#~ msgid "Select which Evolution address books to use:" +#~ msgstr "Sélectionner quels carnets d'adresse d'Évolution utiliser:" + +#~ msgid "audio device index for output = %d" +#~ msgstr "index du device audio de sortie = %d" + +#~ msgid "ALSA configuration" +#~ msgstr "Configuration ALSA" + +#~ msgid "Stun parameters will apply to each SIP account created." +#~ msgstr "Les paramètres STUN sont appliqués à tous les comptes SIP créés" + +#~ msgid "Enable it if you are behind a firewall" +#~ msgstr "" +#~ "À activer si vous êtes derrière un pare-feu, puis redémarrez SFLphone" + +#~ msgid "Format: name.server:port" +#~ msgstr "Format: nom.serveur:port" + +#~ msgid "Recordings folder" +#~ msgstr "Dossier pour les enregistrements" + +#~ msgid "General Settings" +#~ msgstr "Préférences" + +#~ msgid "Audio Settings" +#~ msgstr "Paramètres Audio" + +#~ msgid "Recordings" +#~ msgstr "Enregistrements" + +#~ msgid "Address Book" +#~ msgstr "Carnet d'adresse" + +#~ msgid "Hooks" +#~ msgstr "Ancrage" + +#~ msgid "Accounts" +#~ msgstr "Comptes" + +#~ msgid "URL Passing" +#~ msgstr "Passage d'URL" + +#~ msgid "Command to _run: " +#~ msgstr "Commande à _exécuter: " + +#~ msgid "Phone Number Rewriting" +#~ msgstr "Rééecriture du numéro" + +#~ msgid "_Prefix dialed numbers with:" +#~ msgstr "_Préfixer les numéros composés par:" + +#~ msgid "Accept" +#~ msgstr "Accepter" + +#~ msgid "Refuse" +#~ msgstr "Refuser" + +#~ msgid "Ignore" +#~ msgstr "Ignorer" + +#~ msgid "<small>Missed call</small>" +#~ msgstr "<small>Appel manqué</small>" + +#~ msgid "<small>Duration:</small> %s" +#~ msgstr "<small>Durée:</small> %s" + +#~ msgid "Fields" +#~ msgstr "Champs" + +#~ msgid "_History size limit" +#~ msgstr "_Taille limite de l'historique" + +#~ msgid "" +#~ "SFLphone can run custom commands if incoming calls come with an URL " +#~ "attached.\n" +#~ "In this case, %s will be replaced with the passed URL." +#~ msgstr "" +#~ "SFLphone peut exécuter des commandes lors d'appels entrants qui ont un " +#~ "URL associé.\n" +#~ "Dans ce cas, %s sera remplacé par l'URL en question." + +#~ msgid "Search history" +#~ msgstr "Rechercher" + +#~ msgid "Search contact" +#~ msgstr "Rechercher un contact" + +#~ msgid "Registered to %s (%s)" +#~ msgstr "Connecté avec %s (%s)" + +#~ msgid "%s account- %s %s" +#~ msgstr "compte %s- %s %s" + +#~ msgid "Books" +#~ msgstr "Carnets d'adresse" + +#~ msgid "_Enable" +#~ msgstr "_Activer" + +#~ msgid "_Notify voice mails" +#~ msgstr "_Notifier les messages vocaux" + +#~ msgid "_Start hidden" +#~ msgstr "_Démarrer caché" + +#~ msgid "_Maximum number of calls" +#~ msgstr "N_ombre maximum d'appels" + +#~ msgid "_Control running applications volume" +#~ msgstr "_Autoriser à modifier le volume des autres applications" + +#~ msgid "Account previously setup" +#~ msgstr "Liste des comptes existants" + +#~ msgid "URL argument" +#~ msgstr "Argument URL" + +#~ msgid "_SIP protocol" +#~ msgstr "_Protocole SIP" + +#~ msgid "_SIP Header: " +#~ msgstr "En-tête SIP: " + +#~ msgid "_IAX2 protocol" +#~ msgstr "_Protocole IAX2" + +#~ msgid "_Prepend: " +#~ msgstr "Préfixe: " diff --git a/lang/ru/sflphone.po b/lang/ru/sflphone.po new file mode 100644 index 0000000000000000000000000000000000000000..04c8ecfba8bac54d286aa15fe31100f9960f4f34 --- /dev/null +++ b/lang/ru/sflphone.po @@ -0,0 +1,1286 @@ +# Russian Translation. +# Copyright (C) 2009 Savoir-Faire Linux Inc. +# This file is distributed under the same license as the sflphone package. +# Hussein Abdallah <hussein.abdallah@savoirfairelinux.com>. +# +msgid "" +msgstr "" +"Project-Id-Version: SFLphone 0.9.6\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-16 15:14-0400\n" +"PO-Revision-Date: 2009-06-08 10:19 GMT-5\n" +"Last-Translator: HUSSEIN ABDALLAH <hussein.abdallah@savoirfairelinux.com>\n" +"Language-Team: Savoir-Faire Linux Inc <sflphoneteam@savoirfairelinux.com>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../sflphone-client-kde/src/Account.cpp:34 +#: ../sflphone-client-gnome/src/accountlist.c:175 +msgctxt "account state" +msgid "Registered" +msgstr "ЗарегиÑтрирован" + +#: ../sflphone-client-kde/src/Account.cpp:36 +#: ../sflphone-client-gnome/src/accountlist.c:178 +msgctxt "account state" +msgid "Not Registered" +msgstr "Ðе зарегиÑтрирован" + +#: ../sflphone-client-kde/src/Account.cpp:38 +#: ../sflphone-client-gnome/src/accountlist.c:181 +msgctxt "account state" +msgid "Trying..." +msgstr "Пробует подключитьÑÑ..." + +#: ../sflphone-client-kde/src/Account.cpp:40 +#: ../sflphone-client-gnome/src/accountlist.c:184 +msgctxt "account state" +msgid "Error" +msgstr "Ошибка" + +#: ../sflphone-client-kde/src/Account.cpp:42 +msgctxt "account state" +msgid "Authentication Failed" +msgstr "ÐÐµÐ¿Ñ€Ð°Ð²Ð¸Ð»ÑŒÐ½Ð°Ñ Ð¸Ð´ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ" + +#: ../sflphone-client-kde/src/Account.cpp:44 +#: ../sflphone-client-gnome/src/accountlist.c:190 +msgctxt "account state" +msgid "Network unreachable" +msgstr "Сеть недоÑтупна" + +#: ../sflphone-client-kde/src/Account.cpp:46 +#: ../sflphone-client-gnome/src/accountlist.c:193 +msgctxt "account state" +msgid "Host unreachable" +msgstr "ХоÑÑ‚ недоÑтупен" + +#: ../sflphone-client-kde/src/Account.cpp:48 +#: ../sflphone-client-gnome/src/accountlist.c:196 +msgctxt "account state" +msgid "Stun configuration error" +msgstr "Ошибка наÑтройки Stun" + +#: ../sflphone-client-kde/src/Account.cpp:50 +#: ../sflphone-client-gnome/src/accountlist.c:199 +msgctxt "account state" +msgid "Stun server invalid" +msgstr "ÐедейÑтвительный Stun-Ñервер" + +#: ../sflphone-client-kde/src/Account.cpp:51 +#: ../sflphone-client-gnome/src/accountlist.c:202 +msgctxt "account state" +msgid "Invalid" +msgstr "ÐедейÑтвительный" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:163 +#: ../sflphone-client-kde/src/AccountWizard.cpp:278 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:406 +msgid "Account creation wizard" +msgstr "МаÑтер наÑтройки SFLphone" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:199 +#: ../sflphone-client-kde/src/AccountWizard.cpp:217 +#: ../sflphone-client-kde/src/AccountWizard.cpp:561 +#: ../sflphone-client-gnome/src/assistant.c:68 +#, c-format +msgid "This assistant is now finished." +msgstr "МаÑтер закончил наÑтройку." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:211 +msgid "Creation of account has failed for the reason" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:255 +#: ../sflphone-client-kde/src/AccountWizard.cpp:440 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:359 +#: ../sflphone-client-gnome/src/assistant.c:72 +msgid "Alias" +msgstr "ПÑевдоним" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:256 +#: ../sflphone-client-kde/src/AccountWizard.cpp:441 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:366 +#: ../sflphone-client-gnome/src/assistant.c:75 +msgid "Server" +msgstr "Сервер" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:257 +#: ../sflphone-client-kde/src/AccountWizard.cpp:442 +#: ../sflphone-client-gnome/src/assistant.c:78 +msgid "Username" +msgstr "Пользователь" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:258 +#: ../sflphone-client-kde/src/AccountWizard.cpp:443 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:368 +msgid "Password" +msgstr "Пароль" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:259 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:360 +#: ../sflphone-client-gnome/src/config/configwindow.c:418 +msgid "Protocol" +msgstr "Протокол" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:260 +#: ../sflphone-client-kde/src/AccountWizard.cpp:444 +msgid "Voicemail number" +msgstr "Ðомер автоответчика #" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:279 +#: ../sflphone-client-gnome/src/assistant.c:216 +msgid "Welcome to the Account creation wizard of SFLphone!" +msgstr "Добро пожаловать в SFLphone!" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:281 +#: ../sflphone-client-gnome/src/assistant.c:217 +msgid "This installation wizard will help you configure an account." +msgstr "Ðтот маÑтер уÑтановки поможет вам наÑтроить ваш аккаунт." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:309 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Account" +msgstr "Ðккаунты" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:310 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Please select one of the following options" +msgstr "Введите пожалуйÑта Ñледующие данные" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:312 +#: ../sflphone-client-gnome/src/assistant.c:251 +msgid "Create a free SIP/IAX2 account on sflphone.org" +msgstr "Создать беÑплатный SIP/IAX2-аккаунт на sflphone.org" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:313 +#: ../sflphone-client-gnome/src/assistant.c:253 +msgid "Register an existing SIP or IAX2 account" +msgstr "ЗарегиÑтрировать ÑущеÑтвующий SIP или IAX2 аккаунт" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:352 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "VoIP Protocols" +msgstr "VoIP-протоколы" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:353 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "Select an account type" +msgstr "Выберите тип аккаунта" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:355 +#: ../sflphone-client-gnome/src/assistant.c:233 +msgid "SIP (Session Initiation Protocol)" +msgstr "SIP (Session Initiation Protocol)" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:356 +#: ../sflphone-client-gnome/src/assistant.c:235 +msgid "IAX2 (InterAsterix Exchange)" +msgstr "IAX2 (InterAsterix Exchange)" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:395 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "Optional email address" +msgstr "Ðлектронный Ð°Ð´Ñ€ÐµÑ (необÑзательный)" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:396 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "This email address will be used to send your voicemail messages." +msgstr "Ðтот Ñлектронный Ð°Ð´Ñ€ÐµÑ Ð±ÑƒÐ´ÐµÑ‚ иÑпользоватьÑÑ Ð´Ð»Ñ Ñ€ÐµÑ‡ÐµÐ²Ñ‹Ñ… Ñообщений" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:398 +msgid "Email address" +msgstr "ÐÐ´Ñ€ÐµÑ Ñл. почты" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:432 +#: ../sflphone-client-gnome/src/assistant.c:266 +msgid "SIP account settings" +msgstr "ÐаÑтройка SIP-аккаунта" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:436 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "IAX2 account settings" +msgstr "ÐаÑтройка IAX2-аккаунта" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:438 +#: ../sflphone-client-gnome/src/assistant.c:266 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "Please fill the following information" +msgstr "Введите пожалуйÑта Ñледующие данные" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:523 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:856 +msgid "Network Address Translation (NAT)" +msgstr "Network Address Translation (NAT)" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:524 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:536 +msgid "You should probably enable this if you are behind a firewall." +msgstr "Ð’Ñ‹ наверное должны Ñто включить еÑли вы находитеÑÑŒ за Ñетевым Ñкраном." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:526 +msgid "Enable STUN" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:527 +msgid "Stun Server" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:562 +msgid "" +"After checking the settings you chose, click \"Finish\" to create the " +"account." +msgstr "" + +#: ../sflphone-client-kde/src/ActionSetAccountFirst.cpp:26 +msgid "Default account" +msgstr "" + +#: ../sflphone-client-kde/src/Call.cpp:116 +#: ../sflphone-client-gnome/src/contacts/calltree.c:322 +msgid "Transfer to : " +msgstr "" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:89 +#: ../sflphone-client-gnome/src/actions.c:816 +msgid "Codec" +msgstr "Codec" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:93 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:279 +#: ../sflphone-client-gnome/src/config/audioconf.c:581 +msgid "Frequency" +msgstr "ЧаÑтота" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:97 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:281 +#: ../sflphone-client-gnome/src/config/audioconf.c:586 +msgid "Bitrate" +msgstr "Битрейт" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:101 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:283 +#: ../sflphone-client-gnome/src/config/audioconf.c:591 +msgid "Bandwidth" +msgstr "ПропуÑÐºÐ½Ð°Ñ ÑпоÑобноÑть" + +#: ../sflphone-client-kde/src/main.cpp:39 +msgid "SFLphone KDE Client" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:43 +msgid "(C) 2009 Savoir-faire Linux" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:47 +msgid "Jérémy Quentin" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:48 +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:48 +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:62 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-gnome/src/statusicon.c:126 +msgid "SFLphone" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:209 +msgid "Incoming call" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 +msgid "You have an incoming call from" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 +msgid "Click to accept or refuse it." +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:716 +msgid "Address book loading..." +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:901 +#: ../sflphone-client-gnome/src/actions.c:89 +msgid "No registered accounts" +msgstr "У Ð²Ð°Ñ Ð½ÐµÑ‚ зарегиÑтрированных аккаунтов" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:905 +#: ../sflphone-client-gnome/src/actions.c:83 +#: ../sflphone-client-gnome/src/actions.c:813 +msgid "Using account" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +msgid "Main screen" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:165 +msgid "Call history" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:407 +#: ../sflphone-client-gnome/src/toolbar.c:243 +#: ../sflphone-client-gnome/src/toolbar.c:245 +msgid "Address book" +msgstr "ÐдреÑÐ½Ð°Ñ ÐºÐ½Ð¸Ð³Ð°" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1108 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1173 +msgid "Edit before call" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:56 +#: ../sflphone-client-gnome/src/toolbar.c:167 +#: ../sflphone-client-gnome/src/toolbar.c:169 +msgid "New call" +msgstr "Ðовый звонок" + +#: ../sflphone-client-kde/src/sflphone_const.h:57 +#: ../sflphone-client-kde/src/sflphone_const.h:62 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:392 +#: ../sflphone-client-gnome/src/toolbar.c:186 +#: ../sflphone-client-gnome/src/toolbar.c:188 +msgid "Hang up" +msgstr "Положить трубку" + +#: ../sflphone-client-kde/src/sflphone_const.h:58 +#: ../sflphone-client-gnome/src/toolbar.c:207 +#: ../sflphone-client-gnome/src/toolbar.c:209 +msgid "Hold on" +msgstr "Удержать звонок" + +#: ../sflphone-client-kde/src/sflphone_const.h:59 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:394 +#: ../sflphone-client-gnome/src/toolbar.c:220 +#: ../sflphone-client-gnome/src/toolbar.c:222 +msgid "Transfer" +msgstr "ПереÑлать звонок на другой номер" + +#: ../sflphone-client-kde/src/sflphone_const.h:60 +#: ../sflphone-client-gnome/src/toolbar.c:263 +msgid "Record" +msgstr "ЗапиÑать переговор" + +#: ../sflphone-client-kde/src/sflphone_const.h:61 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:391 +#: ../sflphone-client-gnome/src/toolbar.c:176 +#: ../sflphone-client-gnome/src/toolbar.c:178 +msgid "Pick up" +msgstr "ВзÑть трубку" + +#: ../sflphone-client-kde/src/sflphone_const.h:63 +#: ../sflphone-client-gnome/src/toolbar.c:196 +#: ../sflphone-client-gnome/src/toolbar.c:198 +msgid "Hold off" +msgstr "Снова взÑть" + +#: ../sflphone-client-kde/src/sflphone_const.h:64 +msgid "Give up transfer" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:65 +msgid "Call back" +msgstr "" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:48 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:306 +#: ../sflphone-client-gnome/src/config/configwindow.c:722 +#: ../sflphone-client-gnome/src/config/configwindow.c:791 +msgctxt "Config section" +msgid "General" +msgstr "Общие наÑтройки" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:49 +msgctxt "Config section" +msgid "Display" +msgstr "" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:50 +#: ../sflphone-client-gnome/src/config/configwindow.c:833 +msgctxt "Config section" +msgid "Accounts" +msgstr "" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:51 +#: ../sflphone-client-gnome/src/config/configwindow.c:786 +msgctxt "Config section" +msgid "Audio" +msgstr "звука" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:52 +#: ../sflphone-client-gnome/src/config/configwindow.c:801 +msgctxt "Config section" +msgid "Address Book" +msgstr "ÐдреÑÐ½Ð°Ñ ÐºÐ½Ð¸Ð³Ð°" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:53 +#: ../sflphone-client-gnome/src/config/configwindow.c:796 +msgctxt "Config section" +msgid "Recordings" +msgstr "ЗапиÑÑŒ" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:54 +#: ../sflphone-client-gnome/src/config/configwindow.c:806 +msgctxt "Config section" +msgid "Hooks" +msgstr "перехватчики (hooks)" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:321 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:142 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:263 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:120 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:164 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:173 +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:90 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:390 +msgid "Form" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:323 +msgid "" +"By default, when you place a call, sflphone will use the first account in " +"this list which is \"registered\". Change the order of the accounts using " +"the \"Up\" and \"Down\" arrows. Enable/disable them by checking/unchecking " +"them on the left of the item. Add or remove some with \"Plus\" and \"Sub\" " +"buttons. Edit the selected account with the form on the right." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:327 +msgid "Remove the selected account" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:330 +msgid "" +"This button will remove the selected account in the list below. Be sure you " +"really don't need it anymore. If you think you might use it again later, " +"just uncheck it." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:335 +msgid "Remove" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:336 +msgid "Backspace, Return" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:338 +msgid "Add a new account" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:341 +msgid "" +"This button enables you to initialize a new account. You will then be able " +"to edit it using the form on the right." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:343 +msgid "Add" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:345 +msgid "Get this account down" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:348 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:355 +msgid "" +"By default, when you place a call, sflphone will use the first account in " +"this list which is \"registered\". Change the order of the accounts using " +"the \"Up\" and \"Down\" arrows." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:350 +msgid "Down" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:352 +msgid "Get this account up" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:357 +msgid "Up" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:358 +msgid "Apply" +msgstr "Применить" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:363 +msgid "SIP" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:364 +msgid "IAX" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:367 +msgid "User" +msgstr "Пользователь" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:369 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:396 +msgid "Mailbox" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:370 +msgid "State" +msgstr "СтатуÑ" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:373 +msgid "Stun settings will be applied on each account" +msgstr "STUN-параметры будут Ñффективны Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ Ñозданного SIP-аккаунта" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:374 +msgid "Enable Stun" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:375 +msgid "choose Stun server (example : stunserver.org)" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:143 +msgid "Maximum &results" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:144 +msgid "Display &photo if available" +msgstr "_Показать фотографию контакта (еÑли имеетÑÑ):" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:145 +msgid "Display phone numbers of these &types :" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:146 +msgid "&Work" +msgstr "Рабочий" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:147 +msgid "&Mobile" +msgstr "Мобильный" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:148 +msgid "&Home" +msgstr "Домашний" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:265 +msgid "Audio device" +msgstr "Звуковые файлы" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:268 +msgid "ALSA" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:269 +msgid "PulseAudio" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:271 +msgid "Enable ringtones" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:272 +msgid "*.ul *.au *.wav" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:273 +msgid "&Codecs" +msgstr "Кодеки" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:275 +msgid "Active" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:277 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:404 +#: ../sflphone-client-gnome/src/config/audioconf.c:576 +msgid "Name" +msgstr "ИмÑ" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:286 +#: ../sflphone-client-gnome/src/config/audioconf.c:795 +msgid "ALSA settings" +msgstr "ÐаÑтройка ALSA" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:287 +#: ../sflphone-client-gnome/src/config/audioconf.c:662 +msgid "ALSA plugin" +msgstr "ALSA-плагин" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:288 +msgid "In" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:289 +msgid "Out" +msgstr "Выход" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:290 +msgid "PulseAudio settings" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:291 +msgid "Mute other applications during a call" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:121 +msgid "Enable notifications" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:122 +msgid "On incoming &calls" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:123 +msgid "On &messages" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:124 +msgid "Show main window" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:125 +msgid "On &start" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:126 +msgid "On &incoming calls" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:166 +msgid "Keep my history for at least" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:167 +msgid "days" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:168 +msgid "Clear history" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:169 +msgid "Connection" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:170 +#: ../sflphone-client-gnome/src/config/configwindow.c:664 +msgid "SIP Port" +msgstr "SIP-порт" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:171 +msgid "Attention " +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:174 +#: ../sflphone-client-gnome/src/config/hooks-config.c:130 +msgid "URL Argument" +msgstr "Передача URL" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:175 +msgid "Custom commands with URL %s will be replaced with the passed URL." +msgstr "%s будет заменена на переданную URL" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:176 +msgid "Trigger on specific SIP header" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:177 +msgid "Trigger on IAX2 URL" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:178 +msgid "Command to run" +msgstr "Выполнить команду:" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:179 +msgid "Phone number formatting" +msgstr "ПерепиÑка номера телефона" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:180 +msgid "Add phone number prefix" +msgstr "Мобильный телефон" + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:91 +msgid "General" +msgstr "Общие наÑтройки" + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:92 +#: ../sflphone-client-gnome/src/config/configwindow.c:726 +msgid "Destination folder" +msgstr "Папка назначениÑ" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:393 +msgid "Hold" +msgstr "Удержать звонок" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:395 +#: ../sflphone-client-gnome/src/toolbar.c:232 +#: ../sflphone-client-gnome/src/toolbar.c:234 +msgid "History" +msgstr "Журнал" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:397 +msgid "Configure accounts" +msgstr "Ðынешний аккаунт" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:398 +msgid "Configure audio" +msgstr "Ðынешний аккаунт" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:399 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:401 +msgid "Configure SFLphone" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:403 +msgid "Display volume bars" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:404 +msgid "Display dialpad" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:405 +msgctxt "Action record a call" +msgid "Record" +msgstr "ЗапиÑать переговор" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:408 +msgid "Attention:number of results exceeds max displayed." +msgstr "" + +#: ../sflphone-client-gnome/src/accountlist.c:187 +msgid "accounr state" +msgstr "ÐаÑтройки аккаунта" + +#: ../sflphone-client-gnome/src/actions.c:54 +#: ../sflphone-client-gnome/src/sflnotify.c:94 +msgid "%d voice mail" +msgid_plural "%d voice mails" +msgstr[0] "%d речевое Ñообщение" +msgstr[1] "%d речевое Ñообщение" + +#: ../sflphone-client-gnome/src/actions.c:234 +msgid "" +"Unable to connect to the SFLphone server.\n" +"Make sure the daemon is running." +msgstr "" +"Ðевозможно подключитьÑÑ Ðº SFLphone-Ñерверу.\n" +"Проверьте еÑли демон работает." + +#: ../sflphone-client-gnome/src/actions.c:809 +#, c-format +msgid "IP call - %s" +msgstr "IP звонок - %s" + +#: ../sflphone-client-gnome/src/actions.c:908 +#, c-format +msgid "" +"<b>Error: No audio codecs found.\n" +"\n" +"</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>.sflphone</" +"b> directory in your home( <i>%s</i> )" +msgstr "" +"<b>Ошибка: звуковые кодеки не найдены.\n" +"\n" +"</b> Звуковые кодеки SFL должны находитьÑÑ Ð² <i>%s</i> или в <b>.sflphone</" +"b> каталоге в вашем домашнем каталоге( <i>%s</i> )" + +#: ../sflphone-client-gnome/src/assistant.c:70 +msgid "" +"You can at any time check your registration state or modify your accounts " +"parameters in the Options/Accounts window." +msgstr "" +"Ð’Ñ‹ можете в любое Ð²Ñ€ÐµÐ¼Ñ Ð¿Ñ€Ð¾Ð²ÐµÑ€Ð¸Ñ‚ÑŒ ÑÑ‚Ð°Ñ‚ÑƒÑ Ñ€ÐµÐ³Ð¸Ñтрации или изменитьпараметры " +"ваших аккаунтов в меню Правка / Ðккаунты." + +#: ../sflphone-client-gnome/src/assistant.c:190 +msgid "SFLphone account creation wizard" +msgstr "МаÑтер наÑтройки SFLphone" + +#: ../sflphone-client-gnome/src/assistant.c:274 +#: ../sflphone-client-gnome/src/assistant.c:370 +#: ../sflphone-client-gnome/src/config/accountwindow.c:153 +msgid "_Alias" +msgstr "_ПÑевдоним" + +#: ../sflphone-client-gnome/src/assistant.c:282 +#: ../sflphone-client-gnome/src/assistant.c:378 +#: ../sflphone-client-gnome/src/config/accountwindow.c:189 +msgid "_Host name" +msgstr "Ð˜Ð¼Ñ Ð¸Ð»Ð¸ IP-Ð°Ð´Ñ€ÐµÑ _Ñервера" + +#: ../sflphone-client-gnome/src/assistant.c:290 +#: ../sflphone-client-gnome/src/assistant.c:386 +#: ../sflphone-client-gnome/src/config/accountwindow.c:197 +msgid "_User name" +msgstr "Ð˜Ð¼Ñ Ð¸Ð»Ð¸ _номер пользователÑ" + +#: ../sflphone-client-gnome/src/assistant.c:306 +#: ../sflphone-client-gnome/src/assistant.c:401 +#: ../sflphone-client-gnome/src/config/accountwindow.c:212 +msgid "_Password" +msgstr "Па_роль" + +#: ../sflphone-client-gnome/src/assistant.c:324 +#: ../sflphone-client-gnome/src/assistant.c:417 +#: ../sflphone-client-gnome/src/config/accountwindow.c:228 +msgid "_Voicemail number" +msgstr "Ðомер _автоответчика #" + +#: ../sflphone-client-gnome/src/assistant.c:347 +msgid "_Email address" +msgstr "_ÐÐ´Ñ€ÐµÑ Ñл. почты" + +#: ../sflphone-client-gnome/src/assistant.c:444 +#: ../sflphone-client-gnome/src/config/configwindow.c:532 +msgid "E_nable STUN" +msgstr "Включить STUN" + +#: ../sflphone-client-gnome/src/assistant.c:451 +msgid "_STUN server" +msgstr "_STUN-Ñервер" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Account Registration" +msgstr "РегиÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ð°ÐºÐºÐ°ÑƒÐ½Ñ‚Ð°" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Congratulations!" +msgstr "ПоздравлÑем!" + +#: ../sflphone-client-gnome/src/errors.c:29 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening playback device" +msgstr "" +"<b>ALSA-nпредупреждение</b>\n" +"\n" +"Ошибка во Ð²Ñ€ÐµÐ¼Ñ Ð°ÐºÑ‚Ð¸Ð²Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ ÑƒÑтройÑтва проигрываниÑ" + +#: ../sflphone-client-gnome/src/errors.c:32 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening capture device" +msgstr "" +"<b>ALSA-nпредупреждение</b>\n" +"\n" +"Ошибка во Ð²Ñ€ÐµÐ¼Ñ Ð°ÐºÑ‚Ð¸Ð²Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ ÑƒÑтройÑтва входа" + +#: ../sflphone-client-gnome/src/errors.c:35 +msgid "" +"Pulseaudio notification\n" +"\n" +"Pulseaudio is not running" +msgstr "" +"<b>Предупреждение Pulseaudio</b>\n" +"\n" +"Pulseaudio не работает" + +#: ../sflphone-client-gnome/src/mainwindow.c:70 +msgid "There is one call in progress." +msgstr "Звонок ещё не окончен." + +#: ../sflphone-client-gnome/src/mainwindow.c:74 +msgid "There are calls in progress." +msgstr "ÐеÑколько звонков ещё не окончены." + +#: ../sflphone-client-gnome/src/mainwindow.c:83 +msgid "Do you still want to quit?" +msgstr "Ð’Ñ‹ уверенны что хотите выйти?" + +#: ../sflphone-client-gnome/src/mainwindow.c:284 +msgid "SFLphone Error" +msgstr "Ошибка SFLphone." + +#: ../sflphone-client-gnome/src/menus.c:134 +msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols." +msgstr "SFLphone - SIP и IAX2-ÑовмеÑтимый VoIP-клиент " + +#: ../sflphone-client-gnome/src/menus.c:137 +msgid "About SFLphone" +msgstr "О SFLphone" + +#: ../sflphone-client-gnome/src/menus.c:161 +msgid "_Help" +msgstr "_Помощь" + +#: ../sflphone-client-gnome/src/menus.c:296 +#: ../sflphone-client-gnome/src/menus.c:953 +msgid "_New call" +msgstr "_Ðовый звонок" + +#: ../sflphone-client-gnome/src/menus.c:308 +#: ../sflphone-client-gnome/src/menus.c:785 +msgid "_Pick up" +msgstr "_ВзÑть трубку" + +#: ../sflphone-client-gnome/src/menus.c:318 +#: ../sflphone-client-gnome/src/menus.c:797 +msgid "_Hang up" +msgstr "_Положить трубку" + +#: ../sflphone-client-gnome/src/menus.c:328 +#: ../sflphone-client-gnome/src/menus.c:809 +msgid "On _Hold" +msgstr "_Удержать звонок" + +#: ../sflphone-client-gnome/src/menus.c:340 +#: ../sflphone-client-gnome/src/menus.c:821 +msgid "_Record" +msgstr "ЗапиÑать" + +#: ../sflphone-client-gnome/src/menus.c:354 +msgid "_Account creation wizard" +msgstr "МаÑтер наÑтройки SFLphone" + +#: ../sflphone-client-gnome/src/menus.c:384 +msgid "_Call" +msgstr "_Звонок" + +#: ../sflphone-client-gnome/src/menus.c:552 +msgid "Clear _history" +msgstr "_Стереть журнал" + +#: ../sflphone-client-gnome/src/menus.c:564 +msgid "_Accounts" +msgstr "_Ðккаунты" + +#: ../sflphone-client-gnome/src/menus.c:579 +msgid "_Edit" +msgstr "_Правка" + +#: ../sflphone-client-gnome/src/menus.c:631 +msgid "_Dialpad" +msgstr "_Клавиатура" + +#: ../sflphone-client-gnome/src/menus.c:643 +msgid "_Volume controls" +msgstr "_ÐаÑтройки громкоÑти" + +#: ../sflphone-client-gnome/src/menus.c:661 +msgid "_View" +msgstr "_Вид" + +#: ../sflphone-client-gnome/src/menus.c:881 +msgid "_Call back" +msgstr "_Перезвонить" + +#: ../sflphone-client-gnome/src/menus.c:1061 +msgid "Edit phone number" +msgstr "Мобильный телефон" + +#: ../sflphone-client-gnome/src/menus.c:1072 +msgid "Edit the phone number before making a call" +msgstr "Изменить номер телефона перед звонком" + +#: ../sflphone-client-gnome/src/sflnotify.c:71 +#: ../sflphone-client-gnome/src/sflnotify.c:91 +#, c-format +msgid "%s account : %s" +msgstr "%s аккаунт: %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:75 +#, c-format +msgid "<i>From</i> %s" +msgstr "<i>От:</i> %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:111 +#, c-format +msgid "Calling with %s account <i>%s</i>" +msgstr "Звонок Ñ Ð°ÐºÐºÐ°ÑƒÐ½Ñ‚Ð¾Ð¼ %s <i>%s</i>" + +#: ../sflphone-client-gnome/src/sflnotify.c:115 +msgid "Current account" +msgstr "Ðынешний аккаунт" + +#: ../sflphone-client-gnome/src/sflnotify.c:130 +msgid "You have no accounts set up" +msgstr "Ð’Ñ‹ не наÑтроили ни одного аккаунта" + +#: ../sflphone-client-gnome/src/sflnotify.c:131 +#: ../sflphone-client-gnome/src/sflnotify.c:148 +msgid "Error" +msgstr "Ошибка" + +#: ../sflphone-client-gnome/src/sflnotify.c:147 +msgid "You have no registered accounts" +msgstr "У Ð²Ð°Ñ Ð½ÐµÑ‚ зарегиÑтрированных аккаунтов" + +#: ../sflphone-client-gnome/src/sliders.c:161 +msgid "Speakers volume" +msgstr "ГромкоÑть" + +#: ../sflphone-client-gnome/src/sliders.c:163 +msgid "Mic volume" +msgstr "ГромкоÑть микрофона" + +#: ../sflphone-client-gnome/src/statusicon.c:91 +msgid "_Show main window" +msgstr "_Показать главное окно" + +#: ../sflphone-client-gnome/src/statusicon.c:127 +#, c-format +msgid "%i account configured" +msgid_plural "%i accounts configured" +msgstr[0] "" +msgstr[1] "SFLphone - ЗарегиÑтрировано %i аккаунтов" + +#: ../sflphone-client-gnome/src/toolbar.c:52 +#: ../sflphone-client-gnome/src/toolbar.c:251 +#: ../sflphone-client-gnome/src/toolbar.c:255 +msgid "Voicemail" +msgstr "Ðвтоответчик" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:113 +msgid "Account settings" +msgstr "ÐаÑтройки аккаунта" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:147 +msgid "_Enable this account" +msgstr "_Включить" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:161 +msgid "_Protocol" +msgstr "Пр_отокол" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:179 +msgid "Unknown" +msgstr "ÐеизвеÑтный" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:312 +msgid "_Use Evolution address books" +msgstr "_ИÑпользовать адреÑную книгу Evolution" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:319 +msgid "Download limit :" +msgstr "Ограничение ÑкороÑти ÑкачиваниÑ:" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:327 +msgid "cards" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:333 +msgid "_Display contact photo if available" +msgstr "_Показать фотографию контакта (еÑли имеетÑÑ):" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:341 +msgid "Fields from Evolution's address books" +msgstr "ИÑполоьзовать Ñледующие Ð¿Ð¾Ð»Ñ Ð¸Ð· адреÑной книги Evolution:" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:345 +msgid "_Work" +msgstr "_Рабочий" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:351 +msgid "_Home" +msgstr "_Домашний" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:357 +msgid "_Mobile" +msgstr "_Мобильный" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:364 +msgid "Address Books" +msgstr "ÐдреÑÐ½Ð°Ñ ÐºÐ½Ð¸Ð³Ð°" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:368 +msgid "Select which Evolution address books to use" +msgstr "Выбрать адреÑную книгу Evolution:" + +#: ../sflphone-client-gnome/src/config/audioconf.c:684 +msgid "Output" +msgstr "Выход" + +#: ../sflphone-client-gnome/src/config/audioconf.c:706 +msgid "Input" +msgstr "Вход" + +#: ../sflphone-client-gnome/src/config/audioconf.c:741 +msgid "_Voice Activity Detection" +msgstr "Включить детектор тишины" + +#: ../sflphone-client-gnome/src/config/audioconf.c:751 +msgid "_Noise Reduction (Narrow-Band Companding)" +msgstr "Шумоподавление" + +#: ../sflphone-client-gnome/src/config/audioconf.c:780 +msgid "Sound Manager" +msgstr "Менеджер звука" + +#: ../sflphone-client-gnome/src/config/audioconf.c:783 +msgid "_Pulseaudio" +msgstr "_Pulseaudio" + +#: ../sflphone-client-gnome/src/config/audioconf.c:788 +msgid "_ALSA" +msgstr "_ALSA" + +#: ../sflphone-client-gnome/src/config/audioconf.c:812 +msgid "Codecs" +msgstr "Кодеки" + +#: ../sflphone-client-gnome/src/config/audioconf.c:835 +msgid "Ringtones" +msgstr "Звонки" + +#: ../sflphone-client-gnome/src/config/audioconf.c:841 +msgid "_Enable ringtones" +msgstr "Включить звонок" + +#: ../sflphone-client-gnome/src/config/audioconf.c:847 +msgid "Choose a ringtone" +msgstr "Выберите звонок" + +#: ../sflphone-client-gnome/src/config/audioconf.c:853 +msgid "Audio Files" +msgstr "Звуковые файлы" + +#: ../sflphone-client-gnome/src/config/configwindow.c:425 +msgid "Status" +msgstr "СтатуÑ" + +#: ../sflphone-client-gnome/src/config/configwindow.c:528 +msgid "Stun parameters will be applied on each SIP account created." +msgstr "STUN-параметры будут Ñффективны Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ Ñозданного SIP-аккаунта" + +#: ../sflphone-client-gnome/src/config/configwindow.c:544 +msgid "Format : name.server:port" +msgstr "Формат: имÑ.Ñервер:порт" + +#: ../sflphone-client-gnome/src/config/configwindow.c:589 +msgid "Desktop Notifications" +msgstr "Ð˜Ð·Ð²ÐµÑ‰ÐµÐ½Ð¸Ñ Ð½Ð° рабочем Ñтоле" + +#: ../sflphone-client-gnome/src/config/configwindow.c:593 +msgid "_Enable notifications" +msgstr "Включить звонок" + +#: ../sflphone-client-gnome/src/config/configwindow.c:599 +msgid "Enable voicemail _notifications" +msgstr "Включить Ð¿Ñ€ÐµÐ´ÑƒÐ¿Ñ€ÐµÐ¶Ð´ÐµÐ½Ð¸Ñ Ð¾ речевых ÑообщениÑÑ…" + +#: ../sflphone-client-gnome/src/config/configwindow.c:611 +msgid "System Tray Icon" +msgstr "System Tray Icon" + +#: ../sflphone-client-gnome/src/config/configwindow.c:614 +msgid "_Popup main window on incoming call" +msgstr "_Показать главное окно при входÑщем звонке" + +#: ../sflphone-client-gnome/src/config/configwindow.c:619 +msgid "Ne_ver popup main window" +msgstr "Ðикогда не показывать главное окно" + +#: ../sflphone-client-gnome/src/config/configwindow.c:623 +msgid "Hide SFLphone window on _startup" +msgstr "СпрÑтать окно SFLphone при пуÑке" + +#: ../sflphone-client-gnome/src/config/configwindow.c:629 +msgid "Calls History" +msgstr "Журнал звонков" + +#: ../sflphone-client-gnome/src/config/configwindow.c:632 +msgctxt "Beginning of 'Keep my history for at least n days.'" +msgid "_Keep my history for at least" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:643 +msgctxt "End of 'Keep my history for at least n days.'" +msgid "days" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:647 +msgid "PulseAudio sound server" +msgstr "Сервер звука PulseAudio" + +#: ../sflphone-client-gnome/src/config/configwindow.c:650 +msgid "_Mute other applications during a call" +msgstr "Приглушать звук других програм во Ð²Ñ€ÐµÐ¼Ñ Ð·Ð²Ð¾Ð½ÐºÐ°" + +#: ../sflphone-client-gnome/src/config/configwindow.c:677 +msgid "Port" +msgstr "Порт" + +#: ../sflphone-client-gnome/src/config/configwindow.c:732 +msgid "Select a folder" +msgstr "Выберите папку" + +#: ../sflphone-client-gnome/src/config/configwindow.c:766 +msgid "Preferences" +msgstr "ПредпочтениÑ" + +#: ../sflphone-client-gnome/src/config/configwindow.c:845 +msgid "Configured Accounts" +msgstr "Ðынешний аккаунт" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:135 +msgid "Custom commands on incoming calls with URL" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:138 +#, c-format +msgid "%s will be replaced with the passed URL." +msgstr "%s будет заменена на переданную URL" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:141 +msgid "Trigger on specific _SIP header" +msgstr "ЗапуÑтить при определëнном SIP-заголовке" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:150 +msgid "Trigger on _IAX2 URL" +msgstr "ЗапуÑтить при наличии URL _IAX2" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:155 +msgid "Command to _run" +msgstr "_Выполнить команду:" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:165 +msgid "Phone number rewriting" +msgstr "ПерепиÑка номера телефона" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:169 +msgid "_Prefix dialed numbers with" +msgstr "Добавить перед на набранными номерами" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:56 +msgid "Search all" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:57 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:70 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:82 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:94 +msgid "Click here to change the search type" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:69 +msgid "Search by missed call" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:81 +msgid "Search by incoming call" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:93 +msgid "Search by outgoing call" +msgstr "" diff --git a/lang/sflphone.pot b/lang/sflphone.pot new file mode 100644 index 0000000000000000000000000000000000000000..4877ccd8ac1446bafaa8fb7baa0408e92095d777 --- /dev/null +++ b/lang/sflphone.pot @@ -0,0 +1,1273 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-16 15:14-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" + +#: ../sflphone-client-kde/src/Account.cpp:34 +#: ../sflphone-client-gnome/src/accountlist.c:175 +msgctxt "account state" +msgid "Registered" +msgstr "" + +#: ../sflphone-client-kde/src/Account.cpp:36 +#: ../sflphone-client-gnome/src/accountlist.c:178 +msgctxt "account state" +msgid "Not Registered" +msgstr "" + +#: ../sflphone-client-kde/src/Account.cpp:38 +#: ../sflphone-client-gnome/src/accountlist.c:181 +msgctxt "account state" +msgid "Trying..." +msgstr "" + +#: ../sflphone-client-kde/src/Account.cpp:40 +#: ../sflphone-client-gnome/src/accountlist.c:184 +msgctxt "account state" +msgid "Error" +msgstr "" + +#: ../sflphone-client-kde/src/Account.cpp:42 +msgctxt "account state" +msgid "Authentication Failed" +msgstr "" + +#: ../sflphone-client-kde/src/Account.cpp:44 +#: ../sflphone-client-gnome/src/accountlist.c:190 +msgctxt "account state" +msgid "Network unreachable" +msgstr "" + +#: ../sflphone-client-kde/src/Account.cpp:46 +#: ../sflphone-client-gnome/src/accountlist.c:193 +msgctxt "account state" +msgid "Host unreachable" +msgstr "" + +#: ../sflphone-client-kde/src/Account.cpp:48 +#: ../sflphone-client-gnome/src/accountlist.c:196 +msgctxt "account state" +msgid "Stun configuration error" +msgstr "" + +#: ../sflphone-client-kde/src/Account.cpp:50 +#: ../sflphone-client-gnome/src/accountlist.c:199 +msgctxt "account state" +msgid "Stun server invalid" +msgstr "" + +#: ../sflphone-client-kde/src/Account.cpp:51 +#: ../sflphone-client-gnome/src/accountlist.c:202 +msgctxt "account state" +msgid "Invalid" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:163 +#: ../sflphone-client-kde/src/AccountWizard.cpp:278 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:406 +msgid "Account creation wizard" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:199 +#: ../sflphone-client-kde/src/AccountWizard.cpp:217 +#: ../sflphone-client-kde/src/AccountWizard.cpp:561 +#: ../sflphone-client-gnome/src/assistant.c:68 +#, c-format +msgid "This assistant is now finished." +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:211 +msgid "Creation of account has failed for the reason" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:255 +#: ../sflphone-client-kde/src/AccountWizard.cpp:440 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:359 +#: ../sflphone-client-gnome/src/assistant.c:72 +msgid "Alias" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:256 +#: ../sflphone-client-kde/src/AccountWizard.cpp:441 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:366 +#: ../sflphone-client-gnome/src/assistant.c:75 +msgid "Server" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:257 +#: ../sflphone-client-kde/src/AccountWizard.cpp:442 +#: ../sflphone-client-gnome/src/assistant.c:78 +msgid "Username" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:258 +#: ../sflphone-client-kde/src/AccountWizard.cpp:443 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:368 +msgid "Password" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:259 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:360 +#: ../sflphone-client-gnome/src/config/configwindow.c:418 +msgid "Protocol" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:260 +#: ../sflphone-client-kde/src/AccountWizard.cpp:444 +msgid "Voicemail number" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:279 +#: ../sflphone-client-gnome/src/assistant.c:216 +msgid "Welcome to the Account creation wizard of SFLphone!" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:281 +#: ../sflphone-client-gnome/src/assistant.c:217 +msgid "This installation wizard will help you configure an account." +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:309 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Account" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:310 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Please select one of the following options" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:312 +#: ../sflphone-client-gnome/src/assistant.c:251 +msgid "Create a free SIP/IAX2 account on sflphone.org" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:313 +#: ../sflphone-client-gnome/src/assistant.c:253 +msgid "Register an existing SIP or IAX2 account" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:352 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "VoIP Protocols" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:353 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "Select an account type" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:355 +#: ../sflphone-client-gnome/src/assistant.c:233 +msgid "SIP (Session Initiation Protocol)" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:356 +#: ../sflphone-client-gnome/src/assistant.c:235 +msgid "IAX2 (InterAsterix Exchange)" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:395 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "Optional email address" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:396 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "This email address will be used to send your voicemail messages." +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:398 +msgid "Email address" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:432 +#: ../sflphone-client-gnome/src/assistant.c:266 +msgid "SIP account settings" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:436 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "IAX2 account settings" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:438 +#: ../sflphone-client-gnome/src/assistant.c:266 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "Please fill the following information" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:523 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:856 +msgid "Network Address Translation (NAT)" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:524 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:536 +msgid "You should probably enable this if you are behind a firewall." +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:526 +msgid "Enable STUN" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:527 +msgid "Stun Server" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:562 +msgid "" +"After checking the settings you chose, click \"Finish\" to create the " +"account." +msgstr "" + +#: ../sflphone-client-kde/src/ActionSetAccountFirst.cpp:26 +msgid "Default account" +msgstr "" + +#: ../sflphone-client-kde/src/Call.cpp:116 +#: ../sflphone-client-gnome/src/contacts/calltree.c:322 +msgid "Transfer to : " +msgstr "" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:89 +#: ../sflphone-client-gnome/src/actions.c:816 +msgid "Codec" +msgstr "" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:93 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:279 +#: ../sflphone-client-gnome/src/config/audioconf.c:581 +msgid "Frequency" +msgstr "" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:97 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:281 +#: ../sflphone-client-gnome/src/config/audioconf.c:586 +msgid "Bitrate" +msgstr "" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:101 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:283 +#: ../sflphone-client-gnome/src/config/audioconf.c:591 +msgid "Bandwidth" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:39 +msgid "SFLphone KDE Client" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:43 +msgid "(C) 2009 Savoir-faire Linux" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:47 +msgid "Jérémy Quentin" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:48 +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:48 +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:62 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-gnome/src/statusicon.c:126 +msgid "SFLphone" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:209 +msgid "Incoming call" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 +msgid "You have an incoming call from" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 +msgid "Click to accept or refuse it." +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:716 +msgid "Address book loading..." +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:901 +#: ../sflphone-client-gnome/src/actions.c:89 +msgid "No registered accounts" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:905 +#: ../sflphone-client-gnome/src/actions.c:83 +#: ../sflphone-client-gnome/src/actions.c:813 +msgid "Using account" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +msgid "Main screen" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:165 +msgid "Call history" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:407 +#: ../sflphone-client-gnome/src/toolbar.c:243 +#: ../sflphone-client-gnome/src/toolbar.c:245 +msgid "Address book" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1108 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1173 +msgid "Edit before call" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:56 +#: ../sflphone-client-gnome/src/toolbar.c:167 +#: ../sflphone-client-gnome/src/toolbar.c:169 +msgid "New call" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:57 +#: ../sflphone-client-kde/src/sflphone_const.h:62 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:392 +#: ../sflphone-client-gnome/src/toolbar.c:186 +#: ../sflphone-client-gnome/src/toolbar.c:188 +msgid "Hang up" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:58 +#: ../sflphone-client-gnome/src/toolbar.c:207 +#: ../sflphone-client-gnome/src/toolbar.c:209 +msgid "Hold on" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:59 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:394 +#: ../sflphone-client-gnome/src/toolbar.c:220 +#: ../sflphone-client-gnome/src/toolbar.c:222 +msgid "Transfer" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:60 +#: ../sflphone-client-gnome/src/toolbar.c:263 +msgid "Record" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:61 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:391 +#: ../sflphone-client-gnome/src/toolbar.c:176 +#: ../sflphone-client-gnome/src/toolbar.c:178 +msgid "Pick up" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:63 +#: ../sflphone-client-gnome/src/toolbar.c:196 +#: ../sflphone-client-gnome/src/toolbar.c:198 +msgid "Hold off" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:64 +msgid "Give up transfer" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:65 +msgid "Call back" +msgstr "" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:48 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:306 +#: ../sflphone-client-gnome/src/config/configwindow.c:722 +#: ../sflphone-client-gnome/src/config/configwindow.c:791 +msgctxt "Config section" +msgid "General" +msgstr "" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:49 +msgctxt "Config section" +msgid "Display" +msgstr "" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:50 +#: ../sflphone-client-gnome/src/config/configwindow.c:833 +msgctxt "Config section" +msgid "Accounts" +msgstr "" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:51 +#: ../sflphone-client-gnome/src/config/configwindow.c:786 +msgctxt "Config section" +msgid "Audio" +msgstr "" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:52 +#: ../sflphone-client-gnome/src/config/configwindow.c:801 +msgctxt "Config section" +msgid "Address Book" +msgstr "" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:53 +#: ../sflphone-client-gnome/src/config/configwindow.c:796 +msgctxt "Config section" +msgid "Recordings" +msgstr "" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:54 +#: ../sflphone-client-gnome/src/config/configwindow.c:806 +msgctxt "Config section" +msgid "Hooks" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:321 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:142 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:263 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:120 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:164 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:173 +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:90 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:390 +msgid "Form" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:323 +msgid "" +"By default, when you place a call, sflphone will use the first account in " +"this list which is \"registered\". Change the order of the accounts using " +"the \"Up\" and \"Down\" arrows. Enable/disable them by checking/unchecking " +"them on the left of the item. Add or remove some with \"Plus\" and \"Sub\" " +"buttons. Edit the selected account with the form on the right." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:327 +msgid "Remove the selected account" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:330 +msgid "" +"This button will remove the selected account in the list below. Be sure you " +"really don't need it anymore. If you think you might use it again later, " +"just uncheck it." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:335 +msgid "Remove" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:336 +msgid "Backspace, Return" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:338 +msgid "Add a new account" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:341 +msgid "" +"This button enables you to initialize a new account. You will then be able " +"to edit it using the form on the right." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:343 +msgid "Add" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:345 +msgid "Get this account down" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:348 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:355 +msgid "" +"By default, when you place a call, sflphone will use the first account in " +"this list which is \"registered\". Change the order of the accounts using " +"the \"Up\" and \"Down\" arrows." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:350 +msgid "Down" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:352 +msgid "Get this account up" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:357 +msgid "Up" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:358 +msgid "Apply" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:363 +msgid "SIP" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:364 +msgid "IAX" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:367 +msgid "User" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:369 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:396 +msgid "Mailbox" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:370 +msgid "State" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:373 +msgid "Stun settings will be applied on each account" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:374 +msgid "Enable Stun" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:375 +msgid "choose Stun server (example : stunserver.org)" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:143 +msgid "Maximum &results" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:144 +msgid "Display &photo if available" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:145 +msgid "Display phone numbers of these &types :" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:146 +msgid "&Work" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:147 +msgid "&Mobile" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:148 +msgid "&Home" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:265 +msgid "Audio device" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:268 +msgid "ALSA" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:269 +msgid "PulseAudio" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:271 +msgid "Enable ringtones" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:272 +msgid "*.ul *.au *.wav" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:273 +msgid "&Codecs" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:275 +msgid "Active" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:277 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:404 +#: ../sflphone-client-gnome/src/config/audioconf.c:576 +msgid "Name" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:286 +#: ../sflphone-client-gnome/src/config/audioconf.c:795 +msgid "ALSA settings" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:287 +#: ../sflphone-client-gnome/src/config/audioconf.c:662 +msgid "ALSA plugin" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:288 +msgid "In" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:289 +msgid "Out" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:290 +msgid "PulseAudio settings" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:291 +msgid "Mute other applications during a call" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:121 +msgid "Enable notifications" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:122 +msgid "On incoming &calls" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:123 +msgid "On &messages" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:124 +msgid "Show main window" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:125 +msgid "On &start" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:126 +msgid "On &incoming calls" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:166 +msgid "Keep my history for at least" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:167 +msgid "days" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:168 +msgid "Clear history" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:169 +msgid "Connection" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:170 +#: ../sflphone-client-gnome/src/config/configwindow.c:664 +msgid "SIP Port" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:171 +msgid "Attention " +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:174 +#: ../sflphone-client-gnome/src/config/hooks-config.c:130 +msgid "URL Argument" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:175 +#, c-format +msgid "Custom commands with URL %s will be replaced with the passed URL." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:176 +msgid "Trigger on specific SIP header" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:177 +msgid "Trigger on IAX2 URL" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:178 +msgid "Command to run" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:179 +msgid "Phone number formatting" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:180 +msgid "Add phone number prefix" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:91 +msgid "General" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:92 +#: ../sflphone-client-gnome/src/config/configwindow.c:726 +msgid "Destination folder" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:393 +msgid "Hold" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:395 +#: ../sflphone-client-gnome/src/toolbar.c:232 +#: ../sflphone-client-gnome/src/toolbar.c:234 +msgid "History" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:397 +msgid "Configure accounts" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:398 +msgid "Configure audio" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:399 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:401 +msgid "Configure SFLphone" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:403 +msgid "Display volume bars" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:404 +msgid "Display dialpad" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:405 +msgctxt "Action record a call" +msgid "Record" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:408 +msgid "Attention:number of results exceeds max displayed." +msgstr "" + +#: ../sflphone-client-gnome/src/accountlist.c:187 +msgid "accounr state" +msgstr "" + +#: ../sflphone-client-gnome/src/actions.c:54 +#: ../sflphone-client-gnome/src/sflnotify.c:94 +#, c-format +msgid "%d voice mail" +msgid_plural "%d voice mails" +msgstr[0] "" +msgstr[1] "" + +#: ../sflphone-client-gnome/src/actions.c:234 +msgid "" +"Unable to connect to the SFLphone server.\n" +"Make sure the daemon is running." +msgstr "" + +#: ../sflphone-client-gnome/src/actions.c:809 +#, c-format +msgid "IP call - %s" +msgstr "" + +#: ../sflphone-client-gnome/src/actions.c:908 +#, c-format +msgid "" +"<b>Error: No audio codecs found.\n" +"\n" +"</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>.sflphone</" +"b> directory in your home( <i>%s</i> )" +msgstr "" + +#: ../sflphone-client-gnome/src/assistant.c:70 +msgid "" +"You can at any time check your registration state or modify your accounts " +"parameters in the Options/Accounts window." +msgstr "" + +#: ../sflphone-client-gnome/src/assistant.c:190 +msgid "SFLphone account creation wizard" +msgstr "" + +#: ../sflphone-client-gnome/src/assistant.c:274 +#: ../sflphone-client-gnome/src/assistant.c:370 +#: ../sflphone-client-gnome/src/config/accountwindow.c:153 +msgid "_Alias" +msgstr "" + +#: ../sflphone-client-gnome/src/assistant.c:282 +#: ../sflphone-client-gnome/src/assistant.c:378 +#: ../sflphone-client-gnome/src/config/accountwindow.c:189 +msgid "_Host name" +msgstr "" + +#: ../sflphone-client-gnome/src/assistant.c:290 +#: ../sflphone-client-gnome/src/assistant.c:386 +#: ../sflphone-client-gnome/src/config/accountwindow.c:197 +msgid "_User name" +msgstr "" + +#: ../sflphone-client-gnome/src/assistant.c:306 +#: ../sflphone-client-gnome/src/assistant.c:401 +#: ../sflphone-client-gnome/src/config/accountwindow.c:212 +msgid "_Password" +msgstr "" + +#: ../sflphone-client-gnome/src/assistant.c:324 +#: ../sflphone-client-gnome/src/assistant.c:417 +#: ../sflphone-client-gnome/src/config/accountwindow.c:228 +msgid "_Voicemail number" +msgstr "" + +#: ../sflphone-client-gnome/src/assistant.c:347 +msgid "_Email address" +msgstr "" + +#: ../sflphone-client-gnome/src/assistant.c:444 +#: ../sflphone-client-gnome/src/config/configwindow.c:532 +msgid "E_nable STUN" +msgstr "" + +#: ../sflphone-client-gnome/src/assistant.c:451 +msgid "_STUN server" +msgstr "" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Account Registration" +msgstr "" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Congratulations!" +msgstr "" + +#: ../sflphone-client-gnome/src/errors.c:29 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening playback device" +msgstr "" + +#: ../sflphone-client-gnome/src/errors.c:32 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening capture device" +msgstr "" + +#: ../sflphone-client-gnome/src/errors.c:35 +msgid "" +"Pulseaudio notification\n" +"\n" +"Pulseaudio is not running" +msgstr "" + +#: ../sflphone-client-gnome/src/mainwindow.c:70 +msgid "There is one call in progress." +msgstr "" + +#: ../sflphone-client-gnome/src/mainwindow.c:74 +msgid "There are calls in progress." +msgstr "" + +#: ../sflphone-client-gnome/src/mainwindow.c:83 +msgid "Do you still want to quit?" +msgstr "" + +#: ../sflphone-client-gnome/src/mainwindow.c:284 +msgid "SFLphone Error" +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:134 +msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols." +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:137 +msgid "About SFLphone" +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:161 +msgid "_Help" +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:296 +#: ../sflphone-client-gnome/src/menus.c:953 +msgid "_New call" +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:308 +#: ../sflphone-client-gnome/src/menus.c:785 +msgid "_Pick up" +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:318 +#: ../sflphone-client-gnome/src/menus.c:797 +msgid "_Hang up" +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:328 +#: ../sflphone-client-gnome/src/menus.c:809 +msgid "On _Hold" +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:340 +#: ../sflphone-client-gnome/src/menus.c:821 +msgid "_Record" +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:354 +msgid "_Account creation wizard" +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:384 +msgid "_Call" +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:552 +msgid "Clear _history" +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:564 +msgid "_Accounts" +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:579 +msgid "_Edit" +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:631 +msgid "_Dialpad" +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:643 +msgid "_Volume controls" +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:661 +msgid "_View" +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:881 +msgid "_Call back" +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:1061 +msgid "Edit phone number" +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:1072 +msgid "Edit the phone number before making a call" +msgstr "" + +#: ../sflphone-client-gnome/src/sflnotify.c:71 +#: ../sflphone-client-gnome/src/sflnotify.c:91 +#, c-format +msgid "%s account : %s" +msgstr "" + +#: ../sflphone-client-gnome/src/sflnotify.c:75 +#, c-format +msgid "<i>From</i> %s" +msgstr "" + +#: ../sflphone-client-gnome/src/sflnotify.c:111 +#, c-format +msgid "Calling with %s account <i>%s</i>" +msgstr "" + +#: ../sflphone-client-gnome/src/sflnotify.c:115 +msgid "Current account" +msgstr "" + +#: ../sflphone-client-gnome/src/sflnotify.c:130 +msgid "You have no accounts set up" +msgstr "" + +#: ../sflphone-client-gnome/src/sflnotify.c:131 +#: ../sflphone-client-gnome/src/sflnotify.c:148 +msgid "Error" +msgstr "" + +#: ../sflphone-client-gnome/src/sflnotify.c:147 +msgid "You have no registered accounts" +msgstr "" + +#: ../sflphone-client-gnome/src/sliders.c:161 +msgid "Speakers volume" +msgstr "" + +#: ../sflphone-client-gnome/src/sliders.c:163 +msgid "Mic volume" +msgstr "" + +#: ../sflphone-client-gnome/src/statusicon.c:91 +msgid "_Show main window" +msgstr "" + +#: ../sflphone-client-gnome/src/statusicon.c:127 +#, c-format +msgid "%i account configured" +msgid_plural "%i accounts configured" +msgstr[0] "" +msgstr[1] "" + +#: ../sflphone-client-gnome/src/toolbar.c:52 +#: ../sflphone-client-gnome/src/toolbar.c:251 +#: ../sflphone-client-gnome/src/toolbar.c:255 +msgid "Voicemail" +msgstr "" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:113 +msgid "Account settings" +msgstr "" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:147 +msgid "_Enable this account" +msgstr "" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:161 +msgid "_Protocol" +msgstr "" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:179 +msgid "Unknown" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:312 +msgid "_Use Evolution address books" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:319 +msgid "Download limit :" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:327 +msgid "cards" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:333 +msgid "_Display contact photo if available" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:341 +msgid "Fields from Evolution's address books" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:345 +msgid "_Work" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:351 +msgid "_Home" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:357 +msgid "_Mobile" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:364 +msgid "Address Books" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:368 +msgid "Select which Evolution address books to use" +msgstr "" + +#: ../sflphone-client-gnome/src/config/audioconf.c:684 +msgid "Output" +msgstr "" + +#: ../sflphone-client-gnome/src/config/audioconf.c:706 +msgid "Input" +msgstr "" + +#: ../sflphone-client-gnome/src/config/audioconf.c:741 +msgid "_Voice Activity Detection" +msgstr "" + +#: ../sflphone-client-gnome/src/config/audioconf.c:751 +msgid "_Noise Reduction (Narrow-Band Companding)" +msgstr "" + +#: ../sflphone-client-gnome/src/config/audioconf.c:780 +msgid "Sound Manager" +msgstr "" + +#: ../sflphone-client-gnome/src/config/audioconf.c:783 +msgid "_Pulseaudio" +msgstr "" + +#: ../sflphone-client-gnome/src/config/audioconf.c:788 +msgid "_ALSA" +msgstr "" + +#: ../sflphone-client-gnome/src/config/audioconf.c:812 +msgid "Codecs" +msgstr "" + +#: ../sflphone-client-gnome/src/config/audioconf.c:835 +msgid "Ringtones" +msgstr "" + +#: ../sflphone-client-gnome/src/config/audioconf.c:841 +msgid "_Enable ringtones" +msgstr "" + +#: ../sflphone-client-gnome/src/config/audioconf.c:847 +msgid "Choose a ringtone" +msgstr "" + +#: ../sflphone-client-gnome/src/config/audioconf.c:853 +msgid "Audio Files" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:425 +msgid "Status" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:528 +msgid "Stun parameters will be applied on each SIP account created." +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:544 +msgid "Format : name.server:port" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:589 +msgid "Desktop Notifications" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:593 +msgid "_Enable notifications" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:599 +msgid "Enable voicemail _notifications" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:611 +msgid "System Tray Icon" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:614 +msgid "_Popup main window on incoming call" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:619 +msgid "Ne_ver popup main window" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:623 +msgid "Hide SFLphone window on _startup" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:629 +msgid "Calls History" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:632 +msgctxt "Beginning of 'Keep my history for at least n days.'" +msgid "_Keep my history for at least" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:643 +msgctxt "End of 'Keep my history for at least n days.'" +msgid "days" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:647 +msgid "PulseAudio sound server" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:650 +msgid "_Mute other applications during a call" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:677 +msgid "Port" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:732 +msgid "Select a folder" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:766 +msgid "Preferences" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:845 +msgid "Configured Accounts" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:135 +msgid "Custom commands on incoming calls with URL" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:138 +#, c-format +msgid "%s will be replaced with the passed URL." +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:141 +msgid "Trigger on specific _SIP header" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:150 +msgid "Trigger on _IAX2 URL" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:155 +msgid "Command to _run" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:165 +msgid "Phone number rewriting" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:169 +msgid "_Prefix dialed numbers with" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:56 +msgid "Search all" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:57 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:70 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:82 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:94 +msgid "Click here to change the search type" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:69 +msgid "Search by missed call" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:81 +msgid "Search by incoming call" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:93 +msgid "Search by outgoing call" +msgstr "" diff --git a/lang/update.sh b/lang/update.sh new file mode 100755 index 0000000000000000000000000000000000000000..2903b9fba1763acb871aa95da9b96763f111dd4d --- /dev/null +++ b/lang/update.sh @@ -0,0 +1,13 @@ +xgettext --from-code=utf-8 --language=C --language=C++ --kde \ + -k_ -kc_:1c,2 -kn_:1,2 -ktr2i18n -ktr2i18n:2c,1 -kki18nc:1c,2 -kki18n -ki18n -ki18nc:1c,2 \ + -o sflphone.pot \ + ../sflphone-client-kde/src/*.cpp ../sflphone-client-kde/src/*.h \ + ../sflphone-client-kde/src/conf/*.h ../sflphone-client-kde/src/conf/*.cpp \ + ../sflphone-client-kde/build/src/*.h ../sflphone-client-kde/build/src/*.cpp \ + ../sflphone-client-gnome/src/*.c ../sflphone-client-gnome/src/config/*.c \ + ../sflphone-client-gnome/src/dbus/*.c ../sflphone-client-gnome/src/contacts/*.c + +for fichier in `find . -name *.po ` +do +msgmerge --update $fichier sflphone.pot +done \ No newline at end of file diff --git a/lang/zh_CN/sflphone.po b/lang/zh_CN/sflphone.po new file mode 100644 index 0000000000000000000000000000000000000000..342cfd01f03d2ab5cf135dcf5528a19a523fdf5e --- /dev/null +++ b/lang/zh_CN/sflphone.po @@ -0,0 +1,1594 @@ +# Chinese translation of SFLphone. +# Copyright (C) 2008 The Free Software Foundation, Inc. +# This file is distributed under the GNU General Public License Version 3. +# +# Yun Liu <yun.liu@savoirfairelinux.com>, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: SFLphone 0.9.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-16 15:14-0400\n" +"PO-Revision-Date: 2008-10-28 14:15\n" +"Last-Translator: Yun Liu <yun.liu@savoirfairelinux.com>\n" +"Language-Team: SavoirFaireLinux Inc <sflphoneteam@savoirfairelinux.com>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n>1;\n" + +#: ../sflphone-client-kde/src/Account.cpp:34 +#: ../sflphone-client-gnome/src/accountlist.c:175 +msgctxt "account state" +msgid "Registered" +msgstr "已注册" + +#: ../sflphone-client-kde/src/Account.cpp:36 +#: ../sflphone-client-gnome/src/accountlist.c:178 +msgctxt "account state" +msgid "Not Registered" +msgstr "未注册" + +#: ../sflphone-client-kde/src/Account.cpp:38 +#: ../sflphone-client-gnome/src/accountlist.c:181 +msgctxt "account state" +msgid "Trying..." +msgstr "æ£åœ¨è¿žæŽ¥..." + +#: ../sflphone-client-kde/src/Account.cpp:40 +#: ../sflphone-client-gnome/src/accountlist.c:184 +msgctxt "account state" +msgid "Error" +msgstr "注册失败" + +#: ../sflphone-client-kde/src/Account.cpp:42 +#, fuzzy +msgctxt "account state" +msgid "Authentication Failed" +msgstr "认è¯é”™è¯¯" + +#: ../sflphone-client-kde/src/Account.cpp:44 +#: ../sflphone-client-gnome/src/accountlist.c:190 +msgctxt "account state" +msgid "Network unreachable" +msgstr "网络连接失败" + +#: ../sflphone-client-kde/src/Account.cpp:46 +#: ../sflphone-client-gnome/src/accountlist.c:193 +msgctxt "account state" +msgid "Host unreachable" +msgstr "æœåŠ¡å™¨è¿žæŽ¥å¤±è´¥" + +#: ../sflphone-client-kde/src/Account.cpp:48 +#: ../sflphone-client-gnome/src/accountlist.c:196 +msgctxt "account state" +msgid "Stun configuration error" +msgstr "STUNé…置有误" + +#: ../sflphone-client-kde/src/Account.cpp:50 +#: ../sflphone-client-gnome/src/accountlist.c:199 +msgctxt "account state" +msgid "Stun server invalid" +msgstr "STUNæœåŠ¡å™¨æ— æ•ˆ" + +#: ../sflphone-client-kde/src/Account.cpp:51 +#: ../sflphone-client-gnome/src/accountlist.c:202 +msgctxt "account state" +msgid "Invalid" +msgstr "æ— æ•ˆ" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:163 +#: ../sflphone-client-kde/src/AccountWizard.cpp:278 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:406 +msgid "Account creation wizard" +msgstr "叿ˆ·åˆ›å»ºå‘导" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:199 +#: ../sflphone-client-kde/src/AccountWizard.cpp:217 +#: ../sflphone-client-kde/src/AccountWizard.cpp:561 +#: ../sflphone-client-gnome/src/assistant.c:68 +#, c-format +msgid "This assistant is now finished." +msgstr "é…置完æˆ." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:211 +msgid "Creation of account has failed for the reason" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:255 +#: ../sflphone-client-kde/src/AccountWizard.cpp:440 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:359 +#: ../sflphone-client-gnome/src/assistant.c:72 +msgid "Alias" +msgstr "别å" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:256 +#: ../sflphone-client-kde/src/AccountWizard.cpp:441 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:366 +#: ../sflphone-client-gnome/src/assistant.c:75 +msgid "Server" +msgstr "æœåС噍" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:257 +#: ../sflphone-client-kde/src/AccountWizard.cpp:442 +#: ../sflphone-client-gnome/src/assistant.c:78 +msgid "Username" +msgstr "用户å" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:258 +#: ../sflphone-client-kde/src/AccountWizard.cpp:443 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:368 +msgid "Password" +msgstr "密ç " + +#: ../sflphone-client-kde/src/AccountWizard.cpp:259 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:360 +#: ../sflphone-client-gnome/src/config/configwindow.c:418 +msgid "Protocol" +msgstr "åè®®" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:260 +#: ../sflphone-client-kde/src/AccountWizard.cpp:444 +msgid "Voicemail number" +msgstr "è¯éŸ³ä¿¡ç®±å·ç " + +#: ../sflphone-client-kde/src/AccountWizard.cpp:279 +#: ../sflphone-client-gnome/src/assistant.c:216 +msgid "Welcome to the Account creation wizard of SFLphone!" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:281 +#: ../sflphone-client-gnome/src/assistant.c:217 +msgid "This installation wizard will help you configure an account." +msgstr "安装å‘导将帮助您é…ç½®å¸æˆ·" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:309 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Account" +msgstr "叿ˆ·" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:310 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Please select one of the following options" +msgstr "请选择以下选项ä¸çš„一个" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:312 +#: ../sflphone-client-gnome/src/assistant.c:251 +msgid "Create a free SIP/IAX2 account on sflphone.org" +msgstr "在sflphone.org上创建å…费的SIP/IAX2叿ˆ·" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:313 +#: ../sflphone-client-gnome/src/assistant.c:253 +msgid "Register an existing SIP or IAX2 account" +msgstr "注册已å˜åœ¨çš„SIP或IAX2叿ˆ·" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:352 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "VoIP Protocols" +msgstr "VoIPåè®®" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:353 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "Select an account type" +msgstr "é€‰æ‹©å¸æˆ·ç±»åž‹" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:355 +#: ../sflphone-client-gnome/src/assistant.c:233 +msgid "SIP (Session Initiation Protocol)" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:356 +#: ../sflphone-client-gnome/src/assistant.c:235 +msgid "IAX2 (InterAsterix Exchange)" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:395 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "Optional email address" +msgstr "å¯é€‰é‚®ä»¶åœ°å€" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:396 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "This email address will be used to send your voicemail messages." +msgstr "这个邮件地å€å°†è¢«ç”¨æ¥å‘逿‚¨çš„è¯éŸ³é‚®ç®±æ¶ˆæ¯" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:398 +msgid "Email address" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:432 +#: ../sflphone-client-gnome/src/assistant.c:266 +msgid "SIP account settings" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:436 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "IAX2 account settings" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:438 +#: ../sflphone-client-gnome/src/assistant.c:266 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "Please fill the following information" +msgstr "请填写以下信æ¯" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:523 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:856 +msgid "Network Address Translation (NAT)" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:524 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:536 +msgid "You should probably enable this if you are behind a firewall." +msgstr "å¦‚æžœä½ ä½¿ç”¨ç½‘ç»œä½¿ç”¨é˜²ç«å¢™ï¼Œä½ 很有å¯èƒ½éœ€è¦è®¾å®šæ¤é¡¹." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:526 +msgid "Enable STUN" +msgstr "使用STUN" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:527 +msgid "Stun Server" +msgstr "STUNæœåС噍" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:562 +msgid "" +"After checking the settings you chose, click \"Finish\" to create the " +"account." +msgstr "" + +#: ../sflphone-client-kde/src/ActionSetAccountFirst.cpp:26 +msgid "Default account" +msgstr "" + +#: ../sflphone-client-kde/src/Call.cpp:116 +#: ../sflphone-client-gnome/src/contacts/calltree.c:322 +msgid "Transfer to : " +msgstr "" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:89 +#: ../sflphone-client-gnome/src/actions.c:816 +msgid "Codec" +msgstr "" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:93 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:279 +#: ../sflphone-client-gnome/src/config/audioconf.c:581 +msgid "Frequency" +msgstr "频率" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:97 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:281 +#: ../sflphone-client-gnome/src/config/audioconf.c:586 +msgid "Bitrate" +msgstr "比率" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:101 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:283 +#: ../sflphone-client-gnome/src/config/audioconf.c:591 +msgid "Bandwidth" +msgstr "带宽" + +#: ../sflphone-client-kde/src/main.cpp:39 +msgid "SFLphone KDE Client" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:43 +msgid "(C) 2009 Savoir-faire Linux" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:47 +msgid "Jérémy Quentin" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:48 +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:48 +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:62 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-gnome/src/statusicon.c:126 +msgid "SFLphone" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:209 +msgid "Incoming call" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 +msgid "You have an incoming call from" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 +msgid "Click to accept or refuse it." +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:716 +msgid "Address book loading..." +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:901 +#: ../sflphone-client-gnome/src/actions.c:89 +msgid "No registered accounts" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:905 +#: ../sflphone-client-gnome/src/actions.c:83 +#: ../sflphone-client-gnome/src/actions.c:813 +msgid "Using account" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +msgid "Main screen" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:165 +msgid "Call history" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:407 +#: ../sflphone-client-gnome/src/toolbar.c:243 +#: ../sflphone-client-gnome/src/toolbar.c:245 +msgid "Address book" +msgstr "地å€ç°¿" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1108 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1173 +msgid "Edit before call" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:56 +#: ../sflphone-client-gnome/src/toolbar.c:167 +#: ../sflphone-client-gnome/src/toolbar.c:169 +msgid "New call" +msgstr "新电è¯" + +#: ../sflphone-client-kde/src/sflphone_const.h:57 +#: ../sflphone-client-kde/src/sflphone_const.h:62 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:392 +#: ../sflphone-client-gnome/src/toolbar.c:186 +#: ../sflphone-client-gnome/src/toolbar.c:188 +msgid "Hang up" +msgstr "放电è¯" + +#: ../sflphone-client-kde/src/sflphone_const.h:58 +#: ../sflphone-client-gnome/src/toolbar.c:207 +#: ../sflphone-client-gnome/src/toolbar.c:209 +msgid "Hold on" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:59 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:394 +#: ../sflphone-client-gnome/src/toolbar.c:220 +#: ../sflphone-client-gnome/src/toolbar.c:222 +msgid "Transfer" +msgstr "转接" + +#: ../sflphone-client-kde/src/sflphone_const.h:60 +#: ../sflphone-client-gnome/src/toolbar.c:263 +msgid "Record" +msgstr "记录" + +#: ../sflphone-client-kde/src/sflphone_const.h:61 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:391 +#: ../sflphone-client-gnome/src/toolbar.c:176 +#: ../sflphone-client-gnome/src/toolbar.c:178 +msgid "Pick up" +msgstr "接电è¯" + +#: ../sflphone-client-kde/src/sflphone_const.h:63 +#: ../sflphone-client-gnome/src/toolbar.c:196 +#: ../sflphone-client-gnome/src/toolbar.c:198 +msgid "Hold off" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:64 +msgid "Give up transfer" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:65 +msgid "Call back" +msgstr "回å«" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:48 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:306 +#: ../sflphone-client-gnome/src/config/configwindow.c:722 +#: ../sflphone-client-gnome/src/config/configwindow.c:791 +msgctxt "Config section" +msgid "General" +msgstr "常用é…ç½®" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:49 +msgctxt "Config section" +msgid "Display" +msgstr "" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:50 +#: ../sflphone-client-gnome/src/config/configwindow.c:833 +msgctxt "Config section" +msgid "Accounts" +msgstr "叿ˆ·" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:51 +#: ../sflphone-client-gnome/src/config/configwindow.c:786 +msgctxt "Config section" +msgid "Audio" +msgstr "" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:52 +#: ../sflphone-client-gnome/src/config/configwindow.c:801 +msgctxt "Config section" +msgid "Address Book" +msgstr "地å€ç°¿" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:53 +#: ../sflphone-client-gnome/src/config/configwindow.c:796 +msgctxt "Config section" +msgid "Recordings" +msgstr "记录" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:54 +#: ../sflphone-client-gnome/src/config/configwindow.c:806 +msgctxt "Config section" +msgid "Hooks" +msgstr "é’©é”®" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:321 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:142 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:263 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:120 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:164 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:173 +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:90 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:390 +msgid "Form" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:323 +msgid "" +"By default, when you place a call, sflphone will use the first account in " +"this list which is \"registered\". Change the order of the accounts using " +"the \"Up\" and \"Down\" arrows. Enable/disable them by checking/unchecking " +"them on the left of the item. Add or remove some with \"Plus\" and \"Sub\" " +"buttons. Edit the selected account with the form on the right." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:327 +msgid "Remove the selected account" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:330 +msgid "" +"This button will remove the selected account in the list below. Be sure you " +"really don't need it anymore. If you think you might use it again later, " +"just uncheck it." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:335 +msgid "Remove" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:336 +msgid "Backspace, Return" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:338 +msgid "Add a new account" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:341 +msgid "" +"This button enables you to initialize a new account. You will then be able " +"to edit it using the form on the right." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:343 +msgid "Add" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:345 +msgid "Get this account down" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:348 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:355 +msgid "" +"By default, when you place a call, sflphone will use the first account in " +"this list which is \"registered\". Change the order of the accounts using " +"the \"Up\" and \"Down\" arrows." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:350 +msgid "Down" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:352 +msgid "Get this account up" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:357 +msgid "Up" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:358 +msgid "Apply" +msgstr "应用" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:363 +msgid "SIP" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:364 +msgid "IAX" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:367 +msgid "User" +msgstr "用户å" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:369 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:396 +msgid "Mailbox" +msgstr "è¯éŸ³é‚®ä»¶" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:370 +#, fuzzy +msgid "State" +msgstr "状æ€" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:373 +#, fuzzy +msgid "Stun settings will be applied on each account" +msgstr "STUN傿•°å°†åº”用于æ¯ä¸€ä¸ªæ³¨å†Œçš„SIP叿ˆ·" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:374 +msgid "Enable Stun" +msgstr "使用STUN" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:375 +msgid "choose Stun server (example : stunserver.org)" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:143 +msgid "Maximum &results" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:144 +#, fuzzy +msgid "Display &photo if available" +msgstr "如果å¯è¡Œåˆ™æ˜¾ç¤ºè”系人照片" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:145 +msgid "Display phone numbers of these &types :" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:146 +msgid "&Work" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:147 +#, fuzzy +msgid "&Mobile" +msgstr "移动电è¯(M)" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:148 +msgid "&Home" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:265 +#, fuzzy +msgid "Audio device" +msgstr "音频文件" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:268 +msgid "ALSA" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:269 +msgid "PulseAudio" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:271 +msgid "Enable ringtones" +msgstr "å¯ç”¨é“ƒå£°" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:272 +msgid "*.ul *.au *.wav" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:273 +#, fuzzy +msgid "&Codecs" +msgstr "Codecsç¼–ç " + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:275 +msgid "Active" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:277 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:404 +#: ../sflphone-client-gnome/src/config/audioconf.c:576 +msgid "Name" +msgstr "åç§°" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:286 +#: ../sflphone-client-gnome/src/config/audioconf.c:795 +msgid "ALSA settings" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:287 +#: ../sflphone-client-gnome/src/config/audioconf.c:662 +msgid "ALSA plugin" +msgstr "ALSAæ’ä»¶" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:288 +msgid "In" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:289 +#, fuzzy +msgid "Out" +msgstr "输出" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:290 +msgid "PulseAudio settings" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:291 +msgid "Mute other applications during a call" +msgstr "当有æ¥ç”µæ—¶é™éŸ³å…¶å®ƒåº”用程åº" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:121 +msgid "Enable notifications" +msgstr "å¯ç”¨æç¤º" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:122 +msgid "On incoming &calls" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:123 +msgid "On &messages" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:124 +msgid "Show main window" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:125 +msgid "On &start" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:126 +msgid "On &incoming calls" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:166 +msgid "Keep my history for at least" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:167 +msgid "days" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:168 +msgid "Clear history" +msgstr "清空历å²è®°å½•" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:169 +msgid "Connection" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:170 +#: ../sflphone-client-gnome/src/config/configwindow.c:664 +msgid "SIP Port" +msgstr "SIP端å£å·" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:171 +msgid "Attention " +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:174 +#: ../sflphone-client-gnome/src/config/hooks-config.c:130 +msgid "URL Argument" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:175 +#, fuzzy, c-format +msgid "Custom commands with URL %s will be replaced with the passed URL." +msgstr "ä¼ è¾“çš„URLä¼šè¢«æ›¿æ¢æˆ%s." + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:176 +msgid "Trigger on specific SIP header" +msgstr "激活指定的SIP头" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:177 +msgid "Trigger on IAX2 URL" +msgstr "激活IAX2 URL" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:178 +msgid "Command to run" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:179 +#, fuzzy +msgid "Phone number formatting" +msgstr "é‡è®¾ç”µè¯å·ç " + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:180 +#, fuzzy +msgid "Add phone number prefix" +msgstr "é‡è®¾ç”µè¯å·ç " + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:91 +msgid "General" +msgstr "常用é…ç½®" + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:92 +#: ../sflphone-client-gnome/src/config/configwindow.c:726 +msgid "Destination folder" +msgstr "ç›®æ ‡æ–‡ä»¶å¤¹" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:393 +#, fuzzy +msgid "Hold" +msgstr "待机" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:395 +#: ../sflphone-client-gnome/src/toolbar.c:232 +#: ../sflphone-client-gnome/src/toolbar.c:234 +msgid "History" +msgstr "历å²" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:397 +#, fuzzy +msgid "Configure accounts" +msgstr "å·²é…ç½®å¸æˆ·" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:398 +#, fuzzy +msgid "Configure audio" +msgstr "å·²é…ç½®å¸æˆ·" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:399 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:401 +msgid "Configure SFLphone" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:403 +msgid "Display volume bars" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:404 +msgid "Display dialpad" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:405 +msgctxt "Action record a call" +msgid "Record" +msgstr "记录" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:408 +msgid "Attention:number of results exceeds max displayed." +msgstr "" + +#: ../sflphone-client-gnome/src/accountlist.c:187 +#, fuzzy +msgid "accounr state" +msgstr "叿ˆ·å‘导(A)" + +#: ../sflphone-client-gnome/src/actions.c:54 +#: ../sflphone-client-gnome/src/sflnotify.c:94 +#, fuzzy, c-format +msgid "%d voice mail" +msgid_plural "%d voice mails" +msgstr[0] "%d 个è¯éŸ³ä¿¡æ¯" +msgstr[1] "%d 个è¯éŸ³ä¿¡æ¯" + +#: ../sflphone-client-gnome/src/actions.c:234 +msgid "" +"Unable to connect to the SFLphone server.\n" +"Make sure the daemon is running." +msgstr "" +"连接SFLphoneæœåŠ¡å™¨å¤±è´¥.\n" +"请检查daemon是å¦è¿˜åœ¨è¿è¡Œ." + +#: ../sflphone-client-gnome/src/actions.c:809 +#, c-format +msgid "IP call - %s" +msgstr "IP ç”µè¯ - %s" + +#: ../sflphone-client-gnome/src/actions.c:908 +#, c-format +msgid "" +"<b>Error: No audio codecs found.\n" +"\n" +"</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>.sflphone</" +"b> directory in your home( <i>%s</i> )" +msgstr "" +"<b>é”™è¯¯ï¼šæ— æ³•æ‰¾åˆ°codecsç¼–ç æ–‡ä»¶.\n" +"\n" +"</b> SFL声音codecs文件应ä½äºŽ<i>%s</i> 或 ä½äºŽä¸»ç›®å½•( <i>%s</i> )çš„<b>." +"sflphone</b>目录下" + +#: ../sflphone-client-gnome/src/assistant.c:70 +msgid "" +"You can at any time check your registration state or modify your accounts " +"parameters in the Options/Accounts window." +msgstr "ä½ å¯ä»¥éšæ—¶åœ¨ 选项/叿ˆ· 窗å£ä¸æŸ¥çœ‹æ³¨å†ŒçŠ¶æ€æˆ–è€…ä¿®æ”¹å¸æˆ·å‚æ•°." + +#: ../sflphone-client-gnome/src/assistant.c:190 +msgid "SFLphone account creation wizard" +msgstr "" + +#: ../sflphone-client-gnome/src/assistant.c:274 +#: ../sflphone-client-gnome/src/assistant.c:370 +#: ../sflphone-client-gnome/src/config/accountwindow.c:153 +msgid "_Alias" +msgstr "别å(A)" + +#: ../sflphone-client-gnome/src/assistant.c:282 +#: ../sflphone-client-gnome/src/assistant.c:378 +#: ../sflphone-client-gnome/src/config/accountwindow.c:189 +msgid "_Host name" +msgstr "主机å(H)" + +#: ../sflphone-client-gnome/src/assistant.c:290 +#: ../sflphone-client-gnome/src/assistant.c:386 +#: ../sflphone-client-gnome/src/config/accountwindow.c:197 +msgid "_User name" +msgstr "用户å(U)" + +#: ../sflphone-client-gnome/src/assistant.c:306 +#: ../sflphone-client-gnome/src/assistant.c:401 +#: ../sflphone-client-gnome/src/config/accountwindow.c:212 +msgid "_Password" +msgstr "密ç (P)" + +#: ../sflphone-client-gnome/src/assistant.c:324 +#: ../sflphone-client-gnome/src/assistant.c:417 +#: ../sflphone-client-gnome/src/config/accountwindow.c:228 +msgid "_Voicemail number" +msgstr "è¯éŸ³ä¿¡ç®±å·ç (V)" + +#: ../sflphone-client-gnome/src/assistant.c:347 +msgid "_Email address" +msgstr "" + +#: ../sflphone-client-gnome/src/assistant.c:444 +#: ../sflphone-client-gnome/src/config/configwindow.c:532 +msgid "E_nable STUN" +msgstr "使用STUN(n)" + +#: ../sflphone-client-gnome/src/assistant.c:451 +msgid "_STUN server" +msgstr "STUNæœåС噍(S)" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Account Registration" +msgstr "叿ˆ·æ³¨å†Œ" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Congratulations!" +msgstr "æå–œï¼" + +#: ../sflphone-client-gnome/src/errors.c:29 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening playback device" +msgstr "" +"ALSAæç¤º\n" +"\n" +"打开回放设备时出错" + +#: ../sflphone-client-gnome/src/errors.c:32 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening capture device" +msgstr "" +"ALSAæç¤º\n" +"\n" +"打开采集设备时出错" + +#: ../sflphone-client-gnome/src/errors.c:35 +msgid "" +"Pulseaudio notification\n" +"\n" +"Pulseaudio is not running" +msgstr "" +"Pulseaudioæç¤º\n" +"\n" +"Pulseaudio未è¿è¡Œ" + +#: ../sflphone-client-gnome/src/mainwindow.c:70 +msgid "There is one call in progress." +msgstr "æœ‰ä¸€ä¸ªç”µè¯æ£åœ¨å¤„ç†" + +#: ../sflphone-client-gnome/src/mainwindow.c:74 +msgid "There are calls in progress." +msgstr "æœ‰ç”µè¯æ£åœ¨å¤„ç†ä¸" + +#: ../sflphone-client-gnome/src/mainwindow.c:83 +msgid "Do you still want to quit?" +msgstr "确认è¦é€€å‡º?" + +#: ../sflphone-client-gnome/src/mainwindow.c:284 +msgid "SFLphone Error" +msgstr "SFLphone出错" + +#: ../sflphone-client-gnome/src/menus.c:134 +msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols." +msgstr "SFLphone是一个VoIP客户端,它兼容SIPå’ŒIAX2åè®®." + +#: ../sflphone-client-gnome/src/menus.c:137 +msgid "About SFLphone" +msgstr "关于SFLphone" + +#: ../sflphone-client-gnome/src/menus.c:161 +msgid "_Help" +msgstr "帮助(H)" + +#: ../sflphone-client-gnome/src/menus.c:296 +#: ../sflphone-client-gnome/src/menus.c:953 +msgid "_New call" +msgstr "新电è¯(N)" + +#: ../sflphone-client-gnome/src/menus.c:308 +#: ../sflphone-client-gnome/src/menus.c:785 +msgid "_Pick up" +msgstr "拨出(P)" + +#: ../sflphone-client-gnome/src/menus.c:318 +#: ../sflphone-client-gnome/src/menus.c:797 +msgid "_Hang up" +msgstr "放下(H)" + +#: ../sflphone-client-gnome/src/menus.c:328 +#: ../sflphone-client-gnome/src/menus.c:809 +msgid "On _Hold" +msgstr "ä¿æŒ(H)" + +#: ../sflphone-client-gnome/src/menus.c:340 +#: ../sflphone-client-gnome/src/menus.c:821 +msgid "_Record" +msgstr "记录(R)" + +#: ../sflphone-client-gnome/src/menus.c:354 +msgid "_Account creation wizard" +msgstr "叿ˆ·åˆ›å»ºå‘导" + +#: ../sflphone-client-gnome/src/menus.c:384 +msgid "_Call" +msgstr "电è¯" + +#: ../sflphone-client-gnome/src/menus.c:552 +#, fuzzy +msgid "Clear _history" +msgstr "清空历å²è®°å½•(C)" + +#: ../sflphone-client-gnome/src/menus.c:564 +msgid "_Accounts" +msgstr "叿ˆ·(A)" + +#: ../sflphone-client-gnome/src/menus.c:579 +msgid "_Edit" +msgstr "编辑(E)" + +#: ../sflphone-client-gnome/src/menus.c:631 +msgid "_Dialpad" +msgstr "拨å·é¢æ¿" + +#: ../sflphone-client-gnome/src/menus.c:643 +msgid "_Volume controls" +msgstr "éŸ³é‡æŽ§åˆ¶(V)" + +#: ../sflphone-client-gnome/src/menus.c:661 +msgid "_View" +msgstr "查看(V)" + +#: ../sflphone-client-gnome/src/menus.c:881 +msgid "_Call back" +msgstr "回å«(C)" + +#: ../sflphone-client-gnome/src/menus.c:1061 +msgid "Edit phone number" +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:1072 +msgid "Edit the phone number before making a call" +msgstr "拨出电è¯å‰ç¼–辑电è¯å·ç " + +#: ../sflphone-client-gnome/src/sflnotify.c:71 +#: ../sflphone-client-gnome/src/sflnotify.c:91 +#, c-format +msgid "%s account : %s" +msgstr "%s 叿ˆ·: %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:75 +#, c-format +msgid "<i>From</i> %s" +msgstr "<i>拨入方</i> %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:111 +#, c-format +msgid "Calling with %s account <i>%s</i>" +msgstr "使用%s叿ˆ·<i>%s</i>呼å«" + +#: ../sflphone-client-gnome/src/sflnotify.c:115 +msgid "Current account" +msgstr "当å‰å¸æˆ·" + +#: ../sflphone-client-gnome/src/sflnotify.c:130 +msgid "You have no accounts set up" +msgstr "" + +#: ../sflphone-client-gnome/src/sflnotify.c:131 +#: ../sflphone-client-gnome/src/sflnotify.c:148 +msgid "Error" +msgstr "注册失败" + +#: ../sflphone-client-gnome/src/sflnotify.c:147 +msgid "You have no registered accounts" +msgstr "未å‘çŽ°å·²æ³¨å†Œå¸æˆ·" + +#: ../sflphone-client-gnome/src/sliders.c:161 +msgid "Speakers volume" +msgstr "扬声器音é‡" + +#: ../sflphone-client-gnome/src/sliders.c:163 +msgid "Mic volume" +msgstr "è¯ç’音é‡" + +#: ../sflphone-client-gnome/src/statusicon.c:91 +msgid "_Show main window" +msgstr "显示主窗å£(S)" + +#: ../sflphone-client-gnome/src/statusicon.c:127 +#, c-format +msgid "%i account configured" +msgid_plural "%i accounts configured" +msgstr[0] "" +msgstr[1] "" + +#: ../sflphone-client-gnome/src/toolbar.c:52 +#: ../sflphone-client-gnome/src/toolbar.c:251 +#: ../sflphone-client-gnome/src/toolbar.c:255 +msgid "Voicemail" +msgstr "è¯éŸ³ä¿¡ç®±" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:113 +msgid "Account settings" +msgstr "叿ˆ·è®¾ç½®" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:147 +msgid "_Enable this account" +msgstr "å¯ç”¨è¯¥è´¦æˆ·(E)" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:161 +msgid "_Protocol" +msgstr "åè®®(P)" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:179 +msgid "Unknown" +msgstr "未知" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:312 +msgid "_Use Evolution address books" +msgstr "使用Evolution地å€è–„(U)" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:319 +msgid "Download limit :" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:327 +msgid "cards" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:333 +msgid "_Display contact photo if available" +msgstr "如果å¯è¡Œåˆ™æ˜¾ç¤ºè”系人照片(D)" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:341 +#, fuzzy +msgid "Fields from Evolution's address books" +msgstr "使用Evolution地å€è–„ä¸çš„如䏋嗿®µ:" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:345 +msgid "_Work" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:351 +msgid "_Home" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:357 +msgid "_Mobile" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:364 +msgid "Address Books" +msgstr "地å€ç°¿" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:368 +msgid "Select which Evolution address books to use" +msgstr "选择使用如下Evolution地å€è–„" + +#: ../sflphone-client-gnome/src/config/audioconf.c:684 +msgid "Output" +msgstr "输出" + +#: ../sflphone-client-gnome/src/config/audioconf.c:706 +msgid "Input" +msgstr "输入" + +#: ../sflphone-client-gnome/src/config/audioconf.c:741 +msgid "_Voice Activity Detection" +msgstr "å£°éŸ³çŠ¶æ€æ£€æµ‹(V)" + +#: ../sflphone-client-gnome/src/config/audioconf.c:751 +msgid "_Noise Reduction (Narrow-Band Companding)" +msgstr "é™å™ªå¤„ç†-窄频压缩(N)" + +#: ../sflphone-client-gnome/src/config/audioconf.c:780 +msgid "Sound Manager" +msgstr "音频管ç†å™¨" + +#: ../sflphone-client-gnome/src/config/audioconf.c:783 +#, fuzzy +msgid "_Pulseaudio" +msgstr "Pulseaudio" + +#: ../sflphone-client-gnome/src/config/audioconf.c:788 +#, fuzzy +msgid "_ALSA" +msgstr "ALSA" + +#: ../sflphone-client-gnome/src/config/audioconf.c:812 +msgid "Codecs" +msgstr "Codecsç¼–ç " + +#: ../sflphone-client-gnome/src/config/audioconf.c:835 +msgid "Ringtones" +msgstr "铃声" + +#: ../sflphone-client-gnome/src/config/audioconf.c:841 +msgid "_Enable ringtones" +msgstr "å¯ç”¨é“ƒå£°(E)" + +#: ../sflphone-client-gnome/src/config/audioconf.c:847 +msgid "Choose a ringtone" +msgstr "选择铃声" + +#: ../sflphone-client-gnome/src/config/audioconf.c:853 +msgid "Audio Files" +msgstr "音频文件" + +#: ../sflphone-client-gnome/src/config/configwindow.c:425 +msgid "Status" +msgstr "状æ€" + +#: ../sflphone-client-gnome/src/config/configwindow.c:528 +msgid "Stun parameters will be applied on each SIP account created." +msgstr "STUN傿•°å°†åº”用于æ¯ä¸€ä¸ªæ³¨å†Œçš„SIP叿ˆ·" + +#: ../sflphone-client-gnome/src/config/configwindow.c:544 +msgid "Format : name.server:port" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:589 +msgid "Desktop Notifications" +msgstr "æ¡Œé¢æç¤º" + +#: ../sflphone-client-gnome/src/config/configwindow.c:593 +msgid "_Enable notifications" +msgstr "å¯ç”¨æç¤º(E)" + +#: ../sflphone-client-gnome/src/config/configwindow.c:599 +msgid "Enable voicemail _notifications" +msgstr "å¯ç”¨è¯éŸ³é‚®ç®±æç¤º(n)" + +#: ../sflphone-client-gnome/src/config/configwindow.c:611 +msgid "System Tray Icon" +msgstr "ç³»ç»Ÿæ‰˜ç›˜å›¾æ ‡" + +#: ../sflphone-client-gnome/src/config/configwindow.c:614 +msgid "_Popup main window on incoming call" +msgstr "æ¥ç”µæ—¶å¼¹å‡ºä¸»çª—å£(P)" + +#: ../sflphone-client-gnome/src/config/configwindow.c:619 +msgid "Ne_ver popup main window" +msgstr "从ä¸å¼¹å‡ºä¸»çª—å£(v)" + +#: ../sflphone-client-gnome/src/config/configwindow.c:623 +msgid "Hide SFLphone window on _startup" +msgstr "在å¯åŠ¨æ—¶éšè—SFLphone主窗å£" + +#: ../sflphone-client-gnome/src/config/configwindow.c:629 +msgid "Calls History" +msgstr "拨å·åކå²" + +#: ../sflphone-client-gnome/src/config/configwindow.c:632 +msgctxt "Beginning of 'Keep my history for at least n days.'" +msgid "_Keep my history for at least" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:643 +msgctxt "End of 'Keep my history for at least n days.'" +msgid "days" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:647 +msgid "PulseAudio sound server" +msgstr "PulseAudioæœåС噍" + +#: ../sflphone-client-gnome/src/config/configwindow.c:650 +#, fuzzy +msgid "_Mute other applications during a call" +msgstr "当有æ¥ç”µæ—¶é™éŸ³å…¶å®ƒåº”用程åº(c)" + +#: ../sflphone-client-gnome/src/config/configwindow.c:677 +msgid "Port" +msgstr "端å£" + +#: ../sflphone-client-gnome/src/config/configwindow.c:732 +msgid "Select a folder" +msgstr "选择文件夹" + +#: ../sflphone-client-gnome/src/config/configwindow.c:766 +msgid "Preferences" +msgstr "属性" + +#: ../sflphone-client-gnome/src/config/configwindow.c:845 +msgid "Configured Accounts" +msgstr "å·²é…ç½®å¸æˆ·" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:135 +msgid "Custom commands on incoming calls with URL" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:138 +#, c-format +msgid "%s will be replaced with the passed URL." +msgstr "ä¼ è¾“çš„URLä¼šè¢«æ›¿æ¢æˆ%s." + +#: ../sflphone-client-gnome/src/config/hooks-config.c:141 +msgid "Trigger on specific _SIP header" +msgstr "激活指定的SIP头(S)" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:150 +msgid "Trigger on _IAX2 URL" +msgstr "激活IAX2 URL(I)" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:155 +msgid "Command to _run" +msgstr "è¿è¡Œå‘½ä»¤" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:165 +msgid "Phone number rewriting" +msgstr "é‡è®¾ç”µè¯å·ç " + +#: ../sflphone-client-gnome/src/config/hooks-config.c:169 +msgid "_Prefix dialed numbers with" +msgstr "å·ç å‰ç¼€" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:56 +msgid "Search all" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:57 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:70 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:82 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:94 +msgid "Click here to change the search type" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:69 +msgid "Search by missed call" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:81 +msgid "Search by incoming call" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:93 +msgid "Search by outgoing call" +msgstr "" + +#~ msgid "Prefix dialed numbers with" +#~ msgstr "å·ç å‰ç¼€" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" + +#~ msgid "Registered" +#~ msgstr "已注册" + +#~ msgid "Not Registered" +#~ msgstr "未注册" + +#~ msgid "Trying..." +#~ msgstr "æ£åœ¨è¿žæŽ¥..." + +#~ msgid "Bad authentification" +#~ msgstr "认è¯é”™è¯¯" + +#~ msgid "Network unreachable" +#~ msgstr "网络连接失败" + +#~ msgid "Host unreachable" +#~ msgstr "æœåŠ¡å™¨è¿žæŽ¥å¤±è´¥" + +#~ msgid "Stun configuration error" +#~ msgstr "Stuné…置有误" + +#~ msgid "Stun server invalid" +#~ msgstr "StunæœåŠ¡å™¨æ— æ•ˆ" + +#~ msgid "Invalid" +#~ msgstr "æ— æ•ˆ" + +#~ msgid "%d voice mails" +#~ msgstr "%d 个è¯éŸ³ä¿¡æ¯" + +#~ msgid "No registered account" +#~ msgstr "未å‘çŽ°å·²æ³¨å†Œå¸æˆ·" + +#~ msgid "" +#~ "This assistant is now finished.\n" +#~ "You can at any time check your registration state or modify your accounts " +#~ "parameters in the Options/Accounts window.\n" +#~ "\n" +#~ "Alias : %s\n" +#~ "Server : %s\n" +#~ "Username : %s\n" +#~ msgstr "" +#~ "é…置完æˆ.\n" +#~ "ä½ å¯ä»¥éšæ—¶åœ¨ 选项/叿ˆ· 窗å£ä¸æŸ¥çœ‹æ³¨å†ŒçŠ¶æ€æˆ–è€…ä¿®æ”¹å¸æˆ·å‚æ•°.\n" +#~ "\n" +#~ "别å: %s\n" +#~ "æœåС噍: %s\n" +#~ "用户å: %s\n" + +#~ msgid "SFLphone account configuration wizard" +#~ msgstr "SFLphone 叿ˆ·è®¾ç½®å‘导" + +#~ msgid "Welcome to SFLphone!" +#~ msgstr "欢迎使用SFLphone!" + +#~ msgid "Select an account type:" +#~ msgstr "é€‰æ‹©å¸æˆ·ç±»åž‹:" + +#~ msgid "Please select one of the following option:" +#~ msgstr "请选择以下选项ä¸çš„一个:" + +#~ msgid "SIP account configuration" +#~ msgstr "SIP叿ˆ·é…ç½®" + +#~ msgid "Please fill the following information:" +#~ msgstr "请填写以下信æ¯:" + +#~ msgid "Optional Email Address " +#~ msgstr "å¯é€‰é‚®ä»¶åœ°å€ " + +#~ msgid "This email address will be use to send your voicemail messages" +#~ msgstr "这个邮件地å€å°†è¢«ç”¨æ¥å‘逿‚¨çš„è¯éŸ³é‚®ç®±æ¶ˆæ¯" + +#~ msgid "_Email" +#~ msgstr " 邮件(E)" + +#~ msgid "IAX2 account configuration" +#~ msgstr "IAX2叿ˆ·é…ç½®" + +#~ msgid "Network Address Translation" +#~ msgstr "网络地å€è§£æž" + +#~ msgid "Edit phone" +#~ msgstr "编辑电è¯" + +#~ msgid "%s account: %s" +#~ msgstr "%s 叿ˆ·: %s" + +#~ msgid "<i>From:</i> %s" +#~ msgstr "<i>拨入方:</i> %s" + +#~ msgid "You haven't setup any accounts" +#~ msgstr "ä½ æ²¡æœ‰è®¾ç½®ä»»ä½•å¸æˆ·" + +#~ msgid "SFLphone - %i accounts configured" +#~ msgstr "SFLphone - %i ä¸ªå¸æˆ·å·²é…ç½®" + +#~ msgid "\"Voicemail\" <%s>" +#~ msgstr "\"è¯éŸ³é‚®ä»¶\" <%s>" + +#~ msgid "Place a call" +#~ msgstr "拨å·" + +#~ msgid "Off Hold" +#~ msgstr "æ¢å¤é€šè¯" + +#~ msgid "Record a call" +#~ msgstr "记录通è¯" + +#~ msgid "Account Parameters" +#~ msgstr "叿ˆ·ç›¸å…³å‚æ•°" + +#~ msgid "Download limit:" +#~ msgstr "下载上é™:" + +#~ msgid "_Business phone" +#~ msgstr "商务电è¯(B)" + +#~ msgid "_Home phone" +#~ msgstr "å®¶åºç”µè¯(H)" + +#~ msgid "Select which Evolution address books to use:" +#~ msgstr "选择使用如下Evolution地å€è–„:" + +#~ msgid "audio device index for output = %d" +#~ msgstr "音频设备输出索引 ï¼ %d" + +#~ msgid "ALSA configuration" +#~ msgstr "ALSA é…ç½®" + +#~ msgid "Stun parameters will apply to each SIP account created." +#~ msgstr "Stun傿•°å°†åº”用于æ¯ä¸€ä¸ªæ³¨å†Œçš„SIP叿ˆ·" + +#~ msgid "Enable it if you are behind a firewall" +#~ msgstr "当使用防ç«å¢™æ—¶,å¯ç”¨è¯¥é¡¹" + +#~ msgid "Format: name.server:port" +#~ msgstr "æ ¼å¼ï¼šname.server:port" + +#~ msgid "Port:" +#~ msgstr "端å£:" + +#, fuzzy +#~ msgid "Recordings folder" +#~ msgstr "记录文件夹(R)" + +#~ msgid "General Settings" +#~ msgstr "常用é…ç½®" + +#~ msgid "Audio Settings" +#~ msgstr "音频é…ç½®" + +#~ msgid "Recordings" +#~ msgstr "记录" + +#~ msgid "Address Book" +#~ msgstr "地å€ç°¿" + +#~ msgid "Hooks" +#~ msgstr "é’©é”®" + +#~ msgid "Accounts" +#~ msgstr "叿ˆ·" + +#~ msgid "URL Passing" +#~ msgstr "ä¼ è¾“URL" + +#, fuzzy +#~ msgid "Command to _run: " +#~ msgstr "è¿è¡Œå‘½ä»¤(C):" + +#~ msgid "Phone Number Rewriting" +#~ msgstr "é‡è®¾ç”µè¯å·ç " + +#~ msgid "_Prefix dialed numbers with:" +#~ msgstr "å·ç å‰ç¼€:" + +#~ msgid "Accept" +#~ msgstr "接å—" + +#~ msgid "Refuse" +#~ msgstr "æ‹’ç»" + +#~ msgid "Ignore" +#~ msgstr "忽略" + +#~ msgid "<small>Missed call</small>" +#~ msgstr "<small>未接电è¯</small>" + +#~ msgid "<small>Duration:</small> %s" +#~ msgstr "<small>æ—¶é•¿:</small> %s" + +#~ msgid "Fields" +#~ msgstr "å—æ®µ" + +#~ msgid "_History size limit" +#~ msgstr "历å²è®°å½•上é™(H)" + +#~ msgid "" +#~ "SFLphone can run custom commands if incoming calls come with an URL " +#~ "attached.\n" +#~ "In this case, %s will be replaced with the passed URL." +#~ msgstr "" +#~ "当æ¥ç”µæœ‰é™„åŠ çš„URLæ—¶,SFLphoneå¯è¿è¡Œå®¢æˆ·å‘½ä»¤.\n" +#~ "åœ¨æ¤æƒ…况下,ä¼ è¾“çš„URLä¼šè¢«æ›¿æ¢æˆ%s." + +#~ msgid "Search history" +#~ msgstr "查找历å²è®°å½•" + +#~ msgid "Search contact" +#~ msgstr "查找è”系人(S)" + +#~ msgid "Registered to %s (%s)" +#~ msgstr "注册到 %s (%s)" + +#~ msgid "%s account- %s %s" +#~ msgstr "%s 叿ˆ·- %s %s" + +#~ msgid "Books" +#~ msgstr "é’©é”®" + +#~ msgid "_Enable" +#~ msgstr "å¯ç”¨(E)" + +#~ msgid "_Notify voice mails" +#~ msgstr "通知è¯éŸ³é‚®ä»¶(N)" + +#~ msgid "_Start hidden" +#~ msgstr "å¯åŠ¨æ—¶éšè—(S)" + +#~ msgid "_Maximum number of calls" +#~ msgstr "æœ€å¤§æ‹¨å·æ•°(M)" + +#~ msgid "_Control running applications volume" +#~ msgstr "控制æ£åœ¨è¿è¡Œçš„应用程åºçš„音é‡(C)" + +#~ msgid "Account previously setup" +#~ msgstr "叿ˆ·ä»¥å‰è®¾ç½®" + +#~ msgid "URL argument" +#~ msgstr "URL傿•°" + +#~ msgid "_SIP protocol" +#~ msgstr "SIP åè®®(S)" + +#~ msgid "_SIP Header: " +#~ msgstr "SIP消æ¯å¤´(S):" + +#~ msgid "_IAX2 protocol" +#~ msgstr "IAX2 åè®®(I)" + +#~ msgid "Search" +#~ msgstr "查找" + +#~ msgid "_Enabled" +#~ msgstr "å¯ç”¨(E)" + +#~ msgid "%s account- %s" +#~ msgstr "%s 叿ˆ·- %s" + +#~ msgid "Noise reduction" +#~ msgstr "é™å™ª" + +#~ msgid "_Destination folder" +#~ msgstr "ç›®æ ‡æ–‡ä»¶å¤¹(D)" + +#~ msgid "Setup Accounts" +#~ msgstr "è®¾å®šå¸æˆ·" + +#~ msgid "Search Parameters" +#~ msgstr "æŸ¥æ‰¾ç›¸å…³å‚æ•°" + +#~ msgid "Maximum result number for a request: " +#~ msgstr "æœ€å¤§æ‹¨å·æ•°" + +#~ msgid "Search for and display: " +#~ msgstr "查找并显示:" + +#~ msgid "_STUN Server" +#~ msgstr "STUNæœåС噍(S)" diff --git a/lang/zh_HK/sflphone.po b/lang/zh_HK/sflphone.po new file mode 100644 index 0000000000000000000000000000000000000000..73fc8e7cc1c85cd6fb97d591767bb2bf782234b0 --- /dev/null +++ b/lang/zh_HK/sflphone.po @@ -0,0 +1,1593 @@ +# Chinese translation of SFLphone. +# Copyright (C) 2008 The Free Software Foundation, Inc. +# This file is distributed under the GNU General Public License Version 3. +# +# Yun Liu <yun.liu@savoirfairelinux.com>, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: SFLphone 0.9.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-16 15:14-0400\n" +"PO-Revision-Date: 2008-10-28 14:15\n" +"Last-Translator: Yun Liu <yun.liu@savoirfairelinux.com>\n" +"Language-Team: SavoirFaireLinux Inc <sflphoneteam@savoirfairelinux.com>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n>1;\n" + +#: ../sflphone-client-kde/src/Account.cpp:34 +#: ../sflphone-client-gnome/src/accountlist.c:175 +msgctxt "account state" +msgid "Registered" +msgstr "已註冊" + +#: ../sflphone-client-kde/src/Account.cpp:36 +#: ../sflphone-client-gnome/src/accountlist.c:178 +msgctxt "account state" +msgid "Not Registered" +msgstr "未註冊" + +#: ../sflphone-client-kde/src/Account.cpp:38 +#: ../sflphone-client-gnome/src/accountlist.c:181 +msgctxt "account state" +msgid "Trying..." +msgstr "æ£åœ¨é€£æŽ¥..." + +#: ../sflphone-client-kde/src/Account.cpp:40 +#: ../sflphone-client-gnome/src/accountlist.c:184 +msgctxt "account state" +msgid "Error" +msgstr "註冊失敗" + +#: ../sflphone-client-kde/src/Account.cpp:42 +#, fuzzy +msgctxt "account state" +msgid "Authentication Failed" +msgstr "èªè‰éŒ¯èª¤" + +#: ../sflphone-client-kde/src/Account.cpp:44 +#: ../sflphone-client-gnome/src/accountlist.c:190 +msgctxt "account state" +msgid "Network unreachable" +msgstr "網路連線失敗" + +#: ../sflphone-client-kde/src/Account.cpp:46 +#: ../sflphone-client-gnome/src/accountlist.c:193 +msgctxt "account state" +msgid "Host unreachable" +msgstr "伺æœå™¨é€£ç·šå¤±æ•—" + +#: ../sflphone-client-kde/src/Account.cpp:48 +#: ../sflphone-client-gnome/src/accountlist.c:196 +msgctxt "account state" +msgid "Stun configuration error" +msgstr "STUNé…置有誤" + +#: ../sflphone-client-kde/src/Account.cpp:50 +#: ../sflphone-client-gnome/src/accountlist.c:199 +msgctxt "account state" +msgid "Stun server invalid" +msgstr "STUN伺æœå™¨ç„¡æ•ˆ" + +#: ../sflphone-client-kde/src/Account.cpp:51 +#: ../sflphone-client-gnome/src/accountlist.c:202 +msgctxt "account state" +msgid "Invalid" +msgstr "無效" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:163 +#: ../sflphone-client-kde/src/AccountWizard.cpp:278 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:406 +msgid "Account creation wizard" +msgstr "帳戶創建å‘å°Ž" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:199 +#: ../sflphone-client-kde/src/AccountWizard.cpp:217 +#: ../sflphone-client-kde/src/AccountWizard.cpp:561 +#: ../sflphone-client-gnome/src/assistant.c:68 +#, c-format +msgid "This assistant is now finished." +msgstr "é…置完æˆ." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:211 +msgid "Creation of account has failed for the reason" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:255 +#: ../sflphone-client-kde/src/AccountWizard.cpp:440 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:359 +#: ../sflphone-client-gnome/src/assistant.c:72 +msgid "Alias" +msgstr "別稱" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:256 +#: ../sflphone-client-kde/src/AccountWizard.cpp:441 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:366 +#: ../sflphone-client-gnome/src/assistant.c:75 +msgid "Server" +msgstr "伺æœå™¨" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:257 +#: ../sflphone-client-kde/src/AccountWizard.cpp:442 +#: ../sflphone-client-gnome/src/assistant.c:78 +msgid "Username" +msgstr "使用者å稱" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:258 +#: ../sflphone-client-kde/src/AccountWizard.cpp:443 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:368 +msgid "Password" +msgstr "密碼" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:259 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:360 +#: ../sflphone-client-gnome/src/config/configwindow.c:418 +msgid "Protocol" +msgstr "å”è°" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:260 +#: ../sflphone-client-kde/src/AccountWizard.cpp:444 +msgid "Voicemail number" +msgstr "語音郵箱" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:279 +#: ../sflphone-client-gnome/src/assistant.c:216 +msgid "Welcome to the Account creation wizard of SFLphone!" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:281 +#: ../sflphone-client-gnome/src/assistant.c:217 +msgid "This installation wizard will help you configure an account." +msgstr "安è£å‘導將幫助您é…置帳戶" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:309 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Account" +msgstr "帳戶" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:310 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Please select one of the following options" +msgstr "è«‹é¸æ“‡ä»¥ä¸‹é¸é …ä¸çš„一個" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:312 +#: ../sflphone-client-gnome/src/assistant.c:251 +msgid "Create a free SIP/IAX2 account on sflphone.org" +msgstr "在sflphone.org上創建å…費的SIP/IAX2帳戶" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:313 +#: ../sflphone-client-gnome/src/assistant.c:253 +msgid "Register an existing SIP or IAX2 account" +msgstr "註冊已å˜åœ¨çš„SIP或IAX2帳戶" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:352 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "VoIP Protocols" +msgstr "VoIPå”è°" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:353 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "Select an account type" +msgstr "鏿“‡å¸³æˆ¶é¡žåž‹" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:355 +#: ../sflphone-client-gnome/src/assistant.c:233 +msgid "SIP (Session Initiation Protocol)" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:356 +#: ../sflphone-client-gnome/src/assistant.c:235 +msgid "IAX2 (InterAsterix Exchange)" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:395 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "Optional email address" +msgstr "å¯é¸éƒµä»¶åœ°å€" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:396 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "This email address will be used to send your voicemail messages." +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:398 +msgid "Email address" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:432 +#: ../sflphone-client-gnome/src/assistant.c:266 +msgid "SIP account settings" +msgstr "SIP帳戶é…ç½®" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:436 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "IAX2 account settings" +msgstr "IAX2帳戶é…ç½®" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:438 +#: ../sflphone-client-gnome/src/assistant.c:266 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "Please fill the following information" +msgstr "請填寫如下信æ¯" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:523 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:856 +msgid "Network Address Translation (NAT)" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:524 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:536 +msgid "You should probably enable this if you are behind a firewall." +msgstr "å¦‚æžœä½ ä½¿ç”¨ç¶²è·¯é˜²ç«ç‰†ï¼Œä½ 很有å¯èƒ½éœ€è¦è¨å®šè©²é …." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:526 +msgid "Enable STUN" +msgstr "啟用STUN" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:527 +msgid "Stun Server" +msgstr "STUN伺æœå™¨" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:562 +msgid "" +"After checking the settings you chose, click \"Finish\" to create the " +"account." +msgstr "" + +#: ../sflphone-client-kde/src/ActionSetAccountFirst.cpp:26 +msgid "Default account" +msgstr "" + +#: ../sflphone-client-kde/src/Call.cpp:116 +#: ../sflphone-client-gnome/src/contacts/calltree.c:322 +msgid "Transfer to : " +msgstr "" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:89 +#: ../sflphone-client-gnome/src/actions.c:816 +msgid "Codec" +msgstr "" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:93 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:279 +#: ../sflphone-client-gnome/src/config/audioconf.c:581 +msgid "Frequency" +msgstr "顰律" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:97 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:281 +#: ../sflphone-client-gnome/src/config/audioconf.c:586 +msgid "Bitrate" +msgstr "比率" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:101 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:283 +#: ../sflphone-client-gnome/src/config/audioconf.c:591 +msgid "Bandwidth" +msgstr "顰寬" + +#: ../sflphone-client-kde/src/main.cpp:39 +msgid "SFLphone KDE Client" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:43 +msgid "(C) 2009 Savoir-faire Linux" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:47 +msgid "Jérémy Quentin" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:48 +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:48 +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:62 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-gnome/src/statusicon.c:126 +msgid "SFLphone" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:209 +msgid "Incoming call" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 +msgid "You have an incoming call from" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 +msgid "Click to accept or refuse it." +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:716 +msgid "Address book loading..." +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:901 +#: ../sflphone-client-gnome/src/actions.c:89 +msgid "No registered accounts" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:905 +#: ../sflphone-client-gnome/src/actions.c:83 +#: ../sflphone-client-gnome/src/actions.c:813 +msgid "Using account" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +msgid "Main screen" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:165 +msgid "Call history" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:407 +#: ../sflphone-client-gnome/src/toolbar.c:243 +#: ../sflphone-client-gnome/src/toolbar.c:245 +msgid "Address book" +msgstr "地å€ç°¿" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1108 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1173 +msgid "Edit before call" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:56 +#: ../sflphone-client-gnome/src/toolbar.c:167 +#: ../sflphone-client-gnome/src/toolbar.c:169 +msgid "New call" +msgstr "新電話" + +#: ../sflphone-client-kde/src/sflphone_const.h:57 +#: ../sflphone-client-kde/src/sflphone_const.h:62 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:392 +#: ../sflphone-client-gnome/src/toolbar.c:186 +#: ../sflphone-client-gnome/src/toolbar.c:188 +msgid "Hang up" +msgstr "放電話" + +#: ../sflphone-client-kde/src/sflphone_const.h:58 +#: ../sflphone-client-gnome/src/toolbar.c:207 +#: ../sflphone-client-gnome/src/toolbar.c:209 +msgid "Hold on" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:59 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:394 +#: ../sflphone-client-gnome/src/toolbar.c:220 +#: ../sflphone-client-gnome/src/toolbar.c:222 +msgid "Transfer" +msgstr "轉接" + +#: ../sflphone-client-kde/src/sflphone_const.h:60 +#: ../sflphone-client-gnome/src/toolbar.c:263 +msgid "Record" +msgstr "記錄" + +#: ../sflphone-client-kde/src/sflphone_const.h:61 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:391 +#: ../sflphone-client-gnome/src/toolbar.c:176 +#: ../sflphone-client-gnome/src/toolbar.c:178 +msgid "Pick up" +msgstr "接電話" + +#: ../sflphone-client-kde/src/sflphone_const.h:63 +#: ../sflphone-client-gnome/src/toolbar.c:196 +#: ../sflphone-client-gnome/src/toolbar.c:198 +msgid "Hold off" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:64 +msgid "Give up transfer" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:65 +msgid "Call back" +msgstr "" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:48 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:306 +#: ../sflphone-client-gnome/src/config/configwindow.c:722 +#: ../sflphone-client-gnome/src/config/configwindow.c:791 +msgctxt "Config section" +msgid "General" +msgstr "常用é…ç½®" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:49 +msgctxt "Config section" +msgid "Display" +msgstr "" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:50 +#: ../sflphone-client-gnome/src/config/configwindow.c:833 +msgctxt "Config section" +msgid "Accounts" +msgstr "帳戶" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:51 +#: ../sflphone-client-gnome/src/config/configwindow.c:786 +msgctxt "Config section" +msgid "Audio" +msgstr "" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:52 +#: ../sflphone-client-gnome/src/config/configwindow.c:801 +msgctxt "Config section" +msgid "Address Book" +msgstr "地å€ç°¿" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:53 +#: ../sflphone-client-gnome/src/config/configwindow.c:796 +msgctxt "Config section" +msgid "Recordings" +msgstr "記錄" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:54 +#: ../sflphone-client-gnome/src/config/configwindow.c:806 +msgctxt "Config section" +msgid "Hooks" +msgstr "鉤éµ" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:321 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:142 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:263 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:120 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:164 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:173 +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:90 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:390 +msgid "Form" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:323 +msgid "" +"By default, when you place a call, sflphone will use the first account in " +"this list which is \"registered\". Change the order of the accounts using " +"the \"Up\" and \"Down\" arrows. Enable/disable them by checking/unchecking " +"them on the left of the item. Add or remove some with \"Plus\" and \"Sub\" " +"buttons. Edit the selected account with the form on the right." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:327 +msgid "Remove the selected account" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:330 +msgid "" +"This button will remove the selected account in the list below. Be sure you " +"really don't need it anymore. If you think you might use it again later, " +"just uncheck it." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:335 +msgid "Remove" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:336 +msgid "Backspace, Return" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:338 +msgid "Add a new account" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:341 +msgid "" +"This button enables you to initialize a new account. You will then be able " +"to edit it using the form on the right." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:343 +msgid "Add" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:345 +msgid "Get this account down" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:348 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:355 +msgid "" +"By default, when you place a call, sflphone will use the first account in " +"this list which is \"registered\". Change the order of the accounts using " +"the \"Up\" and \"Down\" arrows." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:350 +msgid "Down" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:352 +msgid "Get this account up" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:357 +msgid "Up" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:358 +msgid "Apply" +msgstr "套用" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:363 +msgid "SIP" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:364 +msgid "IAX" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:367 +msgid "User" +msgstr "使用者å稱" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:369 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:396 +msgid "Mailbox" +msgstr "語音郵件" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:370 +#, fuzzy +msgid "State" +msgstr "狀態" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:373 +#, fuzzy +msgid "Stun settings will be applied on each account" +msgstr "Stunåƒæ•¸å°‡æ‡‰ç”¨æ–¼æ¯ä¸€å€‹è¨»å†Šçš„SIP帳戶" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:374 +msgid "Enable Stun" +msgstr "啟用STUN" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:375 +msgid "choose Stun server (example : stunserver.org)" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:143 +msgid "Maximum &results" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:144 +#, fuzzy +msgid "Display &photo if available" +msgstr "如果å¯ä»¥å‰‡é¡¯ç¤ºè¯ç¹«äººç…§ç‰‡" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:145 +msgid "Display phone numbers of these &types :" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:146 +msgid "&Work" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:147 +#, fuzzy +msgid "&Mobile" +msgstr "移動電話(M)" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:148 +msgid "&Home" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:265 +#, fuzzy +msgid "Audio device" +msgstr "音訊檔案" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:268 +msgid "ALSA" +msgstr "ALSA" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:269 +msgid "PulseAudio" +msgstr "PulseAudio" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:271 +msgid "Enable ringtones" +msgstr "啟動鈴è²" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:272 +msgid "*.ul *.au *.wav" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:273 +#, fuzzy +msgid "&Codecs" +msgstr "編碼" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:275 +msgid "Active" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:277 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:404 +#: ../sflphone-client-gnome/src/config/audioconf.c:576 +msgid "Name" +msgstr "å稱" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:286 +#: ../sflphone-client-gnome/src/config/audioconf.c:795 +msgid "ALSA settings" +msgstr "ALSA é…ç½®" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:287 +#: ../sflphone-client-gnome/src/config/audioconf.c:662 +msgid "ALSA plugin" +msgstr "ALSAæ’ä»¶" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:288 +msgid "In" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:289 +#, fuzzy +msgid "Out" +msgstr "輸出" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:290 +msgid "PulseAudio settings" +msgstr "PulseAudio é…ç½®" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:291 +msgid "Mute other applications during a call" +msgstr "當有來電時éœéŸ³å…¶å®ƒæ‡‰ç”¨ç¨‹åº" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:121 +msgid "Enable notifications" +msgstr "啟動æç¤º" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:122 +msgid "On incoming &calls" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:123 +msgid "On &messages" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:124 +msgid "Show main window" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:125 +msgid "On &start" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:126 +msgid "On &incoming calls" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:166 +msgid "Keep my history for at least" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:167 +msgid "days" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:168 +msgid "Clear history" +msgstr "清空曆å²è¨˜éŒ„" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:169 +msgid "Connection" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:170 +#: ../sflphone-client-gnome/src/config/configwindow.c:664 +msgid "SIP Port" +msgstr "SIP端å£" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:171 +msgid "Attention " +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:174 +#: ../sflphone-client-gnome/src/config/hooks-config.c:130 +msgid "URL Argument" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:175 +#, fuzzy, c-format +msgid "Custom commands with URL %s will be replaced with the passed URL." +msgstr "傳輸的URLæœƒè¢«æ›¿æ›æˆ%s." + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:176 +msgid "Trigger on specific SIP header" +msgstr "激活指定的SIPé " + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:177 +msgid "Trigger on IAX2 URL" +msgstr "激活IAX2 URL" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:178 +msgid "Command to run" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:179 +#, fuzzy +msgid "Phone number formatting" +msgstr "é‡è¨é›»è©±è™Ÿç¢¼" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:180 +#, fuzzy +msgid "Add phone number prefix" +msgstr "é‡è¨é›»è©±è™Ÿç¢¼" + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:91 +msgid "General" +msgstr "常用é…ç½®" + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:92 +#: ../sflphone-client-gnome/src/config/configwindow.c:726 +msgid "Destination folder" +msgstr "目標文件夾" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:393 +#, fuzzy +msgid "Hold" +msgstr "待机" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:395 +#: ../sflphone-client-gnome/src/toolbar.c:232 +#: ../sflphone-client-gnome/src/toolbar.c:234 +msgid "History" +msgstr "æ·å²" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:397 +#, fuzzy +msgid "Configure accounts" +msgstr "å·²é…置帳戶" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:398 +#, fuzzy +msgid "Configure audio" +msgstr "å·²é…置帳戶" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:399 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:401 +msgid "Configure SFLphone" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:403 +msgid "Display volume bars" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:404 +msgid "Display dialpad" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:405 +msgctxt "Action record a call" +msgid "Record" +msgstr "記錄" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:408 +msgid "Attention:number of results exceeds max displayed." +msgstr "" + +#: ../sflphone-client-gnome/src/accountlist.c:187 +#, fuzzy +msgid "accounr state" +msgstr "帳戶å‘å°Ž(A)" + +#: ../sflphone-client-gnome/src/actions.c:54 +#: ../sflphone-client-gnome/src/sflnotify.c:94 +#, fuzzy, c-format +msgid "%d voice mail" +msgid_plural "%d voice mails" +msgstr[0] "%d 個語音郵件" +msgstr[1] "%d 個語音郵件" + +#: ../sflphone-client-gnome/src/actions.c:234 +msgid "" +"Unable to connect to the SFLphone server.\n" +"Make sure the daemon is running." +msgstr "" +"連接SFLphone伺æœå™¨å¤±æ•—.\n" +"è«‹æ ¸æŸ¥daemonæ˜¯å¦æ£åœ¨é‹è¡Œ." + +#: ../sflphone-client-gnome/src/actions.c:809 +#, c-format +msgid "IP call - %s" +msgstr "IP電話- %s" + +#: ../sflphone-client-gnome/src/actions.c:908 +#, c-format +msgid "" +"<b>Error: No audio codecs found.\n" +"\n" +"</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>.sflphone</" +"b> directory in your home( <i>%s</i> )" +msgstr "" +"<b>錯誤:無法找到音訊編碼檔案.\n" +"\n" +"</b> SFLè²éŸ³ç·¨ç¢¼æª”案應該ä½äºŽ<i>%s</i> 或者ä½äºŽä¸»ç›®éŒ„( <i>%s</i> )çš„<b>." +"sflphone</b>目錄下" + +#: ../sflphone-client-gnome/src/assistant.c:70 +msgid "" +"You can at any time check your registration state or modify your accounts " +"parameters in the Options/Accounts window." +msgstr "ä½ å¯ä»¥éš¨æ™‚在 é¸é …/帳戶 䏿Ÿ¥çœ‹è¨»å†Šç‹€æ…‹æˆ–者修改帳戶信æ¯." + +#: ../sflphone-client-gnome/src/assistant.c:190 +msgid "SFLphone account creation wizard" +msgstr "" + +#: ../sflphone-client-gnome/src/assistant.c:274 +#: ../sflphone-client-gnome/src/assistant.c:370 +#: ../sflphone-client-gnome/src/config/accountwindow.c:153 +msgid "_Alias" +msgstr "別稱(A)" + +#: ../sflphone-client-gnome/src/assistant.c:282 +#: ../sflphone-client-gnome/src/assistant.c:378 +#: ../sflphone-client-gnome/src/config/accountwindow.c:189 +msgid "_Host name" +msgstr "主机å稱(H)" + +#: ../sflphone-client-gnome/src/assistant.c:290 +#: ../sflphone-client-gnome/src/assistant.c:386 +#: ../sflphone-client-gnome/src/config/accountwindow.c:197 +msgid "_User name" +msgstr "使用者å稱(U)" + +#: ../sflphone-client-gnome/src/assistant.c:306 +#: ../sflphone-client-gnome/src/assistant.c:401 +#: ../sflphone-client-gnome/src/config/accountwindow.c:212 +msgid "_Password" +msgstr "密碼(P)" + +#: ../sflphone-client-gnome/src/assistant.c:324 +#: ../sflphone-client-gnome/src/assistant.c:417 +#: ../sflphone-client-gnome/src/config/accountwindow.c:228 +msgid "_Voicemail number" +msgstr "語音郵箱(V)" + +#: ../sflphone-client-gnome/src/assistant.c:347 +msgid "_Email address" +msgstr "" + +#: ../sflphone-client-gnome/src/assistant.c:444 +#: ../sflphone-client-gnome/src/config/configwindow.c:532 +msgid "E_nable STUN" +msgstr "啟用STUN(n)" + +#: ../sflphone-client-gnome/src/assistant.c:451 +msgid "_STUN server" +msgstr "STUN伺æœå™¨(S)" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Account Registration" +msgstr "帳戶註冊" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Congratulations!" +msgstr "æå–œï¼" + +#: ../sflphone-client-gnome/src/errors.c:29 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening playback device" +msgstr "" +"ALSAæç¤º\n" +"\n" +"打開回放è¨å‚™æ™‚出錯" + +#: ../sflphone-client-gnome/src/errors.c:32 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening capture device" +msgstr "" +"ALSAæç¤º\n" +"\n" +"打開采集è¨å‚™æ™‚出錯" + +#: ../sflphone-client-gnome/src/errors.c:35 +msgid "" +"Pulseaudio notification\n" +"\n" +"Pulseaudio is not running" +msgstr "" +"Pulseaudioæç¤º\n" +"\n" +"Pulseaudio未é‹è¡Œ" + +#: ../sflphone-client-gnome/src/mainwindow.c:70 +msgid "There is one call in progress." +msgstr "有一個電話æ£åœ¨è™•ç†ä¸." + +#: ../sflphone-client-gnome/src/mainwindow.c:74 +msgid "There are calls in progress." +msgstr "有電話æ£åœ¨è™•ç†ä¸." + +#: ../sflphone-client-gnome/src/mainwindow.c:83 +msgid "Do you still want to quit?" +msgstr "確èªè¦é€€å‡º?" + +#: ../sflphone-client-gnome/src/mainwindow.c:284 +msgid "SFLphone Error" +msgstr "SFLphone 出錯" + +#: ../sflphone-client-gnome/src/menus.c:134 +msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols." +msgstr "SFLphone是一個VoIP客戶端,它兼容SIPå’ŒIAX2åè®®." + +#: ../sflphone-client-gnome/src/menus.c:137 +msgid "About SFLphone" +msgstr "有關SFLphone" + +#: ../sflphone-client-gnome/src/menus.c:161 +msgid "_Help" +msgstr "幫助(H)" + +#: ../sflphone-client-gnome/src/menus.c:296 +#: ../sflphone-client-gnome/src/menus.c:953 +msgid "_New call" +msgstr "新電話(N)" + +#: ../sflphone-client-gnome/src/menus.c:308 +#: ../sflphone-client-gnome/src/menus.c:785 +msgid "_Pick up" +msgstr "撥出(P)" + +#: ../sflphone-client-gnome/src/menus.c:318 +#: ../sflphone-client-gnome/src/menus.c:797 +msgid "_Hang up" +msgstr "放下(H)" + +#: ../sflphone-client-gnome/src/menus.c:328 +#: ../sflphone-client-gnome/src/menus.c:809 +msgid "On _Hold" +msgstr "待机" + +#: ../sflphone-client-gnome/src/menus.c:340 +#: ../sflphone-client-gnome/src/menus.c:821 +msgid "_Record" +msgstr "記錄(R)" + +#: ../sflphone-client-gnome/src/menus.c:354 +msgid "_Account creation wizard" +msgstr "帳戶創建å‘å°Ž(A)" + +#: ../sflphone-client-gnome/src/menus.c:384 +msgid "_Call" +msgstr "電話" + +#: ../sflphone-client-gnome/src/menus.c:552 +#, fuzzy +msgid "Clear _history" +msgstr "清空曆å²è¨˜éŒ„(C)" + +#: ../sflphone-client-gnome/src/menus.c:564 +msgid "_Accounts" +msgstr "帳戶(A)" + +#: ../sflphone-client-gnome/src/menus.c:579 +msgid "_Edit" +msgstr "編輯(E)" + +#: ../sflphone-client-gnome/src/menus.c:631 +msgid "_Dialpad" +msgstr "æ’¥è™Ÿé¢æ¿" + +#: ../sflphone-client-gnome/src/menus.c:643 +msgid "_Volume controls" +msgstr "éŸ³é‡æŽ§åˆ¶(V)" + +#: ../sflphone-client-gnome/src/menus.c:661 +msgid "_View" +msgstr "查看(V)" + +#: ../sflphone-client-gnome/src/menus.c:881 +msgid "_Call back" +msgstr "回å«(C)" + +#: ../sflphone-client-gnome/src/menus.c:1061 +msgid "Edit phone number" +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:1072 +msgid "Edit the phone number before making a call" +msgstr "撥出電話å‰ç·¨è¼¯é›»è©±è™Ÿç¢¼" + +#: ../sflphone-client-gnome/src/sflnotify.c:71 +#: ../sflphone-client-gnome/src/sflnotify.c:91 +#, c-format +msgid "%s account : %s" +msgstr "%s 帳戶 : %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:75 +#, c-format +msgid "<i>From</i> %s" +msgstr "<i>撥入方</i> %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:111 +#, c-format +msgid "Calling with %s account <i>%s</i>" +msgstr "使用%s帳戶<i>%s</i>呼å«" + +#: ../sflphone-client-gnome/src/sflnotify.c:115 +msgid "Current account" +msgstr "ç•¶å‰å¸³æˆ¶" + +#: ../sflphone-client-gnome/src/sflnotify.c:130 +msgid "You have no accounts set up" +msgstr "" + +#: ../sflphone-client-gnome/src/sflnotify.c:131 +#: ../sflphone-client-gnome/src/sflnotify.c:148 +msgid "Error" +msgstr "註冊失敗" + +#: ../sflphone-client-gnome/src/sflnotify.c:147 +msgid "You have no registered accounts" +msgstr "未發ç¾å·²è¨»å†Šå¸³æˆ¶" + +#: ../sflphone-client-gnome/src/sliders.c:161 +msgid "Speakers volume" +msgstr "æšè²å™¨éŸ³é‡" + +#: ../sflphone-client-gnome/src/sliders.c:163 +msgid "Mic volume" +msgstr "話ç’音é‡" + +#: ../sflphone-client-gnome/src/statusicon.c:91 +msgid "_Show main window" +msgstr "顯示主窗å£(S)" + +#: ../sflphone-client-gnome/src/statusicon.c:127 +#, c-format +msgid "%i account configured" +msgid_plural "%i accounts configured" +msgstr[0] "" +msgstr[1] "" + +#: ../sflphone-client-gnome/src/toolbar.c:52 +#: ../sflphone-client-gnome/src/toolbar.c:251 +#: ../sflphone-client-gnome/src/toolbar.c:255 +msgid "Voicemail" +msgstr "語音郵件" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:113 +msgid "Account settings" +msgstr "帳戶è¨ç½®" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:147 +msgid "_Enable this account" +msgstr "啟用該賬戶(E)" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:161 +msgid "_Protocol" +msgstr "å”è°(P)" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:179 +msgid "Unknown" +msgstr "未知" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:312 +msgid "_Use Evolution address books" +msgstr "使用Evolution地å€è–„(U)" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:319 +msgid "Download limit :" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:327 +msgid "cards" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:333 +msgid "_Display contact photo if available" +msgstr "如果å¯ä»¥å‰‡é¡¯ç¤ºè¯ç¹«äººç…§ç‰‡(D)" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:341 +#, fuzzy +msgid "Fields from Evolution's address books" +msgstr "使用Evolution地å€è–„ä¸çš„如䏋嗿®µ:" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:345 +msgid "_Work" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:351 +msgid "_Home" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:357 +msgid "_Mobile" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:364 +msgid "Address Books" +msgstr "地å€ç°¿" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:368 +msgid "Select which Evolution address books to use" +msgstr "" + +#: ../sflphone-client-gnome/src/config/audioconf.c:684 +msgid "Output" +msgstr "輸出" + +#: ../sflphone-client-gnome/src/config/audioconf.c:706 +msgid "Input" +msgstr "輸入" + +#: ../sflphone-client-gnome/src/config/audioconf.c:741 +msgid "_Voice Activity Detection" +msgstr "è²éŸ³ç‹€æ…‹æª¢æ¸¬(V)" + +#: ../sflphone-client-gnome/src/config/audioconf.c:751 +msgid "_Noise Reduction (Narrow-Band Companding)" +msgstr "é™å™ªè™•ç†-çª„é »å£“ç¸®(N)" + +#: ../sflphone-client-gnome/src/config/audioconf.c:780 +msgid "Sound Manager" +msgstr "è²éŸ³ç®¡ç†å™¨" + +#: ../sflphone-client-gnome/src/config/audioconf.c:783 +#, fuzzy +msgid "_Pulseaudio" +msgstr "Pulseaudio" + +#: ../sflphone-client-gnome/src/config/audioconf.c:788 +#, fuzzy +msgid "_ALSA" +msgstr "ALSA" + +#: ../sflphone-client-gnome/src/config/audioconf.c:812 +msgid "Codecs" +msgstr "編碼" + +#: ../sflphone-client-gnome/src/config/audioconf.c:835 +msgid "Ringtones" +msgstr "鈴è²" + +#: ../sflphone-client-gnome/src/config/audioconf.c:841 +msgid "_Enable ringtones" +msgstr "啟動鈴è²(E)" + +#: ../sflphone-client-gnome/src/config/audioconf.c:847 +msgid "Choose a ringtone" +msgstr "鈴è²é¸æ“‡" + +#: ../sflphone-client-gnome/src/config/audioconf.c:853 +msgid "Audio Files" +msgstr "音訊檔案" + +#: ../sflphone-client-gnome/src/config/configwindow.c:425 +msgid "Status" +msgstr "狀態" + +#: ../sflphone-client-gnome/src/config/configwindow.c:528 +msgid "Stun parameters will be applied on each SIP account created." +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:544 +msgid "Format : name.server:port" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:589 +msgid "Desktop Notifications" +msgstr "æ¡Œé¢æç¤º" + +#: ../sflphone-client-gnome/src/config/configwindow.c:593 +msgid "_Enable notifications" +msgstr "啟動æç¤º(E)" + +#: ../sflphone-client-gnome/src/config/configwindow.c:599 +msgid "Enable voicemail _notifications" +msgstr "啟用語音郵箱æç¤º(n)" + +#: ../sflphone-client-gnome/src/config/configwindow.c:611 +msgid "System Tray Icon" +msgstr "系統托盤圖標" + +#: ../sflphone-client-gnome/src/config/configwindow.c:614 +msgid "_Popup main window on incoming call" +msgstr "來電話時彈出主視窗(P)" + +#: ../sflphone-client-gnome/src/config/configwindow.c:619 +msgid "Ne_ver popup main window" +msgstr "從ä¸å½ˆå‡ºä¸»è¦–窗(v)" + +#: ../sflphone-client-gnome/src/config/configwindow.c:623 +msgid "Hide SFLphone window on _startup" +msgstr "在啟動時隱è—SFLphone主窗å£" + +#: ../sflphone-client-gnome/src/config/configwindow.c:629 +msgid "Calls History" +msgstr "打電話æ·å²" + +#: ../sflphone-client-gnome/src/config/configwindow.c:632 +msgctxt "Beginning of 'Keep my history for at least n days.'" +msgid "_Keep my history for at least" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:643 +msgctxt "End of 'Keep my history for at least n days.'" +msgid "days" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:647 +msgid "PulseAudio sound server" +msgstr "PulseAudioè²éŸ³ä¼ºæœå™¨" + +#: ../sflphone-client-gnome/src/config/configwindow.c:650 +#, fuzzy +msgid "_Mute other applications during a call" +msgstr "當有來電時éœéŸ³å…¶å®ƒæ‡‰ç”¨ç¨‹åº(c)" + +#: ../sflphone-client-gnome/src/config/configwindow.c:677 +msgid "Port" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:732 +msgid "Select a folder" +msgstr "鏿“‡æ–‡ä»¶å¤¾" + +#: ../sflphone-client-gnome/src/config/configwindow.c:766 +msgid "Preferences" +msgstr "屬性" + +#: ../sflphone-client-gnome/src/config/configwindow.c:845 +msgid "Configured Accounts" +msgstr "å·²é…置帳戶" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:135 +msgid "Custom commands on incoming calls with URL" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:138 +#, c-format +msgid "%s will be replaced with the passed URL." +msgstr "傳輸的URLæœƒè¢«æ›¿æ›æˆ%s." + +#: ../sflphone-client-gnome/src/config/hooks-config.c:141 +msgid "Trigger on specific _SIP header" +msgstr "激活指定的SIPé (S)" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:150 +msgid "Trigger on _IAX2 URL" +msgstr "激活IAX2 URL(I)" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:155 +msgid "Command to _run" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:165 +msgid "Phone number rewriting" +msgstr "é‡è¨é›»è©±è™Ÿç¢¼" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:169 +msgid "_Prefix dialed numbers with" +msgstr "號碼å‰ç¶´" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:56 +msgid "Search all" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:57 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:70 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:82 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:94 +msgid "Click here to change the search type" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:69 +msgid "Search by missed call" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:81 +msgid "Search by incoming call" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:93 +msgid "Search by outgoing call" +msgstr "" + +#~ msgid "Sound manager" +#~ msgstr "è²éŸ³ç®¡ç†å™¨" + +#~ msgid "Prefix dialed numbers with" +#~ msgstr "號碼å‰ç¶´" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" + +#~ msgid "Registered" +#~ msgstr "已註冊" + +#~ msgid "Not Registered" +#~ msgstr "未註冊" + +#~ msgid "Trying..." +#~ msgstr "æ£åœ¨é€£æŽ¥..." + +#~ msgid "Bad authentification" +#~ msgstr "èªè‰éŒ¯èª¤" + +#~ msgid "Network unreachable" +#~ msgstr "網路連線失敗" + +#~ msgid "Host unreachable" +#~ msgstr "伺æœå™¨é€£ç·šå¤±æ•—" + +#~ msgid "Stun configuration error" +#~ msgstr "Stuné…置有誤" + +#~ msgid "Stun server invalid" +#~ msgstr "Stun伺æœå™¨ç„¡æ•ˆ" + +#~ msgid "Invalid" +#~ msgstr "無效" + +#~ msgid "%d voice mails" +#~ msgstr "%d 個語音郵件" + +#~ msgid "No registered account" +#~ msgstr "未發ç¾å·²è¨»å†Šå¸³æˆ¶" + +#~ msgid "" +#~ "This assistant is now finished.\n" +#~ "You can at any time check your registration state or modify your accounts " +#~ "parameters in the Options/Accounts window.\n" +#~ "\n" +#~ "Alias : %s\n" +#~ "Server : %s\n" +#~ "Username : %s\n" +#~ msgstr "" +#~ "é…置完æˆ.\n" +#~ "ä½ å¯ä»¥éš¨æ™‚在 é¸é …/帳戶 䏿Ÿ¥çœ‹è¨»å†Šç‹€æ…‹æˆ–者修改帳戶信æ¯\n" +#~ "別稱: %s\n" +#~ "伺æœå™¨: %s\n" +#~ "使用者å稱: %s\n" + +#~ msgid "SFLphone account configuration wizard" +#~ msgstr "SFLphone 帳戶è¨ç½®å‘å°Ž" + +#~ msgid "Welcome to SFLphone!" +#~ msgstr "æ¡è¿Žä½¿ç”¨SFLphone!" + +#~ msgid "Select an account type:" +#~ msgstr "鏿“‡å¸³æˆ¶é¡žåž‹:" + +#~ msgid "Please select one of the following option:" +#~ msgstr "è«‹é¸æ“‡ä»¥ä¸‹é¸é …ä¸çš„一個:" + +#~ msgid "SIP account configuration" +#~ msgstr "SIP帳戶é…ç½®" + +#~ msgid "Please fill the following information:" +#~ msgstr "請填寫如下信æ¯:" + +#~ msgid "Optional Email Address " +#~ msgstr "å¯é¸éƒµä»¶åœ°å€ " + +#~ msgid "This email address will be use to send your voicemail messages" +#~ msgstr "這個郵件地å€å°‡è¢«ç”¨ä¾†ç™¼é€æ‚¨çš„語音郵箱消æ¯" + +#~ msgid "_Email" +#~ msgstr "郵件(E)" + +#~ msgid "IAX2 account configuration" +#~ msgstr "IAX2帳戶é…ç½®" + +#~ msgid "Network Address Translation" +#~ msgstr "網路地å€åˆ†æž" + +#~ msgid "Edit phone" +#~ msgstr "編輯電話" + +#~ msgid "%s account: %s" +#~ msgstr "%s 帳戶: %s" + +#~ msgid "<i>From:</i> %s" +#~ msgstr "<i>撥入方:</i> %s" + +#~ msgid "You haven't setup any accounts" +#~ msgstr "ä½ æ²’æœ‰è¨ç½®ä»»ä½•帳戶" + +#~ msgid "SFLphone - %i accounts configured" +#~ msgstr "SFLphone - %i 個帳戶已é…ç½®" + +#~ msgid "\"Voicemail\" <%s>" +#~ msgstr "\"語音郵件\" <%s>" + +#~ msgid "Place a call" +#~ msgstr "打電話" + +#~ msgid "Off Hold" +#~ msgstr "æ¢å¤é€šè©±" + +#~ msgid "Record a call" +#~ msgstr "記錄通話" + +#~ msgid "Account Parameters" +#~ msgstr "å¸³æˆ¶ç›¸é—œåƒæ•¸" + +#~ msgid "Download limit:" +#~ msgstr "下載上é™:" + +#~ msgid "_Business phone" +#~ msgstr "商務電話(B)" + +#~ msgid "_Home phone" +#~ msgstr "å®¶åºé›»è©±(H)" + +#~ msgid "Select which Evolution address books to use:" +#~ msgstr "鏿“‡ä½¿ç”¨å¦‚下Evolution地å€è–„:" + +#~ msgid "audio device index for output = %d" +#~ msgstr "音訊è¨å‚™è¼¸å‡ºç´¢å¼• ï¼ %d" + +#~ msgid "ALSA configuration" +#~ msgstr "ALSA é…ç½®" + +#~ msgid "Enable it if you are behind a firewall" +#~ msgstr "當使用防ç«ç‰†æ™‚,需è¦è¨å®šæ¤é …" + +#~ msgid "Format: name.server:port" +#~ msgstr "æ ¼å¼ï¼šname.server:port" + +#~ msgid "Port:" +#~ msgstr "端å£:" + +#, fuzzy +#~ msgid "Recordings folder" +#~ msgstr "記錄文件夾(R)" + +#~ msgid "General Settings" +#~ msgstr "常用é…ç½®" + +#~ msgid "Audio Settings" +#~ msgstr "音訊é…ç½®" + +#~ msgid "Recordings" +#~ msgstr "記錄" + +#~ msgid "Address Book" +#~ msgstr "地å€ç°¿" + +#~ msgid "Hooks" +#~ msgstr "鉤éµ" + +#~ msgid "Accounts" +#~ msgstr "帳戶" + +#~ msgid "URL Passing" +#~ msgstr "傳輸URL" + +#, fuzzy +#~ msgid "Command to _run: " +#~ msgstr "é‹è¡Œå‘½ä»¤(C):" + +#~ msgid "Phone Number Rewriting" +#~ msgstr "é‡è¨é›»è©±è™Ÿç¢¼" + +#~ msgid "_Prefix dialed numbers with:" +#~ msgstr "號碼å‰ç¶´:" + +#~ msgid "Accept" +#~ msgstr "接å—" + +#~ msgid "Refuse" +#~ msgstr "拒絕" + +#~ msgid "Ignore" +#~ msgstr "忽略" + +#~ msgid "<small>Missed call</small>" +#~ msgstr "<small>未接電話</small>" + +#~ msgid "<small>Duration:</small> %s" +#~ msgstr "<small>時長:</small> %s" + +#~ msgid "Fields" +#~ msgstr "å—æ®µ" + +#~ msgid "_History size limit" +#~ msgstr "æ·å²è¨˜éŒ„上é™(H)" + +#~ msgid "" +#~ "SFLphone can run custom commands if incoming calls come with an URL " +#~ "attached.\n" +#~ "In this case, %s will be replaced with the passed URL." +#~ msgstr "" +#~ "ç•¶ä¾†é›»æœ‰é™„åŠ çš„URL時,SFLphoneå¯é‹è¡Œå®¢æˆ¶å‘½ä»¤.\n" +#~ "åœ¨æ¤æƒ…æ³ä¸‹,傳輸的URLæœƒè¢«æ›¿æ›æˆ%s." + +#~ msgid "Search history" +#~ msgstr "æœå°‹æ·å²è¨˜éŒ„" + +#~ msgid "Search contact" +#~ msgstr "æœå°‹è¯ç¹«äºº(S)" + +#~ msgid "Registered to %s (%s)" +#~ msgstr "註冊到 %s (%s)" + +#~ msgid "%s account- %s %s" +#~ msgstr "%s 帳戶- %s\t\t%s" + +#~ msgid "Books" +#~ msgstr "鉤éµ" + +#~ msgid "_Enable" +#~ msgstr "啟用(E)" + +#~ msgid "_Notify voice mails" +#~ msgstr "語音郵件通知(N)" + +#~ msgid "_Start hidden" +#~ msgstr "啟動時隱è—(S)" + +#~ msgid "_Maximum number of calls" +#~ msgstr "最大打出電話數目(M)" + +#~ msgid "_Control running applications volume" +#~ msgstr "控制æ£åœ¨é‹è¡Œä¸çš„æ‡‰ç”¨ç¨‹å¼çš„音é‡(C)" + +#~ msgid "Account previously setup" +#~ msgstr "帳戶以å‰è¨å®š" + +#~ msgid "URL argument" +#~ msgstr "URLåƒæ•¸" + +#~ msgid "_SIP protocol" +#~ msgstr "SIP å”è°(S)" + +#~ msgid "_SIP Header: " +#~ msgstr "SIP消æ¯é (S):" + +#~ msgid "_IAX2 protocol" +#~ msgstr "IAX2 å”è°(I)" + +#~ msgid "Search" +#~ msgstr "æœå°‹" + +#~ msgid "_Enabled" +#~ msgstr "啟用(E)" + +#~ msgid "%s account- %s" +#~ msgstr "%s 帳戶- %s" + +#~ msgid "Noise reduction" +#~ msgstr "é™å™ª" + +#~ msgid "_Destination folder" +#~ msgstr "目標文件夾(D)" + +#~ msgid "Setup Accounts" +#~ msgstr "è¨å®šå¸³æˆ¶" + +#~ msgid "Search Parameters" +#~ msgstr "æœå°‹ç›¸é—œåƒæ•¸" + +#~ msgid "Maximum result number for a request: " +#~ msgstr "最大打出電話數目" + +#~ msgid "Search for and display: " +#~ msgstr "æœå°‹ä¸¦é¡¯ç¤º:" + +#~ msgid "_STUN Server" +#~ msgstr "STUN伺æœå™¨(S)" diff --git a/sflphone-client-gnome/INSTALL b/sflphone-client-gnome/INSTALL index 23e5f25d0e5f85798dcfb368ecb2f04f59777f61..8b82ade08e87bbfb02fbf4c3b45b181ab6dda8cb 100644 --- a/sflphone-client-gnome/INSTALL +++ b/sflphone-client-gnome/INSTALL @@ -1,16 +1,19 @@ Installation Instructions ************************* -Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free -Software Foundation, Inc. +Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, +2006, 2007, 2008 Free Software Foundation, Inc. -This file is free documentation; the Free Software Foundation gives + This file is free documentation; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. Basic Installation ================== -These are generic installation instructions. + Briefly, the shell commands `./configure; make; make install' should +configure, build, and install this package. The following +more-detailed instructions are generic; see the `README' file for +instructions specific to this package. The `configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses @@ -23,9 +26,9 @@ debugging `configure'). It can also use an optional file (typically called `config.cache' and enabled with `--cache-file=config.cache' or simply `-C') that saves -the results of its tests to speed up reconfiguring. (Caching is +the results of its tests to speed up reconfiguring. Caching is disabled by default to prevent problems with accidental use of stale -cache files.) +cache files. If you need to do unusual things to compile the package, please try to figure out how `configure' could check whether to do them, and mail @@ -35,20 +38,17 @@ some point `config.cache' contains results you don't want to keep, you may remove or edit it. The file `configure.ac' (or `configure.in') is used to create -`configure' by a program called `autoconf'. You only need -`configure.ac' if you want to change it or regenerate `configure' using -a newer version of `autoconf'. +`configure' by a program called `autoconf'. You need `configure.ac' if +you want to change it or regenerate `configure' using a newer version +of `autoconf'. The simplest way to compile this package is: 1. `cd' to the directory containing the package's source code and type - `./configure' to configure the package for your system. If you're - using `csh' on an old version of System V, you might need to type - `sh ./configure' instead to prevent `csh' from trying to execute - `configure' itself. + `./configure' to configure the package for your system. - Running `configure' takes awhile. While running, it prints some - messages telling which features it is checking for. + Running `configure' might take a while. While running, it prints + some messages telling which features it is checking for. 2. Type `make' to compile the package. @@ -67,42 +67,57 @@ The simplest way to compile this package is: all sorts of other programs in order to regenerate files that came with the distribution. + 6. Often, you can also type `make uninstall' to remove the installed + files again. + Compilers and Options ===================== -Some systems require unusual options for compilation or linking that the -`configure' script does not know about. Run `./configure --help' for -details on some of the pertinent environment variables. + Some systems require unusual options for compilation or linking that +the `configure' script does not know about. Run `./configure --help' +for details on some of the pertinent environment variables. You can give `configure' initial values for configuration parameters by setting variables in the command line or in the environment. Here is an example: - ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix + ./configure CC=c99 CFLAGS=-g LIBS=-lposix *Note Defining Variables::, for more details. Compiling For Multiple Architectures ==================================== -You can compile the package for more than one kind of computer at the + You can compile the package for more than one kind of computer at the same time, by placing the object files for each architecture in their -own directory. To do this, you must use a version of `make' that -supports the `VPATH' variable, such as GNU `make'. `cd' to the +own directory. To do this, you can use GNU `make'. `cd' to the directory where you want the object files and executables to go and run the `configure' script. `configure' automatically checks for the source code in the directory that `configure' is in and in `..'. - If you have to use a `make' that does not support the `VPATH' -variable, you have to compile the package for one architecture at a -time in the source code directory. After you have installed the -package for one architecture, use `make distclean' before reconfiguring -for another architecture. + With a non-GNU `make', it is safer to compile the package for one +architecture at a time in the source code directory. After you have +installed the package for one architecture, use `make distclean' before +reconfiguring for another architecture. + + On MacOS X 10.5 and later systems, you can create libraries and +executables that work on multiple system types--known as "fat" or +"universal" binaries--by specifying multiple `-arch' options to the +compiler but only a single `-arch' option to the preprocessor. Like +this: + + ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ + CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ + CPP="gcc -E" CXXCPP="g++ -E" + + This is not guaranteed to produce working output in all cases, you +may have to build one architecture at a time and combine the results +using the `lipo' tool if you have problems. Installation Names ================== -By default, `make install' installs the package's commands under + By default, `make install' installs the package's commands under `/usr/local/bin', include files under `/usr/local/include', etc. You can specify an installation prefix other than `/usr/local' by giving `configure' the option `--prefix=PREFIX'. @@ -125,7 +140,7 @@ option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. Optional Features ================= -Some packages pay attention to `--enable-FEATURE' options to + Some packages pay attention to `--enable-FEATURE' options to `configure', where FEATURE indicates an optional part of the package. They may also pay attention to `--with-PACKAGE' options, where PACKAGE is something like `gnu-as' or `x' (for the X Window System). The @@ -137,14 +152,36 @@ find the X include and library files automatically, but if it doesn't, you can use the `configure' options `--x-includes=DIR' and `--x-libraries=DIR' to specify their locations. +Particular systems +================== + + On HP-UX, the default C compiler is not ANSI C compatible. If GNU +CC is not installed, it is recommended to use the following options in +order to use an ANSI C compiler: + + ./configure CC="cc -Ae" + +and if that doesn't work, install pre-built binaries of GCC for HP-UX. + + On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot +parse its `<wchar.h>' header file. The option `-nodtk' can be used as +a workaround. If GNU CC is not installed, it is therefore recommended +to try + + ./configure CC="cc" + +and if that doesn't work, try + + ./configure CC="cc -nodtk" + Specifying the System Type ========================== -There may be some features `configure' cannot figure out automatically, -but needs to determine by the type of machine the package will run on. -Usually, assuming the package is built to be run on the _same_ -architectures, `configure' can figure that out, but if it prints a -message saying it cannot guess the machine type, give it the + There may be some features `configure' cannot figure out +automatically, but needs to determine by the type of machine the package +will run on. Usually, assuming the package is built to be run on the +_same_ architectures, `configure' can figure that out, but if it prints +a message saying it cannot guess the machine type, give it the `--build=TYPE' option. TYPE can either be a short name for the system type, such as `sun4', or a canonical name which has the form: @@ -170,9 +207,9 @@ eventually be run) with `--host=TYPE'. Sharing Defaults ================ -If you want to set default values for `configure' scripts to share, you -can create a site shell script called `config.site' that gives default -values for variables like `CC', `cache_file', and `prefix'. + If you want to set default values for `configure' scripts to share, +you can create a site shell script called `config.site' that gives +default values for variables like `CC', `cache_file', and `prefix'. `configure' looks for `PREFIX/share/config.site' if it exists, then `PREFIX/etc/config.site' if it exists. Or, you can set the `CONFIG_SITE' environment variable to the location of the site script. @@ -181,7 +218,7 @@ A warning: not all `configure' scripts look for a site script. Defining Variables ================== -Variables not defined in a site shell script can be set in the + Variables not defined in a site shell script can be set in the environment passed to `configure'. However, some packages may run configure again during the build, and the customized values of these variables may be lost. In order to avoid this problem, you should set @@ -190,21 +227,29 @@ them in the `configure' command line, using `VAR=value'. For example: ./configure CC=/usr/local2/bin/gcc causes the specified `gcc' to be used as the C compiler (unless it is -overridden in the site shell script). Here is a another example: +overridden in the site shell script). - /bin/bash ./configure CONFIG_SHELL=/bin/bash +Unfortunately, this technique does not work for `CONFIG_SHELL' due to +an Autoconf bug. Until the bug is fixed you can use this workaround: -Here the `CONFIG_SHELL=/bin/bash' operand causes subsequent -configuration-related scripts to be executed by `/bin/bash'. + CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash `configure' Invocation ====================== -`configure' recognizes the following options to control how it operates. + `configure' recognizes the following options to control how it +operates. `--help' `-h' - Print a summary of the options to `configure', and exit. + Print a summary of all of the options to `configure', and exit. + +`--help=short' +`--help=recursive' + Print a summary of the options unique to this package's + `configure', and exit. The `short' variant lists options used + only in the top level, while the `recursive' variant lists options + also present in any nested packages. `--version' `-V' @@ -231,6 +276,16 @@ configuration-related scripts to be executed by `/bin/bash'. Look for the package's source code in directory DIR. Usually `configure' can determine that directory automatically. +`--prefix=DIR' + Use DIR as the installation prefix. *Note Installation Names:: + for more details, including other options available for fine-tuning + the installation locations. + +`--no-create' +`-n' + Run the configure checks, but stop before creating any output + files. + `configure' also accepts some other, not widely useful, options. Run `configure --help' for more details. diff --git a/sflphone-client-gnome/Makefile.am b/sflphone-client-gnome/Makefile.am index 2b5fd37e02c6d72619f32054e94c76cf66da75e3..a0a1e82ed9d3024b6767bc93b2c8544f2f988dc2 100644 --- a/sflphone-client-gnome/Makefile.am +++ b/sflphone-client-gnome/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = src pixmaps tests man +SUBDIRS = src pixmaps tests man po ACLOCAL_AMFLAGS = -I m4 diff --git a/sflphone-client-gnome/VERSION b/sflphone-client-gnome/VERSION index 517317e95fb23bda5f1c305dfaa84bfa8021a824..bc440692c3b559a2d3fe749ce99f8993b879252f 100644 --- a/sflphone-client-gnome/VERSION +++ b/sflphone-client-gnome/VERSION @@ -1 +1 @@ -0.9.6~beta +0.9.6~rc1 diff --git a/sflphone-client-gnome/configure.ac b/sflphone-client-gnome/configure.ac index ed4dbaeb59b348d991f02a3b55f3242379ff33b9..72987f66382055941b21998897f263a1c98d0e30 100644 --- a/sflphone-client-gnome/configure.ac +++ b/sflphone-client-gnome/configure.ac @@ -76,6 +76,7 @@ pixmaps/Makefile sflphone.desktop tests/Makefile man/Makefile +po/Makefile ]) diff --git a/sflphone-common/po/Makefile.am b/sflphone-client-gnome/po/Makefile.am similarity index 66% rename from sflphone-common/po/Makefile.am rename to sflphone-client-gnome/po/Makefile.am index c67eec38b50e86ba0c1b0ff6a9a527cf09d72b1c..b0459040b62901326e1dcc0e06fe9bf2f1bd3765 100644 --- a/sflphone-common/po/Makefile.am +++ b/sflphone-client-gnome/po/Makefile.am @@ -1,27 +1,25 @@ # location of installation directories locale_installdir=$(DESTDIR)$(datadir)/locale -DOMAIN=sflphone +DOMAIN=sflphone-client-gnome -POTFILE=sflphone.pot POFILES=\ - fr.po \ - es.po \ - de.po \ - zh_CN.po \ - zh_HK.po \ - ru.po + fr/sflphone-client-gnome.po \ + es/sflphone-client-gnome.po \ + de/sflphone-client-gnome.po \ + zh_CN/sflphone-client-gnome.po \ + zh_HK/sflphone-client-gnome.po \ + ru/sflphone-client-gnome.po MOFILES=\ - fr.mo \ - es.mo \ - de.mo \ - zh_CN.mo \ - zh_HK.mo \ - ru.mo + fr/sflphone-client-gnome.mo \ + es/sflphone-client-gnome.mo \ + de/sflphone-client-gnome.mo \ + zh_CN/sflphone-client-gnome.mo \ + zh_HK/sflphone-client-gnome.mo \ + ru/sflphone-client-gnome.mo MSGFMT=msgfmt -MSGMERGE=msgmerge # necessary files EXTRA_DIST= $(POFILES) @@ -32,14 +30,13 @@ all: $(MOFILES) SUFFIXES=.po .mo .po.mo: - $(MSGMERGE) --update $< $(POTFILE) $(MSGFMT) -o $@ $< install-data-local: @catalogs='$(MOFILES)'; \ for i in $$catalogs; do \ destdir=$(locale_installdir); \ - lang=`echo $$i | sed 's/\.mo//'`; \ + lang=`echo $$i | cut -d / -f1`; \ $(mkinstalldirs) $(locale_installdir)/$$lang/LC_MESSAGES; \ $(INSTALL_DATA) $$i $(locale_installdir)/$$lang/LC_MESSAGES/$(DOMAIN).mo; \ echo "installing $$i as $(locale_installdir)/$$lang/LC_MESSAGES/$(DOMAIN).mo"; \ diff --git a/sflphone-client-gnome/po/de/sflphone-client-gnome.po b/sflphone-client-gnome/po/de/sflphone-client-gnome.po new file mode 100644 index 0000000000000000000000000000000000000000..00de38454b935b1e0f0028615c271a32aea76122 --- /dev/null +++ b/sflphone-client-gnome/po/de/sflphone-client-gnome.po @@ -0,0 +1,1309 @@ +# German translation of SFLphone. +# Copyright (C) 2008 The Free Software Foundation, Inc. +# This file is distributed under the GNU General Public License Version 3. +# +# Sven Werlen <sven.werlen@savoirfairelinux.com>, 2009. +msgid "" +msgstr "" +"Project-Id-Version: sflphone\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-16 15:14-0400\n" +"PO-Revision-Date: 2009-01-08 10:46-0500\n" +"Last-Translator: Sven Werlen <sven.werlen@savoirfairelinux.com>\n" +"Language-Team: SavoirFaire Linux Inc <sflphoneteam@savoirfairelinux.com>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 0.2\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: ../sflphone-client-kde/src/Account.cpp:34 +#: ../sflphone-client-gnome/src/accountlist.c:175 +msgctxt "account state" +msgid "Registered" +msgstr "Registriert" + +#: ../sflphone-client-kde/src/Account.cpp:36 +#: ../sflphone-client-gnome/src/accountlist.c:178 +msgctxt "account state" +msgid "Not Registered" +msgstr "Nicht registriert" + +#: ../sflphone-client-kde/src/Account.cpp:38 +#: ../sflphone-client-gnome/src/accountlist.c:181 +msgctxt "account state" +msgid "Trying..." +msgstr "Am versuchen..." + +#: ../sflphone-client-kde/src/Account.cpp:40 +#: ../sflphone-client-gnome/src/accountlist.c:184 +msgctxt "account state" +msgid "Error" +msgstr "Fehler" + +#: ../sflphone-client-kde/src/Account.cpp:42 +msgctxt "account state" +msgid "Authentication Failed" +msgstr "Falsche Authentifizierung" + +#: ../sflphone-client-kde/src/Account.cpp:44 +#: ../sflphone-client-gnome/src/accountlist.c:190 +msgctxt "account state" +msgid "Network unreachable" +msgstr "Kein netzwerk" + +#: ../sflphone-client-kde/src/Account.cpp:46 +#: ../sflphone-client-gnome/src/accountlist.c:193 +msgctxt "account state" +msgid "Host unreachable" +msgstr "Host unerreichbar" + +#: ../sflphone-client-kde/src/Account.cpp:48 +#: ../sflphone-client-gnome/src/accountlist.c:196 +msgctxt "account state" +msgid "Stun configuration error" +msgstr "Stun: Konfigurationsfehler" + +#: ../sflphone-client-kde/src/Account.cpp:50 +#: ../sflphone-client-gnome/src/accountlist.c:199 +msgctxt "account state" +msgid "Stun server invalid" +msgstr "Ungültiger Stun server" + +#: ../sflphone-client-kde/src/Account.cpp:51 +#: ../sflphone-client-gnome/src/accountlist.c:202 +msgctxt "account state" +msgid "Invalid" +msgstr "Ungültig" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:163 +#: ../sflphone-client-kde/src/AccountWizard.cpp:278 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:406 +msgid "Account creation wizard" +msgstr "SFLphone Konto (Konfigurationsassistent)" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:199 +#: ../sflphone-client-kde/src/AccountWizard.cpp:217 +#: ../sflphone-client-kde/src/AccountWizard.cpp:561 +#: ../sflphone-client-gnome/src/assistant.c:68 +#, c-format +msgid "This assistant is now finished." +msgstr "Assistent beendet." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:211 +msgid "Creation of account has failed for the reason" +msgstr "Konfigurationsassistent mit Fehler beendet" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:255 +#: ../sflphone-client-kde/src/AccountWizard.cpp:440 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:359 +#: ../sflphone-client-gnome/src/assistant.c:72 +msgid "Alias" +msgstr "Alias" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:256 +#: ../sflphone-client-kde/src/AccountWizard.cpp:441 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:366 +#: ../sflphone-client-gnome/src/assistant.c:75 +msgid "Server" +msgstr "Server" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:257 +#: ../sflphone-client-kde/src/AccountWizard.cpp:442 +#: ../sflphone-client-gnome/src/assistant.c:78 +msgid "Username" +msgstr "Benutzername" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:258 +#: ../sflphone-client-kde/src/AccountWizard.cpp:443 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:368 +msgid "Password" +msgstr "Passwort" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:259 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:360 +#: ../sflphone-client-gnome/src/config/configwindow.c:418 +msgid "Protocol" +msgstr "Protokoll" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:260 +#: ../sflphone-client-kde/src/AccountWizard.cpp:444 +msgid "Voicemail number" +msgstr "Voicemail Nummer" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:279 +#: ../sflphone-client-gnome/src/assistant.c:216 +msgid "Welcome to the Account creation wizard of SFLphone!" +msgstr "Wilkommen zu SFLphone!" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:281 +#: ../sflphone-client-gnome/src/assistant.c:217 +msgid "This installation wizard will help you configure an account." +msgstr "" +"The Installationsassistent wird Ihnen helfen, ein Konto zu konfigurieren." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:309 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Account" +msgstr "Konto" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:310 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Please select one of the following options" +msgstr "Bitte eine Option auswählen" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:312 +#: ../sflphone-client-gnome/src/assistant.c:251 +msgid "Create a free SIP/IAX2 account on sflphone.org" +msgstr "SIP/IAX2 Konto bei sflphone.org erstellen lassen" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:313 +#: ../sflphone-client-gnome/src/assistant.c:253 +msgid "Register an existing SIP or IAX2 account" +msgstr "Existierendes SIP/IAX2 Konto registrieren" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:352 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "VoIP Protocols" +msgstr "VoIP Protokoll" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:353 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "Select an account type" +msgstr "Kontotyp auswählen" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:355 +#: ../sflphone-client-gnome/src/assistant.c:233 +msgid "SIP (Session Initiation Protocol)" +msgstr "SIP (Session Initiation Protocol)" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:356 +#: ../sflphone-client-gnome/src/assistant.c:235 +msgid "IAX2 (InterAsterix Exchange)" +msgstr "IAX2 (InterAsterisk Exchange)" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:395 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "Optional email address" +msgstr "Fakultative E-mail-Adresse" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:396 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "This email address will be used to send your voicemail messages." +msgstr "" +"Diese E-mail-Adresse wird benutzt, um Ihnen voicemail Meldungen zu schicken." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:398 +msgid "Email address" +msgstr "E-mail-Adresse" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:432 +#: ../sflphone-client-gnome/src/assistant.c:266 +msgid "SIP account settings" +msgstr "Konfiguration des SIP Konto" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:436 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "IAX2 account settings" +msgstr "Konfiguration des IAX2 Konto" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:438 +#: ../sflphone-client-gnome/src/assistant.c:266 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "Please fill the following information" +msgstr "Folgende Informationen bitte ausfühlen" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:523 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:856 +msgid "Network Address Translation (NAT)" +msgstr "Network Address Translation (NAT)" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:524 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:536 +msgid "You should probably enable this if you are behind a firewall." +msgstr "Sie sollten dieses einschalten, falls Sie hinter einer Firewall sind." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:526 +msgid "Enable STUN" +msgstr "STUN einschalten" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:527 +msgid "Stun Server" +msgstr "Stun Server" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:562 +msgid "" +"After checking the settings you chose, click \"Finish\" to create the " +"account." +msgstr "Einstellungen prüfen, dann \"Finish\" drücken." + +#: ../sflphone-client-kde/src/ActionSetAccountFirst.cpp:26 +msgid "Default account" +msgstr "Default Konto" + +#: ../sflphone-client-kde/src/Call.cpp:116 +#: ../sflphone-client-gnome/src/contacts/calltree.c:322 +msgid "Transfer to : " +msgstr "Weiterleiten zu : " + +#: ../sflphone-client-kde/src/CodecListModel.cpp:89 +#: ../sflphone-client-gnome/src/actions.c:816 +msgid "Codec" +msgstr "Codec" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:93 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:279 +#: ../sflphone-client-gnome/src/config/audioconf.c:581 +msgid "Frequency" +msgstr "Frequenz" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:97 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:281 +#: ../sflphone-client-gnome/src/config/audioconf.c:586 +msgid "Bitrate" +msgstr "Bitrate" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:101 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:283 +#: ../sflphone-client-gnome/src/config/audioconf.c:591 +msgid "Bandwidth" +msgstr "Bandbreite" + +#: ../sflphone-client-kde/src/main.cpp:39 +msgid "SFLphone KDE Client" +msgstr "SFLphone KDE Client" + +#: ../sflphone-client-kde/src/main.cpp:43 +msgid "(C) 2009 Savoir-faire Linux" +msgstr "(C) 2009 Savoir-faire Linux" + +#: ../sflphone-client-kde/src/main.cpp:47 +msgid "Jérémy Quentin" +msgstr "Jérémy Quentin" + +#: ../sflphone-client-kde/src/main.cpp:48 +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "Ihre Namen" + +#: ../sflphone-client-kde/src/main.cpp:48 +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "Ihre E-Mail-Adressen" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:62 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-gnome/src/statusicon.c:126 +msgid "SFLphone" +msgstr "SFLphone" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:209 +msgid "Incoming call" +msgstr "Eingehende Anrufe" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 +msgid "You have an incoming call from" +msgstr "Sie haben einen Anruf aus" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 +msgid "Click to accept or refuse it." +msgstr "Klicken, um zu akzeptieren oder abzulehnen." + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:716 +msgid "Address book loading..." +msgstr "Adressbuch Laden..." + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:901 +#: ../sflphone-client-gnome/src/actions.c:89 +msgid "No registered accounts" +msgstr "Kein registriertes Konto" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:905 +#: ../sflphone-client-gnome/src/actions.c:83 +#: ../sflphone-client-gnome/src/actions.c:813 +msgid "Using account" +msgstr "Mit Konto" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +msgid "Main screen" +msgstr "Hauptbildschirm" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:165 +msgid "Call history" +msgstr "Liste der vorherigen Anrufen" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:407 +#: ../sflphone-client-gnome/src/toolbar.c:243 +#: ../sflphone-client-gnome/src/toolbar.c:245 +msgid "Address book" +msgstr "Adressbuch" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1108 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1173 +msgid "Edit before call" +msgstr "Vor Aufruf bearbeiten" + +#: ../sflphone-client-kde/src/sflphone_const.h:56 +#: ../sflphone-client-gnome/src/toolbar.c:167 +#: ../sflphone-client-gnome/src/toolbar.c:169 +msgid "New call" +msgstr "Neuer Anruf" + +#: ../sflphone-client-kde/src/sflphone_const.h:57 +#: ../sflphone-client-kde/src/sflphone_const.h:62 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:392 +#: ../sflphone-client-gnome/src/toolbar.c:186 +#: ../sflphone-client-gnome/src/toolbar.c:188 +msgid "Hang up" +msgstr "Auflegen" + +#: ../sflphone-client-kde/src/sflphone_const.h:58 +#: ../sflphone-client-gnome/src/toolbar.c:207 +#: ../sflphone-client-gnome/src/toolbar.c:209 +msgid "Hold on" +msgstr "In Warteschleife" + +#: ../sflphone-client-kde/src/sflphone_const.h:59 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:394 +#: ../sflphone-client-gnome/src/toolbar.c:220 +#: ../sflphone-client-gnome/src/toolbar.c:222 +msgid "Transfer" +msgstr "Weiterleiten" + +#: ../sflphone-client-kde/src/sflphone_const.h:60 +#: ../sflphone-client-gnome/src/toolbar.c:263 +msgid "Record" +msgstr "Gespräch aufzeichnen" + +#: ../sflphone-client-kde/src/sflphone_const.h:61 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:391 +#: ../sflphone-client-gnome/src/toolbar.c:176 +#: ../sflphone-client-gnome/src/toolbar.c:178 +msgid "Pick up" +msgstr "Abnehmen" + +#: ../sflphone-client-kde/src/sflphone_const.h:63 +#: ../sflphone-client-gnome/src/toolbar.c:196 +#: ../sflphone-client-gnome/src/toolbar.c:198 +msgid "Hold off" +msgstr "Aus Warteschleife" + +#: ../sflphone-client-kde/src/sflphone_const.h:64 +msgid "Give up transfer" +msgstr "Transfer aufgeben" + +#: ../sflphone-client-kde/src/sflphone_const.h:65 +msgid "Call back" +msgstr "Zurückrufen" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:48 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:306 +#: ../sflphone-client-gnome/src/config/configwindow.c:722 +#: ../sflphone-client-gnome/src/config/configwindow.c:791 +msgctxt "Config section" +msgid "General" +msgstr "Allgemein" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:49 +msgctxt "Config section" +msgid "Display" +msgstr "Display" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:50 +#: ../sflphone-client-gnome/src/config/configwindow.c:833 +msgctxt "Config section" +msgid "Accounts" +msgstr "Konten" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:51 +#: ../sflphone-client-gnome/src/config/configwindow.c:786 +msgctxt "Config section" +msgid "Audio" +msgstr "Audio" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:52 +#: ../sflphone-client-gnome/src/config/configwindow.c:801 +msgctxt "Config section" +msgid "Address Book" +msgstr "Adressbuch" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:53 +#: ../sflphone-client-gnome/src/config/configwindow.c:796 +msgctxt "Config section" +msgid "Recordings" +msgstr "Tonaufnahmen" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:54 +#: ../sflphone-client-gnome/src/config/configwindow.c:806 +msgctxt "Config section" +msgid "Hooks" +msgstr "Hooks" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:321 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:142 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:263 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:120 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:164 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:173 +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:90 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:390 +msgid "Form" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:323 +msgid "" +"By default, when you place a call, sflphone will use the first account in " +"this list which is \"registered\". Change the order of the accounts using " +"the \"Up\" and \"Down\" arrows. Enable/disable them by checking/unchecking " +"them on the left of the item. Add or remove some with \"Plus\" and \"Sub\" " +"buttons. Edit the selected account with the form on the right." +msgstr "" +"Sflphone verwendet das erste \"registrierte\" Konto in der Liste, wenn Sie " +"anrufen. Benutzen Sie die Pfeile, um die Anordnung der Kontos zu ändern. Mit " +"\"Plus\" und \"Minus\" können Sie ein Konto anlegen bzgl. entfernen. Mit " +"\"Editieren\" können Sie ein Konto bearbeiten. " + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:327 +msgid "Remove the selected account" +msgstr "Entfernen Sie das ausgewählte Konto" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:330 +msgid "" +"This button will remove the selected account in the list below. Be sure you " +"really don't need it anymore. If you think you might use it again later, " +"just uncheck it." +msgstr "" +"Diese Aktion entfernt das ausgewählte Konto aus der Liste. Stellen Sie " +"sicher, dass Sie es wirklich nicht mehr brauchen." + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:335 +msgid "Remove" +msgstr "Entfernen" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:336 +msgid "Backspace, Return" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:338 +msgid "Add a new account" +msgstr "Neues Konto anlegen" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:341 +msgid "" +"This button enables you to initialize a new account. You will then be able " +"to edit it using the form on the right." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:343 +msgid "Add" +msgstr "Hinzufügen" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:345 +msgid "Get this account down" +msgstr "Konto nach unten" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:348 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:355 +msgid "" +"By default, when you place a call, sflphone will use the first account in " +"this list which is \"registered\". Change the order of the accounts using " +"the \"Up\" and \"Down\" arrows." +msgstr "" +"Sflphone verwendet das erste \"registrierte\" Konto in der Liste, wenn Sie " +"anrufen. Benutzen Sie die Pfeile, um die Anordnung der Kontos zu ändern." + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:350 +msgid "Down" +msgstr "Unten" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:352 +msgid "Get this account up" +msgstr "Nach oben" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:357 +msgid "Up" +msgstr "Oben" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:358 +msgid "Apply" +msgstr "übernehmen" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:363 +msgid "SIP" +msgstr "SIP" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:364 +msgid "IAX" +msgstr "IAX" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:367 +msgid "User" +msgstr "Benutzername" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:369 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:396 +msgid "Mailbox" +msgstr "Mailbox" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:370 +msgid "State" +msgstr "Status" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:373 +msgid "Stun settings will be applied on each account" +msgstr "Alle SIP Kontos werden mit Stun Einstellungen angepasst." + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:374 +msgid "Enable Stun" +msgstr "Stun aktivieren" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:375 +msgid "choose Stun server (example : stunserver.org)" +msgstr "Stun Server auswählen (Bsp: stunserver.org)" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:143 +msgid "Maximum &results" +msgstr "Maximale Anzahl Resultaten" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:144 +msgid "Display &photo if available" +msgstr "Foto anzeigen" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:145 +msgid "Display phone numbers of these &types :" +msgstr "Nummer anzeigen für Typen :" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:146 +msgid "&Work" +msgstr "Arbeit" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:147 +msgid "&Mobile" +msgstr "Handy" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:148 +msgid "&Home" +msgstr "Heim" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:265 +msgid "Audio device" +msgstr "Audio Dateien" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:268 +msgid "ALSA" +msgstr "ALSA" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:269 +msgid "PulseAudio" +msgstr "Pulseaudio" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:271 +msgid "Enable ringtones" +msgstr "Klingeltöne aktivieren" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:272 +msgid "*.ul *.au *.wav" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:273 +msgid "&Codecs" +msgstr "Codecs" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:275 +msgid "Active" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:277 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:404 +#: ../sflphone-client-gnome/src/config/audioconf.c:576 +msgid "Name" +msgstr "Name" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:286 +#: ../sflphone-client-gnome/src/config/audioconf.c:795 +msgid "ALSA settings" +msgstr "ALSA Konfiguration" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:287 +#: ../sflphone-client-gnome/src/config/audioconf.c:662 +msgid "ALSA plugin" +msgstr "ALSA Plugin" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:288 +msgid "In" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:289 +msgid "Out" +msgstr "Ausgabe" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:290 +msgid "PulseAudio settings" +msgstr "Pulseaudio Einstellungen " + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:291 +msgid "Mute other applications during a call" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:121 +msgid "Enable notifications" +msgstr "Aktivieren Benachrichtungungen" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:122 +msgid "On incoming &calls" +msgstr "Auf eingehende Anrufe " + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:123 +msgid "On &messages" +msgstr "Auf Nachrichten" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:124 +msgid "Show main window" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:125 +msgid "On &start" +msgstr "Am Start" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:126 +msgid "On &incoming calls" +msgstr "Auf eingehende Anrufe " + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:166 +msgid "Keep my history for at least" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:167 +msgid "days" +msgstr "Tag" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:168 +msgid "Clear history" +msgstr "Vorherigen Anrufen leeren" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:169 +msgid "Connection" +msgstr "Connection" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:170 +#: ../sflphone-client-gnome/src/config/configwindow.c:664 +msgid "SIP Port" +msgstr "SIP Port" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:171 +msgid "Attention " +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:174 +#: ../sflphone-client-gnome/src/config/hooks-config.c:130 +msgid "URL Argument" +msgstr "URL Argumen" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:175 +#, c-format +msgid "Custom commands with URL %s will be replaced with the passed URL." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:176 +msgid "Trigger on specific SIP header" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:177 +msgid "Trigger on IAX2 URL" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:178 +msgid "Command to run" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:179 +msgid "Phone number formatting" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:180 +msgid "Add phone number prefix" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:91 +msgid "General" +msgstr "Allgemein" + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:92 +#: ../sflphone-client-gnome/src/config/configwindow.c:726 +msgid "Destination folder" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:393 +msgid "Hold" +msgstr "In Warteschleife" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:395 +#: ../sflphone-client-gnome/src/toolbar.c:232 +#: ../sflphone-client-gnome/src/toolbar.c:234 +msgid "History" +msgstr "Vorherige Anrufe" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:397 +msgid "Configure accounts" +msgstr "Konfigurierten Konten" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:398 +msgid "Configure audio" +msgstr "Konfigurieren SFLphone" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:399 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:401 +msgid "Configure SFLphone" +msgstr "Konfigurieren SFLphone" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:403 +msgid "Display volume bars" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:404 +msgid "Display dialpad" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:405 +msgctxt "Action record a call" +msgid "Record" +msgstr "Gespräch aufzeichnen" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:408 +msgid "Attention:number of results exceeds max displayed." +msgstr "" + +#: ../sflphone-client-gnome/src/accountlist.c:187 +msgid "accounr state" +msgstr "Kontoeinstellungen" + +#: ../sflphone-client-gnome/src/actions.c:54 +#: ../sflphone-client-gnome/src/sflnotify.c:94 +#, c-format +msgid "%d voice mail" +msgid_plural "%d voice mails" +msgstr[0] "%d Voice Nachricht" +msgstr[1] "%d Voice Nachricht" + +#: ../sflphone-client-gnome/src/actions.c:234 +msgid "" +"Unable to connect to the SFLphone server.\n" +"Make sure the daemon is running." +msgstr "" +"SFLphone Server kann nicht verbunden werden. Stellen Sie sicher, dass der " +"Dämon läuft." + +#: ../sflphone-client-gnome/src/actions.c:809 +#, c-format +msgid "IP call - %s" +msgstr "IP Anruf - %s" + +#: ../sflphone-client-gnome/src/actions.c:908 +#, c-format +msgid "" +"<b>Error: No audio codecs found.\n" +"\n" +"</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>.sflphone</" +"b> directory in your home( <i>%s</i> )" +msgstr "" +"<b>Fehler: Kein Audio-Codec gefunden.\n" +"\n" +"</b> SFL Audio-Codecs müssen in <i>%s</i> oder <b>.sflphone</b> Ihres HOME-" +"Verzeichniss ( <i>%s</i> ) gespeichert werden." + +#: ../sflphone-client-gnome/src/assistant.c:70 +msgid "" +"You can at any time check your registration state or modify your accounts " +"parameters in the Options/Accounts window." +msgstr "" +"Sie können jederzeit Ihres Registrierungsstatus überprüfen oder " +"IhreKontoparameter ändern (Optionen/Konten)." + +#: ../sflphone-client-gnome/src/assistant.c:190 +msgid "SFLphone account creation wizard" +msgstr "SFLphone Konto (Konfigurationsassistent)" + +#: ../sflphone-client-gnome/src/assistant.c:274 +#: ../sflphone-client-gnome/src/assistant.c:370 +#: ../sflphone-client-gnome/src/config/accountwindow.c:153 +msgid "_Alias" +msgstr "_Alias" + +#: ../sflphone-client-gnome/src/assistant.c:282 +#: ../sflphone-client-gnome/src/assistant.c:378 +#: ../sflphone-client-gnome/src/config/accountwindow.c:189 +msgid "_Host name" +msgstr "_Hostname" + +#: ../sflphone-client-gnome/src/assistant.c:290 +#: ../sflphone-client-gnome/src/assistant.c:386 +#: ../sflphone-client-gnome/src/config/accountwindow.c:197 +msgid "_User name" +msgstr "_Benutzername" + +#: ../sflphone-client-gnome/src/assistant.c:306 +#: ../sflphone-client-gnome/src/assistant.c:401 +#: ../sflphone-client-gnome/src/config/accountwindow.c:212 +msgid "_Password" +msgstr "_Passwort" + +#: ../sflphone-client-gnome/src/assistant.c:324 +#: ../sflphone-client-gnome/src/assistant.c:417 +#: ../sflphone-client-gnome/src/config/accountwindow.c:228 +msgid "_Voicemail number" +msgstr "_Voicemail Nummer" + +#: ../sflphone-client-gnome/src/assistant.c:347 +msgid "_Email address" +msgstr "_Email" + +#: ../sflphone-client-gnome/src/assistant.c:444 +#: ../sflphone-client-gnome/src/config/configwindow.c:532 +msgid "E_nable STUN" +msgstr "STUN Ei_nschalten" + +#: ../sflphone-client-gnome/src/assistant.c:451 +msgid "_STUN server" +msgstr "_STUN Server" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Account Registration" +msgstr "Konto Registrierung" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Congratulations!" +msgstr "Gratulation!" + +#: ../sflphone-client-gnome/src/errors.c:29 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening playback device" +msgstr "" +"ALSA Benachrichtigung\n" +"\n" +"Fehler während Öffnen des \"playback device\"" + +#: ../sflphone-client-gnome/src/errors.c:32 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening capture device" +msgstr "" +"ALSA Benachrichtigung\n" +"\n" +"Fehler während Öffnen des \"capture device\"" + +#: ../sflphone-client-gnome/src/errors.c:35 +msgid "" +"Pulseaudio notification\n" +"\n" +"Pulseaudio is not running" +msgstr "" +"Pulseaudio Benachrichtigung\n" +"\n" +"Pulseaudio nicht gestartet" + +#: ../sflphone-client-gnome/src/mainwindow.c:70 +msgid "There is one call in progress." +msgstr "Laufender Anruf." + +#: ../sflphone-client-gnome/src/mainwindow.c:74 +msgid "There are calls in progress." +msgstr "Laufende Anrufe." + +#: ../sflphone-client-gnome/src/mainwindow.c:83 +msgid "Do you still want to quit?" +msgstr "" + +#: ../sflphone-client-gnome/src/mainwindow.c:284 +msgid "SFLphone Error" +msgstr "SFLphone Fehler" + +#: ../sflphone-client-gnome/src/menus.c:134 +msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols." +msgstr "SFLphone ist ein VoIP Client (kompatibel mit SIP und IAX2 Protokolle)" + +#: ../sflphone-client-gnome/src/menus.c:137 +msgid "About SFLphone" +msgstr "Über SFLphone" + +#: ../sflphone-client-gnome/src/menus.c:161 +msgid "_Help" +msgstr "_Hilfe" + +#: ../sflphone-client-gnome/src/menus.c:296 +#: ../sflphone-client-gnome/src/menus.c:953 +msgid "_New call" +msgstr "_Neuer Anruf" + +#: ../sflphone-client-gnome/src/menus.c:308 +#: ../sflphone-client-gnome/src/menus.c:785 +msgid "_Pick up" +msgstr "_Abnehmen" + +#: ../sflphone-client-gnome/src/menus.c:318 +#: ../sflphone-client-gnome/src/menus.c:797 +msgid "_Hang up" +msgstr "A_uflegen" + +#: ../sflphone-client-gnome/src/menus.c:328 +#: ../sflphone-client-gnome/src/menus.c:809 +msgid "On _Hold" +msgstr "in _Warteschleife" + +#: ../sflphone-client-gnome/src/menus.c:340 +#: ../sflphone-client-gnome/src/menus.c:821 +msgid "_Record" +msgstr "_Gespräch aufzeichnen" + +#: ../sflphone-client-gnome/src/menus.c:354 +msgid "_Account creation wizard" +msgstr "SFLphone _Konto (Konfigurationsassistent)" + +#: ../sflphone-client-gnome/src/menus.c:384 +msgid "_Call" +msgstr "_Anruf" + +#: ../sflphone-client-gnome/src/menus.c:552 +msgid "Clear _history" +msgstr "Liste der vorherigen Anrufen _leeren" + +#: ../sflphone-client-gnome/src/menus.c:564 +msgid "_Accounts" +msgstr "_Konten" + +#: ../sflphone-client-gnome/src/menus.c:579 +msgid "_Edit" +msgstr "_Editieren" + +#: ../sflphone-client-gnome/src/menus.c:631 +msgid "_Dialpad" +msgstr "_Wählscheibe" + +#: ../sflphone-client-gnome/src/menus.c:643 +msgid "_Volume controls" +msgstr "Lautstärke Kontrollen" + +#: ../sflphone-client-gnome/src/menus.c:661 +msgid "_View" +msgstr "_Anzeigen" + +#: ../sflphone-client-gnome/src/menus.c:881 +msgid "_Call back" +msgstr "_zurückrufen" + +#: ../sflphone-client-gnome/src/menus.c:1061 +msgid "Edit phone number" +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:1072 +msgid "Edit the phone number before making a call" +msgstr "" + +#: ../sflphone-client-gnome/src/sflnotify.c:71 +#: ../sflphone-client-gnome/src/sflnotify.c:91 +#, c-format +msgid "%s account : %s" +msgstr "Konto %s : %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:75 +#, c-format +msgid "<i>From</i> %s" +msgstr "<i>Von</i> %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:111 +#, c-format +msgid "Calling with %s account <i>%s</i>" +msgstr "Mit %s Konto <i>%s</i> anrufen" + +#: ../sflphone-client-gnome/src/sflnotify.c:115 +msgid "Current account" +msgstr "Aktuelles Konto" + +#: ../sflphone-client-gnome/src/sflnotify.c:130 +msgid "You have no accounts set up" +msgstr "Sie haben noch kein Konto eingestellt" + +#: ../sflphone-client-gnome/src/sflnotify.c:131 +#: ../sflphone-client-gnome/src/sflnotify.c:148 +msgid "Error" +msgstr "Fehler" + +#: ../sflphone-client-gnome/src/sflnotify.c:147 +msgid "You have no registered accounts" +msgstr "Sie haben noch kein registriertes Konto" + +#: ../sflphone-client-gnome/src/sliders.c:161 +msgid "Speakers volume" +msgstr "Lautsprecher Lautstärke" + +#: ../sflphone-client-gnome/src/sliders.c:163 +msgid "Mic volume" +msgstr "Mikro Lautstärke" + +#: ../sflphone-client-gnome/src/statusicon.c:91 +msgid "_Show main window" +msgstr "_Hauptfenster anzeigen" + +#: ../sflphone-client-gnome/src/statusicon.c:127 +#, c-format +msgid "%i account configured" +msgid_plural "%i accounts configured" +msgstr[0] "%i Konto konfiguriert" +msgstr[1] "%i Konten konfiguriert" + +#: ../sflphone-client-gnome/src/toolbar.c:52 +#: ../sflphone-client-gnome/src/toolbar.c:251 +#: ../sflphone-client-gnome/src/toolbar.c:255 +msgid "Voicemail" +msgstr "Voicemail" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:113 +msgid "Account settings" +msgstr "Kontoeinstellungen" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:147 +msgid "_Enable this account" +msgstr "_Einschalten" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:161 +msgid "_Protocol" +msgstr "_Protokoll" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:179 +msgid "Unknown" +msgstr "unbekannt" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:312 +msgid "_Use Evolution address books" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:319 +msgid "Download limit :" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:327 +msgid "cards" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:333 +msgid "_Display contact photo if available" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:341 +msgid "Fields from Evolution's address books" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:345 +msgid "_Work" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:351 +msgid "_Home" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:357 +msgid "_Mobile" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:364 +msgid "Address Books" +msgstr "Adressbücher" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:368 +msgid "Select which Evolution address books to use" +msgstr "" + +#: ../sflphone-client-gnome/src/config/audioconf.c:684 +msgid "Output" +msgstr "Ausgabe" + +#: ../sflphone-client-gnome/src/config/audioconf.c:706 +msgid "Input" +msgstr "Eingabe" + +#: ../sflphone-client-gnome/src/config/audioconf.c:741 +msgid "_Voice Activity Detection" +msgstr "" + +#: ../sflphone-client-gnome/src/config/audioconf.c:751 +msgid "_Noise Reduction (Narrow-Band Companding)" +msgstr "" + +#: ../sflphone-client-gnome/src/config/audioconf.c:780 +msgid "Sound Manager" +msgstr "Sound Manager" + +#: ../sflphone-client-gnome/src/config/audioconf.c:783 +msgid "_Pulseaudio" +msgstr "Pulseaudio" + +#: ../sflphone-client-gnome/src/config/audioconf.c:788 +msgid "_ALSA" +msgstr "ALSA" + +#: ../sflphone-client-gnome/src/config/audioconf.c:812 +msgid "Codecs" +msgstr "Codecs" + +#: ../sflphone-client-gnome/src/config/audioconf.c:835 +msgid "Ringtones" +msgstr "Klingeltöne" + +#: ../sflphone-client-gnome/src/config/audioconf.c:841 +msgid "_Enable ringtones" +msgstr "Klingeltöne _einschalten" + +#: ../sflphone-client-gnome/src/config/audioconf.c:847 +msgid "Choose a ringtone" +msgstr "Klingelton auswählen" + +#: ../sflphone-client-gnome/src/config/audioconf.c:853 +msgid "Audio Files" +msgstr "Audio Dateien" + +#: ../sflphone-client-gnome/src/config/configwindow.c:425 +msgid "Status" +msgstr "Status" + +#: ../sflphone-client-gnome/src/config/configwindow.c:528 +msgid "Stun parameters will be applied on each SIP account created." +msgstr "Alle SIP Kontos werden mit Stun Einstellungen angepasst." + +#: ../sflphone-client-gnome/src/config/configwindow.c:544 +msgid "Format : name.server:port" +msgstr "Format: Name.Server:Port" + +#: ../sflphone-client-gnome/src/config/configwindow.c:589 +msgid "Desktop Notifications" +msgstr "Desktopbenachrichtigungen" + +#: ../sflphone-client-gnome/src/config/configwindow.c:593 +msgid "_Enable notifications" +msgstr "Benachrichtigungen _einschalten" + +#: ../sflphone-client-gnome/src/config/configwindow.c:599 +msgid "Enable voicemail _notifications" +msgstr "_Benachrichtigung für Voice Nachrichten" + +#: ../sflphone-client-gnome/src/config/configwindow.c:611 +msgid "System Tray Icon" +msgstr "Benachrichtigungsfeld (\"System Tray\") Icon" + +#: ../sflphone-client-gnome/src/config/configwindow.c:614 +msgid "_Popup main window on incoming call" +msgstr "Hauptfenster anzeigen wenn eingehendes Gespräch" + +#: ../sflphone-client-gnome/src/config/configwindow.c:619 +msgid "Ne_ver popup main window" +msgstr "_Hauptfenster nie anzeigen" + +#: ../sflphone-client-gnome/src/config/configwindow.c:623 +msgid "Hide SFLphone window on _startup" +msgstr "_Unsichtbar beim Start" + +#: ../sflphone-client-gnome/src/config/configwindow.c:629 +msgid "Calls History" +msgstr "Liste der vorherigen Anrufen" + +#: ../sflphone-client-gnome/src/config/configwindow.c:632 +msgctxt "Beginning of 'Keep my history for at least n days.'" +msgid "_Keep my history for at least" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:643 +msgctxt "End of 'Keep my history for at least n days.'" +msgid "days" +msgstr "Tag" + +#: ../sflphone-client-gnome/src/config/configwindow.c:647 +msgid "PulseAudio sound server" +msgstr "PulseAudio Sound Server" + +#: ../sflphone-client-gnome/src/config/configwindow.c:650 +msgid "_Mute other applications during a call" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:677 +msgid "Port" +msgstr "Port" + +#: ../sflphone-client-gnome/src/config/configwindow.c:732 +msgid "Select a folder" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:766 +msgid "Preferences" +msgstr "Einstellungen" + +#: ../sflphone-client-gnome/src/config/configwindow.c:845 +msgid "Configured Accounts" +msgstr "Konfigurierten Konten" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:135 +msgid "Custom commands on incoming calls with URL" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:138 +#, c-format +msgid "%s will be replaced with the passed URL." +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:141 +msgid "Trigger on specific _SIP header" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:150 +msgid "Trigger on _IAX2 URL" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:155 +msgid "Command to _run" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:165 +msgid "Phone number rewriting" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:169 +msgid "_Prefix dialed numbers with" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:56 +msgid "Search all" +msgstr "Suche in allen" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:57 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:70 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:82 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:94 +msgid "Click here to change the search type" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:69 +msgid "Search by missed call" +msgstr "Suche nach Anruf in Abwesenheit " + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:81 +msgid "Search by incoming call" +msgstr "Suche nach eingehenden Anruf " + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:93 +msgid "Search by outgoing call" +msgstr "Suche nach ausgehenden Anru" + +#~ msgid "Enable address book" +#~ msgstr "Aktivieren Adressbuch" + +#~ msgid "Sound manager" +#~ msgstr "Sound Manager" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" diff --git a/sflphone-client-gnome/po/es/sflphone-client-gnome.po b/sflphone-client-gnome/po/es/sflphone-client-gnome.po new file mode 100644 index 0000000000000000000000000000000000000000..7ce16ddf58b9896277d0ca50a9b4fe53a0e4d815 --- /dev/null +++ b/sflphone-client-gnome/po/es/sflphone-client-gnome.po @@ -0,0 +1,1500 @@ +# Spanish translation of SFLphone. +# Copyright (C) 2008 2009 The Free Software Foundation, Inc. +# This file is distributed under the GNU General Public License Version 3. +# +# Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>, 2008. +# +# POT-Creation-Date: 2007-01-13 01:39+0100\n +msgid "" +msgstr "" +"Project-Id-Version: SFLphone 0.9.4\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-16 15:14-0400\n" +"PO-Revision-Date: 2008-08-11 11:53+0200\n" +"Last-Translator: Carlos Galisteo <cgalisteo AT k-rolus.net>\n" +"Language-Team: SavoirFaireLinux Inc <sflphoneteam@savoirfairelinux.com>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n>1;\n" + +#: ../sflphone-client-kde/src/Account.cpp:34 +#: ../sflphone-client-gnome/src/accountlist.c:175 +msgctxt "account state" +msgid "Registered" +msgstr "Registrado" + +#: ../sflphone-client-kde/src/Account.cpp:36 +#: ../sflphone-client-gnome/src/accountlist.c:178 +msgctxt "account state" +msgid "Not Registered" +msgstr "No registrado" + +#: ../sflphone-client-kde/src/Account.cpp:38 +#: ../sflphone-client-gnome/src/accountlist.c:181 +msgctxt "account state" +msgid "Trying..." +msgstr "Intentando..." + +#: ../sflphone-client-kde/src/Account.cpp:40 +#: ../sflphone-client-gnome/src/accountlist.c:184 +msgctxt "account state" +msgid "Error" +msgstr "Error" + +#: ../sflphone-client-kde/src/Account.cpp:42 +msgctxt "account state" +msgid "Authentication Failed" +msgstr "Autenticación erronea" + +#: ../sflphone-client-kde/src/Account.cpp:44 +#: ../sflphone-client-gnome/src/accountlist.c:190 +msgctxt "account state" +msgid "Network unreachable" +msgstr "Red Inaccesible" + +#: ../sflphone-client-kde/src/Account.cpp:46 +#: ../sflphone-client-gnome/src/accountlist.c:193 +msgctxt "account state" +msgid "Host unreachable" +msgstr "Parte del servidor" + +#: ../sflphone-client-kde/src/Account.cpp:48 +#: ../sflphone-client-gnome/src/accountlist.c:196 +msgctxt "account state" +msgid "Stun configuration error" +msgstr "Error de configuración Stun" + +#: ../sflphone-client-kde/src/Account.cpp:50 +#: ../sflphone-client-gnome/src/accountlist.c:199 +msgctxt "account state" +msgid "Stun server invalid" +msgstr "Servidor stun inválido" + +#: ../sflphone-client-kde/src/Account.cpp:51 +#: ../sflphone-client-gnome/src/accountlist.c:202 +msgctxt "account state" +msgid "Invalid" +msgstr "Inválido" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:163 +#: ../sflphone-client-kde/src/AccountWizard.cpp:278 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:406 +msgid "Account creation wizard" +msgstr "Asistente de configuración de cuentas" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:199 +#: ../sflphone-client-kde/src/AccountWizard.cpp:217 +#: ../sflphone-client-kde/src/AccountWizard.cpp:561 +#: ../sflphone-client-gnome/src/assistant.c:68 +#, c-format +msgid "This assistant is now finished." +msgstr "Ese asistante ha finalizado." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:211 +msgid "Creation of account has failed for the reason" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:255 +#: ../sflphone-client-kde/src/AccountWizard.cpp:440 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:359 +#: ../sflphone-client-gnome/src/assistant.c:72 +msgid "Alias" +msgstr "Alias" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:256 +#: ../sflphone-client-kde/src/AccountWizard.cpp:441 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:366 +#: ../sflphone-client-gnome/src/assistant.c:75 +msgid "Server" +msgstr "Servidor" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:257 +#: ../sflphone-client-kde/src/AccountWizard.cpp:442 +#: ../sflphone-client-gnome/src/assistant.c:78 +msgid "Username" +msgstr "Usuario" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:258 +#: ../sflphone-client-kde/src/AccountWizard.cpp:443 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:368 +msgid "Password" +msgstr "Contraseña" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:259 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:360 +#: ../sflphone-client-gnome/src/config/configwindow.c:418 +msgid "Protocol" +msgstr "Protocolo" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:260 +#: ../sflphone-client-kde/src/AccountWizard.cpp:444 +msgid "Voicemail number" +msgstr "Número de buzón de voz" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:279 +#: ../sflphone-client-gnome/src/assistant.c:216 +msgid "Welcome to the Account creation wizard of SFLphone!" +msgstr "¡Bienvenido al asistente de configuración de cuentas de SFLphone" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:281 +#: ../sflphone-client-gnome/src/assistant.c:217 +msgid "This installation wizard will help you configure an account." +msgstr "Este asistente de instalación le ayudará a configurar una cuenta." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:309 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Account" +msgstr "Cuenta" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:310 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Please select one of the following options" +msgstr "Por favor, elija una de las siguientes opciones" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:312 +#: ../sflphone-client-gnome/src/assistant.c:251 +msgid "Create a free SIP/IAX2 account on sflphone.org" +msgstr "Crear una cuenta SIP/IAX2 gratis en sflphone.org" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:313 +#: ../sflphone-client-gnome/src/assistant.c:253 +msgid "Register an existing SIP or IAX2 account" +msgstr "Registrar una cuenta SIP o IAX2 existente" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:352 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "VoIP Protocols" +msgstr "Protocolos VoIP" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:353 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "Select an account type" +msgstr "Escoja un tipo de cuenta" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:355 +#: ../sflphone-client-gnome/src/assistant.c:233 +msgid "SIP (Session Initiation Protocol)" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:356 +#: ../sflphone-client-gnome/src/assistant.c:235 +msgid "IAX2 (InterAsterix Exchange)" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:395 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "Optional email address" +msgstr "Dirección de correo opcional" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:396 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "This email address will be used to send your voicemail messages." +msgstr "Esta dirección de correo se usará para mandar sus mensajes de voz" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:398 +msgid "Email address" +msgstr "Dirección de correo" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:432 +#: ../sflphone-client-gnome/src/assistant.c:266 +msgid "SIP account settings" +msgstr "Configuración de cuenta SIP" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:436 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "IAX2 account settings" +msgstr "Configuración de cuenta IAX2" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:438 +#: ../sflphone-client-gnome/src/assistant.c:266 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "Please fill the following information" +msgstr "Por favor, rellene la siguiente información" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:523 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:856 +msgid "Network Address Translation (NAT)" +msgstr "Conversión de Dirección de Red (NAT)" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:524 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:536 +msgid "You should probably enable this if you are behind a firewall." +msgstr "Probablemente tiene que activar esto si está detrás de un cortafuegos." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:526 +msgid "Enable STUN" +msgstr "Activar STUN" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:527 +msgid "Stun Server" +msgstr "Servidor STUN" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:562 +msgid "" +"After checking the settings you chose, click \"Finish\" to create the " +"account." +msgstr "" + +#: ../sflphone-client-kde/src/ActionSetAccountFirst.cpp:26 +msgid "Default account" +msgstr "" + +#: ../sflphone-client-kde/src/Call.cpp:116 +#: ../sflphone-client-gnome/src/contacts/calltree.c:322 +msgid "Transfer to : " +msgstr "Transferir a : " + +#: ../sflphone-client-kde/src/CodecListModel.cpp:89 +#: ../sflphone-client-gnome/src/actions.c:816 +msgid "Codec" +msgstr "Códec" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:93 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:279 +#: ../sflphone-client-gnome/src/config/audioconf.c:581 +msgid "Frequency" +msgstr "Frecuencia" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:97 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:281 +#: ../sflphone-client-gnome/src/config/audioconf.c:586 +msgid "Bitrate" +msgstr "Tasa de transferencia" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:101 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:283 +#: ../sflphone-client-gnome/src/config/audioconf.c:591 +msgid "Bandwidth" +msgstr "Ancho de banda" + +#: ../sflphone-client-kde/src/main.cpp:39 +msgid "SFLphone KDE Client" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:43 +msgid "(C) 2009 Savoir-faire Linux" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:47 +msgid "Jérémy Quentin" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:48 +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:48 +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:62 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-gnome/src/statusicon.c:126 +msgid "SFLphone" +msgstr "SFLphone" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:209 +msgid "Incoming call" +msgstr "Llamada entrante" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 +msgid "You have an incoming call from" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 +msgid "Click to accept or refuse it." +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:716 +msgid "Address book loading..." +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:901 +#: ../sflphone-client-gnome/src/actions.c:89 +msgid "No registered accounts" +msgstr "Ninguna cuenta registrada" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:905 +#: ../sflphone-client-gnome/src/actions.c:83 +#: ../sflphone-client-gnome/src/actions.c:813 +msgid "Using account" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +msgid "Main screen" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:165 +msgid "Call history" +msgstr "Historia de Llamada" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:407 +#: ../sflphone-client-gnome/src/toolbar.c:243 +#: ../sflphone-client-gnome/src/toolbar.c:245 +msgid "Address book" +msgstr "Libreta de contactos" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1108 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1173 +msgid "Edit before call" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:56 +#: ../sflphone-client-gnome/src/toolbar.c:167 +#: ../sflphone-client-gnome/src/toolbar.c:169 +msgid "New call" +msgstr "Nueva llamada" + +#: ../sflphone-client-kde/src/sflphone_const.h:57 +#: ../sflphone-client-kde/src/sflphone_const.h:62 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:392 +#: ../sflphone-client-gnome/src/toolbar.c:186 +#: ../sflphone-client-gnome/src/toolbar.c:188 +msgid "Hang up" +msgstr "Colgar" + +#: ../sflphone-client-kde/src/sflphone_const.h:58 +#: ../sflphone-client-gnome/src/toolbar.c:207 +#: ../sflphone-client-gnome/src/toolbar.c:209 +msgid "Hold on" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:59 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:394 +#: ../sflphone-client-gnome/src/toolbar.c:220 +#: ../sflphone-client-gnome/src/toolbar.c:222 +msgid "Transfer" +msgstr "Transferir" + +#: ../sflphone-client-kde/src/sflphone_const.h:60 +#: ../sflphone-client-gnome/src/toolbar.c:263 +msgid "Record" +msgstr "Recordar" + +#: ../sflphone-client-kde/src/sflphone_const.h:61 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:391 +#: ../sflphone-client-gnome/src/toolbar.c:176 +#: ../sflphone-client-gnome/src/toolbar.c:178 +msgid "Pick up" +msgstr "Descolgar" + +#: ../sflphone-client-kde/src/sflphone_const.h:63 +#: ../sflphone-client-gnome/src/toolbar.c:196 +#: ../sflphone-client-gnome/src/toolbar.c:198 +msgid "Hold off" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:64 +msgid "Give up transfer" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:65 +msgid "Call back" +msgstr "Llamar" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:48 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:306 +#: ../sflphone-client-gnome/src/config/configwindow.c:722 +#: ../sflphone-client-gnome/src/config/configwindow.c:791 +msgctxt "Config section" +msgid "General" +msgstr "General" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:49 +msgctxt "Config section" +msgid "Display" +msgstr "" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:50 +#: ../sflphone-client-gnome/src/config/configwindow.c:833 +msgctxt "Config section" +msgid "Accounts" +msgstr "Cuentas" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:51 +#: ../sflphone-client-gnome/src/config/configwindow.c:786 +msgctxt "Config section" +msgid "Audio" +msgstr "Audio" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:52 +#: ../sflphone-client-gnome/src/config/configwindow.c:801 +msgctxt "Config section" +msgid "Address Book" +msgstr "Libreta de direcciones" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:53 +#: ../sflphone-client-gnome/src/config/configwindow.c:796 +msgctxt "Config section" +msgid "Recordings" +msgstr "Grabaciones" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:54 +#: ../sflphone-client-gnome/src/config/configwindow.c:806 +msgctxt "Config section" +msgid "Hooks" +msgstr "Disparadores" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:321 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:142 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:263 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:120 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:164 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:173 +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:90 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:390 +msgid "Form" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:323 +msgid "" +"By default, when you place a call, sflphone will use the first account in " +"this list which is \"registered\". Change the order of the accounts using " +"the \"Up\" and \"Down\" arrows. Enable/disable them by checking/unchecking " +"them on the left of the item. Add or remove some with \"Plus\" and \"Sub\" " +"buttons. Edit the selected account with the form on the right." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:327 +msgid "Remove the selected account" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:330 +msgid "" +"This button will remove the selected account in the list below. Be sure you " +"really don't need it anymore. If you think you might use it again later, " +"just uncheck it." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:335 +msgid "Remove" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:336 +msgid "Backspace, Return" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:338 +msgid "Add a new account" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:341 +msgid "" +"This button enables you to initialize a new account. You will then be able " +"to edit it using the form on the right." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:343 +msgid "Add" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:345 +msgid "Get this account down" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:348 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:355 +msgid "" +"By default, when you place a call, sflphone will use the first account in " +"this list which is \"registered\". Change the order of the accounts using " +"the \"Up\" and \"Down\" arrows." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:350 +msgid "Down" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:352 +msgid "Get this account up" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:357 +msgid "Up" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:358 +msgid "Apply" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:363 +msgid "SIP" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:364 +msgid "IAX" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:367 +msgid "User" +msgstr "Usuario" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:369 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:396 +msgid "Mailbox" +msgstr "Mensaje de voz" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:370 +msgid "State" +msgstr "Estado" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:373 +msgid "Stun settings will be applied on each account" +msgstr "Parámetros de stun se aplicarán a cada cuenta SIP creada." + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:374 +msgid "Enable Stun" +msgstr "Activar STUN" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:375 +msgid "choose Stun server (example : stunserver.org)" +msgstr "Elija un servidor Stun (ejemplo : stunserver.org)" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:143 +msgid "Maximum &results" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:144 +msgid "Display &photo if available" +msgstr "Mostrar fotos de contactos, si está disponible" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:145 +msgid "Display phone numbers of these &types :" +msgstr "Usar los siguientes campos de la libreta de direcciones" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:146 +msgid "&Work" +msgstr "Profesional" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:147 +msgid "&Mobile" +msgstr "Movil" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:148 +msgid "&Home" +msgstr "Personal" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:265 +msgid "Audio device" +msgstr "Archivos de Audio" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:268 +msgid "ALSA" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:269 +msgid "PulseAudio" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:271 +msgid "Enable ringtones" +msgstr "Habilitar tonos de llamada" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:272 +msgid "*.ul *.au *.wav" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:273 +msgid "&Codecs" +msgstr "Códecs" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:275 +msgid "Active" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:277 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:404 +#: ../sflphone-client-gnome/src/config/audioconf.c:576 +msgid "Name" +msgstr "Nombre" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:286 +#: ../sflphone-client-gnome/src/config/audioconf.c:795 +msgid "ALSA settings" +msgstr "Configuración de ALSA" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:287 +#: ../sflphone-client-gnome/src/config/audioconf.c:662 +msgid "ALSA plugin" +msgstr "Plugin ALSA" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:288 +msgid "In" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:289 +msgid "Out" +msgstr "Salida" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:290 +msgid "PulseAudio settings" +msgstr "Configuración de PulseAudio" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:291 +msgid "Mute other applications during a call" +msgstr "Silenciar el resto de aplicaciones durante una llamada" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:121 +msgid "Enable notifications" +msgstr "Habilitar notificaciones" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:122 +msgid "On incoming &calls" +msgstr "Al recibir llamadas" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:123 +msgid "On &messages" +msgstr "Al recibir mensajes" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:124 +msgid "Show main window" +msgstr "Mostrar ventana principal" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:125 +msgid "On &start" +msgstr "En el arranque" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:126 +msgid "On &incoming calls" +msgstr "Al recibir llamadas" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:166 +msgid "Keep my history for at least" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:167 +msgid "days" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:168 +msgid "Clear history" +msgstr "Limpiar historial" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:169 +msgid "Connection" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:170 +#: ../sflphone-client-gnome/src/config/configwindow.c:664 +msgid "SIP Port" +msgstr "Puerto SIP" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:171 +msgid "Attention " +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:174 +#: ../sflphone-client-gnome/src/config/hooks-config.c:130 +msgid "URL Argument" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:175 +msgid "Custom commands with URL %s will be replaced with the passed URL." +msgstr "%s se remplazará por la URL." + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:176 +msgid "Trigger on specific SIP header" +msgstr "Evento desencadenado con una cabecera SIP especÃfica" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:177 +msgid "Trigger on IAX2 URL" +msgstr "Evento desencadenado con una URL IAX2" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:178 +msgid "Command to run" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:179 +msgid "Phone number formatting" +msgstr "Reescritura de número de teléfono" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:180 +msgid "Add phone number prefix" +msgstr "Reescritura de número de teléfono" + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:91 +msgid "General" +msgstr "General" + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:92 +#: ../sflphone-client-gnome/src/config/configwindow.c:726 +msgid "Destination folder" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:393 +msgid "Hold" +msgstr "Retener" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:395 +#: ../sflphone-client-gnome/src/toolbar.c:232 +#: ../sflphone-client-gnome/src/toolbar.c:234 +msgid "History" +msgstr "Historia de Llamada" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:397 +msgid "Configure accounts" +msgstr "Cuentas Configuradas" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:398 +msgid "Configure audio" +msgstr "Cuentas Configuradas" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:399 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:401 +msgid "Configure SFLphone" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:403 +msgid "Display volume bars" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:404 +msgid "Display dialpad" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:405 +msgctxt "Action record a call" +msgid "Record" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:408 +msgid "Attention:number of results exceeds max displayed." +msgstr "" + +#: ../sflphone-client-gnome/src/accountlist.c:187 +msgid "accounr state" +msgstr "Configuración de cuentas" + +#: ../sflphone-client-gnome/src/actions.c:54 +#: ../sflphone-client-gnome/src/sflnotify.c:94 +#, c-format +msgid "%d voice mail" +msgid_plural "%d voice mails" +msgstr[0] "%d mensaje de voz" +msgstr[1] "%d mensajes de voz" + +#: ../sflphone-client-gnome/src/actions.c:234 +msgid "" +"Unable to connect to the SFLphone server.\n" +"Make sure the daemon is running." +msgstr "" +"Incapaz de conectar con el servidor SFLphone.\n" +" Asegúrese de que el demonio esté funcionando." + +#: ../sflphone-client-gnome/src/actions.c:809 +#, c-format +msgid "IP call - %s" +msgstr "Llamada IP - %s" + +#: ../sflphone-client-gnome/src/actions.c:908 +#, c-format +msgid "" +"<b>Error: No audio codecs found.\n" +"\n" +"</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>.sflphone</" +"b> directory in your home( <i>%s</i> )" +msgstr "" +"<b>Error: Codecs de audio no encontrados.\n" +"\n" +"</b> Los codecs de audio de SFLphone deben estar en <i>%s</i> o en el " +"directorio <b>.sflphone</b> de su home( <i>%s</i> )" + +#: ../sflphone-client-gnome/src/assistant.c:70 +msgid "" +"You can at any time check your registration state or modify your accounts " +"parameters in the Options/Accounts window." +msgstr "" +"Puede comprobar en cualquier momento su estado de registro o modificar la " +"configuración de sus cuentas en la ventana de Opciones/Cuentas." + +#: ../sflphone-client-gnome/src/assistant.c:190 +msgid "SFLphone account creation wizard" +msgstr "Asistente de creación de cuentas" + +#: ../sflphone-client-gnome/src/assistant.c:274 +#: ../sflphone-client-gnome/src/assistant.c:370 +#: ../sflphone-client-gnome/src/config/accountwindow.c:153 +msgid "_Alias" +msgstr "_Alias" + +#: ../sflphone-client-gnome/src/assistant.c:282 +#: ../sflphone-client-gnome/src/assistant.c:378 +#: ../sflphone-client-gnome/src/config/accountwindow.c:189 +msgid "_Host name" +msgstr "_Nombre de equipo" + +#: ../sflphone-client-gnome/src/assistant.c:290 +#: ../sflphone-client-gnome/src/assistant.c:386 +#: ../sflphone-client-gnome/src/config/accountwindow.c:197 +msgid "_User name" +msgstr "_Usuario" + +#: ../sflphone-client-gnome/src/assistant.c:306 +#: ../sflphone-client-gnome/src/assistant.c:401 +#: ../sflphone-client-gnome/src/config/accountwindow.c:212 +msgid "_Password" +msgstr "_Contraseña" + +#: ../sflphone-client-gnome/src/assistant.c:324 +#: ../sflphone-client-gnome/src/assistant.c:417 +#: ../sflphone-client-gnome/src/config/accountwindow.c:228 +msgid "_Voicemail number" +msgstr "_Número de buzón de voz" + +#: ../sflphone-client-gnome/src/assistant.c:347 +msgid "_Email address" +msgstr "" + +#: ../sflphone-client-gnome/src/assistant.c:444 +#: ../sflphone-client-gnome/src/config/configwindow.c:532 +msgid "E_nable STUN" +msgstr "A_ctivar STUN" + +#: ../sflphone-client-gnome/src/assistant.c:451 +msgid "_STUN server" +msgstr "_Servidor STUN" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Account Registration" +msgstr "Registro de cuenta" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Congratulations!" +msgstr "¡Enhorabuena!" + +#: ../sflphone-client-gnome/src/errors.c:29 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening playback device" +msgstr "" +"<b>Notificación ALSA</b>\n" +"\n" +"Error al abrir el dispositivo de reproducción" + +#: ../sflphone-client-gnome/src/errors.c:32 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening capture device" +msgstr "" +"<b>Notificación ALSA</b>\n" +"\n" +"Error al abrir el dispositivo de captura" + +#: ../sflphone-client-gnome/src/errors.c:35 +msgid "" +"Pulseaudio notification\n" +"\n" +"Pulseaudio is not running" +msgstr "" +"<b>Notificación de Pulseaudio</b>\n" +"\n" +"Pulseaudio no está funcionando" + +#: ../sflphone-client-gnome/src/mainwindow.c:70 +msgid "There is one call in progress." +msgstr "No hay llamada en curso" + +#: ../sflphone-client-gnome/src/mainwindow.c:74 +msgid "There are calls in progress." +msgstr "Hay llamadas en curso." + +#: ../sflphone-client-gnome/src/mainwindow.c:83 +msgid "Do you still want to quit?" +msgstr "Sin embargo quiere parar ?" + +#: ../sflphone-client-gnome/src/mainwindow.c:284 +msgid "SFLphone Error" +msgstr "SFLphone Error" + +#: ../sflphone-client-gnome/src/menus.c:134 +msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols." +msgstr "" +"SFLphone es un telefono por Internet compatible con los protocolos SIP y IAX2" + +#: ../sflphone-client-gnome/src/menus.c:137 +msgid "About SFLphone" +msgstr "Sobre SFLphone" + +#: ../sflphone-client-gnome/src/menus.c:161 +msgid "_Help" +msgstr "_Ayuda" + +#: ../sflphone-client-gnome/src/menus.c:296 +#: ../sflphone-client-gnome/src/menus.c:953 +msgid "_New call" +msgstr "_Nueva llamada" + +#: ../sflphone-client-gnome/src/menus.c:308 +#: ../sflphone-client-gnome/src/menus.c:785 +msgid "_Pick up" +msgstr "_Descolgar" + +#: ../sflphone-client-gnome/src/menus.c:318 +#: ../sflphone-client-gnome/src/menus.c:797 +msgid "_Hang up" +msgstr "_Colgar" + +#: ../sflphone-client-gnome/src/menus.c:328 +#: ../sflphone-client-gnome/src/menus.c:809 +msgid "On _Hold" +msgstr "En _Espera" + +#: ../sflphone-client-gnome/src/menus.c:340 +#: ../sflphone-client-gnome/src/menus.c:821 +msgid "_Record" +msgstr "_Recordar" + +#: ../sflphone-client-gnome/src/menus.c:354 +msgid "_Account creation wizard" +msgstr "Asistente de configuración de cuentas" + +#: ../sflphone-client-gnome/src/menus.c:384 +msgid "_Call" +msgstr "_Llamar" + +#: ../sflphone-client-gnome/src/menus.c:552 +msgid "Clear _history" +msgstr "_Limpiar historial" + +#: ../sflphone-client-gnome/src/menus.c:564 +msgid "_Accounts" +msgstr "_Cuentas" + +#: ../sflphone-client-gnome/src/menus.c:579 +msgid "_Edit" +msgstr "_Editar" + +#: ../sflphone-client-gnome/src/menus.c:631 +msgid "_Dialpad" +msgstr "_Teclado numérico" + +#: ../sflphone-client-gnome/src/menus.c:643 +msgid "_Volume controls" +msgstr "_Controles de volumen" + +#: ../sflphone-client-gnome/src/menus.c:661 +msgid "_View" +msgstr "_Ver" + +#: ../sflphone-client-gnome/src/menus.c:881 +msgid "_Call back" +msgstr "_Llamar" + +#: ../sflphone-client-gnome/src/menus.c:1061 +msgid "Edit phone number" +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:1072 +msgid "Edit the phone number before making a call" +msgstr "Editar el número de teléfono antes de llamar" + +#: ../sflphone-client-gnome/src/sflnotify.c:71 +#: ../sflphone-client-gnome/src/sflnotify.c:91 +#, c-format +msgid "%s account : %s" +msgstr "%s cuenta : %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:75 +#, c-format +msgid "<i>From</i> %s" +msgstr "<i>De</i> %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:111 +#, c-format +msgid "Calling with %s account <i>%s</i>" +msgstr "Llamando con la cuenta %s <i>%s</i>" + +#: ../sflphone-client-gnome/src/sflnotify.c:115 +msgid "Current account" +msgstr "Cuenta actual" + +#: ../sflphone-client-gnome/src/sflnotify.c:130 +msgid "You have no accounts set up" +msgstr "" + +#: ../sflphone-client-gnome/src/sflnotify.c:131 +#: ../sflphone-client-gnome/src/sflnotify.c:148 +msgid "Error" +msgstr "Error" + +#: ../sflphone-client-gnome/src/sflnotify.c:147 +msgid "You have no registered accounts" +msgstr "No tiene ninguna cuenta registrada" + +#: ../sflphone-client-gnome/src/sliders.c:161 +msgid "Speakers volume" +msgstr "Volumen de altavoces" + +#: ../sflphone-client-gnome/src/sliders.c:163 +msgid "Mic volume" +msgstr "Volumen del micrófono" + +#: ../sflphone-client-gnome/src/statusicon.c:91 +msgid "_Show main window" +msgstr "Mostrar ventana principal" + +#: ../sflphone-client-gnome/src/statusicon.c:127 +#, c-format +msgid "%i account configured" +msgid_plural "%i accounts configured" +msgstr[0] "" +msgstr[1] "" + +#: ../sflphone-client-gnome/src/toolbar.c:52 +#: ../sflphone-client-gnome/src/toolbar.c:251 +#: ../sflphone-client-gnome/src/toolbar.c:255 +msgid "Voicemail" +msgstr "Mensaje de voz" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:113 +msgid "Account settings" +msgstr "Configuración de cuentas" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:147 +msgid "_Enable this account" +msgstr "_Habilitar esta cuenta" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:161 +msgid "_Protocol" +msgstr "_Protocolo" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:179 +msgid "Unknown" +msgstr "Desconocido" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:312 +msgid "_Use Evolution address books" +msgstr "_Usar libreta de contactos de Evolution" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:319 +msgid "Download limit :" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:327 +msgid "cards" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:333 +msgid "_Display contact photo if available" +msgstr "_Mostrar fotos de contactos, si está disponible" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:341 +msgid "Fields from Evolution's address books" +msgstr "Usar los siguientes campos de la libreta de direcciones de Evolution:" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:345 +msgid "_Work" +msgstr "P_rofesional" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:351 +msgid "_Home" +msgstr "_Personal" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:357 +msgid "_Mobile" +msgstr "_Movil" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:364 +msgid "Address Books" +msgstr "Libreta de direcciones" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:368 +msgid "Select which Evolution address books to use" +msgstr "Seleccione las libretas de direcciones de Evolution a usar" + +#: ../sflphone-client-gnome/src/config/audioconf.c:684 +msgid "Output" +msgstr "Salida" + +#: ../sflphone-client-gnome/src/config/audioconf.c:706 +msgid "Input" +msgstr "Entrada" + +#: ../sflphone-client-gnome/src/config/audioconf.c:741 +msgid "_Voice Activity Detection" +msgstr "_Detección de actividad de voz" + +#: ../sflphone-client-gnome/src/config/audioconf.c:751 +msgid "_Noise Reduction (Narrow-Band Companding)" +msgstr "_Reducción de ruido" + +#: ../sflphone-client-gnome/src/config/audioconf.c:780 +msgid "Sound Manager" +msgstr "Gestor de audio" + +#: ../sflphone-client-gnome/src/config/audioconf.c:783 +msgid "_Pulseaudio" +msgstr "Pulseaudio" + +#: ../sflphone-client-gnome/src/config/audioconf.c:788 +msgid "_ALSA" +msgstr "ALSA" + +#: ../sflphone-client-gnome/src/config/audioconf.c:812 +msgid "Codecs" +msgstr "Códecs" + +#: ../sflphone-client-gnome/src/config/audioconf.c:835 +msgid "Ringtones" +msgstr "Tonos de llamada" + +#: ../sflphone-client-gnome/src/config/audioconf.c:841 +msgid "_Enable ringtones" +msgstr "_Habilitar tonos de llamada" + +#: ../sflphone-client-gnome/src/config/audioconf.c:847 +msgid "Choose a ringtone" +msgstr "Elija un tono de llmada" + +#: ../sflphone-client-gnome/src/config/audioconf.c:853 +msgid "Audio Files" +msgstr "Archivos de Audio" + +#: ../sflphone-client-gnome/src/config/configwindow.c:425 +msgid "Status" +msgstr "Estado" + +#: ../sflphone-client-gnome/src/config/configwindow.c:528 +msgid "Stun parameters will be applied on each SIP account created." +msgstr "Parámetros de stun se aplicarán a cada cuenta SIP creada." + +#: ../sflphone-client-gnome/src/config/configwindow.c:544 +msgid "Format : name.server:port" +msgstr "Formato : nombre.servidor:puerto" + +#: ../sflphone-client-gnome/src/config/configwindow.c:589 +msgid "Desktop Notifications" +msgstr "Notificación de escritorio" + +#: ../sflphone-client-gnome/src/config/configwindow.c:593 +msgid "_Enable notifications" +msgstr "_Habilitar notificaciones" + +#: ../sflphone-client-gnome/src/config/configwindow.c:599 +msgid "Enable voicemail _notifications" +msgstr "Habilitar _notificaciones de mensajes de voz" + +#: ../sflphone-client-gnome/src/config/configwindow.c:611 +msgid "System Tray Icon" +msgstr "Icono de bandeja del sistema" + +#: ../sflphone-client-gnome/src/config/configwindow.c:614 +msgid "_Popup main window on incoming call" +msgstr "_Popup ventana principal al recibir llamadas" + +#: ../sflphone-client-gnome/src/config/configwindow.c:619 +msgid "Ne_ver popup main window" +msgstr "_Nunca mostrar ventana principal" + +#: ../sflphone-client-gnome/src/config/configwindow.c:623 +msgid "Hide SFLphone window on _startup" +msgstr "Esconder SFLphone en el arranque" + +#: ../sflphone-client-gnome/src/config/configwindow.c:629 +msgid "Calls History" +msgstr "Historial de llamadas" + +#: ../sflphone-client-gnome/src/config/configwindow.c:632 +msgctxt "Beginning of 'Keep my history for at least n days.'" +msgid "_Keep my history for at least" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:643 +msgctxt "End of 'Keep my history for at least n days.'" +msgid "days" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:647 +msgid "PulseAudio sound server" +msgstr "Servidor de sonido Pulseaudio" + +#: ../sflphone-client-gnome/src/config/configwindow.c:650 +msgid "_Mute other applications during a call" +msgstr "Silenciar el resto de aplicaciones durante una llamada" + +#: ../sflphone-client-gnome/src/config/configwindow.c:677 +msgid "Port" +msgstr "Puerto" + +#: ../sflphone-client-gnome/src/config/configwindow.c:732 +msgid "Select a folder" +msgstr "Seleccione un directorio" + +#: ../sflphone-client-gnome/src/config/configwindow.c:766 +msgid "Preferences" +msgstr "Preferencias" + +#: ../sflphone-client-gnome/src/config/configwindow.c:845 +msgid "Configured Accounts" +msgstr "Cuentas Configuradas" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:135 +msgid "Custom commands on incoming calls with URL" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:138 +#, c-format +msgid "%s will be replaced with the passed URL." +msgstr "%s se remplazará por la URL." + +#: ../sflphone-client-gnome/src/config/hooks-config.c:141 +msgid "Trigger on specific _SIP header" +msgstr "Evento desencadenado con una cabecera _SIP especÃfica" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:150 +msgid "Trigger on _IAX2 URL" +msgstr "Evento desencadenado con una URL _IAX2" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:155 +msgid "Command to _run" +msgstr "_Orden a ejecutar" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:165 +msgid "Phone number rewriting" +msgstr "Reescritura de número de teléfono" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:169 +msgid "_Prefix dialed numbers with" +msgstr "_Prefijar los números marcados con" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:56 +msgid "Search all" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:57 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:70 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:82 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:94 +msgid "Click here to change the search type" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:69 +msgid "Search by missed call" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:81 +msgid "Search by incoming call" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:93 +msgid "Search by outgoing call" +msgstr "" + +#~ msgid "Enable address book" +#~ msgstr "Activar la libreta de contactos" + +#~ msgid "Sound manager" +#~ msgstr "Gestor de audio" + +#~ msgid "Prefix dialed numbers with" +#~ msgstr "Prefijar los números marcados con" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" + +#~ msgid "Registered" +#~ msgstr "Registrado" + +#~ msgid "Not Registered" +#~ msgstr "No registrado" + +#~ msgid "Trying..." +#~ msgstr "Intentando..." + +#~ msgid "Bad authentification" +#~ msgstr "Autenticación erronea" + +#~ msgid "Network unreachable" +#~ msgstr "Red Inaccesible" + +#~ msgid "Host unreachable" +#~ msgstr "_Parte del servidor" + +#~ msgid "Stun configuration error" +#~ msgstr "Error de configuración Stun" + +#~ msgid "Stun server invalid" +#~ msgstr "Servidor stun inválido" + +#~ msgid "Invalid" +#~ msgstr "Inválido" + +#~ msgid "%d voice mails" +#~ msgstr "%d mensajes de voz" + +#~ msgid "No registered account" +#~ msgstr "No tiene ninguna cuenta registrada" + +#~ msgid "" +#~ "This assistant is now finished.\n" +#~ "You can at any time check your registration state or modify your accounts " +#~ "parameters in the Options/Accounts window.\n" +#~ "\n" +#~ "Alias : %s\n" +#~ "Server : %s\n" +#~ "Username : %s\n" +#~ msgstr "" +#~ "Ese asistante ha finalizado.\n" +#~ "Puede comprobar en cualquier momento su estado de registro o modificar la " +#~ "configuración de sus cuentas en la ventana de Opciones/Cuentas.\n" +#~ "\n" +#~ "Alias : %s\n" +#~ "Server : %s\n" +#~ "Username : %s\n" + +#~ msgid "SFLphone account configuration wizard" +#~ msgstr "Asistente de configuración de cuentas de SFLphone" + +#~ msgid "Welcome to SFLphone!" +#~ msgstr "¡Bienvenido a SFLphone!" + +#~ msgid "Select an account type:" +#~ msgstr "Escoja un tipo de cuenta:" + +#~ msgid "Please select one of the following option:" +#~ msgstr "Por favor, elija una de las siguientes opciones:" + +#~ msgid "SIP account configuration" +#~ msgstr "Configuración de cuenta SIP" + +#~ msgid "Please fill the following information:" +#~ msgstr "Por favor, rellene la siguiente información:" + +#~ msgid "Optional Email Address " +#~ msgstr "Dirección de correo opcional " + +#~ msgid "This email address will be use to send your voicemail messages" +#~ msgstr "Esta dirección de correo se usará para mandar sus mensajes de voz" + +#~ msgid "_Email" +#~ msgstr "_Correo" + +#~ msgid "IAX2 account configuration" +#~ msgstr "Configuración de cuenta IAX2" + +#~ msgid "Network Address Translation" +#~ msgstr "Conversión de Dirección de Red (NAT)" + +#~ msgid "Edit phone" +#~ msgstr "Editar teléfono" + +#~ msgid "%s account: %s" +#~ msgstr "%s cuenta: %s" + +#~ msgid "<i>From:</i> %s" +#~ msgstr "<i>De:</i> %s" + +#~ msgid "You haven't setup any accounts" +#~ msgstr "No ha configurado cuentas" + +#~ msgid "SFLphone - %i accounts configured" +#~ msgstr "SFLphone - %i cuentas configuradas" + +#~ msgid "\"Voicemail\" <%s>" +#~ msgstr "\"Mensaje\" <%s>" + +#~ msgid "Place a call" +#~ msgstr "Llamar" + +#~ msgid "Off Hold" +#~ msgstr "Seguir" + +#~ msgid "Record a call" +#~ msgstr "Grabar una llamada" + +#~ msgid "Account Parameters" +#~ msgstr "Parámetros de cuenta" + +#~ msgid "Download limit:" +#~ msgstr "LÃmite de descarga" + +#~ msgid "_Business phone" +#~ msgstr "_Numero de teléfono profesional" + +#~ msgid "_Home phone" +#~ msgstr "_Numero de teléfono personal" + +#~ msgid "_Mobile phone" +#~ msgstr "_Número de movil" + +#~ msgid "Select which Evolution address books to use:" +#~ msgstr "Seleccione las libretas de direcciones de Evolution a usar:" + +#~ msgid "audio device index for output = %d" +#~ msgstr "Ãndice del dispositivo de salida de audio = %d" + +#~ msgid "ALSA configuration" +#~ msgstr "Configuración de ALSA" + +#~ msgid "Stun parameters will apply to each SIP account created." +#~ msgstr "Parámetros de stun se aplicarán a cada cuenta SIP creada." + +#~ msgid "Enable it if you are behind a firewall" +#~ msgstr "ActÃvelo si está detrás de un cortafuegos" + +#~ msgid "Format: name.server:port" +#~ msgstr "Formato: nombre.servidor:puerto" + +#~ msgid "Port:" +#~ msgstr "Puerto:" + +#~ msgid "Command to _run: " +#~ msgstr "_Orden a ejecutar: " + +#~ msgid "Phone Number Rewriting" +#~ msgstr "Reescritura de número de teléfono" + +#~ msgid "_Prefix dialed numbers with:" +#~ msgstr "_prefijar los números marcados con:" + +#~ msgid "Accept" +#~ msgstr "Aceptar" + +#~ msgid "Refuse" +#~ msgstr "Rechazar" + +#~ msgid "Ignore" +#~ msgstr "Ignorar" + +#~ msgid "<small>Missed call</small>" +#~ msgstr "<small>Llamada fallida</small>" + +#~ msgid "<small>Duration:</small> %s" +#~ msgstr "<small>Duración:</small> %s" + +#~ msgid "Fields" +#~ msgstr "Campos" + +#~ msgid "_History size limit" +#~ msgstr "LÃmite de tamaño de _historial" + +#~ msgid "" +#~ "SFLphone can run custom commands if incoming calls come with an URL " +#~ "attached.\n" +#~ "In this case, %s will be replaced with the passed URL." +#~ msgstr "" +#~ "SFLphone puede ejecutar órdenes personalizadas si las llamadas entrantes " +#~ "incluyen una URL.\n" +#~ "En este caso, %s se remplazará por la URL." + +#~ msgid "Search history" +#~ msgstr "Historial de búsquedas" + +#~ msgid "Search contact" +#~ msgstr "_Buscar contacto" + +#~ msgid "Registered to %s (%s)" +#~ msgstr "Registrado en %s (%s)" + +#~ msgid "%s account- %s %s" +#~ msgstr "%s cuenta- %s %s" diff --git a/sflphone-client-gnome/po/fr/sflphone-client-gnome.po b/sflphone-client-gnome/po/fr/sflphone-client-gnome.po new file mode 100644 index 0000000000000000000000000000000000000000..d858812532a43220344f943901ecea5aa275b3fe --- /dev/null +++ b/sflphone-client-gnome/po/fr/sflphone-client-gnome.po @@ -0,0 +1,1583 @@ +# French translation of SFLphone. +# Copyright (C) 2008 2009 The Free Software Foundation, Inc. +# This file is distributed under the GNU General Public License Version 3. +# +# Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>, 2008. +# +# POT-Creation-Date: 2008-01-13 01:39+0100\n +msgid "" +msgstr "" +"Project-Id-Version: SFLphone 0.9.4\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-16 15:14-0400\n" +"PO-Revision-Date: 2008-03-31 14:15\n" +"Last-Translator: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>\n" +"Language-Team: SavoirFaireLinux Inc <sflphoneteam@savoirfairelinux.com>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n>1;\n" + +#: ../sflphone-client-kde/src/Account.cpp:34 +#: ../sflphone-client-gnome/src/accountlist.c:175 +msgctxt "account state" +msgid "Registered" +msgstr "Enregistré" + +#: ../sflphone-client-kde/src/Account.cpp:36 +#: ../sflphone-client-gnome/src/accountlist.c:178 +msgctxt "account state" +msgid "Not Registered" +msgstr "Non Enregistré" + +#: ../sflphone-client-kde/src/Account.cpp:38 +#: ../sflphone-client-gnome/src/accountlist.c:181 +msgctxt "account state" +msgid "Trying..." +msgstr "En cours..." + +#: ../sflphone-client-kde/src/Account.cpp:40 +#: ../sflphone-client-gnome/src/accountlist.c:184 +msgctxt "account state" +msgid "Error" +msgstr "Erreur" + +#: ../sflphone-client-kde/src/Account.cpp:42 +msgctxt "account state" +msgid "Authentication Failed" +msgstr "Erreur d'authentification" + +#: ../sflphone-client-kde/src/Account.cpp:44 +#: ../sflphone-client-gnome/src/accountlist.c:190 +msgctxt "account state" +msgid "Network unreachable" +msgstr "Réseau introuvable" + +#: ../sflphone-client-kde/src/Account.cpp:46 +#: ../sflphone-client-gnome/src/accountlist.c:193 +msgctxt "account state" +msgid "Host unreachable" +msgstr "Serveur introuvable" + +#: ../sflphone-client-kde/src/Account.cpp:48 +#: ../sflphone-client-gnome/src/accountlist.c:196 +msgctxt "account state" +msgid "Stun configuration error" +msgstr "Erreur de configuration STUN" + +#: ../sflphone-client-kde/src/Account.cpp:50 +#: ../sflphone-client-gnome/src/accountlist.c:199 +msgctxt "account state" +msgid "Stun server invalid" +msgstr "Serveur STUN invalide" + +#: ../sflphone-client-kde/src/Account.cpp:51 +#: ../sflphone-client-gnome/src/accountlist.c:202 +msgctxt "account state" +msgid "Invalid" +msgstr "Non valide" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:163 +#: ../sflphone-client-kde/src/AccountWizard.cpp:278 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:406 +msgid "Account creation wizard" +msgstr "Assistant de création de compte" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:199 +#: ../sflphone-client-kde/src/AccountWizard.cpp:217 +#: ../sflphone-client-kde/src/AccountWizard.cpp:561 +#: ../sflphone-client-gnome/src/assistant.c:68 +#, c-format +msgid "This assistant is now finished." +msgstr "Cet assistant est maintenant terminé." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:211 +msgid "Creation of account has failed for the reason" +msgstr "Échec de la création du compte pour les raisons suivantes" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:255 +#: ../sflphone-client-kde/src/AccountWizard.cpp:440 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:359 +#: ../sflphone-client-gnome/src/assistant.c:72 +msgid "Alias" +msgstr "Alias" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:256 +#: ../sflphone-client-kde/src/AccountWizard.cpp:441 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:366 +#: ../sflphone-client-gnome/src/assistant.c:75 +msgid "Server" +msgstr "Serveur" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:257 +#: ../sflphone-client-kde/src/AccountWizard.cpp:442 +#: ../sflphone-client-gnome/src/assistant.c:78 +msgid "Username" +msgstr "Nom d'utilisateur" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:258 +#: ../sflphone-client-kde/src/AccountWizard.cpp:443 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:368 +msgid "Password" +msgstr "Mot de passe" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:259 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:360 +#: ../sflphone-client-gnome/src/config/configwindow.c:418 +msgid "Protocol" +msgstr "Protocole" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:260 +#: ../sflphone-client-kde/src/AccountWizard.cpp:444 +msgid "Voicemail number" +msgstr "Numéro de boîte vocale" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:279 +#: ../sflphone-client-gnome/src/assistant.c:216 +msgid "Welcome to the Account creation wizard of SFLphone!" +msgstr "Bienvenue dans l'assistant de création de compte de SFLphone !" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:281 +#: ../sflphone-client-gnome/src/assistant.c:217 +msgid "This installation wizard will help you configure an account." +msgstr "Cet assistant vous guidera dans la configuration d'un compte." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:309 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Account" +msgstr "Compte" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:310 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Please select one of the following options" +msgstr "Veuillez sélectionner une des options suivantes" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:312 +#: ../sflphone-client-gnome/src/assistant.c:251 +msgid "Create a free SIP/IAX2 account on sflphone.org" +msgstr "Créer un compte SIP/IAX2 gratuit sur sflphone.org" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:313 +#: ../sflphone-client-gnome/src/assistant.c:253 +msgid "Register an existing SIP or IAX2 account" +msgstr "Enregistrer un compte SIP ou IAX2 existant" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:352 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "VoIP Protocols" +msgstr "Protocoles VoIP" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:353 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "Select an account type" +msgstr "Sélectionnez un type de compte" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:355 +#: ../sflphone-client-gnome/src/assistant.c:233 +msgid "SIP (Session Initiation Protocol)" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:356 +#: ../sflphone-client-gnome/src/assistant.c:235 +msgid "IAX2 (InterAsterix Exchange)" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:395 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "Optional email address" +msgstr "Adresse courriel optionnelle" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:396 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "This email address will be used to send your voicemail messages." +msgstr "Vos messages vocaux seront envoyés par courriel à cette adresse." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:398 +msgid "Email address" +msgstr "Adresse courriel" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:432 +#: ../sflphone-client-gnome/src/assistant.c:266 +msgid "SIP account settings" +msgstr "Paramètres de compte SIP" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:436 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "IAX2 account settings" +msgstr "Paramètres de compte IAX2" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:438 +#: ../sflphone-client-gnome/src/assistant.c:266 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "Please fill the following information" +msgstr "Veuillez remplir les champs suivants" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:523 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:856 +msgid "Network Address Translation (NAT)" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:524 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:536 +msgid "You should probably enable this if you are behind a firewall." +msgstr "" +"Vous devriez probablement activer cette option si vous vous trouvez derrière " +"un pare-feu." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:526 +msgid "Enable STUN" +msgstr "Activer STUN" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:527 +msgid "Stun Server" +msgstr "Serveur STUN" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:562 +msgid "" +"After checking the settings you chose, click \"Finish\" to create the " +"account." +msgstr "" +"Après avoir vérifié les paramètres choisis, cliquez sur \"Terminer\" pour " +"créer le compte." + +#: ../sflphone-client-kde/src/ActionSetAccountFirst.cpp:26 +msgid "Default account" +msgstr "Compte par défaut" + +#: ../sflphone-client-kde/src/Call.cpp:116 +#: ../sflphone-client-gnome/src/contacts/calltree.c:322 +msgid "Transfer to : " +msgstr "Transférer à : " + +#: ../sflphone-client-kde/src/CodecListModel.cpp:89 +#: ../sflphone-client-gnome/src/actions.c:816 +msgid "Codec" +msgstr "Codec" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:93 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:279 +#: ../sflphone-client-gnome/src/config/audioconf.c:581 +msgid "Frequency" +msgstr "Fréquence" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:97 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:281 +#: ../sflphone-client-gnome/src/config/audioconf.c:586 +msgid "Bitrate" +msgstr "Bitrate" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:101 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:283 +#: ../sflphone-client-gnome/src/config/audioconf.c:591 +msgid "Bandwidth" +msgstr "Bande passante" + +#: ../sflphone-client-kde/src/main.cpp:39 +msgid "SFLphone KDE Client" +msgstr "SFLphone Client KDE" + +#: ../sflphone-client-kde/src/main.cpp:43 +msgid "(C) 2009 Savoir-faire Linux" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:47 +msgid "Jérémy Quentin" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:48 +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "Jérémy Quentin" + +#: ../sflphone-client-kde/src/main.cpp:48 +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "jeremy.quentin@savoirfairelinux.com" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:62 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-gnome/src/statusicon.c:126 +msgid "SFLphone" +msgstr "SFLphone" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:209 +msgid "Incoming call" +msgstr "Appel entrant" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 +msgid "You have an incoming call from" +msgstr "Vous avez un appel entrant de" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 +msgid "Click to accept or refuse it." +msgstr "Cliquez ici pour accepter ou refuser." + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:716 +msgid "Address book loading..." +msgstr "Carnet d'adresse en cours de chargement..." + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:901 +#: ../sflphone-client-gnome/src/actions.c:89 +msgid "No registered accounts" +msgstr "Pas de compte enregistré" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:905 +#: ../sflphone-client-gnome/src/actions.c:83 +#: ../sflphone-client-gnome/src/actions.c:813 +msgid "Using account" +msgstr "Utilise le compte" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +msgid "Main screen" +msgstr "Écran principal" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:165 +msgid "Call history" +msgstr "Historique d'appels" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:407 +#: ../sflphone-client-gnome/src/toolbar.c:243 +#: ../sflphone-client-gnome/src/toolbar.c:245 +msgid "Address book" +msgstr "Carnet d'adresses" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1108 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1173 +msgid "Edit before call" +msgstr "Éditer avant d'appeler" + +#: ../sflphone-client-kde/src/sflphone_const.h:56 +#: ../sflphone-client-gnome/src/toolbar.c:167 +#: ../sflphone-client-gnome/src/toolbar.c:169 +msgid "New call" +msgstr "Nouvel appel" + +#: ../sflphone-client-kde/src/sflphone_const.h:57 +#: ../sflphone-client-kde/src/sflphone_const.h:62 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:392 +#: ../sflphone-client-gnome/src/toolbar.c:186 +#: ../sflphone-client-gnome/src/toolbar.c:188 +msgid "Hang up" +msgstr "Raccrocher" + +#: ../sflphone-client-kde/src/sflphone_const.h:58 +#: ../sflphone-client-gnome/src/toolbar.c:207 +#: ../sflphone-client-gnome/src/toolbar.c:209 +msgid "Hold on" +msgstr "Mettre en attente" + +#: ../sflphone-client-kde/src/sflphone_const.h:59 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:394 +#: ../sflphone-client-gnome/src/toolbar.c:220 +#: ../sflphone-client-gnome/src/toolbar.c:222 +msgid "Transfer" +msgstr "Transférer" + +#: ../sflphone-client-kde/src/sflphone_const.h:60 +#: ../sflphone-client-gnome/src/toolbar.c:263 +msgid "Record" +msgstr "Enregistrer" + +#: ../sflphone-client-kde/src/sflphone_const.h:61 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:391 +#: ../sflphone-client-gnome/src/toolbar.c:176 +#: ../sflphone-client-gnome/src/toolbar.c:178 +msgid "Pick up" +msgstr "Décrocher" + +#: ../sflphone-client-kde/src/sflphone_const.h:63 +#: ../sflphone-client-gnome/src/toolbar.c:196 +#: ../sflphone-client-gnome/src/toolbar.c:198 +msgid "Hold off" +msgstr "Reprendre" + +#: ../sflphone-client-kde/src/sflphone_const.h:64 +msgid "Give up transfer" +msgstr "Abandonner le transfert" + +#: ../sflphone-client-kde/src/sflphone_const.h:65 +msgid "Call back" +msgstr "Rappeler" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:48 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:306 +#: ../sflphone-client-gnome/src/config/configwindow.c:722 +#: ../sflphone-client-gnome/src/config/configwindow.c:791 +msgctxt "Config section" +msgid "General" +msgstr "General" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:49 +msgctxt "Config section" +msgid "Display" +msgstr "Affichage" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:50 +#: ../sflphone-client-gnome/src/config/configwindow.c:833 +msgctxt "Config section" +msgid "Accounts" +msgstr "Comptes" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:51 +#: ../sflphone-client-gnome/src/config/configwindow.c:786 +msgctxt "Config section" +msgid "Audio" +msgstr "Audio" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:52 +#: ../sflphone-client-gnome/src/config/configwindow.c:801 +msgctxt "Config section" +msgid "Address Book" +msgstr "Carnet d'adresses" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:53 +#: ../sflphone-client-gnome/src/config/configwindow.c:796 +msgctxt "Config section" +msgid "Recordings" +msgstr "Enregistrements" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:54 +#: ../sflphone-client-gnome/src/config/configwindow.c:806 +msgctxt "Config section" +msgid "Hooks" +msgstr "Ancrage" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:321 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:142 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:263 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:120 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:164 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:173 +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:90 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:390 +msgid "Form" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:323 +msgid "" +"By default, when you place a call, sflphone will use the first account in " +"this list which is \"registered\". Change the order of the accounts using " +"the \"Up\" and \"Down\" arrows. Enable/disable them by checking/unchecking " +"them on the left of the item. Add or remove some with \"Plus\" and \"Sub\" " +"buttons. Edit the selected account with the form on the right." +msgstr "" +"Par défaut, quand vous effectuez un appel, SFLphone utilise le premier " +"compte dans cette liste en état \"Enregistré\". Utilisez les flèches vers le " +"haut et vers le bas pour changer l'ordre des comptes. Activez/désactivez-les " +"en les cochant/décochant. Ajoutez et supprimez-les avec les boutons \"+\" et " +"\"-\". Éditez le compte sélectionné avec le formulaire de droite." + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:327 +msgid "Remove the selected account" +msgstr "Supprimer le compte sélectionné" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:330 +msgid "" +"This button will remove the selected account in the list below. Be sure you " +"really don't need it anymore. If you think you might use it again later, " +"just uncheck it." +msgstr "" +"Ce bouton supprime le compte actuellement sélectionné dans la liste ci-" +"dessus. Si vous comptez réutiliser ce compte plus tard, choisissez plutôt de " +"le décocher." + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:335 +msgid "Remove" +msgstr "Supprimer" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:336 +msgid "Backspace, Return" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:338 +msgid "Add a new account" +msgstr "Ajouter un nouveau compte" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:341 +msgid "" +"This button enables you to initialize a new account. You will then be able " +"to edit it using the form on the right." +msgstr "" +"Ce bouton ajoute un nouveau compte à la liste. Vous pouvez ensuite l'éditer " +"à partir du formulaire à droite de la liste." + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:343 +msgid "Add" +msgstr "Ajouter" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:345 +msgid "Get this account down" +msgstr "Descendre ce compte dans la liste" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:348 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:355 +msgid "" +"By default, when you place a call, sflphone will use the first account in " +"this list which is \"registered\". Change the order of the accounts using " +"the \"Up\" and \"Down\" arrows." +msgstr "" +"Par défaut, quand vous effectuez un appel, SFLphone utilise le premier " +"compte dans cette liste en état \"Enregistré\". Utilisez les flèches vers le " +"haut et vers le bas pour changer l'ordre des comptes." + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:350 +msgid "Down" +msgstr "Descendre" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:352 +msgid "Get this account up" +msgstr "Monter ce compte dans la liste" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:357 +msgid "Up" +msgstr "Monter" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:358 +msgid "Apply" +msgstr "Appliquer" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:363 +msgid "SIP" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:364 +msgid "IAX" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:367 +msgid "User" +msgstr "Nom d'utilisateur" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:369 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:396 +msgid "Mailbox" +msgstr "Boîte vocale" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:370 +msgid "State" +msgstr "Statut" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:373 +msgid "Stun settings will be applied on each account" +msgstr "Les paramètres de STUN seront appliqués à tous les comptes" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:374 +msgid "Enable Stun" +msgstr "Activer STUN" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:375 +msgid "choose Stun server (example : stunserver.org)" +msgstr "Choisissez un serveur STUN (exemple : stunserver.org)" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:143 +msgid "Maximum &results" +msgstr "Nombre de résultats maximum" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:144 +msgid "Display &photo if available" +msgstr "Afficher la photo si disponible" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:145 +msgid "Display phone numbers of these &types :" +msgstr "Afficher les numéros de téléphone" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:146 +msgid "&Work" +msgstr "Professionnels" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:147 +msgid "&Mobile" +msgstr "Mobiles" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:148 +msgid "&Home" +msgstr "Personnels" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:265 +msgid "Audio device" +msgstr "Fichier Audio" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:268 +msgid "ALSA" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:269 +msgid "PulseAudio" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:271 +msgid "Enable ringtones" +msgstr "Activer les sonneries" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:272 +msgid "*.ul *.au *.wav" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:273 +msgid "&Codecs" +msgstr "Codecs" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:275 +msgid "Active" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:277 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:404 +#: ../sflphone-client-gnome/src/config/audioconf.c:576 +msgid "Name" +msgstr "Nom" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:286 +#: ../sflphone-client-gnome/src/config/audioconf.c:795 +msgid "ALSA settings" +msgstr "Paramètres ALSA" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:287 +#: ../sflphone-client-gnome/src/config/audioconf.c:662 +msgid "ALSA plugin" +msgstr "Greffon ALSA" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:288 +msgid "In" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:289 +msgid "Out" +msgstr "Sortie" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:290 +msgid "PulseAudio settings" +msgstr "Paramètres PulseAudio" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:291 +msgid "Mute other applications during a call" +msgstr "Couper le son des autres applications pendant un appel" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:121 +msgid "Enable notifications" +msgstr "Activer les notifications" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:122 +msgid "On incoming &calls" +msgstr "Lors d'appels entrants" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:123 +msgid "On &messages" +msgstr "Lors de réception de messages" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:124 +msgid "Show main window" +msgstr "Mettre la fenêtre principale au premier plan" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:125 +msgid "On &start" +msgstr "Au démarrage" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:126 +msgid "On &incoming calls" +msgstr "Lors d'appels entrants" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:166 +msgid "Keep my history for at least" +msgstr "Garder mon historique au moins" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:167 +msgid "days" +msgstr "jours" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:168 +msgid "Clear history" +msgstr "Effacer l'historique" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:169 +msgid "Connection" +msgstr "Connexion" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:170 +#: ../sflphone-client-gnome/src/config/configwindow.c:664 +msgid "SIP Port" +msgstr "Port SIP" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:171 +msgid "Attention " +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:174 +#: ../sflphone-client-gnome/src/config/hooks-config.c:130 +msgid "URL Argument" +msgstr "Argument URL" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:175 +msgid "Custom commands with URL %s will be replaced with the passed URL." +msgstr "%s sera remplacé par l'URL passé en argument." + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:176 +msgid "Trigger on specific SIP header" +msgstr "Déclencher sur un entête SIP spécifique" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:177 +msgid "Trigger on IAX2 URL" +msgstr "Déclencher en IAX2" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:178 +msgid "Command to run" +msgstr "Commande à exécuter" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:179 +msgid "Phone number formatting" +msgstr "Réécriture des numéros appelés" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:180 +msgid "Add phone number prefix" +msgstr "Ajouter un préfixe au numéro" + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:91 +msgid "General" +msgstr "Général" + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:92 +#: ../sflphone-client-gnome/src/config/configwindow.c:726 +msgid "Destination folder" +msgstr "Dossier de destination" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:393 +msgid "Hold" +msgstr "Mettre en attente" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:395 +#: ../sflphone-client-gnome/src/toolbar.c:232 +#: ../sflphone-client-gnome/src/toolbar.c:234 +msgid "History" +msgstr "Historique" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:397 +msgid "Configure accounts" +msgstr "Comptes Configurés" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:398 +msgid "Configure audio" +msgstr "Configurer l'audio" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:399 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:401 +msgid "Configure SFLphone" +msgstr "Configurer SFLphone" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:403 +msgid "Display volume bars" +msgstr "Afficher les controles du volume" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:404 +msgid "Display dialpad" +msgstr "Afficher le clavier" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:405 +msgctxt "Action record a call" +msgid "Record" +msgstr "Enregistrer" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:408 +msgid "Attention:number of results exceeds max displayed." +msgstr "Attention:tous les résultats ne sont pas affichés." + +#: ../sflphone-client-gnome/src/accountlist.c:187 +msgid "accounr state" +msgstr "Paramètre des comptes" + +#: ../sflphone-client-gnome/src/actions.c:54 +#: ../sflphone-client-gnome/src/sflnotify.c:94 +msgid "%d voice mail" +msgid_plural "%d voice mails" +msgstr[0] "%d message vocal" +msgstr[1] "%d messages vocaux" + +#: ../sflphone-client-gnome/src/actions.c:234 +msgid "" +"Unable to connect to the SFLphone server.\n" +"Make sure the daemon is running." +msgstr "" +"Impossible de se connecter au serveur SFLphone.\n" +" Assurez-vous que le démon est lancé." + +#: ../sflphone-client-gnome/src/actions.c:809 +#, c-format +msgid "IP call - %s" +msgstr "Appel IP - %s" + +#: ../sflphone-client-gnome/src/actions.c:908 +#, c-format +msgid "" +"<b>Error: No audio codecs found.\n" +"\n" +"</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>.sflphone</" +"b> directory in your home( <i>%s</i> )" +msgstr "" +"<b>Erreur: Aucun codec audio trouvé.\n" +"\n" +"</b> Les codecs audio SFL doivent être soit dans <i>%s</i> soit dans le " +"répertoire <b>.sflphone</b> de votre répertoire racine( <i>%s</i> )" + +#: ../sflphone-client-gnome/src/assistant.c:70 +msgid "" +"You can at any time check your registration state or modify your accounts " +"parameters in the Options/Accounts window." +msgstr "" +"Vous pouvez à tout moment vérifier votre état d'enregistrement ou modifier " +"les paramètres de vos comptes dans la fenêtre Options/Comptes." + +#: ../sflphone-client-gnome/src/assistant.c:190 +msgid "SFLphone account creation wizard" +msgstr "Assistant de création de compte de SFLphone" + +#: ../sflphone-client-gnome/src/assistant.c:274 +#: ../sflphone-client-gnome/src/assistant.c:370 +#: ../sflphone-client-gnome/src/config/accountwindow.c:153 +msgid "_Alias" +msgstr "A_lias" + +#: ../sflphone-client-gnome/src/assistant.c:282 +#: ../sflphone-client-gnome/src/assistant.c:378 +#: ../sflphone-client-gnome/src/config/accountwindow.c:189 +msgid "_Host name" +msgstr "_Serveur" + +#: ../sflphone-client-gnome/src/assistant.c:290 +#: ../sflphone-client-gnome/src/assistant.c:386 +#: ../sflphone-client-gnome/src/config/accountwindow.c:197 +msgid "_User name" +msgstr "Usa_ger" + +#: ../sflphone-client-gnome/src/assistant.c:306 +#: ../sflphone-client-gnome/src/assistant.c:401 +#: ../sflphone-client-gnome/src/config/accountwindow.c:212 +msgid "_Password" +msgstr "_Mot de passe" + +#: ../sflphone-client-gnome/src/assistant.c:324 +#: ../sflphone-client-gnome/src/assistant.c:417 +#: ../sflphone-client-gnome/src/config/accountwindow.c:228 +msgid "_Voicemail number" +msgstr "_Boite vocale #" + +#: ../sflphone-client-gnome/src/assistant.c:347 +msgid "_Email address" +msgstr "A_dresse courriel" + +#: ../sflphone-client-gnome/src/assistant.c:444 +#: ../sflphone-client-gnome/src/config/configwindow.c:532 +msgid "E_nable STUN" +msgstr "A_ctiver STUN" + +#: ../sflphone-client-gnome/src/assistant.c:451 +msgid "_STUN server" +msgstr "S_erveur STUN" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Account Registration" +msgstr "Enregistrement du compte" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Congratulations!" +msgstr "Félicitations!" + +#: ../sflphone-client-gnome/src/errors.c:29 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening playback device" +msgstr "" +"Notification ALSA\n" +"\n" +"Erreur lors de l'ouverture du périphérique de sortie" + +#: ../sflphone-client-gnome/src/errors.c:32 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening capture device" +msgstr "" +"Notification ALSA\n" +"\n" +"Erreur lors de l'ouverture du périphérique d'entrée" + +#: ../sflphone-client-gnome/src/errors.c:35 +msgid "" +"Pulseaudio notification\n" +"\n" +"Pulseaudio is not running" +msgstr "" +"Notification Pulseaudio\n" +"\n" +"Pulseaudio n'est pas lancé" + +#: ../sflphone-client-gnome/src/mainwindow.c:70 +msgid "There is one call in progress." +msgstr "Vous avez un appel en cours." + +#: ../sflphone-client-gnome/src/mainwindow.c:74 +msgid "There are calls in progress." +msgstr "Vous avez des appels en cours." + +#: ../sflphone-client-gnome/src/mainwindow.c:83 +msgid "Do you still want to quit?" +msgstr "Voulez-vous quitter?" + +#: ../sflphone-client-gnome/src/mainwindow.c:284 +msgid "SFLphone Error" +msgstr "Erreur SFLphone" + +#: ../sflphone-client-gnome/src/menus.c:134 +msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols." +msgstr "" +"SFLphone est un client VoIP compatible avec les protocoles SIP et IAX2." + +#: ../sflphone-client-gnome/src/menus.c:137 +msgid "About SFLphone" +msgstr "A propos de SFLphone" + +#: ../sflphone-client-gnome/src/menus.c:161 +msgid "_Help" +msgstr "A_ide" + +#: ../sflphone-client-gnome/src/menus.c:296 +#: ../sflphone-client-gnome/src/menus.c:953 +msgid "_New call" +msgstr "_Nouvel appel" + +#: ../sflphone-client-gnome/src/menus.c:308 +#: ../sflphone-client-gnome/src/menus.c:785 +msgid "_Pick up" +msgstr "_Décrocher" + +#: ../sflphone-client-gnome/src/menus.c:318 +#: ../sflphone-client-gnome/src/menus.c:797 +msgid "_Hang up" +msgstr "_Raccrocher" + +#: ../sflphone-client-gnome/src/menus.c:328 +#: ../sflphone-client-gnome/src/menus.c:809 +msgid "On _Hold" +msgstr "_Mettre en attente" + +#: ../sflphone-client-gnome/src/menus.c:340 +#: ../sflphone-client-gnome/src/menus.c:821 +msgid "_Record" +msgstr "Enregistrer" + +#: ../sflphone-client-gnome/src/menus.c:354 +msgid "_Account creation wizard" +msgstr "_Assistant de création de compte" + +#: ../sflphone-client-gnome/src/menus.c:384 +msgid "_Call" +msgstr "_Actions" + +#: ../sflphone-client-gnome/src/menus.c:552 +msgid "Clear _history" +msgstr "Effacer l'_historique" + +#: ../sflphone-client-gnome/src/menus.c:564 +msgid "_Accounts" +msgstr "Co_mptes" + +#: ../sflphone-client-gnome/src/menus.c:579 +msgid "_Edit" +msgstr "_Editer" + +#: ../sflphone-client-gnome/src/menus.c:631 +msgid "_Dialpad" +msgstr "_Clavier" + +#: ../sflphone-client-gnome/src/menus.c:643 +msgid "_Volume controls" +msgstr "Contrôle du _volume" + +#: ../sflphone-client-gnome/src/menus.c:661 +msgid "_View" +msgstr "A_ffichage" + +#: ../sflphone-client-gnome/src/menus.c:881 +msgid "_Call back" +msgstr "_Rappeler" + +#: ../sflphone-client-gnome/src/menus.c:1061 +msgid "Edit phone number" +msgstr "Éditer le numéro" + +#: ../sflphone-client-gnome/src/menus.c:1072 +msgid "Edit the phone number before making a call" +msgstr "Éditer le numéro de téléphone avant d'appeler" + +#: ../sflphone-client-gnome/src/sflnotify.c:71 +#: ../sflphone-client-gnome/src/sflnotify.c:91 +#, c-format +msgid "%s account : %s" +msgstr "%s account : %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:75 +#, c-format +msgid "<i>From</i> %s" +msgstr "<i>De</i> %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:111 +#, c-format +msgid "Calling with %s account <i>%s</i>" +msgstr "Appel avec le compte %s <i>%s</i>" + +#: ../sflphone-client-gnome/src/sflnotify.c:115 +msgid "Current account" +msgstr "Compte courant" + +#: ../sflphone-client-gnome/src/sflnotify.c:130 +msgid "You have no accounts set up" +msgstr "Vous n'avez pas configuré de compte" + +#: ../sflphone-client-gnome/src/sflnotify.c:131 +#: ../sflphone-client-gnome/src/sflnotify.c:148 +msgid "Error" +msgstr "Erreur" + +#: ../sflphone-client-gnome/src/sflnotify.c:147 +msgid "You have no registered accounts" +msgstr "Vous n'avez aucun compte enregistré" + +#: ../sflphone-client-gnome/src/sliders.c:161 +msgid "Speakers volume" +msgstr "Volume des hauts-parleurs" + +#: ../sflphone-client-gnome/src/sliders.c:163 +msgid "Mic volume" +msgstr "Volume du micro" + +#: ../sflphone-client-gnome/src/statusicon.c:91 +msgid "_Show main window" +msgstr "_Afficher la fenêtre principale" + +#: ../sflphone-client-gnome/src/statusicon.c:127 +#, c-format +msgid "%i account configured" +msgid_plural "%i accounts configured" +msgstr[0] "%i compte configuré" +msgstr[1] "%i comptes configurés" + +#: ../sflphone-client-gnome/src/toolbar.c:52 +#: ../sflphone-client-gnome/src/toolbar.c:251 +#: ../sflphone-client-gnome/src/toolbar.c:255 +msgid "Voicemail" +msgstr "Boite vocale" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:113 +msgid "Account settings" +msgstr "Paramètre des comptes" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:147 +msgid "_Enable this account" +msgstr "Activer ce compte" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:161 +msgid "_Protocol" +msgstr "P_rotocole" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:179 +msgid "Unknown" +msgstr "Inconnu" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:312 +msgid "_Use Evolution address books" +msgstr "_Utiliser les carnets d'adresse d'Évolution" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:319 +msgid "Download limit :" +msgstr "Limite de téléchargement :" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:327 +msgid "cards" +msgstr "entrées" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:333 +msgid "_Display contact photo if available" +msgstr "_Afficher la photo si disponible" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:341 +msgid "Fields from Evolution's address books" +msgstr "Utiliser les champs suivants des carnets d'adresse d'Évolution" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:345 +msgid "_Work" +msgstr "_Professionnels" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:351 +msgid "_Home" +msgstr "P_ersonnels" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:357 +msgid "_Mobile" +msgstr "_Mobiles" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:364 +msgid "Address Books" +msgstr "Carnets d'adresses" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:368 +msgid "Select which Evolution address books to use" +msgstr "Sélectionnez les carnets d'adresses d'Evolution à utiliser" + +#: ../sflphone-client-gnome/src/config/audioconf.c:684 +msgid "Output" +msgstr "Sortie" + +#: ../sflphone-client-gnome/src/config/audioconf.c:706 +msgid "Input" +msgstr "Entrée" + +#: ../sflphone-client-gnome/src/config/audioconf.c:741 +msgid "_Voice Activity Detection" +msgstr "Détection de l'activité de la voix" + +#: ../sflphone-client-gnome/src/config/audioconf.c:751 +msgid "_Noise Reduction (Narrow-Band Companding)" +msgstr "Réduction du bruit (Compresseur extenseur LBR)" + +#: ../sflphone-client-gnome/src/config/audioconf.c:780 +msgid "Sound Manager" +msgstr "Interface Audio" + +#: ../sflphone-client-gnome/src/config/audioconf.c:783 +msgid "_Pulseaudio" +msgstr "_Pulseaudio" + +#: ../sflphone-client-gnome/src/config/audioconf.c:788 +msgid "_ALSA" +msgstr "_ALSA" + +#: ../sflphone-client-gnome/src/config/audioconf.c:812 +msgid "Codecs" +msgstr "Codecs" + +#: ../sflphone-client-gnome/src/config/audioconf.c:835 +msgid "Ringtones" +msgstr "Sonneries" + +#: ../sflphone-client-gnome/src/config/audioconf.c:841 +msgid "_Enable ringtones" +msgstr "_Activer les sonneries" + +#: ../sflphone-client-gnome/src/config/audioconf.c:847 +msgid "Choose a ringtone" +msgstr "Sélectionner une sonnerie" + +#: ../sflphone-client-gnome/src/config/audioconf.c:853 +msgid "Audio Files" +msgstr "Fichier Audio" + +#: ../sflphone-client-gnome/src/config/configwindow.c:425 +msgid "Status" +msgstr "Statut" + +#: ../sflphone-client-gnome/src/config/configwindow.c:528 +msgid "Stun parameters will be applied on each SIP account created." +msgstr "Les paramètres de STUN seront appliqués à tous les comptes" + +#: ../sflphone-client-gnome/src/config/configwindow.c:544 +msgid "Format : name.server:port" +msgstr "Format : nom.serveur:port" + +#: ../sflphone-client-gnome/src/config/configwindow.c:589 +msgid "Desktop Notifications" +msgstr "Notifications de Bureau" + +#: ../sflphone-client-gnome/src/config/configwindow.c:593 +msgid "_Enable notifications" +msgstr "_Activer les notifications" + +#: ../sflphone-client-gnome/src/config/configwindow.c:599 +msgid "Enable voicemail _notifications" +msgstr "Activer les notifications de boîte _vocale" + +#: ../sflphone-client-gnome/src/config/configwindow.c:611 +msgid "System Tray Icon" +msgstr "Icône dans la barre des tâches" + +#: ../sflphone-client-gnome/src/config/configwindow.c:614 +msgid "_Popup main window on incoming call" +msgstr "Faire apparaître la fenêtre _principale lors d'appel entrant" + +#: ../sflphone-client-gnome/src/config/configwindow.c:619 +msgid "Ne_ver popup main window" +msgstr "Ne _jamais afficher la fenêtre principale" + +#: ../sflphone-client-gnome/src/config/configwindow.c:623 +msgid "Hide SFLphone window on _startup" +msgstr "_Cacher la fenêtre de SFLphone au démarrage" + +#: ../sflphone-client-gnome/src/config/configwindow.c:629 +msgid "Calls History" +msgstr "Historique des appels" + +#: ../sflphone-client-gnome/src/config/configwindow.c:632 +msgctxt "Beginning of 'Keep my history for at least n days.'" +msgid "_Keep my history for at least" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:643 +msgctxt "End of 'Keep my history for at least n days.'" +msgid "days" +msgstr "jours" + +#: ../sflphone-client-gnome/src/config/configwindow.c:647 +msgid "PulseAudio sound server" +msgstr "Serveur de son PulseAudio" + +#: ../sflphone-client-gnome/src/config/configwindow.c:650 +msgid "_Mute other applications during a call" +msgstr "Éteindre le _son des autres applications lors d'un appel" + +#: ../sflphone-client-gnome/src/config/configwindow.c:677 +msgid "Port" +msgstr "Port" + +#: ../sflphone-client-gnome/src/config/configwindow.c:732 +msgid "Select a folder" +msgstr "Choisissez un dossier" + +#: ../sflphone-client-gnome/src/config/configwindow.c:766 +msgid "Preferences" +msgstr "Préférences" + +#: ../sflphone-client-gnome/src/config/configwindow.c:845 +msgid "Configured Accounts" +msgstr "Comptes Configurés" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:135 +msgid "Custom commands on incoming calls with URL" +msgstr "Commandes personnalisées lors d'appels entrants avec une URL" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:138 +#, c-format +msgid "%s will be replaced with the passed URL." +msgstr "%s sera remplacé par l'URL passé en argument." + +#: ../sflphone-client-gnome/src/config/hooks-config.c:141 +msgid "Trigger on specific _SIP header" +msgstr "Déclencher sur un entête _SIP spécifique" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:150 +msgid "Trigger on _IAX2 URL" +msgstr "Déclencher en _IAX2" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:155 +msgid "Command to _run" +msgstr "Commande à e_xécuter" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:165 +msgid "Phone number rewriting" +msgstr "Réécriture des numéros appelés" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:169 +msgid "_Prefix dialed numbers with" +msgstr "_Préfixer les numéros composés par" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:56 +msgid "Search all" +msgstr "Rechercher dans tous" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:57 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:70 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:82 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:94 +msgid "Click here to change the search type" +msgstr "Cliquez ici pour changer le type de recherche" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:69 +msgid "Search by missed call" +msgstr "Rechercher dans les appels manqués" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:81 +msgid "Search by incoming call" +msgstr "Rechercher dans les appels entrants" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:93 +msgid "Search by outgoing call" +msgstr "Rechercher dans les appels sortants" + +#~ msgid "Enable address book" +#~ msgstr "Activer le carnet d'adresses" + +#~ msgid "Sound manager" +#~ msgstr "Interface audio" + +#~ msgid "Prefix dialed numbers with" +#~ msgstr "Ajouter le préfixe" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" + +#~ msgid "Registered" +#~ msgstr "Enregistré" + +#~ msgid "Not Registered" +#~ msgstr "Non Enregistré" + +#~ msgid "Trying..." +#~ msgstr "En cours..." + +#~ msgid "Bad authentification" +#~ msgstr "Erreur d'authentification" + +#~ msgid "Network unreachable" +#~ msgstr "Réseau non trouvé" + +#~ msgid "Host unreachable" +#~ msgstr "Serveur introuvable" + +#~ msgid "Stun configuration error" +#~ msgstr "Erreur de configuration Stun" + +#~ msgid "Stun server invalid" +#~ msgstr "Serveur Stun invalide" + +#~ msgid "Invalid" +#~ msgstr "Non valide" + +#~ msgid "%d voice mails" +#~ msgstr "%d messages vocaux" + +#~ msgid "Using %s (%s)" +#~ msgstr "Utilise %s (%s)" + +#~ msgid "No registered account" +#~ msgstr "Aucun compte enregistré" + +#~ msgid "Using %s (%s) - Codec: %s" +#~ msgstr "Utilise %s (%s) - Codec: %s" + +#~ msgid "" +#~ "This assistant is now finished.\n" +#~ "You can at any time check your registration state or modify your accounts " +#~ "parameters in the Options/Accounts window.\n" +#~ "\n" +#~ "Alias : %s\n" +#~ "Server : %s\n" +#~ "Username : %s\n" +#~ msgstr "" +#~ "Cet assistant est maintenant terminé.\n" +#~ " Vous pouvez à tout moment vérifier votre état d'enregistrement ou " +#~ "modifier les paramètres de vos comptes dans la fenêtre Options/Comptes.\n" +#~ "\n" +#~ "Alias : %s\n" +#~ "Serveur : %s\n" +#~ "Nom d'usager : %s\n" + +#~ msgid "SFLphone account configuration wizard" +#~ msgstr "Assistant de configuration de compte" + +#~ msgid "Welcome to SFLphone!" +#~ msgstr "Bienvenue dans SFLphone" + +#~ msgid "Select an account type:" +#~ msgstr "Choisissez un type de compte:" + +#~ msgid "Please select one of the following option:" +#~ msgstr "Veuillez remplir les champs suivants:" + +#~ msgid "SIP account configuration" +#~ msgstr "Configuration d'un compte SIP" + +#~ msgid "Please fill the following information:" +#~ msgstr "Veuillez remplir les champs suivants:" + +#~ msgid "Optional Email Address " +#~ msgstr "Courriel optionnel" + +#~ msgid "This email address will be use to send your voicemail messages" +#~ msgstr "Vos messages vocaux seront envoyés par courriel à cette adresse " + +#~ msgid "_Email" +#~ msgstr "_Email" + +#~ msgid "IAX2 account configuration" +#~ msgstr "Configuration d'un compte IAX2" + +#~ msgid "Network Address Translation" +#~ msgstr "Traduction d'adresse réseau (NAT)" + +#~ msgid "Edit phone" +#~ msgstr "Éditer numéro" + +#~ msgid "%s account: %s" +#~ msgstr "Compte %s: %s" + +#~ msgid "<i>From:</i> %s" +#~ msgstr "<i>De:</i> %s" + +#~ msgid "You haven't setup any accounts" +#~ msgstr "Vous n'avez aucun compte configuré" + +#~ msgid "SFLphone - %i accounts configured" +#~ msgstr "SFLphone - %i comptes configurés" + +#~ msgid "\"Voicemail\" <%s>" +#~ msgstr "\"Boite vocale\" <%s>" + +#~ msgid "Place a call" +#~ msgstr "Appeler" + +#~ msgid "Off Hold" +#~ msgstr "Reprendre" + +#~ msgid "On Hold" +#~ msgstr "Mettre en attente" + +#~ msgid "Record a call" +#~ msgstr "_Enregistrer un appel" + +#~ msgid "Account Parameters" +#~ msgstr "Paramètres du Compte" + +#~ msgid "Download limit:" +#~ msgstr "Limite de _téléchargement:" + +#~ msgid "_Business phone" +#~ msgstr "Tél du _bureau" + +#~ msgid "_Home phone" +#~ msgstr "Tél du _domicile" + +#~ msgid "_Mobile phone" +#~ msgstr "Tél _portable" + +#~ msgid "Select which Evolution address books to use:" +#~ msgstr "Sélectionner quels carnets d'adresse d'Évolution utiliser:" + +#~ msgid "audio device index for output = %d" +#~ msgstr "index du device audio de sortie = %d" + +#~ msgid "ALSA configuration" +#~ msgstr "Configuration ALSA" + +#~ msgid "Stun parameters will apply to each SIP account created." +#~ msgstr "Les paramètres STUN sont appliqués à tous les comptes SIP créés" + +#~ msgid "Enable it if you are behind a firewall" +#~ msgstr "" +#~ "À activer si vous êtes derrière un pare-feu, puis redémarrez SFLphone" + +#~ msgid "Format: name.server:port" +#~ msgstr "Format: nom.serveur:port" + +#~ msgid "Recordings folder" +#~ msgstr "Dossier pour les enregistrements" + +#~ msgid "General Settings" +#~ msgstr "Préférences" + +#~ msgid "Audio Settings" +#~ msgstr "Paramètres Audio" + +#~ msgid "Recordings" +#~ msgstr "Enregistrements" + +#~ msgid "Address Book" +#~ msgstr "Carnet d'adresse" + +#~ msgid "Hooks" +#~ msgstr "Ancrage" + +#~ msgid "Accounts" +#~ msgstr "Comptes" + +#~ msgid "URL Passing" +#~ msgstr "Passage d'URL" + +#~ msgid "Command to _run: " +#~ msgstr "Commande à _exécuter: " + +#~ msgid "Phone Number Rewriting" +#~ msgstr "Rééecriture du numéro" + +#~ msgid "_Prefix dialed numbers with:" +#~ msgstr "_Préfixer les numéros composés par:" + +#~ msgid "Accept" +#~ msgstr "Accepter" + +#~ msgid "Refuse" +#~ msgstr "Refuser" + +#~ msgid "Ignore" +#~ msgstr "Ignorer" + +#~ msgid "<small>Missed call</small>" +#~ msgstr "<small>Appel manqué</small>" + +#~ msgid "<small>Duration:</small> %s" +#~ msgstr "<small>Durée:</small> %s" + +#~ msgid "Fields" +#~ msgstr "Champs" + +#~ msgid "_History size limit" +#~ msgstr "_Taille limite de l'historique" + +#~ msgid "" +#~ "SFLphone can run custom commands if incoming calls come with an URL " +#~ "attached.\n" +#~ "In this case, %s will be replaced with the passed URL." +#~ msgstr "" +#~ "SFLphone peut exécuter des commandes lors d'appels entrants qui ont un " +#~ "URL associé.\n" +#~ "Dans ce cas, %s sera remplacé par l'URL en question." + +#~ msgid "Search history" +#~ msgstr "Rechercher" + +#~ msgid "Search contact" +#~ msgstr "Rechercher un contact" + +#~ msgid "Registered to %s (%s)" +#~ msgstr "Connecté avec %s (%s)" + +#~ msgid "%s account- %s %s" +#~ msgstr "compte %s- %s %s" + +#~ msgid "Books" +#~ msgstr "Carnets d'adresse" + +#~ msgid "_Enable" +#~ msgstr "_Activer" + +#~ msgid "_Notify voice mails" +#~ msgstr "_Notifier les messages vocaux" + +#~ msgid "_Start hidden" +#~ msgstr "_Démarrer caché" + +#~ msgid "_Maximum number of calls" +#~ msgstr "N_ombre maximum d'appels" + +#~ msgid "_Control running applications volume" +#~ msgstr "_Autoriser à modifier le volume des autres applications" + +#~ msgid "Account previously setup" +#~ msgstr "Liste des comptes existants" + +#~ msgid "URL argument" +#~ msgstr "Argument URL" + +#~ msgid "_SIP protocol" +#~ msgstr "_Protocole SIP" + +#~ msgid "_SIP Header: " +#~ msgstr "En-tête SIP: " + +#~ msgid "_IAX2 protocol" +#~ msgstr "_Protocole IAX2" + +#~ msgid "_Prepend: " +#~ msgstr "Préfixe: " diff --git a/sflphone-client-gnome/po/ru/sflphone-client-gnome.po b/sflphone-client-gnome/po/ru/sflphone-client-gnome.po new file mode 100644 index 0000000000000000000000000000000000000000..04c8ecfba8bac54d286aa15fe31100f9960f4f34 --- /dev/null +++ b/sflphone-client-gnome/po/ru/sflphone-client-gnome.po @@ -0,0 +1,1286 @@ +# Russian Translation. +# Copyright (C) 2009 Savoir-Faire Linux Inc. +# This file is distributed under the same license as the sflphone package. +# Hussein Abdallah <hussein.abdallah@savoirfairelinux.com>. +# +msgid "" +msgstr "" +"Project-Id-Version: SFLphone 0.9.6\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-16 15:14-0400\n" +"PO-Revision-Date: 2009-06-08 10:19 GMT-5\n" +"Last-Translator: HUSSEIN ABDALLAH <hussein.abdallah@savoirfairelinux.com>\n" +"Language-Team: Savoir-Faire Linux Inc <sflphoneteam@savoirfairelinux.com>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../sflphone-client-kde/src/Account.cpp:34 +#: ../sflphone-client-gnome/src/accountlist.c:175 +msgctxt "account state" +msgid "Registered" +msgstr "ЗарегиÑтрирован" + +#: ../sflphone-client-kde/src/Account.cpp:36 +#: ../sflphone-client-gnome/src/accountlist.c:178 +msgctxt "account state" +msgid "Not Registered" +msgstr "Ðе зарегиÑтрирован" + +#: ../sflphone-client-kde/src/Account.cpp:38 +#: ../sflphone-client-gnome/src/accountlist.c:181 +msgctxt "account state" +msgid "Trying..." +msgstr "Пробует подключитьÑÑ..." + +#: ../sflphone-client-kde/src/Account.cpp:40 +#: ../sflphone-client-gnome/src/accountlist.c:184 +msgctxt "account state" +msgid "Error" +msgstr "Ошибка" + +#: ../sflphone-client-kde/src/Account.cpp:42 +msgctxt "account state" +msgid "Authentication Failed" +msgstr "ÐÐµÐ¿Ñ€Ð°Ð²Ð¸Ð»ÑŒÐ½Ð°Ñ Ð¸Ð´ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ" + +#: ../sflphone-client-kde/src/Account.cpp:44 +#: ../sflphone-client-gnome/src/accountlist.c:190 +msgctxt "account state" +msgid "Network unreachable" +msgstr "Сеть недоÑтупна" + +#: ../sflphone-client-kde/src/Account.cpp:46 +#: ../sflphone-client-gnome/src/accountlist.c:193 +msgctxt "account state" +msgid "Host unreachable" +msgstr "ХоÑÑ‚ недоÑтупен" + +#: ../sflphone-client-kde/src/Account.cpp:48 +#: ../sflphone-client-gnome/src/accountlist.c:196 +msgctxt "account state" +msgid "Stun configuration error" +msgstr "Ошибка наÑтройки Stun" + +#: ../sflphone-client-kde/src/Account.cpp:50 +#: ../sflphone-client-gnome/src/accountlist.c:199 +msgctxt "account state" +msgid "Stun server invalid" +msgstr "ÐедейÑтвительный Stun-Ñервер" + +#: ../sflphone-client-kde/src/Account.cpp:51 +#: ../sflphone-client-gnome/src/accountlist.c:202 +msgctxt "account state" +msgid "Invalid" +msgstr "ÐедейÑтвительный" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:163 +#: ../sflphone-client-kde/src/AccountWizard.cpp:278 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:406 +msgid "Account creation wizard" +msgstr "МаÑтер наÑтройки SFLphone" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:199 +#: ../sflphone-client-kde/src/AccountWizard.cpp:217 +#: ../sflphone-client-kde/src/AccountWizard.cpp:561 +#: ../sflphone-client-gnome/src/assistant.c:68 +#, c-format +msgid "This assistant is now finished." +msgstr "МаÑтер закончил наÑтройку." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:211 +msgid "Creation of account has failed for the reason" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:255 +#: ../sflphone-client-kde/src/AccountWizard.cpp:440 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:359 +#: ../sflphone-client-gnome/src/assistant.c:72 +msgid "Alias" +msgstr "ПÑевдоним" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:256 +#: ../sflphone-client-kde/src/AccountWizard.cpp:441 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:366 +#: ../sflphone-client-gnome/src/assistant.c:75 +msgid "Server" +msgstr "Сервер" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:257 +#: ../sflphone-client-kde/src/AccountWizard.cpp:442 +#: ../sflphone-client-gnome/src/assistant.c:78 +msgid "Username" +msgstr "Пользователь" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:258 +#: ../sflphone-client-kde/src/AccountWizard.cpp:443 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:368 +msgid "Password" +msgstr "Пароль" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:259 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:360 +#: ../sflphone-client-gnome/src/config/configwindow.c:418 +msgid "Protocol" +msgstr "Протокол" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:260 +#: ../sflphone-client-kde/src/AccountWizard.cpp:444 +msgid "Voicemail number" +msgstr "Ðомер автоответчика #" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:279 +#: ../sflphone-client-gnome/src/assistant.c:216 +msgid "Welcome to the Account creation wizard of SFLphone!" +msgstr "Добро пожаловать в SFLphone!" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:281 +#: ../sflphone-client-gnome/src/assistant.c:217 +msgid "This installation wizard will help you configure an account." +msgstr "Ðтот маÑтер уÑтановки поможет вам наÑтроить ваш аккаунт." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:309 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Account" +msgstr "Ðккаунты" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:310 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Please select one of the following options" +msgstr "Введите пожалуйÑта Ñледующие данные" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:312 +#: ../sflphone-client-gnome/src/assistant.c:251 +msgid "Create a free SIP/IAX2 account on sflphone.org" +msgstr "Создать беÑплатный SIP/IAX2-аккаунт на sflphone.org" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:313 +#: ../sflphone-client-gnome/src/assistant.c:253 +msgid "Register an existing SIP or IAX2 account" +msgstr "ЗарегиÑтрировать ÑущеÑтвующий SIP или IAX2 аккаунт" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:352 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "VoIP Protocols" +msgstr "VoIP-протоколы" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:353 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "Select an account type" +msgstr "Выберите тип аккаунта" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:355 +#: ../sflphone-client-gnome/src/assistant.c:233 +msgid "SIP (Session Initiation Protocol)" +msgstr "SIP (Session Initiation Protocol)" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:356 +#: ../sflphone-client-gnome/src/assistant.c:235 +msgid "IAX2 (InterAsterix Exchange)" +msgstr "IAX2 (InterAsterix Exchange)" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:395 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "Optional email address" +msgstr "Ðлектронный Ð°Ð´Ñ€ÐµÑ (необÑзательный)" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:396 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "This email address will be used to send your voicemail messages." +msgstr "Ðтот Ñлектронный Ð°Ð´Ñ€ÐµÑ Ð±ÑƒÐ´ÐµÑ‚ иÑпользоватьÑÑ Ð´Ð»Ñ Ñ€ÐµÑ‡ÐµÐ²Ñ‹Ñ… Ñообщений" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:398 +msgid "Email address" +msgstr "ÐÐ´Ñ€ÐµÑ Ñл. почты" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:432 +#: ../sflphone-client-gnome/src/assistant.c:266 +msgid "SIP account settings" +msgstr "ÐаÑтройка SIP-аккаунта" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:436 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "IAX2 account settings" +msgstr "ÐаÑтройка IAX2-аккаунта" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:438 +#: ../sflphone-client-gnome/src/assistant.c:266 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "Please fill the following information" +msgstr "Введите пожалуйÑта Ñледующие данные" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:523 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:856 +msgid "Network Address Translation (NAT)" +msgstr "Network Address Translation (NAT)" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:524 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:536 +msgid "You should probably enable this if you are behind a firewall." +msgstr "Ð’Ñ‹ наверное должны Ñто включить еÑли вы находитеÑÑŒ за Ñетевым Ñкраном." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:526 +msgid "Enable STUN" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:527 +msgid "Stun Server" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:562 +msgid "" +"After checking the settings you chose, click \"Finish\" to create the " +"account." +msgstr "" + +#: ../sflphone-client-kde/src/ActionSetAccountFirst.cpp:26 +msgid "Default account" +msgstr "" + +#: ../sflphone-client-kde/src/Call.cpp:116 +#: ../sflphone-client-gnome/src/contacts/calltree.c:322 +msgid "Transfer to : " +msgstr "" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:89 +#: ../sflphone-client-gnome/src/actions.c:816 +msgid "Codec" +msgstr "Codec" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:93 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:279 +#: ../sflphone-client-gnome/src/config/audioconf.c:581 +msgid "Frequency" +msgstr "ЧаÑтота" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:97 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:281 +#: ../sflphone-client-gnome/src/config/audioconf.c:586 +msgid "Bitrate" +msgstr "Битрейт" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:101 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:283 +#: ../sflphone-client-gnome/src/config/audioconf.c:591 +msgid "Bandwidth" +msgstr "ПропуÑÐºÐ½Ð°Ñ ÑпоÑобноÑть" + +#: ../sflphone-client-kde/src/main.cpp:39 +msgid "SFLphone KDE Client" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:43 +msgid "(C) 2009 Savoir-faire Linux" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:47 +msgid "Jérémy Quentin" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:48 +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:48 +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:62 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-gnome/src/statusicon.c:126 +msgid "SFLphone" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:209 +msgid "Incoming call" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 +msgid "You have an incoming call from" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 +msgid "Click to accept or refuse it." +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:716 +msgid "Address book loading..." +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:901 +#: ../sflphone-client-gnome/src/actions.c:89 +msgid "No registered accounts" +msgstr "У Ð²Ð°Ñ Ð½ÐµÑ‚ зарегиÑтрированных аккаунтов" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:905 +#: ../sflphone-client-gnome/src/actions.c:83 +#: ../sflphone-client-gnome/src/actions.c:813 +msgid "Using account" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +msgid "Main screen" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:165 +msgid "Call history" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:407 +#: ../sflphone-client-gnome/src/toolbar.c:243 +#: ../sflphone-client-gnome/src/toolbar.c:245 +msgid "Address book" +msgstr "ÐдреÑÐ½Ð°Ñ ÐºÐ½Ð¸Ð³Ð°" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1108 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1173 +msgid "Edit before call" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:56 +#: ../sflphone-client-gnome/src/toolbar.c:167 +#: ../sflphone-client-gnome/src/toolbar.c:169 +msgid "New call" +msgstr "Ðовый звонок" + +#: ../sflphone-client-kde/src/sflphone_const.h:57 +#: ../sflphone-client-kde/src/sflphone_const.h:62 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:392 +#: ../sflphone-client-gnome/src/toolbar.c:186 +#: ../sflphone-client-gnome/src/toolbar.c:188 +msgid "Hang up" +msgstr "Положить трубку" + +#: ../sflphone-client-kde/src/sflphone_const.h:58 +#: ../sflphone-client-gnome/src/toolbar.c:207 +#: ../sflphone-client-gnome/src/toolbar.c:209 +msgid "Hold on" +msgstr "Удержать звонок" + +#: ../sflphone-client-kde/src/sflphone_const.h:59 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:394 +#: ../sflphone-client-gnome/src/toolbar.c:220 +#: ../sflphone-client-gnome/src/toolbar.c:222 +msgid "Transfer" +msgstr "ПереÑлать звонок на другой номер" + +#: ../sflphone-client-kde/src/sflphone_const.h:60 +#: ../sflphone-client-gnome/src/toolbar.c:263 +msgid "Record" +msgstr "ЗапиÑать переговор" + +#: ../sflphone-client-kde/src/sflphone_const.h:61 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:391 +#: ../sflphone-client-gnome/src/toolbar.c:176 +#: ../sflphone-client-gnome/src/toolbar.c:178 +msgid "Pick up" +msgstr "ВзÑть трубку" + +#: ../sflphone-client-kde/src/sflphone_const.h:63 +#: ../sflphone-client-gnome/src/toolbar.c:196 +#: ../sflphone-client-gnome/src/toolbar.c:198 +msgid "Hold off" +msgstr "Снова взÑть" + +#: ../sflphone-client-kde/src/sflphone_const.h:64 +msgid "Give up transfer" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:65 +msgid "Call back" +msgstr "" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:48 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:306 +#: ../sflphone-client-gnome/src/config/configwindow.c:722 +#: ../sflphone-client-gnome/src/config/configwindow.c:791 +msgctxt "Config section" +msgid "General" +msgstr "Общие наÑтройки" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:49 +msgctxt "Config section" +msgid "Display" +msgstr "" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:50 +#: ../sflphone-client-gnome/src/config/configwindow.c:833 +msgctxt "Config section" +msgid "Accounts" +msgstr "" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:51 +#: ../sflphone-client-gnome/src/config/configwindow.c:786 +msgctxt "Config section" +msgid "Audio" +msgstr "звука" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:52 +#: ../sflphone-client-gnome/src/config/configwindow.c:801 +msgctxt "Config section" +msgid "Address Book" +msgstr "ÐдреÑÐ½Ð°Ñ ÐºÐ½Ð¸Ð³Ð°" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:53 +#: ../sflphone-client-gnome/src/config/configwindow.c:796 +msgctxt "Config section" +msgid "Recordings" +msgstr "ЗапиÑÑŒ" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:54 +#: ../sflphone-client-gnome/src/config/configwindow.c:806 +msgctxt "Config section" +msgid "Hooks" +msgstr "перехватчики (hooks)" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:321 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:142 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:263 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:120 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:164 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:173 +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:90 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:390 +msgid "Form" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:323 +msgid "" +"By default, when you place a call, sflphone will use the first account in " +"this list which is \"registered\". Change the order of the accounts using " +"the \"Up\" and \"Down\" arrows. Enable/disable them by checking/unchecking " +"them on the left of the item. Add or remove some with \"Plus\" and \"Sub\" " +"buttons. Edit the selected account with the form on the right." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:327 +msgid "Remove the selected account" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:330 +msgid "" +"This button will remove the selected account in the list below. Be sure you " +"really don't need it anymore. If you think you might use it again later, " +"just uncheck it." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:335 +msgid "Remove" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:336 +msgid "Backspace, Return" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:338 +msgid "Add a new account" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:341 +msgid "" +"This button enables you to initialize a new account. You will then be able " +"to edit it using the form on the right." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:343 +msgid "Add" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:345 +msgid "Get this account down" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:348 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:355 +msgid "" +"By default, when you place a call, sflphone will use the first account in " +"this list which is \"registered\". Change the order of the accounts using " +"the \"Up\" and \"Down\" arrows." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:350 +msgid "Down" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:352 +msgid "Get this account up" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:357 +msgid "Up" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:358 +msgid "Apply" +msgstr "Применить" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:363 +msgid "SIP" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:364 +msgid "IAX" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:367 +msgid "User" +msgstr "Пользователь" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:369 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:396 +msgid "Mailbox" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:370 +msgid "State" +msgstr "СтатуÑ" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:373 +msgid "Stun settings will be applied on each account" +msgstr "STUN-параметры будут Ñффективны Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ Ñозданного SIP-аккаунта" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:374 +msgid "Enable Stun" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:375 +msgid "choose Stun server (example : stunserver.org)" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:143 +msgid "Maximum &results" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:144 +msgid "Display &photo if available" +msgstr "_Показать фотографию контакта (еÑли имеетÑÑ):" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:145 +msgid "Display phone numbers of these &types :" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:146 +msgid "&Work" +msgstr "Рабочий" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:147 +msgid "&Mobile" +msgstr "Мобильный" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:148 +msgid "&Home" +msgstr "Домашний" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:265 +msgid "Audio device" +msgstr "Звуковые файлы" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:268 +msgid "ALSA" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:269 +msgid "PulseAudio" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:271 +msgid "Enable ringtones" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:272 +msgid "*.ul *.au *.wav" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:273 +msgid "&Codecs" +msgstr "Кодеки" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:275 +msgid "Active" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:277 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:404 +#: ../sflphone-client-gnome/src/config/audioconf.c:576 +msgid "Name" +msgstr "ИмÑ" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:286 +#: ../sflphone-client-gnome/src/config/audioconf.c:795 +msgid "ALSA settings" +msgstr "ÐаÑтройка ALSA" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:287 +#: ../sflphone-client-gnome/src/config/audioconf.c:662 +msgid "ALSA plugin" +msgstr "ALSA-плагин" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:288 +msgid "In" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:289 +msgid "Out" +msgstr "Выход" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:290 +msgid "PulseAudio settings" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:291 +msgid "Mute other applications during a call" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:121 +msgid "Enable notifications" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:122 +msgid "On incoming &calls" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:123 +msgid "On &messages" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:124 +msgid "Show main window" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:125 +msgid "On &start" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:126 +msgid "On &incoming calls" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:166 +msgid "Keep my history for at least" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:167 +msgid "days" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:168 +msgid "Clear history" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:169 +msgid "Connection" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:170 +#: ../sflphone-client-gnome/src/config/configwindow.c:664 +msgid "SIP Port" +msgstr "SIP-порт" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:171 +msgid "Attention " +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:174 +#: ../sflphone-client-gnome/src/config/hooks-config.c:130 +msgid "URL Argument" +msgstr "Передача URL" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:175 +msgid "Custom commands with URL %s will be replaced with the passed URL." +msgstr "%s будет заменена на переданную URL" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:176 +msgid "Trigger on specific SIP header" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:177 +msgid "Trigger on IAX2 URL" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:178 +msgid "Command to run" +msgstr "Выполнить команду:" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:179 +msgid "Phone number formatting" +msgstr "ПерепиÑка номера телефона" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:180 +msgid "Add phone number prefix" +msgstr "Мобильный телефон" + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:91 +msgid "General" +msgstr "Общие наÑтройки" + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:92 +#: ../sflphone-client-gnome/src/config/configwindow.c:726 +msgid "Destination folder" +msgstr "Папка назначениÑ" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:393 +msgid "Hold" +msgstr "Удержать звонок" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:395 +#: ../sflphone-client-gnome/src/toolbar.c:232 +#: ../sflphone-client-gnome/src/toolbar.c:234 +msgid "History" +msgstr "Журнал" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:397 +msgid "Configure accounts" +msgstr "Ðынешний аккаунт" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:398 +msgid "Configure audio" +msgstr "Ðынешний аккаунт" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:399 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:401 +msgid "Configure SFLphone" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:403 +msgid "Display volume bars" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:404 +msgid "Display dialpad" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:405 +msgctxt "Action record a call" +msgid "Record" +msgstr "ЗапиÑать переговор" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:408 +msgid "Attention:number of results exceeds max displayed." +msgstr "" + +#: ../sflphone-client-gnome/src/accountlist.c:187 +msgid "accounr state" +msgstr "ÐаÑтройки аккаунта" + +#: ../sflphone-client-gnome/src/actions.c:54 +#: ../sflphone-client-gnome/src/sflnotify.c:94 +msgid "%d voice mail" +msgid_plural "%d voice mails" +msgstr[0] "%d речевое Ñообщение" +msgstr[1] "%d речевое Ñообщение" + +#: ../sflphone-client-gnome/src/actions.c:234 +msgid "" +"Unable to connect to the SFLphone server.\n" +"Make sure the daemon is running." +msgstr "" +"Ðевозможно подключитьÑÑ Ðº SFLphone-Ñерверу.\n" +"Проверьте еÑли демон работает." + +#: ../sflphone-client-gnome/src/actions.c:809 +#, c-format +msgid "IP call - %s" +msgstr "IP звонок - %s" + +#: ../sflphone-client-gnome/src/actions.c:908 +#, c-format +msgid "" +"<b>Error: No audio codecs found.\n" +"\n" +"</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>.sflphone</" +"b> directory in your home( <i>%s</i> )" +msgstr "" +"<b>Ошибка: звуковые кодеки не найдены.\n" +"\n" +"</b> Звуковые кодеки SFL должны находитьÑÑ Ð² <i>%s</i> или в <b>.sflphone</" +"b> каталоге в вашем домашнем каталоге( <i>%s</i> )" + +#: ../sflphone-client-gnome/src/assistant.c:70 +msgid "" +"You can at any time check your registration state or modify your accounts " +"parameters in the Options/Accounts window." +msgstr "" +"Ð’Ñ‹ можете в любое Ð²Ñ€ÐµÐ¼Ñ Ð¿Ñ€Ð¾Ð²ÐµÑ€Ð¸Ñ‚ÑŒ ÑÑ‚Ð°Ñ‚ÑƒÑ Ñ€ÐµÐ³Ð¸Ñтрации или изменитьпараметры " +"ваших аккаунтов в меню Правка / Ðккаунты." + +#: ../sflphone-client-gnome/src/assistant.c:190 +msgid "SFLphone account creation wizard" +msgstr "МаÑтер наÑтройки SFLphone" + +#: ../sflphone-client-gnome/src/assistant.c:274 +#: ../sflphone-client-gnome/src/assistant.c:370 +#: ../sflphone-client-gnome/src/config/accountwindow.c:153 +msgid "_Alias" +msgstr "_ПÑевдоним" + +#: ../sflphone-client-gnome/src/assistant.c:282 +#: ../sflphone-client-gnome/src/assistant.c:378 +#: ../sflphone-client-gnome/src/config/accountwindow.c:189 +msgid "_Host name" +msgstr "Ð˜Ð¼Ñ Ð¸Ð»Ð¸ IP-Ð°Ð´Ñ€ÐµÑ _Ñервера" + +#: ../sflphone-client-gnome/src/assistant.c:290 +#: ../sflphone-client-gnome/src/assistant.c:386 +#: ../sflphone-client-gnome/src/config/accountwindow.c:197 +msgid "_User name" +msgstr "Ð˜Ð¼Ñ Ð¸Ð»Ð¸ _номер пользователÑ" + +#: ../sflphone-client-gnome/src/assistant.c:306 +#: ../sflphone-client-gnome/src/assistant.c:401 +#: ../sflphone-client-gnome/src/config/accountwindow.c:212 +msgid "_Password" +msgstr "Па_роль" + +#: ../sflphone-client-gnome/src/assistant.c:324 +#: ../sflphone-client-gnome/src/assistant.c:417 +#: ../sflphone-client-gnome/src/config/accountwindow.c:228 +msgid "_Voicemail number" +msgstr "Ðомер _автоответчика #" + +#: ../sflphone-client-gnome/src/assistant.c:347 +msgid "_Email address" +msgstr "_ÐÐ´Ñ€ÐµÑ Ñл. почты" + +#: ../sflphone-client-gnome/src/assistant.c:444 +#: ../sflphone-client-gnome/src/config/configwindow.c:532 +msgid "E_nable STUN" +msgstr "Включить STUN" + +#: ../sflphone-client-gnome/src/assistant.c:451 +msgid "_STUN server" +msgstr "_STUN-Ñервер" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Account Registration" +msgstr "РегиÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ð°ÐºÐºÐ°ÑƒÐ½Ñ‚Ð°" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Congratulations!" +msgstr "ПоздравлÑем!" + +#: ../sflphone-client-gnome/src/errors.c:29 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening playback device" +msgstr "" +"<b>ALSA-nпредупреждение</b>\n" +"\n" +"Ошибка во Ð²Ñ€ÐµÐ¼Ñ Ð°ÐºÑ‚Ð¸Ð²Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ ÑƒÑтройÑтва проигрываниÑ" + +#: ../sflphone-client-gnome/src/errors.c:32 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening capture device" +msgstr "" +"<b>ALSA-nпредупреждение</b>\n" +"\n" +"Ошибка во Ð²Ñ€ÐµÐ¼Ñ Ð°ÐºÑ‚Ð¸Ð²Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ ÑƒÑтройÑтва входа" + +#: ../sflphone-client-gnome/src/errors.c:35 +msgid "" +"Pulseaudio notification\n" +"\n" +"Pulseaudio is not running" +msgstr "" +"<b>Предупреждение Pulseaudio</b>\n" +"\n" +"Pulseaudio не работает" + +#: ../sflphone-client-gnome/src/mainwindow.c:70 +msgid "There is one call in progress." +msgstr "Звонок ещё не окончен." + +#: ../sflphone-client-gnome/src/mainwindow.c:74 +msgid "There are calls in progress." +msgstr "ÐеÑколько звонков ещё не окончены." + +#: ../sflphone-client-gnome/src/mainwindow.c:83 +msgid "Do you still want to quit?" +msgstr "Ð’Ñ‹ уверенны что хотите выйти?" + +#: ../sflphone-client-gnome/src/mainwindow.c:284 +msgid "SFLphone Error" +msgstr "Ошибка SFLphone." + +#: ../sflphone-client-gnome/src/menus.c:134 +msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols." +msgstr "SFLphone - SIP и IAX2-ÑовмеÑтимый VoIP-клиент " + +#: ../sflphone-client-gnome/src/menus.c:137 +msgid "About SFLphone" +msgstr "О SFLphone" + +#: ../sflphone-client-gnome/src/menus.c:161 +msgid "_Help" +msgstr "_Помощь" + +#: ../sflphone-client-gnome/src/menus.c:296 +#: ../sflphone-client-gnome/src/menus.c:953 +msgid "_New call" +msgstr "_Ðовый звонок" + +#: ../sflphone-client-gnome/src/menus.c:308 +#: ../sflphone-client-gnome/src/menus.c:785 +msgid "_Pick up" +msgstr "_ВзÑть трубку" + +#: ../sflphone-client-gnome/src/menus.c:318 +#: ../sflphone-client-gnome/src/menus.c:797 +msgid "_Hang up" +msgstr "_Положить трубку" + +#: ../sflphone-client-gnome/src/menus.c:328 +#: ../sflphone-client-gnome/src/menus.c:809 +msgid "On _Hold" +msgstr "_Удержать звонок" + +#: ../sflphone-client-gnome/src/menus.c:340 +#: ../sflphone-client-gnome/src/menus.c:821 +msgid "_Record" +msgstr "ЗапиÑать" + +#: ../sflphone-client-gnome/src/menus.c:354 +msgid "_Account creation wizard" +msgstr "МаÑтер наÑтройки SFLphone" + +#: ../sflphone-client-gnome/src/menus.c:384 +msgid "_Call" +msgstr "_Звонок" + +#: ../sflphone-client-gnome/src/menus.c:552 +msgid "Clear _history" +msgstr "_Стереть журнал" + +#: ../sflphone-client-gnome/src/menus.c:564 +msgid "_Accounts" +msgstr "_Ðккаунты" + +#: ../sflphone-client-gnome/src/menus.c:579 +msgid "_Edit" +msgstr "_Правка" + +#: ../sflphone-client-gnome/src/menus.c:631 +msgid "_Dialpad" +msgstr "_Клавиатура" + +#: ../sflphone-client-gnome/src/menus.c:643 +msgid "_Volume controls" +msgstr "_ÐаÑтройки громкоÑти" + +#: ../sflphone-client-gnome/src/menus.c:661 +msgid "_View" +msgstr "_Вид" + +#: ../sflphone-client-gnome/src/menus.c:881 +msgid "_Call back" +msgstr "_Перезвонить" + +#: ../sflphone-client-gnome/src/menus.c:1061 +msgid "Edit phone number" +msgstr "Мобильный телефон" + +#: ../sflphone-client-gnome/src/menus.c:1072 +msgid "Edit the phone number before making a call" +msgstr "Изменить номер телефона перед звонком" + +#: ../sflphone-client-gnome/src/sflnotify.c:71 +#: ../sflphone-client-gnome/src/sflnotify.c:91 +#, c-format +msgid "%s account : %s" +msgstr "%s аккаунт: %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:75 +#, c-format +msgid "<i>From</i> %s" +msgstr "<i>От:</i> %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:111 +#, c-format +msgid "Calling with %s account <i>%s</i>" +msgstr "Звонок Ñ Ð°ÐºÐºÐ°ÑƒÐ½Ñ‚Ð¾Ð¼ %s <i>%s</i>" + +#: ../sflphone-client-gnome/src/sflnotify.c:115 +msgid "Current account" +msgstr "Ðынешний аккаунт" + +#: ../sflphone-client-gnome/src/sflnotify.c:130 +msgid "You have no accounts set up" +msgstr "Ð’Ñ‹ не наÑтроили ни одного аккаунта" + +#: ../sflphone-client-gnome/src/sflnotify.c:131 +#: ../sflphone-client-gnome/src/sflnotify.c:148 +msgid "Error" +msgstr "Ошибка" + +#: ../sflphone-client-gnome/src/sflnotify.c:147 +msgid "You have no registered accounts" +msgstr "У Ð²Ð°Ñ Ð½ÐµÑ‚ зарегиÑтрированных аккаунтов" + +#: ../sflphone-client-gnome/src/sliders.c:161 +msgid "Speakers volume" +msgstr "ГромкоÑть" + +#: ../sflphone-client-gnome/src/sliders.c:163 +msgid "Mic volume" +msgstr "ГромкоÑть микрофона" + +#: ../sflphone-client-gnome/src/statusicon.c:91 +msgid "_Show main window" +msgstr "_Показать главное окно" + +#: ../sflphone-client-gnome/src/statusicon.c:127 +#, c-format +msgid "%i account configured" +msgid_plural "%i accounts configured" +msgstr[0] "" +msgstr[1] "SFLphone - ЗарегиÑтрировано %i аккаунтов" + +#: ../sflphone-client-gnome/src/toolbar.c:52 +#: ../sflphone-client-gnome/src/toolbar.c:251 +#: ../sflphone-client-gnome/src/toolbar.c:255 +msgid "Voicemail" +msgstr "Ðвтоответчик" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:113 +msgid "Account settings" +msgstr "ÐаÑтройки аккаунта" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:147 +msgid "_Enable this account" +msgstr "_Включить" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:161 +msgid "_Protocol" +msgstr "Пр_отокол" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:179 +msgid "Unknown" +msgstr "ÐеизвеÑтный" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:312 +msgid "_Use Evolution address books" +msgstr "_ИÑпользовать адреÑную книгу Evolution" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:319 +msgid "Download limit :" +msgstr "Ограничение ÑкороÑти ÑкачиваниÑ:" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:327 +msgid "cards" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:333 +msgid "_Display contact photo if available" +msgstr "_Показать фотографию контакта (еÑли имеетÑÑ):" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:341 +msgid "Fields from Evolution's address books" +msgstr "ИÑполоьзовать Ñледующие Ð¿Ð¾Ð»Ñ Ð¸Ð· адреÑной книги Evolution:" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:345 +msgid "_Work" +msgstr "_Рабочий" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:351 +msgid "_Home" +msgstr "_Домашний" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:357 +msgid "_Mobile" +msgstr "_Мобильный" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:364 +msgid "Address Books" +msgstr "ÐдреÑÐ½Ð°Ñ ÐºÐ½Ð¸Ð³Ð°" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:368 +msgid "Select which Evolution address books to use" +msgstr "Выбрать адреÑную книгу Evolution:" + +#: ../sflphone-client-gnome/src/config/audioconf.c:684 +msgid "Output" +msgstr "Выход" + +#: ../sflphone-client-gnome/src/config/audioconf.c:706 +msgid "Input" +msgstr "Вход" + +#: ../sflphone-client-gnome/src/config/audioconf.c:741 +msgid "_Voice Activity Detection" +msgstr "Включить детектор тишины" + +#: ../sflphone-client-gnome/src/config/audioconf.c:751 +msgid "_Noise Reduction (Narrow-Band Companding)" +msgstr "Шумоподавление" + +#: ../sflphone-client-gnome/src/config/audioconf.c:780 +msgid "Sound Manager" +msgstr "Менеджер звука" + +#: ../sflphone-client-gnome/src/config/audioconf.c:783 +msgid "_Pulseaudio" +msgstr "_Pulseaudio" + +#: ../sflphone-client-gnome/src/config/audioconf.c:788 +msgid "_ALSA" +msgstr "_ALSA" + +#: ../sflphone-client-gnome/src/config/audioconf.c:812 +msgid "Codecs" +msgstr "Кодеки" + +#: ../sflphone-client-gnome/src/config/audioconf.c:835 +msgid "Ringtones" +msgstr "Звонки" + +#: ../sflphone-client-gnome/src/config/audioconf.c:841 +msgid "_Enable ringtones" +msgstr "Включить звонок" + +#: ../sflphone-client-gnome/src/config/audioconf.c:847 +msgid "Choose a ringtone" +msgstr "Выберите звонок" + +#: ../sflphone-client-gnome/src/config/audioconf.c:853 +msgid "Audio Files" +msgstr "Звуковые файлы" + +#: ../sflphone-client-gnome/src/config/configwindow.c:425 +msgid "Status" +msgstr "СтатуÑ" + +#: ../sflphone-client-gnome/src/config/configwindow.c:528 +msgid "Stun parameters will be applied on each SIP account created." +msgstr "STUN-параметры будут Ñффективны Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ Ñозданного SIP-аккаунта" + +#: ../sflphone-client-gnome/src/config/configwindow.c:544 +msgid "Format : name.server:port" +msgstr "Формат: имÑ.Ñервер:порт" + +#: ../sflphone-client-gnome/src/config/configwindow.c:589 +msgid "Desktop Notifications" +msgstr "Ð˜Ð·Ð²ÐµÑ‰ÐµÐ½Ð¸Ñ Ð½Ð° рабочем Ñтоле" + +#: ../sflphone-client-gnome/src/config/configwindow.c:593 +msgid "_Enable notifications" +msgstr "Включить звонок" + +#: ../sflphone-client-gnome/src/config/configwindow.c:599 +msgid "Enable voicemail _notifications" +msgstr "Включить Ð¿Ñ€ÐµÐ´ÑƒÐ¿Ñ€ÐµÐ¶Ð´ÐµÐ½Ð¸Ñ Ð¾ речевых ÑообщениÑÑ…" + +#: ../sflphone-client-gnome/src/config/configwindow.c:611 +msgid "System Tray Icon" +msgstr "System Tray Icon" + +#: ../sflphone-client-gnome/src/config/configwindow.c:614 +msgid "_Popup main window on incoming call" +msgstr "_Показать главное окно при входÑщем звонке" + +#: ../sflphone-client-gnome/src/config/configwindow.c:619 +msgid "Ne_ver popup main window" +msgstr "Ðикогда не показывать главное окно" + +#: ../sflphone-client-gnome/src/config/configwindow.c:623 +msgid "Hide SFLphone window on _startup" +msgstr "СпрÑтать окно SFLphone при пуÑке" + +#: ../sflphone-client-gnome/src/config/configwindow.c:629 +msgid "Calls History" +msgstr "Журнал звонков" + +#: ../sflphone-client-gnome/src/config/configwindow.c:632 +msgctxt "Beginning of 'Keep my history for at least n days.'" +msgid "_Keep my history for at least" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:643 +msgctxt "End of 'Keep my history for at least n days.'" +msgid "days" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:647 +msgid "PulseAudio sound server" +msgstr "Сервер звука PulseAudio" + +#: ../sflphone-client-gnome/src/config/configwindow.c:650 +msgid "_Mute other applications during a call" +msgstr "Приглушать звук других програм во Ð²Ñ€ÐµÐ¼Ñ Ð·Ð²Ð¾Ð½ÐºÐ°" + +#: ../sflphone-client-gnome/src/config/configwindow.c:677 +msgid "Port" +msgstr "Порт" + +#: ../sflphone-client-gnome/src/config/configwindow.c:732 +msgid "Select a folder" +msgstr "Выберите папку" + +#: ../sflphone-client-gnome/src/config/configwindow.c:766 +msgid "Preferences" +msgstr "ПредпочтениÑ" + +#: ../sflphone-client-gnome/src/config/configwindow.c:845 +msgid "Configured Accounts" +msgstr "Ðынешний аккаунт" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:135 +msgid "Custom commands on incoming calls with URL" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:138 +#, c-format +msgid "%s will be replaced with the passed URL." +msgstr "%s будет заменена на переданную URL" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:141 +msgid "Trigger on specific _SIP header" +msgstr "ЗапуÑтить при определëнном SIP-заголовке" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:150 +msgid "Trigger on _IAX2 URL" +msgstr "ЗапуÑтить при наличии URL _IAX2" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:155 +msgid "Command to _run" +msgstr "_Выполнить команду:" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:165 +msgid "Phone number rewriting" +msgstr "ПерепиÑка номера телефона" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:169 +msgid "_Prefix dialed numbers with" +msgstr "Добавить перед на набранными номерами" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:56 +msgid "Search all" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:57 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:70 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:82 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:94 +msgid "Click here to change the search type" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:69 +msgid "Search by missed call" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:81 +msgid "Search by incoming call" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:93 +msgid "Search by outgoing call" +msgstr "" diff --git a/sflphone-common/po/sflphone_es.po.patch b/sflphone-client-gnome/po/sflphone_es.po.patch similarity index 100% rename from sflphone-common/po/sflphone_es.po.patch rename to sflphone-client-gnome/po/sflphone_es.po.patch diff --git a/sflphone-client-gnome/po/zh_CN/sflphone-client-gnome.po b/sflphone-client-gnome/po/zh_CN/sflphone-client-gnome.po new file mode 100644 index 0000000000000000000000000000000000000000..342cfd01f03d2ab5cf135dcf5528a19a523fdf5e --- /dev/null +++ b/sflphone-client-gnome/po/zh_CN/sflphone-client-gnome.po @@ -0,0 +1,1594 @@ +# Chinese translation of SFLphone. +# Copyright (C) 2008 The Free Software Foundation, Inc. +# This file is distributed under the GNU General Public License Version 3. +# +# Yun Liu <yun.liu@savoirfairelinux.com>, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: SFLphone 0.9.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-16 15:14-0400\n" +"PO-Revision-Date: 2008-10-28 14:15\n" +"Last-Translator: Yun Liu <yun.liu@savoirfairelinux.com>\n" +"Language-Team: SavoirFaireLinux Inc <sflphoneteam@savoirfairelinux.com>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n>1;\n" + +#: ../sflphone-client-kde/src/Account.cpp:34 +#: ../sflphone-client-gnome/src/accountlist.c:175 +msgctxt "account state" +msgid "Registered" +msgstr "已注册" + +#: ../sflphone-client-kde/src/Account.cpp:36 +#: ../sflphone-client-gnome/src/accountlist.c:178 +msgctxt "account state" +msgid "Not Registered" +msgstr "未注册" + +#: ../sflphone-client-kde/src/Account.cpp:38 +#: ../sflphone-client-gnome/src/accountlist.c:181 +msgctxt "account state" +msgid "Trying..." +msgstr "æ£åœ¨è¿žæŽ¥..." + +#: ../sflphone-client-kde/src/Account.cpp:40 +#: ../sflphone-client-gnome/src/accountlist.c:184 +msgctxt "account state" +msgid "Error" +msgstr "注册失败" + +#: ../sflphone-client-kde/src/Account.cpp:42 +#, fuzzy +msgctxt "account state" +msgid "Authentication Failed" +msgstr "认è¯é”™è¯¯" + +#: ../sflphone-client-kde/src/Account.cpp:44 +#: ../sflphone-client-gnome/src/accountlist.c:190 +msgctxt "account state" +msgid "Network unreachable" +msgstr "网络连接失败" + +#: ../sflphone-client-kde/src/Account.cpp:46 +#: ../sflphone-client-gnome/src/accountlist.c:193 +msgctxt "account state" +msgid "Host unreachable" +msgstr "æœåŠ¡å™¨è¿žæŽ¥å¤±è´¥" + +#: ../sflphone-client-kde/src/Account.cpp:48 +#: ../sflphone-client-gnome/src/accountlist.c:196 +msgctxt "account state" +msgid "Stun configuration error" +msgstr "STUNé…置有误" + +#: ../sflphone-client-kde/src/Account.cpp:50 +#: ../sflphone-client-gnome/src/accountlist.c:199 +msgctxt "account state" +msgid "Stun server invalid" +msgstr "STUNæœåŠ¡å™¨æ— æ•ˆ" + +#: ../sflphone-client-kde/src/Account.cpp:51 +#: ../sflphone-client-gnome/src/accountlist.c:202 +msgctxt "account state" +msgid "Invalid" +msgstr "æ— æ•ˆ" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:163 +#: ../sflphone-client-kde/src/AccountWizard.cpp:278 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:406 +msgid "Account creation wizard" +msgstr "叿ˆ·åˆ›å»ºå‘导" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:199 +#: ../sflphone-client-kde/src/AccountWizard.cpp:217 +#: ../sflphone-client-kde/src/AccountWizard.cpp:561 +#: ../sflphone-client-gnome/src/assistant.c:68 +#, c-format +msgid "This assistant is now finished." +msgstr "é…置完æˆ." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:211 +msgid "Creation of account has failed for the reason" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:255 +#: ../sflphone-client-kde/src/AccountWizard.cpp:440 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:359 +#: ../sflphone-client-gnome/src/assistant.c:72 +msgid "Alias" +msgstr "别å" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:256 +#: ../sflphone-client-kde/src/AccountWizard.cpp:441 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:366 +#: ../sflphone-client-gnome/src/assistant.c:75 +msgid "Server" +msgstr "æœåС噍" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:257 +#: ../sflphone-client-kde/src/AccountWizard.cpp:442 +#: ../sflphone-client-gnome/src/assistant.c:78 +msgid "Username" +msgstr "用户å" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:258 +#: ../sflphone-client-kde/src/AccountWizard.cpp:443 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:368 +msgid "Password" +msgstr "密ç " + +#: ../sflphone-client-kde/src/AccountWizard.cpp:259 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:360 +#: ../sflphone-client-gnome/src/config/configwindow.c:418 +msgid "Protocol" +msgstr "åè®®" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:260 +#: ../sflphone-client-kde/src/AccountWizard.cpp:444 +msgid "Voicemail number" +msgstr "è¯éŸ³ä¿¡ç®±å·ç " + +#: ../sflphone-client-kde/src/AccountWizard.cpp:279 +#: ../sflphone-client-gnome/src/assistant.c:216 +msgid "Welcome to the Account creation wizard of SFLphone!" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:281 +#: ../sflphone-client-gnome/src/assistant.c:217 +msgid "This installation wizard will help you configure an account." +msgstr "安装å‘导将帮助您é…ç½®å¸æˆ·" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:309 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Account" +msgstr "叿ˆ·" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:310 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Please select one of the following options" +msgstr "请选择以下选项ä¸çš„一个" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:312 +#: ../sflphone-client-gnome/src/assistant.c:251 +msgid "Create a free SIP/IAX2 account on sflphone.org" +msgstr "在sflphone.org上创建å…费的SIP/IAX2叿ˆ·" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:313 +#: ../sflphone-client-gnome/src/assistant.c:253 +msgid "Register an existing SIP or IAX2 account" +msgstr "注册已å˜åœ¨çš„SIP或IAX2叿ˆ·" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:352 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "VoIP Protocols" +msgstr "VoIPåè®®" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:353 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "Select an account type" +msgstr "é€‰æ‹©å¸æˆ·ç±»åž‹" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:355 +#: ../sflphone-client-gnome/src/assistant.c:233 +msgid "SIP (Session Initiation Protocol)" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:356 +#: ../sflphone-client-gnome/src/assistant.c:235 +msgid "IAX2 (InterAsterix Exchange)" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:395 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "Optional email address" +msgstr "å¯é€‰é‚®ä»¶åœ°å€" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:396 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "This email address will be used to send your voicemail messages." +msgstr "这个邮件地å€å°†è¢«ç”¨æ¥å‘逿‚¨çš„è¯éŸ³é‚®ç®±æ¶ˆæ¯" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:398 +msgid "Email address" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:432 +#: ../sflphone-client-gnome/src/assistant.c:266 +msgid "SIP account settings" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:436 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "IAX2 account settings" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:438 +#: ../sflphone-client-gnome/src/assistant.c:266 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "Please fill the following information" +msgstr "请填写以下信æ¯" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:523 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:856 +msgid "Network Address Translation (NAT)" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:524 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:536 +msgid "You should probably enable this if you are behind a firewall." +msgstr "å¦‚æžœä½ ä½¿ç”¨ç½‘ç»œä½¿ç”¨é˜²ç«å¢™ï¼Œä½ 很有å¯èƒ½éœ€è¦è®¾å®šæ¤é¡¹." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:526 +msgid "Enable STUN" +msgstr "使用STUN" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:527 +msgid "Stun Server" +msgstr "STUNæœåС噍" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:562 +msgid "" +"After checking the settings you chose, click \"Finish\" to create the " +"account." +msgstr "" + +#: ../sflphone-client-kde/src/ActionSetAccountFirst.cpp:26 +msgid "Default account" +msgstr "" + +#: ../sflphone-client-kde/src/Call.cpp:116 +#: ../sflphone-client-gnome/src/contacts/calltree.c:322 +msgid "Transfer to : " +msgstr "" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:89 +#: ../sflphone-client-gnome/src/actions.c:816 +msgid "Codec" +msgstr "" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:93 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:279 +#: ../sflphone-client-gnome/src/config/audioconf.c:581 +msgid "Frequency" +msgstr "频率" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:97 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:281 +#: ../sflphone-client-gnome/src/config/audioconf.c:586 +msgid "Bitrate" +msgstr "比率" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:101 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:283 +#: ../sflphone-client-gnome/src/config/audioconf.c:591 +msgid "Bandwidth" +msgstr "带宽" + +#: ../sflphone-client-kde/src/main.cpp:39 +msgid "SFLphone KDE Client" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:43 +msgid "(C) 2009 Savoir-faire Linux" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:47 +msgid "Jérémy Quentin" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:48 +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:48 +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:62 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-gnome/src/statusicon.c:126 +msgid "SFLphone" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:209 +msgid "Incoming call" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 +msgid "You have an incoming call from" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 +msgid "Click to accept or refuse it." +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:716 +msgid "Address book loading..." +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:901 +#: ../sflphone-client-gnome/src/actions.c:89 +msgid "No registered accounts" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:905 +#: ../sflphone-client-gnome/src/actions.c:83 +#: ../sflphone-client-gnome/src/actions.c:813 +msgid "Using account" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +msgid "Main screen" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:165 +msgid "Call history" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:407 +#: ../sflphone-client-gnome/src/toolbar.c:243 +#: ../sflphone-client-gnome/src/toolbar.c:245 +msgid "Address book" +msgstr "地å€ç°¿" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1108 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1173 +msgid "Edit before call" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:56 +#: ../sflphone-client-gnome/src/toolbar.c:167 +#: ../sflphone-client-gnome/src/toolbar.c:169 +msgid "New call" +msgstr "新电è¯" + +#: ../sflphone-client-kde/src/sflphone_const.h:57 +#: ../sflphone-client-kde/src/sflphone_const.h:62 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:392 +#: ../sflphone-client-gnome/src/toolbar.c:186 +#: ../sflphone-client-gnome/src/toolbar.c:188 +msgid "Hang up" +msgstr "放电è¯" + +#: ../sflphone-client-kde/src/sflphone_const.h:58 +#: ../sflphone-client-gnome/src/toolbar.c:207 +#: ../sflphone-client-gnome/src/toolbar.c:209 +msgid "Hold on" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:59 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:394 +#: ../sflphone-client-gnome/src/toolbar.c:220 +#: ../sflphone-client-gnome/src/toolbar.c:222 +msgid "Transfer" +msgstr "转接" + +#: ../sflphone-client-kde/src/sflphone_const.h:60 +#: ../sflphone-client-gnome/src/toolbar.c:263 +msgid "Record" +msgstr "记录" + +#: ../sflphone-client-kde/src/sflphone_const.h:61 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:391 +#: ../sflphone-client-gnome/src/toolbar.c:176 +#: ../sflphone-client-gnome/src/toolbar.c:178 +msgid "Pick up" +msgstr "接电è¯" + +#: ../sflphone-client-kde/src/sflphone_const.h:63 +#: ../sflphone-client-gnome/src/toolbar.c:196 +#: ../sflphone-client-gnome/src/toolbar.c:198 +msgid "Hold off" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:64 +msgid "Give up transfer" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:65 +msgid "Call back" +msgstr "回å«" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:48 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:306 +#: ../sflphone-client-gnome/src/config/configwindow.c:722 +#: ../sflphone-client-gnome/src/config/configwindow.c:791 +msgctxt "Config section" +msgid "General" +msgstr "常用é…ç½®" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:49 +msgctxt "Config section" +msgid "Display" +msgstr "" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:50 +#: ../sflphone-client-gnome/src/config/configwindow.c:833 +msgctxt "Config section" +msgid "Accounts" +msgstr "叿ˆ·" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:51 +#: ../sflphone-client-gnome/src/config/configwindow.c:786 +msgctxt "Config section" +msgid "Audio" +msgstr "" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:52 +#: ../sflphone-client-gnome/src/config/configwindow.c:801 +msgctxt "Config section" +msgid "Address Book" +msgstr "地å€ç°¿" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:53 +#: ../sflphone-client-gnome/src/config/configwindow.c:796 +msgctxt "Config section" +msgid "Recordings" +msgstr "记录" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:54 +#: ../sflphone-client-gnome/src/config/configwindow.c:806 +msgctxt "Config section" +msgid "Hooks" +msgstr "é’©é”®" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:321 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:142 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:263 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:120 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:164 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:173 +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:90 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:390 +msgid "Form" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:323 +msgid "" +"By default, when you place a call, sflphone will use the first account in " +"this list which is \"registered\". Change the order of the accounts using " +"the \"Up\" and \"Down\" arrows. Enable/disable them by checking/unchecking " +"them on the left of the item. Add or remove some with \"Plus\" and \"Sub\" " +"buttons. Edit the selected account with the form on the right." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:327 +msgid "Remove the selected account" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:330 +msgid "" +"This button will remove the selected account in the list below. Be sure you " +"really don't need it anymore. If you think you might use it again later, " +"just uncheck it." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:335 +msgid "Remove" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:336 +msgid "Backspace, Return" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:338 +msgid "Add a new account" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:341 +msgid "" +"This button enables you to initialize a new account. You will then be able " +"to edit it using the form on the right." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:343 +msgid "Add" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:345 +msgid "Get this account down" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:348 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:355 +msgid "" +"By default, when you place a call, sflphone will use the first account in " +"this list which is \"registered\". Change the order of the accounts using " +"the \"Up\" and \"Down\" arrows." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:350 +msgid "Down" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:352 +msgid "Get this account up" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:357 +msgid "Up" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:358 +msgid "Apply" +msgstr "应用" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:363 +msgid "SIP" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:364 +msgid "IAX" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:367 +msgid "User" +msgstr "用户å" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:369 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:396 +msgid "Mailbox" +msgstr "è¯éŸ³é‚®ä»¶" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:370 +#, fuzzy +msgid "State" +msgstr "状æ€" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:373 +#, fuzzy +msgid "Stun settings will be applied on each account" +msgstr "STUN傿•°å°†åº”用于æ¯ä¸€ä¸ªæ³¨å†Œçš„SIP叿ˆ·" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:374 +msgid "Enable Stun" +msgstr "使用STUN" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:375 +msgid "choose Stun server (example : stunserver.org)" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:143 +msgid "Maximum &results" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:144 +#, fuzzy +msgid "Display &photo if available" +msgstr "如果å¯è¡Œåˆ™æ˜¾ç¤ºè”系人照片" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:145 +msgid "Display phone numbers of these &types :" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:146 +msgid "&Work" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:147 +#, fuzzy +msgid "&Mobile" +msgstr "移动电è¯(M)" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:148 +msgid "&Home" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:265 +#, fuzzy +msgid "Audio device" +msgstr "音频文件" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:268 +msgid "ALSA" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:269 +msgid "PulseAudio" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:271 +msgid "Enable ringtones" +msgstr "å¯ç”¨é“ƒå£°" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:272 +msgid "*.ul *.au *.wav" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:273 +#, fuzzy +msgid "&Codecs" +msgstr "Codecsç¼–ç " + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:275 +msgid "Active" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:277 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:404 +#: ../sflphone-client-gnome/src/config/audioconf.c:576 +msgid "Name" +msgstr "åç§°" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:286 +#: ../sflphone-client-gnome/src/config/audioconf.c:795 +msgid "ALSA settings" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:287 +#: ../sflphone-client-gnome/src/config/audioconf.c:662 +msgid "ALSA plugin" +msgstr "ALSAæ’ä»¶" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:288 +msgid "In" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:289 +#, fuzzy +msgid "Out" +msgstr "输出" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:290 +msgid "PulseAudio settings" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:291 +msgid "Mute other applications during a call" +msgstr "当有æ¥ç”µæ—¶é™éŸ³å…¶å®ƒåº”用程åº" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:121 +msgid "Enable notifications" +msgstr "å¯ç”¨æç¤º" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:122 +msgid "On incoming &calls" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:123 +msgid "On &messages" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:124 +msgid "Show main window" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:125 +msgid "On &start" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:126 +msgid "On &incoming calls" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:166 +msgid "Keep my history for at least" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:167 +msgid "days" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:168 +msgid "Clear history" +msgstr "清空历å²è®°å½•" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:169 +msgid "Connection" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:170 +#: ../sflphone-client-gnome/src/config/configwindow.c:664 +msgid "SIP Port" +msgstr "SIP端å£å·" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:171 +msgid "Attention " +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:174 +#: ../sflphone-client-gnome/src/config/hooks-config.c:130 +msgid "URL Argument" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:175 +#, fuzzy, c-format +msgid "Custom commands with URL %s will be replaced with the passed URL." +msgstr "ä¼ è¾“çš„URLä¼šè¢«æ›¿æ¢æˆ%s." + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:176 +msgid "Trigger on specific SIP header" +msgstr "激活指定的SIP头" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:177 +msgid "Trigger on IAX2 URL" +msgstr "激活IAX2 URL" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:178 +msgid "Command to run" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:179 +#, fuzzy +msgid "Phone number formatting" +msgstr "é‡è®¾ç”µè¯å·ç " + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:180 +#, fuzzy +msgid "Add phone number prefix" +msgstr "é‡è®¾ç”µè¯å·ç " + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:91 +msgid "General" +msgstr "常用é…ç½®" + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:92 +#: ../sflphone-client-gnome/src/config/configwindow.c:726 +msgid "Destination folder" +msgstr "ç›®æ ‡æ–‡ä»¶å¤¹" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:393 +#, fuzzy +msgid "Hold" +msgstr "待机" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:395 +#: ../sflphone-client-gnome/src/toolbar.c:232 +#: ../sflphone-client-gnome/src/toolbar.c:234 +msgid "History" +msgstr "历å²" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:397 +#, fuzzy +msgid "Configure accounts" +msgstr "å·²é…ç½®å¸æˆ·" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:398 +#, fuzzy +msgid "Configure audio" +msgstr "å·²é…ç½®å¸æˆ·" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:399 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:401 +msgid "Configure SFLphone" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:403 +msgid "Display volume bars" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:404 +msgid "Display dialpad" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:405 +msgctxt "Action record a call" +msgid "Record" +msgstr "记录" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:408 +msgid "Attention:number of results exceeds max displayed." +msgstr "" + +#: ../sflphone-client-gnome/src/accountlist.c:187 +#, fuzzy +msgid "accounr state" +msgstr "叿ˆ·å‘导(A)" + +#: ../sflphone-client-gnome/src/actions.c:54 +#: ../sflphone-client-gnome/src/sflnotify.c:94 +#, fuzzy, c-format +msgid "%d voice mail" +msgid_plural "%d voice mails" +msgstr[0] "%d 个è¯éŸ³ä¿¡æ¯" +msgstr[1] "%d 个è¯éŸ³ä¿¡æ¯" + +#: ../sflphone-client-gnome/src/actions.c:234 +msgid "" +"Unable to connect to the SFLphone server.\n" +"Make sure the daemon is running." +msgstr "" +"连接SFLphoneæœåŠ¡å™¨å¤±è´¥.\n" +"请检查daemon是å¦è¿˜åœ¨è¿è¡Œ." + +#: ../sflphone-client-gnome/src/actions.c:809 +#, c-format +msgid "IP call - %s" +msgstr "IP ç”µè¯ - %s" + +#: ../sflphone-client-gnome/src/actions.c:908 +#, c-format +msgid "" +"<b>Error: No audio codecs found.\n" +"\n" +"</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>.sflphone</" +"b> directory in your home( <i>%s</i> )" +msgstr "" +"<b>é”™è¯¯ï¼šæ— æ³•æ‰¾åˆ°codecsç¼–ç æ–‡ä»¶.\n" +"\n" +"</b> SFL声音codecs文件应ä½äºŽ<i>%s</i> 或 ä½äºŽä¸»ç›®å½•( <i>%s</i> )çš„<b>." +"sflphone</b>目录下" + +#: ../sflphone-client-gnome/src/assistant.c:70 +msgid "" +"You can at any time check your registration state or modify your accounts " +"parameters in the Options/Accounts window." +msgstr "ä½ å¯ä»¥éšæ—¶åœ¨ 选项/叿ˆ· 窗å£ä¸æŸ¥çœ‹æ³¨å†ŒçŠ¶æ€æˆ–è€…ä¿®æ”¹å¸æˆ·å‚æ•°." + +#: ../sflphone-client-gnome/src/assistant.c:190 +msgid "SFLphone account creation wizard" +msgstr "" + +#: ../sflphone-client-gnome/src/assistant.c:274 +#: ../sflphone-client-gnome/src/assistant.c:370 +#: ../sflphone-client-gnome/src/config/accountwindow.c:153 +msgid "_Alias" +msgstr "别å(A)" + +#: ../sflphone-client-gnome/src/assistant.c:282 +#: ../sflphone-client-gnome/src/assistant.c:378 +#: ../sflphone-client-gnome/src/config/accountwindow.c:189 +msgid "_Host name" +msgstr "主机å(H)" + +#: ../sflphone-client-gnome/src/assistant.c:290 +#: ../sflphone-client-gnome/src/assistant.c:386 +#: ../sflphone-client-gnome/src/config/accountwindow.c:197 +msgid "_User name" +msgstr "用户å(U)" + +#: ../sflphone-client-gnome/src/assistant.c:306 +#: ../sflphone-client-gnome/src/assistant.c:401 +#: ../sflphone-client-gnome/src/config/accountwindow.c:212 +msgid "_Password" +msgstr "密ç (P)" + +#: ../sflphone-client-gnome/src/assistant.c:324 +#: ../sflphone-client-gnome/src/assistant.c:417 +#: ../sflphone-client-gnome/src/config/accountwindow.c:228 +msgid "_Voicemail number" +msgstr "è¯éŸ³ä¿¡ç®±å·ç (V)" + +#: ../sflphone-client-gnome/src/assistant.c:347 +msgid "_Email address" +msgstr "" + +#: ../sflphone-client-gnome/src/assistant.c:444 +#: ../sflphone-client-gnome/src/config/configwindow.c:532 +msgid "E_nable STUN" +msgstr "使用STUN(n)" + +#: ../sflphone-client-gnome/src/assistant.c:451 +msgid "_STUN server" +msgstr "STUNæœåС噍(S)" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Account Registration" +msgstr "叿ˆ·æ³¨å†Œ" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Congratulations!" +msgstr "æå–œï¼" + +#: ../sflphone-client-gnome/src/errors.c:29 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening playback device" +msgstr "" +"ALSAæç¤º\n" +"\n" +"打开回放设备时出错" + +#: ../sflphone-client-gnome/src/errors.c:32 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening capture device" +msgstr "" +"ALSAæç¤º\n" +"\n" +"打开采集设备时出错" + +#: ../sflphone-client-gnome/src/errors.c:35 +msgid "" +"Pulseaudio notification\n" +"\n" +"Pulseaudio is not running" +msgstr "" +"Pulseaudioæç¤º\n" +"\n" +"Pulseaudio未è¿è¡Œ" + +#: ../sflphone-client-gnome/src/mainwindow.c:70 +msgid "There is one call in progress." +msgstr "æœ‰ä¸€ä¸ªç”µè¯æ£åœ¨å¤„ç†" + +#: ../sflphone-client-gnome/src/mainwindow.c:74 +msgid "There are calls in progress." +msgstr "æœ‰ç”µè¯æ£åœ¨å¤„ç†ä¸" + +#: ../sflphone-client-gnome/src/mainwindow.c:83 +msgid "Do you still want to quit?" +msgstr "确认è¦é€€å‡º?" + +#: ../sflphone-client-gnome/src/mainwindow.c:284 +msgid "SFLphone Error" +msgstr "SFLphone出错" + +#: ../sflphone-client-gnome/src/menus.c:134 +msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols." +msgstr "SFLphone是一个VoIP客户端,它兼容SIPå’ŒIAX2åè®®." + +#: ../sflphone-client-gnome/src/menus.c:137 +msgid "About SFLphone" +msgstr "关于SFLphone" + +#: ../sflphone-client-gnome/src/menus.c:161 +msgid "_Help" +msgstr "帮助(H)" + +#: ../sflphone-client-gnome/src/menus.c:296 +#: ../sflphone-client-gnome/src/menus.c:953 +msgid "_New call" +msgstr "新电è¯(N)" + +#: ../sflphone-client-gnome/src/menus.c:308 +#: ../sflphone-client-gnome/src/menus.c:785 +msgid "_Pick up" +msgstr "拨出(P)" + +#: ../sflphone-client-gnome/src/menus.c:318 +#: ../sflphone-client-gnome/src/menus.c:797 +msgid "_Hang up" +msgstr "放下(H)" + +#: ../sflphone-client-gnome/src/menus.c:328 +#: ../sflphone-client-gnome/src/menus.c:809 +msgid "On _Hold" +msgstr "ä¿æŒ(H)" + +#: ../sflphone-client-gnome/src/menus.c:340 +#: ../sflphone-client-gnome/src/menus.c:821 +msgid "_Record" +msgstr "记录(R)" + +#: ../sflphone-client-gnome/src/menus.c:354 +msgid "_Account creation wizard" +msgstr "叿ˆ·åˆ›å»ºå‘导" + +#: ../sflphone-client-gnome/src/menus.c:384 +msgid "_Call" +msgstr "电è¯" + +#: ../sflphone-client-gnome/src/menus.c:552 +#, fuzzy +msgid "Clear _history" +msgstr "清空历å²è®°å½•(C)" + +#: ../sflphone-client-gnome/src/menus.c:564 +msgid "_Accounts" +msgstr "叿ˆ·(A)" + +#: ../sflphone-client-gnome/src/menus.c:579 +msgid "_Edit" +msgstr "编辑(E)" + +#: ../sflphone-client-gnome/src/menus.c:631 +msgid "_Dialpad" +msgstr "拨å·é¢æ¿" + +#: ../sflphone-client-gnome/src/menus.c:643 +msgid "_Volume controls" +msgstr "éŸ³é‡æŽ§åˆ¶(V)" + +#: ../sflphone-client-gnome/src/menus.c:661 +msgid "_View" +msgstr "查看(V)" + +#: ../sflphone-client-gnome/src/menus.c:881 +msgid "_Call back" +msgstr "回å«(C)" + +#: ../sflphone-client-gnome/src/menus.c:1061 +msgid "Edit phone number" +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:1072 +msgid "Edit the phone number before making a call" +msgstr "拨出电è¯å‰ç¼–辑电è¯å·ç " + +#: ../sflphone-client-gnome/src/sflnotify.c:71 +#: ../sflphone-client-gnome/src/sflnotify.c:91 +#, c-format +msgid "%s account : %s" +msgstr "%s 叿ˆ·: %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:75 +#, c-format +msgid "<i>From</i> %s" +msgstr "<i>拨入方</i> %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:111 +#, c-format +msgid "Calling with %s account <i>%s</i>" +msgstr "使用%s叿ˆ·<i>%s</i>呼å«" + +#: ../sflphone-client-gnome/src/sflnotify.c:115 +msgid "Current account" +msgstr "当å‰å¸æˆ·" + +#: ../sflphone-client-gnome/src/sflnotify.c:130 +msgid "You have no accounts set up" +msgstr "" + +#: ../sflphone-client-gnome/src/sflnotify.c:131 +#: ../sflphone-client-gnome/src/sflnotify.c:148 +msgid "Error" +msgstr "注册失败" + +#: ../sflphone-client-gnome/src/sflnotify.c:147 +msgid "You have no registered accounts" +msgstr "未å‘çŽ°å·²æ³¨å†Œå¸æˆ·" + +#: ../sflphone-client-gnome/src/sliders.c:161 +msgid "Speakers volume" +msgstr "扬声器音é‡" + +#: ../sflphone-client-gnome/src/sliders.c:163 +msgid "Mic volume" +msgstr "è¯ç’音é‡" + +#: ../sflphone-client-gnome/src/statusicon.c:91 +msgid "_Show main window" +msgstr "显示主窗å£(S)" + +#: ../sflphone-client-gnome/src/statusicon.c:127 +#, c-format +msgid "%i account configured" +msgid_plural "%i accounts configured" +msgstr[0] "" +msgstr[1] "" + +#: ../sflphone-client-gnome/src/toolbar.c:52 +#: ../sflphone-client-gnome/src/toolbar.c:251 +#: ../sflphone-client-gnome/src/toolbar.c:255 +msgid "Voicemail" +msgstr "è¯éŸ³ä¿¡ç®±" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:113 +msgid "Account settings" +msgstr "叿ˆ·è®¾ç½®" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:147 +msgid "_Enable this account" +msgstr "å¯ç”¨è¯¥è´¦æˆ·(E)" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:161 +msgid "_Protocol" +msgstr "åè®®(P)" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:179 +msgid "Unknown" +msgstr "未知" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:312 +msgid "_Use Evolution address books" +msgstr "使用Evolution地å€è–„(U)" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:319 +msgid "Download limit :" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:327 +msgid "cards" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:333 +msgid "_Display contact photo if available" +msgstr "如果å¯è¡Œåˆ™æ˜¾ç¤ºè”系人照片(D)" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:341 +#, fuzzy +msgid "Fields from Evolution's address books" +msgstr "使用Evolution地å€è–„ä¸çš„如䏋嗿®µ:" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:345 +msgid "_Work" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:351 +msgid "_Home" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:357 +msgid "_Mobile" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:364 +msgid "Address Books" +msgstr "地å€ç°¿" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:368 +msgid "Select which Evolution address books to use" +msgstr "选择使用如下Evolution地å€è–„" + +#: ../sflphone-client-gnome/src/config/audioconf.c:684 +msgid "Output" +msgstr "输出" + +#: ../sflphone-client-gnome/src/config/audioconf.c:706 +msgid "Input" +msgstr "输入" + +#: ../sflphone-client-gnome/src/config/audioconf.c:741 +msgid "_Voice Activity Detection" +msgstr "å£°éŸ³çŠ¶æ€æ£€æµ‹(V)" + +#: ../sflphone-client-gnome/src/config/audioconf.c:751 +msgid "_Noise Reduction (Narrow-Band Companding)" +msgstr "é™å™ªå¤„ç†-窄频压缩(N)" + +#: ../sflphone-client-gnome/src/config/audioconf.c:780 +msgid "Sound Manager" +msgstr "音频管ç†å™¨" + +#: ../sflphone-client-gnome/src/config/audioconf.c:783 +#, fuzzy +msgid "_Pulseaudio" +msgstr "Pulseaudio" + +#: ../sflphone-client-gnome/src/config/audioconf.c:788 +#, fuzzy +msgid "_ALSA" +msgstr "ALSA" + +#: ../sflphone-client-gnome/src/config/audioconf.c:812 +msgid "Codecs" +msgstr "Codecsç¼–ç " + +#: ../sflphone-client-gnome/src/config/audioconf.c:835 +msgid "Ringtones" +msgstr "铃声" + +#: ../sflphone-client-gnome/src/config/audioconf.c:841 +msgid "_Enable ringtones" +msgstr "å¯ç”¨é“ƒå£°(E)" + +#: ../sflphone-client-gnome/src/config/audioconf.c:847 +msgid "Choose a ringtone" +msgstr "选择铃声" + +#: ../sflphone-client-gnome/src/config/audioconf.c:853 +msgid "Audio Files" +msgstr "音频文件" + +#: ../sflphone-client-gnome/src/config/configwindow.c:425 +msgid "Status" +msgstr "状æ€" + +#: ../sflphone-client-gnome/src/config/configwindow.c:528 +msgid "Stun parameters will be applied on each SIP account created." +msgstr "STUN傿•°å°†åº”用于æ¯ä¸€ä¸ªæ³¨å†Œçš„SIP叿ˆ·" + +#: ../sflphone-client-gnome/src/config/configwindow.c:544 +msgid "Format : name.server:port" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:589 +msgid "Desktop Notifications" +msgstr "æ¡Œé¢æç¤º" + +#: ../sflphone-client-gnome/src/config/configwindow.c:593 +msgid "_Enable notifications" +msgstr "å¯ç”¨æç¤º(E)" + +#: ../sflphone-client-gnome/src/config/configwindow.c:599 +msgid "Enable voicemail _notifications" +msgstr "å¯ç”¨è¯éŸ³é‚®ç®±æç¤º(n)" + +#: ../sflphone-client-gnome/src/config/configwindow.c:611 +msgid "System Tray Icon" +msgstr "ç³»ç»Ÿæ‰˜ç›˜å›¾æ ‡" + +#: ../sflphone-client-gnome/src/config/configwindow.c:614 +msgid "_Popup main window on incoming call" +msgstr "æ¥ç”µæ—¶å¼¹å‡ºä¸»çª—å£(P)" + +#: ../sflphone-client-gnome/src/config/configwindow.c:619 +msgid "Ne_ver popup main window" +msgstr "从ä¸å¼¹å‡ºä¸»çª—å£(v)" + +#: ../sflphone-client-gnome/src/config/configwindow.c:623 +msgid "Hide SFLphone window on _startup" +msgstr "在å¯åŠ¨æ—¶éšè—SFLphone主窗å£" + +#: ../sflphone-client-gnome/src/config/configwindow.c:629 +msgid "Calls History" +msgstr "拨å·åކå²" + +#: ../sflphone-client-gnome/src/config/configwindow.c:632 +msgctxt "Beginning of 'Keep my history for at least n days.'" +msgid "_Keep my history for at least" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:643 +msgctxt "End of 'Keep my history for at least n days.'" +msgid "days" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:647 +msgid "PulseAudio sound server" +msgstr "PulseAudioæœåС噍" + +#: ../sflphone-client-gnome/src/config/configwindow.c:650 +#, fuzzy +msgid "_Mute other applications during a call" +msgstr "当有æ¥ç”µæ—¶é™éŸ³å…¶å®ƒåº”用程åº(c)" + +#: ../sflphone-client-gnome/src/config/configwindow.c:677 +msgid "Port" +msgstr "端å£" + +#: ../sflphone-client-gnome/src/config/configwindow.c:732 +msgid "Select a folder" +msgstr "选择文件夹" + +#: ../sflphone-client-gnome/src/config/configwindow.c:766 +msgid "Preferences" +msgstr "属性" + +#: ../sflphone-client-gnome/src/config/configwindow.c:845 +msgid "Configured Accounts" +msgstr "å·²é…ç½®å¸æˆ·" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:135 +msgid "Custom commands on incoming calls with URL" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:138 +#, c-format +msgid "%s will be replaced with the passed URL." +msgstr "ä¼ è¾“çš„URLä¼šè¢«æ›¿æ¢æˆ%s." + +#: ../sflphone-client-gnome/src/config/hooks-config.c:141 +msgid "Trigger on specific _SIP header" +msgstr "激活指定的SIP头(S)" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:150 +msgid "Trigger on _IAX2 URL" +msgstr "激活IAX2 URL(I)" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:155 +msgid "Command to _run" +msgstr "è¿è¡Œå‘½ä»¤" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:165 +msgid "Phone number rewriting" +msgstr "é‡è®¾ç”µè¯å·ç " + +#: ../sflphone-client-gnome/src/config/hooks-config.c:169 +msgid "_Prefix dialed numbers with" +msgstr "å·ç å‰ç¼€" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:56 +msgid "Search all" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:57 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:70 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:82 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:94 +msgid "Click here to change the search type" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:69 +msgid "Search by missed call" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:81 +msgid "Search by incoming call" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:93 +msgid "Search by outgoing call" +msgstr "" + +#~ msgid "Prefix dialed numbers with" +#~ msgstr "å·ç å‰ç¼€" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" + +#~ msgid "Registered" +#~ msgstr "已注册" + +#~ msgid "Not Registered" +#~ msgstr "未注册" + +#~ msgid "Trying..." +#~ msgstr "æ£åœ¨è¿žæŽ¥..." + +#~ msgid "Bad authentification" +#~ msgstr "认è¯é”™è¯¯" + +#~ msgid "Network unreachable" +#~ msgstr "网络连接失败" + +#~ msgid "Host unreachable" +#~ msgstr "æœåŠ¡å™¨è¿žæŽ¥å¤±è´¥" + +#~ msgid "Stun configuration error" +#~ msgstr "Stuné…置有误" + +#~ msgid "Stun server invalid" +#~ msgstr "StunæœåŠ¡å™¨æ— æ•ˆ" + +#~ msgid "Invalid" +#~ msgstr "æ— æ•ˆ" + +#~ msgid "%d voice mails" +#~ msgstr "%d 个è¯éŸ³ä¿¡æ¯" + +#~ msgid "No registered account" +#~ msgstr "未å‘çŽ°å·²æ³¨å†Œå¸æˆ·" + +#~ msgid "" +#~ "This assistant is now finished.\n" +#~ "You can at any time check your registration state or modify your accounts " +#~ "parameters in the Options/Accounts window.\n" +#~ "\n" +#~ "Alias : %s\n" +#~ "Server : %s\n" +#~ "Username : %s\n" +#~ msgstr "" +#~ "é…置完æˆ.\n" +#~ "ä½ å¯ä»¥éšæ—¶åœ¨ 选项/叿ˆ· 窗å£ä¸æŸ¥çœ‹æ³¨å†ŒçŠ¶æ€æˆ–è€…ä¿®æ”¹å¸æˆ·å‚æ•°.\n" +#~ "\n" +#~ "别å: %s\n" +#~ "æœåС噍: %s\n" +#~ "用户å: %s\n" + +#~ msgid "SFLphone account configuration wizard" +#~ msgstr "SFLphone 叿ˆ·è®¾ç½®å‘导" + +#~ msgid "Welcome to SFLphone!" +#~ msgstr "欢迎使用SFLphone!" + +#~ msgid "Select an account type:" +#~ msgstr "é€‰æ‹©å¸æˆ·ç±»åž‹:" + +#~ msgid "Please select one of the following option:" +#~ msgstr "请选择以下选项ä¸çš„一个:" + +#~ msgid "SIP account configuration" +#~ msgstr "SIP叿ˆ·é…ç½®" + +#~ msgid "Please fill the following information:" +#~ msgstr "请填写以下信æ¯:" + +#~ msgid "Optional Email Address " +#~ msgstr "å¯é€‰é‚®ä»¶åœ°å€ " + +#~ msgid "This email address will be use to send your voicemail messages" +#~ msgstr "这个邮件地å€å°†è¢«ç”¨æ¥å‘逿‚¨çš„è¯éŸ³é‚®ç®±æ¶ˆæ¯" + +#~ msgid "_Email" +#~ msgstr " 邮件(E)" + +#~ msgid "IAX2 account configuration" +#~ msgstr "IAX2叿ˆ·é…ç½®" + +#~ msgid "Network Address Translation" +#~ msgstr "网络地å€è§£æž" + +#~ msgid "Edit phone" +#~ msgstr "编辑电è¯" + +#~ msgid "%s account: %s" +#~ msgstr "%s 叿ˆ·: %s" + +#~ msgid "<i>From:</i> %s" +#~ msgstr "<i>拨入方:</i> %s" + +#~ msgid "You haven't setup any accounts" +#~ msgstr "ä½ æ²¡æœ‰è®¾ç½®ä»»ä½•å¸æˆ·" + +#~ msgid "SFLphone - %i accounts configured" +#~ msgstr "SFLphone - %i ä¸ªå¸æˆ·å·²é…ç½®" + +#~ msgid "\"Voicemail\" <%s>" +#~ msgstr "\"è¯éŸ³é‚®ä»¶\" <%s>" + +#~ msgid "Place a call" +#~ msgstr "拨å·" + +#~ msgid "Off Hold" +#~ msgstr "æ¢å¤é€šè¯" + +#~ msgid "Record a call" +#~ msgstr "记录通è¯" + +#~ msgid "Account Parameters" +#~ msgstr "叿ˆ·ç›¸å…³å‚æ•°" + +#~ msgid "Download limit:" +#~ msgstr "下载上é™:" + +#~ msgid "_Business phone" +#~ msgstr "商务电è¯(B)" + +#~ msgid "_Home phone" +#~ msgstr "å®¶åºç”µè¯(H)" + +#~ msgid "Select which Evolution address books to use:" +#~ msgstr "选择使用如下Evolution地å€è–„:" + +#~ msgid "audio device index for output = %d" +#~ msgstr "音频设备输出索引 ï¼ %d" + +#~ msgid "ALSA configuration" +#~ msgstr "ALSA é…ç½®" + +#~ msgid "Stun parameters will apply to each SIP account created." +#~ msgstr "Stun傿•°å°†åº”用于æ¯ä¸€ä¸ªæ³¨å†Œçš„SIP叿ˆ·" + +#~ msgid "Enable it if you are behind a firewall" +#~ msgstr "当使用防ç«å¢™æ—¶,å¯ç”¨è¯¥é¡¹" + +#~ msgid "Format: name.server:port" +#~ msgstr "æ ¼å¼ï¼šname.server:port" + +#~ msgid "Port:" +#~ msgstr "端å£:" + +#, fuzzy +#~ msgid "Recordings folder" +#~ msgstr "记录文件夹(R)" + +#~ msgid "General Settings" +#~ msgstr "常用é…ç½®" + +#~ msgid "Audio Settings" +#~ msgstr "音频é…ç½®" + +#~ msgid "Recordings" +#~ msgstr "记录" + +#~ msgid "Address Book" +#~ msgstr "地å€ç°¿" + +#~ msgid "Hooks" +#~ msgstr "é’©é”®" + +#~ msgid "Accounts" +#~ msgstr "叿ˆ·" + +#~ msgid "URL Passing" +#~ msgstr "ä¼ è¾“URL" + +#, fuzzy +#~ msgid "Command to _run: " +#~ msgstr "è¿è¡Œå‘½ä»¤(C):" + +#~ msgid "Phone Number Rewriting" +#~ msgstr "é‡è®¾ç”µè¯å·ç " + +#~ msgid "_Prefix dialed numbers with:" +#~ msgstr "å·ç å‰ç¼€:" + +#~ msgid "Accept" +#~ msgstr "接å—" + +#~ msgid "Refuse" +#~ msgstr "æ‹’ç»" + +#~ msgid "Ignore" +#~ msgstr "忽略" + +#~ msgid "<small>Missed call</small>" +#~ msgstr "<small>未接电è¯</small>" + +#~ msgid "<small>Duration:</small> %s" +#~ msgstr "<small>æ—¶é•¿:</small> %s" + +#~ msgid "Fields" +#~ msgstr "å—æ®µ" + +#~ msgid "_History size limit" +#~ msgstr "历å²è®°å½•上é™(H)" + +#~ msgid "" +#~ "SFLphone can run custom commands if incoming calls come with an URL " +#~ "attached.\n" +#~ "In this case, %s will be replaced with the passed URL." +#~ msgstr "" +#~ "当æ¥ç”µæœ‰é™„åŠ çš„URLæ—¶,SFLphoneå¯è¿è¡Œå®¢æˆ·å‘½ä»¤.\n" +#~ "åœ¨æ¤æƒ…况下,ä¼ è¾“çš„URLä¼šè¢«æ›¿æ¢æˆ%s." + +#~ msgid "Search history" +#~ msgstr "查找历å²è®°å½•" + +#~ msgid "Search contact" +#~ msgstr "查找è”系人(S)" + +#~ msgid "Registered to %s (%s)" +#~ msgstr "注册到 %s (%s)" + +#~ msgid "%s account- %s %s" +#~ msgstr "%s 叿ˆ·- %s %s" + +#~ msgid "Books" +#~ msgstr "é’©é”®" + +#~ msgid "_Enable" +#~ msgstr "å¯ç”¨(E)" + +#~ msgid "_Notify voice mails" +#~ msgstr "通知è¯éŸ³é‚®ä»¶(N)" + +#~ msgid "_Start hidden" +#~ msgstr "å¯åŠ¨æ—¶éšè—(S)" + +#~ msgid "_Maximum number of calls" +#~ msgstr "æœ€å¤§æ‹¨å·æ•°(M)" + +#~ msgid "_Control running applications volume" +#~ msgstr "控制æ£åœ¨è¿è¡Œçš„应用程åºçš„音é‡(C)" + +#~ msgid "Account previously setup" +#~ msgstr "叿ˆ·ä»¥å‰è®¾ç½®" + +#~ msgid "URL argument" +#~ msgstr "URL傿•°" + +#~ msgid "_SIP protocol" +#~ msgstr "SIP åè®®(S)" + +#~ msgid "_SIP Header: " +#~ msgstr "SIP消æ¯å¤´(S):" + +#~ msgid "_IAX2 protocol" +#~ msgstr "IAX2 åè®®(I)" + +#~ msgid "Search" +#~ msgstr "查找" + +#~ msgid "_Enabled" +#~ msgstr "å¯ç”¨(E)" + +#~ msgid "%s account- %s" +#~ msgstr "%s 叿ˆ·- %s" + +#~ msgid "Noise reduction" +#~ msgstr "é™å™ª" + +#~ msgid "_Destination folder" +#~ msgstr "ç›®æ ‡æ–‡ä»¶å¤¹(D)" + +#~ msgid "Setup Accounts" +#~ msgstr "è®¾å®šå¸æˆ·" + +#~ msgid "Search Parameters" +#~ msgstr "æŸ¥æ‰¾ç›¸å…³å‚æ•°" + +#~ msgid "Maximum result number for a request: " +#~ msgstr "æœ€å¤§æ‹¨å·æ•°" + +#~ msgid "Search for and display: " +#~ msgstr "查找并显示:" + +#~ msgid "_STUN Server" +#~ msgstr "STUNæœåС噍(S)" diff --git a/sflphone-client-gnome/po/zh_HK/sflphone-client-gnome.po b/sflphone-client-gnome/po/zh_HK/sflphone-client-gnome.po new file mode 100644 index 0000000000000000000000000000000000000000..73fc8e7cc1c85cd6fb97d591767bb2bf782234b0 --- /dev/null +++ b/sflphone-client-gnome/po/zh_HK/sflphone-client-gnome.po @@ -0,0 +1,1593 @@ +# Chinese translation of SFLphone. +# Copyright (C) 2008 The Free Software Foundation, Inc. +# This file is distributed under the GNU General Public License Version 3. +# +# Yun Liu <yun.liu@savoirfairelinux.com>, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: SFLphone 0.9.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-16 15:14-0400\n" +"PO-Revision-Date: 2008-10-28 14:15\n" +"Last-Translator: Yun Liu <yun.liu@savoirfairelinux.com>\n" +"Language-Team: SavoirFaireLinux Inc <sflphoneteam@savoirfairelinux.com>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n>1;\n" + +#: ../sflphone-client-kde/src/Account.cpp:34 +#: ../sflphone-client-gnome/src/accountlist.c:175 +msgctxt "account state" +msgid "Registered" +msgstr "已註冊" + +#: ../sflphone-client-kde/src/Account.cpp:36 +#: ../sflphone-client-gnome/src/accountlist.c:178 +msgctxt "account state" +msgid "Not Registered" +msgstr "未註冊" + +#: ../sflphone-client-kde/src/Account.cpp:38 +#: ../sflphone-client-gnome/src/accountlist.c:181 +msgctxt "account state" +msgid "Trying..." +msgstr "æ£åœ¨é€£æŽ¥..." + +#: ../sflphone-client-kde/src/Account.cpp:40 +#: ../sflphone-client-gnome/src/accountlist.c:184 +msgctxt "account state" +msgid "Error" +msgstr "註冊失敗" + +#: ../sflphone-client-kde/src/Account.cpp:42 +#, fuzzy +msgctxt "account state" +msgid "Authentication Failed" +msgstr "èªè‰éŒ¯èª¤" + +#: ../sflphone-client-kde/src/Account.cpp:44 +#: ../sflphone-client-gnome/src/accountlist.c:190 +msgctxt "account state" +msgid "Network unreachable" +msgstr "網路連線失敗" + +#: ../sflphone-client-kde/src/Account.cpp:46 +#: ../sflphone-client-gnome/src/accountlist.c:193 +msgctxt "account state" +msgid "Host unreachable" +msgstr "伺æœå™¨é€£ç·šå¤±æ•—" + +#: ../sflphone-client-kde/src/Account.cpp:48 +#: ../sflphone-client-gnome/src/accountlist.c:196 +msgctxt "account state" +msgid "Stun configuration error" +msgstr "STUNé…置有誤" + +#: ../sflphone-client-kde/src/Account.cpp:50 +#: ../sflphone-client-gnome/src/accountlist.c:199 +msgctxt "account state" +msgid "Stun server invalid" +msgstr "STUN伺æœå™¨ç„¡æ•ˆ" + +#: ../sflphone-client-kde/src/Account.cpp:51 +#: ../sflphone-client-gnome/src/accountlist.c:202 +msgctxt "account state" +msgid "Invalid" +msgstr "無效" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:163 +#: ../sflphone-client-kde/src/AccountWizard.cpp:278 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:406 +msgid "Account creation wizard" +msgstr "帳戶創建å‘å°Ž" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:199 +#: ../sflphone-client-kde/src/AccountWizard.cpp:217 +#: ../sflphone-client-kde/src/AccountWizard.cpp:561 +#: ../sflphone-client-gnome/src/assistant.c:68 +#, c-format +msgid "This assistant is now finished." +msgstr "é…置完æˆ." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:211 +msgid "Creation of account has failed for the reason" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:255 +#: ../sflphone-client-kde/src/AccountWizard.cpp:440 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:359 +#: ../sflphone-client-gnome/src/assistant.c:72 +msgid "Alias" +msgstr "別稱" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:256 +#: ../sflphone-client-kde/src/AccountWizard.cpp:441 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:366 +#: ../sflphone-client-gnome/src/assistant.c:75 +msgid "Server" +msgstr "伺æœå™¨" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:257 +#: ../sflphone-client-kde/src/AccountWizard.cpp:442 +#: ../sflphone-client-gnome/src/assistant.c:78 +msgid "Username" +msgstr "使用者å稱" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:258 +#: ../sflphone-client-kde/src/AccountWizard.cpp:443 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:368 +msgid "Password" +msgstr "密碼" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:259 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:360 +#: ../sflphone-client-gnome/src/config/configwindow.c:418 +msgid "Protocol" +msgstr "å”è°" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:260 +#: ../sflphone-client-kde/src/AccountWizard.cpp:444 +msgid "Voicemail number" +msgstr "語音郵箱" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:279 +#: ../sflphone-client-gnome/src/assistant.c:216 +msgid "Welcome to the Account creation wizard of SFLphone!" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:281 +#: ../sflphone-client-gnome/src/assistant.c:217 +msgid "This installation wizard will help you configure an account." +msgstr "安è£å‘導將幫助您é…置帳戶" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:309 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Account" +msgstr "帳戶" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:310 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Please select one of the following options" +msgstr "è«‹é¸æ“‡ä»¥ä¸‹é¸é …ä¸çš„一個" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:312 +#: ../sflphone-client-gnome/src/assistant.c:251 +msgid "Create a free SIP/IAX2 account on sflphone.org" +msgstr "在sflphone.org上創建å…費的SIP/IAX2帳戶" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:313 +#: ../sflphone-client-gnome/src/assistant.c:253 +msgid "Register an existing SIP or IAX2 account" +msgstr "註冊已å˜åœ¨çš„SIP或IAX2帳戶" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:352 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "VoIP Protocols" +msgstr "VoIPå”è°" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:353 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "Select an account type" +msgstr "鏿“‡å¸³æˆ¶é¡žåž‹" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:355 +#: ../sflphone-client-gnome/src/assistant.c:233 +msgid "SIP (Session Initiation Protocol)" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:356 +#: ../sflphone-client-gnome/src/assistant.c:235 +msgid "IAX2 (InterAsterix Exchange)" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:395 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "Optional email address" +msgstr "å¯é¸éƒµä»¶åœ°å€" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:396 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "This email address will be used to send your voicemail messages." +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:398 +msgid "Email address" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:432 +#: ../sflphone-client-gnome/src/assistant.c:266 +msgid "SIP account settings" +msgstr "SIP帳戶é…ç½®" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:436 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "IAX2 account settings" +msgstr "IAX2帳戶é…ç½®" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:438 +#: ../sflphone-client-gnome/src/assistant.c:266 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "Please fill the following information" +msgstr "請填寫如下信æ¯" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:523 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:856 +msgid "Network Address Translation (NAT)" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:524 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:536 +msgid "You should probably enable this if you are behind a firewall." +msgstr "å¦‚æžœä½ ä½¿ç”¨ç¶²è·¯é˜²ç«ç‰†ï¼Œä½ 很有å¯èƒ½éœ€è¦è¨å®šè©²é …." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:526 +msgid "Enable STUN" +msgstr "啟用STUN" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:527 +msgid "Stun Server" +msgstr "STUN伺æœå™¨" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:562 +msgid "" +"After checking the settings you chose, click \"Finish\" to create the " +"account." +msgstr "" + +#: ../sflphone-client-kde/src/ActionSetAccountFirst.cpp:26 +msgid "Default account" +msgstr "" + +#: ../sflphone-client-kde/src/Call.cpp:116 +#: ../sflphone-client-gnome/src/contacts/calltree.c:322 +msgid "Transfer to : " +msgstr "" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:89 +#: ../sflphone-client-gnome/src/actions.c:816 +msgid "Codec" +msgstr "" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:93 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:279 +#: ../sflphone-client-gnome/src/config/audioconf.c:581 +msgid "Frequency" +msgstr "顰律" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:97 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:281 +#: ../sflphone-client-gnome/src/config/audioconf.c:586 +msgid "Bitrate" +msgstr "比率" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:101 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:283 +#: ../sflphone-client-gnome/src/config/audioconf.c:591 +msgid "Bandwidth" +msgstr "顰寬" + +#: ../sflphone-client-kde/src/main.cpp:39 +msgid "SFLphone KDE Client" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:43 +msgid "(C) 2009 Savoir-faire Linux" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:47 +msgid "Jérémy Quentin" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:48 +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:48 +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:62 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-gnome/src/statusicon.c:126 +msgid "SFLphone" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:209 +msgid "Incoming call" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 +msgid "You have an incoming call from" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 +msgid "Click to accept or refuse it." +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:716 +msgid "Address book loading..." +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:901 +#: ../sflphone-client-gnome/src/actions.c:89 +msgid "No registered accounts" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:905 +#: ../sflphone-client-gnome/src/actions.c:83 +#: ../sflphone-client-gnome/src/actions.c:813 +msgid "Using account" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +msgid "Main screen" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:165 +msgid "Call history" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:407 +#: ../sflphone-client-gnome/src/toolbar.c:243 +#: ../sflphone-client-gnome/src/toolbar.c:245 +msgid "Address book" +msgstr "地å€ç°¿" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1108 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1173 +msgid "Edit before call" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:56 +#: ../sflphone-client-gnome/src/toolbar.c:167 +#: ../sflphone-client-gnome/src/toolbar.c:169 +msgid "New call" +msgstr "新電話" + +#: ../sflphone-client-kde/src/sflphone_const.h:57 +#: ../sflphone-client-kde/src/sflphone_const.h:62 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:392 +#: ../sflphone-client-gnome/src/toolbar.c:186 +#: ../sflphone-client-gnome/src/toolbar.c:188 +msgid "Hang up" +msgstr "放電話" + +#: ../sflphone-client-kde/src/sflphone_const.h:58 +#: ../sflphone-client-gnome/src/toolbar.c:207 +#: ../sflphone-client-gnome/src/toolbar.c:209 +msgid "Hold on" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:59 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:394 +#: ../sflphone-client-gnome/src/toolbar.c:220 +#: ../sflphone-client-gnome/src/toolbar.c:222 +msgid "Transfer" +msgstr "轉接" + +#: ../sflphone-client-kde/src/sflphone_const.h:60 +#: ../sflphone-client-gnome/src/toolbar.c:263 +msgid "Record" +msgstr "記錄" + +#: ../sflphone-client-kde/src/sflphone_const.h:61 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:391 +#: ../sflphone-client-gnome/src/toolbar.c:176 +#: ../sflphone-client-gnome/src/toolbar.c:178 +msgid "Pick up" +msgstr "接電話" + +#: ../sflphone-client-kde/src/sflphone_const.h:63 +#: ../sflphone-client-gnome/src/toolbar.c:196 +#: ../sflphone-client-gnome/src/toolbar.c:198 +msgid "Hold off" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:64 +msgid "Give up transfer" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:65 +msgid "Call back" +msgstr "" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:48 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:306 +#: ../sflphone-client-gnome/src/config/configwindow.c:722 +#: ../sflphone-client-gnome/src/config/configwindow.c:791 +msgctxt "Config section" +msgid "General" +msgstr "常用é…ç½®" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:49 +msgctxt "Config section" +msgid "Display" +msgstr "" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:50 +#: ../sflphone-client-gnome/src/config/configwindow.c:833 +msgctxt "Config section" +msgid "Accounts" +msgstr "帳戶" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:51 +#: ../sflphone-client-gnome/src/config/configwindow.c:786 +msgctxt "Config section" +msgid "Audio" +msgstr "" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:52 +#: ../sflphone-client-gnome/src/config/configwindow.c:801 +msgctxt "Config section" +msgid "Address Book" +msgstr "地å€ç°¿" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:53 +#: ../sflphone-client-gnome/src/config/configwindow.c:796 +msgctxt "Config section" +msgid "Recordings" +msgstr "記錄" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:54 +#: ../sflphone-client-gnome/src/config/configwindow.c:806 +msgctxt "Config section" +msgid "Hooks" +msgstr "鉤éµ" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:321 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:142 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:263 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:120 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:164 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:173 +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:90 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:390 +msgid "Form" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:323 +msgid "" +"By default, when you place a call, sflphone will use the first account in " +"this list which is \"registered\". Change the order of the accounts using " +"the \"Up\" and \"Down\" arrows. Enable/disable them by checking/unchecking " +"them on the left of the item. Add or remove some with \"Plus\" and \"Sub\" " +"buttons. Edit the selected account with the form on the right." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:327 +msgid "Remove the selected account" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:330 +msgid "" +"This button will remove the selected account in the list below. Be sure you " +"really don't need it anymore. If you think you might use it again later, " +"just uncheck it." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:335 +msgid "Remove" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:336 +msgid "Backspace, Return" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:338 +msgid "Add a new account" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:341 +msgid "" +"This button enables you to initialize a new account. You will then be able " +"to edit it using the form on the right." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:343 +msgid "Add" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:345 +msgid "Get this account down" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:348 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:355 +msgid "" +"By default, when you place a call, sflphone will use the first account in " +"this list which is \"registered\". Change the order of the accounts using " +"the \"Up\" and \"Down\" arrows." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:350 +msgid "Down" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:352 +msgid "Get this account up" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:357 +msgid "Up" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:358 +msgid "Apply" +msgstr "套用" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:363 +msgid "SIP" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:364 +msgid "IAX" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:367 +msgid "User" +msgstr "使用者å稱" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:369 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:396 +msgid "Mailbox" +msgstr "語音郵件" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:370 +#, fuzzy +msgid "State" +msgstr "狀態" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:373 +#, fuzzy +msgid "Stun settings will be applied on each account" +msgstr "Stunåƒæ•¸å°‡æ‡‰ç”¨æ–¼æ¯ä¸€å€‹è¨»å†Šçš„SIP帳戶" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:374 +msgid "Enable Stun" +msgstr "啟用STUN" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:375 +msgid "choose Stun server (example : stunserver.org)" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:143 +msgid "Maximum &results" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:144 +#, fuzzy +msgid "Display &photo if available" +msgstr "如果å¯ä»¥å‰‡é¡¯ç¤ºè¯ç¹«äººç…§ç‰‡" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:145 +msgid "Display phone numbers of these &types :" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:146 +msgid "&Work" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:147 +#, fuzzy +msgid "&Mobile" +msgstr "移動電話(M)" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:148 +msgid "&Home" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:265 +#, fuzzy +msgid "Audio device" +msgstr "音訊檔案" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:268 +msgid "ALSA" +msgstr "ALSA" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:269 +msgid "PulseAudio" +msgstr "PulseAudio" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:271 +msgid "Enable ringtones" +msgstr "啟動鈴è²" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:272 +msgid "*.ul *.au *.wav" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:273 +#, fuzzy +msgid "&Codecs" +msgstr "編碼" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:275 +msgid "Active" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:277 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:404 +#: ../sflphone-client-gnome/src/config/audioconf.c:576 +msgid "Name" +msgstr "å稱" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:286 +#: ../sflphone-client-gnome/src/config/audioconf.c:795 +msgid "ALSA settings" +msgstr "ALSA é…ç½®" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:287 +#: ../sflphone-client-gnome/src/config/audioconf.c:662 +msgid "ALSA plugin" +msgstr "ALSAæ’ä»¶" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:288 +msgid "In" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:289 +#, fuzzy +msgid "Out" +msgstr "輸出" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:290 +msgid "PulseAudio settings" +msgstr "PulseAudio é…ç½®" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:291 +msgid "Mute other applications during a call" +msgstr "當有來電時éœéŸ³å…¶å®ƒæ‡‰ç”¨ç¨‹åº" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:121 +msgid "Enable notifications" +msgstr "啟動æç¤º" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:122 +msgid "On incoming &calls" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:123 +msgid "On &messages" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:124 +msgid "Show main window" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:125 +msgid "On &start" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:126 +msgid "On &incoming calls" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:166 +msgid "Keep my history for at least" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:167 +msgid "days" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:168 +msgid "Clear history" +msgstr "清空曆å²è¨˜éŒ„" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:169 +msgid "Connection" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:170 +#: ../sflphone-client-gnome/src/config/configwindow.c:664 +msgid "SIP Port" +msgstr "SIP端å£" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:171 +msgid "Attention " +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:174 +#: ../sflphone-client-gnome/src/config/hooks-config.c:130 +msgid "URL Argument" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:175 +#, fuzzy, c-format +msgid "Custom commands with URL %s will be replaced with the passed URL." +msgstr "傳輸的URLæœƒè¢«æ›¿æ›æˆ%s." + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:176 +msgid "Trigger on specific SIP header" +msgstr "激活指定的SIPé " + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:177 +msgid "Trigger on IAX2 URL" +msgstr "激活IAX2 URL" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:178 +msgid "Command to run" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:179 +#, fuzzy +msgid "Phone number formatting" +msgstr "é‡è¨é›»è©±è™Ÿç¢¼" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:180 +#, fuzzy +msgid "Add phone number prefix" +msgstr "é‡è¨é›»è©±è™Ÿç¢¼" + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:91 +msgid "General" +msgstr "常用é…ç½®" + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:92 +#: ../sflphone-client-gnome/src/config/configwindow.c:726 +msgid "Destination folder" +msgstr "目標文件夾" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:393 +#, fuzzy +msgid "Hold" +msgstr "待机" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:395 +#: ../sflphone-client-gnome/src/toolbar.c:232 +#: ../sflphone-client-gnome/src/toolbar.c:234 +msgid "History" +msgstr "æ·å²" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:397 +#, fuzzy +msgid "Configure accounts" +msgstr "å·²é…置帳戶" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:398 +#, fuzzy +msgid "Configure audio" +msgstr "å·²é…置帳戶" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:399 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:401 +msgid "Configure SFLphone" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:403 +msgid "Display volume bars" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:404 +msgid "Display dialpad" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:405 +msgctxt "Action record a call" +msgid "Record" +msgstr "記錄" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:408 +msgid "Attention:number of results exceeds max displayed." +msgstr "" + +#: ../sflphone-client-gnome/src/accountlist.c:187 +#, fuzzy +msgid "accounr state" +msgstr "帳戶å‘å°Ž(A)" + +#: ../sflphone-client-gnome/src/actions.c:54 +#: ../sflphone-client-gnome/src/sflnotify.c:94 +#, fuzzy, c-format +msgid "%d voice mail" +msgid_plural "%d voice mails" +msgstr[0] "%d 個語音郵件" +msgstr[1] "%d 個語音郵件" + +#: ../sflphone-client-gnome/src/actions.c:234 +msgid "" +"Unable to connect to the SFLphone server.\n" +"Make sure the daemon is running." +msgstr "" +"連接SFLphone伺æœå™¨å¤±æ•—.\n" +"è«‹æ ¸æŸ¥daemonæ˜¯å¦æ£åœ¨é‹è¡Œ." + +#: ../sflphone-client-gnome/src/actions.c:809 +#, c-format +msgid "IP call - %s" +msgstr "IP電話- %s" + +#: ../sflphone-client-gnome/src/actions.c:908 +#, c-format +msgid "" +"<b>Error: No audio codecs found.\n" +"\n" +"</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>.sflphone</" +"b> directory in your home( <i>%s</i> )" +msgstr "" +"<b>錯誤:無法找到音訊編碼檔案.\n" +"\n" +"</b> SFLè²éŸ³ç·¨ç¢¼æª”案應該ä½äºŽ<i>%s</i> 或者ä½äºŽä¸»ç›®éŒ„( <i>%s</i> )çš„<b>." +"sflphone</b>目錄下" + +#: ../sflphone-client-gnome/src/assistant.c:70 +msgid "" +"You can at any time check your registration state or modify your accounts " +"parameters in the Options/Accounts window." +msgstr "ä½ å¯ä»¥éš¨æ™‚在 é¸é …/帳戶 䏿Ÿ¥çœ‹è¨»å†Šç‹€æ…‹æˆ–者修改帳戶信æ¯." + +#: ../sflphone-client-gnome/src/assistant.c:190 +msgid "SFLphone account creation wizard" +msgstr "" + +#: ../sflphone-client-gnome/src/assistant.c:274 +#: ../sflphone-client-gnome/src/assistant.c:370 +#: ../sflphone-client-gnome/src/config/accountwindow.c:153 +msgid "_Alias" +msgstr "別稱(A)" + +#: ../sflphone-client-gnome/src/assistant.c:282 +#: ../sflphone-client-gnome/src/assistant.c:378 +#: ../sflphone-client-gnome/src/config/accountwindow.c:189 +msgid "_Host name" +msgstr "主机å稱(H)" + +#: ../sflphone-client-gnome/src/assistant.c:290 +#: ../sflphone-client-gnome/src/assistant.c:386 +#: ../sflphone-client-gnome/src/config/accountwindow.c:197 +msgid "_User name" +msgstr "使用者å稱(U)" + +#: ../sflphone-client-gnome/src/assistant.c:306 +#: ../sflphone-client-gnome/src/assistant.c:401 +#: ../sflphone-client-gnome/src/config/accountwindow.c:212 +msgid "_Password" +msgstr "密碼(P)" + +#: ../sflphone-client-gnome/src/assistant.c:324 +#: ../sflphone-client-gnome/src/assistant.c:417 +#: ../sflphone-client-gnome/src/config/accountwindow.c:228 +msgid "_Voicemail number" +msgstr "語音郵箱(V)" + +#: ../sflphone-client-gnome/src/assistant.c:347 +msgid "_Email address" +msgstr "" + +#: ../sflphone-client-gnome/src/assistant.c:444 +#: ../sflphone-client-gnome/src/config/configwindow.c:532 +msgid "E_nable STUN" +msgstr "啟用STUN(n)" + +#: ../sflphone-client-gnome/src/assistant.c:451 +msgid "_STUN server" +msgstr "STUN伺æœå™¨(S)" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Account Registration" +msgstr "帳戶註冊" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Congratulations!" +msgstr "æå–œï¼" + +#: ../sflphone-client-gnome/src/errors.c:29 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening playback device" +msgstr "" +"ALSAæç¤º\n" +"\n" +"打開回放è¨å‚™æ™‚出錯" + +#: ../sflphone-client-gnome/src/errors.c:32 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening capture device" +msgstr "" +"ALSAæç¤º\n" +"\n" +"打開采集è¨å‚™æ™‚出錯" + +#: ../sflphone-client-gnome/src/errors.c:35 +msgid "" +"Pulseaudio notification\n" +"\n" +"Pulseaudio is not running" +msgstr "" +"Pulseaudioæç¤º\n" +"\n" +"Pulseaudio未é‹è¡Œ" + +#: ../sflphone-client-gnome/src/mainwindow.c:70 +msgid "There is one call in progress." +msgstr "有一個電話æ£åœ¨è™•ç†ä¸." + +#: ../sflphone-client-gnome/src/mainwindow.c:74 +msgid "There are calls in progress." +msgstr "有電話æ£åœ¨è™•ç†ä¸." + +#: ../sflphone-client-gnome/src/mainwindow.c:83 +msgid "Do you still want to quit?" +msgstr "確èªè¦é€€å‡º?" + +#: ../sflphone-client-gnome/src/mainwindow.c:284 +msgid "SFLphone Error" +msgstr "SFLphone 出錯" + +#: ../sflphone-client-gnome/src/menus.c:134 +msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols." +msgstr "SFLphone是一個VoIP客戶端,它兼容SIPå’ŒIAX2åè®®." + +#: ../sflphone-client-gnome/src/menus.c:137 +msgid "About SFLphone" +msgstr "有關SFLphone" + +#: ../sflphone-client-gnome/src/menus.c:161 +msgid "_Help" +msgstr "幫助(H)" + +#: ../sflphone-client-gnome/src/menus.c:296 +#: ../sflphone-client-gnome/src/menus.c:953 +msgid "_New call" +msgstr "新電話(N)" + +#: ../sflphone-client-gnome/src/menus.c:308 +#: ../sflphone-client-gnome/src/menus.c:785 +msgid "_Pick up" +msgstr "撥出(P)" + +#: ../sflphone-client-gnome/src/menus.c:318 +#: ../sflphone-client-gnome/src/menus.c:797 +msgid "_Hang up" +msgstr "放下(H)" + +#: ../sflphone-client-gnome/src/menus.c:328 +#: ../sflphone-client-gnome/src/menus.c:809 +msgid "On _Hold" +msgstr "待机" + +#: ../sflphone-client-gnome/src/menus.c:340 +#: ../sflphone-client-gnome/src/menus.c:821 +msgid "_Record" +msgstr "記錄(R)" + +#: ../sflphone-client-gnome/src/menus.c:354 +msgid "_Account creation wizard" +msgstr "帳戶創建å‘å°Ž(A)" + +#: ../sflphone-client-gnome/src/menus.c:384 +msgid "_Call" +msgstr "電話" + +#: ../sflphone-client-gnome/src/menus.c:552 +#, fuzzy +msgid "Clear _history" +msgstr "清空曆å²è¨˜éŒ„(C)" + +#: ../sflphone-client-gnome/src/menus.c:564 +msgid "_Accounts" +msgstr "帳戶(A)" + +#: ../sflphone-client-gnome/src/menus.c:579 +msgid "_Edit" +msgstr "編輯(E)" + +#: ../sflphone-client-gnome/src/menus.c:631 +msgid "_Dialpad" +msgstr "æ’¥è™Ÿé¢æ¿" + +#: ../sflphone-client-gnome/src/menus.c:643 +msgid "_Volume controls" +msgstr "éŸ³é‡æŽ§åˆ¶(V)" + +#: ../sflphone-client-gnome/src/menus.c:661 +msgid "_View" +msgstr "查看(V)" + +#: ../sflphone-client-gnome/src/menus.c:881 +msgid "_Call back" +msgstr "回å«(C)" + +#: ../sflphone-client-gnome/src/menus.c:1061 +msgid "Edit phone number" +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:1072 +msgid "Edit the phone number before making a call" +msgstr "撥出電話å‰ç·¨è¼¯é›»è©±è™Ÿç¢¼" + +#: ../sflphone-client-gnome/src/sflnotify.c:71 +#: ../sflphone-client-gnome/src/sflnotify.c:91 +#, c-format +msgid "%s account : %s" +msgstr "%s 帳戶 : %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:75 +#, c-format +msgid "<i>From</i> %s" +msgstr "<i>撥入方</i> %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:111 +#, c-format +msgid "Calling with %s account <i>%s</i>" +msgstr "使用%s帳戶<i>%s</i>呼å«" + +#: ../sflphone-client-gnome/src/sflnotify.c:115 +msgid "Current account" +msgstr "ç•¶å‰å¸³æˆ¶" + +#: ../sflphone-client-gnome/src/sflnotify.c:130 +msgid "You have no accounts set up" +msgstr "" + +#: ../sflphone-client-gnome/src/sflnotify.c:131 +#: ../sflphone-client-gnome/src/sflnotify.c:148 +msgid "Error" +msgstr "註冊失敗" + +#: ../sflphone-client-gnome/src/sflnotify.c:147 +msgid "You have no registered accounts" +msgstr "未發ç¾å·²è¨»å†Šå¸³æˆ¶" + +#: ../sflphone-client-gnome/src/sliders.c:161 +msgid "Speakers volume" +msgstr "æšè²å™¨éŸ³é‡" + +#: ../sflphone-client-gnome/src/sliders.c:163 +msgid "Mic volume" +msgstr "話ç’音é‡" + +#: ../sflphone-client-gnome/src/statusicon.c:91 +msgid "_Show main window" +msgstr "顯示主窗å£(S)" + +#: ../sflphone-client-gnome/src/statusicon.c:127 +#, c-format +msgid "%i account configured" +msgid_plural "%i accounts configured" +msgstr[0] "" +msgstr[1] "" + +#: ../sflphone-client-gnome/src/toolbar.c:52 +#: ../sflphone-client-gnome/src/toolbar.c:251 +#: ../sflphone-client-gnome/src/toolbar.c:255 +msgid "Voicemail" +msgstr "語音郵件" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:113 +msgid "Account settings" +msgstr "帳戶è¨ç½®" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:147 +msgid "_Enable this account" +msgstr "啟用該賬戶(E)" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:161 +msgid "_Protocol" +msgstr "å”è°(P)" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:179 +msgid "Unknown" +msgstr "未知" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:312 +msgid "_Use Evolution address books" +msgstr "使用Evolution地å€è–„(U)" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:319 +msgid "Download limit :" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:327 +msgid "cards" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:333 +msgid "_Display contact photo if available" +msgstr "如果å¯ä»¥å‰‡é¡¯ç¤ºè¯ç¹«äººç…§ç‰‡(D)" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:341 +#, fuzzy +msgid "Fields from Evolution's address books" +msgstr "使用Evolution地å€è–„ä¸çš„如䏋嗿®µ:" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:345 +msgid "_Work" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:351 +msgid "_Home" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:357 +msgid "_Mobile" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:364 +msgid "Address Books" +msgstr "地å€ç°¿" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:368 +msgid "Select which Evolution address books to use" +msgstr "" + +#: ../sflphone-client-gnome/src/config/audioconf.c:684 +msgid "Output" +msgstr "輸出" + +#: ../sflphone-client-gnome/src/config/audioconf.c:706 +msgid "Input" +msgstr "輸入" + +#: ../sflphone-client-gnome/src/config/audioconf.c:741 +msgid "_Voice Activity Detection" +msgstr "è²éŸ³ç‹€æ…‹æª¢æ¸¬(V)" + +#: ../sflphone-client-gnome/src/config/audioconf.c:751 +msgid "_Noise Reduction (Narrow-Band Companding)" +msgstr "é™å™ªè™•ç†-çª„é »å£“ç¸®(N)" + +#: ../sflphone-client-gnome/src/config/audioconf.c:780 +msgid "Sound Manager" +msgstr "è²éŸ³ç®¡ç†å™¨" + +#: ../sflphone-client-gnome/src/config/audioconf.c:783 +#, fuzzy +msgid "_Pulseaudio" +msgstr "Pulseaudio" + +#: ../sflphone-client-gnome/src/config/audioconf.c:788 +#, fuzzy +msgid "_ALSA" +msgstr "ALSA" + +#: ../sflphone-client-gnome/src/config/audioconf.c:812 +msgid "Codecs" +msgstr "編碼" + +#: ../sflphone-client-gnome/src/config/audioconf.c:835 +msgid "Ringtones" +msgstr "鈴è²" + +#: ../sflphone-client-gnome/src/config/audioconf.c:841 +msgid "_Enable ringtones" +msgstr "啟動鈴è²(E)" + +#: ../sflphone-client-gnome/src/config/audioconf.c:847 +msgid "Choose a ringtone" +msgstr "鈴è²é¸æ“‡" + +#: ../sflphone-client-gnome/src/config/audioconf.c:853 +msgid "Audio Files" +msgstr "音訊檔案" + +#: ../sflphone-client-gnome/src/config/configwindow.c:425 +msgid "Status" +msgstr "狀態" + +#: ../sflphone-client-gnome/src/config/configwindow.c:528 +msgid "Stun parameters will be applied on each SIP account created." +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:544 +msgid "Format : name.server:port" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:589 +msgid "Desktop Notifications" +msgstr "æ¡Œé¢æç¤º" + +#: ../sflphone-client-gnome/src/config/configwindow.c:593 +msgid "_Enable notifications" +msgstr "啟動æç¤º(E)" + +#: ../sflphone-client-gnome/src/config/configwindow.c:599 +msgid "Enable voicemail _notifications" +msgstr "啟用語音郵箱æç¤º(n)" + +#: ../sflphone-client-gnome/src/config/configwindow.c:611 +msgid "System Tray Icon" +msgstr "系統托盤圖標" + +#: ../sflphone-client-gnome/src/config/configwindow.c:614 +msgid "_Popup main window on incoming call" +msgstr "來電話時彈出主視窗(P)" + +#: ../sflphone-client-gnome/src/config/configwindow.c:619 +msgid "Ne_ver popup main window" +msgstr "從ä¸å½ˆå‡ºä¸»è¦–窗(v)" + +#: ../sflphone-client-gnome/src/config/configwindow.c:623 +msgid "Hide SFLphone window on _startup" +msgstr "在啟動時隱è—SFLphone主窗å£" + +#: ../sflphone-client-gnome/src/config/configwindow.c:629 +msgid "Calls History" +msgstr "打電話æ·å²" + +#: ../sflphone-client-gnome/src/config/configwindow.c:632 +msgctxt "Beginning of 'Keep my history for at least n days.'" +msgid "_Keep my history for at least" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:643 +msgctxt "End of 'Keep my history for at least n days.'" +msgid "days" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:647 +msgid "PulseAudio sound server" +msgstr "PulseAudioè²éŸ³ä¼ºæœå™¨" + +#: ../sflphone-client-gnome/src/config/configwindow.c:650 +#, fuzzy +msgid "_Mute other applications during a call" +msgstr "當有來電時éœéŸ³å…¶å®ƒæ‡‰ç”¨ç¨‹åº(c)" + +#: ../sflphone-client-gnome/src/config/configwindow.c:677 +msgid "Port" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:732 +msgid "Select a folder" +msgstr "鏿“‡æ–‡ä»¶å¤¾" + +#: ../sflphone-client-gnome/src/config/configwindow.c:766 +msgid "Preferences" +msgstr "屬性" + +#: ../sflphone-client-gnome/src/config/configwindow.c:845 +msgid "Configured Accounts" +msgstr "å·²é…置帳戶" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:135 +msgid "Custom commands on incoming calls with URL" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:138 +#, c-format +msgid "%s will be replaced with the passed URL." +msgstr "傳輸的URLæœƒè¢«æ›¿æ›æˆ%s." + +#: ../sflphone-client-gnome/src/config/hooks-config.c:141 +msgid "Trigger on specific _SIP header" +msgstr "激活指定的SIPé (S)" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:150 +msgid "Trigger on _IAX2 URL" +msgstr "激活IAX2 URL(I)" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:155 +msgid "Command to _run" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:165 +msgid "Phone number rewriting" +msgstr "é‡è¨é›»è©±è™Ÿç¢¼" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:169 +msgid "_Prefix dialed numbers with" +msgstr "號碼å‰ç¶´" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:56 +msgid "Search all" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:57 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:70 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:82 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:94 +msgid "Click here to change the search type" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:69 +msgid "Search by missed call" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:81 +msgid "Search by incoming call" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:93 +msgid "Search by outgoing call" +msgstr "" + +#~ msgid "Sound manager" +#~ msgstr "è²éŸ³ç®¡ç†å™¨" + +#~ msgid "Prefix dialed numbers with" +#~ msgstr "號碼å‰ç¶´" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" + +#~ msgid "Registered" +#~ msgstr "已註冊" + +#~ msgid "Not Registered" +#~ msgstr "未註冊" + +#~ msgid "Trying..." +#~ msgstr "æ£åœ¨é€£æŽ¥..." + +#~ msgid "Bad authentification" +#~ msgstr "èªè‰éŒ¯èª¤" + +#~ msgid "Network unreachable" +#~ msgstr "網路連線失敗" + +#~ msgid "Host unreachable" +#~ msgstr "伺æœå™¨é€£ç·šå¤±æ•—" + +#~ msgid "Stun configuration error" +#~ msgstr "Stuné…置有誤" + +#~ msgid "Stun server invalid" +#~ msgstr "Stun伺æœå™¨ç„¡æ•ˆ" + +#~ msgid "Invalid" +#~ msgstr "無效" + +#~ msgid "%d voice mails" +#~ msgstr "%d 個語音郵件" + +#~ msgid "No registered account" +#~ msgstr "未發ç¾å·²è¨»å†Šå¸³æˆ¶" + +#~ msgid "" +#~ "This assistant is now finished.\n" +#~ "You can at any time check your registration state or modify your accounts " +#~ "parameters in the Options/Accounts window.\n" +#~ "\n" +#~ "Alias : %s\n" +#~ "Server : %s\n" +#~ "Username : %s\n" +#~ msgstr "" +#~ "é…置完æˆ.\n" +#~ "ä½ å¯ä»¥éš¨æ™‚在 é¸é …/帳戶 䏿Ÿ¥çœ‹è¨»å†Šç‹€æ…‹æˆ–者修改帳戶信æ¯\n" +#~ "別稱: %s\n" +#~ "伺æœå™¨: %s\n" +#~ "使用者å稱: %s\n" + +#~ msgid "SFLphone account configuration wizard" +#~ msgstr "SFLphone 帳戶è¨ç½®å‘å°Ž" + +#~ msgid "Welcome to SFLphone!" +#~ msgstr "æ¡è¿Žä½¿ç”¨SFLphone!" + +#~ msgid "Select an account type:" +#~ msgstr "鏿“‡å¸³æˆ¶é¡žåž‹:" + +#~ msgid "Please select one of the following option:" +#~ msgstr "è«‹é¸æ“‡ä»¥ä¸‹é¸é …ä¸çš„一個:" + +#~ msgid "SIP account configuration" +#~ msgstr "SIP帳戶é…ç½®" + +#~ msgid "Please fill the following information:" +#~ msgstr "請填寫如下信æ¯:" + +#~ msgid "Optional Email Address " +#~ msgstr "å¯é¸éƒµä»¶åœ°å€ " + +#~ msgid "This email address will be use to send your voicemail messages" +#~ msgstr "這個郵件地å€å°‡è¢«ç”¨ä¾†ç™¼é€æ‚¨çš„語音郵箱消æ¯" + +#~ msgid "_Email" +#~ msgstr "郵件(E)" + +#~ msgid "IAX2 account configuration" +#~ msgstr "IAX2帳戶é…ç½®" + +#~ msgid "Network Address Translation" +#~ msgstr "網路地å€åˆ†æž" + +#~ msgid "Edit phone" +#~ msgstr "編輯電話" + +#~ msgid "%s account: %s" +#~ msgstr "%s 帳戶: %s" + +#~ msgid "<i>From:</i> %s" +#~ msgstr "<i>撥入方:</i> %s" + +#~ msgid "You haven't setup any accounts" +#~ msgstr "ä½ æ²’æœ‰è¨ç½®ä»»ä½•帳戶" + +#~ msgid "SFLphone - %i accounts configured" +#~ msgstr "SFLphone - %i 個帳戶已é…ç½®" + +#~ msgid "\"Voicemail\" <%s>" +#~ msgstr "\"語音郵件\" <%s>" + +#~ msgid "Place a call" +#~ msgstr "打電話" + +#~ msgid "Off Hold" +#~ msgstr "æ¢å¤é€šè©±" + +#~ msgid "Record a call" +#~ msgstr "記錄通話" + +#~ msgid "Account Parameters" +#~ msgstr "å¸³æˆ¶ç›¸é—œåƒæ•¸" + +#~ msgid "Download limit:" +#~ msgstr "下載上é™:" + +#~ msgid "_Business phone" +#~ msgstr "商務電話(B)" + +#~ msgid "_Home phone" +#~ msgstr "å®¶åºé›»è©±(H)" + +#~ msgid "Select which Evolution address books to use:" +#~ msgstr "鏿“‡ä½¿ç”¨å¦‚下Evolution地å€è–„:" + +#~ msgid "audio device index for output = %d" +#~ msgstr "音訊è¨å‚™è¼¸å‡ºç´¢å¼• ï¼ %d" + +#~ msgid "ALSA configuration" +#~ msgstr "ALSA é…ç½®" + +#~ msgid "Enable it if you are behind a firewall" +#~ msgstr "當使用防ç«ç‰†æ™‚,需è¦è¨å®šæ¤é …" + +#~ msgid "Format: name.server:port" +#~ msgstr "æ ¼å¼ï¼šname.server:port" + +#~ msgid "Port:" +#~ msgstr "端å£:" + +#, fuzzy +#~ msgid "Recordings folder" +#~ msgstr "記錄文件夾(R)" + +#~ msgid "General Settings" +#~ msgstr "常用é…ç½®" + +#~ msgid "Audio Settings" +#~ msgstr "音訊é…ç½®" + +#~ msgid "Recordings" +#~ msgstr "記錄" + +#~ msgid "Address Book" +#~ msgstr "地å€ç°¿" + +#~ msgid "Hooks" +#~ msgstr "鉤éµ" + +#~ msgid "Accounts" +#~ msgstr "帳戶" + +#~ msgid "URL Passing" +#~ msgstr "傳輸URL" + +#, fuzzy +#~ msgid "Command to _run: " +#~ msgstr "é‹è¡Œå‘½ä»¤(C):" + +#~ msgid "Phone Number Rewriting" +#~ msgstr "é‡è¨é›»è©±è™Ÿç¢¼" + +#~ msgid "_Prefix dialed numbers with:" +#~ msgstr "號碼å‰ç¶´:" + +#~ msgid "Accept" +#~ msgstr "接å—" + +#~ msgid "Refuse" +#~ msgstr "拒絕" + +#~ msgid "Ignore" +#~ msgstr "忽略" + +#~ msgid "<small>Missed call</small>" +#~ msgstr "<small>未接電話</small>" + +#~ msgid "<small>Duration:</small> %s" +#~ msgstr "<small>時長:</small> %s" + +#~ msgid "Fields" +#~ msgstr "å—æ®µ" + +#~ msgid "_History size limit" +#~ msgstr "æ·å²è¨˜éŒ„上é™(H)" + +#~ msgid "" +#~ "SFLphone can run custom commands if incoming calls come with an URL " +#~ "attached.\n" +#~ "In this case, %s will be replaced with the passed URL." +#~ msgstr "" +#~ "ç•¶ä¾†é›»æœ‰é™„åŠ çš„URL時,SFLphoneå¯é‹è¡Œå®¢æˆ¶å‘½ä»¤.\n" +#~ "åœ¨æ¤æƒ…æ³ä¸‹,傳輸的URLæœƒè¢«æ›¿æ›æˆ%s." + +#~ msgid "Search history" +#~ msgstr "æœå°‹æ·å²è¨˜éŒ„" + +#~ msgid "Search contact" +#~ msgstr "æœå°‹è¯ç¹«äºº(S)" + +#~ msgid "Registered to %s (%s)" +#~ msgstr "註冊到 %s (%s)" + +#~ msgid "%s account- %s %s" +#~ msgstr "%s 帳戶- %s\t\t%s" + +#~ msgid "Books" +#~ msgstr "鉤éµ" + +#~ msgid "_Enable" +#~ msgstr "啟用(E)" + +#~ msgid "_Notify voice mails" +#~ msgstr "語音郵件通知(N)" + +#~ msgid "_Start hidden" +#~ msgstr "啟動時隱è—(S)" + +#~ msgid "_Maximum number of calls" +#~ msgstr "最大打出電話數目(M)" + +#~ msgid "_Control running applications volume" +#~ msgstr "控制æ£åœ¨é‹è¡Œä¸çš„æ‡‰ç”¨ç¨‹å¼çš„音é‡(C)" + +#~ msgid "Account previously setup" +#~ msgstr "帳戶以å‰è¨å®š" + +#~ msgid "URL argument" +#~ msgstr "URLåƒæ•¸" + +#~ msgid "_SIP protocol" +#~ msgstr "SIP å”è°(S)" + +#~ msgid "_SIP Header: " +#~ msgstr "SIP消æ¯é (S):" + +#~ msgid "_IAX2 protocol" +#~ msgstr "IAX2 å”è°(I)" + +#~ msgid "Search" +#~ msgstr "æœå°‹" + +#~ msgid "_Enabled" +#~ msgstr "啟用(E)" + +#~ msgid "%s account- %s" +#~ msgstr "%s 帳戶- %s" + +#~ msgid "Noise reduction" +#~ msgstr "é™å™ª" + +#~ msgid "_Destination folder" +#~ msgstr "目標文件夾(D)" + +#~ msgid "Setup Accounts" +#~ msgstr "è¨å®šå¸³æˆ¶" + +#~ msgid "Search Parameters" +#~ msgstr "æœå°‹ç›¸é—œåƒæ•¸" + +#~ msgid "Maximum result number for a request: " +#~ msgstr "最大打出電話數目" + +#~ msgid "Search for and display: " +#~ msgstr "æœå°‹ä¸¦é¡¯ç¤º:" + +#~ msgid "_STUN Server" +#~ msgstr "STUN伺æœå™¨(S)" diff --git a/sflphone-client-gnome/src/accountlist.c b/sflphone-client-gnome/src/accountlist.c index cd635575ff56021e1dda0dd4343caa37915b87fd..314fe544d41c4923c98b7354ce87107b76894691 100644 --- a/sflphone-client-gnome/src/accountlist.c +++ b/sflphone-client-gnome/src/accountlist.c @@ -172,34 +172,34 @@ const gchar * account_state_name(account_state_t s) switch(s) { case ACCOUNT_STATE_REGISTERED: - state = _("Registered"); + state = c_("account state", "Registered"); break; case ACCOUNT_STATE_UNREGISTERED: - state = _("Not Registered"); + state = c_("account state", "Not Registered"); break; case ACCOUNT_STATE_TRYING: - state = _("Trying..."); + state = c_("account state", "Trying..."); break; case ACCOUNT_STATE_ERROR: - state = _("Error"); + state = c_("account state", "Error"); break; case ACCOUNT_STATE_ERROR_AUTH: - state = _("Bad authentification"); + state = c_("account state", "Authentication Failed"); break; case ACCOUNT_STATE_ERROR_NETWORK: - state = _("Network unreachable"); + state = c_("account state", "Network unreachable"); break; case ACCOUNT_STATE_ERROR_HOST: - state = _("Host unreachable"); + state = c_("account state", "Host unreachable"); break; case ACCOUNT_STATE_ERROR_CONF_STUN: - state = _("Stun configuration error"); + state = c_("account state", "Stun configuration error"); break; case ACCOUNT_STATE_ERROR_EXIST_STUN: - state = _("Stun server invalid"); + state = c_("account state", "Stun server invalid"); break; default: - state = _("Invalid"); + state = c_("account state", "Invalid"); break; } return state; diff --git a/sflphone-client-gnome/src/actions.c b/sflphone-client-gnome/src/actions.c index 4e632c9ca245a117de4dc626474625a8e87f4d77..1b633bea1a08408ff2b344663c56ed6f2f08efcb 100644 --- a/sflphone-client-gnome/src/actions.c +++ b/sflphone-client-gnome/src/actions.c @@ -51,10 +51,11 @@ sflphone_notify_voice_mail ( const gchar* accountID , guint count ) if(count > 0) { gchar * message = g_new0(gchar, 50); - if( count > 1) - g_sprintf(message, _("%d voice mails"), count); - else - g_sprintf(message, _("%d voice mail"), count); + g_sprintf(message, n_("%d voice mail", "%d voice mails", count), count); +// if( count > 1) +// g_sprintf(message, _("%d voice mails"), count); +// else +// g_sprintf(message, _("%d voice mail"), count); statusbar_push_message(message, __MSG_VOICE_MAILS); g_free(message); } @@ -78,13 +79,14 @@ status_bar_display_account () acc = account_list_get_current (); if(acc){ - msg = g_markup_printf_escaped(_("Using %s (%s)") , + msg = g_markup_printf_escaped("%s %s (%s)" , + _("Using account"), (gchar*)g_hash_table_lookup( acc->properties , ACCOUNT_ALIAS), (gchar*)g_hash_table_lookup( acc->properties , ACCOUNT_TYPE)); } else { - msg = g_markup_printf_escaped(_("No registered account")); + msg = g_markup_printf_escaped(_("No registered accounts")); } statusbar_push_message( msg , __MSG_ACCOUNT_DEFAULT); g_free(msg); @@ -807,9 +809,11 @@ sflphone_display_selected_codec (const gchar* codecName) msg = g_markup_printf_escaped (_("IP call - %s"), codecName); } else { - msg = g_markup_printf_escaped(_("Using %s (%s) - Codec: %s") , + msg = g_markup_printf_escaped("%s %s (%s) - %s %s" , + _("Using account"), (gchar*)g_hash_table_lookup( acc->properties , ACCOUNT_ALIAS), (gchar*)g_hash_table_lookup( acc->properties , ACCOUNT_TYPE), + _("Codec"), codecName); } statusbar_push_message( msg , __MSG_ACCOUNT_DEFAULT); diff --git a/sflphone-client-gnome/src/assistant.c b/sflphone-client-gnome/src/assistant.c index a642da19bc35a1e351f2669cc45b88110309d025..192c3269958933cadff2e9791ff2556dbbe009ce 100644 --- a/sflphone-client-gnome/src/assistant.c +++ b/sflphone-client-gnome/src/assistant.c @@ -32,7 +32,7 @@ #define SFLPHONE_ORG_SERVER "sip.sflphone.org" #define SFLPHONE_ORG_ALIAS "sflphone.org" -#define MESSAGE_SUMMARY _("This assistant is now finished.\nYou can at any time check your registration state or modify your accounts parameters in the Options/Accounts window.\n\nAlias : %s\nServer : %s\nUsername : %s\n") + struct _wizard *wiz; @@ -59,6 +59,27 @@ void set_account_type( GtkWidget* widget , gpointer data UNUSED ) { } } +/** + * Fills string message with the final message of account registration + * with alias, server and username specified. + */ +void getMessageSummary( char * message , const gchar * alias, const gchar * server, const gchar * username) { + char var[64]; + sprintf( message, _("This assistant is now finished.")); + strcat( message, "\n" ); + strcat( message, _("You can at any time check your registration state or modify your accounts parameters in the Options/Accounts window.")); + strcat( message, "\n\n"); + strcat( message, _("Alias")); + sprintf( var, " : %s\n", alias); + strcat( message, var); + strcat( message, _("Server")); + sprintf( var, " : %s\n", server); + strcat( message, var); + strcat( message, _("Username")); + sprintf( var, " : %s\n", username); + strcat( message, var); +} + void set_sflphone_org( GtkWidget* widget , gpointer data UNUSED ) { use_sflphone_org = (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(widget))?1:0) ; } @@ -108,12 +129,17 @@ static void sip_apply_callback( void ) { g_hash_table_insert(current->properties, g_strdup(ACCOUNT_SIP_STUN_SERVER), g_strdup((gchar *)gtk_entry_get_text(GTK_ENTRY(wiz->addr)))); dbus_add_account( current ); - sprintf(message, MESSAGE_SUMMARY, + getMessageSummary(message, gtk_entry_get_text (GTK_ENTRY(wiz->sip_alias)), gtk_entry_get_text (GTK_ENTRY(wiz->sip_server)), gtk_entry_get_text (GTK_ENTRY(wiz->sip_username)) + ) ; +// sprintf(message, MESSAGE_SUMMARY, +// gtk_entry_get_text (GTK_ENTRY(wiz->sip_alias)), +// gtk_entry_get_text (GTK_ENTRY(wiz->sip_server)), +// gtk_entry_get_text (GTK_ENTRY(wiz->sip_username)) // gtk_entry_get_text (GTK_ENTRY(wiz->sip_password)) - ) ; +// ) ; gtk_label_set_text (GTK_LABEL(wiz->label_summary), message); } } @@ -132,11 +158,16 @@ static void iax_apply_callback( void ) { g_hash_table_insert(current->properties, g_strdup(ACCOUNT_HOSTNAME), g_strdup((gchar *)gtk_entry_get_text(GTK_ENTRY(wiz->iax_server)))); g_hash_table_insert(current->properties, g_strdup(ACCOUNT_PASSWORD), g_strdup((gchar *)gtk_entry_get_text(GTK_ENTRY(wiz->iax_password)))); dbus_add_account( current ); - sprintf(message, MESSAGE_SUMMARY, + getMessageSummary(message, gtk_entry_get_text (GTK_ENTRY(wiz->iax_alias)), gtk_entry_get_text (GTK_ENTRY(wiz->iax_server)), gtk_entry_get_text (GTK_ENTRY(wiz->iax_username)) - ) ; + ) ; +// sprintf(message, MESSAGE_SUMMARY, +// gtk_entry_get_text (GTK_ENTRY(wiz->iax_alias)), +// gtk_entry_get_text (GTK_ENTRY(wiz->iax_server)), +// gtk_entry_get_text (GTK_ENTRY(wiz->iax_username)) +// ) ; gtk_label_set_text (GTK_LABEL(wiz->label_summary), message); } } @@ -156,7 +187,7 @@ void build_wizard( void ) { wiz->assistant = gtk_assistant_new( ); - gtk_window_set_title( GTK_WINDOW(wiz->assistant), _("SFLphone account configuration wizard") ); + gtk_window_set_title( GTK_WINDOW(wiz->assistant), _("SFLphone account creation wizard") ); gtk_window_set_position(GTK_WINDOW(wiz->assistant), GTK_WIN_POS_CENTER); gtk_window_set_default_size(GTK_WINDOW(wiz->assistant), 200 , 200); @@ -182,7 +213,7 @@ void build_wizard( void ) { GtkWidget* build_intro() { GtkWidget *label; - wiz->intro = create_vbox( GTK_ASSISTANT_PAGE_INTRO , "SFLphone GNOME client" , _("Welcome to SFLphone!")); + wiz->intro = create_vbox( GTK_ASSISTANT_PAGE_INTRO , "SFLphone GNOME client" , _("Welcome to the Account creation wizard of SFLphone!")); label = gtk_label_new(_("This installation wizard will help you configure an account.")) ; gtk_misc_set_alignment(GTK_MISC(label), 0, 0); gtk_label_set_line_wrap(GTK_LABEL(label), TRUE); @@ -197,11 +228,11 @@ GtkWidget* build_select_account() { GtkWidget* sip; GtkWidget* iax; - wiz->protocols = create_vbox( GTK_ASSISTANT_PAGE_CONTENT , _("VoIP Protocols") , _("Select an account type:")); + wiz->protocols = create_vbox( GTK_ASSISTANT_PAGE_CONTENT , _("VoIP Protocols") , _("Select an account type")); - sip = gtk_radio_button_new_with_label(NULL,"SIP (Session Initiation Protocol)"); + sip = gtk_radio_button_new_with_label(NULL, _("SIP (Session Initiation Protocol)")); gtk_box_pack_start( GTK_BOX(wiz->protocols) , sip , TRUE, TRUE, 0); - iax = gtk_radio_button_new_with_label_from_widget(GTK_RADIO_BUTTON(sip), "IAX2 (InterAsterix Exchange)"); + iax = gtk_radio_button_new_with_label_from_widget(GTK_RADIO_BUTTON(sip), _("IAX2 (InterAsterix Exchange)")); gtk_box_pack_start( GTK_BOX(wiz->protocols) , iax , TRUE, TRUE, 0); g_signal_connect(G_OBJECT( sip ) , "clicked" , G_CALLBACK( set_account_type ) , NULL ); @@ -215,7 +246,7 @@ GtkWidget* build_sfl_or_account() { GtkWidget* sfl; GtkWidget* cus; - wiz->sflphone_org = create_vbox( GTK_ASSISTANT_PAGE_CONTENT , _("Account") , _("Please select one of the following option:")); + wiz->sflphone_org = create_vbox( GTK_ASSISTANT_PAGE_CONTENT , _("Account") , _("Please select one of the following options")); sfl = gtk_radio_button_new_with_label( NULL, _("Create a free SIP/IAX2 account on sflphone.org")); gtk_box_pack_start( GTK_BOX(wiz->sflphone_org) , sfl , TRUE, TRUE, 0); @@ -232,7 +263,7 @@ GtkWidget* build_sip_account_configuration( void ) { GtkWidget* label; GtkWidget *image; - wiz->sip_account = create_vbox( GTK_ASSISTANT_PAGE_CONTENT , _("SIP account configuration") , _("Please fill the following information:")); + wiz->sip_account = create_vbox( GTK_ASSISTANT_PAGE_CONTENT , _("SIP account settings") , _("Please fill the following information")); // table table = gtk_table_new ( 5, 2 , FALSE/* homogeneous */); gtk_table_set_row_spacings( GTK_TABLE(table), 10); @@ -305,7 +336,7 @@ GtkWidget* build_email_configuration( void ) { GtkWidget* label; GtkWidget* table; - wiz->email = create_vbox( GTK_ASSISTANT_PAGE_CONTENT , _("Optional Email Address ") , _("This email address will be use to send your voicemail messages")); + wiz->email = create_vbox( GTK_ASSISTANT_PAGE_CONTENT , _("Optional email address") , _("This email address will be used to send your voicemail messages.")); table = gtk_table_new ( 4, 2 , FALSE/* homogeneous */); gtk_table_set_row_spacings( GTK_TABLE(table), 10); @@ -313,7 +344,7 @@ GtkWidget* build_email_configuration( void ) { gtk_box_pack_start( GTK_BOX(wiz->email) , table , TRUE, TRUE, 0); // email field - label = gtk_label_new_with_mnemonic (_("_Email")); + label = gtk_label_new_with_mnemonic (_("_Email address")); gtk_table_attach ( GTK_TABLE( table ), label, 0, 1, 0, 1, GTK_EXPAND | GTK_FILL, GTK_EXPAND | GTK_FILL, 0, 0); gtk_misc_set_alignment(GTK_MISC (label), 0, 0.5); wiz->mailbox = gtk_entry_new(); @@ -328,7 +359,7 @@ GtkWidget* build_iax_account_configuration( void ) { GtkWidget* table; GtkWidget *image; - wiz->iax_account = create_vbox( GTK_ASSISTANT_PAGE_CONFIRM , _("IAX2 account configuration") , _("Please fill the following information:")); + wiz->iax_account = create_vbox( GTK_ASSISTANT_PAGE_CONFIRM , _("IAX2 account settings") , _("Please fill the following information")); table = gtk_table_new ( 5, 2 , FALSE/* homogeneous */); gtk_table_set_row_spacings( GTK_TABLE(table), 10); @@ -401,7 +432,7 @@ GtkWidget* build_nat_settings( void ) { GtkWidget* label; GtkWidget* table; - wiz->nat = create_vbox( GTK_ASSISTANT_PAGE_CONFIRM , _("Network Address Translation") , _("You should probably enable this if you are behind a firewall.")); + wiz->nat = create_vbox( GTK_ASSISTANT_PAGE_CONFIRM , _("Network Address Translation (NAT)") , _("You should probably enable this if you are behind a firewall.")); // table table = gtk_table_new ( 2, 2 , FALSE/* homogeneous */); diff --git a/sflphone-client-gnome/src/config/accountwindow.c b/sflphone-client-gnome/src/config/accountwindow.c index 198d0c9eba3fb9bbd2133ab293aab40264ef0763..43c4ec66f35268bab1d7b493f6fcd66a83c2860d 100644 --- a/sflphone-client-gnome/src/config/accountwindow.c +++ b/sflphone-client-gnome/src/config/accountwindow.c @@ -122,7 +122,7 @@ show_account_window (account_t * a) gtk_dialog_set_has_separator(dialog, TRUE); gtk_container_set_border_width (GTK_CONTAINER(dialog), 0); - gnome_main_section_new (_("Account Parameters"), &frame); + gnome_main_section_new ("", &frame); gtk_box_pack_start(GTK_BOX(dialog->vbox), frame, FALSE, FALSE, 0); gtk_widget_show(frame); diff --git a/sflphone-client-gnome/src/config/addressbook-config.c b/sflphone-client-gnome/src/config/addressbook-config.c index 6a866d1bce5d900166552ab3c784b981b38634cb..639525d32fe0fad2fa02d308fda36983289a087d 100644 --- a/sflphone-client-gnome/src/config/addressbook-config.c +++ b/sflphone-client-gnome/src/config/addressbook-config.c @@ -303,7 +303,7 @@ create_addressbook_settings() ret = gtk_vbox_new(FALSE, 10); gtk_container_set_border_width(GTK_CONTAINER(ret), 10); - gnome_main_section_new_with_table (_("General"), &result_frame, &table, 3, 3); + gnome_main_section_new_with_table (c_("Config section", "General"), &result_frame, &table, 3, 3); gtk_box_pack_start(GTK_BOX(ret), result_frame, FALSE, FALSE, 0); // gtk_widget_show (result_frame); @@ -316,7 +316,7 @@ create_addressbook_settings() // SCALE BUTTON - NUMBER OF RESULTS scale_button = gtk_hbox_new(FALSE, 0); - scale_label = gtk_label_new (_("Download limit:")); + scale_label = gtk_label_new (_("Download limit :")); gtk_box_pack_start(GTK_BOX(scale_button),scale_label,FALSE,FALSE,0); value = gtk_spin_button_new_with_range(1, 500, 1); gtk_label_set_mnemonic_widget (GTK_LABEL (scale_label), value); @@ -342,19 +342,19 @@ create_addressbook_settings() gtk_box_pack_start(GTK_BOX(ret), result_frame, FALSE, FALSE, 0); // gtk_widget_show (result_frame); - business = gtk_check_button_new_with_mnemonic( _("_Business phone")); + business = gtk_check_button_new_with_mnemonic( _("_Work")); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(business), addressbook_config->search_phone_business); g_signal_connect (G_OBJECT(business) , "clicked" , G_CALLBACK (search_phone_business_cb) , NULL); gtk_table_attach ( GTK_TABLE( table ), business, 0, 1, 0, 1, GTK_EXPAND | GTK_FILL, GTK_EXPAND | GTK_FILL, 0, 0); gtk_widget_set_sensitive(business, FALSE); - home = gtk_check_button_new_with_mnemonic( _("_Home phone")); + home = gtk_check_button_new_with_mnemonic( _("_Home")); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(home), addressbook_config->search_phone_home); g_signal_connect (G_OBJECT(home) , "clicked" , G_CALLBACK (search_phone_home_cb) , NULL); gtk_table_attach ( GTK_TABLE( table ), home, 0, 1, 1, 2, GTK_EXPAND | GTK_FILL, GTK_EXPAND | GTK_FILL, 0, 0); gtk_widget_set_sensitive(home, FALSE); - mobile = gtk_check_button_new_with_mnemonic( _("_Mobile phone")); + mobile = gtk_check_button_new_with_mnemonic( _("_Mobile")); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(mobile), addressbook_config->search_phone_mobile); g_signal_connect (G_OBJECT(mobile) , "clicked" , G_CALLBACK (search_phone_mobile_cb) , NULL); gtk_table_attach ( GTK_TABLE( table ), mobile, 0, 1, 2, 3, GTK_EXPAND | GTK_FILL, GTK_EXPAND | GTK_FILL, 0, 0); @@ -365,7 +365,7 @@ create_addressbook_settings() gtk_box_pack_start(GTK_BOX(ret), result_frame, TRUE, TRUE, 0); gtk_widget_show (result_frame); - scrolled_label = gtk_label_new (_("Select which Evolution address books to use:")); + scrolled_label = gtk_label_new (_("Select which Evolution address books to use")); gtk_misc_set_alignment(GTK_MISC(scrolled_label), 0.00, 0.2); gtk_table_attach ( GTK_TABLE( table ), scrolled_label, 1, 4, 1, 2, GTK_EXPAND | GTK_FILL, GTK_EXPAND | GTK_FILL, 0, 0); diff --git a/sflphone-client-gnome/src/config/audioconf.c b/sflphone-client-gnome/src/config/audioconf.c index 363e22b5d1848702619fcb819717e30b3b25e3d8..949b69227a14ef9e6bfcaddcdca59101aedd3d72 100644 --- a/sflphone-client-gnome/src/config/audioconf.c +++ b/sflphone-client-gnome/src/config/audioconf.c @@ -152,7 +152,7 @@ select_active_output_audio_device() // Select active output device on server devices = dbus_get_current_audio_devices_index(); currentDeviceIndex = atoi(devices[0]); - DEBUG(_("audio device index for output = %d"), currentDeviceIndex); + DEBUG("audio device index for output = %d", currentDeviceIndex); model = gtk_combo_box_get_model(GTK_COMBO_BOX(output)); // Find the currently set output device @@ -792,7 +792,7 @@ GtkWidget* create_audio_configuration() // Box for the ALSA configuration - gnome_main_section_new (_("ALSA configuration"), &alsa_conf); + gnome_main_section_new (_("ALSA settings"), &alsa_conf); gtk_box_pack_start(GTK_BOX(ret), alsa_conf, FALSE, FALSE, 0); // gtk_widget_hide( GTK_CONTAINER(alsa_conf) ); gtk_widget_show( alsa_conf ); diff --git a/sflphone-client-gnome/src/config/configwindow.c b/sflphone-client-gnome/src/config/configwindow.c index 6117837739e39e9204fc27f8cf5cd130876389f9..36f352502621a1fb672de48e5686c9d5fb67d6ae 100644 --- a/sflphone-client-gnome/src/config/configwindow.c +++ b/sflphone-client-gnome/src/config/configwindow.c @@ -525,7 +525,7 @@ GtkWidget* create_stun_tab() tableNat = gtk_table_new ( 3, 2 , FALSE/* homogeneous */); // NAT detection code section - label = gtk_label_new(_("Stun parameters will apply to each SIP account created.")); + label = gtk_label_new(_("Stun parameters will be applied on each SIP account created.")); gtk_table_attach( GTK_TABLE( tableNat ), label, 0, 2, 0, 1, GTK_EXPAND | GTK_FILL, GTK_EXPAND | GTK_FILL, 0, 0); gtk_misc_set_alignment(GTK_MISC (label), 0.5, 0.5); @@ -533,7 +533,7 @@ GtkWidget* create_stun_tab() gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(stunEnable), strcmp(stun_enabled,"TRUE") == 0 ? TRUE: FALSE); g_signal_connect( G_OBJECT (GTK_TOGGLE_BUTTON(stunEnable)) , "toggled" , G_CALLBACK( stun_state ), NULL); #if GTK_CHECK_VERSION(2,12,0) - gtk_widget_set_tooltip_text( GTK_WIDGET( stunEnable ) , _("Enable it if you are behind a firewall")); + gtk_widget_set_tooltip_text( GTK_WIDGET( stunEnable ) , _("You should probably enable this if you are behind a firewall.")); #endif gtk_table_attach ( GTK_TABLE( tableNat ), stunEnable, 0, 1, 1, 2, GTK_EXPAND | GTK_FILL, GTK_EXPAND | GTK_FILL, 0, 0); @@ -541,7 +541,7 @@ GtkWidget* create_stun_tab() gtk_label_set_mnemonic_widget (GTK_LABEL (label), stunServer); gtk_entry_set_text(GTK_ENTRY(stunServer), stun_server); #if GTK_CHECK_VERSION(2,12,0) - gtk_widget_set_tooltip_text( GTK_WIDGET( stunServer ) , _("Format: name.server:port")); + gtk_widget_set_tooltip_text( GTK_WIDGET( stunServer ) , _("Format : name.server:port")); #endif gtk_table_attach ( GTK_TABLE( tableNat ), stunServer, 1, 2, 1, 2, GTK_EXPAND | GTK_FILL, GTK_EXPAND | GTK_FILL, 0, 0); gtk_widget_set_sensitive( GTK_WIDGET( stunServer ), gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(stunEnable))); @@ -629,7 +629,7 @@ create_general_settings () gnome_main_section_new_with_table (_("Calls History"), &frame, &table, 3, 1); gtk_box_pack_start(GTK_BOX(ret), frame, FALSE, FALSE, 0); - history_w = gtk_check_button_new_with_mnemonic(_("_Keep my history for at least")); + history_w = gtk_check_button_new_with_mnemonic(c_("Beginning of 'Keep my history for at least n days.'", "_Keep my history for at least")); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (history_w), history_enabled); g_signal_connect (G_OBJECT (history_w) , "clicked" , G_CALLBACK (history_enabled_cb) , NULL); gtk_table_attach( GTK_TABLE(table), history_w, 0, 1, 0, 1, GTK_EXPAND | GTK_FILL, GTK_EXPAND | GTK_FILL, 0, 5); @@ -640,7 +640,7 @@ create_general_settings () gtk_widget_set_sensitive (GTK_WIDGET (history_value), gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (history_w))); gtk_table_attach( GTK_TABLE(table), history_value, 1, 2, 0, 1, GTK_EXPAND | GTK_FILL, GTK_EXPAND | GTK_FILL, 0, 5); - label = gtk_label_new(_(" days")); + label = gtk_label_new(c_("End of 'Keep my history for at least n days.'", "days")); gtk_table_attach( GTK_TABLE(table), label, 2, 3, 0, 1, GTK_EXPAND | GTK_FILL, GTK_EXPAND | GTK_FILL, 0, 5); /** PULSEAUDIO CONFIGURATION */ @@ -674,7 +674,7 @@ create_general_settings () //gtk_widget_set_size_request(applyButton, 100, 35); //gtk_widget_set_sensitive( GTK_WIDGET(applyButton), (n==0)?FALSE:TRUE ); - label = gtk_label_new(_("Port:")); + label = gtk_label_new(_("Port")); // gtk_misc_set_alignment(GTK_MISC(label), 0.03, 0.4); entryPort = gtk_spin_button_new_with_range(1, 65535, 1); gtk_label_set_mnemonic_widget (GTK_LABEL (label), entryPort); @@ -719,11 +719,11 @@ create_recording_settings () gtk_container_set_border_width(GTK_CONTAINER(ret), 10); // Recorded file saving path - gnome_main_section_new_with_table (_("General"), &savePathFrame, &table, 1, 2); + gnome_main_section_new_with_table (c_("Config section", "General"), &savePathFrame, &table, 1, 2); gtk_box_pack_start(GTK_BOX(ret), savePathFrame, FALSE, FALSE, 5); // label - label = gtk_label_new(_("Recordings folder")); + label = gtk_label_new(_("Destination folder")); gtk_table_attach( GTK_TABLE(table), label, 0, 1, 0, 1, GTK_EXPAND | GTK_FILL, GTK_EXPAND | GTK_FILL, 0, 5); // gtk_misc_set_alignment(GTK_MISC(label), 0.08, 0.5); @@ -783,27 +783,27 @@ show_config_window () // Audio tab tab = create_audio_configuration(); - gtk_notebook_append_page(GTK_NOTEBOOK(notebook), tab, gtk_label_new(_("Audio Settings"))); + gtk_notebook_append_page(GTK_NOTEBOOK(notebook), tab, gtk_label_new(c_("Config section", "Audio"))); gtk_notebook_page_num(GTK_NOTEBOOK(notebook), tab); // General settings tab tab = create_general_settings(); - gtk_notebook_append_page(GTK_NOTEBOOK(notebook), tab, gtk_label_new(_("General Settings"))); + gtk_notebook_append_page(GTK_NOTEBOOK(notebook), tab, gtk_label_new(c_("Config section", "General"))); gtk_notebook_page_num(GTK_NOTEBOOK(notebook), tab); // Recording tab tab = create_recording_settings(); - gtk_notebook_append_page(GTK_NOTEBOOK(notebook), tab, gtk_label_new(_("Recordings"))); + gtk_notebook_append_page(GTK_NOTEBOOK(notebook), tab, gtk_label_new(c_("Config section", "Recordings"))); gtk_notebook_page_num(GTK_NOTEBOOK(notebook), tab); // Addressbook tab tab = create_addressbook_settings(); - gtk_notebook_append_page(GTK_NOTEBOOK(notebook), tab, gtk_label_new(_("Address Book"))); + gtk_notebook_append_page(GTK_NOTEBOOK(notebook), tab, gtk_label_new(c_("Config section", "Address Book"))); gtk_notebook_page_num(GTK_NOTEBOOK(notebook), tab); // HookS tab tab = create_hooks_settings(); - gtk_notebook_append_page(GTK_NOTEBOOK(notebook), tab, gtk_label_new(_("Hooks"))); + gtk_notebook_append_page(GTK_NOTEBOOK(notebook), tab, gtk_label_new(c_("Config section", "Hooks"))); gtk_notebook_page_num(GTK_NOTEBOOK(notebook), tab); gtk_notebook_set_current_page( GTK_NOTEBOOK( notebook) , 0); @@ -830,7 +830,7 @@ show_accounts_window( void ) accDialogOpen = TRUE; - dialog = GTK_DIALOG(gtk_dialog_new_with_buttons (_("Accounts"), + dialog = GTK_DIALOG(gtk_dialog_new_with_buttons (c_("Config section", "Accounts"), GTK_WINDOW(get_main_window()), GTK_DIALOG_DESTROY_WITH_PARENT, GTK_STOCK_CLOSE, @@ -853,7 +853,7 @@ show_accounts_window( void ) gtk_container_add(GTK_CONTAINER(accountFrame) , tab); // Stun Frame, displayed only if at least 1 SIP account is configured - gnome_main_section_new (_("Network Address Translation"), &stunFrame); + gnome_main_section_new (_("Network Address Translation (NAT)"), &stunFrame); gtk_box_pack_start( GTK_BOX( dialog->vbox ), stunFrame , TRUE, TRUE, 0); gtk_container_set_border_width(GTK_CONTAINER(stunFrame), 10); gtk_widget_show(stunFrame); diff --git a/sflphone-client-gnome/src/config/hooks-config.c b/sflphone-client-gnome/src/config/hooks-config.c index a13d2f9598fbaf835a0031b9912f6ee938d5677d..0272afd58b0a71b103cbc189aa8a6239cc040fba 100644 --- a/sflphone-client-gnome/src/config/hooks-config.c +++ b/sflphone-client-gnome/src/config/hooks-config.c @@ -127,16 +127,16 @@ GtkWidget* create_hooks_settings (){ ret = gtk_vbox_new(FALSE, 10); gtk_container_set_border_width(GTK_CONTAINER(ret), 10); - gnome_main_section_new_with_table (_("URL Passing"), &frame, &table, 5, 2); + gnome_main_section_new_with_table (_("URL Argument"), &frame, &table, 5, 2); gtk_box_pack_start(GTK_BOX(ret), frame, FALSE, FALSE, 0); gtk_widget_show (frame); - label = gtk_label_new(_("Custom commands on incoming calls with URL,")); - gtk_table_attach ( GTK_TABLE( table ), label, 0, 2, 0, 1, GTK_EXPAND | GTK_FILL, GTK_EXPAND | GTK_FILL, 0, 0); + label = gtk_label_new(_("Custom commands on incoming calls with URL")); + gtk_table_attach ( GTK_TABLE( table ), label, 0, 2, 0, 1, GTK_FILL, GTK_EXPAND | GTK_FILL, 0, 0); label = gtk_label_new(_("%s will be replaced with the passed URL.")); - gtk_table_attach ( GTK_TABLE( table ), label, 0, 2, 1, 2, GTK_EXPAND | GTK_FILL, GTK_EXPAND | GTK_FILL, 0, 0); + gtk_table_attach ( GTK_TABLE( table ), label, 0, 2, 1, 2, GTK_FILL, GTK_EXPAND | GTK_FILL, 0, 0); widg = gtk_check_button_new_with_mnemonic( _("Trigger on specific _SIP header")); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(widg), (g_strcasecmp (_urlhook_config->sip_enabled, "1")==0)?TRUE:FALSE); @@ -152,7 +152,7 @@ GtkWidget* create_hooks_settings (){ g_signal_connect (G_OBJECT(widg) , "clicked" , G_CALLBACK (iax2_enabled_cb), NULL); gtk_table_attach ( GTK_TABLE( table ), widg, 0, 2, 3, 4, GTK_EXPAND | GTK_FILL, GTK_EXPAND | GTK_FILL, 0, 0); - label = gtk_label_new_with_mnemonic (_("Command to _run: ")); + label = gtk_label_new_with_mnemonic (_("Command to _run")); gtk_misc_set_alignment(GTK_MISC(label), 0.05, 0.5); gtk_table_attach ( GTK_TABLE( table ), label, 0, 1, 4, 5, GTK_EXPAND | GTK_FILL, GTK_EXPAND | GTK_FILL, 0, 0); command = gtk_entry_new (); @@ -162,11 +162,11 @@ GtkWidget* create_hooks_settings (){ - gnome_main_section_new_with_table (_("Phone Number Rewriting"), &frame, &table, 4, 2); + gnome_main_section_new_with_table (_("Phone number rewriting"), &frame, &table, 4, 2); gtk_box_pack_start(GTK_BOX(ret), frame, FALSE, FALSE, 0); gtk_widget_show (frame); - widg = gtk_check_button_new_with_mnemonic( _("_Prefix dialed numbers with:")); + widg = gtk_check_button_new_with_mnemonic( _("_Prefix dialed numbers with")); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(widg), (g_strcasecmp (_urlhook_config->phone_number_enabled, "1")==0)?TRUE:FALSE); g_signal_connect (G_OBJECT(widg) , "clicked" , G_CALLBACK (phone_number_enabled_cb), NULL); gtk_table_attach ( GTK_TABLE( table ), widg, 0, 1, 0, 1, GTK_EXPAND | GTK_FILL, GTK_EXPAND | GTK_FILL, 0, 0); diff --git a/sflphone-client-gnome/src/contacts/calltree.c b/sflphone-client-gnome/src/contacts/calltree.c index 2eb489fa725500504404a34c4462174b0526d473..c90853a4c0945b73487522532eedab485ae252dc 100644 --- a/sflphone-client-gnome/src/contacts/calltree.c +++ b/sflphone-client-gnome/src/contacts/calltree.c @@ -316,9 +316,10 @@ calltree_update_call (calltab_t* tab, callable_obj_t * c) gchar * duration=""; if(c->_state == CALL_STATE_TRANSFERT) { - description = g_markup_printf_escaped("<b>%s</b> <i>%s</i>\n<i>Transfert to:%s</i> ", + description = g_markup_printf_escaped("<b>%s</b> <i>%s</i>\n<i>%s%s</i> ", c->_peer_number, c->_peer_name, + _("Transfer to : "), c->_trsft_to ); } diff --git a/sflphone-client-gnome/src/contacts/history.c b/sflphone-client-gnome/src/contacts/history.c index c547ac0fcab219d4d1cb72c706e3c64773f69753..5ce53416f65c3120f79739d92033776cab2cba65 100644 --- a/sflphone-client-gnome/src/contacts/history.c +++ b/sflphone-client-gnome/src/contacts/history.c @@ -65,50 +65,46 @@ static GtkTreeModel* history_create_filter (GtkTreeModel* child) static gboolean history_is_visible (GtkTreeModel* model, GtkTreeIter* iter, gpointer data UNUSED) { - if (SHOW_SEARCHBAR) - { - GValue val, obj; + GValue val, obj; - callable_obj_t *history_entry = NULL; - gchar* text = NULL; - gchar* search = (gchar*)gtk_entry_get_text(GTK_ENTRY(history_searchbar_widget)); - memset (&val, 0, sizeof(val)); - memset (&obj, 0, sizeof(obj)); - - // Fetch the call description - gtk_tree_model_get_value (GTK_TREE_MODEL(model), iter, 1, &val); - if(G_VALUE_HOLDS_STRING(&val)){ - text = (gchar *)g_value_get_string(&val); - } - - // Fetch the call type - gtk_tree_model_get_value (GTK_TREE_MODEL(model), iter, 2, &obj); - if (G_VALUE_HOLDS_POINTER (&obj)){ - history_entry = (gpointer) g_value_get_pointer (&obj); - } + callable_obj_t *history_entry = NULL; + gchar* text = NULL; + gchar* search = (gchar*)gtk_entry_get_text(GTK_ENTRY(history_searchbar_widget)); + memset (&val, 0, sizeof(val)); + memset (&obj, 0, sizeof(obj)); + + // Fetch the call description + gtk_tree_model_get_value (GTK_TREE_MODEL(model), iter, 1, &val); + if(G_VALUE_HOLDS_STRING(&val)){ + text = (gchar *)g_value_get_string(&val); + } + + // Fetch the call type + gtk_tree_model_get_value (GTK_TREE_MODEL(model), iter, 2, &obj); + if (G_VALUE_HOLDS_POINTER (&obj)){ + history_entry = (gpointer) g_value_get_pointer (&obj); + } - if(text != NULL) + if(text != NULL) + { + if (history_entry) { - if (history_entry) + // Filter according to the type of call + // MISSED, INCOMING, OUTGOING, ALL + if ((int)get_current_history_search_type () == SEARCH_ALL) + return g_regex_match_simple(search, text, G_REGEX_CASELESS, 0); + else { - // Filter according to the type of call - // MISSED, INCOMING, OUTGOING, ALL - if ((int)get_current_history_search_type () == SEARCH_ALL) - return g_regex_match_simple(search, text, G_REGEX_CASELESS, 0); - else - { - // We need a match on the history_state_t and the current search type - return (history_entry->_history_state + 1) == (int)get_current_history_search_type () && - g_regex_match_simple(search, text, G_REGEX_CASELESS, 0); - } + // We need a match on the history_state_t and the current search type + return (history_entry->_history_state + 1) == (int)get_current_history_search_type () && + g_regex_match_simple(search, text, G_REGEX_CASELESS, 0); } } + } - // Clean up - g_value_unset (&val); - g_value_unset (&obj); + // Clean up + g_value_unset (&val); + g_value_unset (&obj); - return TRUE; - } return TRUE; } diff --git a/sflphone-client-gnome/src/contacts/searchbar.c b/sflphone-client-gnome/src/contacts/searchbar.c index 764516345a3158481170274b5e63ec80ca99a5da..80a7cf55bf43786f00bfba456f43167ea0d09307 100644 --- a/sflphone-client-gnome/src/contacts/searchbar.c +++ b/sflphone-client-gnome/src/contacts/searchbar.c @@ -52,8 +52,9 @@ static void search_all (GtkWidget *item, GtkEntry *entry) gtk_entry_set_icon_from_stock (entry, GTK_ENTRY_ICON_PRIMARY, GTK_STOCK_FIND); gtk_entry_set_icon_tooltip_text (entry, GTK_ENTRY_ICON_PRIMARY, - _("Search all\n" - "Click here to change the search type")); + g_markup_printf_escaped("%s\n%s", + _("Search all"), + _("Click here to change the search type"))); history_search (HistorySearchType); } @@ -64,9 +65,9 @@ static void search_by_missed (GtkWidget *item, GtkEntry *entry) gtk_entry_set_icon_from_pixbuf (entry, GTK_ENTRY_ICON_PRIMARY, missed_pixbuf); gtk_entry_set_icon_tooltip_text (entry, GTK_ENTRY_ICON_PRIMARY, - _("Search by missed call\n" - "Click here to change the search type")); - + g_markup_printf_escaped("%s\n%s", + _("Search by missed call"), + _("Click here to change the search type"))); history_search (HistorySearchType); } @@ -76,9 +77,9 @@ static void search_by_incoming (GtkWidget *item, GtkEntry *entry) gtk_entry_set_icon_from_pixbuf (entry, GTK_ENTRY_ICON_PRIMARY, incoming_pixbuf); gtk_entry_set_icon_tooltip_text (entry, GTK_ENTRY_ICON_PRIMARY, - _("Search by incoming call\n" - "Click here to change the search type")); - + g_markup_printf_escaped("%s\n%s", + _("Search by incoming call"), + _("Click here to change the search type"))); history_search (HistorySearchType); } @@ -88,9 +89,9 @@ static void search_by_outgoing (GtkWidget *item, GtkEntry *entry) gtk_entry_set_icon_from_pixbuf (entry, GTK_ENTRY_ICON_PRIMARY, outgoing_pixbuf); gtk_entry_set_icon_tooltip_text (entry, GTK_ENTRY_ICON_PRIMARY, - _("Search by outgoing call\n" - "Click here to change the search type")); - + g_markup_printf_escaped("%s\n%s", + _("Search by outgoing call"), + _("Click here to change the search type"))); history_search (HistorySearchType); } diff --git a/sflphone-client-gnome/src/dbus/dbus.c b/sflphone-client-gnome/src/dbus/dbus.c index 97ee5588913a567e7890461b4c387fe9025cdf20..9737e794dc3be665ca7f16e04624ea85f5c4da06 100644 --- a/sflphone-client-gnome/src/dbus/dbus.c +++ b/sflphone-client-gnome/src/dbus/dbus.c @@ -34,6 +34,8 @@ #include <actions.h> #include <string.h> +#define DEFAULT_DBUS_TIMEOUT 30000 + DBusGConnection * connection; DBusGProxy * callManagerProxy; DBusGProxy * configurationManagerProxy; @@ -389,6 +391,12 @@ dbus_connect () "errorAlert", G_TYPE_INT , G_TYPE_INVALID); dbus_g_proxy_connect_signal (configurationManagerProxy, "errorAlert", G_CALLBACK(error_alert), NULL, NULL); + + /* Defines a default timeout for the proxies */ + dbus_g_proxy_set_default_timeout(callManagerProxy, DEFAULT_DBUS_TIMEOUT); + dbus_g_proxy_set_default_timeout(instanceProxy, DEFAULT_DBUS_TIMEOUT); + dbus_g_proxy_set_default_timeout(configurationManagerProxy, DEFAULT_DBUS_TIMEOUT); + return TRUE; } diff --git a/sflphone-client-gnome/src/main.c b/sflphone-client-gnome/src/main.c index 64ba26c23b26753b7a890ba55ed059bdc6f2d847..c454111a93aedcdb3974967d07cab1d3ebae18fd 100644 --- a/sflphone-client-gnome/src/main.c +++ b/sflphone-client-gnome/src/main.c @@ -82,8 +82,8 @@ There is NO WARRANTY, to the extent permitted by law.\n\n"); srand(time(NULL)); // Internationalization - bindtextdomain("sflphone", "/usr/share/locale"); - textdomain("sflphone"); + bindtextdomain("sflphone-client-gnome", "/usr/share/locale"); + textdomain("sflphone-client-gnome"); if (sflphone_init()) { diff --git a/sflphone-client-gnome/src/mainwindow.c b/sflphone-client-gnome/src/mainwindow.c index 9b987c66b1ac7652c90da6e7448fa70229fa72aa..d481473024f30dfcfc20cb8d4455417d554bfed5 100644 --- a/sflphone-client-gnome/src/mainwindow.c +++ b/sflphone-client-gnome/src/mainwindow.c @@ -197,21 +197,9 @@ create_main_window () gtk_box_pack_start (GTK_BOX (vbox), history->tree, TRUE /*expand*/, TRUE /*fill*/, 0 /*padding*/); gtk_box_pack_start (GTK_BOX (vbox), contacts->tree, TRUE /*expand*/, TRUE /*fill*/, 0 /*padding*/); - // gtk_box_pack_start (GTK_BOX (vbox), current_calls->searchbar, TRUE /*expand*/, TRUE /*fill*/, 0 /*padding*/); - // gtk_box_pack_start (GTK_BOX (vbox), history->searchbar, TRUE /*expand*/, TRUE /*fill*/, 0 /*padding*/); - // gtk_box_pack_start (GTK_BOX (vbox), contacts ->searchbar, TRUE /*expand*/, TRUE /*fill*/, 0 /*padding*/); - gtk_box_pack_start (GTK_BOX (vbox), subvbox, FALSE /*expand*/, FALSE /*fill*/, 0 /*padding*/); - - // if( SHOW_SEARCHBAR ){ - // filterEntry = create_filter_entry(); - // gtk_box_pack_start (GTK_BOX (subvbox), filterEntry, FALSE /*expand*/, TRUE /*fill*/, 0 /*padding*/); - // gtk_widget_show_all ( filterEntry ); - // } - - - if( SHOW_VOLUME ){ + if( SHOW_VOLUME ){ speaker_control = create_slider("speaker"); gtk_box_pack_end (GTK_BOX (subvbox), speaker_control, FALSE /*expand*/, TRUE /*fill*/, 0 /*padding*/); gtk_widget_show_all (speaker_control); @@ -350,22 +338,6 @@ main_window_volume_controls( gboolean *state ){ } } -void -main_window_searchbar( gboolean *state UNUSED){ - if( !SHOW_SEARCHBAR ) - { - // filterEntry = create_filter_entry(); - // gtk_box_pack_start (GTK_BOX (subvbox), filterEntry, FALSE /*expand*/, TRUE /*fill*/, 0 /*padding*/); - // gtk_widget_show_all (filterEntry); - // *state = TRUE; - } - else - { - // gtk_container_remove( GTK_CONTAINER(subvbox) , filterEntry ); - // *state = FALSE; - } -} - void statusbar_push_message(const gchar * message, guint id) { diff --git a/sflphone-client-gnome/src/mainwindow.h b/sflphone-client-gnome/src/mainwindow.h index bdf3c0af125353ceb8ffa9ba4f7894805b004746..77825fbb512b09a6b0cf45715b389a34079bfba9 100644 --- a/sflphone-client-gnome/src/mainwindow.h +++ b/sflphone-client-gnome/src/mainwindow.h @@ -90,8 +90,6 @@ void statusbar_push_message( const gchar* message , guint id ); */ void statusbar_pop_message( guint id ); -void main_window_searchbar( gboolean *state ); - //static gboolean //on_key_released (GtkWidget *widget, GdkEventKey *event, // gpointer user_data); diff --git a/sflphone-client-gnome/src/menus.c b/sflphone-client-gnome/src/menus.c index db443f2a523ac0b208115078f7789297c9dbf81a..aac5a60be32da2f70e0f7da8b7417cde06147d69 100644 --- a/sflphone-client-gnome/src/menus.c +++ b/sflphone-client-gnome/src/menus.c @@ -614,16 +614,7 @@ view_volume_controls (GtkImageMenuItem *imagemenuitem UNUSED, dbus_set_volume_controls( state ); } -/* - static void - view_searchbar (GtkImageMenuItem *imagemenuitem UNUSED, - void* foo UNUSED) - { - gboolean state; - main_window_searchbar( &state ); - dbus_set_searchbar( state ); - } - */ + GtkWidget * create_view_menu() { @@ -1067,7 +1058,7 @@ void show_edit_number (callable_obj_t *call) { // Set window properties gtk_window_set_default_size(GTK_WINDOW(edit_dialog), 300, 20); - gtk_window_set_title(GTK_WINDOW(edit_dialog), _("Edit phone")); + gtk_window_set_title(GTK_WINDOW(edit_dialog), _("Edit phone number")); gtk_window_set_resizable (GTK_WINDOW (edit_dialog), FALSE); g_signal_connect (G_OBJECT (edit_dialog), "delete-event", G_CALLBACK (on_delete), NULL); diff --git a/sflphone-client-gnome/src/sflnotify.c b/sflphone-client-gnome/src/sflnotify.c index 48e568fe49dc5704e00d3dbc5423d1c488c7439f..6bcfb37797d4a070f3524a30e283184dd452480b 100644 --- a/sflphone-client-gnome/src/sflnotify.c +++ b/sflphone-client-gnome/src/sflnotify.c @@ -68,11 +68,11 @@ notify_incoming_call (callable_obj_t* c) title = g_markup_printf_escaped ("IP-to-IP call"); } else { - title = g_markup_printf_escaped(_("%s account: %s") , + title = g_markup_printf_escaped(_("%s account : %s") , (gchar*)g_hash_table_lookup(account_list_get_by_id(c->_accountID)->properties , ACCOUNT_TYPE) , (gchar*)g_hash_table_lookup(account_list_get_by_id(c->_accountID)->properties , ACCOUNT_ALIAS) ) ; } - callerid = g_markup_printf_escaped(_("<i>From:</i> %s") , c->_peer_number); + callerid = g_markup_printf_escaped(_("<i>From</i> %s"), c->_peer_number); create_new_gnome_notification (title, callerid, @@ -88,10 +88,10 @@ notify_voice_mails (guint count, account_t* acc) gchar* title; gchar* body; - title = g_markup_printf_escaped(_("%s account: %s") , + title = g_markup_printf_escaped(_("%s account : %s") , (gchar*)g_hash_table_lookup(acc->properties , ACCOUNT_TYPE) , (gchar*) g_hash_table_lookup(acc->properties , ACCOUNT_ALIAS) ) ; - body = g_markup_printf_escaped(_("%d voice mails"), count); + body = g_markup_printf_escaped(n_("%d voice mail", "%d voice mails", count), count); create_new_gnome_notification (title, body, @@ -127,7 +127,7 @@ notify_no_accounts () gchar* title; gchar* body=""; - body = g_markup_printf_escaped(_("You haven't setup any accounts")); + body = g_markup_printf_escaped(_("You have no accounts set up")); title = g_markup_printf_escaped(_("Error")); create_new_gnome_notification (title, diff --git a/sflphone-client-gnome/src/sflphone_const.h b/sflphone-client-gnome/src/sflphone_const.h index f576ea22a2f459e2802ef330f8d5a91b47faa7cc..57820d70c99a15de58dfc78737ce8721df5ac254 100644 --- a/sflphone-client-gnome/src/sflphone_const.h +++ b/sflphone-client-gnome/src/sflphone_const.h @@ -36,7 +36,9 @@ #define CONTACTS "contacts" /** Locale */ -#define _(STRING) gettext( STRING ) +#define _(STRING) gettext( STRING ) +#define c_(COMMENT,STRING) gettext(STRING) +#define n_(SING,PLUR,COUNT) ngettext(SING,PLUR,COUNT) /** Warnings unused variables **/ #define UNUSED_VAR(var) (void*)var @@ -77,8 +79,6 @@ log4c_category_t* log4c_sfl_gtk_category; #define SHOW_DIALPAD ( dbus_get_dialpad() ) /** Show/Hide the volume controls */ #define SHOW_VOLUME ( dbus_get_volume_controls() ) -/** Show/Hide the dialpad */ -#define SHOW_SEARCHBAR ( dbus_get_searchbar() ) /** Show/Hide the alsa configuration panel */ #define SHOW_ALSA_CONF ( dbus_get_audio_manager() == ALSA ) diff --git a/sflphone-client-gnome/src/statusicon.c b/sflphone-client-gnome/src/statusicon.c index 18fd693c13be0226b7edc7dbfc01cbf5f7e1fe63..9757996a6aedd89beec22c308f112e6cd20a73ed 100644 --- a/sflphone-client-gnome/src/statusicon.c +++ b/sflphone-client-gnome/src/statusicon.c @@ -121,7 +121,10 @@ show_status_icon() create_menu()); // Add a tooltip to the system tray icon - gchar *tip = g_markup_printf_escaped (_("SFLphone - %i accounts configured") , account_list_get_size()); + int count = account_list_get_size(); + gchar *tip = g_markup_printf_escaped ("%s - %s" , + _("SFLphone"), + g_markup_printf_escaped(n_("%i account configured", "%i accounts configured", count),count)); gtk_status_icon_set_tooltip( status , tip ); g_free(tip); } diff --git a/sflphone-client-gnome/src/toolbar.c b/sflphone-client-gnome/src/toolbar.c index 7b9f52b78fc9727e8dd91944f1eab6941c135e72..428e829c492b57017f527951fd3e55f67bde7a69 100644 --- a/sflphone-client-gnome/src/toolbar.c +++ b/sflphone-client-gnome/src/toolbar.c @@ -47,10 +47,9 @@ call_mailbox( GtkWidget* widget UNUSED, gpointer data UNUSED) return; to = g_strdup(g_hash_table_lookup(current->properties, ACCOUNT_MAILBOX)); - from = g_markup_printf_escaped(_("\"Voicemail\" <%s>"), to); account_id = g_strdup (current->accountID); - create_new_call (CALL, CALL_STATE_DIALING, "", account_id, "Voicemail", to, &mailbox_call); + create_new_call (CALL, CALL_STATE_DIALING, "", account_id, _("Voicemail"), to, &mailbox_call); DEBUG("TO : %s" , mailbox_call->_peer_number); calllist_add( current_calls , mailbox_call ); calltree_add_call( current_calls , mailbox_call ); @@ -165,9 +164,9 @@ GtkWidget *create_toolbar () gtk_toolbar_set_style(GTK_TOOLBAR(ret), GTK_TOOLBAR_ICONS); image = gtk_image_new_from_file( ICONS_DIR "/dial.svg"); - callButton = gtk_tool_button_new (image, _("Place a call")); + callButton = gtk_tool_button_new (image, _("New call")); #if GTK_CHECK_VERSION(2,12,0) - gtk_widget_set_tooltip_text(GTK_WIDGET(callButton), _("Place a call")); + gtk_widget_set_tooltip_text(GTK_WIDGET(callButton), _("New call")); #endif g_signal_connect (G_OBJECT (callButton), "clicked", G_CALLBACK (call_button), NULL); @@ -194,9 +193,9 @@ GtkWidget *create_toolbar () gtk_toolbar_insert(GTK_TOOLBAR(ret), GTK_TOOL_ITEM(hangupButton), -1); image = gtk_image_new_from_file( ICONS_DIR "/unhold.svg"); - unholdButton = gtk_tool_button_new (image, _("Off Hold")); + unholdButton = gtk_tool_button_new (image, _("Hold off")); #if GTK_CHECK_VERSION(2,12,0) - gtk_widget_set_tooltip_text(GTK_WIDGET(unholdButton), _("Off Hold")); + gtk_widget_set_tooltip_text(GTK_WIDGET(unholdButton), _("Hold off")); #endif gtk_widget_set_state( GTK_WIDGET(unholdButton), GTK_STATE_INSENSITIVE); g_signal_connect (G_OBJECT (unholdButton), "clicked", @@ -205,9 +204,9 @@ GtkWidget *create_toolbar () gtk_widget_show_all(GTK_WIDGET(unholdButton)); image = gtk_image_new_from_file( ICONS_DIR "/hold.svg"); - holdButton = gtk_tool_button_new (image, _("On Hold")); + holdButton = gtk_tool_button_new (image, _("Hold on")); #if GTK_CHECK_VERSION(2,12,0) - gtk_widget_set_tooltip_text(GTK_WIDGET(holdButton), _("On Hold")); + gtk_widget_set_tooltip_text(GTK_WIDGET(holdButton), _("Hold on")); #endif gtk_widget_set_state( GTK_WIDGET(holdButton), GTK_STATE_INSENSITIVE); g_signal_connect (G_OBJECT (holdButton), "clicked", @@ -261,7 +260,7 @@ GtkWidget *create_toolbar () recButton = gtk_tool_button_new_from_stock (GTK_STOCK_MEDIA_RECORD); #if GTK_CHECK_VERSION(2,12,0) - gtk_widget_set_tooltip_text(GTK_WIDGET(recButton), _("Record a call")); + gtk_widget_set_tooltip_text(GTK_WIDGET(recButton), _("Record")); #endif gtk_widget_set_state( GTK_WIDGET(recButton), GTK_STATE_INSENSITIVE); g_signal_connect (G_OBJECT (recButton), "clicked", diff --git a/sflphone-client-kde/po/de/sflphone-client-kde.po b/sflphone-client-kde/po/de/sflphone-client-kde.po index da44ae52f633f8ef95329b5019bb3cdfba37dd9b..00de38454b935b1e0f0028615c271a32aea76122 100644 --- a/sflphone-client-kde/po/de/sflphone-client-kde.po +++ b/sflphone-client-kde/po/de/sflphone-client-kde.po @@ -1,365 +1,462 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# German translation of SFLphone. +# Copyright (C) 2008 The Free Software Foundation, Inc. +# This file is distributed under the GNU General Public License Version 3. # -#, fuzzy +# Sven Werlen <sven.werlen@savoirfairelinux.com>, 2009. msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: sflphone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-07-08 15:18-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"POT-Creation-Date: 2009-07-16 15:14-0400\n" +"PO-Revision-Date: 2009-01-08 10:46-0500\n" +"Last-Translator: Sven Werlen <sven.werlen@savoirfairelinux.com>\n" +"Language-Team: SavoirFaire Linux Inc <sflphoneteam@savoirfairelinux.com>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 0.2\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../src/Account.cpp:34 +#: ../sflphone-client-kde/src/Account.cpp:34 +#: ../sflphone-client-gnome/src/accountlist.c:175 msgctxt "account state" msgid "Registered" -msgstr "" +msgstr "Registriert" -#: ../src/Account.cpp:36 +#: ../sflphone-client-kde/src/Account.cpp:36 +#: ../sflphone-client-gnome/src/accountlist.c:178 msgctxt "account state" msgid "Not Registered" -msgstr "" +msgstr "Nicht registriert" -#: ../src/Account.cpp:38 +#: ../sflphone-client-kde/src/Account.cpp:38 +#: ../sflphone-client-gnome/src/accountlist.c:181 msgctxt "account state" msgid "Trying..." -msgstr "" +msgstr "Am versuchen..." -#: ../src/Account.cpp:40 +#: ../sflphone-client-kde/src/Account.cpp:40 +#: ../sflphone-client-gnome/src/accountlist.c:184 msgctxt "account state" msgid "Error" -msgstr "" +msgstr "Fehler" -#: ../src/Account.cpp:42 +#: ../sflphone-client-kde/src/Account.cpp:42 msgctxt "account state" -msgid "Bad authentification" -msgstr "" +msgid "Authentication Failed" +msgstr "Falsche Authentifizierung" -#: ../src/Account.cpp:44 +#: ../sflphone-client-kde/src/Account.cpp:44 +#: ../sflphone-client-gnome/src/accountlist.c:190 msgctxt "account state" msgid "Network unreachable" -msgstr "" +msgstr "Kein netzwerk" -#: ../src/Account.cpp:46 +#: ../sflphone-client-kde/src/Account.cpp:46 +#: ../sflphone-client-gnome/src/accountlist.c:193 msgctxt "account state" msgid "Host unreachable" -msgstr "" +msgstr "Host unerreichbar" -#: ../src/Account.cpp:48 +#: ../sflphone-client-kde/src/Account.cpp:48 +#: ../sflphone-client-gnome/src/accountlist.c:196 msgctxt "account state" msgid "Stun configuration error" -msgstr "" +msgstr "Stun: Konfigurationsfehler" -#: ../src/Account.cpp:50 +#: ../sflphone-client-kde/src/Account.cpp:50 +#: ../sflphone-client-gnome/src/accountlist.c:199 msgctxt "account state" msgid "Stun server invalid" -msgstr "" +msgstr "Ungültiger Stun server" -#: ../src/Account.cpp:51 +#: ../sflphone-client-kde/src/Account.cpp:51 +#: ../sflphone-client-gnome/src/accountlist.c:202 msgctxt "account state" msgid "Invalid" -msgstr "" +msgstr "Ungültig" -#: ../src/AccountWizard.cpp:163 ../src/AccountWizard.cpp:278 -msgid "Account Creation Wizard" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:163 +#: ../sflphone-client-kde/src/AccountWizard.cpp:278 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:406 +msgid "Account creation wizard" +msgstr "SFLphone Konto (Konfigurationsassistent)" -#: ../src/AccountWizard.cpp:199 -msgid "Creation of account succeed with these parameters" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:199 +#: ../sflphone-client-kde/src/AccountWizard.cpp:217 +#: ../sflphone-client-kde/src/AccountWizard.cpp:561 +#: ../sflphone-client-gnome/src/assistant.c:68 +#, c-format +msgid "This assistant is now finished." +msgstr "Assistent beendet." -#: ../src/AccountWizard.cpp:211 +#: ../sflphone-client-kde/src/AccountWizard.cpp:211 msgid "Creation of account has failed for the reason" -msgstr "" +msgstr "Konfigurationsassistent mit Fehler beendet" -#: ../src/AccountWizard.cpp:217 -msgid "Register of account succeed with these parameters" -msgstr "" - -#: ../src/AccountWizard.cpp:255 ../src/AccountWizard.cpp:440 -#: ../build/src/ui_dlgaccountsbase.h:359 +#: ../sflphone-client-kde/src/AccountWizard.cpp:255 +#: ../sflphone-client-kde/src/AccountWizard.cpp:440 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:359 +#: ../sflphone-client-gnome/src/assistant.c:72 msgid "Alias" -msgstr "" +msgstr "Alias" -#: ../src/AccountWizard.cpp:256 ../src/AccountWizard.cpp:441 -#: ../build/src/ui_dlgaccountsbase.h:366 +#: ../sflphone-client-kde/src/AccountWizard.cpp:256 +#: ../sflphone-client-kde/src/AccountWizard.cpp:441 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:366 +#: ../sflphone-client-gnome/src/assistant.c:75 msgid "Server" -msgstr "" +msgstr "Server" -#: ../src/AccountWizard.cpp:257 ../src/AccountWizard.cpp:442 -#: ../build/src/ui_dlgaccountsbase.h:367 -msgid "User" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:257 +#: ../sflphone-client-kde/src/AccountWizard.cpp:442 +#: ../sflphone-client-gnome/src/assistant.c:78 +msgid "Username" +msgstr "Benutzername" -#: ../src/AccountWizard.cpp:258 ../src/AccountWizard.cpp:443 -#: ../build/src/ui_dlgaccountsbase.h:368 +#: ../sflphone-client-kde/src/AccountWizard.cpp:258 +#: ../sflphone-client-kde/src/AccountWizard.cpp:443 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:368 msgid "Password" -msgstr "" +msgstr "Passwort" -#: ../src/AccountWizard.cpp:259 ../build/src/ui_dlgaccountsbase.h:360 +#: ../sflphone-client-kde/src/AccountWizard.cpp:259 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:360 +#: ../sflphone-client-gnome/src/config/configwindow.c:418 msgid "Protocol" -msgstr "" +msgstr "Protokoll" -#: ../src/AccountWizard.cpp:260 ../build/src/ui_dlgaccountsbase.h:369 -#: ../build/src/ui_sflphone_kdeview_base.h:396 -msgid "Mailbox" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:260 +#: ../sflphone-client-kde/src/AccountWizard.cpp:444 +msgid "Voicemail number" +msgstr "Voicemail Nummer" -#: ../src/AccountWizard.cpp:279 -msgid "Welcome to the Account creation wizard of SFLphone" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:279 +#: ../sflphone-client-gnome/src/assistant.c:216 +msgid "Welcome to the Account creation wizard of SFLphone!" +msgstr "Wilkommen zu SFLphone!" -#: ../src/AccountWizard.cpp:281 -msgid "This wizard will help you setting up an account." +#: ../sflphone-client-kde/src/AccountWizard.cpp:281 +#: ../sflphone-client-gnome/src/assistant.c:217 +msgid "This installation wizard will help you configure an account." msgstr "" +"The Installationsassistent wird Ihnen helfen, ein Konto zu konfigurieren." -#: ../src/AccountWizard.cpp:309 ../src/conf/ConfigurationDialog.cpp:50 -msgid "Accounts" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:309 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Account" +msgstr "Konto" -#: ../src/AccountWizard.cpp:310 -msgid "Please choose between those options :" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:310 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Please select one of the following options" +msgstr "Bitte eine Option auswählen" -#: ../src/AccountWizard.cpp:312 +#: ../sflphone-client-kde/src/AccountWizard.cpp:312 +#: ../sflphone-client-gnome/src/assistant.c:251 msgid "Create a free SIP/IAX2 account on sflphone.org" -msgstr "" +msgstr "SIP/IAX2 Konto bei sflphone.org erstellen lassen" -#: ../src/AccountWizard.cpp:313 -msgid "Register an existing SIP/IAX2 account" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:313 +#: ../sflphone-client-gnome/src/assistant.c:253 +msgid "Register an existing SIP or IAX2 account" +msgstr "Existierendes SIP/IAX2 Konto registrieren" -#: ../src/AccountWizard.cpp:352 +#: ../sflphone-client-kde/src/AccountWizard.cpp:352 +#: ../sflphone-client-gnome/src/assistant.c:231 msgid "VoIP Protocols" -msgstr "" - -#: ../src/AccountWizard.cpp:353 -msgid "Choose the account type" -msgstr "" - -#: ../src/AccountWizard.cpp:355 -msgid "Register a SIP (Session Initiation Protocol) account" -msgstr "" - -#: ../src/AccountWizard.cpp:356 -msgid "Register a IAX2 (InterAsterisk eXchange) account" -msgstr "" - -#: ../src/AccountWizard.cpp:395 -msgid "Optionnal Email Address" -msgstr "" - -#: ../src/AccountWizard.cpp:396 +msgstr "VoIP Protokoll" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:353 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "Select an account type" +msgstr "Kontotyp auswählen" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:355 +#: ../sflphone-client-gnome/src/assistant.c:233 +msgid "SIP (Session Initiation Protocol)" +msgstr "SIP (Session Initiation Protocol)" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:356 +#: ../sflphone-client-gnome/src/assistant.c:235 +msgid "IAX2 (InterAsterix Exchange)" +msgstr "IAX2 (InterAsterisk Exchange)" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:395 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "Optional email address" +msgstr "Fakultative E-mail-Adresse" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:396 +#: ../sflphone-client-gnome/src/assistant.c:339 msgid "This email address will be used to send your voicemail messages." msgstr "" +"Diese E-mail-Adresse wird benutzt, um Ihnen voicemail Meldungen zu schicken." -#: ../src/AccountWizard.cpp:398 +#: ../sflphone-client-kde/src/AccountWizard.cpp:398 msgid "Email address" -msgstr "" - -#: ../src/AccountWizard.cpp:432 -msgid "SIP Account Settings" -msgstr "" - -#: ../src/AccountWizard.cpp:436 -msgid "IAX2 Account Settings" -msgstr "" - -#: ../src/AccountWizard.cpp:438 -msgid "Please full these settings fields." -msgstr "" - -#: ../src/AccountWizard.cpp:444 -msgid "Voicemail number" -msgstr "" - -#: ../src/AccountWizard.cpp:523 +msgstr "E-mail-Adresse" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:432 +#: ../sflphone-client-gnome/src/assistant.c:266 +msgid "SIP account settings" +msgstr "Konfiguration des SIP Konto" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:436 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "IAX2 account settings" +msgstr "Konfiguration des IAX2 Konto" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:438 +#: ../sflphone-client-gnome/src/assistant.c:266 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "Please fill the following information" +msgstr "Folgende Informationen bitte ausfühlen" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:523 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:856 msgid "Network Address Translation (NAT)" -msgstr "" +msgstr "Network Address Translation (NAT)" -#: ../src/AccountWizard.cpp:524 -msgid "" -"You should probably enable this option if you're placed under a firewall" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:524 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:536 +msgid "You should probably enable this if you are behind a firewall." +msgstr "Sie sollten dieses einschalten, falls Sie hinter einer Firewall sind." -#: ../src/AccountWizard.cpp:526 +#: ../sflphone-client-kde/src/AccountWizard.cpp:526 msgid "Enable STUN" -msgstr "" +msgstr "STUN einschalten" -#: ../src/AccountWizard.cpp:527 +#: ../sflphone-client-kde/src/AccountWizard.cpp:527 msgid "Stun Server" -msgstr "" +msgstr "Stun Server" -#: ../src/AccountWizard.cpp:561 -msgid "Account Definition Finished" -msgstr "" - -#: ../src/AccountWizard.cpp:562 +#: ../sflphone-client-kde/src/AccountWizard.cpp:562 msgid "" "After checking the settings you chose, click \"Finish\" to create the " "account." -msgstr "" +msgstr "Einstellungen prüfen, dann \"Finish\" drücken." -#: ../src/ActionSetAccountFirst.cpp:26 +#: ../sflphone-client-kde/src/ActionSetAccountFirst.cpp:26 msgid "Default account" -msgstr "" +msgstr "Default Konto" -#: ../src/Call.cpp:116 +#: ../sflphone-client-kde/src/Call.cpp:116 +#: ../sflphone-client-gnome/src/contacts/calltree.c:322 msgid "Transfer to : " -msgstr "" +msgstr "Weiterleiten zu : " -#: ../src/main.cpp:34 +#: ../sflphone-client-kde/src/CodecListModel.cpp:89 +#: ../sflphone-client-gnome/src/actions.c:816 +msgid "Codec" +msgstr "Codec" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:93 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:279 +#: ../sflphone-client-gnome/src/config/audioconf.c:581 +msgid "Frequency" +msgstr "Frequenz" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:97 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:281 +#: ../sflphone-client-gnome/src/config/audioconf.c:586 +msgid "Bitrate" +msgstr "Bitrate" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:101 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:283 +#: ../sflphone-client-gnome/src/config/audioconf.c:591 +msgid "Bandwidth" +msgstr "Bandbreite" + +#: ../sflphone-client-kde/src/main.cpp:39 msgid "SFLphone KDE Client" -msgstr "" +msgstr "SFLphone KDE Client" -#: ../src/main.cpp:38 +#: ../sflphone-client-kde/src/main.cpp:43 msgid "(C) 2009 Savoir-faire Linux" -msgstr "" +msgstr "(C) 2009 Savoir-faire Linux" -#: ../src/main.cpp:42 +#: ../sflphone-client-kde/src/main.cpp:47 msgid "Jérémy Quentin" -msgstr "" +msgstr "Jérémy Quentin" -#: ../src/main.cpp:43 +#: ../sflphone-client-kde/src/main.cpp:48 msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "" +msgstr "Ihre Namen" -#: ../src/main.cpp:43 +#: ../sflphone-client-kde/src/main.cpp:48 msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "" +msgstr "Ihre E-Mail-Adressen" -#: ../src/SFLPhone.cpp:62 ../src/sflphone_kdeview.cpp:1066 -#: ../src/sflphone_kdeview.cpp:1071 ../src/sflphone_kdeview.cpp:1076 +#: ../sflphone-client-kde/src/SFLPhone.cpp:62 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-gnome/src/statusicon.c:126 msgid "SFLphone" -msgstr "" +msgstr "SFLphone" -#: ../src/SFLPhone.cpp:181 -msgid "You still have some calls open. Please close all calls before quitting." -msgstr "" - -#: ../src/SFLPhone.cpp:209 +#: ../sflphone-client-kde/src/SFLPhone.cpp:209 msgid "Incoming call" -msgstr "" +msgstr "Eingehende Anrufe" -#: ../src/SFLPhone.cpp:210 +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 msgid "You have an incoming call from" -msgstr "" +msgstr "Sie haben einen Anruf aus" -#: ../src/SFLPhone.cpp:210 +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 msgid "Click to accept or refuse it." -msgstr "" +msgstr "Klicken, um zu akzeptieren oder abzulehnen." -#: ../src/sflphone_kdeview.cpp:883 -msgid "No account registered" -msgstr "" +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:716 +msgid "Address book loading..." +msgstr "Adressbuch Laden..." -#: ../src/sflphone_kdeview.cpp:887 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:901 +#: ../sflphone-client-gnome/src/actions.c:89 +msgid "No registered accounts" +msgstr "Kein registriertes Konto" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:905 +#: ../sflphone-client-gnome/src/actions.c:83 +#: ../sflphone-client-gnome/src/actions.c:813 msgid "Using account" -msgstr "" +msgstr "Mit Konto" -#: ../src/sflphone_kdeview.cpp:1066 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 msgid "Main screen" -msgstr "" +msgstr "Hauptbildschirm" -#: ../src/sflphone_kdeview.cpp:1071 ../build/src/ui_dlggeneralbase.h:165 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:165 msgid "Call history" -msgstr "" +msgstr "Liste der vorherigen Anrufen" -#: ../src/sflphone_kdeview.cpp:1076 -#: ../build/src/ui_sflphone_kdeview_base.h:407 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:407 +#: ../sflphone-client-gnome/src/toolbar.c:243 +#: ../sflphone-client-gnome/src/toolbar.c:245 msgid "Address book" -msgstr "" +msgstr "Adressbuch" -#: ../src/sflphone_kdeview.cpp:1090 ../src/sflphone_kdeview.cpp:1151 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1108 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1173 msgid "Edit before call" -msgstr "" - -#: ../src/sflphone_const.h:56 -msgid "Call" -msgstr "" - -#: ../src/sflphone_const.h:57 ../build/src/ui_sflphone_kdeview_base.h:392 +msgstr "Vor Aufruf bearbeiten" + +#: ../sflphone-client-kde/src/sflphone_const.h:56 +#: ../sflphone-client-gnome/src/toolbar.c:167 +#: ../sflphone-client-gnome/src/toolbar.c:169 +msgid "New call" +msgstr "Neuer Anruf" + +#: ../sflphone-client-kde/src/sflphone_const.h:57 +#: ../sflphone-client-kde/src/sflphone_const.h:62 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:392 +#: ../sflphone-client-gnome/src/toolbar.c:186 +#: ../sflphone-client-gnome/src/toolbar.c:188 msgid "Hang up" -msgstr "" - -#: ../src/sflphone_const.h:58 ../build/src/ui_sflphone_kdeview_base.h:393 -msgid "Hold" -msgstr "" - -#: ../src/sflphone_const.h:59 ../build/src/ui_sflphone_kdeview_base.h:394 +msgstr "Auflegen" + +#: ../sflphone-client-kde/src/sflphone_const.h:58 +#: ../sflphone-client-gnome/src/toolbar.c:207 +#: ../sflphone-client-gnome/src/toolbar.c:209 +msgid "Hold on" +msgstr "In Warteschleife" + +#: ../sflphone-client-kde/src/sflphone_const.h:59 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:394 +#: ../sflphone-client-gnome/src/toolbar.c:220 +#: ../sflphone-client-gnome/src/toolbar.c:222 msgid "Transfer" -msgstr "" +msgstr "Weiterleiten" -#: ../src/sflphone_const.h:60 +#: ../sflphone-client-kde/src/sflphone_const.h:60 +#: ../sflphone-client-gnome/src/toolbar.c:263 msgid "Record" -msgstr "" +msgstr "Gespräch aufzeichnen" -#: ../src/sflphone_const.h:61 -msgid "Accept" -msgstr "" - -#: ../src/sflphone_const.h:62 -msgid "Refuse" -msgstr "" +#: ../sflphone-client-kde/src/sflphone_const.h:61 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:391 +#: ../sflphone-client-gnome/src/toolbar.c:176 +#: ../sflphone-client-gnome/src/toolbar.c:178 +msgid "Pick up" +msgstr "Abnehmen" -#: ../src/sflphone_const.h:63 -msgid "Unhold" -msgstr "" +#: ../sflphone-client-kde/src/sflphone_const.h:63 +#: ../sflphone-client-gnome/src/toolbar.c:196 +#: ../sflphone-client-gnome/src/toolbar.c:198 +msgid "Hold off" +msgstr "Aus Warteschleife" -#: ../src/sflphone_const.h:64 +#: ../sflphone-client-kde/src/sflphone_const.h:64 msgid "Give up transfer" -msgstr "" +msgstr "Transfer aufgeben" -#: ../src/sflphone_const.h:65 +#: ../sflphone-client-kde/src/sflphone_const.h:65 msgid "Call back" -msgstr "" +msgstr "Zurückrufen" -#: ../src/sflphone_const.h:66 -msgid "Give up search" -msgstr "" - -#: ../src/conf/ConfigurationDialog.cpp:48 ../build/src/ui_dlgrecordbase.h:91 +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:48 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:306 +#: ../sflphone-client-gnome/src/config/configwindow.c:722 +#: ../sflphone-client-gnome/src/config/configwindow.c:791 +msgctxt "Config section" msgid "General" -msgstr "" +msgstr "Allgemein" -#: ../src/conf/ConfigurationDialog.cpp:49 +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:49 +msgctxt "Config section" msgid "Display" -msgstr "" +msgstr "Display" -#: ../src/conf/ConfigurationDialog.cpp:51 +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:50 +#: ../sflphone-client-gnome/src/config/configwindow.c:833 +msgctxt "Config section" +msgid "Accounts" +msgstr "Konten" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:51 +#: ../sflphone-client-gnome/src/config/configwindow.c:786 +msgctxt "Config section" msgid "Audio" -msgstr "" +msgstr "Audio" -#: ../src/conf/ConfigurationDialog.cpp:52 +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:52 +#: ../sflphone-client-gnome/src/config/configwindow.c:801 +msgctxt "Config section" msgid "Address Book" -msgstr "" +msgstr "Adressbuch" -#: ../src/conf/ConfigurationDialog.cpp:53 +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:53 +#: ../sflphone-client-gnome/src/config/configwindow.c:796 msgctxt "Config section" -msgid "Record" -msgstr "" +msgid "Recordings" +msgstr "Tonaufnahmen" -#: ../src/conf/ConfigurationDialog.cpp:54 +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:54 +#: ../sflphone-client-gnome/src/config/configwindow.c:806 +msgctxt "Config section" msgid "Hooks" -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:321 -#: ../build/src/ui_dlgaddressbookbase.h:142 ../build/src/ui_dlgaudiobase.h:263 -#: ../build/src/ui_dlgdisplaybase.h:120 ../build/src/ui_dlggeneralbase.h:164 -#: ../build/src/ui_dlghooksbase.h:173 ../build/src/ui_dlgrecordbase.h:90 -#: ../build/src/ui_sflphone_kdeview_base.h:390 +msgstr "Hooks" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:321 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:142 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:263 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:120 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:164 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:173 +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:90 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:390 msgid "Form" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:323 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:323 msgid "" "By default, when you place a call, sflphone will use the first account in " "this list which is \"registered\". Change the order of the accounts using " @@ -367,303 +464,846 @@ msgid "" "them on the left of the item. Add or remove some with \"Plus\" and \"Sub\" " "buttons. Edit the selected account with the form on the right." msgstr "" +"Sflphone verwendet das erste \"registrierte\" Konto in der Liste, wenn Sie " +"anrufen. Benutzen Sie die Pfeile, um die Anordnung der Kontos zu ändern. Mit " +"\"Plus\" und \"Minus\" können Sie ein Konto anlegen bzgl. entfernen. Mit " +"\"Editieren\" können Sie ein Konto bearbeiten. " -#: ../build/src/ui_dlgaccountsbase.h:327 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:327 msgid "Remove the selected account" -msgstr "" +msgstr "Entfernen Sie das ausgewählte Konto" -#: ../build/src/ui_dlgaccountsbase.h:330 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:330 msgid "" "This button will remove the selected account in the list below. Be sure you " "really don't need it anymore. If you think you might use it again later, " "just uncheck it." msgstr "" +"Diese Aktion entfernt das ausgewählte Konto aus der Liste. Stellen Sie " +"sicher, dass Sie es wirklich nicht mehr brauchen." -#: ../build/src/ui_dlgaccountsbase.h:335 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:335 msgid "Remove" -msgstr "" +msgstr "Entfernen" -#: ../build/src/ui_dlgaccountsbase.h:336 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:336 msgid "Backspace, Return" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:338 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:338 msgid "Add a new account" -msgstr "" +msgstr "Neues Konto anlegen" -#: ../build/src/ui_dlgaccountsbase.h:341 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:341 msgid "" "This button enables you to initialize a new account. You will then be able " "to edit it using the form on the right." msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:343 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:343 msgid "Add" -msgstr "" +msgstr "Hinzufügen" -#: ../build/src/ui_dlgaccountsbase.h:345 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:345 msgid "Get this account down" -msgstr "" +msgstr "Konto nach unten" -#: ../build/src/ui_dlgaccountsbase.h:348 ../build/src/ui_dlgaccountsbase.h:355 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:348 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:355 msgid "" "By default, when you place a call, sflphone will use the first account in " "this list which is \"registered\". Change the order of the accounts using " "the \"Up\" and \"Down\" arrows." msgstr "" +"Sflphone verwendet das erste \"registrierte\" Konto in der Liste, wenn Sie " +"anrufen. Benutzen Sie die Pfeile, um die Anordnung der Kontos zu ändern." -#: ../build/src/ui_dlgaccountsbase.h:350 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:350 msgid "Down" -msgstr "" +msgstr "Unten" -#: ../build/src/ui_dlgaccountsbase.h:352 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:352 msgid "Get this account up" -msgstr "" +msgstr "Nach oben" -#: ../build/src/ui_dlgaccountsbase.h:357 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:357 msgid "Up" -msgstr "" +msgstr "Oben" -#: ../build/src/ui_dlgaccountsbase.h:358 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:358 msgid "Apply" -msgstr "" +msgstr "übernehmen" -#: ../build/src/ui_dlgaccountsbase.h:363 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:363 msgid "SIP" -msgstr "" +msgstr "SIP" -#: ../build/src/ui_dlgaccountsbase.h:364 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:364 msgid "IAX" -msgstr "" +msgstr "IAX" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:367 +msgid "User" +msgstr "Benutzername" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:369 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:396 +msgid "Mailbox" +msgstr "Mailbox" -#: ../build/src/ui_dlgaccountsbase.h:370 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:370 msgid "State" -msgstr "" +msgstr "Status" -#: ../build/src/ui_dlgaccountsbase.h:373 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:373 msgid "Stun settings will be applied on each account" -msgstr "" +msgstr "Alle SIP Kontos werden mit Stun Einstellungen angepasst." -#: ../build/src/ui_dlgaccountsbase.h:374 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:374 msgid "Enable Stun" -msgstr "" +msgstr "Stun aktivieren" -#: ../build/src/ui_dlgaccountsbase.h:375 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:375 msgid "choose Stun server (example : stunserver.org)" -msgstr "" +msgstr "Stun Server auswählen (Bsp: stunserver.org)" -#: ../build/src/ui_dlgaddressbookbase.h:143 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:143 msgid "Maximum &results" -msgstr "" +msgstr "Maximale Anzahl Resultaten" -#: ../build/src/ui_dlgaddressbookbase.h:144 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:144 msgid "Display &photo if available" -msgstr "" +msgstr "Foto anzeigen" -#: ../build/src/ui_dlgaddressbookbase.h:145 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:145 msgid "Display phone numbers of these &types :" -msgstr "" +msgstr "Nummer anzeigen für Typen :" -#: ../build/src/ui_dlgaddressbookbase.h:146 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:146 msgid "&Work" -msgstr "" +msgstr "Arbeit" -#: ../build/src/ui_dlgaddressbookbase.h:147 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:147 msgid "&Mobile" -msgstr "" +msgstr "Handy" -#: ../build/src/ui_dlgaddressbookbase.h:148 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:148 msgid "&Home" -msgstr "" +msgstr "Heim" -#: ../build/src/ui_dlgaudiobase.h:265 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:265 msgid "Audio device" -msgstr "" +msgstr "Audio Dateien" -#: ../build/src/ui_dlgaudiobase.h:268 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:268 msgid "ALSA" -msgstr "" +msgstr "ALSA" -#: ../build/src/ui_dlgaudiobase.h:269 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:269 msgid "PulseAudio" -msgstr "" +msgstr "Pulseaudio" -#: ../build/src/ui_dlgaudiobase.h:271 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:271 msgid "Enable ringtones" -msgstr "" +msgstr "Klingeltöne aktivieren" -#: ../build/src/ui_dlgaudiobase.h:272 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:272 msgid "*.ul *.au *.wav" msgstr "" -#: ../build/src/ui_dlgaudiobase.h:273 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:273 msgid "&Codecs" -msgstr "" +msgstr "Codecs" -#: ../build/src/ui_dlgaudiobase.h:275 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:275 msgid "Active" msgstr "" -#: ../build/src/ui_dlgaudiobase.h:277 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:277 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:404 +#: ../sflphone-client-gnome/src/config/audioconf.c:576 msgid "Name" -msgstr "" +msgstr "Name" -#: ../build/src/ui_dlgaudiobase.h:279 -msgid "Frequency" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:281 -msgid "Bitrate" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:283 -msgid "Bandwidth" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:286 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:286 +#: ../sflphone-client-gnome/src/config/audioconf.c:795 msgid "ALSA settings" -msgstr "" +msgstr "ALSA Konfiguration" -#: ../build/src/ui_dlgaudiobase.h:287 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:287 +#: ../sflphone-client-gnome/src/config/audioconf.c:662 msgid "ALSA plugin" -msgstr "" +msgstr "ALSA Plugin" -#: ../build/src/ui_dlgaudiobase.h:288 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:288 msgid "In" msgstr "" -#: ../build/src/ui_dlgaudiobase.h:289 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:289 msgid "Out" -msgstr "" +msgstr "Ausgabe" -#: ../build/src/ui_dlgaudiobase.h:290 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:290 msgid "PulseAudio settings" -msgstr "" +msgstr "Pulseaudio Einstellungen " -#: ../build/src/ui_dlgaudiobase.h:291 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:291 msgid "Mute other applications during a call" msgstr "" -#: ../build/src/ui_dlgdisplaybase.h:121 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:121 msgid "Enable notifications" -msgstr "" +msgstr "Aktivieren Benachrichtungungen" -#: ../build/src/ui_dlgdisplaybase.h:122 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:122 msgid "On incoming &calls" -msgstr "" +msgstr "Auf eingehende Anrufe " -#: ../build/src/ui_dlgdisplaybase.h:123 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:123 msgid "On &messages" -msgstr "" +msgstr "Auf Nachrichten" -#: ../build/src/ui_dlgdisplaybase.h:124 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:124 msgid "Show main window" msgstr "" -#: ../build/src/ui_dlgdisplaybase.h:125 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:125 msgid "On &start" -msgstr "" +msgstr "Am Start" -#: ../build/src/ui_dlgdisplaybase.h:126 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:126 msgid "On &incoming calls" -msgstr "" +msgstr "Auf eingehende Anrufe " -#: ../build/src/ui_dlggeneralbase.h:166 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:166 msgid "Keep my history for at least" msgstr "" -#: ../build/src/ui_dlggeneralbase.h:167 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:167 msgid "days" -msgstr "" +msgstr "Tag" -#: ../build/src/ui_dlggeneralbase.h:168 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:168 msgid "Clear history" -msgstr "" +msgstr "Vorherigen Anrufen leeren" -#: ../build/src/ui_dlggeneralbase.h:169 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:169 msgid "Connection" -msgstr "" +msgstr "Connection" -#: ../build/src/ui_dlggeneralbase.h:170 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:170 +#: ../sflphone-client-gnome/src/config/configwindow.c:664 msgid "SIP Port" -msgstr "" +msgstr "SIP Port" -#: ../build/src/ui_dlggeneralbase.h:171 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:171 msgid "Attention " msgstr "" -#: ../build/src/ui_dlghooksbase.h:174 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:174 +#: ../sflphone-client-gnome/src/config/hooks-config.c:130 msgid "URL Argument" -msgstr "" +msgstr "URL Argumen" -#: ../build/src/ui_dlghooksbase.h:175 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:175 #, c-format msgid "Custom commands with URL %s will be replaced with the passed URL." msgstr "" -#: ../build/src/ui_dlghooksbase.h:176 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:176 msgid "Trigger on specific SIP header" msgstr "" -#: ../build/src/ui_dlghooksbase.h:177 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:177 msgid "Trigger on IAX2 URL" msgstr "" -#: ../build/src/ui_dlghooksbase.h:178 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:178 msgid "Command to run" msgstr "" -#: ../build/src/ui_dlghooksbase.h:179 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:179 msgid "Phone number formatting" msgstr "" -#: ../build/src/ui_dlghooksbase.h:180 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:180 msgid "Add phone number prefix" msgstr "" -#: ../build/src/ui_dlgrecordbase.h:92 +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:91 +msgid "General" +msgstr "Allgemein" + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:92 +#: ../sflphone-client-gnome/src/config/configwindow.c:726 msgid "Destination folder" msgstr "" -#: ../build/src/ui_sflphone_kdeview_base.h:391 -msgid "Pick up" -msgstr "" +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:393 +msgid "Hold" +msgstr "In Warteschleife" -#: ../build/src/ui_sflphone_kdeview_base.h:395 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:395 +#: ../sflphone-client-gnome/src/toolbar.c:232 +#: ../sflphone-client-gnome/src/toolbar.c:234 msgid "History" -msgstr "" +msgstr "Vorherige Anrufe" -#: ../build/src/ui_sflphone_kdeview_base.h:397 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:397 msgid "Configure accounts" -msgstr "" +msgstr "Konfigurierten Konten" -#: ../build/src/ui_sflphone_kdeview_base.h:398 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:398 msgid "Configure audio" -msgstr "" +msgstr "Konfigurieren SFLphone" -#: ../build/src/ui_sflphone_kdeview_base.h:399 -#: ../build/src/ui_sflphone_kdeview_base.h:401 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:399 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:401 msgid "Configure SFLphone" -msgstr "" +msgstr "Konfigurieren SFLphone" -#: ../build/src/ui_sflphone_kdeview_base.h:403 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:403 msgid "Display volume bars" msgstr "" -#: ../build/src/ui_sflphone_kdeview_base.h:404 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:404 msgid "Display dialpad" msgstr "" -#: ../build/src/ui_sflphone_kdeview_base.h:405 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:405 msgctxt "Action record a call" msgid "Record" +msgstr "Gespräch aufzeichnen" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:408 +msgid "Attention:number of results exceeds max displayed." msgstr "" -#: ../build/src/ui_sflphone_kdeview_base.h:406 -#, fuzzy -msgid "Account creation wizard" +#: ../sflphone-client-gnome/src/accountlist.c:187 +msgid "accounr state" +msgstr "Kontoeinstellungen" + +#: ../sflphone-client-gnome/src/actions.c:54 +#: ../sflphone-client-gnome/src/sflnotify.c:94 +#, c-format +msgid "%d voice mail" +msgid_plural "%d voice mails" +msgstr[0] "%d Voice Nachricht" +msgstr[1] "%d Voice Nachricht" + +#: ../sflphone-client-gnome/src/actions.c:234 +msgid "" +"Unable to connect to the SFLphone server.\n" +"Make sure the daemon is running." +msgstr "" +"SFLphone Server kann nicht verbunden werden. Stellen Sie sicher, dass der " +"Dämon läuft." + +#: ../sflphone-client-gnome/src/actions.c:809 +#, c-format +msgid "IP call - %s" +msgstr "IP Anruf - %s" + +#: ../sflphone-client-gnome/src/actions.c:908 +#, c-format +msgid "" +"<b>Error: No audio codecs found.\n" +"\n" +"</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>.sflphone</" +"b> directory in your home( <i>%s</i> )" +msgstr "" +"<b>Fehler: Kein Audio-Codec gefunden.\n" +"\n" +"</b> SFL Audio-Codecs müssen in <i>%s</i> oder <b>.sflphone</b> Ihres HOME-" +"Verzeichniss ( <i>%s</i> ) gespeichert werden." + +#: ../sflphone-client-gnome/src/assistant.c:70 +msgid "" +"You can at any time check your registration state or modify your accounts " +"parameters in the Options/Accounts window." +msgstr "" +"Sie können jederzeit Ihres Registrierungsstatus überprüfen oder " +"IhreKontoparameter ändern (Optionen/Konten)." + +#: ../sflphone-client-gnome/src/assistant.c:190 +msgid "SFLphone account creation wizard" msgstr "SFLphone Konto (Konfigurationsassistent)" -#: ../build/src/ui_sflphone_kdeview_base.h:408 -msgid "Attention:number of results exceeds max displayed." +#: ../sflphone-client-gnome/src/assistant.c:274 +#: ../sflphone-client-gnome/src/assistant.c:370 +#: ../sflphone-client-gnome/src/config/accountwindow.c:153 +msgid "_Alias" +msgstr "_Alias" + +#: ../sflphone-client-gnome/src/assistant.c:282 +#: ../sflphone-client-gnome/src/assistant.c:378 +#: ../sflphone-client-gnome/src/config/accountwindow.c:189 +msgid "_Host name" +msgstr "_Hostname" + +#: ../sflphone-client-gnome/src/assistant.c:290 +#: ../sflphone-client-gnome/src/assistant.c:386 +#: ../sflphone-client-gnome/src/config/accountwindow.c:197 +msgid "_User name" +msgstr "_Benutzername" + +#: ../sflphone-client-gnome/src/assistant.c:306 +#: ../sflphone-client-gnome/src/assistant.c:401 +#: ../sflphone-client-gnome/src/config/accountwindow.c:212 +msgid "_Password" +msgstr "_Passwort" + +#: ../sflphone-client-gnome/src/assistant.c:324 +#: ../sflphone-client-gnome/src/assistant.c:417 +#: ../sflphone-client-gnome/src/config/accountwindow.c:228 +msgid "_Voicemail number" +msgstr "_Voicemail Nummer" + +#: ../sflphone-client-gnome/src/assistant.c:347 +msgid "_Email address" +msgstr "_Email" + +#: ../sflphone-client-gnome/src/assistant.c:444 +#: ../sflphone-client-gnome/src/config/configwindow.c:532 +msgid "E_nable STUN" +msgstr "STUN Ei_nschalten" + +#: ../sflphone-client-gnome/src/assistant.c:451 +msgid "_STUN server" +msgstr "_STUN Server" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Account Registration" +msgstr "Konto Registrierung" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Congratulations!" +msgstr "Gratulation!" + +#: ../sflphone-client-gnome/src/errors.c:29 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening playback device" +msgstr "" +"ALSA Benachrichtigung\n" +"\n" +"Fehler während Öffnen des \"playback device\"" + +#: ../sflphone-client-gnome/src/errors.c:32 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening capture device" +msgstr "" +"ALSA Benachrichtigung\n" +"\n" +"Fehler während Öffnen des \"capture device\"" + +#: ../sflphone-client-gnome/src/errors.c:35 +msgid "" +"Pulseaudio notification\n" +"\n" +"Pulseaudio is not running" +msgstr "" +"Pulseaudio Benachrichtigung\n" +"\n" +"Pulseaudio nicht gestartet" + +#: ../sflphone-client-gnome/src/mainwindow.c:70 +msgid "There is one call in progress." +msgstr "Laufender Anruf." + +#: ../sflphone-client-gnome/src/mainwindow.c:74 +msgid "There are calls in progress." +msgstr "Laufende Anrufe." + +#: ../sflphone-client-gnome/src/mainwindow.c:83 +msgid "Do you still want to quit?" +msgstr "" + +#: ../sflphone-client-gnome/src/mainwindow.c:284 +msgid "SFLphone Error" +msgstr "SFLphone Fehler" + +#: ../sflphone-client-gnome/src/menus.c:134 +msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols." +msgstr "SFLphone ist ein VoIP Client (kompatibel mit SIP und IAX2 Protokolle)" + +#: ../sflphone-client-gnome/src/menus.c:137 +msgid "About SFLphone" +msgstr "Über SFLphone" + +#: ../sflphone-client-gnome/src/menus.c:161 +msgid "_Help" +msgstr "_Hilfe" + +#: ../sflphone-client-gnome/src/menus.c:296 +#: ../sflphone-client-gnome/src/menus.c:953 +msgid "_New call" +msgstr "_Neuer Anruf" + +#: ../sflphone-client-gnome/src/menus.c:308 +#: ../sflphone-client-gnome/src/menus.c:785 +msgid "_Pick up" +msgstr "_Abnehmen" + +#: ../sflphone-client-gnome/src/menus.c:318 +#: ../sflphone-client-gnome/src/menus.c:797 +msgid "_Hang up" +msgstr "A_uflegen" + +#: ../sflphone-client-gnome/src/menus.c:328 +#: ../sflphone-client-gnome/src/menus.c:809 +msgid "On _Hold" +msgstr "in _Warteschleife" + +#: ../sflphone-client-gnome/src/menus.c:340 +#: ../sflphone-client-gnome/src/menus.c:821 +msgid "_Record" +msgstr "_Gespräch aufzeichnen" + +#: ../sflphone-client-gnome/src/menus.c:354 +msgid "_Account creation wizard" +msgstr "SFLphone _Konto (Konfigurationsassistent)" + +#: ../sflphone-client-gnome/src/menus.c:384 +msgid "_Call" +msgstr "_Anruf" + +#: ../sflphone-client-gnome/src/menus.c:552 +msgid "Clear _history" +msgstr "Liste der vorherigen Anrufen _leeren" + +#: ../sflphone-client-gnome/src/menus.c:564 +msgid "_Accounts" +msgstr "_Konten" + +#: ../sflphone-client-gnome/src/menus.c:579 +msgid "_Edit" +msgstr "_Editieren" + +#: ../sflphone-client-gnome/src/menus.c:631 +msgid "_Dialpad" +msgstr "_Wählscheibe" + +#: ../sflphone-client-gnome/src/menus.c:643 +msgid "_Volume controls" +msgstr "Lautstärke Kontrollen" + +#: ../sflphone-client-gnome/src/menus.c:661 +msgid "_View" +msgstr "_Anzeigen" + +#: ../sflphone-client-gnome/src/menus.c:881 +msgid "_Call back" +msgstr "_zurückrufen" + +#: ../sflphone-client-gnome/src/menus.c:1061 +msgid "Edit phone number" +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:1072 +msgid "Edit the phone number before making a call" +msgstr "" + +#: ../sflphone-client-gnome/src/sflnotify.c:71 +#: ../sflphone-client-gnome/src/sflnotify.c:91 +#, c-format +msgid "%s account : %s" +msgstr "Konto %s : %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:75 +#, c-format +msgid "<i>From</i> %s" +msgstr "<i>Von</i> %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:111 +#, c-format +msgid "Calling with %s account <i>%s</i>" +msgstr "Mit %s Konto <i>%s</i> anrufen" + +#: ../sflphone-client-gnome/src/sflnotify.c:115 +msgid "Current account" +msgstr "Aktuelles Konto" + +#: ../sflphone-client-gnome/src/sflnotify.c:130 +msgid "You have no accounts set up" +msgstr "Sie haben noch kein Konto eingestellt" + +#: ../sflphone-client-gnome/src/sflnotify.c:131 +#: ../sflphone-client-gnome/src/sflnotify.c:148 +msgid "Error" +msgstr "Fehler" + +#: ../sflphone-client-gnome/src/sflnotify.c:147 +msgid "You have no registered accounts" +msgstr "Sie haben noch kein registriertes Konto" + +#: ../sflphone-client-gnome/src/sliders.c:161 +msgid "Speakers volume" +msgstr "Lautsprecher Lautstärke" + +#: ../sflphone-client-gnome/src/sliders.c:163 +msgid "Mic volume" +msgstr "Mikro Lautstärke" + +#: ../sflphone-client-gnome/src/statusicon.c:91 +msgid "_Show main window" +msgstr "_Hauptfenster anzeigen" + +#: ../sflphone-client-gnome/src/statusicon.c:127 +#, c-format +msgid "%i account configured" +msgid_plural "%i accounts configured" +msgstr[0] "%i Konto konfiguriert" +msgstr[1] "%i Konten konfiguriert" + +#: ../sflphone-client-gnome/src/toolbar.c:52 +#: ../sflphone-client-gnome/src/toolbar.c:251 +#: ../sflphone-client-gnome/src/toolbar.c:255 +msgid "Voicemail" +msgstr "Voicemail" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:113 +msgid "Account settings" +msgstr "Kontoeinstellungen" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:147 +msgid "_Enable this account" +msgstr "_Einschalten" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:161 +msgid "_Protocol" +msgstr "_Protokoll" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:179 +msgid "Unknown" +msgstr "unbekannt" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:312 +msgid "_Use Evolution address books" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:319 +msgid "Download limit :" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:327 +msgid "cards" msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:333 +msgid "_Display contact photo if available" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:341 +msgid "Fields from Evolution's address books" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:345 +msgid "_Work" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:351 +msgid "_Home" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:357 +msgid "_Mobile" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:364 +msgid "Address Books" +msgstr "Adressbücher" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:368 +msgid "Select which Evolution address books to use" +msgstr "" + +#: ../sflphone-client-gnome/src/config/audioconf.c:684 +msgid "Output" +msgstr "Ausgabe" + +#: ../sflphone-client-gnome/src/config/audioconf.c:706 +msgid "Input" +msgstr "Eingabe" + +#: ../sflphone-client-gnome/src/config/audioconf.c:741 +msgid "_Voice Activity Detection" +msgstr "" + +#: ../sflphone-client-gnome/src/config/audioconf.c:751 +msgid "_Noise Reduction (Narrow-Band Companding)" +msgstr "" + +#: ../sflphone-client-gnome/src/config/audioconf.c:780 +msgid "Sound Manager" +msgstr "Sound Manager" + +#: ../sflphone-client-gnome/src/config/audioconf.c:783 +msgid "_Pulseaudio" +msgstr "Pulseaudio" + +#: ../sflphone-client-gnome/src/config/audioconf.c:788 +msgid "_ALSA" +msgstr "ALSA" + +#: ../sflphone-client-gnome/src/config/audioconf.c:812 +msgid "Codecs" +msgstr "Codecs" + +#: ../sflphone-client-gnome/src/config/audioconf.c:835 +msgid "Ringtones" +msgstr "Klingeltöne" + +#: ../sflphone-client-gnome/src/config/audioconf.c:841 +msgid "_Enable ringtones" +msgstr "Klingeltöne _einschalten" + +#: ../sflphone-client-gnome/src/config/audioconf.c:847 +msgid "Choose a ringtone" +msgstr "Klingelton auswählen" + +#: ../sflphone-client-gnome/src/config/audioconf.c:853 +msgid "Audio Files" +msgstr "Audio Dateien" + +#: ../sflphone-client-gnome/src/config/configwindow.c:425 +msgid "Status" +msgstr "Status" + +#: ../sflphone-client-gnome/src/config/configwindow.c:528 +msgid "Stun parameters will be applied on each SIP account created." +msgstr "Alle SIP Kontos werden mit Stun Einstellungen angepasst." + +#: ../sflphone-client-gnome/src/config/configwindow.c:544 +msgid "Format : name.server:port" +msgstr "Format: Name.Server:Port" + +#: ../sflphone-client-gnome/src/config/configwindow.c:589 +msgid "Desktop Notifications" +msgstr "Desktopbenachrichtigungen" + +#: ../sflphone-client-gnome/src/config/configwindow.c:593 +msgid "_Enable notifications" +msgstr "Benachrichtigungen _einschalten" + +#: ../sflphone-client-gnome/src/config/configwindow.c:599 +msgid "Enable voicemail _notifications" +msgstr "_Benachrichtigung für Voice Nachrichten" + +#: ../sflphone-client-gnome/src/config/configwindow.c:611 +msgid "System Tray Icon" +msgstr "Benachrichtigungsfeld (\"System Tray\") Icon" + +#: ../sflphone-client-gnome/src/config/configwindow.c:614 +msgid "_Popup main window on incoming call" +msgstr "Hauptfenster anzeigen wenn eingehendes Gespräch" + +#: ../sflphone-client-gnome/src/config/configwindow.c:619 +msgid "Ne_ver popup main window" +msgstr "_Hauptfenster nie anzeigen" + +#: ../sflphone-client-gnome/src/config/configwindow.c:623 +msgid "Hide SFLphone window on _startup" +msgstr "_Unsichtbar beim Start" + +#: ../sflphone-client-gnome/src/config/configwindow.c:629 +msgid "Calls History" +msgstr "Liste der vorherigen Anrufen" + +#: ../sflphone-client-gnome/src/config/configwindow.c:632 +msgctxt "Beginning of 'Keep my history for at least n days.'" +msgid "_Keep my history for at least" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:643 +msgctxt "End of 'Keep my history for at least n days.'" +msgid "days" +msgstr "Tag" + +#: ../sflphone-client-gnome/src/config/configwindow.c:647 +msgid "PulseAudio sound server" +msgstr "PulseAudio Sound Server" + +#: ../sflphone-client-gnome/src/config/configwindow.c:650 +msgid "_Mute other applications during a call" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:677 +msgid "Port" +msgstr "Port" + +#: ../sflphone-client-gnome/src/config/configwindow.c:732 +msgid "Select a folder" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:766 +msgid "Preferences" +msgstr "Einstellungen" + +#: ../sflphone-client-gnome/src/config/configwindow.c:845 +msgid "Configured Accounts" +msgstr "Konfigurierten Konten" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:135 +msgid "Custom commands on incoming calls with URL" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:138 +#, c-format +msgid "%s will be replaced with the passed URL." +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:141 +msgid "Trigger on specific _SIP header" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:150 +msgid "Trigger on _IAX2 URL" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:155 +msgid "Command to _run" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:165 +msgid "Phone number rewriting" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:169 +msgid "_Prefix dialed numbers with" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:56 +msgid "Search all" +msgstr "Suche in allen" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:57 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:70 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:82 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:94 +msgid "Click here to change the search type" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:69 +msgid "Search by missed call" +msgstr "Suche nach Anruf in Abwesenheit " + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:81 +msgid "Search by incoming call" +msgstr "Suche nach eingehenden Anruf " + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:93 +msgid "Search by outgoing call" +msgstr "Suche nach ausgehenden Anru" + +#~ msgid "Enable address book" +#~ msgstr "Aktivieren Adressbuch" + +#~ msgid "Sound manager" +#~ msgstr "Sound Manager" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" diff --git a/sflphone-client-kde/po/es/sflphone-client-kde.po b/sflphone-client-kde/po/es/sflphone-client-kde.po index a1cbc3c04ba985cefbf4af95c31f9baf8983a77e..7ce16ddf58b9896277d0ca50a9b4fe53a0e4d815 100644 --- a/sflphone-client-kde/po/es/sflphone-client-kde.po +++ b/sflphone-client-kde/po/es/sflphone-client-kde.po @@ -1,365 +1,461 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Spanish translation of SFLphone. +# Copyright (C) 2008 2009 The Free Software Foundation, Inc. +# This file is distributed under the GNU General Public License Version 3. # -#, fuzzy +# Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>, 2008. +# +# POT-Creation-Date: 2007-01-13 01:39+0100\n msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: SFLphone 0.9.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-07-08 15:18-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"POT-Creation-Date: 2009-07-16 15:14-0400\n" +"PO-Revision-Date: 2008-08-11 11:53+0200\n" +"Last-Translator: Carlos Galisteo <cgalisteo AT k-rolus.net>\n" +"Language-Team: SavoirFaireLinux Inc <sflphoneteam@savoirfairelinux.com>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n>1;\n" -#: ../src/Account.cpp:34 +#: ../sflphone-client-kde/src/Account.cpp:34 +#: ../sflphone-client-gnome/src/accountlist.c:175 msgctxt "account state" msgid "Registered" -msgstr "" +msgstr "Registrado" -#: ../src/Account.cpp:36 +#: ../sflphone-client-kde/src/Account.cpp:36 +#: ../sflphone-client-gnome/src/accountlist.c:178 msgctxt "account state" msgid "Not Registered" -msgstr "" +msgstr "No registrado" -#: ../src/Account.cpp:38 +#: ../sflphone-client-kde/src/Account.cpp:38 +#: ../sflphone-client-gnome/src/accountlist.c:181 msgctxt "account state" msgid "Trying..." -msgstr "" +msgstr "Intentando..." -#: ../src/Account.cpp:40 +#: ../sflphone-client-kde/src/Account.cpp:40 +#: ../sflphone-client-gnome/src/accountlist.c:184 msgctxt "account state" msgid "Error" -msgstr "" +msgstr "Error" -#: ../src/Account.cpp:42 +#: ../sflphone-client-kde/src/Account.cpp:42 msgctxt "account state" -msgid "Bad authentification" -msgstr "" +msgid "Authentication Failed" +msgstr "Autenticación erronea" -#: ../src/Account.cpp:44 +#: ../sflphone-client-kde/src/Account.cpp:44 +#: ../sflphone-client-gnome/src/accountlist.c:190 msgctxt "account state" msgid "Network unreachable" -msgstr "" +msgstr "Red Inaccesible" -#: ../src/Account.cpp:46 +#: ../sflphone-client-kde/src/Account.cpp:46 +#: ../sflphone-client-gnome/src/accountlist.c:193 msgctxt "account state" msgid "Host unreachable" -msgstr "" +msgstr "Parte del servidor" -#: ../src/Account.cpp:48 +#: ../sflphone-client-kde/src/Account.cpp:48 +#: ../sflphone-client-gnome/src/accountlist.c:196 msgctxt "account state" msgid "Stun configuration error" -msgstr "" +msgstr "Error de configuración Stun" -#: ../src/Account.cpp:50 +#: ../sflphone-client-kde/src/Account.cpp:50 +#: ../sflphone-client-gnome/src/accountlist.c:199 msgctxt "account state" msgid "Stun server invalid" -msgstr "" +msgstr "Servidor stun inválido" -#: ../src/Account.cpp:51 +#: ../sflphone-client-kde/src/Account.cpp:51 +#: ../sflphone-client-gnome/src/accountlist.c:202 msgctxt "account state" msgid "Invalid" -msgstr "" +msgstr "Inválido" -#: ../src/AccountWizard.cpp:163 ../src/AccountWizard.cpp:278 -msgid "Account Creation Wizard" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:163 +#: ../sflphone-client-kde/src/AccountWizard.cpp:278 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:406 +msgid "Account creation wizard" +msgstr "Asistente de configuración de cuentas" -#: ../src/AccountWizard.cpp:199 -msgid "Creation of account succeed with these parameters" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:199 +#: ../sflphone-client-kde/src/AccountWizard.cpp:217 +#: ../sflphone-client-kde/src/AccountWizard.cpp:561 +#: ../sflphone-client-gnome/src/assistant.c:68 +#, c-format +msgid "This assistant is now finished." +msgstr "Ese asistante ha finalizado." -#: ../src/AccountWizard.cpp:211 +#: ../sflphone-client-kde/src/AccountWizard.cpp:211 msgid "Creation of account has failed for the reason" msgstr "" -#: ../src/AccountWizard.cpp:217 -msgid "Register of account succeed with these parameters" -msgstr "" - -#: ../src/AccountWizard.cpp:255 ../src/AccountWizard.cpp:440 -#: ../build/src/ui_dlgaccountsbase.h:359 +#: ../sflphone-client-kde/src/AccountWizard.cpp:255 +#: ../sflphone-client-kde/src/AccountWizard.cpp:440 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:359 +#: ../sflphone-client-gnome/src/assistant.c:72 msgid "Alias" -msgstr "" +msgstr "Alias" -#: ../src/AccountWizard.cpp:256 ../src/AccountWizard.cpp:441 -#: ../build/src/ui_dlgaccountsbase.h:366 +#: ../sflphone-client-kde/src/AccountWizard.cpp:256 +#: ../sflphone-client-kde/src/AccountWizard.cpp:441 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:366 +#: ../sflphone-client-gnome/src/assistant.c:75 msgid "Server" -msgstr "" +msgstr "Servidor" -#: ../src/AccountWizard.cpp:257 ../src/AccountWizard.cpp:442 -#: ../build/src/ui_dlgaccountsbase.h:367 -msgid "User" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:257 +#: ../sflphone-client-kde/src/AccountWizard.cpp:442 +#: ../sflphone-client-gnome/src/assistant.c:78 +msgid "Username" +msgstr "Usuario" -#: ../src/AccountWizard.cpp:258 ../src/AccountWizard.cpp:443 -#: ../build/src/ui_dlgaccountsbase.h:368 +#: ../sflphone-client-kde/src/AccountWizard.cpp:258 +#: ../sflphone-client-kde/src/AccountWizard.cpp:443 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:368 msgid "Password" -msgstr "" +msgstr "Contraseña" -#: ../src/AccountWizard.cpp:259 ../build/src/ui_dlgaccountsbase.h:360 +#: ../sflphone-client-kde/src/AccountWizard.cpp:259 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:360 +#: ../sflphone-client-gnome/src/config/configwindow.c:418 msgid "Protocol" -msgstr "" +msgstr "Protocolo" -#: ../src/AccountWizard.cpp:260 ../build/src/ui_dlgaccountsbase.h:369 -#: ../build/src/ui_sflphone_kdeview_base.h:396 -msgid "Mailbox" -msgstr "" - -#: ../src/AccountWizard.cpp:279 -msgid "Welcome to the Account creation wizard of SFLphone" -msgstr "" - -#: ../src/AccountWizard.cpp:281 -msgid "This wizard will help you setting up an account." -msgstr "" - -#: ../src/AccountWizard.cpp:309 ../src/conf/ConfigurationDialog.cpp:50 -msgid "Accounts" -msgstr "" - -#: ../src/AccountWizard.cpp:310 -msgid "Please choose between those options :" -msgstr "" - -#: ../src/AccountWizard.cpp:312 +#: ../sflphone-client-kde/src/AccountWizard.cpp:260 +#: ../sflphone-client-kde/src/AccountWizard.cpp:444 +msgid "Voicemail number" +msgstr "Número de buzón de voz" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:279 +#: ../sflphone-client-gnome/src/assistant.c:216 +msgid "Welcome to the Account creation wizard of SFLphone!" +msgstr "¡Bienvenido al asistente de configuración de cuentas de SFLphone" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:281 +#: ../sflphone-client-gnome/src/assistant.c:217 +msgid "This installation wizard will help you configure an account." +msgstr "Este asistente de instalación le ayudará a configurar una cuenta." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:309 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Account" +msgstr "Cuenta" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:310 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Please select one of the following options" +msgstr "Por favor, elija una de las siguientes opciones" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:312 +#: ../sflphone-client-gnome/src/assistant.c:251 msgid "Create a free SIP/IAX2 account on sflphone.org" -msgstr "" +msgstr "Crear una cuenta SIP/IAX2 gratis en sflphone.org" -#: ../src/AccountWizard.cpp:313 -msgid "Register an existing SIP/IAX2 account" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:313 +#: ../sflphone-client-gnome/src/assistant.c:253 +msgid "Register an existing SIP or IAX2 account" +msgstr "Registrar una cuenta SIP o IAX2 existente" -#: ../src/AccountWizard.cpp:352 +#: ../sflphone-client-kde/src/AccountWizard.cpp:352 +#: ../sflphone-client-gnome/src/assistant.c:231 msgid "VoIP Protocols" -msgstr "" +msgstr "Protocolos VoIP" -#: ../src/AccountWizard.cpp:353 -msgid "Choose the account type" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:353 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "Select an account type" +msgstr "Escoja un tipo de cuenta" -#: ../src/AccountWizard.cpp:355 -msgid "Register a SIP (Session Initiation Protocol) account" +#: ../sflphone-client-kde/src/AccountWizard.cpp:355 +#: ../sflphone-client-gnome/src/assistant.c:233 +msgid "SIP (Session Initiation Protocol)" msgstr "" -#: ../src/AccountWizard.cpp:356 -msgid "Register a IAX2 (InterAsterisk eXchange) account" +#: ../sflphone-client-kde/src/AccountWizard.cpp:356 +#: ../sflphone-client-gnome/src/assistant.c:235 +msgid "IAX2 (InterAsterix Exchange)" msgstr "" -#: ../src/AccountWizard.cpp:395 -msgid "Optionnal Email Address" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:395 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "Optional email address" +msgstr "Dirección de correo opcional" -#: ../src/AccountWizard.cpp:396 +#: ../sflphone-client-kde/src/AccountWizard.cpp:396 +#: ../sflphone-client-gnome/src/assistant.c:339 msgid "This email address will be used to send your voicemail messages." -msgstr "" +msgstr "Esta dirección de correo se usará para mandar sus mensajes de voz" -#: ../src/AccountWizard.cpp:398 +#: ../sflphone-client-kde/src/AccountWizard.cpp:398 msgid "Email address" -msgstr "" - -#: ../src/AccountWizard.cpp:432 -msgid "SIP Account Settings" -msgstr "" - -#: ../src/AccountWizard.cpp:436 -msgid "IAX2 Account Settings" -msgstr "" - -#: ../src/AccountWizard.cpp:438 -msgid "Please full these settings fields." -msgstr "" - -#: ../src/AccountWizard.cpp:444 -msgid "Voicemail number" -msgstr "" - -#: ../src/AccountWizard.cpp:523 +msgstr "Dirección de correo" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:432 +#: ../sflphone-client-gnome/src/assistant.c:266 +msgid "SIP account settings" +msgstr "Configuración de cuenta SIP" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:436 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "IAX2 account settings" +msgstr "Configuración de cuenta IAX2" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:438 +#: ../sflphone-client-gnome/src/assistant.c:266 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "Please fill the following information" +msgstr "Por favor, rellene la siguiente información" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:523 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:856 msgid "Network Address Translation (NAT)" -msgstr "" +msgstr "Conversión de Dirección de Red (NAT)" -#: ../src/AccountWizard.cpp:524 -msgid "" -"You should probably enable this option if you're placed under a firewall" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:524 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:536 +msgid "You should probably enable this if you are behind a firewall." +msgstr "Probablemente tiene que activar esto si está detrás de un cortafuegos." -#: ../src/AccountWizard.cpp:526 +#: ../sflphone-client-kde/src/AccountWizard.cpp:526 msgid "Enable STUN" -msgstr "" +msgstr "Activar STUN" -#: ../src/AccountWizard.cpp:527 +#: ../sflphone-client-kde/src/AccountWizard.cpp:527 msgid "Stun Server" -msgstr "" - -#: ../src/AccountWizard.cpp:561 -msgid "Account Definition Finished" -msgstr "" +msgstr "Servidor STUN" -#: ../src/AccountWizard.cpp:562 +#: ../sflphone-client-kde/src/AccountWizard.cpp:562 msgid "" "After checking the settings you chose, click \"Finish\" to create the " "account." msgstr "" -#: ../src/ActionSetAccountFirst.cpp:26 +#: ../sflphone-client-kde/src/ActionSetAccountFirst.cpp:26 msgid "Default account" msgstr "" -#: ../src/Call.cpp:116 +#: ../sflphone-client-kde/src/Call.cpp:116 +#: ../sflphone-client-gnome/src/contacts/calltree.c:322 msgid "Transfer to : " -msgstr "" +msgstr "Transferir a : " + +#: ../sflphone-client-kde/src/CodecListModel.cpp:89 +#: ../sflphone-client-gnome/src/actions.c:816 +msgid "Codec" +msgstr "Códec" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:93 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:279 +#: ../sflphone-client-gnome/src/config/audioconf.c:581 +msgid "Frequency" +msgstr "Frecuencia" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:97 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:281 +#: ../sflphone-client-gnome/src/config/audioconf.c:586 +msgid "Bitrate" +msgstr "Tasa de transferencia" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:101 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:283 +#: ../sflphone-client-gnome/src/config/audioconf.c:591 +msgid "Bandwidth" +msgstr "Ancho de banda" -#: ../src/main.cpp:34 +#: ../sflphone-client-kde/src/main.cpp:39 msgid "SFLphone KDE Client" msgstr "" -#: ../src/main.cpp:38 +#: ../sflphone-client-kde/src/main.cpp:43 msgid "(C) 2009 Savoir-faire Linux" msgstr "" -#: ../src/main.cpp:42 +#: ../sflphone-client-kde/src/main.cpp:47 msgid "Jérémy Quentin" msgstr "" -#: ../src/main.cpp:43 +#: ../sflphone-client-kde/src/main.cpp:48 msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "" -#: ../src/main.cpp:43 +#: ../sflphone-client-kde/src/main.cpp:48 msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "" -#: ../src/SFLPhone.cpp:62 ../src/sflphone_kdeview.cpp:1066 -#: ../src/sflphone_kdeview.cpp:1071 ../src/sflphone_kdeview.cpp:1076 +#: ../sflphone-client-kde/src/SFLPhone.cpp:62 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-gnome/src/statusicon.c:126 msgid "SFLphone" -msgstr "" - -#: ../src/SFLPhone.cpp:181 -msgid "You still have some calls open. Please close all calls before quitting." -msgstr "" +msgstr "SFLphone" -#: ../src/SFLPhone.cpp:209 +#: ../sflphone-client-kde/src/SFLPhone.cpp:209 msgid "Incoming call" -msgstr "" +msgstr "Llamada entrante" -#: ../src/SFLPhone.cpp:210 +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 msgid "You have an incoming call from" msgstr "" -#: ../src/SFLPhone.cpp:210 +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 msgid "Click to accept or refuse it." msgstr "" -#: ../src/sflphone_kdeview.cpp:883 -msgid "No account registered" +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:716 +msgid "Address book loading..." msgstr "" -#: ../src/sflphone_kdeview.cpp:887 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:901 +#: ../sflphone-client-gnome/src/actions.c:89 +msgid "No registered accounts" +msgstr "Ninguna cuenta registrada" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:905 +#: ../sflphone-client-gnome/src/actions.c:83 +#: ../sflphone-client-gnome/src/actions.c:813 msgid "Using account" msgstr "" -#: ../src/sflphone_kdeview.cpp:1066 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 msgid "Main screen" msgstr "" -#: ../src/sflphone_kdeview.cpp:1071 ../build/src/ui_dlggeneralbase.h:165 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:165 msgid "Call history" -msgstr "" +msgstr "Historia de Llamada" -#: ../src/sflphone_kdeview.cpp:1076 -#: ../build/src/ui_sflphone_kdeview_base.h:407 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:407 +#: ../sflphone-client-gnome/src/toolbar.c:243 +#: ../sflphone-client-gnome/src/toolbar.c:245 msgid "Address book" -msgstr "" +msgstr "Libreta de contactos" -#: ../src/sflphone_kdeview.cpp:1090 ../src/sflphone_kdeview.cpp:1151 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1108 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1173 msgid "Edit before call" msgstr "" -#: ../src/sflphone_const.h:56 -msgid "Call" -msgstr "" +#: ../sflphone-client-kde/src/sflphone_const.h:56 +#: ../sflphone-client-gnome/src/toolbar.c:167 +#: ../sflphone-client-gnome/src/toolbar.c:169 +msgid "New call" +msgstr "Nueva llamada" -#: ../src/sflphone_const.h:57 ../build/src/ui_sflphone_kdeview_base.h:392 +#: ../sflphone-client-kde/src/sflphone_const.h:57 +#: ../sflphone-client-kde/src/sflphone_const.h:62 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:392 +#: ../sflphone-client-gnome/src/toolbar.c:186 +#: ../sflphone-client-gnome/src/toolbar.c:188 msgid "Hang up" -msgstr "" +msgstr "Colgar" -#: ../src/sflphone_const.h:58 ../build/src/ui_sflphone_kdeview_base.h:393 -msgid "Hold" +#: ../sflphone-client-kde/src/sflphone_const.h:58 +#: ../sflphone-client-gnome/src/toolbar.c:207 +#: ../sflphone-client-gnome/src/toolbar.c:209 +msgid "Hold on" msgstr "" -#: ../src/sflphone_const.h:59 ../build/src/ui_sflphone_kdeview_base.h:394 +#: ../sflphone-client-kde/src/sflphone_const.h:59 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:394 +#: ../sflphone-client-gnome/src/toolbar.c:220 +#: ../sflphone-client-gnome/src/toolbar.c:222 msgid "Transfer" -msgstr "" +msgstr "Transferir" -#: ../src/sflphone_const.h:60 +#: ../sflphone-client-kde/src/sflphone_const.h:60 +#: ../sflphone-client-gnome/src/toolbar.c:263 msgid "Record" -msgstr "" - -#: ../src/sflphone_const.h:61 -msgid "Accept" -msgstr "" +msgstr "Recordar" -#: ../src/sflphone_const.h:62 -msgid "Refuse" -msgstr "" +#: ../sflphone-client-kde/src/sflphone_const.h:61 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:391 +#: ../sflphone-client-gnome/src/toolbar.c:176 +#: ../sflphone-client-gnome/src/toolbar.c:178 +msgid "Pick up" +msgstr "Descolgar" -#: ../src/sflphone_const.h:63 -msgid "Unhold" +#: ../sflphone-client-kde/src/sflphone_const.h:63 +#: ../sflphone-client-gnome/src/toolbar.c:196 +#: ../sflphone-client-gnome/src/toolbar.c:198 +msgid "Hold off" msgstr "" -#: ../src/sflphone_const.h:64 +#: ../sflphone-client-kde/src/sflphone_const.h:64 msgid "Give up transfer" msgstr "" -#: ../src/sflphone_const.h:65 +#: ../sflphone-client-kde/src/sflphone_const.h:65 msgid "Call back" -msgstr "" - -#: ../src/sflphone_const.h:66 -msgid "Give up search" -msgstr "" +msgstr "Llamar" -#: ../src/conf/ConfigurationDialog.cpp:48 ../build/src/ui_dlgrecordbase.h:91 +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:48 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:306 +#: ../sflphone-client-gnome/src/config/configwindow.c:722 +#: ../sflphone-client-gnome/src/config/configwindow.c:791 +msgctxt "Config section" msgid "General" -msgstr "" +msgstr "General" -#: ../src/conf/ConfigurationDialog.cpp:49 +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:49 +msgctxt "Config section" msgid "Display" msgstr "" -#: ../src/conf/ConfigurationDialog.cpp:51 +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:50 +#: ../sflphone-client-gnome/src/config/configwindow.c:833 +msgctxt "Config section" +msgid "Accounts" +msgstr "Cuentas" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:51 +#: ../sflphone-client-gnome/src/config/configwindow.c:786 +msgctxt "Config section" msgid "Audio" -msgstr "" +msgstr "Audio" -#: ../src/conf/ConfigurationDialog.cpp:52 +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:52 +#: ../sflphone-client-gnome/src/config/configwindow.c:801 +msgctxt "Config section" msgid "Address Book" -msgstr "" +msgstr "Libreta de direcciones" -#: ../src/conf/ConfigurationDialog.cpp:53 +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:53 +#: ../sflphone-client-gnome/src/config/configwindow.c:796 msgctxt "Config section" -msgid "Record" -msgstr "" +msgid "Recordings" +msgstr "Grabaciones" -#: ../src/conf/ConfigurationDialog.cpp:54 +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:54 +#: ../sflphone-client-gnome/src/config/configwindow.c:806 +msgctxt "Config section" msgid "Hooks" -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:321 -#: ../build/src/ui_dlgaddressbookbase.h:142 ../build/src/ui_dlgaudiobase.h:263 -#: ../build/src/ui_dlgdisplaybase.h:120 ../build/src/ui_dlggeneralbase.h:164 -#: ../build/src/ui_dlghooksbase.h:173 ../build/src/ui_dlgrecordbase.h:90 -#: ../build/src/ui_sflphone_kdeview_base.h:390 +msgstr "Disparadores" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:321 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:142 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:263 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:120 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:164 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:173 +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:90 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:390 msgid "Form" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:323 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:323 msgid "" "By default, when you place a call, sflphone will use the first account in " "this list which is \"registered\". Change the order of the accounts using " @@ -368,301 +464,1037 @@ msgid "" "buttons. Edit the selected account with the form on the right." msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:327 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:327 msgid "Remove the selected account" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:330 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:330 msgid "" "This button will remove the selected account in the list below. Be sure you " "really don't need it anymore. If you think you might use it again later, " "just uncheck it." msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:335 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:335 msgid "Remove" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:336 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:336 msgid "Backspace, Return" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:338 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:338 msgid "Add a new account" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:341 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:341 msgid "" "This button enables you to initialize a new account. You will then be able " "to edit it using the form on the right." msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:343 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:343 msgid "Add" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:345 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:345 msgid "Get this account down" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:348 ../build/src/ui_dlgaccountsbase.h:355 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:348 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:355 msgid "" "By default, when you place a call, sflphone will use the first account in " "this list which is \"registered\". Change the order of the accounts using " "the \"Up\" and \"Down\" arrows." msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:350 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:350 msgid "Down" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:352 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:352 msgid "Get this account up" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:357 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:357 msgid "Up" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:358 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:358 msgid "Apply" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:363 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:363 msgid "SIP" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:364 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:364 msgid "IAX" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:370 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:367 +msgid "User" +msgstr "Usuario" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:369 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:396 +msgid "Mailbox" +msgstr "Mensaje de voz" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:370 msgid "State" -msgstr "" +msgstr "Estado" -#: ../build/src/ui_dlgaccountsbase.h:373 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:373 msgid "Stun settings will be applied on each account" -msgstr "" +msgstr "Parámetros de stun se aplicarán a cada cuenta SIP creada." -#: ../build/src/ui_dlgaccountsbase.h:374 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:374 msgid "Enable Stun" -msgstr "" +msgstr "Activar STUN" -#: ../build/src/ui_dlgaccountsbase.h:375 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:375 msgid "choose Stun server (example : stunserver.org)" -msgstr "" +msgstr "Elija un servidor Stun (ejemplo : stunserver.org)" -#: ../build/src/ui_dlgaddressbookbase.h:143 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:143 msgid "Maximum &results" msgstr "" -#: ../build/src/ui_dlgaddressbookbase.h:144 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:144 msgid "Display &photo if available" -msgstr "" +msgstr "Mostrar fotos de contactos, si está disponible" -#: ../build/src/ui_dlgaddressbookbase.h:145 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:145 msgid "Display phone numbers of these &types :" -msgstr "" +msgstr "Usar los siguientes campos de la libreta de direcciones" -#: ../build/src/ui_dlgaddressbookbase.h:146 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:146 msgid "&Work" -msgstr "" +msgstr "Profesional" -#: ../build/src/ui_dlgaddressbookbase.h:147 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:147 msgid "&Mobile" -msgstr "" +msgstr "Movil" -#: ../build/src/ui_dlgaddressbookbase.h:148 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:148 msgid "&Home" -msgstr "" +msgstr "Personal" -#: ../build/src/ui_dlgaudiobase.h:265 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:265 msgid "Audio device" -msgstr "" +msgstr "Archivos de Audio" -#: ../build/src/ui_dlgaudiobase.h:268 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:268 msgid "ALSA" msgstr "" -#: ../build/src/ui_dlgaudiobase.h:269 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:269 msgid "PulseAudio" msgstr "" -#: ../build/src/ui_dlgaudiobase.h:271 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:271 msgid "Enable ringtones" -msgstr "" +msgstr "Habilitar tonos de llamada" -#: ../build/src/ui_dlgaudiobase.h:272 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:272 msgid "*.ul *.au *.wav" msgstr "" -#: ../build/src/ui_dlgaudiobase.h:273 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:273 msgid "&Codecs" -msgstr "" +msgstr "Códecs" -#: ../build/src/ui_dlgaudiobase.h:275 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:275 msgid "Active" msgstr "" -#: ../build/src/ui_dlgaudiobase.h:277 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:277 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:404 +#: ../sflphone-client-gnome/src/config/audioconf.c:576 msgid "Name" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:279 -msgid "Frequency" -msgstr "" +msgstr "Nombre" -#: ../build/src/ui_dlgaudiobase.h:281 -msgid "Bitrate" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:283 -msgid "Bandwidth" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:286 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:286 +#: ../sflphone-client-gnome/src/config/audioconf.c:795 msgid "ALSA settings" -msgstr "" +msgstr "Configuración de ALSA" -#: ../build/src/ui_dlgaudiobase.h:287 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:287 +#: ../sflphone-client-gnome/src/config/audioconf.c:662 msgid "ALSA plugin" -msgstr "" +msgstr "Plugin ALSA" -#: ../build/src/ui_dlgaudiobase.h:288 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:288 msgid "In" msgstr "" -#: ../build/src/ui_dlgaudiobase.h:289 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:289 msgid "Out" -msgstr "" +msgstr "Salida" -#: ../build/src/ui_dlgaudiobase.h:290 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:290 msgid "PulseAudio settings" -msgstr "" +msgstr "Configuración de PulseAudio" -#: ../build/src/ui_dlgaudiobase.h:291 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:291 msgid "Mute other applications during a call" -msgstr "" +msgstr "Silenciar el resto de aplicaciones durante una llamada" -#: ../build/src/ui_dlgdisplaybase.h:121 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:121 msgid "Enable notifications" -msgstr "" +msgstr "Habilitar notificaciones" -#: ../build/src/ui_dlgdisplaybase.h:122 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:122 msgid "On incoming &calls" -msgstr "" +msgstr "Al recibir llamadas" -#: ../build/src/ui_dlgdisplaybase.h:123 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:123 msgid "On &messages" -msgstr "" +msgstr "Al recibir mensajes" -#: ../build/src/ui_dlgdisplaybase.h:124 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:124 msgid "Show main window" -msgstr "" +msgstr "Mostrar ventana principal" -#: ../build/src/ui_dlgdisplaybase.h:125 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:125 msgid "On &start" -msgstr "" +msgstr "En el arranque" -#: ../build/src/ui_dlgdisplaybase.h:126 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:126 msgid "On &incoming calls" -msgstr "" +msgstr "Al recibir llamadas" -#: ../build/src/ui_dlggeneralbase.h:166 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:166 msgid "Keep my history for at least" msgstr "" -#: ../build/src/ui_dlggeneralbase.h:167 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:167 msgid "days" msgstr "" -#: ../build/src/ui_dlggeneralbase.h:168 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:168 msgid "Clear history" -msgstr "" +msgstr "Limpiar historial" -#: ../build/src/ui_dlggeneralbase.h:169 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:169 msgid "Connection" msgstr "" -#: ../build/src/ui_dlggeneralbase.h:170 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:170 +#: ../sflphone-client-gnome/src/config/configwindow.c:664 msgid "SIP Port" -msgstr "" +msgstr "Puerto SIP" -#: ../build/src/ui_dlggeneralbase.h:171 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:171 msgid "Attention " msgstr "" -#: ../build/src/ui_dlghooksbase.h:174 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:174 +#: ../sflphone-client-gnome/src/config/hooks-config.c:130 msgid "URL Argument" msgstr "" -#: ../build/src/ui_dlghooksbase.h:175 -#, c-format +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:175 msgid "Custom commands with URL %s will be replaced with the passed URL." -msgstr "" +msgstr "%s se remplazará por la URL." -#: ../build/src/ui_dlghooksbase.h:176 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:176 msgid "Trigger on specific SIP header" -msgstr "" +msgstr "Evento desencadenado con una cabecera SIP especÃfica" -#: ../build/src/ui_dlghooksbase.h:177 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:177 msgid "Trigger on IAX2 URL" -msgstr "" +msgstr "Evento desencadenado con una URL IAX2" -#: ../build/src/ui_dlghooksbase.h:178 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:178 msgid "Command to run" msgstr "" -#: ../build/src/ui_dlghooksbase.h:179 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:179 msgid "Phone number formatting" -msgstr "" +msgstr "Reescritura de número de teléfono" -#: ../build/src/ui_dlghooksbase.h:180 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:180 msgid "Add phone number prefix" -msgstr "" +msgstr "Reescritura de número de teléfono" -#: ../build/src/ui_dlgrecordbase.h:92 +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:91 +msgid "General" +msgstr "General" + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:92 +#: ../sflphone-client-gnome/src/config/configwindow.c:726 msgid "Destination folder" msgstr "" -#: ../build/src/ui_sflphone_kdeview_base.h:391 -msgid "Pick up" -msgstr "" +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:393 +msgid "Hold" +msgstr "Retener" -#: ../build/src/ui_sflphone_kdeview_base.h:395 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:395 +#: ../sflphone-client-gnome/src/toolbar.c:232 +#: ../sflphone-client-gnome/src/toolbar.c:234 msgid "History" -msgstr "" +msgstr "Historia de Llamada" -#: ../build/src/ui_sflphone_kdeview_base.h:397 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:397 msgid "Configure accounts" -msgstr "" +msgstr "Cuentas Configuradas" -#: ../build/src/ui_sflphone_kdeview_base.h:398 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:398 msgid "Configure audio" -msgstr "" +msgstr "Cuentas Configuradas" -#: ../build/src/ui_sflphone_kdeview_base.h:399 -#: ../build/src/ui_sflphone_kdeview_base.h:401 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:399 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:401 msgid "Configure SFLphone" msgstr "" -#: ../build/src/ui_sflphone_kdeview_base.h:403 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:403 msgid "Display volume bars" msgstr "" -#: ../build/src/ui_sflphone_kdeview_base.h:404 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:404 msgid "Display dialpad" msgstr "" -#: ../build/src/ui_sflphone_kdeview_base.h:405 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:405 msgctxt "Action record a call" msgid "Record" msgstr "" -#: ../build/src/ui_sflphone_kdeview_base.h:406 -msgid "Account creation wizard" +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:408 +msgid "Attention:number of results exceeds max displayed." msgstr "" -#: ../build/src/ui_sflphone_kdeview_base.h:408 -msgid "Attention:number of results exceeds max displayed." +#: ../sflphone-client-gnome/src/accountlist.c:187 +msgid "accounr state" +msgstr "Configuración de cuentas" + +#: ../sflphone-client-gnome/src/actions.c:54 +#: ../sflphone-client-gnome/src/sflnotify.c:94 +#, c-format +msgid "%d voice mail" +msgid_plural "%d voice mails" +msgstr[0] "%d mensaje de voz" +msgstr[1] "%d mensajes de voz" + +#: ../sflphone-client-gnome/src/actions.c:234 +msgid "" +"Unable to connect to the SFLphone server.\n" +"Make sure the daemon is running." +msgstr "" +"Incapaz de conectar con el servidor SFLphone.\n" +" Asegúrese de que el demonio esté funcionando." + +#: ../sflphone-client-gnome/src/actions.c:809 +#, c-format +msgid "IP call - %s" +msgstr "Llamada IP - %s" + +#: ../sflphone-client-gnome/src/actions.c:908 +#, c-format +msgid "" +"<b>Error: No audio codecs found.\n" +"\n" +"</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>.sflphone</" +"b> directory in your home( <i>%s</i> )" +msgstr "" +"<b>Error: Codecs de audio no encontrados.\n" +"\n" +"</b> Los codecs de audio de SFLphone deben estar en <i>%s</i> o en el " +"directorio <b>.sflphone</b> de su home( <i>%s</i> )" + +#: ../sflphone-client-gnome/src/assistant.c:70 +msgid "" +"You can at any time check your registration state or modify your accounts " +"parameters in the Options/Accounts window." +msgstr "" +"Puede comprobar en cualquier momento su estado de registro o modificar la " +"configuración de sus cuentas en la ventana de Opciones/Cuentas." + +#: ../sflphone-client-gnome/src/assistant.c:190 +msgid "SFLphone account creation wizard" +msgstr "Asistente de creación de cuentas" + +#: ../sflphone-client-gnome/src/assistant.c:274 +#: ../sflphone-client-gnome/src/assistant.c:370 +#: ../sflphone-client-gnome/src/config/accountwindow.c:153 +msgid "_Alias" +msgstr "_Alias" + +#: ../sflphone-client-gnome/src/assistant.c:282 +#: ../sflphone-client-gnome/src/assistant.c:378 +#: ../sflphone-client-gnome/src/config/accountwindow.c:189 +msgid "_Host name" +msgstr "_Nombre de equipo" + +#: ../sflphone-client-gnome/src/assistant.c:290 +#: ../sflphone-client-gnome/src/assistant.c:386 +#: ../sflphone-client-gnome/src/config/accountwindow.c:197 +msgid "_User name" +msgstr "_Usuario" + +#: ../sflphone-client-gnome/src/assistant.c:306 +#: ../sflphone-client-gnome/src/assistant.c:401 +#: ../sflphone-client-gnome/src/config/accountwindow.c:212 +msgid "_Password" +msgstr "_Contraseña" + +#: ../sflphone-client-gnome/src/assistant.c:324 +#: ../sflphone-client-gnome/src/assistant.c:417 +#: ../sflphone-client-gnome/src/config/accountwindow.c:228 +msgid "_Voicemail number" +msgstr "_Número de buzón de voz" + +#: ../sflphone-client-gnome/src/assistant.c:347 +msgid "_Email address" +msgstr "" + +#: ../sflphone-client-gnome/src/assistant.c:444 +#: ../sflphone-client-gnome/src/config/configwindow.c:532 +msgid "E_nable STUN" +msgstr "A_ctivar STUN" + +#: ../sflphone-client-gnome/src/assistant.c:451 +msgid "_STUN server" +msgstr "_Servidor STUN" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Account Registration" +msgstr "Registro de cuenta" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Congratulations!" +msgstr "¡Enhorabuena!" + +#: ../sflphone-client-gnome/src/errors.c:29 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening playback device" msgstr "" +"<b>Notificación ALSA</b>\n" +"\n" +"Error al abrir el dispositivo de reproducción" + +#: ../sflphone-client-gnome/src/errors.c:32 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening capture device" +msgstr "" +"<b>Notificación ALSA</b>\n" +"\n" +"Error al abrir el dispositivo de captura" + +#: ../sflphone-client-gnome/src/errors.c:35 +msgid "" +"Pulseaudio notification\n" +"\n" +"Pulseaudio is not running" +msgstr "" +"<b>Notificación de Pulseaudio</b>\n" +"\n" +"Pulseaudio no está funcionando" + +#: ../sflphone-client-gnome/src/mainwindow.c:70 +msgid "There is one call in progress." +msgstr "No hay llamada en curso" + +#: ../sflphone-client-gnome/src/mainwindow.c:74 +msgid "There are calls in progress." +msgstr "Hay llamadas en curso." + +#: ../sflphone-client-gnome/src/mainwindow.c:83 +msgid "Do you still want to quit?" +msgstr "Sin embargo quiere parar ?" + +#: ../sflphone-client-gnome/src/mainwindow.c:284 +msgid "SFLphone Error" +msgstr "SFLphone Error" + +#: ../sflphone-client-gnome/src/menus.c:134 +msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols." +msgstr "" +"SFLphone es un telefono por Internet compatible con los protocolos SIP y IAX2" + +#: ../sflphone-client-gnome/src/menus.c:137 +msgid "About SFLphone" +msgstr "Sobre SFLphone" + +#: ../sflphone-client-gnome/src/menus.c:161 +msgid "_Help" +msgstr "_Ayuda" + +#: ../sflphone-client-gnome/src/menus.c:296 +#: ../sflphone-client-gnome/src/menus.c:953 +msgid "_New call" +msgstr "_Nueva llamada" + +#: ../sflphone-client-gnome/src/menus.c:308 +#: ../sflphone-client-gnome/src/menus.c:785 +msgid "_Pick up" +msgstr "_Descolgar" + +#: ../sflphone-client-gnome/src/menus.c:318 +#: ../sflphone-client-gnome/src/menus.c:797 +msgid "_Hang up" +msgstr "_Colgar" + +#: ../sflphone-client-gnome/src/menus.c:328 +#: ../sflphone-client-gnome/src/menus.c:809 +msgid "On _Hold" +msgstr "En _Espera" + +#: ../sflphone-client-gnome/src/menus.c:340 +#: ../sflphone-client-gnome/src/menus.c:821 +msgid "_Record" +msgstr "_Recordar" + +#: ../sflphone-client-gnome/src/menus.c:354 +msgid "_Account creation wizard" +msgstr "Asistente de configuración de cuentas" + +#: ../sflphone-client-gnome/src/menus.c:384 +msgid "_Call" +msgstr "_Llamar" + +#: ../sflphone-client-gnome/src/menus.c:552 +msgid "Clear _history" +msgstr "_Limpiar historial" + +#: ../sflphone-client-gnome/src/menus.c:564 +msgid "_Accounts" +msgstr "_Cuentas" + +#: ../sflphone-client-gnome/src/menus.c:579 +msgid "_Edit" +msgstr "_Editar" + +#: ../sflphone-client-gnome/src/menus.c:631 +msgid "_Dialpad" +msgstr "_Teclado numérico" + +#: ../sflphone-client-gnome/src/menus.c:643 +msgid "_Volume controls" +msgstr "_Controles de volumen" + +#: ../sflphone-client-gnome/src/menus.c:661 +msgid "_View" +msgstr "_Ver" + +#: ../sflphone-client-gnome/src/menus.c:881 +msgid "_Call back" +msgstr "_Llamar" + +#: ../sflphone-client-gnome/src/menus.c:1061 +msgid "Edit phone number" +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:1072 +msgid "Edit the phone number before making a call" +msgstr "Editar el número de teléfono antes de llamar" + +#: ../sflphone-client-gnome/src/sflnotify.c:71 +#: ../sflphone-client-gnome/src/sflnotify.c:91 +#, c-format +msgid "%s account : %s" +msgstr "%s cuenta : %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:75 +#, c-format +msgid "<i>From</i> %s" +msgstr "<i>De</i> %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:111 +#, c-format +msgid "Calling with %s account <i>%s</i>" +msgstr "Llamando con la cuenta %s <i>%s</i>" + +#: ../sflphone-client-gnome/src/sflnotify.c:115 +msgid "Current account" +msgstr "Cuenta actual" + +#: ../sflphone-client-gnome/src/sflnotify.c:130 +msgid "You have no accounts set up" +msgstr "" + +#: ../sflphone-client-gnome/src/sflnotify.c:131 +#: ../sflphone-client-gnome/src/sflnotify.c:148 +msgid "Error" +msgstr "Error" + +#: ../sflphone-client-gnome/src/sflnotify.c:147 +msgid "You have no registered accounts" +msgstr "No tiene ninguna cuenta registrada" + +#: ../sflphone-client-gnome/src/sliders.c:161 +msgid "Speakers volume" +msgstr "Volumen de altavoces" + +#: ../sflphone-client-gnome/src/sliders.c:163 +msgid "Mic volume" +msgstr "Volumen del micrófono" + +#: ../sflphone-client-gnome/src/statusicon.c:91 +msgid "_Show main window" +msgstr "Mostrar ventana principal" + +#: ../sflphone-client-gnome/src/statusicon.c:127 +#, c-format +msgid "%i account configured" +msgid_plural "%i accounts configured" +msgstr[0] "" +msgstr[1] "" + +#: ../sflphone-client-gnome/src/toolbar.c:52 +#: ../sflphone-client-gnome/src/toolbar.c:251 +#: ../sflphone-client-gnome/src/toolbar.c:255 +msgid "Voicemail" +msgstr "Mensaje de voz" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:113 +msgid "Account settings" +msgstr "Configuración de cuentas" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:147 +msgid "_Enable this account" +msgstr "_Habilitar esta cuenta" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:161 +msgid "_Protocol" +msgstr "_Protocolo" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:179 +msgid "Unknown" +msgstr "Desconocido" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:312 +msgid "_Use Evolution address books" +msgstr "_Usar libreta de contactos de Evolution" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:319 +msgid "Download limit :" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:327 +msgid "cards" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:333 +msgid "_Display contact photo if available" +msgstr "_Mostrar fotos de contactos, si está disponible" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:341 +msgid "Fields from Evolution's address books" +msgstr "Usar los siguientes campos de la libreta de direcciones de Evolution:" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:345 +msgid "_Work" +msgstr "P_rofesional" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:351 +msgid "_Home" +msgstr "_Personal" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:357 +msgid "_Mobile" +msgstr "_Movil" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:364 +msgid "Address Books" +msgstr "Libreta de direcciones" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:368 +msgid "Select which Evolution address books to use" +msgstr "Seleccione las libretas de direcciones de Evolution a usar" + +#: ../sflphone-client-gnome/src/config/audioconf.c:684 +msgid "Output" +msgstr "Salida" + +#: ../sflphone-client-gnome/src/config/audioconf.c:706 +msgid "Input" +msgstr "Entrada" + +#: ../sflphone-client-gnome/src/config/audioconf.c:741 +msgid "_Voice Activity Detection" +msgstr "_Detección de actividad de voz" + +#: ../sflphone-client-gnome/src/config/audioconf.c:751 +msgid "_Noise Reduction (Narrow-Band Companding)" +msgstr "_Reducción de ruido" + +#: ../sflphone-client-gnome/src/config/audioconf.c:780 +msgid "Sound Manager" +msgstr "Gestor de audio" + +#: ../sflphone-client-gnome/src/config/audioconf.c:783 +msgid "_Pulseaudio" +msgstr "Pulseaudio" + +#: ../sflphone-client-gnome/src/config/audioconf.c:788 +msgid "_ALSA" +msgstr "ALSA" + +#: ../sflphone-client-gnome/src/config/audioconf.c:812 +msgid "Codecs" +msgstr "Códecs" + +#: ../sflphone-client-gnome/src/config/audioconf.c:835 +msgid "Ringtones" +msgstr "Tonos de llamada" + +#: ../sflphone-client-gnome/src/config/audioconf.c:841 +msgid "_Enable ringtones" +msgstr "_Habilitar tonos de llamada" + +#: ../sflphone-client-gnome/src/config/audioconf.c:847 +msgid "Choose a ringtone" +msgstr "Elija un tono de llmada" + +#: ../sflphone-client-gnome/src/config/audioconf.c:853 +msgid "Audio Files" +msgstr "Archivos de Audio" + +#: ../sflphone-client-gnome/src/config/configwindow.c:425 +msgid "Status" +msgstr "Estado" + +#: ../sflphone-client-gnome/src/config/configwindow.c:528 +msgid "Stun parameters will be applied on each SIP account created." +msgstr "Parámetros de stun se aplicarán a cada cuenta SIP creada." + +#: ../sflphone-client-gnome/src/config/configwindow.c:544 +msgid "Format : name.server:port" +msgstr "Formato : nombre.servidor:puerto" + +#: ../sflphone-client-gnome/src/config/configwindow.c:589 +msgid "Desktop Notifications" +msgstr "Notificación de escritorio" + +#: ../sflphone-client-gnome/src/config/configwindow.c:593 +msgid "_Enable notifications" +msgstr "_Habilitar notificaciones" + +#: ../sflphone-client-gnome/src/config/configwindow.c:599 +msgid "Enable voicemail _notifications" +msgstr "Habilitar _notificaciones de mensajes de voz" + +#: ../sflphone-client-gnome/src/config/configwindow.c:611 +msgid "System Tray Icon" +msgstr "Icono de bandeja del sistema" + +#: ../sflphone-client-gnome/src/config/configwindow.c:614 +msgid "_Popup main window on incoming call" +msgstr "_Popup ventana principal al recibir llamadas" + +#: ../sflphone-client-gnome/src/config/configwindow.c:619 +msgid "Ne_ver popup main window" +msgstr "_Nunca mostrar ventana principal" + +#: ../sflphone-client-gnome/src/config/configwindow.c:623 +msgid "Hide SFLphone window on _startup" +msgstr "Esconder SFLphone en el arranque" + +#: ../sflphone-client-gnome/src/config/configwindow.c:629 +msgid "Calls History" +msgstr "Historial de llamadas" + +#: ../sflphone-client-gnome/src/config/configwindow.c:632 +msgctxt "Beginning of 'Keep my history for at least n days.'" +msgid "_Keep my history for at least" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:643 +msgctxt "End of 'Keep my history for at least n days.'" +msgid "days" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:647 +msgid "PulseAudio sound server" +msgstr "Servidor de sonido Pulseaudio" + +#: ../sflphone-client-gnome/src/config/configwindow.c:650 +msgid "_Mute other applications during a call" +msgstr "Silenciar el resto de aplicaciones durante una llamada" + +#: ../sflphone-client-gnome/src/config/configwindow.c:677 +msgid "Port" +msgstr "Puerto" + +#: ../sflphone-client-gnome/src/config/configwindow.c:732 +msgid "Select a folder" +msgstr "Seleccione un directorio" + +#: ../sflphone-client-gnome/src/config/configwindow.c:766 +msgid "Preferences" +msgstr "Preferencias" + +#: ../sflphone-client-gnome/src/config/configwindow.c:845 +msgid "Configured Accounts" +msgstr "Cuentas Configuradas" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:135 +msgid "Custom commands on incoming calls with URL" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:138 +#, c-format +msgid "%s will be replaced with the passed URL." +msgstr "%s se remplazará por la URL." + +#: ../sflphone-client-gnome/src/config/hooks-config.c:141 +msgid "Trigger on specific _SIP header" +msgstr "Evento desencadenado con una cabecera _SIP especÃfica" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:150 +msgid "Trigger on _IAX2 URL" +msgstr "Evento desencadenado con una URL _IAX2" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:155 +msgid "Command to _run" +msgstr "_Orden a ejecutar" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:165 +msgid "Phone number rewriting" +msgstr "Reescritura de número de teléfono" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:169 +msgid "_Prefix dialed numbers with" +msgstr "_Prefijar los números marcados con" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:56 +msgid "Search all" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:57 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:70 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:82 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:94 +msgid "Click here to change the search type" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:69 +msgid "Search by missed call" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:81 +msgid "Search by incoming call" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:93 +msgid "Search by outgoing call" +msgstr "" + +#~ msgid "Enable address book" +#~ msgstr "Activar la libreta de contactos" + +#~ msgid "Sound manager" +#~ msgstr "Gestor de audio" + +#~ msgid "Prefix dialed numbers with" +#~ msgstr "Prefijar los números marcados con" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" + +#~ msgid "Registered" +#~ msgstr "Registrado" + +#~ msgid "Not Registered" +#~ msgstr "No registrado" + +#~ msgid "Trying..." +#~ msgstr "Intentando..." + +#~ msgid "Bad authentification" +#~ msgstr "Autenticación erronea" + +#~ msgid "Network unreachable" +#~ msgstr "Red Inaccesible" + +#~ msgid "Host unreachable" +#~ msgstr "_Parte del servidor" + +#~ msgid "Stun configuration error" +#~ msgstr "Error de configuración Stun" + +#~ msgid "Stun server invalid" +#~ msgstr "Servidor stun inválido" + +#~ msgid "Invalid" +#~ msgstr "Inválido" + +#~ msgid "%d voice mails" +#~ msgstr "%d mensajes de voz" + +#~ msgid "No registered account" +#~ msgstr "No tiene ninguna cuenta registrada" + +#~ msgid "" +#~ "This assistant is now finished.\n" +#~ "You can at any time check your registration state or modify your accounts " +#~ "parameters in the Options/Accounts window.\n" +#~ "\n" +#~ "Alias : %s\n" +#~ "Server : %s\n" +#~ "Username : %s\n" +#~ msgstr "" +#~ "Ese asistante ha finalizado.\n" +#~ "Puede comprobar en cualquier momento su estado de registro o modificar la " +#~ "configuración de sus cuentas en la ventana de Opciones/Cuentas.\n" +#~ "\n" +#~ "Alias : %s\n" +#~ "Server : %s\n" +#~ "Username : %s\n" + +#~ msgid "SFLphone account configuration wizard" +#~ msgstr "Asistente de configuración de cuentas de SFLphone" + +#~ msgid "Welcome to SFLphone!" +#~ msgstr "¡Bienvenido a SFLphone!" + +#~ msgid "Select an account type:" +#~ msgstr "Escoja un tipo de cuenta:" + +#~ msgid "Please select one of the following option:" +#~ msgstr "Por favor, elija una de las siguientes opciones:" + +#~ msgid "SIP account configuration" +#~ msgstr "Configuración de cuenta SIP" + +#~ msgid "Please fill the following information:" +#~ msgstr "Por favor, rellene la siguiente información:" + +#~ msgid "Optional Email Address " +#~ msgstr "Dirección de correo opcional " + +#~ msgid "This email address will be use to send your voicemail messages" +#~ msgstr "Esta dirección de correo se usará para mandar sus mensajes de voz" + +#~ msgid "_Email" +#~ msgstr "_Correo" + +#~ msgid "IAX2 account configuration" +#~ msgstr "Configuración de cuenta IAX2" + +#~ msgid "Network Address Translation" +#~ msgstr "Conversión de Dirección de Red (NAT)" + +#~ msgid "Edit phone" +#~ msgstr "Editar teléfono" + +#~ msgid "%s account: %s" +#~ msgstr "%s cuenta: %s" + +#~ msgid "<i>From:</i> %s" +#~ msgstr "<i>De:</i> %s" + +#~ msgid "You haven't setup any accounts" +#~ msgstr "No ha configurado cuentas" + +#~ msgid "SFLphone - %i accounts configured" +#~ msgstr "SFLphone - %i cuentas configuradas" + +#~ msgid "\"Voicemail\" <%s>" +#~ msgstr "\"Mensaje\" <%s>" + +#~ msgid "Place a call" +#~ msgstr "Llamar" + +#~ msgid "Off Hold" +#~ msgstr "Seguir" + +#~ msgid "Record a call" +#~ msgstr "Grabar una llamada" + +#~ msgid "Account Parameters" +#~ msgstr "Parámetros de cuenta" + +#~ msgid "Download limit:" +#~ msgstr "LÃmite de descarga" + +#~ msgid "_Business phone" +#~ msgstr "_Numero de teléfono profesional" + +#~ msgid "_Home phone" +#~ msgstr "_Numero de teléfono personal" + +#~ msgid "_Mobile phone" +#~ msgstr "_Número de movil" + +#~ msgid "Select which Evolution address books to use:" +#~ msgstr "Seleccione las libretas de direcciones de Evolution a usar:" + +#~ msgid "audio device index for output = %d" +#~ msgstr "Ãndice del dispositivo de salida de audio = %d" + +#~ msgid "ALSA configuration" +#~ msgstr "Configuración de ALSA" + +#~ msgid "Stun parameters will apply to each SIP account created." +#~ msgstr "Parámetros de stun se aplicarán a cada cuenta SIP creada." + +#~ msgid "Enable it if you are behind a firewall" +#~ msgstr "ActÃvelo si está detrás de un cortafuegos" + +#~ msgid "Format: name.server:port" +#~ msgstr "Formato: nombre.servidor:puerto" + +#~ msgid "Port:" +#~ msgstr "Puerto:" + +#~ msgid "Command to _run: " +#~ msgstr "_Orden a ejecutar: " + +#~ msgid "Phone Number Rewriting" +#~ msgstr "Reescritura de número de teléfono" + +#~ msgid "_Prefix dialed numbers with:" +#~ msgstr "_prefijar los números marcados con:" + +#~ msgid "Accept" +#~ msgstr "Aceptar" + +#~ msgid "Refuse" +#~ msgstr "Rechazar" + +#~ msgid "Ignore" +#~ msgstr "Ignorar" + +#~ msgid "<small>Missed call</small>" +#~ msgstr "<small>Llamada fallida</small>" + +#~ msgid "<small>Duration:</small> %s" +#~ msgstr "<small>Duración:</small> %s" + +#~ msgid "Fields" +#~ msgstr "Campos" + +#~ msgid "_History size limit" +#~ msgstr "LÃmite de tamaño de _historial" + +#~ msgid "" +#~ "SFLphone can run custom commands if incoming calls come with an URL " +#~ "attached.\n" +#~ "In this case, %s will be replaced with the passed URL." +#~ msgstr "" +#~ "SFLphone puede ejecutar órdenes personalizadas si las llamadas entrantes " +#~ "incluyen una URL.\n" +#~ "En este caso, %s se remplazará por la URL." + +#~ msgid "Search history" +#~ msgstr "Historial de búsquedas" + +#~ msgid "Search contact" +#~ msgstr "_Buscar contacto" + +#~ msgid "Registered to %s (%s)" +#~ msgstr "Registrado en %s (%s)" + +#~ msgid "%s account- %s %s" +#~ msgstr "%s cuenta- %s %s" diff --git a/sflphone-client-kde/po/fr/sflphone-client-kde.po b/sflphone-client-kde/po/fr/sflphone-client-kde.po index d8a946740558f8bd8effee33aa236a25270a3737..d858812532a43220344f943901ecea5aa275b3fe 100644 --- a/sflphone-client-kde/po/fr/sflphone-client-kde.po +++ b/sflphone-client-kde/po/fr/sflphone-client-kde.po @@ -1,369 +1,465 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# French translation of SFLphone. +# Copyright (C) 2008 2009 The Free Software Foundation, Inc. +# This file is distributed under the GNU General Public License Version 3. # +# Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>, 2008. +# +# POT-Creation-Date: 2008-01-13 01:39+0100\n msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: SFLphone 0.9.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-07-08 15:18-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"POT-Creation-Date: 2009-07-16 15:14-0400\n" +"PO-Revision-Date: 2008-03-31 14:15\n" +"Last-Translator: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>\n" +"Language-Team: SavoirFaireLinux Inc <sflphoneteam@savoirfairelinux.com>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n>1;\n" -#: ../src/Account.cpp:34 +#: ../sflphone-client-kde/src/Account.cpp:34 +#: ../sflphone-client-gnome/src/accountlist.c:175 msgctxt "account state" msgid "Registered" msgstr "Enregistré" -#: ../src/Account.cpp:36 +#: ../sflphone-client-kde/src/Account.cpp:36 +#: ../sflphone-client-gnome/src/accountlist.c:178 msgctxt "account state" msgid "Not Registered" -msgstr "Non enregistré" +msgstr "Non Enregistré" -#: ../src/Account.cpp:38 +#: ../sflphone-client-kde/src/Account.cpp:38 +#: ../sflphone-client-gnome/src/accountlist.c:181 msgctxt "account state" msgid "Trying..." msgstr "En cours..." -#: ../src/Account.cpp:40 +#: ../sflphone-client-kde/src/Account.cpp:40 +#: ../sflphone-client-gnome/src/accountlist.c:184 msgctxt "account state" msgid "Error" msgstr "Erreur" -#: ../src/Account.cpp:42 +#: ../sflphone-client-kde/src/Account.cpp:42 msgctxt "account state" -msgid "Bad authentification" -msgstr "Mauvaise authentification" +msgid "Authentication Failed" +msgstr "Erreur d'authentification" -#: ../src/Account.cpp:44 +#: ../sflphone-client-kde/src/Account.cpp:44 +#: ../sflphone-client-gnome/src/accountlist.c:190 msgctxt "account state" msgid "Network unreachable" -msgstr "Réseau hors d'atteinte" +msgstr "Réseau introuvable" -#: ../src/Account.cpp:46 +#: ../sflphone-client-kde/src/Account.cpp:46 +#: ../sflphone-client-gnome/src/accountlist.c:193 msgctxt "account state" msgid "Host unreachable" -msgstr "Serveur hors d'atteinte" +msgstr "Serveur introuvable" -#: ../src/Account.cpp:48 +#: ../sflphone-client-kde/src/Account.cpp:48 +#: ../sflphone-client-gnome/src/accountlist.c:196 msgctxt "account state" msgid "Stun configuration error" -msgstr "Erreur Stun" +msgstr "Erreur de configuration STUN" -#: ../src/Account.cpp:50 +#: ../sflphone-client-kde/src/Account.cpp:50 +#: ../sflphone-client-gnome/src/accountlist.c:199 msgctxt "account state" msgid "Stun server invalid" -msgstr "Serveur Stun invalide" +msgstr "Serveur STUN invalide" -#: ../src/Account.cpp:51 +#: ../sflphone-client-kde/src/Account.cpp:51 +#: ../sflphone-client-gnome/src/accountlist.c:202 msgctxt "account state" msgid "Invalid" -msgstr "Invalide" +msgstr "Non valide" -#: ../src/AccountWizard.cpp:163 ../src/AccountWizard.cpp:278 -msgid "Account Creation Wizard" +#: ../sflphone-client-kde/src/AccountWizard.cpp:163 +#: ../sflphone-client-kde/src/AccountWizard.cpp:278 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:406 +msgid "Account creation wizard" msgstr "Assistant de création de compte" -#: ../src/AccountWizard.cpp:199 -msgid "Creation of account succeed with these parameters" -msgstr "Compte créé avec succès avec les paramètres" +#: ../sflphone-client-kde/src/AccountWizard.cpp:199 +#: ../sflphone-client-kde/src/AccountWizard.cpp:217 +#: ../sflphone-client-kde/src/AccountWizard.cpp:561 +#: ../sflphone-client-gnome/src/assistant.c:68 +#, c-format +msgid "This assistant is now finished." +msgstr "Cet assistant est maintenant terminé." -#: ../src/AccountWizard.cpp:211 +#: ../sflphone-client-kde/src/AccountWizard.cpp:211 msgid "Creation of account has failed for the reason" -msgstr "Création de compte échouée pour raison" - -#: ../src/AccountWizard.cpp:217 -msgid "Register of account succeed with these parameters" -msgstr "Compte enregistré avec succès avec les paramètres" +msgstr "Échec de la création du compte pour les raisons suivantes" -#: ../src/AccountWizard.cpp:255 ../src/AccountWizard.cpp:440 -#: ../build/src/ui_dlgaccountsbase.h:359 +#: ../sflphone-client-kde/src/AccountWizard.cpp:255 +#: ../sflphone-client-kde/src/AccountWizard.cpp:440 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:359 +#: ../sflphone-client-gnome/src/assistant.c:72 msgid "Alias" msgstr "Alias" -#: ../src/AccountWizard.cpp:256 ../src/AccountWizard.cpp:441 -#: ../build/src/ui_dlgaccountsbase.h:366 +#: ../sflphone-client-kde/src/AccountWizard.cpp:256 +#: ../sflphone-client-kde/src/AccountWizard.cpp:441 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:366 +#: ../sflphone-client-gnome/src/assistant.c:75 msgid "Server" msgstr "Serveur" -#: ../src/AccountWizard.cpp:257 ../src/AccountWizard.cpp:442 -#: ../build/src/ui_dlgaccountsbase.h:367 -msgid "User" -msgstr "Utilisateur" +#: ../sflphone-client-kde/src/AccountWizard.cpp:257 +#: ../sflphone-client-kde/src/AccountWizard.cpp:442 +#: ../sflphone-client-gnome/src/assistant.c:78 +msgid "Username" +msgstr "Nom d'utilisateur" -#: ../src/AccountWizard.cpp:258 ../src/AccountWizard.cpp:443 -#: ../build/src/ui_dlgaccountsbase.h:368 +#: ../sflphone-client-kde/src/AccountWizard.cpp:258 +#: ../sflphone-client-kde/src/AccountWizard.cpp:443 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:368 msgid "Password" msgstr "Mot de passe" -#: ../src/AccountWizard.cpp:259 ../build/src/ui_dlgaccountsbase.h:360 +#: ../sflphone-client-kde/src/AccountWizard.cpp:259 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:360 +#: ../sflphone-client-gnome/src/config/configwindow.c:418 msgid "Protocol" msgstr "Protocole" -#: ../src/AccountWizard.cpp:260 ../build/src/ui_dlgaccountsbase.h:369 -#: ../build/src/ui_sflphone_kdeview_base.h:396 -msgid "Mailbox" -msgstr "Boîte vocale" +#: ../sflphone-client-kde/src/AccountWizard.cpp:260 +#: ../sflphone-client-kde/src/AccountWizard.cpp:444 +msgid "Voicemail number" +msgstr "Numéro de boîte vocale" -#: ../src/AccountWizard.cpp:279 -msgid "Welcome to the Account creation wizard of SFLphone" -msgstr "Bienvenue dans l'assistant de création de compte de SFLPhone" +#: ../sflphone-client-kde/src/AccountWizard.cpp:279 +#: ../sflphone-client-gnome/src/assistant.c:216 +msgid "Welcome to the Account creation wizard of SFLphone!" +msgstr "Bienvenue dans l'assistant de création de compte de SFLphone !" -#: ../src/AccountWizard.cpp:281 -msgid "This wizard will help you setting up an account." -msgstr "Cet assistant va vous aider à créer et paramètrer un compte" +#: ../sflphone-client-kde/src/AccountWizard.cpp:281 +#: ../sflphone-client-gnome/src/assistant.c:217 +msgid "This installation wizard will help you configure an account." +msgstr "Cet assistant vous guidera dans la configuration d'un compte." -#: ../src/AccountWizard.cpp:309 ../src/conf/ConfigurationDialog.cpp:50 -msgid "Accounts" -msgstr "Comptes" +#: ../sflphone-client-kde/src/AccountWizard.cpp:309 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Account" +msgstr "Compte" -#: ../src/AccountWizard.cpp:310 -msgid "Please choose between those options :" -msgstr "Choisissez une des options :" +#: ../sflphone-client-kde/src/AccountWizard.cpp:310 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Please select one of the following options" +msgstr "Veuillez sélectionner une des options suivantes" -#: ../src/AccountWizard.cpp:312 +#: ../sflphone-client-kde/src/AccountWizard.cpp:312 +#: ../sflphone-client-gnome/src/assistant.c:251 msgid "Create a free SIP/IAX2 account on sflphone.org" -msgstr "Créer un compte gratuit SIP/IAX2 sur sflphone.org" +msgstr "Créer un compte SIP/IAX2 gratuit sur sflphone.org" -#: ../src/AccountWizard.cpp:313 -msgid "Register an existing SIP/IAX2 account" -msgstr "Enregistrer un compte SIP/IAX2 existant" +#: ../sflphone-client-kde/src/AccountWizard.cpp:313 +#: ../sflphone-client-gnome/src/assistant.c:253 +msgid "Register an existing SIP or IAX2 account" +msgstr "Enregistrer un compte SIP ou IAX2 existant" -#: ../src/AccountWizard.cpp:352 +#: ../sflphone-client-kde/src/AccountWizard.cpp:352 +#: ../sflphone-client-gnome/src/assistant.c:231 msgid "VoIP Protocols" msgstr "Protocoles VoIP" -#: ../src/AccountWizard.cpp:353 -msgid "Choose the account type" -msgstr "Choisissez le type de compte" +#: ../sflphone-client-kde/src/AccountWizard.cpp:353 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "Select an account type" +msgstr "Sélectionnez un type de compte" -#: ../src/AccountWizard.cpp:355 -msgid "Register a SIP (Session Initiation Protocol) account" -msgstr "Enregistrer un compte SIP (Session Initiation Protocol)" +#: ../sflphone-client-kde/src/AccountWizard.cpp:355 +#: ../sflphone-client-gnome/src/assistant.c:233 +msgid "SIP (Session Initiation Protocol)" +msgstr "" -#: ../src/AccountWizard.cpp:356 -msgid "Register a IAX2 (InterAsterisk eXchange) account" -msgstr "Enregistrer un compte IAX2 (InterAsterisk eXchange)" +#: ../sflphone-client-kde/src/AccountWizard.cpp:356 +#: ../sflphone-client-gnome/src/assistant.c:235 +msgid "IAX2 (InterAsterix Exchange)" +msgstr "" -#: ../src/AccountWizard.cpp:395 -msgid "Optionnal Email Address" -msgstr "Adresse email (optionnel)" +#: ../sflphone-client-kde/src/AccountWizard.cpp:395 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "Optional email address" +msgstr "Adresse courriel optionnelle" -#: ../src/AccountWizard.cpp:396 +#: ../sflphone-client-kde/src/AccountWizard.cpp:396 +#: ../sflphone-client-gnome/src/assistant.c:339 msgid "This email address will be used to send your voicemail messages." -msgstr "" -"Cette adresse email sera utilisée pour l'envoi des messages vocaux et textes" +msgstr "Vos messages vocaux seront envoyés par courriel à cette adresse." -#: ../src/AccountWizard.cpp:398 +#: ../sflphone-client-kde/src/AccountWizard.cpp:398 msgid "Email address" -msgstr "Adresse email" - -#: ../src/AccountWizard.cpp:432 -msgid "SIP Account Settings" -msgstr "Paramètre du compte SIP" - -#: ../src/AccountWizard.cpp:436 -msgid "IAX2 Account Settings" -msgstr "Paramètre du compte IAX2" - -#: ../src/AccountWizard.cpp:438 -msgid "Please full these settings fields." -msgstr "Remplissez les champs suivants." - -#: ../src/AccountWizard.cpp:444 -msgid "Voicemail number" -msgstr "Numéro de boîte vocale" - -#: ../src/AccountWizard.cpp:523 +msgstr "Adresse courriel" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:432 +#: ../sflphone-client-gnome/src/assistant.c:266 +msgid "SIP account settings" +msgstr "Paramètres de compte SIP" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:436 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "IAX2 account settings" +msgstr "Paramètres de compte IAX2" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:438 +#: ../sflphone-client-gnome/src/assistant.c:266 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "Please fill the following information" +msgstr "Veuillez remplir les champs suivants" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:523 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:856 msgid "Network Address Translation (NAT)" -msgstr "Traduction d'adresse réseau (NAT)" +msgstr "" -#: ../src/AccountWizard.cpp:524 -msgid "" -"You should probably enable this option if you're placed under a firewall" -msgstr "Vous devriez activer cette option si vous utilisez un pare-feu" +#: ../sflphone-client-kde/src/AccountWizard.cpp:524 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:536 +msgid "You should probably enable this if you are behind a firewall." +msgstr "" +"Vous devriez probablement activer cette option si vous vous trouvez derrière " +"un pare-feu." -#: ../src/AccountWizard.cpp:526 +#: ../sflphone-client-kde/src/AccountWizard.cpp:526 msgid "Enable STUN" msgstr "Activer STUN" -#: ../src/AccountWizard.cpp:527 +#: ../sflphone-client-kde/src/AccountWizard.cpp:527 msgid "Stun Server" msgstr "Serveur STUN" -#: ../src/AccountWizard.cpp:561 -msgid "Account Definition Finished" -msgstr "Définition du compte terminée" - -#: ../src/AccountWizard.cpp:562 +#: ../sflphone-client-kde/src/AccountWizard.cpp:562 msgid "" "After checking the settings you chose, click \"Finish\" to create the " "account." msgstr "" -"Une fois avoir vérifié vos paramètres, cliquez sur \"Terminer\" pour créer " -"le compte." +"Après avoir vérifié les paramètres choisis, cliquez sur \"Terminer\" pour " +"créer le compte." -#: ../src/ActionSetAccountFirst.cpp:26 +#: ../sflphone-client-kde/src/ActionSetAccountFirst.cpp:26 msgid "Default account" msgstr "Compte par défaut" -#: ../src/Call.cpp:116 +#: ../sflphone-client-kde/src/Call.cpp:116 +#: ../sflphone-client-gnome/src/contacts/calltree.c:322 msgid "Transfer to : " -msgstr " Transférer à : " +msgstr "Transférer à : " + +#: ../sflphone-client-kde/src/CodecListModel.cpp:89 +#: ../sflphone-client-gnome/src/actions.c:816 +msgid "Codec" +msgstr "Codec" -#: ../src/main.cpp:34 +#: ../sflphone-client-kde/src/CodecListModel.cpp:93 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:279 +#: ../sflphone-client-gnome/src/config/audioconf.c:581 +msgid "Frequency" +msgstr "Fréquence" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:97 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:281 +#: ../sflphone-client-gnome/src/config/audioconf.c:586 +msgid "Bitrate" +msgstr "Bitrate" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:101 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:283 +#: ../sflphone-client-gnome/src/config/audioconf.c:591 +msgid "Bandwidth" +msgstr "Bande passante" + +#: ../sflphone-client-kde/src/main.cpp:39 msgid "SFLphone KDE Client" msgstr "SFLphone Client KDE" -#: ../src/main.cpp:38 +#: ../sflphone-client-kde/src/main.cpp:43 msgid "(C) 2009 Savoir-faire Linux" -msgstr "(C) 2009 Savoir-faire Linux" +msgstr "" -#: ../src/main.cpp:42 +#: ../sflphone-client-kde/src/main.cpp:47 msgid "Jérémy Quentin" -msgstr "Jérémy Quentin" +msgstr "" -#: ../src/main.cpp:43 +#: ../sflphone-client-kde/src/main.cpp:48 msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Jérémy Quentin" -#: ../src/main.cpp:43 +#: ../sflphone-client-kde/src/main.cpp:48 msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "jeremy.quentin@savoirfairelinux.com" -#: ../src/SFLPhone.cpp:62 ../src/sflphone_kdeview.cpp:1066 -#: ../src/sflphone_kdeview.cpp:1071 ../src/sflphone_kdeview.cpp:1076 +#: ../sflphone-client-kde/src/SFLPhone.cpp:62 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-gnome/src/statusicon.c:126 msgid "SFLphone" msgstr "SFLphone" -#: ../src/SFLPhone.cpp:181 -msgid "You still have some calls open. Please close all calls before quitting." -msgstr "" -"Il reste des appels ouverts. Veuillez les raccrocher avant de quitter " -"l'application." - -#: ../src/SFLPhone.cpp:209 +#: ../sflphone-client-kde/src/SFLPhone.cpp:209 msgid "Incoming call" msgstr "Appel entrant" -#: ../src/SFLPhone.cpp:210 +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 msgid "You have an incoming call from" msgstr "Vous avez un appel entrant de" -#: ../src/SFLPhone.cpp:210 +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 msgid "Click to accept or refuse it." -msgstr "Cliquez sur ce message pour accepter ou refuser" +msgstr "Cliquez ici pour accepter ou refuser." + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:716 +msgid "Address book loading..." +msgstr "Carnet d'adresse en cours de chargement..." -#: ../src/sflphone_kdeview.cpp:883 -msgid "No account registered" -msgstr "Aucun compte enregistré" +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:901 +#: ../sflphone-client-gnome/src/actions.c:89 +msgid "No registered accounts" +msgstr "Pas de compte enregistré" -#: ../src/sflphone_kdeview.cpp:887 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:905 +#: ../sflphone-client-gnome/src/actions.c:83 +#: ../sflphone-client-gnome/src/actions.c:813 msgid "Using account" msgstr "Utilise le compte" -#: ../src/sflphone_kdeview.cpp:1066 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 msgid "Main screen" msgstr "Écran principal" -#: ../src/sflphone_kdeview.cpp:1071 ../build/src/ui_dlggeneralbase.h:165 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:165 msgid "Call history" -msgstr "Historique d'appel" +msgstr "Historique d'appels" -#: ../src/sflphone_kdeview.cpp:1076 -#: ../build/src/ui_sflphone_kdeview_base.h:407 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:407 +#: ../sflphone-client-gnome/src/toolbar.c:243 +#: ../sflphone-client-gnome/src/toolbar.c:245 msgid "Address book" -msgstr "Carnet d'adresse" +msgstr "Carnet d'adresses" -#: ../src/sflphone_kdeview.cpp:1090 ../src/sflphone_kdeview.cpp:1151 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1108 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1173 msgid "Edit before call" msgstr "Éditer avant d'appeler" -#: ../src/sflphone_const.h:56 -msgid "Call" -msgstr "Appeler" - -#: ../src/sflphone_const.h:57 ../build/src/ui_sflphone_kdeview_base.h:392 +#: ../sflphone-client-kde/src/sflphone_const.h:56 +#: ../sflphone-client-gnome/src/toolbar.c:167 +#: ../sflphone-client-gnome/src/toolbar.c:169 +msgid "New call" +msgstr "Nouvel appel" + +#: ../sflphone-client-kde/src/sflphone_const.h:57 +#: ../sflphone-client-kde/src/sflphone_const.h:62 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:392 +#: ../sflphone-client-gnome/src/toolbar.c:186 +#: ../sflphone-client-gnome/src/toolbar.c:188 msgid "Hang up" msgstr "Raccrocher" -#: ../src/sflphone_const.h:58 ../build/src/ui_sflphone_kdeview_base.h:393 -msgid "Hold" +#: ../sflphone-client-kde/src/sflphone_const.h:58 +#: ../sflphone-client-gnome/src/toolbar.c:207 +#: ../sflphone-client-gnome/src/toolbar.c:209 +msgid "Hold on" msgstr "Mettre en attente" -#: ../src/sflphone_const.h:59 ../build/src/ui_sflphone_kdeview_base.h:394 +#: ../sflphone-client-kde/src/sflphone_const.h:59 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:394 +#: ../sflphone-client-gnome/src/toolbar.c:220 +#: ../sflphone-client-gnome/src/toolbar.c:222 msgid "Transfer" msgstr "Transférer" -#: ../src/sflphone_const.h:60 +#: ../sflphone-client-kde/src/sflphone_const.h:60 +#: ../sflphone-client-gnome/src/toolbar.c:263 msgid "Record" -msgstr "Enregistrement" - -#: ../src/sflphone_const.h:61 -msgid "Accept" -msgstr "Accepter" +msgstr "Enregistrer" -#: ../src/sflphone_const.h:62 -msgid "Refuse" -msgstr "Refuser" +#: ../sflphone-client-kde/src/sflphone_const.h:61 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:391 +#: ../sflphone-client-gnome/src/toolbar.c:176 +#: ../sflphone-client-gnome/src/toolbar.c:178 +msgid "Pick up" +msgstr "Décrocher" -#: ../src/sflphone_const.h:63 -msgid "Unhold" -msgstr "Reprendre l'appel" +#: ../sflphone-client-kde/src/sflphone_const.h:63 +#: ../sflphone-client-gnome/src/toolbar.c:196 +#: ../sflphone-client-gnome/src/toolbar.c:198 +msgid "Hold off" +msgstr "Reprendre" -#: ../src/sflphone_const.h:64 +#: ../sflphone-client-kde/src/sflphone_const.h:64 msgid "Give up transfer" -msgstr "Abander le transfert" +msgstr "Abandonner le transfert" -#: ../src/sflphone_const.h:65 +#: ../sflphone-client-kde/src/sflphone_const.h:65 msgid "Call back" msgstr "Rappeler" -#: ../src/sflphone_const.h:66 -msgid "Give up search" -msgstr "Abandonner la recherche" - -#: ../src/conf/ConfigurationDialog.cpp:48 ../build/src/ui_dlgrecordbase.h:91 +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:48 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:306 +#: ../sflphone-client-gnome/src/config/configwindow.c:722 +#: ../sflphone-client-gnome/src/config/configwindow.c:791 +msgctxt "Config section" msgid "General" msgstr "General" -#: ../src/conf/ConfigurationDialog.cpp:49 +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:49 +msgctxt "Config section" msgid "Display" msgstr "Affichage" -#: ../src/conf/ConfigurationDialog.cpp:51 +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:50 +#: ../sflphone-client-gnome/src/config/configwindow.c:833 +msgctxt "Config section" +msgid "Accounts" +msgstr "Comptes" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:51 +#: ../sflphone-client-gnome/src/config/configwindow.c:786 +msgctxt "Config section" msgid "Audio" msgstr "Audio" -#: ../src/conf/ConfigurationDialog.cpp:52 +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:52 +#: ../sflphone-client-gnome/src/config/configwindow.c:801 +msgctxt "Config section" msgid "Address Book" msgstr "Carnet d'adresses" -#: ../src/conf/ConfigurationDialog.cpp:53 +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:53 +#: ../sflphone-client-gnome/src/config/configwindow.c:796 msgctxt "Config section" -msgid "Record" -msgstr "Enregistrement" +msgid "Recordings" +msgstr "Enregistrements" -#: ../src/conf/ConfigurationDialog.cpp:54 +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:54 +#: ../sflphone-client-gnome/src/config/configwindow.c:806 +msgctxt "Config section" msgid "Hooks" msgstr "Ancrage" -#: ../build/src/ui_dlgaccountsbase.h:321 -#: ../build/src/ui_dlgaddressbookbase.h:142 ../build/src/ui_dlgaudiobase.h:263 -#: ../build/src/ui_dlgdisplaybase.h:120 ../build/src/ui_dlggeneralbase.h:164 -#: ../build/src/ui_dlghooksbase.h:173 ../build/src/ui_dlgrecordbase.h:90 -#: ../build/src/ui_sflphone_kdeview_base.h:390 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:321 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:142 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:263 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:120 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:164 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:173 +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:90 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:390 msgid "Form" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:323 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:323 msgid "" "By default, when you place a call, sflphone will use the first account in " "this list which is \"registered\". Change the order of the accounts using " @@ -377,11 +473,11 @@ msgstr "" "en les cochant/décochant. Ajoutez et supprimez-les avec les boutons \"+\" et " "\"-\". Éditez le compte sélectionné avec le formulaire de droite." -#: ../build/src/ui_dlgaccountsbase.h:327 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:327 msgid "Remove the selected account" msgstr "Supprimer le compte sélectionné" -#: ../build/src/ui_dlgaccountsbase.h:330 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:330 msgid "" "This button will remove the selected account in the list below. Be sure you " "really don't need it anymore. If you think you might use it again later, " @@ -391,19 +487,19 @@ msgstr "" "dessus. Si vous comptez réutiliser ce compte plus tard, choisissez plutôt de " "le décocher." -#: ../build/src/ui_dlgaccountsbase.h:335 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:335 msgid "Remove" msgstr "Supprimer" -#: ../build/src/ui_dlgaccountsbase.h:336 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:336 msgid "Backspace, Return" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:338 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:338 msgid "Add a new account" msgstr "Ajouter un nouveau compte" -#: ../build/src/ui_dlgaccountsbase.h:341 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:341 msgid "" "This button enables you to initialize a new account. You will then be able " "to edit it using the form on the right." @@ -411,15 +507,16 @@ msgstr "" "Ce bouton ajoute un nouveau compte à la liste. Vous pouvez ensuite l'éditer " "à partir du formulaire à droite de la liste." -#: ../build/src/ui_dlgaccountsbase.h:343 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:343 msgid "Add" msgstr "Ajouter" -#: ../build/src/ui_dlgaccountsbase.h:345 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:345 msgid "Get this account down" msgstr "Descendre ce compte dans la liste" -#: ../build/src/ui_dlgaccountsbase.h:348 ../build/src/ui_dlgaccountsbase.h:355 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:348 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:355 msgid "" "By default, when you place a call, sflphone will use the first account in " "this list which is \"registered\". Change the order of the accounts using " @@ -429,352 +526,1058 @@ msgstr "" "compte dans cette liste en état \"Enregistré\". Utilisez les flèches vers le " "haut et vers le bas pour changer l'ordre des comptes." -#: ../build/src/ui_dlgaccountsbase.h:350 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:350 msgid "Down" msgstr "Descendre" -#: ../build/src/ui_dlgaccountsbase.h:352 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:352 msgid "Get this account up" msgstr "Monter ce compte dans la liste" -#: ../build/src/ui_dlgaccountsbase.h:357 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:357 msgid "Up" msgstr "Monter" -#: ../build/src/ui_dlgaccountsbase.h:358 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:358 msgid "Apply" msgstr "Appliquer" -#: ../build/src/ui_dlgaccountsbase.h:363 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:363 msgid "SIP" -msgstr "SIP" +msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:364 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:364 msgid "IAX" -msgstr "IAX" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:367 +msgid "User" +msgstr "Nom d'utilisateur" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:369 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:396 +msgid "Mailbox" +msgstr "Boîte vocale" -#: ../build/src/ui_dlgaccountsbase.h:370 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:370 msgid "State" -msgstr "État" +msgstr "Statut" -#: ../build/src/ui_dlgaccountsbase.h:373 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:373 msgid "Stun settings will be applied on each account" msgstr "Les paramètres de STUN seront appliqués à tous les comptes" -#: ../build/src/ui_dlgaccountsbase.h:374 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:374 msgid "Enable Stun" msgstr "Activer STUN" -#: ../build/src/ui_dlgaccountsbase.h:375 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:375 msgid "choose Stun server (example : stunserver.org)" -msgstr "Choisissez un serveur Stun (exemple : stunserver.org)" +msgstr "Choisissez un serveur STUN (exemple : stunserver.org)" -#: ../build/src/ui_dlgaddressbookbase.h:143 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:143 msgid "Maximum &results" msgstr "Nombre de résultats maximum" -#: ../build/src/ui_dlgaddressbookbase.h:144 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:144 msgid "Display &photo if available" -msgstr "Afficher la &photo si disponible" +msgstr "Afficher la photo si disponible" -#: ../build/src/ui_dlgaddressbookbase.h:145 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:145 msgid "Display phone numbers of these &types :" -msgstr "Afficher les &numéros de téléphone" +msgstr "Afficher les numéros de téléphone" -#: ../build/src/ui_dlgaddressbookbase.h:146 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:146 msgid "&Work" -msgstr "&Professionnels" +msgstr "Professionnels" -#: ../build/src/ui_dlgaddressbookbase.h:147 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:147 msgid "&Mobile" -msgstr "&Mobiles" +msgstr "Mobiles" -#: ../build/src/ui_dlgaddressbookbase.h:148 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:148 msgid "&Home" -msgstr "P&ersonnels" +msgstr "Personnels" -#: ../build/src/ui_dlgaudiobase.h:265 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:265 msgid "Audio device" -msgstr "Interface audio" +msgstr "Fichier Audio" -#: ../build/src/ui_dlgaudiobase.h:268 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:268 msgid "ALSA" -msgstr "ALSA" +msgstr "" -#: ../build/src/ui_dlgaudiobase.h:269 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:269 msgid "PulseAudio" -msgstr "PulseAudio" +msgstr "" -#: ../build/src/ui_dlgaudiobase.h:271 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:271 msgid "Enable ringtones" msgstr "Activer les sonneries" -#: ../build/src/ui_dlgaudiobase.h:272 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:272 msgid "*.ul *.au *.wav" msgstr "" -#: ../build/src/ui_dlgaudiobase.h:273 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:273 msgid "&Codecs" -msgstr "&Codecs" +msgstr "Codecs" -#: ../build/src/ui_dlgaudiobase.h:275 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:275 msgid "Active" -msgstr "Activé" +msgstr "" -#: ../build/src/ui_dlgaudiobase.h:277 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:277 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:404 +#: ../sflphone-client-gnome/src/config/audioconf.c:576 msgid "Name" msgstr "Nom" -#: ../build/src/ui_dlgaudiobase.h:279 -msgid "Frequency" -msgstr "Fréquence" - -#: ../build/src/ui_dlgaudiobase.h:281 -msgid "Bitrate" -msgstr "Bitrate" - -#: ../build/src/ui_dlgaudiobase.h:283 -msgid "Bandwidth" -msgstr "Bande passante" - -#: ../build/src/ui_dlgaudiobase.h:286 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:286 +#: ../sflphone-client-gnome/src/config/audioconf.c:795 msgid "ALSA settings" -msgstr "Paramètre ALSA" +msgstr "Paramètres ALSA" -#: ../build/src/ui_dlgaudiobase.h:287 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:287 +#: ../sflphone-client-gnome/src/config/audioconf.c:662 msgid "ALSA plugin" msgstr "Greffon ALSA" -#: ../build/src/ui_dlgaudiobase.h:288 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:288 msgid "In" -msgstr "Entrée" +msgstr "" -#: ../build/src/ui_dlgaudiobase.h:289 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:289 msgid "Out" msgstr "Sortie" -#: ../build/src/ui_dlgaudiobase.h:290 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:290 msgid "PulseAudio settings" msgstr "Paramètres PulseAudio" -#: ../build/src/ui_dlgaudiobase.h:291 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:291 msgid "Mute other applications during a call" msgstr "Couper le son des autres applications pendant un appel" -#: ../build/src/ui_dlgdisplaybase.h:121 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:121 msgid "Enable notifications" msgstr "Activer les notifications" -#: ../build/src/ui_dlgdisplaybase.h:122 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:122 msgid "On incoming &calls" -msgstr "Lors d'appels &entrants" +msgstr "Lors d'appels entrants" -#: ../build/src/ui_dlgdisplaybase.h:123 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:123 msgid "On &messages" -msgstr "Lors de &messages" +msgstr "Lors de réception de messages" -#: ../build/src/ui_dlgdisplaybase.h:124 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:124 msgid "Show main window" msgstr "Mettre la fenêtre principale au premier plan" -#: ../build/src/ui_dlgdisplaybase.h:125 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:125 msgid "On &start" -msgstr "Au &démarrage" +msgstr "Au démarrage" -#: ../build/src/ui_dlgdisplaybase.h:126 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:126 msgid "On &incoming calls" -msgstr "Lors d'&appels entrants" +msgstr "Lors d'appels entrants" -#: ../build/src/ui_dlggeneralbase.h:166 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:166 msgid "Keep my history for at least" msgstr "Garder mon historique au moins" -#: ../build/src/ui_dlggeneralbase.h:167 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:167 msgid "days" msgstr "jours" -#: ../build/src/ui_dlggeneralbase.h:168 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:168 msgid "Clear history" msgstr "Effacer l'historique" -#: ../build/src/ui_dlggeneralbase.h:169 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:169 msgid "Connection" msgstr "Connexion" -#: ../build/src/ui_dlggeneralbase.h:170 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:170 +#: ../sflphone-client-gnome/src/config/configwindow.c:664 msgid "SIP Port" msgstr "Port SIP" -#: ../build/src/ui_dlggeneralbase.h:171 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:171 msgid "Attention " -msgstr "Attention " +msgstr "" -#: ../build/src/ui_dlghooksbase.h:174 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:174 +#: ../sflphone-client-gnome/src/config/hooks-config.c:130 msgid "URL Argument" msgstr "Argument URL" -#: ../build/src/ui_dlghooksbase.h:175 -#, c-format +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:175 msgid "Custom commands with URL %s will be replaced with the passed URL." -msgstr "" -"Les commandes personnalisées d'URL %s seront remplacées par l'URL en " -"paramètre." +msgstr "%s sera remplacé par l'URL passé en argument." -#: ../build/src/ui_dlghooksbase.h:176 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:176 msgid "Trigger on specific SIP header" msgstr "Déclencher sur un entête SIP spécifique" -#: ../build/src/ui_dlghooksbase.h:177 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:177 msgid "Trigger on IAX2 URL" msgstr "Déclencher en IAX2" -#: ../build/src/ui_dlghooksbase.h:178 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:178 msgid "Command to run" msgstr "Commande à exécuter" -#: ../build/src/ui_dlghooksbase.h:179 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:179 msgid "Phone number formatting" msgstr "Réécriture des numéros appelés" -#: ../build/src/ui_dlghooksbase.h:180 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:180 msgid "Add phone number prefix" -msgstr "Ajouter un préfixe" +msgstr "Ajouter un préfixe au numéro" + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:91 +msgid "General" +msgstr "Général" -#: ../build/src/ui_dlgrecordbase.h:92 +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:92 +#: ../sflphone-client-gnome/src/config/configwindow.c:726 msgid "Destination folder" msgstr "Dossier de destination" -#: ../build/src/ui_sflphone_kdeview_base.h:391 -msgid "Pick up" -msgstr "Décrocher" +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:393 +msgid "Hold" +msgstr "Mettre en attente" -#: ../build/src/ui_sflphone_kdeview_base.h:395 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:395 +#: ../sflphone-client-gnome/src/toolbar.c:232 +#: ../sflphone-client-gnome/src/toolbar.c:234 msgid "History" msgstr "Historique" -#: ../build/src/ui_sflphone_kdeview_base.h:397 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:397 msgid "Configure accounts" -msgstr "Configurer les comptes" +msgstr "Comptes Configurés" -#: ../build/src/ui_sflphone_kdeview_base.h:398 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:398 msgid "Configure audio" -msgstr "Configurer les paramètres audio" +msgstr "Configurer l'audio" -#: ../build/src/ui_sflphone_kdeview_base.h:399 -#: ../build/src/ui_sflphone_kdeview_base.h:401 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:399 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:401 msgid "Configure SFLphone" msgstr "Configurer SFLphone" -#: ../build/src/ui_sflphone_kdeview_base.h:403 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:403 msgid "Display volume bars" -msgstr "Afficher les barres de volume" +msgstr "Afficher les controles du volume" -#: ../build/src/ui_sflphone_kdeview_base.h:404 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:404 msgid "Display dialpad" msgstr "Afficher le clavier" -#: ../build/src/ui_sflphone_kdeview_base.h:405 -#, fuzzy +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:405 msgctxt "Action record a call" msgid "Record" -msgstr "Enregistrement" +msgstr "Enregistrer" -#: ../build/src/ui_sflphone_kdeview_base.h:406 -msgid "Account creation wizard" -msgstr "Assistant de création de compte" - -#: ../build/src/ui_sflphone_kdeview_base.h:408 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:408 msgid "Attention:number of results exceeds max displayed." msgstr "Attention:tous les résultats ne sont pas affichés." -#~ msgctxt "Action record a calld" -#~ msgid "Record" -#~ msgstr "Enregistrer" +#: ../sflphone-client-gnome/src/accountlist.c:187 +msgid "accounr state" +msgstr "Paramètre des comptes" + +#: ../sflphone-client-gnome/src/actions.c:54 +#: ../sflphone-client-gnome/src/sflnotify.c:94 +msgid "%d voice mail" +msgid_plural "%d voice mails" +msgstr[0] "%d message vocal" +msgstr[1] "%d messages vocaux" + +#: ../sflphone-client-gnome/src/actions.c:234 +msgid "" +"Unable to connect to the SFLphone server.\n" +"Make sure the daemon is running." +msgstr "" +"Impossible de se connecter au serveur SFLphone.\n" +" Assurez-vous que le démon est lancé." + +#: ../sflphone-client-gnome/src/actions.c:809 +#, c-format +msgid "IP call - %s" +msgstr "Appel IP - %s" + +#: ../sflphone-client-gnome/src/actions.c:908 +#, c-format +msgid "" +"<b>Error: No audio codecs found.\n" +"\n" +"</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>.sflphone</" +"b> directory in your home( <i>%s</i> )" +msgstr "" +"<b>Erreur: Aucun codec audio trouvé.\n" +"\n" +"</b> Les codecs audio SFL doivent être soit dans <i>%s</i> soit dans le " +"répertoire <b>.sflphone</b> de votre répertoire racine( <i>%s</i> )" + +#: ../sflphone-client-gnome/src/assistant.c:70 +msgid "" +"You can at any time check your registration state or modify your accounts " +"parameters in the Options/Accounts window." +msgstr "" +"Vous pouvez à tout moment vérifier votre état d'enregistrement ou modifier " +"les paramètres de vos comptes dans la fenêtre Options/Comptes." + +#: ../sflphone-client-gnome/src/assistant.c:190 +msgid "SFLphone account creation wizard" +msgstr "Assistant de création de compte de SFLphone" + +#: ../sflphone-client-gnome/src/assistant.c:274 +#: ../sflphone-client-gnome/src/assistant.c:370 +#: ../sflphone-client-gnome/src/config/accountwindow.c:153 +msgid "_Alias" +msgstr "A_lias" + +#: ../sflphone-client-gnome/src/assistant.c:282 +#: ../sflphone-client-gnome/src/assistant.c:378 +#: ../sflphone-client-gnome/src/config/accountwindow.c:189 +msgid "_Host name" +msgstr "_Serveur" + +#: ../sflphone-client-gnome/src/assistant.c:290 +#: ../sflphone-client-gnome/src/assistant.c:386 +#: ../sflphone-client-gnome/src/config/accountwindow.c:197 +msgid "_User name" +msgstr "Usa_ger" + +#: ../sflphone-client-gnome/src/assistant.c:306 +#: ../sflphone-client-gnome/src/assistant.c:401 +#: ../sflphone-client-gnome/src/config/accountwindow.c:212 +msgid "_Password" +msgstr "_Mot de passe" + +#: ../sflphone-client-gnome/src/assistant.c:324 +#: ../sflphone-client-gnome/src/assistant.c:417 +#: ../sflphone-client-gnome/src/config/accountwindow.c:228 +msgid "_Voicemail number" +msgstr "_Boite vocale #" + +#: ../sflphone-client-gnome/src/assistant.c:347 +msgid "_Email address" +msgstr "A_dresse courriel" + +#: ../sflphone-client-gnome/src/assistant.c:444 +#: ../sflphone-client-gnome/src/config/configwindow.c:532 +msgid "E_nable STUN" +msgstr "A_ctiver STUN" + +#: ../sflphone-client-gnome/src/assistant.c:451 +msgid "_STUN server" +msgstr "S_erveur STUN" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Account Registration" +msgstr "Enregistrement du compte" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Congratulations!" +msgstr "Félicitations!" + +#: ../sflphone-client-gnome/src/errors.c:29 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening playback device" +msgstr "" +"Notification ALSA\n" +"\n" +"Erreur lors de l'ouverture du périphérique de sortie" + +#: ../sflphone-client-gnome/src/errors.c:32 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening capture device" +msgstr "" +"Notification ALSA\n" +"\n" +"Erreur lors de l'ouverture du périphérique d'entrée" + +#: ../sflphone-client-gnome/src/errors.c:35 +msgid "" +"Pulseaudio notification\n" +"\n" +"Pulseaudio is not running" +msgstr "" +"Notification Pulseaudio\n" +"\n" +"Pulseaudio n'est pas lancé" + +#: ../sflphone-client-gnome/src/mainwindow.c:70 +msgid "There is one call in progress." +msgstr "Vous avez un appel en cours." + +#: ../sflphone-client-gnome/src/mainwindow.c:74 +msgid "There are calls in progress." +msgstr "Vous avez des appels en cours." + +#: ../sflphone-client-gnome/src/mainwindow.c:83 +msgid "Do you still want to quit?" +msgstr "Voulez-vous quitter?" + +#: ../sflphone-client-gnome/src/mainwindow.c:284 +msgid "SFLphone Error" +msgstr "Erreur SFLphone" + +#: ../sflphone-client-gnome/src/menus.c:134 +msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols." +msgstr "" +"SFLphone est un client VoIP compatible avec les protocoles SIP et IAX2." + +#: ../sflphone-client-gnome/src/menus.c:137 +msgid "About SFLphone" +msgstr "A propos de SFLphone" + +#: ../sflphone-client-gnome/src/menus.c:161 +msgid "_Help" +msgstr "A_ide" + +#: ../sflphone-client-gnome/src/menus.c:296 +#: ../sflphone-client-gnome/src/menus.c:953 +msgid "_New call" +msgstr "_Nouvel appel" + +#: ../sflphone-client-gnome/src/menus.c:308 +#: ../sflphone-client-gnome/src/menus.c:785 +msgid "_Pick up" +msgstr "_Décrocher" + +#: ../sflphone-client-gnome/src/menus.c:318 +#: ../sflphone-client-gnome/src/menus.c:797 +msgid "_Hang up" +msgstr "_Raccrocher" + +#: ../sflphone-client-gnome/src/menus.c:328 +#: ../sflphone-client-gnome/src/menus.c:809 +msgid "On _Hold" +msgstr "_Mettre en attente" + +#: ../sflphone-client-gnome/src/menus.c:340 +#: ../sflphone-client-gnome/src/menus.c:821 +msgid "_Record" +msgstr "Enregistrer" + +#: ../sflphone-client-gnome/src/menus.c:354 +msgid "_Account creation wizard" +msgstr "_Assistant de création de compte" + +#: ../sflphone-client-gnome/src/menus.c:384 +msgid "_Call" +msgstr "_Actions" + +#: ../sflphone-client-gnome/src/menus.c:552 +msgid "Clear _history" +msgstr "Effacer l'_historique" + +#: ../sflphone-client-gnome/src/menus.c:564 +msgid "_Accounts" +msgstr "Co_mptes" + +#: ../sflphone-client-gnome/src/menus.c:579 +msgid "_Edit" +msgstr "_Editer" + +#: ../sflphone-client-gnome/src/menus.c:631 +msgid "_Dialpad" +msgstr "_Clavier" + +#: ../sflphone-client-gnome/src/menus.c:643 +msgid "_Volume controls" +msgstr "Contrôle du _volume" + +#: ../sflphone-client-gnome/src/menus.c:661 +msgid "_View" +msgstr "A_ffichage" + +#: ../sflphone-client-gnome/src/menus.c:881 +msgid "_Call back" +msgstr "_Rappeler" + +#: ../sflphone-client-gnome/src/menus.c:1061 +msgid "Edit phone number" +msgstr "Éditer le numéro" + +#: ../sflphone-client-gnome/src/menus.c:1072 +msgid "Edit the phone number before making a call" +msgstr "Éditer le numéro de téléphone avant d'appeler" + +#: ../sflphone-client-gnome/src/sflnotify.c:71 +#: ../sflphone-client-gnome/src/sflnotify.c:91 +#, c-format +msgid "%s account : %s" +msgstr "%s account : %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:75 +#, c-format +msgid "<i>From</i> %s" +msgstr "<i>De</i> %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:111 +#, c-format +msgid "Calling with %s account <i>%s</i>" +msgstr "Appel avec le compte %s <i>%s</i>" + +#: ../sflphone-client-gnome/src/sflnotify.c:115 +msgid "Current account" +msgstr "Compte courant" + +#: ../sflphone-client-gnome/src/sflnotify.c:130 +msgid "You have no accounts set up" +msgstr "Vous n'avez pas configuré de compte" + +#: ../sflphone-client-gnome/src/sflnotify.c:131 +#: ../sflphone-client-gnome/src/sflnotify.c:148 +msgid "Error" +msgstr "Erreur" + +#: ../sflphone-client-gnome/src/sflnotify.c:147 +msgid "You have no registered accounts" +msgstr "Vous n'avez aucun compte enregistré" + +#: ../sflphone-client-gnome/src/sliders.c:161 +msgid "Speakers volume" +msgstr "Volume des hauts-parleurs" + +#: ../sflphone-client-gnome/src/sliders.c:163 +msgid "Mic volume" +msgstr "Volume du micro" + +#: ../sflphone-client-gnome/src/statusicon.c:91 +msgid "_Show main window" +msgstr "_Afficher la fenêtre principale" + +#: ../sflphone-client-gnome/src/statusicon.c:127 +#, c-format +msgid "%i account configured" +msgid_plural "%i accounts configured" +msgstr[0] "%i compte configuré" +msgstr[1] "%i comptes configurés" + +#: ../sflphone-client-gnome/src/toolbar.c:52 +#: ../sflphone-client-gnome/src/toolbar.c:251 +#: ../sflphone-client-gnome/src/toolbar.c:255 +msgid "Voicemail" +msgstr "Boite vocale" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:113 +msgid "Account settings" +msgstr "Paramètre des comptes" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:147 +msgid "_Enable this account" +msgstr "Activer ce compte" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:161 +msgid "_Protocol" +msgstr "P_rotocole" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:179 +msgid "Unknown" +msgstr "Inconnu" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:312 +msgid "_Use Evolution address books" +msgstr "_Utiliser les carnets d'adresse d'Évolution" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:319 +msgid "Download limit :" +msgstr "Limite de téléchargement :" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:327 +msgid "cards" +msgstr "entrées" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:333 +msgid "_Display contact photo if available" +msgstr "_Afficher la photo si disponible" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:341 +msgid "Fields from Evolution's address books" +msgstr "Utiliser les champs suivants des carnets d'adresse d'Évolution" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:345 +msgid "_Work" +msgstr "_Professionnels" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:351 +msgid "_Home" +msgstr "P_ersonnels" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:357 +msgid "_Mobile" +msgstr "_Mobiles" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:364 +msgid "Address Books" +msgstr "Carnets d'adresses" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:368 +msgid "Select which Evolution address books to use" +msgstr "Sélectionnez les carnets d'adresses d'Evolution à utiliser" + +#: ../sflphone-client-gnome/src/config/audioconf.c:684 +msgid "Output" +msgstr "Sortie" + +#: ../sflphone-client-gnome/src/config/audioconf.c:706 +msgid "Input" +msgstr "Entrée" + +#: ../sflphone-client-gnome/src/config/audioconf.c:741 +msgid "_Voice Activity Detection" +msgstr "Détection de l'activité de la voix" + +#: ../sflphone-client-gnome/src/config/audioconf.c:751 +msgid "_Noise Reduction (Narrow-Band Companding)" +msgstr "Réduction du bruit (Compresseur extenseur LBR)" + +#: ../sflphone-client-gnome/src/config/audioconf.c:780 +msgid "Sound Manager" +msgstr "Interface Audio" + +#: ../sflphone-client-gnome/src/config/audioconf.c:783 +msgid "_Pulseaudio" +msgstr "_Pulseaudio" + +#: ../sflphone-client-gnome/src/config/audioconf.c:788 +msgid "_ALSA" +msgstr "_ALSA" + +#: ../sflphone-client-gnome/src/config/audioconf.c:812 +msgid "Codecs" +msgstr "Codecs" + +#: ../sflphone-client-gnome/src/config/audioconf.c:835 +msgid "Ringtones" +msgstr "Sonneries" + +#: ../sflphone-client-gnome/src/config/audioconf.c:841 +msgid "_Enable ringtones" +msgstr "_Activer les sonneries" + +#: ../sflphone-client-gnome/src/config/audioconf.c:847 +msgid "Choose a ringtone" +msgstr "Sélectionner une sonnerie" + +#: ../sflphone-client-gnome/src/config/audioconf.c:853 +msgid "Audio Files" +msgstr "Fichier Audio" + +#: ../sflphone-client-gnome/src/config/configwindow.c:425 +msgid "Status" +msgstr "Statut" + +#: ../sflphone-client-gnome/src/config/configwindow.c:528 +msgid "Stun parameters will be applied on each SIP account created." +msgstr "Les paramètres de STUN seront appliqués à tous les comptes" + +#: ../sflphone-client-gnome/src/config/configwindow.c:544 +msgid "Format : name.server:port" +msgstr "Format : nom.serveur:port" + +#: ../sflphone-client-gnome/src/config/configwindow.c:589 +msgid "Desktop Notifications" +msgstr "Notifications de Bureau" + +#: ../sflphone-client-gnome/src/config/configwindow.c:593 +msgid "_Enable notifications" +msgstr "_Activer les notifications" + +#: ../sflphone-client-gnome/src/config/configwindow.c:599 +msgid "Enable voicemail _notifications" +msgstr "Activer les notifications de boîte _vocale" + +#: ../sflphone-client-gnome/src/config/configwindow.c:611 +msgid "System Tray Icon" +msgstr "Icône dans la barre des tâches" + +#: ../sflphone-client-gnome/src/config/configwindow.c:614 +msgid "_Popup main window on incoming call" +msgstr "Faire apparaître la fenêtre _principale lors d'appel entrant" + +#: ../sflphone-client-gnome/src/config/configwindow.c:619 +msgid "Ne_ver popup main window" +msgstr "Ne _jamais afficher la fenêtre principale" + +#: ../sflphone-client-gnome/src/config/configwindow.c:623 +msgid "Hide SFLphone window on _startup" +msgstr "_Cacher la fenêtre de SFLphone au démarrage" + +#: ../sflphone-client-gnome/src/config/configwindow.c:629 +msgid "Calls History" +msgstr "Historique des appels" + +#: ../sflphone-client-gnome/src/config/configwindow.c:632 +msgctxt "Beginning of 'Keep my history for at least n days.'" +msgid "_Keep my history for at least" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:643 +msgctxt "End of 'Keep my history for at least n days.'" +msgid "days" +msgstr "jours" + +#: ../sflphone-client-gnome/src/config/configwindow.c:647 +msgid "PulseAudio sound server" +msgstr "Serveur de son PulseAudio" + +#: ../sflphone-client-gnome/src/config/configwindow.c:650 +msgid "_Mute other applications during a call" +msgstr "Éteindre le _son des autres applications lors d'un appel" + +#: ../sflphone-client-gnome/src/config/configwindow.c:677 +msgid "Port" +msgstr "Port" + +#: ../sflphone-client-gnome/src/config/configwindow.c:732 +msgid "Select a folder" +msgstr "Choisissez un dossier" + +#: ../sflphone-client-gnome/src/config/configwindow.c:766 +msgid "Preferences" +msgstr "Préférences" + +#: ../sflphone-client-gnome/src/config/configwindow.c:845 +msgid "Configured Accounts" +msgstr "Comptes Configurés" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:135 +msgid "Custom commands on incoming calls with URL" +msgstr "Commandes personnalisées lors d'appels entrants avec une URL" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:138 +#, c-format +msgid "%s will be replaced with the passed URL." +msgstr "%s sera remplacé par l'URL passé en argument." + +#: ../sflphone-client-gnome/src/config/hooks-config.c:141 +msgid "Trigger on specific _SIP header" +msgstr "Déclencher sur un entête _SIP spécifique" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:150 +msgid "Trigger on _IAX2 URL" +msgstr "Déclencher en _IAX2" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:155 +msgid "Command to _run" +msgstr "Commande à e_xécuter" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:165 +msgid "Phone number rewriting" +msgstr "Réécriture des numéros appelés" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:169 +msgid "_Prefix dialed numbers with" +msgstr "_Préfixer les numéros composés par" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:56 +msgid "Search all" +msgstr "Rechercher dans tous" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:57 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:70 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:82 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:94 +msgid "Click here to change the search type" +msgstr "Cliquez ici pour changer le type de recherche" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:69 +msgid "Search by missed call" +msgstr "Rechercher dans les appels manqués" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:81 +msgid "Search by incoming call" +msgstr "Rechercher dans les appels entrants" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:93 +msgid "Search by outgoing call" +msgstr "Rechercher dans les appels sortants" + +#~ msgid "Enable address book" +#~ msgstr "Activer le carnet d'adresses" + +#~ msgid "Sound manager" +#~ msgstr "Interface audio" + +#~ msgid "Prefix dialed numbers with" +#~ msgstr "Ajouter le préfixe" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" + +#~ msgid "Registered" +#~ msgstr "Enregistré" + +#~ msgid "Not Registered" +#~ msgstr "Non Enregistré" + +#~ msgid "Trying..." +#~ msgstr "En cours..." + +#~ msgid "Bad authentification" +#~ msgstr "Erreur d'authentification" + +#~ msgid "Network unreachable" +#~ msgstr "Réseau non trouvé" + +#~ msgid "Host unreachable" +#~ msgstr "Serveur introuvable" + +#~ msgid "Stun configuration error" +#~ msgstr "Erreur de configuration Stun" + +#~ msgid "Stun server invalid" +#~ msgstr "Serveur Stun invalide" + +#~ msgid "Invalid" +#~ msgstr "Non valide" + +#~ msgid "%d voice mails" +#~ msgstr "%d messages vocaux" + +#~ msgid "Using %s (%s)" +#~ msgstr "Utilise %s (%s)" + +#~ msgid "No registered account" +#~ msgstr "Aucun compte enregistré" + +#~ msgid "Using %s (%s) - Codec: %s" +#~ msgstr "Utilise %s (%s) - Codec: %s" + +#~ msgid "" +#~ "This assistant is now finished.\n" +#~ "You can at any time check your registration state or modify your accounts " +#~ "parameters in the Options/Accounts window.\n" +#~ "\n" +#~ "Alias : %s\n" +#~ "Server : %s\n" +#~ "Username : %s\n" +#~ msgstr "" +#~ "Cet assistant est maintenant terminé.\n" +#~ " Vous pouvez à tout moment vérifier votre état d'enregistrement ou " +#~ "modifier les paramètres de vos comptes dans la fenêtre Options/Comptes.\n" +#~ "\n" +#~ "Alias : %s\n" +#~ "Serveur : %s\n" +#~ "Nom d'usager : %s\n" + +#~ msgid "SFLphone account configuration wizard" +#~ msgstr "Assistant de configuration de compte" + +#~ msgid "Welcome to SFLphone!" +#~ msgstr "Bienvenue dans SFLphone" + +#~ msgid "Select an account type:" +#~ msgstr "Choisissez un type de compte:" + +#~ msgid "Please select one of the following option:" +#~ msgstr "Veuillez remplir les champs suivants:" + +#~ msgid "SIP account configuration" +#~ msgstr "Configuration d'un compte SIP" + +#~ msgid "Please fill the following information:" +#~ msgstr "Veuillez remplir les champs suivants:" + +#~ msgid "Optional Email Address " +#~ msgstr "Courriel optionnel" + +#~ msgid "This email address will be use to send your voicemail messages" +#~ msgstr "Vos messages vocaux seront envoyés par courriel à cette adresse " + +#~ msgid "_Email" +#~ msgstr "_Email" + +#~ msgid "IAX2 account configuration" +#~ msgstr "Configuration d'un compte IAX2" + +#~ msgid "Network Address Translation" +#~ msgstr "Traduction d'adresse réseau (NAT)" + +#~ msgid "Edit phone" +#~ msgstr "Éditer numéro" + +#~ msgid "%s account: %s" +#~ msgstr "Compte %s: %s" + +#~ msgid "<i>From:</i> %s" +#~ msgstr "<i>De:</i> %s" + +#~ msgid "You haven't setup any accounts" +#~ msgstr "Vous n'avez aucun compte configuré" + +#~ msgid "SFLphone - %i accounts configured" +#~ msgstr "SFLphone - %i comptes configurés" + +#~ msgid "\"Voicemail\" <%s>" +#~ msgstr "\"Boite vocale\" <%s>" + +#~ msgid "Place a call" +#~ msgstr "Appeler" + +#~ msgid "Off Hold" +#~ msgstr "Reprendre" + +#~ msgid "On Hold" +#~ msgstr "Mettre en attente" + +#~ msgid "Record a call" +#~ msgstr "_Enregistrer un appel" + +#~ msgid "Account Parameters" +#~ msgstr "Paramètres du Compte" + +#~ msgid "Download limit:" +#~ msgstr "Limite de _téléchargement:" + +#~ msgid "_Business phone" +#~ msgstr "Tél du _bureau" + +#~ msgid "_Home phone" +#~ msgstr "Tél du _domicile" + +#~ msgid "_Mobile phone" +#~ msgstr "Tél _portable" + +#~ msgid "Select which Evolution address books to use:" +#~ msgstr "Sélectionner quels carnets d'adresse d'Évolution utiliser:" + +#~ msgid "audio device index for output = %d" +#~ msgstr "index du device audio de sortie = %d" + +#~ msgid "ALSA configuration" +#~ msgstr "Configuration ALSA" + +#~ msgid "Stun parameters will apply to each SIP account created." +#~ msgstr "Les paramètres STUN sont appliqués à tous les comptes SIP créés" + +#~ msgid "Enable it if you are behind a firewall" +#~ msgstr "" +#~ "À activer si vous êtes derrière un pare-feu, puis redémarrez SFLphone" + +#~ msgid "Format: name.server:port" +#~ msgstr "Format: nom.serveur:port" + +#~ msgid "Recordings folder" +#~ msgstr "Dossier pour les enregistrements" + +#~ msgid "General Settings" +#~ msgstr "Préférences" + +#~ msgid "Audio Settings" +#~ msgstr "Paramètres Audio" + +#~ msgid "Recordings" +#~ msgstr "Enregistrements" + +#~ msgid "Address Book" +#~ msgstr "Carnet d'adresse" + +#~ msgid "Hooks" +#~ msgstr "Ancrage" + +#~ msgid "Accounts" +#~ msgstr "Comptes" + +#~ msgid "URL Passing" +#~ msgstr "Passage d'URL" + +#~ msgid "Command to _run: " +#~ msgstr "Commande à _exécuter: " -#~ msgid "Attention : SIP port must be over 1024 !" -#~ msgstr "Attention : le port SIP doit être supérieur à 1024 !" +#~ msgid "Phone Number Rewriting" +#~ msgstr "Rééecriture du numéro" -#~ msgid "Attention : SIP port must be under 65536 !" -#~ msgstr "Attention : le port SIP doit être inférieur à 65536 !" +#~ msgid "_Prefix dialed numbers with:" +#~ msgstr "_Préfixer les numéros composés par:" -#~ msgctxt "Your names" -#~ msgid "NAME OF TRANSLATORS" -#~ msgstr "Jérémy Quentin" +#~ msgid "Accept" +#~ msgstr "Accepter" -#~ msgctxt "Your emails" -#~ msgid "EMAIL OF TRANSLATORS" -#~ msgstr "jeremy.quentin@savoirfairelinux.com" +#~ msgid "Refuse" +#~ msgstr "Refuser" -#~ msgid "Configuration Dialog" -#~ msgstr "Dialogue de configuration" +#~ msgid "Ignore" +#~ msgstr "Ignorer" -#~ msgid "about" -#~ msgstr "À propos" +#~ msgid "<small>Missed call</small>" +#~ msgstr "<small>Appel manqué</small>" -#~ msgid "Configure general settings" -#~ msgstr "Configurer les paramètres généraux" +#~ msgid "<small>Duration:</small> %s" +#~ msgstr "<small>Durée:</small> %s" -#~ msgid "&Capacity" -#~ msgstr "&Capacité" +#~ msgid "Fields" +#~ msgstr "Champs" -#~ msgid "Configure display" -#~ msgstr "Configurer les paramètres d'affichage" +#~ msgid "_History size limit" +#~ msgstr "_Taille limite de l'historique" -#~ msgid "Configure user accounts" -#~ msgstr "Configurer les comptes utilisateur" +#~ msgid "" +#~ "SFLphone can run custom commands if incoming calls come with an URL " +#~ "attached.\n" +#~ "In this case, %s will be replaced with the passed URL." +#~ msgstr "" +#~ "SFLphone peut exécuter des commandes lors d'appels entrants qui ont un " +#~ "URL associé.\n" +#~ "Dans ce cas, %s sera remplacé par l'URL en question." -#, fuzzy -#~ msgid "&Alias" -#~ msgstr "Alias *" +#~ msgid "Search history" +#~ msgstr "Rechercher" -#, fuzzy -#~ msgid "&Protocol" -#~ msgstr "Protocole : " +#~ msgid "Search contact" +#~ msgstr "Rechercher un contact" -#, fuzzy -#~ msgid "&Server" -#~ msgstr "Serveur *" +#~ msgid "Registered to %s (%s)" +#~ msgstr "Connecté avec %s (%s)" -#, fuzzy -#~ msgid "&User" -#~ msgstr "Utilisateur *" +#~ msgid "%s account- %s %s" +#~ msgstr "compte %s- %s %s" -#, fuzzy -#~ msgid "Pass&word" -#~ msgstr "Mot de passe *" +#~ msgid "Books" +#~ msgstr "Carnets d'adresse" -#, fuzzy -#~ msgid "&Enable Stun" -#~ msgstr "Activer STUN" +#~ msgid "_Enable" +#~ msgstr "_Activer" -#~ msgid "Configure audio settings" -#~ msgstr "Configurer les paramètres audio" +#~ msgid "_Notify voice mails" +#~ msgstr "_Notifier les messages vocaux" -#~ msgid "Audio &device" -#~ msgstr "&Interface audio" +#~ msgid "_Start hidden" +#~ msgstr "_Démarrer caché" -#~ msgid "&Enable ringtones" -#~ msgstr "&Activer les sonneries" +#~ msgid "_Maximum number of calls" +#~ msgstr "N_ombre maximum d'appels" -#~ msgid "Configure record settings" -#~ msgstr "Configurer les paramètres d'enregistrement" +#~ msgid "_Control running applications volume" +#~ msgstr "_Autoriser à modifier le volume des autres applications" -#~ msgid "Configure address book settings" -#~ msgstr "Configurer les paramètres du carnet d'adresse" +#~ msgid "Account previously setup" +#~ msgstr "Liste des comptes existants" -#~ msgid "Configure hooks settings" -#~ msgstr "Configurer les paramètres d'ancrage" +#~ msgid "URL argument" +#~ msgstr "Argument URL" -#, fuzzy -#~ msgid "SIP Protocol" -#~ msgstr "Protocoles VoIP" +#~ msgid "_SIP protocol" +#~ msgstr "_Protocole SIP" -#, fuzzy -#~ msgid "IAX2 Protocol" -#~ msgstr "Protocoles VoIP" +#~ msgid "_SIP Header: " +#~ msgstr "En-tête SIP: " -#~ msgid "SIP Header" -#~ msgstr "Entête SIP" +#~ msgid "_IAX2 protocol" +#~ msgstr "_Protocole IAX2" -#~ msgid "Prepend" -#~ msgstr "Préfixe" +#~ msgid "_Prepend: " +#~ msgstr "Préfixe: " diff --git a/sflphone-client-kde/po/ru/sflphone-client-kde.po b/sflphone-client-kde/po/ru/sflphone-client-kde.po index 6cae504c5a3953557cc8b1e6bb42a1e8906aaf28..04c8ecfba8bac54d286aa15fe31100f9960f4f34 100644 --- a/sflphone-client-kde/po/ru/sflphone-client-kde.po +++ b/sflphone-client-kde/po/ru/sflphone-client-kde.po @@ -1,1533 +1,1286 @@ -# Russian Translation. -# Copyright (C) 2009 Savoir-Faire Linux Inc. -# This file is distributed under the same license as the sflphone package. -# Hussein Abdallah <hussein.abdallah@savoirfairelinux.com>, 2009 -# -msgid "" -msgstr "" -"Project-Id-Version: SFLphone 0.9.6\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-07-08 15:18-0400\n" -"PO-Revision-Date: 2009-06-08 10:19 GMT-5\n" -"Last-Translator: HUSSEIN ABDALLAH <hussein.abdallah@savoirfairelinux.com>\n" -"Language-Team: Savoir-Faire Linux Inc <sflphoneteam@savoirfairelinux.com>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ../src/Account.cpp:34 -msgctxt "account state" -msgid "Registered" -msgstr "" - -#: ../src/Account.cpp:36 -msgctxt "account state" -msgid "Not Registered" -msgstr "" - -#: ../src/Account.cpp:38 -msgctxt "account state" -msgid "Trying..." -msgstr "" - -#: ../src/Account.cpp:40 -msgctxt "account state" -msgid "Error" -msgstr "" - -#: ../src/Account.cpp:42 -#, fuzzy -msgctxt "account state" -msgid "Bad authentification" -msgstr "Включить предупреждениÑ" - -#: ../src/Account.cpp:44 -msgctxt "account state" -msgid "Network unreachable" -msgstr "" - -#: ../src/Account.cpp:46 -msgctxt "account state" -msgid "Host unreachable" -msgstr "" - -#: ../src/Account.cpp:48 -#, fuzzy -msgctxt "account state" -msgid "Stun configuration error" -msgstr "Окно наÑтроек" - -#: ../src/Account.cpp:50 -#, fuzzy -msgctxt "account state" -msgid "Stun server invalid" -msgstr "STUN-Ñервер" - -#: ../src/Account.cpp:51 -msgctxt "account state" -msgid "Invalid" -msgstr "" - -#: ../src/AccountWizard.cpp:163 ../src/AccountWizard.cpp:278 -msgid "Account Creation Wizard" -msgstr "МаÑтер наÑтройки SFLphone" - -#: ../src/AccountWizard.cpp:199 -msgid "Creation of account succeed with these parameters" -msgstr "УÑпешное Ñоздание аккаунта Ñ Ñтими наÑтройками" - -#: ../src/AccountWizard.cpp:211 -msgid "Creation of account has failed for the reason" -msgstr "Создание аккаунта не получилоÑÑŒ по Ñтим причинам" - -#: ../src/AccountWizard.cpp:217 -msgid "Register of account succeed with these parameters" -msgstr "УÑпешное региÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ð°ÐºÐºÐ°ÑƒÐ½Ñ‚Ð° Ñ Ñтими наÑтройками" - -#: ../src/AccountWizard.cpp:255 ../src/AccountWizard.cpp:440 -#: ../build/src/ui_dlgaccountsbase.h:359 -msgid "Alias" -msgstr "ПÑевдоним" - -#: ../src/AccountWizard.cpp:256 ../src/AccountWizard.cpp:441 -#: ../build/src/ui_dlgaccountsbase.h:366 -msgid "Server" -msgstr "Сервер" - -#: ../src/AccountWizard.cpp:257 ../src/AccountWizard.cpp:442 -#: ../build/src/ui_dlgaccountsbase.h:367 -msgid "User" -msgstr "Пользователь" - -#: ../src/AccountWizard.cpp:258 ../src/AccountWizard.cpp:443 -#: ../build/src/ui_dlgaccountsbase.h:368 -msgid "Password" -msgstr "Пароль" - -#: ../src/AccountWizard.cpp:259 ../build/src/ui_dlgaccountsbase.h:360 -msgid "Protocol" -msgstr "Протокол" - -#: ../src/AccountWizard.cpp:260 ../build/src/ui_dlgaccountsbase.h:369 -#: ../build/src/ui_sflphone_kdeview_base.h:396 -msgid "Mailbox" -msgstr "Звуковые ÑообщениÑ" - -#: ../src/AccountWizard.cpp:279 -#, fuzzy -msgid "Welcome to the Account creation wizard of SFLphone" -msgstr "Добро пожаловать в маÑтер наÑтройки SFLphone" - -#: ../src/AccountWizard.cpp:281 -msgid "This wizard will help you setting up an account." -msgstr "Ðтот маÑтер уÑтановки поможет вам наÑтроить ваш аккаунт." - -#: ../src/AccountWizard.cpp:309 ../src/conf/ConfigurationDialog.cpp:50 -msgid "Accounts" -msgstr "Ðккаунты" - -#: ../src/AccountWizard.cpp:310 -msgid "Please choose between those options :" -msgstr "Выберите пожалуйÑта тип аккаунта :" - -#: ../src/AccountWizard.cpp:312 -msgid "Create a free SIP/IAX2 account on sflphone.org" -msgstr "Создать беÑплатный SIP/IAX2-аккаунт на sflphone.org" - -#: ../src/AccountWizard.cpp:313 -msgid "Register an existing SIP/IAX2 account" -msgstr "ЗарегиÑтрировать ÑущеÑтвующий SIP или IAX2 аккаунт" - -#: ../src/AccountWizard.cpp:352 -msgid "VoIP Protocols" -msgstr "VoIP-протоколы" - -#: ../src/AccountWizard.cpp:353 -msgid "Choose the account type" -msgstr "Выберите тип аккаунта:" - -#: ../src/AccountWizard.cpp:355 -msgid "Register a SIP (Session Initiation Protocol) account" -msgstr "ЗарегиÑтрировать ÑущеÑтвующий SIP или IAX2 аккаунт" - -#: ../src/AccountWizard.cpp:356 -msgid "Register a IAX2 (InterAsterisk eXchange) account" -msgstr "ЗарегиÑтрируете IAX2-аккаунт" - -#: ../src/AccountWizard.cpp:395 -msgid "Optionnal Email Address" -msgstr "Ðлектронный Ð°Ð´Ñ€ÐµÑ (необÑзательный) " - -#: ../src/AccountWizard.cpp:396 -msgid "This email address will be used to send your voicemail messages." -msgstr "Ðтот Ñлектронный Ð°Ð´Ñ€ÐµÑ Ð±ÑƒÐ´ÐµÑ‚ иÑпользоватьÑÑ Ð´Ð»Ñ Ñ€ÐµÑ‡ÐµÐ²Ñ‹Ñ… Ñообщений" - -#: ../src/AccountWizard.cpp:398 -msgid "Email address" -msgstr "ÐÐ´Ñ€ÐµÑ Ñл. почты" - -#: ../src/AccountWizard.cpp:432 -msgid "SIP Account Settings" -msgstr "ÐаÑтройки SIP-аккаунта" - -#: ../src/AccountWizard.cpp:436 -msgid "IAX2 Account Settings" -msgstr "ÐаÑтройки IAX2-аккаунта" - -#: ../src/AccountWizard.cpp:438 -msgid "Please full these settings fields." -msgstr "Заполните пожалуйÑта Ñти полÑ." - -#: ../src/AccountWizard.cpp:444 -msgid "Voicemail number" -msgstr "" - -#: ../src/AccountWizard.cpp:523 -msgid "Network Address Translation (NAT)" -msgstr "Network Address Translation (NAT)" - -#: ../src/AccountWizard.cpp:524 -msgid "" -"You should probably enable this option if you're placed under a firewall" -msgstr "Ð’Ñ‹ наверное должны Ñто включить еÑли вы находитеÑÑŒ за Ñетевым Ñкраном." - -#: ../src/AccountWizard.cpp:526 -msgid "Enable STUN" -msgstr "Включить STUN" - -#: ../src/AccountWizard.cpp:527 -msgid "Stun Server" -msgstr "STUN-Ñервер" - -#: ../src/AccountWizard.cpp:561 -msgid "Account Definition Finished" -msgstr "ÐаÑтройка аккаунта закончена." - -#: ../src/AccountWizard.cpp:562 -msgid "" -"After checking the settings you chose, click \"Finish\" to create the " -"account." -msgstr "" -"ПоÑле проÑмотра выбранных наÑтроек, нажмите на \"Закончить\" чтобы Ñоздать " -"аккаунт. " - -#: ../src/ActionSetAccountFirst.cpp:26 -msgid "Default account" -msgstr "" - -#: ../src/Call.cpp:116 -msgid "Transfer to : " -msgstr "ПереÑлать звонок на другой номер :" - -#: ../src/main.cpp:34 -msgid "SFLphone KDE Client" -msgstr "" - -#: ../src/main.cpp:38 -msgid "(C) 2009 Savoir-faire Linux" -msgstr "" - -#: ../src/main.cpp:42 -msgid "Jérémy Quentin" -msgstr "" - -#: ../src/main.cpp:43 -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "" - -#: ../src/main.cpp:43 -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "" - -#: ../src/SFLPhone.cpp:62 ../src/sflphone_kdeview.cpp:1066 -#: ../src/sflphone_kdeview.cpp:1071 ../src/sflphone_kdeview.cpp:1076 -#, fuzzy -msgid "SFLphone" -msgstr "SFLPhone" - -#: ../src/SFLPhone.cpp:181 -msgid "You still have some calls open. Please close all calls before quitting." -msgstr "" -"У Ð²Ð°Ñ ÐµÑ‰Ñ‘ еÑть неоконченные звонки. ПожалуйÑта проверьте что вÑе звонки " -"окончены перед тем как выйти." - -#: ../src/SFLPhone.cpp:209 -msgid "Incoming call" -msgstr "ВходÑщий звонок" - -#: ../src/SFLPhone.cpp:210 -msgid "You have an incoming call from" -msgstr "ВходÑщей звонок от " - -#: ../src/SFLPhone.cpp:210 -msgid "Click to accept or refuse it." -msgstr "Ðажмите чтобы принÑть или отклонить." - -#: ../src/sflphone_kdeview.cpp:883 -msgid "No account registered" -msgstr "" - -#: ../src/sflphone_kdeview.cpp:887 -#, fuzzy -msgid "Using account" -msgstr "ÐаÑтроить &аккаунты" - -#: ../src/sflphone_kdeview.cpp:1066 -msgid "Main screen" -msgstr "Главный Ñкран" - -#: ../src/sflphone_kdeview.cpp:1071 ../build/src/ui_dlggeneralbase.h:165 -msgid "Call history" -msgstr "Журнал звонков" - -#: ../src/sflphone_kdeview.cpp:1076 -#: ../build/src/ui_sflphone_kdeview_base.h:407 -msgid "Address book" -msgstr "ÐдреÑÐ½Ð°Ñ ÐºÐ½Ð¸Ð³Ð°" - -#: ../src/sflphone_kdeview.cpp:1090 ../src/sflphone_kdeview.cpp:1151 -msgid "Edit before call" -msgstr "Изменить перед звонком" - -#: ../src/sflphone_const.h:56 -msgid "Call" -msgstr "Звонок" - -#: ../src/sflphone_const.h:57 ../build/src/ui_sflphone_kdeview_base.h:392 -msgid "Hang up" -msgstr "Положить трубку" - -#: ../src/sflphone_const.h:58 ../build/src/ui_sflphone_kdeview_base.h:393 -msgid "Hold" -msgstr "Удержать звонок" - -#: ../src/sflphone_const.h:59 ../build/src/ui_sflphone_kdeview_base.h:394 -msgid "Transfer" -msgstr "ПереÑлать звонок на другой номер" - -#: ../src/sflphone_const.h:60 -msgid "Record" -msgstr "ЗапиÑать" - -#: ../src/sflphone_const.h:61 -msgid "Accept" -msgstr "ПринÑть" - -#: ../src/sflphone_const.h:62 -msgid "Refuse" -msgstr "Отклонить" - -#: ../src/sflphone_const.h:63 -msgid "Unhold" -msgstr "Снова взÑть" - -#: ../src/sflphone_const.h:64 -msgid "Give up transfer" -msgstr "Отменить переÑылку звонка" - -#: ../src/sflphone_const.h:65 -msgid "Call back" -msgstr "Перезвонить" - -#: ../src/sflphone_const.h:66 -msgid "Give up search" -msgstr "Отменить поиÑк" - -#: ../src/conf/ConfigurationDialog.cpp:48 ../build/src/ui_dlgrecordbase.h:91 -msgid "General" -msgstr "Общие наÑтройки" - -#: ../src/conf/ConfigurationDialog.cpp:49 -msgid "Display" -msgstr "Ðкран" - -#: ../src/conf/ConfigurationDialog.cpp:51 -msgid "Audio" -msgstr "Звук" - -#: ../src/conf/ConfigurationDialog.cpp:52 -msgid "Address Book" -msgstr "ÐдреÑÐ½Ð°Ñ ÐºÐ½Ð¸Ð³Ð°" - -#: ../src/conf/ConfigurationDialog.cpp:53 -#, fuzzy -msgctxt "Config section" -msgid "Record" -msgstr "ЗапиÑать" - -#: ../src/conf/ConfigurationDialog.cpp:54 -msgid "Hooks" -msgstr "перехватчики (hooks)" - -#: ../build/src/ui_dlgaccountsbase.h:321 -#: ../build/src/ui_dlgaddressbookbase.h:142 ../build/src/ui_dlgaudiobase.h:263 -#: ../build/src/ui_dlgdisplaybase.h:120 ../build/src/ui_dlggeneralbase.h:164 -#: ../build/src/ui_dlghooksbase.h:173 ../build/src/ui_dlgrecordbase.h:90 -#: ../build/src/ui_sflphone_kdeview_base.h:390 -msgid "Form" -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:323 -msgid "" -"By default, when you place a call, sflphone will use the first account in " -"this list which is \"registered\". Change the order of the accounts using " -"the \"Up\" and \"Down\" arrows. Enable/disable them by checking/unchecking " -"them on the left of the item. Add or remove some with \"Plus\" and \"Sub\" " -"buttons. Edit the selected account with the form on the right." -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:327 -#, fuzzy -msgid "Remove the selected account" -msgstr "Убрать Ñтот аккаунт" - -#: ../build/src/ui_dlgaccountsbase.h:330 -msgid "" -"This button will remove the selected account in the list below. Be sure you " -"really don't need it anymore. If you think you might use it again later, " -"just uncheck it." -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:335 -msgid "Remove" -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:336 -msgid "Backspace, Return" -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:338 -msgid "Add a new account" -msgstr "Добавить новый аккаунт" - -#: ../build/src/ui_dlgaccountsbase.h:341 -msgid "" -"This button enables you to initialize a new account. You will then be able " -"to edit it using the form on the right." -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:343 -msgid "Add" -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:345 -#, fuzzy -msgid "Get this account down" -msgstr "Убрать Ñтот аккаунт" - -#: ../build/src/ui_dlgaccountsbase.h:348 ../build/src/ui_dlgaccountsbase.h:355 -msgid "" -"By default, when you place a call, sflphone will use the first account in " -"this list which is \"registered\". Change the order of the accounts using " -"the \"Up\" and \"Down\" arrows." -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:350 -msgid "Down" -msgstr "Вниз" - -#: ../build/src/ui_dlgaccountsbase.h:352 -#, fuzzy -msgid "Get this account up" -msgstr "Убрать Ñтот аккаунт" - -#: ../build/src/ui_dlgaccountsbase.h:357 -msgid "Up" -msgstr "Вверх" - -#: ../build/src/ui_dlgaccountsbase.h:358 -msgid "Apply" -msgstr "Применить" - -#: ../build/src/ui_dlgaccountsbase.h:363 -msgid "SIP" -msgstr "SIP" - -#: ../build/src/ui_dlgaccountsbase.h:364 -msgid "IAX" -msgstr "IAX" - -#: ../build/src/ui_dlgaccountsbase.h:370 -msgid "State" -msgstr "СтатуÑ" - -#: ../build/src/ui_dlgaccountsbase.h:373 -msgid "Stun settings will be applied on each account" -msgstr "Stun-наÑтройки будут иÑпользоватьÑÑ Ð´Ð»Ñ Ð²Ñех аккаунтов" - -#: ../build/src/ui_dlgaccountsbase.h:374 -#, fuzzy -msgid "Enable Stun" -msgstr "&Включить STUN" - -#: ../build/src/ui_dlgaccountsbase.h:375 -msgid "choose Stun server (example : stunserver.org)" -msgstr "" - -#: ../build/src/ui_dlgaddressbookbase.h:143 -msgid "Maximum &results" -msgstr "МакÑимальное &количеÑтво результатов" - -#: ../build/src/ui_dlgaddressbookbase.h:144 -msgid "Display &photo if available" -msgstr "Показать &фотографию контакта (еÑли имеетÑÑ)" - -#: ../build/src/ui_dlgaddressbookbase.h:145 -msgid "Display phone numbers of these &types :" -msgstr "ЕÑли контакт имеет неÑколько номеров, показать &только :" - -#: ../build/src/ui_dlgaddressbookbase.h:146 -msgid "&Work" -msgstr "&Рабочий номер" - -#: ../build/src/ui_dlgaddressbookbase.h:147 -msgid "&Mobile" -msgstr "Ðомер &мобильника" - -#: ../build/src/ui_dlgaddressbookbase.h:148 -msgid "&Home" -msgstr "&Домашний номер" - -#: ../build/src/ui_dlgaudiobase.h:265 -#, fuzzy -msgid "Audio device" -msgstr "Звуковое уÑтройÑтво" - -#: ../build/src/ui_dlgaudiobase.h:268 -msgid "ALSA" -msgstr "ALSA" - -#: ../build/src/ui_dlgaudiobase.h:269 -msgid "PulseAudio" -msgstr "PulseAudio" - -#: ../build/src/ui_dlgaudiobase.h:271 -#, fuzzy -msgid "Enable ringtones" -msgstr "Включить звонок" - -#: ../build/src/ui_dlgaudiobase.h:272 -msgid "*.ul *.au *.wav" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:273 -msgid "&Codecs" -msgstr "&Кодеки" - -#: ../build/src/ui_dlgaudiobase.h:275 -msgid "Active" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:277 -msgid "Name" -msgstr "ИмÑ" - -#: ../build/src/ui_dlgaudiobase.h:279 -msgid "Frequency" -msgstr "ЧаÑтота" - -#: ../build/src/ui_dlgaudiobase.h:281 -msgid "Bitrate" -msgstr "Битрейт" - -#: ../build/src/ui_dlgaudiobase.h:283 -msgid "Bandwidth" -msgstr "ПропуÑÐºÐ½Ð°Ñ ÑпоÑобноÑть" - -#: ../build/src/ui_dlgaudiobase.h:286 -msgid "ALSA settings" -msgstr "ÐаÑтройка ALSA" - -#: ../build/src/ui_dlgaudiobase.h:287 -#, fuzzy -msgid "ALSA plugin" -msgstr "ALSA-плагин" - -#: ../build/src/ui_dlgaudiobase.h:288 -msgid "In" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:289 -msgid "Out" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:290 -msgid "PulseAudio settings" -msgstr "ÐаÑтройка PulseAudio" - -#: ../build/src/ui_dlgaudiobase.h:291 -msgid "Mute other applications during a call" -msgstr "Приглушить звук других програм во Ð²Ñ€ÐµÐ¼Ñ Ð·Ð²Ð¾Ð½ÐºÐ°" - -#: ../build/src/ui_dlgdisplaybase.h:121 -msgid "Enable notifications" -msgstr "Включить предупреждениÑ" - -#: ../build/src/ui_dlgdisplaybase.h:122 -msgid "On incoming &calls" -msgstr "При входÑщих звонках" - -#: ../build/src/ui_dlgdisplaybase.h:123 -msgid "On &messages" -msgstr "При звуковых &ÑообщениÑÑ…" - -#: ../build/src/ui_dlgdisplaybase.h:124 -msgid "Show main window" -msgstr "Показать главное окно" - -#: ../build/src/ui_dlgdisplaybase.h:125 -msgid "On &start" -msgstr "При &запуÑке" - -#: ../build/src/ui_dlgdisplaybase.h:126 -msgid "On &incoming calls" -msgstr "При входÑщих звонках" - -#: ../build/src/ui_dlggeneralbase.h:166 -msgid "Keep my history for at least" -msgstr "" - -#: ../build/src/ui_dlggeneralbase.h:167 -msgid "days" -msgstr "" - -#: ../build/src/ui_dlggeneralbase.h:168 -#, fuzzy -msgid "Clear history" -msgstr "Стереть журнал" - -#: ../build/src/ui_dlggeneralbase.h:169 -msgid "Connection" -msgstr "Подключение" - -#: ../build/src/ui_dlggeneralbase.h:170 -#, fuzzy -msgid "SIP Port" -msgstr "SIP-порт" - -#: ../build/src/ui_dlggeneralbase.h:171 -msgid "Attention " -msgstr "Внимание" - -#: ../build/src/ui_dlghooksbase.h:174 -msgid "URL Argument" -msgstr "" - -#: ../build/src/ui_dlghooksbase.h:175 -#, c-format -msgid "Custom commands with URL %s will be replaced with the passed URL." -msgstr "" - -#: ../build/src/ui_dlghooksbase.h:176 -msgid "Trigger on specific SIP header" -msgstr "" - -#: ../build/src/ui_dlghooksbase.h:177 -msgid "Trigger on IAX2 URL" -msgstr "" - -#: ../build/src/ui_dlghooksbase.h:178 -#, fuzzy -msgid "Command to run" -msgstr "Команда" - -#: ../build/src/ui_dlghooksbase.h:179 -msgid "Phone number formatting" -msgstr "Формат номера телефона" - -#: ../build/src/ui_dlghooksbase.h:180 -msgid "Add phone number prefix" -msgstr "Добавить перед на набранными номерами" - -#: ../build/src/ui_dlgrecordbase.h:92 -msgid "Destination folder" -msgstr "Папка Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñи" - -#: ../build/src/ui_sflphone_kdeview_base.h:391 -#, fuzzy -msgid "Pick up" -msgstr "&ВзÑть трубку" - -#: ../build/src/ui_sflphone_kdeview_base.h:395 -#, fuzzy -msgid "History" -msgstr "Журнал" - -#: ../build/src/ui_sflphone_kdeview_base.h:397 -#, fuzzy -msgid "Configure accounts" -msgstr "ÐаÑтроить &аккаунты" - -#: ../build/src/ui_sflphone_kdeview_base.h:398 -#, fuzzy -msgid "Configure audio" -msgstr "ÐаÑтроить &звук" - -#: ../build/src/ui_sflphone_kdeview_base.h:399 -#: ../build/src/ui_sflphone_kdeview_base.h:401 -#, fuzzy -msgid "Configure SFLphone" -msgstr "&ÐаÑтроить SFLPhone" - -#: ../build/src/ui_sflphone_kdeview_base.h:403 -#, fuzzy -msgid "Display volume bars" -msgstr "Показать уровень &громкоÑти" - -#: ../build/src/ui_sflphone_kdeview_base.h:404 -#, fuzzy -msgid "Display dialpad" -msgstr "Показать &клавиатуру" - -#: ../build/src/ui_sflphone_kdeview_base.h:405 -#, fuzzy -msgctxt "Action record a call" -msgid "Record" -msgstr "ЗапиÑать" - -#: ../build/src/ui_sflphone_kdeview_base.h:406 -#, fuzzy -msgid "Account creation wizard" -msgstr "&МаÑтер наÑтройки SFLphone" - -#: ../build/src/ui_sflphone_kdeview_base.h:408 -msgid "Attention:number of results exceeds max displayed." -msgstr "" - -#~ msgid "Attention : SIP port must be over 1024 !" -#~ msgstr "Внимание : SIP-порт должен быть больше чем 1024 !" - -#~ msgid "Attention : SIP port must be under 65536 !" -#~ msgstr "Внимание : SIP-порт должен быть меньше чем 65536 !" - -#~ msgid "about" -#~ msgstr "О" - -#~ msgid "Configure general settings" -#~ msgstr "Общие наÑтройки" - -#~ msgid "&Capacity" -#~ msgstr "ВмеÑтимоÑть" - -#~ msgid "Configure display" -#~ msgstr "ÐаÑтроить Ñкран" - -#~ msgid "Configure user accounts" -#~ msgstr "ÐаÑтройка аккаунтов пользователей" - -#~ msgid "&Alias" -#~ msgstr "ПÑевдоним" - -#~ msgid "&Protocol" -#~ msgstr "Протокол" - -#~ msgid "&Server" -#~ msgstr "&Сервер" - -#~ msgid "&User" -#~ msgstr "&Пользователь" - -#~ msgid "Pass&word" -#~ msgstr "Па&роль" - -#~ msgid "&Mailbox" -#~ msgstr "&Звуковые ÑообщениÑ" - -#~ msgid "Configure audio settings" -#~ msgstr "ÐаÑтройки звука" - -#~ msgid "Configure record settings" -#~ msgstr "ÐаÑтроить запиÑÑŒ звонков" - -#~ msgid "Configure address book settings" -#~ msgstr "ÐаÑтроить адреÑную книгу" - -#~ msgid "Configure hooks settings" -#~ msgstr "ÐаÑтроить перехватчики" - -#~ msgid "SIP Protocol" -#~ msgstr "SIP-Протокол" - -#~ msgid "IAX2 Protocol" -#~ msgstr "IAX2-Протокол" - -#~ msgid "SIP Header" -#~ msgstr "SIP Заголовок" - -#~ msgid "Prepend" -#~ msgstr "Добавить в начало" - -#~ msgid "&Hang up" -#~ msgstr "&Положить трубку" - -#~ msgid "H&old" -#~ msgstr "&Удержать звонок" - -#~ msgid "&Transfer" -#~ msgstr "Пе&реÑлать звонок на другой номер" - -#~ msgid "&About" -#~ msgstr "&О SFLphone" - -#~ msgid "&Record" -#~ msgstr "ЗапиÑать" -======= -msgid "" -msgstr "" -"Project-Id-Version: SFLphone 0.9.6\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-07-08 15:18-0400\n" -"PO-Revision-Date: 2009-06-08 10:19 GMT-5\n" -"Last-Translator: HUSSEIN ABDALLAH <hussein.abdallah@savoirfairelinux.com>\n" -"Language-Team: Savoir-Faire Linux Inc <sflphoneteam@savoirfairelinux.com>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ../src/Account.cpp:34 -msgctxt "account state" -msgid "Registered" -msgstr "ЗарегеÑтрирован" - -#: ../src/Account.cpp:36 -msgctxt "account state" -msgid "Not Registered" -msgstr "Ðе зарегеÑтрирован" - -#: ../src/Account.cpp:38 -msgctxt "account state" -msgid "Trying..." -msgstr "попытка подключениÑ..." - -#: ../src/Account.cpp:40 -msgctxt "account state" -msgid "Error" -msgstr "Ошибка" - -#: ../src/Account.cpp:42 -msgctxt "account state" -msgid "Bad authentification" -msgstr "Включить предупреждениÑ" - -#: ../src/Account.cpp:44 -msgctxt "account state" -msgid "Network unreachable" -msgstr "Сеть недоÑтупна" - -#: ../src/Account.cpp:46 -msgctxt "account state" -msgid "Host unreachable" -msgstr "Сервер недоÑтупен" - -#: ../src/Account.cpp:48 -msgctxt "account state" -msgid "Stun configuration error" -msgstr "Окно наÑтроек" - -#: ../src/Account.cpp:50 -msgctxt "account state" -msgid "Stun server invalid" -msgstr "STUN-Ñервер недейÑтвителен" - -#: ../src/Account.cpp:51 -msgctxt "account state" -msgid "Invalid" -msgstr "ÐедейÑтвителен" - -#: ../src/AccountWizard.cpp:163 ../src/AccountWizard.cpp:278 -msgid "Account Creation Wizard" -msgstr "МаÑтер наÑтройки SFLphone" - -#: ../src/AccountWizard.cpp:199 -msgid "Creation of account succeed with these parameters" -msgstr "УÑпешное Ñоздание аккаунта Ñ Ñтими наÑтройками" - -#: ../src/AccountWizard.cpp:211 -msgid "Creation of account has failed for the reason" -msgstr "Создание аккаунта не получилоÑÑŒ по Ñтим причинам" - -#: ../src/AccountWizard.cpp:217 -msgid "Register of account succeed with these parameters" -msgstr "УÑпешное региÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ð°ÐºÐºÐ°ÑƒÐ½Ñ‚Ð° Ñ Ñтими наÑтройками" - -#: ../src/AccountWizard.cpp:255 ../src/AccountWizard.cpp:440 -#: ../build/src/ui_dlgaccountsbase.h:359 -msgid "Alias" -msgstr "ПÑевдоним" - -#: ../src/AccountWizard.cpp:256 ../src/AccountWizard.cpp:441 -#: ../build/src/ui_dlgaccountsbase.h:366 -msgid "Server" -msgstr "Сервер" - -#: ../src/AccountWizard.cpp:257 ../src/AccountWizard.cpp:442 -#: ../build/src/ui_dlgaccountsbase.h:367 -msgid "User" -msgstr "Пользователь" - -#: ../src/AccountWizard.cpp:258 ../src/AccountWizard.cpp:443 -#: ../build/src/ui_dlgaccountsbase.h:368 -msgid "Password" -msgstr "Пароль" - -#: ../src/AccountWizard.cpp:259 ../build/src/ui_dlgaccountsbase.h:360 -msgid "Protocol" -msgstr "Протокол" - -#: ../src/AccountWizard.cpp:260 ../build/src/ui_dlgaccountsbase.h:369 -#: ../build/src/ui_sflphone_kdeview_base.h:396 -msgid "Mailbox" -msgstr "Ðвтоответчик" - -#: ../src/AccountWizard.cpp:279 -msgid "Welcome to the Account creation wizard of SFLphone" -msgstr "Добро пожаловать в маÑтер наÑтройки SFLphone" - -#: ../src/AccountWizard.cpp:281 -msgid "This wizard will help you setting up an account." -msgstr "Ðтот маÑтер уÑтановки поможет вам наÑтроить ваш аккаунт." - -#: ../src/AccountWizard.cpp:309 ../src/conf/ConfigurationDialog.cpp:50 -msgid "Accounts" -msgstr "Ðккаунты" - -#: ../src/AccountWizard.cpp:310 -msgid "Please choose between those options :" -msgstr "Выберите пожалуйÑта тип аккаунта :" - -#: ../src/AccountWizard.cpp:312 -msgid "Create a free SIP/IAX2 account on sflphone.org" -msgstr "Создать беÑплатный SIP/IAX2-аккаунт на sflphone.org" - -#: ../src/AccountWizard.cpp:313 -msgid "Register an existing SIP/IAX2 account" -msgstr "ЗарегиÑтрировать ÑущеÑтвующий SIP или IAX2 аккаунт" - -#: ../src/AccountWizard.cpp:352 -msgid "VoIP Protocols" -msgstr "VoIP-протоколы" - -#: ../src/AccountWizard.cpp:353 -msgid "Choose the account type" -msgstr "Выберите тип аккаунта:" - -#: ../src/AccountWizard.cpp:355 -msgid "Register a SIP (Session Initiation Protocol) account" -msgstr "ЗарегиÑтрировать ÑущеÑтвующий SIP-аккаунт" - -#: ../src/AccountWizard.cpp:356 -msgid "Register a IAX2 (InterAsterisk eXchange) account" -msgstr "ЗарегиÑтрировать ÑущеÑтвующий IAX2-аккаунт" - -#: ../src/AccountWizard.cpp:395 -msgid "Optionnal Email Address" -msgstr "Ðлектронный Ð°Ð´Ñ€ÐµÑ (необÑзательный) " - -#: ../src/AccountWizard.cpp:396 -msgid "This email address will be used to send your voicemail messages." -msgstr "Ðтот Ñлектронный Ð°Ð´Ñ€ÐµÑ Ð±ÑƒÐ´ÐµÑ‚ иÑпользоватьÑÑ Ð´Ð»Ñ Ñ€ÐµÑ‡ÐµÐ²Ñ‹Ñ… Ñообщений" - -#: ../src/AccountWizard.cpp:398 -msgid "Email address" -msgstr "ÐÐ´Ñ€ÐµÑ Ñл. почты" - -#: ../src/AccountWizard.cpp:432 -msgid "SIP Account Settings" -msgstr "ÐаÑтройки SIP-аккаунта" - -#: ../src/AccountWizard.cpp:436 -msgid "IAX2 Account Settings" -msgstr "ÐаÑтройки IAX2-аккаунта" - -#: ../src/AccountWizard.cpp:438 -msgid "Please full these settings fields." -msgstr "Заполните пожалуйÑта Ñти полÑ." - -#: ../src/AccountWizard.cpp:444 -msgid "Voicemail number" -msgstr "Ðомер автоответчика" - -#: ../src/AccountWizard.cpp:523 -msgid "Network Address Translation (NAT)" -msgstr "Network Address Translation (NAT)" - -#: ../src/AccountWizard.cpp:524 -msgid "" -"You should probably enable this option if you're placed under a firewall" -msgstr "" -"Ð’Ñ‹ наверное должны Ñто включить еÑли вы находитеÑÑŒ за Ñетевым Ñкраном." - -#: ../src/AccountWizard.cpp:526 -msgid "Enable STUN" -msgstr "Включить STUN" - -#: ../src/AccountWizard.cpp:527 -msgid "Stun Server" -msgstr "STUN-Ñервер" - -#: ../src/AccountWizard.cpp:561 -msgid "Account Definition Finished" -msgstr "ÐаÑтройка аккаунта закончена." - -#: ../src/AccountWizard.cpp:562 -msgid "" -"After checking the settings you chose, click \"Finish\" to create the " -"account." -msgstr "" -"ПоÑле проÑмотра выбранных наÑтроек, нажмите на \"Закончить\" чтобы Ñоздать " -"аккаунт. " - -#: ../src/ActionSetAccountFirst.cpp:26 -msgid "Default account" -msgstr "Ðккаунт по умолчанию" - -#: ../src/Call.cpp:116 -msgid "Transfer to : " -msgstr "ПереÑлать звонок на другой номер :" - -#: ../src/main.cpp:34 -msgid "SFLphone KDE Client" -msgstr "SFLphone - верÑÐ¸Ñ Ð´Ð»Ñ KDE " - -#: ../src/main.cpp:38 -msgid "(C) 2009 Savoir-faire Linux" -msgstr "(C) 2009 Savoir-faire Linux" - -#: ../src/main.cpp:42 -msgid "Jérémy Quentin" -msgstr "Jérémy Quentin" - -#: ../src/main.cpp:43 -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Hussein Abdallah" - -#: ../src/main.cpp:43 -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "hussein.abdallah@savoirfairelinux.com" - -#: ../src/SFLPhone.cpp:62 ../src/sflphone_kdeview.cpp:1066 -#: ../src/sflphone_kdeview.cpp:1071 ../src/sflphone_kdeview.cpp:1076 -msgid "SFLphone" -msgstr "SFLphone" - -#: ../src/SFLPhone.cpp:181 -msgid "You still have some calls open. Please close all calls before quitting." -msgstr "" -"У Ð²Ð°Ñ ÐµÑ‰Ñ‘ еÑть неоконченные звонки. ПожалуйÑта проверьте что вÑе звонки " -"окончены перед тем как выйти." - -#: ../src/SFLPhone.cpp:209 -msgid "Incoming call" -msgstr "ВходÑщий звонок" - -#: ../src/SFLPhone.cpp:210 -msgid "You have an incoming call from" -msgstr "ВходÑщей звонок от " - -#: ../src/SFLPhone.cpp:210 -msgid "Click to accept or refuse it." -msgstr "Ðажмите чтобы принÑть или отклонить." - -#: ../src/sflphone_kdeview.cpp:883 -msgid "No account registered" -msgstr "Ðет зарегиÑтрированных аккаунтов" - -#: ../src/sflphone_kdeview.cpp:887 -msgid "Using account" -msgstr "ИÑпользуетÑÑ Ð°ÐºÐºÐ°ÑƒÐ½Ñ‚" - -#: ../src/sflphone_kdeview.cpp:1066 -msgid "Main screen" -msgstr "Главный Ñкран" - -#: ../src/sflphone_kdeview.cpp:1071 ../build/src/ui_dlggeneralbase.h:165 -msgid "Call history" -msgstr "Журнал звонков" - -#: ../src/sflphone_kdeview.cpp:1076 -#: ../build/src/ui_sflphone_kdeview_base.h:407 -msgid "Address book" -msgstr "ÐдреÑÐ½Ð°Ñ ÐºÐ½Ð¸Ð³Ð°" - -#: ../src/sflphone_kdeview.cpp:1090 ../src/sflphone_kdeview.cpp:1151 -msgid "Edit before call" -msgstr "Изменить перед звонком" - -#: ../src/sflphone_const.h:56 -msgid "Call" -msgstr "Звонок" - -#: ../src/sflphone_const.h:57 ../build/src/ui_sflphone_kdeview_base.h:392 -msgid "Hang up" -msgstr "Положить трубку" - -#: ../src/sflphone_const.h:58 ../build/src/ui_sflphone_kdeview_base.h:393 -msgid "Hold" -msgstr "Удержать звонок" - -#: ../src/sflphone_const.h:59 ../build/src/ui_sflphone_kdeview_base.h:394 -msgid "Transfer" -msgstr "ПереÑлать звонок на другой номер" - -#: ../src/sflphone_const.h:60 -msgid "Record" -msgstr "ЗапиÑать" - -#: ../src/sflphone_const.h:61 -msgid "Accept" -msgstr "ПринÑть" - -#: ../src/sflphone_const.h:62 -msgid "Refuse" -msgstr "Отклонить" - -#: ../src/sflphone_const.h:63 -msgid "Unhold" -msgstr "Снова взÑть" - -#: ../src/sflphone_const.h:64 -msgid "Give up transfer" -msgstr "Отменить переÑылку звонка" - -#: ../src/sflphone_const.h:65 -msgid "Call back" -msgstr "Перезвонить" - -#: ../src/sflphone_const.h:66 -msgid "Give up search" -msgstr "Отменить поиÑк" - -#: ../src/conf/ConfigurationDialog.cpp:48 ../build/src/ui_dlgrecordbase.h:91 -msgid "General" -msgstr "Общие наÑтройки" - -#: ../src/conf/ConfigurationDialog.cpp:49 -msgid "Display" -msgstr "Ðкран" - -#: ../src/conf/ConfigurationDialog.cpp:51 -msgid "Audio" -msgstr "Звук" - -#: ../src/conf/ConfigurationDialog.cpp:52 -msgid "Address Book" -msgstr "ÐдреÑÐ½Ð°Ñ ÐºÐ½Ð¸Ð³Ð°" - -#: ../src/conf/ConfigurationDialog.cpp:53 -msgctxt "Config section" -msgid "Record" -msgstr "ЗапиÑÑŒ переговоров" - -#: ../src/conf/ConfigurationDialog.cpp:54 -msgid "Hooks" -msgstr "перехватчики (hooks)" - -#: ../build/src/ui_dlgaccountsbase.h:321 -#: ../build/src/ui_dlgaddressbookbase.h:142 ../build/src/ui_dlgaudiobase.h:263 -#: ../build/src/ui_dlgdisplaybase.h:120 ../build/src/ui_dlggeneralbase.h:164 -#: ../build/src/ui_dlghooksbase.h:173 ../build/src/ui_dlgrecordbase.h:90 -#: ../build/src/ui_sflphone_kdeview_base.h:390 -msgid "Form" -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:323 -msgid "" -"By default, when you place a call, sflphone will use the first account in " -"this list which is \"registered\". Change the order of the accounts using " -"the \"Up\" and \"Down\" arrows. Enable/disable them by checking/unchecking " -"them on the left of the item. Add or remove some with \"Plus\" and \"Sub\" " -"buttons. Edit the selected account with the form on the right." -msgstr "" -"По умолчанию, SFLPhone будет иÑпользовать первый аккаунт в ÑпиÑке " -"зарегиÑтрированных аккаунтов. ПоÑледовательноÑть иÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ " -"аккаунтов можно изменить при помощи Ñтрелок \"Вверх\" и \"Вниз\"." - - -#: ../build/src/ui_dlgaccountsbase.h:327 -msgid "Remove the selected account" -msgstr "Убрать Ñтот аккаунт" - -#: ../build/src/ui_dlgaccountsbase.h:330 -msgid "" -"This button will remove the selected account in the list below. Be sure you " -"really don't need it anymore. If you think you might use it again later, " -"just uncheck it." -msgstr "" -"Ðто кнопка уберëт аккаунт. ЕÑли вы думаете его иÑпользовать позже, " -"то доÑтаточно его отменить " - -#: ../build/src/ui_dlgaccountsbase.h:335 -msgid "Remove" -msgstr "Убрать" - -#: ../build/src/ui_dlgaccountsbase.h:336 -msgid "Backspace, Return" -msgstr "Backspace, Return" - -#: ../build/src/ui_dlgaccountsbase.h:338 -msgid "Add a new account" -msgstr "Добавить новый аккаунт" - -#: ../build/src/ui_dlgaccountsbase.h:341 -msgid "" -"This button enables you to initialize a new account. You will then be able " -"to edit it using the form on the right." -msgstr "" -"Ðто кнопка позволит вам добавить новый аккаунт. ПоÑле Ñтого вы Ñможете " -"его изменить при помощи Ñкрана Ñправа." - -#: ../build/src/ui_dlgaccountsbase.h:343 -msgid "Add" -msgstr "Добавить" - -#: ../build/src/ui_dlgaccountsbase.h:345 -msgid "Get this account down" -msgstr "Убрать Ñтот аккаунт" - -#: ../build/src/ui_dlgaccountsbase.h:348 ../build/src/ui_dlgaccountsbase.h:355 -msgid "" -"By default, when you place a call, sflphone will use the first account in " -"this list which is \"registered\". Change the order of the accounts using " -"the \"Up\" and \"Down\" arrows." -msgstr "" -"По умолчанию, SFLPhone будет иÑпользовать первый аккаунт в ÑпиÑке " -"зарегиÑтрированных аккаунтов. ПоÑледовательноÑть иÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ " -"аккаунтов можно изменить при помощи Ñтрелок \"Вверх\" и \"Вниз\"." - - -#: ../build/src/ui_dlgaccountsbase.h:350 -msgid "Down" -msgstr "Вниз" - -#: ../build/src/ui_dlgaccountsbase.h:352 -msgid "Get this account up" -msgstr "Убрать Ñтот аккаунт" - -#: ../build/src/ui_dlgaccountsbase.h:357 -msgid "Up" -msgstr "Вверх" - -#: ../build/src/ui_dlgaccountsbase.h:358 -msgid "Apply" -msgstr "Применить" - -#: ../build/src/ui_dlgaccountsbase.h:363 -msgid "SIP" -msgstr "SIP" - -#: ../build/src/ui_dlgaccountsbase.h:364 -msgid "IAX" -msgstr "IAX" - -#: ../build/src/ui_dlgaccountsbase.h:370 -msgid "State" -msgstr "СтатуÑ" - -#: ../build/src/ui_dlgaccountsbase.h:373 -msgid "Stun settings will be applied on each account" -msgstr "Stun-наÑтройки будут иÑпользоватьÑÑ Ð´Ð»Ñ Ð²Ñех аккаунтов" - -#: ../build/src/ui_dlgaccountsbase.h:374 -msgid "Enable Stun" -msgstr "&Включить STUN" - -#: ../build/src/ui_dlgaccountsbase.h:375 -msgid "choose Stun server (example : stunserver.org)" -msgstr "Выберите STUN-Ñервер (например : stunserver.org )" - -#: ../build/src/ui_dlgaddressbookbase.h:143 -msgid "Maximum &results" -msgstr "МакÑимальное &количеÑтво результатов" - -#: ../build/src/ui_dlgaddressbookbase.h:144 -msgid "Display &photo if available" -msgstr "Показать &фотографию контакта (еÑли имеетÑÑ)" - -#: ../build/src/ui_dlgaddressbookbase.h:145 -msgid "Display phone numbers of these &types :" -msgstr "ЕÑли контакт имеет неÑколько номеров, показать &только :" - -#: ../build/src/ui_dlgaddressbookbase.h:146 -msgid "&Work" -msgstr "&Рабочий номер" - -#: ../build/src/ui_dlgaddressbookbase.h:147 -msgid "&Mobile" -msgstr "Ðомер &мобильника" - -#: ../build/src/ui_dlgaddressbookbase.h:148 -msgid "&Home" -msgstr "&Домашний номер" - -#: ../build/src/ui_dlgaudiobase.h:265 -msgid "Audio device" -msgstr "Звуковое уÑтройÑтво" - -#: ../build/src/ui_dlgaudiobase.h:268 -msgid "ALSA" -msgstr "ALSA" - -#: ../build/src/ui_dlgaudiobase.h:269 -msgid "PulseAudio" -msgstr "PulseAudio" - -#: ../build/src/ui_dlgaudiobase.h:271 -msgid "Enable ringtones" -msgstr "Включить звонок" - -#: ../build/src/ui_dlgaudiobase.h:272 -msgid "*.ul *.au *.wav" -msgstr "*.ul *.au *.wav" - -#: ../build/src/ui_dlgaudiobase.h:273 -msgid "&Codecs" -msgstr "&Кодеки" - -#: ../build/src/ui_dlgaudiobase.h:275 -msgid "Active" -msgstr "Вкл." - -#: ../build/src/ui_dlgaudiobase.h:277 -msgid "Name" -msgstr "ИмÑ" - -#: ../build/src/ui_dlgaudiobase.h:279 -msgid "Frequency" -msgstr "ЧаÑтота" - -#: ../build/src/ui_dlgaudiobase.h:281 -msgid "Bitrate" -msgstr "Битрейт" - -#: ../build/src/ui_dlgaudiobase.h:283 -msgid "Bandwidth" -msgstr "ПропуÑÐºÐ½Ð°Ñ ÑпоÑобноÑть" - -#: ../build/src/ui_dlgaudiobase.h:286 -msgid "ALSA settings" -msgstr "ÐаÑтройка ALSA" - -#: ../build/src/ui_dlgaudiobase.h:287 -msgid "ALSA plugin" -msgstr "ALSA-плагин" - -#: ../build/src/ui_dlgaudiobase.h:288 -msgid "In" -msgstr "Вход" - -#: ../build/src/ui_dlgaudiobase.h:289 -msgid "Out" -msgstr "Выход" - -#: ../build/src/ui_dlgaudiobase.h:290 -msgid "PulseAudio settings" -msgstr "ÐаÑтройка PulseAudio" - -#: ../build/src/ui_dlgaudiobase.h:291 -msgid "Mute other applications during a call" -msgstr "Приглушить звук других програм во Ð²Ñ€ÐµÐ¼Ñ Ð·Ð²Ð¾Ð½ÐºÐ°" - -#: ../build/src/ui_dlgdisplaybase.h:121 -msgid "Enable notifications" -msgstr "Включить предупреждениÑ" - -#: ../build/src/ui_dlgdisplaybase.h:122 -msgid "On incoming &calls" -msgstr "При входÑщих звонках" - -#: ../build/src/ui_dlgdisplaybase.h:123 -msgid "On &messages" -msgstr "При звуковых &ÑообщениÑÑ…" - -#: ../build/src/ui_dlgdisplaybase.h:124 -msgid "Show main window" -msgstr "Показать главное окно" - -#: ../build/src/ui_dlgdisplaybase.h:125 -msgid "On &start" -msgstr "При &запуÑке" - -#: ../build/src/ui_dlgdisplaybase.h:126 -msgid "On &incoming calls" -msgstr "При входÑщих звонках" - -#: ../build/src/ui_dlggeneralbase.h:166 -msgid "Keep my history for at least" -msgstr "Сохранить журнал звонков как минимум " - -#: ../build/src/ui_dlggeneralbase.h:167 -msgid "days" -msgstr "дней" - -#: ../build/src/ui_dlggeneralbase.h:168 -msgid "Clear history" -msgstr "Стереть журнал" - -#: ../build/src/ui_dlggeneralbase.h:169 -msgid "Connection" -msgstr "Подключение" - -#: ../build/src/ui_dlggeneralbase.h:170 -msgid "SIP Port" -msgstr "SIP-порт" - -#: ../build/src/ui_dlggeneralbase.h:171 -msgid "Attention " -msgstr "Внимание" - -#: ../build/src/ui_dlghooksbase.h:174 -msgid "URL Argument" -msgstr "Ðргумент переданный в URL" - -#: ../build/src/ui_dlghooksbase.h:175 -#, c-format -msgid "Custom commands with URL %s will be replaced with the passed URL." -msgstr "Команды Ñ URL %s будут заменены на переданный URL" - -#: ../build/src/ui_dlghooksbase.h:176 -msgid "Trigger on specific SIP header" -msgstr "ЗапуÑтить при определëнном SIP-заголовке" - -#: ../build/src/ui_dlghooksbase.h:177 -msgid "Trigger on IAX2 URL" -msgstr "ЗапуÑтить при URL IAX2 " - -#: ../build/src/ui_dlghooksbase.h:178 -msgid "Command to run" -msgstr "Команда" - -#: ../build/src/ui_dlghooksbase.h:179 -msgid "Phone number formatting" -msgstr "Формат номера телефона" - -#: ../build/src/ui_dlghooksbase.h:180 -msgid "Add phone number prefix" -msgstr "Добавить перед на набранными номерами" - -#: ../build/src/ui_dlgrecordbase.h:92 -msgid "Destination folder" -msgstr "Папка Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñи" - -#: ../build/src/ui_sflphone_kdeview_base.h:391 -msgid "Pick up" -msgstr "&ВзÑть трубку" - -#: ../build/src/ui_sflphone_kdeview_base.h:395 -msgid "History" -msgstr "Журнал" - -#: ../build/src/ui_sflphone_kdeview_base.h:397 -msgid "Configure accounts" -msgstr "ÐаÑтроить &аккаунты" - -#: ../build/src/ui_sflphone_kdeview_base.h:398 -msgid "Configure audio" -msgstr "ÐаÑтроить &звук" - -#: ../build/src/ui_sflphone_kdeview_base.h:399 -#: ../build/src/ui_sflphone_kdeview_base.h:401 -msgid "Configure SFLphone" -msgstr "&ÐаÑтроить SFLPhone" - -#: ../build/src/ui_sflphone_kdeview_base.h:403 -msgid "Display volume bars" -msgstr "Показать уровень &громкоÑти" - -#: ../build/src/ui_sflphone_kdeview_base.h:404 -msgid "Display dialpad" -msgstr "Показать &клавиатуру" - -#: ../build/src/ui_sflphone_kdeview_base.h:405 -msgctxt "Action record a call" -msgid "Record" -msgstr "ЗапиÑать" - -#: ../build/src/ui_sflphone_kdeview_base.h:406 -msgid "Account creation wizard" -msgstr "&МаÑтер наÑтройки SFLphone" - -#: ../build/src/ui_sflphone_kdeview_base.h:408 -msgid "Attention:number of results exceeds max displayed." -msgstr "Внимание: КоличеÑтво результатов превышает наÑтроенный макÑимум результатов" - -#~ msgid "Attention : SIP port must be over 1024 !" -#~ msgstr "Внимание : SIP-порт должен быть больше чем 1024 !" - -#~ msgid "Attention : SIP port must be under 65536 !" -#~ msgstr "Внимание : SIP-порт должен быть меньше чем 65536 !" - -#~ msgid "about" -#~ msgstr "О" - -#~ msgid "Configure general settings" -#~ msgstr "Общие наÑтройки" - -#~ msgid "&Capacity" -#~ msgstr "ВмеÑтимоÑть" - -#~ msgid "Configure display" -#~ msgstr "ÐаÑтроить Ñкран" - -#~ msgid "Configure user accounts" -#~ msgstr "ÐаÑтройка аккаунтов пользователей" - -#~ msgid "&Alias" -#~ msgstr "ПÑевдоним" - -#~ msgid "&Protocol" -#~ msgstr "Протокол" - -#~ msgid "&Server" -#~ msgstr "&Сервер" - -#~ msgid "&User" -#~ msgstr "&Пользователь" - -#~ msgid "Pass&word" -#~ msgstr "Па&роль" - -#~ msgid "&Mailbox" -#~ msgstr "&Звуковые ÑообщениÑ" - -#~ msgid "Configure audio settings" -#~ msgstr "ÐаÑтройки звука" - -#~ msgid "Configure record settings" -#~ msgstr "ÐаÑтроить запиÑÑŒ звонков" - -#~ msgid "Configure address book settings" -#~ msgstr "ÐаÑтроить адреÑную книгу" - -#~ msgid "Configure hooks settings" -#~ msgstr "ÐаÑтроить перехватчики" - -#~ msgid "SIP Protocol" -#~ msgstr "SIP-Протокол" - -#~ msgid "IAX2 Protocol" -#~ msgstr "IAX2-Протокол" - -#~ msgid "SIP Header" -#~ msgstr "SIP Заголовок" - -#~ msgid "Prepend" -#~ msgstr "Добавить в начало" - -#~ msgid "&Hang up" -#~ msgstr "&Положить трубку" - -#~ msgid "H&old" -#~ msgstr "&Удержать звонок" - -#~ msgid "&Transfer" -#~ msgstr "Пе&реÑлать звонок на другой номер" - -#~ msgid "&About" -#~ msgstr "&О SFLphone" - -#~ msgid "&Record" -#~ msgstr "ЗапиÑать" +# Russian Translation. +# Copyright (C) 2009 Savoir-Faire Linux Inc. +# This file is distributed under the same license as the sflphone package. +# Hussein Abdallah <hussein.abdallah@savoirfairelinux.com>. +# +msgid "" +msgstr "" +"Project-Id-Version: SFLphone 0.9.6\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-16 15:14-0400\n" +"PO-Revision-Date: 2009-06-08 10:19 GMT-5\n" +"Last-Translator: HUSSEIN ABDALLAH <hussein.abdallah@savoirfairelinux.com>\n" +"Language-Team: Savoir-Faire Linux Inc <sflphoneteam@savoirfairelinux.com>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../sflphone-client-kde/src/Account.cpp:34 +#: ../sflphone-client-gnome/src/accountlist.c:175 +msgctxt "account state" +msgid "Registered" +msgstr "ЗарегиÑтрирован" + +#: ../sflphone-client-kde/src/Account.cpp:36 +#: ../sflphone-client-gnome/src/accountlist.c:178 +msgctxt "account state" +msgid "Not Registered" +msgstr "Ðе зарегиÑтрирован" + +#: ../sflphone-client-kde/src/Account.cpp:38 +#: ../sflphone-client-gnome/src/accountlist.c:181 +msgctxt "account state" +msgid "Trying..." +msgstr "Пробует подключитьÑÑ..." + +#: ../sflphone-client-kde/src/Account.cpp:40 +#: ../sflphone-client-gnome/src/accountlist.c:184 +msgctxt "account state" +msgid "Error" +msgstr "Ошибка" + +#: ../sflphone-client-kde/src/Account.cpp:42 +msgctxt "account state" +msgid "Authentication Failed" +msgstr "ÐÐµÐ¿Ñ€Ð°Ð²Ð¸Ð»ÑŒÐ½Ð°Ñ Ð¸Ð´ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ" + +#: ../sflphone-client-kde/src/Account.cpp:44 +#: ../sflphone-client-gnome/src/accountlist.c:190 +msgctxt "account state" +msgid "Network unreachable" +msgstr "Сеть недоÑтупна" + +#: ../sflphone-client-kde/src/Account.cpp:46 +#: ../sflphone-client-gnome/src/accountlist.c:193 +msgctxt "account state" +msgid "Host unreachable" +msgstr "ХоÑÑ‚ недоÑтупен" + +#: ../sflphone-client-kde/src/Account.cpp:48 +#: ../sflphone-client-gnome/src/accountlist.c:196 +msgctxt "account state" +msgid "Stun configuration error" +msgstr "Ошибка наÑтройки Stun" + +#: ../sflphone-client-kde/src/Account.cpp:50 +#: ../sflphone-client-gnome/src/accountlist.c:199 +msgctxt "account state" +msgid "Stun server invalid" +msgstr "ÐедейÑтвительный Stun-Ñервер" + +#: ../sflphone-client-kde/src/Account.cpp:51 +#: ../sflphone-client-gnome/src/accountlist.c:202 +msgctxt "account state" +msgid "Invalid" +msgstr "ÐедейÑтвительный" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:163 +#: ../sflphone-client-kde/src/AccountWizard.cpp:278 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:406 +msgid "Account creation wizard" +msgstr "МаÑтер наÑтройки SFLphone" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:199 +#: ../sflphone-client-kde/src/AccountWizard.cpp:217 +#: ../sflphone-client-kde/src/AccountWizard.cpp:561 +#: ../sflphone-client-gnome/src/assistant.c:68 +#, c-format +msgid "This assistant is now finished." +msgstr "МаÑтер закончил наÑтройку." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:211 +msgid "Creation of account has failed for the reason" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:255 +#: ../sflphone-client-kde/src/AccountWizard.cpp:440 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:359 +#: ../sflphone-client-gnome/src/assistant.c:72 +msgid "Alias" +msgstr "ПÑевдоним" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:256 +#: ../sflphone-client-kde/src/AccountWizard.cpp:441 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:366 +#: ../sflphone-client-gnome/src/assistant.c:75 +msgid "Server" +msgstr "Сервер" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:257 +#: ../sflphone-client-kde/src/AccountWizard.cpp:442 +#: ../sflphone-client-gnome/src/assistant.c:78 +msgid "Username" +msgstr "Пользователь" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:258 +#: ../sflphone-client-kde/src/AccountWizard.cpp:443 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:368 +msgid "Password" +msgstr "Пароль" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:259 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:360 +#: ../sflphone-client-gnome/src/config/configwindow.c:418 +msgid "Protocol" +msgstr "Протокол" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:260 +#: ../sflphone-client-kde/src/AccountWizard.cpp:444 +msgid "Voicemail number" +msgstr "Ðомер автоответчика #" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:279 +#: ../sflphone-client-gnome/src/assistant.c:216 +msgid "Welcome to the Account creation wizard of SFLphone!" +msgstr "Добро пожаловать в SFLphone!" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:281 +#: ../sflphone-client-gnome/src/assistant.c:217 +msgid "This installation wizard will help you configure an account." +msgstr "Ðтот маÑтер уÑтановки поможет вам наÑтроить ваш аккаунт." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:309 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Account" +msgstr "Ðккаунты" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:310 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Please select one of the following options" +msgstr "Введите пожалуйÑта Ñледующие данные" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:312 +#: ../sflphone-client-gnome/src/assistant.c:251 +msgid "Create a free SIP/IAX2 account on sflphone.org" +msgstr "Создать беÑплатный SIP/IAX2-аккаунт на sflphone.org" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:313 +#: ../sflphone-client-gnome/src/assistant.c:253 +msgid "Register an existing SIP or IAX2 account" +msgstr "ЗарегиÑтрировать ÑущеÑтвующий SIP или IAX2 аккаунт" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:352 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "VoIP Protocols" +msgstr "VoIP-протоколы" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:353 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "Select an account type" +msgstr "Выберите тип аккаунта" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:355 +#: ../sflphone-client-gnome/src/assistant.c:233 +msgid "SIP (Session Initiation Protocol)" +msgstr "SIP (Session Initiation Protocol)" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:356 +#: ../sflphone-client-gnome/src/assistant.c:235 +msgid "IAX2 (InterAsterix Exchange)" +msgstr "IAX2 (InterAsterix Exchange)" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:395 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "Optional email address" +msgstr "Ðлектронный Ð°Ð´Ñ€ÐµÑ (необÑзательный)" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:396 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "This email address will be used to send your voicemail messages." +msgstr "Ðтот Ñлектронный Ð°Ð´Ñ€ÐµÑ Ð±ÑƒÐ´ÐµÑ‚ иÑпользоватьÑÑ Ð´Ð»Ñ Ñ€ÐµÑ‡ÐµÐ²Ñ‹Ñ… Ñообщений" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:398 +msgid "Email address" +msgstr "ÐÐ´Ñ€ÐµÑ Ñл. почты" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:432 +#: ../sflphone-client-gnome/src/assistant.c:266 +msgid "SIP account settings" +msgstr "ÐаÑтройка SIP-аккаунта" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:436 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "IAX2 account settings" +msgstr "ÐаÑтройка IAX2-аккаунта" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:438 +#: ../sflphone-client-gnome/src/assistant.c:266 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "Please fill the following information" +msgstr "Введите пожалуйÑта Ñледующие данные" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:523 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:856 +msgid "Network Address Translation (NAT)" +msgstr "Network Address Translation (NAT)" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:524 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:536 +msgid "You should probably enable this if you are behind a firewall." +msgstr "Ð’Ñ‹ наверное должны Ñто включить еÑли вы находитеÑÑŒ за Ñетевым Ñкраном." + +#: ../sflphone-client-kde/src/AccountWizard.cpp:526 +msgid "Enable STUN" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:527 +msgid "Stun Server" +msgstr "" + +#: ../sflphone-client-kde/src/AccountWizard.cpp:562 +msgid "" +"After checking the settings you chose, click \"Finish\" to create the " +"account." +msgstr "" + +#: ../sflphone-client-kde/src/ActionSetAccountFirst.cpp:26 +msgid "Default account" +msgstr "" + +#: ../sflphone-client-kde/src/Call.cpp:116 +#: ../sflphone-client-gnome/src/contacts/calltree.c:322 +msgid "Transfer to : " +msgstr "" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:89 +#: ../sflphone-client-gnome/src/actions.c:816 +msgid "Codec" +msgstr "Codec" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:93 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:279 +#: ../sflphone-client-gnome/src/config/audioconf.c:581 +msgid "Frequency" +msgstr "ЧаÑтота" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:97 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:281 +#: ../sflphone-client-gnome/src/config/audioconf.c:586 +msgid "Bitrate" +msgstr "Битрейт" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:101 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:283 +#: ../sflphone-client-gnome/src/config/audioconf.c:591 +msgid "Bandwidth" +msgstr "ПропуÑÐºÐ½Ð°Ñ ÑпоÑобноÑть" + +#: ../sflphone-client-kde/src/main.cpp:39 +msgid "SFLphone KDE Client" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:43 +msgid "(C) 2009 Savoir-faire Linux" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:47 +msgid "Jérémy Quentin" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:48 +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "" + +#: ../sflphone-client-kde/src/main.cpp:48 +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:62 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-gnome/src/statusicon.c:126 +msgid "SFLphone" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:209 +msgid "Incoming call" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 +msgid "You have an incoming call from" +msgstr "" + +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 +msgid "Click to accept or refuse it." +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:716 +msgid "Address book loading..." +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:901 +#: ../sflphone-client-gnome/src/actions.c:89 +msgid "No registered accounts" +msgstr "У Ð²Ð°Ñ Ð½ÐµÑ‚ зарегиÑтрированных аккаунтов" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:905 +#: ../sflphone-client-gnome/src/actions.c:83 +#: ../sflphone-client-gnome/src/actions.c:813 +msgid "Using account" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +msgid "Main screen" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:165 +msgid "Call history" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:407 +#: ../sflphone-client-gnome/src/toolbar.c:243 +#: ../sflphone-client-gnome/src/toolbar.c:245 +msgid "Address book" +msgstr "ÐдреÑÐ½Ð°Ñ ÐºÐ½Ð¸Ð³Ð°" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1108 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1173 +msgid "Edit before call" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:56 +#: ../sflphone-client-gnome/src/toolbar.c:167 +#: ../sflphone-client-gnome/src/toolbar.c:169 +msgid "New call" +msgstr "Ðовый звонок" + +#: ../sflphone-client-kde/src/sflphone_const.h:57 +#: ../sflphone-client-kde/src/sflphone_const.h:62 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:392 +#: ../sflphone-client-gnome/src/toolbar.c:186 +#: ../sflphone-client-gnome/src/toolbar.c:188 +msgid "Hang up" +msgstr "Положить трубку" + +#: ../sflphone-client-kde/src/sflphone_const.h:58 +#: ../sflphone-client-gnome/src/toolbar.c:207 +#: ../sflphone-client-gnome/src/toolbar.c:209 +msgid "Hold on" +msgstr "Удержать звонок" + +#: ../sflphone-client-kde/src/sflphone_const.h:59 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:394 +#: ../sflphone-client-gnome/src/toolbar.c:220 +#: ../sflphone-client-gnome/src/toolbar.c:222 +msgid "Transfer" +msgstr "ПереÑлать звонок на другой номер" + +#: ../sflphone-client-kde/src/sflphone_const.h:60 +#: ../sflphone-client-gnome/src/toolbar.c:263 +msgid "Record" +msgstr "ЗапиÑать переговор" + +#: ../sflphone-client-kde/src/sflphone_const.h:61 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:391 +#: ../sflphone-client-gnome/src/toolbar.c:176 +#: ../sflphone-client-gnome/src/toolbar.c:178 +msgid "Pick up" +msgstr "ВзÑть трубку" + +#: ../sflphone-client-kde/src/sflphone_const.h:63 +#: ../sflphone-client-gnome/src/toolbar.c:196 +#: ../sflphone-client-gnome/src/toolbar.c:198 +msgid "Hold off" +msgstr "Снова взÑть" + +#: ../sflphone-client-kde/src/sflphone_const.h:64 +msgid "Give up transfer" +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_const.h:65 +msgid "Call back" +msgstr "" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:48 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:306 +#: ../sflphone-client-gnome/src/config/configwindow.c:722 +#: ../sflphone-client-gnome/src/config/configwindow.c:791 +msgctxt "Config section" +msgid "General" +msgstr "Общие наÑтройки" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:49 +msgctxt "Config section" +msgid "Display" +msgstr "" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:50 +#: ../sflphone-client-gnome/src/config/configwindow.c:833 +msgctxt "Config section" +msgid "Accounts" +msgstr "" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:51 +#: ../sflphone-client-gnome/src/config/configwindow.c:786 +msgctxt "Config section" +msgid "Audio" +msgstr "звука" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:52 +#: ../sflphone-client-gnome/src/config/configwindow.c:801 +msgctxt "Config section" +msgid "Address Book" +msgstr "ÐдреÑÐ½Ð°Ñ ÐºÐ½Ð¸Ð³Ð°" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:53 +#: ../sflphone-client-gnome/src/config/configwindow.c:796 +msgctxt "Config section" +msgid "Recordings" +msgstr "ЗапиÑÑŒ" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:54 +#: ../sflphone-client-gnome/src/config/configwindow.c:806 +msgctxt "Config section" +msgid "Hooks" +msgstr "перехватчики (hooks)" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:321 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:142 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:263 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:120 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:164 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:173 +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:90 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:390 +msgid "Form" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:323 +msgid "" +"By default, when you place a call, sflphone will use the first account in " +"this list which is \"registered\". Change the order of the accounts using " +"the \"Up\" and \"Down\" arrows. Enable/disable them by checking/unchecking " +"them on the left of the item. Add or remove some with \"Plus\" and \"Sub\" " +"buttons. Edit the selected account with the form on the right." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:327 +msgid "Remove the selected account" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:330 +msgid "" +"This button will remove the selected account in the list below. Be sure you " +"really don't need it anymore. If you think you might use it again later, " +"just uncheck it." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:335 +msgid "Remove" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:336 +msgid "Backspace, Return" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:338 +msgid "Add a new account" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:341 +msgid "" +"This button enables you to initialize a new account. You will then be able " +"to edit it using the form on the right." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:343 +msgid "Add" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:345 +msgid "Get this account down" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:348 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:355 +msgid "" +"By default, when you place a call, sflphone will use the first account in " +"this list which is \"registered\". Change the order of the accounts using " +"the \"Up\" and \"Down\" arrows." +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:350 +msgid "Down" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:352 +msgid "Get this account up" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:357 +msgid "Up" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:358 +msgid "Apply" +msgstr "Применить" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:363 +msgid "SIP" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:364 +msgid "IAX" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:367 +msgid "User" +msgstr "Пользователь" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:369 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:396 +msgid "Mailbox" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:370 +msgid "State" +msgstr "СтатуÑ" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:373 +msgid "Stun settings will be applied on each account" +msgstr "STUN-параметры будут Ñффективны Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ Ñозданного SIP-аккаунта" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:374 +msgid "Enable Stun" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:375 +msgid "choose Stun server (example : stunserver.org)" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:143 +msgid "Maximum &results" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:144 +msgid "Display &photo if available" +msgstr "_Показать фотографию контакта (еÑли имеетÑÑ):" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:145 +msgid "Display phone numbers of these &types :" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:146 +msgid "&Work" +msgstr "Рабочий" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:147 +msgid "&Mobile" +msgstr "Мобильный" + +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:148 +msgid "&Home" +msgstr "Домашний" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:265 +msgid "Audio device" +msgstr "Звуковые файлы" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:268 +msgid "ALSA" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:269 +msgid "PulseAudio" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:271 +msgid "Enable ringtones" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:272 +msgid "*.ul *.au *.wav" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:273 +msgid "&Codecs" +msgstr "Кодеки" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:275 +msgid "Active" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:277 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:404 +#: ../sflphone-client-gnome/src/config/audioconf.c:576 +msgid "Name" +msgstr "ИмÑ" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:286 +#: ../sflphone-client-gnome/src/config/audioconf.c:795 +msgid "ALSA settings" +msgstr "ÐаÑтройка ALSA" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:287 +#: ../sflphone-client-gnome/src/config/audioconf.c:662 +msgid "ALSA plugin" +msgstr "ALSA-плагин" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:288 +msgid "In" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:289 +msgid "Out" +msgstr "Выход" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:290 +msgid "PulseAudio settings" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:291 +msgid "Mute other applications during a call" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:121 +msgid "Enable notifications" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:122 +msgid "On incoming &calls" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:123 +msgid "On &messages" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:124 +msgid "Show main window" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:125 +msgid "On &start" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:126 +msgid "On &incoming calls" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:166 +msgid "Keep my history for at least" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:167 +msgid "days" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:168 +msgid "Clear history" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:169 +msgid "Connection" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:170 +#: ../sflphone-client-gnome/src/config/configwindow.c:664 +msgid "SIP Port" +msgstr "SIP-порт" + +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:171 +msgid "Attention " +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:174 +#: ../sflphone-client-gnome/src/config/hooks-config.c:130 +msgid "URL Argument" +msgstr "Передача URL" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:175 +msgid "Custom commands with URL %s will be replaced with the passed URL." +msgstr "%s будет заменена на переданную URL" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:176 +msgid "Trigger on specific SIP header" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:177 +msgid "Trigger on IAX2 URL" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:178 +msgid "Command to run" +msgstr "Выполнить команду:" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:179 +msgid "Phone number formatting" +msgstr "ПерепиÑка номера телефона" + +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:180 +msgid "Add phone number prefix" +msgstr "Мобильный телефон" + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:91 +msgid "General" +msgstr "Общие наÑтройки" + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:92 +#: ../sflphone-client-gnome/src/config/configwindow.c:726 +msgid "Destination folder" +msgstr "Папка назначениÑ" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:393 +msgid "Hold" +msgstr "Удержать звонок" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:395 +#: ../sflphone-client-gnome/src/toolbar.c:232 +#: ../sflphone-client-gnome/src/toolbar.c:234 +msgid "History" +msgstr "Журнал" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:397 +msgid "Configure accounts" +msgstr "Ðынешний аккаунт" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:398 +msgid "Configure audio" +msgstr "Ðынешний аккаунт" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:399 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:401 +msgid "Configure SFLphone" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:403 +msgid "Display volume bars" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:404 +msgid "Display dialpad" +msgstr "" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:405 +msgctxt "Action record a call" +msgid "Record" +msgstr "ЗапиÑать переговор" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:408 +msgid "Attention:number of results exceeds max displayed." +msgstr "" + +#: ../sflphone-client-gnome/src/accountlist.c:187 +msgid "accounr state" +msgstr "ÐаÑтройки аккаунта" + +#: ../sflphone-client-gnome/src/actions.c:54 +#: ../sflphone-client-gnome/src/sflnotify.c:94 +msgid "%d voice mail" +msgid_plural "%d voice mails" +msgstr[0] "%d речевое Ñообщение" +msgstr[1] "%d речевое Ñообщение" + +#: ../sflphone-client-gnome/src/actions.c:234 +msgid "" +"Unable to connect to the SFLphone server.\n" +"Make sure the daemon is running." +msgstr "" +"Ðевозможно подключитьÑÑ Ðº SFLphone-Ñерверу.\n" +"Проверьте еÑли демон работает." + +#: ../sflphone-client-gnome/src/actions.c:809 +#, c-format +msgid "IP call - %s" +msgstr "IP звонок - %s" + +#: ../sflphone-client-gnome/src/actions.c:908 +#, c-format +msgid "" +"<b>Error: No audio codecs found.\n" +"\n" +"</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>.sflphone</" +"b> directory in your home( <i>%s</i> )" +msgstr "" +"<b>Ошибка: звуковые кодеки не найдены.\n" +"\n" +"</b> Звуковые кодеки SFL должны находитьÑÑ Ð² <i>%s</i> или в <b>.sflphone</" +"b> каталоге в вашем домашнем каталоге( <i>%s</i> )" + +#: ../sflphone-client-gnome/src/assistant.c:70 +msgid "" +"You can at any time check your registration state or modify your accounts " +"parameters in the Options/Accounts window." +msgstr "" +"Ð’Ñ‹ можете в любое Ð²Ñ€ÐµÐ¼Ñ Ð¿Ñ€Ð¾Ð²ÐµÑ€Ð¸Ñ‚ÑŒ ÑÑ‚Ð°Ñ‚ÑƒÑ Ñ€ÐµÐ³Ð¸Ñтрации или изменитьпараметры " +"ваших аккаунтов в меню Правка / Ðккаунты." + +#: ../sflphone-client-gnome/src/assistant.c:190 +msgid "SFLphone account creation wizard" +msgstr "МаÑтер наÑтройки SFLphone" + +#: ../sflphone-client-gnome/src/assistant.c:274 +#: ../sflphone-client-gnome/src/assistant.c:370 +#: ../sflphone-client-gnome/src/config/accountwindow.c:153 +msgid "_Alias" +msgstr "_ПÑевдоним" + +#: ../sflphone-client-gnome/src/assistant.c:282 +#: ../sflphone-client-gnome/src/assistant.c:378 +#: ../sflphone-client-gnome/src/config/accountwindow.c:189 +msgid "_Host name" +msgstr "Ð˜Ð¼Ñ Ð¸Ð»Ð¸ IP-Ð°Ð´Ñ€ÐµÑ _Ñервера" + +#: ../sflphone-client-gnome/src/assistant.c:290 +#: ../sflphone-client-gnome/src/assistant.c:386 +#: ../sflphone-client-gnome/src/config/accountwindow.c:197 +msgid "_User name" +msgstr "Ð˜Ð¼Ñ Ð¸Ð»Ð¸ _номер пользователÑ" + +#: ../sflphone-client-gnome/src/assistant.c:306 +#: ../sflphone-client-gnome/src/assistant.c:401 +#: ../sflphone-client-gnome/src/config/accountwindow.c:212 +msgid "_Password" +msgstr "Па_роль" + +#: ../sflphone-client-gnome/src/assistant.c:324 +#: ../sflphone-client-gnome/src/assistant.c:417 +#: ../sflphone-client-gnome/src/config/accountwindow.c:228 +msgid "_Voicemail number" +msgstr "Ðомер _автоответчика #" + +#: ../sflphone-client-gnome/src/assistant.c:347 +msgid "_Email address" +msgstr "_ÐÐ´Ñ€ÐµÑ Ñл. почты" + +#: ../sflphone-client-gnome/src/assistant.c:444 +#: ../sflphone-client-gnome/src/config/configwindow.c:532 +msgid "E_nable STUN" +msgstr "Включить STUN" + +#: ../sflphone-client-gnome/src/assistant.c:451 +msgid "_STUN server" +msgstr "_STUN-Ñервер" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Account Registration" +msgstr "РегиÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ð°ÐºÐºÐ°ÑƒÐ½Ñ‚Ð°" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Congratulations!" +msgstr "ПоздравлÑем!" + +#: ../sflphone-client-gnome/src/errors.c:29 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening playback device" +msgstr "" +"<b>ALSA-nпредупреждение</b>\n" +"\n" +"Ошибка во Ð²Ñ€ÐµÐ¼Ñ Ð°ÐºÑ‚Ð¸Ð²Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ ÑƒÑтройÑтва проигрываниÑ" + +#: ../sflphone-client-gnome/src/errors.c:32 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening capture device" +msgstr "" +"<b>ALSA-nпредупреждение</b>\n" +"\n" +"Ошибка во Ð²Ñ€ÐµÐ¼Ñ Ð°ÐºÑ‚Ð¸Ð²Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ ÑƒÑтройÑтва входа" + +#: ../sflphone-client-gnome/src/errors.c:35 +msgid "" +"Pulseaudio notification\n" +"\n" +"Pulseaudio is not running" +msgstr "" +"<b>Предупреждение Pulseaudio</b>\n" +"\n" +"Pulseaudio не работает" + +#: ../sflphone-client-gnome/src/mainwindow.c:70 +msgid "There is one call in progress." +msgstr "Звонок ещё не окончен." + +#: ../sflphone-client-gnome/src/mainwindow.c:74 +msgid "There are calls in progress." +msgstr "ÐеÑколько звонков ещё не окончены." + +#: ../sflphone-client-gnome/src/mainwindow.c:83 +msgid "Do you still want to quit?" +msgstr "Ð’Ñ‹ уверенны что хотите выйти?" + +#: ../sflphone-client-gnome/src/mainwindow.c:284 +msgid "SFLphone Error" +msgstr "Ошибка SFLphone." + +#: ../sflphone-client-gnome/src/menus.c:134 +msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols." +msgstr "SFLphone - SIP и IAX2-ÑовмеÑтимый VoIP-клиент " + +#: ../sflphone-client-gnome/src/menus.c:137 +msgid "About SFLphone" +msgstr "О SFLphone" + +#: ../sflphone-client-gnome/src/menus.c:161 +msgid "_Help" +msgstr "_Помощь" + +#: ../sflphone-client-gnome/src/menus.c:296 +#: ../sflphone-client-gnome/src/menus.c:953 +msgid "_New call" +msgstr "_Ðовый звонок" + +#: ../sflphone-client-gnome/src/menus.c:308 +#: ../sflphone-client-gnome/src/menus.c:785 +msgid "_Pick up" +msgstr "_ВзÑть трубку" + +#: ../sflphone-client-gnome/src/menus.c:318 +#: ../sflphone-client-gnome/src/menus.c:797 +msgid "_Hang up" +msgstr "_Положить трубку" + +#: ../sflphone-client-gnome/src/menus.c:328 +#: ../sflphone-client-gnome/src/menus.c:809 +msgid "On _Hold" +msgstr "_Удержать звонок" + +#: ../sflphone-client-gnome/src/menus.c:340 +#: ../sflphone-client-gnome/src/menus.c:821 +msgid "_Record" +msgstr "ЗапиÑать" + +#: ../sflphone-client-gnome/src/menus.c:354 +msgid "_Account creation wizard" +msgstr "МаÑтер наÑтройки SFLphone" + +#: ../sflphone-client-gnome/src/menus.c:384 +msgid "_Call" +msgstr "_Звонок" + +#: ../sflphone-client-gnome/src/menus.c:552 +msgid "Clear _history" +msgstr "_Стереть журнал" + +#: ../sflphone-client-gnome/src/menus.c:564 +msgid "_Accounts" +msgstr "_Ðккаунты" + +#: ../sflphone-client-gnome/src/menus.c:579 +msgid "_Edit" +msgstr "_Правка" + +#: ../sflphone-client-gnome/src/menus.c:631 +msgid "_Dialpad" +msgstr "_Клавиатура" + +#: ../sflphone-client-gnome/src/menus.c:643 +msgid "_Volume controls" +msgstr "_ÐаÑтройки громкоÑти" + +#: ../sflphone-client-gnome/src/menus.c:661 +msgid "_View" +msgstr "_Вид" + +#: ../sflphone-client-gnome/src/menus.c:881 +msgid "_Call back" +msgstr "_Перезвонить" + +#: ../sflphone-client-gnome/src/menus.c:1061 +msgid "Edit phone number" +msgstr "Мобильный телефон" + +#: ../sflphone-client-gnome/src/menus.c:1072 +msgid "Edit the phone number before making a call" +msgstr "Изменить номер телефона перед звонком" + +#: ../sflphone-client-gnome/src/sflnotify.c:71 +#: ../sflphone-client-gnome/src/sflnotify.c:91 +#, c-format +msgid "%s account : %s" +msgstr "%s аккаунт: %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:75 +#, c-format +msgid "<i>From</i> %s" +msgstr "<i>От:</i> %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:111 +#, c-format +msgid "Calling with %s account <i>%s</i>" +msgstr "Звонок Ñ Ð°ÐºÐºÐ°ÑƒÐ½Ñ‚Ð¾Ð¼ %s <i>%s</i>" + +#: ../sflphone-client-gnome/src/sflnotify.c:115 +msgid "Current account" +msgstr "Ðынешний аккаунт" + +#: ../sflphone-client-gnome/src/sflnotify.c:130 +msgid "You have no accounts set up" +msgstr "Ð’Ñ‹ не наÑтроили ни одного аккаунта" + +#: ../sflphone-client-gnome/src/sflnotify.c:131 +#: ../sflphone-client-gnome/src/sflnotify.c:148 +msgid "Error" +msgstr "Ошибка" + +#: ../sflphone-client-gnome/src/sflnotify.c:147 +msgid "You have no registered accounts" +msgstr "У Ð²Ð°Ñ Ð½ÐµÑ‚ зарегиÑтрированных аккаунтов" + +#: ../sflphone-client-gnome/src/sliders.c:161 +msgid "Speakers volume" +msgstr "ГромкоÑть" + +#: ../sflphone-client-gnome/src/sliders.c:163 +msgid "Mic volume" +msgstr "ГромкоÑть микрофона" + +#: ../sflphone-client-gnome/src/statusicon.c:91 +msgid "_Show main window" +msgstr "_Показать главное окно" + +#: ../sflphone-client-gnome/src/statusicon.c:127 +#, c-format +msgid "%i account configured" +msgid_plural "%i accounts configured" +msgstr[0] "" +msgstr[1] "SFLphone - ЗарегиÑтрировано %i аккаунтов" + +#: ../sflphone-client-gnome/src/toolbar.c:52 +#: ../sflphone-client-gnome/src/toolbar.c:251 +#: ../sflphone-client-gnome/src/toolbar.c:255 +msgid "Voicemail" +msgstr "Ðвтоответчик" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:113 +msgid "Account settings" +msgstr "ÐаÑтройки аккаунта" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:147 +msgid "_Enable this account" +msgstr "_Включить" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:161 +msgid "_Protocol" +msgstr "Пр_отокол" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:179 +msgid "Unknown" +msgstr "ÐеизвеÑтный" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:312 +msgid "_Use Evolution address books" +msgstr "_ИÑпользовать адреÑную книгу Evolution" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:319 +msgid "Download limit :" +msgstr "Ограничение ÑкороÑти ÑкачиваниÑ:" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:327 +msgid "cards" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:333 +msgid "_Display contact photo if available" +msgstr "_Показать фотографию контакта (еÑли имеетÑÑ):" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:341 +msgid "Fields from Evolution's address books" +msgstr "ИÑполоьзовать Ñледующие Ð¿Ð¾Ð»Ñ Ð¸Ð· адреÑной книги Evolution:" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:345 +msgid "_Work" +msgstr "_Рабочий" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:351 +msgid "_Home" +msgstr "_Домашний" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:357 +msgid "_Mobile" +msgstr "_Мобильный" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:364 +msgid "Address Books" +msgstr "ÐдреÑÐ½Ð°Ñ ÐºÐ½Ð¸Ð³Ð°" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:368 +msgid "Select which Evolution address books to use" +msgstr "Выбрать адреÑную книгу Evolution:" + +#: ../sflphone-client-gnome/src/config/audioconf.c:684 +msgid "Output" +msgstr "Выход" + +#: ../sflphone-client-gnome/src/config/audioconf.c:706 +msgid "Input" +msgstr "Вход" + +#: ../sflphone-client-gnome/src/config/audioconf.c:741 +msgid "_Voice Activity Detection" +msgstr "Включить детектор тишины" + +#: ../sflphone-client-gnome/src/config/audioconf.c:751 +msgid "_Noise Reduction (Narrow-Band Companding)" +msgstr "Шумоподавление" + +#: ../sflphone-client-gnome/src/config/audioconf.c:780 +msgid "Sound Manager" +msgstr "Менеджер звука" + +#: ../sflphone-client-gnome/src/config/audioconf.c:783 +msgid "_Pulseaudio" +msgstr "_Pulseaudio" + +#: ../sflphone-client-gnome/src/config/audioconf.c:788 +msgid "_ALSA" +msgstr "_ALSA" + +#: ../sflphone-client-gnome/src/config/audioconf.c:812 +msgid "Codecs" +msgstr "Кодеки" + +#: ../sflphone-client-gnome/src/config/audioconf.c:835 +msgid "Ringtones" +msgstr "Звонки" + +#: ../sflphone-client-gnome/src/config/audioconf.c:841 +msgid "_Enable ringtones" +msgstr "Включить звонок" + +#: ../sflphone-client-gnome/src/config/audioconf.c:847 +msgid "Choose a ringtone" +msgstr "Выберите звонок" + +#: ../sflphone-client-gnome/src/config/audioconf.c:853 +msgid "Audio Files" +msgstr "Звуковые файлы" + +#: ../sflphone-client-gnome/src/config/configwindow.c:425 +msgid "Status" +msgstr "СтатуÑ" + +#: ../sflphone-client-gnome/src/config/configwindow.c:528 +msgid "Stun parameters will be applied on each SIP account created." +msgstr "STUN-параметры будут Ñффективны Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ Ñозданного SIP-аккаунта" + +#: ../sflphone-client-gnome/src/config/configwindow.c:544 +msgid "Format : name.server:port" +msgstr "Формат: имÑ.Ñервер:порт" + +#: ../sflphone-client-gnome/src/config/configwindow.c:589 +msgid "Desktop Notifications" +msgstr "Ð˜Ð·Ð²ÐµÑ‰ÐµÐ½Ð¸Ñ Ð½Ð° рабочем Ñтоле" + +#: ../sflphone-client-gnome/src/config/configwindow.c:593 +msgid "_Enable notifications" +msgstr "Включить звонок" + +#: ../sflphone-client-gnome/src/config/configwindow.c:599 +msgid "Enable voicemail _notifications" +msgstr "Включить Ð¿Ñ€ÐµÐ´ÑƒÐ¿Ñ€ÐµÐ¶Ð´ÐµÐ½Ð¸Ñ Ð¾ речевых ÑообщениÑÑ…" + +#: ../sflphone-client-gnome/src/config/configwindow.c:611 +msgid "System Tray Icon" +msgstr "System Tray Icon" + +#: ../sflphone-client-gnome/src/config/configwindow.c:614 +msgid "_Popup main window on incoming call" +msgstr "_Показать главное окно при входÑщем звонке" + +#: ../sflphone-client-gnome/src/config/configwindow.c:619 +msgid "Ne_ver popup main window" +msgstr "Ðикогда не показывать главное окно" + +#: ../sflphone-client-gnome/src/config/configwindow.c:623 +msgid "Hide SFLphone window on _startup" +msgstr "СпрÑтать окно SFLphone при пуÑке" + +#: ../sflphone-client-gnome/src/config/configwindow.c:629 +msgid "Calls History" +msgstr "Журнал звонков" + +#: ../sflphone-client-gnome/src/config/configwindow.c:632 +msgctxt "Beginning of 'Keep my history for at least n days.'" +msgid "_Keep my history for at least" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:643 +msgctxt "End of 'Keep my history for at least n days.'" +msgid "days" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:647 +msgid "PulseAudio sound server" +msgstr "Сервер звука PulseAudio" + +#: ../sflphone-client-gnome/src/config/configwindow.c:650 +msgid "_Mute other applications during a call" +msgstr "Приглушать звук других програм во Ð²Ñ€ÐµÐ¼Ñ Ð·Ð²Ð¾Ð½ÐºÐ°" + +#: ../sflphone-client-gnome/src/config/configwindow.c:677 +msgid "Port" +msgstr "Порт" + +#: ../sflphone-client-gnome/src/config/configwindow.c:732 +msgid "Select a folder" +msgstr "Выберите папку" + +#: ../sflphone-client-gnome/src/config/configwindow.c:766 +msgid "Preferences" +msgstr "ПредпочтениÑ" + +#: ../sflphone-client-gnome/src/config/configwindow.c:845 +msgid "Configured Accounts" +msgstr "Ðынешний аккаунт" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:135 +msgid "Custom commands on incoming calls with URL" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:138 +#, c-format +msgid "%s will be replaced with the passed URL." +msgstr "%s будет заменена на переданную URL" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:141 +msgid "Trigger on specific _SIP header" +msgstr "ЗапуÑтить при определëнном SIP-заголовке" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:150 +msgid "Trigger on _IAX2 URL" +msgstr "ЗапуÑтить при наличии URL _IAX2" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:155 +msgid "Command to _run" +msgstr "_Выполнить команду:" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:165 +msgid "Phone number rewriting" +msgstr "ПерепиÑка номера телефона" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:169 +msgid "_Prefix dialed numbers with" +msgstr "Добавить перед на набранными номерами" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:56 +msgid "Search all" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:57 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:70 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:82 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:94 +msgid "Click here to change the search type" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:69 +msgid "Search by missed call" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:81 +msgid "Search by incoming call" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:93 +msgid "Search by outgoing call" +msgstr "" diff --git a/sflphone-client-kde/po/sflphone-client-kde.pot b/sflphone-client-kde/po/sflphone-client-kde.pot deleted file mode 100644 index a1cbc3c04ba985cefbf4af95c31f9baf8983a77e..0000000000000000000000000000000000000000 --- a/sflphone-client-kde/po/sflphone-client-kde.pot +++ /dev/null @@ -1,668 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-07-08 15:18-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ../src/Account.cpp:34 -msgctxt "account state" -msgid "Registered" -msgstr "" - -#: ../src/Account.cpp:36 -msgctxt "account state" -msgid "Not Registered" -msgstr "" - -#: ../src/Account.cpp:38 -msgctxt "account state" -msgid "Trying..." -msgstr "" - -#: ../src/Account.cpp:40 -msgctxt "account state" -msgid "Error" -msgstr "" - -#: ../src/Account.cpp:42 -msgctxt "account state" -msgid "Bad authentification" -msgstr "" - -#: ../src/Account.cpp:44 -msgctxt "account state" -msgid "Network unreachable" -msgstr "" - -#: ../src/Account.cpp:46 -msgctxt "account state" -msgid "Host unreachable" -msgstr "" - -#: ../src/Account.cpp:48 -msgctxt "account state" -msgid "Stun configuration error" -msgstr "" - -#: ../src/Account.cpp:50 -msgctxt "account state" -msgid "Stun server invalid" -msgstr "" - -#: ../src/Account.cpp:51 -msgctxt "account state" -msgid "Invalid" -msgstr "" - -#: ../src/AccountWizard.cpp:163 ../src/AccountWizard.cpp:278 -msgid "Account Creation Wizard" -msgstr "" - -#: ../src/AccountWizard.cpp:199 -msgid "Creation of account succeed with these parameters" -msgstr "" - -#: ../src/AccountWizard.cpp:211 -msgid "Creation of account has failed for the reason" -msgstr "" - -#: ../src/AccountWizard.cpp:217 -msgid "Register of account succeed with these parameters" -msgstr "" - -#: ../src/AccountWizard.cpp:255 ../src/AccountWizard.cpp:440 -#: ../build/src/ui_dlgaccountsbase.h:359 -msgid "Alias" -msgstr "" - -#: ../src/AccountWizard.cpp:256 ../src/AccountWizard.cpp:441 -#: ../build/src/ui_dlgaccountsbase.h:366 -msgid "Server" -msgstr "" - -#: ../src/AccountWizard.cpp:257 ../src/AccountWizard.cpp:442 -#: ../build/src/ui_dlgaccountsbase.h:367 -msgid "User" -msgstr "" - -#: ../src/AccountWizard.cpp:258 ../src/AccountWizard.cpp:443 -#: ../build/src/ui_dlgaccountsbase.h:368 -msgid "Password" -msgstr "" - -#: ../src/AccountWizard.cpp:259 ../build/src/ui_dlgaccountsbase.h:360 -msgid "Protocol" -msgstr "" - -#: ../src/AccountWizard.cpp:260 ../build/src/ui_dlgaccountsbase.h:369 -#: ../build/src/ui_sflphone_kdeview_base.h:396 -msgid "Mailbox" -msgstr "" - -#: ../src/AccountWizard.cpp:279 -msgid "Welcome to the Account creation wizard of SFLphone" -msgstr "" - -#: ../src/AccountWizard.cpp:281 -msgid "This wizard will help you setting up an account." -msgstr "" - -#: ../src/AccountWizard.cpp:309 ../src/conf/ConfigurationDialog.cpp:50 -msgid "Accounts" -msgstr "" - -#: ../src/AccountWizard.cpp:310 -msgid "Please choose between those options :" -msgstr "" - -#: ../src/AccountWizard.cpp:312 -msgid "Create a free SIP/IAX2 account on sflphone.org" -msgstr "" - -#: ../src/AccountWizard.cpp:313 -msgid "Register an existing SIP/IAX2 account" -msgstr "" - -#: ../src/AccountWizard.cpp:352 -msgid "VoIP Protocols" -msgstr "" - -#: ../src/AccountWizard.cpp:353 -msgid "Choose the account type" -msgstr "" - -#: ../src/AccountWizard.cpp:355 -msgid "Register a SIP (Session Initiation Protocol) account" -msgstr "" - -#: ../src/AccountWizard.cpp:356 -msgid "Register a IAX2 (InterAsterisk eXchange) account" -msgstr "" - -#: ../src/AccountWizard.cpp:395 -msgid "Optionnal Email Address" -msgstr "" - -#: ../src/AccountWizard.cpp:396 -msgid "This email address will be used to send your voicemail messages." -msgstr "" - -#: ../src/AccountWizard.cpp:398 -msgid "Email address" -msgstr "" - -#: ../src/AccountWizard.cpp:432 -msgid "SIP Account Settings" -msgstr "" - -#: ../src/AccountWizard.cpp:436 -msgid "IAX2 Account Settings" -msgstr "" - -#: ../src/AccountWizard.cpp:438 -msgid "Please full these settings fields." -msgstr "" - -#: ../src/AccountWizard.cpp:444 -msgid "Voicemail number" -msgstr "" - -#: ../src/AccountWizard.cpp:523 -msgid "Network Address Translation (NAT)" -msgstr "" - -#: ../src/AccountWizard.cpp:524 -msgid "" -"You should probably enable this option if you're placed under a firewall" -msgstr "" - -#: ../src/AccountWizard.cpp:526 -msgid "Enable STUN" -msgstr "" - -#: ../src/AccountWizard.cpp:527 -msgid "Stun Server" -msgstr "" - -#: ../src/AccountWizard.cpp:561 -msgid "Account Definition Finished" -msgstr "" - -#: ../src/AccountWizard.cpp:562 -msgid "" -"After checking the settings you chose, click \"Finish\" to create the " -"account." -msgstr "" - -#: ../src/ActionSetAccountFirst.cpp:26 -msgid "Default account" -msgstr "" - -#: ../src/Call.cpp:116 -msgid "Transfer to : " -msgstr "" - -#: ../src/main.cpp:34 -msgid "SFLphone KDE Client" -msgstr "" - -#: ../src/main.cpp:38 -msgid "(C) 2009 Savoir-faire Linux" -msgstr "" - -#: ../src/main.cpp:42 -msgid "Jérémy Quentin" -msgstr "" - -#: ../src/main.cpp:43 -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "" - -#: ../src/main.cpp:43 -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "" - -#: ../src/SFLPhone.cpp:62 ../src/sflphone_kdeview.cpp:1066 -#: ../src/sflphone_kdeview.cpp:1071 ../src/sflphone_kdeview.cpp:1076 -msgid "SFLphone" -msgstr "" - -#: ../src/SFLPhone.cpp:181 -msgid "You still have some calls open. Please close all calls before quitting." -msgstr "" - -#: ../src/SFLPhone.cpp:209 -msgid "Incoming call" -msgstr "" - -#: ../src/SFLPhone.cpp:210 -msgid "You have an incoming call from" -msgstr "" - -#: ../src/SFLPhone.cpp:210 -msgid "Click to accept or refuse it." -msgstr "" - -#: ../src/sflphone_kdeview.cpp:883 -msgid "No account registered" -msgstr "" - -#: ../src/sflphone_kdeview.cpp:887 -msgid "Using account" -msgstr "" - -#: ../src/sflphone_kdeview.cpp:1066 -msgid "Main screen" -msgstr "" - -#: ../src/sflphone_kdeview.cpp:1071 ../build/src/ui_dlggeneralbase.h:165 -msgid "Call history" -msgstr "" - -#: ../src/sflphone_kdeview.cpp:1076 -#: ../build/src/ui_sflphone_kdeview_base.h:407 -msgid "Address book" -msgstr "" - -#: ../src/sflphone_kdeview.cpp:1090 ../src/sflphone_kdeview.cpp:1151 -msgid "Edit before call" -msgstr "" - -#: ../src/sflphone_const.h:56 -msgid "Call" -msgstr "" - -#: ../src/sflphone_const.h:57 ../build/src/ui_sflphone_kdeview_base.h:392 -msgid "Hang up" -msgstr "" - -#: ../src/sflphone_const.h:58 ../build/src/ui_sflphone_kdeview_base.h:393 -msgid "Hold" -msgstr "" - -#: ../src/sflphone_const.h:59 ../build/src/ui_sflphone_kdeview_base.h:394 -msgid "Transfer" -msgstr "" - -#: ../src/sflphone_const.h:60 -msgid "Record" -msgstr "" - -#: ../src/sflphone_const.h:61 -msgid "Accept" -msgstr "" - -#: ../src/sflphone_const.h:62 -msgid "Refuse" -msgstr "" - -#: ../src/sflphone_const.h:63 -msgid "Unhold" -msgstr "" - -#: ../src/sflphone_const.h:64 -msgid "Give up transfer" -msgstr "" - -#: ../src/sflphone_const.h:65 -msgid "Call back" -msgstr "" - -#: ../src/sflphone_const.h:66 -msgid "Give up search" -msgstr "" - -#: ../src/conf/ConfigurationDialog.cpp:48 ../build/src/ui_dlgrecordbase.h:91 -msgid "General" -msgstr "" - -#: ../src/conf/ConfigurationDialog.cpp:49 -msgid "Display" -msgstr "" - -#: ../src/conf/ConfigurationDialog.cpp:51 -msgid "Audio" -msgstr "" - -#: ../src/conf/ConfigurationDialog.cpp:52 -msgid "Address Book" -msgstr "" - -#: ../src/conf/ConfigurationDialog.cpp:53 -msgctxt "Config section" -msgid "Record" -msgstr "" - -#: ../src/conf/ConfigurationDialog.cpp:54 -msgid "Hooks" -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:321 -#: ../build/src/ui_dlgaddressbookbase.h:142 ../build/src/ui_dlgaudiobase.h:263 -#: ../build/src/ui_dlgdisplaybase.h:120 ../build/src/ui_dlggeneralbase.h:164 -#: ../build/src/ui_dlghooksbase.h:173 ../build/src/ui_dlgrecordbase.h:90 -#: ../build/src/ui_sflphone_kdeview_base.h:390 -msgid "Form" -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:323 -msgid "" -"By default, when you place a call, sflphone will use the first account in " -"this list which is \"registered\". Change the order of the accounts using " -"the \"Up\" and \"Down\" arrows. Enable/disable them by checking/unchecking " -"them on the left of the item. Add or remove some with \"Plus\" and \"Sub\" " -"buttons. Edit the selected account with the form on the right." -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:327 -msgid "Remove the selected account" -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:330 -msgid "" -"This button will remove the selected account in the list below. Be sure you " -"really don't need it anymore. If you think you might use it again later, " -"just uncheck it." -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:335 -msgid "Remove" -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:336 -msgid "Backspace, Return" -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:338 -msgid "Add a new account" -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:341 -msgid "" -"This button enables you to initialize a new account. You will then be able " -"to edit it using the form on the right." -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:343 -msgid "Add" -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:345 -msgid "Get this account down" -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:348 ../build/src/ui_dlgaccountsbase.h:355 -msgid "" -"By default, when you place a call, sflphone will use the first account in " -"this list which is \"registered\". Change the order of the accounts using " -"the \"Up\" and \"Down\" arrows." -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:350 -msgid "Down" -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:352 -msgid "Get this account up" -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:357 -msgid "Up" -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:358 -msgid "Apply" -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:363 -msgid "SIP" -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:364 -msgid "IAX" -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:370 -msgid "State" -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:373 -msgid "Stun settings will be applied on each account" -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:374 -msgid "Enable Stun" -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:375 -msgid "choose Stun server (example : stunserver.org)" -msgstr "" - -#: ../build/src/ui_dlgaddressbookbase.h:143 -msgid "Maximum &results" -msgstr "" - -#: ../build/src/ui_dlgaddressbookbase.h:144 -msgid "Display &photo if available" -msgstr "" - -#: ../build/src/ui_dlgaddressbookbase.h:145 -msgid "Display phone numbers of these &types :" -msgstr "" - -#: ../build/src/ui_dlgaddressbookbase.h:146 -msgid "&Work" -msgstr "" - -#: ../build/src/ui_dlgaddressbookbase.h:147 -msgid "&Mobile" -msgstr "" - -#: ../build/src/ui_dlgaddressbookbase.h:148 -msgid "&Home" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:265 -msgid "Audio device" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:268 -msgid "ALSA" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:269 -msgid "PulseAudio" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:271 -msgid "Enable ringtones" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:272 -msgid "*.ul *.au *.wav" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:273 -msgid "&Codecs" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:275 -msgid "Active" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:277 -msgid "Name" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:279 -msgid "Frequency" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:281 -msgid "Bitrate" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:283 -msgid "Bandwidth" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:286 -msgid "ALSA settings" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:287 -msgid "ALSA plugin" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:288 -msgid "In" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:289 -msgid "Out" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:290 -msgid "PulseAudio settings" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:291 -msgid "Mute other applications during a call" -msgstr "" - -#: ../build/src/ui_dlgdisplaybase.h:121 -msgid "Enable notifications" -msgstr "" - -#: ../build/src/ui_dlgdisplaybase.h:122 -msgid "On incoming &calls" -msgstr "" - -#: ../build/src/ui_dlgdisplaybase.h:123 -msgid "On &messages" -msgstr "" - -#: ../build/src/ui_dlgdisplaybase.h:124 -msgid "Show main window" -msgstr "" - -#: ../build/src/ui_dlgdisplaybase.h:125 -msgid "On &start" -msgstr "" - -#: ../build/src/ui_dlgdisplaybase.h:126 -msgid "On &incoming calls" -msgstr "" - -#: ../build/src/ui_dlggeneralbase.h:166 -msgid "Keep my history for at least" -msgstr "" - -#: ../build/src/ui_dlggeneralbase.h:167 -msgid "days" -msgstr "" - -#: ../build/src/ui_dlggeneralbase.h:168 -msgid "Clear history" -msgstr "" - -#: ../build/src/ui_dlggeneralbase.h:169 -msgid "Connection" -msgstr "" - -#: ../build/src/ui_dlggeneralbase.h:170 -msgid "SIP Port" -msgstr "" - -#: ../build/src/ui_dlggeneralbase.h:171 -msgid "Attention " -msgstr "" - -#: ../build/src/ui_dlghooksbase.h:174 -msgid "URL Argument" -msgstr "" - -#: ../build/src/ui_dlghooksbase.h:175 -#, c-format -msgid "Custom commands with URL %s will be replaced with the passed URL." -msgstr "" - -#: ../build/src/ui_dlghooksbase.h:176 -msgid "Trigger on specific SIP header" -msgstr "" - -#: ../build/src/ui_dlghooksbase.h:177 -msgid "Trigger on IAX2 URL" -msgstr "" - -#: ../build/src/ui_dlghooksbase.h:178 -msgid "Command to run" -msgstr "" - -#: ../build/src/ui_dlghooksbase.h:179 -msgid "Phone number formatting" -msgstr "" - -#: ../build/src/ui_dlghooksbase.h:180 -msgid "Add phone number prefix" -msgstr "" - -#: ../build/src/ui_dlgrecordbase.h:92 -msgid "Destination folder" -msgstr "" - -#: ../build/src/ui_sflphone_kdeview_base.h:391 -msgid "Pick up" -msgstr "" - -#: ../build/src/ui_sflphone_kdeview_base.h:395 -msgid "History" -msgstr "" - -#: ../build/src/ui_sflphone_kdeview_base.h:397 -msgid "Configure accounts" -msgstr "" - -#: ../build/src/ui_sflphone_kdeview_base.h:398 -msgid "Configure audio" -msgstr "" - -#: ../build/src/ui_sflphone_kdeview_base.h:399 -#: ../build/src/ui_sflphone_kdeview_base.h:401 -msgid "Configure SFLphone" -msgstr "" - -#: ../build/src/ui_sflphone_kdeview_base.h:403 -msgid "Display volume bars" -msgstr "" - -#: ../build/src/ui_sflphone_kdeview_base.h:404 -msgid "Display dialpad" -msgstr "" - -#: ../build/src/ui_sflphone_kdeview_base.h:405 -msgctxt "Action record a call" -msgid "Record" -msgstr "" - -#: ../build/src/ui_sflphone_kdeview_base.h:406 -msgid "Account creation wizard" -msgstr "" - -#: ../build/src/ui_sflphone_kdeview_base.h:408 -msgid "Attention:number of results exceeds max displayed." -msgstr "" diff --git a/sflphone-client-kde/po/update.sh b/sflphone-client-kde/po/update.sh deleted file mode 100755 index f21e9113f80e834f168ef424b3196b293cf10c49..0000000000000000000000000000000000000000 --- a/sflphone-client-kde/po/update.sh +++ /dev/null @@ -1,6 +0,0 @@ -xgettext --from-code=utf-8 --c++ --kde -ktr2i18n -ktr2i18n:2c,1 -kki18nc:1c,2 -kki18n -ki18n -ki18nc:1c,2 -o sflphone-client-kde.pot ../src/*.cpp ../src/*.h ../src/conf/*.h ../src/conf/*.cpp ../build/src/*.h ../build/src/*.cpp - -for fichier in `find . -name *.po ` -do -msgmerge --update $fichier sflphone-client-kde.pot -done \ No newline at end of file diff --git a/sflphone-client-kde/po/zh_CN/sflphone-client-kde.po b/sflphone-client-kde/po/zh_CN/sflphone-client-kde.po index a1cbc3c04ba985cefbf4af95c31f9baf8983a77e..342cfd01f03d2ab5cf135dcf5528a19a523fdf5e 100644 --- a/sflphone-client-kde/po/zh_CN/sflphone-client-kde.po +++ b/sflphone-client-kde/po/zh_CN/sflphone-client-kde.po @@ -1,365 +1,461 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Chinese translation of SFLphone. +# Copyright (C) 2008 The Free Software Foundation, Inc. +# This file is distributed under the GNU General Public License Version 3. +# +# Yun Liu <yun.liu@savoirfairelinux.com>, 2008. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: SFLphone 0.9.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-07-08 15:18-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"POT-Creation-Date: 2009-07-16 15:14-0400\n" +"PO-Revision-Date: 2008-10-28 14:15\n" +"Last-Translator: Yun Liu <yun.liu@savoirfairelinux.com>\n" +"Language-Team: SavoirFaireLinux Inc <sflphoneteam@savoirfairelinux.com>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n>1;\n" -#: ../src/Account.cpp:34 +#: ../sflphone-client-kde/src/Account.cpp:34 +#: ../sflphone-client-gnome/src/accountlist.c:175 msgctxt "account state" msgid "Registered" -msgstr "" +msgstr "已注册" -#: ../src/Account.cpp:36 +#: ../sflphone-client-kde/src/Account.cpp:36 +#: ../sflphone-client-gnome/src/accountlist.c:178 msgctxt "account state" msgid "Not Registered" -msgstr "" +msgstr "未注册" -#: ../src/Account.cpp:38 +#: ../sflphone-client-kde/src/Account.cpp:38 +#: ../sflphone-client-gnome/src/accountlist.c:181 msgctxt "account state" msgid "Trying..." -msgstr "" +msgstr "æ£åœ¨è¿žæŽ¥..." -#: ../src/Account.cpp:40 +#: ../sflphone-client-kde/src/Account.cpp:40 +#: ../sflphone-client-gnome/src/accountlist.c:184 msgctxt "account state" msgid "Error" -msgstr "" +msgstr "注册失败" -#: ../src/Account.cpp:42 +#: ../sflphone-client-kde/src/Account.cpp:42 +#, fuzzy msgctxt "account state" -msgid "Bad authentification" -msgstr "" +msgid "Authentication Failed" +msgstr "认è¯é”™è¯¯" -#: ../src/Account.cpp:44 +#: ../sflphone-client-kde/src/Account.cpp:44 +#: ../sflphone-client-gnome/src/accountlist.c:190 msgctxt "account state" msgid "Network unreachable" -msgstr "" +msgstr "网络连接失败" -#: ../src/Account.cpp:46 +#: ../sflphone-client-kde/src/Account.cpp:46 +#: ../sflphone-client-gnome/src/accountlist.c:193 msgctxt "account state" msgid "Host unreachable" -msgstr "" +msgstr "æœåŠ¡å™¨è¿žæŽ¥å¤±è´¥" -#: ../src/Account.cpp:48 +#: ../sflphone-client-kde/src/Account.cpp:48 +#: ../sflphone-client-gnome/src/accountlist.c:196 msgctxt "account state" msgid "Stun configuration error" -msgstr "" +msgstr "STUNé…置有误" -#: ../src/Account.cpp:50 +#: ../sflphone-client-kde/src/Account.cpp:50 +#: ../sflphone-client-gnome/src/accountlist.c:199 msgctxt "account state" msgid "Stun server invalid" -msgstr "" +msgstr "STUNæœåŠ¡å™¨æ— æ•ˆ" -#: ../src/Account.cpp:51 +#: ../sflphone-client-kde/src/Account.cpp:51 +#: ../sflphone-client-gnome/src/accountlist.c:202 msgctxt "account state" msgid "Invalid" -msgstr "" +msgstr "æ— æ•ˆ" -#: ../src/AccountWizard.cpp:163 ../src/AccountWizard.cpp:278 -msgid "Account Creation Wizard" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:163 +#: ../sflphone-client-kde/src/AccountWizard.cpp:278 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:406 +msgid "Account creation wizard" +msgstr "叿ˆ·åˆ›å»ºå‘导" -#: ../src/AccountWizard.cpp:199 -msgid "Creation of account succeed with these parameters" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:199 +#: ../sflphone-client-kde/src/AccountWizard.cpp:217 +#: ../sflphone-client-kde/src/AccountWizard.cpp:561 +#: ../sflphone-client-gnome/src/assistant.c:68 +#, c-format +msgid "This assistant is now finished." +msgstr "é…置完æˆ." -#: ../src/AccountWizard.cpp:211 +#: ../sflphone-client-kde/src/AccountWizard.cpp:211 msgid "Creation of account has failed for the reason" msgstr "" -#: ../src/AccountWizard.cpp:217 -msgid "Register of account succeed with these parameters" -msgstr "" - -#: ../src/AccountWizard.cpp:255 ../src/AccountWizard.cpp:440 -#: ../build/src/ui_dlgaccountsbase.h:359 +#: ../sflphone-client-kde/src/AccountWizard.cpp:255 +#: ../sflphone-client-kde/src/AccountWizard.cpp:440 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:359 +#: ../sflphone-client-gnome/src/assistant.c:72 msgid "Alias" -msgstr "" +msgstr "别å" -#: ../src/AccountWizard.cpp:256 ../src/AccountWizard.cpp:441 -#: ../build/src/ui_dlgaccountsbase.h:366 +#: ../sflphone-client-kde/src/AccountWizard.cpp:256 +#: ../sflphone-client-kde/src/AccountWizard.cpp:441 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:366 +#: ../sflphone-client-gnome/src/assistant.c:75 msgid "Server" -msgstr "" +msgstr "æœåС噍" -#: ../src/AccountWizard.cpp:257 ../src/AccountWizard.cpp:442 -#: ../build/src/ui_dlgaccountsbase.h:367 -msgid "User" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:257 +#: ../sflphone-client-kde/src/AccountWizard.cpp:442 +#: ../sflphone-client-gnome/src/assistant.c:78 +msgid "Username" +msgstr "用户å" -#: ../src/AccountWizard.cpp:258 ../src/AccountWizard.cpp:443 -#: ../build/src/ui_dlgaccountsbase.h:368 +#: ../sflphone-client-kde/src/AccountWizard.cpp:258 +#: ../sflphone-client-kde/src/AccountWizard.cpp:443 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:368 msgid "Password" -msgstr "" +msgstr "密ç " -#: ../src/AccountWizard.cpp:259 ../build/src/ui_dlgaccountsbase.h:360 +#: ../sflphone-client-kde/src/AccountWizard.cpp:259 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:360 +#: ../sflphone-client-gnome/src/config/configwindow.c:418 msgid "Protocol" -msgstr "" +msgstr "åè®®" -#: ../src/AccountWizard.cpp:260 ../build/src/ui_dlgaccountsbase.h:369 -#: ../build/src/ui_sflphone_kdeview_base.h:396 -msgid "Mailbox" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:260 +#: ../sflphone-client-kde/src/AccountWizard.cpp:444 +msgid "Voicemail number" +msgstr "è¯éŸ³ä¿¡ç®±å·ç " -#: ../src/AccountWizard.cpp:279 -msgid "Welcome to the Account creation wizard of SFLphone" +#: ../sflphone-client-kde/src/AccountWizard.cpp:279 +#: ../sflphone-client-gnome/src/assistant.c:216 +msgid "Welcome to the Account creation wizard of SFLphone!" msgstr "" -#: ../src/AccountWizard.cpp:281 -msgid "This wizard will help you setting up an account." -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:281 +#: ../sflphone-client-gnome/src/assistant.c:217 +msgid "This installation wizard will help you configure an account." +msgstr "安装å‘导将帮助您é…ç½®å¸æˆ·" -#: ../src/AccountWizard.cpp:309 ../src/conf/ConfigurationDialog.cpp:50 -msgid "Accounts" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:309 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Account" +msgstr "叿ˆ·" -#: ../src/AccountWizard.cpp:310 -msgid "Please choose between those options :" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:310 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Please select one of the following options" +msgstr "请选择以下选项ä¸çš„一个" -#: ../src/AccountWizard.cpp:312 +#: ../sflphone-client-kde/src/AccountWizard.cpp:312 +#: ../sflphone-client-gnome/src/assistant.c:251 msgid "Create a free SIP/IAX2 account on sflphone.org" -msgstr "" +msgstr "在sflphone.org上创建å…费的SIP/IAX2叿ˆ·" -#: ../src/AccountWizard.cpp:313 -msgid "Register an existing SIP/IAX2 account" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:313 +#: ../sflphone-client-gnome/src/assistant.c:253 +msgid "Register an existing SIP or IAX2 account" +msgstr "注册已å˜åœ¨çš„SIP或IAX2叿ˆ·" -#: ../src/AccountWizard.cpp:352 +#: ../sflphone-client-kde/src/AccountWizard.cpp:352 +#: ../sflphone-client-gnome/src/assistant.c:231 msgid "VoIP Protocols" -msgstr "" +msgstr "VoIPåè®®" -#: ../src/AccountWizard.cpp:353 -msgid "Choose the account type" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:353 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "Select an account type" +msgstr "é€‰æ‹©å¸æˆ·ç±»åž‹" -#: ../src/AccountWizard.cpp:355 -msgid "Register a SIP (Session Initiation Protocol) account" +#: ../sflphone-client-kde/src/AccountWizard.cpp:355 +#: ../sflphone-client-gnome/src/assistant.c:233 +msgid "SIP (Session Initiation Protocol)" msgstr "" -#: ../src/AccountWizard.cpp:356 -msgid "Register a IAX2 (InterAsterisk eXchange) account" +#: ../sflphone-client-kde/src/AccountWizard.cpp:356 +#: ../sflphone-client-gnome/src/assistant.c:235 +msgid "IAX2 (InterAsterix Exchange)" msgstr "" -#: ../src/AccountWizard.cpp:395 -msgid "Optionnal Email Address" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:395 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "Optional email address" +msgstr "å¯é€‰é‚®ä»¶åœ°å€" -#: ../src/AccountWizard.cpp:396 +#: ../sflphone-client-kde/src/AccountWizard.cpp:396 +#: ../sflphone-client-gnome/src/assistant.c:339 msgid "This email address will be used to send your voicemail messages." -msgstr "" +msgstr "这个邮件地å€å°†è¢«ç”¨æ¥å‘逿‚¨çš„è¯éŸ³é‚®ç®±æ¶ˆæ¯" -#: ../src/AccountWizard.cpp:398 +#: ../sflphone-client-kde/src/AccountWizard.cpp:398 msgid "Email address" msgstr "" -#: ../src/AccountWizard.cpp:432 -msgid "SIP Account Settings" +#: ../sflphone-client-kde/src/AccountWizard.cpp:432 +#: ../sflphone-client-gnome/src/assistant.c:266 +msgid "SIP account settings" msgstr "" -#: ../src/AccountWizard.cpp:436 -msgid "IAX2 Account Settings" +#: ../sflphone-client-kde/src/AccountWizard.cpp:436 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "IAX2 account settings" msgstr "" -#: ../src/AccountWizard.cpp:438 -msgid "Please full these settings fields." -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:438 +#: ../sflphone-client-gnome/src/assistant.c:266 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "Please fill the following information" +msgstr "请填写以下信æ¯" -#: ../src/AccountWizard.cpp:444 -msgid "Voicemail number" -msgstr "" - -#: ../src/AccountWizard.cpp:523 +#: ../sflphone-client-kde/src/AccountWizard.cpp:523 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:856 msgid "Network Address Translation (NAT)" msgstr "" -#: ../src/AccountWizard.cpp:524 -msgid "" -"You should probably enable this option if you're placed under a firewall" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:524 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:536 +msgid "You should probably enable this if you are behind a firewall." +msgstr "å¦‚æžœä½ ä½¿ç”¨ç½‘ç»œä½¿ç”¨é˜²ç«å¢™ï¼Œä½ 很有å¯èƒ½éœ€è¦è®¾å®šæ¤é¡¹." -#: ../src/AccountWizard.cpp:526 +#: ../sflphone-client-kde/src/AccountWizard.cpp:526 msgid "Enable STUN" -msgstr "" +msgstr "使用STUN" -#: ../src/AccountWizard.cpp:527 +#: ../sflphone-client-kde/src/AccountWizard.cpp:527 msgid "Stun Server" -msgstr "" - -#: ../src/AccountWizard.cpp:561 -msgid "Account Definition Finished" -msgstr "" +msgstr "STUNæœåС噍" -#: ../src/AccountWizard.cpp:562 +#: ../sflphone-client-kde/src/AccountWizard.cpp:562 msgid "" "After checking the settings you chose, click \"Finish\" to create the " "account." msgstr "" -#: ../src/ActionSetAccountFirst.cpp:26 +#: ../sflphone-client-kde/src/ActionSetAccountFirst.cpp:26 msgid "Default account" msgstr "" -#: ../src/Call.cpp:116 +#: ../sflphone-client-kde/src/Call.cpp:116 +#: ../sflphone-client-gnome/src/contacts/calltree.c:322 msgid "Transfer to : " msgstr "" -#: ../src/main.cpp:34 +#: ../sflphone-client-kde/src/CodecListModel.cpp:89 +#: ../sflphone-client-gnome/src/actions.c:816 +msgid "Codec" +msgstr "" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:93 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:279 +#: ../sflphone-client-gnome/src/config/audioconf.c:581 +msgid "Frequency" +msgstr "频率" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:97 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:281 +#: ../sflphone-client-gnome/src/config/audioconf.c:586 +msgid "Bitrate" +msgstr "比率" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:101 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:283 +#: ../sflphone-client-gnome/src/config/audioconf.c:591 +msgid "Bandwidth" +msgstr "带宽" + +#: ../sflphone-client-kde/src/main.cpp:39 msgid "SFLphone KDE Client" msgstr "" -#: ../src/main.cpp:38 +#: ../sflphone-client-kde/src/main.cpp:43 msgid "(C) 2009 Savoir-faire Linux" msgstr "" -#: ../src/main.cpp:42 +#: ../sflphone-client-kde/src/main.cpp:47 msgid "Jérémy Quentin" msgstr "" -#: ../src/main.cpp:43 +#: ../sflphone-client-kde/src/main.cpp:48 msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "" -#: ../src/main.cpp:43 +#: ../sflphone-client-kde/src/main.cpp:48 msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "" -#: ../src/SFLPhone.cpp:62 ../src/sflphone_kdeview.cpp:1066 -#: ../src/sflphone_kdeview.cpp:1071 ../src/sflphone_kdeview.cpp:1076 +#: ../sflphone-client-kde/src/SFLPhone.cpp:62 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-gnome/src/statusicon.c:126 msgid "SFLphone" msgstr "" -#: ../src/SFLPhone.cpp:181 -msgid "You still have some calls open. Please close all calls before quitting." -msgstr "" - -#: ../src/SFLPhone.cpp:209 +#: ../sflphone-client-kde/src/SFLPhone.cpp:209 msgid "Incoming call" msgstr "" -#: ../src/SFLPhone.cpp:210 +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 msgid "You have an incoming call from" msgstr "" -#: ../src/SFLPhone.cpp:210 +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 msgid "Click to accept or refuse it." msgstr "" -#: ../src/sflphone_kdeview.cpp:883 -msgid "No account registered" +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:716 +msgid "Address book loading..." +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:901 +#: ../sflphone-client-gnome/src/actions.c:89 +msgid "No registered accounts" msgstr "" -#: ../src/sflphone_kdeview.cpp:887 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:905 +#: ../sflphone-client-gnome/src/actions.c:83 +#: ../sflphone-client-gnome/src/actions.c:813 msgid "Using account" msgstr "" -#: ../src/sflphone_kdeview.cpp:1066 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 msgid "Main screen" msgstr "" -#: ../src/sflphone_kdeview.cpp:1071 ../build/src/ui_dlggeneralbase.h:165 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:165 msgid "Call history" msgstr "" -#: ../src/sflphone_kdeview.cpp:1076 -#: ../build/src/ui_sflphone_kdeview_base.h:407 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:407 +#: ../sflphone-client-gnome/src/toolbar.c:243 +#: ../sflphone-client-gnome/src/toolbar.c:245 msgid "Address book" -msgstr "" +msgstr "地å€ç°¿" -#: ../src/sflphone_kdeview.cpp:1090 ../src/sflphone_kdeview.cpp:1151 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1108 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1173 msgid "Edit before call" msgstr "" -#: ../src/sflphone_const.h:56 -msgid "Call" -msgstr "" +#: ../sflphone-client-kde/src/sflphone_const.h:56 +#: ../sflphone-client-gnome/src/toolbar.c:167 +#: ../sflphone-client-gnome/src/toolbar.c:169 +msgid "New call" +msgstr "新电è¯" -#: ../src/sflphone_const.h:57 ../build/src/ui_sflphone_kdeview_base.h:392 +#: ../sflphone-client-kde/src/sflphone_const.h:57 +#: ../sflphone-client-kde/src/sflphone_const.h:62 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:392 +#: ../sflphone-client-gnome/src/toolbar.c:186 +#: ../sflphone-client-gnome/src/toolbar.c:188 msgid "Hang up" -msgstr "" +msgstr "放电è¯" -#: ../src/sflphone_const.h:58 ../build/src/ui_sflphone_kdeview_base.h:393 -msgid "Hold" +#: ../sflphone-client-kde/src/sflphone_const.h:58 +#: ../sflphone-client-gnome/src/toolbar.c:207 +#: ../sflphone-client-gnome/src/toolbar.c:209 +msgid "Hold on" msgstr "" -#: ../src/sflphone_const.h:59 ../build/src/ui_sflphone_kdeview_base.h:394 +#: ../sflphone-client-kde/src/sflphone_const.h:59 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:394 +#: ../sflphone-client-gnome/src/toolbar.c:220 +#: ../sflphone-client-gnome/src/toolbar.c:222 msgid "Transfer" -msgstr "" +msgstr "转接" -#: ../src/sflphone_const.h:60 +#: ../sflphone-client-kde/src/sflphone_const.h:60 +#: ../sflphone-client-gnome/src/toolbar.c:263 msgid "Record" -msgstr "" - -#: ../src/sflphone_const.h:61 -msgid "Accept" -msgstr "" +msgstr "记录" -#: ../src/sflphone_const.h:62 -msgid "Refuse" -msgstr "" +#: ../sflphone-client-kde/src/sflphone_const.h:61 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:391 +#: ../sflphone-client-gnome/src/toolbar.c:176 +#: ../sflphone-client-gnome/src/toolbar.c:178 +msgid "Pick up" +msgstr "接电è¯" -#: ../src/sflphone_const.h:63 -msgid "Unhold" +#: ../sflphone-client-kde/src/sflphone_const.h:63 +#: ../sflphone-client-gnome/src/toolbar.c:196 +#: ../sflphone-client-gnome/src/toolbar.c:198 +msgid "Hold off" msgstr "" -#: ../src/sflphone_const.h:64 +#: ../sflphone-client-kde/src/sflphone_const.h:64 msgid "Give up transfer" msgstr "" -#: ../src/sflphone_const.h:65 +#: ../sflphone-client-kde/src/sflphone_const.h:65 msgid "Call back" -msgstr "" +msgstr "回å«" -#: ../src/sflphone_const.h:66 -msgid "Give up search" -msgstr "" - -#: ../src/conf/ConfigurationDialog.cpp:48 ../build/src/ui_dlgrecordbase.h:91 +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:48 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:306 +#: ../sflphone-client-gnome/src/config/configwindow.c:722 +#: ../sflphone-client-gnome/src/config/configwindow.c:791 +msgctxt "Config section" msgid "General" -msgstr "" +msgstr "常用é…ç½®" -#: ../src/conf/ConfigurationDialog.cpp:49 +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:49 +msgctxt "Config section" msgid "Display" msgstr "" -#: ../src/conf/ConfigurationDialog.cpp:51 +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:50 +#: ../sflphone-client-gnome/src/config/configwindow.c:833 +msgctxt "Config section" +msgid "Accounts" +msgstr "叿ˆ·" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:51 +#: ../sflphone-client-gnome/src/config/configwindow.c:786 +msgctxt "Config section" msgid "Audio" msgstr "" -#: ../src/conf/ConfigurationDialog.cpp:52 +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:52 +#: ../sflphone-client-gnome/src/config/configwindow.c:801 +msgctxt "Config section" msgid "Address Book" -msgstr "" +msgstr "地å€ç°¿" -#: ../src/conf/ConfigurationDialog.cpp:53 +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:53 +#: ../sflphone-client-gnome/src/config/configwindow.c:796 msgctxt "Config section" -msgid "Record" -msgstr "" +msgid "Recordings" +msgstr "记录" -#: ../src/conf/ConfigurationDialog.cpp:54 +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:54 +#: ../sflphone-client-gnome/src/config/configwindow.c:806 +msgctxt "Config section" msgid "Hooks" -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:321 -#: ../build/src/ui_dlgaddressbookbase.h:142 ../build/src/ui_dlgaudiobase.h:263 -#: ../build/src/ui_dlgdisplaybase.h:120 ../build/src/ui_dlggeneralbase.h:164 -#: ../build/src/ui_dlghooksbase.h:173 ../build/src/ui_dlgrecordbase.h:90 -#: ../build/src/ui_sflphone_kdeview_base.h:390 +msgstr "é’©é”®" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:321 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:142 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:263 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:120 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:164 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:173 +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:90 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:390 msgid "Form" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:323 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:323 msgid "" "By default, when you place a call, sflphone will use the first account in " "this list which is \"registered\". Change the order of the accounts using " @@ -368,301 +464,1131 @@ msgid "" "buttons. Edit the selected account with the form on the right." msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:327 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:327 msgid "Remove the selected account" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:330 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:330 msgid "" "This button will remove the selected account in the list below. Be sure you " "really don't need it anymore. If you think you might use it again later, " "just uncheck it." msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:335 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:335 msgid "Remove" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:336 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:336 msgid "Backspace, Return" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:338 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:338 msgid "Add a new account" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:341 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:341 msgid "" "This button enables you to initialize a new account. You will then be able " "to edit it using the form on the right." msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:343 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:343 msgid "Add" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:345 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:345 msgid "Get this account down" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:348 ../build/src/ui_dlgaccountsbase.h:355 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:348 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:355 msgid "" "By default, when you place a call, sflphone will use the first account in " "this list which is \"registered\". Change the order of the accounts using " "the \"Up\" and \"Down\" arrows." msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:350 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:350 msgid "Down" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:352 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:352 msgid "Get this account up" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:357 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:357 msgid "Up" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:358 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:358 msgid "Apply" -msgstr "" +msgstr "应用" -#: ../build/src/ui_dlgaccountsbase.h:363 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:363 msgid "SIP" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:364 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:364 msgid "IAX" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:370 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:367 +msgid "User" +msgstr "用户å" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:369 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:396 +msgid "Mailbox" +msgstr "è¯éŸ³é‚®ä»¶" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:370 +#, fuzzy msgid "State" -msgstr "" +msgstr "状æ€" -#: ../build/src/ui_dlgaccountsbase.h:373 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:373 +#, fuzzy msgid "Stun settings will be applied on each account" -msgstr "" +msgstr "STUN傿•°å°†åº”用于æ¯ä¸€ä¸ªæ³¨å†Œçš„SIP叿ˆ·" -#: ../build/src/ui_dlgaccountsbase.h:374 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:374 msgid "Enable Stun" -msgstr "" +msgstr "使用STUN" -#: ../build/src/ui_dlgaccountsbase.h:375 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:375 msgid "choose Stun server (example : stunserver.org)" msgstr "" -#: ../build/src/ui_dlgaddressbookbase.h:143 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:143 msgid "Maximum &results" msgstr "" -#: ../build/src/ui_dlgaddressbookbase.h:144 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:144 +#, fuzzy msgid "Display &photo if available" -msgstr "" +msgstr "如果å¯è¡Œåˆ™æ˜¾ç¤ºè”系人照片" -#: ../build/src/ui_dlgaddressbookbase.h:145 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:145 msgid "Display phone numbers of these &types :" msgstr "" -#: ../build/src/ui_dlgaddressbookbase.h:146 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:146 msgid "&Work" msgstr "" -#: ../build/src/ui_dlgaddressbookbase.h:147 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:147 +#, fuzzy msgid "&Mobile" -msgstr "" +msgstr "移动电è¯(M)" -#: ../build/src/ui_dlgaddressbookbase.h:148 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:148 msgid "&Home" msgstr "" -#: ../build/src/ui_dlgaudiobase.h:265 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:265 +#, fuzzy msgid "Audio device" -msgstr "" +msgstr "音频文件" -#: ../build/src/ui_dlgaudiobase.h:268 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:268 msgid "ALSA" msgstr "" -#: ../build/src/ui_dlgaudiobase.h:269 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:269 msgid "PulseAudio" msgstr "" -#: ../build/src/ui_dlgaudiobase.h:271 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:271 msgid "Enable ringtones" -msgstr "" +msgstr "å¯ç”¨é“ƒå£°" -#: ../build/src/ui_dlgaudiobase.h:272 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:272 msgid "*.ul *.au *.wav" msgstr "" -#: ../build/src/ui_dlgaudiobase.h:273 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:273 +#, fuzzy msgid "&Codecs" -msgstr "" +msgstr "Codecsç¼–ç " -#: ../build/src/ui_dlgaudiobase.h:275 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:275 msgid "Active" msgstr "" -#: ../build/src/ui_dlgaudiobase.h:277 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:277 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:404 +#: ../sflphone-client-gnome/src/config/audioconf.c:576 msgid "Name" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:279 -msgid "Frequency" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:281 -msgid "Bitrate" -msgstr "" +msgstr "åç§°" -#: ../build/src/ui_dlgaudiobase.h:283 -msgid "Bandwidth" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:286 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:286 +#: ../sflphone-client-gnome/src/config/audioconf.c:795 msgid "ALSA settings" msgstr "" -#: ../build/src/ui_dlgaudiobase.h:287 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:287 +#: ../sflphone-client-gnome/src/config/audioconf.c:662 msgid "ALSA plugin" -msgstr "" +msgstr "ALSAæ’ä»¶" -#: ../build/src/ui_dlgaudiobase.h:288 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:288 msgid "In" msgstr "" -#: ../build/src/ui_dlgaudiobase.h:289 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:289 +#, fuzzy msgid "Out" -msgstr "" +msgstr "输出" -#: ../build/src/ui_dlgaudiobase.h:290 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:290 msgid "PulseAudio settings" msgstr "" -#: ../build/src/ui_dlgaudiobase.h:291 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:291 msgid "Mute other applications during a call" -msgstr "" +msgstr "当有æ¥ç”µæ—¶é™éŸ³å…¶å®ƒåº”用程åº" -#: ../build/src/ui_dlgdisplaybase.h:121 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:121 msgid "Enable notifications" -msgstr "" +msgstr "å¯ç”¨æç¤º" -#: ../build/src/ui_dlgdisplaybase.h:122 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:122 msgid "On incoming &calls" msgstr "" -#: ../build/src/ui_dlgdisplaybase.h:123 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:123 msgid "On &messages" msgstr "" -#: ../build/src/ui_dlgdisplaybase.h:124 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:124 msgid "Show main window" msgstr "" -#: ../build/src/ui_dlgdisplaybase.h:125 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:125 msgid "On &start" msgstr "" -#: ../build/src/ui_dlgdisplaybase.h:126 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:126 msgid "On &incoming calls" msgstr "" -#: ../build/src/ui_dlggeneralbase.h:166 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:166 msgid "Keep my history for at least" msgstr "" -#: ../build/src/ui_dlggeneralbase.h:167 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:167 msgid "days" msgstr "" -#: ../build/src/ui_dlggeneralbase.h:168 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:168 msgid "Clear history" -msgstr "" +msgstr "清空历å²è®°å½•" -#: ../build/src/ui_dlggeneralbase.h:169 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:169 msgid "Connection" msgstr "" -#: ../build/src/ui_dlggeneralbase.h:170 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:170 +#: ../sflphone-client-gnome/src/config/configwindow.c:664 msgid "SIP Port" -msgstr "" +msgstr "SIP端å£å·" -#: ../build/src/ui_dlggeneralbase.h:171 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:171 msgid "Attention " msgstr "" -#: ../build/src/ui_dlghooksbase.h:174 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:174 +#: ../sflphone-client-gnome/src/config/hooks-config.c:130 msgid "URL Argument" msgstr "" -#: ../build/src/ui_dlghooksbase.h:175 -#, c-format +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:175 +#, fuzzy, c-format msgid "Custom commands with URL %s will be replaced with the passed URL." -msgstr "" +msgstr "ä¼ è¾“çš„URLä¼šè¢«æ›¿æ¢æˆ%s." -#: ../build/src/ui_dlghooksbase.h:176 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:176 msgid "Trigger on specific SIP header" -msgstr "" +msgstr "激活指定的SIP头" -#: ../build/src/ui_dlghooksbase.h:177 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:177 msgid "Trigger on IAX2 URL" -msgstr "" +msgstr "激活IAX2 URL" -#: ../build/src/ui_dlghooksbase.h:178 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:178 msgid "Command to run" msgstr "" -#: ../build/src/ui_dlghooksbase.h:179 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:179 +#, fuzzy msgid "Phone number formatting" -msgstr "" +msgstr "é‡è®¾ç”µè¯å·ç " -#: ../build/src/ui_dlghooksbase.h:180 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:180 +#, fuzzy msgid "Add phone number prefix" -msgstr "" +msgstr "é‡è®¾ç”µè¯å·ç " + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:91 +msgid "General" +msgstr "常用é…ç½®" -#: ../build/src/ui_dlgrecordbase.h:92 +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:92 +#: ../sflphone-client-gnome/src/config/configwindow.c:726 msgid "Destination folder" -msgstr "" +msgstr "ç›®æ ‡æ–‡ä»¶å¤¹" -#: ../build/src/ui_sflphone_kdeview_base.h:391 -msgid "Pick up" -msgstr "" +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:393 +#, fuzzy +msgid "Hold" +msgstr "待机" -#: ../build/src/ui_sflphone_kdeview_base.h:395 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:395 +#: ../sflphone-client-gnome/src/toolbar.c:232 +#: ../sflphone-client-gnome/src/toolbar.c:234 msgid "History" -msgstr "" +msgstr "历å²" -#: ../build/src/ui_sflphone_kdeview_base.h:397 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:397 +#, fuzzy msgid "Configure accounts" -msgstr "" +msgstr "å·²é…ç½®å¸æˆ·" -#: ../build/src/ui_sflphone_kdeview_base.h:398 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:398 +#, fuzzy msgid "Configure audio" -msgstr "" +msgstr "å·²é…ç½®å¸æˆ·" -#: ../build/src/ui_sflphone_kdeview_base.h:399 -#: ../build/src/ui_sflphone_kdeview_base.h:401 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:399 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:401 msgid "Configure SFLphone" msgstr "" -#: ../build/src/ui_sflphone_kdeview_base.h:403 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:403 msgid "Display volume bars" msgstr "" -#: ../build/src/ui_sflphone_kdeview_base.h:404 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:404 msgid "Display dialpad" msgstr "" -#: ../build/src/ui_sflphone_kdeview_base.h:405 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:405 msgctxt "Action record a call" msgid "Record" +msgstr "记录" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:408 +msgid "Attention:number of results exceeds max displayed." msgstr "" -#: ../build/src/ui_sflphone_kdeview_base.h:406 -msgid "Account creation wizard" +#: ../sflphone-client-gnome/src/accountlist.c:187 +#, fuzzy +msgid "accounr state" +msgstr "叿ˆ·å‘导(A)" + +#: ../sflphone-client-gnome/src/actions.c:54 +#: ../sflphone-client-gnome/src/sflnotify.c:94 +#, fuzzy, c-format +msgid "%d voice mail" +msgid_plural "%d voice mails" +msgstr[0] "%d 个è¯éŸ³ä¿¡æ¯" +msgstr[1] "%d 个è¯éŸ³ä¿¡æ¯" + +#: ../sflphone-client-gnome/src/actions.c:234 +msgid "" +"Unable to connect to the SFLphone server.\n" +"Make sure the daemon is running." msgstr "" +"连接SFLphoneæœåŠ¡å™¨å¤±è´¥.\n" +"请检查daemon是å¦è¿˜åœ¨è¿è¡Œ." -#: ../build/src/ui_sflphone_kdeview_base.h:408 -msgid "Attention:number of results exceeds max displayed." +#: ../sflphone-client-gnome/src/actions.c:809 +#, c-format +msgid "IP call - %s" +msgstr "IP ç”µè¯ - %s" + +#: ../sflphone-client-gnome/src/actions.c:908 +#, c-format +msgid "" +"<b>Error: No audio codecs found.\n" +"\n" +"</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>.sflphone</" +"b> directory in your home( <i>%s</i> )" +msgstr "" +"<b>é”™è¯¯ï¼šæ— æ³•æ‰¾åˆ°codecsç¼–ç æ–‡ä»¶.\n" +"\n" +"</b> SFL声音codecs文件应ä½äºŽ<i>%s</i> 或 ä½äºŽä¸»ç›®å½•( <i>%s</i> )çš„<b>." +"sflphone</b>目录下" + +#: ../sflphone-client-gnome/src/assistant.c:70 +msgid "" +"You can at any time check your registration state or modify your accounts " +"parameters in the Options/Accounts window." +msgstr "ä½ å¯ä»¥éšæ—¶åœ¨ 选项/叿ˆ· 窗å£ä¸æŸ¥çœ‹æ³¨å†ŒçŠ¶æ€æˆ–è€…ä¿®æ”¹å¸æˆ·å‚æ•°." + +#: ../sflphone-client-gnome/src/assistant.c:190 +msgid "SFLphone account creation wizard" +msgstr "" + +#: ../sflphone-client-gnome/src/assistant.c:274 +#: ../sflphone-client-gnome/src/assistant.c:370 +#: ../sflphone-client-gnome/src/config/accountwindow.c:153 +msgid "_Alias" +msgstr "别å(A)" + +#: ../sflphone-client-gnome/src/assistant.c:282 +#: ../sflphone-client-gnome/src/assistant.c:378 +#: ../sflphone-client-gnome/src/config/accountwindow.c:189 +msgid "_Host name" +msgstr "主机å(H)" + +#: ../sflphone-client-gnome/src/assistant.c:290 +#: ../sflphone-client-gnome/src/assistant.c:386 +#: ../sflphone-client-gnome/src/config/accountwindow.c:197 +msgid "_User name" +msgstr "用户å(U)" + +#: ../sflphone-client-gnome/src/assistant.c:306 +#: ../sflphone-client-gnome/src/assistant.c:401 +#: ../sflphone-client-gnome/src/config/accountwindow.c:212 +msgid "_Password" +msgstr "密ç (P)" + +#: ../sflphone-client-gnome/src/assistant.c:324 +#: ../sflphone-client-gnome/src/assistant.c:417 +#: ../sflphone-client-gnome/src/config/accountwindow.c:228 +msgid "_Voicemail number" +msgstr "è¯éŸ³ä¿¡ç®±å·ç (V)" + +#: ../sflphone-client-gnome/src/assistant.c:347 +msgid "_Email address" +msgstr "" + +#: ../sflphone-client-gnome/src/assistant.c:444 +#: ../sflphone-client-gnome/src/config/configwindow.c:532 +msgid "E_nable STUN" +msgstr "使用STUN(n)" + +#: ../sflphone-client-gnome/src/assistant.c:451 +msgid "_STUN server" +msgstr "STUNæœåС噍(S)" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Account Registration" +msgstr "叿ˆ·æ³¨å†Œ" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Congratulations!" +msgstr "æå–œï¼" + +#: ../sflphone-client-gnome/src/errors.c:29 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening playback device" +msgstr "" +"ALSAæç¤º\n" +"\n" +"打开回放设备时出错" + +#: ../sflphone-client-gnome/src/errors.c:32 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening capture device" +msgstr "" +"ALSAæç¤º\n" +"\n" +"打开采集设备时出错" + +#: ../sflphone-client-gnome/src/errors.c:35 +msgid "" +"Pulseaudio notification\n" +"\n" +"Pulseaudio is not running" +msgstr "" +"Pulseaudioæç¤º\n" +"\n" +"Pulseaudio未è¿è¡Œ" + +#: ../sflphone-client-gnome/src/mainwindow.c:70 +msgid "There is one call in progress." +msgstr "æœ‰ä¸€ä¸ªç”µè¯æ£åœ¨å¤„ç†" + +#: ../sflphone-client-gnome/src/mainwindow.c:74 +msgid "There are calls in progress." +msgstr "æœ‰ç”µè¯æ£åœ¨å¤„ç†ä¸" + +#: ../sflphone-client-gnome/src/mainwindow.c:83 +msgid "Do you still want to quit?" +msgstr "确认è¦é€€å‡º?" + +#: ../sflphone-client-gnome/src/mainwindow.c:284 +msgid "SFLphone Error" +msgstr "SFLphone出错" + +#: ../sflphone-client-gnome/src/menus.c:134 +msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols." +msgstr "SFLphone是一个VoIP客户端,它兼容SIPå’ŒIAX2åè®®." + +#: ../sflphone-client-gnome/src/menus.c:137 +msgid "About SFLphone" +msgstr "关于SFLphone" + +#: ../sflphone-client-gnome/src/menus.c:161 +msgid "_Help" +msgstr "帮助(H)" + +#: ../sflphone-client-gnome/src/menus.c:296 +#: ../sflphone-client-gnome/src/menus.c:953 +msgid "_New call" +msgstr "新电è¯(N)" + +#: ../sflphone-client-gnome/src/menus.c:308 +#: ../sflphone-client-gnome/src/menus.c:785 +msgid "_Pick up" +msgstr "拨出(P)" + +#: ../sflphone-client-gnome/src/menus.c:318 +#: ../sflphone-client-gnome/src/menus.c:797 +msgid "_Hang up" +msgstr "放下(H)" + +#: ../sflphone-client-gnome/src/menus.c:328 +#: ../sflphone-client-gnome/src/menus.c:809 +msgid "On _Hold" +msgstr "ä¿æŒ(H)" + +#: ../sflphone-client-gnome/src/menus.c:340 +#: ../sflphone-client-gnome/src/menus.c:821 +msgid "_Record" +msgstr "记录(R)" + +#: ../sflphone-client-gnome/src/menus.c:354 +msgid "_Account creation wizard" +msgstr "叿ˆ·åˆ›å»ºå‘导" + +#: ../sflphone-client-gnome/src/menus.c:384 +msgid "_Call" +msgstr "电è¯" + +#: ../sflphone-client-gnome/src/menus.c:552 +#, fuzzy +msgid "Clear _history" +msgstr "清空历å²è®°å½•(C)" + +#: ../sflphone-client-gnome/src/menus.c:564 +msgid "_Accounts" +msgstr "叿ˆ·(A)" + +#: ../sflphone-client-gnome/src/menus.c:579 +msgid "_Edit" +msgstr "编辑(E)" + +#: ../sflphone-client-gnome/src/menus.c:631 +msgid "_Dialpad" +msgstr "拨å·é¢æ¿" + +#: ../sflphone-client-gnome/src/menus.c:643 +msgid "_Volume controls" +msgstr "éŸ³é‡æŽ§åˆ¶(V)" + +#: ../sflphone-client-gnome/src/menus.c:661 +msgid "_View" +msgstr "查看(V)" + +#: ../sflphone-client-gnome/src/menus.c:881 +msgid "_Call back" +msgstr "回å«(C)" + +#: ../sflphone-client-gnome/src/menus.c:1061 +msgid "Edit phone number" +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:1072 +msgid "Edit the phone number before making a call" +msgstr "拨出电è¯å‰ç¼–辑电è¯å·ç " + +#: ../sflphone-client-gnome/src/sflnotify.c:71 +#: ../sflphone-client-gnome/src/sflnotify.c:91 +#, c-format +msgid "%s account : %s" +msgstr "%s 叿ˆ·: %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:75 +#, c-format +msgid "<i>From</i> %s" +msgstr "<i>拨入方</i> %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:111 +#, c-format +msgid "Calling with %s account <i>%s</i>" +msgstr "使用%s叿ˆ·<i>%s</i>呼å«" + +#: ../sflphone-client-gnome/src/sflnotify.c:115 +msgid "Current account" +msgstr "当å‰å¸æˆ·" + +#: ../sflphone-client-gnome/src/sflnotify.c:130 +msgid "You have no accounts set up" +msgstr "" + +#: ../sflphone-client-gnome/src/sflnotify.c:131 +#: ../sflphone-client-gnome/src/sflnotify.c:148 +msgid "Error" +msgstr "注册失败" + +#: ../sflphone-client-gnome/src/sflnotify.c:147 +msgid "You have no registered accounts" +msgstr "未å‘çŽ°å·²æ³¨å†Œå¸æˆ·" + +#: ../sflphone-client-gnome/src/sliders.c:161 +msgid "Speakers volume" +msgstr "扬声器音é‡" + +#: ../sflphone-client-gnome/src/sliders.c:163 +msgid "Mic volume" +msgstr "è¯ç’音é‡" + +#: ../sflphone-client-gnome/src/statusicon.c:91 +msgid "_Show main window" +msgstr "显示主窗å£(S)" + +#: ../sflphone-client-gnome/src/statusicon.c:127 +#, c-format +msgid "%i account configured" +msgid_plural "%i accounts configured" +msgstr[0] "" +msgstr[1] "" + +#: ../sflphone-client-gnome/src/toolbar.c:52 +#: ../sflphone-client-gnome/src/toolbar.c:251 +#: ../sflphone-client-gnome/src/toolbar.c:255 +msgid "Voicemail" +msgstr "è¯éŸ³ä¿¡ç®±" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:113 +msgid "Account settings" +msgstr "叿ˆ·è®¾ç½®" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:147 +msgid "_Enable this account" +msgstr "å¯ç”¨è¯¥è´¦æˆ·(E)" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:161 +msgid "_Protocol" +msgstr "åè®®(P)" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:179 +msgid "Unknown" +msgstr "未知" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:312 +msgid "_Use Evolution address books" +msgstr "使用Evolution地å€è–„(U)" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:319 +msgid "Download limit :" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:327 +msgid "cards" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:333 +msgid "_Display contact photo if available" +msgstr "如果å¯è¡Œåˆ™æ˜¾ç¤ºè”系人照片(D)" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:341 +#, fuzzy +msgid "Fields from Evolution's address books" +msgstr "使用Evolution地å€è–„ä¸çš„如䏋嗿®µ:" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:345 +msgid "_Work" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:351 +msgid "_Home" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:357 +msgid "_Mobile" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:364 +msgid "Address Books" +msgstr "地å€ç°¿" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:368 +msgid "Select which Evolution address books to use" +msgstr "选择使用如下Evolution地å€è–„" + +#: ../sflphone-client-gnome/src/config/audioconf.c:684 +msgid "Output" +msgstr "输出" + +#: ../sflphone-client-gnome/src/config/audioconf.c:706 +msgid "Input" +msgstr "输入" + +#: ../sflphone-client-gnome/src/config/audioconf.c:741 +msgid "_Voice Activity Detection" +msgstr "å£°éŸ³çŠ¶æ€æ£€æµ‹(V)" + +#: ../sflphone-client-gnome/src/config/audioconf.c:751 +msgid "_Noise Reduction (Narrow-Band Companding)" +msgstr "é™å™ªå¤„ç†-窄频压缩(N)" + +#: ../sflphone-client-gnome/src/config/audioconf.c:780 +msgid "Sound Manager" +msgstr "音频管ç†å™¨" + +#: ../sflphone-client-gnome/src/config/audioconf.c:783 +#, fuzzy +msgid "_Pulseaudio" +msgstr "Pulseaudio" + +#: ../sflphone-client-gnome/src/config/audioconf.c:788 +#, fuzzy +msgid "_ALSA" +msgstr "ALSA" + +#: ../sflphone-client-gnome/src/config/audioconf.c:812 +msgid "Codecs" +msgstr "Codecsç¼–ç " + +#: ../sflphone-client-gnome/src/config/audioconf.c:835 +msgid "Ringtones" +msgstr "铃声" + +#: ../sflphone-client-gnome/src/config/audioconf.c:841 +msgid "_Enable ringtones" +msgstr "å¯ç”¨é“ƒå£°(E)" + +#: ../sflphone-client-gnome/src/config/audioconf.c:847 +msgid "Choose a ringtone" +msgstr "选择铃声" + +#: ../sflphone-client-gnome/src/config/audioconf.c:853 +msgid "Audio Files" +msgstr "音频文件" + +#: ../sflphone-client-gnome/src/config/configwindow.c:425 +msgid "Status" +msgstr "状æ€" + +#: ../sflphone-client-gnome/src/config/configwindow.c:528 +msgid "Stun parameters will be applied on each SIP account created." +msgstr "STUN傿•°å°†åº”用于æ¯ä¸€ä¸ªæ³¨å†Œçš„SIP叿ˆ·" + +#: ../sflphone-client-gnome/src/config/configwindow.c:544 +msgid "Format : name.server:port" msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:589 +msgid "Desktop Notifications" +msgstr "æ¡Œé¢æç¤º" + +#: ../sflphone-client-gnome/src/config/configwindow.c:593 +msgid "_Enable notifications" +msgstr "å¯ç”¨æç¤º(E)" + +#: ../sflphone-client-gnome/src/config/configwindow.c:599 +msgid "Enable voicemail _notifications" +msgstr "å¯ç”¨è¯éŸ³é‚®ç®±æç¤º(n)" + +#: ../sflphone-client-gnome/src/config/configwindow.c:611 +msgid "System Tray Icon" +msgstr "ç³»ç»Ÿæ‰˜ç›˜å›¾æ ‡" + +#: ../sflphone-client-gnome/src/config/configwindow.c:614 +msgid "_Popup main window on incoming call" +msgstr "æ¥ç”µæ—¶å¼¹å‡ºä¸»çª—å£(P)" + +#: ../sflphone-client-gnome/src/config/configwindow.c:619 +msgid "Ne_ver popup main window" +msgstr "从ä¸å¼¹å‡ºä¸»çª—å£(v)" + +#: ../sflphone-client-gnome/src/config/configwindow.c:623 +msgid "Hide SFLphone window on _startup" +msgstr "在å¯åŠ¨æ—¶éšè—SFLphone主窗å£" + +#: ../sflphone-client-gnome/src/config/configwindow.c:629 +msgid "Calls History" +msgstr "拨å·åކå²" + +#: ../sflphone-client-gnome/src/config/configwindow.c:632 +msgctxt "Beginning of 'Keep my history for at least n days.'" +msgid "_Keep my history for at least" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:643 +msgctxt "End of 'Keep my history for at least n days.'" +msgid "days" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:647 +msgid "PulseAudio sound server" +msgstr "PulseAudioæœåС噍" + +#: ../sflphone-client-gnome/src/config/configwindow.c:650 +#, fuzzy +msgid "_Mute other applications during a call" +msgstr "当有æ¥ç”µæ—¶é™éŸ³å…¶å®ƒåº”用程åº(c)" + +#: ../sflphone-client-gnome/src/config/configwindow.c:677 +msgid "Port" +msgstr "端å£" + +#: ../sflphone-client-gnome/src/config/configwindow.c:732 +msgid "Select a folder" +msgstr "选择文件夹" + +#: ../sflphone-client-gnome/src/config/configwindow.c:766 +msgid "Preferences" +msgstr "属性" + +#: ../sflphone-client-gnome/src/config/configwindow.c:845 +msgid "Configured Accounts" +msgstr "å·²é…ç½®å¸æˆ·" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:135 +msgid "Custom commands on incoming calls with URL" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:138 +#, c-format +msgid "%s will be replaced with the passed URL." +msgstr "ä¼ è¾“çš„URLä¼šè¢«æ›¿æ¢æˆ%s." + +#: ../sflphone-client-gnome/src/config/hooks-config.c:141 +msgid "Trigger on specific _SIP header" +msgstr "激活指定的SIP头(S)" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:150 +msgid "Trigger on _IAX2 URL" +msgstr "激活IAX2 URL(I)" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:155 +msgid "Command to _run" +msgstr "è¿è¡Œå‘½ä»¤" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:165 +msgid "Phone number rewriting" +msgstr "é‡è®¾ç”µè¯å·ç " + +#: ../sflphone-client-gnome/src/config/hooks-config.c:169 +msgid "_Prefix dialed numbers with" +msgstr "å·ç å‰ç¼€" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:56 +msgid "Search all" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:57 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:70 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:82 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:94 +msgid "Click here to change the search type" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:69 +msgid "Search by missed call" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:81 +msgid "Search by incoming call" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:93 +msgid "Search by outgoing call" +msgstr "" + +#~ msgid "Prefix dialed numbers with" +#~ msgstr "å·ç å‰ç¼€" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" + +#~ msgid "Registered" +#~ msgstr "已注册" + +#~ msgid "Not Registered" +#~ msgstr "未注册" + +#~ msgid "Trying..." +#~ msgstr "æ£åœ¨è¿žæŽ¥..." + +#~ msgid "Bad authentification" +#~ msgstr "认è¯é”™è¯¯" + +#~ msgid "Network unreachable" +#~ msgstr "网络连接失败" + +#~ msgid "Host unreachable" +#~ msgstr "æœåŠ¡å™¨è¿žæŽ¥å¤±è´¥" + +#~ msgid "Stun configuration error" +#~ msgstr "Stuné…置有误" + +#~ msgid "Stun server invalid" +#~ msgstr "StunæœåŠ¡å™¨æ— æ•ˆ" + +#~ msgid "Invalid" +#~ msgstr "æ— æ•ˆ" + +#~ msgid "%d voice mails" +#~ msgstr "%d 个è¯éŸ³ä¿¡æ¯" + +#~ msgid "No registered account" +#~ msgstr "未å‘çŽ°å·²æ³¨å†Œå¸æˆ·" + +#~ msgid "" +#~ "This assistant is now finished.\n" +#~ "You can at any time check your registration state or modify your accounts " +#~ "parameters in the Options/Accounts window.\n" +#~ "\n" +#~ "Alias : %s\n" +#~ "Server : %s\n" +#~ "Username : %s\n" +#~ msgstr "" +#~ "é…置完æˆ.\n" +#~ "ä½ å¯ä»¥éšæ—¶åœ¨ 选项/叿ˆ· 窗å£ä¸æŸ¥çœ‹æ³¨å†ŒçŠ¶æ€æˆ–è€…ä¿®æ”¹å¸æˆ·å‚æ•°.\n" +#~ "\n" +#~ "别å: %s\n" +#~ "æœåС噍: %s\n" +#~ "用户å: %s\n" + +#~ msgid "SFLphone account configuration wizard" +#~ msgstr "SFLphone 叿ˆ·è®¾ç½®å‘导" + +#~ msgid "Welcome to SFLphone!" +#~ msgstr "欢迎使用SFLphone!" + +#~ msgid "Select an account type:" +#~ msgstr "é€‰æ‹©å¸æˆ·ç±»åž‹:" + +#~ msgid "Please select one of the following option:" +#~ msgstr "请选择以下选项ä¸çš„一个:" + +#~ msgid "SIP account configuration" +#~ msgstr "SIP叿ˆ·é…ç½®" + +#~ msgid "Please fill the following information:" +#~ msgstr "请填写以下信æ¯:" + +#~ msgid "Optional Email Address " +#~ msgstr "å¯é€‰é‚®ä»¶åœ°å€ " + +#~ msgid "This email address will be use to send your voicemail messages" +#~ msgstr "这个邮件地å€å°†è¢«ç”¨æ¥å‘逿‚¨çš„è¯éŸ³é‚®ç®±æ¶ˆæ¯" + +#~ msgid "_Email" +#~ msgstr " 邮件(E)" + +#~ msgid "IAX2 account configuration" +#~ msgstr "IAX2叿ˆ·é…ç½®" + +#~ msgid "Network Address Translation" +#~ msgstr "网络地å€è§£æž" + +#~ msgid "Edit phone" +#~ msgstr "编辑电è¯" + +#~ msgid "%s account: %s" +#~ msgstr "%s 叿ˆ·: %s" + +#~ msgid "<i>From:</i> %s" +#~ msgstr "<i>拨入方:</i> %s" + +#~ msgid "You haven't setup any accounts" +#~ msgstr "ä½ æ²¡æœ‰è®¾ç½®ä»»ä½•å¸æˆ·" + +#~ msgid "SFLphone - %i accounts configured" +#~ msgstr "SFLphone - %i ä¸ªå¸æˆ·å·²é…ç½®" + +#~ msgid "\"Voicemail\" <%s>" +#~ msgstr "\"è¯éŸ³é‚®ä»¶\" <%s>" + +#~ msgid "Place a call" +#~ msgstr "拨å·" + +#~ msgid "Off Hold" +#~ msgstr "æ¢å¤é€šè¯" + +#~ msgid "Record a call" +#~ msgstr "记录通è¯" + +#~ msgid "Account Parameters" +#~ msgstr "叿ˆ·ç›¸å…³å‚æ•°" + +#~ msgid "Download limit:" +#~ msgstr "下载上é™:" + +#~ msgid "_Business phone" +#~ msgstr "商务电è¯(B)" + +#~ msgid "_Home phone" +#~ msgstr "å®¶åºç”µè¯(H)" + +#~ msgid "Select which Evolution address books to use:" +#~ msgstr "选择使用如下Evolution地å€è–„:" + +#~ msgid "audio device index for output = %d" +#~ msgstr "音频设备输出索引 ï¼ %d" + +#~ msgid "ALSA configuration" +#~ msgstr "ALSA é…ç½®" + +#~ msgid "Stun parameters will apply to each SIP account created." +#~ msgstr "Stun傿•°å°†åº”用于æ¯ä¸€ä¸ªæ³¨å†Œçš„SIP叿ˆ·" + +#~ msgid "Enable it if you are behind a firewall" +#~ msgstr "当使用防ç«å¢™æ—¶,å¯ç”¨è¯¥é¡¹" + +#~ msgid "Format: name.server:port" +#~ msgstr "æ ¼å¼ï¼šname.server:port" + +#~ msgid "Port:" +#~ msgstr "端å£:" + +#, fuzzy +#~ msgid "Recordings folder" +#~ msgstr "记录文件夹(R)" + +#~ msgid "General Settings" +#~ msgstr "常用é…ç½®" + +#~ msgid "Audio Settings" +#~ msgstr "音频é…ç½®" + +#~ msgid "Recordings" +#~ msgstr "记录" + +#~ msgid "Address Book" +#~ msgstr "地å€ç°¿" + +#~ msgid "Hooks" +#~ msgstr "é’©é”®" + +#~ msgid "Accounts" +#~ msgstr "叿ˆ·" + +#~ msgid "URL Passing" +#~ msgstr "ä¼ è¾“URL" + +#, fuzzy +#~ msgid "Command to _run: " +#~ msgstr "è¿è¡Œå‘½ä»¤(C):" + +#~ msgid "Phone Number Rewriting" +#~ msgstr "é‡è®¾ç”µè¯å·ç " + +#~ msgid "_Prefix dialed numbers with:" +#~ msgstr "å·ç å‰ç¼€:" + +#~ msgid "Accept" +#~ msgstr "接å—" + +#~ msgid "Refuse" +#~ msgstr "æ‹’ç»" + +#~ msgid "Ignore" +#~ msgstr "忽略" + +#~ msgid "<small>Missed call</small>" +#~ msgstr "<small>未接电è¯</small>" + +#~ msgid "<small>Duration:</small> %s" +#~ msgstr "<small>æ—¶é•¿:</small> %s" + +#~ msgid "Fields" +#~ msgstr "å—æ®µ" + +#~ msgid "_History size limit" +#~ msgstr "历å²è®°å½•上é™(H)" + +#~ msgid "" +#~ "SFLphone can run custom commands if incoming calls come with an URL " +#~ "attached.\n" +#~ "In this case, %s will be replaced with the passed URL." +#~ msgstr "" +#~ "当æ¥ç”µæœ‰é™„åŠ çš„URLæ—¶,SFLphoneå¯è¿è¡Œå®¢æˆ·å‘½ä»¤.\n" +#~ "åœ¨æ¤æƒ…况下,ä¼ è¾“çš„URLä¼šè¢«æ›¿æ¢æˆ%s." + +#~ msgid "Search history" +#~ msgstr "查找历å²è®°å½•" + +#~ msgid "Search contact" +#~ msgstr "查找è”系人(S)" + +#~ msgid "Registered to %s (%s)" +#~ msgstr "注册到 %s (%s)" + +#~ msgid "%s account- %s %s" +#~ msgstr "%s 叿ˆ·- %s %s" + +#~ msgid "Books" +#~ msgstr "é’©é”®" + +#~ msgid "_Enable" +#~ msgstr "å¯ç”¨(E)" + +#~ msgid "_Notify voice mails" +#~ msgstr "通知è¯éŸ³é‚®ä»¶(N)" + +#~ msgid "_Start hidden" +#~ msgstr "å¯åŠ¨æ—¶éšè—(S)" + +#~ msgid "_Maximum number of calls" +#~ msgstr "æœ€å¤§æ‹¨å·æ•°(M)" + +#~ msgid "_Control running applications volume" +#~ msgstr "控制æ£åœ¨è¿è¡Œçš„应用程åºçš„音é‡(C)" + +#~ msgid "Account previously setup" +#~ msgstr "叿ˆ·ä»¥å‰è®¾ç½®" + +#~ msgid "URL argument" +#~ msgstr "URL傿•°" + +#~ msgid "_SIP protocol" +#~ msgstr "SIP åè®®(S)" + +#~ msgid "_SIP Header: " +#~ msgstr "SIP消æ¯å¤´(S):" + +#~ msgid "_IAX2 protocol" +#~ msgstr "IAX2 åè®®(I)" + +#~ msgid "Search" +#~ msgstr "查找" + +#~ msgid "_Enabled" +#~ msgstr "å¯ç”¨(E)" + +#~ msgid "%s account- %s" +#~ msgstr "%s 叿ˆ·- %s" + +#~ msgid "Noise reduction" +#~ msgstr "é™å™ª" + +#~ msgid "_Destination folder" +#~ msgstr "ç›®æ ‡æ–‡ä»¶å¤¹(D)" + +#~ msgid "Setup Accounts" +#~ msgstr "è®¾å®šå¸æˆ·" + +#~ msgid "Search Parameters" +#~ msgstr "æŸ¥æ‰¾ç›¸å…³å‚æ•°" + +#~ msgid "Maximum result number for a request: " +#~ msgstr "æœ€å¤§æ‹¨å·æ•°" + +#~ msgid "Search for and display: " +#~ msgstr "查找并显示:" + +#~ msgid "_STUN Server" +#~ msgstr "STUNæœåС噍(S)" diff --git a/sflphone-client-kde/po/zh_HK/sflphone-client-kde.po b/sflphone-client-kde/po/zh_HK/sflphone-client-kde.po index a1cbc3c04ba985cefbf4af95c31f9baf8983a77e..73fc8e7cc1c85cd6fb97d591767bb2bf782234b0 100644 --- a/sflphone-client-kde/po/zh_HK/sflphone-client-kde.po +++ b/sflphone-client-kde/po/zh_HK/sflphone-client-kde.po @@ -1,365 +1,461 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Chinese translation of SFLphone. +# Copyright (C) 2008 The Free Software Foundation, Inc. +# This file is distributed under the GNU General Public License Version 3. +# +# Yun Liu <yun.liu@savoirfairelinux.com>, 2008. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: SFLphone 0.9.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-07-08 15:18-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"POT-Creation-Date: 2009-07-16 15:14-0400\n" +"PO-Revision-Date: 2008-10-28 14:15\n" +"Last-Translator: Yun Liu <yun.liu@savoirfairelinux.com>\n" +"Language-Team: SavoirFaireLinux Inc <sflphoneteam@savoirfairelinux.com>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n>1;\n" -#: ../src/Account.cpp:34 +#: ../sflphone-client-kde/src/Account.cpp:34 +#: ../sflphone-client-gnome/src/accountlist.c:175 msgctxt "account state" msgid "Registered" -msgstr "" +msgstr "已註冊" -#: ../src/Account.cpp:36 +#: ../sflphone-client-kde/src/Account.cpp:36 +#: ../sflphone-client-gnome/src/accountlist.c:178 msgctxt "account state" msgid "Not Registered" -msgstr "" +msgstr "未註冊" -#: ../src/Account.cpp:38 +#: ../sflphone-client-kde/src/Account.cpp:38 +#: ../sflphone-client-gnome/src/accountlist.c:181 msgctxt "account state" msgid "Trying..." -msgstr "" +msgstr "æ£åœ¨é€£æŽ¥..." -#: ../src/Account.cpp:40 +#: ../sflphone-client-kde/src/Account.cpp:40 +#: ../sflphone-client-gnome/src/accountlist.c:184 msgctxt "account state" msgid "Error" -msgstr "" +msgstr "註冊失敗" -#: ../src/Account.cpp:42 +#: ../sflphone-client-kde/src/Account.cpp:42 +#, fuzzy msgctxt "account state" -msgid "Bad authentification" -msgstr "" +msgid "Authentication Failed" +msgstr "èªè‰éŒ¯èª¤" -#: ../src/Account.cpp:44 +#: ../sflphone-client-kde/src/Account.cpp:44 +#: ../sflphone-client-gnome/src/accountlist.c:190 msgctxt "account state" msgid "Network unreachable" -msgstr "" +msgstr "網路連線失敗" -#: ../src/Account.cpp:46 +#: ../sflphone-client-kde/src/Account.cpp:46 +#: ../sflphone-client-gnome/src/accountlist.c:193 msgctxt "account state" msgid "Host unreachable" -msgstr "" +msgstr "伺æœå™¨é€£ç·šå¤±æ•—" -#: ../src/Account.cpp:48 +#: ../sflphone-client-kde/src/Account.cpp:48 +#: ../sflphone-client-gnome/src/accountlist.c:196 msgctxt "account state" msgid "Stun configuration error" -msgstr "" +msgstr "STUNé…置有誤" -#: ../src/Account.cpp:50 +#: ../sflphone-client-kde/src/Account.cpp:50 +#: ../sflphone-client-gnome/src/accountlist.c:199 msgctxt "account state" msgid "Stun server invalid" -msgstr "" +msgstr "STUN伺æœå™¨ç„¡æ•ˆ" -#: ../src/Account.cpp:51 +#: ../sflphone-client-kde/src/Account.cpp:51 +#: ../sflphone-client-gnome/src/accountlist.c:202 msgctxt "account state" msgid "Invalid" -msgstr "" +msgstr "無效" -#: ../src/AccountWizard.cpp:163 ../src/AccountWizard.cpp:278 -msgid "Account Creation Wizard" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:163 +#: ../sflphone-client-kde/src/AccountWizard.cpp:278 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:406 +msgid "Account creation wizard" +msgstr "帳戶創建å‘å°Ž" -#: ../src/AccountWizard.cpp:199 -msgid "Creation of account succeed with these parameters" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:199 +#: ../sflphone-client-kde/src/AccountWizard.cpp:217 +#: ../sflphone-client-kde/src/AccountWizard.cpp:561 +#: ../sflphone-client-gnome/src/assistant.c:68 +#, c-format +msgid "This assistant is now finished." +msgstr "é…置完æˆ." -#: ../src/AccountWizard.cpp:211 +#: ../sflphone-client-kde/src/AccountWizard.cpp:211 msgid "Creation of account has failed for the reason" msgstr "" -#: ../src/AccountWizard.cpp:217 -msgid "Register of account succeed with these parameters" -msgstr "" - -#: ../src/AccountWizard.cpp:255 ../src/AccountWizard.cpp:440 -#: ../build/src/ui_dlgaccountsbase.h:359 +#: ../sflphone-client-kde/src/AccountWizard.cpp:255 +#: ../sflphone-client-kde/src/AccountWizard.cpp:440 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:359 +#: ../sflphone-client-gnome/src/assistant.c:72 msgid "Alias" -msgstr "" +msgstr "別稱" -#: ../src/AccountWizard.cpp:256 ../src/AccountWizard.cpp:441 -#: ../build/src/ui_dlgaccountsbase.h:366 +#: ../sflphone-client-kde/src/AccountWizard.cpp:256 +#: ../sflphone-client-kde/src/AccountWizard.cpp:441 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:366 +#: ../sflphone-client-gnome/src/assistant.c:75 msgid "Server" -msgstr "" +msgstr "伺æœå™¨" -#: ../src/AccountWizard.cpp:257 ../src/AccountWizard.cpp:442 -#: ../build/src/ui_dlgaccountsbase.h:367 -msgid "User" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:257 +#: ../sflphone-client-kde/src/AccountWizard.cpp:442 +#: ../sflphone-client-gnome/src/assistant.c:78 +msgid "Username" +msgstr "使用者å稱" -#: ../src/AccountWizard.cpp:258 ../src/AccountWizard.cpp:443 -#: ../build/src/ui_dlgaccountsbase.h:368 +#: ../sflphone-client-kde/src/AccountWizard.cpp:258 +#: ../sflphone-client-kde/src/AccountWizard.cpp:443 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:368 msgid "Password" -msgstr "" +msgstr "密碼" -#: ../src/AccountWizard.cpp:259 ../build/src/ui_dlgaccountsbase.h:360 +#: ../sflphone-client-kde/src/AccountWizard.cpp:259 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:360 +#: ../sflphone-client-gnome/src/config/configwindow.c:418 msgid "Protocol" -msgstr "" +msgstr "å”è°" -#: ../src/AccountWizard.cpp:260 ../build/src/ui_dlgaccountsbase.h:369 -#: ../build/src/ui_sflphone_kdeview_base.h:396 -msgid "Mailbox" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:260 +#: ../sflphone-client-kde/src/AccountWizard.cpp:444 +msgid "Voicemail number" +msgstr "語音郵箱" -#: ../src/AccountWizard.cpp:279 -msgid "Welcome to the Account creation wizard of SFLphone" +#: ../sflphone-client-kde/src/AccountWizard.cpp:279 +#: ../sflphone-client-gnome/src/assistant.c:216 +msgid "Welcome to the Account creation wizard of SFLphone!" msgstr "" -#: ../src/AccountWizard.cpp:281 -msgid "This wizard will help you setting up an account." -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:281 +#: ../sflphone-client-gnome/src/assistant.c:217 +msgid "This installation wizard will help you configure an account." +msgstr "安è£å‘導將幫助您é…置帳戶" -#: ../src/AccountWizard.cpp:309 ../src/conf/ConfigurationDialog.cpp:50 -msgid "Accounts" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:309 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Account" +msgstr "帳戶" -#: ../src/AccountWizard.cpp:310 -msgid "Please choose between those options :" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:310 +#: ../sflphone-client-gnome/src/assistant.c:249 +msgid "Please select one of the following options" +msgstr "è«‹é¸æ“‡ä»¥ä¸‹é¸é …ä¸çš„一個" -#: ../src/AccountWizard.cpp:312 +#: ../sflphone-client-kde/src/AccountWizard.cpp:312 +#: ../sflphone-client-gnome/src/assistant.c:251 msgid "Create a free SIP/IAX2 account on sflphone.org" -msgstr "" +msgstr "在sflphone.org上創建å…費的SIP/IAX2帳戶" -#: ../src/AccountWizard.cpp:313 -msgid "Register an existing SIP/IAX2 account" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:313 +#: ../sflphone-client-gnome/src/assistant.c:253 +msgid "Register an existing SIP or IAX2 account" +msgstr "註冊已å˜åœ¨çš„SIP或IAX2帳戶" -#: ../src/AccountWizard.cpp:352 +#: ../sflphone-client-kde/src/AccountWizard.cpp:352 +#: ../sflphone-client-gnome/src/assistant.c:231 msgid "VoIP Protocols" -msgstr "" +msgstr "VoIPå”è°" -#: ../src/AccountWizard.cpp:353 -msgid "Choose the account type" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:353 +#: ../sflphone-client-gnome/src/assistant.c:231 +msgid "Select an account type" +msgstr "鏿“‡å¸³æˆ¶é¡žåž‹" -#: ../src/AccountWizard.cpp:355 -msgid "Register a SIP (Session Initiation Protocol) account" +#: ../sflphone-client-kde/src/AccountWizard.cpp:355 +#: ../sflphone-client-gnome/src/assistant.c:233 +msgid "SIP (Session Initiation Protocol)" msgstr "" -#: ../src/AccountWizard.cpp:356 -msgid "Register a IAX2 (InterAsterisk eXchange) account" +#: ../sflphone-client-kde/src/AccountWizard.cpp:356 +#: ../sflphone-client-gnome/src/assistant.c:235 +msgid "IAX2 (InterAsterix Exchange)" msgstr "" -#: ../src/AccountWizard.cpp:395 -msgid "Optionnal Email Address" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:395 +#: ../sflphone-client-gnome/src/assistant.c:339 +msgid "Optional email address" +msgstr "å¯é¸éƒµä»¶åœ°å€" -#: ../src/AccountWizard.cpp:396 +#: ../sflphone-client-kde/src/AccountWizard.cpp:396 +#: ../sflphone-client-gnome/src/assistant.c:339 msgid "This email address will be used to send your voicemail messages." msgstr "" -#: ../src/AccountWizard.cpp:398 +#: ../sflphone-client-kde/src/AccountWizard.cpp:398 msgid "Email address" msgstr "" -#: ../src/AccountWizard.cpp:432 -msgid "SIP Account Settings" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:432 +#: ../sflphone-client-gnome/src/assistant.c:266 +msgid "SIP account settings" +msgstr "SIP帳戶é…ç½®" -#: ../src/AccountWizard.cpp:436 -msgid "IAX2 Account Settings" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:436 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "IAX2 account settings" +msgstr "IAX2帳戶é…ç½®" -#: ../src/AccountWizard.cpp:438 -msgid "Please full these settings fields." -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:438 +#: ../sflphone-client-gnome/src/assistant.c:266 +#: ../sflphone-client-gnome/src/assistant.c:362 +msgid "Please fill the following information" +msgstr "請填寫如下信æ¯" -#: ../src/AccountWizard.cpp:444 -msgid "Voicemail number" -msgstr "" - -#: ../src/AccountWizard.cpp:523 +#: ../sflphone-client-kde/src/AccountWizard.cpp:523 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:856 msgid "Network Address Translation (NAT)" msgstr "" -#: ../src/AccountWizard.cpp:524 -msgid "" -"You should probably enable this option if you're placed under a firewall" -msgstr "" +#: ../sflphone-client-kde/src/AccountWizard.cpp:524 +#: ../sflphone-client-gnome/src/assistant.c:435 +#: ../sflphone-client-gnome/src/config/configwindow.c:536 +msgid "You should probably enable this if you are behind a firewall." +msgstr "å¦‚æžœä½ ä½¿ç”¨ç¶²è·¯é˜²ç«ç‰†ï¼Œä½ 很有å¯èƒ½éœ€è¦è¨å®šè©²é …." -#: ../src/AccountWizard.cpp:526 +#: ../sflphone-client-kde/src/AccountWizard.cpp:526 msgid "Enable STUN" -msgstr "" +msgstr "啟用STUN" -#: ../src/AccountWizard.cpp:527 +#: ../sflphone-client-kde/src/AccountWizard.cpp:527 msgid "Stun Server" -msgstr "" - -#: ../src/AccountWizard.cpp:561 -msgid "Account Definition Finished" -msgstr "" +msgstr "STUN伺æœå™¨" -#: ../src/AccountWizard.cpp:562 +#: ../sflphone-client-kde/src/AccountWizard.cpp:562 msgid "" "After checking the settings you chose, click \"Finish\" to create the " "account." msgstr "" -#: ../src/ActionSetAccountFirst.cpp:26 +#: ../sflphone-client-kde/src/ActionSetAccountFirst.cpp:26 msgid "Default account" msgstr "" -#: ../src/Call.cpp:116 +#: ../sflphone-client-kde/src/Call.cpp:116 +#: ../sflphone-client-gnome/src/contacts/calltree.c:322 msgid "Transfer to : " msgstr "" -#: ../src/main.cpp:34 +#: ../sflphone-client-kde/src/CodecListModel.cpp:89 +#: ../sflphone-client-gnome/src/actions.c:816 +msgid "Codec" +msgstr "" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:93 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:279 +#: ../sflphone-client-gnome/src/config/audioconf.c:581 +msgid "Frequency" +msgstr "顰律" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:97 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:281 +#: ../sflphone-client-gnome/src/config/audioconf.c:586 +msgid "Bitrate" +msgstr "比率" + +#: ../sflphone-client-kde/src/CodecListModel.cpp:101 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:283 +#: ../sflphone-client-gnome/src/config/audioconf.c:591 +msgid "Bandwidth" +msgstr "顰寬" + +#: ../sflphone-client-kde/src/main.cpp:39 msgid "SFLphone KDE Client" msgstr "" -#: ../src/main.cpp:38 +#: ../sflphone-client-kde/src/main.cpp:43 msgid "(C) 2009 Savoir-faire Linux" msgstr "" -#: ../src/main.cpp:42 +#: ../sflphone-client-kde/src/main.cpp:47 msgid "Jérémy Quentin" msgstr "" -#: ../src/main.cpp:43 +#: ../sflphone-client-kde/src/main.cpp:48 msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "" -#: ../src/main.cpp:43 +#: ../sflphone-client-kde/src/main.cpp:48 msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "" -#: ../src/SFLPhone.cpp:62 ../src/sflphone_kdeview.cpp:1066 -#: ../src/sflphone_kdeview.cpp:1071 ../src/sflphone_kdeview.cpp:1076 +#: ../sflphone-client-kde/src/SFLPhone.cpp:62 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-gnome/src/statusicon.c:126 msgid "SFLphone" msgstr "" -#: ../src/SFLPhone.cpp:181 -msgid "You still have some calls open. Please close all calls before quitting." -msgstr "" - -#: ../src/SFLPhone.cpp:209 +#: ../sflphone-client-kde/src/SFLPhone.cpp:209 msgid "Incoming call" msgstr "" -#: ../src/SFLPhone.cpp:210 +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 msgid "You have an incoming call from" msgstr "" -#: ../src/SFLPhone.cpp:210 +#: ../sflphone-client-kde/src/SFLPhone.cpp:210 msgid "Click to accept or refuse it." msgstr "" -#: ../src/sflphone_kdeview.cpp:883 -msgid "No account registered" +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:716 +msgid "Address book loading..." +msgstr "" + +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:901 +#: ../sflphone-client-gnome/src/actions.c:89 +msgid "No registered accounts" msgstr "" -#: ../src/sflphone_kdeview.cpp:887 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:905 +#: ../sflphone-client-gnome/src/actions.c:83 +#: ../sflphone-client-gnome/src/actions.c:813 msgid "Using account" msgstr "" -#: ../src/sflphone_kdeview.cpp:1066 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1084 msgid "Main screen" msgstr "" -#: ../src/sflphone_kdeview.cpp:1071 ../build/src/ui_dlggeneralbase.h:165 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1089 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:165 msgid "Call history" msgstr "" -#: ../src/sflphone_kdeview.cpp:1076 -#: ../build/src/ui_sflphone_kdeview_base.h:407 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1094 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:407 +#: ../sflphone-client-gnome/src/toolbar.c:243 +#: ../sflphone-client-gnome/src/toolbar.c:245 msgid "Address book" -msgstr "" +msgstr "地å€ç°¿" -#: ../src/sflphone_kdeview.cpp:1090 ../src/sflphone_kdeview.cpp:1151 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1108 +#: ../sflphone-client-kde/src/sflphone_kdeview.cpp:1173 msgid "Edit before call" msgstr "" -#: ../src/sflphone_const.h:56 -msgid "Call" -msgstr "" +#: ../sflphone-client-kde/src/sflphone_const.h:56 +#: ../sflphone-client-gnome/src/toolbar.c:167 +#: ../sflphone-client-gnome/src/toolbar.c:169 +msgid "New call" +msgstr "新電話" -#: ../src/sflphone_const.h:57 ../build/src/ui_sflphone_kdeview_base.h:392 +#: ../sflphone-client-kde/src/sflphone_const.h:57 +#: ../sflphone-client-kde/src/sflphone_const.h:62 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:392 +#: ../sflphone-client-gnome/src/toolbar.c:186 +#: ../sflphone-client-gnome/src/toolbar.c:188 msgid "Hang up" -msgstr "" +msgstr "放電話" -#: ../src/sflphone_const.h:58 ../build/src/ui_sflphone_kdeview_base.h:393 -msgid "Hold" +#: ../sflphone-client-kde/src/sflphone_const.h:58 +#: ../sflphone-client-gnome/src/toolbar.c:207 +#: ../sflphone-client-gnome/src/toolbar.c:209 +msgid "Hold on" msgstr "" -#: ../src/sflphone_const.h:59 ../build/src/ui_sflphone_kdeview_base.h:394 +#: ../sflphone-client-kde/src/sflphone_const.h:59 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:394 +#: ../sflphone-client-gnome/src/toolbar.c:220 +#: ../sflphone-client-gnome/src/toolbar.c:222 msgid "Transfer" -msgstr "" +msgstr "轉接" -#: ../src/sflphone_const.h:60 +#: ../sflphone-client-kde/src/sflphone_const.h:60 +#: ../sflphone-client-gnome/src/toolbar.c:263 msgid "Record" -msgstr "" - -#: ../src/sflphone_const.h:61 -msgid "Accept" -msgstr "" +msgstr "記錄" -#: ../src/sflphone_const.h:62 -msgid "Refuse" -msgstr "" +#: ../sflphone-client-kde/src/sflphone_const.h:61 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:391 +#: ../sflphone-client-gnome/src/toolbar.c:176 +#: ../sflphone-client-gnome/src/toolbar.c:178 +msgid "Pick up" +msgstr "接電話" -#: ../src/sflphone_const.h:63 -msgid "Unhold" +#: ../sflphone-client-kde/src/sflphone_const.h:63 +#: ../sflphone-client-gnome/src/toolbar.c:196 +#: ../sflphone-client-gnome/src/toolbar.c:198 +msgid "Hold off" msgstr "" -#: ../src/sflphone_const.h:64 +#: ../sflphone-client-kde/src/sflphone_const.h:64 msgid "Give up transfer" msgstr "" -#: ../src/sflphone_const.h:65 +#: ../sflphone-client-kde/src/sflphone_const.h:65 msgid "Call back" msgstr "" -#: ../src/sflphone_const.h:66 -msgid "Give up search" -msgstr "" - -#: ../src/conf/ConfigurationDialog.cpp:48 ../build/src/ui_dlgrecordbase.h:91 +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:48 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:306 +#: ../sflphone-client-gnome/src/config/configwindow.c:722 +#: ../sflphone-client-gnome/src/config/configwindow.c:791 +msgctxt "Config section" msgid "General" -msgstr "" +msgstr "常用é…ç½®" -#: ../src/conf/ConfigurationDialog.cpp:49 +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:49 +msgctxt "Config section" msgid "Display" msgstr "" -#: ../src/conf/ConfigurationDialog.cpp:51 +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:50 +#: ../sflphone-client-gnome/src/config/configwindow.c:833 +msgctxt "Config section" +msgid "Accounts" +msgstr "帳戶" + +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:51 +#: ../sflphone-client-gnome/src/config/configwindow.c:786 +msgctxt "Config section" msgid "Audio" msgstr "" -#: ../src/conf/ConfigurationDialog.cpp:52 +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:52 +#: ../sflphone-client-gnome/src/config/configwindow.c:801 +msgctxt "Config section" msgid "Address Book" -msgstr "" +msgstr "地å€ç°¿" -#: ../src/conf/ConfigurationDialog.cpp:53 +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:53 +#: ../sflphone-client-gnome/src/config/configwindow.c:796 msgctxt "Config section" -msgid "Record" -msgstr "" +msgid "Recordings" +msgstr "記錄" -#: ../src/conf/ConfigurationDialog.cpp:54 +#: ../sflphone-client-kde/src/conf/ConfigurationDialog.cpp:54 +#: ../sflphone-client-gnome/src/config/configwindow.c:806 +msgctxt "Config section" msgid "Hooks" -msgstr "" - -#: ../build/src/ui_dlgaccountsbase.h:321 -#: ../build/src/ui_dlgaddressbookbase.h:142 ../build/src/ui_dlgaudiobase.h:263 -#: ../build/src/ui_dlgdisplaybase.h:120 ../build/src/ui_dlggeneralbase.h:164 -#: ../build/src/ui_dlghooksbase.h:173 ../build/src/ui_dlgrecordbase.h:90 -#: ../build/src/ui_sflphone_kdeview_base.h:390 +msgstr "鉤éµ" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:321 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:142 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:263 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:120 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:164 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:173 +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:90 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:390 msgid "Form" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:323 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:323 msgid "" "By default, when you place a call, sflphone will use the first account in " "this list which is \"registered\". Change the order of the accounts using " @@ -368,301 +464,1130 @@ msgid "" "buttons. Edit the selected account with the form on the right." msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:327 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:327 msgid "Remove the selected account" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:330 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:330 msgid "" "This button will remove the selected account in the list below. Be sure you " "really don't need it anymore. If you think you might use it again later, " "just uncheck it." msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:335 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:335 msgid "Remove" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:336 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:336 msgid "Backspace, Return" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:338 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:338 msgid "Add a new account" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:341 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:341 msgid "" "This button enables you to initialize a new account. You will then be able " "to edit it using the form on the right." msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:343 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:343 msgid "Add" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:345 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:345 msgid "Get this account down" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:348 ../build/src/ui_dlgaccountsbase.h:355 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:348 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:355 msgid "" "By default, when you place a call, sflphone will use the first account in " "this list which is \"registered\". Change the order of the accounts using " "the \"Up\" and \"Down\" arrows." msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:350 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:350 msgid "Down" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:352 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:352 msgid "Get this account up" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:357 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:357 msgid "Up" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:358 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:358 msgid "Apply" -msgstr "" +msgstr "套用" -#: ../build/src/ui_dlgaccountsbase.h:363 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:363 msgid "SIP" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:364 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:364 msgid "IAX" msgstr "" -#: ../build/src/ui_dlgaccountsbase.h:370 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:367 +msgid "User" +msgstr "使用者å稱" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:369 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:396 +msgid "Mailbox" +msgstr "語音郵件" + +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:370 +#, fuzzy msgid "State" -msgstr "" +msgstr "狀態" -#: ../build/src/ui_dlgaccountsbase.h:373 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:373 +#, fuzzy msgid "Stun settings will be applied on each account" -msgstr "" +msgstr "Stunåƒæ•¸å°‡æ‡‰ç”¨æ–¼æ¯ä¸€å€‹è¨»å†Šçš„SIP帳戶" -#: ../build/src/ui_dlgaccountsbase.h:374 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:374 msgid "Enable Stun" -msgstr "" +msgstr "啟用STUN" -#: ../build/src/ui_dlgaccountsbase.h:375 +#: ../sflphone-client-kde/build/src/ui_dlgaccountsbase.h:375 msgid "choose Stun server (example : stunserver.org)" msgstr "" -#: ../build/src/ui_dlgaddressbookbase.h:143 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:143 msgid "Maximum &results" msgstr "" -#: ../build/src/ui_dlgaddressbookbase.h:144 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:144 +#, fuzzy msgid "Display &photo if available" -msgstr "" +msgstr "如果å¯ä»¥å‰‡é¡¯ç¤ºè¯ç¹«äººç…§ç‰‡" -#: ../build/src/ui_dlgaddressbookbase.h:145 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:145 msgid "Display phone numbers of these &types :" msgstr "" -#: ../build/src/ui_dlgaddressbookbase.h:146 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:146 msgid "&Work" msgstr "" -#: ../build/src/ui_dlgaddressbookbase.h:147 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:147 +#, fuzzy msgid "&Mobile" -msgstr "" +msgstr "移動電話(M)" -#: ../build/src/ui_dlgaddressbookbase.h:148 +#: ../sflphone-client-kde/build/src/ui_dlgaddressbookbase.h:148 msgid "&Home" msgstr "" -#: ../build/src/ui_dlgaudiobase.h:265 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:265 +#, fuzzy msgid "Audio device" -msgstr "" +msgstr "音訊檔案" -#: ../build/src/ui_dlgaudiobase.h:268 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:268 msgid "ALSA" -msgstr "" +msgstr "ALSA" -#: ../build/src/ui_dlgaudiobase.h:269 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:269 msgid "PulseAudio" -msgstr "" +msgstr "PulseAudio" -#: ../build/src/ui_dlgaudiobase.h:271 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:271 msgid "Enable ringtones" -msgstr "" +msgstr "啟動鈴è²" -#: ../build/src/ui_dlgaudiobase.h:272 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:272 msgid "*.ul *.au *.wav" msgstr "" -#: ../build/src/ui_dlgaudiobase.h:273 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:273 +#, fuzzy msgid "&Codecs" -msgstr "" +msgstr "編碼" -#: ../build/src/ui_dlgaudiobase.h:275 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:275 msgid "Active" msgstr "" -#: ../build/src/ui_dlgaudiobase.h:277 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:277 +#: ../sflphone-client-gnome/src/config/addressbook-config.c:404 +#: ../sflphone-client-gnome/src/config/audioconf.c:576 msgid "Name" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:279 -msgid "Frequency" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:281 -msgid "Bitrate" -msgstr "" +msgstr "å稱" -#: ../build/src/ui_dlgaudiobase.h:283 -msgid "Bandwidth" -msgstr "" - -#: ../build/src/ui_dlgaudiobase.h:286 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:286 +#: ../sflphone-client-gnome/src/config/audioconf.c:795 msgid "ALSA settings" -msgstr "" +msgstr "ALSA é…ç½®" -#: ../build/src/ui_dlgaudiobase.h:287 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:287 +#: ../sflphone-client-gnome/src/config/audioconf.c:662 msgid "ALSA plugin" -msgstr "" +msgstr "ALSAæ’ä»¶" -#: ../build/src/ui_dlgaudiobase.h:288 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:288 msgid "In" msgstr "" -#: ../build/src/ui_dlgaudiobase.h:289 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:289 +#, fuzzy msgid "Out" -msgstr "" +msgstr "輸出" -#: ../build/src/ui_dlgaudiobase.h:290 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:290 msgid "PulseAudio settings" -msgstr "" +msgstr "PulseAudio é…ç½®" -#: ../build/src/ui_dlgaudiobase.h:291 +#: ../sflphone-client-kde/build/src/ui_dlgaudiobase.h:291 msgid "Mute other applications during a call" -msgstr "" +msgstr "當有來電時éœéŸ³å…¶å®ƒæ‡‰ç”¨ç¨‹åº" -#: ../build/src/ui_dlgdisplaybase.h:121 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:121 msgid "Enable notifications" -msgstr "" +msgstr "啟動æç¤º" -#: ../build/src/ui_dlgdisplaybase.h:122 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:122 msgid "On incoming &calls" msgstr "" -#: ../build/src/ui_dlgdisplaybase.h:123 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:123 msgid "On &messages" msgstr "" -#: ../build/src/ui_dlgdisplaybase.h:124 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:124 msgid "Show main window" msgstr "" -#: ../build/src/ui_dlgdisplaybase.h:125 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:125 msgid "On &start" msgstr "" -#: ../build/src/ui_dlgdisplaybase.h:126 +#: ../sflphone-client-kde/build/src/ui_dlgdisplaybase.h:126 msgid "On &incoming calls" msgstr "" -#: ../build/src/ui_dlggeneralbase.h:166 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:166 msgid "Keep my history for at least" msgstr "" -#: ../build/src/ui_dlggeneralbase.h:167 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:167 msgid "days" msgstr "" -#: ../build/src/ui_dlggeneralbase.h:168 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:168 msgid "Clear history" -msgstr "" +msgstr "清空曆å²è¨˜éŒ„" -#: ../build/src/ui_dlggeneralbase.h:169 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:169 msgid "Connection" msgstr "" -#: ../build/src/ui_dlggeneralbase.h:170 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:170 +#: ../sflphone-client-gnome/src/config/configwindow.c:664 msgid "SIP Port" -msgstr "" +msgstr "SIP端å£" -#: ../build/src/ui_dlggeneralbase.h:171 +#: ../sflphone-client-kde/build/src/ui_dlggeneralbase.h:171 msgid "Attention " msgstr "" -#: ../build/src/ui_dlghooksbase.h:174 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:174 +#: ../sflphone-client-gnome/src/config/hooks-config.c:130 msgid "URL Argument" msgstr "" -#: ../build/src/ui_dlghooksbase.h:175 -#, c-format +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:175 +#, fuzzy, c-format msgid "Custom commands with URL %s will be replaced with the passed URL." -msgstr "" +msgstr "傳輸的URLæœƒè¢«æ›¿æ›æˆ%s." -#: ../build/src/ui_dlghooksbase.h:176 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:176 msgid "Trigger on specific SIP header" -msgstr "" +msgstr "激活指定的SIPé " -#: ../build/src/ui_dlghooksbase.h:177 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:177 msgid "Trigger on IAX2 URL" -msgstr "" +msgstr "激活IAX2 URL" -#: ../build/src/ui_dlghooksbase.h:178 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:178 msgid "Command to run" msgstr "" -#: ../build/src/ui_dlghooksbase.h:179 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:179 +#, fuzzy msgid "Phone number formatting" -msgstr "" +msgstr "é‡è¨é›»è©±è™Ÿç¢¼" -#: ../build/src/ui_dlghooksbase.h:180 +#: ../sflphone-client-kde/build/src/ui_dlghooksbase.h:180 +#, fuzzy msgid "Add phone number prefix" -msgstr "" +msgstr "é‡è¨é›»è©±è™Ÿç¢¼" -#: ../build/src/ui_dlgrecordbase.h:92 +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:91 +msgid "General" +msgstr "常用é…ç½®" + +#: ../sflphone-client-kde/build/src/ui_dlgrecordbase.h:92 +#: ../sflphone-client-gnome/src/config/configwindow.c:726 msgid "Destination folder" -msgstr "" +msgstr "目標文件夾" -#: ../build/src/ui_sflphone_kdeview_base.h:391 -msgid "Pick up" -msgstr "" +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:393 +#, fuzzy +msgid "Hold" +msgstr "待机" -#: ../build/src/ui_sflphone_kdeview_base.h:395 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:395 +#: ../sflphone-client-gnome/src/toolbar.c:232 +#: ../sflphone-client-gnome/src/toolbar.c:234 msgid "History" -msgstr "" +msgstr "æ·å²" -#: ../build/src/ui_sflphone_kdeview_base.h:397 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:397 +#, fuzzy msgid "Configure accounts" -msgstr "" +msgstr "å·²é…置帳戶" -#: ../build/src/ui_sflphone_kdeview_base.h:398 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:398 +#, fuzzy msgid "Configure audio" -msgstr "" +msgstr "å·²é…置帳戶" -#: ../build/src/ui_sflphone_kdeview_base.h:399 -#: ../build/src/ui_sflphone_kdeview_base.h:401 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:399 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:401 msgid "Configure SFLphone" msgstr "" -#: ../build/src/ui_sflphone_kdeview_base.h:403 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:403 msgid "Display volume bars" msgstr "" -#: ../build/src/ui_sflphone_kdeview_base.h:404 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:404 msgid "Display dialpad" msgstr "" -#: ../build/src/ui_sflphone_kdeview_base.h:405 +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:405 msgctxt "Action record a call" msgid "Record" +msgstr "記錄" + +#: ../sflphone-client-kde/build/src/ui_sflphone_kdeview_base.h:408 +msgid "Attention:number of results exceeds max displayed." msgstr "" -#: ../build/src/ui_sflphone_kdeview_base.h:406 -msgid "Account creation wizard" +#: ../sflphone-client-gnome/src/accountlist.c:187 +#, fuzzy +msgid "accounr state" +msgstr "帳戶å‘å°Ž(A)" + +#: ../sflphone-client-gnome/src/actions.c:54 +#: ../sflphone-client-gnome/src/sflnotify.c:94 +#, fuzzy, c-format +msgid "%d voice mail" +msgid_plural "%d voice mails" +msgstr[0] "%d 個語音郵件" +msgstr[1] "%d 個語音郵件" + +#: ../sflphone-client-gnome/src/actions.c:234 +msgid "" +"Unable to connect to the SFLphone server.\n" +"Make sure the daemon is running." msgstr "" +"連接SFLphone伺æœå™¨å¤±æ•—.\n" +"è«‹æ ¸æŸ¥daemonæ˜¯å¦æ£åœ¨é‹è¡Œ." -#: ../build/src/ui_sflphone_kdeview_base.h:408 -msgid "Attention:number of results exceeds max displayed." +#: ../sflphone-client-gnome/src/actions.c:809 +#, c-format +msgid "IP call - %s" +msgstr "IP電話- %s" + +#: ../sflphone-client-gnome/src/actions.c:908 +#, c-format +msgid "" +"<b>Error: No audio codecs found.\n" +"\n" +"</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>.sflphone</" +"b> directory in your home( <i>%s</i> )" +msgstr "" +"<b>錯誤:無法找到音訊編碼檔案.\n" +"\n" +"</b> SFLè²éŸ³ç·¨ç¢¼æª”案應該ä½äºŽ<i>%s</i> 或者ä½äºŽä¸»ç›®éŒ„( <i>%s</i> )çš„<b>." +"sflphone</b>目錄下" + +#: ../sflphone-client-gnome/src/assistant.c:70 +msgid "" +"You can at any time check your registration state or modify your accounts " +"parameters in the Options/Accounts window." +msgstr "ä½ å¯ä»¥éš¨æ™‚在 é¸é …/帳戶 䏿Ÿ¥çœ‹è¨»å†Šç‹€æ…‹æˆ–者修改帳戶信æ¯." + +#: ../sflphone-client-gnome/src/assistant.c:190 +msgid "SFLphone account creation wizard" +msgstr "" + +#: ../sflphone-client-gnome/src/assistant.c:274 +#: ../sflphone-client-gnome/src/assistant.c:370 +#: ../sflphone-client-gnome/src/config/accountwindow.c:153 +msgid "_Alias" +msgstr "別稱(A)" + +#: ../sflphone-client-gnome/src/assistant.c:282 +#: ../sflphone-client-gnome/src/assistant.c:378 +#: ../sflphone-client-gnome/src/config/accountwindow.c:189 +msgid "_Host name" +msgstr "主机å稱(H)" + +#: ../sflphone-client-gnome/src/assistant.c:290 +#: ../sflphone-client-gnome/src/assistant.c:386 +#: ../sflphone-client-gnome/src/config/accountwindow.c:197 +msgid "_User name" +msgstr "使用者å稱(U)" + +#: ../sflphone-client-gnome/src/assistant.c:306 +#: ../sflphone-client-gnome/src/assistant.c:401 +#: ../sflphone-client-gnome/src/config/accountwindow.c:212 +msgid "_Password" +msgstr "密碼(P)" + +#: ../sflphone-client-gnome/src/assistant.c:324 +#: ../sflphone-client-gnome/src/assistant.c:417 +#: ../sflphone-client-gnome/src/config/accountwindow.c:228 +msgid "_Voicemail number" +msgstr "語音郵箱(V)" + +#: ../sflphone-client-gnome/src/assistant.c:347 +msgid "_Email address" +msgstr "" + +#: ../sflphone-client-gnome/src/assistant.c:444 +#: ../sflphone-client-gnome/src/config/configwindow.c:532 +msgid "E_nable STUN" +msgstr "啟用STUN(n)" + +#: ../sflphone-client-gnome/src/assistant.c:451 +msgid "_STUN server" +msgstr "STUN伺æœå™¨(S)" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Account Registration" +msgstr "帳戶註冊" + +#: ../sflphone-client-gnome/src/assistant.c:465 +msgid "Congratulations!" +msgstr "æå–œï¼" + +#: ../sflphone-client-gnome/src/errors.c:29 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening playback device" +msgstr "" +"ALSAæç¤º\n" +"\n" +"打開回放è¨å‚™æ™‚出錯" + +#: ../sflphone-client-gnome/src/errors.c:32 +msgid "" +"ALSA notification\n" +"\n" +"Error while opening capture device" +msgstr "" +"ALSAæç¤º\n" +"\n" +"打開采集è¨å‚™æ™‚出錯" + +#: ../sflphone-client-gnome/src/errors.c:35 +msgid "" +"Pulseaudio notification\n" +"\n" +"Pulseaudio is not running" +msgstr "" +"Pulseaudioæç¤º\n" +"\n" +"Pulseaudio未é‹è¡Œ" + +#: ../sflphone-client-gnome/src/mainwindow.c:70 +msgid "There is one call in progress." +msgstr "有一個電話æ£åœ¨è™•ç†ä¸." + +#: ../sflphone-client-gnome/src/mainwindow.c:74 +msgid "There are calls in progress." +msgstr "有電話æ£åœ¨è™•ç†ä¸." + +#: ../sflphone-client-gnome/src/mainwindow.c:83 +msgid "Do you still want to quit?" +msgstr "確èªè¦é€€å‡º?" + +#: ../sflphone-client-gnome/src/mainwindow.c:284 +msgid "SFLphone Error" +msgstr "SFLphone 出錯" + +#: ../sflphone-client-gnome/src/menus.c:134 +msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols." +msgstr "SFLphone是一個VoIP客戶端,它兼容SIPå’ŒIAX2åè®®." + +#: ../sflphone-client-gnome/src/menus.c:137 +msgid "About SFLphone" +msgstr "有關SFLphone" + +#: ../sflphone-client-gnome/src/menus.c:161 +msgid "_Help" +msgstr "幫助(H)" + +#: ../sflphone-client-gnome/src/menus.c:296 +#: ../sflphone-client-gnome/src/menus.c:953 +msgid "_New call" +msgstr "新電話(N)" + +#: ../sflphone-client-gnome/src/menus.c:308 +#: ../sflphone-client-gnome/src/menus.c:785 +msgid "_Pick up" +msgstr "撥出(P)" + +#: ../sflphone-client-gnome/src/menus.c:318 +#: ../sflphone-client-gnome/src/menus.c:797 +msgid "_Hang up" +msgstr "放下(H)" + +#: ../sflphone-client-gnome/src/menus.c:328 +#: ../sflphone-client-gnome/src/menus.c:809 +msgid "On _Hold" +msgstr "待机" + +#: ../sflphone-client-gnome/src/menus.c:340 +#: ../sflphone-client-gnome/src/menus.c:821 +msgid "_Record" +msgstr "記錄(R)" + +#: ../sflphone-client-gnome/src/menus.c:354 +msgid "_Account creation wizard" +msgstr "帳戶創建å‘å°Ž(A)" + +#: ../sflphone-client-gnome/src/menus.c:384 +msgid "_Call" +msgstr "電話" + +#: ../sflphone-client-gnome/src/menus.c:552 +#, fuzzy +msgid "Clear _history" +msgstr "清空曆å²è¨˜éŒ„(C)" + +#: ../sflphone-client-gnome/src/menus.c:564 +msgid "_Accounts" +msgstr "帳戶(A)" + +#: ../sflphone-client-gnome/src/menus.c:579 +msgid "_Edit" +msgstr "編輯(E)" + +#: ../sflphone-client-gnome/src/menus.c:631 +msgid "_Dialpad" +msgstr "æ’¥è™Ÿé¢æ¿" + +#: ../sflphone-client-gnome/src/menus.c:643 +msgid "_Volume controls" +msgstr "éŸ³é‡æŽ§åˆ¶(V)" + +#: ../sflphone-client-gnome/src/menus.c:661 +msgid "_View" +msgstr "查看(V)" + +#: ../sflphone-client-gnome/src/menus.c:881 +msgid "_Call back" +msgstr "回å«(C)" + +#: ../sflphone-client-gnome/src/menus.c:1061 +msgid "Edit phone number" +msgstr "" + +#: ../sflphone-client-gnome/src/menus.c:1072 +msgid "Edit the phone number before making a call" +msgstr "撥出電話å‰ç·¨è¼¯é›»è©±è™Ÿç¢¼" + +#: ../sflphone-client-gnome/src/sflnotify.c:71 +#: ../sflphone-client-gnome/src/sflnotify.c:91 +#, c-format +msgid "%s account : %s" +msgstr "%s 帳戶 : %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:75 +#, c-format +msgid "<i>From</i> %s" +msgstr "<i>撥入方</i> %s" + +#: ../sflphone-client-gnome/src/sflnotify.c:111 +#, c-format +msgid "Calling with %s account <i>%s</i>" +msgstr "使用%s帳戶<i>%s</i>呼å«" + +#: ../sflphone-client-gnome/src/sflnotify.c:115 +msgid "Current account" +msgstr "ç•¶å‰å¸³æˆ¶" + +#: ../sflphone-client-gnome/src/sflnotify.c:130 +msgid "You have no accounts set up" +msgstr "" + +#: ../sflphone-client-gnome/src/sflnotify.c:131 +#: ../sflphone-client-gnome/src/sflnotify.c:148 +msgid "Error" +msgstr "註冊失敗" + +#: ../sflphone-client-gnome/src/sflnotify.c:147 +msgid "You have no registered accounts" +msgstr "未發ç¾å·²è¨»å†Šå¸³æˆ¶" + +#: ../sflphone-client-gnome/src/sliders.c:161 +msgid "Speakers volume" +msgstr "æšè²å™¨éŸ³é‡" + +#: ../sflphone-client-gnome/src/sliders.c:163 +msgid "Mic volume" +msgstr "話ç’音é‡" + +#: ../sflphone-client-gnome/src/statusicon.c:91 +msgid "_Show main window" +msgstr "顯示主窗å£(S)" + +#: ../sflphone-client-gnome/src/statusicon.c:127 +#, c-format +msgid "%i account configured" +msgid_plural "%i accounts configured" +msgstr[0] "" +msgstr[1] "" + +#: ../sflphone-client-gnome/src/toolbar.c:52 +#: ../sflphone-client-gnome/src/toolbar.c:251 +#: ../sflphone-client-gnome/src/toolbar.c:255 +msgid "Voicemail" +msgstr "語音郵件" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:113 +msgid "Account settings" +msgstr "帳戶è¨ç½®" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:147 +msgid "_Enable this account" +msgstr "啟用該賬戶(E)" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:161 +msgid "_Protocol" +msgstr "å”è°(P)" + +#: ../sflphone-client-gnome/src/config/accountwindow.c:179 +msgid "Unknown" +msgstr "未知" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:312 +msgid "_Use Evolution address books" +msgstr "使用Evolution地å€è–„(U)" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:319 +msgid "Download limit :" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:327 +msgid "cards" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:333 +msgid "_Display contact photo if available" +msgstr "如果å¯ä»¥å‰‡é¡¯ç¤ºè¯ç¹«äººç…§ç‰‡(D)" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:341 +#, fuzzy +msgid "Fields from Evolution's address books" +msgstr "使用Evolution地å€è–„ä¸çš„如䏋嗿®µ:" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:345 +msgid "_Work" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:351 +msgid "_Home" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:357 +msgid "_Mobile" +msgstr "" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:364 +msgid "Address Books" +msgstr "地å€ç°¿" + +#: ../sflphone-client-gnome/src/config/addressbook-config.c:368 +msgid "Select which Evolution address books to use" +msgstr "" + +#: ../sflphone-client-gnome/src/config/audioconf.c:684 +msgid "Output" +msgstr "輸出" + +#: ../sflphone-client-gnome/src/config/audioconf.c:706 +msgid "Input" +msgstr "輸入" + +#: ../sflphone-client-gnome/src/config/audioconf.c:741 +msgid "_Voice Activity Detection" +msgstr "è²éŸ³ç‹€æ…‹æª¢æ¸¬(V)" + +#: ../sflphone-client-gnome/src/config/audioconf.c:751 +msgid "_Noise Reduction (Narrow-Band Companding)" +msgstr "é™å™ªè™•ç†-çª„é »å£“ç¸®(N)" + +#: ../sflphone-client-gnome/src/config/audioconf.c:780 +msgid "Sound Manager" +msgstr "è²éŸ³ç®¡ç†å™¨" + +#: ../sflphone-client-gnome/src/config/audioconf.c:783 +#, fuzzy +msgid "_Pulseaudio" +msgstr "Pulseaudio" + +#: ../sflphone-client-gnome/src/config/audioconf.c:788 +#, fuzzy +msgid "_ALSA" +msgstr "ALSA" + +#: ../sflphone-client-gnome/src/config/audioconf.c:812 +msgid "Codecs" +msgstr "編碼" + +#: ../sflphone-client-gnome/src/config/audioconf.c:835 +msgid "Ringtones" +msgstr "鈴è²" + +#: ../sflphone-client-gnome/src/config/audioconf.c:841 +msgid "_Enable ringtones" +msgstr "啟動鈴è²(E)" + +#: ../sflphone-client-gnome/src/config/audioconf.c:847 +msgid "Choose a ringtone" +msgstr "鈴è²é¸æ“‡" + +#: ../sflphone-client-gnome/src/config/audioconf.c:853 +msgid "Audio Files" +msgstr "音訊檔案" + +#: ../sflphone-client-gnome/src/config/configwindow.c:425 +msgid "Status" +msgstr "狀態" + +#: ../sflphone-client-gnome/src/config/configwindow.c:528 +msgid "Stun parameters will be applied on each SIP account created." +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:544 +msgid "Format : name.server:port" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:589 +msgid "Desktop Notifications" +msgstr "æ¡Œé¢æç¤º" + +#: ../sflphone-client-gnome/src/config/configwindow.c:593 +msgid "_Enable notifications" +msgstr "啟動æç¤º(E)" + +#: ../sflphone-client-gnome/src/config/configwindow.c:599 +msgid "Enable voicemail _notifications" +msgstr "啟用語音郵箱æç¤º(n)" + +#: ../sflphone-client-gnome/src/config/configwindow.c:611 +msgid "System Tray Icon" +msgstr "系統托盤圖標" + +#: ../sflphone-client-gnome/src/config/configwindow.c:614 +msgid "_Popup main window on incoming call" +msgstr "來電話時彈出主視窗(P)" + +#: ../sflphone-client-gnome/src/config/configwindow.c:619 +msgid "Ne_ver popup main window" +msgstr "從ä¸å½ˆå‡ºä¸»è¦–窗(v)" + +#: ../sflphone-client-gnome/src/config/configwindow.c:623 +msgid "Hide SFLphone window on _startup" +msgstr "在啟動時隱è—SFLphone主窗å£" + +#: ../sflphone-client-gnome/src/config/configwindow.c:629 +msgid "Calls History" +msgstr "打電話æ·å²" + +#: ../sflphone-client-gnome/src/config/configwindow.c:632 +msgctxt "Beginning of 'Keep my history for at least n days.'" +msgid "_Keep my history for at least" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:643 +msgctxt "End of 'Keep my history for at least n days.'" +msgid "days" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:647 +msgid "PulseAudio sound server" +msgstr "PulseAudioè²éŸ³ä¼ºæœå™¨" + +#: ../sflphone-client-gnome/src/config/configwindow.c:650 +#, fuzzy +msgid "_Mute other applications during a call" +msgstr "當有來電時éœéŸ³å…¶å®ƒæ‡‰ç”¨ç¨‹åº(c)" + +#: ../sflphone-client-gnome/src/config/configwindow.c:677 +msgid "Port" +msgstr "" + +#: ../sflphone-client-gnome/src/config/configwindow.c:732 +msgid "Select a folder" +msgstr "鏿“‡æ–‡ä»¶å¤¾" + +#: ../sflphone-client-gnome/src/config/configwindow.c:766 +msgid "Preferences" +msgstr "屬性" + +#: ../sflphone-client-gnome/src/config/configwindow.c:845 +msgid "Configured Accounts" +msgstr "å·²é…置帳戶" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:135 +msgid "Custom commands on incoming calls with URL" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:138 +#, c-format +msgid "%s will be replaced with the passed URL." +msgstr "傳輸的URLæœƒè¢«æ›¿æ›æˆ%s." + +#: ../sflphone-client-gnome/src/config/hooks-config.c:141 +msgid "Trigger on specific _SIP header" +msgstr "激活指定的SIPé (S)" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:150 +msgid "Trigger on _IAX2 URL" +msgstr "激活IAX2 URL(I)" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:155 +msgid "Command to _run" +msgstr "" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:165 +msgid "Phone number rewriting" +msgstr "é‡è¨é›»è©±è™Ÿç¢¼" + +#: ../sflphone-client-gnome/src/config/hooks-config.c:169 +msgid "_Prefix dialed numbers with" +msgstr "號碼å‰ç¶´" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:56 +msgid "Search all" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:57 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:70 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:82 +#: ../sflphone-client-gnome/src/contacts/searchbar.c:94 +msgid "Click here to change the search type" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:69 +msgid "Search by missed call" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:81 +msgid "Search by incoming call" +msgstr "" + +#: ../sflphone-client-gnome/src/contacts/searchbar.c:93 +msgid "Search by outgoing call" msgstr "" + +#~ msgid "Sound manager" +#~ msgstr "è²éŸ³ç®¡ç†å™¨" + +#~ msgid "Prefix dialed numbers with" +#~ msgstr "號碼å‰ç¶´" + +#~ msgid "%s - %s" +#~ msgstr "%s - %s" + +#~ msgid "Registered" +#~ msgstr "已註冊" + +#~ msgid "Not Registered" +#~ msgstr "未註冊" + +#~ msgid "Trying..." +#~ msgstr "æ£åœ¨é€£æŽ¥..." + +#~ msgid "Bad authentification" +#~ msgstr "èªè‰éŒ¯èª¤" + +#~ msgid "Network unreachable" +#~ msgstr "網路連線失敗" + +#~ msgid "Host unreachable" +#~ msgstr "伺æœå™¨é€£ç·šå¤±æ•—" + +#~ msgid "Stun configuration error" +#~ msgstr "Stuné…置有誤" + +#~ msgid "Stun server invalid" +#~ msgstr "Stun伺æœå™¨ç„¡æ•ˆ" + +#~ msgid "Invalid" +#~ msgstr "無效" + +#~ msgid "%d voice mails" +#~ msgstr "%d 個語音郵件" + +#~ msgid "No registered account" +#~ msgstr "未發ç¾å·²è¨»å†Šå¸³æˆ¶" + +#~ msgid "" +#~ "This assistant is now finished.\n" +#~ "You can at any time check your registration state or modify your accounts " +#~ "parameters in the Options/Accounts window.\n" +#~ "\n" +#~ "Alias : %s\n" +#~ "Server : %s\n" +#~ "Username : %s\n" +#~ msgstr "" +#~ "é…置完æˆ.\n" +#~ "ä½ å¯ä»¥éš¨æ™‚在 é¸é …/帳戶 䏿Ÿ¥çœ‹è¨»å†Šç‹€æ…‹æˆ–者修改帳戶信æ¯\n" +#~ "別稱: %s\n" +#~ "伺æœå™¨: %s\n" +#~ "使用者å稱: %s\n" + +#~ msgid "SFLphone account configuration wizard" +#~ msgstr "SFLphone 帳戶è¨ç½®å‘å°Ž" + +#~ msgid "Welcome to SFLphone!" +#~ msgstr "æ¡è¿Žä½¿ç”¨SFLphone!" + +#~ msgid "Select an account type:" +#~ msgstr "鏿“‡å¸³æˆ¶é¡žåž‹:" + +#~ msgid "Please select one of the following option:" +#~ msgstr "è«‹é¸æ“‡ä»¥ä¸‹é¸é …ä¸çš„一個:" + +#~ msgid "SIP account configuration" +#~ msgstr "SIP帳戶é…ç½®" + +#~ msgid "Please fill the following information:" +#~ msgstr "請填寫如下信æ¯:" + +#~ msgid "Optional Email Address " +#~ msgstr "å¯é¸éƒµä»¶åœ°å€ " + +#~ msgid "This email address will be use to send your voicemail messages" +#~ msgstr "這個郵件地å€å°‡è¢«ç”¨ä¾†ç™¼é€æ‚¨çš„語音郵箱消æ¯" + +#~ msgid "_Email" +#~ msgstr "郵件(E)" + +#~ msgid "IAX2 account configuration" +#~ msgstr "IAX2帳戶é…ç½®" + +#~ msgid "Network Address Translation" +#~ msgstr "網路地å€åˆ†æž" + +#~ msgid "Edit phone" +#~ msgstr "編輯電話" + +#~ msgid "%s account: %s" +#~ msgstr "%s 帳戶: %s" + +#~ msgid "<i>From:</i> %s" +#~ msgstr "<i>撥入方:</i> %s" + +#~ msgid "You haven't setup any accounts" +#~ msgstr "ä½ æ²’æœ‰è¨ç½®ä»»ä½•帳戶" + +#~ msgid "SFLphone - %i accounts configured" +#~ msgstr "SFLphone - %i 個帳戶已é…ç½®" + +#~ msgid "\"Voicemail\" <%s>" +#~ msgstr "\"語音郵件\" <%s>" + +#~ msgid "Place a call" +#~ msgstr "打電話" + +#~ msgid "Off Hold" +#~ msgstr "æ¢å¤é€šè©±" + +#~ msgid "Record a call" +#~ msgstr "記錄通話" + +#~ msgid "Account Parameters" +#~ msgstr "å¸³æˆ¶ç›¸é—œåƒæ•¸" + +#~ msgid "Download limit:" +#~ msgstr "下載上é™:" + +#~ msgid "_Business phone" +#~ msgstr "商務電話(B)" + +#~ msgid "_Home phone" +#~ msgstr "å®¶åºé›»è©±(H)" + +#~ msgid "Select which Evolution address books to use:" +#~ msgstr "鏿“‡ä½¿ç”¨å¦‚下Evolution地å€è–„:" + +#~ msgid "audio device index for output = %d" +#~ msgstr "音訊è¨å‚™è¼¸å‡ºç´¢å¼• ï¼ %d" + +#~ msgid "ALSA configuration" +#~ msgstr "ALSA é…ç½®" + +#~ msgid "Enable it if you are behind a firewall" +#~ msgstr "當使用防ç«ç‰†æ™‚,需è¦è¨å®šæ¤é …" + +#~ msgid "Format: name.server:port" +#~ msgstr "æ ¼å¼ï¼šname.server:port" + +#~ msgid "Port:" +#~ msgstr "端å£:" + +#, fuzzy +#~ msgid "Recordings folder" +#~ msgstr "記錄文件夾(R)" + +#~ msgid "General Settings" +#~ msgstr "常用é…ç½®" + +#~ msgid "Audio Settings" +#~ msgstr "音訊é…ç½®" + +#~ msgid "Recordings" +#~ msgstr "記錄" + +#~ msgid "Address Book" +#~ msgstr "地å€ç°¿" + +#~ msgid "Hooks" +#~ msgstr "鉤éµ" + +#~ msgid "Accounts" +#~ msgstr "帳戶" + +#~ msgid "URL Passing" +#~ msgstr "傳輸URL" + +#, fuzzy +#~ msgid "Command to _run: " +#~ msgstr "é‹è¡Œå‘½ä»¤(C):" + +#~ msgid "Phone Number Rewriting" +#~ msgstr "é‡è¨é›»è©±è™Ÿç¢¼" + +#~ msgid "_Prefix dialed numbers with:" +#~ msgstr "號碼å‰ç¶´:" + +#~ msgid "Accept" +#~ msgstr "接å—" + +#~ msgid "Refuse" +#~ msgstr "拒絕" + +#~ msgid "Ignore" +#~ msgstr "忽略" + +#~ msgid "<small>Missed call</small>" +#~ msgstr "<small>未接電話</small>" + +#~ msgid "<small>Duration:</small> %s" +#~ msgstr "<small>時長:</small> %s" + +#~ msgid "Fields" +#~ msgstr "å—æ®µ" + +#~ msgid "_History size limit" +#~ msgstr "æ·å²è¨˜éŒ„上é™(H)" + +#~ msgid "" +#~ "SFLphone can run custom commands if incoming calls come with an URL " +#~ "attached.\n" +#~ "In this case, %s will be replaced with the passed URL." +#~ msgstr "" +#~ "ç•¶ä¾†é›»æœ‰é™„åŠ çš„URL時,SFLphoneå¯é‹è¡Œå®¢æˆ¶å‘½ä»¤.\n" +#~ "åœ¨æ¤æƒ…æ³ä¸‹,傳輸的URLæœƒè¢«æ›¿æ›æˆ%s." + +#~ msgid "Search history" +#~ msgstr "æœå°‹æ·å²è¨˜éŒ„" + +#~ msgid "Search contact" +#~ msgstr "æœå°‹è¯ç¹«äºº(S)" + +#~ msgid "Registered to %s (%s)" +#~ msgstr "註冊到 %s (%s)" + +#~ msgid "%s account- %s %s" +#~ msgstr "%s 帳戶- %s\t\t%s" + +#~ msgid "Books" +#~ msgstr "鉤éµ" + +#~ msgid "_Enable" +#~ msgstr "啟用(E)" + +#~ msgid "_Notify voice mails" +#~ msgstr "語音郵件通知(N)" + +#~ msgid "_Start hidden" +#~ msgstr "啟動時隱è—(S)" + +#~ msgid "_Maximum number of calls" +#~ msgstr "最大打出電話數目(M)" + +#~ msgid "_Control running applications volume" +#~ msgstr "控制æ£åœ¨é‹è¡Œä¸çš„æ‡‰ç”¨ç¨‹å¼çš„音é‡(C)" + +#~ msgid "Account previously setup" +#~ msgstr "帳戶以å‰è¨å®š" + +#~ msgid "URL argument" +#~ msgstr "URLåƒæ•¸" + +#~ msgid "_SIP protocol" +#~ msgstr "SIP å”è°(S)" + +#~ msgid "_SIP Header: " +#~ msgstr "SIP消æ¯é (S):" + +#~ msgid "_IAX2 protocol" +#~ msgstr "IAX2 å”è°(I)" + +#~ msgid "Search" +#~ msgstr "æœå°‹" + +#~ msgid "_Enabled" +#~ msgstr "啟用(E)" + +#~ msgid "%s account- %s" +#~ msgstr "%s 帳戶- %s" + +#~ msgid "Noise reduction" +#~ msgstr "é™å™ª" + +#~ msgid "_Destination folder" +#~ msgstr "目標文件夾(D)" + +#~ msgid "Setup Accounts" +#~ msgstr "è¨å®šå¸³æˆ¶" + +#~ msgid "Search Parameters" +#~ msgstr "æœå°‹ç›¸é—œåƒæ•¸" + +#~ msgid "Maximum result number for a request: " +#~ msgstr "最大打出電話數目" + +#~ msgid "Search for and display: " +#~ msgstr "æœå°‹ä¸¦é¡¯ç¤º:" + +#~ msgid "_STUN Server" +#~ msgstr "STUN伺æœå™¨(S)" diff --git a/sflphone-client-kde/src/Account.cpp b/sflphone-client-kde/src/Account.cpp index 195f3156638bfe7e03118b81931ec55145b28ca3..138b9d4554699aab5f72a260496c22ba6a6e61f1 100644 --- a/sflphone-client-kde/src/Account.cpp +++ b/sflphone-client-kde/src/Account.cpp @@ -39,7 +39,7 @@ const QString account_state_name(QString & s) if(s == QString(ACCOUNT_STATE_ERROR)) return i18nc("account state", "Error"); if(s == QString(ACCOUNT_STATE_ERROR_AUTH)) - return i18nc("account state", "Bad authentification"); + return i18nc("account state", "Authentication Failed"); if(s == QString(ACCOUNT_STATE_ERROR_NETWORK)) return i18nc("account state", "Network unreachable"); if(s == QString(ACCOUNT_STATE_ERROR_HOST)) diff --git a/sflphone-client-kde/src/AccountWizard.cpp b/sflphone-client-kde/src/AccountWizard.cpp index ba73b0052ec4a6e16a2e0450359033bd4e67bd4f..0b81f3c15a780a643c25dee34ee4f43787873d7e 100644 --- a/sflphone-client-kde/src/AccountWizard.cpp +++ b/sflphone-client-kde/src/AccountWizard.cpp @@ -160,7 +160,7 @@ AccountWizard::AccountWizard(QWidget * parent) setPage(Page_Conclusion, new WizardAccountConclusionPage); setStartId(Page_Intro); - setWindowTitle(i18n("Account Creation Wizard")); + setWindowTitle(i18n("Account creation wizard")); setWindowIcon(QIcon(ICON_SFLPHONE)); setMinimumHeight(350); setPixmap(QWizard::WatermarkPixmap, QPixmap(ICON_SFLPHONE)); @@ -196,7 +196,7 @@ void AccountWizard::accept() rest_account acc = get_rest_account(SFL_ACCOUNT_HOST, charEmailAddress); if(acc.success) { - ret += i18n("Creation of account succeed with these parameters") + " :\n"; + ret += i18n("This assistant is now finished.") + "\n"; alias = QString(acc.user) + "@" + SFL_ACCOUNT_HOST; server = QString(SFL_ACCOUNT_HOST); user = QString(acc.user); @@ -214,7 +214,7 @@ void AccountWizard::accept() } else { - ret += i18n("Register of account succeed with these parameters") + " :\n"; + ret += i18n("This assistant is now finished.") + "\n"; bool SIPAccount = field(FIELD_SIP_ACCOUNT).toBool(); if(SIPAccount) { @@ -254,10 +254,10 @@ void AccountWizard::accept() } ret += i18n("Alias") + " : " + alias + "\n"; ret += i18n("Server") + " : " + server + "\n"; - ret += i18n("User") + " : " + user + "\n"; + ret += i18n("Username") + " : " + user + "\n"; ret += i18n("Password") + " : " + password + "\n"; ret += i18n("Protocol") + " : " + protocol + "\n"; - ret += i18n("Mailbox") + " : " + mailbox + "\n"; + ret += i18n("Voicemail number") + " : " + mailbox + "\n"; } qDebug() << ret; QDialog::accept(); @@ -275,10 +275,10 @@ void AccountWizard::accept() WizardIntroPage::WizardIntroPage(QWidget *parent) : QWizardPage(parent) { - setTitle(i18n("Account Creation Wizard")); - setSubTitle(i18n("Welcome to the Account creation wizard of SFLphone")); + setTitle(i18n("Account creation wizard")); + setSubTitle(i18n("Welcome to the Account creation wizard of SFLphone!")); - introLabel = new QLabel(i18n("This wizard will help you setting up an account.")); + introLabel = new QLabel(i18n("This installation wizard will help you configure an account.")); introLabel->setWordWrap(true); QVBoxLayout *layout = new QVBoxLayout; @@ -306,11 +306,11 @@ int WizardIntroPage::nextId() const WizardAccountAutoManualPage::WizardAccountAutoManualPage(QWidget *parent) : QWizardPage(parent) { - setTitle(i18n("Accounts")); - setSubTitle(i18n("Please choose between those options :")); + setTitle(i18n("Account")); + setSubTitle(i18n("Please select one of the following options")); radioButton_SFL = new QRadioButton(i18n("Create a free SIP/IAX2 account on sflphone.org")); - radioButton_manual = new QRadioButton(i18n("Register an existing SIP/IAX2 account")); + radioButton_manual = new QRadioButton(i18n("Register an existing SIP or IAX2 account")); radioButton_SFL->setChecked(true); registerField(FIELD_SFL_ACCOUNT, radioButton_SFL); @@ -350,10 +350,10 @@ WizardAccountTypePage::WizardAccountTypePage(QWidget *parent) : QWizardPage(parent) { setTitle(i18n("VoIP Protocols")); - setSubTitle(i18n("Choose the account type") + " :"); + setSubTitle(i18n("Select an account type")); - radioButton_SIP = new QRadioButton(i18n("Register a SIP (Session Initiation Protocol) account")); - radioButton_IAX = new QRadioButton(i18n("Register a IAX2 (InterAsterisk eXchange) account")); + radioButton_SIP = new QRadioButton(i18n("SIP (Session Initiation Protocol)")); + radioButton_IAX = new QRadioButton(i18n("IAX2 (InterAsterix Exchange)")); radioButton_SIP->setChecked(true); registerField(FIELD_SIP_ACCOUNT, radioButton_SIP); @@ -392,7 +392,7 @@ int WizardAccountTypePage::nextId() const WizardAccountEmailAddressPage::WizardAccountEmailAddressPage(QWidget *parent) : QWizardPage(parent) { - setTitle(i18n("Optionnal Email Address")); + setTitle(i18n("Optional email address")); setSubTitle(i18n("This email address will be used to send your voicemail messages.")); label_emailAddress = new QLabel(i18n("Email address")); @@ -429,17 +429,17 @@ WizardAccountFormPage::WizardAccountFormPage(int type, QWidget *parent) this->type = type; if(type == SIP) { - setTitle(i18n("SIP Account Settings")); + setTitle(i18n("SIP account settings")); } else { - setTitle(i18n("IAX2 Account Settings")); + setTitle(i18n("IAX2 account settings")); } - setSubTitle(i18n("Please full these settings fields.")); + setSubTitle(i18n("Please fill the following information")); label_alias = new QLabel(i18n("Alias") + " *"); label_server = new QLabel(i18n("Server") + " *"); - label_user = new QLabel(i18n("User") + " *"); + label_user = new QLabel(i18n("Username") + " *"); label_password = new QLabel(i18n("Password") + " *"); label_voicemail = new QLabel(i18n("Voicemail number")); @@ -521,7 +521,7 @@ WizardAccountStunPage::WizardAccountStunPage(QWidget *parent) : QWizardPage(parent) { setTitle(i18n("Network Address Translation (NAT)")); - setSubTitle(i18n("You should probably enable this option if you're placed under a firewall")); + setSubTitle(i18n("You should probably enable this if you are behind a firewall.")); checkBox_enableStun = new QCheckBox(i18n("Enable STUN")); label_StunServer = new QLabel(i18n("Stun Server")); @@ -558,7 +558,7 @@ int WizardAccountStunPage::nextId() const WizardAccountConclusionPage::WizardAccountConclusionPage(QWidget *parent) : QWizardPage(parent) { - setTitle(i18n("Account Definition Finished")); + setTitle(i18n("This assistant is now finished.")); setSubTitle(i18n("After checking the settings you chose, click \"Finish\" to create the account.")); QVBoxLayout *layout = new QVBoxLayout; diff --git a/sflphone-client-kde/src/CodecListModel.cpp b/sflphone-client-kde/src/CodecListModel.cpp index 30c2b38913f35d227927e72ec5542f5556a6e348..4acf8a05662df40dc63f3ac612ac74a21952db4f 100644 --- a/sflphone-client-kde/src/CodecListModel.cpp +++ b/sflphone-client-kde/src/CodecListModel.cpp @@ -22,6 +22,7 @@ #include <QtCore/QSize> #include <QtCore/QDebug> +#include <KLocale> #include "configurationmanager_interface_singleton.h" CodecListModel::CodecListModel(QObject *parent) @@ -85,19 +86,19 @@ QVariant CodecListModel::headerData(int section , Qt::Orientation orientation, i { if (section == 0 && orientation == Qt::Horizontal && role == Qt::DisplayRole) { - return QVariant("Codec"); + return QVariant(i18n("Codec")); } else if (section == 1 && orientation == Qt::Horizontal && role == Qt::DisplayRole) { - return QVariant("Frequency"); + return QVariant(i18n("Frequency")); } else if (section == 2 && orientation == Qt::Horizontal && role == Qt::DisplayRole) { - return QVariant("Bitrate"); + return QVariant(i18n("Bitrate")); } else if (section == 3 && orientation == Qt::Horizontal && role == Qt::DisplayRole) { - return QVariant("Bandwidth"); + return QVariant(i18n("Bandwidth")); } return QVariant(); } diff --git a/sflphone-client-kde/src/SFLPhone.cpp b/sflphone-client-kde/src/SFLPhone.cpp index ff1147a9fe69c2793efdeac6aa27846e5748d79d..a0c03e85e15028e24a810a5924a748f7c50f8648 100644 --- a/sflphone-client-kde/src/SFLPhone.cpp +++ b/sflphone-client-kde/src/SFLPhone.cpp @@ -126,8 +126,8 @@ void SFLPhone::setupActions() actionCollection()->addAction("action_displayVolumeControls", view->action_displayVolumeControls); actionCollection()->addAction("action_displayDialpad", view->action_displayDialpad); actionCollection()->addAction("action_configureSflPhone", view->action_configureSflPhone); - actionCollection()->addAction("action_configureAccounts", view->action_configureAccounts); - actionCollection()->addAction("action_configureAudio", view->action_configureAudio); +// actionCollection()->addAction("action_configureAccounts", view->action_configureAccounts); +// actionCollection()->addAction("action_configureAudio", view->action_configureAudio); actionCollection()->addAction("action_accountCreationWizard", view->action_accountCreationWizard); statusBarWidget = new QLabel(); @@ -178,7 +178,7 @@ void SFLPhone::quitButton() if(view->listWidget_callList->count() > 0 && instance.getRegistrationCount() <= 1) { qDebug() << "Attempting to quit when still having some calls open."; - view->getErrorWindow()->showMessage(i18n("You still have some calls open. Please close all calls before quitting.")); +// view->getErrorWindow()->showMessage(i18n("You still have some calls open. Please close all calls before quitting.")); } instance.Unregister(getpid()); qApp->quit(); diff --git a/sflphone-client-kde/src/conf/ConfigurationDialog.cpp b/sflphone-client-kde/src/conf/ConfigurationDialog.cpp index a6477354e10b424fe3ce3e807bf2d196239d344b..f8620c6afce1f006068e3e7df24dbad9132b30bd 100644 --- a/sflphone-client-kde/src/conf/ConfigurationDialog.cpp +++ b/sflphone-client-kde/src/conf/ConfigurationDialog.cpp @@ -45,13 +45,13 @@ ConfigurationDialogKDE::ConfigurationDialogKDE(sflphone_kdeView *parent) dlgRecord = new DlgRecord(this); dlgHooks = new DlgHooks(this); - addPage( dlgGeneral , i18n("General") , "sflphone-client-kde" ); - addPage( dlgDisplay , i18n("Display") , "applications-graphics" ); - addPage( dlgAccounts , i18n("Accounts") , "personal" ); - addPage( dlgAudio , i18n("Audio") , "voicecall" ); - addPage( dlgAddressBook , i18n("Address Book") , "x-office-address-book" ); - addPage( dlgRecord , i18nc("Config section","Record") , "media-record" ); - addPage( dlgHooks , i18n("Hooks") , "insert-link" ); + addPage( dlgGeneral , i18nc("Config section", "General") , "sflphone-client-kde" ); + addPage( dlgDisplay , i18nc("Config section", "Display") , "applications-graphics" ); + addPage( dlgAccounts , i18nc("Config section", "Accounts") , "personal" ); + addPage( dlgAudio , i18nc("Config section", "Audio") , "voicecall" ); + addPage( dlgAddressBook , i18nc("Config section", "Address Book") , "x-office-address-book" ); + addPage( dlgRecord , i18nc("Config section", "Recordings") , "media-record" ); + addPage( dlgHooks , i18nc("Config section", "Hooks") , "insert-link" ); connect(this, SIGNAL(applyClicked()), dlgAudio, SLOT(updateAlsaSettings())); connect(this, SIGNAL(okClicked()), dlgAudio, SLOT(updateAlsaSettings())); connect(this, SIGNAL(applyClicked()), this, SLOT(applyCustomSettings())); diff --git a/sflphone-client-kde/src/conf/dlgaccountsbase.ui b/sflphone-client-kde/src/conf/dlgaccountsbase.ui index 6957718bb8c7810a9a673e782870fb18987ded94..3b15ea53af7cf7a22c129f7cd8e98a48696fa207 100644 --- a/sflphone-client-kde/src/conf/dlgaccountsbase.ui +++ b/sflphone-client-kde/src/conf/dlgaccountsbase.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>Form</string> + <string notr="true">Form</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> @@ -135,7 +135,7 @@ <string>Remove</string> </property> <property name="shortcut"> - <string>Backspace, Return</string> + <string notr="true">-, Del, Backspace</string> </property> </widget> </item> @@ -162,6 +162,9 @@ <property name="text"> <string>Add</string> </property> + <property name="shortcut"> + <string notr="true">+</string> + </property> </widget> </item> <item> @@ -175,6 +178,9 @@ <property name="text"> <string>Down</string> </property> + <property name="shortcut"> + <string notr="true">Down, PgDown</string> + </property> </widget> </item> <item> @@ -188,6 +194,9 @@ <property name="text"> <string>Up</string> </property> + <property name="shortcut"> + <string notr="true">Up, PgUp</string> + </property> </widget> </item> <item> @@ -310,7 +319,7 @@ <item row="3" column="0"> <widget class="QLabel" name="label4_user"> <property name="text"> - <string>User</string> + <string>Username</string> </property> <property name="buddy"> <cstring>edit4_user</cstring> @@ -340,7 +349,7 @@ <item row="5" column="0"> <widget class="QLabel" name="label6_mailbox"> <property name="text"> - <string>Mailbox</string> + <string>Voicemail</string> </property> <property name="buddy"> <cstring>edit6_mailbox</cstring> @@ -353,7 +362,7 @@ <item row="6" column="0"> <widget class="QLabel" name="label7_state"> <property name="text"> - <string>State</string> + <string>Status</string> </property> </widget> </item> @@ -379,7 +388,10 @@ <item> <widget class="QLabel" name="label_commonSettings"> <property name="text"> - <string>Stun settings will be applied on each account</string> + <string>Stun parameters will be applied on each SIP account created.</string> + </property> + <property name="wordWrap"> + <bool>true</bool> </property> </widget> </item> @@ -400,6 +412,9 @@ <property name="enabled"> <bool>false</bool> </property> + <property name="toolTip"> + <string>Format : name.server:port</string> + </property> <property name="squeezedTextEnabled"> <bool>false</bool> </property> diff --git a/sflphone-client-kde/src/conf/dlgaddressbookbase.ui b/sflphone-client-kde/src/conf/dlgaddressbookbase.ui index 779a3dc5705b55829beaed96a867605e98ffdfe1..e7f4964bf3500761158f832f10a800c4d9d4ba7e 100644 --- a/sflphone-client-kde/src/conf/dlgaddressbookbase.ui +++ b/sflphone-client-kde/src/conf/dlgaddressbookbase.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>Form</string> + <string notr="true">Form</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> @@ -51,7 +51,7 @@ <item> <widget class="QLabel" name="label_maxResults"> <property name="text"> - <string>Maximum &results</string> + <string>Maximum results</string> </property> <property name="buddy"> <cstring>horizontalSlider_maxResults</cstring> @@ -86,34 +86,34 @@ <item> <widget class="QCheckBox" name="kcfg_displayPhoto"> <property name="text"> - <string>Display &photo if available</string> + <string>Display photo if available</string> </property> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_displayTypes"> <property name="title"> - <string>Display phone numbers of these &types :</string> + <string>Display phone numbers of these types :</string> </property> <layout class="QHBoxLayout" name="horizontalLayout_7"> <item> <widget class="QCheckBox" name="kcfg_business"> <property name="text"> - <string>&Work</string> + <string>Work</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="kcfg_mobile"> <property name="text"> - <string>&Mobile</string> + <string>Mobile</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="kcfg_home"> <property name="text"> - <string>&Home</string> + <string>Home</string> </property> </widget> </item> diff --git a/sflphone-client-kde/src/conf/dlgaudiobase.ui b/sflphone-client-kde/src/conf/dlgaudiobase.ui index a73315057e53ed48b8623718b5cc564acdd67920..4bf98bd830afaf61c8ece5445240f0192305621e 100644 --- a/sflphone-client-kde/src/conf/dlgaudiobase.ui +++ b/sflphone-client-kde/src/conf/dlgaudiobase.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>Form</string> + <string notr="true">Form</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> @@ -29,7 +29,7 @@ <item row="0" column="0"> <widget class="QLabel" name="label_interface"> <property name="text"> - <string>Audio device</string> + <string>Sound manager</string> </property> <property name="buddy"> <cstring>kcfg_interface</cstring> @@ -60,7 +60,7 @@ <item row="2" column="1"> <widget class="KUrlRequester" name="KUrlRequester_ringtone"> <property name="filter"> - <string>*.ul *.au *.wav</string> + <string notr="true">*.ul *.au *.wav</string> </property> </widget> </item> @@ -76,7 +76,7 @@ </sizepolicy> </property> <property name="title"> - <string>&Codecs</string> + <string>Codecs</string> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <property name="spacing"> @@ -151,7 +151,7 @@ <item row="2" column="0"> <widget class="QLabel" name="label2_in"> <property name="text"> - <string>In</string> + <string>Input</string> </property> <property name="buddy"> <cstring>kcfg_alsaInputDevice</cstring> @@ -168,7 +168,7 @@ <item row="4" column="0"> <widget class="QLabel" name="label3_out"> <property name="text"> - <string>Out</string> + <string>Output</string> </property> <property name="buddy"> <cstring>kcfg_alsaOutputDevice</cstring> diff --git a/sflphone-client-kde/src/conf/dlgdisplaybase.ui b/sflphone-client-kde/src/conf/dlgdisplaybase.ui index ef8cd7ed9f56816af22f11d42b5a1eee76e85a6c..2d91e764f5eeaef3c2c4ffacd8add2dd9ac3a477 100644 --- a/sflphone-client-kde/src/conf/dlgdisplaybase.ui +++ b/sflphone-client-kde/src/conf/dlgdisplaybase.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>Form</string> + <string notr="true">Form</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> @@ -39,14 +39,14 @@ <item> <widget class="QCheckBox" name="kcfg_notifOnCalls"> <property name="text"> - <string>On incoming &calls</string> + <string>On incoming calls</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="kcfg_notifOnMessages"> <property name="text"> - <string>On &messages</string> + <string>On messages</string> </property> </widget> </item> @@ -78,14 +78,14 @@ <item> <widget class="QCheckBox" name="kcfg_displayOnStart"> <property name="text"> - <string>On &start</string> + <string>On start</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="kcfg_displayOnCalls"> <property name="text"> - <string>On &incoming calls</string> + <string>On incoming calls</string> </property> </widget> </item> diff --git a/sflphone-client-kde/src/conf/dlggeneralbase.ui b/sflphone-client-kde/src/conf/dlggeneralbase.ui index 1fb59262891426078f5b2a2d916e304b7809d427..859decb52e04e124e2be7bdfb2b4a3d9d5746194 100644 --- a/sflphone-client-kde/src/conf/dlggeneralbase.ui +++ b/sflphone-client-kde/src/conf/dlggeneralbase.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>Form</string> + <string notr="true">Form</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> @@ -32,7 +32,7 @@ <item> <widget class="QCheckBox" name="kcfg_enableHistory"> <property name="text"> - <string extracomment="beginning of "..for at least n days."">Keep my history for at least</string> + <string comment="Beginning of 'Keep my history for at least n days.'">Keep my history for at least</string> </property> </widget> </item> @@ -58,7 +58,7 @@ </sizepolicy> </property> <property name="text"> - <string extracomment="End of "Keep my history for at least n days"">days</string> + <string comment="End of 'Keep my history for at least n days.'">days</string> </property> </widget> </item> @@ -129,12 +129,12 @@ <widget class="KIntSpinBox" name="kcfg_SIPPort"/> </item> <item> - <widget class="QLabel" name="label_WarningSIP_2"> + <widget class="QLabel" name="label_WarningSIPPort"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> - <string>Attention </string> + <string/> </property> </widget> </item> diff --git a/sflphone-client-kde/src/conf/dlghooksbase.ui b/sflphone-client-kde/src/conf/dlghooksbase.ui index 964153369b7afed02eb8c52e5e91df5abd0d0e8f..558daf4440807d13d931c66f38be21f4327b536c 100644 --- a/sflphone-client-kde/src/conf/dlghooksbase.ui +++ b/sflphone-client-kde/src/conf/dlghooksbase.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>Form</string> + <string notr="true">Form</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> @@ -23,7 +23,7 @@ <item> <widget class="QLabel" name="label"> <property name="text"> - <string>Custom commands with URL %s will be replaced with the passed URL.</string> + <string>Custom commands on incoming calls with URL</string> </property> <property name="wordWrap"> <bool>true</bool> @@ -122,13 +122,20 @@ </layout> </widget> </item> + <item> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>%s will be replaced with the passed URL.</string> + </property> + </widget> + </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_phoneNumberFormatting"> <property name="title"> - <string>Phone number formatting</string> + <string>Phone number rewriting</string> </property> <layout class="QVBoxLayout" name="verticalLayout_13"> <item> @@ -149,7 +156,7 @@ <item> <widget class="QCheckBox" name="kcfg_addPrefix"> <property name="text"> - <string>Add phone number prefix</string> + <string>Prefix dialed numbers with</string> </property> </widget> </item> diff --git a/sflphone-client-kde/src/conf/dlgrecordbase.ui b/sflphone-client-kde/src/conf/dlgrecordbase.ui index 916071e7dfe909492c0ee7a8e47543cc3a08b89e..a570793e22f230774ccfdc3b78c85622a0945c31 100644 --- a/sflphone-client-kde/src/conf/dlgrecordbase.ui +++ b/sflphone-client-kde/src/conf/dlgrecordbase.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>Form</string> + <string notr="true">Form</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> @@ -23,7 +23,7 @@ </sizepolicy> </property> <property name="title"> - <string>General</string> + <string comment="Config section">General</string> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <item> diff --git a/sflphone-client-kde/src/sflphone_const.h b/sflphone-client-kde/src/sflphone_const.h index bc5d3d4cc6039f3b77093233a791e9eaac887e34..8829799acf68f9384cd2de9191db585ee6b756a2 100644 --- a/sflphone-client-kde/src/sflphone_const.h +++ b/sflphone-client-kde/src/sflphone_const.h @@ -38,17 +38,17 @@ #define CONFIG_FILE_PATH "/.sflphone/sflphonedrc" -#define ACTION_LABEL_CALL i18n("Call") +#define ACTION_LABEL_CALL i18n("New call") #define ACTION_LABEL_HANG_UP i18n("Hang up") -#define ACTION_LABEL_HOLD i18n("Hold") +#define ACTION_LABEL_HOLD i18n("Hold on") #define ACTION_LABEL_TRANSFER i18n("Transfer") #define ACTION_LABEL_RECORD i18n("Record") -#define ACTION_LABEL_ACCEPT i18n("Accept") -#define ACTION_LABEL_REFUSE i18n("Refuse") -#define ACTION_LABEL_UNHOLD i18n("Unhold") +#define ACTION_LABEL_ACCEPT i18n("Pick up") +#define ACTION_LABEL_REFUSE i18n("Hang up") +#define ACTION_LABEL_UNHOLD i18n("Hold off") #define ACTION_LABEL_GIVE_UP_TRANSF i18n("Give up transfer") #define ACTION_LABEL_CALL_BACK i18n("Call back") -#define ACTION_LABEL_GIVE_UP_SEARCH i18n("Give up search") +// #define ACTION_LABEL_GIVE_UP_SEARCH i18n("Give up search") #define ICON_INCOMING ":/images/icons/ring.svg" diff --git a/sflphone-client-kde/src/sflphone_kdeview.cpp b/sflphone-client-kde/src/sflphone_kdeview.cpp index ad49b55d49dfed4f49e924a54183c7ca82b477f1..732fabfd42841708a4c419b8f504b79af19eff22 100644 --- a/sflphone-client-kde/src/sflphone_kdeview.cpp +++ b/sflphone-client-kde/src/sflphone_kdeview.cpp @@ -134,7 +134,6 @@ sflphone_kdeView::~sflphone_kdeView() delete configDialog; delete wizard; delete callList; - delete errorWindow; } void sflphone_kdeView::loadWindow() @@ -520,6 +519,7 @@ void sflphone_kdeView::updateWindowCallState() enabledActions[2] = false; enabledActions[3] = false; enabledActions[4] = false; + actionTexts[0] = ACTION_LABEL_ACCEPT; buttonIconFiles[0] = ICON_ACCEPT; break; case CALL_STATE_HOLD: @@ -898,7 +898,7 @@ void sflphone_kdeView::updateStatusMessage() Account * account = firstRegisteredAccount(); if(account == NULL) { - emit statusMessageChanged(i18n("No account registered")); + emit statusMessageChanged(i18n("No registered accounts")); } else { @@ -1462,6 +1462,9 @@ void sflphone_kdeView::enableAddressBook() qDebug() << "\nenableAddressBook\n"; lineEdit_addressBook->clear(); lineEdit_addressBook->setEnabled(true); + AddressBook * ab = StdAddressBook::self(true); + disconnect(ab, SIGNAL(addressBookChanged(AddressBook *)), + this, SLOT(enableAddressBook())); } bool sflphone_kdeView::loadAddressBook() diff --git a/sflphone-client-kde/src/ui/sflphone_kdeview_base.ui b/sflphone-client-kde/src/ui/sflphone_kdeview_base.ui index 831907f40781fcc0f789bdd4304d5a5cfe5cee87..64f801d60205e276c6335bf7bffeb8bc60a28ea5 100644 --- a/sflphone-client-kde/src/ui/sflphone_kdeview_base.ui +++ b/sflphone-client-kde/src/ui/sflphone_kdeview_base.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>Form</string> + <string notr="true">Form</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <property name="spacing"> @@ -67,10 +67,10 @@ <item> <widget class="KLineEdit" name="lineEdit_addressBook"> <property name="enabled"> - <bool>false</bool> + <bool>true</bool> </property> <property name="text"> - <string>Address book loading...</string> + <string/> </property> <property name="showClearButton" stdset="0"> <bool>true</bool> @@ -138,6 +138,9 @@ <height>50</height> </size> </property> + <property name="toolTip"> + <string>Mic volume</string> + </property> <property name="layoutDirection"> <enum>Qt::RightToLeft</enum> </property> @@ -211,6 +214,9 @@ <height>50</height> </size> </property> + <property name="toolTip"> + <string>Speakers volume</string> + </property> <property name="layoutDirection"> <enum>Qt::LeftToRight</enum> </property> @@ -345,7 +351,7 @@ <normaloff>:/images/icons/hold.svg</normaloff>:/images/icons/hold.svg</iconset> </property> <property name="text"> - <string>Hold</string> + <string>Hold on</string> </property> </action> <action name="action_transfer"> @@ -378,25 +384,7 @@ <normaloff>:/images/icons/mailbox.svg</normaloff>:/images/icons/mailbox.svg</iconset> </property> <property name="text"> - <string>Mailbox</string> - </property> - </action> - <action name="action_configureAccounts"> - <property name="icon"> - <iconset resource="../qrc/resources.qrc"> - <normaloff>:/images/icons/stock_person.svg</normaloff>:/images/icons/stock_person.svg</iconset> - </property> - <property name="text"> - <string>Configure accounts</string> - </property> - </action> - <action name="action_configureAudio"> - <property name="icon"> - <iconset resource="../qrc/resources.qrc"> - <normaloff>:/images/icons/icon_volume.svg</normaloff>:/images/icons/icon_volume.svg</iconset> - </property> - <property name="text"> - <string>Configure audio</string> + <string>Voicemail</string> </property> </action> <action name="action_configureSflPhone"> @@ -419,7 +407,7 @@ <normaloff>:/images/icons/icon_volume_off.svg</normaloff>:/images/icons/icon_volume_off.svg</iconset> </property> <property name="text"> - <string>Display volume bars</string> + <string>Display volume controls</string> </property> </action> <action name="action_displayDialpad"> @@ -446,7 +434,7 @@ <normaloff>:/images/icons/del_off.png</normaloff>:/images/icons/del_off.png</iconset> </property> <property name="text"> - <string comment="Action record a call">Record</string> + <string>Record</string> </property> </action> <action name="action_accountCreationWizard"> diff --git a/sflphone-common/Makefile.am b/sflphone-common/Makefile.am index 64ee4c390b9880aeb7b94b418517466407f6ad30..6d464df1bf37e8d39e06d4e3e91f6ecc220143b6 100644 --- a/sflphone-common/Makefile.am +++ b/sflphone-common/Makefile.am @@ -26,6 +26,6 @@ indent: ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = libs src ringtones po man $(TESTS_DIR) +SUBDIRS = libs src ringtones man $(TESTS_DIR) EXTRA_DIST = m4/*.m4 tools/*.sh platform/* images/* README.gentoo diff --git a/sflphone-common/VERSION b/sflphone-common/VERSION index 517317e95fb23bda5f1c305dfaa84bfa8021a824..bc440692c3b559a2d3fe749ce99f8993b879252f 100644 --- a/sflphone-common/VERSION +++ b/sflphone-common/VERSION @@ -1 +1 @@ -0.9.6~beta +0.9.6~rc1 diff --git a/sflphone-common/configure.ac b/sflphone-common/configure.ac index b39dc0343faa0146a480fe1388fc95212f2c7c65..5e03439ee4d38b98b31e9784ec91c4106c258304 100644 --- a/sflphone-common/configure.ac +++ b/sflphone-common/configure.ac @@ -2,7 +2,7 @@ dnl SFLPhone - configure.ac for automake 1.9 and autoconf 2.59 dnl dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) - AC_INIT([SFLphone],[0.9.6~beta],[sflphoneteam@savoirfairelinux.com],[sflphone]) + AC_INIT([SFLphone],[0.9.6~rc1],[sflphoneteam@savoirfairelinux.com],[sflphone]) AC_COPYRIGHT([[Copyright (c) Savoir-Faire Linux 2004-2009]]) AC_REVISION([$Revision$]) @@ -59,8 +59,7 @@ AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([test/Makefile]) - AC_CONFIG_FILES([po/Makefile \ - ringtones/Makefile]) +AC_CONFIG_FILES([ringtones/Makefile]) AC_CONFIG_FILES([man/Makefile]) diff --git a/sflphone-common/libs/dbus-c++/include/dbus-c++/eventloop.h b/sflphone-common/libs/dbus-c++/include/dbus-c++/eventloop.h index f7d0f6d8c654033ababf55bdddc57e9a45b2d8e5..cb3382beaa1cf0356dc8798a10c035c02b4e1004 100644 --- a/sflphone-common/libs/dbus-c++/include/dbus-c++/eventloop.h +++ b/sflphone-common/libs/dbus-c++/include/dbus-c++/eventloop.h @@ -30,6 +30,7 @@ #include "api.h" #include "util.h" +#include "error.h" namespace DBus { @@ -149,6 +150,8 @@ public: virtual void dispatch(); + virtual void terminate(); + private: DefaultMutex _mutex_t; @@ -156,6 +159,8 @@ private: DefaultMutex _mutex_w; DefaultWatches _watches; + + int _terminateFd[2]; friend class DefaultTimeout; friend class DefaultWatch; diff --git a/sflphone-common/libs/dbus-c++/src/eventloop-integration.cpp b/sflphone-common/libs/dbus-c++/src/eventloop-integration.cpp index ec82dd22bd2ea97e34cfe55c0c2f25f083c5bb73..6947f28130fa5d27e4b83038246626c0a1b1ba9a 100644 --- a/sflphone-common/libs/dbus-c++/src/eventloop-integration.cpp +++ b/sflphone-common/libs/dbus-c++/src/eventloop-integration.cpp @@ -86,6 +86,7 @@ void BusDispatcher::enter() void BusDispatcher::leave() { _running = false; + terminate(); } void BusDispatcher::do_iteration() diff --git a/sflphone-common/libs/dbus-c++/src/eventloop.cpp b/sflphone-common/libs/dbus-c++/src/eventloop.cpp index 656885aa1059595043af199bcf1adb103b6623d2..b1ce7af689fc85b6e2afd430247acc5aa668c516 100644 --- a/sflphone-common/libs/dbus-c++/src/eventloop.cpp +++ b/sflphone-common/libs/dbus-c++/src/eventloop.cpp @@ -30,6 +30,8 @@ #include <sys/poll.h> #include <sys/time.h> +#include <unistd.h> +#include <cstdio> #include <dbus/dbus.h> @@ -97,6 +99,9 @@ void DefaultMutex::unlock() DefaultMainLoop::DefaultMainLoop() { + if(pipe(_terminateFd) < 0) { + throw ErrorFailed ("unable to create unamed pipe"); + } } DefaultMainLoop::~DefaultMainLoop() @@ -129,15 +134,23 @@ DefaultMainLoop::~DefaultMainLoop() ti = tmp; } + close(_terminateFd[0]); + close(_terminateFd[1]); + _mutex_t.unlock(); } -void DefaultMainLoop::dispatch() +void DefaultMainLoop::terminate() { - _mutex_w.lock(); + write(_terminateFd[1], " ", 1); +} - int nfd = _watches.size(); +void DefaultMainLoop::dispatch() +{ + _mutex_w.lock(); + int nfd = _watches.size() + 1; + pollfd fds[nfd]; DefaultWatches::iterator wi = _watches.begin(); @@ -152,6 +165,10 @@ void DefaultMainLoop::dispatch() } } + fds[nfd].fd = _terminateFd[0]; + fds[nfd].events = POLLIN; + fds[nfd].revents = 0; + _mutex_w.unlock(); int wait_min = 10000; @@ -167,7 +184,7 @@ void DefaultMainLoop::dispatch() _mutex_t.unlock(); - poll (fds, nfd, wait_min); + poll (fds, nfd+1, wait_min); timeval now; gettimeofday (&now, NULL); diff --git a/sflphone-common/libs/pjproject-1.0.3/pjmedia/build/os-auto.mak.in b/sflphone-common/libs/pjproject-1.0.3/pjmedia/build/os-auto.mak.in index 656e3d58bd1a0908ee9e6e872c2d1049a99c4d2b..4f73b245ecf49d5834455fc343580c7b38b29719 100644 --- a/sflphone-common/libs/pjproject-1.0.3/pjmedia/build/os-auto.mak.in +++ b/sflphone-common/libs/pjproject-1.0.3/pjmedia/build/os-auto.mak.in @@ -26,7 +26,6 @@ AC_NO_G711_CODEC=@ac_no_g711_codec@ AC_NO_L16_CODEC=@ac_no_l16_codec@ AC_NO_GSM_CODEC=@ac_no_gsm_codec@ AC_NO_SPEEX_CODEC=@ac_no_speex_codec@ -AC_NO_ILBC_CODEC=@ac_no_ilbc_codec@ AC_NO_G722_CODEC=@ac_no_g722_codec@ export CODEC_OBJS= @@ -61,12 +60,6 @@ endif endif -ifeq ($(AC_NO_ILBC_CODEC),1) -export CFLAGS += -DPJMEDIA_HAS_ILBC_CODEC=0 -else -export CODEC_OBJS += ilbc.o -endif - ifeq ($(AC_NO_G722_CODEC),1) export CFLAGS += -DPJMEDIA_HAS_G722_CODEC=0 else diff --git a/sflphone-common/libs/pjproject-1.0.3/pjmedia/src/pjmedia-codec/ilbc.c b/sflphone-common/libs/pjproject-1.0.3/pjmedia/src/pjmedia-codec/ilbc.c deleted file mode 100644 index 7feb1370c850d8679aac47abe514e8b5b5e8a9af..0000000000000000000000000000000000000000 --- a/sflphone-common/libs/pjproject-1.0.3/pjmedia/src/pjmedia-codec/ilbc.c +++ /dev/null @@ -1,670 +0,0 @@ -/* $Id: ilbc.c 2792 2009-06-24 15:46:49Z nanang $ */ -/* - * Copyright (C) 2008-2009 Teluu Inc. (http://www.teluu.com) - * Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ -#include <pjmedia-codec/ilbc.h> -#include <pjmedia-codec/types.h> -#include <pjmedia/codec.h> -#include <pjmedia/errno.h> -#include <pjmedia/endpoint.h> -#include <pjmedia/plc.h> -#include <pjmedia/port.h> -#include <pjmedia/silencedet.h> -#include <pj/assert.h> -#include <pj/log.h> -#include <pj/pool.h> -#include <pj/string.h> -#include <pj/os.h> -#include "../../third_party/ilbc/iLBC_encode.h" -#include "../../third_party/ilbc/iLBC_decode.h" - - -/* - * Only build this file if PJMEDIA_HAS_ILBC_CODEC != 0 - */ -#if defined(PJMEDIA_HAS_ILBC_CODEC) && PJMEDIA_HAS_ILBC_CODEC != 0 - - -#define THIS_FILE "ilbc.c" -#define CLOCK_RATE 8000 -#define DEFAULT_MODE 30 - - -/* Prototypes for iLBC factory */ -static pj_status_t ilbc_test_alloc(pjmedia_codec_factory *factory, - const pjmedia_codec_info *id ); -static pj_status_t ilbc_default_attr(pjmedia_codec_factory *factory, - const pjmedia_codec_info *id, - pjmedia_codec_param *attr ); -static pj_status_t ilbc_enum_codecs(pjmedia_codec_factory *factory, - unsigned *count, - pjmedia_codec_info codecs[]); -static pj_status_t ilbc_alloc_codec(pjmedia_codec_factory *factory, - const pjmedia_codec_info *id, - pjmedia_codec **p_codec); -static pj_status_t ilbc_dealloc_codec(pjmedia_codec_factory *factory, - pjmedia_codec *codec ); - -/* Prototypes for iLBC implementation. */ -static pj_status_t ilbc_codec_init(pjmedia_codec *codec, - pj_pool_t *pool ); -static pj_status_t ilbc_codec_open(pjmedia_codec *codec, - pjmedia_codec_param *attr ); -static pj_status_t ilbc_codec_close(pjmedia_codec *codec ); -static pj_status_t ilbc_codec_modify(pjmedia_codec *codec, - const pjmedia_codec_param *attr ); -static pj_status_t ilbc_codec_parse(pjmedia_codec *codec, - void *pkt, - pj_size_t pkt_size, - const pj_timestamp *ts, - unsigned *frame_cnt, - pjmedia_frame frames[]); -static pj_status_t ilbc_codec_encode(pjmedia_codec *codec, - const struct pjmedia_frame *input, - unsigned output_buf_len, - struct pjmedia_frame *output); -static pj_status_t ilbc_codec_decode(pjmedia_codec *codec, - const struct pjmedia_frame *input, - unsigned output_buf_len, - struct pjmedia_frame *output); -static pj_status_t ilbc_codec_recover(pjmedia_codec *codec, - unsigned output_buf_len, - struct pjmedia_frame *output); - -/* Definition for iLBC codec operations. */ -static pjmedia_codec_op ilbc_op = -{ - &ilbc_codec_init, - &ilbc_codec_open, - &ilbc_codec_close, - &ilbc_codec_modify, - &ilbc_codec_parse, - &ilbc_codec_encode, - &ilbc_codec_decode, - &ilbc_codec_recover -}; - -/* Definition for iLBC codec factory operations. */ -static pjmedia_codec_factory_op ilbc_factory_op = -{ - &ilbc_test_alloc, - &ilbc_default_attr, - &ilbc_enum_codecs, - &ilbc_alloc_codec, - &ilbc_dealloc_codec -}; - -/* iLBC factory */ -static struct ilbc_factory -{ - pjmedia_codec_factory base; - pjmedia_endpt *endpt; - - int mode; - int bps; -} ilbc_factory; - - -/* iLBC codec private data. */ -struct ilbc_codec -{ - pjmedia_codec base; - pj_pool_t *pool; - char obj_name[PJ_MAX_OBJ_NAME]; - pjmedia_silence_det *vad; - pj_bool_t vad_enabled; - pj_bool_t plc_enabled; - pj_timestamp last_tx; - - pj_bool_t enc_ready; - iLBC_Enc_Inst_t enc; - unsigned enc_frame_size; - unsigned enc_samples_per_frame; - float enc_block[BLOCKL_MAX]; - - pj_bool_t dec_ready; - iLBC_Dec_Inst_t dec; - unsigned dec_frame_size; - unsigned dec_samples_per_frame; - float dec_block[BLOCKL_MAX]; -}; - -static pj_str_t STR_MODE = {"mode", 4}; - -/* - * Initialize and register iLBC codec factory to pjmedia endpoint. - */ -PJ_DEF(pj_status_t) pjmedia_codec_ilbc_init( pjmedia_endpt *endpt, - int mode ) -{ - pjmedia_codec_mgr *codec_mgr; - pj_status_t status; - - PJ_ASSERT_RETURN(endpt != NULL, PJ_EINVAL); - PJ_ASSERT_RETURN(mode==0 || mode==20 || mode==30, PJ_EINVAL); - - /* Create iLBC codec factory. */ - ilbc_factory.base.op = &ilbc_factory_op; - ilbc_factory.base.factory_data = NULL; - ilbc_factory.endpt = endpt; - - if (mode == 0) - mode = DEFAULT_MODE; - - ilbc_factory.mode = mode; - - if (mode == 20) { - ilbc_factory.bps = 15200; - } else { - ilbc_factory.bps = 13333; - } - - /* Get the codec manager. */ - codec_mgr = pjmedia_endpt_get_codec_mgr(endpt); - if (!codec_mgr) - return PJ_EINVALIDOP; - - /* Register codec factory to endpoint. */ - status = pjmedia_codec_mgr_register_factory(codec_mgr, - &ilbc_factory.base); - if (status != PJ_SUCCESS) - return status; - - - /* Done. */ - return PJ_SUCCESS; -} - - - -/* - * Unregister iLBC codec factory from pjmedia endpoint and deinitialize - * the iLBC codec library. - */ -PJ_DEF(pj_status_t) pjmedia_codec_ilbc_deinit(void) -{ - pjmedia_codec_mgr *codec_mgr; - pj_status_t status; - - - /* Get the codec manager. */ - codec_mgr = pjmedia_endpt_get_codec_mgr(ilbc_factory.endpt); - if (!codec_mgr) - return PJ_EINVALIDOP; - - /* Unregister iLBC codec factory. */ - status = pjmedia_codec_mgr_unregister_factory(codec_mgr, - &ilbc_factory.base); - - return status; -} - -/* - * Check if factory can allocate the specified codec. - */ -static pj_status_t ilbc_test_alloc( pjmedia_codec_factory *factory, - const pjmedia_codec_info *info ) -{ - const pj_str_t ilbc_tag = { "iLBC", 4}; - - PJ_UNUSED_ARG(factory); - PJ_ASSERT_RETURN(factory==&ilbc_factory.base, PJ_EINVAL); - - - /* Type MUST be audio. */ - if (info->type != PJMEDIA_TYPE_AUDIO) - return PJMEDIA_CODEC_EUNSUP; - - /* Check encoding name. */ - if (pj_stricmp(&info->encoding_name, &ilbc_tag) != 0) - return PJMEDIA_CODEC_EUNSUP; - - /* Check clock-rate */ - if (info->clock_rate != CLOCK_RATE) - return PJMEDIA_CODEC_EUNSUP; - - /* Channel count must be one */ - if (info->channel_cnt != 1) - return PJMEDIA_CODEC_EUNSUP; - - /* Yes, this should be iLBC! */ - return PJ_SUCCESS; -} - - -/* - * Generate default attribute. - */ -static pj_status_t ilbc_default_attr (pjmedia_codec_factory *factory, - const pjmedia_codec_info *id, - pjmedia_codec_param *attr ) -{ - PJ_UNUSED_ARG(factory); - PJ_ASSERT_RETURN(factory==&ilbc_factory.base, PJ_EINVAL); - - PJ_UNUSED_ARG(id); - PJ_ASSERT_RETURN(pj_stricmp2(&id->encoding_name, "iLBC")==0, PJ_EINVAL); - - pj_bzero(attr, sizeof(pjmedia_codec_param)); - - attr->info.clock_rate = CLOCK_RATE; - attr->info.channel_cnt = 1; - attr->info.avg_bps = ilbc_factory.bps; - attr->info.max_bps = 15200; - attr->info.pcm_bits_per_sample = 16; - attr->info.frm_ptime = (short)ilbc_factory.mode; - attr->info.pt = PJMEDIA_RTP_PT_ILBC; - - attr->setting.frm_per_pkt = 1; - attr->setting.vad = 1; - attr->setting.plc = 1; - attr->setting.penh = 1; - attr->setting.dec_fmtp.cnt = 1; - attr->setting.dec_fmtp.param[0].name = STR_MODE; - if (ilbc_factory.mode == 30) - attr->setting.dec_fmtp.param[0].val = pj_str("30"); - else - attr->setting.dec_fmtp.param[0].val = pj_str("20"); - - return PJ_SUCCESS; -} - -/* - * Enum codecs supported by this factory (i.e. only iLBC!). - */ -static pj_status_t ilbc_enum_codecs(pjmedia_codec_factory *factory, - unsigned *count, - pjmedia_codec_info codecs[]) -{ - PJ_UNUSED_ARG(factory); - PJ_ASSERT_RETURN(factory==&ilbc_factory.base, PJ_EINVAL); - - PJ_ASSERT_RETURN(codecs && *count > 0, PJ_EINVAL); - - pj_bzero(&codecs[0], sizeof(pjmedia_codec_info)); - - codecs[0].encoding_name = pj_str("iLBC"); - codecs[0].pt = PJMEDIA_RTP_PT_ILBC; - codecs[0].type = PJMEDIA_TYPE_AUDIO; - codecs[0].clock_rate = 8000; - codecs[0].channel_cnt = 1; - - *count = 1; - - return PJ_SUCCESS; -} - -/* - * Allocate a new iLBC codec instance. - */ -static pj_status_t ilbc_alloc_codec(pjmedia_codec_factory *factory, - const pjmedia_codec_info *id, - pjmedia_codec **p_codec) -{ - pj_pool_t *pool; - struct ilbc_codec *codec; - - PJ_ASSERT_RETURN(factory && id && p_codec, PJ_EINVAL); - PJ_ASSERT_RETURN(factory == &ilbc_factory.base, PJ_EINVAL); - - pool = pjmedia_endpt_create_pool(ilbc_factory.endpt, "iLBC%p", - 2000, 2000); - PJ_ASSERT_RETURN(pool != NULL, PJ_ENOMEM); - - codec = PJ_POOL_ZALLOC_T(pool, struct ilbc_codec); - codec->base.op = &ilbc_op; - codec->base.factory = factory; - codec->pool = pool; - - pj_ansi_snprintf(codec->obj_name, sizeof(codec->obj_name), - "ilbc%p", codec); - - *p_codec = &codec->base; - return PJ_SUCCESS; -} - - -/* - * Free codec. - */ -static pj_status_t ilbc_dealloc_codec( pjmedia_codec_factory *factory, - pjmedia_codec *codec ) -{ - struct ilbc_codec *ilbc_codec; - - PJ_ASSERT_RETURN(factory && codec, PJ_EINVAL); - PJ_UNUSED_ARG(factory); - PJ_ASSERT_RETURN(factory == &ilbc_factory.base, PJ_EINVAL); - - ilbc_codec = (struct ilbc_codec*) codec; - pj_pool_release(ilbc_codec->pool); - - return PJ_SUCCESS; -} - -/* - * Init codec. - */ -static pj_status_t ilbc_codec_init(pjmedia_codec *codec, - pj_pool_t *pool ) -{ - PJ_UNUSED_ARG(codec); - PJ_UNUSED_ARG(pool); - return PJ_SUCCESS; -} - -/* - * Open codec. - */ -static pj_status_t ilbc_codec_open(pjmedia_codec *codec, - pjmedia_codec_param *attr ) -{ - struct ilbc_codec *ilbc_codec = (struct ilbc_codec*)codec; - pj_status_t status; - unsigned i, dec_fmtp_mode = 0, enc_fmtp_mode = 0; - - pj_assert(ilbc_codec != NULL); - pj_assert(ilbc_codec->enc_ready == PJ_FALSE && - ilbc_codec->dec_ready == PJ_FALSE); - - /* Get decoder mode */ - for (i = 0; i < attr->setting.dec_fmtp.cnt; ++i) { - if (pj_stricmp(&attr->setting.dec_fmtp.param[i].name, &STR_MODE) == 0) - { - dec_fmtp_mode = (unsigned) - pj_strtoul(&attr->setting.dec_fmtp.param[i].val); - break; - } - } - - /* Decoder mode must be set */ - PJ_ASSERT_RETURN(dec_fmtp_mode == 20 || dec_fmtp_mode == 30, - PJMEDIA_CODEC_EINMODE); - - /* Get encoder mode */ - for (i = 0; i < attr->setting.enc_fmtp.cnt; ++i) { - if (pj_stricmp(&attr->setting.enc_fmtp.param[i].name, &STR_MODE) == 0) - { - enc_fmtp_mode = (unsigned) - pj_strtoul(&attr->setting.enc_fmtp.param[i].val); - break; - } - } - - /* The enc mode must be set in the attribute - * (from the mode parameter in fmtp attribute in the SDP - * received from remote) - */ - if (enc_fmtp_mode == 0) - enc_fmtp_mode = dec_fmtp_mode; - - PJ_ASSERT_RETURN(enc_fmtp_mode==20 || - enc_fmtp_mode==30, PJMEDIA_CODEC_EINMODE); - - /* Update enc_ptime in the param */ - if (enc_fmtp_mode != dec_fmtp_mode) { - attr->info.enc_ptime = (pj_uint16_t)enc_fmtp_mode; - } else { - attr->info.enc_ptime = 0; - } - - /* Create enc */ - ilbc_codec->enc_frame_size = initEncode(&ilbc_codec->enc, enc_fmtp_mode); - ilbc_codec->enc_samples_per_frame = CLOCK_RATE * enc_fmtp_mode / 1000; - ilbc_codec->enc_ready = PJ_TRUE; - - /* Create decoder */ - ilbc_codec->dec_samples_per_frame = initDecode(&ilbc_codec->dec, - dec_fmtp_mode, - attr->setting.penh); - if (dec_fmtp_mode == 20) - ilbc_codec->dec_frame_size = 38; - else if (dec_fmtp_mode == 30) - ilbc_codec->dec_frame_size = 50; - else { - pj_assert(!"Invalid iLBC mode"); - ilbc_codec->dec_frame_size = ilbc_codec->enc_frame_size; - } - ilbc_codec->dec_ready = PJ_TRUE; - - /* Save plc flags */ - ilbc_codec->plc_enabled = (attr->setting.plc != 0); - - /* Create silence detector. */ - ilbc_codec->vad_enabled = (attr->setting.vad != 0); - status = pjmedia_silence_det_create(ilbc_codec->pool, CLOCK_RATE, - ilbc_codec->enc_samples_per_frame, - &ilbc_codec->vad); - if (status != PJ_SUCCESS) - return status; - - /* Init last_tx (not necessary because of zalloc, but better - * be safe in case someone remove zalloc later. - */ - pj_set_timestamp32(&ilbc_codec->last_tx, 0, 0); - - PJ_LOG(5,(ilbc_codec->obj_name, - "iLBC codec opened, encoder mode=%d, decoder mode=%d", - enc_fmtp_mode, dec_fmtp_mode)); - - return PJ_SUCCESS; -} - - -/* - * Close codec. - */ -static pj_status_t ilbc_codec_close( pjmedia_codec *codec ) -{ - struct ilbc_codec *ilbc_codec = (struct ilbc_codec*)codec; - - PJ_UNUSED_ARG(codec); - - PJ_LOG(5,(ilbc_codec->obj_name, "iLBC codec closed")); - - return PJ_SUCCESS; -} - -/* - * Modify codec settings. - */ -static pj_status_t ilbc_codec_modify(pjmedia_codec *codec, - const pjmedia_codec_param *attr ) -{ - struct ilbc_codec *ilbc_codec = (struct ilbc_codec*)codec; - - ilbc_codec->plc_enabled = (attr->setting.plc != 0); - ilbc_codec->vad_enabled = (attr->setting.vad != 0); - - return PJ_SUCCESS; -} - -/* - * Get frames in the packet. - */ -static pj_status_t ilbc_codec_parse( pjmedia_codec *codec, - void *pkt, - pj_size_t pkt_size, - const pj_timestamp *ts, - unsigned *frame_cnt, - pjmedia_frame frames[]) -{ - struct ilbc_codec *ilbc_codec = (struct ilbc_codec*)codec; - unsigned count; - - PJ_ASSERT_RETURN(frame_cnt, PJ_EINVAL); - - count = 0; - while (pkt_size >= ilbc_codec->dec_frame_size && count < *frame_cnt) { - frames[count].type = PJMEDIA_FRAME_TYPE_AUDIO; - frames[count].buf = pkt; - frames[count].size = ilbc_codec->dec_frame_size; - frames[count].timestamp.u64 = ts->u64 + count * - ilbc_codec->dec_samples_per_frame; - - pkt = ((char*)pkt) + ilbc_codec->dec_frame_size; - pkt_size -= ilbc_codec->dec_frame_size; - - ++count; - } - - *frame_cnt = count; - return PJ_SUCCESS; -} - -/* - * Encode frame. - */ -static pj_status_t ilbc_codec_encode(pjmedia_codec *codec, - const struct pjmedia_frame *input, - unsigned output_buf_len, - struct pjmedia_frame *output) -{ - struct ilbc_codec *ilbc_codec = (struct ilbc_codec*)codec; - pj_int16_t *pcm_in; - unsigned nsamples; - - pj_assert(ilbc_codec && input && output); - - pcm_in = (pj_int16_t*)input->buf; - nsamples = input->size >> 1; - - PJ_ASSERT_RETURN(nsamples % ilbc_codec->enc_samples_per_frame == 0, - PJMEDIA_CODEC_EPCMFRMINLEN); - PJ_ASSERT_RETURN(output_buf_len >= ilbc_codec->enc_frame_size * nsamples / - ilbc_codec->enc_samples_per_frame, - PJMEDIA_CODEC_EFRMTOOSHORT); - - /* Detect silence */ - if (ilbc_codec->vad_enabled) { - pj_bool_t is_silence; - pj_int32_t silence_period; - - silence_period = pj_timestamp_diff32(&ilbc_codec->last_tx, - &input->timestamp); - - is_silence = pjmedia_silence_det_detect(ilbc_codec->vad, - (const pj_int16_t*)input->buf, - (input->size >> 1), - NULL); - if (is_silence && - (PJMEDIA_CODEC_MAX_SILENCE_PERIOD == -1 || - silence_period < PJMEDIA_CODEC_MAX_SILENCE_PERIOD*8000/1000)) - { - output->type = PJMEDIA_FRAME_TYPE_NONE; - output->buf = NULL; - output->size = 0; - output->timestamp = input->timestamp; - return PJ_SUCCESS; - } else { - ilbc_codec->last_tx = input->timestamp; - } - } - - /* Encode */ - output->size = 0; - while (nsamples >= ilbc_codec->enc_samples_per_frame) { - unsigned i; - - /* Convert to float */ - for (i=0; i<ilbc_codec->enc_samples_per_frame; ++i) { - ilbc_codec->enc_block[i] = (float) (*pcm_in++); - } - - iLBC_encode((unsigned char *)output->buf + output->size, - ilbc_codec->enc_block, - &ilbc_codec->enc); - - output->size += ilbc_codec->enc.no_of_bytes; - nsamples -= ilbc_codec->enc_samples_per_frame; - } - - output->type = PJMEDIA_FRAME_TYPE_AUDIO; - output->timestamp = input->timestamp; - - return PJ_SUCCESS; -} - -/* - * Decode frame. - */ -static pj_status_t ilbc_codec_decode(pjmedia_codec *codec, - const struct pjmedia_frame *input, - unsigned output_buf_len, - struct pjmedia_frame *output) -{ - struct ilbc_codec *ilbc_codec = (struct ilbc_codec*)codec; - unsigned i; - - pj_assert(ilbc_codec != NULL); - PJ_ASSERT_RETURN(input && output, PJ_EINVAL); - - if (output_buf_len < (ilbc_codec->dec_samples_per_frame << 1)) - return PJMEDIA_CODEC_EPCMTOOSHORT; - - if (input->size != ilbc_codec->dec_frame_size) - return PJMEDIA_CODEC_EFRMINLEN; - - /* Decode to temporary buffer */ - iLBC_decode(ilbc_codec->dec_block, (unsigned char*) input->buf, - &ilbc_codec->dec, 1); - - /* Convert decodec samples from float to short */ - for (i=0; i<ilbc_codec->dec_samples_per_frame; ++i) { - ((short*)output->buf)[i] = (short)ilbc_codec->dec_block[i]; - } - output->size = (ilbc_codec->dec_samples_per_frame << 1); - output->type = PJMEDIA_FRAME_TYPE_AUDIO; - output->timestamp = input->timestamp; - - return PJ_SUCCESS; -} - - -/* - * Recover lost frame. - */ -static pj_status_t ilbc_codec_recover(pjmedia_codec *codec, - unsigned output_buf_len, - struct pjmedia_frame *output) -{ - struct ilbc_codec *ilbc_codec = (struct ilbc_codec*)codec; - unsigned i; - - pj_assert(ilbc_codec != NULL); - PJ_ASSERT_RETURN(output, PJ_EINVAL); - - if (output_buf_len < (ilbc_codec->dec_samples_per_frame << 1)) - return PJMEDIA_CODEC_EPCMTOOSHORT; - - /* Decode to temporary buffer */ - iLBC_decode(ilbc_codec->dec_block, NULL, &ilbc_codec->dec, 0); - - /* Convert decodec samples from float to short */ - for (i=0; i<ilbc_codec->dec_samples_per_frame; ++i) { - ((short*)output->buf)[i] = (short)ilbc_codec->dec_block[i]; - } - output->size = (ilbc_codec->dec_samples_per_frame << 1); - output->type = PJMEDIA_FRAME_TYPE_AUDIO; - - return PJ_SUCCESS; -} - - -#endif /* PJMEDIA_HAS_ILBC_CODEC */ - diff --git a/sflphone-common/libs/pjproject-1.0.3/pjproject-vs8.sln b/sflphone-common/libs/pjproject-1.0.3/pjproject-vs8.sln index 3bd34e2527a35efbe218c8895f6310fad3f78cb4..c7662a8d0c11ddb98b4d459440268081b1a3d238 100644 --- a/sflphone-common/libs/pjproject-1.0.3/pjproject-vs8.sln +++ b/sflphone-common/libs/pjproject-1.0.3/pjproject-vs8.sln @@ -103,8 +103,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pjnath", "pjnath\build\pjna EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgsmcodec", "third_party\build\gsm\libgsmcodec.vcproj", "{E53AA5FF-B737-40AA-BD13-387EFA99023D}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libilbccodec", "third_party\build\ilbc\libilbccodec.vcproj", "{B5FE16F8-3EDB-4110-BD80-B4238CC01E8D}" -EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libportaudio", "third_party\build\portaudio\libportaudio.vcproj", "{3CF9FFA9-8387-4635-9D1B-E7944CBEFEAA}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libresample", "third_party\build\resample\libresample.vcproj", "{6794B975-4E84-4F49-B2DC-C31F2224E03E}" diff --git a/sflphone-common/libs/pjproject-1.0.3/pjproject.dsw b/sflphone-common/libs/pjproject-1.0.3/pjproject.dsw index 069bebdd373e455cc825bdf1122851df3176ad5d..3041ac2cf9e28bf875d1fc4af476aa731d610402 100644 --- a/sflphone-common/libs/pjproject-1.0.3/pjproject.dsw +++ b/sflphone-common/libs/pjproject-1.0.3/pjproject.dsw @@ -15,18 +15,6 @@ Package=<4> ############################################################################### -Project: "libilbccodec"=.\THIRD_PARTY\BUILD\ILBC\libilbccodec.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - Project: "libportaudio"=.\THIRD_PARTY\BUILD\PORTAUDIO\libportaudio.dsp - Package Owner=<4> Package=<5> @@ -180,9 +168,6 @@ Package=<4> Project_Dep_Name libgsmcodec End Project Dependency Begin Project Dependency - Project_Dep_Name libilbccodec - End Project Dependency - Begin Project Dependency Project_Dep_Name libportaudio End Project Dependency Begin Project Dependency @@ -321,9 +306,6 @@ Package=<4> Project_Dep_Name libgsmcodec End Project Dependency Begin Project Dependency - Project_Dep_Name libilbccodec - End Project Dependency - Begin Project Dependency Project_Dep_Name libportaudio End Project Dependency Begin Project Dependency @@ -429,9 +411,6 @@ Package=<4> Project_Dep_Name libgsmcodec End Project Dependency Begin Project Dependency - Project_Dep_Name libilbccodec - End Project Dependency - Begin Project Dependency Project_Dep_Name libportaudio End Project Dependency Begin Project Dependency @@ -486,9 +465,6 @@ Package=<4> Project_Dep_Name libgsmcodec End Project Dependency Begin Project Dependency - Project_Dep_Name libilbccodec - End Project Dependency - Begin Project Dependency Project_Dep_Name libportaudio End Project Dependency Begin Project Dependency diff --git a/sflphone-common/libs/pjproject-1.0.3/third_party/build/ilbc/Makefile b/sflphone-common/libs/pjproject-1.0.3/third_party/build/ilbc/Makefile deleted file mode 100644 index 50b4ab7e7b7055b1555d56fab0b36a9565a17bdc..0000000000000000000000000000000000000000 --- a/sflphone-common/libs/pjproject-1.0.3/third_party/build/ilbc/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -include ../../../build.mak -include ../../../build/common.mak - -export LIBDIR := ../../lib - -RULES_MAK := $(PJDIR)/build/rules.mak - -export ILBC_LIB := ../../lib/libilbccodec-$(TARGET_NAME)$(LIBEXT) - -############################################################################### -# Gather all flags. -# -export _CFLAGS := $(CC_CFLAGS) $(OS_CFLAGS) $(HOST_CFLAGS) $(M_CFLAGS) \ - $(CFLAGS) $(CC_INC). $(CC_INC)../../ilbc \ - $(CC_INC)../../../pjlib/include -export _CXXFLAGS:= $(_CFLAGS) $(CC_CXXFLAGS) $(OS_CXXFLAGS) $(M_CXXFLAGS) \ - $(HOST_CXXFLAGS) $(CXXFLAGS) -export _LDFLAGS := $(CC_LDFLAGS) $(OS_LDFLAGS) $(M_LDFLAGS) $(HOST_LDFLAGS) \ - $(LDFLAGS) - -export ILBC_SRCDIR = ../../ilbc -export ILBC_OBJS = FrameClassify.o LPCdecode.o LPCencode.o \ - StateConstructW.o StateSearchW.o anaFilter.o \ - constants.o createCB.o doCPLC.o \ - enhancer.o filter.o gainquant.o \ - getCBvec.o helpfun.o hpInput.o \ - hpOutput.o iCBConstruct.o iCBSearch.o \ - iLBC_decode.o iLBC_encode.o lsf.o \ - packing.o syntFilter.o -export ILBC_CFLAGS = $(_CFLAGS) - - -export CC_OUT CC AR RANLIB HOST_MV HOST_RM HOST_RMDIR HOST_MKDIR OBJEXT LD LDOUT -############################################################################### -# Main entry -# -# $(TARGET) is defined in os-$(OS_NAME).mak file in current directory. -# -TARGETS := libilbccodec - -all: $(TARGETS) - -doc: - cd .. && doxygen docs/doxygen.cfg - -dep: depend -distclean: realclean - -.PHONY: dep depend libilbccodec clean realclean distclean - -libilbccodec: - $(MAKE) -f $(RULES_MAK) APP=ILBC app=libilbccodec $(ILBC_LIB) - -clean print_lib: - $(MAKE) -f $(RULES_MAK) APP=ILBC app=libilbccodec $@ - -realclean: - $(subst @@,$(subst /,$(HOST_PSEP),.ilbc-$(TARGET_NAME).depend),$(HOST_RMR)) - - $(MAKE) -f $(RULES_MAK) APP=ILBC app=libilbccodec $@ - -depend: - $(MAKE) -f $(RULES_MAK) APP=ILBC app=libilbccodec $@ - - diff --git a/sflphone-common/libs/pjproject-1.0.3/third_party/build/ilbc/libilbccodec.dsp b/sflphone-common/libs/pjproject-1.0.3/third_party/build/ilbc/libilbccodec.dsp deleted file mode 100644 index 679667b73e956aff50593d28a7bd5a8c13ae1ed4..0000000000000000000000000000000000000000 --- a/sflphone-common/libs/pjproject-1.0.3/third_party/build/ilbc/libilbccodec.dsp +++ /dev/null @@ -1,282 +0,0 @@ -# Microsoft Developer Studio Project File - Name="libilbccodec" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=libilbccodec - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "libilbccodec.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "libilbccodec.mak" CFG="libilbccodec - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "libilbccodec - Win32 Release" (based on "Win32 (x86) Static Library") -!MESSAGE "libilbccodec - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "libilbccodec - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "output\ilbc-i386-win32-vc6-release" -# PROP BASE Intermediate_Dir "output\ilbc-i386-win32-vc6-release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "output\ilbc-i386-win32-vc6-release" -# PROP Intermediate_Dir "output\ilbc-i386-win32-vc6-release" -# PROP Target_Dir "" -F90=df.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:"..\..\lib\libilbccodec-i386-win32-vc6-release.lib" - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "output\ilbc-i386-win32-vc6-debug" -# PROP BASE Intermediate_Dir "output\ilbc-i386-win32-vc6-debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "output\ilbc-i386-win32-vc6-debug" -# PROP Intermediate_Dir "output\ilbc-i386-win32-vc6-debug" -# PROP Target_Dir "" -F90=df.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:"..\..\lib\libilbccodec-i386-win32-vc6-debug.lib" - -!ENDIF - -# Begin Target - -# Name "libilbccodec - Win32 Release" -# Name "libilbccodec - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\ilbc\anaFilter.c -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\constants.c -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\createCB.c -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\doCPLC.c -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\enhancer.c -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\filter.c -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\FrameClassify.c -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\gainquant.c -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\getCBvec.c -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\helpfun.c -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\hpInput.c -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\hpOutput.c -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\iCBConstruct.c -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\iCBSearch.c -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\iLBC_decode.c -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\iLBC_encode.c -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\LPCdecode.c -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\LPCencode.c -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\lsf.c -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\packing.c -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\StateConstructW.c -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\StateSearchW.c -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\syntFilter.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\..\ilbc\anaFilter.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\constants.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\createCB.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\doCPLC.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\enhancer.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\filter.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\FrameClassify.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\gainquant.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\getCBvec.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\helpfun.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\hpInput.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\hpOutput.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\iCBConstruct.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\iCBSearch.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\iLBC_decode.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\iLBC_define.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\iLBC_encode.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\LPCdecode.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\LPCencode.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\lsf.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\packing.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\StateConstructW.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\StateSearchW.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\syntFilter.h -# End Source File -# End Group -# End Target -# End Project diff --git a/sflphone-common/libs/pjproject-1.0.3/third_party/build/ilbc/libilbccodec.vcp b/sflphone-common/libs/pjproject-1.0.3/third_party/build/ilbc/libilbccodec.vcp deleted file mode 100644 index c43b54f256f824d4b07f5da5e2e998074e9837f7..0000000000000000000000000000000000000000 --- a/sflphone-common/libs/pjproject-1.0.3/third_party/build/ilbc/libilbccodec.vcp +++ /dev/null @@ -1,5373 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="libilbccodec" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (WCE x86) Static Library" 0x8304 -# TARGTYPE "Win32 (WCE MIPS16) Static Library" 0x8904 -# TARGTYPE "Win32 (WCE SH4) Static Library" 0x8604 -# TARGTYPE "Win32 (WCE MIPSII) Static Library" 0xa104 -# TARGTYPE "Win32 (WCE MIPSIV_FP) Static Library" 0x9204 -# TARGTYPE "Win32 (WCE SH3) Static Library" 0x8104 -# TARGTYPE "Win32 (WCE ARMV4) Static Library" 0xa304 -# TARGTYPE "Win32 (WCE ARMV4I) Static Library" 0xa504 -# TARGTYPE "Win32 (WCE emulator) Static Library" 0xa604 -# TARGTYPE "Win32 (WCE MIPSII_FP) Static Library" 0xa204 -# TARGTYPE "Win32 (WCE ARMV4T) Static Library" 0xa404 -# TARGTYPE "Win32 (WCE MIPSIV) Static Library" 0x9604 - -CFG=libilbccodec - Win32 (WCE MIPSII_FP) Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "libilbccodec.vcn". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "libilbccodec.vcn" CFG="libilbccodec - Win32 (WCE MIPSII_FP) Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "libilbccodec - Win32 (WCE MIPSII_FP) Release" (based on "Win32 (WCE MIPSII_FP) Static Library") -!MESSAGE "libilbccodec - Win32 (WCE MIPSII_FP) Debug" (based on "Win32 (WCE MIPSII_FP) Static Library") -!MESSAGE "libilbccodec - Win32 (WCE MIPSII) Release" (based on "Win32 (WCE MIPSII) Static Library") -!MESSAGE "libilbccodec - Win32 (WCE MIPSII) Debug" (based on "Win32 (WCE MIPSII) Static Library") -!MESSAGE "libilbccodec - Win32 (WCE SH4) Release" (based on "Win32 (WCE SH4) Static Library") -!MESSAGE "libilbccodec - Win32 (WCE SH4) Debug" (based on "Win32 (WCE SH4) Static Library") -!MESSAGE "libilbccodec - Win32 (WCE SH3) Release" (based on "Win32 (WCE SH3) Static Library") -!MESSAGE "libilbccodec - Win32 (WCE SH3) Debug" (based on "Win32 (WCE SH3) Static Library") -!MESSAGE "libilbccodec - Win32 (WCE MIPSIV) Release" (based on "Win32 (WCE MIPSIV) Static Library") -!MESSAGE "libilbccodec - Win32 (WCE MIPSIV) Debug" (based on "Win32 (WCE MIPSIV) Static Library") -!MESSAGE "libilbccodec - Win32 (WCE emulator) Release" (based on "Win32 (WCE emulator) Static Library") -!MESSAGE "libilbccodec - Win32 (WCE emulator) Debug" (based on "Win32 (WCE emulator) Static Library") -!MESSAGE "libilbccodec - Win32 (WCE ARMV4I) Release" (based on "Win32 (WCE ARMV4I) Static Library") -!MESSAGE "libilbccodec - Win32 (WCE ARMV4I) Debug" (based on "Win32 (WCE ARMV4I) Static Library") -!MESSAGE "libilbccodec - Win32 (WCE MIPSIV_FP) Release" (based on "Win32 (WCE MIPSIV_FP) Static Library") -!MESSAGE "libilbccodec - Win32 (WCE MIPSIV_FP) Debug" (based on "Win32 (WCE MIPSIV_FP) Static Library") -!MESSAGE "libilbccodec - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Static Library") -!MESSAGE "libilbccodec - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Static Library") -!MESSAGE "libilbccodec - Win32 (WCE MIPS16) Release" (based on "Win32 (WCE MIPS16) Static Library") -!MESSAGE "libilbccodec - Win32 (WCE MIPS16) Debug" (based on "Win32 (WCE MIPS16) Static Library") -!MESSAGE "libilbccodec - Win32 (WCE ARMV4T) Release" (based on "Win32 (WCE ARMV4T) Static Library") -!MESSAGE "libilbccodec - Win32 (WCE ARMV4T) Debug" (based on "Win32 (WCE ARMV4T) Static Library") -!MESSAGE "libilbccodec - Win32 (WCE x86) Release" (based on "Win32 (WCE x86) Static Library") -!MESSAGE "libilbccodec - Win32 (WCE x86) Debug" (based on "Win32 (WCE x86) Static Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project 2 - -!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "output\MIPSII_FPRel" -# PROP BASE Intermediate_Dir "output\MIPSII_FPRel" -# PROP BASE CPU_ID "{D8AC856C-B213-4895-9E83-9EC51A55201E}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "output\MIPSII_FPRel" -# PROP Intermediate_Dir "output\MIPSII_FPRel" -# PROP CPU_ID "{D8AC856C-B213-4895-9E83-9EC51A55201E}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Target_Dir "" -CPP=clmips.exe -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "R4000" /D "MIPSII" /D "MIPSII_FP" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /QMmips2 /QMFPE- /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "R4000" /D "MIPSII" /D "MIPSII_FP" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /QMmips2 /QMFPE- /O2 /M$(CECrtMT) /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "output\MIPSII_FPDbg" -# PROP BASE Intermediate_Dir "output\MIPSII_FPDbg" -# PROP BASE CPU_ID "{D8AC856C-B213-4895-9E83-9EC51A55201E}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "output\MIPSII_FPDbg" -# PROP Intermediate_Dir "output\MIPSII_FPDbg" -# PROP CPU_ID "{D8AC856C-B213-4895-9E83-9EC51A55201E}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Target_Dir "" -CPP=clmips.exe -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "R4000" /D "MIPSII" /D "MIPSII_FP" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /QMmips2 /QMFPE- /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "R4000" /D "MIPSII" /D "MIPSII_FP" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /QMmips2 /QMFPE- /M$(CECrtMTDebug) /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "output\MIPSIIRel" -# PROP BASE Intermediate_Dir "output\MIPSIIRel" -# PROP BASE CPU_ID "{689DDC64-9D9D-11D5-96F8-00207802C01C}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "output\MIPSIIRel" -# PROP Intermediate_Dir "output\MIPSIIRel" -# PROP CPU_ID "{689DDC64-9D9D-11D5-96F8-00207802C01C}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Target_Dir "" -CPP=clmips.exe -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "R4000" /D "MIPSII" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /QMmips2 /QMFPE /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "R4000" /D "MIPSII" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /QMmips2 /QMFPE /O2 /M$(CECrtMT) /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "output\MIPSIIDbg" -# PROP BASE Intermediate_Dir "output\MIPSIIDbg" -# PROP BASE CPU_ID "{689DDC64-9D9D-11D5-96F8-00207802C01C}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "output\MIPSIIDbg" -# PROP Intermediate_Dir "output\MIPSIIDbg" -# PROP CPU_ID "{689DDC64-9D9D-11D5-96F8-00207802C01C}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Target_Dir "" -CPP=clmips.exe -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "R4000" /D "MIPSII" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /QMmips2 /QMFPE /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "R4000" /D "MIPSII" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /QMmips2 /QMFPE /M$(CECrtMTDebug) /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "output\SH4Rel" -# PROP BASE Intermediate_Dir "output\SH4Rel" -# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "output\SH4Rel" -# PROP Intermediate_Dir "output\SH4Rel" -# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Target_Dir "" -CPP=shcl.exe -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /Qsh4 /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /Qsh4 /O2 /M$(CECrtMT) /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "output\SH4Dbg" -# PROP BASE Intermediate_Dir "output\SH4Dbg" -# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "output\SH4Dbg" -# PROP Intermediate_Dir "output\SH4Dbg" -# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Target_Dir "" -CPP=shcl.exe -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /Qsh4 /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /Qsh4 /M$(CECrtMTDebug) /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "output\SH3Rel" -# PROP BASE Intermediate_Dir "output\SH3Rel" -# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "output\SH3Rel" -# PROP Intermediate_Dir "output\SH3Rel" -# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Target_Dir "" -CPP=shcl.exe -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /O2 /M$(CECrtMT) /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "output\SH3Dbg" -# PROP BASE Intermediate_Dir "output\SH3Dbg" -# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "output\SH3Dbg" -# PROP Intermediate_Dir "output\SH3Dbg" -# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Target_Dir "" -CPP=shcl.exe -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /M$(CECrtMTDebug) /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "output\MIPSIVRel" -# PROP BASE Intermediate_Dir "output\MIPSIVRel" -# PROP BASE CPU_ID "{0B2FE524-26C5-4194-8CEF-B1582DEB5A98}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "output\MIPSIVRel" -# PROP Intermediate_Dir "output\MIPSIVRel" -# PROP CPU_ID "{0B2FE524-26C5-4194-8CEF-B1582DEB5A98}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Target_Dir "" -CPP=clmips.exe -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "_MIPS64" /D "R4000" /D "MIPSIV" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /QMmips4 /QMn32 /QMFPE /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "_MIPS64" /D "R4000" /D "MIPSIV" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /QMmips4 /QMn32 /QMFPE /O2 /M$(CECrtMT) /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "output\MIPSIVDbg" -# PROP BASE Intermediate_Dir "output\MIPSIVDbg" -# PROP BASE CPU_ID "{0B2FE524-26C5-4194-8CEF-B1582DEB5A98}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "output\MIPSIVDbg" -# PROP Intermediate_Dir "output\MIPSIVDbg" -# PROP CPU_ID "{0B2FE524-26C5-4194-8CEF-B1582DEB5A98}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Target_Dir "" -CPP=clmips.exe -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "_MIPS64" /D "R4000" /D "MIPSIV" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /QMmips4 /QMn32 /QMFPE /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "_MIPS64" /D "R4000" /D "MIPSIV" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /QMmips4 /QMn32 /QMFPE /M$(CECrtMTDebug) /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "output\emulatorRel" -# PROP BASE Intermediate_Dir "output\emulatorRel" -# PROP BASE CPU_ID "{32E52003-403E-442D-BE48-DE10F8C6131D}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "output\emulatorRel" -# PROP Intermediate_Dir "output\emulatorRel" -# PROP CPU_ID "{32E52003-403E-442D-BE48-DE10F8C6131D}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_LIB" /YX /Gs8192 /GF /O2 /c -# ADD CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_LIB" /YX /Gs8192 /GF /O2 /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "output\emulatorDbg" -# PROP BASE Intermediate_Dir "output\emulatorDbg" -# PROP BASE CPU_ID "{32E52003-403E-442D-BE48-DE10F8C6131D}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "output\emulatorDbg" -# PROP Intermediate_Dir "output\emulatorDbg" -# PROP CPU_ID "{32E52003-403E-442D-BE48-DE10F8C6131D}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_LIB" /YX /Gs8192 /GF /c -# ADD CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_LIB" /YX /Gs8192 /GF /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "output\ARMV4IRel" -# PROP BASE Intermediate_Dir "output\ARMV4IRel" -# PROP BASE CPU_ID "{DC70F430-E78B-494F-A9D5-62ADC56443B8}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "output\ARMV4IRel" -# PROP Intermediate_Dir "output\ARMV4IRel" -# PROP CPU_ID "{DC70F430-E78B-494F-A9D5-62ADC56443B8}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Target_Dir "" -CPP=clarm.exe -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "ARM" /D "_ARM_" /D "$(CePlatform)" /D "ARMV4I" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /QRarch4T /QRinterwork-return /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "ARM" /D "_ARM_" /D "$(CePlatform)" /D "ARMV4I" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /QRarch4T /QRinterwork-return /O2 /M$(CECrtMT) /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "output\ARMV4IDbg" -# PROP BASE Intermediate_Dir "output\ARMV4IDbg" -# PROP BASE CPU_ID "{DC70F430-E78B-494F-A9D5-62ADC56443B8}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "output\ARMV4IDbg" -# PROP Intermediate_Dir "output\ARMV4IDbg" -# PROP CPU_ID "{DC70F430-E78B-494F-A9D5-62ADC56443B8}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Target_Dir "" -CPP=clarm.exe -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "ARM" /D "_ARM_" /D "$(CePlatform)" /D "ARMV4I" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /QRarch4T /QRinterwork-return /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "ARM" /D "_ARM_" /D "$(CePlatform)" /D "ARMV4I" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /QRarch4T /QRinterwork-return /M$(CECrtMTDebug) /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "output\MIPSIV_FPRel" -# PROP BASE Intermediate_Dir "output\MIPSIV_FPRel" -# PROP BASE CPU_ID "{046A430D-7770-48AB-89B5-24C2D300B03F}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "output\MIPSIV_FPRel" -# PROP Intermediate_Dir "output\MIPSIV_FPRel" -# PROP CPU_ID "{046A430D-7770-48AB-89B5-24C2D300B03F}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Target_Dir "" -CPP=clmips.exe -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "_MIPS64" /D "R4000" /D "MIPSIV" /D "MIPSIV_FP" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /QMmips4 /QMn32 /QMFPE- /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "_MIPS64" /D "R4000" /D "MIPSIV" /D "MIPSIV_FP" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /QMmips4 /QMn32 /QMFPE- /O2 /M$(CECrtMT) /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "output\MIPSIV_FPDbg" -# PROP BASE Intermediate_Dir "output\MIPSIV_FPDbg" -# PROP BASE CPU_ID "{046A430D-7770-48AB-89B5-24C2D300B03F}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "output\MIPSIV_FPDbg" -# PROP Intermediate_Dir "output\MIPSIV_FPDbg" -# PROP CPU_ID "{046A430D-7770-48AB-89B5-24C2D300B03F}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Target_Dir "" -CPP=clmips.exe -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "_MIPS64" /D "R4000" /D "MIPSIV" /D "MIPSIV_FP" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /QMmips4 /QMn32 /QMFPE- /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "_MIPS64" /D "R4000" /D "MIPSIV" /D "MIPSIV_FP" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /QMmips4 /QMn32 /QMFPE- /M$(CECrtMTDebug) /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "output\ARMV4Rel" -# PROP BASE Intermediate_Dir "output\ARMV4Rel" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "output\ARMV4Rel" -# PROP Intermediate_Dir "output\ARMV4Rel" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Target_Dir "" -CPP=clarm.exe -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "NDEBUG" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "NDEBUG" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /O2 /M$(CECrtMT) /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "output\ARMV4Dbg" -# PROP BASE Intermediate_Dir "output\ARMV4Dbg" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "output\ARMV4Dbg" -# PROP Intermediate_Dir "output\ARMV4Dbg" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Target_Dir "" -CPP=clarm.exe -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /M$(CECrtMTDebug) /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "output\MIPS16Rel" -# PROP BASE Intermediate_Dir "output\MIPS16Rel" -# PROP BASE CPU_ID "{D6519013-710F-11D3-99F2-00105A0DF099}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "output\MIPS16Rel" -# PROP Intermediate_Dir "output\MIPS16Rel" -# PROP CPU_ID "{D6519013-710F-11D3-99F2-00105A0DF099}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Target_Dir "" -CPP=clmips.exe -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "R4000" /D "MIPSII" /D "MIPS16" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_MIPS16_" /D "MIPS16SUPPORT" /D "_LIB" /YX /QMmips16 /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "R4000" /D "MIPSII" /D "MIPS16" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_MIPS16_" /D "MIPS16SUPPORT" /D "_LIB" /YX /QMmips16 /O2 /M$(CECrtMT) /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "output\MIPS16Dbg" -# PROP BASE Intermediate_Dir "output\MIPS16Dbg" -# PROP BASE CPU_ID "{D6519013-710F-11D3-99F2-00105A0DF099}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "output\MIPS16Dbg" -# PROP Intermediate_Dir "output\MIPS16Dbg" -# PROP CPU_ID "{D6519013-710F-11D3-99F2-00105A0DF099}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Target_Dir "" -CPP=clmips.exe -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "R4000" /D "MIPSII" /D "MIPS16" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_MIPS16_" /D "MIPS16SUPPORT" /D "_LIB" /YX /QMmips16 /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "R4000" /D "MIPSII" /D "MIPS16" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_MIPS16_" /D "MIPS16SUPPORT" /D "_LIB" /YX /QMmips16 /M$(CECrtMTDebug) /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "output\ARMV4TRel" -# PROP BASE Intermediate_Dir "output\ARMV4TRel" -# PROP BASE CPU_ID "{F52316A9-3B7C-4FE7-A67F-68350B41240D}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "output\ARMV4TRel" -# PROP Intermediate_Dir "output\ARMV4TRel" -# PROP CPU_ID "{F52316A9-3B7C-4FE7-A67F-68350B41240D}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Target_Dir "" -CPP=clthumb.exe -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "ARM" /D "_ARM_" /D "$(CePlatform)" /D "THUMB" /D "_THUMB_" /D "ARMV4T" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /QRarch4T /QRinterwork-return /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "ARM" /D "_ARM_" /D "$(CePlatform)" /D "THUMB" /D "_THUMB_" /D "ARMV4T" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /QRarch4T /QRinterwork-return /O2 /M$(CECrtMT) /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "output\ARMV4TDbg" -# PROP BASE Intermediate_Dir "output\ARMV4TDbg" -# PROP BASE CPU_ID "{F52316A9-3B7C-4FE7-A67F-68350B41240D}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "output\ARMV4TDbg" -# PROP Intermediate_Dir "output\ARMV4TDbg" -# PROP CPU_ID "{F52316A9-3B7C-4FE7-A67F-68350B41240D}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Target_Dir "" -CPP=clthumb.exe -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "ARM" /D "_ARM_" /D "$(CePlatform)" /D "THUMB" /D "_THUMB_" /D "ARMV4T" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /QRarch4T /QRinterwork-return /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "ARM" /D "_ARM_" /D "$(CePlatform)" /D "THUMB" /D "_THUMB_" /D "ARMV4T" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /QRarch4T /QRinterwork-return /M$(CECrtMTDebug) /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "output\X86Rel" -# PROP BASE Intermediate_Dir "output\X86Rel" -# PROP BASE CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "output\X86Rel" -# PROP Intermediate_Dir "output\X86Rel" -# PROP CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_LIB" /YX /Gs8192 /GF /O2 /c -# ADD CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_LIB" /YX /Gs8192 /GF /O2 /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "output\X86Dbg" -# PROP BASE Intermediate_Dir "output\X86Dbg" -# PROP BASE CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "output\X86Dbg" -# PROP Intermediate_Dir "output\X86Dbg" -# PROP CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_LIB" /YX /Gs8192 /GF /c -# ADD CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_LIB" /YX /Gs8192 /GF /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo - -!ENDIF - -# Begin Target - -# Name "libilbccodec - Win32 (WCE MIPSII_FP) Release" -# Name "libilbccodec - Win32 (WCE MIPSII_FP) Debug" -# Name "libilbccodec - Win32 (WCE MIPSII) Release" -# Name "libilbccodec - Win32 (WCE MIPSII) Debug" -# Name "libilbccodec - Win32 (WCE SH4) Release" -# Name "libilbccodec - Win32 (WCE SH4) Debug" -# Name "libilbccodec - Win32 (WCE SH3) Release" -# Name "libilbccodec - Win32 (WCE SH3) Debug" -# Name "libilbccodec - Win32 (WCE MIPSIV) Release" -# Name "libilbccodec - Win32 (WCE MIPSIV) Debug" -# Name "libilbccodec - Win32 (WCE emulator) Release" -# Name "libilbccodec - Win32 (WCE emulator) Debug" -# Name "libilbccodec - Win32 (WCE ARMV4I) Release" -# Name "libilbccodec - Win32 (WCE ARMV4I) Debug" -# Name "libilbccodec - Win32 (WCE MIPSIV_FP) Release" -# Name "libilbccodec - Win32 (WCE MIPSIV_FP) Debug" -# Name "libilbccodec - Win32 (WCE ARMV4) Release" -# Name "libilbccodec - Win32 (WCE ARMV4) Debug" -# Name "libilbccodec - Win32 (WCE MIPS16) Release" -# Name "libilbccodec - Win32 (WCE MIPS16) Debug" -# Name "libilbccodec - Win32 (WCE ARMV4T) Release" -# Name "libilbccodec - Win32 (WCE ARMV4T) Debug" -# Name "libilbccodec - Win32 (WCE x86) Release" -# Name "libilbccodec - Win32 (WCE x86) Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\ilbc\anaFilter.c - -!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release" - -DEP_CPP_ANAFI=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug" - -DEP_CPP_ANAFI=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release" - -DEP_CPP_ANAFI=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug" - -DEP_CPP_ANAFI=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release" - -DEP_CPP_ANAFI=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug" - -DEP_CPP_ANAFI=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release" - -DEP_CPP_ANAFI=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug" - -DEP_CPP_ANAFI=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release" - -DEP_CPP_ANAFI=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug" - -DEP_CPP_ANAFI=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release" - -DEP_CPP_ANAFI=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug" - -DEP_CPP_ANAFI=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release" - -DEP_CPP_ANAFI=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug" - -DEP_CPP_ANAFI=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release" - -DEP_CPP_ANAFI=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug" - -DEP_CPP_ANAFI=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release" - -DEP_CPP_ANAFI=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug" - -DEP_CPP_ANAFI=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release" - -DEP_CPP_ANAFI=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug" - -DEP_CPP_ANAFI=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release" - -DEP_CPP_ANAFI=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug" - -DEP_CPP_ANAFI=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release" - -DEP_CPP_ANAFI=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug" - -DEP_CPP_ANAFI=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\constants.c - -!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release" - -DEP_CPP_CONST=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug" - -DEP_CPP_CONST=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release" - -DEP_CPP_CONST=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug" - -DEP_CPP_CONST=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release" - -DEP_CPP_CONST=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug" - -DEP_CPP_CONST=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release" - -DEP_CPP_CONST=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug" - -DEP_CPP_CONST=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release" - -DEP_CPP_CONST=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug" - -DEP_CPP_CONST=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release" - -DEP_CPP_CONST=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug" - -DEP_CPP_CONST=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release" - -DEP_CPP_CONST=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug" - -DEP_CPP_CONST=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release" - -DEP_CPP_CONST=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug" - -DEP_CPP_CONST=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release" - -DEP_CPP_CONST=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug" - -DEP_CPP_CONST=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release" - -DEP_CPP_CONST=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug" - -DEP_CPP_CONST=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release" - -DEP_CPP_CONST=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug" - -DEP_CPP_CONST=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release" - -DEP_CPP_CONST=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug" - -DEP_CPP_CONST=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\createCB.c - -!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release" - -DEP_CPP_CREAT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug" - -DEP_CPP_CREAT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release" - -DEP_CPP_CREAT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug" - -DEP_CPP_CREAT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release" - -DEP_CPP_CREAT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug" - -DEP_CPP_CREAT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release" - -DEP_CPP_CREAT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug" - -DEP_CPP_CREAT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release" - -DEP_CPP_CREAT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug" - -DEP_CPP_CREAT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release" - -DEP_CPP_CREAT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug" - -DEP_CPP_CREAT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release" - -DEP_CPP_CREAT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug" - -DEP_CPP_CREAT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release" - -DEP_CPP_CREAT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug" - -DEP_CPP_CREAT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release" - -DEP_CPP_CREAT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug" - -DEP_CPP_CREAT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release" - -DEP_CPP_CREAT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug" - -DEP_CPP_CREAT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release" - -DEP_CPP_CREAT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug" - -DEP_CPP_CREAT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release" - -DEP_CPP_CREAT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug" - -DEP_CPP_CREAT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\doCPLC.c - -!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release" - -DEP_CPP_DOCPL=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug" - -DEP_CPP_DOCPL=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release" - -DEP_CPP_DOCPL=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug" - -DEP_CPP_DOCPL=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release" - -DEP_CPP_DOCPL=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug" - -DEP_CPP_DOCPL=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release" - -DEP_CPP_DOCPL=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug" - -DEP_CPP_DOCPL=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release" - -DEP_CPP_DOCPL=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug" - -DEP_CPP_DOCPL=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release" - -DEP_CPP_DOCPL=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug" - -DEP_CPP_DOCPL=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release" - -DEP_CPP_DOCPL=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug" - -DEP_CPP_DOCPL=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release" - -DEP_CPP_DOCPL=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug" - -DEP_CPP_DOCPL=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release" - -DEP_CPP_DOCPL=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug" - -DEP_CPP_DOCPL=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release" - -DEP_CPP_DOCPL=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug" - -DEP_CPP_DOCPL=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release" - -DEP_CPP_DOCPL=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug" - -DEP_CPP_DOCPL=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release" - -DEP_CPP_DOCPL=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug" - -DEP_CPP_DOCPL=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\enhancer.c - -!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release" - -DEP_CPP_ENHAN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug" - -DEP_CPP_ENHAN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release" - -DEP_CPP_ENHAN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug" - -DEP_CPP_ENHAN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release" - -DEP_CPP_ENHAN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug" - -DEP_CPP_ENHAN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release" - -DEP_CPP_ENHAN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug" - -DEP_CPP_ENHAN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release" - -DEP_CPP_ENHAN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug" - -DEP_CPP_ENHAN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release" - -DEP_CPP_ENHAN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug" - -DEP_CPP_ENHAN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release" - -DEP_CPP_ENHAN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug" - -DEP_CPP_ENHAN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release" - -DEP_CPP_ENHAN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug" - -DEP_CPP_ENHAN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release" - -DEP_CPP_ENHAN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug" - -DEP_CPP_ENHAN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release" - -DEP_CPP_ENHAN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug" - -DEP_CPP_ENHAN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release" - -DEP_CPP_ENHAN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug" - -DEP_CPP_ENHAN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release" - -DEP_CPP_ENHAN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug" - -DEP_CPP_ENHAN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\filter.c - -!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release" - -DEP_CPP_FILTE=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug" - -DEP_CPP_FILTE=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release" - -DEP_CPP_FILTE=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug" - -DEP_CPP_FILTE=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release" - -DEP_CPP_FILTE=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug" - -DEP_CPP_FILTE=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release" - -DEP_CPP_FILTE=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug" - -DEP_CPP_FILTE=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release" - -DEP_CPP_FILTE=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug" - -DEP_CPP_FILTE=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release" - -DEP_CPP_FILTE=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug" - -DEP_CPP_FILTE=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release" - -DEP_CPP_FILTE=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug" - -DEP_CPP_FILTE=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release" - -DEP_CPP_FILTE=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug" - -DEP_CPP_FILTE=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release" - -DEP_CPP_FILTE=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug" - -DEP_CPP_FILTE=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release" - -DEP_CPP_FILTE=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug" - -DEP_CPP_FILTE=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release" - -DEP_CPP_FILTE=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug" - -DEP_CPP_FILTE=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release" - -DEP_CPP_FILTE=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug" - -DEP_CPP_FILTE=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\FrameClassify.c - -!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release" - -DEP_CPP_FRAME=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug" - -DEP_CPP_FRAME=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release" - -DEP_CPP_FRAME=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug" - -DEP_CPP_FRAME=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release" - -DEP_CPP_FRAME=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug" - -DEP_CPP_FRAME=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release" - -DEP_CPP_FRAME=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug" - -DEP_CPP_FRAME=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release" - -DEP_CPP_FRAME=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug" - -DEP_CPP_FRAME=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release" - -DEP_CPP_FRAME=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug" - -DEP_CPP_FRAME=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release" - -DEP_CPP_FRAME=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug" - -DEP_CPP_FRAME=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release" - -DEP_CPP_FRAME=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug" - -DEP_CPP_FRAME=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release" - -DEP_CPP_FRAME=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug" - -DEP_CPP_FRAME=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release" - -DEP_CPP_FRAME=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug" - -DEP_CPP_FRAME=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release" - -DEP_CPP_FRAME=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug" - -DEP_CPP_FRAME=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release" - -DEP_CPP_FRAME=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug" - -DEP_CPP_FRAME=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\gainquant.c - -!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release" - -DEP_CPP_GAINQ=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug" - -DEP_CPP_GAINQ=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release" - -DEP_CPP_GAINQ=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug" - -DEP_CPP_GAINQ=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release" - -DEP_CPP_GAINQ=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug" - -DEP_CPP_GAINQ=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release" - -DEP_CPP_GAINQ=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug" - -DEP_CPP_GAINQ=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release" - -DEP_CPP_GAINQ=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug" - -DEP_CPP_GAINQ=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release" - -DEP_CPP_GAINQ=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug" - -DEP_CPP_GAINQ=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release" - -DEP_CPP_GAINQ=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug" - -DEP_CPP_GAINQ=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release" - -DEP_CPP_GAINQ=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug" - -DEP_CPP_GAINQ=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release" - -DEP_CPP_GAINQ=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug" - -DEP_CPP_GAINQ=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release" - -DEP_CPP_GAINQ=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug" - -DEP_CPP_GAINQ=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release" - -DEP_CPP_GAINQ=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug" - -DEP_CPP_GAINQ=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release" - -DEP_CPP_GAINQ=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug" - -DEP_CPP_GAINQ=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\getCBvec.c - -!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release" - -DEP_CPP_GETCB=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug" - -DEP_CPP_GETCB=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release" - -DEP_CPP_GETCB=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug" - -DEP_CPP_GETCB=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release" - -DEP_CPP_GETCB=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug" - -DEP_CPP_GETCB=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release" - -DEP_CPP_GETCB=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug" - -DEP_CPP_GETCB=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release" - -DEP_CPP_GETCB=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug" - -DEP_CPP_GETCB=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release" - -DEP_CPP_GETCB=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug" - -DEP_CPP_GETCB=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release" - -DEP_CPP_GETCB=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug" - -DEP_CPP_GETCB=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release" - -DEP_CPP_GETCB=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug" - -DEP_CPP_GETCB=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release" - -DEP_CPP_GETCB=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug" - -DEP_CPP_GETCB=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release" - -DEP_CPP_GETCB=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug" - -DEP_CPP_GETCB=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release" - -DEP_CPP_GETCB=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug" - -DEP_CPP_GETCB=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release" - -DEP_CPP_GETCB=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug" - -DEP_CPP_GETCB=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\helpfun.c - -!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release" - -DEP_CPP_HELPF=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug" - -DEP_CPP_HELPF=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release" - -DEP_CPP_HELPF=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug" - -DEP_CPP_HELPF=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release" - -DEP_CPP_HELPF=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug" - -DEP_CPP_HELPF=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release" - -DEP_CPP_HELPF=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug" - -DEP_CPP_HELPF=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release" - -DEP_CPP_HELPF=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug" - -DEP_CPP_HELPF=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release" - -DEP_CPP_HELPF=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug" - -DEP_CPP_HELPF=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release" - -DEP_CPP_HELPF=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug" - -DEP_CPP_HELPF=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release" - -DEP_CPP_HELPF=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug" - -DEP_CPP_HELPF=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release" - -DEP_CPP_HELPF=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug" - -DEP_CPP_HELPF=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release" - -DEP_CPP_HELPF=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug" - -DEP_CPP_HELPF=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release" - -DEP_CPP_HELPF=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug" - -DEP_CPP_HELPF=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release" - -DEP_CPP_HELPF=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug" - -DEP_CPP_HELPF=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\hpInput.c - -!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release" - -DEP_CPP_HPINP=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug" - -DEP_CPP_HPINP=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release" - -DEP_CPP_HPINP=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug" - -DEP_CPP_HPINP=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release" - -DEP_CPP_HPINP=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug" - -DEP_CPP_HPINP=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release" - -DEP_CPP_HPINP=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug" - -DEP_CPP_HPINP=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release" - -DEP_CPP_HPINP=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug" - -DEP_CPP_HPINP=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release" - -DEP_CPP_HPINP=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug" - -DEP_CPP_HPINP=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release" - -DEP_CPP_HPINP=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug" - -DEP_CPP_HPINP=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release" - -DEP_CPP_HPINP=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug" - -DEP_CPP_HPINP=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release" - -DEP_CPP_HPINP=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug" - -DEP_CPP_HPINP=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release" - -DEP_CPP_HPINP=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug" - -DEP_CPP_HPINP=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release" - -DEP_CPP_HPINP=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug" - -DEP_CPP_HPINP=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release" - -DEP_CPP_HPINP=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug" - -DEP_CPP_HPINP=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\hpOutput.c - -!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release" - -DEP_CPP_HPOUT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug" - -DEP_CPP_HPOUT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release" - -DEP_CPP_HPOUT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug" - -DEP_CPP_HPOUT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release" - -DEP_CPP_HPOUT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug" - -DEP_CPP_HPOUT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release" - -DEP_CPP_HPOUT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug" - -DEP_CPP_HPOUT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release" - -DEP_CPP_HPOUT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug" - -DEP_CPP_HPOUT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release" - -DEP_CPP_HPOUT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug" - -DEP_CPP_HPOUT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release" - -DEP_CPP_HPOUT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug" - -DEP_CPP_HPOUT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release" - -DEP_CPP_HPOUT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug" - -DEP_CPP_HPOUT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release" - -DEP_CPP_HPOUT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug" - -DEP_CPP_HPOUT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release" - -DEP_CPP_HPOUT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug" - -DEP_CPP_HPOUT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release" - -DEP_CPP_HPOUT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug" - -DEP_CPP_HPOUT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release" - -DEP_CPP_HPOUT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug" - -DEP_CPP_HPOUT=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\iCBConstruct.c - -!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release" - -DEP_CPP_ICBCO=\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\getCBvec.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug" - -DEP_CPP_ICBCO=\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\getCBvec.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release" - -DEP_CPP_ICBCO=\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\getCBvec.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug" - -DEP_CPP_ICBCO=\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\getCBvec.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release" - -DEP_CPP_ICBCO=\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\getCBvec.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug" - -DEP_CPP_ICBCO=\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\getCBvec.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release" - -DEP_CPP_ICBCO=\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\getCBvec.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug" - -DEP_CPP_ICBCO=\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\getCBvec.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release" - -DEP_CPP_ICBCO=\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\getCBvec.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug" - -DEP_CPP_ICBCO=\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\getCBvec.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release" - -DEP_CPP_ICBCO=\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\getCBvec.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug" - -DEP_CPP_ICBCO=\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\getCBvec.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release" - -DEP_CPP_ICBCO=\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\getCBvec.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug" - -DEP_CPP_ICBCO=\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\getCBvec.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release" - -DEP_CPP_ICBCO=\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\getCBvec.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug" - -DEP_CPP_ICBCO=\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\getCBvec.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release" - -DEP_CPP_ICBCO=\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\getCBvec.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug" - -DEP_CPP_ICBCO=\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\getCBvec.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release" - -DEP_CPP_ICBCO=\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\getCBvec.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug" - -DEP_CPP_ICBCO=\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\getCBvec.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release" - -DEP_CPP_ICBCO=\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\getCBvec.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug" - -DEP_CPP_ICBCO=\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\getCBvec.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release" - -DEP_CPP_ICBCO=\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\getCBvec.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug" - -DEP_CPP_ICBCO=\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\getCBvec.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\iCBSearch.c - -!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release" - -DEP_CPP_ICBSE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\createCB.h"\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug" - -DEP_CPP_ICBSE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\createCB.h"\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release" - -DEP_CPP_ICBSE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\createCB.h"\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug" - -DEP_CPP_ICBSE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\createCB.h"\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release" - -DEP_CPP_ICBSE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\createCB.h"\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug" - -DEP_CPP_ICBSE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\createCB.h"\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release" - -DEP_CPP_ICBSE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\createCB.h"\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug" - -DEP_CPP_ICBSE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\createCB.h"\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release" - -DEP_CPP_ICBSE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\createCB.h"\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug" - -DEP_CPP_ICBSE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\createCB.h"\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release" - -DEP_CPP_ICBSE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\createCB.h"\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug" - -DEP_CPP_ICBSE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\createCB.h"\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release" - -DEP_CPP_ICBSE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\createCB.h"\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug" - -DEP_CPP_ICBSE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\createCB.h"\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release" - -DEP_CPP_ICBSE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\createCB.h"\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug" - -DEP_CPP_ICBSE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\createCB.h"\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release" - -DEP_CPP_ICBSE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\createCB.h"\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug" - -DEP_CPP_ICBSE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\createCB.h"\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release" - -DEP_CPP_ICBSE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\createCB.h"\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug" - -DEP_CPP_ICBSE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\createCB.h"\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release" - -DEP_CPP_ICBSE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\createCB.h"\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug" - -DEP_CPP_ICBSE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\createCB.h"\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release" - -DEP_CPP_ICBSE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\createCB.h"\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug" - -DEP_CPP_ICBSE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\createCB.h"\ - "..\..\ilbc\gainquant.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\iLBC_decode.c - -!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release" - -DEP_CPP_ILBC_=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\doCPLC.h"\ - "..\..\ilbc\enhancer.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpOutput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCdecode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug" - -DEP_CPP_ILBC_=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\doCPLC.h"\ - "..\..\ilbc\enhancer.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpOutput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCdecode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release" - -DEP_CPP_ILBC_=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\doCPLC.h"\ - "..\..\ilbc\enhancer.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpOutput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCdecode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug" - -DEP_CPP_ILBC_=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\doCPLC.h"\ - "..\..\ilbc\enhancer.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpOutput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCdecode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release" - -DEP_CPP_ILBC_=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\doCPLC.h"\ - "..\..\ilbc\enhancer.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpOutput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCdecode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug" - -DEP_CPP_ILBC_=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\doCPLC.h"\ - "..\..\ilbc\enhancer.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpOutput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCdecode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release" - -DEP_CPP_ILBC_=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\doCPLC.h"\ - "..\..\ilbc\enhancer.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpOutput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCdecode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug" - -DEP_CPP_ILBC_=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\doCPLC.h"\ - "..\..\ilbc\enhancer.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpOutput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCdecode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release" - -DEP_CPP_ILBC_=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\doCPLC.h"\ - "..\..\ilbc\enhancer.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpOutput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCdecode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug" - -DEP_CPP_ILBC_=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\doCPLC.h"\ - "..\..\ilbc\enhancer.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpOutput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCdecode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release" - -DEP_CPP_ILBC_=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\doCPLC.h"\ - "..\..\ilbc\enhancer.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpOutput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCdecode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug" - -DEP_CPP_ILBC_=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\doCPLC.h"\ - "..\..\ilbc\enhancer.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpOutput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCdecode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release" - -DEP_CPP_ILBC_=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\doCPLC.h"\ - "..\..\ilbc\enhancer.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpOutput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCdecode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug" - -DEP_CPP_ILBC_=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\doCPLC.h"\ - "..\..\ilbc\enhancer.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpOutput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCdecode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release" - -DEP_CPP_ILBC_=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\doCPLC.h"\ - "..\..\ilbc\enhancer.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpOutput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCdecode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug" - -DEP_CPP_ILBC_=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\doCPLC.h"\ - "..\..\ilbc\enhancer.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpOutput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCdecode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release" - -DEP_CPP_ILBC_=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\doCPLC.h"\ - "..\..\ilbc\enhancer.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpOutput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCdecode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug" - -DEP_CPP_ILBC_=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\doCPLC.h"\ - "..\..\ilbc\enhancer.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpOutput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCdecode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release" - -DEP_CPP_ILBC_=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\doCPLC.h"\ - "..\..\ilbc\enhancer.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpOutput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCdecode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug" - -DEP_CPP_ILBC_=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\doCPLC.h"\ - "..\..\ilbc\enhancer.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpOutput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCdecode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release" - -DEP_CPP_ILBC_=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\doCPLC.h"\ - "..\..\ilbc\enhancer.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpOutput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCdecode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug" - -DEP_CPP_ILBC_=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\doCPLC.h"\ - "..\..\ilbc\enhancer.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpOutput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCdecode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release" - -DEP_CPP_ILBC_=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\doCPLC.h"\ - "..\..\ilbc\enhancer.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpOutput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCdecode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug" - -DEP_CPP_ILBC_=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\doCPLC.h"\ - "..\..\ilbc\enhancer.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpOutput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCdecode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\iLBC_encode.c - -!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release" - -DEP_CPP_ILBC_E=\ - "..\..\ilbc\anaFilter.h"\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\FrameClassify.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpInput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iCBSearch.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCencode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\StateSearchW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug" - -DEP_CPP_ILBC_E=\ - "..\..\ilbc\anaFilter.h"\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\FrameClassify.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpInput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iCBSearch.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCencode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\StateSearchW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release" - -DEP_CPP_ILBC_E=\ - "..\..\ilbc\anaFilter.h"\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\FrameClassify.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpInput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iCBSearch.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCencode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\StateSearchW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug" - -DEP_CPP_ILBC_E=\ - "..\..\ilbc\anaFilter.h"\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\FrameClassify.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpInput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iCBSearch.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCencode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\StateSearchW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release" - -DEP_CPP_ILBC_E=\ - "..\..\ilbc\anaFilter.h"\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\FrameClassify.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpInput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iCBSearch.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCencode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\StateSearchW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug" - -DEP_CPP_ILBC_E=\ - "..\..\ilbc\anaFilter.h"\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\FrameClassify.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpInput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iCBSearch.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCencode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\StateSearchW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release" - -DEP_CPP_ILBC_E=\ - "..\..\ilbc\anaFilter.h"\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\FrameClassify.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpInput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iCBSearch.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCencode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\StateSearchW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug" - -DEP_CPP_ILBC_E=\ - "..\..\ilbc\anaFilter.h"\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\FrameClassify.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpInput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iCBSearch.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCencode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\StateSearchW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release" - -DEP_CPP_ILBC_E=\ - "..\..\ilbc\anaFilter.h"\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\FrameClassify.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpInput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iCBSearch.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCencode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\StateSearchW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug" - -DEP_CPP_ILBC_E=\ - "..\..\ilbc\anaFilter.h"\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\FrameClassify.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpInput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iCBSearch.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCencode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\StateSearchW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release" - -DEP_CPP_ILBC_E=\ - "..\..\ilbc\anaFilter.h"\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\FrameClassify.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpInput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iCBSearch.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCencode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\StateSearchW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug" - -DEP_CPP_ILBC_E=\ - "..\..\ilbc\anaFilter.h"\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\FrameClassify.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpInput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iCBSearch.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCencode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\StateSearchW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release" - -DEP_CPP_ILBC_E=\ - "..\..\ilbc\anaFilter.h"\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\FrameClassify.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpInput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iCBSearch.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCencode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\StateSearchW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug" - -DEP_CPP_ILBC_E=\ - "..\..\ilbc\anaFilter.h"\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\FrameClassify.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpInput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iCBSearch.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCencode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\StateSearchW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release" - -DEP_CPP_ILBC_E=\ - "..\..\ilbc\anaFilter.h"\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\FrameClassify.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpInput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iCBSearch.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCencode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\StateSearchW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug" - -DEP_CPP_ILBC_E=\ - "..\..\ilbc\anaFilter.h"\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\FrameClassify.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpInput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iCBSearch.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCencode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\StateSearchW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release" - -DEP_CPP_ILBC_E=\ - "..\..\ilbc\anaFilter.h"\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\FrameClassify.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpInput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iCBSearch.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCencode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\StateSearchW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug" - -DEP_CPP_ILBC_E=\ - "..\..\ilbc\anaFilter.h"\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\FrameClassify.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpInput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iCBSearch.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCencode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\StateSearchW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release" - -DEP_CPP_ILBC_E=\ - "..\..\ilbc\anaFilter.h"\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\FrameClassify.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpInput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iCBSearch.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCencode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\StateSearchW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug" - -DEP_CPP_ILBC_E=\ - "..\..\ilbc\anaFilter.h"\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\FrameClassify.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpInput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iCBSearch.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCencode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\StateSearchW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release" - -DEP_CPP_ILBC_E=\ - "..\..\ilbc\anaFilter.h"\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\FrameClassify.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpInput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iCBSearch.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCencode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\StateSearchW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug" - -DEP_CPP_ILBC_E=\ - "..\..\ilbc\anaFilter.h"\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\FrameClassify.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpInput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iCBSearch.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCencode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\StateSearchW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release" - -DEP_CPP_ILBC_E=\ - "..\..\ilbc\anaFilter.h"\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\FrameClassify.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpInput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iCBSearch.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCencode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\StateSearchW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug" - -DEP_CPP_ILBC_E=\ - "..\..\ilbc\anaFilter.h"\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\FrameClassify.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\hpInput.h"\ - "..\..\ilbc\iCBConstruct.h"\ - "..\..\ilbc\iCBSearch.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\LPCencode.h"\ - "..\..\ilbc\packing.h"\ - "..\..\ilbc\StateConstructW.h"\ - "..\..\ilbc\StateSearchW.h"\ - "..\..\ilbc\syntFilter.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\LPCdecode.c - -!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release" - -DEP_CPP_LPCDE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug" - -DEP_CPP_LPCDE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release" - -DEP_CPP_LPCDE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug" - -DEP_CPP_LPCDE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release" - -DEP_CPP_LPCDE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug" - -DEP_CPP_LPCDE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release" - -DEP_CPP_LPCDE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug" - -DEP_CPP_LPCDE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release" - -DEP_CPP_LPCDE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug" - -DEP_CPP_LPCDE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release" - -DEP_CPP_LPCDE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug" - -DEP_CPP_LPCDE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release" - -DEP_CPP_LPCDE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug" - -DEP_CPP_LPCDE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release" - -DEP_CPP_LPCDE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug" - -DEP_CPP_LPCDE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release" - -DEP_CPP_LPCDE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug" - -DEP_CPP_LPCDE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release" - -DEP_CPP_LPCDE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug" - -DEP_CPP_LPCDE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release" - -DEP_CPP_LPCDE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug" - -DEP_CPP_LPCDE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release" - -DEP_CPP_LPCDE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug" - -DEP_CPP_LPCDE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\LPCencode.c - -!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release" - -DEP_CPP_LPCEN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug" - -DEP_CPP_LPCEN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release" - -DEP_CPP_LPCEN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug" - -DEP_CPP_LPCEN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release" - -DEP_CPP_LPCEN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug" - -DEP_CPP_LPCEN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release" - -DEP_CPP_LPCEN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug" - -DEP_CPP_LPCEN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release" - -DEP_CPP_LPCEN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug" - -DEP_CPP_LPCEN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release" - -DEP_CPP_LPCEN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug" - -DEP_CPP_LPCEN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release" - -DEP_CPP_LPCEN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug" - -DEP_CPP_LPCEN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release" - -DEP_CPP_LPCEN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug" - -DEP_CPP_LPCEN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release" - -DEP_CPP_LPCEN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug" - -DEP_CPP_LPCEN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release" - -DEP_CPP_LPCEN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug" - -DEP_CPP_LPCEN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release" - -DEP_CPP_LPCEN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug" - -DEP_CPP_LPCEN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release" - -DEP_CPP_LPCEN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug" - -DEP_CPP_LPCEN=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - "..\..\ilbc\lsf.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\lsf.c - -!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release" - -DEP_CPP_LSF_C=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug" - -DEP_CPP_LSF_C=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release" - -DEP_CPP_LSF_C=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug" - -DEP_CPP_LSF_C=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release" - -DEP_CPP_LSF_C=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug" - -DEP_CPP_LSF_C=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release" - -DEP_CPP_LSF_C=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug" - -DEP_CPP_LSF_C=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release" - -DEP_CPP_LSF_C=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug" - -DEP_CPP_LSF_C=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release" - -DEP_CPP_LSF_C=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug" - -DEP_CPP_LSF_C=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release" - -DEP_CPP_LSF_C=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug" - -DEP_CPP_LSF_C=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release" - -DEP_CPP_LSF_C=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug" - -DEP_CPP_LSF_C=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release" - -DEP_CPP_LSF_C=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug" - -DEP_CPP_LSF_C=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release" - -DEP_CPP_LSF_C=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug" - -DEP_CPP_LSF_C=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release" - -DEP_CPP_LSF_C=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug" - -DEP_CPP_LSF_C=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release" - -DEP_CPP_LSF_C=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug" - -DEP_CPP_LSF_C=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\packing.c - -!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release" - -DEP_CPP_PACKI=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug" - -DEP_CPP_PACKI=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release" - -DEP_CPP_PACKI=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug" - -DEP_CPP_PACKI=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release" - -DEP_CPP_PACKI=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug" - -DEP_CPP_PACKI=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release" - -DEP_CPP_PACKI=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug" - -DEP_CPP_PACKI=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release" - -DEP_CPP_PACKI=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug" - -DEP_CPP_PACKI=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release" - -DEP_CPP_PACKI=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug" - -DEP_CPP_PACKI=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release" - -DEP_CPP_PACKI=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug" - -DEP_CPP_PACKI=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release" - -DEP_CPP_PACKI=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug" - -DEP_CPP_PACKI=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release" - -DEP_CPP_PACKI=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug" - -DEP_CPP_PACKI=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release" - -DEP_CPP_PACKI=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug" - -DEP_CPP_PACKI=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release" - -DEP_CPP_PACKI=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug" - -DEP_CPP_PACKI=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release" - -DEP_CPP_PACKI=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug" - -DEP_CPP_PACKI=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\StateConstructW.c - -!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release" - -DEP_CPP_STATE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug" - -DEP_CPP_STATE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release" - -DEP_CPP_STATE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug" - -DEP_CPP_STATE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release" - -DEP_CPP_STATE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug" - -DEP_CPP_STATE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release" - -DEP_CPP_STATE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug" - -DEP_CPP_STATE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release" - -DEP_CPP_STATE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug" - -DEP_CPP_STATE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release" - -DEP_CPP_STATE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug" - -DEP_CPP_STATE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release" - -DEP_CPP_STATE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug" - -DEP_CPP_STATE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release" - -DEP_CPP_STATE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug" - -DEP_CPP_STATE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release" - -DEP_CPP_STATE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug" - -DEP_CPP_STATE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release" - -DEP_CPP_STATE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug" - -DEP_CPP_STATE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release" - -DEP_CPP_STATE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug" - -DEP_CPP_STATE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release" - -DEP_CPP_STATE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug" - -DEP_CPP_STATE=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\StateSearchW.c - -!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release" - -DEP_CPP_STATES=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug" - -DEP_CPP_STATES=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release" - -DEP_CPP_STATES=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug" - -DEP_CPP_STATES=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release" - -DEP_CPP_STATES=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug" - -DEP_CPP_STATES=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release" - -DEP_CPP_STATES=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug" - -DEP_CPP_STATES=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release" - -DEP_CPP_STATES=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug" - -DEP_CPP_STATES=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release" - -DEP_CPP_STATES=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug" - -DEP_CPP_STATES=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release" - -DEP_CPP_STATES=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug" - -DEP_CPP_STATES=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release" - -DEP_CPP_STATES=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug" - -DEP_CPP_STATES=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release" - -DEP_CPP_STATES=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug" - -DEP_CPP_STATES=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release" - -DEP_CPP_STATES=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug" - -DEP_CPP_STATES=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release" - -DEP_CPP_STATES=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug" - -DEP_CPP_STATES=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release" - -DEP_CPP_STATES=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug" - -DEP_CPP_STATES=\ - "..\..\ilbc\constants.h"\ - "..\..\ilbc\helpfun.h"\ - "..\..\ilbc\iLBC_define.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\syntFilter.c - -!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release" - -DEP_CPP_SYNTF=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug" - -DEP_CPP_SYNTF=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release" - -DEP_CPP_SYNTF=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug" - -DEP_CPP_SYNTF=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release" - -DEP_CPP_SYNTF=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug" - -DEP_CPP_SYNTF=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release" - -DEP_CPP_SYNTF=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug" - -DEP_CPP_SYNTF=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release" - -DEP_CPP_SYNTF=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug" - -DEP_CPP_SYNTF=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release" - -DEP_CPP_SYNTF=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug" - -DEP_CPP_SYNTF=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release" - -DEP_CPP_SYNTF=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug" - -DEP_CPP_SYNTF=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release" - -DEP_CPP_SYNTF=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug" - -DEP_CPP_SYNTF=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release" - -DEP_CPP_SYNTF=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug" - -DEP_CPP_SYNTF=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release" - -DEP_CPP_SYNTF=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug" - -DEP_CPP_SYNTF=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release" - -DEP_CPP_SYNTF=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug" - -DEP_CPP_SYNTF=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release" - -DEP_CPP_SYNTF=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug" - -DEP_CPP_SYNTF=\ - "..\..\ilbc\iLBC_define.h"\ - - -!ENDIF - -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\..\ilbc\anaFilter.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\constants.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\createCB.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\doCPLC.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\enhancer.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\filter.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\FrameClassify.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\gainquant.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\getCBvec.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\helpfun.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\hpInput.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\hpOutput.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\iCBConstruct.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\iCBSearch.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\iLBC_decode.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\iLBC_define.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\iLBC_encode.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\LPCdecode.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\LPCencode.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\lsf.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\packing.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\StateConstructW.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\StateSearchW.h -# End Source File -# Begin Source File - -SOURCE=..\..\ilbc\syntFilter.h -# End Source File -# End Group -# End Target -# End Project diff --git a/sflphone-common/libs/pjproject-1.0.3/third_party/build/ilbc/libilbccodec.vcproj b/sflphone-common/libs/pjproject-1.0.3/third_party/build/ilbc/libilbccodec.vcproj deleted file mode 100644 index 2b788419977615a27d2e8422fc56b927f4fe5133..0000000000000000000000000000000000000000 --- a/sflphone-common/libs/pjproject-1.0.3/third_party/build/ilbc/libilbccodec.vcproj +++ /dev/null @@ -1,737 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="libilbccodec" - ProjectGUID="{B5FE16F8-3EDB-4110-BD80-B4238CC01E8D}" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory=".\output\ilbc-i386-win32-vc8-debug" - IntermediateDirectory=".\output\ilbc-i386-win32-vc8-debug" - ConfigurationType="4" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" - CharacterSet="2" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="1" - PrecompiledHeaderFile=".\output\ilbc-i386-win32-vc8-debug/libilbccodec.pch" - AssemblerListingLocation=".\output\ilbc-i386-win32-vc8-debug/" - ObjectFile=".\output\ilbc-i386-win32-vc8-debug/" - ProgramDataBaseFileName=".\output\ilbc-i386-win32-vc8-debug/" - WarningLevel="3" - SuppressStartupBanner="true" - DebugInformationFormat="4" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - OutputFile="..\..\lib\libilbccodec-i386-win32-vc8-debug.lib" - SuppressStartupBanner="true" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - SuppressStartupBanner="true" - OutputFile=".\output\ilbc-i386-win32-vc8-debug/libilbccodec.bsc" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory=".\output\ilbc-i386-win32-vc8-release" - IntermediateDirectory=".\output\ilbc-i386-win32-vc8-release" - ConfigurationType="4" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" - CharacterSet="2" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="2" - InlineFunctionExpansion="1" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB" - StringPooling="true" - RuntimeLibrary="2" - EnableFunctionLevelLinking="true" - PrecompiledHeaderFile=".\output\ilbc-i386-win32-vc8-release/libilbccodec.pch" - AssemblerListingLocation=".\output\ilbc-i386-win32-vc8-release/" - ObjectFile=".\output\ilbc-i386-win32-vc8-release/" - ProgramDataBaseFileName=".\output\ilbc-i386-win32-vc8-release/" - WarningLevel="3" - SuppressStartupBanner="true" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG" - Culture="1033" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - OutputFile="..\..\lib\libilbccodec-i386-win32-vc8-release.lib" - SuppressStartupBanner="true" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - SuppressStartupBanner="true" - OutputFile=".\output\ilbc-i386-win32-vc8-release/libilbccodec.bsc" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" - > - <File - RelativePath="..\..\ilbc\anaFilter.c" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\..\ilbc\constants.c" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\..\ilbc\createCB.c" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\..\ilbc\doCPLC.c" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\..\ilbc\enhancer.c" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\..\ilbc\filter.c" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\..\ilbc\FrameClassify.c" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\..\ilbc\gainquant.c" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\..\ilbc\getCBvec.c" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\..\ilbc\helpfun.c" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\..\ilbc\hpInput.c" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\..\ilbc\hpOutput.c" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\..\ilbc\iCBConstruct.c" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\..\ilbc\iCBSearch.c" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\..\ilbc\iLBC_decode.c" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\..\ilbc\iLBC_encode.c" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\..\ilbc\LPCdecode.c" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\..\ilbc\LPCencode.c" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\..\ilbc\lsf.c" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\..\ilbc\packing.c" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\..\ilbc\StateConstructW.c" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\..\ilbc\StateSearchW.c" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\..\ilbc\syntFilter.c" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="" - /> - </FileConfiguration> - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl" - > - <File - RelativePath="..\..\ilbc\anaFilter.h" - > - </File> - <File - RelativePath="..\..\ilbc\constants.h" - > - </File> - <File - RelativePath="..\..\ilbc\createCB.h" - > - </File> - <File - RelativePath="..\..\ilbc\doCPLC.h" - > - </File> - <File - RelativePath="..\..\ilbc\enhancer.h" - > - </File> - <File - RelativePath="..\..\ilbc\filter.h" - > - </File> - <File - RelativePath="..\..\ilbc\FrameClassify.h" - > - </File> - <File - RelativePath="..\..\ilbc\gainquant.h" - > - </File> - <File - RelativePath="..\..\ilbc\getCBvec.h" - > - </File> - <File - RelativePath="..\..\ilbc\helpfun.h" - > - </File> - <File - RelativePath="..\..\ilbc\hpInput.h" - > - </File> - <File - RelativePath="..\..\ilbc\hpOutput.h" - > - </File> - <File - RelativePath="..\..\ilbc\iCBConstruct.h" - > - </File> - <File - RelativePath="..\..\ilbc\iCBSearch.h" - > - </File> - <File - RelativePath="..\..\ilbc\iLBC_decode.h" - > - </File> - <File - RelativePath="..\..\ilbc\iLBC_define.h" - > - </File> - <File - RelativePath="..\..\ilbc\iLBC_encode.h" - > - </File> - <File - RelativePath="..\..\ilbc\LPCdecode.h" - > - </File> - <File - RelativePath="..\..\ilbc\LPCencode.h" - > - </File> - <File - RelativePath="..\..\ilbc\lsf.h" - > - </File> - <File - RelativePath="..\..\ilbc\packing.h" - > - </File> - <File - RelativePath="..\..\ilbc\StateConstructW.h" - > - </File> - <File - RelativePath="..\..\ilbc\StateSearchW.h" - > - </File> - <File - RelativePath="..\..\ilbc\syntFilter.h" - > - </File> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/sflphone-common/libs/pjproject-1.0.3/third_party/build/os-auto.mak.in b/sflphone-common/libs/pjproject-1.0.3/third_party/build/os-auto.mak.in index 94db5ac2fccfb456307a372bb3b52f3cea16c33a..e5385aa6a47fd7c6a7649860ffaa9c4def6a0d5a 100644 --- a/sflphone-common/libs/pjproject-1.0.3/third_party/build/os-auto.mak.in +++ b/sflphone-common/libs/pjproject-1.0.3/third_party/build/os-auto.mak.in @@ -3,10 +3,6 @@ ifneq (@ac_no_gsm_codec@,1) DIRS += gsm endif -ifneq (@ac_no_ilbc_codec@,1) -DIRS += ilbc -endif - ifneq (@ac_no_speex_codec@,1) DIRS += speex endif diff --git a/sflphone-common/po/README b/sflphone-common/po/README deleted file mode 100644 index a3629ea2350c1299b40bca4e1fa38c8fef45441b..0000000000000000000000000000000000000000 --- a/sflphone-common/po/README +++ /dev/null @@ -1,6 +0,0 @@ -If we need to update sflphone.pot file, do the following steps: - -xgettext -k_ -o sflphone.pot ../../sflphone-client-gnome/src/*.c ../../sflphone-client-gnome/src/config/*.c ../../sflphone-client-gnome/src/dbus/*.c ../../sflphone-client-gnome/src/contacts/*.c - -Then make && sudo make install - diff --git a/sflphone-common/po/de.po b/sflphone-common/po/de.po deleted file mode 100644 index 0cc3e2d8012ecbc7e454c023882b58875ad7c06c..0000000000000000000000000000000000000000 --- a/sflphone-common/po/de.po +++ /dev/null @@ -1,876 +0,0 @@ -# German translation of SFLphone. -# Copyright (C) 2008 The Free Software Foundation, Inc. -# This file is distributed under the GNU General Public License Version 3. -# -# Sven Werlen <sven.werlen@savoirfairelinux.com>, 2009. -msgid "" -msgstr "" -"Project-Id-Version: sflphone\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-06-12 18:05-0400\n" -"PO-Revision-Date: 2009-01-08 10:46-0500\n" -"Last-Translator: Sven Werlen <sven.werlen@savoirfairelinux.com>\n" -"Language-Team: SavoirFaire Linux Inc <sflphoneteam@savoirfairelinux.com>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 0.2\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#: ../../sflphone-client-gnome/src/accountlist.c:175 -msgid "Registered" -msgstr "registriert" - -#: ../../sflphone-client-gnome/src/accountlist.c:178 -msgid "Not Registered" -msgstr "nicht registriert" - -#: ../../sflphone-client-gnome/src/accountlist.c:181 -msgid "Trying..." -msgstr "Am versuchen..." - -#: ../../sflphone-client-gnome/src/accountlist.c:184 -#: ../../sflphone-client-gnome/src/sflnotify.c:131 -#: ../../sflphone-client-gnome/src/sflnotify.c:148 -msgid "Error" -msgstr "Fehler" - -#: ../../sflphone-client-gnome/src/accountlist.c:187 -msgid "Bad authentification" -msgstr "Falsche Authentifizierung" - -#: ../../sflphone-client-gnome/src/accountlist.c:190 -msgid "Network unreachable" -msgstr "Kein Netzwerk" - -#: ../../sflphone-client-gnome/src/accountlist.c:193 -msgid "Host unreachable" -msgstr "Host unerreichbar" - -#: ../../sflphone-client-gnome/src/accountlist.c:196 -msgid "Stun configuration error" -msgstr "Stun: Konfigurationsfehler" - -#: ../../sflphone-client-gnome/src/accountlist.c:199 -msgid "Stun server invalid" -msgstr "Ungültiger Stun Server" - -#: ../../sflphone-client-gnome/src/accountlist.c:202 -msgid "Invalid" -msgstr "Ungültig" - -#: ../../sflphone-client-gnome/src/actions.c:55 -#: ../../sflphone-client-gnome/src/sflnotify.c:94 -#, c-format -msgid "%d voice mails" -msgstr "%d Voice Nachrichten" - -#: ../../sflphone-client-gnome/src/actions.c:57 -#, c-format -msgid "%d voice mail" -msgstr "%d Voice Nachricht" - -#: ../../sflphone-client-gnome/src/actions.c:81 -#, c-format -msgid "Using %s (%s)" -msgstr "" - -#: ../../sflphone-client-gnome/src/actions.c:87 -msgid "No registered account" -msgstr "Kein registriertes Konto" - -#: ../../sflphone-client-gnome/src/actions.c:232 -msgid "" -"Unable to connect to the SFLphone server.\n" -"Make sure the daemon is running." -msgstr "" -"SFLphone Server kann nicht verbunden werden. Stellen Sie sicher, dass der " -"Dämon läuft." - -#: ../../sflphone-client-gnome/src/actions.c:807 -#, c-format -msgid "IP call - %s" -msgstr "" - -#: ../../sflphone-client-gnome/src/actions.c:810 -#, c-format -msgid "Using %s (%s) - Codec: %s" -msgstr "" - -#: ../../sflphone-client-gnome/src/actions.c:900 -#, c-format -msgid "" -"<b>Error: No audio codecs found.\n" -"\n" -"</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>.sflphone</" -"b> directory in your home( <i>%s</i> )" -msgstr "" -"<b>Fehler: Kein Audio-Codec gefunden.\n" -"\n" -"</b> SFL Audio-Codecs müssen in <i>%s</i> oder <b>.sflphone</b> Ihres HOME-" -"Verzeichniss ( <i>%s</i> ) gespeichert werden." - -#: ../../sflphone-client-gnome/src/assistant.c:35 -#, c-format -msgid "" -"This assistant is now finished.\n" -"You can at any time check your registration state or modify your accounts " -"parameters in the Options/Accounts window.\n" -"\n" -"Alias : %s\n" -"Server : %s\n" -"Username : %s\n" -msgstr "" -"Assistent vollendet.\n" -"\n" -"Sie können jederzeit Ihres Registrierungsstatus überprüfen oder Ihre " -"Kontoparameter ändern (Optionen/Konten).\n" -"\n" -"Alias : %s\n" -"Server : %s\n" -"Benutzername : %s\n" - -#: ../../sflphone-client-gnome/src/assistant.c:159 -msgid "SFLphone account configuration wizard" -msgstr "SFLphone Konto (Konfigurationsassistent)" - -#: ../../sflphone-client-gnome/src/assistant.c:185 -msgid "Welcome to SFLphone!" -msgstr "Wilkommen zu SFLphone!" - -#: ../../sflphone-client-gnome/src/assistant.c:186 -msgid "This installation wizard will help you configure an account." -msgstr "" -"The Installationsassistent wird Ihnen helfen, ein Konto zu konfigurieren." - -#: ../../sflphone-client-gnome/src/assistant.c:200 -msgid "VoIP Protocols" -msgstr "VoIP Protokoll" - -#: ../../sflphone-client-gnome/src/assistant.c:200 -msgid "Select an account type:" -msgstr "Kontotyp auswählen:" - -#: ../../sflphone-client-gnome/src/assistant.c:218 -msgid "Account" -msgstr "Konto" - -#: ../../sflphone-client-gnome/src/assistant.c:218 -msgid "Please select one of the following option:" -msgstr "Bitte eine Option auswählen:" - -#: ../../sflphone-client-gnome/src/assistant.c:220 -msgid "Create a free SIP/IAX2 account on sflphone.org" -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:222 -msgid "Register an existing SIP or IAX2 account" -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:235 -msgid "SIP account configuration" -msgstr "Konfiguration des SIP-Konto" - -#: ../../sflphone-client-gnome/src/assistant.c:235 -#: ../../sflphone-client-gnome/src/assistant.c:331 -msgid "Please fill the following information:" -msgstr "Folgende Informationen bitte ausfühlen:" - -#: ../../sflphone-client-gnome/src/assistant.c:243 -#: ../../sflphone-client-gnome/src/assistant.c:339 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:153 -msgid "_Alias" -msgstr "_Alias" - -#: ../../sflphone-client-gnome/src/assistant.c:251 -#: ../../sflphone-client-gnome/src/assistant.c:347 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:189 -msgid "_Host name" -msgstr "_Hostname" - -#: ../../sflphone-client-gnome/src/assistant.c:259 -#: ../../sflphone-client-gnome/src/assistant.c:355 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:197 -msgid "_User name" -msgstr "_Benutzername" - -#: ../../sflphone-client-gnome/src/assistant.c:275 -#: ../../sflphone-client-gnome/src/assistant.c:370 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:212 -msgid "_Password" -msgstr "_Passwort" - -#: ../../sflphone-client-gnome/src/assistant.c:293 -#: ../../sflphone-client-gnome/src/assistant.c:386 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:228 -msgid "_Voicemail number" -msgstr "_Voicemail Nummer" - -#: ../../sflphone-client-gnome/src/assistant.c:308 -msgid "Optional Email Address " -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:308 -msgid "This email address will be use to send your voicemail messages" -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:316 -msgid "_Email" -msgstr "_Email" - -#: ../../sflphone-client-gnome/src/assistant.c:331 -msgid "IAX2 account configuration" -msgstr "Konfiguration des IAX2 Konto" - -#: ../../sflphone-client-gnome/src/assistant.c:404 -#: ../../sflphone-client-gnome/src/config/configwindow.c:855 -msgid "Network Address Translation" -msgstr "Network Address Translation (NAT)" - -#: ../../sflphone-client-gnome/src/assistant.c:404 -msgid "You should probably enable this if you are behind a firewall." -msgstr "Sie sollten dieses einschalten, falls Sie hinter einer Firewall sind." - -#: ../../sflphone-client-gnome/src/assistant.c:413 -#: ../../sflphone-client-gnome/src/config/configwindow.c:532 -msgid "E_nable STUN" -msgstr "STUN Ei_nschalten" - -#: ../../sflphone-client-gnome/src/assistant.c:420 -msgid "_STUN server" -msgstr "_STUN Server" - -#: ../../sflphone-client-gnome/src/assistant.c:434 -msgid "Account Registration" -msgstr "Konto Registrierung" - -#: ../../sflphone-client-gnome/src/assistant.c:434 -msgid "Congratulations!" -msgstr "Gratulation!" - -#: ../../sflphone-client-gnome/src/errors.c:29 -msgid "" -"ALSA notification\n" -"\n" -"Error while opening playback device" -msgstr "" -"ALSA Benachrichtigung\n" -"\n" -"Fehler während Öffnen des \"playback device\"" - -#: ../../sflphone-client-gnome/src/errors.c:32 -msgid "" -"ALSA notification\n" -"\n" -"Error while opening capture device" -msgstr "" -"ALSA Benachrichtigung\n" -"\n" -"Fehler während Öffnen des \"capture device\"" - -#: ../../sflphone-client-gnome/src/errors.c:35 -msgid "" -"Pulseaudio notification\n" -"\n" -"Pulseaudio is not running" -msgstr "" -"Pulseaudio Benachrichtigung\n" -"\n" -"Pulseaudio nicht gestartet" - -#: ../../sflphone-client-gnome/src/mainwindow.c:70 -msgid "There is one call in progress." -msgstr "Laufender Anruf." - -#: ../../sflphone-client-gnome/src/mainwindow.c:74 -msgid "There are calls in progress." -msgstr "Laufende Anrufe." - -#: ../../sflphone-client-gnome/src/mainwindow.c:83 -msgid "Do you still want to quit?" -msgstr "" - -#: ../../sflphone-client-gnome/src/mainwindow.c:296 -msgid "SFLphone Error" -msgstr "SFLphone Fehler" - -#: ../../sflphone-client-gnome/src/menus.c:134 -msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols." -msgstr "SFLphone ist ein VoIP Client (kompatibel mit SIP und IAX2 Protokolle)" - -#: ../../sflphone-client-gnome/src/menus.c:137 -msgid "About SFLphone" -msgstr "Über SFLphone" - -#: ../../sflphone-client-gnome/src/menus.c:161 -msgid "_Help" -msgstr "_Hilfe" - -#: ../../sflphone-client-gnome/src/menus.c:296 -#: ../../sflphone-client-gnome/src/menus.c:962 -msgid "_New call" -msgstr "_Neuer Anruf" - -#: ../../sflphone-client-gnome/src/menus.c:308 -#: ../../sflphone-client-gnome/src/menus.c:794 -msgid "_Pick up" -msgstr "_Abnehmen" - -#: ../../sflphone-client-gnome/src/menus.c:318 -#: ../../sflphone-client-gnome/src/menus.c:806 -msgid "_Hang up" -msgstr "A_uflegen" - -#: ../../sflphone-client-gnome/src/menus.c:328 -#: ../../sflphone-client-gnome/src/menus.c:818 -msgid "On _Hold" -msgstr "in _Warteschleife" - -#: ../../sflphone-client-gnome/src/menus.c:340 -#: ../../sflphone-client-gnome/src/menus.c:830 -msgid "_Record" -msgstr "_Gespräch aufzeichnen" - -#: ../../sflphone-client-gnome/src/menus.c:354 -msgid "_Account creation wizard" -msgstr "SFLphone _Konto (Konfigurationsassistent)" - -#: ../../sflphone-client-gnome/src/menus.c:384 -msgid "_Call" -msgstr "_Anruf" - -#: ../../sflphone-client-gnome/src/menus.c:552 -#, fuzzy -msgid "Clear _history" -msgstr "Liste der vorherigen Anrufen _leeren" - -#: ../../sflphone-client-gnome/src/menus.c:564 -msgid "_Accounts" -msgstr "_Konten" - -#: ../../sflphone-client-gnome/src/menus.c:579 -msgid "_Edit" -msgstr "_Editieren" - -#: ../../sflphone-client-gnome/src/menus.c:640 -msgid "_Dialpad" -msgstr "_Wählscheibe" - -#: ../../sflphone-client-gnome/src/menus.c:652 -msgid "_Volume controls" -msgstr "Lautstärke Kontrollen" - -#: ../../sflphone-client-gnome/src/menus.c:670 -msgid "_View" -msgstr "_Anzeigen" - -#: ../../sflphone-client-gnome/src/menus.c:890 -msgid "_Call back" -msgstr "_zurückrufen" - -#: ../../sflphone-client-gnome/src/menus.c:1070 -msgid "Edit phone" -msgstr "" - -#: ../../sflphone-client-gnome/src/menus.c:1081 -msgid "Edit the phone number before making a call" -msgstr "" - -#: ../../sflphone-client-gnome/src/sflnotify.c:71 -#: ../../sflphone-client-gnome/src/sflnotify.c:91 -#, c-format -msgid "%s account: %s" -msgstr "%s Konto: %s" - -#: ../../sflphone-client-gnome/src/sflnotify.c:75 -#, c-format -msgid "<i>From:</i> %s" -msgstr "<i>Von:</i> %s" - -#: ../../sflphone-client-gnome/src/sflnotify.c:111 -#, c-format -msgid "Calling with %s account <i>%s</i>" -msgstr "Mit %s Konto <i>%s</i> anrufen" - -#: ../../sflphone-client-gnome/src/sflnotify.c:115 -msgid "Current account" -msgstr "Aktuelles Konto" - -#: ../../sflphone-client-gnome/src/sflnotify.c:130 -msgid "You haven't setup any accounts" -msgstr "Sie haben noch kein Konto eingestellt" - -#: ../../sflphone-client-gnome/src/sflnotify.c:147 -msgid "You have no registered accounts" -msgstr "Sie haben noch kein registriertes Konto" - -#: ../../sflphone-client-gnome/src/sliders.c:161 -msgid "Speakers volume" -msgstr "Lautsprecher Lautstärke" - -#: ../../sflphone-client-gnome/src/sliders.c:163 -msgid "Mic volume" -msgstr "Mikro Lautstärke" - -#: ../../sflphone-client-gnome/src/statusicon.c:91 -msgid "_Show main window" -msgstr "_Hauptfenster anzeigen" - -#: ../../sflphone-client-gnome/src/statusicon.c:124 -#, c-format -msgid "SFLphone - %i accounts configured" -msgstr "SFLphone - %i Konten konfiguriert" - -#: ../../sflphone-client-gnome/src/toolbar.c:50 -#, c-format -msgid "\"Voicemail\" <%s>" -msgstr "\"Voicemail\" <%s>" - -#: ../../sflphone-client-gnome/src/toolbar.c:168 -#: ../../sflphone-client-gnome/src/toolbar.c:170 -msgid "Place a call" -msgstr "Anrufen" - -#: ../../sflphone-client-gnome/src/toolbar.c:177 -#: ../../sflphone-client-gnome/src/toolbar.c:179 -msgid "Pick up" -msgstr "Abnehmen" - -#: ../../sflphone-client-gnome/src/toolbar.c:187 -#: ../../sflphone-client-gnome/src/toolbar.c:189 -msgid "Hang up" -msgstr "Auflegen" - -#: ../../sflphone-client-gnome/src/toolbar.c:197 -#: ../../sflphone-client-gnome/src/toolbar.c:199 -msgid "Off Hold" -msgstr "Aus Warteschleife" - -#: ../../sflphone-client-gnome/src/toolbar.c:208 -#: ../../sflphone-client-gnome/src/toolbar.c:210 -msgid "On Hold" -msgstr "In Warteschleife" - -#: ../../sflphone-client-gnome/src/toolbar.c:221 -#: ../../sflphone-client-gnome/src/toolbar.c:223 -msgid "Transfer" -msgstr "Weiterleiten" - -#: ../../sflphone-client-gnome/src/toolbar.c:233 -#: ../../sflphone-client-gnome/src/toolbar.c:235 -msgid "History" -msgstr "Vorherige Anrufe" - -#: ../../sflphone-client-gnome/src/toolbar.c:244 -#: ../../sflphone-client-gnome/src/toolbar.c:246 -msgid "Address book" -msgstr "" - -#: ../../sflphone-client-gnome/src/toolbar.c:252 -#: ../../sflphone-client-gnome/src/toolbar.c:256 -msgid "Voicemail" -msgstr "Voicemail" - -#: ../../sflphone-client-gnome/src/toolbar.c:264 -msgid "Record a call" -msgstr "Gespräch aufzeichnen" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:113 -msgid "Account settings" -msgstr "Kontoeinstellungen" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:125 -msgid "Account Parameters" -msgstr "Kontoparameter" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:147 -msgid "_Enable this account" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:161 -msgid "_Protocol" -msgstr "_Protokoll" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:179 -msgid "Unknown" -msgstr "unbekannt" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:306 -#: ../../sflphone-client-gnome/src/config/configwindow.c:721 -msgid "General" -msgstr "Allgemein" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:312 -msgid "_Use Evolution address books" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:319 -msgid "Download limit:" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:327 -msgid "cards" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:333 -msgid "_Display contact photo if available" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:341 -msgid "Fields from Evolution's address books" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:345 -msgid "_Business phone" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:351 -msgid "_Home phone" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:357 -msgid "_Mobile phone" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:364 -msgid "Address Books" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:368 -msgid "Select which Evolution address books to use:" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:404 -#: ../../sflphone-client-gnome/src/config/audioconf.c:576 -msgid "Name" -msgstr "Name" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:155 -#, c-format -msgid "audio device index for output = %d" -msgstr "\"Audio device index\" für Ausgabe = %d" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:581 -msgid "Frequency" -msgstr "Frequenz" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:586 -msgid "Bitrate" -msgstr "Bitrate" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:591 -msgid "Bandwidth" -msgstr "Bandbreite" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:662 -msgid "ALSA plugin" -msgstr "ALSA Plugin" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:684 -msgid "Output" -msgstr "Ausgabe" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:706 -msgid "Input" -msgstr "Eingabe" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:741 -msgid "_Voice Activity Detection" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:751 -msgid "_Noise Reduction (Narrow-Band Companding)" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:780 -msgid "Sound Manager" -msgstr "Sound Manager" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:783 -#, fuzzy -msgid "_Pulseaudio" -msgstr "Pulseaudio" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:788 -#, fuzzy -msgid "_ALSA" -msgstr "ALSA" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:795 -msgid "ALSA configuration" -msgstr "ALSA Konfiguration" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:812 -msgid "Codecs" -msgstr "Codecs" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:835 -msgid "Ringtones" -msgstr "Klingeltöne" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:841 -msgid "_Enable ringtones" -msgstr "Klingeltöne _einschalten" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:847 -msgid "Choose a ringtone" -msgstr "Klingelton auswählen" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:853 -msgid "Audio Files" -msgstr "Audio Dateien" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:418 -msgid "Protocol" -msgstr "Protokoll" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:425 -msgid "Status" -msgstr "Status" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:528 -msgid "Stun parameters will apply to each SIP account created." -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:536 -msgid "Enable it if you are behind a firewall" -msgstr "Einschalten falls Sie hinter einer Firewall sind" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:544 -msgid "Format: name.server:port" -msgstr "Format: Name.Server:Port" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:589 -msgid "Desktop Notifications" -msgstr "Desktopbenachrichtigungen" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:593 -msgid "_Enable notifications" -msgstr "Benachrichtigungen _einschalten" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:599 -msgid "Enable voicemail _notifications" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:611 -msgid "System Tray Icon" -msgstr "Benachrichtigungsfeld (\"System Tray\") Icon" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:614 -msgid "_Popup main window on incoming call" -msgstr "Hauptfenster anzeigen wenn eingehendes Gespräch" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:619 -msgid "Ne_ver popup main window" -msgstr "_Hauptfenster nie anzeigen" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:623 -msgid "Hide SFLphone window on _startup" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:629 -msgid "Calls History" -msgstr "Liste der vorherigen Anrufen" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:632 -msgid "_Keep my history for at least" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:643 -msgid " days" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:647 -msgid "PulseAudio sound server" -msgstr "PulseAudio Sound Server" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:650 -msgid "_Mute other applications during a call" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:664 -msgid "SIP Port" -msgstr "SIP Port" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:677 -msgid "Port:" -msgstr "Port:" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:725 -#, fuzzy -msgid "Recordings folder" -msgstr "Tonaufnahmen" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:731 -msgid "Select a folder" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:765 -msgid "Preferences" -msgstr "Einstellungen" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:785 -msgid "General Settings" -msgstr "Allgemeine Einstellungen" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:790 -msgid "Audio Settings" -msgstr "Audio Einstellungen" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:795 -msgid "Recordings" -msgstr "Tonaufnahmen" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:800 -msgid "Address Book" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:805 -msgid "Hooks" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:832 -msgid "Accounts" -msgstr "Konten" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:844 -msgid "Configured Accounts" -msgstr "Konfigurierten Konten" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:130 -msgid "URL Passing" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:135 -msgid "Custom commands on incoming calls with URL," -msgstr "" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:138 -#, c-format -msgid "%s will be replaced with the passed URL." -msgstr "" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:141 -msgid "Trigger on specific _SIP header" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:150 -msgid "Trigger on _IAX2 URL" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:155 -msgid "Command to _run: " -msgstr "" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:165 -msgid "Phone Number Rewriting" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:169 -msgid "_Prefix dialed numbers with:" -msgstr "" - -#: ../../sflphone-client-gnome/src/contacts/searchbar.c:55 -msgid "" -"Search all\n" -"Click here to change the search type" -msgstr "" - -#: ../../sflphone-client-gnome/src/contacts/searchbar.c:67 -msgid "" -"Search by missed call\n" -"Click here to change the search type" -msgstr "" - -#: ../../sflphone-client-gnome/src/contacts/searchbar.c:79 -msgid "" -"Search by incoming call\n" -"Click here to change the search type" -msgstr "" - -#: ../../sflphone-client-gnome/src/contacts/searchbar.c:91 -msgid "" -"Search by outgoing call\n" -"Click here to change the search type" -msgstr "" - -#~ msgid "Accept" -#~ msgstr "Annehmen" - -#~ msgid "Refuse" -#~ msgstr "Ablehnen" - -#~ msgid "Ignore" -#~ msgstr "Ignorieren" - -#~ msgid "<small>Missed call</small>" -#~ msgstr "<small>Anruf verpasst</small>" - -#~ msgid "<small>Duration:</small> %s" -#~ msgstr "<small>Dauer:</small> %s" - -#~ msgid "_History size limit" -#~ msgstr "Max. _Anzahl von vorherigen Anrufen" - -#~ msgid "Search history" -#~ msgstr "In vorherigen Anrufen suchen" - -#~ msgid "Search contact" -#~ msgstr "Adressbuch Suche" - -#~ msgid "Registered to %s (%s)" -#~ msgstr "zu %s (%s) registriert" - -#~ msgid "%s account- %s %s" -#~ msgstr "%s Konto- %s %s" - -#~ msgid "_Enable" -#~ msgstr "_Einschalten" - -#~ msgid "_Notify voice mails" -#~ msgstr "_Benachrichtigung für Voice Nachrichten" - -#~ msgid "_Start hidden" -#~ msgstr "_Unsichtbar beim Start" - -#~ msgid "_Maximum number of calls" -#~ msgstr "_maximale Anzahl von Anrufen" - -#~ msgid "_Control running applications volume" -#~ msgstr "Lautstärke für laufende Anwendungen _einstellen" - -#~ msgid "Account previously setup" -#~ msgstr "Zuvor eingestellte Konten" - -#~ msgid "_SIP protocol" -#~ msgstr "_SIP protokoll" - -#~ msgid "_IAX2 protocol" -#~ msgstr "_IAX2 protokoll" - -#~ msgid "Search" -#~ msgstr "Suchen" - -#~ msgid "_Enabled" -#~ msgstr "_Aktiv" - -#~ msgid "%s account- %s" -#~ msgstr "%s Konto- %s" - -#~ msgid "_Account Assistant" -#~ msgstr "_Konto Setup Assistent" - -#~ msgid "Setup Accounts" -#~ msgstr "Konten einstellen" - -#~ msgid "Search Parameters" -#~ msgstr "Parametersuche" - -#~ msgid "Maximum result number for a request: " -#~ msgstr "Maximale Anzahl der Resultaten per Abfrage: " - -#~ msgid "_STUN Server" -#~ msgstr "_STUN Server" - -#~ msgid "Apply" -#~ msgstr "übernehmen" diff --git a/sflphone-common/po/es.po b/sflphone-common/po/es.po deleted file mode 100644 index d23b86974a3753c8e12c4590a899267c5e329c68..0000000000000000000000000000000000000000 --- a/sflphone-common/po/es.po +++ /dev/null @@ -1,840 +0,0 @@ -# Spanish translation of SFLphone. -# Copyright (C) 2008 2009 The Free Software Foundation, Inc. -# This file is distributed under the GNU General Public License Version 3. -# -# Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>, 2008. -# -# POT-Creation-Date: 2007-01-13 01:39+0100\n -msgid "" -msgstr "" -"Project-Id-Version: SFLphone 0.9.4\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-06-12 18:05-0400\n" -"PO-Revision-Date: 2008-08-11 11:53+0200\n" -"Last-Translator: Carlos Galisteo <cgalisteo AT k-rolus.net>\n" -"Language-Team: SavoirFaireLinux Inc <sflphoneteam@savoirfairelinux.com>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n>1;\n" - -#: ../../sflphone-client-gnome/src/accountlist.c:175 -msgid "Registered" -msgstr "Registrado" - -#: ../../sflphone-client-gnome/src/accountlist.c:178 -msgid "Not Registered" -msgstr "No registrado" - -#: ../../sflphone-client-gnome/src/accountlist.c:181 -msgid "Trying..." -msgstr "Intentando..." - -#: ../../sflphone-client-gnome/src/accountlist.c:184 -#: ../../sflphone-client-gnome/src/sflnotify.c:131 -#: ../../sflphone-client-gnome/src/sflnotify.c:148 -msgid "Error" -msgstr "Error" - -#: ../../sflphone-client-gnome/src/accountlist.c:187 -msgid "Bad authentification" -msgstr "Autenticación erronea" - -#: ../../sflphone-client-gnome/src/accountlist.c:190 -msgid "Network unreachable" -msgstr "Red Inaccesible" - -#: ../../sflphone-client-gnome/src/accountlist.c:193 -msgid "Host unreachable" -msgstr "_Parte del servidor" - -#: ../../sflphone-client-gnome/src/accountlist.c:196 -msgid "Stun configuration error" -msgstr "Error de configuración Stun" - -#: ../../sflphone-client-gnome/src/accountlist.c:199 -msgid "Stun server invalid" -msgstr "Servidor stun inválido" - -#: ../../sflphone-client-gnome/src/accountlist.c:202 -msgid "Invalid" -msgstr "Inválido" - -#: ../../sflphone-client-gnome/src/actions.c:55 -#: ../../sflphone-client-gnome/src/sflnotify.c:94 -#, c-format -msgid "%d voice mails" -msgstr "%d mensajes de voz" - -#: ../../sflphone-client-gnome/src/actions.c:57 -#, c-format -msgid "%d voice mail" -msgstr "%d mensaje de voz" - -#: ../../sflphone-client-gnome/src/actions.c:81 -#, c-format -msgid "Using %s (%s)" -msgstr "" - -#: ../../sflphone-client-gnome/src/actions.c:87 -msgid "No registered account" -msgstr "No tiene ninguna cuenta registrada" - -#: ../../sflphone-client-gnome/src/actions.c:232 -msgid "" -"Unable to connect to the SFLphone server.\n" -"Make sure the daemon is running." -msgstr "" -"Incapaz de conectar con el servidor SFLphone.\n" -" Asegúrese de que el demonio esté funcionando." - -#: ../../sflphone-client-gnome/src/actions.c:807 -#, c-format -msgid "IP call - %s" -msgstr "Llamada IP - %s" - -#: ../../sflphone-client-gnome/src/actions.c:810 -#, c-format -msgid "Using %s (%s) - Codec: %s" -msgstr "" - -#: ../../sflphone-client-gnome/src/actions.c:900 -#, c-format -msgid "" -"<b>Error: No audio codecs found.\n" -"\n" -"</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>.sflphone</" -"b> directory in your home( <i>%s</i> )" -msgstr "" -"<b>Error: Codecs de audio no encontrados.\n" -"\n" -"</b> Los codecs de audio de SFLphone deben estar en <i>%s</i> o en el " -"directorio <b>.sflphone</b> de su home( <i>%s</i> )" - -#: ../../sflphone-client-gnome/src/assistant.c:35 -#, c-format -msgid "" -"This assistant is now finished.\n" -"You can at any time check your registration state or modify your accounts " -"parameters in the Options/Accounts window.\n" -"\n" -"Alias : %s\n" -"Server : %s\n" -"Username : %s\n" -msgstr "" -"Ese asistante ha finalizado.\n" -"Puede comprobar en cualquier momento su estado de registro o modificar la " -"configuración de sus cuentas en la ventana de Opciones/Cuentas.\n" -"\n" -"Alias : %s\n" -"Server : %s\n" -"Username : %s\n" - -#: ../../sflphone-client-gnome/src/assistant.c:159 -msgid "SFLphone account configuration wizard" -msgstr "Asistente de configuración de cuentas de SFLphone" - -#: ../../sflphone-client-gnome/src/assistant.c:185 -msgid "Welcome to SFLphone!" -msgstr "¡Bienvenido a SFLphone!" - -#: ../../sflphone-client-gnome/src/assistant.c:186 -msgid "This installation wizard will help you configure an account." -msgstr "Este asistente de instalación le ayudará a configurar una cuenta." - -#: ../../sflphone-client-gnome/src/assistant.c:200 -msgid "VoIP Protocols" -msgstr "Protocolos VoIP" - -#: ../../sflphone-client-gnome/src/assistant.c:200 -msgid "Select an account type:" -msgstr "Escoja un tipo de cuenta:" - -#: ../../sflphone-client-gnome/src/assistant.c:218 -msgid "Account" -msgstr "Cuenta" - -#: ../../sflphone-client-gnome/src/assistant.c:218 -msgid "Please select one of the following option:" -msgstr "Por favor, elija una de las siguientes opciones:" - -#: ../../sflphone-client-gnome/src/assistant.c:220 -msgid "Create a free SIP/IAX2 account on sflphone.org" -msgstr "Crear una cuenta SIP/IAX2 gratis en sflphone.org" - -#: ../../sflphone-client-gnome/src/assistant.c:222 -msgid "Register an existing SIP or IAX2 account" -msgstr "Registrar una cuenta SIP o IAX2 existente" - -#: ../../sflphone-client-gnome/src/assistant.c:235 -msgid "SIP account configuration" -msgstr "Configuración de cuenta SIP" - -#: ../../sflphone-client-gnome/src/assistant.c:235 -#: ../../sflphone-client-gnome/src/assistant.c:331 -msgid "Please fill the following information:" -msgstr "Por favor, rellene la siguiente información:" - -#: ../../sflphone-client-gnome/src/assistant.c:243 -#: ../../sflphone-client-gnome/src/assistant.c:339 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:153 -msgid "_Alias" -msgstr "_Alias" - -#: ../../sflphone-client-gnome/src/assistant.c:251 -#: ../../sflphone-client-gnome/src/assistant.c:347 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:189 -msgid "_Host name" -msgstr "_Nombre de equipo" - -#: ../../sflphone-client-gnome/src/assistant.c:259 -#: ../../sflphone-client-gnome/src/assistant.c:355 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:197 -msgid "_User name" -msgstr "_Usuario" - -#: ../../sflphone-client-gnome/src/assistant.c:275 -#: ../../sflphone-client-gnome/src/assistant.c:370 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:212 -msgid "_Password" -msgstr "_Contraseña" - -#: ../../sflphone-client-gnome/src/assistant.c:293 -#: ../../sflphone-client-gnome/src/assistant.c:386 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:228 -msgid "_Voicemail number" -msgstr "_Número de buzón de voz" - -#: ../../sflphone-client-gnome/src/assistant.c:308 -msgid "Optional Email Address " -msgstr "Dirección de correo opcional " - -#: ../../sflphone-client-gnome/src/assistant.c:308 -msgid "This email address will be use to send your voicemail messages" -msgstr "Esta dirección de correo se usará para mandar sus mensajes de voz" - -#: ../../sflphone-client-gnome/src/assistant.c:316 -msgid "_Email" -msgstr "_Correo" - -#: ../../sflphone-client-gnome/src/assistant.c:331 -msgid "IAX2 account configuration" -msgstr "Configuración de cuenta IAX2" - -#: ../../sflphone-client-gnome/src/assistant.c:404 -#: ../../sflphone-client-gnome/src/config/configwindow.c:855 -msgid "Network Address Translation" -msgstr "Conversión de Dirección de Red (NAT)" - -#: ../../sflphone-client-gnome/src/assistant.c:404 -msgid "You should probably enable this if you are behind a firewall." -msgstr "Probablemente tiene que activar esto si está detrás de un cortafuegos." - -#: ../../sflphone-client-gnome/src/assistant.c:413 -#: ../../sflphone-client-gnome/src/config/configwindow.c:532 -msgid "E_nable STUN" -msgstr "A_ctivar STUN" - -#: ../../sflphone-client-gnome/src/assistant.c:420 -msgid "_STUN server" -msgstr "_Servidor STUN" - -#: ../../sflphone-client-gnome/src/assistant.c:434 -msgid "Account Registration" -msgstr "Registro de cuenta" - -#: ../../sflphone-client-gnome/src/assistant.c:434 -msgid "Congratulations!" -msgstr "¡Enhorabuena!" - -#: ../../sflphone-client-gnome/src/errors.c:29 -msgid "" -"ALSA notification\n" -"\n" -"Error while opening playback device" -msgstr "" -"<b>Notificación ALSA</b>\n" -"\n" -"Error al abrir el dispositivo de reproducción" - -#: ../../sflphone-client-gnome/src/errors.c:32 -msgid "" -"ALSA notification\n" -"\n" -"Error while opening capture device" -msgstr "" -"<b>Notificación ALSA</b>\n" -"\n" -"Error al abrir el dispositivo de captura" - -#: ../../sflphone-client-gnome/src/errors.c:35 -msgid "" -"Pulseaudio notification\n" -"\n" -"Pulseaudio is not running" -msgstr "" -"<b>Notificación de Pulseaudio</b>\n" -"\n" -"Pulseaudio no está funcionando" - -#: ../../sflphone-client-gnome/src/mainwindow.c:70 -msgid "There is one call in progress." -msgstr "No hay llamada en curso" - -#: ../../sflphone-client-gnome/src/mainwindow.c:74 -msgid "There are calls in progress." -msgstr "Hay llamadas en curso." - -#: ../../sflphone-client-gnome/src/mainwindow.c:83 -msgid "Do you still want to quit?" -msgstr "Sin embargo quiere parar ?" - -#: ../../sflphone-client-gnome/src/mainwindow.c:296 -msgid "SFLphone Error" -msgstr "SFLphone Error" - -#: ../../sflphone-client-gnome/src/menus.c:134 -msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols." -msgstr "" -"SFLphone es un telefono por Internet compatible con los protocolos SIP y IAX2" - -#: ../../sflphone-client-gnome/src/menus.c:137 -msgid "About SFLphone" -msgstr "Sobre SFLphone" - -#: ../../sflphone-client-gnome/src/menus.c:161 -msgid "_Help" -msgstr "_Ayuda" - -#: ../../sflphone-client-gnome/src/menus.c:296 -#: ../../sflphone-client-gnome/src/menus.c:962 -msgid "_New call" -msgstr "_Nueva llamada" - -#: ../../sflphone-client-gnome/src/menus.c:308 -#: ../../sflphone-client-gnome/src/menus.c:794 -msgid "_Pick up" -msgstr "_Descolgar" - -#: ../../sflphone-client-gnome/src/menus.c:318 -#: ../../sflphone-client-gnome/src/menus.c:806 -msgid "_Hang up" -msgstr "_Colgar" - -#: ../../sflphone-client-gnome/src/menus.c:328 -#: ../../sflphone-client-gnome/src/menus.c:818 -msgid "On _Hold" -msgstr "En _Espera" - -#: ../../sflphone-client-gnome/src/menus.c:340 -#: ../../sflphone-client-gnome/src/menus.c:830 -msgid "_Record" -msgstr "_Recordar" - -#: ../../sflphone-client-gnome/src/menus.c:354 -msgid "_Account creation wizard" -msgstr "Asistente de configuración de cuentas" - -#: ../../sflphone-client-gnome/src/menus.c:384 -msgid "_Call" -msgstr "_Llamar" - -#: ../../sflphone-client-gnome/src/menus.c:552 -#, fuzzy -msgid "Clear _history" -msgstr "_Limpiar historial" - -#: ../../sflphone-client-gnome/src/menus.c:564 -msgid "_Accounts" -msgstr "_Cuentas" - -#: ../../sflphone-client-gnome/src/menus.c:579 -msgid "_Edit" -msgstr "_Editar" - -#: ../../sflphone-client-gnome/src/menus.c:640 -msgid "_Dialpad" -msgstr "_Teclado numérico" - -#: ../../sflphone-client-gnome/src/menus.c:652 -msgid "_Volume controls" -msgstr "_Controles de volumen" - -#: ../../sflphone-client-gnome/src/menus.c:670 -msgid "_View" -msgstr "_Ver" - -#: ../../sflphone-client-gnome/src/menus.c:890 -msgid "_Call back" -msgstr "_Llamar" - -#: ../../sflphone-client-gnome/src/menus.c:1070 -msgid "Edit phone" -msgstr "Editar teléfono" - -#: ../../sflphone-client-gnome/src/menus.c:1081 -msgid "Edit the phone number before making a call" -msgstr "Editar el número de teléfono antes de llamar" - -#: ../../sflphone-client-gnome/src/sflnotify.c:71 -#: ../../sflphone-client-gnome/src/sflnotify.c:91 -#, c-format -msgid "%s account: %s" -msgstr "%s cuenta: %s" - -#: ../../sflphone-client-gnome/src/sflnotify.c:75 -#, c-format -msgid "<i>From:</i> %s" -msgstr "<i>De:</i> %s" - -#: ../../sflphone-client-gnome/src/sflnotify.c:111 -#, c-format -msgid "Calling with %s account <i>%s</i>" -msgstr "Llamando con la cuenta %s <i>%s</i>" - -#: ../../sflphone-client-gnome/src/sflnotify.c:115 -msgid "Current account" -msgstr "Cuenta actual" - -#: ../../sflphone-client-gnome/src/sflnotify.c:130 -msgid "You haven't setup any accounts" -msgstr "No ha configurado cuentas" - -#: ../../sflphone-client-gnome/src/sflnotify.c:147 -msgid "You have no registered accounts" -msgstr "No tiene ninguna cuenta registrada" - -#: ../../sflphone-client-gnome/src/sliders.c:161 -msgid "Speakers volume" -msgstr "Volumen de altavoces" - -#: ../../sflphone-client-gnome/src/sliders.c:163 -msgid "Mic volume" -msgstr "Volumen del micrófono" - -#: ../../sflphone-client-gnome/src/statusicon.c:91 -msgid "_Show main window" -msgstr "Mostrar ventana principal" - -#: ../../sflphone-client-gnome/src/statusicon.c:124 -#, c-format -msgid "SFLphone - %i accounts configured" -msgstr "SFLphone - %i cuentas configuradas" - -#: ../../sflphone-client-gnome/src/toolbar.c:50 -#, c-format -msgid "\"Voicemail\" <%s>" -msgstr "\"Mensaje\" <%s>" - -#: ../../sflphone-client-gnome/src/toolbar.c:168 -#: ../../sflphone-client-gnome/src/toolbar.c:170 -msgid "Place a call" -msgstr "Llamar" - -#: ../../sflphone-client-gnome/src/toolbar.c:177 -#: ../../sflphone-client-gnome/src/toolbar.c:179 -msgid "Pick up" -msgstr "Descolgar" - -#: ../../sflphone-client-gnome/src/toolbar.c:187 -#: ../../sflphone-client-gnome/src/toolbar.c:189 -msgid "Hang up" -msgstr "Colgar" - -#: ../../sflphone-client-gnome/src/toolbar.c:197 -#: ../../sflphone-client-gnome/src/toolbar.c:199 -msgid "Off Hold" -msgstr "Seguir" - -#: ../../sflphone-client-gnome/src/toolbar.c:208 -#: ../../sflphone-client-gnome/src/toolbar.c:210 -msgid "On Hold" -msgstr "Retener" - -#: ../../sflphone-client-gnome/src/toolbar.c:221 -#: ../../sflphone-client-gnome/src/toolbar.c:223 -msgid "Transfer" -msgstr "Transferir" - -#: ../../sflphone-client-gnome/src/toolbar.c:233 -#: ../../sflphone-client-gnome/src/toolbar.c:235 -msgid "History" -msgstr "Historia de Llamada" - -#: ../../sflphone-client-gnome/src/toolbar.c:244 -#: ../../sflphone-client-gnome/src/toolbar.c:246 -msgid "Address book" -msgstr "Libreta de contactos" - -#: ../../sflphone-client-gnome/src/toolbar.c:252 -#: ../../sflphone-client-gnome/src/toolbar.c:256 -msgid "Voicemail" -msgstr "Mensaje de voz" - -#: ../../sflphone-client-gnome/src/toolbar.c:264 -msgid "Record a call" -msgstr "Grabar una llamada" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:113 -msgid "Account settings" -msgstr "Configuración de cuentas" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:125 -msgid "Account Parameters" -msgstr "Parámetros de cuenta" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:147 -msgid "_Enable this account" -msgstr "_Habilitar esta cuenta" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:161 -msgid "_Protocol" -msgstr "_Protocolo" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:179 -msgid "Unknown" -msgstr "Desconocido" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:306 -#: ../../sflphone-client-gnome/src/config/configwindow.c:721 -msgid "General" -msgstr "General" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:312 -msgid "_Use Evolution address books" -msgstr "_Usar libreta de contactos de Evolution" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:319 -msgid "Download limit:" -msgstr "LÃmite de descarga" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:327 -msgid "cards" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:333 -msgid "_Display contact photo if available" -msgstr "_Mostrar fotos de contactos, si está disponible" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:341 -#, fuzzy -msgid "Fields from Evolution's address books" -msgstr "Usar los siguientes campos de la libreta de direcciones de Evolution:" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:345 -msgid "_Business phone" -msgstr "_Numero de teléfono profesional" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:351 -msgid "_Home phone" -msgstr "_Numero de teléfono personal" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:357 -msgid "_Mobile phone" -msgstr "_Número de movil" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:364 -msgid "Address Books" -msgstr "Libreta de direcciones" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:368 -msgid "Select which Evolution address books to use:" -msgstr "Seleccione las libretas de direcciones de Evolution a usar:" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:404 -#: ../../sflphone-client-gnome/src/config/audioconf.c:576 -msgid "Name" -msgstr "Nombre" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:155 -#, c-format -msgid "audio device index for output = %d" -msgstr "Ãndice del dispositivo de salida de audio = %d" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:581 -msgid "Frequency" -msgstr "Frecuencia" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:586 -msgid "Bitrate" -msgstr "Tasa de transferencia" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:591 -msgid "Bandwidth" -msgstr "Ancho de banda" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:662 -msgid "ALSA plugin" -msgstr "Plugin ALSA" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:684 -msgid "Output" -msgstr "Salida" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:706 -msgid "Input" -msgstr "Entrada" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:741 -msgid "_Voice Activity Detection" -msgstr "_Detección de actividad de voz" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:751 -msgid "_Noise Reduction (Narrow-Band Companding)" -msgstr "_Reducción de ruido" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:780 -msgid "Sound Manager" -msgstr "Gestor de audio" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:783 -#, fuzzy -msgid "_Pulseaudio" -msgstr "Pulseaudio" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:788 -#, fuzzy -msgid "_ALSA" -msgstr "ALSA" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:795 -msgid "ALSA configuration" -msgstr "Configuración de ALSA" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:812 -msgid "Codecs" -msgstr "Códecs" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:835 -msgid "Ringtones" -msgstr "Tonos de llamada" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:841 -msgid "_Enable ringtones" -msgstr "_Habilitar tonos de llamada" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:847 -msgid "Choose a ringtone" -msgstr "Elija un tono de llmada" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:853 -msgid "Audio Files" -msgstr "Archivos de Audio" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:418 -msgid "Protocol" -msgstr "Protocolo" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:425 -msgid "Status" -msgstr "Estado" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:528 -msgid "Stun parameters will apply to each SIP account created." -msgstr "Parámetros de stun se aplicarán a cada cuenta SIP creada." - -#: ../../sflphone-client-gnome/src/config/configwindow.c:536 -msgid "Enable it if you are behind a firewall" -msgstr "ActÃvelo si está detrás de un cortafuegos" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:544 -msgid "Format: name.server:port" -msgstr "Formato: nombre.servidor:puerto" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:589 -msgid "Desktop Notifications" -msgstr "Notificación de escritorio" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:593 -msgid "_Enable notifications" -msgstr "_Habilitar notificaciones" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:599 -msgid "Enable voicemail _notifications" -msgstr "Habilitar _notificaciones de mensajes de voz" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:611 -msgid "System Tray Icon" -msgstr "Icono de bandeja del sistema" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:614 -msgid "_Popup main window on incoming call" -msgstr "_Popup ventana principal al recibir llamadas" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:619 -msgid "Ne_ver popup main window" -msgstr "_Nunca mostrar ventana principal" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:623 -msgid "Hide SFLphone window on _startup" -msgstr "Esconder SFLphone en el arranque" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:629 -msgid "Calls History" -msgstr "Historial de llamadas" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:632 -msgid "_Keep my history for at least" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:643 -msgid " days" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:647 -msgid "PulseAudio sound server" -msgstr "Servidor de sonido Pulseaudio" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:650 -#, fuzzy -msgid "_Mute other applications during a call" -msgstr "Silenciar el resto de aplicaciones durante una llamada" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:664 -msgid "SIP Port" -msgstr "Puerto SIP" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:677 -msgid "Port:" -msgstr "Puerto:" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:725 -#, fuzzy -msgid "Recordings folder" -msgstr "Directorio de Grabaciones" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:731 -msgid "Select a folder" -msgstr "Seleccione un directorio" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:765 -msgid "Preferences" -msgstr "Preferencias" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:785 -msgid "General Settings" -msgstr "Configuración general" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:790 -msgid "Audio Settings" -msgstr "Configuración de audio" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:795 -msgid "Recordings" -msgstr "Grabaciones" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:800 -msgid "Address Book" -msgstr "Libreta de direcciones" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:805 -msgid "Hooks" -msgstr "Disparadores" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:832 -msgid "Accounts" -msgstr "Cuentas" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:844 -msgid "Configured Accounts" -msgstr "Cuentas Configuradas" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:130 -msgid "URL Passing" -msgstr "Paso de URL" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:135 -msgid "Custom commands on incoming calls with URL," -msgstr "" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:138 -#, c-format -msgid "%s will be replaced with the passed URL." -msgstr "" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:141 -msgid "Trigger on specific _SIP header" -msgstr "Evento desencadenado con una cabecera _SIP especÃfica" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:150 -msgid "Trigger on _IAX2 URL" -msgstr "Evento desencadenado con una URL _IAX2" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:155 -#, fuzzy -msgid "Command to _run: " -msgstr "_Orden a ejecutar: " - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:165 -msgid "Phone Number Rewriting" -msgstr "Reescritura de número de teléfono" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:169 -msgid "_Prefix dialed numbers with:" -msgstr "_prefijar los números marcados con:" - -#: ../../sflphone-client-gnome/src/contacts/searchbar.c:55 -msgid "" -"Search all\n" -"Click here to change the search type" -msgstr "" - -#: ../../sflphone-client-gnome/src/contacts/searchbar.c:67 -msgid "" -"Search by missed call\n" -"Click here to change the search type" -msgstr "" - -#: ../../sflphone-client-gnome/src/contacts/searchbar.c:79 -msgid "" -"Search by incoming call\n" -"Click here to change the search type" -msgstr "" - -#: ../../sflphone-client-gnome/src/contacts/searchbar.c:91 -msgid "" -"Search by outgoing call\n" -"Click here to change the search type" -msgstr "" - -#~ msgid "Accept" -#~ msgstr "Aceptar" - -#~ msgid "Refuse" -#~ msgstr "Rechazar" - -#~ msgid "Ignore" -#~ msgstr "Ignorar" - -#~ msgid "<small>Missed call</small>" -#~ msgstr "<small>Llamada fallida</small>" - -#~ msgid "<small>Duration:</small> %s" -#~ msgstr "<small>Duración:</small> %s" - -#~ msgid "Fields" -#~ msgstr "Campos" - -#~ msgid "_History size limit" -#~ msgstr "LÃmite de tamaño de _historial" - -#~ msgid "" -#~ "SFLphone can run custom commands if incoming calls come with an URL " -#~ "attached.\n" -#~ "In this case, %s will be replaced with the passed URL." -#~ msgstr "" -#~ "SFLphone puede ejecutar órdenes personalizadas si las llamadas entrantes " -#~ "incluyen una URL.\n" -#~ "En este caso, %s se remplazará por la URL." - -#~ msgid "Search history" -#~ msgstr "Historial de búsquedas" - -#~ msgid "Search contact" -#~ msgstr "_Buscar contacto" - -#~ msgid "Registered to %s (%s)" -#~ msgstr "Registrado en %s (%s)" - -#~ msgid "%s account- %s %s" -#~ msgstr "%s cuenta- %s %s" diff --git a/sflphone-common/po/fr.po b/sflphone-common/po/fr.po deleted file mode 100644 index 00f01e79b6dfb7900d21bc86dda72d4b25baac44..0000000000000000000000000000000000000000 --- a/sflphone-common/po/fr.po +++ /dev/null @@ -1,874 +0,0 @@ -# French translation of SFLphone. -# Copyright (C) 2008 2009 The Free Software Foundation, Inc. -# This file is distributed under the GNU General Public License Version 3. -# -# Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>, 2008. -# -# POT-Creation-Date: 2008-01-13 01:39+0100\n -msgid "" -msgstr "" -"Project-Id-Version: SFLphone 0.9.4\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-06-12 18:05-0400\n" -"PO-Revision-Date: 2008-03-31 14:15\n" -"Last-Translator: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>\n" -"Language-Team: SavoirFaireLinux Inc <sflphoneteam@savoirfairelinux.com>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n>1;\n" - -#: ../../sflphone-client-gnome/src/accountlist.c:175 -msgid "Registered" -msgstr "Enregistré" - -#: ../../sflphone-client-gnome/src/accountlist.c:178 -msgid "Not Registered" -msgstr "Non Enregistré" - -#: ../../sflphone-client-gnome/src/accountlist.c:181 -msgid "Trying..." -msgstr "En cours..." - -#: ../../sflphone-client-gnome/src/accountlist.c:184 -#: ../../sflphone-client-gnome/src/sflnotify.c:131 -#: ../../sflphone-client-gnome/src/sflnotify.c:148 -msgid "Error" -msgstr "Erreur" - -#: ../../sflphone-client-gnome/src/accountlist.c:187 -msgid "Bad authentification" -msgstr "Erreur d'authentification" - -#: ../../sflphone-client-gnome/src/accountlist.c:190 -msgid "Network unreachable" -msgstr "Réseau non trouvé" - -#: ../../sflphone-client-gnome/src/accountlist.c:193 -msgid "Host unreachable" -msgstr "Serveur introuvable" - -#: ../../sflphone-client-gnome/src/accountlist.c:196 -msgid "Stun configuration error" -msgstr "Erreur de configuration Stun" - -#: ../../sflphone-client-gnome/src/accountlist.c:199 -msgid "Stun server invalid" -msgstr "Serveur Stun invalide" - -#: ../../sflphone-client-gnome/src/accountlist.c:202 -msgid "Invalid" -msgstr "Non valide" - -#: ../../sflphone-client-gnome/src/actions.c:55 -#: ../../sflphone-client-gnome/src/sflnotify.c:94 -#, c-format -msgid "%d voice mails" -msgstr "%d messages vocaux" - -#: ../../sflphone-client-gnome/src/actions.c:57 -#, c-format -msgid "%d voice mail" -msgstr "%d message vocal" - -#: ../../sflphone-client-gnome/src/actions.c:81 -#, c-format -msgid "Using %s (%s)" -msgstr "Utilise %s (%s)" - -#: ../../sflphone-client-gnome/src/actions.c:87 -msgid "No registered account" -msgstr "Aucun compte enregistré" - -#: ../../sflphone-client-gnome/src/actions.c:232 -msgid "" -"Unable to connect to the SFLphone server.\n" -"Make sure the daemon is running." -msgstr "" -"Impossible de se connecter au serveur SFLphone.\n" -" Assurez-vous que le démon est lancé." - -#: ../../sflphone-client-gnome/src/actions.c:807 -#, c-format -msgid "IP call - %s" -msgstr "Appel IP - %s" - -#: ../../sflphone-client-gnome/src/actions.c:810 -#, c-format -msgid "Using %s (%s) - Codec: %s" -msgstr "Utilise %s (%s) - Codec: %s" - -#: ../../sflphone-client-gnome/src/actions.c:900 -#, c-format -msgid "" -"<b>Error: No audio codecs found.\n" -"\n" -"</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>.sflphone</" -"b> directory in your home( <i>%s</i> )" -msgstr "" -"<b>Erreur: Aucun codec audio trouvé.\n" -"\n" -"</b> Les codecs audio SFL doivent être soit dans <i>%s</i> soit dans le " -"répertoire <b>.sflphone</b> de votre répertoire racine( <i>%s</i> )" - -#: ../../sflphone-client-gnome/src/assistant.c:35 -#, c-format -msgid "" -"This assistant is now finished.\n" -"You can at any time check your registration state or modify your accounts " -"parameters in the Options/Accounts window.\n" -"\n" -"Alias : %s\n" -"Server : %s\n" -"Username : %s\n" -msgstr "" -"Cet assistant est maintenant terminé.\n" -" Vous pouvez à tout moment vérifier votre état d'enregistrement ou modifier " -"les paramètres de vos comptes dans la fenêtre Options/Comptes.\n" -"\n" -"Alias : %s\n" -"Serveur : %s\n" -"Nom d'usager : %s\n" - -#: ../../sflphone-client-gnome/src/assistant.c:159 -msgid "SFLphone account configuration wizard" -msgstr "Assistant de configuration de compte" - -#: ../../sflphone-client-gnome/src/assistant.c:185 -msgid "Welcome to SFLphone!" -msgstr "Bienvenue dans SFLphone" - -#: ../../sflphone-client-gnome/src/assistant.c:186 -msgid "This installation wizard will help you configure an account." -msgstr "Cet assistant va vous guider dans la configuration d'un compte. " - -#: ../../sflphone-client-gnome/src/assistant.c:200 -msgid "VoIP Protocols" -msgstr "Protocoles VoIP" - -#: ../../sflphone-client-gnome/src/assistant.c:200 -msgid "Select an account type:" -msgstr "Choisissez un type de compte:" - -#: ../../sflphone-client-gnome/src/assistant.c:218 -msgid "Account" -msgstr "Compte" - -#: ../../sflphone-client-gnome/src/assistant.c:218 -msgid "Please select one of the following option:" -msgstr "Veuillez remplir les champs suivants:" - -#: ../../sflphone-client-gnome/src/assistant.c:220 -msgid "Create a free SIP/IAX2 account on sflphone.org" -msgstr "Créer un compte SIP/IAX2 gratuit sur sflphone.org" - -#: ../../sflphone-client-gnome/src/assistant.c:222 -msgid "Register an existing SIP or IAX2 account" -msgstr "Enregistrer un compte SIP ou IAX2 existant" - -#: ../../sflphone-client-gnome/src/assistant.c:235 -msgid "SIP account configuration" -msgstr "Configuration d'un compte SIP" - -#: ../../sflphone-client-gnome/src/assistant.c:235 -#: ../../sflphone-client-gnome/src/assistant.c:331 -msgid "Please fill the following information:" -msgstr "Veuillez remplir les champs suivants:" - -#: ../../sflphone-client-gnome/src/assistant.c:243 -#: ../../sflphone-client-gnome/src/assistant.c:339 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:153 -msgid "_Alias" -msgstr "A_lias" - -#: ../../sflphone-client-gnome/src/assistant.c:251 -#: ../../sflphone-client-gnome/src/assistant.c:347 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:189 -msgid "_Host name" -msgstr "_Serveur" - -#: ../../sflphone-client-gnome/src/assistant.c:259 -#: ../../sflphone-client-gnome/src/assistant.c:355 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:197 -msgid "_User name" -msgstr "Usa_ger" - -#: ../../sflphone-client-gnome/src/assistant.c:275 -#: ../../sflphone-client-gnome/src/assistant.c:370 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:212 -msgid "_Password" -msgstr "_Mot de passe" - -#: ../../sflphone-client-gnome/src/assistant.c:293 -#: ../../sflphone-client-gnome/src/assistant.c:386 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:228 -msgid "_Voicemail number" -msgstr "_Boite vocale #" - -#: ../../sflphone-client-gnome/src/assistant.c:308 -msgid "Optional Email Address " -msgstr "Courriel optionnel" - -#: ../../sflphone-client-gnome/src/assistant.c:308 -msgid "This email address will be use to send your voicemail messages" -msgstr "Vos messages vocaux seront envoyés par courriel à cette adresse " - -#: ../../sflphone-client-gnome/src/assistant.c:316 -msgid "_Email" -msgstr "_Email" - -#: ../../sflphone-client-gnome/src/assistant.c:331 -msgid "IAX2 account configuration" -msgstr "Configuration d'un compte IAX2" - -#: ../../sflphone-client-gnome/src/assistant.c:404 -#: ../../sflphone-client-gnome/src/config/configwindow.c:855 -msgid "Network Address Translation" -msgstr "Traduction d'adresse réseau (NAT)" - -#: ../../sflphone-client-gnome/src/assistant.c:404 -msgid "You should probably enable this if you are behind a firewall." -msgstr "" -"Vous devriez probablement activer cette option si vous vous trouvez derrière " -"un pare-feu." - -#: ../../sflphone-client-gnome/src/assistant.c:413 -#: ../../sflphone-client-gnome/src/config/configwindow.c:532 -msgid "E_nable STUN" -msgstr "A_ctiver STUN" - -#: ../../sflphone-client-gnome/src/assistant.c:420 -msgid "_STUN server" -msgstr "S_erveur STUN" - -#: ../../sflphone-client-gnome/src/assistant.c:434 -msgid "Account Registration" -msgstr "Enregistrement du compte" - -#: ../../sflphone-client-gnome/src/assistant.c:434 -msgid "Congratulations!" -msgstr "Félicitations!" - -#: ../../sflphone-client-gnome/src/errors.c:29 -msgid "" -"ALSA notification\n" -"\n" -"Error while opening playback device" -msgstr "" -"Notification ALSA\n" -"\n" -"Erreur lors de l'ouverture du périphérique de sortie" - -#: ../../sflphone-client-gnome/src/errors.c:32 -msgid "" -"ALSA notification\n" -"\n" -"Error while opening capture device" -msgstr "" -"Notification ALSA\n" -"\n" -"Erreur lors de l'ouverture du périphérique d'entrée" - -#: ../../sflphone-client-gnome/src/errors.c:35 -msgid "" -"Pulseaudio notification\n" -"\n" -"Pulseaudio is not running" -msgstr "" -"Notification Pulseaudio\n" -"\n" -"Pulseaudio n'est pas lancé" - -#: ../../sflphone-client-gnome/src/mainwindow.c:70 -msgid "There is one call in progress." -msgstr "Vous avez un appel en cours." - -#: ../../sflphone-client-gnome/src/mainwindow.c:74 -msgid "There are calls in progress." -msgstr "Vous avez des appels en cours." - -#: ../../sflphone-client-gnome/src/mainwindow.c:83 -msgid "Do you still want to quit?" -msgstr "Voulez-vous quitter?" - -#: ../../sflphone-client-gnome/src/mainwindow.c:296 -msgid "SFLphone Error" -msgstr "Erreur SFLphone" - -#: ../../sflphone-client-gnome/src/menus.c:134 -msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols." -msgstr "" -"SFLphone est un client VoIP compatible avec les protocoles SIP et IAX2." - -#: ../../sflphone-client-gnome/src/menus.c:137 -msgid "About SFLphone" -msgstr "A propos de SFLphone" - -#: ../../sflphone-client-gnome/src/menus.c:161 -msgid "_Help" -msgstr "A_ide" - -#: ../../sflphone-client-gnome/src/menus.c:296 -#: ../../sflphone-client-gnome/src/menus.c:962 -msgid "_New call" -msgstr "_Nouvel appel" - -#: ../../sflphone-client-gnome/src/menus.c:308 -#: ../../sflphone-client-gnome/src/menus.c:794 -msgid "_Pick up" -msgstr "_Décrocher" - -#: ../../sflphone-client-gnome/src/menus.c:318 -#: ../../sflphone-client-gnome/src/menus.c:806 -msgid "_Hang up" -msgstr "_Raccrocher" - -#: ../../sflphone-client-gnome/src/menus.c:328 -#: ../../sflphone-client-gnome/src/menus.c:818 -msgid "On _Hold" -msgstr "_Mettre en attente" - -#: ../../sflphone-client-gnome/src/menus.c:340 -#: ../../sflphone-client-gnome/src/menus.c:830 -msgid "_Record" -msgstr "Enregistrer" - -#: ../../sflphone-client-gnome/src/menus.c:354 -msgid "_Account creation wizard" -msgstr "_Assistant de création de compte" - -#: ../../sflphone-client-gnome/src/menus.c:384 -msgid "_Call" -msgstr "_Actions" - -#: ../../sflphone-client-gnome/src/menus.c:552 -msgid "Clear _history" -msgstr "Effacer l'_historique" - -#: ../../sflphone-client-gnome/src/menus.c:564 -msgid "_Accounts" -msgstr "Co_mptes" - -#: ../../sflphone-client-gnome/src/menus.c:579 -msgid "_Edit" -msgstr "_Editer" - -#: ../../sflphone-client-gnome/src/menus.c:640 -msgid "_Dialpad" -msgstr "_Clavier" - -#: ../../sflphone-client-gnome/src/menus.c:652 -msgid "_Volume controls" -msgstr "Contrôle du _volume" - -#: ../../sflphone-client-gnome/src/menus.c:670 -msgid "_View" -msgstr "A_ffichage" - -#: ../../sflphone-client-gnome/src/menus.c:890 -msgid "_Call back" -msgstr "_Rappeler" - -#: ../../sflphone-client-gnome/src/menus.c:1070 -msgid "Edit phone" -msgstr "Éditer numéro" - -#: ../../sflphone-client-gnome/src/menus.c:1081 -msgid "Edit the phone number before making a call" -msgstr "Éditer le numéro de téléphone avant d'appeler" - -#: ../../sflphone-client-gnome/src/sflnotify.c:71 -#: ../../sflphone-client-gnome/src/sflnotify.c:91 -#, c-format -msgid "%s account: %s" -msgstr "Compte %s: %s" - -#: ../../sflphone-client-gnome/src/sflnotify.c:75 -#, c-format -msgid "<i>From:</i> %s" -msgstr "<i>De:</i> %s" - -#: ../../sflphone-client-gnome/src/sflnotify.c:111 -#, c-format -msgid "Calling with %s account <i>%s</i>" -msgstr "Appel avec le compte %s <i>%s</i>" - -#: ../../sflphone-client-gnome/src/sflnotify.c:115 -msgid "Current account" -msgstr "Compte courant" - -#: ../../sflphone-client-gnome/src/sflnotify.c:130 -msgid "You haven't setup any accounts" -msgstr "Vous n'avez aucun compte configuré" - -#: ../../sflphone-client-gnome/src/sflnotify.c:147 -msgid "You have no registered accounts" -msgstr "Vous n'avez aucun compte enregistré" - -#: ../../sflphone-client-gnome/src/sliders.c:161 -msgid "Speakers volume" -msgstr "Volume des hauts-parleurs" - -#: ../../sflphone-client-gnome/src/sliders.c:163 -msgid "Mic volume" -msgstr "Volume du micro" - -#: ../../sflphone-client-gnome/src/statusicon.c:91 -msgid "_Show main window" -msgstr "_Afficher la fenêtre principale" - -#: ../../sflphone-client-gnome/src/statusicon.c:124 -#, c-format -msgid "SFLphone - %i accounts configured" -msgstr "SFLphone - %i comptes configurés" - -#: ../../sflphone-client-gnome/src/toolbar.c:50 -#, c-format -msgid "\"Voicemail\" <%s>" -msgstr "\"Boite vocale\" <%s>" - -#: ../../sflphone-client-gnome/src/toolbar.c:168 -#: ../../sflphone-client-gnome/src/toolbar.c:170 -msgid "Place a call" -msgstr "Appeler" - -#: ../../sflphone-client-gnome/src/toolbar.c:177 -#: ../../sflphone-client-gnome/src/toolbar.c:179 -msgid "Pick up" -msgstr "Décrocher" - -#: ../../sflphone-client-gnome/src/toolbar.c:187 -#: ../../sflphone-client-gnome/src/toolbar.c:189 -msgid "Hang up" -msgstr "Raccrocher" - -#: ../../sflphone-client-gnome/src/toolbar.c:197 -#: ../../sflphone-client-gnome/src/toolbar.c:199 -msgid "Off Hold" -msgstr "Reprendre" - -#: ../../sflphone-client-gnome/src/toolbar.c:208 -#: ../../sflphone-client-gnome/src/toolbar.c:210 -msgid "On Hold" -msgstr "Mettre en attente" - -#: ../../sflphone-client-gnome/src/toolbar.c:221 -#: ../../sflphone-client-gnome/src/toolbar.c:223 -msgid "Transfer" -msgstr "Transférer" - -#: ../../sflphone-client-gnome/src/toolbar.c:233 -#: ../../sflphone-client-gnome/src/toolbar.c:235 -msgid "History" -msgstr "Historique" - -#: ../../sflphone-client-gnome/src/toolbar.c:244 -#: ../../sflphone-client-gnome/src/toolbar.c:246 -msgid "Address book" -msgstr "Carnet d'adresse" - -#: ../../sflphone-client-gnome/src/toolbar.c:252 -#: ../../sflphone-client-gnome/src/toolbar.c:256 -msgid "Voicemail" -msgstr "Boite vocale" - -#: ../../sflphone-client-gnome/src/toolbar.c:264 -msgid "Record a call" -msgstr "_Enregistrer un appel" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:113 -msgid "Account settings" -msgstr "Configuration des comptes" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:125 -msgid "Account Parameters" -msgstr "Paramètres du Compte" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:147 -msgid "_Enable this account" -msgstr "Activer ce compte" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:161 -msgid "_Protocol" -msgstr "P_rotocole" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:179 -msgid "Unknown" -msgstr "Inconnu" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:306 -#: ../../sflphone-client-gnome/src/config/configwindow.c:721 -msgid "General" -msgstr "Général" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:312 -msgid "_Use Evolution address books" -msgstr "_Utiliser les carnets d'adresse d'Évolution" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:319 -msgid "Download limit:" -msgstr "Limite de _téléchargement:" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:327 -msgid "cards" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:333 -msgid "_Display contact photo if available" -msgstr "_Afficher la photo si disponible" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:341 -msgid "Fields from Evolution's address books" -msgstr "Utiliser les champs suivants des carnets d'adresse d'Évolution" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:345 -msgid "_Business phone" -msgstr "Tél du _bureau" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:351 -msgid "_Home phone" -msgstr "Tél du _domicile" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:357 -msgid "_Mobile phone" -msgstr "Tél _portable" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:364 -msgid "Address Books" -msgstr "Carnets d'adresse" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:368 -msgid "Select which Evolution address books to use:" -msgstr "Sélectionner quels carnets d'adresse d'Évolution utiliser:" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:404 -#: ../../sflphone-client-gnome/src/config/audioconf.c:576 -msgid "Name" -msgstr "Nom" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:155 -#, c-format -msgid "audio device index for output = %d" -msgstr "index du device audio de sortie = %d" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:581 -msgid "Frequency" -msgstr "Fréquence" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:586 -msgid "Bitrate" -msgstr "Bitrate" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:591 -msgid "Bandwidth" -msgstr "Bande passante" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:662 -msgid "ALSA plugin" -msgstr "Greffon ALSA" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:684 -msgid "Output" -msgstr "Sortie" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:706 -msgid "Input" -msgstr "Entrée" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:741 -msgid "_Voice Activity Detection" -msgstr "Détection de l'activité de la voix" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:751 -msgid "_Noise Reduction (Narrow-Band Companding)" -msgstr "Réduction du bruit (Compresseur extenseur LBR)" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:780 -msgid "Sound Manager" -msgstr "Interface Audio" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:783 -msgid "_Pulseaudio" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:788 -msgid "_ALSA" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:795 -msgid "ALSA configuration" -msgstr "Configuration ALSA" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:812 -msgid "Codecs" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:835 -msgid "Ringtones" -msgstr "Sonneries" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:841 -msgid "_Enable ringtones" -msgstr "_Activer les sonneries" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:847 -msgid "Choose a ringtone" -msgstr "Sélectionner une sonnerie" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:853 -msgid "Audio Files" -msgstr "Fichier Audio" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:418 -msgid "Protocol" -msgstr "Protocole" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:425 -msgid "Status" -msgstr "Statut" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:528 -msgid "Stun parameters will apply to each SIP account created." -msgstr "Les paramètres STUN sont appliqués à tous les comptes SIP créés" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:536 -msgid "Enable it if you are behind a firewall" -msgstr "À activer si vous êtes derrière un pare-feu, puis redémarrez SFLphone" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:544 -msgid "Format: name.server:port" -msgstr "Format: nom.serveur:port" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:589 -msgid "Desktop Notifications" -msgstr "Notifications de Bureau" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:593 -msgid "_Enable notifications" -msgstr "_Activer les notifications" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:599 -msgid "Enable voicemail _notifications" -msgstr "Activer les notifications de boîte _vocale" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:611 -msgid "System Tray Icon" -msgstr "Icône dans la barre des tâches" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:614 -msgid "_Popup main window on incoming call" -msgstr "Faire apparaître la fenêtre _principale lors d'appel entrant" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:619 -msgid "Ne_ver popup main window" -msgstr "Ne _jamais afficher la fenêtre principale" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:623 -msgid "Hide SFLphone window on _startup" -msgstr "_Cacher la fenêtre de SFLphone au démarrage" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:629 -msgid "Calls History" -msgstr "Historique des appels" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:632 -msgid "_Keep my history for at least" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:643 -msgid " days" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:647 -msgid "PulseAudio sound server" -msgstr "Serveur de son PulseAudio" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:650 -msgid "_Mute other applications during a call" -msgstr "Éteindre le _son des autres applications lors d'un appel" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:664 -msgid "SIP Port" -msgstr "Port SIP" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:677 -msgid "Port:" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:725 -msgid "Recordings folder" -msgstr "Dossier pour les enregistrements" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:731 -msgid "Select a folder" -msgstr "Choisissez un dossier" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:765 -msgid "Preferences" -msgstr "Préférences" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:785 -msgid "General Settings" -msgstr "Préférences" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:790 -msgid "Audio Settings" -msgstr "Paramètres Audio" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:795 -msgid "Recordings" -msgstr "Enregistrements" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:800 -msgid "Address Book" -msgstr "Carnet d'adresse" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:805 -msgid "Hooks" -msgstr "Ancrage" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:832 -msgid "Accounts" -msgstr "Comptes" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:844 -msgid "Configured Accounts" -msgstr "Comptes Configurés" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:130 -msgid "URL Passing" -msgstr "Passage d'URL" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:135 -msgid "Custom commands on incoming calls with URL," -msgstr "" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:138 -#, c-format -msgid "%s will be replaced with the passed URL." -msgstr "" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:141 -msgid "Trigger on specific _SIP header" -msgstr "Déclencher sur un entête _SIP spécifique" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:150 -msgid "Trigger on _IAX2 URL" -msgstr "Déclencher en _IAX2" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:155 -msgid "Command to _run: " -msgstr "Commande à _exécuter: " - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:165 -msgid "Phone Number Rewriting" -msgstr "Rééecriture du numéro" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:169 -msgid "_Prefix dialed numbers with:" -msgstr "_Préfixer les numéros composés par:" - -#: ../../sflphone-client-gnome/src/contacts/searchbar.c:55 -msgid "" -"Search all\n" -"Click here to change the search type" -msgstr "" - -#: ../../sflphone-client-gnome/src/contacts/searchbar.c:67 -msgid "" -"Search by missed call\n" -"Click here to change the search type" -msgstr "" - -#: ../../sflphone-client-gnome/src/contacts/searchbar.c:79 -msgid "" -"Search by incoming call\n" -"Click here to change the search type" -msgstr "" - -#: ../../sflphone-client-gnome/src/contacts/searchbar.c:91 -msgid "" -"Search by outgoing call\n" -"Click here to change the search type" -msgstr "" - -#~ msgid "Accept" -#~ msgstr "Accepter" - -#~ msgid "Refuse" -#~ msgstr "Refuser" - -#~ msgid "Ignore" -#~ msgstr "Ignorer" - -#~ msgid "<small>Missed call</small>" -#~ msgstr "<small>Appel manqué</small>" - -#~ msgid "<small>Duration:</small> %s" -#~ msgstr "<small>Durée:</small> %s" - -#~ msgid "Fields" -#~ msgstr "Champs" - -#~ msgid "_History size limit" -#~ msgstr "_Taille limite de l'historique" - -#~ msgid "" -#~ "SFLphone can run custom commands if incoming calls come with an URL " -#~ "attached.\n" -#~ "In this case, %s will be replaced with the passed URL." -#~ msgstr "" -#~ "SFLphone peut exécuter des commandes lors d'appels entrants qui ont un " -#~ "URL associé.\n" -#~ "Dans ce cas, %s sera remplacé par l'URL en question." - -#~ msgid "Search history" -#~ msgstr "Rechercher" - -#~ msgid "Search contact" -#~ msgstr "Rechercher un contact" - -#~ msgid "Registered to %s (%s)" -#~ msgstr "Connecté avec %s (%s)" - -#~ msgid "%s account- %s %s" -#~ msgstr "compte %s- %s %s" - -#~ msgid "Books" -#~ msgstr "Carnets d'adresse" - -#~ msgid "_Enable" -#~ msgstr "_Activer" - -#~ msgid "_Notify voice mails" -#~ msgstr "_Notifier les messages vocaux" - -#~ msgid "_Start hidden" -#~ msgstr "_Démarrer caché" - -#~ msgid "_Maximum number of calls" -#~ msgstr "N_ombre maximum d'appels" - -#~ msgid "_Control running applications volume" -#~ msgstr "_Autoriser à modifier le volume des autres applications" - -#~ msgid "Account previously setup" -#~ msgstr "Liste des comptes existants" - -#~ msgid "URL argument" -#~ msgstr "Argument URL" - -#~ msgid "_SIP protocol" -#~ msgstr "_Protocole SIP" - -#~ msgid "_SIP Header: " -#~ msgstr "En-tête SIP: " - -#~ msgid "_IAX2 protocol" -#~ msgstr "_Protocole IAX2" - -#~ msgid "_Add phone number prefix" -#~ msgstr "Ajouter un préfixe au numéro" - -#~ msgid "_Prepend: " -#~ msgstr "Préfixe: " diff --git a/sflphone-common/po/ru.po b/sflphone-common/po/ru.po deleted file mode 100644 index 9cc3d5c8977fe4521a5b35a6d37e1173c95063d1..0000000000000000000000000000000000000000 --- a/sflphone-common/po/ru.po +++ /dev/null @@ -1,914 +0,0 @@ -# Russian Translation. -# Copyright (C) 2009 Savoir-Faire Linux Inc. -# This file is distributed under the same license as the sflphone package. -# Hussein Abdallah <hussein.abdallah@savoirfairelinux.com>. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SFLphone 0.9.6\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-06-12 18:05-0400\n" -"PO-Revision-Date: 2009-06-08 10:19 GMT-5\n" -"Last-Translator: HUSSEIN ABDALLAH <hussein.abdallah@savoirfairelinux.com>\n" -"Language-Team: Savoir-Faire Linux Inc <sflphoneteam@savoirfairelinux.com>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ../../sflphone-client-gnome/src/accountlist.c:175 -msgid "Registered" -msgstr "ЗарегиÑтрирован" - -#: ../../sflphone-client-gnome/src/accountlist.c:178 -msgid "Not Registered" -msgstr "Ðе зарегиÑтрирован" - -#: ../../sflphone-client-gnome/src/accountlist.c:181 -msgid "Trying..." -msgstr "Пробует подключитьÑÑ..." - -#: ../../sflphone-client-gnome/src/accountlist.c:184 -#: ../../sflphone-client-gnome/src/sflnotify.c:131 -#: ../../sflphone-client-gnome/src/sflnotify.c:148 -msgid "Error" -msgstr "Ошибка" - -#: ../../sflphone-client-gnome/src/accountlist.c:187 -msgid "Bad authentification" -msgstr "ÐÐµÐ¿Ñ€Ð°Ð²Ð¸Ð»ÑŒÐ½Ð°Ñ Ð¸Ð´ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ" - -#: ../../sflphone-client-gnome/src/accountlist.c:190 -msgid "Network unreachable" -msgstr "Сеть недоÑтупна" - -#: ../../sflphone-client-gnome/src/accountlist.c:193 -msgid "Host unreachable" -msgstr "ХоÑÑ‚ недоÑтупен" - -#: ../../sflphone-client-gnome/src/accountlist.c:196 -msgid "Stun configuration error" -msgstr "Ошибка наÑтройки Stun" - -#: ../../sflphone-client-gnome/src/accountlist.c:199 -msgid "Stun server invalid" -msgstr "ÐедейÑтвительный Stun-Ñервер" - -#: ../../sflphone-client-gnome/src/accountlist.c:202 -msgid "Invalid" -msgstr "ÐедейÑтвительный" - -#: ../../sflphone-client-gnome/src/actions.c:55 -#: ../../sflphone-client-gnome/src/sflnotify.c:94 -#, c-format -msgid "%d voice mails" -msgstr "%d речевые ÑообщениÑ" - -#: ../../sflphone-client-gnome/src/actions.c:57 -#, c-format -msgid "%d voice mail" -msgstr "%d речевое Ñообщение" - -#: ../../sflphone-client-gnome/src/actions.c:81 -#, c-format -msgid "Using %s (%s)" -msgstr "" - -#: ../../sflphone-client-gnome/src/actions.c:87 -msgid "No registered account" -msgstr "У Ð²Ð°Ñ Ð½ÐµÑ‚ зарегиÑтрированных аккаунтов" - -#: ../../sflphone-client-gnome/src/actions.c:232 -msgid "" -"Unable to connect to the SFLphone server.\n" -"Make sure the daemon is running." -msgstr "" -"Ðевозможно подключитьÑÑ Ðº SFLphone-Ñерверу.\n" -"Проверьте еÑли демон работает." - -#: ../../sflphone-client-gnome/src/actions.c:807 -#, c-format -msgid "IP call - %s" -msgstr "IP звонок - %s" - -#: ../../sflphone-client-gnome/src/actions.c:810 -#, c-format -msgid "Using %s (%s) - Codec: %s" -msgstr "" - -#: ../../sflphone-client-gnome/src/actions.c:900 -#, c-format -msgid "" -"<b>Error: No audio codecs found.\n" -"\n" -"</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>.sflphone</" -"b> directory in your home( <i>%s</i> )" -msgstr "" -"<b>Ошибка: звуковые кодеки не найдены.\n" -"\n" -"</b> Звуковые кодеки SFL должны находитьÑÑ Ð² <i>%s</i> или в <b>.sflphone</" -"b> каталоге в вашем домашнем каталоге( <i>%s</i> )" - -#: ../../sflphone-client-gnome/src/assistant.c:35 -#, c-format -msgid "" -"This assistant is now finished.\n" -"You can at any time check your registration state or modify your accounts " -"parameters in the Options/Accounts window.\n" -"\n" -"Alias : %s\n" -"Server : %s\n" -"Username : %s\n" -msgstr "" -"МаÑтер закончил наÑтройку.\n" -" Ð’Ñ‹ можете в любое Ð²Ñ€ÐµÐ¼Ñ Ð¿Ñ€Ð¾Ð²ÐµÑ€Ð¸Ñ‚ÑŒ ÑÑ‚Ð°Ñ‚ÑƒÑ Ñ€ÐµÐ³Ð¸Ñтрации или изменить " -"параметры ваших аккаунтов в меню Правка / Ðккаунты.\n" -"ПÑевдоним : %s\n" -"Сервер : %s\n" -"Пользователь : %s\n" - -#: ../../sflphone-client-gnome/src/assistant.c:159 -msgid "SFLphone account configuration wizard" -msgstr "МаÑтер наÑтройки SFLphone" - -#: ../../sflphone-client-gnome/src/assistant.c:185 -msgid "Welcome to SFLphone!" -msgstr "Добро пожаловать в SFLphone!" - -#: ../../sflphone-client-gnome/src/assistant.c:186 -msgid "This installation wizard will help you configure an account." -msgstr "Ðтот маÑтер уÑтановки поможет вам наÑтроить ваш аккаунт." - -#: ../../sflphone-client-gnome/src/assistant.c:200 -msgid "VoIP Protocols" -msgstr "VoIP-протоколы" - -#: ../../sflphone-client-gnome/src/assistant.c:200 -msgid "Select an account type:" -msgstr "Выберите тип аккаунта:" - -#: ../../sflphone-client-gnome/src/assistant.c:218 -msgid "Account" -msgstr "Ðккаунты" - -#: ../../sflphone-client-gnome/src/assistant.c:218 -msgid "Please select one of the following option:" -msgstr "Введите пожалуйÑта Ñледующие данные:" - -#: ../../sflphone-client-gnome/src/assistant.c:220 -msgid "Create a free SIP/IAX2 account on sflphone.org" -msgstr "Создать беÑплатный SIP/IAX2-аккаунт на sflphone.org" - -#: ../../sflphone-client-gnome/src/assistant.c:222 -msgid "Register an existing SIP or IAX2 account" -msgstr "ЗарегиÑтрировать ÑущеÑтвующий SIP или IAX2 аккаунт" - -#: ../../sflphone-client-gnome/src/assistant.c:235 -msgid "SIP account configuration" -msgstr "ÐаÑтройка SIP-аккаунта" - -#: ../../sflphone-client-gnome/src/assistant.c:235 -#: ../../sflphone-client-gnome/src/assistant.c:331 -msgid "Please fill the following information:" -msgstr "Введите пожалуйÑта Ñледующие данные" - -#: ../../sflphone-client-gnome/src/assistant.c:243 -#: ../../sflphone-client-gnome/src/assistant.c:339 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:153 -msgid "_Alias" -msgstr "_ПÑевдоним" - -#: ../../sflphone-client-gnome/src/assistant.c:251 -#: ../../sflphone-client-gnome/src/assistant.c:347 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:189 -msgid "_Host name" -msgstr "Ð˜Ð¼Ñ Ð¸Ð»Ð¸ IP-Ð°Ð´Ñ€ÐµÑ _Ñервера" - -#: ../../sflphone-client-gnome/src/assistant.c:259 -#: ../../sflphone-client-gnome/src/assistant.c:355 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:197 -msgid "_User name" -msgstr "Ð˜Ð¼Ñ Ð¸Ð»Ð¸ _номер пользователÑ" - -#: ../../sflphone-client-gnome/src/assistant.c:275 -#: ../../sflphone-client-gnome/src/assistant.c:370 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:212 -msgid "_Password" -msgstr "Па_роль" - -#: ../../sflphone-client-gnome/src/assistant.c:293 -#: ../../sflphone-client-gnome/src/assistant.c:386 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:228 -msgid "_Voicemail number" -msgstr "Ðомер _автоответчика #" - -#: ../../sflphone-client-gnome/src/assistant.c:308 -msgid "Optional Email Address " -msgstr "Ðлектронный Ð°Ð´Ñ€ÐµÑ (необÑзательный) " - -#: ../../sflphone-client-gnome/src/assistant.c:308 -msgid "This email address will be use to send your voicemail messages" -msgstr "Ðтот Ñлектронный Ð°Ð´Ñ€ÐµÑ Ð±ÑƒÐ´ÐµÑ‚ иÑпользоватьÑÑ Ð´Ð»Ñ Ñ€ÐµÑ‡ÐµÐ²Ñ‹Ñ… Ñообщений" - -#: ../../sflphone-client-gnome/src/assistant.c:316 -msgid "_Email" -msgstr "_ÐÐ´Ñ€ÐµÑ Ñл. почты" - -#: ../../sflphone-client-gnome/src/assistant.c:331 -msgid "IAX2 account configuration" -msgstr "ÐаÑтройка IAX2-аккаунта" - -#: ../../sflphone-client-gnome/src/assistant.c:404 -#: ../../sflphone-client-gnome/src/config/configwindow.c:855 -msgid "Network Address Translation" -msgstr "Network Address Translation" - -#: ../../sflphone-client-gnome/src/assistant.c:404 -msgid "You should probably enable this if you are behind a firewall." -msgstr "Ð’Ñ‹ наверное должны Ñто включить еÑли вы находитеÑÑŒ за Ñетевым Ñкраном." - -#: ../../sflphone-client-gnome/src/assistant.c:413 -#: ../../sflphone-client-gnome/src/config/configwindow.c:532 -msgid "E_nable STUN" -msgstr "Включить STUN" - -#: ../../sflphone-client-gnome/src/assistant.c:420 -msgid "_STUN server" -msgstr "_STUN-Ñервер" - -#: ../../sflphone-client-gnome/src/assistant.c:434 -msgid "Account Registration" -msgstr "РегиÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ð°ÐºÐºÐ°ÑƒÐ½Ñ‚Ð°" - -#: ../../sflphone-client-gnome/src/assistant.c:434 -msgid "Congratulations!" -msgstr "ПоздравлÑем!" - -#: ../../sflphone-client-gnome/src/errors.c:29 -msgid "" -"ALSA notification\n" -"\n" -"Error while opening playback device" -msgstr "" -"<b>ALSA-nпредупреждение</b>\n" -"\n" -"Ошибка во Ð²Ñ€ÐµÐ¼Ñ Ð°ÐºÑ‚Ð¸Ð²Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ ÑƒÑтройÑтва проигрываниÑ" - -#: ../../sflphone-client-gnome/src/errors.c:32 -msgid "" -"ALSA notification\n" -"\n" -"Error while opening capture device" -msgstr "" -"<b>ALSA-nпредупреждение</b>\n" -"\n" -"Ошибка во Ð²Ñ€ÐµÐ¼Ñ Ð°ÐºÑ‚Ð¸Ð²Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ ÑƒÑтройÑтва входа" - -#: ../../sflphone-client-gnome/src/errors.c:35 -msgid "" -"Pulseaudio notification\n" -"\n" -"Pulseaudio is not running" -msgstr "" -"<b>Предупреждение Pulseaudio</b>\n" -"\n" -"Pulseaudio не работает" - -#: ../../sflphone-client-gnome/src/mainwindow.c:70 -msgid "There is one call in progress." -msgstr "Звонок ещё не окончен." - -#: ../../sflphone-client-gnome/src/mainwindow.c:74 -msgid "There are calls in progress." -msgstr "ÐеÑколько звонков ещё не окончены." - -#: ../../sflphone-client-gnome/src/mainwindow.c:83 -msgid "Do you still want to quit?" -msgstr "Ð’Ñ‹ уверенны что хотите выйти?" - -#: ../../sflphone-client-gnome/src/mainwindow.c:296 -msgid "SFLphone Error" -msgstr "Ошибка SFLphone." - -#: ../../sflphone-client-gnome/src/menus.c:134 -msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols." -msgstr "SFLphone - SIP и IAX2-ÑовмеÑтимый VoIP-клиент " - -#: ../../sflphone-client-gnome/src/menus.c:137 -msgid "About SFLphone" -msgstr "О SFLphone" - -#: ../../sflphone-client-gnome/src/menus.c:161 -msgid "_Help" -msgstr "_Помощь" - -#: ../../sflphone-client-gnome/src/menus.c:296 -#: ../../sflphone-client-gnome/src/menus.c:962 -msgid "_New call" -msgstr "_Ðовый звонок" - -#: ../../sflphone-client-gnome/src/menus.c:308 -#: ../../sflphone-client-gnome/src/menus.c:794 -msgid "_Pick up" -msgstr "_ВзÑть трубку" - -#: ../../sflphone-client-gnome/src/menus.c:318 -#: ../../sflphone-client-gnome/src/menus.c:806 -msgid "_Hang up" -msgstr "_Положить трубку" - -#: ../../sflphone-client-gnome/src/menus.c:328 -#: ../../sflphone-client-gnome/src/menus.c:818 -msgid "On _Hold" -msgstr "_Удержать звонок" - -#: ../../sflphone-client-gnome/src/menus.c:340 -#: ../../sflphone-client-gnome/src/menus.c:830 -msgid "_Record" -msgstr "ЗапиÑать" - -#: ../../sflphone-client-gnome/src/menus.c:354 -msgid "_Account creation wizard" -msgstr "МаÑтер наÑтройки SFLphone" - -#: ../../sflphone-client-gnome/src/menus.c:384 -msgid "_Call" -msgstr "_Звонок" - -#: ../../sflphone-client-gnome/src/menus.c:552 -#, fuzzy -msgid "Clear _history" -msgstr "_Стереть журнал" - -#: ../../sflphone-client-gnome/src/menus.c:564 -msgid "_Accounts" -msgstr "_Ðккаунты" - -#: ../../sflphone-client-gnome/src/menus.c:579 -msgid "_Edit" -msgstr "_Правка" - -#: ../../sflphone-client-gnome/src/menus.c:640 -msgid "_Dialpad" -msgstr "_Клавиатура" - -#: ../../sflphone-client-gnome/src/menus.c:652 -msgid "_Volume controls" -msgstr "_ÐаÑтройки громкоÑти" - -#: ../../sflphone-client-gnome/src/menus.c:670 -msgid "_View" -msgstr "_Вид" - -#: ../../sflphone-client-gnome/src/menus.c:890 -msgid "_Call back" -msgstr "_Перезвонить" - -#: ../../sflphone-client-gnome/src/menus.c:1070 -#, fuzzy -msgid "Edit phone" -msgstr "_Мобильный телефон" - -#: ../../sflphone-client-gnome/src/menus.c:1081 -msgid "Edit the phone number before making a call" -msgstr "Изменить номер телефона перед звонком" - -#: ../../sflphone-client-gnome/src/sflnotify.c:71 -#: ../../sflphone-client-gnome/src/sflnotify.c:91 -#, c-format -msgid "%s account: %s" -msgstr "%s аккаунт: %s" - -#: ../../sflphone-client-gnome/src/sflnotify.c:75 -#, c-format -msgid "<i>From:</i> %s" -msgstr "<i>От:</i> %s" - -#: ../../sflphone-client-gnome/src/sflnotify.c:111 -#, c-format -msgid "Calling with %s account <i>%s</i>" -msgstr "Звонок Ñ Ð°ÐºÐºÐ°ÑƒÐ½Ñ‚Ð¾Ð¼ %s <i>%s</i>" - -#: ../../sflphone-client-gnome/src/sflnotify.c:115 -msgid "Current account" -msgstr "Ðынешний аккаунт" - -#: ../../sflphone-client-gnome/src/sflnotify.c:130 -msgid "You haven't setup any accounts" -msgstr "Ð’Ñ‹ не наÑтроили ни одного аккаунта" - -#: ../../sflphone-client-gnome/src/sflnotify.c:147 -msgid "You have no registered accounts" -msgstr "У Ð²Ð°Ñ Ð½ÐµÑ‚ зарегиÑтрированных аккаунтов" - -#: ../../sflphone-client-gnome/src/sliders.c:161 -msgid "Speakers volume" -msgstr "ГромкоÑть" - -#: ../../sflphone-client-gnome/src/sliders.c:163 -msgid "Mic volume" -msgstr "ГромкоÑть микрофона" - -#: ../../sflphone-client-gnome/src/statusicon.c:91 -msgid "_Show main window" -msgstr "_Показать главное окно" - -#: ../../sflphone-client-gnome/src/statusicon.c:124 -#, c-format -msgid "SFLphone - %i accounts configured" -msgstr "SFLphone - ЗарегиÑтрировано %i аккаунтов" - -#: ../../sflphone-client-gnome/src/toolbar.c:50 -#, c-format -msgid "\"Voicemail\" <%s>" -msgstr "\"Ðвтоответчик\" <%s>" - -#: ../../sflphone-client-gnome/src/toolbar.c:168 -#: ../../sflphone-client-gnome/src/toolbar.c:170 -msgid "Place a call" -msgstr "Позвонить" - -#: ../../sflphone-client-gnome/src/toolbar.c:177 -#: ../../sflphone-client-gnome/src/toolbar.c:179 -msgid "Pick up" -msgstr "ВзÑть трубку" - -#: ../../sflphone-client-gnome/src/toolbar.c:187 -#: ../../sflphone-client-gnome/src/toolbar.c:189 -msgid "Hang up" -msgstr "Положить трубку" - -#: ../../sflphone-client-gnome/src/toolbar.c:197 -#: ../../sflphone-client-gnome/src/toolbar.c:199 -msgid "Off Hold" -msgstr "Снова взÑть" - -#: ../../sflphone-client-gnome/src/toolbar.c:208 -#: ../../sflphone-client-gnome/src/toolbar.c:210 -msgid "On Hold" -msgstr "Удержать звонок" - -#: ../../sflphone-client-gnome/src/toolbar.c:221 -#: ../../sflphone-client-gnome/src/toolbar.c:223 -msgid "Transfer" -msgstr "ПереÑлать звонок на другой номер" - -#: ../../sflphone-client-gnome/src/toolbar.c:233 -#: ../../sflphone-client-gnome/src/toolbar.c:235 -msgid "History" -msgstr "Журнал" - -#: ../../sflphone-client-gnome/src/toolbar.c:244 -#: ../../sflphone-client-gnome/src/toolbar.c:246 -msgid "Address book" -msgstr "ÐдреÑÐ½Ð°Ñ ÐºÐ½Ð¸Ð³Ð°" - -#: ../../sflphone-client-gnome/src/toolbar.c:252 -#: ../../sflphone-client-gnome/src/toolbar.c:256 -msgid "Voicemail" -msgstr "Ðвтоответчик" - -#: ../../sflphone-client-gnome/src/toolbar.c:264 -msgid "Record a call" -msgstr "ЗапиÑать переговор" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:113 -msgid "Account settings" -msgstr "ÐаÑтройки аккаунта" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:125 -msgid "Account Parameters" -msgstr "Параметры аккаунта" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:147 -msgid "_Enable this account" -msgstr "_Включить" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:161 -msgid "_Protocol" -msgstr "Пр_отокол" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:179 -msgid "Unknown" -msgstr "ÐеизвеÑтный" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:306 -#: ../../sflphone-client-gnome/src/config/configwindow.c:721 -msgid "General" -msgstr "Общие наÑтройки" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:312 -msgid "_Use Evolution address books" -msgstr "_ИÑпользовать адреÑную книгу Evolution" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:319 -msgid "Download limit:" -msgstr "Ограничение ÑкороÑти ÑкачиваниÑ:" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:327 -msgid "cards" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:333 -msgid "_Display contact photo if available" -msgstr "_Показать фотографию контакта (еÑли имеетÑÑ):" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:341 -#, fuzzy -msgid "Fields from Evolution's address books" -msgstr "ИÑполоьзовать Ñледующие Ð¿Ð¾Ð»Ñ Ð¸Ð· адреÑной книги Evolution:" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:345 -msgid "_Business phone" -msgstr "_Рабочий телефон" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:351 -msgid "_Home phone" -msgstr "_Домашний телефон" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:357 -msgid "_Mobile phone" -msgstr "_Мобильный телефон" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:364 -msgid "Address Books" -msgstr "ÐдреÑÐ½Ð°Ñ ÐºÐ½Ð¸Ð³Ð°" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:368 -msgid "Select which Evolution address books to use:" -msgstr "Выбрать адреÑную книгу Evolution:" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:404 -#: ../../sflphone-client-gnome/src/config/audioconf.c:576 -msgid "Name" -msgstr "ИмÑ" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:155 -#, c-format -msgid "audio device index for output = %d" -msgstr "Ð˜Ð½Ð´ÐµÐºÑ Ð·Ð²ÑƒÐºÐ¾Ð²Ð¾Ð³Ð¾ уÑтройÑтва = %d" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:581 -msgid "Frequency" -msgstr "ЧаÑтота" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:586 -msgid "Bitrate" -msgstr "Битрейт" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:591 -msgid "Bandwidth" -msgstr "ПропуÑÐºÐ½Ð°Ñ ÑпоÑобноÑть" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:662 -msgid "ALSA plugin" -msgstr "ALSA-плагин" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:684 -msgid "Output" -msgstr "Выход" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:706 -msgid "Input" -msgstr "Вход" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:741 -msgid "_Voice Activity Detection" -msgstr "Включить детектор тишины" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:751 -msgid "_Noise Reduction (Narrow-Band Companding)" -msgstr "Шумоподавление" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:780 -msgid "Sound Manager" -msgstr "Менеджер звука" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:783 -#, fuzzy -msgid "_Pulseaudio" -msgstr "Pulseaudio" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:788 -#, fuzzy -msgid "_ALSA" -msgstr "ALSA" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:795 -msgid "ALSA configuration" -msgstr "ÐаÑтройка ALSA" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:812 -msgid "Codecs" -msgstr "Кодеки" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:835 -msgid "Ringtones" -msgstr "Звонки" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:841 -msgid "_Enable ringtones" -msgstr "Включить звонок" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:847 -msgid "Choose a ringtone" -msgstr "Выберите звонок" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:853 -msgid "Audio Files" -msgstr "Звуковые файлы" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:418 -msgid "Protocol" -msgstr "Протокол" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:425 -msgid "Status" -msgstr "СтатуÑ" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:528 -msgid "Stun parameters will apply to each SIP account created." -msgstr "STUN-параметры будут Ñффективны Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ Ñозданного SIP-аккаунта" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:536 -msgid "Enable it if you are behind a firewall" -msgstr "" -"Включите Ñто еÑли вы находитеÑÑŒ за Ñетевым Ñкраном и потом перезагрузите " -"SFLphone" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:544 -msgid "Format: name.server:port" -msgstr "Формат: имÑ.Ñервер:порт" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:589 -msgid "Desktop Notifications" -msgstr "Ð˜Ð·Ð²ÐµÑ‰ÐµÐ½Ð¸Ñ Ð½Ð° рабочем Ñтоле" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:593 -msgid "_Enable notifications" -msgstr "Включить звонок" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:599 -msgid "Enable voicemail _notifications" -msgstr "Включить Ð¿Ñ€ÐµÐ´ÑƒÐ¿Ñ€ÐµÐ¶Ð´ÐµÐ½Ð¸Ñ Ð¾ речевых ÑообщениÑÑ…" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:611 -msgid "System Tray Icon" -msgstr "System Tray Icon" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:614 -msgid "_Popup main window on incoming call" -msgstr "_Показать главное окно при входÑщем звонке" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:619 -msgid "Ne_ver popup main window" -msgstr "Ðикогда не показывать главное окно" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:623 -msgid "Hide SFLphone window on _startup" -msgstr "СпрÑтать окно SFLphone при пуÑке" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:629 -msgid "Calls History" -msgstr "Журнал звонков" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:632 -msgid "_Keep my history for at least" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:643 -msgid " days" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:647 -msgid "PulseAudio sound server" -msgstr "Сервер звука PulseAudio" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:650 -#, fuzzy -msgid "_Mute other applications during a call" -msgstr "Приглушать звук других програм во Ð²Ñ€ÐµÐ¼Ñ Ð·Ð²Ð¾Ð½ÐºÐ°" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:664 -msgid "SIP Port" -msgstr "SIP-порт" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:677 -msgid "Port:" -msgstr "Порт:" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:725 -#, fuzzy -msgid "Recordings folder" -msgstr "Папка Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñи переговоров" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:731 -msgid "Select a folder" -msgstr "Выберите папку" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:765 -msgid "Preferences" -msgstr "ПредпочтениÑ" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:785 -msgid "General Settings" -msgstr "Общие наÑтройки" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:790 -msgid "Audio Settings" -msgstr "ÐаÑтройки звука" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:795 -msgid "Recordings" -msgstr "ЗапиÑÑŒ" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:800 -msgid "Address Book" -msgstr "ÐдреÑÐ½Ð°Ñ ÐºÐ½Ð¸Ð³Ð°" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:805 -msgid "Hooks" -msgstr "перехватчики (hooks)" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:832 -msgid "Accounts" -msgstr "Ðккаунты" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:844 -msgid "Configured Accounts" -msgstr "Ðынешний аккаунт" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:130 -msgid "URL Passing" -msgstr "Передача URL" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:135 -msgid "Custom commands on incoming calls with URL," -msgstr "" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:138 -#, c-format -msgid "%s will be replaced with the passed URL." -msgstr "" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:141 -msgid "Trigger on specific _SIP header" -msgstr "ЗапуÑтить при определëнном SIP-заголовке" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:150 -msgid "Trigger on _IAX2 URL" -msgstr "ЗапуÑтить при наличии URL _IAX2" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:155 -#, fuzzy -msgid "Command to _run: " -msgstr "_Выполнить команду:" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:165 -msgid "Phone Number Rewriting" -msgstr "ПерепиÑка номера телефона" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:169 -msgid "_Prefix dialed numbers with:" -msgstr "Добавить перед на набранными номерами:" - -#: ../../sflphone-client-gnome/src/contacts/searchbar.c:55 -msgid "" -"Search all\n" -"Click here to change the search type" -msgstr "" - -#: ../../sflphone-client-gnome/src/contacts/searchbar.c:67 -msgid "" -"Search by missed call\n" -"Click here to change the search type" -msgstr "" - -#: ../../sflphone-client-gnome/src/contacts/searchbar.c:79 -msgid "" -"Search by incoming call\n" -"Click here to change the search type" -msgstr "" - -#: ../../sflphone-client-gnome/src/contacts/searchbar.c:91 -msgid "" -"Search by outgoing call\n" -"Click here to change the search type" -msgstr "" - -#~ msgid "Accept" -#~ msgstr "СоглаÑитьÑÑ" - -#~ msgid "Refuse" -#~ msgstr "ОтказатьÑÑ" - -#~ msgid "Ignore" -#~ msgstr "ПропуÑтить" - -#~ msgid "<small>Missed call</small>" -#~ msgstr "<small>Пропущенный звонок</small>" - -#~ msgid "<small>Duration:</small> %s" -#~ msgstr "<small>ВремÑ:</small> %s" - -#~ msgid "Fields" -#~ msgstr "ПолÑ" - -#~ msgid "_History size limit" -#~ msgstr "Ограничение размера журнала" - -#~ msgid "" -#~ "SFLphone can run custom commands if incoming calls come with an URL " -#~ "attached.\n" -#~ "In this case, %s will be replaced with the passed URL." -#~ msgstr "" -#~ "SFLphone может выполнÑть комманды еÑли входÑщие звонки имеют URL.\n" -#~ "Ð’ Ñтом Ñлучае %s будет заменена на переданную URL." - -#~ msgid "Search history" -#~ msgstr "_Стереть журнал" - -#~ msgid "Search contact" -#~ msgstr "_ИÑкать контакт" - -#, fuzzy -#~ msgid "Registered to %s (%s)" -#~ msgstr "ЗарегиÑтрирован" - -#, fuzzy -#~ msgid "%s account- %s %s" -#~ msgstr "%s аккаунт- %s" - -#, fuzzy -#~ msgid "Books" -#~ msgstr "перехватчики (hooks)" - -#~ msgid "_Enable" -#~ msgstr "_Включить" - -#~ msgid "_Notify voice mails" -#~ msgstr "_Предупредить о новых речевых ÑообщениÑÑ…" - -#~ msgid "_Start hidden" -#~ msgstr "_Ðачать ÑпрÑтанным" - -#~ msgid "_Maximum number of calls" -#~ msgstr "_МакÑимальное количеÑтво звонков" - -#~ msgid "_Control running applications volume" -#~ msgstr "_Ðачать ÑпрÑтанным " - -#, fuzzy -#~ msgid "Account previously setup" -#~ msgstr "СущеÑтвующие аккаунты" - -#~ msgid "URL argument" -#~ msgstr "URL аргумент" - -#~ msgid "_SIP protocol" -#~ msgstr "Пр_отокол" - -#~ msgid "_SIP Header: " -#~ msgstr "_SIP Заголовок" - -#~ msgid "_IAX2 protocol" -#~ msgstr "Пр_отокол" - -#~ msgid "Search" -#~ msgstr "ПоиÑк" - -#~ msgid "_Enabled" -#~ msgstr "_Включен" - -#~ msgid "%s account- %s" -#~ msgstr "%s аккаунт- %s" - -#~ msgid "Noise reduction" -#~ msgstr "Уменьшение шума" - -#~ msgid "_Destination folder" -#~ msgstr "Папка назна_чениÑ" - -#~ msgid "_Account Assistant" -#~ msgstr "_МаÑтер наÑтройки аккаунтов" - -#~ msgid "Setup Accounts" -#~ msgstr "ÐаÑтроить аккаунты" - -#~ msgid "Search Parameters" -#~ msgstr "Параметры аккаунта" - -#~ msgid "Maximum result number for a request: " -#~ msgstr "МакÑимальное количеÑтво звонков" - -#~ msgid "Search for and display: " -#~ msgstr "Ðайти и показать: " - -#~ msgid "_STUN Server" -#~ msgstr "_STUN-Ñервер" - -#~ msgid "Apply" -#~ msgstr "Применить" - -#~ msgid "Enabled" -#~ msgstr "Включен" diff --git a/sflphone-common/po/sflphone.pot b/sflphone-common/po/sflphone.pot deleted file mode 100644 index 4d624badbeb9cc691b461a8c420062ad13745a1d..0000000000000000000000000000000000000000 --- a/sflphone-common/po/sflphone.pot +++ /dev/null @@ -1,766 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-06-12 18:05-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ../../sflphone-client-gnome/src/accountlist.c:175 -msgid "Registered" -msgstr "" - -#: ../../sflphone-client-gnome/src/accountlist.c:178 -msgid "Not Registered" -msgstr "" - -#: ../../sflphone-client-gnome/src/accountlist.c:181 -msgid "Trying..." -msgstr "" - -#: ../../sflphone-client-gnome/src/accountlist.c:184 -#: ../../sflphone-client-gnome/src/sflnotify.c:131 -#: ../../sflphone-client-gnome/src/sflnotify.c:148 -msgid "Error" -msgstr "" - -#: ../../sflphone-client-gnome/src/accountlist.c:187 -msgid "Bad authentification" -msgstr "" - -#: ../../sflphone-client-gnome/src/accountlist.c:190 -msgid "Network unreachable" -msgstr "" - -#: ../../sflphone-client-gnome/src/accountlist.c:193 -msgid "Host unreachable" -msgstr "" - -#: ../../sflphone-client-gnome/src/accountlist.c:196 -msgid "Stun configuration error" -msgstr "" - -#: ../../sflphone-client-gnome/src/accountlist.c:199 -msgid "Stun server invalid" -msgstr "" - -#: ../../sflphone-client-gnome/src/accountlist.c:202 -msgid "Invalid" -msgstr "" - -#: ../../sflphone-client-gnome/src/actions.c:55 -#: ../../sflphone-client-gnome/src/sflnotify.c:94 -#, c-format -msgid "%d voice mails" -msgstr "" - -#: ../../sflphone-client-gnome/src/actions.c:57 -#, c-format -msgid "%d voice mail" -msgstr "" - -#: ../../sflphone-client-gnome/src/actions.c:81 -#, c-format -msgid "Using %s (%s)" -msgstr "" - -#: ../../sflphone-client-gnome/src/actions.c:87 -msgid "No registered account" -msgstr "" - -#: ../../sflphone-client-gnome/src/actions.c:232 -msgid "" -"Unable to connect to the SFLphone server.\n" -"Make sure the daemon is running." -msgstr "" - -#: ../../sflphone-client-gnome/src/actions.c:807 -#, c-format -msgid "IP call - %s" -msgstr "" - -#: ../../sflphone-client-gnome/src/actions.c:810 -#, c-format -msgid "Using %s (%s) - Codec: %s" -msgstr "" - -#: ../../sflphone-client-gnome/src/actions.c:900 -#, c-format -msgid "" -"<b>Error: No audio codecs found.\n" -"\n" -"</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>.sflphone</" -"b> directory in your home( <i>%s</i> )" -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:35 -#, c-format -msgid "" -"This assistant is now finished.\n" -"You can at any time check your registration state or modify your accounts " -"parameters in the Options/Accounts window.\n" -"\n" -"Alias : %s\n" -"Server : %s\n" -"Username : %s\n" -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:159 -msgid "SFLphone account configuration wizard" -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:185 -msgid "Welcome to SFLphone!" -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:186 -msgid "This installation wizard will help you configure an account." -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:200 -msgid "VoIP Protocols" -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:200 -msgid "Select an account type:" -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:218 -msgid "Account" -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:218 -msgid "Please select one of the following option:" -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:220 -msgid "Create a free SIP/IAX2 account on sflphone.org" -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:222 -msgid "Register an existing SIP or IAX2 account" -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:235 -msgid "SIP account configuration" -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:235 -#: ../../sflphone-client-gnome/src/assistant.c:331 -msgid "Please fill the following information:" -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:243 -#: ../../sflphone-client-gnome/src/assistant.c:339 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:153 -msgid "_Alias" -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:251 -#: ../../sflphone-client-gnome/src/assistant.c:347 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:189 -msgid "_Host name" -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:259 -#: ../../sflphone-client-gnome/src/assistant.c:355 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:197 -msgid "_User name" -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:275 -#: ../../sflphone-client-gnome/src/assistant.c:370 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:212 -msgid "_Password" -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:293 -#: ../../sflphone-client-gnome/src/assistant.c:386 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:228 -msgid "_Voicemail number" -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:308 -msgid "Optional Email Address " -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:308 -msgid "This email address will be use to send your voicemail messages" -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:316 -msgid "_Email" -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:331 -msgid "IAX2 account configuration" -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:404 -#: ../../sflphone-client-gnome/src/config/configwindow.c:855 -msgid "Network Address Translation" -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:404 -msgid "You should probably enable this if you are behind a firewall." -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:413 -#: ../../sflphone-client-gnome/src/config/configwindow.c:532 -msgid "E_nable STUN" -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:420 -msgid "_STUN server" -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:434 -msgid "Account Registration" -msgstr "" - -#: ../../sflphone-client-gnome/src/assistant.c:434 -msgid "Congratulations!" -msgstr "" - -#: ../../sflphone-client-gnome/src/errors.c:29 -msgid "" -"ALSA notification\n" -"\n" -"Error while opening playback device" -msgstr "" - -#: ../../sflphone-client-gnome/src/errors.c:32 -msgid "" -"ALSA notification\n" -"\n" -"Error while opening capture device" -msgstr "" - -#: ../../sflphone-client-gnome/src/errors.c:35 -msgid "" -"Pulseaudio notification\n" -"\n" -"Pulseaudio is not running" -msgstr "" - -#: ../../sflphone-client-gnome/src/mainwindow.c:70 -msgid "There is one call in progress." -msgstr "" - -#: ../../sflphone-client-gnome/src/mainwindow.c:74 -msgid "There are calls in progress." -msgstr "" - -#: ../../sflphone-client-gnome/src/mainwindow.c:83 -msgid "Do you still want to quit?" -msgstr "" - -#: ../../sflphone-client-gnome/src/mainwindow.c:296 -msgid "SFLphone Error" -msgstr "" - -#: ../../sflphone-client-gnome/src/menus.c:134 -msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols." -msgstr "" - -#: ../../sflphone-client-gnome/src/menus.c:137 -msgid "About SFLphone" -msgstr "" - -#: ../../sflphone-client-gnome/src/menus.c:161 -msgid "_Help" -msgstr "" - -#: ../../sflphone-client-gnome/src/menus.c:296 -#: ../../sflphone-client-gnome/src/menus.c:962 -msgid "_New call" -msgstr "" - -#: ../../sflphone-client-gnome/src/menus.c:308 -#: ../../sflphone-client-gnome/src/menus.c:794 -msgid "_Pick up" -msgstr "" - -#: ../../sflphone-client-gnome/src/menus.c:318 -#: ../../sflphone-client-gnome/src/menus.c:806 -msgid "_Hang up" -msgstr "" - -#: ../../sflphone-client-gnome/src/menus.c:328 -#: ../../sflphone-client-gnome/src/menus.c:818 -msgid "On _Hold" -msgstr "" - -#: ../../sflphone-client-gnome/src/menus.c:340 -#: ../../sflphone-client-gnome/src/menus.c:830 -msgid "_Record" -msgstr "" - -#: ../../sflphone-client-gnome/src/menus.c:354 -msgid "_Account creation wizard" -msgstr "" - -#: ../../sflphone-client-gnome/src/menus.c:384 -msgid "_Call" -msgstr "" - -#: ../../sflphone-client-gnome/src/menus.c:552 -msgid "Clear _history" -msgstr "" - -#: ../../sflphone-client-gnome/src/menus.c:564 -msgid "_Accounts" -msgstr "" - -#: ../../sflphone-client-gnome/src/menus.c:579 -msgid "_Edit" -msgstr "" - -#: ../../sflphone-client-gnome/src/menus.c:640 -msgid "_Dialpad" -msgstr "" - -#: ../../sflphone-client-gnome/src/menus.c:652 -msgid "_Volume controls" -msgstr "" - -#: ../../sflphone-client-gnome/src/menus.c:670 -msgid "_View" -msgstr "" - -#: ../../sflphone-client-gnome/src/menus.c:890 -msgid "_Call back" -msgstr "" - -#: ../../sflphone-client-gnome/src/menus.c:1070 -msgid "Edit phone" -msgstr "" - -#: ../../sflphone-client-gnome/src/menus.c:1081 -msgid "Edit the phone number before making a call" -msgstr "" - -#: ../../sflphone-client-gnome/src/sflnotify.c:71 -#: ../../sflphone-client-gnome/src/sflnotify.c:91 -#, c-format -msgid "%s account: %s" -msgstr "" - -#: ../../sflphone-client-gnome/src/sflnotify.c:75 -#, c-format -msgid "<i>From:</i> %s" -msgstr "" - -#: ../../sflphone-client-gnome/src/sflnotify.c:111 -#, c-format -msgid "Calling with %s account <i>%s</i>" -msgstr "" - -#: ../../sflphone-client-gnome/src/sflnotify.c:115 -msgid "Current account" -msgstr "" - -#: ../../sflphone-client-gnome/src/sflnotify.c:130 -msgid "You haven't setup any accounts" -msgstr "" - -#: ../../sflphone-client-gnome/src/sflnotify.c:147 -msgid "You have no registered accounts" -msgstr "" - -#: ../../sflphone-client-gnome/src/sliders.c:161 -msgid "Speakers volume" -msgstr "" - -#: ../../sflphone-client-gnome/src/sliders.c:163 -msgid "Mic volume" -msgstr "" - -#: ../../sflphone-client-gnome/src/statusicon.c:91 -msgid "_Show main window" -msgstr "" - -#: ../../sflphone-client-gnome/src/statusicon.c:124 -#, c-format -msgid "SFLphone - %i accounts configured" -msgstr "" - -#: ../../sflphone-client-gnome/src/toolbar.c:50 -#, c-format -msgid "\"Voicemail\" <%s>" -msgstr "" - -#: ../../sflphone-client-gnome/src/toolbar.c:168 -#: ../../sflphone-client-gnome/src/toolbar.c:170 -msgid "Place a call" -msgstr "" - -#: ../../sflphone-client-gnome/src/toolbar.c:177 -#: ../../sflphone-client-gnome/src/toolbar.c:179 -msgid "Pick up" -msgstr "" - -#: ../../sflphone-client-gnome/src/toolbar.c:187 -#: ../../sflphone-client-gnome/src/toolbar.c:189 -msgid "Hang up" -msgstr "" - -#: ../../sflphone-client-gnome/src/toolbar.c:197 -#: ../../sflphone-client-gnome/src/toolbar.c:199 -msgid "Off Hold" -msgstr "" - -#: ../../sflphone-client-gnome/src/toolbar.c:208 -#: ../../sflphone-client-gnome/src/toolbar.c:210 -msgid "On Hold" -msgstr "" - -#: ../../sflphone-client-gnome/src/toolbar.c:221 -#: ../../sflphone-client-gnome/src/toolbar.c:223 -msgid "Transfer" -msgstr "" - -#: ../../sflphone-client-gnome/src/toolbar.c:233 -#: ../../sflphone-client-gnome/src/toolbar.c:235 -msgid "History" -msgstr "" - -#: ../../sflphone-client-gnome/src/toolbar.c:244 -#: ../../sflphone-client-gnome/src/toolbar.c:246 -msgid "Address book" -msgstr "" - -#: ../../sflphone-client-gnome/src/toolbar.c:252 -#: ../../sflphone-client-gnome/src/toolbar.c:256 -msgid "Voicemail" -msgstr "" - -#: ../../sflphone-client-gnome/src/toolbar.c:264 -msgid "Record a call" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:113 -msgid "Account settings" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:125 -msgid "Account Parameters" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:147 -msgid "_Enable this account" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:161 -msgid "_Protocol" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:179 -msgid "Unknown" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:306 -#: ../../sflphone-client-gnome/src/config/configwindow.c:721 -msgid "General" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:312 -msgid "_Use Evolution address books" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:319 -msgid "Download limit:" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:327 -msgid "cards" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:333 -msgid "_Display contact photo if available" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:341 -msgid "Fields from Evolution's address books" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:345 -msgid "_Business phone" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:351 -msgid "_Home phone" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:357 -msgid "_Mobile phone" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:364 -msgid "Address Books" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:368 -msgid "Select which Evolution address books to use:" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:404 -#: ../../sflphone-client-gnome/src/config/audioconf.c:576 -msgid "Name" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:155 -#, c-format -msgid "audio device index for output = %d" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:581 -msgid "Frequency" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:586 -msgid "Bitrate" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:591 -msgid "Bandwidth" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:662 -msgid "ALSA plugin" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:684 -msgid "Output" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:706 -msgid "Input" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:741 -msgid "_Voice Activity Detection" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:751 -msgid "_Noise Reduction (Narrow-Band Companding)" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:780 -msgid "Sound Manager" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:783 -msgid "_Pulseaudio" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:788 -msgid "_ALSA" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:795 -msgid "ALSA configuration" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:812 -msgid "Codecs" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:835 -msgid "Ringtones" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:841 -msgid "_Enable ringtones" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:847 -msgid "Choose a ringtone" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:853 -msgid "Audio Files" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:418 -msgid "Protocol" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:425 -msgid "Status" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:528 -msgid "Stun parameters will apply to each SIP account created." -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:536 -msgid "Enable it if you are behind a firewall" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:544 -msgid "Format: name.server:port" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:589 -msgid "Desktop Notifications" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:593 -msgid "_Enable notifications" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:599 -msgid "Enable voicemail _notifications" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:611 -msgid "System Tray Icon" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:614 -msgid "_Popup main window on incoming call" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:619 -msgid "Ne_ver popup main window" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:623 -msgid "Hide SFLphone window on _startup" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:629 -msgid "Calls History" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:632 -msgid "_Keep my history for at least" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:643 -msgid " days" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:647 -msgid "PulseAudio sound server" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:650 -msgid "_Mute other applications during a call" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:664 -msgid "SIP Port" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:677 -msgid "Port:" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:725 -msgid "Recordings folder" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:731 -msgid "Select a folder" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:765 -msgid "Preferences" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:785 -msgid "General Settings" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:790 -msgid "Audio Settings" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:795 -msgid "Recordings" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:800 -msgid "Address Book" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:805 -msgid "Hooks" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:832 -msgid "Accounts" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:844 -msgid "Configured Accounts" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:130 -msgid "URL Passing" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:135 -msgid "Custom commands on incoming calls with URL," -msgstr "" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:138 -#, c-format -msgid "%s will be replaced with the passed URL." -msgstr "" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:141 -msgid "Trigger on specific _SIP header" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:150 -msgid "Trigger on _IAX2 URL" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:155 -msgid "Command to _run: " -msgstr "" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:165 -msgid "Phone Number Rewriting" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:169 -msgid "_Prefix dialed numbers with:" -msgstr "" - -#: ../../sflphone-client-gnome/src/contacts/searchbar.c:55 -msgid "" -"Search all\n" -"Click here to change the search type" -msgstr "" - -#: ../../sflphone-client-gnome/src/contacts/searchbar.c:67 -msgid "" -"Search by missed call\n" -"Click here to change the search type" -msgstr "" - -#: ../../sflphone-client-gnome/src/contacts/searchbar.c:79 -msgid "" -"Search by incoming call\n" -"Click here to change the search type" -msgstr "" - -#: ../../sflphone-client-gnome/src/contacts/searchbar.c:91 -msgid "" -"Search by outgoing call\n" -"Click here to change the search type" -msgstr "" diff --git a/sflphone-common/po/zh_CN.po b/sflphone-common/po/zh_CN.po deleted file mode 100644 index 0347cfcfed711a7e67e8a9718e8b1214b64fb0d0..0000000000000000000000000000000000000000 --- a/sflphone-common/po/zh_CN.po +++ /dev/null @@ -1,905 +0,0 @@ -# Chinese translation of SFLphone. -# Copyright (C) 2008 The Free Software Foundation, Inc. -# This file is distributed under the GNU General Public License Version 3. -# -# Yun Liu <yun.liu@savoirfairelinux.com>, 2008. -# -msgid "" -msgstr "" -"Project-Id-Version: SFLphone 0.9.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-06-12 18:05-0400\n" -"PO-Revision-Date: 2008-10-28 14:15\n" -"Last-Translator: Yun Liu <yun.liu@savoirfairelinux.com>\n" -"Language-Team: SavoirFaireLinux Inc <sflphoneteam@savoirfairelinux.com>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n>1;\n" - -#: ../../sflphone-client-gnome/src/accountlist.c:175 -msgid "Registered" -msgstr "已注册" - -#: ../../sflphone-client-gnome/src/accountlist.c:178 -msgid "Not Registered" -msgstr "未注册" - -#: ../../sflphone-client-gnome/src/accountlist.c:181 -msgid "Trying..." -msgstr "æ£åœ¨è¿žæŽ¥..." - -#: ../../sflphone-client-gnome/src/accountlist.c:184 -#: ../../sflphone-client-gnome/src/sflnotify.c:131 -#: ../../sflphone-client-gnome/src/sflnotify.c:148 -msgid "Error" -msgstr "注册失败" - -#: ../../sflphone-client-gnome/src/accountlist.c:187 -msgid "Bad authentification" -msgstr "认è¯é”™è¯¯" - -#: ../../sflphone-client-gnome/src/accountlist.c:190 -msgid "Network unreachable" -msgstr "网络连接失败" - -#: ../../sflphone-client-gnome/src/accountlist.c:193 -msgid "Host unreachable" -msgstr "æœåŠ¡å™¨è¿žæŽ¥å¤±è´¥" - -#: ../../sflphone-client-gnome/src/accountlist.c:196 -msgid "Stun configuration error" -msgstr "Stuné…置有误" - -#: ../../sflphone-client-gnome/src/accountlist.c:199 -msgid "Stun server invalid" -msgstr "StunæœåŠ¡å™¨æ— æ•ˆ" - -#: ../../sflphone-client-gnome/src/accountlist.c:202 -msgid "Invalid" -msgstr "æ— æ•ˆ" - -#: ../../sflphone-client-gnome/src/actions.c:55 -#: ../../sflphone-client-gnome/src/sflnotify.c:94 -#, c-format -msgid "%d voice mails" -msgstr "%d 个è¯éŸ³ä¿¡æ¯" - -#: ../../sflphone-client-gnome/src/actions.c:57 -#, c-format -msgid "%d voice mail" -msgstr "%d 个è¯éŸ³ä¿¡æ¯" - -#: ../../sflphone-client-gnome/src/actions.c:81 -#, c-format -msgid "Using %s (%s)" -msgstr "" - -#: ../../sflphone-client-gnome/src/actions.c:87 -msgid "No registered account" -msgstr "未å‘çŽ°å·²æ³¨å†Œå¸æˆ·" - -#: ../../sflphone-client-gnome/src/actions.c:232 -msgid "" -"Unable to connect to the SFLphone server.\n" -"Make sure the daemon is running." -msgstr "" -"连接SFLphoneæœåŠ¡å™¨å¤±è´¥.\n" -"请检查daemon是å¦è¿˜åœ¨è¿è¡Œ." - -#: ../../sflphone-client-gnome/src/actions.c:807 -#, c-format -msgid "IP call - %s" -msgstr "IP ç”µè¯ - %s" - -#: ../../sflphone-client-gnome/src/actions.c:810 -#, c-format -msgid "Using %s (%s) - Codec: %s" -msgstr "" - -#: ../../sflphone-client-gnome/src/actions.c:900 -#, c-format -msgid "" -"<b>Error: No audio codecs found.\n" -"\n" -"</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>.sflphone</" -"b> directory in your home( <i>%s</i> )" -msgstr "" -"<b>é”™è¯¯ï¼šæ— æ³•æ‰¾åˆ°codecsç¼–ç æ–‡ä»¶.\n" -"\n" -"</b> SFL声音codecs文件应ä½äºŽ<i>%s</i> 或 ä½äºŽä¸»ç›®å½•( <i>%s</i> )çš„<b>." -"sflphone</b>目录下" - -#: ../../sflphone-client-gnome/src/assistant.c:35 -#, c-format -msgid "" -"This assistant is now finished.\n" -"You can at any time check your registration state or modify your accounts " -"parameters in the Options/Accounts window.\n" -"\n" -"Alias : %s\n" -"Server : %s\n" -"Username : %s\n" -msgstr "" -"é…置完æˆ.\n" -"ä½ å¯ä»¥éšæ—¶åœ¨ 选项/叿ˆ· 窗å£ä¸æŸ¥çœ‹æ³¨å†ŒçŠ¶æ€æˆ–è€…ä¿®æ”¹å¸æˆ·å‚æ•°.\n" -"\n" -"别å: %s\n" -"æœåС噍: %s\n" -"用户å: %s\n" - -#: ../../sflphone-client-gnome/src/assistant.c:159 -msgid "SFLphone account configuration wizard" -msgstr "SFLphone 叿ˆ·è®¾ç½®å‘导" - -#: ../../sflphone-client-gnome/src/assistant.c:185 -msgid "Welcome to SFLphone!" -msgstr "欢迎使用SFLphone!" - -#: ../../sflphone-client-gnome/src/assistant.c:186 -msgid "This installation wizard will help you configure an account." -msgstr "安装å‘导将帮助您é…ç½®å¸æˆ·" - -#: ../../sflphone-client-gnome/src/assistant.c:200 -msgid "VoIP Protocols" -msgstr "VoIPåè®®" - -#: ../../sflphone-client-gnome/src/assistant.c:200 -msgid "Select an account type:" -msgstr "é€‰æ‹©å¸æˆ·ç±»åž‹:" - -#: ../../sflphone-client-gnome/src/assistant.c:218 -msgid "Account" -msgstr "叿ˆ·" - -#: ../../sflphone-client-gnome/src/assistant.c:218 -msgid "Please select one of the following option:" -msgstr "请选择以下选项ä¸çš„一个:" - -#: ../../sflphone-client-gnome/src/assistant.c:220 -msgid "Create a free SIP/IAX2 account on sflphone.org" -msgstr "在sflphone.org上创建å…费的SIP/IAX2叿ˆ·" - -#: ../../sflphone-client-gnome/src/assistant.c:222 -msgid "Register an existing SIP or IAX2 account" -msgstr "注册已å˜åœ¨çš„SIP或IAX2叿ˆ·" - -#: ../../sflphone-client-gnome/src/assistant.c:235 -msgid "SIP account configuration" -msgstr "SIP叿ˆ·é…ç½®" - -#: ../../sflphone-client-gnome/src/assistant.c:235 -#: ../../sflphone-client-gnome/src/assistant.c:331 -msgid "Please fill the following information:" -msgstr "请填写以下信æ¯:" - -#: ../../sflphone-client-gnome/src/assistant.c:243 -#: ../../sflphone-client-gnome/src/assistant.c:339 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:153 -msgid "_Alias" -msgstr "别å(A)" - -#: ../../sflphone-client-gnome/src/assistant.c:251 -#: ../../sflphone-client-gnome/src/assistant.c:347 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:189 -msgid "_Host name" -msgstr "主机å(H)" - -#: ../../sflphone-client-gnome/src/assistant.c:259 -#: ../../sflphone-client-gnome/src/assistant.c:355 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:197 -msgid "_User name" -msgstr "用户å(U)" - -#: ../../sflphone-client-gnome/src/assistant.c:275 -#: ../../sflphone-client-gnome/src/assistant.c:370 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:212 -msgid "_Password" -msgstr "密ç (P)" - -#: ../../sflphone-client-gnome/src/assistant.c:293 -#: ../../sflphone-client-gnome/src/assistant.c:386 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:228 -msgid "_Voicemail number" -msgstr "è¯éŸ³ä¿¡ç®±å·ç (V)" - -#: ../../sflphone-client-gnome/src/assistant.c:308 -msgid "Optional Email Address " -msgstr "å¯é€‰é‚®ä»¶åœ°å€ " - -#: ../../sflphone-client-gnome/src/assistant.c:308 -msgid "This email address will be use to send your voicemail messages" -msgstr "这个邮件地å€å°†è¢«ç”¨æ¥å‘逿‚¨çš„è¯éŸ³é‚®ç®±æ¶ˆæ¯" - -#: ../../sflphone-client-gnome/src/assistant.c:316 -msgid "_Email" -msgstr " 邮件(E)" - -#: ../../sflphone-client-gnome/src/assistant.c:331 -msgid "IAX2 account configuration" -msgstr "IAX2叿ˆ·é…ç½®" - -#: ../../sflphone-client-gnome/src/assistant.c:404 -#: ../../sflphone-client-gnome/src/config/configwindow.c:855 -msgid "Network Address Translation" -msgstr "网络地å€è§£æž" - -#: ../../sflphone-client-gnome/src/assistant.c:404 -msgid "You should probably enable this if you are behind a firewall." -msgstr "å¦‚æžœä½ ä½¿ç”¨ç½‘ç»œä½¿ç”¨é˜²ç«å¢™ï¼Œä½ 很有å¯èƒ½éœ€è¦è®¾å®šæ¤é¡¹." - -#: ../../sflphone-client-gnome/src/assistant.c:413 -#: ../../sflphone-client-gnome/src/config/configwindow.c:532 -msgid "E_nable STUN" -msgstr "使用STUN(n)" - -#: ../../sflphone-client-gnome/src/assistant.c:420 -msgid "_STUN server" -msgstr "STUNæœåС噍(S)" - -#: ../../sflphone-client-gnome/src/assistant.c:434 -msgid "Account Registration" -msgstr "叿ˆ·æ³¨å†Œ" - -#: ../../sflphone-client-gnome/src/assistant.c:434 -msgid "Congratulations!" -msgstr "æå–œï¼" - -#: ../../sflphone-client-gnome/src/errors.c:29 -msgid "" -"ALSA notification\n" -"\n" -"Error while opening playback device" -msgstr "" -"ALSAæç¤º\n" -"\n" -"打开回放设备时出错" - -#: ../../sflphone-client-gnome/src/errors.c:32 -msgid "" -"ALSA notification\n" -"\n" -"Error while opening capture device" -msgstr "" -"ALSAæç¤º\n" -"\n" -"打开采集设备时出错" - -#: ../../sflphone-client-gnome/src/errors.c:35 -msgid "" -"Pulseaudio notification\n" -"\n" -"Pulseaudio is not running" -msgstr "" -"Pulseaudioæç¤º\n" -"\n" -"Pulseaudio未è¿è¡Œ" - -#: ../../sflphone-client-gnome/src/mainwindow.c:70 -msgid "There is one call in progress." -msgstr "æœ‰ä¸€ä¸ªç”µè¯æ£åœ¨å¤„ç†" - -#: ../../sflphone-client-gnome/src/mainwindow.c:74 -msgid "There are calls in progress." -msgstr "æœ‰ç”µè¯æ£åœ¨å¤„ç†ä¸" - -#: ../../sflphone-client-gnome/src/mainwindow.c:83 -msgid "Do you still want to quit?" -msgstr "确认è¦é€€å‡º?" - -#: ../../sflphone-client-gnome/src/mainwindow.c:296 -msgid "SFLphone Error" -msgstr "SFLphone出错" - -#: ../../sflphone-client-gnome/src/menus.c:134 -msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols." -msgstr "SFLphone是一个VoIP客户端,它兼容SIPå’ŒIAX2åè®®." - -#: ../../sflphone-client-gnome/src/menus.c:137 -msgid "About SFLphone" -msgstr "关于SFLphone" - -#: ../../sflphone-client-gnome/src/menus.c:161 -msgid "_Help" -msgstr "帮助(H)" - -#: ../../sflphone-client-gnome/src/menus.c:296 -#: ../../sflphone-client-gnome/src/menus.c:962 -msgid "_New call" -msgstr "新电è¯(N)" - -#: ../../sflphone-client-gnome/src/menus.c:308 -#: ../../sflphone-client-gnome/src/menus.c:794 -msgid "_Pick up" -msgstr "拨出(P)" - -#: ../../sflphone-client-gnome/src/menus.c:318 -#: ../../sflphone-client-gnome/src/menus.c:806 -msgid "_Hang up" -msgstr "放下(H)" - -#: ../../sflphone-client-gnome/src/menus.c:328 -#: ../../sflphone-client-gnome/src/menus.c:818 -msgid "On _Hold" -msgstr "ä¿æŒ(H)" - -#: ../../sflphone-client-gnome/src/menus.c:340 -#: ../../sflphone-client-gnome/src/menus.c:830 -msgid "_Record" -msgstr "记录(R)" - -#: ../../sflphone-client-gnome/src/menus.c:354 -msgid "_Account creation wizard" -msgstr "叿ˆ·åˆ›å»ºå‘导" - -#: ../../sflphone-client-gnome/src/menus.c:384 -msgid "_Call" -msgstr "电è¯" - -#: ../../sflphone-client-gnome/src/menus.c:552 -#, fuzzy -msgid "Clear _history" -msgstr "清空历å²è®°å½•(C)" - -#: ../../sflphone-client-gnome/src/menus.c:564 -msgid "_Accounts" -msgstr "叿ˆ·(A)" - -#: ../../sflphone-client-gnome/src/menus.c:579 -msgid "_Edit" -msgstr "编辑(E)" - -#: ../../sflphone-client-gnome/src/menus.c:640 -msgid "_Dialpad" -msgstr "拨å·é¢æ¿" - -#: ../../sflphone-client-gnome/src/menus.c:652 -msgid "_Volume controls" -msgstr "éŸ³é‡æŽ§åˆ¶(V)" - -#: ../../sflphone-client-gnome/src/menus.c:670 -msgid "_View" -msgstr "查看(V)" - -#: ../../sflphone-client-gnome/src/menus.c:890 -msgid "_Call back" -msgstr "回å«(C)" - -#: ../../sflphone-client-gnome/src/menus.c:1070 -msgid "Edit phone" -msgstr "编辑电è¯" - -#: ../../sflphone-client-gnome/src/menus.c:1081 -msgid "Edit the phone number before making a call" -msgstr "拨出电è¯å‰ç¼–辑电è¯å·ç " - -#: ../../sflphone-client-gnome/src/sflnotify.c:71 -#: ../../sflphone-client-gnome/src/sflnotify.c:91 -#, c-format -msgid "%s account: %s" -msgstr "%s 叿ˆ·: %s" - -#: ../../sflphone-client-gnome/src/sflnotify.c:75 -#, c-format -msgid "<i>From:</i> %s" -msgstr "<i>拨入方:</i> %s" - -#: ../../sflphone-client-gnome/src/sflnotify.c:111 -#, c-format -msgid "Calling with %s account <i>%s</i>" -msgstr "使用%s叿ˆ·<i>%s</i>呼å«" - -#: ../../sflphone-client-gnome/src/sflnotify.c:115 -msgid "Current account" -msgstr "当å‰å¸æˆ·" - -#: ../../sflphone-client-gnome/src/sflnotify.c:130 -msgid "You haven't setup any accounts" -msgstr "ä½ æ²¡æœ‰è®¾ç½®ä»»ä½•å¸æˆ·" - -#: ../../sflphone-client-gnome/src/sflnotify.c:147 -msgid "You have no registered accounts" -msgstr "未å‘çŽ°å·²æ³¨å†Œå¸æˆ·" - -#: ../../sflphone-client-gnome/src/sliders.c:161 -msgid "Speakers volume" -msgstr "扬声器音é‡" - -#: ../../sflphone-client-gnome/src/sliders.c:163 -msgid "Mic volume" -msgstr "è¯ç’音é‡" - -#: ../../sflphone-client-gnome/src/statusicon.c:91 -msgid "_Show main window" -msgstr "显示主窗å£(S)" - -#: ../../sflphone-client-gnome/src/statusicon.c:124 -#, c-format -msgid "SFLphone - %i accounts configured" -msgstr "SFLphone - %i ä¸ªå¸æˆ·å·²é…ç½®" - -#: ../../sflphone-client-gnome/src/toolbar.c:50 -#, c-format -msgid "\"Voicemail\" <%s>" -msgstr "\"è¯éŸ³é‚®ä»¶\" <%s>" - -#: ../../sflphone-client-gnome/src/toolbar.c:168 -#: ../../sflphone-client-gnome/src/toolbar.c:170 -msgid "Place a call" -msgstr "拨å·" - -#: ../../sflphone-client-gnome/src/toolbar.c:177 -#: ../../sflphone-client-gnome/src/toolbar.c:179 -msgid "Pick up" -msgstr "接电è¯" - -#: ../../sflphone-client-gnome/src/toolbar.c:187 -#: ../../sflphone-client-gnome/src/toolbar.c:189 -msgid "Hang up" -msgstr "放电è¯" - -#: ../../sflphone-client-gnome/src/toolbar.c:197 -#: ../../sflphone-client-gnome/src/toolbar.c:199 -msgid "Off Hold" -msgstr "æ¢å¤é€šè¯" - -#: ../../sflphone-client-gnome/src/toolbar.c:208 -#: ../../sflphone-client-gnome/src/toolbar.c:210 -msgid "On Hold" -msgstr "待机" - -#: ../../sflphone-client-gnome/src/toolbar.c:221 -#: ../../sflphone-client-gnome/src/toolbar.c:223 -msgid "Transfer" -msgstr "转接" - -#: ../../sflphone-client-gnome/src/toolbar.c:233 -#: ../../sflphone-client-gnome/src/toolbar.c:235 -msgid "History" -msgstr "历å²" - -#: ../../sflphone-client-gnome/src/toolbar.c:244 -#: ../../sflphone-client-gnome/src/toolbar.c:246 -msgid "Address book" -msgstr "地å€ç°¿" - -#: ../../sflphone-client-gnome/src/toolbar.c:252 -#: ../../sflphone-client-gnome/src/toolbar.c:256 -msgid "Voicemail" -msgstr "è¯éŸ³ä¿¡ç®±" - -#: ../../sflphone-client-gnome/src/toolbar.c:264 -msgid "Record a call" -msgstr "记录通è¯" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:113 -msgid "Account settings" -msgstr "叿ˆ·è®¾ç½®" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:125 -msgid "Account Parameters" -msgstr "叿ˆ·ç›¸å…³å‚æ•°" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:147 -msgid "_Enable this account" -msgstr "å¯ç”¨è¯¥è´¦æˆ·(E)" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:161 -msgid "_Protocol" -msgstr "åè®®(P)" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:179 -msgid "Unknown" -msgstr "未知" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:306 -#: ../../sflphone-client-gnome/src/config/configwindow.c:721 -msgid "General" -msgstr "常用é…ç½®" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:312 -msgid "_Use Evolution address books" -msgstr "使用Evolution地å€è–„(U)" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:319 -msgid "Download limit:" -msgstr "下载上é™:" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:327 -msgid "cards" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:333 -msgid "_Display contact photo if available" -msgstr "如果å¯è¡Œåˆ™æ˜¾ç¤ºè”系人照片(D)" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:341 -#, fuzzy -msgid "Fields from Evolution's address books" -msgstr "使用Evolution地å€è–„ä¸çš„如䏋嗿®µ:" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:345 -msgid "_Business phone" -msgstr "商务电è¯(B)" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:351 -msgid "_Home phone" -msgstr "å®¶åºç”µè¯(H)" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:357 -msgid "_Mobile phone" -msgstr "移动电è¯(M)" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:364 -msgid "Address Books" -msgstr "地å€ç°¿" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:368 -msgid "Select which Evolution address books to use:" -msgstr "选择使用如下Evolution地å€è–„:" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:404 -#: ../../sflphone-client-gnome/src/config/audioconf.c:576 -msgid "Name" -msgstr "åç§°" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:155 -#, c-format -msgid "audio device index for output = %d" -msgstr "音频设备输出索引 ï¼ %d" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:581 -msgid "Frequency" -msgstr "频率" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:586 -msgid "Bitrate" -msgstr "比率" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:591 -msgid "Bandwidth" -msgstr "带宽" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:662 -msgid "ALSA plugin" -msgstr "ALSAæ’ä»¶" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:684 -msgid "Output" -msgstr "输出" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:706 -msgid "Input" -msgstr "输入" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:741 -msgid "_Voice Activity Detection" -msgstr "å£°éŸ³çŠ¶æ€æ£€æµ‹(V)" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:751 -msgid "_Noise Reduction (Narrow-Band Companding)" -msgstr "é™å™ªå¤„ç†-窄频压缩(N)" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:780 -msgid "Sound Manager" -msgstr "音频管ç†å™¨" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:783 -#, fuzzy -msgid "_Pulseaudio" -msgstr "Pulseaudio" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:788 -#, fuzzy -msgid "_ALSA" -msgstr "ALSA" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:795 -msgid "ALSA configuration" -msgstr "ALSA é…ç½®" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:812 -msgid "Codecs" -msgstr "Codecsç¼–ç " - -#: ../../sflphone-client-gnome/src/config/audioconf.c:835 -msgid "Ringtones" -msgstr "铃声" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:841 -msgid "_Enable ringtones" -msgstr "å¯ç”¨é“ƒå£°(E)" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:847 -msgid "Choose a ringtone" -msgstr "选择铃声" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:853 -msgid "Audio Files" -msgstr "音频文件" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:418 -msgid "Protocol" -msgstr "åè®®" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:425 -msgid "Status" -msgstr "状æ€" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:528 -msgid "Stun parameters will apply to each SIP account created." -msgstr "Stun傿•°å°†åº”用于æ¯ä¸€ä¸ªæ³¨å†Œçš„SIP叿ˆ·" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:536 -msgid "Enable it if you are behind a firewall" -msgstr "当使用防ç«å¢™æ—¶,å¯ç”¨è¯¥é¡¹" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:544 -msgid "Format: name.server:port" -msgstr "æ ¼å¼ï¼šname.server:port" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:589 -msgid "Desktop Notifications" -msgstr "æ¡Œé¢æç¤º" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:593 -msgid "_Enable notifications" -msgstr "å¯ç”¨æç¤º(E)" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:599 -msgid "Enable voicemail _notifications" -msgstr "å¯ç”¨è¯éŸ³é‚®ç®±æç¤º(n)" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:611 -msgid "System Tray Icon" -msgstr "ç³»ç»Ÿæ‰˜ç›˜å›¾æ ‡" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:614 -msgid "_Popup main window on incoming call" -msgstr "æ¥ç”µæ—¶å¼¹å‡ºä¸»çª—å£(P)" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:619 -msgid "Ne_ver popup main window" -msgstr "从ä¸å¼¹å‡ºä¸»çª—å£(v)" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:623 -msgid "Hide SFLphone window on _startup" -msgstr "在å¯åŠ¨æ—¶éšè—SFLphone主窗å£" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:629 -msgid "Calls History" -msgstr "拨å·åކå²" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:632 -msgid "_Keep my history for at least" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:643 -msgid " days" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:647 -msgid "PulseAudio sound server" -msgstr "PulseAudioæœåС噍" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:650 -#, fuzzy -msgid "_Mute other applications during a call" -msgstr "当有æ¥ç”µæ—¶é™éŸ³å…¶å®ƒåº”用程åº(c)" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:664 -msgid "SIP Port" -msgstr "SIP端å£å·" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:677 -msgid "Port:" -msgstr "端å£:" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:725 -#, fuzzy -msgid "Recordings folder" -msgstr "记录文件夹(R)" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:731 -msgid "Select a folder" -msgstr "选择文件夹" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:765 -msgid "Preferences" -msgstr "属性" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:785 -msgid "General Settings" -msgstr "常用é…ç½®" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:790 -msgid "Audio Settings" -msgstr "音频é…ç½®" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:795 -msgid "Recordings" -msgstr "记录" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:800 -msgid "Address Book" -msgstr "地å€ç°¿" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:805 -msgid "Hooks" -msgstr "é’©é”®" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:832 -msgid "Accounts" -msgstr "叿ˆ·" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:844 -msgid "Configured Accounts" -msgstr "å·²é…ç½®å¸æˆ·" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:130 -msgid "URL Passing" -msgstr "ä¼ è¾“URL" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:135 -msgid "Custom commands on incoming calls with URL," -msgstr "" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:138 -#, c-format -msgid "%s will be replaced with the passed URL." -msgstr "" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:141 -msgid "Trigger on specific _SIP header" -msgstr "激活指定的SIP头(S)" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:150 -msgid "Trigger on _IAX2 URL" -msgstr "激活IAX2 URL(I)" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:155 -#, fuzzy -msgid "Command to _run: " -msgstr "è¿è¡Œå‘½ä»¤(C):" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:165 -msgid "Phone Number Rewriting" -msgstr "é‡è®¾ç”µè¯å·ç " - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:169 -msgid "_Prefix dialed numbers with:" -msgstr "å·ç å‰ç¼€:" - -#: ../../sflphone-client-gnome/src/contacts/searchbar.c:55 -msgid "" -"Search all\n" -"Click here to change the search type" -msgstr "" - -#: ../../sflphone-client-gnome/src/contacts/searchbar.c:67 -msgid "" -"Search by missed call\n" -"Click here to change the search type" -msgstr "" - -#: ../../sflphone-client-gnome/src/contacts/searchbar.c:79 -msgid "" -"Search by incoming call\n" -"Click here to change the search type" -msgstr "" - -#: ../../sflphone-client-gnome/src/contacts/searchbar.c:91 -msgid "" -"Search by outgoing call\n" -"Click here to change the search type" -msgstr "" - -#~ msgid "Accept" -#~ msgstr "接å—" - -#~ msgid "Refuse" -#~ msgstr "æ‹’ç»" - -#~ msgid "Ignore" -#~ msgstr "忽略" - -#~ msgid "<small>Missed call</small>" -#~ msgstr "<small>未接电è¯</small>" - -#~ msgid "<small>Duration:</small> %s" -#~ msgstr "<small>æ—¶é•¿:</small> %s" - -#~ msgid "Fields" -#~ msgstr "å—æ®µ" - -#~ msgid "_History size limit" -#~ msgstr "历å²è®°å½•上é™(H)" - -#~ msgid "" -#~ "SFLphone can run custom commands if incoming calls come with an URL " -#~ "attached.\n" -#~ "In this case, %s will be replaced with the passed URL." -#~ msgstr "" -#~ "当æ¥ç”µæœ‰é™„åŠ çš„URLæ—¶,SFLphoneå¯è¿è¡Œå®¢æˆ·å‘½ä»¤.\n" -#~ "åœ¨æ¤æƒ…况下,ä¼ è¾“çš„URLä¼šè¢«æ›¿æ¢æˆ%s." - -#~ msgid "Search history" -#~ msgstr "查找历å²è®°å½•" - -#~ msgid "Search contact" -#~ msgstr "查找è”系人(S)" - -#~ msgid "Registered to %s (%s)" -#~ msgstr "注册到 %s (%s)" - -#~ msgid "%s account- %s %s" -#~ msgstr "%s 叿ˆ·- %s %s" - -#~ msgid "Books" -#~ msgstr "é’©é”®" - -#~ msgid "_Enable" -#~ msgstr "å¯ç”¨(E)" - -#~ msgid "_Notify voice mails" -#~ msgstr "通知è¯éŸ³é‚®ä»¶(N)" - -#~ msgid "_Start hidden" -#~ msgstr "å¯åŠ¨æ—¶éšè—(S)" - -#~ msgid "_Maximum number of calls" -#~ msgstr "æœ€å¤§æ‹¨å·æ•°(M)" - -#~ msgid "_Control running applications volume" -#~ msgstr "控制æ£åœ¨è¿è¡Œçš„应用程åºçš„音é‡(C)" - -#~ msgid "Account previously setup" -#~ msgstr "叿ˆ·ä»¥å‰è®¾ç½®" - -#~ msgid "URL argument" -#~ msgstr "URL傿•°" - -#~ msgid "_SIP protocol" -#~ msgstr "SIP åè®®(S)" - -#~ msgid "_SIP Header: " -#~ msgstr "SIP消æ¯å¤´(S):" - -#~ msgid "_IAX2 protocol" -#~ msgstr "IAX2 åè®®(I)" - -#~ msgid "Search" -#~ msgstr "查找" - -#~ msgid "_Enabled" -#~ msgstr "å¯ç”¨(E)" - -#~ msgid "%s account- %s" -#~ msgstr "%s 叿ˆ·- %s" - -#~ msgid "Noise reduction" -#~ msgstr "é™å™ª" - -#~ msgid "_Destination folder" -#~ msgstr "ç›®æ ‡æ–‡ä»¶å¤¹(D)" - -#~ msgid "_Account Assistant" -#~ msgstr "叿ˆ·å‘导(A)" - -#~ msgid "Setup Accounts" -#~ msgstr "è®¾å®šå¸æˆ·" - -#~ msgid "Search Parameters" -#~ msgstr "æŸ¥æ‰¾ç›¸å…³å‚æ•°" - -#~ msgid "Maximum result number for a request: " -#~ msgstr "æœ€å¤§æ‹¨å·æ•°" - -#~ msgid "Search for and display: " -#~ msgstr "查找并显示:" - -#~ msgid "_STUN Server" -#~ msgstr "STUNæœåС噍(S)" - -#~ msgid "Apply" -#~ msgstr "应用" diff --git a/sflphone-common/po/zh_HK.po b/sflphone-common/po/zh_HK.po deleted file mode 100644 index 2df95b89a9afc094bd3c61ee5762b0bf3baad932..0000000000000000000000000000000000000000 --- a/sflphone-common/po/zh_HK.po +++ /dev/null @@ -1,904 +0,0 @@ -# Chinese translation of SFLphone. -# Copyright (C) 2008 The Free Software Foundation, Inc. -# This file is distributed under the GNU General Public License Version 3. -# -# Yun Liu <yun.liu@savoirfairelinux.com>, 2008. -# -msgid "" -msgstr "" -"Project-Id-Version: SFLphone 0.9.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-06-12 18:05-0400\n" -"PO-Revision-Date: 2008-10-28 14:15\n" -"Last-Translator: Yun Liu <yun.liu@savoirfairelinux.com>\n" -"Language-Team: SavoirFaireLinux Inc <sflphoneteam@savoirfairelinux.com>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n>1;\n" - -#: ../../sflphone-client-gnome/src/accountlist.c:175 -msgid "Registered" -msgstr "已註冊" - -#: ../../sflphone-client-gnome/src/accountlist.c:178 -msgid "Not Registered" -msgstr "未註冊" - -#: ../../sflphone-client-gnome/src/accountlist.c:181 -msgid "Trying..." -msgstr "æ£åœ¨é€£æŽ¥..." - -#: ../../sflphone-client-gnome/src/accountlist.c:184 -#: ../../sflphone-client-gnome/src/sflnotify.c:131 -#: ../../sflphone-client-gnome/src/sflnotify.c:148 -msgid "Error" -msgstr "註冊失敗" - -#: ../../sflphone-client-gnome/src/accountlist.c:187 -msgid "Bad authentification" -msgstr "èªè‰éŒ¯èª¤" - -#: ../../sflphone-client-gnome/src/accountlist.c:190 -msgid "Network unreachable" -msgstr "網路連線失敗" - -#: ../../sflphone-client-gnome/src/accountlist.c:193 -msgid "Host unreachable" -msgstr "伺æœå™¨é€£ç·šå¤±æ•—" - -#: ../../sflphone-client-gnome/src/accountlist.c:196 -msgid "Stun configuration error" -msgstr "Stuné…置有誤" - -#: ../../sflphone-client-gnome/src/accountlist.c:199 -msgid "Stun server invalid" -msgstr "Stun伺æœå™¨ç„¡æ•ˆ" - -#: ../../sflphone-client-gnome/src/accountlist.c:202 -msgid "Invalid" -msgstr "無效" - -#: ../../sflphone-client-gnome/src/actions.c:55 -#: ../../sflphone-client-gnome/src/sflnotify.c:94 -#, c-format -msgid "%d voice mails" -msgstr "%d 個語音郵件" - -#: ../../sflphone-client-gnome/src/actions.c:57 -#, c-format -msgid "%d voice mail" -msgstr "%d 個語音郵件" - -#: ../../sflphone-client-gnome/src/actions.c:81 -#, c-format -msgid "Using %s (%s)" -msgstr "" - -#: ../../sflphone-client-gnome/src/actions.c:87 -msgid "No registered account" -msgstr "未發ç¾å·²è¨»å†Šå¸³æˆ¶" - -#: ../../sflphone-client-gnome/src/actions.c:232 -msgid "" -"Unable to connect to the SFLphone server.\n" -"Make sure the daemon is running." -msgstr "" -"連接SFLphone伺æœå™¨å¤±æ•—.\n" -"è«‹æ ¸æŸ¥daemonæ˜¯å¦æ£åœ¨é‹è¡Œ." - -#: ../../sflphone-client-gnome/src/actions.c:807 -#, c-format -msgid "IP call - %s" -msgstr "IP電話- %s" - -#: ../../sflphone-client-gnome/src/actions.c:810 -#, c-format -msgid "Using %s (%s) - Codec: %s" -msgstr "" - -#: ../../sflphone-client-gnome/src/actions.c:900 -#, c-format -msgid "" -"<b>Error: No audio codecs found.\n" -"\n" -"</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>.sflphone</" -"b> directory in your home( <i>%s</i> )" -msgstr "" -"<b>錯誤:無法找到音訊編碼檔案.\n" -"\n" -"</b> SFLè²éŸ³ç·¨ç¢¼æª”案應該ä½äºŽ<i>%s</i> 或者ä½äºŽä¸»ç›®éŒ„( <i>%s</i> )çš„<b>." -"sflphone</b>目錄下" - -#: ../../sflphone-client-gnome/src/assistant.c:35 -#, c-format -msgid "" -"This assistant is now finished.\n" -"You can at any time check your registration state or modify your accounts " -"parameters in the Options/Accounts window.\n" -"\n" -"Alias : %s\n" -"Server : %s\n" -"Username : %s\n" -msgstr "" -"é…置完æˆ.\n" -"ä½ å¯ä»¥éš¨æ™‚在 é¸é …/帳戶 䏿Ÿ¥çœ‹è¨»å†Šç‹€æ…‹æˆ–者修改帳戶信æ¯\n" -"別稱: %s\n" -"伺æœå™¨: %s\n" -"使用者å稱: %s\n" - -#: ../../sflphone-client-gnome/src/assistant.c:159 -msgid "SFLphone account configuration wizard" -msgstr "SFLphone 帳戶è¨ç½®å‘å°Ž" - -#: ../../sflphone-client-gnome/src/assistant.c:185 -msgid "Welcome to SFLphone!" -msgstr "æ¡è¿Žä½¿ç”¨SFLphone!" - -#: ../../sflphone-client-gnome/src/assistant.c:186 -msgid "This installation wizard will help you configure an account." -msgstr "安è£å‘導將幫助您é…置帳戶" - -#: ../../sflphone-client-gnome/src/assistant.c:200 -msgid "VoIP Protocols" -msgstr "VoIPå”è°" - -#: ../../sflphone-client-gnome/src/assistant.c:200 -msgid "Select an account type:" -msgstr "鏿“‡å¸³æˆ¶é¡žåž‹:" - -#: ../../sflphone-client-gnome/src/assistant.c:218 -msgid "Account" -msgstr "帳戶" - -#: ../../sflphone-client-gnome/src/assistant.c:218 -msgid "Please select one of the following option:" -msgstr "è«‹é¸æ“‡ä»¥ä¸‹é¸é …ä¸çš„一個:" - -#: ../../sflphone-client-gnome/src/assistant.c:220 -msgid "Create a free SIP/IAX2 account on sflphone.org" -msgstr "在sflphone.org上創建å…費的SIP/IAX2帳戶" - -#: ../../sflphone-client-gnome/src/assistant.c:222 -msgid "Register an existing SIP or IAX2 account" -msgstr "註冊已å˜åœ¨çš„SIP或IAX2帳戶" - -#: ../../sflphone-client-gnome/src/assistant.c:235 -msgid "SIP account configuration" -msgstr "SIP帳戶é…ç½®" - -#: ../../sflphone-client-gnome/src/assistant.c:235 -#: ../../sflphone-client-gnome/src/assistant.c:331 -msgid "Please fill the following information:" -msgstr "請填寫如下信æ¯:" - -#: ../../sflphone-client-gnome/src/assistant.c:243 -#: ../../sflphone-client-gnome/src/assistant.c:339 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:153 -msgid "_Alias" -msgstr "別稱(A)" - -#: ../../sflphone-client-gnome/src/assistant.c:251 -#: ../../sflphone-client-gnome/src/assistant.c:347 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:189 -msgid "_Host name" -msgstr "主机å稱(H)" - -#: ../../sflphone-client-gnome/src/assistant.c:259 -#: ../../sflphone-client-gnome/src/assistant.c:355 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:197 -msgid "_User name" -msgstr "使用者å稱(U)" - -#: ../../sflphone-client-gnome/src/assistant.c:275 -#: ../../sflphone-client-gnome/src/assistant.c:370 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:212 -msgid "_Password" -msgstr "密碼(P)" - -#: ../../sflphone-client-gnome/src/assistant.c:293 -#: ../../sflphone-client-gnome/src/assistant.c:386 -#: ../../sflphone-client-gnome/src/config/accountwindow.c:228 -msgid "_Voicemail number" -msgstr "語音郵箱(V)" - -#: ../../sflphone-client-gnome/src/assistant.c:308 -msgid "Optional Email Address " -msgstr "å¯é¸éƒµä»¶åœ°å€ " - -#: ../../sflphone-client-gnome/src/assistant.c:308 -msgid "This email address will be use to send your voicemail messages" -msgstr "這個郵件地å€å°‡è¢«ç”¨ä¾†ç™¼é€æ‚¨çš„語音郵箱消æ¯" - -#: ../../sflphone-client-gnome/src/assistant.c:316 -msgid "_Email" -msgstr "郵件(E)" - -#: ../../sflphone-client-gnome/src/assistant.c:331 -msgid "IAX2 account configuration" -msgstr "IAX2帳戶é…ç½®" - -#: ../../sflphone-client-gnome/src/assistant.c:404 -#: ../../sflphone-client-gnome/src/config/configwindow.c:855 -msgid "Network Address Translation" -msgstr "網路地å€åˆ†æž" - -#: ../../sflphone-client-gnome/src/assistant.c:404 -msgid "You should probably enable this if you are behind a firewall." -msgstr "å¦‚æžœä½ ä½¿ç”¨ç¶²è·¯é˜²ç«ç‰†ï¼Œä½ 很有å¯èƒ½éœ€è¦è¨å®šè©²é …." - -#: ../../sflphone-client-gnome/src/assistant.c:413 -#: ../../sflphone-client-gnome/src/config/configwindow.c:532 -msgid "E_nable STUN" -msgstr "啟用STUN(n)" - -#: ../../sflphone-client-gnome/src/assistant.c:420 -msgid "_STUN server" -msgstr "STUN伺æœå™¨(S)" - -#: ../../sflphone-client-gnome/src/assistant.c:434 -msgid "Account Registration" -msgstr "帳戶註冊" - -#: ../../sflphone-client-gnome/src/assistant.c:434 -msgid "Congratulations!" -msgstr "æå–œï¼" - -#: ../../sflphone-client-gnome/src/errors.c:29 -msgid "" -"ALSA notification\n" -"\n" -"Error while opening playback device" -msgstr "" -"ALSAæç¤º\n" -"\n" -"打開回放è¨å‚™æ™‚出錯" - -#: ../../sflphone-client-gnome/src/errors.c:32 -msgid "" -"ALSA notification\n" -"\n" -"Error while opening capture device" -msgstr "" -"ALSAæç¤º\n" -"\n" -"打開采集è¨å‚™æ™‚出錯" - -#: ../../sflphone-client-gnome/src/errors.c:35 -msgid "" -"Pulseaudio notification\n" -"\n" -"Pulseaudio is not running" -msgstr "" -"Pulseaudioæç¤º\n" -"\n" -"Pulseaudio未é‹è¡Œ" - -#: ../../sflphone-client-gnome/src/mainwindow.c:70 -msgid "There is one call in progress." -msgstr "有一個電話æ£åœ¨è™•ç†ä¸." - -#: ../../sflphone-client-gnome/src/mainwindow.c:74 -msgid "There are calls in progress." -msgstr "有電話æ£åœ¨è™•ç†ä¸." - -#: ../../sflphone-client-gnome/src/mainwindow.c:83 -msgid "Do you still want to quit?" -msgstr "確èªè¦é€€å‡º?" - -#: ../../sflphone-client-gnome/src/mainwindow.c:296 -msgid "SFLphone Error" -msgstr "SFLphone 出錯" - -#: ../../sflphone-client-gnome/src/menus.c:134 -msgid "SFLphone is a VoIP client compatible with SIP and IAX2 protocols." -msgstr "SFLphone是一個VoIP客戶端,它兼容SIPå’ŒIAX2åè®®." - -#: ../../sflphone-client-gnome/src/menus.c:137 -msgid "About SFLphone" -msgstr "有關SFLphone" - -#: ../../sflphone-client-gnome/src/menus.c:161 -msgid "_Help" -msgstr "幫助(H)" - -#: ../../sflphone-client-gnome/src/menus.c:296 -#: ../../sflphone-client-gnome/src/menus.c:962 -msgid "_New call" -msgstr "新電話(N)" - -#: ../../sflphone-client-gnome/src/menus.c:308 -#: ../../sflphone-client-gnome/src/menus.c:794 -msgid "_Pick up" -msgstr "撥出(P)" - -#: ../../sflphone-client-gnome/src/menus.c:318 -#: ../../sflphone-client-gnome/src/menus.c:806 -msgid "_Hang up" -msgstr "放下(H)" - -#: ../../sflphone-client-gnome/src/menus.c:328 -#: ../../sflphone-client-gnome/src/menus.c:818 -msgid "On _Hold" -msgstr "待机" - -#: ../../sflphone-client-gnome/src/menus.c:340 -#: ../../sflphone-client-gnome/src/menus.c:830 -msgid "_Record" -msgstr "記錄(R)" - -#: ../../sflphone-client-gnome/src/menus.c:354 -msgid "_Account creation wizard" -msgstr "帳戶創建å‘å°Ž(A)" - -#: ../../sflphone-client-gnome/src/menus.c:384 -msgid "_Call" -msgstr "電話" - -#: ../../sflphone-client-gnome/src/menus.c:552 -#, fuzzy -msgid "Clear _history" -msgstr "清空曆å²è¨˜éŒ„(C)" - -#: ../../sflphone-client-gnome/src/menus.c:564 -msgid "_Accounts" -msgstr "帳戶(A)" - -#: ../../sflphone-client-gnome/src/menus.c:579 -msgid "_Edit" -msgstr "編輯(E)" - -#: ../../sflphone-client-gnome/src/menus.c:640 -msgid "_Dialpad" -msgstr "æ’¥è™Ÿé¢æ¿" - -#: ../../sflphone-client-gnome/src/menus.c:652 -msgid "_Volume controls" -msgstr "éŸ³é‡æŽ§åˆ¶(V)" - -#: ../../sflphone-client-gnome/src/menus.c:670 -msgid "_View" -msgstr "查看(V)" - -#: ../../sflphone-client-gnome/src/menus.c:890 -msgid "_Call back" -msgstr "回å«(C)" - -#: ../../sflphone-client-gnome/src/menus.c:1070 -msgid "Edit phone" -msgstr "編輯電話" - -#: ../../sflphone-client-gnome/src/menus.c:1081 -msgid "Edit the phone number before making a call" -msgstr "撥出電話å‰ç·¨è¼¯é›»è©±è™Ÿç¢¼" - -#: ../../sflphone-client-gnome/src/sflnotify.c:71 -#: ../../sflphone-client-gnome/src/sflnotify.c:91 -#, c-format -msgid "%s account: %s" -msgstr "%s 帳戶: %s" - -#: ../../sflphone-client-gnome/src/sflnotify.c:75 -#, c-format -msgid "<i>From:</i> %s" -msgstr "<i>撥入方:</i> %s" - -#: ../../sflphone-client-gnome/src/sflnotify.c:111 -#, c-format -msgid "Calling with %s account <i>%s</i>" -msgstr "使用%s帳戶<i>%s</i>呼å«" - -#: ../../sflphone-client-gnome/src/sflnotify.c:115 -msgid "Current account" -msgstr "ç•¶å‰å¸³æˆ¶" - -#: ../../sflphone-client-gnome/src/sflnotify.c:130 -msgid "You haven't setup any accounts" -msgstr "ä½ æ²’æœ‰è¨ç½®ä»»ä½•帳戶" - -#: ../../sflphone-client-gnome/src/sflnotify.c:147 -msgid "You have no registered accounts" -msgstr "未發ç¾å·²è¨»å†Šå¸³æˆ¶" - -#: ../../sflphone-client-gnome/src/sliders.c:161 -msgid "Speakers volume" -msgstr "æšè²å™¨éŸ³é‡" - -#: ../../sflphone-client-gnome/src/sliders.c:163 -msgid "Mic volume" -msgstr "話ç’音é‡" - -#: ../../sflphone-client-gnome/src/statusicon.c:91 -msgid "_Show main window" -msgstr "顯示主窗å£(S)" - -#: ../../sflphone-client-gnome/src/statusicon.c:124 -#, c-format -msgid "SFLphone - %i accounts configured" -msgstr "SFLphone - %i 個帳戶已é…ç½®" - -#: ../../sflphone-client-gnome/src/toolbar.c:50 -#, c-format -msgid "\"Voicemail\" <%s>" -msgstr "\"語音郵件\" <%s>" - -#: ../../sflphone-client-gnome/src/toolbar.c:168 -#: ../../sflphone-client-gnome/src/toolbar.c:170 -msgid "Place a call" -msgstr "打電話" - -#: ../../sflphone-client-gnome/src/toolbar.c:177 -#: ../../sflphone-client-gnome/src/toolbar.c:179 -msgid "Pick up" -msgstr "接電話" - -#: ../../sflphone-client-gnome/src/toolbar.c:187 -#: ../../sflphone-client-gnome/src/toolbar.c:189 -msgid "Hang up" -msgstr "放電話" - -#: ../../sflphone-client-gnome/src/toolbar.c:197 -#: ../../sflphone-client-gnome/src/toolbar.c:199 -msgid "Off Hold" -msgstr "æ¢å¤é€šè©±" - -#: ../../sflphone-client-gnome/src/toolbar.c:208 -#: ../../sflphone-client-gnome/src/toolbar.c:210 -msgid "On Hold" -msgstr "待机" - -#: ../../sflphone-client-gnome/src/toolbar.c:221 -#: ../../sflphone-client-gnome/src/toolbar.c:223 -msgid "Transfer" -msgstr "轉接" - -#: ../../sflphone-client-gnome/src/toolbar.c:233 -#: ../../sflphone-client-gnome/src/toolbar.c:235 -msgid "History" -msgstr "æ·å²" - -#: ../../sflphone-client-gnome/src/toolbar.c:244 -#: ../../sflphone-client-gnome/src/toolbar.c:246 -msgid "Address book" -msgstr "地å€ç°¿" - -#: ../../sflphone-client-gnome/src/toolbar.c:252 -#: ../../sflphone-client-gnome/src/toolbar.c:256 -msgid "Voicemail" -msgstr "語音郵件" - -#: ../../sflphone-client-gnome/src/toolbar.c:264 -msgid "Record a call" -msgstr "記錄通話" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:113 -msgid "Account settings" -msgstr "帳戶è¨ç½®" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:125 -msgid "Account Parameters" -msgstr "å¸³æˆ¶ç›¸é—œåƒæ•¸" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:147 -msgid "_Enable this account" -msgstr "啟用該賬戶(E)" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:161 -msgid "_Protocol" -msgstr "å”è°(P)" - -#: ../../sflphone-client-gnome/src/config/accountwindow.c:179 -msgid "Unknown" -msgstr "未知" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:306 -#: ../../sflphone-client-gnome/src/config/configwindow.c:721 -msgid "General" -msgstr "常用é…ç½®" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:312 -msgid "_Use Evolution address books" -msgstr "使用Evolution地å€è–„(U)" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:319 -msgid "Download limit:" -msgstr "下載上é™:" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:327 -msgid "cards" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:333 -msgid "_Display contact photo if available" -msgstr "如果å¯ä»¥å‰‡é¡¯ç¤ºè¯ç¹«äººç…§ç‰‡(D)" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:341 -#, fuzzy -msgid "Fields from Evolution's address books" -msgstr "使用Evolution地å€è–„ä¸çš„如䏋嗿®µ:" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:345 -msgid "_Business phone" -msgstr "商務電話(B)" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:351 -msgid "_Home phone" -msgstr "å®¶åºé›»è©±(H)" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:357 -msgid "_Mobile phone" -msgstr "移動電話(M)" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:364 -msgid "Address Books" -msgstr "地å€ç°¿" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:368 -msgid "Select which Evolution address books to use:" -msgstr "鏿“‡ä½¿ç”¨å¦‚下Evolution地å€è–„:" - -#: ../../sflphone-client-gnome/src/config/addressbook-config.c:404 -#: ../../sflphone-client-gnome/src/config/audioconf.c:576 -msgid "Name" -msgstr "å稱" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:155 -#, c-format -msgid "audio device index for output = %d" -msgstr "音訊è¨å‚™è¼¸å‡ºç´¢å¼• ï¼ %d" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:581 -msgid "Frequency" -msgstr "顰律" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:586 -msgid "Bitrate" -msgstr "比率" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:591 -msgid "Bandwidth" -msgstr "顰寬" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:662 -msgid "ALSA plugin" -msgstr "ALSAæ’ä»¶" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:684 -msgid "Output" -msgstr "輸出" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:706 -msgid "Input" -msgstr "輸入" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:741 -msgid "_Voice Activity Detection" -msgstr "è²éŸ³ç‹€æ…‹æª¢æ¸¬(V)" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:751 -msgid "_Noise Reduction (Narrow-Band Companding)" -msgstr "é™å™ªè™•ç†-çª„é »å£“ç¸®(N)" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:780 -msgid "Sound Manager" -msgstr "è²éŸ³ç®¡ç†å™¨" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:783 -#, fuzzy -msgid "_Pulseaudio" -msgstr "Pulseaudio" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:788 -#, fuzzy -msgid "_ALSA" -msgstr "ALSA" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:795 -msgid "ALSA configuration" -msgstr "ALSA é…ç½®" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:812 -msgid "Codecs" -msgstr "編碼" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:835 -msgid "Ringtones" -msgstr "鈴è²" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:841 -msgid "_Enable ringtones" -msgstr "啟動鈴è²(E)" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:847 -msgid "Choose a ringtone" -msgstr "鈴è²é¸æ“‡" - -#: ../../sflphone-client-gnome/src/config/audioconf.c:853 -msgid "Audio Files" -msgstr "音訊檔案" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:418 -msgid "Protocol" -msgstr "å”è°" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:425 -msgid "Status" -msgstr "狀態" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:528 -msgid "Stun parameters will apply to each SIP account created." -msgstr "Stunåƒæ•¸å°‡æ‡‰ç”¨æ–¼æ¯ä¸€å€‹è¨»å†Šçš„SIP帳戶" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:536 -msgid "Enable it if you are behind a firewall" -msgstr "當使用防ç«ç‰†æ™‚,需è¦è¨å®šæ¤é …" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:544 -msgid "Format: name.server:port" -msgstr "æ ¼å¼ï¼šname.server:port" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:589 -msgid "Desktop Notifications" -msgstr "æ¡Œé¢æç¤º" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:593 -msgid "_Enable notifications" -msgstr "啟動æç¤º(E)" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:599 -msgid "Enable voicemail _notifications" -msgstr "啟用語音郵箱æç¤º(n)" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:611 -msgid "System Tray Icon" -msgstr "系統托盤圖標" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:614 -msgid "_Popup main window on incoming call" -msgstr "來電話時彈出主視窗(P)" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:619 -msgid "Ne_ver popup main window" -msgstr "從ä¸å½ˆå‡ºä¸»è¦–窗(v)" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:623 -msgid "Hide SFLphone window on _startup" -msgstr "在啟動時隱è—SFLphone主窗å£" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:629 -msgid "Calls History" -msgstr "打電話æ·å²" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:632 -msgid "_Keep my history for at least" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:643 -msgid " days" -msgstr "" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:647 -msgid "PulseAudio sound server" -msgstr "PulseAudioè²éŸ³ä¼ºæœå™¨" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:650 -#, fuzzy -msgid "_Mute other applications during a call" -msgstr "當有來電時éœéŸ³å…¶å®ƒæ‡‰ç”¨ç¨‹åº(c)" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:664 -msgid "SIP Port" -msgstr "SIP端å£" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:677 -msgid "Port:" -msgstr "端å£:" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:725 -#, fuzzy -msgid "Recordings folder" -msgstr "記錄文件夾(R)" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:731 -msgid "Select a folder" -msgstr "鏿“‡æ–‡ä»¶å¤¾" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:765 -msgid "Preferences" -msgstr "屬性" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:785 -msgid "General Settings" -msgstr "常用é…ç½®" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:790 -msgid "Audio Settings" -msgstr "音訊é…ç½®" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:795 -msgid "Recordings" -msgstr "記錄" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:800 -msgid "Address Book" -msgstr "地å€ç°¿" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:805 -msgid "Hooks" -msgstr "鉤éµ" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:832 -msgid "Accounts" -msgstr "帳戶" - -#: ../../sflphone-client-gnome/src/config/configwindow.c:844 -msgid "Configured Accounts" -msgstr "å·²é…置帳戶" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:130 -msgid "URL Passing" -msgstr "傳輸URL" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:135 -msgid "Custom commands on incoming calls with URL," -msgstr "" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:138 -#, c-format -msgid "%s will be replaced with the passed URL." -msgstr "" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:141 -msgid "Trigger on specific _SIP header" -msgstr "激活指定的SIPé (S)" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:150 -msgid "Trigger on _IAX2 URL" -msgstr "激活IAX2 URL(I)" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:155 -#, fuzzy -msgid "Command to _run: " -msgstr "é‹è¡Œå‘½ä»¤(C):" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:165 -msgid "Phone Number Rewriting" -msgstr "é‡è¨é›»è©±è™Ÿç¢¼" - -#: ../../sflphone-client-gnome/src/config/hooks-config.c:169 -msgid "_Prefix dialed numbers with:" -msgstr "號碼å‰ç¶´:" - -#: ../../sflphone-client-gnome/src/contacts/searchbar.c:55 -msgid "" -"Search all\n" -"Click here to change the search type" -msgstr "" - -#: ../../sflphone-client-gnome/src/contacts/searchbar.c:67 -msgid "" -"Search by missed call\n" -"Click here to change the search type" -msgstr "" - -#: ../../sflphone-client-gnome/src/contacts/searchbar.c:79 -msgid "" -"Search by incoming call\n" -"Click here to change the search type" -msgstr "" - -#: ../../sflphone-client-gnome/src/contacts/searchbar.c:91 -msgid "" -"Search by outgoing call\n" -"Click here to change the search type" -msgstr "" - -#~ msgid "Accept" -#~ msgstr "接å—" - -#~ msgid "Refuse" -#~ msgstr "拒絕" - -#~ msgid "Ignore" -#~ msgstr "忽略" - -#~ msgid "<small>Missed call</small>" -#~ msgstr "<small>未接電話</small>" - -#~ msgid "<small>Duration:</small> %s" -#~ msgstr "<small>時長:</small> %s" - -#~ msgid "Fields" -#~ msgstr "å—æ®µ" - -#~ msgid "_History size limit" -#~ msgstr "æ·å²è¨˜éŒ„上é™(H)" - -#~ msgid "" -#~ "SFLphone can run custom commands if incoming calls come with an URL " -#~ "attached.\n" -#~ "In this case, %s will be replaced with the passed URL." -#~ msgstr "" -#~ "ç•¶ä¾†é›»æœ‰é™„åŠ çš„URL時,SFLphoneå¯é‹è¡Œå®¢æˆ¶å‘½ä»¤.\n" -#~ "åœ¨æ¤æƒ…æ³ä¸‹,傳輸的URLæœƒè¢«æ›¿æ›æˆ%s." - -#~ msgid "Search history" -#~ msgstr "æœå°‹æ·å²è¨˜éŒ„" - -#~ msgid "Search contact" -#~ msgstr "æœå°‹è¯ç¹«äºº(S)" - -#~ msgid "Registered to %s (%s)" -#~ msgstr "註冊到 %s (%s)" - -#~ msgid "%s account- %s %s" -#~ msgstr "%s 帳戶- %s\t\t%s" - -#~ msgid "Books" -#~ msgstr "鉤éµ" - -#~ msgid "_Enable" -#~ msgstr "啟用(E)" - -#~ msgid "_Notify voice mails" -#~ msgstr "語音郵件通知(N)" - -#~ msgid "_Start hidden" -#~ msgstr "啟動時隱è—(S)" - -#~ msgid "_Maximum number of calls" -#~ msgstr "最大打出電話數目(M)" - -#~ msgid "_Control running applications volume" -#~ msgstr "控制æ£åœ¨é‹è¡Œä¸çš„æ‡‰ç”¨ç¨‹å¼çš„音é‡(C)" - -#~ msgid "Account previously setup" -#~ msgstr "帳戶以å‰è¨å®š" - -#~ msgid "URL argument" -#~ msgstr "URLåƒæ•¸" - -#~ msgid "_SIP protocol" -#~ msgstr "SIP å”è°(S)" - -#~ msgid "_SIP Header: " -#~ msgstr "SIP消æ¯é (S):" - -#~ msgid "_IAX2 protocol" -#~ msgstr "IAX2 å”è°(I)" - -#~ msgid "Search" -#~ msgstr "æœå°‹" - -#~ msgid "_Enabled" -#~ msgstr "啟用(E)" - -#~ msgid "%s account- %s" -#~ msgstr "%s 帳戶- %s" - -#~ msgid "Noise reduction" -#~ msgstr "é™å™ª" - -#~ msgid "_Destination folder" -#~ msgstr "目標文件夾(D)" - -#~ msgid "_Account Assistant" -#~ msgstr "帳戶å‘å°Ž(A)" - -#~ msgid "Setup Accounts" -#~ msgstr "è¨å®šå¸³æˆ¶" - -#~ msgid "Search Parameters" -#~ msgstr "æœå°‹ç›¸é—œåƒæ•¸" - -#~ msgid "Maximum result number for a request: " -#~ msgstr "最大打出電話數目" - -#~ msgid "Search for and display: " -#~ msgstr "æœå°‹ä¸¦é¡¯ç¤º:" - -#~ msgid "_STUN Server" -#~ msgstr "STUN伺æœå™¨(S)" - -#~ msgid "Apply" -#~ msgstr "套用" diff --git a/sflphone-common/src/config/config.cpp b/sflphone-common/src/config/config.cpp index 9c6bb914baf03d73aaa73f94d6f6b2b5340730e5..4f8c02c8de554f762e1963133d452c67122e1654 100644 --- a/sflphone-common/src/config/config.cpp +++ b/sflphone-common/src/config/config.cpp @@ -22,6 +22,9 @@ #include "../global.h" #include <fstream> #include <cstdlib> +#include <sys/types.h> +#include <sys/stat.h> +#include <errno.h> namespace Conf { @@ -255,7 +258,11 @@ ConfigTree::saveConfigTree (const std::string& fileName) } file.close(); - + + if(chmod(fileName.c_str(), S_IRUSR | S_IWUSR)) { + _debug("Failed to set permission on configuration file because: %s\n",strerror(errno)); + } + return true; } @@ -267,7 +274,7 @@ int ConfigTree::populateFromFile (const std::string& fileName) { bool out = false; - + if (fileName.empty()) { return 0; } @@ -332,7 +339,11 @@ ConfigTree::populateFromFile (const std::string& fileName) } file.close(); - + + if(chmod(fileName.c_str(), S_IRUSR | S_IWUSR)) { + _debug("Failed to set permission on configuration file because: %s\n",strerror(errno)); + } + return 1; } diff --git a/sflphone-common/src/config/config.h b/sflphone-common/src/config/config.h index 0872889486659d2a7db64634106f36fcb58ce3a0..0fa75a24acd2e580d1ddb457179f8091507f6d3b 100644 --- a/sflphone-common/src/config/config.h +++ b/sflphone-common/src/config/config.h @@ -155,7 +155,7 @@ class ConfigTree * List of sections. Each sections has an ItemList as child */ SectionMap _sections; - + friend class ConfigTreeIterator; public: diff --git a/sflphone-common/src/global.h b/sflphone-common/src/global.h index d08d9ce8524dddad65ddb2831421baf27eaa2d62..a6053980b86bb7f1947ff03ca7b9da1f55dee94c 100644 --- a/sflphone-common/src/global.h +++ b/sflphone-common/src/global.h @@ -32,7 +32,7 @@ #include <map> #include <vector> -#define SFLPHONED_VERSION "0.9.6~beta" /** Version number */ +#define SFLPHONED_VERSION "0.9.6~rc1" /** Version number */ #define HOMEDIR (getenv ("HOME")) /** Home directory */ diff --git a/sflphone-common/src/managerimpl.cpp b/sflphone-common/src/managerimpl.cpp index 7a49b2c04a3948237400173cfd5e3859ec6f01c7..345fb7df667cac41ccbd41ddfaa2c03bea97e44a 100644 --- a/sflphone-common/src/managerimpl.cpp +++ b/sflphone-common/src/managerimpl.cpp @@ -1293,7 +1293,7 @@ ManagerImpl::createSettingsPath (void) { _path = std::string (HOMEDIR) + DIR_SEPARATOR_STR + "." + PROGDIR; - if (mkdir (_path.data(), 0755) != 0) { + if (mkdir (_path.data(), 0600) != 0) { // If directory creation failed if (errno != EEXIST) { _debug ("Cannot create directory: %s\n", strerror (errno)); @@ -1952,31 +1952,7 @@ void ManagerImpl::setAudioManager (const int32_t& api) switchAudioManager(); return; - - /* - int manager; - - _debug(" ManagerImpl::setAudioManager :: %i \n",api); - - manager = api; - if( manager == PULSEAUDIO ) - { - if(app_is_running("pulseaudio") != 0) - { - // The pulseaudio daemon is not running - manager = ALSA; - notifyErrClient(PULSEAUDIO_NOT_RUNNING); - } - } - - if(manager == api) - { - // it means that we can change the audio manager - setConfig( PREFERENCES , CONFIG_AUDIO , api) ; - switchAudioManager(); - } - */ - + } int32_t diff --git a/sflphone-common/src/sdp.cpp b/sflphone-common/src/sdp.cpp index 9256b238b8ca8db8dd1cf6341e296940d5b1c4da..8c79cb36dd98489ccf568fc3bf27e12335a36aff 100644 --- a/sflphone-common/src/sdp.cpp +++ b/sflphone-common/src/sdp.cpp @@ -180,7 +180,6 @@ int Sdp::receiving_initial_offer (pjmedia_sdp_session* remote) // pjmedia_sdp_neg_create_w_remote_offer with the remote offer, and by providing the local offer ( optional ) pj_status_t status; - pjmedia_sdp_neg_state state; _debug ("Receiving initial offer\n"); @@ -200,13 +199,68 @@ int Sdp::receiving_initial_offer (pjmedia_sdp_session* remote) status = pjmedia_sdp_neg_create_w_remote_offer (_pool, get_local_sdp_session(), remote, &_negociator); - state = pjmedia_sdp_neg_get_state (_negociator); - PJ_ASSERT_RETURN (status == PJ_SUCCESS, 1); return PJ_SUCCESS; } +pj_status_t Sdp::check_sdp_answer(pjsip_inv_session *inv, pjsip_rx_data *rdata) +{ + static const pj_str_t str_application = { "application", 11 }; + static const pj_str_t str_sdp = { "sdp", 3 }; + pj_status_t status; + pjsip_msg * message = NULL; + pjmedia_sdp_session * remote_sdp = NULL; + + if (pjmedia_sdp_neg_get_state(inv->neg) == PJMEDIA_SDP_NEG_STATE_LOCAL_OFFER) { + + message = rdata->msg_info.msg; + + if(message == NULL) { + _debug("No message"); + return PJMEDIA_SDP_EINSDP; + } + + if (message->body == NULL) { + _debug("Empty message body\n"); + return PJMEDIA_SDP_EINSDP; + } + + if (pj_stricmp(&message->body->content_type.type, &str_application) || pj_stricmp(&message->body->content_type.subtype, &str_sdp)) { + _debug("Incoming Message does not contain SDP\n"); + return PJMEDIA_SDP_EINSDP; + } + + // Parse the SDP body. + status = pjmedia_sdp_parse(rdata->tp_info.pool, (char*)message->body->data, message->body->len, &remote_sdp); + if (status == PJ_SUCCESS) { + status = pjmedia_sdp_validate(remote_sdp); + } + + if (status != PJ_SUCCESS) { + _debug("SDP cannot be validated\n"); + return PJMEDIA_SDP_EINSDP; + } + + // This is an answer + _debug("Got SDP answer %s\n", pjsip_rx_data_get_info(rdata)); + status = pjmedia_sdp_neg_set_remote_answer(inv->pool, inv->neg, remote_sdp); + + if (status != PJ_SUCCESS) { + _debug("An error occured while processing remote answer %s\n", pjsip_rx_data_get_info(rdata)); + return PJMEDIA_SDP_EINSDP; + } + + // Prefer our codecs to remote when possible + pjmedia_sdp_neg_set_prefer_remote_codec_order(inv->neg, 0); + + status = pjmedia_sdp_neg_negotiate(inv->pool, inv->neg, 0); + _debug("Negotiation returned with status %d PJ_SUCCESS being %d\n", status, PJ_SUCCESS); + } + + return status; +} + void Sdp::sdp_add_protocol (void) { this->_local_offer->origin.version = 0; @@ -298,7 +352,7 @@ void Sdp::clean_session_media() _session_media.clear(); } -void Sdp::set_negociated_offer (const pjmedia_sdp_session *sdp) +void Sdp::set_negotiated_sdp (const pjmedia_sdp_session *sdp) { int nb_media, nb_codecs; @@ -308,7 +362,6 @@ void Sdp::set_negociated_offer (const pjmedia_sdp_session *sdp) std::string type, dir; CodecsMap codecs_list; CodecsMap::iterator iter; - AudioCodec *codec_to_add; pjmedia_sdp_attr *attribute; pjmedia_sdp_rtpmap *rtpmap; diff --git a/sflphone-common/src/sdp.h b/sflphone-common/src/sdp.h index ec3178955b57c5370872d43ada2c92302f9f18af..fcd28db15eabc1aabfc0b0d91292829037572204 100644 --- a/sflphone-common/src/sdp.h +++ b/sflphone-common/src/sdp.h @@ -25,6 +25,8 @@ #include <pjmedia/sdp_neg.h> #include <pjsip/sip_transport.h> #include <pjlib.h> +#include <pjsip_ua.h> +#include <pjmedia/errno.h> #include <pj/pool.h> #include <pj/assert.h> @@ -97,6 +99,17 @@ class Sdp { */ int receiving_initial_offer( pjmedia_sdp_session* remote ); + /* + * On receiving a message, check if it contains SDP and negotiate. Should be used for + * SDP answer and offer but currently is only used for answer. + * SDP negociator instance with the remote offer. + * + * @param inv The the invitation + * @param rdata The remote data + */ + + pj_status_t check_sdp_answer(pjsip_inv_session *inv, pjsip_rx_data *rdata); + /* * Remove all media in the session media vector. */ @@ -138,7 +151,7 @@ class Sdp { * * @param sdp the negociated offer */ - void set_negociated_offer( const pjmedia_sdp_session *sdp ); + void set_negotiated_sdp ( const pjmedia_sdp_session *sdp ); /* * Attribute the specified port to every medias provided diff --git a/sflphone-common/src/sipvoiplink.cpp b/sflphone-common/src/sipvoiplink.cpp index af41b6d268c760870fcca500204e488df9331432..7d402327517b2d17505b39c2e501abd055f32681 100644 --- a/sflphone-common/src/sipvoiplink.cpp +++ b/sflphone-common/src/sipvoiplink.cpp @@ -503,7 +503,6 @@ SIPVoIPLink::newOutgoingCall (const CallID& id, const std::string& toUrl) SIPCall* call = new SIPCall (id, Call::Outgoing, _pool); - if (call) { account = dynamic_cast<SIPAccount *> (Manager::instance().getAccount (Manager::instance().getAccountFromCall (id))); @@ -520,7 +519,6 @@ SIPVoIPLink::newOutgoingCall (const CallID& id, const std::string& toUrl) setCallAudioLocal (call, getLocalIPAddress(), useStun(), getStunServer()); - try { _debug ("CREATE NEW RTP SESSION FROM NEWOUTGOINGCALL\n"); _audiortp->createNewSession (call); @@ -528,9 +526,6 @@ SIPVoIPLink::newOutgoingCall (const CallID& id, const std::string& toUrl) _debug ("Failed to create rtp thread from newOutGoingCall\n"); } - - - call->initRecFileName(); _debug ("Try to make a call to: %s with call ID: %s\n", toUrl.data(), id.data()); @@ -560,8 +555,6 @@ SIPVoIPLink::newOutgoingCall (const CallID& id, const std::string& toUrl) bool SIPVoIPLink::answer (const CallID& id) { - - int i; SIPCall *call; pj_status_t status; pjsip_tx_data *tdata; @@ -1415,7 +1408,6 @@ bool get_dns_server_addresses (std::vector<std::string> *servers) nameservers.push_back (inet_ntoa (address)); } - //nameservers.push_back ("192.168.50.3"); *servers = nameservers; return true; @@ -1427,8 +1419,6 @@ pj_status_t SIPVoIPLink::enable_dns_srv_resolver (pjsip_endpoint *endpt, pj_dns_ pj_status_t status; pj_dns_resolver *resv; std::vector <std::string> dns_servers; - pj_uint16_t port = 5353; - pjsip_resolver_t *res; int scount, i; // Create the DNS resolver instance @@ -1706,13 +1696,10 @@ int SIPVoIPLink::createUDPServer (void) pj_sockaddr_in bound_addr; pjsip_host_port a_name; char tmpIP[32]; - pj_sock_t sock; - // Init bound address to ANY pj_memset (&bound_addr, 0, sizeof (bound_addr)); - bound_addr.sin_addr.s_addr = pj_htonl (PJ_INADDR_ANY); bound_addr.sin_port = pj_htons ( (pj_uint16_t) _localPort); bound_addr.sin_family = PJ_AF_INET; @@ -1875,22 +1862,17 @@ void SIPVoIPLink::handle_reinvite (SIPCall *call) } } - -/*******************************/ -/* CALLBACKS IMPLEMENTATION */ -/*******************************/ - +// This callback is called when the invite session state has changed void call_on_state_changed (pjsip_inv_session *inv, pjsip_event *e) { - _debug ("--------------------- call_on_state_changed --------------------- %i\n", inv->state); SIPCall *call; AccountID accId; SIPVoIPLink *link; pjsip_rx_data *rdata; - - + pj_status_t status; + /* Retrieve the call information */ call = reinterpret_cast<SIPCall*> (inv->mod_data[_mod_ua.id]); @@ -1900,7 +1882,7 @@ void call_on_state_changed (pjsip_inv_session *inv, pjsip_event *e) //Retrieve the body message rdata = e->body.tsx_state.src.rdata; - + /* If this is an outgoing INVITE that was created because of * REFER/transfer, send NOTIFY to transferer. */ @@ -1961,84 +1943,79 @@ void call_on_state_changed (pjsip_inv_session *inv, pjsip_event *e) } } } - } else { + + return; + } + + // The call is ringing - We need to handle this case only on outgoing call + if (inv->state == PJSIP_INV_STATE_EARLY && e->body.tsx_state.tsx->role == PJSIP_ROLE_UAC) { + call->setConnectionState (Call::Ringing); + Manager::instance().peerRingingCall (call->getCallId()); + } + // After 2xx is sent/received. + else if (inv->state == PJSIP_INV_STATE_CONNECTING) { + status = call->getLocalSDP()->check_sdp_answer (inv, rdata); + if (status != PJ_SUCCESS) { + _debug("Failed to check_incoming_sdp in call_on_state_changed\n"); + return; + } + } + // After we sent or received a ACK - The connection is established + else if (inv->state == PJSIP_INV_STATE_CONFIRMED) { - // The call is ringing - We need to handle this case only on outgoing call - if (inv->state == PJSIP_INV_STATE_EARLY && e->body.tsx_state.tsx->role == PJSIP_ROLE_UAC) { - call->setConnectionState (Call::Ringing); - Manager::instance().peerRingingCall (call->getCallId()); + /* If the call is a direct IP-to-IP call */ + if (call->getCallConfiguration () == Call::IPtoIP) { + link = SIPVoIPLink::instance (""); + } else { + accId = Manager::instance().getAccountFromCall (call->getCallId()); + link = dynamic_cast<SIPVoIPLink *> (Manager::instance().getAccountLink (accId)); } - // We receive a ACK - The connection is established - else if (inv->state == PJSIP_INV_STATE_CONFIRMED) { + if (link) + link->SIPCallAnswered (call, rdata); + } + else if (inv->state == PJSIP_INV_STATE_DISCONNECTED) { + _debug ("------------------- Call disconnected ---------------------\n"); + _debug ("State: %i, Disconnection cause: %i\n", inv->state, inv->cause); - /* If the call is a direct IP-to-IP call */ - if (call->getCallConfiguration () == Call::IPtoIP) { - link = SIPVoIPLink::instance (""); - } else { + switch (inv->cause) { + /* The call terminates normally - BYE / CANCEL */ + case PJSIP_SC_OK: + case PJSIP_SC_DECLINE: + case PJSIP_SC_REQUEST_TERMINATED: accId = Manager::instance().getAccountFromCall (call->getCallId()); link = dynamic_cast<SIPVoIPLink *> (Manager::instance().getAccountLink (accId)); - } - - if (link) - link->SIPCallAnswered (call, rdata); - } - - else if (inv->state == PJSIP_INV_STATE_DISCONNECTED) { - int count = 0; - _debug ("------------------- Call disconnected ---------------------\n"); - _debug ("State: %i, Disconnection cause: %i\n", inv->state, inv->cause); - - switch (inv->cause) { - /* The call terminates normally - BYE / CANCEL */ - - case PJSIP_SC_OK: - - case PJSIP_SC_DECLINE: - - case PJSIP_SC_REQUEST_TERMINATED: - - accId = Manager::instance().getAccountFromCall (call->getCallId()); - link = dynamic_cast<SIPVoIPLink *> (Manager::instance().getAccountLink (accId)); - - if (link) { - link->SIPCallClosed (call); - } - - break; - - /* The call connection failed */ - - case PJSIP_SC_NOT_FOUND: /* peer not found */ - - case PJSIP_SC_REQUEST_TIMEOUT: /* request timeout */ - - case PJSIP_SC_NOT_ACCEPTABLE_HERE: /* no compatible codecs */ - case PJSIP_SC_NOT_ACCEPTABLE_ANYWHERE: - - case PJSIP_SC_UNSUPPORTED_MEDIA_TYPE: - - case PJSIP_SC_UNAUTHORIZED: - - case PJSIP_SC_REQUEST_PENDING: - accId = Manager::instance().getAccountFromCall (call->getCallId()); - link = dynamic_cast<SIPVoIPLink *> (Manager::instance().getAccountLink (accId)); + if (link) { + link->SIPCallClosed (call); + } - if (link) { - link->SIPCallServerFailure (call); - } + break; + /* The call connection failed */ + case PJSIP_SC_NOT_FOUND: /* peer not found */ + case PJSIP_SC_REQUEST_TIMEOUT: /* request timeout */ + case PJSIP_SC_NOT_ACCEPTABLE_HERE: /* no compatible codecs */ + case PJSIP_SC_NOT_ACCEPTABLE_ANYWHERE: + case PJSIP_SC_UNSUPPORTED_MEDIA_TYPE: + case PJSIP_SC_UNAUTHORIZED: + case PJSIP_SC_REQUEST_PENDING: + accId = Manager::instance().getAccountFromCall (call->getCallId()); + link = dynamic_cast<SIPVoIPLink *> (Manager::instance().getAccountLink (accId)); - break; + if (link) { + link->SIPCallServerFailure (call); + } - default: - _debug ("sipvoiplink.cpp - line %d : Unhandled call state. This is probably a bug.\n", __LINE__); - break; - } + break; + default: + _debug ("sipvoiplink.cpp - line %d : Unhandled call state. This is probably a bug.\n", __LINE__); + break; } } + } +// This callback is called after SDP offer/answer session has completed. void call_on_media_update (pjsip_inv_session *inv, pj_status_t status) { _debug ("--------------------- call_on_media_update --------------------- \n"); @@ -2048,38 +2025,42 @@ void call_on_media_update (pjsip_inv_session *inv, pj_status_t status) SIPVoIPLink * link = NULL; SIPCall * call; - - if (status != PJ_SUCCESS) { - _debug ("Error while negociating the offer\n"); - return; - } - - // Get the new sdp, result of the negociation - pjmedia_sdp_neg_get_active_local (inv->neg, &local_sdp); - pjmedia_sdp_neg_get_active_remote(inv->neg, &remote_sdp); - + call = reinterpret_cast<SIPCall *> (inv->mod_data[getModId() ]); if (!call) { _debug ("Call declined by peer, SDP negociation stopped\n"); return; } - - // Clean the resulting sdp offer to create a new one (in case of a reinvite) - call->getLocalSDP()->clean_session_media(); - - // Set the fresh negociated one - call->getLocalSDP()->set_negociated_offer (local_sdp); - // Set remote ip / port - call->getLocalSDP()->set_media_transport_info_from_remote_sdp (remote_sdp); - link = dynamic_cast<SIPVoIPLink *> (Manager::instance().getAccountLink(AccountNULL)); if(link == NULL) { _debug ("Failed to get sip link\n"); return; } + if (status != PJ_SUCCESS) { + _debug ("Error while negotiating the offer\n"); + link->hangup(call->getCallId()); + Manager::instance().callFailure(call->getCallId()); + return; + } + + // Get the new sdp, result of the negotiation + pjmedia_sdp_neg_get_active_local (inv->neg, &local_sdp); + pjmedia_sdp_neg_get_active_remote (inv->neg, &remote_sdp); + + // Clean the resulting sdp offer to create a new one (in case of a reinvite) + call->getLocalSDP()->clean_session_media(); + + // Set the fresh negotiated one, no matter if that was an offer or answer. + // The local sdp is updated in case of an answer, even if the remote sdp + // is kept internally. + call->getLocalSDP()->set_negotiated_sdp (local_sdp); + + // Set remote ip / port + call->getLocalSDP()->set_media_transport_info_from_remote_sdp (remote_sdp); + try { call->setAudioStart (true); link->getAudioRtp()->start(); @@ -2107,11 +2088,8 @@ void call_on_tsx_changed (pjsip_inv_session *inv, pjsip_transaction *tsx, pjsip_ void regc_cb (struct pjsip_regc_cbparam *param) { - - //AccountID *id = static_cast<AccountID *> (param->token); SIPAccount *account; - //_debug("UserAgent: Account ID is %s, Register result: %d, Status: %d\n", id->data(), param->status, param->code); account = static_cast<SIPAccount *> (param->token); if (!account) @@ -2167,11 +2145,10 @@ void regc_cb (struct pjsip_regc_cbparam *param) } +// Optional function to be called to process incoming request message. pj_bool_t mod_on_rx_request (pjsip_rx_data *rdata) { - - pj_status_t status; pj_str_t reason; unsigned options = 0; @@ -2325,7 +2302,6 @@ mod_on_rx_request (pjsip_rx_data *rdata) get_remote_sdp_from_offer (rdata, &r_sdp); -// _debug("r_sdp = %s\n", r_sdp); status = call->getLocalSDP()->receiving_initial_offer (r_sdp); if (status!=PJ_SUCCESS) { @@ -2334,7 +2310,6 @@ mod_on_rx_request (pjsip_rx_data *rdata) return false; } - call->setConnectionState (Call::Progressing); call->setPeerNumber (peerNumber); @@ -2364,7 +2339,6 @@ mod_on_rx_request (pjsip_rx_data *rdata) return true; } - // Specify media capability during invite session creation status = pjsip_inv_create_uas (dialog, rdata, call->getLocalSDP()->get_local_sdp_session(), 0, &inv); diff --git a/tools/build-system/distributions/ubuntu/debian-sflphone-client-gnome/changelog b/tools/build-system/distributions/ubuntu/debian-sflphone-client-gnome/changelog index 74a8a2b700a6c771a3ea1e0f1b2a9a80a0aff7e1..48aedaadea97889048abcc342a27edbd27ab4d40 100644 --- a/tools/build-system/distributions/ubuntu/debian-sflphone-client-gnome/changelog +++ b/tools/build-system/distributions/ubuntu/debian-sflphone-client-gnome/changelog @@ -1,3 +1,111 @@ +sflphone-client-gnome (0.9.6~rc1-SYSVER) SYSTEM; urgency=low + + ** 0.9.6~rc1 ** + + * Update some version number + * [#1792] Creates .sflphone directory with permission 600. Also, + "chmod 600" after + * [#1810] GUI is now notified that the call failed. Also, a segfault + was + * [#1816] Address book search disabled when disabled address book and + enabled it back plus button stays triggered + * codeclistmodel + asynchronous loading of address book + + enable/disable address book + * [#1810] Now checking SDP answer after 200 OK. Still need to + implement full + * [#1794] Can't use the interface during a call + * Updated translation files + * Russian translation integrated + * Codec list model/view started. + * [#1807] Add configure.ac in pjproject-1.0.3 + * [#1787] closeRtpSession added in some places where it should have + been + * Use Item class for contacts and accounts + * Comments + clean code + * [#1794] Improved debug messages + * [#1805] Replaced the old and unreliable mecanism that was was + waiting for + * [#1794] Can't use the interface during a call + * [#1787] For those cases where no registered SIP account is + configured + * [#1797] Make pjsip compile + * [#1787] Minor changes. Removed useless commented line. Changed order + of + * [#1777] Code indentation + * [#1797] Update package generation with new pjsip version + * [#1798] Does not hang up when the call is building up + * [#1797] Update .gitignore with new pjsip version + * [#1797] Remove generated files from repo + * [#1797] Main build system now uses pjproject-1.0.3 + * [#1797] Add pjproject-1.0.3 + * [#1797] Remove pjproject-1.0.2 + * [#1796] Computing time optimization (samplerate conversion) + * [#1787] _audiortp->start() moved away from offhold(), + SIPCallAnswered() + * [#1312] Added new states for calls initialized by other clients + * [#1795] Crashes when adding a new account, checking it and applying + * [#1782] Missing icons + * [#1793] KDE client compilation problem + * Fake ringtone files can no longer be set. + * indentation + * [#1312] Able to fetch to differentiate incoming/ringing call state + * [#1784] Use DESTDIR variable in po Makefile - fix language file + installation + * [#1785] Fixed typo + * [#1785] Fixed changelog update + * [#1759] ./autogen.sh --prefix=/usr --with-debug to use optimization + level 0 + * [#1773] Changed snapshot naming convention + * [#1773] Removed gpg agent use, added repository cache cleaning + * [#1759] Use optimization level 0 for repository, 2 for packages + * [#1777] Code indentation/formatting + * Translated new features in french + * [#1785] Added missing changelog entry + * [#1781] Window title is SFLPhone + * [#1777] Add code indentation/formatting in the buil system + * [#1774] Can't set voicemail number in KDE account creation wizard + * [#1775] Can't modify account information for account created with + the wizard + * [#1771] Add a "Default" button in context menu to disable chosen + prior account + * [#1705] + * [#1224] Remove generated file from the repo + * [#1224] Remove generated file from the repo + * [#1762] distclean target should remove kconfig generated files + (settings.h, settings.cpp). Rename them? + * [#1761] clear history button should really clear history + * Dialpad works. + * Implemented Dialpad widget instead of building it in main view. + * Removed last occurence of the old config dialog, that made the build + crash. + * [#1755] Do not consider G722 as a dynamic payload elsewhere than in + RTP layer + * [#1753] Remove ilbc Makefile generation + * [#1756] Implement a kde configuration dialog with kconfig xt and + kconfigdialog class + * [#1755] fix audiocodec folder parsing problem + * [#1450] Reinit timestamp comparison in RTP, create session in + newOutgoingCall + * [#1753] Remove milenage third party code from pjsip + * New Config Dialog integrated in GUI.(without codecs) + * [#1753] Remove ILBC codec + * kconfig started, tr2i18n -> i18n, icons folder, accountList changed + * [#1705] Fixed Audio RTP thread creation/start + * [#1714] Fix codec negociation result handling + * [#1678] Fix audiortp payload setting + * [#1678] Put bac putData method in rtp + * [#1669] gtk_file_chooser_get_filename() support UTF-8 by default + * [#1735] Add conditions to sdp update call if call declined + * [#1737] substr of recordings destination folder to remove "file://" + should be done in client rather than in daemon + * [#1731] Enlarge audio stream buffer size + * [#1714] Missing true + * [#1317] Fixed Mandriva timeout + * [#1317] Changed tag convention + * [#1317] Cleaned git-dch + + -- SFLphone Automatic Build System <team@sflphone.org> Fri, 10 Jul 2009 15:50:26 -0400 + sflphone-client-gnome (0.9.6~beta-SYSVER) SYSTEM; urgency=low ** 0.9.6~beta ** diff --git a/tools/build-system/distributions/ubuntu/debian-sflphone-client-kde/changelog b/tools/build-system/distributions/ubuntu/debian-sflphone-client-kde/changelog index 8bff7cae541d2bedaf8140128b1793d947d8f665..ca4b32aff77f16c315b6a6e5656e148ace107b39 100644 --- a/tools/build-system/distributions/ubuntu/debian-sflphone-client-kde/changelog +++ b/tools/build-system/distributions/ubuntu/debian-sflphone-client-kde/changelog @@ -1,3 +1,111 @@ +sflphone-client-kde (0.9.6~rc1-SYSVER) SYSTEM; urgency=low + + ** 0.9.6~rc1 ** + + * Update some version number + * [#1792] Creates .sflphone directory with permission 600. Also, + "chmod 600" after + * [#1810] GUI is now notified that the call failed. Also, a segfault + was + * [#1816] Address book search disabled when disabled address book and + enabled it back plus button stays triggered + * codeclistmodel + asynchronous loading of address book + + enable/disable address book + * [#1810] Now checking SDP answer after 200 OK. Still need to + implement full + * [#1794] Can't use the interface during a call + * Updated translation files + * Russian translation integrated + * Codec list model/view started. + * [#1807] Add configure.ac in pjproject-1.0.3 + * [#1787] closeRtpSession added in some places where it should have + been + * Use Item class for contacts and accounts + * Comments + clean code + * [#1794] Improved debug messages + * [#1805] Replaced the old and unreliable mecanism that was was + waiting for + * [#1794] Can't use the interface during a call + * [#1787] For those cases where no registered SIP account is + configured + * [#1797] Make pjsip compile + * [#1787] Minor changes. Removed useless commented line. Changed order + of + * [#1777] Code indentation + * [#1797] Update package generation with new pjsip version + * [#1798] Does not hang up when the call is building up + * [#1797] Update .gitignore with new pjsip version + * [#1797] Remove generated files from repo + * [#1797] Main build system now uses pjproject-1.0.3 + * [#1797] Add pjproject-1.0.3 + * [#1797] Remove pjproject-1.0.2 + * [#1796] Computing time optimization (samplerate conversion) + * [#1787] _audiortp->start() moved away from offhold(), + SIPCallAnswered() + * [#1312] Added new states for calls initialized by other clients + * [#1795] Crashes when adding a new account, checking it and applying + * [#1782] Missing icons + * [#1793] KDE client compilation problem + * Fake ringtone files can no longer be set. + * indentation + * [#1312] Able to fetch to differentiate incoming/ringing call state + * [#1784] Use DESTDIR variable in po Makefile - fix language file + installation + * [#1785] Fixed typo + * [#1785] Fixed changelog update + * [#1759] ./autogen.sh --prefix=/usr --with-debug to use optimization + level 0 + * [#1773] Changed snapshot naming convention + * [#1773] Removed gpg agent use, added repository cache cleaning + * [#1759] Use optimization level 0 for repository, 2 for packages + * [#1777] Code indentation/formatting + * Translated new features in french + * [#1785] Added missing changelog entry + * [#1781] Window title is SFLPhone + * [#1777] Add code indentation/formatting in the buil system + * [#1774] Can't set voicemail number in KDE account creation wizard + * [#1775] Can't modify account information for account created with + the wizard + * [#1771] Add a "Default" button in context menu to disable chosen + prior account + * [#1705] + * [#1224] Remove generated file from the repo + * [#1224] Remove generated file from the repo + * [#1762] distclean target should remove kconfig generated files + (settings.h, settings.cpp). Rename them? + * [#1761] clear history button should really clear history + * Dialpad works. + * Implemented Dialpad widget instead of building it in main view. + * Removed last occurence of the old config dialog, that made the build + crash. + * [#1755] Do not consider G722 as a dynamic payload elsewhere than in + RTP layer + * [#1753] Remove ilbc Makefile generation + * [#1756] Implement a kde configuration dialog with kconfig xt and + kconfigdialog class + * [#1755] fix audiocodec folder parsing problem + * [#1450] Reinit timestamp comparison in RTP, create session in + newOutgoingCall + * [#1753] Remove milenage third party code from pjsip + * New Config Dialog integrated in GUI.(without codecs) + * [#1753] Remove ILBC codec + * kconfig started, tr2i18n -> i18n, icons folder, accountList changed + * [#1705] Fixed Audio RTP thread creation/start + * [#1714] Fix codec negociation result handling + * [#1678] Fix audiortp payload setting + * [#1678] Put bac putData method in rtp + * [#1669] gtk_file_chooser_get_filename() support UTF-8 by default + * [#1735] Add conditions to sdp update call if call declined + * [#1737] substr of recordings destination folder to remove "file://" + should be done in client rather than in daemon + * [#1731] Enlarge audio stream buffer size + * [#1714] Missing true + * [#1317] Fixed Mandriva timeout + * [#1317] Changed tag convention + * [#1317] Cleaned git-dch + + -- SFLphone Automatic Build System <team@sflphone.org> Fri, 10 Jul 2009 15:50:55 -0400 + sflphone-client-kde (0.9.6~beta-SYSVER) SYSTEM; urgency=low ** 0.9.6~beta ** diff --git a/tools/build-system/distributions/ubuntu/debian-sflphone-common/changelog b/tools/build-system/distributions/ubuntu/debian-sflphone-common/changelog index 940a00c3b42e7c1e29817d393ac9a180c7aec847..116dd6b880ed496c011f833ab0635c0ce3c016bb 100644 --- a/tools/build-system/distributions/ubuntu/debian-sflphone-common/changelog +++ b/tools/build-system/distributions/ubuntu/debian-sflphone-common/changelog @@ -1,3 +1,111 @@ +sflphone-common (0.9.6~rc1-SYSVER) SYSTEM; urgency=low + + ** 0.9.6~rc1 ** + + * Update some version number + * [#1792] Creates .sflphone directory with permission 600. Also, + "chmod 600" after + * [#1810] GUI is now notified that the call failed. Also, a segfault + was + * [#1816] Address book search disabled when disabled address book and + enabled it back plus button stays triggered + * codeclistmodel + asynchronous loading of address book + + enable/disable address book + * [#1810] Now checking SDP answer after 200 OK. Still need to + implement full + * [#1794] Can't use the interface during a call + * Updated translation files + * Russian translation integrated + * Codec list model/view started. + * [#1807] Add configure.ac in pjproject-1.0.3 + * [#1787] closeRtpSession added in some places where it should have + been + * Use Item class for contacts and accounts + * Comments + clean code + * [#1794] Improved debug messages + * [#1805] Replaced the old and unreliable mecanism that was was + waiting for + * [#1794] Can't use the interface during a call + * [#1787] For those cases where no registered SIP account is + configured + * [#1797] Make pjsip compile + * [#1787] Minor changes. Removed useless commented line. Changed order + of + * [#1777] Code indentation + * [#1797] Update package generation with new pjsip version + * [#1798] Does not hang up when the call is building up + * [#1797] Update .gitignore with new pjsip version + * [#1797] Remove generated files from repo + * [#1797] Main build system now uses pjproject-1.0.3 + * [#1797] Add pjproject-1.0.3 + * [#1797] Remove pjproject-1.0.2 + * [#1796] Computing time optimization (samplerate conversion) + * [#1787] _audiortp->start() moved away from offhold(), + SIPCallAnswered() + * [#1312] Added new states for calls initialized by other clients + * [#1795] Crashes when adding a new account, checking it and applying + * [#1782] Missing icons + * [#1793] KDE client compilation problem + * Fake ringtone files can no longer be set. + * indentation + * [#1312] Able to fetch to differentiate incoming/ringing call state + * [#1784] Use DESTDIR variable in po Makefile - fix language file + installation + * [#1785] Fixed typo + * [#1785] Fixed changelog update + * [#1759] ./autogen.sh --prefix=/usr --with-debug to use optimization + level 0 + * [#1773] Changed snapshot naming convention + * [#1773] Removed gpg agent use, added repository cache cleaning + * [#1759] Use optimization level 0 for repository, 2 for packages + * [#1777] Code indentation/formatting + * Translated new features in french + * [#1785] Added missing changelog entry + * [#1781] Window title is SFLPhone + * [#1777] Add code indentation/formatting in the buil system + * [#1774] Can't set voicemail number in KDE account creation wizard + * [#1775] Can't modify account information for account created with + the wizard + * [#1771] Add a "Default" button in context menu to disable chosen + prior account + * [#1705] + * [#1224] Remove generated file from the repo + * [#1224] Remove generated file from the repo + * [#1762] distclean target should remove kconfig generated files + (settings.h, settings.cpp). Rename them? + * [#1761] clear history button should really clear history + * Dialpad works. + * Implemented Dialpad widget instead of building it in main view. + * Removed last occurence of the old config dialog, that made the build + crash. + * [#1755] Do not consider G722 as a dynamic payload elsewhere than in + RTP layer + * [#1753] Remove ilbc Makefile generation + * [#1756] Implement a kde configuration dialog with kconfig xt and + kconfigdialog class + * [#1755] fix audiocodec folder parsing problem + * [#1450] Reinit timestamp comparison in RTP, create session in + newOutgoingCall + * [#1753] Remove milenage third party code from pjsip + * New Config Dialog integrated in GUI.(without codecs) + * [#1753] Remove ILBC codec + * kconfig started, tr2i18n -> i18n, icons folder, accountList changed + * [#1705] Fixed Audio RTP thread creation/start + * [#1714] Fix codec negociation result handling + * [#1678] Fix audiortp payload setting + * [#1678] Put bac putData method in rtp + * [#1669] gtk_file_chooser_get_filename() support UTF-8 by default + * [#1735] Add conditions to sdp update call if call declined + * [#1737] substr of recordings destination folder to remove "file://" + should be done in client rather than in daemon + * [#1731] Enlarge audio stream buffer size + * [#1714] Missing true + * [#1317] Fixed Mandriva timeout + * [#1317] Changed tag convention + * [#1317] Cleaned git-dch + + -- SFLphone Automatic Build System <team@sflphone.org> Fri, 10 Jul 2009 15:49:56 -0400 + sflphone-common (0.9.6~beta-SYSVER) SYSTEM; urgency=low ** 0.9.6~beta **