2019-06-09 03:56:32 +01:00
|
|
|
# Translation file for GNU social - the free software social networking platform
|
|
|
|
# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org
|
|
|
|
# This file is under https://www.gnu.org/licenses/agpl v3 or later
|
2015-03-08 08:34:38 +00:00
|
|
|
#
|
|
|
|
# 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 09:40+0000\n"
|
|
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
2015-10-04 17:23:01 +01:00
|
|
|
"Language-Team: Indonesian (http://www.transifex.com/gnu-social/gnu-social/language/id/)\n"
|
2015-03-08 08:34:38 +00:00
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
"Language: id\n"
|
|
|
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
|
|
|
|
|
|
#. TRANS: Client exception thrown when trying to post notices before
|
|
|
|
#. validating an e-mail address.
|
|
|
|
#: RequireValidatedEmailPlugin.php:104
|
|
|
|
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:125
|
|
|
|
msgid "You must provide an email address to register."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Plugin description.
|
|
|
|
#: RequireValidatedEmailPlugin.php:224
|
|
|
|
msgid "Disables posting without a validated email address."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: RequireValidatedEmailPlugin.php:243
|
|
|
|
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:68
|
|
|
|
msgid "You are already logged in."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Client exception thrown when trying to register with a non-existing
|
|
|
|
#. confirmation code.
|
|
|
|
#: actions/confirmfirstemail.php:77
|
|
|
|
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:85
|
|
|
|
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:93
|
|
|
|
#, php-format
|
|
|
|
msgid "Unrecognized address type %s."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Client error for an already confirmed email/jabber/sms address.
|
|
|
|
#: actions/confirmfirstemail.php:98
|
|
|
|
msgid "That address has already been confirmed."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Client exception thrown when trying to register with too short a
|
|
|
|
#. password.
|
|
|
|
#: actions/confirmfirstemail.php:110
|
|
|
|
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."
|
2015-10-04 17:23:01 +01:00
|
|
|
msgstr "Sandi tidak sama."
|
2015-03-08 08:34:38 +00:00
|
|
|
|
|
|
|
#. TRANS: Form instructions. %s is the nickname of the to be registered user.
|
|
|
|
#: actions/confirmfirstemail.php:170
|
|
|
|
#, 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:181
|
|
|
|
msgid "Set a password"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Form legend.
|
|
|
|
#: actions/confirmfirstemail.php:198
|
|
|
|
msgid "Confirm email address"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Field label.
|
|
|
|
#: actions/confirmfirstemail.php:217
|
|
|
|
msgid "New password"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Field title for password field.
|
|
|
|
#: actions/confirmfirstemail.php:219
|
|
|
|
msgid "6 or more characters."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Field label for repeat password field.
|
|
|
|
#: actions/confirmfirstemail.php:223
|
|
|
|
msgctxt "LABEL"
|
|
|
|
msgid "Confirm"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Field title for repeat password field.
|
|
|
|
#: actions/confirmfirstemail.php:225
|
|
|
|
msgid "Same as password above."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Button text for completing registration by e-mail.
|
|
|
|
#: actions/confirmfirstemail.php:233
|
|
|
|
msgctxt "BUTTON"
|
|
|
|
msgid "Save"
|
2015-10-04 17:23:01 +01:00
|
|
|
msgstr "Simpan"
|