c18f26145c
For reference (raised by rozzin in IRC): * http://foldoc.org/module * http://foldoc.org/library * http://foldoc.org/plugin As noted by XRevan86, modules are not necessarily non-essential. As we will keep the modules directory in GS root [therefore, near to plugins/], it is evidenced the difference between both. This is a simple yet fundamental structural change. It doesn't change functionality but makes clearer the way we understand GNU social's internals.
120 lines
3.5 KiB
Plaintext
120 lines
3.5 KiB
Plaintext
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
#
|
|
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2019-08-14 14:44+0100\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"
|
|
"Language: \n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=CHARSET\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
#. TRANS: Client exception thrown when trying to post notices before validating an e-mail address.
|
|
#: RequireValidatedEmailPlugin.php:110
|
|
msgid "You must validate your email address before posting."
|
|
msgstr ""
|
|
|
|
#. TRANS: Client exception thrown when trying to register without providing an e-mail address.
|
|
#: RequireValidatedEmailPlugin.php:130
|
|
msgid "You must provide an email address to register."
|
|
msgstr ""
|
|
|
|
#. TRANS: Plugin description.
|
|
#: RequireValidatedEmailPlugin.php:229
|
|
msgid "Disables posting without a validated email address."
|
|
msgstr ""
|
|
|
|
#: RequireValidatedEmailPlugin.php:248
|
|
msgid "You must validate an email address before posting!"
|
|
msgstr ""
|
|
|
|
#. TRANS: Client exception thrown when trying to register while already logged in.
|
|
#: actions/confirmfirstemail.php:70
|
|
msgid "You are already logged in."
|
|
msgstr ""
|
|
|
|
#. TRANS: Client exception thrown when trying to register with a non-existing confirmation code.
|
|
#: actions/confirmfirstemail.php:79
|
|
msgid "Confirmation code not found."
|
|
msgstr ""
|
|
|
|
#. TRANS: Client exception thrown when trying to register with a confirmation code that is not connected with a user.
|
|
#: actions/confirmfirstemail.php:86
|
|
msgid "No user for that confirmation code."
|
|
msgstr ""
|
|
|
|
#. TRANS: Client exception thrown when trying to register with a invalid e-mail address.
|
|
#. TRANS: %s is the invalid e-mail address.
|
|
#: actions/confirmfirstemail.php:94
|
|
#, php-format
|
|
msgid "Unrecognized address type %s."
|
|
msgstr ""
|
|
|
|
#. TRANS: Client error for an already confirmed email/jabber/sms address.
|
|
#: actions/confirmfirstemail.php:99
|
|
msgid "That address has already been confirmed."
|
|
msgstr ""
|
|
|
|
#. TRANS: Client exception thrown when trying to register with too short a password.
|
|
#: actions/confirmfirstemail.php:111
|
|
msgid "Password too short."
|
|
msgstr ""
|
|
|
|
#. TRANS: Client exception thrown when trying to register without providing the same password twice.
|
|
#: actions/confirmfirstemail.php:114
|
|
msgid "Passwords do not match."
|
|
msgstr ""
|
|
|
|
#. TRANS: Form instructions. %s is the nickname of the to be registered user.
|
|
#: actions/confirmfirstemail.php:169
|
|
#, php-format
|
|
msgid ""
|
|
"You have confirmed the email address for your new user account %s. Use the "
|
|
"form below to set your new password."
|
|
msgstr ""
|
|
|
|
#. TRANS: Page title.
|
|
#: actions/confirmfirstemail.php:180
|
|
msgid "Set a password"
|
|
msgstr ""
|
|
|
|
#. TRANS: Form legend.
|
|
#: actions/confirmfirstemail.php:197
|
|
msgid "Confirm email address"
|
|
msgstr ""
|
|
|
|
#. TRANS: Field label.
|
|
#: actions/confirmfirstemail.php:216
|
|
msgid "New password"
|
|
msgstr ""
|
|
|
|
#. TRANS: Field title for password field.
|
|
#: actions/confirmfirstemail.php:218
|
|
msgid "6 or more characters."
|
|
msgstr ""
|
|
|
|
#. TRANS: Field label for repeat password field.
|
|
#: actions/confirmfirstemail.php:222
|
|
msgctxt "LABEL"
|
|
msgid "Confirm"
|
|
msgstr ""
|
|
|
|
#. TRANS: Field title for repeat password field.
|
|
#: actions/confirmfirstemail.php:224
|
|
msgid "Same as password above."
|
|
msgstr ""
|
|
|
|
#. TRANS: Button text for completing registration by e-mail.
|
|
#: actions/confirmfirstemail.php:232
|
|
msgctxt "BUTTON"
|
|
msgid "Save"
|
|
msgstr ""
|