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_ca($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Fromapp settings updated."] = "S'ha actualitzat la configuració de Fromapp";
|
||||
$a->strings["FromApp Settings"] = "Configuració de FromApp";
|
||||
$a->strings["The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting."] = "El nom de l'aplicació que voleu mostrar de les vostres publicacions originàries. Separeu diferents noms d'aplicacions amb una coma. A continuació, se seleccionarà un aleatori per a cada publicació.";
|
||||
$a->strings["Use this application name even if another application was used."] = "Utilitzeu aquest nom d’aplicació encara que s’hagi utilitzat una altra aplicació.";
|
||||
$a->strings["Save Settings"] = "Desa la Configuració";
|
||||
$a->strings['Fromapp settings updated.'] = 'S\'ha actualitzat la configuració de Fromapp';
|
||||
$a->strings['FromApp Settings'] = 'Configuració de FromApp';
|
||||
$a->strings['The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting.'] = 'El nom de l\'aplicació que voleu mostrar de les vostres publicacions originàries. Separeu diferents noms d\'aplicacions amb una coma. A continuació, se seleccionarà un aleatori per a cada publicació.';
|
||||
$a->strings['Use this application name even if another application was used.'] = 'Utilitzeu aquest nom d’aplicació encara que s’hagi utilitzat una altra aplicació.';
|
||||
$a->strings['Save Settings'] = 'Desa la Configuració';
|
||||
|
|
|
@ -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["Fromapp settings updated."] = "Nastavení FromApp aktualizována.";
|
||||
$a->strings["FromApp Settings"] = "Nastavení FromApp";
|
||||
$a->strings["The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting."] = "Název aplikace, ze které píšete své příspěvky, kterou chcete zobrazovat. Oddělujte různé názvy aplikací čárkou. Pro každý příspěvek bude zvolena náhodná.";
|
||||
$a->strings["Use this application name even if another application was used."] = "Použít toto jméno aplikace, i když byla použita jiná aplikace";
|
||||
$a->strings["Save Settings"] = "Uložit nastavení";
|
||||
$a->strings['Fromapp settings updated.'] = 'Nastavení FromApp aktualizována.';
|
||||
$a->strings['FromApp Settings'] = 'Nastavení FromApp';
|
||||
$a->strings['The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting.'] = 'Název aplikace, ze které píšete své příspěvky, kterou chcete zobrazovat. Oddělujte různé názvy aplikací čárkou. Pro každý příspěvek bude zvolena náhodná.';
|
||||
$a->strings['Use this application name even if another application was used.'] = 'Použít toto jméno aplikace, i když byla použita jiná aplikace';
|
||||
$a->strings['Save Settings'] = 'Uložit nastavení';
|
||||
|
|
|
@ -5,9 +5,8 @@ function string_plural_select_de($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Fromapp settings updated."] = "Fromapp-Einstellungen aktualisiert.";
|
||||
$a->strings["FromApp Settings"] = "FromApp-Einstellungen";
|
||||
$a->strings["The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting."] = "Der Name der Applikation der als Quelle deiner Beiträge angezeigt werden soll. Unterschiedliche Namen können mit einem Komma von einander getrennt werden. Ist mehr als ein Name angegeben, wird für jeden Beitrag ein zufälliger Name aus der Liste ausgewählt.";
|
||||
$a->strings["Use this application name even if another application was used."] = "Verwende diesen Namen, selbst wenn eine andere Applikation verwendet wurde";
|
||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
||||
$a->strings['Fromapp settings updated.'] = 'Fromapp-Einstellungen aktualisiert.';
|
||||
$a->strings['FromApp Settings'] = 'FromApp-Einstellungen';
|
||||
$a->strings['The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting.'] = 'Der Name der Applikation der als Quelle deiner Beiträge angezeigt werden soll. Unterschiedliche Namen können mit einem Komma von einander getrennt werden. Ist mehr als ein Name angegeben, wird für jeden Beitrag ein zufälliger Name aus der Liste ausgewählt.';
|
||||
$a->strings['Use this application name even if another application was used.'] = 'Verwende diesen Namen, selbst wenn eine andere Applikation verwendet wurde';
|
||||
$a->strings['Save Settings'] = 'Einstellungen speichern';
|
||||
|
|
|
@ -5,9 +5,8 @@ function string_plural_select_en_gb($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Fromapp settings updated."] = "FromApp settings updated.";
|
||||
$a->strings["FromApp Settings"] = "FromApp";
|
||||
$a->strings["The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting."] = "The application name you would like to show your posts originating from. Separate different app names with a comma and a random one will be selected for every post.";
|
||||
$a->strings["Use this application name even if another application was used."] = "Use this application name even if another application was used.";
|
||||
$a->strings["Save Settings"] = "Save settings";
|
||||
$a->strings['Fromapp settings updated.'] = 'FromApp settings updated.';
|
||||
$a->strings['FromApp Settings'] = 'FromApp';
|
||||
$a->strings['The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting.'] = 'The application name you would like to show your posts originating from. Separate different app names with a comma and a random one will be selected for every post.';
|
||||
$a->strings['Use this application name even if another application was used.'] = 'Use this application name even if another application was used.';
|
||||
$a->strings['Save Settings'] = 'Save settings';
|
||||
|
|
|
@ -5,8 +5,7 @@ function string_plural_select_es($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["FromApp Settings"] = "Ajustes de FromApp";
|
||||
$a->strings["The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting."] = "El nombre de la aplicación desde la que le gustaría mostrar sus publicaciones. Separe los diferentes nombres de aplicaciones con una coma. Luego, se seleccionará uno al azar para cada publicación.";
|
||||
$a->strings["Use this application name even if another application was used."] = "Utilice este nombre de aplicación incluso si otra aplicación fue utilizada.";
|
||||
$a->strings["Save Settings"] = "Guardar Ajustes";
|
||||
$a->strings['FromApp Settings'] = 'Ajustes de FromApp';
|
||||
$a->strings['The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting.'] = 'El nombre de la aplicación desde la que le gustaría mostrar sus publicaciones. Separe los diferentes nombres de aplicaciones con una coma. Luego, se seleccionará uno al azar para cada publicación.';
|
||||
$a->strings['Use this application name even if another application was used.'] = 'Utilice este nombre de aplicación incluso si otra aplicación fue utilizada.';
|
||||
$a->strings['Save Settings'] = 'Guardar Ajustes';
|
||||
|
|
|
@ -5,7 +5,6 @@ function string_plural_select_fi_fi($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Fromapp settings updated."] = "FromApp -asetukset päivitettiin.";
|
||||
$a->strings["FromApp Settings"] = "FromApp -asetukset";
|
||||
$a->strings["Submit"] = "Lähetä";
|
||||
$a->strings['Fromapp settings updated.'] = 'FromApp -asetukset päivitettiin.';
|
||||
$a->strings['FromApp Settings'] = 'FromApp -asetukset';
|
||||
$a->strings['Submit'] = 'Lähetä';
|
||||
|
|
|
@ -5,8 +5,7 @@ function string_plural_select_fr($n){
|
|||
$n = intval($n);
|
||||
return intval($n > 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["FromApp Settings"] = "Paramètres de FromApp";
|
||||
$a->strings["The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting."] = "Nom de l'application d'origine de votre publication. Séparer les noms des différentes applications par une virgule. Une application sera seléctionnée aléatoirement pour chaque publication. ";
|
||||
$a->strings["Use this application name even if another application was used."] = "Utilisez le nom de cette application même si une autre application a été utilisé.";
|
||||
$a->strings["Save Settings"] = "Sauvegarder les paramètres.";
|
||||
$a->strings['FromApp Settings'] = 'Paramètres de FromApp';
|
||||
$a->strings['The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting.'] = 'Nom de l\'application d\'origine de votre publication. Séparer les noms des différentes applications par une virgule. Une application sera seléctionnée aléatoirement pour chaque publication. ';
|
||||
$a->strings['Use this application name even if another application was used.'] = 'Utilisez le nom de cette application même si une autre application a été utilisé.';
|
||||
$a->strings['Save Settings'] = 'Sauvegarder les paramètres.';
|
||||
|
|
12
fromapp/lang/hu/strings.php
Normal file
12
fromapp/lang/hu/strings.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_hu")) {
|
||||
function string_plural_select_hu($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['Fromapp settings updated.'] = 'A FromApp beállításai frissítve.';
|
||||
$a->strings['FromApp Settings'] = 'FromApp-beállítások';
|
||||
$a->strings['The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting.'] = 'Az alkalmazás neve, amelyet meg szeretne jeleníteni a bejegyzései származási helyeként. A különböző alkalmazásnevek vesszővel választhatók el. Ezután véletlenszerűen lesz kiválasztva az egyikük minden egyes beküldésnél.';
|
||||
$a->strings['Use this application name even if another application was used.'] = 'Ezen alkalmazásnév használata akkor is, ha egy másik alkalmazás lett használva.';
|
||||
$a->strings['Save Settings'] = 'Beállítások mentése';
|
|
@ -5,9 +5,8 @@ function string_plural_select_it($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Fromapp settings updated."] = "Impostazioni \"FromApp\" aggiornato.";
|
||||
$a->strings["FromApp Settings"] = "Imnpostazioni \"FromApp\"";
|
||||
$a->strings["The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting."] = "Il nome applicazione che vuoi compaia come origine dei tuoi messaggi. Separa differenti nomi con una virgola. Di questi, un nome a caso verrà selezionato per ogni invio.";
|
||||
$a->strings["Use this application name even if another application was used."] = "Usa questo nome anche se un'altra applicazione è stata effettivamente usata.";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
$a->strings['Fromapp settings updated.'] = 'Impostazioni "FromApp" aggiornato.';
|
||||
$a->strings['FromApp Settings'] = 'Imnpostazioni "FromApp"';
|
||||
$a->strings['The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting.'] = 'Il nome applicazione che vuoi compaia come origine dei tuoi messaggi. Separa differenti nomi con una virgola. Di questi, un nome a caso verrà selezionato per ogni invio.';
|
||||
$a->strings['Use this application name even if another application was used.'] = 'Usa questo nome anche se un\'altra applicazione è stata effettivamente usata.';
|
||||
$a->strings['Save Settings'] = 'Salva Impostazioni';
|
||||
|
|
|
@ -5,9 +5,8 @@ function string_plural_select_nl($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Fromapp settings updated."] = "Fromapp instellingen opgeslagen";
|
||||
$a->strings["FromApp Settings"] = "FromApp instellingen";
|
||||
$a->strings["The application name you would like to show your posts originating from."] = "De applicatienaam die je wilt laten verschijnen bij je berichten";
|
||||
$a->strings["Use this application name even if another application was used."] = "Gebruik deze applicatienaam zelfs als een andere applicatie werd gebruikt";
|
||||
$a->strings["Submit"] = "Opslaan";
|
||||
$a->strings['Fromapp settings updated.'] = 'Fromapp instellingen opgeslagen';
|
||||
$a->strings['FromApp Settings'] = 'FromApp instellingen';
|
||||
$a->strings['The application name you would like to show your posts originating from.'] = 'De applicatienaam die je wilt laten verschijnen bij je berichten';
|
||||
$a->strings['Use this application name even if another application was used.'] = 'Gebruik deze applicatienaam zelfs als een andere applicatie werd gebruikt';
|
||||
$a->strings['Submit'] = 'Opslaan';
|
||||
|
|
|
@ -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["Fromapp settings updated."] = "Zaktualizowano ustawienia Fromapp.";
|
||||
$a->strings["FromApp Settings"] = "Ustawienia FromApp";
|
||||
$a->strings["The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting."] = "Nazwa aplikacji, z której chcesz wyświetlać swoje posty. Oddziel różne nazwy aplikacji przecinkami. Zostanie losowo wybrana dla każdej lokalizacji.";
|
||||
$a->strings["Use this application name even if another application was used."] = "Użyj tej nazwy aplikacji, nawet jeśli użyto innej aplikacji.";
|
||||
$a->strings["Save Settings"] = "Zapisz ustawienia";
|
||||
$a->strings['Fromapp settings updated.'] = 'Zaktualizowano ustawienia Fromapp.';
|
||||
$a->strings['FromApp Settings'] = 'Ustawienia FromApp';
|
||||
$a->strings['The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting.'] = 'Nazwa aplikacji, z której chcesz wyświetlać swoje posty. Oddziel różne nazwy aplikacji przecinkami. Zostanie losowo wybrana dla każdej lokalizacji.';
|
||||
$a->strings['Use this application name even if another application was used.'] = 'Użyj tej nazwy aplikacji, nawet jeśli użyto innej aplikacji.';
|
||||
$a->strings['Save Settings'] = 'Zapisz ustawienia';
|
||||
|
|
|
@ -5,9 +5,8 @@ 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["Fromapp settings updated."] = "Configurările Fromapp au fost actualizate.";
|
||||
$a->strings["FromApp Settings"] = "Configurări FromApp";
|
||||
$a->strings["The application name you would like to show your posts originating from."] = "Denumirea aplicației pe care doriți să o afișați ca și origine pentru postările dvs.";
|
||||
$a->strings["Use this application name even if another application was used."] = "Utilizați numele acestei aplicații chiar dacă o altă aplicație a fost utilizată.";
|
||||
$a->strings["Submit"] = "Trimite";
|
||||
$a->strings['Fromapp settings updated.'] = 'Configurările Fromapp au fost actualizate.';
|
||||
$a->strings['FromApp Settings'] = 'Configurări FromApp';
|
||||
$a->strings['The application name you would like to show your posts originating from.'] = 'Denumirea aplicației pe care doriți să o afișați ca și origine pentru postările dvs.';
|
||||
$a->strings['Use this application name even if another application was used.'] = 'Utilizați numele acestei aplicații chiar dacă o altă aplicație a fost utilizată.';
|
||||
$a->strings['Submit'] = 'Trimite';
|
||||
|
|
|
@ -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["Fromapp settings updated."] = "Настройки Fromapp обновлены.";
|
||||
$a->strings["FromApp Settings"] = "Настройки Fromapp";
|
||||
$a->strings["The application name you would like to show your posts originating from."] = "Имя приложения, которое будет показываться при просмотре сообщения.";
|
||||
$a->strings["Use this application name even if another application was used."] = "Использовать это имя приложения даже если используется другое приложение.";
|
||||
$a->strings["Submit"] = "Добавить";
|
||||
$a->strings['Fromapp settings updated.'] = 'Настройки Fromapp обновлены.';
|
||||
$a->strings['FromApp Settings'] = 'Настройки Fromapp';
|
||||
$a->strings['The application name you would like to show your posts originating from.'] = 'Имя приложения, которое будет показываться при просмотре сообщения.';
|
||||
$a->strings['Use this application name even if another application was used.'] = 'Использовать это имя приложения даже если используется другое приложение.';
|
||||
$a->strings['Submit'] = 'Добавить';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue