Ignore:
Timestamp:
01/11/16 15:56:23 (8 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Implemented the basic GUI logic of the registration (re #285)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • locale/en/mlx.po

    r755 r756  
    22182218msgid "register_password_mismatch"
    22192219msgstr "<span foreground=\"red\">Passwords differ</span>"
     2220
     2221msgid "register_busy"
     2222msgstr "Registering..."
     2223
     2224msgid "register_ok"
     2225msgstr "Registration successful."
     2226
     2227msgid "register_failed"
     2228msgstr "Registration failed!"
     2229
     2230msgid "register_info"
     2231msgstr ""
     2232"Congratulations! You are now a MAVA pilot\n"
     2233"in status STU (student).\n"
     2234"\n"
     2235"Your pilot ID is: <b>%s</b>.\n"
     2236"\n"
     2237"You will now be taken to the student page,\n"
     2238"where you can initiate the taking of the\n"
     2239"entrance exam or start your check flight.\n"
     2240"\n"
     2241"You can return to the page anytime later\n"
     2242"by starting the program, and logging in."
     2243
     2244msgid "register_nologin"
     2245msgstr ""
     2246"Congratulations! You are now a MAVA pilot\n"
     2247"in status STU (student).\n"
     2248"\n"
     2249"Your pilot ID is: <b>%s</b>.\n"
     2250"\n"
     2251"For some reason, we could not log you in\n"
     2252"(perhaps a server failure).\n"
     2253"\n"
     2254"You will now be taken to the login page,\n"
     2255"where you can try logging in again. You can,\n"
     2256"of course, start the program at any time\n"
     2257"later on and attempt logging in."
     2258
     2259msgid "register_email_already"
     2260msgstr "The given e-mail is already registered."
     2261
     2262msgid "register_invalid_data"
     2263msgstr ""
     2264"The program has sent invalid data to the server.\n"
     2265"This may be a program error. You may try to alter some\n"
     2266"data (e.g. accented characters), or send a bug report."
     2267
     2268msgid "register_error"
     2269msgstr ""
     2270"Some error, most likely in the server, has occured.\n"
     2271"Please, try again later."
     2272
     2273msgid "register_result_title"
     2274msgstr "Registration"
Note: See TracChangeset for help on using the changeset viewer.