diff options
Diffstat (limited to 'res/values-el/cm_arrays.xml')
-rw-r--r-- | res/values-el/cm_arrays.xml | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/res/values-el/cm_arrays.xml b/res/values-el/cm_arrays.xml new file mode 100644 index 0000000..217e017 --- /dev/null +++ b/res/values-el/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="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> + <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% (προεπιλογή)</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> +</resources> |