forked from GNUsocial/gnu-social
Localisation updates from http://translatewiki.net.
This commit is contained in:
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-09-11 13:47+0000\n"
|
||||
"POT-Creation-Date: 2011-09-25 21:42+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@@ -9,13 +9,13 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: StatusNet - Poll\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-09-11 13:47+0000\n"
|
||||
"PO-Revision-Date: 2011-09-11 13:51:05+0000\n"
|
||||
"POT-Creation-Date: 2011-09-25 21:42+0000\n"
|
||||
"PO-Revision-Date: 2011-09-25 21:44:57+0000\n"
|
||||
"Language-Team: Arabic <https://translatewiki.net/wiki/Portal:ar>\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-POT-Import-Date: 2011-06-05 21:51:15+0000\n"
|
||||
"X-Generator: MediaWiki 1.19alpha (r96777); Translate extension (2011-08-30)\n"
|
||||
"X-Generator: MediaWiki 1.19alpha (r98079); Translate extension (2011-09-22)\n"
|
||||
"X-Translation-Project: translatewiki.net at https://translatewiki.net\n"
|
||||
"X-Language-Code: ar\n"
|
||||
"X-Message-Group: #out-statusnet-plugin-poll\n"
|
||||
|
148
plugins/Poll/locale/ca/LC_MESSAGES/Poll.po
Normal file
148
plugins/Poll/locale/ca/LC_MESSAGES/Poll.po
Normal file
@@ -0,0 +1,148 @@
|
||||
# Translation of StatusNet - Poll to Catalan (Català)
|
||||
# Exported from translatewiki.net
|
||||
#
|
||||
# Author: Toniher
|
||||
# --
|
||||
# This file is distributed under the same license as the StatusNet package.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: StatusNet - Poll\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-09-25 21:42+0000\n"
|
||||
"PO-Revision-Date: 2011-09-25 21:44:58+0000\n"
|
||||
"Language-Team: Catalan <https://translatewiki.net/wiki/Portal:ca>\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-POT-Import-Date: 2011-06-05 21:51:15+0000\n"
|
||||
"X-Generator: MediaWiki 1.19alpha (r98079); Translate extension (2011-09-22)\n"
|
||||
"X-Translation-Project: translatewiki.net at https://translatewiki.net\n"
|
||||
"X-Language-Code: ca\n"
|
||||
"X-Message-Group: #out-statusnet-plugin-poll\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. TRANS: Client exception thrown trying to view a non-existing poll.
|
||||
msgid "No such poll."
|
||||
msgstr "No existeix l'enquesta."
|
||||
|
||||
#. TRANS: Client exception thrown trying to view a non-existing poll notice.
|
||||
msgid "No such poll notice."
|
||||
msgstr "No existeix l'avís d'enquesta."
|
||||
|
||||
#. TRANS: Page title for a poll.
|
||||
#. TRANS: %1$s is the nickname of the user that created the poll, %2$s is the poll question.
|
||||
#, php-format
|
||||
msgid "%1$s's poll: %2$s"
|
||||
msgstr "Enquesta de %1$s: %2$s"
|
||||
|
||||
#. TRANS: Field label on the page to create a poll.
|
||||
msgid "Question"
|
||||
msgstr "Pregunta"
|
||||
|
||||
#. TRANS: Field title on the page to create a poll.
|
||||
msgid "What question are people answering?"
|
||||
msgstr "Quina pregunta està responent la gent?"
|
||||
|
||||
#. TRANS: Field label for an answer option on the page to create a poll.
|
||||
#. TRANS: %d is the option number.
|
||||
#, php-format
|
||||
msgid "Option %d"
|
||||
msgstr "Opció %d"
|
||||
|
||||
#. TRANS: Button text for saving a new poll.
|
||||
msgctxt "BUTTON"
|
||||
msgid "Save"
|
||||
msgstr "Desa"
|
||||
|
||||
#. TRANS: Plugin description.
|
||||
msgid "Simple extension for supporting basic polls."
|
||||
msgstr "Extensió simple per habilitar enquestes molt bàsiques."
|
||||
|
||||
#. TRANS: Exception thrown trying to respond to a poll without a poll reference.
|
||||
msgid "Invalid poll response: No poll reference."
|
||||
msgstr "Resposta d'enquesta no vàlida: no hi ha referència a l'enquesta."
|
||||
|
||||
#. TRANS: Exception thrown trying to respond to a non-existing poll.
|
||||
msgid "Invalid poll response: Poll is unknown."
|
||||
msgstr "Resposta d'enquesta no vàlida: l'enquesta és desconeguda."
|
||||
|
||||
#. TRANS: Exception thrown when performing an unexpected action on a poll.
|
||||
#. TRANS: %s is the unexpected object type.
|
||||
#, php-format
|
||||
msgid "Unexpected type for poll plugin: %s."
|
||||
msgstr "Tipus no esperat per al connector d'enquestes: %s."
|
||||
|
||||
#. TRANS: Error text displayed if no poll data could be found.
|
||||
msgid "Poll data is missing"
|
||||
msgstr "Manquen dades de l'enquesta"
|
||||
|
||||
#. TRANS: Application title.
|
||||
msgctxt "APPTITLE"
|
||||
msgid "Poll"
|
||||
msgstr "Enquesta"
|
||||
|
||||
#. TRANS: Client exception thrown when responding to a poll with an invalid option.
|
||||
#. TRANS: Client exception thrown responding to a poll with an invalid answer.
|
||||
msgid "Invalid poll selection."
|
||||
msgstr "Selecció d'enquesta no vàlida."
|
||||
|
||||
#. TRANS: Notice content voting for a poll.
|
||||
#. TRANS: %s is the chosen option in the poll.
|
||||
#. TRANS: Rendered version of the notice content voting for a poll.
|
||||
#. TRANS: %s a link to the poll with the chosen option as link description.
|
||||
#, php-format
|
||||
msgid "voted for \"%s\""
|
||||
msgstr "ha votat '%s'"
|
||||
|
||||
#. TRANS: Button text for submitting a poll response.
|
||||
msgctxt "BUTTON"
|
||||
msgid "Submit"
|
||||
msgstr "Tramet"
|
||||
|
||||
#. TRANS: Notice content creating a poll.
|
||||
#. TRANS: %1$s is the poll question, %2$s is a link to the poll.
|
||||
#, php-format
|
||||
msgid "Poll: %1$s %2$s"
|
||||
msgstr "Enquesta: %1$s %2$s"
|
||||
|
||||
#. TRANS: Rendered version of the notice content creating a poll.
|
||||
#. TRANS: %s is a link to the poll with the question as link description.
|
||||
#, php-format
|
||||
msgid "Poll: %s"
|
||||
msgstr "Enquesta: %s"
|
||||
|
||||
#. TRANS: Title for poll page.
|
||||
msgid "New poll"
|
||||
msgstr "Enquesta nova"
|
||||
|
||||
#. TRANS: Client exception thrown trying to create a poll while not logged in.
|
||||
msgid "You must be logged in to post a poll."
|
||||
msgstr "Cal que hàgiu iniciat una sessió per publicar una enquesta."
|
||||
|
||||
#. TRANS: Client exception thrown trying to create a poll without a question.
|
||||
msgid "Poll must have a question."
|
||||
msgstr "L'enquesta cal que tingui una pregunta."
|
||||
|
||||
#. TRANS: Client exception thrown trying to create a poll with fewer than two options.
|
||||
msgid "Poll must have at least two options."
|
||||
msgstr "L'enquesta cal que tingui, com a mínim, dues opcions."
|
||||
|
||||
#. TRANS: Page title after sending a notice.
|
||||
msgid "Notice posted"
|
||||
msgstr "S'ha publicat l'avís"
|
||||
|
||||
#. TRANS: Page title for poll response.
|
||||
msgid "Poll response"
|
||||
msgstr "Resposta de l'enquesta"
|
||||
|
||||
#. TRANS: Client exception thrown trying to respond to a poll while not logged in.
|
||||
msgid "You must be logged in to respond to a poll."
|
||||
msgstr "Cal que hàgiu iniciat una sessió per respondre a una enquesta."
|
||||
|
||||
#. TRANS: Client exception thrown trying to respond to a non-existing poll.
|
||||
msgid "Invalid or missing poll."
|
||||
msgstr "L'enquesta no és vàlida o bé no hi és."
|
||||
|
||||
#. TRANS: Page title after sending a poll response.
|
||||
msgid "Poll results"
|
||||
msgstr "Resultats de l'enquesta"
|
@@ -10,13 +10,13 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: StatusNet - Poll\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-09-11 13:47+0000\n"
|
||||
"PO-Revision-Date: 2011-09-11 13:51:05+0000\n"
|
||||
"POT-Creation-Date: 2011-09-25 21:42+0000\n"
|
||||
"PO-Revision-Date: 2011-09-25 21:44:58+0000\n"
|
||||
"Language-Team: German <https://translatewiki.net/wiki/Portal:de>\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-POT-Import-Date: 2011-06-05 21:51:15+0000\n"
|
||||
"X-Generator: MediaWiki 1.19alpha (r96777); Translate extension (2011-08-30)\n"
|
||||
"X-Generator: MediaWiki 1.19alpha (r98079); Translate extension (2011-09-22)\n"
|
||||
"X-Translation-Project: translatewiki.net at https://translatewiki.net\n"
|
||||
"X-Language-Code: de\n"
|
||||
"X-Message-Group: #out-statusnet-plugin-poll\n"
|
||||
|
@@ -12,13 +12,13 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: StatusNet - Poll\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-09-11 13:47+0000\n"
|
||||
"PO-Revision-Date: 2011-09-11 13:51:05+0000\n"
|
||||
"POT-Creation-Date: 2011-09-25 21:42+0000\n"
|
||||
"PO-Revision-Date: 2011-09-25 21:44:58+0000\n"
|
||||
"Language-Team: French <https://translatewiki.net/wiki/Portal:fr>\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-POT-Import-Date: 2011-06-05 21:51:15+0000\n"
|
||||
"X-Generator: MediaWiki 1.19alpha (r96777); Translate extension (2011-08-30)\n"
|
||||
"X-Generator: MediaWiki 1.19alpha (r98079); Translate extension (2011-09-22)\n"
|
||||
"X-Translation-Project: translatewiki.net at https://translatewiki.net\n"
|
||||
"X-Language-Code: fr\n"
|
||||
"X-Message-Group: #out-statusnet-plugin-poll\n"
|
||||
|
@@ -9,13 +9,13 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: StatusNet - Poll\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-09-11 13:47+0000\n"
|
||||
"PO-Revision-Date: 2011-09-11 13:51:05+0000\n"
|
||||
"POT-Creation-Date: 2011-09-25 21:42+0000\n"
|
||||
"PO-Revision-Date: 2011-09-25 21:44:58+0000\n"
|
||||
"Language-Team: Interlingua <https://translatewiki.net/wiki/Portal:ia>\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-POT-Import-Date: 2011-06-05 21:51:15+0000\n"
|
||||
"X-Generator: MediaWiki 1.19alpha (r96777); Translate extension (2011-08-30)\n"
|
||||
"X-Generator: MediaWiki 1.19alpha (r98079); Translate extension (2011-09-22)\n"
|
||||
"X-Translation-Project: translatewiki.net at https://translatewiki.net\n"
|
||||
"X-Language-Code: ia\n"
|
||||
"X-Message-Group: #out-statusnet-plugin-poll\n"
|
||||
|
@@ -9,13 +9,13 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: StatusNet - Poll\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-09-11 13:47+0000\n"
|
||||
"PO-Revision-Date: 2011-09-11 13:51:05+0000\n"
|
||||
"POT-Creation-Date: 2011-09-25 21:42+0000\n"
|
||||
"PO-Revision-Date: 2011-09-25 21:44:58+0000\n"
|
||||
"Language-Team: Japanese <https://translatewiki.net/wiki/Portal:ja>\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-POT-Import-Date: 2011-06-05 21:51:15+0000\n"
|
||||
"X-Generator: MediaWiki 1.19alpha (r96777); Translate extension (2011-08-30)\n"
|
||||
"X-Generator: MediaWiki 1.19alpha (r98079); Translate extension (2011-09-22)\n"
|
||||
"X-Translation-Project: translatewiki.net at https://translatewiki.net\n"
|
||||
"X-Language-Code: ja\n"
|
||||
"X-Message-Group: #out-statusnet-plugin-poll\n"
|
||||
|
@@ -9,13 +9,13 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: StatusNet - Poll\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-09-11 13:47+0000\n"
|
||||
"PO-Revision-Date: 2011-09-11 13:51:05+0000\n"
|
||||
"POT-Creation-Date: 2011-09-25 21:42+0000\n"
|
||||
"PO-Revision-Date: 2011-09-25 21:44:58+0000\n"
|
||||
"Language-Team: Macedonian <https://translatewiki.net/wiki/Portal:mk>\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-POT-Import-Date: 2011-06-05 21:51:15+0000\n"
|
||||
"X-Generator: MediaWiki 1.19alpha (r96777); Translate extension (2011-08-30)\n"
|
||||
"X-Generator: MediaWiki 1.19alpha (r98079); Translate extension (2011-09-22)\n"
|
||||
"X-Translation-Project: translatewiki.net at https://translatewiki.net\n"
|
||||
"X-Language-Code: mk\n"
|
||||
"X-Message-Group: #out-statusnet-plugin-poll\n"
|
||||
|
@@ -9,13 +9,13 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: StatusNet - Poll\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-09-11 13:47+0000\n"
|
||||
"PO-Revision-Date: 2011-09-11 13:51:06+0000\n"
|
||||
"POT-Creation-Date: 2011-09-25 21:42+0000\n"
|
||||
"PO-Revision-Date: 2011-09-25 21:44:58+0000\n"
|
||||
"Language-Team: Dutch <https://translatewiki.net/wiki/Portal:nl>\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-POT-Import-Date: 2011-06-05 21:51:15+0000\n"
|
||||
"X-Generator: MediaWiki 1.19alpha (r96777); Translate extension (2011-08-30)\n"
|
||||
"X-Generator: MediaWiki 1.19alpha (r98079); Translate extension (2011-09-22)\n"
|
||||
"X-Translation-Project: translatewiki.net at https://translatewiki.net\n"
|
||||
"X-Language-Code: nl\n"
|
||||
"X-Message-Group: #out-statusnet-plugin-poll\n"
|
||||
|
@@ -9,13 +9,13 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: StatusNet - Poll\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-09-11 13:47+0000\n"
|
||||
"PO-Revision-Date: 2011-09-11 13:51:06+0000\n"
|
||||
"POT-Creation-Date: 2011-09-25 21:42+0000\n"
|
||||
"PO-Revision-Date: 2011-09-25 21:44:58+0000\n"
|
||||
"Language-Team: Tagalog <https://translatewiki.net/wiki/Portal:tl>\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-POT-Import-Date: 2011-06-05 21:51:15+0000\n"
|
||||
"X-Generator: MediaWiki 1.19alpha (r96777); Translate extension (2011-08-30)\n"
|
||||
"X-Generator: MediaWiki 1.19alpha (r98079); Translate extension (2011-09-22)\n"
|
||||
"X-Translation-Project: translatewiki.net at https://translatewiki.net\n"
|
||||
"X-Language-Code: tl\n"
|
||||
"X-Message-Group: #out-statusnet-plugin-poll\n"
|
||||
|
@@ -9,13 +9,13 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: StatusNet - Poll\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-09-11 13:47+0000\n"
|
||||
"PO-Revision-Date: 2011-09-11 13:51:06+0000\n"
|
||||
"POT-Creation-Date: 2011-09-25 21:42+0000\n"
|
||||
"PO-Revision-Date: 2011-09-25 21:44:58+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-06-05 21:51:15+0000\n"
|
||||
"X-Generator: MediaWiki 1.19alpha (r96777); Translate extension (2011-08-30)\n"
|
||||
"X-Generator: MediaWiki 1.19alpha (r98079); Translate extension (2011-09-22)\n"
|
||||
"X-Translation-Project: translatewiki.net at https://translatewiki.net\n"
|
||||
"X-Language-Code: uk\n"
|
||||
"X-Message-Group: #out-statusnet-plugin-poll\n"
|
||||
|
Reference in New Issue
Block a user