]> git.openstreetmap.org Git - rails.git/commitdiff
More translatable strings.
authorMatt Amos <zerebubuth@gmail.com>
Tue, 4 Aug 2009 13:06:21 +0000 (13:06 +0000)
committerMatt Amos <zerebubuth@gmail.com>
Tue, 4 Aug 2009 13:06:21 +0000 (13:06 +0000)
app/views/oauth_clients/not_found.erb
config/locales/en.yml

index c47ffc712e67e2dd2a66499d2e0be71496d58bae..9a9865b73ddef75b62a0d06d687be7be07a2964b 100644 (file)
@@ -1 +1 @@
-<p>Sorry, that <%= @type -%> could not be found.</p>
+<p><%= t('oauth.client_application.not_found', :type => @type) %></p>
index 97fe3ab011d1721b5a6128ef02148e83f6a4879e..3922c45a6f77cb2517b3668326cbb8806f4382b6 100644 (file)
@@ -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."
         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"
   user:
     login:
       title: "Login"