Blame view
sources/apps/user_migrate/l10n/it.php
412 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 |
<?php $TRANSLATIONS = array( "Export" => "Esporta", "Something went wrong while the export file was being generated" => "Si è verificato un errore durante la creazione del file di esportazione", "An error has occurred" => "Si è verificato un errore", "User Account Migration" => "Migrazione account utente", "Export and import ownCloud user accounts." => "Esporta e importa gli account utente di ownCloud." ); |