X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f7985046696958688b8a220a91c4b96ce16d4b65..938cdd8503f9e9257e9b023eb25ed32d6668bf74:/config/locales/en.yml diff --git a/config/locales/en.yml b/config/locales/en.yml index b0bcebd80..acad152e6 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -149,19 +149,35 @@ en: zoom_or_select: "Zoom in or select an area of the map to view" drag_a_box: "Drag a box on the map to select an area" manually_select: "Manually select a different area" - loaded_an_area: "You have loaded an area which contains" - browsers: "features. In general, some browsers may not cope well with displaying this quantity of data. Generally, browsers work best at displaying less than 100 features at a time: doing anything else may make your browser slow/unresponsive. If you are sure you want to display this data, you may do so by clicking the button below." + loaded_an_area_with_num_features: "You have loaded an area which contains [[num_features]] features. In general, some browsers may not cope well with displaying this quantity of data. Generally, browsers work best at displaying less than 100 features at a time: doing anything else may make your browser slow/unresponsive. If you are sure you want to display this data, you may do so by clicking the button below." load_data: "Load Data" - unable_to_load: "Unable to load: Bounding box size of" - must_be_smaller: "is too large (must be smaller than 0.25)" + unable_to_load_size: "Unable to load: Bounding box size of [[bbox_size]] is too large (must be smaller than {{max_bbox_size}})" loading: "Loading..." show_history: "Show History" wait: "Wait..." - history_for: "History for" + history_for_feature: "History for [[feature]]" details: "Details" private_user: "private user" - edited_by: "Edited by" - at_timestamp: "at" + edited_by_user_at_timestamp: "Edited by [[user]] at [[timestamp]]" + object_list: + heading: "Object list" + back: "Display object list" + type: + node: "Node" + way: "Way" + # There's no 'relation' type because it isn't represented in OpenLayers + api: "Retrieve this area from the API" + details: "Details" + selected: + type: + node: "Node [[id]]" + way: "Way [[id]]" + # There's no 'relation' type because it isn't represented in OpenLayers + history: + type: + node: "Node [[id]]" + way: "Way [[id]]" + # There's no 'relation' type because it isn't represented in OpenLayers tag_details: tags: "Tags:" way_details: @@ -256,6 +272,8 @@ en: 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: + title: "No such user" + heading: "The user {{user}} does not exist" body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong." diary_entry: posted_by: "Posted by {{link_user}} at {{created}} in {{language}}" @@ -330,8 +348,10 @@ en: donate: "Support OpenStreetMap by {{link}} to the Hardware Upgrade Fund." donate_link_text: donating help_wiki: "Help & Wiki" + help_wiki_url: "http://wiki.openstreetmap.org" news_blog: "News blog" shop: Shop + shop_url: http://wiki.openstreetmap.org/wiki/Merchandise sotm: 'Come to the 2009 OpenStreetMap Conference, The State of the Map, July 10-12 in Amsterdam!' alt_donation: Make a Donation notifier: @@ -354,6 +374,23 @@ en: subject: "[OpenStreetMap] {{user}} added you as a friend" had_added_you: "{{user}} has added you as a friend on OpenStreetMap." see_their_profile: "You can see their profile at {{userurl}} and add them as a friend too if you wish." + gpx_notification: + greeting: "Hi," + your_gpx_file: "It looks like your GPX file" + with_description: "with the description" + and_the_tags: "and the following tags:" + and_no_tags: "and no tags." + failure: + subject: "[OpenStreetMap] GPX Import failure" + failed_to_import: "failed to import. Here's the error:" + more_info_1: "More information about GPX import failures and how to avoid" + more_info_2: "them can be found at:" + import_failures_url: "http://wiki.openstreetmap.org/wiki/GPX_Import_Failures" + success: + subject: "[OpenStreetMap] GPX Import success" + loaded_successfully: | + loaded successfully with {{trace_points}} out of a possible + {{possible_points}} points. signup_confirm: subject: "[OpenStreetMap] Confirm your email address" signup_confirm_plain: @@ -365,8 +402,10 @@ en: introductory_video: "You can watch an introductory video to OpenStreetMap here:" more_videos: "There are more videos here:" the_wiki: "Get reading about OpenStreetMap on the wiki:" + the_wiki_url: "http://wiki.openstreetmap.org/wiki/Beginners%27_Guide" opengeodata: "OpenGeoData.org is OpenStreetMap's blog, and it has podcasts too:" wiki_signup: "You may also want to sign up to the OpenStreetMap wiki at:" + wiki_signup_url: "http://wiki.openstreetmap.org/index.php?title=Special:Userlogin&type=signup&returnto=Main_Page" # next four translations are in pairs : please word wrap appropriately user_wiki_1: "It is recommended that you create a user wiki page, which includes" user_wiki_2: "category tags noting where you are, such as [[Category:Users_in_London]]." @@ -438,8 +477,9 @@ en: back_to_inbox: "Back to inbox" message_sent: "Message sent" no_such_user: - no_such_user: "No such user or message" - sorry: "Sorry there is no user or message with that name or id" + title: "No such user or message" + heading: "No such user or message" + body: "Sorry there is no user or message with that name or id" outbox: title: "Outbox" my_inbox: "My {{inbox_link}}" @@ -509,7 +549,9 @@ en: tags: "Tags:" save_button: "Save Changes" no_such_user: - no_such_user: "Sorry, there is no user with the name {{name}}. Please check your spelling, or maybe the link you clicked is wrong." + title: "No such user" + heading: "The user {{user}} does not exist" + body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong." trace_form: upload_gpx: "Upload GPX File" description: "Description" @@ -517,6 +559,7 @@ en: public: "Public?" upload_button: "Upload" help: "Help" + help_url: "http://wiki.openstreetmap.org/wiki/Upload" trace_header: see_just_your_traces: "See just your traces, or upload a trace" see_all_traces: "See all traces" @@ -607,6 +650,8 @@ en: 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." no_such_user: + title: "No such user" + heading: "The user {{user}} does not exist" body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong." view: my diary: my diary