|
160 | 160 | $tabsheet = new tabsheet(); |
161 | 161 | // TabSheet initialization |
162 | 162 | $opt_link = $link_start.'cat_options&section='; |
163 | | -$tabsheet->add('status', l10n('cat_security'), $opt_link.'status'); |
164 | | -$tabsheet->add('visible', l10n('lock'), $opt_link.'visible'); |
165 | | -$tabsheet->add('upload', l10n('upload'), $opt_link.'upload'); |
166 | | -$tabsheet->add('comments', l10n('comments'), $opt_link.'comments'); |
| 163 | +$tabsheet->add('status', l10n('Public / Private'), $opt_link.'status'); |
| 164 | +$tabsheet->add('visible', l10n('Lock'), $opt_link.'visible'); |
| 165 | +$tabsheet->add('Upload', l10n('Upload'), $opt_link.'Upload'); |
| 166 | +$tabsheet->add('Comments', l10n('Comments'), $opt_link.'Comments'); |
167 | 167 | if ($conf['allow_random_representative']) |
168 | 168 | { |
169 | 169 | $tabsheet->add('representative', l10n('Representative'), $opt_link.'representative'); |
|
208 | 208 | ;'; |
209 | 209 | $template->assign( |
210 | 210 | array( |
211 | | - 'L_SECTION' => l10n('cat_upload_title'), |
212 | | - 'L_CAT_OPTIONS_TRUE' => l10n('authorized'), |
213 | | - 'L_CAT_OPTIONS_FALSE' => l10n('forbidden'), |
| 211 | + 'L_SECTION' => l10n('Select uploadable categories'), |
| 212 | + 'L_CAT_OPTIONS_TRUE' => l10n('Authorized'), |
| 213 | + 'L_CAT_OPTIONS_FALSE' => l10n('Forbidden'), |
214 | 214 | ) |
215 | 215 | ); |
216 | 216 | break; |
|
229 | 229 | ;'; |
230 | 230 | $template->assign( |
231 | 231 | array( |
232 | | - 'L_SECTION' => l10n('cat_comments_title'), |
233 | | - 'L_CAT_OPTIONS_TRUE' => l10n('authorized'), |
234 | | - 'L_CAT_OPTIONS_FALSE' => l10n('forbidden'), |
| 232 | + 'L_SECTION' => l10n('Authorize users to add comments on selected categories'), |
| 233 | + 'L_CAT_OPTIONS_TRUE' => l10n('Authorized'), |
| 234 | + 'L_CAT_OPTIONS_FALSE' => l10n('Forbidden'), |
235 | 235 | ) |
236 | 236 | ); |
237 | 237 | break; |
|
250 | 250 | ;'; |
251 | 251 | $template->assign( |
252 | 252 | array( |
253 | | - 'L_SECTION' => l10n('cat_lock_title'), |
254 | | - 'L_CAT_OPTIONS_TRUE' => l10n('unlocked'), |
255 | | - 'L_CAT_OPTIONS_FALSE' => l10n('locked'), |
| 253 | + 'L_SECTION' => l10n('Lock categories'), |
| 254 | + 'L_CAT_OPTIONS_TRUE' => l10n('Unlocked'), |
| 255 | + 'L_CAT_OPTIONS_FALSE' => l10n('Locked'), |
256 | 256 | ) |
257 | 257 | ); |
258 | 258 | break; |
|
271 | 271 | ;'; |
272 | 272 | $template->assign( |
273 | 273 | array( |
274 | | - 'L_SECTION' => l10n('cat_status_title'), |
275 | | - 'L_CAT_OPTIONS_TRUE' => l10n('cat_public'), |
276 | | - 'L_CAT_OPTIONS_FALSE' => l10n('cat_private'), |
| 274 | + 'L_SECTION' => l10n('Manage authorizations for selected categories'), |
| 275 | + 'L_CAT_OPTIONS_TRUE' => l10n('Public category'), |
| 276 | + 'L_CAT_OPTIONS_FALSE' => l10n('Private category'), |
277 | 277 | ) |
278 | 278 | ); |
279 | 279 | break; |
|
0 commit comments