mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -5,9 +5,8 @@ function string_plural_select_bg($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Save Settings"] = "Запази настройките";
|
||||
$a->strings["Allow \"good\" crawlers"] = "Разреши \"добри\" обхождащи роботи за уеб страници";
|
||||
$a->strings["Block GabSocial"] = "Блокирай GabSocial";
|
||||
$a->strings["Training mode"] = "Тренировъчен режим";
|
||||
$a->strings["Settings updated."] = "Настройките са обновени";
|
||||
$a->strings['Save Settings'] = 'Запази настройките';
|
||||
$a->strings['Allow "good" crawlers'] = 'Разреши "добри" обхождащи роботи за уеб страници';
|
||||
$a->strings['Block GabSocial'] = 'Блокирай GabSocial';
|
||||
$a->strings['Training mode'] = 'Тренировъчен режим';
|
||||
$a->strings['Settings updated.'] = 'Настройките са обновени';
|
||||
|
|
|
@ -5,9 +5,8 @@ function string_plural_select_ca($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Save Settings"] = "Desa la configuració";
|
||||
$a->strings["Allow \"good\" crawlers"] = "Permeti rastrejadors \"bons\"";
|
||||
$a->strings["Block GabSocial"] = "Bloquejar GabSocial";
|
||||
$a->strings["Training mode"] = "Modalitat d'entrenament";
|
||||
$a->strings["Settings updated."] = "La configuració s'ha actualitzat.";
|
||||
$a->strings['Save Settings'] = 'Desa la configuració';
|
||||
$a->strings['Allow "good" crawlers'] = 'Permeti rastrejadors "bons"';
|
||||
$a->strings['Block GabSocial'] = 'Bloquejar GabSocial';
|
||||
$a->strings['Training mode'] = 'Modalitat d\'entrenament';
|
||||
$a->strings['Settings updated.'] = 'La configuració s\'ha actualitzat.';
|
||||
|
|
|
@ -5,9 +5,8 @@ function string_plural_select_cs($n){
|
|||
$n = intval($n);
|
||||
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["Save Settings"] = "Uložit nastavení";
|
||||
$a->strings["Allow \"good\" crawlers"] = "Povolit „dobré“ crawlery";
|
||||
$a->strings["Block GabSocial"] = "Zablokovat GabSocial";
|
||||
$a->strings["Training mode"] = "Trénovací režim";
|
||||
$a->strings["Settings updated."] = "Nastavení aktualizována.";
|
||||
$a->strings['Save Settings'] = 'Uložit nastavení';
|
||||
$a->strings['Allow "good" crawlers'] = 'Povolit „dobré“ crawlery';
|
||||
$a->strings['Block GabSocial'] = 'Zablokovat GabSocial';
|
||||
$a->strings['Training mode'] = 'Trénovací režim';
|
||||
$a->strings['Settings updated.'] = 'Nastavení aktualizována.';
|
||||
|
|
|
@ -5,9 +5,8 @@ function string_plural_select_de($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
||||
$a->strings["Allow \"good\" crawlers"] = "\"Gute\" Crawler erlauben";
|
||||
$a->strings["Block GabSocial"] = "GabSocial Instanzen blockieren";
|
||||
$a->strings["Training mode"] = "Trainingsmodus";
|
||||
$a->strings["Settings updated."] = "Einstellungen aktualisiert.";
|
||||
$a->strings['Save Settings'] = 'Einstellungen speichern';
|
||||
$a->strings['Allow "good" crawlers'] = '"Gute" Crawler erlauben';
|
||||
$a->strings['Block GabSocial'] = 'GabSocial Instanzen blockieren';
|
||||
$a->strings['Training mode'] = 'Trainingsmodus';
|
||||
$a->strings['Settings updated.'] = 'Einstellungen aktualisiert.';
|
||||
|
|
|
@ -5,9 +5,8 @@ function string_plural_select_en_gb($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Save Settings"] = "Save Settings";
|
||||
$a->strings["Allow \"good\" crawlers"] = "Allow \"good\" crawlers";
|
||||
$a->strings["Block GabSocial"] = "Block GabSocial";
|
||||
$a->strings["Training mode"] = "Training mode";
|
||||
$a->strings["Settings updated."] = "Settings updated.";
|
||||
$a->strings['Save Settings'] = 'Save Settings';
|
||||
$a->strings['Allow "good" crawlers'] = 'Allow "good" crawlers';
|
||||
$a->strings['Block GabSocial'] = 'Block GabSocial';
|
||||
$a->strings['Training mode'] = 'Training mode';
|
||||
$a->strings['Settings updated.'] = 'Settings updated.';
|
||||
|
|
|
@ -5,9 +5,8 @@ function string_plural_select_es($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Save Settings"] = "Guardar ajustes";
|
||||
$a->strings["Allow \"good\" crawlers"] = "Permitir rastreadores web \"buenos\"";
|
||||
$a->strings["Block GabSocial"] = "Bloquear GabSocial";
|
||||
$a->strings["Training mode"] = "Modo de entrenamiento";
|
||||
$a->strings["Settings updated."] = "Ajustes actualizados.";
|
||||
$a->strings['Save Settings'] = 'Guardar ajustes';
|
||||
$a->strings['Allow "good" crawlers'] = 'Permitir rastreadores web "buenos"';
|
||||
$a->strings['Block GabSocial'] = 'Bloquear GabSocial';
|
||||
$a->strings['Training mode'] = 'Modo de entrenamiento';
|
||||
$a->strings['Settings updated.'] = 'Ajustes actualizados.';
|
||||
|
|
|
@ -5,9 +5,8 @@ function string_plural_select_fr($n){
|
|||
$n = intval($n);
|
||||
return intval($n > 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Save Settings"] = "Enregistrer les Paramètres";
|
||||
$a->strings["Allow \"good\" crawlers"] = "Autoriser les \"bons\" crawlers";
|
||||
$a->strings["Block GabSocial"] = "Bloquer GabSocial";
|
||||
$a->strings["Training mode"] = "Mode d'entraînement";
|
||||
$a->strings["Settings updated."] = "Paramètres mis à jour.";
|
||||
$a->strings['Save Settings'] = 'Enregistrer les Paramètres';
|
||||
$a->strings['Allow "good" crawlers'] = 'Autoriser les "bons" crawlers';
|
||||
$a->strings['Block GabSocial'] = 'Bloquer GabSocial';
|
||||
$a->strings['Training mode'] = 'Mode d\'entraînement';
|
||||
$a->strings['Settings updated.'] = 'Paramètres mis à jour.';
|
||||
|
|
|
@ -5,9 +5,8 @@ function string_plural_select_hu($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Save Settings"] = "Beállítások mentése";
|
||||
$a->strings["Allow \"good\" crawlers"] = "A „jó” keresőrobotok engedélyezése";
|
||||
$a->strings["Block GabSocial"] = "GabSocial tiltása";
|
||||
$a->strings["Training mode"] = "Oktató mód";
|
||||
$a->strings["Settings updated."] = "A beállítások frissítve.";
|
||||
$a->strings['Save Settings'] = 'Beállítások mentése';
|
||||
$a->strings['Allow "good" crawlers'] = 'A „jó” keresőrobotok engedélyezése';
|
||||
$a->strings['Block GabSocial'] = 'GabSocial tiltása';
|
||||
$a->strings['Training mode'] = 'Oktató mód';
|
||||
$a->strings['Settings updated.'] = 'A beállítások frissítve.';
|
||||
|
|
|
@ -5,9 +5,8 @@ function string_plural_select_it($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
$a->strings["Allow \"good\" crawlers"] = "Permetti crawler \"buoni\"";
|
||||
$a->strings["Block GabSocial"] = "Blocca GabSocial";
|
||||
$a->strings["Training mode"] = "Modalità addestramento";
|
||||
$a->strings["Settings updated."] = "Impostazioni aggiornate.";
|
||||
$a->strings['Save Settings'] = 'Salva Impostazioni';
|
||||
$a->strings['Allow "good" crawlers'] = 'Permetti crawler "buoni"';
|
||||
$a->strings['Block GabSocial'] = 'Blocca GabSocial';
|
||||
$a->strings['Training mode'] = 'Modalità addestramento';
|
||||
$a->strings['Settings updated.'] = 'Impostazioni aggiornate.';
|
||||
|
|
|
@ -5,9 +5,8 @@ function string_plural_select_nl($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Save Settings"] = "Instellingen opslaan";
|
||||
$a->strings["Allow \"good\" crawlers"] = "\"Goede\" crawlers toestaan";
|
||||
$a->strings["Block GabSocial"] = "Blokeer GabSocial";
|
||||
$a->strings["Training mode"] = "Training modus";
|
||||
$a->strings["Settings updated."] = "Instellingen opgeslagen";
|
||||
$a->strings['Save Settings'] = 'Instellingen opslaan';
|
||||
$a->strings['Allow "good" crawlers'] = '"Goede" crawlers toestaan';
|
||||
$a->strings['Block GabSocial'] = 'Blokeer GabSocial';
|
||||
$a->strings['Training mode'] = 'Training modus';
|
||||
$a->strings['Settings updated.'] = 'Instellingen opgeslagen';
|
||||
|
|
|
@ -5,9 +5,8 @@ function string_plural_select_pl($n){
|
|||
$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["Save Settings"] = "Zapisz ustawienia";
|
||||
$a->strings["Allow \"good\" crawlers"] = "Pozwól „dobrym” robotom";
|
||||
$a->strings["Block GabSocial"] = "Zablokuj GabSocial";
|
||||
$a->strings["Training mode"] = "Tryb treningowy";
|
||||
$a->strings["Settings updated."] = "Ustawienia zaktualizowane.";
|
||||
$a->strings['Save Settings'] = 'Zapisz ustawienia';
|
||||
$a->strings['Allow "good" crawlers'] = 'Pozwól „dobrym” robotom';
|
||||
$a->strings['Block GabSocial'] = 'Zablokuj GabSocial';
|
||||
$a->strings['Training mode'] = 'Tryb treningowy';
|
||||
$a->strings['Settings updated.'] = 'Ustawienia zaktualizowane.';
|
||||
|
|
|
@ -5,9 +5,8 @@ function string_plural_select_ru($n){
|
|||
$n = intval($n);
|
||||
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["Save Settings"] = "Сохранить настройки";
|
||||
$a->strings["Allow \"good\" crawlers"] = "Разрешить \"хороших\" поисковых роботов";
|
||||
$a->strings["Block GabSocial"] = "Блокировать GabSocial";
|
||||
$a->strings["Training mode"] = "Режим обучения";
|
||||
$a->strings["Settings updated."] = "Настройки изменены";
|
||||
$a->strings['Save Settings'] = 'Сохранить настройки';
|
||||
$a->strings['Allow "good" crawlers'] = 'Разрешить "хороших" поисковых роботов';
|
||||
$a->strings['Block GabSocial'] = 'Блокировать GabSocial';
|
||||
$a->strings['Training mode'] = 'Режим обучения';
|
||||
$a->strings['Settings updated.'] = 'Настройки изменены';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue