aboutsummaryrefslogtreecommitdiff
path: root/mod/dokuwiki/vendors/dokuwiki/lib/plugins/odt/lang/fr/lang.php
blob: 4290573ec90ed7b6cb84f90496df893d5ac9d056 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

// settings must be present and set appropriately for the language
$lang['encoding']   = 'utf-8';
$lang['direction']  = 'ltr';
       
// export button
$lang['view'] = 'Exporter la page au format Open Document';

// template not found in the directory
$lang['tpl_not_found'] = 'ATTENTION: le modèle ODT "%s" n\'a pas été trouvé dans le répertoire de modèles "%s". L\'export est réalisé avec le modèle par défaut.';