diff options
author | Yana Stamcheva <yana@jitsi.org> | 2011-10-07 11:19:48 +0000 |
---|---|---|
committer | Yana Stamcheva <yana@jitsi.org> | 2011-10-07 11:19:48 +0000 |
commit | b127d5268dc2522992a801840d510c19f38e2582 (patch) | |
tree | 1952fc18712a3984a2141d8b31659fb62fa788aa /resources/languages | |
parent | 2ea86c5bd699e169f03861ad7af39a615741e16c (diff) | |
download | jitsi-b127d5268dc2522992a801840d510c19f38e2582.zip jitsi-b127d5268dc2522992a801840d510c19f38e2582.tar.gz jitsi-b127d5268dc2522992a801840d510c19f38e2582.tar.bz2 |
Adds tooltips for some chat toolbar buttons and adjusts menu item names.
Diffstat (limited to 'resources/languages')
-rw-r--r-- | resources/languages/resources.properties | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/resources/languages/resources.properties b/resources/languages/resources.properties index 031ebfc..8d770fe 100644 --- a/resources/languages/resources.properties +++ b/resources/languages/resources.properties @@ -383,6 +383,7 @@ service.gui.REVOKE_MEMBERSHIP=Revoke membership service.gui.REVOKE_VOICE=Revoke voice
service.gui.ROOT_GROUP=Root group
service.gui.SAVE=&Save
+service.gui.SAVE_AS_DEFAULT=Save as default
service.gui.SEARCH=&Search
service.gui.SEARCH_FOR_CHAT_ROOMS_MSG=Click the below button to show all chat rooms existing in the selected server. Then select the one you would like to join and click the join button.
service.gui.SECURITY=Security
@@ -1192,7 +1193,7 @@ plugin.securityconfig.masterpassword.PASSWORD_QUALITY_METER=Password quality met plugin.securityconfig.masterpassword.MP_INPUT=Please enter your master password:\n\n
# otr plugin
-plugin.otr.menu.TITLE=OTR
+plugin.otr.menu.TITLE=Secure chat
plugin.otr.menu.START_OTR=Start private conversation
plugin.otr.menu.END_OTR=End private conversation
plugin.otr.menu.REFRESH_OTR=Refresh private conversation
@@ -1202,6 +1203,7 @@ plugin.otr.menu.CB_AUTO=Automatically initiate private messaging plugin.otr.menu.CB_ENABLE=Enable private messaging
plugin.otr.menu.CB_REQUIRE=Require private messaging
plugin.otr.menu.CB_RESET=Reset
+plugin.otr.menu.OTR_TOOLTIP=Encrypt chats with OTR
plugin.otr.authbuddydialog.HELP_URI=http://www.jitsi.org/index.php/GSOC2009/OTR
plugin.otr.authbuddydialog.AUTHENTICATION_INFO=Authenticating a buddy helps ensure that the person you are talking to is who he or she claims to be. To verify the fingerprint, contact your buddy via some other authenticated channel, such as the telephone or GPG-signed email. Each of you should tell your fingerprint to the other. If everything matches up, you should indicate in the above dialog that you *have* verified the fingerprint.
plugin.otr.authbuddydialog.LOCAL_FINGERPRINT=Fingerprint for you, {0}: {1}
@@ -1329,6 +1331,7 @@ plugin.spellcheck.DICT_PROCESS_ERROR=Locale not recognized plugin.spellcheck.UNINSTALL_DICTIONARY=Uninstall
plugin.spellcheck.DICT_ERROR_DELETE_TITLE=Error uninstalling dictionary
plugin.spellcheck.DICT_ERROR_DELETE=Cannot uninstall dictionary
+plugin.spellcheck.SPELLCHECK=Spell check
plugin.contactsourceconfig.CONTACT_SOURCE_TITLE=Contact sources
|