Changeset 602 for trunk/language


Ignore:
Timestamp:
Nov 13, 2004, 2:43:53 PM (20 years ago)
Author:
plg
Message:
  • admin/cat_options page added : manage options for the whole categories tree (uploadable, commentable). status and visible will be soon added
  • admin.php : $conf_link var to avoid lines longer than 79 characters
  • config.upload_available configuration parameter disappear : it's simpler to manage with cat_options
  • config.show_comments idem : new column categories.commentable, each categories can be commentable or not
  • categories.site_id becomes a nullable column : a virtual category does belong to no site
  • function display_select_categories has a new argument : $CSS_classes array to optionnaly assign a CSS class to each category in the select field
  • added informations in include/config.inc.php for setting default value of :
  • categories.visible
  • categories.status
  • categories.uploadable
  • categories.commentable
  • 2 new indexes images_i3(average_rate) and images_i4(hit) : optimizes best rated and most visited categories
Location:
trunk/language
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK.iso-8859-1/admin.lang.php

    r593 r602  
    109109$lang['title_default'] = 'PhpWebGallery administration';
    110110$lang['title_waiting'] = 'Pictures waiting for validation';
     111$lang['title_cat_options'] = 'Categories options';
    111112
    112113//Error messages
     
    134135// Configuration -> comments
    135136$lang['conf_comments_title'] = 'Users comments';
    136 $lang['conf_show_comments'] = 'Show users comments';
    137 $lang['conf_show_comments_info'] = 'Display the users comments under each picture ?';
    138137$lang['conf_comments_forall'] = 'Comments for all ?';
    139138$lang['conf_comments_forall_info'] = 'Even guest not registered can post comments';
     
    156155// Configuration -> upload
    157156$lang['conf_upload_title'] = 'Users upload';
    158 $lang['conf_authorize_upload'] = 'Authorize upload of pictures';
    159 $lang['conf_authorize_upload_info'] = '';
    160157$lang['conf_upload_maxfilesize'] = 'Maximum filesize';
    161158$lang['conf_upload_maxfilesize_info'] = 'Maximum filesize for the uploaded pictures. Must be a number between 10 and 1000 KB.';
     
    326323$lang['cat_list_virtual_category_added'] = 'virtual category added';
    327324$lang['cat_list_virtual_category_deleted'] = 'virtual category deleted';
     325
     326$lang['cat_options_menu'] = 'Options';
     327$lang['cat_options_menu_upload'] = 'upload';
     328$lang['cat_options_menu_visible'] = 'lock';
     329$lang['cat_options_menu_comments'] = 'comments';
     330$lang['cat_options_menu_status'] = 'access';
     331$lang['cat_options_upload_true'] = 'authorize upload';
     332$lang['cat_options_upload_false'] = 'forbid upload';
     333$lang['cat_options_upload_info'] = '(multi)select categories to make them uploadable or not. Upload is not applicable to virtual categories and to categories from a remote site.';
     334$lang['cat_options_comments_true'] = 'authorize comments';
     335$lang['cat_options_comments_false'] = 'forbid comments';
     336$lang['cat_options_comments_info'] = '(multi)select categories to make them commentable or not. By inheritance, an element is commentable if it belongs at least to one commentable category.';
    328337?>
  • trunk/language/fr_FR.iso-8859-1/admin.lang.php

    r593 r602  
    136136// Configuration -> comments
    137137$lang['conf_comments_title'] = 'Configuration des commentaires';
    138 $lang['conf_show_comments'] = 'Commentaires utilisateurs';
    139 $lang['conf_show_comments_info'] = 'Afficher les commentaires utilisateurs sous chaque images ?';
    140138$lang['conf_comments_forall'] = 'Autoriser pour tous ?';
    141139$lang['conf_comments_forall_info'] = 'Même les invités non enregistrés peuvent déposer les messages';
     
    160158// Configuration -> upload
    161159$lang['conf_upload_title'] = 'Configuration de l\'envoi d\'images par les utilisateurs';
    162 $lang['conf_authorize_upload'] = 'Autoriser l\'ajout d\'images';
    163 $lang['conf_authorize_upload_info'] = 'Autoriser l\'ajout d\'image par les utilisateurs dans les catégories du site (pas sur un site distant). Ceci est un paramètre général, il est nécessaire pour autoriser l\'upload catégorie par catégorie.';
    164160$lang['conf_upload_maxfilesize'] = 'Poids maximum';
    165161$lang['conf_upload_maxfilesize_info'] = 'Poids maximum autorisé pour les images uploadées. Celui-ci doit être un entier compris entre 10 et 1000, en Ko.';
Note: See TracChangeset for help on using the changeset viewer.