summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Brohet <therbom@gmail.com>2013-04-24 10:37:10 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2013-04-24 10:37:10 -0700
commit1ea6e47eb9d5ee3ecf2afb248a5f5e46cc57c9c9 (patch)
tree6ef7e0f3582d46f590a64901e65cccc9f54ebcc5
parent4a91126a9b24633c4ded3664cae41bc7c92eb80c (diff)
parentcf9bb8887341922ed3ad1bfce9b3fd97bec6d23c (diff)
downloadandroid_packages_apps_Trebuchet-1ea6e47eb9d5ee3ecf2afb248a5f5e46cc57c9c9.tar.gz
android_packages_apps_Trebuchet-1ea6e47eb9d5ee3ecf2afb248a5f5e46cc57c9c9.tar.bz2
android_packages_apps_Trebuchet-1ea6e47eb9d5ee3ecf2afb248a5f5e46cc57c9c9.zip
Merge "Trebuchet: EL translations" into cm-10.1
-rw-r--r--res/values-el/cm_arrays.xml30
-rw-r--r--res/values-el/cm_strings.xml16
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 000000000..cde43880d
--- /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 3a1eaaae6..90e34e0b8 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>