diff options
| author | Michael Bestas <mikeioannina@gmail.com> | 2013-10-26 00:53:45 +0300 |
|---|---|---|
| committer | Michael Bestas <mikeioannina@gmail.com> | 2013-10-26 00:53:59 +0300 |
| commit | 2efe8faf06550b349a86acc8f027a96b27061010 (patch) | |
| tree | f5149494e4672ddaef2369c2f8059bc0be63d984 | |
| parent | 569019bd219be7f314af12c8ecc16f94e66095e5 (diff) | |
| download | packages_apps_ContactsCommon-2efe8faf06550b349a86acc8f027a96b27061010.tar.gz packages_apps_ContactsCommon-2efe8faf06550b349a86acc8f027a96b27061010.tar.bz2 packages_apps_ContactsCommon-2efe8faf06550b349a86acc8f027a96b27061010.zip | |
ContactsCommon: EL translations
Signed-off-by: Michael Bestas <mikeioannina@gmail.com>
Change-Id: I9d3358bab93eba39e8097afbb72b0960385ea3a0
| -rw-r--r-- | res/values-el/cm_strings.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/res/values-el/cm_strings.xml b/res/values-el/cm_strings.xml new file mode 100644 index 00000000..b13ed7e4 --- /dev/null +++ b/res/values-el/cm_strings.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 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> + <string name="manage_sim_contacts">Διαχείριση επαφών κάρτας SIM</string> + <string name="export_to_sim">Εξαγωγή σε κάρτα SIM</string> + <string name="Import_All">Εισαγωγή επαφών από όλες τις κάρτες SIM</string> + <string name="ok">ΟΚ</string> + <string name="cancel">Ακύρωση</string> + <string name="select_sim">Επιλογή SIM</string> +</resources> |
