Update translations
This commit is contained in:
parent
5638af5cdc
commit
db4b32dc19
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"${PROJECT_NAME}-addlist -u [username] -l [mailing list name] -s [subject tag] -e [list email address] --public [yes|no]": ""
|
||||
"${PROJECT_NAME}-addlist -u [username] -l [mailing list name] -s [subject tag] -e [list email address] --public [yes|no]": "",
|
||||
"Mailing list $MAILINGLIST was already added": ""
|
||||
}
|
|
@ -5,6 +5,7 @@
|
|||
"if anyone does get access to your email they still won't be able": "",
|
||||
"Adding an XMPP account for $MY_USERNAME": "",
|
||||
"XMPP account not created": "",
|
||||
"Unable to find GNU Social installation at /var/www/$MICROBLOG_DOMAIN_NAME/htdocs": "",
|
||||
"New user $MY_USERNAME was created": "",
|
||||
"Their SIP phone extension is $SIP_EXTENSION": "",
|
||||
"Their login password is $NEW_USER_PASSWORD": "",
|
||||
|
|
|
@ -38,6 +38,10 @@
|
|||
"Change ssh public key for $SELECTED_USERNAME": "",
|
||||
"Paste the ssh public key below": "",
|
||||
"ssh public key was installed": "",
|
||||
"IRC Server": "",
|
||||
"\\nAccess the IRC server via an onion address?": "",
|
||||
"The IRC server can now be accessed via SSL at your main domain name": "",
|
||||
"The IRC server can now be accessed via its onion address without SSL": "",
|
||||
"Exit back to user mainenance": "",
|
||||
"Remove a mailing list for $SELECTED_USERNAME": "",
|
||||
"Remove user from mailing list": "",
|
||||
|
@ -181,6 +185,7 @@
|
|||
"Exit": "",
|
||||
"IRC Menu": "",
|
||||
"Set a password for all IRC users": "",
|
||||
"Access via the onion address": "",
|
||||
"Control Panel": "",
|
||||
"About this system": "",
|
||||
"Reset Tripwire": "",
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"${PROJECT_NAME}-addlist -u [username] -l [mailing list name] -s [subject tag] -e [list email address] --public [yes|no]": ""
|
||||
"${PROJECT_NAME}-addlist -u [username] -l [mailing list name] -s [subject tag] -e [list email address] --public [yes|no]": "",
|
||||
"Mailing list $MAILINGLIST was already added": ""
|
||||
}
|
|
@ -5,6 +5,7 @@
|
|||
"if anyone does get access to your email they still won't be able": "",
|
||||
"Adding an XMPP account for $MY_USERNAME": "",
|
||||
"XMPP account not created": "",
|
||||
"Unable to find GNU Social installation at /var/www/$MICROBLOG_DOMAIN_NAME/htdocs": "",
|
||||
"New user $MY_USERNAME was created": "",
|
||||
"Their SIP phone extension is $SIP_EXTENSION": "",
|
||||
"Their login password is $NEW_USER_PASSWORD": "",
|
||||
|
|
|
@ -38,6 +38,10 @@
|
|||
"Change ssh public key for $SELECTED_USERNAME": "",
|
||||
"Paste the ssh public key below": "",
|
||||
"ssh public key was installed": "",
|
||||
"IRC Server": "",
|
||||
"\\nAccess the IRC server via an onion address?": "",
|
||||
"The IRC server can now be accessed via SSL at your main domain name": "",
|
||||
"The IRC server can now be accessed via its onion address without SSL": "",
|
||||
"Exit back to user mainenance": "",
|
||||
"Remove a mailing list for $SELECTED_USERNAME": "",
|
||||
"Remove user from mailing list": "",
|
||||
|
@ -181,6 +185,7 @@
|
|||
"Exit": "",
|
||||
"IRC Menu": "",
|
||||
"Set a password for all IRC users": "",
|
||||
"Access via the onion address": "",
|
||||
"Control Panel": "",
|
||||
"About this system": "",
|
||||
"Reset Tripwire": "",
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"${PROJECT_NAME}-addlist -u [username] -l [mailing list name] -s [subject tag] -e [list email address] --public [yes|no]": ""
|
||||
"${PROJECT_NAME}-addlist -u [username] -l [mailing list name] -s [subject tag] -e [list email address] --public [yes|no]": "",
|
||||
"Mailing list $MAILINGLIST was already added": ""
|
||||
}
|
|
@ -5,6 +5,7 @@
|
|||
"if anyone does get access to your email they still won't be able": "",
|
||||
"Adding an XMPP account for $MY_USERNAME": "",
|
||||
"XMPP account not created": "",
|
||||
"Unable to find GNU Social installation at /var/www/$MICROBLOG_DOMAIN_NAME/htdocs": "",
|
||||
"New user $MY_USERNAME was created": "",
|
||||
"Their SIP phone extension is $SIP_EXTENSION": "",
|
||||
"Their login password is $NEW_USER_PASSWORD": "",
|
||||
|
|
|
@ -38,6 +38,10 @@
|
|||
"Change ssh public key for $SELECTED_USERNAME": "",
|
||||
"Paste the ssh public key below": "",
|
||||
"ssh public key was installed": "",
|
||||
"IRC Server": "",
|
||||
"\\nAccess the IRC server via an onion address?": "",
|
||||
"The IRC server can now be accessed via SSL at your main domain name": "",
|
||||
"The IRC server can now be accessed via its onion address without SSL": "",
|
||||
"Exit back to user mainenance": "",
|
||||
"Remove a mailing list for $SELECTED_USERNAME": "",
|
||||
"Remove user from mailing list": "",
|
||||
|
@ -181,6 +185,7 @@
|
|||
"Exit": "",
|
||||
"IRC Menu": "",
|
||||
"Set a password for all IRC users": "",
|
||||
"Access via the onion address": "",
|
||||
"Control Panel": "",
|
||||
"About this system": "",
|
||||
"Reset Tripwire": "",
|
||||
|
|
Loading…
Reference in New Issue