1234567891011121314151617181920212223242526272829303132333435363738 |
- # 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-07 12:34+0000\n"
- "Last-Translator: digitaldreamer <digitaldreamer@email.cz>\n"
- "Language-Team: Interlingua (http://www.transifex.com/gnu-social/gnu-social/language/ia/)\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- "Language: ia\n"
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
- #. TRANS: Error message given if creating a new user is not possible because a
- #. limit has been reached.
- #. TRANS: %d is the user limit (also available for plural).
- #: UserLimitPlugin.php:74
- #, php-format
- msgid ""
- "Cannot register because the maximum number of users (%d) for this site was "
- "reached."
- msgid_plural ""
- "Cannot register because the maximum number of users (%d) for this site was "
- "reached."
- msgstr[0] "Impossibile crear conto; le numero maxime de usatores (%d) pro iste sito ha essite attingite."
- msgstr[1] "Impossibile crear conto; le numero maxime de usatores (%d) pro iste sito ha essite attingite."
- #. TRANS: Plugin description.
- #: UserLimitPlugin.php:92
- msgid "Limit the number of users who can register."
- msgstr "Limitar le numero de usatores que pote registrar se."
|