Line | |
---|
1 | <?php |
---|
2 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
---|
3 | // Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_plugins_/jeux/trunk/lang/ |
---|
4 | if (!defined('_ECRIRE_INC_VERSION')) { |
---|
5 | return; |
---|
6 | } |
---|
7 | |
---|
8 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
9 | |
---|
10 | // H |
---|
11 | 'horizontalement' => 'Horizontalement :', |
---|
12 | |
---|
13 | // T |
---|
14 | 'table_summary' => 'Grille de mots-croisés de @largeur@ colonnes sur @hauteur@ lignes', |
---|
15 | 'titre' => 'Grille de mots-croisés', |
---|
16 | 'titre_court' => 'Mots-croisés', |
---|
17 | |
---|
18 | // V |
---|
19 | 'verticalement' => 'Verticalement :' |
---|
20 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.