Last change
on this file was
104335,
checked in by spip.franck@…, 4 years ago
|
plugins.spip est maintenant en https, donc j'ajoute le "s"
|
File size:
1.4 KB
|
Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | // Ceci est un fichier langue de SPIP -- This is a SPIP language file |
---|
4 | // Produit automatiquement par le plugin LangOnet a partir de la langue source en |
---|
5 | // Module: apropos |
---|
6 | // Langue: en |
---|
7 | // Date: 17-10-2011 12:36:55 |
---|
8 | // Items: 4 |
---|
9 | |
---|
10 | if (!defined('_ECRIRE_INC_VERSION')) return; |
---|
11 | |
---|
12 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
13 | // D |
---|
14 | 'la_documentation' => 'The documentation:', |
---|
15 | 'la_demonstration' => 'The plugin in action:', |
---|
16 | |
---|
17 | // E |
---|
18 | 'extensions_automatiquement' => 'locked plugins automaticly enabled', |
---|
19 | 'erreur_prefixe' => 'Vous avez entré <b>@params@</b>', |
---|
20 | |
---|
21 | // L |
---|
22 | 'les_plugins' => 'It use these plugins:', |
---|
23 | |
---|
24 | // S |
---|
25 | 'site_utilise' => 'This site use a <a href=\"http://en.wikipedia.org/wiki/Content_management_system\" title=\"Definition of a Content management system on Wikipedia\">CMS</a>. It is developed and works with <a href=\"https://www.spip.net/rubrique25.html\" title=\"The official site of SPIP\">SPIP</a>, version', |
---|
26 | 'spip_contrib' => 'For more informations about these plugins, go on the site: <a href=\"https://contrib.spip.net/-English-\" title=\"A lot of SPIP users are maintaining the external contributions site SPIP-CONTRIB: it is a mine of information and solutions for various problems.\">https://contrib.spip.net</a>.', |
---|
27 | 'spip_plugins' => 'You can also go to the plugins Spip web site at: <a href="https://plugins.spip.net/" title="Le site des plugins de Spip">https://plugins.spip.net/</a>.', |
---|
28 | |
---|
29 | // T |
---|
30 | 'titre' => 'About this site', |
---|
31 | ); |
---|
32 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.