regenerated all the strings

This commit is contained in:
Tobias Diekershoff 2021-10-10 08:27:53 +02:00
commit 25ba6023d0
767 changed files with 7410 additions and 7962 deletions

View file

@ -5,33 +5,36 @@ function string_plural_select_ca($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Filtered by rule: %s'] = 'Filtrat per regla: %s';
$a->strings["Filtered by rule: %s"] = "Filtrat per regla: %s"; $a->strings['Advanced Content Filter'] = 'Contingut avançat Filtre';
$a->strings["Advanced Content Filter"] = "Contingut avançat Filtre"; $a->strings['Back to Addon Settings'] = 'Torna Addon Configuració';
$a->strings["Back to Addon Settings"] = "Torna Addon Configuració"; $a->strings['Add a Rule'] = 'Afegiu una regla';
$a->strings["Add a Rule"] = "Afegiu una regla"; $a->strings['Help'] = 'Ajuda';
$a->strings["Help"] = "Ajuda"; $a->strings['Add and manage your personal content filter rules in this screen. Rules have a name and an arbitrary expression that will be matched against post data. For a complete reference of the available operations and variables, check the <a href="advancedcontentfilter/help">help page</a>.'] = 'Afegiu i gestioneu les vostres regles de filtre de contingut personal en aquesta pantalla. Les regles tenen un nom i una expressió arbitrària que es combinen amb les dades de la publicació. Per obtenir una referència completa de les variables i operacions disponibles, comproveu el botó <a href="advancedcontentfilter/help">pàgina dajuda</a>.';
$a->strings["Your rules"] = "Les seves normes"; $a->strings['Your rules'] = 'Les seves normes';
$a->strings["Disabled"] = "Desactivat"; $a->strings['You have no rules yet! Start adding one by clicking on the button above next to the title.'] = 'Encara no teniu normes. Comenceu a afegir-ne un fent clic al botó situat al costat del títol.';
$a->strings["Enabled"] = "Permetre"; $a->strings['Disabled'] = 'Desactivat';
$a->strings["Disable this rule"] = "Desactiva aquesta regla"; $a->strings['Enabled'] = 'Permetre';
$a->strings["Enable this rule"] = "Activa aquesta regla"; $a->strings['Disable this rule'] = 'Desactiva aquesta regla';
$a->strings["Edit this rule"] = "Edita aquesta regla"; $a->strings['Enable this rule'] = 'Activa aquesta regla';
$a->strings["Edit the rule"] = "Edita la regla"; $a->strings['Edit this rule'] = 'Edita aquesta regla';
$a->strings["Save this rule"] = "Deseu aquesta regla"; $a->strings['Edit the rule'] = 'Edita la regla';
$a->strings["Delete this rule"] = "Suprimeix aquesta regla"; $a->strings['Save this rule'] = 'Deseu aquesta regla';
$a->strings["Rule"] = "Regla"; $a->strings['Delete this rule'] = 'Suprimeix aquesta regla';
$a->strings["Close"] = "Tancar"; $a->strings['Rule'] = 'Regla';
$a->strings["Add new rule"] = "Add nova regla"; $a->strings['Close'] = 'Tancar';
$a->strings["Rule Name"] = "Nom de la regla"; $a->strings['Add new rule'] = 'Add nova regla';
$a->strings["Rule Expression"] = "Expressió de regla"; $a->strings['Rule Name'] = 'Nom de la regla';
$a->strings["Cancel"] = "cancel·lar"; $a->strings['Rule Expression'] = 'Expressió de regla';
$a->strings["You must be logged in to use this method"] = "Per utilitzar aquest mètode, heu diniciar sessió"; $a->strings['<p>Examples:</p><ul><li><pre>author_link == \'https://friendica.mrpetovan.com/profile/hypolite\'</pre></li><li>tags</li></ul>'] = '<p>Exemples:</p><ul><li><pre>author_link == \'https://friendica.mrpetovan.com/profile/hypolite\'</pre></li><li>tags</li></ul>';
$a->strings["The rule name and expression are required."] = "El nom i lexpressió de la regla són obligatoris"; $a->strings['Cancel'] = 'cancel·lar';
$a->strings["Rule successfully added"] = "La regla s'ha afegit correctament"; $a->strings['You must be logged in to use this method'] = 'Per utilitzar aquest mètode, heu diniciar sessió';
$a->strings["Rule doesn't exist or doesn't belong to you."] = "La regla no existeix o no us pertany."; $a->strings['Invalid form security token, please refresh the page.'] = 'El testimoni de seguretat del formulari no és vàlid. Actualitza la pàgina';
$a->strings["Rule successfully updated"] = "La regla s'ha actualitzat correctament"; $a->strings['The rule name and expression are required.'] = 'El nom i lexpressió de la regla són obligatoris';
$a->strings["Rule successfully deleted"] = "S'ha suprimit la regla correctament"; $a->strings['Rule successfully added'] = 'La regla s\'ha afegit correctament';
$a->strings["Missing argument: guid."] = "Falta un argument: guia"; $a->strings['Rule doesn\'t exist or doesn\'t belong to you.'] = 'La regla no existeix o no us pertany.';
$a->strings["Unknown post with guid: %s"] = "Publicació desconeguda amb guia: %s"; $a->strings['Rule successfully updated'] = 'La regla s\'ha actualitzat correctament';
$a->strings["Method not found"] = "Mètode no trobat"; $a->strings['Rule successfully deleted'] = 'S\'ha suprimit la regla correctament';
$a->strings['Missing argument: guid.'] = 'Falta un argument: guia';
$a->strings['Unknown post with guid: %s'] = 'Publicació desconeguda amb guia: %s';
$a->strings['Method not found'] = 'Mètode no trobat';

View file

@ -5,34 +5,36 @@ function string_plural_select_cs($n){
$n = intval($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; } 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['Filtered by rule: %s'] = 'Filtrováno podle pravidla: %s';
$a->strings["Filtered by rule: %s"] = "Filtrováno podle pravidla: %s"; $a->strings['Advanced Content Filter'] = 'Rozšířený filtr obsahu';
$a->strings["Advanced Content Filter"] = "Rozšířený filtr obsahu"; $a->strings['Back to Addon Settings'] = 'Zpět na nastavení doplňku';
$a->strings["Back to Addon Settings"] = "Zpět na nastavení doplňku"; $a->strings['Add a Rule'] = 'Přidat pravidlo';
$a->strings["Add a Rule"] = "Přidat pravidlo"; $a->strings['Help'] = 'Nápověda';
$a->strings["Help"] = "Nápověda"; $a->strings['Add and manage your personal content filter rules in this screen. Rules have a name and an arbitrary expression that will be matched against post data. For a complete reference of the available operations and variables, check the <a href="advancedcontentfilter/help">help page</a>.'] = 'Přidávejte a spravujte Vaše osobní pravidla pro filtrování obsahu na této obrazovce. Pravidla mají název a libovolný výraz, který bude porovnán s daty příspěvku. Pro úplnou referenci dostupných operací a proměnných navštivte <a href="advancedcontentfilter/help">stránku nápovědy</a>.';
$a->strings["Your rules"] = "Vaše pravidla"; $a->strings['Your rules'] = 'Vaše pravidla';
$a->strings["Disabled"] = "Zakázáno"; $a->strings['You have no rules yet! Start adding one by clicking on the button above next to the title.'] = 'Ještě nemáte žádná pravidla! Přidejte první kliknutím na tlačítko nahoře vedle nadpisu.';
$a->strings["Enabled"] = "Povoleno"; $a->strings['Disabled'] = 'Zakázáno';
$a->strings["Disable this rule"] = "Zakázat toto pravidlo"; $a->strings['Enabled'] = 'Povoleno';
$a->strings["Enable this rule"] = "Povolit toto pravidlo"; $a->strings['Disable this rule'] = 'Zakázat toto pravidlo';
$a->strings["Edit this rule"] = "Upravit toto pravidlo"; $a->strings['Enable this rule'] = 'Povolit toto pravidlo';
$a->strings["Edit the rule"] = "Upravit pravidlo"; $a->strings['Edit this rule'] = 'Upravit toto pravidlo';
$a->strings["Save this rule"] = "Uložit toto pravidlo"; $a->strings['Edit the rule'] = 'Upravit pravidlo';
$a->strings["Delete this rule"] = "Smazat toto pravidlo"; $a->strings['Save this rule'] = 'Uložit toto pravidlo';
$a->strings["Rule"] = "Pravidlo"; $a->strings['Delete this rule'] = 'Smazat toto pravidlo';
$a->strings["Close"] = "Zavřít"; $a->strings['Rule'] = 'Pravidlo';
$a->strings["Add new rule"] = "Přidat nové pravidlo"; $a->strings['Close'] = 'Zavřít';
$a->strings["Rule Name"] = "Název pravidla"; $a->strings['Add new rule'] = 'Přidat nové pravidlo';
$a->strings["Rule Expression"] = "Výraz pravidla"; $a->strings['Rule Name'] = 'Název pravidla';
$a->strings["Cancel"] = "Zrušit"; $a->strings['Rule Expression'] = 'Výraz pravidla';
$a->strings["You must be logged in to use this method"] = "Pro použití této metody musíte být přihlášen/a"; $a->strings['<p>Examples:</p><ul><li><pre>author_link == \'https://friendica.mrpetovan.com/profile/hypolite\'</pre></li><li>tags</li></ul>'] = '<p>Příklady:</p><ul><li><pre>author_link == \'https://friendica.mrpetovan.com/profile/hypolite\'</pre></li><li>tags</li></ul>';
$a->strings["Invalid form security token, please refresh the page."] = "Neplatná forma bezpečnostního tokenu, prosím obnovte stránku."; $a->strings['Cancel'] = 'Zrušit';
$a->strings["The rule name and expression are required."] = "Je požadován název pravidla a výraz."; $a->strings['You must be logged in to use this method'] = 'Pro použití této metody musíte být přihlášen/a';
$a->strings["Rule successfully added"] = "Pravidlo úspěšně přidáno"; $a->strings['Invalid form security token, please refresh the page.'] = 'Neplatná forma bezpečnostního tokenu, prosím obnovte stránku.';
$a->strings["Rule doesn't exist or doesn't belong to you."] = "Pravidlo buď neexistuje, nebo Vám nepatří."; $a->strings['The rule name and expression are required.'] = 'Je požadován název pravidla a výraz.';
$a->strings["Rule successfully updated"] = "Pravidlo úspěšně aktualizováno"; $a->strings['Rule successfully added'] = 'Pravidlo úspěšně přidáno';
$a->strings["Rule successfully deleted"] = "Pravidlo úspěšně smazáno"; $a->strings['Rule doesn\'t exist or doesn\'t belong to you.'] = 'Pravidlo buď neexistuje, nebo Vám nepatří.';
$a->strings["Missing argument: guid."] = "Chybí argument: guid."; $a->strings['Rule successfully updated'] = 'Pravidlo úspěšně aktualizováno';
$a->strings["Unknown post with guid: %s"] = "Neznámý pžíspěvek s číslem guid: %s"; $a->strings['Rule successfully deleted'] = 'Pravidlo úspěšně smazáno';
$a->strings["Method not found"] = "Metoda nenalezena"; $a->strings['Missing argument: guid.'] = 'Chybí argument: guid.';
$a->strings['Unknown post with guid: %s'] = 'Neznámý pžíspěvek s číslem guid: %s';
$a->strings['Method not found'] = 'Metoda nenalezena';

View file

@ -5,34 +5,35 @@ function string_plural_select_de($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Method not found'] = 'Methode nicht gefunden';
$a->strings["Method not found"] = "Methode nicht gefunden"; $a->strings['Filtered by rule: %s'] = 'Nach dieser Regel gefiltert: %s';
$a->strings["Filtered by rule: %s"] = "Nach dieser Regel gefiltert: %s"; $a->strings['Advanced Content Filter'] = 'Erweiterter Inhaltsfilter';
$a->strings["Advanced Content Filter"] = "Erweiterter Inhaltsfilter"; $a->strings['Back to Addon Settings'] = 'Zurück zu den Addon Einstellungen';
$a->strings["Back to Addon Settings"] = "Zurück zu den Addon Einstellungen"; $a->strings['Add a Rule'] = 'Eine Regel hinzufügen';
$a->strings["Add a Rule"] = "Eine Regel hinzufügen"; $a->strings['Help'] = 'Hilfe';
$a->strings["Help"] = "Hilfe"; $a->strings['Add and manage your personal content filter rules in this screen. Rules have a name and an arbitrary expression that will be matched against post data. For a complete reference of the available operations and variables, check the help page.'] = 'Auf dieser Seite kannst du deine persönlichen Filterregeln verwalten. Regeln müssen einen Namen und einen frei wählbaren Ausdruck besitzen. Dieser Ausdruck wird mit den Daten der Beiträge abgeglichen und diese dann gegebenenfalls gefiltert. Für eine Übersicht der verfügbaren Operatoren für die Filter, wirf bitte einen Blick auf die Hilfsseite des Addons.';
$a->strings["Your rules"] = "Deine Regeln"; $a->strings['Your rules'] = 'Deine Regeln';
$a->strings["Disabled"] = "Deaktiviert"; $a->strings['You have no rules yet! Start adding one by clicking on the button above next to the title.'] = 'Du hast bisher noch keine Regeln definiert. Um eine neue Regel zu erstellen, verwende bitte den Button neben dem Titel.';
$a->strings["Enabled"] = "Aktiv"; $a->strings['Disabled'] = 'Deaktiviert';
$a->strings["Disable this rule"] = "Diese Regel deaktivieren"; $a->strings['Enabled'] = 'Aktiv';
$a->strings["Enable this rule"] = "Diese Regel aktivieren"; $a->strings['Disable this rule'] = 'Diese Regel deaktivieren';
$a->strings["Edit this rule"] = "Diese Regel bearbeiten"; $a->strings['Enable this rule'] = 'Diese Regel aktivieren';
$a->strings["Edit the rule"] = "Die Regel bearbeiten"; $a->strings['Edit this rule'] = 'Diese Regel bearbeiten';
$a->strings["Save this rule"] = "Regel speichern"; $a->strings['Edit the rule'] = 'Die Regel bearbeiten';
$a->strings["Delete this rule"] = "Diese Regel löschen"; $a->strings['Save this rule'] = 'Regel speichern';
$a->strings["Rule"] = "Regel"; $a->strings['Delete this rule'] = 'Diese Regel löschen';
$a->strings["Close"] = "Schließen"; $a->strings['Rule'] = 'Regel';
$a->strings["Add new rule"] = "Neue Regel hinzufügen"; $a->strings['Close'] = 'Schließen';
$a->strings["Rule Name"] = "Name der Regel"; $a->strings['Add new rule'] = 'Neue Regel hinzufügen';
$a->strings["Rule Expression"] = "Ausdruck der Regel"; $a->strings['Rule Name'] = 'Name der Regel';
$a->strings["Cancel"] = "Abbrechen"; $a->strings['Rule Expression'] = 'Ausdruck der Regel';
$a->strings["You must be logged in to use this method"] = "Du musst angemeldet sein, um diese Methode verwenden zu können "; $a->strings['Cancel'] = 'Abbrechen';
$a->strings["Invalid form security token, please refresh the page."] = "Ungültiges Sciherheitstoken, bitte die Seite neu laden."; $a->strings['You must be logged in to use this method'] = 'Du musst angemeldet sein, um diese Methode verwenden zu können ';
$a->strings["The rule name and expression are required."] = "Der Name der Regel und der Ausdruck sind erforderlich."; $a->strings['Invalid form security token, please refresh the page.'] = 'Ungültiges Sciherheitstoken, bitte die Seite neu laden.';
$a->strings["Rule successfully added"] = "Regel erfolgreich hinzugefügt."; $a->strings['The rule name and expression are required.'] = 'Der Name der Regel und der Ausdruck sind erforderlich.';
$a->strings["Rule doesn't exist or doesn't belong to you."] = "Entweder existiert die Regel nicht, oder sie gehört dir nicht."; $a->strings['Rule successfully added'] = 'Regel erfolgreich hinzugefügt.';
$a->strings["Rule successfully updated"] = "Regel wurde erfolgreich aktualisiert."; $a->strings['Rule doesn\'t exist or doesn\'t belong to you.'] = 'Entweder existiert die Regel nicht, oder sie gehört dir nicht.';
$a->strings["Rule successfully deleted"] = "Regel erfolgreich gelöscht."; $a->strings['Rule successfully updated'] = 'Regel wurde erfolgreich aktualisiert.';
$a->strings["Missing argument: guid."] = "Fehlendes Argument: guid."; $a->strings['Rule successfully deleted'] = 'Regel erfolgreich gelöscht.';
$a->strings["Unknown post with guid: %s"] = "Unbekannter Beitrag mit der guid: %s"; $a->strings['Missing argument: guid.'] = 'Fehlendes Argument: guid.';
$a->strings['Unknown post with guid: %s'] = 'Unbekannter Beitrag mit der guid: %s';

View file

@ -5,34 +5,36 @@ function string_plural_select_en_gb($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Filtered by rule: %s'] = 'Filtered by rule: %s';
$a->strings["Filtered by rule: %s"] = "Filtered by rule: %s"; $a->strings['Advanced Content Filter'] = 'Advanced Content Filter';
$a->strings["Advanced Content Filter"] = "Advanced Content Filter"; $a->strings['Back to Addon Settings'] = 'Back to addon settings';
$a->strings["Back to Addon Settings"] = "Back to addon settings"; $a->strings['Add a Rule'] = 'Add a rule';
$a->strings["Add a Rule"] = "Add a rule"; $a->strings['Help'] = 'Help';
$a->strings["Help"] = "Help"; $a->strings['Add and manage your personal content filter rules in this screen. Rules have a name and an arbitrary expression that will be matched against post data. For a complete reference of the available operations and variables, check the <a href="advancedcontentfilter/help">help page</a>.'] = 'Add and manage your personal content filter rules in this screen. Rules have a name and an arbitrary expression that will be matched against post data. For a complete reference of the available operations and variables, check the <a href="advancedcontentfilter/help">help page</a>.';
$a->strings["Your rules"] = "Your rules"; $a->strings['Your rules'] = 'Your rules';
$a->strings["Disabled"] = "Disabled"; $a->strings['You have no rules yet! Start adding one by clicking on the button above next to the title.'] = 'You have no rules yet! Start adding one by clicking on the button above next to the title.';
$a->strings["Enabled"] = "Enabled"; $a->strings['Disabled'] = 'Disabled';
$a->strings["Disable this rule"] = "Disable this rule"; $a->strings['Enabled'] = 'Enabled';
$a->strings["Enable this rule"] = "Enable this rule"; $a->strings['Disable this rule'] = 'Disable this rule';
$a->strings["Edit this rule"] = "Edit this rule"; $a->strings['Enable this rule'] = 'Enable this rule';
$a->strings["Edit the rule"] = "Edit the rule"; $a->strings['Edit this rule'] = 'Edit this rule';
$a->strings["Save this rule"] = "Save this rule"; $a->strings['Edit the rule'] = 'Edit the rule';
$a->strings["Delete this rule"] = "Delete this rule"; $a->strings['Save this rule'] = 'Save this rule';
$a->strings["Rule"] = "Rule"; $a->strings['Delete this rule'] = 'Delete this rule';
$a->strings["Close"] = "Close"; $a->strings['Rule'] = 'Rule';
$a->strings["Add new rule"] = "Add new rule"; $a->strings['Close'] = 'Close';
$a->strings["Rule Name"] = "Rule name"; $a->strings['Add new rule'] = 'Add new rule';
$a->strings["Rule Expression"] = "Rule expression"; $a->strings['Rule Name'] = 'Rule name';
$a->strings["Cancel"] = "Cancel"; $a->strings['Rule Expression'] = 'Rule expression';
$a->strings["You must be logged in to use this method"] = "You must be logged in to use this method"; $a->strings['<p>Examples:</p><ul><li><pre>author_link == \'https://friendica.mrpetovan.com/profile/hypolite\'</pre></li><li>tags</li></ul>'] = '<p>Examples:</p><ul><li><pre>author_link == \'https://friendica.mrpetovan.com/profile/hypolite\'</pre></li><li>tags</li></ul>';
$a->strings["Invalid form security token, please refresh the page."] = "Invalid form security token, please refresh the page."; $a->strings['Cancel'] = 'Cancel';
$a->strings["The rule name and expression are required."] = "The rule name and expression are required."; $a->strings['You must be logged in to use this method'] = 'You must be logged in to use this method';
$a->strings["Rule successfully added"] = "Rule successfully added"; $a->strings['Invalid form security token, please refresh the page.'] = 'Invalid form security token, please refresh the page.';
$a->strings["Rule doesn't exist or doesn't belong to you."] = "Rule doesn't exist or doesn't belong to you."; $a->strings['The rule name and expression are required.'] = 'The rule name and expression are required.';
$a->strings["Rule successfully updated"] = "Rule successfully updated"; $a->strings['Rule successfully added'] = 'Rule successfully added';
$a->strings["Rule successfully deleted"] = "Rule successfully deleted"; $a->strings['Rule doesn\'t exist or doesn\'t belong to you.'] = 'Rule doesn\'t exist or doesn\'t belong to you.';
$a->strings["Missing argument: guid."] = "Missing argument: Global Unique Identifier (GUID)."; $a->strings['Rule successfully updated'] = 'Rule successfully updated';
$a->strings["Unknown post with guid: %s"] = "Unknown post with Global Unique Identifier (GUID): %s"; $a->strings['Rule successfully deleted'] = 'Rule successfully deleted';
$a->strings["Method not found"] = "Method not found"; $a->strings['Missing argument: guid.'] = 'Missing argument: Global Unique Identifier (GUID).';
$a->strings['Unknown post with guid: %s'] = 'Unknown post with Global Unique Identifier (GUID): %s';
$a->strings['Method not found'] = 'Method not found';

View file

@ -5,33 +5,35 @@ function string_plural_select_es($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Method not found'] = 'Método no encontrado';
$a->strings["Method not found"] = "Método no encontrado"; $a->strings['Filtered by rule: %s'] = 'Filtrado por la regla: %s';
$a->strings["Filtered by rule: %s"] = "Filtrado por la regla: %s"; $a->strings['Advanced Content Filter'] = 'Filtro de contenido avanzado';
$a->strings["Advanced Content Filter"] = "Filtro de contenido avanzado"; $a->strings['Back to Addon Settings'] = 'Volver a Ajustes de Complemento';
$a->strings["Back to Addon Settings"] = "Volver a Ajustes de Complemento"; $a->strings['Add a Rule'] = 'Añadir una regla';
$a->strings["Add a Rule"] = "Añadir una regla"; $a->strings['Help'] = 'Ayuda';
$a->strings["Help"] = "Ayuda"; $a->strings['Add and manage your personal content filter rules in this screen. Rules have a name and an arbitrary expression that will be matched against post data. For a complete reference of the available operations and variables, check the help page.'] = 'Agregue y administre sus reglas de filtrado de contenido personal en esta pantalla. Las reglas tienen un nombre y una expresión arbitraria que se comparará con los datos de la publicación. Para obtener una referencia completa de las operaciones y variables disponibles, consulte la página de ayuda.';
$a->strings["Your rules"] = "Tus reglas"; $a->strings['Your rules'] = 'Tus reglas';
$a->strings["Disabled"] = "Desactivado"; $a->strings['You have no rules yet! Start adding one by clicking on the button above next to the title.'] = '¡Aún no tienes reglas! Empieza añadiendo una haciendo clic en el botón de arriba al lado del título. ';
$a->strings["Enabled"] = "Activado"; $a->strings['Disabled'] = 'Desactivado';
$a->strings["Disable this rule"] = "Desactivar esta regla"; $a->strings['Enabled'] = 'Activado';
$a->strings["Enable this rule"] = "Activar esta regla"; $a->strings['Disable this rule'] = 'Desactivar esta regla';
$a->strings["Edit this rule"] = "Editar esta regla"; $a->strings['Enable this rule'] = 'Activar esta regla';
$a->strings["Edit the rule"] = "Editar regla"; $a->strings['Edit this rule'] = 'Editar esta regla';
$a->strings["Save this rule"] = "Guardar esta regla"; $a->strings['Edit the rule'] = 'Editar regla';
$a->strings["Delete this rule"] = "Borrar esta regla"; $a->strings['Save this rule'] = 'Guardar esta regla';
$a->strings["Rule"] = "Regla"; $a->strings['Delete this rule'] = 'Borrar esta regla';
$a->strings["Close"] = "Cerrar"; $a->strings['Rule'] = 'Regla';
$a->strings["Add new rule"] = "Agregar nueva regla"; $a->strings['Close'] = 'Cerrar';
$a->strings["Rule Name"] = "Nombre de la regla"; $a->strings['Add new rule'] = 'Agregar nueva regla';
$a->strings["Rule Expression"] = "Expresión de la regla"; $a->strings['Rule Name'] = 'Nombre de la regla';
$a->strings["Cancel"] = "Cancelar"; $a->strings['Rule Expression'] = 'Expresión de la regla';
$a->strings["You must be logged in to use this method"] = "Debe estar registrado para usar este método"; $a->strings['Cancel'] = 'Cancelar';
$a->strings["The rule name and expression are required."] = "El nombre y la expresión de la regla son obligatorios."; $a->strings['You must be logged in to use this method'] = 'Debe estar registrado para usar este método';
$a->strings["Rule successfully added"] = "Regla añadida exitosamente"; $a->strings['Invalid form security token, please refresh the page.'] = 'Token de seguridad de formulario inválido, por favor actualice la página.';
$a->strings["Rule doesn't exist or doesn't belong to you."] = "La regla no existe o no te pertenece."; $a->strings['The rule name and expression are required.'] = 'El nombre y la expresión de la regla son obligatorios.';
$a->strings["Rule successfully updated"] = "Regla actualizada exitosamente"; $a->strings['Rule successfully added'] = 'Regla añadida exitosamente';
$a->strings["Rule successfully deleted"] = "Regla eliminada exitosamente"; $a->strings['Rule doesn\'t exist or doesn\'t belong to you.'] = 'La regla no existe o no te pertenece.';
$a->strings["Missing argument: guid."] = "Algumento faltante: guía"; $a->strings['Rule successfully updated'] = 'Regla actualizada exitosamente';
$a->strings["Unknown post with guid: %s"] = "Publicacion desconocida con la guía: %s"; $a->strings['Rule successfully deleted'] = 'Regla eliminada exitosamente';
$a->strings['Missing argument: guid.'] = 'Algumento faltante: guía';
$a->strings['Unknown post with guid: %s'] = 'Publicacion desconocida con la guía: %s';

View file

@ -5,19 +5,18 @@ function string_plural_select_fi($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Add a Rule'] = 'Lisää sääntö';
$a->strings["Add a Rule"] = "Lisää sääntö"; $a->strings['Your rules'] = 'Sääntösi';
$a->strings["Your rules"] = "Sääntösi"; $a->strings['Disabled'] = 'Ei käytössä';
$a->strings["Disabled"] = "Ei käytössä"; $a->strings['Enabled'] = 'Käytössä';
$a->strings["Enabled"] = "Käytössä"; $a->strings['Enable this rule'] = 'Ota tämä sääntö käyttöön';
$a->strings["Enable this rule"] = "Ota tämä sääntö käyttöön"; $a->strings['Edit this rule'] = 'Muokkaa tätä sääntöä';
$a->strings["Edit this rule"] = "Muokkaa tätä sääntöä"; $a->strings['Edit the rule'] = 'Muokkaa sääntöä';
$a->strings["Edit the rule"] = "Muokkaa sääntöä"; $a->strings['Save this rule'] = 'Tallenna tämä sääntö';
$a->strings["Save this rule"] = "Tallenna tämä sääntö"; $a->strings['Delete this rule'] = 'Poista tämä sääntö';
$a->strings["Delete this rule"] = "Poista tämä sääntö"; $a->strings['Rule'] = 'Sääntö';
$a->strings["Rule"] = "Sääntö"; $a->strings['Close'] = 'Sulje';
$a->strings["Close"] = "Sulje"; $a->strings['Add new rule'] = 'Lisää uusi sääntö';
$a->strings["Add new rule"] = "Lisää uusi sääntö"; $a->strings['Rule successfully added'] = 'Sääntö lisätty';
$a->strings["Rule successfully added"] = "Sääntö lisätty"; $a->strings['Rule successfully updated'] = 'Sääntö päivitetty';
$a->strings["Rule successfully updated"] = "Sääntö päivitetty"; $a->strings['Rule successfully deleted'] = 'Sääntö poistettu';
$a->strings["Rule successfully deleted"] = "Sääntö poistettu";

View file

@ -5,34 +5,35 @@ function string_plural_select_fr($n){
$n = intval($n); $n = intval($n);
return intval($n > 1); return intval($n > 1);
}} }}
; $a->strings['Method not found'] = 'Méthode non trouvée';
$a->strings["Method not found"] = "Méthode non trouvée"; $a->strings['Filtered by rule: %s'] = 'Filtré par règle:%s';
$a->strings["Filtered by rule: %s"] = "Filtré par règle:%s"; $a->strings['Advanced Content Filter'] = 'Filtre avancé de contenu';
$a->strings["Advanced Content Filter"] = "Filtre avancé de contenu"; $a->strings['Back to Addon Settings'] = 'Retour aux paramètres de l\'extension';
$a->strings["Back to Addon Settings"] = "Retour aux paramètres de l'extension"; $a->strings['Add a Rule'] = 'Ajouter une règle';
$a->strings["Add a Rule"] = "Ajouter une règle"; $a->strings['Help'] = 'Aide';
$a->strings["Help"] = "Aide"; $a->strings['Add and manage your personal content filter rules in this screen. Rules have a name and an arbitrary expression that will be matched against post data. For a complete reference of the available operations and variables, check the help page.'] = 'Cet écran permet d\'ajouter et de gérer vos règles de filtrage de contenu personnelles. Les règles ont un nom et une expression arbitraire qui sera comparée aux données des messages. Pour une référence complète des opérations et variables disponibles, consultez la page d\'aide.';
$a->strings["Your rules"] = "Vos règles"; $a->strings['Your rules'] = 'Vos règles';
$a->strings["Disabled"] = "Désactivé"; $a->strings['You have no rules yet! Start adding one by clicking on the button above next to the title.'] = 'Vous n\'avez encore aucune règle! Ajoutez-en une en cliquant le bouton au-dessus près du titre';
$a->strings["Enabled"] = "Activé"; $a->strings['Disabled'] = 'Désactivé';
$a->strings["Disable this rule"] = "Désactiver cette règle"; $a->strings['Enabled'] = 'Activé';
$a->strings["Enable this rule"] = "Activer cette règle"; $a->strings['Disable this rule'] = 'Désactiver cette règle';
$a->strings["Edit this rule"] = "Modifier cette règle"; $a->strings['Enable this rule'] = 'Activer cette règle';
$a->strings["Edit the rule"] = "Modifier la règle"; $a->strings['Edit this rule'] = 'Modifier cette règle';
$a->strings["Save this rule"] = "Enregistrer cette règle"; $a->strings['Edit the rule'] = 'Modifier la règle';
$a->strings["Delete this rule"] = "Supprimer cette règle"; $a->strings['Save this rule'] = 'Enregistrer cette règle';
$a->strings["Rule"] = "Règle"; $a->strings['Delete this rule'] = 'Supprimer cette règle';
$a->strings["Close"] = "Fermer"; $a->strings['Rule'] = 'Règle';
$a->strings["Add new rule"] = "Ajouter nouvelle règle"; $a->strings['Close'] = 'Fermer';
$a->strings["Rule Name"] = "Nommer règle"; $a->strings['Add new rule'] = 'Ajouter nouvelle règle';
$a->strings["Rule Expression"] = "Expression de règle"; $a->strings['Rule Name'] = 'Nommer règle';
$a->strings["Cancel"] = "Annuler"; $a->strings['Rule Expression'] = 'Expression de règle';
$a->strings["You must be logged in to use this method"] = "Vous devez être connecté pour utiliser cette méthode"; $a->strings['Cancel'] = 'Annuler';
$a->strings["Invalid form security token, please refresh the page."] = "Formulaire token de sécurité invalide, rafraîchissez la page"; $a->strings['You must be logged in to use this method'] = 'Vous devez être connecté pour utiliser cette méthode';
$a->strings["The rule name and expression are required."] = "Le nom et l'expression de cette règle sont requis"; $a->strings['Invalid form security token, please refresh the page.'] = 'Formulaire token de sécurité invalide, rafraîchissez la page';
$a->strings["Rule successfully added"] = "Règle bien ajoutée"; $a->strings['The rule name and expression are required.'] = 'Le nom et l\'expression de cette règle sont requis';
$a->strings["Rule doesn't exist or doesn't belong to you."] = "Cette règle n'existe pas ou ne vous appartient pas"; $a->strings['Rule successfully added'] = 'Règle bien ajoutée';
$a->strings["Rule successfully updated"] = "Règle bien mise à jour"; $a->strings['Rule doesn\'t exist or doesn\'t belong to you.'] = 'Cette règle n\'existe pas ou ne vous appartient pas';
$a->strings["Rule successfully deleted"] = "Règle bien supprimée"; $a->strings['Rule successfully updated'] = 'Règle bien mise à jour';
$a->strings["Missing argument: guid."] = "Argument manquant: "; $a->strings['Rule successfully deleted'] = 'Règle bien supprimée';
$a->strings["Unknown post with guid: %s"] = "Post inconnu avec guid : %s"; $a->strings['Missing argument: guid.'] = 'Argument manquant: ';
$a->strings['Unknown post with guid: %s'] = 'Post inconnu avec guid : %s';

View file

@ -5,34 +5,35 @@ function string_plural_select_hu($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Method not found'] = 'A módszer nem található';
$a->strings["Method not found"] = "A módszer nem található"; $a->strings['Filtered by rule: %s'] = 'Szűrve a szabály alapján: %s';
$a->strings["Filtered by rule: %s"] = "Szűrve a szabály alapján: %s"; $a->strings['Advanced Content Filter'] = 'Speciális tartalomszűrő';
$a->strings["Advanced Content Filter"] = "Speciális tartalomszűrő"; $a->strings['Back to Addon Settings'] = 'Vissza a bővítménybeállításokhoz';
$a->strings["Back to Addon Settings"] = "Vissza a bővítménybeállításokhoz"; $a->strings['Add a Rule'] = 'Szabály hozzáadása';
$a->strings["Add a Rule"] = "Szabály hozzáadása"; $a->strings['Help'] = 'Súgó';
$a->strings["Help"] = "Súgó"; $a->strings['Add and manage your personal content filter rules in this screen. Rules have a name and an arbitrary expression that will be matched against post data. For a complete reference of the available operations and variables, check the help page.'] = 'Személyes tartalomszűrő szabályok hozzáadása és kezelése ezen a képernyőn. A szabályoknak van nevük és egy tetszőleges kifejezésük, amely a bejegyzés adataira lesz illesztve. Az elérhető műveletek és változók teljes hivatkozásáért nézze meg a súgóoldalt.';
$a->strings["Your rules"] = "Az Ön szabályai"; $a->strings['Your rules'] = 'Az Ön szabályai';
$a->strings["Disabled"] = "Letiltva"; $a->strings['You have no rules yet! Start adding one by clicking on the button above next to the title.'] = 'Még nincsenek szabályai! Kezdje meg egy szabály hozzáadását a cím mellett lévő fenti gombra kattintva.';
$a->strings["Enabled"] = "Engedélyezve"; $a->strings['Disabled'] = 'Letiltva';
$a->strings["Disable this rule"] = "A szabály letiltása"; $a->strings['Enabled'] = 'Engedélyezve';
$a->strings["Enable this rule"] = "A szabály engedélyezése"; $a->strings['Disable this rule'] = 'A szabály letiltása';
$a->strings["Edit this rule"] = "A szabály szerkesztése"; $a->strings['Enable this rule'] = 'A szabály engedélyezése';
$a->strings["Edit the rule"] = "A szabály szerkesztése"; $a->strings['Edit this rule'] = 'A szabály szerkesztése';
$a->strings["Save this rule"] = "A szabály mentése"; $a->strings['Edit the rule'] = 'A szabály szerkesztése';
$a->strings["Delete this rule"] = "A szabály törlése"; $a->strings['Save this rule'] = 'A szabály mentése';
$a->strings["Rule"] = "Szabály"; $a->strings['Delete this rule'] = 'A szabály törlése';
$a->strings["Close"] = "Bezárás"; $a->strings['Rule'] = 'Szabály';
$a->strings["Add new rule"] = "Új szabály hozzáadása"; $a->strings['Close'] = 'Bezárás';
$a->strings["Rule Name"] = "Szabály neve"; $a->strings['Add new rule'] = 'Új szabály hozzáadása';
$a->strings["Rule Expression"] = "Szabály kifejezése"; $a->strings['Rule Name'] = 'Szabály neve';
$a->strings["Cancel"] = "Mégse"; $a->strings['Rule Expression'] = 'Szabály kifejezése';
$a->strings["You must be logged in to use this method"] = "Bejelentkezve kell lennie a módszer használatához"; $a->strings['Cancel'] = 'Mégse';
$a->strings["Invalid form security token, please refresh the page."] = "Érvénytelen űrlap biztonsági token. Frissítse az oldalt."; $a->strings['You must be logged in to use this method'] = 'Bejelentkezve kell lennie a módszer használatához';
$a->strings["The rule name and expression are required."] = "A szabály neve és kifejezése kötelező."; $a->strings['Invalid form security token, please refresh the page.'] = 'Érvénytelen űrlap biztonsági token. Frissítse az oldalt.';
$a->strings["Rule successfully added"] = "A szabály sikeresen hozzáadva"; $a->strings['The rule name and expression are required.'] = 'A szabály neve és kifejezése kötelező.';
$a->strings["Rule doesn't exist or doesn't belong to you."] = "A szabály nem létezik vagy nem Önhöz tatozik."; $a->strings['Rule successfully added'] = 'A szabály sikeresen hozzáadva';
$a->strings["Rule successfully updated"] = "A szabály sikeresen frissítve"; $a->strings['Rule doesn\'t exist or doesn\'t belong to you.'] = 'A szabály nem létezik vagy nem Önhöz tatozik.';
$a->strings["Rule successfully deleted"] = "A szabály sikeresen törölve"; $a->strings['Rule successfully updated'] = 'A szabály sikeresen frissítve';
$a->strings["Missing argument: guid."] = "Hiányzó argumentum: guid."; $a->strings['Rule successfully deleted'] = 'A szabály sikeresen törölve';
$a->strings["Unknown post with guid: %s"] = "Ismeretlen bejegyzés a következő guid azonosítóval: %s"; $a->strings['Missing argument: guid.'] = 'Hiányzó argumentum: guid.';
$a->strings['Unknown post with guid: %s'] = 'Ismeretlen bejegyzés a következő guid azonosítóval: %s';

View file

@ -5,34 +5,36 @@ function string_plural_select_it($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Filtered by rule: %s'] = 'Filtrato dalla regola: %s';
$a->strings["Filtered by rule: %s"] = "Filtrato dalla regola: %s"; $a->strings['Advanced Content Filter'] = 'Filtro Avanzato Contenuti';
$a->strings["Advanced Content Filter"] = "Filtro Avanzato Contenuti"; $a->strings['Back to Addon Settings'] = 'Torna alle impostazioni del componente aggiuntivo';
$a->strings["Back to Addon Settings"] = "Torna alle impostazioni del componente aggiuntivo"; $a->strings['Add a Rule'] = 'Aggiungi una regola';
$a->strings["Add a Rule"] = "Aggiungi una regola"; $a->strings['Help'] = 'Aiuto';
$a->strings["Help"] = "Aiuto"; $a->strings['Add and manage your personal content filter rules in this screen. Rules have a name and an arbitrary expression that will be matched against post data. For a complete reference of the available operations and variables, check the <a href="advancedcontentfilter/help">help page</a>.'] = 'Aggiungi e gestisci le tue regole personali di filtro contenuti in questa schermata. Le regole hanno un nome e un\'espressione arbitraria che sarà confrontata con i dati del messaggio. Per un elenco completo delle operazioni disponibili, controlla la <a href="advancedcontentfilter/help">pagina di aiuto</a>.';
$a->strings["Your rules"] = "Le tue regole"; $a->strings['Your rules'] = 'Le tue regole';
$a->strings["Disabled"] = "Disabilitato"; $a->strings['You have no rules yet! Start adding one by clicking on the button above next to the title.'] = 'Non hai ancora nessuna regola! Aggiungine una cliccando sul bottone qui sopra a fianco al titolo.';
$a->strings["Enabled"] = "Abilitato"; $a->strings['Disabled'] = 'Disabilitato';
$a->strings["Disable this rule"] = "Diabilita questa regola"; $a->strings['Enabled'] = 'Abilitato';
$a->strings["Enable this rule"] = "Abilita questa regola"; $a->strings['Disable this rule'] = 'Diabilita questa regola';
$a->strings["Edit this rule"] = "Modifica questa regola"; $a->strings['Enable this rule'] = 'Abilita questa regola';
$a->strings["Edit the rule"] = "Modifica la regola"; $a->strings['Edit this rule'] = 'Modifica questa regola';
$a->strings["Save this rule"] = "Salva questa regola"; $a->strings['Edit the rule'] = 'Modifica la regola';
$a->strings["Delete this rule"] = "Elimina questa regola"; $a->strings['Save this rule'] = 'Salva questa regola';
$a->strings["Rule"] = "Regola"; $a->strings['Delete this rule'] = 'Elimina questa regola';
$a->strings["Close"] = "Chiudi"; $a->strings['Rule'] = 'Regola';
$a->strings["Add new rule"] = "Aggiungi nuova regola"; $a->strings['Close'] = 'Chiudi';
$a->strings["Rule Name"] = "Nome Regola"; $a->strings['Add new rule'] = 'Aggiungi nuova regola';
$a->strings["Rule Expression"] = "Espressione Regola"; $a->strings['Rule Name'] = 'Nome Regola';
$a->strings["Cancel"] = "Annulla"; $a->strings['Rule Expression'] = 'Espressione Regola';
$a->strings["You must be logged in to use this method"] = "Devi essere autenticato per usare questo metodo"; $a->strings['<p>Examples:</p><ul><li><pre>author_link == \'https://friendica.mrpetovan.com/profile/hypolite\'</pre></li><li>tags</li></ul>'] = '<p>Esempi:</p><ul><li><pre>author_link == \'https://friendica.mrpetovan.com/profile/hypolite\'</pre></li><li>tags</li></ul>';
$a->strings["Invalid form security token, please refresh the page."] = "Token di sicurezza invalido, aggiorna la pagina."; $a->strings['Cancel'] = 'Annulla';
$a->strings["The rule name and expression are required."] = "Il nome e l'espressione della regola sono richiesti."; $a->strings['You must be logged in to use this method'] = 'Devi essere autenticato per usare questo metodo';
$a->strings["Rule successfully added"] = "Regola aggiunta con successo"; $a->strings['Invalid form security token, please refresh the page.'] = 'Token di sicurezza invalido, aggiorna la pagina.';
$a->strings["Rule doesn't exist or doesn't belong to you."] = "La regola non esiste o non ti appartiene."; $a->strings['The rule name and expression are required.'] = 'Il nome e l\'espressione della regola sono richiesti.';
$a->strings["Rule successfully updated"] = "Regola aggiornata con successo"; $a->strings['Rule successfully added'] = 'Regola aggiunta con successo';
$a->strings["Rule successfully deleted"] = "Regola eliminata con successo"; $a->strings['Rule doesn\'t exist or doesn\'t belong to you.'] = 'La regola non esiste o non ti appartiene.';
$a->strings["Missing argument: guid."] = "Argomento mancante: guid."; $a->strings['Rule successfully updated'] = 'Regola aggiornata con successo';
$a->strings["Unknown post with guid: %s"] = "Messaggio con guid %s sconosciuto"; $a->strings['Rule successfully deleted'] = 'Regola eliminata con successo';
$a->strings["Method not found"] = "Metodo non trovato"; $a->strings['Missing argument: guid.'] = 'Argomento mancante: guid.';
$a->strings['Unknown post with guid: %s'] = 'Messaggio con guid %s sconosciuto';
$a->strings['Method not found'] = 'Metodo non trovato';

View file

@ -5,34 +5,36 @@ function string_plural_select_nl($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Filtered by rule: %s'] = 'Gefilterd volgens regel: %s';
$a->strings["Filtered by rule: %s"] = "Gefilterd volgens regel: %s"; $a->strings['Advanced Content Filter'] = 'Geavanceerd filter voor berichtsinhoud';
$a->strings["Advanced Content Filter"] = "Geavanceerd filter voor berichtsinhoud"; $a->strings['Back to Addon Settings'] = 'Terug naar Addon instellingen';
$a->strings["Back to Addon Settings"] = "Terug naar Addon instellingen"; $a->strings['Add a Rule'] = 'Filterregel toevoegen';
$a->strings["Add a Rule"] = "Filterregel toevoegen"; $a->strings['Help'] = 'Help';
$a->strings["Help"] = "Help"; $a->strings['Add and manage your personal content filter rules in this screen. Rules have a name and an arbitrary expression that will be matched against post data. For a complete reference of the available operations and variables, check the <a href="advancedcontentfilter/help">help page</a>.'] = 'Beheer de filterregels van je persoonlijke filter voor berichtsinhoud in dit scherm. Regels hebben een naam en bewoording welke we automatisch controleren door te vergelijken met de inhoud van elk bericht. Voor een compleet naslagwerk van de beschikbare bewerkingen en variabelen, zie de <a href="advancedcontentfilter/help">help pagina</a>.';
$a->strings["Your rules"] = "Jouw regels"; $a->strings['Your rules'] = 'Jouw regels';
$a->strings["Disabled"] = "Uitgeschakeld"; $a->strings['You have no rules yet! Start adding one by clicking on the button above next to the title.'] = 'Je hebt nog geen regels! Klik op de knop bovenin naast de titel om een regel toe te voegen.';
$a->strings["Enabled"] = "Geactiveerd"; $a->strings['Disabled'] = 'Uitgeschakeld';
$a->strings["Disable this rule"] = "Deze regel uitschakelen"; $a->strings['Enabled'] = 'Geactiveerd';
$a->strings["Enable this rule"] = "Deze regel inschakelen"; $a->strings['Disable this rule'] = 'Deze regel uitschakelen';
$a->strings["Edit this rule"] = "Regel bewerken"; $a->strings['Enable this rule'] = 'Deze regel inschakelen';
$a->strings["Edit the rule"] = "Regel bewerken"; $a->strings['Edit this rule'] = 'Regel bewerken';
$a->strings["Save this rule"] = "Deze regel opslaan"; $a->strings['Edit the rule'] = 'Regel bewerken';
$a->strings["Delete this rule"] = "Deze regel verwijderen"; $a->strings['Save this rule'] = 'Deze regel opslaan';
$a->strings["Rule"] = "Regel"; $a->strings['Delete this rule'] = 'Deze regel verwijderen';
$a->strings["Close"] = "Sluiten"; $a->strings['Rule'] = 'Regel';
$a->strings["Add new rule"] = "Voeg nieuwe regel toe"; $a->strings['Close'] = 'Sluiten';
$a->strings["Rule Name"] = "Regel naam"; $a->strings['Add new rule'] = 'Voeg nieuwe regel toe';
$a->strings["Rule Expression"] = "Regel bewoording"; $a->strings['Rule Name'] = 'Regel naam';
$a->strings["Cancel"] = "Annuleren"; $a->strings['Rule Expression'] = 'Regel bewoording';
$a->strings["You must be logged in to use this method"] = "Je moet ingelogd zijn om deze methode te gebruiken"; $a->strings['<p>Examples:</p><ul><li><pre>author_link == \'https://friendica.mrpetovan.com/profile/hypolite\'</pre></li><li>tags</li></ul>'] = '<p>Voorbeelden:</p><ul><li><pre>author_link == \'https://friendica.mrpetovan.com/profile/hypolite\'</pre></li><li>label</li></ul>';
$a->strings["Invalid form security token, please refresh the page."] = "Ongeldige formulier beveiligings token, vernieuw de pagina a.u.b."; $a->strings['Cancel'] = 'Annuleren';
$a->strings["The rule name and expression are required."] = "De regelnaam en bewoording zijn vereist."; $a->strings['You must be logged in to use this method'] = 'Je moet ingelogd zijn om deze methode te gebruiken';
$a->strings["Rule successfully added"] = "Regel succesvol toegevoegd"; $a->strings['Invalid form security token, please refresh the page.'] = 'Ongeldige formulier beveiligings token, vernieuw de pagina a.u.b.';
$a->strings["Rule doesn't exist or doesn't belong to you."] = "Deze regel bestaat niet, of is niet van jou."; $a->strings['The rule name and expression are required.'] = 'De regelnaam en bewoording zijn vereist.';
$a->strings["Rule successfully updated"] = "Regel succesvol opgeslagen"; $a->strings['Rule successfully added'] = 'Regel succesvol toegevoegd';
$a->strings["Rule successfully deleted"] = "Regel succesvol verwijderd"; $a->strings['Rule doesn\'t exist or doesn\'t belong to you.'] = 'Deze regel bestaat niet, of is niet van jou.';
$a->strings["Missing argument: guid."] = "Parameter guid niet aanwezig"; $a->strings['Rule successfully updated'] = 'Regel succesvol opgeslagen';
$a->strings["Unknown post with guid: %s"] = "Onbekend bericht met guid: %s"; $a->strings['Rule successfully deleted'] = 'Regel succesvol verwijderd';
$a->strings["Method not found"] = "Methode niet gevonden"; $a->strings['Missing argument: guid.'] = 'Parameter guid niet aanwezig';
$a->strings['Unknown post with guid: %s'] = 'Onbekend bericht met guid: %s';
$a->strings['Method not found'] = 'Methode niet gevonden';

View file

@ -5,34 +5,36 @@ function string_plural_select_pl($n){
$n = intval($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; } 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['Filtered by rule: %s'] = ' Filtruj według reguły: %s';
$a->strings["Filtered by rule: %s"] = " Filtruj według reguły: %s"; $a->strings['Advanced Content Filter'] = 'Zaawansowany filtr zawartości';
$a->strings["Advanced Content Filter"] = "Zaawansowany filtr zawartości"; $a->strings['Back to Addon Settings'] = 'Powrót do ustawień dodatków';
$a->strings["Back to Addon Settings"] = "Powrót do ustawień dodatków"; $a->strings['Add a Rule'] = 'Dodaj regułę';
$a->strings["Add a Rule"] = "Dodaj regułę"; $a->strings['Help'] = 'Pomoc';
$a->strings["Help"] = "Pomoc"; $a->strings['Add and manage your personal content filter rules in this screen. Rules have a name and an arbitrary expression that will be matched against post data. For a complete reference of the available operations and variables, check the <a href="advancedcontentfilter/help">help page</a>.'] = 'Dodaj i zarządzaj regułami filtrowania treści osobistych na tym ekranie. Reguły mają nazwę i dowolne wyrażenie, które zostanie dopasowane do danych postów. Aby uzyskać pełne informacje o dostępnych operacjach i zmiennych, sprawdź <a href="advancedcontentfilter/help">stronę pomocy</a>.';
$a->strings["Your rules"] = "Twoje zasady"; $a->strings['Your rules'] = 'Twoje zasady';
$a->strings["Disabled"] = "Wyłącz"; $a->strings['You have no rules yet! Start adding one by clicking on the button above next to the title.'] = 'Nie masz jeszcze żadnych zasad! Zacznij dodawać jedną, klikając przycisk znajdujący się nad tytułem.';
$a->strings["Enabled"] = "Włącz"; $a->strings['Disabled'] = 'Wyłącz';
$a->strings["Disable this rule"] = "Wyłącz tę regułę"; $a->strings['Enabled'] = 'Włącz';
$a->strings["Enable this rule"] = "Włącz tę regułę"; $a->strings['Disable this rule'] = 'Wyłącz tę regułę';
$a->strings["Edit this rule"] = "Edytuj tę regułę"; $a->strings['Enable this rule'] = 'Włącz tę regułę';
$a->strings["Edit the rule"] = "Edytuj regułę"; $a->strings['Edit this rule'] = 'Edytuj tę regułę';
$a->strings["Save this rule"] = "Zapisz tę regułę"; $a->strings['Edit the rule'] = 'Edytuj regułę';
$a->strings["Delete this rule"] = "Usuń tę regułę"; $a->strings['Save this rule'] = 'Zapisz tę regułę';
$a->strings["Rule"] = "Reguła"; $a->strings['Delete this rule'] = 'Usuń tę regułę';
$a->strings["Close"] = "Zamknij"; $a->strings['Rule'] = 'Reguła';
$a->strings["Add new rule"] = "Dodaj nową regułę"; $a->strings['Close'] = 'Zamknij';
$a->strings["Rule Name"] = "Nazwa reguły"; $a->strings['Add new rule'] = 'Dodaj nową regułę';
$a->strings["Rule Expression"] = "Wyrażanie reguły"; $a->strings['Rule Name'] = 'Nazwa reguły';
$a->strings["Cancel"] = "Anuluj"; $a->strings['Rule Expression'] = 'Wyrażanie reguły';
$a->strings["You must be logged in to use this method"] = "Musisz być zalogowany, aby skorzystać z tej metody"; $a->strings['<p>Examples:</p><ul><li><pre>author_link == \'https://friendica.mrpetovan.com/profile/hypolite\'</pre></li><li>tags</li></ul>'] = '<p>przykład</p><ul><li><pre>author_link == \'https://friendica.mrpetovan.com/profile/hypolite\'</pre></li><li>tagi</li></ul>';
$a->strings["Invalid form security token, please refresh the page."] = "Nieprawidłowy token zabezpieczający formularz, odśwież stronę."; $a->strings['Cancel'] = 'Anuluj';
$a->strings["The rule name and expression are required."] = "Nazwa reguły i wyrażenie są wymagane."; $a->strings['You must be logged in to use this method'] = 'Musisz być zalogowany, aby skorzystać z tej metody';
$a->strings["Rule successfully added"] = "Reguła została pomyślnie dodana"; $a->strings['Invalid form security token, please refresh the page.'] = 'Nieprawidłowy token zabezpieczający formularz, odśwież stronę.';
$a->strings["Rule doesn't exist or doesn't belong to you."] = "Reguła nie istnieje lub nie należy do ciebie."; $a->strings['The rule name and expression are required.'] = 'Nazwa reguły i wyrażenie są wymagane.';
$a->strings["Rule successfully updated"] = "Reguła została pomyślnie zaktualizowana"; $a->strings['Rule successfully added'] = 'Reguła została pomyślnie dodana';
$a->strings["Rule successfully deleted"] = "Reguła została pomyślnie usunięta"; $a->strings['Rule doesn\'t exist or doesn\'t belong to you.'] = 'Reguła nie istnieje lub nie należy do ciebie.';
$a->strings["Missing argument: guid."] = "Brakujący argument: guid."; $a->strings['Rule successfully updated'] = 'Reguła została pomyślnie zaktualizowana';
$a->strings["Unknown post with guid: %s"] = "Nieznany post z guid:%s"; $a->strings['Rule successfully deleted'] = 'Reguła została pomyślnie usunięta';
$a->strings["Method not found"] = "Nie znaleziono metody"; $a->strings['Missing argument: guid.'] = 'Brakujący argument: guid.';
$a->strings['Unknown post with guid: %s'] = 'Nieznany post z guid:%s';
$a->strings['Method not found'] = 'Nie znaleziono metody';

View file

@ -5,34 +5,36 @@ function string_plural_select_ru($n){
$n = intval($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; } 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['Filtered by rule: %s'] = 'Отфильтровано по правилу: %s';
$a->strings["Filtered by rule: %s"] = "Отфильтровано по правилу: %s"; $a->strings['Advanced Content Filter'] = 'Расширенный фильтр содержимого';
$a->strings["Advanced Content Filter"] = "Расширенный фильтр содержимого"; $a->strings['Back to Addon Settings'] = 'Вернуться к настройкам дополнений';
$a->strings["Back to Addon Settings"] = "Вернуться к настройкам дополнений"; $a->strings['Add a Rule'] = 'Добавить правило';
$a->strings["Add a Rule"] = "Добавить правило"; $a->strings['Help'] = 'Помощь';
$a->strings["Help"] = "Помощь"; $a->strings['Add and manage your personal content filter rules in this screen. Rules have a name and an arbitrary expression that will be matched against post data. For a complete reference of the available operations and variables, check the <a href="advancedcontentfilter/help">help page</a>.'] = 'Добавляйте и управляйте своими собственными фильтрами на этой странице. У правил есть имя и произвольное выражение, которое будет сопоставляться с данными поста. Для полной ссылки на доступные операции и переменные, посмотрите <a href="advancedcontentfilter/help">страницу справки</a>.';
$a->strings["Your rules"] = "Ваши правила"; $a->strings['Your rules'] = 'Ваши правила';
$a->strings["Disabled"] = "Отключено"; $a->strings['You have no rules yet! Start adding one by clicking on the button above next to the title.'] = 'У Вас нет ни одного правила. Начните добавление первого с нажатия на кнопку выше, рядом с названием.';
$a->strings["Enabled"] = "Включено"; $a->strings['Disabled'] = 'Отключено';
$a->strings["Disable this rule"] = "Отключить это правило"; $a->strings['Enabled'] = 'Включено';
$a->strings["Enable this rule"] = "Включить это правило"; $a->strings['Disable this rule'] = 'Отключить это правило';
$a->strings["Edit this rule"] = "Изменить это правило"; $a->strings['Enable this rule'] = 'Включить это правило';
$a->strings["Edit the rule"] = "Изменить правило"; $a->strings['Edit this rule'] = 'Изменить это правило';
$a->strings["Save this rule"] = "Сохранить это правило"; $a->strings['Edit the rule'] = 'Изменить правило';
$a->strings["Delete this rule"] = "Удалить это правило"; $a->strings['Save this rule'] = 'Сохранить это правило';
$a->strings["Rule"] = "Правило"; $a->strings['Delete this rule'] = 'Удалить это правило';
$a->strings["Close"] = "Закрыть"; $a->strings['Rule'] = 'Правило';
$a->strings["Add new rule"] = "Добавить новое правило"; $a->strings['Close'] = 'Закрыть';
$a->strings["Rule Name"] = "Название правила"; $a->strings['Add new rule'] = 'Добавить новое правило';
$a->strings["Rule Expression"] = "Содержание правила"; $a->strings['Rule Name'] = 'Название правила';
$a->strings["Cancel"] = "Отмена"; $a->strings['Rule Expression'] = 'Содержание правила';
$a->strings["You must be logged in to use this method"] = "Вы должны авторизоваться для использования этого метода"; $a->strings['<p>Examples:</p><ul><li><pre>author_link == \'https://friendica.mrpetovan.com/profile/hypolite\'</pre></li><li>tags</li></ul>'] = '<p>Примеры:</p><ul><li><pre>author_link == \'https://friendica.mrpetovan.com/profile/hypolite\'</pre></li><li>tags</li></ul>';
$a->strings["Invalid form security token, please refresh the page."] = "Неверный ключ, пожалуйста, перезагрузите страницу"; $a->strings['Cancel'] = 'Отмена';
$a->strings["The rule name and expression are required."] = "Требуется ввести название и значение правила."; $a->strings['You must be logged in to use this method'] = 'Вы должны авторизоваться для использования этого метода';
$a->strings["Rule successfully added"] = "Правило успешно добавлено"; $a->strings['Invalid form security token, please refresh the page.'] = 'Неверный ключ, пожалуйста, перезагрузите страницу';
$a->strings["Rule doesn't exist or doesn't belong to you."] = "Правило не найдено или доступ к нему закрыт"; $a->strings['The rule name and expression are required.'] = 'Требуется ввести название и значение правила.';
$a->strings["Rule successfully updated"] = "Правило успешно обновлено"; $a->strings['Rule successfully added'] = 'Правило успешно добавлено';
$a->strings["Rule successfully deleted"] = "Правило успешно удалено"; $a->strings['Rule doesn\'t exist or doesn\'t belong to you.'] = 'Правило не найдено или доступ к нему закрыт';
$a->strings["Missing argument: guid."] = "Отсутствующий аргумент: guid."; $a->strings['Rule successfully updated'] = 'Правило успешно обновлено';
$a->strings["Unknown post with guid: %s"] = "Неизвестный пост в ID: %s"; $a->strings['Rule successfully deleted'] = 'Правило успешно удалено';
$a->strings["Method not found"] = "Метод не найден"; $a->strings['Missing argument: guid.'] = 'Отсутствующий аргумент: guid.';
$a->strings['Unknown post with guid: %s'] = 'Неизвестный пост в ID: %s';
$a->strings['Method not found'] = 'Метод не найден';

View file

@ -5,34 +5,36 @@ function string_plural_select_sv($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Filtered by rule: %s'] = 'Filtrerat efter regel: %s';
$a->strings["Filtered by rule: %s"] = "Filtrerat efter regel: %s"; $a->strings['Advanced Content Filter'] = 'Avancerat innehållsfiter';
$a->strings["Advanced Content Filter"] = "Avancerat innehållsfiter"; $a->strings['Back to Addon Settings'] = 'TIllbaka till Tilläggsinställningar';
$a->strings["Back to Addon Settings"] = "TIllbaka till Tilläggsinställningar"; $a->strings['Add a Rule'] = 'Lägg till en regel';
$a->strings["Add a Rule"] = "Lägg till en regel"; $a->strings['Help'] = 'Hjälp';
$a->strings["Help"] = "Hjälp"; $a->strings['Add and manage your personal content filter rules in this screen. Rules have a name and an arbitrary expression that will be matched against post data. For a complete reference of the available operations and variables, check the <a href="advancedcontentfilter/help">help page</a>.'] = 'Lägg till och hantera dina personliga regler för innehållsfilter i det här fönstret. Regler har ett namn och ett valfritt uttryck och kommer jämföras mot inläggets innehåll. Förteckning av alla operander och variabler finns att hitta på <a href="advancedcontentfilter/help">hjälpsidan</a>.';
$a->strings["Your rules"] = "Dina regler"; $a->strings['Your rules'] = 'Dina regler';
$a->strings["Disabled"] = "Inaktiverad"; $a->strings['You have no rules yet! Start adding one by clicking on the button above next to the title.'] = 'Du har inga regler än! Lägg till regler genom att klicka på knappen ovanför, bredvid överskriften.';
$a->strings["Enabled"] = "Aktiverad"; $a->strings['Disabled'] = 'Inaktiverad';
$a->strings["Disable this rule"] = "Inaktivera den här regeln"; $a->strings['Enabled'] = 'Aktiverad';
$a->strings["Enable this rule"] = "Aktivera den här regeln"; $a->strings['Disable this rule'] = 'Inaktivera den här regeln';
$a->strings["Edit this rule"] = "Redigera den här regeln"; $a->strings['Enable this rule'] = 'Aktivera den här regeln';
$a->strings["Edit the rule"] = "Redigera den här regeln"; $a->strings['Edit this rule'] = 'Redigera den här regeln';
$a->strings["Save this rule"] = "Spara den här regeln"; $a->strings['Edit the rule'] = 'Redigera den här regeln';
$a->strings["Delete this rule"] = "Ta bort den här regeln"; $a->strings['Save this rule'] = 'Spara den här regeln';
$a->strings["Rule"] = "Regel"; $a->strings['Delete this rule'] = 'Ta bort den här regeln';
$a->strings["Close"] = "Stäng"; $a->strings['Rule'] = 'Regel';
$a->strings["Add new rule"] = "Lägg till ny regel"; $a->strings['Close'] = 'Stäng';
$a->strings["Rule Name"] = "Regelnamn"; $a->strings['Add new rule'] = 'Lägg till ny regel';
$a->strings["Rule Expression"] = "Regeluttryck"; $a->strings['Rule Name'] = 'Regelnamn';
$a->strings["Cancel"] = "Avbryt"; $a->strings['Rule Expression'] = 'Regeluttryck';
$a->strings["You must be logged in to use this method"] = "Du måste vara inloggad för att använda den här funktionen"; $a->strings['<p>Examples:</p><ul><li><pre>author_link == \'https://friendica.mrpetovan.com/profile/hypolite\'</pre></li><li>tags</li></ul>'] = '<p>Exempel:</p><ul><li><pre>author_link == \'https://friendica.mrpetovan.com/profile/hypolite\'</pre></li><li>taggar</li></ul>';
$a->strings["Invalid form security token, please refresh the page."] = "Felaktigt säkerhetsformulärstecken, vänligen uppdatera sidan."; $a->strings['Cancel'] = 'Avbryt';
$a->strings["The rule name and expression are required."] = "Regelns namn och uttryck krävs."; $a->strings['You must be logged in to use this method'] = 'Du måste vara inloggad för att använda den här funktionen';
$a->strings["Rule successfully added"] = "Regeln kunde läggas till"; $a->strings['Invalid form security token, please refresh the page.'] = 'Felaktigt säkerhetsformulärstecken, vänligen uppdatera sidan.';
$a->strings["Rule doesn't exist or doesn't belong to you."] = "Regeln finns inte eller tillhör inte dig."; $a->strings['The rule name and expression are required.'] = 'Regelns namn och uttryck krävs.';
$a->strings["Rule successfully updated"] = "Uppdatering av regel lyckades"; $a->strings['Rule successfully added'] = 'Regeln kunde läggas till';
$a->strings["Rule successfully deleted"] = "Borttagning av regel lyckades"; $a->strings['Rule doesn\'t exist or doesn\'t belong to you.'] = 'Regeln finns inte eller tillhör inte dig.';
$a->strings["Missing argument: guid."] = "Argument saknas: guid."; $a->strings['Rule successfully updated'] = 'Uppdatering av regel lyckades';
$a->strings["Unknown post with guid: %s"] = "Okänt inlägg med guid: %s"; $a->strings['Rule successfully deleted'] = 'Borttagning av regel lyckades';
$a->strings["Method not found"] = "Metod hittades inte"; $a->strings['Missing argument: guid.'] = 'Argument saknas: guid.';
$a->strings['Unknown post with guid: %s'] = 'Okänt inlägg med guid: %s';
$a->strings['Method not found'] = 'Metod hittades inte';

View file

@ -5,35 +5,36 @@ function string_plural_select_zh_cn($n){
$n = intval($n); $n = intval($n);
return intval(0); return intval(0);
}} }}
; $a->strings['Filtered by rule: %s'] = '通过规则过滤:%s';
$a->strings["Filtered by rule: %s"] = "通过规则过滤:%s"; $a->strings['Advanced Content Filter'] = '高级内容过滤';
$a->strings["Advanced Content Filter"] = "高级内容过滤"; $a->strings['Back to Addon Settings'] = '返回扩展设置';
$a->strings["Back to Addon Settings"] = "返回扩展设置"; $a->strings['Add a Rule'] = '添加规则';
$a->strings["Add a Rule"] = "添加规则"; $a->strings['Help'] = '帮助';
$a->strings["Help"] = "帮助"; $a->strings['Add and manage your personal content filter rules in this screen. Rules have a name and an arbitrary expression that will be matched against post data. For a complete reference of the available operations and variables, check the <a href="advancedcontentfilter/help">help page</a>.'] = '在此界面上添加和管理你的个人内容过滤规则。规则要有名称和能匹配帖子内容的任意表达式。完整可用的运算符和变量,请查看<a href="advancedcontentfilter/help">帮助页面</a>。';
$a->strings["Your rules"] = "你的规则"; $a->strings['Your rules'] = '你的规则';
$a->strings["You have no rules yet! Start adding one by clicking on the button above next to the title."] = "你还没有规则!点击标题上方的按钮开始新增规则。"; $a->strings['You have no rules yet! Start adding one by clicking on the button above next to the title.'] = '你还没有规则!点击标题上方的按钮开始新增规则。';
$a->strings["Disabled"] = "禁用"; $a->strings['Disabled'] = '禁用';
$a->strings["Enabled"] = "启用"; $a->strings['Enabled'] = '启用';
$a->strings["Disable this rule"] = "禁用此规则"; $a->strings['Disable this rule'] = '禁用此规则';
$a->strings["Enable this rule"] = "启用此规则"; $a->strings['Enable this rule'] = '启用此规则';
$a->strings["Edit this rule"] = "编辑此规则"; $a->strings['Edit this rule'] = '编辑此规则';
$a->strings["Edit the rule"] = "编辑规则"; $a->strings['Edit the rule'] = '编辑规则';
$a->strings["Save this rule"] = "保存规则"; $a->strings['Save this rule'] = '保存规则';
$a->strings["Delete this rule"] = "删除此规则"; $a->strings['Delete this rule'] = '删除此规则';
$a->strings["Rule"] = "规则"; $a->strings['Rule'] = '规则';
$a->strings["Close"] = "关闭"; $a->strings['Close'] = '关闭';
$a->strings["Add new rule"] = "新增规则"; $a->strings['Add new rule'] = '新增规则';
$a->strings["Rule Name"] = "规则名"; $a->strings['Rule Name'] = '规则名';
$a->strings["Rule Expression"] = "规则表达式"; $a->strings['Rule Expression'] = '规则表达式';
$a->strings["Cancel"] = "取消"; $a->strings['<p>Examples:</p><ul><li><pre>author_link == \'https://friendica.mrpetovan.com/profile/hypolite\'</pre></li><li>tags</li></ul>'] = '<p>例子:</p><ul><li><pre>author_link == \'https://friendica.mrpetovan.com/profile/hypolite</pre></li><li>tags</li></ul>';
$a->strings["You must be logged in to use this method"] = "使用此模式您必须先登录。"; $a->strings['Cancel'] = '取消';
$a->strings["Invalid form security token, please refresh the page."] = "无效的安全令牌,请刷新页面。"; $a->strings['You must be logged in to use this method'] = '使用此模式您必须先登录。';
$a->strings["The rule name and expression are required."] = "规则名和表达式必填。"; $a->strings['Invalid form security token, please refresh the page.'] = '无效的安全令牌,请刷新页面。';
$a->strings["Rule successfully added"] = "规则添加成功。"; $a->strings['The rule name and expression are required.'] = '规则名和表达式必填。';
$a->strings["Rule doesn't exist or doesn't belong to you."] = "规则不存在或不属于你。"; $a->strings['Rule successfully added'] = '规则添加成功。';
$a->strings["Rule successfully updated"] = "规则更新成功"; $a->strings['Rule doesn\'t exist or doesn\'t belong to you.'] = '规则不存在或不属于你。';
$a->strings["Rule successfully deleted"] = "规则删除成功"; $a->strings['Rule successfully updated'] = '规则更新成功';
$a->strings["Missing argument: guid."] = "缺少参数guid。"; $a->strings['Rule successfully deleted'] = '规则删除成功';
$a->strings["Unknown post with guid: %s"] = "未知帖子 guid%s"; $a->strings['Missing argument: guid.'] = '缺少参数guid。';
$a->strings["Method not found"] = "未找到模式"; $a->strings['Unknown post with guid: %s'] = '未知帖子 guid%s';
$a->strings['Method not found'] = '未找到模式';

View file

@ -5,13 +5,12 @@ function string_plural_select_ca($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['The end-date is prior to the start-date of the blackout, you should fix this'] = 'La data de finalització és anterior a la data d\'inici de l\'apagada, hauríeu d\'arreglar-ho';
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "La data de finalització és anterior a la data d'inici de l'apagada, hauríeu d'arreglar-ho"; $a->strings['Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>.'] = 'Verifiqueu si la configuració actual per a l\'apagat. Començarà serà <strong>%s</strong> i sacabarà <strong>%s</strong>.';
$a->strings["Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>."] = "Verifiqueu si la configuració actual per a l'apagat. Començarà serà <strong>%s</strong> i sacabarà <strong>%s</strong>."; $a->strings['Save Settings'] = 'Desa la configuració';
$a->strings["Save Settings"] = "Desa la configuració"; $a->strings['Redirect URL'] = 'Redirigir URL';
$a->strings["Redirect URL"] = "Redirigir URL"; $a->strings['all your visitors from the web will be redirected to this URL'] = 'tots els visitants del web seran redirigits a aquest tema URL';
$a->strings["all your visitors from the web will be redirected to this URL"] = "tots els visitants del web seran redirigits a aquest tema URL"; $a->strings['Begin of the Blackout'] = 'Inici de lapagada';
$a->strings["Begin of the Blackout"] = "Inici de lapagada"; $a->strings['Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.'] = 'El format és <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> mes. <em>DD</em> day, <em>hh</em>hora i <em>mm</em> minut.';
$a->strings["Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."] = "El format és <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> mes. <em>DD</em> day, <em>hh</em>hora i <em>mm</em> minut."; $a->strings['End of the Blackout'] = 'Fi de lapagada';
$a->strings["End of the Blackout"] = "Fi de lapagada"; $a->strings['<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can\'t login again after logging out should the blackout is still in place.'] = '<strong>Nota</strong>: La redirecció estarà activa des del moment en què premeu el botó d\'enviament. Els usuaris actualment connectats ho faran <strong>no</strong> es llençarà però no es pot tornar a iniciar la sessió un cop s\'hagi desactivat l\'apagada.';
$a->strings["<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can't login again after logging out should the blackout is still in place."] = "<strong>Nota</strong>: La redirecció estarà activa des del moment en què premeu el botó d'enviament. Els usuaris actualment connectats ho faran <strong>no</strong> es llençarà però no es pot tornar a iniciar la sessió un cop s'hagi desactivat l'apagada.";

View file

@ -5,13 +5,12 @@ function string_plural_select_cs($n){
$n = intval($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; } 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['The end-date is prior to the start-date of the blackout, you should fix this'] = 'Datum konce odstávky je před datem zahájení odstávky, prosím opravte to';
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "Datum konce odstávky je před datem zahájení odstávky, prosím opravte to"; $a->strings['Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>.'] = 'Prosím zkontrolujte svá aktuální nastavení pro odstávku. Začne <strong>%s</strong> a skončí <strong>%s</strong>.';
$a->strings["Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>."] = "Prosím zkontrolujte svá aktuální nastavení pro odstávku. Začne <strong>%s</strong> a skončí <strong>%s</strong>."; $a->strings['Save Settings'] = 'Uložit nastavení';
$a->strings["Save Settings"] = "Uložit nastavení"; $a->strings['Redirect URL'] = 'URL přesměrování';
$a->strings["Redirect URL"] = "URL přesměrování"; $a->strings['all your visitors from the web will be redirected to this URL'] = 'všichni vaši návštěvníci z webu budou přesměrování na tuto URL adresu';
$a->strings["all your visitors from the web will be redirected to this URL"] = "všichni vaši návštěvníci z webu budou přesměrování na tuto URL adresu"; $a->strings['Begin of the Blackout'] = 'Zahájení odstávky';
$a->strings["Begin of the Blackout"] = "Zahájení odstávky"; $a->strings['Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.'] = 'Formát je <tt>RRRR-MM-DD hh:mm</tt>; <em>RRRR</em> rok, <em>MM</em> měsíc, <em>DD</em> den, <em>hh</em> hodina a <em>mm</em> minuta.';
$a->strings["Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."] = "Formát je <tt>RRRR-MM-DD hh:mm</tt>; <em>RRRR</em> rok, <em>MM</em> měsíc, <em>DD</em> den, <em>hh</em> hodina a <em>mm</em> minuta."; $a->strings['End of the Blackout'] = 'Konec odstávky';
$a->strings["End of the Blackout"] = "Konec odstávky"; $a->strings['<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can\'t login again after logging out should the blackout is still in place.'] = '<strong>Poznámka</strong>: Přesměrování bude aktivní od chvíle, kdy stisknete tlačítko pro odeslání. Aktuálně přihlášení uživatelé <strong>nebudou</strong> odhlášeni, ale po odhlášení se po dobu trvání odstávky nebudou moci znovu přihlásit.';
$a->strings["<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can't login again after logging out should the blackout is still in place."] = "<strong>Poznámka</strong>: Přesměrování bude aktivní od chvíle, kdy stisknete tlačítko pro odeslání. Aktuálně přihlášení uživatelé <strong>nebudou</strong> odhlášeni, ale po odhlášení se po dobu trvání odstávky nebudou moci znovu přihlásit.";

View file

@ -5,13 +5,12 @@ function string_plural_select_de($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['The end-date is prior to the start-date of the blackout, you should fix this.'] = 'Das Enddatum liegt vor dem Startdatum des Blackouts, du solltest dies korrigieren.';
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "Das Enddatum liegt vor dem Startdatum des Blackouts, du solltest dies korrigieren."; $a->strings['Please double check the current settings for the blackout. It will begin on <strong>%s</strong> and end on <strong>%s</strong>.'] = 'Bitte überprüfe die aktuellen Einstellungen für den Blackout. Start-Zeitpunkt ist <strong>%s</strong>, und das Ende ist <strong>%s</strong>.';
$a->strings["Please double check the current settings for the blackout. It will begin on <strong>%s</strong> and end on <strong>%s</strong>."] = "Bitte überprüfe die aktuellen Einstellungen für den Blackout. Start-Zeitpunkt ist <strong>%s</strong>, und das Ende ist <strong>%s</strong>."; $a->strings['Save Settings'] = 'Einstellungen speichern';
$a->strings["Save Settings"] = "Einstellungen speichern"; $a->strings['Redirect URL'] = 'Umleitungs-URL';
$a->strings["Redirect URL"] = "Umleitungs-URL"; $a->strings['All your visitors from the web will be redirected to this URL.'] = 'Alle Besucher der Webseite werden zu dieser URL umgeleitet';
$a->strings["All your visitors from the web will be redirected to this URL."] = "Alle Besucher der Webseite werden zu dieser URL umgeleitet"; $a->strings['Begin of the Blackout'] = 'Beginn des Blackouts';
$a->strings["Begin of the Blackout"] = "Beginn des Blackouts"; $a->strings['Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.'] = 'Das Format ist <tt>YYYY-MM-DD hh:mm</tt>: <em>YYYY</em> das Jahr, <em>MM</em> der Monat, <em>DD</em> der Tag sowie <em>hh</em> Stunden und <em>mm</em> Minuten.';
$a->strings["Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."] = "Das Format ist <tt>YYYY-MM-DD hh:mm</tt>: <em>YYYY</em> das Jahr, <em>MM</em> der Monat, <em>DD</em> der Tag sowie <em>hh</em> Stunden und <em>mm</em> Minuten."; $a->strings['End of the Blackout'] = 'Ende des Blackouts';
$a->strings["End of the Blackout"] = "Ende des Blackouts"; $a->strings['<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can\'t login again after logging out while the blackout is still in place.'] = '<strong>Hinweis</strong>: Die Umleitung ist von dem Moment an aktiv, wenn du den "Einstellungen speichern"-Button drückst. Derzeit angemeldete Nutzer werden <strong>nicht</strong> ausgeschlossen, können sich aber, nachdem sie sich während des Blackouts ausgeloggt haben, nicht mehr anmelden.';
$a->strings["<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can't login again after logging out while the blackout is still in place."] = "<strong>Hinweis</strong>: Die Umleitung ist von dem Moment an aktiv, wenn du den \"Einstellungen speichern\"-Button drückst. Derzeit angemeldete Nutzer werden <strong>nicht</strong> ausgeschlossen, können sich aber, nachdem sie sich während des Blackouts ausgeloggt haben, nicht mehr anmelden.";

View file

@ -5,13 +5,12 @@ function string_plural_select_en_gb($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['The end-date is prior to the start-date of the blackout, you should fix this'] = 'The end date is prior to the start date of the blackout, you should fix this';
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "The end date is prior to the start date of the blackout, you should fix this"; $a->strings['Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>.'] = 'Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>.';
$a->strings["Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>."] = "Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>."; $a->strings['Save Settings'] = 'Save Settings';
$a->strings["Save Settings"] = "Save Settings"; $a->strings['Redirect URL'] = 'Redirect URL';
$a->strings["Redirect URL"] = "Redirect URL"; $a->strings['all your visitors from the web will be redirected to this URL'] = 'Visitors from the web will be redirected to this URL';
$a->strings["all your visitors from the web will be redirected to this URL"] = "Visitors from the web will be redirected to this URL"; $a->strings['Begin of the Blackout'] = 'Blackout begins';
$a->strings["Begin of the Blackout"] = "Blackout begins"; $a->strings['Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.'] = 'Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.';
$a->strings["Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."] = "Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."; $a->strings['End of the Blackout'] = 'Blackout ends';
$a->strings["End of the Blackout"] = "Blackout ends"; $a->strings['<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can\'t login again after logging out should the blackout is still in place.'] = '<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be affected but can\'t login again after logging out should the blackout is still in place.';
$a->strings["<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can't login again after logging out should the blackout is still in place."] = "<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be affected but can't login again after logging out should the blackout is still in place.";

View file

@ -5,11 +5,10 @@ function string_plural_select_en_us($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Save Settings'] = 'Save Settings';
$a->strings["Save Settings"] = "Save Settings"; $a->strings['Redirect URL'] = 'Redirect URL';
$a->strings["Redirect URL"] = "Redirect URL"; $a->strings['all your visitors from the web will be redirected to this URL'] = 'All your visitors from the web will be redirected to this URL.';
$a->strings["all your visitors from the web will be redirected to this URL"] = "All your visitors from the web will be redirected to this URL."; $a->strings['Begin of the Blackout'] = 'Start time of the Blackout';
$a->strings["Begin of the Blackout"] = "Start time of the Blackout"; $a->strings['format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute'] = 'Format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute';
$a->strings["format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute"] = "Format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute"; $a->strings['End of the Blackout'] = 'End time of the Blackout';
$a->strings["End of the Blackout"] = "End time of the Blackout"; $a->strings['The end-date is prior to the start-date of the blackout, you should fix this.'] = 'The end-date is prior to the start-date of the blackout, you should fix this.';
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "The end-date is prior to the start-date of the blackout, you should fix this.";

View file

@ -5,13 +5,12 @@ function string_plural_select_es($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['The end-date is prior to the start-date of the blackout, you should fix this.'] = 'La fecha de finalización es anterior a la fecha de inicio del bloqueo, debe corregirlo.';
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "La fecha de finalización es anterior a la fecha de inicio del bloqueo, debe corregirlo."; $a->strings['Please double check the current settings for the blackout. It will begin on <strong>%s</strong> and end on <strong>%s</strong>.'] = 'Verifique la configuración actual del bloqueo. Iniciará <strong>%s</strong> finalizará <strong>%s</strong>.';
$a->strings["Please double check the current settings for the blackout. It will begin on <strong>%s</strong> and end on <strong>%s</strong>."] = "Verifique la configuración actual del bloqueo. Iniciará <strong>%s</strong> finalizará <strong>%s</strong>."; $a->strings['Save Settings'] = 'Guardar configuración';
$a->strings["Save Settings"] = "Guardar configuración"; $a->strings['Redirect URL'] = 'Redirigir URL';
$a->strings["Redirect URL"] = "Redirigir URL"; $a->strings['All your visitors from the web will be redirected to this URL.'] = 'Todos sus visitantes de la web serán redirigidos a esta URL.';
$a->strings["All your visitors from the web will be redirected to this URL."] = "Todos sus visitantes de la web serán redirigidos a esta URL."; $a->strings['Begin of the Blackout'] = 'Inicio del apagón.';
$a->strings["Begin of the Blackout"] = "Inicio del apagón."; $a->strings['Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.'] = 'Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> año, <em>MM</em> mes, <em>DD</em> dia, <em>hh</em> hora y <em>mm</em> minuto.';
$a->strings["Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."] = "Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> año, <em>MM</em> mes, <em>DD</em> dia, <em>hh</em> hora y <em>mm</em> minuto."; $a->strings['End of the Blackout'] = 'Fin del apagón.';
$a->strings["End of the Blackout"] = "Fin del apagón."; $a->strings['<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can\'t login again after logging out while the blackout is still in place.'] = '<strong>Nota</strong>: La redirección estará activa desde el momento en que presione el botón Enviar. Los usuarios que hayan iniciado sesión actualmente <strong>no</strong> serán expulsados, pero no podrán volver a iniciar sesión después de cerrar la sesión mientras el apagón continúe.';
$a->strings["<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can't login again after logging out while the blackout is still in place."] = "<strong>Nota</strong>: La redirección estará activa desde el momento en que presione el botón Enviar. Los usuarios que hayan iniciado sesión actualmente <strong>no</strong> serán expulsados, pero no podrán volver a iniciar sesión después de cerrar la sesión mientras el apagón continúe.";

View file

@ -5,11 +5,10 @@ function string_plural_select_fi_fi($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Save Settings'] = 'Tallenna asetukset';
$a->strings["Save Settings"] = "Tallenna asetukset"; $a->strings['Redirect URL'] = 'Uudelleenohjaus URL-osoite';
$a->strings["Redirect URL"] = "Uudelleenohjaus URL-osoite"; $a->strings['all your visitors from the web will be redirected to this URL'] = 'kaikki kävijät uudelleenohjataan tähän URL-osoitteeseen';
$a->strings["all your visitors from the web will be redirected to this URL"] = "kaikki kävijät uudelleenohjataan tähän URL-osoitteeseen"; $a->strings['Begin of the Blackout'] = 'Blackout alkaa';
$a->strings["Begin of the Blackout"] = "Blackout alkaa"; $a->strings['format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute'] = 'formaati on <em>VVVV</em> vuosi, <em>KK</em> kuukausi, <em>PP</em> päivä, <em>tt</em> tunti ja <em>mm</em> minuutti';
$a->strings["format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute"] = "formaati on <em>VVVV</em> vuosi, <em>KK</em> kuukausi, <em>PP</em> päivä, <em>tt</em> tunti ja <em>mm</em> minuutti"; $a->strings['End of the Blackout'] = 'Blackout loppuu';
$a->strings["End of the Blackout"] = "Blackout loppuu"; $a->strings['The end-date is prior to the start-date of the blackout, you should fix this.'] = 'Blackoutin päättymispäivä on ennen alkamispäivää, korjaa tämä.';
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "Blackoutin päättymispäivä on ennen alkamispäivää, korjaa tämä.";

View file

@ -5,13 +5,12 @@ function string_plural_select_fr($n){
$n = intval($n); $n = intval($n);
return intval($n > 1); return intval($n > 1);
}} }}
; $a->strings['The end-date is prior to the start-date of the blackout, you should fix this.'] = 'La date de fin est antérieure à la date de début du blackout, vous devriez changer ça.';
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "La date de fin est antérieure à la date de début du blackout, vous devriez changer ça."; $a->strings['Please double check the current settings for the blackout. It will begin on <strong>%s</strong> and end on <strong>%s</strong>.'] = 'S\'il vous plaît, vérifiez à nouveau les réglages actuels du blackout. Il commencera à <strong>%s</strong> finira à <strong>%s</strong>.';
$a->strings["Please double check the current settings for the blackout. It will begin on <strong>%s</strong> and end on <strong>%s</strong>."] = "S'il vous plaît, vérifiez à nouveau les réglages actuels du blackout. Il commencera à <strong>%s</strong> finira à <strong>%s</strong>."; $a->strings['Save Settings'] = 'Sauvegarder les paramètres';
$a->strings["Save Settings"] = "Sauvegarder les paramètres"; $a->strings['Redirect URL'] = 'Adresse URL de redirection';
$a->strings["Redirect URL"] = "Adresse URL de redirection"; $a->strings['All your visitors from the web will be redirected to this URL.'] = 'Tous les visiteurs venant du web seront redirigés vers cette URL.';
$a->strings["All your visitors from the web will be redirected to this URL."] = "Tous les visiteurs venant du web seront redirigés vers cette URL."; $a->strings['Begin of the Blackout'] = 'Début de l\'extinction';
$a->strings["Begin of the Blackout"] = "Début de l'extinction"; $a->strings['Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.'] = 'Le format est <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> année, <em>MM</em>mois, <em>DD</em> jour, <em>hh</em>heure et <em>mm</em>minute.';
$a->strings["Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."] = "Le format est <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> année, <em>MM</em>mois, <em>DD</em> jour, <em>hh</em>heure et <em>mm</em>minute."; $a->strings['End of the Blackout'] = 'Fin de l\'extinction';
$a->strings["End of the Blackout"] = "Fin de l'extinction"; $a->strings['<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can\'t login again after logging out while the blackout is still in place.'] = '<strong>Note</strong>: La redirection sera active à partir du moment où vous pressez le bouton d\'envoi. Les utilisateurs actuellement connectés ne seront pas éjectés mais <strong> ne </strong> pourront se connecter à nouveau après s\'être déconnectés, pendant que le blackout est encore en cours.';
$a->strings["<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can't login again after logging out while the blackout is still in place."] = "<strong>Note</strong>: La redirection sera active à partir du moment où vous pressez le bouton d'envoi. Les utilisateurs actuellement connectés ne seront pas éjectés mais <strong> ne </strong> pourront se connecter à nouveau après s'être déconnectés, pendant que le blackout est encore en cours.";

View file

@ -5,13 +5,12 @@ function string_plural_select_hu($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['The end-date is prior to the start-date of the blackout, you should fix this.'] = 'A befejezési dátum az áramszünet kezdési dátuma előtt van, ezt javítania kell.';
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "A befejezési dátum az áramszünet kezdési dátuma előtt van, ezt javítania kell."; $a->strings['Please double check the current settings for the blackout. It will begin on <strong>%s</strong> and end on <strong>%s</strong>.'] = 'Ellenőrizze még egyszer az áramszünet jelenlegi beállításait. A kezdete <strong>%s</strong> és a vége <strong>%s</strong> lesz.';
$a->strings["Please double check the current settings for the blackout. It will begin on <strong>%s</strong> and end on <strong>%s</strong>."] = "Ellenőrizze még egyszer az áramszünet jelenlegi beállításait. A kezdete <strong>%s</strong> és a vége <strong>%s</strong> lesz."; $a->strings['Save Settings'] = 'Beállítások mentése';
$a->strings["Save Settings"] = "Beállítások mentése"; $a->strings['Redirect URL'] = 'Átirányítási URL';
$a->strings["Redirect URL"] = "Átirányítási URL"; $a->strings['All your visitors from the web will be redirected to this URL.'] = 'A webről érkező összes látogatója át lesz irányítva erre az URL-re.';
$a->strings["All your visitors from the web will be redirected to this URL."] = "A webről érkező összes látogatója át lesz irányítva erre az URL-re."; $a->strings['Begin of the Blackout'] = 'Az áramszünet kezdete';
$a->strings["Begin of the Blackout"] = "Az áramszünet kezdete"; $a->strings['Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.'] = 'A formátum <tt>ÉÉÉÉ-HH-NN óó:pp</tt>, ahol <em>ÉÉÉÉ</em> az év, <em>HH</em> a hónap, <em>NN</em> a nap, <em>óó</em> az óra és <em>pp</em> a perc.';
$a->strings["Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."] = "A formátum <tt>ÉÉÉÉ-HH-NN óó:pp</tt>, ahol <em>ÉÉÉÉ</em> az év, <em>HH</em> a hónap, <em>NN</em> a nap, <em>óó</em> az óra és <em>pp</em> a perc."; $a->strings['End of the Blackout'] = 'Az áramszünet vége';
$a->strings["End of the Blackout"] = "Az áramszünet vége"; $a->strings['<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can\'t login again after logging out while the blackout is still in place.'] = '<strong>Megjegyzés</strong>: Az átirányítás attól a pillanattól kezdve lesz aktív, amikor megnyomja az elküldés gombot. A jelenleg bejelentkezett felhasználók <strong>nem</strong> lesznek kidobva, de nem tudnak újra bejelentkezni, miután kijelentkeztek és az áramszünet még hatályban van.';
$a->strings["<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can't login again after logging out while the blackout is still in place."] = "<strong>Megjegyzés</strong>: Az átirányítás attól a pillanattól kezdve lesz aktív, amikor megnyomja az elküldés gombot. A jelenleg bejelentkezett felhasználók <strong>nem</strong> lesznek kidobva, de nem tudnak újra bejelentkezni, miután kijelentkeztek és az áramszünet még hatályban van.";

View file

@ -5,5 +5,4 @@ function string_plural_select_is($n){
$n = intval($n); $n = intval($n);
return intval($n % 10 != 1 || $n % 100 == 11); return intval($n % 10 != 1 || $n % 100 == 11);
}} }}
; $a->strings['Save Settings'] = 'Vista stillingar';
$a->strings["Save Settings"] = "Vista stillingar";

View file

@ -5,13 +5,12 @@ function string_plural_select_it($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['The end-date is prior to the start-date of the blackout, you should fix this.'] = 'La data di fine è precedente alla data di inizio blackout, dovresti sistemarle.';
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "La data di fine è precedente alla data di inizio blackout, dovresti sistemarle."; $a->strings['Please double check the current settings for the blackout. It will begin on <strong>%s</strong> and end on <strong>%s</strong>.'] = 'Per favore ricontrolla le impostazioni attuali per il blackout. L\'inizio sarà il <strong>%s</strong> e terminerà il <strong>%s</strong>.';
$a->strings["Please double check the current settings for the blackout. It will begin on <strong>%s</strong> and end on <strong>%s</strong>."] = "Per favore ricontrolla le impostazioni attuali per il blackout. L'inizio sarà il <strong>%s</strong> e terminerà il <strong>%s</strong>."; $a->strings['Save Settings'] = 'Salva Impostazioni';
$a->strings["Save Settings"] = "Salva Impostazioni"; $a->strings['Redirect URL'] = 'URL di reindirizzamento';
$a->strings["Redirect URL"] = "URL di reindirizzamento"; $a->strings['All your visitors from the web will be redirected to this URL.'] = 'Tutti i tuoi visitatori dal web verranno reindirizzati a questo URL.';
$a->strings["All your visitors from the web will be redirected to this URL."] = "Tutti i tuoi visitatori dal web verranno reindirizzati a questo URL."; $a->strings['Begin of the Blackout'] = 'Inzio del blackout';
$a->strings["Begin of the Blackout"] = "Inzio del blackout"; $a->strings['Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.'] = 'Il formato è <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> anno, <em>MM</em> mese, <em>DD</em> giorno, <em>hh</em> ora e <em>mm</em> minuto.';
$a->strings["Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."] = "Il formato è <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> anno, <em>MM</em> mese, <em>DD</em> giorno, <em>hh</em> ora e <em>mm</em> minuto."; $a->strings['End of the Blackout'] = 'Fine del blackout';
$a->strings["End of the Blackout"] = "Fine del blackout"; $a->strings['<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can\'t login again after logging out while the blackout is still in place.'] = '<strong>Nota</strong>: Il reindirizzamento sarà attivo dal momento in cui premerai il pulsante di invio. Gli utenti attualmente autenticati <strong>non</strong> saranno disconnessi ma non potranno accedere in caso di disconnessione fintanto che il blackout sarà attivo.';
$a->strings["<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can't login again after logging out while the blackout is still in place."] = "<strong>Nota</strong>: Il reindirizzamento sarà attivo dal momento in cui premerai il pulsante di invio. Gli utenti attualmente autenticati <strong>non</strong> saranno disconnessi ma non potranno accedere in caso di disconnessione fintanto che il blackout sarà attivo.";

View file

@ -5,11 +5,10 @@ function string_plural_select_ja($n){
$n = intval($n); $n = intval($n);
return intval(0); return intval(0);
}} }}
; $a->strings['The end-date is prior to the start-date of the blackout, you should fix this.'] = '終了日はブラックアウトの開始日より前で、これを修正する必要があります';
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "終了日はブラックアウトの開始日より前で、これを修正する必要があります"; $a->strings['Save Settings'] = '設定を保存する';
$a->strings["Save Settings"] = "設定を保存する"; $a->strings['Redirect URL'] = 'リダイレクト URL';
$a->strings["Redirect URL"] = "リダイレクト URL"; $a->strings['All your visitors from the web will be redirected to this URL.'] = 'Webからのすべての訪問者はこのURLにリダイレクトされます';
$a->strings["All your visitors from the web will be redirected to this URL."] = "Webからのすべての訪問者はこのURLにリダイレクトされます"; $a->strings['Begin of the Blackout'] = 'ブラックアウトの始まり';
$a->strings["Begin of the Blackout"] = "ブラックアウトの始まり"; $a->strings['Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.'] = '形式は<tt> YYYY-MM-DD hhmm </tt>です。 <em> YYYY </em>年、<em> MM </em>月、<em> DD </em>日、<em> hh </em>時間と<em> mm </em>分。';
$a->strings["Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."] = "形式は<tt> YYYY-MM-DD hhmm </tt>です。 <em> YYYY </em>年、<em> MM </em>月、<em> DD </em>日、<em> hh </em>時間と<em> mm </em>分。"; $a->strings['End of the Blackout'] = 'ブラックアウトの終わり';
$a->strings["End of the Blackout"] = "ブラックアウトの終わり";

View file

@ -5,11 +5,10 @@ function string_plural_select_nl($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Save Settings'] = 'Instellingen opslaan';
$a->strings["Save Settings"] = "Instellingen opslaan"; $a->strings['Redirect URL'] = 'URL doorverwijzing';
$a->strings["Redirect URL"] = "URL doorverwijzing"; $a->strings['all your visitors from the web will be redirected to this URL'] = 'al je bezoekers van het internet zullen worden doorverwezen naar deze URL';
$a->strings["all your visitors from the web will be redirected to this URL"] = "al je bezoekers van het internet zullen worden doorverwezen naar deze URL"; $a->strings['Begin of the Blackout'] = 'Begin van de Blackout';
$a->strings["Begin of the Blackout"] = "Begin van de Blackout"; $a->strings['format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute'] = 'formaat is <em>JJJJ</em> jaar, <em>MM</em> maand, <em>DD</em> dag, <em>uu</em> uur en <em>mm</em> minuten';
$a->strings["format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute"] = "formaat is <em>JJJJ</em> jaar, <em>MM</em> maand, <em>DD</em> dag, <em>uu</em> uur en <em>mm</em> minuten"; $a->strings['End of the Blackout'] = 'Einde van de Blackout';
$a->strings["End of the Blackout"] = "Einde van de Blackout"; $a->strings['The end-date is prior to the start-date of the blackout, you should fix this.'] = 'De einddatum van de blackout is eerder dan de startdatum, verbeter dit.';
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "De einddatum van de blackout is eerder dan de startdatum, verbeter dit.";

View file

@ -5,13 +5,12 @@ function string_plural_select_pl($n){
$n = intval($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; } 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['The end-date is prior to the start-date of the blackout, you should fix this'] = 'Data zakończenia jest przed datą rozpoczęcia, powinieneś to naprawić';
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "Data zakończenia jest przed datą rozpoczęcia, powinieneś to naprawić"; $a->strings['Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>.'] = 'Sprawdź dokładnie, czy aktualne ustawienia zaciemnienia. Rozpocznie się <strong>%s</strong> i zakończy się <strong>%s</strong>.';
$a->strings["Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>."] = "Sprawdź dokładnie, czy aktualne ustawienia zaciemnienia. Rozpocznie się <strong>%s</strong> i zakończy się <strong>%s</strong>."; $a->strings['Save Settings'] = 'Zapisz ustawienia';
$a->strings["Save Settings"] = "Zapisz ustawienia"; $a->strings['Redirect URL'] = 'Przekierowanie URL';
$a->strings["Redirect URL"] = "Przekierowanie URL"; $a->strings['all your visitors from the web will be redirected to this URL'] = 'wszyscy Twoi goście z internetu zostaną przekierowani na ten adres URL';
$a->strings["all your visitors from the web will be redirected to this URL"] = "wszyscy Twoi goście z internetu zostaną przekierowani na ten adres URL"; $a->strings['Begin of the Blackout'] = 'Rozpocznij Blackout';
$a->strings["Begin of the Blackout"] = "Rozpocznij Blackout"; $a->strings['Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.'] = 'Format to <tt>RRRR-MM-DD gg:mm</tt>; <em>RRRR</em> rok, <em>MM</em> miesiąc, <em>DD</em> dzień, <em>gg</em> godzina i <em>mm</em> minuta.';
$a->strings["Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."] = "Format to <tt>RRRR-MM-DD gg:mm</tt>; <em>RRRR</em> rok, <em>MM</em> miesiąc, <em>DD</em> dzień, <em>gg</em> godzina i <em>mm</em> minuta."; $a->strings['End of the Blackout'] = 'Koniec Blackout';
$a->strings["End of the Blackout"] = "Koniec Blackout"; $a->strings['<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can\'t login again after logging out should the blackout is still in place.'] = '<strong>Uwaga</strong>: Przekierowanie będzie aktywne od momentu naciśnięcia przycisku przesyłania. Użytkownicy aktualnie zalogowani <strong>nie</strong> zostaną wyrzuceni, ale nie będą mogli zalogować się ponownie po wylogowaniu, jeśli zaciemnienie będzie nadal obowiązywać.';
$a->strings["<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can't login again after logging out should the blackout is still in place."] = "<strong>Uwaga</strong>: Przekierowanie będzie aktywne od momentu naciśnięcia przycisku przesyłania. Użytkownicy aktualnie zalogowani <strong>nie</strong> zostaną wyrzuceni, ale nie będą mogli zalogować się ponownie po wylogowaniu, jeśli zaciemnienie będzie nadal obowiązywać.";

View file

@ -5,11 +5,10 @@ function string_plural_select_ro($n){
$n = intval($n); $n = intval($n);
if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; }
}} }}
; $a->strings['Save Settings'] = 'Salvare Configurări';
$a->strings["Save Settings"] = "Salvare Configurări"; $a->strings['Redirect URL'] = 'URL de Redirecționare';
$a->strings["Redirect URL"] = "URL de Redirecționare"; $a->strings['all your visitors from the web will be redirected to this URL'] = 'toți vizitatorii dvs. de pe web vor fi redirecționați către acest URL';
$a->strings["all your visitors from the web will be redirected to this URL"] = "toți vizitatorii dvs. de pe web vor fi redirecționați către acest URL"; $a->strings['Begin of the Blackout'] = 'Pornire punct Blackout';
$a->strings["Begin of the Blackout"] = "Pornire punct Blackout"; $a->strings['format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute'] = 'formatul este <em>YYYY</em> anul, <em>MM</em> luna, <em>DD</em> ziua, <em>hh</em> ora și <em>mm</em> minute';
$a->strings["format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute"] = "formatul este <em>YYYY</em> anul, <em>MM</em> luna, <em>DD</em> ziua, <em>hh</em> ora și <em>mm</em> minute"; $a->strings['End of the Blackout'] = 'Finalizare punct Blackout';
$a->strings["End of the Blackout"] = "Finalizare punct Blackout"; $a->strings['The end-date is prior to the start-date of the blackout, you should fix this.'] = 'Data de finalizare este anterioară punctului blackout de pornire, ar trebui să corectați aceasta.';
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "Data de finalizare este anterioară punctului blackout de pornire, ar trebui să corectați aceasta.";

View file

@ -5,13 +5,12 @@ function string_plural_select_ru($n){
$n = intval($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; } 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['The end-date is prior to the start-date of the blackout, you should fix this'] = 'Дата начала позже даты окончания, исправьте это';
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "Дата начала позже даты окончания, исправьте это"; $a->strings['Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>.'] = ' Пожалуйста, проверьте настройки блэкаута ещё раз. Он начнётся <strong>%s</strong> и закончится <strong>%s</strong>.';
$a->strings["Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>."] = " Пожалуйста, проверьте настройки блэкаута ещё раз. Он начнётся <strong>%s</strong> и закончится <strong>%s</strong>."; $a->strings['Save Settings'] = 'Сохранить настройки';
$a->strings["Save Settings"] = "Сохранить настройки"; $a->strings['Redirect URL'] = 'Ссылка для перенаправления';
$a->strings["Redirect URL"] = "Ссылка для перенаправления"; $a->strings['all your visitors from the web will be redirected to this URL'] = 'все посетители будут перенаправлены на этот URL';
$a->strings["all your visitors from the web will be redirected to this URL"] = "все посетители будут перенаправлены на этот URL"; $a->strings['Begin of the Blackout'] = 'Начало блэкаута';
$a->strings["Begin of the Blackout"] = "Начало блэкаута"; $a->strings['Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.'] = 'Формат: <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> год, <em>MM</em> месяц, <em>DD</em> день, <em>hh</em> час и <em>mm</em> минуты.';
$a->strings["Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."] = "Формат: <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> год, <em>MM</em> месяц, <em>DD</em> день, <em>hh</em> час и <em>mm</em> минуты."; $a->strings['End of the Blackout'] = 'Конец блэкаута';
$a->strings["End of the Blackout"] = "Конец блэкаута"; $a->strings['<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can\'t login again after logging out should the blackout is still in place.'] = '<strong>Внимание</strong>: Переадресация будет включена после нажатия вами кнопки. Уже вошедшие пользователи <strong>не</strong> будут выброшены, но не смогут зайти снова, пока блэкаут не закончится.';
$a->strings["<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can't login again after logging out should the blackout is still in place."] = "<strong>Внимание</strong>: Переадресация будет включена после нажатия вами кнопки. Уже вошедшие пользователи <strong>не</strong> будут выброшены, но не смогут зайти снова, пока блэкаут не закончится.";

View file

@ -5,13 +5,12 @@ function string_plural_select_sv($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['The end-date is prior to the start-date of the blackout, you should fix this'] = 'Slutdatumet ligger före startdatumet för nedsläckningen, du bör rätta detta.';
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "Slutdatumet ligger före startdatumet för nedsläckningen, du bör rätta detta."; $a->strings['Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>.'] = 'Vänligen försäkra dig om att inställningarna för nedsläckningen är korrekt. Början <strong>%s</strong> och slut <strong>%s</strong>.';
$a->strings["Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>."] = "Vänligen försäkra dig om att inställningarna för nedsläckningen är korrekt. Början <strong>%s</strong> och slut <strong>%s</strong>."; $a->strings['Save Settings'] = 'Spara inställningar';
$a->strings["Save Settings"] = "Spara inställningar"; $a->strings['Redirect URL'] = 'Omdirigera URL';
$a->strings["Redirect URL"] = "Omdirigera URL"; $a->strings['all your visitors from the web will be redirected to this URL'] = 'alla dina besökare från webben kommer omdirigeras till denna URL';
$a->strings["all your visitors from the web will be redirected to this URL"] = "alla dina besökare från webben kommer omdirigeras till denna URL"; $a->strings['Begin of the Blackout'] = 'Start på nedsläckningen';
$a->strings["Begin of the Blackout"] = "Start på nedsläckningen"; $a->strings['Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.'] = 'Formatet är <tt>ÅÅÅÅ-MM-DD tt:mm</tt>; <em>ÅÅÅÅ</em> år, <em>MM</em> månad, <em>DD</em> dag, <em>tt</em> timme och <em>mm</em> minut.';
$a->strings["Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."] = "Formatet är <tt>ÅÅÅÅ-MM-DD tt:mm</tt>; <em>ÅÅÅÅ</em> år, <em>MM</em> månad, <em>DD</em> dag, <em>tt</em> timme och <em>mm</em> minut."; $a->strings['End of the Blackout'] = 'Slut på nedsläckningen';
$a->strings["End of the Blackout"] = "Slut på nedsläckningen"; $a->strings['<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can\'t login again after logging out should the blackout is still in place.'] = '<strong>Observera</strong>: Hänvisningen kommer att träda i kraft när du trycker på skicka-knappen. Användare som just nu är inloggade kommer <strong>inte</strong> bli utkastade men kan inte logga in igen efter utloggning om nedsläckningen fortfarande är i kraft. ';
$a->strings["<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can't login again after logging out should the blackout is still in place."] = "<strong>Observera</strong>: Hänvisningen kommer att träda i kraft när du trycker på skicka-knappen. Användare som just nu är inloggade kommer <strong>inte</strong> bli utkastade men kan inte logga in igen efter utloggning om nedsläckningen fortfarande är i kraft. ";

View file

@ -5,13 +5,12 @@ function string_plural_select_zh_cn($n){
$n = intval($n); $n = intval($n);
return intval(0); return intval(0);
}} }}
; $a->strings['The end-date is prior to the start-date of the blackout, you should fix this'] = '结束日期早于开始日期,您应该修复此问题';
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "结束日期早于开始日期,您应该修复此问题"; $a->strings['Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>.'] = '请仔细检查一下当前的维护设置。将从<strong>%s</strong>开始结束于<strong>%s</strong>。';
$a->strings["Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>."] = "请仔细检查一下当前的维护设置。将从<strong>%s</strong>开始结束于<strong>%s</strong>。"; $a->strings['Save Settings'] = '保存设置';
$a->strings["Save Settings"] = "保存设置"; $a->strings['Redirect URL'] = '重定向URL';
$a->strings["Redirect URL"] = "重定向URL"; $a->strings['all your visitors from the web will be redirected to this URL'] = '所有来自web的访问者都将重定向到此URL';
$a->strings["all your visitors from the web will be redirected to this URL"] = "所有来自web的访问者都将重定向到此URL"; $a->strings['Begin of the Blackout'] = '开始维护';
$a->strings["Begin of the Blackout"] = "开始维护"; $a->strings['Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.'] = '格式为<tt>YYYY-MM-DD HHMM</tt><em>YYYY年</em>、<em>MM月</em>、<em>DD日</em>、<em>HH</em>小时和<em>MM</em>分钟';
$a->strings["Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."] = "格式为<tt>YYYY-MM-DD HHMM</tt><em>YYYY年</em>、<em>MM月</em>、<em>DD日</em>、<em>HH</em>小时和<em>MM</em>分钟"; $a->strings['End of the Blackout'] = '结束维护';
$a->strings["End of the Blackout"] = "结束维护"; $a->strings['<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can\'t login again after logging out should the blackout is still in place.'] = '<strong>注意</strong>:从您按下提交按钮的那一刻起,重定向将处于活动状态。当前登录的用户<strong>不会</strong>被驱逐,但如果仍处于维护状态,则在注销后不能再次登录。';
$a->strings["<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can't login again after logging out should the blackout is still in place."] = "<strong>注意</strong>:从您按下提交按钮的那一刻起,重定向将处于活动状态。当前登录的用户<strong>不会</strong>被驱逐,但如果仍处于维护状态,则在注销后不能再次登录。";

View file

@ -5,9 +5,8 @@ function string_plural_select_bg($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Save Settings'] = 'Запази настройките';
$a->strings["Save Settings"] = "Запази настройките"; $a->strings['Allow "good" crawlers'] = 'Разреши "добри" обхождащи роботи за уеб страници';
$a->strings["Allow \"good\" crawlers"] = "Разреши \"добри\" обхождащи роботи за уеб страници"; $a->strings['Block GabSocial'] = 'Блокирай GabSocial';
$a->strings["Block GabSocial"] = "Блокирай GabSocial"; $a->strings['Training mode'] = 'Тренировъчен режим';
$a->strings["Training mode"] = "Тренировъчен режим"; $a->strings['Settings updated.'] = 'Настройките са обновени';
$a->strings["Settings updated."] = "Настройките са обновени";

View file

@ -5,9 +5,8 @@ function string_plural_select_ca($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Save Settings'] = 'Desa la configuració';
$a->strings["Save Settings"] = "Desa la configuració"; $a->strings['Allow "good" crawlers'] = 'Permeti rastrejadors "bons"';
$a->strings["Allow \"good\" crawlers"] = "Permeti rastrejadors \"bons\""; $a->strings['Block GabSocial'] = 'Bloquejar GabSocial';
$a->strings["Block GabSocial"] = "Bloquejar GabSocial"; $a->strings['Training mode'] = 'Modalitat d\'entrenament';
$a->strings["Training mode"] = "Modalitat d'entrenament"; $a->strings['Settings updated.'] = 'La configuració s\'ha actualitzat.';
$a->strings["Settings updated."] = "La configuració s'ha actualitzat.";

View file

@ -5,9 +5,8 @@ function string_plural_select_cs($n){
$n = intval($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; } 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["Save Settings"] = "Uložit nastavení"; $a->strings['Allow "good" crawlers'] = 'Povolit „dobré“ crawlery';
$a->strings["Allow \"good\" crawlers"] = "Povolit „dobré“ crawlery"; $a->strings['Block GabSocial'] = 'Zablokovat GabSocial';
$a->strings["Block GabSocial"] = "Zablokovat GabSocial"; $a->strings['Training mode'] = 'Trénovací režim';
$a->strings["Training mode"] = "Trénovací režim"; $a->strings['Settings updated.'] = 'Nastavení aktualizována.';
$a->strings["Settings updated."] = "Nastavení aktualizována.";

View file

@ -5,9 +5,8 @@ function string_plural_select_de($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Save Settings'] = 'Einstellungen speichern';
$a->strings["Save Settings"] = "Einstellungen speichern"; $a->strings['Allow "good" crawlers'] = '"Gute" Crawler erlauben';
$a->strings["Allow \"good\" crawlers"] = "\"Gute\" Crawler erlauben"; $a->strings['Block GabSocial'] = 'GabSocial Instanzen blockieren';
$a->strings["Block GabSocial"] = "GabSocial Instanzen blockieren"; $a->strings['Training mode'] = 'Trainingsmodus';
$a->strings["Training mode"] = "Trainingsmodus"; $a->strings['Settings updated.'] = 'Einstellungen aktualisiert.';
$a->strings["Settings updated."] = "Einstellungen aktualisiert.";

View file

@ -5,9 +5,8 @@ function string_plural_select_en_gb($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Save Settings'] = 'Save Settings';
$a->strings["Save Settings"] = "Save Settings"; $a->strings['Allow "good" crawlers'] = 'Allow "good" crawlers';
$a->strings["Allow \"good\" crawlers"] = "Allow \"good\" crawlers"; $a->strings['Block GabSocial'] = 'Block GabSocial';
$a->strings["Block GabSocial"] = "Block GabSocial"; $a->strings['Training mode'] = 'Training mode';
$a->strings["Training mode"] = "Training mode"; $a->strings['Settings updated.'] = 'Settings updated.';
$a->strings["Settings updated."] = "Settings updated.";

View file

@ -5,9 +5,8 @@ function string_plural_select_es($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Save Settings'] = 'Guardar ajustes';
$a->strings["Save Settings"] = "Guardar ajustes"; $a->strings['Allow "good" crawlers'] = 'Permitir rastreadores web "buenos"';
$a->strings["Allow \"good\" crawlers"] = "Permitir rastreadores web \"buenos\""; $a->strings['Block GabSocial'] = 'Bloquear GabSocial';
$a->strings["Block GabSocial"] = "Bloquear GabSocial"; $a->strings['Training mode'] = 'Modo de entrenamiento';
$a->strings["Training mode"] = "Modo de entrenamiento"; $a->strings['Settings updated.'] = 'Ajustes actualizados.';
$a->strings["Settings updated."] = "Ajustes actualizados.";

View file

@ -5,9 +5,8 @@ function string_plural_select_fr($n){
$n = intval($n); $n = intval($n);
return intval($n > 1); return intval($n > 1);
}} }}
; $a->strings['Save Settings'] = 'Enregistrer les Paramètres';
$a->strings["Save Settings"] = "Enregistrer les Paramètres"; $a->strings['Allow "good" crawlers'] = 'Autoriser les "bons" crawlers';
$a->strings["Allow \"good\" crawlers"] = "Autoriser les \"bons\" crawlers"; $a->strings['Block GabSocial'] = 'Bloquer GabSocial';
$a->strings["Block GabSocial"] = "Bloquer GabSocial"; $a->strings['Training mode'] = 'Mode d\'entraînement';
$a->strings["Training mode"] = "Mode d'entraînement"; $a->strings['Settings updated.'] = 'Paramètres mis à jour.';
$a->strings["Settings updated."] = "Paramètres mis à jour.";

View file

@ -5,9 +5,8 @@ function string_plural_select_hu($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Save Settings'] = 'Beállítások mentése';
$a->strings["Save Settings"] = "Beállítások mentése"; $a->strings['Allow "good" crawlers'] = 'A „jó” keresőrobotok engedélyezése';
$a->strings["Allow \"good\" crawlers"] = "A „jó” keresőrobotok engedélyezése"; $a->strings['Block GabSocial'] = 'GabSocial tiltása';
$a->strings["Block GabSocial"] = "GabSocial tiltása"; $a->strings['Training mode'] = 'Oktató mód';
$a->strings["Training mode"] = "Oktató mód"; $a->strings['Settings updated.'] = 'A beállítások frissítve.';
$a->strings["Settings updated."] = "A beállítások frissítve.";

View file

@ -5,9 +5,8 @@ function string_plural_select_it($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Save Settings'] = 'Salva Impostazioni';
$a->strings["Save Settings"] = "Salva Impostazioni"; $a->strings['Allow "good" crawlers'] = 'Permetti crawler "buoni"';
$a->strings["Allow \"good\" crawlers"] = "Permetti crawler \"buoni\""; $a->strings['Block GabSocial'] = 'Blocca GabSocial';
$a->strings["Block GabSocial"] = "Blocca GabSocial"; $a->strings['Training mode'] = 'Modalità addestramento';
$a->strings["Training mode"] = "Modalità addestramento"; $a->strings['Settings updated.'] = 'Impostazioni aggiornate.';
$a->strings["Settings updated."] = "Impostazioni aggiornate.";

View file

@ -5,9 +5,8 @@ function string_plural_select_nl($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Save Settings'] = 'Instellingen opslaan';
$a->strings["Save Settings"] = "Instellingen opslaan"; $a->strings['Allow "good" crawlers'] = '"Goede" crawlers toestaan';
$a->strings["Allow \"good\" crawlers"] = "\"Goede\" crawlers toestaan"; $a->strings['Block GabSocial'] = 'Blokeer GabSocial';
$a->strings["Block GabSocial"] = "Blokeer GabSocial"; $a->strings['Training mode'] = 'Training modus';
$a->strings["Training mode"] = "Training modus"; $a->strings['Settings updated.'] = 'Instellingen opgeslagen';
$a->strings["Settings updated."] = "Instellingen opgeslagen";

View file

@ -5,9 +5,8 @@ function string_plural_select_pl($n){
$n = intval($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; } 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["Save Settings"] = "Zapisz ustawienia"; $a->strings['Allow "good" crawlers'] = 'Pozwól „dobrym” robotom';
$a->strings["Allow \"good\" crawlers"] = "Pozwól „dobrym” robotom"; $a->strings['Block GabSocial'] = 'Zablokuj GabSocial';
$a->strings["Block GabSocial"] = "Zablokuj GabSocial"; $a->strings['Training mode'] = 'Tryb treningowy';
$a->strings["Training mode"] = "Tryb treningowy"; $a->strings['Settings updated.'] = 'Ustawienia zaktualizowane.';
$a->strings["Settings updated."] = "Ustawienia zaktualizowane.";

View file

@ -5,9 +5,8 @@ function string_plural_select_ru($n){
$n = intval($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; } 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["Save Settings"] = "Сохранить настройки"; $a->strings['Allow "good" crawlers'] = 'Разрешить "хороших" поисковых роботов';
$a->strings["Allow \"good\" crawlers"] = "Разрешить \"хороших\" поисковых роботов"; $a->strings['Block GabSocial'] = 'Блокировать GabSocial';
$a->strings["Block GabSocial"] = "Блокировать GabSocial"; $a->strings['Training mode'] = 'Режим обучения';
$a->strings["Training mode"] = "Режим обучения"; $a->strings['Settings updated.'] = 'Настройки изменены';
$a->strings["Settings updated."] = "Настройки изменены";

View file

@ -5,13 +5,12 @@ function string_plural_select_ca($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Blockem'] = 'Blockem';
$a->strings["Blockem"] = "Blockem"; $a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Amaga el contingut de l\'usuari mitjançant la publicació col·lapsada. També substitueix el seu avatar per una imatge genèrica';
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Amaga el contingut de l'usuari mitjançant la publicació col·lapsada. També substitueix el seu avatar per una imatge genèrica"; $a->strings['Comma separated profile URLS:'] = 'URL de perfil separats per comes:';
$a->strings["Comma separated profile URLS:"] = "URL de perfil separats per comes:"; $a->strings['Save Settings'] = 'Desa la configuració';
$a->strings["Save Settings"] = "Desa la configuració"; $a->strings['BLOCKEM Settings saved.'] = 'S\'ha desat la configuració de BLOCKEM.';
$a->strings["BLOCKEM Settings saved."] = "S'ha desat la configuració de BLOCKEM."; $a->strings['Filtered user: %s'] = 'Usuari filtrat:%s';
$a->strings["Filtered user: %s"] = "Usuari filtrat:%s"; $a->strings['Unblock Author'] = 'Desbloca l\'autor';
$a->strings["Unblock Author"] = "Desbloca l'autor"; $a->strings['Block Author'] = 'Autor de bloc';
$a->strings["Block Author"] = "Autor de bloc"; $a->strings['blockem settings updated'] = 'S\'ha actualitzat la configuració de blockem';
$a->strings["blockem settings updated"] = "S'ha actualitzat la configuració de blockem";

View file

@ -5,13 +5,12 @@ function string_plural_select_cs($n){
$n = intval($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; } 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['Blockem'] = 'Blockem';
$a->strings["Blockem"] = "Blockem"; $a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Skrývá uživatelský obsah zabalením příspěvků. Navíc nahrazuje avatar generickým obrázkem.';
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Skrývá uživatelský obsah zabalením příspěvků. Navíc nahrazuje avatar generickým obrázkem."; $a->strings['Comma separated profile URLS:'] = 'URL adresy profilů, oddělené čárkami:';
$a->strings["Comma separated profile URLS:"] = "URL adresy profilů, oddělené čárkami:"; $a->strings['Save Settings'] = 'Uložit nastavení';
$a->strings["Save Settings"] = "Uložit nastavení"; $a->strings['BLOCKEM Settings saved.'] = 'Nastavení BLOCKEM uložena.';
$a->strings["BLOCKEM Settings saved."] = "Nastavení BLOCKEM uložena."; $a->strings['Filtered user: %s'] = 'Filtrovaný uživatel: %s';
$a->strings["Filtered user: %s"] = "Filtrovaný uživatel: %s"; $a->strings['Unblock Author'] = 'Odblokovat autora';
$a->strings["Unblock Author"] = "Odblokovat autora"; $a->strings['Block Author'] = 'Zablokovat autora';
$a->strings["Block Author"] = "Zablokovat autora"; $a->strings['blockem settings updated'] = 'nastavení blockem aktualizována';
$a->strings["blockem settings updated"] = "nastavení blockem aktualizována";

View file

@ -5,13 +5,12 @@ function string_plural_select_de($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Blockem'] = 'Blockem';
$a->strings["Blockem"] = "Blockem"; $a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Verbirgt Inhalte von Kontakten durch kollabieren der Beiträge. Des weiteren wird das Profilbild durch einen generischen Avatar ersetzt.';
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Verbirgt Inhalte von Kontakten durch kollabieren der Beiträge. Des weiteren wird das Profilbild durch einen generischen Avatar ersetzt."; $a->strings['Comma separated profile URLS:'] = 'Komma separierte Liste von Profil URLs';
$a->strings["Comma separated profile URLS:"] = "Komma separierte Liste von Profil URLs"; $a->strings['Save Settings'] = 'Einstellungen speichern';
$a->strings["Save Settings"] = "Einstellungen speichern"; $a->strings['BLOCKEM Settings saved.'] = 'BLOCKEM-Einstellungen gesichert.';
$a->strings["BLOCKEM Settings saved."] = "BLOCKEM-Einstellungen gesichert."; $a->strings['Filtered user: %s'] = 'Gefilterte Person: %s';
$a->strings["Filtered user: %s"] = "Gefilterte Person: %s"; $a->strings['Unblock Author'] = 'Autor freischalten';
$a->strings["Unblock Author"] = "Autor freischalten"; $a->strings['Block Author'] = 'Autor blockieren';
$a->strings["Block Author"] = "Autor blockieren"; $a->strings['blockem settings updated'] = 'blockem Einstellungen aktualisiert';
$a->strings["blockem settings updated"] = "blockem Einstellungen aktualisiert";

View file

@ -5,13 +5,12 @@ function string_plural_select_en_gb($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['"Blockem"'] = '"Blockem"';
$a->strings["\"Blockem\""] = "\"Blockem\""; $a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.';
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Hides user's content by collapsing posts. Also replaces their avatar with generic image."; $a->strings['Comma separated profile URLS:'] = 'Comma separated profile URLs:';
$a->strings["Comma separated profile URLS:"] = "Comma separated profile URLs:"; $a->strings['Save Settings'] = 'Save settings';
$a->strings["Save Settings"] = "Save settings"; $a->strings['BLOCKEM Settings saved.'] = 'Blockem settings saved.';
$a->strings["BLOCKEM Settings saved."] = "Blockem settings saved."; $a->strings['Hidden content by %s - Click to open/close'] = 'Hidden content by %s - Reveal/hide';
$a->strings["Hidden content by %s - Click to open/close"] = "Hidden content by %s - Reveal/hide"; $a->strings['Unblock Author'] = 'Unblock author';
$a->strings["Unblock Author"] = "Unblock author"; $a->strings['Block Author'] = 'Block author';
$a->strings["Block Author"] = "Block author"; $a->strings['blockem settings updated'] = 'Blockem settings updated';
$a->strings["blockem settings updated"] = "Blockem settings updated";

View file

@ -5,13 +5,12 @@ function string_plural_select_en_us($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['"Blockem"'] = 'Blockem';
$a->strings["\"Blockem\""] = "Blockem"; $a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.';
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Hides user's content by collapsing posts. Also replaces their avatar with generic image."; $a->strings['Comma separated profile URLS:'] = 'Comma-separated profile URLs:';
$a->strings["Comma separated profile URLS:"] = "Comma-separated profile URLs:"; $a->strings['Save Settings'] = 'Save settings';
$a->strings["Save Settings"] = "Save settings"; $a->strings['BLOCKEM Settings saved.'] = 'Blockem settings saved.';
$a->strings["BLOCKEM Settings saved."] = "Blockem settings saved."; $a->strings['Filtered user: %s'] = 'Filtered user: %s';
$a->strings["Filtered user: %s"] = "Filtered user: %s"; $a->strings['Unblock Author'] = 'Unblock author';
$a->strings["Unblock Author"] = "Unblock author"; $a->strings['Block Author'] = 'Block author';
$a->strings["Block Author"] = "Block author"; $a->strings['blockem settings updated'] = 'Blockem settings updated';
$a->strings["blockem settings updated"] = "Blockem settings updated";

View file

@ -5,11 +5,10 @@ function string_plural_select_es($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Blockem'] = 'Blockem (Bloquealos)';
$a->strings["Blockem"] = "Blockem (Bloquealos)"; $a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Oculta el contenido del usuario al colapsar las publicaciones. También reemplaza su avatar con una imagen genérica.';
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Oculta el contenido del usuario al colapsar las publicaciones. También reemplaza su avatar con una imagen genérica."; $a->strings['Comma separated profile URLS:'] = 'URLs de perfil separadas por comas:';
$a->strings["Comma separated profile URLS:"] = "URLs de perfil separadas por comas:"; $a->strings['Save Settings'] = 'Guardar configuración';
$a->strings["Save Settings"] = "Guardar configuración"; $a->strings['Filtered user: %s'] = 'Usuario filtrado: %s';
$a->strings["Filtered user: %s"] = "Usuario filtrado: %s"; $a->strings['Unblock Author'] = 'Desbloquear autor';
$a->strings["Unblock Author"] = "Desbloquear autor"; $a->strings['Block Author'] = 'Bloquear autor';
$a->strings["Block Author"] = "Bloquear autor";

View file

@ -5,12 +5,11 @@ function string_plural_select_fi_fi($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['"Blockem"'] = '"Blockem"';
$a->strings["\"Blockem\""] = "\"Blockem\""; $a->strings['Comma separated profile URLS:'] = 'Profiilien URL-osoitteet pilkulla erotettuina:';
$a->strings["Comma separated profile URLS:"] = "Profiilien URL-osoitteet pilkulla erotettuina:"; $a->strings['Save Settings'] = 'Tallenna asetukset';
$a->strings["Save Settings"] = "Tallenna asetukset"; $a->strings['BLOCKEM Settings saved.'] = 'Blockem -asetukset tallennettu';
$a->strings["BLOCKEM Settings saved."] = "Blockem -asetukset tallennettu"; $a->strings['Filtered user: %s'] = 'Suodatettu käyttäjä: %s';
$a->strings["Filtered user: %s"] = "Suodatettu käyttäjä: %s"; $a->strings['Unblock Author'] = 'Poista kirjoittaja estolistalta';
$a->strings["Unblock Author"] = "Poista kirjoittaja estolistalta"; $a->strings['Block Author'] = 'Lisää kirjoittaja estolistalle';
$a->strings["Block Author"] = "Lisää kirjoittaja estolistalle"; $a->strings['blockem settings updated'] = 'blockem -asetukset päivitetty';
$a->strings["blockem settings updated"] = "blockem -asetukset päivitetty";

View file

@ -5,13 +5,12 @@ function string_plural_select_fr($n){
$n = intval($n); $n = intval($n);
return intval($n > 1); return intval($n > 1);
}} }}
; $a->strings['Blockem'] = 'Bloquez-les';
$a->strings["Blockem"] = "Bloquez-les"; $a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Cache le contenu de l\'utilisateur en contractant les publications. Remplace aussi leur avatar par une image générique.';
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Cache le contenu de l'utilisateur en contractant les publications. Remplace aussi leur avatar par une image générique."; $a->strings['Comma separated profile URLS:'] = 'URLs de profil séparées par des virgules:';
$a->strings["Comma separated profile URLS:"] = "URLs de profil séparées par des virgules:"; $a->strings['Save Settings'] = 'Sauvegarder les paramètres';
$a->strings["Save Settings"] = "Sauvegarder les paramètres"; $a->strings['BLOCKEM Settings saved.'] = 'Paramètres Bloquez-les sauvegardés.';
$a->strings["BLOCKEM Settings saved."] = "Paramètres Bloquez-les sauvegardés."; $a->strings['Filtered user: %s'] = 'Utilisateur filtré:%s';
$a->strings["Filtered user: %s"] = "Utilisateur filtré:%s"; $a->strings['Unblock Author'] = 'Débloquer l\'Auteur';
$a->strings["Unblock Author"] = "Débloquer l'Auteur"; $a->strings['Block Author'] = 'Bloquer l\'Auteur';
$a->strings["Block Author"] = "Bloquer l'Auteur"; $a->strings['blockem settings updated'] = 'Réglages Blockem mis à jour.';
$a->strings["blockem settings updated"] = "Réglages Blockem mis à jour.";

View file

@ -5,13 +5,12 @@ function string_plural_select_hu($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Blockem'] = 'Blockem';
$a->strings["Blockem"] = "Blockem"; $a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Elrejti a felhasználók tartalmát a bejegyzések összecsukásával. Ezenkívül lecseréli a profilképeiket egy általános képre.';
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Elrejti a felhasználók tartalmát a bejegyzések összecsukásával. Ezenkívül lecseréli a profilképeiket egy általános képre."; $a->strings['Comma separated profile URLS:'] = 'Profil URL-ek vesszővel elválasztva:';
$a->strings["Comma separated profile URLS:"] = "Profil URL-ek vesszővel elválasztva:"; $a->strings['Save Settings'] = 'Beállítások mentése';
$a->strings["Save Settings"] = "Beállítások mentése"; $a->strings['BLOCKEM Settings saved.'] = 'A Blockem beállításai elmentve.';
$a->strings["BLOCKEM Settings saved."] = "A Blockem beállításai elmentve."; $a->strings['Filtered user: %s'] = 'Kiszűrt felhasználó: %s';
$a->strings["Filtered user: %s"] = "Kiszűrt felhasználó: %s"; $a->strings['Unblock Author'] = 'Szerző tiltásának feloldása';
$a->strings["Unblock Author"] = "Szerző tiltásának feloldása"; $a->strings['Block Author'] = 'Szerző tiltása';
$a->strings["Block Author"] = "Szerző tiltása"; $a->strings['blockem settings updated'] = 'A Blockem beállításai frissítve.';
$a->strings["blockem settings updated"] = "A Blockem beállításai frissítve.";

View file

@ -5,13 +5,12 @@ function string_plural_select_it($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Blockem'] = 'Blockem';
$a->strings["Blockem"] = "Blockem"; $a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Nascondi il contenuto degli utenti collassando i messaggi. Sostituisce anche gli avatar con un\'immagine generica.';
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Nascondi il contenuto degli utenti collassando i messaggi. Sostituisce anche gli avatar con un'immagine generica."; $a->strings['Comma separated profile URLS:'] = 'URL profili separati da virgola:';
$a->strings["Comma separated profile URLS:"] = "URL profili separati da virgola:"; $a->strings['Save Settings'] = 'Salva Impostazioni';
$a->strings["Save Settings"] = "Salva Impostazioni"; $a->strings['BLOCKEM Settings saved.'] = 'Impostazioni BLOCKEM salvate.';
$a->strings["BLOCKEM Settings saved."] = "Impostazioni BLOCKEM salvate."; $a->strings['Filtered user: %s'] = 'Utente filtrato: %s';
$a->strings["Filtered user: %s"] = "Utente filtrato: %s"; $a->strings['Unblock Author'] = 'Sblocca autore';
$a->strings["Unblock Author"] = "Sblocca autore"; $a->strings['Block Author'] = 'Blocca autore';
$a->strings["Block Author"] = "Blocca autore"; $a->strings['blockem settings updated'] = 'Impostazioni \'blockem\' aggiornate.';
$a->strings["blockem settings updated"] = "Impostazioni 'blockem' aggiornate.";

View file

@ -5,13 +5,12 @@ function string_plural_select_nl($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Blockem'] = 'Blockem';
$a->strings["Blockem"] = "Blockem"; $a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Verbergt de inhoud van het bericht van de gebruiker. Daarnaast vervangt het de avatar door een standaardafbeelding.';
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Verbergt de inhoud van het bericht van de gebruiker. Daarnaast vervangt het de avatar door een standaardafbeelding."; $a->strings['Comma separated profile URLS:'] = 'Profiel URLs (kommagescheiden):';
$a->strings["Comma separated profile URLS:"] = "Profiel URLs (kommagescheiden):"; $a->strings['Save Settings'] = 'Instellingen opslaan';
$a->strings["Save Settings"] = "Instellingen opslaan"; $a->strings['BLOCKEM Settings saved.'] = 'BLOCKEM instellingen opgeslagen.';
$a->strings["BLOCKEM Settings saved."] = "BLOCKEM instellingen opgeslagen."; $a->strings['Filtered user: %s'] = 'Gefilterde gebruiker: %s';
$a->strings["Filtered user: %s"] = "Gefilterde gebruiker: %s"; $a->strings['Unblock Author'] = 'Deblokkeer Auteur';
$a->strings["Unblock Author"] = "Deblokkeer Auteur"; $a->strings['Block Author'] = 'Auteur blokkeren';
$a->strings["Block Author"] = "Auteur blokkeren"; $a->strings['blockem settings updated'] = 'blockem instellingen opgeslagen';
$a->strings["blockem settings updated"] = "blockem instellingen opgeslagen";

View file

@ -5,13 +5,12 @@ function string_plural_select_pl($n){
$n = intval($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; } 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['Blockem'] = 'Zablokowanie';
$a->strings["Blockem"] = "Zablokowanie"; $a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Ukrywa zawartość użytkownika, zwijając posty. Zastępuje również awatar wygenerowanym obrazem.';
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Ukrywa zawartość użytkownika, zwijając posty. Zastępuje również awatar wygenerowanym obrazem."; $a->strings['Comma separated profile URLS:'] = 'Rozdzielone przecinkami adresy URL profilu:';
$a->strings["Comma separated profile URLS:"] = "Rozdzielone przecinkami adresy URL profilu:"; $a->strings['Save Settings'] = 'Zapisz ustawienia';
$a->strings["Save Settings"] = "Zapisz ustawienia"; $a->strings['BLOCKEM Settings saved.'] = 'BLOCKEM Ustawienia zapisane.';
$a->strings["BLOCKEM Settings saved."] = "BLOCKEM Ustawienia zapisane."; $a->strings['Filtered user: %s'] = 'Użytkownik filtrowany: %s';
$a->strings["Filtered user: %s"] = "Użytkownik filtrowany: %s"; $a->strings['Unblock Author'] = 'Odblokuj autora';
$a->strings["Unblock Author"] = "Odblokuj autora"; $a->strings['Block Author'] = 'Zablokuj autora';
$a->strings["Block Author"] = "Zablokuj autora"; $a->strings['blockem settings updated'] = 'ustawienia blockem zostały zaktualizowane';
$a->strings["blockem settings updated"] = "ustawienia blockem zostały zaktualizowane";

View file

@ -5,12 +5,11 @@ function string_plural_select_ro($n){
$n = intval($n); $n = intval($n);
if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; }
}} }}
; $a->strings['"Blockem"'] = '"Blockem"';
$a->strings["\"Blockem\""] = "\"Blockem\""; $a->strings['Comma separated profile URLS to block'] = 'Adresele URL de profil, de blocat, separate prin virgulă';
$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["Save Settings"] = "Salvare Configurări"; $a->strings['BLOCKEM Settings saved.'] = 'Configurările BLOCKEM au fost salvate.';
$a->strings["BLOCKEM Settings saved."] = "Configurările BLOCKEM au fost salvate."; $a->strings['Blocked %s - Click to open/close'] = '%s Blocate - Apăsați pentru a deschide/închide';
$a->strings["Blocked %s - Click to open/close"] = "%s Blocate - Apăsați pentru a deschide/închide"; $a->strings['Unblock Author'] = 'Deblocare Autor';
$a->strings["Unblock Author"] = "Deblocare Autor"; $a->strings['Block Author'] = 'Blocare Autor';
$a->strings["Block Author"] = "Blocare Autor"; $a->strings['blockem settings updated'] = 'Configurările blockem au fost actualizate';
$a->strings["blockem settings updated"] = "Configurările blockem au fost actualizate";

View file

@ -5,13 +5,12 @@ function string_plural_select_ru($n){
$n = intval($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; } 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['Blockem'] = 'Blockem';
$a->strings["Blockem"] = "Blockem"; $a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Скрыть контент пользователя. Также заменяет его аватар изображением по-умолчанию.';
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Скрыть контент пользователя. Также заменяет его аватар изображением по-умолчанию."; $a->strings['Comma separated profile URLS:'] = 'URL профилей, разделенные запятыми:';
$a->strings["Comma separated profile URLS:"] = "URL профилей, разделенные запятыми:"; $a->strings['Save Settings'] = 'Сохранить настройки';
$a->strings["Save Settings"] = "Сохранить настройки"; $a->strings['BLOCKEM Settings saved.'] = 'BLOCKEM Настройки сохранены.';
$a->strings["BLOCKEM Settings saved."] = "BLOCKEM Настройки сохранены."; $a->strings['Filtered user: %s'] = 'Отфильтрованный пользователь: %s';
$a->strings["Filtered user: %s"] = "Отфильтрованный пользователь: %s"; $a->strings['Unblock Author'] = 'Разблокировать автора';
$a->strings["Unblock Author"] = "Разблокировать автора"; $a->strings['Block Author'] = 'Блокировать автора';
$a->strings["Block Author"] = "Блокировать автора"; $a->strings['blockem settings updated'] = 'Настройки Blockem обновлены';
$a->strings["blockem settings updated"] = "Настройки Blockem обновлены";

View file

@ -5,13 +5,12 @@ function string_plural_select_sv($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Blockem'] = 'BLOCKEM';
$a->strings["Blockem"] = "BLOCKEM"; $a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Döljer användares inlägg genom sammanslagning nedåt. Användarens profilbild ersätts med en standardbild.';
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Döljer användares inlägg genom sammanslagning nedåt. Användarens profilbild ersätts med en standardbild."; $a->strings['Comma separated profile URLS:'] = 'Kommaseparerade profiladresser:';
$a->strings["Comma separated profile URLS:"] = "Kommaseparerade profiladresser:"; $a->strings['Save Settings'] = 'Spara inställningar';
$a->strings["Save Settings"] = "Spara inställningar"; $a->strings['BLOCKEM Settings saved.'] = 'BLOCKEM Inställningar sparade.';
$a->strings["BLOCKEM Settings saved."] = "BLOCKEM Inställningar sparade."; $a->strings['Filtered user: %s'] = 'Filtrerat på användare:%s';
$a->strings["Filtered user: %s"] = "Filtrerat på användare:%s"; $a->strings['Unblock Author'] = 'Avblockera författare';
$a->strings["Unblock Author"] = "Avblockera författare"; $a->strings['Block Author'] = 'Blockera författare';
$a->strings["Block Author"] = "Blockera författare"; $a->strings['blockem settings updated'] = 'BLOCKEM Inställningar uppdaterade';
$a->strings["blockem settings updated"] = "BLOCKEM Inställningar uppdaterade";

View file

@ -5,13 +5,12 @@ function string_plural_select_ca($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Post to blogger'] = 'Publicar a blogger';
$a->strings["Post to blogger"] = "Publicar a blogger"; $a->strings['Blogger Export'] = 'Exportació de Blogger';
$a->strings["Blogger Export"] = "Exportació de Blogger"; $a->strings['Enable Blogger Post Addon'] = 'Habilita Addon Post de Blogger';
$a->strings["Enable Blogger Post Addon"] = "Habilita Addon Post de Blogger"; $a->strings['Blogger username'] = 'Nom d\'usuari de Blogger';
$a->strings["Blogger username"] = "Nom d'usuari de Blogger"; $a->strings['Blogger password'] = 'Contrasenya de Blogger';
$a->strings["Blogger password"] = "Contrasenya de Blogger"; $a->strings['Blogger API URL'] = 'URL de l\'API de Blogger';
$a->strings["Blogger API URL"] = "URL de l'API de Blogger"; $a->strings['Post to Blogger by default'] = 'Publica a Blogger de manera predeterminada';
$a->strings["Post to Blogger by default"] = "Publica a Blogger de manera predeterminada"; $a->strings['Save Settings'] = 'Desa la configuració';
$a->strings["Save Settings"] = "Desa la configuració"; $a->strings['Post from Friendica'] = 'Publica de Friendica';
$a->strings["Post from Friendica"] = "Publica de Friendica";

View file

@ -5,13 +5,12 @@ function string_plural_select_cs($n){
$n = intval($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; } 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['Post to blogger'] = 'Poslat na blogger';
$a->strings["Post to blogger"] = "Poslat na blogger"; $a->strings['Blogger Export'] = 'Blogger Export';
$a->strings["Blogger Export"] = "Blogger Export"; $a->strings['Enable Blogger Post Addon'] = 'Povolit doplněk Blogger Post';
$a->strings["Enable Blogger Post Addon"] = "Povolit doplněk Blogger Post"; $a->strings['Blogger username'] = 'Blogger uživatelské jméno';
$a->strings["Blogger username"] = "Blogger uživatelské jméno"; $a->strings['Blogger password'] = 'Blogger heslo';
$a->strings["Blogger password"] = "Blogger heslo"; $a->strings['Blogger API URL'] = 'Blogger API URL';
$a->strings["Blogger API URL"] = "Blogger API URL"; $a->strings['Post to Blogger by default'] = 'Defaultně zaslat na Blogger';
$a->strings["Post to Blogger by default"] = "Defaultně zaslat na Blogger"; $a->strings['Save Settings'] = 'Uložit Nastavení';
$a->strings["Save Settings"] = "Uložit Nastavení"; $a->strings['Post from Friendica'] = 'Příspěvek z Friendica';
$a->strings["Post from Friendica"] = "Příspěvek z Friendica";

View file

@ -5,13 +5,12 @@ function string_plural_select_de($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Post to blogger'] = 'Auf Blogger posten';
$a->strings["Post to blogger"] = "Auf Blogger posten"; $a->strings['Blogger Export'] = 'Blogger Export';
$a->strings["Blogger Export"] = "Blogger Export"; $a->strings['Enable Blogger Post Addon'] = 'Blogger-Post-Addon aktivieren';
$a->strings["Enable Blogger Post Addon"] = "Blogger-Post-Addon aktivieren"; $a->strings['Blogger username'] = 'Blogger-Benutzername';
$a->strings["Blogger username"] = "Blogger-Benutzername"; $a->strings['Blogger password'] = 'Blogger-Passwort';
$a->strings["Blogger password"] = "Blogger-Passwort"; $a->strings['Blogger API URL'] = 'Blogger-API-URL';
$a->strings["Blogger API URL"] = "Blogger-API-URL"; $a->strings['Post to Blogger by default'] = 'Standardmäßig auf Blogger posten';
$a->strings["Post to Blogger by default"] = "Standardmäßig auf Blogger posten"; $a->strings['Save Settings'] = 'Einstellungen speichern';
$a->strings["Save Settings"] = "Einstellungen speichern"; $a->strings['Post from Friendica'] = 'Post via Friendica';
$a->strings["Post from Friendica"] = "Post via Friendica";

View file

@ -5,11 +5,10 @@ function string_plural_select_en_gb($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Post to blogger'] = 'Post to Blogger';
$a->strings["Post to blogger"] = "Post to Blogger"; $a->strings['Enable Blogger Post Addon'] = 'Enable Blogger Post Addon';
$a->strings["Enable Blogger Post Addon"] = "Enable Blogger Post Addon"; $a->strings['Blogger username'] = 'Blogger username';
$a->strings["Blogger username"] = "Blogger username"; $a->strings['Blogger password'] = 'Blogger password';
$a->strings["Blogger password"] = "Blogger password"; $a->strings['Post to Blogger by default'] = 'Post to Blogger by default';
$a->strings["Post to Blogger by default"] = "Post to Blogger by default"; $a->strings['Save Settings'] = 'Save Settings';
$a->strings["Save Settings"] = "Save Settings"; $a->strings['Post from Friendica'] = 'Post from Friendica';
$a->strings["Post from Friendica"] = "Post from Friendica";

View file

@ -5,13 +5,12 @@ function string_plural_select_es($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Post to blogger'] = 'Entrada para blogger';
$a->strings["Post to blogger"] = "Entrada para blogger"; $a->strings['Blogger Export'] = 'Esportar Blogger';
$a->strings["Blogger Export"] = "Esportar Blogger"; $a->strings['Enable Blogger Post Addon'] = 'Habilitar el complemento de publicación de Blogger';
$a->strings["Enable Blogger Post Addon"] = "Habilitar el complemento de publicación de Blogger"; $a->strings['Blogger username'] = 'Nombre de usuario de Blogger';
$a->strings["Blogger username"] = "Nombre de usuario de Blogger"; $a->strings['Blogger password'] = 'Contraseña de Blogger';
$a->strings["Blogger password"] = "Contraseña de Blogger"; $a->strings['Blogger API URL'] = 'URL API de Blogger';
$a->strings["Blogger API URL"] = "URL API de Blogger"; $a->strings['Post to Blogger by default'] = 'Entrada a Blogger por defecto';
$a->strings["Post to Blogger by default"] = "Entrada a Blogger por defecto"; $a->strings['Save Settings'] = 'Guardar ajustes';
$a->strings["Save Settings"] = "Guardar ajustes"; $a->strings['Post from Friendica'] = 'Entrada desde Friendica';
$a->strings["Post from Friendica"] = "Entrada desde Friendica";

View file

@ -5,13 +5,12 @@ function string_plural_select_fi_fi($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Post to blogger'] = 'Julkaise Bloggerissa';
$a->strings["Post to blogger"] = "Julkaise Bloggerissa"; $a->strings['Blogger Export'] = 'Blogger Export';
$a->strings["Blogger Export"] = "Blogger Export"; $a->strings['Enable Blogger Post Addon'] = 'Ota Blogger-viestilisäosa käyttöön';
$a->strings["Enable Blogger Post Addon"] = "Ota Blogger-viestilisäosa käyttöön"; $a->strings['Blogger username'] = 'Blogger -käyttäjätunnus';
$a->strings["Blogger username"] = "Blogger -käyttäjätunnus"; $a->strings['Blogger password'] = 'Blogger -salasana';
$a->strings["Blogger password"] = "Blogger -salasana"; $a->strings['Blogger API URL'] = 'Blogger API URL-osoite';
$a->strings["Blogger API URL"] = "Blogger API URL-osoite"; $a->strings['Post to Blogger by default'] = 'Julkaise Bloggeriin oletuksena';
$a->strings["Post to Blogger by default"] = "Julkaise Bloggeriin oletuksena"; $a->strings['Save Settings'] = 'Tallenna asetukset';
$a->strings["Save Settings"] = "Tallenna asetukset"; $a->strings['Post from Friendica'] = 'Julkaise Friendicasta';
$a->strings["Post from Friendica"] = "Julkaise Friendicasta";

View file

@ -5,13 +5,12 @@ function string_plural_select_fr($n){
$n = intval($n); $n = intval($n);
return intval($n > 1); return intval($n > 1);
}} }}
; $a->strings['Post to blogger'] = 'Poster sur Blogger';
$a->strings["Post to blogger"] = "Poster sur Blogger"; $a->strings['Blogger Export'] = 'Export Blogger';
$a->strings["Blogger Export"] = "Export Blogger"; $a->strings['Enable Blogger Post Addon'] = 'Activer l\'extension de publication Blogger';
$a->strings["Enable Blogger Post Addon"] = "Activer l'extension de publication Blogger"; $a->strings['Blogger username'] = 'Nom d\'utilisateur Blogger';
$a->strings["Blogger username"] = "Nom d'utilisateur Blogger"; $a->strings['Blogger password'] = 'Mot de passe Blogger';
$a->strings["Blogger password"] = "Mot de passe Blogger"; $a->strings['Blogger API URL'] = 'URL de l\'API de Blogger';
$a->strings["Blogger API URL"] = "URL de l'API de Blogger"; $a->strings['Post to Blogger by default'] = 'Poster sur Blogger par défaut';
$a->strings["Post to Blogger by default"] = "Poster sur Blogger par défaut"; $a->strings['Save Settings'] = 'Sauvegarder les paramètres';
$a->strings["Save Settings"] = "Sauvegarder les paramètres"; $a->strings['Post from Friendica'] = 'Publier depuis Friendica';
$a->strings["Post from Friendica"] = "Publier depuis Friendica";

View file

@ -5,13 +5,12 @@ function string_plural_select_hu($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Post to blogger'] = 'Beküldés a Bloggerre';
$a->strings["Post to blogger"] = "Beküldés a Bloggerre"; $a->strings['Blogger Export'] = 'Blogger exportálás';
$a->strings["Blogger Export"] = "Blogger exportálás"; $a->strings['Enable Blogger Post Addon'] = 'A Blogger-beküldő bővítmény engedélyezése';
$a->strings["Enable Blogger Post Addon"] = "A Blogger-beküldő bővítmény engedélyezése"; $a->strings['Blogger username'] = 'Blogger felhasználónév';
$a->strings["Blogger username"] = "Blogger felhasználónév"; $a->strings['Blogger password'] = 'Blogger jelszó';
$a->strings["Blogger password"] = "Blogger jelszó"; $a->strings['Blogger API URL'] = 'Blogger API URL';
$a->strings["Blogger API URL"] = "Blogger API URL"; $a->strings['Post to Blogger by default'] = 'Beküldés a Bloggerre alapértelmezetten';
$a->strings["Post to Blogger by default"] = "Beküldés a Bloggerre alapértelmezetten"; $a->strings['Save Settings'] = 'Beállítások mentése';
$a->strings["Save Settings"] = "Beállítások mentése"; $a->strings['Post from Friendica'] = 'Bejegyzés a Friendicáról';
$a->strings["Post from Friendica"] = "Bejegyzés a Friendicáról";

View file

@ -5,13 +5,12 @@ function string_plural_select_is($n){
$n = intval($n); $n = intval($n);
return intval($n % 10 != 1 || $n % 100 == 11); return intval($n % 10 != 1 || $n % 100 == 11);
}} }}
; $a->strings['Post to blogger'] = 'Senda færslu á bloggara';
$a->strings["Post to blogger"] = "Senda færslu á bloggara"; $a->strings['Blogger Export'] = 'Flytja út blogg';
$a->strings["Blogger Export"] = "Flytja út blogg"; $a->strings['Enable Blogger Post Addon'] = 'Virkja sendiviðbót fyrir blogg';
$a->strings["Enable Blogger Post Addon"] = "Virkja sendiviðbót fyrir blogg"; $a->strings['Blogger username'] = 'Notandanafn bloggara';
$a->strings["Blogger username"] = "Notandanafn bloggara"; $a->strings['Blogger password'] = 'Aðgangsorð bloggara';
$a->strings["Blogger password"] = "Aðgangsorð bloggara"; $a->strings['Blogger API URL'] = 'API slóð bloggs';
$a->strings["Blogger API URL"] = "API slóð bloggs"; $a->strings['Post to Blogger by default'] = 'Sjálfgefið láta færslur flæða inn á blogg';
$a->strings["Post to Blogger by default"] = "Sjálfgefið láta færslur flæða inn á blogg"; $a->strings['Save Settings'] = 'Vista stillingar';
$a->strings["Save Settings"] = "Vista stillingar"; $a->strings['Post from Friendica'] = 'Færslur frá Friendica';
$a->strings["Post from Friendica"] = "Færslur frá Friendica";

View file

@ -5,13 +5,12 @@ function string_plural_select_it($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Post to blogger'] = 'Invia a Blogger';
$a->strings["Post to blogger"] = "Invia a Blogger"; $a->strings['Blogger Export'] = 'Esporta Blogger';
$a->strings["Blogger Export"] = "Esporta Blogger"; $a->strings['Enable Blogger Post Addon'] = 'Abilita il componente aggiuntivo di invio a Blogger';
$a->strings["Enable Blogger Post Addon"] = "Abilita il componente aggiuntivo di invio a Blogger"; $a->strings['Blogger username'] = 'Nome utente Blogger';
$a->strings["Blogger username"] = "Nome utente Blogger"; $a->strings['Blogger password'] = 'Password Blogger';
$a->strings["Blogger password"] = "Password Blogger"; $a->strings['Blogger API URL'] = 'Indirizzo API Blogger';
$a->strings["Blogger API URL"] = "Indirizzo API Blogger"; $a->strings['Post to Blogger by default'] = 'Invia sempre a Blogger';
$a->strings["Post to Blogger by default"] = "Invia sempre a Blogger"; $a->strings['Save Settings'] = 'Salva Impostazioni';
$a->strings["Save Settings"] = "Salva Impostazioni"; $a->strings['Post from Friendica'] = 'Messaggio da Friendica';
$a->strings["Post from Friendica"] = "Messaggio da Friendica";

View file

@ -5,13 +5,12 @@ function string_plural_select_nl($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Post to blogger'] = 'Plaatsen op Blogger';
$a->strings["Post to blogger"] = "Plaatsen op Blogger"; $a->strings['Blogger Export'] = 'Blogger Exporteren';
$a->strings["Blogger Export"] = "Blogger Exporteren"; $a->strings['Enable Blogger Post Addon'] = 'Blogger Post Addon inschakelen';
$a->strings["Enable Blogger Post Addon"] = "Blogger Post Addon inschakelen"; $a->strings['Blogger username'] = 'Blogger gebruikersnaam';
$a->strings["Blogger username"] = "Blogger gebruikersnaam"; $a->strings['Blogger password'] = 'Blogger wachtwoord';
$a->strings["Blogger password"] = "Blogger wachtwoord"; $a->strings['Blogger API URL'] = 'Blogger API URL';
$a->strings["Blogger API URL"] = "Blogger API URL"; $a->strings['Post to Blogger by default'] = 'Plaatsen op Blogger als standaard instellen';
$a->strings["Post to Blogger by default"] = "Plaatsen op Blogger als standaard instellen"; $a->strings['Save Settings'] = 'Instellingen Opslaan';
$a->strings["Save Settings"] = "Instellingen Opslaan"; $a->strings['Post from Friendica'] = 'Bericht plaatsen vanaf Friendica';
$a->strings["Post from Friendica"] = "Bericht plaatsen vanaf Friendica";

View file

@ -5,13 +5,12 @@ function string_plural_select_pl($n){
$n = intval($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; } 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['Post to blogger'] = 'Opublikuj w bloggerze';
$a->strings["Post to blogger"] = "Opublikuj w bloggerze"; $a->strings['Blogger Export'] = 'Eksport Bloggera';
$a->strings["Blogger Export"] = "Eksport Bloggera"; $a->strings['Enable Blogger Post Addon'] = 'Włącz dodatek Blogger';
$a->strings["Enable Blogger Post Addon"] = "Włącz dodatek Blogger"; $a->strings['Blogger username'] = 'Nazwa użytkownika Blogger';
$a->strings["Blogger username"] = "Nazwa użytkownika Blogger"; $a->strings['Blogger password'] = 'Hasło Blogger';
$a->strings["Blogger password"] = "Hasło Blogger"; $a->strings['Blogger API URL'] = 'Adres URL interfejsu API Blogger';
$a->strings["Blogger API URL"] = "Adres URL interfejsu API Blogger"; $a->strings['Post to Blogger by default'] = 'Opublikuj domyślnie na Blogger';
$a->strings["Post to Blogger by default"] = "Opublikuj domyślnie na Blogger"; $a->strings['Save Settings'] = 'Zapisz ustawienia';
$a->strings["Save Settings"] = "Zapisz ustawienia"; $a->strings['Post from Friendica'] = 'Post od Friendica';
$a->strings["Post from Friendica"] = "Post od Friendica";

View file

@ -5,13 +5,12 @@ function string_plural_select_pt_br($n){
$n = intval($n); $n = intval($n);
return intval($n > 1); return intval($n > 1);
}} }}
; $a->strings['Post to blogger'] = 'Publicar no Blogger';
$a->strings["Post to blogger"] = "Publicar no Blogger"; $a->strings['Blogger Export'] = 'Exportador Blogger';
$a->strings["Blogger Export"] = "Exportador Blogger"; $a->strings['Enable Blogger Post Addon'] = 'Habilitar plug-in para publicar no Blogger';
$a->strings["Enable Blogger Post Addon"] = "Habilitar plug-in para publicar no Blogger"; $a->strings['Blogger username'] = 'Nome de usuário no Blogger';
$a->strings["Blogger username"] = "Nome de usuário no Blogger"; $a->strings['Blogger password'] = 'Senha do Blogger';
$a->strings["Blogger password"] = "Senha do Blogger"; $a->strings['Blogger API URL'] = 'URL da API do Blogger';
$a->strings["Blogger API URL"] = "URL da API do Blogger"; $a->strings['Post to Blogger by default'] = 'Publicar no Blogger por padrão';
$a->strings["Post to Blogger by default"] = "Publicar no Blogger por padrão"; $a->strings['Save Settings'] = 'Salvar Configurações';
$a->strings["Save Settings"] = "Salvar Configurações"; $a->strings['Post from Friendica'] = 'Postar a partir de Friendica';
$a->strings["Post from Friendica"] = "Postar a partir de Friendica";

View file

@ -5,13 +5,12 @@ function string_plural_select_ro($n){
$n = intval($n); $n = intval($n);
if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; }
}} }}
; $a->strings['Post to blogger'] = 'Postați pe Blogger';
$a->strings["Post to blogger"] = "Postați pe Blogger"; $a->strings['Blogger Export'] = 'Export pe Blogger ';
$a->strings["Blogger Export"] = "Export pe Blogger "; $a->strings['Enable Blogger Post Addon'] = 'Activare Modul Postare pe Blogger ';
$a->strings["Enable Blogger Post Addon"] = "Activare Modul Postare pe Blogger "; $a->strings['Blogger username'] = 'Utilizator Blogger';
$a->strings["Blogger username"] = "Utilizator Blogger"; $a->strings['Blogger password'] = 'Parolă Blogger ';
$a->strings["Blogger password"] = "Parolă Blogger "; $a->strings['Blogger API URL'] = 'URL Cheie API Blogger ';
$a->strings["Blogger API URL"] = "URL Cheie API Blogger "; $a->strings['Post to Blogger by default'] = 'Postați implicit pe Blogger';
$a->strings["Post to Blogger by default"] = "Postați implicit pe Blogger"; $a->strings['Save Settings'] = 'Salvare Configurări';
$a->strings["Save Settings"] = "Salvare Configurări"; $a->strings['Post from Friendica'] = 'Postați din Friendica';
$a->strings["Post from Friendica"] = "Postați din Friendica";

View file

@ -5,13 +5,12 @@ function string_plural_select_ru($n){
$n = intval($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; } 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['Post to blogger'] = 'Написать в Blogger';
$a->strings["Post to blogger"] = "Написать в Blogger"; $a->strings['Blogger Export'] = 'Экспорт в Blogger';
$a->strings["Blogger Export"] = "Экспорт в Blogger"; $a->strings['Enable Blogger Post Addon'] = 'Включить аддон репоста в Blogger';
$a->strings["Enable Blogger Post Addon"] = "Включить аддон репоста в Blogger"; $a->strings['Blogger username'] = 'Имя пользователя Blogger';
$a->strings["Blogger username"] = "Имя пользователя Blogger"; $a->strings['Blogger password'] = 'Пароль Blogger';
$a->strings["Blogger password"] = "Пароль Blogger"; $a->strings['Blogger API URL'] = 'Blogger API URL';
$a->strings["Blogger API URL"] = "Blogger API URL"; $a->strings['Post to Blogger by default'] = 'Отправлять в Blogger по умолчанию';
$a->strings["Post to Blogger by default"] = "Отправлять в Blogger по умолчанию"; $a->strings['Save Settings'] = 'Сохранить настройки';
$a->strings["Save Settings"] = "Сохранить настройки"; $a->strings['Post from Friendica'] = 'Сообщение от Friendica';
$a->strings["Post from Friendica"] = "Сообщение от Friendica";

View file

@ -5,13 +5,12 @@ function string_plural_select_sv($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Post to blogger'] = 'Lägg in på Blogger';
$a->strings["Post to blogger"] = "Lägg in på Blogger"; $a->strings['Blogger Export'] = 'Export till Blogger';
$a->strings["Blogger Export"] = "Export till Blogger"; $a->strings['Enable Blogger Post Addon'] = 'Aktivera tillägg för Blogger-inlägg';
$a->strings["Enable Blogger Post Addon"] = "Aktivera tillägg för Blogger-inlägg"; $a->strings['Blogger username'] = 'Blogger användarnamn';
$a->strings["Blogger username"] = "Blogger användarnamn"; $a->strings['Blogger password'] = 'Blogger lösenord';
$a->strings["Blogger password"] = "Blogger lösenord"; $a->strings['Blogger API URL'] = 'Blogger API URL';
$a->strings["Blogger API URL"] = "Blogger API URL"; $a->strings['Post to Blogger by default'] = 'Lägg in på Blogger som standard';
$a->strings["Post to Blogger by default"] = "Lägg in på Blogger som standard"; $a->strings['Save Settings'] = 'Spara inställningar';
$a->strings["Save Settings"] = "Spara inställningar"; $a->strings['Post from Friendica'] = 'Inlägg från Friendica';
$a->strings["Post from Friendica"] = "Inlägg från Friendica";

View file

@ -5,18 +5,17 @@ function string_plural_select_ca($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Permission denied.'] = 'Permís denegat.';
$a->strings["Permission denied."] = "Permís denegat."; $a->strings['Save Settings'] = 'Desa la configuració';
$a->strings["Save Settings"] = "Desa la configuració"; $a->strings['Client ID'] = 'Identificador de client';
$a->strings["Client ID"] = "Identificador de client"; $a->strings['Client Secret'] = 'Secret del client';
$a->strings["Client Secret"] = "Secret del client"; $a->strings['Error when registering buffer connection:'] = 'Error al registrar la connexió del buffer:';
$a->strings["Error when registering buffer connection:"] = "Error al registrar la connexió del buffer:"; $a->strings['You are now authenticated to buffer. '] = 'Ara esteu autenticats com a buffer.';
$a->strings["You are now authenticated to buffer. "] = "Ara esteu autenticats com a buffer."; $a->strings['return to the connector page'] = 'Torna a la pàgina del connector';
$a->strings["return to the connector page"] = "Torna a la pàgina del connector"; $a->strings['Post to Buffer'] = 'Publica a Buffer';
$a->strings["Post to Buffer"] = "Publica a Buffer"; $a->strings['Buffer Export'] = 'Exportació de buffer';
$a->strings["Buffer Export"] = "Exportació de buffer"; $a->strings['Authenticate your Buffer connection'] = 'Autentiqueu la vostra connexió buffer';
$a->strings["Authenticate your Buffer connection"] = "Autentiqueu la vostra connexió buffer"; $a->strings['Enable Buffer Post Addon'] = 'Activa laddició de missatges de buffer';
$a->strings["Enable Buffer Post Addon"] = "Activa laddició de missatges de buffer"; $a->strings['Post to Buffer by default'] = 'Publica a Buffer de manera predeterminada';
$a->strings["Post to Buffer by default"] = "Publica a Buffer de manera predeterminada"; $a->strings['Check to delete this preset'] = 'Comproveu suprimir aquesta configuració';
$a->strings["Check to delete this preset"] = "Comproveu suprimir aquesta configuració"; $a->strings['Posts are going to all accounts that are enabled by default:'] = 'Les publicacions aniran a tots els comptes que estan habilitats de manera predeterminada:';
$a->strings["Posts are going to all accounts that are enabled by default:"] = "Les publicacions aniran a tots els comptes que estan habilitats de manera predeterminada:";

View file

@ -5,18 +5,17 @@ function string_plural_select_cs($n){
$n = intval($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; } 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['Permission denied.'] = 'Přístup odmítnut.';
$a->strings["Permission denied."] = "Přístup odmítnut."; $a->strings['Save Settings'] = 'Uložit Nastavení';
$a->strings["Save Settings"] = "Uložit Nastavení"; $a->strings['Client ID'] = 'Client ID';
$a->strings["Client ID"] = "Client ID"; $a->strings['Client Secret'] = 'Client Secret';
$a->strings["Client Secret"] = "Client Secret"; $a->strings['Error when registering buffer connection:'] = 'Chyba při registraci připojení na buffer:';
$a->strings["Error when registering buffer connection:"] = "Chyba při registraci připojení na buffer:"; $a->strings['You are now authenticated to buffer. '] = 'Nyní jste přihlášen/a na buffer.';
$a->strings["You are now authenticated to buffer. "] = "Nyní jste přihlášen/a na buffer."; $a->strings['return to the connector page'] = 'zpět ke stránce konektoru';
$a->strings["return to the connector page"] = "zpět ke stránce konektoru"; $a->strings['Post to Buffer'] = 'Posílat na Buffer';
$a->strings["Post to Buffer"] = "Posílat na Buffer"; $a->strings['Buffer Export'] = 'Buffer Export';
$a->strings["Buffer Export"] = "Buffer Export"; $a->strings['Authenticate your Buffer connection'] = 'Autentikujte své připojení na Buffer';
$a->strings["Authenticate your Buffer connection"] = "Autentikujte své připojení na Buffer"; $a->strings['Enable Buffer Post Addon'] = 'Povolit doplněk Buffer Post';
$a->strings["Enable Buffer Post Addon"] = "Povolit doplněk Buffer Post"; $a->strings['Post to Buffer by default'] = 'Ve výchozím stavu posílat na Buffer';
$a->strings["Post to Buffer by default"] = "Ve výchozím stavu posílat na Buffer"; $a->strings['Check to delete this preset'] = 'Zaškrtnutím smažete toto nastavení';
$a->strings["Check to delete this preset"] = "Zaškrtnutím smažete toto nastavení"; $a->strings['Posts are going to all accounts that are enabled by default:'] = 'Příspěvky budou posílány na všechny účty, které jsou ve výchozím stavu povoleny:';
$a->strings["Posts are going to all accounts that are enabled by default:"] = "Příspěvky budou posílány na všechny účty, které jsou ve výchozím stavu povoleny:";

View file

@ -5,18 +5,17 @@ function string_plural_select_de($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Permission denied.'] = 'Zugriff verweigert.';
$a->strings["Permission denied."] = "Zugriff verweigert."; $a->strings['Save Settings'] = 'Einstellungen speichern';
$a->strings["Save Settings"] = "Einstellungen speichern"; $a->strings['Client ID'] = 'Client ID';
$a->strings["Client ID"] = "Client ID"; $a->strings['Client Secret'] = 'Client Secret';
$a->strings["Client Secret"] = "Client Secret"; $a->strings['Error when registering buffer connection:'] = 'Fehler beim Registrieren des Buffer-Connectors.';
$a->strings["Error when registering buffer connection:"] = "Fehler beim Registrieren des Buffer-Connectors."; $a->strings['You are now authenticated to buffer. '] = 'Du bist nun auf Buffer authentifiziert.';
$a->strings["You are now authenticated to buffer. "] = "Du bist nun auf Buffer authentifiziert."; $a->strings['return to the connector page'] = 'zurück zur Connector-Seite';
$a->strings["return to the connector page"] = "zurück zur Connector-Seite"; $a->strings['Post to Buffer'] = 'Auf Buffer veröffentlichen';
$a->strings["Post to Buffer"] = "Auf Buffer veröffentlichen"; $a->strings['Buffer Export'] = 'Buffer Export';
$a->strings["Buffer Export"] = "Buffer Export"; $a->strings['Authenticate your Buffer connection'] = 'Authentifiziere deine Verbindung zu Buffer';
$a->strings["Authenticate your Buffer connection"] = "Authentifiziere deine Verbindung zu Buffer"; $a->strings['Enable Buffer Post Addon'] = 'Buffer-Post-Addon aktivieren';
$a->strings["Enable Buffer Post Addon"] = "Buffer-Post-Addon aktivieren"; $a->strings['Post to Buffer by default'] = 'Standardmäßig auf Buffer veröffentlichen';
$a->strings["Post to Buffer by default"] = "Standardmäßig auf Buffer veröffentlichen"; $a->strings['Check to delete this preset'] = 'Markieren, um diese Voreinstellung zu löschen';
$a->strings["Check to delete this preset"] = "Markieren, um diese Voreinstellung zu löschen"; $a->strings['Posts are going to all accounts that are enabled by default:'] = 'Beiträge werden an alle Accounts geschickt, die standardmäßig aktiviert sind.';
$a->strings["Posts are going to all accounts that are enabled by default:"] = "Beiträge werden an alle Accounts geschickt, die standardmäßig aktiviert sind.";

View file

@ -5,18 +5,17 @@ function string_plural_select_es($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Permission denied.'] = 'Permiso denegado';
$a->strings["Permission denied."] = "Permiso denegado"; $a->strings['Save Settings'] = 'Guardar ajustes';
$a->strings["Save Settings"] = "Guardar ajustes"; $a->strings['Client ID'] = 'ID de cliente';
$a->strings["Client ID"] = "ID de cliente"; $a->strings['Client Secret'] = 'Secreto de cliente';
$a->strings["Client Secret"] = "Secreto de cliente"; $a->strings['Error when registering buffer connection:'] = 'Error al registrar cunexión de buffer';
$a->strings["Error when registering buffer connection:"] = "Error al registrar cunexión de buffer"; $a->strings['You are now authenticated to buffer. '] = 'Ahora está autenticado al fufer';
$a->strings["You are now authenticated to buffer. "] = "Ahora está autenticado al fufer"; $a->strings['return to the connector page'] = 'Vuelva a la página de conexión';
$a->strings["return to the connector page"] = "Vuelva a la página de conexión"; $a->strings['Post to Buffer'] = 'Publique en Buffer';
$a->strings["Post to Buffer"] = "Publique en Buffer"; $a->strings['Buffer Export'] = 'Exportar Buffer';
$a->strings["Buffer Export"] = "Exportar Buffer"; $a->strings['Authenticate your Buffer connection'] = 'Autenticar su conexión de Buffer';
$a->strings["Authenticate your Buffer connection"] = "Autenticar su conexión de Buffer"; $a->strings['Enable Buffer Post Addon'] = 'Habilitar el complemento de publicación de Buffer';
$a->strings["Enable Buffer Post Addon"] = "Habilitar el complemento de publicación de Buffer"; $a->strings['Post to Buffer by default'] = 'Publicar en Buffer por defecto';
$a->strings["Post to Buffer by default"] = "Publicar en Buffer por defecto"; $a->strings['Check to delete this preset'] = 'Verificar para eliminar este preajuste';
$a->strings["Check to delete this preset"] = "Verificar para eliminar este preajuste"; $a->strings['Posts are going to all accounts that are enabled by default:'] = 'Las publicaciones van a todas las cuentas que estén habilitadas por defecto';
$a->strings["Posts are going to all accounts that are enabled by default:"] = "Las publicaciones van a todas las cuentas que estén habilitadas por defecto";

View file

@ -5,13 +5,12 @@ function string_plural_select_fi_fi($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Permission denied.'] = 'Lupa kielletty.';
$a->strings["Permission denied."] = "Lupa kielletty."; $a->strings['Save Settings'] = 'Tallenna asetukset';
$a->strings["Save Settings"] = "Tallenna asetukset"; $a->strings['Error when registering buffer connection:'] = 'Virhe Buffer-yhteyden rekisteröimisessä:';
$a->strings["Error when registering buffer connection:"] = "Virhe Buffer-yhteyden rekisteröimisessä:"; $a->strings['You are now authenticated to buffer. '] = 'Buffer-yhteydesi on todennettu.';
$a->strings["You are now authenticated to buffer. "] = "Buffer-yhteydesi on todennettu."; $a->strings['Post to Buffer'] = 'Julkaise Bufferiin';
$a->strings["Post to Buffer"] = "Julkaise Bufferiin"; $a->strings['Buffer Export'] = 'Buffer Export';
$a->strings["Buffer Export"] = "Buffer Export"; $a->strings['Authenticate your Buffer connection'] = 'Todenna Buffer-yhteydesi';
$a->strings["Authenticate your Buffer connection"] = "Todenna Buffer-yhteydesi"; $a->strings['Enable Buffer Post Addon'] = 'Ota Buffer-viestilisäosa käyttöön';
$a->strings["Enable Buffer Post Addon"] = "Ota Buffer-viestilisäosa käyttöön"; $a->strings['Post to Buffer by default'] = 'Julkaise Bufferiin oletuksena';
$a->strings["Post to Buffer by default"] = "Julkaise Bufferiin oletuksena";

View file

@ -5,18 +5,17 @@ function string_plural_select_fr($n){
$n = intval($n); $n = intval($n);
return intval($n > 1); return intval($n > 1);
}} }}
; $a->strings['Permission denied.'] = 'Permission refusée.';
$a->strings["Permission denied."] = "Permission refusée."; $a->strings['Save Settings'] = 'Enregistrer les Paramètres';
$a->strings["Save Settings"] = "Enregistrer les Paramètres"; $a->strings['Client ID'] = 'Identifiant client';
$a->strings["Client ID"] = "Identifiant client"; $a->strings['Client Secret'] = 'Secret Client';
$a->strings["Client Secret"] = "Secret Client"; $a->strings['Error when registering buffer connection:'] = 'Une erreur est survenue lors de la connexion à Buffer :';
$a->strings["Error when registering buffer connection:"] = "Une erreur est survenue lors de la connexion à Buffer :"; $a->strings['You are now authenticated to buffer. '] = 'Vous êtes maintenant authentifié sur Buffer.';
$a->strings["You are now authenticated to buffer. "] = "Vous êtes maintenant authentifié sur Buffer."; $a->strings['return to the connector page'] = 'revenir à la page du connecteur';
$a->strings["return to the connector page"] = "revenir à la page du connecteur"; $a->strings['Post to Buffer'] = 'Publier sur Buffer';
$a->strings["Post to Buffer"] = "Publier sur Buffer"; $a->strings['Buffer Export'] = 'Export Buffer';
$a->strings["Buffer Export"] = "Export Buffer"; $a->strings['Authenticate your Buffer connection'] = 'Authentifier votre connexion à Buffer';
$a->strings["Authenticate your Buffer connection"] = "Authentifier votre connexion à Buffer"; $a->strings['Enable Buffer Post Addon'] = 'Activer l\'extension de publication Buffer';
$a->strings["Enable Buffer Post Addon"] = "Activer l'extension de publication Buffer"; $a->strings['Post to Buffer by default'] = 'Publier sur Buffer par défaut';
$a->strings["Post to Buffer by default"] = "Publier sur Buffer par défaut"; $a->strings['Check to delete this preset'] = 'Cocher pour supprimer ce préréglage';
$a->strings["Check to delete this preset"] = "Cocher pour supprimer ce préréglage"; $a->strings['Posts are going to all accounts that are enabled by default:'] = 'Les posts sont envoyés à tous les comptes activés par défault:';
$a->strings["Posts are going to all accounts that are enabled by default:"] = "Les posts sont envoyés à tous les comptes activés par défault:";

View file

@ -5,18 +5,17 @@ function string_plural_select_hu($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Permission denied.'] = 'Hozzáférés megtagadva.';
$a->strings["Permission denied."] = "Hozzáférés megtagadva."; $a->strings['Save Settings'] = 'Beállítások mentése';
$a->strings["Save Settings"] = "Beállítások mentése"; $a->strings['Client ID'] = 'Ügyfél-azonosító';
$a->strings["Client ID"] = "Ügyfél-azonosító"; $a->strings['Client Secret'] = 'Ügyféltitok';
$a->strings["Client Secret"] = "Ügyféltitok"; $a->strings['Error when registering buffer connection:'] = 'Hiba a Buffer-kapcsolat regisztrálásakor:';
$a->strings["Error when registering buffer connection:"] = "Hiba a Buffer-kapcsolat regisztrálásakor:"; $a->strings['You are now authenticated to buffer. '] = 'Most már hitelesítve van a Bufferhez.';
$a->strings["You are now authenticated to buffer. "] = "Most már hitelesítve van a Bufferhez."; $a->strings['return to the connector page'] = 'Visszatérés az összekötő oldalra';
$a->strings["return to the connector page"] = "Visszatérés az összekötő oldalra"; $a->strings['Post to Buffer'] = 'Beküldés a Bufferre';
$a->strings["Post to Buffer"] = "Beküldés a Bufferre"; $a->strings['Buffer Export'] = 'Buffer exportálás';
$a->strings["Buffer Export"] = "Buffer exportálás"; $a->strings['Authenticate your Buffer connection'] = 'A Buffer-kapcsolatának hitelesítése';
$a->strings["Authenticate your Buffer connection"] = "A Buffer-kapcsolatának hitelesítése"; $a->strings['Enable Buffer Post Addon'] = 'A Buffer-beküldő bővítmény engedélyezése';
$a->strings["Enable Buffer Post Addon"] = "A Buffer-beküldő bővítmény engedélyezése"; $a->strings['Post to Buffer by default'] = 'Beküldés a Bufferre alapértelmezetten';
$a->strings["Post to Buffer by default"] = "Beküldés a Bufferre alapértelmezetten"; $a->strings['Check to delete this preset'] = 'Jelölje be az előbeállítás törléséhez';
$a->strings["Check to delete this preset"] = "Jelölje be az előbeállítás törléséhez"; $a->strings['Posts are going to all accounts that are enabled by default:'] = 'A bejegyzések az összes olyan fiókba mennek, amelyek alapértelmezetten engedélyezve vannak:';
$a->strings["Posts are going to all accounts that are enabled by default:"] = "A bejegyzések az összes olyan fiókba mennek, amelyek alapértelmezetten engedélyezve vannak:";

View file

@ -5,5 +5,4 @@ function string_plural_select_is($n){
$n = intval($n); $n = intval($n);
return intval($n % 10 != 1 || $n % 100 == 11); return intval($n % 10 != 1 || $n % 100 == 11);
}} }}
; $a->strings['Permission denied.'] = 'Heimild ekki veitt.';
$a->strings["Permission denied."] = "Heimild ekki veitt.";

View file

@ -5,18 +5,17 @@ function string_plural_select_it($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Permission denied.'] = 'Permesso negato.';
$a->strings["Permission denied."] = "Permesso negato."; $a->strings['Save Settings'] = 'Salva Impostazioni';
$a->strings["Save Settings"] = "Salva Impostazioni"; $a->strings['Client ID'] = 'Client ID';
$a->strings["Client ID"] = "Client ID"; $a->strings['Client Secret'] = 'Client Secret';
$a->strings["Client Secret"] = "Client Secret"; $a->strings['Error when registering buffer connection:'] = 'Errore registrando la connessione a buffer:';
$a->strings["Error when registering buffer connection:"] = "Errore registrando la connessione a buffer:"; $a->strings['You are now authenticated to buffer. '] = 'Sei autenticato su buffer.';
$a->strings["You are now authenticated to buffer. "] = "Sei autenticato su buffer."; $a->strings['return to the connector page'] = 'ritorna alla pagina del connettore';
$a->strings["return to the connector page"] = "ritorna alla pagina del connettore"; $a->strings['Post to Buffer'] = 'Invia a Buffer';
$a->strings["Post to Buffer"] = "Invia a Buffer"; $a->strings['Buffer Export'] = 'Esporta Buffer';
$a->strings["Buffer Export"] = "Esporta Buffer"; $a->strings['Authenticate your Buffer connection'] = 'Autentica la tua connessione a Buffer';
$a->strings["Authenticate your Buffer connection"] = "Autentica la tua connessione a Buffer"; $a->strings['Enable Buffer Post Addon'] = 'Abilita il componente aggiuntivo di invio a Buffer';
$a->strings["Enable Buffer Post Addon"] = "Abilita il componente aggiuntivo di invio a Buffer"; $a->strings['Post to Buffer by default'] = 'Invia sempre a Buffer';
$a->strings["Post to Buffer by default"] = "Invia sempre a Buffer"; $a->strings['Check to delete this preset'] = 'Seleziona per eliminare questo preset';
$a->strings["Check to delete this preset"] = "Seleziona per eliminare questo preset"; $a->strings['Posts are going to all accounts that are enabled by default:'] = 'I messaggi andranno a tutti gli account che sono abilitati:';
$a->strings["Posts are going to all accounts that are enabled by default:"] = "I messaggi andranno a tutti gli account che sono abilitati:";

View file

@ -5,18 +5,17 @@ function string_plural_select_nl($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Permission denied.'] = 'Toegang geweigerd.';
$a->strings["Permission denied."] = "Toegang geweigerd."; $a->strings['Save Settings'] = 'Instellingen opslaan';
$a->strings["Save Settings"] = "Instellingen opslaan"; $a->strings['Client ID'] = 'Cliënt ID';
$a->strings["Client ID"] = "Cliënt ID"; $a->strings['Client Secret'] = 'Cliënt geheim';
$a->strings["Client Secret"] = "Cliënt geheim"; $a->strings['Error when registering buffer connection:'] = 'Fout bij het registreren van de buffer verbinding:';
$a->strings["Error when registering buffer connection:"] = "Fout bij het registreren van de buffer verbinding:"; $a->strings['You are now authenticated to buffer. '] = 'Je bent nu aangemeld bij Buffer';
$a->strings["You are now authenticated to buffer. "] = "Je bent nu aangemeld bij Buffer"; $a->strings['return to the connector page'] = 'ga terug naar de verbindingspagina';
$a->strings["return to the connector page"] = "ga terug naar de verbindingspagina"; $a->strings['Post to Buffer'] = 'Plaats bericht op Buffer';
$a->strings["Post to Buffer"] = "Plaats bericht op Buffer"; $a->strings['Buffer Export'] = 'Buffer Exporteren';
$a->strings["Buffer Export"] = "Buffer Exporteren"; $a->strings['Authenticate your Buffer connection'] = 'Verbinding met Buffer goedkeuren';
$a->strings["Authenticate your Buffer connection"] = "Verbinding met Buffer goedkeuren"; $a->strings['Enable Buffer Post Addon'] = 'Buffer Post Addon inschakelen';
$a->strings["Enable Buffer Post Addon"] = "Buffer Post Addon inschakelen"; $a->strings['Post to Buffer by default'] = 'Plaatsen op Buffer als standaard instellen';
$a->strings["Post to Buffer by default"] = "Plaatsen op Buffer als standaard instellen"; $a->strings['Check to delete this preset'] = 'Vink aan om deze vooraf ingestelde opties te verwijderen ';
$a->strings["Check to delete this preset"] = "Vink aan om deze vooraf ingestelde opties te verwijderen "; $a->strings['Posts are going to all accounts that are enabled by default:'] = 'Berichten gaan naar alle accounts die als standaard zijn ingeschakeld: ';
$a->strings["Posts are going to all accounts that are enabled by default:"] = "Berichten gaan naar alle accounts die als standaard zijn ingeschakeld: ";

View file

@ -5,18 +5,17 @@ function string_plural_select_pl($n){
$n = intval($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; } 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['Permission denied.'] = 'Odmowa uprawnień.';
$a->strings["Permission denied."] = "Odmowa uprawnień."; $a->strings['Save Settings'] = 'Zapisz ustawienia';
$a->strings["Save Settings"] = "Zapisz ustawienia"; $a->strings['Client ID'] = 'Identyfikator ID klienta';
$a->strings["Client ID"] = "Identyfikator ID klienta"; $a->strings['Client Secret'] = ' Tajny klucz klienta';
$a->strings["Client Secret"] = " Tajny klucz klienta"; $a->strings['Error when registering buffer connection:'] = 'Błąd podczas rejestrowania połączenia z buforem:';
$a->strings["Error when registering buffer connection:"] = "Błąd podczas rejestrowania połączenia z buforem:"; $a->strings['You are now authenticated to buffer. '] = 'Jesteś teraz uwierzytelniony w buforze.';
$a->strings["You are now authenticated to buffer. "] = "Jesteś teraz uwierzytelniony w buforze."; $a->strings['return to the connector page'] = 'powrót do strony połączenia';
$a->strings["return to the connector page"] = "powrót do strony połączenia"; $a->strings['Post to Buffer'] = 'Opublikuj w buforze';
$a->strings["Post to Buffer"] = "Opublikuj w buforze"; $a->strings['Buffer Export'] = 'Eksportuj Bufor';
$a->strings["Buffer Export"] = "Eksportuj Bufor"; $a->strings['Authenticate your Buffer connection'] = 'Uwierzytelnij swoje połączenie z buforem';
$a->strings["Authenticate your Buffer connection"] = "Uwierzytelnij swoje połączenie z buforem"; $a->strings['Enable Buffer Post Addon'] = 'Włącz dodatek bufora pocztowego';
$a->strings["Enable Buffer Post Addon"] = "Włącz dodatek bufora pocztowego"; $a->strings['Post to Buffer by default'] = 'Wyślij domyślnie post do bufora';
$a->strings["Post to Buffer by default"] = "Wyślij domyślnie post do bufora"; $a->strings['Check to delete this preset'] = 'Zaznacz, aby usunąć to ustawienie wstępne';
$a->strings["Check to delete this preset"] = "Zaznacz, aby usunąć to ustawienie wstępne"; $a->strings['Posts are going to all accounts that are enabled by default:'] = 'Wpisy są wysyłane na wszystkie konta, które są domyślnie włączone:';
$a->strings["Posts are going to all accounts that are enabled by default:"] = "Wpisy są wysyłane na wszystkie konta, które są domyślnie włączone:";

View file

@ -5,15 +5,14 @@ function string_plural_select_pt_br($n){
$n = intval($n); $n = intval($n);
return intval($n > 1); return intval($n > 1);
}} }}
; $a->strings['Permission denied.'] = 'Permissão negada.';
$a->strings["Permission denied."] = "Permissão negada."; $a->strings['Save Settings'] = 'Salvar configurações';
$a->strings["Save Settings"] = "Salvar configurações"; $a->strings['Error when registering buffer connection:'] = 'Erro ao registrar conexão de buffer:';
$a->strings["Error when registering buffer connection:"] = "Erro ao registrar conexão de buffer:"; $a->strings['You are now authenticated to buffer. '] = 'Você está autenticado no buffer.';
$a->strings["You are now authenticated to buffer. "] = "Você está autenticado no buffer."; $a->strings['return to the connector page'] = 'Volte a página de conectores.';
$a->strings["return to the connector page"] = "Volte a página de conectores."; $a->strings['Post to Buffer'] = 'Publicar no Buffer';
$a->strings["Post to Buffer"] = "Publicar no Buffer"; $a->strings['Buffer Export'] = 'Exportar Buffer';
$a->strings["Buffer Export"] = "Exportar Buffer"; $a->strings['Authenticate your Buffer connection'] = 'Autenticar sua conexão de Buffer';
$a->strings["Authenticate your Buffer connection"] = "Autenticar sua conexão de Buffer"; $a->strings['Enable Buffer Post Addon'] = 'Habilita addon para publicar no Buffer';
$a->strings["Enable Buffer Post Addon"] = "Habilita addon para publicar no Buffer"; $a->strings['Post to Buffer by default'] = 'Publica no Buffer por padrão';
$a->strings["Post to Buffer by default"] = "Publica no Buffer por padrão"; $a->strings['Check to delete this preset'] = 'Marque para excluir este perfil';
$a->strings["Check to delete this preset"] = "Marque para excluir este perfil";

View file

@ -5,18 +5,17 @@ function string_plural_select_ro($n){
$n = intval($n); $n = intval($n);
if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; }
}} }}
; $a->strings['Permission denied.'] = 'Permisiune refuzată.';
$a->strings["Permission denied."] = "Permisiune refuzată."; $a->strings['Save Settings'] = 'Salvare Configurări';
$a->strings["Save Settings"] = "Salvare Configurări"; $a->strings['Client ID'] = 'ID Client';
$a->strings["Client ID"] = "ID Client"; $a->strings['Client Secret'] = 'Cheia Secretă Client';
$a->strings["Client Secret"] = "Cheia Secretă Client"; $a->strings['Error when registering buffer connection:'] = 'Eroare la înregistrarea conexiunii Buffer:';
$a->strings["Error when registering buffer connection:"] = "Eroare la înregistrarea conexiunii Buffer:"; $a->strings['You are now authenticated to buffer. '] = 'Acum sunteți autentificat pe Buffer.';
$a->strings["You are now authenticated to buffer. "] = "Acum sunteți autentificat pe Buffer."; $a->strings['return to the connector page'] = 'revenire la pagina de conectare';
$a->strings["return to the connector page"] = "revenire la pagina de conectare"; $a->strings['Post to Buffer'] = 'Postați pe Buffer';
$a->strings["Post to Buffer"] = "Postați pe Buffer"; $a->strings['Buffer Export'] = 'Export pe Buffer ';
$a->strings["Buffer Export"] = "Export pe Buffer "; $a->strings['Authenticate your Buffer connection'] = 'Autentificați-vă conectarea la Buffer';
$a->strings["Authenticate your Buffer connection"] = "Autentificați-vă conectarea la Buffer"; $a->strings['Enable Buffer Post Addon'] = 'Activare Modul Postare pe Buffer';
$a->strings["Enable Buffer Post Addon"] = "Activare Modul Postare pe Buffer"; $a->strings['Post to Buffer by default'] = 'Postați implicit pe Buffer';
$a->strings["Post to Buffer by default"] = "Postați implicit pe Buffer"; $a->strings['Check to delete this preset'] = 'Bifați pentru a șterge această presetare';
$a->strings["Check to delete this preset"] = "Bifați pentru a șterge această presetare"; $a->strings['Posts are going to all accounts that are enabled by default:'] = 'Posturile merg către toate conturile care sunt activate implicit:';
$a->strings["Posts are going to all accounts that are enabled by default:"] = "Posturile merg către toate conturile care sunt activate implicit:";

View file

@ -5,18 +5,17 @@ function string_plural_select_ru($n){
$n = intval($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; } 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['Permission denied.'] = 'Доступ запрещен.';
$a->strings["Permission denied."] = "Доступ запрещен."; $a->strings['Save Settings'] = 'Сохранить настройки';
$a->strings["Save Settings"] = "Сохранить настройки"; $a->strings['Client ID'] = 'Client ID';
$a->strings["Client ID"] = "Client ID"; $a->strings['Client Secret'] = 'Client Secret';
$a->strings["Client Secret"] = "Client Secret"; $a->strings['Error when registering buffer connection:'] = 'Ошибка при регистрации соединения Buffer:';
$a->strings["Error when registering buffer connection:"] = "Ошибка при регистрации соединения Buffer:"; $a->strings['You are now authenticated to buffer. '] = 'Вы аутентифицированы на Buffer.';
$a->strings["You are now authenticated to buffer. "] = "Вы аутентифицированы на Buffer."; $a->strings['return to the connector page'] = 'вернуться на страницу коннектора';
$a->strings["return to the connector page"] = "вернуться на страницу коннектора"; $a->strings['Post to Buffer'] = 'Написать в Buffer';
$a->strings["Post to Buffer"] = "Написать в Buffer"; $a->strings['Buffer Export'] = 'Экспорт в Buffer';
$a->strings["Buffer Export"] = "Экспорт в Buffer"; $a->strings['Authenticate your Buffer connection'] = 'Аутентифицируйте свое соединение с Buffer';
$a->strings["Authenticate your Buffer connection"] = "Аутентифицируйте свое соединение с Buffer"; $a->strings['Enable Buffer Post Addon'] = 'Включить аддон Buffer Post';
$a->strings["Enable Buffer Post Addon"] = "Включить аддон Buffer Post"; $a->strings['Post to Buffer by default'] = 'Отправлять в Buffer по умолчанию';
$a->strings["Post to Buffer by default"] = "Отправлять в Buffer по умолчанию"; $a->strings['Check to delete this preset'] = 'Отметьте для удаления этих настроек';
$a->strings["Check to delete this preset"] = "Отметьте для удаления этих настроек"; $a->strings['Posts are going to all accounts that are enabled by default:'] = 'Сообщения уходят во все учетные записи по умолчанию:';
$a->strings["Posts are going to all accounts that are enabled by default:"] = "Сообщения уходят во все учетные записи по умолчанию:";

View file

@ -5,18 +5,17 @@ function string_plural_select_sv($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Permission denied.'] = 'Åtkomst nekad.';
$a->strings["Permission denied."] = "Åtkomst nekad."; $a->strings['Save Settings'] = 'Spara inställningar';
$a->strings["Save Settings"] = "Spara inställningar"; $a->strings['Client ID'] = 'Klient-ID';
$a->strings["Client ID"] = "Klient-ID"; $a->strings['Client Secret'] = 'Klient hemlig nyckel';
$a->strings["Client Secret"] = "Klient hemlig nyckel"; $a->strings['Error when registering buffer connection:'] = 'Fel vid anslutning till Buffer';
$a->strings["Error when registering buffer connection:"] = "Fel vid anslutning till Buffer"; $a->strings['You are now authenticated to buffer. '] = 'Du är nu autentiserad mot Buffer.';
$a->strings["You are now authenticated to buffer. "] = "Du är nu autentiserad mot Buffer."; $a->strings['return to the connector page'] = 'återgå till anslutningssida';
$a->strings["return to the connector page"] = "återgå till anslutningssida"; $a->strings['Post to Buffer'] = 'Inlägg till Buffer';
$a->strings["Post to Buffer"] = "Inlägg till Buffer"; $a->strings['Buffer Export'] = 'Export till Buffer';
$a->strings["Buffer Export"] = "Export till Buffer"; $a->strings['Authenticate your Buffer connection'] = 'Validera din anslutning mot Buffer';
$a->strings["Authenticate your Buffer connection"] = "Validera din anslutning mot Buffer"; $a->strings['Enable Buffer Post Addon'] = 'Aktivera tillägg för Buffer-inlägg';
$a->strings["Enable Buffer Post Addon"] = "Aktivera tillägg för Buffer-inlägg"; $a->strings['Post to Buffer by default'] = 'Lägg in på Buffer som standard';
$a->strings["Post to Buffer by default"] = "Lägg in på Buffer som standard"; $a->strings['Check to delete this preset'] = 'Markera för att ta bort förinställning';
$a->strings["Check to delete this preset"] = "Markera för att ta bort förinställning"; $a->strings['Posts are going to all accounts that are enabled by default:'] = 'Inlägg skickas som standard till alla konton som är aktiverade:';
$a->strings["Posts are going to all accounts that are enabled by default:"] = "Inlägg skickas som standard till alla konton som är aktiverade:";

View file

@ -5,5 +5,4 @@ function string_plural_select_ca($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Report Bug'] = 'Informar derror';
$a->strings["Report Bug"] = "Informar derror";

View file

@ -5,5 +5,4 @@ function string_plural_select_cs($n){
$n = intval($n); $n = intval($n);
if (($n==1)) { return 0; } else if (($n>=2 && $n<=4)) { return 1; } else { return 2; } if (($n==1)) { return 0; } else if (($n>=2 && $n<=4)) { return 1; } else { return 2; }
}} }}
; $a->strings['Report Bug'] = 'Nahlásit chybu';
$a->strings["Report Bug"] = "Nahlásit chybu";

View file

@ -5,5 +5,4 @@ function string_plural_select_de($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Report Bug'] = 'Fehler melden';
$a->strings["Report Bug"] = "Fehler melden";

View file

@ -5,5 +5,4 @@ function string_plural_select_es($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Report Bug'] = 'Reportar error';
$a->strings["Report Bug"] = "Reportar error";

View file

@ -5,5 +5,4 @@ function string_plural_select_fi_fi($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Report Bug'] = 'Ilmoita virheestä';
$a->strings["Report Bug"] = "Ilmoita virheestä";

View file

@ -5,5 +5,4 @@ function string_plural_select_hu($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Report Bug'] = 'Hiba jelentése';
$a->strings["Report Bug"] = "Hiba jelentése";

View file

@ -5,5 +5,4 @@ function string_plural_select_is($n){
$n = intval($n); $n = intval($n);
return intval($n % 10 != 1 || $n % 100 == 11); return intval($n % 10 != 1 || $n % 100 == 11);
}} }}
; $a->strings['Report Bug'] = 'Tilkynna villu';
$a->strings["Report Bug"] = "Tilkynna villu";

View file

@ -5,5 +5,4 @@ function string_plural_select_it($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Report Bug'] = 'Segnala un Bug';
$a->strings["Report Bug"] = "Segnala un Bug";

View file

@ -5,5 +5,4 @@ function string_plural_select_nb_no($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Report Bug'] = 'Rapporter feil';
$a->strings["Report Bug"] = "Rapporter feil";

View file

@ -5,5 +5,4 @@ function string_plural_select_nl($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Report Bug'] = 'Bug rapporteren';
$a->strings["Report Bug"] = "Bug rapporteren";

View file

@ -5,5 +5,4 @@ function string_plural_select_pl($n){
$n = intval($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; } 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['Report Bug'] = 'Zgłoś błąd';
$a->strings["Report Bug"] = "Zgłoś błąd";

View file

@ -5,5 +5,4 @@ function string_plural_select_ro($n){
$n = intval($n); $n = intval($n);
if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; }
}} }}
; $a->strings['Report Bug'] = 'Raportează Problema';
$a->strings["Report Bug"] = "Raportează Problema";

View file

@ -5,5 +5,4 @@ function string_plural_select_ru($n){
$n = intval($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; } 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['Report Bug'] = 'Сообщить об ошибке';
$a->strings["Report Bug"] = "Сообщить об ошибке";

View file

@ -5,5 +5,4 @@ function string_plural_select_sv($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Report Bug'] = 'Rapportera bugg';
$a->strings["Report Bug"] = "Rapportera bugg";

View file

@ -5,5 +5,4 @@ function string_plural_select_zh_cn($n){
$n = intval($n); $n = intval($n);
return intval(0); return intval(0);
}} }}
; $a->strings['Report Bug'] = '报告错误';
$a->strings["Report Bug"] = "报告错误";

View file

@ -5,12 +5,11 @@ function string_plural_select_ca($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Use Cat as Avatar'] = 'Utilitzeu Gat com a Avatar';
$a->strings["Use Cat as Avatar"] = "Utilitzeu Gat com a Avatar"; $a->strings['More Random Cat!'] = 'Més Random Cat!';
$a->strings["More Random Cat!"] = "Més Random Cat!"; $a->strings['Reset to email Cat'] = 'Restableix el correu electrònic Cat';
$a->strings["Reset to email Cat"] = "Restableix el correu electrònic Cat"; $a->strings['Cat Avatar Settings'] = 'Configuració Avatar de 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["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["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["Profile Photos"] = "Fotos de perfil"; $a->strings['Meow!'] = 'Meu!';
$a->strings["Meow!"] = "Meu!";

View file

@ -5,12 +5,11 @@ function string_plural_select_cs($n){
$n = intval($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; } 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["Use Cat as Avatar"] = "Použít kočku jako avatar"; $a->strings['More Random Cat!'] = 'Další náhodné kočky!';
$a->strings["More Random Cat!"] = "Další náhodné kočky!"; $a->strings['Reset to email Cat'] = 'Resetovat a e-mailovat kočku';
$a->strings["Reset to email Cat"] = "Resetovat a e-mailovat kočku"; $a->strings['Cat Avatar Settings'] = 'Nastavení Cat Avatar';
$a->strings["Cat Avatar Settings"] = "Nastavení Cat Avatar"; $a->strings['The cat hadn\'t found itself.'] = 'Kočka se nenašla.';
$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["There was an error, the cat ran away."] = "Vyskytla se chyba, kočka utekla."; $a->strings['Profile Photos'] = 'Profilové fotky';
$a->strings["Profile Photos"] = "Profilové fotky"; $a->strings['Meow!'] = 'Mňau!';
$a->strings["Meow!"] = "Mňau!";

View file

@ -5,11 +5,12 @@ function string_plural_select_de($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Use Cat as Avatar'] = 'Verwende diese Katze als Profilbild';
$a->strings["Use Cat as Avatar"] = "Verwende diese Katze als Profilbild"; $a->strings['More Random Cat!'] = 'Weitere zufällige Katze';
$a->strings["More Random Cat!"] = "Weitere zufällige Katze"; $a->strings['Reset to email Cat'] = 'Zurück zu E-Mail-Katze';
$a->strings["Reset to email Cat"] = "Zurück zu E-Mail-Katze"; $a->strings['Cat Avatar Settings'] = 'Katzen-Profilbild-Einstellungen';
$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["There was an error, the cat ran away."] = "Upps, es gab einen Fehler und die Katze ist weggelaufen"; $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["Profile Photos"] = "Profilbilder"; $a->strings['There was an error, the cat ran away.'] = 'Upps, es gab einen Fehler und die Katze ist weggelaufen';
$a->strings["Meow!"] = "Miau!"; $a->strings['Profile Photos'] = 'Profilbilder';
$a->strings['Meow!'] = 'Miau!';

View file

@ -5,12 +5,11 @@ function string_plural_select_en_gb($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Use Cat as Avatar'] = 'Use Cat as Avatar';
$a->strings["Use Cat as Avatar"] = "Use Cat as Avatar"; $a->strings['More Random Cat!'] = 'Another Random Cat!';
$a->strings["More Random Cat!"] = "Another Random Cat!"; $a->strings['Reset to email Cat'] = 'Reset to email Cat';
$a->strings["Reset to email Cat"] = "Reset to email Cat"; $a->strings['Cat Avatar Settings'] = 'Cat Avatar Settings';
$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["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["There was an error, the cat ran away."] = "There was an error, the cat ran away."; $a->strings['Profile Photos'] = 'Profile Photos';
$a->strings["Profile Photos"] = "Profile Photos"; $a->strings['Meow!'] = 'Meow!';
$a->strings["Meow!"] = "Meow!";

View file

@ -3,15 +3,14 @@
if(! function_exists("string_plural_select_es")) { if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){ function string_plural_select_es($n){
$n = intval($n); $n = intval($n);
return ($n != 1);; return intval($n != 1);
}} }}
; $a->strings['Use Cat as Avatar'] = 'Usar Gato como Avatar';
$a->strings["Use Cat as Avatar"] = "Usar Gato como Avatar"; $a->strings['More Random Cat!'] = '¡Más gato al azar!';
$a->strings["More Random Cat!"] = "¡Más gato al azar!"; $a->strings['Reset to email Cat'] = 'Restablecer a correo electrónico Gato';
$a->strings["Reset to email Cat"] = "Restablecer a correo electrónico Gato"; $a->strings['Cat Avatar Settings'] = 'Ajustes de Avatar 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["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["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["There was an error, the cat ran away."] = "Hubo un error, el gato se escapó."; $a->strings['Profile Photos'] = 'Fotos de perfil';
$a->strings["Profile Photos"] = "Fotos de perfil"; $a->strings['Meow!'] = '¡Miau!';
$a->strings["Meow!"] = "¡Miau!";

View file

@ -5,11 +5,10 @@ function string_plural_select_fi_fi($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Use Cat as Avatar'] = 'Ota kissa-avatari käyttöön';
$a->strings["Use Cat as Avatar"] = "Ota kissa-avatari käyttöön"; $a->strings['More Random Cat!'] = 'Lisää satunnaisia kissoja!';
$a->strings["More Random Cat!"] = "Lisää satunnaisia kissoja!"; $a->strings['Cat Avatar Settings'] = 'Cat Avatar -asetukset';
$a->strings["Cat Avatar Settings"] = "Cat Avatar -asetukset"; $a->strings['The cat hadn\'t found itself.'] = 'Tietokantavirhe, kissa on eksyksissä.';
$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["There was an error, the cat ran away."] = "Tapahtui virhe, kissa juoksi karkuun."; $a->strings['Profile Photos'] = 'Profiilikuvia';
$a->strings["Profile Photos"] = "Profiilikuvia"; $a->strings['Meow!'] = 'Miau!';
$a->strings["Meow!"] = "Miau!";

View file

@ -5,12 +5,11 @@ function string_plural_select_fr($n){
$n = intval($n); $n = intval($n);
return intval($n > 1); return intval($n > 1);
}} }}
; $a->strings['Use Cat as Avatar'] = 'Utiliser Chat comme avatar';
$a->strings["Use Cat as Avatar"] = "Utiliser Chat comme avatar"; $a->strings['More Random Cat!'] = 'Autres Chats au hasard';
$a->strings["More Random Cat!"] = "Autres Chats au hasard"; $a->strings['Reset to email Cat'] = 'Réinitialiser à Chat courriel';
$a->strings["Reset to email Cat"] = "Réinitialiser à Chat courriel"; $a->strings['Cat Avatar Settings'] = 'Paramètres de Chat avatar';
$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["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["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["Profile Photos"] = "Photos de profil"; $a->strings['Meow!'] = 'Miaou !';
$a->strings["Meow!"] = "Miaou !";

View file

@ -5,13 +5,12 @@ function string_plural_select_hu($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Use Cat as Avatar'] = 'Macska használata profilképként';
$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["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["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["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["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["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["There was an error, the cat ran away."] = "Hiba történt, a macska elfutott."; $a->strings['Profile Photos'] = 'Profilfényképek';
$a->strings["Profile Photos"] = "Profilfényképek"; $a->strings['Meow!'] = 'Miáú!';
$a->strings["Meow!"] = "Miáú!";

View file

@ -5,6 +5,5 @@ function string_plural_select_is($n){
$n = intval($n); $n = intval($n);
return intval($n % 10 != 1 || $n % 100 == 11); return intval($n % 10 != 1 || $n % 100 == 11);
}} }}
; $a->strings['Profile Photos'] = 'Forsíðumyndir';
$a->strings["Profile Photos"] = "Forsíðumyndir"; $a->strings['Meow!'] = 'Mjá!';
$a->strings["Meow!"] = "Mjá!";

View file

@ -5,13 +5,12 @@ function string_plural_select_it($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Use Cat as Avatar'] = 'Usa il Gatto come avatar';
$a->strings["Use Cat as Avatar"] = "Usa il Gatto come avatar"; $a->strings['More Random Cat!'] = 'Altro Gatto a caso!';
$a->strings["More Random Cat!"] = "Altro Gatto a caso!"; $a->strings['Reset to email Cat'] = 'Reimposta Gatto';
$a->strings["Reset to email Cat"] = "Reimposta Gatto"; $a->strings['Cat Avatar Settings'] = 'Impostazioni Avatar 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["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["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["There was an error, the cat ran away."] = "Si è verificato un errore, il gatto è scappato."; $a->strings['Profile Photos'] = 'Foto del profilo';
$a->strings["Profile Photos"] = "Foto del profilo"; $a->strings['Meow!'] = 'Miao!';
$a->strings["Meow!"] = "Miao!";

View file

@ -5,12 +5,11 @@ function string_plural_select_nl($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Use Cat as Avatar'] = 'Gebruik een kat als avatar';
$a->strings["Use Cat as Avatar"] = "Gebruik een kat als avatar"; $a->strings['More Random Cat!'] = 'Meer willekeurige kat!';
$a->strings["More Random Cat!"] = "Meer willekeurige kat!"; $a->strings['Reset to email Cat'] = 'Email kat opnieuw instellen.';
$a->strings["Reset to email Cat"] = "Email kat opnieuw instellen."; $a->strings['Cat Avatar Settings'] = 'Kat Avatar instellingen';
$a->strings["Cat Avatar Settings"] = "Kat Avatar instellingen"; $a->strings['The cat hadn\'t found itself.'] = 'Het katje kon zichzelf niet vinden.';
$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["There was an error, the cat ran away."] = "Er was een fout, de kat liep weg."; $a->strings['Profile Photos'] = 'Profielfoto\'s';
$a->strings["Profile Photos"] = "Profielfoto's"; $a->strings['Meow!'] = 'Miauw!';
$a->strings["Meow!"] = "Miauw!";

View file

@ -5,12 +5,11 @@ function string_plural_select_pl($n){
$n = intval($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; } 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["Use Cat as Avatar"] = "Użyj kota jako awatara"; $a->strings['More Random Cat!'] = 'Więcej losowych kotów!';
$a->strings["More Random Cat!"] = "Więcej losowych kotów!"; $a->strings['Reset to email Cat'] = 'Resetuj na e-mail Kot';
$a->strings["Reset to email Cat"] = "Resetuj na e-mail Kot"; $a->strings['Cat Avatar Settings'] = 'Ustawienia Kot Avatar';
$a->strings["Cat Avatar Settings"] = "Ustawienia Kot Avatar"; $a->strings['The cat hadn\'t found itself.'] = 'Kot się nie znalazł.';
$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["There was an error, the cat ran away."] = "Wystąpił błąd, kot uciekł."; $a->strings['Profile Photos'] = 'Zdjęcie profilowe';
$a->strings["Profile Photos"] = "Zdjęcie profilowe"; $a->strings['Meow!'] = 'Miau!';
$a->strings["Meow!"] = "Miau!";

View file

@ -5,12 +5,11 @@ function string_plural_select_ru($n){
$n = intval($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; } 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["Use Cat as Avatar"] = "Поставить кота на аватар"; $a->strings['More Random Cat!'] = 'Сгенерировать ещё котов!';
$a->strings["More Random Cat!"] = "Сгенерировать ещё котов!"; $a->strings['Reset to email Cat'] = 'Сбросить на кота по-умолчанию';
$a->strings["Reset to email Cat"] = "Сбросить на кота по-умолчанию"; $a->strings['Cat Avatar Settings'] = 'Настройки Cat Avatar';
$a->strings["Cat Avatar Settings"] = "Настройки Cat Avatar"; $a->strings['The cat hadn\'t found itself.'] = 'Кот не нашёл сам себя.';
$a->strings["The cat hadn't found itself."] = "Кот не нашёл сам себя."; $a->strings['There was an error, the cat ran away.'] = 'Возникла ошибка, кот убежал.';
$a->strings["There was an error, the cat ran away."] = "Возникла ошибка, кот убежал."; $a->strings['Profile Photos'] = 'Фото профиля';
$a->strings["Profile Photos"] = "Фото профиля"; $a->strings['Meow!'] = 'Мяу!';
$a->strings["Meow!"] = "Мяу!";

View file

@ -5,12 +5,14 @@ function string_plural_select_ca($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.'] = 'Aquest lloc web utilitza cookies. Si continueu navegant per aquest lloc web, esteu dacord amb lús de cookies.';
$a->strings["OK"] = "D'acord"; $a->strings['OK'] = 'D\'acord';
$a->strings["\"cookienotice\" Settings"] = "Configuració 'cookienotice'"; $a->strings['"cookienotice" Settings'] = 'Configuració \'cookienotice\'';
$a->strings["Cookie Usage Notice"] = "Avís dús de cookies"; $a->strings['<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button.'] = '<b>Configureu lavís dús de cookies.</b> Només hauria de ser un avís, dient que el lloc web utilitza cookies. Es mostra sempre que un usuari no confirmi el seu clic al botó D\'acord';
$a->strings["The cookie usage notice"] = "Lavís dús de cookies"; $a->strings['Cookie Usage Notice'] = 'Avís dús de cookies';
$a->strings["OK Button Text"] = "Text del botó dacord"; $a->strings['The cookie usage notice'] = 'Lavís dús de cookies';
$a->strings["The OK Button text"] = "Text del botó D'acord"; $a->strings['OK Button Text'] = 'Text del botó dacord';
$a->strings["Save Settings"] = "Desa la configuració"; $a->strings['The OK Button text'] = 'Text del botó D\'acord';
$a->strings["cookienotice Settings saved."] = "Cookienotice S'ha desat la configuració."; $a->strings['Save Settings'] = 'Desa la configuració';
$a->strings['cookienotice Settings saved.'] = 'Cookienotice S\'ha desat la configuració.';
$a->strings['This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website.'] = 'Aquest lloc web utilitza cookies per reconèixer la revisió i la sessió dusuaris. Accepteu lús daquestes cookies continuant navegant per aquest lloc web.';

View file

@ -5,12 +5,14 @@ function string_plural_select_cs($n){
$n = intval($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; } 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['This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.'] = 'Tato stránka používá cookies. Pokud budete pokračovat v používání této stránky, souhlasíte s používáním cookies.';
$a->strings["OK"] = "OK"; $a->strings['OK'] = 'OK';
$a->strings["\"cookienotice\" Settings"] = "Nastavení „cookienotice“"; $a->strings['"cookienotice" Settings'] = 'Nastavení „cookienotice“';
$a->strings["Cookie Usage Notice"] = "Oznámení o používání cookies"; $a->strings['<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button.'] = '<b>Nastavte si vaše oznámení o používání cookies.</b> Mělo by to být pouze oznámení říkající, že stránka používá cookies. Zobrazí se, dokud uživatel neklikne na tlačítko OK.';
$a->strings["The cookie usage notice"] = "Oznámení o používání cookies"; $a->strings['Cookie Usage Notice'] = 'Oznámení o používání cookies';
$a->strings["OK Button Text"] = "Text tlačítka OK"; $a->strings['The cookie usage notice'] = 'Oznámení o používání cookies';
$a->strings["The OK Button text"] = "Text tlačítka OK"; $a->strings['OK Button Text'] = 'Text tlačítka OK';
$a->strings["Save Settings"] = "Uložit nastavení"; $a->strings['The OK Button text'] = 'Text tlačítka OK';
$a->strings["cookienotice Settings saved."] = "Nastavení cookienotice uložena."; $a->strings['Save Settings'] = 'Uložit nastavení';
$a->strings['cookienotice Settings saved.'] = 'Nastavení cookienotice uložena.';
$a->strings['This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website.'] = 'Tato stránka používá cookies pro rozpoznávání znovu navštěvujících a přihlášených uživatelů. Pokud budete pokračovat v používání této stránky, souhlasíte s používáním cookies.';

View file

@ -5,12 +5,14 @@ function string_plural_select_de($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.'] = 'Diese Webseite verwendet Cookies. Durch die weitere Benutzung der Webseite stimmen Sie dieser Verwendung zu.';
$a->strings["OK"] = "OK"; $a->strings['OK'] = 'OK';
$a->strings["\"cookienotice\" Settings"] = "\"cookienotice\"-Einstellungen"; $a->strings['"cookienotice" Settings'] = '"cookienotice"-Einstellungen';
$a->strings["Cookie Usage Notice"] = "Cookie-Nutzungshinweis"; $a->strings['<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button.'] = '<b>Konfiguriere deinen Cookie-Nutzungshinweis.</b> Es sollte ein Hinweis sein, der sagt, dass die Webseite Cookies benutzt. Er wird so lange angezeigt, bis der User den Hinweis durch Klicken des OK-Buttons bestätigt.';
$a->strings["The cookie usage notice"] = "Der Hinweis zur Nutzung von Cookies"; $a->strings['Cookie Usage Notice'] = 'Cookie-Nutzungshinweis';
$a->strings["OK Button Text"] = "OK-Button-Text"; $a->strings['The cookie usage notice'] = 'Der Hinweis zur Nutzung von Cookies';
$a->strings["The OK Button text"] = "Der für den OK-Button verwendete Text"; $a->strings['OK Button Text'] = 'OK-Button-Text';
$a->strings["Save Settings"] = "Einstellungen speichern"; $a->strings['The OK Button text'] = 'Der für den OK-Button verwendete Text';
$a->strings["cookienotice Settings saved."] = "cookienotice-Einstellungen wurden gespeichert"; $a->strings['Save Settings'] = 'Einstellungen speichern';
$a->strings['cookienotice Settings saved.'] = 'cookienotice-Einstellungen wurden gespeichert';
$a->strings['This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website.'] = 'Diese Webseite verwendet Cookies zur Erkennung von wiederkehrenden Besuchern und eingeloggten Nutzern. Durch die weitere Benutzung der Webseite akzeptieren Sie die Verwendung der Cookies.';

View file

@ -5,12 +5,14 @@ function string_plural_select_en_gb($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.'] = 'This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.';
$a->strings["OK"] = "OK"; $a->strings['OK'] = 'OK';
$a->strings["\"cookienotice\" Settings"] = "\"cookienotice\" settings"; $a->strings['"cookienotice" Settings'] = '"cookienotice" settings';
$a->strings["Cookie Usage Notice"] = "Cookie usage notice"; $a->strings['<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button.'] = '<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button.';
$a->strings["The cookie usage notice"] = "The cookie usage notice"; $a->strings['Cookie Usage Notice'] = 'Cookie usage notice';
$a->strings["OK Button Text"] = "OK button text"; $a->strings['The cookie usage notice'] = 'The cookie usage notice';
$a->strings["The OK Button text"] = "OK button text"; $a->strings['OK Button Text'] = 'OK button text';
$a->strings["Save Settings"] = "Save settings"; $a->strings['The OK Button text'] = 'OK button text';
$a->strings["cookienotice Settings saved."] = "Cookie notice settings saved."; $a->strings['Save Settings'] = 'Save settings';
$a->strings['cookienotice Settings saved.'] = 'Cookie notice settings saved.';
$a->strings['This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website.'] = 'This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website.';

View file

@ -5,8 +5,10 @@ function string_plural_select_es($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.'] = 'Este sitio web utiliza cookies. Si continúa navegando en este sitio web, acepta el uso de cookies.';
$a->strings["OK"] = "OK"; $a->strings['OK'] = 'OK';
$a->strings["Cookie Usage Notice"] = "Aviso de uso de cookies"; $a->strings['<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button.'] = '<b>Configura tu nota deñ uso de cookies.</b> Debería ser solo un aviso, diciendo que el sitio web utiliza cookies. Se muestra siempre que el usuario no confirmó haciendo clic en el botón Aceptar.';
$a->strings["OK Button Text"] = "Texto del botón OK"; $a->strings['Cookie Usage Notice'] = 'Aviso de uso de cookies';
$a->strings["Save Settings"] = "Grabar Ajustes"; $a->strings['OK Button Text'] = 'Texto del botón OK';
$a->strings['Save Settings'] = 'Grabar Ajustes';
$a->strings['This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website.'] = 'Este sitio web utiliza cookies para reconocer a los usuarios que visitan y que inician sesión. Acepta el uso de estas cookies al continuar navegando en este sitio web.';

View file

@ -5,8 +5,10 @@ function string_plural_select_fr($n){
$n = intval($n); $n = intval($n);
return intval($n > 1); return intval($n > 1);
}} }}
; $a->strings['This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.'] = 'Ce site utilise des cookies. Si vous poursuivez sur ce site, vous acceptez l\'utilisation de ces cookies.';
$a->strings["OK"] = "Ok"; $a->strings['OK'] = 'Ok';
$a->strings["Cookie Usage Notice"] = "Politique d'utilisation des cookies."; $a->strings['<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button.'] = '<b>Configurez votre politique d\'utilisation des cookies.</b> Cela devrait juste être un avertissement, signalant l\'utilisation de cookies par le site. Cela sera affiché tant que l\'utilisateur n\'aura pas confirmé en cliquant sur le bouton OK.';
$a->strings["OK Button Text"] = "Bouton OK Texte "; $a->strings['Cookie Usage Notice'] = 'Politique d\'utilisation des cookies.';
$a->strings["Save Settings"] = "Sauvegarder les réglages"; $a->strings['OK Button Text'] = 'Bouton OK Texte ';
$a->strings['Save Settings'] = 'Sauvegarder les réglages';
$a->strings['This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website.'] = 'Ce site utilise des cookies pour reconnaître les visiteurs et les utilisateurs connectés. Vous accepter l\'utilisation de ces cookies en continuant sur ce site.';

View file

@ -5,12 +5,14 @@ function string_plural_select_hu($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.'] = 'Ez a weboldal sütiket használ. Ha folytatja a böngészést a weboldalon, akkor elfogadja a sütik használatát.';
$a->strings["OK"] = "Rendben"; $a->strings['OK'] = 'Rendben';
$a->strings["\"cookienotice\" Settings"] = "A sütifigyelmeztetés beállításai"; $a->strings['"cookienotice" Settings'] = 'A sütifigyelmeztetés beállításai';
$a->strings["Cookie Usage Notice"] = "Sütihasználati figyelmeztetés"; $a->strings['<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button.'] = '<b>Állítsa be a sütihasználati figyelmeztetést.</b> Ennek csak egy figyelmeztetésnek kell lennie, amely arra hívja fel a figyelmet, hogy a weboldal sütiket használ. Egészen addig lesz megjelenítve, amíg a felhasználó nem fogadja el a Rendben gombra kattintva.';
$a->strings["The cookie usage notice"] = "A sütihasználati figyelmeztetés"; $a->strings['Cookie Usage Notice'] = 'Sütihasználati figyelmeztetés';
$a->strings["OK Button Text"] = "Rendben gomb szövege"; $a->strings['The cookie usage notice'] = 'A sütihasználati figyelmeztetés';
$a->strings["The OK Button text"] = "A „Rendben” gomb szövege"; $a->strings['OK Button Text'] = 'Rendben gomb szövege';
$a->strings["Save Settings"] = "Beállítások mentése"; $a->strings['The OK Button text'] = 'A „Rendben” gomb szövege';
$a->strings["cookienotice Settings saved."] = "A sütifigyelmeztetés beállításai elmentve."; $a->strings['Save Settings'] = 'Beállítások mentése';
$a->strings['cookienotice Settings saved.'] = 'A sütifigyelmeztetés beállításai elmentve.';
$a->strings['This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website.'] = 'Ez a weboldal sütiket használ az újralátogatás felismeréséhez és a bejelentkezett felhasználókhoz. A weboldalon történő böngészés folytatásával Ön elfogadja ezen sütik használatát.';

View file

@ -5,12 +5,14 @@ function string_plural_select_it($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.'] = 'Questo sito web utilizza cookie. Proseguendo la navigazione su questo sito, accetti l\'utilizzo dei cookie.';
$a->strings["OK"] = "OK"; $a->strings['OK'] = 'OK';
$a->strings["\"cookienotice\" Settings"] = "Impostazioni \"cookienotice\""; $a->strings['"cookienotice" Settings'] = 'Impostazioni "cookienotice"';
$a->strings["Cookie Usage Notice"] = "Nota Utilizzo Cookie"; $a->strings['<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button.'] = '<b>Configura la tua notifica di utilizzo dei cookie</b> Dovrebbe essere semplicemente una nota che dice che il sito utilizza dei cookie. Viene mostrata fino a quanto l\'utente conferma cliccando il bottone OK.';
$a->strings["The cookie usage notice"] = "La nota di utilizzo dei cookie"; $a->strings['Cookie Usage Notice'] = 'Nota Utilizzo Cookie';
$a->strings["OK Button Text"] = "Testo Bottone OK"; $a->strings['The cookie usage notice'] = 'La nota di utilizzo dei cookie';
$a->strings["The OK Button text"] = "Il testo del bottone OK"; $a->strings['OK Button Text'] = 'Testo Bottone OK';
$a->strings["Save Settings"] = "Salva Impostazioni"; $a->strings['The OK Button text'] = 'Il testo del bottone OK';
$a->strings["cookienotice Settings saved."] = "Impostazioni \"cookienotice\" salvate."; $a->strings['Save Settings'] = 'Salva Impostazioni';
$a->strings['cookienotice Settings saved.'] = 'Impostazioni "cookienotice" salvate.';
$a->strings['This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website.'] = 'Questo sito utilizza cookie per riconosce gli utenti loggati e quelli che tornano a visitare. Proseguendo la navigazione su questo sito, accetti l\'utilizzo di questi cookie. ';

View file

@ -5,12 +5,14 @@ function string_plural_select_nl($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.'] = 'Deze website gebruikt cookies. Door het gebruik van deze website, je akkoord met het gebruik van deze cookies.';
$a->strings["OK"] = "OK"; $a->strings['OK'] = 'OK';
$a->strings["\"cookienotice\" Settings"] = "\"cookienotice\" instellingen"; $a->strings['"cookienotice" Settings'] = '"cookienotice" instellingen';
$a->strings["Cookie Usage Notice"] = "Cookiemelding"; $a->strings['<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button.'] = '<b>Configureer je meldingen voor het gebruik van cookies. </b>Het dient alleen een melding te zijn die zegt dat de website cookies gebruikt. Dit is te zien als de gebruiker niet heeft bevestigd door op de OK knop te drukken.';
$a->strings["The cookie usage notice"] = "De cookiemelding"; $a->strings['Cookie Usage Notice'] = 'Cookiemelding';
$a->strings["OK Button Text"] = "OK knop tekst"; $a->strings['The cookie usage notice'] = 'De cookiemelding';
$a->strings["The OK Button text"] = "De OK knop tekst"; $a->strings['OK Button Text'] = 'OK knop tekst';
$a->strings["Save Settings"] = "Instellingen Opslaan"; $a->strings['The OK Button text'] = 'De OK knop tekst';
$a->strings["cookienotice Settings saved."] = "Cookienotice instellingen opgeslagen."; $a->strings['Save Settings'] = 'Instellingen Opslaan';
$a->strings['cookienotice Settings saved.'] = 'Cookienotice instellingen opgeslagen.';
$a->strings['This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website.'] = 'Deze website gebruikt cookies om terugkerende en ingelogde gebruikers te herkennen. Door gebruik van deze website gaat u akkoord met het gebruik van deze cookies';

View file

@ -5,12 +5,14 @@ function string_plural_select_pl($n){
$n = intval($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; } 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['This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.'] = 'Ta strona używa plików cookie. Jeśli będziesz kontynuować przeglądanie tej strony, zgadzasz się na użycie plików cookie.';
$a->strings["OK"] = "OK"; $a->strings['OK'] = 'OK';
$a->strings["\"cookienotice\" Settings"] = "Ustawienia \"plików cookie\""; $a->strings['"cookienotice" Settings'] = 'Ustawienia "plików cookie"';
$a->strings["Cookie Usage Notice"] = "Użyciu plików cookie"; $a->strings['<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button.'] = '<b>Skonfiguruj zawiadomienie o użyciu plików cookie.</b> Powinien to być po prostu komunikat, że strona korzysta z plików cookie. Jest wyświetlany, o ile użytkownik nie potwierdził, klikając przycisk OK.';
$a->strings["The cookie usage notice"] = "Powiadomienie o użyciu plików cookie"; $a->strings['Cookie Usage Notice'] = 'Użyciu plików cookie';
$a->strings["OK Button Text"] = "Tekst przycisku OK"; $a->strings['The cookie usage notice'] = 'Powiadomienie o użyciu plików cookie';
$a->strings["The OK Button text"] = "Tekst przycisku OK"; $a->strings['OK Button Text'] = 'Tekst przycisku OK';
$a->strings["Save Settings"] = "Zapisz ustawienia"; $a->strings['The OK Button text'] = 'Tekst przycisku OK';
$a->strings["cookienotice Settings saved."] = "Zapisano stawienia plików cookie."; $a->strings['Save Settings'] = 'Zapisz ustawienia';
$a->strings['cookienotice Settings saved.'] = 'Zapisano stawienia plików cookie.';
$a->strings['This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website.'] = 'Ta strona używa plików cookie do rozpoznawania ponownych odwiedzin i zalogowanych użytkowników. Akceptujesz użycie tych plików cookie, kontynuując przeglądanie tej witryny.';

View file

@ -5,15 +5,14 @@ function string_plural_select_zh_cn($n){
$n = intval($n); $n = intval($n);
return intval(0); return intval(0);
}} }}
; $a->strings['This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.'] = '本网站将使用 cookies。如果您继续浏览本网站即表示您同意使用 cookies。';
$a->strings["This website uses cookies. If you continue browsing this website, you agree to the usage of cookies."] = "本网站将使用 cookies。如果您继续浏览本网站即表示您同意使用 cookies。"; $a->strings['OK'] = '好的';
$a->strings["OK"] = "好的"; $a->strings['"cookienotice" Settings'] = '“cookie 布告”设置';
$a->strings["\"cookienotice\" Settings"] = "“cookie 布告”设置"; $a->strings['<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button.'] = '<b>配置您的 cookie 使用布告。</b> 它将会显示一条布告称此网站使用 cookies 。它将会一直显示直到用户点击确定按钮。';
$a->strings["<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button."] = "<b>配置您的 cookie 使用布告。</b> 它将会显示一条布告称此网站使用 cookies 。它将会一直显示直到用户点击确定按钮。"; $a->strings['Cookie Usage Notice'] = 'Cookie 使用布告';
$a->strings["Cookie Usage Notice"] = "Cookie 使用布告"; $a->strings['The cookie usage notice'] = 'cookie 使用布告';
$a->strings["The cookie usage notice"] = "cookie 使用布告"; $a->strings['OK Button Text'] = '确认按钮文本';
$a->strings["OK Button Text"] = "确认按钮文本"; $a->strings['The OK Button text'] = '确认按钮文本';
$a->strings["The OK Button text"] = "确认按钮文本"; $a->strings['Save Settings'] = '保存设置';
$a->strings["Save Settings"] = "保存设置"; $a->strings['cookienotice Settings saved.'] = 'cookies 布告设置已保存';
$a->strings["cookienotice Settings saved."] = "cookies 布告设置已保存"; $a->strings['This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website.'] = '本网站使用 cookies 来识别登录和重访的用户。如果您继续浏览本网站即表示您接受使用上述 cookies。';
$a->strings["This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website."] = "本网站使用 cookies 来识别登录和重访的用户。如果您继续浏览本网站即表示您接受使用上述 cookies。";

View file

@ -5,31 +5,30 @@ function string_plural_select_ca($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Error fetching weather data.\nError was: '] = 'S\'ha produït un error en recuperar les dades meteorològiques. \\ NEror ha estat:';
$a->strings["Error fetching weather data.\\nError was: "] = "S'ha produït un error en recuperar les dades meteorològiques. \\\\ NEror ha estat:"; $a->strings['Current Weather'] = 'Temps actual';
$a->strings["Current Weather"] = "Temps actual"; $a->strings['Relative Humidity'] = 'Humitat relativa';
$a->strings["Relative Humidity"] = "Humitat relativa"; $a->strings['Pressure'] = 'pressió';
$a->strings["Pressure"] = "pressió"; $a->strings['Wind'] = 'vent';
$a->strings["Wind"] = "vent"; $a->strings['Last Updated'] = 'Última actualització';
$a->strings["Last Updated"] = "Última actualització"; $a->strings['Data by'] = 'Dades de';
$a->strings["Data by"] = "Dades de"; $a->strings['Show on map'] = 'Mostra al mapa';
$a->strings["Show on map"] = "Mostra al mapa"; $a->strings['There was a problem accessing the weather data. But have a look'] = 'S\'ha produït un problema en accedir a les dades meteorològiques. Però mireu-ho';
$a->strings["There was a problem accessing the weather data. But have a look"] = "S'ha produït un problema en accedir a les dades meteorològiques. Però mireu-ho"; $a->strings['at OpenWeatherMap'] = 'a OpenWeatherMap';
$a->strings["at OpenWeatherMap"] = "a OpenWeatherMap"; $a->strings['Current Weather settings updated.'] = 'S\'ha actualitzat la configuració meteorològica actual.';
$a->strings["Current Weather settings updated."] = "S'ha actualitzat la configuració meteorològica actual."; $a->strings['No APPID found, please contact your admin to obtain one.'] = 'No s\'ha trobat cap APPID. Poseu-vos en contacte amb l\'administrador per obtenir-ne una.';
$a->strings["No APPID found, please contact your admin to obtain one."] = "No s'ha trobat cap APPID. Poseu-vos en contacte amb l'administrador per obtenir-ne una."; $a->strings['Save Settings'] = 'Desa la configuració';
$a->strings["Save Settings"] = "Desa la configuració"; $a->strings['Settings'] = 'Configuració';
$a->strings["Settings"] = "Configuració"; $a->strings['Enter either the name of your location or the zip code.'] = 'Introduïu el nom de la vostra ubicació o el codi postal.';
$a->strings["Enter either the name of your location or the zip code."] = "Introduïu el nom de la vostra ubicació o el codi postal."; $a->strings['Your Location'] = 'La teva localització';
$a->strings["Your Location"] = "La teva localització"; $a->strings['Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>.'] = 'Identificador de la vostra ubicació (nom o codi postal), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>.';
$a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "Identificador de la vostra ubicació (nom o codi postal), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."; $a->strings['Units'] = 'unitat';
$a->strings["Units"] = "unitat"; $a->strings['select if the temperature should be displayed in &deg;C or &deg;F'] = 'seleccioneu si la temperatura ha de mostrar-se en ° C o ° F';
$a->strings["select if the temperature should be displayed in &deg;C or &deg;F"] = "seleccioneu si la temperatura ha de mostrar-se en ° C o ° F"; $a->strings['Show weather data'] = 'Mostra dades meteorològiques';
$a->strings["Show weather data"] = "Mostra dades meteorològiques"; $a->strings['Curweather settings saved.'] = 'S\'han desat els paràmetres de Curweather.';
$a->strings["Curweather settings saved."] = "S'han desat els paràmetres de Curweather."; $a->strings['Caching Interval'] = 'Interval de cau';
$a->strings["Caching Interval"] = "Interval de cau"; $a->strings['For how long should the weather data be cached? Choose according your OpenWeatherMap account type.'] = 'Per quant temps shan de mantenir en memòria cau les dades meteorològiques? Trieu segons el vostre tipus de compte OpenWeatherMap.';
$a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "Per quant temps shan de mantenir en memòria cau les dades meteorològiques? Trieu segons el vostre tipus de compte OpenWeatherMap."; $a->strings['no cache'] = 'no cau';
$a->strings["no cache"] = "no cau"; $a->strings['minutes'] = 'minuts';
$a->strings["minutes"] = "minuts"; $a->strings['Your APPID'] = 'La vostra APPID';
$a->strings["Your APPID"] = "La vostra APPID"; $a->strings['Your API key provided by OpenWeatherMap'] = 'La vostra clau dAPI proporcionada per OpenWeatherMap';
$a->strings["Your API key provided by OpenWeatherMap"] = "La vostra clau dAPI proporcionada per OpenWeatherMap";

View file

@ -5,31 +5,30 @@ function string_plural_select_cs($n){
$n = intval($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; } 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['Error fetching weather data.\nError was: '] = 'Chyba při získávání dat o počasí.\nChyba:';
$a->strings["Error fetching weather data.\\nError was: "] = "Chyba při získávání dat o počasí.\\nChyba:"; $a->strings['Current Weather'] = 'Aktuální počasí';
$a->strings["Current Weather"] = "Aktuální počasí"; $a->strings['Relative Humidity'] = 'Relativní vlhkost vzduchu';
$a->strings["Relative Humidity"] = "Relativní vlhkost vzduchu"; $a->strings['Pressure'] = 'Tlak';
$a->strings["Pressure"] = "Tlak"; $a->strings['Wind'] = 'Vítr';
$a->strings["Wind"] = "Vítr"; $a->strings['Last Updated'] = 'Naposledy aktualizováno';
$a->strings["Last Updated"] = "Naposledy aktualizováno"; $a->strings['Data by'] = 'Data podle';
$a->strings["Data by"] = "Data podle"; $a->strings['Show on map'] = 'Ukázat na mapě';
$a->strings["Show on map"] = "Ukázat na mapě"; $a->strings['There was a problem accessing the weather data. But have a look'] = 'Při získávání dat o počasí nastala chyba. Podívejte se ale';
$a->strings["There was a problem accessing the weather data. But have a look"] = "Při získávání dat o počasí nastala chyba. Podívejte se ale"; $a->strings['at OpenWeatherMap'] = 'na OpenWeatherMap';
$a->strings["at OpenWeatherMap"] = "na OpenWeatherMap"; $a->strings['Current Weather settings updated.'] = 'Nastavení pro Aktuální počasí aktualizováno.';
$a->strings["Current Weather settings updated."] = "Nastavení pro Aktuální počasí aktualizováno."; $a->strings['No APPID found, please contact your admin to obtain one.'] = 'Žádné APPID nebylo nalezeno, prosím kontaktujte svého administrátora pro získání APPID.';
$a->strings["No APPID found, please contact your admin to obtain one."] = "Žádné APPID nebylo nalezeno, prosím kontaktujte svého administrátora pro získání APPID."; $a->strings['Save Settings'] = 'Uložit nastavení';
$a->strings["Save Settings"] = "Uložit nastavení"; $a->strings['Settings'] = 'Nastavení';
$a->strings["Settings"] = "Nastavení"; $a->strings['Enter either the name of your location or the zip code.'] = 'Zadejte buď název místa, kde se nacházíte, nebo PSČ.';
$a->strings["Enter either the name of your location or the zip code."] = "Zadejte buď název místa, kde se nacházíte, nebo PSČ."; $a->strings['Your Location'] = 'Vaše poloha';
$a->strings["Your Location"] = "Vaše poloha"; $a->strings['Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>.'] = 'Identifikátor vaší polohy (název nebo PSČ), např. <em>Praha,CZ</em> nebo <em>11000,CZ</em>.';
$a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "Identifikátor vaší polohy (název nebo PSČ), např. <em>Praha,CZ</em> nebo <em>11000,CZ</em>."; $a->strings['Units'] = 'Jednotky';
$a->strings["Units"] = "Jednotky"; $a->strings['select if the temperature should be displayed in &deg;C or &deg;F'] = 'vyberte, jestli by se teplota měla zobrazovat v &deg;C či &deg;F';
$a->strings["select if the temperature should be displayed in &deg;C or &deg;F"] = "vyberte, jestli by se teplota měla zobrazovat v &deg;C či &deg;F"; $a->strings['Show weather data'] = 'Ukázat data o počasí';
$a->strings["Show weather data"] = "Ukázat data o počasí"; $a->strings['Curweather settings saved.'] = 'Nastavení Curwather uložena.';
$a->strings["Curweather settings saved."] = "Nastavení Curwather uložena."; $a->strings['Caching Interval'] = 'Ukládám interval do mezipaměti';
$a->strings["Caching Interval"] = "Ukládám interval do mezipaměti"; $a->strings['For how long should the weather data be cached? Choose according your OpenWeatherMap account type.'] = 'Na jak dlouho by vaše data o počasí měla být uložena v mezipaměti? Vyberte podle typu vašeho účtu na OpenWeatherMap.';
$a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "Na jak dlouho by vaše data o počasí měla být uložena v mezipaměti? Vyberte podle typu vašeho účtu na OpenWeatherMap."; $a->strings['no cache'] = 'žádná mezipaměť';
$a->strings["no cache"] = "žádná mezipaměť"; $a->strings['minutes'] = 'minut';
$a->strings["minutes"] = "minut"; $a->strings['Your APPID'] = 'Vaše APPID';
$a->strings["Your APPID"] = "Vaše APPID"; $a->strings['Your API key provided by OpenWeatherMap'] = 'Váš API klíč poskytnutý OpenWetherMap';
$a->strings["Your API key provided by OpenWeatherMap"] = "Váš API klíč poskytnutý OpenWetherMap";

View file

@ -5,29 +5,28 @@ function string_plural_select_de($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Error fetching weather data. Error was: '] = 'Fehler beim Abrufen der Wetterdaten. Die Fehlermeldung lautet:';
$a->strings["Error fetching weather data. Error was: "] = "Fehler beim Abrufen der Wetterdaten. Die Fehlermeldung lautet:"; $a->strings['Current Weather'] = 'Aktuelles Wetter';
$a->strings["Current Weather"] = "Aktuelles Wetter"; $a->strings['Relative Humidity'] = 'Relative Luftfeuchtigkeit';
$a->strings["Relative Humidity"] = "Relative Luftfeuchtigkeit"; $a->strings['Pressure'] = 'Luftdruck';
$a->strings["Pressure"] = "Luftdruck"; $a->strings['Wind'] = 'Wind';
$a->strings["Wind"] = "Wind"; $a->strings['Last Updated'] = 'Letzte Aktualisierung';
$a->strings["Last Updated"] = "Letzte Aktualisierung"; $a->strings['Data by'] = 'Daten von';
$a->strings["Data by"] = "Daten von"; $a->strings['Show on map'] = 'Karte anzeigen';
$a->strings["Show on map"] = "Karte anzeigen"; $a->strings['There was a problem accessing the weather data. But have a look'] = 'Es gab ein Problem beim Abrufen der Wetterdaten. Aber wirf doch mal einen Blick';
$a->strings["There was a problem accessing the weather data. But have a look"] = "Es gab ein Problem beim Abrufen der Wetterdaten. Aber wirf doch mal einen Blick"; $a->strings['at OpenWeatherMap'] = 'auf OpenWeatherMap';
$a->strings["at OpenWeatherMap"] = "auf OpenWeatherMap"; $a->strings['No APPID found, please contact your admin to obtain one.'] = 'Keine APPID gefunden, bitte kontaktiere deinen Admin, damit eine eingerichtet wird.';
$a->strings["No APPID found, please contact your admin to obtain one."] = "Keine APPID gefunden, bitte kontaktiere deinen Admin, damit eine eingerichtet wird."; $a->strings['Save Settings'] = 'Einstellungen speichern';
$a->strings["Save Settings"] = "Einstellungen speichern"; $a->strings['Settings'] = 'Einstellungen';
$a->strings["Settings"] = "Einstellungen"; $a->strings['Enter either the name of your location or the zip code.'] = 'Gib entweder den Namen oder die PLZ deines Ortes ein.';
$a->strings["Enter either the name of your location or the zip code."] = "Gib entweder den Namen oder die PLZ deines Ortes ein."; $a->strings['Your Location'] = 'Deinen Standort festlegen';
$a->strings["Your Location"] = "Deinen Standort festlegen"; $a->strings['Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>.'] = 'Identifikator deines Standorts (Name oder Postleitzahl), z.B. <em>Berlin,DE</em> oder <em>14476,DE</em>.';
$a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "Identifikator deines Standorts (Name oder Postleitzahl), z.B. <em>Berlin,DE</em> oder <em>14476,DE</em>."; $a->strings['Units'] = 'Einheiten';
$a->strings["Units"] = "Einheiten"; $a->strings['select if the temperature should be displayed in &deg;C or &deg;F'] = 'wähle, ob die Temperatur in &deg;C oder &deg;F angezeigt werden soll';
$a->strings["select if the temperature should be displayed in &deg;C or &deg;F"] = "wähle, ob die Temperatur in &deg;C oder &deg;F angezeigt werden soll"; $a->strings['Show weather data'] = 'Zeige Wetterdaten';
$a->strings["Show weather data"] = "Zeige Wetterdaten"; $a->strings['Caching Interval'] = 'Cache-Intervall';
$a->strings["Caching Interval"] = "Cache-Intervall"; $a->strings['For how long should the weather data be cached? Choose according your OpenWeatherMap account type.'] = 'Wie lange sollen die Wetterdaten zwischengespeichert werden? Wähle eine für deinen OpenWeatherMap-Account passende Einstellung.';
$a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "Wie lange sollen die Wetterdaten zwischengespeichert werden? Wähle eine für deinen OpenWeatherMap-Account passende Einstellung."; $a->strings['no cache'] = 'kein Cache';
$a->strings["no cache"] = "kein Cache"; $a->strings['minutes'] = 'Minuten';
$a->strings["minutes"] = "Minuten"; $a->strings['Your APPID'] = 'Deine APPID';
$a->strings["Your APPID"] = "Deine APPID"; $a->strings['Your API key provided by OpenWeatherMap'] = 'Der API-Schlüssel von OpenWeatherMap';
$a->strings["Your API key provided by OpenWeatherMap"] = "Der API-Schlüssel von OpenWeatherMap";

View file

@ -5,29 +5,28 @@ function string_plural_select_es($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Error fetching weather data. Error was: '] = 'Error al obtener datos meteorológicos. El error fue:';
$a->strings["Error fetching weather data. Error was: "] = "Error al obtener datos meteorológicos. El error fue:"; $a->strings['Current Weather'] = 'Clima actual';
$a->strings["Current Weather"] = "Clima actual"; $a->strings['Relative Humidity'] = 'Humedad relativa';
$a->strings["Relative Humidity"] = "Humedad relativa"; $a->strings['Pressure'] = 'Presión';
$a->strings["Pressure"] = "Presión"; $a->strings['Wind'] = 'Viento';
$a->strings["Wind"] = "Viento"; $a->strings['Last Updated'] = 'Última actualización';
$a->strings["Last Updated"] = "Última actualización"; $a->strings['Data by'] = 'Información por';
$a->strings["Data by"] = "Información por"; $a->strings['Show on map'] = 'Mostrar en mapa';
$a->strings["Show on map"] = "Mostrar en mapa"; $a->strings['There was a problem accessing the weather data. But have a look'] = 'Hubo un problema al acceder a la información del clima. Pero eche un vistazo';
$a->strings["There was a problem accessing the weather data. But have a look"] = "Hubo un problema al acceder a la información del clima. Pero eche un vistazo"; $a->strings['at OpenWeatherMap'] = 'en OpenWeatherMap';
$a->strings["at OpenWeatherMap"] = "en OpenWeatherMap"; $a->strings['No APPID found, please contact your admin to obtain one.'] = 'No se encontró APPID, por favor contacte con su administrador para obtener una.';
$a->strings["No APPID found, please contact your admin to obtain one."] = "No se encontró APPID, por favor contacte con su administrador para obtener una."; $a->strings['Save Settings'] = 'Guardar ajustes';
$a->strings["Save Settings"] = "Guardar ajustes"; $a->strings['Settings'] = 'Ajustes';
$a->strings["Settings"] = "Ajustes"; $a->strings['Enter either the name of your location or the zip code.'] = 'Introduzca el nombre de su ubicación o el código postal.';
$a->strings["Enter either the name of your location or the zip code."] = "Introduzca el nombre de su ubicación o el código postal."; $a->strings['Your Location'] = 'Su ubicación';
$a->strings["Your Location"] = "Su ubicación"; $a->strings['Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>.'] = 'Identificador de su ubicación (nombre o código postal), ej. <em>Berlin,DE</em> o <em>14476,DE</em>.';
$a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "Identificador de su ubicación (nombre o código postal), ej. <em>Berlin,DE</em> o <em>14476,DE</em>."; $a->strings['Units'] = 'Unidades';
$a->strings["Units"] = "Unidades"; $a->strings['select if the temperature should be displayed in &deg;C or &deg;F'] = 'seleccionar si la temperatura debería ser mostrada en &deg;C o &deg;F';
$a->strings["select if the temperature should be displayed in &deg;C or &deg;F"] = "seleccionar si la temperatura debería ser mostrada en &deg;C o &deg;F"; $a->strings['Show weather data'] = 'Mostrar información de clima';
$a->strings["Show weather data"] = "Mostrar información de clima"; $a->strings['Caching Interval'] = 'Obteniendo intervalo';
$a->strings["Caching Interval"] = "Obteniendo intervalo"; $a->strings['For how long should the weather data be cached? Choose according your OpenWeatherMap account type.'] = '¿Durante cuánto tiempo debería ser obtenida la información de clima? Eliga de acuerdo a su tipo de cuenta de OpenWeatherMap.';
$a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "¿Durante cuánto tiempo debería ser obtenida la información de clima? Eliga de acuerdo a su tipo de cuenta de OpenWeatherMap."; $a->strings['no cache'] = 'sin almacenamiento';
$a->strings["no cache"] = "sin almacenamiento"; $a->strings['minutes'] = 'minutos';
$a->strings["minutes"] = "minutos"; $a->strings['Your APPID'] = 'Su APPID';
$a->strings["Your APPID"] = "Su APPID"; $a->strings['Your API key provided by OpenWeatherMap'] = 'Su clave API provista por OpenWeatherMap';
$a->strings["Your API key provided by OpenWeatherMap"] = "Su clave API provista por OpenWeatherMap";

View file

@ -5,30 +5,29 @@ function string_plural_select_fi_fi($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Error fetching weather data.\nError was: '] = 'Säätietojen noutamisessa tapahtui virhe.\nLisätietoja: ';
$a->strings["Error fetching weather data.\\nError was: "] = "Säätietojen noutamisessa tapahtui virhe.\\nLisätietoja: "; $a->strings['Current Weather'] = 'Sää';
$a->strings["Current Weather"] = "Sää"; $a->strings['Relative Humidity'] = 'Suhteellinen kosteus';
$a->strings["Relative Humidity"] = "Suhteellinen kosteus"; $a->strings['Pressure'] = 'Ilmanpaine';
$a->strings["Pressure"] = "Ilmanpaine"; $a->strings['Wind'] = 'Tuuli';
$a->strings["Wind"] = "Tuuli"; $a->strings['Last Updated'] = 'Viimeksi päivitetty';
$a->strings["Last Updated"] = "Viimeksi päivitetty"; $a->strings['Data by'] = 'Tiedot tuottaa';
$a->strings["Data by"] = "Tiedot tuottaa"; $a->strings['Show on map'] = 'Näytä kartalla';
$a->strings["Show on map"] = "Näytä kartalla"; $a->strings['There was a problem accessing the weather data. But have a look'] = 'Säätietohaussa tapahtui virhe. Voit kuitenkin katsoa';
$a->strings["There was a problem accessing the weather data. But have a look"] = "Säätietohaussa tapahtui virhe. Voit kuitenkin katsoa"; $a->strings['at OpenWeatherMap'] = 'OpenWeatherMappiä';
$a->strings["at OpenWeatherMap"] = "OpenWeatherMappiä"; $a->strings['Current Weather settings updated.'] = 'Sääasetukset päivitetty.';
$a->strings["Current Weather settings updated."] = "Sääasetukset päivitetty."; $a->strings['No APPID found, please contact your admin to obtain one.'] = 'APPID puuttuu, ota yhteyttä ylläpitäjään.';
$a->strings["No APPID found, please contact your admin to obtain one."] = "APPID puuttuu, ota yhteyttä ylläpitäjään."; $a->strings['Save Settings'] = 'Tallenna asetukset';
$a->strings["Save Settings"] = "Tallenna asetukset"; $a->strings['Settings'] = 'Asetukset';
$a->strings["Settings"] = "Asetukset"; $a->strings['Enter either the name of your location or the zip code.'] = 'Syötä sijaintisi nimi tai postinumero.';
$a->strings["Enter either the name of your location or the zip code."] = "Syötä sijaintisi nimi tai postinumero."; $a->strings['Your Location'] = 'Sijaintisi';
$a->strings["Your Location"] = "Sijaintisi"; $a->strings['Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>.'] = 'Sijantisi (paikka tai postinumero), esim. <em>Helsinki,FI</em> tai <em>00100,FI</em>.';
$a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "Sijantisi (paikka tai postinumero), esim. <em>Helsinki,FI</em> tai <em>00100,FI</em>."; $a->strings['Units'] = 'Yksiköt';
$a->strings["Units"] = "Yksiköt"; $a->strings['select if the temperature should be displayed in &deg;C or &deg;F'] = 'ota käyttöön Celsius-asteikko (&deg;C) tai Fahrenheit-asteikko (&deg;F)';
$a->strings["select if the temperature should be displayed in &deg;C or &deg;F"] = "ota käyttöön Celsius-asteikko (&deg;C) tai Fahrenheit-asteikko (&deg;F)"; $a->strings['Show weather data'] = 'Näytä säätiedot';
$a->strings["Show weather data"] = "Näytä säätiedot"; $a->strings['Curweather settings saved.'] = 'Curweather -asetukset tallennettu.';
$a->strings["Curweather settings saved."] = "Curweather -asetukset tallennettu."; $a->strings['Caching Interval'] = 'Välimuistin aikaväli';
$a->strings["Caching Interval"] = "Välimuistin aikaväli"; $a->strings['no cache'] = 'Ei välimuistia';
$a->strings["no cache"] = "Ei välimuistia"; $a->strings['minutes'] = 'minuuttia';
$a->strings["minutes"] = "minuuttia"; $a->strings['Your APPID'] = 'Sinun APPID';
$a->strings["Your APPID"] = "Sinun APPID"; $a->strings['Your API key provided by OpenWeatherMap'] = 'API-avain OpenWeatherMapiltä';
$a->strings["Your API key provided by OpenWeatherMap"] = "API-avain OpenWeatherMapiltä";

View file

@ -5,29 +5,28 @@ function string_plural_select_fr($n){
$n = intval($n); $n = intval($n);
return intval($n > 1); return intval($n > 1);
}} }}
; $a->strings['Error fetching weather data. Error was: '] = 'Erreur de récupération des données météo. L\'erreur était :';
$a->strings["Error fetching weather data. Error was: "] = "Erreur de récupération des données météo. L'erreur était :"; $a->strings['Current Weather'] = 'Météo actuelle';
$a->strings["Current Weather"] = "Météo actuelle"; $a->strings['Relative Humidity'] = 'Humidité relative';
$a->strings["Relative Humidity"] = "Humidité relative"; $a->strings['Pressure'] = 'Pression';
$a->strings["Pressure"] = "Pression"; $a->strings['Wind'] = 'Vent';
$a->strings["Wind"] = "Vent"; $a->strings['Last Updated'] = 'Dernière mise-à-jour';
$a->strings["Last Updated"] = "Dernière mise-à-jour"; $a->strings['Data by'] = 'Données de';
$a->strings["Data by"] = "Données de"; $a->strings['Show on map'] = 'Montrer sur la carte';
$a->strings["Show on map"] = "Montrer sur la carte"; $a->strings['There was a problem accessing the weather data. But have a look'] = 'Une erreur est survenue lors de l\'accès aux données météo. Vous pouvez quand même jeter un oeil';
$a->strings["There was a problem accessing the weather data. But have a look"] = "Une erreur est survenue lors de l'accès aux données météo. Vous pouvez quand même jeter un oeil"; $a->strings['at OpenWeatherMap'] = 'à OpenWeatherMap';
$a->strings["at OpenWeatherMap"] = "à OpenWeatherMap"; $a->strings['No APPID found, please contact your admin to obtain one.'] = 'Pas d\'APPID trouvé, merci de contacter votre administrateur pour en obtenir un.';
$a->strings["No APPID found, please contact your admin to obtain one."] = "Pas d'APPID trouvé, merci de contacter votre administrateur pour en obtenir un."; $a->strings['Save Settings'] = 'Sauvegarder les paramètres';
$a->strings["Save Settings"] = "Sauvegarder les paramètres"; $a->strings['Settings'] = 'Paramètres';
$a->strings["Settings"] = "Paramètres"; $a->strings['Enter either the name of your location or the zip code.'] = 'Entrez le nom de votre emplacement ou votre code postal.';
$a->strings["Enter either the name of your location or the zip code."] = "Entrez le nom de votre emplacement ou votre code postal."; $a->strings['Your Location'] = 'Votre position';
$a->strings["Your Location"] = "Votre position"; $a->strings['Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>.'] = 'Identifiant de votre emplacement (nom ou code postal), par exemple <em>Paris 08, Fr</em> ou <em>75008, FR</em>.';
$a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "Identifiant de votre emplacement (nom ou code postal), par exemple <em>Paris 08, Fr</em> ou <em>75008, FR</em>."; $a->strings['Units'] = 'Unités';
$a->strings["Units"] = "Unités"; $a->strings['select if the temperature should be displayed in &deg;C or &deg;F'] = 'Sélectionner si la température devrait être affichée en °C ou en °F';
$a->strings["select if the temperature should be displayed in &deg;C or &deg;F"] = "Sélectionner si la température devrait être affichée en °C ou en °F"; $a->strings['Show weather data'] = 'Montrer les données météos';
$a->strings["Show weather data"] = "Montrer les données météos"; $a->strings['Caching Interval'] = 'Intervalle de mise en cache.';
$a->strings["Caching Interval"] = "Intervalle de mise en cache."; $a->strings['For how long should the weather data be cached? Choose according your OpenWeatherMap account type.'] = 'Pendant combien de temps les données météo doivent-elles être mises en cache? Choisissez en fonction du type de compte OpenWeatherMap.';
$a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "Pendant combien de temps les données météo doivent-elles être mises en cache? Choisissez en fonction du type de compte OpenWeatherMap."; $a->strings['no cache'] = 'pas de cache';
$a->strings["no cache"] = "pas de cache"; $a->strings['minutes'] = 'minutes';
$a->strings["minutes"] = "minutes"; $a->strings['Your APPID'] = 'Votre APPID';
$a->strings["Your APPID"] = "Votre APPID"; $a->strings['Your API key provided by OpenWeatherMap'] = 'Votre clé pour l\'API de OpenWeatherMap';
$a->strings["Your API key provided by OpenWeatherMap"] = "Votre clé pour l'API de OpenWeatherMap";

View file

@ -5,29 +5,28 @@ function string_plural_select_hu($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Error fetching weather data. Error was: '] = 'Hiba az időjárásadatok lekérésekor. A hiba ez volt: ';
$a->strings["Error fetching weather data. Error was: "] = "Hiba az időjárásadatok lekérésekor. A hiba ez volt: "; $a->strings['Current Weather'] = 'Jelenlegi időjárás';
$a->strings["Current Weather"] = "Jelenlegi időjárás"; $a->strings['Relative Humidity'] = 'Relatív páratartalom';
$a->strings["Relative Humidity"] = "Relatív páratartalom"; $a->strings['Pressure'] = 'Légnyomás';
$a->strings["Pressure"] = "Légnyomás"; $a->strings['Wind'] = 'Szél';
$a->strings["Wind"] = "Szél"; $a->strings['Last Updated'] = 'Utoljára frissítve';
$a->strings["Last Updated"] = "Utoljára frissítve"; $a->strings['Data by'] = 'Adatszolgáltató';
$a->strings["Data by"] = "Adatszolgáltató"; $a->strings['Show on map'] = 'Megjelenítés térképen';
$a->strings["Show on map"] = "Megjelenítés térképen"; $a->strings['There was a problem accessing the weather data. But have a look'] = 'Probléma történt az időjárási adatokhoz való hozzáféréskor. De nézzen körül itt:';
$a->strings["There was a problem accessing the weather data. But have a look"] = "Probléma történt az időjárási adatokhoz való hozzáféréskor. De nézzen körül itt:"; $a->strings['at OpenWeatherMap'] = 'OpenWeatherMap';
$a->strings["at OpenWeatherMap"] = "OpenWeatherMap"; $a->strings['No APPID found, please contact your admin to obtain one.'] = 'Nem található alkalmazásazonosító. Vegye fel a kapcsolatot az adminisztrátorral, hogy beszerezzen egyet.';
$a->strings["No APPID found, please contact your admin to obtain one."] = "Nem található alkalmazásazonosító. Vegye fel a kapcsolatot az adminisztrátorral, hogy beszerezzen egyet."; $a->strings['Save Settings'] = 'Beállítások mentése';
$a->strings["Save Settings"] = "Beállítások mentése"; $a->strings['Settings'] = 'Beállítások';
$a->strings["Settings"] = "Beállítások"; $a->strings['Enter either the name of your location or the zip code.'] = 'Adja meg a tartózkodási helyének a nevét vagy az irányítószámát.';
$a->strings["Enter either the name of your location or the zip code."] = "Adja meg a tartózkodási helyének a nevét vagy az irányítószámát."; $a->strings['Your Location'] = 'Az Ön tartózkodási helye';
$a->strings["Your Location"] = "Az Ön tartózkodási helye"; $a->strings['Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>.'] = 'A tartózkodási helyének azonosítója (neve vagy irányítószáma), például <em>Budapest,HU</em> vagy <em>1234,HU</em>.';
$a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "A tartózkodási helyének azonosítója (neve vagy irányítószáma), például <em>Budapest,HU</em> vagy <em>1234,HU</em>."; $a->strings['Units'] = 'Mértékegységek';
$a->strings["Units"] = "Mértékegységek"; $a->strings['select if the temperature should be displayed in &deg;C or &deg;F'] = 'Annak kiválasztása, hogy a hőmérsékletet &deg;C vagy &deg;F fokban kell megjeleníteni.';
$a->strings["select if the temperature should be displayed in &deg;C or &deg;F"] = "Annak kiválasztása, hogy a hőmérsékletet &deg;C vagy &deg;F fokban kell megjeleníteni."; $a->strings['Show weather data'] = 'Időjárási adatok megjelenítése';
$a->strings["Show weather data"] = "Időjárási adatok megjelenítése"; $a->strings['Caching Interval'] = 'Gyorsítótárazási időköz';
$a->strings["Caching Interval"] = "Gyorsítótárazási időköz"; $a->strings['For how long should the weather data be cached? Choose according your OpenWeatherMap account type.'] = 'Mennyi ideig kell az időjárási adatokat gyorsítótárazni? Válasszon az OpenWeatherMap fióktípusa szerint.';
$a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "Mennyi ideig kell az időjárási adatokat gyorsítótárazni? Válasszon az OpenWeatherMap fióktípusa szerint."; $a->strings['no cache'] = 'nincs gyorsítótár';
$a->strings["no cache"] = "nincs gyorsítótár"; $a->strings['minutes'] = 'perc';
$a->strings["minutes"] = "perc"; $a->strings['Your APPID'] = 'Az alkalmazásazonosítója';
$a->strings["Your APPID"] = "Az alkalmazásazonosítója"; $a->strings['Your API key provided by OpenWeatherMap'] = 'Az OpenWeatherMap által biztosított API-kulcsa';
$a->strings["Your API key provided by OpenWeatherMap"] = "Az OpenWeatherMap által biztosított API-kulcsa";

View file

@ -5,29 +5,28 @@ function string_plural_select_it($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Error fetching weather data. Error was: '] = 'Errore durante il recupero dei dati meteo. L\'errore è stato:';
$a->strings["Error fetching weather data. Error was: "] = "Errore durante il recupero dei dati meteo. L'errore è stato:"; $a->strings['Current Weather'] = 'Meteo';
$a->strings["Current Weather"] = "Meteo"; $a->strings['Relative Humidity'] = 'Umidità Relativa';
$a->strings["Relative Humidity"] = "Umidità Relativa"; $a->strings['Pressure'] = 'Pressione';
$a->strings["Pressure"] = "Pressione"; $a->strings['Wind'] = 'Vento';
$a->strings["Wind"] = "Vento"; $a->strings['Last Updated'] = 'Ultimo Aggiornamento: ';
$a->strings["Last Updated"] = "Ultimo Aggiornamento: "; $a->strings['Data by'] = 'Data da';
$a->strings["Data by"] = "Data da"; $a->strings['Show on map'] = 'Mostra sulla mappa';
$a->strings["Show on map"] = "Mostra sulla mappa"; $a->strings['There was a problem accessing the weather data. But have a look'] = 'C\'è stato un problema accedendo ai dati meteo, ma dai un\'occhiata';
$a->strings["There was a problem accessing the weather data. But have a look"] = "C'è stato un problema accedendo ai dati meteo, ma dai un'occhiata"; $a->strings['at OpenWeatherMap'] = 'a OpenWeatherMap';
$a->strings["at OpenWeatherMap"] = "a OpenWeatherMap"; $a->strings['No APPID found, please contact your admin to obtain one.'] = 'APPID non trovata, contatta il tuo amministratore per averne una.';
$a->strings["No APPID found, please contact your admin to obtain one."] = "APPID non trovata, contatta il tuo amministratore per averne una."; $a->strings['Save Settings'] = 'Salva Impostazioni';
$a->strings["Save Settings"] = "Salva Impostazioni"; $a->strings['Settings'] = 'Impostazioni';
$a->strings["Settings"] = "Impostazioni"; $a->strings['Enter either the name of your location or the zip code.'] = 'Inserisci il nome della tua posizione o il CAP';
$a->strings["Enter either the name of your location or the zip code."] = "Inserisci il nome della tua posizione o il CAP"; $a->strings['Your Location'] = 'La tua Posizione';
$a->strings["Your Location"] = "La tua Posizione"; $a->strings['Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>.'] = 'Identificatore della tua posizione (nome o CAP), p.e. <em>Roma, IT</em> or <em>00186,IT</em>.';
$a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "Identificatore della tua posizione (nome o CAP), p.e. <em>Roma, IT</em> or <em>00186,IT</em>."; $a->strings['Units'] = 'Unità';
$a->strings["Units"] = "Unità"; $a->strings['select if the temperature should be displayed in &deg;C or &deg;F'] = 'scegli se la temperatura deve essere mostrata in °C o in °F';
$a->strings["select if the temperature should be displayed in &deg;C or &deg;F"] = "scegli se la temperatura deve essere mostrata in °C o in °F"; $a->strings['Show weather data'] = 'Mostra dati meteo';
$a->strings["Show weather data"] = "Mostra dati meteo"; $a->strings['Caching Interval'] = 'Intervallo di cache';
$a->strings["Caching Interval"] = "Intervallo di cache"; $a->strings['For how long should the weather data be cached? Choose according your OpenWeatherMap account type.'] = 'Per quanto tempo i dati meteo devono essere memorizzati? Scegli a seconda del tuo tipo di account su OpenWeatherMap.';
$a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "Per quanto tempo i dati meteo devono essere memorizzati? Scegli a seconda del tuo tipo di account su OpenWeatherMap."; $a->strings['no cache'] = 'nessuna cache';
$a->strings["no cache"] = "nessuna cache"; $a->strings['minutes'] = 'minuti';
$a->strings["minutes"] = "minuti"; $a->strings['Your APPID'] = 'Il tuo APPID';
$a->strings["Your APPID"] = "Il tuo APPID"; $a->strings['Your API key provided by OpenWeatherMap'] = 'La tua chiave API da OpenWeatherMap';
$a->strings["Your API key provided by OpenWeatherMap"] = "La tua chiave API da OpenWeatherMap";

View file

@ -5,31 +5,30 @@ function string_plural_select_nl($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Error fetching weather data.\nError was: '] = 'Fout bij het ophalen van de weer data:\nFout was:';
$a->strings["Error fetching weather data.\\nError was: "] = "Fout bij het ophalen van de weer data:\\nFout was:"; $a->strings['Current Weather'] = 'Het weer';
$a->strings["Current Weather"] = "Het weer"; $a->strings['Relative Humidity'] = 'Relatieve vochtigheid';
$a->strings["Relative Humidity"] = "Relatieve vochtigheid"; $a->strings['Pressure'] = 'Luchtdruk';
$a->strings["Pressure"] = "Luchtdruk"; $a->strings['Wind'] = 'Wind';
$a->strings["Wind"] = "Wind"; $a->strings['Last Updated'] = 'Laatste wijziging';
$a->strings["Last Updated"] = "Laatste wijziging"; $a->strings['Data by'] = 'Data afkomstig van';
$a->strings["Data by"] = "Data afkomstig van"; $a->strings['Show on map'] = 'Toon op kaart';
$a->strings["Show on map"] = "Toon op kaart"; $a->strings['There was a problem accessing the weather data. But have a look'] = 'Er was een probleem met het ophalen van de data. Bekijk het';
$a->strings["There was a problem accessing the weather data. But have a look"] = "Er was een probleem met het ophalen van de data. Bekijk het"; $a->strings['at OpenWeatherMap'] = 'Op OpenWeatherMap';
$a->strings["at OpenWeatherMap"] = "Op OpenWeatherMap"; $a->strings['Current Weather settings updated.'] = 'Huidige weerinstellingen opgeslagen';
$a->strings["Current Weather settings updated."] = "Huidige weerinstellingen opgeslagen"; $a->strings['No APPID found, please contact your admin to obtain one.'] = 'Geen APPID gevonden. Contacteer je node-admin om dit te verkrijgen';
$a->strings["No APPID found, please contact your admin to obtain one."] = "Geen APPID gevonden. Contacteer je node-admin om dit te verkrijgen"; $a->strings['Save Settings'] = 'Instellingen opslaan';
$a->strings["Save Settings"] = "Instellingen opslaan"; $a->strings['Settings'] = 'Instellingen';
$a->strings["Settings"] = "Instellingen"; $a->strings['Enter either the name of your location or the zip code.'] = 'Voor de naam of de postcode van je locatie in';
$a->strings["Enter either the name of your location or the zip code."] = "Voor de naam of de postcode van je locatie in"; $a->strings['Your Location'] = 'Uw locatie';
$a->strings["Your Location"] = "Uw locatie"; $a->strings['Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>.'] = 'ID van je locatie (naam of postocde), vb. <em>Amsterdam, NL</em> of <em>2000,BE</em>';
$a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "ID van je locatie (naam of postocde), vb. <em>Amsterdam, NL</em> of <em>2000,BE</em>"; $a->strings['Units'] = 'Eenheden';
$a->strings["Units"] = "Eenheden"; $a->strings['select if the temperature should be displayed in &deg;C or &deg;F'] = 'Selecteer of de temperatuur in &deg;C of &deg;F moet weergegeven worden';
$a->strings["select if the temperature should be displayed in &deg;C or &deg;F"] = "Selecteer of de temperatuur in &deg;C of &deg;F moet weergegeven worden"; $a->strings['Show weather data'] = 'Toon weer ';
$a->strings["Show weather data"] = "Toon weer "; $a->strings['Curweather settings saved.'] = 'Curweather instellingen opgeslagen';
$a->strings["Curweather settings saved."] = "Curweather instellingen opgeslagen"; $a->strings['Caching Interval'] = 'Caching interval';
$a->strings["Caching Interval"] = "Caching interval"; $a->strings['For how long should the weather data be cached? Choose according your OpenWeatherMap account type.'] = 'Voor hoe lang moet de weer data opgeslagen worden? Kies dit volgens je OpenWeatherMap account type.';
$a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "Voor hoe lang moet de weer data opgeslagen worden? Kies dit volgens je OpenWeatherMap account type."; $a->strings['no cache'] = 'Geen cache';
$a->strings["no cache"] = "Geen cache"; $a->strings['minutes'] = 'Minuten';
$a->strings["minutes"] = "Minuten"; $a->strings['Your APPID'] = 'Uw APPID';
$a->strings["Your APPID"] = "Uw APPID"; $a->strings['Your API key provided by OpenWeatherMap'] = 'Je OpenWeatherMap API-Key';
$a->strings["Your API key provided by OpenWeatherMap"] = "Je OpenWeatherMap API-Key";

View file

@ -5,31 +5,30 @@ function string_plural_select_pl($n){
$n = intval($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; } 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['Error fetching weather data.\nError was: '] = 'Błąd podczas pobierania danych pogodowych. \nError był:';
$a->strings["Error fetching weather data.\\nError was: "] = "Błąd podczas pobierania danych pogodowych. \\nError był:"; $a->strings['Current Weather'] = 'Obecna pogoda';
$a->strings["Current Weather"] = "Obecna pogoda"; $a->strings['Relative Humidity'] = 'Względna wilgotność';
$a->strings["Relative Humidity"] = "Względna wilgotność"; $a->strings['Pressure'] = 'Ciśnienie';
$a->strings["Pressure"] = "Ciśnienie"; $a->strings['Wind'] = 'Wiatr';
$a->strings["Wind"] = "Wiatr"; $a->strings['Last Updated'] = 'Ostatnio zaktualizowano';
$a->strings["Last Updated"] = "Ostatnio zaktualizowano"; $a->strings['Data by'] = 'Dane wg';
$a->strings["Data by"] = "Dane wg"; $a->strings['Show on map'] = 'Pokaż na mapie';
$a->strings["Show on map"] = "Pokaż na mapie"; $a->strings['There was a problem accessing the weather data. But have a look'] = 'Wystąpił problem z dostępem do danych pogodowych. Ale spójrz';
$a->strings["There was a problem accessing the weather data. But have a look"] = "Wystąpił problem z dostępem do danych pogodowych. Ale spójrz"; $a->strings['at OpenWeatherMap'] = 'w OpenWeatherMap';
$a->strings["at OpenWeatherMap"] = "w OpenWeatherMap"; $a->strings['Current Weather settings updated.'] = 'Zaktualizowano bieżące ustawienia pogody.';
$a->strings["Current Weather settings updated."] = "Zaktualizowano bieżące ustawienia pogody."; $a->strings['No APPID found, please contact your admin to obtain one.'] = 'Nie znaleziono APPID, skontaktuj się z administratorem, aby go uzyskać.';
$a->strings["No APPID found, please contact your admin to obtain one."] = "Nie znaleziono APPID, skontaktuj się z administratorem, aby go uzyskać."; $a->strings['Save Settings'] = 'Zapisz ustawienia';
$a->strings["Save Settings"] = "Zapisz ustawienia"; $a->strings['Settings'] = 'Ustawienia';
$a->strings["Settings"] = "Ustawienia"; $a->strings['Enter either the name of your location or the zip code.'] = 'Wprowadź nazwę swojej lokalizacji lub kod pocztowy.';
$a->strings["Enter either the name of your location or the zip code."] = "Wprowadź nazwę swojej lokalizacji lub kod pocztowy."; $a->strings['Your Location'] = 'Twoja lokalizacja';
$a->strings["Your Location"] = "Twoja lokalizacja"; $a->strings['Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>.'] = 'Identyfikator Twojej lokalizacji (nazwa lub kod pocztowy), np. <em>Lublin, LU</em> lub <em>20001, LU</em>.';
$a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "Identyfikator Twojej lokalizacji (nazwa lub kod pocztowy), np. <em>Lublin, LU</em> lub <em>20001, LU</em>."; $a->strings['Units'] = 'Jednostka';
$a->strings["Units"] = "Jednostka"; $a->strings['select if the temperature should be displayed in &deg;C or &deg;F'] = 'wybierz, czy temperatura powinna być wyświetlana w &deg;C lub &deg;F';
$a->strings["select if the temperature should be displayed in &deg;C or &deg;F"] = "wybierz, czy temperatura powinna być wyświetlana w &deg;C lub &deg;F"; $a->strings['Show weather data'] = 'Pokaż dane pogodowe';
$a->strings["Show weather data"] = "Pokaż dane pogodowe"; $a->strings['Curweather settings saved.'] = 'Ustawienia pogodowe zostały zapisane.';
$a->strings["Curweather settings saved."] = "Ustawienia pogodowe zostały zapisane."; $a->strings['Caching Interval'] = 'Interwał buforowania';
$a->strings["Caching Interval"] = "Interwał buforowania"; $a->strings['For how long should the weather data be cached? Choose according your OpenWeatherMap account type.'] = 'Od jak dawna powinny być buforowane dane pogodowe? Wybierz zgodnie z typem konta OpenWeatherMap.';
$a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "Od jak dawna powinny być buforowane dane pogodowe? Wybierz zgodnie z typem konta OpenWeatherMap."; $a->strings['no cache'] = 'Brak pamięci podręcznej';
$a->strings["no cache"] = "Brak pamięci podręcznej"; $a->strings['minutes'] = 'minut';
$a->strings["minutes"] = "minut"; $a->strings['Your APPID'] = 'Twój APPID';
$a->strings["Your APPID"] = "Twój APPID"; $a->strings['Your API key provided by OpenWeatherMap'] = 'Twój klucz API dostarczony przez OpenWeatherMap';
$a->strings["Your API key provided by OpenWeatherMap"] = "Twój klucz API dostarczony przez OpenWeatherMap";

View file

@ -5,31 +5,30 @@ function string_plural_select_pt_br($n){
$n = intval($n); $n = intval($n);
return intval($n > 1); return intval($n > 1);
}} }}
; $a->strings['Error fetching weather data.\nError was: '] = 'Houve um erro na obtenção de dados do clima\nErro:';
$a->strings["Error fetching weather data.\\nError was: "] = "Houve um erro na obtenção de dados do clima\\nErro:"; $a->strings['Current Weather'] = 'Clima atual';
$a->strings["Current Weather"] = "Clima atual"; $a->strings['Relative Humidity'] = 'Umidade relativa';
$a->strings["Relative Humidity"] = "Umidade relativa"; $a->strings['Pressure'] = 'Pressão';
$a->strings["Pressure"] = "Pressão"; $a->strings['Wind'] = 'Vento';
$a->strings["Wind"] = "Vento"; $a->strings['Last Updated'] = 'Atualizado';
$a->strings["Last Updated"] = "Atualizado"; $a->strings['Data by'] = 'Dados de';
$a->strings["Data by"] = "Dados de"; $a->strings['Show on map'] = 'Mostrar no mapa';
$a->strings["Show on map"] = "Mostrar no mapa"; $a->strings['There was a problem accessing the weather data. But have a look'] = 'Houve um problema no acesso aos dados do clima. Mas dê uma olhada';
$a->strings["There was a problem accessing the weather data. But have a look"] = "Houve um problema no acesso aos dados do clima. Mas dê uma olhada"; $a->strings['at OpenWeatherMap'] = 'em OpenWeatherMap';
$a->strings["at OpenWeatherMap"] = "em OpenWeatherMap"; $a->strings['Current Weather settings updated.'] = 'Atualização das Configurações de clima.';
$a->strings["Current Weather settings updated."] = "Atualização das Configurações de clima."; $a->strings['No APPID found, please contact your admin to optain one.'] = 'Não foi encontrado nenhum AppID; fale com seu administrador para receber um.';
$a->strings["No APPID found, please contact your admin to optain one."] = "Não foi encontrado nenhum AppID; fale com seu administrador para receber um."; $a->strings['Save Settings'] = 'Salvar Configurações';
$a->strings["Save Settings"] = "Salvar Configurações"; $a->strings['Settings'] = 'Configurações';
$a->strings["Settings"] = "Configurações"; $a->strings['Enter either the name of your location or the zip code.'] = 'Informe sua localização ou seu CEP.';
$a->strings["Enter either the name of your location or the zip code."] = "Informe sua localização ou seu CEP."; $a->strings['Your Location'] = 'Sua localização';
$a->strings["Your Location"] = "Sua localização"; $a->strings['Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>.'] = 'Identificador da sua localização (nome ou CEP), p.ex. <em>Rio,BR</em> ou <em>20021,BR</em>.';
$a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "Identificador da sua localização (nome ou CEP), p.ex. <em>Rio,BR</em> ou <em>20021,BR</em>."; $a->strings['Units'] = 'Unidades';
$a->strings["Units"] = "Unidades"; $a->strings['select if the temperatur should be displayed in &deg;C or &deg;F'] = 'selecione se a temperatura será exibida em &deg;C or &deg;F';
$a->strings["select if the temperatur should be displayed in &deg;C or &deg;F"] = "selecione se a temperatura será exibida em &deg;C or &deg;F"; $a->strings['Show weather data'] = 'Mostrar dados do clima';
$a->strings["Show weather data"] = "Mostrar dados do clima"; $a->strings['Curweather settings saved.'] = 'As configurações do Curweather foram salvas.';
$a->strings["Curweather settings saved."] = "As configurações do Curweather foram salvas."; $a->strings['Caching Interval'] = 'Intervalo de cache';
$a->strings["Caching Interval"] = "Intervalo de cache"; $a->strings['For how long should the weather data be cached? Choose according your OpenWeatherMap account type.'] = 'Por quanto tempo os dados do clima devem ser guardados em cache? Escolha de acordo com o tipo da sua conta no OpenWeatherMap.';
$a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "Por quanto tempo os dados do clima devem ser guardados em cache? Escolha de acordo com o tipo da sua conta no OpenWeatherMap."; $a->strings['no cache'] = 'sem cache';
$a->strings["no cache"] = "sem cache"; $a->strings['minutes'] = 'minutos';
$a->strings["minutes"] = "minutos"; $a->strings['Your APPID'] = 'Seu AppID';
$a->strings["Your APPID"] = "Seu AppID"; $a->strings['Your API key provided by OpenWeatherMap'] = 'Sua chave de API fornecida pelo OpenWeatherMap';
$a->strings["Your API key provided by OpenWeatherMap"] = "Sua chave de API fornecida pelo OpenWeatherMap";

View file

@ -5,10 +5,9 @@ function string_plural_select_ro($n){
$n = intval($n); $n = intval($n);
if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; }
}} }}
; $a->strings['Current Weather'] = 'Starea Vremii';
$a->strings["Current Weather"] = "Starea Vremii"; $a->strings['Current Weather settings updated.'] = 'Configurări actualizate pentru Starea Vremii';
$a->strings["Current Weather settings updated."] = "Configurări actualizate pentru Starea Vremii"; $a->strings['Current Weather Settings'] = 'Configurări pentru Starea Vremii';
$a->strings["Current Weather Settings"] = "Configurări pentru Starea Vremii"; $a->strings['Weather Location: '] = 'Locație Meteo:';
$a->strings["Weather Location: "] = "Locație Meteo:"; $a->strings['Enable Current Weather'] = 'Activare Starea Vremii';
$a->strings["Enable Current Weather"] = "Activare Starea Vremii"; $a->strings['Submit'] = 'Trimite';
$a->strings["Submit"] = "Trimite";

View file

@ -5,14 +5,13 @@ function string_plural_select_ca($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Post to Diaspora'] = 'Publicar a diàspora';
$a->strings["Post to Diaspora"] = "Publicar a diàspora"; $a->strings['Can\'t login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)'] = 'No es pot iniciar la sessió al vostre compte de Diaspora. Comproveu nom d\'usuari i contrasenya i assegureu-vos que heu utilitzat l\'adreça completa (inclosa http ...)';
$a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "No es pot iniciar la sessió al vostre compte de Diaspora. Comproveu nom d'usuari i contrasenya i assegureu-vos que heu utilitzat l'adreça completa (inclosa http ...)"; $a->strings['Diaspora Export'] = 'Exportació de diàspora';
$a->strings["Diaspora Export"] = "Exportació de diàspora"; $a->strings['Enable Diaspora Post Addon'] = 'Habilita Addon Post de Diaspora';
$a->strings["Enable Diaspora Post Addon"] = "Habilita Addon Post de Diaspora"; $a->strings['Diaspora username'] = 'Nom d\'usuari de diàspora';
$a->strings["Diaspora username"] = "Nom d'usuari de diàspora"; $a->strings['Diaspora password'] = 'Contrasenya de diàspora';
$a->strings["Diaspora password"] = "Contrasenya de diàspora"; $a->strings['Diaspora site URL'] = 'URL del lloc de diàspora';
$a->strings["Diaspora site URL"] = "URL del lloc de diàspora"; $a->strings['Post to Diaspora by default'] = 'Publica a Diaspora de manera predeterminada';
$a->strings["Post to Diaspora by default"] = "Publica a Diaspora de manera predeterminada"; $a->strings['Save Settings'] = 'Desa la configuració';
$a->strings["Save Settings"] = "Desa la configuració"; $a->strings['Diaspora post failed. Queued for retry.'] = 'La publicació de la diàspora ha fallat Feu cua per tornar a provar.';
$a->strings["Diaspora post failed. Queued for retry."] = "La publicació de la diàspora ha fallat Feu cua per tornar a provar.";

View file

@ -5,14 +5,13 @@ function string_plural_select_cs($n){
$n = intval($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; } 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['Post to Diaspora'] = 'Odeslat na Diasporu';
$a->strings["Post to Diaspora"] = "Odeslat na Diasporu"; $a->strings['Can\'t login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)'] = 'Nelze se přihlásit na váš účet Diaspora. Prosím ověřte své uživatelské jméno a heslo a ujistěte se, že jste použili kompletní adresu (včetně http...)';
$a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "Nelze se přihlásit na váš účet Diaspora. Prosím ověřte své uživatelské jméno a heslo a ujistěte se, že jste použili kompletní adresu (včetně http...)"; $a->strings['Diaspora Export'] = 'Diaspora export';
$a->strings["Diaspora Export"] = "Diaspora export"; $a->strings['Enable Diaspora Post Addon'] = 'Povolit doplněk Diaspora Post';
$a->strings["Enable Diaspora Post Addon"] = "Povolit doplněk Diaspora Post"; $a->strings['Diaspora username'] = 'Uživatelské jméno na Diaspora';
$a->strings["Diaspora username"] = "Uživatelské jméno na Diaspora"; $a->strings['Diaspora password'] = 'Heslo na Diaspora';
$a->strings["Diaspora password"] = "Heslo na Diaspora"; $a->strings['Diaspora site URL'] = 'Adresa webu Diaspora';
$a->strings["Diaspora site URL"] = "Adresa webu Diaspora"; $a->strings['Post to Diaspora by default'] = 'Ve výchozím stavu zasílat příspěvky na Diaspora';
$a->strings["Post to Diaspora by default"] = "Ve výchozím stavu zasílat příspěvky na Diaspora"; $a->strings['Save Settings'] = 'Uložit nastavení';
$a->strings["Save Settings"] = "Uložit nastavení"; $a->strings['Diaspora post failed. Queued for retry.'] = 'Zaslání příspěvku na Diasporu selhalo. Příspěvek byl zařazen do fronty pro opakované odeslání.';
$a->strings["Diaspora post failed. Queued for retry."] = "Zaslání příspěvku na Diasporu selhalo. Příspěvek byl zařazen do fronty pro opakované odeslání.";

View file

@ -5,22 +5,21 @@ function string_plural_select_de($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Post to Diaspora'] = 'Auf Diaspora veröffentlichen';
$a->strings["Post to Diaspora"] = "Auf Diaspora veröffentlichen"; $a->strings['Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. '] = 'Denke daran: Du kannst jederzeit über deinen Friendica-Account <strong>%s</strong> von Diaspora aus erreicht werden.';
$a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. "] = "Denke daran: Du kannst jederzeit über deinen Friendica-Account <strong>%s</strong> von Diaspora aus erreicht werden."; $a->strings['This connector is only meant if you still want to use your old Diaspora account for some time. '] = 'Dieser Connector ist ausschließlich dafür gedacht, deinen alten Diaspora-Account noch ein wenig weiter zu betreiben.';
$a->strings["This connector is only meant if you still want to use your old Diaspora account for some time. "] = "Dieser Connector ist ausschließlich dafür gedacht, deinen alten Diaspora-Account noch ein wenig weiter zu betreiben."; $a->strings['However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead.'] = 'Du solltest allerdings deinen Diaspora Kontakten deinen Friendica Account <strong>%s</strong> mitteilen, damit sie diesem folgen.';
$a->strings["However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead."] = "Du solltest allerdings deinen Diaspora Kontakten deinen Friendica Account <strong>%s</strong> mitteilen, damit sie diesem folgen."; $a->strings['All aspects'] = 'Alle Aspekte';
$a->strings["All aspects"] = "Alle Aspekte"; $a->strings['Public'] = 'Öffentlich';
$a->strings["Public"] = "Öffentlich"; $a->strings['Post to aspect:'] = 'Bei aspect veröffentlichen:';
$a->strings["Post to aspect:"] = "Bei aspect veröffentlichen:"; $a->strings['Connected with your Diaspora account <strong>%s</strong>'] = 'Verbunden mit deinem Diaspora-Konto <strong>%s</strong>';
$a->strings["Connected with your Diaspora account <strong>%s</strong>"] = "Verbunden mit deinem Diaspora-Konto <strong>%s</strong>"; $a->strings['Can\'t login to your Diaspora account. Please check handle (in the format user@domain.tld) and password.'] = 'Anmeldung bei deinem Diaspora-Konto fehlgeschlagen. Bitte überprüfe Handle (im Format user@domain.tld) und Passwort.';
$a->strings["Can't login to your Diaspora account. Please check handle (in the format user@domain.tld) and password."] = "Anmeldung bei deinem Diaspora-Konto fehlgeschlagen. Bitte überprüfe Handle (im Format user@domain.tld) und Passwort."; $a->strings['Diaspora Export'] = 'Diaspora-Export';
$a->strings["Diaspora Export"] = "Diaspora-Export"; $a->strings['Information'] = 'Information';
$a->strings["Information"] = "Information"; $a->strings['Error'] = 'Fehler';
$a->strings["Error"] = "Fehler"; $a->strings['Save Settings'] = 'Einstellungen speichern';
$a->strings["Save Settings"] = "Einstellungen speichern"; $a->strings['Enable Diaspora Post Addon'] = 'Diaspora-Post-Addon aktivieren';
$a->strings["Enable Diaspora Post Addon"] = "Diaspora-Post-Addon aktivieren"; $a->strings['Diaspora handle'] = 'Diaspora-Handle';
$a->strings["Diaspora handle"] = "Diaspora-Handle"; $a->strings['Diaspora password'] = 'Diaspora-Passwort';
$a->strings["Diaspora password"] = "Diaspora-Passwort"; $a->strings['Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it.'] = 'Datenschutzhinweis: Dein Diaspora-Passwort wird unverschlüsselt gespeichert, um dich an deinem Diaspora-Pod zu authentifizieren. Dadurch kann der Administrator deines Friendica-Knotens Zugriff darauf erlangen.';
$a->strings["Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it."] = "Datenschutzhinweis: Dein Diaspora-Passwort wird unverschlüsselt gespeichert, um dich an deinem Diaspora-Pod zu authentifizieren. Dadurch kann der Administrator deines Friendica-Knotens Zugriff darauf erlangen."; $a->strings['Post to Diaspora by default'] = 'Veröffentliche öffentliche Beiträge standardmäßig bei Diaspora';
$a->strings["Post to Diaspora by default"] = "Veröffentliche öffentliche Beiträge standardmäßig bei Diaspora";

View file

@ -5,24 +5,23 @@ function string_plural_select_en_gb($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Post to Diaspora'] = 'Post to Diaspora';
$a->strings["Post to Diaspora"] = "Post to Diaspora"; $a->strings['Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. '] = 'Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. ';
$a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. "] = "Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. "; $a->strings['This connector is only meant if you still want to use your old Diaspora account for some time. '] = 'This connector is only meant if you still want to use your old Diaspora account for some time. ';
$a->strings["This connector is only meant if you still want to use your old Diaspora account for some time. "] = "This connector is only meant if you still want to use your old Diaspora account for some time. "; $a->strings['However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead.'] = 'It\'s preferrable that you tell your Diaspora contacts the new handle <strong>%s</strong> instead.';
$a->strings["However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead."] = "It's preferrable that you tell your Diaspora contacts the new handle <strong>%s</strong> instead."; $a->strings['All aspects'] = 'All aspects';
$a->strings["All aspects"] = "All aspects"; $a->strings['Public'] = 'Public';
$a->strings["Public"] = "Public"; $a->strings['Post to aspect:'] = 'Post to aspect:';
$a->strings["Post to aspect:"] = "Post to aspect:"; $a->strings['Connected with your Diaspora account <strong>%s</strong>'] = 'Connected with your Diaspora account <strong>%s</strong>';
$a->strings["Connected with your Diaspora account <strong>%s</strong>"] = "Connected with your Diaspora account <strong>%s</strong>"; $a->strings['Can\'t login to your Diaspora account. Please check handle (in the format user@domain.tld) and password.'] = 'Can\'t login to your Diaspora account. Please check handle (in the format user@domain.tld) and password.';
$a->strings["Can't login to your Diaspora account. Please check handle (in the format user@domain.tld) and password."] = "Can't login to your Diaspora account. Please check handle (in the format user@domain.tld) and password."; $a->strings['Diaspora Export'] = 'Diaspora Export';
$a->strings["Diaspora Export"] = "Diaspora Export"; $a->strings['Information'] = 'Information';
$a->strings["Information"] = "Information"; $a->strings['Error'] = 'Error';
$a->strings["Error"] = "Error"; $a->strings['Save Settings'] = 'Save settings';
$a->strings["Save Settings"] = "Save settings"; $a->strings['Enable Diaspora Post Addon'] = 'Enable Diaspora export';
$a->strings["Enable Diaspora Post Addon"] = "Enable Diaspora export"; $a->strings['Diaspora handle'] = 'Diaspora handle';
$a->strings["Diaspora handle"] = "Diaspora handle"; $a->strings['Diaspora password'] = 'Diaspora password';
$a->strings["Diaspora password"] = "Diaspora password"; $a->strings['Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it.'] = 'Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it.';
$a->strings["Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it."] = "Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it."; $a->strings['Post to Diaspora by default'] = 'Post to Diaspora by default';
$a->strings["Post to Diaspora by default"] = "Post to Diaspora by default"; $a->strings['Diaspora settings updated.'] = 'Diaspora settings updated.';
$a->strings["Diaspora settings updated."] = "Diaspora settings updated."; $a->strings['Diaspora connector disabled.'] = 'Diaspora connector disabled.';
$a->strings["Diaspora connector disabled."] = "Diaspora connector disabled.";

View file

@ -5,10 +5,9 @@ function string_plural_select_en_us($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Post to Diaspora'] = 'Post to Diaspora';
$a->strings["Post to Diaspora"] = "Post to Diaspora"; $a->strings['Diaspora Export'] = 'Diaspora Export';
$a->strings["Diaspora Export"] = "Diaspora Export"; $a->strings['Save Settings'] = 'Save settings';
$a->strings["Save Settings"] = "Save settings"; $a->strings['Enable Diaspora Post Addon'] = 'Enable Diaspora export';
$a->strings["Enable Diaspora Post Addon"] = "Enable Diaspora export"; $a->strings['Diaspora password'] = 'Diaspora password';
$a->strings["Diaspora password"] = "Diaspora password"; $a->strings['Post to Diaspora by default'] = 'Post to Diaspora by default';
$a->strings["Post to Diaspora by default"] = "Post to Diaspora by default";

View file

@ -5,22 +5,21 @@ function string_plural_select_es($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Post to Diaspora'] = 'Publicar hacia Diaspora*';
$a->strings["Post to Diaspora"] = "Publicar hacia Diaspora*"; $a->strings['Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. '] = 'Recuerde: siempre puede ser contactado desde Diaspora con su identificador de Friendica <strong>%s</strong>. ';
$a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. "] = "Recuerde: siempre puede ser contactado desde Diaspora con su identificador de Friendica <strong>%s</strong>. "; $a->strings['This connector is only meant if you still want to use your old Diaspora account for some time. '] = 'Este conector solo está diseñado si aún desea usar su antigua cuenta de Diaspora durante algún tiempo.';
$a->strings["This connector is only meant if you still want to use your old Diaspora account for some time. "] = "Este conector solo está diseñado si aún desea usar su antigua cuenta de Diaspora durante algún tiempo."; $a->strings['However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead.'] = 'Sin embargo, es preferible que le diga a sus contactos de Diaspora el nuevo identificador <strong>%s</strong> en su lugar.';
$a->strings["However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead."] = "Sin embargo, es preferible que le diga a sus contactos de Diaspora el nuevo identificador <strong>%s</strong> en su lugar."; $a->strings['All aspects'] = 'Todos los aspectos';
$a->strings["All aspects"] = "Todos los aspectos"; $a->strings['Public'] = 'Publico';
$a->strings["Public"] = "Publico"; $a->strings['Post to aspect:'] = 'Publicar para aspecto';
$a->strings["Post to aspect:"] = "Publicar para aspecto"; $a->strings['Connected with your Diaspora account <strong>%s</strong>'] = 'Conectado con tu cuenta de Diaspora <strong>%s</strong>';
$a->strings["Connected with your Diaspora account <strong>%s</strong>"] = "Conectado con tu cuenta de Diaspora <strong>%s</strong>"; $a->strings['Can\'t login to your Diaspora account. Please check handle (in the format user@domain.tld) and password.'] = 'No puedo iniciar sesión en su cuenta de Diaspora. Compruebe el identificador (en formato user@domain.tld) y la contraseña.';
$a->strings["Can't login to your Diaspora account. Please check handle (in the format user@domain.tld) and password."] = "No puedo iniciar sesión en su cuenta de Diaspora. Compruebe el identificador (en formato user@domain.tld) y la contraseña."; $a->strings['Diaspora Export'] = 'Exportar a Diaspora*';
$a->strings["Diaspora Export"] = "Exportar a Diaspora*"; $a->strings['Information'] = 'Información';
$a->strings["Information"] = "Información"; $a->strings['Error'] = 'Error';
$a->strings["Error"] = "Error"; $a->strings['Save Settings'] = 'Guardar configuración';
$a->strings["Save Settings"] = "Guardar configuración"; $a->strings['Enable Diaspora Post Addon'] = 'Habilitar publicar a traves de Diaspora* plugin.';
$a->strings["Enable Diaspora Post Addon"] = "Habilitar publicar a traves de Diaspora* plugin."; $a->strings['Diaspora handle'] = 'Diaspora handle';
$a->strings["Diaspora handle"] = "Diaspora handle"; $a->strings['Diaspora password'] = 'Contraseña Diaspora*';
$a->strings["Diaspora password"] = "Contraseña Diaspora*"; $a->strings['Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it.'] = 'Aviso de privacidad: su contraseña de Diaspora se almacenará sin cifrar para autenticarlo con su pod de Diaspora. Esto significa que su administrador de nodo de Friendica puede tener acceso a él.';
$a->strings["Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it."] = "Aviso de privacidad: su contraseña de Diaspora se almacenará sin cifrar para autenticarlo con su pod de Diaspora. Esto significa que su administrador de nodo de Friendica puede tener acceso a él."; $a->strings['Post to Diaspora by default'] = 'Publicar hacia Diaspora* como estándar.';
$a->strings["Post to Diaspora by default"] = "Publicar hacia Diaspora* como estándar.";

View file

@ -5,14 +5,13 @@ function string_plural_select_fi_fi($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Post to Diaspora'] = 'Lähetä Diasporaan';
$a->strings["Post to Diaspora"] = "Lähetä Diasporaan"; $a->strings['Can\'t login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)'] = 'Kirjautuminen Diasporaan epäonnistui. Tarkista että käyttäjätunnus ja salasana ovat oikein ja varmista että kirjoitit täydellisen osoitteen (mukaan lukien http...).';
$a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "Kirjautuminen Diasporaan epäonnistui. Tarkista että käyttäjätunnus ja salasana ovat oikein ja varmista että kirjoitit täydellisen osoitteen (mukaan lukien http...)."; $a->strings['Diaspora Export'] = 'Diaspora Export';
$a->strings["Diaspora Export"] = "Diaspora Export"; $a->strings['Enable Diaspora Post Addon'] = 'Ota Diaspora-viestilisäosa käyttöön';
$a->strings["Enable Diaspora Post Addon"] = "Ota Diaspora-viestilisäosa käyttöön"; $a->strings['Diaspora username'] = 'Diaspora -käyttäjätunnus';
$a->strings["Diaspora username"] = "Diaspora -käyttäjätunnus"; $a->strings['Diaspora password'] = 'Diaspora -salasana';
$a->strings["Diaspora password"] = "Diaspora -salasana"; $a->strings['Diaspora site URL'] = 'Diaspora -sivuston URL-osoite';
$a->strings["Diaspora site URL"] = "Diaspora -sivuston URL-osoite"; $a->strings['Post to Diaspora by default'] = 'Lähetä Diasporaan oletuksena';
$a->strings["Post to Diaspora by default"] = "Lähetä Diasporaan oletuksena"; $a->strings['Save Settings'] = 'Tallenna asetukset';
$a->strings["Save Settings"] = "Tallenna asetukset"; $a->strings['Diaspora post failed. Queued for retry.'] = 'Diaspora -julkaisu epäonnistui. Jonossa uudelleenyritykseen.';
$a->strings["Diaspora post failed. Queued for retry."] = "Diaspora -julkaisu epäonnistui. Jonossa uudelleenyritykseen.";

View file

@ -5,22 +5,21 @@ function string_plural_select_fr($n){
$n = intval($n); $n = intval($n);
return intval($n > 1); return intval($n > 1);
}} }}
; $a->strings['Post to Diaspora'] = 'Publier sur Diaspora';
$a->strings["Post to Diaspora"] = "Publier sur Diaspora"; $a->strings['Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. '] = 'Attention : vous pouvez toujours être joint par Diaspora avec votre identifiant Friendica <strong>%s</strong>. ';
$a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. "] = "Attention : vous pouvez toujours être joint par Diaspora avec votre identifiant Friendica <strong>%s</strong>. "; $a->strings['This connector is only meant if you still want to use your old Diaspora account for some time. '] = 'Ce connecteur ne doit être utilisé que si vous souhaitez encore utiliser votre ancien compte Diaspora.';
$a->strings["This connector is only meant if you still want to use your old Diaspora account for some time. "] = "Ce connecteur ne doit être utilisé que si vous souhaitez encore utiliser votre ancien compte Diaspora."; $a->strings['However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead.'] = 'Quoi qu\'il en soit, il est préférable de communiquer son nouvel identifiant à ses contacts Diaspora <strong>%s</strong>.';
$a->strings["However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead."] = "Quoi qu'il en soit, il est préférable de communiquer son nouvel identifiant à ses contacts Diaspora <strong>%s</strong>."; $a->strings['All aspects'] = 'Tous les aspects';
$a->strings["All aspects"] = "Tous les aspects"; $a->strings['Public'] = 'Public';
$a->strings["Public"] = "Public"; $a->strings['Post to aspect:'] = 'Publier avec l\'aspect:';
$a->strings["Post to aspect:"] = "Publier avec l'aspect:"; $a->strings['Connected with your Diaspora account <strong>%s</strong>'] = 'Connecté avec votre compte Diaspora <strong>%s</strong>';
$a->strings["Connected with your Diaspora account <strong>%s</strong>"] = "Connecté avec votre compte Diaspora <strong>%s</strong>"; $a->strings['Can\'t login to your Diaspora account. Please check handle (in the format user@domain.tld) and password.'] = 'Connexion impossible à votre compte Diaspora. Merci de vérifier votre identifiant (au format user@domain.tld) et votre mot de passe.';
$a->strings["Can't login to your Diaspora account. Please check handle (in the format user@domain.tld) and password."] = "Connexion impossible à votre compte Diaspora. Merci de vérifier votre identifiant (au format user@domain.tld) et votre mot de passe."; $a->strings['Diaspora Export'] = 'Export Diaspora';
$a->strings["Diaspora Export"] = "Export Diaspora"; $a->strings['Information'] = 'Information';
$a->strings["Information"] = "Information"; $a->strings['Error'] = 'Erreur';
$a->strings["Error"] = "Erreur"; $a->strings['Save Settings'] = 'Sauvegarder les paramètres';
$a->strings["Save Settings"] = "Sauvegarder les paramètres"; $a->strings['Enable Diaspora Post Addon'] = 'Activer lextension «Publier sur Diaspora»';
$a->strings["Enable Diaspora Post Addon"] = "Activer lextension «Publier sur Diaspora»"; $a->strings['Diaspora handle'] = 'Identifiant Diaspora';
$a->strings["Diaspora handle"] = "Identifiant Diaspora"; $a->strings['Diaspora password'] = 'Mot de passe Diaspora';
$a->strings["Diaspora password"] = "Mot de passe Diaspora"; $a->strings['Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it.'] = 'Vie privée : Votre mot de passe Diaspora sera stocké sans encryption pour vous identifier sur votre pod. Cela signifie que ladministrateur de votre pod Diaspora peut y avoir accès.';
$a->strings["Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it."] = "Vie privée : Votre mot de passe Diaspora sera stocké sans encryption pour vous identifier sur votre pod. Cela signifie que ladministrateur de votre pod Diaspora peut y avoir accès."; $a->strings['Post to Diaspora by default'] = 'Publier sur Diaspora par défaut';
$a->strings["Post to Diaspora by default"] = "Publier sur Diaspora par défaut";

View file

@ -5,24 +5,23 @@ function string_plural_select_hu($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Post to Diaspora'] = 'Beküldés a Diasporára';
$a->strings["Post to Diaspora"] = "Beküldés a Diasporára"; $a->strings['Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. '] = 'Ne feledje: Ön mindig elérhető a Diasporáról a(z) <strong>%s</strong> Friendica kezelőjével. ';
$a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. "] = "Ne feledje: Ön mindig elérhető a Diasporáról a(z) <strong>%s</strong> Friendica kezelőjével. "; $a->strings['This connector is only meant if you still want to use your old Diaspora account for some time. '] = 'Ez az összekötő csak akkor szükséges, ha továbbra is használni szeretné a régi Diaspora-fiókját egy ideig. ';
$a->strings["This connector is only meant if you still want to use your old Diaspora account for some time. "] = "Ez az összekötő csak akkor szükséges, ha továbbra is használni szeretné a régi Diaspora-fiókját egy ideig. "; $a->strings['However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead.'] = 'Azonban az ajánlott eljárás az, hogy inkább mondja meg a Diaspora partnereinek az új <strong>%s</strong> kezelőt.';
$a->strings["However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead."] = "Azonban az ajánlott eljárás az, hogy inkább mondja meg a Diaspora partnereinek az új <strong>%s</strong> kezelőt."; $a->strings['All aspects'] = 'Minden szempont';
$a->strings["All aspects"] = "Minden szempont"; $a->strings['Public'] = 'Nyilvános';
$a->strings["Public"] = "Nyilvános"; $a->strings['Post to aspect:'] = 'Beküldés a szempontba:';
$a->strings["Post to aspect:"] = "Beküldés a szempontba:"; $a->strings['Connected with your Diaspora account <strong>%s</strong>'] = 'Kapcsolódva a(z) <strong>%s</strong> Diaspora-fiókjával';
$a->strings["Connected with your Diaspora account <strong>%s</strong>"] = "Kapcsolódva a(z) <strong>%s</strong> Diaspora-fiókjával"; $a->strings['Can\'t login to your Diaspora account. Please check handle (in the format user@domain.tld) and password.'] = 'Nem lehet bejelentkezni a Diaspora-fiókjába. Ellenőrizze a kezelőt (felhasználó@tartomány.tld formátumban) és a jelszót.';
$a->strings["Can't login to your Diaspora account. Please check handle (in the format user@domain.tld) and password."] = "Nem lehet bejelentkezni a Diaspora-fiókjába. Ellenőrizze a kezelőt (felhasználó@tartomány.tld formátumban) és a jelszót."; $a->strings['Diaspora Export'] = 'Diaspora exportálás';
$a->strings["Diaspora Export"] = "Diaspora exportálás"; $a->strings['Information'] = 'Információ';
$a->strings["Information"] = "Információ"; $a->strings['Error'] = 'Hiba';
$a->strings["Error"] = "Hiba"; $a->strings['Save Settings'] = 'Beállítások mentése';
$a->strings["Save Settings"] = "Beállítások mentése"; $a->strings['Enable Diaspora Post Addon'] = 'A Diaspora-beküldő bővítmény engedélyezése';
$a->strings["Enable Diaspora Post Addon"] = "A Diaspora-beküldő bővítmény engedélyezése"; $a->strings['Diaspora handle'] = 'Diaspora kezelő';
$a->strings["Diaspora handle"] = "Diaspora kezelő"; $a->strings['Diaspora password'] = 'Diaspora jelszó';
$a->strings["Diaspora password"] = "Diaspora jelszó"; $a->strings['Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it.'] = 'Adatvédelmi figyelmeztetés: a Diaspora jelszava titkosítatlanul lesz eltárolva, hogy hitelesítse Önt a Diaspora csomópontján. Ez azt jelenti, hogy a Friendica csomópontjának adminisztrátora hozzáférhet.';
$a->strings["Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it."] = "Adatvédelmi figyelmeztetés: a Diaspora jelszava titkosítatlanul lesz eltárolva, hogy hitelesítse Önt a Diaspora csomópontján. Ez azt jelenti, hogy a Friendica csomópontjának adminisztrátora hozzáférhet."; $a->strings['Post to Diaspora by default'] = 'Beküldés a Diasporára alapértelmezetten';
$a->strings["Post to Diaspora by default"] = "Beküldés a Diasporára alapértelmezetten"; $a->strings['Diaspora settings updated.'] = 'A Diaspora beállításai frissítve.';
$a->strings["Diaspora settings updated."] = "A Diaspora beállításai frissítve."; $a->strings['Diaspora connector disabled.'] = 'A Diaspora összekötő letiltva.';
$a->strings["Diaspora connector disabled."] = "A Diaspora összekötő letiltva.";

View file

@ -5,13 +5,12 @@ function string_plural_select_is($n){
$n = intval($n); $n = intval($n);
return intval($n % 10 != 1 || $n % 100 == 11); return intval($n % 10 != 1 || $n % 100 == 11);
}} }}
; $a->strings['Post to Diaspora'] = 'Senda færslu á Diaspora';
$a->strings["Post to Diaspora"] = "Senda færslu á Diaspora"; $a->strings['Diaspora Export'] = 'Diaspora útflutningur';
$a->strings["Diaspora Export"] = "Diaspora útflutningur"; $a->strings['Enable Diaspora Post Addon'] = 'Virkja sendiviðbót fyrir Diaspora';
$a->strings["Enable Diaspora Post Addon"] = "Virkja sendiviðbót fyrir Diaspora"; $a->strings['Diaspora username'] = 'Notandanafn á Diaspora';
$a->strings["Diaspora username"] = "Notandanafn á Diaspora"; $a->strings['Diaspora password'] = 'Lykilorð á Diaspora';
$a->strings["Diaspora password"] = "Lykilorð á Diaspora"; $a->strings['Diaspora site URL'] = 'Slóð á Diaspora-vefsvæði';
$a->strings["Diaspora site URL"] = "Slóð á Diaspora-vefsvæði"; $a->strings['Post to Diaspora by default'] = 'Senda sjálfgefið færslur á Diaspora';
$a->strings["Post to Diaspora by default"] = "Senda sjálfgefið færslur á Diaspora"; $a->strings['Save Settings'] = 'Vista stillingar';
$a->strings["Save Settings"] = "Vista stillingar"; $a->strings['Diaspora post failed. Queued for retry.'] = 'Færsla Diaspora mistókst. Sett í biðröð til endurtekningar.';
$a->strings["Diaspora post failed. Queued for retry."] = "Færsla Diaspora mistókst. Sett í biðröð til endurtekningar.";

View file

@ -5,24 +5,23 @@ function string_plural_select_it($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Post to Diaspora'] = 'Invia a Diaspora';
$a->strings["Post to Diaspora"] = "Invia a Diaspora"; $a->strings['Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. '] = 'Ricorda: Puoi sempre essere raggiunto da Diaspora con il tuo indirizzo Friendica <strong>%s</strong>.';
$a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. "] = "Ricorda: Puoi sempre essere raggiunto da Diaspora con il tuo indirizzo Friendica <strong>%s</strong>."; $a->strings['This connector is only meant if you still want to use your old Diaspora account for some time. '] = 'Questo connettore è utile solo se vuoi utilizzare il tuo vecchio account Diaspora per un po\'.';
$a->strings["This connector is only meant if you still want to use your old Diaspora account for some time. "] = "Questo connettore è utile solo se vuoi utilizzare il tuo vecchio account Diaspora per un po'."; $a->strings['However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead.'] = 'Comunque, è preferibile che tu comunichi ai tuoi contatti Diaspora il nuovo indirizzo <strong>%s</strong>.';
$a->strings["However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead."] = "Comunque, è preferibile che tu comunichi ai tuoi contatti Diaspora il nuovo indirizzo <strong>%s</strong>."; $a->strings['All aspects'] = 'Tutti gli aspetti';
$a->strings["All aspects"] = "Tutti gli aspetti"; $a->strings['Public'] = 'Pubblico';
$a->strings["Public"] = "Pubblico"; $a->strings['Post to aspect:'] = 'Invia all\'aspetto:';
$a->strings["Post to aspect:"] = "Invia all'aspetto:"; $a->strings['Connected with your Diaspora account <strong>%s</strong>'] = 'Connesso con il tuo account Diaspora <strong>%s</strong>';
$a->strings["Connected with your Diaspora account <strong>%s</strong>"] = "Connesso con il tuo account Diaspora <strong>%s</strong>"; $a->strings['Can\'t login to your Diaspora account. Please check handle (in the format user@domain.tld) and password.'] = 'Non è stato possibile accedere al tuo account Diaspora. Per favore controlla l\'indirizzo (nel formato utente@dominio.tld) e password.';
$a->strings["Can't login to your Diaspora account. Please check handle (in the format user@domain.tld) and password."] = "Non è stato possibile accedere al tuo account Diaspora. Per favore controlla l'indirizzo (nel formato utente@dominio.tld) e password."; $a->strings['Diaspora Export'] = 'Esporta Diaspora';
$a->strings["Diaspora Export"] = "Esporta Diaspora"; $a->strings['Information'] = 'Informazione';
$a->strings["Information"] = "Informazione"; $a->strings['Error'] = 'Errore';
$a->strings["Error"] = "Errore"; $a->strings['Save Settings'] = 'Salva Impostazioni';
$a->strings["Save Settings"] = "Salva Impostazioni"; $a->strings['Enable Diaspora Post Addon'] = 'Abilita il componente aggiuntivo di invio a Diaspora';
$a->strings["Enable Diaspora Post Addon"] = "Abilita il componente aggiuntivo di invio a Diaspora"; $a->strings['Diaspora handle'] = 'Indirizzo Diaspora';
$a->strings["Diaspora handle"] = "Indirizzo Diaspora"; $a->strings['Diaspora password'] = 'Password Diaspora';
$a->strings["Diaspora password"] = "Password Diaspora"; $a->strings['Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it.'] = 'Nota sulla privacy: La tua password Diaspora sarà memorizzata in modo non criptato per autenticarti al tuo pod Diaspora. Questo significa che l\'amministratore del tuo nodo Friendica può aver accesso a questa.';
$a->strings["Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it."] = "Nota sulla privacy: La tua password Diaspora sarà memorizzata in modo non criptato per autenticarti al tuo pod Diaspora. Questo significa che l'amministratore del tuo nodo Friendica può aver accesso a questa."; $a->strings['Post to Diaspora by default'] = 'Invia sempre a Diaspora';
$a->strings["Post to Diaspora by default"] = "Invia sempre a Diaspora"; $a->strings['Diaspora settings updated.'] = 'Impostazioni Diaspora aggiornate.';
$a->strings["Diaspora settings updated."] = "Impostazioni Diaspora aggiornate."; $a->strings['Diaspora connector disabled.'] = 'Connettore Diaspora disabilitato.';
$a->strings["Diaspora connector disabled."] = "Connettore Diaspora disabilitato.";

View file

@ -5,21 +5,20 @@ function string_plural_select_nl($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Post to Diaspora'] = 'Plaatsen op Diaspora';
$a->strings["Post to Diaspora"] = "Plaatsen op Diaspora"; $a->strings['Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. '] = 'Let op: vanuit Diaspora ben je altijd bereikbaar met je Friendica-handvat <strong>%s</strong>. ';
$a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. "] = "Let op: vanuit Diaspora ben je altijd bereikbaar met je Friendica-handvat <strong>%s</strong>. "; $a->strings['This connector is only meant if you still want to use your old Diaspora account for some time. '] = 'Deze connector is alleen bedoeld als je je oude diaspora-account nog enige tijd wilt gebruiken.';
$a->strings["This connector is only meant if you still want to use your old Diaspora account for some time. "] = "Deze connector is alleen bedoeld als je je oude diaspora-account nog enige tijd wilt gebruiken."; $a->strings['However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead.'] = 'Het verdient echter de voorkeur dat u uw diaspora contacteert met de nieuwe handle <strong>%s</strong>.';
$a->strings["However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead."] = "Het verdient echter de voorkeur dat u uw diaspora contacteert met de nieuwe handle <strong>%s</strong>."; $a->strings['All aspects'] = 'Alle aspecten';
$a->strings["All aspects"] = "Alle aspecten"; $a->strings['Public'] = 'Openbaar';
$a->strings["Public"] = "Openbaar"; $a->strings['Post to aspect:'] = 'Post naar aspect:';
$a->strings["Post to aspect:"] = "Post naar aspect:"; $a->strings['Connected with your Diaspora account <strong>%s</strong>'] = 'Verbonden met uw diaspora-account <strong>%s</strong>';
$a->strings["Connected with your Diaspora account <strong>%s</strong>"] = "Verbonden met uw diaspora-account <strong>%s</strong>"; $a->strings['Can\'t login to your Diaspora account. Please check handle (in the format user@domain.tld) and password.'] = 'U kunt niet inloggen op uw Diaspora-account. Controleer de handle (in het formaat gebruiker@domein.tld) en het wachtwoord.';
$a->strings["Can't login to your Diaspora account. Please check handle (in the format user@domain.tld) and password."] = "U kunt niet inloggen op uw Diaspora-account. Controleer de handle (in het formaat gebruiker@domein.tld) en het wachtwoord."; $a->strings['Diaspora Export'] = 'Diaspora Exporteren';
$a->strings["Diaspora Export"] = "Diaspora Exporteren"; $a->strings['Information'] = 'Informatie';
$a->strings["Information"] = "Informatie"; $a->strings['Error'] = 'Fout';
$a->strings["Error"] = "Fout"; $a->strings['Save Settings'] = 'Instellingen opslaan';
$a->strings["Save Settings"] = "Instellingen opslaan"; $a->strings['Enable Diaspora Post Addon'] = 'Diaspora Post Addon inschakelen';
$a->strings["Enable Diaspora Post Addon"] = "Diaspora Post Addon inschakelen"; $a->strings['Diaspora password'] = 'Diaspora wachtwoord';
$a->strings["Diaspora password"] = "Diaspora wachtwoord"; $a->strings['Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it.'] = 'Privacyverklaring: uw diaspora-wachtwoord wordt onversleuteld opgeslagen om u te authenticeren met uw diaspora-pod. Dit betekent dat uw Friendica-knooppuntbeheerder er toegang toe heeft.';
$a->strings["Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it."] = "Privacyverklaring: uw diaspora-wachtwoord wordt onversleuteld opgeslagen om u te authenticeren met uw diaspora-pod. Dit betekent dat uw Friendica-knooppuntbeheerder er toegang toe heeft."; $a->strings['Post to Diaspora by default'] = 'Plaatsen op Diaspora als standaard instellen ';
$a->strings["Post to Diaspora by default"] = "Plaatsen op Diaspora als standaard instellen ";

View file

@ -5,19 +5,18 @@ function string_plural_select_pl($n){
$n = intval($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; } 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['Post to Diaspora'] = 'Napisz do Diaspory';
$a->strings["Post to Diaspora"] = "Napisz do Diaspory"; $a->strings['This connector is only meant if you still want to use your old Diaspora account for some time. '] = 'Ten łącznik jest przeznaczony do tego, gdy nadal chcesz korzystać ze starego konta Diaspora przez jakiś czas.';
$a->strings["This connector is only meant if you still want to use your old Diaspora account for some time. "] = "Ten łącznik jest przeznaczony do tego, gdy nadal chcesz korzystać ze starego konta Diaspora przez jakiś czas."; $a->strings['All aspects'] = 'Wszystkie aspekty';
$a->strings["All aspects"] = "Wszystkie aspekty"; $a->strings['Public'] = 'Publiczny';
$a->strings["Public"] = "Publiczny"; $a->strings['Connected with your Diaspora account <strong>%s</strong>'] = 'Połączony ze swoim kontem Diaspora <strong>%s</strong>';
$a->strings["Connected with your Diaspora account <strong>%s</strong>"] = "Połączony ze swoim kontem Diaspora <strong>%s</strong>"; $a->strings['Diaspora Export'] = 'Eksportuj do Diaspory';
$a->strings["Diaspora Export"] = "Eksportuj do Diaspory"; $a->strings['Information'] = 'Informacja';
$a->strings["Information"] = "Informacja"; $a->strings['Error'] = 'Błąd';
$a->strings["Error"] = "Błąd"; $a->strings['Save Settings'] = 'Zapisz ustawienia';
$a->strings["Save Settings"] = "Zapisz ustawienia"; $a->strings['Enable Diaspora Post Addon'] = 'Włącz dodatek Diaspora';
$a->strings["Enable Diaspora Post Addon"] = "Włącz dodatek Diaspora"; $a->strings['Diaspora password'] = 'Hasło Diaspora';
$a->strings["Diaspora password"] = "Hasło Diaspora"; $a->strings['Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it.'] = 'Informacja o ochronie prywatności: Twoje hasło Diaspora będzie przechowywane w postaci niezaszyfrowanej w celu uwierzytelnienia użytkownika za pomocą Diaspora. Oznacza to, że administrator węzła Friendica może mieć do niego dostęp.';
$a->strings["Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it."] = "Informacja o ochronie prywatności: Twoje hasło Diaspora będzie przechowywane w postaci niezaszyfrowanej w celu uwierzytelnienia użytkownika za pomocą Diaspora. Oznacza to, że administrator węzła Friendica może mieć do niego dostęp."; $a->strings['Post to Diaspora by default'] = 'Wyślij domyślnie do Diaspory';
$a->strings["Post to Diaspora by default"] = "Wyślij domyślnie do Diaspory"; $a->strings['Diaspora settings updated.'] = 'Zaktualizowano ustawienia Diaspora.';
$a->strings["Diaspora settings updated."] = "Zaktualizowano ustawienia Diaspora."; $a->strings['Diaspora connector disabled.'] = 'Połączenie z Diaspora wyłączone.';
$a->strings["Diaspora connector disabled."] = "Połączenie z Diaspora wyłączone.";

View file

@ -0,0 +1,15 @@
<?php
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
$n = intval($n);
return intval($n > 1);
}}
$a->strings['Post to Diaspora'] = 'Publicar na Diaspora';
$a->strings['Can\'t login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)'] = 'Não foi possível entrar na sua conta Diaspora. Verifique seu nome de usuário e senha e certifique-se que usou o endereço completo (incluindo http...).';
$a->strings['Enable Diaspora Post Addon'] = 'Habilitar plug-in para publicar na Diaspora';
$a->strings['Diaspora username'] = 'Nome de usuário da Diaspora';
$a->strings['Diaspora password'] = 'Senha da Diaspora';
$a->strings['Post to Diaspora by default'] = 'Publicar na Diaspora por padrão';
$a->strings['Save Settings'] = 'Salvar Configurações';
$a->strings['Diaspora post failed. Queued for retry.'] = 'Falha ao publicar na Diaspora. Na fila para tentar novamente.';

View file

@ -5,13 +5,12 @@ function string_plural_select_ro($n){
$n = intval($n); $n = intval($n);
if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; }
}} }}
; $a->strings['Post to Diaspora'] = 'Postați pe Diaspora';
$a->strings["Post to Diaspora"] = "Postați pe Diaspora"; $a->strings['Can\'t login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)'] = 'Nu se poate face autentificarea pe contul dvs. Diaspora. Verificați numele de utilizator şi parola şi asigurați-vă că ați folosit adresa completă (inclusiv http ... )';
$a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "Nu se poate face autentificarea pe contul dvs. Diaspora. Verificați numele de utilizator şi parola şi asigurați-vă că ați folosit adresa completă (inclusiv http ... )"; $a->strings['Diaspora Export'] = 'Exportare pe Diaspora ';
$a->strings["Diaspora Export"] = "Exportare pe Diaspora "; $a->strings['Diaspora username'] = 'Utilizator Diaspora';
$a->strings["Diaspora username"] = "Utilizator Diaspora"; $a->strings['Diaspora password'] = 'Parola Diaspora';
$a->strings["Diaspora password"] = "Parola Diaspora"; $a->strings['Diaspora site URL'] = 'URL site Diaspora';
$a->strings["Diaspora site URL"] = "URL site Diaspora"; $a->strings['Post to Diaspora by default'] = 'Postați implicit pe Diaspora';
$a->strings["Post to Diaspora by default"] = "Postați implicit pe Diaspora"; $a->strings['Save Settings'] = 'Salvare Configurări';
$a->strings["Save Settings"] = "Salvare Configurări"; $a->strings['Diaspora post failed. Queued for retry.'] = 'Postarea pe Diaspora a eșuat. S-a pus în așteptare pentru reîncercare.';
$a->strings["Diaspora post failed. Queued for retry."] = "Postarea pe Diaspora a eșuat. S-a pus în așteptare pentru reîncercare.";

View file

@ -5,24 +5,23 @@ function string_plural_select_ru($n){
$n = intval($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; } 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['Post to Diaspora'] = 'Отправить в Diaspora';
$a->strings["Post to Diaspora"] = "Отправить в Diaspora"; $a->strings['Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. '] = 'Помните: с вами всегда можно связаться из сети Diaspora по вашему адресу Friendica <strong>%s</strong>.';
$a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. "] = "Помните: с вами всегда можно связаться из сети Diaspora по вашему адресу Friendica <strong>%s</strong>."; $a->strings['This connector is only meant if you still want to use your old Diaspora account for some time. '] = 'Этот коннектор предназначен только для тех случаев, когда вы хотите использовать вашу старую учётную запись в Diaspora в течение какого-то времени.';
$a->strings["This connector is only meant if you still want to use your old Diaspora account for some time. "] = "Этот коннектор предназначен только для тех случаев, когда вы хотите использовать вашу старую учётную запись в Diaspora в течение какого-то времени."; $a->strings['However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead.'] = 'Но будет лучше, если вы просто предложите вашим контактам в Diaspora использовать ваш новый адрес <strong>%s</strong>.';
$a->strings["However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead."] = "Но будет лучше, если вы просто предложите вашим контактам в Diaspora использовать ваш новый адрес <strong>%s</strong>."; $a->strings['All aspects'] = 'Все контакты';
$a->strings["All aspects"] = "Все контакты"; $a->strings['Public'] = 'Публично';
$a->strings["Public"] = "Публично"; $a->strings['Post to aspect:'] = 'Для группы:';
$a->strings["Post to aspect:"] = "Для группы:"; $a->strings['Connected with your Diaspora account <strong>%s</strong>'] = 'Соединено с вашей учётной записью Diaspora <strong>%s</strong>';
$a->strings["Connected with your Diaspora account <strong>%s</strong>"] = "Соединено с вашей учётной записью Diaspora <strong>%s</strong>"; $a->strings['Can\'t login to your Diaspora account. Please check handle (in the format user@domain.tld) and password.'] = 'Не получается зайти в вашу учётную запись Diaspora. Пожалуйста, проверьте правильность имени (в формате user@domain.tld) и пароль.';
$a->strings["Can't login to your Diaspora account. Please check handle (in the format user@domain.tld) and password."] = "Не получается зайти в вашу учётную запись Diaspora. Пожалуйста, проверьте правильность имени (в формате user@domain.tld) и пароль."; $a->strings['Diaspora Export'] = 'Экспорт в Diaspora';
$a->strings["Diaspora Export"] = "Экспорт в Diaspora"; $a->strings['Information'] = 'Информация';
$a->strings["Information"] = "Информация"; $a->strings['Error'] = 'Ошибка';
$a->strings["Error"] = "Ошибка"; $a->strings['Save Settings'] = 'Сохранить настройки';
$a->strings["Save Settings"] = "Сохранить настройки"; $a->strings['Enable Diaspora Post Addon'] = 'Включить аддон Diaspora Post';
$a->strings["Enable Diaspora Post Addon"] = "Включить аддон Diaspora Post"; $a->strings['Diaspora handle'] = 'Имя в Diaspora';
$a->strings["Diaspora handle"] = "Имя в Diaspora"; $a->strings['Diaspora password'] = 'Пароль Diaspora';
$a->strings["Diaspora password"] = "Пароль Diaspora"; $a->strings['Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it.'] = 'Предупреждение: Ваш пароль для Diaspora будет сохранён в открытом виде, чтобы производить вход в ваш сервер Diaspora. Это означает, что администратор этого узла Friendica может получить к нему доступ.';
$a->strings["Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it."] = "Предупреждение: Ваш пароль для Diaspora будет сохранён в открытом виде, чтобы производить вход в ваш сервер Diaspora. Это означает, что администратор этого узла Friendica может получить к нему доступ."; $a->strings['Post to Diaspora by default'] = 'Отправлять в Diaspora по умолчанию';
$a->strings["Post to Diaspora by default"] = "Отправлять в Diaspora по умолчанию"; $a->strings['Diaspora settings updated.'] = 'Настройки Diaspora обновлены.';
$a->strings["Diaspora settings updated."] = "Настройки Diaspora обновлены."; $a->strings['Diaspora connector disabled.'] = 'Коннектор Diaspora отключён.';
$a->strings["Diaspora connector disabled."] = "Коннектор Diaspora отключён.";

View file

@ -5,14 +5,13 @@ function string_plural_select_zh_cn($n){
$n = intval($n); $n = intval($n);
return intval(0); return intval(0);
}} }}
; $a->strings['Post to Diaspora'] = '发到 Diaspora';
$a->strings["Post to Diaspora"] = "发到 Diaspora"; $a->strings['Can\'t login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)'] = '无法登录到你的 Diaspora 账户。请检查用户名和密码并确保你用了完整的地址包括http...';
$a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "无法登录到你的 Diaspora 账户。请检查用户名和密码并确保你用了完整的地址包括http..."; $a->strings['Diaspora Export'] = 'Diaspora 导出';
$a->strings["Diaspora Export"] = "Diaspora 导出"; $a->strings['Enable Diaspora Post Addon'] = '启用 Diaspora 发文插件';
$a->strings["Enable Diaspora Post Addon"] = "启用 Diaspora 发文插件"; $a->strings['Diaspora username'] = 'Diaspora 用户名';
$a->strings["Diaspora username"] = "Diaspora 用户名"; $a->strings['Diaspora password'] = 'Diaspora 密码';
$a->strings["Diaspora password"] = "Diaspora 密码"; $a->strings['Diaspora site URL'] = 'Diaspora 站点 URL';
$a->strings["Diaspora site URL"] = "Diaspora 站点 URL"; $a->strings['Post to Diaspora by default'] = '默认发文到 Diaspora';
$a->strings["Post to Diaspora by default"] = "默认发文到 Diaspora"; $a->strings['Save Settings'] = '保存设置';
$a->strings["Save Settings"] = "保存设置"; $a->strings['Diaspora post failed. Queued for retry.'] = 'Diaspora 发文失败。已经放入队列以重试。';
$a->strings["Diaspora post failed. Queued for retry."] = "Diaspora 发文失败。已经放入队列以重试。";

View file

@ -5,11 +5,10 @@ function string_plural_select_ca($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Post to Dreamwidth'] = 'Publica a Dreamwidth';
$a->strings["Post to Dreamwidth"] = "Publica a Dreamwidth"; $a->strings['Dreamwidth Post Settings'] = 'Configuració de la publicació de Dreamwidth';
$a->strings["Dreamwidth Post Settings"] = "Configuració de la publicació de Dreamwidth"; $a->strings['Enable dreamwidth Post Addon'] = 'Habilita Addon Post Post';
$a->strings["Enable dreamwidth Post Addon"] = "Habilita Addon Post Post"; $a->strings['dreamwidth username'] = 'nom d\'usuari de dreamwidth';
$a->strings["dreamwidth username"] = "nom d'usuari de dreamwidth"; $a->strings['dreamwidth password'] = 'contrasenya de dreamwidth';
$a->strings["dreamwidth password"] = "contrasenya de dreamwidth"; $a->strings['Post to dreamwidth by default'] = 'Publica l\'amplada de somni de manera predeterminada';
$a->strings["Post to dreamwidth by default"] = "Publica l'amplada de somni de manera predeterminada"; $a->strings['Submit'] = 'sotmetre\'s';
$a->strings["Submit"] = "sotmetre's";

View file

@ -5,11 +5,10 @@ function string_plural_select_cs($n){
$n = intval($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; } 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['Post to Dreamwidth'] = 'Poslat na Dreamwidth';
$a->strings["Post to Dreamwidth"] = "Poslat na Dreamwidth"; $a->strings['Dreamwidth Post Settings'] = 'Nastavení Dreamwidth Post';
$a->strings["Dreamwidth Post Settings"] = "Nastavení Dreamwidth Post"; $a->strings['Enable dreamwidth Post Addon'] = 'Povolit doplněk Dreamwidth Post';
$a->strings["Enable dreamwidth Post Addon"] = "Povolit doplněk Dreamwidth Post"; $a->strings['dreamwidth username'] = 'dreamwidth uživatelské jméno';
$a->strings["dreamwidth username"] = "dreamwidth uživatelské jméno"; $a->strings['dreamwidth password'] = 'dreamwidth heslo';
$a->strings["dreamwidth password"] = "dreamwidth heslo"; $a->strings['Post to dreamwidth by default'] = 'Ve výchozím stavu posílat na dreamwidth';
$a->strings["Post to dreamwidth by default"] = "Ve výchozím stavu posílat na dreamwidth"; $a->strings['Submit'] = 'Odeslat';
$a->strings["Submit"] = "Odeslat";

View file

@ -5,11 +5,10 @@ function string_plural_select_de($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Post to Dreamwidth'] = 'In Dreamwidth veröffentlichen';
$a->strings["Post to Dreamwidth"] = "In Dreamwidth veröffentlichen"; $a->strings['Dreamwidth Export'] = 'Dreamwidth Export';
$a->strings["Dreamwidth Export"] = "Dreamwidth Export"; $a->strings['Enable dreamwidth Post Addon'] = 'Dreamwidth-Post-Addon aktivieren';
$a->strings["Enable dreamwidth Post Addon"] = "Dreamwidth-Post-Addon aktivieren"; $a->strings['dreamwidth username'] = 'Dreamwidth-Benutzername';
$a->strings["dreamwidth username"] = "Dreamwidth-Benutzername"; $a->strings['dreamwidth password'] = 'Dreamwidth-Passwort';
$a->strings["dreamwidth password"] = "Dreamwidth-Passwort"; $a->strings['Post to dreamwidth by default'] = 'Standardmäßig bei Dreamwidth veröffentlichen';
$a->strings["Post to dreamwidth by default"] = "Standardmäßig bei Dreamwidth veröffentlichen"; $a->strings['Save Settings'] = 'Speichere Einstellungen';
$a->strings["Save Settings"] = "Speichere Einstellungen";

View file

@ -5,11 +5,10 @@ function string_plural_select_en_gb($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Post to Dreamwidth'] = 'Post to Dreamwidth';
$a->strings["Post to Dreamwidth"] = "Post to Dreamwidth"; $a->strings['Dreamwidth Post Settings'] = 'Dreamwidth Post Settings';
$a->strings["Dreamwidth Post Settings"] = "Dreamwidth Post Settings"; $a->strings['Enable dreamwidth Post Addon'] = 'Enable Dreamwidth post addon';
$a->strings["Enable dreamwidth Post Addon"] = "Enable Dreamwidth post addon"; $a->strings['dreamwidth username'] = 'Dreamwidth username';
$a->strings["dreamwidth username"] = "Dreamwidth username"; $a->strings['dreamwidth password'] = 'Dreamwidth password';
$a->strings["dreamwidth password"] = "Dreamwidth password"; $a->strings['Post to dreamwidth by default'] = 'Post to Dreamwidth by default';
$a->strings["Post to dreamwidth by default"] = "Post to Dreamwidth by default"; $a->strings['Submit'] = 'Submit';
$a->strings["Submit"] = "Submit";

View file

@ -5,11 +5,10 @@ function string_plural_select_es($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Post to Dreamwidth'] = 'Publicar en Dreamwidth';
$a->strings["Post to Dreamwidth"] = "Publicar en Dreamwidth"; $a->strings['Dreamwidth Export'] = 'Dreamwidth Exportar';
$a->strings["Dreamwidth Export"] = "Dreamwidth Exportar"; $a->strings['Enable dreamwidth Post Addon'] = 'Activar el módulo de publicación en Dreamwidth';
$a->strings["Enable dreamwidth Post Addon"] = "Activar el módulo de publicación en Dreamwidth"; $a->strings['dreamwidth username'] = 'Nombre de usuario de dreamwidth';
$a->strings["dreamwidth username"] = "Nombre de usuario de dreamwidth"; $a->strings['dreamwidth password'] = 'Contraseña de dreamwidth';
$a->strings["dreamwidth password"] = "Contraseña de dreamwidth"; $a->strings['Post to dreamwidth by default'] = 'Publicar en dreamwidth por defecto';
$a->strings["Post to dreamwidth by default"] = "Publicar en dreamwidth por defecto"; $a->strings['Save Settings'] = 'Guardar ajustes';
$a->strings["Save Settings"] = "Guardar ajustes";

View file

@ -5,11 +5,10 @@ function string_plural_select_fi_fi($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Post to Dreamwidth'] = 'Lähetä Dreamwidthiin';
$a->strings["Post to Dreamwidth"] = "Lähetä Dreamwidthiin"; $a->strings['Dreamwidth Post Settings'] = 'Dreamwidth -viestin asetukset';
$a->strings["Dreamwidth Post Settings"] = "Dreamwidth -viestin asetukset"; $a->strings['Enable dreamwidth Post Addon'] = 'Ota Dreamwidth-viestilisäosa käyttöön';
$a->strings["Enable dreamwidth Post Addon"] = "Ota Dreamwidth-viestilisäosa käyttöön"; $a->strings['dreamwidth username'] = 'dreamwidth -käyttäjätunnus';
$a->strings["dreamwidth username"] = "dreamwidth -käyttäjätunnus"; $a->strings['dreamwidth password'] = 'dreamwidth -salasana';
$a->strings["dreamwidth password"] = "dreamwidth -salasana"; $a->strings['Post to dreamwidth by default'] = 'Lähetä Dreamwidthiin oletuksena';
$a->strings["Post to dreamwidth by default"] = "Lähetä Dreamwidthiin oletuksena"; $a->strings['Submit'] = 'Lähetä';
$a->strings["Submit"] = "Lähetä";

View file

@ -5,11 +5,10 @@ function string_plural_select_fr($n){
$n = intval($n); $n = intval($n);
return intval($n > 1); return intval($n > 1);
}} }}
; $a->strings['Post to Dreamwidth'] = 'Publier sur Dreamwidth';
$a->strings["Post to Dreamwidth"] = "Publier sur Dreamwidth"; $a->strings['Dreamwidth Export'] = 'Export Dreamwidth';
$a->strings["Dreamwidth Export"] = "Export Dreamwidth"; $a->strings['Enable dreamwidth Post Addon'] = 'Activer l\'application complémentaire de publication Dreamwidth.';
$a->strings["Enable dreamwidth Post Addon"] = "Activer l'application complémentaire de publication Dreamwidth."; $a->strings['dreamwidth username'] = 'Nom d\'utilisateur Dreamwidth';
$a->strings["dreamwidth username"] = "Nom d'utilisateur Dreamwidth"; $a->strings['dreamwidth password'] = 'Mot de passe dreamwidth';
$a->strings["dreamwidth password"] = "Mot de passe dreamwidth"; $a->strings['Post to dreamwidth by default'] = 'Poster sur Dreamwidth par défaut';
$a->strings["Post to dreamwidth by default"] = "Poster sur Dreamwidth par défaut"; $a->strings['Save Settings'] = 'Sauvegarder les paramètres';
$a->strings["Save Settings"] = "Sauvegarder les paramètres";

View file

@ -5,11 +5,10 @@ function string_plural_select_hu($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Post to Dreamwidth'] = 'Beküldés a Dreamwidth-re';
$a->strings["Post to Dreamwidth"] = "Beküldés a Dreamwidth-re"; $a->strings['Dreamwidth Export'] = 'Dreamwidth exportálás';
$a->strings["Dreamwidth Export"] = "Dreamwidth exportálás"; $a->strings['Enable dreamwidth Post Addon'] = 'A Dreamwidth-beküldő bővítmény engedélyezése';
$a->strings["Enable dreamwidth Post Addon"] = "A Dreamwidth-beküldő bővítmény engedélyezése"; $a->strings['dreamwidth username'] = 'Dreamwidth felhasználónév';
$a->strings["dreamwidth username"] = "Dreamwidth felhasználónév"; $a->strings['dreamwidth password'] = 'Dreamwidth jelszó';
$a->strings["dreamwidth password"] = "Dreamwidth jelszó"; $a->strings['Post to dreamwidth by default'] = 'Beküldés a Dreamwidth-re alapértelmezetten';
$a->strings["Post to dreamwidth by default"] = "Beküldés a Dreamwidth-re alapértelmezetten"; $a->strings['Save Settings'] = 'Beállítások mentése';
$a->strings["Save Settings"] = "Beállítások mentése";

View file

@ -5,11 +5,10 @@ function string_plural_select_it($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Post to Dreamwidth'] = 'Invia a Dreamwidth';
$a->strings["Post to Dreamwidth"] = "Invia a Dreamwidth"; $a->strings['Dreamwidth Export'] = 'Esporta Dreamwidth';
$a->strings["Dreamwidth Export"] = "Esporta Dreamwidth"; $a->strings['Enable dreamwidth Post Addon'] = 'Abilita il componente aggiuntivo di invio a Dreamwidth';
$a->strings["Enable dreamwidth Post Addon"] = "Abilita il componente aggiuntivo di invio a Dreamwidth"; $a->strings['dreamwidth username'] = 'Nome utente Dreamwidth';
$a->strings["dreamwidth username"] = "Nome utente Dreamwidth"; $a->strings['dreamwidth password'] = 'password Dreamwidth';
$a->strings["dreamwidth password"] = "password Dreamwidth"; $a->strings['Post to dreamwidth by default'] = 'Invia sempre a Dreamwidth';
$a->strings["Post to dreamwidth by default"] = "Invia sempre a Dreamwidth"; $a->strings['Save Settings'] = 'Salva Impostazioni';
$a->strings["Save Settings"] = "Salva Impostazioni";

View file

@ -5,11 +5,10 @@ function string_plural_select_nl($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Post to Dreamwidth'] = 'Plaatsen op Dreamwidth';
$a->strings["Post to Dreamwidth"] = "Plaatsen op Dreamwidth"; $a->strings['Dreamwidth Post Settings'] = 'Dreamwidth Post instellingen';
$a->strings["Dreamwidth Post Settings"] = "Dreamwidth Post instellingen"; $a->strings['Enable dreamwidth Post Addon'] = 'Dreamwidth Post Addon inschakelen';
$a->strings["Enable dreamwidth Post Addon"] = "Dreamwidth Post Addon inschakelen"; $a->strings['dreamwidth username'] = 'Dreawidth gebruikersnaam';
$a->strings["dreamwidth username"] = "Dreawidth gebruikersnaam"; $a->strings['dreamwidth password'] = 'Dreamwidth wachtwoord';
$a->strings["dreamwidth password"] = "Dreamwidth wachtwoord"; $a->strings['Post to dreamwidth by default'] = 'Plaatsen op Dreamwidth als standaard instellen ';
$a->strings["Post to dreamwidth by default"] = "Plaatsen op Dreamwidth als standaard instellen "; $a->strings['Submit'] = 'Opslaan';
$a->strings["Submit"] = "Opslaan";

View file

@ -5,11 +5,10 @@ function string_plural_select_pl($n){
$n = intval($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; } 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['Post to Dreamwidth'] = 'Opublikuj w Dreamwidth';
$a->strings["Post to Dreamwidth"] = "Opublikuj w Dreamwidth"; $a->strings['Dreamwidth Post Settings'] = 'Ustawienia postów w Dreamwerze';
$a->strings["Dreamwidth Post Settings"] = "Ustawienia postów w Dreamwerze"; $a->strings['Enable dreamwidth Post Addon'] = 'Włącz dodatek dreamwidth Post';
$a->strings["Enable dreamwidth Post Addon"] = "Włącz dodatek dreamwidth Post"; $a->strings['dreamwidth username'] = 'nazwa użytkownika dreamwidth';
$a->strings["dreamwidth username"] = "nazwa użytkownika dreamwidth"; $a->strings['dreamwidth password'] = 'hasło dreamwidth';
$a->strings["dreamwidth password"] = "hasło dreamwidth"; $a->strings['Post to dreamwidth by default'] = 'Opublikuj domyślnie w serwisie dreamwidth';
$a->strings["Post to dreamwidth by default"] = "Opublikuj domyślnie w serwisie dreamwidth"; $a->strings['Submit'] = 'Wyślij';
$a->strings["Submit"] = "Wyślij";

View file

@ -5,11 +5,10 @@ function string_plural_select_pt_br($n){
$n = intval($n); $n = intval($n);
return intval($n > 1); return intval($n > 1);
}} }}
; $a->strings['Post to Dreamwidth'] = 'Publicar no Dreamwidth';
$a->strings["Post to Dreamwidth"] = "Publicar no Dreamwidth"; $a->strings['Dreamwidth Post Settings'] = 'Configurações de publicação no Dreamwidth';
$a->strings["Dreamwidth Post Settings"] = "Configurações de publicação no Dreamwidth"; $a->strings['Enable dreamwidth Post Addon'] = 'Habilitar plug-in para publicar no Dreamwidth';
$a->strings["Enable dreamwidth Post Addon"] = "Habilitar plug-in para publicar no Dreamwidth"; $a->strings['dreamwidth username'] = 'Nome de usuário no Dreamwidth';
$a->strings["dreamwidth username"] = "Nome de usuário no Dreamwidth"; $a->strings['dreamwidth password'] = 'Senha do Dreamwidth';
$a->strings["dreamwidth password"] = "Senha do Dreamwidth"; $a->strings['Post to dreamwidth by default'] = 'Publicar no Dreamwidth por padrão';
$a->strings["Post to dreamwidth by default"] = "Publicar no Dreamwidth por padrão"; $a->strings['Submit'] = 'Enviar';
$a->strings["Submit"] = "Enviar";

View file

@ -5,11 +5,10 @@ function string_plural_select_ro($n){
$n = intval($n); $n = intval($n);
if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; }
}} }}
; $a->strings['Post to Dreamwidth'] = 'Postați pe Dreamwidth';
$a->strings["Post to Dreamwidth"] = "Postați pe Dreamwidth"; $a->strings['Dreamwidth Post Settings'] = 'Configurări Postări Dreamwidth ';
$a->strings["Dreamwidth Post Settings"] = "Configurări Postări Dreamwidth "; $a->strings['Enable dreamwidth Post Addon'] = 'Activare Modul Postare pe Dreamwidth';
$a->strings["Enable dreamwidth Post Addon"] = "Activare Modul Postare pe Dreamwidth"; $a->strings['dreamwidth username'] = 'Utilizator Dreamwidth';
$a->strings["dreamwidth username"] = "Utilizator Dreamwidth"; $a->strings['dreamwidth password'] = 'Parola Dreamwidth ';
$a->strings["dreamwidth password"] = "Parola Dreamwidth "; $a->strings['Post to dreamwidth by default'] = 'Postați implicit pe Dreamwidth';
$a->strings["Post to dreamwidth by default"] = "Postați implicit pe Dreamwidth"; $a->strings['Submit'] = 'Trimite';
$a->strings["Submit"] = "Trimite";

View file

@ -5,11 +5,10 @@ function string_plural_select_ru($n){
$n = intval($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; } 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['Post to Dreamwidth'] = 'Отправить в Dreamwidth';
$a->strings["Post to Dreamwidth"] = "Отправить в Dreamwidth"; $a->strings['Dreamwidth Post Settings'] = 'Настройки сообщений Dreamwidth';
$a->strings["Dreamwidth Post Settings"] = "Настройки сообщений Dreamwidth"; $a->strings['Enable dreamwidth Post Addon'] = 'Включить аддон dreamwidth Post';
$a->strings["Enable dreamwidth Post Addon"] = "Включить аддон dreamwidth Post"; $a->strings['dreamwidth username'] = 'Имя пользователя Dreamwidth';
$a->strings["dreamwidth username"] = "Имя пользователя Dreamwidth"; $a->strings['dreamwidth password'] = 'Пароль Dreamwidth';
$a->strings["dreamwidth password"] = "Пароль Dreamwidth"; $a->strings['Post to dreamwidth by default'] = 'Отправлять сообщения в Dreamwidth по умолчанию';
$a->strings["Post to dreamwidth by default"] = "Отправлять сообщения в Dreamwidth по умолчанию"; $a->strings['Submit'] = 'Добавить';
$a->strings["Submit"] = "Добавить";

View file

@ -5,19 +5,18 @@ function string_plural_select_ca($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Forum Directory'] = 'Directori de fòrums';
$a->strings["Forum Directory"] = "Directori de fòrums"; $a->strings['Public access denied.'] = 'L\'accés al públic s\'ha denegat.';
$a->strings["Public access denied."] = "L'accés al públic s'ha denegat."; $a->strings['Global Directory'] = 'Directori global';
$a->strings["Global Directory"] = "Directori global"; $a->strings['Find on this site'] = 'Cerqueu en aquest lloc';
$a->strings["Find on this site"] = "Cerqueu en aquest lloc"; $a->strings['Finding: '] = 'Trobament:';
$a->strings["Finding: "] = "Trobament:"; $a->strings['Site Directory'] = 'Directori de llocs';
$a->strings["Site Directory"] = "Directori de llocs"; $a->strings['Find'] = 'trobar';
$a->strings["Find"] = "trobar"; $a->strings['Age: '] = 'Edat:';
$a->strings["Age: "] = "Edat:"; $a->strings['Gender: '] = 'Gènere:';
$a->strings["Gender: "] = "Gènere:"; $a->strings['Location:'] = 'Ubicació:';
$a->strings["Location:"] = "Ubicació:"; $a->strings['Gender:'] = 'Gènere:';
$a->strings["Gender:"] = "Gènere:"; $a->strings['Status:'] = 'Estat:';
$a->strings["Status:"] = "Estat:"; $a->strings['Homepage:'] = 'Pàgina inicial:';
$a->strings["Homepage:"] = "Pàgina inicial:"; $a->strings['About:'] = 'Sobre:';
$a->strings["About:"] = "Sobre:"; $a->strings['No entries (some entries may be hidden).'] = 'No hi ha entrades (algunes entrades poden estar ocultes).';
$a->strings["No entries (some entries may be hidden)."] = "No hi ha entrades (algunes entrades poden estar ocultes).";

View file

@ -5,19 +5,18 @@ function string_plural_select_cs($n){
$n = intval($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; } 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['Forum Directory'] = 'Adresář fór';
$a->strings["Forum Directory"] = "Adresář fór"; $a->strings['Public access denied.'] = 'Veřejný přístup odepřen.';
$a->strings["Public access denied."] = "Veřejný přístup odepřen."; $a->strings['Global Directory'] = 'Globální adresář';
$a->strings["Global Directory"] = "Globální adresář"; $a->strings['Find on this site'] = 'Najít na tomto webu';
$a->strings["Find on this site"] = "Najít na tomto webu"; $a->strings['Finding: '] = 'Hledání: ';
$a->strings["Finding: "] = "Hledání: "; $a->strings['Site Directory'] = 'Adresář serveru';
$a->strings["Site Directory"] = "Adresář serveru"; $a->strings['Find'] = 'Najít';
$a->strings["Find"] = "Najít"; $a->strings['Age: '] = 'Věk: ';
$a->strings["Age: "] = "Věk: "; $a->strings['Gender: '] = 'Pohlaví: ';
$a->strings["Gender: "] = "Pohlaví: "; $a->strings['Location:'] = 'Poloha:';
$a->strings["Location:"] = "Poloha:"; $a->strings['Gender:'] = 'Pohlaví:';
$a->strings["Gender:"] = "Pohlaví:"; $a->strings['Status:'] = 'Stav:';
$a->strings["Status:"] = "Stav:"; $a->strings['Homepage:'] = 'Domovská stránka:';
$a->strings["Homepage:"] = "Domovská stránka:"; $a->strings['About:'] = 'O mě:';
$a->strings["About:"] = "O mě:"; $a->strings['No entries (some entries may be hidden).'] = 'Žádné záznamy (některé položky mohou být skryty).';
$a->strings["No entries (some entries may be hidden)."] = "Žádné záznamy (některé položky mohou být skryty).";

View file

@ -5,11 +5,10 @@ function string_plural_select_de($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Forum Directory'] = 'Foren Verzeichnis';
$a->strings["Forum Directory"] = "Foren Verzeichnis"; $a->strings['Public access denied.'] = 'Öffentlicher Zugriff verweigert.';
$a->strings["Public access denied."] = "Öffentlicher Zugriff verweigert."; $a->strings['No entries (some entries may be hidden).'] = 'Keine Einträge (einige Einträge könnten versteckt sein).';
$a->strings["No entries (some entries may be hidden)."] = "Keine Einträge (einige Einträge könnten versteckt sein)."; $a->strings['Global Directory'] = 'Weltweites Verzeichnis';
$a->strings["Global Directory"] = "Weltweites Verzeichnis"; $a->strings['Find on this site'] = 'Auf diesem Server suchen';
$a->strings["Find on this site"] = "Auf diesem Server suchen"; $a->strings['Results for:'] = 'Ergebnis für:';
$a->strings["Results for:"] = "Ergebnis für:"; $a->strings['Find'] = 'Finde';
$a->strings["Find"] = "Finde";

View file

@ -5,11 +5,10 @@ function string_plural_select_es($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Forum Directory'] = 'Directorio de foro';
$a->strings["Forum Directory"] = "Directorio de foro"; $a->strings['Public access denied.'] = 'Acceso público denegado.';
$a->strings["Public access denied."] = "Acceso público denegado."; $a->strings['No entries (some entries may be hidden).'] = 'Sin entradas (algunas entradas pueden estar ocultas).';
$a->strings["No entries (some entries may be hidden)."] = "Sin entradas (algunas entradas pueden estar ocultas)."; $a->strings['Global Directory'] = 'Directorio global';
$a->strings["Global Directory"] = "Directorio global"; $a->strings['Find on this site'] = 'Encontrar en esta página';
$a->strings["Find on this site"] = "Encontrar en esta página"; $a->strings['Results for:'] = 'Resultados para:';
$a->strings["Results for:"] = "Resultados para:"; $a->strings['Find'] = 'Encontrar';
$a->strings["Find"] = "Encontrar";

View file

@ -5,18 +5,17 @@ function string_plural_select_fi_fi($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Forum Directory'] = 'Foorumihakemisto';
$a->strings["Forum Directory"] = "Foorumihakemisto"; $a->strings['Public access denied.'] = 'Julkinen käyttö estetty.';
$a->strings["Public access denied."] = "Julkinen käyttö estetty."; $a->strings['Global Directory'] = 'Maailmanlaajuinen hakemisto';
$a->strings["Global Directory"] = "Maailmanlaajuinen hakemisto"; $a->strings['Find on this site'] = 'Sivustohaku';
$a->strings["Find on this site"] = "Sivustohaku"; $a->strings['Site Directory'] = 'Sivustoluettelo';
$a->strings["Site Directory"] = "Sivustoluettelo"; $a->strings['Find'] = 'Etsi';
$a->strings["Find"] = "Etsi"; $a->strings['Age: '] = 'Ikä:';
$a->strings["Age: "] = "Ikä:"; $a->strings['Gender: '] = 'Sukupuoli:';
$a->strings["Gender: "] = "Sukupuoli:"; $a->strings['Location:'] = 'Sijainti:';
$a->strings["Location:"] = "Sijainti:"; $a->strings['Gender:'] = 'Sukupuoli:';
$a->strings["Gender:"] = "Sukupuoli:"; $a->strings['Status:'] = 'Tila:';
$a->strings["Status:"] = "Tila:"; $a->strings['Homepage:'] = 'Kotisivu:';
$a->strings["Homepage:"] = "Kotisivu:"; $a->strings['About:'] = 'Lisätietoja:';
$a->strings["About:"] = "Lisätietoja:"; $a->strings['No entries (some entries may be hidden).'] = 'Ei kohteita (jotkut kohteet saattaa olla piilotettuja).';
$a->strings["No entries (some entries may be hidden)."] = "Ei kohteita (jotkut kohteet saattaa olla piilotettuja).";

View file

@ -5,19 +5,18 @@ function string_plural_select_fr($n){
$n = intval($n); $n = intval($n);
return intval($n > 1); return intval($n > 1);
}} }}
; $a->strings['Forum Directory'] = 'Annuaire de Forums';
$a->strings["Forum Directory"] = "Annuaire de Forums"; $a->strings['Public access denied.'] = 'Accès public refusé.';
$a->strings["Public access denied."] = "Accès public refusé."; $a->strings['Global Directory'] = 'Annuaire Global';
$a->strings["Global Directory"] = "Annuaire Global"; $a->strings['Find on this site'] = 'Trouver sur cette instance';
$a->strings["Find on this site"] = "Trouver sur cette instance"; $a->strings['Finding: '] = 'Résultats:';
$a->strings["Finding: "] = "Résultats:"; $a->strings['Site Directory'] = 'Annuaire de l\'instance';
$a->strings["Site Directory"] = "Annuaire de l'instance"; $a->strings['Find'] = 'Chercher';
$a->strings["Find"] = "Chercher"; $a->strings['Age: '] = 'Age:';
$a->strings["Age: "] = "Age:"; $a->strings['Gender: '] = 'Genre:';
$a->strings["Gender: "] = "Genre:"; $a->strings['Location:'] = 'Localisation:';
$a->strings["Location:"] = "Localisation:"; $a->strings['Gender:'] = 'Genre:';
$a->strings["Gender:"] = "Genre:"; $a->strings['Status:'] = 'Statut:';
$a->strings["Status:"] = "Statut:"; $a->strings['Homepage:'] = 'Page d\'accueil:';
$a->strings["Homepage:"] = "Page d'accueil:"; $a->strings['About:'] = 'À-propos:';
$a->strings["About:"] = "À-propos:"; $a->strings['No entries (some entries may be hidden).'] = 'Pas de résultats (certains résultats peuvent être cachés).';
$a->strings["No entries (some entries may be hidden)."] = "Pas de résultats (certains résultats peuvent être cachés).";

View file

@ -5,11 +5,10 @@ function string_plural_select_hu($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Forum Directory'] = 'Fórumkönyvtár';
$a->strings["Forum Directory"] = "Fórumkönyvtár"; $a->strings['Public access denied.'] = 'Nyilvános hozzáférés megtagadva.';
$a->strings["Public access denied."] = "Nyilvános hozzáférés megtagadva."; $a->strings['No entries (some entries may be hidden).'] = 'Nincsenek bejegyzések (néhány bejegyzés rejtve lehet).';
$a->strings["No entries (some entries may be hidden)."] = "Nincsenek bejegyzések (néhány bejegyzés rejtve lehet)."; $a->strings['Global Directory'] = 'Globális könyvtár';
$a->strings["Global Directory"] = "Globális könyvtár"; $a->strings['Find on this site'] = 'Keresés ezen az oldalon';
$a->strings["Find on this site"] = "Keresés ezen az oldalon"; $a->strings['Results for:'] = 'Találatok ehhez:';
$a->strings["Results for:"] = "Találatok ehhez:"; $a->strings['Find'] = 'Keresés';
$a->strings["Find"] = "Keresés";

View file

@ -5,11 +5,10 @@ function string_plural_select_it($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Forum Directory'] = 'Elenco Forum';
$a->strings["Forum Directory"] = "Elenco Forum"; $a->strings['Public access denied.'] = 'Accesso negato.';
$a->strings["Public access denied."] = "Accesso negato."; $a->strings['No entries (some entries may be hidden).'] = 'Nessuna voce (qualche voce potrebbe essere nascosta).';
$a->strings["No entries (some entries may be hidden)."] = "Nessuna voce (qualche voce potrebbe essere nascosta)."; $a->strings['Global Directory'] = 'Elenco globale';
$a->strings["Global Directory"] = "Elenco globale"; $a->strings['Find on this site'] = 'Cerca nel sito';
$a->strings["Find on this site"] = "Cerca nel sito"; $a->strings['Results for:'] = 'Risultati per:';
$a->strings["Results for:"] = "Risultati per:"; $a->strings['Find'] = 'Trova';
$a->strings["Find"] = "Trova";

View file

@ -5,19 +5,18 @@ function string_plural_select_nl($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Forum Directory'] = 'Forum index';
$a->strings["Forum Directory"] = "Forum index"; $a->strings['Public access denied.'] = 'Publieke toegang geweigerd';
$a->strings["Public access denied."] = "Publieke toegang geweigerd"; $a->strings['Global Directory'] = 'Globaal overzicht';
$a->strings["Global Directory"] = "Globaal overzicht"; $a->strings['Find on this site'] = 'Zoeken';
$a->strings["Find on this site"] = "Zoeken"; $a->strings['Finding: '] = 'Zoeken...';
$a->strings["Finding: "] = "Zoeken..."; $a->strings['Site Directory'] = 'Site overzicht';
$a->strings["Site Directory"] = "Site overzicht"; $a->strings['Find'] = 'Zoek';
$a->strings["Find"] = "Zoek"; $a->strings['Age: '] = 'Leeftijd:';
$a->strings["Age: "] = "Leeftijd:"; $a->strings['Gender: '] = 'Geslacht:';
$a->strings["Gender: "] = "Geslacht:"; $a->strings['Location:'] = 'Woonplaats:';
$a->strings["Location:"] = "Woonplaats:"; $a->strings['Gender:'] = 'Geslacht:';
$a->strings["Gender:"] = "Geslacht:"; $a->strings['Status:'] = 'Status:';
$a->strings["Status:"] = "Status:"; $a->strings['Homepage:'] = 'Website:';
$a->strings["Homepage:"] = "Website:"; $a->strings['About:'] = 'Over:';
$a->strings["About:"] = "Over:"; $a->strings['No entries (some entries may be hidden).'] = 'Geen berichten (sommige berichten kunnen verborgen zijn).';
$a->strings["No entries (some entries may be hidden)."] = "Geen berichten (sommige berichten kunnen verborgen zijn).";

View file

@ -5,19 +5,18 @@ function string_plural_select_pl($n){
$n = intval($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; } 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['Forum Directory'] = 'Katalog forum';
$a->strings["Forum Directory"] = "Katalog forum"; $a->strings['Public access denied.'] = 'Odmowa dostępu publicznego.';
$a->strings["Public access denied."] = "Odmowa dostępu publicznego."; $a->strings['Global Directory'] = 'Globalny katalog';
$a->strings["Global Directory"] = "Globalny katalog"; $a->strings['Find on this site'] = 'Znajdź na tej stronie';
$a->strings["Find on this site"] = "Znajdź na tej stronie"; $a->strings['Finding: '] = 'Odkrycie:';
$a->strings["Finding: "] = "Odkrycie:"; $a->strings['Site Directory'] = 'Katalog Strony';
$a->strings["Site Directory"] = "Katalog Strony"; $a->strings['Find'] = 'Szukaj';
$a->strings["Find"] = "Szukaj"; $a->strings['Age: '] = 'Wiek:';
$a->strings["Age: "] = "Wiek:"; $a->strings['Gender: '] = 'Płeć:';
$a->strings["Gender: "] = "Płeć:"; $a->strings['Location:'] = 'Lokalizacja';
$a->strings["Location:"] = "Lokalizacja"; $a->strings['Gender:'] = 'Płeć:';
$a->strings["Gender:"] = "Płeć:"; $a->strings['Status:'] = 'Status';
$a->strings["Status:"] = "Status"; $a->strings['Homepage:'] = 'Strona główna:';
$a->strings["Homepage:"] = "Strona główna:"; $a->strings['About:'] = 'O sobie:';
$a->strings["About:"] = "O sobie:"; $a->strings['No entries (some entries may be hidden).'] = 'Brak wpisów (niektóre wpisy mogą być ukryte).';
$a->strings["No entries (some entries may be hidden)."] = "Brak wpisów (niektóre wpisy mogą być ukryte).";

View file

@ -5,19 +5,18 @@ function string_plural_select_pt_br($n){
$n = intval($n); $n = intval($n);
return intval($n > 1); return intval($n > 1);
}} }}
; $a->strings['Forum Directory'] = 'Diretório de Fóruns';
$a->strings["Forum Directory"] = "Diretório de Fóruns"; $a->strings['Public access denied.'] = 'Acesso do público negado.';
$a->strings["Public access denied."] = "Acesso do público negado."; $a->strings['Global Directory'] = 'Diretório Global';
$a->strings["Global Directory"] = "Diretório Global"; $a->strings['Find on this site'] = 'Procurar neste site';
$a->strings["Find on this site"] = "Procurar neste site"; $a->strings['Finding: '] = 'Procurando:';
$a->strings["Finding: "] = "Procurando:"; $a->strings['Site Directory'] = 'Diretório do Site';
$a->strings["Site Directory"] = "Diretório do Site"; $a->strings['Find'] = 'Procurar';
$a->strings["Find"] = "Procurar"; $a->strings['Age: '] = 'Idade:';
$a->strings["Age: "] = "Idade:"; $a->strings['Gender: '] = 'Sexo:';
$a->strings["Gender: "] = "Sexo:"; $a->strings['Location:'] = 'Local:';
$a->strings["Location:"] = "Local:"; $a->strings['Gender:'] = 'Sexo:';
$a->strings["Gender:"] = "Sexo:"; $a->strings['Status:'] = 'Estado:';
$a->strings["Status:"] = "Estado:"; $a->strings['Homepage:'] = 'Página principal:';
$a->strings["Homepage:"] = "Página principal:"; $a->strings['About:'] = 'Sobre:';
$a->strings["About:"] = "Sobre:"; $a->strings['No entries (some entries may be hidden).'] = 'Sem resultados (alguns resultados podem estar ocultos).';
$a->strings["No entries (some entries may be hidden)."] = "Sem resultados (alguns resultados podem estar ocultos).";

View file

@ -5,19 +5,18 @@ function string_plural_select_ro($n){
$n = intval($n); $n = intval($n);
if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; }
}} }}
; $a->strings['Forum Directory'] = 'Director Forum';
$a->strings["Forum Directory"] = "Director Forum"; $a->strings['Public access denied.'] = 'Acces public refuzat.';
$a->strings["Public access denied."] = "Acces public refuzat."; $a->strings['Global Directory'] = 'Director Global';
$a->strings["Global Directory"] = "Director Global"; $a->strings['Find on this site'] = 'Căutați pe acest site';
$a->strings["Find on this site"] = "Căutați pe acest site"; $a->strings['Finding: '] = 'Căutare:';
$a->strings["Finding: "] = "Căutare:"; $a->strings['Site Directory'] = 'Director Site';
$a->strings["Site Directory"] = "Director Site"; $a->strings['Find'] = 'Căutați';
$a->strings["Find"] = "Căutați"; $a->strings['Age: '] = 'Vârsta:';
$a->strings["Age: "] = "Vârsta:"; $a->strings['Gender: '] = 'Sex:';
$a->strings["Gender: "] = "Sex:"; $a->strings['Location:'] = 'Locație:';
$a->strings["Location:"] = "Locație:"; $a->strings['Gender:'] = 'Sex:';
$a->strings["Gender:"] = "Sex:"; $a->strings['Status:'] = 'Status:';
$a->strings["Status:"] = "Status:"; $a->strings['Homepage:'] = 'Pagină web:';
$a->strings["Homepage:"] = "Pagină web:"; $a->strings['About:'] = 'Despre:';
$a->strings["About:"] = "Despre:"; $a->strings['No entries (some entries may be hidden).'] = 'Fără înregistrări (unele înregistrări pot fi ascunse).';
$a->strings["No entries (some entries may be hidden)."] = "Fără înregistrări (unele înregistrări pot fi ascunse).";

View file

@ -5,19 +5,18 @@ function string_plural_select_ru($n){
$n = intval($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; } 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['Forum Directory'] = 'Каталог форумов';
$a->strings["Forum Directory"] = "Каталог форумов"; $a->strings['Public access denied.'] = 'Свободный доступ закрыт.';
$a->strings["Public access denied."] = "Свободный доступ закрыт."; $a->strings['Global Directory'] = 'Глобальный каталог';
$a->strings["Global Directory"] = "Глобальный каталог"; $a->strings['Find on this site'] = 'Найти на этом сайте';
$a->strings["Find on this site"] = "Найти на этом сайте"; $a->strings['Finding: '] = 'Результат поиска: ';
$a->strings["Finding: "] = "Результат поиска: "; $a->strings['Site Directory'] = 'Каталог сайта';
$a->strings["Site Directory"] = "Каталог сайта"; $a->strings['Find'] = 'Найти';
$a->strings["Find"] = "Найти"; $a->strings['Age: '] = 'Возраст: ';
$a->strings["Age: "] = "Возраст: "; $a->strings['Gender: '] = 'Пол: ';
$a->strings["Gender: "] = "Пол: "; $a->strings['Location:'] = 'Откуда:';
$a->strings["Location:"] = "Откуда:"; $a->strings['Gender:'] = 'Пол:';
$a->strings["Gender:"] = "Пол:"; $a->strings['Status:'] = 'Статус:';
$a->strings["Status:"] = "Статус:"; $a->strings['Homepage:'] = 'Домашняя страничка:';
$a->strings["Homepage:"] = "Домашняя страничка:"; $a->strings['About:'] = 'О себе:';
$a->strings["About:"] = "О себе:"; $a->strings['No entries (some entries may be hidden).'] = 'Нет записей (некоторые записи могут быть скрыты).';
$a->strings["No entries (some entries may be hidden)."] = "Нет записей (некоторые записи могут быть скрыты).";

View file

@ -5,9 +5,8 @@ function string_plural_select_ca($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Fromapp settings updated.'] = 'S\'ha actualitzat la configuració de Fromapp';
$a->strings["Fromapp settings updated."] = "S'ha actualitzat la configuració de Fromapp"; $a->strings['FromApp Settings'] = '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["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 daplicació encara que shagi utilitzat una altra aplicació.';
$a->strings["Use this application name even if another application was used."] = "Utilitzeu aquest nom daplicació encara que shagi utilitzat una altra aplicació."; $a->strings['Save Settings'] = 'Desa la Configuració';
$a->strings["Save Settings"] = "Desa la Configuració";

View file

@ -5,9 +5,8 @@ function string_plural_select_cs($n){
$n = intval($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; } 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 updated."] = "Nastavení FromApp aktualizována."; $a->strings['FromApp Settings'] = 'Nastavení FromApp';
$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["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["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["Save Settings"] = "Uložit nastavení";

View file

@ -5,9 +5,8 @@ function string_plural_select_de($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Fromapp settings updated.'] = 'Fromapp-Einstellungen aktualisiert.';
$a->strings["Fromapp settings updated."] = "Fromapp-Einstellungen aktualisiert."; $a->strings['FromApp Settings'] = 'FromApp-Einstellungen';
$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["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["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["Save Settings"] = "Einstellungen speichern";

View file

@ -5,9 +5,8 @@ function string_plural_select_en_gb($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Fromapp settings updated.'] = 'FromApp settings updated.';
$a->strings["Fromapp settings updated."] = "FromApp settings updated."; $a->strings['FromApp Settings'] = 'FromApp';
$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["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["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["Save Settings"] = "Save settings";

View file

@ -5,8 +5,7 @@ function string_plural_select_es($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['FromApp Settings'] = 'Ajustes de FromApp';
$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["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["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["Save Settings"] = "Guardar Ajustes";

View file

@ -5,7 +5,6 @@ function string_plural_select_fi_fi($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Fromapp settings updated.'] = 'FromApp -asetukset päivitettiin.';
$a->strings["Fromapp settings updated."] = "FromApp -asetukset päivitettiin."; $a->strings['FromApp Settings'] = 'FromApp -asetukset';
$a->strings["FromApp Settings"] = "FromApp -asetukset"; $a->strings['Submit'] = 'Lähetä';
$a->strings["Submit"] = "Lähetä";

View file

@ -5,8 +5,7 @@ function string_plural_select_fr($n){
$n = intval($n); $n = intval($n);
return intval($n > 1); return intval($n > 1);
}} }}
; $a->strings['FromApp Settings'] = 'Paramètres de FromApp';
$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["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["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["Save Settings"] = "Sauvegarder les paramètres.";

View 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';

View file

@ -5,9 +5,8 @@ function string_plural_select_it($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Fromapp settings updated.'] = 'Impostazioni "FromApp" aggiornato.';
$a->strings["Fromapp settings updated."] = "Impostazioni \"FromApp\" aggiornato."; $a->strings['FromApp Settings'] = 'Imnpostazioni "FromApp"';
$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["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["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["Save Settings"] = "Salva Impostazioni";

View file

@ -5,9 +5,8 @@ function string_plural_select_nl($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Fromapp settings updated.'] = 'Fromapp instellingen opgeslagen';
$a->strings["Fromapp settings updated."] = "Fromapp instellingen opgeslagen"; $a->strings['FromApp Settings'] = 'FromApp instellingen';
$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["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["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["Submit"] = "Opslaan";

View file

@ -5,9 +5,8 @@ function string_plural_select_pl($n){
$n = intval($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; } 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 updated."] = "Zaktualizowano ustawienia Fromapp."; $a->strings['FromApp Settings'] = '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["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["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["Save Settings"] = "Zapisz ustawienia";

View file

@ -5,9 +5,8 @@ function string_plural_select_ro($n){
$n = intval($n); $n = intval($n);
if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } 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 updated."] = "Configurările Fromapp au fost actualizate."; $a->strings['FromApp Settings'] = 'Configurări FromApp';
$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["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["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["Submit"] = "Trimite";

View file

@ -5,9 +5,8 @@ function string_plural_select_ru($n){
$n = intval($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; } 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 updated."] = "Настройки Fromapp обновлены."; $a->strings['FromApp Settings'] = 'Настройки Fromapp';
$a->strings["FromApp Settings"] = "Настройки Fromapp"; $a->strings['The application name you would like to show your posts originating from.'] = 'Имя приложения, которое будет показываться при просмотре сообщения.';
$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["Use this application name even if another application was used."] = "Использовать это имя приложения даже если используется другое приложение."; $a->strings['Submit'] = 'Добавить';
$a->strings["Submit"] = "Добавить";

View file

@ -5,8 +5,7 @@ function string_plural_select_cs($n){
$n = intval($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; } 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['Geonames settings updated.'] = 'Nastavení Geonames aktualizována.';
$a->strings["Geonames settings updated."] = "Nastavení Geonames aktualizována."; $a->strings['Geonames Settings'] = 'Nastavení Geonames';
$a->strings["Geonames Settings"] = "Nastavení Geonames"; $a->strings['Enable Geonames Addon'] = 'Povolit doplněk Geonames';
$a->strings["Enable Geonames Addon"] = "Povolit doplněk Geonames"; $a->strings['Submit'] = 'Odeslat';
$a->strings["Submit"] = "Odeslat";

View file

@ -5,8 +5,7 @@ function string_plural_select_de($n){
$n = intval($n); $n = intval($n);
return intval($n != 1); return intval($n != 1);
}} }}
; $a->strings['Geonames Settings'] = 'Geonames-Einstellungen';
$a->strings["Geonames Settings"] = "Geonames-Einstellungen"; $a->strings['Replace numerical coordinates by the nearest populated location name in your posts.'] = 'Ersetze numerische Koordinaten in Beiträgen mit dem Namen der nächst gelegenen Siedlung.';
$a->strings["Replace numerical coordinates by the nearest populated location name in your posts."] = "Ersetze numerische Koordinaten in Beiträgen mit dem Namen der nächst gelegenen Siedlung."; $a->strings['Enable Geonames Addon'] = 'Geonames-Addon aktivieren';
$a->strings["Enable Geonames Addon"] = "Geonames-Addon aktivieren"; $a->strings['Save Settings'] = 'Einstellungen speichern';
$a->strings["Save Settings"] = "Einstellungen speichern";

Some files were not shown because too many files have changed in this diff Show more