Skip to content
Snippets Groups Projects
Commit 0ebfa6e3 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Update translation files

parent 46cc7036
No related branches found
No related tags found
No related merge requests found
...@@ -269,9 +269,17 @@ msgstr "" ...@@ -269,9 +269,17 @@ msgstr ""
msgid "There is no registered account to make this call with." msgid "There is no registered account to make this call with."
msgstr "" msgstr ""
#: sflphone-gtk/src/actions.c: 578 #: sflphone-gtk/src/actions.c: 591
msgid "<b>ALSA notification</b>\n\n" msgid "<b>ALSA notification</b>\n\n"
"Error while opening playback device"
msgstr "" 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 #: sflphone-gtk/src/actions.c: 632
msgid "<b>Error: No audio codecs found.\n\n</b>" msgid "<b>Error: No audio codecs found.\n\n</b>"
......
...@@ -269,9 +269,17 @@ msgstr "" ...@@ -269,9 +269,17 @@ msgstr ""
msgid "There is no registered account to make this call with." msgid "There is no registered account to make this call with."
msgstr "" msgstr ""
#: sflphone-gtk/src/actions.c: 578 #: sflphone-gtk/src/actions.c: 591
msgid "<b>ALSA notification</b>\n\n" 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 #: sflphone-gtk/src/actions.c: 632
msgid "<b>Error: No audio codecs found.\n\n</b>" msgid "<b>Error: No audio codecs found.\n\n</b>"
......
...@@ -269,9 +269,17 @@ msgstr "Le compte sélectionné par défaut n'est pas enregistré." ...@@ -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." msgid "There is no registered account to make this call with."
msgstr "Vous n'avez aucun compte enregistré pour passer cet appel." 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" msgid "<b>ALSA notification</b>\n\n"
"Error while opening playback device"
msgstr "<b>Notification ALSA</b>\n\n" 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 #: sflphone-gtk/src/actions.c: 632
msgid "<b>Error: No audio codecs found.\n\n</b>" msgid "<b>Error: No audio codecs found.\n\n</b>"
......
...@@ -267,8 +267,14 @@ msgstr "" ...@@ -267,8 +267,14 @@ msgstr ""
msgid "There is no registered account to make this call with." msgid "There is no registered account to make this call with."
msgstr "" msgstr ""
#: sflphone-gtk/src/actions.c: 578 #: sflphone-gtk/src/actions.c: 591
msgid "<b>ALSA notification</b>\n\n" 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 "" msgstr ""
#: sflphone-gtk/src/actions.c: 632 #: sflphone-gtk/src/actions.c: 632
......
...@@ -59,8 +59,6 @@ main (int argc, char **argv) { ...@@ -59,8 +59,6 @@ main (int argc, char **argv) {
} }
bool initOK = false; bool initOK = false;
try { try {
bindtextdomain( "sflphone" , "/usr/share/locale" );
textdomain( "sflphone" );
Manager::instance().initConfigFile(); Manager::instance().initConfigFile();
Manager::instance().init(); Manager::instance().init();
initOK = true; initOK = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment