Changeset 185


Ignore:
Timestamp:
Oct 8, 2003, 10:22:22 PM (21 years ago)
Author:
z0rglub
Message:

cleaning presentation, no other comment than "new in release 1.3"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/english.php

    r177 r185  
    11<?php
     2/***************************************************************************
     3 *                                english.php                              *
     4 *                            -------------------                          *
     5 *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
     6 *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
     7 *                                                                         *
     8 *   $Id$
     9 *                                                                         *
     10 ***************************************************************************/
     11
     12/***************************************************************************
     13 *                                                                         *
     14 *   This program is free software; you can redistribute it and/or modify  *
     15 *   it under the terms of the GNU General Public License as published by  *
     16 *   the Free Software Foundation;                                         *
     17 *                                                                         *
     18 ***************************************************************************/
     19
    220$lang['only_members'] = 'Only members can access this page';
    321$lang['invalid_pwd'] = 'Invalid password!';
     
    1129$lang['thumbnail'] = 'thumbnail';
    1230$lang['date'] = 'date';
    13 
    14 // diapo page
    1531$lang['diapo_default_page_title'] = 'No category selected';
    1632$lang['thumbnails'] = 'Thumbnails';
     
    4662$lang['total'] = 'images';
    4763$lang['upload_picture'] = 'Upload a picture';
    48 
    49 // both diapo and photo pages
    5064$lang['registration_date'] = 'registered on';
    5165$lang['creation_date'] = 'created on';
     
    5872$lang['favorites'] = 'Favorites';
    5973$lang['search_result'] = 'Search results';
    60 
    61 // about page
    6274$lang['about_page_title'] = 'About PhpWebGallery';
    6375$lang['about_title'] = 'About...';
     
    6981</ul>';
    7082$lang['about_return'] = 'Back';
    71 
    72 // identification page
    7383$lang['ident_page_title'] = 'Identification';
    7484$lang['ident_title'] = 'Identification';
     
    7686$lang['ident_forgotten_password'] = 'Forget your password ?';
    7787$lang['ident_guest_visit'] = 'Go through the gallery as a visitor';
    78 
    79 // profile page
    8088$lang['customize_page_title'] = 'Customization';
    8189$lang['customize_title'] = 'Customization';
     
    8795$lang['err_maxwidth'] = 'maximum width must be a number superior to 50';
    8896$lang['err_maxheight'] = 'maximum height must be a number superior to 50';
    89 
    90 // photo page
    9197$lang['previous_image'] = 'Previous';
    9298$lang['next_image'] = 'Next';
     
    121127$lang['del_favorites_alt'] = 'Delete from favorites';
    122128$lang['del_favorites_hint'] = 'Delete this picture from your favorites';
    123        
    124 // page register
    125129$lang['register_page_title'] = 'Registration';
    126130$lang['register_title'] = 'Registration';
     
    133137$lang['reg_confirm'] = 'confirm';
    134138$lang['reg_err_mail_address'] = 'mail address must be like xxx@yyy.eee (example : jack@altern.org)';
    135        
    136 // page search
    137139$lang['search_title'] = 'Search';
    138140$lang['invalid_search'] = 'search must be done on 3 caracters or more';
    139141$lang['search_field_search'] = 'Search';
    140142$lang['search_return_main_page'] = 'Return to thumbnails page';
    141        
    142 // page upload
    143143$lang['upload_forbidden'] = 'You can\'t upload pictures in this category';
    144144$lang['upload_file_exists'] = 'A picture\'s name already used';
     
    155155$lang['upload_username'] = 'Username';
    156156$lang['upload_successful'] = 'Picture uploaded with success, an administrator will validate it as soon as possible';
    157 
    158157// new in release 1.3
    159158$lang['charset'] = 'ISO_8859-1';
     
    226225$lang['hint_comments'] = 'See last users comments';
    227226$lang['menu_login'] = 'login';
    228 
    229227//-------------------------------------------------------------- administration
    230228if ( $isadmin )
    231229{
    232   // page admin
    233230  $lang['title_liste_users'] = 'Users list';
    234231  $lang['title_history'] = 'History';
     
    242239  $lang['title_thumbnails_2'] = 'for';
    243240  $lang['title_default'] = 'PhpWebGallery administration';
    244 
    245241  $lang['menu_title'] = 'Administration';
    246242  $lang['menu_config'] = 'Configuration';
     
    254250  $lang['menu_instructions'] = 'Instructions';
    255251  $lang['menu_back'] = 'Back to galleries';
    256                
    257252  $lang['title_waiting'] = 'Pictures waiting for validation';
    258253  $lang['menu_waiting'] = 'Waiting';
    259 
    260254  $lang['default_message'] = 'PhpWebGallery administration panel';
    261 
    262   // page de configuration 
    263255  $lang['conf_err_prefixe'] = 'thumbnail\'s prefix mustn\'t contain any accentued character';
    264256  $lang['conf_err_mail'] = 'e-mail address refused, it must be like name@server.com';
     
    267259  $lang['conf_err_max_user_listbox'] = 'the max user listbox number must be an integer value between 0 and 255';
    268260  $lang['conf_confirmation'] = 'Information data registered in database';
    269                
    270261  $lang['conf_general_title'] = 'Main configuration';
    271262  $lang['conf_general_webmaster'] = 'webmaster login';
     
    293284  $lang['conf_upload_available_info'] = 'Authorizing the upload of pictures by users on the categories of the website (not on a remote server).';
    294285  $lang['conf_upload_maxfilesize'] = 'maximum filesize';
    295   $lang['conf_upload_maxfilesize_info'] = 'Maximum filesize for the uploaded pictures. Must be a number between 10 and 1000 Ko.';
    296   $lang['conf_err_upload_maxfilesize'] = 'Maximum filesize for the uploaded pictures must be a number between 10 and 1000 Ko.';
     286  $lang['conf_upload_maxfilesize_info'] = 'Maximum filesize for the uploaded pictures. Must be a number between 10 and 1000 KB.';
     287  $lang['conf_err_upload_maxfilesize'] = 'Maximum filesize for the uploaded pictures must be a number between 10 and 1000 KB.';
    297288  $lang['conf_upload_maxwidth'] = 'maximum width';
    298289  $lang['conf_upload_maxwidth_info'] = 'Maximum width authorized for the uploaded images. Must be a number superior to 10 pixels';
     
    307298  $lang['conf_upload_maxheight_thumbnail_info'] = 'Maximum height authorized for the uploaded thumbnails. Must be a number superior to 10 pixels';
    308299  $lang['conf_err_upload_maxheight_thumbnail'] = 'Maximum height authorized for the uploaded thumbnails must be a number superior to 10 pixels.';
    309                
    310300  $lang['conf_default_title'] = 'Default display properties for unregistered visitors and new accounts';
    311301  $lang['conf_default_language_info'] = 'default language';
    312302  $lang['conf_default_theme_info'] = 'default theme';
    313                
    314303  $lang['conf_session_title'] = 'Sessions configuration';
    315304  $lang['conf_session_size'] = 'identifier size';
     
    321310  $lang['conf_session_delete'] = 'delete out-of-date sessions';
    322311  $lang['conf_session_delete_info'] = 'it is recommanded to empty the database table of session, because out-of-date sessions remains in the database (but it doesn\'t make any security trouble)';
    323                
    324   // page user, clés générales
    325312  $lang['user_err_modify'] = 'This user can\'t be modified or deleted';
    326313  $lang['user_err_unknown'] = 'This user doesn\'t exist in the database';
    327                
    328   // page d\'ajout/modification d\'utilisateur
    329314  $lang['adduser_info_message'] = 'Informations registered in the database for user ';
    330315  $lang['adduser_info_password_updated'] = '(password updated)';
    331316  $lang['adduser_info_back'] = 'back to the users list';
    332                
    333317  $lang['adduser_fill_form'] = 'Please fill the following form';
    334318  $lang['adduser_unmodify'] = 'unmodifiable';
     
    336320  $lang['adduser_status_admin'] = 'admin';
    337321  $lang['adduser_status_guest'] = 'guest';
    338                
    339   // page permissions
    340322  $lang['permuser_info_message'] = 'Permissions registered';
    341323  $lang['permuser_title'] = 'Restrictions for user';
     
    344326  $lang['permuser_forbidden'] = 'forbidden';
    345327  $lang['permuser_parent_forbidden'] = 'parent category forbidden';
    346 
    347   // page list users
    348328  $lang['listuser_confirm'] = 'Do you really want to delete this user';
    349329  $lang['listuser_info_deletion'] = 'was removed from database';
     
    358338  $lang['listuser_button_invert'] = 'invert';
    359339  $lang['listuser_button_create_address'] = 'create mail address';
    360                
    361   // page categories
    362340  $lang['cat_invisible'] = 'invisible';
    363341  $lang['cat_edit'] = 'Edit';
     
    366344  $lang['cat_image_info'] = 'Images info';
    367345  $lang['cat_total'] = 'total';
    368                
    369   // page édition d\'une catégorie
    370346  $lang['editcat_confirm'] = 'Information registered in the database';
    371347  $lang['editcat_back'] = 'categories';
     
    374350  $lang['editcat_comment'] = 'Comment';
    375351  $lang['editcat_status'] = 'Status';
    376                
    377   // page info images
    378352  $lang['infoimage_general'] = 'General options for the category';
    379353  $lang['infoimage_useforall'] = 'use for all pictures ?';
     
    382356  $lang['infoimage_title'] = 'title';
    383357  $lang['infoimage_comment'] = 'comment';
    384                
    385   // page database update
    386358  $lang['update_missing_tn'] = 'the thumbnail is missing for';
    387359  $lang['update_disappeared_tn'] = 'the thumbnail disapeared';
     
    396368  $lang['update_only_cat'] = 'update categories, not pictures';
    397369  $lang['update_all'] = 'update all';
    398                
    399   // page de génération miniatures
    400370  $lang['tn_width'] = 'width';
    401371  $lang['tn_height'] = 'height';
    402                
    403372  $lang['tn_no_support'] = 'Picture unreachable or no support';
    404373  $lang['tn_format'] = 'for the file format';
     
    406375  $lang['tn_err_width'] = 'width must be a number superior to';
    407376  $lang['tn_err_height'] = 'height must be a number superior to';
    408                
    409377  $lang['tn_results_title'] = 'Results of miniaturization';
    410378  $lang['tn_picture'] = 'picture';
    411379  $lang['tn_results_gen_time'] = 'generated in';
    412                
    413380  $lang['tn_stats'] = 'General statistics';
    414381  $lang['tn_stats_nb'] = 'number of miniaturized pictures';
     
    417384  $lang['tn_stats_min'] = 'min time';
    418385  $lang['tn_stats_mean'] = 'average time';
    419                
    420386  $lang['tn_err'] = 'You made mistakes';
    421                
    422387  $lang['tn_params_title'] = 'Miniaturization parameters';
    423388  $lang['tn_params_GD'] = 'GD version';
     
    429394  $lang['tn_params_format'] = 'file format';
    430395  $lang['tn_params_format_info'] = 'only jpeg file format is supported for thumbnail creation';
    431                
    432396  $lang['tn_alone_title'] = 'pictures without thumbnail (jpeg and png only)';
    433                
    434397  $lang['tn_dirs_title'] = 'Directories list';
    435398  $lang['tn_dirs_alone'] = 'pictures without thumbnail';
    436                
    437   // help page
    438399  $lang['help_images_title'] = 'Adding pictures';
    439400  $lang['help_images_intro'] = 'How to place pictures in your directories';
     
    443404  $lang['help_images'][3] = 'picture files must have jpeg format (extension jpg or JPG), gif format (extension gif or GIF) or png format (extension png or PNG).';
    444405  $lang['help_images'][4] = 'try not to use blank space " " or hyphen "-" in picture files, I advise you to use underscore "_" character which is managed by PhpWebGallery and will provide better results';
    445                
    446406  $lang['help_thumbnails_title'] = 'Thumbnails';
    447407  $lang['help_thumbnails'][0] = 'in each directory containing picture to display on your site, there is a sub-directory nammed "thumbnail", if it doesn\'t exist, create it to place your thumbnails into it.';
     
    451411  $lang['help_thumbnails'][4] = 'you can use the thumbnail creation page integrated in PhpWebGallery, but I don\'t advice you so, because thumbnail quality may be poor and it uses a high CPU load which can be a problem if you use free web hosting.';
    452412  $lang['help_thumbnails'][5] = 'if you choose to use your hosting provider to create thumbnails, you must give 775 rights on "galleries" folder and all its sub-folders.';
    453                
    454413  $lang['help_database_title'] = 'Updating database';
    455414  $lang['help_database'][0] = 'once pictures files and thumbnails correctly placed in the directories, clic on "database update" in the menu of the administration panel.';
    456                
    457415  $lang['help_infos_title'] = 'Miscellanous informations';
    458416  $lang['help_infos'][1] = 'As soon as you created your gallery, go in the user list and modify permissions for user "visiteur". Indeed, every new registered users will have by default the same permissions as "visiteur" user.';
    459                
    460417  $lang['help_remote_title'] = 'Remote site';
    461418  $lang['help_remote'][0] = 'PhpWebGallery offers the possibility to use several servers to store the images which will compose your gallery. It can be useful if your gallery is installed on one limited space and that you have a big quantity of images to be shown. Please , follow this procedure : ';
     
    465422  $lang['help_remote'][4] = '4. get back file listing.xml from your distant website to place it in directory "admin" of this website.';
    466423  $lang['help_remote'][5] = '5. please , launch an update of the data of images by the interface of administration, once the listing.xml used file, kill it from the directory "admin".';
    467   $lang['help_remote'][6] = 'You can update the contents of a distant website by redoing the described manipulation. You can also kill a distant website by choosing the option in the configuration section of the administration panel.'.
    468                
    469     $lang['help_upload_title'] = 'Added images by users';
     424  $lang['help_remote'][6] = 'You can update the contents of a distant website by redoing the described manipulation. You can also kill a distant website by choosing the option in the configuration section of the administration panel.';
     425  $lang['help_upload_title'] = 'Added images by users';
    470426  $lang['help_upload'][0] = 'PhpWebGallery offers the possibility for users to upload images. in order to do it :';
    471427  $lang['help_upload'][1] = '1. authorize the option in the configuration zone of the administration panel';
    472428  $lang['help_upload'][2] = '2. authorize the rights in writing in the images directories';
    473        
    474   // installation
    475429  $lang['install_message'] = 'Message';
    476                
    477430  $lang['step1_confirmation'] = 'Parameters are correct';
    478431  $lang['step1_err_db'] = 'Connection to server succeed, but it was impossible to connect to database';
     
    491444  $lang['step1_prefix'] = 'Database table prefix';
    492445  $lang['step1_prefix_info'] = 'database tables names will be prefixed with it (enables you to manage better your tables)';
    493 
    494446  $lang['step2_err_login1'] = 'enter a login for webmaster';
    495447  $lang['step2_err_login3'] = 'webmaster login can\'t contain characters \' or "';
    496448  $lang['step2_err_pass'] = 'please enter your password again';
    497449  $lang['step2_err_mail'] = $lang['conf_err_mail'];
    498                
    499450  $lang['install_end_title'] = 'Installation finished';
    500451  $lang['install_end_message'] = 'The configuration of PhpWebGallery is finished, here is the next step<br /><br />
     
    510461  $lang['step2_pwd_conf'] = 'confirm password';
    511462  $lang['step2_pwd_conf_info'] = 'verification';
    512 
    513463  // new in release 1.3
    514464  $lang['remote_site'] = 'Remote site';
Note: See TracChangeset for help on using the changeset viewer.