diff --git a/advancedcontentfilter/lang/de/messages.po b/advancedcontentfilter/lang/de/messages.po new file mode 100644 index 000000000..c6f84ac1d --- /dev/null +++ b/advancedcontentfilter/lang/de/messages.po @@ -0,0 +1,174 @@ +# ADDON advancedcontentfilter +# Copyright (C) +# This file is distributed under the same license as the Friendica advancedcontentfilter addon package. +# +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-04-17 04:04+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Tobias Diekershoff , 2018\n" +"Language-Team: German (https://www.transifex.com/Friendica/teams/12172/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: advancedcontentfilter.php:134 +#, php-format +msgid "Filtered by rule: %s" +msgstr "Nach dieser Regel gefiltert: %s" + +#: advancedcontentfilter.php:147 advancedcontentfilter.php:204 +msgid "Advanced Content Filter" +msgstr "Erweiterter Inhaltsfilter" + +#: advancedcontentfilter.php:203 +msgid "Back to Addon Settings" +msgstr "Zurück zu den Addon Einstellungen" + +#: advancedcontentfilter.php:205 +msgid "Add a Rule" +msgstr "Eine Regel hinzufügen" + +#: advancedcontentfilter.php:206 +msgid "Help" +msgstr "Hilfe" + +#: advancedcontentfilter.php:207 +msgid "" +"Add and manage your personal content filter rules in this screen. Rules have" +" a name and an arbitrary expression that will be matched against post data. " +"For a complete reference of the available operations and variables, check " +"the help page." +msgstr "" +"Auf dieser Seite kannst du deine persönlichen Filterregeln verwalten. Regeln" +" müssen einen Namen und einen frei wählbaren Ausdruck besitzen. Dieser " +"Ausdruck wird mit den Daten der Beiträge abgeglichen und diese dann " +"gegebenenfalls gefiltert. Für eine Übersicht der verfügbaren Operatoren für " +"die Filter, wirf bitte einen Blick auf die Hilfsseite des Addons." + +#: advancedcontentfilter.php:208 +msgid "Your rules" +msgstr "Deine Regeln" + +#: advancedcontentfilter.php:209 +msgid "" +"You have no rules yet! Start adding one by clicking on the button above next" +" to the title." +msgstr "" +"Du hast bisher noch keine Regeln definiert. Um eine neue Regel zu erstellen," +" verwende bitte den Button neben dem Titel." + +#: advancedcontentfilter.php:210 +msgid "Disabled" +msgstr "Deaktiviert" + +#: advancedcontentfilter.php:211 +msgid "Enabled" +msgstr "Aktiv" + +#: advancedcontentfilter.php:212 +msgid "Disable this rule" +msgstr "Diese Regel deaktivieren" + +#: advancedcontentfilter.php:213 +msgid "Enable this rule" +msgstr "Diese Regel aktivieren" + +#: advancedcontentfilter.php:214 +msgid "Edit this rule" +msgstr "Diese Regel bearbeiten" + +#: advancedcontentfilter.php:215 +msgid "Edit the rule" +msgstr "Die Regel bearbeiten" + +#: advancedcontentfilter.php:216 +msgid "Save this rule" +msgstr "Regel speichern" + +#: advancedcontentfilter.php:217 +msgid "Delete this rule" +msgstr "Diese Regel löschen" + +#: advancedcontentfilter.php:218 +msgid "Rule" +msgstr "Regel" + +#: advancedcontentfilter.php:219 +msgid "Close" +msgstr "Schließen" + +#: advancedcontentfilter.php:220 +msgid "Add new rule" +msgstr "Neue Regel hinzufügen" + +#: advancedcontentfilter.php:221 +msgid "Rule Name" +msgstr "Name der Regel" + +#: advancedcontentfilter.php:222 +msgid "Rule Expression" +msgstr "Ausdruck der Regel" + +#: advancedcontentfilter.php:223 +msgid "" +"

Examples:

" +msgstr "" +"

Ein Beispiel:

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

Examples:

"] = "

Ein Beispiel:

"; +$a->strings["Cancel"] = "Abbrechen"; +$a->strings["You must be logged in to use this method"] = "Du musst angemeldet sein um diese Methode verwenden zu können "; +$a->strings["Invalid form security token, please refresh the page."] = "Ungültiges Sciherheitstoken, bitte die Seite neu laden."; +$a->strings["The rule name and expression are required."] = "Der Name der Regel und der Ausdruck sind erforderlich."; +$a->strings["Rule successfully added"] = "Regel erfolgreich hinzugefügt."; +$a->strings["Rule doesn't exist or doesn't belong to you."] = "Entweder existiert die Regel nicht, oder sie gehört dir nicht."; +$a->strings["Rule successfully updated"] = "Regel wurde erfolgreich aktualisiert."; +$a->strings["Rule successfully deleted"] = "Regel erfolgreich gelöscht."; +$a->strings["Missing argument: guid."] = "Fehlendes Argument: guid."; +$a->strings["Unknown post with guid: %s"] = "Unbekannter Beitrag mit der guid: %s"; +$a->strings["Method not found"] = "Methode nicht gefunden"; diff --git a/advancedcontentfilter/lang/pl/messages.po b/advancedcontentfilter/lang/pl/messages.po new file mode 100644 index 000000000..38c4e302a --- /dev/null +++ b/advancedcontentfilter/lang/pl/messages.po @@ -0,0 +1,172 @@ +# ADDON advancedcontentfilter +# Copyright (C) +# This file is distributed under the same license as the Friendica advancedcontentfilter addon package. +# +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-04-17 04:04+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Waldemar Stoczkowski , 2018\n" +"Language-Team: Polish (https://www.transifex.com/Friendica/teams/12172/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(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" + +#: advancedcontentfilter.php:134 +#, php-format +msgid "Filtered by rule: %s" +msgstr " Filtruj według reguły: %s" + +#: advancedcontentfilter.php:147 advancedcontentfilter.php:204 +msgid "Advanced Content Filter" +msgstr "Zaawansowany filtr zawartości" + +#: advancedcontentfilter.php:203 +msgid "Back to Addon Settings" +msgstr "Powrót do ustawień dodatków" + +#: advancedcontentfilter.php:205 +msgid "Add a Rule" +msgstr "Dodaj regułę" + +#: advancedcontentfilter.php:206 +msgid "Help" +msgstr "Pomoc" + +#: advancedcontentfilter.php:207 +msgid "" +"Add and manage your personal content filter rules in this screen. Rules have" +" a name and an arbitrary expression that will be matched against post data. " +"For a complete reference of the available operations and variables, check " +"the help page." +msgstr "" +"Dodaj i zarządzaj regułami filtrowania treści osobistych na tym ekranie. " +"Reguły mają nazwę i dowolne wyrażenie, które zostanie dopasowane do danych " +"postów. Aby uzyskać pełne informacje o dostępnych operacjach i zmiennych, " +"sprawdź stronę pomocy." + +#: advancedcontentfilter.php:208 +msgid "Your rules" +msgstr "Twoje zasady" + +#: advancedcontentfilter.php:209 +msgid "" +"You have no rules yet! Start adding one by clicking on the button above next" +" to the title." +msgstr "" +"Nie masz jeszcze żadnych zasad! Zacznij dodawać jedną, klikając przycisk " +"znajdujący się nad tytułem." + +#: advancedcontentfilter.php:210 +msgid "Disabled" +msgstr "Wyłącz" + +#: advancedcontentfilter.php:211 +msgid "Enabled" +msgstr "Włącz" + +#: advancedcontentfilter.php:212 +msgid "Disable this rule" +msgstr "Wyłącz tę regułę" + +#: advancedcontentfilter.php:213 +msgid "Enable this rule" +msgstr "Włącz tę regułę" + +#: advancedcontentfilter.php:214 +msgid "Edit this rule" +msgstr "dytuj tę regułę" + +#: advancedcontentfilter.php:215 +msgid "Edit the rule" +msgstr "Edytuj regułę" + +#: advancedcontentfilter.php:216 +msgid "Save this rule" +msgstr "Zapisz tę regułę" + +#: advancedcontentfilter.php:217 +msgid "Delete this rule" +msgstr "Usuń tę regułę" + +#: advancedcontentfilter.php:218 +msgid "Rule" +msgstr "Reguła" + +#: advancedcontentfilter.php:219 +msgid "Close" +msgstr "Zamknij" + +#: advancedcontentfilter.php:220 +msgid "Add new rule" +msgstr "Dodaj nową regułę" + +#: advancedcontentfilter.php:221 +msgid "Rule Name" +msgstr "Nazwa reguły" + +#: advancedcontentfilter.php:222 +msgid "Rule Expression" +msgstr "Wyrażanie reguły" + +#: advancedcontentfilter.php:223 +msgid "" +"

