diff options
| author | rsudev <rasch@munin-soft.de> | 2013-07-29 01:13:31 -0700 |
|---|---|---|
| committer | rsudev <rasch@munin-soft.de> | 2013-07-29 01:13:31 -0700 |
| commit | 23a82e97f8cea5c1bc2c35c5f70af935d880bf35 (patch) | |
| tree | d3c4f2d56e44352e3173774087797cc527ee7784 /main | |
| parent | f07696a4fc105388d970099213954c190409c45f (diff) | |
| parent | ee1b9bbdb858fb86ec7320fdc38c5233735ffc1c (diff) | |
| download | cgeo-23a82e97f8cea5c1bc2c35c5f70af935d880bf35.zip cgeo-23a82e97f8cea5c1bc2c35c5f70af935d880bf35.tar.gz cgeo-23a82e97f8cea5c1bc2c35c5f70af935d880bf35.tar.bz2 | |
Merge pull request #3073 from koem/i2974groundspeakhint
Fixes #2974 - Groundspeak Hint
Diffstat (limited to 'main')
| -rw-r--r-- | main/res/values-de/strings.xml | 2 | ||||
| -rw-r--r-- | main/res/values/strings.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/main/res/values-de/strings.xml b/main/res/values-de/strings.xml index f75878a..c298c27 100644 --- a/main/res/values-de/strings.xml +++ b/main/res/values-de/strings.xml @@ -381,7 +381,7 @@ <string name="settings_title_gc">Geocaching.com</string> <string name="settings_activate_gc">Aktivieren</string> - <string name="settings_gc_legal_note">Um die Dienste von geocaching.com nutzen zu können, müssen die Groundspeak-Nutzungsbedingungen (englisch) akzeptiert werden.</string> + <string name="settings_gc_legal_note">Mit der Benutzung der Dienste von geocaching.com akzeptierst du die Groundspeak-Nutzungsbedingungen (englisch).</string> <string name="settings_info_facebook_login_title">Facebook-Login</string> <string name="settings_info_facebook_login">c:geo kann sich zwar nicht per Facebook bei Geocaching.com einloggen, aber es gibt eine einfache Abhilfe …</string> <string name="init_oc">Opencaching.de</string> diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml index 6dd8064..f375443 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -383,7 +383,7 @@ <string name="settings_title_gc">Geocaching.com</string> <string name="settings_activate_gc">Activate</string> - <string name="settings_gc_legal_note">To use the services of geocaching.com, you must agree to the Groundspeak Terms of Use.</string> + <string name="settings_gc_legal_note">With using the service of geocaching.com, you accept the Groundspeak Terms of Use.</string> <string name="settings_info_facebook_login_title">Facebook Login</string> <string name="settings_info_facebook_login">You can\'t make c:geo login to geocaching.com with your Facebook account. But there is a simple workaround …</string> <string name="init_oc">Opencaching.de</string> |
