Changeset 646


Ignore:
Timestamp:
Dec 16, 2004, 3:49:47 PM (19 years ago)
Author:
gweltas
Message:
  • French translation for many new entries
  • minor template update for cat_modify
Location:
trunk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin.php

    r642 r646  
    202202  'L_CAT_COMMENTS'=>$lang['comments'],
    203203  'L_CAT_VISIBLE'=>$lang['lock'],
    204   'L_CAT_STATUS'=>$lang['admin_menu_cat_status'],
     204  'L_CAT_STATUS'=>$lang['cat_security'],
    205205
    206206  'U_CONFIG_GENERAL'=>add_session_id($conf_link.'general' ),
  • trunk/admin/cat_modify.php

    r642 r646  
    147147  'L_REMOTE_SITE'=>$lang['remote_site'],
    148148  'L_EDIT_COMMENT'=>$lang['comment'],
     149  'L_EDIT_CAT_OPTIONS'=>$lang['cat_options'],
    149150  'L_EDIT_STATUS'=>$lang['conf_access'],
    150151  'L_EDIT_STATUS_INFO'=>$lang['cat_access_info'],
     
    152153  'L_STATUS_PRIVATE'=>$lang['private'],
    153154  'L_EDIT_LOCK'=>$lang['lock'],
    154   'L_EDIT_LOCK_INFO'=>$lang['editcat_visible_info'],
     155  'L_EDIT_LOCK_INFO'=>$lang['editcat_lock_info'],
    155156  'L_EDIT_UPLOADABLE'=>$lang['editcat_uploadable'],
    156157  'L_EDIT_UPLOADABLE_INFO'=>$lang['editcat_uploadable_info'],
    157   'L_EDIT_COMMENTABLE'=>$lang['editcat_commentable'],
     158  'L_EDIT_COMMENTABLE'=>$lang['comments'],
    158159  'L_EDIT_COMMENTABLE_INFO'=>$lang['editcat_commentable_info'],
    159160  'L_YES'=>$lang['yes'],
    160161  'L_NO'=>$lang['no'],
    161162  'L_SUBMIT'=>$lang['submit'],
    162   'L_SET_RANDOM_REPRESENTANT'=>$lang['set_random_representant'],
     163  'L_SET_RANDOM_REPRESENTANT'=>$lang['cat_representant'],
    163164   
    164165  'F_ACTION'=>add_session_id($form_action)
  • trunk/admin/picture_modify.php

    r642 r646  
    203203  'L_SUBMIT'=>$lang['submit'],
    204204  'L_RESET'=>$lang['reset'],
    205   'L_CAT_ASSOCIATED'=>$lang['cat_associated'],
    206   'L_CAT_DISSOCIATED'=>$lang['cat_dissociated'],
     205  'L_CAT_ASSOCIATED'=>$lang['infoimage_associated'],
     206  'L_CAT_DISSOCIATED'=>$lang['infoimage_dissociated'],
    207207  'L_PATH'=>$lang['path'],
    208208  'L_STORAGE_CATEGORY'=>$lang['storage_category'],
  • trunk/language/en_UK.iso-8859-1/admin.lang.php

    r642 r646  
    8787
    8888// Categories
     89$lang['cat_security'] = 'Public / Private';
    8990$lang['cat_add'] = 'Add a virtual category';
    9091$lang['cat_virtual'] = 'Virtual category';
     
    9596$lang['editcat_confirm'] = 'Category informations updated successfully.';
    9697$lang['editcat_perm'] = 'To set permissions for this category, click';
     98$lang['editcat_lock_info'] = 'The category and its sub-categories will temporary been disabled for maintenance.'
    9799$lang['editcat_uploadable'] = 'Authorize upload';
    98100$lang['editcat_uploadable_info'] = 'Authorize users to upload files';
    99 $lang['editcat_commentable'] = 'Users comments';
    100101$lang['editcat_commentable_info'] = 'Authorize users to comment elements of this category';
    101102$lang['cat_access_info'] = 'Permission management. If you make a category private, all its child categories becomes private. If you make a category public, all its parent categories becomes public';
    102 $lang['editcat_visible_info'] = 'Lock temporary for maintenance. If you lock a category, all its child categories become locked. If you unlock a category, all its parent categories become unlocked.';
    103103$lang['cat_virtual_added'] = 'Virtual category added';
    104104$lang['cat_virtual_deleted'] = 'Virtual category deleted';
     
    115115<br />If you make a category private, all its child categories becomes private.
    116116<br />If you make a category public, all its parent categories becomes public';
     117$lang['cat_representant'] = 'Random representant';
    117118
    118119// Titles
     
    135136
    136137//Error messages
    137 $lang['cat_error_name'] = 'The name of a category mustn\'t be empty';
     138$lang['cat_error_name'] = 'The name of a category should not be empty';
    138139
    139140//Configuration
     
    223224$lang['infoimage_removefromall'] = 'remove from all';
    224225$lang['infoimage_associate'] = 'Associate to the category';
     226$lang['infoimage_associated'] = 'virtually associated to';
     227$lang['infoimage_dissociated'] = 'dissociated from';
     228$lang['storage_category'] = 'storage category';
     229$lang['represents'] = 'represents';
     230$lang['doesnt_represent'] = 'doesn\'t represent';
    225231
    226232// Thumbnails
     
    342348$lang['install_warning'] = 'The file "install.php" is still present. Please remove it from your server. It is not secure to keep it.';
    343349
    344 $lang['cat_list_update_metadata'] = 'Synchronize<br />metadata';
    345 $lang['cat_list_update_metadata_confirmation'] = 'files metadata updated';
    346 $lang['cat_list_virtual_category_added'] = 'virtual category added';
    347 $lang['cat_list_virtual_category_deleted'] = 'virtual category deleted';
    348 $lang['set_random_representant'] = 'set new random representant';
    349 $lang['cat_associated'] = 'virtually associated to';
    350 $lang['cat_dissociated'] = 'dissociated from';
    351 $lang['storage_category'] = 'storage category';
    352 $lang['represents'] = 'represents';
    353 $lang['doesnt_represent'] = 'doesn\'t represent';
    354 $lang['admin_menu_cat_status'] = 'Public / Private';
     350
     351
     352
    355353?>
  • trunk/language/en_UK.iso-8859-1/common.lang.php

    r643 r646  
    3434
    3535// Main words
     36$lang['no_category'] = 'Home';
    3637$lang['category'] = 'Category';
    3738$lang['categories'] = 'Categories';
     
    8485$lang['admin'] = 'Administration';
    8586$lang['hint_admin'] = 'available for administrators only';
     87$lang['page_number'] = 'page number';
     88$lang['previous_page'] = 'Previous';
     89$lang['next_page'] = 'Next';
     90$lang['first_page'] = 'First';
     91$lang['last_page'] = 'Last';
    8692
    8793// Identification
     
    201207$lang['hint_search'] = 'search';
    202208
    203 $lang['no_category'] = 'Home';
    204 $lang['page_number'] = 'page number';
    205 $lang['previous_page'] = 'Previous';
    206 $lang['next_page'] = 'Next';
    207 $lang['first_page'] = 'First';
    208 $lang['last_page'] = 'Last';
     209
    209210$lang['recent_image'] = 'Image within the';
    210211$lang['days'] = 'days';
  • trunk/language/fr_FR.iso-8859-1/admin.lang.php

    r631 r646  
    4444$lang['free'] = 'Libre';
    4545$lang['restricted'] = 'Restreint';
     46$lang['public'] = 'Publique';
     47$lang['private'] = 'Privée';
    4648$lang['metadata']='Métadonnées';
    4749$lang['visitors'] = 'Visiteurs';
    4850$lang['storage'] = 'Répertoire';
     51$lang['locked'] = 'Verrouillée';
     52$lang['unlocked'] = 'Déverrouillée';
    4953$lang['lock'] = 'Verrouiller';
    5054$lang['unlock'] = 'Déverrouiller';
    5155$lang['up'] = 'Monter';
    5256$lang['down'] = 'Descendre';
     57$lang['path'] = 'Chemin d\'accès';
    5358
    5459// Specific words
     
    8388
    8489// Category words
     90$lang['cat_security'] = 'Sécurité';
     91$lang['cat_options'] = 'Options de la catégorie';
    8592$lang['cat_add'] = 'Ajouter une catégorie virtuelle';
    8693$lang['cat_virtual'] = 'Catégorie virtuelle';
     
    9198$lang['editcat_confirm'] = 'Les informations associées à cette catégorie ont été mises à jour.';
    9299$lang['editcat_perm'] = 'Pour accéder aux permissions associées, cliquez';
     100$lang['editcat_lock_info'] = 'Verrouiller temporairement une catégorie (maintenance). Elle devient alors invisible pour les utilisateurs.';
     101$lang['editcat_uploadable'] = 'Autoriser l\'ajout d\'images';
     102$lang['editcat_uploadable_info'] = 'Les utilisateurs pourront ajouter des images.';
     103$lang['editcat_commentable_info'] = 'Autoriser les utilisateurs à poster des commentaires.';
    93104$lang['cat_access_info'] = 'Permet de gérer l\'accès à cette catégorie.';
    94105$lang['cat_virtual_added'] = 'Catégorie virtuelle créée';
     
    97108$lang['cat_upload_info'] = 'Seules les catégories non virtuelles et non distantes sont repertoriées.';
    98109$lang['cat_lock_title'] = 'Verrouiller les catégories';
    99 $lang['cat_lock_info'] = 'Cela rendra la catégorie temporairement invisible pour les utilisateurs (maintenance)';
     110$lang['cat_lock_info'] = 'Verrouiller temporairement une catégorie (maintenance). Elle devient alors invisible pour les utilisateurs.
     111<br />Toutes les sous-catégories seront aussi verrouillées ou toutes les catégories mères seront déverouillées selon votre action.';
    100112$lang['cat_comments_title'] = 'Autoriser les utilisateurs à poster des commentaires';
    101113$lang['cat_comments_info'] = 'Par héritage, il est possible de poster des commentaires dans une sous-catégorie si cela est autorisé pour au moins une catégorie mère.';
     
    104116<br />Si une catégorie est déclarée privée, alors toutes ses sous catégories deviennent privées.
    105117<br />Si une catégorie est déclarée publique, alors toutes les catégories mères deviennent publiques.';
     118$lang['cat_representant'] = 'Représentant au hasard';
    106119
    107120//Titles
     
    214227$lang['infoimage_removefromall'] = 'retirer à tous';
    215228$lang['infoimage_associate'] = 'Associer à la catégorie';
     229$lang['infoimage_associated'] = 'Associé';
     230$lang['infoimage_dissociated'] = 'Non associé';
     231$lang['storage_category'] = 'Repertoire de stockage';
     232$lang['represents'] = 'Représente';
     233$lang['doesnt_represent'] = 'doesn\'t represent';
    216234
    217235// Thumbnails
  • trunk/language/fr_FR.iso-8859-1/common.lang.php

    r630 r646  
    3434
    3535// Main words
     36$lang['no_category'] = 'Accueil';
    3637$lang['category'] = 'Catégorie';
    3738$lang['categories'] = 'Catégories';
     
    5455$lang['default'] = 'Défaut';
    5556$lang['webmaster'] = 'Webmaster';
     57$lang['language'] = 'Langue';
    5658
    5759// Properties
     
    9395$lang['admin'] = 'Administration';
    9496$lang['hint_admin'] = 'Partie accessible uniquement aux administrateurs';
     97$lang['page_number'] = 'numéro de page';
     98$lang['previous_page'] = 'Précédente';
     99$lang['next_page'] = 'Suivante';
     100$lang['first_page'] = '<<';
     101$lang['last_page'] = '>>';
    95102
    96103//Calendar
     
    133140$lang['nb_image_per_row'] = 'Nombre d\'images par ligne';
    134141$lang['nb_row_per_page'] = 'Nombre de lignes par page';
    135 $lang['language'] = 'Langue';
    136142$lang['maxwidth'] = 'Largeur maximum des images';
    137143$lang['maxheight'] = 'Hauteur maximum des images';
     
    205211
    206212
    207 $lang['no_category'] = 'Accueil';
    208 $lang['page_number'] = 'numéro de page';
    209 $lang['previous_page'] = 'Précédente';
    210 $lang['next_page'] = 'Suivante';
     213
    211214$lang['nb_image_category'] = 'nombre d\'images dans la catégorie';
    212215$lang['recent_image'] = 'Image datant de moins de';
  • trunk/template/default/admin/cat_modify.tpl

    r635 r646  
    4242      </td>
    4343    </tr>
     44        <tr class="admin">
     45          <th colspan="2">{L_EDIT_CAT_OPTIONS}</th>
     46        </tr>
    4447    <tr>
    4548      <td><strong>{L_EDIT_STATUS}&nbsp;:</strong><br /><span class="small">{L_EDIT_STATUS_INFO}</span></td>
     
    7275    </tr>
    7376    <!-- END upload -->
    74     <!-- BEGIN parent -->
    75     <tr>
    76       <td>{#cat_parent}</td>
    77       <td class="row1">
    78         <!-- BEGIN associate_LOV -->
    79         <select name="associate">
    80           <!-- BEGIN associate_cat -->
    81           <option value="{#value}">{#content}</option>
    82           <!-- END associate_cat -->
    83         </select>
    84         <!-- END associate_LOV -->
    85         <!-- BEGIN associate_text -->
    86         <input type="text" name="associate" value="{#value}" />
    87         <!-- END associate_text -->
    88       </td>
    89     </tr>
    90     <!-- END parent -->
    9177    <tr>
    9278      <td colspan="2">&nbsp;</td>
Note: See TracChangeset for help on using the changeset viewer.