mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
Update translation files
This commit is contained in:
10
po/de.po
10
po/de.po
@ -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>"
|
||||
|
12
po/es.po
12
po/es.po
@ -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>"
|
||||
|
10
po/fr.po
10
po/fr.po
@ -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>"
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user