1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- # Translation file for GNU social - the free software social networking platform
- # Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org
- # This file is under https://www.gnu.org/licenses/agpl v3 or later
- #
- # Translators:
- msgid ""
- msgstr ""
- "Project-Id-Version: GNU social\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2015-02-02 17:47+0100\n"
- "PO-Revision-Date: 2015-02-06 16:43+0000\n"
- "Last-Translator: digitaldreamer <digitaldreamer@email.cz>\n"
- "Language-Team: Galician (http://www.transifex.com/gnu-social/gnu-social/language/gl/)\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- "Language: gl\n"
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
- #. TRANS: Menu item in the group navigation page.
- #: GroupFavoritedPlugin.php:51
- msgctxt "MENU"
- msgid "Popular"
- msgstr "Populares"
- #. TRANS: Tooltip for menu item in the group navigation page.
- #. TRANS: %s is the nickname of the group.
- #: GroupFavoritedPlugin.php:54
- #, php-format
- msgctxt "TOOLTIP"
- msgid "Popular notices in %s group"
- msgstr "Notas populares no grupo %s"
- #. TRANS: Plugin description.
- #: GroupFavoritedPlugin.php:78
- msgid "This plugin adds a menu item for popular notices in groups."
- msgstr "Este complemento engade un elemento de menú para as notas populares nos grupos."
- #. TRANS: %s is a group name.
- #: actions/groupfavorited.php:48
- #, php-format
- msgid "Popular posts in %s group"
- msgstr "Mensaxes populares no grupo %s"
- #. TRANS: %1$s is a group name, %2$s is a group number.
- #: actions/groupfavorited.php:51
- #, php-format
- msgid "Popular posts in %1$s group, page %2$d"
- msgstr "Mensaxes populares no grupo %1$s, páxina %2$d"
|