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 | // categories |
---|
9 | 'date' => 'Agendas, calendars, dates', |
---|
10 | 'auteur' => 'Authors, authentication, authorization', |
---|
11 | 'divers' => 'Misc', |
---|
12 | 'configuration' => 'Configuration', |
---|
13 | 'communication' => 'Interactivity, communication, messaging', |
---|
14 | 'multimedia' => 'Gallery, multimedia, pictures', |
---|
15 | 'edition' => 'Writing, editing, printing', |
---|
16 | 'maintenance' => 'Maintenance, configuration', |
---|
17 | 'navigation' => 'Navigation, search, organization', |
---|
18 | 'outil' => 'Development Tools', |
---|
19 | 'performance' => 'Security, optimization, performance', |
---|
20 | 'sans_categorie' => 'No category defined', |
---|
21 | 'squelette' => 'Skeleton', |
---|
22 | 'statistique' => 'Statistics, SEO', |
---|
23 | 'theme' => 'Theme', |
---|
24 | |
---|
25 | |
---|
26 | ); |
---|
27 | |
---|
28 | ?> |
---|