X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ad3ca54e286d8bb733afb96b64d421c07faa358b..e091246ffc2d640f0a7f2324998315b33b891847:/config/locales/en.yml diff --git a/config/locales/en.yml b/config/locales/en.yml index 5c96e8191..112f3a207 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1347,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 @@ -1793,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: @@ -1889,7 +1895,7 @@ en: flash: "Updated the client information successfully" destroy: flash: "Destroyed the client application registration" - user: + users: login: title: "Login" heading: "Login" @@ -2556,3 +2562,8 @@ 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: "contains invalid chars" + invalid_url_chars: "must not contain an invalid char: %{invalid_url_chars}"