diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-11-30 21:35:25 +0100 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-11-30 21:35:25 +0100 |
commit | 6bdce2b1e5f7250e5309048cfb64eeefa770f3bb (patch) | |
tree | c80dbdc623437d1a516a1cc8c4cd8a8e1964ba5e /plugins/Sample | |
parent | ee67a0673dd5f162b92629ae38f3b57afb363ac1 (diff) |
Localisation updates from http://translatewiki.net.
Diffstat (limited to 'plugins/Sample')
-rw-r--r-- | plugins/Sample/locale/gl/LC_MESSAGES/Sample.po | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/plugins/Sample/locale/gl/LC_MESSAGES/Sample.po b/plugins/Sample/locale/gl/LC_MESSAGES/Sample.po new file mode 100644 index 000000000..71c80757d --- /dev/null +++ b/plugins/Sample/locale/gl/LC_MESSAGES/Sample.po @@ -0,0 +1,69 @@ +# Translation of StatusNet - Sample to Galician (Galego) +# Expored from translatewiki.net +# +# Author: ToliƱo +# -- +# 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: 2010-11-30 20:16+0000\n" +"PO-Revision-Date: 2010-11-30 20:20:15+0000\n" +"Language-Team: Galician <http://translatewiki.net/wiki/Portal:gl>\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2010-11-29 19:46:16+0000\n" +"X-Generator: MediaWiki 1.17alpha (r77503); Translate extension (2010-09-17)\n" +"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-sample\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Exception thrown when the user greeting count could not be saved in the database. +#. TRANS: %d is a user ID (number). +#: User_greeting_count.php:164 +#, php-format +msgid "Could not save new greeting count for %d." +msgstr "" + +#. TRANS: Exception thrown when the user greeting count could not be saved in the database. +#. TRANS: %d is a user ID (number). +#: User_greeting_count.php:177 +#, php-format +msgid "Could not increment greeting count for %d." +msgstr "" + +#: SamplePlugin.php:259 hello.php:111 +msgid "Hello" +msgstr "Ola" + +#: SamplePlugin.php:259 +msgid "A warm greeting" +msgstr "" + +#: SamplePlugin.php:270 +msgid "A sample plugin to show basics of development for new hackers." +msgstr "" + +#: hello.php:113 +#, php-format +msgid "Hello, %s!" +msgstr "" + +#: hello.php:133 +msgid "Hello, stranger!" +msgstr "" + +#: hello.php:136 +#, php-format +msgid "Hello, %s" +msgstr "Ola, %s" + +#: hello.php:138 +#, php-format +msgid "I have greeted you %d time." +msgid_plural "I have greeted you %d times." +msgstr[0] "" +msgstr[1] "" |