From b76d5c47ff0d46f0b262df6496f793e1991ef1b6 Mon Sep 17 00:00:00 2001 From: Abhisek Devkota <ciwrl@lineageos.org> Date: Sun, 19 Feb 2017 16:54:42 -0800 Subject: [PATCH] Automatic translation import Change-Id: I20239064ad2b983018e95a3755b8bcf1cd85700f --- AdvancedDisplay/res/values-en-rGB/arrays.xml | 18 +++++++++++++++- AdvancedDisplay/res/values-en-rGB/strings.xml | 7 +++++++ AdvancedDisplay/res/values-ja/arrays.xml | 2 +- AdvancedDisplay/res/values-sr-rCS/arrays.xml | 18 ++++++++++++++++ AdvancedDisplay/res/values-sr-rCS/strings.xml | 21 +++++++++++++++++++ 5 files changed, 64 insertions(+), 2 deletions(-) create mode 100644 AdvancedDisplay/res/values-sr-rCS/arrays.xml create mode 100644 AdvancedDisplay/res/values-sr-rCS/strings.xml diff --git a/AdvancedDisplay/res/values-en-rGB/arrays.xml b/AdvancedDisplay/res/values-en-rGB/arrays.xml index dbbee7c..a3d4207 100644 --- a/AdvancedDisplay/res/values-en-rGB/arrays.xml +++ b/AdvancedDisplay/res/values-en-rGB/arrays.xml @@ -15,4 +15,20 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"></resources> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="mdnie_scenario_entries"> + <item>CyanogenMod (default)</item> + <item>UI</item> + <item>Video</item> + <item>Video warm</item> + <item>Video cold</item> + <item>Camera</item> + <item>Navigation</item> + <item>Gallery</item> + <item>VT</item> + </string-array> + <string-array name="mdnie_negative_entries"> + <item>Normal</item> + <item>Inverted</item> + </string-array> +</resources> diff --git a/AdvancedDisplay/res/values-en-rGB/strings.xml b/AdvancedDisplay/res/values-en-rGB/strings.xml index f5df7fe..b028f55 100644 --- a/AdvancedDisplay/res/values-en-rGB/strings.xml +++ b/AdvancedDisplay/res/values-en-rGB/strings.xml @@ -16,6 +16,13 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="app_name">Advanced display</string> <!-- Screen Preference --> + <string name="category_screen_title">Screen</string> + <string name="screen_colors_title">Colours</string> <!-- mDNIe --> + <string name="mdnie_scenario_title_head">Scenario</string> + <string name="mdnie_scenario_summary_head">Set the mDNIe scenario</string> + <string name="mdnie_negative_title_head">Negative mode</string> + <string name="mdnie_negative_summary_head">Enable/disable inverted colours</string> </resources> diff --git a/AdvancedDisplay/res/values-ja/arrays.xml b/AdvancedDisplay/res/values-ja/arrays.xml index 736541f..08e9b89 100644 --- a/AdvancedDisplay/res/values-ja/arrays.xml +++ b/AdvancedDisplay/res/values-ja/arrays.xml @@ -17,7 +17,7 @@ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string-array name="mdnie_scenario_entries"> - <item>CyanogenModï¼ããã©ã«ãï¼</item> + <item>LineageOSï¼ããã©ã«ãï¼</item> <item>UI</item> <item>ãããª</item> <item>ãããªæè²</item> diff --git a/AdvancedDisplay/res/values-sr-rCS/arrays.xml b/AdvancedDisplay/res/values-sr-rCS/arrays.xml new file mode 100644 index 0000000..dbbee7c --- /dev/null +++ b/AdvancedDisplay/res/values-sr-rCS/arrays.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2012-2014 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. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"></resources> diff --git a/AdvancedDisplay/res/values-sr-rCS/strings.xml b/AdvancedDisplay/res/values-sr-rCS/strings.xml new file mode 100644 index 0000000..f5df7fe --- /dev/null +++ b/AdvancedDisplay/res/values-sr-rCS/strings.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2012-2014 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. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Screen Preference --> + <!-- mDNIe --> +</resources> -- 2.20.1