gnu-social/plugins/Sample/locale/uk/LC_MESSAGES/Sample.po

72 lines
2.6 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Translation of StatusNet - Sample to Ukrainian (українська)
# Exported from translatewiki.net
#
# Author: Boogie
# --
# This file is distributed under the same license as the StatusNet package.
#
msgid ""
msgstr ""
"Project-Id-Version: StatusNet - Sample\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-06-17 23:23+0000\n"
"PO-Revision-Date: 2012-06-17 23:25:43+0000\n"
"Language-Team: Ukrainian <https://translatewiki.net/wiki/Portal:uk>\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-POT-Import-Date: 2011-12-03 13:49:08+0000\n"
"X-Generator: MediaWiki 1.20alpha (8a147d2); Translate 2012-06-11\n"
"X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
"X-Language-Code: uk\n"
"X-Message-Group: #out-statusnet-plugin-sample\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"
#. TRANS: Page title for sample plugin.
#. TRANS: Menu item in sample plugin.
msgid "Hello"
msgstr "Привіт"
#. TRANS: Page title for sample plugin. %s is a user nickname.
#, php-format
msgid "Hello, %s!"
msgstr "Привіт, %s!"
#. TRANS: Message in sample plugin.
msgid "Hello, stranger!"
msgstr "Привіт, чужинцю!"
#. TRANS: Message in sample plugin. %s is a user nickname.
#, php-format
msgid "Hello, %s"
msgstr "Привіт, %s"
#. TRANS: Message in sample plugin.
#. TRANS: %d is the number of times a user is greeted.
#, php-format
msgid "I have greeted you %d time."
msgid_plural "I have greeted you %d times."
msgstr[0] "Я привітав вас %d раз."
msgstr[1] "Я привітав вас %d разів."
msgstr[2] "Я привітав вас %d разів."
#. TRANS: Menu item title in sample plugin.
msgid "A warm greeting"
msgstr "Щирі вітання"
#. TRANS: Plugin description.
msgid "A sample plugin to show basics of development for new hackers."
msgstr "Приклад додатку для демонстрації основ розробки новим гакерам."
#. TRANS: Exception thrown when the user greeting count could not be saved in the database.
#. TRANS: %d is a user ID (number).
#, php-format
msgid "Could not save new greeting count for %d."
msgstr "Не вдалося зберегти новий лічильник привітань для %d."
#. TRANS: Exception thrown when the user greeting count could not be saved in the database.
#. TRANS: %d is a user ID (number).
#, php-format
msgid "Could not increment greeting count for %d."
msgstr "Не вдалося перерахувати лічильник привітань для %d."