]> git.mxchange.org Git - friendica-addons.git/blob - xmpp/lang/en-us/strings.php
Merge pull request #579 from tobiasd/20180410-lng
[friendica-addons.git] / xmpp / lang / en-us / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_en_us")) {
4 function string_plural_select_en_us($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["XMPP settings updated."] = "XMPP settings updated.";
9 $a->strings["XMPP-Chat (Jabber)"] = "XMPP-Chat (Jabber)";
10 $a->strings["Enable Webchat"] = "Enable Webchat";
11 $a->strings["Individual Credentials"] = "Individual Credentials";
12 $a->strings["Jabber BOSH host"] = "Jabber BOSH host";
13 $a->strings["Save Settings"] = "Save Settings";
14 $a->strings["Use central userbase"] = "Use central userbase";
15 $a->strings["If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the \"auth_ejabberd.php\" script."] = "If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the \"auth_ejabberd.php\" script.";
16 $a->strings["Settings updated."] = "Settings updated.";