From 2b0d66aed2381e868aa3f8d980add7624924d6ff Mon Sep 17 00:00:00 2001 From: Andrew Jiang Date: Sat, 23 Feb 2013 16:29:59 -0500 Subject: P5100: Port translations + Fix whitespace errors Ported from GalaxyS2Settings. Change-Id: Ic8a8774f18a84e1bc6c5afc2459353dd8d909006 --- DeviceSettings/res/values-es/strings.xml | 24 ++++++++++++++++++++++ DeviceSettings/res/values-fi/strings.xml | 24 ++++++++++++++++++++++ DeviceSettings/res/values-hu/strings.xml | 24 ++++++++++++++++++++++ DeviceSettings/res/values-it/strings.xml | 24 ++++++++++++++++++++++ DeviceSettings/res/values-nl/strings.xml | 24 ++++++++++++++++++++++ DeviceSettings/res/values-pt-rBR/strings.xml | 24 ++++++++++++++++++++++ DeviceSettings/res/values-ru/strings.xml | 24 ++++++++++++++++++++++ DeviceSettings/res/values-zh-rCN/strings.xml | 24 ++++++++++++++++++++++ DeviceSettings/res/values/strings.xml | 4 ++-- .../src/com/cyanogenmod/settings/device/Utils.java | 4 ++-- 10 files changed, 196 insertions(+), 4 deletions(-) create mode 100644 DeviceSettings/res/values-es/strings.xml create mode 100644 DeviceSettings/res/values-fi/strings.xml create mode 100644 DeviceSettings/res/values-hu/strings.xml create mode 100644 DeviceSettings/res/values-it/strings.xml create mode 100644 DeviceSettings/res/values-nl/strings.xml create mode 100644 DeviceSettings/res/values-pt-rBR/strings.xml create mode 100644 DeviceSettings/res/values-ru/strings.xml create mode 100644 DeviceSettings/res/values-zh-rCN/strings.xml 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 @@ + + + + Ajustes Galaxy Tab 2 + + Conector + Audio + Usar el conector de audio USB + Usar la salida de audio pasiva cuando el conector USB esté activado + 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 @@ + + + + Galaxy Tab 2-asetukset + + Telakka + Audio + Käytä USB-audiotelakkaa + Käytä telakan audioulostuloa + 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 @@ + + + + Galaxy Tab 2 Beállítások + + Dokkoló + Dokkoló hangszórók + Dokkoló hangszóróinak használata + Használja a dokkoló passzív hangkimenetét + 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 @@ + + + + Impostazioni Galaxy Tab 2 + + Dock + Audio + Usa USB audio in dock + Usa l\'uscita audio passiva quando in dock + 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 @@ + + + + Galaxy Tab 2-instellingen + + Dock + Geluid + USB-geluidsdock + Passieve geluidsuitgang van het dock gebruiken + 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 @@ + + + + Config. Galaxy Tab 2 + + Dock + Áudio + Usar Áudio USB do Dock + Usar o áudio de saída passivo no dock + 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 @@ + + + + Настройки Galaxy Tab 2 + + Док-станция + Аудио + USB аудио док-станция + Использовать пассивный режим аудио док-станции + 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 @@ + + + + Galaxy Tab 2 设置 + + 基座 + 基座音频 + 使用基座的 USB 音频 + 使用基座上的被动音频输出 + 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 @@ Galaxy Tab 2 Settings - + Dock - DOCK AUDIO + Dock Audio Use Dock USB Audio Use the passive audio out on the dock diff --git a/DeviceSettings/src/com/cyanogenmod/settings/device/Utils.java b/DeviceSettings/src/com/cyanogenmod/settings/device/Utils.java index 85d855c..2153212 100644 --- a/DeviceSettings/src/com/cyanogenmod/settings/device/Utils.java +++ b/DeviceSettings/src/com/cyanogenmod/settings/device/Utils.java @@ -35,7 +35,7 @@ public class Utils { /** * Write a string value to the specified file. - * + * * @param filename The filename * @param value The value */ @@ -71,7 +71,7 @@ public class Utils { /** * Write a string value to the specified file. - * + * * @param filename The filename * @param value The value */ -- cgit v1.1