diff options
Diffstat (limited to 'res/values-el')
-rw-r--r-- | res/values-el/cm_strings.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/res/values-el/cm_strings.xml b/res/values-el/cm_strings.xml index 4975fbc..24b6182 100644 --- a/res/values-el/cm_strings.xml +++ b/res/values-el/cm_strings.xml @@ -83,20 +83,50 @@ <string name="select_phone_account_title">Αποστολή με</string> <!-- Copy message to sim --> <!-- Settings item for entering SIM card message screen --> + <string name="pref_title_manage_sim_messages">Διαχείριση μηνυμάτων κάρτας SIM</string> + <string name="pref_title_manage_sim_messages_slot1">Διαχείριση μηνυμάτων της SIM 1</string> + <string name="pref_title_manage_sim_messages_slot2">Διαχείριση μηνυμάτων της SIM 2</string> + <string name="copy_to_sim">Αντιγραφή μηνύματος στην κάρτα SIM</string> + <string name="copy_to_sim_success"><xliff:g id="count">%1$d</xliff:g> από <xliff:g id="total">%2$d</xliff:g> μηνύματα αποθηκεύτηκαν στην κάρτα SIM.</string> + <string name="copy_to_sim_fail">Δεν ήταν δυνατή η αποθήκευση του μηνύματος</string> + <string name="copy_to_phone_success">Το μήνυμα αποθηκεύτηκε</string> + <string name="copy_to_phone_fail">Δεν ήταν δυνατή η αποθήκευση του μηνύματος</string> <!-- Message that appears on the "SMS messges on SIM card" screen when there are no messages on the SIM card --> + <string name="sim_empty">Δεν υπάρχουν μηνύματα στην κάρτα SIM.</string> <!-- Context menu item on an individual message for emailing the sender --> + <string name="menu_send_email">Αποστολή email στο <xliff:g id="name">%s</xliff:g></string> <!-- Context menu item on an individual message for dialing the sender's phone number --> + <string name="menu_call_back">Κλήση <xliff:g id="name">%s</xliff:g></string> <!-- Menu shown in the context menu when long pressing on a message when the message contains one or more phone numbers and/or email addresses and the number or email is new to contacts. [CHAR LIMIT=50] --> + <string name="menu_add_address_to_contacts">Προσθήκη <xliff:g id="contactEmailOrNumber">%s</xliff:g> στις Επαφές</string> + <string name="sim_capacity_title">Χωρητικότητα SIM</string> + <string name="sim_capacity"><xliff:g id="used">%1$d</xliff:g> από <xliff:g id="total">%2$d</xliff:g> καταχωρήσεις κάρτας SIM σε χρήση</string> <!-- Confirm Delete --> <!-- Delete confirmation dialog title --> + <string name="confirm_dialog_title">Διαγραφή;</string> <!-- Title of screen displaying messages on SIM card --> + <string name="sim_manage_messages_title">Μηνύματα κειμένου στην κάρτα SIM</string> <!-- Message that appears on screen while SIM card messages are retrieved --> + <string name="refreshing">Ανανέωση\u2026</string> + <string name="confirm_delete_selected_messages">Το επιλεγμένο μήνυμα θα διαγραφεί.</string> <!-- Delete button title --> + <string name="delete">Διαγραφή</string> <!-- Context menu item on an individual message for forwarding it to another recipient --> + <string name="menu_forward">Προώθηση</string> + <string name="menu_reply">Απάντηση</string> <!-- Menu title to copy a selected message from the SIM card to the phone. --> + <string name="sim_copy_to_phone_memory" product="tablet">Αντιγραφή στη μνήμη tablet</string> <!-- Menu title to copy a selected message from the SIM card to the phone. --> + <string name="sim_copy_to_phone_memory" product="default">Αντιγραφή στη μνήμη τηλεφώνου</string> + <string name="selected_all">Επιλογή όλων</string> + <string name="deselected_all">Αποεπιλογή όλων</string> + <string name="selected_count">Επιλέχθηκαν <xliff:g id="COUNT">%d</xliff:g></string> <!-- Text to be used for affirmative response button in dialog boxes --> + <string name="yes">OK</string> <!-- Copy message to sim --> + <string name="operation_to_card_memory">Αντιγραφή μήνυματος στην κάρτα SIM</string> + <string name="slot1">SIM 1</string> + <string name="slot2">SIM 2</string> </resources> |