diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2012-05-07 08:49:17 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2012-05-07 08:49:17 +0200 |
| commit | 5f93d6085db6de0d88d7ba5a6e4a7cbba25c7e1b (patch) | |
| tree | 07122025040cc41edd33169a8e4a5716dba2960e /main/res/values | |
| parent | 6d999226b74315e9d8cc72ec6c4b4e96869f8aae (diff) | |
| download | cgeo-5f93d6085db6de0d88d7ba5a6e4a7cbba25c7e1b.zip cgeo-5f93d6085db6de0d88d7ba5a6e4a7cbba25c7e1b.tar.gz cgeo-5f93d6085db6de0d88d7ba5a6e4a7cbba25c7e1b.tar.bz2 | |
new: show days since last spotted for trackables
Diffstat (limited to 'main/res/values')
| -rw-r--r-- | main/res/values/strings.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml index 4db1fb4..13e2f59 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -963,11 +963,15 @@ <string name="go4cache_tweeting">Tweeting</string> <string name="go4cache_heading_to">Heading to</string> <plurals name="go4cache_time_minutes"> - <item quantity="one">one Minute ago</item> - <item quantity="other">%d Minutes ago</item> + <item quantity="one">one minute ago</item> + <item quantity="other">%d minutes ago</item> </plurals> <string name="clipboard_copy_ok">Copied to clipboard</string> + <plurals name="days_ago"> + <item quantity="one">yesterday</item> + <item quantity="other">%d days ago</item> + </plurals> <!-- ====== please, do not translate (and include in translation) things below this line ====== --> |
