Changeset 862 for trunk/admin/cat_options.php
- Timestamp:
- Sep 14, 2005, 11:57:05 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/cat_options.php
r817 r862 151 151 'L_SUBMIT'=>$lang['submit'], 152 152 'L_RESET'=>$lang['reset'], 153 154 'U_HELP' => PHPWG_ROOT_PATH.'/popuphelp.php?page=cat_options', 153 155 154 156 'F_ACTION'=>add_session_id($base_url.$page['section']) … … 194 196 'L_CAT_OPTIONS_TRUE' => $lang['authorized'], 195 197 'L_CAT_OPTIONS_FALSE' => $lang['forbidden'], 196 'L_CAT_OPTIONS_INFO' => $lang['cat_upload_info'],197 198 ) 198 199 ); … … 216 217 'L_CAT_OPTIONS_TRUE' => $lang['authorized'], 217 218 'L_CAT_OPTIONS_FALSE' => $lang['forbidden'], 218 'L_CAT_OPTIONS_INFO' => $lang['cat_comments_info'],219 219 ) 220 220 ); … … 238 238 'L_CAT_OPTIONS_TRUE' => $lang['unlocked'], 239 239 'L_CAT_OPTIONS_FALSE' => $lang['locked'], 240 'L_CAT_OPTIONS_INFO' => $lang['cat_lock_info'],241 240 ) 242 241 ); … … 260 259 'L_CAT_OPTIONS_TRUE' => $lang['cat_public'], 261 260 'L_CAT_OPTIONS_FALSE' => $lang['cat_private'], 262 'L_CAT_OPTIONS_INFO' => $lang['cat_status_info'],263 261 ) 264 262 ); … … 282 280 'L_SECTION' => l10n('Representative'), 283 281 'L_CAT_OPTIONS_TRUE' => l10n('singly represented'), 284 'L_CAT_OPTIONS_FALSE' => l10n('randomly represented'), 285 'L_CAT_OPTIONS_INFO' => l10n('') 282 'L_CAT_OPTIONS_FALSE' => l10n('randomly represented') 286 283 ) 287 284 );
Note: See TracChangeset
for help on using the changeset viewer.