Update translation files

This commit is contained in:
Emmanuel Milou
2008-04-01 10:53:19 -04:00
parent 46cc7036b9
commit 0ebfa6e3c0
5 changed files with 35 additions and 7 deletions

View File

@ -269,9 +269,17 @@ msgstr ""
msgid "There is no registered account to make this call with."
msgstr ""
#: sflphone-gtk/src/actions.c: 578
#: sflphone-gtk/src/actions.c: 591
msgid "<b>ALSA notification</b>\n\n"
"Error while opening playback device"
msgstr ""
""
#: sflphone-gtk/src/actions.c: 594
msgid "<b>ALSA notification</b>\n\n"
"Error while opening capture device"
msgstr ""
""
#: sflphone-gtk/src/actions.c: 632
msgid "<b>Error: No audio codecs found.\n\n</b>"

View File

@ -269,9 +269,17 @@ msgstr ""
msgid "There is no registered account to make this call with."
msgstr ""
#: sflphone-gtk/src/actions.c: 578
#: sflphone-gtk/src/actions.c: 591
msgid "<b>ALSA notification</b>\n\n"
msgstr "<b></b>\n\n"
"Error while opening playback device"
msgstr ""
""
#: sflphone-gtk/src/actions.c: 594
msgid "<b>ALSA notification</b>\n\n"
"Error while opening capture device"
msgstr ""
""
#: sflphone-gtk/src/actions.c: 632
msgid "<b>Error: No audio codecs found.\n\n</b>"

View File

@ -269,9 +269,17 @@ msgstr "Le compte sélectionné par défaut n'est pas enregistré."
msgid "There is no registered account to make this call with."
msgstr "Vous n'avez aucun compte enregistré pour passer cet appel."
#: sflphone-gtk/src/actions.c: 578
#: sflphone-gtk/src/actions.c: 591
msgid "<b>ALSA notification</b>\n\n"
"Error while opening playback device"
msgstr "<b>Notification ALSA</b>\n\n"
"Erreur lors de l'ouverture du périphérique de sortie"
#: sflphone-gtk/src/actions.c: 594
msgid "<b>ALSA notification</b>\n\n"
"Error while opening capture device"
msgstr "<b>Notification ALSA</b>\n\n"
"Erreur lors de l'ouverture du périphérique d'entrée"
#: sflphone-gtk/src/actions.c: 632
msgid "<b>Error: No audio codecs found.\n\n</b>"

View File

@ -267,8 +267,14 @@ msgstr ""
msgid "There is no registered account to make this call with."
msgstr ""
#: sflphone-gtk/src/actions.c: 578
#: sflphone-gtk/src/actions.c: 591
msgid "<b>ALSA notification</b>\n\n"
"Error while opening playback device"
msgstr ""
#: sflphone-gtk/src/actions.c: 594
msgid "<b>ALSA notification</b>\n\n"
"Error while opening capture device"
msgstr ""
#: sflphone-gtk/src/actions.c: 632

View File

@ -59,8 +59,6 @@ main (int argc, char **argv) {
}
bool initOK = false;
try {
bindtextdomain( "sflphone" , "/usr/share/locale" );
textdomain( "sflphone" );
Manager::instance().initConfigFile();
Manager::instance().init();
initOK = true;