Blame view
sources/apps/admin_migrate/l10n/gl.php
282 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 |
<?php $TRANSLATIONS = array( "Export data" => "Exportar os datos", "All system files and user data" => "Todos os ficheiros do sistema e datos de usuario", "Only system files" => "Só os ficheiros do sistema", "Only user data" => "Só os datos de usuario", "Export" => "Exportar" ); |