mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-02 14:24:10 +01:00
37 lines
1.6 KiB
PHP
37 lines
1.6 KiB
PHP
|
<?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" => "Τηλέφωνο"
|
|||
|
);
|