Blame view
sources/apps/user_migrate/l10n/pt_BR.php
395 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 |
<?php $TRANSLATIONS = array( "Export" => "Exportar", "Something went wrong while the export file was being generated" => "Algo errado ocorreu durante a geração do arquivo exportado", "An error has occurred" => "Ocorreu um erro", "User Account Migration" => "Migração de Conta de Usuário", "Export and import ownCloud user accounts." => "Exportar e importar contas de usuário ownCloud." ); |