nextcloud/apps/contacts/l10n/el.php

37 lines
1.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php $TRANSLATIONS = array(
"This is not your addressbook." => "Αυτό δεν είναι βιβλίο διευθύνσεων σας.",
"Contact could not be found." => "Η επαφή δεν μπρόρεσε να βρεθεί.",
"vCard could not be read." => "Η vCard δεν μπορεί να διαβαστεί.",
"Information about vCard is incorrect. Please reload the page." => "Οι πληροφορίες σχετικά με vCard είναι εσφαλμένες. Παρακαλώ επαναφορτώστε τη σελίδα.",
"Address" => "Διεύθυνση",
"Telephone" => "Τηλέφωνο",
"Email" => "Email",
"Organization" => "Οργανισμός",
"Work" => "Εργασία",
"Home" => "Σπίτι",
"Mobile" => "Κινητό",
"Text" => "Κείμενο",
"Voice" => "Φωνή",
"Fax" => "Φαξ",
"Video" => "Βίντεο",
"Pager" => "Βομβητής",
"This is not your contact." => "Αυτή δεν είναι επαφή σας.",
"This card is not RFC compatible." => "Αυτή η κάρτα δεν είναι RFC συμβατή.",
"This card does not contain a photo." => "Αυτή η κάρτα δεν περιέχει φωτογραφία.",
"Add Contact" => "Προσθήκη επαφής",
"Group" => "Ομάδα",
"Name" => "Όνομα",
"PO Box" => "Ταχ. Θυρίδα",
"Extended" => "Εκτεταμένη",
"Street" => "Οδός",
"City" => "Πόλη",
"Region" => "Περιοχή",
"Zipcode" => "Τ.Κ.",
"Country" => "Χώρα",
"Create Contact" => "Δημιουργία επαφής",
"Edit" => "Επεξεργασία",
"Delete" => "Διαγραφή",
"Birthday" => "Γενέθλια",
"Phone" => "Τηλέφωνο"
);