diff --git a/advancedcontentfilter/lang/ca/strings.php b/advancedcontentfilter/lang/ca/strings.php index 3b02a4f3..c74161c0 100644 --- a/advancedcontentfilter/lang/ca/strings.php +++ b/advancedcontentfilter/lang/ca/strings.php @@ -5,33 +5,36 @@ function string_plural_select_ca($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Filtered by rule: %s"] = "Filtrat per regla: %s"; -$a->strings["Advanced Content Filter"] = "Contingut avançat Filtre"; -$a->strings["Back to Addon Settings"] = "Torna Addon Configuració"; -$a->strings["Add a Rule"] = "Afegiu una regla"; -$a->strings["Help"] = "Ajuda"; -$a->strings["Your rules"] = "Les seves normes"; -$a->strings["Disabled"] = "Desactivat"; -$a->strings["Enabled"] = "Permetre"; -$a->strings["Disable this rule"] = "Desactiva aquesta regla"; -$a->strings["Enable this rule"] = "Activa aquesta regla"; -$a->strings["Edit this rule"] = "Edita aquesta regla"; -$a->strings["Edit the rule"] = "Edita la regla"; -$a->strings["Save this rule"] = "Deseu aquesta regla"; -$a->strings["Delete this rule"] = "Suprimeix aquesta regla"; -$a->strings["Rule"] = "Regla"; -$a->strings["Close"] = "Tancar"; -$a->strings["Add new rule"] = "Add nova regla"; -$a->strings["Rule Name"] = "Nom de la regla"; -$a->strings["Rule Expression"] = "Expressió de regla"; -$a->strings["Cancel"] = "cancel·lar"; -$a->strings["You must be logged in to use this method"] = "Per utilitzar aquest mètode, heu d’iniciar sessió"; -$a->strings["The rule name and expression are required."] = "El nom i l’expressió de la regla són obligatoris"; -$a->strings["Rule successfully added"] = "La regla s'ha afegit correctament"; -$a->strings["Rule doesn't exist or doesn't belong to you."] = "La regla no existeix o no us pertany."; -$a->strings["Rule successfully updated"] = "La regla s'ha actualitzat correctament"; -$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"; +$a->strings['Filtered by rule: %s'] = 'Filtrat per regla: %s'; +$a->strings['Advanced Content Filter'] = 'Contingut avançat Filtre'; +$a->strings['Back to Addon Settings'] = 'Torna Addon Configuració'; +$a->strings['Add a Rule'] = 'Afegiu una regla'; +$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 help page.'] = '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ó pàgina d’ajuda.'; +$a->strings['Your rules'] = 'Les seves normes'; +$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['Disabled'] = 'Desactivat'; +$a->strings['Enabled'] = 'Permetre'; +$a->strings['Disable this rule'] = 'Desactiva aquesta regla'; +$a->strings['Enable this rule'] = 'Activa aquesta regla'; +$a->strings['Edit this rule'] = 'Edita aquesta regla'; +$a->strings['Edit the rule'] = 'Edita la regla'; +$a->strings['Save this rule'] = 'Deseu aquesta regla'; +$a->strings['Delete this rule'] = 'Suprimeix aquesta regla'; +$a->strings['Rule'] = 'Regla'; +$a->strings['Close'] = 'Tancar'; +$a->strings['Add new rule'] = 'Add nova regla'; +$a->strings['Rule Name'] = 'Nom de la regla'; +$a->strings['Rule Expression'] = 'Expressió de regla'; +$a->strings['

Examples:

'] = '

Exemples:

'; +$a->strings['Cancel'] = 'cancel·lar'; +$a->strings['You must be logged in to use this method'] = 'Per utilitzar aquest mètode, heu d’iniciar sessió'; +$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['The rule name and expression are required.'] = 'El nom i l’expressió de la regla són obligatoris'; +$a->strings['Rule successfully added'] = 'La regla s\'ha afegit correctament'; +$a->strings['Rule doesn\'t exist or doesn\'t belong to you.'] = 'La regla no existeix o no us pertany.'; +$a->strings['Rule successfully updated'] = 'La regla s\'ha actualitzat correctament'; +$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'; diff --git a/advancedcontentfilter/lang/cs/strings.php b/advancedcontentfilter/lang/cs/strings.php index 92d07f9c..cc96e2a3 100644 --- a/advancedcontentfilter/lang/cs/strings.php +++ b/advancedcontentfilter/lang/cs/strings.php @@ -5,34 +5,36 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Filtered by rule: %s"] = "Filtrováno podle pravidla: %s"; -$a->strings["Advanced Content Filter"] = "Rozšířený filtr obsahu"; -$a->strings["Back to Addon Settings"] = "Zpět na nastavení doplňku"; -$a->strings["Add a Rule"] = "Přidat pravidlo"; -$a->strings["Help"] = "Nápověda"; -$a->strings["Your rules"] = "Vaše pravidla"; -$a->strings["Disabled"] = "Zakázáno"; -$a->strings["Enabled"] = "Povoleno"; -$a->strings["Disable this rule"] = "Zakázat toto pravidlo"; -$a->strings["Enable this rule"] = "Povolit toto pravidlo"; -$a->strings["Edit this rule"] = "Upravit toto pravidlo"; -$a->strings["Edit the rule"] = "Upravit pravidlo"; -$a->strings["Save this rule"] = "Uložit toto pravidlo"; -$a->strings["Delete this rule"] = "Smazat toto pravidlo"; -$a->strings["Rule"] = "Pravidlo"; -$a->strings["Close"] = "Zavřít"; -$a->strings["Add new rule"] = "Přidat nové pravidlo"; -$a->strings["Rule Name"] = "Název pravidla"; -$a->strings["Rule Expression"] = "Výraz pravidla"; -$a->strings["Cancel"] = "Zrušit"; -$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["Invalid form security token, please refresh the page."] = "Neplatná forma bezpečnostního tokenu, prosím obnovte stránku."; -$a->strings["The rule name and expression are required."] = "Je požadován název pravidla a výraz."; -$a->strings["Rule successfully added"] = "Pravidlo úspěšně přidáno"; -$a->strings["Rule doesn't exist or doesn't belong to you."] = "Pravidlo buď neexistuje, nebo Vám nepatří."; -$a->strings["Rule successfully updated"] = "Pravidlo úspěšně aktualizováno"; -$a->strings["Rule successfully deleted"] = "Pravidlo úspěšně smazáno"; -$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"; +$a->strings['Filtered by rule: %s'] = 'Filtrováno podle pravidla: %s'; +$a->strings['Advanced Content Filter'] = 'Rozšířený filtr obsahu'; +$a->strings['Back to Addon Settings'] = 'Zpět na nastavení doplňku'; +$a->strings['Add a Rule'] = 'Přidat pravidlo'; +$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 help page.'] = '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 stránku nápovědy.'; +$a->strings['Your rules'] = 'Vaše pravidla'; +$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['Disabled'] = 'Zakázáno'; +$a->strings['Enabled'] = 'Povoleno'; +$a->strings['Disable this rule'] = 'Zakázat toto pravidlo'; +$a->strings['Enable this rule'] = 'Povolit toto pravidlo'; +$a->strings['Edit this rule'] = 'Upravit toto pravidlo'; +$a->strings['Edit the rule'] = 'Upravit pravidlo'; +$a->strings['Save this rule'] = 'Uložit toto pravidlo'; +$a->strings['Delete this rule'] = 'Smazat toto pravidlo'; +$a->strings['Rule'] = 'Pravidlo'; +$a->strings['Close'] = 'Zavřít'; +$a->strings['Add new rule'] = 'Přidat nové pravidlo'; +$a->strings['Rule Name'] = 'Název pravidla'; +$a->strings['Rule Expression'] = 'Výraz pravidla'; +$a->strings['

Examples:

'] = '

Příklady:

'; +$a->strings['Cancel'] = 'Zrušit'; +$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['Invalid form security token, please refresh the page.'] = 'Neplatná forma bezpečnostního tokenu, prosím obnovte stránku.'; +$a->strings['The rule name and expression are required.'] = 'Je požadován název pravidla a výraz.'; +$a->strings['Rule successfully added'] = 'Pravidlo úspěšně přidáno'; +$a->strings['Rule doesn\'t exist or doesn\'t belong to you.'] = 'Pravidlo buď neexistuje, nebo Vám nepatří.'; +$a->strings['Rule successfully updated'] = 'Pravidlo úspěšně aktualizováno'; +$a->strings['Rule successfully deleted'] = 'Pravidlo úspěšně smazáno'; +$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'; diff --git a/advancedcontentfilter/lang/de/strings.php b/advancedcontentfilter/lang/de/strings.php index 8575ff9c..b3fd142e 100644 --- a/advancedcontentfilter/lang/de/strings.php +++ b/advancedcontentfilter/lang/de/strings.php @@ -5,34 +5,35 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Method not found"] = "Methode nicht gefunden"; -$a->strings["Filtered by rule: %s"] = "Nach dieser Regel gefiltert: %s"; -$a->strings["Advanced Content Filter"] = "Erweiterter Inhaltsfilter"; -$a->strings["Back to Addon Settings"] = "Zurück zu den Addon Einstellungen"; -$a->strings["Add a Rule"] = "Eine Regel hinzufügen"; -$a->strings["Help"] = "Hilfe"; -$a->strings["Your rules"] = "Deine Regeln"; -$a->strings["Disabled"] = "Deaktiviert"; -$a->strings["Enabled"] = "Aktiv"; -$a->strings["Disable this rule"] = "Diese Regel deaktivieren"; -$a->strings["Enable this rule"] = "Diese Regel aktivieren"; -$a->strings["Edit this rule"] = "Diese Regel bearbeiten"; -$a->strings["Edit the rule"] = "Die Regel bearbeiten"; -$a->strings["Save this rule"] = "Regel speichern"; -$a->strings["Delete this rule"] = "Diese Regel löschen"; -$a->strings["Rule"] = "Regel"; -$a->strings["Close"] = "Schließen"; -$a->strings["Add new rule"] = "Neue Regel hinzufügen"; -$a->strings["Rule Name"] = "Name der Regel"; -$a->strings["Rule Expression"] = "Ausdruck der Regel"; -$a->strings["Cancel"] = "Abbrechen"; -$a->strings["You must be logged in to use this method"] = "Du musst angemeldet sein, um diese Methode verwenden zu können "; -$a->strings["Invalid form security token, please refresh the page."] = "Ungültiges Sciherheitstoken, bitte die Seite neu laden."; -$a->strings["The rule name and expression are required."] = "Der Name der Regel und der Ausdruck sind erforderlich."; -$a->strings["Rule successfully added"] = "Regel erfolgreich hinzugefügt."; -$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 updated"] = "Regel wurde erfolgreich aktualisiert."; -$a->strings["Rule successfully deleted"] = "Regel erfolgreich gelöscht."; -$a->strings["Missing argument: guid."] = "Fehlendes Argument: guid."; -$a->strings["Unknown post with guid: %s"] = "Unbekannter Beitrag mit der guid: %s"; +$a->strings['Method not found'] = 'Methode nicht gefunden'; +$a->strings['Filtered by rule: %s'] = 'Nach dieser Regel gefiltert: %s'; +$a->strings['Advanced Content Filter'] = 'Erweiterter Inhaltsfilter'; +$a->strings['Back to Addon Settings'] = 'Zurück zu den Addon Einstellungen'; +$a->strings['Add a Rule'] = 'Eine Regel hinzufügen'; +$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['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['Disabled'] = 'Deaktiviert'; +$a->strings['Enabled'] = 'Aktiv'; +$a->strings['Disable this rule'] = 'Diese Regel deaktivieren'; +$a->strings['Enable this rule'] = 'Diese Regel aktivieren'; +$a->strings['Edit this rule'] = 'Diese Regel bearbeiten'; +$a->strings['Edit the rule'] = 'Die Regel bearbeiten'; +$a->strings['Save this rule'] = 'Regel speichern'; +$a->strings['Delete this rule'] = 'Diese Regel löschen'; +$a->strings['Rule'] = 'Regel'; +$a->strings['Close'] = 'Schließen'; +$a->strings['Add new rule'] = 'Neue Regel hinzufügen'; +$a->strings['Rule Name'] = 'Name der Regel'; +$a->strings['Rule Expression'] = 'Ausdruck der Regel'; +$a->strings['Cancel'] = 'Abbrechen'; +$a->strings['You must be logged in to use this method'] = 'Du musst angemeldet sein, um diese Methode verwenden zu können '; +$a->strings['Invalid form security token, please refresh the page.'] = 'Ungültiges Sciherheitstoken, bitte die Seite neu laden.'; +$a->strings['The rule name and expression are required.'] = 'Der Name der Regel und der Ausdruck sind erforderlich.'; +$a->strings['Rule successfully added'] = 'Regel erfolgreich hinzugefügt.'; +$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 updated'] = 'Regel wurde erfolgreich aktualisiert.'; +$a->strings['Rule successfully deleted'] = 'Regel erfolgreich gelöscht.'; +$a->strings['Missing argument: guid.'] = 'Fehlendes Argument: guid.'; +$a->strings['Unknown post with guid: %s'] = 'Unbekannter Beitrag mit der guid: %s'; diff --git a/advancedcontentfilter/lang/en-gb/strings.php b/advancedcontentfilter/lang/en-gb/strings.php index 08dac5ec..e8609311 100644 --- a/advancedcontentfilter/lang/en-gb/strings.php +++ b/advancedcontentfilter/lang/en-gb/strings.php @@ -5,34 +5,36 @@ function string_plural_select_en_gb($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Filtered by rule: %s"] = "Filtered by rule: %s"; -$a->strings["Advanced Content Filter"] = "Advanced Content Filter"; -$a->strings["Back to Addon Settings"] = "Back to addon settings"; -$a->strings["Add a Rule"] = "Add a rule"; -$a->strings["Help"] = "Help"; -$a->strings["Your rules"] = "Your rules"; -$a->strings["Disabled"] = "Disabled"; -$a->strings["Enabled"] = "Enabled"; -$a->strings["Disable this rule"] = "Disable this rule"; -$a->strings["Enable this rule"] = "Enable this rule"; -$a->strings["Edit this rule"] = "Edit this rule"; -$a->strings["Edit the rule"] = "Edit the rule"; -$a->strings["Save this rule"] = "Save this rule"; -$a->strings["Delete this rule"] = "Delete this rule"; -$a->strings["Rule"] = "Rule"; -$a->strings["Close"] = "Close"; -$a->strings["Add new rule"] = "Add new rule"; -$a->strings["Rule Name"] = "Rule name"; -$a->strings["Rule Expression"] = "Rule expression"; -$a->strings["Cancel"] = "Cancel"; -$a->strings["You must be logged in to use this method"] = "You must be logged in to use this method"; -$a->strings["Invalid form security token, please refresh the page."] = "Invalid form security token, please refresh the page."; -$a->strings["The rule name and expression are required."] = "The rule name and expression are required."; -$a->strings["Rule successfully added"] = "Rule successfully added"; -$a->strings["Rule doesn't exist or doesn't belong to you."] = "Rule doesn't exist or doesn't belong to you."; -$a->strings["Rule successfully updated"] = "Rule successfully updated"; -$a->strings["Rule successfully deleted"] = "Rule successfully deleted"; -$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"; +$a->strings['Filtered by rule: %s'] = 'Filtered by rule: %s'; +$a->strings['Advanced Content Filter'] = 'Advanced Content Filter'; +$a->strings['Back to Addon Settings'] = 'Back to addon settings'; +$a->strings['Add a Rule'] = 'Add a rule'; +$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 help page.'] = '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.'; +$a->strings['Your rules'] = 'Your rules'; +$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['Disabled'] = 'Disabled'; +$a->strings['Enabled'] = 'Enabled'; +$a->strings['Disable this rule'] = 'Disable this rule'; +$a->strings['Enable this rule'] = 'Enable this rule'; +$a->strings['Edit this rule'] = 'Edit this rule'; +$a->strings['Edit the rule'] = 'Edit the rule'; +$a->strings['Save this rule'] = 'Save this rule'; +$a->strings['Delete this rule'] = 'Delete this rule'; +$a->strings['Rule'] = 'Rule'; +$a->strings['Close'] = 'Close'; +$a->strings['Add new rule'] = 'Add new rule'; +$a->strings['Rule Name'] = 'Rule name'; +$a->strings['Rule Expression'] = 'Rule expression'; +$a->strings['

Examples:

'] = '

Examples:

'; +$a->strings['Cancel'] = 'Cancel'; +$a->strings['You must be logged in to use this method'] = 'You must be logged in to use this method'; +$a->strings['Invalid form security token, please refresh the page.'] = 'Invalid form security token, please refresh the page.'; +$a->strings['The rule name and expression are required.'] = 'The rule name and expression are required.'; +$a->strings['Rule successfully added'] = 'Rule successfully added'; +$a->strings['Rule doesn\'t exist or doesn\'t belong to you.'] = 'Rule doesn\'t exist or doesn\'t belong to you.'; +$a->strings['Rule successfully updated'] = 'Rule successfully updated'; +$a->strings['Rule successfully deleted'] = 'Rule successfully deleted'; +$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'; diff --git a/advancedcontentfilter/lang/es/strings.php b/advancedcontentfilter/lang/es/strings.php index a8b86a47..daf0c6dc 100644 --- a/advancedcontentfilter/lang/es/strings.php +++ b/advancedcontentfilter/lang/es/strings.php @@ -5,33 +5,35 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Method not found"] = "Método no encontrado"; -$a->strings["Filtered by rule: %s"] = "Filtrado por la regla: %s"; -$a->strings["Advanced Content Filter"] = "Filtro de contenido avanzado"; -$a->strings["Back to Addon Settings"] = "Volver a Ajustes de Complemento"; -$a->strings["Add a Rule"] = "Añadir una regla"; -$a->strings["Help"] = "Ayuda"; -$a->strings["Your rules"] = "Tus reglas"; -$a->strings["Disabled"] = "Desactivado"; -$a->strings["Enabled"] = "Activado"; -$a->strings["Disable this rule"] = "Desactivar esta regla"; -$a->strings["Enable this rule"] = "Activar esta regla"; -$a->strings["Edit this rule"] = "Editar esta regla"; -$a->strings["Edit the rule"] = "Editar regla"; -$a->strings["Save this rule"] = "Guardar esta regla"; -$a->strings["Delete this rule"] = "Borrar esta regla"; -$a->strings["Rule"] = "Regla"; -$a->strings["Close"] = "Cerrar"; -$a->strings["Add new rule"] = "Agregar nueva regla"; -$a->strings["Rule Name"] = "Nombre de la regla"; -$a->strings["Rule Expression"] = "Expresión de la regla"; -$a->strings["Cancel"] = "Cancelar"; -$a->strings["You must be logged in to use this method"] = "Debe estar registrado para usar este método"; -$a->strings["The rule name and expression are required."] = "El nombre y la expresión de la regla son obligatorios."; -$a->strings["Rule successfully added"] = "Regla añadida exitosamente"; -$a->strings["Rule doesn't exist or doesn't belong to you."] = "La regla no existe o no te pertenece."; -$a->strings["Rule successfully updated"] = "Regla actualizada exitosamente"; -$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"; +$a->strings['Method not found'] = 'Método no encontrado'; +$a->strings['Filtered by rule: %s'] = 'Filtrado por la regla: %s'; +$a->strings['Advanced Content Filter'] = 'Filtro de contenido avanzado'; +$a->strings['Back to Addon Settings'] = 'Volver a Ajustes de Complemento'; +$a->strings['Add a Rule'] = 'Añadir una regla'; +$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['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['Disabled'] = 'Desactivado'; +$a->strings['Enabled'] = 'Activado'; +$a->strings['Disable this rule'] = 'Desactivar esta regla'; +$a->strings['Enable this rule'] = 'Activar esta regla'; +$a->strings['Edit this rule'] = 'Editar esta regla'; +$a->strings['Edit the rule'] = 'Editar regla'; +$a->strings['Save this rule'] = 'Guardar esta regla'; +$a->strings['Delete this rule'] = 'Borrar esta regla'; +$a->strings['Rule'] = 'Regla'; +$a->strings['Close'] = 'Cerrar'; +$a->strings['Add new rule'] = 'Agregar nueva regla'; +$a->strings['Rule Name'] = 'Nombre de la regla'; +$a->strings['Rule Expression'] = 'Expresión de la regla'; +$a->strings['Cancel'] = 'Cancelar'; +$a->strings['You must be logged in to use this method'] = 'Debe estar registrado para usar este método'; +$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['The rule name and expression are required.'] = 'El nombre y la expresión de la regla son obligatorios.'; +$a->strings['Rule successfully added'] = 'Regla añadida exitosamente'; +$a->strings['Rule doesn\'t exist or doesn\'t belong to you.'] = 'La regla no existe o no te pertenece.'; +$a->strings['Rule successfully updated'] = 'Regla actualizada exitosamente'; +$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'; diff --git a/advancedcontentfilter/lang/fi/strings.php b/advancedcontentfilter/lang/fi/strings.php index 3bc84108..f7bb14d6 100644 --- a/advancedcontentfilter/lang/fi/strings.php +++ b/advancedcontentfilter/lang/fi/strings.php @@ -5,19 +5,18 @@ function string_plural_select_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Add a Rule"] = "Lisää sääntö"; -$a->strings["Your rules"] = "Sääntösi"; -$a->strings["Disabled"] = "Ei käytössä"; -$a->strings["Enabled"] = "Käytössä"; -$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 the rule"] = "Muokkaa sääntöä"; -$a->strings["Save this rule"] = "Tallenna tämä sääntö"; -$a->strings["Delete this rule"] = "Poista tämä sääntö"; -$a->strings["Rule"] = "Sääntö"; -$a->strings["Close"] = "Sulje"; -$a->strings["Add new rule"] = "Lisää uusi sääntö"; -$a->strings["Rule successfully added"] = "Sääntö lisätty"; -$a->strings["Rule successfully updated"] = "Sääntö päivitetty"; -$a->strings["Rule successfully deleted"] = "Sääntö poistettu"; +$a->strings['Add a Rule'] = 'Lisää sääntö'; +$a->strings['Your rules'] = 'Sääntösi'; +$a->strings['Disabled'] = 'Ei käytössä'; +$a->strings['Enabled'] = 'Käytössä'; +$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 the rule'] = 'Muokkaa sääntöä'; +$a->strings['Save this rule'] = 'Tallenna tämä sääntö'; +$a->strings['Delete this rule'] = 'Poista tämä sääntö'; +$a->strings['Rule'] = 'Sääntö'; +$a->strings['Close'] = 'Sulje'; +$a->strings['Add new rule'] = 'Lisää uusi sääntö'; +$a->strings['Rule successfully added'] = 'Sääntö lisätty'; +$a->strings['Rule successfully updated'] = 'Sääntö päivitetty'; +$a->strings['Rule successfully deleted'] = 'Sääntö poistettu'; diff --git a/advancedcontentfilter/lang/fr/strings.php b/advancedcontentfilter/lang/fr/strings.php index 34c08fb9..4c91b85e 100644 --- a/advancedcontentfilter/lang/fr/strings.php +++ b/advancedcontentfilter/lang/fr/strings.php @@ -5,34 +5,35 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Method not found"] = "Méthode non trouvée"; -$a->strings["Filtered by rule: %s"] = "Filtré par règle:%s"; -$a->strings["Advanced Content Filter"] = "Filtre avancé de contenu"; -$a->strings["Back to Addon Settings"] = "Retour aux paramètres de l'extension"; -$a->strings["Add a Rule"] = "Ajouter une règle"; -$a->strings["Help"] = "Aide"; -$a->strings["Your rules"] = "Vos règles"; -$a->strings["Disabled"] = "Désactivé"; -$a->strings["Enabled"] = "Activé"; -$a->strings["Disable this rule"] = "Désactiver cette règle"; -$a->strings["Enable this rule"] = "Activer cette règle"; -$a->strings["Edit this rule"] = "Modifier cette règle"; -$a->strings["Edit the rule"] = "Modifier la règle"; -$a->strings["Save this rule"] = "Enregistrer cette règle"; -$a->strings["Delete this rule"] = "Supprimer cette règle"; -$a->strings["Rule"] = "Règle"; -$a->strings["Close"] = "Fermer"; -$a->strings["Add new rule"] = "Ajouter nouvelle règle"; -$a->strings["Rule Name"] = "Nommer règle"; -$a->strings["Rule Expression"] = "Expression de règle"; -$a->strings["Cancel"] = "Annuler"; -$a->strings["You must be logged in to use this method"] = "Vous devez être connecté pour utiliser cette méthode"; -$a->strings["Invalid form security token, please refresh the page."] = "Formulaire token de sécurité invalide, rafraîchissez la page"; -$a->strings["The rule name and expression are required."] = "Le nom et l'expression de cette règle sont requis"; -$a->strings["Rule successfully added"] = "Règle bien ajoutée"; -$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 updated"] = "Règle bien mise à jour"; -$a->strings["Rule successfully deleted"] = "Règle bien supprimée"; -$a->strings["Missing argument: guid."] = "Argument manquant: "; -$a->strings["Unknown post with guid: %s"] = "Post inconnu avec guid : %s"; +$a->strings['Method not found'] = 'Méthode non trouvée'; +$a->strings['Filtered by rule: %s'] = 'Filtré par règle:%s'; +$a->strings['Advanced Content Filter'] = 'Filtre avancé de contenu'; +$a->strings['Back to Addon Settings'] = 'Retour aux paramètres de l\'extension'; +$a->strings['Add a Rule'] = 'Ajouter une règle'; +$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['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['Disabled'] = 'Désactivé'; +$a->strings['Enabled'] = 'Activé'; +$a->strings['Disable this rule'] = 'Désactiver cette règle'; +$a->strings['Enable this rule'] = 'Activer cette règle'; +$a->strings['Edit this rule'] = 'Modifier cette règle'; +$a->strings['Edit the rule'] = 'Modifier la règle'; +$a->strings['Save this rule'] = 'Enregistrer cette règle'; +$a->strings['Delete this rule'] = 'Supprimer cette règle'; +$a->strings['Rule'] = 'Règle'; +$a->strings['Close'] = 'Fermer'; +$a->strings['Add new rule'] = 'Ajouter nouvelle règle'; +$a->strings['Rule Name'] = 'Nommer règle'; +$a->strings['Rule Expression'] = 'Expression de règle'; +$a->strings['Cancel'] = 'Annuler'; +$a->strings['You must be logged in to use this method'] = 'Vous devez être connecté pour utiliser cette méthode'; +$a->strings['Invalid form security token, please refresh the page.'] = 'Formulaire token de sécurité invalide, rafraîchissez la page'; +$a->strings['The rule name and expression are required.'] = 'Le nom et l\'expression de cette règle sont requis'; +$a->strings['Rule successfully added'] = 'Règle bien ajoutée'; +$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 updated'] = 'Règle bien mise à jour'; +$a->strings['Rule successfully deleted'] = 'Règle bien supprimée'; +$a->strings['Missing argument: guid.'] = 'Argument manquant: '; +$a->strings['Unknown post with guid: %s'] = 'Post inconnu avec guid : %s'; diff --git a/advancedcontentfilter/lang/hu/strings.php b/advancedcontentfilter/lang/hu/strings.php index 3e686836..e6ac307b 100644 --- a/advancedcontentfilter/lang/hu/strings.php +++ b/advancedcontentfilter/lang/hu/strings.php @@ -5,34 +5,35 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$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["Advanced Content Filter"] = "Speciális tartalomszűrő"; -$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["Help"] = "Súgó"; -$a->strings["Your rules"] = "Az Ön szabályai"; -$a->strings["Disabled"] = "Letiltva"; -$a->strings["Enabled"] = "Engedélyezve"; -$a->strings["Disable this rule"] = "A szabály letiltása"; -$a->strings["Enable this rule"] = "A szabály engedélyezése"; -$a->strings["Edit this rule"] = "A szabály szerkesztése"; -$a->strings["Edit the rule"] = "A szabály szerkesztése"; -$a->strings["Save this rule"] = "A szabály mentése"; -$a->strings["Delete this rule"] = "A szabály törlése"; -$a->strings["Rule"] = "Szabály"; -$a->strings["Close"] = "Bezárás"; -$a->strings["Add new rule"] = "Új szabály hozzáadása"; -$a->strings["Rule Name"] = "Szabály neve"; -$a->strings["Rule Expression"] = "Szabály kifejezése"; -$a->strings["Cancel"] = "Mégse"; -$a->strings["You must be logged in to use this method"] = "Bejelentkezve kell lennie a módszer használatához"; -$a->strings["Invalid form security token, please refresh the page."] = "Érvénytelen űrlap biztonsági token. Frissítse az oldalt."; -$a->strings["The rule name and expression are required."] = "A szabály neve és kifejezése kötelező."; -$a->strings["Rule successfully added"] = "A szabály sikeresen hozzáadva"; -$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 updated"] = "A szabály sikeresen frissítve"; -$a->strings["Rule successfully deleted"] = "A szabály sikeresen törölve"; -$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"; +$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['Advanced Content Filter'] = 'Speciális tartalomszűrő'; +$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['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['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['Disabled'] = 'Letiltva'; +$a->strings['Enabled'] = 'Engedélyezve'; +$a->strings['Disable this rule'] = 'A szabály letiltása'; +$a->strings['Enable this rule'] = 'A szabály engedélyezése'; +$a->strings['Edit this rule'] = 'A szabály szerkesztése'; +$a->strings['Edit the rule'] = 'A szabály szerkesztése'; +$a->strings['Save this rule'] = 'A szabály mentése'; +$a->strings['Delete this rule'] = 'A szabály törlése'; +$a->strings['Rule'] = 'Szabály'; +$a->strings['Close'] = 'Bezárás'; +$a->strings['Add new rule'] = 'Új szabály hozzáadása'; +$a->strings['Rule Name'] = 'Szabály neve'; +$a->strings['Rule Expression'] = 'Szabály kifejezése'; +$a->strings['Cancel'] = 'Mégse'; +$a->strings['You must be logged in to use this method'] = 'Bejelentkezve kell lennie a módszer használatához'; +$a->strings['Invalid form security token, please refresh the page.'] = 'Érvénytelen űrlap biztonsági token. Frissítse az oldalt.'; +$a->strings['The rule name and expression are required.'] = 'A szabály neve és kifejezése kötelező.'; +$a->strings['Rule successfully added'] = 'A szabály sikeresen hozzáadva'; +$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 updated'] = 'A szabály sikeresen frissítve'; +$a->strings['Rule successfully deleted'] = 'A szabály sikeresen törölve'; +$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'; diff --git a/advancedcontentfilter/lang/it/strings.php b/advancedcontentfilter/lang/it/strings.php index 88cec9ec..50cde891 100644 --- a/advancedcontentfilter/lang/it/strings.php +++ b/advancedcontentfilter/lang/it/strings.php @@ -5,34 +5,36 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Filtered by rule: %s"] = "Filtrato dalla regola: %s"; -$a->strings["Advanced Content Filter"] = "Filtro Avanzato Contenuti"; -$a->strings["Back to Addon Settings"] = "Torna alle impostazioni del componente aggiuntivo"; -$a->strings["Add a Rule"] = "Aggiungi una regola"; -$a->strings["Help"] = "Aiuto"; -$a->strings["Your rules"] = "Le tue regole"; -$a->strings["Disabled"] = "Disabilitato"; -$a->strings["Enabled"] = "Abilitato"; -$a->strings["Disable this rule"] = "Diabilita questa regola"; -$a->strings["Enable this rule"] = "Abilita questa regola"; -$a->strings["Edit this rule"] = "Modifica questa regola"; -$a->strings["Edit the rule"] = "Modifica la regola"; -$a->strings["Save this rule"] = "Salva questa regola"; -$a->strings["Delete this rule"] = "Elimina questa regola"; -$a->strings["Rule"] = "Regola"; -$a->strings["Close"] = "Chiudi"; -$a->strings["Add new rule"] = "Aggiungi nuova regola"; -$a->strings["Rule Name"] = "Nome Regola"; -$a->strings["Rule Expression"] = "Espressione Regola"; -$a->strings["Cancel"] = "Annulla"; -$a->strings["You must be logged in to use this method"] = "Devi essere autenticato per usare questo metodo"; -$a->strings["Invalid form security token, please refresh the page."] = "Token di sicurezza invalido, aggiorna la pagina."; -$a->strings["The rule name and expression are required."] = "Il nome e l'espressione della regola sono richiesti."; -$a->strings["Rule successfully added"] = "Regola aggiunta con successo"; -$a->strings["Rule doesn't exist or doesn't belong to you."] = "La regola non esiste o non ti appartiene."; -$a->strings["Rule successfully updated"] = "Regola aggiornata con successo"; -$a->strings["Rule successfully deleted"] = "Regola eliminata con successo"; -$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"; +$a->strings['Filtered by rule: %s'] = 'Filtrato dalla regola: %s'; +$a->strings['Advanced Content Filter'] = 'Filtro Avanzato Contenuti'; +$a->strings['Back to Addon Settings'] = 'Torna alle impostazioni del componente aggiuntivo'; +$a->strings['Add a Rule'] = 'Aggiungi una regola'; +$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 help page.'] = '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 pagina di aiuto.'; +$a->strings['Your rules'] = 'Le tue regole'; +$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['Disabled'] = 'Disabilitato'; +$a->strings['Enabled'] = 'Abilitato'; +$a->strings['Disable this rule'] = 'Diabilita questa regola'; +$a->strings['Enable this rule'] = 'Abilita questa regola'; +$a->strings['Edit this rule'] = 'Modifica questa regola'; +$a->strings['Edit the rule'] = 'Modifica la regola'; +$a->strings['Save this rule'] = 'Salva questa regola'; +$a->strings['Delete this rule'] = 'Elimina questa regola'; +$a->strings['Rule'] = 'Regola'; +$a->strings['Close'] = 'Chiudi'; +$a->strings['Add new rule'] = 'Aggiungi nuova regola'; +$a->strings['Rule Name'] = 'Nome Regola'; +$a->strings['Rule Expression'] = 'Espressione Regola'; +$a->strings['

Examples:

'] = '

Esempi:

'; +$a->strings['Cancel'] = 'Annulla'; +$a->strings['You must be logged in to use this method'] = 'Devi essere autenticato per usare questo metodo'; +$a->strings['Invalid form security token, please refresh the page.'] = 'Token di sicurezza invalido, aggiorna la pagina.'; +$a->strings['The rule name and expression are required.'] = 'Il nome e l\'espressione della regola sono richiesti.'; +$a->strings['Rule successfully added'] = 'Regola aggiunta con successo'; +$a->strings['Rule doesn\'t exist or doesn\'t belong to you.'] = 'La regola non esiste o non ti appartiene.'; +$a->strings['Rule successfully updated'] = 'Regola aggiornata con successo'; +$a->strings['Rule successfully deleted'] = 'Regola eliminata con successo'; +$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'; diff --git a/advancedcontentfilter/lang/nl/strings.php b/advancedcontentfilter/lang/nl/strings.php index 844d4933..d430eaf4 100644 --- a/advancedcontentfilter/lang/nl/strings.php +++ b/advancedcontentfilter/lang/nl/strings.php @@ -5,34 +5,36 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Filtered by rule: %s"] = "Gefilterd volgens regel: %s"; -$a->strings["Advanced Content Filter"] = "Geavanceerd filter voor berichtsinhoud"; -$a->strings["Back to Addon Settings"] = "Terug naar Addon instellingen"; -$a->strings["Add a Rule"] = "Filterregel toevoegen"; -$a->strings["Help"] = "Help"; -$a->strings["Your rules"] = "Jouw regels"; -$a->strings["Disabled"] = "Uitgeschakeld"; -$a->strings["Enabled"] = "Geactiveerd"; -$a->strings["Disable this rule"] = "Deze regel uitschakelen"; -$a->strings["Enable this rule"] = "Deze regel inschakelen"; -$a->strings["Edit this rule"] = "Regel bewerken"; -$a->strings["Edit the rule"] = "Regel bewerken"; -$a->strings["Save this rule"] = "Deze regel opslaan"; -$a->strings["Delete this rule"] = "Deze regel verwijderen"; -$a->strings["Rule"] = "Regel"; -$a->strings["Close"] = "Sluiten"; -$a->strings["Add new rule"] = "Voeg nieuwe regel toe"; -$a->strings["Rule Name"] = "Regel naam"; -$a->strings["Rule Expression"] = "Regel bewoording"; -$a->strings["Cancel"] = "Annuleren"; -$a->strings["You must be logged in to use this method"] = "Je moet ingelogd zijn om deze methode te gebruiken"; -$a->strings["Invalid form security token, please refresh the page."] = "Ongeldige formulier beveiligings token, vernieuw de pagina a.u.b."; -$a->strings["The rule name and expression are required."] = "De regelnaam en bewoording zijn vereist."; -$a->strings["Rule successfully added"] = "Regel succesvol toegevoegd"; -$a->strings["Rule doesn't exist or doesn't belong to you."] = "Deze regel bestaat niet, of is niet van jou."; -$a->strings["Rule successfully updated"] = "Regel succesvol opgeslagen"; -$a->strings["Rule successfully deleted"] = "Regel succesvol verwijderd"; -$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"; +$a->strings['Filtered by rule: %s'] = 'Gefilterd volgens regel: %s'; +$a->strings['Advanced Content Filter'] = 'Geavanceerd filter voor berichtsinhoud'; +$a->strings['Back to Addon Settings'] = 'Terug naar Addon instellingen'; +$a->strings['Add a Rule'] = 'Filterregel toevoegen'; +$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 help page.'] = '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 help pagina.'; +$a->strings['Your rules'] = 'Jouw regels'; +$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['Disabled'] = 'Uitgeschakeld'; +$a->strings['Enabled'] = 'Geactiveerd'; +$a->strings['Disable this rule'] = 'Deze regel uitschakelen'; +$a->strings['Enable this rule'] = 'Deze regel inschakelen'; +$a->strings['Edit this rule'] = 'Regel bewerken'; +$a->strings['Edit the rule'] = 'Regel bewerken'; +$a->strings['Save this rule'] = 'Deze regel opslaan'; +$a->strings['Delete this rule'] = 'Deze regel verwijderen'; +$a->strings['Rule'] = 'Regel'; +$a->strings['Close'] = 'Sluiten'; +$a->strings['Add new rule'] = 'Voeg nieuwe regel toe'; +$a->strings['Rule Name'] = 'Regel naam'; +$a->strings['Rule Expression'] = 'Regel bewoording'; +$a->strings['

Examples:

'] = '

Voorbeelden:

'; +$a->strings['Cancel'] = 'Annuleren'; +$a->strings['You must be logged in to use this method'] = 'Je moet ingelogd zijn om deze methode te gebruiken'; +$a->strings['Invalid form security token, please refresh the page.'] = 'Ongeldige formulier beveiligings token, vernieuw de pagina a.u.b.'; +$a->strings['The rule name and expression are required.'] = 'De regelnaam en bewoording zijn vereist.'; +$a->strings['Rule successfully added'] = 'Regel succesvol toegevoegd'; +$a->strings['Rule doesn\'t exist or doesn\'t belong to you.'] = 'Deze regel bestaat niet, of is niet van jou.'; +$a->strings['Rule successfully updated'] = 'Regel succesvol opgeslagen'; +$a->strings['Rule successfully deleted'] = 'Regel succesvol verwijderd'; +$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'; diff --git a/advancedcontentfilter/lang/pl/strings.php b/advancedcontentfilter/lang/pl/strings.php index f8bfcde4..1789e6e6 100644 --- a/advancedcontentfilter/lang/pl/strings.php +++ b/advancedcontentfilter/lang/pl/strings.php @@ -5,34 +5,36 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Filtered by rule: %s"] = " Filtruj według reguły: %s"; -$a->strings["Advanced Content Filter"] = "Zaawansowany filtr zawartości"; -$a->strings["Back to Addon Settings"] = "Powrót do ustawień dodatków"; -$a->strings["Add a Rule"] = "Dodaj regułę"; -$a->strings["Help"] = "Pomoc"; -$a->strings["Your rules"] = "Twoje zasady"; -$a->strings["Disabled"] = "Wyłącz"; -$a->strings["Enabled"] = "Włącz"; -$a->strings["Disable this rule"] = "Wyłącz tę regułę"; -$a->strings["Enable this rule"] = "Włącz tę regułę"; -$a->strings["Edit this rule"] = "Edytuj tę regułę"; -$a->strings["Edit the rule"] = "Edytuj regułę"; -$a->strings["Save this rule"] = "Zapisz tę regułę"; -$a->strings["Delete this rule"] = "Usuń tę regułę"; -$a->strings["Rule"] = "Reguła"; -$a->strings["Close"] = "Zamknij"; -$a->strings["Add new rule"] = "Dodaj nową regułę"; -$a->strings["Rule Name"] = "Nazwa reguły"; -$a->strings["Rule Expression"] = "Wyrażanie reguły"; -$a->strings["Cancel"] = "Anuluj"; -$a->strings["You must be logged in to use this method"] = "Musisz być zalogowany, aby skorzystać z tej metody"; -$a->strings["Invalid form security token, please refresh the page."] = "Nieprawidłowy token zabezpieczający formularz, odśwież stronę."; -$a->strings["The rule name and expression are required."] = "Nazwa reguły i wyrażenie są wymagane."; -$a->strings["Rule successfully added"] = "Reguła została pomyślnie dodana"; -$a->strings["Rule doesn't exist or doesn't belong to you."] = "Reguła nie istnieje lub nie należy do ciebie."; -$a->strings["Rule successfully updated"] = "Reguła została pomyślnie zaktualizowana"; -$a->strings["Rule successfully deleted"] = "Reguła została pomyślnie usunięta"; -$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"; +$a->strings['Filtered by rule: %s'] = ' Filtruj według reguły: %s'; +$a->strings['Advanced Content Filter'] = 'Zaawansowany filtr zawartości'; +$a->strings['Back to Addon Settings'] = 'Powrót do ustawień dodatków'; +$a->strings['Add a Rule'] = 'Dodaj regułę'; +$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 help page.'] = '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ź stronę pomocy.'; +$a->strings['Your rules'] = 'Twoje zasady'; +$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['Disabled'] = 'Wyłącz'; +$a->strings['Enabled'] = 'Włącz'; +$a->strings['Disable this rule'] = 'Wyłącz tę regułę'; +$a->strings['Enable this rule'] = 'Włącz tę regułę'; +$a->strings['Edit this rule'] = 'Edytuj tę regułę'; +$a->strings['Edit the rule'] = 'Edytuj regułę'; +$a->strings['Save this rule'] = 'Zapisz tę regułę'; +$a->strings['Delete this rule'] = 'Usuń tę regułę'; +$a->strings['Rule'] = 'Reguła'; +$a->strings['Close'] = 'Zamknij'; +$a->strings['Add new rule'] = 'Dodaj nową regułę'; +$a->strings['Rule Name'] = 'Nazwa reguły'; +$a->strings['Rule Expression'] = 'Wyrażanie reguły'; +$a->strings['

Examples:

'] = '

przykład

'; +$a->strings['Cancel'] = 'Anuluj'; +$a->strings['You must be logged in to use this method'] = 'Musisz być zalogowany, aby skorzystać z tej metody'; +$a->strings['Invalid form security token, please refresh the page.'] = 'Nieprawidłowy token zabezpieczający formularz, odśwież stronę.'; +$a->strings['The rule name and expression are required.'] = 'Nazwa reguły i wyrażenie są wymagane.'; +$a->strings['Rule successfully added'] = 'Reguła została pomyślnie dodana'; +$a->strings['Rule doesn\'t exist or doesn\'t belong to you.'] = 'Reguła nie istnieje lub nie należy do ciebie.'; +$a->strings['Rule successfully updated'] = 'Reguła została pomyślnie zaktualizowana'; +$a->strings['Rule successfully deleted'] = 'Reguła została pomyślnie usunięta'; +$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'; diff --git a/advancedcontentfilter/lang/ru/strings.php b/advancedcontentfilter/lang/ru/strings.php index c61a7af6..6570c8a8 100644 --- a/advancedcontentfilter/lang/ru/strings.php +++ b/advancedcontentfilter/lang/ru/strings.php @@ -5,34 +5,36 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Filtered by rule: %s"] = "Отфильтровано по правилу: %s"; -$a->strings["Advanced Content Filter"] = "Расширенный фильтр содержимого"; -$a->strings["Back to Addon Settings"] = "Вернуться к настройкам дополнений"; -$a->strings["Add a Rule"] = "Добавить правило"; -$a->strings["Help"] = "Помощь"; -$a->strings["Your rules"] = "Ваши правила"; -$a->strings["Disabled"] = "Отключено"; -$a->strings["Enabled"] = "Включено"; -$a->strings["Disable this rule"] = "Отключить это правило"; -$a->strings["Enable this rule"] = "Включить это правило"; -$a->strings["Edit this rule"] = "Изменить это правило"; -$a->strings["Edit the rule"] = "Изменить правило"; -$a->strings["Save this rule"] = "Сохранить это правило"; -$a->strings["Delete this rule"] = "Удалить это правило"; -$a->strings["Rule"] = "Правило"; -$a->strings["Close"] = "Закрыть"; -$a->strings["Add new rule"] = "Добавить новое правило"; -$a->strings["Rule Name"] = "Название правила"; -$a->strings["Rule Expression"] = "Содержание правила"; -$a->strings["Cancel"] = "Отмена"; -$a->strings["You must be logged in to use this method"] = "Вы должны авторизоваться для использования этого метода"; -$a->strings["Invalid form security token, please refresh the page."] = "Неверный ключ, пожалуйста, перезагрузите страницу"; -$a->strings["The rule name and expression are required."] = "Требуется ввести название и значение правила."; -$a->strings["Rule successfully added"] = "Правило успешно добавлено"; -$a->strings["Rule doesn't exist or doesn't belong to you."] = "Правило не найдено или доступ к нему закрыт"; -$a->strings["Rule successfully updated"] = "Правило успешно обновлено"; -$a->strings["Rule successfully deleted"] = "Правило успешно удалено"; -$a->strings["Missing argument: guid."] = "Отсутствующий аргумент: guid."; -$a->strings["Unknown post with guid: %s"] = "Неизвестный пост в ID: %s"; -$a->strings["Method not found"] = "Метод не найден"; +$a->strings['Filtered by rule: %s'] = 'Отфильтровано по правилу: %s'; +$a->strings['Advanced Content Filter'] = 'Расширенный фильтр содержимого'; +$a->strings['Back to Addon Settings'] = 'Вернуться к настройкам дополнений'; +$a->strings['Add a Rule'] = 'Добавить правило'; +$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 help page.'] = 'Добавляйте и управляйте своими собственными фильтрами на этой странице. У правил есть имя и произвольное выражение, которое будет сопоставляться с данными поста. Для полной ссылки на доступные операции и переменные, посмотрите страницу справки.'; +$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['Disabled'] = 'Отключено'; +$a->strings['Enabled'] = 'Включено'; +$a->strings['Disable this rule'] = 'Отключить это правило'; +$a->strings['Enable this rule'] = 'Включить это правило'; +$a->strings['Edit this rule'] = 'Изменить это правило'; +$a->strings['Edit the rule'] = 'Изменить правило'; +$a->strings['Save this rule'] = 'Сохранить это правило'; +$a->strings['Delete this rule'] = 'Удалить это правило'; +$a->strings['Rule'] = 'Правило'; +$a->strings['Close'] = 'Закрыть'; +$a->strings['Add new rule'] = 'Добавить новое правило'; +$a->strings['Rule Name'] = 'Название правила'; +$a->strings['Rule Expression'] = 'Содержание правила'; +$a->strings['

Examples:

'] = '

Примеры:

'; +$a->strings['Cancel'] = 'Отмена'; +$a->strings['You must be logged in to use this method'] = 'Вы должны авторизоваться для использования этого метода'; +$a->strings['Invalid form security token, please refresh the page.'] = 'Неверный ключ, пожалуйста, перезагрузите страницу'; +$a->strings['The rule name and expression are required.'] = 'Требуется ввести название и значение правила.'; +$a->strings['Rule successfully added'] = 'Правило успешно добавлено'; +$a->strings['Rule doesn\'t exist or doesn\'t belong to you.'] = 'Правило не найдено или доступ к нему закрыт'; +$a->strings['Rule successfully updated'] = 'Правило успешно обновлено'; +$a->strings['Rule successfully deleted'] = 'Правило успешно удалено'; +$a->strings['Missing argument: guid.'] = 'Отсутствующий аргумент: guid.'; +$a->strings['Unknown post with guid: %s'] = 'Неизвестный пост в ID: %s'; +$a->strings['Method not found'] = 'Метод не найден'; diff --git a/advancedcontentfilter/lang/sv/strings.php b/advancedcontentfilter/lang/sv/strings.php index 4465fe47..3eeb98e6 100644 --- a/advancedcontentfilter/lang/sv/strings.php +++ b/advancedcontentfilter/lang/sv/strings.php @@ -5,34 +5,36 @@ function string_plural_select_sv($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Filtered by rule: %s"] = "Filtrerat efter regel: %s"; -$a->strings["Advanced Content Filter"] = "Avancerat innehållsfiter"; -$a->strings["Back to Addon Settings"] = "TIllbaka till Tilläggsinställningar"; -$a->strings["Add a Rule"] = "Lägg till en regel"; -$a->strings["Help"] = "Hjälp"; -$a->strings["Your rules"] = "Dina regler"; -$a->strings["Disabled"] = "Inaktiverad"; -$a->strings["Enabled"] = "Aktiverad"; -$a->strings["Disable this rule"] = "Inaktivera den här regeln"; -$a->strings["Enable this rule"] = "Aktivera den här regeln"; -$a->strings["Edit this rule"] = "Redigera den här regeln"; -$a->strings["Edit the rule"] = "Redigera den här regeln"; -$a->strings["Save this rule"] = "Spara den här regeln"; -$a->strings["Delete this rule"] = "Ta bort den här regeln"; -$a->strings["Rule"] = "Regel"; -$a->strings["Close"] = "Stäng"; -$a->strings["Add new rule"] = "Lägg till ny regel"; -$a->strings["Rule Name"] = "Regelnamn"; -$a->strings["Rule Expression"] = "Regeluttryck"; -$a->strings["Cancel"] = "Avbryt"; -$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["Invalid form security token, please refresh the page."] = "Felaktigt säkerhetsformulärstecken, vänligen uppdatera sidan."; -$a->strings["The rule name and expression are required."] = "Regelns namn och uttryck krävs."; -$a->strings["Rule successfully added"] = "Regeln kunde läggas till"; -$a->strings["Rule doesn't exist or doesn't belong to you."] = "Regeln finns inte eller tillhör inte dig."; -$a->strings["Rule successfully updated"] = "Uppdatering av regel lyckades"; -$a->strings["Rule successfully deleted"] = "Borttagning av regel lyckades"; -$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"; +$a->strings['Filtered by rule: %s'] = 'Filtrerat efter regel: %s'; +$a->strings['Advanced Content Filter'] = 'Avancerat innehållsfiter'; +$a->strings['Back to Addon Settings'] = 'TIllbaka till Tilläggsinställningar'; +$a->strings['Add a Rule'] = 'Lägg till en regel'; +$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 help page.'] = '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å hjälpsidan.'; +$a->strings['Your rules'] = 'Dina regler'; +$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['Disabled'] = 'Inaktiverad'; +$a->strings['Enabled'] = 'Aktiverad'; +$a->strings['Disable this rule'] = 'Inaktivera den här regeln'; +$a->strings['Enable this rule'] = 'Aktivera den här regeln'; +$a->strings['Edit this rule'] = 'Redigera den här regeln'; +$a->strings['Edit the rule'] = 'Redigera den här regeln'; +$a->strings['Save this rule'] = 'Spara den här regeln'; +$a->strings['Delete this rule'] = 'Ta bort den här regeln'; +$a->strings['Rule'] = 'Regel'; +$a->strings['Close'] = 'Stäng'; +$a->strings['Add new rule'] = 'Lägg till ny regel'; +$a->strings['Rule Name'] = 'Regelnamn'; +$a->strings['Rule Expression'] = 'Regeluttryck'; +$a->strings['

Examples:

'] = '

Exempel:

'; +$a->strings['Cancel'] = 'Avbryt'; +$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['Invalid form security token, please refresh the page.'] = 'Felaktigt säkerhetsformulärstecken, vänligen uppdatera sidan.'; +$a->strings['The rule name and expression are required.'] = 'Regelns namn och uttryck krävs.'; +$a->strings['Rule successfully added'] = 'Regeln kunde läggas till'; +$a->strings['Rule doesn\'t exist or doesn\'t belong to you.'] = 'Regeln finns inte eller tillhör inte dig.'; +$a->strings['Rule successfully updated'] = 'Uppdatering av regel lyckades'; +$a->strings['Rule successfully deleted'] = 'Borttagning av regel lyckades'; +$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'; diff --git a/advancedcontentfilter/lang/zh-cn/strings.php b/advancedcontentfilter/lang/zh-cn/strings.php index ff7e1fa4..38564446 100644 --- a/advancedcontentfilter/lang/zh-cn/strings.php +++ b/advancedcontentfilter/lang/zh-cn/strings.php @@ -5,35 +5,36 @@ function string_plural_select_zh_cn($n){ $n = intval($n); return intval(0); }} -; -$a->strings["Filtered by rule: %s"] = "通过规则过滤:%s"; -$a->strings["Advanced Content Filter"] = "高级内容过滤"; -$a->strings["Back to Addon Settings"] = "返回扩展设置"; -$a->strings["Add a Rule"] = "添加规则"; -$a->strings["Help"] = "帮助"; -$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["Disabled"] = "禁用"; -$a->strings["Enabled"] = "启用"; -$a->strings["Disable this rule"] = "禁用此规则"; -$a->strings["Enable this rule"] = "启用此规则"; -$a->strings["Edit this rule"] = "编辑此规则"; -$a->strings["Edit the rule"] = "编辑规则"; -$a->strings["Save this rule"] = "保存规则"; -$a->strings["Delete this rule"] = "删除此规则"; -$a->strings["Rule"] = "规则"; -$a->strings["Close"] = "关闭"; -$a->strings["Add new rule"] = "新增规则"; -$a->strings["Rule Name"] = "规则名"; -$a->strings["Rule Expression"] = "规则表达式"; -$a->strings["Cancel"] = "取消"; -$a->strings["You must be logged in to use this method"] = "使用此模式您必须先登录。"; -$a->strings["Invalid form security token, please refresh the page."] = "无效的安全令牌,请刷新页面。"; -$a->strings["The rule name and expression are required."] = "规则名和表达式必填。"; -$a->strings["Rule successfully added"] = "规则添加成功。"; -$a->strings["Rule doesn't exist or doesn't belong to you."] = "规则不存在或不属于你。"; -$a->strings["Rule successfully updated"] = "规则更新成功"; -$a->strings["Rule successfully deleted"] = "规则删除成功"; -$a->strings["Missing argument: guid."] = "缺少参数:guid。"; -$a->strings["Unknown post with guid: %s"] = "未知帖子 guid:%s"; -$a->strings["Method not found"] = "未找到模式"; +$a->strings['Filtered by rule: %s'] = '通过规则过滤:%s'; +$a->strings['Advanced Content Filter'] = '高级内容过滤'; +$a->strings['Back to Addon Settings'] = '返回扩展设置'; +$a->strings['Add a Rule'] = '添加规则'; +$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 help page.'] = '在此界面上添加和管理你的个人内容过滤规则。规则要有名称和能匹配帖子内容的任意表达式。完整可用的运算符和变量,请查看帮助页面。'; +$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['Disabled'] = '禁用'; +$a->strings['Enabled'] = '启用'; +$a->strings['Disable this rule'] = '禁用此规则'; +$a->strings['Enable this rule'] = '启用此规则'; +$a->strings['Edit this rule'] = '编辑此规则'; +$a->strings['Edit the rule'] = '编辑规则'; +$a->strings['Save this rule'] = '保存规则'; +$a->strings['Delete this rule'] = '删除此规则'; +$a->strings['Rule'] = '规则'; +$a->strings['Close'] = '关闭'; +$a->strings['Add new rule'] = '新增规则'; +$a->strings['Rule Name'] = '规则名'; +$a->strings['Rule Expression'] = '规则表达式'; +$a->strings['

Examples:

'] = '

例子:

'; +$a->strings['Cancel'] = '取消'; +$a->strings['You must be logged in to use this method'] = '使用此模式您必须先登录。'; +$a->strings['Invalid form security token, please refresh the page.'] = '无效的安全令牌,请刷新页面。'; +$a->strings['The rule name and expression are required.'] = '规则名和表达式必填。'; +$a->strings['Rule successfully added'] = '规则添加成功。'; +$a->strings['Rule doesn\'t exist or doesn\'t belong to you.'] = '规则不存在或不属于你。'; +$a->strings['Rule successfully updated'] = '规则更新成功'; +$a->strings['Rule successfully deleted'] = '规则删除成功'; +$a->strings['Missing argument: guid.'] = '缺少参数:guid。'; +$a->strings['Unknown post with guid: %s'] = '未知帖子 guid:%s'; +$a->strings['Method not found'] = '未找到模式'; diff --git a/blackout/lang/ca/strings.php b/blackout/lang/ca/strings.php index 62a0a85c..df85e842 100644 --- a/blackout/lang/ca/strings.php +++ b/blackout/lang/ca/strings.php @@ -5,13 +5,12 @@ function string_plural_select_ca($n){ $n = intval($n); 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["Please double check that the current settings for the blackout. Begin will be %s and it will end %s."] = "Verifiqueu si la configuració actual per a l'apagat. Començarà serà %s i s’acabarà %s."; -$a->strings["Save Settings"] = "Desa la configuració"; -$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["Begin of the Blackout"] = "Inici de l’apagada"; -$a->strings["Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute."] = "El format és YYYY-MM-DD hh:mm; YYYY year, MM mes. DD day, hhhora i mm minut."; -$a->strings["End of the Blackout"] = "Fi de l’apagada"; -$a->strings["Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can't login again after logging out should the blackout is still in place."] = "Nota: La redirecció estarà activa des del moment en què premeu el botó d'enviament. Els usuaris actualment connectats ho faran no es llençarà però no es pot tornar a iniciar la sessió un cop s'hagi desactivat l'apagada."; +$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 %s and it will end %s.'] = 'Verifiqueu si la configuració actual per a l\'apagat. Començarà serà %s i s’acabarà %s.'; +$a->strings['Save Settings'] = 'Desa la configuració'; +$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['Begin of the Blackout'] = 'Inici de l’apagada'; +$a->strings['Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute.'] = 'El format és YYYY-MM-DD hh:mm; YYYY year, MM mes. DD day, hhhora i mm minut.'; +$a->strings['End of the Blackout'] = 'Fi de l’apagada'; +$a->strings['Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can\'t login again after logging out should the blackout is still in place.'] = 'Nota: La redirecció estarà activa des del moment en què premeu el botó d\'enviament. Els usuaris actualment connectats ho faran no es llençarà però no es pot tornar a iniciar la sessió un cop s\'hagi desactivat l\'apagada.'; diff --git a/blackout/lang/cs/strings.php b/blackout/lang/cs/strings.php index 460d8772..1736eafe 100644 --- a/blackout/lang/cs/strings.php +++ b/blackout/lang/cs/strings.php @@ -5,13 +5,12 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["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 %s and it will end %s."] = "Prosím zkontrolujte svá aktuální nastavení pro odstávku. Začne %s a skončí %s."; -$a->strings["Save Settings"] = "Uložit nastavení"; -$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["Begin of the Blackout"] = "Zahájení odstávky"; -$a->strings["Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute."] = "Formát je RRRR-MM-DD hh:mm; RRRR rok, MM měsíc, DD den, hh hodina a mm minuta."; -$a->strings["End of the Blackout"] = "Konec odstávky"; -$a->strings["Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can't login again after logging out should the blackout is still in place."] = "Poznámka: Přesměrování bude aktivní od chvíle, kdy stisknete tlačítko pro odeslání. Aktuálně přihlášení uživatelé nebudou odhlášeni, ale po odhlášení se po dobu trvání odstávky nebudou moci znovu přihlásit."; +$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 %s and it will end %s.'] = 'Prosím zkontrolujte svá aktuální nastavení pro odstávku. Začne %s a skončí %s.'; +$a->strings['Save Settings'] = 'Uložit nastavení'; +$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['Begin of the Blackout'] = 'Zahájení odstávky'; +$a->strings['Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute.'] = 'Formát je RRRR-MM-DD hh:mm; RRRR rok, MM měsíc, DD den, hh hodina a mm minuta.'; +$a->strings['End of the Blackout'] = 'Konec odstávky'; +$a->strings['Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can\'t login again after logging out should the blackout is still in place.'] = 'Poznámka: Přesměrování bude aktivní od chvíle, kdy stisknete tlačítko pro odeslání. Aktuálně přihlášení uživatelé nebudou odhlášeni, ale po odhlášení se po dobu trvání odstávky nebudou moci znovu přihlásit.'; diff --git a/blackout/lang/de/strings.php b/blackout/lang/de/strings.php index c698ea66..7b689a5e 100644 --- a/blackout/lang/de/strings.php +++ b/blackout/lang/de/strings.php @@ -5,13 +5,12 @@ function string_plural_select_de($n){ $n = intval($n); 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["Please double check the current settings for the blackout. It will begin on %s and end on %s."] = "Bitte überprüfe die aktuellen Einstellungen für den Blackout. Start-Zeitpunkt ist %s, und das Ende ist %s."; -$a->strings["Save Settings"] = "Einstellungen speichern"; -$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["Begin of the Blackout"] = "Beginn des Blackouts"; -$a->strings["Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute."] = "Das Format ist YYYY-MM-DD hh:mm: YYYY das Jahr, MM der Monat, DD der Tag sowie hh Stunden und mm Minuten."; -$a->strings["End of the Blackout"] = "Ende des Blackouts"; -$a->strings["Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can't login again after logging out while the blackout is still in place."] = "Hinweis: Die Umleitung ist von dem Moment an aktiv, wenn du den \"Einstellungen speichern\"-Button drückst. Derzeit angemeldete Nutzer werden nicht ausgeschlossen, können sich aber, nachdem sie sich während des Blackouts ausgeloggt haben, nicht mehr anmelden."; +$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 %s and end on %s.'] = 'Bitte überprüfe die aktuellen Einstellungen für den Blackout. Start-Zeitpunkt ist %s, und das Ende ist %s.'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; +$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['Begin of the Blackout'] = 'Beginn des Blackouts'; +$a->strings['Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute.'] = 'Das Format ist YYYY-MM-DD hh:mm: YYYY das Jahr, MM der Monat, DD der Tag sowie hh Stunden und mm Minuten.'; +$a->strings['End of the Blackout'] = 'Ende des Blackouts'; +$a->strings['Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can\'t login again after logging out while the blackout is still in place.'] = 'Hinweis: Die Umleitung ist von dem Moment an aktiv, wenn du den "Einstellungen speichern"-Button drückst. Derzeit angemeldete Nutzer werden nicht ausgeschlossen, können sich aber, nachdem sie sich während des Blackouts ausgeloggt haben, nicht mehr anmelden.'; diff --git a/blackout/lang/en-gb/strings.php b/blackout/lang/en-gb/strings.php index b4df3516..af276d01 100644 --- a/blackout/lang/en-gb/strings.php +++ b/blackout/lang/en-gb/strings.php @@ -5,13 +5,12 @@ function string_plural_select_en_gb($n){ $n = intval($n); 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["Please double check that the current settings for the blackout. Begin will be %s and it will end %s."] = "Please double check that the current settings for the blackout. Begin will be %s and it will end %s."; -$a->strings["Save Settings"] = "Save Settings"; -$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["Begin of the Blackout"] = "Blackout begins"; -$a->strings["Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute."] = "Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute."; -$a->strings["End of the Blackout"] = "Blackout ends"; -$a->strings["Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can't login again after logging out should the blackout is still in place."] = "Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be affected but can't login again after logging out should the blackout is still in place."; +$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 %s and it will end %s.'] = 'Please double check that the current settings for the blackout. Begin will be %s and it will end %s.'; +$a->strings['Save Settings'] = 'Save Settings'; +$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['Begin of the Blackout'] = 'Blackout begins'; +$a->strings['Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute.'] = 'Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute.'; +$a->strings['End of the Blackout'] = 'Blackout ends'; +$a->strings['Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can\'t login again after logging out should the blackout is still in place.'] = 'Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be affected but can\'t login again after logging out should the blackout is still in place.'; diff --git a/blackout/lang/en-us/strings.php b/blackout/lang/en-us/strings.php index d8ee9f98..0d7fb430 100644 --- a/blackout/lang/en-us/strings.php +++ b/blackout/lang/en-us/strings.php @@ -5,11 +5,10 @@ function string_plural_select_en_us($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Save Settings"] = "Save Settings"; -$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["Begin of the Blackout"] = "Start time of the Blackout"; -$a->strings["format is YYYY year, MM month, DD day, hh hour and mm minute"] = "Format is YYYY year, MM month, DD day, hh hour and mm minute"; -$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['Save Settings'] = 'Save Settings'; +$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['Begin of the Blackout'] = 'Start time of the Blackout'; +$a->strings['format is YYYY year, MM month, DD day, hh hour and mm minute'] = 'Format is YYYY year, MM month, DD day, hh hour and mm minute'; +$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.'; diff --git a/blackout/lang/es/strings.php b/blackout/lang/es/strings.php index 9a7566ef..70a49694 100644 --- a/blackout/lang/es/strings.php +++ b/blackout/lang/es/strings.php @@ -5,13 +5,12 @@ function string_plural_select_es($n){ $n = intval($n); 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["Please double check the current settings for the blackout. It will begin on %s and end on %s."] = "Verifique la configuración actual del bloqueo. Iniciará %s finalizará %s."; -$a->strings["Save Settings"] = "Guardar configuración"; -$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["Begin of the Blackout"] = "Inicio del apagón."; -$a->strings["Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute."] = "Format is YYYY-MM-DD hh:mm; YYYY año, MM mes, DD dia, hh hora y mm minuto."; -$a->strings["End of the Blackout"] = "Fin del apagón."; -$a->strings["Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can't login again after logging out while the blackout is still in place."] = "Nota: La redirección estará activa desde el momento en que presione el botón Enviar. Los usuarios que hayan iniciado sesión actualmente no 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['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 %s and end on %s.'] = 'Verifique la configuración actual del bloqueo. Iniciará %s finalizará %s.'; +$a->strings['Save Settings'] = 'Guardar configuración'; +$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['Begin of the Blackout'] = 'Inicio del apagón.'; +$a->strings['Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute.'] = 'Format is YYYY-MM-DD hh:mm; YYYY año, MM mes, DD dia, hh hora y mm minuto.'; +$a->strings['End of the Blackout'] = 'Fin del apagón.'; +$a->strings['Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can\'t login again after logging out while the blackout is still in place.'] = 'Nota: La redirección estará activa desde el momento en que presione el botón Enviar. Los usuarios que hayan iniciado sesión actualmente no 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.'; diff --git a/blackout/lang/fi-fi/strings.php b/blackout/lang/fi-fi/strings.php index cd6dcfdc..fc644baa 100644 --- a/blackout/lang/fi-fi/strings.php +++ b/blackout/lang/fi-fi/strings.php @@ -5,11 +5,10 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Save Settings"] = "Tallenna asetukset"; -$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["Begin of the Blackout"] = "Blackout alkaa"; -$a->strings["format is YYYY year, MM month, DD day, hh hour and mm minute"] = "formaati on VVVV vuosi, KK kuukausi, PP päivä, tt tunti ja mm minuutti"; -$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['Save Settings'] = 'Tallenna asetukset'; +$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['Begin of the Blackout'] = 'Blackout alkaa'; +$a->strings['format is YYYY year, MM month, DD day, hh hour and mm minute'] = 'formaati on VVVV vuosi, KK kuukausi, PP päivä, tt tunti ja mm minuutti'; +$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ä.'; diff --git a/blackout/lang/fr/strings.php b/blackout/lang/fr/strings.php index 7f2df416..6c7834d6 100644 --- a/blackout/lang/fr/strings.php +++ b/blackout/lang/fr/strings.php @@ -5,13 +5,12 @@ function string_plural_select_fr($n){ $n = intval($n); 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["Please double check the current settings for the blackout. It will begin on %s and end on %s."] = "S'il vous plaît, vérifiez à nouveau les réglages actuels du blackout. Il commencera à %s finira à %s."; -$a->strings["Save Settings"] = "Sauvegarder les paramètres"; -$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["Begin of the Blackout"] = "Début de l'extinction"; -$a->strings["Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute."] = "Le format est YYYY-MM-DD hh:mm; YYYY année, MMmois, DD jour, hhheure et mmminute."; -$a->strings["End of the Blackout"] = "Fin de l'extinction"; -$a->strings["Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can't login again after logging out while the blackout is still in place."] = "Note: 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 ne pourront se connecter à nouveau après s'être déconnectés, pendant que le blackout est encore en cours."; +$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 %s and end on %s.'] = 'S\'il vous plaît, vérifiez à nouveau les réglages actuels du blackout. Il commencera à %s finira à %s.'; +$a->strings['Save Settings'] = 'Sauvegarder les paramètres'; +$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['Begin of the Blackout'] = 'Début de l\'extinction'; +$a->strings['Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute.'] = 'Le format est YYYY-MM-DD hh:mm; YYYY année, MMmois, DD jour, hhheure et mmminute.'; +$a->strings['End of the Blackout'] = 'Fin de l\'extinction'; +$a->strings['Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can\'t login again after logging out while the blackout is still in place.'] = 'Note: 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 ne pourront se connecter à nouveau après s\'être déconnectés, pendant que le blackout est encore en cours.'; diff --git a/blackout/lang/hu/strings.php b/blackout/lang/hu/strings.php index 9062c98f..53f650cc 100644 --- a/blackout/lang/hu/strings.php +++ b/blackout/lang/hu/strings.php @@ -5,13 +5,12 @@ function string_plural_select_hu($n){ $n = intval($n); 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["Please double check the current settings for the blackout. It will begin on %s and end on %s."] = "Ellenőrizze még egyszer az áramszünet jelenlegi beállításait. A kezdete %s és a vége %s lesz."; -$a->strings["Save Settings"] = "Beállítások mentése"; -$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["Begin of the Blackout"] = "Az áramszünet kezdete"; -$a->strings["Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute."] = "A formátum ÉÉÉÉ-HH-NN óó:pp, ahol ÉÉÉÉ az év, HH a hónap, NN a nap, óó az óra és pp a perc."; -$a->strings["End of the Blackout"] = "Az áramszünet vége"; -$a->strings["Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can't login again after logging out while the blackout is still in place."] = "Megjegyzés: 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 nem lesznek kidobva, de nem tudnak újra bejelentkezni, miután kijelentkeztek és az áramszünet még hatályban van."; +$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 %s and end on %s.'] = 'Ellenőrizze még egyszer az áramszünet jelenlegi beállításait. A kezdete %s és a vége %s lesz.'; +$a->strings['Save Settings'] = 'Beállítások mentése'; +$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['Begin of the Blackout'] = 'Az áramszünet kezdete'; +$a->strings['Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute.'] = 'A formátum ÉÉÉÉ-HH-NN óó:pp, ahol ÉÉÉÉ az év, HH a hónap, NN a nap, óó az óra és pp a perc.'; +$a->strings['End of the Blackout'] = 'Az áramszünet vége'; +$a->strings['Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can\'t login again after logging out while the blackout is still in place.'] = 'Megjegyzés: 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 nem lesznek kidobva, de nem tudnak újra bejelentkezni, miután kijelentkeztek és az áramszünet még hatályban van.'; diff --git a/blackout/lang/is/strings.php b/blackout/lang/is/strings.php index 102e475e..1e92a162 100644 --- a/blackout/lang/is/strings.php +++ b/blackout/lang/is/strings.php @@ -5,5 +5,4 @@ function string_plural_select_is($n){ $n = intval($n); return intval($n % 10 != 1 || $n % 100 == 11); }} -; -$a->strings["Save Settings"] = "Vista stillingar"; +$a->strings['Save Settings'] = 'Vista stillingar'; diff --git a/blackout/lang/it/strings.php b/blackout/lang/it/strings.php index 1937813d..311dbda9 100644 --- a/blackout/lang/it/strings.php +++ b/blackout/lang/it/strings.php @@ -5,13 +5,12 @@ function string_plural_select_it($n){ $n = intval($n); 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["Please double check the current settings for the blackout. It will begin on %s and end on %s."] = "Per favore ricontrolla le impostazioni attuali per il blackout. L'inizio sarà il %s e terminerà il %s."; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$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["Begin of the Blackout"] = "Inzio del blackout"; -$a->strings["Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute."] = "Il formato è YYYY-MM-DD hh:mm; YYYY anno, MM mese, DD giorno, hh ora e mm minuto."; -$a->strings["End of the Blackout"] = "Fine del blackout"; -$a->strings["Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can't login again after logging out while the blackout is still in place."] = "Nota: Il reindirizzamento sarà attivo dal momento in cui premerai il pulsante di invio. Gli utenti attualmente autenticati non saranno disconnessi ma non potranno accedere in caso di disconnessione fintanto che il blackout sarà attivo."; +$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 %s and end on %s.'] = 'Per favore ricontrolla le impostazioni attuali per il blackout. L\'inizio sarà il %s e terminerà il %s.'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; +$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['Begin of the Blackout'] = 'Inzio del blackout'; +$a->strings['Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute.'] = 'Il formato è YYYY-MM-DD hh:mm; YYYY anno, MM mese, DD giorno, hh ora e mm minuto.'; +$a->strings['End of the Blackout'] = 'Fine del blackout'; +$a->strings['Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can\'t login again after logging out while the blackout is still in place.'] = 'Nota: Il reindirizzamento sarà attivo dal momento in cui premerai il pulsante di invio. Gli utenti attualmente autenticati non saranno disconnessi ma non potranno accedere in caso di disconnessione fintanto che il blackout sarà attivo.'; diff --git a/blackout/lang/ja/strings.php b/blackout/lang/ja/strings.php index c0a93fc5..1456db9f 100644 --- a/blackout/lang/ja/strings.php +++ b/blackout/lang/ja/strings.php @@ -5,11 +5,10 @@ function string_plural_select_ja($n){ $n = intval($n); return intval(0); }} -; -$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "終了日はブラックアウトの開始日より前で、これを修正する必要があります"; -$a->strings["Save Settings"] = "設定を保存する"; -$a->strings["Redirect URL"] = "リダイレクト 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["Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute."] = "形式は YYYY-MM-DD hh:mm です。 YYYY 年、 MM 月、 DD 日、 hh 時間と mm 分。"; -$a->strings["End of the Blackout"] = "ブラックアウトの終わり"; +$a->strings['The end-date is prior to the start-date of the blackout, you should fix this.'] = '終了日はブラックアウトの開始日より前で、これを修正する必要があります'; +$a->strings['Save Settings'] = '設定を保存する'; +$a->strings['Redirect URL'] = 'リダイレクト 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['Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute.'] = '形式は YYYY-MM-DD hh:mm です。 YYYY 年、 MM 月、 DD 日、 hh 時間と mm 分。'; +$a->strings['End of the Blackout'] = 'ブラックアウトの終わり'; diff --git a/blackout/lang/nl/strings.php b/blackout/lang/nl/strings.php index 6a49746e..e233e45d 100644 --- a/blackout/lang/nl/strings.php +++ b/blackout/lang/nl/strings.php @@ -5,11 +5,10 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Save Settings"] = "Instellingen opslaan"; -$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["Begin of the Blackout"] = "Begin van de Blackout"; -$a->strings["format is YYYY year, MM month, DD day, hh hour and mm minute"] = "formaat is JJJJ jaar, MM maand, DD dag, uu uur en mm minuten"; -$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['Save Settings'] = 'Instellingen opslaan'; +$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['Begin of the Blackout'] = 'Begin van de Blackout'; +$a->strings['format is YYYY year, MM month, DD day, hh hour and mm minute'] = 'formaat is JJJJ jaar, MM maand, DD dag, uu uur en mm minuten'; +$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.'; diff --git a/blackout/lang/pl/strings.php b/blackout/lang/pl/strings.php index 38a15da9..7772f455 100644 --- a/blackout/lang/pl/strings.php +++ b/blackout/lang/pl/strings.php @@ -5,13 +5,12 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["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 %s and it will end %s."] = "Sprawdź dokładnie, czy aktualne ustawienia zaciemnienia. Rozpocznie się %s i zakończy się %s."; -$a->strings["Save Settings"] = "Zapisz ustawienia"; -$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["Begin of the Blackout"] = "Rozpocznij Blackout"; -$a->strings["Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute."] = "Format to RRRR-MM-DD gg:mm; RRRR rok, MM miesiąc, DD dzień, gg godzina i mm minuta."; -$a->strings["End of the Blackout"] = "Koniec Blackout"; -$a->strings["Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can't login again after logging out should the blackout is still in place."] = "Uwaga: Przekierowanie będzie aktywne od momentu naciśnięcia przycisku przesyłania. Użytkownicy aktualnie zalogowani nie zostaną wyrzuceni, ale nie będą mogli zalogować się ponownie po wylogowaniu, jeśli zaciemnienie będzie nadal obowiązywać."; +$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 %s and it will end %s.'] = 'Sprawdź dokładnie, czy aktualne ustawienia zaciemnienia. Rozpocznie się %s i zakończy się %s.'; +$a->strings['Save Settings'] = 'Zapisz ustawienia'; +$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['Begin of the Blackout'] = 'Rozpocznij Blackout'; +$a->strings['Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute.'] = 'Format to RRRR-MM-DD gg:mm; RRRR rok, MM miesiąc, DD dzień, gg godzina i mm minuta.'; +$a->strings['End of the Blackout'] = 'Koniec Blackout'; +$a->strings['Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can\'t login again after logging out should the blackout is still in place.'] = 'Uwaga: Przekierowanie będzie aktywne od momentu naciśnięcia przycisku przesyłania. Użytkownicy aktualnie zalogowani nie zostaną wyrzuceni, ale nie będą mogli zalogować się ponownie po wylogowaniu, jeśli zaciemnienie będzie nadal obowiązywać.'; diff --git a/blackout/lang/ro/strings.php b/blackout/lang/ro/strings.php index 373bb845..e71ac6b6 100644 --- a/blackout/lang/ro/strings.php +++ b/blackout/lang/ro/strings.php @@ -5,11 +5,10 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Save Settings"] = "Salvare Configurări"; -$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["Begin of the Blackout"] = "Pornire punct Blackout"; -$a->strings["format is YYYY year, MM month, DD day, hh hour and mm minute"] = "formatul este YYYY anul, MM luna, DD ziua, hh ora și mm minute"; -$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['Save Settings'] = 'Salvare Configurări'; +$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['Begin of the Blackout'] = 'Pornire punct Blackout'; +$a->strings['format is YYYY year, MM month, DD day, hh hour and mm minute'] = 'formatul este YYYY anul, MM luna, DD ziua, hh ora și mm minute'; +$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.'; diff --git a/blackout/lang/ru/strings.php b/blackout/lang/ru/strings.php index 13414bc2..f18803e6 100644 --- a/blackout/lang/ru/strings.php +++ b/blackout/lang/ru/strings.php @@ -5,13 +5,12 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["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 %s and it will end %s."] = " Пожалуйста, проверьте настройки блэкаута ещё раз. Он начнётся %s и закончится %s."; -$a->strings["Save Settings"] = "Сохранить настройки"; -$a->strings["Redirect URL"] = "Ссылка для перенаправления"; -$a->strings["all your visitors from the web will be redirected to this URL"] = "все посетители будут перенаправлены на этот URL"; -$a->strings["Begin of the Blackout"] = "Начало блэкаута"; -$a->strings["Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute."] = "Формат: YYYY-MM-DD hh:mm; YYYY год, MM месяц, DD день, hh час и mm минуты."; -$a->strings["End of the Blackout"] = "Конец блэкаута"; -$a->strings["Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can't login again after logging out should the blackout is still in place."] = "Внимание: Переадресация будет включена после нажатия вами кнопки. Уже вошедшие пользователи не будут выброшены, но не смогут зайти снова, пока блэкаут не закончится."; +$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 %s and it will end %s.'] = ' Пожалуйста, проверьте настройки блэкаута ещё раз. Он начнётся %s и закончится %s.'; +$a->strings['Save Settings'] = 'Сохранить настройки'; +$a->strings['Redirect URL'] = 'Ссылка для перенаправления'; +$a->strings['all your visitors from the web will be redirected to this URL'] = 'все посетители будут перенаправлены на этот URL'; +$a->strings['Begin of the Blackout'] = 'Начало блэкаута'; +$a->strings['Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute.'] = 'Формат: YYYY-MM-DD hh:mm; YYYY год, MM месяц, DD день, hh час и mm минуты.'; +$a->strings['End of the Blackout'] = 'Конец блэкаута'; +$a->strings['Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can\'t login again after logging out should the blackout is still in place.'] = 'Внимание: Переадресация будет включена после нажатия вами кнопки. Уже вошедшие пользователи не будут выброшены, но не смогут зайти снова, пока блэкаут не закончится.'; diff --git a/blackout/lang/sv/strings.php b/blackout/lang/sv/strings.php index 2ec234df..b8cc1939 100644 --- a/blackout/lang/sv/strings.php +++ b/blackout/lang/sv/strings.php @@ -5,13 +5,12 @@ function string_plural_select_sv($n){ $n = intval($n); 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["Please double check that the current settings for the blackout. Begin will be %s and it will end %s."] = "Vänligen försäkra dig om att inställningarna för nedsläckningen är korrekt. Början %s och slut %s."; -$a->strings["Save Settings"] = "Spara inställningar"; -$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["Begin of the Blackout"] = "Start på nedsläckningen"; -$a->strings["Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute."] = "Formatet är ÅÅÅÅ-MM-DD tt:mm; ÅÅÅÅ år, MM månad, DD dag, tt timme och mm minut."; -$a->strings["End of the Blackout"] = "Slut på nedsläckningen"; -$a->strings["Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can't login again after logging out should the blackout is still in place."] = "Observera: Hänvisningen kommer att träda i kraft när du trycker på skicka-knappen. Användare som just nu är inloggade kommer inte bli utkastade men kan inte logga in igen efter utloggning om nedsläckningen fortfarande är i kraft. "; +$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 %s and it will end %s.'] = 'Vänligen försäkra dig om att inställningarna för nedsläckningen är korrekt. Början %s och slut %s.'; +$a->strings['Save Settings'] = 'Spara inställningar'; +$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['Begin of the Blackout'] = 'Start på nedsläckningen'; +$a->strings['Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute.'] = 'Formatet är ÅÅÅÅ-MM-DD tt:mm; ÅÅÅÅ år, MM månad, DD dag, tt timme och mm minut.'; +$a->strings['End of the Blackout'] = 'Slut på nedsläckningen'; +$a->strings['Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can\'t login again after logging out should the blackout is still in place.'] = 'Observera: Hänvisningen kommer att träda i kraft när du trycker på skicka-knappen. Användare som just nu är inloggade kommer inte bli utkastade men kan inte logga in igen efter utloggning om nedsläckningen fortfarande är i kraft. '; diff --git a/blackout/lang/zh-cn/strings.php b/blackout/lang/zh-cn/strings.php index 5e615761..41b7473e 100644 --- a/blackout/lang/zh-cn/strings.php +++ b/blackout/lang/zh-cn/strings.php @@ -5,13 +5,12 @@ function string_plural_select_zh_cn($n){ $n = intval($n); return intval(0); }} -; -$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 %s and it will end %s."] = "请仔细检查一下当前的维护设置。将从%s开始结束于%s。"; -$a->strings["Save Settings"] = "保存设置"; -$a->strings["Redirect URL"] = "重定向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["Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute."] = "格式为YYYY-MM-DD HH:MMYYYY年MM月DD日HH小时和MM分钟"; -$a->strings["End of the Blackout"] = "结束维护"; -$a->strings["Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can't login again after logging out should the blackout is still in place."] = "注意:从您按下提交按钮的那一刻起,重定向将处于活动状态。当前登录的用户不会被驱逐,但如果仍处于维护状态,则在注销后不能再次登录。"; +$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 %s and it will end %s.'] = '请仔细检查一下当前的维护设置。将从%s开始结束于%s。'; +$a->strings['Save Settings'] = '保存设置'; +$a->strings['Redirect URL'] = '重定向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['Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute.'] = '格式为YYYY-MM-DD HH:MMYYYY年MM月DD日HH小时和MM分钟'; +$a->strings['End of the Blackout'] = '结束维护'; +$a->strings['Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can\'t login again after logging out should the blackout is still in place.'] = '注意:从您按下提交按钮的那一刻起,重定向将处于活动状态。当前登录的用户不会被驱逐,但如果仍处于维护状态,则在注销后不能再次登录。'; diff --git a/blockbot/lang/bg/strings.php b/blockbot/lang/bg/strings.php index e5eb0aa5..932541d9 100644 --- a/blockbot/lang/bg/strings.php +++ b/blockbot/lang/bg/strings.php @@ -5,9 +5,8 @@ function string_plural_select_bg($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Save Settings"] = "Запази настройките"; -$a->strings["Allow \"good\" crawlers"] = "Разреши \"добри\" обхождащи роботи за уеб страници"; -$a->strings["Block GabSocial"] = "Блокирай GabSocial"; -$a->strings["Training mode"] = "Тренировъчен режим"; -$a->strings["Settings updated."] = "Настройките са обновени"; +$a->strings['Save Settings'] = 'Запази настройките'; +$a->strings['Allow "good" crawlers'] = 'Разреши "добри" обхождащи роботи за уеб страници'; +$a->strings['Block GabSocial'] = 'Блокирай GabSocial'; +$a->strings['Training mode'] = 'Тренировъчен режим'; +$a->strings['Settings updated.'] = 'Настройките са обновени'; diff --git a/blockbot/lang/ca/strings.php b/blockbot/lang/ca/strings.php index fede984b..ed82dcae 100644 --- a/blockbot/lang/ca/strings.php +++ b/blockbot/lang/ca/strings.php @@ -5,9 +5,8 @@ function string_plural_select_ca($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Save Settings"] = "Desa la configuració"; -$a->strings["Allow \"good\" crawlers"] = "Permeti rastrejadors \"bons\""; -$a->strings["Block GabSocial"] = "Bloquejar GabSocial"; -$a->strings["Training mode"] = "Modalitat d'entrenament"; -$a->strings["Settings updated."] = "La configuració s'ha actualitzat."; +$a->strings['Save Settings'] = 'Desa la configuració'; +$a->strings['Allow "good" crawlers'] = 'Permeti rastrejadors "bons"'; +$a->strings['Block GabSocial'] = 'Bloquejar GabSocial'; +$a->strings['Training mode'] = 'Modalitat d\'entrenament'; +$a->strings['Settings updated.'] = 'La configuració s\'ha actualitzat.'; diff --git a/blockbot/lang/cs/strings.php b/blockbot/lang/cs/strings.php index bceaa994..09753d17 100644 --- a/blockbot/lang/cs/strings.php +++ b/blockbot/lang/cs/strings.php @@ -5,9 +5,8 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Save Settings"] = "Uložit nastavení"; -$a->strings["Allow \"good\" crawlers"] = "Povolit „dobré“ crawlery"; -$a->strings["Block GabSocial"] = "Zablokovat GabSocial"; -$a->strings["Training mode"] = "Trénovací režim"; -$a->strings["Settings updated."] = "Nastavení aktualizována."; +$a->strings['Save Settings'] = 'Uložit nastavení'; +$a->strings['Allow "good" crawlers'] = 'Povolit „dobré“ crawlery'; +$a->strings['Block GabSocial'] = 'Zablokovat GabSocial'; +$a->strings['Training mode'] = 'Trénovací režim'; +$a->strings['Settings updated.'] = 'Nastavení aktualizována.'; diff --git a/blockbot/lang/de/strings.php b/blockbot/lang/de/strings.php index a711078f..4ef71070 100644 --- a/blockbot/lang/de/strings.php +++ b/blockbot/lang/de/strings.php @@ -5,9 +5,8 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Save Settings"] = "Einstellungen speichern"; -$a->strings["Allow \"good\" crawlers"] = "\"Gute\" Crawler erlauben"; -$a->strings["Block GabSocial"] = "GabSocial Instanzen blockieren"; -$a->strings["Training mode"] = "Trainingsmodus"; -$a->strings["Settings updated."] = "Einstellungen aktualisiert."; +$a->strings['Save Settings'] = 'Einstellungen speichern'; +$a->strings['Allow "good" crawlers'] = '"Gute" Crawler erlauben'; +$a->strings['Block GabSocial'] = 'GabSocial Instanzen blockieren'; +$a->strings['Training mode'] = 'Trainingsmodus'; +$a->strings['Settings updated.'] = 'Einstellungen aktualisiert.'; diff --git a/blockbot/lang/en-gb/strings.php b/blockbot/lang/en-gb/strings.php index 5bca00a5..1570fc97 100644 --- a/blockbot/lang/en-gb/strings.php +++ b/blockbot/lang/en-gb/strings.php @@ -5,9 +5,8 @@ function string_plural_select_en_gb($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Save Settings"] = "Save Settings"; -$a->strings["Allow \"good\" crawlers"] = "Allow \"good\" crawlers"; -$a->strings["Block GabSocial"] = "Block GabSocial"; -$a->strings["Training mode"] = "Training mode"; -$a->strings["Settings updated."] = "Settings updated."; +$a->strings['Save Settings'] = 'Save Settings'; +$a->strings['Allow "good" crawlers'] = 'Allow "good" crawlers'; +$a->strings['Block GabSocial'] = 'Block GabSocial'; +$a->strings['Training mode'] = 'Training mode'; +$a->strings['Settings updated.'] = 'Settings updated.'; diff --git a/blockbot/lang/es/strings.php b/blockbot/lang/es/strings.php index 5eef3eff..93ff45bf 100644 --- a/blockbot/lang/es/strings.php +++ b/blockbot/lang/es/strings.php @@ -5,9 +5,8 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Save Settings"] = "Guardar ajustes"; -$a->strings["Allow \"good\" crawlers"] = "Permitir rastreadores web \"buenos\""; -$a->strings["Block GabSocial"] = "Bloquear GabSocial"; -$a->strings["Training mode"] = "Modo de entrenamiento"; -$a->strings["Settings updated."] = "Ajustes actualizados."; +$a->strings['Save Settings'] = 'Guardar ajustes'; +$a->strings['Allow "good" crawlers'] = 'Permitir rastreadores web "buenos"'; +$a->strings['Block GabSocial'] = 'Bloquear GabSocial'; +$a->strings['Training mode'] = 'Modo de entrenamiento'; +$a->strings['Settings updated.'] = 'Ajustes actualizados.'; diff --git a/blockbot/lang/fr/strings.php b/blockbot/lang/fr/strings.php index e9dfcc10..dbcda667 100644 --- a/blockbot/lang/fr/strings.php +++ b/blockbot/lang/fr/strings.php @@ -5,9 +5,8 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Save Settings"] = "Enregistrer les Paramètres"; -$a->strings["Allow \"good\" crawlers"] = "Autoriser les \"bons\" crawlers"; -$a->strings["Block GabSocial"] = "Bloquer GabSocial"; -$a->strings["Training mode"] = "Mode d'entraînement"; -$a->strings["Settings updated."] = "Paramètres mis à jour."; +$a->strings['Save Settings'] = 'Enregistrer les Paramètres'; +$a->strings['Allow "good" crawlers'] = 'Autoriser les "bons" crawlers'; +$a->strings['Block GabSocial'] = 'Bloquer GabSocial'; +$a->strings['Training mode'] = 'Mode d\'entraînement'; +$a->strings['Settings updated.'] = 'Paramètres mis à jour.'; diff --git a/blockbot/lang/hu/strings.php b/blockbot/lang/hu/strings.php index 244bfa14..6ede193a 100644 --- a/blockbot/lang/hu/strings.php +++ b/blockbot/lang/hu/strings.php @@ -5,9 +5,8 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Save Settings"] = "Beállítások mentése"; -$a->strings["Allow \"good\" crawlers"] = "A „jó” keresőrobotok engedélyezése"; -$a->strings["Block GabSocial"] = "GabSocial tiltása"; -$a->strings["Training mode"] = "Oktató mód"; -$a->strings["Settings updated."] = "A beállítások frissítve."; +$a->strings['Save Settings'] = 'Beállítások mentése'; +$a->strings['Allow "good" crawlers'] = 'A „jó” keresőrobotok engedélyezése'; +$a->strings['Block GabSocial'] = 'GabSocial tiltása'; +$a->strings['Training mode'] = 'Oktató mód'; +$a->strings['Settings updated.'] = 'A beállítások frissítve.'; diff --git a/blockbot/lang/it/strings.php b/blockbot/lang/it/strings.php index 49339fd5..fd379860 100644 --- a/blockbot/lang/it/strings.php +++ b/blockbot/lang/it/strings.php @@ -5,9 +5,8 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$a->strings["Allow \"good\" crawlers"] = "Permetti crawler \"buoni\""; -$a->strings["Block GabSocial"] = "Blocca GabSocial"; -$a->strings["Training mode"] = "Modalità addestramento"; -$a->strings["Settings updated."] = "Impostazioni aggiornate."; +$a->strings['Save Settings'] = 'Salva Impostazioni'; +$a->strings['Allow "good" crawlers'] = 'Permetti crawler "buoni"'; +$a->strings['Block GabSocial'] = 'Blocca GabSocial'; +$a->strings['Training mode'] = 'Modalità addestramento'; +$a->strings['Settings updated.'] = 'Impostazioni aggiornate.'; diff --git a/blockbot/lang/nl/strings.php b/blockbot/lang/nl/strings.php index fdde083a..8ad73959 100644 --- a/blockbot/lang/nl/strings.php +++ b/blockbot/lang/nl/strings.php @@ -5,9 +5,8 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Save Settings"] = "Instellingen opslaan"; -$a->strings["Allow \"good\" crawlers"] = "\"Goede\" crawlers toestaan"; -$a->strings["Block GabSocial"] = "Blokeer GabSocial"; -$a->strings["Training mode"] = "Training modus"; -$a->strings["Settings updated."] = "Instellingen opgeslagen"; +$a->strings['Save Settings'] = 'Instellingen opslaan'; +$a->strings['Allow "good" crawlers'] = '"Goede" crawlers toestaan'; +$a->strings['Block GabSocial'] = 'Blokeer GabSocial'; +$a->strings['Training mode'] = 'Training modus'; +$a->strings['Settings updated.'] = 'Instellingen opgeslagen'; diff --git a/blockbot/lang/pl/strings.php b/blockbot/lang/pl/strings.php index 6128cc7b..612798d8 100644 --- a/blockbot/lang/pl/strings.php +++ b/blockbot/lang/pl/strings.php @@ -5,9 +5,8 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Save Settings"] = "Zapisz ustawienia"; -$a->strings["Allow \"good\" crawlers"] = "Pozwól „dobrym” robotom"; -$a->strings["Block GabSocial"] = "Zablokuj GabSocial"; -$a->strings["Training mode"] = "Tryb treningowy"; -$a->strings["Settings updated."] = "Ustawienia zaktualizowane."; +$a->strings['Save Settings'] = 'Zapisz ustawienia'; +$a->strings['Allow "good" crawlers'] = 'Pozwól „dobrym” robotom'; +$a->strings['Block GabSocial'] = 'Zablokuj GabSocial'; +$a->strings['Training mode'] = 'Tryb treningowy'; +$a->strings['Settings updated.'] = 'Ustawienia zaktualizowane.'; diff --git a/blockbot/lang/ru/strings.php b/blockbot/lang/ru/strings.php index 418498f9..c981ce97 100644 --- a/blockbot/lang/ru/strings.php +++ b/blockbot/lang/ru/strings.php @@ -5,9 +5,8 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Save Settings"] = "Сохранить настройки"; -$a->strings["Allow \"good\" crawlers"] = "Разрешить \"хороших\" поисковых роботов"; -$a->strings["Block GabSocial"] = "Блокировать GabSocial"; -$a->strings["Training mode"] = "Режим обучения"; -$a->strings["Settings updated."] = "Настройки изменены"; +$a->strings['Save Settings'] = 'Сохранить настройки'; +$a->strings['Allow "good" crawlers'] = 'Разрешить "хороших" поисковых роботов'; +$a->strings['Block GabSocial'] = 'Блокировать GabSocial'; +$a->strings['Training mode'] = 'Режим обучения'; +$a->strings['Settings updated.'] = 'Настройки изменены'; diff --git a/blockem/lang/ca/strings.php b/blockem/lang/ca/strings.php index 5e697597..be4deede 100644 --- a/blockem/lang/ca/strings.php +++ b/blockem/lang/ca/strings.php @@ -5,13 +5,12 @@ function string_plural_select_ca($n){ $n = intval($n); return intval($n != 1); }} -; -$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["Comma separated profile URLS:"] = "URL de perfil separats per comes:"; -$a->strings["Save Settings"] = "Desa la configuració"; -$a->strings["BLOCKEM Settings saved."] = "S'ha desat la configuració de BLOCKEM."; -$a->strings["Filtered user: %s"] = "Usuari filtrat:%s"; -$a->strings["Unblock Author"] = "Desbloca l'autor"; -$a->strings["Block Author"] = "Autor de bloc"; -$a->strings["blockem settings updated"] = "S'ha actualitzat la configuració de 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['Comma separated profile URLS:'] = 'URL de perfil separats per comes:'; +$a->strings['Save Settings'] = 'Desa la configuració'; +$a->strings['BLOCKEM Settings saved.'] = 'S\'ha desat la configuració de BLOCKEM.'; +$a->strings['Filtered user: %s'] = 'Usuari filtrat:%s'; +$a->strings['Unblock Author'] = 'Desbloca l\'autor'; +$a->strings['Block Author'] = 'Autor de bloc'; +$a->strings['blockem settings updated'] = 'S\'ha actualitzat la configuració de blockem'; diff --git a/blockem/lang/cs/strings.php b/blockem/lang/cs/strings.php index 537fddf1..ac32d78f 100644 --- a/blockem/lang/cs/strings.php +++ b/blockem/lang/cs/strings.php @@ -5,13 +5,12 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["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["Comma separated profile URLS:"] = "URL adresy profilů, oddělené čárkami:"; -$a->strings["Save Settings"] = "Uložit nastavení"; -$a->strings["BLOCKEM Settings saved."] = "Nastavení BLOCKEM uložena."; -$a->strings["Filtered user: %s"] = "Filtrovaný uživatel: %s"; -$a->strings["Unblock Author"] = "Odblokovat autora"; -$a->strings["Block Author"] = "Zablokovat autora"; -$a->strings["blockem settings updated"] = "nastavení blockem aktualizována"; +$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['Comma separated profile URLS:'] = 'URL adresy profilů, oddělené čárkami:'; +$a->strings['Save Settings'] = 'Uložit nastavení'; +$a->strings['BLOCKEM Settings saved.'] = 'Nastavení BLOCKEM uložena.'; +$a->strings['Filtered user: %s'] = 'Filtrovaný uživatel: %s'; +$a->strings['Unblock Author'] = 'Odblokovat autora'; +$a->strings['Block Author'] = 'Zablokovat autora'; +$a->strings['blockem settings updated'] = 'nastavení blockem aktualizována'; diff --git a/blockem/lang/de/strings.php b/blockem/lang/de/strings.php index ea0d0ef3..76967598 100644 --- a/blockem/lang/de/strings.php +++ b/blockem/lang/de/strings.php @@ -5,13 +5,12 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$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["Comma separated profile URLS:"] = "Komma separierte Liste von Profil URLs"; -$a->strings["Save Settings"] = "Einstellungen speichern"; -$a->strings["BLOCKEM Settings saved."] = "BLOCKEM-Einstellungen gesichert."; -$a->strings["Filtered user: %s"] = "Gefilterte Person: %s"; -$a->strings["Unblock Author"] = "Autor freischalten"; -$a->strings["Block Author"] = "Autor blockieren"; -$a->strings["blockem settings updated"] = "blockem Einstellungen aktualisiert"; +$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['Comma separated profile URLS:'] = 'Komma separierte Liste von Profil URLs'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; +$a->strings['BLOCKEM Settings saved.'] = 'BLOCKEM-Einstellungen gesichert.'; +$a->strings['Filtered user: %s'] = 'Gefilterte Person: %s'; +$a->strings['Unblock Author'] = 'Autor freischalten'; +$a->strings['Block Author'] = 'Autor blockieren'; +$a->strings['blockem settings updated'] = 'blockem Einstellungen aktualisiert'; diff --git a/blockem/lang/en-gb/strings.php b/blockem/lang/en-gb/strings.php index 90af4761..0b9d9e4b 100644 --- a/blockem/lang/en-gb/strings.php +++ b/blockem/lang/en-gb/strings.php @@ -5,13 +5,12 @@ function string_plural_select_en_gb($n){ $n = intval($n); return intval($n != 1); }} -; -$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["Comma separated profile URLS:"] = "Comma separated profile URLs:"; -$a->strings["Save Settings"] = "Save settings"; -$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["Unblock Author"] = "Unblock author"; -$a->strings["Block Author"] = "Block author"; -$a->strings["blockem settings updated"] = "Blockem settings updated"; +$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['Comma separated profile URLS:'] = 'Comma separated profile URLs:'; +$a->strings['Save Settings'] = 'Save settings'; +$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['Unblock Author'] = 'Unblock author'; +$a->strings['Block Author'] = 'Block author'; +$a->strings['blockem settings updated'] = 'Blockem settings updated'; diff --git a/blockem/lang/en-us/strings.php b/blockem/lang/en-us/strings.php index b7e92762..fd76a1bc 100644 --- a/blockem/lang/en-us/strings.php +++ b/blockem/lang/en-us/strings.php @@ -5,13 +5,12 @@ function string_plural_select_en_us($n){ $n = intval($n); return intval($n != 1); }} -; -$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["Comma separated profile URLS:"] = "Comma-separated profile URLs:"; -$a->strings["Save Settings"] = "Save settings"; -$a->strings["BLOCKEM Settings saved."] = "Blockem settings saved."; -$a->strings["Filtered user: %s"] = "Filtered user: %s"; -$a->strings["Unblock Author"] = "Unblock author"; -$a->strings["Block Author"] = "Block author"; -$a->strings["blockem settings updated"] = "Blockem settings updated"; +$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['Comma separated profile URLS:'] = 'Comma-separated profile URLs:'; +$a->strings['Save Settings'] = 'Save settings'; +$a->strings['BLOCKEM Settings saved.'] = 'Blockem settings saved.'; +$a->strings['Filtered user: %s'] = 'Filtered user: %s'; +$a->strings['Unblock Author'] = 'Unblock author'; +$a->strings['Block Author'] = 'Block author'; +$a->strings['blockem settings updated'] = 'Blockem settings updated'; diff --git a/blockem/lang/es/strings.php b/blockem/lang/es/strings.php index d9ea2015..7d1de601 100644 --- a/blockem/lang/es/strings.php +++ b/blockem/lang/es/strings.php @@ -5,11 +5,10 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$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["Comma separated profile URLS:"] = "URLs de perfil separadas por comas:"; -$a->strings["Save Settings"] = "Guardar configuración"; -$a->strings["Filtered user: %s"] = "Usuario filtrado: %s"; -$a->strings["Unblock Author"] = "Desbloquear autor"; -$a->strings["Block Author"] = "Bloquear autor"; +$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['Comma separated profile URLS:'] = 'URLs de perfil separadas por comas:'; +$a->strings['Save Settings'] = 'Guardar configuración'; +$a->strings['Filtered user: %s'] = 'Usuario filtrado: %s'; +$a->strings['Unblock Author'] = 'Desbloquear autor'; +$a->strings['Block Author'] = 'Bloquear autor'; diff --git a/blockem/lang/fi-fi/strings.php b/blockem/lang/fi-fi/strings.php index 4c866a72..d15b4a56 100644 --- a/blockem/lang/fi-fi/strings.php +++ b/blockem/lang/fi-fi/strings.php @@ -5,12 +5,11 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["\"Blockem\""] = "\"Blockem\""; -$a->strings["Comma separated profile URLS:"] = "Profiilien URL-osoitteet pilkulla erotettuina:"; -$a->strings["Save Settings"] = "Tallenna asetukset"; -$a->strings["BLOCKEM Settings saved."] = "Blockem -asetukset tallennettu"; -$a->strings["Filtered user: %s"] = "Suodatettu käyttäjä: %s"; -$a->strings["Unblock Author"] = "Poista kirjoittaja estolistalta"; -$a->strings["Block Author"] = "Lisää kirjoittaja estolistalle"; -$a->strings["blockem settings updated"] = "blockem -asetukset päivitetty"; +$a->strings['"Blockem"'] = '"Blockem"'; +$a->strings['Comma separated profile URLS:'] = 'Profiilien URL-osoitteet pilkulla erotettuina:'; +$a->strings['Save Settings'] = 'Tallenna asetukset'; +$a->strings['BLOCKEM Settings saved.'] = 'Blockem -asetukset tallennettu'; +$a->strings['Filtered user: %s'] = 'Suodatettu käyttäjä: %s'; +$a->strings['Unblock Author'] = 'Poista kirjoittaja estolistalta'; +$a->strings['Block Author'] = 'Lisää kirjoittaja estolistalle'; +$a->strings['blockem settings updated'] = 'blockem -asetukset päivitetty'; diff --git a/blockem/lang/fr/strings.php b/blockem/lang/fr/strings.php index 00dccda6..1fe4b4c3 100644 --- a/blockem/lang/fr/strings.php +++ b/blockem/lang/fr/strings.php @@ -5,13 +5,12 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$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["Comma separated profile URLS:"] = "URLs de profil séparées par des virgules:"; -$a->strings["Save Settings"] = "Sauvegarder les paramètres"; -$a->strings["BLOCKEM Settings saved."] = "Paramètres Bloquez-les sauvegardés."; -$a->strings["Filtered user: %s"] = "Utilisateur filtré:%s"; -$a->strings["Unblock Author"] = "Débloquer l'Auteur"; -$a->strings["Block Author"] = "Bloquer l'Auteur"; -$a->strings["blockem settings updated"] = "Réglages Blockem mis à jour."; +$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['Comma separated profile URLS:'] = 'URLs de profil séparées par des virgules:'; +$a->strings['Save Settings'] = 'Sauvegarder les paramètres'; +$a->strings['BLOCKEM Settings saved.'] = 'Paramètres Bloquez-les sauvegardés.'; +$a->strings['Filtered user: %s'] = 'Utilisateur filtré:%s'; +$a->strings['Unblock Author'] = 'Débloquer l\'Auteur'; +$a->strings['Block Author'] = 'Bloquer l\'Auteur'; +$a->strings['blockem settings updated'] = 'Réglages Blockem mis à jour.'; diff --git a/blockem/lang/hu/strings.php b/blockem/lang/hu/strings.php index b0ad2a91..7733a1d1 100644 --- a/blockem/lang/hu/strings.php +++ b/blockem/lang/hu/strings.php @@ -5,13 +5,12 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$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["Comma separated profile URLS:"] = "Profil URL-ek vesszővel elválasztva:"; -$a->strings["Save Settings"] = "Beállítások mentése"; -$a->strings["BLOCKEM Settings saved."] = "A Blockem beállításai elmentve."; -$a->strings["Filtered user: %s"] = "Kiszűrt felhasználó: %s"; -$a->strings["Unblock Author"] = "Szerző tiltásának feloldása"; -$a->strings["Block Author"] = "Szerző tiltása"; -$a->strings["blockem settings updated"] = "A Blockem beállításai frissítve."; +$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['Comma separated profile URLS:'] = 'Profil URL-ek vesszővel elválasztva:'; +$a->strings['Save Settings'] = 'Beállítások mentése'; +$a->strings['BLOCKEM Settings saved.'] = 'A Blockem beállításai elmentve.'; +$a->strings['Filtered user: %s'] = 'Kiszűrt felhasználó: %s'; +$a->strings['Unblock Author'] = 'Szerző tiltásának feloldása'; +$a->strings['Block Author'] = 'Szerző tiltása'; +$a->strings['blockem settings updated'] = 'A Blockem beállításai frissítve.'; diff --git a/blockem/lang/it/strings.php b/blockem/lang/it/strings.php index 6a82e821..aa73286a 100644 --- a/blockem/lang/it/strings.php +++ b/blockem/lang/it/strings.php @@ -5,13 +5,12 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$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["Comma separated profile URLS:"] = "URL profili separati da virgola:"; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$a->strings["BLOCKEM Settings saved."] = "Impostazioni BLOCKEM salvate."; -$a->strings["Filtered user: %s"] = "Utente filtrato: %s"; -$a->strings["Unblock Author"] = "Sblocca autore"; -$a->strings["Block Author"] = "Blocca autore"; -$a->strings["blockem settings updated"] = "Impostazioni 'blockem' aggiornate."; +$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['Comma separated profile URLS:'] = 'URL profili separati da virgola:'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; +$a->strings['BLOCKEM Settings saved.'] = 'Impostazioni BLOCKEM salvate.'; +$a->strings['Filtered user: %s'] = 'Utente filtrato: %s'; +$a->strings['Unblock Author'] = 'Sblocca autore'; +$a->strings['Block Author'] = 'Blocca autore'; +$a->strings['blockem settings updated'] = 'Impostazioni \'blockem\' aggiornate.'; diff --git a/blockem/lang/nl/strings.php b/blockem/lang/nl/strings.php index d31cb87a..b523cdc4 100644 --- a/blockem/lang/nl/strings.php +++ b/blockem/lang/nl/strings.php @@ -5,13 +5,12 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$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["Comma separated profile URLS:"] = "Profiel URLs (kommagescheiden):"; -$a->strings["Save Settings"] = "Instellingen opslaan"; -$a->strings["BLOCKEM Settings saved."] = "BLOCKEM instellingen opgeslagen."; -$a->strings["Filtered user: %s"] = "Gefilterde gebruiker: %s"; -$a->strings["Unblock Author"] = "Deblokkeer Auteur"; -$a->strings["Block Author"] = "Auteur blokkeren"; -$a->strings["blockem settings updated"] = "blockem instellingen opgeslagen"; +$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['Comma separated profile URLS:'] = 'Profiel URLs (kommagescheiden):'; +$a->strings['Save Settings'] = 'Instellingen opslaan'; +$a->strings['BLOCKEM Settings saved.'] = 'BLOCKEM instellingen opgeslagen.'; +$a->strings['Filtered user: %s'] = 'Gefilterde gebruiker: %s'; +$a->strings['Unblock Author'] = 'Deblokkeer Auteur'; +$a->strings['Block Author'] = 'Auteur blokkeren'; +$a->strings['blockem settings updated'] = 'blockem instellingen opgeslagen'; diff --git a/blockem/lang/pl/strings.php b/blockem/lang/pl/strings.php index 4569c0e3..db16aeaf 100644 --- a/blockem/lang/pl/strings.php +++ b/blockem/lang/pl/strings.php @@ -5,13 +5,12 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["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["Comma separated profile URLS:"] = "Rozdzielone przecinkami adresy URL profilu:"; -$a->strings["Save Settings"] = "Zapisz ustawienia"; -$a->strings["BLOCKEM Settings saved."] = "BLOCKEM Ustawienia zapisane."; -$a->strings["Filtered user: %s"] = "Użytkownik filtrowany: %s"; -$a->strings["Unblock Author"] = "Odblokuj autora"; -$a->strings["Block Author"] = "Zablokuj autora"; -$a->strings["blockem settings updated"] = "ustawienia blockem zostały zaktualizowane"; +$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['Comma separated profile URLS:'] = 'Rozdzielone przecinkami adresy URL profilu:'; +$a->strings['Save Settings'] = 'Zapisz ustawienia'; +$a->strings['BLOCKEM Settings saved.'] = 'BLOCKEM Ustawienia zapisane.'; +$a->strings['Filtered user: %s'] = 'Użytkownik filtrowany: %s'; +$a->strings['Unblock Author'] = 'Odblokuj autora'; +$a->strings['Block Author'] = 'Zablokuj autora'; +$a->strings['blockem settings updated'] = 'ustawienia blockem zostały zaktualizowane'; diff --git a/blockem/lang/ro/strings.php b/blockem/lang/ro/strings.php index c9af076e..6fc8a094 100644 --- a/blockem/lang/ro/strings.php +++ b/blockem/lang/ro/strings.php @@ -5,12 +5,11 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["\"Blockem\""] = "\"Blockem\""; -$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["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["Unblock Author"] = "Deblocare Autor"; -$a->strings["Block Author"] = "Blocare Autor"; -$a->strings["blockem settings updated"] = "Configurările blockem au fost actualizate"; +$a->strings['"Blockem"'] = '"Blockem"'; +$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['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['Unblock Author'] = 'Deblocare Autor'; +$a->strings['Block Author'] = 'Blocare Autor'; +$a->strings['blockem settings updated'] = 'Configurările blockem au fost actualizate'; diff --git a/blockem/lang/ru/strings.php b/blockem/lang/ru/strings.php index 2aaabe0a..ef586740 100644 --- a/blockem/lang/ru/strings.php +++ b/blockem/lang/ru/strings.php @@ -5,13 +5,12 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Blockem"] = "Blockem"; -$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["Save Settings"] = "Сохранить настройки"; -$a->strings["BLOCKEM Settings saved."] = "BLOCKEM Настройки сохранены."; -$a->strings["Filtered user: %s"] = "Отфильтрованный пользователь: %s"; -$a->strings["Unblock Author"] = "Разблокировать автора"; -$a->strings["Block Author"] = "Блокировать автора"; -$a->strings["blockem settings updated"] = "Настройки Blockem обновлены"; +$a->strings['Blockem'] = 'Blockem'; +$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['Save Settings'] = 'Сохранить настройки'; +$a->strings['BLOCKEM Settings saved.'] = 'BLOCKEM Настройки сохранены.'; +$a->strings['Filtered user: %s'] = 'Отфильтрованный пользователь: %s'; +$a->strings['Unblock Author'] = 'Разблокировать автора'; +$a->strings['Block Author'] = 'Блокировать автора'; +$a->strings['blockem settings updated'] = 'Настройки Blockem обновлены'; diff --git a/blockem/lang/sv/strings.php b/blockem/lang/sv/strings.php index b44614ff..967c7e46 100644 --- a/blockem/lang/sv/strings.php +++ b/blockem/lang/sv/strings.php @@ -5,13 +5,12 @@ function string_plural_select_sv($n){ $n = intval($n); return intval($n != 1); }} -; -$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["Comma separated profile URLS:"] = "Kommaseparerade profiladresser:"; -$a->strings["Save Settings"] = "Spara inställningar"; -$a->strings["BLOCKEM Settings saved."] = "BLOCKEM Inställningar sparade."; -$a->strings["Filtered user: %s"] = "Filtrerat på användare:%s"; -$a->strings["Unblock Author"] = "Avblockera författare"; -$a->strings["Block Author"] = "Blockera författare"; -$a->strings["blockem settings updated"] = "BLOCKEM Inställningar uppdaterade"; +$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['Comma separated profile URLS:'] = 'Kommaseparerade profiladresser:'; +$a->strings['Save Settings'] = 'Spara inställningar'; +$a->strings['BLOCKEM Settings saved.'] = 'BLOCKEM Inställningar sparade.'; +$a->strings['Filtered user: %s'] = 'Filtrerat på användare:%s'; +$a->strings['Unblock Author'] = 'Avblockera författare'; +$a->strings['Block Author'] = 'Blockera författare'; +$a->strings['blockem settings updated'] = 'BLOCKEM Inställningar uppdaterade'; diff --git a/blogger/lang/ca/strings.php b/blogger/lang/ca/strings.php index e48bbfda..26835b90 100644 --- a/blogger/lang/ca/strings.php +++ b/blogger/lang/ca/strings.php @@ -5,13 +5,12 @@ function string_plural_select_ca($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to blogger"] = "Publicar a blogger"; -$a->strings["Blogger Export"] = "Exportació 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 password"] = "Contrasenya 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["Save Settings"] = "Desa la configuració"; -$a->strings["Post from Friendica"] = "Publica de Friendica"; +$a->strings['Post to blogger'] = 'Publicar a blogger'; +$a->strings['Blogger Export'] = 'Exportació 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 password'] = 'Contrasenya 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['Save Settings'] = 'Desa la configuració'; +$a->strings['Post from Friendica'] = 'Publica de Friendica'; diff --git a/blogger/lang/cs/strings.php b/blogger/lang/cs/strings.php index 8f2ecad2..784336ec 100644 --- a/blogger/lang/cs/strings.php +++ b/blogger/lang/cs/strings.php @@ -5,13 +5,12 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Post to blogger"] = "Poslat na blogger"; -$a->strings["Blogger Export"] = "Blogger Export"; -$a->strings["Enable Blogger Post Addon"] = "Povolit doplněk Blogger Post"; -$a->strings["Blogger username"] = "Blogger uživatelské jméno"; -$a->strings["Blogger password"] = "Blogger heslo"; -$a->strings["Blogger API URL"] = "Blogger API URL"; -$a->strings["Post to Blogger by default"] = "Defaultně zaslat na Blogger"; -$a->strings["Save Settings"] = "Uložit Nastavení"; -$a->strings["Post from Friendica"] = "Příspěvek z Friendica"; +$a->strings['Post to blogger'] = 'Poslat na blogger'; +$a->strings['Blogger Export'] = 'Blogger Export'; +$a->strings['Enable Blogger Post Addon'] = 'Povolit doplněk Blogger Post'; +$a->strings['Blogger username'] = 'Blogger uživatelské jméno'; +$a->strings['Blogger password'] = 'Blogger heslo'; +$a->strings['Blogger API URL'] = 'Blogger API URL'; +$a->strings['Post to Blogger by default'] = 'Defaultně zaslat na Blogger'; +$a->strings['Save Settings'] = 'Uložit Nastavení'; +$a->strings['Post from Friendica'] = 'Příspěvek z Friendica'; diff --git a/blogger/lang/de/strings.php b/blogger/lang/de/strings.php index 548d6a8c..c8cd3125 100644 --- a/blogger/lang/de/strings.php +++ b/blogger/lang/de/strings.php @@ -5,13 +5,12 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to blogger"] = "Auf Blogger posten"; -$a->strings["Blogger Export"] = "Blogger Export"; -$a->strings["Enable Blogger Post Addon"] = "Blogger-Post-Addon aktivieren"; -$a->strings["Blogger username"] = "Blogger-Benutzername"; -$a->strings["Blogger password"] = "Blogger-Passwort"; -$a->strings["Blogger API URL"] = "Blogger-API-URL"; -$a->strings["Post to Blogger by default"] = "Standardmäßig auf Blogger posten"; -$a->strings["Save Settings"] = "Einstellungen speichern"; -$a->strings["Post from Friendica"] = "Post via Friendica"; +$a->strings['Post to blogger'] = 'Auf Blogger posten'; +$a->strings['Blogger Export'] = 'Blogger Export'; +$a->strings['Enable Blogger Post Addon'] = 'Blogger-Post-Addon aktivieren'; +$a->strings['Blogger username'] = 'Blogger-Benutzername'; +$a->strings['Blogger password'] = 'Blogger-Passwort'; +$a->strings['Blogger API URL'] = 'Blogger-API-URL'; +$a->strings['Post to Blogger by default'] = 'Standardmäßig auf Blogger posten'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; +$a->strings['Post from Friendica'] = 'Post via Friendica'; diff --git a/blogger/lang/en-gb/strings.php b/blogger/lang/en-gb/strings.php index 6a98ab6a..d665f31a 100644 --- a/blogger/lang/en-gb/strings.php +++ b/blogger/lang/en-gb/strings.php @@ -5,11 +5,10 @@ function string_plural_select_en_gb($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to blogger"] = "Post to Blogger"; -$a->strings["Enable Blogger Post Addon"] = "Enable Blogger Post Addon"; -$a->strings["Blogger username"] = "Blogger username"; -$a->strings["Blogger password"] = "Blogger password"; -$a->strings["Post to Blogger by default"] = "Post to Blogger by default"; -$a->strings["Save Settings"] = "Save Settings"; -$a->strings["Post from Friendica"] = "Post from Friendica"; +$a->strings['Post to blogger'] = 'Post to Blogger'; +$a->strings['Enable Blogger Post Addon'] = 'Enable Blogger Post Addon'; +$a->strings['Blogger username'] = 'Blogger username'; +$a->strings['Blogger password'] = 'Blogger password'; +$a->strings['Post to Blogger by default'] = 'Post to Blogger by default'; +$a->strings['Save Settings'] = 'Save Settings'; +$a->strings['Post from Friendica'] = 'Post from Friendica'; diff --git a/blogger/lang/es/strings.php b/blogger/lang/es/strings.php index 041a9933..fb9cc2a4 100644 --- a/blogger/lang/es/strings.php +++ b/blogger/lang/es/strings.php @@ -5,13 +5,12 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to blogger"] = "Entrada para blogger"; -$a->strings["Blogger Export"] = "Esportar 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 password"] = "Contraseña 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["Save Settings"] = "Guardar ajustes"; -$a->strings["Post from Friendica"] = "Entrada desde Friendica"; +$a->strings['Post to blogger'] = 'Entrada para blogger'; +$a->strings['Blogger Export'] = 'Esportar 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 password'] = 'Contraseña 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['Save Settings'] = 'Guardar ajustes'; +$a->strings['Post from Friendica'] = 'Entrada desde Friendica'; diff --git a/blogger/lang/fi-fi/strings.php b/blogger/lang/fi-fi/strings.php index bd31e23f..fe4f829b 100644 --- a/blogger/lang/fi-fi/strings.php +++ b/blogger/lang/fi-fi/strings.php @@ -5,13 +5,12 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to blogger"] = "Julkaise Bloggerissa"; -$a->strings["Blogger Export"] = "Blogger Export"; -$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 password"] = "Blogger -salasana"; -$a->strings["Blogger API URL"] = "Blogger API URL-osoite"; -$a->strings["Post to Blogger by default"] = "Julkaise Bloggeriin oletuksena"; -$a->strings["Save Settings"] = "Tallenna asetukset"; -$a->strings["Post from Friendica"] = "Julkaise Friendicasta"; +$a->strings['Post to blogger'] = 'Julkaise Bloggerissa'; +$a->strings['Blogger Export'] = 'Blogger Export'; +$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 password'] = 'Blogger -salasana'; +$a->strings['Blogger API URL'] = 'Blogger API URL-osoite'; +$a->strings['Post to Blogger by default'] = 'Julkaise Bloggeriin oletuksena'; +$a->strings['Save Settings'] = 'Tallenna asetukset'; +$a->strings['Post from Friendica'] = 'Julkaise Friendicasta'; diff --git a/blogger/lang/fr/strings.php b/blogger/lang/fr/strings.php index 873ff88f..ba85db31 100644 --- a/blogger/lang/fr/strings.php +++ b/blogger/lang/fr/strings.php @@ -5,13 +5,12 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Post to blogger"] = "Poster sur Blogger"; -$a->strings["Blogger Export"] = "Export Blogger"; -$a->strings["Enable Blogger Post Addon"] = "Activer l'extension de publication Blogger"; -$a->strings["Blogger username"] = "Nom d'utilisateur Blogger"; -$a->strings["Blogger password"] = "Mot de passe 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["Save Settings"] = "Sauvegarder les paramètres"; -$a->strings["Post from Friendica"] = "Publier depuis Friendica"; +$a->strings['Post to blogger'] = 'Poster sur Blogger'; +$a->strings['Blogger Export'] = 'Export Blogger'; +$a->strings['Enable Blogger Post Addon'] = 'Activer l\'extension de publication Blogger'; +$a->strings['Blogger username'] = 'Nom d\'utilisateur Blogger'; +$a->strings['Blogger password'] = 'Mot de passe 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['Save Settings'] = 'Sauvegarder les paramètres'; +$a->strings['Post from Friendica'] = 'Publier depuis Friendica'; diff --git a/blogger/lang/hu/strings.php b/blogger/lang/hu/strings.php index a2e25311..d3d27fc9 100644 --- a/blogger/lang/hu/strings.php +++ b/blogger/lang/hu/strings.php @@ -5,13 +5,12 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to blogger"] = "Beküldés a Bloggerre"; -$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["Blogger username"] = "Blogger felhasználónév"; -$a->strings["Blogger password"] = "Blogger jelszó"; -$a->strings["Blogger API URL"] = "Blogger API URL"; -$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["Post from Friendica"] = "Bejegyzés a Friendicáról"; +$a->strings['Post to blogger'] = 'Beküldés a Bloggerre'; +$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['Blogger username'] = 'Blogger felhasználónév'; +$a->strings['Blogger password'] = 'Blogger jelszó'; +$a->strings['Blogger API URL'] = 'Blogger API URL'; +$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['Post from Friendica'] = 'Bejegyzés a Friendicáról'; diff --git a/blogger/lang/is/strings.php b/blogger/lang/is/strings.php index 05cd517c..89ad0026 100644 --- a/blogger/lang/is/strings.php +++ b/blogger/lang/is/strings.php @@ -5,13 +5,12 @@ function string_plural_select_is($n){ $n = intval($n); return intval($n % 10 != 1 || $n % 100 == 11); }} -; -$a->strings["Post to blogger"] = "Senda færslu á bloggara"; -$a->strings["Blogger Export"] = "Flytja út blogg"; -$a->strings["Enable Blogger Post Addon"] = "Virkja sendiviðbót fyrir blogg"; -$a->strings["Blogger username"] = "Notandanafn bloggara"; -$a->strings["Blogger password"] = "Aðgangsorð bloggara"; -$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["Save Settings"] = "Vista stillingar"; -$a->strings["Post from Friendica"] = "Færslur frá Friendica"; +$a->strings['Post to blogger'] = 'Senda færslu á bloggara'; +$a->strings['Blogger Export'] = 'Flytja út blogg'; +$a->strings['Enable Blogger Post Addon'] = 'Virkja sendiviðbót fyrir blogg'; +$a->strings['Blogger username'] = 'Notandanafn bloggara'; +$a->strings['Blogger password'] = 'Aðgangsorð bloggara'; +$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['Save Settings'] = 'Vista stillingar'; +$a->strings['Post from Friendica'] = 'Færslur frá Friendica'; diff --git a/blogger/lang/it/strings.php b/blogger/lang/it/strings.php index bd575047..c4be5a0e 100644 --- a/blogger/lang/it/strings.php +++ b/blogger/lang/it/strings.php @@ -5,13 +5,12 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to blogger"] = "Invia a Blogger"; -$a->strings["Blogger Export"] = "Esporta 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 password"] = "Password Blogger"; -$a->strings["Blogger API URL"] = "Indirizzo API Blogger"; -$a->strings["Post to Blogger by default"] = "Invia sempre a Blogger"; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$a->strings["Post from Friendica"] = "Messaggio da Friendica"; +$a->strings['Post to blogger'] = 'Invia a Blogger'; +$a->strings['Blogger Export'] = 'Esporta 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 password'] = 'Password Blogger'; +$a->strings['Blogger API URL'] = 'Indirizzo API Blogger'; +$a->strings['Post to Blogger by default'] = 'Invia sempre a Blogger'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; +$a->strings['Post from Friendica'] = 'Messaggio da Friendica'; diff --git a/blogger/lang/nl/strings.php b/blogger/lang/nl/strings.php index 5954ceae..05d09c56 100644 --- a/blogger/lang/nl/strings.php +++ b/blogger/lang/nl/strings.php @@ -5,13 +5,12 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to blogger"] = "Plaatsen op Blogger"; -$a->strings["Blogger Export"] = "Blogger Exporteren"; -$a->strings["Enable Blogger Post Addon"] = "Blogger Post Addon inschakelen"; -$a->strings["Blogger username"] = "Blogger gebruikersnaam"; -$a->strings["Blogger password"] = "Blogger wachtwoord"; -$a->strings["Blogger API URL"] = "Blogger API URL"; -$a->strings["Post to Blogger by default"] = "Plaatsen op Blogger als standaard instellen"; -$a->strings["Save Settings"] = "Instellingen Opslaan"; -$a->strings["Post from Friendica"] = "Bericht plaatsen vanaf Friendica"; +$a->strings['Post to blogger'] = 'Plaatsen op Blogger'; +$a->strings['Blogger Export'] = 'Blogger Exporteren'; +$a->strings['Enable Blogger Post Addon'] = 'Blogger Post Addon inschakelen'; +$a->strings['Blogger username'] = 'Blogger gebruikersnaam'; +$a->strings['Blogger password'] = 'Blogger wachtwoord'; +$a->strings['Blogger API URL'] = 'Blogger API URL'; +$a->strings['Post to Blogger by default'] = 'Plaatsen op Blogger als standaard instellen'; +$a->strings['Save Settings'] = 'Instellingen Opslaan'; +$a->strings['Post from Friendica'] = 'Bericht plaatsen vanaf Friendica'; diff --git a/blogger/lang/pl/strings.php b/blogger/lang/pl/strings.php index d6401676..6e1e66af 100644 --- a/blogger/lang/pl/strings.php +++ b/blogger/lang/pl/strings.php @@ -5,13 +5,12 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Post to blogger"] = "Opublikuj w bloggerze"; -$a->strings["Blogger Export"] = "Eksport Bloggera"; -$a->strings["Enable Blogger Post Addon"] = "Włącz dodatek Blogger"; -$a->strings["Blogger username"] = "Nazwa użytkownika Blogger"; -$a->strings["Blogger password"] = "Hasło 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["Save Settings"] = "Zapisz ustawienia"; -$a->strings["Post from Friendica"] = "Post od Friendica"; +$a->strings['Post to blogger'] = 'Opublikuj w bloggerze'; +$a->strings['Blogger Export'] = 'Eksport Bloggera'; +$a->strings['Enable Blogger Post Addon'] = 'Włącz dodatek Blogger'; +$a->strings['Blogger username'] = 'Nazwa użytkownika Blogger'; +$a->strings['Blogger password'] = 'Hasło 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['Save Settings'] = 'Zapisz ustawienia'; +$a->strings['Post from Friendica'] = 'Post od Friendica'; diff --git a/blogger/lang/pt-br/strings.php b/blogger/lang/pt-br/strings.php index 45c6ba1b..6e0f0410 100644 --- a/blogger/lang/pt-br/strings.php +++ b/blogger/lang/pt-br/strings.php @@ -5,13 +5,12 @@ function string_plural_select_pt_br($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Post to blogger"] = "Publicar no Blogger"; -$a->strings["Blogger Export"] = "Exportador 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 password"] = "Senha 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["Save Settings"] = "Salvar Configurações"; -$a->strings["Post from Friendica"] = "Postar a partir de Friendica"; +$a->strings['Post to blogger'] = 'Publicar no Blogger'; +$a->strings['Blogger Export'] = 'Exportador 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 password'] = 'Senha 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['Save Settings'] = 'Salvar Configurações'; +$a->strings['Post from Friendica'] = 'Postar a partir de Friendica'; diff --git a/blogger/lang/ro/strings.php b/blogger/lang/ro/strings.php index 77dc8cf8..068e0a36 100644 --- a/blogger/lang/ro/strings.php +++ b/blogger/lang/ro/strings.php @@ -5,13 +5,12 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Post to blogger"] = "Postați pe Blogger"; -$a->strings["Blogger Export"] = "Export pe Blogger "; -$a->strings["Enable Blogger Post Addon"] = "Activare Modul Postare pe Blogger "; -$a->strings["Blogger username"] = "Utilizator Blogger"; -$a->strings["Blogger password"] = "Parolă Blogger "; -$a->strings["Blogger API URL"] = "URL Cheie API Blogger "; -$a->strings["Post to Blogger by default"] = "Postați implicit pe Blogger"; -$a->strings["Save Settings"] = "Salvare Configurări"; -$a->strings["Post from Friendica"] = "Postați din Friendica"; +$a->strings['Post to blogger'] = 'Postați pe Blogger'; +$a->strings['Blogger Export'] = 'Export pe Blogger '; +$a->strings['Enable Blogger Post Addon'] = 'Activare Modul Postare pe Blogger '; +$a->strings['Blogger username'] = 'Utilizator Blogger'; +$a->strings['Blogger password'] = 'Parolă Blogger '; +$a->strings['Blogger API URL'] = 'URL Cheie API Blogger '; +$a->strings['Post to Blogger by default'] = 'Postați implicit pe Blogger'; +$a->strings['Save Settings'] = 'Salvare Configurări'; +$a->strings['Post from Friendica'] = 'Postați din Friendica'; diff --git a/blogger/lang/ru/strings.php b/blogger/lang/ru/strings.php index d8743f03..b5769ecf 100644 --- a/blogger/lang/ru/strings.php +++ b/blogger/lang/ru/strings.php @@ -5,13 +5,12 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Post to blogger"] = "Написать в Blogger"; -$a->strings["Blogger Export"] = "Экспорт в Blogger"; -$a->strings["Enable Blogger Post Addon"] = "Включить аддон репоста в Blogger"; -$a->strings["Blogger username"] = "Имя пользователя Blogger"; -$a->strings["Blogger password"] = "Пароль Blogger"; -$a->strings["Blogger API URL"] = "Blogger API URL"; -$a->strings["Post to Blogger by default"] = "Отправлять в Blogger по умолчанию"; -$a->strings["Save Settings"] = "Сохранить настройки"; -$a->strings["Post from Friendica"] = "Сообщение от Friendica"; +$a->strings['Post to blogger'] = 'Написать в Blogger'; +$a->strings['Blogger Export'] = 'Экспорт в Blogger'; +$a->strings['Enable Blogger Post Addon'] = 'Включить аддон репоста в Blogger'; +$a->strings['Blogger username'] = 'Имя пользователя Blogger'; +$a->strings['Blogger password'] = 'Пароль Blogger'; +$a->strings['Blogger API URL'] = 'Blogger API URL'; +$a->strings['Post to Blogger by default'] = 'Отправлять в Blogger по умолчанию'; +$a->strings['Save Settings'] = 'Сохранить настройки'; +$a->strings['Post from Friendica'] = 'Сообщение от Friendica'; diff --git a/blogger/lang/sv/strings.php b/blogger/lang/sv/strings.php index c7bf4511..b2a3bb55 100644 --- a/blogger/lang/sv/strings.php +++ b/blogger/lang/sv/strings.php @@ -5,13 +5,12 @@ function string_plural_select_sv($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to blogger"] = "Lägg in på Blogger"; -$a->strings["Blogger Export"] = "Export till Blogger"; -$a->strings["Enable Blogger Post Addon"] = "Aktivera tillägg för Blogger-inlägg"; -$a->strings["Blogger username"] = "Blogger användarnamn"; -$a->strings["Blogger password"] = "Blogger lösenord"; -$a->strings["Blogger API URL"] = "Blogger API URL"; -$a->strings["Post to Blogger by default"] = "Lägg in på Blogger som standard"; -$a->strings["Save Settings"] = "Spara inställningar"; -$a->strings["Post from Friendica"] = "Inlägg från Friendica"; +$a->strings['Post to blogger'] = 'Lägg in på Blogger'; +$a->strings['Blogger Export'] = 'Export till Blogger'; +$a->strings['Enable Blogger Post Addon'] = 'Aktivera tillägg för Blogger-inlägg'; +$a->strings['Blogger username'] = 'Blogger användarnamn'; +$a->strings['Blogger password'] = 'Blogger lösenord'; +$a->strings['Blogger API URL'] = 'Blogger API URL'; +$a->strings['Post to Blogger by default'] = 'Lägg in på Blogger som standard'; +$a->strings['Save Settings'] = 'Spara inställningar'; +$a->strings['Post from Friendica'] = 'Inlägg från Friendica'; diff --git a/buffer/lang/ca/strings.php b/buffer/lang/ca/strings.php index 26ae1f60..3df4a560 100644 --- a/buffer/lang/ca/strings.php +++ b/buffer/lang/ca/strings.php @@ -5,18 +5,17 @@ function string_plural_select_ca($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Permission denied."] = "Permís denegat."; -$a->strings["Save Settings"] = "Desa la configuració"; -$a->strings["Client ID"] = "Identificador de client"; -$a->strings["Client Secret"] = "Secret del client"; -$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["return to the connector page"] = "Torna a la pàgina del connector"; -$a->strings["Post to Buffer"] = "Publica a Buffer"; -$a->strings["Buffer Export"] = "Exportació de buffer"; -$a->strings["Authenticate your Buffer connection"] = "Autentiqueu la vostra connexió buffer"; -$a->strings["Enable Buffer Post Addon"] = "Activa l’addició de missatges de buffer"; -$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["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['Permission denied.'] = 'Permís denegat.'; +$a->strings['Save Settings'] = 'Desa la configuració'; +$a->strings['Client ID'] = 'Identificador de client'; +$a->strings['Client Secret'] = 'Secret del client'; +$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['return to the connector page'] = 'Torna a la pàgina del connector'; +$a->strings['Post to Buffer'] = 'Publica a Buffer'; +$a->strings['Buffer Export'] = 'Exportació de buffer'; +$a->strings['Authenticate your Buffer connection'] = 'Autentiqueu la vostra connexió buffer'; +$a->strings['Enable Buffer Post Addon'] = 'Activa l’addició de missatges de buffer'; +$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['Posts are going to all accounts that are enabled by default:'] = 'Les publicacions aniran a tots els comptes que estan habilitats de manera predeterminada:'; diff --git a/buffer/lang/cs/strings.php b/buffer/lang/cs/strings.php index b8c9cd53..857a2cf6 100644 --- a/buffer/lang/cs/strings.php +++ b/buffer/lang/cs/strings.php @@ -5,18 +5,17 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Permission denied."] = "Přístup odmítnut."; -$a->strings["Save Settings"] = "Uložit Nastavení"; -$a->strings["Client ID"] = "Client ID"; -$a->strings["Client Secret"] = "Client Secret"; -$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["return to the connector page"] = "zpět ke stránce konektoru"; -$a->strings["Post to Buffer"] = "Posílat na Buffer"; -$a->strings["Buffer Export"] = "Buffer Export"; -$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["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["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['Permission denied.'] = 'Přístup odmítnut.'; +$a->strings['Save Settings'] = 'Uložit Nastavení'; +$a->strings['Client ID'] = 'Client ID'; +$a->strings['Client Secret'] = 'Client Secret'; +$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['return to the connector page'] = 'zpět ke stránce konektoru'; +$a->strings['Post to Buffer'] = 'Posílat na Buffer'; +$a->strings['Buffer Export'] = 'Buffer Export'; +$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['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['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:'; diff --git a/buffer/lang/de/strings.php b/buffer/lang/de/strings.php index 76c442ba..477f296b 100644 --- a/buffer/lang/de/strings.php +++ b/buffer/lang/de/strings.php @@ -5,18 +5,17 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Permission denied."] = "Zugriff verweigert."; -$a->strings["Save Settings"] = "Einstellungen speichern"; -$a->strings["Client ID"] = "Client ID"; -$a->strings["Client Secret"] = "Client Secret"; -$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["return to the connector page"] = "zurück zur Connector-Seite"; -$a->strings["Post to Buffer"] = "Auf Buffer veröffentlichen"; -$a->strings["Buffer Export"] = "Buffer Export"; -$a->strings["Authenticate your Buffer connection"] = "Authentifiziere deine Verbindung zu Buffer"; -$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["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['Permission denied.'] = 'Zugriff verweigert.'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; +$a->strings['Client ID'] = 'Client ID'; +$a->strings['Client Secret'] = 'Client Secret'; +$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['return to the connector page'] = 'zurück zur Connector-Seite'; +$a->strings['Post to Buffer'] = 'Auf Buffer veröffentlichen'; +$a->strings['Buffer Export'] = 'Buffer Export'; +$a->strings['Authenticate your Buffer connection'] = 'Authentifiziere deine Verbindung zu Buffer'; +$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['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.'; diff --git a/buffer/lang/es/strings.php b/buffer/lang/es/strings.php index 7d33eb3e..97f769ab 100644 --- a/buffer/lang/es/strings.php +++ b/buffer/lang/es/strings.php @@ -5,18 +5,17 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Permission denied."] = "Permiso denegado"; -$a->strings["Save Settings"] = "Guardar ajustes"; -$a->strings["Client ID"] = "ID 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["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["Post to Buffer"] = "Publique en Buffer"; -$a->strings["Buffer Export"] = "Exportar 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["Post to Buffer by default"] = "Publicar en Buffer por defecto"; -$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['Permission denied.'] = 'Permiso denegado'; +$a->strings['Save Settings'] = 'Guardar ajustes'; +$a->strings['Client ID'] = 'ID 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['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['Post to Buffer'] = 'Publique en Buffer'; +$a->strings['Buffer Export'] = 'Exportar 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['Post to Buffer by default'] = 'Publicar en Buffer por defecto'; +$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'; diff --git a/buffer/lang/fi-fi/strings.php b/buffer/lang/fi-fi/strings.php index a34021d9..34a61ed1 100644 --- a/buffer/lang/fi-fi/strings.php +++ b/buffer/lang/fi-fi/strings.php @@ -5,13 +5,12 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Permission denied."] = "Lupa kielletty."; -$a->strings["Save Settings"] = "Tallenna asetukset"; -$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["Post to Buffer"] = "Julkaise Bufferiin"; -$a->strings["Buffer Export"] = "Buffer Export"; -$a->strings["Authenticate your Buffer connection"] = "Todenna Buffer-yhteydesi"; -$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['Permission denied.'] = 'Lupa kielletty.'; +$a->strings['Save Settings'] = 'Tallenna asetukset'; +$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['Post to Buffer'] = 'Julkaise Bufferiin'; +$a->strings['Buffer Export'] = 'Buffer Export'; +$a->strings['Authenticate your Buffer connection'] = 'Todenna Buffer-yhteydesi'; +$a->strings['Enable Buffer Post Addon'] = 'Ota Buffer-viestilisäosa käyttöön'; +$a->strings['Post to Buffer by default'] = 'Julkaise Bufferiin oletuksena'; diff --git a/buffer/lang/fr/strings.php b/buffer/lang/fr/strings.php index 171cd93e..6d93278e 100644 --- a/buffer/lang/fr/strings.php +++ b/buffer/lang/fr/strings.php @@ -5,18 +5,17 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Permission denied."] = "Permission refusée."; -$a->strings["Save Settings"] = "Enregistrer les Paramètres"; -$a->strings["Client ID"] = "Identifiant 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["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["Post to Buffer"] = "Publier sur Buffer"; -$a->strings["Buffer Export"] = "Export 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["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["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['Permission denied.'] = 'Permission refusée.'; +$a->strings['Save Settings'] = 'Enregistrer les Paramètres'; +$a->strings['Client ID'] = 'Identifiant 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['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['Post to Buffer'] = 'Publier sur Buffer'; +$a->strings['Buffer Export'] = 'Export 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['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['Posts are going to all accounts that are enabled by default:'] = 'Les posts sont envoyés à tous les comptes activés par défault:'; diff --git a/buffer/lang/hu/strings.php b/buffer/lang/hu/strings.php index 1b02392d..e8c092f7 100644 --- a/buffer/lang/hu/strings.php +++ b/buffer/lang/hu/strings.php @@ -5,18 +5,17 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Permission denied."] = "Hozzáférés megtagadva."; -$a->strings["Save Settings"] = "Beállítások mentése"; -$a->strings["Client ID"] = "Ügyfél-azonosító"; -$a->strings["Client Secret"] = "Ügyféltitok"; -$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["return to the connector page"] = "Visszatérés az összekötő oldalra"; -$a->strings["Post to Buffer"] = "Beküldés a Bufferre"; -$a->strings["Buffer Export"] = "Buffer exportálás"; -$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["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["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['Permission denied.'] = 'Hozzáférés megtagadva.'; +$a->strings['Save Settings'] = 'Beállítások mentése'; +$a->strings['Client ID'] = 'Ügyfél-azonosító'; +$a->strings['Client Secret'] = 'Ügyféltitok'; +$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['return to the connector page'] = 'Visszatérés az összekötő oldalra'; +$a->strings['Post to Buffer'] = 'Beküldés a Bufferre'; +$a->strings['Buffer Export'] = 'Buffer exportálás'; +$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['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['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:'; diff --git a/buffer/lang/is/strings.php b/buffer/lang/is/strings.php index fbbca808..5453c83f 100644 --- a/buffer/lang/is/strings.php +++ b/buffer/lang/is/strings.php @@ -5,5 +5,4 @@ function string_plural_select_is($n){ $n = intval($n); return intval($n % 10 != 1 || $n % 100 == 11); }} -; -$a->strings["Permission denied."] = "Heimild ekki veitt."; +$a->strings['Permission denied.'] = 'Heimild ekki veitt.'; diff --git a/buffer/lang/it/strings.php b/buffer/lang/it/strings.php index 199743eb..7f643715 100644 --- a/buffer/lang/it/strings.php +++ b/buffer/lang/it/strings.php @@ -5,18 +5,17 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Permission denied."] = "Permesso negato."; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$a->strings["Client ID"] = "Client ID"; -$a->strings["Client Secret"] = "Client Secret"; -$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["return to the connector page"] = "ritorna alla pagina del connettore"; -$a->strings["Post to Buffer"] = "Invia a Buffer"; -$a->strings["Buffer Export"] = "Esporta 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["Post to Buffer by default"] = "Invia sempre a Buffer"; -$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['Permission denied.'] = 'Permesso negato.'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; +$a->strings['Client ID'] = 'Client ID'; +$a->strings['Client Secret'] = 'Client Secret'; +$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['return to the connector page'] = 'ritorna alla pagina del connettore'; +$a->strings['Post to Buffer'] = 'Invia a Buffer'; +$a->strings['Buffer Export'] = 'Esporta 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['Post to Buffer by default'] = 'Invia sempre a Buffer'; +$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:'; diff --git a/buffer/lang/nl/strings.php b/buffer/lang/nl/strings.php index 418b6559..fb560221 100644 --- a/buffer/lang/nl/strings.php +++ b/buffer/lang/nl/strings.php @@ -5,18 +5,17 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Permission denied."] = "Toegang geweigerd."; -$a->strings["Save Settings"] = "Instellingen opslaan"; -$a->strings["Client ID"] = "Cliënt ID"; -$a->strings["Client Secret"] = "Cliënt geheim"; -$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["return to the connector page"] = "ga terug naar de verbindingspagina"; -$a->strings["Post to Buffer"] = "Plaats bericht op Buffer"; -$a->strings["Buffer Export"] = "Buffer Exporteren"; -$a->strings["Authenticate your Buffer connection"] = "Verbinding met Buffer goedkeuren"; -$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["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['Permission denied.'] = 'Toegang geweigerd.'; +$a->strings['Save Settings'] = 'Instellingen opslaan'; +$a->strings['Client ID'] = 'Cliënt ID'; +$a->strings['Client Secret'] = 'Cliënt geheim'; +$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['return to the connector page'] = 'ga terug naar de verbindingspagina'; +$a->strings['Post to Buffer'] = 'Plaats bericht op Buffer'; +$a->strings['Buffer Export'] = 'Buffer Exporteren'; +$a->strings['Authenticate your Buffer connection'] = 'Verbinding met Buffer goedkeuren'; +$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['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: '; diff --git a/buffer/lang/pl/strings.php b/buffer/lang/pl/strings.php index 6c123f5c..1365acdc 100644 --- a/buffer/lang/pl/strings.php +++ b/buffer/lang/pl/strings.php @@ -5,18 +5,17 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Permission denied."] = "Odmowa uprawnień."; -$a->strings["Save Settings"] = "Zapisz ustawienia"; -$a->strings["Client ID"] = "Identyfikator ID 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["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["Post to Buffer"] = "Opublikuj w buforze"; -$a->strings["Buffer Export"] = "Eksportuj Bufor"; -$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["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["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['Permission denied.'] = 'Odmowa uprawnień.'; +$a->strings['Save Settings'] = 'Zapisz ustawienia'; +$a->strings['Client ID'] = 'Identyfikator ID 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['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['Post to Buffer'] = 'Opublikuj w buforze'; +$a->strings['Buffer Export'] = 'Eksportuj Bufor'; +$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['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['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:'; diff --git a/buffer/lang/pt-br/strings.php b/buffer/lang/pt-br/strings.php index 4fb36a9c..f97e0073 100644 --- a/buffer/lang/pt-br/strings.php +++ b/buffer/lang/pt-br/strings.php @@ -5,15 +5,14 @@ function string_plural_select_pt_br($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Permission denied."] = "Permissão negada."; -$a->strings["Save Settings"] = "Salvar configurações"; -$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["return to the connector page"] = "Volte a página de conectores."; -$a->strings["Post to Buffer"] = "Publicar no Buffer"; -$a->strings["Buffer Export"] = "Exportar 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["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['Permission denied.'] = 'Permissão negada.'; +$a->strings['Save Settings'] = 'Salvar configurações'; +$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['return to the connector page'] = 'Volte a página de conectores.'; +$a->strings['Post to Buffer'] = 'Publicar no Buffer'; +$a->strings['Buffer Export'] = 'Exportar 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['Post to Buffer by default'] = 'Publica no Buffer por padrão'; +$a->strings['Check to delete this preset'] = 'Marque para excluir este perfil'; diff --git a/buffer/lang/ro/strings.php b/buffer/lang/ro/strings.php index 595f2021..092f599f 100644 --- a/buffer/lang/ro/strings.php +++ b/buffer/lang/ro/strings.php @@ -5,18 +5,17 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Permission denied."] = "Permisiune refuzată."; -$a->strings["Save Settings"] = "Salvare Configurări"; -$a->strings["Client ID"] = "ID Client"; -$a->strings["Client Secret"] = "Cheia Secretă Client"; -$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["return to the connector page"] = "revenire la pagina de conectare"; -$a->strings["Post to Buffer"] = "Postați pe Buffer"; -$a->strings["Buffer Export"] = "Export pe 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["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["Posts are going to all accounts that are enabled by default:"] = "Posturile merg către toate conturile care sunt activate implicit:"; +$a->strings['Permission denied.'] = 'Permisiune refuzată.'; +$a->strings['Save Settings'] = 'Salvare Configurări'; +$a->strings['Client ID'] = 'ID Client'; +$a->strings['Client Secret'] = 'Cheia Secretă Client'; +$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['return to the connector page'] = 'revenire la pagina de conectare'; +$a->strings['Post to Buffer'] = 'Postați pe Buffer'; +$a->strings['Buffer Export'] = 'Export pe 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['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['Posts are going to all accounts that are enabled by default:'] = 'Posturile merg către toate conturile care sunt activate implicit:'; diff --git a/buffer/lang/ru/strings.php b/buffer/lang/ru/strings.php index cdd37823..b055b480 100644 --- a/buffer/lang/ru/strings.php +++ b/buffer/lang/ru/strings.php @@ -5,18 +5,17 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Permission denied."] = "Доступ запрещен."; -$a->strings["Save Settings"] = "Сохранить настройки"; -$a->strings["Client ID"] = "Client ID"; -$a->strings["Client Secret"] = "Client Secret"; -$a->strings["Error when registering buffer connection:"] = "Ошибка при регистрации соединения Buffer:"; -$a->strings["You are now authenticated to buffer. "] = "Вы аутентифицированы на Buffer."; -$a->strings["return to the connector page"] = "вернуться на страницу коннектора"; -$a->strings["Post to Buffer"] = "Написать в Buffer"; -$a->strings["Buffer Export"] = "Экспорт в Buffer"; -$a->strings["Authenticate your Buffer connection"] = "Аутентифицируйте свое соединение с Buffer"; -$a->strings["Enable Buffer Post Addon"] = "Включить аддон Buffer Post"; -$a->strings["Post to Buffer by default"] = "Отправлять в Buffer по умолчанию"; -$a->strings["Check to delete this preset"] = "Отметьте для удаления этих настроек"; -$a->strings["Posts are going to all accounts that are enabled by default:"] = "Сообщения уходят во все учетные записи по умолчанию:"; +$a->strings['Permission denied.'] = 'Доступ запрещен.'; +$a->strings['Save Settings'] = 'Сохранить настройки'; +$a->strings['Client ID'] = 'Client ID'; +$a->strings['Client Secret'] = 'Client Secret'; +$a->strings['Error when registering buffer connection:'] = 'Ошибка при регистрации соединения Buffer:'; +$a->strings['You are now authenticated to buffer. '] = 'Вы аутентифицированы на Buffer.'; +$a->strings['return to the connector page'] = 'вернуться на страницу коннектора'; +$a->strings['Post to Buffer'] = 'Написать в Buffer'; +$a->strings['Buffer Export'] = 'Экспорт в Buffer'; +$a->strings['Authenticate your Buffer connection'] = 'Аутентифицируйте свое соединение с Buffer'; +$a->strings['Enable Buffer Post Addon'] = 'Включить аддон Buffer Post'; +$a->strings['Post to Buffer by default'] = 'Отправлять в Buffer по умолчанию'; +$a->strings['Check to delete this preset'] = 'Отметьте для удаления этих настроек'; +$a->strings['Posts are going to all accounts that are enabled by default:'] = 'Сообщения уходят во все учетные записи по умолчанию:'; diff --git a/buffer/lang/sv/strings.php b/buffer/lang/sv/strings.php index f31eaf10..7f580b0c 100644 --- a/buffer/lang/sv/strings.php +++ b/buffer/lang/sv/strings.php @@ -5,18 +5,17 @@ function string_plural_select_sv($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Permission denied."] = "Åtkomst nekad."; -$a->strings["Save Settings"] = "Spara inställningar"; -$a->strings["Client ID"] = "Klient-ID"; -$a->strings["Client Secret"] = "Klient hemlig nyckel"; -$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["return to the connector page"] = "återgå till anslutningssida"; -$a->strings["Post to Buffer"] = "Inlägg till Buffer"; -$a->strings["Buffer Export"] = "Export till 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["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["Posts are going to all accounts that are enabled by default:"] = "Inlägg skickas som standard till alla konton som är aktiverade:"; +$a->strings['Permission denied.'] = 'Åtkomst nekad.'; +$a->strings['Save Settings'] = 'Spara inställningar'; +$a->strings['Client ID'] = 'Klient-ID'; +$a->strings['Client Secret'] = 'Klient hemlig nyckel'; +$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['return to the connector page'] = 'återgå till anslutningssida'; +$a->strings['Post to Buffer'] = 'Inlägg till Buffer'; +$a->strings['Buffer Export'] = 'Export till 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['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['Posts are going to all accounts that are enabled by default:'] = 'Inlägg skickas som standard till alla konton som är aktiverade:'; diff --git a/buglink/lang/ca/strings.php b/buglink/lang/ca/strings.php index be3776fe..12cfa584 100644 --- a/buglink/lang/ca/strings.php +++ b/buglink/lang/ca/strings.php @@ -5,5 +5,4 @@ function string_plural_select_ca($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Report Bug"] = "Informar d’error"; +$a->strings['Report Bug'] = 'Informar d’error'; diff --git a/buglink/lang/cs/strings.php b/buglink/lang/cs/strings.php index 9a3f878d..048b8334 100644 --- a/buglink/lang/cs/strings.php +++ b/buglink/lang/cs/strings.php @@ -5,5 +5,4 @@ function string_plural_select_cs($n){ $n = intval($n); 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'; diff --git a/buglink/lang/de/strings.php b/buglink/lang/de/strings.php index 1df4d95c..30b7ebcf 100644 --- a/buglink/lang/de/strings.php +++ b/buglink/lang/de/strings.php @@ -5,5 +5,4 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Report Bug"] = "Fehler melden"; +$a->strings['Report Bug'] = 'Fehler melden'; diff --git a/buglink/lang/es/strings.php b/buglink/lang/es/strings.php index 5f3c10b1..5db40f29 100644 --- a/buglink/lang/es/strings.php +++ b/buglink/lang/es/strings.php @@ -5,5 +5,4 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Report Bug"] = "Reportar error"; +$a->strings['Report Bug'] = 'Reportar error'; diff --git a/buglink/lang/fi-fi/strings.php b/buglink/lang/fi-fi/strings.php index 9674043d..c92f029f 100644 --- a/buglink/lang/fi-fi/strings.php +++ b/buglink/lang/fi-fi/strings.php @@ -5,5 +5,4 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Report Bug"] = "Ilmoita virheestä"; +$a->strings['Report Bug'] = 'Ilmoita virheestä'; diff --git a/buglink/lang/hu/strings.php b/buglink/lang/hu/strings.php index 95d9759c..67fae115 100644 --- a/buglink/lang/hu/strings.php +++ b/buglink/lang/hu/strings.php @@ -5,5 +5,4 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Report Bug"] = "Hiba jelentése"; +$a->strings['Report Bug'] = 'Hiba jelentése'; diff --git a/buglink/lang/is/strings.php b/buglink/lang/is/strings.php index 335612f9..2e35781b 100644 --- a/buglink/lang/is/strings.php +++ b/buglink/lang/is/strings.php @@ -5,5 +5,4 @@ function string_plural_select_is($n){ $n = intval($n); return intval($n % 10 != 1 || $n % 100 == 11); }} -; -$a->strings["Report Bug"] = "Tilkynna villu"; +$a->strings['Report Bug'] = 'Tilkynna villu'; diff --git a/buglink/lang/it/strings.php b/buglink/lang/it/strings.php index 5f9a9085..c238a12f 100644 --- a/buglink/lang/it/strings.php +++ b/buglink/lang/it/strings.php @@ -5,5 +5,4 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Report Bug"] = "Segnala un Bug"; +$a->strings['Report Bug'] = 'Segnala un Bug'; diff --git a/buglink/lang/nb-no/strings.php b/buglink/lang/nb-no/strings.php index 88142390..7017707a 100644 --- a/buglink/lang/nb-no/strings.php +++ b/buglink/lang/nb-no/strings.php @@ -5,5 +5,4 @@ function string_plural_select_nb_no($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Report Bug"] = "Rapporter feil"; +$a->strings['Report Bug'] = 'Rapporter feil'; diff --git a/buglink/lang/nl/strings.php b/buglink/lang/nl/strings.php index d44b3b2f..1e696e6f 100644 --- a/buglink/lang/nl/strings.php +++ b/buglink/lang/nl/strings.php @@ -5,5 +5,4 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Report Bug"] = "Bug rapporteren"; +$a->strings['Report Bug'] = 'Bug rapporteren'; diff --git a/buglink/lang/pl/strings.php b/buglink/lang/pl/strings.php index 7fed74fb..fcfd4edf 100644 --- a/buglink/lang/pl/strings.php +++ b/buglink/lang/pl/strings.php @@ -5,5 +5,4 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Report Bug"] = "Zgłoś błąd"; +$a->strings['Report Bug'] = 'Zgłoś błąd'; diff --git a/buglink/lang/ro/strings.php b/buglink/lang/ro/strings.php index 20a57ce7..2c2100ef 100644 --- a/buglink/lang/ro/strings.php +++ b/buglink/lang/ro/strings.php @@ -5,5 +5,4 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Report Bug"] = "Raportează Problema"; +$a->strings['Report Bug'] = 'Raportează Problema'; diff --git a/buglink/lang/ru/strings.php b/buglink/lang/ru/strings.php index ace0053f..c1b033ca 100644 --- a/buglink/lang/ru/strings.php +++ b/buglink/lang/ru/strings.php @@ -5,5 +5,4 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Report Bug"] = "Сообщить об ошибке"; +$a->strings['Report Bug'] = 'Сообщить об ошибке'; diff --git a/buglink/lang/sv/strings.php b/buglink/lang/sv/strings.php index 9166d602..3e7285ef 100644 --- a/buglink/lang/sv/strings.php +++ b/buglink/lang/sv/strings.php @@ -5,5 +5,4 @@ function string_plural_select_sv($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Report Bug"] = "Rapportera bugg"; +$a->strings['Report Bug'] = 'Rapportera bugg'; diff --git a/buglink/lang/zh-cn/strings.php b/buglink/lang/zh-cn/strings.php index e467d5c9..f9958574 100644 --- a/buglink/lang/zh-cn/strings.php +++ b/buglink/lang/zh-cn/strings.php @@ -5,5 +5,4 @@ function string_plural_select_zh_cn($n){ $n = intval($n); return intval(0); }} -; -$a->strings["Report Bug"] = "报告错误"; +$a->strings['Report Bug'] = '报告错误'; diff --git a/catavatar/lang/ca/strings.php b/catavatar/lang/ca/strings.php index 3ab33c58..51fae163 100644 --- a/catavatar/lang/ca/strings.php +++ b/catavatar/lang/ca/strings.php @@ -5,12 +5,11 @@ function string_plural_select_ca($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Use Cat as Avatar"] = "Utilitzeu Gat com a Avatar"; -$a->strings["More Random Cat!"] = "Més Random Cat!"; -$a->strings["Reset to email Cat"] = "Restableix el correu electrònic Cat"; -$a->strings["Cat Avatar Settings"] = "Configuració Avatar de cat"; -$a->strings["The cat hadn't found itself."] = "El gat no s'havia trobat."; -$a->strings["There was an error, the cat ran away."] = "Hi va haver un error, el gat va fugir."; -$a->strings["Profile Photos"] = "Fotos de perfil"; -$a->strings["Meow!"] = "Meu!"; +$a->strings['Use Cat as Avatar'] = 'Utilitzeu Gat com a Avatar'; +$a->strings['More Random Cat!'] = 'Més Random Cat!'; +$a->strings['Reset to email Cat'] = 'Restableix el correu electrònic Cat'; +$a->strings['Cat Avatar Settings'] = 'Configuració Avatar de cat'; +$a->strings['The cat hadn\'t found itself.'] = 'El gat no s\'havia trobat.'; +$a->strings['There was an error, the cat ran away.'] = 'Hi va haver un error, el gat va fugir.'; +$a->strings['Profile Photos'] = 'Fotos de perfil'; +$a->strings['Meow!'] = 'Meu!'; diff --git a/catavatar/lang/cs/strings.php b/catavatar/lang/cs/strings.php index f0cf1fe3..b08e57e7 100644 --- a/catavatar/lang/cs/strings.php +++ b/catavatar/lang/cs/strings.php @@ -5,12 +5,11 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Use Cat as Avatar"] = "Použít kočku jako avatar"; -$a->strings["More Random Cat!"] = "Další náhodné kočky!"; -$a->strings["Reset to email Cat"] = "Resetovat a e-mailovat kočku"; -$a->strings["Cat Avatar Settings"] = "Nastavení Cat Avatar"; -$a->strings["The cat hadn't found itself."] = "Kočka se nenašla."; -$a->strings["There was an error, the cat ran away."] = "Vyskytla se chyba, kočka utekla."; -$a->strings["Profile Photos"] = "Profilové fotky"; -$a->strings["Meow!"] = "Mňau!"; +$a->strings['Use Cat as Avatar'] = 'Použít kočku jako avatar'; +$a->strings['More Random Cat!'] = 'Další náhodné kočky!'; +$a->strings['Reset to email Cat'] = 'Resetovat a e-mailovat kočku'; +$a->strings['Cat Avatar Settings'] = 'Nastavení Cat Avatar'; +$a->strings['The cat hadn\'t found itself.'] = 'Kočka se nenašla.'; +$a->strings['There was an error, the cat ran away.'] = 'Vyskytla se chyba, kočka utekla.'; +$a->strings['Profile Photos'] = 'Profilové fotky'; +$a->strings['Meow!'] = 'Mňau!'; diff --git a/catavatar/lang/de/strings.php b/catavatar/lang/de/strings.php index aab0eefd..c65920aa 100644 --- a/catavatar/lang/de/strings.php +++ b/catavatar/lang/de/strings.php @@ -5,11 +5,12 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Use Cat as Avatar"] = "Verwende diese Katze als Profilbild"; -$a->strings["More Random Cat!"] = "Weitere zufällige Katze"; -$a->strings["Reset to email Cat"] = "Zurück zu E-Mail-Katze"; -$a->strings["Cat Avatar Settings"] = "Katzen-Profilbild-Einstellungen"; -$a->strings["There was an error, the cat ran away."] = "Upps, es gab einen Fehler und die Katze ist weggelaufen"; -$a->strings["Profile Photos"] = "Profilbilder"; -$a->strings["Meow!"] = "Miau!"; +$a->strings['Use Cat as Avatar'] = 'Verwende diese Katze als Profilbild'; +$a->strings['More Random Cat!'] = 'Weitere zufällige Katze'; +$a->strings['Reset to email Cat'] = 'Zurück zu E-Mail-Katze'; +$a->strings['Cat Avatar Settings'] = 'Katzen-Profilbild-Einstellungen'; +$a->strings['Set default profile avatar or randomize the cat.'] = 'Wähle das standardmäßig verwendete Profilbild oder ein zufällig erzeugtes Katzenbild.'; +$a->strings['The cat hadn\'t found itself.'] = 'Es ist ein Problem mit der Datenbank aufgetreten. Die Katze konnte sich nicht selbst finden.'; +$a->strings['There was an error, the cat ran away.'] = 'Upps, es gab einen Fehler und die Katze ist weggelaufen'; +$a->strings['Profile Photos'] = 'Profilbilder'; +$a->strings['Meow!'] = 'Miau!'; diff --git a/catavatar/lang/en-gb/strings.php b/catavatar/lang/en-gb/strings.php index 42e68470..552cfd96 100644 --- a/catavatar/lang/en-gb/strings.php +++ b/catavatar/lang/en-gb/strings.php @@ -5,12 +5,11 @@ function string_plural_select_en_gb($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Use Cat as Avatar"] = "Use Cat as Avatar"; -$a->strings["More Random Cat!"] = "Another Random Cat!"; -$a->strings["Reset to email Cat"] = "Reset to email Cat"; -$a->strings["Cat Avatar Settings"] = "Cat Avatar Settings"; -$a->strings["The cat hadn't found itself."] = "There was a database error, the cat has got lost."; -$a->strings["There was an error, the cat ran away."] = "There was an error, the cat ran away."; -$a->strings["Profile Photos"] = "Profile Photos"; -$a->strings["Meow!"] = "Meow!"; +$a->strings['Use Cat as Avatar'] = 'Use Cat as Avatar'; +$a->strings['More Random Cat!'] = 'Another Random Cat!'; +$a->strings['Reset to email Cat'] = 'Reset to email Cat'; +$a->strings['Cat Avatar Settings'] = 'Cat Avatar Settings'; +$a->strings['The cat hadn\'t found itself.'] = 'There was a database error, the cat has got lost.'; +$a->strings['There was an error, the cat ran away.'] = 'There was an error, the cat ran away.'; +$a->strings['Profile Photos'] = 'Profile Photos'; +$a->strings['Meow!'] = 'Meow!'; diff --git a/catavatar/lang/es/strings.php b/catavatar/lang/es/strings.php index a06f4c44..725100b2 100644 --- a/catavatar/lang/es/strings.php +++ b/catavatar/lang/es/strings.php @@ -3,15 +3,14 @@ if(! function_exists("string_plural_select_es")) { function string_plural_select_es($n){ $n = intval($n); - return ($n != 1);; + return intval($n != 1); }} -; -$a->strings["Use Cat as Avatar"] = "Usar Gato como Avatar"; -$a->strings["More Random Cat!"] = "¡Más gato al azar!"; -$a->strings["Reset to email Cat"] = "Restablecer a correo electrónico Gato"; -$a->strings["Cat Avatar Settings"] = "Ajustes de Avatar Gato"; -$a->strings["Set default profile avatar or randomize the cat."] = "Establezca su avatar de perfil o pondremos una foto de un gato al azar"; -$a->strings["The cat hadn't found itself."] = "El gato no se había encontrado."; -$a->strings["There was an error, the cat ran away."] = "Hubo un error, el gato se escapó."; -$a->strings["Profile Photos"] = "Fotos de perfil"; -$a->strings["Meow!"] = "¡Miau!"; +$a->strings['Use Cat as Avatar'] = 'Usar Gato como Avatar'; +$a->strings['More Random Cat!'] = '¡Más gato al azar!'; +$a->strings['Reset to email Cat'] = 'Restablecer a correo electrónico Gato'; +$a->strings['Cat Avatar Settings'] = 'Ajustes de Avatar Gato'; +$a->strings['Set default profile avatar or randomize the cat.'] = 'Establezca su avatar de perfil o pondremos una foto de un gato al azar'; +$a->strings['The cat hadn\'t found itself.'] = 'El gato no se había encontrado.'; +$a->strings['There was an error, the cat ran away.'] = 'Hubo un error, el gato se escapó.'; +$a->strings['Profile Photos'] = 'Fotos de perfil'; +$a->strings['Meow!'] = '¡Miau!'; diff --git a/catavatar/lang/fi-fi/strings.php b/catavatar/lang/fi-fi/strings.php index 009435e7..fd1907c5 100644 --- a/catavatar/lang/fi-fi/strings.php +++ b/catavatar/lang/fi-fi/strings.php @@ -5,11 +5,10 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Use Cat as Avatar"] = "Ota kissa-avatari käyttöön"; -$a->strings["More Random Cat!"] = "Lisää satunnaisia kissoja!"; -$a->strings["Cat Avatar Settings"] = "Cat Avatar -asetukset"; -$a->strings["The cat hadn't found itself."] = "Tietokantavirhe, kissa on eksyksissä."; -$a->strings["There was an error, the cat ran away."] = "Tapahtui virhe, kissa juoksi karkuun."; -$a->strings["Profile Photos"] = "Profiilikuvia"; -$a->strings["Meow!"] = "Miau!"; +$a->strings['Use Cat as Avatar'] = 'Ota kissa-avatari käyttöön'; +$a->strings['More Random Cat!'] = 'Lisää satunnaisia kissoja!'; +$a->strings['Cat Avatar Settings'] = 'Cat Avatar -asetukset'; +$a->strings['The cat hadn\'t found itself.'] = 'Tietokantavirhe, kissa on eksyksissä.'; +$a->strings['There was an error, the cat ran away.'] = 'Tapahtui virhe, kissa juoksi karkuun.'; +$a->strings['Profile Photos'] = 'Profiilikuvia'; +$a->strings['Meow!'] = 'Miau!'; diff --git a/catavatar/lang/fr/strings.php b/catavatar/lang/fr/strings.php index 3ef02cd3..4cb612d1 100644 --- a/catavatar/lang/fr/strings.php +++ b/catavatar/lang/fr/strings.php @@ -5,12 +5,11 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Use Cat as Avatar"] = "Utiliser Chat comme avatar"; -$a->strings["More Random Cat!"] = "Autres Chats au hasard"; -$a->strings["Reset to email Cat"] = "Réinitialiser à Chat courriel"; -$a->strings["Cat Avatar Settings"] = "Paramètres de Chat avatar"; -$a->strings["The cat hadn't found itself."] = "Le Chat ne s'y est pas retrouvé"; -$a->strings["There was an error, the cat ran away."] = "Il y a eu une erreur et le chat s'est enfui"; -$a->strings["Profile Photos"] = "Photos de profil"; -$a->strings["Meow!"] = "Miaou !"; +$a->strings['Use Cat as Avatar'] = 'Utiliser Chat comme avatar'; +$a->strings['More Random Cat!'] = 'Autres Chats au hasard'; +$a->strings['Reset to email Cat'] = 'Réinitialiser à Chat courriel'; +$a->strings['Cat Avatar Settings'] = 'Paramètres de Chat avatar'; +$a->strings['The cat hadn\'t found itself.'] = 'Le Chat ne s\'y est pas retrouvé'; +$a->strings['There was an error, the cat ran away.'] = 'Il y a eu une erreur et le chat s\'est enfui'; +$a->strings['Profile Photos'] = 'Photos de profil'; +$a->strings['Meow!'] = 'Miaou !'; diff --git a/catavatar/lang/hu/strings.php b/catavatar/lang/hu/strings.php index 722c7515..79a4af62 100644 --- a/catavatar/lang/hu/strings.php +++ b/catavatar/lang/hu/strings.php @@ -5,13 +5,12 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Use Cat as Avatar"] = "Macska használata profilképként"; -$a->strings["More Random Cat!"] = "Több véletlen macskát!"; -$a->strings["Reset to email Cat"] = "Visszaállítás e-mail macskára"; -$a->strings["Cat Avatar Settings"] = "Macskaprofilkép-beállítások"; -$a->strings["Set default profile avatar or randomize the cat."] = "Alapértelmezett profilkép beállítása vagy véletlenszerű macska."; -$a->strings["The cat hadn't found itself."] = "A macska nem találta meg önmagát."; -$a->strings["There was an error, the cat ran away."] = "Hiba történt, a macska elfutott."; -$a->strings["Profile Photos"] = "Profilfényképek"; -$a->strings["Meow!"] = "Miáú!"; +$a->strings['Use Cat as Avatar'] = 'Macska használata profilképként'; +$a->strings['More Random Cat!'] = 'Több véletlen macskát!'; +$a->strings['Reset to email Cat'] = 'Visszaállítás e-mail macskára'; +$a->strings['Cat Avatar Settings'] = 'Macskaprofilkép-beállítások'; +$a->strings['Set default profile avatar or randomize the cat.'] = 'Alapértelmezett profilkép beállítása vagy véletlenszerű macska.'; +$a->strings['The cat hadn\'t found itself.'] = 'A macska nem találta meg önmagát.'; +$a->strings['There was an error, the cat ran away.'] = 'Hiba történt, a macska elfutott.'; +$a->strings['Profile Photos'] = 'Profilfényképek'; +$a->strings['Meow!'] = 'Miáú!'; diff --git a/catavatar/lang/is/strings.php b/catavatar/lang/is/strings.php index a5d120b2..cb2e2214 100644 --- a/catavatar/lang/is/strings.php +++ b/catavatar/lang/is/strings.php @@ -5,6 +5,5 @@ function string_plural_select_is($n){ $n = intval($n); return intval($n % 10 != 1 || $n % 100 == 11); }} -; -$a->strings["Profile Photos"] = "Forsíðumyndir"; -$a->strings["Meow!"] = "Mjá!"; +$a->strings['Profile Photos'] = 'Forsíðumyndir'; +$a->strings['Meow!'] = 'Mjá!'; diff --git a/catavatar/lang/it/strings.php b/catavatar/lang/it/strings.php index bfc657e5..3a33374a 100644 --- a/catavatar/lang/it/strings.php +++ b/catavatar/lang/it/strings.php @@ -5,13 +5,12 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Use Cat as Avatar"] = "Usa il Gatto come avatar"; -$a->strings["More Random Cat!"] = "Altro Gatto a caso!"; -$a->strings["Reset to email Cat"] = "Reimposta Gatto"; -$a->strings["Cat Avatar Settings"] = "Impostazioni Avatar Gatto"; -$a->strings["Set default profile avatar or randomize the cat."] = "Imposta l'immagine di profilo predefinita o crea un gatto casuale."; -$a->strings["The cat hadn't found itself."] = "Il gatto non ha trovato sé stesso."; -$a->strings["There was an error, the cat ran away."] = "Si è verificato un errore, il gatto è scappato."; -$a->strings["Profile Photos"] = "Foto del profilo"; -$a->strings["Meow!"] = "Miao!"; +$a->strings['Use Cat as Avatar'] = 'Usa il Gatto come avatar'; +$a->strings['More Random Cat!'] = 'Altro Gatto a caso!'; +$a->strings['Reset to email Cat'] = 'Reimposta Gatto'; +$a->strings['Cat Avatar Settings'] = 'Impostazioni Avatar Gatto'; +$a->strings['Set default profile avatar or randomize the cat.'] = 'Imposta l\'immagine di profilo predefinita o crea un gatto casuale.'; +$a->strings['The cat hadn\'t found itself.'] = 'Il gatto non ha trovato sé stesso.'; +$a->strings['There was an error, the cat ran away.'] = 'Si è verificato un errore, il gatto è scappato.'; +$a->strings['Profile Photos'] = 'Foto del profilo'; +$a->strings['Meow!'] = 'Miao!'; diff --git a/catavatar/lang/nl/strings.php b/catavatar/lang/nl/strings.php index 67c9e9cf..27994280 100644 --- a/catavatar/lang/nl/strings.php +++ b/catavatar/lang/nl/strings.php @@ -5,12 +5,11 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Use Cat as Avatar"] = "Gebruik een kat als avatar"; -$a->strings["More Random Cat!"] = "Meer willekeurige kat!"; -$a->strings["Reset to email Cat"] = "Email kat opnieuw instellen."; -$a->strings["Cat Avatar Settings"] = "Kat Avatar instellingen"; -$a->strings["The cat hadn't found itself."] = "Het katje kon zichzelf niet vinden."; -$a->strings["There was an error, the cat ran away."] = "Er was een fout, de kat liep weg."; -$a->strings["Profile Photos"] = "Profielfoto's"; -$a->strings["Meow!"] = "Miauw!"; +$a->strings['Use Cat as Avatar'] = 'Gebruik een kat als avatar'; +$a->strings['More Random Cat!'] = 'Meer willekeurige kat!'; +$a->strings['Reset to email Cat'] = 'Email kat opnieuw instellen.'; +$a->strings['Cat Avatar Settings'] = 'Kat Avatar instellingen'; +$a->strings['The cat hadn\'t found itself.'] = 'Het katje kon zichzelf niet vinden.'; +$a->strings['There was an error, the cat ran away.'] = 'Er was een fout, de kat liep weg.'; +$a->strings['Profile Photos'] = 'Profielfoto\'s'; +$a->strings['Meow!'] = 'Miauw!'; diff --git a/catavatar/lang/pl/strings.php b/catavatar/lang/pl/strings.php index da5bdc27..25a7ce2a 100644 --- a/catavatar/lang/pl/strings.php +++ b/catavatar/lang/pl/strings.php @@ -5,12 +5,11 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Use Cat as Avatar"] = "Użyj kota jako awatara"; -$a->strings["More Random Cat!"] = "Więcej losowych kotów!"; -$a->strings["Reset to email Cat"] = "Resetuj na e-mail Kot"; -$a->strings["Cat Avatar Settings"] = "Ustawienia Kot Avatar"; -$a->strings["The cat hadn't found itself."] = "Kot się nie znalazł."; -$a->strings["There was an error, the cat ran away."] = "Wystąpił błąd, kot uciekł."; -$a->strings["Profile Photos"] = "Zdjęcie profilowe"; -$a->strings["Meow!"] = "Miau!"; +$a->strings['Use Cat as Avatar'] = 'Użyj kota jako awatara'; +$a->strings['More Random Cat!'] = 'Więcej losowych kotów!'; +$a->strings['Reset to email Cat'] = 'Resetuj na e-mail Kot'; +$a->strings['Cat Avatar Settings'] = 'Ustawienia Kot Avatar'; +$a->strings['The cat hadn\'t found itself.'] = 'Kot się nie znalazł.'; +$a->strings['There was an error, the cat ran away.'] = 'Wystąpił błąd, kot uciekł.'; +$a->strings['Profile Photos'] = 'Zdjęcie profilowe'; +$a->strings['Meow!'] = 'Miau!'; diff --git a/catavatar/lang/ru/strings.php b/catavatar/lang/ru/strings.php index 15b9dd8d..e8ab1b5f 100644 --- a/catavatar/lang/ru/strings.php +++ b/catavatar/lang/ru/strings.php @@ -5,12 +5,11 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Use Cat as Avatar"] = "Поставить кота на аватар"; -$a->strings["More Random Cat!"] = "Сгенерировать ещё котов!"; -$a->strings["Reset to email Cat"] = "Сбросить на кота по-умолчанию"; -$a->strings["Cat Avatar Settings"] = "Настройки Cat Avatar"; -$a->strings["The cat hadn't found itself."] = "Кот не нашёл сам себя."; -$a->strings["There was an error, the cat ran away."] = "Возникла ошибка, кот убежал."; -$a->strings["Profile Photos"] = "Фото профиля"; -$a->strings["Meow!"] = "Мяу!"; +$a->strings['Use Cat as Avatar'] = 'Поставить кота на аватар'; +$a->strings['More Random Cat!'] = 'Сгенерировать ещё котов!'; +$a->strings['Reset to email Cat'] = 'Сбросить на кота по-умолчанию'; +$a->strings['Cat Avatar Settings'] = 'Настройки Cat Avatar'; +$a->strings['The cat hadn\'t found itself.'] = 'Кот не нашёл сам себя.'; +$a->strings['There was an error, the cat ran away.'] = 'Возникла ошибка, кот убежал.'; +$a->strings['Profile Photos'] = 'Фото профиля'; +$a->strings['Meow!'] = 'Мяу!'; diff --git a/cookienotice/lang/ca/strings.php b/cookienotice/lang/ca/strings.php index ce12bccc..9f5795b7 100644 --- a/cookienotice/lang/ca/strings.php +++ b/cookienotice/lang/ca/strings.php @@ -5,12 +5,14 @@ function string_plural_select_ca($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["OK"] = "D'acord"; -$a->strings["\"cookienotice\" Settings"] = "Configuració 'cookienotice'"; -$a->strings["Cookie Usage Notice"] = "Avís d’ús de cookies"; -$a->strings["The cookie usage notice"] = "L’avís d’ús de cookies"; -$a->strings["OK Button Text"] = "Text del botó d’acord"; -$a->strings["The OK Button text"] = "Text del botó D'acord"; -$a->strings["Save Settings"] = "Desa la configuració"; -$a->strings["cookienotice Settings saved."] = "Cookienotice S'ha desat la configuració."; +$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 d’acord amb l’ús de cookies.'; +$a->strings['OK'] = 'D\'acord'; +$a->strings['"cookienotice" Settings'] = 'Configuració \'cookienotice\''; +$a->strings['Configure your cookie usage notice. 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.'] = 'Configureu l’avís d’ús de cookies. 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['Cookie Usage Notice'] = 'Avís d’ús de cookies'; +$a->strings['The cookie usage notice'] = 'L’avís d’ús de cookies'; +$a->strings['OK Button Text'] = 'Text del botó d’acord'; +$a->strings['The OK Button text'] = 'Text del botó D\'acord'; +$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ó d’usuaris. Accepteu l’ús d’aquestes cookies continuant navegant per aquest lloc web.'; diff --git a/cookienotice/lang/cs/strings.php b/cookienotice/lang/cs/strings.php index 90cfcf95..2c200355 100644 --- a/cookienotice/lang/cs/strings.php +++ b/cookienotice/lang/cs/strings.php @@ -5,12 +5,14 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["OK"] = "OK"; -$a->strings["\"cookienotice\" Settings"] = "Nastavení „cookienotice“"; -$a->strings["Cookie Usage Notice"] = "Oznámení o používání cookies"; -$a->strings["The cookie usage notice"] = "Oznámení o používání cookies"; -$a->strings["OK Button Text"] = "Text tlačítka OK"; -$a->strings["The OK Button text"] = "Text tlačítka OK"; -$a->strings["Save Settings"] = "Uložit nastavení"; -$a->strings["cookienotice Settings saved."] = "Nastavení cookienotice uložena."; +$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['"cookienotice" Settings'] = 'Nastavení „cookienotice“'; +$a->strings['Configure your cookie usage notice. 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.'] = 'Nastavte si vaše oznámení o používání cookies. 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['Cookie Usage Notice'] = 'Oznámení o používání cookies'; +$a->strings['The cookie usage notice'] = 'Oznámení o používání cookies'; +$a->strings['OK Button Text'] = 'Text tlačítka OK'; +$a->strings['The OK Button text'] = 'Text tlačítka OK'; +$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.'; diff --git a/cookienotice/lang/de/strings.php b/cookienotice/lang/de/strings.php index b35f4486..56cb344d 100644 --- a/cookienotice/lang/de/strings.php +++ b/cookienotice/lang/de/strings.php @@ -5,12 +5,14 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["OK"] = "OK"; -$a->strings["\"cookienotice\" Settings"] = "\"cookienotice\"-Einstellungen"; -$a->strings["Cookie Usage Notice"] = "Cookie-Nutzungshinweis"; -$a->strings["The cookie usage notice"] = "Der Hinweis zur Nutzung von Cookies"; -$a->strings["OK Button Text"] = "OK-Button-Text"; -$a->strings["The OK Button text"] = "Der für den OK-Button verwendete Text"; -$a->strings["Save Settings"] = "Einstellungen speichern"; -$a->strings["cookienotice Settings saved."] = "cookienotice-Einstellungen wurden gespeichert"; +$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['"cookienotice" Settings'] = '"cookienotice"-Einstellungen'; +$a->strings['Configure your cookie usage notice. 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.'] = 'Konfiguriere deinen Cookie-Nutzungshinweis. 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['Cookie Usage Notice'] = 'Cookie-Nutzungshinweis'; +$a->strings['The cookie usage notice'] = 'Der Hinweis zur Nutzung von Cookies'; +$a->strings['OK Button Text'] = 'OK-Button-Text'; +$a->strings['The OK Button text'] = 'Der für den OK-Button verwendete Text'; +$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.'; diff --git a/cookienotice/lang/en-gb/strings.php b/cookienotice/lang/en-gb/strings.php index abcef115..09dc7be2 100644 --- a/cookienotice/lang/en-gb/strings.php +++ b/cookienotice/lang/en-gb/strings.php @@ -5,12 +5,14 @@ function string_plural_select_en_gb($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["OK"] = "OK"; -$a->strings["\"cookienotice\" Settings"] = "\"cookienotice\" settings"; -$a->strings["Cookie Usage Notice"] = "Cookie usage notice"; -$a->strings["The cookie usage notice"] = "The cookie usage notice"; -$a->strings["OK Button Text"] = "OK button text"; -$a->strings["The OK Button text"] = "OK button text"; -$a->strings["Save Settings"] = "Save settings"; -$a->strings["cookienotice Settings saved."] = "Cookie notice settings saved."; +$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['"cookienotice" Settings'] = '"cookienotice" settings'; +$a->strings['Configure your cookie usage notice. 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.'] = 'Configure your cookie usage notice. 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['Cookie Usage Notice'] = 'Cookie usage notice'; +$a->strings['The cookie usage notice'] = 'The cookie usage notice'; +$a->strings['OK Button Text'] = 'OK button text'; +$a->strings['The OK Button text'] = 'OK button text'; +$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.'; diff --git a/cookienotice/lang/es/strings.php b/cookienotice/lang/es/strings.php index 4491b67e..0cb2b314 100644 --- a/cookienotice/lang/es/strings.php +++ b/cookienotice/lang/es/strings.php @@ -5,8 +5,10 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["OK"] = "OK"; -$a->strings["Cookie Usage Notice"] = "Aviso de uso de cookies"; -$a->strings["OK Button Text"] = "Texto del botón OK"; -$a->strings["Save Settings"] = "Grabar Ajustes"; +$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['Configure your cookie usage notice. 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.'] = 'Configura tu nota deñ uso de cookies. 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['Cookie Usage Notice'] = 'Aviso de uso de cookies'; +$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.'; diff --git a/cookienotice/lang/fr/strings.php b/cookienotice/lang/fr/strings.php index 975a9027..dee64cd1 100644 --- a/cookienotice/lang/fr/strings.php +++ b/cookienotice/lang/fr/strings.php @@ -5,8 +5,10 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["OK"] = "Ok"; -$a->strings["Cookie Usage Notice"] = "Politique d'utilisation des cookies."; -$a->strings["OK Button Text"] = "Bouton OK Texte "; -$a->strings["Save Settings"] = "Sauvegarder les réglages"; +$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['Configure your cookie usage notice. 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.'] = 'Configurez votre politique d\'utilisation des cookies. 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['Cookie Usage Notice'] = 'Politique d\'utilisation des cookies.'; +$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.'; diff --git a/cookienotice/lang/hu/strings.php b/cookienotice/lang/hu/strings.php index 35dfa321..3abda8d7 100644 --- a/cookienotice/lang/hu/strings.php +++ b/cookienotice/lang/hu/strings.php @@ -5,12 +5,14 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["OK"] = "Rendben"; -$a->strings["\"cookienotice\" Settings"] = "A sütifigyelmeztetés beállításai"; -$a->strings["Cookie Usage Notice"] = "Sütihasználati figyelmeztetés"; -$a->strings["The cookie usage notice"] = "A sütihasználati figyelmeztetés"; -$a->strings["OK Button Text"] = "Rendben gomb szövege"; -$a->strings["The OK Button text"] = "A „Rendben” gomb szövege"; -$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. 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['"cookienotice" Settings'] = 'A sütifigyelmeztetés beállításai'; +$a->strings['Configure your cookie usage notice. 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.'] = 'Állítsa be a sütihasználati figyelmeztetést. 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['Cookie Usage Notice'] = 'Sütihasználati figyelmeztetés'; +$a->strings['The cookie usage notice'] = 'A sütihasználati figyelmeztetés'; +$a->strings['OK Button Text'] = 'Rendben gomb szövege'; +$a->strings['The OK Button text'] = 'A „Rendben” gomb szövege'; +$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.'; diff --git a/cookienotice/lang/it/strings.php b/cookienotice/lang/it/strings.php index 7b2caf58..41a83b82 100644 --- a/cookienotice/lang/it/strings.php +++ b/cookienotice/lang/it/strings.php @@ -5,12 +5,14 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["OK"] = "OK"; -$a->strings["\"cookienotice\" Settings"] = "Impostazioni \"cookienotice\""; -$a->strings["Cookie Usage Notice"] = "Nota Utilizzo Cookie"; -$a->strings["The cookie usage notice"] = "La nota di utilizzo dei cookie"; -$a->strings["OK Button Text"] = "Testo Bottone OK"; -$a->strings["The OK Button text"] = "Il testo del bottone OK"; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$a->strings["cookienotice Settings saved."] = "Impostazioni \"cookienotice\" salvate."; +$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['"cookienotice" Settings'] = 'Impostazioni "cookienotice"'; +$a->strings['Configure your cookie usage notice. 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.'] = 'Configura la tua notifica di utilizzo dei cookie 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['Cookie Usage Notice'] = 'Nota Utilizzo Cookie'; +$a->strings['The cookie usage notice'] = 'La nota di utilizzo dei cookie'; +$a->strings['OK Button Text'] = 'Testo Bottone OK'; +$a->strings['The OK Button text'] = 'Il testo del bottone OK'; +$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. '; diff --git a/cookienotice/lang/nl/strings.php b/cookienotice/lang/nl/strings.php index 59ca77cb..8247b729 100644 --- a/cookienotice/lang/nl/strings.php +++ b/cookienotice/lang/nl/strings.php @@ -5,12 +5,14 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["OK"] = "OK"; -$a->strings["\"cookienotice\" Settings"] = "\"cookienotice\" instellingen"; -$a->strings["Cookie Usage Notice"] = "Cookiemelding"; -$a->strings["The cookie usage notice"] = "De cookiemelding"; -$a->strings["OK Button Text"] = "OK knop tekst"; -$a->strings["The OK Button text"] = "De OK knop tekst"; -$a->strings["Save Settings"] = "Instellingen Opslaan"; -$a->strings["cookienotice Settings saved."] = "Cookienotice instellingen opgeslagen."; +$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['"cookienotice" Settings'] = '"cookienotice" instellingen'; +$a->strings['Configure your cookie usage notice. 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.'] = 'Configureer je meldingen voor het gebruik van cookies. 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['Cookie Usage Notice'] = 'Cookiemelding'; +$a->strings['The cookie usage notice'] = 'De cookiemelding'; +$a->strings['OK Button Text'] = 'OK knop tekst'; +$a->strings['The OK Button text'] = 'De OK knop tekst'; +$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'; diff --git a/cookienotice/lang/pl/strings.php b/cookienotice/lang/pl/strings.php index 78995c23..6589e9f6 100644 --- a/cookienotice/lang/pl/strings.php +++ b/cookienotice/lang/pl/strings.php @@ -5,12 +5,14 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["OK"] = "OK"; -$a->strings["\"cookienotice\" Settings"] = "Ustawienia \"plików cookie\""; -$a->strings["Cookie Usage Notice"] = "Użyciu plików cookie"; -$a->strings["The cookie usage notice"] = "Powiadomienie o użyciu plików cookie"; -$a->strings["OK Button Text"] = "Tekst przycisku OK"; -$a->strings["The OK Button text"] = "Tekst przycisku OK"; -$a->strings["Save Settings"] = "Zapisz ustawienia"; -$a->strings["cookienotice Settings saved."] = "Zapisano stawienia plików cookie."; +$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['"cookienotice" Settings'] = 'Ustawienia "plików cookie"'; +$a->strings['Configure your cookie usage notice. 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.'] = 'Skonfiguruj zawiadomienie o użyciu plików cookie. 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['Cookie Usage Notice'] = 'Użyciu plików cookie'; +$a->strings['The cookie usage notice'] = 'Powiadomienie o użyciu plików cookie'; +$a->strings['OK Button Text'] = 'Tekst przycisku OK'; +$a->strings['The OK Button text'] = 'Tekst przycisku OK'; +$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.'; diff --git a/cookienotice/lang/zh-cn/strings.php b/cookienotice/lang/zh-cn/strings.php index e0c5e586..5e1c07c2 100644 --- a/cookienotice/lang/zh-cn/strings.php +++ b/cookienotice/lang/zh-cn/strings.php @@ -5,15 +5,14 @@ function string_plural_select_zh_cn($n){ $n = intval($n); 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["OK"] = "好的"; -$a->strings["\"cookienotice\" Settings"] = "“cookie 布告”设置"; -$a->strings["Configure your cookie usage notice. 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."] = "配置您的 cookie 使用布告。 它将会显示一条布告称此网站使用 cookies 。它将会一直显示直到用户点击确定按钮。"; -$a->strings["Cookie Usage Notice"] = "Cookie 使用布告"; -$a->strings["The cookie usage notice"] = "cookie 使用布告"; -$a->strings["OK Button Text"] = "确认按钮文本"; -$a->strings["The OK Button text"] = "确认按钮文本"; -$a->strings["Save Settings"] = "保存设置"; -$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. If you continue browsing this website, you agree to the usage of cookies.'] = '本网站将使用 cookies。如果您继续浏览本网站,即表示您同意使用 cookies。'; +$a->strings['OK'] = '好的'; +$a->strings['"cookienotice" Settings'] = '“cookie 布告”设置'; +$a->strings['Configure your cookie usage notice. 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.'] = '配置您的 cookie 使用布告。 它将会显示一条布告称此网站使用 cookies 。它将会一直显示直到用户点击确定按钮。'; +$a->strings['Cookie Usage Notice'] = 'Cookie 使用布告'; +$a->strings['The cookie usage notice'] = 'cookie 使用布告'; +$a->strings['OK Button Text'] = '确认按钮文本'; +$a->strings['The OK Button text'] = '确认按钮文本'; +$a->strings['Save Settings'] = '保存设置'; +$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。'; diff --git a/curweather/lang/ca/strings.php b/curweather/lang/ca/strings.php index 1b576c38..6d065223 100644 --- a/curweather/lang/ca/strings.php +++ b/curweather/lang/ca/strings.php @@ -5,31 +5,30 @@ function string_plural_select_ca($n){ $n = intval($n); 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["Current Weather"] = "Temps actual"; -$a->strings["Relative Humidity"] = "Humitat relativa"; -$a->strings["Pressure"] = "pressió"; -$a->strings["Wind"] = "vent"; -$a->strings["Last Updated"] = "Última actualització"; -$a->strings["Data by"] = "Dades de"; -$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["at OpenWeatherMap"] = "a OpenWeatherMap"; -$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["Save Settings"] = "Desa la 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["Your Location"] = "La teva localització"; -$a->strings["Identifier of your location (name or zip code), e.g. Berlin,DE or 14476,DE."] = "Identificador de la vostra ubicació (nom o codi postal), e.g. Berlin,DE or 14476,DE."; -$a->strings["Units"] = "unitat"; -$a->strings["select if the temperature should be displayed in °C or °F"] = "seleccioneu si la temperatura ha de mostrar-se en ° C o ° F"; -$a->strings["Show weather data"] = "Mostra dades meteorològiques"; -$a->strings["Curweather settings saved."] = "S'han desat els paràmetres de Curweather."; -$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 s’han 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["minutes"] = "minuts"; -$a->strings["Your APPID"] = "La vostra APPID"; -$a->strings["Your API key provided by OpenWeatherMap"] = "La vostra clau d’API proporcionada per OpenWeatherMap"; +$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['Relative Humidity'] = 'Humitat relativa'; +$a->strings['Pressure'] = 'pressió'; +$a->strings['Wind'] = 'vent'; +$a->strings['Last Updated'] = 'Última actualització'; +$a->strings['Data by'] = 'Dades de'; +$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['at OpenWeatherMap'] = 'a OpenWeatherMap'; +$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['Save Settings'] = 'Desa la 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['Your Location'] = 'La teva localització'; +$a->strings['Identifier of your location (name or zip code), e.g. Berlin,DE or 14476,DE.'] = 'Identificador de la vostra ubicació (nom o codi postal), e.g. Berlin,DE or 14476,DE.'; +$a->strings['Units'] = 'unitat'; +$a->strings['select if the temperature should be displayed in °C or °F'] = 'seleccioneu si la temperatura ha de mostrar-se en ° C o ° F'; +$a->strings['Show weather data'] = 'Mostra dades meteorològiques'; +$a->strings['Curweather settings saved.'] = 'S\'han desat els paràmetres de Curweather.'; +$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 s’han 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['minutes'] = 'minuts'; +$a->strings['Your APPID'] = 'La vostra APPID'; +$a->strings['Your API key provided by OpenWeatherMap'] = 'La vostra clau d’API proporcionada per OpenWeatherMap'; diff --git a/curweather/lang/cs/strings.php b/curweather/lang/cs/strings.php index ea74d684..33529d83 100644 --- a/curweather/lang/cs/strings.php +++ b/curweather/lang/cs/strings.php @@ -5,31 +5,30 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["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["Relative Humidity"] = "Relativní vlhkost vzduchu"; -$a->strings["Pressure"] = "Tlak"; -$a->strings["Wind"] = "Vítr"; -$a->strings["Last Updated"] = "Naposledy aktualizováno"; -$a->strings["Data by"] = "Data podle"; -$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["at OpenWeatherMap"] = "na OpenWeatherMap"; -$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["Save Settings"] = "Uložit 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["Your Location"] = "Vaše poloha"; -$a->strings["Identifier of your location (name or zip code), e.g. Berlin,DE or 14476,DE."] = "Identifikátor vaší polohy (název nebo PSČ), např. Praha,CZ nebo 11000,CZ."; -$a->strings["Units"] = "Jednotky"; -$a->strings["select if the temperature should be displayed in °C or °F"] = "vyberte, jestli by se teplota měla zobrazovat v °C či °F"; -$a->strings["Show weather data"] = "Ukázat data o počasí"; -$a->strings["Curweather settings saved."] = "Nastavení Curwather uložena."; -$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["no cache"] = "žádná mezipaměť"; -$a->strings["minutes"] = "minut"; -$a->strings["Your APPID"] = "Vaše APPID"; -$a->strings["Your API key provided by OpenWeatherMap"] = "Váš API klíč poskytnutý OpenWetherMap"; +$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['Relative Humidity'] = 'Relativní vlhkost vzduchu'; +$a->strings['Pressure'] = 'Tlak'; +$a->strings['Wind'] = 'Vítr'; +$a->strings['Last Updated'] = 'Naposledy aktualizováno'; +$a->strings['Data by'] = 'Data podle'; +$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['at OpenWeatherMap'] = 'na OpenWeatherMap'; +$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['Save Settings'] = 'Uložit 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['Your Location'] = 'Vaše poloha'; +$a->strings['Identifier of your location (name or zip code), e.g. Berlin,DE or 14476,DE.'] = 'Identifikátor vaší polohy (název nebo PSČ), např. Praha,CZ nebo 11000,CZ.'; +$a->strings['Units'] = 'Jednotky'; +$a->strings['select if the temperature should be displayed in °C or °F'] = 'vyberte, jestli by se teplota měla zobrazovat v °C či °F'; +$a->strings['Show weather data'] = 'Ukázat data o počasí'; +$a->strings['Curweather settings saved.'] = 'Nastavení Curwather uložena.'; +$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['no cache'] = 'žádná mezipaměť'; +$a->strings['minutes'] = 'minut'; +$a->strings['Your APPID'] = 'Vaše APPID'; +$a->strings['Your API key provided by OpenWeatherMap'] = 'Váš API klíč poskytnutý OpenWetherMap'; diff --git a/curweather/lang/de/strings.php b/curweather/lang/de/strings.php index c7d378f5..2fb72a5f 100644 --- a/curweather/lang/de/strings.php +++ b/curweather/lang/de/strings.php @@ -5,29 +5,28 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Error fetching weather data. Error was: "] = "Fehler beim Abrufen der Wetterdaten. Die Fehlermeldung lautet:"; -$a->strings["Current Weather"] = "Aktuelles Wetter"; -$a->strings["Relative Humidity"] = "Relative Luftfeuchtigkeit"; -$a->strings["Pressure"] = "Luftdruck"; -$a->strings["Wind"] = "Wind"; -$a->strings["Last Updated"] = "Letzte Aktualisierung"; -$a->strings["Data by"] = "Daten von"; -$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["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["Save Settings"] = "Einstellungen speichern"; -$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["Your Location"] = "Deinen Standort festlegen"; -$a->strings["Identifier of your location (name or zip code), e.g. Berlin,DE or 14476,DE."] = "Identifikator deines Standorts (Name oder Postleitzahl), z.B. Berlin,DE oder 14476,DE."; -$a->strings["Units"] = "Einheiten"; -$a->strings["select if the temperature should be displayed in °C or °F"] = "wähle, ob die Temperatur in °C oder °F angezeigt werden soll"; -$a->strings["Show weather data"] = "Zeige Wetterdaten"; -$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["no cache"] = "kein Cache"; -$a->strings["minutes"] = "Minuten"; -$a->strings["Your APPID"] = "Deine APPID"; -$a->strings["Your API key provided by OpenWeatherMap"] = "Der API-Schlüssel von OpenWeatherMap"; +$a->strings['Error fetching weather data. Error was: '] = 'Fehler beim Abrufen der Wetterdaten. Die Fehlermeldung lautet:'; +$a->strings['Current Weather'] = 'Aktuelles Wetter'; +$a->strings['Relative Humidity'] = 'Relative Luftfeuchtigkeit'; +$a->strings['Pressure'] = 'Luftdruck'; +$a->strings['Wind'] = 'Wind'; +$a->strings['Last Updated'] = 'Letzte Aktualisierung'; +$a->strings['Data by'] = 'Daten von'; +$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['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['Save Settings'] = 'Einstellungen speichern'; +$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['Your Location'] = 'Deinen Standort festlegen'; +$a->strings['Identifier of your location (name or zip code), e.g. Berlin,DE or 14476,DE.'] = 'Identifikator deines Standorts (Name oder Postleitzahl), z.B. Berlin,DE oder 14476,DE.'; +$a->strings['Units'] = 'Einheiten'; +$a->strings['select if the temperature should be displayed in °C or °F'] = 'wähle, ob die Temperatur in °C oder °F angezeigt werden soll'; +$a->strings['Show weather data'] = 'Zeige Wetterdaten'; +$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['no cache'] = 'kein Cache'; +$a->strings['minutes'] = 'Minuten'; +$a->strings['Your APPID'] = 'Deine APPID'; +$a->strings['Your API key provided by OpenWeatherMap'] = 'Der API-Schlüssel von OpenWeatherMap'; diff --git a/curweather/lang/es/strings.php b/curweather/lang/es/strings.php index 2dc368ec..25f3f22a 100644 --- a/curweather/lang/es/strings.php +++ b/curweather/lang/es/strings.php @@ -5,29 +5,28 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$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["Relative Humidity"] = "Humedad relativa"; -$a->strings["Pressure"] = "Presión"; -$a->strings["Wind"] = "Viento"; -$a->strings["Last Updated"] = "Última actualización"; -$a->strings["Data by"] = "Información por"; -$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["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["Save Settings"] = "Guardar 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["Your Location"] = "Su ubicación"; -$a->strings["Identifier of your location (name or zip code), e.g. Berlin,DE or 14476,DE."] = "Identificador de su ubicación (nombre o código postal), ej. Berlin,DE o 14476,DE."; -$a->strings["Units"] = "Unidades"; -$a->strings["select if the temperature should be displayed in °C or °F"] = "seleccionar si la temperatura debería ser mostrada en °C o °F"; -$a->strings["Show weather data"] = "Mostrar información de clima"; -$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["no cache"] = "sin almacenamiento"; -$a->strings["minutes"] = "minutos"; -$a->strings["Your APPID"] = "Su APPID"; -$a->strings["Your API key provided by OpenWeatherMap"] = "Su clave API provista por OpenWeatherMap"; +$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['Relative Humidity'] = 'Humedad relativa'; +$a->strings['Pressure'] = 'Presión'; +$a->strings['Wind'] = 'Viento'; +$a->strings['Last Updated'] = 'Última actualización'; +$a->strings['Data by'] = 'Información por'; +$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['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['Save Settings'] = 'Guardar 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['Your Location'] = 'Su ubicación'; +$a->strings['Identifier of your location (name or zip code), e.g. Berlin,DE or 14476,DE.'] = 'Identificador de su ubicación (nombre o código postal), ej. Berlin,DE o 14476,DE.'; +$a->strings['Units'] = 'Unidades'; +$a->strings['select if the temperature should be displayed in °C or °F'] = 'seleccionar si la temperatura debería ser mostrada en °C o °F'; +$a->strings['Show weather data'] = 'Mostrar información de clima'; +$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['no cache'] = 'sin almacenamiento'; +$a->strings['minutes'] = 'minutos'; +$a->strings['Your APPID'] = 'Su APPID'; +$a->strings['Your API key provided by OpenWeatherMap'] = 'Su clave API provista por OpenWeatherMap'; diff --git a/curweather/lang/fi-fi/strings.php b/curweather/lang/fi-fi/strings.php index 4a47c6f2..df84451e 100644 --- a/curweather/lang/fi-fi/strings.php +++ b/curweather/lang/fi-fi/strings.php @@ -5,30 +5,29 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Error fetching weather data.\\nError was: "] = "Säätietojen noutamisessa tapahtui virhe.\\nLisätietoja: "; -$a->strings["Current Weather"] = "Sää"; -$a->strings["Relative Humidity"] = "Suhteellinen kosteus"; -$a->strings["Pressure"] = "Ilmanpaine"; -$a->strings["Wind"] = "Tuuli"; -$a->strings["Last Updated"] = "Viimeksi päivitetty"; -$a->strings["Data by"] = "Tiedot tuottaa"; -$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["at OpenWeatherMap"] = "OpenWeatherMappiä"; -$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["Save Settings"] = "Tallenna 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["Your Location"] = "Sijaintisi"; -$a->strings["Identifier of your location (name or zip code), e.g. Berlin,DE or 14476,DE."] = "Sijantisi (paikka tai postinumero), esim. Helsinki,FI tai 00100,FI."; -$a->strings["Units"] = "Yksiköt"; -$a->strings["select if the temperature should be displayed in °C or °F"] = "ota käyttöön Celsius-asteikko (°C) tai Fahrenheit-asteikko (°F)"; -$a->strings["Show weather data"] = "Näytä säätiedot"; -$a->strings["Curweather settings saved."] = "Curweather -asetukset tallennettu."; -$a->strings["Caching Interval"] = "Välimuistin aikaväli"; -$a->strings["no cache"] = "Ei välimuistia"; -$a->strings["minutes"] = "minuuttia"; -$a->strings["Your APPID"] = "Sinun APPID"; -$a->strings["Your API key provided by OpenWeatherMap"] = "API-avain OpenWeatherMapiltä"; +$a->strings['Error fetching weather data.\nError was: '] = 'Säätietojen noutamisessa tapahtui virhe.\nLisätietoja: '; +$a->strings['Current Weather'] = 'Sää'; +$a->strings['Relative Humidity'] = 'Suhteellinen kosteus'; +$a->strings['Pressure'] = 'Ilmanpaine'; +$a->strings['Wind'] = 'Tuuli'; +$a->strings['Last Updated'] = 'Viimeksi päivitetty'; +$a->strings['Data by'] = 'Tiedot tuottaa'; +$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['at OpenWeatherMap'] = 'OpenWeatherMappiä'; +$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['Save Settings'] = 'Tallenna 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['Your Location'] = 'Sijaintisi'; +$a->strings['Identifier of your location (name or zip code), e.g. Berlin,DE or 14476,DE.'] = 'Sijantisi (paikka tai postinumero), esim. Helsinki,FI tai 00100,FI.'; +$a->strings['Units'] = 'Yksiköt'; +$a->strings['select if the temperature should be displayed in °C or °F'] = 'ota käyttöön Celsius-asteikko (°C) tai Fahrenheit-asteikko (°F)'; +$a->strings['Show weather data'] = 'Näytä säätiedot'; +$a->strings['Curweather settings saved.'] = 'Curweather -asetukset tallennettu.'; +$a->strings['Caching Interval'] = 'Välimuistin aikaväli'; +$a->strings['no cache'] = 'Ei välimuistia'; +$a->strings['minutes'] = 'minuuttia'; +$a->strings['Your APPID'] = 'Sinun APPID'; +$a->strings['Your API key provided by OpenWeatherMap'] = 'API-avain OpenWeatherMapiltä'; diff --git a/curweather/lang/fr/strings.php b/curweather/lang/fr/strings.php index 12ef9c90..e7970a8b 100644 --- a/curweather/lang/fr/strings.php +++ b/curweather/lang/fr/strings.php @@ -5,29 +5,28 @@ function string_plural_select_fr($n){ $n = intval($n); 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["Current Weather"] = "Météo actuelle"; -$a->strings["Relative Humidity"] = "Humidité relative"; -$a->strings["Pressure"] = "Pression"; -$a->strings["Wind"] = "Vent"; -$a->strings["Last Updated"] = "Dernière mise-à-jour"; -$a->strings["Data by"] = "Données de"; -$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["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["Save Settings"] = "Sauvegarder les 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["Your Location"] = "Votre position"; -$a->strings["Identifier of your location (name or zip code), e.g. Berlin,DE or 14476,DE."] = "Identifiant de votre emplacement (nom ou code postal), par exemple Paris 08, Fr ou 75008, FR."; -$a->strings["Units"] = "Unités"; -$a->strings["select if the temperature should be displayed in °C or °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["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["no cache"] = "pas de cache"; -$a->strings["minutes"] = "minutes"; -$a->strings["Your APPID"] = "Votre APPID"; -$a->strings["Your API key provided by OpenWeatherMap"] = "Votre clé pour l'API de OpenWeatherMap"; +$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['Relative Humidity'] = 'Humidité relative'; +$a->strings['Pressure'] = 'Pression'; +$a->strings['Wind'] = 'Vent'; +$a->strings['Last Updated'] = 'Dernière mise-à-jour'; +$a->strings['Data by'] = 'Données de'; +$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['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['Save Settings'] = 'Sauvegarder les 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['Your Location'] = 'Votre position'; +$a->strings['Identifier of your location (name or zip code), e.g. Berlin,DE or 14476,DE.'] = 'Identifiant de votre emplacement (nom ou code postal), par exemple Paris 08, Fr ou 75008, FR.'; +$a->strings['Units'] = 'Unités'; +$a->strings['select if the temperature should be displayed in °C or °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['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['no cache'] = 'pas de cache'; +$a->strings['minutes'] = 'minutes'; +$a->strings['Your APPID'] = 'Votre APPID'; +$a->strings['Your API key provided by OpenWeatherMap'] = 'Votre clé pour l\'API de OpenWeatherMap'; diff --git a/curweather/lang/hu/strings.php b/curweather/lang/hu/strings.php index add547ab..75c8656a 100644 --- a/curweather/lang/hu/strings.php +++ b/curweather/lang/hu/strings.php @@ -5,29 +5,28 @@ function string_plural_select_hu($n){ $n = intval($n); 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["Current Weather"] = "Jelenlegi időjárás"; -$a->strings["Relative Humidity"] = "Relatív páratartalom"; -$a->strings["Pressure"] = "Légnyomás"; -$a->strings["Wind"] = "Szél"; -$a->strings["Last Updated"] = "Utoljára frissítve"; -$a->strings["Data by"] = "Adatszolgáltató"; -$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["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["Save Settings"] = "Beállítások mentése"; -$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["Your Location"] = "Az Ön tartózkodási helye"; -$a->strings["Identifier of your location (name or zip code), e.g. Berlin,DE or 14476,DE."] = "A tartózkodási helyének azonosítója (neve vagy irányítószáma), például Budapest,HU vagy 1234,HU."; -$a->strings["Units"] = "Mértékegységek"; -$a->strings["select if the temperature should be displayed in °C or °F"] = "Annak kiválasztása, hogy a hőmérsékletet °C vagy °F fokban kell megjeleníteni."; -$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["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["minutes"] = "perc"; -$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['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['Relative Humidity'] = 'Relatív páratartalom'; +$a->strings['Pressure'] = 'Légnyomás'; +$a->strings['Wind'] = 'Szél'; +$a->strings['Last Updated'] = 'Utoljára frissítve'; +$a->strings['Data by'] = 'Adatszolgáltató'; +$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['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['Save Settings'] = 'Beállítások mentése'; +$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['Your Location'] = 'Az Ön tartózkodási helye'; +$a->strings['Identifier of your location (name or zip code), e.g. Berlin,DE or 14476,DE.'] = 'A tartózkodási helyének azonosítója (neve vagy irányítószáma), például Budapest,HU vagy 1234,HU.'; +$a->strings['Units'] = 'Mértékegységek'; +$a->strings['select if the temperature should be displayed in °C or °F'] = 'Annak kiválasztása, hogy a hőmérsékletet °C vagy °F fokban kell megjeleníteni.'; +$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['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['minutes'] = 'perc'; +$a->strings['Your APPID'] = 'Az alkalmazásazonosítója'; +$a->strings['Your API key provided by OpenWeatherMap'] = 'Az OpenWeatherMap által biztosított API-kulcsa'; diff --git a/curweather/lang/it/strings.php b/curweather/lang/it/strings.php index f4a12330..a497dace 100644 --- a/curweather/lang/it/strings.php +++ b/curweather/lang/it/strings.php @@ -5,29 +5,28 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$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["Relative Humidity"] = "Umidità Relativa"; -$a->strings["Pressure"] = "Pressione"; -$a->strings["Wind"] = "Vento"; -$a->strings["Last Updated"] = "Ultimo Aggiornamento: "; -$a->strings["Data by"] = "Data da"; -$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["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["Save Settings"] = "Salva 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["Your Location"] = "La tua Posizione"; -$a->strings["Identifier of your location (name or zip code), e.g. Berlin,DE or 14476,DE."] = "Identificatore della tua posizione (nome o CAP), p.e. Roma, IT or 00186,IT."; -$a->strings["Units"] = "Unità"; -$a->strings["select if the temperature should be displayed in °C or °F"] = "scegli se la temperatura deve essere mostrata in °C o in °F"; -$a->strings["Show weather data"] = "Mostra dati meteo"; -$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["no cache"] = "nessuna cache"; -$a->strings["minutes"] = "minuti"; -$a->strings["Your APPID"] = "Il tuo APPID"; -$a->strings["Your API key provided by OpenWeatherMap"] = "La tua chiave API da OpenWeatherMap"; +$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['Relative Humidity'] = 'Umidità Relativa'; +$a->strings['Pressure'] = 'Pressione'; +$a->strings['Wind'] = 'Vento'; +$a->strings['Last Updated'] = 'Ultimo Aggiornamento: '; +$a->strings['Data by'] = 'Data da'; +$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['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['Save Settings'] = 'Salva 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['Your Location'] = 'La tua Posizione'; +$a->strings['Identifier of your location (name or zip code), e.g. Berlin,DE or 14476,DE.'] = 'Identificatore della tua posizione (nome o CAP), p.e. Roma, IT or 00186,IT.'; +$a->strings['Units'] = 'Unità'; +$a->strings['select if the temperature should be displayed in °C or °F'] = 'scegli se la temperatura deve essere mostrata in °C o in °F'; +$a->strings['Show weather data'] = 'Mostra dati meteo'; +$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['no cache'] = 'nessuna cache'; +$a->strings['minutes'] = 'minuti'; +$a->strings['Your APPID'] = 'Il tuo APPID'; +$a->strings['Your API key provided by OpenWeatherMap'] = 'La tua chiave API da OpenWeatherMap'; diff --git a/curweather/lang/nl/strings.php b/curweather/lang/nl/strings.php index f48939a9..ee7d7127 100644 --- a/curweather/lang/nl/strings.php +++ b/curweather/lang/nl/strings.php @@ -5,31 +5,30 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$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["Relative Humidity"] = "Relatieve vochtigheid"; -$a->strings["Pressure"] = "Luchtdruk"; -$a->strings["Wind"] = "Wind"; -$a->strings["Last Updated"] = "Laatste wijziging"; -$a->strings["Data by"] = "Data afkomstig van"; -$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["at OpenWeatherMap"] = "Op OpenWeatherMap"; -$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["Save Settings"] = "Instellingen opslaan"; -$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["Your Location"] = "Uw locatie"; -$a->strings["Identifier of your location (name or zip code), e.g. Berlin,DE or 14476,DE."] = "ID van je locatie (naam of postocde), vb. Amsterdam, NL of 2000,BE"; -$a->strings["Units"] = "Eenheden"; -$a->strings["select if the temperature should be displayed in °C or °F"] = "Selecteer of de temperatuur in °C of °F moet weergegeven worden"; -$a->strings["Show weather data"] = "Toon weer "; -$a->strings["Curweather settings saved."] = "Curweather instellingen opgeslagen"; -$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["no cache"] = "Geen cache"; -$a->strings["minutes"] = "Minuten"; -$a->strings["Your APPID"] = "Uw APPID"; -$a->strings["Your API key provided by OpenWeatherMap"] = "Je OpenWeatherMap API-Key"; +$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['Relative Humidity'] = 'Relatieve vochtigheid'; +$a->strings['Pressure'] = 'Luchtdruk'; +$a->strings['Wind'] = 'Wind'; +$a->strings['Last Updated'] = 'Laatste wijziging'; +$a->strings['Data by'] = 'Data afkomstig van'; +$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['at OpenWeatherMap'] = 'Op OpenWeatherMap'; +$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['Save Settings'] = 'Instellingen opslaan'; +$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['Your Location'] = 'Uw locatie'; +$a->strings['Identifier of your location (name or zip code), e.g. Berlin,DE or 14476,DE.'] = 'ID van je locatie (naam of postocde), vb. Amsterdam, NL of 2000,BE'; +$a->strings['Units'] = 'Eenheden'; +$a->strings['select if the temperature should be displayed in °C or °F'] = 'Selecteer of de temperatuur in °C of °F moet weergegeven worden'; +$a->strings['Show weather data'] = 'Toon weer '; +$a->strings['Curweather settings saved.'] = 'Curweather instellingen opgeslagen'; +$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['no cache'] = 'Geen cache'; +$a->strings['minutes'] = 'Minuten'; +$a->strings['Your APPID'] = 'Uw APPID'; +$a->strings['Your API key provided by OpenWeatherMap'] = 'Je OpenWeatherMap API-Key'; diff --git a/curweather/lang/pl/strings.php b/curweather/lang/pl/strings.php index 580a72d5..9e269dec 100644 --- a/curweather/lang/pl/strings.php +++ b/curweather/lang/pl/strings.php @@ -5,31 +5,30 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Error fetching weather data.\\nError was: "] = "Błąd podczas pobierania danych pogodowych. \\nError był:"; -$a->strings["Current Weather"] = "Obecna pogoda"; -$a->strings["Relative Humidity"] = "Względna wilgotność"; -$a->strings["Pressure"] = "Ciśnienie"; -$a->strings["Wind"] = "Wiatr"; -$a->strings["Last Updated"] = "Ostatnio zaktualizowano"; -$a->strings["Data by"] = "Dane wg"; -$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["at OpenWeatherMap"] = "w OpenWeatherMap"; -$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["Save Settings"] = "Zapisz 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["Your Location"] = "Twoja lokalizacja"; -$a->strings["Identifier of your location (name or zip code), e.g. Berlin,DE or 14476,DE."] = "Identyfikator Twojej lokalizacji (nazwa lub kod pocztowy), np. Lublin, LU lub 20001, LU."; -$a->strings["Units"] = "Jednostka"; -$a->strings["select if the temperature should be displayed in °C or °F"] = "wybierz, czy temperatura powinna być wyświetlana w °C lub °F"; -$a->strings["Show weather data"] = "Pokaż dane pogodowe"; -$a->strings["Curweather settings saved."] = "Ustawienia pogodowe zostały zapisane."; -$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["no cache"] = "Brak pamięci podręcznej"; -$a->strings["minutes"] = "minut"; -$a->strings["Your APPID"] = "Twój APPID"; -$a->strings["Your API key provided by OpenWeatherMap"] = "Twój klucz API dostarczony przez OpenWeatherMap"; +$a->strings['Error fetching weather data.\nError was: '] = 'Błąd podczas pobierania danych pogodowych. \nError był:'; +$a->strings['Current Weather'] = 'Obecna pogoda'; +$a->strings['Relative Humidity'] = 'Względna wilgotność'; +$a->strings['Pressure'] = 'Ciśnienie'; +$a->strings['Wind'] = 'Wiatr'; +$a->strings['Last Updated'] = 'Ostatnio zaktualizowano'; +$a->strings['Data by'] = 'Dane wg'; +$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['at OpenWeatherMap'] = 'w OpenWeatherMap'; +$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['Save Settings'] = 'Zapisz 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['Your Location'] = 'Twoja lokalizacja'; +$a->strings['Identifier of your location (name or zip code), e.g. Berlin,DE or 14476,DE.'] = 'Identyfikator Twojej lokalizacji (nazwa lub kod pocztowy), np. Lublin, LU lub 20001, LU.'; +$a->strings['Units'] = 'Jednostka'; +$a->strings['select if the temperature should be displayed in °C or °F'] = 'wybierz, czy temperatura powinna być wyświetlana w °C lub °F'; +$a->strings['Show weather data'] = 'Pokaż dane pogodowe'; +$a->strings['Curweather settings saved.'] = 'Ustawienia pogodowe zostały zapisane.'; +$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['no cache'] = 'Brak pamięci podręcznej'; +$a->strings['minutes'] = 'minut'; +$a->strings['Your APPID'] = 'Twój APPID'; +$a->strings['Your API key provided by OpenWeatherMap'] = 'Twój klucz API dostarczony przez OpenWeatherMap'; diff --git a/curweather/lang/pt-br/strings.php b/curweather/lang/pt-br/strings.php index 7e1dbb0d..60285cca 100644 --- a/curweather/lang/pt-br/strings.php +++ b/curweather/lang/pt-br/strings.php @@ -5,31 +5,30 @@ function string_plural_select_pt_br($n){ $n = intval($n); 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["Current Weather"] = "Clima atual"; -$a->strings["Relative Humidity"] = "Umidade relativa"; -$a->strings["Pressure"] = "Pressão"; -$a->strings["Wind"] = "Vento"; -$a->strings["Last Updated"] = "Atualizado"; -$a->strings["Data by"] = "Dados de"; -$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["at OpenWeatherMap"] = "em OpenWeatherMap"; -$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["Save Settings"] = "Salvar 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["Your Location"] = "Sua localização"; -$a->strings["Identifier of your location (name or zip code), e.g. Berlin,DE or 14476,DE."] = "Identificador da sua localização (nome ou CEP), p.ex. Rio,BR ou 20021,BR."; -$a->strings["Units"] = "Unidades"; -$a->strings["select if the temperatur should be displayed in °C or °F"] = "selecione se a temperatura será exibida em °C or °F"; -$a->strings["Show weather data"] = "Mostrar dados do clima"; -$a->strings["Curweather settings saved."] = "As configurações do Curweather foram salvas."; -$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["no cache"] = "sem cache"; -$a->strings["minutes"] = "minutos"; -$a->strings["Your APPID"] = "Seu AppID"; -$a->strings["Your API key provided by OpenWeatherMap"] = "Sua chave de API fornecida pelo OpenWeatherMap"; +$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['Relative Humidity'] = 'Umidade relativa'; +$a->strings['Pressure'] = 'Pressão'; +$a->strings['Wind'] = 'Vento'; +$a->strings['Last Updated'] = 'Atualizado'; +$a->strings['Data by'] = 'Dados de'; +$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['at OpenWeatherMap'] = 'em OpenWeatherMap'; +$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['Save Settings'] = 'Salvar 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['Your Location'] = 'Sua localização'; +$a->strings['Identifier of your location (name or zip code), e.g. Berlin,DE or 14476,DE.'] = 'Identificador da sua localização (nome ou CEP), p.ex. Rio,BR ou 20021,BR.'; +$a->strings['Units'] = 'Unidades'; +$a->strings['select if the temperatur should be displayed in °C or °F'] = 'selecione se a temperatura será exibida em °C or °F'; +$a->strings['Show weather data'] = 'Mostrar dados do clima'; +$a->strings['Curweather settings saved.'] = 'As configurações do Curweather foram salvas.'; +$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['no cache'] = 'sem cache'; +$a->strings['minutes'] = 'minutos'; +$a->strings['Your APPID'] = 'Seu AppID'; +$a->strings['Your API key provided by OpenWeatherMap'] = 'Sua chave de API fornecida pelo OpenWeatherMap'; diff --git a/curweather/lang/ro/strings.php b/curweather/lang/ro/strings.php index 1dfe462b..ebca5d6c 100644 --- a/curweather/lang/ro/strings.php +++ b/curweather/lang/ro/strings.php @@ -5,10 +5,9 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Current Weather"] = "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["Weather Location: "] = "Locație Meteo:"; -$a->strings["Enable Current Weather"] = "Activare Starea Vremii"; -$a->strings["Submit"] = "Trimite"; +$a->strings['Current Weather'] = '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['Weather Location: '] = 'Locație Meteo:'; +$a->strings['Enable Current Weather'] = 'Activare Starea Vremii'; +$a->strings['Submit'] = 'Trimite'; diff --git a/diaspora/lang/ca/strings.php b/diaspora/lang/ca/strings.php index 357973bf..808fbaf8 100644 --- a/diaspora/lang/ca/strings.php +++ b/diaspora/lang/ca/strings.php @@ -5,14 +5,13 @@ function string_plural_select_ca($n){ $n = intval($n); return intval($n != 1); }} -; -$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["Diaspora Export"] = "Exportació de diàspora"; -$a->strings["Enable Diaspora Post Addon"] = "Habilita Addon Post de Diaspora"; -$a->strings["Diaspora username"] = "Nom d'usuari de diàspora"; -$a->strings["Diaspora password"] = "Contrasenya 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["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['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['Diaspora Export'] = 'Exportació de diàspora'; +$a->strings['Enable Diaspora Post Addon'] = 'Habilita Addon Post de Diaspora'; +$a->strings['Diaspora username'] = 'Nom d\'usuari de diàspora'; +$a->strings['Diaspora password'] = 'Contrasenya 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['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.'; diff --git a/diaspora/lang/cs/strings.php b/diaspora/lang/cs/strings.php index b9c0ab24..db5d6428 100644 --- a/diaspora/lang/cs/strings.php +++ b/diaspora/lang/cs/strings.php @@ -5,14 +5,13 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["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["Diaspora Export"] = "Diaspora export"; -$a->strings["Enable Diaspora Post Addon"] = "Povolit doplněk Diaspora Post"; -$a->strings["Diaspora username"] = "Uživatelské jméno na Diaspora"; -$a->strings["Diaspora password"] = "Heslo na 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["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['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['Diaspora Export'] = 'Diaspora export'; +$a->strings['Enable Diaspora Post Addon'] = 'Povolit doplněk Diaspora Post'; +$a->strings['Diaspora username'] = 'Uživatelské jméno na Diaspora'; +$a->strings['Diaspora password'] = 'Heslo na 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['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í.'; diff --git a/diaspora/lang/de/strings.php b/diaspora/lang/de/strings.php index 88d004cf..7e382fbd 100644 --- a/diaspora/lang/de/strings.php +++ b/diaspora/lang/de/strings.php @@ -5,22 +5,21 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Diaspora"] = "Auf Diaspora veröffentlichen"; -$a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle %s. "] = "Denke daran: Du kannst jederzeit über deinen Friendica-Account %s 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["However, it is preferred that you tell your Diaspora contacts the new handle %s instead."] = "Du solltest allerdings deinen Diaspora Kontakten deinen Friendica Account %s mitteilen, damit sie diesem folgen."; -$a->strings["All aspects"] = "Alle Aspekte"; -$a->strings["Public"] = "Öffentlich"; -$a->strings["Post to aspect:"] = "Bei aspect veröffentlichen:"; -$a->strings["Connected with your Diaspora account %s"] = "Verbunden mit deinem Diaspora-Konto %s"; -$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["Information"] = "Information"; -$a->strings["Error"] = "Fehler"; -$a->strings["Save Settings"] = "Einstellungen speichern"; -$a->strings["Enable Diaspora Post Addon"] = "Diaspora-Post-Addon aktivieren"; -$a->strings["Diaspora handle"] = "Diaspora-Handle"; -$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["Post to Diaspora by default"] = "Veröffentliche öffentliche Beiträge standardmäßig bei Diaspora"; +$a->strings['Post to Diaspora'] = 'Auf Diaspora veröffentlichen'; +$a->strings['Please remember: You can always be reached from Diaspora with your Friendica handle %s. '] = 'Denke daran: Du kannst jederzeit über deinen Friendica-Account %s 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['However, it is preferred that you tell your Diaspora contacts the new handle %s instead.'] = 'Du solltest allerdings deinen Diaspora Kontakten deinen Friendica Account %s mitteilen, damit sie diesem folgen.'; +$a->strings['All aspects'] = 'Alle Aspekte'; +$a->strings['Public'] = 'Öffentlich'; +$a->strings['Post to aspect:'] = 'Bei aspect veröffentlichen:'; +$a->strings['Connected with your Diaspora account %s'] = 'Verbunden mit deinem Diaspora-Konto %s'; +$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['Information'] = 'Information'; +$a->strings['Error'] = 'Fehler'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; +$a->strings['Enable Diaspora Post Addon'] = 'Diaspora-Post-Addon aktivieren'; +$a->strings['Diaspora handle'] = 'Diaspora-Handle'; +$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['Post to Diaspora by default'] = 'Veröffentliche öffentliche Beiträge standardmäßig bei Diaspora'; diff --git a/diaspora/lang/en-gb/strings.php b/diaspora/lang/en-gb/strings.php index a5ceb834..15402393 100644 --- a/diaspora/lang/en-gb/strings.php +++ b/diaspora/lang/en-gb/strings.php @@ -5,24 +5,23 @@ function string_plural_select_en_gb($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Diaspora"] = "Post to Diaspora"; -$a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle %s. "] = "Please remember: You can always be reached from Diaspora with your Friendica handle %s. "; -$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 %s instead."] = "It's preferrable that you tell your Diaspora contacts the new handle %s instead."; -$a->strings["All aspects"] = "All aspects"; -$a->strings["Public"] = "Public"; -$a->strings["Post to aspect:"] = "Post to aspect:"; -$a->strings["Connected with your Diaspora account %s"] = "Connected with your Diaspora account %s"; -$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["Information"] = "Information"; -$a->strings["Error"] = "Error"; -$a->strings["Save Settings"] = "Save settings"; -$a->strings["Enable Diaspora Post Addon"] = "Enable Diaspora export"; -$a->strings["Diaspora handle"] = "Diaspora handle"; -$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["Post to Diaspora by default"] = "Post to Diaspora by default"; -$a->strings["Diaspora settings updated."] = "Diaspora settings updated."; -$a->strings["Diaspora connector disabled."] = "Diaspora connector disabled."; +$a->strings['Post to Diaspora'] = 'Post to Diaspora'; +$a->strings['Please remember: You can always be reached from Diaspora with your Friendica handle %s. '] = 'Please remember: You can always be reached from Diaspora with your Friendica handle %s. '; +$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 %s instead.'] = 'It\'s preferrable that you tell your Diaspora contacts the new handle %s instead.'; +$a->strings['All aspects'] = 'All aspects'; +$a->strings['Public'] = 'Public'; +$a->strings['Post to aspect:'] = 'Post to aspect:'; +$a->strings['Connected with your Diaspora account %s'] = 'Connected with your Diaspora account %s'; +$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['Information'] = 'Information'; +$a->strings['Error'] = 'Error'; +$a->strings['Save Settings'] = 'Save settings'; +$a->strings['Enable Diaspora Post Addon'] = 'Enable Diaspora export'; +$a->strings['Diaspora handle'] = 'Diaspora handle'; +$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['Post to Diaspora by default'] = 'Post to Diaspora by default'; +$a->strings['Diaspora settings updated.'] = 'Diaspora settings updated.'; +$a->strings['Diaspora connector disabled.'] = 'Diaspora connector disabled.'; diff --git a/diaspora/lang/en-us/strings.php b/diaspora/lang/en-us/strings.php index ff57d04e..11d4ab78 100644 --- a/diaspora/lang/en-us/strings.php +++ b/diaspora/lang/en-us/strings.php @@ -5,10 +5,9 @@ function string_plural_select_en_us($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Diaspora"] = "Post to Diaspora"; -$a->strings["Diaspora Export"] = "Diaspora Export"; -$a->strings["Save Settings"] = "Save settings"; -$a->strings["Enable Diaspora Post Addon"] = "Enable Diaspora export"; -$a->strings["Diaspora password"] = "Diaspora password"; -$a->strings["Post to Diaspora by default"] = "Post to Diaspora by default"; +$a->strings['Post to Diaspora'] = 'Post to Diaspora'; +$a->strings['Diaspora Export'] = 'Diaspora Export'; +$a->strings['Save Settings'] = 'Save settings'; +$a->strings['Enable Diaspora Post Addon'] = 'Enable Diaspora export'; +$a->strings['Diaspora password'] = 'Diaspora password'; +$a->strings['Post to Diaspora by default'] = 'Post to Diaspora by default'; diff --git a/diaspora/lang/es/strings.php b/diaspora/lang/es/strings.php index d262cab9..d7fa1bd8 100644 --- a/diaspora/lang/es/strings.php +++ b/diaspora/lang/es/strings.php @@ -5,22 +5,21 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Diaspora"] = "Publicar hacia Diaspora*"; -$a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle %s. "] = "Recuerde: siempre puede ser contactado desde Diaspora con su identificador de Friendica %s. "; -$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 %s instead."] = "Sin embargo, es preferible que le diga a sus contactos de Diaspora el nuevo identificador %s en su lugar."; -$a->strings["All aspects"] = "Todos los aspectos"; -$a->strings["Public"] = "Publico"; -$a->strings["Post to aspect:"] = "Publicar para aspecto"; -$a->strings["Connected with your Diaspora account %s"] = "Conectado con tu cuenta de Diaspora %s"; -$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["Information"] = "Información"; -$a->strings["Error"] = "Error"; -$a->strings["Save Settings"] = "Guardar configuración"; -$a->strings["Enable Diaspora Post Addon"] = "Habilitar publicar a traves de Diaspora* plugin."; -$a->strings["Diaspora handle"] = "Diaspora handle"; -$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["Post to Diaspora by default"] = "Publicar hacia Diaspora* como estándar."; +$a->strings['Post to Diaspora'] = 'Publicar hacia Diaspora*'; +$a->strings['Please remember: You can always be reached from Diaspora with your Friendica handle %s. '] = 'Recuerde: siempre puede ser contactado desde Diaspora con su identificador de Friendica %s. '; +$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 %s instead.'] = 'Sin embargo, es preferible que le diga a sus contactos de Diaspora el nuevo identificador %s en su lugar.'; +$a->strings['All aspects'] = 'Todos los aspectos'; +$a->strings['Public'] = 'Publico'; +$a->strings['Post to aspect:'] = 'Publicar para aspecto'; +$a->strings['Connected with your Diaspora account %s'] = 'Conectado con tu cuenta de Diaspora %s'; +$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['Information'] = 'Información'; +$a->strings['Error'] = 'Error'; +$a->strings['Save Settings'] = 'Guardar configuración'; +$a->strings['Enable Diaspora Post Addon'] = 'Habilitar publicar a traves de Diaspora* plugin.'; +$a->strings['Diaspora handle'] = 'Diaspora handle'; +$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['Post to Diaspora by default'] = 'Publicar hacia Diaspora* como estándar.'; diff --git a/diaspora/lang/fi-fi/strings.php b/diaspora/lang/fi-fi/strings.php index 167f2318..74d969ad 100644 --- a/diaspora/lang/fi-fi/strings.php +++ b/diaspora/lang/fi-fi/strings.php @@ -5,14 +5,13 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$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["Diaspora Export"] = "Diaspora Export"; -$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 password"] = "Diaspora -salasana"; -$a->strings["Diaspora site URL"] = "Diaspora -sivuston URL-osoite"; -$a->strings["Post to Diaspora by default"] = "Lähetä Diasporaan oletuksena"; -$a->strings["Save Settings"] = "Tallenna asetukset"; -$a->strings["Diaspora post failed. Queued for retry."] = "Diaspora -julkaisu epäonnistui. Jonossa uudelleenyritykseen."; +$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['Diaspora Export'] = 'Diaspora Export'; +$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 password'] = 'Diaspora -salasana'; +$a->strings['Diaspora site URL'] = 'Diaspora -sivuston URL-osoite'; +$a->strings['Post to Diaspora by default'] = 'Lähetä Diasporaan oletuksena'; +$a->strings['Save Settings'] = 'Tallenna asetukset'; +$a->strings['Diaspora post failed. Queued for retry.'] = 'Diaspora -julkaisu epäonnistui. Jonossa uudelleenyritykseen.'; diff --git a/diaspora/lang/fr/strings.php b/diaspora/lang/fr/strings.php index 32eee40d..967c3cdf 100644 --- a/diaspora/lang/fr/strings.php +++ b/diaspora/lang/fr/strings.php @@ -5,22 +5,21 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Post to Diaspora"] = "Publier sur Diaspora"; -$a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle %s. "] = "Attention : vous pouvez toujours être joint par Diaspora avec votre identifiant Friendica %s. "; -$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 %s instead."] = "Quoi qu'il en soit, il est préférable de communiquer son nouvel identifiant à ses contacts Diaspora %s."; -$a->strings["All aspects"] = "Tous les aspects"; -$a->strings["Public"] = "Public"; -$a->strings["Post to aspect:"] = "Publier avec l'aspect:"; -$a->strings["Connected with your Diaspora account %s"] = "Connecté avec votre compte Diaspora %s"; -$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["Information"] = "Information"; -$a->strings["Error"] = "Erreur"; -$a->strings["Save Settings"] = "Sauvegarder les paramètres"; -$a->strings["Enable Diaspora Post Addon"] = "Activer l’extension « Publier sur Diaspora »"; -$a->strings["Diaspora handle"] = "Identifiant 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 l’administrateur 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'] = 'Publier sur Diaspora'; +$a->strings['Please remember: You can always be reached from Diaspora with your Friendica handle %s. '] = 'Attention : vous pouvez toujours être joint par Diaspora avec votre identifiant Friendica %s. '; +$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 %s instead.'] = 'Quoi qu\'il en soit, il est préférable de communiquer son nouvel identifiant à ses contacts Diaspora %s.'; +$a->strings['All aspects'] = 'Tous les aspects'; +$a->strings['Public'] = 'Public'; +$a->strings['Post to aspect:'] = 'Publier avec l\'aspect:'; +$a->strings['Connected with your Diaspora account %s'] = 'Connecté avec votre compte Diaspora %s'; +$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['Information'] = 'Information'; +$a->strings['Error'] = 'Erreur'; +$a->strings['Save Settings'] = 'Sauvegarder les paramètres'; +$a->strings['Enable Diaspora Post Addon'] = 'Activer l’extension « Publier sur Diaspora »'; +$a->strings['Diaspora handle'] = 'Identifiant 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 l’administrateur de votre pod Diaspora peut y avoir accès.'; +$a->strings['Post to Diaspora by default'] = 'Publier sur Diaspora par défaut'; diff --git a/diaspora/lang/hu/strings.php b/diaspora/lang/hu/strings.php index 36230bcb..0dbb5b49 100644 --- a/diaspora/lang/hu/strings.php +++ b/diaspora/lang/hu/strings.php @@ -5,24 +5,23 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$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 %s. "] = "Ne feledje: Ön mindig elérhető a Diasporáról a(z) %s 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["However, it is preferred that you tell your Diaspora contacts the new handle %s instead."] = "Azonban az ajánlott eljárás az, hogy inkább mondja meg a Diaspora partnereinek az új %s kezelőt."; -$a->strings["All aspects"] = "Minden szempont"; -$a->strings["Public"] = "Nyilvános"; -$a->strings["Post to aspect:"] = "Beküldés a szempontba:"; -$a->strings["Connected with your Diaspora account %s"] = "Kapcsolódva a(z) %s 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["Diaspora Export"] = "Diaspora exportálás"; -$a->strings["Information"] = "Információ"; -$a->strings["Error"] = "Hiba"; -$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["Diaspora handle"] = "Diaspora kezelő"; -$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["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 connector disabled."] = "A Diaspora összekötő letiltva."; +$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 %s. '] = 'Ne feledje: Ön mindig elérhető a Diasporáról a(z) %s 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['However, it is preferred that you tell your Diaspora contacts the new handle %s instead.'] = 'Azonban az ajánlott eljárás az, hogy inkább mondja meg a Diaspora partnereinek az új %s kezelőt.'; +$a->strings['All aspects'] = 'Minden szempont'; +$a->strings['Public'] = 'Nyilvános'; +$a->strings['Post to aspect:'] = 'Beküldés a szempontba:'; +$a->strings['Connected with your Diaspora account %s'] = 'Kapcsolódva a(z) %s 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['Diaspora Export'] = 'Diaspora exportálás'; +$a->strings['Information'] = 'Információ'; +$a->strings['Error'] = 'Hiba'; +$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['Diaspora handle'] = 'Diaspora kezelő'; +$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['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 connector disabled.'] = 'A Diaspora összekötő letiltva.'; diff --git a/diaspora/lang/is/strings.php b/diaspora/lang/is/strings.php index b1337cb1..68807841 100644 --- a/diaspora/lang/is/strings.php +++ b/diaspora/lang/is/strings.php @@ -5,13 +5,12 @@ function string_plural_select_is($n){ $n = intval($n); return intval($n % 10 != 1 || $n % 100 == 11); }} -; -$a->strings["Post to Diaspora"] = "Senda færslu á Diaspora"; -$a->strings["Diaspora Export"] = "Diaspora útflutningur"; -$a->strings["Enable Diaspora Post Addon"] = "Virkja sendiviðbót fyrir Diaspora"; -$a->strings["Diaspora username"] = "Notandanafn á Diaspora"; -$a->strings["Diaspora password"] = "Lykilorð á Diaspora"; -$a->strings["Diaspora site URL"] = "Slóð á Diaspora-vefsvæði"; -$a->strings["Post to Diaspora by default"] = "Senda sjálfgefið færslur á Diaspora"; -$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['Post to Diaspora'] = 'Senda færslu á Diaspora'; +$a->strings['Diaspora Export'] = 'Diaspora útflutningur'; +$a->strings['Enable Diaspora Post Addon'] = 'Virkja sendiviðbót fyrir Diaspora'; +$a->strings['Diaspora username'] = 'Notandanafn á Diaspora'; +$a->strings['Diaspora password'] = 'Lykilorð á Diaspora'; +$a->strings['Diaspora site URL'] = 'Slóð á Diaspora-vefsvæði'; +$a->strings['Post to Diaspora by default'] = 'Senda sjálfgefið færslur á Diaspora'; +$a->strings['Save Settings'] = 'Vista stillingar'; +$a->strings['Diaspora post failed. Queued for retry.'] = 'Færsla Diaspora mistókst. Sett í biðröð til endurtekningar.'; diff --git a/diaspora/lang/it/strings.php b/diaspora/lang/it/strings.php index d36fb0b8..e83526db 100644 --- a/diaspora/lang/it/strings.php +++ b/diaspora/lang/it/strings.php @@ -5,24 +5,23 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Diaspora"] = "Invia a Diaspora"; -$a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle %s. "] = "Ricorda: Puoi sempre essere raggiunto da Diaspora con il tuo indirizzo Friendica %s."; -$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 %s instead."] = "Comunque, è preferibile che tu comunichi ai tuoi contatti Diaspora il nuovo indirizzo %s."; -$a->strings["All aspects"] = "Tutti gli aspetti"; -$a->strings["Public"] = "Pubblico"; -$a->strings["Post to aspect:"] = "Invia all'aspetto:"; -$a->strings["Connected with your Diaspora account %s"] = "Connesso con il tuo account Diaspora %s"; -$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["Information"] = "Informazione"; -$a->strings["Error"] = "Errore"; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$a->strings["Enable Diaspora Post Addon"] = "Abilita il componente aggiuntivo di invio a Diaspora"; -$a->strings["Diaspora handle"] = "Indirizzo 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["Post to Diaspora by default"] = "Invia sempre a Diaspora"; -$a->strings["Diaspora settings updated."] = "Impostazioni Diaspora aggiornate."; -$a->strings["Diaspora connector disabled."] = "Connettore Diaspora disabilitato."; +$a->strings['Post to Diaspora'] = 'Invia a Diaspora'; +$a->strings['Please remember: You can always be reached from Diaspora with your Friendica handle %s. '] = 'Ricorda: Puoi sempre essere raggiunto da Diaspora con il tuo indirizzo Friendica %s.'; +$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 %s instead.'] = 'Comunque, è preferibile che tu comunichi ai tuoi contatti Diaspora il nuovo indirizzo %s.'; +$a->strings['All aspects'] = 'Tutti gli aspetti'; +$a->strings['Public'] = 'Pubblico'; +$a->strings['Post to aspect:'] = 'Invia all\'aspetto:'; +$a->strings['Connected with your Diaspora account %s'] = 'Connesso con il tuo account Diaspora %s'; +$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['Information'] = 'Informazione'; +$a->strings['Error'] = 'Errore'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; +$a->strings['Enable Diaspora Post Addon'] = 'Abilita il componente aggiuntivo di invio a Diaspora'; +$a->strings['Diaspora handle'] = 'Indirizzo 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['Post to Diaspora by default'] = 'Invia sempre a Diaspora'; +$a->strings['Diaspora settings updated.'] = 'Impostazioni Diaspora aggiornate.'; +$a->strings['Diaspora connector disabled.'] = 'Connettore Diaspora disabilitato.'; diff --git a/diaspora/lang/nl/strings.php b/diaspora/lang/nl/strings.php index 3ea2a4b3..58bdf52d 100644 --- a/diaspora/lang/nl/strings.php +++ b/diaspora/lang/nl/strings.php @@ -5,21 +5,20 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Diaspora"] = "Plaatsen op Diaspora"; -$a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle %s. "] = "Let op: vanuit Diaspora ben je altijd bereikbaar met je Friendica-handvat %s. "; -$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 %s instead."] = "Het verdient echter de voorkeur dat u uw diaspora contacteert met de nieuwe handle %s."; -$a->strings["All aspects"] = "Alle aspecten"; -$a->strings["Public"] = "Openbaar"; -$a->strings["Post to aspect:"] = "Post naar aspect:"; -$a->strings["Connected with your Diaspora account %s"] = "Verbonden met uw diaspora-account %s"; -$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["Information"] = "Informatie"; -$a->strings["Error"] = "Fout"; -$a->strings["Save Settings"] = "Instellingen opslaan"; -$a->strings["Enable Diaspora Post Addon"] = "Diaspora Post Addon inschakelen"; -$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["Post to Diaspora by default"] = "Plaatsen op Diaspora als standaard instellen "; +$a->strings['Post to Diaspora'] = 'Plaatsen op Diaspora'; +$a->strings['Please remember: You can always be reached from Diaspora with your Friendica handle %s. '] = 'Let op: vanuit Diaspora ben je altijd bereikbaar met je Friendica-handvat %s. '; +$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 %s instead.'] = 'Het verdient echter de voorkeur dat u uw diaspora contacteert met de nieuwe handle %s.'; +$a->strings['All aspects'] = 'Alle aspecten'; +$a->strings['Public'] = 'Openbaar'; +$a->strings['Post to aspect:'] = 'Post naar aspect:'; +$a->strings['Connected with your Diaspora account %s'] = 'Verbonden met uw diaspora-account %s'; +$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['Information'] = 'Informatie'; +$a->strings['Error'] = 'Fout'; +$a->strings['Save Settings'] = 'Instellingen opslaan'; +$a->strings['Enable Diaspora Post Addon'] = 'Diaspora Post Addon inschakelen'; +$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['Post to Diaspora by default'] = 'Plaatsen op Diaspora als standaard instellen '; diff --git a/diaspora/lang/pl/strings.php b/diaspora/lang/pl/strings.php index 823fe35b..dbf75f9f 100644 --- a/diaspora/lang/pl/strings.php +++ b/diaspora/lang/pl/strings.php @@ -5,19 +5,18 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["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["All aspects"] = "Wszystkie aspekty"; -$a->strings["Public"] = "Publiczny"; -$a->strings["Connected with your Diaspora account %s"] = "Połączony ze swoim kontem Diaspora %s"; -$a->strings["Diaspora Export"] = "Eksportuj do Diaspory"; -$a->strings["Information"] = "Informacja"; -$a->strings["Error"] = "Błąd"; -$a->strings["Save Settings"] = "Zapisz ustawienia"; -$a->strings["Enable Diaspora Post Addon"] = "Włącz dodatek 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["Post to Diaspora by default"] = "Wyślij domyślnie do Diaspory"; -$a->strings["Diaspora settings updated."] = "Zaktualizowano ustawienia Diaspora."; -$a->strings["Diaspora connector disabled."] = "Połączenie z Diaspora wyłączone."; +$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['All aspects'] = 'Wszystkie aspekty'; +$a->strings['Public'] = 'Publiczny'; +$a->strings['Connected with your Diaspora account %s'] = 'Połączony ze swoim kontem Diaspora %s'; +$a->strings['Diaspora Export'] = 'Eksportuj do Diaspory'; +$a->strings['Information'] = 'Informacja'; +$a->strings['Error'] = 'Błąd'; +$a->strings['Save Settings'] = 'Zapisz ustawienia'; +$a->strings['Enable Diaspora Post Addon'] = 'Włącz dodatek 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['Post to Diaspora by default'] = 'Wyślij domyślnie do Diaspory'; +$a->strings['Diaspora settings updated.'] = 'Zaktualizowano ustawienia Diaspora.'; +$a->strings['Diaspora connector disabled.'] = 'Połączenie z Diaspora wyłączone.'; diff --git a/diaspora/lang/pt-br/strings.php b/diaspora/lang/pt-br/strings.php new file mode 100644 index 00000000..4c341ac1 --- /dev/null +++ b/diaspora/lang/pt-br/strings.php @@ -0,0 +1,15 @@ + 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.'; diff --git a/diaspora/lang/ro/strings.php b/diaspora/lang/ro/strings.php index 021bf884..16a86dfa 100644 --- a/diaspora/lang/ro/strings.php +++ b/diaspora/lang/ro/strings.php @@ -5,13 +5,12 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["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["Diaspora Export"] = "Exportare pe Diaspora "; -$a->strings["Diaspora username"] = "Utilizator Diaspora"; -$a->strings["Diaspora password"] = "Parola Diaspora"; -$a->strings["Diaspora site URL"] = "URL site Diaspora"; -$a->strings["Post to Diaspora by default"] = "Postați implicit pe Diaspora"; -$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['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['Diaspora Export'] = 'Exportare pe Diaspora '; +$a->strings['Diaspora username'] = 'Utilizator Diaspora'; +$a->strings['Diaspora password'] = 'Parola Diaspora'; +$a->strings['Diaspora site URL'] = 'URL site Diaspora'; +$a->strings['Post to Diaspora by default'] = 'Postați implicit pe Diaspora'; +$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.'; diff --git a/diaspora/lang/ru/strings.php b/diaspora/lang/ru/strings.php index 61b47197..cfdbde20 100644 --- a/diaspora/lang/ru/strings.php +++ b/diaspora/lang/ru/strings.php @@ -5,24 +5,23 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Post to Diaspora"] = "Отправить в Diaspora"; -$a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle %s. "] = "Помните: с вами всегда можно связаться из сети Diaspora по вашему адресу Friendica %s."; -$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 %s instead."] = "Но будет лучше, если вы просто предложите вашим контактам в Diaspora использовать ваш новый адрес %s."; -$a->strings["All aspects"] = "Все контакты"; -$a->strings["Public"] = "Публично"; -$a->strings["Post to aspect:"] = "Для группы:"; -$a->strings["Connected with your Diaspora account %s"] = "Соединено с вашей учётной записью Diaspora %s"; -$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["Information"] = "Информация"; -$a->strings["Error"] = "Ошибка"; -$a->strings["Save Settings"] = "Сохранить настройки"; -$a->strings["Enable Diaspora Post Addon"] = "Включить аддон Diaspora Post"; -$a->strings["Diaspora handle"] = "Имя в 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["Post to Diaspora by default"] = "Отправлять в Diaspora по умолчанию"; -$a->strings["Diaspora settings updated."] = "Настройки Diaspora обновлены."; -$a->strings["Diaspora connector disabled."] = "Коннектор Diaspora отключён."; +$a->strings['Post to Diaspora'] = 'Отправить в Diaspora'; +$a->strings['Please remember: You can always be reached from Diaspora with your Friendica handle %s. '] = 'Помните: с вами всегда можно связаться из сети Diaspora по вашему адресу Friendica %s.'; +$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 %s instead.'] = 'Но будет лучше, если вы просто предложите вашим контактам в Diaspora использовать ваш новый адрес %s.'; +$a->strings['All aspects'] = 'Все контакты'; +$a->strings['Public'] = 'Публично'; +$a->strings['Post to aspect:'] = 'Для группы:'; +$a->strings['Connected with your Diaspora account %s'] = 'Соединено с вашей учётной записью Diaspora %s'; +$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['Information'] = 'Информация'; +$a->strings['Error'] = 'Ошибка'; +$a->strings['Save Settings'] = 'Сохранить настройки'; +$a->strings['Enable Diaspora Post Addon'] = 'Включить аддон Diaspora Post'; +$a->strings['Diaspora handle'] = 'Имя в 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['Post to Diaspora by default'] = 'Отправлять в Diaspora по умолчанию'; +$a->strings['Diaspora settings updated.'] = 'Настройки Diaspora обновлены.'; +$a->strings['Diaspora connector disabled.'] = 'Коннектор Diaspora отключён.'; diff --git a/diaspora/lang/zh-cn/strings.php b/diaspora/lang/zh-cn/strings.php index 2da3664f..060506e2 100644 --- a/diaspora/lang/zh-cn/strings.php +++ b/diaspora/lang/zh-cn/strings.php @@ -5,14 +5,13 @@ function string_plural_select_zh_cn($n){ $n = intval($n); return intval(0); }} -; -$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["Diaspora Export"] = "Diaspora 导出"; -$a->strings["Enable Diaspora Post Addon"] = "启用 Diaspora 发文插件"; -$a->strings["Diaspora username"] = "Diaspora 用户名"; -$a->strings["Diaspora password"] = "Diaspora 密码"; -$a->strings["Diaspora site URL"] = "Diaspora 站点 URL"; -$a->strings["Post to Diaspora by default"] = "默认发文到 Diaspora"; -$a->strings["Save Settings"] = "保存设置"; -$a->strings["Diaspora post failed. Queued for retry."] = "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['Diaspora Export'] = 'Diaspora 导出'; +$a->strings['Enable Diaspora Post Addon'] = '启用 Diaspora 发文插件'; +$a->strings['Diaspora username'] = 'Diaspora 用户名'; +$a->strings['Diaspora password'] = 'Diaspora 密码'; +$a->strings['Diaspora site URL'] = 'Diaspora 站点 URL'; +$a->strings['Post to Diaspora by default'] = '默认发文到 Diaspora'; +$a->strings['Save Settings'] = '保存设置'; +$a->strings['Diaspora post failed. Queued for retry.'] = 'Diaspora 发文失败。已经放入队列以重试。'; diff --git a/dwpost/lang/ca/strings.php b/dwpost/lang/ca/strings.php index 2ec9f0c2..58d2bde9 100644 --- a/dwpost/lang/ca/strings.php +++ b/dwpost/lang/ca/strings.php @@ -5,11 +5,10 @@ function string_plural_select_ca($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Dreamwidth"] = "Publica a Dreamwidth"; -$a->strings["Dreamwidth Post Settings"] = "Configuració de la publicació de Dreamwidth"; -$a->strings["Enable dreamwidth Post Addon"] = "Habilita Addon Post Post"; -$a->strings["dreamwidth username"] = "nom d'usuari 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["Submit"] = "sotmetre's"; +$a->strings['Post to Dreamwidth'] = 'Publica a Dreamwidth'; +$a->strings['Dreamwidth Post Settings'] = 'Configuració de la publicació de Dreamwidth'; +$a->strings['Enable dreamwidth Post Addon'] = 'Habilita Addon Post Post'; +$a->strings['dreamwidth username'] = 'nom d\'usuari 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['Submit'] = 'sotmetre\'s'; diff --git a/dwpost/lang/cs/strings.php b/dwpost/lang/cs/strings.php index 87e4468c..586b7707 100644 --- a/dwpost/lang/cs/strings.php +++ b/dwpost/lang/cs/strings.php @@ -5,11 +5,10 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Post to Dreamwidth"] = "Poslat na Dreamwidth"; -$a->strings["Dreamwidth Post Settings"] = "Nastavení 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 password"] = "dreamwidth heslo"; -$a->strings["Post to dreamwidth by default"] = "Ve výchozím stavu posílat na dreamwidth"; -$a->strings["Submit"] = "Odeslat"; +$a->strings['Post to Dreamwidth'] = 'Poslat na Dreamwidth'; +$a->strings['Dreamwidth Post Settings'] = 'Nastavení 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 password'] = 'dreamwidth heslo'; +$a->strings['Post to dreamwidth by default'] = 'Ve výchozím stavu posílat na dreamwidth'; +$a->strings['Submit'] = 'Odeslat'; diff --git a/dwpost/lang/de/strings.php b/dwpost/lang/de/strings.php index 89026330..1a732219 100644 --- a/dwpost/lang/de/strings.php +++ b/dwpost/lang/de/strings.php @@ -5,11 +5,10 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Dreamwidth"] = "In Dreamwidth veröffentlichen"; -$a->strings["Dreamwidth Export"] = "Dreamwidth Export"; -$a->strings["Enable dreamwidth Post Addon"] = "Dreamwidth-Post-Addon aktivieren"; -$a->strings["dreamwidth username"] = "Dreamwidth-Benutzername"; -$a->strings["dreamwidth password"] = "Dreamwidth-Passwort"; -$a->strings["Post to dreamwidth by default"] = "Standardmäßig bei Dreamwidth veröffentlichen"; -$a->strings["Save Settings"] = "Speichere Einstellungen"; +$a->strings['Post to Dreamwidth'] = 'In Dreamwidth veröffentlichen'; +$a->strings['Dreamwidth Export'] = 'Dreamwidth Export'; +$a->strings['Enable dreamwidth Post Addon'] = 'Dreamwidth-Post-Addon aktivieren'; +$a->strings['dreamwidth username'] = 'Dreamwidth-Benutzername'; +$a->strings['dreamwidth password'] = 'Dreamwidth-Passwort'; +$a->strings['Post to dreamwidth by default'] = 'Standardmäßig bei Dreamwidth veröffentlichen'; +$a->strings['Save Settings'] = 'Speichere Einstellungen'; diff --git a/dwpost/lang/en-gb/strings.php b/dwpost/lang/en-gb/strings.php index e2643cf4..b7270d79 100644 --- a/dwpost/lang/en-gb/strings.php +++ b/dwpost/lang/en-gb/strings.php @@ -5,11 +5,10 @@ function string_plural_select_en_gb($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Dreamwidth"] = "Post to Dreamwidth"; -$a->strings["Dreamwidth Post Settings"] = "Dreamwidth Post Settings"; -$a->strings["Enable dreamwidth Post Addon"] = "Enable Dreamwidth post addon"; -$a->strings["dreamwidth username"] = "Dreamwidth username"; -$a->strings["dreamwidth password"] = "Dreamwidth password"; -$a->strings["Post to dreamwidth by default"] = "Post to Dreamwidth by default"; -$a->strings["Submit"] = "Submit"; +$a->strings['Post to Dreamwidth'] = 'Post to Dreamwidth'; +$a->strings['Dreamwidth Post Settings'] = 'Dreamwidth Post Settings'; +$a->strings['Enable dreamwidth Post Addon'] = 'Enable Dreamwidth post addon'; +$a->strings['dreamwidth username'] = 'Dreamwidth username'; +$a->strings['dreamwidth password'] = 'Dreamwidth password'; +$a->strings['Post to dreamwidth by default'] = 'Post to Dreamwidth by default'; +$a->strings['Submit'] = 'Submit'; diff --git a/dwpost/lang/es/strings.php b/dwpost/lang/es/strings.php index 83a9c415..9f5a983b 100644 --- a/dwpost/lang/es/strings.php +++ b/dwpost/lang/es/strings.php @@ -5,11 +5,10 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Dreamwidth"] = "Publicar en Dreamwidth"; -$a->strings["Dreamwidth Export"] = "Dreamwidth Exportar"; -$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 password"] = "Contraseña de dreamwidth"; -$a->strings["Post to dreamwidth by default"] = "Publicar en dreamwidth por defecto"; -$a->strings["Save Settings"] = "Guardar ajustes"; +$a->strings['Post to Dreamwidth'] = 'Publicar en Dreamwidth'; +$a->strings['Dreamwidth Export'] = 'Dreamwidth Exportar'; +$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 password'] = 'Contraseña de dreamwidth'; +$a->strings['Post to dreamwidth by default'] = 'Publicar en dreamwidth por defecto'; +$a->strings['Save Settings'] = 'Guardar ajustes'; diff --git a/dwpost/lang/fi-fi/strings.php b/dwpost/lang/fi-fi/strings.php index 72392167..51a5ea57 100644 --- a/dwpost/lang/fi-fi/strings.php +++ b/dwpost/lang/fi-fi/strings.php @@ -5,11 +5,10 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Dreamwidth"] = "Lähetä Dreamwidthiin"; -$a->strings["Dreamwidth Post Settings"] = "Dreamwidth -viestin asetukset"; -$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 password"] = "dreamwidth -salasana"; -$a->strings["Post to dreamwidth by default"] = "Lähetä Dreamwidthiin oletuksena"; -$a->strings["Submit"] = "Lähetä"; +$a->strings['Post to Dreamwidth'] = 'Lähetä Dreamwidthiin'; +$a->strings['Dreamwidth Post Settings'] = 'Dreamwidth -viestin asetukset'; +$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 password'] = 'dreamwidth -salasana'; +$a->strings['Post to dreamwidth by default'] = 'Lähetä Dreamwidthiin oletuksena'; +$a->strings['Submit'] = 'Lähetä'; diff --git a/dwpost/lang/fr/strings.php b/dwpost/lang/fr/strings.php index e5ae1624..cea6cbc9 100644 --- a/dwpost/lang/fr/strings.php +++ b/dwpost/lang/fr/strings.php @@ -5,11 +5,10 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Post to Dreamwidth"] = "Publier sur Dreamwidth"; -$a->strings["Dreamwidth Export"] = "Export 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 password"] = "Mot de passe dreamwidth"; -$a->strings["Post to dreamwidth by default"] = "Poster sur Dreamwidth par défaut"; -$a->strings["Save Settings"] = "Sauvegarder les paramètres"; +$a->strings['Post to Dreamwidth'] = 'Publier sur Dreamwidth'; +$a->strings['Dreamwidth Export'] = 'Export 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 password'] = 'Mot de passe dreamwidth'; +$a->strings['Post to dreamwidth by default'] = 'Poster sur Dreamwidth par défaut'; +$a->strings['Save Settings'] = 'Sauvegarder les paramètres'; diff --git a/dwpost/lang/hu/strings.php b/dwpost/lang/hu/strings.php index b8c5587b..619b8f65 100644 --- a/dwpost/lang/hu/strings.php +++ b/dwpost/lang/hu/strings.php @@ -5,11 +5,10 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Dreamwidth"] = "Beküldés a Dreamwidth-re"; -$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["dreamwidth username"] = "Dreamwidth felhasználónév"; -$a->strings["dreamwidth password"] = "Dreamwidth jelszó"; -$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['Post to Dreamwidth'] = 'Beküldés a Dreamwidth-re'; +$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['dreamwidth username'] = 'Dreamwidth felhasználónév'; +$a->strings['dreamwidth password'] = 'Dreamwidth jelszó'; +$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'; diff --git a/dwpost/lang/it/strings.php b/dwpost/lang/it/strings.php index 15f935b4..0234c1f7 100644 --- a/dwpost/lang/it/strings.php +++ b/dwpost/lang/it/strings.php @@ -5,11 +5,10 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Dreamwidth"] = "Invia a Dreamwidth"; -$a->strings["Dreamwidth Export"] = "Esporta 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 password"] = "password Dreamwidth"; -$a->strings["Post to dreamwidth by default"] = "Invia sempre a Dreamwidth"; -$a->strings["Save Settings"] = "Salva Impostazioni"; +$a->strings['Post to Dreamwidth'] = 'Invia a Dreamwidth'; +$a->strings['Dreamwidth Export'] = 'Esporta 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 password'] = 'password Dreamwidth'; +$a->strings['Post to dreamwidth by default'] = 'Invia sempre a Dreamwidth'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; diff --git a/dwpost/lang/nl/strings.php b/dwpost/lang/nl/strings.php index 9295c05b..902c9c12 100644 --- a/dwpost/lang/nl/strings.php +++ b/dwpost/lang/nl/strings.php @@ -5,11 +5,10 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Dreamwidth"] = "Plaatsen op Dreamwidth"; -$a->strings["Dreamwidth Post Settings"] = "Dreamwidth Post instellingen"; -$a->strings["Enable dreamwidth Post Addon"] = "Dreamwidth Post Addon inschakelen"; -$a->strings["dreamwidth username"] = "Dreawidth gebruikersnaam"; -$a->strings["dreamwidth password"] = "Dreamwidth wachtwoord"; -$a->strings["Post to dreamwidth by default"] = "Plaatsen op Dreamwidth als standaard instellen "; -$a->strings["Submit"] = "Opslaan"; +$a->strings['Post to Dreamwidth'] = 'Plaatsen op Dreamwidth'; +$a->strings['Dreamwidth Post Settings'] = 'Dreamwidth Post instellingen'; +$a->strings['Enable dreamwidth Post Addon'] = 'Dreamwidth Post Addon inschakelen'; +$a->strings['dreamwidth username'] = 'Dreawidth gebruikersnaam'; +$a->strings['dreamwidth password'] = 'Dreamwidth wachtwoord'; +$a->strings['Post to dreamwidth by default'] = 'Plaatsen op Dreamwidth als standaard instellen '; +$a->strings['Submit'] = 'Opslaan'; diff --git a/dwpost/lang/pl/strings.php b/dwpost/lang/pl/strings.php index acddf562..98ff8ee1 100644 --- a/dwpost/lang/pl/strings.php +++ b/dwpost/lang/pl/strings.php @@ -5,11 +5,10 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Post to Dreamwidth"] = "Opublikuj w Dreamwidth"; -$a->strings["Dreamwidth Post Settings"] = "Ustawienia postów w Dreamwerze"; -$a->strings["Enable dreamwidth Post Addon"] = "Włącz dodatek dreamwidth Post"; -$a->strings["dreamwidth username"] = "nazwa użytkownika dreamwidth"; -$a->strings["dreamwidth password"] = "hasło dreamwidth"; -$a->strings["Post to dreamwidth by default"] = "Opublikuj domyślnie w serwisie dreamwidth"; -$a->strings["Submit"] = "Wyślij"; +$a->strings['Post to Dreamwidth'] = 'Opublikuj w Dreamwidth'; +$a->strings['Dreamwidth Post Settings'] = 'Ustawienia postów w Dreamwerze'; +$a->strings['Enable dreamwidth Post Addon'] = 'Włącz dodatek dreamwidth Post'; +$a->strings['dreamwidth username'] = 'nazwa użytkownika dreamwidth'; +$a->strings['dreamwidth password'] = 'hasło dreamwidth'; +$a->strings['Post to dreamwidth by default'] = 'Opublikuj domyślnie w serwisie dreamwidth'; +$a->strings['Submit'] = 'Wyślij'; diff --git a/dwpost/lang/pt-br/strings.php b/dwpost/lang/pt-br/strings.php index a96d7acf..f65d10a2 100644 --- a/dwpost/lang/pt-br/strings.php +++ b/dwpost/lang/pt-br/strings.php @@ -5,11 +5,10 @@ function string_plural_select_pt_br($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Post to Dreamwidth"] = "Publicar 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["dreamwidth username"] = "Nome de usuário no Dreamwidth"; -$a->strings["dreamwidth password"] = "Senha do Dreamwidth"; -$a->strings["Post to dreamwidth by default"] = "Publicar no Dreamwidth por padrão"; -$a->strings["Submit"] = "Enviar"; +$a->strings['Post to Dreamwidth'] = 'Publicar 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['dreamwidth username'] = 'Nome de usuário no Dreamwidth'; +$a->strings['dreamwidth password'] = 'Senha do Dreamwidth'; +$a->strings['Post to dreamwidth by default'] = 'Publicar no Dreamwidth por padrão'; +$a->strings['Submit'] = 'Enviar'; diff --git a/dwpost/lang/ro/strings.php b/dwpost/lang/ro/strings.php index c900fcf1..782ca09e 100644 --- a/dwpost/lang/ro/strings.php +++ b/dwpost/lang/ro/strings.php @@ -5,11 +5,10 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Post to Dreamwidth"] = "Postați pe Dreamwidth"; -$a->strings["Dreamwidth Post Settings"] = "Configurări Postări Dreamwidth "; -$a->strings["Enable dreamwidth Post Addon"] = "Activare Modul Postare pe Dreamwidth"; -$a->strings["dreamwidth username"] = "Utilizator Dreamwidth"; -$a->strings["dreamwidth password"] = "Parola Dreamwidth "; -$a->strings["Post to dreamwidth by default"] = "Postați implicit pe Dreamwidth"; -$a->strings["Submit"] = "Trimite"; +$a->strings['Post to Dreamwidth'] = 'Postați pe Dreamwidth'; +$a->strings['Dreamwidth Post Settings'] = 'Configurări Postări Dreamwidth '; +$a->strings['Enable dreamwidth Post Addon'] = 'Activare Modul Postare pe Dreamwidth'; +$a->strings['dreamwidth username'] = 'Utilizator Dreamwidth'; +$a->strings['dreamwidth password'] = 'Parola Dreamwidth '; +$a->strings['Post to dreamwidth by default'] = 'Postați implicit pe Dreamwidth'; +$a->strings['Submit'] = 'Trimite'; diff --git a/dwpost/lang/ru/strings.php b/dwpost/lang/ru/strings.php index aded77b4..c44d13f4 100644 --- a/dwpost/lang/ru/strings.php +++ b/dwpost/lang/ru/strings.php @@ -5,11 +5,10 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Post to Dreamwidth"] = "Отправить в Dreamwidth"; -$a->strings["Dreamwidth Post Settings"] = "Настройки сообщений Dreamwidth"; -$a->strings["Enable dreamwidth Post Addon"] = "Включить аддон dreamwidth Post"; -$a->strings["dreamwidth username"] = "Имя пользователя Dreamwidth"; -$a->strings["dreamwidth password"] = "Пароль Dreamwidth"; -$a->strings["Post to dreamwidth by default"] = "Отправлять сообщения в Dreamwidth по умолчанию"; -$a->strings["Submit"] = "Добавить"; +$a->strings['Post to Dreamwidth'] = 'Отправить в Dreamwidth'; +$a->strings['Dreamwidth Post Settings'] = 'Настройки сообщений Dreamwidth'; +$a->strings['Enable dreamwidth Post Addon'] = 'Включить аддон dreamwidth Post'; +$a->strings['dreamwidth username'] = 'Имя пользователя Dreamwidth'; +$a->strings['dreamwidth password'] = 'Пароль Dreamwidth'; +$a->strings['Post to dreamwidth by default'] = 'Отправлять сообщения в Dreamwidth по умолчанию'; +$a->strings['Submit'] = 'Добавить'; diff --git a/forumdirectory/lang/ca/strings.php b/forumdirectory/lang/ca/strings.php index ece5068d..07a39488 100644 --- a/forumdirectory/lang/ca/strings.php +++ b/forumdirectory/lang/ca/strings.php @@ -5,19 +5,18 @@ function string_plural_select_ca($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Forum Directory"] = "Directori de fòrums"; -$a->strings["Public access denied."] = "L'accés al públic s'ha denegat."; -$a->strings["Global Directory"] = "Directori global"; -$a->strings["Find on this site"] = "Cerqueu en aquest lloc"; -$a->strings["Finding: "] = "Trobament:"; -$a->strings["Site Directory"] = "Directori de llocs"; -$a->strings["Find"] = "trobar"; -$a->strings["Age: "] = "Edat:"; -$a->strings["Gender: "] = "Gènere:"; -$a->strings["Location:"] = "Ubicació:"; -$a->strings["Gender:"] = "Gènere:"; -$a->strings["Status:"] = "Estat:"; -$a->strings["Homepage:"] = "Pàgina inicial:"; -$a->strings["About:"] = "Sobre:"; -$a->strings["No entries (some entries may be hidden)."] = "No hi ha entrades (algunes entrades poden estar ocultes)."; +$a->strings['Forum Directory'] = 'Directori de fòrums'; +$a->strings['Public access denied.'] = 'L\'accés al públic s\'ha denegat.'; +$a->strings['Global Directory'] = 'Directori global'; +$a->strings['Find on this site'] = 'Cerqueu en aquest lloc'; +$a->strings['Finding: '] = 'Trobament:'; +$a->strings['Site Directory'] = 'Directori de llocs'; +$a->strings['Find'] = 'trobar'; +$a->strings['Age: '] = 'Edat:'; +$a->strings['Gender: '] = 'Gènere:'; +$a->strings['Location:'] = 'Ubicació:'; +$a->strings['Gender:'] = 'Gènere:'; +$a->strings['Status:'] = 'Estat:'; +$a->strings['Homepage:'] = 'Pàgina inicial:'; +$a->strings['About:'] = 'Sobre:'; +$a->strings['No entries (some entries may be hidden).'] = 'No hi ha entrades (algunes entrades poden estar ocultes).'; diff --git a/forumdirectory/lang/cs/strings.php b/forumdirectory/lang/cs/strings.php index 42c96354..2e7d6378 100644 --- a/forumdirectory/lang/cs/strings.php +++ b/forumdirectory/lang/cs/strings.php @@ -5,19 +5,18 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Forum Directory"] = "Adresář fór"; -$a->strings["Public access denied."] = "Veřejný přístup odepřen."; -$a->strings["Global Directory"] = "Globální adresář"; -$a->strings["Find on this site"] = "Najít na tomto webu"; -$a->strings["Finding: "] = "Hledání: "; -$a->strings["Site Directory"] = "Adresář serveru"; -$a->strings["Find"] = "Najít"; -$a->strings["Age: "] = "Věk: "; -$a->strings["Gender: "] = "Pohlaví: "; -$a->strings["Location:"] = "Poloha:"; -$a->strings["Gender:"] = "Pohlaví:"; -$a->strings["Status:"] = "Stav:"; -$a->strings["Homepage:"] = "Domovská stránka:"; -$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['Forum Directory'] = 'Adresář fór'; +$a->strings['Public access denied.'] = 'Veřejný přístup odepřen.'; +$a->strings['Global Directory'] = 'Globální adresář'; +$a->strings['Find on this site'] = 'Najít na tomto webu'; +$a->strings['Finding: '] = 'Hledání: '; +$a->strings['Site Directory'] = 'Adresář serveru'; +$a->strings['Find'] = 'Najít'; +$a->strings['Age: '] = 'Věk: '; +$a->strings['Gender: '] = 'Pohlaví: '; +$a->strings['Location:'] = 'Poloha:'; +$a->strings['Gender:'] = 'Pohlaví:'; +$a->strings['Status:'] = 'Stav:'; +$a->strings['Homepage:'] = 'Domovská stránka:'; +$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).'; diff --git a/forumdirectory/lang/de/strings.php b/forumdirectory/lang/de/strings.php index 60dcc517..081f3152 100644 --- a/forumdirectory/lang/de/strings.php +++ b/forumdirectory/lang/de/strings.php @@ -5,11 +5,10 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Forum Directory"] = "Foren Verzeichnis"; -$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["Global Directory"] = "Weltweites Verzeichnis"; -$a->strings["Find on this site"] = "Auf diesem Server suchen"; -$a->strings["Results for:"] = "Ergebnis für:"; -$a->strings["Find"] = "Finde"; +$a->strings['Forum Directory'] = 'Foren Verzeichnis'; +$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['Global Directory'] = 'Weltweites Verzeichnis'; +$a->strings['Find on this site'] = 'Auf diesem Server suchen'; +$a->strings['Results for:'] = 'Ergebnis für:'; +$a->strings['Find'] = 'Finde'; diff --git a/forumdirectory/lang/es/strings.php b/forumdirectory/lang/es/strings.php index 93d39913..4f1a59f1 100644 --- a/forumdirectory/lang/es/strings.php +++ b/forumdirectory/lang/es/strings.php @@ -5,11 +5,10 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Forum Directory"] = "Directorio de foro"; -$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["Global Directory"] = "Directorio global"; -$a->strings["Find on this site"] = "Encontrar en esta página"; -$a->strings["Results for:"] = "Resultados para:"; -$a->strings["Find"] = "Encontrar"; +$a->strings['Forum Directory'] = 'Directorio de foro'; +$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['Global Directory'] = 'Directorio global'; +$a->strings['Find on this site'] = 'Encontrar en esta página'; +$a->strings['Results for:'] = 'Resultados para:'; +$a->strings['Find'] = 'Encontrar'; diff --git a/forumdirectory/lang/fi-fi/strings.php b/forumdirectory/lang/fi-fi/strings.php index ec673aac..70657d3c 100644 --- a/forumdirectory/lang/fi-fi/strings.php +++ b/forumdirectory/lang/fi-fi/strings.php @@ -5,18 +5,17 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Forum Directory"] = "Foorumihakemisto"; -$a->strings["Public access denied."] = "Julkinen käyttö estetty."; -$a->strings["Global Directory"] = "Maailmanlaajuinen hakemisto"; -$a->strings["Find on this site"] = "Sivustohaku"; -$a->strings["Site Directory"] = "Sivustoluettelo"; -$a->strings["Find"] = "Etsi"; -$a->strings["Age: "] = "Ikä:"; -$a->strings["Gender: "] = "Sukupuoli:"; -$a->strings["Location:"] = "Sijainti:"; -$a->strings["Gender:"] = "Sukupuoli:"; -$a->strings["Status:"] = "Tila:"; -$a->strings["Homepage:"] = "Kotisivu:"; -$a->strings["About:"] = "Lisätietoja:"; -$a->strings["No entries (some entries may be hidden)."] = "Ei kohteita (jotkut kohteet saattaa olla piilotettuja)."; +$a->strings['Forum Directory'] = 'Foorumihakemisto'; +$a->strings['Public access denied.'] = 'Julkinen käyttö estetty.'; +$a->strings['Global Directory'] = 'Maailmanlaajuinen hakemisto'; +$a->strings['Find on this site'] = 'Sivustohaku'; +$a->strings['Site Directory'] = 'Sivustoluettelo'; +$a->strings['Find'] = 'Etsi'; +$a->strings['Age: '] = 'Ikä:'; +$a->strings['Gender: '] = 'Sukupuoli:'; +$a->strings['Location:'] = 'Sijainti:'; +$a->strings['Gender:'] = 'Sukupuoli:'; +$a->strings['Status:'] = 'Tila:'; +$a->strings['Homepage:'] = 'Kotisivu:'; +$a->strings['About:'] = 'Lisätietoja:'; +$a->strings['No entries (some entries may be hidden).'] = 'Ei kohteita (jotkut kohteet saattaa olla piilotettuja).'; diff --git a/forumdirectory/lang/fr/strings.php b/forumdirectory/lang/fr/strings.php index 2ea94e0e..5ffaf202 100644 --- a/forumdirectory/lang/fr/strings.php +++ b/forumdirectory/lang/fr/strings.php @@ -5,19 +5,18 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Forum Directory"] = "Annuaire de Forums"; -$a->strings["Public access denied."] = "Accès public refusé."; -$a->strings["Global Directory"] = "Annuaire Global"; -$a->strings["Find on this site"] = "Trouver sur cette instance"; -$a->strings["Finding: "] = "Résultats:"; -$a->strings["Site Directory"] = "Annuaire de l'instance"; -$a->strings["Find"] = "Chercher"; -$a->strings["Age: "] = "Age:"; -$a->strings["Gender: "] = "Genre:"; -$a->strings["Location:"] = "Localisation:"; -$a->strings["Gender:"] = "Genre:"; -$a->strings["Status:"] = "Statut:"; -$a->strings["Homepage:"] = "Page d'accueil:"; -$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['Forum Directory'] = 'Annuaire de Forums'; +$a->strings['Public access denied.'] = 'Accès public refusé.'; +$a->strings['Global Directory'] = 'Annuaire Global'; +$a->strings['Find on this site'] = 'Trouver sur cette instance'; +$a->strings['Finding: '] = 'Résultats:'; +$a->strings['Site Directory'] = 'Annuaire de l\'instance'; +$a->strings['Find'] = 'Chercher'; +$a->strings['Age: '] = 'Age:'; +$a->strings['Gender: '] = 'Genre:'; +$a->strings['Location:'] = 'Localisation:'; +$a->strings['Gender:'] = 'Genre:'; +$a->strings['Status:'] = 'Statut:'; +$a->strings['Homepage:'] = 'Page d\'accueil:'; +$a->strings['About:'] = 'À-propos:'; +$a->strings['No entries (some entries may be hidden).'] = 'Pas de résultats (certains résultats peuvent être cachés).'; diff --git a/forumdirectory/lang/hu/strings.php b/forumdirectory/lang/hu/strings.php index 51d14204..290cf7ed 100644 --- a/forumdirectory/lang/hu/strings.php +++ b/forumdirectory/lang/hu/strings.php @@ -5,11 +5,10 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Forum Directory"] = "Fórumkönyvtár"; -$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["Global Directory"] = "Globális könyvtár"; -$a->strings["Find on this site"] = "Keresés ezen az oldalon"; -$a->strings["Results for:"] = "Találatok ehhez:"; -$a->strings["Find"] = "Keresés"; +$a->strings['Forum Directory'] = 'Fórumkönyvtár'; +$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['Global Directory'] = 'Globális könyvtár'; +$a->strings['Find on this site'] = 'Keresés ezen az oldalon'; +$a->strings['Results for:'] = 'Találatok ehhez:'; +$a->strings['Find'] = 'Keresés'; diff --git a/forumdirectory/lang/it/strings.php b/forumdirectory/lang/it/strings.php index f17af9f1..4378cec3 100644 --- a/forumdirectory/lang/it/strings.php +++ b/forumdirectory/lang/it/strings.php @@ -5,11 +5,10 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Forum Directory"] = "Elenco Forum"; -$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["Global Directory"] = "Elenco globale"; -$a->strings["Find on this site"] = "Cerca nel sito"; -$a->strings["Results for:"] = "Risultati per:"; -$a->strings["Find"] = "Trova"; +$a->strings['Forum Directory'] = 'Elenco Forum'; +$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['Global Directory'] = 'Elenco globale'; +$a->strings['Find on this site'] = 'Cerca nel sito'; +$a->strings['Results for:'] = 'Risultati per:'; +$a->strings['Find'] = 'Trova'; diff --git a/forumdirectory/lang/nl/strings.php b/forumdirectory/lang/nl/strings.php index d01dc3ff..ae764ed7 100644 --- a/forumdirectory/lang/nl/strings.php +++ b/forumdirectory/lang/nl/strings.php @@ -5,19 +5,18 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Forum Directory"] = "Forum index"; -$a->strings["Public access denied."] = "Publieke toegang geweigerd"; -$a->strings["Global Directory"] = "Globaal overzicht"; -$a->strings["Find on this site"] = "Zoeken"; -$a->strings["Finding: "] = "Zoeken..."; -$a->strings["Site Directory"] = "Site overzicht"; -$a->strings["Find"] = "Zoek"; -$a->strings["Age: "] = "Leeftijd:"; -$a->strings["Gender: "] = "Geslacht:"; -$a->strings["Location:"] = "Woonplaats:"; -$a->strings["Gender:"] = "Geslacht:"; -$a->strings["Status:"] = "Status:"; -$a->strings["Homepage:"] = "Website:"; -$a->strings["About:"] = "Over:"; -$a->strings["No entries (some entries may be hidden)."] = "Geen berichten (sommige berichten kunnen verborgen zijn)."; +$a->strings['Forum Directory'] = 'Forum index'; +$a->strings['Public access denied.'] = 'Publieke toegang geweigerd'; +$a->strings['Global Directory'] = 'Globaal overzicht'; +$a->strings['Find on this site'] = 'Zoeken'; +$a->strings['Finding: '] = 'Zoeken...'; +$a->strings['Site Directory'] = 'Site overzicht'; +$a->strings['Find'] = 'Zoek'; +$a->strings['Age: '] = 'Leeftijd:'; +$a->strings['Gender: '] = 'Geslacht:'; +$a->strings['Location:'] = 'Woonplaats:'; +$a->strings['Gender:'] = 'Geslacht:'; +$a->strings['Status:'] = 'Status:'; +$a->strings['Homepage:'] = 'Website:'; +$a->strings['About:'] = 'Over:'; +$a->strings['No entries (some entries may be hidden).'] = 'Geen berichten (sommige berichten kunnen verborgen zijn).'; diff --git a/forumdirectory/lang/pl/strings.php b/forumdirectory/lang/pl/strings.php index ae9112a5..ed89feb4 100644 --- a/forumdirectory/lang/pl/strings.php +++ b/forumdirectory/lang/pl/strings.php @@ -5,19 +5,18 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Forum Directory"] = "Katalog forum"; -$a->strings["Public access denied."] = "Odmowa dostępu publicznego."; -$a->strings["Global Directory"] = "Globalny katalog"; -$a->strings["Find on this site"] = "Znajdź na tej stronie"; -$a->strings["Finding: "] = "Odkrycie:"; -$a->strings["Site Directory"] = "Katalog Strony"; -$a->strings["Find"] = "Szukaj"; -$a->strings["Age: "] = "Wiek:"; -$a->strings["Gender: "] = "Płeć:"; -$a->strings["Location:"] = "Lokalizacja"; -$a->strings["Gender:"] = "Płeć:"; -$a->strings["Status:"] = "Status"; -$a->strings["Homepage:"] = "Strona główna:"; -$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['Forum Directory'] = 'Katalog forum'; +$a->strings['Public access denied.'] = 'Odmowa dostępu publicznego.'; +$a->strings['Global Directory'] = 'Globalny katalog'; +$a->strings['Find on this site'] = 'Znajdź na tej stronie'; +$a->strings['Finding: '] = 'Odkrycie:'; +$a->strings['Site Directory'] = 'Katalog Strony'; +$a->strings['Find'] = 'Szukaj'; +$a->strings['Age: '] = 'Wiek:'; +$a->strings['Gender: '] = 'Płeć:'; +$a->strings['Location:'] = 'Lokalizacja'; +$a->strings['Gender:'] = 'Płeć:'; +$a->strings['Status:'] = 'Status'; +$a->strings['Homepage:'] = 'Strona główna:'; +$a->strings['About:'] = 'O sobie:'; +$a->strings['No entries (some entries may be hidden).'] = 'Brak wpisów (niektóre wpisy mogą być ukryte).'; diff --git a/forumdirectory/lang/pt-br/strings.php b/forumdirectory/lang/pt-br/strings.php index e0f7db36..8c6d216e 100644 --- a/forumdirectory/lang/pt-br/strings.php +++ b/forumdirectory/lang/pt-br/strings.php @@ -5,19 +5,18 @@ function string_plural_select_pt_br($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Forum Directory"] = "Diretório de Fóruns"; -$a->strings["Public access denied."] = "Acesso do público negado."; -$a->strings["Global Directory"] = "Diretório Global"; -$a->strings["Find on this site"] = "Procurar neste site"; -$a->strings["Finding: "] = "Procurando:"; -$a->strings["Site Directory"] = "Diretório do Site"; -$a->strings["Find"] = "Procurar"; -$a->strings["Age: "] = "Idade:"; -$a->strings["Gender: "] = "Sexo:"; -$a->strings["Location:"] = "Local:"; -$a->strings["Gender:"] = "Sexo:"; -$a->strings["Status:"] = "Estado:"; -$a->strings["Homepage:"] = "Página principal:"; -$a->strings["About:"] = "Sobre:"; -$a->strings["No entries (some entries may be hidden)."] = "Sem resultados (alguns resultados podem estar ocultos)."; +$a->strings['Forum Directory'] = 'Diretório de Fóruns'; +$a->strings['Public access denied.'] = 'Acesso do público negado.'; +$a->strings['Global Directory'] = 'Diretório Global'; +$a->strings['Find on this site'] = 'Procurar neste site'; +$a->strings['Finding: '] = 'Procurando:'; +$a->strings['Site Directory'] = 'Diretório do Site'; +$a->strings['Find'] = 'Procurar'; +$a->strings['Age: '] = 'Idade:'; +$a->strings['Gender: '] = 'Sexo:'; +$a->strings['Location:'] = 'Local:'; +$a->strings['Gender:'] = 'Sexo:'; +$a->strings['Status:'] = 'Estado:'; +$a->strings['Homepage:'] = 'Página principal:'; +$a->strings['About:'] = 'Sobre:'; +$a->strings['No entries (some entries may be hidden).'] = 'Sem resultados (alguns resultados podem estar ocultos).'; diff --git a/forumdirectory/lang/ro/strings.php b/forumdirectory/lang/ro/strings.php index 558bbc53..750fe1e1 100644 --- a/forumdirectory/lang/ro/strings.php +++ b/forumdirectory/lang/ro/strings.php @@ -5,19 +5,18 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Forum Directory"] = "Director Forum"; -$a->strings["Public access denied."] = "Acces public refuzat."; -$a->strings["Global Directory"] = "Director Global"; -$a->strings["Find on this site"] = "Căutați pe acest site"; -$a->strings["Finding: "] = "Căutare:"; -$a->strings["Site Directory"] = "Director Site"; -$a->strings["Find"] = "Căutați"; -$a->strings["Age: "] = "Vârsta:"; -$a->strings["Gender: "] = "Sex:"; -$a->strings["Location:"] = "Locație:"; -$a->strings["Gender:"] = "Sex:"; -$a->strings["Status:"] = "Status:"; -$a->strings["Homepage:"] = "Pagină web:"; -$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['Forum Directory'] = 'Director Forum'; +$a->strings['Public access denied.'] = 'Acces public refuzat.'; +$a->strings['Global Directory'] = 'Director Global'; +$a->strings['Find on this site'] = 'Căutați pe acest site'; +$a->strings['Finding: '] = 'Căutare:'; +$a->strings['Site Directory'] = 'Director Site'; +$a->strings['Find'] = 'Căutați'; +$a->strings['Age: '] = 'Vârsta:'; +$a->strings['Gender: '] = 'Sex:'; +$a->strings['Location:'] = 'Locație:'; +$a->strings['Gender:'] = 'Sex:'; +$a->strings['Status:'] = 'Status:'; +$a->strings['Homepage:'] = 'Pagină web:'; +$a->strings['About:'] = 'Despre:'; +$a->strings['No entries (some entries may be hidden).'] = 'Fără înregistrări (unele înregistrări pot fi ascunse).'; diff --git a/forumdirectory/lang/ru/strings.php b/forumdirectory/lang/ru/strings.php index 2499fd47..54954d72 100644 --- a/forumdirectory/lang/ru/strings.php +++ b/forumdirectory/lang/ru/strings.php @@ -5,19 +5,18 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Forum Directory"] = "Каталог форумов"; -$a->strings["Public access denied."] = "Свободный доступ закрыт."; -$a->strings["Global Directory"] = "Глобальный каталог"; -$a->strings["Find on this site"] = "Найти на этом сайте"; -$a->strings["Finding: "] = "Результат поиска: "; -$a->strings["Site Directory"] = "Каталог сайта"; -$a->strings["Find"] = "Найти"; -$a->strings["Age: "] = "Возраст: "; -$a->strings["Gender: "] = "Пол: "; -$a->strings["Location:"] = "Откуда:"; -$a->strings["Gender:"] = "Пол:"; -$a->strings["Status:"] = "Статус:"; -$a->strings["Homepage:"] = "Домашняя страничка:"; -$a->strings["About:"] = "О себе:"; -$a->strings["No entries (some entries may be hidden)."] = "Нет записей (некоторые записи могут быть скрыты)."; +$a->strings['Forum Directory'] = 'Каталог форумов'; +$a->strings['Public access denied.'] = 'Свободный доступ закрыт.'; +$a->strings['Global Directory'] = 'Глобальный каталог'; +$a->strings['Find on this site'] = 'Найти на этом сайте'; +$a->strings['Finding: '] = 'Результат поиска: '; +$a->strings['Site Directory'] = 'Каталог сайта'; +$a->strings['Find'] = 'Найти'; +$a->strings['Age: '] = 'Возраст: '; +$a->strings['Gender: '] = 'Пол: '; +$a->strings['Location:'] = 'Откуда:'; +$a->strings['Gender:'] = 'Пол:'; +$a->strings['Status:'] = 'Статус:'; +$a->strings['Homepage:'] = 'Домашняя страничка:'; +$a->strings['About:'] = 'О себе:'; +$a->strings['No entries (some entries may be hidden).'] = 'Нет записей (некоторые записи могут быть скрыты).'; diff --git a/fromapp/lang/ca/strings.php b/fromapp/lang/ca/strings.php index d62a02c7..f3ea0512 100644 --- a/fromapp/lang/ca/strings.php +++ b/fromapp/lang/ca/strings.php @@ -5,9 +5,8 @@ function string_plural_select_ca($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Fromapp settings updated."] = "S'ha actualitzat la configuració de Fromapp"; -$a->strings["FromApp Settings"] = "Configuració de FromApp"; -$a->strings["The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting."] = "El nom de l'aplicació que voleu mostrar de les vostres publicacions originàries. Separeu diferents noms d'aplicacions amb una coma. A continuació, se seleccionarà un aleatori per a cada publicació."; -$a->strings["Use this application name even if another application was used."] = "Utilitzeu aquest nom d’aplicació encara que s’hagi utilitzat una altra aplicació."; -$a->strings["Save Settings"] = "Desa la Configuració"; +$a->strings['Fromapp settings updated.'] = 'S\'ha actualitzat la configuració de Fromapp'; +$a->strings['FromApp Settings'] = 'Configuració de FromApp'; +$a->strings['The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting.'] = 'El nom de l\'aplicació que voleu mostrar de les vostres publicacions originàries. Separeu diferents noms d\'aplicacions amb una coma. A continuació, se seleccionarà un aleatori per a cada publicació.'; +$a->strings['Use this application name even if another application was used.'] = 'Utilitzeu aquest nom d’aplicació encara que s’hagi utilitzat una altra aplicació.'; +$a->strings['Save Settings'] = 'Desa la Configuració'; diff --git a/fromapp/lang/cs/strings.php b/fromapp/lang/cs/strings.php index f12fc7b9..28482f40 100644 --- a/fromapp/lang/cs/strings.php +++ b/fromapp/lang/cs/strings.php @@ -5,9 +5,8 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Fromapp settings updated."] = "Nastavení FromApp aktualizována."; -$a->strings["FromApp Settings"] = "Nastavení FromApp"; -$a->strings["The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting."] = "Název aplikace, ze které píšete své příspěvky, kterou chcete zobrazovat. Oddělujte různé názvy aplikací čárkou. Pro každý příspěvek bude zvolena náhodná."; -$a->strings["Use this application name even if another application was used."] = "Použít toto jméno aplikace, i když byla použita jiná aplikace"; -$a->strings["Save Settings"] = "Uložit nastavení"; +$a->strings['Fromapp settings updated.'] = 'Nastavení FromApp aktualizována.'; +$a->strings['FromApp Settings'] = 'Nastavení FromApp'; +$a->strings['The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting.'] = 'Název aplikace, ze které píšete své příspěvky, kterou chcete zobrazovat. Oddělujte různé názvy aplikací čárkou. Pro každý příspěvek bude zvolena náhodná.'; +$a->strings['Use this application name even if another application was used.'] = 'Použít toto jméno aplikace, i když byla použita jiná aplikace'; +$a->strings['Save Settings'] = 'Uložit nastavení'; diff --git a/fromapp/lang/de/strings.php b/fromapp/lang/de/strings.php index 006e7dbd..51f9c7ef 100644 --- a/fromapp/lang/de/strings.php +++ b/fromapp/lang/de/strings.php @@ -5,9 +5,8 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Fromapp settings updated."] = "Fromapp-Einstellungen aktualisiert."; -$a->strings["FromApp Settings"] = "FromApp-Einstellungen"; -$a->strings["The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting."] = "Der Name der Applikation der als Quelle deiner Beiträge angezeigt werden soll. Unterschiedliche Namen können mit einem Komma von einander getrennt werden. Ist mehr als ein Name angegeben, wird für jeden Beitrag ein zufälliger Name aus der Liste ausgewählt."; -$a->strings["Use this application name even if another application was used."] = "Verwende diesen Namen, selbst wenn eine andere Applikation verwendet wurde"; -$a->strings["Save Settings"] = "Einstellungen speichern"; +$a->strings['Fromapp settings updated.'] = 'Fromapp-Einstellungen aktualisiert.'; +$a->strings['FromApp Settings'] = 'FromApp-Einstellungen'; +$a->strings['The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting.'] = 'Der Name der Applikation der als Quelle deiner Beiträge angezeigt werden soll. Unterschiedliche Namen können mit einem Komma von einander getrennt werden. Ist mehr als ein Name angegeben, wird für jeden Beitrag ein zufälliger Name aus der Liste ausgewählt.'; +$a->strings['Use this application name even if another application was used.'] = 'Verwende diesen Namen, selbst wenn eine andere Applikation verwendet wurde'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; diff --git a/fromapp/lang/en-gb/strings.php b/fromapp/lang/en-gb/strings.php index 779248ce..d68745f6 100644 --- a/fromapp/lang/en-gb/strings.php +++ b/fromapp/lang/en-gb/strings.php @@ -5,9 +5,8 @@ function string_plural_select_en_gb($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Fromapp settings updated."] = "FromApp settings updated."; -$a->strings["FromApp Settings"] = "FromApp"; -$a->strings["The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting."] = "The application name you would like to show your posts originating from. Separate different app names with a comma and a random one will be selected for every post."; -$a->strings["Use this application name even if another application was used."] = "Use this application name even if another application was used."; -$a->strings["Save Settings"] = "Save settings"; +$a->strings['Fromapp settings updated.'] = 'FromApp settings updated.'; +$a->strings['FromApp Settings'] = 'FromApp'; +$a->strings['The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting.'] = 'The application name you would like to show your posts originating from. Separate different app names with a comma and a random one will be selected for every post.'; +$a->strings['Use this application name even if another application was used.'] = 'Use this application name even if another application was used.'; +$a->strings['Save Settings'] = 'Save settings'; diff --git a/fromapp/lang/es/strings.php b/fromapp/lang/es/strings.php index fb2288bb..6f9a8133 100644 --- a/fromapp/lang/es/strings.php +++ b/fromapp/lang/es/strings.php @@ -5,8 +5,7 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["FromApp Settings"] = "Ajustes de FromApp"; -$a->strings["The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting."] = "El nombre de la aplicación desde la que le gustaría mostrar sus publicaciones. Separe los diferentes nombres de aplicaciones con una coma. Luego, se seleccionará uno al azar para cada publicación."; -$a->strings["Use this application name even if another application was used."] = "Utilice este nombre de aplicación incluso si otra aplicación fue utilizada."; -$a->strings["Save Settings"] = "Guardar Ajustes"; +$a->strings['FromApp Settings'] = 'Ajustes de FromApp'; +$a->strings['The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting.'] = 'El nombre de la aplicación desde la que le gustaría mostrar sus publicaciones. Separe los diferentes nombres de aplicaciones con una coma. Luego, se seleccionará uno al azar para cada publicación.'; +$a->strings['Use this application name even if another application was used.'] = 'Utilice este nombre de aplicación incluso si otra aplicación fue utilizada.'; +$a->strings['Save Settings'] = 'Guardar Ajustes'; diff --git a/fromapp/lang/fi-fi/strings.php b/fromapp/lang/fi-fi/strings.php index 4b436641..caff9111 100644 --- a/fromapp/lang/fi-fi/strings.php +++ b/fromapp/lang/fi-fi/strings.php @@ -5,7 +5,6 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Fromapp settings updated."] = "FromApp -asetukset päivitettiin."; -$a->strings["FromApp Settings"] = "FromApp -asetukset"; -$a->strings["Submit"] = "Lähetä"; +$a->strings['Fromapp settings updated.'] = 'FromApp -asetukset päivitettiin.'; +$a->strings['FromApp Settings'] = 'FromApp -asetukset'; +$a->strings['Submit'] = 'Lähetä'; diff --git a/fromapp/lang/fr/strings.php b/fromapp/lang/fr/strings.php index a0a2cf1f..9ecb04b5 100644 --- a/fromapp/lang/fr/strings.php +++ b/fromapp/lang/fr/strings.php @@ -5,8 +5,7 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["FromApp Settings"] = "Paramètres de FromApp"; -$a->strings["The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting."] = "Nom de l'application d'origine de votre publication. Séparer les noms des différentes applications par une virgule. Une application sera seléctionnée aléatoirement pour chaque publication. "; -$a->strings["Use this application name even if another application was used."] = "Utilisez le nom de cette application même si une autre application a été utilisé."; -$a->strings["Save Settings"] = "Sauvegarder les paramètres."; +$a->strings['FromApp Settings'] = 'Paramètres de FromApp'; +$a->strings['The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting.'] = 'Nom de l\'application d\'origine de votre publication. Séparer les noms des différentes applications par une virgule. Une application sera seléctionnée aléatoirement pour chaque publication. '; +$a->strings['Use this application name even if another application was used.'] = 'Utilisez le nom de cette application même si une autre application a été utilisé.'; +$a->strings['Save Settings'] = 'Sauvegarder les paramètres.'; diff --git a/fromapp/lang/hu/strings.php b/fromapp/lang/hu/strings.php new file mode 100644 index 00000000..3343b767 --- /dev/null +++ b/fromapp/lang/hu/strings.php @@ -0,0 +1,12 @@ +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'; diff --git a/fromapp/lang/it/strings.php b/fromapp/lang/it/strings.php index e746e1ac..7febfcd7 100644 --- a/fromapp/lang/it/strings.php +++ b/fromapp/lang/it/strings.php @@ -5,9 +5,8 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Fromapp settings updated."] = "Impostazioni \"FromApp\" aggiornato."; -$a->strings["FromApp Settings"] = "Imnpostazioni \"FromApp\""; -$a->strings["The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting."] = "Il nome applicazione che vuoi compaia come origine dei tuoi messaggi. Separa differenti nomi con una virgola. Di questi, un nome a caso verrà selezionato per ogni invio."; -$a->strings["Use this application name even if another application was used."] = "Usa questo nome anche se un'altra applicazione è stata effettivamente usata."; -$a->strings["Save Settings"] = "Salva Impostazioni"; +$a->strings['Fromapp settings updated.'] = 'Impostazioni "FromApp" aggiornato.'; +$a->strings['FromApp Settings'] = 'Imnpostazioni "FromApp"'; +$a->strings['The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting.'] = 'Il nome applicazione che vuoi compaia come origine dei tuoi messaggi. Separa differenti nomi con una virgola. Di questi, un nome a caso verrà selezionato per ogni invio.'; +$a->strings['Use this application name even if another application was used.'] = 'Usa questo nome anche se un\'altra applicazione è stata effettivamente usata.'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; diff --git a/fromapp/lang/nl/strings.php b/fromapp/lang/nl/strings.php index dc2ca18e..ab13e074 100644 --- a/fromapp/lang/nl/strings.php +++ b/fromapp/lang/nl/strings.php @@ -5,9 +5,8 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Fromapp settings updated."] = "Fromapp instellingen opgeslagen"; -$a->strings["FromApp Settings"] = "FromApp instellingen"; -$a->strings["The application name you would like to show your posts originating from."] = "De applicatienaam die je wilt laten verschijnen bij je berichten"; -$a->strings["Use this application name even if another application was used."] = "Gebruik deze applicatienaam zelfs als een andere applicatie werd gebruikt"; -$a->strings["Submit"] = "Opslaan"; +$a->strings['Fromapp settings updated.'] = 'Fromapp instellingen opgeslagen'; +$a->strings['FromApp Settings'] = 'FromApp instellingen'; +$a->strings['The application name you would like to show your posts originating from.'] = 'De applicatienaam die je wilt laten verschijnen bij je berichten'; +$a->strings['Use this application name even if another application was used.'] = 'Gebruik deze applicatienaam zelfs als een andere applicatie werd gebruikt'; +$a->strings['Submit'] = 'Opslaan'; diff --git a/fromapp/lang/pl/strings.php b/fromapp/lang/pl/strings.php index a5c4f6fe..77f4e1ac 100644 --- a/fromapp/lang/pl/strings.php +++ b/fromapp/lang/pl/strings.php @@ -5,9 +5,8 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Fromapp settings updated."] = "Zaktualizowano ustawienia Fromapp."; -$a->strings["FromApp Settings"] = "Ustawienia FromApp"; -$a->strings["The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting."] = "Nazwa aplikacji, z której chcesz wyświetlać swoje posty. Oddziel różne nazwy aplikacji przecinkami. Zostanie losowo wybrana dla każdej lokalizacji."; -$a->strings["Use this application name even if another application was used."] = "Użyj tej nazwy aplikacji, nawet jeśli użyto innej aplikacji."; -$a->strings["Save Settings"] = "Zapisz ustawienia"; +$a->strings['Fromapp settings updated.'] = 'Zaktualizowano ustawienia Fromapp.'; +$a->strings['FromApp Settings'] = 'Ustawienia FromApp'; +$a->strings['The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting.'] = 'Nazwa aplikacji, z której chcesz wyświetlać swoje posty. Oddziel różne nazwy aplikacji przecinkami. Zostanie losowo wybrana dla każdej lokalizacji.'; +$a->strings['Use this application name even if another application was used.'] = 'Użyj tej nazwy aplikacji, nawet jeśli użyto innej aplikacji.'; +$a->strings['Save Settings'] = 'Zapisz ustawienia'; diff --git a/fromapp/lang/ro/strings.php b/fromapp/lang/ro/strings.php index 5d491162..adc01c05 100644 --- a/fromapp/lang/ro/strings.php +++ b/fromapp/lang/ro/strings.php @@ -5,9 +5,8 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Fromapp settings updated."] = "Configurările Fromapp au fost actualizate."; -$a->strings["FromApp Settings"] = "Configurări FromApp"; -$a->strings["The application name you would like to show your posts originating from."] = "Denumirea aplicației pe care doriți să o afișați ca și origine pentru postările dvs."; -$a->strings["Use this application name even if another application was used."] = "Utilizați numele acestei aplicații chiar dacă o altă aplicație a fost utilizată."; -$a->strings["Submit"] = "Trimite"; +$a->strings['Fromapp settings updated.'] = 'Configurările Fromapp au fost actualizate.'; +$a->strings['FromApp Settings'] = 'Configurări FromApp'; +$a->strings['The application name you would like to show your posts originating from.'] = 'Denumirea aplicației pe care doriți să o afișați ca și origine pentru postările dvs.'; +$a->strings['Use this application name even if another application was used.'] = 'Utilizați numele acestei aplicații chiar dacă o altă aplicație a fost utilizată.'; +$a->strings['Submit'] = 'Trimite'; diff --git a/fromapp/lang/ru/strings.php b/fromapp/lang/ru/strings.php index 5012a133..9289d408 100644 --- a/fromapp/lang/ru/strings.php +++ b/fromapp/lang/ru/strings.php @@ -5,9 +5,8 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Fromapp settings updated."] = "Настройки Fromapp обновлены."; -$a->strings["FromApp Settings"] = "Настройки Fromapp"; -$a->strings["The application name you would like to show your posts originating from."] = "Имя приложения, которое будет показываться при просмотре сообщения."; -$a->strings["Use this application name even if another application was used."] = "Использовать это имя приложения даже если используется другое приложение."; -$a->strings["Submit"] = "Добавить"; +$a->strings['Fromapp settings updated.'] = 'Настройки Fromapp обновлены.'; +$a->strings['FromApp Settings'] = 'Настройки Fromapp'; +$a->strings['The application name you would like to show your posts originating from.'] = 'Имя приложения, которое будет показываться при просмотре сообщения.'; +$a->strings['Use this application name even if another application was used.'] = 'Использовать это имя приложения даже если используется другое приложение.'; +$a->strings['Submit'] = 'Добавить'; diff --git a/geonames/lang/cs/strings.php b/geonames/lang/cs/strings.php index 78a3221e..bab1bdff 100644 --- a/geonames/lang/cs/strings.php +++ b/geonames/lang/cs/strings.php @@ -5,8 +5,7 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Geonames settings updated."] = "Nastavení Geonames aktualizována."; -$a->strings["Geonames Settings"] = "Nastavení Geonames"; -$a->strings["Enable Geonames Addon"] = "Povolit doplněk Geonames"; -$a->strings["Submit"] = "Odeslat"; +$a->strings['Geonames settings updated.'] = 'Nastavení Geonames aktualizována.'; +$a->strings['Geonames Settings'] = 'Nastavení Geonames'; +$a->strings['Enable Geonames Addon'] = 'Povolit doplněk Geonames'; +$a->strings['Submit'] = 'Odeslat'; diff --git a/geonames/lang/de/strings.php b/geonames/lang/de/strings.php index 8291f024..751359ea 100644 --- a/geonames/lang/de/strings.php +++ b/geonames/lang/de/strings.php @@ -5,8 +5,7 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$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["Enable Geonames Addon"] = "Geonames-Addon aktivieren"; -$a->strings["Save Settings"] = "Einstellungen speichern"; +$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['Enable Geonames Addon'] = 'Geonames-Addon aktivieren'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; diff --git a/geonames/lang/es/strings.php b/geonames/lang/es/strings.php index 66e11029..ef08df42 100644 --- a/geonames/lang/es/strings.php +++ b/geonames/lang/es/strings.php @@ -5,8 +5,7 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Geonames Settings"] = "Ajustes de Geonombres"; -$a->strings["Replace numerical coordinates by the nearest populated location name in your posts."] = "Reemplace las coordenadas numéricas por el nombre de la ubicación poblada más cercana en sus publicaciones."; -$a->strings["Enable Geonames Addon"] = "Habilitar Plugin de Geonombres"; -$a->strings["Save Settings"] = "Guardar Ajustes"; +$a->strings['Geonames Settings'] = 'Ajustes de Geonombres'; +$a->strings['Replace numerical coordinates by the nearest populated location name in your posts.'] = 'Reemplace las coordenadas numéricas por el nombre de la ubicación poblada más cercana en sus publicaciones.'; +$a->strings['Enable Geonames Addon'] = 'Habilitar Plugin de Geonombres'; +$a->strings['Save Settings'] = 'Guardar Ajustes'; diff --git a/geonames/lang/fi-fi/strings.php b/geonames/lang/fi-fi/strings.php index 9e043c12..95ca2896 100644 --- a/geonames/lang/fi-fi/strings.php +++ b/geonames/lang/fi-fi/strings.php @@ -5,8 +5,7 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Geonames settings updated."] = "Geonames -asetukset päivitetty."; -$a->strings["Geonames Settings"] = "Geonames -asetukset"; -$a->strings["Enable Geonames Addon"] = "Ota Geonames -lisäosa käyttöön"; -$a->strings["Submit"] = "Lähetä"; +$a->strings['Geonames settings updated.'] = 'Geonames -asetukset päivitetty.'; +$a->strings['Geonames Settings'] = 'Geonames -asetukset'; +$a->strings['Enable Geonames Addon'] = 'Ota Geonames -lisäosa käyttöön'; +$a->strings['Submit'] = 'Lähetä'; diff --git a/geonames/lang/fr/strings.php b/geonames/lang/fr/strings.php index 7a27a2f0..192a17cb 100644 --- a/geonames/lang/fr/strings.php +++ b/geonames/lang/fr/strings.php @@ -5,8 +5,7 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Geonames Settings"] = "Paramètres Geonames"; -$a->strings["Replace numerical coordinates by the nearest populated location name in your posts."] = "Remplacer les coordonnées par le nom de la localité la plus proche dans votre publication."; -$a->strings["Enable Geonames Addon"] = "Activer l'application complémentaire Geonames"; -$a->strings["Save Settings"] = "Sauvegarder les paramètres."; +$a->strings['Geonames Settings'] = 'Paramètres Geonames'; +$a->strings['Replace numerical coordinates by the nearest populated location name in your posts.'] = 'Remplacer les coordonnées par le nom de la localité la plus proche dans votre publication.'; +$a->strings['Enable Geonames Addon'] = 'Activer l\'application complémentaire Geonames'; +$a->strings['Save Settings'] = 'Sauvegarder les paramètres.'; diff --git a/geonames/lang/hu/strings.php b/geonames/lang/hu/strings.php index b471c0f7..4feefe58 100644 --- a/geonames/lang/hu/strings.php +++ b/geonames/lang/hu/strings.php @@ -5,8 +5,7 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Geonames Settings"] = "Földrajzi nevek beállításai"; -$a->strings["Replace numerical coordinates by the nearest populated location name in your posts."] = "Számokkal megadott koordináták cseréje a bejegyzéseiben a legközelebbi lakott hely nevére."; -$a->strings["Enable Geonames Addon"] = "A földrajzi nevek bővítmény engedélyezése"; -$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings['Geonames Settings'] = 'Földrajzi nevek beállításai'; +$a->strings['Replace numerical coordinates by the nearest populated location name in your posts.'] = 'Számokkal megadott koordináták cseréje a bejegyzéseiben a legközelebbi lakott hely nevére.'; +$a->strings['Enable Geonames Addon'] = 'A földrajzi nevek bővítmény engedélyezése'; +$a->strings['Save Settings'] = 'Beállítások mentése'; diff --git a/geonames/lang/is/strings.php b/geonames/lang/is/strings.php index 95c6191c..b1b57912 100644 --- a/geonames/lang/is/strings.php +++ b/geonames/lang/is/strings.php @@ -5,5 +5,4 @@ function string_plural_select_is($n){ $n = intval($n); return intval($n % 10 != 1 || $n % 100 == 11); }} -; -$a->strings["Submit"] = "Senda inn"; +$a->strings['Submit'] = 'Senda inn'; diff --git a/geonames/lang/it/strings.php b/geonames/lang/it/strings.php index 8154ae65..797dd4b4 100644 --- a/geonames/lang/it/strings.php +++ b/geonames/lang/it/strings.php @@ -5,8 +5,7 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Geonames Settings"] = "Impostazioni Geonames"; -$a->strings["Replace numerical coordinates by the nearest populated location name in your posts."] = "Sostituisci le coordinate numeriche con il nome della località abitata più vicina nei tuoi messaggi."; -$a->strings["Enable Geonames Addon"] = "Abilita componente aggiuntivo Geonames"; -$a->strings["Save Settings"] = "Salva Impostazioni"; +$a->strings['Geonames Settings'] = 'Impostazioni Geonames'; +$a->strings['Replace numerical coordinates by the nearest populated location name in your posts.'] = 'Sostituisci le coordinate numeriche con il nome della località abitata più vicina nei tuoi messaggi.'; +$a->strings['Enable Geonames Addon'] = 'Abilita componente aggiuntivo Geonames'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; diff --git a/geonames/lang/nl/strings.php b/geonames/lang/nl/strings.php index 16e4924c..044702ad 100644 --- a/geonames/lang/nl/strings.php +++ b/geonames/lang/nl/strings.php @@ -5,8 +5,7 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Geonames settings updated."] = "Geonames instellingen opgeslagen"; -$a->strings["Geonames Settings"] = "Geonames Instellingen"; -$a->strings["Enable Geonames Addon"] = "Geonames Addon inschakelen"; -$a->strings["Submit"] = "Toepassen"; +$a->strings['Geonames settings updated.'] = 'Geonames instellingen opgeslagen'; +$a->strings['Geonames Settings'] = 'Geonames Instellingen'; +$a->strings['Enable Geonames Addon'] = 'Geonames Addon inschakelen'; +$a->strings['Submit'] = 'Toepassen'; diff --git a/geonames/lang/pl/strings.php b/geonames/lang/pl/strings.php index f3d7dceb..150a0020 100644 --- a/geonames/lang/pl/strings.php +++ b/geonames/lang/pl/strings.php @@ -5,8 +5,7 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Geonames settings updated."] = "Zaktualizowano ustawienia Geonames."; -$a->strings["Geonames Settings"] = "Ustawienia Geonames"; -$a->strings["Enable Geonames Addon"] = "Włącz dodatek Geonames"; -$a->strings["Submit"] = "Wyślij"; +$a->strings['Geonames settings updated.'] = 'Zaktualizowano ustawienia Geonames.'; +$a->strings['Geonames Settings'] = 'Ustawienia Geonames'; +$a->strings['Enable Geonames Addon'] = 'Włącz dodatek Geonames'; +$a->strings['Submit'] = 'Wyślij'; diff --git a/geonames/lang/ro/strings.php b/geonames/lang/ro/strings.php index 73975d49..2747a877 100644 --- a/geonames/lang/ro/strings.php +++ b/geonames/lang/ro/strings.php @@ -5,8 +5,7 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Geonames settings updated."] = "Configurări Geonume actualizate."; -$a->strings["Geonames Settings"] = "Configurări Geonume"; -$a->strings["Enable Geonames Addon"] = "Permite Modul Geonume"; -$a->strings["Submit"] = "Trimite"; +$a->strings['Geonames settings updated.'] = 'Configurări Geonume actualizate.'; +$a->strings['Geonames Settings'] = 'Configurări Geonume'; +$a->strings['Enable Geonames Addon'] = 'Permite Modul Geonume'; +$a->strings['Submit'] = 'Trimite'; diff --git a/geonames/lang/ru/strings.php b/geonames/lang/ru/strings.php index 5b675fb6..7269f50c 100644 --- a/geonames/lang/ru/strings.php +++ b/geonames/lang/ru/strings.php @@ -5,8 +5,7 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Geonames settings updated."] = "Настройки Geonames обновлены."; -$a->strings["Geonames Settings"] = "Настройки Geonames"; -$a->strings["Enable Geonames Addon"] = "Включить аддон Geonames"; -$a->strings["Submit"] = "Добавить"; +$a->strings['Geonames settings updated.'] = 'Настройки Geonames обновлены.'; +$a->strings['Geonames Settings'] = 'Настройки Geonames'; +$a->strings['Enable Geonames Addon'] = 'Включить аддон Geonames'; +$a->strings['Submit'] = 'Добавить'; diff --git a/gnot/lang/ca/strings.php b/gnot/lang/ca/strings.php index ad7b7b3b..67ac90f6 100644 --- a/gnot/lang/ca/strings.php +++ b/gnot/lang/ca/strings.php @@ -5,10 +5,9 @@ function string_plural_select_ca($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Gnot settings updated."] = "S'ha actualitzat la configuració de Gnot."; -$a->strings["Gnot Settings"] = "Configuració de gnot"; -$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permet llançar les notificacions de comentaris de correu electrònic a Gmail i anonimitzar la línia de l’assumpte."; -$a->strings["Enable this addon?"] = "Activar aquest addon?"; -$a->strings["Submit"] = "Envia"; -$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notify] comenta la conversa #%d"; +$a->strings['Gnot settings updated.'] = 'S\'ha actualitzat la configuració de Gnot.'; +$a->strings['Gnot Settings'] = 'Configuració de gnot'; +$a->strings['Allows threading of email comment notifications on Gmail and anonymising the subject line.'] = 'Permet llançar les notificacions de comentaris de correu electrònic a Gmail i anonimitzar la línia de l’assumpte.'; +$a->strings['Enable this addon?'] = 'Activar aquest addon?'; +$a->strings['Submit'] = 'Envia'; +$a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica:Notify] comenta la conversa #%d'; diff --git a/gnot/lang/cs/strings.php b/gnot/lang/cs/strings.php index 93b7233b..2a522d33 100644 --- a/gnot/lang/cs/strings.php +++ b/gnot/lang/cs/strings.php @@ -5,10 +5,9 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Gnot settings updated."] = "Nastavení Gnot aktualizováno."; -$a->strings["Gnot Settings"] = "Nastavení Gnot"; -$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Umožnit řetězení emailových komentářových oznámení na Gmailu a anonymizací řádky předmětu."; -$a->strings["Enable this addon?"] = "Povolit tento doplněk?"; -$a->strings["Submit"] = "Odeslat"; -$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Oznámení] Komentář ke konverzaci #%d"; +$a->strings['Gnot settings updated.'] = 'Nastavení Gnot aktualizováno.'; +$a->strings['Gnot Settings'] = 'Nastavení Gnot'; +$a->strings['Allows threading of email comment notifications on Gmail and anonymising the subject line.'] = 'Umožnit řetězení emailových komentářových oznámení na Gmailu a anonymizací řádky předmětu.'; +$a->strings['Enable this addon?'] = 'Povolit tento doplněk?'; +$a->strings['Submit'] = 'Odeslat'; +$a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica:Oznámení] Komentář ke konverzaci #%d'; diff --git a/gnot/lang/de/strings.php b/gnot/lang/de/strings.php index e6e88993..335a94d6 100644 --- a/gnot/lang/de/strings.php +++ b/gnot/lang/de/strings.php @@ -5,9 +5,8 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Gnot Settings"] = "Gnot-Einstellungen"; -$a->strings["Save Settings"] = "Einstellungen speichern"; -$a->strings["Enable this addon?"] = "Dieses Addon aktivieren?"; -$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Erlaubt das Veröffentlichen von E-Mail-Kommentar-Benachrichtigungen bei Gmail mit anonymisiertem Betreff"; -$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica-Benachrichtigung] Kommentar zum Beitrag #%d"; +$a->strings['Gnot Settings'] = 'Gnot-Einstellungen'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; +$a->strings['Enable this addon?'] = 'Dieses Addon aktivieren?'; +$a->strings['Allows threading of email comment notifications on Gmail and anonymising the subject line.'] = 'Erlaubt das Veröffentlichen von E-Mail-Kommentar-Benachrichtigungen bei Gmail mit anonymisiertem Betreff'; +$a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica-Benachrichtigung] Kommentar zum Beitrag #%d'; diff --git a/gnot/lang/es/strings.php b/gnot/lang/es/strings.php index ae9998bd..766cb49b 100644 --- a/gnot/lang/es/strings.php +++ b/gnot/lang/es/strings.php @@ -5,9 +5,8 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Gnot Settings"] = "Ajustes de Gnot"; -$a->strings["Save Settings"] = "Guardar Ajustes"; -$a->strings["Enable this addon?"] = "¿Habilitar este plugin/addon?"; -$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permite limpiar las notificaciones de comentario de email en Gmail y anonimizar la línea del tema."; -$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notify] Comentar en conversación #%d"; +$a->strings['Gnot Settings'] = 'Ajustes de Gnot'; +$a->strings['Save Settings'] = 'Guardar Ajustes'; +$a->strings['Enable this addon?'] = '¿Habilitar este plugin/addon?'; +$a->strings['Allows threading of email comment notifications on Gmail and anonymising the subject line.'] = 'Permite limpiar las notificaciones de comentario de email en Gmail y anonimizar la línea del tema.'; +$a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica:Notify] Comentar en conversación #%d'; diff --git a/gnot/lang/fi-fi/strings.php b/gnot/lang/fi-fi/strings.php index 9de95b72..4b5e1218 100644 --- a/gnot/lang/fi-fi/strings.php +++ b/gnot/lang/fi-fi/strings.php @@ -5,9 +5,8 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Gnot settings updated."] = "Gnot -asetukset päivitetty."; -$a->strings["Gnot Settings"] = "Gnot -asetukset"; -$a->strings["Enable this addon?"] = "Ota tämä lisäosa käyttöön?"; -$a->strings["Submit"] = "Lähetä"; -$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notify] Kommentti keskustelussa #%d"; +$a->strings['Gnot settings updated.'] = 'Gnot -asetukset päivitetty.'; +$a->strings['Gnot Settings'] = 'Gnot -asetukset'; +$a->strings['Enable this addon?'] = 'Ota tämä lisäosa käyttöön?'; +$a->strings['Submit'] = 'Lähetä'; +$a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica:Notify] Kommentti keskustelussa #%d'; diff --git a/gnot/lang/fr/strings.php b/gnot/lang/fr/strings.php index a893748a..ad6b6f6c 100644 --- a/gnot/lang/fr/strings.php +++ b/gnot/lang/fr/strings.php @@ -5,9 +5,8 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Gnot Settings"] = "Paramètres Gnot"; -$a->strings["Save Settings"] = "Sauvegarder les paramètres."; -$a->strings["Enable this addon?"] = "Activer cette application complémentaire ?"; -$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permettre le filtrage des notifications de commentaires par courriel sur Gmail et l'anonymisation de l'objet."; -$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notify] Commentaire vers conversation #%d"; +$a->strings['Gnot Settings'] = 'Paramètres Gnot'; +$a->strings['Save Settings'] = 'Sauvegarder les paramètres.'; +$a->strings['Enable this addon?'] = 'Activer cette application complémentaire ?'; +$a->strings['Allows threading of email comment notifications on Gmail and anonymising the subject line.'] = 'Permettre le filtrage des notifications de commentaires par courriel sur Gmail et l\'anonymisation de l\'objet.'; +$a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica:Notify] Commentaire vers conversation #%d'; diff --git a/gnot/lang/hu/strings.php b/gnot/lang/hu/strings.php index fda9ed85..5a79321e 100644 --- a/gnot/lang/hu/strings.php +++ b/gnot/lang/hu/strings.php @@ -5,9 +5,8 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Gnot Settings"] = "Gnot beállítások"; -$a->strings["Save Settings"] = "Beállítások mentése"; -$a->strings["Enable this addon?"] = "Engedélyezi ezt a bővítményt?"; -$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Lehetővé teszi az e-mailes hozzászólás értesítéseinek szálkezelését a Gmailnél, és anonimizálja a tárgy sorát."; -$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica: értesítés] Hozzászólás a(z) %d. beszélgetéshez"; +$a->strings['Gnot Settings'] = 'Gnot beállítások'; +$a->strings['Save Settings'] = 'Beállítások mentése'; +$a->strings['Enable this addon?'] = 'Engedélyezi ezt a bővítményt?'; +$a->strings['Allows threading of email comment notifications on Gmail and anonymising the subject line.'] = 'Lehetővé teszi az e-mailes hozzászólás értesítéseinek szálkezelését a Gmailnél, és anonimizálja a tárgy sorát.'; +$a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica: értesítés] Hozzászólás a(z) %d. beszélgetéshez'; diff --git a/gnot/lang/it/strings.php b/gnot/lang/it/strings.php index 8c8fd64d..c82b12f2 100644 --- a/gnot/lang/it/strings.php +++ b/gnot/lang/it/strings.php @@ -5,9 +5,8 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Gnot Settings"] = "Impostazioni Gnot"; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$a->strings["Enable this addon?"] = "Abilita questo componente aggiuntivo?"; -$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permetti di raggruppare le notifiche dei commenti in thread su Gmail e anonimizza l'oggetto"; -$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notifica] Commento alla conversazione n° %d"; +$a->strings['Gnot Settings'] = 'Impostazioni Gnot'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; +$a->strings['Enable this addon?'] = 'Abilita questo componente aggiuntivo?'; +$a->strings['Allows threading of email comment notifications on Gmail and anonymising the subject line.'] = 'Permetti di raggruppare le notifiche dei commenti in thread su Gmail e anonimizza l\'oggetto'; +$a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica:Notifica] Commento alla conversazione n° %d'; diff --git a/gnot/lang/nl/strings.php b/gnot/lang/nl/strings.php index 38b27be5..f7430214 100644 --- a/gnot/lang/nl/strings.php +++ b/gnot/lang/nl/strings.php @@ -5,7 +5,6 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Gnot settings updated."] = "Gnot instellingen opgeslagen"; -$a->strings["Gnot Settings"] = "Gnot instellingen"; -$a->strings["Enable this addon?"] = "Deze addon inschakelen?"; +$a->strings['Gnot settings updated.'] = 'Gnot instellingen opgeslagen'; +$a->strings['Gnot Settings'] = 'Gnot instellingen'; +$a->strings['Enable this addon?'] = 'Deze addon inschakelen?'; diff --git a/gnot/lang/pl/strings.php b/gnot/lang/pl/strings.php index 4a348c2c..a32a434c 100644 --- a/gnot/lang/pl/strings.php +++ b/gnot/lang/pl/strings.php @@ -5,10 +5,9 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Gnot settings updated."] = "Zaktualizowano ustawienia Gnot."; -$a->strings["Gnot Settings"] = "Ustawienia Gnot"; -$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Umożliwia nawiązywanie powiadomień o komentarzach e-mail w Gmailu i anonimizowanie wiersza tematu."; -$a->strings["Enable this addon?"] = "Włączyć ten dodatek?"; -$a->strings["Submit"] = "Wyślij"; -$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Powiadomienie] Komentarz do rozmowy #%d"; +$a->strings['Gnot settings updated.'] = 'Zaktualizowano ustawienia Gnot.'; +$a->strings['Gnot Settings'] = 'Ustawienia Gnot'; +$a->strings['Allows threading of email comment notifications on Gmail and anonymising the subject line.'] = 'Umożliwia nawiązywanie powiadomień o komentarzach e-mail w Gmailu i anonimizowanie wiersza tematu.'; +$a->strings['Enable this addon?'] = 'Włączyć ten dodatek?'; +$a->strings['Submit'] = 'Wyślij'; +$a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica:Powiadomienie] Komentarz do rozmowy #%d'; diff --git a/gnot/lang/ro/strings.php b/gnot/lang/ro/strings.php index 1a5bb0e8..363760cc 100644 --- a/gnot/lang/ro/strings.php +++ b/gnot/lang/ro/strings.php @@ -5,10 +5,9 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Gnot settings updated."] = "Configurările Gnot au fost actualizate."; -$a->strings["Gnot Settings"] = "Configurări Gnot"; -$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permite înlănțuirea notificărilor prin email a comentariilor, în Gmail și anonimizarea subiectului."; -$a->strings["Enable this addon?"] = "Activați acest modul/supliment?"; -$a->strings["Submit"] = "Trimite"; -$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notificare] Comentariu la conversația # %d"; +$a->strings['Gnot settings updated.'] = 'Configurările Gnot au fost actualizate.'; +$a->strings['Gnot Settings'] = 'Configurări Gnot'; +$a->strings['Allows threading of email comment notifications on Gmail and anonymising the subject line.'] = 'Permite înlănțuirea notificărilor prin email a comentariilor, în Gmail și anonimizarea subiectului.'; +$a->strings['Enable this addon?'] = 'Activați acest modul/supliment?'; +$a->strings['Submit'] = 'Trimite'; +$a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica:Notificare] Comentariu la conversația # %d'; diff --git a/gnot/lang/ru/strings.php b/gnot/lang/ru/strings.php index c0288984..ddf3023e 100644 --- a/gnot/lang/ru/strings.php +++ b/gnot/lang/ru/strings.php @@ -5,10 +5,9 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Gnot settings updated."] = "Настройки Gnot обновлены."; -$a->strings["Gnot Settings"] = "Настройки Gnot"; -$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Разрешить нитевание уведомлений о комментариях на Gmail и анонимизировать поле \"Тема\"."; -$a->strings["Enable this addon?"] = "Включить этот аддон?"; -$a->strings["Submit"] = "Добавить"; -$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notify] Комментарий в теме #%d"; +$a->strings['Gnot settings updated.'] = 'Настройки Gnot обновлены.'; +$a->strings['Gnot Settings'] = 'Настройки Gnot'; +$a->strings['Allows threading of email comment notifications on Gmail and anonymising the subject line.'] = 'Разрешить нитевание уведомлений о комментариях на Gmail и анонимизировать поле "Тема".'; +$a->strings['Enable this addon?'] = 'Включить этот аддон?'; +$a->strings['Submit'] = 'Добавить'; +$a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica:Notify] Комментарий в теме #%d'; diff --git a/gravatar/lang/ca/strings.php b/gravatar/lang/ca/strings.php index edb305ce..ad00c681 100644 --- a/gravatar/lang/ca/strings.php +++ b/gravatar/lang/ca/strings.php @@ -5,17 +5,16 @@ function string_plural_select_ca($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["generic profile image"] = "imatge de perfil genèrica"; -$a->strings["random geometric pattern"] = "patró geomètric aleatori"; -$a->strings["monster face"] = "cara de monstre"; -$a->strings["computer generated face"] = "cara generada per ordinador"; -$a->strings["retro arcade style face"] = "cara d’estil d’arcades retro"; -$a->strings["Information"] = "Informació"; -$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "També hi ha instal·lat l’addon Libravatar. Inhabiliteu l'addon Libravatar o aquest addon Gravatar.
Si no es va trobar res a Libravatar, l'afegit de Libravatar tornarà a aparèixer a Gravatar."; -$a->strings["Submit"] = "Presentar"; -$a->strings["Default avatar image"] = "Imatge predeterminada d’avatar"; -$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "Seleccioneu la imatge d'avatar per defecte si no s'ha trobat cap a Gravatar. Vegeu LLEGIR"; -$a->strings["Rating of images"] = "Valoració d'imatges"; -$a->strings["Select the appropriate avatar rating for your site. See README"] = "Seleccioneu la qualificació d'avatar adequada per al vostre lloc. Vegeu LLEGIR"; -$a->strings["Gravatar settings updated."] = "S'han actualitzat els paràmetres de Gravatar."; +$a->strings['generic profile image'] = 'imatge de perfil genèrica'; +$a->strings['random geometric pattern'] = 'patró geomètric aleatori'; +$a->strings['monster face'] = 'cara de monstre'; +$a->strings['computer generated face'] = 'cara generada per ordinador'; +$a->strings['retro arcade style face'] = 'cara d’estil d’arcades retro'; +$a->strings['Information'] = 'Informació'; +$a->strings['Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar.'] = 'També hi ha instal·lat l’addon Libravatar. Inhabiliteu l\'addon Libravatar o aquest addon Gravatar.
Si no es va trobar res a Libravatar, l\'afegit de Libravatar tornarà a aparèixer a Gravatar.'; +$a->strings['Submit'] = 'Presentar'; +$a->strings['Default avatar image'] = 'Imatge predeterminada d’avatar'; +$a->strings['Select default avatar image if none was found at Gravatar. See README'] = 'Seleccioneu la imatge d\'avatar per defecte si no s\'ha trobat cap a Gravatar. Vegeu LLEGIR'; +$a->strings['Rating of images'] = 'Valoració d\'imatges'; +$a->strings['Select the appropriate avatar rating for your site. See README'] = 'Seleccioneu la qualificació d\'avatar adequada per al vostre lloc. Vegeu LLEGIR'; +$a->strings['Gravatar settings updated.'] = 'S\'han actualitzat els paràmetres de Gravatar.'; diff --git a/gravatar/lang/cs/strings.php b/gravatar/lang/cs/strings.php index 60a0533b..61e9c03e 100644 --- a/gravatar/lang/cs/strings.php +++ b/gravatar/lang/cs/strings.php @@ -5,17 +5,16 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n==1)) { return 0; } else if (($n>=2 && $n<=4)) { return 1; } else { return 2; } }} -; -$a->strings["generic profile image"] = "generický profilový obrázek"; -$a->strings["random geometric pattern"] = "náhodný geometrický vzor"; -$a->strings["monster face"] = "tvář příšery"; -$a->strings["computer generated face"] = "počítačově generovaná tvář"; -$a->strings["retro arcade style face"] = "tvář v retro arkádovém stylu"; -$a->strings["Information"] = "Informace"; -$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Libravatar doplněk je také nainstalován. Prosím zakažte doplněk Libravatar nebo tento doplněk Gravatar.
Libravatar doplněk se vrátí k doplňku Gravatar, pokud na Libravataru nebude nic nalezeno."; -$a->strings["Submit"] = "Odeslat"; -$a->strings["Default avatar image"] = "Defaultní obrázek avataru"; -$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "Nastavte defaulní obrázek avatara pokud ho již nemáte na Gravatar. Více viz. soubor README."; -$a->strings["Rating of images"] = "Hodnocení obrázků"; -$a->strings["Select the appropriate avatar rating for your site. See README"] = "Zadejte ohodnocení příslušného avatara pro vaši stránku. Viz README."; -$a->strings["Gravatar settings updated."] = "Nastavení Gravatar aktualizováno."; +$a->strings['generic profile image'] = 'generický profilový obrázek'; +$a->strings['random geometric pattern'] = 'náhodný geometrický vzor'; +$a->strings['monster face'] = 'tvář příšery'; +$a->strings['computer generated face'] = 'počítačově generovaná tvář'; +$a->strings['retro arcade style face'] = 'tvář v retro arkádovém stylu'; +$a->strings['Information'] = 'Informace'; +$a->strings['Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar.'] = 'Libravatar doplněk je také nainstalován. Prosím zakažte doplněk Libravatar nebo tento doplněk Gravatar.
Libravatar doplněk se vrátí k doplňku Gravatar, pokud na Libravataru nebude nic nalezeno.'; +$a->strings['Submit'] = 'Odeslat'; +$a->strings['Default avatar image'] = 'Defaultní obrázek avataru'; +$a->strings['Select default avatar image if none was found at Gravatar. See README'] = 'Nastavte defaulní obrázek avatara pokud ho již nemáte na Gravatar. Více viz. soubor README.'; +$a->strings['Rating of images'] = 'Hodnocení obrázků'; +$a->strings['Select the appropriate avatar rating for your site. See README'] = 'Zadejte ohodnocení příslušného avatara pro vaši stránku. Viz README.'; +$a->strings['Gravatar settings updated.'] = 'Nastavení Gravatar aktualizováno.'; diff --git a/gravatar/lang/de/strings.php b/gravatar/lang/de/strings.php index 19b7a514..b224c4f9 100644 --- a/gravatar/lang/de/strings.php +++ b/gravatar/lang/de/strings.php @@ -5,16 +5,15 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["generic profile image"] = "generisches Profilbild"; -$a->strings["random geometric pattern"] = "zufälliges Profilbild"; -$a->strings["monster face"] = "Monsterfratze"; -$a->strings["computer generated face"] = "computergeneriertes Gesicht"; -$a->strings["retro arcade style face"] = "Retro-Arcade-Design-Gesicht"; -$a->strings["Information"] = "Information"; -$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Das Libravatar-Addon ist ebenfalls installiert. Bitte deaktiviere das Libravatar-Addon oder dieses Gravatar-Addon.
"; -$a->strings["Save Settings"] = "Einstellungen speichern"; -$a->strings["Default avatar image"] = "Standard-Profilbild "; -$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "Wähle das Standardprofilbild, wenn kein Bild auf Gravatar gefunden wurde. Siehe README"; -$a->strings["Rating of images"] = "Bildbewertung"; -$a->strings["Select the appropriate avatar rating for your site. See README"] = "Wähle eine angemessene Bildbewertung für deinen Server. Siehe README"; +$a->strings['generic profile image'] = 'generisches Profilbild'; +$a->strings['random geometric pattern'] = 'zufälliges Profilbild'; +$a->strings['monster face'] = 'Monsterfratze'; +$a->strings['computer generated face'] = 'computergeneriertes Gesicht'; +$a->strings['retro arcade style face'] = 'Retro-Arcade-Design-Gesicht'; +$a->strings['Information'] = 'Information'; +$a->strings['Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar.'] = 'Das Libravatar-Addon ist ebenfalls installiert. Bitte deaktiviere das Libravatar-Addon oder dieses Gravatar-Addon.
'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; +$a->strings['Default avatar image'] = 'Standard-Profilbild '; +$a->strings['Select default avatar image if none was found at Gravatar. See README'] = 'Wähle das Standardprofilbild, wenn kein Bild auf Gravatar gefunden wurde. Siehe README'; +$a->strings['Rating of images'] = 'Bildbewertung'; +$a->strings['Select the appropriate avatar rating for your site. See README'] = 'Wähle eine angemessene Bildbewertung für deinen Server. Siehe README'; diff --git a/gravatar/lang/es/strings.php b/gravatar/lang/es/strings.php index 4563a02d..ff9d1969 100644 --- a/gravatar/lang/es/strings.php +++ b/gravatar/lang/es/strings.php @@ -5,16 +5,15 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["generic profile image"] = "imagen de perfir genético"; -$a->strings["random geometric pattern"] = "patrón geométrico aleatorio"; -$a->strings["monster face"] = "cara de monstruo"; -$a->strings["computer generated face"] = "cara generada por ordenador"; -$a->strings["retro arcade style face"] = "cara estilo arcade clásico"; -$a->strings["Information"] = "información"; -$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "El addon Libravatar está instalado también. Por favor deshabilite el addon de Libravatar o este addon de Gravatar.
El addon de Libravatar retrocederá a Gravatar si no se encuentra nada en Libravatar."; -$a->strings["Save Settings"] = "Grabar ajustes"; -$a->strings["Default avatar image"] = "Imagen de avatar por defecto"; -$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "Seleccionar la imagen de avatar por defecto si no se encuentra ninguna en Gravatar. Vea README"; -$a->strings["Rating of images"] = "Clasificación de imágenes"; -$a->strings["Select the appropriate avatar rating for your site. See README"] = "Seleccionar la apropiada clasificación de avatar para su página. Vea README"; +$a->strings['generic profile image'] = 'imagen de perfir genético'; +$a->strings['random geometric pattern'] = 'patrón geométrico aleatorio'; +$a->strings['monster face'] = 'cara de monstruo'; +$a->strings['computer generated face'] = 'cara generada por ordenador'; +$a->strings['retro arcade style face'] = 'cara estilo arcade clásico'; +$a->strings['Information'] = 'información'; +$a->strings['Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar.'] = 'El addon Libravatar está instalado también. Por favor deshabilite el addon de Libravatar o este addon de Gravatar.
El addon de Libravatar retrocederá a Gravatar si no se encuentra nada en Libravatar.'; +$a->strings['Save Settings'] = 'Grabar ajustes'; +$a->strings['Default avatar image'] = 'Imagen de avatar por defecto'; +$a->strings['Select default avatar image if none was found at Gravatar. See README'] = 'Seleccionar la imagen de avatar por defecto si no se encuentra ninguna en Gravatar. Vea README'; +$a->strings['Rating of images'] = 'Clasificación de imágenes'; +$a->strings['Select the appropriate avatar rating for your site. See README'] = 'Seleccionar la apropiada clasificación de avatar para su página. Vea README'; diff --git a/gravatar/lang/fi-fi/strings.php b/gravatar/lang/fi-fi/strings.php index 6153e8f3..cbfd2d0a 100644 --- a/gravatar/lang/fi-fi/strings.php +++ b/gravatar/lang/fi-fi/strings.php @@ -5,13 +5,12 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["generic profile image"] = "Yleinen profiilikuva"; -$a->strings["random geometric pattern"] = "satunnainen geometrinen kuvio"; -$a->strings["monster face"] = "hirviö"; -$a->strings["computer generated face"] = "tietokoneella tuotettut kasvot"; -$a->strings["retro arcade style face"] = "retro-videopeli kasvot"; -$a->strings["Information"] = "Tietoja"; -$a->strings["Submit"] = "Lähetä"; -$a->strings["Default avatar image"] = "Avatarin oletuskuva"; -$a->strings["Gravatar settings updated."] = "Gravatar -asetukset päivitetty."; +$a->strings['generic profile image'] = 'Yleinen profiilikuva'; +$a->strings['random geometric pattern'] = 'satunnainen geometrinen kuvio'; +$a->strings['monster face'] = 'hirviö'; +$a->strings['computer generated face'] = 'tietokoneella tuotettut kasvot'; +$a->strings['retro arcade style face'] = 'retro-videopeli kasvot'; +$a->strings['Information'] = 'Tietoja'; +$a->strings['Submit'] = 'Lähetä'; +$a->strings['Default avatar image'] = 'Avatarin oletuskuva'; +$a->strings['Gravatar settings updated.'] = 'Gravatar -asetukset päivitetty.'; diff --git a/gravatar/lang/fr/strings.php b/gravatar/lang/fr/strings.php index 6a17397f..e86d78e3 100644 --- a/gravatar/lang/fr/strings.php +++ b/gravatar/lang/fr/strings.php @@ -5,16 +5,15 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["generic profile image"] = "image de profil générique"; -$a->strings["random geometric pattern"] = "Schéma géométrique aléatoire "; -$a->strings["monster face"] = "Face de monstre"; -$a->strings["computer generated face"] = "visage généré par ordinateur"; -$a->strings["retro arcade style face"] = "Face style retro arcade"; -$a->strings["Information"] = "Information"; -$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "L'application complémentaire Libravatar est aussi installée. Merci de désactiver l'application complémentaire Libravatar ou cette application complémentaire Gravatar. L'application complémentaire se repliera sur Gravatar si rien n'est trouvé dans Libravatar."; -$a->strings["Save Settings"] = "Sauvegarder les paramètres."; -$a->strings["Default avatar image"] = "Image par défaut d'avatar"; -$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "Sélectionner l'avatar par défaut, si aucun n'est trouvé sur Gravatar. Voir Lisezmoi."; -$a->strings["Rating of images"] = "Notation des images"; -$a->strings["Select the appropriate avatar rating for your site. See README"] = "Sélectionner la notation d'avatar appropriée pour votre site. Voir Lisezmoi."; +$a->strings['generic profile image'] = 'image de profil générique'; +$a->strings['random geometric pattern'] = 'Schéma géométrique aléatoire '; +$a->strings['monster face'] = 'Face de monstre'; +$a->strings['computer generated face'] = 'visage généré par ordinateur'; +$a->strings['retro arcade style face'] = 'Face style retro arcade'; +$a->strings['Information'] = 'Information'; +$a->strings['Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar.'] = 'L\'application complémentaire Libravatar est aussi installée. Merci de désactiver l\'application complémentaire Libravatar ou cette application complémentaire Gravatar. L\'application complémentaire se repliera sur Gravatar si rien n\'est trouvé dans Libravatar.'; +$a->strings['Save Settings'] = 'Sauvegarder les paramètres.'; +$a->strings['Default avatar image'] = 'Image par défaut d\'avatar'; +$a->strings['Select default avatar image if none was found at Gravatar. See README'] = 'Sélectionner l\'avatar par défaut, si aucun n\'est trouvé sur Gravatar. Voir Lisezmoi.'; +$a->strings['Rating of images'] = 'Notation des images'; +$a->strings['Select the appropriate avatar rating for your site. See README'] = 'Sélectionner la notation d\'avatar appropriée pour votre site. Voir Lisezmoi.'; diff --git a/gravatar/lang/hu/strings.php b/gravatar/lang/hu/strings.php index f9942bc6..cc4d4553 100644 --- a/gravatar/lang/hu/strings.php +++ b/gravatar/lang/hu/strings.php @@ -5,16 +5,15 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["generic profile image"] = "Általános profilkép"; -$a->strings["random geometric pattern"] = "Véletlen geometriai minta"; -$a->strings["monster face"] = "Szörnyarc"; -$a->strings["computer generated face"] = "Számítógéppel előállított arc"; -$a->strings["retro arcade style face"] = "Retró árkádstílusú arc"; -$a->strings["Information"] = "Információ"; -$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "A Libravatar bővítmény is telepítve van. Tiltsa le a Libravatar bővítményt vagy ezt a Gravatar bővítményt.
A Libravatar bővítmény vissza fog állni a Gravatarra, ha semmi sem található a Libravatarnál."; -$a->strings["Save Settings"] = "Beállítások mentése"; -$a->strings["Default avatar image"] = "Alapértelmezett profilkép"; -$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "Az alapértelmezett profilkép kiválasztása, ha semmi sem található a Gravatarnál. Nézze meg a README információkat."; -$a->strings["Rating of images"] = "Képek értékelése"; -$a->strings["Select the appropriate avatar rating for your site. See README"] = "A megfelelő profilkép-értékelés kiválasztása az oldalához. Nézze meg a README információkat."; +$a->strings['generic profile image'] = 'Általános profilkép'; +$a->strings['random geometric pattern'] = 'Véletlen geometriai minta'; +$a->strings['monster face'] = 'Szörnyarc'; +$a->strings['computer generated face'] = 'Számítógéppel előállított arc'; +$a->strings['retro arcade style face'] = 'Retró árkádstílusú arc'; +$a->strings['Information'] = 'Információ'; +$a->strings['Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar.'] = 'A Libravatar bővítmény is telepítve van. Tiltsa le a Libravatar bővítményt vagy ezt a Gravatar bővítményt.
A Libravatar bővítmény vissza fog állni a Gravatarra, ha semmi sem található a Libravatarnál.'; +$a->strings['Save Settings'] = 'Beállítások mentése'; +$a->strings['Default avatar image'] = 'Alapértelmezett profilkép'; +$a->strings['Select default avatar image if none was found at Gravatar. See README'] = 'Az alapértelmezett profilkép kiválasztása, ha semmi sem található a Gravatarnál. Nézze meg a README információkat.'; +$a->strings['Rating of images'] = 'Képek értékelése'; +$a->strings['Select the appropriate avatar rating for your site. See README'] = 'A megfelelő profilkép-értékelés kiválasztása az oldalához. Nézze meg a README információkat.'; diff --git a/gravatar/lang/it/strings.php b/gravatar/lang/it/strings.php index 2377e8b4..22be01ee 100644 --- a/gravatar/lang/it/strings.php +++ b/gravatar/lang/it/strings.php @@ -5,16 +5,15 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["generic profile image"] = "immagine generica del profilo"; -$a->strings["random geometric pattern"] = "schema geometrico casuale"; -$a->strings["monster face"] = "faccia di mostro"; -$a->strings["computer generated face"] = "faccia generata dal computer"; -$a->strings["retro arcade style face"] = "faccia stile retro arcade"; -$a->strings["Information"] = "Informazione"; -$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Il componente aggiuntivo Libravatar è installato. Disabilita il componente aggiuntivo Libravatar o questo componente aggiuntivo Gravatar
Il componente aggiuntivo Libravatar si appoggerà a Gravatar se non trova nulla su Libravatar."; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$a->strings["Default avatar image"] = "Immagine avatar predefinita"; -$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "Seleziona l'immagine di default se non viene trovato niente. Vedi README"; -$a->strings["Rating of images"] = "Valutazione delle immagini"; -$a->strings["Select the appropriate avatar rating for your site. See README"] = "Seleziona la valutazione dell'avatar appropriata per il tuo sito. Vedi README"; +$a->strings['generic profile image'] = 'immagine generica del profilo'; +$a->strings['random geometric pattern'] = 'schema geometrico casuale'; +$a->strings['monster face'] = 'faccia di mostro'; +$a->strings['computer generated face'] = 'faccia generata dal computer'; +$a->strings['retro arcade style face'] = 'faccia stile retro arcade'; +$a->strings['Information'] = 'Informazione'; +$a->strings['Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar.'] = 'Il componente aggiuntivo Libravatar è installato. Disabilita il componente aggiuntivo Libravatar o questo componente aggiuntivo Gravatar
Il componente aggiuntivo Libravatar si appoggerà a Gravatar se non trova nulla su Libravatar.'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; +$a->strings['Default avatar image'] = 'Immagine avatar predefinita'; +$a->strings['Select default avatar image if none was found at Gravatar. See README'] = 'Seleziona l\'immagine di default se non viene trovato niente. Vedi README'; +$a->strings['Rating of images'] = 'Valutazione delle immagini'; +$a->strings['Select the appropriate avatar rating for your site. See README'] = 'Seleziona la valutazione dell\'avatar appropriata per il tuo sito. Vedi README'; diff --git a/gravatar/lang/nl/strings.php b/gravatar/lang/nl/strings.php index dd615902..fe59598d 100644 --- a/gravatar/lang/nl/strings.php +++ b/gravatar/lang/nl/strings.php @@ -5,8 +5,7 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["generic profile image"] = "Generieke profiel-foto"; -$a->strings["random geometric pattern"] = "Willekeurige geometrische figuur"; -$a->strings["Information"] = "Informatie"; -$a->strings["Gravatar settings updated."] = "Gravatar instellingen opgeslagen"; +$a->strings['generic profile image'] = 'Generieke profiel-foto'; +$a->strings['random geometric pattern'] = 'Willekeurige geometrische figuur'; +$a->strings['Information'] = 'Informatie'; +$a->strings['Gravatar settings updated.'] = 'Gravatar instellingen opgeslagen'; diff --git a/gravatar/lang/pl/strings.php b/gravatar/lang/pl/strings.php index af05adb5..ea84e62a 100644 --- a/gravatar/lang/pl/strings.php +++ b/gravatar/lang/pl/strings.php @@ -5,17 +5,16 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["generic profile image"] = "ogólny obraz profilu"; -$a->strings["random geometric pattern"] = "losowy wzór geometryczny"; -$a->strings["monster face"] = "twarz potwora"; -$a->strings["computer generated face"] = "wygenerowana komputerowo twarz"; -$a->strings["retro arcade style face"] = "twarz w stylu retro arcade"; -$a->strings["Information"] = "Informacje"; -$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Zainstalowany jest także dodatek Libravatar. Wyłącz dodatek Libravatar lub dodatek Gravatar.
Dodatek Libravatar powróci do Gravatar, jeśli w Libravatar nie zostanie znaleziony żaden przedmiot."; -$a->strings["Submit"] = "Zatwierdź"; -$a->strings["Default avatar image"] = "Domyślny obraz awatara"; -$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "Wybierz domyślny obraz awatara, jeśli nie znaleziono go w Gravatar. Zobacz README"; -$a->strings["Rating of images"] = "Ocena zdjęć"; -$a->strings["Select the appropriate avatar rating for your site. See README"] = "Wybierz odpowiednią ocenę awatara dla swojej witryny. Zobacz README"; -$a->strings["Gravatar settings updated."] = "Zaktualizowano ustawienia Gravatar."; +$a->strings['generic profile image'] = 'ogólny obraz profilu'; +$a->strings['random geometric pattern'] = 'losowy wzór geometryczny'; +$a->strings['monster face'] = 'twarz potwora'; +$a->strings['computer generated face'] = 'wygenerowana komputerowo twarz'; +$a->strings['retro arcade style face'] = 'twarz w stylu retro arcade'; +$a->strings['Information'] = 'Informacje'; +$a->strings['Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar.'] = 'Zainstalowany jest także dodatek Libravatar. Wyłącz dodatek Libravatar lub dodatek Gravatar.
Dodatek Libravatar powróci do Gravatar, jeśli w Libravatar nie zostanie znaleziony żaden przedmiot.'; +$a->strings['Submit'] = 'Zatwierdź'; +$a->strings['Default avatar image'] = 'Domyślny obraz awatara'; +$a->strings['Select default avatar image if none was found at Gravatar. See README'] = 'Wybierz domyślny obraz awatara, jeśli nie znaleziono go w Gravatar. Zobacz README'; +$a->strings['Rating of images'] = 'Ocena zdjęć'; +$a->strings['Select the appropriate avatar rating for your site. See README'] = 'Wybierz odpowiednią ocenę awatara dla swojej witryny. Zobacz README'; +$a->strings['Gravatar settings updated.'] = 'Zaktualizowano ustawienia Gravatar.'; diff --git a/gravatar/lang/pt-br/strings.php b/gravatar/lang/pt-br/strings.php index 5b9381e9..9da2b471 100644 --- a/gravatar/lang/pt-br/strings.php +++ b/gravatar/lang/pt-br/strings.php @@ -5,17 +5,16 @@ function string_plural_select_pt_br($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["generic profile image"] = "imagem de perfil genérica"; -$a->strings["random geometric pattern"] = "estampa geométrica aleatória"; -$a->strings["monster face"] = "careta"; -$a->strings["computer generated face"] = "rosto gerado por computador"; -$a->strings["retro arcade style face"] = "rosto de personagem de fliperama"; -$a->strings["Information"] = "Informação"; -$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "O complemento Libravatar também está instalado. Desabilite o Libravatar ou este complemento, o Gravatar.
Se não encontrar nada, o Libravatar remeterá ao Gravatar."; -$a->strings["Submit"] = "Enviar"; -$a->strings["Default avatar image"] = "Avatar padrão"; -$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "Selecione a imagem de avatar padrão que será usada se nenhuma for encontrada no Gravatar. Veja README."; -$a->strings["Rating of images"] = "Classificação de imagens"; -$a->strings["Select the appropriate avatar rating for your site. See README"] = "Selecione a classificação apropriada para os avatares que serão mostrados no seu site. Veja README."; -$a->strings["Gravatar settings updated."] = "As configurações do Gravatar foram atualizadas."; +$a->strings['generic profile image'] = 'imagem de perfil genérica'; +$a->strings['random geometric pattern'] = 'estampa geométrica aleatória'; +$a->strings['monster face'] = 'careta'; +$a->strings['computer generated face'] = 'rosto gerado por computador'; +$a->strings['retro arcade style face'] = 'rosto de personagem de fliperama'; +$a->strings['Information'] = 'Informação'; +$a->strings['Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar.'] = 'O complemento Libravatar também está instalado. Desabilite o Libravatar ou este complemento, o Gravatar.
Se não encontrar nada, o Libravatar remeterá ao Gravatar.'; +$a->strings['Submit'] = 'Enviar'; +$a->strings['Default avatar image'] = 'Avatar padrão'; +$a->strings['Select default avatar image if none was found at Gravatar. See README'] = 'Selecione a imagem de avatar padrão que será usada se nenhuma for encontrada no Gravatar. Veja README.'; +$a->strings['Rating of images'] = 'Classificação de imagens'; +$a->strings['Select the appropriate avatar rating for your site. See README'] = 'Selecione a classificação apropriada para os avatares que serão mostrados no seu site. Veja README.'; +$a->strings['Gravatar settings updated.'] = 'As configurações do Gravatar foram atualizadas.'; diff --git a/gravatar/lang/ro/strings.php b/gravatar/lang/ro/strings.php index 355ec92b..e88faa0b 100644 --- a/gravatar/lang/ro/strings.php +++ b/gravatar/lang/ro/strings.php @@ -5,17 +5,16 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["generic profile image"] = "imagine generică de profil"; -$a->strings["random geometric pattern"] = "șablon geometric aleator"; -$a->strings["monster face"] = "chip monstruos"; -$a->strings["computer generated face"] = "chip generat de calculator"; -$a->strings["retro arcade style face"] = "chip în stil jocuri arcade retro "; -$a->strings["Information"] = "Informaţii"; -$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Modulul Libravatar este instalat, de asemenea. Vă rugăm să dezactivați modulul Libravatar sau acest modul Gravatar.
Modulul Libravatar va reveni înapoi la Gravatar, dacă nu s-a găsit nimic în Libravatar."; -$a->strings["Submit"] = "Trimite"; -$a->strings["Default avatar image"] = "Imagine avatar implicită"; -$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "Selectați imagine avatar implicită, dacă nici una nu fost găsită în Gravatar. Consultați FIŞIERUL README"; -$a->strings["Rating of images"] = "Evaluările imaginilor"; -$a->strings["Select the appropriate avatar rating for your site. See README"] = "Selectați evaluarea adecvată a avatarului pentru site-ul dumneavoastră. Consultați FIŞIERUL README"; -$a->strings["Gravatar settings updated."] = "Configurările Gravatar au fost actualizate."; +$a->strings['generic profile image'] = 'imagine generică de profil'; +$a->strings['random geometric pattern'] = 'șablon geometric aleator'; +$a->strings['monster face'] = 'chip monstruos'; +$a->strings['computer generated face'] = 'chip generat de calculator'; +$a->strings['retro arcade style face'] = 'chip în stil jocuri arcade retro '; +$a->strings['Information'] = 'Informaţii'; +$a->strings['Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar.'] = 'Modulul Libravatar este instalat, de asemenea. Vă rugăm să dezactivați modulul Libravatar sau acest modul Gravatar.
Modulul Libravatar va reveni înapoi la Gravatar, dacă nu s-a găsit nimic în Libravatar.'; +$a->strings['Submit'] = 'Trimite'; +$a->strings['Default avatar image'] = 'Imagine avatar implicită'; +$a->strings['Select default avatar image if none was found at Gravatar. See README'] = 'Selectați imagine avatar implicită, dacă nici una nu fost găsită în Gravatar. Consultați FIŞIERUL README'; +$a->strings['Rating of images'] = 'Evaluările imaginilor'; +$a->strings['Select the appropriate avatar rating for your site. See README'] = 'Selectați evaluarea adecvată a avatarului pentru site-ul dumneavoastră. Consultați FIŞIERUL README'; +$a->strings['Gravatar settings updated.'] = 'Configurările Gravatar au fost actualizate.'; diff --git a/gravatar/lang/ru/strings.php b/gravatar/lang/ru/strings.php index c787e79b..6bb68b79 100644 --- a/gravatar/lang/ru/strings.php +++ b/gravatar/lang/ru/strings.php @@ -5,17 +5,16 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["generic profile image"] = "общее изображение профиля"; -$a->strings["random geometric pattern"] = "случайный геометрический паттерн"; -$a->strings["monster face"] = "monster face"; -$a->strings["computer generated face"] = "сгенерированное лицо"; -$a->strings["retro arcade style face"] = "лицо в стиле retro arcade"; -$a->strings["Information"] = "Информация"; -$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Аддон Libravatar тоже установлен. Пожалуйста, отключите его.
Libravatar использует Gravatar если Libravatar не может найти изображение у себя."; -$a->strings["Submit"] = "Добавить"; -$a->strings["Default avatar image"] = "Аватар по умолчанию"; -$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "Выберите аватар по умолчанию если ничего не было найдено на Gravatar. Смотрите README"; -$a->strings["Rating of images"] = "Рейтинг изображений"; -$a->strings["Select the appropriate avatar rating for your site. See README"] = "Выберите нужный рейтинг изображений для вашего сайта. Смотрите README"; -$a->strings["Gravatar settings updated."] = "Настройки Gravatar обновлены."; +$a->strings['generic profile image'] = 'общее изображение профиля'; +$a->strings['random geometric pattern'] = 'случайный геометрический паттерн'; +$a->strings['monster face'] = 'monster face'; +$a->strings['computer generated face'] = 'сгенерированное лицо'; +$a->strings['retro arcade style face'] = 'лицо в стиле retro arcade'; +$a->strings['Information'] = 'Информация'; +$a->strings['Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar.'] = 'Аддон Libravatar тоже установлен. Пожалуйста, отключите его.
Libravatar использует Gravatar если Libravatar не может найти изображение у себя.'; +$a->strings['Submit'] = 'Добавить'; +$a->strings['Default avatar image'] = 'Аватар по умолчанию'; +$a->strings['Select default avatar image if none was found at Gravatar. See README'] = 'Выберите аватар по умолчанию если ничего не было найдено на Gravatar. Смотрите README'; +$a->strings['Rating of images'] = 'Рейтинг изображений'; +$a->strings['Select the appropriate avatar rating for your site. See README'] = 'Выберите нужный рейтинг изображений для вашего сайта. Смотрите README'; +$a->strings['Gravatar settings updated.'] = 'Настройки Gravatar обновлены.'; diff --git a/group_text/lang/ca/strings.php b/group_text/lang/ca/strings.php index c32779a5..b28db322 100644 --- a/group_text/lang/ca/strings.php +++ b/group_text/lang/ca/strings.php @@ -5,8 +5,7 @@ function string_plural_select_ca($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Group Text settings updated."] = "La configuració del text del grup s'ha actualitzat."; -$a->strings["Group Text"] = "Missatge del grup"; -$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "Utilitzeu un selector de grup de només text (que no sigui una imatge) al menú 'Edita grup'"; -$a->strings["Submit"] = "sotmetre's"; +$a->strings['Group Text settings updated.'] = 'La configuració del text del grup s\'ha actualitzat.'; +$a->strings['Group Text'] = 'Missatge del grup'; +$a->strings['Use a text only (non-image) group selector in the "group edit" menu'] = 'Utilitzeu un selector de grup de només text (que no sigui una imatge) al menú \'Edita grup\''; +$a->strings['Submit'] = 'sotmetre\'s'; diff --git a/group_text/lang/cs/strings.php b/group_text/lang/cs/strings.php index 0181c595..510453af 100644 --- a/group_text/lang/cs/strings.php +++ b/group_text/lang/cs/strings.php @@ -5,8 +5,7 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Group Text settings updated."] = "Nastavení Group Text aktualizována."; -$a->strings["Group Text"] = "Skupinový text"; -$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "Použijte pouze textový (bezobrázkový) výběr skupiny v menu úpravy skupin."; -$a->strings["Submit"] = "Odeslat"; +$a->strings['Group Text settings updated.'] = 'Nastavení Group Text aktualizována.'; +$a->strings['Group Text'] = 'Skupinový text'; +$a->strings['Use a text only (non-image) group selector in the "group edit" menu'] = 'Použijte pouze textový (bezobrázkový) výběr skupiny v menu úpravy skupin.'; +$a->strings['Submit'] = 'Odeslat'; diff --git a/group_text/lang/de/strings.php b/group_text/lang/de/strings.php index 76729983..b13b97a1 100644 --- a/group_text/lang/de/strings.php +++ b/group_text/lang/de/strings.php @@ -5,7 +5,6 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Group Text"] = "Gruppen als Text"; -$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "Beim Bearbeiten von Gruppen Text statt Bilder anzeigen"; -$a->strings["Save Settings"] = "Einstellungen speichern"; +$a->strings['Group Text'] = 'Gruppen als Text'; +$a->strings['Use a text only (non-image) group selector in the "group edit" menu'] = 'Beim Bearbeiten von Gruppen Text statt Bilder anzeigen'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; diff --git a/group_text/lang/es/strings.php b/group_text/lang/es/strings.php index 443b0647..632130fd 100644 --- a/group_text/lang/es/strings.php +++ b/group_text/lang/es/strings.php @@ -5,7 +5,6 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Group Text"] = "Grupo de Texto"; -$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "Utilice sólo el selector de grupo de texto (no imagen) en el menú \"edición de grupo\""; -$a->strings["Save Settings"] = "Guardar Ajustes"; +$a->strings['Group Text'] = 'Grupo de Texto'; +$a->strings['Use a text only (non-image) group selector in the "group edit" menu'] = 'Utilice sólo el selector de grupo de texto (no imagen) en el menú "edición de grupo"'; +$a->strings['Save Settings'] = 'Guardar Ajustes'; diff --git a/group_text/lang/fi-fi/strings.php b/group_text/lang/fi-fi/strings.php index d26aebc9..5bcd0ddc 100644 --- a/group_text/lang/fi-fi/strings.php +++ b/group_text/lang/fi-fi/strings.php @@ -5,7 +5,6 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Group Text settings updated."] = "Group Text -asetukset päivitetty."; -$a->strings["Group Text"] = "Group Text"; -$a->strings["Submit"] = "Lähetä"; +$a->strings['Group Text settings updated.'] = 'Group Text -asetukset päivitetty.'; +$a->strings['Group Text'] = 'Group Text'; +$a->strings['Submit'] = 'Lähetä'; diff --git a/group_text/lang/fr/strings.php b/group_text/lang/fr/strings.php index 317bb497..baf5e92b 100644 --- a/group_text/lang/fr/strings.php +++ b/group_text/lang/fr/strings.php @@ -5,7 +5,6 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Group Text"] = "Groupe de texte"; -$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "Utiliser uniquement un groupe de texte (pas d'image) dans le menu \"groupedit\""; -$a->strings["Save Settings"] = "Sauvegarder les paramètres"; +$a->strings['Group Text'] = 'Groupe de texte'; +$a->strings['Use a text only (non-image) group selector in the "group edit" menu'] = 'Utiliser uniquement un groupe de texte (pas d\'image) dans le menu "groupedit"'; +$a->strings['Save Settings'] = 'Sauvegarder les paramètres'; diff --git a/group_text/lang/hu/strings.php b/group_text/lang/hu/strings.php index 546a215c..98e1aa48 100644 --- a/group_text/lang/hu/strings.php +++ b/group_text/lang/hu/strings.php @@ -5,7 +5,6 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Group Text"] = "Csoportszöveg"; -$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "Csak szöveges (kép nélküli) csoportválasztó használata a „csoportszerkesztés” menüben"; -$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings['Group Text'] = 'Csoportszöveg'; +$a->strings['Use a text only (non-image) group selector in the "group edit" menu'] = 'Csak szöveges (kép nélküli) csoportválasztó használata a „csoportszerkesztés” menüben'; +$a->strings['Save Settings'] = 'Beállítások mentése'; diff --git a/group_text/lang/it/strings.php b/group_text/lang/it/strings.php index c2afcb21..e52683e9 100644 --- a/group_text/lang/it/strings.php +++ b/group_text/lang/it/strings.php @@ -5,7 +5,6 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Group Text"] = "Editor Gruppi Testuale"; -$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "Usa un selettore testuale (senza immagini) nella pagina \"modifica gruppo\""; -$a->strings["Save Settings"] = "Salva Impostazioni"; +$a->strings['Group Text'] = 'Editor Gruppi Testuale'; +$a->strings['Use a text only (non-image) group selector in the "group edit" menu'] = 'Usa un selettore testuale (senza immagini) nella pagina "modifica gruppo"'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; diff --git a/group_text/lang/nl/strings.php b/group_text/lang/nl/strings.php index 7fe23f7b..ba3cb3ec 100644 --- a/group_text/lang/nl/strings.php +++ b/group_text/lang/nl/strings.php @@ -5,6 +5,5 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Group Text settings updated."] = "Groupsberichten instellingen opgeslagen"; -$a->strings["Group Text"] = "Groepsbericht"; +$a->strings['Group Text settings updated.'] = 'Groupsberichten instellingen opgeslagen'; +$a->strings['Group Text'] = 'Groepsbericht'; diff --git a/group_text/lang/pl/strings.php b/group_text/lang/pl/strings.php index 86bab60f..fe37dc9b 100644 --- a/group_text/lang/pl/strings.php +++ b/group_text/lang/pl/strings.php @@ -5,8 +5,7 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Group Text settings updated."] = "Zaktualizowano ustawienia tekstu grupowego."; -$a->strings["Group Text"] = "Grupuj tekst"; -$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "Użyj selektora grupy tylko tekst (inny niż obraz) w menu \"Edycja grupy\""; -$a->strings["Submit"] = "Zatwierdź"; +$a->strings['Group Text settings updated.'] = 'Zaktualizowano ustawienia tekstu grupowego.'; +$a->strings['Group Text'] = 'Grupuj tekst'; +$a->strings['Use a text only (non-image) group selector in the "group edit" menu'] = 'Użyj selektora grupy tylko tekst (inny niż obraz) w menu "Edycja grupy"'; +$a->strings['Submit'] = 'Zatwierdź'; diff --git a/group_text/lang/ro/strings.php b/group_text/lang/ro/strings.php index 0b420334..892ffc68 100644 --- a/group_text/lang/ro/strings.php +++ b/group_text/lang/ro/strings.php @@ -5,8 +5,7 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Group Text settings updated."] = "Configurările Text Grup, au fost actualizate."; -$a->strings["Group Text"] = "Text Grup"; -$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "Folosiți în meniul \"editare grup\" un selector de grup strict textual (fără-imagine)"; -$a->strings["Submit"] = "Trimite"; +$a->strings['Group Text settings updated.'] = 'Configurările Text Grup, au fost actualizate.'; +$a->strings['Group Text'] = 'Text Grup'; +$a->strings['Use a text only (non-image) group selector in the "group edit" menu'] = 'Folosiți în meniul "editare grup" un selector de grup strict textual (fără-imagine)'; +$a->strings['Submit'] = 'Trimite'; diff --git a/group_text/lang/ru/strings.php b/group_text/lang/ru/strings.php index a1b80f8f..0f74e7ca 100644 --- a/group_text/lang/ru/strings.php +++ b/group_text/lang/ru/strings.php @@ -5,8 +5,7 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Group Text settings updated."] = "Настройки Group Text обновлены."; -$a->strings["Group Text"] = "Group Text"; -$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "Используйте текстовый (не изображение) селектор группы в режиме редактирования группы"; -$a->strings["Submit"] = "Добавить"; +$a->strings['Group Text settings updated.'] = 'Настройки Group Text обновлены.'; +$a->strings['Group Text'] = 'Group Text'; +$a->strings['Use a text only (non-image) group selector in the "group edit" menu'] = 'Используйте текстовый (не изображение) селектор группы в режиме редактирования группы'; +$a->strings['Submit'] = 'Добавить'; diff --git a/ifttt/lang/cs/strings.php b/ifttt/lang/cs/strings.php index 04a95b1c..5985f455 100644 --- a/ifttt/lang/cs/strings.php +++ b/ifttt/lang/cs/strings.php @@ -5,10 +5,10 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["IFTTT Mirror"] = "Zrcadlení IFTTT"; -$a->strings["Body for \"new status message\""] = "Tělo pole \"nová statusová zpráva\""; -$a->strings["Body for \"new photo upload\""] = "Tělo pole \"nová nahraná fotografie\""; -$a->strings["Body for \"new link post\""] = "Tělo pole \"nový příspěvek\""; -$a->strings["Generate new key"] = "Generovat nový klíč"; -$a->strings["Save Settings"] = "Uložit nastavení"; +$a->strings['IFTTT Mirror'] = 'Zrcadlení IFTTT'; +$a->strings['Create an account at IFTTT. Create three Facebook recipes that are connected with Maker (In the form "if Facebook then Maker") with the following parameters:'] = 'Vytvořte si účet na IFTTT. Vytvořte si tři recepty na Facebooku, které jsou připojeny k Makeru (ve formě "If Facebook then Maker") s následujícími parametry:'; +$a->strings['Body for "new status message"'] = 'Tělo pole "nová statusová zpráva"'; +$a->strings['Body for "new photo upload"'] = 'Tělo pole "nová nahraná fotografie"'; +$a->strings['Body for "new link post"'] = 'Tělo pole "nový příspěvek"'; +$a->strings['Generate new key'] = 'Generovat nový klíč'; +$a->strings['Save Settings'] = 'Uložit nastavení'; diff --git a/ifttt/lang/de/strings.php b/ifttt/lang/de/strings.php index 3485ba19..38839607 100644 --- a/ifttt/lang/de/strings.php +++ b/ifttt/lang/de/strings.php @@ -5,10 +5,10 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["IFTTT Mirror"] = "IFTTT Spiegel"; -$a->strings["Body for \"new status message\""] = "Body für \"Neue Status Meldung\""; -$a->strings["Body for \"new photo upload\""] = "Body für \"Neues Foto hochgeladen\""; -$a->strings["Body for \"new link post\""] = "Body für \"Neue Nachricht\""; -$a->strings["Generate new key"] = "Generiere neuen Schlüssel"; -$a->strings["Save Settings"] = "Speichere Einstellungen"; +$a->strings['IFTTT Mirror'] = 'IFTTT Spiegel'; +$a->strings['Create an account at IFTTT. Create three Facebook recipes that are connected with Maker (In the form "if Facebook then Maker") with the following parameters:'] = 'Lege ein Konto bei IFTTT an. Gebe drei Facebook Empfänger ein, die mit Maker verbunden sind (in der Form "wenn Facebook dann Maker"), mit den folgenden Parametern:'; +$a->strings['Body for "new status message"'] = 'Body für "Neue Status Meldung"'; +$a->strings['Body for "new photo upload"'] = 'Body für "Neues Foto hochgeladen"'; +$a->strings['Body for "new link post"'] = 'Body für "Neue Nachricht"'; +$a->strings['Generate new key'] = 'Generiere neuen Schlüssel'; +$a->strings['Save Settings'] = 'Speichere Einstellungen'; diff --git a/ifttt/lang/en-gb/strings.php b/ifttt/lang/en-gb/strings.php index e0e7578f..b9b4791f 100644 --- a/ifttt/lang/en-gb/strings.php +++ b/ifttt/lang/en-gb/strings.php @@ -5,10 +5,10 @@ function string_plural_select_en_gb($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["IFTTT Mirror"] = "IFTTT Mirror"; -$a->strings["Body for \"new status message\""] = "Body for \"new status message\""; -$a->strings["Body for \"new photo upload\""] = "Body for \"new photo upload\""; -$a->strings["Body for \"new link post\""] = "Body for \"new link post\""; -$a->strings["Generate new key"] = "Generate new key"; -$a->strings["Save Settings"] = "Save settings"; +$a->strings['IFTTT Mirror'] = 'IFTTT Mirror'; +$a->strings['Create an account at IFTTT. Create three Facebook recipes that are connected with Maker (In the form "if Facebook then Maker") with the following parameters:'] = 'Create an account at IFTTT. Create three Facebook recipes that are connected with Maker (In the form "if Facebook then Maker") with the following parameters:'; +$a->strings['Body for "new status message"'] = 'Body for "new status message"'; +$a->strings['Body for "new photo upload"'] = 'Body for "new photo upload"'; +$a->strings['Body for "new link post"'] = 'Body for "new link post"'; +$a->strings['Generate new key'] = 'Generate new key'; +$a->strings['Save Settings'] = 'Save settings'; diff --git a/ifttt/lang/es/strings.php b/ifttt/lang/es/strings.php index 55581c95..7c0ab7e9 100644 --- a/ifttt/lang/es/strings.php +++ b/ifttt/lang/es/strings.php @@ -5,10 +5,10 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["IFTTT Mirror"] = "IFTTT Espejo"; -$a->strings["Body for \"new status message\""] = "Cuerpo de \"Nuevo mensaje de estatus\""; -$a->strings["Body for \"new photo upload\""] = "Cuerpo de \"nueva foto a subir\""; -$a->strings["Body for \"new link post\""] = "Cuerpo de \"Nuevo vinculo de artículo\""; -$a->strings["Generate new key"] = "Generar clave nueva"; -$a->strings["Save Settings"] = "Guardar ajustes"; +$a->strings['IFTTT Mirror'] = 'IFTTT Espejo'; +$a->strings['Create an account at IFTTT. Create three Facebook recipes that are connected with Maker (In the form "if Facebook then Maker") with the following parameters:'] = 'Crea una cuenta en IFTTT. Crea tres recetas de Facebook que estén conectadas con Fabricante (En el formulario "si Facebook, entonces Maker") con los siguientes parámetros:'; +$a->strings['Body for "new status message"'] = 'Cuerpo de "Nuevo mensaje de estatus"'; +$a->strings['Body for "new photo upload"'] = 'Cuerpo de "nueva foto a subir"'; +$a->strings['Body for "new link post"'] = 'Cuerpo de "Nuevo vinculo de artículo"'; +$a->strings['Generate new key'] = 'Generar clave nueva'; +$a->strings['Save Settings'] = 'Guardar ajustes'; diff --git a/ifttt/lang/fi-fi/strings.php b/ifttt/lang/fi-fi/strings.php index 1d71a7c1..6df942f7 100644 --- a/ifttt/lang/fi-fi/strings.php +++ b/ifttt/lang/fi-fi/strings.php @@ -5,6 +5,5 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Generate new key"] = "Luo uusi avain"; -$a->strings["Save Settings"] = "Tallenna asetukset"; +$a->strings['Generate new key'] = 'Luo uusi avain'; +$a->strings['Save Settings'] = 'Tallenna asetukset'; diff --git a/ifttt/lang/hu/strings.php b/ifttt/lang/hu/strings.php index c9db6f0b..7da50c34 100644 --- a/ifttt/lang/hu/strings.php +++ b/ifttt/lang/hu/strings.php @@ -5,10 +5,10 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["IFTTT Mirror"] = "IFTTT tükör"; -$a->strings["Body for \"new status message\""] = "Az „új állapotüzenet” törzse"; -$a->strings["Body for \"new photo upload\""] = "Az „új fényképfeltöltés” törzse"; -$a->strings["Body for \"new link post\""] = "Az „új hivatkozásbeküldés” törzse"; -$a->strings["Generate new key"] = "Új kulcs előállítása"; -$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings['IFTTT Mirror'] = 'IFTTT tükör'; +$a->strings['Create an account at IFTTT. Create three Facebook recipes that are connected with Maker (In the form "if Facebook then Maker") with the following parameters:'] = 'Hozzon létre egy fiókot az IFTTT oldalon. Hozzon létre három Facebook receptet, amelyek össze vannak kapcsolva a Maker szolgáltatással (a „ha Facebook, akkor Maker” űrlapon) a következő paraméterekkel:'; +$a->strings['Body for "new status message"'] = 'Az „új állapotüzenet” törzse'; +$a->strings['Body for "new photo upload"'] = 'Az „új fényképfeltöltés” törzse'; +$a->strings['Body for "new link post"'] = 'Az „új hivatkozásbeküldés” törzse'; +$a->strings['Generate new key'] = 'Új kulcs előállítása'; +$a->strings['Save Settings'] = 'Beállítások mentése'; diff --git a/ifttt/lang/pl/strings.php b/ifttt/lang/pl/strings.php index 4b87d05b..19d0ff8f 100644 --- a/ifttt/lang/pl/strings.php +++ b/ifttt/lang/pl/strings.php @@ -5,10 +5,10 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["IFTTT Mirror"] = "Lustro IFTTT"; -$a->strings["Body for \"new status message\""] = "Treść dla \"nowy status wiadomości\""; -$a->strings["Body for \"new photo upload\""] = "Treść dla \"nowe przesyłanie zdjęć\""; -$a->strings["Body for \"new link post\""] = "Treść dla \"nowe łącza postu\""; -$a->strings["Generate new key"] = "Wygeneruj nowy klucz"; -$a->strings["Save Settings"] = "Zapisz ustawienia"; +$a->strings['IFTTT Mirror'] = 'Lustro IFTTT'; +$a->strings['Create an account at IFTTT. Create three Facebook recipes that are connected with Maker (In the form "if Facebook then Maker") with the following parameters:'] = 'Utwórz konto na IFTTT. Utwórz trzy przepisy na Facebooku, które są powiązane z Maker (W formie "jeśli Facebook następnie Maker") z następujących parametrów:'; +$a->strings['Body for "new status message"'] = 'Treść dla "nowy status wiadomości"'; +$a->strings['Body for "new photo upload"'] = 'Treść dla "nowe przesyłanie zdjęć"'; +$a->strings['Body for "new link post"'] = 'Treść dla "nowe łącza postu"'; +$a->strings['Generate new key'] = 'Wygeneruj nowy klucz'; +$a->strings['Save Settings'] = 'Zapisz ustawienia'; diff --git a/ifttt/lang/zh-cn/strings.php b/ifttt/lang/zh-cn/strings.php index 88dff915..5f0d7f4e 100644 --- a/ifttt/lang/zh-cn/strings.php +++ b/ifttt/lang/zh-cn/strings.php @@ -5,10 +5,10 @@ function string_plural_select_zh_cn($n){ $n = intval($n); return intval(0); }} -; -$a->strings["IFTTT Mirror"] = "IFTTT 镜像"; -$a->strings["Body for \"new status message\""] = "正文“新状态消息”"; -$a->strings["Body for \"new photo upload\""] = "正文“新照片上传”"; -$a->strings["Body for \"new link post\""] = "正文“新发布链接”"; -$a->strings["Generate new key"] = "生成新的密钥"; -$a->strings["Save Settings"] = "保存设置"; +$a->strings['IFTTT Mirror'] = 'IFTTT 镜像'; +$a->strings['Create an account at IFTTT. Create three Facebook recipes that are connected with Maker (In the form "if Facebook then Maker") with the following parameters:'] = '在IFTTT创建帐户。使用以下参数创建三个与Maker连接的Facebook回执(格式为"If Facebook Then Maker"):'; +$a->strings['Body for "new status message"'] = '正文“新状态消息”'; +$a->strings['Body for "new photo upload"'] = '正文“新照片上传”'; +$a->strings['Body for "new link post"'] = '正文“新发布链接”'; +$a->strings['Generate new key'] = '生成新的密钥'; +$a->strings['Save Settings'] = '保存设置'; diff --git a/ijpost/lang/ca/strings.php b/ijpost/lang/ca/strings.php index 5abf4a9e..1c4baadf 100644 --- a/ijpost/lang/ca/strings.php +++ b/ijpost/lang/ca/strings.php @@ -5,11 +5,10 @@ function string_plural_select_ca($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Insanejournal"] = "Enviar a Insanejournal"; -$a->strings["InsaneJournal Post Settings"] = "Configuració de la publicació de InsaneJournal"; -$a->strings["Enable InsaneJournal Post Addon"] = "Activa la secció Addon InsaneJournal"; -$a->strings["InsaneJournal username"] = "Nom d'usuari de InsaneJournal"; -$a->strings["InsaneJournal password"] = "Contrasenya de InsaneJournal"; -$a->strings["Post to InsaneJournal by default"] = "Publica-ho de manera predeterminada a InsaneJournal"; -$a->strings["Submit"] = "sotmetre's"; +$a->strings['Post to Insanejournal'] = 'Enviar a Insanejournal'; +$a->strings['InsaneJournal Post Settings'] = 'Configuració de la publicació de InsaneJournal'; +$a->strings['Enable InsaneJournal Post Addon'] = 'Activa la secció Addon InsaneJournal'; +$a->strings['InsaneJournal username'] = 'Nom d\'usuari de InsaneJournal'; +$a->strings['InsaneJournal password'] = 'Contrasenya de InsaneJournal'; +$a->strings['Post to InsaneJournal by default'] = 'Publica-ho de manera predeterminada a InsaneJournal'; +$a->strings['Submit'] = 'sotmetre\'s'; diff --git a/ijpost/lang/cs/strings.php b/ijpost/lang/cs/strings.php index 4b2b3e38..e055ded3 100644 --- a/ijpost/lang/cs/strings.php +++ b/ijpost/lang/cs/strings.php @@ -5,11 +5,10 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Post to Insanejournal"] = "Posílat na InsaneJournal"; -$a->strings["InsaneJournal Post Settings"] = "Nastavení InsaneJournal Post"; -$a->strings["Enable InsaneJournal Post Addon"] = "Povolit doplněk InsaneJournal Post"; -$a->strings["InsaneJournal username"] = "Uživatelské jméno InsaneJournal"; -$a->strings["InsaneJournal password"] = "Heslo InsaneJournal"; -$a->strings["Post to InsaneJournal by default"] = "Ve výchozím stavu posílat příspěvky na InsaneJournal"; -$a->strings["Submit"] = "Odeslat"; +$a->strings['Post to Insanejournal'] = 'Posílat na InsaneJournal'; +$a->strings['InsaneJournal Post Settings'] = 'Nastavení InsaneJournal Post'; +$a->strings['Enable InsaneJournal Post Addon'] = 'Povolit doplněk InsaneJournal Post'; +$a->strings['InsaneJournal username'] = 'Uživatelské jméno InsaneJournal'; +$a->strings['InsaneJournal password'] = 'Heslo InsaneJournal'; +$a->strings['Post to InsaneJournal by default'] = 'Ve výchozím stavu posílat příspěvky na InsaneJournal'; +$a->strings['Submit'] = 'Odeslat'; diff --git a/ijpost/lang/de/strings.php b/ijpost/lang/de/strings.php index 3ba69a97..315f3a71 100644 --- a/ijpost/lang/de/strings.php +++ b/ijpost/lang/de/strings.php @@ -5,11 +5,10 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Insanejournal"] = "Auf InsaneJournal posten."; -$a->strings["InsaneJournal Export"] = "InsaneJournal Export"; -$a->strings["Enable InsaneJournal Post Addon"] = "InsaneJournal-Addon aktivieren"; -$a->strings["InsaneJournal username"] = "InsaneJournal-Benutzername"; -$a->strings["InsaneJournal password"] = "InsaneJournal-Passwort"; -$a->strings["Post to InsaneJournal by default"] = "Standardmäßig auf InsaneJournal posten."; -$a->strings["Save Settings"] = "Einstellungen speichern"; +$a->strings['Post to Insanejournal'] = 'Auf InsaneJournal posten.'; +$a->strings['InsaneJournal Export'] = 'InsaneJournal Export'; +$a->strings['Enable InsaneJournal Post Addon'] = 'InsaneJournal-Addon aktivieren'; +$a->strings['InsaneJournal username'] = 'InsaneJournal-Benutzername'; +$a->strings['InsaneJournal password'] = 'InsaneJournal-Passwort'; +$a->strings['Post to InsaneJournal by default'] = 'Standardmäßig auf InsaneJournal posten.'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; diff --git a/ijpost/lang/es/strings.php b/ijpost/lang/es/strings.php index 862610f9..e3ff1c63 100644 --- a/ijpost/lang/es/strings.php +++ b/ijpost/lang/es/strings.php @@ -5,11 +5,10 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Insanejournal"] = "Publicar en Insanejournal"; -$a->strings["InsaneJournal Export"] = "InsaneJournal Exportar"; -$a->strings["Enable InsaneJournal Post Addon"] = "Habilitar el Plugin de Entrada InsaneJournal"; -$a->strings["InsaneJournal username"] = "Nombre de usuario InsaneJournal"; -$a->strings["InsaneJournal password"] = "Contraseña de InsaneJournal"; -$a->strings["Post to InsaneJournal by default"] = "Publicar en InsaneJournal por defecto"; -$a->strings["Save Settings"] = "Guardar Ajustes"; +$a->strings['Post to Insanejournal'] = 'Publicar en Insanejournal'; +$a->strings['InsaneJournal Export'] = 'InsaneJournal Exportar'; +$a->strings['Enable InsaneJournal Post Addon'] = 'Habilitar el Plugin de Entrada InsaneJournal'; +$a->strings['InsaneJournal username'] = 'Nombre de usuario InsaneJournal'; +$a->strings['InsaneJournal password'] = 'Contraseña de InsaneJournal'; +$a->strings['Post to InsaneJournal by default'] = 'Publicar en InsaneJournal por defecto'; +$a->strings['Save Settings'] = 'Guardar Ajustes'; diff --git a/ijpost/lang/fi-fi/strings.php b/ijpost/lang/fi-fi/strings.php index a6ec9cca..994d5789 100644 --- a/ijpost/lang/fi-fi/strings.php +++ b/ijpost/lang/fi-fi/strings.php @@ -5,11 +5,10 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Insanejournal"] = "Lähetä InsaneJournaliin"; -$a->strings["InsaneJournal Post Settings"] = "InsaneJournal -viestin asetukset"; -$a->strings["Enable InsaneJournal Post Addon"] = "Ota InsaneJournal -viestilisäosa käyttöön"; -$a->strings["InsaneJournal username"] = "InsaneJournal -käyttäjätunnus"; -$a->strings["InsaneJournal password"] = "InsaneJournal -salasana"; -$a->strings["Post to InsaneJournal by default"] = "Lähetä InsaneJournaliin oletuksena"; -$a->strings["Submit"] = "Lähetä"; +$a->strings['Post to Insanejournal'] = 'Lähetä InsaneJournaliin'; +$a->strings['InsaneJournal Post Settings'] = 'InsaneJournal -viestin asetukset'; +$a->strings['Enable InsaneJournal Post Addon'] = 'Ota InsaneJournal -viestilisäosa käyttöön'; +$a->strings['InsaneJournal username'] = 'InsaneJournal -käyttäjätunnus'; +$a->strings['InsaneJournal password'] = 'InsaneJournal -salasana'; +$a->strings['Post to InsaneJournal by default'] = 'Lähetä InsaneJournaliin oletuksena'; +$a->strings['Submit'] = 'Lähetä'; diff --git a/ijpost/lang/fr/strings.php b/ijpost/lang/fr/strings.php index c4a1d78e..69169c2d 100644 --- a/ijpost/lang/fr/strings.php +++ b/ijpost/lang/fr/strings.php @@ -5,11 +5,10 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Post to Insanejournal"] = "Publier sur Insanejournal"; -$a->strings["InsaneJournal Export"] = "Export vers journal Insane "; -$a->strings["Enable InsaneJournal Post Addon"] = "Activer l'application complémentaire InsaneJournalPost"; -$a->strings["InsaneJournal username"] = "Identifiant du InsaneJournal"; -$a->strings["InsaneJournal password"] = "Mot de passe du InsaneJournal"; -$a->strings["Post to InsaneJournal by default"] = "Publier sur le InsaneJournal par défaut"; -$a->strings["Save Settings"] = "Sauvegarder les paramètres"; +$a->strings['Post to Insanejournal'] = 'Publier sur Insanejournal'; +$a->strings['InsaneJournal Export'] = 'Export vers journal Insane '; +$a->strings['Enable InsaneJournal Post Addon'] = 'Activer l\'application complémentaire InsaneJournalPost'; +$a->strings['InsaneJournal username'] = 'Identifiant du InsaneJournal'; +$a->strings['InsaneJournal password'] = 'Mot de passe du InsaneJournal'; +$a->strings['Post to InsaneJournal by default'] = 'Publier sur le InsaneJournal par défaut'; +$a->strings['Save Settings'] = 'Sauvegarder les paramètres'; diff --git a/ijpost/lang/hu/strings.php b/ijpost/lang/hu/strings.php index d514ac29..b385f9cd 100644 --- a/ijpost/lang/hu/strings.php +++ b/ijpost/lang/hu/strings.php @@ -5,11 +5,10 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Insanejournal"] = "Beküldés az InsaneJournalra"; -$a->strings["InsaneJournal Export"] = "InsaneJournal exportálás"; -$a->strings["Enable InsaneJournal Post Addon"] = "Az InsaneJournal beküldési bővítmény engedélyezése"; -$a->strings["InsaneJournal username"] = "InsaneJournal felhasználónév"; -$a->strings["InsaneJournal password"] = "InsaneJournal jelszó"; -$a->strings["Post to InsaneJournal by default"] = "Beküldés az InsaneJournalra alapértelmezetten"; -$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings['Post to Insanejournal'] = 'Beküldés az InsaneJournalra'; +$a->strings['InsaneJournal Export'] = 'InsaneJournal exportálás'; +$a->strings['Enable InsaneJournal Post Addon'] = 'Az InsaneJournal beküldési bővítmény engedélyezése'; +$a->strings['InsaneJournal username'] = 'InsaneJournal felhasználónév'; +$a->strings['InsaneJournal password'] = 'InsaneJournal jelszó'; +$a->strings['Post to InsaneJournal by default'] = 'Beküldés az InsaneJournalra alapértelmezetten'; +$a->strings['Save Settings'] = 'Beállítások mentése'; diff --git a/ijpost/lang/it/strings.php b/ijpost/lang/it/strings.php index b3d3da54..fcbfbde3 100644 --- a/ijpost/lang/it/strings.php +++ b/ijpost/lang/it/strings.php @@ -5,11 +5,10 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Insanejournal"] = "Invia a InsaneJournal"; -$a->strings["InsaneJournal Post Settings"] = "Impostazioni post InsaneJournal"; -$a->strings["Enable InsaneJournal Post Addon"] = "Abilita il componente aggiuntivo di invio a InsaneJournal"; -$a->strings["InsaneJournal username"] = "Nome utente InsaneJournal"; -$a->strings["InsaneJournal password"] = "Password InsaneJournal"; -$a->strings["Post to InsaneJournal by default"] = "Invia sempre a InsaneJournal"; -$a->strings["Submit"] = "Invia"; +$a->strings['Post to Insanejournal'] = 'Invia a InsaneJournal'; +$a->strings['InsaneJournal Export'] = 'Esporta InsaneJournal'; +$a->strings['Enable InsaneJournal Post Addon'] = 'Abilita il componente aggiuntivo di invio a InsaneJournal'; +$a->strings['InsaneJournal username'] = 'Nome utente InsaneJournal'; +$a->strings['InsaneJournal password'] = 'Password InsaneJournal'; +$a->strings['Post to InsaneJournal by default'] = 'Invia sempre a InsaneJournal'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; diff --git a/ijpost/lang/nl/strings.php b/ijpost/lang/nl/strings.php index 12981866..0f15a26f 100644 --- a/ijpost/lang/nl/strings.php +++ b/ijpost/lang/nl/strings.php @@ -5,8 +5,7 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Insanejournal"] = "Plaatsen op Insanejournal"; -$a->strings["InsaneJournal Post Settings"] = "InsaneJournal Post instellingen"; -$a->strings["Enable InsaneJournal Post Addon"] = "InsaneJournal Post Addon inschakelen"; -$a->strings["Post to InsaneJournal by default"] = "Plaatsen op InsaneJournal als standaard instellen "; +$a->strings['Post to Insanejournal'] = 'Plaatsen op Insanejournal'; +$a->strings['InsaneJournal Post Settings'] = 'InsaneJournal Post instellingen'; +$a->strings['Enable InsaneJournal Post Addon'] = 'InsaneJournal Post Addon inschakelen'; +$a->strings['Post to InsaneJournal by default'] = 'Plaatsen op InsaneJournal als standaard instellen '; diff --git a/ijpost/lang/pl/strings.php b/ijpost/lang/pl/strings.php index 266e7d27..2316e4f7 100644 --- a/ijpost/lang/pl/strings.php +++ b/ijpost/lang/pl/strings.php @@ -5,11 +5,10 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Post to Insanejournal"] = "Opublikuj w Insanejournal"; -$a->strings["InsaneJournal Post Settings"] = "InsaneJournal Ustawienia Post"; -$a->strings["Enable InsaneJournal Post Addon"] = "Włącz dodatek InsaneJournal"; -$a->strings["InsaneJournal username"] = "InsaneJournal nazwa użytkownika"; -$a->strings["InsaneJournal password"] = "Hasło InsaneJournal"; -$a->strings["Post to InsaneJournal by default"] = "Wyślij domyślnie do InsaneJournal"; -$a->strings["Submit"] = "Wyślij"; +$a->strings['Post to Insanejournal'] = 'Opublikuj w Insanejournal'; +$a->strings['InsaneJournal Post Settings'] = 'InsaneJournal Ustawienia Post'; +$a->strings['Enable InsaneJournal Post Addon'] = 'Włącz dodatek InsaneJournal'; +$a->strings['InsaneJournal username'] = 'InsaneJournal nazwa użytkownika'; +$a->strings['InsaneJournal password'] = 'Hasło InsaneJournal'; +$a->strings['Post to InsaneJournal by default'] = 'Wyślij domyślnie do InsaneJournal'; +$a->strings['Submit'] = 'Wyślij'; diff --git a/ijpost/lang/pt-br/strings.php b/ijpost/lang/pt-br/strings.php index ce901cb7..682bc7a2 100644 --- a/ijpost/lang/pt-br/strings.php +++ b/ijpost/lang/pt-br/strings.php @@ -5,11 +5,10 @@ function string_plural_select_pt_br($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Post to Insanejournal"] = "Publicar no Insanejournal"; -$a->strings["InsaneJournal Post Settings"] = "Configurações de publicação no InsaneJournal"; -$a->strings["Enable InsaneJournal Post Addon"] = "Habilitar plug-in para publicar no InsaneJournal"; -$a->strings["InsaneJournal username"] = "Nome de usuário no InsaneJournal"; -$a->strings["InsaneJournal password"] = "Senha do InsaneJournal"; -$a->strings["Post to InsaneJournal by default"] = "Publicar no InsaneJournal por padrão"; -$a->strings["Submit"] = "Enviar"; +$a->strings['Post to Insanejournal'] = 'Publicar no Insanejournal'; +$a->strings['InsaneJournal Post Settings'] = 'Configurações de publicação no InsaneJournal'; +$a->strings['Enable InsaneJournal Post Addon'] = 'Habilitar plug-in para publicar no InsaneJournal'; +$a->strings['InsaneJournal username'] = 'Nome de usuário no InsaneJournal'; +$a->strings['InsaneJournal password'] = 'Senha do InsaneJournal'; +$a->strings['Post to InsaneJournal by default'] = 'Publicar no InsaneJournal por padrão'; +$a->strings['Submit'] = 'Enviar'; diff --git a/ijpost/lang/ro/strings.php b/ijpost/lang/ro/strings.php index 607d3da7..e87a4b51 100644 --- a/ijpost/lang/ro/strings.php +++ b/ijpost/lang/ro/strings.php @@ -5,11 +5,10 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Post to Insanejournal"] = "Postare pe Insanejournal"; -$a->strings["InsaneJournal Post Settings"] = "Configurări Postări Insaneournal"; -$a->strings["Enable InsaneJournal Post Addon"] = "Activare Modul Postare InsaneJournal"; -$a->strings["InsaneJournal username"] = "Utilizator InsaneJournal "; -$a->strings["InsaneJournal password"] = "Parolă InsaneJournal "; -$a->strings["Post to InsaneJournal by default"] = "Postați implicit pe InsaneJournal "; -$a->strings["Submit"] = "Trimite"; +$a->strings['Post to Insanejournal'] = 'Postare pe Insanejournal'; +$a->strings['InsaneJournal Post Settings'] = 'Configurări Postări Insaneournal'; +$a->strings['Enable InsaneJournal Post Addon'] = 'Activare Modul Postare InsaneJournal'; +$a->strings['InsaneJournal username'] = 'Utilizator InsaneJournal '; +$a->strings['InsaneJournal password'] = 'Parolă InsaneJournal '; +$a->strings['Post to InsaneJournal by default'] = 'Postați implicit pe InsaneJournal '; +$a->strings['Submit'] = 'Trimite'; diff --git a/impressum/lang/ca/strings.php b/impressum/lang/ca/strings.php index 6db879a5..64334152 100644 --- a/impressum/lang/ca/strings.php +++ b/impressum/lang/ca/strings.php @@ -5,20 +5,19 @@ function string_plural_select_ca($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Impressum"] = "empremta"; -$a->strings["Site Owner"] = "Propietari del lloc"; -$a->strings["Email Address"] = "Correu electrònic"; -$a->strings["Postal Address"] = "Adreça postal"; -$a->strings["The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon."] = "Cal configurar l’addon impressum
Afegiu com a mínim la secció owner variable del fitxer de configuració. Per a altres variables, consulteu el fitxer README de l’adjunció."; -$a->strings["Settings updated."] = "La configuració s'ha actualitzat."; -$a->strings["Submit"] = "sotmetre's"; -$a->strings["The page operators name."] = "El nom dels operadors de pàgina."; -$a->strings["Site Owners Profile"] = "Perfil dels propietaris del lloc"; -$a->strings["Profile address of the operator."] = "Adreça del perfil de l'operador."; -$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Com contactar amb l'operador mitjançant correu cargol. Podeu utilitzar BBCode aquí."; -$a->strings["Notes"] = "nota"; -$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Notes addicionals que es mostren a sota de la informació de contacte. Podeu utilitzar BBCode aquí."; -$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Com contactar amb l'operador per correu electrònic. (es mostrarà ofuscat)"; -$a->strings["Footer note"] = "Nota de peu de pàgina"; -$a->strings["Text for the footer. You can use BBCode here."] = "Text for the footer. You can use BBCode here."; +$a->strings['Impressum'] = 'empremta'; +$a->strings['Site Owner'] = 'Propietari del lloc'; +$a->strings['Email Address'] = 'Correu electrònic'; +$a->strings['Postal Address'] = 'Adreça postal'; +$a->strings['The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon.'] = 'Cal configurar l’addon impressum
Afegiu com a mínim la secció owner variable del fitxer de configuració. Per a altres variables, consulteu el fitxer README de l’adjunció.'; +$a->strings['Settings updated.'] = 'La configuració s\'ha actualitzat.'; +$a->strings['Submit'] = 'sotmetre\'s'; +$a->strings['The page operators name.'] = 'El nom dels operadors de pàgina.'; +$a->strings['Site Owners Profile'] = 'Perfil dels propietaris del lloc'; +$a->strings['Profile address of the operator.'] = 'Adreça del perfil de l\'operador.'; +$a->strings['How to contact the operator via snail mail. You can use BBCode here.'] = 'Com contactar amb l\'operador mitjançant correu cargol. Podeu utilitzar BBCode aquí.'; +$a->strings['Notes'] = 'nota'; +$a->strings['Additional notes that are displayed beneath the contact information. You can use BBCode here.'] = 'Notes addicionals que es mostren a sota de la informació de contacte. Podeu utilitzar BBCode aquí.'; +$a->strings['How to contact the operator via email. (will be displayed obfuscated)'] = 'Com contactar amb l\'operador per correu electrònic. (es mostrarà ofuscat)'; +$a->strings['Footer note'] = 'Nota de peu de pàgina'; +$a->strings['Text for the footer. You can use BBCode here.'] = 'Text for the footer. You can use BBCode here.'; diff --git a/impressum/lang/cs/strings.php b/impressum/lang/cs/strings.php index ad99cea1..e26ada45 100644 --- a/impressum/lang/cs/strings.php +++ b/impressum/lang/cs/strings.php @@ -5,20 +5,19 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Impressum"] = "Impressum"; -$a->strings["Site Owner"] = "Majitel webu"; -$a->strings["Email Address"] = "E-mailová adresa"; -$a->strings["Postal Address"] = "Poštovní adresa"; -$a->strings["The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon."] = "Doplněk Impressum musí být nakonfigurován!
Prosím, přidejte alespoň proměnnou owner do konfiguračního souboru. Pro nastavení ostatních proměnných se seznamte s nápovědou v souboru README tohoto doplňku."; -$a->strings["Settings updated."] = "Nastavení aktualizována."; -$a->strings["Submit"] = "Odeslat"; -$a->strings["The page operators name."] = "Jméno operátora stránky."; -$a->strings["Site Owners Profile"] = "Profil majitele webu"; -$a->strings["Profile address of the operator."] = "Profilová adresa operátora."; -$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Jak kontaktovat operátora prostřednictvím klasické pošty. Zde můžete použít BBCode."; -$a->strings["Notes"] = "Poznámky"; -$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Další poznámky, které jsou zobrazeny pod kontaktními informacemi. Zde můžete použít BBCode."; -$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Jak konktaktovat operátora přes mail. (bude zobrazeno \"obfuskovaně\")"; -$a->strings["Footer note"] = "Poznámka v zápatí"; -$a->strings["Text for the footer. You can use BBCode here."] = "Text pro zápatí. Zde můžete použít BBCode."; +$a->strings['Impressum'] = 'Impressum'; +$a->strings['Site Owner'] = 'Majitel webu'; +$a->strings['Email Address'] = 'E-mailová adresa'; +$a->strings['Postal Address'] = 'Poštovní adresa'; +$a->strings['The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon.'] = 'Doplněk Impressum musí být nakonfigurován!
Prosím, přidejte alespoň proměnnou owner do konfiguračního souboru. Pro nastavení ostatních proměnných se seznamte s nápovědou v souboru README tohoto doplňku.'; +$a->strings['Settings updated.'] = 'Nastavení aktualizována.'; +$a->strings['Submit'] = 'Odeslat'; +$a->strings['The page operators name.'] = 'Jméno operátora stránky.'; +$a->strings['Site Owners Profile'] = 'Profil majitele webu'; +$a->strings['Profile address of the operator.'] = 'Profilová adresa operátora.'; +$a->strings['How to contact the operator via snail mail. You can use BBCode here.'] = 'Jak kontaktovat operátora prostřednictvím klasické pošty. Zde můžete použít BBCode.'; +$a->strings['Notes'] = 'Poznámky'; +$a->strings['Additional notes that are displayed beneath the contact information. You can use BBCode here.'] = 'Další poznámky, které jsou zobrazeny pod kontaktními informacemi. Zde můžete použít BBCode.'; +$a->strings['How to contact the operator via email. (will be displayed obfuscated)'] = 'Jak konktaktovat operátora přes mail. (bude zobrazeno "obfuskovaně")'; +$a->strings['Footer note'] = 'Poznámka v zápatí'; +$a->strings['Text for the footer. You can use BBCode here.'] = 'Text pro zápatí. Zde můžete použít BBCode.'; diff --git a/impressum/lang/de/strings.php b/impressum/lang/de/strings.php index d220645f..4af5509f 100644 --- a/impressum/lang/de/strings.php +++ b/impressum/lang/de/strings.php @@ -5,19 +5,18 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Impressum"] = "Impressum"; -$a->strings["Site Owner"] = "Betreiber der Seite"; -$a->strings["Email Address"] = "E-Mail-Adresse"; -$a->strings["Postal Address"] = "Postalische Anschrift"; -$a->strings["The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon."] = "Das Impressums-Plugin muss noch konfiguriert werden.
Bitte gebe mindestens den Betreiber in der Konfiguration an. Alle weiteren Parameter werden in der README-Datei des Addons erläutert."; -$a->strings["Save Settings"] = "Einstellungen speichern"; -$a->strings["The page operators name."] = "Name des Server-Administrators"; -$a->strings["Site Owners Profile"] = "Profil des Seitenbetreibers"; -$a->strings["Profile address of the operator."] = "Profil-Adresse des Server-Administrators"; -$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Kontaktmöglichkeiten zum Administrator via Schneckenpost. Du kannst BBCode verwenden."; -$a->strings["Notes"] = "Hinweise"; -$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Zusätzliche Informationen, die neben den Kontaktmöglichkeiten angezeigt werden. Du kannst BBCode verwenden."; -$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Wie man den Betreiber per Email erreicht. (Adresse wird verschleiert dargestellt)"; -$a->strings["Footer note"] = "Fußnote"; -$a->strings["Text for the footer. You can use BBCode here."] = "Text für die Fußzeile. Du kannst BBCode verwenden."; +$a->strings['Impressum'] = 'Impressum'; +$a->strings['Site Owner'] = 'Betreiber der Seite'; +$a->strings['Email Address'] = 'E-Mail-Adresse'; +$a->strings['Postal Address'] = 'Postalische Anschrift'; +$a->strings['The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon.'] = 'Das Impressums-Plugin muss noch konfiguriert werden.
Bitte gebe mindestens den Betreiber in der Konfiguration an. Alle weiteren Parameter werden in der README-Datei des Addons erläutert.'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; +$a->strings['The page operators name.'] = 'Name des Server-Administrators'; +$a->strings['Site Owners Profile'] = 'Profil des Seitenbetreibers'; +$a->strings['Profile address of the operator.'] = 'Profil-Adresse des Server-Administrators'; +$a->strings['How to contact the operator via snail mail. You can use BBCode here.'] = 'Kontaktmöglichkeiten zum Administrator via Schneckenpost. Du kannst BBCode verwenden.'; +$a->strings['Notes'] = 'Hinweise'; +$a->strings['Additional notes that are displayed beneath the contact information. You can use BBCode here.'] = 'Zusätzliche Informationen, die neben den Kontaktmöglichkeiten angezeigt werden. Du kannst BBCode verwenden.'; +$a->strings['How to contact the operator via email. (will be displayed obfuscated)'] = 'Wie man den Betreiber per Email erreicht. (Adresse wird verschleiert dargestellt)'; +$a->strings['Footer note'] = 'Fußnote'; +$a->strings['Text for the footer. You can use BBCode here.'] = 'Text für die Fußzeile. Du kannst BBCode verwenden.'; diff --git a/impressum/lang/en-gb/strings.php b/impressum/lang/en-gb/strings.php index 58201397..c7418c59 100644 --- a/impressum/lang/en-gb/strings.php +++ b/impressum/lang/en-gb/strings.php @@ -5,20 +5,19 @@ function string_plural_select_en_gb($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Impressum"] = "Impressum"; -$a->strings["Site Owner"] = "Site Owner"; -$a->strings["Email Address"] = "Email Address"; -$a->strings["Postal Address"] = "Postal Address"; -$a->strings["The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon."] = "The Impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables, please refer to the addon's README file."; -$a->strings["Settings updated."] = "Settings updated."; -$a->strings["Submit"] = "Submit"; -$a->strings["The page operators name."] = "The site operator's name"; -$a->strings["Site Owners Profile"] = "Site owner's profile"; -$a->strings["Profile address of the operator."] = "Profile address of the operator."; -$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "How to contact the site operator via snail mail. You can use BBCode here."; -$a->strings["Notes"] = "Notes"; -$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Additional notes that are displayed beneath the contact information. You can use BBCode here."; -$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "How to contact the operator via email. (The e-mail address will be obfuscated to avoid spam.)"; -$a->strings["Footer note"] = "Footer notes"; -$a->strings["Text for the footer. You can use BBCode here."] = "Text for the footer. You can use BBCode here."; +$a->strings['Impressum'] = 'Impressum'; +$a->strings['Site Owner'] = 'Site Owner'; +$a->strings['Email Address'] = 'Email Address'; +$a->strings['Postal Address'] = 'Postal Address'; +$a->strings['The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon.'] = 'The Impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables, please refer to the addon\'s README file.'; +$a->strings['Settings updated.'] = 'Settings updated.'; +$a->strings['Submit'] = 'Submit'; +$a->strings['The page operators name.'] = 'The site operator\'s name'; +$a->strings['Site Owners Profile'] = 'Site owner\'s profile'; +$a->strings['Profile address of the operator.'] = 'Profile address of the operator.'; +$a->strings['How to contact the operator via snail mail. You can use BBCode here.'] = 'How to contact the site operator via snail mail. You can use BBCode here.'; +$a->strings['Notes'] = 'Notes'; +$a->strings['Additional notes that are displayed beneath the contact information. You can use BBCode here.'] = 'Additional notes that are displayed beneath the contact information. You can use BBCode here.'; +$a->strings['How to contact the operator via email. (will be displayed obfuscated)'] = 'How to contact the operator via email. (The e-mail address will be obfuscated to avoid spam.)'; +$a->strings['Footer note'] = 'Footer notes'; +$a->strings['Text for the footer. You can use BBCode here.'] = 'Text for the footer. You can use BBCode here.'; diff --git a/impressum/lang/es/strings.php b/impressum/lang/es/strings.php index edbf26fc..80862a69 100644 --- a/impressum/lang/es/strings.php +++ b/impressum/lang/es/strings.php @@ -5,19 +5,18 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Impressum"] = "Impressum"; -$a->strings["Site Owner"] = "Propietario de la página"; -$a->strings["Email Address"] = "Dirección de Email"; -$a->strings["Postal Address"] = "Dirección postal"; -$a->strings["The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon."] = "¡El addon impressum necesita ser configurado!
Por favor añada al menos propietario disponible en su archivo de configuración. Para otros valores por favor dirígase al archivo README del addon."; -$a->strings["Save Settings"] = "Guardar Ajustes"; -$a->strings["The page operators name."] = "El nombre de los operadores de página"; -$a->strings["Site Owners Profile"] = "Perfil del Propietario de la Página"; -$a->strings["Profile address of the operator."] = "Dirección del perfil del operador."; -$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Cómo contactar con el operador via correo ordinario. Puede usar BBCode aquí."; -$a->strings["Notes"] = "Notas"; -$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Notas adicionales que se muestran bajo la información de contacto. Puede usar BBCode aquí."; -$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Cómo contactar con el operador via email. (se mostrará ofuscado)"; -$a->strings["Footer note"] = "Nota de pie de página"; -$a->strings["Text for the footer. You can use BBCode here."] = "Texto para el pie de página. Puede usar BBCode aquí"; +$a->strings['Impressum'] = 'Impressum'; +$a->strings['Site Owner'] = 'Propietario de la página'; +$a->strings['Email Address'] = 'Dirección de Email'; +$a->strings['Postal Address'] = 'Dirección postal'; +$a->strings['The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon.'] = '¡El addon impressum necesita ser configurado!
Por favor añada al menos propietario disponible en su archivo de configuración. Para otros valores por favor dirígase al archivo README del addon.'; +$a->strings['Save Settings'] = 'Guardar Ajustes'; +$a->strings['The page operators name.'] = 'El nombre de los operadores de página'; +$a->strings['Site Owners Profile'] = 'Perfil del Propietario de la Página'; +$a->strings['Profile address of the operator.'] = 'Dirección del perfil del operador.'; +$a->strings['How to contact the operator via snail mail. You can use BBCode here.'] = 'Cómo contactar con el operador via correo ordinario. Puede usar BBCode aquí.'; +$a->strings['Notes'] = 'Notas'; +$a->strings['Additional notes that are displayed beneath the contact information. You can use BBCode here.'] = 'Notas adicionales que se muestran bajo la información de contacto. Puede usar BBCode aquí.'; +$a->strings['How to contact the operator via email. (will be displayed obfuscated)'] = 'Cómo contactar con el operador via email. (se mostrará ofuscado)'; +$a->strings['Footer note'] = 'Nota de pie de página'; +$a->strings['Text for the footer. You can use BBCode here.'] = 'Texto para el pie de página. Puede usar BBCode aquí'; diff --git a/impressum/lang/fi-fi/strings.php b/impressum/lang/fi-fi/strings.php index 75eaedc2..5c9e22bf 100644 --- a/impressum/lang/fi-fi/strings.php +++ b/impressum/lang/fi-fi/strings.php @@ -5,14 +5,13 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Impressum"] = "Impressum"; -$a->strings["Site Owner"] = "Sivuston omistaja"; -$a->strings["Email Address"] = "Sähköpostiosoite"; -$a->strings["Postal Address"] = "Postiosoite"; -$a->strings["Settings updated."] = "Asetukset tallennettu"; -$a->strings["Submit"] = "Lähetä"; -$a->strings["The page operators name."] = "Sivuston ylläpitäjän nimi."; -$a->strings["Site Owners Profile"] = "Sivuston omistajan profiili"; -$a->strings["Profile address of the operator."] = "Ylläpitäjän profiiliosoite."; -$a->strings["Notes"] = "Muistiinpanot"; +$a->strings['Impressum'] = 'Impressum'; +$a->strings['Site Owner'] = 'Sivuston omistaja'; +$a->strings['Email Address'] = 'Sähköpostiosoite'; +$a->strings['Postal Address'] = 'Postiosoite'; +$a->strings['Settings updated.'] = 'Asetukset tallennettu'; +$a->strings['Submit'] = 'Lähetä'; +$a->strings['The page operators name.'] = 'Sivuston ylläpitäjän nimi.'; +$a->strings['Site Owners Profile'] = 'Sivuston omistajan profiili'; +$a->strings['Profile address of the operator.'] = 'Ylläpitäjän profiiliosoite.'; +$a->strings['Notes'] = 'Muistiinpanot'; diff --git a/impressum/lang/fr/strings.php b/impressum/lang/fr/strings.php index 97ee443a..1bf79f3c 100644 --- a/impressum/lang/fr/strings.php +++ b/impressum/lang/fr/strings.php @@ -5,20 +5,19 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Impressum"] = "Mentions légales"; -$a->strings["Site Owner"] = "Propriétaire du site"; -$a->strings["Email Address"] = "Adresse courriel"; -$a->strings["Postal Address"] = "Adresse postale"; -$a->strings["The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon."] = "L’extension “Impressum” (Mentions légales) n’est pas configurée !
Veuillez renseigner au minimum la variable owner dans votre fichier de configuration. Pour les autres variables, reportez-vous au fichier README accompagnant l’extension."; -$a->strings["Settings updated."] = "Réglages mis à jour."; -$a->strings["Submit"] = "Envoyer"; -$a->strings["The page operators name."] = "Le nom de l'administrateur de la page."; -$a->strings["Site Owners Profile"] = "Profil du propriétaire"; -$a->strings["Profile address of the operator."] = "L’adresse du profil de l’administrateur."; -$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Comment contacter l’administrateur par courrier postal. Vous pouvez utiliser du BBCode."; -$a->strings["Notes"] = "Notes"; -$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Notes additionnelles à afficher sous les informations de contact. Vous pouvez utiliser du BBCode."; -$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Comment contacter l’administrateur par courriel. (L’adresse sera modifiée à l’affichage pour brouiller les collecteurs d’adresses.)"; -$a->strings["Footer note"] = "Note de bas de page"; -$a->strings["Text for the footer. You can use BBCode here."] = "Texte du pied de page. Vous pouvez utiliser du BBCode."; +$a->strings['Impressum'] = 'Mentions légales'; +$a->strings['Site Owner'] = 'Propriétaire du site'; +$a->strings['Email Address'] = 'Adresse courriel'; +$a->strings['Postal Address'] = 'Adresse postale'; +$a->strings['The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon.'] = 'L’extension “Impressum” (Mentions légales) n’est pas configurée !
Veuillez renseigner au minimum la variable owner dans votre fichier de configuration. Pour les autres variables, reportez-vous au fichier README accompagnant l’extension.'; +$a->strings['Settings updated.'] = 'Réglages mis à jour.'; +$a->strings['Submit'] = 'Envoyer'; +$a->strings['The page operators name.'] = 'Le nom de l\'administrateur de la page.'; +$a->strings['Site Owners Profile'] = 'Profil du propriétaire'; +$a->strings['Profile address of the operator.'] = 'L’adresse du profil de l’administrateur.'; +$a->strings['How to contact the operator via snail mail. You can use BBCode here.'] = 'Comment contacter l’administrateur par courrier postal. Vous pouvez utiliser du BBCode.'; +$a->strings['Notes'] = 'Notes'; +$a->strings['Additional notes that are displayed beneath the contact information. You can use BBCode here.'] = 'Notes additionnelles à afficher sous les informations de contact. Vous pouvez utiliser du BBCode.'; +$a->strings['How to contact the operator via email. (will be displayed obfuscated)'] = 'Comment contacter l’administrateur par courriel. (L’adresse sera modifiée à l’affichage pour brouiller les collecteurs d’adresses.)'; +$a->strings['Footer note'] = 'Note de bas de page'; +$a->strings['Text for the footer. You can use BBCode here.'] = 'Texte du pied de page. Vous pouvez utiliser du BBCode.'; diff --git a/impressum/lang/hu/strings.php b/impressum/lang/hu/strings.php index 140b0971..031def75 100644 --- a/impressum/lang/hu/strings.php +++ b/impressum/lang/hu/strings.php @@ -5,19 +5,18 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Impressum"] = "Impresszum"; -$a->strings["Site Owner"] = "Oldal tulajdonosa"; -$a->strings["Email Address"] = "E-mail-cím"; -$a->strings["Postal Address"] = "Postai cím"; -$a->strings["The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon."] = "Az impresszum bővítményt be kell állítani!
Legalább az owner változót adja hozzá a beállítófájlhoz. Az egyéb változókért nézze meg a bővítmény README fájlját."; -$a->strings["Save Settings"] = "Beállítások mentése"; -$a->strings["The page operators name."] = "Az oldal üzemeltetőinek neve."; -$a->strings["Site Owners Profile"] = "Oldaltulajdonosok profilja"; -$a->strings["Profile address of the operator."] = "Az üzemeltető profilcíme."; -$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Hogyan léphet kapcsolatba az üzemeltetővel postai úton. Itt használhat BBCode-ot."; -$a->strings["Notes"] = "Megjegyzések"; -$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "További megjegyzések, amelyek a kapcsolatfelvételi információk alatt jelennek meg. Itt használhat BBCode-ot."; -$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Hogyan léphet kapcsolatba az üzemeltetővel e-mailben (rejtjelezve lesz megjelenítve)."; -$a->strings["Footer note"] = "Lábjegyzet"; -$a->strings["Text for the footer. You can use BBCode here."] = "A lábléc szövege. Itt használhat BBCode-ot."; +$a->strings['Impressum'] = 'Impresszum'; +$a->strings['Site Owner'] = 'Oldal tulajdonosa'; +$a->strings['Email Address'] = 'E-mail-cím'; +$a->strings['Postal Address'] = 'Postai cím'; +$a->strings['The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon.'] = 'Az impresszum bővítményt be kell állítani!
Legalább az owner változót adja hozzá a beállítófájlhoz. Az egyéb változókért nézze meg a bővítmény README fájlját.'; +$a->strings['Save Settings'] = 'Beállítások mentése'; +$a->strings['The page operators name.'] = 'Az oldal üzemeltetőinek neve.'; +$a->strings['Site Owners Profile'] = 'Oldaltulajdonosok profilja'; +$a->strings['Profile address of the operator.'] = 'Az üzemeltető profilcíme.'; +$a->strings['How to contact the operator via snail mail. You can use BBCode here.'] = 'Hogyan léphet kapcsolatba az üzemeltetővel postai úton. Itt használhat BBCode-ot.'; +$a->strings['Notes'] = 'Megjegyzések'; +$a->strings['Additional notes that are displayed beneath the contact information. You can use BBCode here.'] = 'További megjegyzések, amelyek a kapcsolatfelvételi információk alatt jelennek meg. Itt használhat BBCode-ot.'; +$a->strings['How to contact the operator via email. (will be displayed obfuscated)'] = 'Hogyan léphet kapcsolatba az üzemeltetővel e-mailben (rejtjelezve lesz megjelenítve).'; +$a->strings['Footer note'] = 'Lábjegyzet'; +$a->strings['Text for the footer. You can use BBCode here.'] = 'A lábléc szövege. Itt használhat BBCode-ot.'; diff --git a/impressum/lang/it/strings.php b/impressum/lang/it/strings.php index f25c974c..12790962 100644 --- a/impressum/lang/it/strings.php +++ b/impressum/lang/it/strings.php @@ -5,19 +5,18 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Impressum"] = "Colophon"; -$a->strings["Site Owner"] = "Proprietario del sito"; -$a->strings["Email Address"] = "Indirizzo email"; -$a->strings["Postal Address"] = "Indirizzo"; -$a->strings["The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon."] = "Il plugin Colophon deve essere configurato!
Aggiungi almeno il Proprietario del sito."; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$a->strings["The page operators name."] = "Nome del gestore della pagina."; -$a->strings["Site Owners Profile"] = "Profilo del proprietario del sito"; -$a->strings["Profile address of the operator."] = "Indirizzo del profilo del gestore della pagina"; -$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Come contattare il gestore via posta cartacea. Puoi usare BBCode."; -$a->strings["Notes"] = "Note"; -$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Note aggiuntive mostrate sotto le informazioni di contatto. Puoi usare BBCode."; -$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Come contattare l'operatore via email. (verrà mostrato offuscato)"; -$a->strings["Footer note"] = "Nota a piè di pagina"; -$a->strings["Text for the footer. You can use BBCode here."] = "Testo per il piè di pagina. Puoi usare BBCode."; +$a->strings['Impressum'] = 'Colophon'; +$a->strings['Site Owner'] = 'Proprietario del sito'; +$a->strings['Email Address'] = 'Indirizzo email'; +$a->strings['Postal Address'] = 'Indirizzo'; +$a->strings['The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon.'] = 'Il plugin Colophon deve essere configurato!
Aggiungi almeno il Proprietario del sito.'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; +$a->strings['The page operators name.'] = 'Nome del gestore della pagina.'; +$a->strings['Site Owners Profile'] = 'Profilo del proprietario del sito'; +$a->strings['Profile address of the operator.'] = 'Indirizzo del profilo del gestore della pagina'; +$a->strings['How to contact the operator via snail mail. You can use BBCode here.'] = 'Come contattare il gestore via posta cartacea. Puoi usare BBCode.'; +$a->strings['Notes'] = 'Note'; +$a->strings['Additional notes that are displayed beneath the contact information. You can use BBCode here.'] = 'Note aggiuntive mostrate sotto le informazioni di contatto. Puoi usare BBCode.'; +$a->strings['How to contact the operator via email. (will be displayed obfuscated)'] = 'Come contattare l\'operatore via email. (verrà mostrato offuscato)'; +$a->strings['Footer note'] = 'Nota a piè di pagina'; +$a->strings['Text for the footer. You can use BBCode here.'] = 'Testo per il piè di pagina. Puoi usare BBCode.'; diff --git a/impressum/lang/nl/strings.php b/impressum/lang/nl/strings.php index 1720ae63..e5994204 100644 --- a/impressum/lang/nl/strings.php +++ b/impressum/lang/nl/strings.php @@ -5,7 +5,6 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Impressum"] = "Colofon"; -$a->strings["Site Owner"] = "Siteeigenaar"; -$a->strings["Settings updated."] = "Instellingen opgeslagen"; +$a->strings['Impressum'] = 'Colofon'; +$a->strings['Site Owner'] = 'Siteeigenaar'; +$a->strings['Settings updated.'] = 'Instellingen opgeslagen'; diff --git a/impressum/lang/pl/strings.php b/impressum/lang/pl/strings.php index 5a919ec2..7491978a 100644 --- a/impressum/lang/pl/strings.php +++ b/impressum/lang/pl/strings.php @@ -5,20 +5,19 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Impressum"] = "Stopka redakcyjna"; -$a->strings["Site Owner"] = "Właściciel witryny"; -$a->strings["Email Address"] = "Adres e-mail"; -$a->strings["Postal Address"] = "Adres pocztowy"; -$a->strings["The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon."] = "Dodatek impressum musi zostać skonfigurowany!
Dodaj co najmniej zmienną właściciela do pliku konfiguracyjnego. Inne zmienne można znaleźć w pliku README dodatku."; -$a->strings["Settings updated."] = "Ustawienia zaktualizowane."; -$a->strings["Submit"] = "Wyślij"; -$a->strings["The page operators name."] = "Nazwa operatora strony."; -$a->strings["Site Owners Profile"] = "Profil właściciela witryny"; -$a->strings["Profile address of the operator."] = "Adres profilu operatora."; -$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Jak skontaktować się z operatorem za pośrednictwem poczty elektronicznej. Możesz użyć BBCode tutaj."; -$a->strings["Notes"] = "Notatki"; -$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Dodatkowe uwagi, które są wyświetlane pod danymi kontaktowymi. Możesz użyć BBCode tutaj."; -$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Jak skontaktować się z operatorem za pośrednictwem poczty elektronicznej. (zostanie wyświetlony ukryty)"; -$a->strings["Footer note"] = "Notatka w stopce"; -$a->strings["Text for the footer. You can use BBCode here."] = "Tekst stopki. Tutaj można użyć BBCode."; +$a->strings['Impressum'] = 'Stopka redakcyjna'; +$a->strings['Site Owner'] = 'Właściciel witryny'; +$a->strings['Email Address'] = 'Adres e-mail'; +$a->strings['Postal Address'] = 'Adres pocztowy'; +$a->strings['The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon.'] = 'Dodatek impressum musi zostać skonfigurowany!
Dodaj co najmniej zmienną właściciela do pliku konfiguracyjnego. Inne zmienne można znaleźć w pliku README dodatku.'; +$a->strings['Settings updated.'] = 'Ustawienia zaktualizowane.'; +$a->strings['Submit'] = 'Wyślij'; +$a->strings['The page operators name.'] = 'Nazwa operatora strony.'; +$a->strings['Site Owners Profile'] = 'Profil właściciela witryny'; +$a->strings['Profile address of the operator.'] = 'Adres profilu operatora.'; +$a->strings['How to contact the operator via snail mail. You can use BBCode here.'] = 'Jak skontaktować się z operatorem za pośrednictwem poczty elektronicznej. Możesz użyć BBCode tutaj.'; +$a->strings['Notes'] = 'Notatki'; +$a->strings['Additional notes that are displayed beneath the contact information. You can use BBCode here.'] = 'Dodatkowe uwagi, które są wyświetlane pod danymi kontaktowymi. Możesz użyć BBCode tutaj.'; +$a->strings['How to contact the operator via email. (will be displayed obfuscated)'] = 'Jak skontaktować się z operatorem za pośrednictwem poczty elektronicznej. (zostanie wyświetlony ukryty)'; +$a->strings['Footer note'] = 'Notatka w stopce'; +$a->strings['Text for the footer. You can use BBCode here.'] = 'Tekst stopki. Tutaj można użyć BBCode.'; diff --git a/impressum/lang/pt-br/strings.php b/impressum/lang/pt-br/strings.php index 041ae732..6b8eb2a2 100644 --- a/impressum/lang/pt-br/strings.php +++ b/impressum/lang/pt-br/strings.php @@ -5,12 +5,11 @@ function string_plural_select_pt_br($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Impressum"] = "Impressum"; -$a->strings["Site Owner"] = "Responsável pelo site"; -$a->strings["Email Address"] = "Endereço de e-mail"; -$a->strings["Postal Address"] = "Endereço postal"; -$a->strings["Settings updated."] = "As configurações foram atualizadas."; -$a->strings["Submit"] = "Enviar"; -$a->strings["Site Owners Profile"] = "Perfil do responsável pelo site"; -$a->strings["Footer note"] = "Nota de rodapé"; +$a->strings['Impressum'] = 'Impressum'; +$a->strings['Site Owner'] = 'Responsável pelo site'; +$a->strings['Email Address'] = 'Endereço de e-mail'; +$a->strings['Postal Address'] = 'Endereço postal'; +$a->strings['Settings updated.'] = 'As configurações foram atualizadas.'; +$a->strings['Submit'] = 'Enviar'; +$a->strings['Site Owners Profile'] = 'Perfil do responsável pelo site'; +$a->strings['Footer note'] = 'Nota de rodapé'; diff --git a/impressum/lang/ro/strings.php b/impressum/lang/ro/strings.php index dc66a7ab..949d4854 100644 --- a/impressum/lang/ro/strings.php +++ b/impressum/lang/ro/strings.php @@ -5,20 +5,19 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Impressum"] = "Impressum"; -$a->strings["Site Owner"] = "Deținător Site"; -$a->strings["Email Address"] = "Adresă de mail"; -$a->strings["Postal Address"] = "Adresă poștală"; -$a->strings["The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon."] = "Modulul Impressum trebuie configurat!
Vă rugăm să adăugați cel puțin variabila deținător în fișierul de configurare. Pentru alte variabile vă rugăm să consultați fișierul README al modulului."; -$a->strings["Settings updated."] = "Configurări actualizate."; -$a->strings["Submit"] = "Trimite"; -$a->strings["The page operators name."] = "Pagina numelor operatorilor."; -$a->strings["Site Owners Profile"] = "Profil Deținători Site "; -$a->strings["Profile address of the operator."] = "Adresa de profil a operatorului."; -$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Cum să contactați operatorul prin corespondență lentă. Puteți folosi aici Codul BB."; -$a->strings["Notes"] = "Note"; -$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Notele suplimentare care sunt afișate sub informațiile de contact. Puteți folosi aici Codul BB."; -$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Modul de contactare al operatorului prin e-mail. (va fi afișat eclipsat)"; -$a->strings["Footer note"] = "Notă de Subsol"; -$a->strings["Text for the footer. You can use BBCode here."] = "Textul de pagina de subsol. Puteți folosi aici Codul BB."; +$a->strings['Impressum'] = 'Impressum'; +$a->strings['Site Owner'] = 'Deținător Site'; +$a->strings['Email Address'] = 'Adresă de mail'; +$a->strings['Postal Address'] = 'Adresă poștală'; +$a->strings['The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon.'] = 'Modulul Impressum trebuie configurat!
Vă rugăm să adăugați cel puțin variabila deținător în fișierul de configurare. Pentru alte variabile vă rugăm să consultați fișierul README al modulului.'; +$a->strings['Settings updated.'] = 'Configurări actualizate.'; +$a->strings['Submit'] = 'Trimite'; +$a->strings['The page operators name.'] = 'Pagina numelor operatorilor.'; +$a->strings['Site Owners Profile'] = 'Profil Deținători Site '; +$a->strings['Profile address of the operator.'] = 'Adresa de profil a operatorului.'; +$a->strings['How to contact the operator via snail mail. You can use BBCode here.'] = 'Cum să contactați operatorul prin corespondență lentă. Puteți folosi aici Codul BB.'; +$a->strings['Notes'] = 'Note'; +$a->strings['Additional notes that are displayed beneath the contact information. You can use BBCode here.'] = 'Notele suplimentare care sunt afișate sub informațiile de contact. Puteți folosi aici Codul BB.'; +$a->strings['How to contact the operator via email. (will be displayed obfuscated)'] = 'Modul de contactare al operatorului prin e-mail. (va fi afișat eclipsat)'; +$a->strings['Footer note'] = 'Notă de Subsol'; +$a->strings['Text for the footer. You can use BBCode here.'] = 'Textul de pagina de subsol. Puteți folosi aici Codul BB.'; diff --git a/infiniteimprobabilitydrive/lang/ca/strings.php b/infiniteimprobabilitydrive/lang/ca/strings.php index 43212f56..3d564a48 100644 --- a/infiniteimprobabilitydrive/lang/ca/strings.php +++ b/infiniteimprobabilitydrive/lang/ca/strings.php @@ -5,5 +5,4 @@ function string_plural_select_ca($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Infinite Improbability Drive"] = "Unitat de millora de la infinitat"; +$a->strings['Infinite Improbability Drive'] = 'Unitat de millora de la infinitat'; diff --git a/infiniteimprobabilitydrive/lang/cs/strings.php b/infiniteimprobabilitydrive/lang/cs/strings.php index f3d70fc3..348eaff3 100644 --- a/infiniteimprobabilitydrive/lang/cs/strings.php +++ b/infiniteimprobabilitydrive/lang/cs/strings.php @@ -5,5 +5,4 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n==1)) { return 0; } else if (($n>=2 && $n<=4)) { return 1; } else { return 2; } }} -; -$a->strings["Infinite Improbability Drive"] = "Infinite Improbability Drive"; +$a->strings['Infinite Improbability Drive'] = 'Infinite Improbability Drive'; diff --git a/infiniteimprobabilitydrive/lang/de/strings.php b/infiniteimprobabilitydrive/lang/de/strings.php index c6a052b2..e6cad2c7 100644 --- a/infiniteimprobabilitydrive/lang/de/strings.php +++ b/infiniteimprobabilitydrive/lang/de/strings.php @@ -5,5 +5,4 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Infinite Improbability Drive"] = "Infinite Improbability Drive"; +$a->strings['Infinite Improbability Drive'] = 'Infinite Improbability Drive'; diff --git a/infiniteimprobabilitydrive/lang/es/strings.php b/infiniteimprobabilitydrive/lang/es/strings.php index 957281b8..9d0aa331 100644 --- a/infiniteimprobabilitydrive/lang/es/strings.php +++ b/infiniteimprobabilitydrive/lang/es/strings.php @@ -5,5 +5,4 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Infinite Improbability Drive"] = "Drive de improbabilidad infinita"; +$a->strings['Infinite Improbability Drive'] = 'Drive de improbabilidad infinita'; diff --git a/infiniteimprobabilitydrive/lang/hu/strings.php b/infiniteimprobabilitydrive/lang/hu/strings.php index e647a58e..261aa913 100644 --- a/infiniteimprobabilitydrive/lang/hu/strings.php +++ b/infiniteimprobabilitydrive/lang/hu/strings.php @@ -5,5 +5,4 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Infinite Improbability Drive"] = "Végtelen valószínűségű meghajtó"; +$a->strings['Infinite Improbability Drive'] = 'Végtelen valószínűségű meghajtó'; diff --git a/infiniteimprobabilitydrive/lang/it/strings.php b/infiniteimprobabilitydrive/lang/it/strings.php index 44e9dbb4..d43da316 100644 --- a/infiniteimprobabilitydrive/lang/it/strings.php +++ b/infiniteimprobabilitydrive/lang/it/strings.php @@ -5,5 +5,4 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Infinite Improbability Drive"] = "Motore ad Improbabilità Infinita"; +$a->strings['Infinite Improbability Drive'] = 'Motore ad Improbabilità Infinita'; diff --git a/infiniteimprobabilitydrive/lang/nl/strings.php b/infiniteimprobabilitydrive/lang/nl/strings.php index 54aa4146..4e68c1fc 100644 --- a/infiniteimprobabilitydrive/lang/nl/strings.php +++ b/infiniteimprobabilitydrive/lang/nl/strings.php @@ -5,5 +5,4 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Infinite Improbability Drive"] = "Oneindige schijf voor onbetrouwbaarheid"; +$a->strings['Infinite Improbability Drive'] = 'Oneindige schijf voor onbetrouwbaarheid'; diff --git a/infiniteimprobabilitydrive/lang/pl/strings.php b/infiniteimprobabilitydrive/lang/pl/strings.php index 1201ef7a..e7fc2d7c 100644 --- a/infiniteimprobabilitydrive/lang/pl/strings.php +++ b/infiniteimprobabilitydrive/lang/pl/strings.php @@ -5,5 +5,4 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Infinite Improbability Drive"] = "Wyświetl losowego użytkownika"; +$a->strings['Infinite Improbability Drive'] = 'Wyświetl losowego użytkownika'; diff --git a/infiniteimprobabilitydrive/lang/pt-br/strings.php b/infiniteimprobabilitydrive/lang/pt-br/strings.php index ceffff1b..55a88c64 100644 --- a/infiniteimprobabilitydrive/lang/pt-br/strings.php +++ b/infiniteimprobabilitydrive/lang/pt-br/strings.php @@ -5,5 +5,4 @@ function string_plural_select_pt_br($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Infinite Improbability Drive"] = "Gerador de improbabilidade infinita"; +$a->strings['Infinite Improbability Drive'] = 'Gerador de improbabilidade infinita'; diff --git a/infiniteimprobabilitydrive/lang/ro/strings.php b/infiniteimprobabilitydrive/lang/ro/strings.php index 508ae206..c9b8cb19 100644 --- a/infiniteimprobabilitydrive/lang/ro/strings.php +++ b/infiniteimprobabilitydrive/lang/ro/strings.php @@ -5,5 +5,4 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Infinite Improbability Drive"] = "Unitate improbabil infinită"; +$a->strings['Infinite Improbability Drive'] = 'Unitate improbabil infinită'; diff --git a/infiniteimprobabilitydrive/lang/ru/strings.php b/infiniteimprobabilitydrive/lang/ru/strings.php index 245943c9..9c13b93c 100644 --- a/infiniteimprobabilitydrive/lang/ru/strings.php +++ b/infiniteimprobabilitydrive/lang/ru/strings.php @@ -5,5 +5,4 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Infinite Improbability Drive"] = "Infinite Improbability Drive"; +$a->strings['Infinite Improbability Drive'] = 'Infinite Improbability Drive'; diff --git a/irc/lang/cs/strings.php b/irc/lang/cs/strings.php index 17e8e218..89431a1c 100644 --- a/irc/lang/cs/strings.php +++ b/irc/lang/cs/strings.php @@ -5,13 +5,12 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["IRC Settings"] = "Nastavení IRC"; -$a->strings["Save Settings"] = "Uložit nastavení"; -$a->strings["Channel(s) to auto connect (comma separated)"] = "Kanál(y) pro automatické připojení (oddělené čárkami)"; -$a->strings["List of channels that shall automatically connected to when the app is launched."] = "Seznam kanálů, které budou při spuštění aplikace automaticky připojeny."; -$a->strings["Popular Channels (comma separated)"] = "Populární kanály (oddělené čárkami)"; -$a->strings["List of popular channels, will be displayed at the side and hotlinked for easy joining."] = "Seznam populárních kanálů, bude zobrazen na straně a bude obsahovat odkazy pro snadné připojení."; -$a->strings["IRC settings saved."] = "IRC Nastavení uloženo."; -$a->strings["IRC Chatroom"] = "IRC Místnost"; -$a->strings["Popular Channels"] = "Populární kanály"; +$a->strings['IRC Settings'] = 'Nastavení IRC'; +$a->strings['Save Settings'] = 'Uložit nastavení'; +$a->strings['Channel(s) to auto connect (comma separated)'] = 'Kanál(y) pro automatické připojení (oddělené čárkami)'; +$a->strings['List of channels that shall automatically connected to when the app is launched.'] = 'Seznam kanálů, které budou při spuštění aplikace automaticky připojeny.'; +$a->strings['Popular Channels (comma separated)'] = 'Populární kanály (oddělené čárkami)'; +$a->strings['List of popular channels, will be displayed at the side and hotlinked for easy joining.'] = 'Seznam populárních kanálů, bude zobrazen na straně a bude obsahovat odkazy pro snadné připojení.'; +$a->strings['IRC settings saved.'] = 'IRC Nastavení uloženo.'; +$a->strings['IRC Chatroom'] = 'IRC Místnost'; +$a->strings['Popular Channels'] = 'Populární kanály'; diff --git a/irc/lang/de/strings.php b/irc/lang/de/strings.php index 11d57dd0..ff66453f 100644 --- a/irc/lang/de/strings.php +++ b/irc/lang/de/strings.php @@ -5,14 +5,13 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["IRC Settings"] = "IRC Einstellungen"; -$a->strings["Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in."] = "Hier könne die systemweiten Einstellungen für beliebte Kanäle und solche die automatisch betreten werden sollen festgelegt werden. Achtung: Die Einstellungen die her getroffen werden können von eingeloggten Nutzern für sich überschrieben werden."; -$a->strings["Save Settings"] = "Einstellungen speichern"; -$a->strings["Channel(s) to auto connect (comma separated)"] = "mit diesen Kanälen soll man automatisch verbunden werden (Komma getrennt)"; -$a->strings["List of channels that shall automatically connected to when the app is launched."] = "Liste von Chaträumen die automatisch betreten werden sollen wenn die App gestartet wurde."; -$a->strings["Popular Channels (comma separated)"] = "Beliebte Kanäle (mit Komma getrennt)"; -$a->strings["List of popular channels, will be displayed at the side and hotlinked for easy joining."] = "Liste populärer Chaträume die vverlinkt am Seitenrand aufgelistet werden zum schnelleren betreten."; -$a->strings["IRC settings saved."] = "IRC Einstellungen gespeichert."; -$a->strings["IRC Chatroom"] = "IRC Chatraum"; -$a->strings["Popular Channels"] = "Beliebte Räume"; +$a->strings['IRC Settings'] = 'IRC Einstellungen'; +$a->strings['Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in.'] = 'Hier könne die systemweiten Einstellungen für beliebte Kanäle und solche die automatisch betreten werden sollen festgelegt werden. Achtung: Die Einstellungen die her getroffen werden können von eingeloggten Nutzern für sich überschrieben werden.'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; +$a->strings['Channel(s) to auto connect (comma separated)'] = 'mit diesen Kanälen soll man automatisch verbunden werden (Komma getrennt)'; +$a->strings['List of channels that shall automatically connected to when the app is launched.'] = 'Liste von Chaträumen die automatisch betreten werden sollen wenn die App gestartet wurde.'; +$a->strings['Popular Channels (comma separated)'] = 'Beliebte Kanäle (mit Komma getrennt)'; +$a->strings['List of popular channels, will be displayed at the side and hotlinked for easy joining.'] = 'Liste populärer Chaträume die vverlinkt am Seitenrand aufgelistet werden zum schnelleren betreten.'; +$a->strings['IRC settings saved.'] = 'IRC Einstellungen gespeichert.'; +$a->strings['IRC Chatroom'] = 'IRC Chatraum'; +$a->strings['Popular Channels'] = 'Beliebte Räume'; diff --git a/irc/lang/es/strings.php b/irc/lang/es/strings.php index f26b77dc..3180a848 100644 --- a/irc/lang/es/strings.php +++ b/irc/lang/es/strings.php @@ -5,14 +5,13 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["IRC Settings"] = "Ajustes de IRC"; -$a->strings["Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in."] = "Aquí puede cambiar los ajustes de todo el sistema de los canales para unirse y acceder automáticamente mediante la barra lateral. Note que los cambios que hace aquí sólo afectan a la selección del canal si usted está conectado."; -$a->strings["Save Settings"] = "Guardar Ajustes"; -$a->strings["Channel(s) to auto connect (comma separated)"] = "Canal(s) para autocorregir (separados por comas)"; -$a->strings["List of channels that shall automatically connected to when the app is launched."] = "Lista de canales que se conectarán automáticamente cuando la aplicación sea lanzada."; -$a->strings["Popular Channels (comma separated)"] = "Canales Populares (separados por comas)"; -$a->strings["List of popular channels, will be displayed at the side and hotlinked for easy joining."] = "Lista de canales populares, se mostrará al lado y tendrá un enlace para unirse fácilmente."; -$a->strings["IRC settings saved."] = "Ajustes de IRC guardados."; -$a->strings["IRC Chatroom"] = "Sala de chat de IRC"; -$a->strings["Popular Channels"] = "Canales Populares"; +$a->strings['IRC Settings'] = 'Ajustes de IRC'; +$a->strings['Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in.'] = 'Aquí puede cambiar los ajustes de todo el sistema de los canales para unirse y acceder automáticamente mediante la barra lateral. Note que los cambios que hace aquí sólo afectan a la selección del canal si usted está conectado.'; +$a->strings['Save Settings'] = 'Guardar Ajustes'; +$a->strings['Channel(s) to auto connect (comma separated)'] = 'Canal(s) para autocorregir (separados por comas)'; +$a->strings['List of channels that shall automatically connected to when the app is launched.'] = 'Lista de canales que se conectarán automáticamente cuando la aplicación sea lanzada.'; +$a->strings['Popular Channels (comma separated)'] = 'Canales Populares (separados por comas)'; +$a->strings['List of popular channels, will be displayed at the side and hotlinked for easy joining.'] = 'Lista de canales populares, se mostrará al lado y tendrá un enlace para unirse fácilmente.'; +$a->strings['IRC settings saved.'] = 'Ajustes de IRC guardados.'; +$a->strings['IRC Chatroom'] = 'Sala de chat de IRC'; +$a->strings['Popular Channels'] = 'Canales Populares'; diff --git a/irc/lang/fi-fi/strings.php b/irc/lang/fi-fi/strings.php index 3c3a0f8c..f5e92721 100644 --- a/irc/lang/fi-fi/strings.php +++ b/irc/lang/fi-fi/strings.php @@ -5,12 +5,11 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["IRC Settings"] = "IRC-asetukset"; -$a->strings["Save Settings"] = "Tallenna asetukset"; -$a->strings["Channel(s) to auto connect (comma separated)"] = "Kanavat jota yhdistetään automaattisesti (pilkuilla eroteltu luettelo)"; -$a->strings["List of channels that shall automatically connected to when the app is launched."] = "Kanavat johon luodaan yhteys automaattisesti kun sovellus käynnistyy."; -$a->strings["Popular Channels (comma separated)"] = "Suositut kanavat (pilkuilla eroteltu luettelo)"; -$a->strings["IRC settings saved."] = "IRC-asetukset tallennettu."; -$a->strings["IRC Chatroom"] = "IRC-tsättihuone"; -$a->strings["Popular Channels"] = "Suositut kanavat"; +$a->strings['IRC Settings'] = 'IRC-asetukset'; +$a->strings['Save Settings'] = 'Tallenna asetukset'; +$a->strings['Channel(s) to auto connect (comma separated)'] = 'Kanavat jota yhdistetään automaattisesti (pilkuilla eroteltu luettelo)'; +$a->strings['List of channels that shall automatically connected to when the app is launched.'] = 'Kanavat johon luodaan yhteys automaattisesti kun sovellus käynnistyy.'; +$a->strings['Popular Channels (comma separated)'] = 'Suositut kanavat (pilkuilla eroteltu luettelo)'; +$a->strings['IRC settings saved.'] = 'IRC-asetukset tallennettu.'; +$a->strings['IRC Chatroom'] = 'IRC-tsättihuone'; +$a->strings['Popular Channels'] = 'Suositut kanavat'; diff --git a/irc/lang/fr/strings.php b/irc/lang/fr/strings.php index fa88492a..97356e3a 100644 --- a/irc/lang/fr/strings.php +++ b/irc/lang/fr/strings.php @@ -5,6 +5,5 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["IRC Settings"] = "Paramètres de l'IRC"; -$a->strings["Save Settings"] = "Sauvegarder les paramètres"; +$a->strings['IRC Settings'] = 'Paramètres de l\'IRC'; +$a->strings['Save Settings'] = 'Sauvegarder les paramètres'; diff --git a/irc/lang/hu/strings.php b/irc/lang/hu/strings.php index 74181814..4c20f9a2 100644 --- a/irc/lang/hu/strings.php +++ b/irc/lang/hu/strings.php @@ -5,13 +5,12 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["IRC Settings"] = "IRC beállítások"; -$a->strings["Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in."] = "Itt változtathatja meg a csatornák rendszerszintű beállításait, hogy automatikusan csatlakozzon és hozzáférjen az oldalsávon keresztül. Ne feledje, hogy az itt elvégzett változtatások csak akkor vannak hatással a csatornakiválasztásra, ha be van jelentkezve."; -$a->strings["Save Settings"] = "Beállítások mentése"; -$a->strings["Channel(s) to auto connect (comma separated)"] = "Csatornák az automatikus kapcsolódáshoz (vesszővel elválasztva)"; -$a->strings["List of channels that shall automatically connected to when the app is launched."] = "Csatornák listája, amelyekhez automatikusan lehet kapcsolódni, ha az alkalmazást elindították."; -$a->strings["Popular Channels (comma separated)"] = "Népszerű csatornák (vesszővel elválasztva)"; -$a->strings["List of popular channels, will be displayed at the side and hotlinked for easy joining."] = "Népszerű csatornák listája, amelyek oldalt lesznek megjelenítve, és gyors hivatkozás lesz rájuk az egyszerű csatlakozáshoz."; -$a->strings["IRC Chatroom"] = "IRC csevegőszoba"; -$a->strings["Popular Channels"] = "Népszerű csatornák"; +$a->strings['IRC Settings'] = 'IRC beállítások'; +$a->strings['Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in.'] = 'Itt változtathatja meg a csatornák rendszerszintű beállításait, hogy automatikusan csatlakozzon és hozzáférjen az oldalsávon keresztül. Ne feledje, hogy az itt elvégzett változtatások csak akkor vannak hatással a csatornakiválasztásra, ha be van jelentkezve.'; +$a->strings['Save Settings'] = 'Beállítások mentése'; +$a->strings['Channel(s) to auto connect (comma separated)'] = 'Csatornák az automatikus kapcsolódáshoz (vesszővel elválasztva)'; +$a->strings['List of channels that shall automatically connected to when the app is launched.'] = 'Csatornák listája, amelyekhez automatikusan lehet kapcsolódni, ha az alkalmazást elindították.'; +$a->strings['Popular Channels (comma separated)'] = 'Népszerű csatornák (vesszővel elválasztva)'; +$a->strings['List of popular channels, will be displayed at the side and hotlinked for easy joining.'] = 'Népszerű csatornák listája, amelyek oldalt lesznek megjelenítve, és gyors hivatkozás lesz rájuk az egyszerű csatlakozáshoz.'; +$a->strings['IRC Chatroom'] = 'IRC csevegőszoba'; +$a->strings['Popular Channels'] = 'Népszerű csatornák'; diff --git a/irc/lang/it/strings.php b/irc/lang/it/strings.php index 69f2163b..42cf7c0d 100644 --- a/irc/lang/it/strings.php +++ b/irc/lang/it/strings.php @@ -5,14 +5,13 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["IRC Settings"] = "Impostazioni IRC"; -$a->strings["Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in."] = "Qui puoi modificare le impostazioni globali di sistema per i canali a cui accedere automaticamente attraverso la barra laterale. Nota che le modifiche che effetti qui hanno effetto sulla selezione di canali solo se sei loggato."; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$a->strings["Channel(s) to auto connect (comma separated)"] = "Canale(i) a cui autocollegarsi (separati da virgola)"; -$a->strings["List of channels that shall automatically connected to when the app is launched."] = "Lista di canali che a cui connettersi automaticamente quando l'app è avviata."; -$a->strings["Popular Channels (comma separated)"] = "Canali popolari (separati da virgola)"; -$a->strings["List of popular channels, will be displayed at the side and hotlinked for easy joining."] = "Lista di canali popolari: sarà visualizzata a lato e provvista di collegamento per facilitare l'adesione."; -$a->strings["IRC settings saved."] = "Impostazioni IRC salvate."; -$a->strings["IRC Chatroom"] = "Stanza IRC"; -$a->strings["Popular Channels"] = "Canali Popolari"; +$a->strings['IRC Settings'] = 'Impostazioni IRC'; +$a->strings['Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in.'] = 'Qui puoi modificare le impostazioni globali di sistema per i canali a cui accedere automaticamente attraverso la barra laterale. Nota che le modifiche che effetti qui hanno effetto sulla selezione di canali solo se sei loggato.'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; +$a->strings['Channel(s) to auto connect (comma separated)'] = 'Canale(i) a cui autocollegarsi (separati da virgola)'; +$a->strings['List of channels that shall automatically connected to when the app is launched.'] = 'Lista di canali che a cui connettersi automaticamente quando l\'app è avviata.'; +$a->strings['Popular Channels (comma separated)'] = 'Canali popolari (separati da virgola)'; +$a->strings['List of popular channels, will be displayed at the side and hotlinked for easy joining.'] = 'Lista di canali popolari: sarà visualizzata a lato e provvista di collegamento per facilitare l\'adesione.'; +$a->strings['IRC settings saved.'] = 'Impostazioni IRC salvate.'; +$a->strings['IRC Chatroom'] = 'Stanza IRC'; +$a->strings['Popular Channels'] = 'Canali Popolari'; diff --git a/irc/lang/ja/strings.php b/irc/lang/ja/strings.php index 49476671..11f77121 100644 --- a/irc/lang/ja/strings.php +++ b/irc/lang/ja/strings.php @@ -5,9 +5,8 @@ function string_plural_select_ja($n){ $n = intval($n); return intval(0); }} -; -$a->strings["IRC Settings"] = "IRC設定"; -$a->strings["Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in."] = "ここでは、システム全体の設定を変更して、自動的にチャンネルに参加したり、サイドバーからアクセスしたりすることができます。なお、ここで行った変更は、ログインしている場合にのみチャンネルの選択に影響します。"; -$a->strings["Save Settings"] = "設定を保存"; -$a->strings["Channel(s) to auto connect (comma separated)"] = "自動接続するチャンネル(カンマで区切る)"; -$a->strings["List of channels that shall automatically connected to when the app is launched."] = "アプリ起動時に自動接続されるチャンネルの一覧。"; +$a->strings['IRC Settings'] = 'IRC設定'; +$a->strings['Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in.'] = 'ここでは、システム全体の設定を変更して、自動的にチャンネルに参加したり、サイドバーからアクセスしたりすることができます。なお、ここで行った変更は、ログインしている場合にのみチャンネルの選択に影響します。'; +$a->strings['Save Settings'] = '設定を保存'; +$a->strings['Channel(s) to auto connect (comma separated)'] = '自動接続するチャンネル(カンマで区切る)'; +$a->strings['List of channels that shall automatically connected to when the app is launched.'] = 'アプリ起動時に自動接続されるチャンネルの一覧。'; diff --git a/irc/lang/nl/strings.php b/irc/lang/nl/strings.php index f6d06f46..0a693749 100644 --- a/irc/lang/nl/strings.php +++ b/irc/lang/nl/strings.php @@ -5,14 +5,13 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["IRC Settings"] = "IRC instellingen"; -$a->strings["Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in."] = "Hier kan je de systeeminstellingen wijzigen voor de kanalen waarbij je je automatisch wil aanmelden en toegang hebben via de zijbalk. Opmerking: de aanpassingen die je hier doet hebben alleen impact op de kanaal selectie wanneer je ingelogd bent."; -$a->strings["Save Settings"] = "Instellingen Opslaan"; -$a->strings["Channel(s) to auto connect (comma separated)"] = "Automatisch connecteren op dit/deze kana(a)l(en) (gescheiden door een komma)"; -$a->strings["List of channels that shall automatically connected to when the app is launched."] = "Lijst van kanalen waar je automatisch op connecteert als je de applicatie start."; -$a->strings["Popular Channels (comma separated)"] = "Populaire Kanalen (gescheiden door een komma)"; -$a->strings["List of popular channels, will be displayed at the side and hotlinked for easy joining."] = "Lijst van populaire kanalen, zullen opzij getoond worden met een link om gemakkelijk aan te melden."; -$a->strings["IRC settings saved."] = "IRC instellingen opgeslagen."; -$a->strings["IRC Chatroom"] = "IRC Chatroom"; -$a->strings["Popular Channels"] = "Populaire Kanalen"; +$a->strings['IRC Settings'] = 'IRC instellingen'; +$a->strings['Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in.'] = 'Hier kan je de systeeminstellingen wijzigen voor de kanalen waarbij je je automatisch wil aanmelden en toegang hebben via de zijbalk. Opmerking: de aanpassingen die je hier doet hebben alleen impact op de kanaal selectie wanneer je ingelogd bent.'; +$a->strings['Save Settings'] = 'Instellingen Opslaan'; +$a->strings['Channel(s) to auto connect (comma separated)'] = 'Automatisch connecteren op dit/deze kana(a)l(en) (gescheiden door een komma)'; +$a->strings['List of channels that shall automatically connected to when the app is launched.'] = 'Lijst van kanalen waar je automatisch op connecteert als je de applicatie start.'; +$a->strings['Popular Channels (comma separated)'] = 'Populaire Kanalen (gescheiden door een komma)'; +$a->strings['List of popular channels, will be displayed at the side and hotlinked for easy joining.'] = 'Lijst van populaire kanalen, zullen opzij getoond worden met een link om gemakkelijk aan te melden.'; +$a->strings['IRC settings saved.'] = 'IRC instellingen opgeslagen.'; +$a->strings['IRC Chatroom'] = 'IRC Chatroom'; +$a->strings['Popular Channels'] = 'Populaire Kanalen'; diff --git a/irc/lang/pl/strings.php b/irc/lang/pl/strings.php index b32c3a77..f0c71a75 100644 --- a/irc/lang/pl/strings.php +++ b/irc/lang/pl/strings.php @@ -5,14 +5,13 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["IRC Settings"] = "Ustawienia IRC"; -$a->strings["Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in."] = "Tutaj możesz zmienić ustawienia systemowe dla kanałów, aby automatycznie łączyć się i uzyskać dostęp za pomocą paska bocznego. Zwróć uwagę na zmiany, które tu zrobisz, wpływają tylko na wybór kanału, jeśli jesteś zalogowany."; -$a->strings["Save Settings"] = "Zapisz ustawienia"; -$a->strings["Channel(s) to auto connect (comma separated)"] = "Kanał(y) do ​​automatycznego połączenia (oddzielone przecinkami)"; -$a->strings["List of channels that shall automatically connected to when the app is launched."] = "Lista kanałów, które będą automatycznie połączone z uruchomieniem aplikacji."; -$a->strings["Popular Channels (comma separated)"] = "Popularne kanały (oddzielone przecinkami)"; -$a->strings["List of popular channels, will be displayed at the side and hotlinked for easy joining."] = "Lista popularnych kanałów zostanie wyświetlona z boku i połączona w celu łatwego dołączenia."; -$a->strings["IRC settings saved."] = "Zapisano ustawienia IRC."; -$a->strings["IRC Chatroom"] = "Czat na IRC"; -$a->strings["Popular Channels"] = "Popularne kanały"; +$a->strings['IRC Settings'] = 'Ustawienia IRC'; +$a->strings['Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in.'] = 'Tutaj możesz zmienić ustawienia systemowe dla kanałów, aby automatycznie łączyć się i uzyskać dostęp za pomocą paska bocznego. Zwróć uwagę na zmiany, które tu zrobisz, wpływają tylko na wybór kanału, jeśli jesteś zalogowany.'; +$a->strings['Save Settings'] = 'Zapisz ustawienia'; +$a->strings['Channel(s) to auto connect (comma separated)'] = 'Kanał(y) do ​​automatycznego połączenia (oddzielone przecinkami)'; +$a->strings['List of channels that shall automatically connected to when the app is launched.'] = 'Lista kanałów, które będą automatycznie połączone z uruchomieniem aplikacji.'; +$a->strings['Popular Channels (comma separated)'] = 'Popularne kanały (oddzielone przecinkami)'; +$a->strings['List of popular channels, will be displayed at the side and hotlinked for easy joining.'] = 'Lista popularnych kanałów zostanie wyświetlona z boku i połączona w celu łatwego dołączenia.'; +$a->strings['IRC settings saved.'] = 'Zapisano ustawienia IRC.'; +$a->strings['IRC Chatroom'] = 'Czat na IRC'; +$a->strings['Popular Channels'] = 'Popularne kanały'; diff --git a/irc/lang/pt-br/strings.php b/irc/lang/pt-br/strings.php index a6cf8298..43932f31 100644 --- a/irc/lang/pt-br/strings.php +++ b/irc/lang/pt-br/strings.php @@ -5,14 +5,13 @@ function string_plural_select_pt_br($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["IRC Settings"] = "Configurações do IRC"; -$a->strings["Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in."] = "Aqui você pode mudar as configurações dos canais para dar opções de inscrição e de acesso automáticos pela barra lateral. Observe que as mudanças feitas aqui só afetam o canal selecionado se você tiver feito login."; -$a->strings["Save Settings"] = "Salvar Configurações"; -$a->strings["Channel(s) to auto connect (comma separated)"] = "Canais de conexão automática (separados por vírgula)"; -$a->strings["List of channels that shall automatically connected to when the app is launched."] = "Lista de canais a serem conectados automaticamente quando o aplicativo for iniciado."; -$a->strings["Popular Channels (comma separated)"] = "Canais Populares (separados por vírgula)"; -$a->strings["List of popular channels, will be displayed at the side and hotlinked for easy joining."] = "Lista de canais populares, que será exibida ao lado e terá link para facilitar a inscrição."; -$a->strings["IRC settings saved."] = "As configurações do IRC foram salvas."; -$a->strings["IRC Chatroom"] = "Sala de bate-papo IRC"; -$a->strings["Popular Channels"] = "Canais Populares"; +$a->strings['IRC Settings'] = 'Configurações do IRC'; +$a->strings['Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in.'] = 'Aqui você pode mudar as configurações dos canais para dar opções de inscrição e de acesso automáticos pela barra lateral. Observe que as mudanças feitas aqui só afetam o canal selecionado se você tiver feito login.'; +$a->strings['Save Settings'] = 'Salvar Configurações'; +$a->strings['Channel(s) to auto connect (comma separated)'] = 'Canais de conexão automática (separados por vírgula)'; +$a->strings['List of channels that shall automatically connected to when the app is launched.'] = 'Lista de canais a serem conectados automaticamente quando o aplicativo for iniciado.'; +$a->strings['Popular Channels (comma separated)'] = 'Canais Populares (separados por vírgula)'; +$a->strings['List of popular channels, will be displayed at the side and hotlinked for easy joining.'] = 'Lista de canais populares, que será exibida ao lado e terá link para facilitar a inscrição.'; +$a->strings['IRC settings saved.'] = 'As configurações do IRC foram salvas.'; +$a->strings['IRC Chatroom'] = 'Sala de bate-papo IRC'; +$a->strings['Popular Channels'] = 'Canais Populares'; diff --git a/irc/lang/ro/strings.php b/irc/lang/ro/strings.php index f1e629ac..c9626abc 100644 --- a/irc/lang/ro/strings.php +++ b/irc/lang/ro/strings.php @@ -5,11 +5,10 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["IRC Settings"] = "Configurări IRC"; -$a->strings["Channel(s) to auto connect (comma separated)"] = "Canal(e) pentru auto-conectare (separate prin virgulă)"; -$a->strings["Popular Channels (comma separated)"] = "Canale Populare (separate prin virgulă)"; -$a->strings["Submit"] = "Trimite"; -$a->strings["IRC settings saved."] = "Configurările IRC au fost salvate."; -$a->strings["IRC Chatroom"] = "Spațiu Chat IRC"; -$a->strings["Popular Channels"] = "Canale populare"; +$a->strings['IRC Settings'] = 'Configurări IRC'; +$a->strings['Channel(s) to auto connect (comma separated)'] = 'Canal(e) pentru auto-conectare (separate prin virgulă)'; +$a->strings['Popular Channels (comma separated)'] = 'Canale Populare (separate prin virgulă)'; +$a->strings['Submit'] = 'Trimite'; +$a->strings['IRC settings saved.'] = 'Configurările IRC au fost salvate.'; +$a->strings['IRC Chatroom'] = 'Spațiu Chat IRC'; +$a->strings['Popular Channels'] = 'Canale populare'; diff --git a/irc/lang/zh-cn/strings.php b/irc/lang/zh-cn/strings.php index 93b70cfc..f17733a0 100644 --- a/irc/lang/zh-cn/strings.php +++ b/irc/lang/zh-cn/strings.php @@ -5,14 +5,13 @@ function string_plural_select_zh_cn($n){ $n = intval($n); return intval(0); }} -; -$a->strings["IRC Settings"] = "IRC 设置"; -$a->strings["Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in."] = "在这里,您可以更改系统范围内的设置,以便通过侧栏自动连接和访问频道。请注意此处所做的更改,仅当您登录时才影响频道选择。"; -$a->strings["Save Settings"] = "保存设置"; -$a->strings["Channel(s) to auto connect (comma separated)"] = "要自动连接的通道(逗号分隔)"; -$a->strings["List of channels that shall automatically connected to when the app is launched."] = "应用程序启动时应自动连接的频道列表。"; -$a->strings["Popular Channels (comma separated)"] = "热门频道 (逗号分隔)"; -$a->strings["List of popular channels, will be displayed at the side and hotlinked for easy joining."] = "热门频道列表将显示在侧边,并提供链接以方便加入。"; -$a->strings["IRC settings saved."] = "IRC 设置已保存。"; -$a->strings["IRC Chatroom"] = "IRC 聊天室"; -$a->strings["Popular Channels"] = "热门频道"; +$a->strings['IRC Settings'] = 'IRC 设置'; +$a->strings['Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in.'] = '在这里,您可以更改系统范围内的设置,以便通过侧栏自动连接和访问频道。请注意此处所做的更改,仅当您登录时才影响频道选择。'; +$a->strings['Save Settings'] = '保存设置'; +$a->strings['Channel(s) to auto connect (comma separated)'] = '要自动连接的通道(逗号分隔)'; +$a->strings['List of channels that shall automatically connected to when the app is launched.'] = '应用程序启动时应自动连接的频道列表。'; +$a->strings['Popular Channels (comma separated)'] = '热门频道 (逗号分隔)'; +$a->strings['List of popular channels, will be displayed at the side and hotlinked for easy joining.'] = '热门频道列表将显示在侧边,并提供链接以方便加入。'; +$a->strings['IRC settings saved.'] = 'IRC 设置已保存。'; +$a->strings['IRC Chatroom'] = 'IRC 聊天室'; +$a->strings['Popular Channels'] = '热门频道'; diff --git a/js_upload/lang/cs/strings.php b/js_upload/lang/cs/strings.php index 8cbcac7e..e03aceb0 100644 --- a/js_upload/lang/cs/strings.php +++ b/js_upload/lang/cs/strings.php @@ -5,13 +5,12 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n==1)) { return 0; } else if (($n>=2 && $n<=4)) { return 1; } else { return 2; } }} -; -$a->strings["Upload a file"] = "Nahrát soubor"; -$a->strings["Drop files here to upload"] = "Přeneste sem soubory k nahrání"; -$a->strings["Cancel"] = "Zrušit"; -$a->strings["Failed"] = "Neúspěch"; -$a->strings["No files were uploaded."] = "Žádné soubory nebyly nahrány."; -$a->strings["Uploaded file is empty"] = "Nahraný soubor je prázdný"; -$a->strings["Image exceeds size limit of "] = "Velikost obrázku překračuje limit velikosti"; -$a->strings["File has an invalid extension, it should be one of "] = "Soubor má neplatnou příponu, ta by měla být jednou z"; -$a->strings["Upload was cancelled, or server error encountered"] = "Nahrávání bylo zrušeno nebo došlo k chybě na serveru"; +$a->strings['Upload a file'] = 'Nahrát soubor'; +$a->strings['Drop files here to upload'] = 'Přeneste sem soubory k nahrání'; +$a->strings['Cancel'] = 'Zrušit'; +$a->strings['Failed'] = 'Neúspěch'; +$a->strings['No files were uploaded.'] = 'Žádné soubory nebyly nahrány.'; +$a->strings['Uploaded file is empty'] = 'Nahraný soubor je prázdný'; +$a->strings['Image exceeds size limit of '] = 'Velikost obrázku překračuje limit velikosti'; +$a->strings['File has an invalid extension, it should be one of '] = 'Soubor má neplatnou příponu, ta by měla být jednou z'; +$a->strings['Upload was cancelled, or server error encountered'] = 'Nahrávání bylo zrušeno nebo došlo k chybě na serveru'; diff --git a/js_upload/lang/de/strings.php b/js_upload/lang/de/strings.php index ff5dcf83..4282f3e3 100644 --- a/js_upload/lang/de/strings.php +++ b/js_upload/lang/de/strings.php @@ -5,13 +5,12 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Select files for upload"] = "Dateien für den Upload auswählen"; -$a->strings["Drop files here to upload"] = "Ziehe die Dateien hierher, die du hochladen willst"; -$a->strings["Cancel"] = "Abbrechen"; -$a->strings["Failed"] = "Fehlgeschlagen"; -$a->strings["No files were uploaded."] = "Keine Dateien hochgeladen."; -$a->strings["Uploaded file is empty"] = "Hochgeladene Datei ist leer"; -$a->strings["Image exceeds size limit of "] = "Die Bildgröße übersteigt das Limit von "; -$a->strings["File has an invalid extension, it should be one of "] = "Die Dateiextension ist nicht erlaubt, sie muss eine der folgenden sein "; -$a->strings["Upload was cancelled, or server error encountered"] = "Upload abgebrochen oder Serverfehler aufgetreten"; +$a->strings['Select files for upload'] = 'Dateien für den Upload auswählen'; +$a->strings['Drop files here to upload'] = 'Ziehe die Dateien hierher, die du hochladen willst'; +$a->strings['Cancel'] = 'Abbrechen'; +$a->strings['Failed'] = 'Fehlgeschlagen'; +$a->strings['No files were uploaded.'] = 'Keine Dateien hochgeladen.'; +$a->strings['Uploaded file is empty'] = 'Hochgeladene Datei ist leer'; +$a->strings['Image exceeds size limit of '] = 'Die Bildgröße übersteigt das Limit von '; +$a->strings['File has an invalid extension, it should be one of '] = 'Die Dateiextension ist nicht erlaubt, sie muss eine der folgenden sein '; +$a->strings['Upload was cancelled, or server error encountered'] = 'Upload abgebrochen oder Serverfehler aufgetreten'; diff --git a/js_upload/lang/es/strings.php b/js_upload/lang/es/strings.php index b938efaa..e15c1149 100644 --- a/js_upload/lang/es/strings.php +++ b/js_upload/lang/es/strings.php @@ -5,13 +5,12 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Upload a file"] = "Subir un archivo"; -$a->strings["Drop files here to upload"] = "Soltar archivos aquí para subir"; -$a->strings["Cancel"] = "Cancelar"; -$a->strings["Failed"] = "Fallido"; -$a->strings["No files were uploaded."] = "No se subió ningún archivo."; -$a->strings["Uploaded file is empty"] = "El archivo subido está vacío"; -$a->strings["Image exceeds size limit of "] = "La imagen excede el tamaño de"; -$a->strings["File has an invalid extension, it should be one of "] = "El archivo tiene una extensión inválida, debería ser una de"; -$a->strings["Upload was cancelled, or server error encountered"] = "La subida fue cancelada, o el servidor tuvo un error"; +$a->strings['Upload a file'] = 'Subir un archivo'; +$a->strings['Drop files here to upload'] = 'Soltar archivos aquí para subir'; +$a->strings['Cancel'] = 'Cancelar'; +$a->strings['Failed'] = 'Fallido'; +$a->strings['No files were uploaded.'] = 'No se subió ningún archivo.'; +$a->strings['Uploaded file is empty'] = 'El archivo subido está vacío'; +$a->strings['Image exceeds size limit of '] = 'La imagen excede el tamaño de'; +$a->strings['File has an invalid extension, it should be one of '] = 'El archivo tiene una extensión inválida, debería ser una de'; +$a->strings['Upload was cancelled, or server error encountered'] = 'La subida fue cancelada, o el servidor tuvo un error'; diff --git a/js_upload/lang/fi-fi/strings.php b/js_upload/lang/fi-fi/strings.php index 2e636419..62807441 100644 --- a/js_upload/lang/fi-fi/strings.php +++ b/js_upload/lang/fi-fi/strings.php @@ -5,12 +5,11 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Upload a file"] = "Lähetä tiedosto"; -$a->strings["Cancel"] = "Peruuta"; -$a->strings["Failed"] = "Epäonnistui"; -$a->strings["No files were uploaded."] = "Tiedostoja ei lähetetty."; -$a->strings["Uploaded file is empty"] = "Lähetetty tiedosto on tyhjä"; -$a->strings["Image exceeds size limit of "] = "Kuva ylittää kokorajoituksen "; -$a->strings["File has an invalid extension, it should be one of "] = "Tiedostopääte on virheellinen. Sallitut tiedostopäätteet:"; -$a->strings["Upload was cancelled, or server error encountered"] = "Lataus peruutettu, tai palvelimessa tapahtui virhe."; +$a->strings['Upload a file'] = 'Lähetä tiedosto'; +$a->strings['Cancel'] = 'Peruuta'; +$a->strings['Failed'] = 'Epäonnistui'; +$a->strings['No files were uploaded.'] = 'Tiedostoja ei lähetetty.'; +$a->strings['Uploaded file is empty'] = 'Lähetetty tiedosto on tyhjä'; +$a->strings['Image exceeds size limit of '] = 'Kuva ylittää kokorajoituksen '; +$a->strings['File has an invalid extension, it should be one of '] = 'Tiedostopääte on virheellinen. Sallitut tiedostopäätteet:'; +$a->strings['Upload was cancelled, or server error encountered'] = 'Lataus peruutettu, tai palvelimessa tapahtui virhe.'; diff --git a/js_upload/lang/fr/strings.php b/js_upload/lang/fr/strings.php index c7a311e3..97f9a40e 100644 --- a/js_upload/lang/fr/strings.php +++ b/js_upload/lang/fr/strings.php @@ -5,13 +5,12 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Select files for upload"] = "Sélectionner les fichiers à télécharger"; -$a->strings["Drop files here to upload"] = "Glisser les fichiers ici pour uploader"; -$a->strings["Cancel"] = "Annuler"; -$a->strings["Failed"] = "Echec"; -$a->strings["No files were uploaded."] = "Aucun fichier téléchargé"; -$a->strings["Uploaded file is empty"] = "Le fichier téléchargé est vide"; -$a->strings["Image exceeds size limit of "] = "L'image dépasse la taille limite de "; -$a->strings["File has an invalid extension, it should be one of "] = "Le fichier à une extension invalide, cela devrait être une de ces "; -$a->strings["Upload was cancelled, or server error encountered"] = "Le téléchargement a été annulé ou le server a rencontré une erreur"; +$a->strings['Select files for upload'] = 'Sélectionner les fichiers à télécharger'; +$a->strings['Drop files here to upload'] = 'Glisser les fichiers ici pour uploader'; +$a->strings['Cancel'] = 'Annuler'; +$a->strings['Failed'] = 'Echec'; +$a->strings['No files were uploaded.'] = 'Aucun fichier téléchargé'; +$a->strings['Uploaded file is empty'] = 'Le fichier téléchargé est vide'; +$a->strings['Image exceeds size limit of '] = 'L\'image dépasse la taille limite de '; +$a->strings['File has an invalid extension, it should be one of '] = 'Le fichier à une extension invalide, cela devrait être une de ces '; +$a->strings['Upload was cancelled, or server error encountered'] = 'Le téléchargement a été annulé ou le server a rencontré une erreur'; diff --git a/js_upload/lang/hu/strings.php b/js_upload/lang/hu/strings.php index 869b4d74..d19790e4 100644 --- a/js_upload/lang/hu/strings.php +++ b/js_upload/lang/hu/strings.php @@ -5,13 +5,12 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Select files for upload"] = "Fájlok kijelölése a feltöltéshez"; -$a->strings["Drop files here to upload"] = "Húzzon ide fájlokat a feltöltéshez"; -$a->strings["Cancel"] = "Mégse"; -$a->strings["Failed"] = "Sikertelen"; -$a->strings["No files were uploaded."] = "Nem lettek fájlok feltöltve."; -$a->strings["Uploaded file is empty"] = "A feltöltött fájl üres"; -$a->strings["Image exceeds size limit of %s"] = "A kép meghaladja a beállított %s méretkorlátot"; -$a->strings["File has an invalid extension, it should be one of %s."] = "A fájl érvénytelen kiterjesztéssel rendelkezik, %s egyikének kell lennie."; -$a->strings["Upload was cancelled, or server error encountered"] = "A feltöltés meg lett szakítva vagy kiszolgálóhiba történt"; +$a->strings['Select files for upload'] = 'Fájlok kijelölése a feltöltéshez'; +$a->strings['Drop files here to upload'] = 'Húzzon ide fájlokat a feltöltéshez'; +$a->strings['Cancel'] = 'Mégse'; +$a->strings['Failed'] = 'Sikertelen'; +$a->strings['No files were uploaded.'] = 'Nem lettek fájlok feltöltve.'; +$a->strings['Uploaded file is empty'] = 'A feltöltött fájl üres'; +$a->strings['Image exceeds size limit of %s'] = 'A kép meghaladja a beállított %s méretkorlátot'; +$a->strings['File has an invalid extension, it should be one of %s.'] = 'A fájl érvénytelen kiterjesztéssel rendelkezik, %s egyikének kell lennie.'; +$a->strings['Upload was cancelled, or server error encountered'] = 'A feltöltés meg lett szakítva vagy kiszolgálóhiba történt'; diff --git a/js_upload/lang/it/strings.php b/js_upload/lang/it/strings.php index 5ece4a1b..f2ebfe0b 100644 --- a/js_upload/lang/it/strings.php +++ b/js_upload/lang/it/strings.php @@ -5,13 +5,12 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Select files for upload"] = "Seleziona file per il caricamento"; -$a->strings["Drop files here to upload"] = "Trascina un file qui per caricarlo"; -$a->strings["Cancel"] = "Annulla"; -$a->strings["Failed"] = "Caricamento fallito"; -$a->strings["No files were uploaded."] = "Nessun file è stato caricato."; -$a->strings["Uploaded file is empty"] = "Il file caricato è vuoto"; -$a->strings["Image exceeds size limit of %s"] = "La dimensione dell'immagine supera il limite di %s"; -$a->strings["File has an invalid extension, it should be one of %s."] = "Il file ha un'estensione non valida, dovrebbe essere una tra %s."; -$a->strings["Upload was cancelled, or server error encountered"] = "Il caricamento è stato cancellato, o si è verificato un errore sul server"; +$a->strings['Select files for upload'] = 'Seleziona file per il caricamento'; +$a->strings['Drop files here to upload'] = 'Trascina un file qui per caricarlo'; +$a->strings['Cancel'] = 'Annulla'; +$a->strings['Failed'] = 'Caricamento fallito'; +$a->strings['No files were uploaded.'] = 'Nessun file è stato caricato.'; +$a->strings['Uploaded file is empty'] = 'Il file caricato è vuoto'; +$a->strings['Image exceeds size limit of %s'] = 'La dimensione dell\'immagine supera il limite di %s'; +$a->strings['File has an invalid extension, it should be one of %s.'] = 'Il file ha un\'estensione non valida, dovrebbe essere una tra %s.'; +$a->strings['Upload was cancelled, or server error encountered'] = 'Il caricamento è stato cancellato, o si è verificato un errore sul server'; diff --git a/js_upload/lang/nl/strings.php b/js_upload/lang/nl/strings.php index d63d5a85..dcdf634a 100644 --- a/js_upload/lang/nl/strings.php +++ b/js_upload/lang/nl/strings.php @@ -5,6 +5,5 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Upload a file"] = "Upload een bestand"; -$a->strings["Drop files here to upload"] = "Sleep uw bestanden hier om ze te uploaden"; +$a->strings['Upload a file'] = 'Upload een bestand'; +$a->strings['Drop files here to upload'] = 'Sleep uw bestanden hier om ze te uploaden'; diff --git a/js_upload/lang/pl/strings.php b/js_upload/lang/pl/strings.php index b5cc9363..7bdf85a7 100644 --- a/js_upload/lang/pl/strings.php +++ b/js_upload/lang/pl/strings.php @@ -5,13 +5,12 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Upload a file"] = "Prześlij plik"; -$a->strings["Drop files here to upload"] = "Upuść pliki tutaj, aby przesłać"; -$a->strings["Cancel"] = "Anuluj"; -$a->strings["Failed"] = "Nie powiodło się"; -$a->strings["No files were uploaded."] = "Żadne pliki nie zostały przesłane."; -$a->strings["Uploaded file is empty"] = "Przesłany plik jest pusty"; -$a->strings["Image exceeds size limit of "] = "Obraz przekracza limit rozmiaru wynoszący"; -$a->strings["File has an invalid extension, it should be one of "] = "Plik ma nieprawidłowe rozszerzenie, powinno być jednym z nich"; -$a->strings["Upload was cancelled, or server error encountered"] = "Przesyłanie zostało anulowane lub wystąpił błąd serwera"; +$a->strings['Upload a file'] = 'Prześlij plik'; +$a->strings['Drop files here to upload'] = 'Upuść pliki tutaj, aby przesłać'; +$a->strings['Cancel'] = 'Anuluj'; +$a->strings['Failed'] = 'Nie powiodło się'; +$a->strings['No files were uploaded.'] = 'Żadne pliki nie zostały przesłane.'; +$a->strings['Uploaded file is empty'] = 'Przesłany plik jest pusty'; +$a->strings['Image exceeds size limit of '] = 'Obraz przekracza limit rozmiaru wynoszący'; +$a->strings['File has an invalid extension, it should be one of '] = 'Plik ma nieprawidłowe rozszerzenie, powinno być jednym z nich'; +$a->strings['Upload was cancelled, or server error encountered'] = 'Przesyłanie zostało anulowane lub wystąpił błąd serwera'; diff --git a/js_upload/lang/ro/strings.php b/js_upload/lang/ro/strings.php index 0ebcb516..5e87a4f9 100644 --- a/js_upload/lang/ro/strings.php +++ b/js_upload/lang/ro/strings.php @@ -5,13 +5,12 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Upload a file"] = "Încărcați un fișier"; -$a->strings["Drop files here to upload"] = "Fixați fișierele aici pentru încărcare"; -$a->strings["Cancel"] = "Anulare"; -$a->strings["Failed"] = "Eșuat"; -$a->strings["No files were uploaded."] = "Nici un fișier nu a fost încărcat."; -$a->strings["Uploaded file is empty"] = "Fișierul încărcat este gol"; -$a->strings["Image exceeds size limit of "] = "Dimensiunea imaginii depășește limita de"; -$a->strings["File has an invalid extension, it should be one of "] = "Fișierul are o extensie invalidă, acesta trebuie să fie una de tipul"; -$a->strings["Upload was cancelled, or server error encountered"] = "Încărcarea a fost anulată, sau a apărut o eroare de server"; +$a->strings['Upload a file'] = 'Încărcați un fișier'; +$a->strings['Drop files here to upload'] = 'Fixați fișierele aici pentru încărcare'; +$a->strings['Cancel'] = 'Anulare'; +$a->strings['Failed'] = 'Eșuat'; +$a->strings['No files were uploaded.'] = 'Nici un fișier nu a fost încărcat.'; +$a->strings['Uploaded file is empty'] = 'Fișierul încărcat este gol'; +$a->strings['Image exceeds size limit of '] = 'Dimensiunea imaginii depășește limita de'; +$a->strings['File has an invalid extension, it should be one of '] = 'Fișierul are o extensie invalidă, acesta trebuie să fie una de tipul'; +$a->strings['Upload was cancelled, or server error encountered'] = 'Încărcarea a fost anulată, sau a apărut o eroare de server'; diff --git a/js_upload/lang/ru/strings.php b/js_upload/lang/ru/strings.php index dbc761ed..d4fd79ad 100644 --- a/js_upload/lang/ru/strings.php +++ b/js_upload/lang/ru/strings.php @@ -5,13 +5,12 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Upload a file"] = "Загрузить файл"; -$a->strings["Drop files here to upload"] = "Перетащите сюда файлы для загрузки"; -$a->strings["Cancel"] = "Отмена"; -$a->strings["Failed"] = "Ошибка"; -$a->strings["No files were uploaded."] = "Файлы не были загружены."; -$a->strings["Uploaded file is empty"] = "Загруженный файл пустой."; -$a->strings["Image exceeds size limit of "] = "Изображение превышает ограничение в"; -$a->strings["File has an invalid extension, it should be one of "] = "У файла недопустимое расширение, оно должно быть"; -$a->strings["Upload was cancelled, or server error encountered"] = "Закачка отменена, либо возникла ошибка на сервере"; +$a->strings['Upload a file'] = 'Загрузить файл'; +$a->strings['Drop files here to upload'] = 'Перетащите сюда файлы для загрузки'; +$a->strings['Cancel'] = 'Отмена'; +$a->strings['Failed'] = 'Ошибка'; +$a->strings['No files were uploaded.'] = 'Файлы не были загружены.'; +$a->strings['Uploaded file is empty'] = 'Загруженный файл пустой.'; +$a->strings['Image exceeds size limit of '] = 'Изображение превышает ограничение в'; +$a->strings['File has an invalid extension, it should be one of '] = 'У файла недопустимое расширение, оно должно быть'; +$a->strings['Upload was cancelled, or server error encountered'] = 'Закачка отменена, либо возникла ошибка на сервере'; diff --git a/keycloakpassword/lang/de/strings.php b/keycloakpassword/lang/de/strings.php index 8273a1e3..148b9d52 100644 --- a/keycloakpassword/lang/de/strings.php +++ b/keycloakpassword/lang/de/strings.php @@ -5,9 +5,10 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Client ID"] = "ID des Clients"; -$a->strings["Client secret"] = "Client Geheimnis"; -$a->strings["The secret assigned to the OpenID Connect client you created for this addon in Keycloak."] = "Das Geheimnis, das du in Keycloak für den Client hinterlegt hast."; -$a->strings["OpenID Connect endpoint"] = "OpenID Verbindungsendpunkt"; -$a->strings["Save Settings"] = "Einstellungen speichern"; +$a->strings['Client ID'] = 'ID des Clients'; +$a->strings['The name of the OpenID Connect client you created for this addon in Keycloak.'] = 'Der Name des OpenID Clients den du für dieses Addon in Keycloak angelegt hast.'; +$a->strings['Client secret'] = 'Client Geheimnis'; +$a->strings['The secret assigned to the OpenID Connect client you created for this addon in Keycloak.'] = 'Das Geheimnis, das du in Keycloak für den Client hinterlegt hast.'; +$a->strings['OpenID Connect endpoint'] = 'OpenID Verbindungsendpunkt'; +$a->strings['URL to the Keycloak endpoint for your client. (E.g., https://example.com/auth/realms/some-realm/protocol/openid-connect)'] = 'Die URL des Keycloak Entpunktes fpr deinen Client (z.B. https://example.com/auth/realms/some-realm/protocol/openid-connect)'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; diff --git a/keycloakpassword/lang/hu/strings.php b/keycloakpassword/lang/hu/strings.php index 3cfa719e..69a294f5 100644 --- a/keycloakpassword/lang/hu/strings.php +++ b/keycloakpassword/lang/hu/strings.php @@ -5,8 +5,10 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Client ID"] = "Ügyfél-azonosító"; -$a->strings["Client secret"] = "Ügyféltitok"; -$a->strings["OpenID Connect endpoint"] = "OpenID Connect végpont"; -$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings['Client ID'] = 'Ügyfél-azonosító'; +$a->strings['The name of the OpenID Connect client you created for this addon in Keycloak.'] = 'Az OpenID Connect ügyfelének neve, amelyet ehhez a bővítményhez hozott létre a Keycloak alkalmazásban.'; +$a->strings['Client secret'] = 'Ügyféltitok'; +$a->strings['The secret assigned to the OpenID Connect client you created for this addon in Keycloak.'] = 'Ahhoz az OpenID Connect ügyfélhez hozzárendelt titok, amelyet ehhez a bővítményhez hozott létre a Keycloak alkalmazásban.'; +$a->strings['OpenID Connect endpoint'] = 'OpenID Connect végpont'; +$a->strings['URL to the Keycloak endpoint for your client. (E.g., https://example.com/auth/realms/some-realm/protocol/openid-connect)'] = 'Az ügyfél URL-e a Keycloak végponthoz (például https://example.com/auth/realms/some-realm/protocol/openid-connect).'; +$a->strings['Save Settings'] = 'Beállítások mentése'; diff --git a/krynn/lang/cs/strings.php b/krynn/lang/cs/strings.php index 0e600b0b..f01363af 100644 --- a/krynn/lang/cs/strings.php +++ b/krynn/lang/cs/strings.php @@ -5,7 +5,6 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Krynn Settings"] = "Nastavení Krynn"; -$a->strings["Enable Krynn Addon"] = "Povolit doplněk Krynn"; -$a->strings["Submit"] = "Odeslat"; +$a->strings['Krynn Settings'] = 'Nastavení Krynn'; +$a->strings['Enable Krynn Addon'] = 'Povolit doplněk Krynn'; +$a->strings['Submit'] = 'Odeslat'; diff --git a/krynn/lang/de/strings.php b/krynn/lang/de/strings.php index cf306e27..8b380159 100644 --- a/krynn/lang/de/strings.php +++ b/krynn/lang/de/strings.php @@ -5,8 +5,7 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Krynn"] = "Krynn"; -$a->strings["Krynn Settings"] = "Krynn-Einstellungen"; -$a->strings["Enable Krynn Addon"] = "Krynn-Addon aktivieren"; -$a->strings["Save Settings"] = "Einstellungen speichern"; +$a->strings['Krynn'] = 'Krynn'; +$a->strings['Krynn Settings'] = 'Krynn-Einstellungen'; +$a->strings['Enable Krynn Addon'] = 'Krynn-Addon aktivieren'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; diff --git a/krynn/lang/es/strings.php b/krynn/lang/es/strings.php index 08c5add7..0247775a 100644 --- a/krynn/lang/es/strings.php +++ b/krynn/lang/es/strings.php @@ -5,8 +5,7 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Krynn"] = "Krynn"; -$a->strings["Krynn Settings"] = "Ajustes de Krynn"; -$a->strings["Enable Krynn Addon"] = "Habilitar Plugin de Krynn"; -$a->strings["Save Settings"] = "Guardar Ajustes"; +$a->strings['Krynn'] = 'Krynn'; +$a->strings['Krynn Settings'] = 'Ajustes de Krynn'; +$a->strings['Enable Krynn Addon'] = 'Habilitar Plugin de Krynn'; +$a->strings['Save Settings'] = 'Guardar Ajustes'; diff --git a/krynn/lang/fi-fi/strings.php b/krynn/lang/fi-fi/strings.php index 22082beb..2003dcb0 100644 --- a/krynn/lang/fi-fi/strings.php +++ b/krynn/lang/fi-fi/strings.php @@ -5,7 +5,6 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Krynn Settings"] = "Krynn -asetukset"; -$a->strings["Enable Krynn Addon"] = "Ota Krynn -lisäosa käyttöön"; -$a->strings["Submit"] = "Lähetä"; +$a->strings['Krynn Settings'] = 'Krynn -asetukset'; +$a->strings['Enable Krynn Addon'] = 'Ota Krynn -lisäosa käyttöön'; +$a->strings['Submit'] = 'Lähetä'; diff --git a/krynn/lang/fr/strings.php b/krynn/lang/fr/strings.php index e649033d..26f744de 100644 --- a/krynn/lang/fr/strings.php +++ b/krynn/lang/fr/strings.php @@ -5,8 +5,7 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Krynn"] = "Krynn"; -$a->strings["Krynn Settings"] = "Paramètres de Krynn"; -$a->strings["Enable Krynn Addon"] = "Activer l'application complémentaire Krynn"; -$a->strings["Save Settings"] = "Sauvegarder les paramètres"; +$a->strings['Krynn'] = 'Krynn'; +$a->strings['Krynn Settings'] = 'Paramètres de Krynn'; +$a->strings['Enable Krynn Addon'] = 'Activer l\'application complémentaire Krynn'; +$a->strings['Save Settings'] = 'Sauvegarder les paramètres'; diff --git a/krynn/lang/hu/strings.php b/krynn/lang/hu/strings.php index c2e3e803..4ceb0155 100644 --- a/krynn/lang/hu/strings.php +++ b/krynn/lang/hu/strings.php @@ -5,8 +5,7 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Krynn"] = "Krynn"; -$a->strings["Krynn Settings"] = "Krynn beállítások"; -$a->strings["Enable Krynn Addon"] = "Krynn bővítmény engedélyezése"; -$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings['Krynn'] = 'Krynn'; +$a->strings['Krynn Settings'] = 'Krynn beállítások'; +$a->strings['Enable Krynn Addon'] = 'Krynn bővítmény engedélyezése'; +$a->strings['Save Settings'] = 'Beállítások mentése'; diff --git a/krynn/lang/it/strings.php b/krynn/lang/it/strings.php index cd9ea114..6322a0c2 100644 --- a/krynn/lang/it/strings.php +++ b/krynn/lang/it/strings.php @@ -5,8 +5,7 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Krynn"] = "Krynn"; -$a->strings["Krynn Settings"] = "Impostazioni Krynn"; -$a->strings["Enable Krynn Addon"] = "Abilita componente aggiuntivo Krynn"; -$a->strings["Save Settings"] = "Salva Impostazioni"; +$a->strings['Krynn'] = 'Krynn'; +$a->strings['Krynn Settings'] = 'Impostazioni Krynn'; +$a->strings['Enable Krynn Addon'] = 'Abilita componente aggiuntivo Krynn'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; diff --git a/krynn/lang/nl/strings.php b/krynn/lang/nl/strings.php index 28be50f4..40cfcb17 100644 --- a/krynn/lang/nl/strings.php +++ b/krynn/lang/nl/strings.php @@ -5,6 +5,5 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Krynn Settings"] = "Krynn instellingen"; -$a->strings["Enable Krynn Addon"] = "Krynn Addon inschakelen"; +$a->strings['Krynn Settings'] = 'Krynn instellingen'; +$a->strings['Enable Krynn Addon'] = 'Krynn Addon inschakelen'; diff --git a/krynn/lang/pl/strings.php b/krynn/lang/pl/strings.php index 45dfcba5..bd7bb901 100644 --- a/krynn/lang/pl/strings.php +++ b/krynn/lang/pl/strings.php @@ -5,7 +5,6 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Krynn Settings"] = "Ustawienia Krynn"; -$a->strings["Enable Krynn Addon"] = "Włącz dodatek Krynn"; -$a->strings["Submit"] = "Wyślij"; +$a->strings['Krynn Settings'] = 'Ustawienia Krynn'; +$a->strings['Enable Krynn Addon'] = 'Włącz dodatek Krynn'; +$a->strings['Submit'] = 'Wyślij'; diff --git a/krynn/lang/ro/strings.php b/krynn/lang/ro/strings.php index be624dc4..fc70f3c3 100644 --- a/krynn/lang/ro/strings.php +++ b/krynn/lang/ro/strings.php @@ -5,7 +5,6 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Krynn Settings"] = "Configurări Krynn"; -$a->strings["Enable Krynn Addon"] = "Activare Modul Krynn"; -$a->strings["Submit"] = "Trimite"; +$a->strings['Krynn Settings'] = 'Configurări Krynn'; +$a->strings['Enable Krynn Addon'] = 'Activare Modul Krynn'; +$a->strings['Submit'] = 'Trimite'; diff --git a/langfilter/lang/ca/strings.php b/langfilter/lang/ca/strings.php index 90cfc3c8..174c2c0e 100644 --- a/langfilter/lang/ca/strings.php +++ b/langfilter/lang/ca/strings.php @@ -5,16 +5,15 @@ function string_plural_select_ca($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Language Filter"] = "Filtre d'Idioma"; -$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "Aquest complement tracta d’identificar les publicacions d’idioma en què s’escriuen. Si no coincideix amb cap idioma especificat a continuació, les publicacions s’ocultaran en col·lapsar-les."; -$a->strings["Use the language filter"] = "Emprar el filtre d'idioma"; -$a->strings["Able to read"] = "Capacitat de llegir"; -$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "llista d'abreviatures (ISO2 codes), separada per comes, per idiomes que tú parles. Per exemple \"ca,es,de,it\"."; -$a->strings["Minimum confidence in language detection"] = "Precissió mínima en la detecció d'idioma"; -$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Precissió mínima en la detecció d'idioma per ser correcta, de 0 a 100. Els misssatges no seràn filtrats mentre que la precissió en la detecció d'idioma estigui per sota d'aquest valor."; -$a->strings["Minimum length of message body"] = "Durada mínima del cos del missatge"; -$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Nombre mínim de caràcters en el cos de missatges per utilitzar el filtre. Les publicacions inferiors a aquesta no es filtraran. Nota: la detecció del llenguatge no és fiable per a contingut curt (<200 caràcters)."; -$a->strings["Save Settings"] = "Desa la configuració"; -$a->strings["Language Filter Settings saved."] = "S'ha desat la configuració del filtre d'idioma"; -$a->strings["Filtered language: %s"] = "%sIdioma filtrat"; +$a->strings['Language Filter'] = 'Filtre d\'Idioma'; +$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'Aquest complement tracta d’identificar les publicacions d’idioma en què s’escriuen. Si no coincideix amb cap idioma especificat a continuació, les publicacions s’ocultaran en col·lapsar-les.'; +$a->strings['Use the language filter'] = 'Emprar el filtre d\'idioma'; +$a->strings['Able to read'] = 'Capacitat de llegir'; +$a->strings['List of abbreviations (iso2 codes) for languages you speak, comma separated. For example "de,it".'] = 'llista d\'abreviatures (ISO2 codes), separada per comes, per idiomes que tú parles. Per exemple "ca,es,de,it".'; +$a->strings['Minimum confidence in language detection'] = 'Precissió mínima en la detecció d\'idioma'; +$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = 'Precissió mínima en la detecció d\'idioma per ser correcta, de 0 a 100. Els misssatges no seràn filtrats mentre que la precissió en la detecció d\'idioma estigui per sota d\'aquest valor.'; +$a->strings['Minimum length of message body'] = 'Durada mínima del cos del missatge'; +$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'Nombre mínim de caràcters en el cos de missatges per utilitzar el filtre. Les publicacions inferiors a aquesta no es filtraran. Nota: la detecció del llenguatge no és fiable per a contingut curt (<200 caràcters).'; +$a->strings['Save Settings'] = 'Desa la configuració'; +$a->strings['Language Filter Settings saved.'] = 'S\'ha desat la configuració del filtre d\'idioma'; +$a->strings['Filtered language: %s'] = '%sIdioma filtrat'; diff --git a/langfilter/lang/cs/strings.php b/langfilter/lang/cs/strings.php index ffa74d15..468015d8 100644 --- a/langfilter/lang/cs/strings.php +++ b/langfilter/lang/cs/strings.php @@ -5,16 +5,15 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Language Filter"] = "Jazykový filtr"; -$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "Tento doplněk zkouší identifikovat jazyk, ve kterém jsou napsány příspěvky. Pokud nelze přiřadit příspěvky k žádnému níže specifikovanému jazyku, příspěvky budou zabaleny."; -$a->strings["Use the language filter"] = "Použít jazykový filtr"; -$a->strings["Able to read"] = "Lze číst"; -$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Seznam zkratek (kódů ISO 2) pro jazyky, kterými mluvíte, oddělených čárkami. Příklad: \"cs,sk\"."; -$a->strings["Minimum confidence in language detection"] = "Minimální jistota v detekci jazyka"; -$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Minimální jistota ve správnost detekce jazyka, od 0 do 100. Pokud jistota v detekci spadne pod tuto úroveň, nebudou příspěvky filtrovány."; -$a->strings["Minimum length of message body"] = "Minimální délka těla zprávy"; -$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Minimální počet znaků v těle zprávy pro použití filtru. Kratší zprávy nebudou filtrovány. Poznámka: Detekce jazyka je nespolehlivá pro krátký obsah (<200 znaků)."; -$a->strings["Save Settings"] = "Uložit nastavení"; -$a->strings["Language Filter Settings saved."] = "Nastavení Language Filter uložena."; -$a->strings["Filtered language: %s"] = "Filtrovaný jazyk: %s"; +$a->strings['Language Filter'] = 'Jazykový filtr'; +$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'Tento doplněk zkouší identifikovat jazyk, ve kterém jsou napsány příspěvky. Pokud nelze přiřadit příspěvky k žádnému níže specifikovanému jazyku, příspěvky budou zabaleny.'; +$a->strings['Use the language filter'] = 'Použít jazykový filtr'; +$a->strings['Able to read'] = 'Lze číst'; +$a->strings['List of abbreviations (iso2 codes) for languages you speak, comma separated. For example "de,it".'] = 'Seznam zkratek (kódů ISO 2) pro jazyky, kterými mluvíte, oddělených čárkami. Příklad: "cs,sk".'; +$a->strings['Minimum confidence in language detection'] = 'Minimální jistota v detekci jazyka'; +$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = 'Minimální jistota ve správnost detekce jazyka, od 0 do 100. Pokud jistota v detekci spadne pod tuto úroveň, nebudou příspěvky filtrovány.'; +$a->strings['Minimum length of message body'] = 'Minimální délka těla zprávy'; +$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'Minimální počet znaků v těle zprávy pro použití filtru. Kratší zprávy nebudou filtrovány. Poznámka: Detekce jazyka je nespolehlivá pro krátký obsah (<200 znaků).'; +$a->strings['Save Settings'] = 'Uložit nastavení'; +$a->strings['Language Filter Settings saved.'] = 'Nastavení Language Filter uložena.'; +$a->strings['Filtered language: %s'] = 'Filtrovaný jazyk: %s'; diff --git a/langfilter/lang/en-gb/strings.php b/langfilter/lang/en-gb/strings.php index a0e889ff..35a83207 100644 --- a/langfilter/lang/en-gb/strings.php +++ b/langfilter/lang/en-gb/strings.php @@ -5,16 +5,15 @@ function string_plural_select_en_gb($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Language Filter"] = "Language Filter"; -$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "This addon tries to identify the language that posts are written in. If posts don't match any of the languages specifed below, those posts will be hidden by collapsing them."; -$a->strings["Use the language filter"] = "Use the Language Filter"; -$a->strings["Able to read"] = "Language selection"; -$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "List of abbreviations (ISO two-letter language codes) for languages you wish to view, separated by commas. For example, German and Italian would be \"de,it\"."; -$a->strings["Minimum confidence in language detection"] = "Minimum confidence in language detection"; -$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "The minimum confidence in language detection being correct, from 0 to 100. Posts will only be filtered if their confidence value is higher than this percentage."; -$a->strings["Minimum length of message body"] = "Minimum length of message body"; -$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "The minimum number of characters a message has to contain for it to activate the filter. Posts shorter than this will not be filtered. Please note that language detection is unreliable for short content (for example for posts of less than 200 characters)."; -$a->strings["Save Settings"] = "Save Settings"; -$a->strings["Language Filter Settings saved."] = "Language Filter settings saved."; -$a->strings["Filtered language: %s"] = "Filtered language: %s"; +$a->strings['Language Filter'] = 'Language Filter'; +$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'This addon tries to identify the language that posts are written in. If posts don\'t match any of the languages specified below, those posts will be hidden by collapsing them.'; +$a->strings['Use the language filter'] = 'Use the Language Filter'; +$a->strings['Able to read'] = 'Language selection'; +$a->strings['List of abbreviations (iso2 codes) for languages you speak, comma separated. For example "de,it".'] = 'List of abbreviations (ISO two-letter language codes) for languages you wish to view, separated by commas. For example, German and Italian would be "de,it".'; +$a->strings['Minimum confidence in language detection'] = 'Minimum confidence in language detection'; +$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = 'The minimum confidence in language detection being correct, from 0 to 100. Posts will only be filtered if their confidence value is higher than this percentage.'; +$a->strings['Minimum length of message body'] = 'Minimum length of message body'; +$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'The minimum number of characters a message has to contain for it to activate the filter. Posts shorter than this will not be filtered. Please note that language detection is unreliable for short content (for example for posts of less than 200 characters).'; +$a->strings['Save Settings'] = 'Save Settings'; +$a->strings['Language Filter Settings saved.'] = 'Language Filter settings saved.'; +$a->strings['Filtered language: %s'] = 'Filtered language: %s'; diff --git a/langfilter/lang/en-us/strings.php b/langfilter/lang/en-us/strings.php index 91105cb1..524327d7 100644 --- a/langfilter/lang/en-us/strings.php +++ b/langfilter/lang/en-us/strings.php @@ -5,16 +5,15 @@ function string_plural_select_en_us($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Language Filter"] = "Language Filter"; -$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "This addon tries to identify the language posts are written in. If it does not match any language specifed below, posts will be hidden by collapsing them."; -$a->strings["Use the language filter"] = "Use the language filter"; -$a->strings["Able to read"] = "Able to read"; -$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."; -$a->strings["Minimum confidence in language detection"] = "Minimum confidence in language detection"; -$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."; -$a->strings["Minimum length of message body"] = "Minimum length of message body"; -$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."; -$a->strings["Save Settings"] = "Save Settings"; -$a->strings["Language Filter Settings saved."] = "Language Filter Settings saved."; -$a->strings["Filtered language: %s"] = "Filtered language: %s"; +$a->strings['Language Filter'] = 'Language Filter'; +$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'; +$a->strings['Use the language filter'] = 'Use the language filter'; +$a->strings['Able to read'] = 'Able to read'; +$a->strings['List of abbreviations (iso2 codes) for languages you speak, comma separated. For example "de,it".'] = 'List of abbreviations (iso2 codes) for languages you speak, comma separated. For example "de,it".'; +$a->strings['Minimum confidence in language detection'] = 'Minimum confidence in language detection'; +$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = 'Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'; +$a->strings['Minimum length of message body'] = 'Minimum length of message body'; +$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'; +$a->strings['Save Settings'] = 'Save Settings'; +$a->strings['Language Filter Settings saved.'] = 'Language Filter Settings saved.'; +$a->strings['Filtered language: %s'] = 'Filtered language: %s'; diff --git a/langfilter/lang/es/strings.php b/langfilter/lang/es/strings.php index 3ee89b2d..c3738122 100644 --- a/langfilter/lang/es/strings.php +++ b/langfilter/lang/es/strings.php @@ -3,17 +3,16 @@ if(! function_exists("string_plural_select_es")) { function string_plural_select_es($n){ $n = intval($n); - return ($n != 1);; + return intval($n != 1); }} -; -$a->strings["Language Filter"] = "Filtro de Idioma"; -$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "Este complemento intenta identificar en qué idioma se han escrito las publicaciones. Si no coincide con el idioma especificado a continuación, las publicaciones se ocultarán al contraerlas."; -$a->strings["Use the language filter"] = "Usar el filtro de idioma"; -$a->strings["Able to read"] = "Capaz de leer"; -$a->strings["List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Lista de abreviaciones (Codigo ISO 639-1) de los lenguajes que hablas, separados por comas.Un ejemplo: \"de,it\"."; -$a->strings["Minimum confidence in language detection"] = "Confianza mínima en la detección de idioma"; -$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Confianza mínima en que la detección de idioma sea correcta, de 0 a 100. Las entradas no se filtrarán cuando la confianza de la detección del idioma es inferior a su valor de porcentaje."; -$a->strings["Minimum length of message body"] = "Longitud mínima del cuerpo del mensaje"; -$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Número mínimo de caracteres en el cuerpo del mensaje para que se use el filtro. Las publicaciones más cortas que esto no serán filtradas. Nota: La detección de idioma no es fiable para contenido corto (<200 caracteres)."; -$a->strings["Save Settings"] = "Guardar Ajustes"; -$a->strings["Filtered language: %s"] = "Idioma filtrado: %s"; +$a->strings['Language Filter'] = 'Filtro de Idioma'; +$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'Este complemento intenta identificar en qué idioma se han escrito las publicaciones. Si no coincide con el idioma especificado a continuación, las publicaciones se ocultarán al contraerlas.'; +$a->strings['Use the language filter'] = 'Usar el filtro de idioma'; +$a->strings['Able to read'] = 'Capaz de leer'; +$a->strings['List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example "de,it".'] = 'Lista de abreviaciones (Codigo ISO 639-1) de los lenguajes que hablas, separados por comas.Un ejemplo: "de,it".'; +$a->strings['Minimum confidence in language detection'] = 'Confianza mínima en la detección de idioma'; +$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = 'Confianza mínima en que la detección de idioma sea correcta, de 0 a 100. Las entradas no se filtrarán cuando la confianza de la detección del idioma es inferior a su valor de porcentaje.'; +$a->strings['Minimum length of message body'] = 'Longitud mínima del cuerpo del mensaje'; +$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'Número mínimo de caracteres en el cuerpo del mensaje para que se use el filtro. Las publicaciones más cortas que esto no serán filtradas. Nota: La detección de idioma no es fiable para contenido corto (<200 caracteres).'; +$a->strings['Save Settings'] = 'Guardar Ajustes'; +$a->strings['Filtered language: %s'] = 'Idioma filtrado: %s'; diff --git a/langfilter/lang/et/strings.php b/langfilter/lang/et/strings.php index 3e1785d6..6d585936 100644 --- a/langfilter/lang/et/strings.php +++ b/langfilter/lang/et/strings.php @@ -5,16 +5,15 @@ function string_plural_select_et($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Language Filter"] = "Keelefilter"; -$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "See lisa üritab määrata keelt milles postitused on kirjutatud. Kui tule, ei sobi ühegi alloleva keelega, siis postitused peidetakse minimeerides nad. "; -$a->strings["Use the language filter"] = "Kasuta keelefiltrit"; -$a->strings["Able to read"] = "Suuteline lugema"; -$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Nimistu koodidest (iso2 koodid) keelte kohta mida räägite, komaga eraldatult. Näiteks \"de, it, et, fi\". "; -$a->strings["Minimum confidence in language detection"] = "Miinimumkindlus keeletuvastusel"; -$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Miinimumkindlus kontrollil 0-st 100-ni. Postitusi ei filtreerita kui tuvastuskindlus on allpool nimetatud protsendiväärtust. "; -$a->strings["Minimum length of message body"] = "Sõnumiteksti miinimumväärtus"; -$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Miinimumväärtus märkides sõnumitekstis filtri tarbeks. Sellest lühemaid sõnumeid ei filtreerita. Märge: Keeletuvastus on ebausaldusväärne lühisisu puhul (vähem kui 200 märki). "; -$a->strings["Save Settings"] = "Salvesta sätted"; -$a->strings["Language Filter Settings saved."] = "Keelefiltri sätted salvestatud."; -$a->strings["Filtered language: %s"] = "Filtreeritud keel: %s "; +$a->strings['Language Filter'] = 'Keelefilter'; +$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'See lisa üritab määrata keelt milles postitused on kirjutatud. Kui tule, ei sobi ühegi alloleva keelega, siis postitused peidetakse minimeerides nad. '; +$a->strings['Use the language filter'] = 'Kasuta keelefiltrit'; +$a->strings['Able to read'] = 'Suuteline lugema'; +$a->strings['List of abbreviations (iso2 codes) for languages you speak, comma separated. For example "de,it".'] = 'Nimistu koodidest (iso2 koodid) keelte kohta mida räägite, komaga eraldatult. Näiteks "de, it, et, fi". '; +$a->strings['Minimum confidence in language detection'] = 'Miinimumkindlus keeletuvastusel'; +$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = 'Miinimumkindlus kontrollil 0-st 100-ni. Postitusi ei filtreerita kui tuvastuskindlus on allpool nimetatud protsendiväärtust. '; +$a->strings['Minimum length of message body'] = 'Sõnumiteksti miinimumväärtus'; +$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'Miinimumväärtus märkides sõnumitekstis filtri tarbeks. Sellest lühemaid sõnumeid ei filtreerita. Märge: Keeletuvastus on ebausaldusväärne lühisisu puhul (vähem kui 200 märki). '; +$a->strings['Save Settings'] = 'Salvesta sätted'; +$a->strings['Language Filter Settings saved.'] = 'Keelefiltri sätted salvestatud.'; +$a->strings['Filtered language: %s'] = 'Filtreeritud keel: %s '; diff --git a/langfilter/lang/fi-fi/strings.php b/langfilter/lang/fi-fi/strings.php index 85fb6e0f..1f7f2240 100644 --- a/langfilter/lang/fi-fi/strings.php +++ b/langfilter/lang/fi-fi/strings.php @@ -5,9 +5,8 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Language Filter"] = "Kielisuodatin"; -$a->strings["Use the language filter"] = "Ota kielisuodatin käyttöön"; -$a->strings["Save Settings"] = "Tallenna asetukset"; -$a->strings["Language Filter Settings saved."] = "Kielisuodatinasetukset tallennettu"; -$a->strings["Filtered language: %s"] = "Suodatettu kieli: %s"; +$a->strings['Language Filter'] = 'Kielisuodatin'; +$a->strings['Use the language filter'] = 'Ota kielisuodatin käyttöön'; +$a->strings['Save Settings'] = 'Tallenna asetukset'; +$a->strings['Language Filter Settings saved.'] = 'Kielisuodatinasetukset tallennettu'; +$a->strings['Filtered language: %s'] = 'Suodatettu kieli: %s'; diff --git a/langfilter/lang/fr/strings.php b/langfilter/lang/fr/strings.php index 12e1b051..51f5b2c1 100644 --- a/langfilter/lang/fr/strings.php +++ b/langfilter/lang/fr/strings.php @@ -5,15 +5,15 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Language Filter"] = "Filtre de langues"; -$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "Cette extension essaie de reconnaître la langue dans laquelle les publications sont écrites. Si elle ne correspond à aucune de la liste donnée plus bas, les publications seront réduites."; -$a->strings["Use the language filter"] = "Utiliser le filtre de langues"; -$a->strings["Able to read"] = "Peut lire"; -$a->strings["List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Liste des abréviations (codes ISO 639-1) des langues que vous parlez, séparées par des virgules.\nPar exemple \"de,it\"."; -$a->strings["Minimum confidence in language detection"] = "Confiance minimale dans la détection de langues"; -$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Seuil de confiance minimal pour la détection des langues, de 0 à 100. Une publication ne sera pas filtrée si elle est détectée avec une confiance moindre."; -$a->strings["Minimum length of message body"] = "Longueur minimale du corps de message."; -$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Nombre minimal de signes dans le corps de message pour déclencher le filtre. Une publication plus courte ne sera pas filtrée. Remarque: la détection de langue n'est pas fiable pour du contenu court (<200 signes)."; -$a->strings["Save Settings"] = "Sauvegarder les paramètres"; -$a->strings["Filtered language: %s"] = "Langues filtrées: %s"; +$a->strings['Language Filter'] = 'Filtre de langues'; +$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'Cette extension essaie de reconnaître la langue dans laquelle les publications sont écrites. Si elle ne correspond à aucune de la liste donnée plus bas, les publications seront réduites.'; +$a->strings['Use the language filter'] = 'Utiliser le filtre de langues'; +$a->strings['Able to read'] = 'Peut lire'; +$a->strings['List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example "de,it".'] = 'Liste des abréviations (codes ISO 639-1) des langues que vous parlez, séparées par des virgules. +Par exemple "de,it".'; +$a->strings['Minimum confidence in language detection'] = 'Confiance minimale dans la détection de langues'; +$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = 'Seuil de confiance minimal pour la détection des langues, de 0 à 100. Une publication ne sera pas filtrée si elle est détectée avec une confiance moindre.'; +$a->strings['Minimum length of message body'] = 'Longueur minimale du corps de message.'; +$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'Nombre minimal de signes dans le corps de message pour déclencher le filtre. Une publication plus courte ne sera pas filtrée. Remarque: la détection de langue n\'est pas fiable pour du contenu court (<200 signes).'; +$a->strings['Save Settings'] = 'Sauvegarder les paramètres'; +$a->strings['Filtered language: %s'] = 'Langues filtrées: %s'; diff --git a/langfilter/lang/hu/strings.php b/langfilter/lang/hu/strings.php index 6446d4e4..fa95e496 100644 --- a/langfilter/lang/hu/strings.php +++ b/langfilter/lang/hu/strings.php @@ -5,15 +5,14 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Language Filter"] = "Nyelvszűrő"; -$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "Ez a bővítmény megpróbálja azonosítani, hogy a bejegyzéseket milyen nyelven írták. Ha nem egyezik egyetlen lent megadott nyelvvel sem, akkor a bejegyzések rejtettek lesznek azáltal, hogy össze lesznek csukva."; -$a->strings["Use the language filter"] = "A nyelvszűrő használata"; -$a->strings["Able to read"] = "Képes olvasni"; -$a->strings["List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Az Ön által beszélt nyelvek rövidítéseinek listája (ISO 639-1 kódok) vesszővel elválasztva. Például „de,it”."; -$a->strings["Minimum confidence in language detection"] = "Legkisebb megbízhatóság a nyelvfelismerésben"; -$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "A legkisebb megbízhatóság a helyesnek tűnő nyelvfelismerésben 0-tól 100-ig. A bejegyzések nem lesznek szűrve, ha a nyelvfelismerés megbízhatósága ezen százalékérték alatt van."; -$a->strings["Minimum length of message body"] = "Üzenettörzs legkisebb hossza"; -$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Az üzenet törzsében lévő karakterek legkisebb száma a használandó szűrőnél. Az ennél rövidebb bejegyzések nem lesznek szűrve. Megjegyzés: a nyelvfelismerés megbízhatatlan a rövid tartalmaknál (200-nál kevesebb karakternél)."; -$a->strings["Save Settings"] = "Beállítások mentése"; -$a->strings["Filtered language: %s"] = "Szűrt nyelv: %s"; +$a->strings['Language Filter'] = 'Nyelvszűrő'; +$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'Ez a bővítmény megpróbálja azonosítani, hogy a bejegyzéseket milyen nyelven írták. Ha nem egyezik egyetlen lent megadott nyelvvel sem, akkor a bejegyzések rejtettek lesznek azáltal, hogy össze lesznek csukva.'; +$a->strings['Use the language filter'] = 'A nyelvszűrő használata'; +$a->strings['Able to read'] = 'Képes olvasni'; +$a->strings['List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example "de,it".'] = 'Az Ön által beszélt nyelvek rövidítéseinek listája (ISO 639-1 kódok) vesszővel elválasztva. Például „de,it”.'; +$a->strings['Minimum confidence in language detection'] = 'Legkisebb megbízhatóság a nyelvfelismerésben'; +$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = 'A legkisebb megbízhatóság a helyesnek tűnő nyelvfelismerésben 0-tól 100-ig. A bejegyzések nem lesznek szűrve, ha a nyelvfelismerés megbízhatósága ezen százalékérték alatt van.'; +$a->strings['Minimum length of message body'] = 'Üzenettörzs legkisebb hossza'; +$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'Az üzenet törzsében lévő karakterek legkisebb száma a használandó szűrőnél. Az ennél rövidebb bejegyzések nem lesznek szűrve. Megjegyzés: a nyelvfelismerés megbízhatatlan a rövid tartalmaknál (200-nál kevesebb karakternél).'; +$a->strings['Save Settings'] = 'Beállítások mentése'; +$a->strings['Filtered language: %s'] = 'Szűrt nyelv: %s'; diff --git a/langfilter/lang/it/strings.php b/langfilter/lang/it/strings.php index 77d6e1d6..6f775fba 100644 --- a/langfilter/lang/it/strings.php +++ b/langfilter/lang/it/strings.php @@ -5,15 +5,14 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Language Filter"] = "Filtro Lingua"; -$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "Questo componente aggiuntivo prova ad identificare la lingua usata in un messaggio. Se questa non corrisponde a una delle lingue specificata qui sotto, il messaggio verrà collassato."; -$a->strings["Use the language filter"] = "Usa il filtro lingua"; -$a->strings["Able to read"] = "In grado di leggere"; -$a->strings["List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Lista di abbreviazioni (codici ISO 639-1) per le lingue che parli, separate da virgola. Per esempio \"it,de\"."; -$a->strings["Minimum confidence in language detection"] = "Fiducia minima nel rilevamento della lingua"; -$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Fiducia minima che il rilevamento della lingua sia corretto, da 0 a 100. I messaggi non saranno filtrati quando la fiducia nel rilevamento della lingua è sotto questo valore percentuale."; -$a->strings["Minimum length of message body"] = "Lunghezza minima del corpo del messaggio"; -$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Numero di caratteri minimo perché il filtro venga usato. I messaggio più corti non saranno filtrati. Nota: la rilevazione della lingua non è affidabile con messaggi brevi (<200 caratteri)"; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$a->strings["Filtered language: %s"] = "Lingua filtrata: %s"; +$a->strings['Language Filter'] = 'Filtro Lingua'; +$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'Questo componente aggiuntivo prova ad identificare la lingua usata in un messaggio. Se questa non corrisponde a una delle lingue specificata qui sotto, il messaggio verrà collassato.'; +$a->strings['Use the language filter'] = 'Usa il filtro lingua'; +$a->strings['Able to read'] = 'In grado di leggere'; +$a->strings['List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example "de,it".'] = 'Lista di abbreviazioni (codici ISO 639-1) per le lingue che parli, separate da virgola. Per esempio "it,de".'; +$a->strings['Minimum confidence in language detection'] = 'Fiducia minima nel rilevamento della lingua'; +$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = 'Fiducia minima che il rilevamento della lingua sia corretto, da 0 a 100. I messaggi non saranno filtrati quando la fiducia nel rilevamento della lingua è sotto questo valore percentuale.'; +$a->strings['Minimum length of message body'] = 'Lunghezza minima del corpo del messaggio'; +$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'Numero di caratteri minimo perché il filtro venga usato. I messaggio più corti non saranno filtrati. Nota: la rilevazione della lingua non è affidabile con messaggi brevi (<200 caratteri)'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; +$a->strings['Filtered language: %s'] = 'Lingua filtrata: %s'; diff --git a/langfilter/lang/ja/strings.php b/langfilter/lang/ja/strings.php index 492fcdcf..7d2a256b 100644 --- a/langfilter/lang/ja/strings.php +++ b/langfilter/lang/ja/strings.php @@ -5,14 +5,13 @@ function string_plural_select_ja($n){ $n = intval($n); return intval(0); }} -; -$a->strings["Language Filter"] = "言語フィルタ"; -$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "このアドオンは、投稿が書かれている言語の特定を試みます。以下に指定されたどの言語にも一致しない場合、投稿は折り畳まれて隠されます。"; -$a->strings["Use the language filter"] = "言語フィルタを使う"; -$a->strings["Able to read"] = "読める言語"; -$a->strings["List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example \"de,it\"."] = "あなたが話す言語の略語(ISO 639-1コード)の一覧をカンマで区切ってください。例えば、\"de,it\"。"; -$a->strings["Minimum confidence in language detection"] = "言語検出の最低信頼度"; -$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "言語検出が正しいことを示す最小の信頼度を0から100までで指定します。言語検出の信頼度がこの百分率の値以下の場合、投稿はフィルタリングされません。"; -$a->strings["Minimum length of message body"] = "メッセージ本文の最低の長さ"; -$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "フィルタを使用するためのメッセージ本文の最小文字数。これより短い投稿はフィルタリングされません。注:短いコンテンツ(200文字未満)の場合、言語検出は信頼できません。"; -$a->strings["Save Settings"] = "設定を保存"; +$a->strings['Language Filter'] = '言語フィルタ'; +$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'このアドオンは、投稿が書かれている言語の特定を試みます。以下に指定されたどの言語にも一致しない場合、投稿は折り畳まれて隠されます。'; +$a->strings['Use the language filter'] = '言語フィルタを使う'; +$a->strings['Able to read'] = '読める言語'; +$a->strings['List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example "de,it".'] = 'あなたが話す言語の略語(ISO 639-1コード)の一覧をカンマで区切ってください。例えば、"de,it"。'; +$a->strings['Minimum confidence in language detection'] = '言語検出の最低信頼度'; +$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = '言語検出が正しいことを示す最小の信頼度を0から100までで指定します。言語検出の信頼度がこの百分率の値以下の場合、投稿はフィルタリングされません。'; +$a->strings['Minimum length of message body'] = 'メッセージ本文の最低の長さ'; +$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'フィルタを使用するためのメッセージ本文の最小文字数。これより短い投稿はフィルタリングされません。注:短いコンテンツ(200文字未満)の場合、言語検出は信頼できません。'; +$a->strings['Save Settings'] = '設定を保存'; diff --git a/langfilter/lang/nb-no/strings.php b/langfilter/lang/nb-no/strings.php index 75e5b6e7..222a597b 100644 --- a/langfilter/lang/nb-no/strings.php +++ b/langfilter/lang/nb-no/strings.php @@ -5,15 +5,14 @@ function string_plural_select_nb_no($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Language Filter"] = "Språkfilter"; -$a->strings["This addon tries to identify the language posts are writen in. If it does not match any language specifed below, posts will be hidden by collapsing them."] = "Dette tillegget forsøker å identifisere hvilket språk poster er skrevet i. Hvis det ikke samsvarer med noen av språkene som er spesifisert nedenfor vil postene bli skjult ved at de blir kollapset."; -$a->strings["Use the language filter"] = "Bruk språkfilter"; -$a->strings["Able to read"] = "I stand til å lese"; -$a->strings["List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Liste over forkortelser (ISO 639-1 koder) for språk du snakker, kommaseparert. For eksempel \"de,it\""; -$a->strings["Minimum confidence in language detection"] = "Minimum sikkerhet i språkdeteksjon."; -$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Minimum sikkerhet for å gi korrekt språkdeteksjon, fra 0 til 100. Poster vil ikke bli filtrert hvis sikkerheten i språkdeteksjonen er lavere enn denne prosentverdien."; -$a->strings["Minimum length of message body"] = "MInimumslengde for meldingskropp."; -$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Minimum antall tegn i meldingskropp for å kunne benytte filter. Poster som er kortere enn dette vil ikke bli filtrert. Bemerk: Språkoppdagelse er upålitelig for kort innhold (< 200 tegn)."; -$a->strings["Save Settings"] = "Lagre innstillinger"; -$a->strings["Filtered language: %s"] = "Filtrert språk: 1 %s"; +$a->strings['Language Filter'] = 'Språkfilter'; +$a->strings['This addon tries to identify the language posts are writen in. If it does not match any language specifed below, posts will be hidden by collapsing them.'] = 'Dette tillegget forsøker å identifisere hvilket språk poster er skrevet i. Hvis det ikke samsvarer med noen av språkene som er spesifisert nedenfor vil postene bli skjult ved at de blir kollapset.'; +$a->strings['Use the language filter'] = 'Bruk språkfilter'; +$a->strings['Able to read'] = 'I stand til å lese'; +$a->strings['List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example "de,it".'] = 'Liste over forkortelser (ISO 639-1 koder) for språk du snakker, kommaseparert. For eksempel "de,it"'; +$a->strings['Minimum confidence in language detection'] = 'Minimum sikkerhet i språkdeteksjon.'; +$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = 'Minimum sikkerhet for å gi korrekt språkdeteksjon, fra 0 til 100. Poster vil ikke bli filtrert hvis sikkerheten i språkdeteksjonen er lavere enn denne prosentverdien.'; +$a->strings['Minimum length of message body'] = 'MInimumslengde for meldingskropp.'; +$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'Minimum antall tegn i meldingskropp for å kunne benytte filter. Poster som er kortere enn dette vil ikke bli filtrert. Bemerk: Språkoppdagelse er upålitelig for kort innhold (< 200 tegn).'; +$a->strings['Save Settings'] = 'Lagre innstillinger'; +$a->strings['Filtered language: %s'] = 'Filtrert språk: 1 %s'; diff --git a/langfilter/lang/nl/strings.php b/langfilter/lang/nl/strings.php index 3e14ada8..c282162e 100644 --- a/langfilter/lang/nl/strings.php +++ b/langfilter/lang/nl/strings.php @@ -5,16 +5,15 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Language Filter"] = "Taalfilter"; -$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "Deze addon probeert de taal van berichten automatisch te bepalen. Als de taal van het bericht niet overeenkomt met een taal die jij spreekt zal het bericht worden verborgen. "; -$a->strings["Use the language filter"] = "Gebruik de taalfilter"; -$a->strings["Able to read"] = "Kan lezen"; -$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Lijst van afkortingen (ISO2 codes) voor talen die jij spreekt, door komma's gescheiden. Bijvoorbeeld \"de,it\"."; -$a->strings["Minimum confidence in language detection"] = "Minimum betrouwbaarheid in taaldetectie"; -$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Minimum betrouwbaarheid dat de correcte taal word gedetecteerd, van 0 tot 100. Berichten zullen niet worden gefilterd als de betrouwbaarheid lager is dan dit percentage."; -$a->strings["Minimum length of message body"] = "Minimum lengte van de berichttekst"; -$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Minimum aantal letters en leestekens in de berichttekst nodig voor het filter om te werken. Kortere berichten worden niet gefilterd. NB: Taaldetectie is onbetrouwbaar voor korte berichten (<200 letters en leestekens)."; -$a->strings["Save Settings"] = "Instellingen opslaan"; -$a->strings["Language Filter Settings saved."] = "Taalfilter instellingen opgeslagen"; -$a->strings["Filtered language: %s"] = "Gefilterde taal: %s"; +$a->strings['Language Filter'] = 'Taalfilter'; +$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'Deze addon probeert de taal van berichten automatisch te bepalen. Als de taal van het bericht niet overeenkomt met een taal die jij spreekt zal het bericht worden verborgen. '; +$a->strings['Use the language filter'] = 'Gebruik de taalfilter'; +$a->strings['Able to read'] = 'Kan lezen'; +$a->strings['List of abbreviations (iso2 codes) for languages you speak, comma separated. For example "de,it".'] = 'Lijst van afkortingen (ISO2 codes) voor talen die jij spreekt, door komma\'s gescheiden. Bijvoorbeeld "de,it".'; +$a->strings['Minimum confidence in language detection'] = 'Minimum betrouwbaarheid in taaldetectie'; +$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = 'Minimum betrouwbaarheid dat de correcte taal word gedetecteerd, van 0 tot 100. Berichten zullen niet worden gefilterd als de betrouwbaarheid lager is dan dit percentage.'; +$a->strings['Minimum length of message body'] = 'Minimum lengte van de berichttekst'; +$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'Minimum aantal letters en leestekens in de berichttekst nodig voor het filter om te werken. Kortere berichten worden niet gefilterd. NB: Taaldetectie is onbetrouwbaar voor korte berichten (<200 letters en leestekens).'; +$a->strings['Save Settings'] = 'Instellingen opslaan'; +$a->strings['Language Filter Settings saved.'] = 'Taalfilter instellingen opgeslagen'; +$a->strings['Filtered language: %s'] = 'Gefilterde taal: %s'; diff --git a/langfilter/lang/pl/strings.php b/langfilter/lang/pl/strings.php index afa58692..8eab79cc 100644 --- a/langfilter/lang/pl/strings.php +++ b/langfilter/lang/pl/strings.php @@ -5,16 +5,15 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Language Filter"] = "Filtr językowy"; -$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "Ten dodatek próbuje zidentyfikować posty językowe, które są zapisywane. Jeśli nie pasuje do żadnego z języków określonych poniżej, posty będą ukrywane przez ich zwijanie."; -$a->strings["Use the language filter"] = "Użyj filtru językowego"; -$a->strings["Able to read"] = "Może odczytać"; -$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Lista skrótów (kodów iso2) dla języków, które znasz, oddzielonych przecinkami. Na przykład \"pl,de,it\"."; -$a->strings["Minimum confidence in language detection"] = "Minimalne zaufanie do wykrywania języka"; -$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Minimalne zaufanie do wykrywania języka jest poprawne, od 0 do 100. Wpisy nie będą filtrowane, gdy pewność wykrycia języka jest poniżej tej wartości procentowej."; -$a->strings["Minimum length of message body"] = "Minimalna długość treści wiadomości"; -$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Minimalna liczba znaków w treści wiadomości dla używanego filtra. Wpisy krótsze niż te nie będą filtrowane. Uwaga: Wykrywanie języka nie jest wiarygodne dla krótkiej treści (<200 znaków)."; -$a->strings["Save Settings"] = "Zapisz ustawienia"; -$a->strings["Language Filter Settings saved."] = "Ustawienia filtra języka zostały zapisane."; -$a->strings["Filtered language: %s"] = "Język filtrowany: %s"; +$a->strings['Language Filter'] = 'Filtr językowy'; +$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'Ten dodatek próbuje zidentyfikować posty językowe, które są zapisywane. Jeśli nie pasuje do żadnego z języków określonych poniżej, posty będą ukrywane przez ich zwijanie.'; +$a->strings['Use the language filter'] = 'Użyj filtru językowego'; +$a->strings['Able to read'] = 'Może odczytać'; +$a->strings['List of abbreviations (iso2 codes) for languages you speak, comma separated. For example "de,it".'] = 'Lista skrótów (kodów iso2) dla języków, które znasz, oddzielonych przecinkami. Na przykład "pl,de,it".'; +$a->strings['Minimum confidence in language detection'] = 'Minimalne zaufanie do wykrywania języka'; +$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = 'Minimalne zaufanie do wykrywania języka jest poprawne, od 0 do 100. Wpisy nie będą filtrowane, gdy pewność wykrycia języka jest poniżej tej wartości procentowej.'; +$a->strings['Minimum length of message body'] = 'Minimalna długość treści wiadomości'; +$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'Minimalna liczba znaków w treści wiadomości dla używanego filtra. Wpisy krótsze niż te nie będą filtrowane. Uwaga: Wykrywanie języka nie jest wiarygodne dla krótkiej treści (<200 znaków).'; +$a->strings['Save Settings'] = 'Zapisz ustawienia'; +$a->strings['Language Filter Settings saved.'] = 'Ustawienia filtra języka zostały zapisane.'; +$a->strings['Filtered language: %s'] = 'Język filtrowany: %s'; diff --git a/langfilter/lang/pt-br/strings.php b/langfilter/lang/pt-br/strings.php index dcc5d6e7..eb816a5c 100644 --- a/langfilter/lang/pt-br/strings.php +++ b/langfilter/lang/pt-br/strings.php @@ -5,16 +5,15 @@ function string_plural_select_pt_br($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Language Filter"] = "Filtro de Idiomas"; -$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "Este complemento tenta identificar a língua em que as publicações são escritas. Uma publicação que não se encaixe em nenhum dos idiomas especificados abaixo será ocultada por colapsamento."; -$a->strings["Use the language filter"] = "Usar o filtro de idiomas"; -$a->strings["Able to read"] = "Falo"; -$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Lista de abreviações (códigos ISO 2) para as línguas que você fala, separadas por vírgula. Por exemplo, \"de,it\"."; -$a->strings["Minimum confidence in language detection"] = "Confiança mínima na detecção do idioma"; -$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Confiança mínima na exatidão da detecção do idioma, de 0 a 100. As publicações não serão filtradas quando a confiança na detecção do idioma estiver abaixo desta porcentagem."; -$a->strings["Minimum length of message body"] = "Tamanho mínimo do corpo da mensagem"; -$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Número mínimo de caracteres no corpo da mensagem para aplicação do filtro. As publicações mais curtas que o estipulado não serão filtradas. Atenção: a detecção de idiomas não é confiável para conteúdos curtos (< 200 caracteres)."; -$a->strings["Save Settings"] = "Salvar configurações"; -$a->strings["Language Filter Settings saved."] = "Configurações do Filtro de Idiomas salvas."; -$a->strings["Filtered language: %s"] = "Idioma filtrado: %s"; +$a->strings['Language Filter'] = 'Filtro de Idiomas'; +$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'Este complemento tenta identificar a língua em que as publicações são escritas. Uma publicação que não se encaixe em nenhum dos idiomas especificados abaixo será ocultada por colapsamento.'; +$a->strings['Use the language filter'] = 'Usar o filtro de idiomas'; +$a->strings['Able to read'] = 'Falo'; +$a->strings['List of abbreviations (iso2 codes) for languages you speak, comma separated. For example "de,it".'] = 'Lista de abreviações (códigos ISO 2) para as línguas que você fala, separadas por vírgula. Por exemplo, "de,it".'; +$a->strings['Minimum confidence in language detection'] = 'Confiança mínima na detecção do idioma'; +$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = 'Confiança mínima na exatidão da detecção do idioma, de 0 a 100. As publicações não serão filtradas quando a confiança na detecção do idioma estiver abaixo desta porcentagem.'; +$a->strings['Minimum length of message body'] = 'Tamanho mínimo do corpo da mensagem'; +$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'Número mínimo de caracteres no corpo da mensagem para aplicação do filtro. As publicações mais curtas que o estipulado não serão filtradas. Atenção: a detecção de idiomas não é confiável para conteúdos curtos (< 200 caracteres).'; +$a->strings['Save Settings'] = 'Salvar configurações'; +$a->strings['Language Filter Settings saved.'] = 'Configurações do Filtro de Idiomas salvas.'; +$a->strings['Filtered language: %s'] = 'Idioma filtrado: %s'; diff --git a/langfilter/lang/ru/strings.php b/langfilter/lang/ru/strings.php index cf44b010..0489bd4f 100644 --- a/langfilter/lang/ru/strings.php +++ b/langfilter/lang/ru/strings.php @@ -5,15 +5,14 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Language Filter"] = "Языковой фильтр"; -$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "Это дополнение пытается идентифицировать язык, на котором написаны посты. Если язык не соответствует ни одному, указанному ниже, то такие посты будут скрыты."; -$a->strings["Use the language filter"] = "Использовать языковой фильтр"; -$a->strings["Able to read"] = "Возможность читать"; -$a->strings["List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Список аббревиатур (кодов по ISO 639-1 ) для языков, на которых вы говорите. Например, \"ru,en\"."; -$a->strings["Minimum confidence in language detection"] = "Минимальная уверенность в определении языка"; -$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Минимальная уверенность в правильном определении языка, от 0 до 100. Посты не будут скрыты, если уверенность в правильном определении языка в процентах ниже этого значения."; -$a->strings["Minimum length of message body"] = "Минимальная длина тела сообщения"; -$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Минимальное количество знаков в теле сообщения для применения фильтрации. Посты, длина которых меньше указанного значения, не будут отфильтрованы. Обратите внимание, что определение языка работает ненадежно для небольших постов (<200 символов)."; -$a->strings["Save Settings"] = "Сохранить настройки"; -$a->strings["Filtered language: %s"] = "Отфильтрованный язык: %s"; +$a->strings['Language Filter'] = 'Языковой фильтр'; +$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'Это дополнение пытается идентифицировать язык, на котором написаны посты. Если язык не соответствует ни одному, указанному ниже, то такие посты будут скрыты.'; +$a->strings['Use the language filter'] = 'Использовать языковой фильтр'; +$a->strings['Able to read'] = 'Возможность читать'; +$a->strings['List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example "de,it".'] = 'Список аббревиатур (кодов по ISO 639-1 ) для языков, на которых вы говорите. Например, "ru,en".'; +$a->strings['Minimum confidence in language detection'] = 'Минимальная уверенность в определении языка'; +$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = 'Минимальная уверенность в правильном определении языка, от 0 до 100. Посты не будут скрыты, если уверенность в правильном определении языка в процентах ниже этого значения.'; +$a->strings['Minimum length of message body'] = 'Минимальная длина тела сообщения'; +$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'Минимальное количество знаков в теле сообщения для применения фильтрации. Посты, длина которых меньше указанного значения, не будут отфильтрованы. Обратите внимание, что определение языка работает ненадежно для небольших постов (<200 символов).'; +$a->strings['Save Settings'] = 'Сохранить настройки'; +$a->strings['Filtered language: %s'] = 'Отфильтрованный язык: %s'; diff --git a/langfilter/lang/sv/strings.php b/langfilter/lang/sv/strings.php index 57032dd9..f8b7bf7f 100644 --- a/langfilter/lang/sv/strings.php +++ b/langfilter/lang/sv/strings.php @@ -5,16 +5,16 @@ function string_plural_select_sv($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Language Filter"] = "Språkfilter"; -$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "Detta tillägg försöker identifiera vilket språk inlägg är skrivna i. Om det inte matchar ett språk specifierat nedan så göms inlägg genom att kollapsa dem."; -$a->strings["Use the language filter"] = "Använd språkfiltret"; -$a->strings["Able to read"] = "Kan läsa"; -$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Lista av förkortningar (iso2 koder) för spåk du pratar, separerade av kommatecken. Exempel: \"de, it\"."; -$a->strings["Minimum confidence in language detection"] = "Minsta förtroende i språkigenkänning"; -$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Minsta förtroende i att språkigenkänningen är korrekt, från 0 till 100.\nInlägg filtreras inte när förtroendet i språkigenkänningen är under detta procentvärde."; -$a->strings["Minimum length of message body"] = "Minsta längd på meddelandetext"; -$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Minsta antal tecken i meddelande text för att ett filter ska användas. Inlägg kortare än detta kommer inte filtreras. Notera: Språkigenkänning är inte tillförlitligt på korta texter (<200 tecken)."; -$a->strings["Save Settings"] = "Spara inställningar"; -$a->strings["Language Filter Settings saved."] = "Inställningar för språkfilter sparade."; -$a->strings["Filtered language: %s"] = "Filtrerat språk: %s"; +$a->strings['Language Filter'] = 'Språkfilter'; +$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'Detta tillägg försöker identifiera vilket språk inlägg är skrivna i. Om det inte matchar ett språk specifierat nedan så göms inlägg genom att kollapsa dem.'; +$a->strings['Use the language filter'] = 'Använd språkfiltret'; +$a->strings['Able to read'] = 'Kan läsa'; +$a->strings['List of abbreviations (iso2 codes) for languages you speak, comma separated. For example "de,it".'] = 'Lista av förkortningar (iso2 koder) för spåk du pratar, separerade av kommatecken. Exempel: "de, it".'; +$a->strings['Minimum confidence in language detection'] = 'Minsta förtroende i språkigenkänning'; +$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = 'Minsta förtroende i att språkigenkänningen är korrekt, från 0 till 100. +Inlägg filtreras inte när förtroendet i språkigenkänningen är under detta procentvärde.'; +$a->strings['Minimum length of message body'] = 'Minsta längd på meddelandetext'; +$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = 'Minsta antal tecken i meddelande text för att ett filter ska användas. Inlägg kortare än detta kommer inte filtreras. Notera: Språkigenkänning är inte tillförlitligt på korta texter (<200 tecken).'; +$a->strings['Save Settings'] = 'Spara inställningar'; +$a->strings['Language Filter Settings saved.'] = 'Inställningar för språkfilter sparade.'; +$a->strings['Filtered language: %s'] = 'Filtrerat språk: %s'; diff --git a/langfilter/lang/zh-cn/strings.php b/langfilter/lang/zh-cn/strings.php index bf2be156..02ca5a24 100644 --- a/langfilter/lang/zh-cn/strings.php +++ b/langfilter/lang/zh-cn/strings.php @@ -5,16 +5,15 @@ function string_plural_select_zh_cn($n){ $n = intval($n); return intval(0); }} -; -$a->strings["Language Filter"] = "语言过滤器"; -$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "这个插件将尝试识别帖子所用的语言。如果不符合以下列出的语言,帖子将被折叠以隐藏。"; -$a->strings["Use the language filter"] = "使用语言过滤器"; -$a->strings["Able to read"] = "想要显示的语言"; -$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "您使用的语言缩写 (iso2 codes) 列表,逗号分隔。例如 \"zh,en\"。"; -$a->strings["Minimum confidence in language detection"] = "语言识别阈值"; -$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "语言识别阈值(0-100)。语言识别结果低于该阈值的帖子将不会被折叠。"; -$a->strings["Minimum length of message body"] = "语言过滤帖子所需最小字符个数"; -$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "语言过滤帖子所需最小字符个数。低于该数字的帖子将不会被过滤。注意:对于字符个数小于200的帖子,语言检测功能将不够稳定。"; -$a->strings["Save Settings"] = "保存设置"; -$a->strings["Language Filter Settings saved."] = "语言过滤器设置已保存。"; -$a->strings["Filtered language: %s"] = "已过滤的语言:%s"; +$a->strings['Language Filter'] = '语言过滤器'; +$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = '这个插件将尝试识别帖子所用的语言。如果不符合以下列出的语言,帖子将被折叠以隐藏。'; +$a->strings['Use the language filter'] = '使用语言过滤器'; +$a->strings['Able to read'] = '想要显示的语言'; +$a->strings['List of abbreviations (iso2 codes) for languages you speak, comma separated. For example "de,it".'] = '您使用的语言缩写 (iso2 codes) 列表,逗号分隔。例如 "zh,en"。'; +$a->strings['Minimum confidence in language detection'] = '语言识别阈值'; +$a->strings['Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.'] = '语言识别阈值(0-100)。语言识别结果低于该阈值的帖子将不会被折叠。'; +$a->strings['Minimum length of message body'] = '语言过滤帖子所需最小字符个数'; +$a->strings['Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).'] = '语言过滤帖子所需最小字符个数。低于该数字的帖子将不会被过滤。注意:对于字符个数小于200的帖子,语言检测功能将不够稳定。'; +$a->strings['Save Settings'] = '保存设置'; +$a->strings['Language Filter Settings saved.'] = '语言过滤器设置已保存。'; +$a->strings['Filtered language: %s'] = '已过滤的语言:%s'; diff --git a/libertree/lang/cs/strings.php b/libertree/lang/cs/strings.php index 5d2fa411..2bd6ed4d 100644 --- a/libertree/lang/cs/strings.php +++ b/libertree/lang/cs/strings.php @@ -5,11 +5,10 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n==1)) { return 0; } else if (($n>=2 && $n<=4)) { return 1; } else { return 2; } }} -; -$a->strings["Post to libertree"] = "Poslat na libertree"; -$a->strings["libertree Post Settings"] = "libertree nastavení příspěvků"; -$a->strings["Enable Libertree Post Addon"] = "Povolit Libertree Post rozšíření"; -$a->strings["Libertree API token"] = "Libertree API token"; -$a->strings["Libertree site URL"] = "URL adresa Libertree "; -$a->strings["Post to Libertree by default"] = "Defaultně poslat na Libertree"; -$a->strings["Submit"] = "Odeslat"; +$a->strings['Post to libertree'] = 'Poslat na libertree'; +$a->strings['libertree Post Settings'] = 'libertree nastavení příspěvků'; +$a->strings['Enable Libertree Post Addon'] = 'Povolit Libertree Post rozšíření'; +$a->strings['Libertree API token'] = 'Libertree API token'; +$a->strings['Libertree site URL'] = 'URL adresa Libertree '; +$a->strings['Post to Libertree by default'] = 'Defaultně poslat na Libertree'; +$a->strings['Submit'] = 'Odeslat'; diff --git a/libertree/lang/de/strings.php b/libertree/lang/de/strings.php index d7117c30..87a7fc55 100644 --- a/libertree/lang/de/strings.php +++ b/libertree/lang/de/strings.php @@ -5,11 +5,10 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to libertree"] = "bei libertree veröffentlichen"; -$a->strings["libertree Export"] = "libertree Export"; -$a->strings["Enable Libertree Post Addon"] = "Libertree-Post-Addon aktivieren"; -$a->strings["Libertree API token"] = "Libertree-API-Token"; -$a->strings["Libertree site URL"] = "Libertree-URL"; -$a->strings["Post to Libertree by default"] = "Standardmäßig bei libertree veröffentlichen"; -$a->strings["Save Settings"] = "Einstellungen speichern"; +$a->strings['Post to libertree'] = 'bei libertree veröffentlichen'; +$a->strings['libertree Export'] = 'libertree Export'; +$a->strings['Enable Libertree Post Addon'] = 'Libertree-Post-Addon aktivieren'; +$a->strings['Libertree API token'] = 'Libertree-API-Token'; +$a->strings['Libertree site URL'] = 'Libertree-URL'; +$a->strings['Post to Libertree by default'] = 'Standardmäßig bei libertree veröffentlichen'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; diff --git a/libertree/lang/es/strings.php b/libertree/lang/es/strings.php index b2d063ed..8244891a 100644 --- a/libertree/lang/es/strings.php +++ b/libertree/lang/es/strings.php @@ -5,11 +5,10 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to libertree"] = "Publicar en Libertree"; -$a->strings["libertree Export"] = "libertree Exportar"; -$a->strings["Enable Libertree Post Addon"] = "Habilitar Plugin de publicación de Libertree"; -$a->strings["Libertree API token"] = "Símbolo de API de Libertree"; -$a->strings["Libertree site URL"] = "URL de la página de Libertree"; -$a->strings["Post to Libertree by default"] = "Publicar en Libertree por defecto"; -$a->strings["Save Settings"] = "Guardar Ajustes"; +$a->strings['Post to libertree'] = 'Publicar en Libertree'; +$a->strings['libertree Export'] = 'libertree Exportar'; +$a->strings['Enable Libertree Post Addon'] = 'Habilitar Plugin de publicación de Libertree'; +$a->strings['Libertree API token'] = 'Símbolo de API de Libertree'; +$a->strings['Libertree site URL'] = 'URL de la página de Libertree'; +$a->strings['Post to Libertree by default'] = 'Publicar en Libertree por defecto'; +$a->strings['Save Settings'] = 'Guardar Ajustes'; diff --git a/libertree/lang/fi-fi/strings.php b/libertree/lang/fi-fi/strings.php index a887a4f8..07cb5683 100644 --- a/libertree/lang/fi-fi/strings.php +++ b/libertree/lang/fi-fi/strings.php @@ -5,10 +5,9 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to libertree"] = "Lähetä Libertreehin"; -$a->strings["libertree Post Settings"] = "Libertree -viestin asetukset"; -$a->strings["Enable Libertree Post Addon"] = "Ota Libertree -viestilisäosa käyttöön"; -$a->strings["Libertree site URL"] = "Libertree -sivuston URL-osoite"; -$a->strings["Post to Libertree by default"] = "Lähetä Libertreehin oletuksena"; -$a->strings["Submit"] = "Lähetä"; +$a->strings['Post to libertree'] = 'Lähetä Libertreehin'; +$a->strings['libertree Post Settings'] = 'Libertree -viestin asetukset'; +$a->strings['Enable Libertree Post Addon'] = 'Ota Libertree -viestilisäosa käyttöön'; +$a->strings['Libertree site URL'] = 'Libertree -sivuston URL-osoite'; +$a->strings['Post to Libertree by default'] = 'Lähetä Libertreehin oletuksena'; +$a->strings['Submit'] = 'Lähetä'; diff --git a/libertree/lang/fr/strings.php b/libertree/lang/fr/strings.php index 7fb34739..a660d2a3 100644 --- a/libertree/lang/fr/strings.php +++ b/libertree/lang/fr/strings.php @@ -5,11 +5,10 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Post to libertree"] = "Publier sur libertree"; -$a->strings["libertree Export"] = "Export de Libertree"; -$a->strings["Enable Libertree Post Addon"] = "Activer l'extension de publication Libertree"; -$a->strings["Libertree API token"] = "Clé de l'API libertree"; -$a->strings["Libertree site URL"] = "URL du site libertree"; -$a->strings["Post to Libertree by default"] = "Publier sur libertree par défaut"; -$a->strings["Save Settings"] = "Sauvegarder les paramètres"; +$a->strings['Post to libertree'] = 'Publier sur libertree'; +$a->strings['libertree Export'] = 'Export de Libertree'; +$a->strings['Enable Libertree Post Addon'] = 'Activer l\'extension de publication Libertree'; +$a->strings['Libertree API token'] = 'Clé de l\'API libertree'; +$a->strings['Libertree site URL'] = 'URL du site libertree'; +$a->strings['Post to Libertree by default'] = 'Publier sur libertree par défaut'; +$a->strings['Save Settings'] = 'Sauvegarder les paramètres'; diff --git a/libertree/lang/hu/strings.php b/libertree/lang/hu/strings.php index 743ff25e..b6d02725 100644 --- a/libertree/lang/hu/strings.php +++ b/libertree/lang/hu/strings.php @@ -5,11 +5,10 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to libertree"] = "Beküldés a Libertree-re"; -$a->strings["libertree Export"] = "Libertree exportálás"; -$a->strings["Enable Libertree Post Addon"] = "A Libertree-beküldő bővítmény engedélyezése"; -$a->strings["Libertree API token"] = "Libertree API token"; -$a->strings["Libertree site URL"] = "Libertree oldal URL"; -$a->strings["Post to Libertree by default"] = "Beküldés a Libertree-re alapértelmezetten"; -$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings['Post to libertree'] = 'Beküldés a Libertree-re'; +$a->strings['libertree Export'] = 'Libertree exportálás'; +$a->strings['Enable Libertree Post Addon'] = 'A Libertree-beküldő bővítmény engedélyezése'; +$a->strings['Libertree API token'] = 'Libertree API token'; +$a->strings['Libertree site URL'] = 'Libertree oldal URL'; +$a->strings['Post to Libertree by default'] = 'Beküldés a Libertree-re alapértelmezetten'; +$a->strings['Save Settings'] = 'Beállítások mentése'; diff --git a/libertree/lang/it/strings.php b/libertree/lang/it/strings.php index 18574a35..02d26542 100644 --- a/libertree/lang/it/strings.php +++ b/libertree/lang/it/strings.php @@ -5,11 +5,10 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to libertree"] = "Invia a Libertree"; -$a->strings["libertree Export"] = "Esporta libertree"; -$a->strings["Enable Libertree Post Addon"] = "Abilita il componente aggiuntivo di invio a Libertree"; -$a->strings["Libertree API token"] = "Token API Libertree"; -$a->strings["Libertree site URL"] = "Indirizzo sito Libertree"; -$a->strings["Post to Libertree by default"] = "Invia sempre a Libertree"; -$a->strings["Save Settings"] = "Salva Impostazioni"; +$a->strings['Post to libertree'] = 'Invia a Libertree'; +$a->strings['libertree Export'] = 'Esporta libertree'; +$a->strings['Enable Libertree Post Addon'] = 'Abilita il componente aggiuntivo di invio a Libertree'; +$a->strings['Libertree API token'] = 'Token API Libertree'; +$a->strings['Libertree site URL'] = 'Indirizzo sito Libertree'; +$a->strings['Post to Libertree by default'] = 'Invia sempre a Libertree'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; diff --git a/libertree/lang/nl/strings.php b/libertree/lang/nl/strings.php index a01e03b3..320ab713 100644 --- a/libertree/lang/nl/strings.php +++ b/libertree/lang/nl/strings.php @@ -5,8 +5,7 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to libertree"] = "Plaatsen op Libertree"; -$a->strings["libertree Post Settings"] = "Libertree Post instellingen"; -$a->strings["Enable Libertree Post Addon"] = "Libertree Post Addon inschakelen"; -$a->strings["Post to Libertree by default"] = "Plaatsen op Libertree als standaard instellen "; +$a->strings['Post to libertree'] = 'Plaatsen op Libertree'; +$a->strings['libertree Post Settings'] = 'Libertree Post instellingen'; +$a->strings['Enable Libertree Post Addon'] = 'Libertree Post Addon inschakelen'; +$a->strings['Post to Libertree by default'] = 'Plaatsen op Libertree als standaard instellen '; diff --git a/libertree/lang/pl/strings.php b/libertree/lang/pl/strings.php index ca3b9799..481227ab 100644 --- a/libertree/lang/pl/strings.php +++ b/libertree/lang/pl/strings.php @@ -5,11 +5,10 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Post to libertree"] = "Opublikuj na libertree"; -$a->strings["libertree Post Settings"] = "Ustawienia libertree Post"; -$a->strings["Enable Libertree Post Addon"] = "Włącz dodatek Libertree Post"; -$a->strings["Libertree API token"] = "Token API Libertree"; -$a->strings["Libertree site URL"] = "Adres URL witryny Libertree"; -$a->strings["Post to Libertree by default"] = "Wyślij domyślnie do Libertree"; -$a->strings["Submit"] = "Wyślij"; +$a->strings['Post to libertree'] = 'Opublikuj na libertree'; +$a->strings['libertree Post Settings'] = 'Ustawienia libertree Post'; +$a->strings['Enable Libertree Post Addon'] = 'Włącz dodatek Libertree Post'; +$a->strings['Libertree API token'] = 'Token API Libertree'; +$a->strings['Libertree site URL'] = 'Adres URL witryny Libertree'; +$a->strings['Post to Libertree by default'] = 'Wyślij domyślnie do Libertree'; +$a->strings['Submit'] = 'Wyślij'; diff --git a/libertree/lang/pt-br/strings.php b/libertree/lang/pt-br/strings.php index 9a4170a7..86193be1 100644 --- a/libertree/lang/pt-br/strings.php +++ b/libertree/lang/pt-br/strings.php @@ -5,9 +5,8 @@ function string_plural_select_pt_br($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Post to libertree"] = "Publicar no Libertree"; -$a->strings["libertree Post Settings"] = "Configurações de publicação do Libertree"; -$a->strings["Enable Libertree Post Addon"] = "Habilitar plug-in para publicar no Libertree"; -$a->strings["Post to Libertree by default"] = "Publicar no Libertree por padrão"; -$a->strings["Submit"] = "Enviar"; +$a->strings['Post to libertree'] = 'Publicar no Libertree'; +$a->strings['libertree Post Settings'] = 'Configurações de publicação do Libertree'; +$a->strings['Enable Libertree Post Addon'] = 'Habilitar plug-in para publicar no Libertree'; +$a->strings['Post to Libertree by default'] = 'Publicar no Libertree por padrão'; +$a->strings['Submit'] = 'Enviar'; diff --git a/libertree/lang/ro/strings.php b/libertree/lang/ro/strings.php index de3a95ea..53240d49 100644 --- a/libertree/lang/ro/strings.php +++ b/libertree/lang/ro/strings.php @@ -5,11 +5,10 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Post to libertree"] = "Postați pe libertree"; -$a->strings["libertree Post Settings"] = "Configurări Postări libertree "; -$a->strings["Enable Libertree Post Addon"] = "Activare Modul Postare Libertree"; -$a->strings["Libertree API token"] = "Token API Libertree"; -$a->strings["Libertree site URL"] = "URL site Libertree"; -$a->strings["Post to Libertree by default"] = "Postați implicit pe Libertree"; -$a->strings["Submit"] = "Trimite"; +$a->strings['Post to libertree'] = 'Postați pe libertree'; +$a->strings['libertree Post Settings'] = 'Configurări Postări libertree '; +$a->strings['Enable Libertree Post Addon'] = 'Activare Modul Postare Libertree'; +$a->strings['Libertree API token'] = 'Token API Libertree'; +$a->strings['Libertree site URL'] = 'URL site Libertree'; +$a->strings['Post to Libertree by default'] = 'Postați implicit pe Libertree'; +$a->strings['Submit'] = 'Trimite'; diff --git a/libertree/lang/ru/strings.php b/libertree/lang/ru/strings.php index ed912ba1..0db3f6a2 100644 --- a/libertree/lang/ru/strings.php +++ b/libertree/lang/ru/strings.php @@ -5,7 +5,6 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Post to libertree"] = "Отправлять в Libertree"; -$a->strings["Enable Libertree Post Addon"] = "Включить отправку в Libertree"; -$a->strings["Post to Libertree by default"] = "Отправлять записи в Libertree по-умолчанию"; +$a->strings['Post to libertree'] = 'Отправлять в Libertree'; +$a->strings['Enable Libertree Post Addon'] = 'Включить отправку в Libertree'; +$a->strings['Post to Libertree by default'] = 'Отправлять записи в Libertree по-умолчанию'; diff --git a/libertree/lang/zh-cn/strings.php b/libertree/lang/zh-cn/strings.php index 540f35a7..f0c1e97c 100644 --- a/libertree/lang/zh-cn/strings.php +++ b/libertree/lang/zh-cn/strings.php @@ -5,11 +5,10 @@ function string_plural_select_zh_cn($n){ $n = intval($n); return intval(0); }} -; -$a->strings["Post to libertree"] = "发布到 libertree"; -$a->strings["libertree Post Settings"] = "libertree 发布设置"; -$a->strings["Enable Libertree Post Addon"] = "启用 Libertree 发布插件"; -$a->strings["Libertree API token"] = "Libertree API 令牌"; -$a->strings["Libertree site URL"] = "Libertree 站点 URL"; -$a->strings["Post to Libertree by default"] = "默认发布到 Libertree"; -$a->strings["Submit"] = "提交"; +$a->strings['Post to libertree'] = '发布到 libertree'; +$a->strings['libertree Post Settings'] = 'libertree 发布设置'; +$a->strings['Enable Libertree Post Addon'] = '启用 Libertree 发布插件'; +$a->strings['Libertree API token'] = 'Libertree API 令牌'; +$a->strings['Libertree site URL'] = 'Libertree 站点 URL'; +$a->strings['Post to Libertree by default'] = '默认发布到 Libertree'; +$a->strings['Submit'] = '提交'; diff --git a/libravatar/lang/cs/strings.php b/libravatar/lang/cs/strings.php index 5be74591..81df9420 100644 --- a/libravatar/lang/cs/strings.php +++ b/libravatar/lang/cs/strings.php @@ -5,19 +5,18 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Could NOT install Libravatar successfully.
It requires PHP >= 5.3"] = "Libravatar NENÍ možné úspěšně nainstalovat.
Vyžaduje PHP >= 5.3"; -$a->strings["generic profile image"] = "generický profilový obrázek"; -$a->strings["random geometric pattern"] = "náhodný geometrický vzor"; -$a->strings["monster face"] = "tvář příšery"; -$a->strings["computer generated face"] = "počítačově generovaná tvář"; -$a->strings["retro arcade style face"] = "tvář v retro arkádovém stylu"; -$a->strings["Warning"] = "Varování"; -$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "Vaše verze PHP %s je nižší než požadovaná: PHP >= 5.3."; -$a->strings["This addon is not functional on your server."] = "Tento doplněk není na Vašem serveru funkční."; -$a->strings["Information"] = "Informace"; -$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Doplněk Gravatar je nainstalován. Prosím zakažte doplněk Gravatar.
Doplněk Libravatar se přepne na Gravatar, pokud na Libravataru nebude nic nalezeno."; -$a->strings["Submit"] = "Odeslat"; -$a->strings["Default avatar image"] = "Výchozí avatarový obrázek"; -$a->strings["Select default avatar image if none was found. See README"] = "Nastavte výchozí avatarový obrázek, pokud není žádný nalezen. Více viz. soubor README."; -$a->strings["Libravatar settings updated."] = "Nastavení Libravatar aktualizováno."; +$a->strings['Could NOT install Libravatar successfully.
It requires PHP >= 5.3'] = 'Libravatar NENÍ možné úspěšně nainstalovat.
Vyžaduje PHP >= 5.3'; +$a->strings['generic profile image'] = 'generický profilový obrázek'; +$a->strings['random geometric pattern'] = 'náhodný geometrický vzor'; +$a->strings['monster face'] = 'tvář příšery'; +$a->strings['computer generated face'] = 'počítačově generovaná tvář'; +$a->strings['retro arcade style face'] = 'tvář v retro arkádovém stylu'; +$a->strings['Warning'] = 'Varování'; +$a->strings['Your PHP version %s is lower than the required PHP >= 5.3.'] = 'Vaše verze PHP %s je nižší než požadovaná: PHP >= 5.3.'; +$a->strings['This addon is not functional on your server.'] = 'Tento doplněk není na Vašem serveru funkční.'; +$a->strings['Information'] = 'Informace'; +$a->strings['Gravatar addon is installed. Please disable the Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar.'] = 'Doplněk Gravatar je nainstalován. Prosím zakažte doplněk Gravatar.
Doplněk Libravatar se přepne na Gravatar, pokud na Libravataru nebude nic nalezeno.'; +$a->strings['Submit'] = 'Odeslat'; +$a->strings['Default avatar image'] = 'Výchozí avatarový obrázek'; +$a->strings['Select default avatar image if none was found. See README'] = 'Nastavte výchozí avatarový obrázek, pokud není žádný nalezen. Více viz. soubor README.'; +$a->strings['Libravatar settings updated.'] = 'Nastavení Libravatar aktualizováno.'; diff --git a/libravatar/lang/de/strings.php b/libravatar/lang/de/strings.php index 244812c8..5f8ac024 100644 --- a/libravatar/lang/de/strings.php +++ b/libravatar/lang/de/strings.php @@ -5,16 +5,15 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["generic profile image"] = "allgemeines Profilbild"; -$a->strings["random geometric pattern"] = "zufällig erzeugtes, geometrisches Muster"; -$a->strings["monster face"] = "Monstergesicht"; -$a->strings["computer generated face"] = "Computergesicht"; -$a->strings["retro arcade style face"] = "Retro-Arcade-Design-Gesicht"; -$a->strings["roboter face"] = "Roboter Gesicht"; -$a->strings["retro adventure game character"] = "Retro Abenteuerspiel Charakter"; -$a->strings["Information"] = "Information"; -$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Das Gravatar-Addon ist installiert. Bitte schalte das Gravatar-Addon aus.
Das Libravatar-Addon nutzt Gravatar, sollte nichts auf Libravatar gefunden werden."; -$a->strings["Save Settings"] = "Einstellungen Speichern"; -$a->strings["Default avatar image"] = "Standard-Profilbild "; -$a->strings["Select default avatar image if none was found. See README"] = "Das Standard-Avatar-Bild wurde nicht gefunden. Siehe README"; +$a->strings['generic profile image'] = 'allgemeines Profilbild'; +$a->strings['random geometric pattern'] = 'zufällig erzeugtes, geometrisches Muster'; +$a->strings['monster face'] = 'Monstergesicht'; +$a->strings['computer generated face'] = 'Computergesicht'; +$a->strings['retro arcade style face'] = 'Retro-Arcade-Design-Gesicht'; +$a->strings['roboter face'] = 'Roboter Gesicht'; +$a->strings['retro adventure game character'] = 'Retro Abenteuerspiel Charakter'; +$a->strings['Information'] = 'Information'; +$a->strings['Gravatar addon is installed. Please disable the Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar.'] = 'Das Gravatar-Addon ist installiert. Bitte schalte das Gravatar-Addon aus.
Das Libravatar-Addon nutzt Gravatar, sollte nichts auf Libravatar gefunden werden.'; +$a->strings['Save Settings'] = 'Einstellungen Speichern'; +$a->strings['Default avatar image'] = 'Standard-Profilbild '; +$a->strings['Select default avatar image if none was found. See README'] = 'Das Standard-Avatar-Bild wurde nicht gefunden. Siehe README'; diff --git a/libravatar/lang/es/strings.php b/libravatar/lang/es/strings.php index b78fe3d5..cf889f60 100644 --- a/libravatar/lang/es/strings.php +++ b/libravatar/lang/es/strings.php @@ -5,16 +5,15 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["generic profile image"] = "Imagen de perfil genérica"; -$a->strings["random geometric pattern"] = "Estampado geométrico aleatorio"; -$a->strings["monster face"] = "cara de monstruo"; -$a->strings["computer generated face"] = "Cara generada por ordenador"; -$a->strings["retro arcade style face"] = "Cara de estilo retro"; -$a->strings["roboter face"] = "Cara de Robot"; -$a->strings["retro adventure game character"] = "personaje de juego de aventuras retro"; -$a->strings["Information"] = "Información"; -$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "El complemento Gravatar se ha instalado. Por favor desactive el complemento Gravatar.
El complemento Libravatar quedará por detrás de Gravatar si no se encuentra nada en Libravatar."; -$a->strings["Save Settings"] = "Guardar Ajustes"; -$a->strings["Default avatar image"] = "Imagen de avatar por defecto"; -$a->strings["Select default avatar image if none was found. See README"] = "Selecione el avatar por defecto si no se encuentra ninguno. Vea README"; +$a->strings['generic profile image'] = 'Imagen de perfil genérica'; +$a->strings['random geometric pattern'] = 'Estampado geométrico aleatorio'; +$a->strings['monster face'] = 'cara de monstruo'; +$a->strings['computer generated face'] = 'Cara generada por ordenador'; +$a->strings['retro arcade style face'] = 'Cara de estilo retro'; +$a->strings['roboter face'] = 'Cara de Robot'; +$a->strings['retro adventure game character'] = 'personaje de juego de aventuras retro'; +$a->strings['Information'] = 'Información'; +$a->strings['Gravatar addon is installed. Please disable the Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar.'] = 'El complemento Gravatar se ha instalado. Por favor desactive el complemento Gravatar.
El complemento Libravatar quedará por detrás de Gravatar si no se encuentra nada en Libravatar.'; +$a->strings['Save Settings'] = 'Guardar Ajustes'; +$a->strings['Default avatar image'] = 'Imagen de avatar por defecto'; +$a->strings['Select default avatar image if none was found. See README'] = 'Selecione el avatar por defecto si no se encuentra ninguno. Vea README'; diff --git a/libravatar/lang/fi-fi/strings.php b/libravatar/lang/fi-fi/strings.php index 8c4b3a69..8f933579 100644 --- a/libravatar/lang/fi-fi/strings.php +++ b/libravatar/lang/fi-fi/strings.php @@ -5,18 +5,17 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Could NOT install Libravatar successfully.
It requires PHP >= 5.3"] = "Libravataria ei voitu asentaa.
Vaatii PHP-version >=5.3"; -$a->strings["generic profile image"] = "Yleinen profiilikuva"; -$a->strings["random geometric pattern"] = "satunnainen geometrinen kuvio"; -$a->strings["monster face"] = "hirviö"; -$a->strings["computer generated face"] = "tietokoneella tuotettut kasvot"; -$a->strings["retro arcade style face"] = "retro-videopeli kasvot"; -$a->strings["Warning"] = "Varoitus"; -$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "PHP-versiosi on %s. Friendica vaatii PHP >= 5.3."; -$a->strings["This addon is not functional on your server."] = "Tämä lisäosa ei toimi palvelimellasi."; -$a->strings["Information"] = "Tietoja"; -$a->strings["Submit"] = "Lähetä"; -$a->strings["Default avatar image"] = "Avatarin oletuskuva"; -$a->strings["Select default avatar image if none was found. See README"] = "Valitse oletusavatarikuva jos avatari puuttuu. Katso lisätietoja README:stä."; -$a->strings["Libravatar settings updated."] = "Libravatar -asetukset päivitetty"; +$a->strings['Could NOT install Libravatar successfully.
It requires PHP >= 5.3'] = 'Libravataria ei voitu asentaa.
Vaatii PHP-version >=5.3'; +$a->strings['generic profile image'] = 'Yleinen profiilikuva'; +$a->strings['random geometric pattern'] = 'satunnainen geometrinen kuvio'; +$a->strings['monster face'] = 'hirviö'; +$a->strings['computer generated face'] = 'tietokoneella tuotettut kasvot'; +$a->strings['retro arcade style face'] = 'retro-videopeli kasvot'; +$a->strings['Warning'] = 'Varoitus'; +$a->strings['Your PHP version %s is lower than the required PHP >= 5.3.'] = 'PHP-versiosi on %s. Friendica vaatii PHP >= 5.3.'; +$a->strings['This addon is not functional on your server.'] = 'Tämä lisäosa ei toimi palvelimellasi.'; +$a->strings['Information'] = 'Tietoja'; +$a->strings['Submit'] = 'Lähetä'; +$a->strings['Default avatar image'] = 'Avatarin oletuskuva'; +$a->strings['Select default avatar image if none was found. See README'] = 'Valitse oletusavatarikuva jos avatari puuttuu. Katso lisätietoja README:stä.'; +$a->strings['Libravatar settings updated.'] = 'Libravatar -asetukset päivitetty'; diff --git a/libravatar/lang/fr/strings.php b/libravatar/lang/fr/strings.php index 52bdf1c4..6ca76e1b 100644 --- a/libravatar/lang/fr/strings.php +++ b/libravatar/lang/fr/strings.php @@ -5,12 +5,11 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["generic profile image"] = "image de profil générique"; -$a->strings["computer generated face"] = "visage généré par ordinateur"; -$a->strings["Warning"] = "Attention"; -$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "Votre version de PHP %s est inférieure à la minimum requise (5.3)."; -$a->strings["Information"] = "Information"; -$a->strings["Submit"] = "Envoyer"; -$a->strings["Default avatar image"] = "Avatar par défaut"; -$a->strings["Libravatar settings updated."] = "Paramètres de Libravatar mis à jour."; +$a->strings['generic profile image'] = 'image de profil générique'; +$a->strings['computer generated face'] = 'visage généré par ordinateur'; +$a->strings['Warning'] = 'Attention'; +$a->strings['Your PHP version %s is lower than the required PHP >= 5.3.'] = 'Votre version de PHP %s est inférieure à la minimum requise (5.3).'; +$a->strings['Information'] = 'Information'; +$a->strings['Submit'] = 'Envoyer'; +$a->strings['Default avatar image'] = 'Avatar par défaut'; +$a->strings['Libravatar settings updated.'] = 'Paramètres de Libravatar mis à jour.'; diff --git a/libravatar/lang/hu/strings.php b/libravatar/lang/hu/strings.php index 49e5cf92..840bf80d 100644 --- a/libravatar/lang/hu/strings.php +++ b/libravatar/lang/hu/strings.php @@ -5,16 +5,15 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["generic profile image"] = "Általános profilkép"; -$a->strings["random geometric pattern"] = "Véletlen geometriai minta"; -$a->strings["monster face"] = "Szörnyarc"; -$a->strings["computer generated face"] = "Számítógéppel előállított arc"; -$a->strings["retro arcade style face"] = "Retró árkádstílusú arc"; -$a->strings["roboter face"] = "Robotarc"; -$a->strings["retro adventure game character"] = "Retró kalandjáték-karakter"; -$a->strings["Information"] = "Információ"; -$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "A Gravatar bővítmény telepítve van. Tiltsa le a Gravatar bővítményt.
A Libravatar bővítmény vissza fog állni a Gravatarra, ha semmi sem található a Libravatarnál."; -$a->strings["Save Settings"] = "Beállítások mentése"; -$a->strings["Default avatar image"] = "Alapértelmezett profilkép"; -$a->strings["Select default avatar image if none was found. See README"] = "Az alapértelmezett profilkép kiválasztása, ha semmi sem található. Nézze meg a README információkat."; +$a->strings['generic profile image'] = 'Általános profilkép'; +$a->strings['random geometric pattern'] = 'Véletlen geometriai minta'; +$a->strings['monster face'] = 'Szörnyarc'; +$a->strings['computer generated face'] = 'Számítógéppel előállított arc'; +$a->strings['retro arcade style face'] = 'Retró árkádstílusú arc'; +$a->strings['roboter face'] = 'Robotarc'; +$a->strings['retro adventure game character'] = 'Retró kalandjáték-karakter'; +$a->strings['Information'] = 'Információ'; +$a->strings['Gravatar addon is installed. Please disable the Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar.'] = 'A Gravatar bővítmény telepítve van. Tiltsa le a Gravatar bővítményt.
A Libravatar bővítmény vissza fog állni a Gravatarra, ha semmi sem található a Libravatarnál.'; +$a->strings['Save Settings'] = 'Beállítások mentése'; +$a->strings['Default avatar image'] = 'Alapértelmezett profilkép'; +$a->strings['Select default avatar image if none was found. See README'] = 'Az alapértelmezett profilkép kiválasztása, ha semmi sem található. Nézze meg a README információkat.'; diff --git a/libravatar/lang/it/strings.php b/libravatar/lang/it/strings.php index a0e32d78..08b1503b 100644 --- a/libravatar/lang/it/strings.php +++ b/libravatar/lang/it/strings.php @@ -5,16 +5,15 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["generic profile image"] = "immagine generica del profilo"; -$a->strings["random geometric pattern"] = "schema geometrico casuale"; -$a->strings["monster face"] = "faccia di mostro"; -$a->strings["computer generated face"] = "faccia generata dal computer"; -$a->strings["retro arcade style face"] = "faccia stile retro arcade"; -$a->strings["roboter face"] = "faccia robotica"; -$a->strings["retro adventure game character"] = "personaggio di un gioco di avventura retrò"; -$a->strings["Information"] = "Informazione"; -$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Il componente aggiuntivo Gravatar è installato. Disabilita il componente aggiuntivo Gravatar.
Il componente aggiuntivo Libravatar si appoggerà a Gravatar se non trova nulla su Libravatar."; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$a->strings["Default avatar image"] = "Immagine avatar predefinita"; -$a->strings["Select default avatar image if none was found. See README"] = "Seleziona l'immagine di default se non viene trovato niente. Vedi README"; +$a->strings['generic profile image'] = 'immagine generica del profilo'; +$a->strings['random geometric pattern'] = 'schema geometrico casuale'; +$a->strings['monster face'] = 'faccia di mostro'; +$a->strings['computer generated face'] = 'faccia generata dal computer'; +$a->strings['retro arcade style face'] = 'faccia stile retro arcade'; +$a->strings['roboter face'] = 'faccia robotica'; +$a->strings['retro adventure game character'] = 'personaggio di un gioco di avventura retrò'; +$a->strings['Information'] = 'Informazione'; +$a->strings['Gravatar addon is installed. Please disable the Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar.'] = 'Il componente aggiuntivo Gravatar è installato. Disabilita il componente aggiuntivo Gravatar.
Il componente aggiuntivo Libravatar si appoggerà a Gravatar se non trova nulla su Libravatar.'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; +$a->strings['Default avatar image'] = 'Immagine avatar predefinita'; +$a->strings['Select default avatar image if none was found. See README'] = 'Seleziona l\'immagine di default se non viene trovato niente. Vedi README'; diff --git a/libravatar/lang/nl/strings.php b/libravatar/lang/nl/strings.php index 371315f9..7cccce2c 100644 --- a/libravatar/lang/nl/strings.php +++ b/libravatar/lang/nl/strings.php @@ -5,7 +5,6 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Could NOT install Libravatar successfully.
It requires PHP >= 5.3"] = "Kon Libravater NIET succesvol installeren.
PHP 5.3 of meer is vereist"; -$a->strings["generic profile image"] = "Generieke profiel-foto"; -$a->strings["Libravatar settings updated."] = "Libravatar instellingen opgeslagen"; +$a->strings['Could NOT install Libravatar successfully.
It requires PHP >= 5.3'] = 'Kon Libravater NIET succesvol installeren.
PHP 5.3 of meer is vereist'; +$a->strings['generic profile image'] = 'Generieke profiel-foto'; +$a->strings['Libravatar settings updated.'] = 'Libravatar instellingen opgeslagen'; diff --git a/libravatar/lang/pl/strings.php b/libravatar/lang/pl/strings.php index 2aa11809..bc53dcb8 100644 --- a/libravatar/lang/pl/strings.php +++ b/libravatar/lang/pl/strings.php @@ -5,19 +5,18 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Could NOT install Libravatar successfully.
It requires PHP >= 5.3"] = "Nie można zainstalować dodatku Libravatar.
Wymaga PHP> = 5.3"; -$a->strings["generic profile image"] = "ogólny obraz profilu"; -$a->strings["random geometric pattern"] = "losowy wzór geometryczny"; -$a->strings["monster face"] = "twarz potwora"; -$a->strings["computer generated face"] = "twarz wygenerowana komputerowo"; -$a->strings["retro arcade style face"] = "twarz w stylu retro arcade"; -$a->strings["Warning"] = "Ostrzeżenie"; -$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "Twoja wersja PHP %s jest niższa niż wymagana PHP> = 5.3."; -$a->strings["This addon is not functional on your server."] = "Ten dodatek nie działa na twoim serwerze."; -$a->strings["Information"] = "Informacja"; -$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Dodatek Gravatar jest zainstalowany. Wyłącz dodatek Gravatar. Dodatek Libravatar powróci do Gravatar, jeśli w Libravatar nie zostanie znaleziony żaden przedmiot."; -$a->strings["Submit"] = "Prześlij"; -$a->strings["Default avatar image"] = "Domyślny obraz awatara"; -$a->strings["Select default avatar image if none was found. See README"] = "Wybierz domyślny obraz awatara, jeśli nie został znaleziony. Zobacz README"; -$a->strings["Libravatar settings updated."] = "Zaktualizowano ustawienia Libravatar."; +$a->strings['Could NOT install Libravatar successfully.
It requires PHP >= 5.3'] = 'Nie można zainstalować dodatku Libravatar.
Wymaga PHP> = 5.3'; +$a->strings['generic profile image'] = 'ogólny obraz profilu'; +$a->strings['random geometric pattern'] = 'losowy wzór geometryczny'; +$a->strings['monster face'] = 'twarz potwora'; +$a->strings['computer generated face'] = 'twarz wygenerowana komputerowo'; +$a->strings['retro arcade style face'] = 'twarz w stylu retro arcade'; +$a->strings['Warning'] = 'Ostrzeżenie'; +$a->strings['Your PHP version %s is lower than the required PHP >= 5.3.'] = 'Twoja wersja PHP %s jest niższa niż wymagana PHP> = 5.3.'; +$a->strings['This addon is not functional on your server.'] = 'Ten dodatek nie działa na twoim serwerze.'; +$a->strings['Information'] = 'Informacja'; +$a->strings['Gravatar addon is installed. Please disable the Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar.'] = 'Dodatek Gravatar jest zainstalowany. Wyłącz dodatek Gravatar. Dodatek Libravatar powróci do Gravatar, jeśli w Libravatar nie zostanie znaleziony żaden przedmiot.'; +$a->strings['Submit'] = 'Prześlij'; +$a->strings['Default avatar image'] = 'Domyślny obraz awatara'; +$a->strings['Select default avatar image if none was found. See README'] = 'Wybierz domyślny obraz awatara, jeśli nie został znaleziony. Zobacz README'; +$a->strings['Libravatar settings updated.'] = 'Zaktualizowano ustawienia Libravatar.'; diff --git a/libravatar/lang/pt-br/strings.php b/libravatar/lang/pt-br/strings.php index fc7591cb..3cb9db66 100644 --- a/libravatar/lang/pt-br/strings.php +++ b/libravatar/lang/pt-br/strings.php @@ -5,8 +5,7 @@ function string_plural_select_pt_br($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Could NOT install Libravatar successfully.
It requires PHP >= 5.3"] = "Não foi possível instalar o Libravatar.
Ele requer PHP >= 5.3"; -$a->strings["monster face"] = "careta"; -$a->strings["retro arcade style face"] = "rosto de personagem de fliperama"; -$a->strings["Submit"] = "Enviar"; +$a->strings['Could NOT install Libravatar successfully.
It requires PHP >= 5.3'] = 'Não foi possível instalar o Libravatar.
Ele requer PHP >= 5.3'; +$a->strings['monster face'] = 'careta'; +$a->strings['retro arcade style face'] = 'rosto de personagem de fliperama'; +$a->strings['Submit'] = 'Enviar'; diff --git a/libravatar/lang/ro/strings.php b/libravatar/lang/ro/strings.php index e552914f..7ea9ae66 100644 --- a/libravatar/lang/ro/strings.php +++ b/libravatar/lang/ro/strings.php @@ -5,19 +5,18 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Could NOT install Libravatar successfully.
It requires PHP >= 5.3"] = "NU s-a putut instala Libravatar cu succes.
Acesta necesită PHP >= 5.3"; -$a->strings["generic profile image"] = "imagine generică de profil"; -$a->strings["random geometric pattern"] = "șablon geometric aleator"; -$a->strings["monster face"] = "chip monstruos"; -$a->strings["computer generated face"] = "chip generat de calculator"; -$a->strings["retro arcade style face"] = "chip în stil jocuri arcade retro"; -$a->strings["Warning"] = "Atenție"; -$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "Versiunea dumneavoastră PHP %s este inferioară celei necesare PHP >= 5.3."; -$a->strings["This addon is not functional on your server."] = "Acest supliment nu este funcțional pe serverul dumneavoastră."; -$a->strings["Information"] = "Informaţii"; -$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Suplimentul Gravatar este instalat. Vă rugăm să dezactivați suplimentul Gravatar.
Suplimentul Libravatar va reveni înapoi la Gravatar, dacă nu s-a găsit nimic în Libravatar."; -$a->strings["Submit"] = "Trimite"; -$a->strings["Default avatar image"] = "Imagine avatar implicită"; -$a->strings["Select default avatar image if none was found. See README"] = "Selectați imaginea avatar implicită, dacă nici una nu fost găsită. Consultați FIŞIERUL README"; -$a->strings["Libravatar settings updated."] = "Configurările Libravatar au fost actualizate."; +$a->strings['Could NOT install Libravatar successfully.
It requires PHP >= 5.3'] = 'NU s-a putut instala Libravatar cu succes.
Acesta necesită PHP >= 5.3'; +$a->strings['generic profile image'] = 'imagine generică de profil'; +$a->strings['random geometric pattern'] = 'șablon geometric aleator'; +$a->strings['monster face'] = 'chip monstruos'; +$a->strings['computer generated face'] = 'chip generat de calculator'; +$a->strings['retro arcade style face'] = 'chip în stil jocuri arcade retro'; +$a->strings['Warning'] = 'Atenție'; +$a->strings['Your PHP version %s is lower than the required PHP >= 5.3.'] = 'Versiunea dumneavoastră PHP %s este inferioară celei necesare PHP >= 5.3.'; +$a->strings['This addon is not functional on your server.'] = 'Acest supliment nu este funcțional pe serverul dumneavoastră.'; +$a->strings['Information'] = 'Informaţii'; +$a->strings['Gravatar addon is installed. Please disable the Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar.'] = 'Suplimentul Gravatar este instalat. Vă rugăm să dezactivați suplimentul Gravatar.
Suplimentul Libravatar va reveni înapoi la Gravatar, dacă nu s-a găsit nimic în Libravatar.'; +$a->strings['Submit'] = 'Trimite'; +$a->strings['Default avatar image'] = 'Imagine avatar implicită'; +$a->strings['Select default avatar image if none was found. See README'] = 'Selectați imaginea avatar implicită, dacă nici una nu fost găsită. Consultați FIŞIERUL README'; +$a->strings['Libravatar settings updated.'] = 'Configurările Libravatar au fost actualizate.'; diff --git a/ljpost/lang/cs/strings.php b/ljpost/lang/cs/strings.php index 74bacf1e..76721b77 100644 --- a/ljpost/lang/cs/strings.php +++ b/ljpost/lang/cs/strings.php @@ -5,11 +5,10 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n==1)) { return 0; } else if (($n>=2 && $n<=4)) { return 1; } else { return 2; } }} -; -$a->strings["Post to LiveJournal"] = "Poslat na LiveJournal"; -$a->strings["LiveJournal Post Settings"] = "Nastavení LiveJournal Post"; -$a->strings["Enable LiveJournal Post Addon"] = "Povolit LiveJournal Post addon"; -$a->strings["LiveJournal username"] = "LiveJournal uživatelské jméno"; -$a->strings["LiveJournal password"] = "LiveJournal heslo"; -$a->strings["Post to LiveJournal by default"] = "Defaultně umístit na LiveJournal"; -$a->strings["Submit"] = "Odeslat"; +$a->strings['Post to LiveJournal'] = 'Poslat na LiveJournal'; +$a->strings['LiveJournal Post Settings'] = 'Nastavení LiveJournal Post'; +$a->strings['Enable LiveJournal Post Addon'] = 'Povolit LiveJournal Post addon'; +$a->strings['LiveJournal username'] = 'LiveJournal uživatelské jméno'; +$a->strings['LiveJournal password'] = 'LiveJournal heslo'; +$a->strings['Post to LiveJournal by default'] = 'Defaultně umístit na LiveJournal'; +$a->strings['Submit'] = 'Odeslat'; diff --git a/ljpost/lang/de/strings.php b/ljpost/lang/de/strings.php index 4cba9485..fc60639e 100644 --- a/ljpost/lang/de/strings.php +++ b/ljpost/lang/de/strings.php @@ -5,11 +5,10 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to LiveJournal"] = "In LiveJournal veröffentlichen."; -$a->strings["LiveJournal Post Settings"] = "LiveJournal-Veröffentlichungs-Einstellungen"; -$a->strings["Enable LiveJournal Post Addon"] = "LiveJournal-Post-Addon aktivieren"; -$a->strings["LiveJournal username"] = "LiveJournal-Benutzername"; -$a->strings["LiveJournal password"] = "LiveJournal-Passwort"; -$a->strings["Post to LiveJournal by default"] = "Standardmäßig bei LiveJournal veröffentlichen"; -$a->strings["Save Settings"] = "Einstellungen speichern"; +$a->strings['Post to LiveJournal'] = 'In LiveJournal veröffentlichen.'; +$a->strings['LiveJournal Post Settings'] = 'LiveJournal-Veröffentlichungs-Einstellungen'; +$a->strings['Enable LiveJournal Post Addon'] = 'LiveJournal-Post-Addon aktivieren'; +$a->strings['LiveJournal username'] = 'LiveJournal-Benutzername'; +$a->strings['LiveJournal password'] = 'LiveJournal-Passwort'; +$a->strings['Post to LiveJournal by default'] = 'Standardmäßig bei LiveJournal veröffentlichen'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; diff --git a/ljpost/lang/es/strings.php b/ljpost/lang/es/strings.php index 6b10fb64..b9c70cc3 100644 --- a/ljpost/lang/es/strings.php +++ b/ljpost/lang/es/strings.php @@ -5,11 +5,10 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to LiveJournal"] = "Publicar en LiveJournal"; -$a->strings["LiveJournal Post Settings"] = "Ajustes de publicación de LiveJournal"; -$a->strings["Enable LiveJournal Post Addon"] = "Habilitar el Plugin de LiveJournal"; -$a->strings["LiveJournal username"] = "Nombre de usuario de LiveJournal"; -$a->strings["LiveJournal password"] = "Contraseña de LiveJournal"; -$a->strings["Post to LiveJournal by default"] = "Publicar en LiveJournal por defecto"; -$a->strings["Save Settings"] = "Guardar ajustes"; +$a->strings['Post to LiveJournal'] = 'Publicar en LiveJournal'; +$a->strings['LiveJournal Post Settings'] = 'Ajustes de publicación de LiveJournal'; +$a->strings['Enable LiveJournal Post Addon'] = 'Habilitar el Plugin de LiveJournal'; +$a->strings['LiveJournal username'] = 'Nombre de usuario de LiveJournal'; +$a->strings['LiveJournal password'] = 'Contraseña de LiveJournal'; +$a->strings['Post to LiveJournal by default'] = 'Publicar en LiveJournal por defecto'; +$a->strings['Save Settings'] = 'Guardar ajustes'; diff --git a/ljpost/lang/fi-fi/strings.php b/ljpost/lang/fi-fi/strings.php index 6279bd97..77bb0da2 100644 --- a/ljpost/lang/fi-fi/strings.php +++ b/ljpost/lang/fi-fi/strings.php @@ -5,11 +5,10 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to LiveJournal"] = "Lähetä LiveJournaliin"; -$a->strings["LiveJournal Post Settings"] = "LiveJournal -viestin asetukset"; -$a->strings["Enable LiveJournal Post Addon"] = "Ota LiveJournal -viestilisäosa käyttöön"; -$a->strings["LiveJournal username"] = "Live Journal -käyttäjätunnus"; -$a->strings["LiveJournal password"] = "LiveJournal -salasana"; -$a->strings["Post to LiveJournal by default"] = "Lähetä LiveJournaliin oletuksena"; -$a->strings["Submit"] = "Lähetä"; +$a->strings['Post to LiveJournal'] = 'Lähetä LiveJournaliin'; +$a->strings['LiveJournal Post Settings'] = 'LiveJournal -viestin asetukset'; +$a->strings['Enable LiveJournal Post Addon'] = 'Ota LiveJournal -viestilisäosa käyttöön'; +$a->strings['LiveJournal username'] = 'Live Journal -käyttäjätunnus'; +$a->strings['LiveJournal password'] = 'LiveJournal -salasana'; +$a->strings['Post to LiveJournal by default'] = 'Lähetä LiveJournaliin oletuksena'; +$a->strings['Submit'] = 'Lähetä'; diff --git a/ljpost/lang/hu/strings.php b/ljpost/lang/hu/strings.php index 562b50f5..10445541 100644 --- a/ljpost/lang/hu/strings.php +++ b/ljpost/lang/hu/strings.php @@ -5,11 +5,10 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to LiveJournal"] = "Beküldés a LiveJournalra"; -$a->strings["LiveJournal Post Settings"] = "LiveJournal-beküldés beállításai"; -$a->strings["Enable LiveJournal Post Addon"] = "A LiveJournal-beküldő bővítmény engedélyezése"; -$a->strings["LiveJournal username"] = "LiveJournal felhasználónév"; -$a->strings["LiveJournal password"] = "LiveJournal jelszó"; -$a->strings["Post to LiveJournal by default"] = "Beküldés a LiveJournalra alapértelmezetten"; -$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings['Post to LiveJournal'] = 'Beküldés a LiveJournalra'; +$a->strings['LiveJournal Post Settings'] = 'LiveJournal-beküldés beállításai'; +$a->strings['Enable LiveJournal Post Addon'] = 'A LiveJournal-beküldő bővítmény engedélyezése'; +$a->strings['LiveJournal username'] = 'LiveJournal felhasználónév'; +$a->strings['LiveJournal password'] = 'LiveJournal jelszó'; +$a->strings['Post to LiveJournal by default'] = 'Beküldés a LiveJournalra alapértelmezetten'; +$a->strings['Save Settings'] = 'Beállítások mentése'; diff --git a/ljpost/lang/it/strings.php b/ljpost/lang/it/strings.php index f19d42db..c52326e0 100644 --- a/ljpost/lang/it/strings.php +++ b/ljpost/lang/it/strings.php @@ -5,11 +5,10 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to LiveJournal"] = "Invia a LiveJournal"; -$a->strings["LiveJournal Post Settings"] = "Impostazioni invio a LiveJournal"; -$a->strings["Enable LiveJournal Post Addon"] = "Abilita il componente aggiuntivo di invio a LiveJournal"; -$a->strings["LiveJournal username"] = "Nome utente LiveJournal"; -$a->strings["LiveJournal password"] = "Password LiveJournal"; -$a->strings["Post to LiveJournal by default"] = "Invia sempre a LiveJournal"; -$a->strings["Save Settings"] = "Salva Impostazioni"; +$a->strings['Post to LiveJournal'] = 'Invia a LiveJournal'; +$a->strings['LiveJournal Post Settings'] = 'Impostazioni invio a LiveJournal'; +$a->strings['Enable LiveJournal Post Addon'] = 'Abilita il componente aggiuntivo di invio a LiveJournal'; +$a->strings['LiveJournal username'] = 'Nome utente LiveJournal'; +$a->strings['LiveJournal password'] = 'Password LiveJournal'; +$a->strings['Post to LiveJournal by default'] = 'Invia sempre a LiveJournal'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; diff --git a/ljpost/lang/nl/strings.php b/ljpost/lang/nl/strings.php index 5ae4bbed..55f54640 100644 --- a/ljpost/lang/nl/strings.php +++ b/ljpost/lang/nl/strings.php @@ -5,8 +5,7 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to LiveJournal"] = "Plaatsen op LiveJournal"; -$a->strings["LiveJournal Post Settings"] = "LiveJournal Post instellingen"; -$a->strings["Enable LiveJournal Post Addon"] = "LiveJournal Post inschakelen"; -$a->strings["Post to LiveJournal by default"] = "Plaatsen op Livejournal als standaard instellen "; +$a->strings['Post to LiveJournal'] = 'Plaatsen op LiveJournal'; +$a->strings['LiveJournal Post Settings'] = 'LiveJournal Post instellingen'; +$a->strings['Enable LiveJournal Post Addon'] = 'LiveJournal Post inschakelen'; +$a->strings['Post to LiveJournal by default'] = 'Plaatsen op Livejournal als standaard instellen '; diff --git a/ljpost/lang/pl/strings.php b/ljpost/lang/pl/strings.php index efb97fcd..92c07c52 100644 --- a/ljpost/lang/pl/strings.php +++ b/ljpost/lang/pl/strings.php @@ -5,11 +5,10 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Post to Insanejournal"] = "Opublikuj w Insanejournal"; -$a->strings["InsaneJournal Post Settings"] = "Ustawienia InsaneJournal Post"; -$a->strings["Enable InsaneJournal Post Addon"] = "Włącz dodatek InsaneJournal"; -$a->strings["InsaneJournal username"] = "nazwa użytkownika InsaneJournal"; -$a->strings["InsaneJournal password"] = "Hasło InsaneJournal"; -$a->strings["Post to InsaneJournal by default"] = "Wyślij domyślnie do InsaneJournal"; -$a->strings["Submit"] = "Wyślij"; +$a->strings['Post to Insanejournal'] = 'Opublikuj w Insanejournal'; +$a->strings['InsaneJournal Post Settings'] = 'Ustawienia InsaneJournal Post'; +$a->strings['Enable InsaneJournal Post Addon'] = 'Włącz dodatek InsaneJournal'; +$a->strings['InsaneJournal username'] = 'nazwa użytkownika InsaneJournal'; +$a->strings['InsaneJournal password'] = 'Hasło InsaneJournal'; +$a->strings['Post to InsaneJournal by default'] = 'Wyślij domyślnie do InsaneJournal'; +$a->strings['Submit'] = 'Wyślij'; diff --git a/ljpost/lang/pt-br/strings.php b/ljpost/lang/pt-br/strings.php index 542d2854..e6fabf71 100644 --- a/ljpost/lang/pt-br/strings.php +++ b/ljpost/lang/pt-br/strings.php @@ -5,11 +5,10 @@ function string_plural_select_pt_br($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Post to LiveJournal"] = "Publicar no LiveJournal"; -$a->strings["LiveJournal Post Settings"] = "Configurações de publicação no LiveJournal"; -$a->strings["Enable LiveJournal Post Addon"] = "Habilitar plug-in para publicar no LiveJournal"; -$a->strings["LiveJournal username"] = "Nome de usuário no LiveJournal"; -$a->strings["LiveJournal password"] = "Senha do LiveJournal"; -$a->strings["Post to LiveJournal by default"] = "Publicar no LiveJournal por padrão"; -$a->strings["Submit"] = "Enviar"; +$a->strings['Post to LiveJournal'] = 'Publicar no LiveJournal'; +$a->strings['LiveJournal Post Settings'] = 'Configurações de publicação no LiveJournal'; +$a->strings['Enable LiveJournal Post Addon'] = 'Habilitar plug-in para publicar no LiveJournal'; +$a->strings['LiveJournal username'] = 'Nome de usuário no LiveJournal'; +$a->strings['LiveJournal password'] = 'Senha do LiveJournal'; +$a->strings['Post to LiveJournal by default'] = 'Publicar no LiveJournal por padrão'; +$a->strings['Submit'] = 'Enviar'; diff --git a/ljpost/lang/ro/strings.php b/ljpost/lang/ro/strings.php index d44dbcaf..510a425a 100644 --- a/ljpost/lang/ro/strings.php +++ b/ljpost/lang/ro/strings.php @@ -5,11 +5,10 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Post to LiveJournal"] = "Postați pe LiveJournal"; -$a->strings["LiveJournal Post Settings"] = "Configurări Postări LiveJournal"; -$a->strings["Enable LiveJournal Post Addon"] = "Activare Modul Postare LiveJournal"; -$a->strings["LiveJournal username"] = "Utilizator LiveJournal"; -$a->strings["LiveJournal password"] = "Parolă LiveJournal "; -$a->strings["Post to LiveJournal by default"] = "Postați implicit pe LiveJournal"; -$a->strings["Submit"] = "Trimite"; +$a->strings['Post to LiveJournal'] = 'Postați pe LiveJournal'; +$a->strings['LiveJournal Post Settings'] = 'Configurări Postări LiveJournal'; +$a->strings['Enable LiveJournal Post Addon'] = 'Activare Modul Postare LiveJournal'; +$a->strings['LiveJournal username'] = 'Utilizator LiveJournal'; +$a->strings['LiveJournal password'] = 'Parolă LiveJournal '; +$a->strings['Post to LiveJournal by default'] = 'Postați implicit pe LiveJournal'; +$a->strings['Submit'] = 'Trimite'; diff --git a/ljpost/lang/ru/strings.php b/ljpost/lang/ru/strings.php index d0c30bce..1654f62b 100644 --- a/ljpost/lang/ru/strings.php +++ b/ljpost/lang/ru/strings.php @@ -5,11 +5,10 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Post to LiveJournal"] = "Отправить в LiveJournal"; -$a->strings["LiveJournal Post Settings"] = "Настройки отправки в LiveJournal"; -$a->strings["Enable LiveJournal Post Addon"] = "Включить отправку в LiveJournal"; -$a->strings["LiveJournal username"] = "Имя пользователя LiveJournal"; -$a->strings["LiveJournal password"] = "Пароль в LiveJournal"; -$a->strings["Post to LiveJournal by default"] = "Отправлять записи в LiveJournal по-умолчанию"; -$a->strings["Save Settings"] = "Сохранить настройки"; +$a->strings['Post to LiveJournal'] = 'Отправить в LiveJournal'; +$a->strings['LiveJournal Post Settings'] = 'Настройки отправки в LiveJournal'; +$a->strings['Enable LiveJournal Post Addon'] = 'Включить отправку в LiveJournal'; +$a->strings['LiveJournal username'] = 'Имя пользователя LiveJournal'; +$a->strings['LiveJournal password'] = 'Пароль в LiveJournal'; +$a->strings['Post to LiveJournal by default'] = 'Отправлять записи в LiveJournal по-умолчанию'; +$a->strings['Save Settings'] = 'Сохранить настройки'; diff --git a/mailstream/lang/cs/strings.php b/mailstream/lang/cs/strings.php index 1525bfb6..5e5aafb1 100644 --- a/mailstream/lang/cs/strings.php +++ b/mailstream/lang/cs/strings.php @@ -5,19 +5,18 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n==1)) { return 0; } else if (($n>=2 && $n<=4)) { return 1; } else { return 2; } }} -; -$a->strings["From Address"] = "Adresa odesílatele"; -$a->strings["Email address that stream items will appear to be from."] = "Adresa, která vysílá položky, se objeví jako odesílatel."; -$a->strings["Save Settings"] = "Uložit Nastavení"; -$a->strings["Re:"] = "Re:"; -$a->strings["Friendica post"] = "Friendica příspěvky"; -$a->strings["Diaspora post"] = "Diaspora příspvěvky"; -$a->strings["Feed item"] = "Zdrojová položka"; -$a->strings["Email"] = "E-mail"; -$a->strings["Friendica Item"] = "Friendica položka"; -$a->strings["Upstream"] = "Upstream"; -$a->strings["Local"] = "Lokální"; -$a->strings["Email Address"] = "E-mailová adresa"; -$a->strings["Leave blank to use your account email address"] = "Ponechte prázdné pro použití vaší e-mailové adresy"; -$a->strings["Enabled"] = "Povoleno"; -$a->strings["Mail Stream Settings"] = "Mail Stream nastavení"; +$a->strings['From Address'] = 'Adresa odesílatele'; +$a->strings['Email address that stream items will appear to be from.'] = 'Adresa, která vysílá položky, se objeví jako odesílatel.'; +$a->strings['Save Settings'] = 'Uložit Nastavení'; +$a->strings['Re:'] = 'Re:'; +$a->strings['Friendica post'] = 'Friendica příspěvky'; +$a->strings['Diaspora post'] = 'Diaspora příspvěvky'; +$a->strings['Feed item'] = 'Zdrojová položka'; +$a->strings['Email'] = 'E-mail'; +$a->strings['Friendica Item'] = 'Friendica položka'; +$a->strings['Upstream'] = 'Upstream'; +$a->strings['Local'] = 'Lokální'; +$a->strings['Email Address'] = 'E-mailová adresa'; +$a->strings['Leave blank to use your account email address'] = 'Ponechte prázdné pro použití vaší e-mailové adresy'; +$a->strings['Enabled'] = 'Povoleno'; +$a->strings['Mail Stream Settings'] = 'Mail Stream nastavení'; diff --git a/mailstream/lang/de/strings.php b/mailstream/lang/de/strings.php index 53620d18..80f9a7a2 100644 --- a/mailstream/lang/de/strings.php +++ b/mailstream/lang/de/strings.php @@ -5,23 +5,22 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["From Address"] = "Absender"; -$a->strings["Email address that stream items will appear to be from."] = "E-Mail-Adresse, die in hochgeladenen Artikeln erscheint."; -$a->strings["Save Settings"] = "Einstellungen speichern"; -$a->strings["Re:"] = "Re:"; -$a->strings["Friendica post"] = "Friendica-Veröffentlichung"; -$a->strings["Diaspora post"] = "Diaspora-Veröffentlichung"; -$a->strings["Feed item"] = "Artikel-Feed"; -$a->strings["Email"] = "E-Mail"; -$a->strings["Friendica Item"] = "Friendica-Artikel"; -$a->strings["Upstream"] = "Upstream"; -$a->strings["Local"] = "Lokal"; -$a->strings["Enabled"] = "eingeschaltet"; -$a->strings["Email Address"] = "E-Mail-Adresse"; -$a->strings["Leave blank to use your account email address"] = "Leer lassen für deine Konto-E-Mail-Addresse"; -$a->strings["Exclude Likes"] = "Likes ignorieren"; -$a->strings["Check this to omit mailing \"Like\" notifications"] = "Diese Option verhindert das Versenden von \"Like\"-Benachrichtigungen per E-Mail."; -$a->strings["Attach Images"] = "Bilder anhängen"; -$a->strings["Download images in posts and attach them to the email. Useful for reading email while offline."] = "Sollen Bilder, die im Beitrag eingebettet sind, als Dateianhang in den E-Mails verschickt werden?"; -$a->strings["Mail Stream Settings"] = "Mail-Nachrichten-Einstellungen"; +$a->strings['From Address'] = 'Absender'; +$a->strings['Email address that stream items will appear to be from.'] = 'E-Mail-Adresse, die in hochgeladenen Artikeln erscheint.'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; +$a->strings['Re:'] = 'Re:'; +$a->strings['Friendica post'] = 'Friendica-Veröffentlichung'; +$a->strings['Diaspora post'] = 'Diaspora-Veröffentlichung'; +$a->strings['Feed item'] = 'Artikel-Feed'; +$a->strings['Email'] = 'E-Mail'; +$a->strings['Friendica Item'] = 'Friendica-Artikel'; +$a->strings['Upstream'] = 'Upstream'; +$a->strings['Local'] = 'Lokal'; +$a->strings['Enabled'] = 'eingeschaltet'; +$a->strings['Email Address'] = 'E-Mail-Adresse'; +$a->strings['Leave blank to use your account email address'] = 'Leer lassen für deine Konto-E-Mail-Addresse'; +$a->strings['Exclude Likes'] = 'Likes ignorieren'; +$a->strings['Check this to omit mailing "Like" notifications'] = 'Diese Option verhindert das Versenden von "Like"-Benachrichtigungen per E-Mail.'; +$a->strings['Attach Images'] = 'Bilder anhängen'; +$a->strings['Download images in posts and attach them to the email. Useful for reading email while offline.'] = 'Sollen Bilder, die im Beitrag eingebettet sind, als Dateianhang in den E-Mails verschickt werden?'; +$a->strings['Mail Stream Settings'] = 'Mail-Nachrichten-Einstellungen'; diff --git a/mailstream/lang/en-gb/strings.php b/mailstream/lang/en-gb/strings.php index 6b3c74b4..a978ba11 100644 --- a/mailstream/lang/en-gb/strings.php +++ b/mailstream/lang/en-gb/strings.php @@ -5,23 +5,22 @@ function string_plural_select_en_gb($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["From Address"] = "From address"; -$a->strings["Email address that stream items will appear to be from."] = "Email address that stream items will appear to be from."; -$a->strings["Save Settings"] = "Save settings"; -$a->strings["Re:"] = "Re:"; -$a->strings["Friendica post"] = "Friendica post"; -$a->strings["Diaspora post"] = "Diaspora post"; -$a->strings["Feed item"] = "Feed item"; -$a->strings["Email"] = "Email"; -$a->strings["Friendica Item"] = "Friendica Item"; -$a->strings["Upstream"] = "Upstream"; -$a->strings["Local"] = "Local"; -$a->strings["Enabled"] = "Enabled"; -$a->strings["Email Address"] = "Email address"; -$a->strings["Leave blank to use your account email address"] = "Leave blank if you want to use your account email address"; -$a->strings["Exclude Likes"] = "Exclude likes"; -$a->strings["Check this to omit mailing \"Like\" notifications"] = "Tick this to omit mailing \"Like\" notifications"; -$a->strings["Attach Images"] = "Attach images"; -$a->strings["Download images in posts and attach them to the email. Useful for reading email while offline."] = "Download images in posts and attach them to the email. Useful for reading email while offline."; -$a->strings["Mail Stream Settings"] = "Mail Stream settings"; +$a->strings['From Address'] = 'From address'; +$a->strings['Email address that stream items will appear to be from.'] = 'Email address that stream items will appear to be from.'; +$a->strings['Save Settings'] = 'Save settings'; +$a->strings['Re:'] = 'Re:'; +$a->strings['Friendica post'] = 'Friendica post'; +$a->strings['Diaspora post'] = 'Diaspora post'; +$a->strings['Feed item'] = 'Feed item'; +$a->strings['Email'] = 'Email'; +$a->strings['Friendica Item'] = 'Friendica Item'; +$a->strings['Upstream'] = 'Upstream'; +$a->strings['Local'] = 'Local'; +$a->strings['Enabled'] = 'Enabled'; +$a->strings['Email Address'] = 'Email address'; +$a->strings['Leave blank to use your account email address'] = 'Leave blank if you want to use your account email address'; +$a->strings['Exclude Likes'] = 'Exclude likes'; +$a->strings['Check this to omit mailing "Like" notifications'] = 'Tick this to omit mailing "Like" notifications'; +$a->strings['Attach Images'] = 'Attach images'; +$a->strings['Download images in posts and attach them to the email. Useful for reading email while offline.'] = 'Download images in posts and attach them to the email. Useful for reading email while offline.'; +$a->strings['Mail Stream Settings'] = 'Mail Stream settings'; diff --git a/mailstream/lang/es/strings.php b/mailstream/lang/es/strings.php index ca274bf2..c676ecc0 100644 --- a/mailstream/lang/es/strings.php +++ b/mailstream/lang/es/strings.php @@ -5,23 +5,22 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["From Address"] = "Desde Dirección"; -$a->strings["Email address that stream items will appear to be from."] = "Aparecerá de dónde viene la dirección de email que transmite artículos"; -$a->strings["Save Settings"] = "Guardar ajustes"; -$a->strings["Re:"] = "Re:"; -$a->strings["Friendica post"] = "Entrada de Friendica"; -$a->strings["Diaspora post"] = "Entrada de Diaspora"; -$a->strings["Feed item"] = "Surtir artículo"; -$a->strings["Email"] = "Email"; -$a->strings["Friendica Item"] = "Artículo de Friendica"; -$a->strings["Upstream"] = "Contracorriente"; -$a->strings["Local"] = "Local"; -$a->strings["Enabled"] = "Habilitado"; -$a->strings["Email Address"] = "Dirección de email"; -$a->strings["Leave blank to use your account email address"] = "Dejar en blanco para usar su cuenta de dirección de email"; -$a->strings["Exclude Likes"] = "Excluir me gusta"; -$a->strings["Check this to omit mailing \"Like\" notifications"] = "Selecciona para omitir enviar \"me gusta\" por correo"; -$a->strings["Attach Images"] = "Agregar imágenes"; -$a->strings["Download images in posts and attach them to the email. Useful for reading email while offline."] = "Descargar imágenes en publicaciones y adjúntarlas al correo electrónico. Útil para leer correos electrónicos sin conexión."; -$a->strings["Mail Stream Settings"] = "Ajustes de transmisión de Mail"; +$a->strings['From Address'] = 'Desde Dirección'; +$a->strings['Email address that stream items will appear to be from.'] = 'Aparecerá de dónde viene la dirección de email que transmite artículos'; +$a->strings['Save Settings'] = 'Guardar ajustes'; +$a->strings['Re:'] = 'Re:'; +$a->strings['Friendica post'] = 'Entrada de Friendica'; +$a->strings['Diaspora post'] = 'Entrada de Diaspora'; +$a->strings['Feed item'] = 'Surtir artículo'; +$a->strings['Email'] = 'Email'; +$a->strings['Friendica Item'] = 'Artículo de Friendica'; +$a->strings['Upstream'] = 'Contracorriente'; +$a->strings['Local'] = 'Local'; +$a->strings['Enabled'] = 'Habilitado'; +$a->strings['Email Address'] = 'Dirección de email'; +$a->strings['Leave blank to use your account email address'] = 'Dejar en blanco para usar su cuenta de dirección de email'; +$a->strings['Exclude Likes'] = 'Excluir me gusta'; +$a->strings['Check this to omit mailing "Like" notifications'] = 'Selecciona para omitir enviar "me gusta" por correo'; +$a->strings['Attach Images'] = 'Agregar imágenes'; +$a->strings['Download images in posts and attach them to the email. Useful for reading email while offline.'] = 'Descargar imágenes en publicaciones y adjúntarlas al correo electrónico. Útil para leer correos electrónicos sin conexión.'; +$a->strings['Mail Stream Settings'] = 'Ajustes de transmisión de Mail'; diff --git a/mailstream/lang/fi-fi/strings.php b/mailstream/lang/fi-fi/strings.php index 167e7341..150f23da 100644 --- a/mailstream/lang/fi-fi/strings.php +++ b/mailstream/lang/fi-fi/strings.php @@ -5,16 +5,15 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["From Address"] = "Lähettäjä"; -$a->strings["Save Settings"] = "Tallenna asetukset"; -$a->strings["Re:"] = "Koskien"; -$a->strings["Friendica post"] = "Friendica -julkaisu"; -$a->strings["Diaspora post"] = "Diaspora -julkaisu"; -$a->strings["Email"] = "Sähköposti"; -$a->strings["Friendica Item"] = "Friendica -kohde"; -$a->strings["Local"] = "Paikallinen"; -$a->strings["Enabled"] = "Käytössä"; -$a->strings["Email Address"] = "Sähköpostiosoite"; -$a->strings["Attach Images"] = "Liitä kuvia"; -$a->strings["Mail Stream Settings"] = "Mail Stream -asetukset"; +$a->strings['From Address'] = 'Lähettäjä'; +$a->strings['Save Settings'] = 'Tallenna asetukset'; +$a->strings['Re:'] = 'Koskien'; +$a->strings['Friendica post'] = 'Friendica -julkaisu'; +$a->strings['Diaspora post'] = 'Diaspora -julkaisu'; +$a->strings['Email'] = 'Sähköposti'; +$a->strings['Friendica Item'] = 'Friendica -kohde'; +$a->strings['Local'] = 'Paikallinen'; +$a->strings['Enabled'] = 'Käytössä'; +$a->strings['Email Address'] = 'Sähköpostiosoite'; +$a->strings['Attach Images'] = 'Liitä kuvia'; +$a->strings['Mail Stream Settings'] = 'Mail Stream -asetukset'; diff --git a/mailstream/lang/fr/strings.php b/mailstream/lang/fr/strings.php index 471b3b19..da45cc46 100644 --- a/mailstream/lang/fr/strings.php +++ b/mailstream/lang/fr/strings.php @@ -5,15 +5,14 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["From Address"] = "Depuis l'adresse"; -$a->strings["Save Settings"] = "Sauvegarder les paramètres"; -$a->strings["Re:"] = "Re :"; -$a->strings["Friendica post"] = "Message Friendica"; -$a->strings["Diaspora post"] = "Message Diaspora"; -$a->strings["Email"] = "Courriel"; -$a->strings["Friendica Item"] = "Élément de Friendica"; -$a->strings["Local"] = "Local"; -$a->strings["Email Address"] = "Adresse de courriel"; -$a->strings["Enabled"] = "Activer"; -$a->strings["Mail Stream Settings"] = "Paramètres de Mail Stream"; +$a->strings['From Address'] = 'Depuis l\'adresse'; +$a->strings['Save Settings'] = 'Sauvegarder les paramètres'; +$a->strings['Re:'] = 'Re :'; +$a->strings['Friendica post'] = 'Message Friendica'; +$a->strings['Diaspora post'] = 'Message Diaspora'; +$a->strings['Email'] = 'Courriel'; +$a->strings['Friendica Item'] = 'Élément de Friendica'; +$a->strings['Local'] = 'Local'; +$a->strings['Email Address'] = 'Adresse de courriel'; +$a->strings['Enabled'] = 'Activer'; +$a->strings['Mail Stream Settings'] = 'Paramètres de Mail Stream'; diff --git a/mailstream/lang/hu/strings.php b/mailstream/lang/hu/strings.php index f44378f6..5a7383bd 100644 --- a/mailstream/lang/hu/strings.php +++ b/mailstream/lang/hu/strings.php @@ -5,23 +5,22 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["From Address"] = "Feladócím"; -$a->strings["Email address that stream items will appear to be from."] = "E-mail-cím, ahonnan úgy tűnik, hogy a folyam elemei származnak."; -$a->strings["Save Settings"] = "Beállítások mentése"; -$a->strings["Re:"] = "Vá:"; -$a->strings["Friendica post"] = "Friendica-bejegyzés"; -$a->strings["Diaspora post"] = "Diaspora-bejegyzés"; -$a->strings["Feed item"] = "Hírforráselem"; -$a->strings["Email"] = "E-mail"; -$a->strings["Friendica Item"] = "Friendica-elem"; -$a->strings["Upstream"] = "Távoli"; -$a->strings["Local"] = "Helyi"; -$a->strings["Enabled"] = "Engedélyezve"; -$a->strings["Email Address"] = "E-mail-cím"; -$a->strings["Leave blank to use your account email address"] = "Hagyja üresen a fiókja e-mail-címének használatához"; -$a->strings["Exclude Likes"] = "Kedvelések kizárása"; -$a->strings["Check this to omit mailing \"Like\" notifications"] = "Jelölje be ezt a „Tetszik” értesítések elküldésének kihagyásához"; -$a->strings["Attach Images"] = "Képek csatolása"; -$a->strings["Download images in posts and attach them to the email. Useful for reading email while offline."] = "Képek letöltése a bejegyzésekből és csatolás az e-mailhez. Hasznos az e-mailek kapcsolat nélküli olvasásakor."; -$a->strings["Mail Stream Settings"] = "Levelezőfolyam beállításai"; +$a->strings['From Address'] = 'Feladócím'; +$a->strings['Email address that stream items will appear to be from.'] = 'E-mail-cím, ahonnan úgy tűnik, hogy a folyam elemei származnak.'; +$a->strings['Save Settings'] = 'Beállítások mentése'; +$a->strings['Re:'] = 'Vá:'; +$a->strings['Friendica post'] = 'Friendica-bejegyzés'; +$a->strings['Diaspora post'] = 'Diaspora-bejegyzés'; +$a->strings['Feed item'] = 'Hírforráselem'; +$a->strings['Email'] = 'E-mail'; +$a->strings['Friendica Item'] = 'Friendica-elem'; +$a->strings['Upstream'] = 'Távoli'; +$a->strings['Local'] = 'Helyi'; +$a->strings['Enabled'] = 'Engedélyezve'; +$a->strings['Email Address'] = 'E-mail-cím'; +$a->strings['Leave blank to use your account email address'] = 'Hagyja üresen a fiókja e-mail-címének használatához'; +$a->strings['Exclude Likes'] = 'Kedvelések kizárása'; +$a->strings['Check this to omit mailing "Like" notifications'] = 'Jelölje be ezt a „Tetszik” értesítések elküldésének kihagyásához'; +$a->strings['Attach Images'] = 'Képek csatolása'; +$a->strings['Download images in posts and attach them to the email. Useful for reading email while offline.'] = 'Képek letöltése a bejegyzésekből és csatolás az e-mailhez. Hasznos az e-mailek kapcsolat nélküli olvasásakor.'; +$a->strings['Mail Stream Settings'] = 'Levelezőfolyam beállításai'; diff --git a/mailstream/lang/it/strings.php b/mailstream/lang/it/strings.php index e402a8aa..3abb9ae7 100644 --- a/mailstream/lang/it/strings.php +++ b/mailstream/lang/it/strings.php @@ -5,23 +5,22 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["From Address"] = "Indirizzo di invio"; -$a->strings["Email address that stream items will appear to be from."] = "Indirizzo email da cui i messaggi appariranno inviati"; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$a->strings["Re:"] = "R:"; -$a->strings["Friendica post"] = "Messaggio Friendica"; -$a->strings["Diaspora post"] = "Messaggio Diaspora"; -$a->strings["Feed item"] = "Elemento da feed"; -$a->strings["Email"] = "Email"; -$a->strings["Friendica Item"] = "Elemento da Friendica"; -$a->strings["Upstream"] = "Upstream"; -$a->strings["Local"] = "Locale"; -$a->strings["Enabled"] = "Abilitato"; -$a->strings["Email Address"] = "Indirizzo Email"; -$a->strings["Leave blank to use your account email address"] = "Lascia in bianco per usare l'indirizzo email del tuo account"; -$a->strings["Exclude Likes"] = "Escludi \"Mi Piace\""; -$a->strings["Check this to omit mailing \"Like\" notifications"] = "Seleziona per evitare di inviare notifiche per \"Mi Piace\""; -$a->strings["Attach Images"] = "Allega Immagini"; -$a->strings["Download images in posts and attach them to the email. Useful for reading email while offline."] = "Scarica le immagini nei messaggi e le allega alle email. Utile per leggere le email mentre si è offline."; -$a->strings["Mail Stream Settings"] = "Impostazioni Mail Stream"; +$a->strings['From Address'] = 'Indirizzo di invio'; +$a->strings['Email address that stream items will appear to be from.'] = 'Indirizzo email da cui i messaggi appariranno inviati'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; +$a->strings['Re:'] = 'R:'; +$a->strings['Friendica post'] = 'Messaggio Friendica'; +$a->strings['Diaspora post'] = 'Messaggio Diaspora'; +$a->strings['Feed item'] = 'Elemento da feed'; +$a->strings['Email'] = 'Email'; +$a->strings['Friendica Item'] = 'Elemento da Friendica'; +$a->strings['Upstream'] = 'Upstream'; +$a->strings['Local'] = 'Locale'; +$a->strings['Enabled'] = 'Abilitato'; +$a->strings['Email Address'] = 'Indirizzo Email'; +$a->strings['Leave blank to use your account email address'] = 'Lascia in bianco per usare l\'indirizzo email del tuo account'; +$a->strings['Exclude Likes'] = 'Escludi "Mi Piace"'; +$a->strings['Check this to omit mailing "Like" notifications'] = 'Seleziona per evitare di inviare notifiche per "Mi Piace"'; +$a->strings['Attach Images'] = 'Allega Immagini'; +$a->strings['Download images in posts and attach them to the email. Useful for reading email while offline.'] = 'Scarica le immagini nei messaggi e le allega alle email. Utile per leggere le email mentre si è offline.'; +$a->strings['Mail Stream Settings'] = 'Impostazioni Mail Stream'; diff --git a/mailstream/lang/nl/strings.php b/mailstream/lang/nl/strings.php index 31832dd5..8870ca6c 100644 --- a/mailstream/lang/nl/strings.php +++ b/mailstream/lang/nl/strings.php @@ -5,8 +5,7 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["From Address"] = "Van Adres"; -$a->strings["Email address that stream items will appear to be from."] = "E-mail adres waarvan stream items komen "; -$a->strings["Save Settings"] = "Instellingen opslaan"; -$a->strings["Enabled"] = "Ingeschakeld"; +$a->strings['From Address'] = 'Van Adres'; +$a->strings['Email address that stream items will appear to be from.'] = 'E-mail adres waarvan stream items komen '; +$a->strings['Save Settings'] = 'Instellingen opslaan'; +$a->strings['Enabled'] = 'Ingeschakeld'; diff --git a/mailstream/lang/pl/strings.php b/mailstream/lang/pl/strings.php index 2e7565a1..2705afaa 100644 --- a/mailstream/lang/pl/strings.php +++ b/mailstream/lang/pl/strings.php @@ -5,23 +5,22 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["From Address"] = "Z adresu"; -$a->strings["Email address that stream items will appear to be from."] = "Adres e-mail, z którego będą przesyłane strumienie pochodzące z."; -$a->strings["Save Settings"] = "Zapisz ustawienia"; -$a->strings["Re:"] = "Re:"; -$a->strings["Friendica post"] = "Friendica post"; -$a->strings["Diaspora post"] = "Post Diaspora"; -$a->strings["Feed item"] = "Element kanału"; -$a->strings["Email"] = "E-mail"; -$a->strings["Friendica Item"] = "Pozycja Friendica"; -$a->strings["Upstream"] = "Nadrzędny"; -$a->strings["Local"] = "Lokalny"; -$a->strings["Enabled"] = "Włączone"; -$a->strings["Email Address"] = "Adres e-mail"; -$a->strings["Leave blank to use your account email address"] = "Pozostaw puste, aby użyć adresu e-mail swojego konta"; -$a->strings["Exclude Likes"] = "Wykluczanie polubień"; -$a->strings["Check this to omit mailing \"Like\" notifications"] = "Zaznacz to pole, aby pominąć wysyłanie powiadomień typu \"Lubię to\""; -$a->strings["Attach Images"] = "Dołącz zdjęcia"; -$a->strings["Download images in posts and attach them to the email. Useful for reading email while offline."] = "Pobierz zdjęcia w postach i dołącz je do wiadomości e-mail. Przydatny do czytania wiadomości e-mail w trybie offline."; -$a->strings["Mail Stream Settings"] = "Ustawienia strumienia poczty"; +$a->strings['From Address'] = 'Z adresu'; +$a->strings['Email address that stream items will appear to be from.'] = 'Adres e-mail, z którego będą przesyłane strumienie pochodzące z.'; +$a->strings['Save Settings'] = 'Zapisz ustawienia'; +$a->strings['Re:'] = 'Re:'; +$a->strings['Friendica post'] = 'Friendica post'; +$a->strings['Diaspora post'] = 'Post Diaspora'; +$a->strings['Feed item'] = 'Element kanału'; +$a->strings['Email'] = 'E-mail'; +$a->strings['Friendica Item'] = 'Pozycja Friendica'; +$a->strings['Upstream'] = 'Nadrzędny'; +$a->strings['Local'] = 'Lokalny'; +$a->strings['Enabled'] = 'Włączone'; +$a->strings['Email Address'] = 'Adres e-mail'; +$a->strings['Leave blank to use your account email address'] = 'Pozostaw puste, aby użyć adresu e-mail swojego konta'; +$a->strings['Exclude Likes'] = 'Wykluczanie polubień'; +$a->strings['Check this to omit mailing "Like" notifications'] = 'Zaznacz to pole, aby pominąć wysyłanie powiadomień typu "Lubię to"'; +$a->strings['Attach Images'] = 'Dołącz zdjęcia'; +$a->strings['Download images in posts and attach them to the email. Useful for reading email while offline.'] = 'Pobierz zdjęcia w postach i dołącz je do wiadomości e-mail. Przydatny do czytania wiadomości e-mail w trybie offline.'; +$a->strings['Mail Stream Settings'] = 'Ustawienia strumienia poczty'; diff --git a/mailstream/lang/ro/strings.php b/mailstream/lang/ro/strings.php index 092d16c2..622a9cfe 100644 --- a/mailstream/lang/ro/strings.php +++ b/mailstream/lang/ro/strings.php @@ -5,19 +5,18 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["From Address"] = "Adresa sursă"; -$a->strings["Email address that stream items will appear to be from."] = "Adresa de e-mail folosită ca și sursă pentru elemente fluxate."; -$a->strings["Save Settings"] = "Salvare Configurări"; -$a->strings["Re:"] = "Re:"; -$a->strings["Friendica post"] = "Postare Friendica "; -$a->strings["Diaspora post"] = "Postare Diaspora"; -$a->strings["Feed item"] = "Element de flux"; -$a->strings["Email"] = "Email"; -$a->strings["Friendica Item"] = "Element Friendica"; -$a->strings["Upstream"] = "Fluxare inversă"; -$a->strings["Local"] = "Local"; -$a->strings["Email Address"] = "Adresă de Email"; -$a->strings["Leave blank to use your account email address"] = "Lăsați necompletat pentru a utiliza adresa de e-mail a contul dvs ."; -$a->strings["Enabled"] = "Activat"; -$a->strings["Mail Stream Settings"] = "Configurări Flux Mail"; +$a->strings['From Address'] = 'Adresa sursă'; +$a->strings['Email address that stream items will appear to be from.'] = 'Adresa de e-mail folosită ca și sursă pentru elemente fluxate.'; +$a->strings['Save Settings'] = 'Salvare Configurări'; +$a->strings['Re:'] = 'Re:'; +$a->strings['Friendica post'] = 'Postare Friendica '; +$a->strings['Diaspora post'] = 'Postare Diaspora'; +$a->strings['Feed item'] = 'Element de flux'; +$a->strings['Email'] = 'Email'; +$a->strings['Friendica Item'] = 'Element Friendica'; +$a->strings['Upstream'] = 'Fluxare inversă'; +$a->strings['Local'] = 'Local'; +$a->strings['Email Address'] = 'Adresă de Email'; +$a->strings['Leave blank to use your account email address'] = 'Lăsați necompletat pentru a utiliza adresa de e-mail a contul dvs .'; +$a->strings['Enabled'] = 'Activat'; +$a->strings['Mail Stream Settings'] = 'Configurări Flux Mail'; diff --git a/markdown/lang/cs/strings.php b/markdown/lang/cs/strings.php index ecabc3fe..cfa1a1c5 100644 --- a/markdown/lang/cs/strings.php +++ b/markdown/lang/cs/strings.php @@ -5,6 +5,5 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Markdown"] = "Markdown"; -$a->strings["Save Settings"] = "Uložit nastavení"; +$a->strings['Markdown'] = 'Markdown'; +$a->strings['Save Settings'] = 'Uložit nastavení'; diff --git a/markdown/lang/de/strings.php b/markdown/lang/de/strings.php index ddc1ab2b..f9684b6b 100644 --- a/markdown/lang/de/strings.php +++ b/markdown/lang/de/strings.php @@ -5,7 +5,7 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Markdown"] = "Markdown"; -$a->strings["Enable Markdown parsing"] = "Verwende Markdown Formatierung"; -$a->strings["Save Settings"] = "Einstellungen speichern"; +$a->strings['Markdown'] = 'Markdown'; +$a->strings['Enable Markdown parsing'] = 'Verwende Markdown Formatierung'; +$a->strings['If enabled, self created items will additionally be parsed via Markdown.'] = 'Wenn diese Option aktiviert ist, werden alle deine neu erstellten Beiträge beim Senden zusätzlich zu BBCode auch Markdown Formatierungen angewandt.'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; diff --git a/markdown/lang/en-gb/strings.php b/markdown/lang/en-gb/strings.php index dd272982..9c1e502d 100644 --- a/markdown/lang/en-gb/strings.php +++ b/markdown/lang/en-gb/strings.php @@ -5,7 +5,7 @@ function string_plural_select_en_gb($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Markdown"] = "Markdown"; -$a->strings["Enable Markdown parsing"] = "Enable Markdown parsing"; -$a->strings["Save Settings"] = "Save Settings"; +$a->strings['Markdown'] = 'Markdown'; +$a->strings['Enable Markdown parsing'] = 'Enable Markdown parsing'; +$a->strings['If enabled, self created items will additionally be parsed via Markdown.'] = 'If enabled, self created items will additionally be parsed via Markdown.'; +$a->strings['Save Settings'] = 'Save Settings'; diff --git a/markdown/lang/es/strings.php b/markdown/lang/es/strings.php index af7388bf..7ccd0018 100644 --- a/markdown/lang/es/strings.php +++ b/markdown/lang/es/strings.php @@ -5,7 +5,7 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Markdown"] = "Markdown"; -$a->strings["Enable Markdown parsing"] = "Habilitar el análisis de Markdown"; -$a->strings["Save Settings"] = "Guardar ajustes"; +$a->strings['Markdown'] = 'Markdown'; +$a->strings['Enable Markdown parsing'] = 'Habilitar el análisis de Markdown'; +$a->strings['If enabled, self created items will additionally be parsed via Markdown.'] = 'Si está habilitado, los elementos creados por usted mismo también se analizarán a través de Markdown.'; +$a->strings['Save Settings'] = 'Guardar ajustes'; diff --git a/markdown/lang/hu/strings.php b/markdown/lang/hu/strings.php index 33ae75db..556879ae 100644 --- a/markdown/lang/hu/strings.php +++ b/markdown/lang/hu/strings.php @@ -5,7 +5,7 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Markdown"] = "Markdown"; -$a->strings["Enable Markdown parsing"] = "Markdown-feldolgozás engedélyezése"; -$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings['Markdown'] = 'Markdown'; +$a->strings['Enable Markdown parsing'] = 'Markdown-feldolgozás engedélyezése'; +$a->strings['If enabled, self created items will additionally be parsed via Markdown.'] = 'Ha engedélyezve van, akkor az önmagukat létrehozó elemek is fel lesznek dolgozva Markdown használatával.'; +$a->strings['Save Settings'] = 'Beállítások mentése'; diff --git a/markdown/lang/it/strings.php b/markdown/lang/it/strings.php index dd906d9d..dc76ab82 100644 --- a/markdown/lang/it/strings.php +++ b/markdown/lang/it/strings.php @@ -5,8 +5,7 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Markdown"] = "Markdown"; -$a->strings["Enable Markdown parsing"] = "Abilita analisi Markdown"; -$a->strings["If enabled, self created items will additionally be parsed via Markdown."] = "Se abilitato, gli elementi creati saranno analizzati via Markdown."; -$a->strings["Save Settings"] = "Salva Impostazioni"; +$a->strings['Markdown'] = 'Markdown'; +$a->strings['Enable Markdown parsing'] = 'Abilita analisi Markdown'; +$a->strings['If enabled, self created items will additionally be parsed via Markdown.'] = 'Se abilitato, gli elementi creati saranno analizzati via Markdown.'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; diff --git a/markdown/lang/pl/strings.php b/markdown/lang/pl/strings.php index 6063d2b3..eace24ae 100644 --- a/markdown/lang/pl/strings.php +++ b/markdown/lang/pl/strings.php @@ -5,7 +5,7 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Markdown"] = "Markdown"; -$a->strings["Enable Markdown parsing"] = "Włącz analizę Markdown"; -$a->strings["Save Settings"] = "Zapisz Ustawienia"; +$a->strings['Markdown'] = 'Markdown'; +$a->strings['Enable Markdown parsing'] = 'Włącz analizę Markdown'; +$a->strings['If enabled, self created items will additionally be parsed via Markdown.'] = 'Jeśli ta opcja jest włączona, utworzone przez ciebie elementy zostaną dodatkowo przeanalizowane poprzez Markdown.'; +$a->strings['Save Settings'] = 'Zapisz Ustawienia'; diff --git a/markdown/lang/ru/strings.php b/markdown/lang/ru/strings.php index ebc7ea1a..047e0636 100644 --- a/markdown/lang/ru/strings.php +++ b/markdown/lang/ru/strings.php @@ -5,7 +5,7 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Markdown"] = "Markdown"; -$a->strings["Enable Markdown parsing"] = "Включить форматирование Markdown"; -$a->strings["Save Settings"] = "Сохранить настройки"; +$a->strings['Markdown'] = 'Markdown'; +$a->strings['Enable Markdown parsing'] = 'Включить форматирование Markdown'; +$a->strings['If enabled, self created items will additionally be parsed via Markdown.'] = 'Если включено, то созданные вами записи будут дополнительно форматироваться в соответствии с разметкой Markdown.'; +$a->strings['Save Settings'] = 'Сохранить настройки'; diff --git a/mathjax/lang/cs/strings.php b/mathjax/lang/cs/strings.php index 8b94e656..a591bb3c 100644 --- a/mathjax/lang/cs/strings.php +++ b/mathjax/lang/cs/strings.php @@ -5,11 +5,10 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n==1)) { return 0; } else if (($n>=2 && $n<=4)) { return 1; } else { return 2; } }} -; -$a->strings["Settings"] = "Nastavení"; -$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = "Rozšíření MathJax vykresluje matematické vzorce zapsané s použitím syntaxe LaTeX označené obvyklými znaky $$ nebo v bloku \"eqnarray\" v příspěvcích na vaší zdi, záložce síť a soukromých zprávách."; -$a->strings["Use the MathJax renderer"] = "Použít Mathjax vykreslování"; -$a->strings["Submit"] = "Odeslat"; -$a->strings["Settings updated."] = "Nastavení aktualizováno."; -$a->strings["MathJax Base URL"] = "Základní MathJax adresa URL"; -$a->strings["The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax."] = "URL adresa na javascriptový soubor, který musí být obsažen pro použití MathJax. Může to být MathJax CDN nebo or jiná instalace MathJax."; +$a->strings['Settings'] = 'Nastavení'; +$a->strings['The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail.'] = 'Rozšíření MathJax vykresluje matematické vzorce zapsané s použitím syntaxe LaTeX označené obvyklými znaky $$ nebo v bloku "eqnarray" v příspěvcích na vaší zdi, záložce síť a soukromých zprávách.'; +$a->strings['Use the MathJax renderer'] = 'Použít Mathjax vykreslování'; +$a->strings['Submit'] = 'Odeslat'; +$a->strings['Settings updated.'] = 'Nastavení aktualizováno.'; +$a->strings['MathJax Base URL'] = 'Základní MathJax adresa URL'; +$a->strings['The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax.'] = 'URL adresa na javascriptový soubor, který musí být obsažen pro použití MathJax. Může to být MathJax CDN nebo or jiná instalace MathJax.'; diff --git a/mathjax/lang/de/strings.php b/mathjax/lang/de/strings.php index 62a6adc7..c3894af9 100644 --- a/mathjax/lang/de/strings.php +++ b/mathjax/lang/de/strings.php @@ -5,7 +5,6 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = "Mit dem MathJax Addon können mathematische Formeln, die mit LaTeX geschrieben wurden, dargestellt werden. Die Formel wird mit den üblichen $$ oder einem eqnarray-Block gekennzeichnet. Formeln werden in allen Beiträgen auf deiner Pinnwand, dem Netzwerk-Stream sowie privaten Nachrichten dargestellt."; -$a->strings["Use the MathJax renderer"] = "MathJax verwenden"; -$a->strings["Save Settings"] = "Einstellungen speichern"; +$a->strings['The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail.'] = 'Mit dem MathJax Addon können mathematische Formeln, die mit LaTeX geschrieben wurden, dargestellt werden. Die Formel wird mit den üblichen $$ oder einem eqnarray-Block gekennzeichnet. Formeln werden in allen Beiträgen auf deiner Pinnwand, dem Netzwerk-Stream sowie privaten Nachrichten dargestellt.'; +$a->strings['Use the MathJax renderer'] = 'MathJax verwenden'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; diff --git a/mathjax/lang/es/strings.php b/mathjax/lang/es/strings.php index f9204cf6..322d610f 100644 --- a/mathjax/lang/es/strings.php +++ b/mathjax/lang/es/strings.php @@ -5,7 +5,6 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = "El addon MathJax renderiza las fórmulas matemáticos escritas usando la sintaxis LaTeX rodeada por el usual $$ o un bloque eqnarray en las publicaciones de su muro, etiqueta de red y mail privado."; -$a->strings["Use the MathJax renderer"] = "Usar el renderizador MathJax"; -$a->strings["Save Settings"] = "Guardar ajustes"; +$a->strings['The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail.'] = 'El addon MathJax renderiza las fórmulas matemáticos escritas usando la sintaxis LaTeX rodeada por el usual $$ o un bloque eqnarray en las publicaciones de su muro, etiqueta de red y mail privado.'; +$a->strings['Use the MathJax renderer'] = 'Usar el renderizador MathJax'; +$a->strings['Save Settings'] = 'Guardar ajustes'; diff --git a/mathjax/lang/fi-fi/strings.php b/mathjax/lang/fi-fi/strings.php index e2c9593e..486a7eb9 100644 --- a/mathjax/lang/fi-fi/strings.php +++ b/mathjax/lang/fi-fi/strings.php @@ -5,7 +5,6 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Settings"] = "Asetukset"; -$a->strings["Submit"] = "Lähetä"; -$a->strings["Settings updated."] = "Asetukset päivitetty."; +$a->strings['Settings'] = 'Asetukset'; +$a->strings['Submit'] = 'Lähetä'; +$a->strings['Settings updated.'] = 'Asetukset päivitetty.'; diff --git a/mathjax/lang/hu/strings.php b/mathjax/lang/hu/strings.php index e9b4ad37..79fb9c6b 100644 --- a/mathjax/lang/hu/strings.php +++ b/mathjax/lang/hu/strings.php @@ -5,7 +5,6 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = "A MathJax bővítmény a LaTeX szintaxis használatával írt matematikai képleteket jelenít meg, amelyeket a szokásos $$ vagy egy eqnarray blokk vesz körül a falán lévő bejegyzésekben, a hálózat lapon és a személyes levelekben."; -$a->strings["Use the MathJax renderer"] = "A MathJax megjelenítő használata"; -$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings['The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail.'] = 'A MathJax bővítmény a LaTeX szintaxis használatával írt matematikai képleteket jelenít meg, amelyeket a szokásos $$ vagy egy eqnarray blokk vesz körül a falán lévő bejegyzésekben, a hálózat lapon és a személyes levelekben.'; +$a->strings['Use the MathJax renderer'] = 'A MathJax megjelenítő használata'; +$a->strings['Save Settings'] = 'Beállítások mentése'; diff --git a/mathjax/lang/it/strings.php b/mathjax/lang/it/strings.php index deb9413f..4ba4f721 100644 --- a/mathjax/lang/it/strings.php +++ b/mathjax/lang/it/strings.php @@ -5,7 +5,6 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = "Il plugin \"MatJax\" renderizza formule matematiche scritta usando la sintassi LaTeX circondate dalle usuali $$ o un blocco eqnarray nei messaggi della tua bacheca, pagina Rete e messaggi privati."; -$a->strings["Use the MathJax renderer"] = "Usa il render MathJax"; -$a->strings["Save Settings"] = "Salva Impostazioni"; +$a->strings['The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail.'] = 'Il plugin "MatJax" renderizza formule matematiche scritta usando la sintassi LaTeX circondate dalle usuali $$ o un blocco eqnarray nei messaggi della tua bacheca, pagina Rete e messaggi privati.'; +$a->strings['Use the MathJax renderer'] = 'Usa il render MathJax'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; diff --git a/mathjax/lang/nl/strings.php b/mathjax/lang/nl/strings.php index 8873e0fa..82dea964 100644 --- a/mathjax/lang/nl/strings.php +++ b/mathjax/lang/nl/strings.php @@ -5,11 +5,10 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Settings"] = "Instellingen"; -$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = "De MathJax addon zorgt voor de opmaak van wiskundige formules die geschreven zijn met de LaTeX syntax, omgeven door de gebruikelijke $$ of een eqnarray blok in de berichten op je tijdlijn, netwerk tab en privé mail."; -$a->strings["Use the MathJax renderer"] = "Gebruik de MathJax opmaak"; -$a->strings["Submit"] = "Toepassen"; -$a->strings["Settings updated."] = "Instellingen aangepast."; -$a->strings["MathJax Base URL"] = "MathJax Basis URL"; -$a->strings["The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax."] = "De URL voor het javascript bestand nodig is om MathJax te gebruiken. Dit kan ofwel de MathJax CDN zijn of een andere installatie van MathJax."; +$a->strings['Settings'] = 'Instellingen'; +$a->strings['The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail.'] = 'De MathJax addon zorgt voor de opmaak van wiskundige formules die geschreven zijn met de LaTeX syntax, omgeven door de gebruikelijke $$ of een eqnarray blok in de berichten op je tijdlijn, netwerk tab en privé mail.'; +$a->strings['Use the MathJax renderer'] = 'Gebruik de MathJax opmaak'; +$a->strings['Submit'] = 'Toepassen'; +$a->strings['Settings updated.'] = 'Instellingen aangepast.'; +$a->strings['MathJax Base URL'] = 'MathJax Basis URL'; +$a->strings['The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax.'] = 'De URL voor het javascript bestand nodig is om MathJax te gebruiken. Dit kan ofwel de MathJax CDN zijn of een andere installatie van MathJax.'; diff --git a/mathjax/lang/pl/strings.php b/mathjax/lang/pl/strings.php index 8a9d4020..4bfb2704 100644 --- a/mathjax/lang/pl/strings.php +++ b/mathjax/lang/pl/strings.php @@ -5,11 +5,10 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Settings"] = "Ustawienia"; -$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = "Dodatek MathJax renderuje formuły matematyczne napisane przy użyciu składni LaTeX otoczonej zwykłym blokiem $$ lub eqnarray w wiadomościach na ścianie, karcie sieciowej i prywatnej korespondencji."; -$a->strings["Use the MathJax renderer"] = "Użyj renderer MathJax"; -$a->strings["Submit"] = "Wyślij"; -$a->strings["Settings updated."] = "Ustawienia zaktualizowane."; -$a->strings["MathJax Base URL"] = "Podstawowy adres URL MathJax"; -$a->strings["The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax."] = "Adres URL pliku javascript, który powinien być dołączony do korzystania z MathJax. Może to być MathJax CDN lub inna instalacja MathJax."; +$a->strings['Settings'] = 'Ustawienia'; +$a->strings['The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail.'] = 'Dodatek MathJax renderuje formuły matematyczne napisane przy użyciu składni LaTeX otoczonej zwykłym blokiem $$ lub eqnarray w wiadomościach na ścianie, karcie sieciowej i prywatnej korespondencji.'; +$a->strings['Use the MathJax renderer'] = 'Użyj renderer MathJax'; +$a->strings['Submit'] = 'Wyślij'; +$a->strings['Settings updated.'] = 'Ustawienia zaktualizowane.'; +$a->strings['MathJax Base URL'] = 'Podstawowy adres URL MathJax'; +$a->strings['The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax.'] = 'Adres URL pliku javascript, który powinien być dołączony do korzystania z MathJax. Może to być MathJax CDN lub inna instalacja MathJax.'; diff --git a/mathjax/lang/ro/strings.php b/mathjax/lang/ro/strings.php index 401c8685..688dd7b6 100644 --- a/mathjax/lang/ro/strings.php +++ b/mathjax/lang/ro/strings.php @@ -5,11 +5,10 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Settings"] = "Configurări"; -$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = "Suplimentul MathJax procesează formule matematice scrise folosind sintaxa LaTeX încapsulată de obicei prin semnul $$ sau într-un bloc eqnarray, în postările de perete, fila de rețea și şi poșta privată."; -$a->strings["Use the MathJax renderer"] = "Utilizare funcția renderer MathJax"; -$a->strings["Submit"] = "Trimite"; -$a->strings["Settings updated."] = "Configurări actualizate."; -$a->strings["MathJax Base URL"] = "Adresa URL de Bază MathJax"; -$a->strings["The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax."] = "Adresa URL pentru fișierul de javascript care ar trebui să fie inclus pentru a putea utiliza MathJax. Pot fi, fie CDN MathJax sau o altă instalare de MathJax."; +$a->strings['Settings'] = 'Configurări'; +$a->strings['The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail.'] = 'Suplimentul MathJax procesează formule matematice scrise folosind sintaxa LaTeX încapsulată de obicei prin semnul $$ sau într-un bloc eqnarray, în postările de perete, fila de rețea și şi poșta privată.'; +$a->strings['Use the MathJax renderer'] = 'Utilizare funcția renderer MathJax'; +$a->strings['Submit'] = 'Trimite'; +$a->strings['Settings updated.'] = 'Configurări actualizate.'; +$a->strings['MathJax Base URL'] = 'Adresa URL de Bază MathJax'; +$a->strings['The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax.'] = 'Adresa URL pentru fișierul de javascript care ar trebui să fie inclus pentru a putea utiliza MathJax. Pot fi, fie CDN MathJax sau o altă instalare de MathJax.'; diff --git a/mathjax/lang/zh-cn/strings.php b/mathjax/lang/zh-cn/strings.php index f60e9fc2..1d0b1055 100644 --- a/mathjax/lang/zh-cn/strings.php +++ b/mathjax/lang/zh-cn/strings.php @@ -5,8 +5,7 @@ function string_plural_select_zh_cn($n){ $n = intval($n); return intval(0); }} -; -$a->strings["Settings"] = "设置"; -$a->strings["Use the MathJax renderer"] = "使用 MathJax 渲染"; -$a->strings["Submit"] = "提交"; -$a->strings["Settings updated."] = "设置已更新"; +$a->strings['Settings'] = '设置'; +$a->strings['Use the MathJax renderer'] = '使用 MathJax 渲染'; +$a->strings['Submit'] = '提交'; +$a->strings['Settings updated.'] = '设置已更新'; diff --git a/morechoice/lang/cs/strings.php b/morechoice/lang/cs/strings.php index 55921be8..6018820f 100644 --- a/morechoice/lang/cs/strings.php +++ b/morechoice/lang/cs/strings.php @@ -5,64 +5,63 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Androgyne"] = "Androgyn"; -$a->strings["Bear"] = "Medvěd"; -$a->strings["Bigender"] = "Bigender"; -$a->strings["Cross dresser"] = "Crossdresser"; -$a->strings["Eunuch"] = "Eunuch"; -$a->strings["Lady"] = "Dáma"; -$a->strings["Metrosexual"] = "Metrosexuál"; -$a->strings["Monk"] = "Mnich"; -$a->strings["Nun"] = "Jeptiška"; -$a->strings["Transman"] = "Transmuž"; -$a->strings["Transwoman"] = "Transžena"; -$a->strings["Transvesti"] = "Transvestita"; -$a->strings["Can't remember"] = "Nepamatuju si"; -$a->strings["Hard to tell these days"] = "Těžké říct touhle dobou"; -$a->strings["Girls with big tits"] = "Holky s velkýma kozama"; -$a->strings["Millionaires"] = "Milionáři"; -$a->strings["Guys with big schlongs"] = "Chlapi s velkýma ptákama"; -$a->strings["Easy women"] = "Lehké ženy"; -$a->strings["People with impaired mobility"] = "Lidé s pohybovým postižením"; -$a->strings["Amputees"] = "Amputovaní"; -$a->strings["Statues, mannequins and immobility"] = "Sochy, figuríny a nepohyblivost"; -$a->strings["Pain"] = "Bolest"; -$a->strings["Trans men"] = "Transmuži"; -$a->strings["Older women"] = "Starší ženy"; -$a->strings["In public"] = "Na veřejnosti"; -$a->strings["In danger"] = "V nebezpečí"; -$a->strings["Pretending to be male"] = "Předstírají, že jsou muži"; -$a->strings["Pretending to be female"] = "Předstírají, že jsou ženy"; -$a->strings["Crying"] = "Pláčí"; -$a->strings["Nappies/Diapers"] = "Plenky"; -$a->strings["Trees"] = "Stromy"; -$a->strings["Vomit"] = "Zvracení"; -$a->strings["Murder"] = "Vražda"; -$a->strings["Fat people"] = "Tlustí lidé"; -$a->strings["Feet"] = "Nohy"; -$a->strings["Covered in insects"] = "Pokryti hmyzem"; -$a->strings["Turning a human being into furniture"] = "Mění lidské bytosti v nábytek"; -$a->strings["Elderly people"] = "Postarší lidé"; -$a->strings["Transgender people"] = "Transgenderoví lidé"; -$a->strings["Criminals"] = "Zločinci"; -$a->strings["Stealing"] = "Kradou"; -$a->strings["Giants"] = "Obři"; -$a->strings["Masochism"] = "Masochismus"; -$a->strings["Cars"] = "Auto"; -$a->strings["Menstruation"] = "Menstruace"; -$a->strings["Obscene language"] = "Sprostý jazyk"; -$a->strings["Noses"] = "Nosy"; -$a->strings["Navels"] = "Pupky"; -$a->strings["Corpses"] = "Mrtvoly"; -$a->strings["Smells"] = "Pachy"; -$a->strings["Nonliving objects"] = "Neživoucí předměty"; -$a->strings["Sleeping people"] = "Spící lidé"; -$a->strings["Urination"] = "Močení"; -$a->strings["Eating people"] = "Žerou lidi"; -$a->strings["Animals"] = "Zvířata"; -$a->strings["I'd rather just have some chocolate"] = "Radši bych si prostě dal čokoládu"; -$a->strings["Polygamist"] = "Polygamist(k)a"; -$a->strings["Half married"] = "Napůl ženatý/vdaná"; -$a->strings["Living in the past"] = "Žiju v minulosti"; -$a->strings["Hurt in the past"] = "Ublížen v minulosti"; +$a->strings['Androgyne'] = 'Androgyn'; +$a->strings['Bear'] = 'Medvěd'; +$a->strings['Bigender'] = 'Bigender'; +$a->strings['Cross dresser'] = 'Crossdresser'; +$a->strings['Eunuch'] = 'Eunuch'; +$a->strings['Lady'] = 'Dáma'; +$a->strings['Metrosexual'] = 'Metrosexuál'; +$a->strings['Monk'] = 'Mnich'; +$a->strings['Nun'] = 'Jeptiška'; +$a->strings['Transman'] = 'Transmuž'; +$a->strings['Transwoman'] = 'Transžena'; +$a->strings['Transvesti'] = 'Transvestita'; +$a->strings['Can\'t remember'] = 'Nepamatuju si'; +$a->strings['Hard to tell these days'] = 'Těžké říct touhle dobou'; +$a->strings['Girls with big tits'] = 'Holky s velkýma kozama'; +$a->strings['Millionaires'] = 'Milionáři'; +$a->strings['Guys with big schlongs'] = 'Chlapi s velkýma ptákama'; +$a->strings['Easy women'] = 'Lehké ženy'; +$a->strings['People with impaired mobility'] = 'Lidé s pohybovým postižením'; +$a->strings['Amputees'] = 'Amputovaní'; +$a->strings['Statues, mannequins and immobility'] = 'Sochy, figuríny a nepohyblivost'; +$a->strings['Pain'] = 'Bolest'; +$a->strings['Trans men'] = 'Transmuži'; +$a->strings['Older women'] = 'Starší ženy'; +$a->strings['In public'] = 'Na veřejnosti'; +$a->strings['In danger'] = 'V nebezpečí'; +$a->strings['Pretending to be male'] = 'Předstírají, že jsou muži'; +$a->strings['Pretending to be female'] = 'Předstírají, že jsou ženy'; +$a->strings['Crying'] = 'Pláčí'; +$a->strings['Nappies/Diapers'] = 'Plenky'; +$a->strings['Trees'] = 'Stromy'; +$a->strings['Vomit'] = 'Zvracení'; +$a->strings['Murder'] = 'Vražda'; +$a->strings['Fat people'] = 'Tlustí lidé'; +$a->strings['Feet'] = 'Nohy'; +$a->strings['Covered in insects'] = 'Pokryti hmyzem'; +$a->strings['Turning a human being into furniture'] = 'Mění lidské bytosti v nábytek'; +$a->strings['Elderly people'] = 'Postarší lidé'; +$a->strings['Transgender people'] = 'Transgenderoví lidé'; +$a->strings['Criminals'] = 'Zločinci'; +$a->strings['Stealing'] = 'Kradou'; +$a->strings['Giants'] = 'Obři'; +$a->strings['Masochism'] = 'Masochismus'; +$a->strings['Cars'] = 'Auto'; +$a->strings['Menstruation'] = 'Menstruace'; +$a->strings['Obscene language'] = 'Sprostý jazyk'; +$a->strings['Noses'] = 'Nosy'; +$a->strings['Navels'] = 'Pupky'; +$a->strings['Corpses'] = 'Mrtvoly'; +$a->strings['Smells'] = 'Pachy'; +$a->strings['Nonliving objects'] = 'Neživoucí předměty'; +$a->strings['Sleeping people'] = 'Spící lidé'; +$a->strings['Urination'] = 'Močení'; +$a->strings['Eating people'] = 'Žerou lidi'; +$a->strings['Animals'] = 'Zvířata'; +$a->strings['I\'d rather just have some chocolate'] = 'Radši bych si prostě dal čokoládu'; +$a->strings['Polygamist'] = 'Polygamist(k)a'; +$a->strings['Half married'] = 'Napůl ženatý/vdaná'; +$a->strings['Living in the past'] = 'Žiju v minulosti'; +$a->strings['Hurt in the past'] = 'Ublížen v minulosti'; diff --git a/morechoice/lang/de/strings.php b/morechoice/lang/de/strings.php index ff8c01b1..6d8982c5 100644 --- a/morechoice/lang/de/strings.php +++ b/morechoice/lang/de/strings.php @@ -5,84 +5,83 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Androgyne"] = "Androgyn"; -$a->strings["Bear"] = "Bär"; -$a->strings["Bigender"] = "Bigender"; -$a->strings["Cross dresser"] = "Cross Dresser"; -$a->strings["Drag queen"] = "Dragqueen"; -$a->strings["Eunuch"] = "Eunuch"; -$a->strings["Faux queen"] = "Faux-Queen"; -$a->strings["Gender fluid"] = "Gender-fluid"; -$a->strings["Kathoey"] = "Kathoey"; -$a->strings["Lady"] = "Lady"; -$a->strings["Lipstick lesbian"] = "Lippenstift-Lesbe"; -$a->strings["Metrosexual"] = "Metrosexuell"; -$a->strings["Monk"] = "Mönch"; -$a->strings["Nun"] = "Nonne"; -$a->strings["Soft butch"] = "zarter Butch"; -$a->strings["Stone femme"] = "steinerne Femme"; -$a->strings["Tomboy"] = "Tomboy"; -$a->strings["Transman"] = "Transmann"; -$a->strings["Transwoman"] = "Transfrau"; -$a->strings["Transvesti"] = "Transvestit"; -$a->strings["Trigender"] = "Trigender"; -$a->strings["Can't remember"] = "Kann mich nicht erinnern"; -$a->strings["Hard to tell these days"] = "Schwer zu sagen dieser Tage"; -$a->strings["Girls with big tits"] = "Mädels mit großen Brüsten"; -$a->strings["Millionaires"] = "Millionäre"; -$a->strings["Guys with big schlongs"] = "Typen mit großen Schwänzen"; -$a->strings["Easy women"] = "Leichte Frauen"; -$a->strings["People with impaired mobility"] = "Menschen mit eingeschränkter Mobilität"; -$a->strings["Amputees"] = "Amputierte"; -$a->strings["Statues, mannequins and immobility"] = "Statuen, Schaufensterpuppen und Unbeweglichkeit"; -$a->strings["Pain"] = "Schmerzen"; -$a->strings["Trans men"] = "Trans-Männer"; -$a->strings["Older women"] = "Andere Frauen"; -$a->strings["Asphyxiation"] = "Asphyxiation"; -$a->strings["In public"] = "In der Öffentlichkeit"; -$a->strings["In danger"] = "In Gefahr"; -$a->strings["Pretending to be male"] = "Gebe vor, männlich zu sein"; -$a->strings["Pretending to be female"] = "Gebe vor, weiblich zu sein"; -$a->strings["Breats"] = "Brüste"; -$a->strings["Scat"] = "Kot"; -$a->strings["Crying"] = "Heulen"; -$a->strings["Nappies/Diapers"] = "Windeln"; -$a->strings["Trees"] = "Bäume"; -$a->strings["Vomit"] = "Kotzen"; -$a->strings["Murder"] = "Mörder"; -$a->strings["Fat people"] = "Fettleibige"; -$a->strings["Feet"] = "Füße"; -$a->strings["Covered in insects"] = "Mit Insekten bedeckt sein"; -$a->strings["Turning a human being into furniture"] = "Menschen in Möbel verwandeln"; -$a->strings["Elderly people"] = "Ältere Personen"; -$a->strings["Transgender people"] = "Transgender-Personen"; -$a->strings["Criminals"] = "Kriminelle"; -$a->strings["Stealing"] = "Stehlen"; -$a->strings["Breast milk"] = "Muttermilch"; -$a->strings["Immersing genitals in liquids"] = "Eintauchen von Genitalien in Flüssigkeiten"; -$a->strings["Giants"] = "Riesen"; -$a->strings["Masochism"] = "Masochismus"; -$a->strings["Cars"] = "Autos"; -$a->strings["Menstruation"] = "Menstruation"; -$a->strings["Mucus"] = "Schleim"; -$a->strings["Obscene language"] = "Obszöne Sprache"; -$a->strings["Noses"] = "Nasen"; -$a->strings["Navels"] = "Bauchnabel"; -$a->strings["Corpses"] = "Leichen"; -$a->strings["Smells"] = "Gerüche"; -$a->strings["Buttocks"] = "Hintern"; -$a->strings["Nonliving objects"] = "Leblose Objekte"; -$a->strings["Sleeping people"] = "Schlafende Personen"; -$a->strings["Urination"] = "Urinieren"; -$a->strings["Eating people"] = "Essende Menschen"; -$a->strings["Being eaten"] = "Verspeist zu werden"; -$a->strings["Animals"] = "Tiere"; -$a->strings["I'd rather just have some chocolate"] = "Ich bevorzuge eine Tafel Schokolade"; -$a->strings["Married to my job"] = "Mit meinem Job verheiratet"; -$a->strings["Polygamist"] = "Polygamist"; -$a->strings["Half married"] = "halb verheiratet"; -$a->strings["Living in the past"] = "In der Vergangenheit lebend"; -$a->strings["Pretending to be over my ex"] = "Ich tue so, als wäre ich über meine Trennung hinweg"; -$a->strings["Hurt in the past"] = "Schon einmal verletzt worden"; -$a->strings["Wallowing in self-pity"] = "In Selbstmitleid wälzend"; +$a->strings['Androgyne'] = 'Androgyn'; +$a->strings['Bear'] = 'Bär'; +$a->strings['Bigender'] = 'Bigender'; +$a->strings['Cross dresser'] = 'Cross Dresser'; +$a->strings['Drag queen'] = 'Dragqueen'; +$a->strings['Eunuch'] = 'Eunuch'; +$a->strings['Faux queen'] = 'Faux-Queen'; +$a->strings['Gender fluid'] = 'Gender-fluid'; +$a->strings['Kathoey'] = 'Kathoey'; +$a->strings['Lady'] = 'Lady'; +$a->strings['Lipstick lesbian'] = 'Lippenstift-Lesbe'; +$a->strings['Metrosexual'] = 'Metrosexuell'; +$a->strings['Monk'] = 'Mönch'; +$a->strings['Nun'] = 'Nonne'; +$a->strings['Soft butch'] = 'zarter Butch'; +$a->strings['Stone femme'] = 'steinerne Femme'; +$a->strings['Tomboy'] = 'Tomboy'; +$a->strings['Transman'] = 'Transmann'; +$a->strings['Transwoman'] = 'Transfrau'; +$a->strings['Transvesti'] = 'Transvestit'; +$a->strings['Trigender'] = 'Trigender'; +$a->strings['Can\'t remember'] = 'Kann mich nicht erinnern'; +$a->strings['Hard to tell these days'] = 'Schwer zu sagen dieser Tage'; +$a->strings['Girls with big tits'] = 'Mädels mit großen Brüsten'; +$a->strings['Millionaires'] = 'Millionäre'; +$a->strings['Guys with big schlongs'] = 'Typen mit großen Schwänzen'; +$a->strings['Easy women'] = 'Leichte Frauen'; +$a->strings['People with impaired mobility'] = 'Menschen mit eingeschränkter Mobilität'; +$a->strings['Amputees'] = 'Amputierte'; +$a->strings['Statues, mannequins and immobility'] = 'Statuen, Schaufensterpuppen und Unbeweglichkeit'; +$a->strings['Pain'] = 'Schmerzen'; +$a->strings['Trans men'] = 'Trans-Männer'; +$a->strings['Older women'] = 'Andere Frauen'; +$a->strings['Asphyxiation'] = 'Asphyxiation'; +$a->strings['In public'] = 'In der Öffentlichkeit'; +$a->strings['In danger'] = 'In Gefahr'; +$a->strings['Pretending to be male'] = 'Gebe vor, männlich zu sein'; +$a->strings['Pretending to be female'] = 'Gebe vor, weiblich zu sein'; +$a->strings['Breats'] = 'Brüste'; +$a->strings['Scat'] = 'Kot'; +$a->strings['Crying'] = 'Heulen'; +$a->strings['Nappies/Diapers'] = 'Windeln'; +$a->strings['Trees'] = 'Bäume'; +$a->strings['Vomit'] = 'Kotzen'; +$a->strings['Murder'] = 'Mörder'; +$a->strings['Fat people'] = 'Fettleibige'; +$a->strings['Feet'] = 'Füße'; +$a->strings['Covered in insects'] = 'Mit Insekten bedeckt sein'; +$a->strings['Turning a human being into furniture'] = 'Menschen in Möbel verwandeln'; +$a->strings['Elderly people'] = 'Ältere Personen'; +$a->strings['Transgender people'] = 'Transgender-Personen'; +$a->strings['Criminals'] = 'Kriminelle'; +$a->strings['Stealing'] = 'Stehlen'; +$a->strings['Breast milk'] = 'Muttermilch'; +$a->strings['Immersing genitals in liquids'] = 'Eintauchen von Genitalien in Flüssigkeiten'; +$a->strings['Giants'] = 'Riesen'; +$a->strings['Masochism'] = 'Masochismus'; +$a->strings['Cars'] = 'Autos'; +$a->strings['Menstruation'] = 'Menstruation'; +$a->strings['Mucus'] = 'Schleim'; +$a->strings['Obscene language'] = 'Obszöne Sprache'; +$a->strings['Noses'] = 'Nasen'; +$a->strings['Navels'] = 'Bauchnabel'; +$a->strings['Corpses'] = 'Leichen'; +$a->strings['Smells'] = 'Gerüche'; +$a->strings['Buttocks'] = 'Hintern'; +$a->strings['Nonliving objects'] = 'Leblose Objekte'; +$a->strings['Sleeping people'] = 'Schlafende Personen'; +$a->strings['Urination'] = 'Urinieren'; +$a->strings['Eating people'] = 'Essende Menschen'; +$a->strings['Being eaten'] = 'Verspeist zu werden'; +$a->strings['Animals'] = 'Tiere'; +$a->strings['I\'d rather just have some chocolate'] = 'Ich bevorzuge eine Tafel Schokolade'; +$a->strings['Married to my job'] = 'Mit meinem Job verheiratet'; +$a->strings['Polygamist'] = 'Polygamist'; +$a->strings['Half married'] = 'halb verheiratet'; +$a->strings['Living in the past'] = 'In der Vergangenheit lebend'; +$a->strings['Pretending to be over my ex'] = 'Ich tue so, als wäre ich über meine Trennung hinweg'; +$a->strings['Hurt in the past'] = 'Schon einmal verletzt worden'; +$a->strings['Wallowing in self-pity'] = 'In Selbstmitleid wälzend'; diff --git a/morechoice/lang/en-gb/strings.php b/morechoice/lang/en-gb/strings.php index 69b06aa8..1e4eb268 100644 --- a/morechoice/lang/en-gb/strings.php +++ b/morechoice/lang/en-gb/strings.php @@ -5,84 +5,83 @@ function string_plural_select_en_gb($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Androgyne"] = "Androgyne"; -$a->strings["Bear"] = "Bear"; -$a->strings["Bigender"] = "Bi-gender"; -$a->strings["Cross dresser"] = "Cross dresser"; -$a->strings["Drag queen"] = "Drag queen"; -$a->strings["Eunuch"] = "Eunuch"; -$a->strings["Faux queen"] = "Faux queen"; -$a->strings["Gender fluid"] = "Gender-fluid"; -$a->strings["Kathoey"] = "Kathoey"; -$a->strings["Lady"] = "Lady"; -$a->strings["Lipstick lesbian"] = "Lipstick lesbian"; -$a->strings["Metrosexual"] = "Metrosexual"; -$a->strings["Monk"] = "Monk"; -$a->strings["Nun"] = "Nun"; -$a->strings["Soft butch"] = "Soft butch"; -$a->strings["Stone femme"] = "Stone femme"; -$a->strings["Tomboy"] = "Tomboy"; -$a->strings["Transman"] = "Transman"; -$a->strings["Transwoman"] = "Transwoman"; -$a->strings["Transvesti"] = "Transvestite"; -$a->strings["Trigender"] = "Tri-gendered "; -$a->strings["Can't remember"] = "Can't remember"; -$a->strings["Hard to tell these days"] = "Hard to tell these days"; -$a->strings["Girls with big tits"] = "Girls with big tits"; -$a->strings["Millionaires"] = "Millionaires"; -$a->strings["Guys with big schlongs"] = "Guys with big schlongs"; -$a->strings["Easy women"] = "Easy women"; -$a->strings["People with impaired mobility"] = "People with impaired mobility"; -$a->strings["Amputees"] = "Amputees"; -$a->strings["Statues, mannequins and immobility"] = "Statues, mannequins and immobility"; -$a->strings["Pain"] = "Pain"; -$a->strings["Trans men"] = "Transmen"; -$a->strings["Older women"] = "Older women"; -$a->strings["Asphyxiation"] = "Asphyxiation"; -$a->strings["In public"] = "In public"; -$a->strings["In danger"] = "In danger"; -$a->strings["Pretending to be male"] = "Pretending to be male"; -$a->strings["Pretending to be female"] = "Pretending to be female"; -$a->strings["Breats"] = "Brats"; -$a->strings["Scat"] = "Scat"; -$a->strings["Crying"] = "Crying"; -$a->strings["Nappies/Diapers"] = "Nappies"; -$a->strings["Trees"] = "Trees"; -$a->strings["Vomit"] = "Vomit"; -$a->strings["Murder"] = "Murder"; -$a->strings["Fat people"] = "Fat people"; -$a->strings["Feet"] = "Feet"; -$a->strings["Covered in insects"] = "Covered in insects"; -$a->strings["Turning a human being into furniture"] = "Turning humans into furniture"; -$a->strings["Elderly people"] = "Elderly people"; -$a->strings["Transgender people"] = "Transgender people"; -$a->strings["Criminals"] = "Criminals"; -$a->strings["Stealing"] = "Stealing"; -$a->strings["Breast milk"] = "Breast milk"; -$a->strings["Immersing genitals in liquids"] = "Immersing genitals in liquids"; -$a->strings["Giants"] = "Giants"; -$a->strings["Masochism"] = "Masochism"; -$a->strings["Cars"] = "Cars"; -$a->strings["Menstruation"] = "Menstruation"; -$a->strings["Mucus"] = "Mucus"; -$a->strings["Obscene language"] = "Obscene language"; -$a->strings["Noses"] = "Noses"; -$a->strings["Navels"] = "Navels"; -$a->strings["Corpses"] = "Corpses"; -$a->strings["Smells"] = "Smells"; -$a->strings["Buttocks"] = "Buttocks"; -$a->strings["Nonliving objects"] = "Nonliving objects"; -$a->strings["Sleeping people"] = "Sleeping people"; -$a->strings["Urination"] = "Urination"; -$a->strings["Eating people"] = "Eating people"; -$a->strings["Being eaten"] = "Being eaten"; -$a->strings["Animals"] = "Animals"; -$a->strings["I'd rather just have some chocolate"] = "I'd rather just have some chocolate"; -$a->strings["Married to my job"] = "Married to my job"; -$a->strings["Polygamist"] = "Polygamist"; -$a->strings["Half married"] = "Half married"; -$a->strings["Living in the past"] = "Living in the past"; -$a->strings["Pretending to be over my ex"] = "Pretending to be over my ex"; -$a->strings["Hurt in the past"] = "Hurt in the past"; -$a->strings["Wallowing in self-pity"] = "Wallowing in self-pity"; +$a->strings['Androgyne'] = 'Androgyne'; +$a->strings['Bear'] = 'Bear'; +$a->strings['Bigender'] = 'Bi-gender'; +$a->strings['Cross dresser'] = 'Cross dresser'; +$a->strings['Drag queen'] = 'Drag queen'; +$a->strings['Eunuch'] = 'Eunuch'; +$a->strings['Faux queen'] = 'Faux queen'; +$a->strings['Gender fluid'] = 'Gender-fluid'; +$a->strings['Kathoey'] = 'Kathoey'; +$a->strings['Lady'] = 'Lady'; +$a->strings['Lipstick lesbian'] = 'Lipstick lesbian'; +$a->strings['Metrosexual'] = 'Metrosexual'; +$a->strings['Monk'] = 'Monk'; +$a->strings['Nun'] = 'Nun'; +$a->strings['Soft butch'] = 'Soft butch'; +$a->strings['Stone femme'] = 'Stone femme'; +$a->strings['Tomboy'] = 'Tomboy'; +$a->strings['Transman'] = 'Transman'; +$a->strings['Transwoman'] = 'Transwoman'; +$a->strings['Transvesti'] = 'Transvestite'; +$a->strings['Trigender'] = 'Tri-gendered '; +$a->strings['Can\'t remember'] = 'Can\'t remember'; +$a->strings['Hard to tell these days'] = 'Hard to tell these days'; +$a->strings['Girls with big tits'] = 'Girls with big tits'; +$a->strings['Millionaires'] = 'Millionaires'; +$a->strings['Guys with big schlongs'] = 'Guys with big schlongs'; +$a->strings['Easy women'] = 'Easy women'; +$a->strings['People with impaired mobility'] = 'People with impaired mobility'; +$a->strings['Amputees'] = 'Amputees'; +$a->strings['Statues, mannequins and immobility'] = 'Statues, mannequins and immobility'; +$a->strings['Pain'] = 'Pain'; +$a->strings['Trans men'] = 'Transmen'; +$a->strings['Older women'] = 'Older women'; +$a->strings['Asphyxiation'] = 'Asphyxiation'; +$a->strings['In public'] = 'In public'; +$a->strings['In danger'] = 'In danger'; +$a->strings['Pretending to be male'] = 'Pretending to be male'; +$a->strings['Pretending to be female'] = 'Pretending to be female'; +$a->strings['Breats'] = 'Brats'; +$a->strings['Scat'] = 'Scat'; +$a->strings['Crying'] = 'Crying'; +$a->strings['Nappies/Diapers'] = 'Nappies'; +$a->strings['Trees'] = 'Trees'; +$a->strings['Vomit'] = 'Vomit'; +$a->strings['Murder'] = 'Murder'; +$a->strings['Fat people'] = 'Fat people'; +$a->strings['Feet'] = 'Feet'; +$a->strings['Covered in insects'] = 'Covered in insects'; +$a->strings['Turning a human being into furniture'] = 'Turning humans into furniture'; +$a->strings['Elderly people'] = 'Elderly people'; +$a->strings['Transgender people'] = 'Transgender people'; +$a->strings['Criminals'] = 'Criminals'; +$a->strings['Stealing'] = 'Stealing'; +$a->strings['Breast milk'] = 'Breast milk'; +$a->strings['Immersing genitals in liquids'] = 'Immersing genitals in liquids'; +$a->strings['Giants'] = 'Giants'; +$a->strings['Masochism'] = 'Masochism'; +$a->strings['Cars'] = 'Cars'; +$a->strings['Menstruation'] = 'Menstruation'; +$a->strings['Mucus'] = 'Mucus'; +$a->strings['Obscene language'] = 'Obscene language'; +$a->strings['Noses'] = 'Noses'; +$a->strings['Navels'] = 'Navels'; +$a->strings['Corpses'] = 'Corpses'; +$a->strings['Smells'] = 'Smells'; +$a->strings['Buttocks'] = 'Buttocks'; +$a->strings['Nonliving objects'] = 'Nonliving objects'; +$a->strings['Sleeping people'] = 'Sleeping people'; +$a->strings['Urination'] = 'Urination'; +$a->strings['Eating people'] = 'Eating people'; +$a->strings['Being eaten'] = 'Being eaten'; +$a->strings['Animals'] = 'Animals'; +$a->strings['I\'d rather just have some chocolate'] = 'I\'d rather just have some chocolate'; +$a->strings['Married to my job'] = 'Married to my job'; +$a->strings['Polygamist'] = 'Polygamist'; +$a->strings['Half married'] = 'Half married'; +$a->strings['Living in the past'] = 'Living in the past'; +$a->strings['Pretending to be over my ex'] = 'Pretending to be over my ex'; +$a->strings['Hurt in the past'] = 'Hurt in the past'; +$a->strings['Wallowing in self-pity'] = 'Wallowing in self-pity'; diff --git a/morechoice/lang/es/strings.php b/morechoice/lang/es/strings.php index c0a71664..ceb903c2 100644 --- a/morechoice/lang/es/strings.php +++ b/morechoice/lang/es/strings.php @@ -5,84 +5,83 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Androgyne"] = "Adrogino"; -$a->strings["Bear"] = "Grande y peludo"; -$a->strings["Bigender"] = "Ambos generos"; -$a->strings["Cross dresser"] = "Trasvesti"; -$a->strings["Drag queen"] = "Reina de Gala"; -$a->strings["Eunuch"] = "Eunuco"; -$a->strings["Faux queen"] = "Reina Falsa"; -$a->strings["Gender fluid"] = "Género Fluido"; -$a->strings["Kathoey"] = "Kathoey 'Thai'"; -$a->strings["Lady"] = "Dama"; -$a->strings["Lipstick lesbian"] = "Lesbiana labial (bi)"; -$a->strings["Metrosexual"] = "Metrosexual"; -$a->strings["Monk"] = "Monje"; -$a->strings["Nun"] = "Monja"; -$a->strings["Soft butch"] = "Marimacho leve"; -$a->strings["Stone femme"] = "Mujer Dura"; -$a->strings["Tomboy"] = "Niña niño"; -$a->strings["Transman"] = "Hombre Trans"; -$a->strings["Transwoman"] = "Mujer Trans"; -$a->strings["Transvesti"] = "Trasvestido"; -$a->strings["Trigender"] = "Trigenere"; -$a->strings["Can't remember"] = "No recuerdo"; -$a->strings["Hard to tell these days"] = "Díficil recordar ahora"; -$a->strings["Girls with big tits"] = "Chica con grandes tetas"; -$a->strings["Millionaires"] = "Millonarios"; -$a->strings["Guys with big schlongs"] = "Chico con un gran paquete"; -$a->strings["Easy women"] = "Chica Fácil"; -$a->strings["People with impaired mobility"] = "Persona con movilidad reducida"; -$a->strings["Amputees"] = "Amputado"; -$a->strings["Statues, mannequins and immobility"] = "Estatua, maniquí e inmovilizado"; -$a->strings["Pain"] = "Dolor"; -$a->strings["Trans men"] = "Hombre Trans"; -$a->strings["Older women"] = "Mujer Grande"; -$a->strings["Asphyxiation"] = "Asfixia"; -$a->strings["In public"] = "En público"; -$a->strings["In danger"] = "En peligro"; -$a->strings["Pretending to be male"] = "Petendiendo ser hombre"; -$a->strings["Pretending to be female"] = "Petendiendo ser mujer"; -$a->strings["Breats"] = "Breats"; -$a->strings["Scat"] = "Escatolog@"; -$a->strings["Crying"] = "Lorrón@"; -$a->strings["Nappies/Diapers"] = "Pañal/Toallitas"; -$a->strings["Trees"] = "Árbol"; -$a->strings["Vomit"] = "Vómito"; -$a->strings["Murder"] = "Asesino"; -$a->strings["Fat people"] = "Gente gorda"; -$a->strings["Feet"] = "Pies"; -$a->strings["Covered in insects"] = "Cubierto de insectos"; -$a->strings["Turning a human being into furniture"] = "Convertir un humano en mueble"; -$a->strings["Elderly people"] = "Gente mayor"; -$a->strings["Transgender people"] = "Gente transgenere"; -$a->strings["Criminals"] = "Criminales"; -$a->strings["Stealing"] = "Ladrón"; -$a->strings["Breast milk"] = "Chupa leche"; -$a->strings["Immersing genitals in liquids"] = "Genitales húmedos"; -$a->strings["Giants"] = "Gigantes"; -$a->strings["Masochism"] = "Masoquismo"; -$a->strings["Cars"] = "Carros"; -$a->strings["Menstruation"] = "Mestruación"; -$a->strings["Mucus"] = "Moco"; -$a->strings["Obscene language"] = "Lenguaje obseno"; -$a->strings["Noses"] = "Nariz"; -$a->strings["Navels"] = "Ombligos"; -$a->strings["Corpses"] = "Cadaveres"; -$a->strings["Smells"] = "Aromas"; -$a->strings["Buttocks"] = "Traseros"; -$a->strings["Nonliving objects"] = "Objetos inertes"; -$a->strings["Sleeping people"] = "Gente dormida"; -$a->strings["Urination"] = "Orina"; -$a->strings["Eating people"] = "Que come gente"; -$a->strings["Being eaten"] = "Ser comido"; -$a->strings["Animals"] = "Animales"; -$a->strings["I'd rather just have some chocolate"] = "Prefiero tomar chocolate"; -$a->strings["Married to my job"] = "Casado con el trabajo"; -$a->strings["Polygamist"] = "Polígam@"; -$a->strings["Half married"] = "Medio casad@"; -$a->strings["Living in the past"] = "Que vive en el pasado"; -$a->strings["Pretending to be over my ex"] = "Pretendiendo superar a mi ex"; -$a->strings["Hurt in the past"] = "Herida en el pasado"; -$a->strings["Wallowing in self-pity"] = "Revolcadome en autocompasión"; +$a->strings['Androgyne'] = 'Adrogino'; +$a->strings['Bear'] = 'Grande y peludo'; +$a->strings['Bigender'] = 'Ambos generos'; +$a->strings['Cross dresser'] = 'Trasvesti'; +$a->strings['Drag queen'] = 'Reina de Gala'; +$a->strings['Eunuch'] = 'Eunuco'; +$a->strings['Faux queen'] = 'Reina Falsa'; +$a->strings['Gender fluid'] = 'Género Fluido'; +$a->strings['Kathoey'] = 'Kathoey \'Thai\''; +$a->strings['Lady'] = 'Dama'; +$a->strings['Lipstick lesbian'] = 'Lesbiana labial (bi)'; +$a->strings['Metrosexual'] = 'Metrosexual'; +$a->strings['Monk'] = 'Monje'; +$a->strings['Nun'] = 'Monja'; +$a->strings['Soft butch'] = 'Marimacho leve'; +$a->strings['Stone femme'] = 'Mujer Dura'; +$a->strings['Tomboy'] = 'Niña niño'; +$a->strings['Transman'] = 'Hombre Trans'; +$a->strings['Transwoman'] = 'Mujer Trans'; +$a->strings['Transvesti'] = 'Trasvestido'; +$a->strings['Trigender'] = 'Trigenere'; +$a->strings['Can\'t remember'] = 'No recuerdo'; +$a->strings['Hard to tell these days'] = 'Díficil recordar ahora'; +$a->strings['Girls with big tits'] = 'Chica con grandes tetas'; +$a->strings['Millionaires'] = 'Millonarios'; +$a->strings['Guys with big schlongs'] = 'Chico con un gran paquete'; +$a->strings['Easy women'] = 'Chica Fácil'; +$a->strings['People with impaired mobility'] = 'Persona con movilidad reducida'; +$a->strings['Amputees'] = 'Amputado'; +$a->strings['Statues, mannequins and immobility'] = 'Estatua, maniquí e inmovilizado'; +$a->strings['Pain'] = 'Dolor'; +$a->strings['Trans men'] = 'Hombre Trans'; +$a->strings['Older women'] = 'Mujer Grande'; +$a->strings['Asphyxiation'] = 'Asfixia'; +$a->strings['In public'] = 'En público'; +$a->strings['In danger'] = 'En peligro'; +$a->strings['Pretending to be male'] = 'Petendiendo ser hombre'; +$a->strings['Pretending to be female'] = 'Petendiendo ser mujer'; +$a->strings['Breats'] = 'Breats'; +$a->strings['Scat'] = 'Escatolog@'; +$a->strings['Crying'] = 'Lorrón@'; +$a->strings['Nappies/Diapers'] = 'Pañal/Toallitas'; +$a->strings['Trees'] = 'Árbol'; +$a->strings['Vomit'] = 'Vómito'; +$a->strings['Murder'] = 'Asesino'; +$a->strings['Fat people'] = 'Gente gorda'; +$a->strings['Feet'] = 'Pies'; +$a->strings['Covered in insects'] = 'Cubierto de insectos'; +$a->strings['Turning a human being into furniture'] = 'Convertir un humano en mueble'; +$a->strings['Elderly people'] = 'Gente mayor'; +$a->strings['Transgender people'] = 'Gente transgenere'; +$a->strings['Criminals'] = 'Criminales'; +$a->strings['Stealing'] = 'Ladrón'; +$a->strings['Breast milk'] = 'Chupa leche'; +$a->strings['Immersing genitals in liquids'] = 'Genitales húmedos'; +$a->strings['Giants'] = 'Gigantes'; +$a->strings['Masochism'] = 'Masoquismo'; +$a->strings['Cars'] = 'Carros'; +$a->strings['Menstruation'] = 'Mestruación'; +$a->strings['Mucus'] = 'Moco'; +$a->strings['Obscene language'] = 'Lenguaje obseno'; +$a->strings['Noses'] = 'Nariz'; +$a->strings['Navels'] = 'Ombligos'; +$a->strings['Corpses'] = 'Cadaveres'; +$a->strings['Smells'] = 'Aromas'; +$a->strings['Buttocks'] = 'Traseros'; +$a->strings['Nonliving objects'] = 'Objetos inertes'; +$a->strings['Sleeping people'] = 'Gente dormida'; +$a->strings['Urination'] = 'Orina'; +$a->strings['Eating people'] = 'Que come gente'; +$a->strings['Being eaten'] = 'Ser comido'; +$a->strings['Animals'] = 'Animales'; +$a->strings['I\'d rather just have some chocolate'] = 'Prefiero tomar chocolate'; +$a->strings['Married to my job'] = 'Casado con el trabajo'; +$a->strings['Polygamist'] = 'Polígam@'; +$a->strings['Half married'] = 'Medio casad@'; +$a->strings['Living in the past'] = 'Que vive en el pasado'; +$a->strings['Pretending to be over my ex'] = 'Pretendiendo superar a mi ex'; +$a->strings['Hurt in the past'] = 'Herida en el pasado'; +$a->strings['Wallowing in self-pity'] = 'Revolcadome en autocompasión'; diff --git a/morechoice/lang/fr/strings.php b/morechoice/lang/fr/strings.php index 41e95514..67d49705 100644 --- a/morechoice/lang/fr/strings.php +++ b/morechoice/lang/fr/strings.php @@ -5,26 +5,25 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Androgyne"] = "Androgyne"; -$a->strings["Bear"] = "Ours"; -$a->strings["Bigender"] = "Bigenre"; -$a->strings["Drag queen"] = "drag queen"; -$a->strings["Eunuch"] = "eunuque"; -$a->strings["Gender fluid"] = "genre fluide"; -$a->strings["Metrosexual"] = "métrosexuel"; -$a->strings["Monk"] = "moine"; -$a->strings["Nun"] = "religieuse"; -$a->strings["Transman"] = "homme trans"; -$a->strings["Transwoman"] = "femme trans"; -$a->strings["Transvesti"] = "travesti"; -$a->strings["Trigender"] = "trigenre"; -$a->strings["Can't remember"] = "Ne se rappelle pas"; -$a->strings["Hard to tell these days"] = "Difficile à dire en ce moment"; -$a->strings["Girls with big tits"] = "Filles à gros seins"; -$a->strings["Millionaires"] = "Millionnaires"; -$a->strings["Easy women"] = "Femmes faciles"; -$a->strings["People with impaired mobility"] = "Personnes à mobilité réduite"; -$a->strings["Amputees"] = "Amputés"; -$a->strings["Pain"] = "Douleur"; -$a->strings["Trans men"] = "Hommes trans"; +$a->strings['Androgyne'] = 'Androgyne'; +$a->strings['Bear'] = 'Ours'; +$a->strings['Bigender'] = 'Bigenre'; +$a->strings['Drag queen'] = 'drag queen'; +$a->strings['Eunuch'] = 'eunuque'; +$a->strings['Gender fluid'] = 'genre fluide'; +$a->strings['Metrosexual'] = 'métrosexuel'; +$a->strings['Monk'] = 'moine'; +$a->strings['Nun'] = 'religieuse'; +$a->strings['Transman'] = 'homme trans'; +$a->strings['Transwoman'] = 'femme trans'; +$a->strings['Transvesti'] = 'travesti'; +$a->strings['Trigender'] = 'trigenre'; +$a->strings['Can\'t remember'] = 'Ne se rappelle pas'; +$a->strings['Hard to tell these days'] = 'Difficile à dire en ce moment'; +$a->strings['Girls with big tits'] = 'Filles à gros seins'; +$a->strings['Millionaires'] = 'Millionnaires'; +$a->strings['Easy women'] = 'Femmes faciles'; +$a->strings['People with impaired mobility'] = 'Personnes à mobilité réduite'; +$a->strings['Amputees'] = 'Amputés'; +$a->strings['Pain'] = 'Douleur'; +$a->strings['Trans men'] = 'Hommes trans'; diff --git a/morechoice/lang/hu/strings.php b/morechoice/lang/hu/strings.php index bf7e6c36..de7d539c 100644 --- a/morechoice/lang/hu/strings.php +++ b/morechoice/lang/hu/strings.php @@ -5,77 +5,76 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Androgyne"] = "Androgén"; -$a->strings["Bear"] = "Medve"; -$a->strings["Bigender"] = "Kétnemű"; -$a->strings["Cross dresser"] = "Ellenkező neműnek öltöző"; -$a->strings["Eunuch"] = "Eunuch"; -$a->strings["Lipstick lesbian"] = "Lipstick leszbikus"; -$a->strings["Metrosexual"] = "Metroszexuális"; -$a->strings["Monk"] = "Szerzetes"; -$a->strings["Nun"] = "Apáca"; -$a->strings["Tomboy"] = "Fiús lány"; -$a->strings["Transman"] = "Transz férfi"; -$a->strings["Transwoman"] = "Transz nő"; -$a->strings["Transvesti"] = "Transzvesztiták"; -$a->strings["Trigender"] = "Háromnemű"; -$a->strings["Can't remember"] = "Nem emlékszem"; -$a->strings["Hard to tell these days"] = "Nehéz megmondani manapság"; -$a->strings["Girls with big tits"] = "Nagy mellű lányok"; -$a->strings["Millionaires"] = "Milliomosok"; -$a->strings["Guys with big schlongs"] = "Nagy nemi szervű fiúk"; -$a->strings["Easy women"] = "Könnyű nők"; -$a->strings["People with impaired mobility"] = "Mozgássérült emberek"; -$a->strings["Amputees"] = "Amputáltak"; -$a->strings["Statues, mannequins and immobility"] = "Szobrok, manökenek és mozdulatlanság"; -$a->strings["Pain"] = "Fájdalom"; -$a->strings["Trans men"] = "Transz férfiak"; -$a->strings["Older women"] = "Idősebb nők"; -$a->strings["Asphyxiation"] = "Fulladás"; -$a->strings["In public"] = "Nyilvánosan"; -$a->strings["In danger"] = "Veszélyben"; -$a->strings["Pretending to be male"] = "Férfinak színlelve"; -$a->strings["Pretending to be female"] = "Nőnek színlelve"; -$a->strings["Breats"] = "Mellek"; -$a->strings["Scat"] = "Ürülék"; -$a->strings["Crying"] = "Sírás"; -$a->strings["Nappies/Diapers"] = "Pelenkák"; -$a->strings["Trees"] = "Fák"; -$a->strings["Vomit"] = "Hányás"; -$a->strings["Murder"] = "Gyilkos"; -$a->strings["Fat people"] = "Kövér emberek"; -$a->strings["Feet"] = "Láb"; -$a->strings["Covered in insects"] = "Rovarokkal borítva"; -$a->strings["Turning a human being into furniture"] = "Emberek bútorrá alakítása"; -$a->strings["Elderly people"] = "Idős emberek"; -$a->strings["Transgender people"] = "Trasznemű emberek"; -$a->strings["Criminals"] = "Bűnözők"; -$a->strings["Stealing"] = "Lopás"; -$a->strings["Breast milk"] = "Anyatej"; -$a->strings["Immersing genitals in liquids"] = "Nemi szervek folyadékba merítése"; -$a->strings["Giants"] = "Óriások"; -$a->strings["Masochism"] = "Mazochizmus"; -$a->strings["Cars"] = "Autók"; -$a->strings["Menstruation"] = "Menstruáció"; -$a->strings["Mucus"] = "Nyálka"; -$a->strings["Obscene language"] = "Trágár nyelv"; -$a->strings["Noses"] = "Orrok"; -$a->strings["Navels"] = "Köldökök"; -$a->strings["Corpses"] = "Holttestek"; -$a->strings["Smells"] = "Szagok"; -$a->strings["Buttocks"] = "Fenék"; -$a->strings["Nonliving objects"] = "Nem élő objektumok"; -$a->strings["Sleeping people"] = "Alvó emberek"; -$a->strings["Urination"] = "Vizelés"; -$a->strings["Eating people"] = "Emberek megevése"; -$a->strings["Being eaten"] = "Megevés mások által"; -$a->strings["Animals"] = "Állatok"; -$a->strings["I'd rather just have some chocolate"] = "Inkább csak egy kis csokit kérek"; -$a->strings["Married to my job"] = "Munkamániás"; -$a->strings["Polygamist"] = "Poligámista"; -$a->strings["Half married"] = "Válás alatt lévő"; -$a->strings["Living in the past"] = "Múltban élő"; -$a->strings["Pretending to be over my ex"] = "Tetteti, hogy túl van az exén"; -$a->strings["Hurt in the past"] = "Múltbeli sérelem"; -$a->strings["Wallowing in self-pity"] = "Önsajnálatban tobzódik"; +$a->strings['Androgyne'] = 'Androgén'; +$a->strings['Bear'] = 'Medve'; +$a->strings['Bigender'] = 'Kétnemű'; +$a->strings['Cross dresser'] = 'Ellenkező neműnek öltöző'; +$a->strings['Eunuch'] = 'Eunuch'; +$a->strings['Lipstick lesbian'] = 'Lipstick leszbikus'; +$a->strings['Metrosexual'] = 'Metroszexuális'; +$a->strings['Monk'] = 'Szerzetes'; +$a->strings['Nun'] = 'Apáca'; +$a->strings['Tomboy'] = 'Fiús lány'; +$a->strings['Transman'] = 'Transz férfi'; +$a->strings['Transwoman'] = 'Transz nő'; +$a->strings['Transvesti'] = 'Transzvesztiták'; +$a->strings['Trigender'] = 'Háromnemű'; +$a->strings['Can\'t remember'] = 'Nem emlékszem'; +$a->strings['Hard to tell these days'] = 'Nehéz megmondani manapság'; +$a->strings['Girls with big tits'] = 'Nagy mellű lányok'; +$a->strings['Millionaires'] = 'Milliomosok'; +$a->strings['Guys with big schlongs'] = 'Nagy nemi szervű fiúk'; +$a->strings['Easy women'] = 'Könnyű nők'; +$a->strings['People with impaired mobility'] = 'Mozgássérült emberek'; +$a->strings['Amputees'] = 'Amputáltak'; +$a->strings['Statues, mannequins and immobility'] = 'Szobrok, manökenek és mozdulatlanság'; +$a->strings['Pain'] = 'Fájdalom'; +$a->strings['Trans men'] = 'Transz férfiak'; +$a->strings['Older women'] = 'Idősebb nők'; +$a->strings['Asphyxiation'] = 'Fulladás'; +$a->strings['In public'] = 'Nyilvánosan'; +$a->strings['In danger'] = 'Veszélyben'; +$a->strings['Pretending to be male'] = 'Férfinak színlelve'; +$a->strings['Pretending to be female'] = 'Nőnek színlelve'; +$a->strings['Breats'] = 'Mellek'; +$a->strings['Scat'] = 'Ürülék'; +$a->strings['Crying'] = 'Sírás'; +$a->strings['Nappies/Diapers'] = 'Pelenkák'; +$a->strings['Trees'] = 'Fák'; +$a->strings['Vomit'] = 'Hányás'; +$a->strings['Murder'] = 'Gyilkos'; +$a->strings['Fat people'] = 'Kövér emberek'; +$a->strings['Feet'] = 'Láb'; +$a->strings['Covered in insects'] = 'Rovarokkal borítva'; +$a->strings['Turning a human being into furniture'] = 'Emberek bútorrá alakítása'; +$a->strings['Elderly people'] = 'Idős emberek'; +$a->strings['Transgender people'] = 'Trasznemű emberek'; +$a->strings['Criminals'] = 'Bűnözők'; +$a->strings['Stealing'] = 'Lopás'; +$a->strings['Breast milk'] = 'Anyatej'; +$a->strings['Immersing genitals in liquids'] = 'Nemi szervek folyadékba merítése'; +$a->strings['Giants'] = 'Óriások'; +$a->strings['Masochism'] = 'Mazochizmus'; +$a->strings['Cars'] = 'Autók'; +$a->strings['Menstruation'] = 'Menstruáció'; +$a->strings['Mucus'] = 'Nyálka'; +$a->strings['Obscene language'] = 'Trágár nyelv'; +$a->strings['Noses'] = 'Orrok'; +$a->strings['Navels'] = 'Köldökök'; +$a->strings['Corpses'] = 'Holttestek'; +$a->strings['Smells'] = 'Szagok'; +$a->strings['Buttocks'] = 'Fenék'; +$a->strings['Nonliving objects'] = 'Nem élő objektumok'; +$a->strings['Sleeping people'] = 'Alvó emberek'; +$a->strings['Urination'] = 'Vizelés'; +$a->strings['Eating people'] = 'Emberek megevése'; +$a->strings['Being eaten'] = 'Megevés mások által'; +$a->strings['Animals'] = 'Állatok'; +$a->strings['I\'d rather just have some chocolate'] = 'Inkább csak egy kis csokit kérek'; +$a->strings['Married to my job'] = 'Munkamániás'; +$a->strings['Polygamist'] = 'Poligámista'; +$a->strings['Half married'] = 'Válás alatt lévő'; +$a->strings['Living in the past'] = 'Múltban élő'; +$a->strings['Pretending to be over my ex'] = 'Tetteti, hogy túl van az exén'; +$a->strings['Hurt in the past'] = 'Múltbeli sérelem'; +$a->strings['Wallowing in self-pity'] = 'Önsajnálatban tobzódik'; diff --git a/morechoice/lang/it/strings.php b/morechoice/lang/it/strings.php index 0f175988..e031a864 100644 --- a/morechoice/lang/it/strings.php +++ b/morechoice/lang/it/strings.php @@ -5,84 +5,83 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Androgyne"] = "Androgino"; -$a->strings["Bear"] = "Orso"; -$a->strings["Bigender"] = "Bigender"; -$a->strings["Cross dresser"] = "Travestito"; -$a->strings["Drag queen"] = "Drag queen"; -$a->strings["Eunuch"] = "Eunico"; -$a->strings["Faux queen"] = "Faux queen"; -$a->strings["Gender fluid"] = "Gender fluid"; -$a->strings["Kathoey"] = "Kathoey"; -$a->strings["Lady"] = "Signora"; -$a->strings["Lipstick lesbian"] = "Lesbica Lipstick"; -$a->strings["Metrosexual"] = "Metrosessuale"; -$a->strings["Monk"] = "Monaco"; -$a->strings["Nun"] = "Suora"; -$a->strings["Soft butch"] = "Soft butch"; -$a->strings["Stone femme"] = "Stone femme"; -$a->strings["Tomboy"] = "Maschiaccio"; -$a->strings["Transman"] = "Uomo trans"; -$a->strings["Transwoman"] = "Donna trans"; -$a->strings["Transvesti"] = "Travestito"; -$a->strings["Trigender"] = "Trigenere"; -$a->strings["Can't remember"] = "Non ricordo"; -$a->strings["Hard to tell these days"] = "Difficile a dire di questi tempi"; -$a->strings["Girls with big tits"] = "Ragazze con le tette grosse"; -$a->strings["Millionaires"] = "Milionari"; -$a->strings["Guys with big schlongs"] = "Ragazzi con grossi salsicciotti"; -$a->strings["Easy women"] = "Donne facili"; -$a->strings["People with impaired mobility"] = "Persone con disabilità motorie"; -$a->strings["Amputees"] = "Amputati"; -$a->strings["Statues, mannequins and immobility"] = "Statue, manichini e immobilità"; -$a->strings["Pain"] = "Dolore"; -$a->strings["Trans men"] = "Uomini trans"; -$a->strings["Older women"] = "Donne anziane"; -$a->strings["Asphyxiation"] = "Asfissia"; -$a->strings["In public"] = "In pubblico"; -$a->strings["In danger"] = "In pericolo"; -$a->strings["Pretending to be male"] = "Fare finta di essere un uomo"; -$a->strings["Pretending to be female"] = "Fare finta di essere una donna"; -$a->strings["Breats"] = "Seni"; -$a->strings["Scat"] = "Scat"; -$a->strings["Crying"] = "Pianto"; -$a->strings["Nappies/Diapers"] = "Pannolini"; -$a->strings["Trees"] = "Alberi"; -$a->strings["Vomit"] = "Vomito"; -$a->strings["Murder"] = "Omicidio"; -$a->strings["Fat people"] = "Persone grasse"; -$a->strings["Feet"] = "Piedi"; -$a->strings["Covered in insects"] = "Ricoperto di insetti"; -$a->strings["Turning a human being into furniture"] = "Trasformare un essere umano in arredamento"; -$a->strings["Elderly people"] = "Persone anziane"; -$a->strings["Transgender people"] = "Perone transgender"; -$a->strings["Criminals"] = "Criminali"; -$a->strings["Stealing"] = "Rubare"; -$a->strings["Breast milk"] = "Latte materno"; -$a->strings["Immersing genitals in liquids"] = "Immergere i genitali in liquidi"; -$a->strings["Giants"] = "Giganti"; -$a->strings["Masochism"] = "Masochismo"; -$a->strings["Cars"] = "Macchine"; -$a->strings["Menstruation"] = "Mestruazioni"; -$a->strings["Mucus"] = "Muco"; -$a->strings["Obscene language"] = "Linguaggio osceno"; -$a->strings["Noses"] = "Nasi"; -$a->strings["Navels"] = "Ombelichi"; -$a->strings["Corpses"] = "Cadaveri"; -$a->strings["Smells"] = "Odori"; -$a->strings["Buttocks"] = "Natiche"; -$a->strings["Nonliving objects"] = "Oggetti inanimati"; -$a->strings["Sleeping people"] = "Persone addormentate"; -$a->strings["Urination"] = "Minzione"; -$a->strings["Eating people"] = "Mangiare persone"; -$a->strings["Being eaten"] = "Essere mangiato"; -$a->strings["Animals"] = "Animali"; -$a->strings["I'd rather just have some chocolate"] = "Preferisco del cioccolato"; -$a->strings["Married to my job"] = "Sposato al mio lavoro"; -$a->strings["Polygamist"] = "Poligamo"; -$a->strings["Half married"] = "Mezzo sposato"; -$a->strings["Living in the past"] = "Vivere nel passato"; -$a->strings["Pretending to be over my ex"] = "Fingere di non provare più nulla per l'ex"; -$a->strings["Hurt in the past"] = "Ferito in passato"; -$a->strings["Wallowing in self-pity"] = "Crogiolarsi nell'autocommiserazione"; +$a->strings['Androgyne'] = 'Androgino'; +$a->strings['Bear'] = 'Orso'; +$a->strings['Bigender'] = 'Bigender'; +$a->strings['Cross dresser'] = 'Travestito'; +$a->strings['Drag queen'] = 'Drag queen'; +$a->strings['Eunuch'] = 'Eunico'; +$a->strings['Faux queen'] = 'Faux queen'; +$a->strings['Gender fluid'] = 'Gender fluid'; +$a->strings['Kathoey'] = 'Kathoey'; +$a->strings['Lady'] = 'Signora'; +$a->strings['Lipstick lesbian'] = 'Lesbica Lipstick'; +$a->strings['Metrosexual'] = 'Metrosessuale'; +$a->strings['Monk'] = 'Monaco'; +$a->strings['Nun'] = 'Suora'; +$a->strings['Soft butch'] = 'Soft butch'; +$a->strings['Stone femme'] = 'Stone femme'; +$a->strings['Tomboy'] = 'Maschiaccio'; +$a->strings['Transman'] = 'Uomo trans'; +$a->strings['Transwoman'] = 'Donna trans'; +$a->strings['Transvesti'] = 'Travestito'; +$a->strings['Trigender'] = 'Trigenere'; +$a->strings['Can\'t remember'] = 'Non ricordo'; +$a->strings['Hard to tell these days'] = 'Difficile a dire di questi tempi'; +$a->strings['Girls with big tits'] = 'Ragazze con le tette grosse'; +$a->strings['Millionaires'] = 'Milionari'; +$a->strings['Guys with big schlongs'] = 'Ragazzi con grossi salsicciotti'; +$a->strings['Easy women'] = 'Donne facili'; +$a->strings['People with impaired mobility'] = 'Persone con disabilità motorie'; +$a->strings['Amputees'] = 'Amputati'; +$a->strings['Statues, mannequins and immobility'] = 'Statue, manichini e immobilità'; +$a->strings['Pain'] = 'Dolore'; +$a->strings['Trans men'] = 'Uomini trans'; +$a->strings['Older women'] = 'Donne anziane'; +$a->strings['Asphyxiation'] = 'Asfissia'; +$a->strings['In public'] = 'In pubblico'; +$a->strings['In danger'] = 'In pericolo'; +$a->strings['Pretending to be male'] = 'Fare finta di essere un uomo'; +$a->strings['Pretending to be female'] = 'Fare finta di essere una donna'; +$a->strings['Breats'] = 'Seni'; +$a->strings['Scat'] = 'Scat'; +$a->strings['Crying'] = 'Pianto'; +$a->strings['Nappies/Diapers'] = 'Pannolini'; +$a->strings['Trees'] = 'Alberi'; +$a->strings['Vomit'] = 'Vomito'; +$a->strings['Murder'] = 'Omicidio'; +$a->strings['Fat people'] = 'Persone grasse'; +$a->strings['Feet'] = 'Piedi'; +$a->strings['Covered in insects'] = 'Ricoperto di insetti'; +$a->strings['Turning a human being into furniture'] = 'Trasformare un essere umano in arredamento'; +$a->strings['Elderly people'] = 'Persone anziane'; +$a->strings['Transgender people'] = 'Perone transgender'; +$a->strings['Criminals'] = 'Criminali'; +$a->strings['Stealing'] = 'Rubare'; +$a->strings['Breast milk'] = 'Latte materno'; +$a->strings['Immersing genitals in liquids'] = 'Immergere i genitali in liquidi'; +$a->strings['Giants'] = 'Giganti'; +$a->strings['Masochism'] = 'Masochismo'; +$a->strings['Cars'] = 'Macchine'; +$a->strings['Menstruation'] = 'Mestruazioni'; +$a->strings['Mucus'] = 'Muco'; +$a->strings['Obscene language'] = 'Linguaggio osceno'; +$a->strings['Noses'] = 'Nasi'; +$a->strings['Navels'] = 'Ombelichi'; +$a->strings['Corpses'] = 'Cadaveri'; +$a->strings['Smells'] = 'Odori'; +$a->strings['Buttocks'] = 'Natiche'; +$a->strings['Nonliving objects'] = 'Oggetti inanimati'; +$a->strings['Sleeping people'] = 'Persone addormentate'; +$a->strings['Urination'] = 'Minzione'; +$a->strings['Eating people'] = 'Mangiare persone'; +$a->strings['Being eaten'] = 'Essere mangiato'; +$a->strings['Animals'] = 'Animali'; +$a->strings['I\'d rather just have some chocolate'] = 'Preferisco del cioccolato'; +$a->strings['Married to my job'] = 'Sposato al mio lavoro'; +$a->strings['Polygamist'] = 'Poligamo'; +$a->strings['Half married'] = 'Mezzo sposato'; +$a->strings['Living in the past'] = 'Vivere nel passato'; +$a->strings['Pretending to be over my ex'] = 'Fingere di non provare più nulla per l\'ex'; +$a->strings['Hurt in the past'] = 'Ferito in passato'; +$a->strings['Wallowing in self-pity'] = 'Crogiolarsi nell\'autocommiserazione'; diff --git a/morechoice/lang/nl/strings.php b/morechoice/lang/nl/strings.php index 507381da..e8204fca 100644 --- a/morechoice/lang/nl/strings.php +++ b/morechoice/lang/nl/strings.php @@ -5,82 +5,81 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Androgyne"] = "Dubbel geslacht"; -$a->strings["Bear"] = "Beer"; -$a->strings["Bigender"] = "Dubbel"; -$a->strings["Cross dresser"] = "Gekleed als het ander"; -$a->strings["Drag queen"] = "Travestiet"; -$a->strings["Eunuch"] = "Castraat"; -$a->strings["Faux queen"] = "Fout"; -$a->strings["Kathoey"] = "Tussen man en vrouw"; -$a->strings["Lady"] = "Trotse vrouw"; -$a->strings["Lipstick lesbian"] = "Lesbienne-vrouw"; -$a->strings["Metrosexual"] = "Metrosexueel"; -$a->strings["Monk"] = "Monnik"; -$a->strings["Nun"] = "Non"; -$a->strings["Soft butch"] = "Lesbienne-man"; -$a->strings["Stone femme"] = "Butch en femme"; -$a->strings["Tomboy"] = "Tomboy"; -$a->strings["Transman"] = "Transman"; -$a->strings["Transwoman"] = "Transvrouw"; -$a->strings["Trigender"] = "Drieslacht"; -$a->strings["Can't remember"] = "Kan ik mij niet meer herinneren"; -$a->strings["Hard to tell these days"] = "Moeilijk te zeggen vandaag"; -$a->strings["Girls with big tits"] = "Meisjes met grote tetten"; -$a->strings["Millionaires"] = "Veel geld"; -$a->strings["Guys with big schlongs"] = "Groot geschapen"; -$a->strings["Easy women"] = "Gemakkelijke vrouwen"; -$a->strings["People with impaired mobility"] = "Mensen met beperkte mobiliteit"; -$a->strings["Amputees"] = "Geamputeerden"; -$a->strings["Statues, mannequins and immobility"] = "Standbeelden"; -$a->strings["Pain"] = "Pijn"; -$a->strings["Trans men"] = "Transmannen"; -$a->strings["Older women"] = "Oude vrouwen"; -$a->strings["Asphyxiation"] = "Verstikking"; -$a->strings["In public"] = "Publiek"; -$a->strings["In danger"] = "In gevaar"; -$a->strings["Pretending to be male"] = "Net zoals mannen"; -$a->strings["Pretending to be female"] = "Net als vrouwen"; -$a->strings["Breats"] = "Sletten"; -$a->strings["Scat"] = "Schoften"; -$a->strings["Crying"] = "Huilen"; -$a->strings["Nappies/Diapers"] = "Luiers"; -$a->strings["Trees"] = "Bomen"; -$a->strings["Vomit"] = "Braken"; -$a->strings["Murder"] = "Moord"; -$a->strings["Fat people"] = "Dikke mensen"; -$a->strings["Feet"] = "Voeten"; -$a->strings["Covered in insects"] = "Omhuld in insecten"; -$a->strings["Turning a human being into furniture"] = "Mensen veranderen in meubilair"; -$a->strings["Elderly people"] = "Oudere mensen"; -$a->strings["Transgender people"] = "Transgenders"; -$a->strings["Criminals"] = "Misdadigers"; -$a->strings["Stealing"] = "Stelen"; -$a->strings["Breast milk"] = "Moedermelk"; -$a->strings["Immersing genitals in liquids"] = "Vloeistofpenetratie"; -$a->strings["Giants"] = "Reuzen"; -$a->strings["Masochism"] = "Zelfpijniging"; -$a->strings["Cars"] = "Auto's"; -$a->strings["Menstruation"] = "Menstruatie"; -$a->strings["Mucus"] = "Slijm"; -$a->strings["Obscene language"] = "Grove taal"; -$a->strings["Noses"] = "Neuzen"; -$a->strings["Navels"] = "Navels"; -$a->strings["Corpses"] = "Lijken"; -$a->strings["Smells"] = "Geurtjes"; -$a->strings["Buttocks"] = "Konten"; -$a->strings["Nonliving objects"] = "Niet-levende objecten"; -$a->strings["Sleeping people"] = "Slapende mensen"; -$a->strings["Urination"] = "Plasseks"; -$a->strings["Eating people"] = "Eten"; -$a->strings["Being eaten"] = "Gegeten worden"; -$a->strings["Animals"] = "Dieren"; -$a->strings["I'd rather just have some chocolate"] = "Geef mij gewoon wat chocolade"; -$a->strings["Married to my job"] = "Getrouwd met m'n job"; -$a->strings["Polygamist"] = "Polygamist"; -$a->strings["Half married"] = "Half getrouwd"; -$a->strings["Living in the past"] = "Leef in het verleden"; -$a->strings["Pretending to be over my ex"] = "Doen alsof ik m'n ex ben vergeten"; -$a->strings["Hurt in the past"] = "Gekwest in het verleden"; -$a->strings["Wallowing in self-pity"] = "Terugtrekken in zelfmedelijden"; +$a->strings['Androgyne'] = 'Dubbel geslacht'; +$a->strings['Bear'] = 'Beer'; +$a->strings['Bigender'] = 'Dubbel'; +$a->strings['Cross dresser'] = 'Gekleed als het ander'; +$a->strings['Drag queen'] = 'Travestiet'; +$a->strings['Eunuch'] = 'Castraat'; +$a->strings['Faux queen'] = 'Fout'; +$a->strings['Kathoey'] = 'Tussen man en vrouw'; +$a->strings['Lady'] = 'Trotse vrouw'; +$a->strings['Lipstick lesbian'] = 'Lesbienne-vrouw'; +$a->strings['Metrosexual'] = 'Metrosexueel'; +$a->strings['Monk'] = 'Monnik'; +$a->strings['Nun'] = 'Non'; +$a->strings['Soft butch'] = 'Lesbienne-man'; +$a->strings['Stone femme'] = 'Butch en femme'; +$a->strings['Tomboy'] = 'Tomboy'; +$a->strings['Transman'] = 'Transman'; +$a->strings['Transwoman'] = 'Transvrouw'; +$a->strings['Trigender'] = 'Drieslacht'; +$a->strings['Can\'t remember'] = 'Kan ik mij niet meer herinneren'; +$a->strings['Hard to tell these days'] = 'Moeilijk te zeggen vandaag'; +$a->strings['Girls with big tits'] = 'Meisjes met grote tetten'; +$a->strings['Millionaires'] = 'Veel geld'; +$a->strings['Guys with big schlongs'] = 'Groot geschapen'; +$a->strings['Easy women'] = 'Gemakkelijke vrouwen'; +$a->strings['People with impaired mobility'] = 'Mensen met beperkte mobiliteit'; +$a->strings['Amputees'] = 'Geamputeerden'; +$a->strings['Statues, mannequins and immobility'] = 'Standbeelden'; +$a->strings['Pain'] = 'Pijn'; +$a->strings['Trans men'] = 'Transmannen'; +$a->strings['Older women'] = 'Oude vrouwen'; +$a->strings['Asphyxiation'] = 'Verstikking'; +$a->strings['In public'] = 'Publiek'; +$a->strings['In danger'] = 'In gevaar'; +$a->strings['Pretending to be male'] = 'Net zoals mannen'; +$a->strings['Pretending to be female'] = 'Net als vrouwen'; +$a->strings['Breats'] = 'Sletten'; +$a->strings['Scat'] = 'Schoften'; +$a->strings['Crying'] = 'Huilen'; +$a->strings['Nappies/Diapers'] = 'Luiers'; +$a->strings['Trees'] = 'Bomen'; +$a->strings['Vomit'] = 'Braken'; +$a->strings['Murder'] = 'Moord'; +$a->strings['Fat people'] = 'Dikke mensen'; +$a->strings['Feet'] = 'Voeten'; +$a->strings['Covered in insects'] = 'Omhuld in insecten'; +$a->strings['Turning a human being into furniture'] = 'Mensen veranderen in meubilair'; +$a->strings['Elderly people'] = 'Oudere mensen'; +$a->strings['Transgender people'] = 'Transgenders'; +$a->strings['Criminals'] = 'Misdadigers'; +$a->strings['Stealing'] = 'Stelen'; +$a->strings['Breast milk'] = 'Moedermelk'; +$a->strings['Immersing genitals in liquids'] = 'Vloeistofpenetratie'; +$a->strings['Giants'] = 'Reuzen'; +$a->strings['Masochism'] = 'Zelfpijniging'; +$a->strings['Cars'] = 'Auto\'s'; +$a->strings['Menstruation'] = 'Menstruatie'; +$a->strings['Mucus'] = 'Slijm'; +$a->strings['Obscene language'] = 'Grove taal'; +$a->strings['Noses'] = 'Neuzen'; +$a->strings['Navels'] = 'Navels'; +$a->strings['Corpses'] = 'Lijken'; +$a->strings['Smells'] = 'Geurtjes'; +$a->strings['Buttocks'] = 'Konten'; +$a->strings['Nonliving objects'] = 'Niet-levende objecten'; +$a->strings['Sleeping people'] = 'Slapende mensen'; +$a->strings['Urination'] = 'Plasseks'; +$a->strings['Eating people'] = 'Eten'; +$a->strings['Being eaten'] = 'Gegeten worden'; +$a->strings['Animals'] = 'Dieren'; +$a->strings['I\'d rather just have some chocolate'] = 'Geef mij gewoon wat chocolade'; +$a->strings['Married to my job'] = 'Getrouwd met m\'n job'; +$a->strings['Polygamist'] = 'Polygamist'; +$a->strings['Half married'] = 'Half getrouwd'; +$a->strings['Living in the past'] = 'Leef in het verleden'; +$a->strings['Pretending to be over my ex'] = 'Doen alsof ik m\'n ex ben vergeten'; +$a->strings['Hurt in the past'] = 'Gekwest in het verleden'; +$a->strings['Wallowing in self-pity'] = 'Terugtrekken in zelfmedelijden'; diff --git a/morechoice/lang/pl/strings.php b/morechoice/lang/pl/strings.php index fe7a28e8..88025aec 100644 --- a/morechoice/lang/pl/strings.php +++ b/morechoice/lang/pl/strings.php @@ -5,84 +5,83 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Androgyne"] = "Androgyniczny"; -$a->strings["Bear"] = "Urodzić"; -$a->strings["Bigender"] = "Większy"; -$a->strings["Cross dresser"] = "Transwestyta"; -$a->strings["Drag queen"] = "Transwestyta"; -$a->strings["Eunuch"] = "Kastrat"; -$a->strings["Faux queen"] = "Fałszywa dama"; -$a->strings["Gender fluid"] = "Płyn płciowy"; -$a->strings["Kathoey"] = "Kathoey"; -$a->strings["Lady"] = "Pani"; -$a->strings["Lipstick lesbian"] = "Szminka lesbijek"; -$a->strings["Metrosexual"] = "Metroseksualny"; -$a->strings["Monk"] = "Mnich"; -$a->strings["Nun"] = "Obecnie"; -$a->strings["Soft butch"] = "Miękka lesbijka"; -$a->strings["Stone femme"] = "Kamienna kobieta"; -$a->strings["Tomboy"] = "Lesbijka"; -$a->strings["Transman"] = "Męszczyzna Transseklualny"; -$a->strings["Transwoman"] = "Kobieta Transseklualna"; -$a->strings["Transvesti"] = "Transwestyta"; -$a->strings["Trigender"] = "Trójpłciowość"; -$a->strings["Can't remember"] = "Nie pamiętam"; -$a->strings["Hard to tell these days"] = "Trudno powiedzieć w te dni"; -$a->strings["Girls with big tits"] = "Dziewczyny z dużymi piersiami"; -$a->strings["Millionaires"] = "Milionerzy"; -$a->strings["Guys with big schlongs"] = "Faceci z dużymi penisami"; -$a->strings["Easy women"] = "Łatwe kobiety"; -$a->strings["People with impaired mobility"] = "Osoby z upośledzeniem ruchowym"; -$a->strings["Amputees"] = "Po amputacji"; -$a->strings["Statues, mannequins and immobility"] = "Posągi, manekiny i nieruchomość"; -$a->strings["Pain"] = "Ból"; -$a->strings["Trans men"] = "Transseklualny męszczyzna"; -$a->strings["Older women"] = "Starsze kobiety"; -$a->strings["Asphyxiation"] = "Uduszenie się"; -$a->strings["In public"] = "Publicznie"; -$a->strings["In danger"] = "W niebezpieczeństwie"; -$a->strings["Pretending to be male"] = "Udawanie mężczyzny"; -$a->strings["Pretending to be female"] = "Udając płeć żeńską"; -$a->strings["Breats"] = "Biust"; -$a->strings["Scat"] = "Zwiać"; -$a->strings["Crying"] = "Płacz"; -$a->strings["Nappies/Diapers"] = "Pieluchy/pampersy"; -$a->strings["Trees"] = "Drzewo"; -$a->strings["Vomit"] = "Zwymiotować"; -$a->strings["Murder"] = "Morderstwo"; -$a->strings["Fat people"] = "Otyli przyjaciele"; -$a->strings["Feet"] = "Stopy"; -$a->strings["Covered in insects"] = "Pokryty owadami"; -$a->strings["Turning a human being into furniture"] = "Przekształcając człowieka meble"; -$a->strings["Elderly people"] = "Osób w podeszłym wieku"; -$a->strings["Transgender people"] = "Osoby transpłciowe"; -$a->strings["Criminals"] = "Przestępca"; -$a->strings["Stealing"] = "Kradzież"; -$a->strings["Breast milk"] = "Mleko matki"; -$a->strings["Immersing genitals in liquids"] = "Zanurzenie narządów płciowych w cieczach"; -$a->strings["Giants"] = "Giganci"; -$a->strings["Masochism"] = "Masochizm"; -$a->strings["Cars"] = "Samochody"; -$a->strings["Menstruation"] = "Miesiączka"; -$a->strings["Mucus"] = "Wydzielina"; -$a->strings["Obscene language"] = "Nieprzyzwoity język"; -$a->strings["Noses"] = "Nosy"; -$a->strings["Navels"] = "Pępki"; -$a->strings["Corpses"] = "Zwłoki"; -$a->strings["Smells"] = "Odór"; -$a->strings["Buttocks"] = "Tyłek"; -$a->strings["Nonliving objects"] = "Nieżyjący obiekt"; -$a->strings["Sleeping people"] = "Śpiący ludzie"; -$a->strings["Urination"] = "Oddawanie moczu"; -$a->strings["Eating people"] = "Pożywienie dla ludzi"; -$a->strings["Being eaten"] = "Bycie zjedzonym"; -$a->strings["Animals"] = "Zwierzęta"; -$a->strings["I'd rather just have some chocolate"] = "Wolałbym tylko trochę czekolady"; -$a->strings["Married to my job"] = "Żonaty z moją pracą"; -$a->strings["Polygamist"] = "Poligamista"; -$a->strings["Half married"] = "Pół żonaty"; -$a->strings["Living in the past"] = "Życie w przeszłości"; -$a->strings["Pretending to be over my ex"] = "Udawanie, że jestem ponad moim byłym"; -$a->strings["Hurt in the past"] = "Boli w przeszłości"; -$a->strings["Wallowing in self-pity"] = "Miauczenie w użalaniu się nad sobą"; +$a->strings['Androgyne'] = 'Androgyniczny'; +$a->strings['Bear'] = 'Urodzić'; +$a->strings['Bigender'] = 'Większy'; +$a->strings['Cross dresser'] = 'Transwestyta'; +$a->strings['Drag queen'] = 'Transwestyta'; +$a->strings['Eunuch'] = 'Kastrat'; +$a->strings['Faux queen'] = 'Fałszywa dama'; +$a->strings['Gender fluid'] = 'Płyn płciowy'; +$a->strings['Kathoey'] = 'Kathoey'; +$a->strings['Lady'] = 'Pani'; +$a->strings['Lipstick lesbian'] = 'Szminka lesbijek'; +$a->strings['Metrosexual'] = 'Metroseksualny'; +$a->strings['Monk'] = 'Mnich'; +$a->strings['Nun'] = 'Obecnie'; +$a->strings['Soft butch'] = 'Miękka lesbijka'; +$a->strings['Stone femme'] = 'Kamienna kobieta'; +$a->strings['Tomboy'] = 'Lesbijka'; +$a->strings['Transman'] = 'Męszczyzna Transseklualny'; +$a->strings['Transwoman'] = 'Kobieta Transseklualna'; +$a->strings['Transvesti'] = 'Transwestyta'; +$a->strings['Trigender'] = 'Trójpłciowość'; +$a->strings['Can\'t remember'] = 'Nie pamiętam'; +$a->strings['Hard to tell these days'] = 'Trudno powiedzieć w te dni'; +$a->strings['Girls with big tits'] = 'Dziewczyny z dużymi piersiami'; +$a->strings['Millionaires'] = 'Milionerzy'; +$a->strings['Guys with big schlongs'] = 'Faceci z dużymi penisami'; +$a->strings['Easy women'] = 'Łatwe kobiety'; +$a->strings['People with impaired mobility'] = 'Osoby z upośledzeniem ruchowym'; +$a->strings['Amputees'] = 'Po amputacji'; +$a->strings['Statues, mannequins and immobility'] = 'Posągi, manekiny i nieruchomość'; +$a->strings['Pain'] = 'Ból'; +$a->strings['Trans men'] = 'Transseklualny męszczyzna'; +$a->strings['Older women'] = 'Starsze kobiety'; +$a->strings['Asphyxiation'] = 'Uduszenie się'; +$a->strings['In public'] = 'Publicznie'; +$a->strings['In danger'] = 'W niebezpieczeństwie'; +$a->strings['Pretending to be male'] = 'Udawanie mężczyzny'; +$a->strings['Pretending to be female'] = 'Udając płeć żeńską'; +$a->strings['Breats'] = 'Biust'; +$a->strings['Scat'] = 'Zwiać'; +$a->strings['Crying'] = 'Płacz'; +$a->strings['Nappies/Diapers'] = 'Pieluchy/pampersy'; +$a->strings['Trees'] = 'Drzewo'; +$a->strings['Vomit'] = 'Zwymiotować'; +$a->strings['Murder'] = 'Morderstwo'; +$a->strings['Fat people'] = 'Otyli przyjaciele'; +$a->strings['Feet'] = 'Stopy'; +$a->strings['Covered in insects'] = 'Pokryty owadami'; +$a->strings['Turning a human being into furniture'] = 'Przekształcając człowieka meble'; +$a->strings['Elderly people'] = 'Osób w podeszłym wieku'; +$a->strings['Transgender people'] = 'Osoby transpłciowe'; +$a->strings['Criminals'] = 'Przestępca'; +$a->strings['Stealing'] = 'Kradzież'; +$a->strings['Breast milk'] = 'Mleko matki'; +$a->strings['Immersing genitals in liquids'] = 'Zanurzenie narządów płciowych w cieczach'; +$a->strings['Giants'] = 'Giganci'; +$a->strings['Masochism'] = 'Masochizm'; +$a->strings['Cars'] = 'Samochody'; +$a->strings['Menstruation'] = 'Miesiączka'; +$a->strings['Mucus'] = 'Wydzielina'; +$a->strings['Obscene language'] = 'Nieprzyzwoity język'; +$a->strings['Noses'] = 'Nosy'; +$a->strings['Navels'] = 'Pępki'; +$a->strings['Corpses'] = 'Zwłoki'; +$a->strings['Smells'] = 'Odór'; +$a->strings['Buttocks'] = 'Tyłek'; +$a->strings['Nonliving objects'] = 'Nieżyjący obiekt'; +$a->strings['Sleeping people'] = 'Śpiący ludzie'; +$a->strings['Urination'] = 'Oddawanie moczu'; +$a->strings['Eating people'] = 'Pożywienie dla ludzi'; +$a->strings['Being eaten'] = 'Bycie zjedzonym'; +$a->strings['Animals'] = 'Zwierzęta'; +$a->strings['I\'d rather just have some chocolate'] = 'Wolałbym tylko trochę czekolady'; +$a->strings['Married to my job'] = 'Żonaty z moją pracą'; +$a->strings['Polygamist'] = 'Poligamista'; +$a->strings['Half married'] = 'Pół żonaty'; +$a->strings['Living in the past'] = 'Życie w przeszłości'; +$a->strings['Pretending to be over my ex'] = 'Udawanie, że jestem ponad moim byłym'; +$a->strings['Hurt in the past'] = 'Boli w przeszłości'; +$a->strings['Wallowing in self-pity'] = 'Miauczenie w użalaniu się nad sobą'; diff --git a/morepokes/lang/cs/strings.php b/morepokes/lang/cs/strings.php index 8428e39e..36e045dd 100644 --- a/morepokes/lang/cs/strings.php +++ b/morepokes/lang/cs/strings.php @@ -5,40 +5,39 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["bitchslap"] = "dát facku"; -$a->strings["bitchslapped"] = "dal/a facku"; -$a->strings["shag"] = "pomilovat"; -$a->strings["shagged"] = "pomiloval/a"; -$a->strings["do something obscenely biological to"] = "udělat příjemci něco obscéně biologického"; -$a->strings["did something obscenely biological to"] = "udělal/a něco obscéně biologického"; -$a->strings["point out the poke feature to"] = "upozornit na funkci šťouchnutí"; -$a->strings["pointed out the poke feature to"] = "upozornil/a na funkci šťouchnutí"; -$a->strings["declare undying love for"] = "vyjadřit nehynoucí lásku"; -$a->strings["declared undying love for"] = "vyjadřil/a nehynoucí lásku k uživateli"; -$a->strings["patent"] = "patentovat"; -$a->strings["patented"] = "patentoval/a uživatele"; -$a->strings["stroke beard"] = "pohladit plnovous"; -$a->strings["stroked their beard at"] = "pohladil/a plnovous"; -$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "stěžovat si příjemci na klesající úroveň moderního sekundárního a terciárního vzdělávání"; -$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "si stěžuje na klesající úroveň moderního sekundárního a terciárního vzdělávání"; -$a->strings["hug"] = "obejmout"; -$a->strings["hugged"] = "obejmul/a"; -$a->strings["kiss"] = "políbit"; -$a->strings["kissed"] = "políbil/a"; -$a->strings["raise eyebrows at"] = "zvednout obočí na"; -$a->strings["raised their eyebrows at"] = "zvedl/a obočí na"; -$a->strings["insult"] = "urazit"; -$a->strings["insulted"] = "urazil/a"; -$a->strings["praise"] = "pochválit"; -$a->strings["praised"] = "pochválil/a"; -$a->strings["be dubious of"] = "mít pochyby o"; -$a->strings["was dubious of"] = "měl/a pochyby o"; -$a->strings["eat"] = "sníst"; -$a->strings["ate"] = "snědl/a"; -$a->strings["giggle and fawn at"] = "hihňat se na"; -$a->strings["giggled and fawned at"] = "se hihňal/a na"; -$a->strings["doubt"] = "pochybovat"; -$a->strings["doubted"] = "zapochyboval/a o"; -$a->strings["glare"] = "zabodávát pohledem"; -$a->strings["glared at"] = "zabodával/a pohledem "; +$a->strings['bitchslap'] = 'dát facku'; +$a->strings['bitchslapped'] = 'dal/a facku'; +$a->strings['shag'] = 'pomilovat'; +$a->strings['shagged'] = 'pomiloval/a'; +$a->strings['do something obscenely biological to'] = 'udělat příjemci něco obscéně biologického'; +$a->strings['did something obscenely biological to'] = 'udělal/a něco obscéně biologického'; +$a->strings['point out the poke feature to'] = 'upozornit na funkci šťouchnutí'; +$a->strings['pointed out the poke feature to'] = 'upozornil/a na funkci šťouchnutí'; +$a->strings['declare undying love for'] = 'vyjadřit nehynoucí lásku'; +$a->strings['declared undying love for'] = 'vyjadřil/a nehynoucí lásku k uživateli'; +$a->strings['patent'] = 'patentovat'; +$a->strings['patented'] = 'patentoval/a uživatele'; +$a->strings['stroke beard'] = 'pohladit plnovous'; +$a->strings['stroked their beard at'] = 'pohladil/a plnovous'; +$a->strings['bemoan the declining standards of modern secondary and tertiary education to'] = 'stěžovat si příjemci na klesající úroveň moderního sekundárního a terciárního vzdělávání'; +$a->strings['bemoans the declining standards of modern secondary and tertiary education to'] = 'si stěžuje na klesající úroveň moderního sekundárního a terciárního vzdělávání'; +$a->strings['hug'] = 'obejmout'; +$a->strings['hugged'] = 'obejmul/a'; +$a->strings['kiss'] = 'políbit'; +$a->strings['kissed'] = 'políbil/a'; +$a->strings['raise eyebrows at'] = 'zvednout obočí na'; +$a->strings['raised their eyebrows at'] = 'zvedl/a obočí na'; +$a->strings['insult'] = 'urazit'; +$a->strings['insulted'] = 'urazil/a'; +$a->strings['praise'] = 'pochválit'; +$a->strings['praised'] = 'pochválil/a'; +$a->strings['be dubious of'] = 'mít pochyby o'; +$a->strings['was dubious of'] = 'měl/a pochyby o'; +$a->strings['eat'] = 'sníst'; +$a->strings['ate'] = 'snědl/a'; +$a->strings['giggle and fawn at'] = 'hihňat se na'; +$a->strings['giggled and fawned at'] = 'se hihňal/a na'; +$a->strings['doubt'] = 'pochybovat'; +$a->strings['doubted'] = 'zapochyboval/a o'; +$a->strings['glare'] = 'zabodávát pohledem'; +$a->strings['glared at'] = 'zabodával/a pohledem '; diff --git a/morepokes/lang/de/strings.php b/morepokes/lang/de/strings.php index aafd47f6..0d8856d9 100644 --- a/morepokes/lang/de/strings.php +++ b/morepokes/lang/de/strings.php @@ -5,40 +5,39 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["bitchslap"] = "ohrfeigen"; -$a->strings["bitchslapped"] = "ohrfeigte"; -$a->strings["shag"] = "poppen"; -$a->strings["shagged"] = "poppte"; -$a->strings["do something obscenely biological to"] = "mit ihm/ihr etwas obszönes Körperliches machen"; -$a->strings["did something obscenely biological to"] = "machte etwas obszönes Körperliches mit"; -$a->strings["point out the poke feature to"] = "zeigte die neue Anstups-Funktion"; -$a->strings["pointed out the poke feature to"] = "zeigte die neue Anstups-Funktion"; -$a->strings["declare undying love for"] = "unterbliche Liebe verkünden"; -$a->strings["declared undying love for"] = "verkündete unsterbliche Liebe für"; -$a->strings["patent"] = "patentieren"; -$a->strings["patented"] = "patentierte"; -$a->strings["stroke beard"] = "sich den Bart kratzen"; -$a->strings["stroked their beard at"] = "kratzte sich den Bart in Richtung"; -$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "sich über die sinkenden Standards der Schul- und Hochschulbildung beklagen"; -$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "beklagte sich über die sinkenden Standards der Schul- und Hochschulbildung bei"; -$a->strings["hug"] = "umarmen"; -$a->strings["hugged"] = "umarmte"; -$a->strings["kiss"] = "küssen"; -$a->strings["kissed"] = "küsste"; -$a->strings["raise eyebrows at"] = "Augenbrauen hochziehen"; -$a->strings["raised their eyebrows at"] = "zog die Augenbrauen hoch in Richtung"; -$a->strings["insult"] = "beleidigen"; -$a->strings["insulted"] = "beleidigte"; -$a->strings["praise"] = "preisen"; -$a->strings["praised"] = "pries"; -$a->strings["be dubious of"] = "ungewiss sein"; -$a->strings["was dubious of"] = "war ungewiss über"; -$a->strings["eat"] = "essen"; -$a->strings["ate"] = "aß"; -$a->strings["giggle and fawn at"] = "kichern und einschleimen"; -$a->strings["giggled and fawned at"] = "kicherte und schleimte sich ein bei"; -$a->strings["doubt"] = "bezweifeln"; -$a->strings["doubted"] = "bezweifelte"; -$a->strings["glare"] = "zornig anstarren"; -$a->strings["glared at"] = "starrte zornig auf"; +$a->strings['bitchslap'] = 'ohrfeigen'; +$a->strings['bitchslapped'] = 'ohrfeigte'; +$a->strings['shag'] = 'poppen'; +$a->strings['shagged'] = 'poppte'; +$a->strings['do something obscenely biological to'] = 'mit ihm/ihr etwas obszönes Körperliches machen'; +$a->strings['did something obscenely biological to'] = 'machte etwas obszönes Körperliches mit'; +$a->strings['point out the poke feature to'] = 'zeigte die neue Anstups-Funktion'; +$a->strings['pointed out the poke feature to'] = 'zeigte die neue Anstups-Funktion'; +$a->strings['declare undying love for'] = 'unterbliche Liebe verkünden'; +$a->strings['declared undying love for'] = 'verkündete unsterbliche Liebe für'; +$a->strings['patent'] = 'patentieren'; +$a->strings['patented'] = 'patentierte'; +$a->strings['stroke beard'] = 'sich den Bart kratzen'; +$a->strings['stroked their beard at'] = 'kratzte sich den Bart in Richtung'; +$a->strings['bemoan the declining standards of modern secondary and tertiary education to'] = 'sich über die sinkenden Standards der Schul- und Hochschulbildung beklagen'; +$a->strings['bemoans the declining standards of modern secondary and tertiary education to'] = 'beklagte sich über die sinkenden Standards der Schul- und Hochschulbildung bei'; +$a->strings['hug'] = 'umarmen'; +$a->strings['hugged'] = 'umarmte'; +$a->strings['kiss'] = 'küssen'; +$a->strings['kissed'] = 'küsste'; +$a->strings['raise eyebrows at'] = 'Augenbrauen hochziehen'; +$a->strings['raised their eyebrows at'] = 'zog die Augenbrauen hoch in Richtung'; +$a->strings['insult'] = 'beleidigen'; +$a->strings['insulted'] = 'beleidigte'; +$a->strings['praise'] = 'preisen'; +$a->strings['praised'] = 'pries'; +$a->strings['be dubious of'] = 'ungewiss sein'; +$a->strings['was dubious of'] = 'war ungewiss über'; +$a->strings['eat'] = 'essen'; +$a->strings['ate'] = 'aß'; +$a->strings['giggle and fawn at'] = 'kichern und einschleimen'; +$a->strings['giggled and fawned at'] = 'kicherte und schleimte sich ein bei'; +$a->strings['doubt'] = 'bezweifeln'; +$a->strings['doubted'] = 'bezweifelte'; +$a->strings['glare'] = 'zornig anstarren'; +$a->strings['glared at'] = 'starrte zornig auf'; diff --git a/morepokes/lang/en-gb/strings.php b/morepokes/lang/en-gb/strings.php index b2fd1efc..20540aea 100644 --- a/morepokes/lang/en-gb/strings.php +++ b/morepokes/lang/en-gb/strings.php @@ -5,40 +5,39 @@ function string_plural_select_en_gb($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["bitchslap"] = "bitch-slap"; -$a->strings["bitchslapped"] = "bitch-slapped"; -$a->strings["shag"] = "shag"; -$a->strings["shagged"] = "shagged"; -$a->strings["do something obscenely biological to"] = "do something obscenely biological to"; -$a->strings["did something obscenely biological to"] = "did something obscenely biological to"; -$a->strings["point out the poke feature to"] = "point out the poke feature to"; -$a->strings["pointed out the poke feature to"] = "pointed out the poke feature to"; -$a->strings["declare undying love for"] = "declare undying love for"; -$a->strings["declared undying love for"] = "declared undying love for"; -$a->strings["patent"] = "patent"; -$a->strings["patented"] = "patented"; -$a->strings["stroke beard"] = "stroke beard"; -$a->strings["stroked their beard at"] = "stroked their beard at"; -$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "bemoan the declining standards of modern secondary and tertiary education to"; -$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "bemoans the declining standards of modern secondary and tertiary education to"; -$a->strings["hug"] = "hug"; -$a->strings["hugged"] = "hugged"; -$a->strings["kiss"] = "kiss"; -$a->strings["kissed"] = "kissed"; -$a->strings["raise eyebrows at"] = "raise eyebrows at"; -$a->strings["raised their eyebrows at"] = "raised their eyebrows at"; -$a->strings["insult"] = "insult"; -$a->strings["insulted"] = "insulted"; -$a->strings["praise"] = "praise"; -$a->strings["praised"] = "praised"; -$a->strings["be dubious of"] = "be dubious of"; -$a->strings["was dubious of"] = "is dubious of"; -$a->strings["eat"] = "eat"; -$a->strings["ate"] = "ate"; -$a->strings["giggle and fawn at"] = "giggle and fawn at"; -$a->strings["giggled and fawned at"] = "giggled and fawned at"; -$a->strings["doubt"] = "doubt"; -$a->strings["doubted"] = "doubted"; -$a->strings["glare"] = "glare"; -$a->strings["glared at"] = "glared at"; +$a->strings['bitchslap'] = 'bitch-slap'; +$a->strings['bitchslapped'] = 'bitch-slapped'; +$a->strings['shag'] = 'shag'; +$a->strings['shagged'] = 'shagged'; +$a->strings['do something obscenely biological to'] = 'do something obscenely biological to'; +$a->strings['did something obscenely biological to'] = 'did something obscenely biological to'; +$a->strings['point out the poke feature to'] = 'point out the poke feature to'; +$a->strings['pointed out the poke feature to'] = 'pointed out the poke feature to'; +$a->strings['declare undying love for'] = 'declare undying love for'; +$a->strings['declared undying love for'] = 'declared undying love for'; +$a->strings['patent'] = 'patent'; +$a->strings['patented'] = 'patented'; +$a->strings['stroke beard'] = 'stroke beard'; +$a->strings['stroked their beard at'] = 'stroked their beard at'; +$a->strings['bemoan the declining standards of modern secondary and tertiary education to'] = 'bemoan the declining standards of modern secondary and tertiary education to'; +$a->strings['bemoans the declining standards of modern secondary and tertiary education to'] = 'bemoans the declining standards of modern secondary and tertiary education to'; +$a->strings['hug'] = 'hug'; +$a->strings['hugged'] = 'hugged'; +$a->strings['kiss'] = 'kiss'; +$a->strings['kissed'] = 'kissed'; +$a->strings['raise eyebrows at'] = 'raise eyebrows at'; +$a->strings['raised their eyebrows at'] = 'raised their eyebrows at'; +$a->strings['insult'] = 'insult'; +$a->strings['insulted'] = 'insulted'; +$a->strings['praise'] = 'praise'; +$a->strings['praised'] = 'praised'; +$a->strings['be dubious of'] = 'be dubious of'; +$a->strings['was dubious of'] = 'is dubious of'; +$a->strings['eat'] = 'eat'; +$a->strings['ate'] = 'ate'; +$a->strings['giggle and fawn at'] = 'giggle and fawn at'; +$a->strings['giggled and fawned at'] = 'giggled and fawned at'; +$a->strings['doubt'] = 'doubt'; +$a->strings['doubted'] = 'doubted'; +$a->strings['glare'] = 'glare'; +$a->strings['glared at'] = 'glared at'; diff --git a/morepokes/lang/es/strings.php b/morepokes/lang/es/strings.php index c4943665..49bbbcf1 100644 --- a/morepokes/lang/es/strings.php +++ b/morepokes/lang/es/strings.php @@ -5,40 +5,39 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["bitchslap"] = "bofetada"; -$a->strings["bitchslapped"] = "abofeteó"; -$a->strings["shag"] = "atrapar"; -$a->strings["shagged"] = "atrapó"; -$a->strings["do something obscenely biological to"] = "hacer algo obscenamente biológico a"; -$a->strings["did something obscenely biological to"] = "hizo algo obscenamente biológico a"; -$a->strings["point out the poke feature to"] = "señalar la presentación de empuje a"; -$a->strings["pointed out the poke feature to"] = "señaló la presentación de empuje a"; -$a->strings["declare undying love for"] = "declarar amor eterno a"; -$a->strings["declared undying love for"] = "declaró amor eterno a"; -$a->strings["patent"] = "padres"; -$a->strings["patented"] = "emparentado"; -$a->strings["stroke beard"] = "acariciar barba"; -$a->strings["stroked their beard at"] = "acarició la barba a"; -$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "lamentar los estándares en declive de la educación secundaria y terciaria modernas a"; -$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "lamenta los estándares en declive de la educación secundaria y terciaria modernas a"; -$a->strings["hug"] = "abrazar"; -$a->strings["hugged"] = "abrazó"; -$a->strings["kiss"] = "beso"; -$a->strings["kissed"] = "besó"; -$a->strings["raise eyebrows at"] = "levantar cejas a"; -$a->strings["raised their eyebrows at"] = "le levantó las cejas a"; -$a->strings["insult"] = "insultar"; -$a->strings["insulted"] = "insultado"; -$a->strings["praise"] = "elogiar"; -$a->strings["praised"] = "elogiado"; -$a->strings["be dubious of"] = "dudar de"; -$a->strings["was dubious of"] = "dudó de"; -$a->strings["eat"] = "comer"; -$a->strings["ate"] = "comido"; -$a->strings["giggle and fawn at"] = "risita y adular a"; -$a->strings["giggled and fawned at"] = "rió y aduló a"; -$a->strings["doubt"] = "dudar"; -$a->strings["doubted"] = "dudó"; -$a->strings["glare"] = "mirar con furia"; -$a->strings["glared at"] = "miró con furia a"; +$a->strings['bitchslap'] = 'bofetada'; +$a->strings['bitchslapped'] = 'abofeteó'; +$a->strings['shag'] = 'atrapar'; +$a->strings['shagged'] = 'atrapó'; +$a->strings['do something obscenely biological to'] = 'hacer algo obscenamente biológico a'; +$a->strings['did something obscenely biological to'] = 'hizo algo obscenamente biológico a'; +$a->strings['point out the poke feature to'] = 'señalar la presentación de empuje a'; +$a->strings['pointed out the poke feature to'] = 'señaló la presentación de empuje a'; +$a->strings['declare undying love for'] = 'declarar amor eterno a'; +$a->strings['declared undying love for'] = 'declaró amor eterno a'; +$a->strings['patent'] = 'padres'; +$a->strings['patented'] = 'emparentado'; +$a->strings['stroke beard'] = 'acariciar barba'; +$a->strings['stroked their beard at'] = 'acarició la barba a'; +$a->strings['bemoan the declining standards of modern secondary and tertiary education to'] = 'lamentar los estándares en declive de la educación secundaria y terciaria modernas a'; +$a->strings['bemoans the declining standards of modern secondary and tertiary education to'] = 'lamenta los estándares en declive de la educación secundaria y terciaria modernas a'; +$a->strings['hug'] = 'abrazar'; +$a->strings['hugged'] = 'abrazó'; +$a->strings['kiss'] = 'beso'; +$a->strings['kissed'] = 'besó'; +$a->strings['raise eyebrows at'] = 'levantar cejas a'; +$a->strings['raised their eyebrows at'] = 'le levantó las cejas a'; +$a->strings['insult'] = 'insultar'; +$a->strings['insulted'] = 'insultado'; +$a->strings['praise'] = 'elogiar'; +$a->strings['praised'] = 'elogiado'; +$a->strings['be dubious of'] = 'dudar de'; +$a->strings['was dubious of'] = 'dudó de'; +$a->strings['eat'] = 'comer'; +$a->strings['ate'] = 'comido'; +$a->strings['giggle and fawn at'] = 'risita y adular a'; +$a->strings['giggled and fawned at'] = 'rió y aduló a'; +$a->strings['doubt'] = 'dudar'; +$a->strings['doubted'] = 'dudó'; +$a->strings['glare'] = 'mirar con furia'; +$a->strings['glared at'] = 'miró con furia a'; diff --git a/morepokes/lang/fi-fi/strings.php b/morepokes/lang/fi-fi/strings.php index 49b72f0a..22d1cb5d 100644 --- a/morepokes/lang/fi-fi/strings.php +++ b/morepokes/lang/fi-fi/strings.php @@ -5,26 +5,25 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["shag"] = "pane"; -$a->strings["shagged"] = "pani"; -$a->strings["patent"] = "patentoi"; -$a->strings["patented"] = "patentoi"; -$a->strings["stroke beard"] = "silitä partaa"; -$a->strings["stroked their beard at"] = "silitti partaa"; -$a->strings["hug"] = "halaa"; -$a->strings["hugged"] = "halasi"; -$a->strings["kiss"] = "suutele"; -$a->strings["kissed"] = "pussasi"; -$a->strings["insult"] = "loukkaa"; -$a->strings["insulted"] = "loukkasi"; -$a->strings["praise"] = "kehu"; -$a->strings["praised"] = "kehui"; -$a->strings["be dubious of"] = "epäile"; -$a->strings["was dubious of"] = "epäili"; -$a->strings["eat"] = "syö"; -$a->strings["ate"] = "söi"; -$a->strings["doubt"] = "epäile"; -$a->strings["doubted"] = "epäili"; -$a->strings["glare"] = "mulkoile"; -$a->strings["glared at"] = "mulkoili"; +$a->strings['shag'] = 'pane'; +$a->strings['shagged'] = 'pani'; +$a->strings['patent'] = 'patentoi'; +$a->strings['patented'] = 'patentoi'; +$a->strings['stroke beard'] = 'silitä partaa'; +$a->strings['stroked their beard at'] = 'silitti partaa'; +$a->strings['hug'] = 'halaa'; +$a->strings['hugged'] = 'halasi'; +$a->strings['kiss'] = 'suutele'; +$a->strings['kissed'] = 'pussasi'; +$a->strings['insult'] = 'loukkaa'; +$a->strings['insulted'] = 'loukkasi'; +$a->strings['praise'] = 'kehu'; +$a->strings['praised'] = 'kehui'; +$a->strings['be dubious of'] = 'epäile'; +$a->strings['was dubious of'] = 'epäili'; +$a->strings['eat'] = 'syö'; +$a->strings['ate'] = 'söi'; +$a->strings['doubt'] = 'epäile'; +$a->strings['doubted'] = 'epäili'; +$a->strings['glare'] = 'mulkoile'; +$a->strings['glared at'] = 'mulkoili'; diff --git a/morepokes/lang/it/strings.php b/morepokes/lang/it/strings.php index 992259bc..8d48cf79 100644 --- a/morepokes/lang/it/strings.php +++ b/morepokes/lang/it/strings.php @@ -5,40 +5,39 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["bitchslap"] = "schiaffeggia"; -$a->strings["bitchslapped"] = "ha schiaffeggiato"; -$a->strings["shag"] = "scopa"; -$a->strings["shagged"] = "ha scopato"; -$a->strings["do something obscenely biological to"] = "fa qualcosa di biologicamente osceno a"; -$a->strings["did something obscenely biological to"] = "ha fatto qualcosa di biologicamente osceno a"; -$a->strings["point out the poke feature to"] = "fa vedere la funzione \"stuzzica\" a"; -$a->strings["pointed out the poke feature to"] = "ha fatto vedere la funzione \"stuzzica\" a"; -$a->strings["declare undying love for"] = "dichiara eterno amore per"; -$a->strings["declared undying love for"] = "ha dichiarato eterno amore per"; -$a->strings["patent"] = "brevetta"; -$a->strings["patented"] = "ha brevettato"; -$a->strings["stroke beard"] = "tirare la barba"; -$a->strings["stroked their beard at"] = "ha tirato la barba di"; -$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "lamentati del declino degli standard della moderna istruzione secondaria e terziaria con"; -$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "si è lamentato del declino degli standard della moderna istruzione secondaria e terziaria con"; -$a->strings["hug"] = "abbraccia"; -$a->strings["hugged"] = "ha abbracciato"; -$a->strings["kiss"] = "bacia"; -$a->strings["kissed"] = "ha baciato"; -$a->strings["raise eyebrows at"] = "solleva un sopracciglio verso"; -$a->strings["raised their eyebrows at"] = "ha sollevato un sopracciglio verso"; -$a->strings["insult"] = "insulta"; -$a->strings["insulted"] = "ha insultato"; -$a->strings["praise"] = "prega"; -$a->strings["praised"] = "ha pregato"; -$a->strings["be dubious of"] = "dubita di"; -$a->strings["was dubious of"] = "ha dubitato di"; -$a->strings["eat"] = "mangia"; -$a->strings["ate"] = "ha mangiato"; -$a->strings["giggle and fawn at"] = "sorridi e adula"; -$a->strings["giggled and fawned at"] = "ha sorriso e adulato"; -$a->strings["doubt"] = "dubita"; -$a->strings["doubted"] = "dubitato"; -$a->strings["glare"] = "guarda con aria feroce"; -$a->strings["glared at"] = "ha guardato con aria feroce"; +$a->strings['bitchslap'] = 'schiaffeggia'; +$a->strings['bitchslapped'] = 'ha schiaffeggiato'; +$a->strings['shag'] = 'scopa'; +$a->strings['shagged'] = 'ha scopato'; +$a->strings['do something obscenely biological to'] = 'fa qualcosa di biologicamente osceno a'; +$a->strings['did something obscenely biological to'] = 'ha fatto qualcosa di biologicamente osceno a'; +$a->strings['point out the poke feature to'] = 'fa vedere la funzione "stuzzica" a'; +$a->strings['pointed out the poke feature to'] = 'ha fatto vedere la funzione "stuzzica" a'; +$a->strings['declare undying love for'] = 'dichiara eterno amore per'; +$a->strings['declared undying love for'] = 'ha dichiarato eterno amore per'; +$a->strings['patent'] = 'brevetta'; +$a->strings['patented'] = 'ha brevettato'; +$a->strings['stroke beard'] = 'tirare la barba'; +$a->strings['stroked their beard at'] = 'ha tirato la barba di'; +$a->strings['bemoan the declining standards of modern secondary and tertiary education to'] = 'lamentati del declino degli standard della moderna istruzione secondaria e terziaria con'; +$a->strings['bemoans the declining standards of modern secondary and tertiary education to'] = 'si è lamentato del declino degli standard della moderna istruzione secondaria e terziaria con'; +$a->strings['hug'] = 'abbraccia'; +$a->strings['hugged'] = 'ha abbracciato'; +$a->strings['kiss'] = 'bacia'; +$a->strings['kissed'] = 'ha baciato'; +$a->strings['raise eyebrows at'] = 'solleva un sopracciglio verso'; +$a->strings['raised their eyebrows at'] = 'ha sollevato un sopracciglio verso'; +$a->strings['insult'] = 'insulta'; +$a->strings['insulted'] = 'ha insultato'; +$a->strings['praise'] = 'prega'; +$a->strings['praised'] = 'ha pregato'; +$a->strings['be dubious of'] = 'dubita di'; +$a->strings['was dubious of'] = 'ha dubitato di'; +$a->strings['eat'] = 'mangia'; +$a->strings['ate'] = 'ha mangiato'; +$a->strings['giggle and fawn at'] = 'sorridi e adula'; +$a->strings['giggled and fawned at'] = 'ha sorriso e adulato'; +$a->strings['doubt'] = 'dubita'; +$a->strings['doubted'] = 'dubitato'; +$a->strings['glare'] = 'guarda con aria feroce'; +$a->strings['glared at'] = 'ha guardato con aria feroce'; diff --git a/morepokes/lang/nl/strings.php b/morepokes/lang/nl/strings.php index b560b9d7..63053009 100644 --- a/morepokes/lang/nl/strings.php +++ b/morepokes/lang/nl/strings.php @@ -5,40 +5,39 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["bitchslap"] = "Kaakslag"; -$a->strings["bitchslapped"] = "Sloeg op de kaak"; -$a->strings["shag"] = "Liefde bedrijven"; -$a->strings["shagged"] = "De liefde bedreven"; -$a->strings["do something obscenely biological to"] = "Doe iets biologisch obsceen"; -$a->strings["did something obscenely biological to"] = "Heeft iets biologisch obsceen gedaan"; -$a->strings["point out the poke feature to"] = "De functie porren uitleggen"; -$a->strings["pointed out the poke feature to"] = "Legde de functie porren uit aan"; -$a->strings["declare undying love for"] = "Eeuwige liefde verklaren"; -$a->strings["declared undying love for"] = "Verklaarde eeuwige liefde"; -$a->strings["patent"] = "Patenteren"; -$a->strings["patented"] = "Patenteerde"; -$a->strings["stroke beard"] = "Baard strijken"; -$a->strings["stroked their beard at"] = "Streek zijn baard naar"; -$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "De dalende normen van het moderne secundaire en tertiaire onderwijs betreuren aan"; -$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "betreurt de dalende normen van het moderne secundaire en tertiaire onderwijs aan"; -$a->strings["hug"] = "knuffel"; -$a->strings["hugged"] = "knuffelde"; -$a->strings["kiss"] = "kus"; -$a->strings["kissed"] = "kuste"; -$a->strings["raise eyebrows at"] = "Fronsen"; -$a->strings["raised their eyebrows at"] = "Fronsde naar"; -$a->strings["insult"] = "Beledigen"; -$a->strings["insulted"] = "Beledigde"; -$a->strings["praise"] = "Loven"; -$a->strings["praised"] = "Loofde"; -$a->strings["be dubious of"] = "Verdachten"; -$a->strings["was dubious of"] = "Verdachtte"; -$a->strings["eat"] = "Opeten"; -$a->strings["ate"] = "Eete op"; -$a->strings["giggle and fawn at"] = "Giechelen"; -$a->strings["giggled and fawned at"] = "Giechelde naar"; -$a->strings["doubt"] = "Twijfelen"; -$a->strings["doubted"] = "Twijfelde over"; -$a->strings["glare"] = "Schitteren"; -$a->strings["glared at"] = "Schitterde naar"; +$a->strings['bitchslap'] = 'Kaakslag'; +$a->strings['bitchslapped'] = 'Sloeg op de kaak'; +$a->strings['shag'] = 'Liefde bedrijven'; +$a->strings['shagged'] = 'De liefde bedreven'; +$a->strings['do something obscenely biological to'] = 'Doe iets biologisch obsceen'; +$a->strings['did something obscenely biological to'] = 'Heeft iets biologisch obsceen gedaan'; +$a->strings['point out the poke feature to'] = 'De functie porren uitleggen'; +$a->strings['pointed out the poke feature to'] = 'Legde de functie porren uit aan'; +$a->strings['declare undying love for'] = 'Eeuwige liefde verklaren'; +$a->strings['declared undying love for'] = 'Verklaarde eeuwige liefde'; +$a->strings['patent'] = 'Patenteren'; +$a->strings['patented'] = 'Patenteerde'; +$a->strings['stroke beard'] = 'Baard strijken'; +$a->strings['stroked their beard at'] = 'Streek zijn baard naar'; +$a->strings['bemoan the declining standards of modern secondary and tertiary education to'] = 'De dalende normen van het moderne secundaire en tertiaire onderwijs betreuren aan'; +$a->strings['bemoans the declining standards of modern secondary and tertiary education to'] = 'betreurt de dalende normen van het moderne secundaire en tertiaire onderwijs aan'; +$a->strings['hug'] = 'knuffel'; +$a->strings['hugged'] = 'knuffelde'; +$a->strings['kiss'] = 'kus'; +$a->strings['kissed'] = 'kuste'; +$a->strings['raise eyebrows at'] = 'Fronsen'; +$a->strings['raised their eyebrows at'] = 'Fronsde naar'; +$a->strings['insult'] = 'Beledigen'; +$a->strings['insulted'] = 'Beledigde'; +$a->strings['praise'] = 'Loven'; +$a->strings['praised'] = 'Loofde'; +$a->strings['be dubious of'] = 'Verdachten'; +$a->strings['was dubious of'] = 'Verdachtte'; +$a->strings['eat'] = 'Opeten'; +$a->strings['ate'] = 'Eete op'; +$a->strings['giggle and fawn at'] = 'Giechelen'; +$a->strings['giggled and fawned at'] = 'Giechelde naar'; +$a->strings['doubt'] = 'Twijfelen'; +$a->strings['doubted'] = 'Twijfelde over'; +$a->strings['glare'] = 'Schitteren'; +$a->strings['glared at'] = 'Schitterde naar'; diff --git a/morepokes/lang/pl/strings.php b/morepokes/lang/pl/strings.php index cfd98be0..70639e94 100644 --- a/morepokes/lang/pl/strings.php +++ b/morepokes/lang/pl/strings.php @@ -5,40 +5,39 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["bitchslap"] = "spoliczkować"; -$a->strings["bitchslapped"] = "spoliczkowanie"; -$a->strings["shag"] = "wścieka się"; -$a->strings["shagged"] = "wściekły"; -$a->strings["do something obscenely biological to"] = "zrobić coś nieprzyzwoicie biologicznego"; -$a->strings["did something obscenely biological to"] = "zrobił coś nieprzyzwoicie biologicznego"; -$a->strings["point out the poke feature to"] = "wskaż funkcję szturchnąć"; -$a->strings["pointed out the poke feature to"] = "wskaż na funkcję zaczepić do"; -$a->strings["declare undying love for"] = "wyznaję dozgonną miłość do"; -$a->strings["declared undying love for"] = "deklaruję dozgonną miłość dla"; -$a->strings["patent"] = "patent"; -$a->strings["patented"] = "opatentowane"; -$a->strings["stroke beard"] = "pogłaskać brodę"; -$a->strings["stroked their beard at"] = "pogłaskał ich brody o"; -$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "opłakują upadające standardy nowoczesnej szkoły średniej i wyższej"; -$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "żałuje upadających standardów nowoczesnej edukacji na poziomie średnim i wyższym"; -$a->strings["hug"] = "objął"; -$a->strings["hugged"] = "objąć"; -$a->strings["kiss"] = "całus"; -$a->strings["kissed"] = "ucałować"; -$a->strings["raise eyebrows at"] = "podnieś brwi"; -$a->strings["raised their eyebrows at"] = "podnieśli brwi"; -$a->strings["insult"] = "obraza"; -$a->strings["insulted"] = "znieważony"; -$a->strings["praise"] = "pochwała"; -$a->strings["praised"] = "pochwalić"; -$a->strings["be dubious of"] = "jest wątpliwe"; -$a->strings["was dubious of"] = "było wątpliwe"; -$a->strings["eat"] = "jeść"; -$a->strings["ate"] = "jadł"; -$a->strings["giggle and fawn at"] = "chichotać i płakać"; -$a->strings["giggled and fawned at"] = "roześmiał się przymilająco"; -$a->strings["doubt"] = "wątpi"; -$a->strings["doubted"] = "powątpiewa"; -$a->strings["glare"] = "blask"; -$a->strings["glared at"] = "spojrzał na"; +$a->strings['bitchslap'] = 'spoliczkować'; +$a->strings['bitchslapped'] = 'spoliczkowanie'; +$a->strings['shag'] = 'wścieka się'; +$a->strings['shagged'] = 'wściekły'; +$a->strings['do something obscenely biological to'] = 'zrobić coś nieprzyzwoicie biologicznego'; +$a->strings['did something obscenely biological to'] = 'zrobił coś nieprzyzwoicie biologicznego'; +$a->strings['point out the poke feature to'] = 'wskaż funkcję szturchnąć'; +$a->strings['pointed out the poke feature to'] = 'wskaż na funkcję zaczepić do'; +$a->strings['declare undying love for'] = 'wyznaję dozgonną miłość do'; +$a->strings['declared undying love for'] = 'deklaruję dozgonną miłość dla'; +$a->strings['patent'] = 'patent'; +$a->strings['patented'] = 'opatentowane'; +$a->strings['stroke beard'] = 'pogłaskać brodę'; +$a->strings['stroked their beard at'] = 'pogłaskał ich brody o'; +$a->strings['bemoan the declining standards of modern secondary and tertiary education to'] = 'opłakują upadające standardy nowoczesnej szkoły średniej i wyższej'; +$a->strings['bemoans the declining standards of modern secondary and tertiary education to'] = 'żałuje upadających standardów nowoczesnej edukacji na poziomie średnim i wyższym'; +$a->strings['hug'] = 'objął'; +$a->strings['hugged'] = 'objąć'; +$a->strings['kiss'] = 'całus'; +$a->strings['kissed'] = 'ucałować'; +$a->strings['raise eyebrows at'] = 'podnieś brwi'; +$a->strings['raised their eyebrows at'] = 'podnieśli brwi'; +$a->strings['insult'] = 'obraza'; +$a->strings['insulted'] = 'znieważony'; +$a->strings['praise'] = 'pochwała'; +$a->strings['praised'] = 'pochwalić'; +$a->strings['be dubious of'] = 'jest wątpliwe'; +$a->strings['was dubious of'] = 'było wątpliwe'; +$a->strings['eat'] = 'jeść'; +$a->strings['ate'] = 'jadł'; +$a->strings['giggle and fawn at'] = 'chichotać i płakać'; +$a->strings['giggled and fawned at'] = 'roześmiał się przymilająco'; +$a->strings['doubt'] = 'wątpi'; +$a->strings['doubted'] = 'powątpiewa'; +$a->strings['glare'] = 'blask'; +$a->strings['glared at'] = 'spojrzał na'; diff --git a/morepokes/lang/ro/strings.php b/morepokes/lang/ro/strings.php index 90546428..12ed5c76 100644 --- a/morepokes/lang/ro/strings.php +++ b/morepokes/lang/ro/strings.php @@ -5,40 +5,39 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["bitchslap"] = "palmuire-javră"; -$a->strings["bitchslapped"] = "javră-pălmuită"; -$a->strings["shag"] = "pune-o"; -$a->strings["shagged"] = "a pus-o"; -$a->strings["do something obscenely biological to"] = "fă-i ceva biologic obscen lui"; -$a->strings["did something obscenely biological to"] = "i s-a făcut ceva biologic obscen lui"; -$a->strings["point out the poke feature to"] = "arată caracteristica de abordare lui"; -$a->strings["pointed out the poke feature to"] = "caracteristică de abordare arătată lui"; -$a->strings["declare undying love for"] = "declară dragoste veșnică pentru"; -$a->strings["declared undying love for"] = "dragoste veșnică declarată lui"; -$a->strings["patent"] = "brevet"; -$a->strings["patented"] = "brevetat"; -$a->strings["stroke beard"] = "lovire în barbă"; -$a->strings["stroked their beard at"] = "loviți în barbă la"; -$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "deplângerea standardelor decăzute ale educației moderne secundare și terțiare pentru"; -$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "deplânge standardele decăzute ale educației moderne secundare și terțiare pentru"; -$a->strings["hug"] = "îmbrățișare"; -$a->strings["hugged"] = "îmbrățișat(ă)"; -$a->strings["kiss"] = "sărut"; -$a->strings["kissed"] = "sărutat(ă)"; -$a->strings["raise eyebrows at"] = "ridică sprâncenele către"; -$a->strings["raised their eyebrows at"] = "a ridicat sprâncenele către"; -$a->strings["insult"] = "insultă"; -$a->strings["insulted"] = "insultat(ă)"; -$a->strings["praise"] = "laudă"; -$a->strings["praised"] = "lăudat(ă)"; -$a->strings["be dubious of"] = "arată-ți sceptitudinea față de"; -$a->strings["was dubious of"] = "a fost catalogat(ă) ca ciudat(ă) de către"; -$a->strings["eat"] = "devorează"; -$a->strings["ate"] = "devorat(ă)"; -$a->strings["giggle and fawn at"] = "chicotește și lingușește-l pe"; -$a->strings["giggled and fawned at"] = "a fost chicotit(ă) și lingușit(ă) de către"; -$a->strings["doubt"] = "îndoială"; -$a->strings["doubted"] = "nu a prezentat încredere"; -$a->strings["glare"] = "fixează cu privirea"; -$a->strings["glared at"] = "luat(ă) în colimator"; +$a->strings['bitchslap'] = 'palmuire-javră'; +$a->strings['bitchslapped'] = 'javră-pălmuită'; +$a->strings['shag'] = 'pune-o'; +$a->strings['shagged'] = 'a pus-o'; +$a->strings['do something obscenely biological to'] = 'fă-i ceva biologic obscen lui'; +$a->strings['did something obscenely biological to'] = 'i s-a făcut ceva biologic obscen lui'; +$a->strings['point out the poke feature to'] = 'arată caracteristica de abordare lui'; +$a->strings['pointed out the poke feature to'] = 'caracteristică de abordare arătată lui'; +$a->strings['declare undying love for'] = 'declară dragoste veșnică pentru'; +$a->strings['declared undying love for'] = 'dragoste veșnică declarată lui'; +$a->strings['patent'] = 'brevet'; +$a->strings['patented'] = 'brevetat'; +$a->strings['stroke beard'] = 'lovire în barbă'; +$a->strings['stroked their beard at'] = 'loviți în barbă la'; +$a->strings['bemoan the declining standards of modern secondary and tertiary education to'] = 'deplângerea standardelor decăzute ale educației moderne secundare și terțiare pentru'; +$a->strings['bemoans the declining standards of modern secondary and tertiary education to'] = 'deplânge standardele decăzute ale educației moderne secundare și terțiare pentru'; +$a->strings['hug'] = 'îmbrățișare'; +$a->strings['hugged'] = 'îmbrățișat(ă)'; +$a->strings['kiss'] = 'sărut'; +$a->strings['kissed'] = 'sărutat(ă)'; +$a->strings['raise eyebrows at'] = 'ridică sprâncenele către'; +$a->strings['raised their eyebrows at'] = 'a ridicat sprâncenele către'; +$a->strings['insult'] = 'insultă'; +$a->strings['insulted'] = 'insultat(ă)'; +$a->strings['praise'] = 'laudă'; +$a->strings['praised'] = 'lăudat(ă)'; +$a->strings['be dubious of'] = 'arată-ți sceptitudinea față de'; +$a->strings['was dubious of'] = 'a fost catalogat(ă) ca ciudat(ă) de către'; +$a->strings['eat'] = 'devorează'; +$a->strings['ate'] = 'devorat(ă)'; +$a->strings['giggle and fawn at'] = 'chicotește și lingușește-l pe'; +$a->strings['giggled and fawned at'] = 'a fost chicotit(ă) și lingușit(ă) de către'; +$a->strings['doubt'] = 'îndoială'; +$a->strings['doubted'] = 'nu a prezentat încredere'; +$a->strings['glare'] = 'fixează cu privirea'; +$a->strings['glared at'] = 'luat(ă) în colimator'; diff --git a/newmemberwidget/lang/cs/strings.php b/newmemberwidget/lang/cs/strings.php index fe120bb3..62673df9 100644 --- a/newmemberwidget/lang/cs/strings.php +++ b/newmemberwidget/lang/cs/strings.php @@ -5,17 +5,16 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n==1)) { return 0; } else if (($n>=2 && $n<=4)) { return 1; } else { return 2; } }} -; -$a->strings["New Member"] = "Nový člen"; -$a->strings["Tips for New Members"] = "Tipy pro nové členy"; -$a->strings["Global Support Forum"] = "Globální fórum podpory"; -$a->strings["Local Support Forum"] = "Lokální fórum podpory"; -$a->strings["Save Settings"] = "Uložit Nastavení"; -$a->strings["Message"] = "Zpráva"; -$a->strings["Your message for new members. You can use bbcode here."] = "Vaše zpráva pro nové členy. Zde můžete použít BBCode."; -$a->strings["Add a link to global support forum"] = "Přidejte odkaz na globální fórum podpory"; -$a->strings["Should a link to the global support forum be displayed?"] = "Má být odkaz na globální fórum podpory zobrazen?"; -$a->strings["Add a link to the local support forum"] = "Přidejte odkaz na lokální fórum podpory"; -$a->strings["If you have a local support forum and wand to have a link displayed in the widget, check this box."] = "Pokud máte lokální fórum podpory a chcete mít zobrazen jeho odkaz, zvolte tuto volbu."; -$a->strings["Name of the local support group"] = "Název lokálního fóra podpory"; -$a->strings["If you checked the above, specify the nickname of the local support group here (i.e. helpers)"] = "Pokud jste výše uvedené zaškrtli, specifikujte zde přezdívku lokální podpůrné skupiny (např. pomahači)"; +$a->strings['New Member'] = 'Nový člen'; +$a->strings['Tips for New Members'] = 'Tipy pro nové členy'; +$a->strings['Global Support Forum'] = 'Globální fórum podpory'; +$a->strings['Local Support Forum'] = 'Lokální fórum podpory'; +$a->strings['Save Settings'] = 'Uložit Nastavení'; +$a->strings['Message'] = 'Zpráva'; +$a->strings['Your message for new members. You can use bbcode here.'] = 'Vaše zpráva pro nové členy. Zde můžete použít BBCode.'; +$a->strings['Add a link to global support forum'] = 'Přidejte odkaz na globální fórum podpory'; +$a->strings['Should a link to the global support forum be displayed?'] = 'Má být odkaz na globální fórum podpory zobrazen?'; +$a->strings['Add a link to the local support forum'] = 'Přidejte odkaz na lokální fórum podpory'; +$a->strings['If you have a local support forum and wand to have a link displayed in the widget, check this box.'] = 'Pokud máte lokální fórum podpory a chcete mít zobrazen jeho odkaz, zvolte tuto volbu.'; +$a->strings['Name of the local support group'] = 'Název lokálního fóra podpory'; +$a->strings['If you checked the above, specify the nickname of the local support group here (i.e. helpers)'] = 'Pokud jste výše uvedené zaškrtli, specifikujte zde přezdívku lokální podpůrné skupiny (např. pomahači)'; diff --git a/newmemberwidget/lang/de/strings.php b/newmemberwidget/lang/de/strings.php index 9da482d4..c7dc503c 100644 --- a/newmemberwidget/lang/de/strings.php +++ b/newmemberwidget/lang/de/strings.php @@ -5,17 +5,16 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["New Member"] = "Neue Nutzer"; -$a->strings["Tips for New Members"] = "Tipps für neue Nutzer"; -$a->strings["Global Support Forum"] = "Globales Forum für Hilfsanfragen"; -$a->strings["Local Support Forum"] = "Lokales Forum für Hilfsanfragen"; -$a->strings["Save Settings"] = "Einstellungen speichern"; -$a->strings["Message"] = "Nachricht"; -$a->strings["Your message for new members. You can use bbcode here."] = "Deine Nachricht für neue Nutzer. BBCode kann verwendet werden."; -$a->strings["Add a link to global support forum"] = "Link zum globalen Support-Forum anzeigen"; -$a->strings["Should a link to the global support forum be displayed?"] = "Soll ein Link zum globalen Support-Forum angezeigt werden?"; -$a->strings["Add a link to the local support forum"] = "Link zum lokalen Support-Forum anzeigen"; -$a->strings["If you have a local support forum and want to have a link displayed in the widget, check this box."] = "Wenn du ein lokales Support-Forum eingerichtet hast und ein Link darauf angezeigt werden soll, schalte dies ein."; -$a->strings["Name of the local support group"] = "Name des lokalen Support-Forums"; -$a->strings["If you checked the above, specify the nickname of the local support group here (i.e. helpers)"] = "Wenn der Link angezeigt werden soll, dann trage hier den Spitznamen des Forums ein (z.B. helpers)"; +$a->strings['New Member'] = 'Neue Nutzer'; +$a->strings['Tips for New Members'] = 'Tipps für neue Nutzer'; +$a->strings['Global Support Forum'] = 'Globales Forum für Hilfsanfragen'; +$a->strings['Local Support Forum'] = 'Lokales Forum für Hilfsanfragen'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; +$a->strings['Message'] = 'Nachricht'; +$a->strings['Your message for new members. You can use bbcode here.'] = 'Deine Nachricht für neue Nutzer. BBCode kann verwendet werden.'; +$a->strings['Add a link to global support forum'] = 'Link zum globalen Support-Forum anzeigen'; +$a->strings['Should a link to the global support forum be displayed?'] = 'Soll ein Link zum globalen Support-Forum angezeigt werden?'; +$a->strings['Add a link to the local support forum'] = 'Link zum lokalen Support-Forum anzeigen'; +$a->strings['If you have a local support forum and want to have a link displayed in the widget, check this box.'] = 'Wenn du ein lokales Support-Forum eingerichtet hast und ein Link darauf angezeigt werden soll, schalte dies ein.'; +$a->strings['Name of the local support group'] = 'Name des lokalen Support-Forums'; +$a->strings['If you checked the above, specify the nickname of the local support group here (i.e. helpers)'] = 'Wenn der Link angezeigt werden soll, dann trage hier den Spitznamen des Forums ein (z.B. helpers)'; diff --git a/newmemberwidget/lang/es/strings.php b/newmemberwidget/lang/es/strings.php index 70fc4f6d..28253b73 100644 --- a/newmemberwidget/lang/es/strings.php +++ b/newmemberwidget/lang/es/strings.php @@ -5,17 +5,16 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["New Member"] = "Nuevo Miembro"; -$a->strings["Tips for New Members"] = "Consejos para Nuevos Miembros"; -$a->strings["Global Support Forum"] = "Foro de Soporte Global"; -$a->strings["Local Support Forum"] = "Foro de Soporte Local"; -$a->strings["Save Settings"] = "Guardar Ajustes"; -$a->strings["Message"] = "Mensaje"; -$a->strings["Your message for new members. You can use bbcode here."] = "Su mensaje para los nuevos miembros. Puede usar bbcode aquí"; -$a->strings["Add a link to global support forum"] = "Añadir un enlace al foro de soporte global"; -$a->strings["Should a link to the global support forum be displayed?"] = "¿Debería mostrarse un enlace al foro de soporte global?"; -$a->strings["Add a link to the local support forum"] = "Añadir un enlace al foro de soporte local"; -$a->strings["If you have a local support forum and want to have a link displayed in the widget, check this box."] = "Si tiene foro de soporte local y desea que se muestre un enlace en el widget, marque esta casilla."; -$a->strings["Name of the local support group"] = "Nombre del grupo de soporte local"; -$a->strings["If you checked the above, specify the nickname of the local support group here (i.e. helpers)"] = "Si chequeó arriba, especifique el apodo del grupo de soporte local aquí (asistentes)"; +$a->strings['New Member'] = 'Nuevo Miembro'; +$a->strings['Tips for New Members'] = 'Consejos para Nuevos Miembros'; +$a->strings['Global Support Forum'] = 'Foro de Soporte Global'; +$a->strings['Local Support Forum'] = 'Foro de Soporte Local'; +$a->strings['Save Settings'] = 'Guardar Ajustes'; +$a->strings['Message'] = 'Mensaje'; +$a->strings['Your message for new members. You can use bbcode here.'] = 'Su mensaje para los nuevos miembros. Puede usar bbcode aquí'; +$a->strings['Add a link to global support forum'] = 'Añadir un enlace al foro de soporte global'; +$a->strings['Should a link to the global support forum be displayed?'] = '¿Debería mostrarse un enlace al foro de soporte global?'; +$a->strings['Add a link to the local support forum'] = 'Añadir un enlace al foro de soporte local'; +$a->strings['If you have a local support forum and want to have a link displayed in the widget, check this box.'] = 'Si tiene foro de soporte local y desea que se muestre un enlace en el widget, marque esta casilla.'; +$a->strings['Name of the local support group'] = 'Nombre del grupo de soporte local'; +$a->strings['If you checked the above, specify the nickname of the local support group here (i.e. helpers)'] = 'Si chequeó arriba, especifique el apodo del grupo de soporte local aquí (asistentes)'; diff --git a/newmemberwidget/lang/et/strings.php b/newmemberwidget/lang/et/strings.php index f6184964..3d4f8167 100644 --- a/newmemberwidget/lang/et/strings.php +++ b/newmemberwidget/lang/et/strings.php @@ -5,10 +5,9 @@ function string_plural_select_et($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["New Member"] = "Uus liige"; -$a->strings["Tips for New Members"] = "Nippe uutele liikmetele"; -$a->strings["Global Support Forum"] = "Globaalne tugifoorum"; -$a->strings["Local Support Forum"] = "Lokaalne tugifoorum"; -$a->strings["Save Settings"] = "Salvesta sätted"; -$a->strings["Message"] = "Sõnum"; +$a->strings['New Member'] = 'Uus liige'; +$a->strings['Tips for New Members'] = 'Nippe uutele liikmetele'; +$a->strings['Global Support Forum'] = 'Globaalne tugifoorum'; +$a->strings['Local Support Forum'] = 'Lokaalne tugifoorum'; +$a->strings['Save Settings'] = 'Salvesta sätted'; +$a->strings['Message'] = 'Sõnum'; diff --git a/newmemberwidget/lang/fi-fi/strings.php b/newmemberwidget/lang/fi-fi/strings.php index 71ece029..0282704e 100644 --- a/newmemberwidget/lang/fi-fi/strings.php +++ b/newmemberwidget/lang/fi-fi/strings.php @@ -5,13 +5,12 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["New Member"] = "Uusi jäsen"; -$a->strings["Tips for New Members"] = "Vinkkejä uusille käyttäjille"; -$a->strings["Global Support Forum"] = "Maailmanlaajuinen tukifoorumi"; -$a->strings["Local Support Forum"] = "Paikallinen tukifoorumi"; -$a->strings["Save Settings"] = "Tallenna asetukset"; -$a->strings["Message"] = "Viesti"; -$a->strings["Add a link to global support forum"] = "Lisää linkki maailmanlaajuiseen tukifoorumiin"; -$a->strings["Add a link to the local support forum"] = "Lisää linkki paikalliseen tukifoorumiin"; -$a->strings["Name of the local support group"] = "Paikallisen tukifoorumin nimi"; +$a->strings['New Member'] = 'Uusi jäsen'; +$a->strings['Tips for New Members'] = 'Vinkkejä uusille käyttäjille'; +$a->strings['Global Support Forum'] = 'Maailmanlaajuinen tukifoorumi'; +$a->strings['Local Support Forum'] = 'Paikallinen tukifoorumi'; +$a->strings['Save Settings'] = 'Tallenna asetukset'; +$a->strings['Message'] = 'Viesti'; +$a->strings['Add a link to global support forum'] = 'Lisää linkki maailmanlaajuiseen tukifoorumiin'; +$a->strings['Add a link to the local support forum'] = 'Lisää linkki paikalliseen tukifoorumiin'; +$a->strings['Name of the local support group'] = 'Paikallisen tukifoorumin nimi'; diff --git a/newmemberwidget/lang/hu/strings.php b/newmemberwidget/lang/hu/strings.php index 9c30842a..edf2a003 100644 --- a/newmemberwidget/lang/hu/strings.php +++ b/newmemberwidget/lang/hu/strings.php @@ -5,17 +5,16 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["New Member"] = "Új tag"; -$a->strings["Tips for New Members"] = "Tippek új tagoknak"; -$a->strings["Global Support Forum"] = "Globális támogató fórum"; -$a->strings["Local Support Forum"] = "Helyi támogató fórum"; -$a->strings["Save Settings"] = "Beállítások mentése"; -$a->strings["Message"] = "Üzenet"; -$a->strings["Your message for new members. You can use bbcode here."] = "Az Ön üzenete az új tagoknak. Itt használhat BBCode-ot."; -$a->strings["Add a link to global support forum"] = "A globális támogató fórumra mutató hivatkozás hozzáadása"; -$a->strings["Should a link to the global support forum be displayed?"] = "Meg kell jeleníteni a globális támogató fórumra mutató hivatkozást?"; -$a->strings["Add a link to the local support forum"] = "A helyi támogató fórumra mutató hivatkozás hozzáadása"; -$a->strings["If you have a local support forum and want to have a link displayed in the widget, check this box."] = "Ha van helyi támogató fóruma és szeretne egy hivatkozást megjeleníteni a felületi elemben, akkor jelölje be azt a négyzetet."; -$a->strings["Name of the local support group"] = "A helyi támogató csoport neve"; -$a->strings["If you checked the above, specify the nickname of the local support group here (i.e. helpers)"] = "Ha bejelölte a fentit, akkor itt adja meg a helyi támogató csoport becenevét (például segítők)"; +$a->strings['New Member'] = 'Új tag'; +$a->strings['Tips for New Members'] = 'Tippek új tagoknak'; +$a->strings['Global Support Forum'] = 'Globális támogató fórum'; +$a->strings['Local Support Forum'] = 'Helyi támogató fórum'; +$a->strings['Save Settings'] = 'Beállítások mentése'; +$a->strings['Message'] = 'Üzenet'; +$a->strings['Your message for new members. You can use bbcode here.'] = 'Az Ön üzenete az új tagoknak. Itt használhat BBCode-ot.'; +$a->strings['Add a link to global support forum'] = 'A globális támogató fórumra mutató hivatkozás hozzáadása'; +$a->strings['Should a link to the global support forum be displayed?'] = 'Meg kell jeleníteni a globális támogató fórumra mutató hivatkozást?'; +$a->strings['Add a link to the local support forum'] = 'A helyi támogató fórumra mutató hivatkozás hozzáadása'; +$a->strings['If you have a local support forum and want to have a link displayed in the widget, check this box.'] = 'Ha van helyi támogató fóruma és szeretne egy hivatkozást megjeleníteni a felületi elemben, akkor jelölje be azt a négyzetet.'; +$a->strings['Name of the local support group'] = 'A helyi támogató csoport neve'; +$a->strings['If you checked the above, specify the nickname of the local support group here (i.e. helpers)'] = 'Ha bejelölte a fentit, akkor itt adja meg a helyi támogató csoport becenevét (például segítők)'; diff --git a/newmemberwidget/lang/it/strings.php b/newmemberwidget/lang/it/strings.php index dc73e174..8e8ae7c7 100644 --- a/newmemberwidget/lang/it/strings.php +++ b/newmemberwidget/lang/it/strings.php @@ -5,17 +5,16 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["New Member"] = "Nuovi Utenti"; -$a->strings["Tips for New Members"] = "Consigli per i Nuovi Utenti"; -$a->strings["Global Support Forum"] = "Forum Globale di Supporto"; -$a->strings["Local Support Forum"] = "Forum Locale di Supporto"; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$a->strings["Message"] = "Messaggio"; -$a->strings["Your message for new members. You can use bbcode here."] = "Il tuo messaggio per i nuovi utenti. Puoi usare BBCode"; -$a->strings["Add a link to global support forum"] = "Aggiunge un collegamento al forum di supporto globale"; -$a->strings["Should a link to the global support forum be displayed?"] = "Mostrare il collegamento al forum di supporto globale?"; -$a->strings["Add a link to the local support forum"] = "Aggiunge un collegamento al forum di supporto locale"; -$a->strings["If you have a local support forum and want to have a link displayed in the widget, check this box."] = "Se hai un forum di supporto locale e vuoi che sia mostrato il collegamento nel widget, seleziona questo box."; -$a->strings["Name of the local support group"] = "Nome del gruppo locale di supporto"; -$a->strings["If you checked the above, specify the nickname of the local support group here (i.e. helpers)"] = "Se hai selezionato il box sopra, specifica qui il nome utente del gruppo locale di supporto (e.s. 'supporto')"; +$a->strings['New Member'] = 'Nuovi Utenti'; +$a->strings['Tips for New Members'] = 'Consigli per i Nuovi Utenti'; +$a->strings['Global Support Forum'] = 'Forum Globale di Supporto'; +$a->strings['Local Support Forum'] = 'Forum Locale di Supporto'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; +$a->strings['Message'] = 'Messaggio'; +$a->strings['Your message for new members. You can use bbcode here.'] = 'Il tuo messaggio per i nuovi utenti. Puoi usare BBCode'; +$a->strings['Add a link to global support forum'] = 'Aggiunge un collegamento al forum di supporto globale'; +$a->strings['Should a link to the global support forum be displayed?'] = 'Mostrare il collegamento al forum di supporto globale?'; +$a->strings['Add a link to the local support forum'] = 'Aggiunge un collegamento al forum di supporto locale'; +$a->strings['If you have a local support forum and want to have a link displayed in the widget, check this box.'] = 'Se hai un forum di supporto locale e vuoi che sia mostrato il collegamento nel widget, seleziona questo box.'; +$a->strings['Name of the local support group'] = 'Nome del gruppo locale di supporto'; +$a->strings['If you checked the above, specify the nickname of the local support group here (i.e. helpers)'] = 'Se hai selezionato il box sopra, specifica qui il nome utente del gruppo locale di supporto (e.s. \'supporto\')'; diff --git a/newmemberwidget/lang/nl/strings.php b/newmemberwidget/lang/nl/strings.php index 9b38bf0f..0d492eea 100644 --- a/newmemberwidget/lang/nl/strings.php +++ b/newmemberwidget/lang/nl/strings.php @@ -5,7 +5,6 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["New Member"] = "Nieuw lid"; -$a->strings["Tips for New Members"] = "Tips voor nieuwe leden"; -$a->strings["Save Settings"] = "Instellingen opslaan"; +$a->strings['New Member'] = 'Nieuw lid'; +$a->strings['Tips for New Members'] = 'Tips voor nieuwe leden'; +$a->strings['Save Settings'] = 'Instellingen opslaan'; diff --git a/newmemberwidget/lang/pl/strings.php b/newmemberwidget/lang/pl/strings.php index 8405d789..a5ae39c7 100644 --- a/newmemberwidget/lang/pl/strings.php +++ b/newmemberwidget/lang/pl/strings.php @@ -5,17 +5,16 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["New Member"] = "Nowy Użytkownik"; -$a->strings["Tips for New Members"] = "Wskazówki dla nowych członków"; -$a->strings["Global Support Forum"] = "Globalne forum pomocy technicznej"; -$a->strings["Local Support Forum"] = "Lokalne Forum Wsparcia"; -$a->strings["Save Settings"] = "Zapisz ustawienia"; -$a->strings["Message"] = "Wiadomość"; -$a->strings["Your message for new members. You can use bbcode here."] = "Twoja wiadomość dla nowych członków. Możesz użyć bbcode tutaj."; -$a->strings["Add a link to global support forum"] = "Dodaj link do globalnego forum pomocy technicznej"; -$a->strings["Should a link to the global support forum be displayed?"] = "Czy powinien być wyświetlany link do globalnego forum pomocy technicznej?"; -$a->strings["Add a link to the local support forum"] = "Dodaj link do lokalnego forum pomocy technicznej"; -$a->strings["If you have a local support forum and wand to have a link displayed in the widget, check this box."] = "Jeżeli masz lokalne wsparcie forum i różdżki, aby mieć łącze wyświetlane w widżecie, zaznacz to pole wyboru."; -$a->strings["Name of the local support group"] = "Nazwa grupy lokalnej pomocy technicznej"; -$a->strings["If you checked the above, specify the nickname of the local support group here (i.e. helpers)"] = "Jeśli zaznaczyłeś powyższe, określ tutaj pseudonim lokalnej grupy wsparcia (np. Pomocnicy)"; +$a->strings['New Member'] = 'Nowy Użytkownik'; +$a->strings['Tips for New Members'] = 'Wskazówki dla nowych członków'; +$a->strings['Global Support Forum'] = 'Globalne forum pomocy technicznej'; +$a->strings['Local Support Forum'] = 'Lokalne Forum Wsparcia'; +$a->strings['Save Settings'] = 'Zapisz ustawienia'; +$a->strings['Message'] = 'Wiadomość'; +$a->strings['Your message for new members. You can use bbcode here.'] = 'Twoja wiadomość dla nowych członków. Możesz użyć bbcode tutaj.'; +$a->strings['Add a link to global support forum'] = 'Dodaj link do globalnego forum pomocy technicznej'; +$a->strings['Should a link to the global support forum be displayed?'] = 'Czy powinien być wyświetlany link do globalnego forum pomocy technicznej?'; +$a->strings['Add a link to the local support forum'] = 'Dodaj link do lokalnego forum pomocy technicznej'; +$a->strings['If you have a local support forum and wand to have a link displayed in the widget, check this box.'] = 'Jeżeli masz lokalne wsparcie forum i różdżki, aby mieć łącze wyświetlane w widżecie, zaznacz to pole wyboru.'; +$a->strings['Name of the local support group'] = 'Nazwa grupy lokalnej pomocy technicznej'; +$a->strings['If you checked the above, specify the nickname of the local support group here (i.e. helpers)'] = 'Jeśli zaznaczyłeś powyższe, określ tutaj pseudonim lokalnej grupy wsparcia (np. Pomocnicy)'; diff --git a/newmemberwidget/lang/pt-br/strings.php b/newmemberwidget/lang/pt-br/strings.php index e873efe6..021f977d 100644 --- a/newmemberwidget/lang/pt-br/strings.php +++ b/newmemberwidget/lang/pt-br/strings.php @@ -5,17 +5,16 @@ function string_plural_select_pt_br($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["New Member"] = "Novo Membro"; -$a->strings["Tips for New Members"] = "Dicas para Novos Membros"; -$a->strings["Global Support Forum"] = "Fórum de suporte global"; -$a->strings["Local Support Forum"] = "Fórum de suporte local"; -$a->strings["Save Settings"] = "Salva configurações"; -$a->strings["Message"] = "Mensagem"; -$a->strings["Your message for new members. You can use bbcode here."] = "Sua mensagem para novos membros. Você pode usar bbcode aqui."; -$a->strings["Add a link to global support forum"] = "Adicione um link para o fórum de suporte global"; -$a->strings["Should a link to the global support forum be displayed?"] = "Um link para o fórum de suporte global deve ser mostrado?"; -$a->strings["Add a link to the local support forum"] = "Adicione um link para o fórum de suporte local"; -$a->strings["If you have a local support forum and wand to have a link displayed in the widget, check this box."] = "Se você tem um fórum de suporte local e quer mostrar um link no widget marque essa opção"; -$a->strings["Name of the local support group"] = "Nome do fórum local de suporte"; -$a->strings["If you checked the above, specify the nickname of the local support group here (i.e. helpers)"] = "Se você marcou opção acima, especifique o apelido do grupo de suporte local aqui (exemplo: helpers)"; +$a->strings['New Member'] = 'Novo Membro'; +$a->strings['Tips for New Members'] = 'Dicas para Novos Membros'; +$a->strings['Global Support Forum'] = 'Fórum de suporte global'; +$a->strings['Local Support Forum'] = 'Fórum de suporte local'; +$a->strings['Save Settings'] = 'Salva configurações'; +$a->strings['Message'] = 'Mensagem'; +$a->strings['Your message for new members. You can use bbcode here.'] = 'Sua mensagem para novos membros. Você pode usar bbcode aqui.'; +$a->strings['Add a link to global support forum'] = 'Adicione um link para o fórum de suporte global'; +$a->strings['Should a link to the global support forum be displayed?'] = 'Um link para o fórum de suporte global deve ser mostrado?'; +$a->strings['Add a link to the local support forum'] = 'Adicione um link para o fórum de suporte local'; +$a->strings['If you have a local support forum and wand to have a link displayed in the widget, check this box.'] = 'Se você tem um fórum de suporte local e quer mostrar um link no widget marque essa opção'; +$a->strings['Name of the local support group'] = 'Nome do fórum local de suporte'; +$a->strings['If you checked the above, specify the nickname of the local support group here (i.e. helpers)'] = 'Se você marcou opção acima, especifique o apelido do grupo de suporte local aqui (exemplo: helpers)'; diff --git a/newmemberwidget/lang/ro/strings.php b/newmemberwidget/lang/ro/strings.php index b3cf874b..006cca41 100644 --- a/newmemberwidget/lang/ro/strings.php +++ b/newmemberwidget/lang/ro/strings.php @@ -5,17 +5,16 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["New Member"] = "Membru Nou"; -$a->strings["Tips for New Members"] = "Sfaturi pentru Membrii Noi"; -$a->strings["Global Support Forum"] = "Forum Global Asistentă"; -$a->strings["Local Support Forum"] = "Forum Local Asistență"; -$a->strings["Save Settings"] = "Salvare Configurări"; -$a->strings["Message"] = "Mesaj"; -$a->strings["Your message for new members. You can use bbcode here."] = "Mesajul dumneavoastră pentru noii membri. Puteți folosi aici codul BB."; -$a->strings["Add a link to global support forum"] = "Adăugați o legătură către forumul global de asistentă"; -$a->strings["Should a link to the global support forum be displayed?"] = "Ar trebui afișată o legătură către forumul global de asistență?"; -$a->strings["Add a link to the local support forum"] = "Adăugați o legătură către forumul local de asistență"; -$a->strings["If you have a local support forum and wand to have a link displayed in the widget, check this box."] = "Dacă dețineți un forum local de asistentă şi doriți să aveți o legătură afișată în mini-aplicația widget, bifați această casetă."; -$a->strings["Name of the local support group"] = "Numele grupului local de asistență"; -$a->strings["If you checked the above, specify the nickname of the local support group here (i.e. helpers)"] = "Dacă ați bifat mai sus, specificați aici pseudonimul grupului local de asistență (adică operatorii de asistență)"; +$a->strings['New Member'] = 'Membru Nou'; +$a->strings['Tips for New Members'] = 'Sfaturi pentru Membrii Noi'; +$a->strings['Global Support Forum'] = 'Forum Global Asistentă'; +$a->strings['Local Support Forum'] = 'Forum Local Asistență'; +$a->strings['Save Settings'] = 'Salvare Configurări'; +$a->strings['Message'] = 'Mesaj'; +$a->strings['Your message for new members. You can use bbcode here.'] = 'Mesajul dumneavoastră pentru noii membri. Puteți folosi aici codul BB.'; +$a->strings['Add a link to global support forum'] = 'Adăugați o legătură către forumul global de asistentă'; +$a->strings['Should a link to the global support forum be displayed?'] = 'Ar trebui afișată o legătură către forumul global de asistență?'; +$a->strings['Add a link to the local support forum'] = 'Adăugați o legătură către forumul local de asistență'; +$a->strings['If you have a local support forum and wand to have a link displayed in the widget, check this box.'] = 'Dacă dețineți un forum local de asistentă şi doriți să aveți o legătură afișată în mini-aplicația widget, bifați această casetă.'; +$a->strings['Name of the local support group'] = 'Numele grupului local de asistență'; +$a->strings['If you checked the above, specify the nickname of the local support group here (i.e. helpers)'] = 'Dacă ați bifat mai sus, specificați aici pseudonimul grupului local de asistență (adică operatorii de asistență)'; diff --git a/newmemberwidget/lang/ru/strings.php b/newmemberwidget/lang/ru/strings.php index fe80f37e..7992e64b 100644 --- a/newmemberwidget/lang/ru/strings.php +++ b/newmemberwidget/lang/ru/strings.php @@ -5,17 +5,16 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["New Member"] = "Новичок"; -$a->strings["Tips for New Members"] = "Советы новичкам"; -$a->strings["Global Support Forum"] = "Общий форум поддержки"; -$a->strings["Local Support Forum"] = "Местный форум поддержки"; -$a->strings["Save Settings"] = "Сохранить настройки"; -$a->strings["Message"] = "Сообщение"; -$a->strings["Your message for new members. You can use bbcode here."] = "Ваше сообщение новичкам. Вы можете использовать BBCode."; -$a->strings["Add a link to global support forum"] = "Добавить ссылку на общий форум поддержки"; -$a->strings["Should a link to the global support forum be displayed?"] = "Показывать ссылку на общий форум поддержки?"; -$a->strings["Add a link to the local support forum"] = "Добавить ссылку на местный форум поддержки"; -$a->strings["If you have a local support forum and wand to have a link displayed in the widget, check this box."] = "Если у вас есть местный форум поддержки и вы хотите добавить ссылку на него, включите это."; -$a->strings["Name of the local support group"] = "Название местной группы поддержки"; -$a->strings["If you checked the above, specify the nickname of the local support group here (i.e. helpers)"] = "Если вы включили настройку выше, укажите никместной группы поддержки пользователей."; +$a->strings['New Member'] = 'Новичок'; +$a->strings['Tips for New Members'] = 'Советы новичкам'; +$a->strings['Global Support Forum'] = 'Общий форум поддержки'; +$a->strings['Local Support Forum'] = 'Местный форум поддержки'; +$a->strings['Save Settings'] = 'Сохранить настройки'; +$a->strings['Message'] = 'Сообщение'; +$a->strings['Your message for new members. You can use bbcode here.'] = 'Ваше сообщение новичкам. Вы можете использовать BBCode.'; +$a->strings['Add a link to global support forum'] = 'Добавить ссылку на общий форум поддержки'; +$a->strings['Should a link to the global support forum be displayed?'] = 'Показывать ссылку на общий форум поддержки?'; +$a->strings['Add a link to the local support forum'] = 'Добавить ссылку на местный форум поддержки'; +$a->strings['If you have a local support forum and wand to have a link displayed in the widget, check this box.'] = 'Если у вас есть местный форум поддержки и вы хотите добавить ссылку на него, включите это.'; +$a->strings['Name of the local support group'] = 'Название местной группы поддержки'; +$a->strings['If you checked the above, specify the nickname of the local support group here (i.e. helpers)'] = 'Если вы включили настройку выше, укажите никместной группы поддержки пользователей.'; diff --git a/nitter/lang/de/strings.php b/nitter/lang/de/strings.php index 75ba72f9..da3fe82d 100644 --- a/nitter/lang/de/strings.php +++ b/nitter/lang/de/strings.php @@ -5,6 +5,7 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Nitter server"] = "Nitter Server"; -$a->strings["Save Settings"] = "Einstellungen Speichern"; +$a->strings['Which nitter server shall be used for the replacements in the post bodies? Use the URL with servername and protocol. See %s for a list of available public Nitter servers.'] = 'Welcher Nitter server soll für die Ersetzungen verwendet werden? Gib die URL mit Servername und Protokoll an. Eine Liste von öffentlichen Nitter servern findest du unter %s.'; +$a->strings['Nitter server'] = 'Nitter Server'; +$a->strings['Save Settings'] = 'Einstellungen Speichern'; +$a->strings['In an attempt to protect your privacy, links to Twitter in this posting were replaced by links to the Nitter instance at %s'] = 'Um deine Privatsphäre zu schützen, wurden in diesem Beitrag Links nach twitter.com durch die Nitter Instanz auf %s ersetzt.'; diff --git a/nitter/lang/hu/strings.php b/nitter/lang/hu/strings.php index 30f103d7..a3a21333 100644 --- a/nitter/lang/hu/strings.php +++ b/nitter/lang/hu/strings.php @@ -5,6 +5,7 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Nitter server"] = "Nitter-kiszolgáló"; -$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings['Which nitter server shall be used for the replacements in the post bodies? Use the URL with servername and protocol. See %s for a list of available public Nitter servers.'] = 'Melyik Nitter-kiszolgálót kell használni a bejegyzések törzseiben történő cserékhez? Az URL-t kiszolgálónévvel és protokollal használja. Az elérhető nyilvános Nitter-kiszolgálók listájáért nézze meg a %s oldalt.'; +$a->strings['Nitter server'] = 'Nitter-kiszolgáló'; +$a->strings['Save Settings'] = 'Beállítások mentése'; +$a->strings['Links to Twitter in this posting were replaced by links to the Nitter instance at %s'] = 'Ebben a bejegyzésben a Twitterre mutató hivatkozások ki lettek cserélve a %s címen elérhető Nitter-példányra mutató hivatkozásokkal.'; diff --git a/nitter/lang/ja/strings.php b/nitter/lang/ja/strings.php index 0a0794c2..30b9cb10 100644 --- a/nitter/lang/ja/strings.php +++ b/nitter/lang/ja/strings.php @@ -5,7 +5,7 @@ function string_plural_select_ja($n){ $n = intval($n); return intval(0); }} -; -$a->strings["Nitter server"] = "Nitterサーバー"; -$a->strings["Save Settings"] = "設定を保存"; -$a->strings["Links to Twitter in this posting were replaced by links to the Nitter instance at %s"] = "この投稿のTwitterへのリンクは、%sのNitterインスタンスへのリンクに置換されました"; +$a->strings['Which nitter server shall be used for the replacements in the post bodies? Use the URL with servername and protocol. See %s for a list of available public Nitter servers.'] = '投稿本文の置換には、どのnitterサーバーを使用しますか?サーバー名とプロトコルを記載したURLを使用します。公開されているNitterサーバーの一覧は%sをご覧ください。'; +$a->strings['Nitter server'] = 'Nitterサーバー'; +$a->strings['Save Settings'] = '設定を保存'; +$a->strings['Links to Twitter in this posting were replaced by links to the Nitter instance at %s'] = 'この投稿のTwitterへのリンクは、%sのNitterインスタンスへのリンクに置換されました'; diff --git a/notifyall/lang/cs/strings.php b/notifyall/lang/cs/strings.php index 387aa29a..3b53ab60 100644 --- a/notifyall/lang/cs/strings.php +++ b/notifyall/lang/cs/strings.php @@ -5,13 +5,12 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Send email to all members"] = "Odeslat e-mail všem členům"; -$a->strings["%s Administrator"] = "%s Administrátor"; -$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Administrátor"; -$a->strings["No recipients found."] = "Nenalezeni žádní příjemci."; -$a->strings["Emails sent"] = "E-maily odeslány"; -$a->strings["Send email to all members of this Friendica instance."] = "Odeslat e-mail všem členům této instance Friendica."; -$a->strings["Message subject"] = "Předmět zprávy"; -$a->strings["Test mode (only send to administrator)"] = "Testovací režim (odeslat pouze administrátorovi)"; -$a->strings["Submit"] = "Odeslat"; +$a->strings['Send email to all members'] = 'Odeslat e-mail všem členům'; +$a->strings['%s Administrator'] = '%s Administrátor'; +$a->strings['%1$s, %2$s Administrator'] = '%1$s, %2$s Administrátor'; +$a->strings['No recipients found.'] = 'Nenalezeni žádní příjemci.'; +$a->strings['Emails sent'] = 'E-maily odeslány'; +$a->strings['Send email to all members of this Friendica instance.'] = 'Odeslat e-mail všem členům této instance Friendica.'; +$a->strings['Message subject'] = 'Předmět zprávy'; +$a->strings['Test mode (only send to administrator)'] = 'Testovací režim (odeslat pouze administrátorovi)'; +$a->strings['Submit'] = 'Odeslat'; diff --git a/notifyall/lang/de/strings.php b/notifyall/lang/de/strings.php index b46e127a..7d037a3e 100644 --- a/notifyall/lang/de/strings.php +++ b/notifyall/lang/de/strings.php @@ -5,13 +5,12 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Send email to all members"] = "Sende eine E-Mail an alle Nutzer der Seite"; -$a->strings["%s Administrator"] = "der Administrator von %s"; -$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Administrator"; -$a->strings["No recipients found."] = "Keine Empfänger gefunden"; -$a->strings["Emails sent"] = "E-Mails gesendet."; -$a->strings["Send email to all members of this Friendica instance."] = "Sende eine E-Mail an alle Nutzer dieser Friendica Instanz"; -$a->strings["Message subject"] = "Betreff der Nachricht"; -$a->strings["Test mode (only send to administrator)"] = "Test Modus (E-Mail nur an den Administrator senden)"; -$a->strings["Submit"] = "Senden"; +$a->strings['Send email to all members'] = 'Sende eine E-Mail an alle Nutzer der Seite'; +$a->strings['%s Administrator'] = 'der Administrator von %s'; +$a->strings['%1$s, %2$s Administrator'] = '%1$s, %2$s Administrator'; +$a->strings['No recipients found.'] = 'Keine Empfänger gefunden'; +$a->strings['Emails sent'] = 'E-Mails gesendet.'; +$a->strings['Send email to all members of this Friendica instance.'] = 'Sende eine E-Mail an alle Nutzer dieser Friendica Instanz'; +$a->strings['Message subject'] = 'Betreff der Nachricht'; +$a->strings['Test mode (only send to administrator)'] = 'Test Modus (E-Mail nur an den Administrator senden)'; +$a->strings['Submit'] = 'Senden'; diff --git a/notifyall/lang/es/strings.php b/notifyall/lang/es/strings.php index 0aee142d..f02d8dee 100644 --- a/notifyall/lang/es/strings.php +++ b/notifyall/lang/es/strings.php @@ -5,13 +5,12 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Send email to all members"] = "Enviar email a todos los miembros"; -$a->strings["%s Administrator"] = "%s Administrador"; -$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Administrador"; -$a->strings["No recipients found."] = "No se encontraron destinatarios."; -$a->strings["Emails sent"] = "Emails enviados"; -$a->strings["Send email to all members of this Friendica instance."] = "Enviar email a todos los miembros de esta instancia de Friendica."; -$a->strings["Message subject"] = "Tema del mensaje"; -$a->strings["Test mode (only send to administrator)"] = "Modo de prueba (sólo envíar al administrador)"; -$a->strings["Submit"] = "Enviar"; +$a->strings['Send email to all members'] = 'Enviar email a todos los miembros'; +$a->strings['%s Administrator'] = '%s Administrador'; +$a->strings['%1$s, %2$s Administrator'] = '%1$s, %2$s Administrador'; +$a->strings['No recipients found.'] = 'No se encontraron destinatarios.'; +$a->strings['Emails sent'] = 'Emails enviados'; +$a->strings['Send email to all members of this Friendica instance.'] = 'Enviar email a todos los miembros de esta instancia de Friendica.'; +$a->strings['Message subject'] = 'Tema del mensaje'; +$a->strings['Test mode (only send to administrator)'] = 'Modo de prueba (sólo envíar al administrador)'; +$a->strings['Submit'] = 'Enviar'; diff --git a/notifyall/lang/fi-fi/strings.php b/notifyall/lang/fi-fi/strings.php index 7292d09f..3927bd26 100644 --- a/notifyall/lang/fi-fi/strings.php +++ b/notifyall/lang/fi-fi/strings.php @@ -5,11 +5,10 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Send email to all members"] = "Lähetä sähköposti kaikille jäsenille"; -$a->strings["%s Administrator"] = "%s-ylläpitäjä"; -$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s-ylläpitäjä"; -$a->strings["No recipients found."] = "Vastaanottajaa ei löytynyt."; -$a->strings["Emails sent"] = "Sähköpostit lähetetty"; -$a->strings["Message subject"] = "Viestin aihe"; -$a->strings["Submit"] = "Lähetä"; +$a->strings['Send email to all members'] = 'Lähetä sähköposti kaikille jäsenille'; +$a->strings['%s Administrator'] = '%s-ylläpitäjä'; +$a->strings['%1$s, %2$s Administrator'] = '%1$s, %2$s-ylläpitäjä'; +$a->strings['No recipients found.'] = 'Vastaanottajaa ei löytynyt.'; +$a->strings['Emails sent'] = 'Sähköpostit lähetetty'; +$a->strings['Message subject'] = 'Viestin aihe'; +$a->strings['Submit'] = 'Lähetä'; diff --git a/notifyall/lang/fr/strings.php b/notifyall/lang/fr/strings.php index 6b78241c..5932cb06 100644 --- a/notifyall/lang/fr/strings.php +++ b/notifyall/lang/fr/strings.php @@ -5,11 +5,10 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Send email to all members"] = "Envoyer un courriel à tous les membres"; -$a->strings["No recipients found."] = "Aucun destinataire trouvé."; -$a->strings["Emails sent"] = "Courriels envoyés"; -$a->strings["Send email to all members of this Friendica instance."] = "Envoyer un courriel à tous les membres de cet instance Friendica."; -$a->strings["Message subject"] = "Objet du message"; -$a->strings["Test mode (only send to administrator)"] = "Mode test (envoyer uniquement à l'administrateur)"; -$a->strings["Submit"] = "Envoyer"; +$a->strings['Send email to all members'] = 'Envoyer un courriel à tous les membres'; +$a->strings['No recipients found.'] = 'Aucun destinataire trouvé.'; +$a->strings['Emails sent'] = 'Courriels envoyés'; +$a->strings['Send email to all members of this Friendica instance.'] = 'Envoyer un courriel à tous les membres de cet instance Friendica.'; +$a->strings['Message subject'] = 'Objet du message'; +$a->strings['Test mode (only send to administrator)'] = 'Mode test (envoyer uniquement à l\'administrateur)'; +$a->strings['Submit'] = 'Envoyer'; diff --git a/notifyall/lang/hu/strings.php b/notifyall/lang/hu/strings.php index 91f9bfc9..7745ed87 100644 --- a/notifyall/lang/hu/strings.php +++ b/notifyall/lang/hu/strings.php @@ -5,13 +5,12 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["%s Administrator"] = "A(z) %s adminisztrátora"; -$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, a(z) %2\$s adminisztrátora"; -$a->strings["Send email to all members"] = "E-mail küldése az összes tagnak"; -$a->strings["No recipients found."] = "Nem találhatók címzettek."; -$a->strings["Emails sent"] = "E-mailek elküldve"; -$a->strings["Send email to all members of this Friendica instance."] = "E-mail küldése ezen Friendica példány összes tagjának."; -$a->strings["Message subject"] = "Üzenet tárgya"; -$a->strings["Test mode (only send to administrator)"] = "Tesztmód (küldés csak az adminisztrátornak)"; -$a->strings["Submit"] = "Elküldés"; +$a->strings['%s Administrator'] = 'A(z) %s adminisztrátora'; +$a->strings['%1$s, %2$s Administrator'] = '%1$s, a(z) %2$s adminisztrátora'; +$a->strings['Send email to all members'] = 'E-mail küldése az összes tagnak'; +$a->strings['No recipients found.'] = 'Nem találhatók címzettek.'; +$a->strings['Emails sent'] = 'E-mailek elküldve'; +$a->strings['Send email to all members of this Friendica instance.'] = 'E-mail küldése ezen Friendica példány összes tagjának.'; +$a->strings['Message subject'] = 'Üzenet tárgya'; +$a->strings['Test mode (only send to administrator)'] = 'Tesztmód (küldés csak az adminisztrátornak)'; +$a->strings['Submit'] = 'Elküldés'; diff --git a/notifyall/lang/it/strings.php b/notifyall/lang/it/strings.php index 87de0bad..0d719df1 100644 --- a/notifyall/lang/it/strings.php +++ b/notifyall/lang/it/strings.php @@ -5,13 +5,12 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["%s Administrator"] = "Amministratore %s"; -$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, amministratore di %2\$s"; -$a->strings["Send email to all members"] = "Invia email a tutti i membri"; -$a->strings["No recipients found."] = "Nessun destinatario trovato."; -$a->strings["Emails sent"] = "Email inviate"; -$a->strings["Send email to all members of this Friendica instance."] = "Invia email a tutti i membri di questa istanza Friendica."; -$a->strings["Message subject"] = "Oggetto del messaggio"; -$a->strings["Test mode (only send to administrator)"] = "Modalità test (invia solo agli amministratori)"; -$a->strings["Submit"] = "Invia"; +$a->strings['%s Administrator'] = 'Amministratore %s'; +$a->strings['%1$s, %2$s Administrator'] = '%1$s, amministratore di %2$s'; +$a->strings['Send email to all members'] = 'Invia email a tutti i membri'; +$a->strings['No recipients found.'] = 'Nessun destinatario trovato.'; +$a->strings['Emails sent'] = 'Email inviate'; +$a->strings['Send email to all members of this Friendica instance.'] = 'Invia email a tutti i membri di questa istanza Friendica.'; +$a->strings['Message subject'] = 'Oggetto del messaggio'; +$a->strings['Test mode (only send to administrator)'] = 'Modalità test (invia solo agli amministratori)'; +$a->strings['Submit'] = 'Invia'; diff --git a/notifyall/lang/nl/strings.php b/notifyall/lang/nl/strings.php index 4aabe231..afc3f5f2 100644 --- a/notifyall/lang/nl/strings.php +++ b/notifyall/lang/nl/strings.php @@ -5,7 +5,6 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Send email to all members"] = "Stuur e-mail naar alle leden"; -$a->strings["%s Administrator"] = "%s Beheerder"; -$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s%2\$s Beheerder"; +$a->strings['Send email to all members'] = 'Stuur e-mail naar alle leden'; +$a->strings['%s Administrator'] = '%s Beheerder'; +$a->strings['%1$s, %2$s Administrator'] = '%1$s%2$s Beheerder'; diff --git a/notifyall/lang/pl/strings.php b/notifyall/lang/pl/strings.php index 8b3ed887..6a2d30c8 100644 --- a/notifyall/lang/pl/strings.php +++ b/notifyall/lang/pl/strings.php @@ -5,12 +5,12 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Send email to all members"] = "Wyślij e-mail do wszystkich członków"; -$a->strings["%s Administrator"] = "%s Administrator"; -$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Administrator"; -$a->strings["No recipients found."] = "Nie znaleziono adresatów."; -$a->strings["Emails sent"] = "Wysłane wiadomości e-mail"; -$a->strings["Message subject"] = "Temat wiadomości"; -$a->strings["Test mode (only send to administrator)"] = "Tryb testowy (wysyłany tylko do administratora)"; -$a->strings["Submit"] = "Zatwierdź"; +$a->strings['Send email to all members'] = 'Wyślij e-mail do wszystkich członków'; +$a->strings['%s Administrator'] = '%s Administrator'; +$a->strings['%1$s, %2$s Administrator'] = '%1$s, %2$s Administrator'; +$a->strings['No recipients found.'] = 'Nie znaleziono adresatów.'; +$a->strings['Emails sent'] = 'Wysłane wiadomości e-mail'; +$a->strings['Send email to all members of this Friendica instance.'] = 'Wyślij wiadomość e-mail do wszystkich członków tej instancji Friendica.'; +$a->strings['Message subject'] = 'Temat wiadomości'; +$a->strings['Test mode (only send to administrator)'] = 'Tryb testowy (wysyłany tylko do administratora)'; +$a->strings['Submit'] = 'Zatwierdź'; diff --git a/notifyall/lang/pt-br/strings.php b/notifyall/lang/pt-br/strings.php index 4ea5dd39..b262404c 100644 --- a/notifyall/lang/pt-br/strings.php +++ b/notifyall/lang/pt-br/strings.php @@ -5,13 +5,12 @@ function string_plural_select_pt_br($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Send email to all members"] = "Enviar e-mail para todos os membros"; -$a->strings["%s Administrator"] = "Administrador de %s"; -$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, administrador de %2\$s"; -$a->strings["No recipients found."] = "Não foi encontrado nenhum destinatário."; -$a->strings["Emails sent"] = "E-mails enviados"; -$a->strings["Send email to all members of this Friendica instance."] = "Enviar e-mail para todos os membros desta instância do Friendica."; -$a->strings["Message subject"] = "Assunto da mensagem"; -$a->strings["Test mode (only send to administrator)"] = "Modo de teste (enviar só para o administrador)"; -$a->strings["Submit"] = "Enviar"; +$a->strings['Send email to all members'] = 'Enviar e-mail para todos os membros'; +$a->strings['%s Administrator'] = 'Administrador de %s'; +$a->strings['%1$s, %2$s Administrator'] = '%1$s, administrador de %2$s'; +$a->strings['No recipients found.'] = 'Não foi encontrado nenhum destinatário.'; +$a->strings['Emails sent'] = 'E-mails enviados'; +$a->strings['Send email to all members of this Friendica instance.'] = 'Enviar e-mail para todos os membros desta instância do Friendica.'; +$a->strings['Message subject'] = 'Assunto da mensagem'; +$a->strings['Test mode (only send to administrator)'] = 'Modo de teste (enviar só para o administrador)'; +$a->strings['Submit'] = 'Enviar'; diff --git a/notifyall/lang/ru/strings.php b/notifyall/lang/ru/strings.php index ef92ce08..cacc8f95 100644 --- a/notifyall/lang/ru/strings.php +++ b/notifyall/lang/ru/strings.php @@ -5,13 +5,12 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Send email to all members"] = "Послать почту всем пользователям"; -$a->strings["%s Administrator"] = "%s Администратор"; -$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Администратор"; -$a->strings["No recipients found."] = "Получатели не найдены."; -$a->strings["Emails sent"] = "Сообщения высланы."; -$a->strings["Send email to all members of this Friendica instance."] = "Выслать почтовое сообщение всем пользователям этого узла Friendica."; -$a->strings["Message subject"] = "Тема сообщения"; -$a->strings["Test mode (only send to administrator)"] = "Пробный режим (отправить только администратору)"; -$a->strings["Submit"] = "Отправить"; +$a->strings['Send email to all members'] = 'Послать почту всем пользователям'; +$a->strings['%s Administrator'] = '%s Администратор'; +$a->strings['%1$s, %2$s Administrator'] = '%1$s, %2$s Администратор'; +$a->strings['No recipients found.'] = 'Получатели не найдены.'; +$a->strings['Emails sent'] = 'Сообщения высланы.'; +$a->strings['Send email to all members of this Friendica instance.'] = 'Выслать почтовое сообщение всем пользователям этого узла Friendica.'; +$a->strings['Message subject'] = 'Тема сообщения'; +$a->strings['Test mode (only send to administrator)'] = 'Пробный режим (отправить только администратору)'; +$a->strings['Submit'] = 'Отправить'; diff --git a/notimeline/lang/cs/strings.php b/notimeline/lang/cs/strings.php index f0dfbe21..5f86390f 100644 --- a/notimeline/lang/cs/strings.php +++ b/notimeline/lang/cs/strings.php @@ -5,8 +5,7 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n==1)) { return 0; } else if (($n>=2 && $n<=4)) { return 1; } else { return 2; } }} -; -$a->strings["No Timeline settings updated."] = "Nastavení No Timeline aktualizováno."; -$a->strings["No Timeline Settings"] = "Nastavení No Timeline"; -$a->strings["Disable Archive selector on profile wall"] = "Znemožnit použití archivu na této profilové zdi."; -$a->strings["Submit"] = "Odeslat"; +$a->strings['No Timeline settings updated.'] = 'Nastavení No Timeline aktualizováno.'; +$a->strings['No Timeline Settings'] = 'Nastavení No Timeline'; +$a->strings['Disable Archive selector on profile wall'] = 'Znemožnit použití archivu na této profilové zdi.'; +$a->strings['Submit'] = 'Odeslat'; diff --git a/notimeline/lang/de/strings.php b/notimeline/lang/de/strings.php index 44aff163..8d6f015a 100644 --- a/notimeline/lang/de/strings.php +++ b/notimeline/lang/de/strings.php @@ -5,8 +5,7 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["No Timeline settings updated."] = "Keine Timeline-Einstellungen aktualisiert."; -$a->strings["No Timeline Settings"] = "Keine Timeline-Einstellungen"; -$a->strings["Disable Archive selector on profile wall"] = "Deaktiviere Archiv-Auswahl auf deiner Pinnwand"; -$a->strings["Submit"] = "Senden"; +$a->strings['No Timeline settings updated.'] = 'Keine Timeline-Einstellungen aktualisiert.'; +$a->strings['No Timeline Settings'] = 'Keine Timeline-Einstellungen'; +$a->strings['Disable Archive selector on profile wall'] = 'Deaktiviere Archiv-Auswahl auf deiner Pinnwand'; +$a->strings['Submit'] = 'Senden'; diff --git a/notimeline/lang/es/strings.php b/notimeline/lang/es/strings.php index 5e082a4c..e07aa1cd 100644 --- a/notimeline/lang/es/strings.php +++ b/notimeline/lang/es/strings.php @@ -5,7 +5,6 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["No Timeline Settings"] = "No hay ajustes de Línea de Tiempo"; -$a->strings["Disable Archive selector on profile wall"] = "Deshabilitar el selector Archivo en el muro de perfil"; -$a->strings["Save Settings"] = "Grabar ajustes"; +$a->strings['No Timeline Settings'] = 'No hay ajustes de Línea de Tiempo'; +$a->strings['Disable Archive selector on profile wall'] = 'Deshabilitar el selector Archivo en el muro de perfil'; +$a->strings['Save Settings'] = 'Grabar ajustes'; diff --git a/notimeline/lang/fi-fi/strings.php b/notimeline/lang/fi-fi/strings.php index 9148c2d0..08f4e7a3 100644 --- a/notimeline/lang/fi-fi/strings.php +++ b/notimeline/lang/fi-fi/strings.php @@ -5,7 +5,6 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["No Timeline settings updated."] = "No Timeline -asetukset päivitetty"; -$a->strings["No Timeline Settings"] = "No Timeline -asetukset"; -$a->strings["Submit"] = "Lähetä"; +$a->strings['No Timeline settings updated.'] = 'No Timeline -asetukset päivitetty'; +$a->strings['No Timeline Settings'] = 'No Timeline -asetukset'; +$a->strings['Submit'] = 'Lähetä'; diff --git a/notimeline/lang/hu/strings.php b/notimeline/lang/hu/strings.php index 24ecfa72..3c12888a 100644 --- a/notimeline/lang/hu/strings.php +++ b/notimeline/lang/hu/strings.php @@ -5,7 +5,6 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["No Timeline Settings"] = "Nincs idővonal beállításai"; -$a->strings["Disable Archive selector on profile wall"] = "Archiválás kiválasztó letiltása a profil falán"; -$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings['No Timeline Settings'] = 'Nincs idővonal beállításai'; +$a->strings['Disable Archive selector on profile wall'] = 'Archiválás kiválasztó letiltása a profil falán'; +$a->strings['Save Settings'] = 'Beállítások mentése'; diff --git a/notimeline/lang/it/strings.php b/notimeline/lang/it/strings.php index 5297c6de..fb82692e 100644 --- a/notimeline/lang/it/strings.php +++ b/notimeline/lang/it/strings.php @@ -5,8 +5,7 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["No Timeline settings updated."] = "Impostazioni \"No Timeline\" aggiornate."; -$a->strings["No Timeline Settings"] = "Impostazioni \"No Timeline\""; -$a->strings["Disable Archive selector on profile wall"] = "Disabilita il selettore dell'archivio sulla pagina del profilo"; -$a->strings["Submit"] = "Invia"; +$a->strings['No Timeline settings updated.'] = 'Impostazioni "No Timeline" aggiornate.'; +$a->strings['No Timeline Settings'] = 'Impostazioni "No Timeline"'; +$a->strings['Disable Archive selector on profile wall'] = 'Disabilita il selettore dell\'archivio sulla pagina del profilo'; +$a->strings['Submit'] = 'Invia'; diff --git a/notimeline/lang/nl/strings.php b/notimeline/lang/nl/strings.php index 76ad2b9c..256b57bb 100644 --- a/notimeline/lang/nl/strings.php +++ b/notimeline/lang/nl/strings.php @@ -5,6 +5,5 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["No Timeline settings updated."] = "Geen tijdlijn instellingen opgeslagen"; -$a->strings["No Timeline Settings"] = "No Timeline instellingen"; +$a->strings['No Timeline settings updated.'] = 'Geen tijdlijn instellingen opgeslagen'; +$a->strings['No Timeline Settings'] = 'No Timeline instellingen'; diff --git a/notimeline/lang/pl/strings.php b/notimeline/lang/pl/strings.php index d98731f0..d488bafb 100644 --- a/notimeline/lang/pl/strings.php +++ b/notimeline/lang/pl/strings.php @@ -5,8 +5,7 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["No Timeline settings updated."] = "Nie zaktualizowano ustawień osi czasu."; -$a->strings["No Timeline Settings"] = "Brak ustawień osi czasu"; -$a->strings["Disable Archive selector on profile wall"] = "Wyłącz selektor Archiwum na ścianie profilowej"; -$a->strings["Submit"] = "Wyślij"; +$a->strings['No Timeline settings updated.'] = 'Nie zaktualizowano ustawień osi czasu.'; +$a->strings['No Timeline Settings'] = 'Brak ustawień osi czasu'; +$a->strings['Disable Archive selector on profile wall'] = 'Wyłącz selektor Archiwum na ścianie profilowej'; +$a->strings['Submit'] = 'Wyślij'; diff --git a/notimeline/lang/ro/strings.php b/notimeline/lang/ro/strings.php index 971fb04c..c5184461 100644 --- a/notimeline/lang/ro/strings.php +++ b/notimeline/lang/ro/strings.php @@ -5,8 +5,7 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["No Timeline settings updated."] = "Configurările pentru Lipsă Cronologie, au fost actualizate."; -$a->strings["No Timeline Settings"] = "Configurări pentru Lipsă Cronologie"; -$a->strings["Disable Archive selector on profile wall"] = "Dezactivare selector Arhivă din peretele de profil"; -$a->strings["Submit"] = "Trimite"; +$a->strings['No Timeline settings updated.'] = 'Configurările pentru Lipsă Cronologie, au fost actualizate.'; +$a->strings['No Timeline Settings'] = 'Configurări pentru Lipsă Cronologie'; +$a->strings['Disable Archive selector on profile wall'] = 'Dezactivare selector Arhivă din peretele de profil'; +$a->strings['Submit'] = 'Trimite'; diff --git a/notimeline/lang/zh-cn/strings.php b/notimeline/lang/zh-cn/strings.php index 70f0e214..61fa040e 100644 --- a/notimeline/lang/zh-cn/strings.php +++ b/notimeline/lang/zh-cn/strings.php @@ -5,7 +5,6 @@ function string_plural_select_zh_cn($n){ $n = intval($n); return intval(0); }} -; -$a->strings["No Timeline settings updated."] = "时间轴设置未更新。"; -$a->strings["No Timeline Settings"] = "无时间轴设置"; -$a->strings["Submit"] = "提交"; +$a->strings['No Timeline settings updated.'] = '时间轴设置未更新。'; +$a->strings['No Timeline Settings'] = '无时间轴设置'; +$a->strings['Submit'] = '提交'; diff --git a/nsfw/lang/cs/strings.php b/nsfw/lang/cs/strings.php index 42f941c4..8b5fccca 100644 --- a/nsfw/lang/cs/strings.php +++ b/nsfw/lang/cs/strings.php @@ -5,13 +5,12 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Content Filter (NSFW and more)"] = "Filtr obsahu (citlivý obsah a další)"; -$a->strings["This addon searches for specified words/text in posts and collapses them. It can be used to filter content tagged with for instance #NSFW that may be deemed inappropriate at certain times or places, such as being at work. It is also useful for hiding irrelevant or annoying content from direct view."] = "Tento doplněk vyhledává specifikovaná slova/text v příspěvcích a skrývá je. Může být použit pro filtrování obsahu označeného štítky, jako například #NSFW, který může být považován za nevhodný v určitých časech či místech, například když jste v práci. Může být také užitečný ke skrývání nepodstatného či nepříjemného obsahu z přímého pohledu."; -$a->strings["Enable Content filter"] = "Povolit filtr obsahu"; -$a->strings["Comma separated list of keywords to hide"] = "Čárkou oddělený seznam klíčových slov ke skrytí"; -$a->strings["Save Settings"] = "Uložit nastavení"; -$a->strings["Use /expression/ to provide regular expressions"] = "Použijte /výraz/ pro použití regulárních výrazů"; -$a->strings["NSFW Settings saved."] = "Nastavení NSFW uloženo"; -$a->strings["Filtered tag: %s"] = "Filtrovaná značka: %s"; -$a->strings["Filtered word: %s"] = "Filtrované slovo: %s"; +$a->strings['Content Filter (NSFW and more)'] = 'Filtr obsahu (citlivý obsah a další)'; +$a->strings['This addon searches for specified words/text in posts and collapses them. It can be used to filter content tagged with for instance #NSFW that may be deemed inappropriate at certain times or places, such as being at work. It is also useful for hiding irrelevant or annoying content from direct view.'] = 'Tento doplněk vyhledává specifikovaná slova/text v příspěvcích a skrývá je. Může být použit pro filtrování obsahu označeného štítky, jako například #NSFW, který může být považován za nevhodný v určitých časech či místech, například když jste v práci. Může být také užitečný ke skrývání nepodstatného či nepříjemného obsahu z přímého pohledu.'; +$a->strings['Enable Content filter'] = 'Povolit filtr obsahu'; +$a->strings['Comma separated list of keywords to hide'] = 'Čárkou oddělený seznam klíčových slov ke skrytí'; +$a->strings['Save Settings'] = 'Uložit nastavení'; +$a->strings['Use /expression/ to provide regular expressions'] = 'Použijte /výraz/ pro použití regulárních výrazů'; +$a->strings['NSFW Settings saved.'] = 'Nastavení NSFW uloženo'; +$a->strings['Filtered tag: %s'] = 'Filtrovaná značka: %s'; +$a->strings['Filtered word: %s'] = 'Filtrované slovo: %s'; diff --git a/nsfw/lang/de/strings.php b/nsfw/lang/de/strings.php index dde95d3f..c43a29ff 100644 --- a/nsfw/lang/de/strings.php +++ b/nsfw/lang/de/strings.php @@ -5,13 +5,12 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Content Filter (NSFW and more)"] = "Inhaltsfilter (NSFW und mehr)"; -$a->strings["This addon searches for specified words/text in posts and collapses them. It can be used to filter content tagged with for instance #NSFW that may be deemed inappropriate at certain times or places, such as being at work. It is also useful for hiding irrelevant or annoying content from direct view."] = "Dieses Addon sucht, nach den von dir definierten Wörtern bzw. Texten in Beiträgen und klappt bei einem Treffer den gesamten Beitrag zusammen. Damit können z.B. Inhalte gefiltert werden, die mit #NSFW (Not Safe for Work, für die Arbeit unangemessene Beiträge), gekennzeichnet sind. Des Weiteren können damit natürlich auch nicht gewünschte und lästige Beiträge verborgen werden."; -$a->strings["Enable Content filter"] = "Aktiviere den Inhaltsfilter"; -$a->strings["Comma separated list of keywords to hide"] = "Durch Kommata getrennte Liste von Schlüsselwörtern die verborgen werden sollen"; -$a->strings["Save Settings"] = "Einstellungen speichern"; -$a->strings["Use /expression/ to provide regular expressions"] = "Verwende /expression/ um Reguläre Ausdrücke zu verwenden"; -$a->strings["NSFW Settings saved."] = "NSFW-Einstellungen gespeichert"; -$a->strings["Filtered tag: %s"] = "Gefiltertes Schlagwort: %s"; -$a->strings["Filtered word: %s"] = "Gefilterter Begriff: %s"; +$a->strings['Content Filter (NSFW and more)'] = 'Inhaltsfilter (NSFW und mehr)'; +$a->strings['This addon searches for specified words/text in posts and collapses them. It can be used to filter content tagged with for instance #NSFW that may be deemed inappropriate at certain times or places, such as being at work. It is also useful for hiding irrelevant or annoying content from direct view.'] = 'Dieses Addon sucht, nach den von dir definierten Wörtern bzw. Texten in Beiträgen und klappt bei einem Treffer den gesamten Beitrag zusammen. Damit können z.B. Inhalte gefiltert werden, die mit #NSFW (Not Safe for Work, für die Arbeit unangemessene Beiträge), gekennzeichnet sind. Des Weiteren können damit natürlich auch nicht gewünschte und lästige Beiträge verborgen werden.'; +$a->strings['Enable Content filter'] = 'Aktiviere den Inhaltsfilter'; +$a->strings['Comma separated list of keywords to hide'] = 'Durch Kommata getrennte Liste von Schlüsselwörtern die verborgen werden sollen'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; +$a->strings['Use /expression/ to provide regular expressions'] = 'Verwende /expression/ um Reguläre Ausdrücke zu verwenden'; +$a->strings['NSFW Settings saved.'] = 'NSFW-Einstellungen gespeichert'; +$a->strings['Filtered tag: %s'] = 'Gefiltertes Schlagwort: %s'; +$a->strings['Filtered word: %s'] = 'Gefilterter Begriff: %s'; diff --git a/nsfw/lang/en-gb/strings.php b/nsfw/lang/en-gb/strings.php index 5745bd52..6ece2689 100644 --- a/nsfw/lang/en-gb/strings.php +++ b/nsfw/lang/en-gb/strings.php @@ -5,9 +5,8 @@ function string_plural_select_en_gb($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Enable Content filter"] = "Enable content filter"; -$a->strings["Comma separated list of keywords to hide"] = "Comma separated list of keywords"; -$a->strings["Use /expression/ to provide regular expressions"] = "Use /expression/ for regular expressions."; -$a->strings["NSFW Settings saved."] = "NSFW settings saved."; -$a->strings["%s - Click to open/close"] = "%s - Reveal/hide"; +$a->strings['Enable Content filter'] = 'Enable content filter'; +$a->strings['Comma separated list of keywords to hide'] = 'Comma separated list of keywords'; +$a->strings['Use /expression/ to provide regular expressions'] = 'Use /expression/ for regular expressions.'; +$a->strings['NSFW Settings saved.'] = 'NSFW settings saved.'; +$a->strings['%s - Click to open/close'] = '%s - Reveal/hide'; diff --git a/nsfw/lang/en-us/strings.php b/nsfw/lang/en-us/strings.php index b9c47bc3..a19b50b8 100644 --- a/nsfw/lang/en-us/strings.php +++ b/nsfw/lang/en-us/strings.php @@ -5,9 +5,8 @@ function string_plural_select_en_us($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Enable Content filter"] = "Enable content filter"; -$a->strings["Comma separated list of keywords to hide"] = "Comma separated list of keywords"; -$a->strings["Use /expression/ to provide regular expressions"] = "Use /expression/ for regular expressions."; -$a->strings["NSFW Settings saved."] = "NSFW settings saved."; -$a->strings["%s - Click to open/close"] = "%s - Reveal/hide"; +$a->strings['Enable Content filter'] = 'Enable content filter'; +$a->strings['Comma separated list of keywords to hide'] = 'Comma separated list of keywords'; +$a->strings['Use /expression/ to provide regular expressions'] = 'Use /expression/ for regular expressions.'; +$a->strings['NSFW Settings saved.'] = 'NSFW settings saved.'; +$a->strings['%s - Click to open/close'] = '%s - Reveal/hide'; diff --git a/nsfw/lang/es/strings.php b/nsfw/lang/es/strings.php index d0f1ce03..e46967a6 100644 --- a/nsfw/lang/es/strings.php +++ b/nsfw/lang/es/strings.php @@ -5,12 +5,11 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Content Filter (NSFW and more)"] = "Filtro de contenido (NSFW y más)"; -$a->strings["This addon searches for specified words/text in posts and collapses them. It can be used to filter content tagged with for instance #NSFW that may be deemed inappropriate at certain times or places, such as being at work. It is also useful for hiding irrelevant or annoying content from direct view."] = "Este complemento busca palabras / texto específicos en las publicaciones y las contrae. Se puede utilizar para filtrar contenido etiquetado con, por ejemplo, #NSFW que puede considerarse inapropiado en determinados momentos o lugares, como en el trabajo. También es útil para ocultar contenido irrelevante o molesto de la vista directa."; -$a->strings["Enable Content filter"] = "Habilitar filtro de contenido"; -$a->strings["Comma separated list of keywords to hide"] = "Lista de palabras claves separadas por coma para colapsar el contenido correspondiente."; -$a->strings["Save Settings"] = "Grabar ajustes"; -$a->strings["Use /expression/ to provide regular expressions"] = "Utiliza /expresión/ para proveer expresiones regulares."; -$a->strings["Filtered tag: %s"] = "Etiqueta filtrada: %s"; -$a->strings["Filtered word: %s"] = "Palabra filtrada: %s"; +$a->strings['Content Filter (NSFW and more)'] = 'Filtro de contenido (NSFW y más)'; +$a->strings['This addon searches for specified words/text in posts and collapses them. It can be used to filter content tagged with for instance #NSFW that may be deemed inappropriate at certain times or places, such as being at work. It is also useful for hiding irrelevant or annoying content from direct view.'] = 'Este complemento busca palabras / texto específicos en las publicaciones y las contrae. Se puede utilizar para filtrar contenido etiquetado con, por ejemplo, #NSFW que puede considerarse inapropiado en determinados momentos o lugares, como en el trabajo. También es útil para ocultar contenido irrelevante o molesto de la vista directa.'; +$a->strings['Enable Content filter'] = 'Habilitar filtro de contenido'; +$a->strings['Comma separated list of keywords to hide'] = 'Lista de palabras claves separadas por coma para colapsar el contenido correspondiente.'; +$a->strings['Save Settings'] = 'Grabar ajustes'; +$a->strings['Use /expression/ to provide regular expressions'] = 'Utiliza /expresión/ para proveer expresiones regulares.'; +$a->strings['Filtered tag: %s'] = 'Etiqueta filtrada: %s'; +$a->strings['Filtered word: %s'] = 'Palabra filtrada: %s'; diff --git a/nsfw/lang/fi-fi/strings.php b/nsfw/lang/fi-fi/strings.php index a6a3ea59..adb4b76d 100644 --- a/nsfw/lang/fi-fi/strings.php +++ b/nsfw/lang/fi-fi/strings.php @@ -5,10 +5,9 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Content Filter (NSFW and more)"] = "Sisällönsuodatin (NSFW yms.)"; -$a->strings["Enable Content filter"] = "Ota sisällönsuodatin käyttöön"; -$a->strings["Save Settings"] = "Tallenna asetukset"; -$a->strings["NSFW Settings saved."] = "NSFW-asetukset tallennettu."; -$a->strings["Filtered tag: %s"] = "Suodatettu tunniste: %s"; -$a->strings["Filtered word: %s"] = "Suodatettu sana: %s"; +$a->strings['Content Filter (NSFW and more)'] = 'Sisällönsuodatin (NSFW yms.)'; +$a->strings['Enable Content filter'] = 'Ota sisällönsuodatin käyttöön'; +$a->strings['Save Settings'] = 'Tallenna asetukset'; +$a->strings['NSFW Settings saved.'] = 'NSFW-asetukset tallennettu.'; +$a->strings['Filtered tag: %s'] = 'Suodatettu tunniste: %s'; +$a->strings['Filtered word: %s'] = 'Suodatettu sana: %s'; diff --git a/nsfw/lang/hu/strings.php b/nsfw/lang/hu/strings.php index 04dfd7e9..c836b09b 100644 --- a/nsfw/lang/hu/strings.php +++ b/nsfw/lang/hu/strings.php @@ -5,12 +5,11 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Content Filter (NSFW and more)"] = "Tartalomszűrő (érzékeny tartalmak és egyebek)"; -$a->strings["This addon searches for specified words/text in posts and collapses them. It can be used to filter content tagged with for instance #NSFW that may be deemed inappropriate at certain times or places, such as being at work. It is also useful for hiding irrelevant or annoying content from direct view."] = "Ez a bővítmény megadott szavakra vagy szövegre keres a bejegyzésekben, és összecsukja azokat. Használható például az #NSFW megjelölésű tartalmak szűréséhez, amelyek bizonyos időkben vagy helyeken nem megfelelőnek tekinthetők, mint például munka közben. Ez hasznos a nem kapcsolódó vagy idegesítő tartalom elrejtéséhez a közvetlen megtekintés elől."; -$a->strings["Enable Content filter"] = "Tartalomszűrő engedélyezése"; -$a->strings["Comma separated list of keywords to hide"] = "Kulcsszavak vesszővel elválasztott listája az elrejtéshez"; -$a->strings["Save Settings"] = "Beállítások mentése"; -$a->strings["Use /expression/ to provide regular expressions"] = "Használjon /kifejezést/ reguláris kifejezések megadásához"; -$a->strings["Filtered tag: %s"] = "Kiszűrt címke: %s"; -$a->strings["Filtered word: %s"] = "Kiszűrt szó: %s"; +$a->strings['Content Filter (NSFW and more)'] = 'Tartalomszűrő (érzékeny tartalmak és egyebek)'; +$a->strings['This addon searches for specified words/text in posts and collapses them. It can be used to filter content tagged with for instance #NSFW that may be deemed inappropriate at certain times or places, such as being at work. It is also useful for hiding irrelevant or annoying content from direct view.'] = 'Ez a bővítmény megadott szavakra vagy szövegre keres a bejegyzésekben, és összecsukja azokat. Használható például az #NSFW megjelölésű tartalmak szűréséhez, amelyek bizonyos időkben vagy helyeken nem megfelelőnek tekinthetők, mint például munka közben. Ez hasznos a nem kapcsolódó vagy idegesítő tartalom elrejtéséhez a közvetlen megtekintés elől.'; +$a->strings['Enable Content filter'] = 'Tartalomszűrő engedélyezése'; +$a->strings['Comma separated list of keywords to hide'] = 'Kulcsszavak vesszővel elválasztott listája az elrejtéshez'; +$a->strings['Save Settings'] = 'Beállítások mentése'; +$a->strings['Use /expression/ to provide regular expressions'] = 'Használjon /kifejezést/ reguláris kifejezések megadásához'; +$a->strings['Filtered tag: %s'] = 'Kiszűrt címke: %s'; +$a->strings['Filtered word: %s'] = 'Kiszűrt szó: %s'; diff --git a/nsfw/lang/it/strings.php b/nsfw/lang/it/strings.php index b926b32a..05bd0112 100644 --- a/nsfw/lang/it/strings.php +++ b/nsfw/lang/it/strings.php @@ -5,13 +5,12 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Content Filter (NSFW and more)"] = "Filtro Contenuto (NSFW e altro)"; -$a->strings["This addon searches for specified words/text in posts and collapses them. It can be used to filter content tagged with for instance #NSFW that may be deemed inappropriate at certain times or places, such as being at work. It is also useful for hiding irrelevant or annoying content from direct view."] = "Questo componente aggiuntivo cerca per le parole specificate nei messaggi e li collassa. Può essere usato per filtrare contenuto taggato, per esempio, #NSFW (non sicuro per il lavoro), che può risultare inappropriato in certi orari o in certi luoghi, come appunto al lavoro. È anche utile per nascondere contenuto irrilevante o fastidioso."; -$a->strings["Enable Content filter"] = "Abilita il Filtro Contenuti"; -$a->strings["Comma separated list of keywords to hide"] = "Elenco separato da virgole di parole da nascondere"; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$a->strings["Use /expression/ to provide regular expressions"] = "Utilizza /espressione/ per inserire espressioni regolari"; -$a->strings["NSFW Settings saved."] = "Impostazioni NSFW salvate."; -$a->strings["Filtered tag: %s"] = "Tag filtrato: %s"; -$a->strings["Filtered word: %s"] = "Parola filtrata: %s"; +$a->strings['Content Filter (NSFW and more)'] = 'Filtro Contenuto (NSFW e altro)'; +$a->strings['This addon searches for specified words/text in posts and collapses them. It can be used to filter content tagged with for instance #NSFW that may be deemed inappropriate at certain times or places, such as being at work. It is also useful for hiding irrelevant or annoying content from direct view.'] = 'Questo componente aggiuntivo cerca per le parole specificate nei messaggi e li collassa. Può essere usato per filtrare contenuto taggato, per esempio, #NSFW (non sicuro per il lavoro), che può risultare inappropriato in certi orari o in certi luoghi, come appunto al lavoro. È anche utile per nascondere contenuto irrilevante o fastidioso.'; +$a->strings['Enable Content filter'] = 'Abilita il Filtro Contenuti'; +$a->strings['Comma separated list of keywords to hide'] = 'Elenco separato da virgole di parole da nascondere'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; +$a->strings['Use /expression/ to provide regular expressions'] = 'Utilizza /espressione/ per inserire espressioni regolari'; +$a->strings['NSFW Settings saved.'] = 'Impostazioni NSFW salvate.'; +$a->strings['Filtered tag: %s'] = 'Tag filtrato: %s'; +$a->strings['Filtered word: %s'] = 'Parola filtrata: %s'; diff --git a/nsfw/lang/nl/strings.php b/nsfw/lang/nl/strings.php index 7ae93a14..67d071bb 100644 --- a/nsfw/lang/nl/strings.php +++ b/nsfw/lang/nl/strings.php @@ -5,9 +5,8 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Content Filter (NSFW and more)"] = "Inhoud filter (NSFW en meer)"; -$a->strings["This addon searches for specified words/text in posts and collapses them. It can be used to filter content tagged with for instance #NSFW that may be deemed inappropriate at certain times or places, such as being at work. It is also useful for hiding irrelevant or annoying content from direct view."] = "Deze add-on zoekt naar gespecificeerde woorden / tekst in berichten en vouwt ze samen. Het kan worden gebruikt om inhoud te filteren die is getagd met bijvoorbeeld #NSFW die op bepaalde tijden of plaatsen als ongepast kan worden beschouwd, zoals op het werk. Het is ook handig om irrelevante of irritante inhoud voor direct zicht te verbergen."; -$a->strings["Enable Content filter"] = "Content filter inschakelen"; -$a->strings["Save Settings"] = "Instellingen opslaan"; -$a->strings["NSFW Settings saved."] = "NSFW instellingen opgeslagen"; +$a->strings['Content Filter (NSFW and more)'] = 'Inhoud filter (NSFW en meer)'; +$a->strings['This addon searches for specified words/text in posts and collapses them. It can be used to filter content tagged with for instance #NSFW that may be deemed inappropriate at certain times or places, such as being at work. It is also useful for hiding irrelevant or annoying content from direct view.'] = 'Deze add-on zoekt naar gespecificeerde woorden / tekst in berichten en vouwt ze samen. Het kan worden gebruikt om inhoud te filteren die is getagd met bijvoorbeeld #NSFW die op bepaalde tijden of plaatsen als ongepast kan worden beschouwd, zoals op het werk. Het is ook handig om irrelevante of irritante inhoud voor direct zicht te verbergen.'; +$a->strings['Enable Content filter'] = 'Content filter inschakelen'; +$a->strings['Save Settings'] = 'Instellingen opslaan'; +$a->strings['NSFW Settings saved.'] = 'NSFW instellingen opgeslagen'; diff --git a/nsfw/lang/pl/strings.php b/nsfw/lang/pl/strings.php index b678db64..7b8e9545 100644 --- a/nsfw/lang/pl/strings.php +++ b/nsfw/lang/pl/strings.php @@ -5,13 +5,12 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Content Filter (NSFW and more)"] = "Filtr zawartości (NSFW i więcej)"; -$a->strings["This addon searches for specified words/text in posts and collapses them. It can be used to filter content tagged with for instance #NSFW that may be deemed inappropriate at certain times or places, such as being at work. It is also useful for hiding irrelevant or annoying content from direct view."] = "Ten dodatek szuka określonych słów/tekstów w postach i zwija je. Może służyć do filtrowania treści oznaczonych np. NSFW, które mogą zostać uznane za nieodpowiednie w określonych momentach lub miejscach, na przykład w pracy. Jest to również przydatne do ukrywania nieistotnych lub irytujących treści z bezpośredniego widoku."; -$a->strings["Enable Content filter"] = "Włącz filtr treści"; -$a->strings["Comma separated list of keywords to hide"] = "Rozdzielana przecinkami lista słów kluczowych do ukrycia"; -$a->strings["Save Settings"] = "Zapisz ustawienia"; -$a->strings["Use /expression/ to provide regular expressions"] = "Użyj /wyrażenia/, aby zapewnić wyrażenia regularne"; -$a->strings["NSFW Settings saved."] = "Ustawienia NSFW zostały zapisane."; -$a->strings["Filtered tag: %s"] = "Filtrowane tagów: %s"; -$a->strings["Filtered word: %s"] = "Filtrowane słowo: %s"; +$a->strings['Content Filter (NSFW and more)'] = 'Filtr zawartości (NSFW i więcej)'; +$a->strings['This addon searches for specified words/text in posts and collapses them. It can be used to filter content tagged with for instance #NSFW that may be deemed inappropriate at certain times or places, such as being at work. It is also useful for hiding irrelevant or annoying content from direct view.'] = 'Ten dodatek szuka określonych słów/tekstów w postach i zwija je. Może służyć do filtrowania treści oznaczonych np. NSFW, które mogą zostać uznane za nieodpowiednie w określonych momentach lub miejscach, na przykład w pracy. Jest to również przydatne do ukrywania nieistotnych lub irytujących treści z bezpośredniego widoku.'; +$a->strings['Enable Content filter'] = 'Włącz filtr treści'; +$a->strings['Comma separated list of keywords to hide'] = 'Rozdzielana przecinkami lista słów kluczowych do ukrycia'; +$a->strings['Save Settings'] = 'Zapisz ustawienia'; +$a->strings['Use /expression/ to provide regular expressions'] = 'Użyj /wyrażenia/, aby zapewnić wyrażenia regularne'; +$a->strings['NSFW Settings saved.'] = 'Ustawienia NSFW zostały zapisane.'; +$a->strings['Filtered tag: %s'] = 'Filtrowane tagów: %s'; +$a->strings['Filtered word: %s'] = 'Filtrowane słowo: %s'; diff --git a/nsfw/lang/pt-br/strings.php b/nsfw/lang/pt-br/strings.php index 267c8275..e4f37758 100644 --- a/nsfw/lang/pt-br/strings.php +++ b/nsfw/lang/pt-br/strings.php @@ -5,6 +5,5 @@ function string_plural_select_pt_br($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Enable Content filter"] = "Habilitar filtro de conteúdo"; -$a->strings["Submit"] = "Enviar"; +$a->strings['Enable Content filter'] = 'Habilitar filtro de conteúdo'; +$a->strings['Submit'] = 'Enviar'; diff --git a/nsfw/lang/ro/strings.php b/nsfw/lang/ro/strings.php index b7316c72..ab190285 100644 --- a/nsfw/lang/ro/strings.php +++ b/nsfw/lang/ro/strings.php @@ -5,12 +5,11 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Not Safe For Work (General Purpose Content Filter) settings"] = "Nesigur Pentru Lucru (Filtrare de Conținut pentru Uz General )"; -$a->strings["This addon looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW. This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter."] = "Acest modul verifică în postări, cuvintele/textele pe care le specificați mai jos, și cenzurează orice conținut cu aceste cuvinte cheie, astfel încât să nu se afișeze în momentele necorespunzătoare, precum aluziile sexuale ce pot fi necorespunzătoare într-un mediu de lucru. Este politicos și recomandat să etichetați orice conținut cu nuditate, folosind eticheta #NSFW. Acest filtru poate de asemenea, potrivi orice alt cuvânt/text specificat, şi poate fi folosit astfel și ca filtru de conținut cu scop general."; -$a->strings["Enable Content filter"] = "Activare filtru de Conținut"; -$a->strings["Comma separated list of keywords to hide"] = "Lista cu separator prin virgulă a cuvintelor cheie, ce vor declanșa ascunderea"; -$a->strings["Submit"] = "Trimite"; -$a->strings["Use /expression/ to provide regular expressions"] = "Utilizați /expresia/ pentru a oferi expresii regulate"; -$a->strings["NSFW Settings saved."] = "Configurările NSFW au fost salvate."; -$a->strings["%s - Click to open/close"] = "%s - Apăsați pentru a deschide/închide"; +$a->strings['Not Safe For Work (General Purpose Content Filter) settings'] = 'Nesigur Pentru Lucru (Filtrare de Conținut pentru Uz General )'; +$a->strings['This addon looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW. This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter.'] = 'Acest modul verifică în postări, cuvintele/textele pe care le specificați mai jos, și cenzurează orice conținut cu aceste cuvinte cheie, astfel încât să nu se afișeze în momentele necorespunzătoare, precum aluziile sexuale ce pot fi necorespunzătoare într-un mediu de lucru. Este politicos și recomandat să etichetați orice conținut cu nuditate, folosind eticheta #NSFW. Acest filtru poate de asemenea, potrivi orice alt cuvânt/text specificat, şi poate fi folosit astfel și ca filtru de conținut cu scop general.'; +$a->strings['Enable Content filter'] = 'Activare filtru de Conținut'; +$a->strings['Comma separated list of keywords to hide'] = 'Lista cu separator prin virgulă a cuvintelor cheie, ce vor declanșa ascunderea'; +$a->strings['Submit'] = 'Trimite'; +$a->strings['Use /expression/ to provide regular expressions'] = 'Utilizați /expresia/ pentru a oferi expresii regulate'; +$a->strings['NSFW Settings saved.'] = 'Configurările NSFW au fost salvate.'; +$a->strings['%s - Click to open/close'] = '%s - Apăsați pentru a deschide/închide'; diff --git a/nsfw/lang/ru/strings.php b/nsfw/lang/ru/strings.php index e3f6e64b..71a02e12 100644 --- a/nsfw/lang/ru/strings.php +++ b/nsfw/lang/ru/strings.php @@ -5,13 +5,12 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Content Filter (NSFW and more)"] = "Фильтр контента (NSFW и прочее)"; -$a->strings["This addon searches for specified words/text in posts and collapses them. It can be used to filter content tagged with for instance #NSFW that may be deemed inappropriate at certain times or places, such as being at work. It is also useful for hiding irrelevant or annoying content from direct view."] = "Это дополнение ищет указанные слова и выражения в записях и сворачивает запись, если найдёт. Это можно использовать для скрытия записей с тэгом #NSFW, просмотр которых может быть нежелателен в определённое время, например, на работе. Так же можно использовать для скрытия иного контента."; -$a->strings["Enable Content filter"] = "Включить фильтр контента"; -$a->strings["Comma separated list of keywords to hide"] = "Ключевые слова для скрытия, через запятую"; -$a->strings["Save Settings"] = "Сохранить настройки"; -$a->strings["Use /expression/ to provide regular expressions"] = "Используйте формат /expression/ для регулярных выражений"; -$a->strings["NSFW Settings saved."] = "Настройки NSFW сохранены"; -$a->strings["Filtered tag: %s"] = "Скрыт тэг: %s"; -$a->strings["Filtered word: %s"] = "Скрыто слово: %s"; +$a->strings['Content Filter (NSFW and more)'] = 'Фильтр контента (NSFW и прочее)'; +$a->strings['This addon searches for specified words/text in posts and collapses them. It can be used to filter content tagged with for instance #NSFW that may be deemed inappropriate at certain times or places, such as being at work. It is also useful for hiding irrelevant or annoying content from direct view.'] = 'Это дополнение ищет указанные слова и выражения в записях и сворачивает запись, если найдёт. Это можно использовать для скрытия записей с тэгом #NSFW, просмотр которых может быть нежелателен в определённое время, например, на работе. Так же можно использовать для скрытия иного контента.'; +$a->strings['Enable Content filter'] = 'Включить фильтр контента'; +$a->strings['Comma separated list of keywords to hide'] = 'Ключевые слова для скрытия, через запятую'; +$a->strings['Save Settings'] = 'Сохранить настройки'; +$a->strings['Use /expression/ to provide regular expressions'] = 'Используйте формат /expression/ для регулярных выражений'; +$a->strings['NSFW Settings saved.'] = 'Настройки NSFW сохранены'; +$a->strings['Filtered tag: %s'] = 'Скрыт тэг: %s'; +$a->strings['Filtered word: %s'] = 'Скрыто слово: %s'; diff --git a/nsfw/lang/zh-cn/strings.php b/nsfw/lang/zh-cn/strings.php index fe684f48..a7aa8e5c 100644 --- a/nsfw/lang/zh-cn/strings.php +++ b/nsfw/lang/zh-cn/strings.php @@ -5,12 +5,11 @@ function string_plural_select_zh_cn($n){ $n = intval($n); return intval(0); }} -; -$a->strings["Content Filter (NSFW and more)"] = "内容过滤 ( NSFW 及其他更多)"; -$a->strings["Enable Content filter"] = "启用内容过滤"; -$a->strings["Comma separated list of keywords to hide"] = "以逗号分隔需隐藏关键字列表"; -$a->strings["Save Settings"] = "保存设置"; -$a->strings["Use /expression/ to provide regular expressions"] = "使用 /expression/ 以提供正则表达式"; -$a->strings["NSFW Settings saved."] = "NSFW 设置已保存"; -$a->strings["Filtered tag: %s"] = "已过滤标签:%s"; -$a->strings["Filtered word: %s"] = "已过滤字词:%s"; +$a->strings['Content Filter (NSFW and more)'] = '内容过滤 ( NSFW 及其他更多)'; +$a->strings['Enable Content filter'] = '启用内容过滤'; +$a->strings['Comma separated list of keywords to hide'] = '以逗号分隔需隐藏关键字列表'; +$a->strings['Save Settings'] = '保存设置'; +$a->strings['Use /expression/ to provide regular expressions'] = '使用 /expression/ 以提供正则表达式'; +$a->strings['NSFW Settings saved.'] = 'NSFW 设置已保存'; +$a->strings['Filtered tag: %s'] = '已过滤标签:%s'; +$a->strings['Filtered word: %s'] = '已过滤字词:%s'; diff --git a/numfriends/lang/cs/strings.php b/numfriends/lang/cs/strings.php index 54d9d0ed..d7535632 100644 --- a/numfriends/lang/cs/strings.php +++ b/numfriends/lang/cs/strings.php @@ -5,8 +5,7 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Numfriends settings updated."] = "Nastavení Numfriends aktualizováno"; -$a->strings["Numfriends Settings"] = "Nastavení Numfriends"; -$a->strings["How many contacts to display on profile sidebar"] = "Kolik kontaktů zobrazit na profilové postranní liště"; -$a->strings["Submit"] = "Odeslat"; +$a->strings['Numfriends settings updated.'] = 'Nastavení Numfriends aktualizováno'; +$a->strings['Numfriends Settings'] = 'Nastavení Numfriends'; +$a->strings['How many contacts to display on profile sidebar'] = 'Kolik kontaktů zobrazit na profilové postranní liště'; +$a->strings['Submit'] = 'Odeslat'; diff --git a/numfriends/lang/de/strings.php b/numfriends/lang/de/strings.php index 64462bf6..2ff7f271 100644 --- a/numfriends/lang/de/strings.php +++ b/numfriends/lang/de/strings.php @@ -5,8 +5,7 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Numfriends settings updated."] = "Numfriends Einstellungen aktualisiert"; -$a->strings["Numfriends Settings"] = "Numfriends Einstellungen"; -$a->strings["How many contacts to display on profile sidebar"] = "Wie viele Kontakte sollen in der Seitenleiste angezeigt werden"; -$a->strings["Submit"] = "Senden"; +$a->strings['Numfriends settings updated.'] = 'Numfriends Einstellungen aktualisiert'; +$a->strings['Numfriends Settings'] = 'Numfriends Einstellungen'; +$a->strings['How many contacts to display on profile sidebar'] = 'Wie viele Kontakte sollen in der Seitenleiste angezeigt werden'; +$a->strings['Submit'] = 'Senden'; diff --git a/numfriends/lang/es/strings.php b/numfriends/lang/es/strings.php index 68377f40..cfd9f387 100644 --- a/numfriends/lang/es/strings.php +++ b/numfriends/lang/es/strings.php @@ -5,7 +5,6 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Numfriends Settings"] = "Ajustes de Numfriends"; -$a->strings["How many contacts to display on profile sidebar"] = "Cuántos contactos mostrar en la barra lateral del perfil"; -$a->strings["Save Settings"] = "Grabar ajustes"; +$a->strings['Numfriends Settings'] = 'Ajustes de Numfriends'; +$a->strings['How many contacts to display on profile sidebar'] = 'Cuántos contactos mostrar en la barra lateral del perfil'; +$a->strings['Save Settings'] = 'Grabar ajustes'; diff --git a/numfriends/lang/fi-fi/strings.php b/numfriends/lang/fi-fi/strings.php index 4472733d..90cb3e3d 100644 --- a/numfriends/lang/fi-fi/strings.php +++ b/numfriends/lang/fi-fi/strings.php @@ -5,8 +5,7 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Numfriends settings updated."] = "Numfriends -asetukset päivitetty."; -$a->strings["Numfriends Settings"] = "Numfriends -asetukset"; -$a->strings["How many contacts to display on profile sidebar"] = "Kuinka monta kontaktia näytetään profiilin sivupalkissa"; -$a->strings["Submit"] = "Lähetä"; +$a->strings['Numfriends settings updated.'] = 'Numfriends -asetukset päivitetty.'; +$a->strings['Numfriends Settings'] = 'Numfriends -asetukset'; +$a->strings['How many contacts to display on profile sidebar'] = 'Kuinka monta kontaktia näytetään profiilin sivupalkissa'; +$a->strings['Submit'] = 'Lähetä'; diff --git a/numfriends/lang/fr/strings.php b/numfriends/lang/fr/strings.php index 00b35f1f..835482c8 100644 --- a/numfriends/lang/fr/strings.php +++ b/numfriends/lang/fr/strings.php @@ -5,8 +5,7 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Numfriends settings updated."] = "Configuration de Numfriends mise à jour."; -$a->strings["Numfriends Settings"] = "Réglages de Numfriends"; -$a->strings["How many contacts to display on profile sidebar"] = "Nombre de contacts à afficher dans le volet de profil"; -$a->strings["Submit"] = "Appliquer"; +$a->strings['Numfriends settings updated.'] = 'Configuration de Numfriends mise à jour.'; +$a->strings['Numfriends Settings'] = 'Réglages de Numfriends'; +$a->strings['How many contacts to display on profile sidebar'] = 'Nombre de contacts à afficher dans le volet de profil'; +$a->strings['Submit'] = 'Appliquer'; diff --git a/numfriends/lang/hu/strings.php b/numfriends/lang/hu/strings.php index 387b0598..283cc110 100644 --- a/numfriends/lang/hu/strings.php +++ b/numfriends/lang/hu/strings.php @@ -5,7 +5,6 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Numfriends Settings"] = "Ismerősszám beállításai"; -$a->strings["How many contacts to display on profile sidebar"] = "Hány partner legyen megjelenítve a profil oldalsávján"; -$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings['Numfriends Settings'] = 'Ismerősszám beállításai'; +$a->strings['How many contacts to display on profile sidebar'] = 'Hány partner legyen megjelenítve a profil oldalsávján'; +$a->strings['Save Settings'] = 'Beállítások mentése'; diff --git a/numfriends/lang/it/strings.php b/numfriends/lang/it/strings.php index fd30f2a2..208af559 100644 --- a/numfriends/lang/it/strings.php +++ b/numfriends/lang/it/strings.php @@ -5,7 +5,6 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Numfriends Settings"] = "Impostazioni Numfriends"; -$a->strings["How many contacts to display on profile sidebar"] = "Quanti contatti visualizzare nella barra laterale del profilo"; -$a->strings["Save Settings"] = "Salva Impostazioni"; +$a->strings['Numfriends Settings'] = 'Impostazioni Numfriends'; +$a->strings['How many contacts to display on profile sidebar'] = 'Quanti contatti visualizzare nella barra laterale del profilo'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; diff --git a/numfriends/lang/nl/strings.php b/numfriends/lang/nl/strings.php index fcbe4f77..818d5a8f 100644 --- a/numfriends/lang/nl/strings.php +++ b/numfriends/lang/nl/strings.php @@ -5,6 +5,5 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Numfriends settings updated."] = "Numfriends instellingen opgeslagen"; -$a->strings["Numfriends Settings"] = "Numfriends instellingen"; +$a->strings['Numfriends settings updated.'] = 'Numfriends instellingen opgeslagen'; +$a->strings['Numfriends Settings'] = 'Numfriends instellingen'; diff --git a/numfriends/lang/pl/strings.php b/numfriends/lang/pl/strings.php index 824809b5..97b0c778 100644 --- a/numfriends/lang/pl/strings.php +++ b/numfriends/lang/pl/strings.php @@ -5,8 +5,7 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Numfriends settings updated."] = "Zaktualizowano ustawienia Numfriends."; -$a->strings["Numfriends Settings"] = "Ustawienia Numfriends"; -$a->strings["How many contacts to display on profile sidebar"] = "Ile kontaktów można wyświetlić na pasku bocznym profilu"; -$a->strings["Submit"] = "Wyślij"; +$a->strings['Numfriends settings updated.'] = 'Zaktualizowano ustawienia Numfriends.'; +$a->strings['Numfriends Settings'] = 'Ustawienia Numfriends'; +$a->strings['How many contacts to display on profile sidebar'] = 'Ile kontaktów można wyświetlić na pasku bocznym profilu'; +$a->strings['Submit'] = 'Wyślij'; diff --git a/numfriends/lang/ro/strings.php b/numfriends/lang/ro/strings.php index 1b8aff79..27d06ae4 100644 --- a/numfriends/lang/ro/strings.php +++ b/numfriends/lang/ro/strings.php @@ -5,8 +5,7 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Numfriends settings updated."] = "Configurările NumFriends au fost actualizate."; -$a->strings["Numfriends Settings"] = "Configurări NumFriends"; -$a->strings["How many contacts to display on profile sidebar"] = "Câte contacte se afișează în bara laterală a profilului "; -$a->strings["Submit"] = "Trimite"; +$a->strings['Numfriends settings updated.'] = 'Configurările NumFriends au fost actualizate.'; +$a->strings['Numfriends Settings'] = 'Configurări NumFriends'; +$a->strings['How many contacts to display on profile sidebar'] = 'Câte contacte se afișează în bara laterală a profilului '; +$a->strings['Submit'] = 'Trimite'; diff --git a/numfriends/lang/ru/strings.php b/numfriends/lang/ru/strings.php index e896f999..f2646841 100644 --- a/numfriends/lang/ru/strings.php +++ b/numfriends/lang/ru/strings.php @@ -5,8 +5,7 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Numfriends settings updated."] = "Настройки Numfriends обновлены."; -$a->strings["Numfriends Settings"] = "Настройки Numfriends"; -$a->strings["How many contacts to display on profile sidebar"] = "Сколько контактов показывать на боковой панели профиля"; -$a->strings["Submit"] = "Добавить"; +$a->strings['Numfriends settings updated.'] = 'Настройки Numfriends обновлены.'; +$a->strings['Numfriends Settings'] = 'Настройки Numfriends'; +$a->strings['How many contacts to display on profile sidebar'] = 'Сколько контактов показывать на боковой панели профиля'; +$a->strings['Submit'] = 'Добавить'; diff --git a/openstreetmap/lang/cs/strings.php b/openstreetmap/lang/cs/strings.php index 2ebdccab..fd4d896d 100644 --- a/openstreetmap/lang/cs/strings.php +++ b/openstreetmap/lang/cs/strings.php @@ -5,10 +5,9 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n==1)) { return 0; } else if (($n>=2 && $n<=4)) { return 1; } else { return 2; } }} -; -$a->strings["Submit"] = "Odeslat"; -$a->strings["Tile Server URL"] = "URL adresa Tile serveru"; -$a->strings["A list of public tile servers"] = "Seznam veřejných tile serverů"; -$a->strings["Default zoom"] = "Defaultní lupa"; -$a->strings["The default zoom level. (1:world, 18:highest)"] = "Defaultní nastavení lupy (1:svět, 18:nejvyšší)"; -$a->strings["Settings updated."] = "Nastavení aktualizováno."; +$a->strings['Submit'] = 'Odeslat'; +$a->strings['Tile Server URL'] = 'URL adresa Tile serveru'; +$a->strings['A list of public tile servers'] = 'Seznam veřejných tile serverů'; +$a->strings['Default zoom'] = 'Defaultní lupa'; +$a->strings['The default zoom level. (1:world, 18:highest)'] = 'Defaultní nastavení lupy (1:svět, 18:nejvyšší)'; +$a->strings['Settings updated.'] = 'Nastavení aktualizováno.'; diff --git a/openstreetmap/lang/de/strings.php b/openstreetmap/lang/de/strings.php index d1ac9919..5688c8d7 100644 --- a/openstreetmap/lang/de/strings.php +++ b/openstreetmap/lang/de/strings.php @@ -5,10 +5,9 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Submit"] = "Senden"; -$a->strings["Tile Server URL"] = "Die URL des Servers"; -$a->strings["A list of public tile servers"] = "Eine Liste öffentlicher Tile Server"; -$a->strings["Default zoom"] = "Standard Zoom"; -$a->strings["The default zoom level. (1:world, 18:highest)"] = "Standard Zoo,level (1: Welt; 18: höchstes)"; -$a->strings["Settings updated."] = "Einstellungen aktualisiert."; +$a->strings['Submit'] = 'Senden'; +$a->strings['Tile Server URL'] = 'Die URL des Servers'; +$a->strings['A list of public tile servers'] = 'Eine Liste öffentlicher Tile Server'; +$a->strings['Default zoom'] = 'Standard Zoom'; +$a->strings['The default zoom level. (1:world, 18:highest)'] = 'Standard Zoo,level (1: Welt; 18: höchstes)'; +$a->strings['Settings updated.'] = 'Einstellungen aktualisiert.'; diff --git a/openstreetmap/lang/es/strings.php b/openstreetmap/lang/es/strings.php index c621f782..57119bb8 100644 --- a/openstreetmap/lang/es/strings.php +++ b/openstreetmap/lang/es/strings.php @@ -5,14 +5,13 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["View Larger"] = "Ver mas grande"; -$a->strings["Submit"] = "Enviar"; -$a->strings["Tile Server URL"] = "URL del mosaico de servidor"; -$a->strings["A list of public tile servers"] = "Una lista de servidores de archivos públicos"; -$a->strings["Nominatim (reverse geocoding) Server URL"] = "URL del servidor Nominatim (codificación geográfica inversa)"; -$a->strings["A list of Nominatim servers"] = "Una lista de servidores Nominatim"; -$a->strings["Default zoom"] = "Zoom por defecto"; -$a->strings["The default zoom level. (1:world, 18:highest, also depends on tile server)"] = "El nivel de zoom predeterminado. (1: mundo, 18: más alto, también depende del servidor de mosaicos)"; -$a->strings["Include marker on map"] = "Incluir marcador en el mapa"; -$a->strings["Include a marker on the map."] = "Incluir un marcador en el mapa."; +$a->strings['View Larger'] = 'Ver mas grande'; +$a->strings['Submit'] = 'Enviar'; +$a->strings['Tile Server URL'] = 'URL del mosaico de servidor'; +$a->strings['A list of public tile servers'] = 'Una lista de servidores de archivos públicos'; +$a->strings['Nominatim (reverse geocoding) Server URL'] = 'URL del servidor Nominatim (codificación geográfica inversa)'; +$a->strings['A list of Nominatim servers'] = 'Una lista de servidores Nominatim'; +$a->strings['Default zoom'] = 'Zoom por defecto'; +$a->strings['The default zoom level. (1:world, 18:highest, also depends on tile server)'] = 'El nivel de zoom predeterminado. (1: mundo, 18: más alto, también depende del servidor de mosaicos)'; +$a->strings['Include marker on map'] = 'Incluir marcador en el mapa'; +$a->strings['Include a marker on the map.'] = 'Incluir un marcador en el mapa.'; diff --git a/openstreetmap/lang/fi-fi/strings.php b/openstreetmap/lang/fi-fi/strings.php index b6a71231..e403a87d 100644 --- a/openstreetmap/lang/fi-fi/strings.php +++ b/openstreetmap/lang/fi-fi/strings.php @@ -5,8 +5,7 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Submit"] = "Lähetä"; -$a->strings["Default zoom"] = "Oletuszoomaus"; -$a->strings["The default zoom level. (1:world, 18:highest)"] = "Oletuszoomaustaso (1: kaukaisin, 18: läheisin)"; -$a->strings["Settings updated."] = "Asetukset päivitetty"; +$a->strings['Submit'] = 'Lähetä'; +$a->strings['Default zoom'] = 'Oletuszoomaus'; +$a->strings['The default zoom level. (1:world, 18:highest)'] = 'Oletuszoomaustaso (1: kaukaisin, 18: läheisin)'; +$a->strings['Settings updated.'] = 'Asetukset päivitetty'; diff --git a/openstreetmap/lang/fr/strings.php b/openstreetmap/lang/fr/strings.php index badde35c..a7e6e26a 100644 --- a/openstreetmap/lang/fr/strings.php +++ b/openstreetmap/lang/fr/strings.php @@ -5,10 +5,9 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Submit"] = "Envoyer"; -$a->strings["Tile Server URL"] = "URL du serveur de tuiles"; -$a->strings["A list of public tile servers"] = "Une liste de serveurs de tuiles publics"; -$a->strings["Default zoom"] = "Zoom par défaut"; -$a->strings["The default zoom level. (1:world, 18:highest)"] = "Le niveau de zoom affiché par défaut. (1: monde entier, 18: détail maximum)"; -$a->strings["Settings updated."] = "Paramètres mis à jour."; +$a->strings['Submit'] = 'Envoyer'; +$a->strings['Tile Server URL'] = 'URL du serveur de tuiles'; +$a->strings['A list of public tile servers'] = 'Une liste de serveurs de tuiles publics'; +$a->strings['Default zoom'] = 'Zoom par défaut'; +$a->strings['The default zoom level. (1:world, 18:highest)'] = 'Le niveau de zoom affiché par défaut. (1: monde entier, 18: détail maximum)'; +$a->strings['Settings updated.'] = 'Paramètres mis à jour.'; diff --git a/openstreetmap/lang/hu/strings.php b/openstreetmap/lang/hu/strings.php index 40fa6af6..116a7724 100644 --- a/openstreetmap/lang/hu/strings.php +++ b/openstreetmap/lang/hu/strings.php @@ -5,14 +5,13 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["View Larger"] = "Nagyobb megtekintése"; -$a->strings["Submit"] = "Elküldés"; -$a->strings["Tile Server URL"] = "Csempekiszolgáló URL"; -$a->strings["A list of public tile servers"] = "Nyilvános csempekiszolgálók listája"; -$a->strings["Nominatim (reverse geocoding) Server URL"] = "Nominatim (fordított geokódolás) kiszolgáló URL"; -$a->strings["A list of Nominatim servers"] = "Nominatim kiszolgálók listája"; -$a->strings["Default zoom"] = "Alapértelmezett nagyítás"; -$a->strings["The default zoom level. (1:world, 18:highest, also depends on tile server)"] = "Az alapértelmezett nagyítási szint (1: világ, 18: legnagyobb, de függ a csempekiszolgálótól is)."; -$a->strings["Include marker on map"] = "Jelölő felvétele a térképre"; -$a->strings["Include a marker on the map."] = "Egy jelölő felvétele a térképre."; +$a->strings['View Larger'] = 'Nagyobb megtekintése'; +$a->strings['Submit'] = 'Elküldés'; +$a->strings['Tile Server URL'] = 'Csempekiszolgáló URL'; +$a->strings['A list of public tile servers'] = 'Nyilvános csempekiszolgálók listája'; +$a->strings['Nominatim (reverse geocoding) Server URL'] = 'Nominatim (fordított geokódolás) kiszolgáló URL'; +$a->strings['A list of Nominatim servers'] = 'Nominatim kiszolgálók listája'; +$a->strings['Default zoom'] = 'Alapértelmezett nagyítás'; +$a->strings['The default zoom level. (1:world, 18:highest, also depends on tile server)'] = 'Az alapértelmezett nagyítási szint (1: világ, 18: legnagyobb, de függ a csempekiszolgálótól is).'; +$a->strings['Include marker on map'] = 'Jelölő felvétele a térképre'; +$a->strings['Include a marker on the map.'] = 'Egy jelölő felvétele a térképre.'; diff --git a/openstreetmap/lang/is/strings.php b/openstreetmap/lang/is/strings.php index 464c4531..fb3ad32c 100644 --- a/openstreetmap/lang/is/strings.php +++ b/openstreetmap/lang/is/strings.php @@ -5,10 +5,9 @@ function string_plural_select_is($n){ $n = intval($n); return intval($n % 10 != 1 || $n % 100 == 11); }} -; -$a->strings["Submit"] = "Senda inn"; -$a->strings["Tile Server URL"] = "Slóð á kortaflísamiðlara"; -$a->strings["A list of public tile servers"] = "Listi yfir opinbera kortaflísamiðlara"; -$a->strings["Default zoom"] = "Sjálfgefinn aðdráttur"; -$a->strings["The default zoom level. (1:world, 18:highest)"] = "Sjálfgefið aðdráttarstig. (1:heimur, 18:mest)"; -$a->strings["Settings updated."] = "Stillingar uppfærðar."; +$a->strings['Submit'] = 'Senda inn'; +$a->strings['Tile Server URL'] = 'Slóð á kortaflísamiðlara'; +$a->strings['A list of public tile servers'] = 'Listi yfir opinbera kortaflísamiðlara'; +$a->strings['Default zoom'] = 'Sjálfgefinn aðdráttur'; +$a->strings['The default zoom level. (1:world, 18:highest)'] = 'Sjálfgefið aðdráttarstig. (1:heimur, 18:mest)'; +$a->strings['Settings updated.'] = 'Stillingar uppfærðar.'; diff --git a/openstreetmap/lang/it/strings.php b/openstreetmap/lang/it/strings.php index 98e71bde..fc3c3701 100644 --- a/openstreetmap/lang/it/strings.php +++ b/openstreetmap/lang/it/strings.php @@ -5,14 +5,13 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["View Larger"] = "Vedi Ingrandito"; -$a->strings["Submit"] = "Invia"; -$a->strings["Tile Server URL"] = "Indirizzo del server dei tasselli"; -$a->strings["A list of public tile servers"] = "Una lista dei server dei tasselli pubblici"; -$a->strings["Nominatim (reverse geocoding) Server URL"] = "URL Server Nominatim (reverse geocoding)"; -$a->strings["A list of Nominatim servers"] = "Una lista dei server Nominatim"; -$a->strings["Default zoom"] = "Zoom predefinito"; -$a->strings["The default zoom level. (1:world, 18:highest, also depends on tile server)"] = "Il livello di zoom predefinito. (1:mondo, 18:massimo, ma dipende dal server di tasselli)"; -$a->strings["Include marker on map"] = "Includi segnaposto sulla mappa"; -$a->strings["Include a marker on the map."] = "Includi un segnaposto sulla mappa."; +$a->strings['View Larger'] = 'Vedi Ingrandito'; +$a->strings['Submit'] = 'Invia'; +$a->strings['Tile Server URL'] = 'Indirizzo del server dei tasselli'; +$a->strings['A list of public tile servers'] = 'Una lista dei server dei tasselli pubblici'; +$a->strings['Nominatim (reverse geocoding) Server URL'] = 'URL Server Nominatim (reverse geocoding)'; +$a->strings['A list of Nominatim servers'] = 'Una lista dei server Nominatim'; +$a->strings['Default zoom'] = 'Zoom predefinito'; +$a->strings['The default zoom level. (1:world, 18:highest, also depends on tile server)'] = 'Il livello di zoom predefinito. (1:mondo, 18:massimo, ma dipende dal server di tasselli)'; +$a->strings['Include marker on map'] = 'Includi segnaposto sulla mappa'; +$a->strings['Include a marker on the map.'] = 'Includi un segnaposto sulla mappa.'; diff --git a/openstreetmap/lang/nl/strings.php b/openstreetmap/lang/nl/strings.php index 2a7255ab..1b63398f 100644 --- a/openstreetmap/lang/nl/strings.php +++ b/openstreetmap/lang/nl/strings.php @@ -5,7 +5,6 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Submit"] = "Opslaan"; -$a->strings["Tile Server URL"] = "URL met kaarttegels"; -$a->strings["Settings updated."] = "Instellingen opgeslagen"; +$a->strings['Submit'] = 'Opslaan'; +$a->strings['Tile Server URL'] = 'URL met kaarttegels'; +$a->strings['Settings updated.'] = 'Instellingen opgeslagen'; diff --git a/openstreetmap/lang/pl/strings.php b/openstreetmap/lang/pl/strings.php index 97d5a0cb..dcf58de0 100644 --- a/openstreetmap/lang/pl/strings.php +++ b/openstreetmap/lang/pl/strings.php @@ -5,10 +5,9 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Submit"] = "Zatwierdź"; -$a->strings["Tile Server URL"] = "Adres URL serwera sąsiadująco"; -$a->strings["A list of public tile servers"] = "Lista serwerów publicznych"; -$a->strings["Default zoom"] = "Domyślne powiększenie"; -$a->strings["The default zoom level. (1:world, 18:highest)"] = "Domyślny poziom powiększenia. (1:świat, 18:najwyższy)"; -$a->strings["Settings updated."] = "Zaktualizowano ustawienia."; +$a->strings['Submit'] = 'Zatwierdź'; +$a->strings['Tile Server URL'] = 'Adres URL serwera sąsiadująco'; +$a->strings['A list of public tile servers'] = 'Lista serwerów publicznych'; +$a->strings['Default zoom'] = 'Domyślne powiększenie'; +$a->strings['The default zoom level. (1:world, 18:highest)'] = 'Domyślny poziom powiększenia. (1:świat, 18:najwyższy)'; +$a->strings['Settings updated.'] = 'Zaktualizowano ustawienia.'; diff --git a/openstreetmap/lang/pt-br/strings.php b/openstreetmap/lang/pt-br/strings.php index ced07ab6..f784ad04 100644 --- a/openstreetmap/lang/pt-br/strings.php +++ b/openstreetmap/lang/pt-br/strings.php @@ -5,10 +5,9 @@ function string_plural_select_pt_br($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Submit"] = "Enviar"; -$a->strings["Tile Server URL"] = "URL do Servidor de Bloco"; -$a->strings["A list of public tile servers"] = "Uma lista de servidores de bloco públicos"; -$a->strings["Default zoom"] = "Zoom padrão"; -$a->strings["The default zoom level. (1:world, 18:highest)"] = "O nível padrão de zoom. (1:mundo, 18:máximo) "; -$a->strings["Settings updated."] = "As configurações foram atualizadas."; +$a->strings['Submit'] = 'Enviar'; +$a->strings['Tile Server URL'] = 'URL do Servidor de Bloco'; +$a->strings['A list of public tile servers'] = 'Uma lista de servidores de bloco públicos'; +$a->strings['Default zoom'] = 'Zoom padrão'; +$a->strings['The default zoom level. (1:world, 18:highest)'] = 'O nível padrão de zoom. (1:mundo, 18:máximo) '; +$a->strings['Settings updated.'] = 'As configurações foram atualizadas.'; diff --git a/openstreetmap/lang/ro/strings.php b/openstreetmap/lang/ro/strings.php index 7152ac9a..ede51418 100644 --- a/openstreetmap/lang/ro/strings.php +++ b/openstreetmap/lang/ro/strings.php @@ -5,10 +5,9 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Submit"] = "Trimite"; -$a->strings["Tile Server URL"] = "URL Server pentru Stratificare Hărți"; -$a->strings["A list of public tile servers"] = "O lista cu servere publice cu tipuri de hărți"; -$a->strings["Default zoom"] = "Magnificare implicită"; -$a->strings["The default zoom level. (1:world, 18:highest)"] = "Nivelul implicit de magnificare. (1:nivel global, 18:cea mai mare)"; -$a->strings["Settings updated."] = "Configurări actualizate."; +$a->strings['Submit'] = 'Trimite'; +$a->strings['Tile Server URL'] = 'URL Server pentru Stratificare Hărți'; +$a->strings['A list of public tile servers'] = 'O lista cu servere publice cu tipuri de hărți'; +$a->strings['Default zoom'] = 'Magnificare implicită'; +$a->strings['The default zoom level. (1:world, 18:highest)'] = 'Nivelul implicit de magnificare. (1:nivel global, 18:cea mai mare)'; +$a->strings['Settings updated.'] = 'Configurări actualizate.'; diff --git a/pageheader/lang/cs/strings.php b/pageheader/lang/cs/strings.php index 107e27a4..0675ea52 100644 --- a/pageheader/lang/cs/strings.php +++ b/pageheader/lang/cs/strings.php @@ -5,9 +5,8 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["\"pageheader\" Settings"] = "Nastavení záhlaví stránky"; -$a->strings["Message"] = "Zpráva"; -$a->strings["Message to display on every page on this server (or put a pageheader.html file in your docroot)"] = "Zpráva, která má být zobrazena na každé stránce tohoto serveru (nebo vložte soubor pageheader.html do kořenové složky Vašeho serveru)"; -$a->strings["Save Settings"] = "Uložit nastavení"; -$a->strings["pageheader Settings saved."] = "Nastavení záhlaví stránky uloženo."; +$a->strings['"pageheader" Settings'] = 'Nastavení záhlaví stránky'; +$a->strings['Message'] = 'Zpráva'; +$a->strings['Message to display on every page on this server (or put a pageheader.html file in your docroot)'] = 'Zpráva, která má být zobrazena na každé stránce tohoto serveru (nebo vložte soubor pageheader.html do kořenové složky Vašeho serveru)'; +$a->strings['Save Settings'] = 'Uložit nastavení'; +$a->strings['pageheader Settings saved.'] = 'Nastavení záhlaví stránky uloženo.'; diff --git a/pageheader/lang/de/strings.php b/pageheader/lang/de/strings.php index 8364c278..2c62b5db 100644 --- a/pageheader/lang/de/strings.php +++ b/pageheader/lang/de/strings.php @@ -5,9 +5,8 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["\"pageheader\" Settings"] = "\"pageheader\"-Einstellungen"; -$a->strings["Message"] = "Mitteilung"; -$a->strings["Message to display on every page on this server (or put a pageheader.html file in your docroot)"] = "Die Mitteilung, die auf jeder Seite dieses Knotens angezeigt werden soll (alternativ kann die Datei pageheader.html im Stammverzeichnis der Friendica Installation angelegt werden)."; -$a->strings["Save Settings"] = "Einstellungen speichern"; -$a->strings["pageheader Settings saved."] = "pageheader-Einstellungen gespeichert."; +$a->strings['"pageheader" Settings'] = '"pageheader"-Einstellungen'; +$a->strings['Message'] = 'Mitteilung'; +$a->strings['Message to display on every page on this server (or put a pageheader.html file in your docroot)'] = 'Die Mitteilung, die auf jeder Seite dieses Knotens angezeigt werden soll (alternativ kann die Datei pageheader.html im Stammverzeichnis der Friendica Installation angelegt werden).'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; +$a->strings['pageheader Settings saved.'] = 'pageheader-Einstellungen gespeichert.'; diff --git a/pageheader/lang/en-gb/strings.php b/pageheader/lang/en-gb/strings.php index bd2a18e3..85714106 100644 --- a/pageheader/lang/en-gb/strings.php +++ b/pageheader/lang/en-gb/strings.php @@ -5,9 +5,8 @@ function string_plural_select_en_gb($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["\"pageheader\" Settings"] = "Pageheader settings"; -$a->strings["Message"] = "Message"; -$a->strings["Message to display on every page on this server (or put a pageheader.html file in your docroot)"] = "Message to display above every page on this server (alternatively, put a pageheader.html file in your docroot)"; -$a->strings["Save Settings"] = "Save settings"; -$a->strings["pageheader Settings saved."] = "Pageheader settings saved."; +$a->strings['"pageheader" Settings'] = 'Pageheader settings'; +$a->strings['Message'] = 'Message'; +$a->strings['Message to display on every page on this server (or put a pageheader.html file in your docroot)'] = 'Message to display above every page on this server (alternatively, put a pageheader.html file in your docroot)'; +$a->strings['Save Settings'] = 'Save settings'; +$a->strings['pageheader Settings saved.'] = 'Pageheader settings saved.'; diff --git a/pageheader/lang/es/strings.php b/pageheader/lang/es/strings.php index 1ac5d545..e3a5e3d6 100644 --- a/pageheader/lang/es/strings.php +++ b/pageheader/lang/es/strings.php @@ -5,8 +5,7 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["\"pageheader\" Settings"] = "Ajustes de \"pageheader\""; -$a->strings["Message"] = "Mensaje"; -$a->strings["Message to display on every page on this server (or put a pageheader.html file in your docroot)"] = "Mensaje para mostrar en todas las páginas de este servidor (o poner un archivo pageheader.html en su docroot)"; -$a->strings["Save Settings"] = "Guardar ajustes"; +$a->strings['"pageheader" Settings'] = 'Ajustes de "pageheader"'; +$a->strings['Message'] = 'Mensaje'; +$a->strings['Message to display on every page on this server (or put a pageheader.html file in your docroot)'] = 'Mensaje para mostrar en todas las páginas de este servidor (o poner un archivo pageheader.html en su docroot)'; +$a->strings['Save Settings'] = 'Guardar ajustes'; diff --git a/pageheader/lang/fi-fi/strings.php b/pageheader/lang/fi-fi/strings.php index 48b75df0..52a4b7b4 100644 --- a/pageheader/lang/fi-fi/strings.php +++ b/pageheader/lang/fi-fi/strings.php @@ -5,8 +5,7 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["\"pageheader\" Settings"] = "\"pageheader\" -asetukset"; -$a->strings["Message"] = "Viesti"; -$a->strings["Save Settings"] = "Tallenna asetukset"; -$a->strings["pageheader Settings saved."] = "pageheader -asetukset tallennettu."; +$a->strings['"pageheader" Settings'] = '"pageheader" -asetukset'; +$a->strings['Message'] = 'Viesti'; +$a->strings['Save Settings'] = 'Tallenna asetukset'; +$a->strings['pageheader Settings saved.'] = 'pageheader -asetukset tallennettu.'; diff --git a/pageheader/lang/fr/strings.php b/pageheader/lang/fr/strings.php index 122c833b..43051f9c 100644 --- a/pageheader/lang/fr/strings.php +++ b/pageheader/lang/fr/strings.php @@ -5,9 +5,8 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["\"pageheader\" Settings"] = "Paramètres de la page d'en-tête"; -$a->strings["Message"] = "Message"; -$a->strings["Message to display on every page on this server (or put a pageheader.html file in your docroot)"] = "Message à publier sur toutes les pages de ce serveur (ou bien mettez un fichier pageheader.html dans votre docroot)"; -$a->strings["Save Settings"] = "Sauvegarder les paramètres"; -$a->strings["pageheader Settings saved."] = "Paramètres sauvegardés"; +$a->strings['"pageheader" Settings'] = 'Paramètres de la page d\'en-tête'; +$a->strings['Message'] = 'Message'; +$a->strings['Message to display on every page on this server (or put a pageheader.html file in your docroot)'] = 'Message à publier sur toutes les pages de ce serveur (ou bien mettez un fichier pageheader.html dans votre docroot)'; +$a->strings['Save Settings'] = 'Sauvegarder les paramètres'; +$a->strings['pageheader Settings saved.'] = 'Paramètres sauvegardés'; diff --git a/pageheader/lang/hu/strings.php b/pageheader/lang/hu/strings.php index da786bac..5acfc66f 100644 --- a/pageheader/lang/hu/strings.php +++ b/pageheader/lang/hu/strings.php @@ -5,8 +5,7 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["\"pageheader\" Settings"] = "Oldalfejléc beállításai"; -$a->strings["Message"] = "Üzenet"; -$a->strings["Message to display on every page on this server (or put a pageheader.html file in your docroot)"] = "A kiszolgálón lévő összes oldalon megjelenítendő üzenet (vagy tegyen egy pageheader.html fájlt a dokumentumgyökérbe)"; -$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings['"pageheader" Settings'] = 'Oldalfejléc beállításai'; +$a->strings['Message'] = 'Üzenet'; +$a->strings['Message to display on every page on this server (or put a pageheader.html file in your docroot)'] = 'A kiszolgálón lévő összes oldalon megjelenítendő üzenet (vagy tegyen egy pageheader.html fájlt a dokumentumgyökérbe)'; +$a->strings['Save Settings'] = 'Beállítások mentése'; diff --git a/pageheader/lang/it/strings.php b/pageheader/lang/it/strings.php index c743cd1d..ed5257f7 100644 --- a/pageheader/lang/it/strings.php +++ b/pageheader/lang/it/strings.php @@ -5,9 +5,8 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["\"pageheader\" Settings"] = "Impostazioni \"Intestazione pagina\""; -$a->strings["Message"] = "Messaggio"; -$a->strings["Message to display on every page on this server (or put a pageheader.html file in your docroot)"] = "Il messaggio da mostrare su ogni pagina di questo server (puoi anche aggiungere un file pageheader.html nella root)"; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$a->strings["pageheader Settings saved."] = "Impostazioni \"Intestazione pagina\" salvate."; +$a->strings['"pageheader" Settings'] = 'Impostazioni "Intestazione pagina"'; +$a->strings['Message'] = 'Messaggio'; +$a->strings['Message to display on every page on this server (or put a pageheader.html file in your docroot)'] = 'Il messaggio da mostrare su ogni pagina di questo server (puoi anche aggiungere un file pageheader.html nella root)'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; +$a->strings['pageheader Settings saved.'] = 'Impostazioni "Intestazione pagina" salvate.'; diff --git a/pageheader/lang/nl/strings.php b/pageheader/lang/nl/strings.php index b0576d9c..5785832c 100644 --- a/pageheader/lang/nl/strings.php +++ b/pageheader/lang/nl/strings.php @@ -5,7 +5,6 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["\"pageheader\" Settings"] = "\"pageheader\" instellingen"; -$a->strings["Save Settings"] = "Instellingen opslaan"; -$a->strings["pageheader Settings saved."] = "Pageheader instellingen opgeslagen."; +$a->strings['"pageheader" Settings'] = '"pageheader" instellingen'; +$a->strings['Save Settings'] = 'Instellingen opslaan'; +$a->strings['pageheader Settings saved.'] = 'Pageheader instellingen opgeslagen.'; diff --git a/pageheader/lang/pl/strings.php b/pageheader/lang/pl/strings.php index 7b283804..3c03b8a0 100644 --- a/pageheader/lang/pl/strings.php +++ b/pageheader/lang/pl/strings.php @@ -5,9 +5,8 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["\"pageheader\" Settings"] = "Ustawienia \"nagłówek strony\""; -$a->strings["Message"] = "Wiadomość"; -$a->strings["Message to display on every page on this server (or put a pageheader.html file in your docroot)"] = "Komunikat wyświetlany na każdej stronie, na tym serwerze (lub umieść plik pageheader.html w swoim dokumencie roboczym)"; -$a->strings["Save Settings"] = "Zapisz ustawienia"; -$a->strings["pageheader Settings saved."] = "nagłówek strony Ustawienia zapisane."; +$a->strings['"pageheader" Settings'] = 'Ustawienia "nagłówek strony"'; +$a->strings['Message'] = 'Wiadomość'; +$a->strings['Message to display on every page on this server (or put a pageheader.html file in your docroot)'] = 'Komunikat wyświetlany na każdej stronie, na tym serwerze (lub umieść plik pageheader.html w swoim dokumencie roboczym)'; +$a->strings['Save Settings'] = 'Zapisz ustawienia'; +$a->strings['pageheader Settings saved.'] = 'nagłówek strony Ustawienia zapisane.'; diff --git a/pageheader/lang/ro/strings.php b/pageheader/lang/ro/strings.php index 97c55e43..3e4b5abf 100644 --- a/pageheader/lang/ro/strings.php +++ b/pageheader/lang/ro/strings.php @@ -5,7 +5,6 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["\"pageheader\" Settings"] = "Configurări \"Pageheader\""; -$a->strings["Submit"] = "Trimite"; -$a->strings["pageheader Settings saved."] = "Configurările antetului de pagină au fost salvate."; +$a->strings['"pageheader" Settings'] = 'Configurări "Pageheader"'; +$a->strings['Submit'] = 'Trimite'; +$a->strings['pageheader Settings saved.'] = 'Configurările antetului de pagină au fost salvate.'; diff --git a/pageheader/lang/ru/strings.php b/pageheader/lang/ru/strings.php index a3dfd070..3eb35b14 100644 --- a/pageheader/lang/ru/strings.php +++ b/pageheader/lang/ru/strings.php @@ -5,8 +5,7 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Message"] = "Сообщение"; -$a->strings["Message to display on every page on this server (or put a pageheader.html file in your docroot)"] = "Сообщение для отображения на каждой странице этого сервера (или поместите файл pageheader.html в корневую папку веб-сервера)"; -$a->strings["Save Settings"] = "Сохранить настройки"; -$a->strings["pageheader Settings saved."] = "pageheader Настройки сохранены."; +$a->strings['Message'] = 'Сообщение'; +$a->strings['Message to display on every page on this server (or put a pageheader.html file in your docroot)'] = 'Сообщение для отображения на каждой странице этого сервера (или поместите файл pageheader.html в корневую папку веб-сервера)'; +$a->strings['Save Settings'] = 'Сохранить настройки'; +$a->strings['pageheader Settings saved.'] = 'pageheader Настройки сохранены.'; diff --git a/piwik/lang/cs/strings.php b/piwik/lang/cs/strings.php index d987ce21..77594dcf 100644 --- a/piwik/lang/cs/strings.php +++ b/piwik/lang/cs/strings.php @@ -5,13 +5,12 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["This website is tracked using the Matomo analytics tool."] = "Tato webová stránka je sledována pomocí nástroje pro analýzu Matomo."; -$a->strings["If you do not want that your visits are logged in this way you can set a cookie to prevent Matomo / Piwik from tracking further visits of the site (opt-out)."] = "Pokut nechcete, aby byly vaše návštěvy takto sledovány, můžete si nastavit soubor cookie, která zabrání službě Matomo/Piwik, aby sledovala vaše další návštěvy na stránce (tzv. opt-out)"; -$a->strings["Save Settings"] = "Uložit nastavení"; -$a->strings["Matomo (Piwik) Base URL"] = "Základní URL adresa Matomo (Piwik)"; -$a->strings["Absolute path to your Matomo (Piwik) installation. (without protocol (http/s), with trailing slash)"] = "Absolutní cesta k vaší instalaci Matomo (Piwik). (bez protokolu (http/s), s lomítkem na konci)"; -$a->strings["Site ID"] = "ID webu"; -$a->strings["Show opt-out cookie link?"] = "Zobrazit odkaz pro opt-out cookie?"; -$a->strings["Asynchronous tracking"] = "Asynchronní sledování"; -$a->strings["Settings updated."] = "Nastavení aktualizováno."; +$a->strings['This website is tracked using the Matomo analytics tool.'] = 'Tato webová stránka je sledována pomocí nástroje pro analýzu Matomo.'; +$a->strings['If you do not want that your visits are logged in this way you can set a cookie to prevent Matomo / Piwik from tracking further visits of the site (opt-out).'] = 'Pokut nechcete, aby byly vaše návštěvy takto sledovány, můžete si nastavit soubor cookie, která zabrání službě Matomo/Piwik, aby sledovala vaše další návštěvy na stránce (tzv. opt-out)'; +$a->strings['Save Settings'] = 'Uložit nastavení'; +$a->strings['Matomo (Piwik) Base URL'] = 'Základní URL adresa Matomo (Piwik)'; +$a->strings['Absolute path to your Matomo (Piwik) installation. (without protocol (http/s), with trailing slash)'] = 'Absolutní cesta k vaší instalaci Matomo (Piwik). (bez protokolu (http/s), s lomítkem na konci)'; +$a->strings['Site ID'] = 'ID webu'; +$a->strings['Show opt-out cookie link?'] = 'Zobrazit odkaz pro opt-out cookie?'; +$a->strings['Asynchronous tracking'] = 'Asynchronní sledování'; +$a->strings['Settings updated.'] = 'Nastavení aktualizováno.'; diff --git a/piwik/lang/de/strings.php b/piwik/lang/de/strings.php index f9d24ce3..e218d6e3 100644 --- a/piwik/lang/de/strings.php +++ b/piwik/lang/de/strings.php @@ -5,12 +5,11 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["This website is tracked using the Matomo analytics tool."] = "Diese Website benutzt Matomo, eine Open-Source-Software zur statistischen Auswertung der Besucherzugriffe."; -$a->strings["If you do not want that your visits are logged in this way you can set a cookie to prevent Matomo / Piwik from tracking further visits of the site (opt-out)."] = "Wenn du nicht willst, dass Deine Besuche auf diese Weise gespeichert werden, kannst du ein Cookie setzen. Dann wird Matomo / Piwik dich auf dieser Website nicht mehr verfolgen (opt-out)."; -$a->strings["Save Settings"] = "Einstellungen speichern"; -$a->strings["Matomo (Piwik) Base URL"] = "Matomo-Basis-URL (Piwik-Basis-URL)"; -$a->strings["Absolute path to your Matomo (Piwik) installation. (without protocol (http/s), with trailing slash)"] = "Absoluter Pfad zu deiner Matomo-/Piwik-Installation (ohne \"http://\" oder \"https://\"), mit abschließendem Schrägstrich"; -$a->strings["Site ID"] = "Seiten-ID"; -$a->strings["Show opt-out cookie link?"] = "Link zum Setzen des Opt-Out-Cookies anzeigen?"; -$a->strings["Asynchronous tracking"] = "Asynchrones Tracking"; +$a->strings['This website is tracked using the Matomo analytics tool.'] = 'Diese Website benutzt Matomo, eine Open-Source-Software zur statistischen Auswertung der Besucherzugriffe.'; +$a->strings['If you do not want that your visits are logged in this way you can set a cookie to prevent Matomo / Piwik from tracking further visits of the site (opt-out).'] = 'Wenn du nicht willst, dass Deine Besuche auf diese Weise gespeichert werden, kannst du ein Cookie setzen. Dann wird Matomo / Piwik dich auf dieser Website nicht mehr verfolgen (opt-out).'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; +$a->strings['Matomo (Piwik) Base URL'] = 'Matomo-Basis-URL (Piwik-Basis-URL)'; +$a->strings['Absolute path to your Matomo (Piwik) installation. (without protocol (http/s), with trailing slash)'] = 'Absoluter Pfad zu deiner Matomo-/Piwik-Installation (ohne "http://" oder "https://"), mit abschließendem Schrägstrich'; +$a->strings['Site ID'] = 'Seiten-ID'; +$a->strings['Show opt-out cookie link?'] = 'Link zum Setzen des Opt-Out-Cookies anzeigen?'; +$a->strings['Asynchronous tracking'] = 'Asynchrones Tracking'; diff --git a/piwik/lang/en-gb/strings.php b/piwik/lang/en-gb/strings.php index 4d698f94..7056f878 100644 --- a/piwik/lang/en-gb/strings.php +++ b/piwik/lang/en-gb/strings.php @@ -5,13 +5,12 @@ function string_plural_select_en_gb($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["This website is tracked using the Matomo analytics tool."] = "This website is tracking, using the Matomo analytics tool."; -$a->strings["If you do not want that your visits are logged in this way you can set a cookie to prevent Matomo / Piwik from tracking further visits of the site (opt-out)."] = "If you do not want that your visits logged in this way you can set a cookie to prevent Matomo / Piwik from tracking further visits of the site (opt-out)."; -$a->strings["Save Settings"] = "Save settings"; -$a->strings["Matomo (Piwik) Base URL"] = "Matomo (Piwik) Base URL"; -$a->strings["Absolute path to your Matomo (Piwik) installation. (without protocol (http/s), with trailing slash)"] = "Absolute path to your Matomo (Piwik) installation. (without protocol (http/s), with trailing slash)"; -$a->strings["Site ID"] = "Site ID"; -$a->strings["Show opt-out cookie link?"] = "Show opt-out cookie link?"; -$a->strings["Asynchronous tracking"] = "Asynchronous tracking"; -$a->strings["Settings updated."] = "Settings updated."; +$a->strings['This website is tracked using the Matomo analytics tool.'] = 'This website is tracking, using the Matomo analytics tool.'; +$a->strings['If you do not want that your visits are logged in this way you can set a cookie to prevent Matomo / Piwik from tracking further visits of the site (opt-out).'] = 'If you do not want that your visits logged in this way you can set a cookie to prevent Matomo / Piwik from tracking further visits of the site (opt-out).'; +$a->strings['Save Settings'] = 'Save settings'; +$a->strings['Matomo (Piwik) Base URL'] = 'Matomo (Piwik) Base URL'; +$a->strings['Absolute path to your Matomo (Piwik) installation. (without protocol (http/s), with trailing slash)'] = 'Absolute path to your Matomo (Piwik) installation. (without protocol (http/s), with trailing slash)'; +$a->strings['Site ID'] = 'Site ID'; +$a->strings['Show opt-out cookie link?'] = 'Show opt-out cookie link?'; +$a->strings['Asynchronous tracking'] = 'Asynchronous tracking'; +$a->strings['Settings updated.'] = 'Settings updated.'; diff --git a/piwik/lang/es/strings.php b/piwik/lang/es/strings.php index 108aab66..f29f9e8d 100644 --- a/piwik/lang/es/strings.php +++ b/piwik/lang/es/strings.php @@ -5,12 +5,11 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["This website is tracked using the Matomo analytics tool."] = "Este sitio web se rastrea mediante la herramienta de análisis Matomo."; -$a->strings["If you do not want that your visits are logged in this way you can set a cookie to prevent Matomo / Piwik from tracking further visits of the site (opt-out)."] = "Si no desea que sus visitas se registren de esta manera, puede configurar una cookie para evitar que Matomo / Piwik rastree más visitas del sitio (optar por no participar)."; -$a->strings["Save Settings"] = "Guardar ajustes"; -$a->strings["Matomo (Piwik) Base URL"] = "Matomo (Piwik) URL Base"; -$a->strings["Absolute path to your Matomo (Piwik) installation. (without protocol (http/s), with trailing slash)"] = "Ruta absoluta a su instalación de Matomo (Piwik). (sin protocolo (http/s), con barra diagonal al final)"; -$a->strings["Site ID"] = "ID de la página"; -$a->strings["Show opt-out cookie link?"] = "Mostrar enlace a cláusula de opción de cookie"; -$a->strings["Asynchronous tracking"] = "Rastreo asíncrono"; +$a->strings['This website is tracked using the Matomo analytics tool.'] = 'Este sitio web se rastrea mediante la herramienta de análisis Matomo.'; +$a->strings['If you do not want that your visits are logged in this way you can set a cookie to prevent Matomo / Piwik from tracking further visits of the site (opt-out).'] = 'Si no desea que sus visitas se registren de esta manera, puede configurar una cookie para evitar que Matomo / Piwik rastree más visitas del sitio (optar por no participar).'; +$a->strings['Save Settings'] = 'Guardar ajustes'; +$a->strings['Matomo (Piwik) Base URL'] = 'Matomo (Piwik) URL Base'; +$a->strings['Absolute path to your Matomo (Piwik) installation. (without protocol (http/s), with trailing slash)'] = 'Ruta absoluta a su instalación de Matomo (Piwik). (sin protocolo (http/s), con barra diagonal al final)'; +$a->strings['Site ID'] = 'ID de la página'; +$a->strings['Show opt-out cookie link?'] = 'Mostrar enlace a cláusula de opción de cookie'; +$a->strings['Asynchronous tracking'] = 'Rastreo asíncrono'; diff --git a/piwik/lang/fi-fi/strings.php b/piwik/lang/fi-fi/strings.php index 27262e20..666828ba 100644 --- a/piwik/lang/fi-fi/strings.php +++ b/piwik/lang/fi-fi/strings.php @@ -5,7 +5,6 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Save Settings"] = "Tallenna asetukset"; -$a->strings["Asynchronous tracking"] = "Asynkroninen seuranta"; -$a->strings["Settings updated."] = "Asetukset päivitetty."; +$a->strings['Save Settings'] = 'Tallenna asetukset'; +$a->strings['Asynchronous tracking'] = 'Asynkroninen seuranta'; +$a->strings['Settings updated.'] = 'Asetukset päivitetty.'; diff --git a/piwik/lang/fr/strings.php b/piwik/lang/fr/strings.php index 6e249838..80907a1b 100644 --- a/piwik/lang/fr/strings.php +++ b/piwik/lang/fr/strings.php @@ -5,11 +5,10 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["This website is tracked using the Piwik analytics tool."] = "Ce site web utilise Piwik en tant qu'outil d'analyses."; -$a->strings["Save Settings"] = "Sauvegarder les paramètres"; -$a->strings["Piwik Base URL"] = "URL de base de Piwik"; -$a->strings["Site ID"] = "ID du site"; -$a->strings["Show opt-out cookie link?"] = "Montrer le lien d'opt-out pour les cookies ?"; -$a->strings["Asynchronous tracking"] = "Suivi asynchrone"; -$a->strings["Settings updated."] = "Paramètres mis à jour."; +$a->strings['This website is tracked using the Piwik analytics tool.'] = 'Ce site web utilise Piwik en tant qu\'outil d\'analyses.'; +$a->strings['Save Settings'] = 'Sauvegarder les paramètres'; +$a->strings['Piwik Base URL'] = 'URL de base de Piwik'; +$a->strings['Site ID'] = 'ID du site'; +$a->strings['Show opt-out cookie link?'] = 'Montrer le lien d\'opt-out pour les cookies ?'; +$a->strings['Asynchronous tracking'] = 'Suivi asynchrone'; +$a->strings['Settings updated.'] = 'Paramètres mis à jour.'; diff --git a/piwik/lang/hu/strings.php b/piwik/lang/hu/strings.php index cef005eb..8eff504e 100644 --- a/piwik/lang/hu/strings.php +++ b/piwik/lang/hu/strings.php @@ -5,12 +5,11 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["This website is tracked using the Matomo analytics tool."] = "Ez a weboldal a Matomo analitikai eszköz használatával van követve."; -$a->strings["If you do not want that your visits are logged in this way you can set a cookie to prevent Matomo / Piwik from tracking further visits of the site (opt-out)."] = "Ha nem szeretné, hogy a látogatásai ilyen módon naplózva legyenek, akkor beállíthat egy sütit annak megakadályozásához, hogy a Matomo vagy a Piwik kövesse az oldal további meglátogatásait (lemondás)."; -$a->strings["Save Settings"] = "Beállítások mentése"; -$a->strings["Matomo (Piwik) Base URL"] = "Matomo (Piwik) alap URL"; -$a->strings["Absolute path to your Matomo (Piwik) installation. (without protocol (http/s), with trailing slash)"] = "Abszolút útvonal a Matomo (Piwik) telepítéséhez (http vagy https protokoll nélkül, de lezáró perjellel)."; -$a->strings["Site ID"] = "Oldalazonosító"; -$a->strings["Show opt-out cookie link?"] = "Megjeleníti a lemondó süti hivatkozását?"; -$a->strings["Asynchronous tracking"] = "Aszinkron követés"; +$a->strings['This website is tracked using the Matomo analytics tool.'] = 'Ez a weboldal a Matomo analitikai eszköz használatával van követve.'; +$a->strings['If you do not want that your visits are logged in this way you can set a cookie to prevent Matomo / Piwik from tracking further visits of the site (opt-out).'] = 'Ha nem szeretné, hogy a látogatásai ilyen módon naplózva legyenek, akkor beállíthat egy sütit annak megakadályozásához, hogy a Matomo vagy a Piwik kövesse az oldal további meglátogatásait (lemondás).'; +$a->strings['Save Settings'] = 'Beállítások mentése'; +$a->strings['Matomo (Piwik) Base URL'] = 'Matomo (Piwik) alap URL'; +$a->strings['Absolute path to your Matomo (Piwik) installation. (without protocol (http/s), with trailing slash)'] = 'Abszolút útvonal a Matomo (Piwik) telepítéséhez (http vagy https protokoll nélkül, de lezáró perjellel).'; +$a->strings['Site ID'] = 'Oldalazonosító'; +$a->strings['Show opt-out cookie link?'] = 'Megjeleníti a lemondó süti hivatkozását?'; +$a->strings['Asynchronous tracking'] = 'Aszinkron követés'; diff --git a/piwik/lang/it/strings.php b/piwik/lang/it/strings.php index 94395d70..5ca713c4 100644 --- a/piwik/lang/it/strings.php +++ b/piwik/lang/it/strings.php @@ -5,13 +5,12 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["This website is tracked using the Matomo analytics tool."] = "Questo sito è monitorato con lo strumento di analisi Matomo."; -$a->strings["If you do not want that your visits are logged in this way you can set a cookie to prevent Matomo / Piwik from tracking further visits of the site (opt-out)."] = "Se non vuoi che le tue visite vengano registrate in questo modo è possibile impostare un cookie per evitare che Matomo / Piwik rintracci ulteriori visite del sito (opt-out)."; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$a->strings["Matomo (Piwik) Base URL"] = "Indirizzo di base di Matomo (Piwik)"; -$a->strings["Absolute path to your Matomo (Piwik) installation. (without protocol (http/s), with trailing slash)"] = "Percorso assoluto alla tua installazione di Matomo (Piwik) (senza il protocollo (http/https), con la barra alla fine)"; -$a->strings["Site ID"] = "ID del sito"; -$a->strings["Show opt-out cookie link?"] = "Mostra il collegamento per l'opt-out dei cookie?"; -$a->strings["Asynchronous tracking"] = "Tracciamento asincrono"; -$a->strings["Settings updated."] = "Impostazioni aggiornate."; +$a->strings['This website is tracked using the Matomo analytics tool.'] = 'Questo sito è monitorato con lo strumento di analisi Matomo.'; +$a->strings['If you do not want that your visits are logged in this way you can set a cookie to prevent Matomo / Piwik from tracking further visits of the site (opt-out).'] = 'Se non vuoi che le tue visite vengano registrate in questo modo è possibile impostare un cookie per evitare che Matomo / Piwik rintracci ulteriori visite del sito (opt-out).'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; +$a->strings['Matomo (Piwik) Base URL'] = 'Indirizzo di base di Matomo (Piwik)'; +$a->strings['Absolute path to your Matomo (Piwik) installation. (without protocol (http/s), with trailing slash)'] = 'Percorso assoluto alla tua installazione di Matomo (Piwik) (senza il protocollo (http/https), con la barra alla fine)'; +$a->strings['Site ID'] = 'ID del sito'; +$a->strings['Show opt-out cookie link?'] = 'Mostra il collegamento per l\'opt-out dei cookie?'; +$a->strings['Asynchronous tracking'] = 'Tracciamento asincrono'; +$a->strings['Settings updated.'] = 'Impostazioni aggiornate.'; diff --git a/piwik/lang/nl/strings.php b/piwik/lang/nl/strings.php index 3122d040..02310f01 100644 --- a/piwik/lang/nl/strings.php +++ b/piwik/lang/nl/strings.php @@ -5,7 +5,6 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["This website is tracked using the Piwik analytics tool."] = "Deze website word gevolgd door Piwik analytics"; -$a->strings["Save Settings"] = "Instellingen opslaan"; -$a->strings["Settings updated."] = "Instellingen opgeslagen"; +$a->strings['This website is tracked using the Piwik analytics tool.'] = 'Deze website word gevolgd door Piwik analytics'; +$a->strings['Save Settings'] = 'Instellingen opslaan'; +$a->strings['Settings updated.'] = 'Instellingen opgeslagen'; diff --git a/piwik/lang/pl/strings.php b/piwik/lang/pl/strings.php index b8e918b2..00b87a3c 100644 --- a/piwik/lang/pl/strings.php +++ b/piwik/lang/pl/strings.php @@ -5,13 +5,12 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["This website is tracked using the Matomo analytics tool."] = "Ta strona internetowa jest śledzona za pomocą narzędzia analitycznego Matomo."; -$a->strings["If you do not want that your visits are logged in this way you can set a cookie to prevent Matomo / Piwik from tracking further visits of the site (opt-out)."] = "Jeśli nie chcesz, aby twoje wizyty były rejestrowane w ten sposób, możesz ustawić plik cookie, aby uniemożliwić Matomo / Piwik śledzenie dalszych wizyt w witrynie (rezygnacja)."; -$a->strings["Save Settings"] = "Zapisz ustawienia"; -$a->strings["Matomo (Piwik) Base URL"] = "Podstawowy adres URL Matomo (Piwik)"; -$a->strings["Absolute path to your Matomo (Piwik) installation. (without protocol (http/s), with trailing slash)"] = "Ścieżka bezwzględna do instalacji Matomo (Piwik). (bez protokołu (http/s), z ukośnikiem)"; -$a->strings["Site ID"] = "Identyfikator ID witryny"; -$a->strings["Show opt-out cookie link?"] = "Pokazać link do rezygnacji z plików cookie?"; -$a->strings["Asynchronous tracking"] = "Śledzenie asynchroniczne"; -$a->strings["Settings updated."] = "Zaktualizowano ustawienia."; +$a->strings['This website is tracked using the Matomo analytics tool.'] = 'Ta strona internetowa jest śledzona za pomocą narzędzia analitycznego Matomo.'; +$a->strings['If you do not want that your visits are logged in this way you can set a cookie to prevent Matomo / Piwik from tracking further visits of the site (opt-out).'] = 'Jeśli nie chcesz, aby twoje wizyty były rejestrowane w ten sposób, możesz ustawić plik cookie, aby uniemożliwić Matomo / Piwik śledzenie dalszych wizyt w witrynie (rezygnacja).'; +$a->strings['Save Settings'] = 'Zapisz ustawienia'; +$a->strings['Matomo (Piwik) Base URL'] = 'Podstawowy adres URL Matomo (Piwik)'; +$a->strings['Absolute path to your Matomo (Piwik) installation. (without protocol (http/s), with trailing slash)'] = 'Ścieżka bezwzględna do instalacji Matomo (Piwik). (bez protokołu (http/s), z ukośnikiem)'; +$a->strings['Site ID'] = 'Identyfikator ID witryny'; +$a->strings['Show opt-out cookie link?'] = 'Pokazać link do rezygnacji z plików cookie?'; +$a->strings['Asynchronous tracking'] = 'Śledzenie asynchroniczne'; +$a->strings['Settings updated.'] = 'Zaktualizowano ustawienia.'; diff --git a/piwik/lang/ro/strings.php b/piwik/lang/ro/strings.php index 0b9f4580..3eaefd52 100644 --- a/piwik/lang/ro/strings.php +++ b/piwik/lang/ro/strings.php @@ -5,13 +5,12 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["This website is tracked using the Piwik analytics tool."] = "Acest site web este contorizat folosind instrumentul analitic Piwik."; -$a->strings["If you do not want that your visits are logged this way you can set a cookie to prevent Piwik from tracking further visits of the site (opt-out)."] = "Dacă nu doriți ca vizitele dumneavoastră să fie înregistrate în acest mod, puteți stabili un cookie pentru a împiedica Piwik să vă contorizeze viitoarele vizite pe site (renunțare la opțiune)."; -$a->strings["Submit"] = "Trimite"; -$a->strings["Piwik Base URL"] = "Adresa URL de Bază Piwik"; -$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "Calea absolută către locația de instalare Piwik. (fără protocolul (http/s), urmată de slash-uri)"; -$a->strings["Site ID"] = "ID Site"; -$a->strings["Show opt-out cookie link?"] = "Se afișează legătura cookie de renunțare la opțiune?"; -$a->strings["Asynchronous tracking"] = "Contorizare asincronă"; -$a->strings["Settings updated."] = "Configurări actualizate."; +$a->strings['This website is tracked using the Piwik analytics tool.'] = 'Acest site web este contorizat folosind instrumentul analitic Piwik.'; +$a->strings['If you do not want that your visits are logged this way you can set a cookie to prevent Piwik from tracking further visits of the site (opt-out).'] = 'Dacă nu doriți ca vizitele dumneavoastră să fie înregistrate în acest mod, puteți stabili un cookie pentru a împiedica Piwik să vă contorizeze viitoarele vizite pe site (renunțare la opțiune).'; +$a->strings['Submit'] = 'Trimite'; +$a->strings['Piwik Base URL'] = 'Adresa URL de Bază Piwik'; +$a->strings['Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)'] = 'Calea absolută către locația de instalare Piwik. (fără protocolul (http/s), urmată de slash-uri)'; +$a->strings['Site ID'] = 'ID Site'; +$a->strings['Show opt-out cookie link?'] = 'Se afișează legătura cookie de renunțare la opțiune?'; +$a->strings['Asynchronous tracking'] = 'Contorizare asincronă'; +$a->strings['Settings updated.'] = 'Configurări actualizate.'; diff --git a/piwik/lang/zh-cn/strings.php b/piwik/lang/zh-cn/strings.php index 544703dc..41795595 100644 --- a/piwik/lang/zh-cn/strings.php +++ b/piwik/lang/zh-cn/strings.php @@ -5,8 +5,7 @@ function string_plural_select_zh_cn($n){ $n = intval($n); return intval(0); }} -; -$a->strings["This website is tracked using the Piwik analytics tool."] = "此网站用 Piwik 追踪分析工具。"; -$a->strings["Save Settings"] = "保存设置"; -$a->strings["Asynchronous tracking"] = "异步追踪"; -$a->strings["Settings updated."] = "设置已更新。"; +$a->strings['This website is tracked using the Piwik analytics tool.'] = '此网站用 Piwik 追踪分析工具。'; +$a->strings['Save Settings'] = '保存设置'; +$a->strings['Asynchronous tracking'] = '异步追踪'; +$a->strings['Settings updated.'] = '设置已更新。'; diff --git a/planets/lang/cs/strings.php b/planets/lang/cs/strings.php index c63b3112..1a0bdb95 100644 --- a/planets/lang/cs/strings.php +++ b/planets/lang/cs/strings.php @@ -5,7 +5,6 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Planets Settings"] = "Nastavení Planets"; -$a->strings["Enable Planets Addon"] = "Povolit doplněk Planets"; -$a->strings["Submit"] = "Odeslat"; +$a->strings['Planets Settings'] = 'Nastavení Planets'; +$a->strings['Enable Planets Addon'] = 'Povolit doplněk Planets'; +$a->strings['Submit'] = 'Odeslat'; diff --git a/planets/lang/de/strings.php b/planets/lang/de/strings.php index c6adaf3a..30831646 100644 --- a/planets/lang/de/strings.php +++ b/planets/lang/de/strings.php @@ -5,8 +5,7 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Planets"] = "Planeten"; -$a->strings["Planets Settings"] = "Planeten-Einstellungen"; -$a->strings["Enable Planets Addon"] = "Planeten-Addon aktivieren"; -$a->strings["Save Settings"] = "Einstellungen speichern"; +$a->strings['Planets'] = 'Planeten'; +$a->strings['Planets Settings'] = 'Planeten-Einstellungen'; +$a->strings['Enable Planets Addon'] = 'Planeten-Addon aktivieren'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; diff --git a/planets/lang/es/strings.php b/planets/lang/es/strings.php index 61d0c6c5..7cf73926 100644 --- a/planets/lang/es/strings.php +++ b/planets/lang/es/strings.php @@ -5,8 +5,7 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Planets"] = "Planets"; -$a->strings["Planets Settings"] = "Ajustes de Planets"; -$a->strings["Enable Planets Addon"] = "Habilitar Addon/plugin Planets"; -$a->strings["Save Settings"] = "Grabar ajustes"; +$a->strings['Planets'] = 'Planets'; +$a->strings['Planets Settings'] = 'Ajustes de Planets'; +$a->strings['Enable Planets Addon'] = 'Habilitar Addon/plugin Planets'; +$a->strings['Save Settings'] = 'Grabar ajustes'; diff --git a/planets/lang/fi-fi/strings.php b/planets/lang/fi-fi/strings.php index 572283f7..3fa4ecbc 100644 --- a/planets/lang/fi-fi/strings.php +++ b/planets/lang/fi-fi/strings.php @@ -5,7 +5,6 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Planets Settings"] = "Planets -asetukset"; -$a->strings["Enable Planets Addon"] = "Ota Planets -lisäosa käyttöön"; -$a->strings["Submit"] = "Lähetä"; +$a->strings['Planets Settings'] = 'Planets -asetukset'; +$a->strings['Enable Planets Addon'] = 'Ota Planets -lisäosa käyttöön'; +$a->strings['Submit'] = 'Lähetä'; diff --git a/planets/lang/hu/strings.php b/planets/lang/hu/strings.php index bd33b6cd..2ecbc6f8 100644 --- a/planets/lang/hu/strings.php +++ b/planets/lang/hu/strings.php @@ -5,8 +5,7 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Planets"] = "Bolygók"; -$a->strings["Planets Settings"] = "Bolygók beállításai"; -$a->strings["Enable Planets Addon"] = "Bolygók bővítmény engedélyezése"; -$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings['Planets'] = 'Bolygók'; +$a->strings['Planets Settings'] = 'Bolygók beállításai'; +$a->strings['Enable Planets Addon'] = 'Bolygók bővítmény engedélyezése'; +$a->strings['Save Settings'] = 'Beállítások mentése'; diff --git a/planets/lang/it/strings.php b/planets/lang/it/strings.php index 7fdca376..7d5ac516 100644 --- a/planets/lang/it/strings.php +++ b/planets/lang/it/strings.php @@ -5,8 +5,7 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Planets"] = "Pianeti"; -$a->strings["Planets Settings"] = "Impostazioni \"Pianeti\""; -$a->strings["Enable Planets Addon"] = "Abilita il componente aggiuntivo Pianeti"; -$a->strings["Save Settings"] = "Salva Impostazioni"; +$a->strings['Planets'] = 'Pianeti'; +$a->strings['Planets Settings'] = 'Impostazioni "Pianeti"'; +$a->strings['Enable Planets Addon'] = 'Abilita il componente aggiuntivo Pianeti'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; diff --git a/planets/lang/nl/strings.php b/planets/lang/nl/strings.php index 7651f195..18e08d4b 100644 --- a/planets/lang/nl/strings.php +++ b/planets/lang/nl/strings.php @@ -5,6 +5,5 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Planets Settings"] = "Planets instellingen"; -$a->strings["Enable Planets Addon"] = "Planets Addon inschakelen"; +$a->strings['Planets Settings'] = 'Planets instellingen'; +$a->strings['Enable Planets Addon'] = 'Planets Addon inschakelen'; diff --git a/planets/lang/pl/strings.php b/planets/lang/pl/strings.php index e9d7c3e6..8b9ff87e 100644 --- a/planets/lang/pl/strings.php +++ b/planets/lang/pl/strings.php @@ -5,7 +5,6 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Planets Settings"] = "Ustawienia Planet"; -$a->strings["Enable Planets Addon"] = "Włącz dodatek Planets"; -$a->strings["Submit"] = "Wyślij"; +$a->strings['Planets Settings'] = 'Ustawienia Planet'; +$a->strings['Enable Planets Addon'] = 'Włącz dodatek Planets'; +$a->strings['Submit'] = 'Wyślij'; diff --git a/planets/lang/ro/strings.php b/planets/lang/ro/strings.php index cf237857..baf8e32b 100644 --- a/planets/lang/ro/strings.php +++ b/planets/lang/ro/strings.php @@ -5,7 +5,6 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Planets Settings"] = "Configurări Planets"; -$a->strings["Enable Planets Addon"] = "Activare Modul Planets"; -$a->strings["Submit"] = "Trimite"; +$a->strings['Planets Settings'] = 'Configurări Planets'; +$a->strings['Enable Planets Addon'] = 'Activare Modul Planets'; +$a->strings['Submit'] = 'Trimite'; diff --git a/public_server/lang/cs/strings.php b/public_server/lang/cs/strings.php index aab14c34..27c73af3 100644 --- a/public_server/lang/cs/strings.php +++ b/public_server/lang/cs/strings.php @@ -5,8 +5,11 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Administrator"] = "Administrátor"; -$a->strings["Your account on %s will expire in a few days."] = "Platnost Vašeho účtu na %s vyprší během několika dní."; -$a->strings["Your Friendica account is about to expire."] = "Váš účet na Frendica brzy vyprší."; -$a->strings["Hi %1\$s,\n\nYour account on %2\$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"] = "Dobrý den, %1\$s,\n\nVáš účet na %2\$s vyprší za méně než pět dní. Svůj účet si zachováte, pokud se přihlásíte alespoň jednou za každých 30 dní."; +$a->strings['Administrator'] = 'Administrátor'; +$a->strings['Your account on %s will expire in a few days.'] = 'Platnost Vašeho účtu na %s vyprší během několika dní.'; +$a->strings['Your Friendica account is about to expire.'] = 'Váš účet na Frendica brzy vyprší.'; +$a->strings['Hi %1$s, + +Your account on %2$s will expire in less than five days. You may keep your account by logging in at least once every 30 days'] = 'Dobrý den, %1$s, + +Váš účet na %2$s vyprší za méně než pět dní. Svůj účet si zachováte, pokud se přihlásíte alespoň jednou za každých 30 dní.'; diff --git a/public_server/lang/de/strings.php b/public_server/lang/de/strings.php index 83ca8efe..a46df71b 100644 --- a/public_server/lang/de/strings.php +++ b/public_server/lang/de/strings.php @@ -5,10 +5,13 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Administrator"] = "Administrator"; -$a->strings["Your account on %s will expire in a few days."] = "Dein Konto auf %s wird in ein paar Tagen verfallen."; -$a->strings["Your Friendica account is about to expire."] = "Dein Friendica-Konto wird in Kürze auslaufen."; -$a->strings["Hi %1\$s,\n\nYour account on %2\$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"] = "Hallo %1\$s,\n\ndein Account auf %2\$s wird in weniger als fünf Tagen auslaufen. Du kannst das verhindern, indem du dich mindestens einmal alle 30 Tage anmeldest."; -$a->strings["Save Settings"] = "Einstellungen speichern"; -$a->strings["Set any of these options to 0 to deactivate it."] = "Setze eine dieser Einstellungen auf 0, um sie zu deaktivieren."; +$a->strings['Administrator'] = 'Administrator'; +$a->strings['Your account on %s will expire in a few days.'] = 'Dein Konto auf %s wird in ein paar Tagen verfallen.'; +$a->strings['Your Friendica account is about to expire.'] = 'Dein Friendica-Konto wird in Kürze auslaufen.'; +$a->strings['Hi %1$s, + +Your account on %2$s will expire in less than five days. You may keep your account by logging in at least once every 30 days'] = 'Hallo %1$s, + +dein Account auf %2$s wird in weniger als fünf Tagen auslaufen. Du kannst das verhindern, indem du dich mindestens einmal alle 30 Tage anmeldest.'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; +$a->strings['Set any of these options to 0 to deactivate it.'] = 'Setze eine dieser Einstellungen auf 0, um sie zu deaktivieren.'; diff --git a/public_server/lang/es/strings.php b/public_server/lang/es/strings.php index 60624e99..e33ffebe 100644 --- a/public_server/lang/es/strings.php +++ b/public_server/lang/es/strings.php @@ -5,10 +5,13 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Administrator"] = "Administrador"; -$a->strings["Your account on %s will expire in a few days."] = "Su cuenta de %s expirará en unos días."; -$a->strings["Your Friendica account is about to expire."] = "Su cuenta de Friendica está a punto de expirar."; -$a->strings["Hi %1\$s,\n\nYour account on %2\$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"] = "Hola %1\$s,\n\nSu cuenta de %2\$s expirará en menos de cinco días. Puede conservar su cuenta iniciando sesión al menos una vez cada 30 días"; -$a->strings["Save Settings"] = "Grabar ajustes"; -$a->strings["Set any of these options to 0 to deactivate it."] = "Establezca cualquiera de estas opciones en 0 para desactivarla."; +$a->strings['Administrator'] = 'Administrador'; +$a->strings['Your account on %s will expire in a few days.'] = 'Su cuenta de %s expirará en unos días.'; +$a->strings['Your Friendica account is about to expire.'] = 'Su cuenta de Friendica está a punto de expirar.'; +$a->strings['Hi %1$s, + +Your account on %2$s will expire in less than five days. You may keep your account by logging in at least once every 30 days'] = 'Hola %1$s, + +Su cuenta de %2$s expirará en menos de cinco días. Puede conservar su cuenta iniciando sesión al menos una vez cada 30 días'; +$a->strings['Save Settings'] = 'Grabar ajustes'; +$a->strings['Set any of these options to 0 to deactivate it.'] = 'Establezca cualquiera de estas opciones en 0 para desactivarla.'; diff --git a/public_server/lang/fi-fi/strings.php b/public_server/lang/fi-fi/strings.php index 9d26813f..64cfce4d 100644 --- a/public_server/lang/fi-fi/strings.php +++ b/public_server/lang/fi-fi/strings.php @@ -5,7 +5,6 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Administrator"] = "Ylläpitäjä"; -$a->strings["Your account on %s will expire in a few days."] = "%s -tilisi vanhenee muutaman päivän kuluttua."; -$a->strings["Your Friendica account is about to expire."] = "Friendica-tilisi umpeutuu kohta."; +$a->strings['Administrator'] = 'Ylläpitäjä'; +$a->strings['Your account on %s will expire in a few days.'] = '%s -tilisi vanhenee muutaman päivän kuluttua.'; +$a->strings['Your Friendica account is about to expire.'] = 'Friendica-tilisi umpeutuu kohta.'; diff --git a/public_server/lang/hu/strings.php b/public_server/lang/hu/strings.php index c54670de..e0953869 100644 --- a/public_server/lang/hu/strings.php +++ b/public_server/lang/hu/strings.php @@ -5,10 +5,13 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Administrator"] = "Adminisztrátor"; -$a->strings["Your account on %s will expire in a few days."] = "A(z) %s oldalon lévő fiókja néhány napon belül le fog járni."; -$a->strings["Your Friendica account is about to expire."] = "A Friendica-fiókja hamarosan lejár."; -$a->strings["Hi %1\$s,\n\nYour account on %2\$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"] = "Kedves %1\$s!\n\nA(z) %2\$s oldalon lévő fiókja öt napon belül le fog járni. Megtarthatja a fiókját, ha legalább 30 naponta egyszer bejelentkezik."; -$a->strings["Save Settings"] = "Beállítások mentése"; -$a->strings["Set any of these options to 0 to deactivate it."] = "Állítsa ezen beállítások bármelyikét 0 értékre a kikapcsolásukhoz."; +$a->strings['Administrator'] = 'Adminisztrátor'; +$a->strings['Your account on %s will expire in a few days.'] = 'A(z) %s oldalon lévő fiókja néhány napon belül le fog járni.'; +$a->strings['Your Friendica account is about to expire.'] = 'A Friendica-fiókja hamarosan lejár.'; +$a->strings['Hi %1$s, + +Your account on %2$s will expire in less than five days. You may keep your account by logging in at least once every 30 days'] = 'Kedves %1$s! + +A(z) %2$s oldalon lévő fiókja öt napon belül le fog járni. Megtarthatja a fiókját, ha legalább 30 naponta egyszer bejelentkezik.'; +$a->strings['Save Settings'] = 'Beállítások mentése'; +$a->strings['Set any of these options to 0 to deactivate it.'] = 'Állítsa ezen beállítások bármelyikét 0 értékre a kikapcsolásukhoz.'; diff --git a/public_server/lang/it/strings.php b/public_server/lang/it/strings.php index d9e02203..a095f2a6 100644 --- a/public_server/lang/it/strings.php +++ b/public_server/lang/it/strings.php @@ -5,10 +5,13 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Administrator"] = "Amministratore"; -$a->strings["Your account on %s will expire in a few days."] = "Il tuo account su %s scadrà tra pochi giorni."; -$a->strings["Your Friendica account is about to expire."] = "Il tuo account Friendica sta per scadere."; -$a->strings["Hi %1\$s,\n\nYour account on %2\$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"] = "Ciao %1\$s,\n\nIl tuo account su %2\$s scadrà in meno di cinque giorni. Puoi mantenere il tuo account autenticandoti almeno una volta ogni 30 giorni"; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$a->strings["Set any of these options to 0 to deactivate it."] = "Imposta una qualunque di queste opzioni a 0 per disattivarla."; +$a->strings['Administrator'] = 'Amministratore'; +$a->strings['Your account on %s will expire in a few days.'] = 'Il tuo account su %s scadrà tra pochi giorni.'; +$a->strings['Your Friendica account is about to expire.'] = 'Il tuo account Friendica sta per scadere.'; +$a->strings['Hi %1$s, + +Your account on %2$s will expire in less than five days. You may keep your account by logging in at least once every 30 days'] = 'Ciao %1$s, + +Il tuo account su %2$s scadrà in meno di cinque giorni. Puoi mantenere il tuo account autenticandoti almeno una volta ogni 30 giorni'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; +$a->strings['Set any of these options to 0 to deactivate it.'] = 'Imposta una qualunque di queste opzioni a 0 per disattivarla.'; diff --git a/public_server/lang/nl/strings.php b/public_server/lang/nl/strings.php index acfd9a18..d5d52f91 100644 --- a/public_server/lang/nl/strings.php +++ b/public_server/lang/nl/strings.php @@ -5,6 +5,5 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Administrator"] = "Beheerder"; -$a->strings["Your account on %s will expire in a few days."] = "Uw account op %s zal over enkele dagen vervallen"; +$a->strings['Administrator'] = 'Beheerder'; +$a->strings['Your account on %s will expire in a few days.'] = 'Uw account op %s zal over enkele dagen vervallen'; diff --git a/public_server/lang/pl/strings.php b/public_server/lang/pl/strings.php index 86f60efe..fad3ccea 100644 --- a/public_server/lang/pl/strings.php +++ b/public_server/lang/pl/strings.php @@ -5,8 +5,11 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Administrator"] = "Administrator"; -$a->strings["Your account on %s will expire in a few days."] = "Twoje konto na %s wygaśnie w ciągu kilku dni."; -$a->strings["Your Friendica account is about to expire."] = "Twoje konto Friendica jest w trakcie wygaszania"; -$a->strings["Hi %1\$s,\n\nYour account on %2\$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"] = "Cześć ,%1\$s\n\nTwoje konto wygaśnie za %2\$s mniej niż pięć dni. Możesz zachować swoje konto logując się przynajmniej raz na 30 dni"; +$a->strings['Administrator'] = 'Administrator'; +$a->strings['Your account on %s will expire in a few days.'] = 'Twoje konto na %s wygaśnie w ciągu kilku dni.'; +$a->strings['Your Friendica account is about to expire.'] = 'Twoje konto Friendica jest w trakcie wygaszania'; +$a->strings['Hi %1$s, + +Your account on %2$s will expire in less than five days. You may keep your account by logging in at least once every 30 days'] = 'Cześć ,%1$s + +Twoje konto wygaśnie za %2$s mniej niż pięć dni. Możesz zachować swoje konto logując się przynajmniej raz na 30 dni'; diff --git a/public_server/lang/pt-br/strings.php b/public_server/lang/pt-br/strings.php index a51db42b..91733b08 100644 --- a/public_server/lang/pt-br/strings.php +++ b/public_server/lang/pt-br/strings.php @@ -5,7 +5,10 @@ function string_plural_select_pt_br($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Your account on %s will expire in a few days."] = "Sua conta do %s vai expirar em alguns dias."; -$a->strings["Your Friendica account is about to expire."] = "Sua conta no Friendica está prestes a expirar."; -$a->strings["Hi %1\$s,\n\nYour account on %2\$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"] = "Olá, %1\$s,\n\nSua conta no %2\$s vai expirar em menos de cinco dias. Para manter sua conta, lembre-se de entrar pelo menos uma vez a cada 30 dias."; +$a->strings['Your account on %s will expire in a few days.'] = 'Sua conta do %s vai expirar em alguns dias.'; +$a->strings['Your Friendica account is about to expire.'] = 'Sua conta no Friendica está prestes a expirar.'; +$a->strings['Hi %1$s, + +Your account on %2$s will expire in less than five days. You may keep your account by logging in at least once every 30 days'] = 'Olá, %1$s, + +Sua conta no %2$s vai expirar em menos de cinco dias. Para manter sua conta, lembre-se de entrar pelo menos uma vez a cada 30 dias.'; diff --git a/public_server/lang/ro/strings.php b/public_server/lang/ro/strings.php index d90425c8..c12ea3ac 100644 --- a/public_server/lang/ro/strings.php +++ b/public_server/lang/ro/strings.php @@ -5,8 +5,11 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Administrator"] = "Administrator"; -$a->strings["Your account on %s will expire in a few days."] = "Contul dvs. de pe %s va expira în câteva zile."; -$a->strings["Your Friendica account is about to expire."] = "Contul dvs. Friendica este pe cale sa expire."; -$a->strings["Hi %1\$s,\n\nYour account on %2\$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"] = "Bună ziua %1\$s,\n\nContul dvs. de pe %2\$s va expira în mai puțin de cinci zile. Vă puteți păstra contul conectându-vă la el, cel puțin o dată la fiecare 30 de zile"; +$a->strings['Administrator'] = 'Administrator'; +$a->strings['Your account on %s will expire in a few days.'] = 'Contul dvs. de pe %s va expira în câteva zile.'; +$a->strings['Your Friendica account is about to expire.'] = 'Contul dvs. Friendica este pe cale sa expire.'; +$a->strings['Hi %1$s, + +Your account on %2$s will expire in less than five days. You may keep your account by logging in at least once every 30 days'] = 'Bună ziua %1$s, + +Contul dvs. de pe %2$s va expira în mai puțin de cinci zile. Vă puteți păstra contul conectându-vă la el, cel puțin o dată la fiecare 30 de zile'; diff --git a/public_server/lang/zh-cn/strings.php b/public_server/lang/zh-cn/strings.php index 62b2bd31..9f6578ba 100644 --- a/public_server/lang/zh-cn/strings.php +++ b/public_server/lang/zh-cn/strings.php @@ -5,8 +5,11 @@ function string_plural_select_zh_cn($n){ $n = intval($n); return intval(0); }} -; -$a->strings["Administrator"] = "管理员"; -$a->strings["Your account on %s will expire in a few days."] = "您在 %s 的帐号将在几天内到期。"; -$a->strings["Your Friendica account is about to expire."] = "您的 Friendica 帐号即将到期。"; -$a->strings["Hi %1\$s,\n\nYour account on %2\$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"] = "您好 %1\$s,\n\n您在 %2\$s 的帐号将在五天内到期。您可以通过每 30 天至少登录一次的方式保留您的帐号。"; +$a->strings['Administrator'] = '管理员'; +$a->strings['Your account on %s will expire in a few days.'] = '您在 %s 的帐号将在几天内到期。'; +$a->strings['Your Friendica account is about to expire.'] = '您的 Friendica 帐号即将到期。'; +$a->strings['Hi %1$s, + +Your account on %2$s will expire in less than five days. You may keep your account by logging in at least once every 30 days'] = '您好 %1$s, + +您在 %2$s 的帐号将在五天内到期。您可以通过每 30 天至少登录一次的方式保留您的帐号。'; diff --git a/pumpio/lang/cs/strings.php b/pumpio/lang/cs/strings.php index ee143241..b05b20d7 100644 --- a/pumpio/lang/cs/strings.php +++ b/pumpio/lang/cs/strings.php @@ -5,24 +5,23 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Permission denied."] = "Přístup odmítnut."; -$a->strings["Unable to register the client at the pump.io server '%s'."] = "Nebylo možné registrovat klienta na pump.io serveru '%s'."; -$a->strings["You are now authenticated to pumpio."] = "Nyní jste přihlášen k pumpio."; -$a->strings["return to the connector page"] = "návrat ke stránce konektor"; -$a->strings["Post to pumpio"] = "Příspěvek na pumpio"; -$a->strings["Pump.io Import/Export/Mirror"] = "Pump.oi Import/Export/Zrcadlení"; -$a->strings["pump.io username (without the servername)"] = "uživatelské jméno pump.io (bez jména serveru)"; -$a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = "jméno serveru pump.io (bez \"http://\" nebo \"https://\" )"; -$a->strings["Authenticate your pump.io connection"] = "Přihlásit ke spojení na pump.io"; -$a->strings["Import the remote timeline"] = "Importovat vzdálenou časovou osu"; -$a->strings["Enable pump.io Post Addon"] = "Povolit doplněk pumo.io Post"; -$a->strings["Post to pump.io by default"] = "Posílat příspěvky na pump.io automaticky"; -$a->strings["Should posts be public?"] = "Mají být příspěvky veřejné?"; -$a->strings["Mirror all public posts"] = "Zrcadlit všechny veřejné příspěvky"; -$a->strings["Check to delete this preset"] = "Zaškrtnout pro smazání tohoto nastavení"; -$a->strings["Save Settings"] = "Uložit Nastavení"; -$a->strings["Pump.io post failed. Queued for retry."] = "Zaslání příspěvku na Pump.io selhalo. Příspěvek byl zařazen do fronty pro opakované odeslání."; -$a->strings["Pump.io like failed. Queued for retry."] = "Zaslání příspěvku na Pump.io zřejmě selhalo. Příspěvek byl zařazen do fronty pro opakované odeslání."; -$a->strings["status"] = "stav"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s se líbí %3\$s %2\$s"; +$a->strings['Permission denied.'] = 'Přístup odmítnut.'; +$a->strings['Unable to register the client at the pump.io server \'%s\'.'] = 'Nebylo možné registrovat klienta na pump.io serveru \'%s\'.'; +$a->strings['You are now authenticated to pumpio.'] = 'Nyní jste přihlášen k pumpio.'; +$a->strings['return to the connector page'] = 'návrat ke stránce konektor'; +$a->strings['Post to pumpio'] = 'Příspěvek na pumpio'; +$a->strings['Pump.io Import/Export/Mirror'] = 'Pump.oi Import/Export/Zrcadlení'; +$a->strings['pump.io username (without the servername)'] = 'uživatelské jméno pump.io (bez jména serveru)'; +$a->strings['pump.io servername (without "http://" or "https://" )'] = 'jméno serveru pump.io (bez "http://" nebo "https://" )'; +$a->strings['Authenticate your pump.io connection'] = 'Přihlásit ke spojení na pump.io'; +$a->strings['Import the remote timeline'] = 'Importovat vzdálenou časovou osu'; +$a->strings['Enable pump.io Post Addon'] = 'Povolit doplněk pumo.io Post'; +$a->strings['Post to pump.io by default'] = 'Posílat příspěvky na pump.io automaticky'; +$a->strings['Should posts be public?'] = 'Mají být příspěvky veřejné?'; +$a->strings['Mirror all public posts'] = 'Zrcadlit všechny veřejné příspěvky'; +$a->strings['Check to delete this preset'] = 'Zaškrtnout pro smazání tohoto nastavení'; +$a->strings['Save Settings'] = 'Uložit Nastavení'; +$a->strings['Pump.io post failed. Queued for retry.'] = 'Zaslání příspěvku na Pump.io selhalo. Příspěvek byl zařazen do fronty pro opakované odeslání.'; +$a->strings['Pump.io like failed. Queued for retry.'] = 'Zaslání příspěvku na Pump.io zřejmě selhalo. Příspěvek byl zařazen do fronty pro opakované odeslání.'; +$a->strings['status'] = 'stav'; +$a->strings['%1$s likes %2$s\'s %3$s'] = '%1$s se líbí %3$s %2$s'; diff --git a/pumpio/lang/de/strings.php b/pumpio/lang/de/strings.php index 15da3116..69f7d659 100644 --- a/pumpio/lang/de/strings.php +++ b/pumpio/lang/de/strings.php @@ -5,24 +5,23 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Permission denied."] = "Zugriff verweigert."; -$a->strings["Unable to register the client at the pump.io server '%s'."] = "Die Registrierung des Nutzers auf dem Pump.io-Server '%s' ist nicht möglich."; -$a->strings["You are now authenticated to pumpio."] = "Du bist nun auf pumpio authentifiziert."; -$a->strings["return to the connector page"] = "zurück zur Connector Seite"; -$a->strings["Post to pumpio"] = "Auf pumpio veröffentlichen"; -$a->strings["Pump.io Import/Export/Mirror"] = " Pump.io Import/Export/Spiegeln"; -$a->strings["pump.io username (without the servername)"] = " Pump.io Nutzername (ohne den Servernamen)"; -$a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = " Pump.io Servername (ohne \"http://\" oder \"https://\" )"; -$a->strings["Authenticate your pump.io connection"] = "Authentifiziere deine Pump.io Verbindung"; -$a->strings["Import the remote timeline"] = "Importiere die entfernte Zeitleiste"; -$a->strings["Enable pump.io Post Addon"] = "Pump.io-Post-Addon aktivieren"; -$a->strings["Post to pump.io by default"] = "Standardmäßig bei Pump.io veröffentlichen"; -$a->strings["Should posts be public?"] = "Sollen Nachrichten öffentlich sein ?"; -$a->strings["Mirror all public posts"] = "Spiegle alle öffentlichen Nachrichten"; -$a->strings["Check to delete this preset"] = "Markieren um dieses Preset zu löschen"; -$a->strings["Save Settings"] = "Einstellungen speichern"; -$a->strings["Pump.io post failed. Queued for retry."] = "Veröffentlichung bei Pump.io gescheitert. Wir versuchen es später erneut."; -$a->strings["Pump.io like failed. Queued for retry."] = "Veröffentlichung bei Pump.io gescheitert. Wir versuchen es später erneut."; -$a->strings["status"] = "Status"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s mag %2\$s's %3\$s"; +$a->strings['Permission denied.'] = 'Zugriff verweigert.'; +$a->strings['Unable to register the client at the pump.io server \'%s\'.'] = 'Die Registrierung des Nutzers auf dem Pump.io-Server \'%s\' ist nicht möglich.'; +$a->strings['You are now authenticated to pumpio.'] = 'Du bist nun auf pumpio authentifiziert.'; +$a->strings['return to the connector page'] = 'zurück zur Connector Seite'; +$a->strings['Post to pumpio'] = 'Auf pumpio veröffentlichen'; +$a->strings['Pump.io Import/Export/Mirror'] = ' Pump.io Import/Export/Spiegeln'; +$a->strings['pump.io username (without the servername)'] = ' Pump.io Nutzername (ohne den Servernamen)'; +$a->strings['pump.io servername (without "http://" or "https://" )'] = ' Pump.io Servername (ohne "http://" oder "https://" )'; +$a->strings['Authenticate your pump.io connection'] = 'Authentifiziere deine Pump.io Verbindung'; +$a->strings['Import the remote timeline'] = 'Importiere die entfernte Zeitleiste'; +$a->strings['Enable pump.io Post Addon'] = 'Pump.io-Post-Addon aktivieren'; +$a->strings['Post to pump.io by default'] = 'Standardmäßig bei Pump.io veröffentlichen'; +$a->strings['Should posts be public?'] = 'Sollen Nachrichten öffentlich sein ?'; +$a->strings['Mirror all public posts'] = 'Spiegle alle öffentlichen Nachrichten'; +$a->strings['Check to delete this preset'] = 'Markieren um dieses Preset zu löschen'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; +$a->strings['Pump.io post failed. Queued for retry.'] = 'Veröffentlichung bei Pump.io gescheitert. Wir versuchen es später erneut.'; +$a->strings['Pump.io like failed. Queued for retry.'] = 'Veröffentlichung bei Pump.io gescheitert. Wir versuchen es später erneut.'; +$a->strings['status'] = 'Status'; +$a->strings['%1$s likes %2$s\'s %3$s'] = '%1$s mag %2$s\'s %3$s'; diff --git a/pumpio/lang/es/strings.php b/pumpio/lang/es/strings.php index 049d628e..05169c16 100644 --- a/pumpio/lang/es/strings.php +++ b/pumpio/lang/es/strings.php @@ -5,22 +5,21 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Permission denied."] = "Permiso denegado."; -$a->strings["Unable to register the client at the pump.io server '%s'."] = "Imposible registrar el cliente en el servidor '%s' de pump.io."; -$a->strings["You are now authenticated to pumpio."] = "Ahora está autenticado en Pump.io."; -$a->strings["return to the connector page"] = "volver a la página del conector"; -$a->strings["Post to pumpio"] = "Publicar en Pump.io"; -$a->strings["Pump.io Import/Export/Mirror"] = "Importar/Exportar/Reflejar Pump.io"; -$a->strings["pump.io username (without the servername)"] = "Nombre de usuario de Pump.io (sin el nombre de servidor)"; -$a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = "Nombre de servidor de Pump.io (sin \"http://\" o \"https://\" )"; -$a->strings["Authenticate your pump.io connection"] = "Autenticar su conexión de Pump.io"; -$a->strings["Import the remote timeline"] = "Importar la línea de tiempo remota"; -$a->strings["Enable pump.io Post Addon"] = "Habilitar el complemento de publicación pump.io"; -$a->strings["Post to pump.io by default"] = "Publicar en Pump.io por defecto"; -$a->strings["Should posts be public?"] = "¿Deberían de ser públicas las entradas?"; -$a->strings["Mirror all public posts"] = "Reflejar todas las entradas públicas"; -$a->strings["Check to delete this preset"] = "Chequear para eliminar este preajuste"; -$a->strings["Save Settings"] = "Guardar Ajustes"; -$a->strings["status"] = "estado"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "A %1\$s le gustan los %3\$s de %2\$s"; +$a->strings['Permission denied.'] = 'Permiso denegado.'; +$a->strings['Unable to register the client at the pump.io server \'%s\'.'] = 'Imposible registrar el cliente en el servidor \'%s\' de pump.io.'; +$a->strings['You are now authenticated to pumpio.'] = 'Ahora está autenticado en Pump.io.'; +$a->strings['return to the connector page'] = 'volver a la página del conector'; +$a->strings['Post to pumpio'] = 'Publicar en Pump.io'; +$a->strings['Pump.io Import/Export/Mirror'] = 'Importar/Exportar/Reflejar Pump.io'; +$a->strings['pump.io username (without the servername)'] = 'Nombre de usuario de Pump.io (sin el nombre de servidor)'; +$a->strings['pump.io servername (without "http://" or "https://" )'] = 'Nombre de servidor de Pump.io (sin "http://" o "https://" )'; +$a->strings['Authenticate your pump.io connection'] = 'Autenticar su conexión de Pump.io'; +$a->strings['Import the remote timeline'] = 'Importar la línea de tiempo remota'; +$a->strings['Enable pump.io Post Addon'] = 'Habilitar el complemento de publicación pump.io'; +$a->strings['Post to pump.io by default'] = 'Publicar en Pump.io por defecto'; +$a->strings['Should posts be public?'] = '¿Deberían de ser públicas las entradas?'; +$a->strings['Mirror all public posts'] = 'Reflejar todas las entradas públicas'; +$a->strings['Check to delete this preset'] = 'Chequear para eliminar este preajuste'; +$a->strings['Save Settings'] = 'Guardar Ajustes'; +$a->strings['status'] = 'estado'; +$a->strings['%1$s likes %2$s\'s %3$s'] = 'A %1$s le gustan los %3$s de %2$s'; diff --git a/pumpio/lang/fi-fi/strings.php b/pumpio/lang/fi-fi/strings.php index baee12a8..b79e70fd 100644 --- a/pumpio/lang/fi-fi/strings.php +++ b/pumpio/lang/fi-fi/strings.php @@ -5,16 +5,15 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Permission denied."] = "Lupa kielletty."; -$a->strings["Post to pumpio"] = "Lähetä pump.ioon"; -$a->strings["pump.io username (without the servername)"] = "pump.io käyttäjätunnus (ilman palvelinnimeä)"; -$a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = "pump.io palvelinnimi (ilman \"http://\" tai \"https://\" )"; -$a->strings["Import the remote timeline"] = "Tuo etäaikajana"; -$a->strings["Enable pump.io Post Addon"] = "Ota pump.io -viestilisäosa käyttöön"; -$a->strings["Post to pump.io by default"] = "Lähetä pump.iohon oletuksena"; -$a->strings["Mirror all public posts"] = "Peilaa kaikki julkiset julkaisut"; -$a->strings["Save Settings"] = "Tallenna asetukset"; -$a->strings["Pump.io post failed. Queued for retry."] = "Pump.io -julkaisu epäonnistui. Jonossa uudelleenyritykseen."; -$a->strings["Pump.io like failed. Queued for retry."] = "Pump.io -tykkäys epäonnistui. Jonossa uudelleenyritykseen."; -$a->strings["status"] = "tila"; +$a->strings['Permission denied.'] = 'Lupa kielletty.'; +$a->strings['Post to pumpio'] = 'Lähetä pump.ioon'; +$a->strings['pump.io username (without the servername)'] = 'pump.io käyttäjätunnus (ilman palvelinnimeä)'; +$a->strings['pump.io servername (without "http://" or "https://" )'] = 'pump.io palvelinnimi (ilman "http://" tai "https://" )'; +$a->strings['Import the remote timeline'] = 'Tuo etäaikajana'; +$a->strings['Enable pump.io Post Addon'] = 'Ota pump.io -viestilisäosa käyttöön'; +$a->strings['Post to pump.io by default'] = 'Lähetä pump.iohon oletuksena'; +$a->strings['Mirror all public posts'] = 'Peilaa kaikki julkiset julkaisut'; +$a->strings['Save Settings'] = 'Tallenna asetukset'; +$a->strings['Pump.io post failed. Queued for retry.'] = 'Pump.io -julkaisu epäonnistui. Jonossa uudelleenyritykseen.'; +$a->strings['Pump.io like failed. Queued for retry.'] = 'Pump.io -tykkäys epäonnistui. Jonossa uudelleenyritykseen.'; +$a->strings['status'] = 'tila'; diff --git a/pumpio/lang/fr/strings.php b/pumpio/lang/fr/strings.php index 0540808c..6379198d 100644 --- a/pumpio/lang/fr/strings.php +++ b/pumpio/lang/fr/strings.php @@ -5,14 +5,13 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Permission denied."] = "Permission refusée."; -$a->strings["You are now authenticated to pumpio."] = "Vous êtes maintenant authentifié sur pump.io."; -$a->strings["return to the connector page"] = "Retourner à la page du connecteur"; -$a->strings["Post to pumpio"] = "Publier sur pump.io"; -$a->strings["pump.io username (without the servername)"] = "Nom d'utilisateur pump.io (sans le nom du serveur)"; -$a->strings["Import the remote timeline"] = "Importer la timeline distante"; -$a->strings["Post to pump.io by default"] = "Publier sur pump.io par défaut"; -$a->strings["Should posts be public?"] = "Les messages devraient être publiques ?"; -$a->strings["Save Settings"] = "Sauvegarder les paramètres"; -$a->strings["status"] = "statut"; +$a->strings['Permission denied.'] = 'Permission refusée.'; +$a->strings['You are now authenticated to pumpio.'] = 'Vous êtes maintenant authentifié sur pump.io.'; +$a->strings['return to the connector page'] = 'Retourner à la page du connecteur'; +$a->strings['Post to pumpio'] = 'Publier sur pump.io'; +$a->strings['pump.io username (without the servername)'] = 'Nom d\'utilisateur pump.io (sans le nom du serveur)'; +$a->strings['Import the remote timeline'] = 'Importer la timeline distante'; +$a->strings['Post to pump.io by default'] = 'Publier sur pump.io par défaut'; +$a->strings['Should posts be public?'] = 'Les messages devraient être publiques ?'; +$a->strings['Save Settings'] = 'Sauvegarder les paramètres'; +$a->strings['status'] = 'statut'; diff --git a/pumpio/lang/hu/strings.php b/pumpio/lang/hu/strings.php index 6a15da7c..08e8f924 100644 --- a/pumpio/lang/hu/strings.php +++ b/pumpio/lang/hu/strings.php @@ -5,22 +5,21 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Permission denied."] = "Engedély megtagadva."; -$a->strings["Unable to register the client at the pump.io server '%s'."] = "Nem lehet regisztrálni a klienst a(z) „%s” pump.io kiszolgálón."; -$a->strings["You are now authenticated to pumpio."] = "Most már hitelesítve van a pump.io-hoz."; -$a->strings["return to the connector page"] = "visszatérés a csatlakozó oldalára"; -$a->strings["Post to pumpio"] = "Beküldése a pump.io-ra"; -$a->strings["Pump.io Import/Export/Mirror"] = "Pump.io importálás, exportálás vagy tükrözés"; -$a->strings["pump.io username (without the servername)"] = "pump.io felhasználónév (a kiszolgálónév nélkül)"; -$a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = "pump.io kiszolgálónév (a „http://” vagy „https://” nélkül)"; -$a->strings["Authenticate your pump.io connection"] = "A pump.io-kapcsolatának hitelesítése"; -$a->strings["Import the remote timeline"] = "A távoli idővonal importálása"; -$a->strings["Enable pump.io Post Addon"] = "A pump.io-beküldő bővítmény engedélyezése"; -$a->strings["Post to pump.io by default"] = "Beküldés a pump.io-ra alapértelmezetten"; -$a->strings["Should posts be public?"] = "Nyilvánosak legyenek a bejegyzések?"; -$a->strings["Mirror all public posts"] = "Összes nyilvános bejegyzés tükrözése"; -$a->strings["Check to delete this preset"] = "Jelölje be az előbeállítás törléséhez"; -$a->strings["Save Settings"] = "Beállítások mentése"; -$a->strings["status"] = "állapotát"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s kedveli %2\$s %3\$s"; +$a->strings['Permission denied.'] = 'Engedély megtagadva.'; +$a->strings['Unable to register the client at the pump.io server \'%s\'.'] = 'Nem lehet regisztrálni a klienst a(z) „%s” pump.io kiszolgálón.'; +$a->strings['You are now authenticated to pumpio.'] = 'Most már hitelesítve van a pump.io-hoz.'; +$a->strings['return to the connector page'] = 'visszatérés a csatlakozó oldalára'; +$a->strings['Post to pumpio'] = 'Beküldése a pump.io-ra'; +$a->strings['Pump.io Import/Export/Mirror'] = 'Pump.io importálás, exportálás vagy tükrözés'; +$a->strings['pump.io username (without the servername)'] = 'pump.io felhasználónév (a kiszolgálónév nélkül)'; +$a->strings['pump.io servername (without "http://" or "https://" )'] = 'pump.io kiszolgálónév (a „http://” vagy „https://” nélkül)'; +$a->strings['Authenticate your pump.io connection'] = 'A pump.io-kapcsolatának hitelesítése'; +$a->strings['Import the remote timeline'] = 'A távoli idővonal importálása'; +$a->strings['Enable pump.io Post Addon'] = 'A pump.io-beküldő bővítmény engedélyezése'; +$a->strings['Post to pump.io by default'] = 'Beküldés a pump.io-ra alapértelmezetten'; +$a->strings['Should posts be public?'] = 'Nyilvánosak legyenek a bejegyzések?'; +$a->strings['Mirror all public posts'] = 'Összes nyilvános bejegyzés tükrözése'; +$a->strings['Check to delete this preset'] = 'Jelölje be az előbeállítás törléséhez'; +$a->strings['Save Settings'] = 'Beállítások mentése'; +$a->strings['status'] = 'állapotát'; +$a->strings['%1$s likes %2$s\'s %3$s'] = '%1$s kedveli %2$s %3$s'; diff --git a/pumpio/lang/it/strings.php b/pumpio/lang/it/strings.php index 1948862b..8721222c 100644 --- a/pumpio/lang/it/strings.php +++ b/pumpio/lang/it/strings.php @@ -5,24 +5,23 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Permission denied."] = "Permesso negato."; -$a->strings["Unable to register the client at the pump.io server '%s'."] = "Impossibile registrare il client sul server pump.io '%s'"; -$a->strings["You are now authenticated to pumpio."] = "Sei autenticato su pump.io"; -$a->strings["return to the connector page"] = "ritorna alla pagina del connettore"; -$a->strings["Post to pumpio"] = "Invia a pump.io"; -$a->strings["Pump.io Import/Export/Mirror"] = "Esporta/Importa/Clona pump.io"; -$a->strings["pump.io username (without the servername)"] = "nome utente pump.io (senza il nome del server)"; -$a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = "nome del server pump.io (senza \"http://\" o \"https://\")"; -$a->strings["Authenticate your pump.io connection"] = "Autentica la tua connessione pump.io"; -$a->strings["Import the remote timeline"] = "Importa la timeline remota"; -$a->strings["Enable pump.io Post Addon"] = "Abilita il componente aggiuntivo di invio ad pump.io"; -$a->strings["Post to pump.io by default"] = "Invia sempre a pump.io"; -$a->strings["Should posts be public?"] = "I messaggi devono essere pubblici?"; -$a->strings["Mirror all public posts"] = "Clona tutti i messaggi pubblici"; -$a->strings["Check to delete this preset"] = "Seleziona per elimiare queto preset"; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$a->strings["Pump.io post failed. Queued for retry."] = "Invio a pump.io fallito. In attesa di riprovare."; -$a->strings["Pump.io like failed. Queued for retry."] = "Invio 'mi piace' a pump.io fallito. In attesa di riprovare."; -$a->strings["status"] = "stato"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "a %1\$s piace %2\$s di %3\$s"; +$a->strings['Permission denied.'] = 'Permesso negato.'; +$a->strings['Unable to register the client at the pump.io server \'%s\'.'] = 'Impossibile registrare il client sul server pump.io \'%s\''; +$a->strings['You are now authenticated to pumpio.'] = 'Sei autenticato su pump.io'; +$a->strings['return to the connector page'] = 'ritorna alla pagina del connettore'; +$a->strings['Post to pumpio'] = 'Invia a pump.io'; +$a->strings['Pump.io Import/Export/Mirror'] = 'Esporta/Importa/Clona pump.io'; +$a->strings['pump.io username (without the servername)'] = 'nome utente pump.io (senza il nome del server)'; +$a->strings['pump.io servername (without "http://" or "https://" )'] = 'nome del server pump.io (senza "http://" o "https://")'; +$a->strings['Authenticate your pump.io connection'] = 'Autentica la tua connessione pump.io'; +$a->strings['Import the remote timeline'] = 'Importa la timeline remota'; +$a->strings['Enable pump.io Post Addon'] = 'Abilita il componente aggiuntivo di invio ad pump.io'; +$a->strings['Post to pump.io by default'] = 'Invia sempre a pump.io'; +$a->strings['Should posts be public?'] = 'I messaggi devono essere pubblici?'; +$a->strings['Mirror all public posts'] = 'Clona tutti i messaggi pubblici'; +$a->strings['Check to delete this preset'] = 'Seleziona per elimiare queto preset'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; +$a->strings['Pump.io post failed. Queued for retry.'] = 'Invio a pump.io fallito. In attesa di riprovare.'; +$a->strings['Pump.io like failed. Queued for retry.'] = 'Invio \'mi piace\' a pump.io fallito. In attesa di riprovare.'; +$a->strings['status'] = 'stato'; +$a->strings['%1$s likes %2$s\'s %3$s'] = 'a %1$s piace %2$s di %3$s'; diff --git a/pumpio/lang/nl/strings.php b/pumpio/lang/nl/strings.php index 1e50700b..2ac4e7fb 100644 --- a/pumpio/lang/nl/strings.php +++ b/pumpio/lang/nl/strings.php @@ -5,10 +5,9 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Permission denied."] = "Toegang geweigerd."; -$a->strings["Unable to register the client at the pump.io server '%s'."] = "Niet mogelijk om uw client te registreren op pump.io server '%s'"; -$a->strings["Pump.io Import/Export/Mirror"] = "Pump.io Import/Exporteren/Spiegelen"; -$a->strings["Enable pump.io Post Addon"] = "Pump.io Post Addon inschakelen"; -$a->strings["Post to pump.io by default"] = "Plaatsen op pump.io als standaard instellen "; -$a->strings["Save Settings"] = "Instellingen opslaan"; +$a->strings['Permission denied.'] = 'Toegang geweigerd.'; +$a->strings['Unable to register the client at the pump.io server \'%s\'.'] = 'Niet mogelijk om uw client te registreren op pump.io server \'%s\''; +$a->strings['Pump.io Import/Export/Mirror'] = 'Pump.io Import/Exporteren/Spiegelen'; +$a->strings['Enable pump.io Post Addon'] = 'Pump.io Post Addon inschakelen'; +$a->strings['Post to pump.io by default'] = 'Plaatsen op pump.io als standaard instellen '; +$a->strings['Save Settings'] = 'Instellingen opslaan'; diff --git a/pumpio/lang/pl/strings.php b/pumpio/lang/pl/strings.php index 0cb696d2..8a019aa0 100644 --- a/pumpio/lang/pl/strings.php +++ b/pumpio/lang/pl/strings.php @@ -5,24 +5,23 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Permission denied."] = "Odmowa dostępu."; -$a->strings["Unable to register the client at the pump.io server '%s'."] = "Nie można zarejestrować klienta na serwerze pump.io '%s'."; -$a->strings["You are now authenticated to pumpio."] = "Jesteś teraz uwierzytelniony w trybie pumpio."; -$a->strings["return to the connector page"] = "powrót do strony łączenia"; -$a->strings["Post to pumpio"] = "Prześlij do pumpio"; -$a->strings["Pump.io Import/Export/Mirror"] = "Pump.io Import/Export/Mirror"; -$a->strings["pump.io username (without the servername)"] = "nazwa użytkownika pump.io (bez nazwy serwera)"; -$a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = "pump.io nazwa_serwera (bez \"http://\" lub \"https://\")"; -$a->strings["Authenticate your pump.io connection"] = "Uwierzytelnij swoje połączenie pump.io"; -$a->strings["Import the remote timeline"] = "Zaimportuj zdalną oś czasu"; -$a->strings["Enable pump.io Post Addon"] = "Włącz dodatek pump.io"; -$a->strings["Post to pump.io by default"] = "Opublikuj domyślnie w pump.io"; -$a->strings["Should posts be public?"] = "Czy posty powinny być publiczne?"; -$a->strings["Mirror all public posts"] = "Odbij wszystkie publiczne posty"; -$a->strings["Check to delete this preset"] = "Zaznacz, aby usunąć to ustawienie wstępne"; -$a->strings["Save Settings"] = "Zapisz ustawienia"; -$a->strings["Pump.io post failed. Queued for retry."] = "Błąd Pump.io post. W kolejce do ponowienia."; -$a->strings["Pump.io like failed. Queued for retry."] = "Błąd Pump.io. W kolejce do ponowienia."; -$a->strings["status"] = "status"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$slubi %2\$s %3\$s "; +$a->strings['Permission denied.'] = 'Odmowa dostępu.'; +$a->strings['Unable to register the client at the pump.io server \'%s\'.'] = 'Nie można zarejestrować klienta na serwerze pump.io \'%s\'.'; +$a->strings['You are now authenticated to pumpio.'] = 'Jesteś teraz uwierzytelniony w trybie pumpio.'; +$a->strings['return to the connector page'] = 'powrót do strony łączenia'; +$a->strings['Post to pumpio'] = 'Prześlij do pumpio'; +$a->strings['Pump.io Import/Export/Mirror'] = 'Pump.io Import/Export/Mirror'; +$a->strings['pump.io username (without the servername)'] = 'nazwa użytkownika pump.io (bez nazwy serwera)'; +$a->strings['pump.io servername (without "http://" or "https://" )'] = 'pump.io nazwa_serwera (bez "http://" lub "https://")'; +$a->strings['Authenticate your pump.io connection'] = 'Uwierzytelnij swoje połączenie pump.io'; +$a->strings['Import the remote timeline'] = 'Zaimportuj zdalną oś czasu'; +$a->strings['Enable pump.io Post Addon'] = 'Włącz dodatek pump.io'; +$a->strings['Post to pump.io by default'] = 'Opublikuj domyślnie w pump.io'; +$a->strings['Should posts be public?'] = 'Czy posty powinny być publiczne?'; +$a->strings['Mirror all public posts'] = 'Odbij wszystkie publiczne posty'; +$a->strings['Check to delete this preset'] = 'Zaznacz, aby usunąć to ustawienie wstępne'; +$a->strings['Save Settings'] = 'Zapisz ustawienia'; +$a->strings['Pump.io post failed. Queued for retry.'] = 'Błąd Pump.io post. W kolejce do ponowienia.'; +$a->strings['Pump.io like failed. Queued for retry.'] = 'Błąd Pump.io. W kolejce do ponowienia.'; +$a->strings['status'] = 'status'; +$a->strings['%1$s likes %2$s\'s %3$s'] = '%1$slubi %2$s %3$s '; diff --git a/pumpio/lang/pt-br/strings.php b/pumpio/lang/pt-br/strings.php index b9ab2d76..bb4bce55 100644 --- a/pumpio/lang/pt-br/strings.php +++ b/pumpio/lang/pt-br/strings.php @@ -5,16 +5,15 @@ function string_plural_select_pt_br($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Permission denied."] = "Permissão negada."; -$a->strings["You are now authenticated to pumpio."] = "Você se autenticou no Pump.io."; -$a->strings["return to the connector page"] = "voltar à página de conectores"; -$a->strings["Post to pumpio"] = "Publicar no Pump.io"; -$a->strings["pump.io username (without the servername)"] = "Nome de usuário no pump.io (sem o nome do servidor)"; -$a->strings["Import the remote timeline"] = "Importar a linha do tempo remota"; -$a->strings["Enable pump.io Post Addon"] = "Habilitar plug-in para publicar no Pump.io"; -$a->strings["Post to pump.io by default"] = "Publicar no Pump.io por padrão"; -$a->strings["Save Settings"] = "Salvar Configurações"; -$a->strings["Pump.io post failed. Queued for retry."] = "Falha ao publicar no Pump.io. Na fila para tentar novamente."; -$a->strings["Pump.io like failed. Queued for retry."] = "Falha ao curtir no Pump.io. Na fila para tentar novamente."; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s curtiu o %3\$s de %2\$s"; +$a->strings['Permission denied.'] = 'Permissão negada.'; +$a->strings['You are now authenticated to pumpio.'] = 'Você se autenticou no Pump.io.'; +$a->strings['return to the connector page'] = 'voltar à página de conectores'; +$a->strings['Post to pumpio'] = 'Publicar no Pump.io'; +$a->strings['pump.io username (without the servername)'] = 'Nome de usuário no pump.io (sem o nome do servidor)'; +$a->strings['Import the remote timeline'] = 'Importar a linha do tempo remota'; +$a->strings['Enable pump.io Post Addon'] = 'Habilitar plug-in para publicar no Pump.io'; +$a->strings['Post to pump.io by default'] = 'Publicar no Pump.io por padrão'; +$a->strings['Save Settings'] = 'Salvar Configurações'; +$a->strings['Pump.io post failed. Queued for retry.'] = 'Falha ao publicar no Pump.io. Na fila para tentar novamente.'; +$a->strings['Pump.io like failed. Queued for retry.'] = 'Falha ao curtir no Pump.io. Na fila para tentar novamente.'; +$a->strings['%1$s likes %2$s\'s %3$s'] = '%1$s curtiu o %3$s de %2$s'; diff --git a/pumpio/lang/ro/strings.php b/pumpio/lang/ro/strings.php index 22e4b882..4214efd4 100644 --- a/pumpio/lang/ro/strings.php +++ b/pumpio/lang/ro/strings.php @@ -5,24 +5,23 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Permission denied."] = "Permisiune refuzată."; -$a->strings["Unable to register the client at the pump.io server '%s'."] = "Imposibil de înregistrat clientul pe serverul pump.io '%s'."; -$a->strings["You are now authenticated to pumpio."] = "Acum sunteți autentificat pe pumpio."; -$a->strings["return to the connector page"] = "revenire la pagina de conectare"; -$a->strings["Post to pumpio"] = "Postați pe pumpio"; -$a->strings["Pump.io Import/Export/Mirror"] = "Import/Export/Clonare Pump.io "; -$a->strings["pump.io username (without the servername)"] = "Utilizator pump.io (fără nume server)"; -$a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = "Nume server pump.io (fără \"http://\" ori \"https://\" )"; -$a->strings["Authenticate your pump.io connection"] = "Autentificați-vă conectarea la pump.io"; -$a->strings["Import the remote timeline"] = "Importare cronologie la distanță"; -$a->strings["Enable pump.io Post Addon"] = "Activare Modul Postare pump.io"; -$a->strings["Post to pump.io by default"] = "Postați implicit pe pump.io"; -$a->strings["Should posts be public?"] = "Postările ar trebui sa fie publice?"; -$a->strings["Mirror all public posts"] = "Reproducere pentru toate postările publice"; -$a->strings["Check to delete this preset"] = "Bifați pentru a șterge această presetare"; -$a->strings["Save Settings"] = "Salvare Configurări"; -$a->strings["Pump.io post failed. Queued for retry."] = "Postarea pe pump.io a eșuat. S-a pus în așteptare pentru reîncercare."; -$a->strings["Pump.io like failed. Queued for retry."] = "Aprecierea de pe pump.io a eșuat. S-a pus în așteptare pentru reîncercare."; -$a->strings["status"] = "status"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s apreciază %3\$s lui %2\$s "; +$a->strings['Permission denied.'] = 'Permisiune refuzată.'; +$a->strings['Unable to register the client at the pump.io server \'%s\'.'] = 'Imposibil de înregistrat clientul pe serverul pump.io \'%s\'.'; +$a->strings['You are now authenticated to pumpio.'] = 'Acum sunteți autentificat pe pumpio.'; +$a->strings['return to the connector page'] = 'revenire la pagina de conectare'; +$a->strings['Post to pumpio'] = 'Postați pe pumpio'; +$a->strings['Pump.io Import/Export/Mirror'] = 'Import/Export/Clonare Pump.io '; +$a->strings['pump.io username (without the servername)'] = 'Utilizator pump.io (fără nume server)'; +$a->strings['pump.io servername (without "http://" or "https://" )'] = 'Nume server pump.io (fără "http://" ori "https://" )'; +$a->strings['Authenticate your pump.io connection'] = 'Autentificați-vă conectarea la pump.io'; +$a->strings['Import the remote timeline'] = 'Importare cronologie la distanță'; +$a->strings['Enable pump.io Post Addon'] = 'Activare Modul Postare pump.io'; +$a->strings['Post to pump.io by default'] = 'Postați implicit pe pump.io'; +$a->strings['Should posts be public?'] = 'Postările ar trebui sa fie publice?'; +$a->strings['Mirror all public posts'] = 'Reproducere pentru toate postările publice'; +$a->strings['Check to delete this preset'] = 'Bifați pentru a șterge această presetare'; +$a->strings['Save Settings'] = 'Salvare Configurări'; +$a->strings['Pump.io post failed. Queued for retry.'] = 'Postarea pe pump.io a eșuat. S-a pus în așteptare pentru reîncercare.'; +$a->strings['Pump.io like failed. Queued for retry.'] = 'Aprecierea de pe pump.io a eșuat. S-a pus în așteptare pentru reîncercare.'; +$a->strings['status'] = 'status'; +$a->strings['%1$s likes %2$s\'s %3$s'] = '%1$s apreciază %3$s lui %2$s '; diff --git a/qcomment/lang/cs/strings.php b/qcomment/lang/cs/strings.php index ffc3ac4c..3d70952f 100644 --- a/qcomment/lang/cs/strings.php +++ b/qcomment/lang/cs/strings.php @@ -5,12 +5,11 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings[":-)"] = ":-)"; -$a->strings[":-("] = ":-("; -$a->strings["lol"] = "lol"; -$a->strings["Quick Comment Settings"] = "Nastavení rychlých komentářů"; -$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "Rychlé komentáře jsou k nalezení blízko polí s komentáři, někdy jsou skryté. Klikněte na ně k poskytnutí jednoduchých odpovědí."; -$a->strings["Enter quick comments, one per line"] = "Zadejte rychlé komentáře, každý na nový řádek"; -$a->strings["Submit"] = "Odeslat"; -$a->strings["Quick Comment settings saved."] = "Nastavení Quick Comment uloženo."; +$a->strings[':-)'] = ':-)'; +$a->strings[':-('] = ':-('; +$a->strings['lol'] = 'lol'; +$a->strings['Quick Comment Settings'] = 'Nastavení rychlých komentářů'; +$a->strings['Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies.'] = 'Rychlé komentáře jsou k nalezení blízko polí s komentáři, někdy jsou skryté. Klikněte na ně k poskytnutí jednoduchých odpovědí.'; +$a->strings['Enter quick comments, one per line'] = 'Zadejte rychlé komentáře, každý na nový řádek'; +$a->strings['Submit'] = 'Odeslat'; +$a->strings['Quick Comment settings saved.'] = 'Nastavení Quick Comment uloženo.'; diff --git a/qcomment/lang/de/strings.php b/qcomment/lang/de/strings.php index 3fa229cf..c20a3293 100644 --- a/qcomment/lang/de/strings.php +++ b/qcomment/lang/de/strings.php @@ -5,12 +5,11 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings[":-)"] = ":-)"; -$a->strings[":-("] = ":-("; -$a->strings["lol"] = "lol"; -$a->strings["Quick Comment Settings"] = "Schnell-Kommentar Einstellungen"; -$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "Kurz-Kommentare findet man in der Nähe der Kommentar-Boxen. Ein Klick darauf erstellt einfache Antworten."; -$a->strings["Enter quick comments, one per line"] = "Gib einen Schnell-Kommentar pro Zeile ein"; -$a->strings["Submit"] = "Senden"; -$a->strings["Quick Comment settings saved."] = "Schnell-Kommentare Einstellungen gespeichert"; +$a->strings[':-)'] = ':-)'; +$a->strings[':-('] = ':-('; +$a->strings['lol'] = 'lol'; +$a->strings['Quick Comment Settings'] = 'Schnell-Kommentar Einstellungen'; +$a->strings['Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies.'] = 'Kurz-Kommentare findet man in der Nähe der Kommentar-Boxen. Ein Klick darauf erstellt einfache Antworten.'; +$a->strings['Enter quick comments, one per line'] = 'Gib einen Schnell-Kommentar pro Zeile ein'; +$a->strings['Submit'] = 'Senden'; +$a->strings['Quick Comment settings saved.'] = 'Schnell-Kommentare Einstellungen gespeichert'; diff --git a/qcomment/lang/es/strings.php b/qcomment/lang/es/strings.php index ce56ff72..db84fc1c 100644 --- a/qcomment/lang/es/strings.php +++ b/qcomment/lang/es/strings.php @@ -5,11 +5,10 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings[":-)"] = ":-)"; -$a->strings[":-("] = ":-("; -$a->strings["lol"] = "LOL"; -$a->strings["Quick Comment Settings"] = "Ajustes de Comentario Rápido"; -$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "Los comentarios rápidos están junto a las cajas de comentario, a veces ocultos. Click sobre ellos para proveer respuestas simples."; -$a->strings["Save Settings"] = "Grabar ajustes"; -$a->strings["Enter quick comments, one per line"] = "Introducir comentarios rápidos, uno por línea"; +$a->strings[':-)'] = ':-)'; +$a->strings[':-('] = ':-('; +$a->strings['lol'] = 'LOL'; +$a->strings['Quick Comment Settings'] = 'Ajustes de Comentario Rápido'; +$a->strings['Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies.'] = 'Los comentarios rápidos están junto a las cajas de comentario, a veces ocultos. Click sobre ellos para proveer respuestas simples.'; +$a->strings['Save Settings'] = 'Grabar ajustes'; +$a->strings['Enter quick comments, one per line'] = 'Introducir comentarios rápidos, uno por línea'; diff --git a/qcomment/lang/fi-fi/strings.php b/qcomment/lang/fi-fi/strings.php index c0565acf..f4ec581e 100644 --- a/qcomment/lang/fi-fi/strings.php +++ b/qcomment/lang/fi-fi/strings.php @@ -5,11 +5,10 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings[":-)"] = ":-)"; -$a->strings[":-("] = ":-("; -$a->strings["lol"] = "lol"; -$a->strings["Quick Comment Settings"] = "Quick Comment -asetukset"; -$a->strings["Enter quick comments, one per line"] = "Syötä kommentit, yksi riviä kohden:"; -$a->strings["Submit"] = "Lähetä"; -$a->strings["Quick Comment settings saved."] = "Quick Comment -asetukset tallennettu."; +$a->strings[':-)'] = ':-)'; +$a->strings[':-('] = ':-('; +$a->strings['lol'] = 'lol'; +$a->strings['Quick Comment Settings'] = 'Quick Comment -asetukset'; +$a->strings['Enter quick comments, one per line'] = 'Syötä kommentit, yksi riviä kohden:'; +$a->strings['Submit'] = 'Lähetä'; +$a->strings['Quick Comment settings saved.'] = 'Quick Comment -asetukset tallennettu.'; diff --git a/qcomment/lang/hu/strings.php b/qcomment/lang/hu/strings.php index cba558b5..16ab63a9 100644 --- a/qcomment/lang/hu/strings.php +++ b/qcomment/lang/hu/strings.php @@ -5,11 +5,10 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings[":-)"] = ":-)"; -$a->strings[":-("] = ":-("; -$a->strings["lol"] = "lol"; -$a->strings["Quick Comment Settings"] = "Gyors hozzászólás beállításai"; -$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "A gyors hozzászólások a hozzászólásmezők közelében találhatók, néha rejtetten. Kattintson rájuk egyszerű válaszok küldéséhez."; -$a->strings["Save Settings"] = "Beállítások mentése"; -$a->strings["Enter quick comments, one per line"] = "Adja meg a gyors hozzászólásokat, soronként egyet"; +$a->strings[':-)'] = ':-)'; +$a->strings[':-('] = ':-('; +$a->strings['lol'] = 'lol'; +$a->strings['Quick Comment Settings'] = 'Gyors hozzászólás beállításai'; +$a->strings['Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies.'] = 'A gyors hozzászólások a hozzászólásmezők közelében találhatók, néha rejtetten. Kattintson rájuk egyszerű válaszok küldéséhez.'; +$a->strings['Save Settings'] = 'Beállítások mentése'; +$a->strings['Enter quick comments, one per line'] = 'Adja meg a gyors hozzászólásokat, soronként egyet'; diff --git a/qcomment/lang/it/strings.php b/qcomment/lang/it/strings.php index 07843d44..59edbe06 100644 --- a/qcomment/lang/it/strings.php +++ b/qcomment/lang/it/strings.php @@ -5,12 +5,11 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings[":-)"] = ":-)"; -$a->strings[":-("] = ":-("; -$a->strings["lol"] = "lol"; -$a->strings["Quick Comment Settings"] = "Impostazioni commento rapido"; -$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "Trovi i commenti rapidi vicino al box dei commenti, a volte nascosti. Cliccali per inviare semplici risposte."; -$a->strings["Enter quick comments, one per line"] = "Inserire un commento rapido, uno per linea"; -$a->strings["Submit"] = "Invia"; -$a->strings["Quick Comment settings saved."] = "Impostazioni commento rapido salvate."; +$a->strings[':-)'] = ':-)'; +$a->strings[':-('] = ':-('; +$a->strings['lol'] = 'lol'; +$a->strings['Quick Comment Settings'] = 'Impostazioni commento rapido'; +$a->strings['Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies.'] = 'Trovi i commenti rapidi vicino al box dei commenti, a volte nascosti. Cliccali per inviare semplici risposte.'; +$a->strings['Enter quick comments, one per line'] = 'Inserire un commento rapido, uno per linea'; +$a->strings['Submit'] = 'Invia'; +$a->strings['Quick Comment settings saved.'] = 'Impostazioni commento rapido salvate.'; diff --git a/qcomment/lang/nl/strings.php b/qcomment/lang/nl/strings.php index 4582a082..5a1fefcb 100644 --- a/qcomment/lang/nl/strings.php +++ b/qcomment/lang/nl/strings.php @@ -5,8 +5,7 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings[":-)"] = ":-)"; -$a->strings[":-("] = ":-("; -$a->strings["Quick Comment Settings"] = "Snelle reactie instellingen"; -$a->strings["Quick Comment settings saved."] = "Snelle Reactie instellingen opgeslagen"; +$a->strings[':-)'] = ':-)'; +$a->strings[':-('] = ':-('; +$a->strings['Quick Comment Settings'] = 'Snelle reactie instellingen'; +$a->strings['Quick Comment settings saved.'] = 'Snelle Reactie instellingen opgeslagen'; diff --git a/qcomment/lang/pl/strings.php b/qcomment/lang/pl/strings.php index 377e7df6..19fcad9e 100644 --- a/qcomment/lang/pl/strings.php +++ b/qcomment/lang/pl/strings.php @@ -5,11 +5,10 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings[":-)"] = ":-)"; -$a->strings[":-("] = ":-("; -$a->strings["lol"] = "lol"; -$a->strings["Quick Comment Settings"] = "Ustawienia szybkiego komentowania"; -$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "Szybkie komentarze znajdują się w pobliżu pól komentarza, czasami są ukryte. Kliknij je, aby zapewnić proste odpowiedzi."; -$a->strings["Submit"] = "Wyślij"; -$a->strings["Quick Comment settings saved."] = "Zapisano szybkie ustawienia komentarzy."; +$a->strings[':-)'] = ':-)'; +$a->strings[':-('] = ':-('; +$a->strings['lol'] = 'lol'; +$a->strings['Quick Comment Settings'] = 'Ustawienia szybkiego komentowania'; +$a->strings['Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies.'] = 'Szybkie komentarze znajdują się w pobliżu pól komentarza, czasami są ukryte. Kliknij je, aby zapewnić proste odpowiedzi.'; +$a->strings['Submit'] = 'Wyślij'; +$a->strings['Quick Comment settings saved.'] = 'Zapisano szybkie ustawienia komentarzy.'; diff --git a/qcomment/lang/pt-br/strings.php b/qcomment/lang/pt-br/strings.php index 72bf63b0..7710e8a6 100644 --- a/qcomment/lang/pt-br/strings.php +++ b/qcomment/lang/pt-br/strings.php @@ -5,12 +5,11 @@ function string_plural_select_pt_br($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings[":-)"] = ":-)"; -$a->strings[":-("] = ":-("; -$a->strings["lol"] = "lol"; -$a->strings["Quick Comment Settings"] = "Configurações de Comentários Rápidos"; -$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "Comentários rápidos são encontrados próximo às caixas de comentários, algumas vezes ocultos. Clique neles para dar respostas simples."; -$a->strings["Enter quick comments, one per line"] = "Insira comentários rápidos, um em cada linha"; -$a->strings["Submit"] = "Enviar"; -$a->strings["Quick Comment settings saved."] = "As configurações de comentários rápidos foram salvas."; +$a->strings[':-)'] = ':-)'; +$a->strings[':-('] = ':-('; +$a->strings['lol'] = 'lol'; +$a->strings['Quick Comment Settings'] = 'Configurações de Comentários Rápidos'; +$a->strings['Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies.'] = 'Comentários rápidos são encontrados próximo às caixas de comentários, algumas vezes ocultos. Clique neles para dar respostas simples.'; +$a->strings['Enter quick comments, one per line'] = 'Insira comentários rápidos, um em cada linha'; +$a->strings['Submit'] = 'Enviar'; +$a->strings['Quick Comment settings saved.'] = 'As configurações de comentários rápidos foram salvas.'; diff --git a/qcomment/lang/ro/strings.php b/qcomment/lang/ro/strings.php index 1ad8018f..791f4e7f 100644 --- a/qcomment/lang/ro/strings.php +++ b/qcomment/lang/ro/strings.php @@ -5,12 +5,11 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings[":-)"] = ":-)"; -$a->strings[":-("] = ":-("; -$a->strings["lol"] = "lol"; -$a->strings["Quick Comment Settings"] = "Configurări Comentariu Rapid"; -$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "Comentariile rapide se regăsesc lângă casetele comentariilor, uneori ascunse. Apăsați pe ele pentru a posta răspunsuri simple."; -$a->strings["Enter quick comments, one per line"] = "Introduceți cometarii rapide, câte unul pe linie:"; -$a->strings["Save Settings"] = "Salvare Configurări"; -$a->strings["Quick Comment settings saved."] = "Configurările pentru Comentariu Rapid au fost salvate."; +$a->strings[':-)'] = ':-)'; +$a->strings[':-('] = ':-('; +$a->strings['lol'] = 'lol'; +$a->strings['Quick Comment Settings'] = 'Configurări Comentariu Rapid'; +$a->strings['Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies.'] = 'Comentariile rapide se regăsesc lângă casetele comentariilor, uneori ascunse. Apăsați pe ele pentru a posta răspunsuri simple.'; +$a->strings['Enter quick comments, one per line'] = 'Introduceți cometarii rapide, câte unul pe linie:'; +$a->strings['Save Settings'] = 'Salvare Configurări'; +$a->strings['Quick Comment settings saved.'] = 'Configurările pentru Comentariu Rapid au fost salvate.'; diff --git a/qcomment/lang/ru/strings.php b/qcomment/lang/ru/strings.php index 262250fa..66dbaa78 100644 --- a/qcomment/lang/ru/strings.php +++ b/qcomment/lang/ru/strings.php @@ -5,12 +5,11 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings[":-)"] = ":-)"; -$a->strings[":-("] = ":-("; -$a->strings["lol"] = "lol"; -$a->strings["Quick Comment Settings"] = "Настройки быстрых комментариев"; -$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "Быстрые комментарии находятся рядом с полями комментариев, иногда они скрыты. Нажмите на них, чтобы использовать готовые ответы."; -$a->strings["Enter quick comments, one per line"] = "Введите быстрые комментарии, по одному на строку"; -$a->strings["Submit"] = "Добавить"; -$a->strings["Quick Comment settings saved."] = "Настройки сохранены."; +$a->strings[':-)'] = ':-)'; +$a->strings[':-('] = ':-('; +$a->strings['lol'] = 'lol'; +$a->strings['Quick Comment Settings'] = 'Настройки быстрых комментариев'; +$a->strings['Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies.'] = 'Быстрые комментарии находятся рядом с полями комментариев, иногда они скрыты. Нажмите на них, чтобы использовать готовые ответы.'; +$a->strings['Enter quick comments, one per line'] = 'Введите быстрые комментарии, по одному на строку'; +$a->strings['Submit'] = 'Добавить'; +$a->strings['Quick Comment settings saved.'] = 'Настройки сохранены.'; diff --git a/randplace/lang/cs/strings.php b/randplace/lang/cs/strings.php index cc9768b3..23f74a6b 100644 --- a/randplace/lang/cs/strings.php +++ b/randplace/lang/cs/strings.php @@ -5,7 +5,6 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Randplace Settings"] = "Randplace Nastavení"; -$a->strings["Enable Randplace Addon"] = "Povolit doplněk Randplace"; -$a->strings["Submit"] = "Odeslat"; +$a->strings['Randplace Settings'] = 'Randplace Nastavení'; +$a->strings['Enable Randplace Addon'] = 'Povolit doplněk Randplace'; +$a->strings['Submit'] = 'Odeslat'; diff --git a/randplace/lang/de/strings.php b/randplace/lang/de/strings.php index 63ca2ef6..4f1eb006 100644 --- a/randplace/lang/de/strings.php +++ b/randplace/lang/de/strings.php @@ -5,7 +5,6 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Randplace Settings"] = "Randplace-Einstellungen"; -$a->strings["Enable Randplace Addon"] = "Randplace-Addon aktivieren"; -$a->strings["Save Settings"] = "Einstellungen speichern"; +$a->strings['Randplace Settings'] = 'Randplace-Einstellungen'; +$a->strings['Enable Randplace Addon'] = 'Randplace-Addon aktivieren'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; diff --git a/randplace/lang/es/strings.php b/randplace/lang/es/strings.php index 6fc36a81..1a9b38b0 100644 --- a/randplace/lang/es/strings.php +++ b/randplace/lang/es/strings.php @@ -5,7 +5,6 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Randplace Settings"] = "Ajustes de Randplace"; -$a->strings["Enable Randplace Addon"] = "Habilitar el complemento Randplace"; -$a->strings["Save Settings"] = "Guardar ajustes"; +$a->strings['Randplace Settings'] = 'Ajustes de Randplace'; +$a->strings['Enable Randplace Addon'] = 'Habilitar el complemento Randplace'; +$a->strings['Save Settings'] = 'Guardar ajustes'; diff --git a/randplace/lang/fi-fi/strings.php b/randplace/lang/fi-fi/strings.php index 6f96f0d9..67141f13 100644 --- a/randplace/lang/fi-fi/strings.php +++ b/randplace/lang/fi-fi/strings.php @@ -5,7 +5,6 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Randplace Settings"] = "Randplace -asetukset"; -$a->strings["Enable Randplace Addon"] = "Ota Randplace -lisäosa käyttöön"; -$a->strings["Submit"] = "Lähetä"; +$a->strings['Randplace Settings'] = 'Randplace -asetukset'; +$a->strings['Enable Randplace Addon'] = 'Ota Randplace -lisäosa käyttöön'; +$a->strings['Submit'] = 'Lähetä'; diff --git a/randplace/lang/hu/strings.php b/randplace/lang/hu/strings.php index e3ccc028..2119ac2b 100644 --- a/randplace/lang/hu/strings.php +++ b/randplace/lang/hu/strings.php @@ -5,7 +5,6 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Randplace Settings"] = "Véletlen hely beállításai"; -$a->strings["Enable Randplace Addon"] = "A véletlen hely bővítmény engedélyezése"; -$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings['Randplace Settings'] = 'Véletlen hely beállításai'; +$a->strings['Enable Randplace Addon'] = 'A véletlen hely bővítmény engedélyezése'; +$a->strings['Save Settings'] = 'Beállítások mentése'; diff --git a/randplace/lang/it/strings.php b/randplace/lang/it/strings.php index d81ffbae..7b4a9947 100644 --- a/randplace/lang/it/strings.php +++ b/randplace/lang/it/strings.php @@ -5,7 +5,6 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Randplace Settings"] = "Impostazioni \"Posizione casuale\""; -$a->strings["Enable Randplace Addon"] = "Abilita il componente aggiuntivo Posizione Casuale"; -$a->strings["Save Settings"] = "Salva Impostazioni"; +$a->strings['Randplace Settings'] = 'Impostazioni "Posizione casuale"'; +$a->strings['Enable Randplace Addon'] = 'Abilita il componente aggiuntivo Posizione Casuale'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; diff --git a/randplace/lang/nl/strings.php b/randplace/lang/nl/strings.php index f0b1e68d..725f4fc8 100644 --- a/randplace/lang/nl/strings.php +++ b/randplace/lang/nl/strings.php @@ -5,6 +5,5 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Randplace Settings"] = "Randplace instellingen"; -$a->strings["Enable Randplace Addon"] = "Randplace Addon inschakelen"; +$a->strings['Randplace Settings'] = 'Randplace instellingen'; +$a->strings['Enable Randplace Addon'] = 'Randplace Addon inschakelen'; diff --git a/randplace/lang/pl/strings.php b/randplace/lang/pl/strings.php index fb3ae809..42d38a06 100644 --- a/randplace/lang/pl/strings.php +++ b/randplace/lang/pl/strings.php @@ -5,7 +5,6 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Randplace Settings"] = "Ustawienia Randplace"; -$a->strings["Enable Randplace Addon"] = "Włącz dodatek Randplace"; -$a->strings["Submit"] = "Wyślij"; +$a->strings['Randplace Settings'] = 'Ustawienia Randplace'; +$a->strings['Enable Randplace Addon'] = 'Włącz dodatek Randplace'; +$a->strings['Submit'] = 'Wyślij'; diff --git a/randplace/lang/ro/strings.php b/randplace/lang/ro/strings.php index 2ee58b6b..cbfa2339 100644 --- a/randplace/lang/ro/strings.php +++ b/randplace/lang/ro/strings.php @@ -5,7 +5,6 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Randplace Settings"] = "Configurări Randplace"; -$a->strings["Enable Randplace Addon"] = "Activare Modul Randplace"; -$a->strings["Save Settings"] = "Salvare Configurări"; +$a->strings['Randplace Settings'] = 'Configurări Randplace'; +$a->strings['Enable Randplace Addon'] = 'Activare Modul Randplace'; +$a->strings['Save Settings'] = 'Salvare Configurări'; diff --git a/randplace/lang/zh-cn/strings.php b/randplace/lang/zh-cn/strings.php index 0ba637f8..b2f41b04 100644 --- a/randplace/lang/zh-cn/strings.php +++ b/randplace/lang/zh-cn/strings.php @@ -5,7 +5,6 @@ function string_plural_select_zh_cn($n){ $n = intval($n); return intval(0); }} -; -$a->strings["Randplace Settings"] = "随机站点设置"; -$a->strings["Enable Randplace Addon"] = "启用随机站点插件"; -$a->strings["Submit"] = "提交"; +$a->strings['Randplace Settings'] = '随机站点设置'; +$a->strings['Enable Randplace Addon'] = '启用随机站点插件'; +$a->strings['Submit'] = '提交'; diff --git a/rendertime/lang/cs/strings.php b/rendertime/lang/cs/strings.php index 9b45e439..1fc547fa 100644 --- a/rendertime/lang/cs/strings.php +++ b/rendertime/lang/cs/strings.php @@ -5,5 +5,4 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n==1)) { return 0; } else if (($n>=2 && $n<=4)) { return 1; } else { return 2; } }} -; -$a->strings["Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, Other: %s, Total: %s"] = "Výkonnost: Databáze: %s, Síť: %s, Rendering: %s, Parser: %s, I/O: %s, Ostatní: %s, Celkem: %s"; +$a->strings['Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, Other: %s, Total: %s'] = 'Výkonnost: Databáze: %s, Síť: %s, Rendering: %s, Parser: %s, I/O: %s, Ostatní: %s, Celkem: %s'; diff --git a/rendertime/lang/de/strings.php b/rendertime/lang/de/strings.php index 884daef3..c92c98b6 100644 --- a/rendertime/lang/de/strings.php +++ b/rendertime/lang/de/strings.php @@ -5,6 +5,5 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Database: %s/%s, Network: %s, Rendering: %s, Session: %s, I/O: %s, Other: %s, Total: %s"] = "Datenbank: %s/%s, Netzwerk: %s, Darstellung: %s, Sitzung: %s, I/O: %s, Sonstiges: %s, Gesamt: %s"; -$a->strings["Class-Init: %s, Boot: %s, Init: %s, Content: %s, Other: %s, Total: %s"] = "Class-Init: %s, Boot: %s, Init: %s, Inhalt: %s, Sonstiges: %s, Gesamt: %s"; +$a->strings['Database: %s/%s, Network: %s, Rendering: %s, Session: %s, I/O: %s, Other: %s, Total: %s'] = 'Datenbank: %s/%s, Netzwerk: %s, Darstellung: %s, Sitzung: %s, I/O: %s, Sonstiges: %s, Gesamt: %s'; +$a->strings['Class-Init: %s, Boot: %s, Init: %s, Content: %s, Other: %s, Total: %s'] = 'Class-Init: %s, Boot: %s, Init: %s, Inhalt: %s, Sonstiges: %s, Gesamt: %s'; diff --git a/rendertime/lang/es/strings.php b/rendertime/lang/es/strings.php index e8370a31..28cc6393 100644 --- a/rendertime/lang/es/strings.php +++ b/rendertime/lang/es/strings.php @@ -5,6 +5,5 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Database: %s/%s, Network: %s, Rendering: %s, Session: %s, I/O: %s, Other: %s, Total: %s"] = "Base de Datos: %s/%s, Red: %s, Reproducción: %s, Sesión: %s, E/S: %s, Otros: %s, Total: %s"; -$a->strings["Class-Init: %s, Boot: %s, Init: %s, Content: %s, Other: %s, Total: %s"] = "Clase de Inicio: %s, Arranque: %s, Inicio: %s, Contenido: %s, Otros: %s, Total: %s"; +$a->strings['Database: %s/%s, Network: %s, Rendering: %s, Session: %s, I/O: %s, Other: %s, Total: %s'] = 'Base de Datos: %s/%s, Red: %s, Reproducción: %s, Sesión: %s, E/S: %s, Otros: %s, Total: %s'; +$a->strings['Class-Init: %s, Boot: %s, Init: %s, Content: %s, Other: %s, Total: %s'] = 'Clase de Inicio: %s, Arranque: %s, Inicio: %s, Contenido: %s, Otros: %s, Total: %s'; diff --git a/rendertime/lang/fi-fi/strings.php b/rendertime/lang/fi-fi/strings.php index b6394158..8712034e 100644 --- a/rendertime/lang/fi-fi/strings.php +++ b/rendertime/lang/fi-fi/strings.php @@ -5,4 +5,3 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; diff --git a/rendertime/lang/fr/strings.php b/rendertime/lang/fr/strings.php index f8ecf19c..5a6c3b6c 100644 --- a/rendertime/lang/fr/strings.php +++ b/rendertime/lang/fr/strings.php @@ -5,5 +5,4 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, Other: %s, Total: %s"] = "Performances: Base de données : %s, Réseau : %s, Rendu : %s, Parser : %s, Entrées/sorties : %s, Autre : %s, Total : %s"; +$a->strings['Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, Other: %s, Total: %s'] = 'Performances: Base de données : %s, Réseau : %s, Rendu : %s, Parser : %s, Entrées/sorties : %s, Autre : %s, Total : %s'; diff --git a/rendertime/lang/hu/strings.php b/rendertime/lang/hu/strings.php index d2c4cf64..c7369166 100644 --- a/rendertime/lang/hu/strings.php +++ b/rendertime/lang/hu/strings.php @@ -5,6 +5,5 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Database: %s/%s, Network: %s, Rendering: %s, Session: %s, I/O: %s, Other: %s, Total: %s"] = "Adatbázis: %s/%s, hálózat: %s, megjelenítés: %s, munkamenet: %s, lemezművelet: %s, egyéb: %s, összesen: %s"; -$a->strings["Class-Init: %s, Boot: %s, Init: %s, Content: %s, Other: %s, Total: %s"] = "Osztály-előkészítés: %s, indítás: %s, előkészítés: %s, tartalom: %s, egyéb: %s, összesen: %s"; +$a->strings['Database: %s/%s, Network: %s, Rendering: %s, Session: %s, I/O: %s, Other: %s, Total: %s'] = 'Adatbázis: %s/%s, hálózat: %s, megjelenítés: %s, munkamenet: %s, lemezművelet: %s, egyéb: %s, összesen: %s'; +$a->strings['Class-Init: %s, Boot: %s, Init: %s, Content: %s, Other: %s, Total: %s'] = 'Osztály-előkészítés: %s, indítás: %s, előkészítés: %s, tartalom: %s, egyéb: %s, összesen: %s'; diff --git a/rendertime/lang/it/strings.php b/rendertime/lang/it/strings.php index 59b68b33..6eaf200c 100644 --- a/rendertime/lang/it/strings.php +++ b/rendertime/lang/it/strings.php @@ -5,6 +5,5 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Database: %s/%s, Network: %s, Rendering: %s, Session: %s, I/O: %s, Other: %s, Total: %s"] = "Database: %s/%s, Rete: %s, Rendering: %s, Sessione: %s, I/O: %s, Altro: %s, Totale: %s"; -$a->strings["Class-Init: %s, Boot: %s, Init: %s, Content: %s, Other: %s, Total: %s"] = "Class-Init: %s, Boot: %s, Init: %s, Content: %s, Altro: %s, Totale: %s"; +$a->strings['Database: %s/%s, Network: %s, Rendering: %s, Session: %s, I/O: %s, Other: %s, Total: %s'] = 'Database: %s/%s, Rete: %s, Rendering: %s, Sessione: %s, I/O: %s, Altro: %s, Totale: %s'; +$a->strings['Class-Init: %s, Boot: %s, Init: %s, Content: %s, Other: %s, Total: %s'] = 'Class-Init: %s, Boot: %s, Init: %s, Content: %s, Altro: %s, Totale: %s'; diff --git a/rendertime/lang/nl/strings.php b/rendertime/lang/nl/strings.php index 36200568..cccb5c93 100644 --- a/rendertime/lang/nl/strings.php +++ b/rendertime/lang/nl/strings.php @@ -5,5 +5,4 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, Other: %s, Total: %s"] = "Prestaties: Database: %s, Netwerk: %s, Weergave: %s, Verwerken: %s, Input/Output: %s, Andere: %s, Totaal: %s"; +$a->strings['Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, Other: %s, Total: %s'] = 'Prestaties: Database: %s, Netwerk: %s, Weergave: %s, Verwerken: %s, Input/Output: %s, Andere: %s, Totaal: %s'; diff --git a/rendertime/lang/pl/strings.php b/rendertime/lang/pl/strings.php index 4f96e463..2cbc8e7f 100644 --- a/rendertime/lang/pl/strings.php +++ b/rendertime/lang/pl/strings.php @@ -5,5 +5,4 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, Other: %s, Total: %s"] = "Wydajność: Baza danych: %s, Sieć: %s, Renderowanie: %s, Analizator składni: %s, I/O: %s, Inne: %s, Razem: %s"; +$a->strings['Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, Other: %s, Total: %s'] = 'Wydajność: Baza danych: %s, Sieć: %s, Renderowanie: %s, Analizator składni: %s, I/O: %s, Inne: %s, Razem: %s'; diff --git a/rendertime/lang/ro/strings.php b/rendertime/lang/ro/strings.php index 6088e92a..854f559f 100644 --- a/rendertime/lang/ro/strings.php +++ b/rendertime/lang/ro/strings.php @@ -5,5 +5,4 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, Other: %s, Total: %s"] = "Performantă: Baza de Date: %s, Rețea: %s, Procesare: %s, Analizator: %s, I/O: %s Altele: %s, Total: %s"; +$a->strings['Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, Other: %s, Total: %s'] = 'Performantă: Baza de Date: %s, Rețea: %s, Procesare: %s, Analizator: %s, I/O: %s Altele: %s, Total: %s'; diff --git a/rendertime/lang/zh-cn/strings.php b/rendertime/lang/zh-cn/strings.php index 2b47f701..ff635d15 100644 --- a/rendertime/lang/zh-cn/strings.php +++ b/rendertime/lang/zh-cn/strings.php @@ -5,5 +5,4 @@ function string_plural_select_zh_cn($n){ $n = intval($n); return intval(0); }} -; -$a->strings["Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, Other: %s, Total: %s"] = "性能:数据库:%s ,网络:%s ,渲染:%s ,分析器:%s ,I/O:%s ,其他:%s ,总计:%s"; +$a->strings['Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, Other: %s, Total: %s'] = '性能:数据库:%s ,网络:%s ,渲染:%s ,分析器:%s ,I/O:%s ,其他:%s ,总计:%s'; diff --git a/saml/lang/de/strings.php b/saml/lang/de/strings.php index bb768122..5ea6ad35 100644 --- a/saml/lang/de/strings.php +++ b/saml/lang/de/strings.php @@ -5,19 +5,22 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Settings statement"] = "Anweisungen zu den Einstellungen"; -$a->strings["IdP ID"] = "IdP ID"; -$a->strings["Client ID"] = "Client-ID"; -$a->strings["IdP SSO URL"] = "IdP SSO URL"; -$a->strings["The URL for your identity provider's SSO endpoint."] = "Die URL des SSO-Endpunktes deines Identitätenanbieters."; -$a->strings["IdP SLO request URL"] = "IdP-SLO-Anfrage-URL"; -$a->strings["The URL for your identity provider's SLO request endpoint."] = "Die URL des SLO-Anfrage-Endpunktes deines Identitätenanbieters."; -$a->strings["IdP SLO response URL"] = "IdP-SLO-Antwort-URL"; -$a->strings["The URL for your identity provider's SLO response endpoint."] = "Die URL des SLO-Antwort-Endpunktes deines Identitätenanbieters."; -$a->strings["SP private key"] = "Privater Schlüssel (SP)"; -$a->strings["SP certificate"] = "SP-Zertifikat"; -$a->strings["The certficate for the addon's private key."] = "Das Zertifikat für den privaten Schlüssel des Addons."; -$a->strings["IdP certificate"] = "IdP-Zertifikat"; -$a->strings["The x509 certficate for your identity provider."] = "Das x509-Zertifikat deines Identitätanbieters."; -$a->strings["Save Settings"] = "Einstellungen speichern"; +$a->strings['Settings statement'] = 'Anweisungen zu den Einstellungen'; +$a->strings['A statement on the settings page explaining where the user should go to change their e-mail and password. BBCode allowed.'] = 'Erörternde Anweisungen, die auf der Einstellungsseite angezeigt werden und den Nutzern erklären, wo sie ihre E-Mail Adressen und Passwörter ändern sollen. BBCode wird unterstützt.'; +$a->strings['IdP ID'] = 'IdP ID'; +$a->strings['Identity provider (IdP) entity URI (e.g., https://example.com/auth/realms/user).'] = 'Entitäten-URL des Identitätsanbieters (IdP) (z.B. https://example.com/auth/realms/user).'; +$a->strings['Client ID'] = 'Client-ID'; +$a->strings['Identifier assigned to client by the identity provider (IdP).'] = 'Kennung des Clients, die vom Identitätsanbieter (IdP) zugewiesen wurde.'; +$a->strings['IdP SSO URL'] = 'IdP SSO URL'; +$a->strings['The URL for your identity provider\'s SSO endpoint.'] = 'Die URL des SSO-Endpunktes deines Identitätenanbieters.'; +$a->strings['IdP SLO request URL'] = 'IdP-SLO-Anfrage-URL'; +$a->strings['The URL for your identity provider\'s SLO request endpoint.'] = 'Die URL des SLO-Anfrage-Endpunktes deines Identitätenanbieters.'; +$a->strings['IdP SLO response URL'] = 'IdP-SLO-Antwort-URL'; +$a->strings['The URL for your identity provider\'s SLO response endpoint.'] = 'Die URL des SLO-Antwort-Endpunktes deines Identitätenanbieters.'; +$a->strings['SP private key'] = 'Privater Schlüssel (SP)'; +$a->strings['The private key the addon should use to authenticate.'] = 'Der private Schlüssel, den das Addon zur Authentifizierung verwenden soll.'; +$a->strings['SP certificate'] = 'SP-Zertifikat'; +$a->strings['The certficate for the addon\'s private key.'] = 'Das Zertifikat für den privaten Schlüssel des Addons.'; +$a->strings['IdP certificate'] = 'IdP-Zertifikat'; +$a->strings['The x509 certficate for your identity provider.'] = 'Das x509-Zertifikat deines Identitätanbieters.'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; diff --git a/saml/lang/hu/strings.php b/saml/lang/hu/strings.php index 68884b1d..40a0f3a2 100644 --- a/saml/lang/hu/strings.php +++ b/saml/lang/hu/strings.php @@ -5,16 +5,22 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Settings statement"] = "Beállítások nyilatkozata"; -$a->strings["IdP ID"] = "IdP-azonosító"; -$a->strings["Client ID"] = "Ügyfél-azonosító"; -$a->strings["IdP SSO URL"] = "IdP SSO URL"; -$a->strings["IdP SLO request URL"] = "IdP SLO kérés URL"; -$a->strings["IdP SLO response URL"] = "IdP SLO válasz URL"; -$a->strings["SP private key"] = "Szolgáltató személyes kulcsa"; -$a->strings["SP certificate"] = "Szolgáltató tanúsítványa"; -$a->strings["The certficate for the addon's private key."] = "A tanúsítvány a bővítmény személyes kulcsához."; -$a->strings["IdP certificate"] = "IdP tanúsítvány"; -$a->strings["The x509 certficate for your identity provider."] = "A személyazonosság-szolgáltatójának x509 tanúsítványa."; -$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings['Settings statement'] = 'Beállítások nyilatkozata'; +$a->strings['A statement on the settings page explaining where the user should go to change their e-mail and password. BBCode allowed.'] = 'Egy nyilatkozat a beállítások oldalon, amely elmagyarázza, hogy a felhasználónak hova kell mennie az e-mail-címének és a jelszavának megváltoztatásához. A BBCode engedélyezett.'; +$a->strings['IdP ID'] = 'IdP-azonosító'; +$a->strings['Identity provider (IdP) entity URI (e.g., https://example.com/auth/realms/user).'] = 'Személyazonosság-szolgáltató (IdP) entitás URI-ja (például https://example.com/auth/realms/user).'; +$a->strings['Client ID'] = 'Ügyfél-azonosító'; +$a->strings['Identifier assigned to client by the identity provider (IdP).'] = 'A személyazonosság-szolgáltató (IdP) által az ügyfélhez rendelt azonosító.'; +$a->strings['IdP SSO URL'] = 'IdP SSO URL'; +$a->strings['The URL for your identity provider\'s SSO endpoint.'] = 'Az URL a személyazonosság-szolgáltatója egyszeri bejelentkezésének végpontjához.'; +$a->strings['IdP SLO request URL'] = 'IdP SLO kérés URL'; +$a->strings['The URL for your identity provider\'s SLO request endpoint.'] = 'Az URL a személyazonosság-szolgáltatója egyszeri kijelentkezési kérésének végpontjához.'; +$a->strings['IdP SLO response URL'] = 'IdP SLO válasz URL'; +$a->strings['The URL for your identity provider\'s SLO response endpoint.'] = 'Az URL a személyazonosság-szolgáltatója egyszeri kijelentkezési válaszának végpontjához.'; +$a->strings['SP private key'] = 'Szolgáltató személyes kulcsa'; +$a->strings['The private key the addon should use to authenticate.'] = 'Az a személyes kulcs, amelyet a bővítménynek a hitelesítéshez kell használnia.'; +$a->strings['SP certificate'] = 'Szolgáltató tanúsítványa'; +$a->strings['The certficate for the addon\'s private key.'] = 'A tanúsítvány a bővítmény személyes kulcsához.'; +$a->strings['IdP certificate'] = 'IdP tanúsítvány'; +$a->strings['The x509 certficate for your identity provider.'] = 'A személyazonosság-szolgáltatójának x509 tanúsítványa.'; +$a->strings['Save Settings'] = 'Beállítások mentése'; diff --git a/securemail/lang/cs/strings.php b/securemail/lang/cs/strings.php index 992c8321..eae4fff6 100644 --- a/securemail/lang/cs/strings.php +++ b/securemail/lang/cs/strings.php @@ -5,13 +5,12 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["\"Secure Mail\" Settings"] = "Nastavení \"Secure Mail\""; -$a->strings["Save Settings"] = "Uložit nastavení"; -$a->strings["Save and send test"] = "Uložit a poslat test"; -$a->strings["Enable Secure Mail"] = "Povolit Secure Mail"; -$a->strings["Public key"] = "Veřejný klíč"; -$a->strings["Your public PGP key, ascii armored format"] = "Váš veřejný klíč PGP ve formátu ASCII Armor"; -$a->strings["Secure Mail Settings saved."] = "Nastavení Secure Mail uložena."; -$a->strings["Test email sent"] = "Testovací e-mail odeslán"; -$a->strings["There was an error sending the test email"] = "Při odesílání testovacího e-mailu se vyskytla chyba"; +$a->strings['"Secure Mail" Settings'] = 'Nastavení "Secure Mail"'; +$a->strings['Save Settings'] = 'Uložit nastavení'; +$a->strings['Save and send test'] = 'Uložit a poslat test'; +$a->strings['Enable Secure Mail'] = 'Povolit Secure Mail'; +$a->strings['Public key'] = 'Veřejný klíč'; +$a->strings['Your public PGP key, ascii armored format'] = 'Váš veřejný klíč PGP ve formátu ASCII Armor'; +$a->strings['Secure Mail Settings saved.'] = 'Nastavení Secure Mail uložena.'; +$a->strings['Test email sent'] = 'Testovací e-mail odeslán'; +$a->strings['There was an error sending the test email'] = 'Při odesílání testovacího e-mailu se vyskytla chyba'; diff --git a/securemail/lang/de/strings.php b/securemail/lang/de/strings.php index 0a315d48..cefe5406 100644 --- a/securemail/lang/de/strings.php +++ b/securemail/lang/de/strings.php @@ -5,13 +5,12 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["\"Secure Mail\" Settings"] = "\"Secure Mail\" Einstellungen"; -$a->strings["Save Settings"] = "Einstellungen speichern"; -$a->strings["Save and send test"] = "Abspeichern und Test Senden"; -$a->strings["Enable Secure Mail"] = "Secure Mail aktivieren"; -$a->strings["Public key"] = "Öffentlicher Schlüssel"; -$a->strings["Your public PGP key, ascii armored format"] = "Dein öffentlicher PGP Schlüssel, im Ascii-Format"; -$a->strings["Secure Mail Settings saved."] = "Secure Mail Einstellungen gespeichert."; -$a->strings["Test email sent"] = "Test-Email gesendet"; -$a->strings["There was an error sending the test email"] = "Es gab ein Fehler beim Senden der Test-Email"; +$a->strings['"Secure Mail" Settings'] = '"Secure Mail" Einstellungen'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; +$a->strings['Save and send test'] = 'Abspeichern und Test Senden'; +$a->strings['Enable Secure Mail'] = 'Secure Mail aktivieren'; +$a->strings['Public key'] = 'Öffentlicher Schlüssel'; +$a->strings['Your public PGP key, ascii armored format'] = 'Dein öffentlicher PGP Schlüssel, im Ascii-Format'; +$a->strings['Secure Mail Settings saved.'] = 'Secure Mail Einstellungen gespeichert.'; +$a->strings['Test email sent'] = 'Test-Email gesendet'; +$a->strings['There was an error sending the test email'] = 'Es gab ein Fehler beim Senden der Test-Email'; diff --git a/securemail/lang/es/strings.php b/securemail/lang/es/strings.php index 3fe46033..06b40108 100644 --- a/securemail/lang/es/strings.php +++ b/securemail/lang/es/strings.php @@ -5,12 +5,11 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["\"Secure Mail\" Settings"] = "Configuración de \"Secure Mail\""; -$a->strings["Save Settings"] = "Guardar ajustes"; -$a->strings["Save and send test"] = "Guardar y enviar prueba"; -$a->strings["Enable Secure Mail"] = "Habilitar correo seguro"; -$a->strings["Public key"] = "Public key"; -$a->strings["Your public PGP key, ascii armored format"] = "Tu clave PGP pública, formato blindado ascii"; -$a->strings["Test email sent"] = "Correo de prueba enviado"; -$a->strings["There was an error sending the test email"] = "Hubo un error al enviar el correo electrónico de prueba."; +$a->strings['"Secure Mail" Settings'] = 'Configuración de "Secure Mail"'; +$a->strings['Save Settings'] = 'Guardar ajustes'; +$a->strings['Save and send test'] = 'Guardar y enviar prueba'; +$a->strings['Enable Secure Mail'] = 'Habilitar correo seguro'; +$a->strings['Public key'] = 'Public key'; +$a->strings['Your public PGP key, ascii armored format'] = 'Tu clave PGP pública, formato blindado ascii'; +$a->strings['Test email sent'] = 'Correo de prueba enviado'; +$a->strings['There was an error sending the test email'] = 'Hubo un error al enviar el correo electrónico de prueba.'; diff --git a/securemail/lang/et/strings.php b/securemail/lang/et/strings.php index 964897cd..3a4d81e9 100644 --- a/securemail/lang/et/strings.php +++ b/securemail/lang/et/strings.php @@ -5,12 +5,11 @@ function string_plural_select_et($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["\"Secure Mail\" Settings"] = "\"Turvaline Meil\" sätted"; -$a->strings["Save Settings"] = "Salvesta sätted"; -$a->strings["Save and send test"] = "Salvesta ja saada testmeil"; -$a->strings["Enable Secure Mail"] = "Aktiveeri Turvaline meil"; -$a->strings["Public key"] = "Avalik võti"; -$a->strings["Secure Mail Settings saved."] = "Turvalise Meili sätted salvestatud."; -$a->strings["Test email sent"] = "Testmeil saadetud"; -$a->strings["There was an error sending the test email"] = "Testmeili saatmisel ilmnes viga"; +$a->strings['"Secure Mail" Settings'] = '"Turvaline Meil" sätted'; +$a->strings['Save Settings'] = 'Salvesta sätted'; +$a->strings['Save and send test'] = 'Salvesta ja saada testmeil'; +$a->strings['Enable Secure Mail'] = 'Aktiveeri Turvaline meil'; +$a->strings['Public key'] = 'Avalik võti'; +$a->strings['Secure Mail Settings saved.'] = 'Turvalise Meili sätted salvestatud.'; +$a->strings['Test email sent'] = 'Testmeil saadetud'; +$a->strings['There was an error sending the test email'] = 'Testmeili saatmisel ilmnes viga'; diff --git a/securemail/lang/fi-fi/strings.php b/securemail/lang/fi-fi/strings.php index d7e3e4fb..b67499f2 100644 --- a/securemail/lang/fi-fi/strings.php +++ b/securemail/lang/fi-fi/strings.php @@ -5,12 +5,11 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["\"Secure Mail\" Settings"] = "Secure Mail -asetukset"; -$a->strings["Save Settings"] = "Tallenna asetukset"; -$a->strings["Save and send test"] = "Tallenna ja lähetä koeviesti"; -$a->strings["Enable Secure Mail"] = "Ota Secure Mail käyttöön"; -$a->strings["Public key"] = "Julkinen avain"; -$a->strings["Secure Mail Settings saved."] = "Secure Mail -asetukset tallennettu."; -$a->strings["Test email sent"] = "Koeviesti lähetetty"; -$a->strings["There was an error sending the test email"] = "Testisähköpostin lähetyksessä tapahtui virhe"; +$a->strings['"Secure Mail" Settings'] = 'Secure Mail -asetukset'; +$a->strings['Save Settings'] = 'Tallenna asetukset'; +$a->strings['Save and send test'] = 'Tallenna ja lähetä koeviesti'; +$a->strings['Enable Secure Mail'] = 'Ota Secure Mail käyttöön'; +$a->strings['Public key'] = 'Julkinen avain'; +$a->strings['Secure Mail Settings saved.'] = 'Secure Mail -asetukset tallennettu.'; +$a->strings['Test email sent'] = 'Koeviesti lähetetty'; +$a->strings['There was an error sending the test email'] = 'Testisähköpostin lähetyksessä tapahtui virhe'; diff --git a/securemail/lang/hu/strings.php b/securemail/lang/hu/strings.php index 1ef45b1e..eaeb4816 100644 --- a/securemail/lang/hu/strings.php +++ b/securemail/lang/hu/strings.php @@ -5,12 +5,11 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["\"Secure Mail\" Settings"] = "Biztonságos levél beállításai"; -$a->strings["Save Settings"] = "Beállítások mentése"; -$a->strings["Save and send test"] = "Mentés és teszt küldése"; -$a->strings["Enable Secure Mail"] = "Biztonságos levél engedélyezése"; -$a->strings["Public key"] = "Nyilvános kulcs"; -$a->strings["Your public PGP key, ascii armored format"] = "A nyilvános PGP kulcsa ASCII-védett formátumban"; -$a->strings["Test email sent"] = "Tesztlevél elküldve"; -$a->strings["There was an error sending the test email"] = "Hiba történt a tesztlevél küldésekor"; +$a->strings['"Secure Mail" Settings'] = 'Biztonságos levél beállításai'; +$a->strings['Save Settings'] = 'Beállítások mentése'; +$a->strings['Save and send test'] = 'Mentés és teszt küldése'; +$a->strings['Enable Secure Mail'] = 'Biztonságos levél engedélyezése'; +$a->strings['Public key'] = 'Nyilvános kulcs'; +$a->strings['Your public PGP key, ascii armored format'] = 'A nyilvános PGP kulcsa ASCII-védett formátumban'; +$a->strings['Test email sent'] = 'Tesztlevél elküldve'; +$a->strings['There was an error sending the test email'] = 'Hiba történt a tesztlevél küldésekor'; diff --git a/securemail/lang/it/strings.php b/securemail/lang/it/strings.php index 2536894b..04b3c7fe 100644 --- a/securemail/lang/it/strings.php +++ b/securemail/lang/it/strings.php @@ -5,13 +5,12 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["\"Secure Mail\" Settings"] = "Impostazioni Secure Mail"; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$a->strings["Save and send test"] = "Salva e invia mail di prova"; -$a->strings["Enable Secure Mail"] = "Abilita Secure Mail"; -$a->strings["Public key"] = "Chiave pubblica"; -$a->strings["Your public PGP key, ascii armored format"] = "La tua chiave pubblica PGP, in formato ascii armored"; -$a->strings["Secure Mail Settings saved."] = "Impostazioni Secure Mail salvate."; -$a->strings["Test email sent"] = "Email di prova invata"; -$a->strings["There was an error sending the test email"] = "Si è verificato un errore durante l'invio dell'email di prova"; +$a->strings['"Secure Mail" Settings'] = 'Impostazioni Secure Mail'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; +$a->strings['Save and send test'] = 'Salva e invia mail di prova'; +$a->strings['Enable Secure Mail'] = 'Abilita Secure Mail'; +$a->strings['Public key'] = 'Chiave pubblica'; +$a->strings['Your public PGP key, ascii armored format'] = 'La tua chiave pubblica PGP, in formato ascii armored'; +$a->strings['Secure Mail Settings saved.'] = 'Impostazioni Secure Mail salvate.'; +$a->strings['Test email sent'] = 'Email di prova invata'; +$a->strings['There was an error sending the test email'] = 'Si è verificato un errore durante l\'invio dell\'email di prova'; diff --git a/securemail/lang/nl/strings.php b/securemail/lang/nl/strings.php index a56afeec..f6c764b4 100644 --- a/securemail/lang/nl/strings.php +++ b/securemail/lang/nl/strings.php @@ -5,8 +5,7 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["\"Secure Mail\" Settings"] = "\"Secure Mail\" instellingen"; -$a->strings["Save Settings"] = "Instellingen opslaan"; -$a->strings["Enable Secure Mail"] = "Secure Mail inschakelen"; -$a->strings["Secure Mail Settings saved."] = "Secure Mail instellingen opgeslagen"; +$a->strings['"Secure Mail" Settings'] = '"Secure Mail" instellingen'; +$a->strings['Save Settings'] = 'Instellingen opslaan'; +$a->strings['Enable Secure Mail'] = 'Secure Mail inschakelen'; +$a->strings['Secure Mail Settings saved.'] = 'Secure Mail instellingen opgeslagen'; diff --git a/securemail/lang/pl/strings.php b/securemail/lang/pl/strings.php index ea72b870..90adbf31 100644 --- a/securemail/lang/pl/strings.php +++ b/securemail/lang/pl/strings.php @@ -5,13 +5,12 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["\"Secure Mail\" Settings"] = "Ustawienia \"Bezpieczna poczta\""; -$a->strings["Save Settings"] = "Zapisz ustawienia"; -$a->strings["Save and send test"] = "Zapisz i wyślij test"; -$a->strings["Enable Secure Mail"] = "Włącz bezpieczną pocztę"; -$a->strings["Public key"] = "Klucz publiczny"; -$a->strings["Your public PGP key, ascii armored format"] = "Twój publiczny klucz PGP, rekomendowany format ascii"; -$a->strings["Secure Mail Settings saved."] = "Ustawienia bezpiecznej poczty zostały zapisane."; -$a->strings["Test email sent"] = "Wysłano testowy e-mail"; -$a->strings["There was an error sending the test email"] = "Wystąpił błąd podczas wysyłania e-maila testowego"; +$a->strings['"Secure Mail" Settings'] = 'Ustawienia "Bezpieczna poczta"'; +$a->strings['Save Settings'] = 'Zapisz ustawienia'; +$a->strings['Save and send test'] = 'Zapisz i wyślij test'; +$a->strings['Enable Secure Mail'] = 'Włącz bezpieczną pocztę'; +$a->strings['Public key'] = 'Klucz publiczny'; +$a->strings['Your public PGP key, ascii armored format'] = 'Twój publiczny klucz PGP, rekomendowany format ascii'; +$a->strings['Secure Mail Settings saved.'] = 'Ustawienia bezpiecznej poczty zostały zapisane.'; +$a->strings['Test email sent'] = 'Wysłano testowy e-mail'; +$a->strings['There was an error sending the test email'] = 'Wystąpił błąd podczas wysyłania e-maila testowego'; diff --git a/securemail/lang/zh-cn/strings.php b/securemail/lang/zh-cn/strings.php index 71046389..64fa47db 100644 --- a/securemail/lang/zh-cn/strings.php +++ b/securemail/lang/zh-cn/strings.php @@ -5,13 +5,12 @@ function string_plural_select_zh_cn($n){ $n = intval($n); return intval(0); }} -; -$a->strings["\"Secure Mail\" Settings"] = "“加密邮件”设置"; -$a->strings["Save Settings"] = "保存设置"; -$a->strings["Save and send test"] = "保存并发送测试"; -$a->strings["Enable Secure Mail"] = "启用加密邮件"; -$a->strings["Public key"] = "公钥"; -$a->strings["Your public PGP key, ascii armored format"] = "您的 PGP 公钥,使用 ASCII 码格式"; -$a->strings["Secure Mail Settings saved."] = "加密邮件设置已保存。"; -$a->strings["Test email sent"] = "测试邮件发送"; -$a->strings["There was an error sending the test email"] = "发送测试电子邮件时发生错误"; +$a->strings['"Secure Mail" Settings'] = '“加密邮件”设置'; +$a->strings['Save Settings'] = '保存设置'; +$a->strings['Save and send test'] = '保存并发送测试'; +$a->strings['Enable Secure Mail'] = '启用加密邮件'; +$a->strings['Public key'] = '公钥'; +$a->strings['Your public PGP key, ascii armored format'] = '您的 PGP 公钥,使用 ASCII 码格式'; +$a->strings['Secure Mail Settings saved.'] = '加密邮件设置已保存。'; +$a->strings['Test email sent'] = '测试邮件发送'; +$a->strings['There was an error sending the test email'] = '发送测试电子邮件时发生错误'; diff --git a/showmore/lang/cs/strings.php b/showmore/lang/cs/strings.php index 45b89630..cfe0e8c0 100644 --- a/showmore/lang/cs/strings.php +++ b/showmore/lang/cs/strings.php @@ -5,10 +5,9 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["\"Show more\" Settings"] = "Nastavení \"Show more\""; -$a->strings["Enable Show More"] = "Povolit Show more"; -$a->strings["Cutting posts after how much characters"] = "Oříznout příspěvky po zadaném množství znaků"; -$a->strings["Save Settings"] = "Uložit nastavení"; -$a->strings["Show More Settings saved."] = "Nastavení \"Show more\" uložena."; -$a->strings["show more"] = "zobrazit více"; +$a->strings['"Show more" Settings'] = 'Nastavení "Show more"'; +$a->strings['Enable Show More'] = 'Povolit Show more'; +$a->strings['Cutting posts after how much characters'] = 'Oříznout příspěvky po zadaném množství znaků'; +$a->strings['Save Settings'] = 'Uložit nastavení'; +$a->strings['Show More Settings saved.'] = 'Nastavení "Show more" uložena.'; +$a->strings['show more'] = 'zobrazit více'; diff --git a/showmore/lang/de/strings.php b/showmore/lang/de/strings.php index f37131c0..625761b4 100644 --- a/showmore/lang/de/strings.php +++ b/showmore/lang/de/strings.php @@ -5,10 +5,9 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["\"Show more\" Settings"] = "\"Mehr zeigen\" Einstellungen"; -$a->strings["Enable Show More"] = "Aktiviere \"Mehr zeigen\""; -$a->strings["Cutting posts after how much characters"] = "Begrenze Beiträge nach einer bestimmten Anzahl an Buchstaben"; -$a->strings["Save Settings"] = "Einstellungen speichern"; -$a->strings["Show More Settings saved."] = "\"Mehr zeigen\" Einstellungen gesichert."; -$a->strings["show more"] = "mehr anzeigen"; +$a->strings['"Show more" Settings'] = '"Mehr zeigen" Einstellungen'; +$a->strings['Enable Show More'] = 'Aktiviere "Mehr zeigen"'; +$a->strings['Cutting posts after how much characters'] = 'Begrenze Beiträge nach einer bestimmten Anzahl an Buchstaben'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; +$a->strings['Show More Settings saved.'] = '"Mehr zeigen" Einstellungen gesichert.'; +$a->strings['show more'] = 'mehr anzeigen'; diff --git a/showmore/lang/en-gb/strings.php b/showmore/lang/en-gb/strings.php index c2c11174..3ac0f753 100644 --- a/showmore/lang/en-gb/strings.php +++ b/showmore/lang/en-gb/strings.php @@ -5,10 +5,9 @@ function string_plural_select_en_gb($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["\"Show more\" Settings"] = "Show More"; -$a->strings["Enable Show More"] = "Enable this addon?"; -$a->strings["Cutting posts after how much characters"] = "Cutting posts after how many characters"; -$a->strings["Save Settings"] = "Save settings"; -$a->strings["Show More Settings saved."] = "Show More Settings saved."; -$a->strings["show more"] = "show more"; +$a->strings['"Show more" Settings'] = 'Show More'; +$a->strings['Enable Show More'] = 'Enable this addon?'; +$a->strings['Cutting posts after how much characters'] = 'Cutting posts after how many characters'; +$a->strings['Save Settings'] = 'Save settings'; +$a->strings['Show More Settings saved.'] = 'Show More Settings saved.'; +$a->strings['show more'] = 'show more'; diff --git a/showmore/lang/es/strings.php b/showmore/lang/es/strings.php index 3156fb20..04b11c8d 100644 --- a/showmore/lang/es/strings.php +++ b/showmore/lang/es/strings.php @@ -5,9 +5,8 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["\"Show more\" Settings"] = "Ajustes de \"Mostrar más\""; -$a->strings["Enable Show More"] = "Habilitar Mostrar Más"; -$a->strings["Cutting posts after how much characters"] = "Cortar entradas después de tantos carácteres"; -$a->strings["Save Settings"] = "Guardar ajustes"; -$a->strings["show more"] = "mostrar más"; +$a->strings['"Show more" Settings'] = 'Ajustes de "Mostrar más"'; +$a->strings['Enable Show More'] = 'Habilitar Mostrar Más'; +$a->strings['Cutting posts after how much characters'] = 'Cortar entradas después de tantos carácteres'; +$a->strings['Save Settings'] = 'Guardar ajustes'; +$a->strings['show more'] = 'mostrar más'; diff --git a/showmore/lang/et/strings.php b/showmore/lang/et/strings.php index c612865a..cd8e815f 100644 --- a/showmore/lang/et/strings.php +++ b/showmore/lang/et/strings.php @@ -5,10 +5,9 @@ function string_plural_select_et($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["\"Show more\" Settings"] = "Näita rohkem sätteid"; -$a->strings["Enable Show More"] = "Võimalda Näita Rohkem"; -$a->strings["Cutting posts after how much characters"] = "Lõika postitus peale kuimitut karakterit"; -$a->strings["Save Settings"] = "Salvesta sätted"; -$a->strings["Show More Settings saved."] = "Näita Rohkem sätted salvesatud."; -$a->strings["show more"] = "näita rohkem"; +$a->strings['"Show more" Settings'] = 'Näita rohkem sätteid'; +$a->strings['Enable Show More'] = 'Võimalda Näita Rohkem'; +$a->strings['Cutting posts after how much characters'] = 'Lõika postitus peale kuimitut karakterit'; +$a->strings['Save Settings'] = 'Salvesta sätted'; +$a->strings['Show More Settings saved.'] = 'Näita Rohkem sätted salvesatud.'; +$a->strings['show more'] = 'näita rohkem'; diff --git a/showmore/lang/fi-fi/strings.php b/showmore/lang/fi-fi/strings.php index 5cb55768..dfa6f745 100644 --- a/showmore/lang/fi-fi/strings.php +++ b/showmore/lang/fi-fi/strings.php @@ -5,9 +5,8 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["\"Show more\" Settings"] = "Show more -asetukset"; -$a->strings["Enable Show More"] = "Ota Show More käyttöön"; -$a->strings["Save Settings"] = "Tallenna asetukset"; -$a->strings["Show More Settings saved."] = "Show More -asetukset tallennettu"; -$a->strings["show more"] = "näytä lisää"; +$a->strings['"Show more" Settings'] = 'Show more -asetukset'; +$a->strings['Enable Show More'] = 'Ota Show More käyttöön'; +$a->strings['Save Settings'] = 'Tallenna asetukset'; +$a->strings['Show More Settings saved.'] = 'Show More -asetukset tallennettu'; +$a->strings['show more'] = 'näytä lisää'; diff --git a/showmore/lang/hu/strings.php b/showmore/lang/hu/strings.php index cc167132..4b5a0468 100644 --- a/showmore/lang/hu/strings.php +++ b/showmore/lang/hu/strings.php @@ -5,9 +5,8 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["\"Show more\" Settings"] = "„Több megjelenítése” beállításai"; -$a->strings["Enable Show More"] = "Több megjelenítésének engedélyezése"; -$a->strings["Cutting posts after how much characters"] = "Bejegyzések vágása ennyi karakter után"; -$a->strings["Save Settings"] = "Beállítások mentése"; -$a->strings["show more"] = "több megjelenítése"; +$a->strings['"Show more" Settings'] = '„Több megjelenítése” beállításai'; +$a->strings['Enable Show More'] = 'Több megjelenítésének engedélyezése'; +$a->strings['Cutting posts after how much characters'] = 'Bejegyzések vágása ennyi karakter után'; +$a->strings['Save Settings'] = 'Beállítások mentése'; +$a->strings['show more'] = 'több megjelenítése'; diff --git a/showmore/lang/it/strings.php b/showmore/lang/it/strings.php index 4d709051..db17e3a1 100644 --- a/showmore/lang/it/strings.php +++ b/showmore/lang/it/strings.php @@ -5,10 +5,9 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["\"Show more\" Settings"] = "Impostazioni \"Mostra altro\""; -$a->strings["Enable Show More"] = "Abilita \"Mostra altro\""; -$a->strings["Cutting posts after how much characters"] = "Dopo quanti caratteri tagliare il messaggio"; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$a->strings["Show More Settings saved."] = "Impostazioni \"Mostra altro\" salvate."; -$a->strings["show more"] = "mostra di più"; +$a->strings['"Show more" Settings'] = 'Impostazioni "Mostra altro"'; +$a->strings['Enable Show More'] = 'Abilita "Mostra altro"'; +$a->strings['Cutting posts after how much characters'] = 'Dopo quanti caratteri tagliare il messaggio'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; +$a->strings['Show More Settings saved.'] = 'Impostazioni "Mostra altro" salvate.'; +$a->strings['show more'] = 'mostra di più'; diff --git a/showmore/lang/nl/strings.php b/showmore/lang/nl/strings.php index ed55863c..37f1e9e5 100644 --- a/showmore/lang/nl/strings.php +++ b/showmore/lang/nl/strings.php @@ -5,8 +5,7 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["\"Show more\" Settings"] = "\"Toon meer\" instellingen"; -$a->strings["Enable Show More"] = "Toon meer inschakelen"; -$a->strings["Save Settings"] = "Instellingen opslaan"; -$a->strings["Show More Settings saved."] = "Toon meer instellingen opgeslagen."; +$a->strings['"Show more" Settings'] = '"Toon meer" instellingen'; +$a->strings['Enable Show More'] = 'Toon meer inschakelen'; +$a->strings['Save Settings'] = 'Instellingen opslaan'; +$a->strings['Show More Settings saved.'] = 'Toon meer instellingen opgeslagen.'; diff --git a/showmore/lang/pl/strings.php b/showmore/lang/pl/strings.php index 30bf34d7..980e94bb 100644 --- a/showmore/lang/pl/strings.php +++ b/showmore/lang/pl/strings.php @@ -5,10 +5,9 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["\"Show more\" Settings"] = "Ustawienia \"Pokaż więcej\""; -$a->strings["Enable Show More"] = "Włącz Pokaż więcej"; -$a->strings["Cutting posts after how much characters"] = "Cięcie postów po ilości znaków"; -$a->strings["Save Settings"] = "Zapisz ustawienia"; -$a->strings["Show More Settings saved."] = "Zapisano ustawienia Pokaż więcej."; -$a->strings["show more"] = "pokaż więcej"; +$a->strings['"Show more" Settings'] = 'Ustawienia "Pokaż więcej"'; +$a->strings['Enable Show More'] = 'Włącz Pokaż więcej'; +$a->strings['Cutting posts after how much characters'] = 'Cięcie postów po ilości znaków'; +$a->strings['Save Settings'] = 'Zapisz ustawienia'; +$a->strings['Show More Settings saved.'] = 'Zapisano ustawienia Pokaż więcej.'; +$a->strings['show more'] = 'pokaż więcej'; diff --git a/showmore/lang/pt-br/strings.php b/showmore/lang/pt-br/strings.php index 1203cbe9..8d3e481b 100644 --- a/showmore/lang/pt-br/strings.php +++ b/showmore/lang/pt-br/strings.php @@ -5,10 +5,9 @@ function string_plural_select_pt_br($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["\"Show more\" Settings"] = "Configurações de \"Mostrar mais\""; -$a->strings["Enable Show More"] = "Habilitar Mostrar Mais"; -$a->strings["Cutting posts after how much characters"] = "Cortar as publicações depois de quantos caracteres"; -$a->strings["Submit"] = "Enviar"; -$a->strings["Show More Settings saved."] = "As configurações de Mostrar Mais foram salvas."; -$a->strings["show more"] = "mostrar mais"; +$a->strings['"Show more" Settings'] = 'Configurações de "Mostrar mais"'; +$a->strings['Enable Show More'] = 'Habilitar Mostrar Mais'; +$a->strings['Cutting posts after how much characters'] = 'Cortar as publicações depois de quantos caracteres'; +$a->strings['Submit'] = 'Enviar'; +$a->strings['Show More Settings saved.'] = 'As configurações de Mostrar Mais foram salvas.'; +$a->strings['show more'] = 'mostrar mais'; diff --git a/showmore/lang/ro/strings.php b/showmore/lang/ro/strings.php index 989cb501..3fb881de 100644 --- a/showmore/lang/ro/strings.php +++ b/showmore/lang/ro/strings.php @@ -5,10 +5,9 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["\"Show more\" Settings"] = "Configurări \"Afișează mai mult\""; -$a->strings["Enable Show More"] = "Activare Afișează mai mult"; -$a->strings["Cutting posts after how much characters"] = "Trunchiere postări, după câte caractere"; -$a->strings["Save Settings"] = "Salvare Configurări"; -$a->strings["Show More Settings saved."] = "Configurările Afișează mai mult, au fost salvate"; -$a->strings["show more"] = "afișează mai mult"; +$a->strings['"Show more" Settings'] = 'Configurări "Afișează mai mult"'; +$a->strings['Enable Show More'] = 'Activare Afișează mai mult'; +$a->strings['Cutting posts after how much characters'] = 'Trunchiere postări, după câte caractere'; +$a->strings['Save Settings'] = 'Salvare Configurări'; +$a->strings['Show More Settings saved.'] = 'Configurările Afișează mai mult, au fost salvate'; +$a->strings['show more'] = 'afișează mai mult'; diff --git a/showmore/lang/ru/strings.php b/showmore/lang/ru/strings.php index 2ef98b18..da3c9466 100644 --- a/showmore/lang/ru/strings.php +++ b/showmore/lang/ru/strings.php @@ -5,10 +5,9 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["\"Show more\" Settings"] = "Настройки \"показать ещё\""; -$a->strings["Enable Show More"] = "Включить \"показать ещё\""; -$a->strings["Cutting posts after how much characters"] = "Обрезать записи после превышения этого числа символов"; -$a->strings["Save Settings"] = "Сохранить настройки"; -$a->strings["Show More Settings saved."] = "Настройки сохранены."; -$a->strings["show more"] = "показать ещё"; +$a->strings['"Show more" Settings'] = 'Настройки "показать ещё"'; +$a->strings['Enable Show More'] = 'Включить "показать ещё"'; +$a->strings['Cutting posts after how much characters'] = 'Обрезать записи после превышения этого числа символов'; +$a->strings['Save Settings'] = 'Сохранить настройки'; +$a->strings['Show More Settings saved.'] = 'Настройки сохранены.'; +$a->strings['show more'] = 'показать ещё'; diff --git a/showmore/lang/zh-cn/strings.php b/showmore/lang/zh-cn/strings.php index ca2349e6..4339be44 100644 --- a/showmore/lang/zh-cn/strings.php +++ b/showmore/lang/zh-cn/strings.php @@ -5,10 +5,9 @@ function string_plural_select_zh_cn($n){ $n = intval($n); return intval(0); }} -; -$a->strings["\"Show more\" Settings"] = "“显示更多”设置"; -$a->strings["Enable Show More"] = "启用显示更多功能"; -$a->strings["Cutting posts after how much characters"] = "在多少字之后切断原文"; -$a->strings["Save Settings"] = "保存设置"; -$a->strings["Show More Settings saved."] = "显示更多功能设置已保存。"; -$a->strings["show more"] = "显示更多"; +$a->strings['"Show more" Settings'] = '“显示更多”设置'; +$a->strings['Enable Show More'] = '启用显示更多功能'; +$a->strings['Cutting posts after how much characters'] = '在多少字之后切断原文'; +$a->strings['Save Settings'] = '保存设置'; +$a->strings['Show More Settings saved.'] = '显示更多功能设置已保存。'; +$a->strings['show more'] = '显示更多'; diff --git a/smileybutton/lang/bg/strings.php b/smileybutton/lang/bg/strings.php index 3ac29203..92f4d0d6 100644 --- a/smileybutton/lang/bg/strings.php +++ b/smileybutton/lang/bg/strings.php @@ -5,8 +5,7 @@ function string_plural_select_bg($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Smileybutton settings"] = "Настройки на бутона с усмивки."; -$a->strings["You can hide the button and show the smilies directly."] = "Можете да скриете бутона и да покажете усмивките директно."; -$a->strings["Hide the button"] = "Скрий бутона"; -$a->strings["Save Settings"] = "Запази настройките"; +$a->strings['Smileybutton settings'] = 'Настройки на бутона с усмивки.'; +$a->strings['You can hide the button and show the smilies directly.'] = 'Можете да скриете бутона и да покажете усмивките директно.'; +$a->strings['Hide the button'] = 'Скрий бутона'; +$a->strings['Save Settings'] = 'Запази настройките'; diff --git a/smileybutton/lang/cs/strings.php b/smileybutton/lang/cs/strings.php index 04699815..20618968 100644 --- a/smileybutton/lang/cs/strings.php +++ b/smileybutton/lang/cs/strings.php @@ -5,8 +5,7 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n==1)) { return 0; } else if (($n>=2 && $n<=4)) { return 1; } else { return 2; } }} -; -$a->strings["Smileybutton settings"] = "Smileybutton nastavení"; -$a->strings["You can hide the button and show the smilies directly."] = "Můžete skrýt tlačítko a zobrazit rovnou smajlíky."; -$a->strings["Hide the button"] = "Skrýt tlačítko"; -$a->strings["Save Settings"] = "Uložit Nastavení"; +$a->strings['Smileybutton settings'] = 'Smileybutton nastavení'; +$a->strings['You can hide the button and show the smilies directly.'] = 'Můžete skrýt tlačítko a zobrazit rovnou smajlíky.'; +$a->strings['Hide the button'] = 'Skrýt tlačítko'; +$a->strings['Save Settings'] = 'Uložit Nastavení'; diff --git a/smileybutton/lang/de/strings.php b/smileybutton/lang/de/strings.php index 0c1bf308..3eabd743 100644 --- a/smileybutton/lang/de/strings.php +++ b/smileybutton/lang/de/strings.php @@ -5,8 +5,7 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Smileybutton settings"] = "Smileybutton Einstellungen"; -$a->strings["You can hide the button and show the smilies directly."] = "Du kannst den Button verbergen und die Smilys direkt anzeigen."; -$a->strings["Hide the button"] = "Button verbergen"; -$a->strings["Save Settings"] = "Einstellungen speichern"; +$a->strings['Smileybutton settings'] = 'Smileybutton Einstellungen'; +$a->strings['You can hide the button and show the smilies directly.'] = 'Du kannst den Button verbergen und die Smilys direkt anzeigen.'; +$a->strings['Hide the button'] = 'Button verbergen'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; diff --git a/smileybutton/lang/es/strings.php b/smileybutton/lang/es/strings.php index b294fd0d..d5ed2213 100644 --- a/smileybutton/lang/es/strings.php +++ b/smileybutton/lang/es/strings.php @@ -5,8 +5,7 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Smileybutton settings"] = "Ajustes de Smileybutton"; -$a->strings["You can hide the button and show the smilies directly."] = "Puede ocultar el botón y mostrar los emoticonos directamente."; -$a->strings["Hide the button"] = "Ocultar el botón"; -$a->strings["Save Settings"] = "Guardar Ajustes"; +$a->strings['Smileybutton settings'] = 'Ajustes de Smileybutton'; +$a->strings['You can hide the button and show the smilies directly.'] = 'Puede ocultar el botón y mostrar los emoticonos directamente.'; +$a->strings['Hide the button'] = 'Ocultar el botón'; +$a->strings['Save Settings'] = 'Guardar Ajustes'; diff --git a/smileybutton/lang/et/strings.php b/smileybutton/lang/et/strings.php index b39400ca..5ffccbbd 100644 --- a/smileybutton/lang/et/strings.php +++ b/smileybutton/lang/et/strings.php @@ -5,8 +5,7 @@ function string_plural_select_et($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Smileybutton settings"] = "SmileyNupu sätted"; -$a->strings["You can hide the button and show the smilies directly."] = "Saad peita nupu ja näidata smailisid otse"; -$a->strings["Hide the button"] = "Peida nupp"; -$a->strings["Save Settings"] = "Salvesta sätted"; +$a->strings['Smileybutton settings'] = 'SmileyNupu sätted'; +$a->strings['You can hide the button and show the smilies directly.'] = 'Saad peita nupu ja näidata smailisid otse'; +$a->strings['Hide the button'] = 'Peida nupp'; +$a->strings['Save Settings'] = 'Salvesta sätted'; diff --git a/smileybutton/lang/fi-fi/strings.php b/smileybutton/lang/fi-fi/strings.php index 16480ffa..116dcb98 100644 --- a/smileybutton/lang/fi-fi/strings.php +++ b/smileybutton/lang/fi-fi/strings.php @@ -5,7 +5,6 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Smileybutton settings"] = "Smileybutton -asetukset"; -$a->strings["Hide the button"] = "Piilota nappi"; -$a->strings["Save Settings"] = "Tallenna asetukset"; +$a->strings['Smileybutton settings'] = 'Smileybutton -asetukset'; +$a->strings['Hide the button'] = 'Piilota nappi'; +$a->strings['Save Settings'] = 'Tallenna asetukset'; diff --git a/smileybutton/lang/fr/strings.php b/smileybutton/lang/fr/strings.php index 81f71a1a..7fe85d18 100644 --- a/smileybutton/lang/fr/strings.php +++ b/smileybutton/lang/fr/strings.php @@ -5,6 +5,5 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Smileybutton settings"] = "Paramètres du bouton des Smileys"; -$a->strings["Hide the button"] = "Cacher le bouton"; +$a->strings['Smileybutton settings'] = 'Paramètres du bouton des Smileys'; +$a->strings['Hide the button'] = 'Cacher le bouton'; diff --git a/smileybutton/lang/hu/strings.php b/smileybutton/lang/hu/strings.php index fcfda956..492be41f 100644 --- a/smileybutton/lang/hu/strings.php +++ b/smileybutton/lang/hu/strings.php @@ -5,8 +5,7 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Smileybutton settings"] = "Hangulatjelgomb beállításai"; -$a->strings["You can hide the button and show the smilies directly."] = "Elrejtheti a gombot és közvetlenül megjelenítheti a hangulatjeleket."; -$a->strings["Hide the button"] = "A gomb elrejtése"; -$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings['Smileybutton settings'] = 'Hangulatjelgomb beállításai'; +$a->strings['You can hide the button and show the smilies directly.'] = 'Elrejtheti a gombot és közvetlenül megjelenítheti a hangulatjeleket.'; +$a->strings['Hide the button'] = 'A gomb elrejtése'; +$a->strings['Save Settings'] = 'Beállítások mentése'; diff --git a/smileybutton/lang/nl/strings.php b/smileybutton/lang/nl/strings.php index ac3cc666..15c91554 100644 --- a/smileybutton/lang/nl/strings.php +++ b/smileybutton/lang/nl/strings.php @@ -5,6 +5,5 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Smileybutton settings"] = "Smileybutton instellingen"; -$a->strings["Save Settings"] = "Instellingen opslaan"; +$a->strings['Smileybutton settings'] = 'Smileybutton instellingen'; +$a->strings['Save Settings'] = 'Instellingen opslaan'; diff --git a/smileybutton/lang/pl/strings.php b/smileybutton/lang/pl/strings.php index f0294120..29480bcf 100644 --- a/smileybutton/lang/pl/strings.php +++ b/smileybutton/lang/pl/strings.php @@ -5,8 +5,7 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Smileybutton settings"] = "Ustawienia Przycisku Buźka"; -$a->strings["You can hide the button and show the smilies directly."] = "Możesz ukryć przycisk i bezpośrednio pokazać emotikony."; -$a->strings["Hide the button"] = "Ukryj przycisk"; -$a->strings["Save Settings"] = "Zapisz ustawienia"; +$a->strings['Smileybutton settings'] = 'Ustawienia Przycisku Buźka'; +$a->strings['You can hide the button and show the smilies directly.'] = 'Możesz ukryć przycisk i bezpośrednio pokazać emotikony.'; +$a->strings['Hide the button'] = 'Ukryj przycisk'; +$a->strings['Save Settings'] = 'Zapisz ustawienia'; diff --git a/smileybutton/lang/ro/strings.php b/smileybutton/lang/ro/strings.php index eb8fbbdb..25385086 100644 --- a/smileybutton/lang/ro/strings.php +++ b/smileybutton/lang/ro/strings.php @@ -5,8 +5,7 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Smileybutton settings"] = "Configurări Smileybutton"; -$a->strings["You can hide the button and show the smilies directly."] = "Puteți ascunde butonul şi afișa emoticoanele direct."; -$a->strings["Hide the button"] = "Ascundeţi butonul"; -$a->strings["Save Settings"] = "Salvare Configurări"; +$a->strings['Smileybutton settings'] = 'Configurări Smileybutton'; +$a->strings['You can hide the button and show the smilies directly.'] = 'Puteți ascunde butonul şi afișa emoticoanele direct.'; +$a->strings['Hide the button'] = 'Ascundeţi butonul'; +$a->strings['Save Settings'] = 'Salvare Configurări'; diff --git a/smileybutton/lang/zh-cn/strings.php b/smileybutton/lang/zh-cn/strings.php index 86a9d758..1373582e 100644 --- a/smileybutton/lang/zh-cn/strings.php +++ b/smileybutton/lang/zh-cn/strings.php @@ -5,8 +5,7 @@ function string_plural_select_zh_cn($n){ $n = intval($n); return intval(0); }} -; -$a->strings["Smileybutton settings"] = "表情按钮设置"; -$a->strings["You can hide the button and show the smilies directly."] = "您可以隐藏按钮并直接显示表情符号。"; -$a->strings["Hide the button"] = "隐藏按钮"; -$a->strings["Save Settings"] = "保存设置"; +$a->strings['Smileybutton settings'] = '表情按钮设置'; +$a->strings['You can hide the button and show the smilies directly.'] = '您可以隐藏按钮并直接显示表情符号。'; +$a->strings['Hide the button'] = '隐藏按钮'; +$a->strings['Save Settings'] = '保存设置'; diff --git a/startpage/lang/cs/strings.php b/startpage/lang/cs/strings.php index b68be94c..f13a1374 100644 --- a/startpage/lang/cs/strings.php +++ b/startpage/lang/cs/strings.php @@ -5,8 +5,7 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Startpage Settings"] = "Nastavení startovní stránky"; -$a->strings["Home page to load after login - leave blank for profile wall"] = "Domovská stránka k načtení po přihlášení - pro profilovou zeď ponechejte prázdné"; -$a->strings["Examples: "network" or "notifications/system""] = "Příklady: "network" nebo "notifications/system""; -$a->strings["Submit"] = "Odeslat"; +$a->strings['Startpage Settings'] = 'Nastavení startovní stránky'; +$a->strings['Home page to load after login - leave blank for profile wall'] = 'Domovská stránka k načtení po přihlášení - pro profilovou zeď ponechejte prázdné'; +$a->strings['Examples: "network" or "notifications/system"'] = 'Příklady: "network" nebo "notifications/system"'; +$a->strings['Submit'] = 'Odeslat'; diff --git a/startpage/lang/de/strings.php b/startpage/lang/de/strings.php index e145b991..0c40a8f1 100644 --- a/startpage/lang/de/strings.php +++ b/startpage/lang/de/strings.php @@ -5,8 +5,7 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Startpage"] = "Startpage"; -$a->strings["Home page to load after login - leave blank for profile wall"] = "Seite, die nach dem Anmelden geladen werden soll. Leer = Pinnwand"; -$a->strings["Examples: "network" or "notifications/system""] = "Beispiele: network, notifications/system"; -$a->strings["Save Settings"] = "Einstellungen speichern"; +$a->strings['Startpage'] = 'Startpage'; +$a->strings['Home page to load after login - leave blank for profile wall'] = 'Seite, die nach dem Anmelden geladen werden soll. Leer = Pinnwand'; +$a->strings['Examples: "network" or "notifications/system"'] = 'Beispiele: network, notifications/system'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; diff --git a/startpage/lang/es/strings.php b/startpage/lang/es/strings.php index 2c0db20d..8ffdc38f 100644 --- a/startpage/lang/es/strings.php +++ b/startpage/lang/es/strings.php @@ -5,8 +5,7 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Startpage"] = "Página de Inicio"; -$a->strings["Home page to load after login - leave blank for profile wall"] = "Página principal a cargar tras el acceso - dejar en blanco para el muro de perfil"; -$a->strings["Examples: "network" or "notifications/system""] = "Ejemplos: "network" o "notifications/system""; -$a->strings["Save Settings"] = "Guardar ajustes"; +$a->strings['Startpage'] = 'Página de Inicio'; +$a->strings['Home page to load after login - leave blank for profile wall'] = 'Página principal a cargar tras el acceso - dejar en blanco para el muro de perfil'; +$a->strings['Examples: "network" or "notifications/system"'] = 'Ejemplos: "network" o "notifications/system"'; +$a->strings['Save Settings'] = 'Guardar ajustes'; diff --git a/startpage/lang/fi-fi/strings.php b/startpage/lang/fi-fi/strings.php index 9ef23e90..709bfa3d 100644 --- a/startpage/lang/fi-fi/strings.php +++ b/startpage/lang/fi-fi/strings.php @@ -5,6 +5,5 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Startpage Settings"] = "Startpage -asetukset"; -$a->strings["Submit"] = "Lähetä"; +$a->strings['Startpage Settings'] = 'Startpage -asetukset'; +$a->strings['Submit'] = 'Lähetä'; diff --git a/startpage/lang/fr/strings.php b/startpage/lang/fr/strings.php index 995cdd6c..007cf4ad 100644 --- a/startpage/lang/fr/strings.php +++ b/startpage/lang/fr/strings.php @@ -5,6 +5,5 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Startpage Settings"] = "Paramètres de Startpage"; -$a->strings["Submit"] = "Envoyer"; +$a->strings['Startpage Settings'] = 'Paramètres de Startpage'; +$a->strings['Submit'] = 'Envoyer'; diff --git a/startpage/lang/hu/strings.php b/startpage/lang/hu/strings.php index 4b26452c..d679538b 100644 --- a/startpage/lang/hu/strings.php +++ b/startpage/lang/hu/strings.php @@ -5,8 +5,7 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Startpage"] = "Kezdőlap"; -$a->strings["Home page to load after login - leave blank for profile wall"] = "Betöltendő kezdőoldal bejelentkezés után - hagyja üresen a profilfalhoz"; -$a->strings["Examples: "network" or "notifications/system""] = "Példák: „network” vagy „notifications/system”"; -$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings['Startpage'] = 'Kezdőlap'; +$a->strings['Home page to load after login - leave blank for profile wall'] = 'Betöltendő kezdőoldal bejelentkezés után - hagyja üresen a profilfalhoz'; +$a->strings['Examples: "network" or "notifications/system"'] = 'Példák: „network” vagy „notifications/system”'; +$a->strings['Save Settings'] = 'Beállítások mentése'; diff --git a/startpage/lang/is/strings.php b/startpage/lang/is/strings.php index 703fc6e2..81df5d94 100644 --- a/startpage/lang/is/strings.php +++ b/startpage/lang/is/strings.php @@ -5,8 +5,7 @@ function string_plural_select_is($n){ $n = intval($n); return intval($n % 10 != 1 || $n % 100 == 11); }} -; -$a->strings["Startpage Settings"] = "Stillingar upphafssíðu"; -$a->strings["Home page to load after login - leave blank for profile wall"] = "Heimasíða sem á að hlaða inn eftir innskráningu - skilja eftir autt til að fá forsíðu notanda"; -$a->strings["Examples: "network" or "notifications/system""] = "Dæmi: "netkerfi" eða "tilkynningar/kerfi""; -$a->strings["Submit"] = "Senda inn"; +$a->strings['Startpage Settings'] = 'Stillingar upphafssíðu'; +$a->strings['Home page to load after login - leave blank for profile wall'] = 'Heimasíða sem á að hlaða inn eftir innskráningu - skilja eftir autt til að fá forsíðu notanda'; +$a->strings['Examples: "network" or "notifications/system"'] = 'Dæmi: "netkerfi" eða "tilkynningar/kerfi"'; +$a->strings['Submit'] = 'Senda inn'; diff --git a/startpage/lang/it/strings.php b/startpage/lang/it/strings.php index e500cf87..b253a774 100644 --- a/startpage/lang/it/strings.php +++ b/startpage/lang/it/strings.php @@ -5,8 +5,7 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Startpage"] = "Pagina iniziale"; -$a->strings["Home page to load after login - leave blank for profile wall"] = "Home page da caricare dopo il login - lasciare in bianco per la bacheca"; -$a->strings["Examples: "network" or "notifications/system""] = "Esempi: "network" or "notifications/system""; -$a->strings["Save Settings"] = "Salva Impostazioni"; +$a->strings['Startpage'] = 'Pagina iniziale'; +$a->strings['Home page to load after login - leave blank for profile wall'] = 'Home page da caricare dopo il login - lasciare in bianco per la bacheca'; +$a->strings['Examples: "network" or "notifications/system"'] = 'Esempi: "network" or "notifications/system"'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; diff --git a/startpage/lang/nl/strings.php b/startpage/lang/nl/strings.php index 19d78596..f50ae057 100644 --- a/startpage/lang/nl/strings.php +++ b/startpage/lang/nl/strings.php @@ -5,5 +5,4 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Startpage Settings"] = "Startpagina instellingen"; +$a->strings['Startpage Settings'] = 'Startpagina instellingen'; diff --git a/startpage/lang/pl/strings.php b/startpage/lang/pl/strings.php index 4c7ba5eb..2b29c7bc 100644 --- a/startpage/lang/pl/strings.php +++ b/startpage/lang/pl/strings.php @@ -5,8 +5,7 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Startpage Settings"] = "Ustawienia strony startowej"; -$a->strings["Home page to load after login - leave blank for profile wall"] = "Strona główna do załadowania po zalogowaniu - pozostaw puste pole dla strony profilowej"; -$a->strings["Examples: "network" or "notifications/system""] = "Przykłady: "network" lub "notifications/system" albo "profile/Nazwa profilu""; -$a->strings["Submit"] = "Prześlij"; +$a->strings['Startpage Settings'] = 'Ustawienia strony startowej'; +$a->strings['Home page to load after login - leave blank for profile wall'] = 'Strona główna do załadowania po zalogowaniu - pozostaw puste pole dla strony profilowej'; +$a->strings['Examples: "network" or "notifications/system"'] = 'Przykłady: "network" lub "notifications/system" albo "profile/Nazwa profilu"'; +$a->strings['Submit'] = 'Prześlij'; diff --git a/startpage/lang/ro/strings.php b/startpage/lang/ro/strings.php index a25abea9..b67757d8 100644 --- a/startpage/lang/ro/strings.php +++ b/startpage/lang/ro/strings.php @@ -5,8 +5,7 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Startpage"] = "Startpage"; -$a->strings["Home page to load after login - leave blank for profile wall"] = "Pagina de întâmpinare ce va fi încărcată după autentificare - lăsați necompletat pentru perete de profil"; -$a->strings["Examples: "network" or "notifications/system""] = "Exemple: "rețea" sau "notificări/sistem""; -$a->strings["Save Settings"] = "Salvare Configurări"; +$a->strings['Startpage'] = 'Startpage'; +$a->strings['Home page to load after login - leave blank for profile wall'] = 'Pagina de întâmpinare ce va fi încărcată după autentificare - lăsați necompletat pentru perete de profil'; +$a->strings['Examples: "network" or "notifications/system"'] = 'Exemple: "rețea" sau "notificări/sistem"'; +$a->strings['Save Settings'] = 'Salvare Configurări'; diff --git a/startpage/lang/zh-cn/strings.php b/startpage/lang/zh-cn/strings.php index 71b26d7a..5cf45d11 100644 --- a/startpage/lang/zh-cn/strings.php +++ b/startpage/lang/zh-cn/strings.php @@ -5,6 +5,5 @@ function string_plural_select_zh_cn($n){ $n = intval($n); return intval(0); }} -; -$a->strings["Startpage Settings"] = "首页设置"; -$a->strings["Submit"] = "提交"; +$a->strings['Startpage Settings'] = '首页设置'; +$a->strings['Submit'] = '提交'; diff --git a/statusnet/lang/cs/strings.php b/statusnet/lang/cs/strings.php index a4f08259..ce6ea1e4 100644 --- a/statusnet/lang/cs/strings.php +++ b/statusnet/lang/cs/strings.php @@ -5,37 +5,36 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Post to GNU Social"] = "Poslat na GNU social"; -$a->strings["Please contact your site administrator.
The provided API URL is not valid."] = "Obraťte se na administratora webu.
Poskytnutý odkaz na API není platný."; -$a->strings["We could not contact the GNU Social API with the Path you entered."] = "Nemohli jsme kontaktovat API GNU social pomocí cesty, kterou jste zadal/a."; -$a->strings["GNU Social settings updated."] = "Nastavení pro GNU social aktualizována."; -$a->strings["GNU Social Import/Export/Mirror"] = "Import/export/zrcadlení GNU social"; -$a->strings["Globally Available GNU Social OAuthKeys"] = "Globálně dostupné OAuth klíče pro GNU"; -$a->strings["There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below)."] = "Jsou dostupné předkonfigurované páry klíčů OAuth pro některé servery GNU social. Pokud některý z nich používáte, prosím používejte tyto kredenciály. Pokud ne, můžete se klidně připojit k jakékoliv jiné instanci GNU social (viz dole)."; -$a->strings["Save Settings"] = "Uložit nastavení"; -$a->strings["Provide your own OAuth Credentials"] = "Uveďte své vlastní OAuth přihlašovací údaje"; -$a->strings["No consumer key pair for GNU Social found. Register your Friendica Account as an desktop client on your GNU Social account, copy the consumer key pair here and enter the API base root.
Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited GNU Social installation."] = "Nenalezen žádný pár klíčů pro GNU social. Registrujte svůj účet Friendica na Vašem účtu GNU social jako desktopový klient, zkopírujte sem pár klíčů consumer key a zadejte kořenovou složku API.
Dříve, než si zaregistrujete Váš vlastní pár klíčů, se zeptejte administrátora, jestli již na Vaší oblíbené instalaci GNU social existuje pár klíčů pro tuto instalaci Friendica."; -$a->strings["OAuth Consumer Key"] = "OAuth Consumer Key"; -$a->strings["OAuth Consumer Secret"] = "OAuth Consumer Secret"; -$a->strings["Base API Path (remember the trailing /)"] = "Cesta k Base API (nezapomeňte na koncové /)"; -$a->strings["To connect to your GNU Social account click the button below to get a security code from GNU Social which you have to copy into the input box below and submit the form. Only your public posts will be posted to GNU Social."] = "Pro připojení k Vašemu účtu na GNU social klikněte na tlačítko níže. Obdržíte bezpečnostní kód od GNU social, ten musíte zkopírovat do vyplňovacího pole níže a odeslat formulář. Pouze Vaše veřejné příspěvky budou odesílány na GNU social."; -$a->strings["Log in with GNU Social"] = "Přihlásit se pomocí GNU social"; -$a->strings["Copy the security code from GNU Social here"] = "Zde překopírujte váš bezpečnostní kód z GNU social"; -$a->strings["Cancel Connection Process"] = "Zrušit připojování"; -$a->strings["Current GNU Social API is"] = "Aktuální API GNU social je:"; -$a->strings["Cancel GNU Social Connection"] = "Zrušit spojení s GNU social"; -$a->strings["Currently connected to: "] = "Aktuálně jste připojen/a k:"; -$a->strings["If enabled all your public postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Je-li povoleno, všechny Vaše veřejné příspěvky mohou být zasílány na související účet na GNU social. Můžete si vybrat, zda-li toto bude výchozí nastavení (zde), nebo budete mít možnost si vybrat požadované chování při psaní každého příspěvku."; -$a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to GNU Social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "Poznámka: Kvůli vašim nastavením o soukromí (Skrýt Vaše profilové detaily před neznámými návštěvníky?), odkaz potenciálně obsažen ve veřejných příspěvcích přeposílaných na GNU social zavedou návštěvníky na prázdnou stránku informující návštěvníky, že přístup na Váš profil byl zakázán."; -$a->strings["Allow posting to GNU Social"] = "Povolit posílání příspěvků na GNU social"; -$a->strings["Send public postings to GNU Social by default"] = "Ve výchozím stavu posílat veřejné příspěvky na GNU social"; -$a->strings["Mirror all posts from GNU Social that are no replies or repeated messages"] = "Zrcadlit všechny příspěvky z GNU social, které nejsou odpovědi nebo zopakované zprávy"; -$a->strings["Import the remote timeline"] = "Importovat vzdálenou časovou osu"; -$a->strings["Disabled"] = "Zakázáno"; -$a->strings["Full Timeline"] = "Plná časová osa"; -$a->strings["Only Mentions"] = "Pouze zmínky"; -$a->strings["Clear OAuth configuration"] = "Vymazat konfiguraci OAuth"; -$a->strings["Site name"] = "Název webu"; -$a->strings["Consumer Secret"] = "Consumer Secret"; -$a->strings["Consumer Key"] = "Consumer Key"; +$a->strings['Post to GNU Social'] = 'Poslat na GNU social'; +$a->strings['Please contact your site administrator.
The provided API URL is not valid.'] = 'Obraťte se na administratora webu.
Poskytnutý odkaz na API není platný.'; +$a->strings['We could not contact the GNU Social API with the Path you entered.'] = 'Nemohli jsme kontaktovat API GNU social pomocí cesty, kterou jste zadal/a.'; +$a->strings['GNU Social settings updated.'] = 'Nastavení pro GNU social aktualizována.'; +$a->strings['GNU Social Import/Export/Mirror'] = 'Import/export/zrcadlení GNU social'; +$a->strings['Globally Available GNU Social OAuthKeys'] = 'Globálně dostupné OAuth klíče pro GNU'; +$a->strings['There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below).'] = 'Jsou dostupné předkonfigurované páry klíčů OAuth pro některé servery GNU social. Pokud některý z nich používáte, prosím používejte tyto kredenciály. Pokud ne, můžete se klidně připojit k jakékoliv jiné instanci GNU social (viz dole).'; +$a->strings['Save Settings'] = 'Uložit nastavení'; +$a->strings['Provide your own OAuth Credentials'] = 'Uveďte své vlastní OAuth přihlašovací údaje'; +$a->strings['No consumer key pair for GNU Social found. Register your Friendica Account as an desktop client on your GNU Social account, copy the consumer key pair here and enter the API base root.
Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited GNU Social installation.'] = 'Nenalezen žádný pár klíčů pro GNU social. Registrujte svůj účet Friendica na Vašem účtu GNU social jako desktopový klient, zkopírujte sem pár klíčů consumer key a zadejte kořenovou složku API.
Dříve, než si zaregistrujete Váš vlastní pár klíčů, se zeptejte administrátora, jestli již na Vaší oblíbené instalaci GNU social existuje pár klíčů pro tuto instalaci Friendica.'; +$a->strings['OAuth Consumer Key'] = 'OAuth Consumer Key'; +$a->strings['OAuth Consumer Secret'] = 'OAuth Consumer Secret'; +$a->strings['Base API Path (remember the trailing /)'] = 'Cesta k Base API (nezapomeňte na koncové /)'; +$a->strings['To connect to your GNU Social account click the button below to get a security code from GNU Social which you have to copy into the input box below and submit the form. Only your public posts will be posted to GNU Social.'] = 'Pro připojení k Vašemu účtu na GNU social klikněte na tlačítko níže. Obdržíte bezpečnostní kód od GNU social, ten musíte zkopírovat do vyplňovacího pole níže a odeslat formulář. Pouze Vaše veřejné příspěvky budou odesílány na GNU social.'; +$a->strings['Log in with GNU Social'] = 'Přihlásit se pomocí GNU social'; +$a->strings['Copy the security code from GNU Social here'] = 'Zde překopírujte váš bezpečnostní kód z GNU social'; +$a->strings['Cancel Connection Process'] = 'Zrušit připojování'; +$a->strings['Current GNU Social API is'] = 'Aktuální API GNU social je:'; +$a->strings['Cancel GNU Social Connection'] = 'Zrušit spojení s GNU social'; +$a->strings['Currently connected to: '] = 'Aktuálně jste připojen/a k:'; +$a->strings['If enabled all your public postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Je-li povoleno, všechny Vaše veřejné příspěvky mohou být zasílány na související účet na GNU social. Můžete si vybrat, zda-li toto bude výchozí nastavení (zde), nebo budete mít možnost si vybrat požadované chování při psaní každého příspěvku.'; +$a->strings['Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to GNU Social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted.'] = 'Poznámka: Kvůli vašim nastavením o soukromí (Skrýt Vaše profilové detaily před neznámými návštěvníky?), odkaz potenciálně obsažen ve veřejných příspěvcích přeposílaných na GNU social zavedou návštěvníky na prázdnou stránku informující návštěvníky, že přístup na Váš profil byl zakázán.'; +$a->strings['Allow posting to GNU Social'] = 'Povolit posílání příspěvků na GNU social'; +$a->strings['Send public postings to GNU Social by default'] = 'Ve výchozím stavu posílat veřejné příspěvky na GNU social'; +$a->strings['Mirror all posts from GNU Social that are no replies or repeated messages'] = 'Zrcadlit všechny příspěvky z GNU social, které nejsou odpovědi nebo zopakované zprávy'; +$a->strings['Import the remote timeline'] = 'Importovat vzdálenou časovou osu'; +$a->strings['Disabled'] = 'Zakázáno'; +$a->strings['Full Timeline'] = 'Plná časová osa'; +$a->strings['Only Mentions'] = 'Pouze zmínky'; +$a->strings['Clear OAuth configuration'] = 'Vymazat konfiguraci OAuth'; +$a->strings['Site name'] = 'Název webu'; +$a->strings['Consumer Secret'] = 'Consumer Secret'; +$a->strings['Consumer Key'] = 'Consumer Key'; diff --git a/statusnet/lang/de/strings.php b/statusnet/lang/de/strings.php index be7f8fd4..83c09b54 100644 --- a/statusnet/lang/de/strings.php +++ b/statusnet/lang/de/strings.php @@ -5,37 +5,36 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to GNU Social"] = "Auf GNU Social veröffentlichen"; -$a->strings["Please contact your site administrator.
The provided API URL is not valid."] = "Bitte kontaktiere den Administrator der Seite.
Die gegebene API URL ist nicht gültig."; -$a->strings["We could not contact the GNU Social API with the Path you entered."] = "Die GNU Social-API konnte mit dem angegebenen Pfad nicht erreicht werden."; -$a->strings["GNU Social settings updated."] = "GNU Social Einstellungen aktualisiert."; -$a->strings["GNU Social Import/Export/Mirror"] = "GNU Social Import/Export/Spiegeln"; -$a->strings["Globally Available GNU Social OAuthKeys"] = "Verfügbare OAuth Schlüssel für GNU Social"; -$a->strings["There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below)."] = "Für einige GNU Social Server sind voreingestellte OAuth Schlüsselpaare verfügbar. Solltest du einen dieser Server benutzen, dann verwende bitte diese Schlüssel. Falls nicht, stelle stattdessen eine Verbindung zu irgendeinem anderen StatusNet Server her (siehe unten)."; -$a->strings["Save Settings"] = "Einstellungen speichern"; -$a->strings["Provide your own OAuth Credentials"] = "Eigene OAuth Schlüssel eintragen"; -$a->strings["No consumer key pair for GNU Social found. Register your Friendica Account as an desktop client on your GNU Social account, copy the consumer key pair here and enter the API base root.
Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited GNU Social installation."] = "Kein Consumer-Schlüsselpaar für GNU Social gefunden. Registriere deinen Friendica-Account als Desktop-Client bei deinem GNU Social Account, kopiere das Consumer-Schlüsselpaar hierher und gib die API-URL ein.
Bevor du dein eigenes Consumer-Schlüsselpaar registrierst, frage den Administrator dieses Friendica-Servers, ob schon ein Schlüsselpaar für diesen Friendica-Server auf diesem GNU Social-Server existiert."; -$a->strings["OAuth Consumer Key"] = "OAuth Consumer Key"; -$a->strings["OAuth Consumer Secret"] = "OAuth Consumer Secret"; -$a->strings["Base API Path (remember the trailing /)"] = "Basis-URL der StatusNet API (vergiss den abschließenden / nicht)"; -$a->strings["To connect to your GNU Social account click the button below to get a security code from GNU Social which you have to copy into the input box below and submit the form. Only your public posts will be posted to GNU Social."] = "Um dein Konto mit einem GNU Social-Konto zu verknüpfen, klicke den Button an, um einen Sicherheitscode von GNU Social zu erhalten, und kopiere diesen in das Eingabefeld weiter unten. Es werden ausschließlich deine öffentlichen Nachrichten an GNU Social gesendet."; -$a->strings["Log in with GNU Social"] = "Bei GNU Social anmelden"; -$a->strings["Copy the security code from GNU Social here"] = "Kopiere den Sicherheitscode von GNU social hier hin"; -$a->strings["Cancel Connection Process"] = "Verbindungsprozess abbrechen"; -$a->strings["Current GNU Social API is"] = "Derzeitige GNU Social-API-URL lautet"; -$a->strings["Cancel GNU Social Connection"] = "Verbindung zum GNU Social Server abbrechen"; -$a->strings["Currently connected to: "] = "Momentan verbunden mit: "; -$a->strings["If enabled all your public postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Wenn aktiviert, können all deine öffentlichen Einträge auf dem verbundenen GNU Social-Konto veröffentlicht werden. Du kannst das (hier) als Standardverhalten einstellen oder beim Schreiben eines Beitrags in den Beitragsoptionen festlegen."; -$a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to GNU Social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "Hinweis: Aufgrund deiner Privatsphären-Einstellungen (Profil-Details vor unbekannten Betrachtern verbergen?) wird der Link, der eventuell an deinen GNU Social-Beitrag angehängt wird, um auf den Originalbeitrag zu verweisen, den Betrachter auf eine leere Seite führen, die ihn darüber informiert, dass der Zugriff eingeschränkt wurde."; -$a->strings["Allow posting to GNU Social"] = "Veröffentlichung bei GNU Social erlauben"; -$a->strings["Send public postings to GNU Social by default"] = "Veröffentliche öffentliche Beiträge standardmäßig bei GNU Social"; -$a->strings["Mirror all posts from GNU Social that are no replies or repeated messages"] = "Spiegle alle Beiträge von GNU Social die keine Antworten oder wiederholten Nachrichten sind"; -$a->strings["Import the remote timeline"] = "Importiere die entfernte Zeitleiste"; -$a->strings["Disabled"] = "Deaktiviert"; -$a->strings["Full Timeline"] = "Komplette Timeline"; -$a->strings["Only Mentions"] = "Nur Erwähnungen"; -$a->strings["Clear OAuth configuration"] = "OAuth Konfiguration löschen"; -$a->strings["Site name"] = "Seitenname"; -$a->strings["Consumer Secret"] = "Consumer Secret"; -$a->strings["Consumer Key"] = "Consumer Key"; +$a->strings['Post to GNU Social'] = 'Auf GNU Social veröffentlichen'; +$a->strings['Please contact your site administrator.
The provided API URL is not valid.'] = 'Bitte kontaktiere den Administrator der Seite.
Die gegebene API URL ist nicht gültig.'; +$a->strings['We could not contact the GNU Social API with the Path you entered.'] = 'Die GNU Social-API konnte mit dem angegebenen Pfad nicht erreicht werden.'; +$a->strings['GNU Social settings updated.'] = 'GNU Social Einstellungen aktualisiert.'; +$a->strings['GNU Social Import/Export/Mirror'] = 'GNU Social Import/Export/Spiegeln'; +$a->strings['Globally Available GNU Social OAuthKeys'] = 'Verfügbare OAuth Schlüssel für GNU Social'; +$a->strings['There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below).'] = 'Für einige GNU Social Server sind voreingestellte OAuth Schlüsselpaare verfügbar. Solltest du einen dieser Server benutzen, dann verwende bitte diese Schlüssel. Falls nicht, stelle stattdessen eine Verbindung zu irgendeinem anderen StatusNet Server her (siehe unten).'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; +$a->strings['Provide your own OAuth Credentials'] = 'Eigene OAuth Schlüssel eintragen'; +$a->strings['No consumer key pair for GNU Social found. Register your Friendica Account as an desktop client on your GNU Social account, copy the consumer key pair here and enter the API base root.
Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited GNU Social installation.'] = 'Kein Consumer-Schlüsselpaar für GNU Social gefunden. Registriere deinen Friendica-Account als Desktop-Client bei deinem GNU Social Account, kopiere das Consumer-Schlüsselpaar hierher und gib die API-URL ein.
Bevor du dein eigenes Consumer-Schlüsselpaar registrierst, frage den Administrator dieses Friendica-Servers, ob schon ein Schlüsselpaar für diesen Friendica-Server auf diesem GNU Social-Server existiert.'; +$a->strings['OAuth Consumer Key'] = 'OAuth Consumer Key'; +$a->strings['OAuth Consumer Secret'] = 'OAuth Consumer Secret'; +$a->strings['Base API Path (remember the trailing /)'] = 'Basis-URL der StatusNet API (vergiss den abschließenden / nicht)'; +$a->strings['To connect to your GNU Social account click the button below to get a security code from GNU Social which you have to copy into the input box below and submit the form. Only your public posts will be posted to GNU Social.'] = 'Um dein Konto mit einem GNU Social-Konto zu verknüpfen, klicke den Button an, um einen Sicherheitscode von GNU Social zu erhalten, und kopiere diesen in das Eingabefeld weiter unten. Es werden ausschließlich deine öffentlichen Nachrichten an GNU Social gesendet.'; +$a->strings['Log in with GNU Social'] = 'Bei GNU Social anmelden'; +$a->strings['Copy the security code from GNU Social here'] = 'Kopiere den Sicherheitscode von GNU social hier hin'; +$a->strings['Cancel Connection Process'] = 'Verbindungsprozess abbrechen'; +$a->strings['Current GNU Social API is'] = 'Derzeitige GNU Social-API-URL lautet'; +$a->strings['Cancel GNU Social Connection'] = 'Verbindung zum GNU Social Server abbrechen'; +$a->strings['Currently connected to: '] = 'Momentan verbunden mit: '; +$a->strings['If enabled all your public postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Wenn aktiviert, können all deine öffentlichen Einträge auf dem verbundenen GNU Social-Konto veröffentlicht werden. Du kannst das (hier) als Standardverhalten einstellen oder beim Schreiben eines Beitrags in den Beitragsoptionen festlegen.'; +$a->strings['Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to GNU Social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted.'] = 'Hinweis: Aufgrund deiner Privatsphären-Einstellungen (Profil-Details vor unbekannten Betrachtern verbergen?) wird der Link, der eventuell an deinen GNU Social-Beitrag angehängt wird, um auf den Originalbeitrag zu verweisen, den Betrachter auf eine leere Seite führen, die ihn darüber informiert, dass der Zugriff eingeschränkt wurde.'; +$a->strings['Allow posting to GNU Social'] = 'Veröffentlichung bei GNU Social erlauben'; +$a->strings['Send public postings to GNU Social by default'] = 'Veröffentliche öffentliche Beiträge standardmäßig bei GNU Social'; +$a->strings['Mirror all posts from GNU Social that are no replies or repeated messages'] = 'Spiegle alle Beiträge von GNU Social die keine Antworten oder wiederholten Nachrichten sind'; +$a->strings['Import the remote timeline'] = 'Importiere die entfernte Zeitleiste'; +$a->strings['Disabled'] = 'Deaktiviert'; +$a->strings['Full Timeline'] = 'Komplette Timeline'; +$a->strings['Only Mentions'] = 'Nur Erwähnungen'; +$a->strings['Clear OAuth configuration'] = 'OAuth Konfiguration löschen'; +$a->strings['Site name'] = 'Seitenname'; +$a->strings['Consumer Secret'] = 'Consumer Secret'; +$a->strings['Consumer Key'] = 'Consumer Key'; diff --git a/statusnet/lang/es/strings.php b/statusnet/lang/es/strings.php index 557b7cc7..7aa44911 100644 --- a/statusnet/lang/es/strings.php +++ b/statusnet/lang/es/strings.php @@ -5,37 +5,36 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to GNU Social"] = "Publicar en GNU Social"; -$a->strings["Please contact your site administrator.
The provided API URL is not valid."] = "Por favor contacte con el administrador de su página.
La URL de API provista no es válida."; -$a->strings["We could not contact the GNU Social API with the Path you entered."] = "No pudimos contactar con la API de GNU Social con el Camino que introdujo."; -$a->strings["GNU Social settings updated."] = "Ajustes de GNU Social actualizados."; -$a->strings["GNU Social Import/Export/Mirror"] = "Importar/Exportar/Reflejar GNU Social"; -$a->strings["Globally Available GNU Social OAuthKeys"] = "Disponible globalmente GNU Social OAuthKeys"; -$a->strings["There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below)."] = "Hay pares de clave preconfigurados OAuth para algunos servidores disponibles de GNU Social. Si está utilizando uno de ellos, por favor utilice estas credenciales. Si no se siente libre de conectar a alguna otra instancia de GNU Social (vea abajo)."; -$a->strings["Save Settings"] = "Guardar Ajustes"; -$a->strings["Provide your own OAuth Credentials"] = "Proveer sus propias credenciales de OAuth"; -$a->strings["No consumer key pair for GNU Social found. Register your Friendica Account as an desktop client on your GNU Social account, copy the consumer key pair here and enter the API base root.
Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited GNU Social installation."] = "No se encontró el par de claves de consumidor para GNU Social. Registre su cuenta de Friendica como un cliente de escritorio en su cuenta de GNU, copie el par de claves aquí e introduzca el origen de la API.
Antes de qeu registre su propio par de claves de OAuth pregunte al administrador si ya hay un par de claves para esta instalación de Friendica en su instalación de GNU Social favorita."; -$a->strings["OAuth Consumer Key"] = "Clave de Consumidor de OAuth"; -$a->strings["OAuth Consumer Secret"] = "Secreto de Consumidor de OAuth"; -$a->strings["Base API Path (remember the trailing /)"] = "Camino Base de API (Recordar la cola /)"; -$a->strings["To connect to your GNU Social account click the button below to get a security code from GNU Social which you have to copy into the input box below and submit the form. Only your public posts will be posted to GNU Social."] = "Para conectarse a su cuenta GNU Social click en el botón de abajo para obtener un código de seguridad de GNU Social que puede copiar en la caja de abajo y enviar el formulario. Sólo sus entradas públicas se publicarán en GNU Social."; -$a->strings["Log in with GNU Social"] = "Acceder a GNU Social"; -$a->strings["Copy the security code from GNU Social here"] = "Copiar el código de seguridad de GNU Social aquí"; -$a->strings["Cancel Connection Process"] = "Cancelar el Proceso de Conexión"; -$a->strings["Current GNU Social API is"] = "API de GNU Social actual"; -$a->strings["Cancel GNU Social Connection"] = "Cancelar la conexión a GNU Social"; -$a->strings["Currently connected to: "] = "Actualmente conectado a:"; -$a->strings["If enabled all your public postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Si está habilitado, todas sus publicaciones públicas pueden publicarse en la cuenta asociada de GNU Social. Puede elegir hacer eso por defecto (aquí) o por cada publicación por separado en las opciones de publicación mientras escribe la entrada."; -$a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to GNU Social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "Nota: Debido a sus ajustes de privacidad (?Ocultar los detalles de su perfil a espectadores desconocidos?) el enlace potencialmente incluído en publicaciones públicas transmitidas a GNU Social llevarán al visitante a una página en blanco informándole de que el acceso a su perfil ha sido restringido."; -$a->strings["Allow posting to GNU Social"] = "Permitir publicar en GNU Social"; -$a->strings["Send public postings to GNU Social by default"] = "Enviar las publicaciones públicas a GNU Social por defecto"; -$a->strings["Mirror all posts from GNU Social that are no replies or repeated messages"] = "Reflejar todas las entradas de GNU Social que no son respuestas o mensajes repetidos"; -$a->strings["Import the remote timeline"] = "Importar la línea de tiempo remota"; -$a->strings["Disabled"] = "Deshabilitado"; -$a->strings["Full Timeline"] = "Línea de Tiempo completa"; -$a->strings["Only Mentions"] = "Sólo Menciones"; -$a->strings["Clear OAuth configuration"] = "Limpiar la configuración de OAuth"; -$a->strings["Site name"] = "Nombre de la página"; -$a->strings["Consumer Secret"] = "Secreto de Consumidor"; -$a->strings["Consumer Key"] = "Clave de Consumidor"; +$a->strings['Post to GNU Social'] = 'Publicar en GNU Social'; +$a->strings['Please contact your site administrator.
The provided API URL is not valid.'] = 'Por favor contacte con el administrador de su página.
La URL de API provista no es válida.'; +$a->strings['We could not contact the GNU Social API with the Path you entered.'] = 'No pudimos contactar con la API de GNU Social con el Camino que introdujo.'; +$a->strings['GNU Social settings updated.'] = 'Ajustes de GNU Social actualizados.'; +$a->strings['GNU Social Import/Export/Mirror'] = 'Importar/Exportar/Reflejar GNU Social'; +$a->strings['Globally Available GNU Social OAuthKeys'] = 'Disponible globalmente GNU Social OAuthKeys'; +$a->strings['There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below).'] = 'Hay pares de clave preconfigurados OAuth para algunos servidores disponibles de GNU Social. Si está utilizando uno de ellos, por favor utilice estas credenciales. Si no se siente libre de conectar a alguna otra instancia de GNU Social (vea abajo).'; +$a->strings['Save Settings'] = 'Guardar Ajustes'; +$a->strings['Provide your own OAuth Credentials'] = 'Proveer sus propias credenciales de OAuth'; +$a->strings['No consumer key pair for GNU Social found. Register your Friendica Account as an desktop client on your GNU Social account, copy the consumer key pair here and enter the API base root.
Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited GNU Social installation.'] = 'No se encontró el par de claves de consumidor para GNU Social. Registre su cuenta de Friendica como un cliente de escritorio en su cuenta de GNU, copie el par de claves aquí e introduzca el origen de la API.
Antes de qeu registre su propio par de claves de OAuth pregunte al administrador si ya hay un par de claves para esta instalación de Friendica en su instalación de GNU Social favorita.'; +$a->strings['OAuth Consumer Key'] = 'Clave de Consumidor de OAuth'; +$a->strings['OAuth Consumer Secret'] = 'Secreto de Consumidor de OAuth'; +$a->strings['Base API Path (remember the trailing /)'] = 'Camino Base de API (Recordar la cola /)'; +$a->strings['To connect to your GNU Social account click the button below to get a security code from GNU Social which you have to copy into the input box below and submit the form. Only your public posts will be posted to GNU Social.'] = 'Para conectarse a su cuenta GNU Social click en el botón de abajo para obtener un código de seguridad de GNU Social que puede copiar en la caja de abajo y enviar el formulario. Sólo sus entradas públicas se publicarán en GNU Social.'; +$a->strings['Log in with GNU Social'] = 'Acceder a GNU Social'; +$a->strings['Copy the security code from GNU Social here'] = 'Copiar el código de seguridad de GNU Social aquí'; +$a->strings['Cancel Connection Process'] = 'Cancelar el Proceso de Conexión'; +$a->strings['Current GNU Social API is'] = 'API de GNU Social actual'; +$a->strings['Cancel GNU Social Connection'] = 'Cancelar la conexión a GNU Social'; +$a->strings['Currently connected to: '] = 'Actualmente conectado a:'; +$a->strings['If enabled all your public postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Si está habilitado, todas sus publicaciones públicas pueden publicarse en la cuenta asociada de GNU Social. Puede elegir hacer eso por defecto (aquí) o por cada publicación por separado en las opciones de publicación mientras escribe la entrada.'; +$a->strings['Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to GNU Social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted.'] = 'Nota: Debido a sus ajustes de privacidad (?Ocultar los detalles de su perfil a espectadores desconocidos?) el enlace potencialmente incluído en publicaciones públicas transmitidas a GNU Social llevarán al visitante a una página en blanco informándole de que el acceso a su perfil ha sido restringido.'; +$a->strings['Allow posting to GNU Social'] = 'Permitir publicar en GNU Social'; +$a->strings['Send public postings to GNU Social by default'] = 'Enviar las publicaciones públicas a GNU Social por defecto'; +$a->strings['Mirror all posts from GNU Social that are no replies or repeated messages'] = 'Reflejar todas las entradas de GNU Social que no son respuestas o mensajes repetidos'; +$a->strings['Import the remote timeline'] = 'Importar la línea de tiempo remota'; +$a->strings['Disabled'] = 'Deshabilitado'; +$a->strings['Full Timeline'] = 'Línea de Tiempo completa'; +$a->strings['Only Mentions'] = 'Sólo Menciones'; +$a->strings['Clear OAuth configuration'] = 'Limpiar la configuración de OAuth'; +$a->strings['Site name'] = 'Nombre de la página'; +$a->strings['Consumer Secret'] = 'Secreto de Consumidor'; +$a->strings['Consumer Key'] = 'Clave de Consumidor'; diff --git a/statusnet/lang/fi-fi/strings.php b/statusnet/lang/fi-fi/strings.php index cc88ad83..a32e57d1 100644 --- a/statusnet/lang/fi-fi/strings.php +++ b/statusnet/lang/fi-fi/strings.php @@ -5,21 +5,20 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to GNU Social"] = "Lähetä GNU Socialiin"; -$a->strings["Please contact your site administrator.
The provided API URL is not valid."] = "Ota yhteyttä sivuston ylläpitäjään.
API URL-osoite on virheellinen."; -$a->strings["GNU Social settings updated."] = "GNU Social -asetukset päivitetty."; -$a->strings["GNU Social Import/Export/Mirror"] = "GNU social tuonti/vienti/peili"; -$a->strings["Save Settings"] = "Tallenna asetukset"; -$a->strings["OAuth Consumer Key"] = "OAuth kuluttajan avain"; -$a->strings["OAuth Consumer Secret"] = "OAuth kuluttajasalaisuus"; -$a->strings["Log in with GNU Social"] = "Kirjaudu sisään GNU socialilla"; -$a->strings["Allow posting to GNU Social"] = "Salli julkaisut GNU socialiin"; -$a->strings["Send public postings to GNU Social by default"] = "Lähetä oletuksena kaikki julkiset julkaisut GNU socialiin"; -$a->strings["Mirror all posts from GNU Social that are no replies or repeated messages"] = "Peilaa kaikki julkaisut GNU socialista jotka eivät ole vastauksia tai toistettuja viestejä"; -$a->strings["Import the remote timeline"] = "Tuo etäaikajana"; -$a->strings["Disabled"] = "Poistettu käytöstä"; -$a->strings["Full Timeline"] = "Koko aikajana"; -$a->strings["Site name"] = "Sivuston nimi"; -$a->strings["Consumer Secret"] = "Kuluttajasalaisuus"; -$a->strings["Consumer Key"] = "Kuluttajan avain"; +$a->strings['Post to GNU Social'] = 'Lähetä GNU Socialiin'; +$a->strings['Please contact your site administrator.
The provided API URL is not valid.'] = 'Ota yhteyttä sivuston ylläpitäjään.
API URL-osoite on virheellinen.'; +$a->strings['GNU Social settings updated.'] = 'GNU Social -asetukset päivitetty.'; +$a->strings['GNU Social Import/Export/Mirror'] = 'GNU social tuonti/vienti/peili'; +$a->strings['Save Settings'] = 'Tallenna asetukset'; +$a->strings['OAuth Consumer Key'] = 'OAuth kuluttajan avain'; +$a->strings['OAuth Consumer Secret'] = 'OAuth kuluttajasalaisuus'; +$a->strings['Log in with GNU Social'] = 'Kirjaudu sisään GNU socialilla'; +$a->strings['Allow posting to GNU Social'] = 'Salli julkaisut GNU socialiin'; +$a->strings['Send public postings to GNU Social by default'] = 'Lähetä oletuksena kaikki julkiset julkaisut GNU socialiin'; +$a->strings['Mirror all posts from GNU Social that are no replies or repeated messages'] = 'Peilaa kaikki julkaisut GNU socialista jotka eivät ole vastauksia tai toistettuja viestejä'; +$a->strings['Import the remote timeline'] = 'Tuo etäaikajana'; +$a->strings['Disabled'] = 'Poistettu käytöstä'; +$a->strings['Full Timeline'] = 'Koko aikajana'; +$a->strings['Site name'] = 'Sivuston nimi'; +$a->strings['Consumer Secret'] = 'Kuluttajasalaisuus'; +$a->strings['Consumer Key'] = 'Kuluttajan avain'; diff --git a/statusnet/lang/fr/strings.php b/statusnet/lang/fr/strings.php index 44afea01..c993e02e 100644 --- a/statusnet/lang/fr/strings.php +++ b/statusnet/lang/fr/strings.php @@ -5,16 +5,15 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Post to GNU Social"] = "Publier sur GNU Social"; -$a->strings["Please contact your site administrator.
The provided API URL is not valid."] = "Merci de contacter l'administrateur du site.
L'URL d'API fournie est invalide."; -$a->strings["GNU Social settings updated."] = "Paramètres du GNU Social mis à jour."; -$a->strings["Save Settings"] = "Sauvegarder les paramètres"; -$a->strings["Log in with GNU Social"] = "Se connecter avec GNU Social"; -$a->strings["Copy the security code from GNU Social here"] = "Coller le code de sécurité de GNU Social ici"; -$a->strings["Current GNU Social API is"] = "L'API actuelle de GNU Social est"; -$a->strings["Currently connected to: "] = "Actuellement connecté à :"; -$a->strings["Allow posting to GNU Social"] = "Autoriser la publication sur GNU Social"; -$a->strings["Disabled"] = "Désactiver"; -$a->strings["Full Timeline"] = "Timeline complète"; -$a->strings["Site name"] = "Nom du site"; +$a->strings['Post to GNU Social'] = 'Publier sur GNU Social'; +$a->strings['Please contact your site administrator.
The provided API URL is not valid.'] = 'Merci de contacter l\'administrateur du site.
L\'URL d\'API fournie est invalide.'; +$a->strings['GNU Social settings updated.'] = 'Paramètres du GNU Social mis à jour.'; +$a->strings['Save Settings'] = 'Sauvegarder les paramètres'; +$a->strings['Log in with GNU Social'] = 'Se connecter avec GNU Social'; +$a->strings['Copy the security code from GNU Social here'] = 'Coller le code de sécurité de GNU Social ici'; +$a->strings['Current GNU Social API is'] = 'L\'API actuelle de GNU Social est'; +$a->strings['Currently connected to: '] = 'Actuellement connecté à :'; +$a->strings['Allow posting to GNU Social'] = 'Autoriser la publication sur GNU Social'; +$a->strings['Disabled'] = 'Désactiver'; +$a->strings['Full Timeline'] = 'Timeline complète'; +$a->strings['Site name'] = 'Nom du site'; diff --git a/statusnet/lang/hu/strings.php b/statusnet/lang/hu/strings.php index 031354ef..716a0dae 100644 --- a/statusnet/lang/hu/strings.php +++ b/statusnet/lang/hu/strings.php @@ -5,36 +5,35 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to GNU Social"] = "Beküldés a GNU Socialra"; -$a->strings["Please contact your site administrator.
The provided API URL is not valid."] = "Vegye fel a kapcsolatot az oldal adminisztrátorával.
A megadott API URL nem érvényes."; -$a->strings["We could not contact the GNU Social API with the Path you entered."] = "Nem tudtunk kapcsolatba lépni a GNU Social API-val azon az útvonalon, amelyet megadott."; -$a->strings["GNU Social Import/Export/Mirror"] = "GNU Social importálás, exportálás vagy tükrözés"; -$a->strings["Globally Available GNU Social OAuthKeys"] = "Globálisan elérhető GNU Social OAuth-kulcsok"; -$a->strings["There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below)."] = "Előre beállított OAuth-kulcspárok érhetők el néhány GNU Social kiszolgálóhoz. Ha ezek egyikét használja, akkor használja ezeket a hitelesítési adatokat. Ha nem használja, akkor nyugodtan kapcsolódjon bármely egyéb GNU Social példányhoz (lásd lent)."; -$a->strings["Save Settings"] = "Beállítások mentése"; -$a->strings["Provide your own OAuth Credentials"] = "Adja meg a saját OAuth hitelesítési adatait"; -$a->strings["No consumer key pair for GNU Social found. Register your Friendica Account as an desktop client on your GNU Social account, copy the consumer key pair here and enter the API base root.
Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited GNU Social installation."] = "Nem találhatók felhasználói kulcspárok a GNU Socialhoz. Regisztrálja a Friendica fiókját asztali kliensként a GNU Social fiókjánál, másolja be a felhasználói kulcspárt ide, és adja meg az API alapgyökerét.
Mielőtt saját OAuth kulcspárt regisztrálna, kérdezze meg az adminisztrátort, hogy van-e már kulcspár ehhez a Friendica telepítéshez a kedvenc GNU Social telepítésénél."; -$a->strings["OAuth Consumer Key"] = "OAuth felhasználói kulcs"; -$a->strings["OAuth Consumer Secret"] = "OAuth felhasználói titok"; -$a->strings["Base API Path (remember the trailing /)"] = "Alap API útvonal (ne felejtse el a záró / karaktert)"; -$a->strings["To connect to your GNU Social account click the button below to get a security code from GNU Social which you have to copy into the input box below and submit the form. Only your public posts will be posted to GNU Social."] = "A GNU Social fiókhoz való kapcsolódáshoz kattintson a lenti gombra, hogy megkapja a biztonsági kódot a GNU Socialtól, amelyet a lenti beviteli mezőbe kell bemásolnia, majd el kell küldenie az űrlapot. Csak a nyilvános bejegyzései lesznek beküldve a GNU Socialra."; -$a->strings["Log in with GNU Social"] = "Bejelentkezés GNU Social használatával"; -$a->strings["Copy the security code from GNU Social here"] = "Másolja be ide a GNU Socialtól származó biztonsági kódot"; -$a->strings["Cancel Connection Process"] = "Kapcsolódási folyamat megszakítása"; -$a->strings["Current GNU Social API is"] = "A jelenlegi GNU Social API"; -$a->strings["Cancel GNU Social Connection"] = "GNU Social kapcsolódás megszakítása"; -$a->strings["Currently connected to: "] = "Jelenleg ehhez van kapcsolódva: "; -$a->strings["If enabled all your public postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Ha engedélyezve van, akkor az összes nyilvános beküldés beküldhető a hozzárendelt GNU Social fiókba. Kiválaszthatja, hogy ezt alapértelmezetten szeretné-e (itt), vagy minden egyes beküldésnél különállóan a beküldési beállításokban, amikor megírja a bejegyzést."; -$a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to GNU Social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "Megjegyzés: az adatvédelmi beállításai miatt (Elrejti a profilja részleteit az ismeretlen megtekintők elől?) a GNU Socialra továbbított nyilvános beküldésekben vélhetően tartalmazott hivatkozás a látogatót egy üres oldalra fogja vezetni, amely arról tájékoztatja a látogatót, hogy a profiljához való hozzáférés korlátozva lett."; -$a->strings["Allow posting to GNU Social"] = "Beküldés engedélyezése a GNU Socialra"; -$a->strings["Send public postings to GNU Social by default"] = "Nyilvános beküldések küldése a GNU Socialra alapértelmezetten"; -$a->strings["Mirror all posts from GNU Social that are no replies or repeated messages"] = "A GNU Socialtól származó összes bejegyzés tükrözése, amelyek nem válaszok vagy ismételt üzenetek"; -$a->strings["Import the remote timeline"] = "A távoli idővonal importálása"; -$a->strings["Disabled"] = "Letiltva"; -$a->strings["Full Timeline"] = "Teljes idővonal"; -$a->strings["Only Mentions"] = "Csak említések"; -$a->strings["Clear OAuth configuration"] = "OAuth beállítás törlése"; -$a->strings["Site name"] = "Oldal neve"; -$a->strings["Consumer Secret"] = "Felhasználói titok"; -$a->strings["Consumer Key"] = "Felhasználói kulcs"; +$a->strings['Post to GNU Social'] = 'Beküldés a GNU Socialra'; +$a->strings['Please contact your site administrator.
The provided API URL is not valid.'] = 'Vegye fel a kapcsolatot az oldal adminisztrátorával.
A megadott API URL nem érvényes.'; +$a->strings['We could not contact the GNU Social API with the Path you entered.'] = 'Nem tudtunk kapcsolatba lépni a GNU Social API-val azon az útvonalon, amelyet megadott.'; +$a->strings['GNU Social Import/Export/Mirror'] = 'GNU Social importálás, exportálás vagy tükrözés'; +$a->strings['Globally Available GNU Social OAuthKeys'] = 'Globálisan elérhető GNU Social OAuth-kulcsok'; +$a->strings['There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below).'] = 'Előre beállított OAuth-kulcspárok érhetők el néhány GNU Social kiszolgálóhoz. Ha ezek egyikét használja, akkor használja ezeket a hitelesítési adatokat. Ha nem használja, akkor nyugodtan kapcsolódjon bármely egyéb GNU Social példányhoz (lásd lent).'; +$a->strings['Save Settings'] = 'Beállítások mentése'; +$a->strings['Provide your own OAuth Credentials'] = 'Adja meg a saját OAuth hitelesítési adatait'; +$a->strings['No consumer key pair for GNU Social found. Register your Friendica Account as an desktop client on your GNU Social account, copy the consumer key pair here and enter the API base root.
Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited GNU Social installation.'] = 'Nem találhatók felhasználói kulcspárok a GNU Socialhoz. Regisztrálja a Friendica fiókját asztali kliensként a GNU Social fiókjánál, másolja be a felhasználói kulcspárt ide, és adja meg az API alapgyökerét.
Mielőtt saját OAuth kulcspárt regisztrálna, kérdezze meg az adminisztrátort, hogy van-e már kulcspár ehhez a Friendica telepítéshez a kedvenc GNU Social telepítésénél.'; +$a->strings['OAuth Consumer Key'] = 'OAuth felhasználói kulcs'; +$a->strings['OAuth Consumer Secret'] = 'OAuth felhasználói titok'; +$a->strings['Base API Path (remember the trailing /)'] = 'Alap API útvonal (ne felejtse el a záró / karaktert)'; +$a->strings['To connect to your GNU Social account click the button below to get a security code from GNU Social which you have to copy into the input box below and submit the form. Only your public posts will be posted to GNU Social.'] = 'A GNU Social fiókhoz való kapcsolódáshoz kattintson a lenti gombra, hogy megkapja a biztonsági kódot a GNU Socialtól, amelyet a lenti beviteli mezőbe kell bemásolnia, majd el kell küldenie az űrlapot. Csak a nyilvános bejegyzései lesznek beküldve a GNU Socialra.'; +$a->strings['Log in with GNU Social'] = 'Bejelentkezés GNU Social használatával'; +$a->strings['Copy the security code from GNU Social here'] = 'Másolja be ide a GNU Socialtól származó biztonsági kódot'; +$a->strings['Cancel Connection Process'] = 'Kapcsolódási folyamat megszakítása'; +$a->strings['Current GNU Social API is'] = 'A jelenlegi GNU Social API'; +$a->strings['Cancel GNU Social Connection'] = 'GNU Social kapcsolódás megszakítása'; +$a->strings['Currently connected to: '] = 'Jelenleg ehhez van kapcsolódva: '; +$a->strings['If enabled all your public postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Ha engedélyezve van, akkor az összes nyilvános beküldés beküldhető a hozzárendelt GNU Social fiókba. Kiválaszthatja, hogy ezt alapértelmezetten szeretné-e (itt), vagy minden egyes beküldésnél különállóan a beküldési beállításokban, amikor megírja a bejegyzést.'; +$a->strings['Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to GNU Social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted.'] = 'Megjegyzés: az adatvédelmi beállításai miatt (Elrejti a profilja részleteit az ismeretlen megtekintők elől?) a GNU Socialra továbbított nyilvános beküldésekben vélhetően tartalmazott hivatkozás a látogatót egy üres oldalra fogja vezetni, amely arról tájékoztatja a látogatót, hogy a profiljához való hozzáférés korlátozva lett.'; +$a->strings['Allow posting to GNU Social'] = 'Beküldés engedélyezése a GNU Socialra'; +$a->strings['Send public postings to GNU Social by default'] = 'Nyilvános beküldések küldése a GNU Socialra alapértelmezetten'; +$a->strings['Mirror all posts from GNU Social that are no replies or repeated messages'] = 'A GNU Socialtól származó összes bejegyzés tükrözése, amelyek nem válaszok vagy ismételt üzenetek'; +$a->strings['Import the remote timeline'] = 'A távoli idővonal importálása'; +$a->strings['Disabled'] = 'Letiltva'; +$a->strings['Full Timeline'] = 'Teljes idővonal'; +$a->strings['Only Mentions'] = 'Csak említések'; +$a->strings['Clear OAuth configuration'] = 'OAuth beállítás törlése'; +$a->strings['Site name'] = 'Oldal neve'; +$a->strings['Consumer Secret'] = 'Felhasználói titok'; +$a->strings['Consumer Key'] = 'Felhasználói kulcs'; diff --git a/statusnet/lang/is/strings.php b/statusnet/lang/is/strings.php index 87a72de1..bdf3c9a3 100644 --- a/statusnet/lang/is/strings.php +++ b/statusnet/lang/is/strings.php @@ -5,32 +5,31 @@ function string_plural_select_is($n){ $n = intval($n); return intval($n % 10 != 1 || $n % 100 == 11); }} -; -$a->strings["Post to GNU Social"] = "Senda á GNU Social"; -$a->strings["Please contact your site administrator.
The provided API URL is not valid."] = "Hafðu samband við kerfisstjóra.
Uppgefin API-slóð er ógild."; -$a->strings["We could not contact the GNU Social API with the Path you entered."] = "Ekki náðist í GNU Social API með slóðinni sem þú gafst upp."; -$a->strings["GNU Social settings updated."] = "Stillingar GNU Social uppfærðar."; -$a->strings["Globally Available GNU Social OAuthKeys"] = "Víðværir OAuth-lyklar GNU Social eru til taks"; -$a->strings["There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below)."] = "Það eru forstillt OAuth-lyklapör í sumum GNU Social þjónum. Ef þú ert að nota slíkt par, notaðu þá þau auðkenni. Ef ekki þá er þér frjálst að tengjast hvaða öðrum GNU Social þjónum (sjá fyrir neðan)."; -$a->strings["Save Settings"] = "Vista stillingar"; -$a->strings["Provide your own OAuth Credentials"] = "Gefðu upp eigin OAuth auðkenni"; -$a->strings["OAuth Consumer Key"] = "OAuth-lykill notanda"; -$a->strings["OAuth Consumer Secret"] = "OAuth-leyniorð notanda"; -$a->strings["Base API Path (remember the trailing /)"] = "Grunn API-slóð (muna eftir / í endann)"; -$a->strings["To connect to your GNU Social account click the button below to get a security code from GNU Social which you have to copy into the input box below and submit the form. Only your public posts will be posted to GNU Social."] = "Til að tengjast GNU Social notandaaðgangnum ýttu á hnappinn hér fyrir neðan, þá fæst öryggislykill frá GNU Social sem þarf að afrita í svæðið fyrir neðan og senda inn. Aðeins opinberar færslur munu flæða yfir á GNU Social."; -$a->strings["Log in with GNU Social"] = "Skrá inn með GNU Social"; -$a->strings["Copy the security code from GNU Social here"] = "Afrita öryggislykil frá GNU Social hingað"; -$a->strings["Cancel Connection Process"] = "Hætta við tengiferli"; -$a->strings["Current GNU Social API is"] = "Núverandi GNU Social API er"; -$a->strings["Cancel GNU Social Connection"] = "Hætta við GNU Social tengingu"; -$a->strings["Currently connected to: "] = "Núna tengdur við:"; -$a->strings["If enabled all your public postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Ef virkt þá geta allar opinberu stöðu meldingarnar þínar verið birtar á tengdri GNU Social síðu. Þú getur valið að gera þetta sjálfvirkt (hér) eða fyrir hvern póst í senn þegar hann er skrifaður."; -$a->strings["Allow posting to GNU Social"] = "Leyfa sendingu færslna til GNU Social"; -$a->strings["Send public postings to GNU Social by default"] = "Sjálfgefið senda opinberar færslur á GNU Social"; -$a->strings["Import the remote timeline"] = "Flytja inn fjartengdu tímalínuna"; -$a->strings["Disabled"] = "Slökkt"; -$a->strings["Full Timeline"] = "Öll tímalínan"; -$a->strings["Clear OAuth configuration"] = "Hreinsa OAuth stillingar"; -$a->strings["Site name"] = "Heiti vefsvæðis"; -$a->strings["Consumer Secret"] = "Leyniorð notanda"; -$a->strings["Consumer Key"] = "Lykill notanda"; +$a->strings['Post to GNU Social'] = 'Senda á GNU Social'; +$a->strings['Please contact your site administrator.
The provided API URL is not valid.'] = 'Hafðu samband við kerfisstjóra.
Uppgefin API-slóð er ógild.'; +$a->strings['We could not contact the GNU Social API with the Path you entered.'] = 'Ekki náðist í GNU Social API með slóðinni sem þú gafst upp.'; +$a->strings['GNU Social settings updated.'] = 'Stillingar GNU Social uppfærðar.'; +$a->strings['Globally Available GNU Social OAuthKeys'] = 'Víðværir OAuth-lyklar GNU Social eru til taks'; +$a->strings['There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below).'] = 'Það eru forstillt OAuth-lyklapör í sumum GNU Social þjónum. Ef þú ert að nota slíkt par, notaðu þá þau auðkenni. Ef ekki þá er þér frjálst að tengjast hvaða öðrum GNU Social þjónum (sjá fyrir neðan).'; +$a->strings['Save Settings'] = 'Vista stillingar'; +$a->strings['Provide your own OAuth Credentials'] = 'Gefðu upp eigin OAuth auðkenni'; +$a->strings['OAuth Consumer Key'] = 'OAuth-lykill notanda'; +$a->strings['OAuth Consumer Secret'] = 'OAuth-leyniorð notanda'; +$a->strings['Base API Path (remember the trailing /)'] = 'Grunn API-slóð (muna eftir / í endann)'; +$a->strings['To connect to your GNU Social account click the button below to get a security code from GNU Social which you have to copy into the input box below and submit the form. Only your public posts will be posted to GNU Social.'] = 'Til að tengjast GNU Social notandaaðgangnum ýttu á hnappinn hér fyrir neðan, þá fæst öryggislykill frá GNU Social sem þarf að afrita í svæðið fyrir neðan og senda inn. Aðeins opinberar færslur munu flæða yfir á GNU Social.'; +$a->strings['Log in with GNU Social'] = 'Skrá inn með GNU Social'; +$a->strings['Copy the security code from GNU Social here'] = 'Afrita öryggislykil frá GNU Social hingað'; +$a->strings['Cancel Connection Process'] = 'Hætta við tengiferli'; +$a->strings['Current GNU Social API is'] = 'Núverandi GNU Social API er'; +$a->strings['Cancel GNU Social Connection'] = 'Hætta við GNU Social tengingu'; +$a->strings['Currently connected to: '] = 'Núna tengdur við:'; +$a->strings['If enabled all your public postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Ef virkt þá geta allar opinberu stöðu meldingarnar þínar verið birtar á tengdri GNU Social síðu. Þú getur valið að gera þetta sjálfvirkt (hér) eða fyrir hvern póst í senn þegar hann er skrifaður.'; +$a->strings['Allow posting to GNU Social'] = 'Leyfa sendingu færslna til GNU Social'; +$a->strings['Send public postings to GNU Social by default'] = 'Sjálfgefið senda opinberar færslur á GNU Social'; +$a->strings['Import the remote timeline'] = 'Flytja inn fjartengdu tímalínuna'; +$a->strings['Disabled'] = 'Slökkt'; +$a->strings['Full Timeline'] = 'Öll tímalínan'; +$a->strings['Clear OAuth configuration'] = 'Hreinsa OAuth stillingar'; +$a->strings['Site name'] = 'Heiti vefsvæðis'; +$a->strings['Consumer Secret'] = 'Leyniorð notanda'; +$a->strings['Consumer Key'] = 'Lykill notanda'; diff --git a/statusnet/lang/it/strings.php b/statusnet/lang/it/strings.php index f1f103da..06bc8b12 100644 --- a/statusnet/lang/it/strings.php +++ b/statusnet/lang/it/strings.php @@ -5,37 +5,36 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to GNU Social"] = "Invia a GNU Social"; -$a->strings["Please contact your site administrator.
The provided API URL is not valid."] = "Contatta l'amministratore del sito.
L'URL delle API fornito non è valido."; -$a->strings["We could not contact the GNU Social API with the Path you entered."] = "Non possiamo conttattare le API di GNU Social con il percorso che hai inserito."; -$a->strings["GNU Social settings updated."] = "Impostazioni di GNU Social aggiornate."; -$a->strings["GNU Social Import/Export/Mirror"] = "Esporta/Importa/Clona GNU Social"; -$a->strings["Globally Available GNU Social OAuthKeys"] = "OAuthKeys globali di GNU Social"; -$a->strings["There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below)."] = "Esistono coppie di chiavi OAuth precofigurate per alcuni server GNU Social. Se usi uno di questi server, per favore scegli queste credenziali. Altrimenti sei libero di collegarti a un'altra installazione di GNU Social (vedi sotto)."; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$a->strings["Provide your own OAuth Credentials"] = "Fornisci le tue credenziali OAuth"; -$a->strings["No consumer key pair for GNU Social found. Register your Friendica Account as an desktop client on your GNU Social account, copy the consumer key pair here and enter the API base root.
Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited GNU Social installation."] = "Nessuna coppia di chiavi consumer trovate per GNU Social. Registra il tuo account Friendica come un client desktop nel tuo account GNU Social, copia la coppia di chiavi consumer qui e inserisci l'url base delle API.
Prima di registrare la tua coppia di chiavi OAuth, chiedi all'amministratore se esiste già una coppia di chiavi per questo sito Friendica presso la tua installazione GNU Social preferita."; -$a->strings["OAuth Consumer Key"] = "OAuth Consumer Key"; -$a->strings["OAuth Consumer Secret"] = "OAuth Consumer Secret"; -$a->strings["Base API Path (remember the trailing /)"] = "Indirizzo di base per le API (ricorda la / alla fine)"; -$a->strings["To connect to your GNU Social account click the button below to get a security code from GNU Social which you have to copy into the input box below and submit the form. Only your public posts will be posted to GNU Social."] = "Per collegare il tuo account GNU Social, clicca sul bottone per ottenere un codice di sicurezza da GNU Social, che dovrai copiare nel box sottostante e poi inviare la form. Solo i tuoi messaggi pubblici saranno inviati a GNU Social."; -$a->strings["Log in with GNU Social"] = "Accedi con GNU Social"; -$a->strings["Copy the security code from GNU Social here"] = "Copia il codice di sicurezza da GNU Social qui"; -$a->strings["Cancel Connection Process"] = "Annulla il processo di connessione"; -$a->strings["Current GNU Social API is"] = "Le API GNU Social correnti sono"; -$a->strings["Cancel GNU Social Connection"] = "Annulla la connessione a GNU Social"; -$a->strings["Currently connected to: "] = "Al momento connesso con:"; -$a->strings["If enabled all your public postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Se abilitato tutti i tuoi messaggi pubblici possono essere inviati all'account GNU Social associato. Puoi scegliere di farlo sempre (qui) o ogni volta che invii, nelle impostazioni di privacy del messaggio."; -$a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to GNU Social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "Nota: A causa delle tue impostazioni di privacy(Nascondi i dettagli del tuo profilo ai visitatori sconosciuti?) il collegamento potenzialmente incluso nei messaggi pubblici inviati a GNU Social porterà i visitatori a una pagina bianca con una nota che li informa che l'accesso al tuo profilo è stato limitato."; -$a->strings["Allow posting to GNU Social"] = "Permetti l'invio a GNU Social"; -$a->strings["Send public postings to GNU Social by default"] = "Invia sempre i messaggi pubblici a GNU Social"; -$a->strings["Mirror all posts from GNU Social that are no replies or repeated messages"] = "Clona tutti i messaggi da GNU Social che non sono risposte o messaggi ripetuti"; -$a->strings["Import the remote timeline"] = "Importa la timeline remota"; -$a->strings["Disabled"] = "Disabilitato"; -$a->strings["Full Timeline"] = "Timeline completa"; -$a->strings["Only Mentions"] = "Solo menzioni"; -$a->strings["Clear OAuth configuration"] = "Rimuovi la configurazione OAuth"; -$a->strings["Site name"] = "Nome del sito"; -$a->strings["Consumer Secret"] = "Consumer Secret"; -$a->strings["Consumer Key"] = "Consumer Key"; +$a->strings['Post to GNU Social'] = 'Invia a GNU Social'; +$a->strings['Please contact your site administrator.
The provided API URL is not valid.'] = 'Contatta l\'amministratore del sito.
L\'URL delle API fornito non è valido.'; +$a->strings['We could not contact the GNU Social API with the Path you entered.'] = 'Non possiamo conttattare le API di GNU Social con il percorso che hai inserito.'; +$a->strings['GNU Social settings updated.'] = 'Impostazioni di GNU Social aggiornate.'; +$a->strings['GNU Social Import/Export/Mirror'] = 'Esporta/Importa/Clona GNU Social'; +$a->strings['Globally Available GNU Social OAuthKeys'] = 'OAuthKeys globali di GNU Social'; +$a->strings['There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below).'] = 'Esistono coppie di chiavi OAuth precofigurate per alcuni server GNU Social. Se usi uno di questi server, per favore scegli queste credenziali. Altrimenti sei libero di collegarti a un\'altra installazione di GNU Social (vedi sotto).'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; +$a->strings['Provide your own OAuth Credentials'] = 'Fornisci le tue credenziali OAuth'; +$a->strings['No consumer key pair for GNU Social found. Register your Friendica Account as an desktop client on your GNU Social account, copy the consumer key pair here and enter the API base root.
Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited GNU Social installation.'] = 'Nessuna coppia di chiavi consumer trovate per GNU Social. Registra il tuo account Friendica come un client desktop nel tuo account GNU Social, copia la coppia di chiavi consumer qui e inserisci l\'url base delle API.
Prima di registrare la tua coppia di chiavi OAuth, chiedi all\'amministratore se esiste già una coppia di chiavi per questo sito Friendica presso la tua installazione GNU Social preferita.'; +$a->strings['OAuth Consumer Key'] = 'OAuth Consumer Key'; +$a->strings['OAuth Consumer Secret'] = 'OAuth Consumer Secret'; +$a->strings['Base API Path (remember the trailing /)'] = 'Indirizzo di base per le API (ricorda la / alla fine)'; +$a->strings['To connect to your GNU Social account click the button below to get a security code from GNU Social which you have to copy into the input box below and submit the form. Only your public posts will be posted to GNU Social.'] = 'Per collegare il tuo account GNU Social, clicca sul bottone per ottenere un codice di sicurezza da GNU Social, che dovrai copiare nel box sottostante e poi inviare la form. Solo i tuoi messaggi pubblici saranno inviati a GNU Social.'; +$a->strings['Log in with GNU Social'] = 'Accedi con GNU Social'; +$a->strings['Copy the security code from GNU Social here'] = 'Copia il codice di sicurezza da GNU Social qui'; +$a->strings['Cancel Connection Process'] = 'Annulla il processo di connessione'; +$a->strings['Current GNU Social API is'] = 'Le API GNU Social correnti sono'; +$a->strings['Cancel GNU Social Connection'] = 'Annulla la connessione a GNU Social'; +$a->strings['Currently connected to: '] = 'Al momento connesso con:'; +$a->strings['If enabled all your public postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Se abilitato tutti i tuoi messaggi pubblici possono essere inviati all\'account GNU Social associato. Puoi scegliere di farlo sempre (qui) o ogni volta che invii, nelle impostazioni di privacy del messaggio.'; +$a->strings['Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to GNU Social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted.'] = 'Nota: A causa delle tue impostazioni di privacy(Nascondi i dettagli del tuo profilo ai visitatori sconosciuti?) il collegamento potenzialmente incluso nei messaggi pubblici inviati a GNU Social porterà i visitatori a una pagina bianca con una nota che li informa che l\'accesso al tuo profilo è stato limitato.'; +$a->strings['Allow posting to GNU Social'] = 'Permetti l\'invio a GNU Social'; +$a->strings['Send public postings to GNU Social by default'] = 'Invia sempre i messaggi pubblici a GNU Social'; +$a->strings['Mirror all posts from GNU Social that are no replies or repeated messages'] = 'Clona tutti i messaggi da GNU Social che non sono risposte o messaggi ripetuti'; +$a->strings['Import the remote timeline'] = 'Importa la timeline remota'; +$a->strings['Disabled'] = 'Disabilitato'; +$a->strings['Full Timeline'] = 'Timeline completa'; +$a->strings['Only Mentions'] = 'Solo menzioni'; +$a->strings['Clear OAuth configuration'] = 'Rimuovi la configurazione OAuth'; +$a->strings['Site name'] = 'Nome del sito'; +$a->strings['Consumer Secret'] = 'Consumer Secret'; +$a->strings['Consumer Key'] = 'Consumer Key'; diff --git a/statusnet/lang/nl/strings.php b/statusnet/lang/nl/strings.php index 43b82c6a..2914e7d4 100644 --- a/statusnet/lang/nl/strings.php +++ b/statusnet/lang/nl/strings.php @@ -5,11 +5,10 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to GNU Social"] = "Post naar GNU Social"; -$a->strings["GNU Social settings updated."] = "GNU Social instellingen opgeslagen"; -$a->strings["GNU Social Import/Export/Mirror"] = "GNU Social Import/Exporteren/Spiegelen"; -$a->strings["Save Settings"] = "Instellingen opslaan"; -$a->strings["Allow posting to GNU Social"] = "Plaatsen op GNU Social toestaan"; -$a->strings["Send public postings to GNU Social by default"] = "Verzend publieke berichten naar GNU Social als standaard instellen"; -$a->strings["Disabled"] = "Uitgeschakeld"; +$a->strings['Post to GNU Social'] = 'Post naar GNU Social'; +$a->strings['GNU Social settings updated.'] = 'GNU Social instellingen opgeslagen'; +$a->strings['GNU Social Import/Export/Mirror'] = 'GNU Social Import/Exporteren/Spiegelen'; +$a->strings['Save Settings'] = 'Instellingen opslaan'; +$a->strings['Allow posting to GNU Social'] = 'Plaatsen op GNU Social toestaan'; +$a->strings['Send public postings to GNU Social by default'] = 'Verzend publieke berichten naar GNU Social als standaard instellen'; +$a->strings['Disabled'] = 'Uitgeschakeld'; diff --git a/statusnet/lang/pl/strings.php b/statusnet/lang/pl/strings.php index 2d8f7ed3..aca5e5ff 100644 --- a/statusnet/lang/pl/strings.php +++ b/statusnet/lang/pl/strings.php @@ -5,37 +5,36 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Post to GNU Social"] = "Opublikuj w GNU Social"; -$a->strings["Please contact your site administrator.
The provided API URL is not valid."] = "Skontaktuj się z administratorem witryny.
Podany adres URL interfejsu API jest nieprawidłowy."; -$a->strings["We could not contact the GNU Social API with the Path you entered."] = "Nie mogliśmy skontaktować się z GNU Social API z wprowadzoną ścieżką."; -$a->strings["GNU Social settings updated."] = "Zaktualizowano ustawienia społeczności GNU."; -$a->strings["GNU Social Import/Export/Mirror"] = "GNU Social Import/Export/Mirror"; -$a->strings["Globally Available GNU Social OAuthKeys"] = "Globalnie dostępne GNU Social OAuthKeys"; -$a->strings["There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below)."] = "Istnieją wstępnie skonfigurowane pary kluczy OAuth dla niektórych serwerów społecznościowych GNU. Jeśli używasz jednego z nich, użyj tych poświadczeń. Jeśli nie, możesz połączyć się z dowolną inną instancją społecznościową GNU (patrz poniżej)."; -$a->strings["Save Settings"] = "Zapisz ustawienia"; -$a->strings["Provide your own OAuth Credentials"] = "Podaj własne dane uwierzytelniające OAuth"; -$a->strings["No consumer key pair for GNU Social found. Register your Friendica Account as an desktop client on your GNU Social account, copy the consumer key pair here and enter the API base root.
Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited GNU Social installation."] = "Nie znaleziono pary kluczy konsumenta dla GNU Social. Zarejestruj swoje konto Friendica jako klienta komputerowego na koncie GNU Social, skopiuj tutaj parę kluczy konsumenta i wprowadź podstawową bazę interfejsu API.
Zanim zarejestrujesz swoją własną parę kluczy OAuth, zapytaj administratora, czy istnieje już para kluczy do instalacji tej aplikacji na stronie Twoja ulubiona instalacja społecznościowa GNU."; -$a->strings["OAuth Consumer Key"] = "Klucz klienta OAuth"; -$a->strings["OAuth Consumer Secret"] = "Tajny klucz klienta OAuth"; -$a->strings["Base API Path (remember the trailing /)"] = "Podstawowa ścieżka interfejsu API (pamiętaj na końcu /)"; -$a->strings["To connect to your GNU Social account click the button below to get a security code from GNU Social which you have to copy into the input box below and submit the form. Only your public posts will be posted to GNU Social."] = "Aby połączyć się z kontem społecznościowym GNU, kliknij przycisk poniżej, aby uzyskać kod bezpieczeństwa z GNU Social, który musisz skopiować do poniższego pola wprowadzania i przesłać formularz. Tylko twoje publiczne posty będą publikowane w GNU Social."; -$a->strings["Log in with GNU Social"] = "Zaloguj się za pomocą GNU Social"; -$a->strings["Copy the security code from GNU Social here"] = "Skopiuj tutaj kod bezpieczeństwa z GNU Social"; -$a->strings["Cancel Connection Process"] = "Anuluj proces połączenia"; -$a->strings["Current GNU Social API is"] = "Obecne API GNU Social to"; -$a->strings["Cancel GNU Social Connection"] = "Anuluj GNU Social Connection"; -$a->strings["Currently connected to: "] = "Obecnie podłączony do:"; -$a->strings["If enabled all your public postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Jeśli ta opcja jest włączona, wszystkie twoje publiczne ogłoszenia mogą zostać wysłane na powiązane konto społecznościowe GNU. Możesz to zrobić domyślnie (tutaj) lub dla każdego komentarza osobno w opcjach komentarza podczas pisania wpisu."; -$a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to GNU Social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "Uwaga: Ze względu na ustawienia prywatności (Ukryć szczegóły Twojego profilu, przed nieznanymi użytkownikami?) link potencjalnie zawarty w publicznych komentarzach do Twitter doprowadzi użytkownika do pustej strony informowania odwiedzających, że dostęp do Twojego profilu został ograniczony."; -$a->strings["Allow posting to GNU Social"] = "Zezwalaj na publikowanie w GNU Social"; -$a->strings["Send public postings to GNU Social by default"] = "Domyślnie wysyłaj publiczne ogłoszenia do GNU Social"; -$a->strings["Mirror all posts from GNU Social that are no replies or repeated messages"] = "Odblokuj wszystkie posty z GNU Social, które nie są odpowiedziami lub powtarzającymi się wiadomościami"; -$a->strings["Import the remote timeline"] = "Zaimportuj na zdalnej oś czasu"; -$a->strings["Disabled"] = "Wyłącz"; -$a->strings["Full Timeline"] = "Pełna oś czasu"; -$a->strings["Only Mentions"] = "Tylko wzmianki"; -$a->strings["Clear OAuth configuration"] = "Wyczyść konfigurację OAuth"; -$a->strings["Site name"] = "Nazwa strony"; -$a->strings["Consumer Secret"] = "Tajny klucz klienta"; -$a->strings["Consumer Key"] = "Klucz klienta"; +$a->strings['Post to GNU Social'] = 'Opublikuj w GNU Social'; +$a->strings['Please contact your site administrator.
The provided API URL is not valid.'] = 'Skontaktuj się z administratorem witryny.
Podany adres URL interfejsu API jest nieprawidłowy.'; +$a->strings['We could not contact the GNU Social API with the Path you entered.'] = 'Nie mogliśmy skontaktować się z GNU Social API z wprowadzoną ścieżką.'; +$a->strings['GNU Social settings updated.'] = 'Zaktualizowano ustawienia społeczności GNU.'; +$a->strings['GNU Social Import/Export/Mirror'] = 'GNU Social Import/Export/Mirror'; +$a->strings['Globally Available GNU Social OAuthKeys'] = 'Globalnie dostępne GNU Social OAuthKeys'; +$a->strings['There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below).'] = 'Istnieją wstępnie skonfigurowane pary kluczy OAuth dla niektórych serwerów społecznościowych GNU. Jeśli używasz jednego z nich, użyj tych poświadczeń. Jeśli nie, możesz połączyć się z dowolną inną instancją społecznościową GNU (patrz poniżej).'; +$a->strings['Save Settings'] = 'Zapisz ustawienia'; +$a->strings['Provide your own OAuth Credentials'] = 'Podaj własne dane uwierzytelniające OAuth'; +$a->strings['No consumer key pair for GNU Social found. Register your Friendica Account as an desktop client on your GNU Social account, copy the consumer key pair here and enter the API base root.
Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited GNU Social installation.'] = 'Nie znaleziono pary kluczy konsumenta dla GNU Social. Zarejestruj swoje konto Friendica jako klienta komputerowego na koncie GNU Social, skopiuj tutaj parę kluczy konsumenta i wprowadź podstawową bazę interfejsu API.
Zanim zarejestrujesz swoją własną parę kluczy OAuth, zapytaj administratora, czy istnieje już para kluczy do instalacji tej aplikacji na stronie Twoja ulubiona instalacja społecznościowa GNU.'; +$a->strings['OAuth Consumer Key'] = 'Klucz klienta OAuth'; +$a->strings['OAuth Consumer Secret'] = 'Tajny klucz klienta OAuth'; +$a->strings['Base API Path (remember the trailing /)'] = 'Podstawowa ścieżka interfejsu API (pamiętaj na końcu /)'; +$a->strings['To connect to your GNU Social account click the button below to get a security code from GNU Social which you have to copy into the input box below and submit the form. Only your public posts will be posted to GNU Social.'] = 'Aby połączyć się z kontem społecznościowym GNU, kliknij przycisk poniżej, aby uzyskać kod bezpieczeństwa z GNU Social, który musisz skopiować do poniższego pola wprowadzania i przesłać formularz. Tylko twoje publiczne posty będą publikowane w GNU Social.'; +$a->strings['Log in with GNU Social'] = 'Zaloguj się za pomocą GNU Social'; +$a->strings['Copy the security code from GNU Social here'] = 'Skopiuj tutaj kod bezpieczeństwa z GNU Social'; +$a->strings['Cancel Connection Process'] = 'Anuluj proces połączenia'; +$a->strings['Current GNU Social API is'] = 'Obecne API GNU Social to'; +$a->strings['Cancel GNU Social Connection'] = 'Anuluj GNU Social Connection'; +$a->strings['Currently connected to: '] = 'Obecnie podłączony do:'; +$a->strings['If enabled all your public postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Jeśli ta opcja jest włączona, wszystkie twoje publiczne ogłoszenia mogą zostać wysłane na powiązane konto społecznościowe GNU. Możesz to zrobić domyślnie (tutaj) lub dla każdego komentarza osobno w opcjach komentarza podczas pisania wpisu.'; +$a->strings['Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to GNU Social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted.'] = 'Uwaga: Ze względu na ustawienia prywatności (Ukryć szczegóły Twojego profilu, przed nieznanymi użytkownikami?) link potencjalnie zawarty w publicznych komentarzach do Twitter doprowadzi użytkownika do pustej strony informowania odwiedzających, że dostęp do Twojego profilu został ograniczony.'; +$a->strings['Allow posting to GNU Social'] = 'Zezwalaj na publikowanie w GNU Social'; +$a->strings['Send public postings to GNU Social by default'] = 'Domyślnie wysyłaj publiczne ogłoszenia do GNU Social'; +$a->strings['Mirror all posts from GNU Social that are no replies or repeated messages'] = 'Odblokuj wszystkie posty z GNU Social, które nie są odpowiedziami lub powtarzającymi się wiadomościami'; +$a->strings['Import the remote timeline'] = 'Zaimportuj na zdalnej oś czasu'; +$a->strings['Disabled'] = 'Wyłącz'; +$a->strings['Full Timeline'] = 'Pełna oś czasu'; +$a->strings['Only Mentions'] = 'Tylko wzmianki'; +$a->strings['Clear OAuth configuration'] = 'Wyczyść konfigurację OAuth'; +$a->strings['Site name'] = 'Nazwa strony'; +$a->strings['Consumer Secret'] = 'Tajny klucz klienta'; +$a->strings['Consumer Key'] = 'Klucz klienta'; diff --git a/statusnet/lang/pt-br/strings.php b/statusnet/lang/pt-br/strings.php index 65e26e26..a97f632d 100644 --- a/statusnet/lang/pt-br/strings.php +++ b/statusnet/lang/pt-br/strings.php @@ -5,11 +5,10 @@ function string_plural_select_pt_br($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Post to GNU Social"] = "Publicar no GNU Social"; -$a->strings["GNU Social settings updated."] = "As configurações do GNU Social foram atualizadas."; -$a->strings["Save Settings"] = "Salvar Configurações"; -$a->strings["Log in with GNU Social"] = "Entrar com o GNU Social"; -$a->strings["Allow posting to GNU Social"] = "Permitir a publicação no GNU Social"; -$a->strings["Send public postings to GNU Social by default"] = "Publicar posts públicos no GNU Social por padrão"; -$a->strings["Import the remote timeline"] = "Importar a linha do tempo remota"; +$a->strings['Post to GNU Social'] = 'Publicar no GNU Social'; +$a->strings['GNU Social settings updated.'] = 'As configurações do GNU Social foram atualizadas.'; +$a->strings['Save Settings'] = 'Salvar Configurações'; +$a->strings['Log in with GNU Social'] = 'Entrar com o GNU Social'; +$a->strings['Allow posting to GNU Social'] = 'Permitir a publicação no GNU Social'; +$a->strings['Send public postings to GNU Social by default'] = 'Publicar posts públicos no GNU Social por padrão'; +$a->strings['Import the remote timeline'] = 'Importar a linha do tempo remota'; diff --git a/statusnet/lang/ro/strings.php b/statusnet/lang/ro/strings.php index bf3b8fc9..c3778216 100644 --- a/statusnet/lang/ro/strings.php +++ b/statusnet/lang/ro/strings.php @@ -5,36 +5,35 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Post to StatusNet"] = "Postați pe StatusNet"; -$a->strings["Please contact your site administrator.
The provided API URL is not valid."] = "Vă rugăm să vă contactați administratorul de site.
URL-ul API furnizat, nu este valid."; -$a->strings["We could not contact the StatusNet API with the Path you entered."] = "Nu am putut conecta API pentru StatusNet la Calea pe care ați introdus-o."; -$a->strings["StatusNet settings updated."] = "Configurările StatusNet au fost actualizate."; -$a->strings["StatusNet Import/Export/Mirror"] = "Import/Export/Clonare StatusNet"; -$a->strings["Globally Available StatusNet OAuthKeys"] = "Cheile OAuthKeys StatusNet Disponibile Global"; -$a->strings["There are preconfigured OAuth key pairs for some StatusNet servers available. If you are useing one of them, please use these credentials. If not feel free to connect to any other StatusNet instance (see below)."] = "Acolo sunt preconfigurate perechile de chei OAuthKeys pentru anumite servere StatusNet disponibile. Dacă folosiți una dintre ele, vă rugăm să utilizați aceste acreditive. Dacă nu, vă puteți conecta la orice altă instanță StatusNet (vedeți mai jos)."; -$a->strings["Save Settings"] = "Salvare Configurări"; -$a->strings["Provide your own OAuth Credentials"] = "Furnizați propriile dvs. Acreditive OAuth"; -$a->strings["No consumer key pair for StatusNet found. Register your Friendica Account as an desktop client on your StatusNet account, copy the consumer key pair here and enter the API base root.
Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited StatusNet installation."] = "Nici o pereche de chei de utilizator pentru StatusNet, nu fost găsită. Înregistrați-vă Contul Friendica, ca și client desktop, pe contul dvs. StatusNet, copiați aici pereche de chei de utilizator, şi introduceți rădăcina-bazei API.
Înainte să vă înregistrați propria pereche de chei OAuth, întrebați administratorul dacă nu există deja o pereche de chei, pentru această instalare Friendica, conectată la instalarea dvs. favorită StatusNet."; -$a->strings["OAuth Consumer Key"] = "Cheia Utilizatorului OAuth"; -$a->strings["OAuth Consumer Secret"] = "Cheia Secretă a Utilizatorului OAuth"; -$a->strings["Base API Path (remember the trailing /)"] = "Cale-Bază API (nu uitați de slash /)"; -$a->strings["StatusNet application name"] = "Numele Aplicației StatusNet"; -$a->strings["To connect to your StatusNet account click the button below to get a security code from StatusNet which you have to copy into the input box below and submit the form. Only your public posts will be posted to StatusNet."] = "Pentru a vă conecta la contul dvs. StatusNet apăsați pe butonul de mai jos pentru a obține un cod de securitate de la StatusNet, pe care va trebui să îl copiați în caseta de introducere mai jos şi trimiteți formularul. Numai postările dvs.publice vor fi postate pe StatusNet."; -$a->strings["Log in with StatusNet"] = "Autentificare cu StatusNet"; -$a->strings["Copy the security code from StatusNet here"] = "Copiați aici codul de securitate din StatusNet"; -$a->strings["Cancel Connection Process"] = "Anulare Proces de Conectare"; -$a->strings["Current StatusNet API is"] = "Cheia API StatusNet Curentă este"; -$a->strings["Cancel StatusNet Connection"] = "Anulare Conectare StatusNet"; -$a->strings["Currently connected to: "] = "Conectat curent la:"; -$a->strings["If enabled all your public postings can be posted to the associated StatusNet account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Dacă activați, toate postările dvs. publice pot fi publicate în contul StatusNet asociat. Puteți face acest lucru, implicit (aici), sau pentru fiecare postare separată, prin opțiunile de postare atunci când compuneți un mesaj."; -$a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to StatusNet will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "Notă: Datorită configurărilor de confidenţialitate (Se ascund detaliile profilului dvs. de vizitatorii necunoscuți?), legătura potențial inclusă în postările publice transmise către StatusNet, va conduce vizitatorul la o pagină goală, informându-l pe vizitator că accesul la profilul dvs. a fost restricţionat."; -$a->strings["Allow posting to StatusNet"] = "Permite postarea pe StatusNet"; -$a->strings["Send public postings to StatusNet by default"] = "Trimite postările publice pe StatusNet, ca și implicit"; -$a->strings["Mirror all posts from statusnet that are no replies or repeated messages"] = "Clonează toate postările, din StatusNet, care nu sunt răspunsuri sau mesaje repetate"; -$a->strings["Import the remote timeline"] = "Importare cronologie la distanță"; -$a->strings["Clear OAuth configuration"] = "Ștergeți configurările OAuth "; -$a->strings["Site name"] = "Numele saitului"; -$a->strings["Consumer Secret"] = "Cheia Secretă a Utilizatorului"; -$a->strings["Consumer Key"] = "Cheia Utilizatorului"; -$a->strings["Application name"] = "Numele aplicației"; +$a->strings['Post to StatusNet'] = 'Postați pe StatusNet'; +$a->strings['Please contact your site administrator.
The provided API URL is not valid.'] = 'Vă rugăm să vă contactați administratorul de site.
URL-ul API furnizat, nu este valid.'; +$a->strings['We could not contact the StatusNet API with the Path you entered.'] = 'Nu am putut conecta API pentru StatusNet la Calea pe care ați introdus-o.'; +$a->strings['StatusNet settings updated.'] = 'Configurările StatusNet au fost actualizate.'; +$a->strings['StatusNet Import/Export/Mirror'] = 'Import/Export/Clonare StatusNet'; +$a->strings['Globally Available StatusNet OAuthKeys'] = 'Cheile OAuthKeys StatusNet Disponibile Global'; +$a->strings['There are preconfigured OAuth key pairs for some StatusNet servers available. If you are useing one of them, please use these credentials. If not feel free to connect to any other StatusNet instance (see below).'] = 'Acolo sunt preconfigurate perechile de chei OAuthKeys pentru anumite servere StatusNet disponibile. Dacă folosiți una dintre ele, vă rugăm să utilizați aceste acreditive. Dacă nu, vă puteți conecta la orice altă instanță StatusNet (vedeți mai jos).'; +$a->strings['Save Settings'] = 'Salvare Configurări'; +$a->strings['Provide your own OAuth Credentials'] = 'Furnizați propriile dvs. Acreditive OAuth'; +$a->strings['No consumer key pair for StatusNet found. Register your Friendica Account as an desktop client on your StatusNet account, copy the consumer key pair here and enter the API base root.
Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited StatusNet installation.'] = 'Nici o pereche de chei de utilizator pentru StatusNet, nu fost găsită. Înregistrați-vă Contul Friendica, ca și client desktop, pe contul dvs. StatusNet, copiați aici pereche de chei de utilizator, şi introduceți rădăcina-bazei API.
Înainte să vă înregistrați propria pereche de chei OAuth, întrebați administratorul dacă nu există deja o pereche de chei, pentru această instalare Friendica, conectată la instalarea dvs. favorită StatusNet.'; +$a->strings['OAuth Consumer Key'] = 'Cheia Utilizatorului OAuth'; +$a->strings['OAuth Consumer Secret'] = 'Cheia Secretă a Utilizatorului OAuth'; +$a->strings['Base API Path (remember the trailing /)'] = 'Cale-Bază API (nu uitați de slash /)'; +$a->strings['StatusNet application name'] = 'Numele Aplicației StatusNet'; +$a->strings['To connect to your StatusNet account click the button below to get a security code from StatusNet which you have to copy into the input box below and submit the form. Only your public posts will be posted to StatusNet.'] = 'Pentru a vă conecta la contul dvs. StatusNet apăsați pe butonul de mai jos pentru a obține un cod de securitate de la StatusNet, pe care va trebui să îl copiați în caseta de introducere mai jos şi trimiteți formularul. Numai postările dvs.publice vor fi postate pe StatusNet.'; +$a->strings['Log in with StatusNet'] = 'Autentificare cu StatusNet'; +$a->strings['Copy the security code from StatusNet here'] = 'Copiați aici codul de securitate din StatusNet'; +$a->strings['Cancel Connection Process'] = 'Anulare Proces de Conectare'; +$a->strings['Current StatusNet API is'] = 'Cheia API StatusNet Curentă este'; +$a->strings['Cancel StatusNet Connection'] = 'Anulare Conectare StatusNet'; +$a->strings['Currently connected to: '] = 'Conectat curent la:'; +$a->strings['If enabled all your public postings can be posted to the associated StatusNet account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Dacă activați, toate postările dvs. publice pot fi publicate în contul StatusNet asociat. Puteți face acest lucru, implicit (aici), sau pentru fiecare postare separată, prin opțiunile de postare atunci când compuneți un mesaj.'; +$a->strings['Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to StatusNet will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted.'] = 'Notă: Datorită configurărilor de confidenţialitate (Se ascund detaliile profilului dvs. de vizitatorii necunoscuți?), legătura potențial inclusă în postările publice transmise către StatusNet, va conduce vizitatorul la o pagină goală, informându-l pe vizitator că accesul la profilul dvs. a fost restricţionat.'; +$a->strings['Allow posting to StatusNet'] = 'Permite postarea pe StatusNet'; +$a->strings['Send public postings to StatusNet by default'] = 'Trimite postările publice pe StatusNet, ca și implicit'; +$a->strings['Mirror all posts from statusnet that are no replies or repeated messages'] = 'Clonează toate postările, din StatusNet, care nu sunt răspunsuri sau mesaje repetate'; +$a->strings['Import the remote timeline'] = 'Importare cronologie la distanță'; +$a->strings['Clear OAuth configuration'] = 'Ștergeți configurările OAuth '; +$a->strings['Site name'] = 'Numele saitului'; +$a->strings['Consumer Secret'] = 'Cheia Secretă a Utilizatorului'; +$a->strings['Consumer Key'] = 'Cheia Utilizatorului'; +$a->strings['Application name'] = 'Numele aplicației'; diff --git a/superblock/lang/cs/strings.php b/superblock/lang/cs/strings.php index b7a3ec8f..2d19a3c1 100644 --- a/superblock/lang/cs/strings.php +++ b/superblock/lang/cs/strings.php @@ -5,10 +5,9 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Superblock"] = "Superblock"; -$a->strings["Comma separated profile URLS to block"] = "Čárkou oddělené URL adresy profilů určených k ignorování"; -$a->strings["Save Settings"] = "Uložit nastavení"; -$a->strings["SUPERBLOCK Settings saved."] = "Nastavení SUPERBLOCK uložena"; -$a->strings["Block Completely"] = "Zablokovat úplně"; -$a->strings["superblock settings updated"] = "nastavení superblock aktualizována"; +$a->strings['Superblock'] = 'Superblock'; +$a->strings['Comma separated profile URLS to block'] = 'Čárkou oddělené URL adresy profilů určených k ignorování'; +$a->strings['Save Settings'] = 'Uložit nastavení'; +$a->strings['SUPERBLOCK Settings saved.'] = 'Nastavení SUPERBLOCK uložena'; +$a->strings['Block Completely'] = 'Zablokovat úplně'; +$a->strings['superblock settings updated'] = 'nastavení superblock aktualizována'; diff --git a/superblock/lang/de/strings.php b/superblock/lang/de/strings.php index 4d88a547..27965889 100644 --- a/superblock/lang/de/strings.php +++ b/superblock/lang/de/strings.php @@ -5,10 +5,9 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Superblock"] = "Superblock"; -$a->strings["Comma separated profile URLS to block"] = "Profil-URLs, die geblockt werden sollen (durch Kommas getrennt)"; -$a->strings["Save Settings"] = "Einstellungen speichern"; -$a->strings["SUPERBLOCK Settings saved."] = "Superblock Einstellungen gespeichert"; -$a->strings["Block Completely"] = "Vollständig blockieren"; -$a->strings["superblock settings updated"] = "Superblock Einstellungen aktualisiert"; +$a->strings['Superblock'] = 'Superblock'; +$a->strings['Comma separated profile URLS to block'] = 'Profil-URLs, die geblockt werden sollen (durch Kommas getrennt)'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; +$a->strings['SUPERBLOCK Settings saved.'] = 'Superblock Einstellungen gespeichert'; +$a->strings['Block Completely'] = 'Vollständig blockieren'; +$a->strings['superblock settings updated'] = 'Superblock Einstellungen aktualisiert'; diff --git a/superblock/lang/en-gb/strings.php b/superblock/lang/en-gb/strings.php index e5d54902..2d8d25de 100644 --- a/superblock/lang/en-gb/strings.php +++ b/superblock/lang/en-gb/strings.php @@ -5,10 +5,9 @@ function string_plural_select_en_gb($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Superblock"] = "Superblock"; -$a->strings["Comma separated profile URLS to block"] = "Profile URLs to block (separated by commas)"; -$a->strings["Save Settings"] = "Save settings"; -$a->strings["SUPERBLOCK Settings saved."] = "Superblock settings saved."; -$a->strings["Block Completely"] = "Block completely"; -$a->strings["superblock settings updated"] = "Superblock settings updated"; +$a->strings['Superblock'] = 'Superblock'; +$a->strings['Comma separated profile URLS to block'] = 'Profile URLs to block (separated by commas)'; +$a->strings['Save Settings'] = 'Save settings'; +$a->strings['SUPERBLOCK Settings saved.'] = 'Superblock settings saved.'; +$a->strings['Block Completely'] = 'Block completely'; +$a->strings['superblock settings updated'] = 'Superblock settings updated'; diff --git a/superblock/lang/en-us/strings.php b/superblock/lang/en-us/strings.php index 133456b3..a4d22d85 100644 --- a/superblock/lang/en-us/strings.php +++ b/superblock/lang/en-us/strings.php @@ -5,5 +5,4 @@ function string_plural_select_en_us($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Comma separated profile URLS to block"] = "Comma-separated profile URLs to block"; +$a->strings['Comma separated profile URLS to block'] = 'Comma-separated profile URLs to block'; diff --git a/superblock/lang/es/strings.php b/superblock/lang/es/strings.php index b211bfc6..63c63e33 100644 --- a/superblock/lang/es/strings.php +++ b/superblock/lang/es/strings.php @@ -5,8 +5,7 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Superblock"] = "Soperbloquéo"; -$a->strings["Comma separated profile URLS to block"] = "Perfil de URLS a bloque separado por comas"; -$a->strings["Save Settings"] = "Guardar configuración"; -$a->strings["Block Completely"] = "Bloquear completamente"; +$a->strings['Superblock'] = 'Soperbloquéo'; +$a->strings['Comma separated profile URLS to block'] = 'Perfil de URLS a bloque separado por comas'; +$a->strings['Save Settings'] = 'Guardar configuración'; +$a->strings['Block Completely'] = 'Bloquear completamente'; diff --git a/superblock/lang/fi-fi/strings.php b/superblock/lang/fi-fi/strings.php index b2aeb042..289f33b0 100644 --- a/superblock/lang/fi-fi/strings.php +++ b/superblock/lang/fi-fi/strings.php @@ -5,10 +5,9 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["\"Superblock\""] = "\"Superblock\""; -$a->strings["Comma separated profile URLS to block"] = "Estettävien profiilien URL-osoitteet pilkulla erotettuina"; -$a->strings["Save Settings"] = "Tallenna asetukset"; -$a->strings["SUPERBLOCK Settings saved."] = "Superblock -asetukset tallennettu."; -$a->strings["Block Completely"] = "Estä kokonaan"; -$a->strings["superblock settings updated"] = "superblock -asetukset päivitetty"; +$a->strings['"Superblock"'] = '"Superblock"'; +$a->strings['Comma separated profile URLS to block'] = 'Estettävien profiilien URL-osoitteet pilkulla erotettuina'; +$a->strings['Save Settings'] = 'Tallenna asetukset'; +$a->strings['SUPERBLOCK Settings saved.'] = 'Superblock -asetukset tallennettu.'; +$a->strings['Block Completely'] = 'Estä kokonaan'; +$a->strings['superblock settings updated'] = 'superblock -asetukset päivitetty'; diff --git a/superblock/lang/fr/strings.php b/superblock/lang/fr/strings.php index 02efe8d1..b2f4cf7b 100644 --- a/superblock/lang/fr/strings.php +++ b/superblock/lang/fr/strings.php @@ -5,5 +5,4 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Save Settings"] = "Sauvegarder les paramètres"; +$a->strings['Save Settings'] = 'Sauvegarder les paramètres'; diff --git a/superblock/lang/hu/strings.php b/superblock/lang/hu/strings.php index 150b5658..fe7e437c 100644 --- a/superblock/lang/hu/strings.php +++ b/superblock/lang/hu/strings.php @@ -5,8 +5,7 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Superblock"] = "Szuper tiltás"; -$a->strings["Comma separated profile URLS to block"] = "Tiltandó profil URL-ek vesszővel elválasztott listája"; -$a->strings["Save Settings"] = "Beállítások mentése"; -$a->strings["Block Completely"] = "Tiltás teljesen"; +$a->strings['Superblock'] = 'Szuper tiltás'; +$a->strings['Comma separated profile URLS to block'] = 'Tiltandó profil URL-ek vesszővel elválasztott listája'; +$a->strings['Save Settings'] = 'Beállítások mentése'; +$a->strings['Block Completely'] = 'Tiltás teljesen'; diff --git a/superblock/lang/it/strings.php b/superblock/lang/it/strings.php index d49a5772..bd886d74 100644 --- a/superblock/lang/it/strings.php +++ b/superblock/lang/it/strings.php @@ -5,10 +5,9 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Superblock"] = "Superblock"; -$a->strings["Comma separated profile URLS to block"] = "Lista, separata da virgola, di indirizzi di profili da bloccare"; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$a->strings["SUPERBLOCK Settings saved."] = "Impostazioni \"Superblocco\" salvate."; -$a->strings["Block Completely"] = "Blocca Completamente"; -$a->strings["superblock settings updated"] = "impostazioni \"superblocco\" aggiornate."; +$a->strings['Superblock'] = 'Superblock'; +$a->strings['Comma separated profile URLS to block'] = 'Lista, separata da virgola, di indirizzi di profili da bloccare'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; +$a->strings['SUPERBLOCK Settings saved.'] = 'Impostazioni "Superblocco" salvate.'; +$a->strings['Block Completely'] = 'Blocca Completamente'; +$a->strings['superblock settings updated'] = 'impostazioni "superblocco" aggiornate.'; diff --git a/superblock/lang/nl/strings.php b/superblock/lang/nl/strings.php index 7f5f2532..fa857a92 100644 --- a/superblock/lang/nl/strings.php +++ b/superblock/lang/nl/strings.php @@ -5,8 +5,7 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Superblock"] = "Superblock"; -$a->strings["Save Settings"] = "Instellingen opslaan"; -$a->strings["SUPERBLOCK Settings saved."] = "SUPERBLOCK instellingen opgeslagen"; -$a->strings["superblock settings updated"] = "Superblock instellingen opgeslagen"; +$a->strings['Superblock'] = 'Superblock'; +$a->strings['Save Settings'] = 'Instellingen opslaan'; +$a->strings['SUPERBLOCK Settings saved.'] = 'SUPERBLOCK instellingen opgeslagen'; +$a->strings['superblock settings updated'] = 'Superblock instellingen opgeslagen'; diff --git a/superblock/lang/pl/strings.php b/superblock/lang/pl/strings.php index 3fe02066..1ad7843b 100644 --- a/superblock/lang/pl/strings.php +++ b/superblock/lang/pl/strings.php @@ -5,10 +5,9 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Superblock"] = "Superblock"; -$a->strings["Comma separated profile URLS to block"] = "Oddzielone przecinkami adresy URL profilu do zablokowania"; -$a->strings["Save Settings"] = "Zapisz ustawienia"; -$a->strings["SUPERBLOCK Settings saved."] = "SUPERBLOCK Zapisano ustawienia."; -$a->strings["Block Completely"] = "Całkowicie zablokuj"; -$a->strings["superblock settings updated"] = "zaktualizowano ustawienia superblock"; +$a->strings['Superblock'] = 'Superblock'; +$a->strings['Comma separated profile URLS to block'] = 'Oddzielone przecinkami adresy URL profilu do zablokowania'; +$a->strings['Save Settings'] = 'Zapisz ustawienia'; +$a->strings['SUPERBLOCK Settings saved.'] = 'SUPERBLOCK Zapisano ustawienia.'; +$a->strings['Block Completely'] = 'Całkowicie zablokuj'; +$a->strings['superblock settings updated'] = 'zaktualizowano ustawienia superblock'; diff --git a/superblock/lang/pt-br/strings.php b/superblock/lang/pt-br/strings.php index 0a23c473..71cfc762 100644 --- a/superblock/lang/pt-br/strings.php +++ b/superblock/lang/pt-br/strings.php @@ -5,12 +5,11 @@ function string_plural_select_pt_br($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["\"Blockem\" Settings"] = "Configurações do \"Blockem\""; -$a->strings["Comma separated profile URLS to block"] = "URLs de perfis a serem bloqueados, separados por vírgulas"; -$a->strings["Submit"] = "Enviar"; -$a->strings["BLOCKEM Settings saved."] = "As configurações do Blockem foram salvas."; -$a->strings["Blocked %s - Click to open/close"] = "Bloqueou %s - Clique para abrir/fechar"; -$a->strings["Unblock Author"] = "Desbloquear autor"; -$a->strings["Block Author"] = "Bloquear autor"; -$a->strings["blockem settings updated"] = "As configurações do Blockem foram atualizadas."; +$a->strings['"Blockem" Settings'] = 'Configurações do "Blockem"'; +$a->strings['Comma separated profile URLS to block'] = 'URLs de perfis a serem bloqueados, separados por vírgulas'; +$a->strings['Submit'] = 'Enviar'; +$a->strings['BLOCKEM Settings saved.'] = 'As configurações do Blockem foram salvas.'; +$a->strings['Blocked %s - Click to open/close'] = 'Bloqueou %s - Clique para abrir/fechar'; +$a->strings['Unblock Author'] = 'Desbloquear autor'; +$a->strings['Block Author'] = 'Bloquear autor'; +$a->strings['blockem settings updated'] = 'As configurações do Blockem foram atualizadas.'; diff --git a/superblock/lang/ro/strings.php b/superblock/lang/ro/strings.php index f3298a23..d6c22234 100644 --- a/superblock/lang/ro/strings.php +++ b/superblock/lang/ro/strings.php @@ -5,10 +5,9 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["\"Superblock\" Settings"] = "Configurări \"Superblock\""; -$a->strings["Comma separated profile URLS to block"] = "Adresele URL de profil, de blocat, separate prin virgulă"; -$a->strings["Save Settings"] = "Salvare Configurări"; -$a->strings["SUPERBLOCK Settings saved."] = "Configurările SUPERBLOCK au fost salvate."; -$a->strings["Block Completely"] = "Blocare Completă"; -$a->strings["superblock settings updated"] = "Configurările superblock au fost actualizate"; +$a->strings['"Superblock" Settings'] = 'Configurări "Superblock"'; +$a->strings['Comma separated profile URLS to block'] = 'Adresele URL de profil, de blocat, separate prin virgulă'; +$a->strings['Save Settings'] = 'Salvare Configurări'; +$a->strings['SUPERBLOCK Settings saved.'] = 'Configurările SUPERBLOCK au fost salvate.'; +$a->strings['Block Completely'] = 'Blocare Completă'; +$a->strings['superblock settings updated'] = 'Configurările superblock au fost actualizate'; diff --git a/superblock/lang/ru/strings.php b/superblock/lang/ru/strings.php index acae21d3..03b9a651 100644 --- a/superblock/lang/ru/strings.php +++ b/superblock/lang/ru/strings.php @@ -5,10 +5,9 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Superblock"] = "Superblock"; -$a->strings["Comma separated profile URLS to block"] = "Ссылки на блокируемые профили через запятую"; -$a->strings["Save Settings"] = "Сохранить настройки"; -$a->strings["SUPERBLOCK Settings saved."] = "Настройки Superblock сохранены"; -$a->strings["Block Completely"] = "Заблокировать совсем"; -$a->strings["superblock settings updated"] = "настройки superblock обновлены"; +$a->strings['Superblock'] = 'Superblock'; +$a->strings['Comma separated profile URLS to block'] = 'Ссылки на блокируемые профили через запятую'; +$a->strings['Save Settings'] = 'Сохранить настройки'; +$a->strings['SUPERBLOCK Settings saved.'] = 'Настройки Superblock сохранены'; +$a->strings['Block Completely'] = 'Заблокировать совсем'; +$a->strings['superblock settings updated'] = 'настройки superblock обновлены'; diff --git a/testdrive/lang/cs/strings.php b/testdrive/lang/cs/strings.php index abdc9e85..7eb1b5b0 100644 --- a/testdrive/lang/cs/strings.php +++ b/testdrive/lang/cs/strings.php @@ -5,8 +5,11 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n==1)) { return 0; } else if (($n>=2 && $n<=4)) { return 1; } else { return 2; } }} -; -$a->strings["Administrator"] = "Administrátor"; -$a->strings["Your account on %s will expire in a few days."] = "Platnost Vašeho účtu na %s vyprší během několika dní."; -$a->strings["Your Friendica test account is about to expire."] = "Váš Friendica testovací účet brzy vyprší."; -$a->strings["Hi %1\$s,\n\nYour test account on %2\$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at http://dir.friendica.com/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com."] = "Ahoj %1\$s,\n\nplatnost Vašeho testovacího účtu na %2\$s vyprší za méně než 5 dní. Doufáme, že jste si testovací jízdu užili a že se Vám povedlo najít trvalý Friendica server pro Vaši integrovanou sociální komunikaci. List veřejně dostupných serverů je k dispozici na http://dir.friendica.com/siteinfo - a pro více informací, jak si vytvořit svůj vlastní server, navštivte stránky projektu Friendica na adrese http://friendica.com."; +$a->strings['Administrator'] = 'Administrátor'; +$a->strings['Your account on %s will expire in a few days.'] = 'Platnost Vašeho účtu na %s vyprší během několika dní.'; +$a->strings['Your Friendica test account is about to expire.'] = 'Váš Friendica testovací účet brzy vyprší.'; +$a->strings['Hi %1$s, + +Your test account on %2$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at http://dir.friendica.com/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com.'] = 'Ahoj %1$s, + +platnost Vašeho testovacího účtu na %2$s vyprší za méně než 5 dní. Doufáme, že jste si testovací jízdu užili a že se Vám povedlo najít trvalý Friendica server pro Vaši integrovanou sociální komunikaci. List veřejně dostupných serverů je k dispozici na http://dir.friendica.com/siteinfo - a pro více informací, jak si vytvořit svůj vlastní server, navštivte stránky projektu Friendica na adrese http://friendica.com.'; diff --git a/testdrive/lang/de/strings.php b/testdrive/lang/de/strings.php index 1a784917..35596296 100644 --- a/testdrive/lang/de/strings.php +++ b/testdrive/lang/de/strings.php @@ -5,8 +5,11 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Administrator"] = "Administrator"; -$a->strings["Your account on %s will expire in a few days."] = "Dein Konto auf %s wird in ein paar Tagen verfallen."; -$a->strings["Your Friendica test account is about to expire."] = "Dein Friendica-Testkonto wird bald verfallen."; -$a->strings["Hi %1\$s,\n\nYour test account on %2\$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at %s/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at https://friendi.ca."] = "Hallo %1\$s,\n\ndein Testkonto auf %2\$s wird in weniger als fünf Tagen verfallen. Wir hoffen, dass dir dieser Testlauf gefallen hat, so dass du die Gelegenheit nutzt und dir einen normalen Friendica-Server für deine integrierte Social-Network-Kommunikation suchst. Eine Liste öffentlicher Server findest du auf %s/siteinfo . Um mehr Information darüber zu bekommen, wie man einen eigenen Friendica-Server aufsetzt, kannst du auch einen Blick auf die Friendica-Projektseite werfen: https://friendi.ca"; +$a->strings['Administrator'] = 'Administrator'; +$a->strings['Your account on %s will expire in a few days.'] = 'Dein Konto auf %s wird in ein paar Tagen verfallen.'; +$a->strings['Your Friendica test account is about to expire.'] = 'Dein Friendica-Testkonto wird bald verfallen.'; +$a->strings['Hi %1$s, + +Your test account on %2$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at %s/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at https://friendi.ca.'] = 'Hallo %1$s, + +dein Testkonto auf %2$s wird in weniger als fünf Tagen verfallen. Wir hoffen, dass dir dieser Testlauf gefallen hat, so dass du die Gelegenheit nutzt und dir einen normalen Friendica-Server für deine integrierte Social-Network-Kommunikation suchst. Eine Liste öffentlicher Server findest du auf %s/siteinfo . Um mehr Information darüber zu bekommen, wie man einen eigenen Friendica-Server aufsetzt, kannst du auch einen Blick auf die Friendica-Projektseite werfen: https://friendi.ca'; diff --git a/testdrive/lang/es/strings.php b/testdrive/lang/es/strings.php index b9bc6a78..e26f7dd1 100644 --- a/testdrive/lang/es/strings.php +++ b/testdrive/lang/es/strings.php @@ -5,8 +5,11 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Administrator"] = "Administrador"; -$a->strings["Your account on %s will expire in a few days."] = "Su cuenta de %s expirará en unos días."; -$a->strings["Your Friendica test account is about to expire."] = "Su cuenta de prueba de Friendica está a punto de expirar."; -$a->strings["Hi %1\$s,\n\nYour test account on %2\$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at %s/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at https://friendi.ca."] = "Hi %1\$s,\n\nTu cuenta de prueba en %2\$s caducará en menos de cinco días. Esperamos que haya disfrutado de esta prueba y aproveche esta oportunidad para encontrar un sitio web permanente de Friendica para sus comunicaciones sociales integradas. Una lista de sitios públicos está disponible en%s/siteinfo - y para obtener más información sobre cómo configurar su propio servidor Friendica, consulte el sitio web del proyecto Friendica en https://friendi.ca."; +$a->strings['Administrator'] = 'Administrador'; +$a->strings['Your account on %s will expire in a few days.'] = 'Su cuenta de %s expirará en unos días.'; +$a->strings['Your Friendica test account is about to expire.'] = 'Su cuenta de prueba de Friendica está a punto de expirar.'; +$a->strings['Hi %1$s, + +Your test account on %2$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at %s/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at https://friendi.ca.'] = 'Hi %1$s, + +Tu cuenta de prueba en %2$s caducará en menos de cinco días. Esperamos que haya disfrutado de esta prueba y aproveche esta oportunidad para encontrar un sitio web permanente de Friendica para sus comunicaciones sociales integradas. Una lista de sitios públicos está disponible en%s/siteinfo - y para obtener más información sobre cómo configurar su propio servidor Friendica, consulte el sitio web del proyecto Friendica en https://friendi.ca.'; diff --git a/testdrive/lang/fi-fi/strings.php b/testdrive/lang/fi-fi/strings.php index 87c536a1..b8455b4d 100644 --- a/testdrive/lang/fi-fi/strings.php +++ b/testdrive/lang/fi-fi/strings.php @@ -5,7 +5,6 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Administrator"] = "Ylläpitäjä"; -$a->strings["Your account on %s will expire in a few days."] = "%s -tilisi vanhenee muutaman päivän kuluttua."; -$a->strings["Your Friendica test account is about to expire."] = "Koetilisi Friendicassa umpeutuu kohta."; +$a->strings['Administrator'] = 'Ylläpitäjä'; +$a->strings['Your account on %s will expire in a few days.'] = '%s -tilisi vanhenee muutaman päivän kuluttua.'; +$a->strings['Your Friendica test account is about to expire.'] = 'Koetilisi Friendicassa umpeutuu kohta.'; diff --git a/testdrive/lang/hu/strings.php b/testdrive/lang/hu/strings.php index 87e2ae0f..1671ce15 100644 --- a/testdrive/lang/hu/strings.php +++ b/testdrive/lang/hu/strings.php @@ -5,8 +5,11 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Administrator"] = "Adminisztrátor"; -$a->strings["Your account on %s will expire in a few days."] = "A(z) %s oldalon lévő fiókja néhány napon belül le fog járni."; -$a->strings["Your Friendica test account is about to expire."] = "A Friendica tesztfiókja hamarosan lejár."; -$a->strings["Hi %1\$s,\n\nYour test account on %2\$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at %s/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at https://friendi.ca."] = "Kedves %1\$s!\n\nA(z) %2\$s oldalon lévő tesztfiókja öt napon belül le fog járni. Reméljük, hogy élvezte ezt a tesztvezetést, és élni fog a lehetőséggel, hogy egy állandó Friendica weboldalt keressen az integrált közösségi kommunikációjához. A nyilvános oldalak listája a %s/siteinfo címen érhető el – és a saját Friendica kiszolgáló beállításával kapcsolatos további információkért látogassa meg a Friendica projekt weboldalát a https://friendi.ca címen."; +$a->strings['Administrator'] = 'Adminisztrátor'; +$a->strings['Your account on %s will expire in a few days.'] = 'A(z) %s oldalon lévő fiókja néhány napon belül le fog járni.'; +$a->strings['Your Friendica test account is about to expire.'] = 'A Friendica tesztfiókja hamarosan lejár.'; +$a->strings['Hi %1$s, + +Your test account on %2$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at %s/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at https://friendi.ca.'] = 'Kedves %1$s! + +A(z) %2$s oldalon lévő tesztfiókja öt napon belül le fog járni. Reméljük, hogy élvezte ezt a tesztvezetést, és élni fog a lehetőséggel, hogy egy állandó Friendica weboldalt keressen az integrált közösségi kommunikációjához. A nyilvános oldalak listája a %s/siteinfo címen érhető el – és a saját Friendica kiszolgáló beállításával kapcsolatos további információkért látogassa meg a Friendica projekt weboldalát a https://friendi.ca címen.'; diff --git a/testdrive/lang/it/strings.php b/testdrive/lang/it/strings.php index b24c948e..8923cc15 100644 --- a/testdrive/lang/it/strings.php +++ b/testdrive/lang/it/strings.php @@ -5,8 +5,11 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Administrator"] = "Amministratore"; -$a->strings["Your account on %s will expire in a few days."] = "Il tuo account su %s scadrà tra pochi giorni."; -$a->strings["Your Friendica test account is about to expire."] = "Il tuo account di prova su Friendica sta per scadere."; -$a->strings["Hi %1\$s,\n\nYour test account on %2\$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at %s/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at https://friendi.ca."] = "Ciao %1\$s,\n\nIl tuo account di prova su %2\$s scadrà in meno di cinque giorni. Ci auguriamo che tu abbia gradito questo giro di prova e che tu possa trovare un sito su cui creare un account Friendica permanente. Una lista di siti pubblici è disponibile presso %s/siteinfo . Per maggiori informazioni su come installare un tuo server Friendica personale, vai sul sito del progetto Friendica presso https://friendi.ca."; +$a->strings['Administrator'] = 'Amministratore'; +$a->strings['Your account on %s will expire in a few days.'] = 'Il tuo account su %s scadrà tra pochi giorni.'; +$a->strings['Your Friendica test account is about to expire.'] = 'Il tuo account di prova su Friendica sta per scadere.'; +$a->strings['Hi %1$s, + +Your test account on %2$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at %s/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at https://friendi.ca.'] = 'Ciao %1$s, + +Il tuo account di prova su %2$s scadrà in meno di cinque giorni. Ci auguriamo che tu abbia gradito questo giro di prova e che tu possa trovare un sito su cui creare un account Friendica permanente. Una lista di siti pubblici è disponibile presso %s/siteinfo . Per maggiori informazioni su come installare un tuo server Friendica personale, vai sul sito del progetto Friendica presso https://friendi.ca.'; diff --git a/testdrive/lang/nl/strings.php b/testdrive/lang/nl/strings.php index 6db69a1b..ae95eaac 100644 --- a/testdrive/lang/nl/strings.php +++ b/testdrive/lang/nl/strings.php @@ -5,5 +5,4 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Administrator"] = "Beheerder"; +$a->strings['Administrator'] = 'Beheerder'; diff --git a/testdrive/lang/pl/strings.php b/testdrive/lang/pl/strings.php index 47900eab..98c4bca5 100644 --- a/testdrive/lang/pl/strings.php +++ b/testdrive/lang/pl/strings.php @@ -5,8 +5,11 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Administrator"] = "Administrator"; -$a->strings["Your account on %s will expire in a few days."] = "Twoje konto w %s wygaśnie w ciągu kilku dni."; -$a->strings["Your Friendica test account is about to expire."] = "Twoje testowe konto Friendica za chwilę wygaśnie."; -$a->strings["Hi %1\$s,\n\nYour test account on %2\$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at %s/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com."] = " Cześć %1\$s,\n \n Twoje konto testowe wygaśnie %2\$s za mniej niż pięć dni. Mamy nadzieję, że podoba Ci się ta jazda testowa i wykorzystaj tę okazję, by znaleźć stałą stronę Friendica do zintegrowanej komunikacji społecznej. Lista serwisów publicznych jest dostępna na stronie %s/siteinfo. Aby uzyskać więcej informacji na temat konfigurowania własnego serwera Friendica, odwiedź stronę projektu Friendica pod adresem http://friendica.com."; +$a->strings['Administrator'] = 'Administrator'; +$a->strings['Your account on %s will expire in a few days.'] = 'Twoje konto w %s wygaśnie w ciągu kilku dni.'; +$a->strings['Your Friendica test account is about to expire.'] = 'Twoje testowe konto Friendica za chwilę wygaśnie.'; +$a->strings['Hi %1$s, + +Your test account on %2$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at %s/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com.'] = ' Cześć %1$s, + + Twoje konto testowe wygaśnie %2$s za mniej niż pięć dni. Mamy nadzieję, że podoba Ci się ta jazda testowa i wykorzystaj tę okazję, by znaleźć stałą stronę Friendica do zintegrowanej komunikacji społecznej. Lista serwisów publicznych jest dostępna na stronie %s/siteinfo. Aby uzyskać więcej informacji na temat konfigurowania własnego serwera Friendica, odwiedź stronę projektu Friendica pod adresem http://friendica.com.'; diff --git a/testdrive/lang/ro/strings.php b/testdrive/lang/ro/strings.php index f64d845d..e0c21b70 100644 --- a/testdrive/lang/ro/strings.php +++ b/testdrive/lang/ro/strings.php @@ -5,8 +5,11 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Administrator"] = "Administrator"; -$a->strings["Your account on %s will expire in a few days."] = "Contul dvs. de pe %s va expira în câteva zile."; -$a->strings["Your Friendica test account is about to expire."] = "Contul dvs. de testare Friendica, este pe cale sa expire."; -$a->strings["Hi %1\$s,\n\nYour test account on %2\$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at http://dir.friendica.com/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com."] = "Bună ziua %1\$s,\n\nContul dumneavoastră de testare de pe %2\$s va expira în mai puțin de cinci zile. Sperăm că v-ați bucurat de această perioadă de testare, şi că veți folosi această oportunitate pentru a găsi un site Friendica permanent, pentru integrarea comunicațiilor dvs. sociale. O listă a site-urilor publice este disponibilă pe http://dir.friendica.com/siteinfo - şi pentru mai multe informații referitoare la configurarea propriului server Friendica, vă rugăm să consultați site-ul web al proiectului Friendica, pe http://friendica.com."; +$a->strings['Administrator'] = 'Administrator'; +$a->strings['Your account on %s will expire in a few days.'] = 'Contul dvs. de pe %s va expira în câteva zile.'; +$a->strings['Your Friendica test account is about to expire.'] = 'Contul dvs. de testare Friendica, este pe cale sa expire.'; +$a->strings['Hi %1$s, + +Your test account on %2$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at http://dir.friendica.com/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com.'] = 'Bună ziua %1$s, + +Contul dumneavoastră de testare de pe %2$s va expira în mai puțin de cinci zile. Sperăm că v-ați bucurat de această perioadă de testare, şi că veți folosi această oportunitate pentru a găsi un site Friendica permanent, pentru integrarea comunicațiilor dvs. sociale. O listă a site-urilor publice este disponibilă pe http://dir.friendica.com/siteinfo - şi pentru mai multe informații referitoare la configurarea propriului server Friendica, vă rugăm să consultați site-ul web al proiectului Friendica, pe http://friendica.com.'; diff --git a/testdrive/lang/zh-cn/strings.php b/testdrive/lang/zh-cn/strings.php index 92f74ba8..326c8f6b 100644 --- a/testdrive/lang/zh-cn/strings.php +++ b/testdrive/lang/zh-cn/strings.php @@ -5,8 +5,11 @@ function string_plural_select_zh_cn($n){ $n = intval($n); return intval(0); }} -; -$a->strings["Administrator"] = "管理员"; -$a->strings["Your account on %s will expire in a few days."] = "您在 %s 的账户将在几天内过期。"; -$a->strings["Your Friendica test account is about to expire."] = "您的 Friendica 测试账户即将过期。"; -$a->strings["Hi %1\$s,\n\nYour test account on %2\$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at %s/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com."] = "嘿 %1\$s,\n\n您在 %2\$s 的测试账户将在五天内过期。我们希望您享受这次试用并以此机会为您的综合社交找到常驻的 Friendica 站点。公开可用站点罗列在 %s/siteinfo - 若要了解更多关于建立自己的 Friendica 服务站点的信息,请浏览 Friendica 项目的官方网站 http://friendica.com 。"; +$a->strings['Administrator'] = '管理员'; +$a->strings['Your account on %s will expire in a few days.'] = '您在 %s 的账户将在几天内过期。'; +$a->strings['Your Friendica test account is about to expire.'] = '您的 Friendica 测试账户即将过期。'; +$a->strings['Hi %1$s, + +Your test account on %2$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at %s/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com.'] = '嘿 %1$s, + +您在 %2$s 的测试账户将在五天内过期。我们希望您享受这次试用并以此机会为您的综合社交找到常驻的 Friendica 站点。公开可用站点罗列在 %s/siteinfo - 若要了解更多关于建立自己的 Friendica 服务站点的信息,请浏览 Friendica 项目的官方网站 http://friendica.com 。'; diff --git a/tictac/lang/cs/strings.php b/tictac/lang/cs/strings.php index d971cd9f..f128aeda 100644 --- a/tictac/lang/cs/strings.php +++ b/tictac/lang/cs/strings.php @@ -5,16 +5,15 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n==1)) { return 0; } else if (($n>=2 && $n<=4)) { return 1; } else { return 2; } }} -; -$a->strings["Three Dimensional Tic-Tac-Toe"] = "Trojrozměrné Tic-Tac-Toe"; -$a->strings["3D Tic-Tac-Toe"] = "3D Tic-Tac-Toe"; -$a->strings["New game"] = "Nová hra"; -$a->strings["New game with handicap"] = "Nová hra s handicapem"; -$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "Trojrozměrné tic-tac-toe je podobná této tradiční hře kromě toho, že se hraje na více úrovních současně."; -$a->strings["In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels."] = "V tomto případě existují tři úrovně. Vyhrajete tím, že dostane tři v řadě na jakékoli úrovni, stejně jako nahoru, dolů a šikmo na různých úrovních."; -$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "Hra s handicapem zakáže centrální pozici na střední úrovni, protože hráč zaujímající tuto polohu má často nespravedlivou výhodu."; -$a->strings["You go first..."] = "Vy začněte ..."; -$a->strings["I'm going first this time..."] = "Tentokrát začnu já..."; -$a->strings["You won!"] = "Vyhrál jste!"; -$a->strings["\"Cat\" game!"] = "Pat hra!"; -$a->strings["I won!"] = "Vyhrál jsem!"; +$a->strings['Three Dimensional Tic-Tac-Toe'] = 'Trojrozměrné Tic-Tac-Toe'; +$a->strings['3D Tic-Tac-Toe'] = '3D Tic-Tac-Toe'; +$a->strings['New game'] = 'Nová hra'; +$a->strings['New game with handicap'] = 'Nová hra s handicapem'; +$a->strings['Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. '] = 'Trojrozměrné tic-tac-toe je podobná této tradiční hře kromě toho, že se hraje na více úrovních současně.'; +$a->strings['In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels.'] = 'V tomto případě existují tři úrovně. Vyhrajete tím, že dostane tři v řadě na jakékoli úrovni, stejně jako nahoru, dolů a šikmo na různých úrovních.'; +$a->strings['The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage.'] = 'Hra s handicapem zakáže centrální pozici na střední úrovni, protože hráč zaujímající tuto polohu má často nespravedlivou výhodu.'; +$a->strings['You go first...'] = 'Vy začněte ...'; +$a->strings['I\'m going first this time...'] = 'Tentokrát začnu já...'; +$a->strings['You won!'] = 'Vyhrál jste!'; +$a->strings['"Cat" game!'] = 'Pat hra!'; +$a->strings['I won!'] = 'Vyhrál jsem!'; diff --git a/tictac/lang/de/strings.php b/tictac/lang/de/strings.php index 313eb3c0..0aa742a5 100644 --- a/tictac/lang/de/strings.php +++ b/tictac/lang/de/strings.php @@ -5,16 +5,15 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Three Dimensional Tic-Tac-Toe"] = "Dreidimensionales Tic-Tac-Toe"; -$a->strings["3D Tic-Tac-Toe"] = "3D Tic-Tac-Toe"; -$a->strings["New game"] = "Neues Spiel"; -$a->strings["New game with handicap"] = "Neues Handicap Spiel"; -$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "3D-Tic-Tac-Toe ist genauso wie das herkömmliche Spiel, nur das man es auf mehreren Ebenen gleichzeitig spielt."; -$a->strings["In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels."] = "In diesem Fall sind es drei Ebenen. Man gewinnt indem man drei in einer Reihe auf einer beliebigen Reihe schafft, oder drei übereinander oder diagonal auf verschiedenen Ebenen."; -$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "Beim Handicap-Spiel wird die zentrale Position der mittleren Ebene gesperrt da der Spieler der diese Ebene besitzt oft einen unfairen Vorteil genießt."; -$a->strings["You go first..."] = "Du fängst an..."; -$a->strings["I'm going first this time..."] = "Diesmal fange ich an..."; -$a->strings["You won!"] = "Du gewinnst!"; -$a->strings["\"Cat\" game!"] = "Unentschieden!"; -$a->strings["I won!"] = "Ich gewinne!"; +$a->strings['Three Dimensional Tic-Tac-Toe'] = 'Dreidimensionales Tic-Tac-Toe'; +$a->strings['3D Tic-Tac-Toe'] = '3D Tic-Tac-Toe'; +$a->strings['New game'] = 'Neues Spiel'; +$a->strings['New game with handicap'] = 'Neues Handicap Spiel'; +$a->strings['Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. '] = '3D-Tic-Tac-Toe ist genauso wie das herkömmliche Spiel, nur das man es auf mehreren Ebenen gleichzeitig spielt.'; +$a->strings['In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels.'] = 'In diesem Fall sind es drei Ebenen. Man gewinnt indem man drei in einer Reihe auf einer beliebigen Reihe schafft, oder drei übereinander oder diagonal auf verschiedenen Ebenen.'; +$a->strings['The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage.'] = 'Beim Handicap-Spiel wird die zentrale Position der mittleren Ebene gesperrt da der Spieler der diese Ebene besitzt oft einen unfairen Vorteil genießt.'; +$a->strings['You go first...'] = 'Du fängst an...'; +$a->strings['I\'m going first this time...'] = 'Diesmal fange ich an...'; +$a->strings['You won!'] = 'Du gewinnst!'; +$a->strings['"Cat" game!'] = 'Unentschieden!'; +$a->strings['I won!'] = 'Ich gewinne!'; diff --git a/tictac/lang/es/strings.php b/tictac/lang/es/strings.php index 1afba694..f352a2aa 100644 --- a/tictac/lang/es/strings.php +++ b/tictac/lang/es/strings.php @@ -5,16 +5,15 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Three Dimensional Tic-Tac-Toe"] = "Tic-Tac-Toe tridimensional"; -$a->strings["3D Tic-Tac-Toe"] = "3D Tic-Tac-Toe"; -$a->strings["New game"] = "Nuevo juego"; -$a->strings["New game with handicap"] = "Nuevo juego con desventajas"; -$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "El Tic-tac-toe tridimensional es como el juego tradicional excepto porque se juega en múltiples niveles simultáneamente. "; -$a->strings["In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels."] = "En este caso hay tres niveles. Usted gana consiguiendo tres seguidos en cualquier nivel, así como cruzando arriba, abajo y diagonalmente los distintos niveles."; -$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "El juego con desventajas deshabilita la posición central en el nivel medio porque la capa de este cuadrado a menudo tiene una ventaja injusta."; -$a->strings["You go first..."] = "Usted va primero..."; -$a->strings["I'm going first this time..."] = "Yo voy primero esta vez..."; -$a->strings["You won!"] = "¡Usted ha ganado!"; -$a->strings["\"Cat\" game!"] = "¡Juego \"Gato\"!"; -$a->strings["I won!"] = "¡Yo gané!"; +$a->strings['Three Dimensional Tic-Tac-Toe'] = 'Tic-Tac-Toe tridimensional'; +$a->strings['3D Tic-Tac-Toe'] = '3D Tic-Tac-Toe'; +$a->strings['New game'] = 'Nuevo juego'; +$a->strings['New game with handicap'] = 'Nuevo juego con desventajas'; +$a->strings['Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. '] = 'El Tic-tac-toe tridimensional es como el juego tradicional excepto porque se juega en múltiples niveles simultáneamente. '; +$a->strings['In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels.'] = 'En este caso hay tres niveles. Usted gana consiguiendo tres seguidos en cualquier nivel, así como cruzando arriba, abajo y diagonalmente los distintos niveles.'; +$a->strings['The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage.'] = 'El juego con desventajas deshabilita la posición central en el nivel medio porque la capa de este cuadrado a menudo tiene una ventaja injusta.'; +$a->strings['You go first...'] = 'Usted va primero...'; +$a->strings['I\'m going first this time...'] = 'Yo voy primero esta vez...'; +$a->strings['You won!'] = '¡Usted ha ganado!'; +$a->strings['"Cat" game!'] = '¡Juego "Gato"!'; +$a->strings['I won!'] = '¡Yo gané!'; diff --git a/tictac/lang/fi-fi/strings.php b/tictac/lang/fi-fi/strings.php index 2da919d7..52f6cd3e 100644 --- a/tictac/lang/fi-fi/strings.php +++ b/tictac/lang/fi-fi/strings.php @@ -5,12 +5,11 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Three Dimensional Tic-Tac-Toe"] = "Kolmiulotteinen ristinolla"; -$a->strings["3D Tic-Tac-Toe"] = "3D ristinolla"; -$a->strings["New game"] = "Uusi peli"; -$a->strings["New game with handicap"] = "Uusi peli haitalla"; -$a->strings["You go first..."] = "Aloita sinä..."; -$a->strings["I'm going first this time..."] = "Minä aloitan..."; -$a->strings["You won!"] = "Sinä voitit!"; -$a->strings["I won!"] = "Minä voitin!"; +$a->strings['Three Dimensional Tic-Tac-Toe'] = 'Kolmiulotteinen ristinolla'; +$a->strings['3D Tic-Tac-Toe'] = '3D ristinolla'; +$a->strings['New game'] = 'Uusi peli'; +$a->strings['New game with handicap'] = 'Uusi peli haitalla'; +$a->strings['You go first...'] = 'Aloita sinä...'; +$a->strings['I\'m going first this time...'] = 'Minä aloitan...'; +$a->strings['You won!'] = 'Sinä voitit!'; +$a->strings['I won!'] = 'Minä voitin!'; diff --git a/tictac/lang/fr/strings.php b/tictac/lang/fr/strings.php index d0f96bb1..e491e30e 100644 --- a/tictac/lang/fr/strings.php +++ b/tictac/lang/fr/strings.php @@ -5,6 +5,5 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["You won!"] = "Vous avez gagné !"; -$a->strings["I won!"] = "J’ai gagné !"; +$a->strings['You won!'] = 'Vous avez gagné !'; +$a->strings['I won!'] = 'J’ai gagné !'; diff --git a/tictac/lang/hu/strings.php b/tictac/lang/hu/strings.php index b429e636..ee2b1b73 100644 --- a/tictac/lang/hu/strings.php +++ b/tictac/lang/hu/strings.php @@ -5,16 +5,15 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Three Dimensional Tic-Tac-Toe"] = "Háromdimenziós tic-tac-toe"; -$a->strings["3D Tic-Tac-Toe"] = "3D tic-tac-toe"; -$a->strings["New game"] = "Új játék"; -$a->strings["New game with handicap"] = "Új játék hátránnyal"; -$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "A háromdimenziós tic-tac-toe olyan mint a hagyományos játék, kivéve hogy ezt egyidejűleg több szinten játsszák."; -$a->strings["In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels."] = "Ebben az esetben három szint van. Akkor nyeri meg a játékot, ha letesz hármat egy sorba bármely szinten, valamint fel, le és átlósan a különböző szintek között."; -$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "A hátránnyal indított játék letiltja a középső pozíciót a középső szinten, mert azt a négyzetet megszerző játékos gyakran tisztességtelen előnyt szerez."; -$a->strings["You go first..."] = "Ön lép először…"; -$a->strings["I'm going first this time..."] = "Most én lépek először…"; -$a->strings["You won!"] = "Ön nyert!"; -$a->strings["\"Cat\" game!"] = "„Macska” játék!"; -$a->strings["I won!"] = "Én nyertem!"; +$a->strings['Three Dimensional Tic-Tac-Toe'] = 'Háromdimenziós tic-tac-toe'; +$a->strings['3D Tic-Tac-Toe'] = '3D tic-tac-toe'; +$a->strings['New game'] = 'Új játék'; +$a->strings['New game with handicap'] = 'Új játék hátránnyal'; +$a->strings['Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. '] = 'A háromdimenziós tic-tac-toe olyan mint a hagyományos játék, kivéve hogy ezt egyidejűleg több szinten játsszák.'; +$a->strings['In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels.'] = 'Ebben az esetben három szint van. Akkor nyeri meg a játékot, ha letesz hármat egy sorba bármely szinten, valamint fel, le és átlósan a különböző szintek között.'; +$a->strings['The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage.'] = 'A hátránnyal indított játék letiltja a középső pozíciót a középső szinten, mert azt a négyzetet megszerző játékos gyakran tisztességtelen előnyt szerez.'; +$a->strings['You go first...'] = 'Ön lép először…'; +$a->strings['I\'m going first this time...'] = 'Most én lépek először…'; +$a->strings['You won!'] = 'Ön nyert!'; +$a->strings['"Cat" game!'] = '„Macska” játék!'; +$a->strings['I won!'] = 'Én nyertem!'; diff --git a/tictac/lang/it/strings.php b/tictac/lang/it/strings.php index 37c34082..10f63f57 100644 --- a/tictac/lang/it/strings.php +++ b/tictac/lang/it/strings.php @@ -5,16 +5,15 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Three Dimensional Tic-Tac-Toe"] = "Tic-Tac-Toe tridimensionale"; -$a->strings["3D Tic-Tac-Toe"] = "3D Tic-Tac-Toe"; -$a->strings["New game"] = "Nuova partita"; -$a->strings["New game with handicap"] = "Nuova partita con handicap"; -$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "Tic-tac-toe tridimensionale è come il gioco tradizionale, solo che si gioca su livelli multipli contemporaneamente."; -$a->strings["In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels."] = "In questo caso ci sono tre livelli. Puoi vincere mettendo tre segni in fila su ogni livello, anche verso l'alto, il basso e diagonalmente anche attraverso i diversi livelli."; -$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "L'handicap disabilita la casella centrale sul livello di mezzo, perchè il giocatore che si prende quella casella spesso ha un deciso vantaggio."; -$a->strings["You go first..."] = "Cominci tu..."; -$a->strings["I'm going first this time..."] = "Comincio io questa volta..."; -$a->strings["You won!"] = "Hai vinto!"; -$a->strings["\"Cat\" game!"] = "Stallo!"; -$a->strings["I won!"] = "Ho vinto!"; +$a->strings['Three Dimensional Tic-Tac-Toe'] = 'Tic-Tac-Toe tridimensionale'; +$a->strings['3D Tic-Tac-Toe'] = '3D Tic-Tac-Toe'; +$a->strings['New game'] = 'Nuova partita'; +$a->strings['New game with handicap'] = 'Nuova partita con handicap'; +$a->strings['Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. '] = 'Tic-tac-toe tridimensionale è come il gioco tradizionale, solo che si gioca su livelli multipli contemporaneamente.'; +$a->strings['In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels.'] = 'In questo caso ci sono tre livelli. Puoi vincere mettendo tre segni in fila su ogni livello, anche verso l\'alto, il basso e diagonalmente anche attraverso i diversi livelli.'; +$a->strings['The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage.'] = 'L\'handicap disabilita la casella centrale sul livello di mezzo, perchè il giocatore che si prende quella casella spesso ha un deciso vantaggio.'; +$a->strings['You go first...'] = 'Cominci tu...'; +$a->strings['I\'m going first this time...'] = 'Comincio io questa volta...'; +$a->strings['You won!'] = 'Hai vinto!'; +$a->strings['"Cat" game!'] = 'Stallo!'; +$a->strings['I won!'] = 'Ho vinto!'; diff --git a/tictac/lang/nl/strings.php b/tictac/lang/nl/strings.php index 1e763807..5c1c5c44 100644 --- a/tictac/lang/nl/strings.php +++ b/tictac/lang/nl/strings.php @@ -5,6 +5,5 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Three Dimensional Tic-Tac-Toe"] = "3D Tic-Tac-Toe"; -$a->strings["3D Tic-Tac-Toe"] = "3D Tic-Tac-Toe "; +$a->strings['Three Dimensional Tic-Tac-Toe'] = '3D Tic-Tac-Toe'; +$a->strings['3D Tic-Tac-Toe'] = '3D Tic-Tac-Toe '; diff --git a/tictac/lang/pl/strings.php b/tictac/lang/pl/strings.php index 53911b79..95fa220f 100644 --- a/tictac/lang/pl/strings.php +++ b/tictac/lang/pl/strings.php @@ -5,16 +5,15 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Three Dimensional Tic-Tac-Toe"] = "Trójwymiarowe Kółko i Krzyżyk"; -$a->strings["3D Tic-Tac-Toe"] = "3D Kółko i Krzyżyk"; -$a->strings["New game"] = "Nowa gra"; -$a->strings["New game with handicap"] = "Nowa gra z handicapem"; -$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "Zasady gry w Trójwymiarowe Kółko i Krzyżyk są takie same jak w tradycyjnej grze, z tym wyjątkiem, że gra się na wielu poziomach jednocześnie."; -$a->strings["In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels."] = "W tym przypadku istnieją trzy poziomy. Wygrywasz, jeśli ustawisz trzy znaki w rzędzie na dowolnym poziomie, a także w górę, w dół i po przekątnej na różnych poziomach."; -$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "Gra z handicapem wyłącza środkową pozycję na środkowym poziomie, ponieważ gracz zdobywający ten kwadrat często ma nieuczciwą przewagę."; -$a->strings["You go first..."] = "Rozpocznij pierwszy..."; -$a->strings["I'm going first this time..."] = "Tym razem rozpoczynam pierwszy..."; -$a->strings["You won!"] = "Wygrałeś!"; -$a->strings["\"Cat\" game!"] = "Gra \"Kot\"!"; -$a->strings["I won!"] = "Wygrałem!"; +$a->strings['Three Dimensional Tic-Tac-Toe'] = 'Trójwymiarowe Kółko i Krzyżyk'; +$a->strings['3D Tic-Tac-Toe'] = '3D Kółko i Krzyżyk'; +$a->strings['New game'] = 'Nowa gra'; +$a->strings['New game with handicap'] = 'Nowa gra z handicapem'; +$a->strings['Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. '] = 'Zasady gry w Trójwymiarowe Kółko i Krzyżyk są takie same jak w tradycyjnej grze, z tym wyjątkiem, że gra się na wielu poziomach jednocześnie.'; +$a->strings['In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels.'] = 'W tym przypadku istnieją trzy poziomy. Wygrywasz, jeśli ustawisz trzy znaki w rzędzie na dowolnym poziomie, a także w górę, w dół i po przekątnej na różnych poziomach.'; +$a->strings['The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage.'] = 'Gra z handicapem wyłącza środkową pozycję na środkowym poziomie, ponieważ gracz zdobywający ten kwadrat często ma nieuczciwą przewagę.'; +$a->strings['You go first...'] = 'Rozpocznij pierwszy...'; +$a->strings['I\'m going first this time...'] = 'Tym razem rozpoczynam pierwszy...'; +$a->strings['You won!'] = 'Wygrałeś!'; +$a->strings['"Cat" game!'] = 'Gra "Kot"!'; +$a->strings['I won!'] = 'Wygrałem!'; diff --git a/tictac/lang/pt-br/strings.php b/tictac/lang/pt-br/strings.php index 20f9211b..905cf5be 100644 --- a/tictac/lang/pt-br/strings.php +++ b/tictac/lang/pt-br/strings.php @@ -5,16 +5,15 @@ function string_plural_select_pt_br($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Three Dimensional Tic-Tac-Toe"] = "Jogo da Velha Tridimensional"; -$a->strings["3D Tic-Tac-Toe"] = "Jogo da Velha 3D"; -$a->strings["New game"] = "Novo jogo"; -$a->strings["New game with handicap"] = "Novo jogo com limitador"; -$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "O jogo da velha tridimensional é como o jogo tradicional, exceto por ser jogado em vários níveis simultaneamente."; -$a->strings["In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels."] = "Neste caso, há três níveis. Vence quem conseguir alinhar três quadrados em qualquer um dos níveis, assim como para cima, para baixo e na diagonal, em níveis diferentes."; -$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "No jogo com limitador, a posição central do nível do meio é desativada, porque o jogador que marcasse esse quadrado teria uma vantagem injusta."; -$a->strings["You go first..."] = "Você vai primeiro..."; -$a->strings["I'm going first this time..."] = "Eu vou primeiro desta vez..."; -$a->strings["You won!"] = "Você venceu!"; -$a->strings["\"Cat\" game!"] = "Empatamos!"; -$a->strings["I won!"] = "Venci!"; +$a->strings['Three Dimensional Tic-Tac-Toe'] = 'Jogo da Velha Tridimensional'; +$a->strings['3D Tic-Tac-Toe'] = 'Jogo da Velha 3D'; +$a->strings['New game'] = 'Novo jogo'; +$a->strings['New game with handicap'] = 'Novo jogo com limitador'; +$a->strings['Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. '] = 'O jogo da velha tridimensional é como o jogo tradicional, exceto por ser jogado em vários níveis simultaneamente.'; +$a->strings['In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels.'] = 'Neste caso, há três níveis. Vence quem conseguir alinhar três quadrados em qualquer um dos níveis, assim como para cima, para baixo e na diagonal, em níveis diferentes.'; +$a->strings['The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage.'] = 'No jogo com limitador, a posição central do nível do meio é desativada, porque o jogador que marcasse esse quadrado teria uma vantagem injusta.'; +$a->strings['You go first...'] = 'Você vai primeiro...'; +$a->strings['I\'m going first this time...'] = 'Eu vou primeiro desta vez...'; +$a->strings['You won!'] = 'Você venceu!'; +$a->strings['"Cat" game!'] = 'Empatamos!'; +$a->strings['I won!'] = 'Venci!'; diff --git a/tictac/lang/ro/strings.php b/tictac/lang/ro/strings.php index 52f03c4f..ab502dc9 100644 --- a/tictac/lang/ro/strings.php +++ b/tictac/lang/ro/strings.php @@ -5,16 +5,15 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Three Dimensional Tic-Tac-Toe"] = "Tic-Tac-Toe Tridimensional"; -$a->strings["3D Tic-Tac-Toe"] = "3D Tic-Tac-Toe"; -$a->strings["New game"] = "Joc nou"; -$a->strings["New game with handicap"] = "Joc nou cu handicap"; -$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "Tic-tac-toe Tridimensional este exact ca și jocul tradițional cu excepția faptului că acesta este jucat simultan pe multiple niveluri."; -$a->strings["In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels."] = "În acest caz există trei niveluri. Câștigați prin obținerea a trei marcaje per line, la orice nivel, precum şi în sus, în jos, sau pe diagonală pe diferite niveluri."; -$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "Jocul cu handicap, dezactivează poziția centrală din nivelul mediu, deoarece jucătorul consideră că acest pătrat are adeseori un avantaj incorect."; -$a->strings["You go first..."] = "Bifează tu primul..."; -$a->strings["I'm going first this time..."] = "Bifez eu primul, de data aceasta ..."; -$a->strings["You won!"] = "Ai câştigat!"; -$a->strings["\"Cat\" game!"] = "Joc \"Pisică\" !"; -$a->strings["I won!"] = "Am câştigat!"; +$a->strings['Three Dimensional Tic-Tac-Toe'] = 'Tic-Tac-Toe Tridimensional'; +$a->strings['3D Tic-Tac-Toe'] = '3D Tic-Tac-Toe'; +$a->strings['New game'] = 'Joc nou'; +$a->strings['New game with handicap'] = 'Joc nou cu handicap'; +$a->strings['Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. '] = 'Tic-tac-toe Tridimensional este exact ca și jocul tradițional cu excepția faptului că acesta este jucat simultan pe multiple niveluri.'; +$a->strings['In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels.'] = 'În acest caz există trei niveluri. Câștigați prin obținerea a trei marcaje per line, la orice nivel, precum şi în sus, în jos, sau pe diagonală pe diferite niveluri.'; +$a->strings['The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage.'] = 'Jocul cu handicap, dezactivează poziția centrală din nivelul mediu, deoarece jucătorul consideră că acest pătrat are adeseori un avantaj incorect.'; +$a->strings['You go first...'] = 'Bifează tu primul...'; +$a->strings['I\'m going first this time...'] = 'Bifez eu primul, de data aceasta ...'; +$a->strings['You won!'] = 'Ai câştigat!'; +$a->strings['"Cat" game!'] = 'Joc "Pisică" !'; +$a->strings['I won!'] = 'Am câştigat!'; diff --git a/tumblr/lang/cs/strings.php b/tumblr/lang/cs/strings.php index 7d05b900..6c0a2b10 100644 --- a/tumblr/lang/cs/strings.php +++ b/tumblr/lang/cs/strings.php @@ -5,15 +5,14 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Permission denied."] = "Přístup odmítnut."; -$a->strings["You are now authenticated to tumblr."] = "Nyní jste přihlášen k tumblr."; -$a->strings["return to the connector page"] = "návrat ke stránce konektor"; -$a->strings["Post to Tumblr"] = "Příspěvek na Tumbir"; -$a->strings["Tumblr Post Settings"] = "Nastavení Tumblr Post"; -$a->strings["(Re-)Authenticate your tumblr page"] = "(Znovu) přihlásit k Vaší tumblr stránce"; -$a->strings["Enable Tumblr Post Addon"] = "Povolit doplněk Tumblr Post"; -$a->strings["Post to Tumblr by default"] = "Standardně posílat příspěvky na Tumbir"; -$a->strings["Post to page:"] = "Příspěvek ke stránce:"; -$a->strings["You are not authenticated to tumblr"] = "Nyní nejste přihlášen k tumblr."; -$a->strings["Submit"] = "Odeslat"; +$a->strings['Permission denied.'] = 'Přístup odmítnut.'; +$a->strings['You are now authenticated to tumblr.'] = 'Nyní jste přihlášen k tumblr.'; +$a->strings['return to the connector page'] = 'návrat ke stránce konektor'; +$a->strings['Post to Tumblr'] = 'Příspěvek na Tumbir'; +$a->strings['Tumblr Post Settings'] = 'Nastavení Tumblr Post'; +$a->strings['(Re-)Authenticate your tumblr page'] = '(Znovu) přihlásit k Vaší tumblr stránce'; +$a->strings['Enable Tumblr Post Addon'] = 'Povolit doplněk Tumblr Post'; +$a->strings['Post to Tumblr by default'] = 'Standardně posílat příspěvky na Tumbir'; +$a->strings['Post to page:'] = 'Příspěvek ke stránce:'; +$a->strings['You are not authenticated to tumblr'] = 'Nyní nejste přihlášen k tumblr.'; +$a->strings['Submit'] = 'Odeslat'; diff --git a/tumblr/lang/de/strings.php b/tumblr/lang/de/strings.php index 49ba36ec..a961347b 100644 --- a/tumblr/lang/de/strings.php +++ b/tumblr/lang/de/strings.php @@ -5,17 +5,16 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Permission denied."] = "Zugriff verweigert."; -$a->strings["Save Settings"] = "Einstellungen speichern"; -$a->strings["Consumer Key"] = "Consumer Key"; -$a->strings["Consumer Secret"] = "Consumer Secret"; -$a->strings["You are now authenticated to tumblr."] = "Du bist nun auf tumblr authentifiziert."; -$a->strings["return to the connector page"] = "zurück zur Connector-Seite"; -$a->strings["Post to Tumblr"] = "Auf Tumblr veröffentlichen"; -$a->strings["Tumblr Export"] = "Tumblr Export"; -$a->strings["(Re-)Authenticate your tumblr page"] = "(Re-)Authentifizierung deiner tumblr-Seite"; -$a->strings["Enable Tumblr Post Addon"] = "Tumblr-Post-Addon aktivieren"; -$a->strings["Post to Tumblr by default"] = "Standardmäßig bei Tumblr veröffentlichen"; -$a->strings["Post to page:"] = "Auf tumblr veröffentlichen"; -$a->strings["You are not authenticated to tumblr"] = "Du bist gegenüber tumblr nicht authentifiziert"; +$a->strings['Permission denied.'] = 'Zugriff verweigert.'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; +$a->strings['Consumer Key'] = 'Consumer Key'; +$a->strings['Consumer Secret'] = 'Consumer Secret'; +$a->strings['You are now authenticated to tumblr.'] = 'Du bist nun auf tumblr authentifiziert.'; +$a->strings['return to the connector page'] = 'zurück zur Connector-Seite'; +$a->strings['Post to Tumblr'] = 'Auf Tumblr veröffentlichen'; +$a->strings['Tumblr Export'] = 'Tumblr Export'; +$a->strings['(Re-)Authenticate your tumblr page'] = '(Re-)Authentifizierung deiner tumblr-Seite'; +$a->strings['Enable Tumblr Post Addon'] = 'Tumblr-Post-Addon aktivieren'; +$a->strings['Post to Tumblr by default'] = 'Standardmäßig bei Tumblr veröffentlichen'; +$a->strings['Post to page:'] = 'Auf tumblr veröffentlichen'; +$a->strings['You are not authenticated to tumblr'] = 'Du bist gegenüber tumblr nicht authentifiziert'; diff --git a/tumblr/lang/es/strings.php b/tumblr/lang/es/strings.php index fd265c01..a124729b 100644 --- a/tumblr/lang/es/strings.php +++ b/tumblr/lang/es/strings.php @@ -5,17 +5,16 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Permission denied."] = "Permiso denegado."; -$a->strings["Save Settings"] = "Guardar ajustes"; -$a->strings["Consumer Key"] = "Consumer Key"; -$a->strings["Consumer Secret"] = "Consumer Secret"; -$a->strings["You are now authenticated to tumblr."] = "Está ahora autenticado en tumblr."; -$a->strings["return to the connector page"] = "Vuelva a la página del conector"; -$a->strings["Post to Tumblr"] = "Publicar en Tumblr"; -$a->strings["Tumblr Export"] = "Exportar a Tumblr "; -$a->strings["(Re-)Authenticate your tumblr page"] = "(Re-)autenticar su página de tumblr"; -$a->strings["Enable Tumblr Post Addon"] = "Habilitar el complemento de publicación de Tumblr"; -$a->strings["Post to Tumblr by default"] = "Publique en Tumblr por defecto"; -$a->strings["Post to page:"] = "Publicar en página:"; -$a->strings["You are not authenticated to tumblr"] = "No está autenticado en tumblr"; +$a->strings['Permission denied.'] = 'Permiso denegado.'; +$a->strings['Save Settings'] = 'Guardar ajustes'; +$a->strings['Consumer Key'] = 'Consumer Key'; +$a->strings['Consumer Secret'] = 'Consumer Secret'; +$a->strings['You are now authenticated to tumblr.'] = 'Está ahora autenticado en tumblr.'; +$a->strings['return to the connector page'] = 'Vuelva a la página del conector'; +$a->strings['Post to Tumblr'] = 'Publicar en Tumblr'; +$a->strings['Tumblr Export'] = 'Exportar a Tumblr '; +$a->strings['(Re-)Authenticate your tumblr page'] = '(Re-)autenticar su página de tumblr'; +$a->strings['Enable Tumblr Post Addon'] = 'Habilitar el complemento de publicación de Tumblr'; +$a->strings['Post to Tumblr by default'] = 'Publique en Tumblr por defecto'; +$a->strings['Post to page:'] = 'Publicar en página:'; +$a->strings['You are not authenticated to tumblr'] = 'No está autenticado en tumblr'; diff --git a/tumblr/lang/fi-fi/strings.php b/tumblr/lang/fi-fi/strings.php index 48ee87c5..e848aa18 100644 --- a/tumblr/lang/fi-fi/strings.php +++ b/tumblr/lang/fi-fi/strings.php @@ -5,11 +5,10 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Permission denied."] = "Lupa kielletty."; -$a->strings["Post to Tumblr"] = "Lähetä Tumblriin"; -$a->strings["Tumblr Post Settings"] = "Tumblr -viestin asetukset"; -$a->strings["Enable Tumblr Post Addon"] = "Ota Tumblr -viestilisäosa käyttöön"; -$a->strings["Post to Tumblr by default"] = "Lähetä Tumblriin oletuksena"; -$a->strings["Post to page:"] = "Julkaise sivulle:"; -$a->strings["Submit"] = "Lähetä"; +$a->strings['Permission denied.'] = 'Lupa kielletty.'; +$a->strings['Post to Tumblr'] = 'Lähetä Tumblriin'; +$a->strings['Tumblr Post Settings'] = 'Tumblr -viestin asetukset'; +$a->strings['Enable Tumblr Post Addon'] = 'Ota Tumblr -viestilisäosa käyttöön'; +$a->strings['Post to Tumblr by default'] = 'Lähetä Tumblriin oletuksena'; +$a->strings['Post to page:'] = 'Julkaise sivulle:'; +$a->strings['Submit'] = 'Lähetä'; diff --git a/tumblr/lang/fr/strings.php b/tumblr/lang/fr/strings.php index c830ec94..5d207075 100644 --- a/tumblr/lang/fr/strings.php +++ b/tumblr/lang/fr/strings.php @@ -5,17 +5,16 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Permission denied."] = "Permission refusée."; -$a->strings["Save Settings"] = "Sauvegarder les paramètres"; -$a->strings["Consumer Key"] = "Clé utilisateur"; -$a->strings["Consumer Secret"] = "Secret utilisateur"; -$a->strings["You are now authenticated to tumblr."] = "Vous êtes maintenant identifié sur Tumblr"; -$a->strings["return to the connector page"] = "Revenir à la page de connexion"; -$a->strings["Post to Tumblr"] = "Publier vers Tumblr"; -$a->strings["Tumblr Export"] = "Exporter vers Tumblr"; -$a->strings["(Re-)Authenticate your tumblr page"] = "(re)Authentifiez votre page Tumblr"; -$a->strings["Enable Tumblr Post Addon"] = "Activez l'extension de publication Tumblr"; -$a->strings["Post to Tumblr by default"] = "Publier sur Tumblr par défaut"; -$a->strings["Post to page:"] = "Publier sur la page :"; -$a->strings["You are not authenticated to tumblr"] = "Vous n'êtes pas identifié sur Tumblr"; +$a->strings['Permission denied.'] = 'Permission refusée.'; +$a->strings['Save Settings'] = 'Sauvegarder les paramètres'; +$a->strings['Consumer Key'] = 'Clé utilisateur'; +$a->strings['Consumer Secret'] = 'Secret utilisateur'; +$a->strings['You are now authenticated to tumblr.'] = 'Vous êtes maintenant identifié sur Tumblr'; +$a->strings['return to the connector page'] = 'Revenir à la page de connexion'; +$a->strings['Post to Tumblr'] = 'Publier vers Tumblr'; +$a->strings['Tumblr Export'] = 'Exporter vers Tumblr'; +$a->strings['(Re-)Authenticate your tumblr page'] = '(re)Authentifiez votre page Tumblr'; +$a->strings['Enable Tumblr Post Addon'] = 'Activez l\'extension de publication Tumblr'; +$a->strings['Post to Tumblr by default'] = 'Publier sur Tumblr par défaut'; +$a->strings['Post to page:'] = 'Publier sur la page :'; +$a->strings['You are not authenticated to tumblr'] = 'Vous n\'êtes pas identifié sur Tumblr'; diff --git a/tumblr/lang/hu/strings.php b/tumblr/lang/hu/strings.php index 81f91e6b..bce2dd86 100644 --- a/tumblr/lang/hu/strings.php +++ b/tumblr/lang/hu/strings.php @@ -5,17 +5,16 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Permission denied."] = "Engedély megtagadva."; -$a->strings["Save Settings"] = "Beállítások mentése"; -$a->strings["Consumer Key"] = "Felhasználói kulcs"; -$a->strings["Consumer Secret"] = "Felhasználói titok"; -$a->strings["You are now authenticated to tumblr."] = "Most már hitelesítve van a Tumblr-hez."; -$a->strings["return to the connector page"] = "visszatérés a csatlakozó oldalára"; -$a->strings["Post to Tumblr"] = "Beküldése a Tumblr-re"; -$a->strings["Tumblr Export"] = "Tumblr exportálás"; -$a->strings["(Re-)Authenticate your tumblr page"] = "A Tumblr-oldal (újra)hitelesítése"; -$a->strings["Enable Tumblr Post Addon"] = "A Tumblr-beküldő bővítmény engedélyezése"; -$a->strings["Post to Tumblr by default"] = "Beküldés a Tumblr-re alapértelmezetten"; -$a->strings["Post to page:"] = "Beküldés az oldalra:"; -$a->strings["You are not authenticated to tumblr"] = "Nincs hitelesítve van a Tumblr-hez"; +$a->strings['Permission denied.'] = 'Engedély megtagadva.'; +$a->strings['Save Settings'] = 'Beállítások mentése'; +$a->strings['Consumer Key'] = 'Felhasználói kulcs'; +$a->strings['Consumer Secret'] = 'Felhasználói titok'; +$a->strings['You are now authenticated to tumblr.'] = 'Most már hitelesítve van a Tumblr-hez.'; +$a->strings['return to the connector page'] = 'visszatérés a csatlakozó oldalára'; +$a->strings['Post to Tumblr'] = 'Beküldése a Tumblr-re'; +$a->strings['Tumblr Export'] = 'Tumblr exportálás'; +$a->strings['(Re-)Authenticate your tumblr page'] = 'A Tumblr-oldal (újra)hitelesítése'; +$a->strings['Enable Tumblr Post Addon'] = 'A Tumblr-beküldő bővítmény engedélyezése'; +$a->strings['Post to Tumblr by default'] = 'Beküldés a Tumblr-re alapértelmezetten'; +$a->strings['Post to page:'] = 'Beküldés az oldalra:'; +$a->strings['You are not authenticated to tumblr'] = 'Nincs hitelesítve van a Tumblr-hez'; diff --git a/tumblr/lang/it/strings.php b/tumblr/lang/it/strings.php index 797494b8..d5075e65 100644 --- a/tumblr/lang/it/strings.php +++ b/tumblr/lang/it/strings.php @@ -5,15 +5,14 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Permission denied."] = "Permesso negato."; -$a->strings["You are now authenticated to tumblr."] = "Sei autenticato su Tumblr."; -$a->strings["return to the connector page"] = "ritorna alla pagina del connettore"; -$a->strings["Post to Tumblr"] = "Invia a Tumblr"; -$a->strings["Tumblr Post Settings"] = "Impostazioni di invio a Tumblr"; -$a->strings["(Re-)Authenticate your tumblr page"] = "(Ri)Autenticati con la tua pagina Tumblr"; -$a->strings["Enable Tumblr Post Addon"] = "Abilita componente aggiuntivo di invio a Tumblr"; -$a->strings["Post to Tumblr by default"] = "Invia sempre a Tumblr"; -$a->strings["Post to page:"] = "Invia alla pagina:"; -$a->strings["You are not authenticated to tumblr"] = "Non sei autenticato su Tumblr"; -$a->strings["Submit"] = "Invia"; +$a->strings['Permission denied.'] = 'Permesso negato.'; +$a->strings['You are now authenticated to tumblr.'] = 'Sei autenticato su Tumblr.'; +$a->strings['return to the connector page'] = 'ritorna alla pagina del connettore'; +$a->strings['Post to Tumblr'] = 'Invia a Tumblr'; +$a->strings['Tumblr Post Settings'] = 'Impostazioni di invio a Tumblr'; +$a->strings['(Re-)Authenticate your tumblr page'] = '(Ri)Autenticati con la tua pagina Tumblr'; +$a->strings['Enable Tumblr Post Addon'] = 'Abilita componente aggiuntivo di invio a Tumblr'; +$a->strings['Post to Tumblr by default'] = 'Invia sempre a Tumblr'; +$a->strings['Post to page:'] = 'Invia alla pagina:'; +$a->strings['You are not authenticated to tumblr'] = 'Non sei autenticato su Tumblr'; +$a->strings['Submit'] = 'Invia'; diff --git a/tumblr/lang/nl/strings.php b/tumblr/lang/nl/strings.php index 42e62e12..9f7f2828 100644 --- a/tumblr/lang/nl/strings.php +++ b/tumblr/lang/nl/strings.php @@ -5,9 +5,8 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Permission denied."] = "Toegang geweigerd."; -$a->strings["You are now authenticated to tumblr."] = "Je bent nu aangemeld bij tumblr"; -$a->strings["Enable Tumblr Post Addon"] = "Tumblr Post Addon inschakelen"; -$a->strings["Post to Tumblr by default"] = "Plaatsen op Tumblr als standaard instellen "; -$a->strings["Post to page:"] = "Plaats op pagina:"; +$a->strings['Permission denied.'] = 'Toegang geweigerd.'; +$a->strings['You are now authenticated to tumblr.'] = 'Je bent nu aangemeld bij tumblr'; +$a->strings['Enable Tumblr Post Addon'] = 'Tumblr Post Addon inschakelen'; +$a->strings['Post to Tumblr by default'] = 'Plaatsen op Tumblr als standaard instellen '; +$a->strings['Post to page:'] = 'Plaats op pagina:'; diff --git a/tumblr/lang/pl/strings.php b/tumblr/lang/pl/strings.php index a4e2baaa..3201ae05 100644 --- a/tumblr/lang/pl/strings.php +++ b/tumblr/lang/pl/strings.php @@ -5,15 +5,14 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Permission denied."] = "Odmowa dostępu."; -$a->strings["You are now authenticated to tumblr."] = "Jesteś teraz uwierzytelniony na tumblr."; -$a->strings["return to the connector page"] = "powrót do strony łącza"; -$a->strings["Post to Tumblr"] = "Opublikuj w Tumblr"; -$a->strings["Tumblr Post Settings"] = "Ustawienia Postów Tumblr"; -$a->strings["(Re-)Authenticate your tumblr page"] = "(Re-) Uwierzytelnij swoją stronę tumblr"; -$a->strings["Enable Tumblr Post Addon"] = "Włącz dodatek Tumblr"; -$a->strings["Post to Tumblr by default"] = "Wyślij domyślnie do Tumblr"; -$a->strings["Post to page:"] = "Opublikuj na stronie:"; -$a->strings["You are not authenticated to tumblr"] = "Nie jesteś uwierzytelniony w tumblr"; -$a->strings["Submit"] = "Wyślij"; +$a->strings['Permission denied.'] = 'Odmowa dostępu.'; +$a->strings['You are now authenticated to tumblr.'] = 'Jesteś teraz uwierzytelniony na tumblr.'; +$a->strings['return to the connector page'] = 'powrót do strony łącza'; +$a->strings['Post to Tumblr'] = 'Opublikuj w Tumblr'; +$a->strings['Tumblr Post Settings'] = 'Ustawienia Postów Tumblr'; +$a->strings['(Re-)Authenticate your tumblr page'] = '(Re-) Uwierzytelnij swoją stronę tumblr'; +$a->strings['Enable Tumblr Post Addon'] = 'Włącz dodatek Tumblr'; +$a->strings['Post to Tumblr by default'] = 'Wyślij domyślnie do Tumblr'; +$a->strings['Post to page:'] = 'Opublikuj na stronie:'; +$a->strings['You are not authenticated to tumblr'] = 'Nie jesteś uwierzytelniony w tumblr'; +$a->strings['Submit'] = 'Wyślij'; diff --git a/tumblr/lang/pt-br/strings.php b/tumblr/lang/pt-br/strings.php index 35ab991f..45c906bb 100644 --- a/tumblr/lang/pt-br/strings.php +++ b/tumblr/lang/pt-br/strings.php @@ -5,15 +5,14 @@ function string_plural_select_pt_br($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Permission denied."] = "Permissão negada."; -$a->strings["You are now authenticated to tumblr."] = "Você se autenticou no Tumblr."; -$a->strings["return to the connector page"] = "voltar à página de conectores"; -$a->strings["Post to Tumblr"] = "Publicar no Tumblr"; -$a->strings["Tumblr Post Settings"] = "Configurações de publicação no Tumblr"; -$a->strings["(Re-)Authenticate your tumblr page"] = "(Re)autenticar sua página no Tumblr"; -$a->strings["Enable Tumblr Post Addon"] = "Habilitar plug-in para publicar no Tumblr"; -$a->strings["Post to Tumblr by default"] = "Publicar no Tumblr por padrão"; -$a->strings["Post to page:"] = "Publicar na página:"; -$a->strings["You are not authenticated to tumblr"] = "Você não se autenticou no Tumblr"; -$a->strings["Submit"] = "Enviar"; +$a->strings['Permission denied.'] = 'Permissão negada.'; +$a->strings['You are now authenticated to tumblr.'] = 'Você se autenticou no Tumblr.'; +$a->strings['return to the connector page'] = 'voltar à página de conectores'; +$a->strings['Post to Tumblr'] = 'Publicar no Tumblr'; +$a->strings['Tumblr Post Settings'] = 'Configurações de publicação no Tumblr'; +$a->strings['(Re-)Authenticate your tumblr page'] = '(Re)autenticar sua página no Tumblr'; +$a->strings['Enable Tumblr Post Addon'] = 'Habilitar plug-in para publicar no Tumblr'; +$a->strings['Post to Tumblr by default'] = 'Publicar no Tumblr por padrão'; +$a->strings['Post to page:'] = 'Publicar na página:'; +$a->strings['You are not authenticated to tumblr'] = 'Você não se autenticou no Tumblr'; +$a->strings['Submit'] = 'Enviar'; diff --git a/tumblr/lang/ro/strings.php b/tumblr/lang/ro/strings.php index 5fe3a95a..972909b1 100644 --- a/tumblr/lang/ro/strings.php +++ b/tumblr/lang/ro/strings.php @@ -5,15 +5,14 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Permission denied."] = "Permisiune refuzată."; -$a->strings["You are now authenticated to tumblr."] = "Acum sunteți autentificat pe tumblr."; -$a->strings["return to the connector page"] = "revenire la pagina de conectare"; -$a->strings["Post to Tumblr"] = "Postați pe Tumblr"; -$a->strings["Tumblr Export"] = "Export Tumblr"; -$a->strings["(Re-)Authenticate your tumblr page"] = "(Re- )Autentificare pagină tumblr "; -$a->strings["Enable Tumblr Post Addon"] = "Activare Modul Postare pe Tumblr "; -$a->strings["Post to Tumblr by default"] = "Postați implicit pe Tumblr"; -$a->strings["Post to page:"] = "Postare pe pagina:"; -$a->strings["You are not authenticated to tumblr"] = "Nu sunteți autentificat pe tumblr."; -$a->strings["Save Settings"] = "Salvare Configurări"; +$a->strings['Permission denied.'] = 'Permisiune refuzată.'; +$a->strings['You are now authenticated to tumblr.'] = 'Acum sunteți autentificat pe tumblr.'; +$a->strings['return to the connector page'] = 'revenire la pagina de conectare'; +$a->strings['Post to Tumblr'] = 'Postați pe Tumblr'; +$a->strings['Tumblr Export'] = 'Export Tumblr'; +$a->strings['(Re-)Authenticate your tumblr page'] = '(Re- )Autentificare pagină tumblr '; +$a->strings['Enable Tumblr Post Addon'] = 'Activare Modul Postare pe Tumblr '; +$a->strings['Post to Tumblr by default'] = 'Postați implicit pe Tumblr'; +$a->strings['Post to page:'] = 'Postare pe pagina:'; +$a->strings['You are not authenticated to tumblr'] = 'Nu sunteți autentificat pe tumblr.'; +$a->strings['Save Settings'] = 'Salvare Configurări'; diff --git a/twitter/lang/cs/strings.php b/twitter/lang/cs/strings.php index a4eb4566..59a584ce 100644 --- a/twitter/lang/cs/strings.php +++ b/twitter/lang/cs/strings.php @@ -5,27 +5,26 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Post to Twitter"] = "Poslat příspěvek na Twitter"; -$a->strings["You submitted an empty PIN, please Sign In with Twitter again to get a new one."] = "Vložil/a jste prázdný PIN kód, prosím přihlaste se opět na Twitter pro nový."; -$a->strings["Twitter settings updated."] = "Nastavení pro Twitter aktualizována."; -$a->strings["Twitter Import/Export/Mirror"] = "Import/Export/Zrcadlení Twitteru"; -$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Nenalezen žádný spotřebitelský páru klíčů pro Twitter. Obraťte se na administrátora webu."; -$a->strings["At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter."] = "Na této instanci Friendica byl doplněk pro Twitter povolen, ještě jste však nepřipojil/a Váš účet k Vašemu účtu na Twitteru. Pokud to chcete udělat, kliknutím na tlačítko níže získáte od Twitteru PIN kód, zkopírujte jej do pole níže a odešlete formulář. Pouze Vaše veřejné příspěvky budou odesílány na Twitter."; -$a->strings["Log in with Twitter"] = "Přihlásit se přes Twitter"; -$a->strings["Copy the PIN from Twitter here"] = "Zkopírujte sem PIN z Twitteru"; -$a->strings["Save Settings"] = "Uložit nastavení"; -$a->strings["Currently connected to: "] = "V současné době připojen k:"; -$a->strings["Disconnect"] = "Odpojit"; -$a->strings["Allow posting to Twitter"] = "Povolit odesílání na Twitter"; -$a->strings["If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Je-li povoleno, všechny Vaše veřejné příspěvky mohou být zasílány na související účet na Twitteru. Můžete si vybrat, zda-li toto bude výchozí nastavení (zde), nebo budete mít možnost si vybrat požadované chování při psaní každého příspěvku."; -$a->strings["Note: Due to your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "Poznámka: Kvůli vašim nastavením o soukromí (Skrýt Vaše profilové detaily před neznámými návštěvníky?), odkaz potenciálně obsažen ve veřejných příspěvcích přeposílaných na Twitter zavedou návštěvníky na prázdnou stránku informující návštěvníky, že přístup na Váš profil byl zakázán."; -$a->strings["Send public postings to Twitter by default"] = "Defaultně zasílat veřejné komentáře na Twitter"; -$a->strings["Mirror all posts from twitter that are no replies"] = "Zrcadlit všechny příspěvky z Twitteru, které nejsou odpovědi."; -$a->strings["Import the remote timeline"] = "Importovat vzdálenou časovou osu"; -$a->strings["Automatically create contacts"] = "Automaticky vytvořit kontakty"; -$a->strings["This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a twitter contact from the Friendica contact list, as it will recreate this contact when they post again."] = "Tato možnost automaticky vytvoří kontakt na Friendica, jakmile obdržíte zprávu od existujícího kontaktu přes síť Twitter. Pokud toto nezapnete, budete si muset tyto kontakty na Twitteru, od kterých chcete dostávat příspěvky, přidávat do Friendica manuálně. Pokud toto ovšem zapnete, nemůžete jednoduše odstranit kontakt na Twitteru ze seznamu kontaktů na Friendica, neboť tato možnost jej při každém novém příspěvku opět vytvoří."; -$a->strings["Twitter post failed. Queued for retry."] = "Poslání příspěvku na Twitter selhalo. Příspěvek byl poslán do fronty pro zopakování."; -$a->strings["Settings updated."] = "Nastavení aktualizováno."; -$a->strings["Consumer key"] = "Consumer key"; -$a->strings["Consumer secret"] = "Consumer secret"; +$a->strings['Post to Twitter'] = 'Poslat příspěvek na Twitter'; +$a->strings['You submitted an empty PIN, please Sign In with Twitter again to get a new one.'] = 'Vložil/a jste prázdný PIN kód, prosím přihlaste se opět na Twitter pro nový.'; +$a->strings['Twitter settings updated.'] = 'Nastavení pro Twitter aktualizována.'; +$a->strings['Twitter Import/Export/Mirror'] = 'Import/Export/Zrcadlení Twitteru'; +$a->strings['No consumer key pair for Twitter found. Please contact your site administrator.'] = 'Nenalezen žádný spotřebitelský páru klíčů pro Twitter. Obraťte se na administrátora webu.'; +$a->strings['At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter.'] = 'Na této instanci Friendica byl doplněk pro Twitter povolen, ještě jste však nepřipojil/a Váš účet k Vašemu účtu na Twitteru. Pokud to chcete udělat, kliknutím na tlačítko níže získáte od Twitteru PIN kód, zkopírujte jej do pole níže a odešlete formulář. Pouze Vaše veřejné příspěvky budou odesílány na Twitter.'; +$a->strings['Log in with Twitter'] = 'Přihlásit se přes Twitter'; +$a->strings['Copy the PIN from Twitter here'] = 'Zkopírujte sem PIN z Twitteru'; +$a->strings['Save Settings'] = 'Uložit nastavení'; +$a->strings['Currently connected to: '] = 'V současné době připojen k:'; +$a->strings['Disconnect'] = 'Odpojit'; +$a->strings['Allow posting to Twitter'] = 'Povolit odesílání na Twitter'; +$a->strings['If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Je-li povoleno, všechny Vaše veřejné příspěvky mohou být zasílány na související účet na Twitteru. Můžete si vybrat, zda-li toto bude výchozí nastavení (zde), nebo budete mít možnost si vybrat požadované chování při psaní každého příspěvku.'; +$a->strings['Note: Due to your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted.'] = 'Poznámka: Kvůli vašim nastavením o soukromí (Skrýt Vaše profilové detaily před neznámými návštěvníky?), odkaz potenciálně obsažen ve veřejných příspěvcích přeposílaných na Twitter zavedou návštěvníky na prázdnou stránku informující návštěvníky, že přístup na Váš profil byl zakázán.'; +$a->strings['Send public postings to Twitter by default'] = 'Defaultně zasílat veřejné komentáře na Twitter'; +$a->strings['Mirror all posts from twitter that are no replies'] = 'Zrcadlit všechny příspěvky z Twitteru, které nejsou odpovědi.'; +$a->strings['Import the remote timeline'] = 'Importovat vzdálenou časovou osu'; +$a->strings['Automatically create contacts'] = 'Automaticky vytvořit kontakty'; +$a->strings['This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a twitter contact from the Friendica contact list, as it will recreate this contact when they post again.'] = 'Tato možnost automaticky vytvoří kontakt na Friendica, jakmile obdržíte zprávu od existujícího kontaktu přes síť Twitter. Pokud toto nezapnete, budete si muset tyto kontakty na Twitteru, od kterých chcete dostávat příspěvky, přidávat do Friendica manuálně. Pokud toto ovšem zapnete, nemůžete jednoduše odstranit kontakt na Twitteru ze seznamu kontaktů na Friendica, neboť tato možnost jej při každém novém příspěvku opět vytvoří.'; +$a->strings['Twitter post failed. Queued for retry.'] = 'Poslání příspěvku na Twitter selhalo. Příspěvek byl poslán do fronty pro zopakování.'; +$a->strings['Settings updated.'] = 'Nastavení aktualizováno.'; +$a->strings['Consumer key'] = 'Consumer key'; +$a->strings['Consumer secret'] = 'Consumer secret'; diff --git a/twitter/lang/de/strings.php b/twitter/lang/de/strings.php index 952cdcb0..28b7a8bd 100644 --- a/twitter/lang/de/strings.php +++ b/twitter/lang/de/strings.php @@ -5,26 +5,25 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Twitter"] = "Auf Twitter veröffentlichen"; -$a->strings["You submitted an empty PIN, please Sign In with Twitter again to get a new one."] = "Du hast keine PIN übertragen. Bitte melde dich erneut bei Twitter an, um eine neue PIN zu erhalten."; -$a->strings["Twitter Import/Export/Mirror"] = "Twitter-Import/Export/Spiegeln"; -$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Kein Consumer-Schlüsselpaar für Twitter gefunden. Bitte wende dich an den Administrator der Seite."; -$a->strings["At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter."] = "Auf diesem Friendica-Server wurde das Twitter-Addon aktiviert, aber du hast deinen Account noch nicht mit deinem Twitter-Account verbunden. Klicke dazu auf die Schaltfläche unten. Du erhältst dann eine PIN von Twitter, die du in das Eingabefeld unten einfügst. Denk daran, den Senden-Knopf zu drücken! Nur öffentliche Beiträge werden bei Twitter veröffentlicht."; -$a->strings["Log in with Twitter"] = "bei Twitter anmelden"; -$a->strings["Copy the PIN from Twitter here"] = "Kopiere die Twitter-PIN hierher"; -$a->strings["Save Settings"] = "Einstellungen speichern"; -$a->strings["An error occured: "] = "Ein Fehler ist aufgetreten:"; -$a->strings["Currently connected to: "] = "Momentan verbunden mit: "; -$a->strings["Disconnect"] = "Trennen"; -$a->strings["Allow posting to Twitter"] = "Veröffentlichung bei Twitter erlauben"; -$a->strings["If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Wenn aktiviert, können all deine öffentlichen Einträge auf dem verbundenen Twitter-Konto veröffentlicht werden. Du kannst dies (hier) als Standardverhalten einstellen oder beim Schreiben eines Beitrags in den Beitragsoptionen festlegen."; -$a->strings["Note: Due to your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "Hinweis: Aufgrund deiner Privatsphären-Einstellungen (Profil-Details vor unbekannten Betrachtern verbergen?) wird der Link, der eventuell an deinen Twitter-Beitrag angehängt wird, um auf den Originalbeitrag zu verweisen, den Betrachter auf eine leere Seite führen, die ihn darüber informiert, dass der Zugriff eingeschränkt wurde."; -$a->strings["Send public postings to Twitter by default"] = "Veröffentliche öffentliche Beiträge standardmäßig bei Twitter"; -$a->strings["Mirror all posts from twitter that are no replies"] = "Spiegle alle Beiträge von Twitter, die keine Antworten sind"; -$a->strings["Import the remote timeline"] = "Importiere die Remote-Zeitleiste"; -$a->strings["Automatically create contacts"] = "Automatisch Kontakte anlegen"; -$a->strings["This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a twitter contact from the Friendica contact list, as it will recreate this contact when they post again."] = "Mit dieser Option wird automatisch ein Kontakt bei Friendica angelegt, wenn du eine Nachricht von einem bestehenden Kontakt auf Twitter erhältst. Ist die Option nicht aktiv, musst du manuell Kontakte für diejenigen deiner Twitter-Kontakte anlegen, deren Nachrichten du auf Friendica lesen möchtest. Doch falls aktiviert, lassen sich Twitter-Kontakte nicht einfach aus deinen Kontakten bei Friendica entfernen, da sie bei neuem Posting neu erstellt werden."; -$a->strings["Consumer key"] = "Consumer Key"; -$a->strings["Consumer secret"] = "Consumer Secret"; -$a->strings["%s on Twitter"] = "%s auf Twitter"; +$a->strings['Post to Twitter'] = 'Auf Twitter veröffentlichen'; +$a->strings['You submitted an empty PIN, please Sign In with Twitter again to get a new one.'] = 'Du hast keine PIN übertragen. Bitte melde dich erneut bei Twitter an, um eine neue PIN zu erhalten.'; +$a->strings['Twitter Import/Export/Mirror'] = 'Twitter-Import/Export/Spiegeln'; +$a->strings['No consumer key pair for Twitter found. Please contact your site administrator.'] = 'Kein Consumer-Schlüsselpaar für Twitter gefunden. Bitte wende dich an den Administrator der Seite.'; +$a->strings['At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter.'] = 'Auf diesem Friendica-Server wurde das Twitter-Addon aktiviert, aber du hast deinen Account noch nicht mit deinem Twitter-Account verbunden. Klicke dazu auf die Schaltfläche unten. Du erhältst dann eine PIN von Twitter, die du in das Eingabefeld unten einfügst. Denk daran, den Senden-Knopf zu drücken! Nur öffentliche Beiträge werden bei Twitter veröffentlicht.'; +$a->strings['Log in with Twitter'] = 'bei Twitter anmelden'; +$a->strings['Copy the PIN from Twitter here'] = 'Kopiere die Twitter-PIN hierher'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; +$a->strings['An error occured: '] = 'Ein Fehler ist aufgetreten:'; +$a->strings['Currently connected to: '] = 'Momentan verbunden mit: '; +$a->strings['Disconnect'] = 'Trennen'; +$a->strings['Allow posting to Twitter'] = 'Veröffentlichung bei Twitter erlauben'; +$a->strings['If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Wenn aktiviert, können all deine öffentlichen Einträge auf dem verbundenen Twitter-Konto veröffentlicht werden. Du kannst dies (hier) als Standardverhalten einstellen oder beim Schreiben eines Beitrags in den Beitragsoptionen festlegen.'; +$a->strings['Note: Due to your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted.'] = 'Hinweis: Aufgrund deiner Privatsphären-Einstellungen (Profil-Details vor unbekannten Betrachtern verbergen?) wird der Link, der eventuell an deinen Twitter-Beitrag angehängt wird, um auf den Originalbeitrag zu verweisen, den Betrachter auf eine leere Seite führen, die ihn darüber informiert, dass der Zugriff eingeschränkt wurde.'; +$a->strings['Send public postings to Twitter by default'] = 'Veröffentliche öffentliche Beiträge standardmäßig bei Twitter'; +$a->strings['Mirror all posts from twitter that are no replies'] = 'Spiegle alle Beiträge von Twitter, die keine Antworten sind'; +$a->strings['Import the remote timeline'] = 'Importiere die Remote-Zeitleiste'; +$a->strings['Automatically create contacts'] = 'Automatisch Kontakte anlegen'; +$a->strings['This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a twitter contact from the Friendica contact list, as it will recreate this contact when they post again.'] = 'Mit dieser Option wird automatisch ein Kontakt bei Friendica angelegt, wenn du eine Nachricht von einem bestehenden Kontakt auf Twitter erhältst. Ist die Option nicht aktiv, musst du manuell Kontakte für diejenigen deiner Twitter-Kontakte anlegen, deren Nachrichten du auf Friendica lesen möchtest. Doch falls aktiviert, lassen sich Twitter-Kontakte nicht einfach aus deinen Kontakten bei Friendica entfernen, da sie bei neuem Posting neu erstellt werden.'; +$a->strings['Consumer key'] = 'Consumer Key'; +$a->strings['Consumer secret'] = 'Consumer Secret'; +$a->strings['%s on Twitter'] = '%s auf Twitter'; diff --git a/twitter/lang/en-gb/strings.php b/twitter/lang/en-gb/strings.php index c2a00300..78091276 100644 --- a/twitter/lang/en-gb/strings.php +++ b/twitter/lang/en-gb/strings.php @@ -5,27 +5,26 @@ function string_plural_select_en_gb($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Twitter"] = "Post to Twitter"; -$a->strings["You submitted an empty PIN, please Sign In with Twitter again to get a new one."] = "You submitted an empty PIN, please sign in with Twitter again to get a new PIN."; -$a->strings["Twitter settings updated."] = "Twitter settings updated."; -$a->strings["Twitter Import/Export/Mirror"] = "Twitter Import/Export/Mirror"; -$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "No consumer key pair for Twitter found. Please contact your site administrator."; -$a->strings["At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter."] = "At this Friendica instance the Twitter addon was enabled, but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter."; -$a->strings["Log in with Twitter"] = "Log in with Twitter"; -$a->strings["Copy the PIN from Twitter here"] = "Copy the PIN from Twitter here"; -$a->strings["Save Settings"] = "Save settings"; -$a->strings["Currently connected to: "] = "Currently connected to: "; -$a->strings["Disconnect"] = "Disconnect"; -$a->strings["Allow posting to Twitter"] = "Allow posting to Twitter"; -$a->strings["If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."; -$a->strings["Note: Due to your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "Note: Due to your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."; -$a->strings["Send public postings to Twitter by default"] = "Send public postings to Twitter by default"; -$a->strings["Mirror all posts from twitter that are no replies"] = "Mirror all posts from twitter that are no replies"; -$a->strings["Import the remote timeline"] = "Import the remote timeline"; -$a->strings["Automatically create contacts"] = "Automatically create contacts"; -$a->strings["This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a twitter contact from the Friendica contact list, as it will recreate this contact when they post again."] = "This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a twitter contact from the Friendica contact list, as it will recreate this contact when they post again."; -$a->strings["Twitter post failed. Queued for retry."] = "Twitter post failed. Queued for retry."; -$a->strings["Settings updated."] = "Settings updated."; -$a->strings["Consumer key"] = "Consumer key"; -$a->strings["Consumer secret"] = "Consumer secret"; +$a->strings['Post to Twitter'] = 'Post to Twitter'; +$a->strings['You submitted an empty PIN, please Sign In with Twitter again to get a new one.'] = 'You submitted an empty PIN, please sign in with Twitter again to get a new PIN.'; +$a->strings['Twitter settings updated.'] = 'Twitter settings updated.'; +$a->strings['Twitter Import/Export/Mirror'] = 'Twitter Import/Export/Mirror'; +$a->strings['No consumer key pair for Twitter found. Please contact your site administrator.'] = 'No consumer key pair for Twitter found. Please contact your site administrator.'; +$a->strings['At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter.'] = 'At this Friendica instance the Twitter addon was enabled, but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter.'; +$a->strings['Log in with Twitter'] = 'Log in with Twitter'; +$a->strings['Copy the PIN from Twitter here'] = 'Copy the PIN from Twitter here'; +$a->strings['Save Settings'] = 'Save settings'; +$a->strings['Currently connected to: '] = 'Currently connected to: '; +$a->strings['Disconnect'] = 'Disconnect'; +$a->strings['Allow posting to Twitter'] = 'Allow posting to Twitter'; +$a->strings['If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'; +$a->strings['Note: Due to your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted.'] = 'Note: Due to your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted.'; +$a->strings['Send public postings to Twitter by default'] = 'Send public postings to Twitter by default'; +$a->strings['Mirror all posts from twitter that are no replies'] = 'Mirror all posts from twitter that are no replies'; +$a->strings['Import the remote timeline'] = 'Import the remote timeline'; +$a->strings['Automatically create contacts'] = 'Automatically create contacts'; +$a->strings['This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a twitter contact from the Friendica contact list, as it will recreate this contact when they post again.'] = 'This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a twitter contact from the Friendica contact list, as it will recreate this contact when they post again.'; +$a->strings['Twitter post failed. Queued for retry.'] = 'Twitter post failed. Queued for retry.'; +$a->strings['Settings updated.'] = 'Settings updated.'; +$a->strings['Consumer key'] = 'Consumer key'; +$a->strings['Consumer secret'] = 'Consumer secret'; diff --git a/twitter/lang/en-us/strings.php b/twitter/lang/en-us/strings.php index 5cc802db..a84113ef 100644 --- a/twitter/lang/en-us/strings.php +++ b/twitter/lang/en-us/strings.php @@ -5,26 +5,25 @@ function string_plural_select_en_us($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Twitter"] = "Post to Twitter"; -$a->strings["You submitted an empty PIN, please Sign In with Twitter again to get a new one."] = "You submitted an empty PIN, please sign in with Twitter again to get a new PIN."; -$a->strings["Twitter Import/Export/Mirror"] = "Twitter Import/Export/Mirror"; -$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "No consumer key pair for Twitter found. Please contact your site administrator."; -$a->strings["At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter."] = "This Friendica instance has enabled the Twitter addon, but you have not yet connected your Friendica account to your Twitter account. To do so, click the button below to get a PIN from Twitter. Copy the PIN into the input box below and submit the form. Only your public posts will be posted to Twitter."; -$a->strings["Log in with Twitter"] = "Log in with Twitter"; -$a->strings["Copy the PIN from Twitter here"] = "Copy the PIN from Twitter here"; -$a->strings["Save Settings"] = "Save settings"; -$a->strings["An error occured: "] = "An error occurred: "; -$a->strings["Currently connected to: "] = "Currently connected to: "; -$a->strings["Disconnect"] = "Disconnect"; -$a->strings["Allow posting to Twitter"] = "Allow posting to Twitter"; -$a->strings["If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "If enabled, all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."; -$a->strings["Note: Due to your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "Note: Due to your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."; -$a->strings["Send public postings to Twitter by default"] = "Send public postings to Twitter by default"; -$a->strings["Mirror all posts from twitter that are no replies"] = "Mirror all posts from Twitter that are not replies"; -$a->strings["Import the remote timeline"] = "Import the remote timeline"; -$a->strings["Automatically create contacts"] = "Automatically create contacts"; -$a->strings["This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a twitter contact from the Friendica contact list, as it will recreate this contact when they post again."] = "This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a Twitter contact from the Friendica contact list, as it will recreate this contact when they post again."; -$a->strings["Consumer key"] = "Consumer key"; -$a->strings["Consumer secret"] = "Consumer secret"; -$a->strings["%s on Twitter"] = "%s on Twitter"; +$a->strings['Post to Twitter'] = 'Post to Twitter'; +$a->strings['You submitted an empty PIN, please Sign In with Twitter again to get a new one.'] = 'You submitted an empty PIN, please sign in with Twitter again to get a new PIN.'; +$a->strings['Twitter Import/Export/Mirror'] = 'Twitter Import/Export/Mirror'; +$a->strings['No consumer key pair for Twitter found. Please contact your site administrator.'] = 'No consumer key pair for Twitter found. Please contact your site administrator.'; +$a->strings['At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter.'] = 'This Friendica instance has enabled the Twitter addon, but you have not yet connected your Friendica account to your Twitter account. To do so, click the button below to get a PIN from Twitter. Copy the PIN into the input box below and submit the form. Only your public posts will be posted to Twitter.'; +$a->strings['Log in with Twitter'] = 'Log in with Twitter'; +$a->strings['Copy the PIN from Twitter here'] = 'Copy the PIN from Twitter here'; +$a->strings['Save Settings'] = 'Save settings'; +$a->strings['An error occured: '] = 'An error occurred: '; +$a->strings['Currently connected to: '] = 'Currently connected to: '; +$a->strings['Disconnect'] = 'Disconnect'; +$a->strings['Allow posting to Twitter'] = 'Allow posting to Twitter'; +$a->strings['If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'If enabled, all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'; +$a->strings['Note: Due to your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted.'] = 'Note: Due to your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted.'; +$a->strings['Send public postings to Twitter by default'] = 'Send public postings to Twitter by default'; +$a->strings['Mirror all posts from twitter that are no replies'] = 'Mirror all posts from Twitter that are not replies'; +$a->strings['Import the remote timeline'] = 'Import the remote timeline'; +$a->strings['Automatically create contacts'] = 'Automatically create contacts'; +$a->strings['This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a twitter contact from the Friendica contact list, as it will recreate this contact when they post again.'] = 'This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a Twitter contact from the Friendica contact list, as it will recreate this contact when they post again.'; +$a->strings['Consumer key'] = 'Consumer key'; +$a->strings['Consumer secret'] = 'Consumer secret'; +$a->strings['%s on Twitter'] = '%s on Twitter'; diff --git a/twitter/lang/es/strings.php b/twitter/lang/es/strings.php index 07c93a18..1aa0cd14 100644 --- a/twitter/lang/es/strings.php +++ b/twitter/lang/es/strings.php @@ -5,26 +5,25 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Twitter"] = "Entrada para Twitter"; -$a->strings["Twitter settings updated."] = "Ajustes de Twitter actualizados."; -$a->strings["Twitter Posting Settings"] = "Ajustes de publicación de Twitter"; -$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "No hay par de claves para encuentro de Twitter."; -$a->strings["At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter."] = "En esta petición de Friendica el addon de Twitter estaba activo pero usted no ha conectado aún su cuenta con la cuenta de Twitter. Para hacerlo click en el botón de abajo para obtener un PIN desde Twitter que tiene que copiar en la caja de texto de abajo y enviar el formulario. Sólo sus entradas públicas serán posteadas en Twitter"; -$a->strings["Log in with Twitter"] = "Iniciar sesión con Twitter"; -$a->strings["Copy the PIN from Twitter here"] = "Copie el PIN de Twitter aquí"; -$a->strings["Submit"] = "Enviar"; -$a->strings["Currently connected to: "] = "Moneda conectada a:"; -$a->strings["If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Si habilita todas sus publicaciones públicas pueden ser publicadas en la cuenta de Twitter asociada. Puede elegir hacer eso por defecto (aquí) o por cada publicación por separado en las opciones de entrada cuando escriba la entrada."; -$a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "Nota: Debido a sus ajustes de privacidad (¿Ocultar sus detalles de perfil de espectadores desconocidos?) el enlace potencialmente incluido en publicaciones públicas relevado a Twitter llevará al visitante a una página en blanco informándole de que el acceso a su perfil ha sido restringido."; -$a->strings["Allow posting to Twitter"] = "Permitir publicar en Twitter"; -$a->strings["Send public postings to Twitter by default"] = "Enviar publicaciones públicas a Twitter por defecto"; -$a->strings["Mirror all posts from twitter that are no replies or retweets"] = "Reflejar todas las publicaciones de Twitter que no son respuestas o retweets."; -$a->strings["Shortening method that optimizes the tweet"] = "Método de corte the optimiza el tweet"; -$a->strings["Send linked #-tags and @-names to Twitter"] = "Enviar #-etiquetas enlazadas y @-nombres a Twitter"; -$a->strings["Clear OAuth configuration"] = "Borrar configuración OAuth"; -$a->strings["Settings updated."] = "Ajustes actualizados"; -$a->strings["Consumer key"] = "Clave de consumidor"; -$a->strings["Consumer secret"] = "Secreto de consumidor"; -$a->strings["Name of the Twitter Application"] = "Nombre de la aplicación de Twitter"; -$a->strings["set this to avoid mirroring postings from ~friendica back to ~friendica"] = "Fijar esto para evitar el reflejo de publicaciones de ~friendica de vuelta a ~friendica"; +$a->strings['Post to Twitter'] = 'Entrada para Twitter'; +$a->strings['You submitted an empty PIN, please Sign In with Twitter again to get a new one.'] = 'Envió un PIN vacío, inicie sesión con Twitter nuevamente para obtener uno nuevo.'; +$a->strings['Twitter Import/Export/Mirror'] = 'Importación / Exportación / Espejo de Twitter'; +$a->strings['No consumer key pair for Twitter found. Please contact your site administrator.'] = 'No se ha encontrado ningún par de claves de consumidor para Twitter. Por favor, póngase en contacto con el administrador de su sitio. '; +$a->strings['At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter.'] = 'En esta instancia de Friendica, se habilitó el complemento de Twitter, pero aún no ha conectado su cuenta a su cuenta de Twitter. Para hacerlo, haga clic en el botón de abajo para obtener un PIN de Twitter que debe copiar en el cuadro de entrada a continuación y enviar el formulario. Solo sus publicaciones de public se publicarán en Twitter.'; +$a->strings['Log in with Twitter'] = 'Iniciar sesión con Twitter'; +$a->strings['Copy the PIN from Twitter here'] = 'Copie el PIN de Twitter aquí'; +$a->strings['Save Settings'] = 'Guardar ajustes'; +$a->strings['An error occured: '] = 'Ocurrió un error:'; +$a->strings['Currently connected to: '] = 'Moneda conectada a:'; +$a->strings['Disconnect'] = 'Desconectar'; +$a->strings['Allow posting to Twitter'] = 'Permitir publicar en Twitter'; +$a->strings['If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Si habilita todas sus publicaciones públicas pueden ser publicadas en la cuenta de Twitter asociada. Puede elegir hacer eso por defecto (aquí) o por cada publicación por separado en las opciones de entrada cuando escriba la entrada.'; +$a->strings['Note: Due to your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted.'] = 'Nota: Debido a tu privacidad (Ocultar tu perfil de desconocidos?) el enlace potencialmente incluido en publicaciones públicas retransmitidas a Twitter llevará al visitante a una página en blanco que le informa que el acceso a su perfil ha sido restringido.'; +$a->strings['Send public postings to Twitter by default'] = 'Enviar publicaciones públicas a Twitter por defecto'; +$a->strings['Mirror all posts from twitter that are no replies'] = 'Refleje todas las publicaciones de Twitter que no sean respuestas'; +$a->strings['Import the remote timeline'] = 'Importar la línea de tiempo remota'; +$a->strings['Automatically create contacts'] = 'Crea contactos automáticamente'; +$a->strings['This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a twitter contact from the Friendica contact list, as it will recreate this contact when they post again.'] = 'Esto creará automáticamente un contacto en Friendica tan pronto como reciba un mensaje de un contacto existente a través de la red de Twitter. Si no habilita esto, debe agregar manualmente los contactos de Twitter en Friendica de los que le gustaría ver las publicaciones aquí. Sin embargo, si está habilitado, no puede simplemente eliminar un contacto de Twitter de la lista de contactos de Friendica, ya que volverá a crear este contacto cuando vuelva a publicar.'; +$a->strings['Consumer key'] = 'Clave de consumidor'; +$a->strings['Consumer secret'] = 'Secreto de consumidor'; +$a->strings['%s on Twitter'] = '%s en Twitter'; diff --git a/twitter/lang/fi-fi/strings.php b/twitter/lang/fi-fi/strings.php index 4ae9a852..a5beaac3 100644 --- a/twitter/lang/fi-fi/strings.php +++ b/twitter/lang/fi-fi/strings.php @@ -5,20 +5,19 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Twitter"] = "Lähetä Twitteriin"; -$a->strings["Twitter settings updated."] = "Twitter -asetukset päivitetty."; -$a->strings["Twitter Import/Export/Mirror"] = "Twitter tuonti/vienti/peili"; -$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Twitter -kuluttajan avainparia ei löytynyt. Ota yhteyttä sivuston ylläpitäjään."; -$a->strings["Log in with Twitter"] = "Kirjaudu sisään Twitterillä"; -$a->strings["Save Settings"] = "Tallenna asetukset"; -$a->strings["Disconnect"] = "Katkaise yhteys"; -$a->strings["Allow posting to Twitter"] = "Salli julkaisu Twitteriin"; -$a->strings["Send public postings to Twitter by default"] = "Lähetä oletuksena kaikki julkiset julkaisut Twitteriin"; -$a->strings["Mirror all posts from twitter that are no replies"] = "Peilaa kaikki julkaisut Twitteristä jotka eivät ole vastauksia"; -$a->strings["Import the remote timeline"] = "Tuo etäaikajana"; -$a->strings["Automatically create contacts"] = "Luo kontaktit automaattisesti"; -$a->strings["Twitter post failed. Queued for retry."] = "Twitter -julkaisu epäonnistui. Jonossa uudelleenyritykseen."; -$a->strings["Settings updated."] = "Asetukset päivitetty."; -$a->strings["Consumer key"] = "Kuluttajan avain"; -$a->strings["Consumer secret"] = "Kuluttajasalaisuus"; +$a->strings['Post to Twitter'] = 'Lähetä Twitteriin'; +$a->strings['Twitter settings updated.'] = 'Twitter -asetukset päivitetty.'; +$a->strings['Twitter Import/Export/Mirror'] = 'Twitter tuonti/vienti/peili'; +$a->strings['No consumer key pair for Twitter found. Please contact your site administrator.'] = 'Twitter -kuluttajan avainparia ei löytynyt. Ota yhteyttä sivuston ylläpitäjään.'; +$a->strings['Log in with Twitter'] = 'Kirjaudu sisään Twitterillä'; +$a->strings['Save Settings'] = 'Tallenna asetukset'; +$a->strings['Disconnect'] = 'Katkaise yhteys'; +$a->strings['Allow posting to Twitter'] = 'Salli julkaisu Twitteriin'; +$a->strings['Send public postings to Twitter by default'] = 'Lähetä oletuksena kaikki julkiset julkaisut Twitteriin'; +$a->strings['Mirror all posts from twitter that are no replies'] = 'Peilaa kaikki julkaisut Twitteristä jotka eivät ole vastauksia'; +$a->strings['Import the remote timeline'] = 'Tuo etäaikajana'; +$a->strings['Automatically create contacts'] = 'Luo kontaktit automaattisesti'; +$a->strings['Twitter post failed. Queued for retry.'] = 'Twitter -julkaisu epäonnistui. Jonossa uudelleenyritykseen.'; +$a->strings['Settings updated.'] = 'Asetukset päivitetty.'; +$a->strings['Consumer key'] = 'Kuluttajan avain'; +$a->strings['Consumer secret'] = 'Kuluttajasalaisuus'; diff --git a/twitter/lang/fr/strings.php b/twitter/lang/fr/strings.php index 28f11263..a271ccbf 100644 --- a/twitter/lang/fr/strings.php +++ b/twitter/lang/fr/strings.php @@ -5,15 +5,14 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Post to Twitter"] = "Publier sur Twitter"; -$a->strings["Twitter settings updated."] = "Paramètres Twitter mis à jour."; -$a->strings["Twitter Posting Settings"] = "Paramètres Twitter de publication"; -$a->strings["Log in with Twitter"] = "Se connecter avec Twitter"; -$a->strings["Copy the PIN from Twitter here"] = "Copier le PIN de Twitter ici"; -$a->strings["Submit"] = "Soumettre"; -$a->strings["Currently connected to: "] = "Actuellement connecté à :"; -$a->strings["Allow posting to Twitter"] = "Autoriser la publication sur Twitter"; -$a->strings["Send public postings to Twitter by default"] = "Envoyer par défaut les messages publics sur Twitter"; -$a->strings["Settings updated."] = "Paramètres mis à jour."; -$a->strings["Name of the Twitter Application"] = "Nom de l'application Twitter"; +$a->strings['Post to Twitter'] = 'Publier sur Twitter'; +$a->strings['Twitter settings updated.'] = 'Paramètres Twitter mis à jour.'; +$a->strings['Twitter Posting Settings'] = 'Paramètres Twitter de publication'; +$a->strings['Log in with Twitter'] = 'Se connecter avec Twitter'; +$a->strings['Copy the PIN from Twitter here'] = 'Copier le PIN de Twitter ici'; +$a->strings['Submit'] = 'Soumettre'; +$a->strings['Currently connected to: '] = 'Actuellement connecté à :'; +$a->strings['Allow posting to Twitter'] = 'Autoriser la publication sur Twitter'; +$a->strings['Send public postings to Twitter by default'] = 'Envoyer par défaut les messages publics sur Twitter'; +$a->strings['Settings updated.'] = 'Paramètres mis à jour.'; +$a->strings['Name of the Twitter Application'] = 'Nom de l\'application Twitter'; diff --git a/twitter/lang/hu/strings.php b/twitter/lang/hu/strings.php index 5199491e..15c802da 100644 --- a/twitter/lang/hu/strings.php +++ b/twitter/lang/hu/strings.php @@ -5,26 +5,25 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Twitter"] = "Beküldés a Twitterre"; -$a->strings["You submitted an empty PIN, please Sign In with Twitter again to get a new one."] = "Üres PIN-kódot küldött be. Jelentkezzen be a Twitter használatával újra, hogy egy újat kapjon."; -$a->strings["Twitter Import/Export/Mirror"] = "Twitter importálás, exportálás vagy tükrözés"; -$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Nem találhatók felhasználói kulcspárok a Twitterhez. Vegye fel a kapcsolatot az oldal adminisztrátorával."; -$a->strings["At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter."] = "Ennél a Friendica példánynál a Twitter bővítmény engedélyezve lett, de még nem kapcsolta hozzá a fiókját a Twitter-fiókjához. Ehhez kattintson a lenti gombra, hogy kapjon egy PIN-kódot a Twittertől, amelyet a lenti beviteli mezőbe kell bemásolnia, majd el kell küldenie az űrlapot. Csak a nyilvános bejegyzései lesznek beküldve a Twitterre."; -$a->strings["Log in with Twitter"] = "Bejelentkezés Twitter használatával"; -$a->strings["Copy the PIN from Twitter here"] = "Másolja be ide a Twittertől kapott PIN-kódot"; -$a->strings["Save Settings"] = "Beállítások mentése"; -$a->strings["An error occured: "] = "Hiba történt: "; -$a->strings["Currently connected to: "] = "Jelenleg ehhez van kapcsolódva: "; -$a->strings["Disconnect"] = "Leválasztás"; -$a->strings["Allow posting to Twitter"] = "Beküldés engedélyezése a Twitterre"; -$a->strings["If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Ha engedélyezve van, akkor az összes nyilvános beküldés beküldhető a hozzárendelt Twitter-fiókba. Kiválaszthatja, hogy ezt alapértelmezetten szeretné-e (itt), vagy minden egyes beküldésnél különállóan a beküldési beállításokban, amikor megírja a bejegyzést."; -$a->strings["Note: Due to your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "Megjegyzés: az adatvédelmi beállításai miatt (Elrejti a profilja részleteit az ismeretlen megtekintők elől?) a Twitterre továbbított nyilvános beküldésekben vélhetően tartalmazott hivatkozás a látogatót egy üres oldalra fogja vezetni, amely arról tájékoztatja a látogatót, hogy a profiljához való hozzáférés korlátozva lett."; -$a->strings["Send public postings to Twitter by default"] = "Nyilvános beküldések küldése a Twitterre alapértelmezetten"; -$a->strings["Mirror all posts from twitter that are no replies"] = "A Twittertől származó összes bejegyzés tükrözése, amelyek nem válaszok"; -$a->strings["Import the remote timeline"] = "A távoli idővonal importálása"; -$a->strings["Automatically create contacts"] = "Partnerek automatikus létrehozása"; -$a->strings["This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a twitter contact from the Friendica contact list, as it will recreate this contact when they post again."] = "Ez automatikusan létre fog hozni egy partnert a Friendicán, amint üzenetet fogad egy meglévő partnertől a Twitter hálózaton keresztül. Ha ezt nem engedélyezi, akkor kézzel kell hozzáadnia azokat a Twitter-partnereket a Friendicában, akiktől bejegyzéseket szeretne látni itt. Azonban ha engedélyezve van, akkor nem tudja egyszerűen eltávolítani a Twitter-partnert a Friendica partnerlistájából, mivel az újra létrehozza ezt a partnert, amikor ismét beküld valamit."; -$a->strings["Consumer key"] = "Felhasználói kulcs"; -$a->strings["Consumer secret"] = "Felhasználói titok"; -$a->strings["%s on Twitter"] = "%s a Twitteren"; +$a->strings['Post to Twitter'] = 'Beküldés a Twitterre'; +$a->strings['You submitted an empty PIN, please Sign In with Twitter again to get a new one.'] = 'Üres PIN-kódot küldött be. Jelentkezzen be a Twitter használatával újra, hogy egy újat kapjon.'; +$a->strings['Twitter Import/Export/Mirror'] = 'Twitter importálás, exportálás vagy tükrözés'; +$a->strings['No consumer key pair for Twitter found. Please contact your site administrator.'] = 'Nem találhatók felhasználói kulcspárok a Twitterhez. Vegye fel a kapcsolatot az oldal adminisztrátorával.'; +$a->strings['At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter.'] = 'Ennél a Friendica példánynál a Twitter bővítmény engedélyezve lett, de még nem kapcsolta hozzá a fiókját a Twitter-fiókjához. Ehhez kattintson a lenti gombra, hogy kapjon egy PIN-kódot a Twittertől, amelyet a lenti beviteli mezőbe kell bemásolnia, majd el kell küldenie az űrlapot. Csak a nyilvános bejegyzései lesznek beküldve a Twitterre.'; +$a->strings['Log in with Twitter'] = 'Bejelentkezés Twitter használatával'; +$a->strings['Copy the PIN from Twitter here'] = 'Másolja be ide a Twittertől kapott PIN-kódot'; +$a->strings['Save Settings'] = 'Beállítások mentése'; +$a->strings['An error occured: '] = 'Hiba történt: '; +$a->strings['Currently connected to: '] = 'Jelenleg ehhez van kapcsolódva: '; +$a->strings['Disconnect'] = 'Leválasztás'; +$a->strings['Allow posting to Twitter'] = 'Beküldés engedélyezése a Twitterre'; +$a->strings['If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Ha engedélyezve van, akkor az összes nyilvános beküldés beküldhető a hozzárendelt Twitter-fiókba. Kiválaszthatja, hogy ezt alapértelmezetten szeretné-e (itt), vagy minden egyes beküldésnél különállóan a beküldési beállításokban, amikor megírja a bejegyzést.'; +$a->strings['Note: Due to your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted.'] = 'Megjegyzés: az adatvédelmi beállításai miatt (Elrejti a profilja részleteit az ismeretlen megtekintők elől?) a Twitterre továbbított nyilvános beküldésekben vélhetően tartalmazott hivatkozás a látogatót egy üres oldalra fogja vezetni, amely arról tájékoztatja a látogatót, hogy a profiljához való hozzáférés korlátozva lett.'; +$a->strings['Send public postings to Twitter by default'] = 'Nyilvános beküldések küldése a Twitterre alapértelmezetten'; +$a->strings['Mirror all posts from twitter that are no replies'] = 'A Twittertől származó összes bejegyzés tükrözése, amelyek nem válaszok'; +$a->strings['Import the remote timeline'] = 'A távoli idővonal importálása'; +$a->strings['Automatically create contacts'] = 'Partnerek automatikus létrehozása'; +$a->strings['This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a twitter contact from the Friendica contact list, as it will recreate this contact when they post again.'] = 'Ez automatikusan létre fog hozni egy partnert a Friendicán, amint üzenetet fogad egy meglévő partnertől a Twitter hálózaton keresztül. Ha ezt nem engedélyezi, akkor kézzel kell hozzáadnia azokat a Twitter-partnereket a Friendicában, akiktől bejegyzéseket szeretne látni itt. Azonban ha engedélyezve van, akkor nem tudja egyszerűen eltávolítani a Twitter-partnert a Friendica partnerlistájából, mivel az újra létrehozza ezt a partnert, amikor ismét beküld valamit.'; +$a->strings['Consumer key'] = 'Felhasználói kulcs'; +$a->strings['Consumer secret'] = 'Felhasználói titok'; +$a->strings['%s on Twitter'] = '%s a Twitteren'; diff --git a/twitter/lang/it/strings.php b/twitter/lang/it/strings.php index 998578f6..e4797a7e 100644 --- a/twitter/lang/it/strings.php +++ b/twitter/lang/it/strings.php @@ -5,26 +5,25 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Twitter"] = "Invia a Twitter"; -$a->strings["You submitted an empty PIN, please Sign In with Twitter again to get a new one."] = "Hai inserito un PIN vuoto, autenticati con Twitter nuovamente per averne uno nuovo."; -$a->strings["Twitter Import/Export/Mirror"] = "Importa/Esporta/Clona Twitter"; -$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Nessuna coppia di chiavi per Twitter trovata. Contatta l'amministratore del sito."; -$a->strings["At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter."] = "Il componente aggiuntivo Twitter è abilitato ma non hai ancora collegato i tuoi account Friendica e Twitter. Per farlo, clicca il bottone qui sotto per ricevere un PIN da Twitter che dovrai copiare nel campo qui sotto. Solo i tuoi messaggi pubblici saranno inviati a Twitter."; -$a->strings["Log in with Twitter"] = "Accedi con Twitter"; -$a->strings["Copy the PIN from Twitter here"] = "Copia il PIN da Twitter qui"; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$a->strings["An error occured: "] = "Si è verificato un errore:"; -$a->strings["Currently connected to: "] = "Al momento connesso con:"; -$a->strings["Disconnect"] = "Disconnetti"; -$a->strings["Allow posting to Twitter"] = "Permetti l'invio a Twitter"; -$a->strings["If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Se abilitato tutti i tuoi messaggi pubblici possono essere inviati all'account Twitter associato. Puoi scegliere di farlo sempre (qui) o ogni volta che invii, nelle impostazioni di privacy del messaggio."; -$a->strings["Note: Due to your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "Nota: A causa delle tue impostazioni di privacy(Nascondi i dettagli del tuo profilo ai visitatori sconosciuti?) il collegamento potenzialmente incluso nei messaggi pubblici inviati a Twitter porterà i visitatori a una pagina bianca con una nota che li informa che l'accesso al tuo profilo è stato limitato."; -$a->strings["Send public postings to Twitter by default"] = "Invia sempre i messaggi pubblici a Twitter"; -$a->strings["Mirror all posts from twitter that are no replies"] = "Clona tutti i messaggi da Twitter che non sono risposte"; -$a->strings["Import the remote timeline"] = "Importa la timeline remota"; -$a->strings["Automatically create contacts"] = "Crea automaticamente i contatti"; -$a->strings["This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a twitter contact from the Friendica contact list, as it will recreate this contact when they post again."] = "Questo creerà automaticamente un contatto in Friendica appena ricevi un messaggio da un tuo contatto sulla rete Twitter. Se non abiliti questa opzione, dovrai aggiungere a mano in Friendica i contatti Twitter da cui vuoi ricevere i messaggi. Se abilitato, però, non potrai semplicemente rimuovere un contatto Twitter dal tuo elenco contatti su Friendica, dato che questo sarà ricreato la prossima volta che invierà un messaggio."; -$a->strings["Consumer key"] = "Consumer key"; -$a->strings["Consumer secret"] = "Consumer secret"; -$a->strings["%s on Twitter"] = "%s su Twitter"; +$a->strings['Post to Twitter'] = 'Invia a Twitter'; +$a->strings['You submitted an empty PIN, please Sign In with Twitter again to get a new one.'] = 'Hai inserito un PIN vuoto, autenticati con Twitter nuovamente per averne uno nuovo.'; +$a->strings['Twitter Import/Export/Mirror'] = 'Importa/Esporta/Clona Twitter'; +$a->strings['No consumer key pair for Twitter found. Please contact your site administrator.'] = 'Nessuna coppia di chiavi per Twitter trovata. Contatta l\'amministratore del sito.'; +$a->strings['At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter.'] = 'Il componente aggiuntivo Twitter è abilitato ma non hai ancora collegato i tuoi account Friendica e Twitter. Per farlo, clicca il bottone qui sotto per ricevere un PIN da Twitter che dovrai copiare nel campo qui sotto. Solo i tuoi messaggi pubblici saranno inviati a Twitter.'; +$a->strings['Log in with Twitter'] = 'Accedi con Twitter'; +$a->strings['Copy the PIN from Twitter here'] = 'Copia il PIN da Twitter qui'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; +$a->strings['An error occured: '] = 'Si è verificato un errore:'; +$a->strings['Currently connected to: '] = 'Al momento connesso con:'; +$a->strings['Disconnect'] = 'Disconnetti'; +$a->strings['Allow posting to Twitter'] = 'Permetti l\'invio a Twitter'; +$a->strings['If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Se abilitato tutti i tuoi messaggi pubblici possono essere inviati all\'account Twitter associato. Puoi scegliere di farlo sempre (qui) o ogni volta che invii, nelle impostazioni di privacy del messaggio.'; +$a->strings['Note: Due to your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted.'] = 'Nota: A causa delle tue impostazioni di privacy(Nascondi i dettagli del tuo profilo ai visitatori sconosciuti?) il collegamento potenzialmente incluso nei messaggi pubblici inviati a Twitter porterà i visitatori a una pagina bianca con una nota che li informa che l\'accesso al tuo profilo è stato limitato.'; +$a->strings['Send public postings to Twitter by default'] = 'Invia sempre i messaggi pubblici a Twitter'; +$a->strings['Mirror all posts from twitter that are no replies'] = 'Clona tutti i messaggi da Twitter che non sono risposte'; +$a->strings['Import the remote timeline'] = 'Importa la timeline remota'; +$a->strings['Automatically create contacts'] = 'Crea automaticamente i contatti'; +$a->strings['This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a twitter contact from the Friendica contact list, as it will recreate this contact when they post again.'] = 'Questo creerà automaticamente un contatto in Friendica appena ricevi un messaggio da un tuo contatto sulla rete Twitter. Se non abiliti questa opzione, dovrai aggiungere a mano in Friendica i contatti Twitter da cui vuoi ricevere i messaggi. Se abilitato, però, non potrai semplicemente rimuovere un contatto Twitter dal tuo elenco contatti su Friendica, dato che questo sarà ricreato la prossima volta che invierà un messaggio.'; +$a->strings['Consumer key'] = 'Consumer key'; +$a->strings['Consumer secret'] = 'Consumer secret'; +$a->strings['%s on Twitter'] = '%s su Twitter'; diff --git a/twitter/lang/ja/strings.php b/twitter/lang/ja/strings.php index 5afd426b..935058fb 100644 --- a/twitter/lang/ja/strings.php +++ b/twitter/lang/ja/strings.php @@ -5,25 +5,24 @@ function string_plural_select_ja($n){ $n = intval($n); return intval(0); }} -; -$a->strings["Post to Twitter"] = "Twitterに投稿"; -$a->strings["You submitted an empty PIN, please Sign In with Twitter again to get a new one."] = "空のPINを送信しました。もう一度Twitterでサインインして新しいPINを取得してください。"; -$a->strings["Twitter Import/Export/Mirror"] = "Twitterインポート/エクスポート/ミラー"; -$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Twitterのコンシューマキーペアが見つかりません。サイト管理者に連絡してください。"; -$a->strings["At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter."] = "このFriendicaインスタンスでは、Twitterアドオンは有効になっていますが、アカウントをTwitterアカウントにまだ接続していません。これを行うには、下のボタンをクリックしてTwitterからPINを取得し、それを下の入力ボックスにコピーしてフォームを送信する必要があります。 一般公開投稿のみがTwitterに投稿されます。"; -$a->strings["Log in with Twitter"] = "Twitterでログイン"; -$a->strings["Copy the PIN from Twitter here"] = "ここからTwitterからPINをコピーします"; -$a->strings["Save Settings"] = "設定を保存する"; -$a->strings["An error occured: "] = "エラーが発生しました:"; -$a->strings["Currently connected to: "] = "現在接続中:"; -$a->strings["Disconnect"] = "切断する"; -$a->strings["Allow posting to Twitter"] = "Twitterへの投稿を許可する"; -$a->strings["If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "有効にすると、すべての一般公開投稿を、関連づけたTwitterアカウントに投稿できます。デフォルト(ここ)で行うか、エントリを書き込む際に投稿オプションですべての投稿を個別に行うかを選択できます。"; -$a->strings["Note: Due to your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = ":プライバシー設定(未知の視聴者からプロフィールの詳細を非表示にしますか?)により、Twitterに中継・公開される投稿内のリンクは、プロフィールへのアクセスが制限されている訪問者に対して空白ページを表示します。"; -$a->strings["Send public postings to Twitter by default"] = "デフォルトでTwitterに一般公開投稿を送信する"; -$a->strings["Mirror all posts from twitter that are no replies"] = "返信がないTwitterのすべての投稿をミラーリングする"; -$a->strings["Import the remote timeline"] = "リモートタイムラインをインポートする"; -$a->strings["Automatically create contacts"] = "連絡先を自動的に作成する"; -$a->strings["This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a twitter contact from the Friendica contact list, as it will recreate this contact when they post again."] = "これにより、Twitterネットワーク経由で既存の連絡先からメッセージを受信するとすぐに、Friendicaに連絡先が自動的に作成されます。これを有効にしない場合、ここで投稿を表示するFriendicaのTwitter連絡先を手動で追加する必要があります。ただし、有効にした場合、Twitterの連絡先をFriendicaの連絡先リストから単に削除することはできません。再送信するとこの連絡先が再作成されるためです。"; -$a->strings["Consumer key"] = "コンシューマ キー"; -$a->strings["Consumer secret"] = "コンシューマ シークレット"; +$a->strings['Post to Twitter'] = 'Twitterに投稿'; +$a->strings['You submitted an empty PIN, please Sign In with Twitter again to get a new one.'] = '空のPINを送信しました。もう一度Twitterでサインインして新しいPINを取得してください。'; +$a->strings['Twitter Import/Export/Mirror'] = 'Twitterインポート/エクスポート/ミラー'; +$a->strings['No consumer key pair for Twitter found. Please contact your site administrator.'] = 'Twitterのコンシューマキーペアが見つかりません。サイト管理者に連絡してください。'; +$a->strings['At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter.'] = 'このFriendicaインスタンスでは、Twitterアドオンは有効になっていますが、アカウントをTwitterアカウントにまだ接続していません。これを行うには、下のボタンをクリックしてTwitterからPINを取得し、それを下の入力ボックスにコピーしてフォームを送信する必要があります。 一般公開投稿のみがTwitterに投稿されます。'; +$a->strings['Log in with Twitter'] = 'Twitterでログイン'; +$a->strings['Copy the PIN from Twitter here'] = 'ここからTwitterからPINをコピーします'; +$a->strings['Save Settings'] = '設定を保存する'; +$a->strings['An error occured: '] = 'エラーが発生しました:'; +$a->strings['Currently connected to: '] = '現在接続中:'; +$a->strings['Disconnect'] = '切断する'; +$a->strings['Allow posting to Twitter'] = 'Twitterへの投稿を許可する'; +$a->strings['If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = '有効にすると、すべての一般公開投稿を、関連づけたTwitterアカウントに投稿できます。デフォルト(ここ)で行うか、エントリを書き込む際に投稿オプションですべての投稿を個別に行うかを選択できます。'; +$a->strings['Note: Due to your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted.'] = ':プライバシー設定(未知の視聴者からプロフィールの詳細を非表示にしますか?)により、Twitterに中継・公開される投稿内のリンクは、プロフィールへのアクセスが制限されている訪問者に対して空白ページを表示します。'; +$a->strings['Send public postings to Twitter by default'] = 'デフォルトでTwitterに一般公開投稿を送信する'; +$a->strings['Mirror all posts from twitter that are no replies'] = '返信がないTwitterのすべての投稿をミラーリングする'; +$a->strings['Import the remote timeline'] = 'リモートタイムラインをインポートする'; +$a->strings['Automatically create contacts'] = '連絡先を自動的に作成する'; +$a->strings['This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a twitter contact from the Friendica contact list, as it will recreate this contact when they post again.'] = 'これにより、Twitterネットワーク経由で既存の連絡先からメッセージを受信するとすぐに、Friendicaに連絡先が自動的に作成されます。これを有効にしない場合、ここで投稿を表示するFriendicaのTwitter連絡先を手動で追加する必要があります。ただし、有効にした場合、Twitterの連絡先をFriendicaの連絡先リストから単に削除することはできません。再送信するとこの連絡先が再作成されるためです。'; +$a->strings['Consumer key'] = 'コンシューマ キー'; +$a->strings['Consumer secret'] = 'コンシューマ シークレット'; diff --git a/twitter/lang/nl/strings.php b/twitter/lang/nl/strings.php index 77cd8406..60a1d4ab 100644 --- a/twitter/lang/nl/strings.php +++ b/twitter/lang/nl/strings.php @@ -5,11 +5,10 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Twitter"] = "Plaatsen op Twitter"; -$a->strings["Twitter settings updated."] = "Twitter instellingen opgeslagen"; -$a->strings["Twitter Import/Export/Mirror"] = "Twitter Import/Exporteren/Spiegelen"; -$a->strings["Save Settings"] = "Instellingen opslaan"; -$a->strings["Allow posting to Twitter"] = "Plaatsen op Twitter toestaan"; -$a->strings["Send public postings to Twitter by default"] = "Verzend publieke berichten naar Twitter als standaard instellen "; -$a->strings["Settings updated."] = "Instellingen opgeslagen"; +$a->strings['Post to Twitter'] = 'Plaatsen op Twitter'; +$a->strings['Twitter settings updated.'] = 'Twitter instellingen opgeslagen'; +$a->strings['Twitter Import/Export/Mirror'] = 'Twitter Import/Exporteren/Spiegelen'; +$a->strings['Save Settings'] = 'Instellingen opslaan'; +$a->strings['Allow posting to Twitter'] = 'Plaatsen op Twitter toestaan'; +$a->strings['Send public postings to Twitter by default'] = 'Verzend publieke berichten naar Twitter als standaard instellen '; +$a->strings['Settings updated.'] = 'Instellingen opgeslagen'; diff --git a/twitter/lang/pl/strings.php b/twitter/lang/pl/strings.php index 3aacaa05..b1f76417 100644 --- a/twitter/lang/pl/strings.php +++ b/twitter/lang/pl/strings.php @@ -5,27 +5,26 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Post to Twitter"] = "Opublikuj na Twitterze"; -$a->strings["You submitted an empty PIN, please Sign In with Twitter again to get a new one."] = "Przesłałeś pusty kod PIN, zaloguj się ponownie na Twitterze, aby otrzymać nowy."; -$a->strings["Twitter settings updated."] = "Zaktualizowano ustawienia Twitter."; -$a->strings["Twitter Import/Export/Mirror"] = "Twitter Import/Export/Mirror"; -$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Nie znaleziono pary kluczy konsumpcyjnych dla Twittera. Skontaktuj się z administratorem witryny."; -$a->strings["At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter."] = "W tej instancji Friendica dodatek do Twittera został włączony, ale jeszcze nie podłączyłeś swojego konta do konta na Twitterze. Aby to zrobić, kliknij przycisk poniżej, aby uzyskać numer PIN z Twittera, który musisz skopiować do poniższego pola wprowadzania i przesłać formularz. Tylko Twoje publiczne posty będą publikowane na Twitterze."; -$a->strings["Log in with Twitter"] = "Zaloguj się przez Twitter"; -$a->strings["Copy the PIN from Twitter here"] = "Skopiuj tutaj kod PIN z Twittera"; -$a->strings["Save Settings"] = "Zapisz ustawienia"; -$a->strings["Currently connected to: "] = "Obecnie podłączony do:"; -$a->strings["Disconnect"] = "Rozłączony"; -$a->strings["Allow posting to Twitter"] = "Zezwalaj na publikowanie na Twitterze"; -$a->strings["If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Jeśli ta opcja jest włączona, wszystkie twoje publiczne ogłoszenia mogą być wysyłane na powiązane konto Twitter. Możesz to zrobić domyślnie (tutaj) lub dla każdego komentarza osobno w opcjach komentarza podczas pisania wpisu."; -$a->strings["Note: Due to your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "Uwaga: Ze względu na ustawienia prywatności (Ukryć szczegóły Twojego profilu, przed nieznanymi użytkownikami?) link potencjalnie zawarty w publicznych komentarzach do Twitter doprowadzi użytkownika do pustej strony informowania odwiedzających, że dostęp do Twojego profilu został ograniczony."; -$a->strings["Send public postings to Twitter by default"] = "Wyślij domyślnie komentarze publiczne do Twitter"; -$a->strings["Mirror all posts from twitter that are no replies"] = "Lustro wszystkich postów Twitter, które są bez odpowiedzi"; -$a->strings["Import the remote timeline"] = "Zaimportuj zdalną oś czasu"; -$a->strings["Automatically create contacts"] = "Automatycznie twórz kontakty"; -$a->strings["This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a twitter contact from the Friendica contact list, as it will recreate this contact when they post again."] = "Spowoduje to automatyczne utworzenie kontaktu w witrynie Friendica, gdy tylko otrzymasz wiadomość od istniejącego kontaktu za pośrednictwem sieci Twitter. Jeśli nie włączysz tego, musisz ręcznie dodać te kontakty z serwisu Twitter w serwisie Friendica, od których chcesz widzieć posty. Jeśli jednak jest włączona, nie można po prostu usunąć kontaktu z Twittera z listy kontaktów Friendica, ponieważ odtworzony zostanie ten kontakt po ponownym wysłaniu."; -$a->strings["Twitter post failed. Queued for retry."] = "Nieudany wpis na Twitterze. W kolejce do ponowienia."; -$a->strings["Settings updated."] = "Ustawienia zaktualizowane."; -$a->strings["Consumer key"] = "Klucz klienta"; -$a->strings["Consumer secret"] = "Tajny klucz klienta"; +$a->strings['Post to Twitter'] = 'Opublikuj na Twitterze'; +$a->strings['You submitted an empty PIN, please Sign In with Twitter again to get a new one.'] = 'Przesłałeś pusty kod PIN, zaloguj się ponownie na Twitterze, aby otrzymać nowy.'; +$a->strings['Twitter settings updated.'] = 'Zaktualizowano ustawienia Twitter.'; +$a->strings['Twitter Import/Export/Mirror'] = 'Twitter Import/Export/Mirror'; +$a->strings['No consumer key pair for Twitter found. Please contact your site administrator.'] = 'Nie znaleziono pary kluczy konsumpcyjnych dla Twittera. Skontaktuj się z administratorem witryny.'; +$a->strings['At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter.'] = 'W tej instancji Friendica dodatek do Twittera został włączony, ale jeszcze nie podłączyłeś swojego konta do konta na Twitterze. Aby to zrobić, kliknij przycisk poniżej, aby uzyskać numer PIN z Twittera, który musisz skopiować do poniższego pola wprowadzania i przesłać formularz. Tylko Twoje publiczne posty będą publikowane na Twitterze.'; +$a->strings['Log in with Twitter'] = 'Zaloguj się przez Twitter'; +$a->strings['Copy the PIN from Twitter here'] = 'Skopiuj tutaj kod PIN z Twittera'; +$a->strings['Save Settings'] = 'Zapisz ustawienia'; +$a->strings['Currently connected to: '] = 'Obecnie podłączony do:'; +$a->strings['Disconnect'] = 'Rozłączony'; +$a->strings['Allow posting to Twitter'] = 'Zezwalaj na publikowanie na Twitterze'; +$a->strings['If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Jeśli ta opcja jest włączona, wszystkie twoje publiczne ogłoszenia mogą być wysyłane na powiązane konto Twitter. Możesz to zrobić domyślnie (tutaj) lub dla każdego komentarza osobno w opcjach komentarza podczas pisania wpisu.'; +$a->strings['Note: Due to your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted.'] = 'Uwaga: Ze względu na ustawienia prywatności (Ukryć szczegóły Twojego profilu, przed nieznanymi użytkownikami?) link potencjalnie zawarty w publicznych komentarzach do Twitter doprowadzi użytkownika do pustej strony informowania odwiedzających, że dostęp do Twojego profilu został ograniczony.'; +$a->strings['Send public postings to Twitter by default'] = 'Wyślij domyślnie komentarze publiczne do Twitter'; +$a->strings['Mirror all posts from twitter that are no replies'] = 'Lustro wszystkich postów Twitter, które są bez odpowiedzi'; +$a->strings['Import the remote timeline'] = 'Zaimportuj zdalną oś czasu'; +$a->strings['Automatically create contacts'] = 'Automatycznie twórz kontakty'; +$a->strings['This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a twitter contact from the Friendica contact list, as it will recreate this contact when they post again.'] = 'Spowoduje to automatyczne utworzenie kontaktu w witrynie Friendica, gdy tylko otrzymasz wiadomość od istniejącego kontaktu za pośrednictwem sieci Twitter. Jeśli nie włączysz tego, musisz ręcznie dodać te kontakty z serwisu Twitter w serwisie Friendica, od których chcesz widzieć posty. Jeśli jednak jest włączona, nie można po prostu usunąć kontaktu z Twittera z listy kontaktów Friendica, ponieważ odtworzony zostanie ten kontakt po ponownym wysłaniu.'; +$a->strings['Twitter post failed. Queued for retry.'] = 'Nieudany wpis na Twitterze. W kolejce do ponowienia.'; +$a->strings['Settings updated.'] = 'Ustawienia zaktualizowane.'; +$a->strings['Consumer key'] = 'Klucz klienta'; +$a->strings['Consumer secret'] = 'Tajny klucz klienta'; diff --git a/twitter/lang/pt-br/strings.php b/twitter/lang/pt-br/strings.php index 4347b4d2..96ce2a48 100644 --- a/twitter/lang/pt-br/strings.php +++ b/twitter/lang/pt-br/strings.php @@ -5,17 +5,16 @@ function string_plural_select_pt_br($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Post to Twitter"] = "Publicar no Twitter"; -$a->strings["Twitter settings updated."] = "As configurações do Twitter foram atualizadas."; -$a->strings["Twitter Posting Settings"] = "Configurações de publicação no Twitter"; -$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Não foi encontrado nenhum par de \"consumer keys\" para o Twitter. Por favor, entre em contato com a administração do site."; -$a->strings["At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter."] = "O plug-in do Twitter está habilitado nesta instância do Friendica, mas você ainda não conectou sua conta aqui à sua conta no Twitter. Para fazer isso, clique no botão abaixo. Você vai receber um código de verificação do Twitter. Copie-o para o campo abaixo e envie o formulário. Apenas os seus posts públicos serão publicados no Twitter."; -$a->strings["Log in with Twitter"] = "Entrar com o Twitter"; -$a->strings["Copy the PIN from Twitter here"] = "Cole o código de verificação do Twitter aqui"; -$a->strings["Submit"] = "Enviar"; -$a->strings["Currently connected to: "] = "Atualmente conectado a:"; -$a->strings["If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Se habilitado, todos os seus posts públicos poderão ser replicados na conta do Twitter associada. Você pode escolher entre fazer isso por padrão (aqui) ou separadamente, quando escrever cada mensagem, nas opções de publicação."; -$a->strings["Allow posting to Twitter"] = "Permitir a publicação no Twitter"; -$a->strings["Send public postings to Twitter by default"] = "Publicar posts públicos no Twitter por padrão"; -$a->strings["Settings updated."] = "As configurações foram atualizadas."; +$a->strings['Post to Twitter'] = 'Publicar no Twitter'; +$a->strings['Twitter settings updated.'] = 'As configurações do Twitter foram atualizadas.'; +$a->strings['Twitter Posting Settings'] = 'Configurações de publicação no Twitter'; +$a->strings['No consumer key pair for Twitter found. Please contact your site administrator.'] = 'Não foi encontrado nenhum par de "consumer keys" para o Twitter. Por favor, entre em contato com a administração do site.'; +$a->strings['At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter.'] = 'O plug-in do Twitter está habilitado nesta instância do Friendica, mas você ainda não conectou sua conta aqui à sua conta no Twitter. Para fazer isso, clique no botão abaixo. Você vai receber um código de verificação do Twitter. Copie-o para o campo abaixo e envie o formulário. Apenas os seus posts públicos serão publicados no Twitter.'; +$a->strings['Log in with Twitter'] = 'Entrar com o Twitter'; +$a->strings['Copy the PIN from Twitter here'] = 'Cole o código de verificação do Twitter aqui'; +$a->strings['Submit'] = 'Enviar'; +$a->strings['Currently connected to: '] = 'Atualmente conectado a:'; +$a->strings['If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Se habilitado, todos os seus posts públicos poderão ser replicados na conta do Twitter associada. Você pode escolher entre fazer isso por padrão (aqui) ou separadamente, quando escrever cada mensagem, nas opções de publicação.'; +$a->strings['Allow posting to Twitter'] = 'Permitir a publicação no Twitter'; +$a->strings['Send public postings to Twitter by default'] = 'Publicar posts públicos no Twitter por padrão'; +$a->strings['Settings updated.'] = 'As configurações foram atualizadas.'; diff --git a/twitter/lang/ro/strings.php b/twitter/lang/ro/strings.php index d01f37be..b3b7525e 100644 --- a/twitter/lang/ro/strings.php +++ b/twitter/lang/ro/strings.php @@ -5,27 +5,26 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Post to Twitter"] = "Postați pe Twitter"; -$a->strings["Twitter settings updated."] = "Configurările Twitter au fost actualizate."; -$a->strings["Twitter Import/Export/Mirror"] = "Import/Export/Clonare Twitter"; -$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Nici o pereche de chei de utilizator pentru Twitter nu a fost găsită. Vă rugăm să vă contactați administratorul de site."; -$a->strings["At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter."] = "Pe această sesiune Friendica, modulul Twitter era activat, dar încă nu v-ați conectat contul la profilul dvs. Twitter. Pentru aceasta apăsați pe butonul de mai jos pentru a obține un PIN de pe Twitter pe care va trebui să îl copiați în caseta de introducere mai jos şi trimiteți formularul. Numai postările dumneavoastră publice vor fi postate pe Twitter."; -$a->strings["Log in with Twitter"] = "Autentificare prin Twitter"; -$a->strings["Copy the PIN from Twitter here"] = "Copiați aici PIN-ul de la Twitter"; -$a->strings["Save Settings"] = "Salvare Configurări"; -$a->strings["Currently connected to: "] = "Conectat curent la:"; -$a->strings["If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Dacă activați, toate postările dvs. publice pot fi publicate în contul Twitter asociat. Puteți face acest lucru, implicit (aici), sau pentru fiecare postare separată, prin opțiunile de postare atunci când compuneți un mesaj."; -$a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "Notă: Datorită configurărilor de confidenţialitate (Se ascund detaliile profilului dvs. de vizitatorii necunoscuți?), legătura potențial inclusă în postările publice transmise către Twitter, va conduce vizitatorul la o pagină goală, informându-l pe vizitator că accesul la profilul dvs. a fost restricţionat."; -$a->strings["Allow posting to Twitter"] = "Permite postarea pe Twitter"; -$a->strings["Send public postings to Twitter by default"] = "Trimite postările publice pe Twitter, ca și implicit"; -$a->strings["Mirror all posts from twitter that are no replies"] = "Clonează toate postările, din Twitter, care nu sunt răspunsuri"; -$a->strings["Import the remote timeline"] = "Importare cronologie la distanță"; -$a->strings["Automatically create contacts"] = "Creați Automat contactele"; -$a->strings["Clear OAuth configuration"] = "Ștergeți configurările OAuth"; -$a->strings["Twitter post failed. Queued for retry."] = "Postarea pe Twitter a eșuat. S-a pus în așteptare pentru reîncercare."; -$a->strings["Settings updated."] = "Configurări actualizate."; -$a->strings["Consumer key"] = "Cheia Utilizatorului"; -$a->strings["Consumer secret"] = "Cheia Secretă a Utilizatorului"; -$a->strings["Name of the Twitter Application"] = "Numele Aplicației Twitter"; -$a->strings["set this to avoid mirroring postings from ~friendica back to ~friendica"] = "stabiliți aceasta pentru a evita clonarea postărilor din ~friendica înapoi la ~friendica"; +$a->strings['Post to Twitter'] = 'Postați pe Twitter'; +$a->strings['Twitter settings updated.'] = 'Configurările Twitter au fost actualizate.'; +$a->strings['Twitter Import/Export/Mirror'] = 'Import/Export/Clonare Twitter'; +$a->strings['No consumer key pair for Twitter found. Please contact your site administrator.'] = 'Nici o pereche de chei de utilizator pentru Twitter nu a fost găsită. Vă rugăm să vă contactați administratorul de site.'; +$a->strings['At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter.'] = 'Pe această sesiune Friendica, modulul Twitter era activat, dar încă nu v-ați conectat contul la profilul dvs. Twitter. Pentru aceasta apăsați pe butonul de mai jos pentru a obține un PIN de pe Twitter pe care va trebui să îl copiați în caseta de introducere mai jos şi trimiteți formularul. Numai postările dumneavoastră publice vor fi postate pe Twitter.'; +$a->strings['Log in with Twitter'] = 'Autentificare prin Twitter'; +$a->strings['Copy the PIN from Twitter here'] = 'Copiați aici PIN-ul de la Twitter'; +$a->strings['Save Settings'] = 'Salvare Configurări'; +$a->strings['Currently connected to: '] = 'Conectat curent la:'; +$a->strings['If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Dacă activați, toate postările dvs. publice pot fi publicate în contul Twitter asociat. Puteți face acest lucru, implicit (aici), sau pentru fiecare postare separată, prin opțiunile de postare atunci când compuneți un mesaj.'; +$a->strings['Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted.'] = 'Notă: Datorită configurărilor de confidenţialitate (Se ascund detaliile profilului dvs. de vizitatorii necunoscuți?), legătura potențial inclusă în postările publice transmise către Twitter, va conduce vizitatorul la o pagină goală, informându-l pe vizitator că accesul la profilul dvs. a fost restricţionat.'; +$a->strings['Allow posting to Twitter'] = 'Permite postarea pe Twitter'; +$a->strings['Send public postings to Twitter by default'] = 'Trimite postările publice pe Twitter, ca și implicit'; +$a->strings['Mirror all posts from twitter that are no replies'] = 'Clonează toate postările, din Twitter, care nu sunt răspunsuri'; +$a->strings['Import the remote timeline'] = 'Importare cronologie la distanță'; +$a->strings['Automatically create contacts'] = 'Creați Automat contactele'; +$a->strings['Clear OAuth configuration'] = 'Ștergeți configurările OAuth'; +$a->strings['Twitter post failed. Queued for retry.'] = 'Postarea pe Twitter a eșuat. S-a pus în așteptare pentru reîncercare.'; +$a->strings['Settings updated.'] = 'Configurări actualizate.'; +$a->strings['Consumer key'] = 'Cheia Utilizatorului'; +$a->strings['Consumer secret'] = 'Cheia Secretă a Utilizatorului'; +$a->strings['Name of the Twitter Application'] = 'Numele Aplicației Twitter'; +$a->strings['set this to avoid mirroring postings from ~friendica back to ~friendica'] = 'stabiliți aceasta pentru a evita clonarea postărilor din ~friendica înapoi la ~friendica'; diff --git a/twitter/lang/ru/strings.php b/twitter/lang/ru/strings.php index f5ebe11f..237d68bb 100644 --- a/twitter/lang/ru/strings.php +++ b/twitter/lang/ru/strings.php @@ -5,26 +5,25 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Post to Twitter"] = "Отправить в Twitter"; -$a->strings["Twitter settings updated."] = "Настройки Twitter обновлены."; -$a->strings["Twitter Posting Settings"] = "Настройка отправки сообщений в Twitter"; -$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Не найдено пары потребительских ключей для Twitter. Пожалуйста, обратитесь к администратору сайта."; -$a->strings["At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter."] = "Чтобы подключиться к Twitter аккаунту, нажмите на кнопку ниже, чтобы получить код безопасности от Twitter, который нужно скопировать в поле ввода ниже, и отправить форму. Только ваши публичные сообщения будут отправляться на Twitter."; -$a->strings["Log in with Twitter"] = "Войдите через Twitter"; -$a->strings["Copy the PIN from Twitter here"] = "Скопируйте PIN с Twitter сюда"; -$a->strings["Submit"] = "Подтвердить"; -$a->strings["Currently connected to: "] = "В настоящее время соединены с: "; -$a->strings["If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Если включено, то все ваши общественные сообщения могут быть отправлены на связанный аккаунт Twitter. Вы можете сделать это по умолчанию (здесь) или для каждого сообщения отдельно при написании записи."; -$a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "Внимание: Из-за настроек приватности (Hide your profile details from unknown viewers?) ссылка, которая может быть включена в твит, будет вести посетителя на пустую страницу с информированием о том, что доступ к профилю запрещен."; -$a->strings["Allow posting to Twitter"] = "Разрешить отправку сообщений на Twitter"; -$a->strings["Send public postings to Twitter by default"] = "Отправлять сообщения для всех в Twitter по умолчанию"; -$a->strings["Mirror all posts from twitter that are no replies or retweets"] = "Получать посты с Twitter у которых нет ответов и ретвитов"; -$a->strings["Shortening method that optimizes the tweet"] = "Метод сокращения ссылок для оптимизации твита"; -$a->strings["Send linked #-tags and @-names to Twitter"] = "Отправлять #-теги и @-имена в Twitter ссылками"; -$a->strings["Clear OAuth configuration"] = "Удалить конфигурацию OAuth"; -$a->strings["Settings updated."] = "Настройки обновлены."; -$a->strings["Consumer key"] = "Consumer key"; -$a->strings["Consumer secret"] = "Consumer secret"; -$a->strings["Name of the Twitter Application"] = "Имя приложения для Twitter"; -$a->strings["set this to avoid mirroring postings from ~friendica back to ~friendica"] = "установите это для избежания отправки сообщений из Friendica обратно в Friendica"; +$a->strings['Post to Twitter'] = 'Отправить в Twitter'; +$a->strings['Twitter settings updated.'] = 'Настройки Twitter обновлены.'; +$a->strings['Twitter Posting Settings'] = 'Настройка отправки сообщений в Twitter'; +$a->strings['No consumer key pair for Twitter found. Please contact your site administrator.'] = 'Не найдено пары потребительских ключей для Twitter. Пожалуйста, обратитесь к администратору сайта.'; +$a->strings['At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter.'] = 'Чтобы подключиться к Twitter аккаунту, нажмите на кнопку ниже, чтобы получить код безопасности от Twitter, который нужно скопировать в поле ввода ниже, и отправить форму. Только ваши публичные сообщения будут отправляться на Twitter.'; +$a->strings['Log in with Twitter'] = 'Войдите через Twitter'; +$a->strings['Copy the PIN from Twitter here'] = 'Скопируйте PIN с Twitter сюда'; +$a->strings['Submit'] = 'Подтвердить'; +$a->strings['Currently connected to: '] = 'В настоящее время соединены с: '; +$a->strings['If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Если включено, то все ваши общественные сообщения могут быть отправлены на связанный аккаунт Twitter. Вы можете сделать это по умолчанию (здесь) или для каждого сообщения отдельно при написании записи.'; +$a->strings['Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted.'] = 'Внимание: Из-за настроек приватности (Hide your profile details from unknown viewers?) ссылка, которая может быть включена в твит, будет вести посетителя на пустую страницу с информированием о том, что доступ к профилю запрещен.'; +$a->strings['Allow posting to Twitter'] = 'Разрешить отправку сообщений на Twitter'; +$a->strings['Send public postings to Twitter by default'] = 'Отправлять сообщения для всех в Twitter по умолчанию'; +$a->strings['Mirror all posts from twitter that are no replies or retweets'] = 'Получать посты с Twitter у которых нет ответов и ретвитов'; +$a->strings['Shortening method that optimizes the tweet'] = 'Метод сокращения ссылок для оптимизации твита'; +$a->strings['Send linked #-tags and @-names to Twitter'] = 'Отправлять #-теги и @-имена в Twitter ссылками'; +$a->strings['Clear OAuth configuration'] = 'Удалить конфигурацию OAuth'; +$a->strings['Settings updated.'] = 'Настройки обновлены.'; +$a->strings['Consumer key'] = 'Consumer key'; +$a->strings['Consumer secret'] = 'Consumer secret'; +$a->strings['Name of the Twitter Application'] = 'Имя приложения для Twitter'; +$a->strings['set this to avoid mirroring postings from ~friendica back to ~friendica'] = 'установите это для избежания отправки сообщений из Friendica обратно в Friendica'; diff --git a/twitter/lang/zh-cn/strings.php b/twitter/lang/zh-cn/strings.php index 629d615f..9d04a783 100644 --- a/twitter/lang/zh-cn/strings.php +++ b/twitter/lang/zh-cn/strings.php @@ -5,27 +5,26 @@ function string_plural_select_zh_cn($n){ $n = intval($n); return intval(0); }} -; -$a->strings["Post to Twitter"] = "发帖到Twitter"; -$a->strings["You submitted an empty PIN, please Sign In with Twitter again to get a new one."] = "您提交的PIN为空,请重新登录Twitter获取新PIN。"; -$a->strings["Twitter settings updated."] = "已更新Twitter设置。"; -$a->strings["Twitter Import/Export/Mirror"] = "Twitter导入/导出/镜像"; -$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "找不到Twitter的使用者密钥。请与您的站点管理员联系。"; -$a->strings["At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter."] = "在此Friendica实例中,Twitter插件已启用,但您尚未将您的帐户连接到您的Twitter帐户。要执行此操作,请单击下面的按钮从Twitter获取PIN,您必须将其复制到下面的输入框中并提交表单。只有您的公共帖子才会发布到Twitter上。"; -$a->strings["Log in with Twitter"] = "使用Twitter登录"; -$a->strings["Copy the PIN from Twitter here"] = "将Twitter上的PIN复制到此处"; -$a->strings["Save Settings"] = "保存设置"; -$a->strings["Currently connected to: "] = "当前连接到:"; -$a->strings["Disconnect"] = "断开连接"; -$a->strings["Allow posting to Twitter"] = "允許發佈到Twitter"; -$a->strings["If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "如果启用,您所有的公开帖子都可以发布到关联的Twitter帐户。在写入条目时,您可以选择默认(此处),也可以在过帐选项中分别为每个过帐选择这样做。"; -$a->strings["Note: Due to your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "注意:由于您的隐私设置(向未知观众隐藏您的个人资料详细信息?)。转发到Twitter的公共帖子中可能包含的链接将把访问者引导到一个空白页面,通知访问者访问您的个人资料已受到限制。"; -$a->strings["Send public postings to Twitter by default"] = "默认情况下将公共帖子发送到Twitter"; -$a->strings["Mirror all posts from twitter that are no replies"] = "镜像来自Twitter的所有未回复的帖子"; -$a->strings["Import the remote timeline"] = "导入远程时间线"; -$a->strings["Automatically create contacts"] = "自动创建联系人"; -$a->strings["This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a twitter contact from the Friendica contact list, as it will recreate this contact when they post again."] = "一旦您通过Twitter网络收到来自现有联系人的消息,这将在Friendica中自动创建一个联系人。如果您不启用此功能,则需要在Friendica中手动添加您希望在此处查看其帖子的Twitter联系人。但是,如果启用,您不能仅将Twitter联系人从Friendica联系人列表中删除,因为它会在他们再次发帖时重新创建此联系人。"; -$a->strings["Twitter post failed. Queued for retry."] = "推特发帖失败。已排队等待重试。"; -$a->strings["Settings updated."] = "设置已更新。"; -$a->strings["Consumer key"] = "使用者密钥"; -$a->strings["Consumer secret"] = "使用者机密"; +$a->strings['Post to Twitter'] = '发帖到Twitter'; +$a->strings['You submitted an empty PIN, please Sign In with Twitter again to get a new one.'] = '您提交的PIN为空,请重新登录Twitter获取新PIN。'; +$a->strings['Twitter settings updated.'] = '已更新Twitter设置。'; +$a->strings['Twitter Import/Export/Mirror'] = 'Twitter导入/导出/镜像'; +$a->strings['No consumer key pair for Twitter found. Please contact your site administrator.'] = '找不到Twitter的使用者密钥。请与您的站点管理员联系。'; +$a->strings['At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter.'] = '在此Friendica实例中,Twitter插件已启用,但您尚未将您的帐户连接到您的Twitter帐户。要执行此操作,请单击下面的按钮从Twitter获取PIN,您必须将其复制到下面的输入框中并提交表单。只有您的公共帖子才会发布到Twitter上。'; +$a->strings['Log in with Twitter'] = '使用Twitter登录'; +$a->strings['Copy the PIN from Twitter here'] = '将Twitter上的PIN复制到此处'; +$a->strings['Save Settings'] = '保存设置'; +$a->strings['Currently connected to: '] = '当前连接到:'; +$a->strings['Disconnect'] = '断开连接'; +$a->strings['Allow posting to Twitter'] = '允許發佈到Twitter'; +$a->strings['If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = '如果启用,您所有的公开帖子都可以发布到关联的Twitter帐户。在写入条目时,您可以选择默认(此处),也可以在过帐选项中分别为每个过帐选择这样做。'; +$a->strings['Note: Due to your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted.'] = '注意:由于您的隐私设置(向未知观众隐藏您的个人资料详细信息?)。转发到Twitter的公共帖子中可能包含的链接将把访问者引导到一个空白页面,通知访问者访问您的个人资料已受到限制。'; +$a->strings['Send public postings to Twitter by default'] = '默认情况下将公共帖子发送到Twitter'; +$a->strings['Mirror all posts from twitter that are no replies'] = '镜像来自Twitter的所有未回复的帖子'; +$a->strings['Import the remote timeline'] = '导入远程时间线'; +$a->strings['Automatically create contacts'] = '自动创建联系人'; +$a->strings['This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a twitter contact from the Friendica contact list, as it will recreate this contact when they post again.'] = '一旦您通过Twitter网络收到来自现有联系人的消息,这将在Friendica中自动创建一个联系人。如果您不启用此功能,则需要在Friendica中手动添加您希望在此处查看其帖子的Twitter联系人。但是,如果启用,您不能仅将Twitter联系人从Friendica联系人列表中删除,因为它会在他们再次发帖时重新创建此联系人。'; +$a->strings['Twitter post failed. Queued for retry.'] = '推特发帖失败。已排队等待重试。'; +$a->strings['Settings updated.'] = '设置已更新。'; +$a->strings['Consumer key'] = '使用者密钥'; +$a->strings['Consumer secret'] = '使用者机密'; diff --git a/viewsrc/lang/cs/strings.php b/viewsrc/lang/cs/strings.php index f8fd3ed8..3de2459b 100644 --- a/viewsrc/lang/cs/strings.php +++ b/viewsrc/lang/cs/strings.php @@ -5,5 +5,4 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["View Source"] = "Zobrazit zdroj"; +$a->strings['View Source'] = 'Zobrazit zdroj'; diff --git a/viewsrc/lang/es/strings.php b/viewsrc/lang/es/strings.php index fc6fe0b9..0599f64c 100644 --- a/viewsrc/lang/es/strings.php +++ b/viewsrc/lang/es/strings.php @@ -5,5 +5,4 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["View Source"] = "Ver fuente"; +$a->strings['View Source'] = 'Ver fuente'; diff --git a/viewsrc/lang/fi-fi/strings.php b/viewsrc/lang/fi-fi/strings.php index 558f8da4..37c90e0c 100644 --- a/viewsrc/lang/fi-fi/strings.php +++ b/viewsrc/lang/fi-fi/strings.php @@ -5,5 +5,4 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["View Source"] = "Näytä lähde"; +$a->strings['View Source'] = 'Näytä lähde'; diff --git a/viewsrc/lang/fr/strings.php b/viewsrc/lang/fr/strings.php index 2661631c..d850119f 100644 --- a/viewsrc/lang/fr/strings.php +++ b/viewsrc/lang/fr/strings.php @@ -5,5 +5,4 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["View Source"] = "Voir source"; +$a->strings['View Source'] = 'Voir source'; diff --git a/viewsrc/lang/hu/strings.php b/viewsrc/lang/hu/strings.php index 07d5edb5..857df025 100644 --- a/viewsrc/lang/hu/strings.php +++ b/viewsrc/lang/hu/strings.php @@ -5,5 +5,4 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["View Source"] = "Forrás megtekintése"; +$a->strings['View Source'] = 'Forrás megtekintése'; diff --git a/viewsrc/lang/is/strings.php b/viewsrc/lang/is/strings.php index f84f269b..9c54b046 100644 --- a/viewsrc/lang/is/strings.php +++ b/viewsrc/lang/is/strings.php @@ -5,5 +5,4 @@ function string_plural_select_is($n){ $n = intval($n); return intval($n % 10 != 1 || $n % 100 == 11); }} -; -$a->strings["View Source"] = "Skoða uppruna"; +$a->strings['View Source'] = 'Skoða uppruna'; diff --git a/viewsrc/lang/it/strings.php b/viewsrc/lang/it/strings.php index d4c3b79a..348cfe7b 100644 --- a/viewsrc/lang/it/strings.php +++ b/viewsrc/lang/it/strings.php @@ -5,5 +5,4 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["View Source"] = "Vedi Sorgente"; +$a->strings['View Source'] = 'Vedi Sorgente'; diff --git a/viewsrc/lang/nb-no/strings.php b/viewsrc/lang/nb-no/strings.php index a747b57d..efbecdd2 100644 --- a/viewsrc/lang/nb-no/strings.php +++ b/viewsrc/lang/nb-no/strings.php @@ -5,5 +5,4 @@ function string_plural_select_nb_no($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["View Source"] = "Se kilde"; +$a->strings['View Source'] = 'Se kilde'; diff --git a/viewsrc/lang/nl/strings.php b/viewsrc/lang/nl/strings.php index bcc24053..ecaa7839 100644 --- a/viewsrc/lang/nl/strings.php +++ b/viewsrc/lang/nl/strings.php @@ -5,5 +5,4 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["View Source"] = "Bekijk Bron"; +$a->strings['View Source'] = 'Bekijk Bron'; diff --git a/viewsrc/lang/pl/strings.php b/viewsrc/lang/pl/strings.php index 0349e2b2..7ea5b21a 100644 --- a/viewsrc/lang/pl/strings.php +++ b/viewsrc/lang/pl/strings.php @@ -5,5 +5,4 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["View Source"] = "Pokaż źródło"; +$a->strings['View Source'] = 'Pokaż źródło'; diff --git a/viewsrc/lang/ru/strings.php b/viewsrc/lang/ru/strings.php index 89e75e21..ff25c22f 100644 --- a/viewsrc/lang/ru/strings.php +++ b/viewsrc/lang/ru/strings.php @@ -5,5 +5,4 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["View Source"] = "Показать исходник"; +$a->strings['View Source'] = 'Показать исходник'; diff --git a/viewsrc/lang/zh-cn/strings.php b/viewsrc/lang/zh-cn/strings.php index 6e986992..7363f07e 100644 --- a/viewsrc/lang/zh-cn/strings.php +++ b/viewsrc/lang/zh-cn/strings.php @@ -5,5 +5,4 @@ function string_plural_select_zh_cn($n){ $n = intval($n); return intval(0); }} -; -$a->strings["View Source"] = "查看源码"; +$a->strings['View Source'] = '查看源码'; diff --git a/webrtc/lang/cs/strings.php b/webrtc/lang/cs/strings.php index b417c6ca..23a7a6cc 100644 --- a/webrtc/lang/cs/strings.php +++ b/webrtc/lang/cs/strings.php @@ -5,12 +5,11 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n==1)) { return 0; } else if (($n>=2 && $n<=4)) { return 1; } else { return 2; } }} -; -$a->strings["WebRTC Videochat"] = "WebRTC Videochat"; -$a->strings["Save Settings"] = "Uložit Nastavení"; -$a->strings["WebRTC Base URL"] = "WebRTC Base adresa URL"; -$a->strings["Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org ."] = "Stránka, na které budou vaši uživatelé vytvářet WebRTC chatovací místnosti. Například můžete zadat https://live.mayfirst.org."; -$a->strings["Settings updated."] = "Nastavení aktualizováno."; -$a->strings["Video Chat"] = "Video Chat"; -$a->strings["WebRTC is a video and audio conferencing tool that works with Firefox (version 21 and above) and Chrome/Chromium (version 25 and above). Just create a new chat room and send the link to someone you want to chat with."] = "WebRTC je video a audio konferenční nástroj který funguje s prohlížeči Firefox (verze 21 a vyšší) a Chrome/Chromium (verze 25 a vyšší). Stačí vytvořit novou chatovací místnost a poslat link někomu, se kterým chcete chatovat."; -$a->strings["Please contact your friendica admin and send a reminder to configure the WebRTC addon."] = "Prosím kontaktujte vašeho administrátora serveru friendica a požádejte ho o konfiguraci WebRTC rozšíření."; +$a->strings['WebRTC Videochat'] = 'WebRTC Videochat'; +$a->strings['Save Settings'] = 'Uložit Nastavení'; +$a->strings['WebRTC Base URL'] = 'WebRTC Base adresa URL'; +$a->strings['Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org .'] = 'Stránka, na které budou vaši uživatelé vytvářet WebRTC chatovací místnosti. Například můžete zadat https://live.mayfirst.org.'; +$a->strings['Settings updated.'] = 'Nastavení aktualizováno.'; +$a->strings['Video Chat'] = 'Video Chat'; +$a->strings['WebRTC is a video and audio conferencing tool that works with Firefox (version 21 and above) and Chrome/Chromium (version 25 and above). Just create a new chat room and send the link to someone you want to chat with.'] = 'WebRTC je video a audio konferenční nástroj který funguje s prohlížeči Firefox (verze 21 a vyšší) a Chrome/Chromium (verze 25 a vyšší). Stačí vytvořit novou chatovací místnost a poslat link někomu, se kterým chcete chatovat.'; +$a->strings['Please contact your friendica admin and send a reminder to configure the WebRTC addon.'] = 'Prosím kontaktujte vašeho administrátora serveru friendica a požádejte ho o konfiguraci WebRTC rozšíření.'; diff --git a/webrtc/lang/de/strings.php b/webrtc/lang/de/strings.php index 5d0c409e..418fdec4 100644 --- a/webrtc/lang/de/strings.php +++ b/webrtc/lang/de/strings.php @@ -5,12 +5,11 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["WebRTC Videochat"] = "WebRTC Videochat"; -$a->strings["Save Settings"] = "Einstellungen speichern"; -$a->strings["WebRTC Base URL"] = "Basis-URL des WebRTC Servers"; -$a->strings["Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org ."] = "Auf welcher Seite sollten deine Nutzer einen WebRTC Chatraum anlegen. Z.B. könntest du https://live.mayfirst.org verwenden."; -$a->strings["Settings updated."] = "Einstellungen aktualisiert."; -$a->strings["Video Chat"] = "Video Chat"; -$a->strings["WebRTC is a video and audio conferencing tool that works with Firefox (version 21 and above) and Chrome/Chromium (version 25 and above). Just create a new chat room and send the link to someone you want to chat with."] = "WebRTC ist ein Werkzeug für Audio- und Videokonferenzen das mit Firefox (Version 21 und höher) und Chrome/Chromium (Versionen 25 und höher) funktioniert. Lege einfach einen neuen Chatraum an und sende den Link an die Personen mit denen du chatten willst."; -$a->strings["Please contact your friendica admin and send a reminder to configure the WebRTC addon."] = "Bitte schicke eine Erinnerung an deinen friendica Admin, dass WebRTC noch nicht richtig konfiguriert ist."; +$a->strings['WebRTC Videochat'] = 'WebRTC Videochat'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; +$a->strings['WebRTC Base URL'] = 'Basis-URL des WebRTC Servers'; +$a->strings['Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org .'] = 'Auf welcher Seite sollten deine Nutzer einen WebRTC Chatraum anlegen. Z.B. könntest du https://live.mayfirst.org verwenden.'; +$a->strings['Settings updated.'] = 'Einstellungen aktualisiert.'; +$a->strings['Video Chat'] = 'Video Chat'; +$a->strings['WebRTC is a video and audio conferencing tool that works with Firefox (version 21 and above) and Chrome/Chromium (version 25 and above). Just create a new chat room and send the link to someone you want to chat with.'] = 'WebRTC ist ein Werkzeug für Audio- und Videokonferenzen das mit Firefox (Version 21 und höher) und Chrome/Chromium (Versionen 25 und höher) funktioniert. Lege einfach einen neuen Chatraum an und sende den Link an die Personen mit denen du chatten willst.'; +$a->strings['Please contact your friendica admin and send a reminder to configure the WebRTC addon.'] = 'Bitte schicke eine Erinnerung an deinen friendica Admin, dass WebRTC noch nicht richtig konfiguriert ist.'; diff --git a/webrtc/lang/es/strings.php b/webrtc/lang/es/strings.php index 8ef6cde6..aeaf7ee0 100644 --- a/webrtc/lang/es/strings.php +++ b/webrtc/lang/es/strings.php @@ -5,12 +5,12 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["WebRTC Videochat"] = "WebRTC Videochat"; -$a->strings["Save Settings"] = "Guardar ajustes"; -$a->strings["WebRTC Base URL"] = "WebRTC URL Base"; -$a->strings["Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org ."] = "Pagina donde el usuario creara una habitación de chat.\nPor ejemplo podría usar https://live.mayfirst.org ."; -$a->strings["Settings updated."] = "Ajustes actualizados."; -$a->strings["Video Chat"] = "Video Chat"; -$a->strings["WebRTC is a video and audio conferencing tool that works with Firefox (version 21 and above) and Chrome/Chromium (version 25 and above). Just create a new chat room and send the link to someone you want to chat with."] = "WebRTC es una herramienta de vídeo conferencia que funciona con Firefox (versión 21 y arriba) y Chrome/Chromium (versión 25 y arriba). "; -$a->strings["Please contact your friendica admin and send a reminder to configure the WebRTC addon."] = "Por favor contacta a tu administrador de friendica y envíale un recordatorio para configurar el accesorio (addon) WebRTC."; +$a->strings['WebRTC Videochat'] = 'WebRTC Videochat'; +$a->strings['Save Settings'] = 'Guardar ajustes'; +$a->strings['WebRTC Base URL'] = 'WebRTC URL Base'; +$a->strings['Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org .'] = 'Pagina donde el usuario creara una habitación de chat. +Por ejemplo podría usar https://live.mayfirst.org .'; +$a->strings['Settings updated.'] = 'Ajustes actualizados.'; +$a->strings['Video Chat'] = 'Video Chat'; +$a->strings['WebRTC is a video and audio conferencing tool that works with Firefox (version 21 and above) and Chrome/Chromium (version 25 and above). Just create a new chat room and send the link to someone you want to chat with.'] = 'WebRTC es una herramienta de vídeo conferencia que funciona con Firefox (versión 21 y arriba) y Chrome/Chromium (versión 25 y arriba). '; +$a->strings['Please contact your friendica admin and send a reminder to configure the WebRTC addon.'] = 'Por favor contacta a tu administrador de friendica y envíale un recordatorio para configurar el accesorio (addon) WebRTC.'; diff --git a/webrtc/lang/fi-fi/strings.php b/webrtc/lang/fi-fi/strings.php index 9c533727..6d950b7f 100644 --- a/webrtc/lang/fi-fi/strings.php +++ b/webrtc/lang/fi-fi/strings.php @@ -5,11 +5,10 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["WebRTC Videochat"] = "WebRTC videokeskustelu"; -$a->strings["Save Settings"] = "Tallenna asetukset"; -$a->strings["WebRTC Base URL"] = "WebRTC perus-URL-osoite"; -$a->strings["Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org ."] = "Sivusto jolla käyttäjäsi luo WebRTC -chattihuoneen. Esim. https://live.mayfirst.org"; -$a->strings["Settings updated."] = "Asetukset päivitetty."; -$a->strings["Video Chat"] = "Videokeskustelu"; -$a->strings["Please contact your friendica admin and send a reminder to configure the WebRTC addon."] = "Ota yhteyttä Friendica -ylläpitäjääsi ja pyydä heitä asentamaan WebRTC -lisäosan."; +$a->strings['WebRTC Videochat'] = 'WebRTC videokeskustelu'; +$a->strings['Save Settings'] = 'Tallenna asetukset'; +$a->strings['WebRTC Base URL'] = 'WebRTC perus-URL-osoite'; +$a->strings['Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org .'] = 'Sivusto jolla käyttäjäsi luo WebRTC -chattihuoneen. Esim. https://live.mayfirst.org'; +$a->strings['Settings updated.'] = 'Asetukset päivitetty.'; +$a->strings['Video Chat'] = 'Videokeskustelu'; +$a->strings['Please contact your friendica admin and send a reminder to configure the WebRTC addon.'] = 'Ota yhteyttä Friendica -ylläpitäjääsi ja pyydä heitä asentamaan WebRTC -lisäosan.'; diff --git a/webrtc/lang/hu/strings.php b/webrtc/lang/hu/strings.php index fa190981..83da8827 100644 --- a/webrtc/lang/hu/strings.php +++ b/webrtc/lang/hu/strings.php @@ -5,11 +5,10 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["WebRTC Videochat"] = "WebRTC videocsevegés"; -$a->strings["Save Settings"] = "Beállítások mentése"; -$a->strings["WebRTC Base URL"] = "WebRTC alap URL"; -$a->strings["Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org ."] = "Egy oldal, ahol a felhasználók WebRTC csevegőszobát fognak létrehozni. Például használhatja a https://live.mayfirst.org oldalt."; -$a->strings["Video Chat"] = "Videocsevegés"; -$a->strings["WebRTC is a video and audio conferencing tool that works with Firefox (version 21 and above) and Chrome/Chromium (version 25 and above). Just create a new chat room and send the link to someone you want to chat with."] = "A WebRTC egy video- és hangkonferencia eszköz, amely Firefox (21-es verzió vagy újabb) és Chrome/Chromium (25-ös verzió vagy újabb) használatával működik. Egyszerűen hozzon létre új csevegőszobát, és küldje el valakinek a hivatkozást, akivel csevegni szeretne."; -$a->strings["Please contact your friendica admin and send a reminder to configure the WebRTC addon."] = "Vegye fel a kapcsolatot a Friendica adminisztrátorával, és küldjön neki emlékeztetőt, hogy állítsa be a WebRTC bővítményt."; +$a->strings['WebRTC Videochat'] = 'WebRTC videocsevegés'; +$a->strings['Save Settings'] = 'Beállítások mentése'; +$a->strings['WebRTC Base URL'] = 'WebRTC alap URL'; +$a->strings['Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org .'] = 'Egy oldal, ahol a felhasználók WebRTC csevegőszobát fognak létrehozni. Például használhatja a https://live.mayfirst.org oldalt.'; +$a->strings['Video Chat'] = 'Videocsevegés'; +$a->strings['WebRTC is a video and audio conferencing tool that works with Firefox (version 21 and above) and Chrome/Chromium (version 25 and above). Just create a new chat room and send the link to someone you want to chat with.'] = 'A WebRTC egy video- és hangkonferencia eszköz, amely Firefox (21-es verzió vagy újabb) és Chrome/Chromium (25-ös verzió vagy újabb) használatával működik. Egyszerűen hozzon létre új csevegőszobát, és küldje el valakinek a hivatkozást, akivel csevegni szeretne.'; +$a->strings['Please contact your friendica admin and send a reminder to configure the WebRTC addon.'] = 'Vegye fel a kapcsolatot a Friendica adminisztrátorával, és küldjön neki emlékeztetőt, hogy állítsa be a WebRTC bővítményt.'; diff --git a/webrtc/lang/it/strings.php b/webrtc/lang/it/strings.php index 6b227dc3..42649337 100644 --- a/webrtc/lang/it/strings.php +++ b/webrtc/lang/it/strings.php @@ -5,12 +5,12 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["WebRTC Videochat"] = "Chat video WebRTC"; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$a->strings["WebRTC Base URL"] = "Indirizzo base WebRTC"; -$a->strings["Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org ."] = "Indirizzo della pagina che i tuoi utenti utilizzeranno per creare una chat rom WebRTC. Per esempio potresti usare https://live.mayfirst.org ."; -$a->strings["Settings updated."] = "Impostazioni aggiornate."; -$a->strings["Video Chat"] = "Chat Video"; -$a->strings["WebRTC is a video and audio conferencing tool that works with Firefox (version 21 and above) and Chrome/Chromium (version 25 and above). Just create a new chat room and send the link to someone you want to chat with."] = "WebRTC è un sistema di conferenza audio/video che funziona con Firefox (dalla versione 21) e Chrome/Chromium (dalla versione 25).\nCrea semplicemente una nuova stanza e invia il collegamento alla persona con cui vuoi parlare."; -$a->strings["Please contact your friendica admin and send a reminder to configure the WebRTC addon."] = "Contatta il tuo amministratore Friendica e ricordagli di configurare il plugin WebRTC."; +$a->strings['WebRTC Videochat'] = 'Chat video WebRTC'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; +$a->strings['WebRTC Base URL'] = 'Indirizzo base WebRTC'; +$a->strings['Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org .'] = 'Indirizzo della pagina che i tuoi utenti utilizzeranno per creare una chat rom WebRTC. Per esempio potresti usare https://live.mayfirst.org .'; +$a->strings['Settings updated.'] = 'Impostazioni aggiornate.'; +$a->strings['Video Chat'] = 'Chat Video'; +$a->strings['WebRTC is a video and audio conferencing tool that works with Firefox (version 21 and above) and Chrome/Chromium (version 25 and above). Just create a new chat room and send the link to someone you want to chat with.'] = 'WebRTC è un sistema di conferenza audio/video che funziona con Firefox (dalla versione 21) e Chrome/Chromium (dalla versione 25). +Crea semplicemente una nuova stanza e invia il collegamento alla persona con cui vuoi parlare.'; +$a->strings['Please contact your friendica admin and send a reminder to configure the WebRTC addon.'] = 'Contatta il tuo amministratore Friendica e ricordagli di configurare il plugin WebRTC.'; diff --git a/webrtc/lang/nl/strings.php b/webrtc/lang/nl/strings.php index 5f7b0297..e78d1360 100644 --- a/webrtc/lang/nl/strings.php +++ b/webrtc/lang/nl/strings.php @@ -5,7 +5,6 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["WebRTC Videochat"] = "WebRTC Videochat"; -$a->strings["Save Settings"] = "Instellingen opslaan"; -$a->strings["Settings updated."] = "Instellingen opgeslagen"; +$a->strings['WebRTC Videochat'] = 'WebRTC Videochat'; +$a->strings['Save Settings'] = 'Instellingen opslaan'; +$a->strings['Settings updated.'] = 'Instellingen opgeslagen'; diff --git a/webrtc/lang/pl/strings.php b/webrtc/lang/pl/strings.php index 5b39ed95..a1410a71 100644 --- a/webrtc/lang/pl/strings.php +++ b/webrtc/lang/pl/strings.php @@ -5,12 +5,11 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["WebRTC Videochat"] = "Videochat WebRTC"; -$a->strings["Save Settings"] = "Zapisz ustawienia"; -$a->strings["WebRTC Base URL"] = "Podstawowy adres URL WebRTC"; -$a->strings["Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org ."] = "Strona Twoich użytkowników utworzą pokój czatu WebRTC. Na przykład możesz użyć https://live.mayfirst.org."; -$a->strings["Settings updated."] = "Zaktualizowano ustawienia."; -$a->strings["Video Chat"] = "Czat wideo"; -$a->strings["WebRTC is a video and audio conferencing tool that works with Firefox (version 21 and above) and Chrome/Chromium (version 25 and above). Just create a new chat room and send the link to someone you want to chat with."] = "WebRTC to narzędzie do wideokonferencji, które działa z przeglądarką Firefox (wersja 21 i nowsze) oraz Chrome/Chromium (wersja 25 i nowsze). Utwórz nowy pokój czatu i wyślij link do kogoś, z kim chcesz porozmawiać."; -$a->strings["Please contact your friendica admin and send a reminder to configure the WebRTC addon."] = "Skontaktuj się z administratorem friendica i wyślij przypomnienie, aby skonfigurować dodatek WebRTC."; +$a->strings['WebRTC Videochat'] = 'Videochat WebRTC'; +$a->strings['Save Settings'] = 'Zapisz ustawienia'; +$a->strings['WebRTC Base URL'] = 'Podstawowy adres URL WebRTC'; +$a->strings['Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org .'] = 'Strona Twoich użytkowników utworzą pokój czatu WebRTC. Na przykład możesz użyć https://live.mayfirst.org.'; +$a->strings['Settings updated.'] = 'Zaktualizowano ustawienia.'; +$a->strings['Video Chat'] = 'Czat wideo'; +$a->strings['WebRTC is a video and audio conferencing tool that works with Firefox (version 21 and above) and Chrome/Chromium (version 25 and above). Just create a new chat room and send the link to someone you want to chat with.'] = 'WebRTC to narzędzie do wideokonferencji, które działa z przeglądarką Firefox (wersja 21 i nowsze) oraz Chrome/Chromium (wersja 25 i nowsze). Utwórz nowy pokój czatu i wyślij link do kogoś, z kim chcesz porozmawiać.'; +$a->strings['Please contact your friendica admin and send a reminder to configure the WebRTC addon.'] = 'Skontaktuj się z administratorem friendica i wyślij przypomnienie, aby skonfigurować dodatek WebRTC.'; diff --git a/webrtc/lang/ro/strings.php b/webrtc/lang/ro/strings.php index ed39a26b..d2988e38 100644 --- a/webrtc/lang/ro/strings.php +++ b/webrtc/lang/ro/strings.php @@ -5,12 +5,11 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["WebRTC Videochat"] = "Videochat WebRTC "; -$a->strings["Save Settings"] = "Salvare Configurări"; -$a->strings["WebRTC Base URL"] = "Adresa URL de Bază WebRTC "; -$a->strings["Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org ."] = "Pagina pe care utilizatorii dvs vor crea o camera de chat WebRTC . De exemplu, a-ți putea utiliza https://live.mayfirst.org ."; -$a->strings["Settings updated."] = "Configurări actualizate."; -$a->strings["Video Chat"] = "Video Chat"; -$a->strings["WebRTC is a video and audio conferencing tool that works with Firefox (version 21 and above) and Chrome/Chromium (version 25 and above). Just create a new chat room and send the link to someone you want to chat with."] = "WebRTC este un instrument de conferințe audio-video care funcționează cu Firefox (versiunea 21 şi superioară) şi Chrome/Chromium (versiunea 25 şi superioară). Trebuie doar să creați o nouă cameră de chat şi să trimiteți legătura cuiva cu care doriţi să conversați."; -$a->strings["Please contact your friendica admin and send a reminder to configure the WebRTC addon."] = "Vă rugăm să vă contactați administratorul friendica şi să-i trimiteți un memento pentru a configura suplimentul WebRTC."; +$a->strings['WebRTC Videochat'] = 'Videochat WebRTC '; +$a->strings['Save Settings'] = 'Salvare Configurări'; +$a->strings['WebRTC Base URL'] = 'Adresa URL de Bază WebRTC '; +$a->strings['Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org .'] = 'Pagina pe care utilizatorii dvs vor crea o camera de chat WebRTC . De exemplu, a-ți putea utiliza https://live.mayfirst.org .'; +$a->strings['Settings updated.'] = 'Configurări actualizate.'; +$a->strings['Video Chat'] = 'Video Chat'; +$a->strings['WebRTC is a video and audio conferencing tool that works with Firefox (version 21 and above) and Chrome/Chromium (version 25 and above). Just create a new chat room and send the link to someone you want to chat with.'] = 'WebRTC este un instrument de conferințe audio-video care funcționează cu Firefox (versiunea 21 şi superioară) şi Chrome/Chromium (versiunea 25 şi superioară). Trebuie doar să creați o nouă cameră de chat şi să trimiteți legătura cuiva cu care doriţi să conversați.'; +$a->strings['Please contact your friendica admin and send a reminder to configure the WebRTC addon.'] = 'Vă rugăm să vă contactați administratorul friendica şi să-i trimiteți un memento pentru a configura suplimentul WebRTC.'; diff --git a/webrtc/lang/zh-cn/strings.php b/webrtc/lang/zh-cn/strings.php index 587ffecb..33f75e72 100644 --- a/webrtc/lang/zh-cn/strings.php +++ b/webrtc/lang/zh-cn/strings.php @@ -5,12 +5,11 @@ function string_plural_select_zh_cn($n){ $n = intval($n); return intval(0); }} -; -$a->strings["WebRTC Videochat"] = "WebRTC 视频通话"; -$a->strings["Save Settings"] = "保存设置"; -$a->strings["WebRTC Base URL"] = "WebRTC Base URL"; -$a->strings["Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org ."] = "通知您的用户将启用的 WebRTC 聊天室。例如您可以使用 https://live.mayfirst.org。"; -$a->strings["Settings updated."] = "设置已更新。"; -$a->strings["Video Chat"] = "视频通话"; -$a->strings["WebRTC is a video and audio conferencing tool that works with Firefox (version 21 and above) and Chrome/Chromium (version 25 and above). Just create a new chat room and send the link to someone you want to chat with."] = "WebRTC 是一款视频和音频会议工具,可在 Firefox (21 及以上版本) 和 Chrome/Chromium (25 及以上版本) 上使用。只需创建一个新的聊天室并将链接发送给您想要聊天的人即可开始聊天。"; -$a->strings["Please contact your friendica admin and send a reminder to configure the WebRTC addon."] = "请联系提醒您的 friendica 管理员完成 WebRTC 插件的配置。"; +$a->strings['WebRTC Videochat'] = 'WebRTC 视频通话'; +$a->strings['Save Settings'] = '保存设置'; +$a->strings['WebRTC Base URL'] = 'WebRTC Base URL'; +$a->strings['Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org .'] = '通知您的用户将启用的 WebRTC 聊天室。例如您可以使用 https://live.mayfirst.org。'; +$a->strings['Settings updated.'] = '设置已更新。'; +$a->strings['Video Chat'] = '视频通话'; +$a->strings['WebRTC is a video and audio conferencing tool that works with Firefox (version 21 and above) and Chrome/Chromium (version 25 and above). Just create a new chat room and send the link to someone you want to chat with.'] = 'WebRTC 是一款视频和音频会议工具,可在 Firefox (21 及以上版本) 和 Chrome/Chromium (25 及以上版本) 上使用。只需创建一个新的聊天室并将链接发送给您想要聊天的人即可开始聊天。'; +$a->strings['Please contact your friendica admin and send a reminder to configure the WebRTC addon.'] = '请联系提醒您的 friendica 管理员完成 WebRTC 插件的配置。'; diff --git a/windowsphonepush/lang/cs/strings.php b/windowsphonepush/lang/cs/strings.php index 37333f14..a2336b3f 100644 --- a/windowsphonepush/lang/cs/strings.php +++ b/windowsphonepush/lang/cs/strings.php @@ -5,9 +5,8 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["WindowsPhonePush settings updated."] = "Nastavení WindowsPhonePush aktualizována"; -$a->strings["WindowsPhonePush Settings"] = "Nastavení WindowsPhonePush"; -$a->strings["Enable WindowsPhonePush Addon"] = "Povolit doplněk WindowsPhonePush"; -$a->strings["Push text of new item"] = "Načíst text nové položky"; -$a->strings["Save Settings"] = "Uložit nastavení"; +$a->strings['WindowsPhonePush settings updated.'] = 'Nastavení WindowsPhonePush aktualizována'; +$a->strings['WindowsPhonePush Settings'] = 'Nastavení WindowsPhonePush'; +$a->strings['Enable WindowsPhonePush Addon'] = 'Povolit doplněk WindowsPhonePush'; +$a->strings['Push text of new item'] = 'Načíst text nové položky'; +$a->strings['Save Settings'] = 'Uložit nastavení'; diff --git a/windowsphonepush/lang/de/strings.php b/windowsphonepush/lang/de/strings.php index 4c1524b5..716cad3d 100644 --- a/windowsphonepush/lang/de/strings.php +++ b/windowsphonepush/lang/de/strings.php @@ -5,9 +5,8 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["WindowsPhonePush settings updated."] = "WindowsPhonePush Einstellungen aktualisiert."; -$a->strings["WindowsPhonePush Settings"] = "WindowsPhonePush Einstellungen"; -$a->strings["Enable WindowsPhonePush Addon"] = "Aktiviere WindowsPhonePush Addon"; -$a->strings["Push text of new item"] = "Text senden"; -$a->strings["Save Settings"] = "Einstellungen speichern"; +$a->strings['WindowsPhonePush settings updated.'] = 'WindowsPhonePush Einstellungen aktualisiert.'; +$a->strings['WindowsPhonePush Settings'] = 'WindowsPhonePush Einstellungen'; +$a->strings['Enable WindowsPhonePush Addon'] = 'Aktiviere WindowsPhonePush Addon'; +$a->strings['Push text of new item'] = 'Text senden'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; diff --git a/windowsphonepush/lang/es/strings.php b/windowsphonepush/lang/es/strings.php index 30773628..e9b5a6da 100644 --- a/windowsphonepush/lang/es/strings.php +++ b/windowsphonepush/lang/es/strings.php @@ -5,8 +5,7 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["WindowsPhonePush Settings"] = "Ajustes de WindowsPhonePush"; -$a->strings["Enable WindowsPhonePush Addon"] = "Habilitar el complemento WindowsPhonePush"; -$a->strings["Push text of new item"] = "Empujar texto de nuevo objeto"; -$a->strings["Save Settings"] = "Guardar Ajustes"; +$a->strings['WindowsPhonePush Settings'] = 'Ajustes de WindowsPhonePush'; +$a->strings['Enable WindowsPhonePush Addon'] = 'Habilitar el complemento WindowsPhonePush'; +$a->strings['Push text of new item'] = 'Empujar texto de nuevo objeto'; +$a->strings['Save Settings'] = 'Guardar Ajustes'; diff --git a/windowsphonepush/lang/fi-fi/strings.php b/windowsphonepush/lang/fi-fi/strings.php index f4fa90d7..87b72a3f 100644 --- a/windowsphonepush/lang/fi-fi/strings.php +++ b/windowsphonepush/lang/fi-fi/strings.php @@ -5,9 +5,8 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["WindowsPhonePush settings updated."] = "WindowsPhonePush -asetuket päivitetty."; -$a->strings["WindowsPhonePush Settings"] = "WindowsPhonePush -asetukset"; -$a->strings["Enable WindowsPhonePush Addon"] = "Ota WindowsPhonePush -lisäosa käyttöön"; -$a->strings["Push text of new item"] = "Uuden kohteen Push -teksti"; -$a->strings["Save Settings"] = "Tallenna asetukset"; +$a->strings['WindowsPhonePush settings updated.'] = 'WindowsPhonePush -asetuket päivitetty.'; +$a->strings['WindowsPhonePush Settings'] = 'WindowsPhonePush -asetukset'; +$a->strings['Enable WindowsPhonePush Addon'] = 'Ota WindowsPhonePush -lisäosa käyttöön'; +$a->strings['Push text of new item'] = 'Uuden kohteen Push -teksti'; +$a->strings['Save Settings'] = 'Tallenna asetukset'; diff --git a/windowsphonepush/lang/fr/strings.php b/windowsphonepush/lang/fr/strings.php index 17298ad1..bf023b81 100644 --- a/windowsphonepush/lang/fr/strings.php +++ b/windowsphonepush/lang/fr/strings.php @@ -5,9 +5,8 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["WindowsPhonePush settings updated."] = "Paramètres WindowsPhonePush mis à jour"; -$a->strings["WindowsPhonePush Settings"] = "Paramètres WindowsPhonePush"; -$a->strings["Enable WindowsPhonePush Addon"] = "Activer l'extension WindowsPhonePush"; -$a->strings["Push text of new item"] = "Pousse le texte du nouvel élément"; -$a->strings["Save Settings"] = "Sauvegarde des paramètres"; +$a->strings['WindowsPhonePush settings updated.'] = 'Paramètres WindowsPhonePush mis à jour'; +$a->strings['WindowsPhonePush Settings'] = 'Paramètres WindowsPhonePush'; +$a->strings['Enable WindowsPhonePush Addon'] = 'Activer l\'extension WindowsPhonePush'; +$a->strings['Push text of new item'] = 'Pousse le texte du nouvel élément'; +$a->strings['Save Settings'] = 'Sauvegarde des paramètres'; diff --git a/windowsphonepush/lang/hu/strings.php b/windowsphonepush/lang/hu/strings.php index 16868424..3e1153d9 100644 --- a/windowsphonepush/lang/hu/strings.php +++ b/windowsphonepush/lang/hu/strings.php @@ -5,9 +5,8 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["WindowsPhonePush settings updated."] = "A WindowsPhonePush beállításai frissítve."; -$a->strings["WindowsPhonePush Settings"] = "WindowsPhonePush beállításai"; -$a->strings["Enable WindowsPhonePush Addon"] = "A WindowsPhonePush kiegészítő engedélyezése"; -$a->strings["Push text of new item"] = "Új elem szövegének felküldése"; -$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings['WindowsPhonePush settings updated.'] = 'A WindowsPhonePush beállításai frissítve.'; +$a->strings['WindowsPhonePush Settings'] = 'WindowsPhonePush beállításai'; +$a->strings['Enable WindowsPhonePush Addon'] = 'A WindowsPhonePush kiegészítő engedélyezése'; +$a->strings['Push text of new item'] = 'Új elem szövegének felküldése'; +$a->strings['Save Settings'] = 'Beállítások mentése'; diff --git a/windowsphonepush/lang/it/strings.php b/windowsphonepush/lang/it/strings.php index 733ed9c3..f9caa5e3 100644 --- a/windowsphonepush/lang/it/strings.php +++ b/windowsphonepush/lang/it/strings.php @@ -5,9 +5,8 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["WindowsPhonePush settings updated."] = "Impostazioni WindowsPhonePush aggiornate."; -$a->strings["WindowsPhonePush Settings"] = "Impostazioni WindowsPhonePush"; -$a->strings["Enable WindowsPhonePush Addon"] = "Abilita componente aggiuntivo WindowsPhonePush"; -$a->strings["Push text of new item"] = "Notifica il testo dei nuovi elementi"; -$a->strings["Save Settings"] = "Salva Impostazioni"; +$a->strings['WindowsPhonePush settings updated.'] = 'Impostazioni WindowsPhonePush aggiornate.'; +$a->strings['WindowsPhonePush Settings'] = 'Impostazioni WindowsPhonePush'; +$a->strings['Enable WindowsPhonePush Addon'] = 'Abilita componente aggiuntivo WindowsPhonePush'; +$a->strings['Push text of new item'] = 'Notifica il testo dei nuovi elementi'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; diff --git a/windowsphonepush/lang/nl/strings.php b/windowsphonepush/lang/nl/strings.php index ea334b64..43443283 100644 --- a/windowsphonepush/lang/nl/strings.php +++ b/windowsphonepush/lang/nl/strings.php @@ -5,8 +5,7 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["WindowsPhonePush settings updated."] = "WindowsPhonePush instellingen opgeslagen"; -$a->strings["WindowsPhonePush Settings"] = "WindowsPhonePush instellingen"; -$a->strings["Enable WindowsPhonePush Addon"] = "WindowsPhonePush Addon inschakelen"; -$a->strings["Save Settings"] = "Instellingen opslaan"; +$a->strings['WindowsPhonePush settings updated.'] = 'WindowsPhonePush instellingen opgeslagen'; +$a->strings['WindowsPhonePush Settings'] = 'WindowsPhonePush instellingen'; +$a->strings['Enable WindowsPhonePush Addon'] = 'WindowsPhonePush Addon inschakelen'; +$a->strings['Save Settings'] = 'Instellingen opslaan'; diff --git a/windowsphonepush/lang/ro/strings.php b/windowsphonepush/lang/ro/strings.php index 5dc60c2d..db6d17f2 100644 --- a/windowsphonepush/lang/ro/strings.php +++ b/windowsphonepush/lang/ro/strings.php @@ -5,9 +5,8 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["WindowsPhonePush settings updated."] = "Configurări WindowsPhonePush actualizate."; -$a->strings["WindowsPhonePush Settings"] = "Configurare WindowsPhonePush"; -$a->strings["Enable WindowsPhonePush Addon"] = "Activare Addon WindowsPhonePush"; -$a->strings["Push text of new item"] = "Tastează textul noului element"; -$a->strings["Save Settings"] = "Salvare Configurări"; +$a->strings['WindowsPhonePush settings updated.'] = 'Configurări WindowsPhonePush actualizate.'; +$a->strings['WindowsPhonePush Settings'] = 'Configurare WindowsPhonePush'; +$a->strings['Enable WindowsPhonePush Addon'] = 'Activare Addon WindowsPhonePush'; +$a->strings['Push text of new item'] = 'Tastează textul noului element'; +$a->strings['Save Settings'] = 'Salvare Configurări'; diff --git a/windowsphonepush/lang/zh-cn/strings.php b/windowsphonepush/lang/zh-cn/strings.php index ad6e43d2..08bf5b09 100644 --- a/windowsphonepush/lang/zh-cn/strings.php +++ b/windowsphonepush/lang/zh-cn/strings.php @@ -5,9 +5,8 @@ function string_plural_select_zh_cn($n){ $n = intval($n); return intval(0); }} -; -$a->strings["WindowsPhonePush settings updated."] = "WindowsPhonePush 设置已更新。"; -$a->strings["WindowsPhonePush Settings"] = "WindowsPhonePush 设置"; -$a->strings["Enable WindowsPhonePush Addon"] = "启用 WindowsPhonePush 插件"; -$a->strings["Push text of new item"] = "推送新项目的文本"; -$a->strings["Save Settings"] = "保存设置"; +$a->strings['WindowsPhonePush settings updated.'] = 'WindowsPhonePush 设置已更新。'; +$a->strings['WindowsPhonePush Settings'] = 'WindowsPhonePush 设置'; +$a->strings['Enable WindowsPhonePush Addon'] = '启用 WindowsPhonePush 插件'; +$a->strings['Push text of new item'] = '推送新项目的文本'; +$a->strings['Save Settings'] = '保存设置'; diff --git a/wppost/lang/cs/strings.php b/wppost/lang/cs/strings.php index b56616fa..ca9ca984 100644 --- a/wppost/lang/cs/strings.php +++ b/wppost/lang/cs/strings.php @@ -5,17 +5,16 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["Post to Wordpress"] = "Odesílat na WordPress"; -$a->strings["Wordpress Export"] = "Exportovat do WordPress"; -$a->strings["Enable WordPress Post Addon"] = "Povolit doplněk WordPress Post"; -$a->strings["WordPress username"] = "WordPress uživatelské jméno"; -$a->strings["WordPress password"] = "WordPress heslo"; -$a->strings["WordPress API URL"] = "URL adresa API WordPress"; -$a->strings["Post to WordPress by default"] = "standardně posílat příspěvky na WordPress"; -$a->strings["Provide a backlink to the Friendica post"] = "Poskytnout zpětný odkaz na příspěvek Friendica"; -$a->strings["Text for the backlink, e.g. Read the original post and comment stream on Friendica."] = "Text pro zpětné odkazy, např. \"Přečtěte si původní příspěvek a komentáře na Friendica\"."; -$a->strings["Don't post messages that are too short"] = "Neposílejte zprávy, které jsou příliš krátké"; -$a->strings["Save Settings"] = "Uložit nastavení"; -$a->strings["Read the orig­i­nal post and com­ment stream on Friendica"] = "Přečtěte si původní příspěvek a komentáře na Friendica"; -$a->strings["Post from Friendica"] = "Příspěvek z Friendica"; +$a->strings['Post to Wordpress'] = 'Odesílat na WordPress'; +$a->strings['Wordpress Export'] = 'Exportovat do WordPress'; +$a->strings['Enable WordPress Post Addon'] = 'Povolit doplněk WordPress Post'; +$a->strings['WordPress username'] = 'WordPress uživatelské jméno'; +$a->strings['WordPress password'] = 'WordPress heslo'; +$a->strings['WordPress API URL'] = 'URL adresa API WordPress'; +$a->strings['Post to WordPress by default'] = 'standardně posílat příspěvky na WordPress'; +$a->strings['Provide a backlink to the Friendica post'] = 'Poskytnout zpětný odkaz na příspěvek Friendica'; +$a->strings['Text for the backlink, e.g. Read the original post and comment stream on Friendica.'] = 'Text pro zpětné odkazy, např. "Přečtěte si původní příspěvek a komentáře na Friendica".'; +$a->strings['Don\'t post messages that are too short'] = 'Neposílejte zprávy, které jsou příliš krátké'; +$a->strings['Save Settings'] = 'Uložit nastavení'; +$a->strings['Read the orig­i­nal post and com­ment stream on Friendica'] = 'Přečtěte si původní příspěvek a komentáře na Friendica'; +$a->strings['Post from Friendica'] = 'Příspěvek z Friendica'; diff --git a/wppost/lang/de/strings.php b/wppost/lang/de/strings.php index 9591b02d..12f17e75 100644 --- a/wppost/lang/de/strings.php +++ b/wppost/lang/de/strings.php @@ -5,17 +5,16 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Wordpress"] = "Bei WordPress veröffentlichen"; -$a->strings["Wordpress Export"] = "Wordpress Export"; -$a->strings["Enable WordPress Post Addon"] = "WordPress Addon aktivieren"; -$a->strings["WordPress username"] = "WordPress-Benutzername"; -$a->strings["WordPress password"] = "WordPress-Passwort"; -$a->strings["WordPress API URL"] = "WordPress-API-URL"; -$a->strings["Post to WordPress by default"] = "Standardmäßig auf WordPress veröffentlichen"; -$a->strings["Provide a backlink to the Friendica post"] = "Einen Link zurück zum Friendica-Beitrag hinzufügen"; -$a->strings["Text for the backlink, e.g. Read the original post and comment stream on Friendica."] = "Text für den Link zurück, z.B. lies den Original-Post und die Kommentare auf Friendica."; -$a->strings["Don't post messages that are too short"] = "Zu kurze Mitteilungen nicht posten"; -$a->strings["Save Settings"] = "Einstellungen speichern"; -$a->strings["Read the orig­i­nal post and com­ment stream on Friendica"] = "Lies den Original-Post und die Kommentare auf Friendica"; -$a->strings["Post from Friendica"] = "Post via Friendica"; +$a->strings['Post to Wordpress'] = 'Bei WordPress veröffentlichen'; +$a->strings['Wordpress Export'] = 'Wordpress Export'; +$a->strings['Enable WordPress Post Addon'] = 'WordPress Addon aktivieren'; +$a->strings['WordPress username'] = 'WordPress-Benutzername'; +$a->strings['WordPress password'] = 'WordPress-Passwort'; +$a->strings['WordPress API URL'] = 'WordPress-API-URL'; +$a->strings['Post to WordPress by default'] = 'Standardmäßig auf WordPress veröffentlichen'; +$a->strings['Provide a backlink to the Friendica post'] = 'Einen Link zurück zum Friendica-Beitrag hinzufügen'; +$a->strings['Text for the backlink, e.g. Read the original post and comment stream on Friendica.'] = 'Text für den Link zurück, z.B. lies den Original-Post und die Kommentare auf Friendica.'; +$a->strings['Don\'t post messages that are too short'] = 'Zu kurze Mitteilungen nicht posten'; +$a->strings['Save Settings'] = 'Einstellungen speichern'; +$a->strings['Read the orig­i­nal post and com­ment stream on Friendica'] = 'Lies den Original-Post und die Kommentare auf Friendica'; +$a->strings['Post from Friendica'] = 'Post via Friendica'; diff --git a/wppost/lang/es/strings.php b/wppost/lang/es/strings.php index dc04fd3d..68e5b47d 100644 --- a/wppost/lang/es/strings.php +++ b/wppost/lang/es/strings.php @@ -5,17 +5,16 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Wordpress"] = "Publicar en Wordpress"; -$a->strings["Wordpress Export"] = "Exportar a Wordpress"; -$a->strings["Enable WordPress Post Addon"] = "Habilitar el complemento de publicación de WordPress"; -$a->strings["WordPress username"] = "Nombre de usuario de WordPress"; -$a->strings["WordPress password"] = "Contraseña de WordPress"; -$a->strings["WordPress API URL"] = "URL de API de WordPress"; -$a->strings["Post to WordPress by default"] = "Publicar en WordPress por defecto"; -$a->strings["Provide a backlink to the Friendica post"] = "Proveer un enlace inverso a la entrada de Friendica"; -$a->strings["Text for the backlink, e.g. Read the original post and comment stream on Friendica."] = "Texto para el enlace inverso, e.g. Lea la entrada original y comente en Friendica."; -$a->strings["Don't post messages that are too short"] = "No escriba mensajes demasiado cortos"; -$a->strings["Save Settings"] = "Guardar configuración"; -$a->strings["Read the orig­i­nal post and com­ment stream on Friendica"] = "Leer la publicación original y comente en Friendica"; -$a->strings["Post from Friendica"] = "Publicar desde Friendica"; +$a->strings['Post to Wordpress'] = 'Publicar en Wordpress'; +$a->strings['Wordpress Export'] = 'Exportar a Wordpress'; +$a->strings['Enable WordPress Post Addon'] = 'Habilitar el complemento de publicación de WordPress'; +$a->strings['WordPress username'] = 'Nombre de usuario de WordPress'; +$a->strings['WordPress password'] = 'Contraseña de WordPress'; +$a->strings['WordPress API URL'] = 'URL de API de WordPress'; +$a->strings['Post to WordPress by default'] = 'Publicar en WordPress por defecto'; +$a->strings['Provide a backlink to the Friendica post'] = 'Proveer un enlace inverso a la entrada de Friendica'; +$a->strings['Text for the backlink, e.g. Read the original post and comment stream on Friendica.'] = 'Texto para el enlace inverso, e.g. Lea la entrada original y comente en Friendica.'; +$a->strings['Don\'t post messages that are too short'] = 'No escriba mensajes demasiado cortos'; +$a->strings['Save Settings'] = 'Guardar configuración'; +$a->strings['Read the orig­i­nal post and com­ment stream on Friendica'] = 'Leer la publicación original y comente en Friendica'; +$a->strings['Post from Friendica'] = 'Publicar desde Friendica'; diff --git a/wppost/lang/fi-fi/strings.php b/wppost/lang/fi-fi/strings.php index 0beef11b..672c4c0a 100644 --- a/wppost/lang/fi-fi/strings.php +++ b/wppost/lang/fi-fi/strings.php @@ -5,17 +5,16 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Wordpress"] = "Lähetä WordPressiin"; -$a->strings["Wordpress Export"] = "WordPress vienti"; -$a->strings["Enable WordPress Post Addon"] = "Ota WordPress -viestilisäosa käyttöön"; -$a->strings["WordPress username"] = "WordPress -käyttäjätunnus"; -$a->strings["WordPress password"] = "WordPress -salasana"; -$a->strings["WordPress API URL"] = "WordPress API URL-osoite"; -$a->strings["Post to WordPress by default"] = "Lähetä WordPressiin oletuksena"; -$a->strings["Provide a backlink to the Friendica post"] = "Lisää backlinkki alkuperäiseen Friendica -julkaisuun"; -$a->strings["Text for the backlink, e.g. Read the original post and comment stream on Friendica."] = "Backlinkin teksti, esim. Katso alkuperäinen julkaisu ja kommentit Friendicassa."; -$a->strings["Don't post messages that are too short"] = "Älä julkaise lyhyitä viestejä"; -$a->strings["Save Settings"] = "Tallenna asetukset"; -$a->strings["Read the orig­i­nal post and com­ment stream on Friendica"] = "Katso alkuperäinen julkaisu ja kommentit Friendicassa"; -$a->strings["Post from Friendica"] = "Lähetä Friendicasta"; +$a->strings['Post to Wordpress'] = 'Lähetä WordPressiin'; +$a->strings['Wordpress Export'] = 'WordPress vienti'; +$a->strings['Enable WordPress Post Addon'] = 'Ota WordPress -viestilisäosa käyttöön'; +$a->strings['WordPress username'] = 'WordPress -käyttäjätunnus'; +$a->strings['WordPress password'] = 'WordPress -salasana'; +$a->strings['WordPress API URL'] = 'WordPress API URL-osoite'; +$a->strings['Post to WordPress by default'] = 'Lähetä WordPressiin oletuksena'; +$a->strings['Provide a backlink to the Friendica post'] = 'Lisää backlinkki alkuperäiseen Friendica -julkaisuun'; +$a->strings['Text for the backlink, e.g. Read the original post and comment stream on Friendica.'] = 'Backlinkin teksti, esim. Katso alkuperäinen julkaisu ja kommentit Friendicassa.'; +$a->strings['Don\'t post messages that are too short'] = 'Älä julkaise lyhyitä viestejä'; +$a->strings['Save Settings'] = 'Tallenna asetukset'; +$a->strings['Read the orig­i­nal post and com­ment stream on Friendica'] = 'Katso alkuperäinen julkaisu ja kommentit Friendicassa'; +$a->strings['Post from Friendica'] = 'Lähetä Friendicasta'; diff --git a/wppost/lang/hu/strings.php b/wppost/lang/hu/strings.php index 1675b00b..e2401055 100644 --- a/wppost/lang/hu/strings.php +++ b/wppost/lang/hu/strings.php @@ -5,17 +5,16 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Wordpress"] = "Beküldés a WordPressre"; -$a->strings["Wordpress Export"] = "WordPress exportálás"; -$a->strings["Enable WordPress Post Addon"] = "A WordPress-beküldő bővítmény engedélyezése"; -$a->strings["WordPress username"] = "WordPress felhasználónév"; -$a->strings["WordPress password"] = "WordPress jelszó"; -$a->strings["WordPress API URL"] = "WordPress API URL"; -$a->strings["Post to WordPress by default"] = "Beküldés a WordPressre alapértelmezetten"; -$a->strings["Provide a backlink to the Friendica post"] = "Visszafelé mutató hivatkozás biztosítása a Friendica bejegyzésre"; -$a->strings["Text for the backlink, e.g. Read the original post and comment stream on Friendica."] = "A visszafelé mutató hivatkozás szövege, például „Olvassa el az eredeti bejegyzést és a hozzászólásokat a Friendicán”."; -$a->strings["Don't post messages that are too short"] = "Ne küldjön be olyan üzeneteket, amelyek túl rövidek"; -$a->strings["Save Settings"] = "Beállítások mentése"; -$a->strings["Read the orig­i­nal post and com­ment stream on Friendica"] = "Olvassa el az eredeti bejegyzést és a hozzászólásokat a Friendicán"; -$a->strings["Post from Friendica"] = "Bejegyzés a Friendicáról"; +$a->strings['Post to Wordpress'] = 'Beküldés a WordPressre'; +$a->strings['Wordpress Export'] = 'WordPress exportálás'; +$a->strings['Enable WordPress Post Addon'] = 'A WordPress-beküldő bővítmény engedélyezése'; +$a->strings['WordPress username'] = 'WordPress felhasználónév'; +$a->strings['WordPress password'] = 'WordPress jelszó'; +$a->strings['WordPress API URL'] = 'WordPress API URL'; +$a->strings['Post to WordPress by default'] = 'Beküldés a WordPressre alapértelmezetten'; +$a->strings['Provide a backlink to the Friendica post'] = 'Visszafelé mutató hivatkozás biztosítása a Friendica bejegyzésre'; +$a->strings['Text for the backlink, e.g. Read the original post and comment stream on Friendica.'] = 'A visszafelé mutató hivatkozás szövege, például „Olvassa el az eredeti bejegyzést és a hozzászólásokat a Friendicán”.'; +$a->strings['Don\'t post messages that are too short'] = 'Ne küldjön be olyan üzeneteket, amelyek túl rövidek'; +$a->strings['Save Settings'] = 'Beállítások mentése'; +$a->strings['Read the orig­i­nal post and com­ment stream on Friendica'] = 'Olvassa el az eredeti bejegyzést és a hozzászólásokat a Friendicán'; +$a->strings['Post from Friendica'] = 'Bejegyzés a Friendicáról'; diff --git a/wppost/lang/it/strings.php b/wppost/lang/it/strings.php index a23788f0..94885848 100644 --- a/wppost/lang/it/strings.php +++ b/wppost/lang/it/strings.php @@ -5,17 +5,16 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Wordpress"] = "Invia a Wordpress"; -$a->strings["Wordpress Export"] = "Esporta a Wordpress"; -$a->strings["Enable WordPress Post Addon"] = "Abilita il componente aggiuntivo di invio a Wordpress"; -$a->strings["WordPress username"] = "Nome utente Wordpress"; -$a->strings["WordPress password"] = "Password Wordpress"; -$a->strings["WordPress API URL"] = "Indirizzo API Wordpress"; -$a->strings["Post to WordPress by default"] = "Invia sempre a Wordpress"; -$a->strings["Provide a backlink to the Friendica post"] = "Inserisci un collegamento al messaggio originale su Friendica"; -$a->strings["Text for the backlink, e.g. Read the original post and comment stream on Friendica."] = "Testo per il collegamento al messaggio originale, p.e. Leggi il messaggio originale e i commenti su Friendica."; -$a->strings["Don't post messages that are too short"] = "Non inviare messaggi troppo corti"; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$a->strings["Read the orig­i­nal post and com­ment stream on Friendica"] = "Leggi il messaggio originale e i commenti su Friendica"; -$a->strings["Post from Friendica"] = "Messaggio da Friendica"; +$a->strings['Post to Wordpress'] = 'Invia a Wordpress'; +$a->strings['Wordpress Export'] = 'Esporta a Wordpress'; +$a->strings['Enable WordPress Post Addon'] = 'Abilita il componente aggiuntivo di invio a Wordpress'; +$a->strings['WordPress username'] = 'Nome utente Wordpress'; +$a->strings['WordPress password'] = 'Password Wordpress'; +$a->strings['WordPress API URL'] = 'Indirizzo API Wordpress'; +$a->strings['Post to WordPress by default'] = 'Invia sempre a Wordpress'; +$a->strings['Provide a backlink to the Friendica post'] = 'Inserisci un collegamento al messaggio originale su Friendica'; +$a->strings['Text for the backlink, e.g. Read the original post and comment stream on Friendica.'] = 'Testo per il collegamento al messaggio originale, p.e. Leggi il messaggio originale e i commenti su Friendica.'; +$a->strings['Don\'t post messages that are too short'] = 'Non inviare messaggi troppo corti'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; +$a->strings['Read the orig­i­nal post and com­ment stream on Friendica'] = 'Leggi il messaggio originale e i commenti su Friendica'; +$a->strings['Post from Friendica'] = 'Messaggio da Friendica'; diff --git a/wppost/lang/nl/strings.php b/wppost/lang/nl/strings.php index 315326c0..5c72404f 100644 --- a/wppost/lang/nl/strings.php +++ b/wppost/lang/nl/strings.php @@ -5,11 +5,10 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["Post to Wordpress"] = "Plaatsen op Wordpress"; -$a->strings["Wordpress Export"] = "Wordpress Exporteren"; -$a->strings["Enable WordPress Post Addon"] = "Wordpress Post Addon Inschakelen"; -$a->strings["Post to WordPress by default"] = "Plaatsen op Wordpress als standaard instellen "; -$a->strings["Provide a backlink to the Friendica post"] = "Geef een terugkoppeling naar get Friendica bericht"; -$a->strings["Don't post messages that are too short"] = "Plaats geen berichten die te kort zijn"; -$a->strings["Save Settings"] = "Instellingen opslaan"; +$a->strings['Post to Wordpress'] = 'Plaatsen op Wordpress'; +$a->strings['Wordpress Export'] = 'Wordpress Exporteren'; +$a->strings['Enable WordPress Post Addon'] = 'Wordpress Post Addon Inschakelen'; +$a->strings['Post to WordPress by default'] = 'Plaatsen op Wordpress als standaard instellen '; +$a->strings['Provide a backlink to the Friendica post'] = 'Geef een terugkoppeling naar get Friendica bericht'; +$a->strings['Don\'t post messages that are too short'] = 'Plaats geen berichten die te kort zijn'; +$a->strings['Save Settings'] = 'Instellingen opslaan'; diff --git a/wppost/lang/pl/strings.php b/wppost/lang/pl/strings.php index d87397c7..d83a9650 100644 --- a/wppost/lang/pl/strings.php +++ b/wppost/lang/pl/strings.php @@ -5,17 +5,16 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["Post to Wordpress"] = "Opublikuj w Wordpress"; -$a->strings["Wordpress Export"] = "Eksport do Wordpress"; -$a->strings["Enable WordPress Post Addon"] = "Włącz dodatek Dodaj post do WordPress"; -$a->strings["WordPress username"] = "Nazwa użytkownika WordPress"; -$a->strings["WordPress password"] = "Hasło WordPress"; -$a->strings["WordPress API URL"] = "WordPress API URL"; -$a->strings["Post to WordPress by default"] = "Wyślij domyślnie do WordPress"; -$a->strings["Provide a backlink to the Friendica post"] = "Podaj zwrotny link do posta Friendica"; -$a->strings["Text for the backlink, e.g. Read the original post and comment stream on Friendica."] = "Tekst linku zwrotnego, np. Przeczytaj oryginalny post i strumień komentarzy na stronie Friendica."; -$a->strings["Don't post messages that are too short"] = "Nie publikuj zbyt krótkich wiadomości"; -$a->strings["Save Settings"] = "Zapisz ustawienia"; -$a->strings["Read the orig­i­nal post and com­ment stream on Friendica"] = "Przeczytaj oryginalny post i strumień komentarzy na stronie Friendica"; -$a->strings["Post from Friendica"] = "Post z Friendica"; +$a->strings['Post to Wordpress'] = 'Opublikuj w Wordpress'; +$a->strings['Wordpress Export'] = 'Eksport do Wordpress'; +$a->strings['Enable WordPress Post Addon'] = 'Włącz dodatek Dodaj post do WordPress'; +$a->strings['WordPress username'] = 'Nazwa użytkownika WordPress'; +$a->strings['WordPress password'] = 'Hasło WordPress'; +$a->strings['WordPress API URL'] = 'WordPress API URL'; +$a->strings['Post to WordPress by default'] = 'Wyślij domyślnie do WordPress'; +$a->strings['Provide a backlink to the Friendica post'] = 'Podaj zwrotny link do posta Friendica'; +$a->strings['Text for the backlink, e.g. Read the original post and comment stream on Friendica.'] = 'Tekst linku zwrotnego, np. Przeczytaj oryginalny post i strumień komentarzy na stronie Friendica.'; +$a->strings['Don\'t post messages that are too short'] = 'Nie publikuj zbyt krótkich wiadomości'; +$a->strings['Save Settings'] = 'Zapisz ustawienia'; +$a->strings['Read the orig­i­nal post and com­ment stream on Friendica'] = 'Przeczytaj oryginalny post i strumień komentarzy na stronie Friendica'; +$a->strings['Post from Friendica'] = 'Post z Friendica'; diff --git a/wppost/lang/pt-br/strings.php b/wppost/lang/pt-br/strings.php index b332bc1d..55434b32 100644 --- a/wppost/lang/pt-br/strings.php +++ b/wppost/lang/pt-br/strings.php @@ -5,11 +5,10 @@ function string_plural_select_pt_br($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["Post to Wordpress"] = "Publicar no Wordpress"; -$a->strings["WordPress Post Settings"] = "Configurações de publicação no WordPress"; -$a->strings["Enable WordPress Post Addon"] = "Habilitar plug-in para publicar no WordPress"; -$a->strings["WordPress username"] = "Nome de usuário no WordPress"; -$a->strings["WordPress password"] = "Senha do WordPress"; -$a->strings["Post to WordPress by default"] = "Publicar no WordPress por padrão"; -$a->strings["Submit"] = "Enviar"; +$a->strings['Post to Wordpress'] = 'Publicar no Wordpress'; +$a->strings['WordPress Post Settings'] = 'Configurações de publicação no WordPress'; +$a->strings['Enable WordPress Post Addon'] = 'Habilitar plug-in para publicar no WordPress'; +$a->strings['WordPress username'] = 'Nome de usuário no WordPress'; +$a->strings['WordPress password'] = 'Senha do WordPress'; +$a->strings['Post to WordPress by default'] = 'Publicar no WordPress por padrão'; +$a->strings['Submit'] = 'Enviar'; diff --git a/wppost/lang/ro/strings.php b/wppost/lang/ro/strings.php index aa734f72..f7d3525f 100644 --- a/wppost/lang/ro/strings.php +++ b/wppost/lang/ro/strings.php @@ -5,16 +5,15 @@ function string_plural_select_ro($n){ $n = intval($n); if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings["Post to Wordpress"] = "Postați pe Wordpress"; -$a->strings["Wordpress Export"] = "Export pe Wordpress"; -$a->strings["Enable WordPress Post Addon"] = "Activare Modul Postare pe Wordpress"; -$a->strings["WordPress username"] = "Utilizator WordPress "; -$a->strings["WordPress password"] = "Parolă WordPress "; -$a->strings["WordPress API URL"] = "URL Cheie API WordPress"; -$a->strings["Post to WordPress by default"] = "Postați implicit pe Wordpress"; -$a->strings["Provide a backlink to the Friendica post"] = "Oferiți un backlink către postarea de pe Friendica"; -$a->strings["Don't post messages that are too short"] = "Nu publica mesajele prea scurte"; -$a->strings["Save Settings"] = "Salvare Configurări"; -$a->strings["Post from Friendica"] = "Postați din Friendica"; -$a->strings["Read the original post and comment stream on Friendica"] = "Citiți publicația originală și fluxul de comentarii, pe Friendica"; +$a->strings['Post to Wordpress'] = 'Postați pe Wordpress'; +$a->strings['Wordpress Export'] = 'Export pe Wordpress'; +$a->strings['Enable WordPress Post Addon'] = 'Activare Modul Postare pe Wordpress'; +$a->strings['WordPress username'] = 'Utilizator WordPress '; +$a->strings['WordPress password'] = 'Parolă WordPress '; +$a->strings['WordPress API URL'] = 'URL Cheie API WordPress'; +$a->strings['Post to WordPress by default'] = 'Postați implicit pe Wordpress'; +$a->strings['Provide a backlink to the Friendica post'] = 'Oferiți un backlink către postarea de pe Friendica'; +$a->strings['Don\'t post messages that are too short'] = 'Nu publica mesajele prea scurte'; +$a->strings['Save Settings'] = 'Salvare Configurări'; +$a->strings['Post from Friendica'] = 'Postați din Friendica'; +$a->strings['Read the original post and comment stream on Friendica'] = 'Citiți publicația originală și fluxul de comentarii, pe Friendica'; diff --git a/wppost/lang/zh-cn/strings.php b/wppost/lang/zh-cn/strings.php index fe8467dd..7716f4cd 100644 --- a/wppost/lang/zh-cn/strings.php +++ b/wppost/lang/zh-cn/strings.php @@ -5,17 +5,16 @@ function string_plural_select_zh_cn($n){ $n = intval($n); return intval(0); }} -; -$a->strings["Post to Wordpress"] = "发布到 Wordpress"; -$a->strings["Wordpress Export"] = "导出WordPress"; -$a->strings["Enable WordPress Post Addon"] = "启用 WordPress 文章插件"; -$a->strings["WordPress username"] = "WordPress用户名"; -$a->strings["WordPress password"] = "WordPress密码"; -$a->strings["WordPress API URL"] = "WordPress API URL"; -$a->strings["Post to WordPress by default"] = "默认发布到 WordPress"; -$a->strings["Provide a backlink to the Friendica post"] = "提供 Friendica 发布的反向链接"; -$a->strings["Text for the backlink, e.g. Read the original post and comment stream on Friendica."] = "反向链接的文本,例如阅读 Friendica 的原始文章和评论流。"; -$a->strings["Don't post messages that are too short"] = "不要发太短的信息"; -$a->strings["Save Settings"] = "保存设置"; -$a->strings["Read the orig­i­nal post and com­ment stream on Friendica"] = "阅读原文并在 Friendica 上发表评论"; -$a->strings["Post from Friendica"] = "来自Friendica的帖子"; +$a->strings['Post to Wordpress'] = '发布到 Wordpress'; +$a->strings['Wordpress Export'] = '导出WordPress'; +$a->strings['Enable WordPress Post Addon'] = '启用 WordPress 文章插件'; +$a->strings['WordPress username'] = 'WordPress用户名'; +$a->strings['WordPress password'] = 'WordPress密码'; +$a->strings['WordPress API URL'] = 'WordPress API URL'; +$a->strings['Post to WordPress by default'] = '默认发布到 WordPress'; +$a->strings['Provide a backlink to the Friendica post'] = '提供 Friendica 发布的反向链接'; +$a->strings['Text for the backlink, e.g. Read the original post and comment stream on Friendica.'] = '反向链接的文本,例如阅读 Friendica 的原始文章和评论流。'; +$a->strings['Don\'t post messages that are too short'] = '不要发太短的信息'; +$a->strings['Save Settings'] = '保存设置'; +$a->strings['Read the orig­i­nal post and com­ment stream on Friendica'] = '阅读原文并在 Friendica 上发表评论'; +$a->strings['Post from Friendica'] = '来自Friendica的帖子'; diff --git a/xmpp/lang/cs/strings.php b/xmpp/lang/cs/strings.php index 8574773e..c455e4f5 100644 --- a/xmpp/lang/cs/strings.php +++ b/xmpp/lang/cs/strings.php @@ -5,12 +5,12 @@ function string_plural_select_cs($n){ $n = intval($n); if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} -; -$a->strings["XMPP settings updated."] = "Nastavení XMPP aktualizována"; -$a->strings["XMPP-Chat (Jabber)"] = "XMPP-Chat (Jabber)"; -$a->strings["Enable Webchat"] = "Povolit Webchat"; -$a->strings["Individual Credentials"] = "Jednotlivé kredenciály"; -$a->strings["Jabber BOSH host"] = "BOSH host Jabber"; -$a->strings["Save Settings"] = "Uložit nastavení"; -$a->strings["Use central userbase"] = "Použít centrální uživatelskou základnu"; -$a->strings["Settings updated."] = "Nastavení aktualizována"; +$a->strings['XMPP settings updated.'] = 'Nastavení XMPP aktualizována'; +$a->strings['XMPP-Chat (Jabber)'] = 'XMPP-Chat (Jabber)'; +$a->strings['Enable Webchat'] = 'Povolit Webchat'; +$a->strings['Individual Credentials'] = 'Jednotlivé kredenciály'; +$a->strings['Jabber BOSH host'] = 'BOSH host Jabber'; +$a->strings['Save Settings'] = 'Uložit nastavení'; +$a->strings['Use central userbase'] = 'Použít centrální uživatelskou základnu'; +$a->strings['If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the "auth_ejabberd.php" script.'] = 'Pokud tuto funkci povolíte, uživatelé budou automaticky přihlášeni na server ejabberd, který musí být nainstalovaný na tomto serveru se synchronizovanými kredenciálami přes skript "auth_ejabberd.php".'; +$a->strings['Settings updated.'] = 'Nastavení aktualizována'; diff --git a/xmpp/lang/de/strings.php b/xmpp/lang/de/strings.php index bc1a827d..b640ee28 100644 --- a/xmpp/lang/de/strings.php +++ b/xmpp/lang/de/strings.php @@ -5,10 +5,10 @@ function string_plural_select_de($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["XMPP-Chat (Jabber)"] = "XMPP-Chat (Jabber)"; -$a->strings["Enable Webchat"] = "Aktiviere Webchat"; -$a->strings["Individual Credentials"] = "Individuelle Anmeldedaten"; -$a->strings["Jabber BOSH host"] = "Jabber-BOSH-Host"; -$a->strings["Save Settings"] = "Speichere Einstellungen"; -$a->strings["Use central userbase"] = "Nutze zentrale Nutzerbasis"; +$a->strings['XMPP-Chat (Jabber)'] = 'XMPP-Chat (Jabber)'; +$a->strings['Enable Webchat'] = 'Aktiviere Webchat'; +$a->strings['Individual Credentials'] = 'Individuelle Anmeldedaten'; +$a->strings['Jabber BOSH host'] = 'Jabber-BOSH-Host'; +$a->strings['Save Settings'] = 'Speichere Einstellungen'; +$a->strings['Use central userbase'] = 'Nutze zentrale Nutzerbasis'; +$a->strings['If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the "auth_ejabberd.php" script.'] = 'Wenn aktiviert, werden die Nutzer automatisch auf dem EJabber-Server, der auf dieser Maschine installiert ist, angemeldet, und die Zugangsdaten werden über das "auth_ejabberd.php"-Script synchronisiert.'; diff --git a/xmpp/lang/en-us/strings.php b/xmpp/lang/en-us/strings.php index bf50f067..0c316ac7 100644 --- a/xmpp/lang/en-us/strings.php +++ b/xmpp/lang/en-us/strings.php @@ -5,12 +5,12 @@ function string_plural_select_en_us($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["XMPP settings updated."] = "XMPP settings updated."; -$a->strings["XMPP-Chat (Jabber)"] = "XMPP-Chat (Jabber)"; -$a->strings["Enable Webchat"] = "Enable Webchat"; -$a->strings["Individual Credentials"] = "Individual Credentials"; -$a->strings["Jabber BOSH host"] = "Jabber BOSH host"; -$a->strings["Save Settings"] = "Save Settings"; -$a->strings["Use central userbase"] = "Use central userbase"; -$a->strings["Settings updated."] = "Settings updated."; +$a->strings['XMPP settings updated.'] = 'XMPP settings updated.'; +$a->strings['XMPP-Chat (Jabber)'] = 'XMPP-Chat (Jabber)'; +$a->strings['Enable Webchat'] = 'Enable Webchat'; +$a->strings['Individual Credentials'] = 'Individual Credentials'; +$a->strings['Jabber BOSH host'] = 'Jabber BOSH host'; +$a->strings['Save Settings'] = 'Save Settings'; +$a->strings['Use central userbase'] = 'Use central userbase'; +$a->strings['If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the "auth_ejabberd.php" script.'] = 'If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the "auth_ejabberd.php" script.'; +$a->strings['Settings updated.'] = 'Settings updated.'; diff --git a/xmpp/lang/es/strings.php b/xmpp/lang/es/strings.php index e0f3fb80..72d85652 100644 --- a/xmpp/lang/es/strings.php +++ b/xmpp/lang/es/strings.php @@ -5,10 +5,10 @@ function string_plural_select_es($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["XMPP-Chat (Jabber)"] = "XMPP-Chat (Jabber)"; -$a->strings["Enable Webchat"] = "Habilitar Webchat"; -$a->strings["Individual Credentials"] = "Credenciales individuales"; -$a->strings["Jabber BOSH host"] = "Jabber BOSH host"; -$a->strings["Save Settings"] = "Guardar ajustes"; -$a->strings["Use central userbase"] = "Utilice la base de usuarios central"; +$a->strings['XMPP-Chat (Jabber)'] = 'XMPP-Chat (Jabber)'; +$a->strings['Enable Webchat'] = 'Habilitar Webchat'; +$a->strings['Individual Credentials'] = 'Credenciales individuales'; +$a->strings['Jabber BOSH host'] = 'Jabber BOSH host'; +$a->strings['Save Settings'] = 'Guardar ajustes'; +$a->strings['Use central userbase'] = 'Utilice la base de usuarios central'; +$a->strings['If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the "auth_ejabberd.php" script.'] = 'Si está habilitado, los usuarios iniciarán sesión automáticamente en un servidor ejabberd que debe instalarse en esta máquina con credenciales sincronizadas a través del script "auth_ejabberd.php".'; diff --git a/xmpp/lang/fi-fi/strings.php b/xmpp/lang/fi-fi/strings.php index d00f98c0..a1e01de5 100644 --- a/xmpp/lang/fi-fi/strings.php +++ b/xmpp/lang/fi-fi/strings.php @@ -5,9 +5,8 @@ function string_plural_select_fi_fi($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["XMPP settings updated."] = "XMPP-asetukset päivitetty"; -$a->strings["XMPP-Chat (Jabber)"] = "XMPP-Chat (Jabber)"; -$a->strings["Enable Webchat"] = "Ota Webchat käyttöön"; -$a->strings["Save Settings"] = "Tallenna asetukset"; -$a->strings["Settings updated."] = "Asetukset päivitetty."; +$a->strings['XMPP settings updated.'] = 'XMPP-asetukset päivitetty'; +$a->strings['XMPP-Chat (Jabber)'] = 'XMPP-Chat (Jabber)'; +$a->strings['Enable Webchat'] = 'Ota Webchat käyttöön'; +$a->strings['Save Settings'] = 'Tallenna asetukset'; +$a->strings['Settings updated.'] = 'Asetukset päivitetty.'; diff --git a/xmpp/lang/fr/strings.php b/xmpp/lang/fr/strings.php index da138c27..68df013f 100644 --- a/xmpp/lang/fr/strings.php +++ b/xmpp/lang/fr/strings.php @@ -5,10 +5,10 @@ function string_plural_select_fr($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["XMPP-Chat (Jabber)"] = "XMPP-Chat (Jabber)"; -$a->strings["Enable Webchat"] = "Activer le chat en ligne"; -$a->strings["Individual Credentials"] = "Identification individuelle"; -$a->strings["Jabber BOSH host"] = "Hôte Jabber BOSH"; -$a->strings["Save Settings"] = "Sauvegarder les paramètres"; -$a->strings["Use central userbase"] = "Utilisez la base de données centrale d'utilisateurs"; +$a->strings['XMPP-Chat (Jabber)'] = 'XMPP-Chat (Jabber)'; +$a->strings['Enable Webchat'] = 'Activer le chat en ligne'; +$a->strings['Individual Credentials'] = 'Identification individuelle'; +$a->strings['Jabber BOSH host'] = 'Hôte Jabber BOSH'; +$a->strings['Save Settings'] = 'Sauvegarder les paramètres'; +$a->strings['Use central userbase'] = 'Utilisez la base de données centrale d\'utilisateurs'; +$a->strings['If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the "auth_ejabberd.php" script.'] = 'Si activé, les utilisateurs vont automatiquement se connecter à un serveur ejabberd qui doit être installé sur cette machine avec une identification synchronisée via le script "auth_ejabberd.php".'; diff --git a/xmpp/lang/hu/strings.php b/xmpp/lang/hu/strings.php index 5d69197b..f83aba78 100644 --- a/xmpp/lang/hu/strings.php +++ b/xmpp/lang/hu/strings.php @@ -5,10 +5,10 @@ function string_plural_select_hu($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["XMPP-Chat (Jabber)"] = "XMPP-csevegés (Jabber)"; -$a->strings["Enable Webchat"] = "Webes csevegés engedélyezése"; -$a->strings["Individual Credentials"] = "Egyéni hitelesítési adatok"; -$a->strings["Jabber BOSH host"] = "Jabber BOSH kiszolgáló"; -$a->strings["Save Settings"] = "Beállítások mentése"; -$a->strings["Use central userbase"] = "Központi felhasználóbázis használata"; +$a->strings['XMPP-Chat (Jabber)'] = 'XMPP-csevegés (Jabber)'; +$a->strings['Enable Webchat'] = 'Webes csevegés engedélyezése'; +$a->strings['Individual Credentials'] = 'Egyéni hitelesítési adatok'; +$a->strings['Jabber BOSH host'] = 'Jabber BOSH kiszolgáló'; +$a->strings['Save Settings'] = 'Beállítások mentése'; +$a->strings['Use central userbase'] = 'Központi felhasználóbázis használata'; +$a->strings['If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the "auth_ejabberd.php" script.'] = 'Ha engedélyezve van, akkor a felhasználók automatikusan be fognak jelentkezni egy ejabberd-kiszolgálóra, amelyet erre a számítógépre kell telepíteni az „auth_ejabberd.php” parancsfájlon keresztül szinkronizált hitelesítési adatokkal.'; diff --git a/xmpp/lang/it/strings.php b/xmpp/lang/it/strings.php index fe43d8fb..272cde2b 100644 --- a/xmpp/lang/it/strings.php +++ b/xmpp/lang/it/strings.php @@ -5,12 +5,12 @@ function string_plural_select_it($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["XMPP settings updated."] = "Impostazioni XMPP aggiornate."; -$a->strings["XMPP-Chat (Jabber)"] = "XMPP-Chat (Jabber)"; -$a->strings["Enable Webchat"] = "Abilita chat web"; -$a->strings["Individual Credentials"] = "Credenziali Individuali"; -$a->strings["Jabber BOSH host"] = "Server Jabber BOSH"; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$a->strings["Use central userbase"] = "Usa base utenti centrale"; -$a->strings["Settings updated."] = "Impostazioni aggiornate."; +$a->strings['XMPP settings updated.'] = 'Impostazioni XMPP aggiornate.'; +$a->strings['XMPP-Chat (Jabber)'] = 'XMPP-Chat (Jabber)'; +$a->strings['Enable Webchat'] = 'Abilita chat web'; +$a->strings['Individual Credentials'] = 'Credenziali Individuali'; +$a->strings['Jabber BOSH host'] = 'Server Jabber BOSH'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; +$a->strings['Use central userbase'] = 'Usa base utenti centrale'; +$a->strings['If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the "auth_ejabberd.php" script.'] = 'Se abilitato, gli utenti verranno automaticamente autenticati con un server ejabber che deve essere installato su questa macchina, con le credenziali sincronizzate attraverso lo script "auth_ejabberd.php"'; +$a->strings['Settings updated.'] = 'Impostazioni aggiornate.'; diff --git a/xmpp/lang/nl/strings.php b/xmpp/lang/nl/strings.php index 97b78226..94e3763a 100644 --- a/xmpp/lang/nl/strings.php +++ b/xmpp/lang/nl/strings.php @@ -5,12 +5,12 @@ function string_plural_select_nl($n){ $n = intval($n); return intval($n != 1); }} -; -$a->strings["XMPP settings updated."] = "XMPP-instellingen opgeslagen"; -$a->strings["XMPP-Chat (Jabber)"] = "XMPP-chat (Jabber)"; -$a->strings["Enable Webchat"] = "Webchat inschakelen"; -$a->strings["Individual Credentials"] = "Individuele inloggegevens"; -$a->strings["Jabber BOSH host"] = "Jabber BOSH Server"; -$a->strings["Save Settings"] = "Instellingen opslaan"; -$a->strings["Use central userbase"] = "Gebruik centrale gebruikersbank"; -$a->strings["Settings updated."] = "Instellingen opgeslagen"; +$a->strings['XMPP settings updated.'] = 'XMPP-instellingen opgeslagen'; +$a->strings['XMPP-Chat (Jabber)'] = 'XMPP-chat (Jabber)'; +$a->strings['Enable Webchat'] = 'Webchat inschakelen'; +$a->strings['Individual Credentials'] = 'Individuele inloggegevens'; +$a->strings['Jabber BOSH host'] = 'Jabber BOSH Server'; +$a->strings['Save Settings'] = 'Instellingen opslaan'; +$a->strings['Use central userbase'] = 'Gebruik centrale gebruikersbank'; +$a->strings['If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the "auth_ejabberd.php" script.'] = 'Wanneer ingeschakeld zullen gebruikers automatisch inloggen op een ejabberd-server die op deze server moet geïnstalleerd staan, met dezelfde gebruikersnaam en wachtwoord, via het "auth_ejabberd.php" script.'; +$a->strings['Settings updated.'] = 'Instellingen opgeslagen'; diff --git a/xmpp/lang/pl/strings.php b/xmpp/lang/pl/strings.php index cca96781..82c73ffe 100644 --- a/xmpp/lang/pl/strings.php +++ b/xmpp/lang/pl/strings.php @@ -5,12 +5,12 @@ function string_plural_select_pl($n){ $n = intval($n); if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["XMPP settings updated."] = "zaktualizowano ustawienia XMPP."; -$a->strings["XMPP-Chat (Jabber)"] = "XMPP-Chat (Jabber)"; -$a->strings["Enable Webchat"] = "Włącz Webchat"; -$a->strings["Individual Credentials"] = "Indywidualne poświadczenia"; -$a->strings["Jabber BOSH host"] = "Jabber BOSH host"; -$a->strings["Save Settings"] = "Zapisz ustawienia"; -$a->strings["Use central userbase"] = "Użyj centralnej bazy użytkowników"; -$a->strings["Settings updated."] = "Ustawienia zaktualizowane."; +$a->strings['XMPP settings updated.'] = 'zaktualizowano ustawienia XMPP.'; +$a->strings['XMPP-Chat (Jabber)'] = 'XMPP-Chat (Jabber)'; +$a->strings['Enable Webchat'] = 'Włącz Webchat'; +$a->strings['Individual Credentials'] = 'Indywidualne poświadczenia'; +$a->strings['Jabber BOSH host'] = 'Jabber BOSH host'; +$a->strings['Save Settings'] = 'Zapisz ustawienia'; +$a->strings['Use central userbase'] = 'Użyj centralnej bazy użytkowników'; +$a->strings['If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the "auth_ejabberd.php" script.'] = 'Jeśli jest włączona, użytkownicy automatycznie logują się do serwera ejabberd, który musi być zainstalowany na tym komputerze z synchronizowanymi danymi uwierzytelniającymi za pomocą skryptu "auth_ejabberd.php".'; +$a->strings['Settings updated.'] = 'Ustawienia zaktualizowane.'; diff --git a/xmpp/lang/pt-br/strings.php b/xmpp/lang/pt-br/strings.php index eab89d0e..6d3680ad 100644 --- a/xmpp/lang/pt-br/strings.php +++ b/xmpp/lang/pt-br/strings.php @@ -5,12 +5,12 @@ function string_plural_select_pt_br($n){ $n = intval($n); return intval($n > 1); }} -; -$a->strings["XMPP settings updated."] = "Configurações de XMPP atualizadas."; -$a->strings["XMPP-Chat (Jabber)"] = "Bate-papo XMPP (Jabber)"; -$a->strings["Enable Webchat"] = "Habilitar webchat"; -$a->strings["Individual Credentials"] = "Credenciais individuais"; -$a->strings["Jabber BOSH host"] = "Host BOSH de Jabber"; -$a->strings["Save Settings"] = "Salvar configurações"; -$a->strings["Use central userbase"] = "Usar base de usuários central"; -$a->strings["Settings updated."] = "Configurações atualizadas."; +$a->strings['XMPP settings updated.'] = 'Configurações de XMPP atualizadas.'; +$a->strings['XMPP-Chat (Jabber)'] = 'Bate-papo XMPP (Jabber)'; +$a->strings['Enable Webchat'] = 'Habilitar webchat'; +$a->strings['Individual Credentials'] = 'Credenciais individuais'; +$a->strings['Jabber BOSH host'] = 'Host BOSH de Jabber'; +$a->strings['Save Settings'] = 'Salvar configurações'; +$a->strings['Use central userbase'] = 'Usar base de usuários central'; +$a->strings['If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the "auth_ejabberd.php" script.'] = 'Se habilitado, a autenticação será feita automaticamente em um servidor ejabberd, que precisa ser instalado neste computador com credenciais sincronizadas por meio do script "auth_ejabberd.php".'; +$a->strings['Settings updated.'] = 'Configurações atualizadas.'; diff --git a/xmpp/lang/ru/strings.php b/xmpp/lang/ru/strings.php index a76acca7..28333bd6 100644 --- a/xmpp/lang/ru/strings.php +++ b/xmpp/lang/ru/strings.php @@ -5,12 +5,12 @@ function string_plural_select_ru($n){ $n = intval($n); if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } }} -; -$a->strings["XMPP settings updated."] = "Настройки XMPP обновлены."; -$a->strings["XMPP-Chat (Jabber)"] = "XMPP чат (Jabber)"; -$a->strings["Enable Webchat"] = "Включить веб-чат"; -$a->strings["Individual Credentials"] = "Ваши данные для входа"; -$a->strings["Jabber BOSH host"] = "BOSH хост"; -$a->strings["Save Settings"] = "Сохранить настройки"; -$a->strings["Use central userbase"] = "Использовать централизованную БД пользователей"; -$a->strings["Settings updated."] = "Настройки обновлены."; +$a->strings['XMPP settings updated.'] = 'Настройки XMPP обновлены.'; +$a->strings['XMPP-Chat (Jabber)'] = 'XMPP чат (Jabber)'; +$a->strings['Enable Webchat'] = 'Включить веб-чат'; +$a->strings['Individual Credentials'] = 'Ваши данные для входа'; +$a->strings['Jabber BOSH host'] = 'BOSH хост'; +$a->strings['Save Settings'] = 'Сохранить настройки'; +$a->strings['Use central userbase'] = 'Использовать централизованную БД пользователей'; +$a->strings['If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the "auth_ejabberd.php" script.'] = 'Если включено, то пользователи будут автоматически входить в учетную запись на ejabberd сервере, который должен быть установлен на этом сервере. Учетные данные должны быть синхронизированы с помощью скрипта "auth_ejabberd.php".'; +$a->strings['Settings updated.'] = 'Настройки обновлены.'; diff --git a/xmpp/lang/zh-cn/strings.php b/xmpp/lang/zh-cn/strings.php index 95144787..440d0efc 100644 --- a/xmpp/lang/zh-cn/strings.php +++ b/xmpp/lang/zh-cn/strings.php @@ -5,13 +5,12 @@ function string_plural_select_zh_cn($n){ $n = intval($n); return intval(0); }} -; -$a->strings["XMPP settings updated."] = "XMPP 设置已更新。"; -$a->strings["XMPP-Chat (Jabber)"] = "XMPP-聊天 (Jabber)"; -$a->strings["Enable Webchat"] = "启用网页聊天"; -$a->strings["Individual Credentials"] = "个人凭证"; -$a->strings["Jabber BOSH host"] = "Jabber BOSH 主机"; -$a->strings["Save Settings"] = "保存设置"; -$a->strings["Use central userbase"] = "使用中央用户库"; -$a->strings["If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the \"auth_ejabberd.php\" script."] = "如果启用,用户将通过 “auth_ejabberd.php” 脚本使用同步证书自动登录到已在此设备上安装完成的 ejabberd 服务器。"; -$a->strings["Settings updated."] = "设置已更新。"; +$a->strings['XMPP settings updated.'] = 'XMPP 设置已更新。'; +$a->strings['XMPP-Chat (Jabber)'] = 'XMPP-聊天 (Jabber)'; +$a->strings['Enable Webchat'] = '启用网页聊天'; +$a->strings['Individual Credentials'] = '个人凭证'; +$a->strings['Jabber BOSH host'] = 'Jabber BOSH 主机'; +$a->strings['Save Settings'] = '保存设置'; +$a->strings['Use central userbase'] = '使用中央用户库'; +$a->strings['If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the "auth_ejabberd.php" script.'] = '如果启用,用户将通过 “auth_ejabberd.php” 脚本使用同步证书自动登录到已在此设备上安装完成的 ejabberd 服务器。'; +$a->strings['Settings updated.'] = '设置已更新。';