source: trunk/spip/esqueleto-redcta/themes/alternatives/plugins/sktheme/1_9_1/lang/sktheme_en.php @ 30

Last change on this file since 30 was 30, checked in by sebas, 17 years ago

nueva importacion del codigo del esqueleto de redcta con los plugins

File size: 3.9 KB
Line 
1<?php
2  // ---------------------------------------------------------------------
3  //
4  // Sktheme : manage themes under SPIP (squelettes + habillages)
5  //
6  // Copyright (c) 2006 - Skedus
7  //
8  // This program is free software; you can redistribute it and/or modify
9  // it under the terms of the GNU General Public License as published by
10  // the Free Software Foundation; either version 2 of the License, or
11  // (at your option) any later version.
12  //
13  // You should have received a copy of the GNU General Public License
14  // along with this program;
15  //
16  // ---------------------------------------------------------------------
17
18$GLOBALS[$GLOBALS['idx_lang']] = 
19    array(
20          // A
21          "available_habillage_list" => "Available habillages",
22          "available_squelette_list" => "Available squelettes",
23         
24          // B
25
26          // C
27          "configuration" => "Advanced configuration",
28          "config_doc_directories" => "<b>R&eacute;pertoires</b>:<br>
29          It is possible to re-defined default directories locations of yours
30          <i>squelettes/habillages</i> distributions.Default is  the <i>'themes'</i>
31           directory, directories are always relatives to
32          your SPIP root site.
33          ",
34          "config_doc_switcher" => "<b>Switcher</b>:<br>
35          The theme switcher can be activated to include a selection list in the
36          public area, and then easily test themes. It is possible to limit this
37          functionnality to the administrator only.<br>
38          Moreover you can modify the style of this theme selector.<br>
39          <br>
40          A new 'balise' <b>#SKTHEME_HABILLAGES_SWITCHER</b> is available to
41          include an 'habillage' selector list in your squelette. This list is
42          composed of all available 'habillage' corresponding to the squelette
43          distribution you have choosen. You can as well modify this
44          list selector style here.
45         
46         
47          ",
48         
49          // D
50          "documentation" => "Documentation",
51          "extra_documentation" => "Extra Documentation",
52
53          // E
54
55          // F
56
57          // G
58
59          // H
60          "habillages_public_dir" => "Public habillages directory",
61
62          // I
63
64          // J
65
66          // K
67
68          // L
69
70          // M
71          "main_config_title" => "Configuration",
72          "manage_theme" => "Manage themes",
73
74          // N
75          "no" => "No",
76          "no_available_habillage" => "No available habillage",
77          "no_available_squelette" => "No available squelette",
78
79          // O
80          "original" => "Original",
81
82          // P
83          "private_choice" => "Private theme choice",
84          "private_themes_config" => "Private themes configuration",
85          "private_theme_choice" => "Private theme choice",
86          "public_choice" => "Public theme choice",
87          "public_theme_choice" => "Public theme choice",
88          "public_themes_config" => "Public themes configuration",
89          "public_theme_doc_squelette" => "<b>Squelette choice:</b><br>
90          Each time you will choose a 'squelette' (more exactly a squelettes distribution)
91          the 'habillage' list will be updated with the available ones.
92          The small square represent the state of the distribution, stable,
93          test, experimental, ...<br>
94          Clic on the small black triangle to get more details about the distribution.
95          ",
96          "public_theme_doc_habillage" => "<b>Habillage choice:</b><br>
97          An Habillage is modifing colors and graphical aspect of your squelettes.
98          It is composed of CSS, pictures, ...<br>
99          A squelette distribution always contain a default 'habillage' which is
100          called <b>Original</b>. 
101          ",
102         
103          // Q
104
105          // R
106
107          // S
108          "save_habillage" => "Save habillage",
109          "save_public_directories" => "Save directories",
110          "save_squelette" => "Save squelette",
111          "save_switcher_options" => "Save switcher options",
112          "squelettes_public_dir" => "Public squelettes directory",
113          "switcher_activated" => "Theme switcher activated",
114          "switcher_admin_only" => "Only for administrators",
115          "switcher_style" => "Switcher style",
116
117          // T
118          "to_be_done" => "To be done !",
119          "themes_switcher" => "Theme switch",
120
121          // U
122          "update_habillage_to" => "Update habillage to : ",
123          "update_squelette_to" => "Update squelette to : ",
124
125          // V
126
127          // W
128
129          // X
130
131          // Y
132          "yes" => "Yes",
133
134          // Z
135
136);
137
138?>
Note: See TracBrowser for help on using the repository browser.