mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 02:48:48 +00:00
regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -5,10 +5,9 @@ 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["Superblock"] = "Superblock";
|
||||
$a->strings["Comma separated profile URLS to block"] = "Čárkou oddělené URL adresy profilů určených k ignorování";
|
||||
$a->strings["Save Settings"] = "Uložit nastavení";
|
||||
$a->strings["SUPERBLOCK Settings saved."] = "Nastavení SUPERBLOCK uložena";
|
||||
$a->strings["Block Completely"] = "Zablokovat úplně";
|
||||
$a->strings["superblock settings updated"] = "nastavení superblock aktualizována";
|
||||
$a->strings['Superblock'] = 'Superblock';
|
||||
$a->strings['Comma separated profile URLS to block'] = 'Čárkou oddělené URL adresy profilů určených k ignorování';
|
||||
$a->strings['Save Settings'] = 'Uložit nastavení';
|
||||
$a->strings['SUPERBLOCK Settings saved.'] = 'Nastavení SUPERBLOCK uložena';
|
||||
$a->strings['Block Completely'] = 'Zablokovat úplně';
|
||||
$a->strings['superblock settings updated'] = 'nastavení superblock aktualizována';
|
||||
|
|
|
@ -5,10 +5,9 @@ function string_plural_select_de($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Superblock"] = "Superblock";
|
||||
$a->strings["Comma separated profile URLS to block"] = "Profil-URLs, die geblockt werden sollen (durch Kommas getrennt)";
|
||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
||||
$a->strings["SUPERBLOCK Settings saved."] = "Superblock Einstellungen gespeichert";
|
||||
$a->strings["Block Completely"] = "Vollständig blockieren";
|
||||
$a->strings["superblock settings updated"] = "Superblock Einstellungen aktualisiert";
|
||||
$a->strings['Superblock'] = 'Superblock';
|
||||
$a->strings['Comma separated profile URLS to block'] = 'Profil-URLs, die geblockt werden sollen (durch Kommas getrennt)';
|
||||
$a->strings['Save Settings'] = 'Einstellungen speichern';
|
||||
$a->strings['SUPERBLOCK Settings saved.'] = 'Superblock Einstellungen gespeichert';
|
||||
$a->strings['Block Completely'] = 'Vollständig blockieren';
|
||||
$a->strings['superblock settings updated'] = 'Superblock Einstellungen aktualisiert';
|
||||
|
|
|
@ -5,10 +5,9 @@ function string_plural_select_en_gb($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Superblock"] = "Superblock";
|
||||
$a->strings["Comma separated profile URLS to block"] = "Profile URLs to block (separated by commas)";
|
||||
$a->strings["Save Settings"] = "Save settings";
|
||||
$a->strings["SUPERBLOCK Settings saved."] = "Superblock settings saved.";
|
||||
$a->strings["Block Completely"] = "Block completely";
|
||||
$a->strings["superblock settings updated"] = "Superblock settings updated";
|
||||
$a->strings['Superblock'] = 'Superblock';
|
||||
$a->strings['Comma separated profile URLS to block'] = 'Profile URLs to block (separated by commas)';
|
||||
$a->strings['Save Settings'] = 'Save settings';
|
||||
$a->strings['SUPERBLOCK Settings saved.'] = 'Superblock settings saved.';
|
||||
$a->strings['Block Completely'] = 'Block completely';
|
||||
$a->strings['superblock settings updated'] = 'Superblock settings updated';
|
||||
|
|
|
@ -5,5 +5,4 @@ function string_plural_select_en_us($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Comma separated profile URLS to block"] = "Comma-separated profile URLs to block";
|
||||
$a->strings['Comma separated profile URLS to block'] = 'Comma-separated profile URLs to block';
|
||||
|
|
|
@ -5,8 +5,7 @@ function string_plural_select_es($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Superblock"] = "Soperbloquéo";
|
||||
$a->strings["Comma separated profile URLS to block"] = "Perfil de URLS a bloque separado por comas";
|
||||
$a->strings["Save Settings"] = "Guardar configuración";
|
||||
$a->strings["Block Completely"] = "Bloquear completamente";
|
||||
$a->strings['Superblock'] = 'Soperbloquéo';
|
||||
$a->strings['Comma separated profile URLS to block'] = 'Perfil de URLS a bloque separado por comas';
|
||||
$a->strings['Save Settings'] = 'Guardar configuración';
|
||||
$a->strings['Block Completely'] = 'Bloquear completamente';
|
||||
|
|
|
@ -5,10 +5,9 @@ function string_plural_select_fi_fi($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["\"Superblock\""] = "\"Superblock\"";
|
||||
$a->strings["Comma separated profile URLS to block"] = "Estettävien profiilien URL-osoitteet pilkulla erotettuina";
|
||||
$a->strings["Save Settings"] = "Tallenna asetukset";
|
||||
$a->strings["SUPERBLOCK Settings saved."] = "Superblock -asetukset tallennettu.";
|
||||
$a->strings["Block Completely"] = "Estä kokonaan";
|
||||
$a->strings["superblock settings updated"] = "superblock -asetukset päivitetty";
|
||||
$a->strings['"Superblock"'] = '"Superblock"';
|
||||
$a->strings['Comma separated profile URLS to block'] = 'Estettävien profiilien URL-osoitteet pilkulla erotettuina';
|
||||
$a->strings['Save Settings'] = 'Tallenna asetukset';
|
||||
$a->strings['SUPERBLOCK Settings saved.'] = 'Superblock -asetukset tallennettu.';
|
||||
$a->strings['Block Completely'] = 'Estä kokonaan';
|
||||
$a->strings['superblock settings updated'] = 'superblock -asetukset päivitetty';
|
||||
|
|
|
@ -5,5 +5,4 @@ function string_plural_select_fr($n){
|
|||
$n = intval($n);
|
||||
return intval($n > 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
|
||||
$a->strings['Save Settings'] = 'Sauvegarder les paramètres';
|
||||
|
|
|
@ -5,8 +5,7 @@ function string_plural_select_hu($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Superblock"] = "Szuper tiltás";
|
||||
$a->strings["Comma separated profile URLS to block"] = "Tiltandó profil URL-ek vesszővel elválasztott listája";
|
||||
$a->strings["Save Settings"] = "Beállítások mentése";
|
||||
$a->strings["Block Completely"] = "Tiltás teljesen";
|
||||
$a->strings['Superblock'] = 'Szuper tiltás';
|
||||
$a->strings['Comma separated profile URLS to block'] = 'Tiltandó profil URL-ek vesszővel elválasztott listája';
|
||||
$a->strings['Save Settings'] = 'Beállítások mentése';
|
||||
$a->strings['Block Completely'] = 'Tiltás teljesen';
|
||||
|
|
|
@ -5,10 +5,9 @@ function string_plural_select_it($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Superblock"] = "Superblock";
|
||||
$a->strings["Comma separated profile URLS to block"] = "Lista, separata da virgola, di indirizzi di profili da bloccare";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
$a->strings["SUPERBLOCK Settings saved."] = "Impostazioni \"Superblocco\" salvate.";
|
||||
$a->strings["Block Completely"] = "Blocca Completamente";
|
||||
$a->strings["superblock settings updated"] = "impostazioni \"superblocco\" aggiornate.";
|
||||
$a->strings['Superblock'] = 'Superblock';
|
||||
$a->strings['Comma separated profile URLS to block'] = 'Lista, separata da virgola, di indirizzi di profili da bloccare';
|
||||
$a->strings['Save Settings'] = 'Salva Impostazioni';
|
||||
$a->strings['SUPERBLOCK Settings saved.'] = 'Impostazioni "Superblocco" salvate.';
|
||||
$a->strings['Block Completely'] = 'Blocca Completamente';
|
||||
$a->strings['superblock settings updated'] = 'impostazioni "superblocco" aggiornate.';
|
||||
|
|
|
@ -5,8 +5,7 @@ function string_plural_select_nl($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Superblock"] = "Superblock";
|
||||
$a->strings["Save Settings"] = "Instellingen opslaan";
|
||||
$a->strings["SUPERBLOCK Settings saved."] = "SUPERBLOCK instellingen opgeslagen";
|
||||
$a->strings["superblock settings updated"] = "Superblock instellingen opgeslagen";
|
||||
$a->strings['Superblock'] = 'Superblock';
|
||||
$a->strings['Save Settings'] = 'Instellingen opslaan';
|
||||
$a->strings['SUPERBLOCK Settings saved.'] = 'SUPERBLOCK instellingen opgeslagen';
|
||||
$a->strings['superblock settings updated'] = 'Superblock instellingen opgeslagen';
|
||||
|
|
|
@ -5,10 +5,9 @@ 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["Superblock"] = "Superblock";
|
||||
$a->strings["Comma separated profile URLS to block"] = "Oddzielone przecinkami adresy URL profilu do zablokowania";
|
||||
$a->strings["Save Settings"] = "Zapisz ustawienia";
|
||||
$a->strings["SUPERBLOCK Settings saved."] = "SUPERBLOCK Zapisano ustawienia.";
|
||||
$a->strings["Block Completely"] = "Całkowicie zablokuj";
|
||||
$a->strings["superblock settings updated"] = "zaktualizowano ustawienia superblock";
|
||||
$a->strings['Superblock'] = 'Superblock';
|
||||
$a->strings['Comma separated profile URLS to block'] = 'Oddzielone przecinkami adresy URL profilu do zablokowania';
|
||||
$a->strings['Save Settings'] = 'Zapisz ustawienia';
|
||||
$a->strings['SUPERBLOCK Settings saved.'] = 'SUPERBLOCK Zapisano ustawienia.';
|
||||
$a->strings['Block Completely'] = 'Całkowicie zablokuj';
|
||||
$a->strings['superblock settings updated'] = 'zaktualizowano ustawienia superblock';
|
||||
|
|
|
@ -5,12 +5,11 @@ function string_plural_select_pt_br($n){
|
|||
$n = intval($n);
|
||||
return intval($n > 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["\"Blockem\" Settings"] = "Configurações do \"Blockem\"";
|
||||
$a->strings["Comma separated profile URLS to block"] = "URLs de perfis a serem bloqueados, separados por vírgulas";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
$a->strings["BLOCKEM Settings saved."] = "As configurações do Blockem foram salvas.";
|
||||
$a->strings["Blocked %s - Click to open/close"] = "Bloqueou %s - Clique para abrir/fechar";
|
||||
$a->strings["Unblock Author"] = "Desbloquear autor";
|
||||
$a->strings["Block Author"] = "Bloquear autor";
|
||||
$a->strings["blockem settings updated"] = "As configurações do Blockem foram atualizadas.";
|
||||
$a->strings['"Blockem" Settings'] = 'Configurações do "Blockem"';
|
||||
$a->strings['Comma separated profile URLS to block'] = 'URLs de perfis a serem bloqueados, separados por vírgulas';
|
||||
$a->strings['Submit'] = 'Enviar';
|
||||
$a->strings['BLOCKEM Settings saved.'] = 'As configurações do Blockem foram salvas.';
|
||||
$a->strings['Blocked %s - Click to open/close'] = 'Bloqueou %s - Clique para abrir/fechar';
|
||||
$a->strings['Unblock Author'] = 'Desbloquear autor';
|
||||
$a->strings['Block Author'] = 'Bloquear autor';
|
||||
$a->strings['blockem settings updated'] = 'As configurações do Blockem foram atualizadas.';
|
||||
|
|
|
@ -5,10 +5,9 @@ function string_plural_select_ro($n){
|
|||
$n = intval($n);
|
||||
if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; }
|
||||
}}
|
||||
;
|
||||
$a->strings["\"Superblock\" Settings"] = "Configurări \"Superblock\"";
|
||||
$a->strings["Comma separated profile URLS to block"] = "Adresele URL de profil, de blocat, separate prin virgulă";
|
||||
$a->strings["Save Settings"] = "Salvare Configurări";
|
||||
$a->strings["SUPERBLOCK Settings saved."] = "Configurările SUPERBLOCK au fost salvate.";
|
||||
$a->strings["Block Completely"] = "Blocare Completă";
|
||||
$a->strings["superblock settings updated"] = "Configurările superblock au fost actualizate";
|
||||
$a->strings['"Superblock" Settings'] = 'Configurări "Superblock"';
|
||||
$a->strings['Comma separated profile URLS to block'] = 'Adresele URL de profil, de blocat, separate prin virgulă';
|
||||
$a->strings['Save Settings'] = 'Salvare Configurări';
|
||||
$a->strings['SUPERBLOCK Settings saved.'] = 'Configurările SUPERBLOCK au fost salvate.';
|
||||
$a->strings['Block Completely'] = 'Blocare Completă';
|
||||
$a->strings['superblock settings updated'] = 'Configurările superblock au fost actualizate';
|
||||
|
|
|
@ -5,10 +5,9 @@ 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["Superblock"] = "Superblock";
|
||||
$a->strings["Comma separated profile URLS to block"] = "Ссылки на блокируемые профили через запятую";
|
||||
$a->strings["Save Settings"] = "Сохранить настройки";
|
||||
$a->strings["SUPERBLOCK Settings saved."] = "Настройки Superblock сохранены";
|
||||
$a->strings["Block Completely"] = "Заблокировать совсем";
|
||||
$a->strings["superblock settings updated"] = "настройки superblock обновлены";
|
||||
$a->strings['Superblock'] = 'Superblock';
|
||||
$a->strings['Comma separated profile URLS to block'] = 'Ссылки на блокируемые профили через запятую';
|
||||
$a->strings['Save Settings'] = 'Сохранить настройки';
|
||||
$a->strings['SUPERBLOCK Settings saved.'] = 'Настройки Superblock сохранены';
|
||||
$a->strings['Block Completely'] = 'Заблокировать совсем';
|
||||
$a->strings['superblock settings updated'] = 'настройки superblock обновлены';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue