From: Matt Amos Date: Tue, 4 Aug 2009 13:06:21 +0000 (+0000) Subject: More translatable strings. X-Git-Tag: live~6754^2~7 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/f50670e34d66cb18f6a3dea8a74539a268b7dab5?hp=d75bc6ef690c3c42daedc78342167306eccf38af;ds=sidebyside More translatable strings. --- diff --git a/app/views/oauth_clients/not_found.erb b/app/views/oauth_clients/not_found.erb index c47ffc712..9a9865b73 100644 --- a/app/views/oauth_clients/not_found.erb +++ b/app/views/oauth_clients/not_found.erb @@ -1 +1 @@ -

Sorry, that <%= @type -%> could not be found.

+

<%= t('oauth.client_application.not_found', :type => @type) %>

diff --git a/config/locales/en.yml b/config/locales/en.yml index 97fe3ab01..3922c45a6 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -831,6 +831,7 @@ en: allow_write_api: "modify the map." allow_read_gpx: "read their private GPS traces." allow_write_gpx: "upload GPS traces." + not_found: "Sorry, that {{type}} could not be found." user: login: title: "Login"