Blame view
sources/apps/admin_migrate/l10n/et_EE.php
448 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 |
<?php $TRANSLATIONS = array( "Export this ownCloud instance" => "Ekspordi see ownCloudi paigaldus", "This will create a compressed file that contains the data of this owncloud instance." => "See loob pakitud faili, milles on selle ownCloudi andmed.", "Please choose the export type:" => "Palun vali ekspordi tüüp:", "ownCloud system files" => "ownCloud süsteemifailid", "Just user files" => "Lihtsalt kasutaja failid", "Export" => "Ekspordi" ); |