if(! function_exists("string_plural_select_ca")) {
function string_plural_select_ca($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Filtered by rule: %s"] = "Filtrat per regla: %s";
$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 <a href=\"advancedcontentfilter/help\">help page</a>."] = "Afegiu i gestioneu les vostres regles de filtre de contingut personal en aquesta pantalla. Les regles tenen un nom i una expressió arbitrària que es combinen amb les dades de la publicació. Per obtenir una referència completa de les variables i operacions disponibles, comproveu el botó <a href=\"advancedcontentfilter/help\">pàgina d’ajuda</a>.";
$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["Add new rule"] = "Add nova regla";
$a->strings["Rule Name"] = "Nom de la regla";
$a->strings["Rule Expression"] = "Expressió de regla";
-$a->strings["<p>Examples:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"] = "<p>Exemples:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>";
$a->strings["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.";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Filtered by rule: %s"] = "Filtrováno podle pravidla: %s";
$a->strings["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 <a href=\"advancedcontentfilter/help\">help page</a>."] = "Přidávejte a spravujte Vaše osobní pravidla pro filtrování obsahu na této obrazovce. Pravidla mají název a libovolný výraz, který bude porovnán s daty příspěvku. Pro úplnou referenci dostupných operací a proměnných navštivte <a href=\"advancedcontentfilter/help\">stránku nápovědy</a>.";
$a->strings["Your rules"] = "Vaše pravidla";
-$a->strings["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["Add new rule"] = "Přidat nové pravidlo";
$a->strings["Rule Name"] = "Název pravidla";
$a->strings["Rule Expression"] = "Výraz pravidla";
-$a->strings["<p>Examples:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"] = "<p>Příklady:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>";
$a->strings["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.";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Filtered by rule: %s"] = "Nach dieser Regel gefiltert: %s";
$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 <a href=\"advancedcontentfilter/help\">help page</a>."] = "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 <a href=\"advancedcontentfilter/help\">Hilfsseite</a> 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["Add new rule"] = "Neue Regel hinzufügen";
$a->strings["Rule Name"] = "Name der Regel";
$a->strings["Rule Expression"] = "Ausdruck der Regel";
-$a->strings["<p>Examples:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"] = "<p>Ein Beispiel:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>";
$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.";
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Filtered by rule: %s"] = "Filtered by rule: %s";
$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 <a href=\"advancedcontentfilter/help\">help page</a>."] = "Add and manage your personal content filter rules in this screen. Rules have a name and an arbitrary expression that will be matched against post data. For a complete reference of the available operations and variables, check the <a href=\"advancedcontentfilter/help\">help page</a>.";
$a->strings["Your rules"] = "Your rules";
-$a->strings["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["Add new rule"] = "Add new rule";
$a->strings["Rule Name"] = "Rule name";
$a->strings["Rule Expression"] = "Rule expression";
-$a->strings["<p>Examples:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"] = "<p>Examples:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>";
$a->strings["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.";
if(! function_exists("string_plural_select_fi")) {
function string_plural_select_fi($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
-$a->strings["Filtered by rule: %s"] = "";
-$a->strings["Advanced Content Filter"] = "";
-$a->strings["Back to Addon Settings"] = "";
$a->strings["Add a Rule"] = "Lisää sääntö";
-$a->strings["Help"] = "";
-$a->strings["Add and manage your personal content filter rules in this screen. Rules have a name and an arbitrary expression that will be matched against post data. For a complete reference of the available operations and variables, check the <a href=\"advancedcontentfilter/help\">help page</a>."] = "";
$a->strings["Your rules"] = "Sääntösi";
-$a->strings["You have no rules yet! Start adding one by clicking on the button above next to the title."] = "";
$a->strings["Disabled"] = "Ei käytössä";
$a->strings["Enabled"] = "Käytössä";
-$a->strings["Disable this rule"] = "";
$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["Rule"] = "Sääntö";
$a->strings["Close"] = "Sulje";
$a->strings["Add new rule"] = "Lisää uusi sääntö";
-$a->strings["Rule Name"] = "";
-$a->strings["Rule Expression"] = "";
-$a->strings["<p>Examples:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"] = "";
-$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"] = "Sääntö lisätty";
-$a->strings["Rule doesn't exist or doesn't belong to you."] = "";
$a->strings["Rule successfully updated"] = "Sääntö päivitetty";
$a->strings["Rule successfully deleted"] = "Sääntö poistettu";
-$a->strings["Missing argument: guid."] = "";
-$a->strings["Unknown post with guid: %s"] = "";
-$a->strings["Method not found"] = "";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
- return ($n > 1);;
+ return intval($n > 1);
}}
;
$a->strings["Filtered by rule: %s"] = "Filtré par règle:%s";
$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 <a href=\"advancedcontentfilter/help\">help page</a>."] = "Dans cet écran, ajoutez et gérez votre règle personnelle de filtre de contenu. Les règles portent un nom et contiennent une expression arbitraire qui sera appliquée aux données du post. Pour une liste complète des opérations disponibles, voyez 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["Add new rule"] = "Ajouter nouvelle règle";
$a->strings["Rule Name"] = "Nommer règle";
$a->strings["Rule Expression"] = "Expression de règle";
-$a->strings["<p>Examples:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"] = "<p>Exemples :</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>";
$a->strings["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";
if(! function_exists("string_plural_select_hu")) {
function string_plural_select_hu($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Filtered by rule: %s"] = "Szűrve a szabály alapján: %s";
$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 <a href=\"advancedcontentfilter/help\">help page</a>."] = "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 illesztve lesz a bejegyzés adatára. Az elérhető műveletek és változók teljes hivatkozásáért nézze meg a <a href=\"advancedcontentfilter/help\">súgóoldalt</a>.";
$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["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["<p>Examples:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"] = "<p>Példák:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>";
$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.";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Filtered by rule: %s"] = "Filtrato dalla regola: %s";
$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 <a href=\"advancedcontentfilter/help\">help page</a>."] = "Aggiungi e gestisci le tue regole personali di filtro contenuti in questa schermata. Le regole hanno un nome e un'espressione arbitraria che sarà confrontata con i dati del messaggio. Per un elenco completo delle operazioni disponibili, controlla la <a href=\"advancedcontentfilter/help\">pagina di aiuto</a>.";
$a->strings["Your rules"] = "Le tue regole";
-$a->strings["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["Add new rule"] = "Aggiungi nuova regola";
$a->strings["Rule Name"] = "Nome Regola";
$a->strings["Rule Expression"] = "Espressione Regola";
-$a->strings["<p>Examples:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"] = "<p>Esempi:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>";
$a->strings["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.";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Filtered by rule: %s"] = "Gefilterd volgens regel: %s";
$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 <a href=\"advancedcontentfilter/help\">help page</a>."] = "Beheer de filterregels van je persoonlijke filter voor berichtsinhoud in dit scherm. Regels hebben een naam en bewoording welke we automatisch controleren door te vergelijken met de inhoud van elk bericht. Voor een compleet naslagwerk van de beschikbare bewerkingen en variabelen, zie de <a href=\"advancedcontentfilter/help\">help pagina</a>.";
$a->strings["Your rules"] = "Jouw regels";
-$a->strings["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["Add new rule"] = "Voeg nieuwe regel toe";
$a->strings["Rule Name"] = "Regel naam";
$a->strings["Rule Expression"] = "Regel bewoording";
-$a->strings["<p>Examples:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"] = "<p>Voorbeelden:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>label</li></ul>";
$a->strings["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.";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Filtered by rule: %s"] = " Filtruj według reguły: %s";
$a->strings["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 <a href=\"advancedcontentfilter/help\">help page</a>."] = "Dodaj i zarządzaj regułami filtrowania treści osobistych na tym ekranie. Reguły mają nazwę i dowolne wyrażenie, które zostanie dopasowane do danych postów. Aby uzyskać pełne informacje o dostępnych operacjach i zmiennych, sprawdź <a href=\"advancedcontentfilter/help\">stronę pomocy</a>.";
$a->strings["Your rules"] = "Twoje zasady";
-$a->strings["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["Add new rule"] = "Dodaj nową regułę";
$a->strings["Rule Name"] = "Nazwa reguły";
$a->strings["Rule Expression"] = "Wyrażanie reguły";
-$a->strings["<p>Examples:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"] = "<p>przykład</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tagi</li></ul>";
$a->strings["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ę.";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
$n = intval($n);
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Filtered by rule: %s"] = "Отфильтровано по правилу: %s";
$a->strings["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 <a href=\"advancedcontentfilter/help\">help page</a>."] = "Добавляйте и управляйте своими собственными фильтрами на этой странице. У правил есть имя и произвольное выражение, которое будет сопоставляться с данными поста. Для полной ссылки на доступные операции и переменные, посмотрите <a href=\"advancedcontentfilter/help\">страницу справки</a>.";
$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["Add new rule"] = "Добавить новое правило";
$a->strings["Rule Name"] = "Название правила";
$a->strings["Rule Expression"] = "Содержание правила";
-$a->strings["<p>Examples:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"] = "<p>Примеры:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>";
$a->strings["Cancel"] = "Отмена";
$a->strings["You must be logged in to use this method"] = "Вы должны авторизоваться для использования этого метода";
$a->strings["Invalid form security token, please refresh the page."] = "Неверный ключ, пожалуйста, перезагрузите страницу";
if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Filtered by rule: %s"] = "Filtrerat efter regel: %s";
$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 <a href=\"advancedcontentfilter/help\">help page</a>."] = "Lägg till och hantera dina personliga regler för innehållsfilter i det här fönstret. Regler har ett namn och ett valfritt uttryck och kommer jämföras mot inläggets innehåll. Förteckning av alla operander och variabler finns att hitta på <a href=\"advancedcontentfilter/help\">hjälpsidan</a>.";
$a->strings["Your rules"] = "Dina regler";
-$a->strings["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["Add new rule"] = "Lägg till ny regel";
$a->strings["Rule Name"] = "Regelnamn";
$a->strings["Rule Expression"] = "Regeluttryck";
-$a->strings["<p>Examples:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"] = "<p>Exempel:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>taggar</li></ul>";
$a->strings["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.";
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
$n = intval($n);
- return 0;;
+ return intval(0);
}}
;
$a->strings["Filtered by rule: %s"] = "通过规则过滤:%s";
$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 <a href=\"advancedcontentfilter/help\">help page</a>."] = "在此界面上添加和管理你的个人内容过滤规则。规则要有名称和能匹配帖子内容的任意表达式。完整可用的运算符和变量,请查看<a href=\"advancedcontentfilter/help\">帮助页面</a>。";
$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["Add new rule"] = "新增规则";
$a->strings["Rule Name"] = "规则名";
$a->strings["Rule Expression"] = "规则表达式";
-$a->strings["<p>Examples:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"] = "<p>例子:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite</pre></li><li>tags</li></ul>";
$a->strings["Cancel"] = "取消";
$a->strings["You must be logged in to use this method"] = "使用此模式您必须先登录。";
$a->strings["Invalid form security token, please refresh the page."] = "无效的安全令牌,请刷新页面。";
if(! function_exists("string_plural_select_ca")) {
function string_plural_select_ca($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "La data de finalització és anterior a la data d'inici de l'apagada, hauríeu d'arreglar-ho";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "Datum konce odstávky je před datem zahájení odstávky, prosím opravte to";
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "The end date is prior to the start date of the blackout, you should fix this";
if(! function_exists("string_plural_select_en_us")) {
function string_plural_select_en_us($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Save Settings"] = "Save Settings";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Save Settings"] = "Guardar configuración";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Save Settings"] = "Tallenna asetukset";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
- return ($n > 1);;
+ return intval($n > 1);
}}
;
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "La date de fin est antérieure au début de l'extinction, vous devriez corriger cela.";
if(! function_exists("string_plural_select_hu")) {
function string_plural_select_hu($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "A befejezési dátum az áramszünet kezdési dátuma előtt van, ezt javítania kell.";
if(! function_exists("string_plural_select_is")) {
function string_plural_select_is($n){
$n = intval($n);
- return ($n % 10 != 1 || $n % 100 == 11);;
+ return intval($n % 10 != 1 || $n % 100 == 11);
}}
;
$a->strings["Save Settings"] = "Vista stillingar";
-$a->strings["Redirect URL"] = "";
-$a->strings["all your visitors from the web will be redirected to this URL"] = "";
-$a->strings["Begin of the Blackout"] = "";
-$a->strings["format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute"] = "";
-$a->strings["End of the Blackout"] = "";
-$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "La data di fine è precedente alla data di inizio blackout, dovresti sistemarle";
if(! function_exists("string_plural_select_ja")) {
function string_plural_select_ja($n){
$n = intval($n);
- return 0;;
+ return intval(0);
}}
;
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "終了日はブラックアウトの開始日より前です。これを修正する必要があります";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Save Settings"] = "Instellingen opslaan";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "Data zakończenia jest przed datą rozpoczęcia, powinieneś to naprawić";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
$n = intval($n);
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "Дата начала позже даты окончания, исправьте это";
if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "Slutdatumet ligger före startdatumet för nedsläckningen, du bör rätta detta.";
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
$n = intval($n);
- return 0;;
+ return intval(0);
}}
;
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "结束日期早于开始日期,您应该修复此问题";
if(! function_exists("string_plural_select_ca")) {
function string_plural_select_ca($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Save Settings"] = "Desa la configuració";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Save Settings"] = "Uložit nastavení";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Save Settings"] = "Einstellungen speichern";
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Save Settings"] = "Save Settings";
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["Save Settings"] = "Guardar ajustes";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
- return ($n > 1);;
+ return intval($n > 1);
}}
;
$a->strings["Save Settings"] = "Enregistrer les Paramètres";
if(! function_exists("string_plural_select_hu")) {
function string_plural_select_hu($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Save Settings"] = "Beállítások mentése";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Save Settings"] = "Salva Impostazioni";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Save Settings"] = "Instellingen opslaan";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Save Settings"] = "Zapisz ustawienia";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
$n = intval($n);
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Save Settings"] = "Сохранить настройки";
if(! function_exists("string_plural_select_ca")) {
function string_plural_select_ca($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Blockem"] = "Blockem";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Blockem"] = "Blockem";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Blockem"] = "Blockem";
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["\"Blockem\""] = "\"Blockem\"";
if(! function_exists("string_plural_select_en_us")) {
function string_plural_select_en_us($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["\"Blockem\""] = "Blockem";
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["\"Blockem\""] = "\"Bloquealos\"";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $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."] = "";
$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";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
- return ($n > 1);;
+ return intval($n > 1);
}}
;
$a->strings["Blockem"] = "Bloquez-les";
if(! function_exists("string_plural_select_hu")) {
function string_plural_select_hu($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Blockem"] = "Blockem";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Blockem"] = "Blockem";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Blockem"] = "Blockem";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Blockem"] = "Zablokowanie";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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\"";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
$n = intval($n);
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Blockem"] = "Blockem";
if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Blockem"] = "BLOCKEM";
if(! function_exists("string_plural_select_ca")) {
function string_plural_select_ca($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Post to blogger"] = "Publicar a blogger";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Post to blogger"] = "Poslat na blogger";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Post to blogger"] = "Auf Blogger posten";
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Post to blogger"] = "Post to Blogger";
-$a->strings["Blogger Export"] = "";
$a->strings["Enable Blogger Post Addon"] = "Enable Blogger Post Addon";
$a->strings["Blogger username"] = "Blogger username";
$a->strings["Blogger password"] = "Blogger password";
-$a->strings["Blogger API URL"] = "";
$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";
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["Post to blogger"] = "Entrada para blogger";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Post to blogger"] = "Julkaise Bloggerissa";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
- return ($n > 1);;
+ return intval($n > 1);
}}
;
$a->strings["Post to blogger"] = "Poster sur Blogger";
if(! function_exists("string_plural_select_hu")) {
function string_plural_select_hu($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Post to blogger"] = "Beküldés a Bloggerre";
if(! function_exists("string_plural_select_is")) {
function string_plural_select_is($n){
$n = intval($n);
- return ($n % 10 != 1 || $n % 100 == 11);;
+ return intval($n % 10 != 1 || $n % 100 == 11);
}}
;
$a->strings["Post to blogger"] = "Senda færslu á bloggara";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Post to blogger"] = "Invia a Blogger";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Post to blogger"] = "Plaatsen op Blogger";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Post to blogger"] = "Opublikuj w bloggerze";
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["Post to blogger"] = "Publicar no Blogger";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
$n = intval($n);
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Post to blogger"] = "Написать в Blogger";
if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Post to blogger"] = "Lägg in på Blogger";
if(! function_exists("string_plural_select_ca")) {
function string_plural_select_ca($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Permission denied."] = "Permís denegat.";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Permission denied."] = "Přístup odmítnut.";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Permission denied."] = "Zugriff verweigert.";
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["Permission denied."] = "Permiso denegado";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Permission denied."] = "Lupa kielletty.";
$a->strings["Save Settings"] = "Tallenna asetukset";
-$a->strings["Client ID"] = "";
-$a->strings["Client Secret"] = "";
$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["return to the connector page"] = "";
$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["Check to delete this preset"] = "";
-$a->strings["Posts are going to all accounts that are enabled by default:"] = "";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
- return ($n > 1);;
+ return intval($n > 1);
}}
;
$a->strings["Permission denied."] = "Permission refusée.";
if(! function_exists("string_plural_select_hu")) {
function string_plural_select_hu($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Permission denied."] = "Hozzáférés megtagadva.";
if(! function_exists("string_plural_select_is")) {
function string_plural_select_is($n){
$n = intval($n);
- return ($n % 10 != 1 || $n % 100 == 11);;
+ return intval($n % 10 != 1 || $n % 100 == 11);
}}
;
$a->strings["Permission denied."] = "Heimild ekki veitt.";
-$a->strings["Save Settings"] = "";
-$a->strings["Client ID"] = "";
-$a->strings["Client Secret"] = "";
-$a->strings["Error when registering buffer connection:"] = "";
-$a->strings["You are now authenticated to buffer. "] = "";
-$a->strings["return to the connector page"] = "";
-$a->strings["Post to Buffer"] = "";
-$a->strings["Buffer Export"] = "";
-$a->strings["Authenticate your Buffer connection"] = "";
-$a->strings["Enable Buffer Post Addon"] = "";
-$a->strings["Post to Buffer by default"] = "";
-$a->strings["Check to delete this preset"] = "";
-$a->strings["Posts are going to all accounts that are enabled by default:"] = "";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Permission denied."] = "Permesso negato.";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Permission denied."] = "Toegang geweigerd.";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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ń.";
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["Permission denied."] = "Permissão negada.";
$a->strings["Save Settings"] = "Salvar configurações";
-$a->strings["Client ID"] = "";
-$a->strings["Client Secret"] = "";
$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["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["Posts are going to all accounts that are enabled by default:"] = "";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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ă.";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
$n = intval($n);
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Permission denied."] = "Доступ запрещен.";
if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Permission denied."] = "Åtkomst nekad.";
if(! function_exists("string_plural_select_ca")) {
function string_plural_select_ca($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Report Bug"] = "Informar d’error";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
- return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
+ $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";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Report Bug"] = "Fehler melden";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Report Bug"] = "Reportar error";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Report Bug"] = "Ilmoita virheestä";
if(! function_exists("string_plural_select_hu")) {
function string_plural_select_hu($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Report Bug"] = "Hiba jelentése";
if(! function_exists("string_plural_select_is")) {
function string_plural_select_is($n){
$n = intval($n);
- return ($n % 10 != 1 || $n % 100 == 11);;
+ return intval($n % 10 != 1 || $n % 100 == 11);
}}
;
$a->strings["Report Bug"] = "Tilkynna villu";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Report Bug"] = "Segnala un Bug";
if(! function_exists("string_plural_select_nb_no")) {
function string_plural_select_nb_no($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Report Bug"] = "Rapporter feil";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Report Bug"] = "Bug rapporteren";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ $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"] = "Сообщить об ошибке";
if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Report Bug"] = "Rapportera bugg";
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
$n = intval($n);
- return 0;;
+ return intval(0);
}}
;
$a->strings["Report Bug"] = "报告错误";
if(! function_exists("string_plural_select_ca")) {
function string_plural_select_ca($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Use Cat as Avatar"] = "Utilitzeu Gat com a Avatar";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Use Cat as Avatar"] = "Použít kočku jako avatar";
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Use Cat as Avatar"] = "Use Cat as Avatar";
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";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $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["Reset to email Cat"] = "";
$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.";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
- return ($n > 1);;
+ return intval($n > 1);
}}
;
$a->strings["Use Cat as Avatar"] = "Utiliser Chat comme avatar";
if(! function_exists("string_plural_select_hu")) {
function string_plural_select_hu($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Use Cat as Avatar"] = "Macska használata profilképként";
if(! function_exists("string_plural_select_is")) {
function string_plural_select_is($n){
$n = intval($n);
- return ($n % 10 != 1 || $n % 100 == 11);;
+ return intval($n % 10 != 1 || $n % 100 == 11);
}}
;
-$a->strings["Use Cat as Avatar"] = "";
-$a->strings["More Random Cat!"] = "";
-$a->strings["Reset to email Cat"] = "";
-$a->strings["Cat Avatar Settings"] = "";
-$a->strings["The cat hadn't found itself."] = "";
-$a->strings["There was an error, the cat ran away."] = "";
$a->strings["Profile Photos"] = "Forsíðumyndir";
$a->strings["Meow!"] = "Mjá!";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Use Cat as Avatar"] = "Gebruik een kat als avatar";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
$n = intval($n);
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Use Cat as Avatar"] = "Поставить кота на аватар";
if(! function_exists("string_plural_select_ca")) {
function string_plural_select_ca($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
-$a->strings["This website uses cookies. If you continue browsing this website, you agree to the usage of cookies."] = "Aquest lloc web utilitza cookies. Si continueu navegant per aquest lloc web, esteu d’acord amb l’ús de cookies.";
$a->strings["OK"] = "D'acord";
$a->strings["\"cookienotice\" Settings"] = "Configuració 'cookienotice'";
-$a->strings["<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button."] = "<b>Configureu l’avís d’ús de cookies.</b> Només hauria de ser un avís, dient que el lloc web utilitza cookies. Es mostra sempre que un usuari no confirmi el seu clic al botó D'acord";
$a->strings["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.";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
-$a->strings["This website uses cookies. If you continue browsing this website, you agree to the usage of cookies."] = "Tato stránka používá cookies. Pokud budete pokračovat v používání této stránky, souhlasíte s používáním cookies.";
$a->strings["OK"] = "OK";
$a->strings["\"cookienotice\" Settings"] = "Nastavení „cookienotice“";
-$a->strings["<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button."] = "<b>Nastavte si vaše oznámení o používání cookies.</b> Mělo by to být pouze oznámení říkající, že stránka používá cookies. Zobrazí se, dokud uživatel neklikne na tlačítko OK.";
$a->strings["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.";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
-$a->strings["This website uses cookies. If you continue browsing this website, you agree to the usage of cookies."] = "Diese Webseite verwendet Cookies. Durch die weitere Benutzung der Webseite stimmen Sie dieser Verwendung zu.";
$a->strings["OK"] = "OK";
$a->strings["\"cookienotice\" Settings"] = "\"cookienotice\"-Einstellungen";
-$a->strings["<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button."] = "<b>Konfiguriere deinen Cookie-Nutzungshinweis.</b> Es sollte ein Hinweis sein, der sagt, dass die Webseite Cookies benutzt. Er wird so lange angezeigt, bis der User den Hinweis durch Klicken des OK-Buttons bestätigt.";
$a->strings["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.";
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
-$a->strings["This website uses cookies. If you continue browsing this website, you agree to the usage of cookies."] = "This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.";
$a->strings["OK"] = "OK";
$a->strings["\"cookienotice\" Settings"] = "\"cookienotice\" settings";
-$a->strings["<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button."] = "<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button.";
$a->strings["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.";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
- return ($n > 1);;
+ return intval($n > 1);
}}
;
-$a->strings["\"cookienotice\" Settings"] = "";
-$a->strings["<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button."] = "";
-$a->strings["Cookie Usage Notice"] = "";
-$a->strings["The cookie usage notice"] = "";
$a->strings["OK Button Text"] = "Bouton OK Texte ";
-$a->strings["The OK Button text"] = "";
-$a->strings["Save Settings"] = "";
-$a->strings["cookienotice Settings saved."] = "";
if(! function_exists("string_plural_select_hu")) {
function string_plural_select_hu($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
-$a->strings["This website uses cookies. If you continue browsing this website, you agree to the usage of cookies."] = "Ez a weboldal sütiket használ. Ha folytatja a böngészést a weboldalon, akkor elfogadja a sütik használatát.";
$a->strings["OK"] = "Rendben";
$a->strings["\"cookienotice\" Settings"] = "A sütifigyelmeztetés beállításai";
-$a->strings["<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button."] = "<b>Állítsa be a sütihasználati figyelmeztetést.</b> Ennek csak egy figyelmeztetésnek kell lennie, amely arra hívja fel a figyelmet, hogy a weboldal sütiket használ. Egészen addig lesz megjelenítve, amíg a felhasználó nem fogadja el a Rendben gombra kattintva.";
$a->strings["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.";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
-$a->strings["This website uses cookies. If you continue browsing this website, you agree to the usage of cookies."] = "Questo sito web utilizza cookie. Proseguendo la navigazione su questo sito, accetti l'utilizzo dei cookie.";
$a->strings["OK"] = "OK";
$a->strings["\"cookienotice\" Settings"] = "Impostazioni \"cookienotice\"";
-$a->strings["<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button."] = "<b>Configura la tua notifica di utilizzo dei cookie</b> Dovrebbe essere semplicemente una nota che dice che il sito utilizza dei cookie. Viene mostrata fino a quanto l'utente conferma cliccando il bottone OK.";
$a->strings["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. ";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
-$a->strings["This website uses cookies. If you continue browsing this website, you agree to the usage of cookies."] = "Deze website gebruikt cookies. Door het gebruik van deze website, je akkoord met het gebruik van deze cookies.";
$a->strings["OK"] = "OK";
$a->strings["\"cookienotice\" Settings"] = "\"cookienotice\" instellingen";
-$a->strings["<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button."] = "<b>Configureer je meldingen voor het gebruik van cookies. </b>Het dient alleen een melding te zijn die zegt dat de website cookies gebruikt. Dit is te zien als de gebruiker niet heeft bevestigd door op de OK knop te drukken.";
$a->strings["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";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
-$a->strings["This website uses cookies. If you continue browsing this website, you agree to the usage of cookies."] = "Ta strona używa plików cookie. Jeśli będziesz kontynuować przeglądanie tej strony, zgadzasz się na użycie plików cookie.";
$a->strings["OK"] = "OK";
$a->strings["\"cookienotice\" Settings"] = "Ustawienia \"plików cookie\"";
-$a->strings["<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button."] = "<b>Skonfiguruj zawiadomienie o użyciu plików cookie.</b> Powinien to być po prostu komunikat, że strona korzysta z plików cookie. Jest wyświetlany, o ile użytkownik nie potwierdził, klikając przycisk OK.";
$a->strings["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.";
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
$n = intval($n);
- return 0;;
+ return intval(0);
}}
;
$a->strings["This website uses cookies. If you continue browsing this website, you agree to the usage of cookies."] = "本网站将使用 cookies。如果您继续浏览本网站,即表示您同意使用 cookies。";
if(! function_exists("string_plural_select_ca")) {
function string_plural_select_ca($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Error fetching weather data.\\nError was: "] = "S'ha produït un error en recuperar les dades meteorològiques. \\\\ NEror ha estat:";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Error fetching weather data.\\nError was: "] = "Chyba při získávání dat o počasí.\\nChyba:";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Error fetching weather data.\\nError was: "] = "Fehler beim abrufen der Wetterdaten.\\nDie Fehlermeldung lautet:";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Error fetching weather data.\\nError was: "] = "Error al traer información del clima.\\nError era: ";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Error fetching weather data.\\nError was: "] = "Säätietojen noutamisessa tapahtui virhe.\\nLisätietoja: ";
$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["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "";
$a->strings["no cache"] = "Ei välimuistia";
$a->strings["minutes"] = "minuuttia";
$a->strings["Your APPID"] = "Sinun APPID";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["Error fetching weather data.\\nError was: "] = "Erreur durant la récupération de la météo.\\nL'erreur était : ";
if(! function_exists("string_plural_select_hu")) {
function string_plural_select_hu($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Error fetching weather data.\\nError was: "] = "Hiba az időjárási adatok lekérésekor.\\nA hiba ez volt: ";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Error fetching weather data.\\nError was: "] = "Errore recuperando i dati meteo: ";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Error fetching weather data.\\nError was: "] = "Fout bij het ophalen van de weer data:\\nFout was:";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Error fetching weather data.\\nError was: "] = "Błąd podczas pobierania danych pogodowych. \\nError był:";
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
- return ($n > 1);;
+ $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:";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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";
if(! function_exists("string_plural_select_ca")) {
function string_plural_select_ca($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Post to Diaspora"] = "Publicar a diàspora";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Post to Diaspora"] = "Odeslat na Diasporu";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Post to Diaspora"] = "Auf Diaspora veröffentlichen";
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Post to Diaspora"] = "Post to Diaspora";
if(! function_exists("string_plural_select_en_us")) {
function string_plural_select_en_us($n){
$n = intval($n);
- return ($n != 1);;
+ 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 <strong>%s</strong>. "] = "";
-$a->strings["This connector is only meant if you still want to use your old Diaspora account for some time. "] = "";
-$a->strings["However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead."] = "";
-$a->strings["All aspects"] = "";
-$a->strings["Public"] = "";
-$a->strings["Post to aspect:"] = "";
-$a->strings["Connected with your Diaspora account <strong>%s</strong>"] = "";
-$a->strings["Can't login to your Diaspora account. Please check handle (in the format user@domain.tld) and password."] = "";
$a->strings["Diaspora Export"] = "Diaspora Export";
-$a->strings["Information"] = "";
-$a->strings["Error"] = "";
$a->strings["Save Settings"] = "Save settings";
$a->strings["Enable Diaspora Post Addon"] = "Enable Diaspora export";
-$a->strings["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."] = "";
$a->strings["Post to Diaspora by default"] = "Post to Diaspora by default";
-$a->strings["Diaspora settings updated."] = "";
-$a->strings["Diaspora connector disabled."] = "";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Post to Diaspora"] = "Publicar hacia Diaspora*";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Post to Diaspora"] = "Lähetä Diasporaan";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["Post to Diaspora"] = "Publier sur Diaspora";
if(! function_exists("string_plural_select_hu")) {
function string_plural_select_hu($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Post to Diaspora"] = "Beküldés a Diasporára";
if(! function_exists("string_plural_select_is")) {
function string_plural_select_is($n){
$n = intval($n);
- return ($n % 10 != 1 || $n % 100 == 11);;
+ return intval($n % 10 != 1 || $n % 100 == 11);
}}
;
$a->strings["Post to Diaspora"] = "Senda færslu á Diaspora";
-$a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "";
$a->strings["Diaspora Export"] = "Diaspora útflutningur";
$a->strings["Enable Diaspora Post Addon"] = "Virkja sendiviðbót fyrir Diaspora";
$a->strings["Diaspora username"] = "Notandanafn á Diaspora";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Post to Diaspora"] = "Invia a Diaspora";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Post to Diaspora"] = "Plaatsen op Diaspora";
$a->strings["Error"] = "Fout";
$a->strings["Save Settings"] = "Instellingen opslaan";
$a->strings["Enable Diaspora Post Addon"] = "Diaspora Post Addon inschakelen";
-$a->strings["Diaspora handle"] = "";
$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["Diaspora settings updated."] = "";
-$a->strings["Diaspora connector disabled."] = "";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Post to Diaspora"] = "Napisz do Diaspory";
-$a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. "] = "";
$a->strings["This connector is only meant if you still want to use your old Diaspora account for some time. "] = "Ten łącznik jest przeznaczony do tego, gdy nadal chcesz korzystać ze starego konta Diaspora przez jakiś czas.";
-$a->strings["However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead."] = "";
$a->strings["All aspects"] = "Wszystkie aspekty";
$a->strings["Public"] = "Publiczny";
-$a->strings["Post to aspect:"] = "";
$a->strings["Connected with your Diaspora account <strong>%s</strong>"] = "Połączony ze swoim kontem Diaspora <strong>%s</strong>";
-$a->strings["Can't login to your Diaspora account. Please check handle (in the format user@domain.tld) and password."] = "";
$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 handle"] = "";
$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";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
$n = intval($n);
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; }
}}
;
$a->strings["Post to Diaspora"] = "Postați pe Diaspora";
$a->strings["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["Enable Diaspora Post Addon"] = "";
$a->strings["Diaspora username"] = "Utilizator Diaspora";
$a->strings["Diaspora password"] = "Parola Diaspora";
$a->strings["Diaspora site URL"] = "URL site Diaspora";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
$n = intval($n);
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Post to Diaspora"] = "Отправить в Diaspora";
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
- return 0;;
+ $n = intval($n);
+ return intval(0);
}}
;
$a->strings["Post to Diaspora"] = "发到 Diaspora";
if(! function_exists("string_plural_select_ca")) {
function string_plural_select_ca($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Post to Dreamwidth"] = "Publica a Dreamwidth";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Post to Dreamwidth"] = "Poslat na Dreamwidth";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Post to Dreamwidth"] = "In Dreamwidth veröffentlichen";
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Post to Dreamwidth"] = "Post to Dreamwidth";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Post to Dreamwidth"] = "Publicar en Dreamwidth";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Post to Dreamwidth"] = "Lähetä Dreamwidthiin";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["Post to Dreamwidth"] = "Publier sur Dreamwidth";
$a->strings["Dreamwidth Post Settings"] = "Paramètres pour Dreamwidth";
-$a->strings["Enable dreamwidth Post Addon"] = "";
$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";
if(! function_exists("string_plural_select_hu")) {
function string_plural_select_hu($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Post to Dreamwidth"] = "Beküldés a Dreamwidth-re";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Post to Dreamwidth"] = "Invia a Dreamwidth";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Post to Dreamwidth"] = "Plaatsen op Dreamwidth";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Post to Dreamwidth"] = "Opublikuj w Dreamwidth";
-<?php\r
-\r
-$a->strings["Post to Dreamwidth"] = "Publicar no Dreamwidth";\r
-$a->strings["Dreamwidth Post Settings"] = "Configurações de publicação no Dreamwidth";\r
-$a->strings["Enable dreamwidth Post Addon"] = "Habilitar o addon de publicação no Dreamwidth";\r
-$a->strings["dreamwidth username"] = "Nome de usuário do Dreamwidth";\r
-$a->strings["dreamwidth password"] = "Senha do Dreamwidth";\r
-$a->strings["Post to dreamwidth by default"] = "Publicar no Dreamwidth por padrão";\r
-$a->strings["Submit"] = "Enviar";\r
+<?php
+
+if(! function_exists("string_plural_select_pt_br")) {
+function string_plural_select_pt_br($n){
+ $n = intval($n);
+ return intval($n > 1);
+}}
+;
+$a->strings["Post to 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";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
$n = intval($n);
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Post to Dreamwidth"] = "Отправить в Dreamwidth";
if(! function_exists("string_plural_select_ca")) {
function string_plural_select_ca($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Forum Directory"] = "Directori de fòrums";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Forum Directory"] = "Adresář fór";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Forum Directory"] = "Foren Verzeichnis";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Forum Directory"] = "Directorio de foro";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
- return ($n != 1);;
+ 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["Finding: "] = "";
$a->strings["Site Directory"] = "Sivustoluettelo";
$a->strings["Find"] = "Etsi";
$a->strings["Age: "] = "Ikä:";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
- return ($n > 1);;
+ return intval($n > 1);
}}
;
$a->strings["Forum Directory"] = "Annuaire de Forums";
if(! function_exists("string_plural_select_hu")) {
function string_plural_select_hu($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Forum Directory"] = "Fórumkönyvtár";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Forum Directory"] = "Elenco Forum";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Forum Directory"] = "Forum index";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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";
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["Forum Directory"] = "Diretório de Fóruns";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ $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"] = "Каталог форумов";
if(! function_exists("string_plural_select_ca")) {
function string_plural_select_ca($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Fromapp settings updated."] = "S'ha actualitzat la configuració de Fromapp";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Fromapp settings updated."] = "Nastavení FromApp aktualizována.";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Fromapp settings updated."] = "Fromapp-Einstellungen aktualisiert.";
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Fromapp settings updated."] = "FromApp settings updated.";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Fromapp settings updated."] = "Ajustes de Fromapp actualizados.";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Fromapp settings updated."] = "FromApp -asetukset päivitettiin.";
$a->strings["FromApp Settings"] = "FromApp -asetukset";
-$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"] = "Lähetä";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Fromapp settings updated."] = "Impostazioni \"FromApp\" aggiornato.";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Fromapp settings updated."] = "Fromapp instellingen opgeslagen";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Fromapp settings updated."] = "Zaktualizowano ustawienia Fromapp.";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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.";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ $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 обновлены.";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Geonames settings updated."] = "Nastavení Geonames aktualizována.";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Geonames settings updated."] = "Geonames Einstellungen aktualisiert";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Geonames settings updated."] = "Ajustes de geonombres actualizados.";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Geonames settings updated."] = "Geonames -asetukset päivitetty.";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
- return ($n > 1);;
+ return intval($n > 1);
}}
;
$a->strings["Geonames settings updated."] = "Paramètres de Geonames mis à jour.";
$a->strings["Geonames Settings"] = "Paramètres Geonames";
-$a->strings["Enable Geonames Addon"] = "";
-$a->strings["Submit"] = "";
if(! function_exists("string_plural_select_hu")) {
function string_plural_select_hu($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Geonames settings updated."] = "A földrajzi nevek beállításai frissítve.";
if(! function_exists("string_plural_select_is")) {
function string_plural_select_is($n){
$n = intval($n);
- return ($n % 10 != 1 || $n % 100 == 11);;
+ return intval($n % 10 != 1 || $n % 100 == 11);
}}
;
-$a->strings["Geonames settings updated."] = "";
-$a->strings["Geonames Settings"] = "";
-$a->strings["Enable Geonames Addon"] = "";
$a->strings["Submit"] = "Senda inn";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Geonames settings updated."] = "Impostazioni di Geonames aggiornate.";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Geonames settings updated."] = "Geonames instellingen opgeslagen";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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.";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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.";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
$n = intval($n);
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Geonames settings updated."] = "Настройки Geonames обновлены.";
if(! function_exists("string_plural_select_ca")) {
function string_plural_select_ca($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Gnot settings updated."] = "S'ha actualitzat la configuració de Gnot.";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Gnot settings updated."] = "Nastavení Gnot aktualizováno.";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Gnot settings updated."] = "Gnot Einstellungen aktualisiert.";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Gnot settings updated."] = "Ajustes de Gnot actualizados.";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Gnot settings updated."] = "Gnot -asetukset päivitetty.";
$a->strings["Gnot Settings"] = "Gnot -asetukset";
-$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "";
$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";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
- return ($n > 1);;
+ return intval($n > 1);
}}
;
$a->strings["Gnot settings updated."] = "Paramètres de Gnot mis à jour.";
$a->strings["Gnot Settings"] = "Paramètres Gnot";
-$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "";
-$a->strings["Enable this addon?"] = "";
-$a->strings["Submit"] = "";
-$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "";
if(! function_exists("string_plural_select_hu")) {
function string_plural_select_hu($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Gnot settings updated."] = "A Gnot beállításai frissítve.";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Gnot settings updated."] = "Impostazioni di \"Gnot\" aggiornate.";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Gnot settings updated."] = "Gnot instellingen opgeslagen";
$a->strings["Gnot Settings"] = "Gnot instellingen";
-$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "";
$a->strings["Enable this addon?"] = "Deze addon inschakelen?";
-$a->strings["Submit"] = "";
-$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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.";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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.";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
$n = intval($n);
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Gnot settings updated."] = "Настройки Gnot обновлены.";
if(! function_exists("string_plural_select_ca")) {
function string_plural_select_ca($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["generic profile image"] = "imatge de perfil genèrica";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
- return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
+ $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";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["generic profile image"] = "generisches Profilbild";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["generic profile image"] = "imagen de perfir genético";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["generic profile image"] = "Yleinen profiilikuva";
$a->strings["computer generated face"] = "tietokoneella tuotettut kasvot";
$a->strings["retro arcade style face"] = "retro-videopeli kasvot";
$a->strings["Information"] = "Tietoja";
-$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "";
$a->strings["Submit"] = "Lähetä";
$a->strings["Default avatar image"] = "Avatarin oletuskuva";
-$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "";
-$a->strings["Rating of images"] = "";
-$a->strings["Select the appropriate avatar rating for your site. See README"] = "";
$a->strings["Gravatar settings updated."] = "Gravatar -asetukset päivitetty.";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
- return ($n > 1);;
+ 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"] = "";
$a->strings["computer generated face"] = "visage généré par ordinateur";
-$a->strings["retro arcade style face"] = "";
$a->strings["Information"] = "Information";
-$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "";
$a->strings["Submit"] = "Envoyer";
$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"] = "";
-$a->strings["Rating of images"] = "";
-$a->strings["Select the appropriate avatar rating for your site. See README"] = "";
$a->strings["Gravatar settings updated."] = "Paramètres de Gravatar mis à jour.";
if(! function_exists("string_plural_select_hu")) {
function string_plural_select_hu($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["generic profile image"] = "Általános profilkép";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["generic profile image"] = "immagine generica del profilo";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["generic profile image"] = "Generieke profiel-foto";
$a->strings["random geometric pattern"] = "Willekeurige geometrische figuur";
-$a->strings["monster face"] = "";
-$a->strings["computer generated face"] = "";
-$a->strings["retro arcade style face"] = "";
$a->strings["Information"] = "Informatie";
-$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "";
-$a->strings["Submit"] = "";
-$a->strings["Default avatar image"] = "";
-$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "";
-$a->strings["Rating of images"] = "";
-$a->strings["Select the appropriate avatar rating for your site. See README"] = "";
$a->strings["Gravatar settings updated."] = "Gravatar instellingen opgeslagen";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["generic profile image"] = "ogólny obraz profilu";
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["generic profile image"] = "imagem de perfil genérica";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ $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"] = "общее изображение профиля";
if(! function_exists("string_plural_select_ca")) {
function string_plural_select_ca($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Group Text settings updated."] = "La configuració del text del grup s'ha actualitzat.";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Group Text settings updated."] = "Nastavení Group Text aktualizována.";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Group Text settings updated."] = "Gruppen Text Einstellungen aktualisiert";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Group Text settings updated."] = "Ajustes de Grupo de Texto actualizados";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $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["Use a text only (non-image) group selector in the \"group edit\" menu"] = "";
$a->strings["Submit"] = "Lähetä";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Group Text settings updated."] = "Impostazioni di \"Editor Gruppi Testuale\" aggiornate.";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Group Text settings updated."] = "Groupsberichten instellingen opgeslagen";
$a->strings["Group Text"] = "Groepsbericht";
-$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "";
-$a->strings["Submit"] = "";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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.";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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.";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ $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 обновлены.";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["IFTTT Mirror"] = "Zrcadlení IFTTT";
-$a->strings["Create an account at <a href=\"http://www.ifttt.com\">IFTTT</a>. Create three Facebook recipes that are connected with <a href=\"https://ifttt.com/maker\">Maker</a> (In the form \"if Facebook then Maker\") with the following parameters:"] = "Vytvořte si účet na <a href=\"http://www.ifttt.com\">IFTTT</a>. Vytvořte si tři recepty na Facebooku, které jsou připojeny k <a href=\"https://ifttt.com/maker\">Makeru</a> (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\"";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["IFTTT Mirror"] = "IFTTT Spiegel";
-$a->strings["Create an account at <a href=\"http://www.ifttt.com\">IFTTT</a>. Create three Facebook recipes that are connected with <a href=\"https://ifttt.com/maker\">Maker</a> (In the form \"if Facebook then Maker\") with the following parameters:"] = "Lege ein Konto bei <a href=\"http://www.ifttt.com\"> IFTTT an</a>. Gebe drei Facebook Empfänger ein, die mit <a href=\"https://ifttt.com/maker\">Maker </a> 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\"";
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["IFTTT Mirror"] = "IFTTT Mirror";
-$a->strings["Create an account at <a href=\"http://www.ifttt.com\">IFTTT</a>. Create three Facebook recipes that are connected with <a href=\"https://ifttt.com/maker\">Maker</a> (In the form \"if Facebook then Maker\") with the following parameters:"] = "Create an account at <a href=\"http://www.ifttt.com\">IFTTT</a>. Create three Facebook recipes that are connected with <a href=\"https://ifttt.com/maker\">Maker</a> (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\"";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
-$a->strings["IFTTT Mirror"] = "";
-$a->strings["Create an account at <a href=\"http://www.ifttt.com\">IFTTT</a>. Create three Facebook recipes that are connected with <a href=\"https://ifttt.com/maker\">Maker</a> (In the form \"if Facebook then Maker\") with the following parameters:"] = "";
-$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"] = "Luo uusi avain";
$a->strings["Save Settings"] = "Tallenna asetukset";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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["Create an account at <a href=\"http://www.ifttt.com\">IFTTT</a>. Create three Facebook recipes that are connected with <a href=\"https://ifttt.com/maker\">Maker</a> (In the form \"if Facebook then Maker\") with the following parameters:"] = "Utwórz konto na <a href=\"http://www.ifttt.com\">IFTTT</a>. Utwórz trzy przepisy na Facebooku, które są powiązane z <a href=\"https://ifttt.com/maker\">Maker</a> (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\"";
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
$n = intval($n);
- return 0;;
+ return intval(0);
}}
;
$a->strings["IFTTT Mirror"] = "IFTTT 镜像";
-$a->strings["Create an account at <a href=\"http://www.ifttt.com\">IFTTT</a>. Create three Facebook recipes that are connected with <a href=\"https://ifttt.com/maker\">Maker</a> (In the form \"if Facebook then Maker\") with the following parameters:"] = "在<a href=\"http://www.ifttt.com\">IFTTT</a>创建一个帐户。创建三个与<a href=\"https://ifttt.com/maker\">Maker</a>(表格为“ if Facebook then Maker”)相关的 Facebook 菜谱,参数如下:";
-$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"] = "保存设置";
if(! function_exists("string_plural_select_ca")) {
function string_plural_select_ca($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Post to Insanejournal"] = "Enviar a Insanejournal";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Post to Insanejournal"] = "Posílat na InsaneJournal";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Post to Insanejournal"] = "Auf InsaneJournal posten.";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Post to Insanejournal"] = "Publicar en Insanejournal";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Post to Insanejournal"] = "Lähetä InsaneJournaliin";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Post to Insanejournal"] = "Invia a InsaneJournal";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ 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["InsaneJournal username"] = "";
-$a->strings["InsaneJournal password"] = "";
$a->strings["Post to InsaneJournal by default"] = "Plaatsen op InsaneJournal als standaard instellen ";
-$a->strings["Submit"] = "";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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";
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["Post to Insanejournal"] = "Publicar no Insanejournal";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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";
if(! function_exists("string_plural_select_ca")) {
function string_plural_select_ca($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Impressum"] = "empremta";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Impressum"] = "Impressum";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Impressum"] = "Impressum";
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Impressum"] = "Impressum";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Impressum"] = "Impressum";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
- return ($n != 1);;
+ 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["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "";
$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["How to contact the operator via snail mail. You can use BBCode here."] = "";
$a->strings["Notes"] = "Muistiinpanot";
-$a->strings["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)"] = "";
-$a->strings["Footer note"] = "";
-$a->strings["Text for the footer. You can use BBCode here."] = "";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["Impressum"] = "Mentions légales";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Impressum"] = "Colophon";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Impressum"] = "Colofon";
$a->strings["Site Owner"] = "Siteeigenaar";
-$a->strings["Email Address"] = "";
-$a->strings["Postal Address"] = "";
-$a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "";
$a->strings["Settings updated."] = "Instellingen opgeslagen";
-$a->strings["Submit"] = "";
-$a->strings["The page operators name."] = "";
-$a->strings["Site Owners Profile"] = "";
-$a->strings["Profile address of the operator."] = "";
-$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "";
-$a->strings["Notes"] = "";
-$a->strings["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)"] = "";
-$a->strings["Footer note"] = "";
-$a->strings["Text for the footer. You can use BBCode here."] = "";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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";
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
- return ($n > 1);;
+ $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["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "";
$a->strings["Settings updated."] = "As configurações foram atualizadas.";
$a->strings["Submit"] = "Enviar";
-$a->strings["The page operators name."] = "";
$a->strings["Site Owners Profile"] = "Perfil do responsável pelo site";
-$a->strings["Profile address of the operator."] = "";
-$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "";
-$a->strings["Notes"] = "";
-$a->strings["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)"] = "";
$a->strings["Footer note"] = "Nota de rodapé";
-$a->strings["Text for the footer. You can use BBCode here."] = "";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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";
if(! function_exists("string_plural_select_ca")) {
function string_plural_select_ca($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Infinite Improbability Drive"] = "Unitat de millora de la infinitat";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
- return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
+ $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";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Infinite Improbability Drive"] = "Infinite Improbability Drive";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Infinite Improbability Drive"] = "Drive de improbabilidad infinita";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Infinite Improbability Drive"] = "Motore ad Improbabilità Infinita";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Infinite Improbability Drive"] = "Oneindige schijf voor onbetrouwbaarheid";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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";
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["Infinite Improbability Drive"] = "Gerador de improbabilidade infinita";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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ă";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
$n = intval($n);
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Infinite Improbability Drive"] = "Infinite Improbability Drive";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["IRC Settings"] = "Nastavení 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"] = "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.";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["IRC Settings"] = "IRC Einstellungen";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["IRC Settings"] = "Ajustes de IRC";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["IRC Settings"] = "IRC-asetukset";
-$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"] = "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["List of popular channels, will be displayed at the side and hotlinked for easy joining."] = "";
$a->strings["IRC settings saved."] = "IRC-asetukset tallennettu.";
$a->strings["IRC Chatroom"] = "IRC-tsättihuone";
$a->strings["Popular Channels"] = "Suositut kanavat";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
- return ($n > 1);;
+ return intval($n > 1);
}}
;
$a->strings["IRC Settings"] = "Paramètres de l'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"] = "Sauvegarder les paramètres";
-$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."] = "";
-$a->strings["IRC Chatroom"] = "";
-$a->strings["Popular Channels"] = "";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["IRC Settings"] = "Impostazioni IRC";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["IRC Settings"] = "IRC instellingen";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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";
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["IRC Settings"] = "Configurações do IRC";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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";
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
$n = intval($n);
- return 0;;
+ return intval(0);
}}
;
$a->strings["IRC Settings"] = "IRC 设置";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Jappix Mini addon settings"] = "Nastavení rozšíření Jappix Mini";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Jappix Mini addon settings"] = "Jappix Mini Addon Einstellungen";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Jappix Mini addon settings"] = "Ajustes del addon de Jappix Mini";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Jappix Mini addon settings"] = "Jappix Mini -lisäosan asetukset";
$a->strings["Activate addon"] = "Ota lisäosa käyttöön";
-$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "";
$a->strings["Jabber username"] = "Jabber -käyttäjätunnus";
$a->strings["Jabber server"] = "Jabber -palvelin";
$a->strings["Jabber BOSH host"] = "Jabber BOSH-palvelin";
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Salaa Jabber -salasana Friendica -salasanalla (suositeltava)";
$a->strings["Friendica password"] = "Friendica -salasana";
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "Hyväksy automaattisesti tilauspyynnöt Friendica -kontakteilta";
-$a->strings["Subscribe to Friendica contacts automatically"] = "";
-$a->strings["Purge internal list of jabber addresses of contacts"] = "";
$a->strings["Submit"] = "Lähetä";
$a->strings["Add contact"] = "Lisää kontakti";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["Jappix Mini addon settings"] = "Paramètres de l'addon Jappix Mini";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Jappix Mini addon settings"] = "Impostazioni plugin Jappix Mini";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Jappix Mini addon settings"] = "Jappix Mini addon instellingen";
$a->strings["Activate addon"] = "Activatie addon";
-$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "";
-$a->strings["Jabber username"] = "";
-$a->strings["Jabber server"] = "";
-$a->strings["Jabber BOSH host"] = "";
-$a->strings["Jabber password"] = "";
-$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "";
-$a->strings["Friendica password"] = "";
-$a->strings["Approve subscription requests from Friendica contacts automatically"] = "";
-$a->strings["Subscribe to Friendica contacts automatically"] = "";
-$a->strings["Purge internal list of jabber addresses of contacts"] = "";
-$a->strings["Submit"] = "";
-$a->strings["Add contact"] = "";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Jappix Mini addon settings"] = "Ustawienia dodatku Jappix Mini";
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
-$a->strings["Jappix Mini addon settings"] = "";
-$a->strings["Activate addon"] = "";
-$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "";
$a->strings["Jabber username"] = "Nome de usuário no Jabber";
-$a->strings["Jabber server"] = "";
-$a->strings["Jabber BOSH host"] = "";
$a->strings["Jabber password"] = "Senha do Jabber";
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Criptografar senha de Jabber com senha do Friendica (recomendado)";
$a->strings["Friendica password"] = "Senha do Friendica";
-$a->strings["Approve subscription requests from Friendica contacts automatically"] = "";
-$a->strings["Subscribe to Friendica contacts automatically"] = "";
-$a->strings["Purge internal list of jabber addresses of contacts"] = "";
$a->strings["Submit"] = "Enviar";
-$a->strings["Add contact"] = "";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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["Jappix Mini addon settings"] = "Configurare addon Mini Jappix";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
- return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
+ $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";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Upload a file"] = "Datei hochladen";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Upload a file"] = "Subir un archivo";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Upload a file"] = "Lähetä tiedosto";
-$a->strings["Drop files here to upload"] = "";
$a->strings["Cancel"] = "Peruuta";
$a->strings["Failed"] = "Epäonnistui";
$a->strings["No files were uploaded."] = "Tiedostoja ei lähetetty.";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
- return ($n > 1);;
+ return intval($n > 1);
}}
;
$a->strings["Upload a file"] = "Téléverser un fichier";
$a->strings["Drop files here to upload"] = "Glisser les fichiers ici pour uploader";
$a->strings["Cancel"] = "Annuler";
-$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"] = "";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Upload a file"] = "Carica un file";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ 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["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"] = "";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
$n = intval($n);
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Upload a file"] = "Загрузить файл";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Krynn Settings"] = "Nastavení Krynn";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
-$a->strings["Krynn Settings"] = "Krynn Einstellungen";
-$a->strings["Enable Krynn Addon"] = "Krynn-Addon aktivieren";
+$a->strings["Krynn Settings"] = "Planeten Einstellungen";
+$a->strings["Enable Krynn Addon"] = "Planeten-Addon aktivieren";
$a->strings["Submit"] = "Senden";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Krynn Settings"] = "Ajustes de Krynn";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Krynn Settings"] = "Krynn -asetukset";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Krynn Settings"] = "Impostazioni Krynn";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Krynn Settings"] = "Krynn instellingen";
$a->strings["Enable Krynn Addon"] = "Krynn Addon inschakelen";
-$a->strings["Submit"] = "";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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";
if(! function_exists("string_plural_select_ca")) {
function string_plural_select_ca($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Language Filter"] = "Filtre d'Idioma";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Language Filter"] = "Jazykový filtr";
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Language Filter"] = "Language Filter";
if(! function_exists("string_plural_select_en_us")) {
function string_plural_select_en_us($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Language Filter"] = "Language Filter";
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";
if(! function_exists("string_plural_select_et")) {
function string_plural_select_et($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Language Filter"] = "Keelefilter";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Language Filter"] = "Kielisuodatin";
-$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."] = "";
$a->strings["Use the language filter"] = "Ota kielisuodatin käyttöön";
-$a->strings["Able to read"] = "";
-$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"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."] = "";
-$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)."] = "";
$a->strings["Save Settings"] = "Tallenna asetukset";
$a->strings["Language Filter Settings saved."] = "Kielisuodatinasetukset tallennettu";
$a->strings["Filtered language: %s"] = "Suodatettu kieli: %s";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
- return ($n > 1);;
+ return intval($n > 1);
}}
;
$a->strings["Language Filter"] = "Filtre de langues";
-$a->strings["This addon tries to identify the language of a postings. If it does not match any language spoken by you (see below) the posting will be collapsed. Remember detecting the language is not perfect, especially with short postings."] = "";
+$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."] = "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["I speak"] = "Je parle";
-$a->strings["List of abbreviations for languages you speak, comma seperated. For excample \"de,it\"."] = "Liste d’abréviation des langues que vous maîtrisez, séparés par des virgules. Par exemple \"en,fr\".";
+$a->strings["Able to read"] = "Peut lire";
+$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Liste d'abréviations (codes iso2) pour les langues que vous parlez, séparées par des virgules. Par exemple, \"fr,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["Language Filter Settings saved."] = "Paramètres du filtre de langues sauvegardés.";
-$a->strings["unspoken language %s - Click to open/close"] = "Langue %s non parlé - Cliquez pour ouvrir/fermer";
+$a->strings["Filtered language: %s"] = "Langues filtrées: %s";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Language Filter"] = "Filtro Lingua";
if(! function_exists("string_plural_select_nb_no")) {
function string_plural_select_nb_no($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Language Filter"] = "Språkfilter";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Language Filter"] = "Taalfilter";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Language Filter"] = "Filtr językowy";
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
$n = intval($n);
- return ($n > 1);;
+ return intval($n > 1);
}}
;
$a->strings["Language Filter"] = "Filtro de Idiomas";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
$n = intval($n);
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Language Filter"] = "Языковой фильтр";
if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Language Filter"] = "Språkfilter";
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
$n = intval($n);
- return 0;;
+ return intval(0);
}}
;
$a->strings["Language Filter"] = "语言过滤器";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
- return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
+ $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";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Post to libertree"] = "bei libertree veröffentlichen";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Post to libertree"] = "Publicar en Libertree";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $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 API token"] = "";
$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ä";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["Post to libertree"] = "Publier sur libertree";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Post to libertree"] = "Invia a Libertree";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ 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["Libertree API token"] = "";
-$a->strings["Libertree site URL"] = "";
$a->strings["Post to Libertree by default"] = "Plaatsen op Libertree als standaard instellen ";
-$a->strings["Submit"] = "";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Post to libertree"] = "Opublikuj na libertree";
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
- return ($n > 1);;
+ $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["Libertree API token"] = "";
-$a->strings["Libertree site URL"] = "";
$a->strings["Post to Libertree by default"] = "Publicar no Libertree por padrão";
$a->strings["Submit"] = "Enviar";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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";
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
$n = intval($n);
- return 0;;
+ return intval(0);
}}
;
$a->strings["Post to libertree"] = "发布到 libertree";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"] = "Libravatar NENÍ možné úspěšně nainstalovat.<br>Vyžaduje PHP >= 5.3";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"] = "Podría NO instalar Libravatar con éxito.<br>Requiere PHP >= 5.3";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"] = "Libravataria ei voitu asentaa.<br>Vaatii PHP-version >=5.3";
$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["Gravatar addon is installed. Please disable the Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "";
$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ä.";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
-$a->strings["Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"] = "";
$a->strings["generic profile image"] = "image de profil générique";
-$a->strings["random geometric pattern"] = "";
-$a->strings["monster face"] = "";
$a->strings["computer generated face"] = "visage généré par ordinateur";
-$a->strings["retro arcade style face"] = "";
$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["This addon is not functional on your server."] = "";
$a->strings["Information"] = "Information";
-$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "";
$a->strings["Submit"] = "Envoyer";
$a->strings["Default avatar image"] = "Avatar par défaut";
-$a->strings["Select default avatar image if none was found. See README"] = "";
$a->strings["Libravatar settings updated."] = "Paramètres de Libravatar mis à jour.";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"] = "Kon Libravater NIET succesvol installeren.<br>PHP 5.3 of meer is vereist";
$a->strings["generic profile image"] = "Generieke profiel-foto";
-$a->strings["random geometric pattern"] = "";
-$a->strings["monster face"] = "";
-$a->strings["computer generated face"] = "";
-$a->strings["retro arcade style face"] = "";
-$a->strings["Warning"] = "";
-$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "";
-$a->strings["This addon is not functional on your server."] = "";
-$a->strings["Information"] = "";
-$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "";
-$a->strings["Submit"] = "";
-$a->strings["Default avatar image"] = "";
-$a->strings["Select default avatar image if none was found. See README"] = "";
$a->strings["Libravatar settings updated."] = "Libravatar instellingen opgeslagen";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"] = "Nie można zainstalować dodatku Libravatar. <br>Wymaga PHP> = 5.3";
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"] = "Não foi possível instalar o Libravatar.<br>Ele requer PHP >= 5.3";
-$a->strings["generic profile image"] = "";
-$a->strings["random geometric pattern"] = "";
$a->strings["monster face"] = "careta";
-$a->strings["computer generated face"] = "";
$a->strings["retro arcade style face"] = "rosto de personagem de fliperama";
-$a->strings["Warning"] = "";
-$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "";
-$a->strings["This addon is not functional on your server."] = "";
-$a->strings["Information"] = "";
-$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "";
$a->strings["Submit"] = "Enviar";
-$a->strings["Default avatar image"] = "";
-$a->strings["Select default avatar image if none was found. See README"] = "";
-$a->strings["Libravatar settings updated."] = "";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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.<br>It requires PHP >= 5.3"] = "NU s-a putut instala Libravatar cu succes.<br>Acesta necesită PHP >= 5.3";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
- return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
+ $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";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Post to LiveJournal"] = "In LiveJournal veröffentlichen.";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Post to LiveJournal"] = "Publicar en LiveJournal";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Post to LiveJournal"] = "Lähetä LiveJournaliin";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Post to LiveJournal"] = "Invia a LiveJournal";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ 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["LiveJournal username"] = "";
-$a->strings["LiveJournal password"] = "";
$a->strings["Post to LiveJournal by default"] = "Plaatsen op Livejournal als standaard instellen ";
-$a->strings["Submit"] = "";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Post to Insanejournal"] = "Opublikuj w Insanejournal";
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["Post to LiveJournal"] = "Publicar no LiveJournal";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
- return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
+ $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";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["From Address"] = "Absender";
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["From Address"] = "From address";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["From Address"] = "Desde Dirección";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["From Address"] = "Lähettäjä";
-$a->strings["Email address that stream items will appear to be from."] = "";
$a->strings["Save Settings"] = "Tallenna asetukset";
$a->strings["Re:"] = "Koskien";
$a->strings["Friendica post"] = "Friendica -julkaisu";
$a->strings["Diaspora post"] = "Diaspora -julkaisu";
-$a->strings["Feed item"] = "";
$a->strings["Email"] = "Sähköposti";
$a->strings["Friendica Item"] = "Friendica -kohde";
-$a->strings["Upstream"] = "";
$a->strings["Local"] = "Paikallinen";
$a->strings["Enabled"] = "Käytössä";
$a->strings["Email Address"] = "Sähköpostiosoite";
-$a->strings["Leave blank to use your account email address"] = "";
-$a->strings["Exclude Likes"] = "";
-$a->strings["Check this to omit mailing \"Like\" notifications"] = "";
$a->strings["Attach Images"] = "Liitä kuvia";
-$a->strings["Download images in posts and attach them to the email. Useful for reading email while offline."] = "";
$a->strings["Mail Stream Settings"] = "Mail Stream -asetukset";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["From Address"] = "Depuis l'adresse";
-$a->strings["Email address that stream items will appear to be from."] = "";
$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["Feed item"] = "";
$a->strings["Email"] = "Courriel";
$a->strings["Friendica Item"] = "Élément de Friendica";
-$a->strings["Upstream"] = "";
$a->strings["Local"] = "Local";
$a->strings["Email Address"] = "Adresse de courriel";
-$a->strings["Leave blank to use your account email address"] = "";
$a->strings["Enabled"] = "Activer";
$a->strings["Mail Stream Settings"] = "Paramètres de Mail Stream";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["From Address"] = "Indirizzo di invio";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ 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["Re:"] = "";
-$a->strings["Friendica post"] = "";
-$a->strings["Diaspora post"] = "";
-$a->strings["Feed item"] = "";
-$a->strings["Email"] = "";
-$a->strings["Friendica Item"] = "";
-$a->strings["Upstream"] = "";
-$a->strings["Local"] = "";
$a->strings["Enabled"] = "Ingeschakeld";
-$a->strings["Email Address"] = "";
-$a->strings["Leave blank to use your account email address"] = "";
-$a->strings["Exclude Likes"] = "";
-$a->strings["Check this to omit mailing \"Like\" notifications"] = "";
-$a->strings["Attach Images"] = "";
-$a->strings["Download images in posts and attach them to the email. Useful for reading email while offline."] = "";
-$a->strings["Mail Stream Settings"] = "";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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ă";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Markdown"] = "Markdown";
-$a->strings["Enable Markdown parsing"] = "";
-$a->strings["If enabled, self created items will additionally be parsed via Markdown."] = "";
$a->strings["Save Settings"] = "Uložit nastavení";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$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";
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$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";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Markdown"] = "Markdown";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["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";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
$n = intval($n);
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["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"] = "Сохранить настройки";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
- return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
+ $n = intval($n);
+ if (($n==1)) { return 0; } else if (($n>=2 && $n<=4)) { return 1; } else { return 2; }
}}
;
$a->strings["Settings"] = "Nastavení";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Settings"] = "Einstellungen";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Settings"] = "Ajustes";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Settings"] = "Asetukset";
-$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->strings["Use the MathJax renderer"] = "";
$a->strings["Submit"] = "Lähetä";
$a->strings["Settings updated."] = "Asetukset päivitetty.";
-$a->strings["MathJax Base 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."] = "";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Settings"] = "Impostazioni";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Settings"] = "Instellingen";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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";
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
- return 0;;
+ $n = intval($n);
+ return intval(0);
}}
;
$a->strings["Settings"] = "设置";
-$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->strings["Use the MathJax renderer"] = "使用 MathJax 渲染";
$a->strings["Submit"] = "提交";
$a->strings["Settings updated."] = "设置已更新";
-$a->strings["MathJax Base 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."] = "";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Androgyne"] = "Androgyn";
$a->strings["Bear"] = "Medvěd";
$a->strings["Bigender"] = "Bigender";
$a->strings["Cross dresser"] = "Crossdresser";
-$a->strings["Drag queen"] = "";
$a->strings["Eunuch"] = "Eunuch";
-$a->strings["Faux queen"] = "";
-$a->strings["Gender fluid"] = "";
-$a->strings["Kathoey"] = "";
$a->strings["Lady"] = "Dáma";
-$a->strings["Lipstick lesbian"] = "";
$a->strings["Metrosexual"] = "Metrosexuál";
$a->strings["Monk"] = "Mnich";
$a->strings["Nun"] = "Jeptiška";
-$a->strings["Soft butch"] = "";
-$a->strings["Stone femme"] = "";
-$a->strings["Tomboy"] = "";
$a->strings["Transman"] = "Transmuž";
$a->strings["Transwoman"] = "Transžena";
$a->strings["Transvesti"] = "Transvestita";
-$a->strings["Trigender"] = "";
$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["Pain"] = "Bolest";
$a->strings["Trans men"] = "Transmuži";
$a->strings["Older women"] = "Starší ženy";
-$a->strings["Asphyxiation"] = "";
$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["Breats"] = "";
-$a->strings["Scat"] = "";
$a->strings["Crying"] = "Pláčí";
$a->strings["Nappies/Diapers"] = "Plenky";
$a->strings["Trees"] = "Stromy";
$a->strings["Transgender people"] = "Transgenderoví lidé";
$a->strings["Criminals"] = "Zločinci";
$a->strings["Stealing"] = "Kradou";
-$a->strings["Breast milk"] = "";
-$a->strings["Immersing genitals in liquids"] = "";
$a->strings["Giants"] = "Obři";
$a->strings["Masochism"] = "Masochismus";
$a->strings["Cars"] = "Auto";
$a->strings["Menstruation"] = "Menstruace";
-$a->strings["Mucus"] = "";
$a->strings["Obscene language"] = "Sprostý jazyk";
$a->strings["Noses"] = "Nosy";
$a->strings["Navels"] = "Pupky";
$a->strings["Corpses"] = "Mrtvoly";
$a->strings["Smells"] = "Pachy";
-$a->strings["Buttocks"] = "";
$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["Being eaten"] = "";
$a->strings["Animals"] = "Zvířata";
$a->strings["I'd rather just have some chocolate"] = "Radši bych si prostě dal čokoládu";
-$a->strings["Married to my job"] = "";
$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["Pretending to be over my ex"] = "";
$a->strings["Hurt in the past"] = "Ublížen v minulosti";
-$a->strings["Wallowing in self-pity"] = "";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Androgyne"] = "Androgyn";
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Androgyne"] = "Androgyne";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
- return ($n > 1);;
+ return intval($n > 1);
}}
;
$a->strings["Androgyne"] = "Androgyne";
$a->strings["Bear"] = "Ours";
$a->strings["Bigender"] = "Bigenre";
-$a->strings["Cross dresser"] = "";
$a->strings["Drag queen"] = "drag queen";
$a->strings["Eunuch"] = "eunuque";
-$a->strings["Faux queen"] = "";
$a->strings["Gender fluid"] = "genre fluide";
-$a->strings["Kathoey"] = "";
-$a->strings["Lady"] = "";
-$a->strings["Lipstick lesbian"] = "";
$a->strings["Metrosexual"] = "métrosexuel";
$a->strings["Monk"] = "moine";
$a->strings["Nun"] = "religieuse";
-$a->strings["Soft butch"] = "";
-$a->strings["Stone femme"] = "";
-$a->strings["Tomboy"] = "";
$a->strings["Transman"] = "homme trans";
$a->strings["Transwoman"] = "femme trans";
$a->strings["Transvesti"] = "travesti";
$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["Guys with big schlongs"] = "";
$a->strings["Easy women"] = "Femmes faciles";
$a->strings["People with impaired mobility"] = "Personnes à mobilité réduite";
$a->strings["Amputees"] = "Amputés";
-$a->strings["Statues, mannequins and immobility"] = "";
$a->strings["Pain"] = "Douleur";
$a->strings["Trans men"] = "Hommes trans";
-$a->strings["Older women"] = "";
-$a->strings["Asphyxiation"] = "";
-$a->strings["In public"] = "";
-$a->strings["In danger"] = "";
-$a->strings["Pretending to be male"] = "";
-$a->strings["Pretending to be female"] = "";
-$a->strings["Breats"] = "";
-$a->strings["Scat"] = "";
-$a->strings["Crying"] = "";
-$a->strings["Nappies/Diapers"] = "";
-$a->strings["Trees"] = "";
-$a->strings["Vomit"] = "";
-$a->strings["Murder"] = "";
-$a->strings["Fat people"] = "";
-$a->strings["Feet"] = "";
-$a->strings["Covered in insects"] = "";
-$a->strings["Turning a human being into furniture"] = "";
-$a->strings["Elderly people"] = "";
-$a->strings["Transgender people"] = "";
-$a->strings["Criminals"] = "";
-$a->strings["Stealing"] = "";
-$a->strings["Breast milk"] = "";
-$a->strings["Immersing genitals in liquids"] = "";
-$a->strings["Giants"] = "";
-$a->strings["Masochism"] = "";
-$a->strings["Cars"] = "";
-$a->strings["Menstruation"] = "";
-$a->strings["Mucus"] = "";
-$a->strings["Obscene language"] = "";
-$a->strings["Noses"] = "";
-$a->strings["Navels"] = "";
-$a->strings["Corpses"] = "";
-$a->strings["Smells"] = "";
-$a->strings["Buttocks"] = "";
-$a->strings["Nonliving objects"] = "";
-$a->strings["Sleeping people"] = "";
-$a->strings["Urination"] = "";
-$a->strings["Eating people"] = "";
-$a->strings["Being eaten"] = "";
-$a->strings["Animals"] = "";
-$a->strings["I'd rather just have some chocolate"] = "";
-$a->strings["Married to my job"] = "";
-$a->strings["Polygamist"] = "";
-$a->strings["Half married"] = "";
-$a->strings["Living in the past"] = "";
-$a->strings["Pretending to be over my ex"] = "";
-$a->strings["Hurt in the past"] = "";
-$a->strings["Wallowing in self-pity"] = "";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Androgyne"] = "Androgino";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Androgyne"] = "Dubbel geslacht";
$a->strings["Drag queen"] = "Travestiet";
$a->strings["Eunuch"] = "Castraat";
$a->strings["Faux queen"] = "Fout";
-$a->strings["Gender fluid"] = "";
$a->strings["Kathoey"] = "Tussen man en vrouw";
$a->strings["Lady"] = "Trotse vrouw";
$a->strings["Lipstick lesbian"] = "Lesbienne-vrouw";
$a->strings["Tomboy"] = "Tomboy";
$a->strings["Transman"] = "Transman";
$a->strings["Transwoman"] = "Transvrouw";
-$a->strings["Transvesti"] = "";
$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";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Androgyne"] = "Androgyniczny";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["bitchslap"] = "dát facku";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["bitchslap"] = "ohrfeigen";
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["bitchslap"] = "bitch-slap";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["bitchslap"] = "bofetada";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
-$a->strings["bitchslap"] = "";
-$a->strings["bitchslapped"] = "";
$a->strings["shag"] = "pane";
$a->strings["shagged"] = "pani";
-$a->strings["do something obscenely biological to"] = "";
-$a->strings["did something obscenely biological to"] = "";
-$a->strings["point out the poke feature to"] = "";
-$a->strings["pointed out the poke feature to"] = "";
-$a->strings["declare undying love for"] = "";
-$a->strings["declared undying love for"] = "";
$a->strings["patent"] = "patentoi";
$a->strings["patented"] = "patentoi";
$a->strings["stroke beard"] = "silitä partaa";
$a->strings["stroked their beard at"] = "silitti partaa";
-$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "";
-$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "";
$a->strings["hug"] = "halaa";
$a->strings["hugged"] = "halasi";
$a->strings["kiss"] = "suutele";
$a->strings["kissed"] = "pussasi";
-$a->strings["raise eyebrows at"] = "";
-$a->strings["raised their eyebrows at"] = "";
$a->strings["insult"] = "loukkaa";
$a->strings["insulted"] = "loukkasi";
$a->strings["praise"] = "kehu";
$a->strings["was dubious of"] = "epäili";
$a->strings["eat"] = "syö";
$a->strings["ate"] = "söi";
-$a->strings["giggle and fawn at"] = "";
-$a->strings["giggled and fawned at"] = "";
$a->strings["doubt"] = "epäile";
$a->strings["doubted"] = "epäili";
$a->strings["glare"] = "mulkoile";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["bitchslap"] = "schiaffeggia";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["bitchslap"] = "Kaakslag";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["bitchslap"] = "spoliczkować";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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ă";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
- return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
+ $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";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["New Member"] = "Neue Nutzer";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["New Member"] = "Nuevo Miembro";
if(! function_exists("string_plural_select_et")) {
function string_plural_select_et($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["New Member"] = "Uus liige";
$a->strings["Local Support Forum"] = "Lokaalne tugifoorum";
$a->strings["Save Settings"] = "Salvesta sätted";
$a->strings["Message"] = "Sõnum";
-$a->strings["Your message for new members. You can use bbcode here."] = "";
-$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 <em>nickname</em> of the local support group here (i.e. helpers)"] = "";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["New Member"] = "Uusi jäsen";
$a->strings["Local Support Forum"] = "Paikallinen tukifoorumi";
$a->strings["Save Settings"] = "Tallenna asetukset";
$a->strings["Message"] = "Viesti";
-$a->strings["Your message for new members. You can use bbcode here."] = "";
$a->strings["Add a link to global support forum"] = "Lisää linkki maailmanlaajuiseen tukifoorumiin";
-$a->strings["Should a link to the global support forum be displayed?"] = "";
$a->strings["Add a link to the local support forum"] = "Lisää linkki paikalliseen tukifoorumiin";
-$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"] = "Paikallisen tukifoorumin nimi";
-$a->strings["If you checked the above, specify the <em>nickname</em> of the local support group here (i.e. helpers)"] = "";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["New Member"] = "Nuovi Utenti";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["New Member"] = "Nieuw lid";
$a->strings["Tips for New Members"] = "Tips voor nieuwe leden";
-$a->strings["Global Support Forum"] = "";
-$a->strings["Local Support Forum"] = "";
$a->strings["Save Settings"] = "Instellingen opslaan";
-$a->strings["Message"] = "";
-$a->strings["Your message for new members. You can use bbcode here."] = "";
-$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 <em>nickname</em> of the local support group here (i.e. helpers)"] = "";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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";
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["New Member"] = "Novo Membro";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
$n = intval($n);
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["New Member"] = "Новичок";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Send email to all members"] = "Odeslat e-mail všem členům";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Send email to all members"] = "Sende eine E-Mail an alle Nutzer der Seite";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Send email to all members"] = "Enviar email a todos los miembros";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Send email to all members"] = "Lähetä sähköposti kaikille jäsenille";
$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["Send email to all members of this Friendica instance."] = "";
$a->strings["Message subject"] = "Viestin aihe";
-$a->strings["Test mode (only send to administrator)"] = "";
$a->strings["Submit"] = "Lähetä";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["Send email to all members"] = "Envoyer un courriel à tous les membres";
-$a->strings["%s Administrator"] = "";
-$a->strings["%1\$s, %2\$s Administrator"] = "";
$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.";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Send email to all members"] = "Invia email a tutti i membri";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ 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["No recipients found."] = "";
-$a->strings["Emails sent"] = "";
-$a->strings["Send email to all members of this Friendica instance."] = "";
-$a->strings["Message subject"] = "";
-$a->strings["Test mode (only send to administrator)"] = "";
-$a->strings["Submit"] = "";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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["%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ź";
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["Send email to all members"] = "Enviar e-mail para todos os membros";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
$n = intval($n);
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Send email to all members"] = "Послать почту всем пользователям";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
- return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
+ $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.";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["No Timeline settings updated."] = "Keine Timeline-Einstellungen aktualisiert.";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["No Timeline settings updated."] = "Ningún ajuste de Línea de Tiempo actualizado";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $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["Disable Archive selector on profile wall"] = "";
$a->strings["Submit"] = "Lähetä";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["No Timeline settings updated."] = "Impostazioni \"No Timeline\" aggiornate.";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["No Timeline settings updated."] = "Geen tijdlijn instellingen opgeslagen";
$a->strings["No Timeline Settings"] = "No Timeline instellingen";
-$a->strings["Disable Archive selector on profile wall"] = "";
-$a->strings["Submit"] = "";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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.";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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.";
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
$n = intval($n);
- return 0;;
+ return intval(0);
}}
;
$a->strings["No Timeline settings updated."] = "时间轴设置未更新。";
$a->strings["No Timeline Settings"] = "无时间轴设置";
-$a->strings["Disable Archive selector on profile wall"] = "";
$a->strings["Submit"] = "提交";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Content Filter (NSFW and more)"] = "Filtr obsahu (citlivý obsah a další)";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Content Filter (NSFW and more)"] = "Inhaltsfilter (NSFW und mehr)";
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
-$a->strings["Content Filter (NSFW and more)"] = "";
-$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."] = "";
$a->strings["Enable Content filter"] = "Enable content filter";
$a->strings["Comma separated list of keywords to hide"] = "Comma separated list of keywords";
-$a->strings["Save Settings"] = "";
$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";
if(! function_exists("string_plural_select_en_us")) {
function string_plural_select_en_us($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
-$a->strings["Content Filter (NSFW and more)"] = "";
-$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."] = "";
$a->strings["Enable Content filter"] = "Enable content filter";
$a->strings["Comma separated list of keywords to hide"] = "Comma separated list of keywords";
-$a->strings["Save Settings"] = "";
$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";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Not Safe For Work (General Purpose Content Filter) settings"] = "Configuración \"No apto para trabajar\" (Filtro genérico de contenido)";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Content Filter (NSFW and more)"] = "Sisällönsuodatin (NSFW yms.)";
-$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."] = "";
$a->strings["Enable Content filter"] = "Ota sisällönsuodatin käyttöön";
-$a->strings["Comma separated list of keywords to hide"] = "";
$a->strings["Save Settings"] = "Tallenna asetukset";
-$a->strings["Use /expression/ to provide regular expressions"] = "";
$a->strings["NSFW Settings saved."] = "NSFW-asetukset tallennettu.";
$a->strings["Filtered tag: %s"] = "Suodatettu tunniste: %s";
$a->strings["Filtered word: %s"] = "Suodatettu sana: %s";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Content Filter (NSFW and more)"] = "Filtro Contenuto (NSFW e altro)";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ 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["Comma separated list of keywords to hide"] = "";
$a->strings["Save Settings"] = "Instellingen opslaan";
-$a->strings["Use /expression/ to provide regular expressions"] = "";
$a->strings["NSFW Settings saved."] = "NSFW instellingen opgeslagen";
-$a->strings["Filtered tag: %s"] = "";
-$a->strings["Filtered word: %s"] = "";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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)";
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
-$a->strings["Not Safe For Work (General Purpose Content Filter) settings"] = "";
-$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."] = "";
$a->strings["Enable Content filter"] = "Habilitar filtro de conteúdo";
-$a->strings["Comma separated list of keywords to hide"] = "";
$a->strings["Submit"] = "Enviar";
-$a->strings["Use /expression/ to provide regular expressions"] = "";
-$a->strings["NSFW Settings saved."] = "";
-$a->strings["%s - Click to open/close"] = "";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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 )";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
$n = intval($n);
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Content Filter (NSFW and more)"] = "Фильтр контента (NSFW и прочее)";
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
$n = intval($n);
- return 0;;
+ return intval(0);
}}
;
$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."] = "";
$a->strings["Enable Content filter"] = "启用内容过滤";
$a->strings["Comma separated list of keywords to hide"] = "以逗号分隔需隐藏关键字列表";
$a->strings["Save Settings"] = "保存设置";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Numfriends settings updated."] = "Nastavení Numfriends aktualizováno";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Numfriends settings updated."] = "Numfriends Einstellungen aktualisiert";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Numfriends settings updated."] = "Ajustes de Numfriends actualizados.";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Numfriends settings updated."] = "Numfriends -asetukset päivitetty.";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["Numfriends settings updated."] = "Configuration de Numfriends mise à jour.";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Numfriends settings updated."] = "Impostazioni \"Numfriends' aggiornate.";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Numfriends settings updated."] = "Numfriends instellingen opgeslagen";
$a->strings["Numfriends Settings"] = "Numfriends instellingen";
-$a->strings["How many contacts to display on profile sidebar"] = "";
-$a->strings["Submit"] = "";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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.";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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.";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
$n = intval($n);
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Numfriends settings updated."] = "Настройки Numfriends обновлены.";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
- return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
+ $n = intval($n);
+ if (($n==1)) { return 0; } else if (($n>=2 && $n<=4)) { return 1; } else { return 2; }
}}
;
$a->strings["Submit"] = "Odeslat";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Submit"] = "Senden";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Submit"] = "Enviar";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Submit"] = "Lähetä";
-$a->strings["Tile Server URL"] = "";
-$a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "";
$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";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["Submit"] = "Envoyer";
if(! function_exists("string_plural_select_is")) {
function string_plural_select_is($n){
$n = intval($n);
- return ($n % 10 != 1 || $n % 100 == 11);;
+ return intval($n % 10 != 1 || $n % 100 == 11);
}}
;
$a->strings["Submit"] = "Senda inn";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Submit"] = "Invia";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Submit"] = "Opslaan";
$a->strings["Tile Server URL"] = "URL met kaarttegels";
-$a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "";
-$a->strings["Default zoom"] = "";
-$a->strings["The default zoom level. (1:world, 18:highest)"] = "";
$a->strings["Settings updated."] = "Instellingen opgeslagen";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Submit"] = "Zatwierdź";
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["Submit"] = "Enviar";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["\"pageheader\" Settings"] = "Nastavení záhlaví stránky";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["\"pageheader\" Settings"] = "\"pageheader\"-Einstellungen";
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["\"pageheader\" Settings"] = "Pageheader settings";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["\"pageheader\" Settings"] = "Ajustes de \"pageheader\"";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["\"pageheader\" Settings"] = "\"pageheader\" -asetukset";
$a->strings["Message"] = "Viesti";
-$a->strings["Message to display on every page on this server (or put a pageheader.html file in your docroot)"] = "";
$a->strings["Save Settings"] = "Tallenna asetukset";
$a->strings["pageheader Settings saved."] = "pageheader -asetukset tallennettu.";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
- return ($n > 1);;
+ return intval($n > 1);
}}
;
$a->strings["\"pageheader\" Settings"] = "Paramètres de la page d'en-tête";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["\"pageheader\" Settings"] = "Impostazioni \"Intestazione pagina\"";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["\"pageheader\" Settings"] = "\"pageheader\" instellingen";
-$a->strings["Message"] = "";
-$a->strings["Message to display on every page on this server (or put a pageheader.html file in your docroot)"] = "";
$a->strings["Save Settings"] = "Instellingen opslaan";
$a->strings["pageheader Settings saved."] = "Pageheader instellingen opgeslagen.";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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\"";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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\"";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
$n = intval($n);
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
-$a->strings["\"pageheader\" Settings"] = "";
$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"] = "Сохранить настройки";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["This website is tracked using the <a href='http://www.matomo.org'>Matomo</a> analytics tool."] = "Tato webová stránka je sledována pomocí nástroje pro analýzu <a href='http://www.matomo.org'>Matomo</a>.";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["This website is tracked using the <a href='http://www.matomo.org'>Matomo</a> analytics tool."] = "Diese Website benutzt <a href='http://www.matomo.org'>Matomo</a>, eine Open Source-Software zur statistischen Auswertung der Besucherzugriffe.";
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["This website is tracked using the <a href='http://www.matomo.org'>Matomo</a> analytics tool."] = "This website is tracking, using the <a href='http://www.matomo.org'>Matomo</a> analytics tool.";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Esta página es rastreada usando la herramienta analítica <a href='http://www.piwik.org'>Piwik</a>.";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
-$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "";
-$a->strings["If you do not want that your visits are logged in this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "";
$a->strings["Save Settings"] = "Tallenna asetukset";
-$a->strings["Piwik Base URL"] = "";
-$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "";
-$a->strings["Site ID"] = "";
-$a->strings["Show opt-out cookie link?"] = "";
$a->strings["Asynchronous tracking"] = "Asynkroninen seuranta";
$a->strings["Settings updated."] = "Asetukset päivitetty.";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Ce site web utilise <a href='http://www.piwik.org'>Piwik</a> en tant qu'outil d'analyses.";
-$a->strings["If you do not want that your visits are logged in this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "";
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
$a->strings["Piwik Base URL"] = "URL de base de Piwik";
-$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "";
$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";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["This website is tracked using the <a href='http://www.matomo.org'>Matomo</a> analytics tool."] = "Questo sito è monitorato con lo strumento di analisi <a href='http://www.matomo.org'>Matomo</a>.";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Deze website word gevolgd door <a href='http://www.piwik.org'>Piwik</a> analytics";
-$a->strings["If you do not want that your visits are logged in this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "";
$a->strings["Save Settings"] = "Instellingen opslaan";
-$a->strings["Piwik Base URL"] = "";
-$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "";
-$a->strings["Site ID"] = "";
-$a->strings["Show opt-out cookie link?"] = "";
-$a->strings["Asynchronous tracking"] = "";
$a->strings["Settings updated."] = "Instellingen opgeslagen";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["This website is tracked using the <a href='http://www.matomo.org'>Matomo</a> analytics tool."] = "Ta strona internetowa jest śledzona za pomocą narzędzia analitycznego <a href='http://www.matomo.org'>Matomo</a>.";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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 <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Acest site web este contorizat folosind instrumentul analitic <a href='http://www.piwik.org'>Piwik</a>.";
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
- return 0;;
+ $n = intval($n);
+ return intval(0);
}}
;
$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "此网站用 <a href='http://www.piwik.org'>Piwik</a> 追踪分析工具。";
-$a->strings["If you do not want that your visits are logged in this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "";
$a->strings["Save Settings"] = "保存设置";
-$a->strings["Piwik Base URL"] = "";
-$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "";
-$a->strings["Site ID"] = "";
-$a->strings["Show opt-out cookie link?"] = "";
$a->strings["Asynchronous tracking"] = "异步追踪";
$a->strings["Settings updated."] = "设置已更新。";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Planets Settings"] = "Nastavení Planets";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Planets Settings"] = "Planeten Einstellungen";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Planets Settings"] = "Ajustes de Planets";
-$a->strings["Enable Planets Addon"] = "Habilite el addon Planets";
+$a->strings["Enable Planets Addon"] = "Habilite eladdonPlanets";
$a->strings["Submit"] = "Enviar";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Planets Settings"] = "Planets -asetukset";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Planets Settings"] = "Impostazioni \"Pianeti\"";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Planets Settings"] = "Planets instellingen";
$a->strings["Enable Planets Addon"] = "Planets Addon inschakelen";
-$a->strings["Submit"] = "";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Administrator"] = "Administrátor";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Administrator"] = "Administrator";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Administrator"] = "Administrador";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
- return ($n != 1);;
+ 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["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"] = "";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Administrator"] = "Amministratore";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ 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["Your Friendica account is about to 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"] = "";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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";
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
-$a->strings["Administrator"] = "";
$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.";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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";
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
$n = intval($n);
- return 0;;
+ return intval(0);
}}
;
$a->strings["Administrator"] = "管理员";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Permission denied."] = "Přístup odmítnut.";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Permission denied."] = "Zugriff verweigert.";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Permission denied."] = "Permiso denegado.";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Permission denied."] = "Lupa kielletty.";
-$a->strings["Unable to register the client at the pump.io server '%s'."] = "";
-$a->strings["You are now authenticated to pumpio."] = "";
-$a->strings["return to the connector page"] = "";
$a->strings["Post to pumpio"] = "Lähetä pump.ioon";
-$a->strings["Pump.io Import/Export/Mirror"] = "";
$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["Authenticate your pump.io connection"] = "";
$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["Should posts be public?"] = "";
$a->strings["Mirror all public posts"] = "Peilaa kaikki julkiset julkaisut";
-$a->strings["Check to delete this preset"] = "";
$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["%1\$s likes %2\$s's %3\$s"] = "";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["Permission denied."] = "Permission refusée.";
-$a->strings["Unable to register the client at the pump.io server '%s'."] = "";
$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 Import/Export/Mirror"] = "";
$a->strings["pump.io username (without the servername)"] = "Nom d'utilisateur pump.io (sans le nom du serveur)";
-$a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = "";
-$a->strings["Authenticate your pump.io connection"] = "";
$a->strings["Import the remote timeline"] = "Importer la timeline distante";
-$a->strings["Enable pump.io Post Addon"] = "";
$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["Mirror all public posts"] = "";
-$a->strings["Check to delete this preset"] = "";
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
-$a->strings["Pump.io post failed. Queued for retry."] = "";
-$a->strings["Pump.io like failed. Queued for retry."] = "";
$a->strings["status"] = "statut";
-$a->strings["%1\$s likes %2\$s's %3\$s"] = "";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Permission denied."] = "Permesso negato.";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ 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["You are now authenticated to pumpio."] = "";
-$a->strings["return to the connector page"] = "";
-$a->strings["Post to pumpio"] = "";
$a->strings["Pump.io Import/Export/Mirror"] = "Pump.io Import/Exporteren/Spiegelen";
-$a->strings["pump.io username (without the servername)"] = "";
-$a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = "";
-$a->strings["Authenticate your pump.io connection"] = "";
-$a->strings["Import the remote timeline"] = "";
$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["Should posts be public?"] = "";
-$a->strings["Mirror all public posts"] = "";
-$a->strings["Check to delete this preset"] = "";
$a->strings["Save Settings"] = "Instellingen opslaan";
-$a->strings["Pump.io post failed. Queued for retry."] = "";
-$a->strings["Pump.io like failed. Queued for retry."] = "";
-$a->strings["status"] = "";
-$a->strings["%1\$s likes %2\$s's %3\$s"] = "";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Permission denied."] = "Odmowa dostępu.";
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["Permission denied."] = "Permissão negada.";
-$a->strings["Unable to register the client at the pump.io server '%s'."] = "";
$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 Import/Export/Mirror"] = "";
$a->strings["pump.io username (without the servername)"] = "Nome de usuário no pump.io (sem o nome do servidor)";
-$a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = "";
-$a->strings["Authenticate your pump.io connection"] = "";
$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["Should posts be public?"] = "";
-$a->strings["Mirror all public posts"] = "";
-$a->strings["Check to delete this preset"] = "";
$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["status"] = "";
$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s curtiu o %3\$s de %2\$s";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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ă.";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings[":-)"] = ":-)";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings[":-)"] = ":-)";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings[":-)"] = ":-)";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $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["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "";
$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.";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings[":-)"] = ":-)";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings[":-)"] = ":-)";
$a->strings[":-("] = ":-(";
-$a->strings["lol"] = "";
$a->strings["Quick Comment Settings"] = "Snelle reactie instellingen";
-$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."] = "Snelle Reactie instellingen opgeslagen";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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["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["Enter quick comments, one per line"] = "";
$a->strings["Submit"] = "Wyślij";
$a->strings["Quick Comment settings saved."] = "Zapisano szybkie ustawienia komentarzy.";
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings[":-)"] = ":-)";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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[":-)"] = ":-)";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
$n = intval($n);
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings[":-)"] = ":-)";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Randplace Settings"] = "Randplace Nastavení";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Randplace Settings"] = "Randplace-Einstellungen";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Randplace Settings"] = "Ajustes de Randplace";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Randplace Settings"] = "Randplace -asetukset";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Randplace Settings"] = "Impostazioni \"Posizione casuale\"";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Randplace Settings"] = "Randplace instellingen";
$a->strings["Enable Randplace Addon"] = "Randplace Addon inschakelen";
-$a->strings["Submit"] = "";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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";
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
$n = intval($n);
- return 0;;
+ return intval(0);
}}
;
$a->strings["Randplace Settings"] = "随机站点设置";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Remote Permissions Settings"] = "Nastavení Vzdálených oprávnění";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Remote Permissions Settings"] = "Entfernte Privatsphäreneinstellungen";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Remote Permissions Settings"] = "Ajustes de Permisos Remotos";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Remote Permissions Settings"] = "Remote Permissions -asetukset";
-$a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "";
$a->strings["Submit"] = "Lähetä";
$a->strings["Remote Permissions settings updated."] = "Remote Pemissions -asetukset päivitetty.";
$a->strings["Visible to:"] = "Näkyvyys:";
-$a->strings["Visible to"] = "";
-$a->strings["may only be a partial list"] = "";
-$a->strings["Global"] = "";
-$a->strings["The posts of every user on this server show the post recipients"] = "";
-$a->strings["Individual"] = "";
-$a->strings["Each user chooses whether his/her posts show the post recipients"] = "";
$a->strings["Settings updated."] = "Asetukset päivitetty.";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Remote Permissions Settings"] = "Impostazioni Permissi Remoti";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Remote Permissions Settings"] = "Instellingen voor toegang op afstand";
$a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "Ontvangers van private berichten toestaan andere ontvangers te bekijken";
-$a->strings["Submit"] = "";
$a->strings["Remote Permissions settings updated."] = "Toegang op afstand instellingen opgeslagen";
-$a->strings["Visible to:"] = "";
-$a->strings["Visible to"] = "";
-$a->strings["may only be a partial list"] = "";
-$a->strings["Global"] = "";
-$a->strings["The posts of every user on this server show the post recipients"] = "";
-$a->strings["Individual"] = "";
-$a->strings["Each user chooses whether his/her posts show the post recipients"] = "";
$a->strings["Settings updated."] = "Instellingen opgeslagen";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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["Remote Permissions Settings"] = "Ustawienia uprawnień zdalnych";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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["Remote Permissions Settings"] = "Configurări Permisiuni la Distanță";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
- return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
+ $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";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $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"] = "Performance: Datenbank: %s, Netzwerk: %s, Rendering: %s, Parser: %s, I/O: %s, Anderes: %s, Gesamt: %s";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $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"] = "Cumplimiento: Base de datos: %s, Red: %s, Renderizado: %s, Analizador: %s, I/O: %s, Otro: %s, Total: %s";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $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"] = "";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
- return ($n > 1);;
+ $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";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $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"] = "Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, Other: %s, Total: %s";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ 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";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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";
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
$n = intval($n);
- return 0;;
+ 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";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["\"Secure Mail\" Settings"] = "Nastavení \"Secure Mail\"";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["\"Secure Mail\" Settings"] = "\"Secure Mail\" Einstellungen";
if(! function_exists("string_plural_select_et")) {
function string_plural_select_et($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["\"Secure Mail\" Settings"] = "\"Turvaline Meil\" 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["Your public PGP key, ascii armored format"] = "";
$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";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["\"Secure Mail\" Settings"] = "Secure Mail -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["Your public PGP key, ascii armored format"] = "";
$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";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["\"Secure Mail\" Settings"] = "Impostazioni Secure Mail";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["\"Secure Mail\" Settings"] = "\"Secure Mail\" instellingen";
$a->strings["Save Settings"] = "Instellingen opslaan";
-$a->strings["Save and send test"] = "";
$a->strings["Enable Secure Mail"] = "Secure Mail inschakelen";
-$a->strings["Public key"] = "";
-$a->strings["Your public PGP key, ascii armored format"] = "";
$a->strings["Secure Mail Settings saved."] = "Secure Mail instellingen opgeslagen";
-$a->strings["Test email sent"] = "";
-$a->strings["There was an error sending the test email"] = "";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["\"Secure Mail\" Settings"] = "Ustawienia \"Bezpieczna poczta\"";
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
- return 0;;
+ $n = intval($n);
+ return intval(0);
}}
;
$a->strings["\"Secure Mail\" Settings"] = "“加密邮件”设置";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["\"Show more\" Settings"] = "Nastavení \"Show more\"";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["\"Show more\" Settings"] = "\"Mehr zeigen\" Einstellungen";
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["\"Show more\" Settings"] = "Show More";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["\"Show more\" Settings"] = "Ajustes de \"Mostrar más\"";
if(! function_exists("string_plural_select_et")) {
function string_plural_select_et($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["\"Show more\" Settings"] = "Näita rohkem sätteid";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $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["Cutting posts after how much characters"] = "";
$a->strings["Save Settings"] = "Tallenna asetukset";
$a->strings["Show More Settings saved."] = "Show More -asetukset tallennettu";
$a->strings["show more"] = "näytä lisää";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["\"Show more\" Settings"] = "Impostazioni \"Mostra altro\"";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["\"Show more\" Settings"] = "\"Toon meer\" instellingen";
$a->strings["Enable Show More"] = "Toon meer inschakelen";
-$a->strings["Cutting posts after how much characters"] = "";
$a->strings["Save Settings"] = "Instellingen opslaan";
$a->strings["Show More Settings saved."] = "Toon meer instellingen opgeslagen.";
-$a->strings["show more"] = "";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["\"Show more\" Settings"] = "Ustawienia \"Pokaż więcej\"";
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["\"Show more\" Settings"] = "Configurações de \"Mostrar mais\"";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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\"";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
$n = intval($n);
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["\"Show more\" Settings"] = "Настройки \"показать ещё\"";
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
$n = intval($n);
- return 0;;
+ return intval(0);
}}
;
$a->strings["\"Show more\" Settings"] = "“显示更多”设置";
+++ /dev/null
-# ADDON smileybutton
-# Copyright (C)
-# This file is distributed under the same license as the Friendica smileybutton addon package.
-#
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-06-23 14:45+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: smileybutton.php:269
-msgid "Smileybutton settings"
-msgstr ""
-
-#: smileybutton.php:272
-msgid "You can hide the button and show the smilies directly."
-msgstr ""
-
-#: smileybutton.php:274
-msgid "Hide the button"
-msgstr ""
-
-#: smileybutton.php:281
-msgid "Save Settings"
-msgstr ""
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
- return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
+ $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í";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Smileybutton settings"] = "Smileybutton Einstellungen";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Smileybutton settings"] = "Ajustes de Smileybutton";
if(! function_exists("string_plural_select_et")) {
function string_plural_select_et($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Smileybutton settings"] = "SmileyNupu sätted";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Smileybutton settings"] = "Smileybutton -asetukset";
-$a->strings["You can hide the button and show the smilies directly."] = "";
$a->strings["Hide the button"] = "Piilota nappi";
$a->strings["Save Settings"] = "Tallenna asetukset";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
- return ($n > 1);;
+ return intval($n > 1);
}}
;
$a->strings["Smileybutton settings"] = "Paramètres du bouton des Smileys";
-$a->strings["You can hide the button and show the smilies directly."] = "";
$a->strings["Hide the button"] = "Cacher le bouton";
-$a->strings["Save Settings"] = "";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Smileybutton settings"] = "Smileybutton instellingen";
-$a->strings["You can hide the button and show the smilies directly."] = "";
-$a->strings["Hide the button"] = "";
$a->strings["Save Settings"] = "Instellingen opslaan";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Smileybutton settings"] = "Ustawienia Przycisku Buźka";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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";
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
$n = intval($n);
- return 0;;
+ return intval(0);
}}
;
$a->strings["Smileybutton settings"] = "表情按钮设置";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Startpage Settings"] = "Nastavení startovní stránky";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Startpage Settings"] = "Startseiten-Einstellungen";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Startpage Settings"] = "Ajustes de Startpage";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Startpage Settings"] = "Startpage -asetukset";
-$a->strings["Home page to load after login - leave blank for profile wall"] = "";
-$a->strings["Examples: "network" or "notifications/system""] = "";
$a->strings["Submit"] = "Lähetä";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["Startpage Settings"] = "Paramètres de Startpage";
-$a->strings["Home page to load after login - leave blank for profile wall"] = "";
-$a->strings["Examples: "network" or "notifications/system""] = "";
$a->strings["Submit"] = "Envoyer";
if(! function_exists("string_plural_select_is")) {
function string_plural_select_is($n){
$n = intval($n);
- return ($n % 10 != 1 || $n % 100 == 11);;
+ return intval($n % 10 != 1 || $n % 100 == 11);
}}
;
$a->strings["Startpage Settings"] = "Stillingar upphafssíðu";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Startpage Settings"] = "Impostazioni Startpage";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Startpage Settings"] = "Startpagina instellingen";
-$a->strings["Home page to load after login - leave blank for profile wall"] = "";
-$a->strings["Examples: "network" or "notifications/system""] = "";
-$a->strings["Submit"] = "";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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";
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
$n = intval($n);
- return 0;;
+ return intval(0);
}}
;
$a->strings["Startpage Settings"] = "首页设置";
-$a->strings["Home page to load after login - leave blank for profile wall"] = "";
-$a->strings["Examples: "network" or "notifications/system""] = "";
$a->strings["Submit"] = "提交";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Post to GNU Social"] = "Poslat na GNU social";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Post to GNU Social"] = "Auf GNU Social veröffentlichen";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Post to GNU Social"] = "Publicar en GNU Social";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Post to GNU Social"] = "Lähetä GNU Socialiin";
$a->strings["Please contact your site administrator.<br />The provided API URL is not valid."] = "Ota yhteyttä sivuston ylläpitäjään.<br />API URL-osoite on virheellinen.";
-$a->strings["We could not contact the GNU Social API with the Path you entered."] = "";
$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["Globally Available 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)."] = "";
$a->strings["Save Settings"] = "Tallenna asetukset";
-$a->strings["Provide your own OAuth Credentials"] = "";
-$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.<br />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."] = "";
$a->strings["OAuth Consumer Key"] = "OAuth kuluttajan avain";
$a->strings["OAuth Consumer Secret"] = "OAuth kuluttajasalaisuus";
-$a->strings["Base API Path (remember the trailing /)"] = "";
-$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 <strong>public</strong> posts will be posted to GNU Social."] = "";
$a->strings["Log in with GNU Social"] = "Kirjaudu sisään GNU socialilla";
-$a->strings["Copy the security code from GNU Social here"] = "";
-$a->strings["Cancel Connection Process"] = "";
-$a->strings["Current GNU Social API is"] = "";
-$a->strings["Cancel GNU Social Connection"] = "";
-$a->strings["Currently connected to: "] = "";
-$a->strings["If enabled all your <strong>public</strong> 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."] = "";
-$a->strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) 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."] = "";
$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["Only Mentions"] = "";
-$a->strings["Clear OAuth configuration"] = "";
$a->strings["Site name"] = "Sivuston nimi";
$a->strings["Consumer Secret"] = "Kuluttajasalaisuus";
$a->strings["Consumer Key"] = "Kuluttajan avain";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["Post to GNU Social"] = "Publier sur GNU Social";
$a->strings["Please contact your site administrator.<br />The provided API URL is not valid."] = "Merci de contacter l'administrateur du site.<br />L'URL d'API fournie est invalide.";
-$a->strings["We could not contact the GNU Social API with the Path you entered."] = "";
$a->strings["GNU Social settings updated."] = "Paramètres du GNU Social mis à jour.";
-$a->strings["GNU Social Import/Export/Mirror"] = "";
-$a->strings["Globally Available 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)."] = "";
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
-$a->strings["Provide your own OAuth Credentials"] = "";
-$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.<br />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."] = "";
-$a->strings["OAuth Consumer Key"] = "";
-$a->strings["OAuth Consumer Secret"] = "";
-$a->strings["Base API Path (remember the trailing /)"] = "";
-$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 <strong>public</strong> posts will be posted to GNU Social."] = "";
$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["Cancel Connection Process"] = "";
$a->strings["Current GNU Social API is"] = "L'API actuelle de GNU Social est";
-$a->strings["Cancel GNU Social Connection"] = "";
$a->strings["Currently connected to: "] = "Actuellement connecté à :";
-$a->strings["If enabled all your <strong>public</strong> 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."] = "";
-$a->strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) 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."] = "";
$a->strings["Allow posting to GNU Social"] = "Autoriser la publication sur GNU Social";
-$a->strings["Send public postings to GNU Social by default"] = "";
-$a->strings["Mirror all posts from GNU Social that are no replies or repeated messages"] = "";
-$a->strings["Import the remote timeline"] = "";
$a->strings["Disabled"] = "Désactiver";
$a->strings["Full Timeline"] = "Timeline complète";
-$a->strings["Only Mentions"] = "";
-$a->strings["Clear OAuth configuration"] = "";
$a->strings["Site name"] = "Nom du site";
-$a->strings["Consumer Secret"] = "";
-$a->strings["Consumer Key"] = "";
if(! function_exists("string_plural_select_is")) {
function string_plural_select_is($n){
$n = intval($n);
- return ($n % 10 != 1 || $n % 100 == 11);;
+ return intval($n % 10 != 1 || $n % 100 == 11);
}}
;
$a->strings["Post to GNU Social"] = "Senda á GNU Social";
$a->strings["Please contact your site administrator.<br />The provided API URL is not valid."] = "Hafðu samband við kerfisstjóra.<br />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["GNU Social Import/Export/Mirror"] = "";
$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["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.<br />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."] = "";
$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["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 <strong>public</strong> 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 <strong>opinberu</strong> 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["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) 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."] = "";
$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["Mirror all posts from GNU Social that are no replies or repeated messages"] = "";
$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["Only Mentions"] = "";
$a->strings["Clear OAuth configuration"] = "Hreinsa OAuth stillingar";
$a->strings["Site name"] = "Heiti vefsvæðis";
$a->strings["Consumer Secret"] = "Leyniorð notanda";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Post to GNU Social"] = "Invia a GNU Social";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Post to GNU Social"] = "Post naar GNU Social";
-$a->strings["Please contact your site administrator.<br />The provided API URL is not valid."] = "";
-$a->strings["We could not contact the GNU Social API with the Path you entered."] = "";
$a->strings["GNU Social settings updated."] = "GNU Social instellingen opgeslagen";
$a->strings["GNU Social Import/Export/Mirror"] = "GNU Social Import/Exporteren/Spiegelen";
-$a->strings["Globally Available 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)."] = "";
$a->strings["Save Settings"] = "Instellingen opslaan";
-$a->strings["Provide your own OAuth Credentials"] = "";
-$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.<br />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."] = "";
-$a->strings["OAuth Consumer Key"] = "";
-$a->strings["OAuth Consumer Secret"] = "";
-$a->strings["Base API Path (remember the trailing /)"] = "";
-$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 <strong>public</strong> posts will be posted to GNU Social."] = "";
-$a->strings["Log in with GNU Social"] = "";
-$a->strings["Copy the security code from GNU Social here"] = "";
-$a->strings["Cancel Connection Process"] = "";
-$a->strings["Current GNU Social API is"] = "";
-$a->strings["Cancel GNU Social Connection"] = "";
-$a->strings["Currently connected to: "] = "";
-$a->strings["If enabled all your <strong>public</strong> 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."] = "";
-$a->strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) 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."] = "";
$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["Mirror all posts from GNU Social that are no replies or repeated messages"] = "";
-$a->strings["Import the remote timeline"] = "";
$a->strings["Disabled"] = "Uitgeschakeld";
-$a->strings["Full Timeline"] = "";
-$a->strings["Only Mentions"] = "";
-$a->strings["Clear OAuth configuration"] = "";
-$a->strings["Site name"] = "";
-$a->strings["Consumer Secret"] = "";
-$a->strings["Consumer Key"] = "";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Post to GNU Social"] = "Opublikuj w GNU Social";
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["Post to GNU Social"] = "Publicar no GNU Social";
-$a->strings["Please contact your site administrator.<br />The provided API URL is not valid."] = "";
-$a->strings["We could not contact the GNU Social API with the Path you entered."] = "";
$a->strings["GNU Social settings updated."] = "As configurações do GNU Social foram atualizadas.";
-$a->strings["GNU Social Import/Export/Mirror"] = "";
-$a->strings["Globally Available 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)."] = "";
$a->strings["Save Settings"] = "Salvar Configurações";
-$a->strings["Provide your own OAuth Credentials"] = "";
-$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.<br />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."] = "";
-$a->strings["OAuth Consumer Key"] = "";
-$a->strings["OAuth Consumer Secret"] = "";
-$a->strings["Base API Path (remember the trailing /)"] = "";
-$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 <strong>public</strong> posts will be posted to GNU Social."] = "";
$a->strings["Log in with GNU Social"] = "Entrar com o GNU Social";
-$a->strings["Copy the security code from GNU Social here"] = "";
-$a->strings["Cancel Connection Process"] = "";
-$a->strings["Current GNU Social API is"] = "";
-$a->strings["Cancel GNU Social Connection"] = "";
-$a->strings["Currently connected to: "] = "";
-$a->strings["If enabled all your <strong>public</strong> 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."] = "";
-$a->strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) 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."] = "";
$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["Mirror all posts from GNU Social that are no replies or repeated messages"] = "";
$a->strings["Import the remote timeline"] = "Importar a linha do tempo remota";
-$a->strings["Disabled"] = "";
-$a->strings["Full Timeline"] = "";
-$a->strings["Only Mentions"] = "";
-$a->strings["Clear OAuth configuration"] = "";
-$a->strings["Site name"] = "";
-$a->strings["Consumer Secret"] = "";
-$a->strings["Consumer Key"] = "";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Superblock"] = "Superblock";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Superblock"] = "Superblock";
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Superblock"] = "Superblock";
if(! function_exists("string_plural_select_en_us")) {
function string_plural_select_en_us($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
-$a->strings["\"Superblock\""] = "";
$a->strings["Comma separated profile URLS to block"] = "Comma-separated profile URLs to block";
-$a->strings["Save Settings"] = "";
-$a->strings["SUPERBLOCK Settings saved."] = "";
-$a->strings["Block Completely"] = "";
-$a->strings["superblock settings updated"] = "";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["\"Superblock\""] = "«Superbloque»";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["\"Superblock\""] = "\"Superblock\"";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
- return ($n > 1);;
+ return intval($n > 1);
}}
;
-$a->strings["Superblock"] = "";
-$a->strings["Comma separated profile URLS to block"] = "";
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
-$a->strings["SUPERBLOCK Settings saved."] = "";
-$a->strings["Block Completely"] = "";
-$a->strings["superblock settings updated"] = "";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Superblock"] = "Superblock";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Superblock"] = "Superblock";
-$a->strings["Comma separated profile URLS to block"] = "";
$a->strings["Save Settings"] = "Instellingen opslaan";
$a->strings["SUPERBLOCK Settings saved."] = "SUPERBLOCK instellingen opgeslagen";
-$a->strings["Block Completely"] = "";
$a->strings["superblock settings updated"] = "Superblock instellingen opgeslagen";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Superblock"] = "Superblock";
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["\"Blockem\" Settings"] = "Configurações do \"Blockem\"";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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\"";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
$n = intval($n);
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Superblock"] = "Superblock";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
- return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
+ $n = intval($n);
+ if (($n==1)) { return 0; } else if (($n>=2 && $n<=4)) { return 1; } else { return 2; }
}}
;
$a->strings["Administrator"] = "Administrátor";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Administrator"] = "Administrator";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Administrator"] = "Administrador";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
- return ($n != 1);;
+ 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["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."] = "";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Administrator"] = "Amministratore";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Administrator"] = "Beheerder";
-$a->strings["Your account on %s will expire in a few days."] = "";
-$a->strings["Your Friendica test account is about to 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 %s/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com."] = "";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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";
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
$n = intval($n);
- return 0;;
+ return intval(0);
}}
;
$a->strings["Administrator"] = "管理员";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
- return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
+ $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";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Three Dimensional Tic-Tac-Toe"] = "Dreidimensionales Tic-Tac-Toe";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Three Dimensional Tic-Tac-Toe"] = "Tic-Tac-Toe tridimensional";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $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["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "";
-$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."] = "";
-$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->strings["You go first..."] = "Aloita sinä...";
$a->strings["I'm going first this time..."] = "Minä aloitan...";
$a->strings["You won!"] = "Sinä voitit!";
-$a->strings["\"Cat\" game!"] = "";
$a->strings["I won!"] = "Minä voitin!";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
- return ($n > 1);;
+ return intval($n > 1);
}}
;
-$a->strings["Three Dimensional Tic-Tac-Toe"] = "";
-$a->strings["3D Tic-Tac-Toe"] = "";
-$a->strings["New game"] = "";
-$a->strings["New game with handicap"] = "";
-$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "";
-$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."] = "";
-$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->strings["You go first..."] = "";
-$a->strings["I'm going first this time..."] = "";
$a->strings["You won!"] = "Vous avez gagné !";
-$a->strings["\"Cat\" game!"] = "";
$a->strings["I won!"] = "J’ai gagné !";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Three Dimensional Tic-Tac-Toe"] = "Tic-Tac-Toe tridimensionale";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ 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["New game"] = "";
-$a->strings["New game with handicap"] = "";
-$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "";
-$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."] = "";
-$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->strings["You go first..."] = "";
-$a->strings["I'm going first this time..."] = "";
-$a->strings["You won!"] = "";
-$a->strings["\"Cat\" game!"] = "";
-$a->strings["I won!"] = "";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Three Dimensional Tic-Tac-Toe"] = "Trójwymiarowe Kółko i Krzyżyk";
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["Three Dimensional Tic-Tac-Toe"] = "Jogo da Velha Tridimensional";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Permission denied."] = "Přístup odmítnut.";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Permission denied."] = "Zugriff verweigert.";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Permission denied."] = "Permiso denegado.";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Permission denied."] = "Lupa kielletty.";
-$a->strings["You are now authenticated to tumblr."] = "";
-$a->strings["return to the connector page"] = "";
$a->strings["Post to Tumblr"] = "Lähetä Tumblriin";
$a->strings["Tumblr Post Settings"] = "Tumblr -viestin asetukset";
-$a->strings["(Re-)Authenticate your tumblr page"] = "";
$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["You are not authenticated to tumblr"] = "";
$a->strings["Submit"] = "Lähetä";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Permission denied."] = "Permesso negato.";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ 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["return to the connector page"] = "";
-$a->strings["Post to Tumblr"] = "";
-$a->strings["Tumblr Post Settings"] = "";
-$a->strings["(Re-)Authenticate your tumblr page"] = "";
$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["You are not authenticated to tumblr"] = "";
-$a->strings["Submit"] = "";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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.";
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["Permission denied."] = "Permissão negada.";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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ă.";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Post to Twitter"] = "Poslat příspěvek na Twitter";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Post to Twitter"] = "Auf Twitter veröffentlichen";
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Post to Twitter"] = "Post to Twitter";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Post to Twitter"] = "Entrada para Twitter";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Post to Twitter"] = "Lähetä Twitteriin";
-$a->strings["You submitted an empty PIN, please Sign In with Twitter again to get a new one."] = "";
$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["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 <strong>public</strong> posts will be posted to Twitter."] = "";
$a->strings["Log in with Twitter"] = "Kirjaudu sisään Twitterillä";
-$a->strings["Copy the PIN from Twitter here"] = "";
$a->strings["Save Settings"] = "Tallenna asetukset";
-$a->strings["Currently connected to: "] = "";
$a->strings["Disconnect"] = "Katkaise yhteys";
$a->strings["Allow posting to Twitter"] = "Salli julkaisu Twitteriin";
-$a->strings["If enabled all your <strong>public</strong> 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["<strong>Note</strong>: Due to your privacy settings (<em>Hide your profile details from unknown viewers?</em>) 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"] = "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";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
- return ($n > 1);;
+ $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["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 <strong>public</strong> posts will be posted to Twitter."] = "";
$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["If enabled all your <strong>public</strong> 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["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) 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["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["Mirror all posts from twitter that are no replies or retweets"] = "";
-$a->strings["Shortening method that optimizes the tweet"] = "";
-$a->strings["Send linked #-tags and @-names to Twitter"] = "";
-$a->strings["Clear OAuth configuration"] = "";
$a->strings["Settings updated."] = "Paramètres mis à jour.";
-$a->strings["Consumer key"] = "";
-$a->strings["Consumer secret"] = "";
$a->strings["Name of the Twitter Application"] = "Nom de l'application Twitter";
-$a->strings["set this to avoid mirroring postings from ~friendica back to ~friendica"] = "";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Post to Twitter"] = "Invia a Twitter";
if(! function_exists("string_plural_select_ja")) {
function string_plural_select_ja($n){
$n = intval($n);
- return 0;;
+ return intval(0);
}}
;
$a->strings["Post to Twitter"] = "Twitterに投稿";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Post to Twitter"] = "Plaatsen op Twitter";
-$a->strings["You submitted an empty PIN, please Sign In with Twitter again to get a new one."] = "";
$a->strings["Twitter settings updated."] = "Twitter instellingen opgeslagen";
$a->strings["Twitter Import/Export/Mirror"] = "Twitter Import/Exporteren/Spiegelen";
-$a->strings["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 <strong>public</strong> posts will be posted to Twitter."] = "";
-$a->strings["Log in with Twitter"] = "";
-$a->strings["Copy the PIN from Twitter here"] = "";
$a->strings["Save Settings"] = "Instellingen opslaan";
-$a->strings["Currently connected to: "] = "";
-$a->strings["Disconnect"] = "";
$a->strings["Allow posting to Twitter"] = "Plaatsen op Twitter toestaan";
-$a->strings["If enabled all your <strong>public</strong> 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["<strong>Note</strong>: Due to your privacy settings (<em>Hide your profile details from unknown viewers?</em>) 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"] = "Verzend publieke berichten naar Twitter als standaard instellen ";
-$a->strings["Mirror all posts from twitter that are no replies"] = "";
-$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."] = "";
-$a->strings["Twitter post failed. Queued for retry."] = "";
$a->strings["Settings updated."] = "Instellingen opgeslagen";
-$a->strings["Consumer key"] = "";
-$a->strings["Consumer secret"] = "";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Post to Twitter"] = "Opublikuj na Twitterze";
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["Post to Twitter"] = "Publicar no Twitter";
$a->strings["Submit"] = "Enviar";
$a->strings["Currently connected to: "] = "Atualmente conectado a:";
$a->strings["If enabled all your <strong>public</strong> 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 <strong>públicos</strong> 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["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) 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["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["Mirror all posts from twitter that are no replies or retweets"] = "";
-$a->strings["Shortening method that optimizes the tweet"] = "";
-$a->strings["Send linked #-tags and @-names to Twitter"] = "";
-$a->strings["Clear OAuth configuration"] = "";
$a->strings["Settings updated."] = "As configurações foram atualizadas.";
-$a->strings["Consumer key"] = "";
-$a->strings["Consumer secret"] = "";
-$a->strings["Name of the Twitter Application"] = "";
-$a->strings["set this to avoid mirroring postings from ~friendica back to ~friendica"] = "";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ $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";
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
$n = intval($n);
- return 0;;
+ return intval(0);
}}
;
$a->strings["Post to Twitter"] = "发帖到Twitter";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["View Source"] = "Zobrazit zdroj";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["View Source"] = "Näytä lähde";
<?php
+if(! function_exists("string_plural_select_fr")) {
+function string_plural_select_fr($n){
+ $n = intval($n);
+ return intval($n > 1);
+}}
+;
+$a->strings["View Source"] = "Voir source";
if(! function_exists("string_plural_select_hu")) {
function string_plural_select_hu($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["View Source"] = "Forrás megtekintése";
if(! function_exists("string_plural_select_is")) {
function string_plural_select_is($n){
$n = intval($n);
- return ($n % 10 != 1 || $n % 100 == 11);;
+ return intval($n % 10 != 1 || $n % 100 == 11);
}}
;
$a->strings["View Source"] = "Skoða uppruna";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["View Source"] = "Vedi Sorgente";
if(! function_exists("string_plural_select_nb_no")) {
function string_plural_select_nb_no($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["View Source"] = "Se kilde";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["View Source"] = "Bekijk Bron";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
$n = intval($n);
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["View Source"] = "Показать исходник";
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
$n = intval($n);
- return 0;;
+ return intval(0);
}}
;
$a->strings["View Source"] = "查看源码";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
- return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
+ $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";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["WebRTC Videochat"] = "WebRTC Videochat";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["WebRTC Videochat"] = "WebRTC Videochat";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["WebRTC Videochat"] = "WebRTC videokeskustelu";
$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["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->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.";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["WebRTC Videochat"] = "Chat video WebRTC";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["WebRTC Videochat"] = "WebRTC Videochat";
$a->strings["Save Settings"] = "Instellingen opslaan";
-$a->strings["WebRTC Base URL"] = "";
-$a->strings["Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org ."] = "";
$a->strings["Settings updated."] = "Instellingen opgeslagen";
-$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."] = "";
-$a->strings["Please contact your friendica admin and send a reminder to configure the WebRTC addon."] = "";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["WebRTC Videochat"] = "Videochat WebRTC";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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 ";
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
$n = intval($n);
- return 0;;
+ return intval(0);
}}
;
$a->strings["WebRTC Videochat"] = "WebRTC 视频通话";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["WindowsPhonePush settings updated."] = "Nastavení WindowsPhonePush aktualizována";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["WindowsPhonePush settings updated."] = "WindowsPhonePush Einstellungen aktualisiert.";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["WindowsPhonePush settings updated."] = "Ajustes de WindowsPhonePush actualizados.";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["WindowsPhonePush settings updated."] = "WindowsPhonePush -asetuket päivitetty.";
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
- return ($n > 1);;
+ return intval($n > 1);
}}
;
$a->strings["WindowsPhonePush settings updated."] = "Paramètres WindowsPhonePush mis à jour";
if(! function_exists("string_plural_select_hu")) {
function string_plural_select_hu($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["WindowsPhonePush settings updated."] = "A WindowsPhonePush beállításai frissítve.";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["WindowsPhonePush settings updated."] = "Impostazioni WindowsPhonePush aggiornate.";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ 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["Push text of new item"] = "";
$a->strings["Save Settings"] = "Instellingen opslaan";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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.";
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
$n = intval($n);
- return 0;;
+ return intval(0);
}}
;
$a->strings["WindowsPhonePush settings updated."] = "WindowsPhonePush 设置已更新。";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Post to Wordpress"] = "Odesílat na WordPress";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Post to Wordpress"] = "Bei WordPress veröffentlichen";
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["Post to Wordpress"] = "Publicar en Wordpress";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Post to Wordpress"] = "Lähetä WordPressiin";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["Post to Wordpress"] = "Invia a Wordpress";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ 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["WordPress username"] = "";
-$a->strings["WordPress password"] = "";
-$a->strings["WordPress API URL"] = "";
$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["Text for the backlink, e.g. Read the original post and comment stream on Friendica."] = "";
$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["Read the original post and comment stream on Friendica"] = "";
-$a->strings["Post from Friendica"] = "";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Post to Wordpress"] = "Opublikuj w Wordpress";
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
- return ($n > 1);;
+ $n = intval($n);
+ return intval($n > 1);
}}
;
$a->strings["Post to Wordpress"] = "Publicar 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["WordPress API URL"] = "";
$a->strings["Post to WordPress by default"] = "Publicar no WordPress por padrão";
-$a->strings["Provide a backlink to the Friendica post"] = "";
$a->strings["Submit"] = "Enviar";
-$a->strings["Post from Friendica"] = "";
-$a->strings["Read the original post and comment stream on Friendica"] = "";
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
- return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+ $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";
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
$n = intval($n);
- return 0;;
+ return intval(0);
}}
;
$a->strings["Post to Wordpress"] = "发布到 Wordpress";
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
$n = intval($n);
- return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
+ if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["XMPP settings updated."] = "Nastavení XMPP aktualizována";
$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";
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["XMPP settings updated."] = "XMPP Einstellungen aktualisiert.";
$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.";
$a->strings["Settings updated."] = "Einstellungen aktualisiert.";
if(! function_exists("string_plural_select_en_us")) {
function string_plural_select_en_us($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["XMPP settings updated."] = "XMPP settings updated.";
$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.";
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
- return ($n != 1);;
+ $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["Individual Credentials"] = "";
-$a->strings["Jabber BOSH host"] = "";
$a->strings["Save Settings"] = "Tallenna asetukset";
-$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."] = "";
$a->strings["Settings updated."] = "Asetukset päivitetty.";
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
- return ($n != 1);;
+ $n = intval($n);
+ return intval($n != 1);
}}
;
$a->strings["XMPP settings updated."] = "Impostazioni XMPP aggiornate.";
$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.";
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
- return ($n != 1);;
+ return intval($n != 1);
}}
;
$a->strings["XMPP settings updated."] = "XMPP-instellingen opgeslagen";
$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";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
- return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
+ $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["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.";
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
$n = intval($n);
- return ($n > 1);;
+ return intval($n > 1);
}}
;
$a->strings["XMPP settings updated."] = "Configurações de XMPP atualizadas.";
$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.";
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
$n = intval($n);
- return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);;
+ if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["XMPP settings updated."] = "Настройки XMPP обновлены.";
$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."] = "Настройки обновлены.";
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
$n = intval($n);
- return 0;;
+ return intval(0);
}}
;
$a->strings["XMPP settings updated."] = "XMPP 设置已更新。";