6 lines
402 B
PHP
6 lines
402 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Export this ownCloud instance" => "Exporter cette instance ownCloud",
|
||
|
"This will create a compressed file that contains the data of this owncloud instance.\n Please choose the export type:" => "Ceci va créer une archive compressée contenant les données de cette instance ownCloud.\n Veuillez choisir le type d'export :",
|
||
|
"Export" => "Exporter"
|
||
|
);
|