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,53 +806,63 @@ 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."
|
||||||
new:
|
revoke:
|
||||||
title: "Register a new application"
|
flash: "You've revoked the token for {{application}}"
|
||||||
submit: "Register"
|
oauth_clients:
|
||||||
edit:
|
new:
|
||||||
title: "Edit your application"
|
title: "Register a new application"
|
||||||
submit: "Edit"
|
submit: "Register"
|
||||||
show:
|
edit:
|
||||||
title: "OAuth details for {{app_name}}"
|
title: "Edit your application"
|
||||||
key: "Consumer Key:"
|
submit: "Edit"
|
||||||
secret: "Consumer Secret:"
|
show:
|
||||||
url: "Request Token URL:"
|
title: "OAuth details for {{app_name}}"
|
||||||
access_url: "Access Token URL:"
|
key: "Consumer Key:"
|
||||||
authorize_url: "Authorise URL:"
|
secret: "Consumer Secret:"
|
||||||
support_notice: "We support hmac-sha1 (recommended) as well as plain text in ssl mode."
|
url: "Request Token URL:"
|
||||||
edit: "Edit Details"
|
access_url: "Access Token URL:"
|
||||||
requests: "Requesting the following permissions from the user:"
|
authorize_url: "Authorise URL:"
|
||||||
allow_read_prefs: "read their user preferences."
|
support_notice: "We support hmac-sha1 (recommended) as well as plain text in ssl mode."
|
||||||
allow_write_prefs: "modify their user preferences."
|
edit: "Edit Details"
|
||||||
allow_write_diary: "create diary entries, comments and make friends."
|
requests: "Requesting the following permissions from the user:"
|
||||||
allow_write_api: "modify the map."
|
allow_read_prefs: "read their user preferences."
|
||||||
allow_read_gpx: "read their private GPS traces."
|
allow_write_prefs: "modify their user preferences."
|
||||||
allow_write_gpx: "upload GPS traces."
|
allow_write_diary: "create diary entries, comments and make friends."
|
||||||
index:
|
allow_write_api: "modify the map."
|
||||||
title: "My OAuth Details"
|
allow_read_gpx: "read their private GPS traces."
|
||||||
my_tokens: "My Authorised Applications"
|
allow_write_gpx: "upload GPS traces."
|
||||||
list_tokens: "The following tokens have been issued to applications in your name:"
|
index:
|
||||||
application: "Application Name"
|
title: "My OAuth Details"
|
||||||
issued_at: "Issued At"
|
my_tokens: "My Authorised Applications"
|
||||||
revoke: "Revoke!"
|
list_tokens: "The following tokens have been issued to applications in your name:"
|
||||||
my_apps: "My Client Applications"
|
application: "Application Name"
|
||||||
no_apps: "Do you have an application you would like to register for use with us using the {{oauth}} standard? You must register your web application before it can make OAuth requests to this service."
|
issued_at: "Issued At"
|
||||||
registered_apps: "You have the following client applications registered:"
|
revoke: "Revoke!"
|
||||||
register_new: "Register your application"
|
my_apps: "My Client Applications"
|
||||||
form:
|
no_apps: "Do you have an application you would like to register for use with us using the {{oauth}} standard? You must register your web application before it can make OAuth requests to this service."
|
||||||
name: "Name"
|
registered_apps: "You have the following client applications registered:"
|
||||||
required: "Required"
|
register_new: "Register your application"
|
||||||
url: "Main Application URL"
|
form:
|
||||||
callback_url: "Callback URL"
|
name: "Name"
|
||||||
support_url: "Support URL"
|
required: "Required"
|
||||||
requests: "Request the following permissions from the user:"
|
url: "Main Application URL"
|
||||||
allow_read_prefs: "read their user preferences."
|
callback_url: "Callback URL"
|
||||||
allow_write_prefs: "modify their user preferences."
|
support_url: "Support URL"
|
||||||
allow_write_diary: "create diary entries, comments and make friends."
|
requests: "Request the following permissions from the user:"
|
||||||
allow_write_api: "modify the map."
|
allow_read_prefs: "read their user preferences."
|
||||||
allow_read_gpx: "read their private GPS traces."
|
allow_write_prefs: "modify their user preferences."
|
||||||
allow_write_gpx: "upload GPS traces."
|
allow_write_diary: "create diary entries, comments and make friends."
|
||||||
not_found: "Sorry, that {{type}} could not be found."
|
allow_write_api: "modify the map."
|
||||||
|
allow_read_gpx: "read their private GPS traces."
|
||||||
|
allow_write_gpx: "upload GPS traces."
|
||||||
|
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