Ignore:
Timestamp:
01/06/16 13:07:30 (8 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Implemented the registration form (re #285)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • locale/en/mlx.po

    r744 r753  
    9494msgstr "_Send..."
    9595
     96msgid "button_register"
     97msgstr "_Register"
     98
    9699msgid "button_cancelFlight"
    97100msgstr "Cancel flight"
     
    269272msgid "login_remember_tooltip"
    270273msgstr ""
    271 "If checked, your password will be stored, so that you "
     274"If checked, your password will be stored by the program, so that you "
    272275"should not have to enter it every time. Note, however, that "
    273276"the password is stored as text, and anybody who can access "
     
    279282msgid "login_entranceExam_tooltip"
    280283msgstr "Check this to log in to take your entrance exam."
     284
     285msgid "button_login_register"
     286msgstr "R_egister..."
     287
     288msgid "button_login_register_tooltip"
     289msgstr "Click here if you would like to register with Malév Virtual"
    281290
    282291msgid "button_offline"
     
    21132122msgid "sendBugReport_error_sec"
    21142123msgstr "There was some communication error, try again later."
     2124
     2125msgid "register_title"
     2126msgstr "Registration"
     2127
     2128msgid "register_help"
     2129msgstr ""
     2130"Enter the data below.\n"
     2131"Optional data items are in <i>italics</i>.\n"
     2132"One of VATSIM ID or IVAO ID is mandatory."
     2133
     2134msgid "register_name"
     2135msgstr "_Name:"
     2136
     2137msgid "register_name_tooltip"
     2138msgstr "Enter your real name."
     2139
     2140msgid "register_year_of_birth"
     2141msgstr "_Year of birth:"
     2142
     2143msgid "register_year_of_birth_tooltip"
     2144msgstr "Enter the year in which you were born."
     2145
     2146msgid "register_email"
     2147msgstr "_E-mail:"
     2148
     2149msgid "register_email_tooltip"
     2150msgstr "Enter your e-mail address."
     2151
     2152msgid "register_email_public"
     2153msgstr "P_ublic"
     2154
     2155msgid "register_email_public_tooltip"
     2156msgstr ""
     2157"If checked, your e-mail address will be displayed in our forums and "
     2158"possibly other internal website areas, and thus it will be made "
     2159"available to other members of MAVA."
     2160
     2161msgid "register_vatsim_id"
     2162msgstr "_VATSIM CID:"
     2163
     2164msgid "register_vatsim_id_tooltip"
     2165msgstr ""
     2166"Enter your VATSIM CID, if you are registered with VATSIM. "
     2167"Note that either a VATSIM CID or an IVAO VID is required for the registration."
     2168
     2169msgid "register_ivao_id"
     2170msgstr "IV_AO VID:"
     2171
     2172msgid "register_ivao_id_tooltip"
     2173msgstr ""
     2174"Enter your IVAO VID, if you are registered with IVAO. "
     2175"Note that either a VATSIM CID or an IVAO VID is required for the registration."
     2176
     2177msgid "register_phone_num"
     2178msgstr "<i>Phone num_ber</i>:"
     2179
     2180msgid "register_phone_num_tooltip"
     2181msgstr "Enter your phone number, if we can reach you by phone."
     2182
     2183msgid "register_nationality"
     2184msgstr "<i>Na_tionality</i>:"
     2185
     2186msgid "register_nationality_tooltip"
     2187msgstr "Enter your nationality, if you would like to share that info with us."
     2188
     2189msgid "register_password"
     2190msgstr "Pa_ssword:"
     2191
     2192msgid "register_password_tooltip"
     2193msgstr "Enter the password you would like to use for logging in."
     2194
     2195msgid "register_password2"
     2196msgstr "Pass_word again:"
     2197
     2198msgid "register_password2_tooltip"
     2199msgstr "Enter the same password again."
     2200
     2201msgid "register_password_ok"
     2202msgstr "<span foreground=\"green\">OK</span>"
     2203
     2204msgid "register_password_too_short"
     2205msgstr "<span foreground=\"orange\">Too short</span>"
     2206
     2207msgid "register_password_mismatch"
     2208msgstr "<span foreground=\"red\">Passwords differ</span>"
Note: See TracChangeset for help on using the changeset viewer.