Blame view
sources/apps/admin_migrate/l10n/ca.php
491 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 |
<?php $TRANSLATIONS = array( "Export this ownCloud instance" => "Exporta aquesta instància de ownCloud", "This will create a compressed file that contains the data of this owncloud instance." => "Això crearà un fitxer comprimit que conté les dades d'aquesta instància ownCloud", "Please choose the export type:" => "Escolliu el tipus d'exportació:", "ownCloud system files" => "sistema de fitxers ownCloud", "Just user files" => "Només els fitxers d'usuari", "Export" => "Exporta" ); |