X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7a5ac0394dfcd5d1cd5a8b659563ddd7afc33332..67292724441a7a447a9ea579a36dee64825dedaf:/config/locales/en.yml diff --git a/config/locales/en.yml b/config/locales/en.yml index 7e10cdf61..ff764c779 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -89,7 +89,7 @@ en: feed: title: "Changeset {{id}}" title_comment: "Changeset {{id}} - {{comment}}" - changeset_navigation: + navigation: paging: user: prev: "« {{id}}" @@ -98,12 +98,18 @@ en: prev: "« {{id}}" next: "{{id}} »" user: - name_tooltip: "View edits by {{user}}" - prev_tooltip: "Previous edit by {{user}}" - next_tooltip: "Next edit by {{user}}" + name_changeset_tooltip: "View edits by {{user}}" + prev_changeset_tooltip: "Previous edit by {{user}}" + next_changeset_tooltip: "Next edit by {{user}}" all: - prev_tooltip: "Previous changeset" - next_tooltip: "Next changeset" + prev_node_tooltip: "Previous node" + next_node_tooltip: "Next node" + prev_way_tooltip: "Previous way" + next_way_tooltip: "Next way" + prev_relation_tooltip: "Previous relation" + next_relation_tooltip: "Next relation" + prev_changeset_tooltip: "Previous changeset" + next_changeset_tooltip: "Next changeset" changeset_details: created_at: "Created at:" closed_at: "Closed at:" @@ -233,6 +239,10 @@ en: # There is no 'relation' type because it is not represented in OpenLayers tag_details: tags: "Tags:" + wiki_link: + key: "The wiki description page for the {{key}} tag" + tag: "The wiki description page for the {{key}}={{value}} tag" + wikipedia_link: "The {{page}} article on Wikipedia" way_details: nodes: "Nodes:" part_of: "Part of:" @@ -1394,7 +1404,7 @@ en: no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically." contact_webmaster: 'Please contact the webmaster to arrange for an account to be created - we will try and deal with the request as quickly as possible.' fill_form: "Fill in the form and we will send you a quick email to activate your account." - license_agreement: 'By creating an account, you agree that all data you submit to the Openstreetmap project is to be (non-exclusively) licensed under this Creative Commons license (by-sa).' + license_agreement: 'When you confirm your account you will need to agree to the contributor terms.' email address: "Email Address:" confirm email address: "Confirm Email Address:" not displayed publicly: 'Not displayed publicly (see privacy policy)' @@ -1402,8 +1412,23 @@ en: display name description: "Your publicly displayed username. You can change this later in the preferences." password: "Password:" confirm password: "Confirm Password:" - signup: Signup + continue: Continue flash create success message: "User was successfully created. Check your email for a confirmation note, and you will be mapping in no time :-)

Please note that you will not 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." + terms: + heading: "Contributor terms" + press accept button: "Please read the agreement below and press the agree button to create your account." + consider_pd: "I consider my contributions to be in the Public Domain" + consider_pd_why: "what's this?" + consider_pd_why_url: http://wiki.openstreetmap.org/wiki/Why_would_I_want_my_contributions_to_be_public_domain + agree: Agree + declined: "http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined" + decline: "Decline" + legale_select: "Please select your country of residence:" + legale_button: "Go" + legale_names: + france: "France" + italy: "Italy" + rest_of_world: "Rest of the world" no_such_user: title: "No such user" heading: "The user {{user}} does not exist"