diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-06-11 20:49:43 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-06-11 20:49:43 +0200 |
| commit | 6cba3b0a9ec95436bd10259975112a8b17755e11 (patch) | |
| tree | 8e86b62e26f24dc51d5d79cb2cec64f57a62482e /main/res/values/strings.xml | |
| parent | 4f3d5b3ff7a0ae80940fd12a345dee745e404ed8 (diff) | |
| download | cgeo-6cba3b0a9ec95436bd10259975112a8b17755e11.zip cgeo-6cba3b0a9ec95436bd10259975112a8b17755e11.tar.gz cgeo-6cba3b0a9ec95436bd10259975112a8b17755e11.tar.bz2 | |
fix #3953: have number of caches in deletion confirmation
This also renames a number of involved string resources to enforce a new
translation which avoids the term "drop" and instead uses "remove".
Diffstat (limited to 'main/res/values/strings.xml')
| -rw-r--r-- | main/res/values/strings.xml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml index 9732e39..deba809 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -297,13 +297,12 @@ <string name="caches_select_invert">Invert selection</string> <string name="caches_nearby">Nearby</string> <string name="caches_manage">Manage</string> - <string name="caches_drop_selected">Drop selected</string> - <string name="caches_drop_selected_ask">Do you want to remove the selected caches from your device?</string> - <string name="caches_drop_all">Drop all</string> - <string name="caches_drop_all_ask">Do you want to remove all caches from current list?</string> - <string name="caches_drop_stored">Drop stored</string> - <string name="caches_drop_progress">Removing caches</string> - <string name="caches_drop_all_and_list">Drop all and remove list</string> + <string name="caches_remove_all">Remove all</string> + <string name="caches_remove_all_confirm">Do you want to remove all %s caches from current list?</string> + <string name="caches_remove_selected">Remove selected</string> + <string name="caches_remove_selected_confirm">Do you want to remove the selected %s caches from your device?</string> + <string name="caches_remove_progress">Removing caches</string> + <string name="caches_remove_all_and_list">Remove all and remove list</string> <string name="caches_delete_events">Delete past events</string> <string name="caches_refresh_selected">Refresh selected</string> <string name="caches_refresh_all">Refresh all</string> |
