123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- # Translation file for GNU social - the free software social networking platform
- # Copyright (C) 2012 - 2019 Free Software Foundation, Inc http://www.fsf.org
- # This file is under https://www.gnu.org/licenses/agpl v3 or later
- #
- # Translators:
- # Juan Riquelme González <soulchainer@gmail.com>, 2015
- 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-27 15:30+0000\n"
- "Last-Translator: Juan Riquelme González <soulchainer@gmail.com>\n"
- "Language-Team: Spanish (http://www.transifex.com/gnu-social/gnu-social/language/es/)\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- "Language: es\n"
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
- #. TRANS: Exception thrown when initialising the LDAP Common plugin fails
- #. because of an incorrect configuration.
- #: LdapCommon.php:64
- msgid "A host must be specified."
- msgstr "Debe especificarse un host ('servidor')."
- #. TRANS: Exception thrown when initialising the LDAP Common plugin fails
- #. because of an incorrect configuration.
- #: LdapCommon.php:68
- msgid "\"basedn\" must be specified."
- msgstr "Debe especificarse el atributo basedn."
- #. TRANS: Exception thrown when initialising the LDAP Common plugin fails
- #. because of an incorrect configuration.
- #: LdapCommon.php:72
- msgid "The username attribute must be set."
- msgstr "Debe establecerse el atributo username ('nombre de usuario')."
- #. TRANS: Exception thrown in the LDAP Common plugin when LDAP server is not
- #. available.
- #. TRANS: %s is the error message.
- #: LdapCommon.php:133
- #, php-format
- msgid "Could not connect to LDAP server: %s"
- msgstr "No se pudo conectar con el servidor LDAP: %s"
- #. TRANS: Exception thrown in the LDAP Common plugin when LDAP server is not
- #. available.
- #. TRANS: %s is the error message.
- #: LdapCommon.php:137
- #, php-format
- msgid "Could not connect to LDAP server: %s."
- msgstr "No se pudo conectar con el servidor LDAP: %s."
|