[SPIP] ~v3.0.25-->v3.0.26
[lhc/web/www.git] / www / plugins / odt2spip_30 / lang / odtspip_en.php
1 <?php
2 /**
3 * Fichier de langue : Anglais
4 *
5 * @author cy_altern
6 * @license GNU/LGPL
7 *
8 * @package plugins
9 * @subpackage odt2spip
10 * @category import
11 *
12 * @version $Id: odtspip_en.php 36713 2010-03-28 00:02:06Z gilles.vincent@gmail.com $
13 *
14 */
15
16 $GLOBALS[$GLOBALS['idx_lang']] = array(
17 // A
18 'attacher_fichier_odt' => 'Attach the ODT file to the article ?',
19
20 // C
21 'choix_fichier' => 'ODT file to use :',
22
23 // E
24 'err_enregistrement_fichier_sortie' => 'Error saving file snippet',
25 'err_extension_xslt'=> 'PHP\'s XSLT functions are not operational in: ask activation XSL extensions to your server administrator',
26 'err_import_snippet' => 'Error when creating the article with the plugin Snippets. Make sure it is properly installed and activated.',
27 'err_repertoire_tmp' => 'Error: tmp/odt2spip folder or its subfolder / id_auteur has not been created',
28 'err_telechargement_fichier' => 'Error: the file could not be recovered',
29 'err_transformation_xslt' => 'Error processing XSLT file ODT',
30
31 // I
32 'importer_fichier' => 'Create an article from an OOo Writer file',
33
34 // N
35 'non' => 'no',
36
37 // O
38 'oui' => 'yes',
39
40 // T
41 'cet_article_version_odt' => 'OOo Writer version of this article'
42
43 );
44
45 ?>