aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorThialfihar <thialfihar@gmail.com>2010-07-24 16:30:38 +0000
committerThialfihar <thialfihar@gmail.com>2010-07-24 16:30:38 +0000
commitf65888046e29ea07dea2616b3b0d3c16068524cc (patch)
tree9e14ab728786a15426cfc6e3ccdef06cad1d0a26 /res/values
parentb650b30a115131c070d925d4237871f73a4ebc15 (diff)
downloadopen-keychain-f65888046e29ea07dea2616b3b0d3c16068524cc.tar.gz
open-keychain-f65888046e29ea07dea2616b3b0d3c16068524cc.tar.bz2
open-keychain-f65888046e29ea07dea2616b3b0d3c16068524cc.zip
added a little getting started dialog for first-time use, explaining some basics and recommending other apps
Update issue 39 Added: <string name="title_help">Getting Started</string> <string name="menu_help">Help</string> <!-- "OI File Manager", "ASTRO", and "K-9 Mail" must NOT be translated in order for the links to the market to work. --> <string name="text_help">Install K-9 Mail for the best integration, it supports APG for PGP/INLINE and lets you directly encrypt/decrypt emails. \n\nIt is recommended that you install OI File Manager or ASTRO to be able to use the browse button for file selection in APG. \n\nFirst you need some keys. Either import them via the option menus in \"Manage Public Keys\" and \"Manage Secret Keys\" or create them in \"Manage Secret Keys\". \n\nYou can also add a GMail account in the main activity via \"Add Account\", which simplifies decrypting emails received there. \n\nCheck out the option menus in the various activities to find more functions. </string>
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 4b7569009..67daac710 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -39,6 +39,7 @@
<string name="title_exportKey">Export Key</string>
<string name="title_exportKeys">Export Keys</string>
<string name="title_keyNotFound">Key Not Found</string>
+ <string name="title_help">Getting Started</string>
<!-- section_lowerCase: capitalized words, no punctuation -->
<string name="section_userIds">User IDs</string>
@@ -80,6 +81,7 @@
<string name="menu_createKey">Create Key</string>
<string name="menu_editKey">Edit Key</string>
<string name="menu_search">Search</string>
+ <string name="menu_help">Help</string>
<!-- label_lowerCase: capitalized words, no punctuation -->
<string name="label_sign">Sign</string>
@@ -263,5 +265,14 @@
<string name="slow">slow</string>
<string name="very_slow">very slow</string>
+ <!-- texts -->
+ <!-- "OI File Manager", "ASTRO", and "K-9 Mail" must not be translated in order for the links to the market to work. -->
+ <string name="text_help">Install K-9 Mail for the best integration, it supports APG for PGP/INLINE and lets you directly encrypt/decrypt emails.
+\n\nIt is recommended that you install OI File Manager or ASTRO to be able to use the browse button for file selection in APG.
+\n\nFirst you need some keys. Either import them via the option menus in \"Manage Public Keys\" and \"Manage Secret Keys\" or create them in \"Manage Secret Keys\".
+\n\nYou can also add a GMail account in the main activity via \"Add Account\", which simplifies decrypting emails received there.
+\n\nCheck out the option menus in the various activities to find more functions.
+ </string>
+
</resources>