Last change
on this file since 91863 was
91863,
checked in by klaus@…, 5 years ago
|
english translation v 1.0
|
-
Property svn:executable set to
*
|
File size:
688 bytes
|
Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
---|
4 | if (!defined("_ECRIRE_INC_VERSION")) return; |
---|
5 | |
---|
6 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
7 | |
---|
8 | 'js_nouvelle_fenetre' => '(new window)', |
---|
9 | 'lien_externe' => 'external link', |
---|
10 | 'lien_ouvrant' => 'link opens in a new window', |
---|
11 | 'titre_menu_liens' => 'Highlighted Links', |
---|
12 | 'message_ok_configuration' => 'Your configuration has been saved.', |
---|
13 | 'message_ok_update_configuration' => 'Your configuration has been updated.', |
---|
14 | 'erreur_choisir_liens_ouvrants' => 'Please choose at least one item !', |
---|
15 | 'erreur_choisir_extensions' => 'Please enter the extensions of the files you want to open in a new window !' |
---|
16 | |
---|
17 | ); |
---|
18 | |
---|
19 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.