locales/en.yml in clavem-2.1.0 vs locales/en.yml in clavem-2.2.0
- old
+ new
@@ -3,25 +3,26 @@
# This file is part of the clavem gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
#
---
+en:
clavem:
errors:
- response_failure: "Cannot handle response: %1"
- open_failure: "Cannot open URL %1: %2"
+ response_failure: "Cannot handle response: %s"
+ open_failure: "Cannot open URL %s: %s"
interrupted: "Authentication interrupted by the user."
- template: "This window will close in few moments. If this doesn't happens you can close it by yourself, this won't cause any problem."
+ template: "The authentication process on the URL has ended. You can now close this window and continue in the console."
application_description: "A local callback server for oAuth web-flow."
application_help_url: "The URL where to send the user to start authorization."
application_help_host: "The host address on which listening for the reply. Default is localhost."
application_help_port: "The port on which listening for the reply. Default is 777`."
application_help_command: "The command to open the URL. {{URL} is replaced with the specified URL. Default is 'open \"{{URL}}\"'."
application_help_no_callback: "Do not append the \"oauth_callback\" parameter to the URL."
application_help_timeout: "The amount of seconds to wait for response from the remote endpoint before returning a failure."
application_help_quiet: "Do not print anything but errors."
application_meta_port: "PORT"
application_meta_command: "COMMAND"
- cli_running: "Clavem is waiting for a response at URL {mark=bright}%1{/mark} ..."
- cli_obtaining: "Obtaining token from URL {mark=bright}%1{/mark}."
- cli_succeeded: "Obtained access token is: {mark=bright}%1{/mark}"
+ cli_running: "Clavem is waiting for a response at URL {mark=bright}%s{/mark} ..."
+ cli_obtaining: "Obtaining token from URL {mark=bright}%s{/mark}."
+ cli_succeeded: "Obtained access token is: {mark=bright}%s{/mark}"
cli_failed: "No access token obtained."