Examples:

" +msgstr "" +"

przykład

" + +#: advancedcontentfilter.php:224 +msgid "Cancel" +msgstr "Anuluj" + +#: advancedcontentfilter.php:290 advancedcontentfilter.php:301 +#: advancedcontentfilter.php:312 advancedcontentfilter.php:346 +#: advancedcontentfilter.php:375 advancedcontentfilter.php:396 +msgid "You must be logged in to use this method" +msgstr "Musisz być zalogowany, aby skorzystać z tej metody" + +#: advancedcontentfilter.php:316 advancedcontentfilter.php:350 +#: advancedcontentfilter.php:379 +msgid "Invalid form security token, please refresh the page." +msgstr "Nieprawidłowy token zabezpieczający formularz, odśwież stronę." + +#: advancedcontentfilter.php:328 +msgid "The rule name and expression are required." +msgstr "Nazwa reguły i wyrażenie są wymagane." + +#: advancedcontentfilter.php:340 +msgid "Rule successfully added" +msgstr "Reguła została pomyślnie dodana" + +#: advancedcontentfilter.php:354 advancedcontentfilter.php:383 +msgid "Rule doesn't exist or doesn't belong to you." +msgstr "Reguła nie istnieje lub nie należy do ciebie." + +#: advancedcontentfilter.php:369 +msgid "Rule successfully updated" +msgstr "Reguła została pomyślnie zaktualizowana" + +#: advancedcontentfilter.php:390 +msgid "Rule successfully deleted" +msgstr "Reguła została pomyślnie usunięta" + +#: advancedcontentfilter.php:400 +msgid "Missing argument: guid." +msgstr "Brakujący argument: guid." + +#: advancedcontentfilter.php:406 +#, php-format +msgid "Unknown post with guid: %s" +msgstr "Nieznany post z guid:%s" + +#: src/middlewares.php:28 +msgid "Method not found" +msgstr "Nie znaleziono metody" diff --git a/advancedcontentfilter/lang/pl/strings.php b/advancedcontentfilter/lang/pl/strings.php new file mode 100644 index 000000000..a8fb9ddd5 --- /dev/null +++ b/advancedcontentfilter/lang/pl/strings.php @@ -0,0 +1,41 @@ +=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);; +}} +; +$a->strings["Filtered by rule: %s"] = " Filtruj według reguły: %s"; +$a->strings["Advanced Content Filter"] = "Zaawansowany filtr zawartości"; +$a->strings["Back to Addon Settings"] = "Powrót do ustawień dodatków"; +$a->strings["Add a Rule"] = "Dodaj regułę"; +$a->strings["Help"] = "Pomoc"; +$a->strings["Add and manage your personal content filter rules in this screen. Rules have a name and an arbitrary expression that will be matched against post data. For a complete reference of the available operations and variables, check the help page."] = "Dodaj i zarządzaj regułami filtrowania treści osobistych na tym ekranie. Reguły mają nazwę i dowolne wyrażenie, które zostanie dopasowane do danych postów. Aby uzyskać pełne informacje o dostępnych operacjach i zmiennych, sprawdź stronę pomocy."; +$a->strings["Your rules"] = "Twoje zasady"; +$a->strings["You have no rules yet! Start adding one by clicking on the button above next to the title."] = "Nie masz jeszcze żadnych zasad! Zacznij dodawać jedną, klikając przycisk znajdujący się nad tytułem."; +$a->strings["Disabled"] = "Wyłącz"; +$a->strings["Enabled"] = "Włącz"; +$a->strings["Disable this rule"] = "Wyłącz tę regułę"; +$a->strings["Enable this rule"] = "Włącz tę regułę"; +$a->strings["Edit this rule"] = "dytuj tę regułę"; +$a->strings["Edit the rule"] = "Edytuj regułę"; +$a->strings["Save this rule"] = "Zapisz tę regułę"; +$a->strings["Delete this rule"] = "Usuń tę regułę"; +$a->strings["Rule"] = "Reguła"; +$a->strings["Close"] = "Zamknij"; +$a->strings["Add new rule"] = "Dodaj nową regułę"; +$a->strings["Rule Name"] = "Nazwa reguły"; +$a->strings["Rule Expression"] = "Wyrażanie reguły"; +$a->strings["

Examples:

"] = "

przykład

