Blame view
sources/apps/admin_migrate/l10n/it.php
480 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 |
<?php $TRANSLATIONS = array( "Export this ownCloud instance" => "Esporta questa istanza di ownCloud", "This will create a compressed file that contains the data of this owncloud instance." => "Ciò creerà un file compresso che contiene i dati di questa istanza di ownCloud.", "Please choose the export type:" => "Scegli il tipo di esportazione:", "ownCloud system files" => "File di sistema di ownCloud", "Just user files" => "Solo i file degli utenti", "Export" => "Esporta" ); |