Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
dba411ad
Commit
dba411ad
authored
Mar 21, 2008
by
Emmanuel Milou
Browse files
Add registration state in the translation catalog
parent
267df3fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
sflphone-gtk/src/accountlist.c
View file @
dba411ad
...
...
@@ -19,6 +19,7 @@
*/
#include
<accountlist.h>
#include
<actions.h>
#include
<string.h>
GQueue
*
accountQueue
;
...
...
@@ -144,19 +145,19 @@ const gchar * account_state_name(account_state_t s)
switch
(
s
)
{
case
ACCOUNT_STATE_REGISTERED
:
state
=
"Registered"
;
state
=
_
(
"Registered"
)
;
break
;
case
ACCOUNT_STATE_UNREGISTERED
:
state
=
"Not Registered"
;
state
=
_
(
"Not Registered"
)
;
break
;
case
ACCOUNT_STATE_TRYING
:
state
=
"Trying..."
;
state
=
_
(
"Trying..."
)
;
break
;
case
ACCOUNT_STATE_ERROR
:
state
=
"Error"
;
state
=
_
(
"Error"
)
;
break
;
default:
state
=
"Invalid"
;
state
=
_
(
"Invalid"
)
;
break
;
}
return
state
;
...
...
sflphone-gtk/src/po/fr.po
View file @
dba411ad
...
...
@@ -145,3 +145,19 @@ msgstr "Paramètres Audio"
msgid "%d new voice mail%s"
msgstr "%d nouveaux messages vocaux%s"
# SIP registration state
msgid "Registered"
msgstr "Enregistré"
msgid "Not Registered"
msgstr "Non Enregistré"
msgid "Error"
msgstr "Erreur"
msgid "Trying..."
msgstr "En cours..."
msgid "Invalid"
msgstr "Non valide"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment