diff options
| author | mucek4 <tomaz@gorenc.org> | 2012-12-16 23:11:21 -0800 |
|---|---|---|
| committer | mucek4 <tomaz@gorenc.org> | 2012-12-16 23:11:21 -0800 |
| commit | 355397813f24c8e57953b07e03d6f5bcf6c18adc (patch) | |
| tree | 45a5842bfac1cf7695630399c8f011173020d09e | |
| parent | 6b885e08b54d25330ff7649d2c37ca6fa6fb5eff (diff) | |
| parent | ea0226379a07e422302fea1cfa354730615e7d94 (diff) | |
| download | cgeo-355397813f24c8e57953b07e03d6f5bcf6c18adc.zip cgeo-355397813f24c8e57953b07e03d6f5bcf6c18adc.tar.gz cgeo-355397813f24c8e57953b07e03d6f5bcf6c18adc.tar.bz2 | |
Merge pull request #2264 from Lineflyer/release
Change log update release + Polish string correction
| -rw-r--r-- | main/res/values-pl/strings.xml | 4 | ||||
| -rw-r--r-- | main/res/values/strings.xml | 11 |
2 files changed, 11 insertions, 4 deletions
diff --git a/main/res/values-pl/strings.xml b/main/res/values-pl/strings.xml index ce8c875..3b6b308 100644 --- a/main/res/values-pl/strings.xml +++ b/main/res/values-pl/strings.xml @@ -208,12 +208,12 @@ <string name="info_fieldnotes_exported_to">Notatki terenowe eksportowane do</string> <!-- location service --> - <string name="loc_last">Ostatnie stanowisko</string> + <string name="loc_last">Ostatnia pozycja</string> <string name="loc_net">Sieć</string> <string name="loc_gps">GPS</string> <string name="loc_sat">Sat</string> <string name="loc_trying">Próba lokalizacji</string> - <string name="loc_no_addr">Nieznany andres</string> + <string name="loc_no_addr">Nieznany adres</string> <!-- standard menu --> <string name="menu_about">O c:geo</string> diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml index 8598012..0706acb 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -1100,12 +1100,19 @@ <!-- changelog --> <string name="changelog">\n + <b>Next maintenance release</b>\n\n + <b>New Features/Functions:</b>\n + · ...\n + <b>Bugfixing:</b>\n + · Found caches not shown correctly for basic members\n + · Some special log types not recognized\n + · Correction in directory selector\n + \n <b>2012.12.12</b>\n\n <b>New Features/Functions:</b>\n · Opencaching.NL support in search function\n <b>Bugfixing:</b>\n - · Adapting to geocaching.com changes\n - \n + · Adapting to geocaching.com changes\n\n <b>2012.12.03</b>\n\n <b>New Features/Functions:</b>\n · If static maps are enabled, batch update of caches will now update caches without static maps first\n |
