diff options
| author | rsudev <rasch@munin-soft.de> | 2013-06-27 17:46:41 +0200 |
|---|---|---|
| committer | rsudev <rasch@munin-soft.de> | 2013-06-27 17:46:41 +0200 |
| commit | dc53fa7be33f3052e39952112679c7b0e0b3b324 (patch) | |
| tree | 6fef9b63070a08177a13401e90de8916c4a72e91 /main/res/values | |
| parent | cb90fff0100a40bdefae6b57a6b12e9c113b641f (diff) | |
| download | cgeo-dc53fa7be33f3052e39952112679c7b0e0b3b324.zip cgeo-dc53fa7be33f3052e39952112679c7b0e0b3b324.tar.gz cgeo-dc53fa7be33f3052e39952112679c7b0e0b3b324.tar.bz2 | |
Implements #2900, Support logging with password (oc)
Extends db, geocache and OKAPI to retrieve and store the property
Extends logging UI and OKAPI to allow entering and sending it
Diffstat (limited to 'main/res/values')
| -rw-r--r-- | main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml index 319cbc7..5fd0e1e 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -127,6 +127,8 @@ <string name="log_image_caption">Caption</string> <string name="log_image_description">Description</string> <string name="log_image_scale">Scaling</string> + <string name="log_password_title">Log Password:</string> + <string name="log_hint_log_password">Enter your log password</string> <string-array name="log_image_scales"> <item>No scaling</item> |
