diff options
Diffstat (limited to 'apps/admin_migrate/l10n')
-rw-r--r-- | apps/admin_migrate/l10n/el.php | 4 | ||||
-rw-r--r-- | apps/admin_migrate/l10n/nb_NO.php | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/apps/admin_migrate/l10n/el.php b/apps/admin_migrate/l10n/el.php new file mode 100644 index 00000000000..95034c46a4c --- /dev/null +++ b/apps/admin_migrate/l10n/el.php @@ -0,0 +1,4 @@ +<?php $TRANSLATIONS = array( +"This will create a compressed file that contains the data of this owncloud instance.\n Please choose the export type:" => "Αυτό θα δημιουργήσει ένα συμπιεσμένο αρχείο που θα περιέχει τα δεδομένα από αυτό το ownCloud.\n Παρακαλώ επιλέξτε τον τύπο εξαγωγής:", +"Export" => "Εξαγωγή" +); diff --git a/apps/admin_migrate/l10n/nb_NO.php b/apps/admin_migrate/l10n/nb_NO.php new file mode 100644 index 00000000000..31f4c030bd3 --- /dev/null +++ b/apps/admin_migrate/l10n/nb_NO.php @@ -0,0 +1,5 @@ +<?php $TRANSLATIONS = array( +"Export this ownCloud instance" => "Eksporter denne ownCloud forekomsten", +"This will create a compressed file that contains the data of this owncloud instance.\n Please choose the export type:" => "Dette vil opprette en komprimert fil som inneholder dataene fra denne ownCloud forekomsten.⏎ Vennligst velg eksporttype:", +"Export" => "Eksport" +); |