Mercurial > p > roundup > code
comparison locale/roundup.pot @ 6676:b336cc98d9d2
Mark strings for password reset and registration for translation
Reported on:
https://sourceforge.net/p/roundup/mailman/message/37652424/
by Thomas Arendsen Hein.
Fixed in actions.py and roundup.pot and .po files updated.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 12 May 2022 21:29:09 -0400 |
| parents | 01216187a167 |
| children | 51865a1ee765 |
comparison
equal
deleted
inserted
replaced
| 6675:7542269becfa | 6676:b336cc98d9d2 |
|---|---|
| 4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | 4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
| 5 # | 5 # |
| 6 #, fuzzy | 6 #, fuzzy |
| 7 msgid "" | 7 msgid "" |
| 8 msgstr "" | 8 msgstr "" |
| 9 "Project-Id-Version: Roundup 2.2.X\n" | 9 "Project-Id-Version: Roundup 2.2.0a0\n" |
| 10 "Report-Msgid-Bugs-To: roundup-devel@lists.sourceforge.net\n" | 10 "Report-Msgid-Bugs-To: roundup-devel@lists.sourceforge.net\n" |
| 11 "POT-Creation-Date: 2022-05-11 21:03-0400\n" | 11 "POT-Creation-Date: 2022-05-12 21:22-0400\n" |
| 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
| 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
| 14 "Language-Team: LANGUAGE <LL@li.org>\n" | 14 "Language-Team: LANGUAGE <LL@li.org>\n" |
| 15 "Language: \n" | 15 "Language: \n" |
| 16 "MIME-Version: 1.0\n" | 16 "MIME-Version: 1.0\n" |
| 1142 "Invalid One Time Key!\n" | 1142 "Invalid One Time Key!\n" |
| 1143 "(a Mozilla bug may cause this message to show up erroneously, please check " | 1143 "(a Mozilla bug may cause this message to show up erroneously, please check " |
| 1144 "your email)" | 1144 "your email)" |
| 1145 msgstr "" | 1145 msgstr "" |
| 1146 | 1146 |
| 1147 #: ../roundup/cgi/actions.py:972 | |
| 1148 #, python-format | |
| 1149 msgid "Password reset for %s" | |
| 1150 msgstr "" | |
| 1151 | |
| 1152 #: ../roundup/cgi/actions.py:973 | |
| 1153 #, python-format | |
| 1154 msgid "" | |
| 1155 "\n" | |
| 1156 "The password has been reset for username \"%(name)s\".\n" | |
| 1157 "\n" | |
| 1158 "Your password is now: %(password)s\n" | |
| 1159 msgstr "" | |
| 1160 | |
| 1147 #: ../roundup/cgi/actions.py:982 | 1161 #: ../roundup/cgi/actions.py:982 |
| 1148 #, python-format | 1162 #, python-format |
| 1149 msgid "Password reset and email sent to %s" | 1163 msgid "Password reset and email sent to %s" |
| 1150 msgstr "" | 1164 msgstr "" |
| 1151 | 1165 |
| 1159 | 1173 |
| 1160 #: ../roundup/cgi/actions.py:1004 | 1174 #: ../roundup/cgi/actions.py:1004 |
| 1161 msgid "You need to specify a username or address" | 1175 msgid "You need to specify a username or address" |
| 1162 msgstr "" | 1176 msgstr "" |
| 1163 | 1177 |
| 1178 #: ../roundup/cgi/actions.py:1016 | |
| 1179 #, python-format | |
| 1180 msgid "Confirm reset of password for %s" | |
| 1181 msgstr "" | |
| 1182 | |
| 1183 #: ../roundup/cgi/actions.py:1017 | |
| 1184 #, python-format | |
| 1185 msgid "" | |
| 1186 "\n" | |
| 1187 "Someone, perhaps you, has requested that the password be changed for your\n" | |
| 1188 "username, \"%(name)s\". If you wish to proceed with the change, please " | |
| 1189 "follow\n" | |
| 1190 "the link below:\n" | |
| 1191 "\n" | |
| 1192 " %(url)suser?@template=forgotten&@action=passrst&otk=%(otk)s\n" | |
| 1193 "\n" | |
| 1194 "You should then receive another email with the new password.\n" | |
| 1195 msgstr "" | |
| 1196 | |
| 1164 #: ../roundup/cgi/actions.py:1030 | 1197 #: ../roundup/cgi/actions.py:1030 |
| 1165 #, python-format | 1198 #, python-format |
| 1166 msgid "Email sent to primary notification address for %s." | 1199 msgid "Email sent to primary notification address for %s." |
| 1167 msgstr "" | 1200 msgstr "" |
| 1168 | 1201 |
| 1176 msgstr "" | 1209 msgstr "" |
| 1177 | 1210 |
| 1178 #: ../roundup/cgi/actions.py:1137 | 1211 #: ../roundup/cgi/actions.py:1137 |
| 1179 #, python-format | 1212 #, python-format |
| 1180 msgid "Username '%s' is already used." | 1213 msgid "Username '%s' is already used." |
| 1214 msgstr "" | |
| 1215 | |
| 1216 #: ../roundup/cgi/actions.py:1162 | |
| 1217 #, python-format | |
| 1218 msgid "Complete your registration to %s -- key %s" | |
| 1219 msgstr "" | |
| 1220 | |
| 1221 #: ../roundup/cgi/actions.py:1164 | |
| 1222 #, python-format | |
| 1223 msgid "" | |
| 1224 "To complete your registration of the user \"%(name)s\" with\n" | |
| 1225 "%(tracker)s, please do one of the following:\n" | |
| 1226 "\n" | |
| 1227 "- send a reply to %(tracker_email)s and maintain the subject line as is (the\n" | |
| 1228 "reply's additional \"Re:\" is ok),\n" | |
| 1229 "\n" | |
| 1230 "- or visit the following URL:\n" | |
| 1231 "\n" | |
| 1232 "%(url)s?@action=confrego&otk=%(otk)s\n" | |
| 1233 "\n" | |
| 1234 msgstr "" | |
| 1235 | |
| 1236 #: ../roundup/cgi/actions.py:1177 | |
| 1237 #, python-format | |
| 1238 msgid "Complete your registration to %s" | |
| 1239 msgstr "" | |
| 1240 | |
| 1241 #: ../roundup/cgi/actions.py:1178 | |
| 1242 #, python-format | |
| 1243 msgid "" | |
| 1244 "To complete your registration of the user \"%(name)s\" with\n" | |
| 1245 "%(tracker)s, please visit the following URL:\n" | |
| 1246 "\n" | |
| 1247 "%(url)s?@action=confrego&otk=%(otk)s\n" | |
| 1248 "\n" | |
| 1181 msgstr "" | 1249 msgstr "" |
| 1182 | 1250 |
| 1183 #: ../roundup/cgi/actions.py:1202 | 1251 #: ../roundup/cgi/actions.py:1202 |
| 1184 msgid "It is not permitted to supply roles at registration." | 1252 msgid "It is not permitted to supply roles at registration." |
| 1185 msgstr "" | 1253 msgstr "" |
| 2061 "\n" | 2129 "\n" |
| 2062 "There was a problem with the message you sent:\n" | 2130 "There was a problem with the message you sent:\n" |
| 2063 " %(message)s\n" | 2131 " %(message)s\n" |
| 2064 msgstr "" | 2132 msgstr "" |
| 2065 | 2133 |
| 2066 #: ../roundup/mailgw.py:1667 | 2134 #: ../roundup/mailgw.py:1673 |
| 2067 #, python-format | 2135 #, python-format |
| 2068 msgid "" | 2136 msgid "" |
| 2069 "\n" | 2137 "\n" |
| 2070 "The mail gateway is not properly set up. Please contact\n" | 2138 "The mail gateway is not properly set up. Please contact\n" |
| 2071 "%(mailadmin)s and have them fix the incorrect class specified as:\n" | 2139 "%(mailadmin)s and have them fix the incorrect class specified as:\n" |
| 2072 " %(clsname)s\n" | 2140 " %(clsname)s\n" |
| 2073 msgstr "" | 2141 msgstr "" |
| 2074 | 2142 |
| 2075 #: ../roundup/mailgw.py:1698 | 2143 #: ../roundup/mailgw.py:1704 |
| 2076 #, python-format | 2144 #, python-format |
| 2077 msgid "" | 2145 msgid "" |
| 2078 "\n" | 2146 "\n" |
| 2079 "The mail gateway is not properly set up. Please contact\n" | 2147 "The mail gateway is not properly set up. Please contact\n" |
| 2080 "%(mailadmin)s and have them fix the incorrect properties:\n" | 2148 "%(mailadmin)s and have them fix the incorrect properties:\n" |
| 2081 " %(errors)s\n" | 2149 " %(errors)s\n" |
| 2082 msgstr "" | 2150 msgstr "" |
| 2083 | 2151 |
| 2084 #: ../roundup/mailgw.py:1719 | 2152 #: ../roundup/mailgw.py:1725 |
| 2085 msgid "not of form [arg=value,value,...;arg=value,value,...]" | 2153 msgid "not of form [arg=value,value,...;arg=value,value,...]" |
| 2086 msgstr "" | 2154 msgstr "" |
| 2087 | 2155 |
| 2088 #: ../roundup/rest.py:406 | 2156 #: ../roundup/rest.py:406 |
| 2089 #, python-format | 2157 #, python-format |
| 2105 msgid "" | 2173 msgid "" |
| 2106 "Unable to parse Accept Header. %(error)s. Acceptable types: " | 2174 "Unable to parse Accept Header. %(error)s. Acceptable types: " |
| 2107 "%(acceptable_types)s" | 2175 "%(acceptable_types)s" |
| 2108 msgstr "" | 2176 msgstr "" |
| 2109 | 2177 |
| 2110 #: ../roundup/rest.py:2264 | 2178 #: ../roundup/rest.py:2268 |
| 2111 #, python-format | 2179 #, python-format |
| 2112 msgid "" | 2180 msgid "" |
| 2113 "Unrecognized api version: %s. See /rest without specifying api version for " | 2181 "Unrecognized api version: %s. See /rest without specifying api version for " |
| 2114 "supported versions." | 2182 "supported versions." |
| 2115 msgstr "" | 2183 msgstr "" |
