Commit graph

115 commits

Author SHA1 Message Date
sonora
bc81d8f6b5 Remove capitalized Preferences section headlines 2012-01-04 15:57:08 +01:00
sonora
9394681872 de string improvement 2012-01-04 14:44:55 +01:00
sonora
2739b7c184 replace "Application Mode" by "User Profile", as suggested in forum 2012-01-04 14:31:29 +01:00
sonora
a47e2f2433 de string improvement 2012-01-04 13:16:29 +01:00
sonora
3af3cc68b0 Issue 794: inserted summaries again, as no screen space gained 2012-01-04 12:46:21 +01:00
sonora
918d6e394f Issue 794: Leave out non-descript summaries in profile-subsettings 2012-01-04 12:34:38 +01:00
sonora
cef4733bdc Issue 794: Try yet another visualization 2012-01-04 12:17:25 +01:00
sonora
cea925f65c Issue 794: 'de' prototype 2012-01-03 16:51:09 +01:00
sonora
2cbcfd0671 clean up sms text for 'share location' (not only: 'share position'!) 2011-12-30 10:52:42 +01:00
sonora
1933d5524b clean up unused strings 2011-12-30 10:07:24 +01:00
sonora
003486d7fc replace messageFormatter in NavigatePointActivity as well + some string consistency 2011-12-30 09:54:11 +01:00
sonora
db00a00d81 Unify lat/lon display accuracy (~1m) 2011-12-28 19:08:36 +01:00
Pavol Zibrita
4829abe041 fixed compile errors 2011-12-28 04:38:31 +01:00
Pavol Zibrita
cdd83fdb07 Replacing MessageFormat with Formatter 2011-12-28 01:54:22 +01:00
Pavol Zibrita
be8c46d3c1 fixed formatting issues 2011-12-28 01:27:59 +01:00
sonora
e6fc843d66 shorten strings slightly for better fit 2011-12-27 17:40:34 +01:00
sonora
69ecebb6a4 add new de strings 2011-12-27 17:18:57 +01:00
sonora
12f82ded93 clarify Backup/Restore as Deactivate/Activate in en and de strings 2011-12-27 16:52:46 +01:00
sonora
3549448ac5 adjust strings accordingly 2011-12-27 13:58:29 +01:00
sonora
00474a9cf9 remove more uneccessary code 2011-12-27 13:04:00 +01:00
sonora
b6535c55a3 remove unused code 2011-12-27 12:20:10 +01:00
sonora
8f54c3333c adjust strings accordingly 2011-12-27 11:48:43 +01:00
sonora
f5e80c176d string improvements: be more consistent with '...' where dialogue follows 2011-12-26 01:07:10 +01:00
sonora
62faf87cb4 Multiple default render improvements: small highways' bridge code, remote alpine huts more visible, construction areas, more consistent text colors, some bug fixes 2011-12-18 20:15:30 +01:00
sonora
e48580c37b simplify tips, due to new naming 'Set as Destination'. DE and EN only in this Commit. 2011-12-07 10:31:17 +01:00
sonora
98ccc33356 fix _desctination_point string name 2011-12-06 17:52:49 +01:00
sonora
29e2a46a18 title in About Route box 2011-12-06 08:33:09 +01:00
sonora
5862f2955d some more menu string improvements 2011-12-06 01:42:24 +01:00
sonora
03c8abc82a improve map context menu strngs 2011-12-06 01:17:38 +01:00
sonora
871cdb60db improve context menu strings 2011-12-06 00:09:25 +01:00
sonora
c52489d398 de strings 2011-12-05 23:24:36 +01:00
sonora
7841ccf1f5 more typos 2011-12-05 23:15:31 +01:00
sonora
2587879149 de typos 2011-12-05 23:07:04 +01:00
sonora
387ed8bbd1 de strings: consistently use 'set destination' instead of 'navigate to' 2011-12-05 22:55:10 +01:00
Matthias Stuebner
b28a9da040 checked german translation for 0.6.9 2011-12-05 21:37:30 +01:00
sonora
9dd2107f54 new de strings 2011-12-05 12:11:27 +01:00
Victor Shcherb
7e2f7a6a23 Fix issue 734 2011-12-05 01:05:03 +01:00
mstuebner@gmail.com
90f9945e40 Changed some wording 2011-11-26 19:33:18 +01:00
mstuebner@gmail.com
ffc5211135 Rephrased the sentence "map_version_changed_info". Also want to test whether I can push now. 2011-11-26 18:55:52 +01:00
sonora
d79ffb1580 small de string improvements 2011-11-24 22:00:45 +01:00
sonora
6c02f2a537 steamline vector/tile switching messages a bit (de+en strings) 2011-11-19 18:35:52 +01:00
sonora
d8173c4326 typo in de strings 2011-11-13 22:54:04 +01:00
sonora
584c55f0dd corrected auto follow strings meaning (en, de)
(moved all 6 auto_follow lines to top in all language files. All but en and de may need check if old translations are correct.)
2011-11-13 19:36:35 +01:00
sonora
581b329812 improve some strings (mainly de) 2011-11-13 12:52:34 +01:00
sonora
0b47902df5 complete de strings 2011-11-06 10:21:06 +01:00
mikeschneider
bf8331cd57 Translation of sustenance, now: Gastronomie 2011-10-29 11:40:29 +03:00
sonora
734888f238 Update long-click string for GPX Explorer contect menu 2011-10-12 02:02:05 +02:00
sonora
3f3202bd70 improve de strings 2011-10-11 22:02:32 +02:00
Boris Wachtmeister
df1e452cfa bugfix: MessageFormat did not work when sharing a position
I noticed that sharing my position did not work properly. Instead of a
link to the position, there was a {0} and {1}. The MessageFormat did not
seem to work and because I couldn't get it working with MessageFormat, I
did it the way as the SaveDirectionsAsyncTask in MapActivityActions with
the getString(int, Object...) of mapActivity's parent.

As this change used a different format for replacements, I updated the
strings.xml too.
2011-09-13 20:33:57 +02:00
Straputsky
6317fe7c99 Edited OsmAnd/res/values-de/strings.xml via GitHub 2011-09-10 05:08:39 +03:00