X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8f4ed911e094d359ed630f034b76e02bc8d51705..9813d9f1e48d575bb0e0b5029dc0ec134a011090:/config/locales/en.yml diff --git a/config/locales/en.yml b/config/locales/en.yml index f31330ed7..7bfda9593 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -195,6 +195,13 @@ en: paging_nav: showing_page: "Showing page" of: "of" + redacted: + redaction: "Redaction %{id}" + message_html: "Version %{version} of this %{type} cannot be shown as it has been redacted. Please see %{redaction_link} for details." + type: + node: "node" + way: "way" + relation: "relation" relation_details: members: "Members:" part_of: "Part of:" @@ -393,7 +400,7 @@ en: post: Post when: When comment: Comment - ago: %{ago} ago + ago: "%{ago} ago" newer_comments: "Newer Comments" older_comments: "Older Comments" export: @@ -1104,8 +1111,10 @@ en:
  • Australia: Contains suburb data based on Australian Bureau of Statistics data.
  • Austria: Contains data from - Stadt Wien under - CC BY.
  • + Stadt Wien (under + CC BY), + Land Vorarlberg and + Land Tirol (under CC-BY AT with amendments).
  • Canada: Contains data from GeoBase®, GeoGratis (© Department of Natural Resources Canada), CanVec (© Department of Natural @@ -1113,6 +1122,8 @@ en: Statistics Canada).
  • France: Contains data sourced from Direction Générale des Impôts.
  • +
  • Netherlands: Contains © AND data, 2007 + (www.and.com)
  • New Zealand: Contains data sourced from Land Information New Zealand. Crown Copyright reserved.
  • Poland: Contains data from Tiles@Home static tile browser if you are unable to enable JavaScript.' permalink: Permalink shortlink: Shortlink license: @@ -1412,7 +1422,7 @@ en: text: Text image: Image alt: Alt text - url: url + url: URL trace: visibility: private: "Private (only shared as anonymous, unordered points)" @@ -1514,6 +1524,8 @@ en: application: require_cookies: cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing." + require_moderator: + not_a_moderator: "You need to be a moderator to perform that action." setup_user_auth: blocked: "Your access to the API has been blocked. Please log-in to the web interface to find out more." need_to_see_terms: "Your access to the API is temporarily suspended. Please log-in to the web interface to view the Contributor Terms. You do not need to agree, but you must view them." @@ -1545,6 +1557,8 @@ en: authorize_url: "Authorise URL:" support_notice: "We support HMAC-SHA1 (recommended) as well as plain text in SSL mode." edit: "Edit Details" + delete: "Delete Client" + confirm: "Are you sure?" requests: "Requesting the following permissions from the user:" allow_read_prefs: "read their user preferences." allow_write_prefs: "modify their user preferences." @@ -1913,7 +1927,6 @@ en: back: "View all blocks" needs_view: "Does the user need to log in before this block will be cleared?" filter: - not_a_moderator: "You need to be a moderator to perform that action." block_expired: "The block has already expired and cannot be edited." block_period: "The blocking period must be one of the values selectable in the drop-down list." create: @@ -1991,3 +2004,34 @@ en: history_tooltip: View edits for this area history_disabled_tooltip: Zoom in to view edits for this area history_zoom_alert: You must zoom in to view edits for this area + redaction: + edit: + description: "Description" + heading: "Edit redaction" + submit: "Save redaction" + title: "Edit redaction" + index: + empty: "No redactions to show." + heading: "List of redactions" + title: "List of redactions" + new: + description: "Description" + heading: "Enter information for new redaction" + submit: "Create redaction" + title: "Creating new redaction" + show: + description: "Description:" + heading: "Showing redaction \"%{title}\"" + title: "Showing redaction" + user: "Creator:" + edit: "Edit this redaction" + destroy: "Remove this redaction" + confirm: "Are you sure?" + create: + flash: "Redaction created." + update: + flash: "Changes saved." + destroy: + not_empty: "Redaction is not empty. Please un-redact all versions belonging to this redaction before destroying it." + flash: "Redaction destroyed." + error: "There was an error destroying this redaction."