diff options
author | Andrew Jiang <sam.andrew.jiang@gmail.com> | 2013-02-23 16:29:59 -0500 |
---|---|---|
committer | Andrew Jiang <sam.andrew.jiang@gmail.com> | 2013-02-23 16:44:07 -0500 |
commit | 2b0d66aed2381e868aa3f8d980add7624924d6ff (patch) | |
tree | df3c71456291aa99c99cdf3c4da9a3f8a97befc3 /DeviceSettings/res | |
parent | b271803ae2451c951344655ffe43ff74b42fa2ab (diff) | |
download | device_samsung_p5100-2b0d66aed2381e868aa3f8d980add7624924d6ff.zip device_samsung_p5100-2b0d66aed2381e868aa3f8d980add7624924d6ff.tar.gz device_samsung_p5100-2b0d66aed2381e868aa3f8d980add7624924d6ff.tar.bz2 |
P5100: Port translations + Fix whitespace errors
Ported from GalaxyS2Settings.
Change-Id: Ic8a8774f18a84e1bc6c5afc2459353dd8d909006
Diffstat (limited to 'DeviceSettings/res')
-rw-r--r-- | DeviceSettings/res/values-es/strings.xml | 24 | ||||
-rw-r--r-- | DeviceSettings/res/values-fi/strings.xml | 24 | ||||
-rw-r--r-- | DeviceSettings/res/values-hu/strings.xml | 24 | ||||
-rw-r--r-- | DeviceSettings/res/values-it/strings.xml | 24 | ||||
-rw-r--r-- | DeviceSettings/res/values-nl/strings.xml | 24 | ||||
-rw-r--r-- | DeviceSettings/res/values-pt-rBR/strings.xml | 24 | ||||
-rw-r--r-- | DeviceSettings/res/values-ru/strings.xml | 24 | ||||
-rw-r--r-- | DeviceSettings/res/values-zh-rCN/strings.xml | 24 | ||||
-rw-r--r-- | DeviceSettings/res/values/strings.xml | 4 |
9 files changed, 194 insertions, 2 deletions
diff --git a/DeviceSettings/res/values-es/strings.xml b/DeviceSettings/res/values-es/strings.xml new file mode 100644 index 0000000..ec13f9d --- /dev/null +++ b/DeviceSettings/res/values-es/strings.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2012 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:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="app_name">Ajustes Galaxy Tab 2</string> + + <string name="category_dock_title">Conector</string> + <string name="dockaudio_subcat_title">Audio</string> + <string name="use_dock_audio_title_head">Usar el conector de audio USB</string> + <string name="use_dock_audio_summary_head">Usar la salida de audio pasiva cuando el conector USB esté activado</string> +</resources> diff --git a/DeviceSettings/res/values-fi/strings.xml b/DeviceSettings/res/values-fi/strings.xml new file mode 100644 index 0000000..ef3e9d7 --- /dev/null +++ b/DeviceSettings/res/values-fi/strings.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2012 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:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="app_name">Galaxy Tab 2-asetukset</string> + + <string name="category_dock_title">Telakka</string> + <string name="dockaudio_subcat_title">Audio</string> + <string name="use_dock_audio_title_head">Käytä USB-audiotelakkaa</string> + <string name="use_dock_audio_summary_head">Käytä telakan audioulostuloa</string> +</resources> diff --git a/DeviceSettings/res/values-hu/strings.xml b/DeviceSettings/res/values-hu/strings.xml new file mode 100644 index 0000000..cbad81a --- /dev/null +++ b/DeviceSettings/res/values-hu/strings.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2012 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:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="app_name">Galaxy Tab 2 Beállítások</string> + + <string name="category_dock_title">Dokkoló</string> + <string name="dockaudio_subcat_title">Dokkoló hangszórók</string> + <string name="use_dock_audio_title_head">Dokkoló hangszóróinak használata</string> + <string name="use_dock_audio_summary_head">Használja a dokkoló passzív hangkimenetét</string> +</resources> diff --git a/DeviceSettings/res/values-it/strings.xml b/DeviceSettings/res/values-it/strings.xml new file mode 100644 index 0000000..186446b --- /dev/null +++ b/DeviceSettings/res/values-it/strings.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2012 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:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="app_name">Impostazioni Galaxy Tab 2</string> + + <string name="category_dock_title">Dock</string> + <string name="dockaudio_subcat_title">Audio</string> + <string name="use_dock_audio_title_head">Usa USB audio in dock</string> + <string name="use_dock_audio_summary_head">Usa l\'uscita audio passiva quando in dock</string> +</resources> diff --git a/DeviceSettings/res/values-nl/strings.xml b/DeviceSettings/res/values-nl/strings.xml new file mode 100644 index 0000000..4836a39 --- /dev/null +++ b/DeviceSettings/res/values-nl/strings.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2012 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:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="app_name">Galaxy Tab 2-instellingen</string> + + <string name="category_dock_title">Dock</string> + <string name="dockaudio_subcat_title">Geluid</string> + <string name="use_dock_audio_title_head">USB-geluidsdock</string> + <string name="use_dock_audio_summary_head">Passieve geluidsuitgang van het dock gebruiken</string> +</resources> diff --git a/DeviceSettings/res/values-pt-rBR/strings.xml b/DeviceSettings/res/values-pt-rBR/strings.xml new file mode 100644 index 0000000..d7da292 --- /dev/null +++ b/DeviceSettings/res/values-pt-rBR/strings.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2012 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:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="app_name">Config. Galaxy Tab 2</string> + + <string name="category_dock_title">Dock</string> + <string name="dockaudio_subcat_title">Áudio</string> + <string name="use_dock_audio_title_head">Usar Áudio USB do Dock</string> + <string name="use_dock_audio_summary_head">Usar o áudio de saída passivo no dock</string> +</resources> diff --git a/DeviceSettings/res/values-ru/strings.xml b/DeviceSettings/res/values-ru/strings.xml new file mode 100644 index 0000000..057df1f --- /dev/null +++ b/DeviceSettings/res/values-ru/strings.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2012 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:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="app_name">Настройки Galaxy Tab 2</string> + + <string name="category_dock_title">Док-станция</string> + <string name="dockaudio_subcat_title">Аудио</string> + <string name="use_dock_audio_title_head">USB аудио док-станция</string> + <string name="use_dock_audio_summary_head">Использовать пассивный режим аудио док-станции</string> +</resources> diff --git a/DeviceSettings/res/values-zh-rCN/strings.xml b/DeviceSettings/res/values-zh-rCN/strings.xml new file mode 100644 index 0000000..0c5c0e4 --- /dev/null +++ b/DeviceSettings/res/values-zh-rCN/strings.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2012 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:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="app_name">Galaxy Tab 2 设置</string> + + <string name="category_dock_title">基座</string> + <string name="dockaudio_subcat_title">基座音频</string> + <string name="use_dock_audio_title_head">使用基座的 USB 音频</string> + <string name="use_dock_audio_summary_head">使用基座上的被动音频输出</string> +</resources> diff --git a/DeviceSettings/res/values/strings.xml b/DeviceSettings/res/values/strings.xml index 53ddcb0..5632f1e 100644 --- a/DeviceSettings/res/values/strings.xml +++ b/DeviceSettings/res/values/strings.xml @@ -16,9 +16,9 @@ <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 Tab 2 Settings</string> - + <string name="category_dock_title">Dock</string> - <string name="dockaudio_subcat_title">DOCK AUDIO</string> + <string name="dockaudio_subcat_title">Dock Audio</string> <string name="use_dock_audio_title_head">Use Dock USB Audio</string> <string name="use_dock_audio_summary_head">Use the passive audio out on the dock</string> </resources> |