Commit resource changes from r17160.
This commit is contained in:
parent
1ce8368f64
commit
7b14b5b6d4
1 changed files with 58 additions and 48 deletions
|
@ -797,7 +797,7 @@ en:
|
||||||
make_public:
|
make_public:
|
||||||
made_public: "Track made public"
|
made_public: "Track made public"
|
||||||
oauth:
|
oauth:
|
||||||
client_application:
|
oauthorize:
|
||||||
request_access: "The application {{app_name}} is requesting access to your account. Please check whether you would like the application to have the following capabilities. You may choose as many or as few as you like."
|
request_access: "The application {{app_name}} is requesting access to your account. Please check whether you would like the application to have the following capabilities. You may choose as many or as few as you like."
|
||||||
allow_to: "Allow the client application to:"
|
allow_to: "Allow the client application to:"
|
||||||
allow_read_prefs: "read your user preferences."
|
allow_read_prefs: "read your user preferences."
|
||||||
|
@ -806,6 +806,9 @@ en:
|
||||||
allow_write_api: "modify the map."
|
allow_write_api: "modify the map."
|
||||||
allow_read_gpx: "read your private GPS traces."
|
allow_read_gpx: "read your private GPS traces."
|
||||||
allow_write_gpx: "upload GPS traces."
|
allow_write_gpx: "upload GPS traces."
|
||||||
|
revoke:
|
||||||
|
flash: "You've revoked the token for {{application}}"
|
||||||
|
oauth_clients:
|
||||||
new:
|
new:
|
||||||
title: "Register a new application"
|
title: "Register a new application"
|
||||||
submit: "Register"
|
submit: "Register"
|
||||||
|
@ -852,7 +855,14 @@ en:
|
||||||
allow_write_api: "modify the map."
|
allow_write_api: "modify the map."
|
||||||
allow_read_gpx: "read their private GPS traces."
|
allow_read_gpx: "read their private GPS traces."
|
||||||
allow_write_gpx: "upload GPS traces."
|
allow_write_gpx: "upload GPS traces."
|
||||||
not_found: "Sorry, that {{type}} could not be found."
|
not_found:
|
||||||
|
sorry: "Sorry, that {{type}} could not be found."
|
||||||
|
create:
|
||||||
|
flash: "Registered the information successfully"
|
||||||
|
update:
|
||||||
|
flash: "Updated the client information successfully"
|
||||||
|
destroy:
|
||||||
|
flash: "Destroyed the client application registration"
|
||||||
user:
|
user:
|
||||||
login:
|
login:
|
||||||
title: "Login"
|
title: "Login"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue