diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-08-21 21:31:58 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-08-21 21:31:58 +0200 |
| commit | f44d2bf4dc74e39143d3e6b65cf1ff64c06cf77b (patch) | |
| tree | 9c8c76eb562d48b5ccaa4f402f1b8b96f5d215cf /main/res/values | |
| parent | 318a2a55fab34275964c4e1a74ae27c92a9863eb (diff) | |
| download | cgeo-f44d2bf4dc74e39143d3e6b65cf1ff64c06cf77b.zip cgeo-f44d2bf4dc74e39143d3e6b65cf1ff64c06cf77b.tar.gz cgeo-f44d2bf4dc74e39143d3e6b65cf1ff64c06cf77b.tar.bz2 | |
new: split about page into view pager page
Diffstat (limited to 'main/res/values')
| -rw-r--r-- | main/res/values/strings.xml | 2 | ||||
| -rw-r--r-- | main/res/values/strings_not_translatable.xml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml index e15ec2d..0e2f316 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -362,6 +362,8 @@ <string name="about_contributors">Contributors</string> <string name="about_license">License</string> <string name="about_apache_license"><a href="">Apache License, Version 2.0</a></string> + <string name="about_help">Help</string> + <string name="about_changes">Changes</string> <!-- settings --> <string name="settings_title_services">Services</string> diff --git a/main/res/values/strings_not_translatable.xml b/main/res/values/strings_not_translatable.xml index d9f803a..37f0eaa 100644 --- a/main/res/values/strings_not_translatable.xml +++ b/main/res/values/strings_not_translatable.xml @@ -40,7 +40,7 @@ <string name="settings_facebook_login_url" translatable="false">http://faq.cgeo.org/#1_38</string> <!-- contributors --> - <string name="contributors" translatable="false">\n + <string name="contributors" translatable="false"> · <a href="http://carnero.cc/">carnero</a> as the father of c:geo\n \n · 0xErnie (localization DE)\n |
