From f2a77a01ad9edbe7350eb2aed1ce2ef7c7ef8e69 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 9 Apr 2017 08:10:02 +0200 Subject: [PATCH] RU translation of forumlist addon THX pztrn --- forumlist/lang/ru/messages.po | 60 +++++++++++++++++++++++++++++++++++ forumlist/lang/ru/strings.php | 29 ++++++++++------- 2 files changed, 77 insertions(+), 12 deletions(-) create mode 100644 forumlist/lang/ru/messages.po diff --git a/forumlist/lang/ru/messages.po b/forumlist/lang/ru/messages.po new file mode 100644 index 00000000..ac3d2858 --- /dev/null +++ b/forumlist/lang/ru/messages.po @@ -0,0 +1,60 @@ +# ADDON forumlist +# Copyright (C) +# This file is distributed under the same license as the Friendica forumlist addon package. +# +# +# Translators: +# Stanislav N. , 2017 +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:11+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" + +#: forumlist.php:64 +msgid "Forums" +msgstr "Форумы" + +#: forumlist.php:67 +msgid "show/hide" +msgstr "показать/скрыть" + +#: forumlist.php:81 +msgid "No forum subscriptions" +msgstr "Нет подписок на форумы" + +#: forumlist.php:98 +msgid "Forums:" +msgstr "Форумы:" + +#: forumlist.php:134 +msgid "Forumlist settings updated." +msgstr "Настройки Forumlist обновлены." + +#: forumlist.php:162 +msgid "Forumlist Settings" +msgstr "Настройки Forumlist" + +#: forumlist.php:164 +msgid "Randomise forum list" +msgstr "Случайный список форумов" + +#: forumlist.php:167 +msgid "Show forums on profile page" +msgstr "Показывать форумы на странице профиля" + +#: forumlist.php:170 +msgid "Show forums on network page" +msgstr "Показывать форумы на странице сети" + +#: forumlist.php:178 +msgid "Submit" +msgstr "Добавить" diff --git a/forumlist/lang/ru/strings.php b/forumlist/lang/ru/strings.php index 81d378aa..85ec1d7d 100644 --- a/forumlist/lang/ru/strings.php +++ b/forumlist/lang/ru/strings.php @@ -1,12 +1,17 @@ -strings["Forums"] = "Форумы"; -$a->strings["show/hide"] = ""; -$a->strings["No forum subscriptions"] = ""; -$a->strings["Forums:"] = ""; -$a->strings["Forumlist settings updated."] = ""; -$a->strings["Forumlist Settings"] = ""; -$a->strings["Randomise forum list"] = ""; -$a->strings["Show forums on profile page"] = ""; -$a->strings["Show forums on network page"] = ""; -$a->strings["Submit"] = "Подтвердить"; +=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["Forums"] = "Форумы"; +$a->strings["show/hide"] = "показать/скрыть"; +$a->strings["No forum subscriptions"] = "Нет подписок на форумы"; +$a->strings["Forums:"] = "Форумы:"; +$a->strings["Forumlist settings updated."] = "Настройки Forumlist обновлены."; +$a->strings["Forumlist Settings"] = "Настройки Forumlist"; +$a->strings["Randomise forum list"] = "Случайный список форумов"; +$a->strings["Show forums on profile page"] = "Показывать форумы на странице профиля"; +$a->strings["Show forums on network page"] = "Показывать форумы на странице сети"; +$a->strings["Submit"] = "Добавить";