mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 18:04:26 +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,12 +5,11 @@ function string_plural_select_ca($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Use Cat as Avatar"] = "Utilitzeu Gat com a Avatar";
|
||||
$a->strings["More Random Cat!"] = "Més Random Cat!";
|
||||
$a->strings["Reset to email Cat"] = "Restableix el correu electrònic Cat";
|
||||
$a->strings["Cat Avatar Settings"] = "Configuració Avatar de cat";
|
||||
$a->strings["The cat hadn't found itself."] = "El gat no s'havia trobat.";
|
||||
$a->strings["There was an error, the cat ran away."] = "Hi va haver un error, el gat va fugir.";
|
||||
$a->strings["Profile Photos"] = "Fotos de perfil";
|
||||
$a->strings["Meow!"] = "Meu!";
|
||||
$a->strings['Use Cat as Avatar'] = 'Utilitzeu Gat com a Avatar';
|
||||
$a->strings['More Random Cat!'] = 'Més Random Cat!';
|
||||
$a->strings['Reset to email Cat'] = 'Restableix el correu electrònic Cat';
|
||||
$a->strings['Cat Avatar Settings'] = 'Configuració Avatar de cat';
|
||||
$a->strings['The cat hadn\'t found itself.'] = 'El gat no s\'havia trobat.';
|
||||
$a->strings['There was an error, the cat ran away.'] = 'Hi va haver un error, el gat va fugir.';
|
||||
$a->strings['Profile Photos'] = 'Fotos de perfil';
|
||||
$a->strings['Meow!'] = 'Meu!';
|
||||
|
|
|
@ -5,12 +5,11 @@ 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["Use Cat as Avatar"] = "Použít kočku jako avatar";
|
||||
$a->strings["More Random Cat!"] = "Další náhodné kočky!";
|
||||
$a->strings["Reset to email Cat"] = "Resetovat a e-mailovat kočku";
|
||||
$a->strings["Cat Avatar Settings"] = "Nastavení Cat Avatar";
|
||||
$a->strings["The cat hadn't found itself."] = "Kočka se nenašla.";
|
||||
$a->strings["There was an error, the cat ran away."] = "Vyskytla se chyba, kočka utekla.";
|
||||
$a->strings["Profile Photos"] = "Profilové fotky";
|
||||
$a->strings["Meow!"] = "Mňau!";
|
||||
$a->strings['Use Cat as Avatar'] = 'Použít kočku jako avatar';
|
||||
$a->strings['More Random Cat!'] = 'Další náhodné kočky!';
|
||||
$a->strings['Reset to email Cat'] = 'Resetovat a e-mailovat kočku';
|
||||
$a->strings['Cat Avatar Settings'] = 'Nastavení Cat Avatar';
|
||||
$a->strings['The cat hadn\'t found itself.'] = 'Kočka se nenašla.';
|
||||
$a->strings['There was an error, the cat ran away.'] = 'Vyskytla se chyba, kočka utekla.';
|
||||
$a->strings['Profile Photos'] = 'Profilové fotky';
|
||||
$a->strings['Meow!'] = 'Mňau!';
|
||||
|
|
|
@ -5,11 +5,12 @@ function string_plural_select_de($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Use Cat as Avatar"] = "Verwende diese Katze als Profilbild";
|
||||
$a->strings["More Random Cat!"] = "Weitere zufällige Katze";
|
||||
$a->strings["Reset to email Cat"] = "Zurück zu E-Mail-Katze";
|
||||
$a->strings["Cat Avatar Settings"] = "Katzen-Profilbild-Einstellungen";
|
||||
$a->strings["There was an error, the cat ran away."] = "Upps, es gab einen Fehler und die Katze ist weggelaufen";
|
||||
$a->strings["Profile Photos"] = "Profilbilder";
|
||||
$a->strings["Meow!"] = "Miau!";
|
||||
$a->strings['Use Cat as Avatar'] = 'Verwende diese Katze als Profilbild';
|
||||
$a->strings['More Random Cat!'] = 'Weitere zufällige Katze';
|
||||
$a->strings['Reset to email Cat'] = 'Zurück zu E-Mail-Katze';
|
||||
$a->strings['Cat Avatar Settings'] = 'Katzen-Profilbild-Einstellungen';
|
||||
$a->strings['Set default profile avatar or randomize the cat.'] = 'Wähle das standardmäßig verwendete Profilbild oder ein zufällig erzeugtes Katzenbild.';
|
||||
$a->strings['The cat hadn\'t found itself.'] = 'Es ist ein Problem mit der Datenbank aufgetreten. Die Katze konnte sich nicht selbst finden.';
|
||||
$a->strings['There was an error, the cat ran away.'] = 'Upps, es gab einen Fehler und die Katze ist weggelaufen';
|
||||
$a->strings['Profile Photos'] = 'Profilbilder';
|
||||
$a->strings['Meow!'] = 'Miau!';
|
||||
|
|
|
@ -5,12 +5,11 @@ function string_plural_select_en_gb($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Use Cat as Avatar"] = "Use Cat as Avatar";
|
||||
$a->strings["More Random Cat!"] = "Another Random Cat!";
|
||||
$a->strings["Reset to email Cat"] = "Reset to email Cat";
|
||||
$a->strings["Cat Avatar Settings"] = "Cat Avatar Settings";
|
||||
$a->strings["The cat hadn't found itself."] = "There was a database error, the cat has got lost.";
|
||||
$a->strings["There was an error, the cat ran away."] = "There was an error, the cat ran away.";
|
||||
$a->strings["Profile Photos"] = "Profile Photos";
|
||||
$a->strings["Meow!"] = "Meow!";
|
||||
$a->strings['Use Cat as Avatar'] = 'Use Cat as Avatar';
|
||||
$a->strings['More Random Cat!'] = 'Another Random Cat!';
|
||||
$a->strings['Reset to email Cat'] = 'Reset to email Cat';
|
||||
$a->strings['Cat Avatar Settings'] = 'Cat Avatar Settings';
|
||||
$a->strings['The cat hadn\'t found itself.'] = 'There was a database error, the cat has got lost.';
|
||||
$a->strings['There was an error, the cat ran away.'] = 'There was an error, the cat ran away.';
|
||||
$a->strings['Profile Photos'] = 'Profile Photos';
|
||||
$a->strings['Meow!'] = 'Meow!';
|
||||
|
|
|
@ -3,15 +3,14 @@
|
|||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Use Cat as Avatar"] = "Usar Gato como Avatar";
|
||||
$a->strings["More Random Cat!"] = "¡Más gato al azar!";
|
||||
$a->strings["Reset to email Cat"] = "Restablecer a correo electrónico Gato";
|
||||
$a->strings["Cat Avatar Settings"] = "Ajustes de Avatar Gato";
|
||||
$a->strings["Set default profile avatar or randomize the cat."] = "Establezca su avatar de perfil o pondremos una foto de un gato al azar";
|
||||
$a->strings["The cat hadn't found itself."] = "El gato no se había encontrado.";
|
||||
$a->strings["There was an error, the cat ran away."] = "Hubo un error, el gato se escapó.";
|
||||
$a->strings["Profile Photos"] = "Fotos de perfil";
|
||||
$a->strings["Meow!"] = "¡Miau!";
|
||||
$a->strings['Use Cat as Avatar'] = 'Usar Gato como Avatar';
|
||||
$a->strings['More Random Cat!'] = '¡Más gato al azar!';
|
||||
$a->strings['Reset to email Cat'] = 'Restablecer a correo electrónico Gato';
|
||||
$a->strings['Cat Avatar Settings'] = 'Ajustes de Avatar Gato';
|
||||
$a->strings['Set default profile avatar or randomize the cat.'] = 'Establezca su avatar de perfil o pondremos una foto de un gato al azar';
|
||||
$a->strings['The cat hadn\'t found itself.'] = 'El gato no se había encontrado.';
|
||||
$a->strings['There was an error, the cat ran away.'] = 'Hubo un error, el gato se escapó.';
|
||||
$a->strings['Profile Photos'] = 'Fotos de perfil';
|
||||
$a->strings['Meow!'] = '¡Miau!';
|
||||
|
|
|
@ -5,11 +5,10 @@ function string_plural_select_fi_fi($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Use Cat as Avatar"] = "Ota kissa-avatari käyttöön";
|
||||
$a->strings["More Random Cat!"] = "Lisää satunnaisia kissoja!";
|
||||
$a->strings["Cat Avatar Settings"] = "Cat Avatar -asetukset";
|
||||
$a->strings["The cat hadn't found itself."] = "Tietokantavirhe, kissa on eksyksissä.";
|
||||
$a->strings["There was an error, the cat ran away."] = "Tapahtui virhe, kissa juoksi karkuun.";
|
||||
$a->strings["Profile Photos"] = "Profiilikuvia";
|
||||
$a->strings["Meow!"] = "Miau!";
|
||||
$a->strings['Use Cat as Avatar'] = 'Ota kissa-avatari käyttöön';
|
||||
$a->strings['More Random Cat!'] = 'Lisää satunnaisia kissoja!';
|
||||
$a->strings['Cat Avatar Settings'] = 'Cat Avatar -asetukset';
|
||||
$a->strings['The cat hadn\'t found itself.'] = 'Tietokantavirhe, kissa on eksyksissä.';
|
||||
$a->strings['There was an error, the cat ran away.'] = 'Tapahtui virhe, kissa juoksi karkuun.';
|
||||
$a->strings['Profile Photos'] = 'Profiilikuvia';
|
||||
$a->strings['Meow!'] = 'Miau!';
|
||||
|
|
|
@ -5,12 +5,11 @@ function string_plural_select_fr($n){
|
|||
$n = intval($n);
|
||||
return intval($n > 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Use Cat as Avatar"] = "Utiliser Chat comme avatar";
|
||||
$a->strings["More Random Cat!"] = "Autres Chats au hasard";
|
||||
$a->strings["Reset to email Cat"] = "Réinitialiser à Chat courriel";
|
||||
$a->strings["Cat Avatar Settings"] = "Paramètres de Chat avatar";
|
||||
$a->strings["The cat hadn't found itself."] = "Le Chat ne s'y est pas retrouvé";
|
||||
$a->strings["There was an error, the cat ran away."] = "Il y a eu une erreur et le chat s'est enfui";
|
||||
$a->strings["Profile Photos"] = "Photos de profil";
|
||||
$a->strings["Meow!"] = "Miaou !";
|
||||
$a->strings['Use Cat as Avatar'] = 'Utiliser Chat comme avatar';
|
||||
$a->strings['More Random Cat!'] = 'Autres Chats au hasard';
|
||||
$a->strings['Reset to email Cat'] = 'Réinitialiser à Chat courriel';
|
||||
$a->strings['Cat Avatar Settings'] = 'Paramètres de Chat avatar';
|
||||
$a->strings['The cat hadn\'t found itself.'] = 'Le Chat ne s\'y est pas retrouvé';
|
||||
$a->strings['There was an error, the cat ran away.'] = 'Il y a eu une erreur et le chat s\'est enfui';
|
||||
$a->strings['Profile Photos'] = 'Photos de profil';
|
||||
$a->strings['Meow!'] = 'Miaou !';
|
||||
|
|
|
@ -5,13 +5,12 @@ function string_plural_select_hu($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Use Cat as Avatar"] = "Macska használata profilképként";
|
||||
$a->strings["More Random Cat!"] = "Több véletlen macskát!";
|
||||
$a->strings["Reset to email Cat"] = "Visszaállítás e-mail macskára";
|
||||
$a->strings["Cat Avatar Settings"] = "Macskaprofilkép-beállítások";
|
||||
$a->strings["Set default profile avatar or randomize the cat."] = "Alapértelmezett profilkép beállítása vagy véletlenszerű macska.";
|
||||
$a->strings["The cat hadn't found itself."] = "A macska nem találta meg önmagát.";
|
||||
$a->strings["There was an error, the cat ran away."] = "Hiba történt, a macska elfutott.";
|
||||
$a->strings["Profile Photos"] = "Profilfényképek";
|
||||
$a->strings["Meow!"] = "Miáú!";
|
||||
$a->strings['Use Cat as Avatar'] = 'Macska használata profilképként';
|
||||
$a->strings['More Random Cat!'] = 'Több véletlen macskát!';
|
||||
$a->strings['Reset to email Cat'] = 'Visszaállítás e-mail macskára';
|
||||
$a->strings['Cat Avatar Settings'] = 'Macskaprofilkép-beállítások';
|
||||
$a->strings['Set default profile avatar or randomize the cat.'] = 'Alapértelmezett profilkép beállítása vagy véletlenszerű macska.';
|
||||
$a->strings['The cat hadn\'t found itself.'] = 'A macska nem találta meg önmagát.';
|
||||
$a->strings['There was an error, the cat ran away.'] = 'Hiba történt, a macska elfutott.';
|
||||
$a->strings['Profile Photos'] = 'Profilfényképek';
|
||||
$a->strings['Meow!'] = 'Miáú!';
|
||||
|
|
|
@ -5,6 +5,5 @@ function string_plural_select_is($n){
|
|||
$n = intval($n);
|
||||
return intval($n % 10 != 1 || $n % 100 == 11);
|
||||
}}
|
||||
;
|
||||
$a->strings["Profile Photos"] = "Forsíðumyndir";
|
||||
$a->strings["Meow!"] = "Mjá!";
|
||||
$a->strings['Profile Photos'] = 'Forsíðumyndir';
|
||||
$a->strings['Meow!'] = 'Mjá!';
|
||||
|
|
|
@ -5,13 +5,12 @@ function string_plural_select_it($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Use Cat as Avatar"] = "Usa il Gatto come avatar";
|
||||
$a->strings["More Random Cat!"] = "Altro Gatto a caso!";
|
||||
$a->strings["Reset to email Cat"] = "Reimposta Gatto";
|
||||
$a->strings["Cat Avatar Settings"] = "Impostazioni Avatar Gatto";
|
||||
$a->strings["Set default profile avatar or randomize the cat."] = "Imposta l'immagine di profilo predefinita o crea un gatto casuale.";
|
||||
$a->strings["The cat hadn't found itself."] = "Il gatto non ha trovato sé stesso.";
|
||||
$a->strings["There was an error, the cat ran away."] = "Si è verificato un errore, il gatto è scappato.";
|
||||
$a->strings["Profile Photos"] = "Foto del profilo";
|
||||
$a->strings["Meow!"] = "Miao!";
|
||||
$a->strings['Use Cat as Avatar'] = 'Usa il Gatto come avatar';
|
||||
$a->strings['More Random Cat!'] = 'Altro Gatto a caso!';
|
||||
$a->strings['Reset to email Cat'] = 'Reimposta Gatto';
|
||||
$a->strings['Cat Avatar Settings'] = 'Impostazioni Avatar Gatto';
|
||||
$a->strings['Set default profile avatar or randomize the cat.'] = 'Imposta l\'immagine di profilo predefinita o crea un gatto casuale.';
|
||||
$a->strings['The cat hadn\'t found itself.'] = 'Il gatto non ha trovato sé stesso.';
|
||||
$a->strings['There was an error, the cat ran away.'] = 'Si è verificato un errore, il gatto è scappato.';
|
||||
$a->strings['Profile Photos'] = 'Foto del profilo';
|
||||
$a->strings['Meow!'] = 'Miao!';
|
||||
|
|
|
@ -5,12 +5,11 @@ function string_plural_select_nl($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Use Cat as Avatar"] = "Gebruik een kat als avatar";
|
||||
$a->strings["More Random Cat!"] = "Meer willekeurige kat!";
|
||||
$a->strings["Reset to email Cat"] = "Email kat opnieuw instellen.";
|
||||
$a->strings["Cat Avatar Settings"] = "Kat Avatar instellingen";
|
||||
$a->strings["The cat hadn't found itself."] = "Het katje kon zichzelf niet vinden.";
|
||||
$a->strings["There was an error, the cat ran away."] = "Er was een fout, de kat liep weg.";
|
||||
$a->strings["Profile Photos"] = "Profielfoto's";
|
||||
$a->strings["Meow!"] = "Miauw!";
|
||||
$a->strings['Use Cat as Avatar'] = 'Gebruik een kat als avatar';
|
||||
$a->strings['More Random Cat!'] = 'Meer willekeurige kat!';
|
||||
$a->strings['Reset to email Cat'] = 'Email kat opnieuw instellen.';
|
||||
$a->strings['Cat Avatar Settings'] = 'Kat Avatar instellingen';
|
||||
$a->strings['The cat hadn\'t found itself.'] = 'Het katje kon zichzelf niet vinden.';
|
||||
$a->strings['There was an error, the cat ran away.'] = 'Er was een fout, de kat liep weg.';
|
||||
$a->strings['Profile Photos'] = 'Profielfoto\'s';
|
||||
$a->strings['Meow!'] = 'Miauw!';
|
||||
|
|
|
@ -5,12 +5,11 @@ 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["Use Cat as Avatar"] = "Użyj kota jako awatara";
|
||||
$a->strings["More Random Cat!"] = "Więcej losowych kotów!";
|
||||
$a->strings["Reset to email Cat"] = "Resetuj na e-mail Kot";
|
||||
$a->strings["Cat Avatar Settings"] = "Ustawienia Kot Avatar";
|
||||
$a->strings["The cat hadn't found itself."] = "Kot się nie znalazł.";
|
||||
$a->strings["There was an error, the cat ran away."] = "Wystąpił błąd, kot uciekł.";
|
||||
$a->strings["Profile Photos"] = "Zdjęcie profilowe";
|
||||
$a->strings["Meow!"] = "Miau!";
|
||||
$a->strings['Use Cat as Avatar'] = 'Użyj kota jako awatara';
|
||||
$a->strings['More Random Cat!'] = 'Więcej losowych kotów!';
|
||||
$a->strings['Reset to email Cat'] = 'Resetuj na e-mail Kot';
|
||||
$a->strings['Cat Avatar Settings'] = 'Ustawienia Kot Avatar';
|
||||
$a->strings['The cat hadn\'t found itself.'] = 'Kot się nie znalazł.';
|
||||
$a->strings['There was an error, the cat ran away.'] = 'Wystąpił błąd, kot uciekł.';
|
||||
$a->strings['Profile Photos'] = 'Zdjęcie profilowe';
|
||||
$a->strings['Meow!'] = 'Miau!';
|
||||
|
|
|
@ -5,12 +5,11 @@ 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["Use Cat as Avatar"] = "Поставить кота на аватар";
|
||||
$a->strings["More Random Cat!"] = "Сгенерировать ещё котов!";
|
||||
$a->strings["Reset to email Cat"] = "Сбросить на кота по-умолчанию";
|
||||
$a->strings["Cat Avatar Settings"] = "Настройки Cat Avatar";
|
||||
$a->strings["The cat hadn't found itself."] = "Кот не нашёл сам себя.";
|
||||
$a->strings["There was an error, the cat ran away."] = "Возникла ошибка, кот убежал.";
|
||||
$a->strings["Profile Photos"] = "Фото профиля";
|
||||
$a->strings["Meow!"] = "Мяу!";
|
||||
$a->strings['Use Cat as Avatar'] = 'Поставить кота на аватар';
|
||||
$a->strings['More Random Cat!'] = 'Сгенерировать ещё котов!';
|
||||
$a->strings['Reset to email Cat'] = 'Сбросить на кота по-умолчанию';
|
||||
$a->strings['Cat Avatar Settings'] = 'Настройки Cat Avatar';
|
||||
$a->strings['The cat hadn\'t found itself.'] = 'Кот не нашёл сам себя.';
|
||||
$a->strings['There was an error, the cat ran away.'] = 'Возникла ошибка, кот убежал.';
|
||||
$a->strings['Profile Photos'] = 'Фото профиля';
|
||||
$a->strings['Meow!'] = 'Мяу!';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue