diff options
author | DelPETER <delphinpeter@gmail.com> | 2013-05-05 18:12:11 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2013-05-06 02:41:02 -0700 |
commit | 4b3e6448d6479504d18531974ed18885c03a0bea (patch) | |
tree | 7089d5ef7e49e28e6c342e943204b23c36e2f266 /res/values-iw/cm_arrays.xml | |
parent | c2d163a367a8aa6958bf55b8c593c0db10cee10c (diff) | |
download | packages_apps_settings-4b3e6448d6479504d18531974ed18885c03a0bea.zip packages_apps_settings-4b3e6448d6479504d18531974ed18885c03a0bea.tar.gz packages_apps_settings-4b3e6448d6479504d18531974ed18885c03a0bea.tar.bz2 |
Settings : Refactor translations
Change-Id: I81ab69decd39ee829807d1dc4823f5b88a542865
Diffstat (limited to 'res/values-iw/cm_arrays.xml')
-rw-r--r-- | res/values-iw/cm_arrays.xml | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/res/values-iw/cm_arrays.xml b/res/values-iw/cm_arrays.xml new file mode 100644 index 0000000..d9bdb1c --- /dev/null +++ b/res/values-iw/cm_arrays.xml @@ -0,0 +1,74 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- 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. + 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"> + <string-array name="volume_overlay_entries"> + <item>יחיד</item> + <item>מתרחב</item> + <item>מורחב</item> + <item>הסתר חלונית</item> + </string-array> + <string-array name="pref_zram_size_entries"> + <item>מבוטל</item> + <item>10%</item> + <item>18% (default)</item> + <item>26%</item> + </string-array> + <string-array name="profile_entries"> + <item>מופעל</item> + <item>כבוי</item> + <item>ללא כפיית הגדרות</item> + </string-array> + <string-array name="profile_connection_entries"> + <item>השבת</item> + <item>הפעל</item> + </string-array> + <string-array name="entries_network_widget"> + <item>2G | 3G+2G</item> + <item>2G | 3G</item> + <item>2G | 3G | 3G+2G</item> + </string-array> + <string-array name="entries_screentimeout_widget"> + <item>15ש\' | 1ד\' | 5ד\'</item> + <item>30ש\' | 2ד\' | 5ד\'</item> + </string-array> + <string-array name="entries_flash_widget"> + <item>רגיל</item> + <item>גבוה</item> + </string-array> + <string-array name="haptic_feedback_entries"> + <item>השתמש בהגדרה הכללית</item> + <item>מופעל</item> + <item>כבוי</item> + </string-array> + <string-array name="entries_status_bar_am_pm"> + <item>רגיל</item> + <item>קטן</item> + <item>ללא</item> + </string-array> + <string-array name="wifi_countrycode_entries"> + <item>ארצות הברית</item> + <item>קנדה, טייוואן</item> + <item>גרמניה</item> + <item>אירופה</item> + <item>יפן, רוסיה</item> + <item>אוסטרליה</item> + <item>סין</item> + <item>קוריאה</item> + <item>טורקיה</item> + <item>סינגפור</item> + <item>ברזיל</item> + </string-array> +</resources> |