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,10 +5,9 @@ function string_plural_select_ca($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Gnot settings updated."] = "S'ha actualitzat la configuració de Gnot.";
|
||||
$a->strings["Gnot Settings"] = "Configuració de gnot";
|
||||
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permet llançar les notificacions de comentaris de correu electrònic a Gmail i anonimitzar la línia de l’assumpte.";
|
||||
$a->strings["Enable this addon?"] = "Activar aquest addon?";
|
||||
$a->strings["Submit"] = "Envia";
|
||||
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notify] comenta la conversa #%d";
|
||||
$a->strings['Gnot settings updated.'] = 'S\'ha actualitzat la configuració de Gnot.';
|
||||
$a->strings['Gnot Settings'] = 'Configuració de gnot';
|
||||
$a->strings['Allows threading of email comment notifications on Gmail and anonymising the subject line.'] = 'Permet llançar les notificacions de comentaris de correu electrònic a Gmail i anonimitzar la línia de l’assumpte.';
|
||||
$a->strings['Enable this addon?'] = 'Activar aquest addon?';
|
||||
$a->strings['Submit'] = 'Envia';
|
||||
$a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica:Notify] comenta la conversa #%d';
|
||||
|
|
|
@ -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["Gnot settings updated."] = "Nastavení Gnot aktualizováno.";
|
||||
$a->strings["Gnot Settings"] = "Nastavení Gnot";
|
||||
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Umožnit řetězení emailových komentářových oznámení na Gmailu a anonymizací řádky předmětu.";
|
||||
$a->strings["Enable this addon?"] = "Povolit tento doplněk?";
|
||||
$a->strings["Submit"] = "Odeslat";
|
||||
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Oznámení] Komentář ke konverzaci #%d";
|
||||
$a->strings['Gnot settings updated.'] = 'Nastavení Gnot aktualizováno.';
|
||||
$a->strings['Gnot Settings'] = 'Nastavení Gnot';
|
||||
$a->strings['Allows threading of email comment notifications on Gmail and anonymising the subject line.'] = 'Umožnit řetězení emailových komentářových oznámení na Gmailu a anonymizací řádky předmětu.';
|
||||
$a->strings['Enable this addon?'] = 'Povolit tento doplněk?';
|
||||
$a->strings['Submit'] = 'Odeslat';
|
||||
$a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica:Oznámení] Komentář ke konverzaci #%d';
|
||||
|
|
|
@ -5,9 +5,8 @@ function string_plural_select_de($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Gnot Settings"] = "Gnot-Einstellungen";
|
||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
||||
$a->strings["Enable this addon?"] = "Dieses Addon aktivieren?";
|
||||
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Erlaubt das Veröffentlichen von E-Mail-Kommentar-Benachrichtigungen bei Gmail mit anonymisiertem Betreff";
|
||||
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica-Benachrichtigung] Kommentar zum Beitrag #%d";
|
||||
$a->strings['Gnot Settings'] = 'Gnot-Einstellungen';
|
||||
$a->strings['Save Settings'] = 'Einstellungen speichern';
|
||||
$a->strings['Enable this addon?'] = 'Dieses Addon aktivieren?';
|
||||
$a->strings['Allows threading of email comment notifications on Gmail and anonymising the subject line.'] = 'Erlaubt das Veröffentlichen von E-Mail-Kommentar-Benachrichtigungen bei Gmail mit anonymisiertem Betreff';
|
||||
$a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica-Benachrichtigung] Kommentar zum Beitrag #%d';
|
||||
|
|
|
@ -5,9 +5,8 @@ function string_plural_select_es($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Gnot Settings"] = "Ajustes de Gnot";
|
||||
$a->strings["Save Settings"] = "Guardar Ajustes";
|
||||
$a->strings["Enable this addon?"] = "¿Habilitar este plugin/addon?";
|
||||
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permite limpiar las notificaciones de comentario de email en Gmail y anonimizar la línea del tema.";
|
||||
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notify] Comentar en conversación #%d";
|
||||
$a->strings['Gnot Settings'] = 'Ajustes de Gnot';
|
||||
$a->strings['Save Settings'] = 'Guardar Ajustes';
|
||||
$a->strings['Enable this addon?'] = '¿Habilitar este plugin/addon?';
|
||||
$a->strings['Allows threading of email comment notifications on Gmail and anonymising the subject line.'] = 'Permite limpiar las notificaciones de comentario de email en Gmail y anonimizar la línea del tema.';
|
||||
$a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica:Notify] Comentar en conversación #%d';
|
||||
|
|
|
@ -5,9 +5,8 @@ function string_plural_select_fi_fi($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Gnot settings updated."] = "Gnot -asetukset päivitetty.";
|
||||
$a->strings["Gnot Settings"] = "Gnot -asetukset";
|
||||
$a->strings["Enable this addon?"] = "Ota tämä lisäosa käyttöön?";
|
||||
$a->strings["Submit"] = "Lähetä";
|
||||
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notify] Kommentti keskustelussa #%d";
|
||||
$a->strings['Gnot settings updated.'] = 'Gnot -asetukset päivitetty.';
|
||||
$a->strings['Gnot Settings'] = 'Gnot -asetukset';
|
||||
$a->strings['Enable this addon?'] = 'Ota tämä lisäosa käyttöön?';
|
||||
$a->strings['Submit'] = 'Lähetä';
|
||||
$a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica:Notify] Kommentti keskustelussa #%d';
|
||||
|
|
|
@ -5,9 +5,8 @@ function string_plural_select_fr($n){
|
|||
$n = intval($n);
|
||||
return intval($n > 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Gnot Settings"] = "Paramètres Gnot";
|
||||
$a->strings["Save Settings"] = "Sauvegarder les paramètres.";
|
||||
$a->strings["Enable this addon?"] = "Activer cette application complémentaire ?";
|
||||
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permettre le filtrage des notifications de commentaires par courriel sur Gmail et l'anonymisation de l'objet.";
|
||||
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notify] Commentaire vers conversation #%d";
|
||||
$a->strings['Gnot Settings'] = 'Paramètres Gnot';
|
||||
$a->strings['Save Settings'] = 'Sauvegarder les paramètres.';
|
||||
$a->strings['Enable this addon?'] = 'Activer cette application complémentaire ?';
|
||||
$a->strings['Allows threading of email comment notifications on Gmail and anonymising the subject line.'] = 'Permettre le filtrage des notifications de commentaires par courriel sur Gmail et l\'anonymisation de l\'objet.';
|
||||
$a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica:Notify] Commentaire vers conversation #%d';
|
||||
|
|
|
@ -5,9 +5,8 @@ function string_plural_select_hu($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Gnot Settings"] = "Gnot beállítások";
|
||||
$a->strings["Save Settings"] = "Beállítások mentése";
|
||||
$a->strings["Enable this addon?"] = "Engedélyezi ezt a bővítményt?";
|
||||
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Lehetővé teszi az e-mailes hozzászólás értesítéseinek szálkezelését a Gmailnél, és anonimizálja a tárgy sorát.";
|
||||
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica: értesítés] Hozzászólás a(z) %d. beszélgetéshez";
|
||||
$a->strings['Gnot Settings'] = 'Gnot beállítások';
|
||||
$a->strings['Save Settings'] = 'Beállítások mentése';
|
||||
$a->strings['Enable this addon?'] = 'Engedélyezi ezt a bővítményt?';
|
||||
$a->strings['Allows threading of email comment notifications on Gmail and anonymising the subject line.'] = 'Lehetővé teszi az e-mailes hozzászólás értesítéseinek szálkezelését a Gmailnél, és anonimizálja a tárgy sorát.';
|
||||
$a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica: értesítés] Hozzászólás a(z) %d. beszélgetéshez';
|
||||
|
|
|
@ -5,9 +5,8 @@ function string_plural_select_it($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Gnot Settings"] = "Impostazioni Gnot";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
$a->strings["Enable this addon?"] = "Abilita questo componente aggiuntivo?";
|
||||
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permetti di raggruppare le notifiche dei commenti in thread su Gmail e anonimizza l'oggetto";
|
||||
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notifica] Commento alla conversazione n° %d";
|
||||
$a->strings['Gnot Settings'] = 'Impostazioni Gnot';
|
||||
$a->strings['Save Settings'] = 'Salva Impostazioni';
|
||||
$a->strings['Enable this addon?'] = 'Abilita questo componente aggiuntivo?';
|
||||
$a->strings['Allows threading of email comment notifications on Gmail and anonymising the subject line.'] = 'Permetti di raggruppare le notifiche dei commenti in thread su Gmail e anonimizza l\'oggetto';
|
||||
$a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica:Notifica] Commento alla conversazione n° %d';
|
||||
|
|
|
@ -5,7 +5,6 @@ function string_plural_select_nl($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Gnot settings updated."] = "Gnot instellingen opgeslagen";
|
||||
$a->strings["Gnot Settings"] = "Gnot instellingen";
|
||||
$a->strings["Enable this addon?"] = "Deze addon inschakelen?";
|
||||
$a->strings['Gnot settings updated.'] = 'Gnot instellingen opgeslagen';
|
||||
$a->strings['Gnot Settings'] = 'Gnot instellingen';
|
||||
$a->strings['Enable this addon?'] = 'Deze addon inschakelen?';
|
||||
|
|
|
@ -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["Gnot settings updated."] = "Zaktualizowano ustawienia Gnot.";
|
||||
$a->strings["Gnot Settings"] = "Ustawienia Gnot";
|
||||
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Umożliwia nawiązywanie powiadomień o komentarzach e-mail w Gmailu i anonimizowanie wiersza tematu.";
|
||||
$a->strings["Enable this addon?"] = "Włączyć ten dodatek?";
|
||||
$a->strings["Submit"] = "Wyślij";
|
||||
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Powiadomienie] Komentarz do rozmowy #%d";
|
||||
$a->strings['Gnot settings updated.'] = 'Zaktualizowano ustawienia Gnot.';
|
||||
$a->strings['Gnot Settings'] = 'Ustawienia Gnot';
|
||||
$a->strings['Allows threading of email comment notifications on Gmail and anonymising the subject line.'] = 'Umożliwia nawiązywanie powiadomień o komentarzach e-mail w Gmailu i anonimizowanie wiersza tematu.';
|
||||
$a->strings['Enable this addon?'] = 'Włączyć ten dodatek?';
|
||||
$a->strings['Submit'] = 'Wyślij';
|
||||
$a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica:Powiadomienie] Komentarz do rozmowy #%d';
|
||||
|
|
|
@ -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["Gnot settings updated."] = "Configurările Gnot au fost actualizate.";
|
||||
$a->strings["Gnot Settings"] = "Configurări Gnot";
|
||||
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permite înlănțuirea notificărilor prin email a comentariilor, în Gmail și anonimizarea subiectului.";
|
||||
$a->strings["Enable this addon?"] = "Activați acest modul/supliment?";
|
||||
$a->strings["Submit"] = "Trimite";
|
||||
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notificare] Comentariu la conversația # %d";
|
||||
$a->strings['Gnot settings updated.'] = 'Configurările Gnot au fost actualizate.';
|
||||
$a->strings['Gnot Settings'] = 'Configurări Gnot';
|
||||
$a->strings['Allows threading of email comment notifications on Gmail and anonymising the subject line.'] = 'Permite înlănțuirea notificărilor prin email a comentariilor, în Gmail și anonimizarea subiectului.';
|
||||
$a->strings['Enable this addon?'] = 'Activați acest modul/supliment?';
|
||||
$a->strings['Submit'] = 'Trimite';
|
||||
$a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica:Notificare] Comentariu la conversația # %d';
|
||||
|
|
|
@ -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["Gnot settings updated."] = "Настройки Gnot обновлены.";
|
||||
$a->strings["Gnot Settings"] = "Настройки Gnot";
|
||||
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Разрешить нитевание уведомлений о комментариях на Gmail и анонимизировать поле \"Тема\".";
|
||||
$a->strings["Enable this addon?"] = "Включить этот аддон?";
|
||||
$a->strings["Submit"] = "Добавить";
|
||||
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notify] Комментарий в теме #%d";
|
||||
$a->strings['Gnot settings updated.'] = 'Настройки Gnot обновлены.';
|
||||
$a->strings['Gnot Settings'] = 'Настройки Gnot';
|
||||
$a->strings['Allows threading of email comment notifications on Gmail and anonymising the subject line.'] = 'Разрешить нитевание уведомлений о комментариях на Gmail и анонимизировать поле "Тема".';
|
||||
$a->strings['Enable this addon?'] = 'Включить этот аддон?';
|
||||
$a->strings['Submit'] = 'Добавить';
|
||||
$a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica:Notify] Комментарий в теме #%d';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue