Commit d9679ce4 authored by Charles Huang's avatar Charles Huang

Fix translation error in en locale

- fix incorrect string mapping in en locale
parent c9b0d4c8
...@@ -8,7 +8,7 @@ msgid "" ...@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Converse.js 0.7.0\n" "Project-Id-Version: Converse.js 0.7.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-08-24 17:05+0200\n" "POT-Creation-Date: 2015-09-05 22:23+1000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
...@@ -851,7 +851,9 @@ msgid "Return" ...@@ -851,7 +851,9 @@ msgid "Return"
msgstr "" msgstr ""
#: converse.js:5654 #: converse.js:5654
msgid "The provider rejected your registration attempt. " msgid ""
"The provider rejected your registration attempt. Please check the values you "
"entered for correctness."
msgstr "" msgstr ""
#: converse.js:5810 #: converse.js:5810
......
...@@ -809,7 +809,7 @@ ...@@ -809,7 +809,7 @@
], ],
"Click here to log in anonymously": [ "Click here to log in anonymously": [
null, null,
"This room is not anonymous" "Click here to log in anonymously"
], ],
"Log In": [ "Log In": [
null, null,
......
...@@ -870,7 +870,7 @@ msgstr "Password:" ...@@ -870,7 +870,7 @@ msgstr "Password:"
#: converse.js:5812 #: converse.js:5812
msgid "Click here to log in anonymously" msgid "Click here to log in anonymously"
msgstr "This room is not anonymous" msgstr "Click here to log in anonymously"
#: converse.js:5813 #: converse.js:5813
msgid "Log In" msgid "Log In"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment