Last change
on this file since 47659 was
47659,
checked in by webmaster@…, 10 years ago
|
ACS:
- suppression de l'override de action/action_converser pour les vieux SPIP (posait problème en 2.0.9);
Cat :
- page mot et composant Hierarchie : masquage des numéros des groupes de mots-clefs numérotés dans l'affichage de la hiérarchie d'un mot-clef;
- composant Rubrique : tient désormais compte des articles multilingues quand l'option de remplacement de la rubrique par l'unique article qu'elle contient est activée;
- composant Diapo : intégration avec le plugin Mediabox (colorbox).
- composant Cadre : modifié pour éviter l'injection de variables inutiles.
- composant Articles : le contenu de la page article peut désormais dépendre d'un mot-clé, comme pour la page rubrique.
|
File size:
1.1 KB
|
Line | |
---|
1 | <?php |
---|
2 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
---|
3 | |
---|
4 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
5 | |
---|
6 | 'nom' => 'Articles', |
---|
7 | 'description' => 'Articles and lists for rubrics, Une, abstract, sitemap, ...', |
---|
8 | 'info' => 'Appearance and behaviour depends on the page in which Articles component is inserted. |
---|
9 | <br /><br /> |
---|
10 | Colors 2 to 6 are for rubrics level 2 to 6 in sitemap |
---|
11 | <br /><br /> |
---|
12 | Access control limit access to articles tagged with keyword _ide, _aut, _adm, or _acs to registered members, authors, administrators, and ACS administrors. |
---|
13 | <br /><br /> |
---|
14 | The content of the article page can depend on a keyword from a keyword group choosed here.', |
---|
15 | |
---|
16 | 'StylePage' => 'Page style', |
---|
17 | |
---|
18 | 'Bord' => 'Border top', |
---|
19 | 'MargeBas' => 'Margin bottom', |
---|
20 | 'NbLettres' => 'Nb of letters before cut', |
---|
21 | 'LogoTailleMax' => 'Max logo size', |
---|
22 | |
---|
23 | 'Dates' => 'Dates', |
---|
24 | 'Aut' => 'Authors', |
---|
25 | 'ChapoGras' => 'Set the header\'s font weight to bold', |
---|
26 | 'Stats' => 'Visits', |
---|
27 | 'Lock' => 'Access control', |
---|
28 | 'Pagination' => 'Articles per page', |
---|
29 | 'ListesLogoTailleMax' => 'Max logo size', |
---|
30 | |
---|
31 | 'Puce' => 'Bullet', |
---|
32 | 'RubFond2' => '2', |
---|
33 | 'RubFond3' => '3', |
---|
34 | 'RubFond4' => '4', |
---|
35 | 'RubFond5' => '5', |
---|
36 | 'RubFond6' => '6', |
---|
37 | ); |
---|
38 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.