- revoke:
- flash: You've revoked the token for {{application}}
- oauth_clients:
- create:
- flash: Registered the information successfully
- destroy:
- flash: Destroyed the client application registration
- edit:
- submit: Edit
- title: Edit your application
- form:
- allow_read_gpx: read their private GPS traces.
- allow_read_prefs: read their user preferences.
- allow_write_api: modify the map.
- allow_write_diary: create diary entries, comments and make friends.
- allow_write_gpx: upload GPS traces.
- allow_write_prefs: modify their user preferences.
- callback_url: Callback URL
- name: Name
- requests: "Request the following permissions from the user:"
- required: Required
- support_url: Support URL
- url: Main Application URL
- index:
- application: Application Name
- issued_at: Issued At
- list_tokens: "The following tokens have been issued to applications in your name:"
- my_apps: My Client Applications
- my_tokens: My Authorised Applications
- 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.
- register_new: Register your application
- registered_apps: "You have the following client applications registered:"
- revoke: Revoke!
- title: My OAuth Details
- new:
- submit: Register
- title: Register a new application
- not_found:
- sorry: Sorry, that {{type}} could not be found.
- show:
- access_url: "Access Token URL:"
- allow_read_gpx: read their private GPS traces.
- allow_read_prefs: read their user preferences.
- allow_write_api: modify the map.
- allow_write_diary: create diary entries, comments and make friends.
- allow_write_gpx: upload GPS traces.
- allow_write_prefs: modify their user preferences.
- authorize_url: "Authorise URL:"
- edit: Edit Details
- key: "Consumer Key:"
- requests: "Requesting the following permissions from the user:"
- secret: "Consumer Secret:"
- support_notice: We support hmac-sha1 (recommended) as well as plain text in ssl mode.
- title: OAuth details for {{app_name}}
- url: "Request Token URL:"
- update:
- flash: Updated the client information successfully