2015-03-08 08:34:38 +00:00
|
|
|
|
# SOME DESCRIPTIVE TITLE.
|
|
|
|
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
|
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
|
|
|
#
|
|
|
|
|
# Translators:
|
2010-09-28 00:09:29 +01:00
|
|
|
|
msgid ""
|
|
|
|
|
msgstr ""
|
2015-03-08 08:34:38 +00:00
|
|
|
|
"Project-Id-Version: GNU social\n"
|
2010-09-28 00:09:29 +01:00
|
|
|
|
"Report-Msgid-Bugs-To: \n"
|
2015-03-08 08:34:38 +00:00
|
|
|
|
"POT-Creation-Date: 2015-02-02 17:47+0100\n"
|
|
|
|
|
"PO-Revision-Date: 2015-02-07 10:32+0000\n"
|
|
|
|
|
"Last-Translator: digitaldreamer <digitaldreamer@email.cz>\n"
|
2015-10-04 17:23:01 +01:00
|
|
|
|
"Language-Team: Ukrainian (http://www.transifex.com/gnu-social/gnu-social/language/uk/)\n"
|
2015-03-08 08:34:38 +00:00
|
|
|
|
"MIME-Version: 1.0\n"
|
2010-09-28 00:09:29 +01:00
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
2015-03-08 08:34:38 +00:00
|
|
|
|
"Language: uk\n"
|
|
|
|
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
2010-09-28 00:09:29 +01:00
|
|
|
|
|
2011-06-05 20:15:31 +01:00
|
|
|
|
#. TRANS: Page title for sample plugin.
|
|
|
|
|
#. TRANS: Menu item in sample plugin.
|
2015-03-08 08:34:38 +00:00
|
|
|
|
#: actions/hello.php:112 SamplePlugin.php:219
|
2010-09-28 00:09:29 +01:00
|
|
|
|
msgid "Hello"
|
|
|
|
|
msgstr "Привіт"
|
|
|
|
|
|
2011-06-05 20:15:31 +01:00
|
|
|
|
#. TRANS: Page title for sample plugin. %s is a user nickname.
|
2015-03-08 08:34:38 +00:00
|
|
|
|
#: actions/hello.php:115
|
2010-09-28 00:09:29 +01:00
|
|
|
|
#, php-format
|
|
|
|
|
msgid "Hello, %s!"
|
|
|
|
|
msgstr "Привіт, %s!"
|
|
|
|
|
|
2011-06-05 20:15:31 +01:00
|
|
|
|
#. TRANS: Message in sample plugin.
|
2015-03-08 08:34:38 +00:00
|
|
|
|
#: actions/hello.php:136
|
2010-09-28 00:09:29 +01:00
|
|
|
|
msgid "Hello, stranger!"
|
|
|
|
|
msgstr "Привіт, чужинцю!"
|
|
|
|
|
|
2011-06-05 20:15:31 +01:00
|
|
|
|
#. TRANS: Message in sample plugin. %s is a user nickname.
|
2015-03-08 08:34:38 +00:00
|
|
|
|
#: actions/hello.php:140
|
2010-09-28 00:09:29 +01:00
|
|
|
|
#, php-format
|
|
|
|
|
msgid "Hello, %s"
|
|
|
|
|
msgstr "Привіт, %s"
|
|
|
|
|
|
2011-06-05 20:15:31 +01:00
|
|
|
|
#. TRANS: Message in sample plugin.
|
|
|
|
|
#. TRANS: %d is the number of times a user is greeted.
|
2015-03-08 08:34:38 +00:00
|
|
|
|
#: actions/hello.php:144
|
2010-09-28 00:09:29 +01:00
|
|
|
|
#, php-format
|
|
|
|
|
msgid "I have greeted you %d time."
|
|
|
|
|
msgid_plural "I have greeted you %d times."
|
2010-10-01 21:34:59 +01:00
|
|
|
|
msgstr[0] "Я привітав вас %d раз."
|
|
|
|
|
msgstr[1] "Я привітав вас %d разів."
|
|
|
|
|
msgstr[2] "Я привітав вас %d разів."
|
2011-03-06 01:52:28 +00:00
|
|
|
|
|
2015-03-08 08:34:38 +00:00
|
|
|
|
#. TRANS: Exception thrown when the user greeting count could not be saved in
|
|
|
|
|
#. the database.
|
2011-03-06 01:52:28 +00:00
|
|
|
|
#. TRANS: %d is a user ID (number).
|
2015-03-08 08:34:38 +00:00
|
|
|
|
#: classes/User_greeting_count.php:104
|
2011-03-06 01:52:28 +00:00
|
|
|
|
#, php-format
|
|
|
|
|
msgid "Could not save new greeting count for %d."
|
|
|
|
|
msgstr "Не вдалося зберегти новий лічильник привітань для %d."
|
|
|
|
|
|
2015-03-08 08:34:38 +00:00
|
|
|
|
#. TRANS: Exception thrown when the user greeting count could not be saved in
|
|
|
|
|
#. the database.
|
2011-03-06 01:52:28 +00:00
|
|
|
|
#. TRANS: %d is a user ID (number).
|
2015-03-08 08:34:38 +00:00
|
|
|
|
#: classes/User_greeting_count.php:117
|
2011-03-06 01:52:28 +00:00
|
|
|
|
#, php-format
|
|
|
|
|
msgid "Could not increment greeting count for %d."
|
|
|
|
|
msgstr "Не вдалося перерахувати лічильник привітань для %d."
|
2015-03-08 08:34:38 +00:00
|
|
|
|
|
|
|
|
|
#. TRANS: Menu item title in sample plugin.
|
|
|
|
|
#: SamplePlugin.php:221
|
|
|
|
|
msgid "A warm greeting"
|
|
|
|
|
msgstr "Щирі вітання"
|
|
|
|
|
|
|
|
|
|
#. TRANS: Plugin description.
|
|
|
|
|
#: SamplePlugin.php:233
|
|
|
|
|
msgid "A sample plugin to show basics of development for new hackers."
|
|
|
|
|
msgstr "Приклад додатку для демонстрації основ розробки новим гакерам."
|