Blame view
sources/apps/user_migrate/l10n/fr.php
421 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 |
<?php $TRANSLATIONS = array( "Export" => "Exporter", "Something went wrong while the export file was being generated" => "Une erreur s'est produite pendant la génération du fichier d'export", "An error has occurred" => "Une erreur s'est produite", "User Account Migration" => "Migration de compte utilisateur", "Export and import ownCloud user accounts." => "Exporter et importer les comptes utilisateurs ownCloud." ); |