- oauth_clients:
- new:
- title: Register a new application
- edit:
- title: Edit your application
- show:
- title: OAuth details for %{app_name}
- key: 'Consumer Key:'
- secret: 'Consumer Secret:'
- url: 'Request Token URL:'
- access_url: 'Access Token URL:'
- authorize_url: 'Authorise URL:'
- support_notice: We support HMAC-SHA1 (recommended) and RSA-SHA1 signatures.
- edit: Edit Details
- delete: Delete Client
- confirm: Are you sure?
- requests: 'Requesting the following permissions from the user:'
- index:
- title: My OAuth Details
- my_tokens: My Authorised Applications
- list_tokens: 'The following tokens have been issued to applications in your
- name:'
- application: Application Name
- issued_at: Issued At
- revoke: Revoke!
- my_apps: My Client Applications
- no_apps_html: 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.
- registered_apps: 'You have the following client applications registered:'
- register_new: Register your application
- form:
- requests: 'Request the following permissions from the user:'
- 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