diff options
author | Danny van Heumen <danny@dannyvanheumen.nl> | 2015-07-22 22:56:23 +0200 |
---|---|---|
committer | Danny van Heumen <danny@dannyvanheumen.nl> | 2015-07-22 23:13:27 +0200 |
commit | 897600b91d702207cd28f8afc5856057beb1f0fc (patch) | |
tree | aa4334e95c79d06af7616235b9c9eb7f92818ae3 /resources/languages/resources.properties | |
parent | c6b42c0b1a016a10164fd4c5c3feec5e7ce3b7f8 (diff) | |
download | jitsi-897600b91d702207cd28f8afc5856057beb1f0fc.zip jitsi-897600b91d702207cd28f8afc5856057beb1f0fc.tar.gz jitsi-897600b91d702207cd28f8afc5856057beb1f0fc.tar.bz2 |
Number of improvements to Google Contacts OAuth dialog after feedback.
* i18n support.
* Show instructions at top of dialog.
* Explicitly say "click here" in hyperlink text for opening approval page.
* Changed text of Done button to "Save". (Depending on i18n.)
Diffstat (limited to 'resources/languages/resources.properties')
-rw-r--r-- | resources/languages/resources.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/languages/resources.properties b/resources/languages/resources.properties index 5c65e7a..6df135c 100644 --- a/resources/languages/resources.properties +++ b/resources/languages/resources.properties @@ -929,6 +929,9 @@ impl.googlecontacts.USERNAME=Account name impl.googlecontacts.PASSWORD=Password impl.googlecontacts.PREFIX=Phone prefix impl.googlecontacts.WRONG_CREDENTIALS=Wrong credentials for Google account {0} +impl.googlecontacts.INSTRUCTIONS=<html><b>Instructions</b>:<p>Click the link below to approve Jitsi's access to the account. By clicking the link, a web page will open in your browser. Log in with the requested account and approve access. Once approved, Google will show you a code. Copy this code into the input box below and click 'Save'.</p><p>This is a one-time operation. Authorization tokens will be stored for future use.</p></html> +impl.googlecontacts.CODE=Code: +impl.googlecontacts.HYPERLINK_TEXT=Click here to approve access to {0} # account info plugin.accountinfo.TITLE=Account Info |