Blame view
sources/apps/admin_migrate/l10n/eu.php
497 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 |
<?php $TRANSLATIONS = array( "Export this ownCloud instance" => "Exportatu ownCloud instantzia hau", "This will create a compressed file that contains the data of this owncloud instance." => "Honek owncloud instantzia honen datuak dituen konprimitako fitxategi bat sortuko du.", "Please choose the export type:" => "Mesedez hautatu exportazio mota:", "ownCloud system files" => "ownCloud Sistema fitxategiak", "Just user files" => "Bakarrik erabiltzaileen fitxategiak", "Export" => "Exportatu" ); |