X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1d89654a796be0c2f370a0ffd32c37aa496c7aee..9a051df2d22dbdfe43c2014ec70ac992aa630da3:/config/locales/en.yml diff --git a/config/locales/en.yml b/config/locales/en.yml index 66a900698..974449171 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1,4 +1,75 @@ en: + activerecord: + # Translates all the model names, which is used in error handling on the web site + models: + acl: "Access Control List" + changeset: "Changeset" + changeset_tag: "Changeset Tag" + country: "Country" + diary_comment: "Diary Comment" + diary_entry: "Diary Entry" + friend: "Friend" + language: "Language" + message: "Message" + node: "Node" + node_tag: "Node Tag" + notifier: "Notifier" + old_node: "Old Node" + old_node_tag: "Old Node Tag" + old_relation: "Old Relation" + old_relation_member: "Old Relation Member" + old_relation_tag: "Old Relation Tag" + old_way: "Old Way" + old_way_node: "Old Way Node" + old_way_tag: "Old Way Tag" + relation: "Relation" + relation_member: "Relation Member" + relation_tag: "Relation Tag" + session: "Session" + trace: "Trace" + tracepoint: "Trace Point" + tracetag: "Trace Tag" + user: "User" + user_preference: "User Preference" + user_token: "User Token" + way: "Way" + way_node: "Way Node" + way_tag: "Way Tag" + # Translates all the model attributes, which is used in error handling on the web site + # Only the ones that are used on the web site are translated at the moment + attributes: + diary_comment: + body: "Body" + diary_entry: + user: "User" + title: "Title" + latitude: "Latitude" + longitude: "Longitude" + language: "Language" + friend: + user: "User" + friend: "Friend" + trace: + user: "User" + visible: "Visible" + name: "Name" + size: "Size" + latitude: "Latitude" + longitude: "Longitude" + public: "Public" + description: "Description" + message: + sender: "Sender" + title: "Title" + body: "Body" + recipient: "Recipient" + user: + email: "Email" + active: "Active" + display_name: "Display Name" + description: "Description" + languages: "Languages" + pass_crypt: "Password" map: view: View edit: Edit @@ -92,6 +163,9 @@ en: way_details: nodes: "Nodes:" part_of: "Part of:" + also_part_of: + one: "also part of way {{related_ways}}" + other: "also part of ways {{related_ways}}" way_history: way_history: "Way History" way_history_title: "Way History: {{way_name}}" @@ -145,8 +219,11 @@ en: for_all_changes: "For changes by all users see {{recent_changes_link}}" recent_changes: "Recent Changes" diary_entry: + new: + title: New Diary Entry list: title: "Users' diaries" + user_title: "{{user}}'s diary" new: New Diary Entry new_title: Compose a new entry in your user diary no_entries: No diary entries @@ -164,19 +241,25 @@ en: use_map_link: "use map" save_button: "Save" marker_text: Diary entry location + view: + title: "Users' diaries | {{user}}" + leave_a_comment: "Leave a comment" + save_button: "Save" no_such_entry: heading: "No entry with the id: {{id}}" body: "Sorry, there is no diary entry or comment with the id {{id}}. Please check your spelling, or maybe the link you clicked is wrong." no_such_user: body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong." - posted_by: "Posted by {{link_user}} at {{created}} in {{language}}" - comment_link: Comment on this entry - reply_link: Reply to this entry - comment_count: - one: 1 comment - other: "{{count}} comments" - edit_link: Edit this entry - comment_from: "Comment from {{link_user}} at {{comment_created_at}}" + diary_entry: + posted_by: "Posted by {{link_user}} at {{created}} in {{language}}" + comment_link: Comment on this entry + reply_link: Reply to this entry + comment_count: + one: 1 comment + other: "{{count}} comments" + edit_link: Edit this entry + diary_comment: + comment_from: "Comment from {{link_user}} at {{comment_created_at}}" export: start: area_to_export: "Area to Export" @@ -239,7 +322,7 @@ en: sotm: 'Come to the 2009 OpenStreetMap Conference, The State of the Map, July 10-12 in Amsterdam!' alt_donation: Make a Donation notifier: - diary: + diary_comment_notification: banner1: "* Please do not reply to this email. *" banner2: "* Use the OpenStreetMap web site to reply. *" hi: "Hi {{to_user}}," @@ -322,6 +405,7 @@ en: back_to_outbox: "Back to outbox" site: index: + home: "home" js_1: "You are either using a browser that doesn't support javascript, or you have disabled javascript." js_2: "OpenStreetMap uses javascript for its slippy map." js_3: 'You may want to try the Tiles@Home static tile browser if you are unable to enable javascript.' @@ -349,7 +433,8 @@ en: map_key: "Map key" trace: create: - upload: "Upload GPS Trace" + upload_trace: "Upload GPS Trace" + trace_uploaded: "Your GPX file has been uploaded and is awaiting insertion in to the database. This will usually happen within half an hour, and an email will be sent to you on completion." edit: filename: "Filename:" uploaded_at: "Uploaded at:" @@ -392,20 +477,34 @@ en: make_public: "Make this track public permanently" edit_track: "Edit this track" delete_track: "Delete this track" + viewing_trace: "Viewing trace {{name}}" + trace_not_found: "Trace not found!" trace_paging_nav: showing: "Showing page" of: "of" trace: pending: "PENDING" + count_points: "{{count}} points" + ago: "{{time_in_words_ago}} ago" more: "more" trace_details: "View Trace Details" view_map: "View Map" edit: "edit" edit_map: "Edit Map" public: "PUBLIC" - pritate: "PRIVATE" + private: "PRIVATE" by: "by" in: "in" + map: "map" + list: + public_traces: "Public GPS traces" + your_traces: "Your GPS traces" + public_traces_from: "Public GPS traces from {{user}}" + tagged_with: " tagged with {{tags}}" + delete: + scheduled_for_deletion: "Track scheduled for deletion" + make_public: + made_public: "Track made public" user: login: heading: "Login" @@ -415,6 +514,8 @@ en: password: "Password: " lost password link: "Lost your password?" login_button: "Login" + account not active: "Sorry, your account is not active yet.
Please click on the link in the account confirmation email to activate your account." + auth failure: "Sorry, couldn't log in with those details." lost_password: title: "lost password" heading: "Forgotten Password?" @@ -439,7 +540,7 @@ en: password: "Password: " confirm password: "Confirm Password: " signup: Signup - flash create success message: "User was successfully created. Check your email for a confirmation note, and you\'ll be mapping in no time :-)

Please note that you won't be able to login until you've received and confirmed your email address.

If you use an antispam system which sends confirmation requests then please make sure you whitelist webmaster@openstreetmap.org as we are unable to reply to any confirmation requests." + flash create success message: "User was successfully created. Check your email for a confirmation note, and you'll be mapping in no time :-)

Please note that you won't be able to login until you've received and confirmed your email address.

If you use an antispam system which sends confirmation requests then please make sure you whitelist webmaster@openstreetmap.org as we are unable to reply to any confirmation requests." no_such_user: body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong." view: @@ -500,10 +601,14 @@ en: heading: Confirm a user account press confirm button: "Press the confirm button below to activate your account." button: Confirm + success: "Confirmed your account, thanks for signing up!" + failure: "A user account with this token has already been confirmed." confirm email: heading: Confirm a change of email address press confirm button: "Press the confirm button below to confirm your new email address." button: Confirm + success: "Confirmed your email address, thanks for signing up!" + failure: "An email address has already been confirmed with this token." set_home: flash success: "Home location saved successfully" go_public: