X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/297b0a0e166bab17cc6555deeefaf328f202bd72..c2f23fea6a7821a4ad4c97fd65744b138ec86267:/config/locales/en.yml
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 7636bad03..c53ae19c8 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -1055,9 +1055,8 @@ en:
intro_header: Welcome to OpenStreetMap!
intro_text: OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
intro_2_create_account: "Create a user account"
- partners_html: "Hosting is supported by %{ucl}, %{bytemark}, %{ic}, and other %{partners}."
+ hosting_partners_html: "Hosting is supported by %{ucl}, %{bytemark}, and other %{partners}."
partners_ucl: "UCL"
- partners_ic: "Imperial College London"
partners_bytemark: "Bytemark Hosting"
partners_partners: "partners"
osm_offline: "The OpenStreetMap database is currently offline while essential database maintenance work is carried out."
@@ -1348,6 +1347,11 @@ en:
CC BY),
Land Vorarlberg and
Land Tirol (under CC BY AT with amendments).
+ contributors_au_html: |
+ Australia: Contains data sourced from
+ PSMA Australia Limited
+ licensed by the Commonwealth of Australia under
+ CC BY 4.0.
contributors_ca_html: |
Canada: Contains data from
GeoBase®, GeoGratis (© Department of Natural
@@ -1794,6 +1798,7 @@ en:
other: "GPX file with %{count} points from %{user}"
description_without_count: "GPX file from %{user}"
application:
+ permission_denied: You do not have permission to access that action
require_cookies:
cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing."
require_admin:
@@ -1890,7 +1895,7 @@ en:
flash: "Updated the client information successfully"
destroy:
flash: "Destroyed the client application registration"
- user:
+ users:
login:
title: "Login"
heading: "Login"
@@ -2557,3 +2562,7 @@ en:
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."
+ validations:
+ leading whitespace: "has leading whitespace"
+ trailing whitespace: "has trailing whitespace"
+ invalid chars: "must not contain an invalid char: %{invalid_chars}"