diff options
Diffstat (limited to 'apps/user_migrate/l10n/el.php')
-rw-r--r-- | apps/user_migrate/l10n/el.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/user_migrate/l10n/el.php b/apps/user_migrate/l10n/el.php new file mode 100644 index 00000000000..5b57e69a637 --- /dev/null +++ b/apps/user_migrate/l10n/el.php @@ -0,0 +1,8 @@ +<?php $TRANSLATIONS = array( +"Export" => "Εξαγωγή", +"An error has occurred" => "Παρουσιάστηκε σφάλμα", +"Export your user account" => "Εξαγωγή του λογαριασμού χρήστη σας", +"This will create a compressed file that contains your ownCloud account." => "Αυτό θα δημιουργήσει ένα συμπιεσμένο αρχείο που θα περιέχει τον λογαριασμό σας ownCloud.", +"Import user account" => "Εισαγωγή λογαριασμού χρήστη", +"Import" => "Εισαγωγή" +); |