diff options
author | Eddy Witkamp <eddywitkamp@gmail.com> | 2013-05-13 23:26:27 +0200 |
---|---|---|
committer | Eddy Witkamp <eddywitkamp@gmail.com> | 2013-05-14 06:28:11 -0700 |
commit | f62f6335c9550dfe04158e15c98a7d1f65214bad (patch) | |
tree | 55a205d4beb6960e7c14399d05da2e3855479c7d | |
parent | 4b6fd3dc12c200549ca47d69530df529db99081b (diff) | |
download | device_samsung_i9100-f62f6335c9550dfe04158e15c98a7d1f65214bad.zip device_samsung_i9100-f62f6335c9550dfe04158e15c98a7d1f65214bad.tar.gz device_samsung_i9100-f62f6335c9550dfe04158e15c98a7d1f65214bad.tar.bz2 |
i9100: NL Translation
and fix resources
ps2: CID
Change-Id: I62ded190a5148e731fe6d925c5ab2850b8eed3ad
-rw-r--r-- | DeviceSettings/res/values-nl/arrays.xml | 5 | ||||
-rw-r--r-- | DeviceSettings/res/values-nl/strings.xml | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/DeviceSettings/res/values-nl/arrays.xml b/DeviceSettings/res/values-nl/arrays.xml index 3e15c11..8dff499 100644 --- a/DeviceSettings/res/values-nl/arrays.xml +++ b/DeviceSettings/res/values-nl/arrays.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2012 The CyanogenMod Project +<!-- Copyright (C) 2012-2013 The CyanogenMod Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,8 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string-array name="mdnie_scenario_entries"> <item>Camera (standaard)</item> <item>Video</item> diff --git a/DeviceSettings/res/values-nl/strings.xml b/DeviceSettings/res/values-nl/strings.xml index dba61e1..2872d3a 100644 --- a/DeviceSettings/res/values-nl/strings.xml +++ b/DeviceSettings/res/values-nl/strings.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2012 The CyanogenMod Project +<!-- Copyright (C) 2012-2013 The CyanogenMod Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,9 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name">Galaxy S II-instellingen</string> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="app_name">Geavanceerde instellingen</string> <string name="screen_colors_title">Kleuren</string> <string name="category_screen_title">Scherm</string> |