"; +$a->strings["Cancel"] = "Anuluj"; +$a->strings["You must be logged in to use this method"] = "Musisz być zalogowany, aby skorzystać z tej metody"; +$a->strings["Invalid form security token, please refresh the page."] = "Nieprawidłowy token zabezpieczający formularz, odśwież stronę."; +$a->strings["The rule name and expression are required."] = "Nazwa reguły i wyrażenie są wymagane."; +$a->strings["Rule successfully added"] = "Reguła została pomyślnie dodana"; +$a->strings["Rule doesn't exist or doesn't belong to you."] = "Reguła nie istnieje lub nie należy do ciebie."; +$a->strings["Rule successfully updated"] = "Reguła została pomyślnie zaktualizowana"; +$a->strings["Rule successfully deleted"] = "Reguła została pomyślnie usunięta"; +$a->strings["Missing argument: guid."] = "Brakujący argument: guid."; +$a->strings["Unknown post with guid: %s"] = "Nieznany post z guid:%s"; +$a->strings["Method not found"] = "Nie znaleziono metody"; diff --git a/blackout/lang/is/messages.po b/blackout/lang/is/messages.po new file mode 100644 index 000000000..0c011bfd4 --- /dev/null +++ b/blackout/lang/is/messages.po @@ -0,0 +1,52 @@ +# ADDON blackout +# Copyright (C) +# This file is distributed under the same license as the Friendica blackout addon package. +# +# +# Translators: +# Sveinn í Felli , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-22 13:18+0200\n" +"PO-Revision-Date: 2018-05-24 15:15+0000\n" +"Last-Translator: Sveinn í Felli \n" +"Language-Team: Icelandic (http://www.transifex.com/Friendica/friendica/language/is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#: blackout.php:99 +msgid "Save Settings" +msgstr "Vista stillingar" + +#: blackout.php:100 +msgid "Redirect URL" +msgstr "" + +#: blackout.php:100 +msgid "all your visitors from the web will be redirected to this URL" +msgstr "" + +#: blackout.php:101 +msgid "Begin of the Blackout" +msgstr "" + +#: blackout.php:101 +msgid "" +"format is YYYY year, MM month, DD day, " +"hh hour and mm minute" +msgstr "" + +#: blackout.php:102 +msgid "End of the Blackout" +msgstr "" + +#: blackout.php:108 +msgid "" +"The end-date is prior to the start-date of the blackout, you should fix " +"this." +msgstr "" diff --git a/blackout/lang/is/strings.php b/blackout/lang/is/strings.php index 94f89330e..41980a4d0 100644 --- a/blackout/lang/is/strings.php +++ b/blackout/lang/is/strings.php @@ -1,3 +1,15 @@ -strings["Submit"] = "Senda inn"; +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 YYYY year, MM month, DD day, hh hour and mm 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."] = ""; diff --git a/blockem/lang/ru/messages.po b/blockem/lang/ru/messages.po index d55bfa937..86d536c95 100644 --- a/blockem/lang/ru/messages.po +++ b/blockem/lang/ru/messages.po @@ -4,13 +4,13 @@ # # # Translators: -# Stanislav N. , 2017 +# Stanislav N. , 2017-2018 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 13:18+0200\n" -"PO-Revision-Date: 2017-04-08 17:01+0000\n" +"POT-Creation-Date: 2018-04-01 11:11-0400\n" +"PO-Revision-Date: 2018-05-25 00:00+0000\n" "Last-Translator: Stanislav N. \n" "Language-Team: Russian (http://www.transifex.com/Friendica/friendica/language/ru/)\n" "MIME-Version: 1.0\n" @@ -19,13 +19,19 @@ msgstr "" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(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" -#: blockem.php:53 blockem.php:57 +#: blockem.php:52 blockem.php:56 msgid "\"Blockem\"" msgstr "\"Blockem\"" +#: blockem.php:60 +msgid "" +"Hides user's content by collapsing posts. Also replaces their avatar with " +"generic image." +msgstr "Скрыть контент пользователя. Также заменяет его аватар изображением по-умолчанию." + #: blockem.php:61 -msgid "Comma separated profile URLS to block" -msgstr "Ссылки на профили, которые необходимо заблокировать, разделенные запятыми" +msgid "Comma separated profile URLS:" +msgstr "URL профилей, разделенные запятыми:" #: blockem.php:65 msgid "Save Settings" @@ -35,19 +41,19 @@ msgstr "Сохранить настройки" msgid "BLOCKEM Settings saved." msgstr "BLOCKEM Настройки сохранены." -#: blockem.php:142 +#: blockem.php:136 #, php-format -msgid "Blocked %s - Click to open/close" -msgstr "Заблокированные %s - Нажмите, чтобы открыть/закрыть" +msgid "Filtered user: %s" +msgstr "Отфильтрованный пользователь: %s" -#: blockem.php:197 +#: blockem.php:189 msgid "Unblock Author" msgstr "Разблокировать автора" -#: blockem.php:199 +#: blockem.php:191 msgid "Block Author" msgstr "Блокировать автора" -#: blockem.php:231 +#: blockem.php:223 msgid "blockem settings updated" msgstr "Настройки Blockem обновлены" diff --git a/blockem/lang/ru/strings.php b/blockem/lang/ru/strings.php index 3c47efd94..2a1b14985 100644 --- a/blockem/lang/ru/strings.php +++ b/blockem/lang/ru/strings.php @@ -2,14 +2,16 @@ 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);; }} ; $a->strings["\"Blockem\""] = "\"Blockem\""; -$a->strings["Comma separated profile URLS to block"] = "Ссылки на профили, которые необходимо заблокировать, разделенные запятыми"; +$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Скрыть контент пользователя. Также заменяет его аватар изображением по-умолчанию."; +$a->strings["Comma separated profile URLS:"] = "URL профилей, разделенные запятыми:"; $a->strings["Save Settings"] = "Сохранить настройки"; $a->strings["BLOCKEM Settings saved."] = "BLOCKEM Настройки сохранены."; -$a->strings["Blocked %s - Click to open/close"] = "Заблокированные %s - Нажмите, чтобы открыть/закрыть"; +$a->strings["Filtered user: %s"] = "Отфильтрованный пользователь: %s"; $a->strings["Unblock Author"] = "Разблокировать автора"; $a->strings["Block Author"] = "Блокировать автора"; $a->strings["blockem settings updated"] = "Настройки Blockem обновлены"; diff --git a/blogger/lang/is/messages.po b/blogger/lang/is/messages.po index e29ce4968..687b624fc 100644 --- a/blogger/lang/is/messages.po +++ b/blogger/lang/is/messages.po @@ -4,13 +4,13 @@ # # # Translators: -# Sveinn í Felli , 2016 +# Sveinn í Felli , 2016,2018 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-06-22 13:18+0200\n" -"PO-Revision-Date: 2016-07-25 09:15+0000\n" +"PO-Revision-Date: 2018-05-24 09:45+0000\n" "Last-Translator: Sveinn í Felli \n" "Language-Team: Icelandic (http://www.transifex.com/Friendica/friendica/language/is/)\n" "MIME-Version: 1.0\n" diff --git a/blogger/lang/is/strings.php b/blogger/lang/is/strings.php index deab7af80..5e61af39a 100644 --- a/blogger/lang/is/strings.php +++ b/blogger/lang/is/strings.php @@ -2,6 +2,7 @@ if(! function_exists("string_plural_select_is")) { function string_plural_select_is($n){ + $n = intval($n); return ($n % 10 != 1 || $n % 100 == 11);; }} ; diff --git a/blogger/lang/ru/messages.po b/blogger/lang/ru/messages.po index 93d8ce3f7..62ad1fb33 100644 --- a/blogger/lang/ru/messages.po +++ b/blogger/lang/ru/messages.po @@ -4,13 +4,13 @@ # # # Translators: -# Stanislav N. , 2017 +# Stanislav N. , 2017-2018 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-06-22 13:18+0200\n" -"PO-Revision-Date: 2017-04-08 17:02+0000\n" +"PO-Revision-Date: 2018-05-25 00:00+0000\n" "Last-Translator: Stanislav N. \n" "Language-Team: Russian (http://www.transifex.com/Friendica/friendica/language/ru/)\n" "MIME-Version: 1.0\n" @@ -29,7 +29,7 @@ msgstr "Экспорт в Blogger" #: blogger.php:82 msgid "Enable Blogger Post Addon" -msgstr "Включить плагин Blogger" +msgstr "Включить аддон репоста в Blogger" #: blogger.php:87 msgid "Blogger username" diff --git a/blogger/lang/ru/strings.php b/blogger/lang/ru/strings.php index 3c2e1a299..c90b73e5a 100644 --- a/blogger/lang/ru/strings.php +++ b/blogger/lang/ru/strings.php @@ -2,12 +2,13 @@ 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);; }} ; $a->strings["Post to blogger"] = "Написать в Blogger"; $a->strings["Blogger Export"] = "Экспорт в Blogger"; -$a->strings["Enable Blogger Post Addon"] = "Включить плагин Blogger"; +$a->strings["Enable Blogger Post Addon"] = "Включить аддон репоста в Blogger"; $a->strings["Blogger username"] = "Имя пользователя Blogger"; $a->strings["Blogger password"] = "Пароль Blogger"; $a->strings["Blogger API URL"] = "Blogger API URL"; diff --git a/buffer/lang/is/messages.po b/buffer/lang/is/messages.po new file mode 100644 index 000000000..dea15854c --- /dev/null +++ b/buffer/lang/is/messages.po @@ -0,0 +1,76 @@ +# ADDON buffer +# Copyright (C) +# This file is distributed under the same license as the Friendica buffer addon package. +# +# +# Translators: +# Sveinn í Felli , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-22 13:18+0200\n" +"PO-Revision-Date: 2018-05-24 15:15+0000\n" +"Last-Translator: Sveinn í Felli \n" +"Language-Team: Icelandic (http://www.transifex.com/Friendica/friendica/language/is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#: buffer.php:31 +msgid "Permission denied." +msgstr "Heimild ekki veitt." + +#: buffer.php:57 buffer.php:185 +msgid "Save Settings" +msgstr "" + +#: buffer.php:59 +msgid "Client ID" +msgstr "" + +#: buffer.php:60 +msgid "Client Secret" +msgstr "" + +#: buffer.php:67 +msgid "Error when registering buffer connection:" +msgstr "" + +#: buffer.php:86 +msgid "You are now authenticated to buffer. " +msgstr "" + +#: buffer.php:87 +msgid "return to the connector page" +msgstr "" + +#: buffer.php:103 +msgid "Post to Buffer" +msgstr "" + +#: buffer.php:128 buffer.php:132 +msgid "Buffer Export" +msgstr "" + +#: buffer.php:142 +msgid "Authenticate your Buffer connection" +msgstr "" + +#: buffer.php:146 +msgid "Enable Buffer Post Addon" +msgstr "" + +#: buffer.php:151 +msgid "Post to Buffer by default" +msgstr "" + +#: buffer.php:156 +msgid "Check to delete this preset" +msgstr "" + +#: buffer.php:165 +msgid "Posts are going to all accounts that are enabled by default:" +msgstr "" diff --git a/buffer/lang/is/strings.php b/buffer/lang/is/strings.php new file mode 100644 index 000000000..3584aad3b --- /dev/null +++ b/buffer/lang/is/strings.php @@ -0,0 +1,22 @@ +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:"] = ""; diff --git a/buffer/lang/ru/messages.po b/buffer/lang/ru/messages.po index 68107abc1..7aabaf4c4 100644 --- a/buffer/lang/ru/messages.po +++ b/buffer/lang/ru/messages.po @@ -4,13 +4,13 @@ # # # Translators: -# Stanislav N. , 2017 +# Stanislav N. , 2017-2018 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-06-22 13:18+0200\n" -"PO-Revision-Date: 2017-04-08 17:05+0000\n" +"PO-Revision-Date: 2018-05-25 00:01+0000\n" "Last-Translator: Stanislav N. \n" "Language-Team: Russian (http://www.transifex.com/Friendica/friendica/language/ru/)\n" "MIME-Version: 1.0\n" @@ -61,7 +61,7 @@ msgstr "Аутентифицируйте свое соединение с Buffer #: buffer.php:146 msgid "Enable Buffer Post Addon" -msgstr "Включить плагин Buffer" +msgstr "Включить аддон Buffer Post" #: buffer.php:151 msgid "Post to Buffer by default" diff --git a/buffer/lang/ru/strings.php b/buffer/lang/ru/strings.php index 8572ffd66..92dfc5070 100644 --- a/buffer/lang/ru/strings.php +++ b/buffer/lang/ru/strings.php @@ -2,6 +2,7 @@ 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);; }} ; @@ -15,7 +16,7 @@ $a->strings["return to the connector page"] = "вернуться на стра $a->strings["Post to Buffer"] = "Написать в Buffer"; $a->strings["Buffer Export"] = "Экспорт в Buffer"; $a->strings["Authenticate your Buffer connection"] = "Аутентифицируйте свое соединение с Buffer"; -$a->strings["Enable Buffer Post Addon"] = "Включить плагин Buffer"; +$a->strings["Enable Buffer Post Addon"] = "Включить аддон Buffer Post"; $a->strings["Post to Buffer by default"] = "Отправлять в Buffer по умолчанию"; $a->strings["Check to delete this preset"] = "Отметьте для удаления этих настроек"; $a->strings["Posts are going to all accounts that are enabled by default:"] = "Сообщения уходят во все учетные записи по умолчанию:"; diff --git a/buglink/lang/is/messages.po b/buglink/lang/is/messages.po new file mode 100644 index 000000000..87154d1f5 --- /dev/null +++ b/buglink/lang/is/messages.po @@ -0,0 +1,24 @@ +# ADDON buglink +# Copyright (C) +# This file is distributed under the same license as the Friendica buglink addon package. +# +# +# Translators: +# Sveinn í Felli , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-22 13:18+0200\n" +"PO-Revision-Date: 2018-05-24 15:16+0000\n" +"Last-Translator: Sveinn í Felli \n" +"Language-Team: Icelandic (http://www.transifex.com/Friendica/friendica/language/is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#: buglink.php:15 +msgid "Report Bug" +msgstr "Tilkynna villu" diff --git a/buglink/lang/is/strings.php b/buglink/lang/is/strings.php index 7b3823a6e..0458315a2 100644 --- a/buglink/lang/is/strings.php +++ b/buglink/lang/is/strings.php @@ -1,3 +1,9 @@ -strings["Report Bug"] = "Tilkynna bilun"; +strings["Report Bug"] = "Tilkynna villu"; diff --git a/catavatar/lang/is/messages.po b/catavatar/lang/is/messages.po new file mode 100644 index 000000000..f090c4aef --- /dev/null +++ b/catavatar/lang/is/messages.po @@ -0,0 +1,51 @@ +# ADDON catavatar +# Copyright (C) +# This file is distributed under the same license as the Friendica catavatar addon package. +# +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-04-13 09:35+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Sveinn í Felli , 2018\n" +"Language-Team: Icelandic (https://www.transifex.com/Friendica/teams/12172/is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#: catavatar.php:60 +msgid "Use Cat as Avatar" +msgstr "" + +#: catavatar.php:61 +msgid "More Random Cat!" +msgstr "" + +#: catavatar.php:62 +msgid "Reset to email Cat" +msgstr "" + +#: catavatar.php:64 +msgid "Cat Avatar Settings" +msgstr "" + +#: catavatar.php:100 +msgid "The cat hadn't found itself." +msgstr "" + +#: catavatar.php:109 +msgid "There was an error, the cat ran away." +msgstr "" + +#: catavatar.php:115 +msgid "Profile Photos" +msgstr "Forsíðumyndir" + +#: catavatar.php:130 +msgid "Meow!" +msgstr "Mjá!" diff --git a/catavatar/lang/is/strings.php b/catavatar/lang/is/strings.php new file mode 100644 index 000000000..a4266e21b --- /dev/null +++ b/catavatar/lang/is/strings.php @@ -0,0 +1,16 @@ +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á!"; diff --git a/communityhome/lang/is/messages.po b/communityhome/lang/is/messages.po new file mode 100644 index 000000000..8fddda5c5 --- /dev/null +++ b/communityhome/lang/is/messages.po @@ -0,0 +1,74 @@ +# ADDON communityhome +# Copyright (C) +# This file is distributed under the same license as the Friendica communityhome addon package. +# +# +# Translators: +# Sveinn í Felli , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2018-05-24 15:16+0000\n" +"Last-Translator: Sveinn í Felli \n" +"Language-Team: Icelandic (http://www.transifex.com/Friendica/friendica/language/is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#: communityhome.php:28 communityhome.php:34 +msgid "Login" +msgstr "Innskráning" + +#: communityhome.php:29 +msgid "OpenID" +msgstr "" + +#: communityhome.php:39 +msgid "Latest users" +msgstr "" + +#: communityhome.php:84 +msgid "Most active users" +msgstr "" + +#: communityhome.php:102 +msgid "Latest photos" +msgstr "" + +#: communityhome.php:115 +msgid "Contact Photos" +msgstr "" + +#: communityhome.php:116 +msgid "Profile Photos" +msgstr "" + +#: communityhome.php:141 +msgid "Latest likes" +msgstr "" + +#: communityhome.php:163 +msgid "event" +msgstr "" + +#: communityhome.php:166 communityhome.php:175 +msgid "status" +msgstr "" + +#: communityhome.php:171 +msgid "photo" +msgstr "" + +#: communityhome.php:180 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "" + +#: communityhome.php:189 +#, php-format +msgid "Welcome to %s" +msgstr "" diff --git a/communityhome/lang/is/strings.php b/communityhome/lang/is/strings.php index 743d16cdb..19d602fde 100644 --- a/communityhome/lang/is/strings.php +++ b/communityhome/lang/is/strings.php @@ -1,14 +1,21 @@ -strings["Login"] = "Innskrá"; -$a->strings["OpenID"] = "OpenID"; -$a->strings["Latest users"] = ""; -$a->strings["Most active users"] = "Ofvirkustu notendurnir"; -$a->strings["Latest photos"] = ""; -$a->strings["Contact Photos"] = "Myndir tengiliðs"; -$a->strings["Profile Photos"] = "Forsíðu myndir"; -$a->strings["Latest likes"] = ""; -$a->strings["event"] = "atburður"; -$a->strings["status"] = "staða"; -$a->strings["photo"] = "mynd"; -$a->strings["Welcome to %s"] = "Velkomin(n) til %s"; +strings["Login"] = "Innskráning"; +$a->strings["OpenID"] = ""; +$a->strings["Latest users"] = ""; +$a->strings["Most active users"] = ""; +$a->strings["Latest photos"] = ""; +$a->strings["Contact Photos"] = ""; +$a->strings["Profile Photos"] = ""; +$a->strings["Latest likes"] = ""; +$a->strings["event"] = ""; +$a->strings["status"] = ""; +$a->strings["photo"] = ""; +$a->strings["%1\$s likes %2\$s's %3\$s"] = ""; +$a->strings["Welcome to %s"] = ""; diff --git a/diaspora/lang/is/messages.po b/diaspora/lang/is/messages.po new file mode 100644 index 000000000..13f1e3ae4 --- /dev/null +++ b/diaspora/lang/is/messages.po @@ -0,0 +1,62 @@ +# ADDON diaspora +# Copyright (C) +# This file is distributed under the same license as the Friendica diaspora addon package. +# +# +# Translators: +# Sveinn í Felli , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-22 13:18+0200\n" +"PO-Revision-Date: 2018-05-24 15:20+0000\n" +"Last-Translator: Sveinn í Felli \n" +"Language-Team: Icelandic (http://www.transifex.com/Friendica/friendica/language/is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#: diaspora.php:37 +msgid "Post to Diaspora" +msgstr "Senda færslu á Diaspora" + +#: diaspora.php:142 +msgid "" +"Can't login to your Diaspora account. Please check username and password and" +" ensure you used the complete address (including http...)" +msgstr "" + +#: diaspora.php:149 diaspora.php:153 +msgid "Diaspora Export" +msgstr "Diaspora útflutningur" + +#: diaspora.php:163 +msgid "Enable Diaspora Post Addon" +msgstr "Virkja sendiviðbót fyrir Diaspora" + +#: diaspora.php:168 +msgid "Diaspora username" +msgstr "Notandanafn á Diaspora" + +#: diaspora.php:173 +msgid "Diaspora password" +msgstr "Lykilorð á Diaspora" + +#: diaspora.php:178 +msgid "Diaspora site URL" +msgstr "Slóð á Diaspora-vefsvæði" + +#: diaspora.php:183 +msgid "Post to Diaspora by default" +msgstr "Senda sjálfgefið færslur á Diaspora" + +#: diaspora.php:189 +msgid "Save Settings" +msgstr "Vista stillingar" + +#: diaspora.php:324 +msgid "Diaspora post failed. Queued for retry." +msgstr "Færsla Diaspora mistókst. Sett í biðröð til endurtekningar." diff --git a/diaspora/lang/is/strings.php b/diaspora/lang/is/strings.php new file mode 100644 index 000000000..6149a41b7 --- /dev/null +++ b/diaspora/lang/is/strings.php @@ -0,0 +1,18 @@ +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"; +$a->strings["Diaspora password"] = "Lykilorð á Diaspora"; +$a->strings["Diaspora site URL"] = "Slóð á Diaspora-vefsvæði"; +$a->strings["Post to Diaspora by default"] = "Senda sjálfgefið færslur á Diaspora"; +$a->strings["Save Settings"] = "Vista stillingar"; +$a->strings["Diaspora post failed. Queued for retry."] = "Færsla Diaspora mistókst. Sett í biðröð til endurtekningar."; diff --git a/diaspora/lang/ru/strings.php b/diaspora/lang/ru/strings.php index 0d46c78de..71c8ff1f7 100644 --- a/diaspora/lang/ru/strings.php +++ b/diaspora/lang/ru/strings.php @@ -2,6 +2,7 @@ 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);; }} ; diff --git a/dwpost/lang/ru/messages.po b/dwpost/lang/ru/messages.po index 93e400e54..572e10feb 100644 --- a/dwpost/lang/ru/messages.po +++ b/dwpost/lang/ru/messages.po @@ -4,13 +4,13 @@ # # # Translators: -# Stanislav N. , 2017 +# Stanislav N. , 2017-2018 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2017-04-08 17:09+0000\n" +"PO-Revision-Date: 2018-05-25 00:01+0000\n" "Last-Translator: Stanislav N. \n" "Language-Team: Russian (http://www.transifex.com/Friendica/friendica/language/ru/)\n" "MIME-Version: 1.0\n" @@ -29,7 +29,7 @@ msgstr "Настройки сообщений Dreamwidth" #: dwpost.php:72 msgid "Enable dreamwidth Post Addon" -msgstr "Включить плагин отправки сообщений в Dreamwidth" +msgstr "Включить аддон dreamwidth Post" #: dwpost.php:77 msgid "dreamwidth username" diff --git a/dwpost/lang/ru/strings.php b/dwpost/lang/ru/strings.php index 7b6e5f471..5c3513206 100644 --- a/dwpost/lang/ru/strings.php +++ b/dwpost/lang/ru/strings.php @@ -2,12 +2,13 @@ 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);; }} ; $a->strings["Post to Dreamwidth"] = "Отправить в Dreamwidth"; $a->strings["Dreamwidth Post Settings"] = "Настройки сообщений Dreamwidth"; -$a->strings["Enable dreamwidth Post Addon"] = "Включить плагин отправки сообщений в Dreamwidth"; +$a->strings["Enable dreamwidth Post Addon"] = "Включить аддон dreamwidth Post"; $a->strings["dreamwidth username"] = "Имя пользователя Dreamwidth"; $a->strings["dreamwidth password"] = "Пароль Dreamwidth"; $a->strings["Post to dreamwidth by default"] = "Отправлять сообщения в Dreamwidth по умолчанию"; diff --git a/geonames/lang/is/messages.po b/geonames/lang/is/messages.po new file mode 100644 index 000000000..a2535ce90 --- /dev/null +++ b/geonames/lang/is/messages.po @@ -0,0 +1,36 @@ +# ADDON geonames +# Copyright (C) +# This file is distributed under the same license as the Friendica geonames addon package. +# +# +# Translators: +# Sveinn í Felli , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2018-05-24 15:15+0000\n" +"Last-Translator: Sveinn í Felli \n" +"Language-Team: Icelandic (http://www.transifex.com/Friendica/friendica/language/is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#: geonames.php:143 +msgid "Geonames settings updated." +msgstr "" + +#: geonames.php:179 +msgid "Geonames Settings" +msgstr "" + +#: geonames.php:181 +msgid "Enable Geonames Addon" +msgstr "" + +#: geonames.php:187 +msgid "Submit" +msgstr "Senda inn" diff --git a/geonames/lang/is/strings.php b/geonames/lang/is/strings.php index 436d31167..8462f4c36 100644 --- a/geonames/lang/is/strings.php +++ b/geonames/lang/is/strings.php @@ -1,6 +1,12 @@ -strings["Geonames settings updated."] = ""; -$a->strings["Geonames Settings"] = ""; -$a->strings["Enable Geonames Addon"] = ""; -$a->strings["Submit"] = "Senda inn"; +strings["Geonames settings updated."] = ""; +$a->strings["Geonames Settings"] = ""; +$a->strings["Enable Geonames Addon"] = ""; +$a->strings["Submit"] = "Senda inn"; diff --git a/geonames/lang/ru/messages.po b/geonames/lang/ru/messages.po index a639310bc..26e3ca450 100644 --- a/geonames/lang/ru/messages.po +++ b/geonames/lang/ru/messages.po @@ -4,13 +4,13 @@ # # # Translators: -# Stanislav N. , 2017 +# Stanislav N. , 2017-2018 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2017-04-08 17:16+0000\n" +"PO-Revision-Date: 2018-05-25 00:02+0000\n" "Last-Translator: Stanislav N. \n" "Language-Team: Russian (http://www.transifex.com/Friendica/friendica/language/ru/)\n" "MIME-Version: 1.0\n" @@ -29,7 +29,7 @@ msgstr "Настройки Geonames" #: geonames.php:181 msgid "Enable Geonames Addon" -msgstr "Включить плагин Geonames" +msgstr "Включить аддон Geonames" #: geonames.php:187 msgid "Submit" diff --git a/geonames/lang/ru/strings.php b/geonames/lang/ru/strings.php index 658dd72a8..282db7502 100644 --- a/geonames/lang/ru/strings.php +++ b/geonames/lang/ru/strings.php @@ -2,10 +2,11 @@ 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);; }} ; $a->strings["Geonames settings updated."] = "Настройки Geonames обновлены."; $a->strings["Geonames Settings"] = "Настройки Geonames"; -$a->strings["Enable Geonames Addon"] = "Включить плагин Geonames"; +$a->strings["Enable Geonames Addon"] = "Включить аддон Geonames"; $a->strings["Submit"] = "Добавить"; diff --git a/gnot/lang/ru/messages.po b/gnot/lang/ru/messages.po index 9e63af419..751ef46c1 100644 --- a/gnot/lang/ru/messages.po +++ b/gnot/lang/ru/messages.po @@ -4,13 +4,13 @@ # # # Translators: -# Stanislav N. , 2017 +# Stanislav N. , 2017-2018 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2017-04-08 17:17+0000\n" +"PO-Revision-Date: 2018-05-25 00:02+0000\n" "Last-Translator: Stanislav N. \n" "Language-Team: Russian (http://www.transifex.com/Friendica/friendica/language/ru/)\n" "MIME-Version: 1.0\n" @@ -35,7 +35,7 @@ msgstr "Разрешить нитевание уведомлений о комм #: gnot.php:82 msgid "Enable this addon?" -msgstr "Включить этот плагин/аддон?" +msgstr "Включить этот аддон?" #: gnot.php:88 msgid "Submit" diff --git a/gnot/lang/ru/strings.php b/gnot/lang/ru/strings.php index 53d6583b2..d49d02194 100644 --- a/gnot/lang/ru/strings.php +++ b/gnot/lang/ru/strings.php @@ -2,12 +2,13 @@ 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);; }} ; $a->strings["Gnot settings updated."] = "Настройки Gnot обновлены."; $a->strings["Gnot Settings"] = "Настройки Gnot"; $a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Разрешить нитевание уведомлений о комментариях на Gmail и анонимизировать поле \"Тема\"."; -$a->strings["Enable this addon?"] = "Включить этот плагин/аддон?"; +$a->strings["Enable this addon?"] = "Включить этот аддон?"; $a->strings["Submit"] = "Добавить"; $a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notify] Комментарий в теме #%d"; diff --git a/langfilter/lang/ru/messages.po b/langfilter/lang/ru/messages.po new file mode 100644 index 000000000..22a9f9f84 --- /dev/null +++ b/langfilter/lang/ru/messages.po @@ -0,0 +1,80 @@ +# ADDON langfilter +# Copyright (C) +# This file is distributed under the same license as the Friendica langfilter addon package. +# +# +# Translators: +# Stanislav N. , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-04-01 11:11-0400\n" +"PO-Revision-Date: 2018-05-24 23:59+0000\n" +"Last-Translator: Stanislav N. \n" +"Language-Team: Russian (http://www.transifex.com/Friendica/friendica/language/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(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" + +#: langfilter.php:58 +msgid "Language Filter" +msgstr "Языковой фильтр" + +#: langfilter.php:59 +msgid "" +"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." +msgstr "Это дополнение пытается идентифицировать язык, на котором написаны посты. Если язык не соответствует ни одному, указанному ниже, то такие посты будут скрыты." + +#: langfilter.php:60 +msgid "Use the language filter" +msgstr "Использовать языковой фильтр" + +#: langfilter.php:61 +msgid "Able to read" +msgstr "Возможность читать" + +#: langfilter.php:61 +msgid "" +"List of abbreviations (iso2 codes) for languages you speak, comma separated." +" For example \"de,it\"." +msgstr "Список аббериватур (кодов по iso2) для языков, на которых вы говорите. Например, \"ru,en\"." + +#: langfilter.php:62 +msgid "Minimum confidence in language detection" +msgstr "Минимальная уверенность в детектировании языка" + +#: langfilter.php:62 +msgid "" +"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." +msgstr "Минимальная уверенность в правильном детектировании языка, от 0 до 100. Посты не будут скрыты, если уверенность в правильном детектировании языка в процентах ниже этого значения." + +#: langfilter.php:63 +msgid "Minimum length of message body" +msgstr "Минимальная длина тела сообщения" + +#: langfilter.php:63 +msgid "" +"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)." +msgstr "Минимальное количество знаков в теле сообщения для применения фильтрации. Посты, длина которых меньше указанного значения, не будут отфильтрованы. Обратите внимание, что детектирование языка работает ненадежно для небольших постов (<200 символов)." + +#: langfilter.php:64 +msgid "Save Settings" +msgstr "Сохранить настройки" + +#: langfilter.php:105 +msgid "Language Filter Settings saved." +msgstr "Настройки фильтрации языков сохранены." + +#: langfilter.php:182 +#, php-format +msgid "Filtered language: %s" +msgstr "Отфильтрованный язык: %s" diff --git a/langfilter/lang/ru/strings.php b/langfilter/lang/ru/strings.php new file mode 100644 index 000000000..33c34e54d --- /dev/null +++ b/langfilter/lang/ru/strings.php @@ -0,0 +1,20 @@ +=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);; +}} +; +$a->strings["Language Filter"] = "Языковой фильтр"; +$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"] = "Использовать языковой фильтр"; +$a->strings["Able to read"] = "Возможность читать"; +$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Список аббериватур (кодов по iso2) для языков, на которых вы говорите. Например, \"ru,en\"."; +$a->strings["Minimum confidence in language detection"] = "Минимальная уверенность в детектировании языка"; +$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Минимальная уверенность в правильном детектировании языка, от 0 до 100. Посты не будут скрыты, если уверенность в правильном детектировании языка в процентах ниже этого значения."; +$a->strings["Minimum length of message body"] = "Минимальная длина тела сообщения"; +$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Минимальное количество знаков в теле сообщения для применения фильтрации. Посты, длина которых меньше указанного значения, не будут отфильтрованы. Обратите внимание, что детектирование языка работает ненадежно для небольших постов (<200 символов)."; +$a->strings["Save Settings"] = "Сохранить настройки"; +$a->strings["Language Filter Settings saved."] = "Настройки фильтрации языков сохранены."; +$a->strings["Filtered language: %s"] = "Отфильтрованный язык: %s"; diff --git a/openstreetmap/lang/is/messages.po b/openstreetmap/lang/is/messages.po new file mode 100644 index 000000000..77b7cb78b --- /dev/null +++ b/openstreetmap/lang/is/messages.po @@ -0,0 +1,46 @@ +# ADDON openstreetmap +# Copyright (C) +# This file is distributed under the same license as the Friendica openstreetmap addon package. +# +# +# Translators: +# Sveinn í Felli , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2018-05-24 15:14+0000\n" +"Last-Translator: Sveinn í Felli \n" +"Language-Team: Icelandic (http://www.transifex.com/Friendica/friendica/language/is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#: openstreetmap.php:94 +msgid "Submit" +msgstr "Senda inn" + +#: openstreetmap.php:95 +msgid "Tile Server URL" +msgstr "Slóð á kortaflísamiðlara" + +#: openstreetmap.php:95 +msgid "" +"A list of public tile servers" +msgstr "Listi yfir opinbera kortaflísamiðlara" + +#: openstreetmap.php:96 +msgid "Default zoom" +msgstr "Sjálfgefinn aðdráttur" + +#: openstreetmap.php:96 +msgid "The default zoom level. (1:world, 18:highest)" +msgstr "Sjálfgefið aðdráttarstig. (1:heimur, 18:mest)" + +#: openstreetmap.php:104 +msgid "Settings updated." +msgstr "Stillingar uppfærðar." diff --git a/openstreetmap/lang/is/strings.php b/openstreetmap/lang/is/strings.php index dc717efb0..d14a77135 100644 --- a/openstreetmap/lang/is/strings.php +++ b/openstreetmap/lang/is/strings.php @@ -1,8 +1,14 @@ -strings["Submit"] = "Senda inn"; -$a->strings["Tile Server URL"] = ""; -$a->strings["A list of public tile servers"] = ""; -$a->strings["Default zoom"] = "Sjálfgefin þysjun"; -$a->strings["The default zoom level. (1:world, 18:highest)"] = "Sjálfgefna þysjunar sig. (1:heimur, 18:mest)"; -$a->strings["Settings updated."] = "Stillingar uppfærðar"; +strings["Submit"] = "Senda inn"; +$a->strings["Tile Server URL"] = "Slóð á kortaflísamiðlara"; +$a->strings["A list of public tile servers"] = "Listi yfir opinbera kortaflísamiðlara"; +$a->strings["Default zoom"] = "Sjálfgefinn aðdráttur"; +$a->strings["The default zoom level. (1:world, 18:highest)"] = "Sjálfgefið aðdráttarstig. (1:heimur, 18:mest)"; +$a->strings["Settings updated."] = "Stillingar uppfærðar."; diff --git a/startpage/lang/is/messages.po b/startpage/lang/is/messages.po new file mode 100644 index 000000000..8db9a6ed8 --- /dev/null +++ b/startpage/lang/is/messages.po @@ -0,0 +1,36 @@ +# ADDON startpage +# Copyright (C) +# This file is distributed under the same license as the Friendica startpage addon package. +# +# +# Translators: +# Sveinn í Felli , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2018-05-24 09:48+0000\n" +"Last-Translator: Sveinn í Felli \n" +"Language-Team: Icelandic (http://www.transifex.com/Friendica/friendica/language/is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#: startpage.php:83 +msgid "Startpage Settings" +msgstr "Stillingar upphafssíðu" + +#: startpage.php:85 +msgid "Home page to load after login - leave blank for profile wall" +msgstr "Heimasíða sem á að hlaða inn eftir innskráningu - skilja eftir autt til að fá forsíðu notanda" + +#: startpage.php:88 +msgid "Examples: "network" or "notifications/system"" +msgstr "Dæmi: "netkerfi" eða "tilkynningar/kerfi"" + +#: startpage.php:92 +msgid "Submit" +msgstr "Senda inn" diff --git a/startpage/lang/is/strings.php b/startpage/lang/is/strings.php index 134d57260..afd3d84a0 100644 --- a/startpage/lang/is/strings.php +++ b/startpage/lang/is/strings.php @@ -1,6 +1,12 @@ -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"] = "Senda inn"; +strings["Startpage Settings"] = "Stillingar upphafssíðu"; +$a->strings["Home page to load after login - leave blank for profile wall"] = "Heimasíða sem á að hlaða inn eftir innskráningu - skilja eftir autt til að fá forsíðu notanda"; +$a->strings["Examples: "network" or "notifications/system""] = "Dæmi: "netkerfi" eða "tilkynningar/kerfi""; +$a->strings["Submit"] = "Senda inn"; diff --git a/statusnet/lang/is/messages.po b/statusnet/lang/is/messages.po new file mode 100644 index 000000000..512c6560b --- /dev/null +++ b/statusnet/lang/is/messages.po @@ -0,0 +1,175 @@ +# ADDON statusnet +# Copyright (C) +# This file is distributed under the same license as the Friendica statusnet addon package. +# +# +# Translators: +# Sveinn í Felli , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-27 07:21+0200\n" +"PO-Revision-Date: 2018-05-24 10:00+0000\n" +"Last-Translator: Sveinn í Felli \n" +"Language-Team: Icelandic (http://www.transifex.com/Friendica/friendica/language/is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#: statusnet.php:151 +msgid "Post to GNU Social" +msgstr "Senda á GNU Social" + +#: statusnet.php:196 +msgid "" +"Please contact your site administrator.
The provided API URL is not " +"valid." +msgstr "Hafðu samband við kerfisstjóra.
Uppgefin API-slóð er ógild." + +#: statusnet.php:225 +msgid "We could not contact the GNU Social API with the Path you entered." +msgstr "Ekki náðist í GNU Social API með slóðinni sem þú gafst upp." + +#: statusnet.php:259 +msgid "GNU Social settings updated." +msgstr "Stillingar GNU Social uppfærðar." + +#: statusnet.php:294 statusnet.php:298 +msgid "GNU Social Import/Export/Mirror" +msgstr "" + +#: statusnet.php:313 +msgid "Globally Available GNU Social OAuthKeys" +msgstr "Víðværir OAuth-lyklar GNU Social eru til taks" + +#: statusnet.php:314 +msgid "" +"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)." +msgstr "Þ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)." + +#: statusnet.php:320 statusnet.php:337 statusnet.php:364 statusnet.php:371 +#: statusnet.php:416 statusnet.php:699 +msgid "Save Settings" +msgstr "Vista stillingar" + +#: statusnet.php:322 +msgid "Provide your own OAuth Credentials" +msgstr "Gefðu upp eigin OAuth auðkenni" + +#: statusnet.php:323 +msgid "" +"No consumer key pair for GNU Social found. Register your Friendica Account " +"as an desktop client on your GNU Social account, copy the consumer key pair " +"here and enter the API base root.
Before you register your own OAuth " +"key pair ask the administrator if there is already a key pair for this " +"Friendica installation at your favorited GNU Social installation." +msgstr "" + +#: statusnet.php:325 +msgid "OAuth Consumer Key" +msgstr "OAuth-lykill notanda" + +#: statusnet.php:328 +msgid "OAuth Consumer Secret" +msgstr "OAuth-leyniorð notanda" + +#: statusnet.php:331 statusnet.php:679 statusnet.php:691 +msgid "Base API Path (remember the trailing /)" +msgstr "Grunn API-slóð (muna eftir / í endann)" + +#: statusnet.php:356 +msgid "" +"To connect to your GNU Social account click the button below to get a " +"security code from GNU Social which you have to copy into the input box " +"below and submit the form. Only your public posts will be " +"posted to GNU Social." +msgstr "Til að tengjast GNU Social notandaaðgangnum ýttu á hnappinn hér fyrir neðan, þá fæst öryggislykill frá GNU Social sem þarf að afrita í svæðið fyrir neðan og senda inn. Aðeins opinberar færslur munu flæða yfir á GNU Social." + +#: statusnet.php:357 +msgid "Log in with GNU Social" +msgstr "Skrá inn með GNU Social" + +#: statusnet.php:359 +msgid "Copy the security code from GNU Social here" +msgstr "Afrita öryggislykil frá GNU Social hingað" + +#: statusnet.php:365 +msgid "Cancel Connection Process" +msgstr "Hætta við tengiferli" + +#: statusnet.php:367 +msgid "Current GNU Social API is" +msgstr "Núverandi GNU Social API er" + +#: statusnet.php:368 +msgid "Cancel GNU Social Connection" +msgstr "Hætta við GNU Social tengingu" + +#: statusnet.php:379 +msgid "Currently connected to: " +msgstr "Núna tengdur við:" + +#: statusnet.php:380 +msgid "" +"If enabled all your public postings can be posted to the " +"associated GNU Social account. You can choose to do so by default (here) or " +"for every posting separately in the posting options when writing the entry." +msgstr "Ef virkt þá geta allar opinberu stöðu meldingarnar þínar verið birtar á tengdri GNU Social síðu. Þú getur valið að gera þetta sjálfvirkt (hér) eða fyrir hvern póst í senn þegar hann er skrifaður." + +#: statusnet.php:382 +msgid "" +"Note: Due your privacy settings (Hide your profile " +"details from unknown viewers?) the link potentially included in public " +"postings relayed to GNU Social will lead the visitor to a blank page " +"informing the visitor that the access to your profile has been restricted." +msgstr "" + +#: statusnet.php:385 +msgid "Allow posting to GNU Social" +msgstr "Leyfa sendingu færslna til GNU Social" + +#: statusnet.php:388 +msgid "Send public postings to GNU Social by default" +msgstr "Sjálfgefið senda opinberar færslur á GNU Social" + +#: statusnet.php:392 +msgid "" +"Mirror all posts from GNU Social that are no replies or repeated messages" +msgstr "" + +#: statusnet.php:398 +msgid "Import the remote timeline" +msgstr "Flytja inn fjartengdu tímalínuna" + +#: statusnet.php:402 +msgid "Disabled" +msgstr "Slökkt" + +#: statusnet.php:403 +msgid "Full Timeline" +msgstr "Öll tímalínan" + +#: statusnet.php:404 +msgid "Only Mentions" +msgstr "" + +#: statusnet.php:413 +msgid "Clear OAuth configuration" +msgstr "Hreinsa OAuth stillingar" + +#: statusnet.php:690 +msgid "Site name" +msgstr "Heiti vefsvæðis" + +#: statusnet.php:692 +msgid "Consumer Secret" +msgstr "Leyniorð notanda" + +#: statusnet.php:693 +msgid "Consumer Key" +msgstr "Lykill notanda" diff --git a/statusnet/lang/is/strings.php b/statusnet/lang/is/strings.php index 8a6824992..367b40bb6 100644 --- a/statusnet/lang/is/strings.php +++ b/statusnet/lang/is/strings.php @@ -1,32 +1,41 @@ -strings["Post to StatusNet"] = "Senda færslu á StatusNet"; -$a->strings["Please contact your site administrator.
The provided API URL is not valid."] = "Hafðu samband við kerfisstjóra.
Uppgefin API slóð er ógild."; -$a->strings["We could not contact the StatusNet API with the Path you entered."] = "Ekki náðist í StatusNet API með slóð sem þú gafst upp."; -$a->strings["StatusNet settings updated."] = "StatusNet stillingar uppfærðar."; -$a->strings["StatusNet Posting Settings"] = "StatusNet færslu stillingar"; -$a->strings["Globally Available StatusNet OAuthKeys"] = "StatusNet OAuthKey í boði á heimsvísu"; -$a->strings["There are preconfigured OAuth key pairs for some StatusNet servers available. If you are useing one of them, please use these credentials. If not feel free to connect to any other StatusNet instance (see below)."] = "Það eru forstillt OAuth lykla pör í sumum StatusNet þ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 StatusNet þjón (sjá fyrir neðan)."; -$a->strings["Submit"] = "Senda inn"; -$a->strings["Provide your own OAuth Credentials"] = "Gefðu upp eigin OAuth auðkenni"; -$a->strings["No consumer key pair for StatusNet found. Register your Friendica Account as an desktop client on your StatusNet account, copy the consumer key pair here and enter the API base root.
Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited StatusNet installation."] = ""; -$a->strings["OAuth Consumer Key"] = "OAuth notenda lykill"; -$a->strings["OAuth Consumer Secret"] = "OAuth notenda leyndarmál"; -$a->strings["Base API Path (remember the trailing /)"] = "Grunn API slóð (muna eftir / í endann)"; -$a->strings["To connect to your StatusNet account click the button below to get a security code from StatusNet which you have to copy into the input box below and submit the form. Only your public posts will be posted to StatusNet."] = "Til að tengjast StatusNet notandanum ýttu á takkann fyrir neðan, þá fæst öryggis lykill frá StatusNet sem þarf að afrita í svæðið fyrir neðan og senda inn. Aðeins opinberar færslur munu flæða yfir á StatusNet."; -$a->strings["Log in with StatusNet"] = "Innskrá með StatusNet"; -$a->strings["Copy the security code from StatusNet here"] = "Afrita öryggis lykil frá StatusNet hingað"; -$a->strings["Cancel Connection Process"] = "Hætta við tengi ferli"; -$a->strings["Current StatusNet API is"] = "Núverandi StatusNet API er"; -$a->strings["Cancel StatusNet Connection"] = "Hætta við StatusNet tengingu"; -$a->strings["Currently connected to: "] = "Núna tengdur við:"; -$a->strings["If enabled all your public postings can be posted to the associated StatusNet account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Ef virkt þá geta allar opinberu stöðu meldingarnar þínar verið birtar á tengdri StatusNet 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["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to StatusNet will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = ""; -$a->strings["Allow posting to StatusNet"] = "Leyfa sendingu færslna til StatusNet"; -$a->strings["Send public postings to StatusNet by default"] = "Sjálfgefið senda opinberar færslur á StatusNet"; -$a->strings["Send linked #-tags and @-names to StatusNet"] = ""; -$a->strings["Clear OAuth configuration"] = "Hreinsa OAuth stillingar"; -$a->strings["Site name"] = "Nafn síðu"; -$a->strings["API URL"] = "API slóð"; -$a->strings["Consumer Secret"] = "Notenda leyndarmál"; -$a->strings["Consumer Key"] = "Notenda lykill"; +strings["Post to GNU Social"] = "Senda á GNU Social"; +$a->strings["Please contact your site administrator.
The provided API URL is not valid."] = "Hafðu samband við kerfisstjóra.
Uppgefin API-slóð er ógild."; +$a->strings["We could not contact the GNU Social API with the Path you entered."] = "Ekki náðist í GNU Social API með slóðinni sem þú gafst upp."; +$a->strings["GNU Social settings updated."] = "Stillingar GNU Social uppfærðar."; +$a->strings["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.
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["To connect to your GNU Social account click the button below to get a security code from GNU Social which you have to copy into the input box below and submit the form. Only your public posts will be posted to GNU Social."] = "Til að tengjast GNU Social notandaaðgangnum ýttu á hnappinn hér fyrir neðan, þá fæst öryggislykill frá GNU Social sem þarf að afrita í svæðið fyrir neðan og senda inn. Aðeins opinberar færslur munu flæða yfir á GNU Social."; +$a->strings["Log in with GNU Social"] = "Skrá inn með GNU Social"; +$a->strings["Copy the security code from GNU Social here"] = "Afrita öryggislykil frá GNU Social hingað"; +$a->strings["Cancel Connection Process"] = "Hætta við tengiferli"; +$a->strings["Current GNU Social API is"] = "Núverandi GNU Social API er"; +$a->strings["Cancel GNU Social Connection"] = "Hætta við GNU Social tengingu"; +$a->strings["Currently connected to: "] = "Núna tengdur við:"; +$a->strings["If enabled all your public postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Ef virkt þá geta allar opinberu stöðu meldingarnar þínar verið birtar á tengdri GNU Social síðu. Þú getur valið að gera þetta sjálfvirkt (hér) eða fyrir hvern póst í senn þegar hann er skrifaður."; +$a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to GNU Social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = ""; +$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"; +$a->strings["Consumer Key"] = "Lykill notanda"; diff --git a/viewsrc/lang/is/messages.po b/viewsrc/lang/is/messages.po new file mode 100644 index 000000000..19bd2eb4e --- /dev/null +++ b/viewsrc/lang/is/messages.po @@ -0,0 +1,23 @@ +# ADDON viewsrc +# Copyright (C) +# This file is distributed under the same license as the Friendica viewsrc addon package. +# +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Sveinn í Felli , 2018\n" +"Language-Team: Icelandic (https://www.transifex.com/Friendica/teams/12172/is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#: viewsrc.php:39 +msgid "View Source" +msgstr "Skoða uppruna" diff --git a/viewsrc/lang/is/strings.php b/viewsrc/lang/is/strings.php index cbd2bfd56..d67368df0 100644 --- a/viewsrc/lang/is/strings.php +++ b/viewsrc/lang/is/strings.php @@ -1,3 +1,9 @@ -strings["View Source"] = ""; +strings["View Source"] = "Skoða uppruna"; diff --git a/viewsrc/lang/ru/messages.po b/viewsrc/lang/ru/messages.po new file mode 100644 index 000000000..6e5e63655 --- /dev/null +++ b/viewsrc/lang/ru/messages.po @@ -0,0 +1,23 @@ +# ADDON viewsrc +# Copyright (C) +# This file is distributed under the same license as the Friendica viewsrc addon package. +# +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Stanislav N. , 2018\n" +"Language-Team: Russian (https://www.transifex.com/Friendica/teams/12172/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(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" + +#: viewsrc.php:39 +msgid "View Source" +msgstr "Показать исходник" diff --git a/viewsrc/lang/ru/strings.php b/viewsrc/lang/ru/strings.php index 57fa23afd..345462c4c 100644 --- a/viewsrc/lang/ru/strings.php +++ b/viewsrc/lang/ru/strings.php @@ -1,3 +1,9 @@ -strings["View Source"] = "Просмотр HTML-кода"; +=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);; +}} +; +$a->strings["View Source"] = "Показать исходник"; diff --git a/xmpp/lang/ru/messages.po b/xmpp/lang/ru/messages.po new file mode 100644 index 000000000..503ac01d4 --- /dev/null +++ b/xmpp/lang/ru/messages.po @@ -0,0 +1,62 @@ +# ADDON xmpp +# Copyright (C) +# This file is distributed under the same license as the Friendica xmpp addon package. +# +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-27 09:30+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Stanislav N. , 2018\n" +"Language-Team: Russian (https://www.transifex.com/Friendica/teams/12172/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(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" + +#: xmpp.php:38 +msgid "XMPP settings updated." +msgstr "Настройки XMPP обновлены." + +#: xmpp.php:63 xmpp.php:67 +msgid "XMPP-Chat (Jabber)" +msgstr "XMPP чат (Jabber)" + +#: xmpp.php:71 +msgid "Enable Webchat" +msgstr "Включить веб-чат" + +#: xmpp.php:76 +msgid "Individual Credentials" +msgstr "Ваши данные для входа" + +#: xmpp.php:82 xmpp.php:108 +msgid "Jabber BOSH host" +msgstr "BOSH хост" + +#: xmpp.php:91 xmpp.php:107 +msgid "Save Settings" +msgstr "Сохранить настройки" + +#: xmpp.php:109 +msgid "Use central userbase" +msgstr "Использовать централизованную БД пользователей" + +#: xmpp.php:109 +msgid "" +"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." +msgstr "" +"Если включено, то пользователи будут автоматически входить в учетную запись " +"на ejabberd сервере, который должен быть установлен на этом сервере. Учетные" +" данные должны быть синхронизированы с помощью скрипта " +"\"auth_ejabberd.php\"." + +#: xmpp.php:119 +msgid "Settings updated." +msgstr "Настройки обновлены." diff --git a/xmpp/lang/ru/strings.php b/xmpp/lang/ru/strings.php new file mode 100644 index 000000000..499cb9814 --- /dev/null +++ b/xmpp/lang/ru/strings.php @@ -0,0 +1,17 @@ +=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);; +}} +; +$a->strings["XMPP settings updated."] = "Настройки XMPP обновлены."; +$a->strings["XMPP-Chat (Jabber)"] = "XMPP чат (Jabber)"; +$a->strings["Enable Webchat"] = "Включить веб-чат"; +$a->strings["Individual Credentials"] = "Ваши данные для входа"; +$a->strings["Jabber BOSH host"] = "BOSH хост"; +$a->strings["Save Settings"] = "Сохранить настройки"; +$a->strings["Use central userbase"] = "Использовать централизованную БД пользователей"; +$a->strings["If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the \"auth_ejabberd.php\" script."] = "Если включено, то пользователи будут автоматически входить в учетную запись на ejabberd сервере, который должен быть установлен на этом сервере. Учетные данные должны быть синхронизированы с помощью скрипта \"auth_ejabberd.php\"."; +$a->strings["Settings updated."] = "Настройки обновлены.";