mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 10:58:48 +00:00
regenerated all strings.php files from the current translation strings (message.po)
This commit is contained in:
parent
7f3704ae54
commit
500aab3c53
716 changed files with 1081 additions and 1607 deletions
|
@ -3,7 +3,7 @@
|
|||
if(! function_exists("string_plural_select_cs")) {
|
||||
function string_plural_select_cs($n){
|
||||
$n = intval($n);
|
||||
return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
|
||||
if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
|
||||
}}
|
||||
;
|
||||
$a->strings["XMPP settings updated."] = "Nastavení XMPP aktualizována";
|
||||
|
@ -13,5 +13,4 @@ $a->strings["Individual Credentials"] = "Jednotlivé kredenciály";
|
|||
$a->strings["Jabber BOSH host"] = "BOSH host Jabber";
|
||||
$a->strings["Save Settings"] = "Uložit nastavení";
|
||||
$a->strings["Use central userbase"] = "Použít centrální uživatelskou základnu";
|
||||
$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."] = "Pokud tuto funkci povolíte, uživatelé budou automaticky přihlášeni na server ejabberd, který musí být nainstalovaný na tomto serveru se synchronizovanými kredenciálami přes skript \"auth_ejabberd.php\".";
|
||||
$a->strings["Settings updated."] = "Nastavení aktualizována";
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
if(! function_exists("string_plural_select_de")) {
|
||||
function string_plural_select_de($n){
|
||||
return ($n != 1);;
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["XMPP settings updated."] = "XMPP Einstellungen aktualisiert.";
|
||||
|
@ -12,5 +13,4 @@ $a->strings["Individual Credentials"] = "Individuelle Anmeldedaten";
|
|||
$a->strings["Jabber BOSH host"] = "Jabber BOSH Host";
|
||||
$a->strings["Save Settings"] = "Speichere Einstellungen";
|
||||
$a->strings["Use central userbase"] = "Nutze zentrale Nutzerbasis";
|
||||
$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."] = "Wenn aktiviert, werden die Nutzer automatisch auf dem EJabber Server, der auf dieser Maschine installiert ist, angemeldet und die Zugangsdaten werden über das \"auth_ejabberd.php\"-Script synchronisiert.";
|
||||
$a->strings["Settings updated."] = "Einstellungen aktualisiert.";
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
if(! function_exists("string_plural_select_en_us")) {
|
||||
function string_plural_select_en_us($n){
|
||||
return ($n != 1);;
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["XMPP settings updated."] = "XMPP settings updated.";
|
||||
|
@ -12,5 +13,4 @@ $a->strings["Individual Credentials"] = "Individual Credentials";
|
|||
$a->strings["Jabber BOSH host"] = "Jabber BOSH host";
|
||||
$a->strings["Save Settings"] = "Save Settings";
|
||||
$a->strings["Use central userbase"] = "Use central userbase";
|
||||
$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.";
|
||||
$a->strings["Settings updated."] = "Settings updated.";
|
||||
|
|
|
@ -2,15 +2,12 @@
|
|||
|
||||
if(! function_exists("string_plural_select_fi_fi")) {
|
||||
function string_plural_select_fi_fi($n){
|
||||
return ($n != 1);;
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["XMPP settings updated."] = "XMPP-asetukset päivitetty";
|
||||
$a->strings["XMPP-Chat (Jabber)"] = "XMPP-Chat (Jabber)";
|
||||
$a->strings["Enable Webchat"] = "Ota Webchat käyttöön";
|
||||
$a->strings["Individual Credentials"] = "";
|
||||
$a->strings["Jabber BOSH host"] = "";
|
||||
$a->strings["Save Settings"] = "Tallenna asetukset";
|
||||
$a->strings["Use central userbase"] = "";
|
||||
$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."] = "";
|
||||
$a->strings["Settings updated."] = "Asetukset päivitetty.";
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["XMPP settings updated."] = "Impostazioni XMPP aggiornate.";
|
||||
|
@ -12,5 +13,4 @@ $a->strings["Individual Credentials"] = "Credenziali Individuali";
|
|||
$a->strings["Jabber BOSH host"] = "Server Jabber BOSH";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
$a->strings["Use central userbase"] = "Usa base utenti centrale";
|
||||
$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."] = "Se abilitato, gli utenti verranno automaticamente autenticati con un server ejabber che deve essere installato su questa macchina, con le credenziali sincronizzate attraverso lo script \"auth_ejabberd.php\"";
|
||||
$a->strings["Settings updated."] = "Impostazioni aggiornate.";
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["XMPP settings updated."] = "XMPP-instellingen opgeslagen";
|
||||
|
@ -13,5 +13,4 @@ $a->strings["Individual Credentials"] = "Individuele inloggegevens";
|
|||
$a->strings["Jabber BOSH host"] = "Jabber BOSH Server";
|
||||
$a->strings["Save Settings"] = "Instellingen opslaan";
|
||||
$a->strings["Use central userbase"] = "Gebruik centrale gebruikersbank";
|
||||
$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."] = "Wanneer ingeschakeld zullen gebruikers automatisch inloggen op een ejabberd-server die op deze server moet geïnstalleerd staan, met dezelfde gebruikersnaam en wachtwoord, via het \"auth_ejabberd.php\" script.";
|
||||
$a->strings["Settings updated."] = "Instellingen opgeslagen";
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
if(! function_exists("string_plural_select_pl")) {
|
||||
function string_plural_select_pl($n){
|
||||
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
|
||||
$n = intval($n);
|
||||
if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
|
||||
}}
|
||||
;
|
||||
$a->strings["XMPP settings updated."] = "zaktualizowano ustawienia XMPP.";
|
||||
|
@ -12,5 +13,4 @@ $a->strings["Individual Credentials"] = "Indywidualne poświadczenia";
|
|||
$a->strings["Jabber BOSH host"] = "Jabber BOSH host";
|
||||
$a->strings["Save Settings"] = "Zapisz ustawienia";
|
||||
$a->strings["Use central userbase"] = "Użyj centralnej bazy użytkowników";
|
||||
$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."] = "Jeśli jest włączona, użytkownicy automatycznie logują się do serwera ejabberd, który musi być zainstalowany na tym komputerze z synchronizowanymi danymi uwierzytelniającymi za pomocą skryptu \"auth_ejabberd.php\".";
|
||||
$a->strings["Settings updated."] = "Ustawienia zaktualizowane.";
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
if(! function_exists("string_plural_select_pt_br")) {
|
||||
function string_plural_select_pt_br($n){
|
||||
$n = intval($n);
|
||||
return ($n > 1);;
|
||||
return intval($n > 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["XMPP settings updated."] = "Configurações de XMPP atualizadas.";
|
||||
|
@ -13,5 +13,4 @@ $a->strings["Individual Credentials"] = "Credenciais individuais";
|
|||
$a->strings["Jabber BOSH host"] = "Host BOSH de Jabber";
|
||||
$a->strings["Save Settings"] = "Salvar configurações";
|
||||
$a->strings["Use central userbase"] = "Usar base de usuários central";
|
||||
$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."] = "Se habilitado, a autenticação será feita automaticamente em um servidor ejabberd, que precisa ser instalado neste computador com credenciais sincronizadas por meio do script \"auth_ejabberd.php\".";
|
||||
$a->strings["Settings updated."] = "Configurações atualizadas.";
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
if(! function_exists("string_plural_select_ru")) {
|
||||
function string_plural_select_ru($n){
|
||||
$n = intval($n);
|
||||
return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
|
||||
if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
|
||||
}}
|
||||
;
|
||||
$a->strings["XMPP settings updated."] = "Настройки XMPP обновлены.";
|
||||
|
@ -13,5 +13,4 @@ $a->strings["Individual Credentials"] = "Ваши данные для входа
|
|||
$a->strings["Jabber BOSH host"] = "BOSH хост";
|
||||
$a->strings["Save Settings"] = "Сохранить настройки";
|
||||
$a->strings["Use central userbase"] = "Использовать централизованную БД пользователей";
|
||||
$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."] = "Если включено, то пользователи будут автоматически входить в учетную запись на ejabberd сервере, который должен быть установлен на этом сервере. Учетные данные должны быть синхронизированы с помощью скрипта \"auth_ejabberd.php\".";
|
||||
$a->strings["Settings updated."] = "Настройки обновлены.";
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
if(! function_exists("string_plural_select_zh_cn")) {
|
||||
function string_plural_select_zh_cn($n){
|
||||
$n = intval($n);
|
||||
return 0;;
|
||||
return intval(0);
|
||||
}}
|
||||
;
|
||||
$a->strings["XMPP settings updated."] = "XMPP 设置已更新。";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue