Changeset 655 for trunk/language/en_UK.iso-8859-1/admin.lang.php
- Timestamp:
- Dec 23, 2004, 3:59:37 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/language/en_UK.iso-8859-1/admin.lang.php
r653 r655 229 229 $lang['represents'] = 'represents'; 230 230 $lang['doesnt_represent'] = 'doesn\'t represent'; 231 $lang['waiting_update'] = 'Validated pictures will be displayed only once pictures database updated'; 232 $lang['cat_unknown_id'] = 'This category is unknown in the database'; 231 233 232 234 // Thumbnails … … 286 288 $lang['stats_month_title'] = 'Monthly statistics'; 287 289 $lang['stats_pages_seen'] = 'Pages seen'; 288 $lang['stats_empty'] = 'empty history';289 290 $lang['stats_global_graph_title'] = 'Pages seen by month'; 290 291 $lang['stats_visitors_graph_title'] = 'Nombre de visiteurs par jour'; 291 292 292 293 // Users 294 $lang['title_user_modify'] = 'Modify a user'; 295 $lang['title_user_perm'] = 'Modify permission for user'; 293 296 $lang['user_err_modify'] = 'This user can\'t be modified or deleted'; 294 297 $lang['user_err_unknown'] = 'This user doesn\'t exist in the database'; … … 299 302 $lang['user_delete'] = 'Delete user'; 300 303 $lang['user_delete_hint'] = 'Click here to delete this user. Warning! This operation cannot be undone!'; 301 304 $lang['permuser_only_private'] = 'Only private categories are shown'; 302 305 303 306 // Groups … … 312 315 313 316 314 315 $lang['permuser_info_message'] = 'Permissions registered';316 $lang['permuser_title'] = 'Restrictions for user';317 $lang['permuser_warning'] = 'Warning : a "<span style="font-weight:bold;">forbidden access</span>" to the root of a category prevent from accessing the whole category';318 319 $lang['permuser_parent_forbidden'] = 'parent category forbidden';320 $lang['listuser_confirm'] = 'Do you really want to delete this user';321 $lang['listuser_info_deletion'] = 'was removed from database';322 $lang['listuser_user_group'] = 'Users group';323 $lang['listuser_modify'] = 'modify';324 $lang['listuser_modify_hint'] = 'modify informations of';325 $lang['listuser_permission'] = 'Permissions';326 $lang['listuser_permission_hint'] = 'modify permissions of';327 328 329 $lang['title_add'] = 'Add a user';330 $lang['title_modify'] = 'Modify a user';331 $lang['title_user_perm'] = 'Modify permission for user';332 317 $lang['title_cat_perm'] = 'Modify permissions for category'; 333 318 $lang['title_group_perm'] = 'Modify permissions for group'; 334 319 $lang['title_picmod'] = 'Modify informations about a picture'; 335 336 $lang['stats_pages_seen'] = 'pages seen';337 $lang['stats_visitors'] = 'guests';338 $lang['stats_empty'] = 'empty history';339 $lang['stats_pages_seen_graph_title'] = 'Number of pages seen by day';340 $lang['stats_visitors_graph_title'] = 'Number of guests by day';341 $lang['comments_last_title'] = 'Last comments';342 $lang['comments_non_validated_title'] = 'Comments waiting for validation';343 344 $lang['step1_err_copy'] = 'Copy the text between hyphens and paste it into the file "include/mysql.inc.php"(Warning : mysql.inc.php must only contain what is in blue, no line return or space character)';345 $lang['permuser_only_private'] = 'Only private categories are shown';346 $lang['waiting_update'] = 'Validated pictures will be displayed only once pictures database updated';347 $lang['cat_unknown_id'] = 'This category is unknown in the database';348 $lang['install_warning'] = 'The file "install.php" is still present. Please remove it from your server. It is not secure to keep it.';349 320 ?>
Note: See TracChangeset
for help on using the changeset viewer.