]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/NoticeTitle/locale/pl/LC_MESSAGES/NoticeTitle.po
Snapshot of the Transifex translation project - February 2015
[quix0rs-gnu-social.git] / plugins / NoticeTitle / locale / pl / LC_MESSAGES / NoticeTitle.po
index a04cb8d3b58624f2c150c5a821c68cac37d200d7..945e7ee3f06393397751faef174fa55ef087dca0 100644 (file)
@@ -1,31 +1,40 @@
-# Translation of StatusNet - NoticeTitle to Polish (Polski)
-# Exported from translatewiki.net
-#
-# Author: Raven
-# --
-# This file is distributed under the same license as the StatusNet package.
-#
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
 msgid ""
 msgstr ""
-"Project-Id-Version: StatusNet - NoticeTitle\n"
+"Project-Id-Version: GNU social\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-03-31 21:06+0000\n"
-"PO-Revision-Date: 2011-03-31 21:09:53+0000\n"
-"Language-Team: Polish <http://translatewiki.net/wiki/Portal:pl>\n"
+"POT-Creation-Date: 2015-02-02 17:47+0100\n"
+"PO-Revision-Date: 2015-02-07 09:29+0000\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: Polish (http://www.transifex.com/projects/p/gnu-social/language/pl/)\n"
+"MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-POT-Import-Date: 2011-03-18 20:08:23+0000\n"
-"X-Generator: MediaWiki 1.18alpha (r85082); Translate extension (2011-03-11)\n"
-"X-Translation-Project: translatewiki.net at http://translatewiki.net\n"
-"X-Language-Code: pl\n"
-"X-Message-Group: #out-statusnet-plugin-noticetitle\n"
-"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && "
-"(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n"
+"Language: pl\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 
+#. TRANS: Plugin description.
+#: NoticeTitlePlugin.php:97
 msgid "Adds optional titles to notices."
 msgstr ""
 
+#. TRANS: Exception thrown when a notice title is too long.
+#. TRANS: %d is the maximum number of characters allowed in a title (used for
+#. plural).
+#: NoticeTitlePlugin.php:140
+#, php-format
+msgid "The notice title is too long (maximum %d character)."
+msgid_plural "The notice title is too long (maximum %d characters)."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
 #. TRANS: Page title. %1$s is the title, %2$s is the site name.
+#: NoticeTitlePlugin.php:276
 #, php-format
 msgid "%1$s - %2$s"
 msgstr "%1$s - %2$s"