diff options
author | Michael Bestas <mikeioannina@gmail.com> | 2013-04-22 14:40:41 +0300 |
---|---|---|
committer | Michael Bestas <mikeioannina@gmail.com> | 2013-04-22 14:40:51 +0300 |
commit | cf9bb8887341922ed3ad1bfce9b3fd97bec6d23c (patch) | |
tree | b9999202401a680115cc30d45b007af191569520 /res/values-el | |
parent | 222c3db186606b6f573b461cff02e5b69fe0368a (diff) | |
download | packages_apps_trebuchet-cf9bb8887341922ed3ad1bfce9b3fd97bec6d23c.zip packages_apps_trebuchet-cf9bb8887341922ed3ad1bfce9b3fd97bec6d23c.tar.gz packages_apps_trebuchet-cf9bb8887341922ed3ad1bfce9b3fd97bec6d23c.tar.bz2 |
Trebuchet: EL translations
Signed-off-by: Michael Bestas <mikeioannina@gmail.com>
Change-Id: I47ceb728cfd388cbf891eb0f68845096aec403f7
Diffstat (limited to 'res/values-el')
-rw-r--r-- | res/values-el/cm_arrays.xml | 30 | ||||
-rw-r--r-- | res/values-el/cm_strings.xml | 16 |
2 files changed, 46 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..cde4388 --- /dev/null +++ b/res/values-el/cm_arrays.xml @@ -0,0 +1,30 @@ +<?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="preferences_interface_homescreen_indicator_position_entries"> + <item>Πάνω από το dock</item> + <item>Πάνω</item> + <item>Κάτω</item> + </string-array> + <string-array name="preferences_interface_drawer_indicator_position_entries"> + <item>Πάνω/Αριστερά</item> + <item>Κάτω/Δεξιά</item> + </string-array> + <string-array name="preferences_interface_drawer_orientation_entries"> + <item>Οριζόντιος</item> + <item>Κάθετος</item> + </string-array> +</resources> diff --git a/res/values-el/cm_strings.xml b/res/values-el/cm_strings.xml index 3a1eaaa..90e34e0 100644 --- a/res/values-el/cm_strings.xml +++ b/res/values-el/cm_strings.xml @@ -105,4 +105,20 @@ <string name="preferences_interface_general_orientation_title">Αυτόματη περιστροφή οθόνης</string> <string name="preferences_interface_general_fullscreen_title">Λειτουργία πλήρους οθόνης</string> <string name="preferences_interface_general_fullscreen_summary">Απόκρυψη της μπάρας ειδοποιήσεων για επέκταση της αρχικής οθόνης</string> + <string name="effects_standard">Κανονικό</string> + <string name="effects_tablet">Tablet</string> + <string name="effects_zoom_in">Ζουμ μέσα</string> + <string name="effects_zoom_out">Ζουμ έξω</string> + <string name="effects_rotate_up">Περιστροφή πάνω</string> + <string name="effects_rotate_down">Περιστροφή κάτω</string> + <string name="effects_cylinder_in">Κύλινδρος μέσα</string> + <string name="effects_cylinder_out">Κύλινδρος έξω</string> + <string name="effects_cube_in">Κύβος μέσα</string> + <string name="effects_cube_out">Κύβος έξω</string> + <string name="effects_spin">Στροβιλισμός</string> + <string name="effects_flip">Αναποδογύρισμα</string> + <string name="effects_stack">Στοίβα</string> + <string name="effects_accordion">Ακορντεόν</string> + <string name="effects_carousel_left">Καρουσέλ αριστερά</string> + <string name="effects_carousel_right">Καρουσέλ δεξιά</string> </resources> |