diff options
author | Andrew Jiang <sam.andrew.jiang@gmail.com> | 2012-12-12 16:11:54 -0500 |
---|---|---|
committer | Michael Bestas <mikeioannina@gmail.com> | 2013-02-09 05:00:55 +0200 |
commit | bba34180cc9ffc53b638ec728aaf6d4601b6837f (patch) | |
tree | c04bbfaddf6d35eecc9be74dbce530e1fd15e219 /CrespoParts/res/values-da | |
parent | b87e2c2b24fb9252725df45cef1978280323d01d (diff) | |
download | device_samsung_crespo-bba34180cc9ffc53b638ec728aaf6d4601b6837f.zip device_samsung_crespo-bba34180cc9ffc53b638ec728aaf6d4601b6837f.tar.gz device_samsung_crespo-bba34180cc9ffc53b638ec728aaf6d4601b6837f.tar.bz2 |
CrespoParts: Revise strings to bring in-line with conventions
This patch brings consistency to the formatting of the strings with the
rest of the system.
Headers should be capitalized automatically, we only capitalize the first
letter of each string, we don't put periods at the end of description
strings, and so forth.
Ported from CM10, also includes some revision as per Kim Lê's original
suggestions.
Patch Set 2: Cleaned up various locales also.
Patch Set 3: Further cleanup on various locales. Corrections done to
German translations (Thanks to Marco Brohet and Kim Lê).
Patch Set 4: Corrections to Greek translations.
Change-Id: Ia8827c93851d032792832efba33452439f5210e8
Diffstat (limited to 'CrespoParts/res/values-da')
-rw-r--r-- | CrespoParts/res/values-da/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CrespoParts/res/values-da/strings.xml b/CrespoParts/res/values-da/strings.xml index 9244ed8..b1c912e 100644 --- a/CrespoParts/res/values-da/strings.xml +++ b/CrespoParts/res/values-da/strings.xml @@ -2,13 +2,13 @@ <resources> <string name="app_name">Nexus S Indstillinger</string> - <string name="category_screen_title">WM8994 Indstillinger ( voodoo )</string> - <string name="color_tuning_title_head">Farve Justering</string> + <string name="category_screen_title">WM8994 indstillinger (Voodoo)</string> + <string name="color_tuning_title_head">Farve justering</string> <string name="color_tuning_summary_head">Juster skærm farve</string> <string name="color_red_title">Rød</string> <string name="color_green_title">Grøn</string> <string name="color_blue_title">Blå</string> - <string name="category_touchkey_title">Touch Knapper</string> + <string name="category_touchkey_title">Touch knapper</string> </resources> |