]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/RequireValidatedEmail/locale/en_GB/LC_MESSAGES/RequireValidatedEmail.po
Snapshot of the Transifex translation project - October 2015
[quix0rs-gnu-social.git] / plugins / RequireValidatedEmail / locale / en_GB / LC_MESSAGES / RequireValidatedEmail.po
index ae96c2f3e9cd0181da0197aa4ef5e45cfc7b8a77..00080a01db0454707dcad44d5dc169eacb9617e7 100644 (file)
@@ -3,14 +3,15 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Luke Hollins <luke@farcry.ca>, 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-07 09:40+0000\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/gnu-social/language/en_GB/)\n"
+"PO-Revision-Date: 2015-03-07 19:41+0000\n"
+"Last-Translator: Luke Hollins <luke@farcry.ca>\n"
+"Language-Team: English (United Kingdom) (http://www.transifex.com/gnu-social/gnu-social/language/en_GB/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -21,28 +22,28 @@ msgstr ""
 #. validating an e-mail address.
 #: RequireValidatedEmailPlugin.php:104
 msgid "You must validate your email address before posting."
-msgstr ""
+msgstr "You must validate your email address before posting."
 
 #. 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 ""
+msgstr "You must provide an email address to register."
 
 #. TRANS: Plugin description.
 #: RequireValidatedEmailPlugin.php:224
 msgid "Disables posting without a validated email address."
-msgstr ""
+msgstr "Disables posting without a validated email address."
 
 #: RequireValidatedEmailPlugin.php:243
 msgid "You must validate an email address before posting!"
-msgstr ""
+msgstr "You must validate an email address before posting!"
 
 #. TRANS: Client exception thrown when trying to register while already logged
 #. in.
 #: actions/confirmfirstemail.php:68
 msgid "You are already logged in."
-msgstr ""
+msgstr "You are already logged in."
 
 #. TRANS: Client exception thrown when trying to register with a non-existing
 #. confirmation code.
@@ -54,7 +55,7 @@ msgstr "Confirmation code not found."
 #. code that is not connected with a user.
 #: actions/confirmfirstemail.php:85
 msgid "No user for that confirmation code."
-msgstr ""
+msgstr "No user for that confirmation code."
 
 #. TRANS: Client exception thrown when trying to register with a invalid
 #. e-mail address.
@@ -62,7 +63,7 @@ msgstr ""
 #: actions/confirmfirstemail.php:93
 #, php-format
 msgid "Unrecognized address type %s."
-msgstr ""
+msgstr "Unrecognised address type %s."
 
 #. TRANS: Client error for an already confirmed email/jabber/sms address.
 #: actions/confirmfirstemail.php:98
@@ -73,13 +74,13 @@ msgstr "That address has already been confirmed."
 #. password.
 #: actions/confirmfirstemail.php:110
 msgid "Password too short."
-msgstr ""
+msgstr "Password too short."
 
 #. TRANS: Client exception thrown when trying to register without providing
 #. the same password twice.
 #: actions/confirmfirstemail.php:114
 msgid "Passwords do not match."
-msgstr ""
+msgstr "Passwords do not match."
 
 #. TRANS: Form instructions. %s is the nickname of the to be registered user.
 #: actions/confirmfirstemail.php:170
@@ -87,17 +88,17 @@ msgstr ""
 msgid ""
 "You have confirmed the email address for your new user account %s. Use the "
 "form below to set your new password."
-msgstr ""
+msgstr "You have confirmed the email address for your new user account %s. Use the form below to set your new password."
 
 #. TRANS: Page title.
 #: actions/confirmfirstemail.php:181
 msgid "Set a password"
-msgstr ""
+msgstr "Set a password"
 
 #. TRANS: Form legend.
 #: actions/confirmfirstemail.php:198
 msgid "Confirm email address"
-msgstr ""
+msgstr "Confirm email address"
 
 #. TRANS: Field label.
 #: actions/confirmfirstemail.php:217
@@ -107,7 +108,7 @@ msgstr "New password"
 #. TRANS: Field title for password field.
 #: actions/confirmfirstemail.php:219
 msgid "6 or more characters."
-msgstr ""
+msgstr "6 or more characters."
 
 #. TRANS: Field label for repeat password field.
 #: actions/confirmfirstemail.php:223
@@ -118,7 +119,7 @@ msgstr "Confirm"
 #. TRANS: Field title for repeat password field.
 #: actions/confirmfirstemail.php:225
 msgid "Same as password above."
-msgstr ""
+msgstr "Same as password above."
 
 #. TRANS: Button text for completing registration by e-mail.
 #: actions/confirmfirstemail.php:233