aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2003-10-08 20:22:22 +0000
committerz0rglub <z0rglub@piwigo.org>2003-10-08 20:22:22 +0000
commit164b883d666c06600a83fbdef52b531123d7f099 (patch)
treedd9f2488894e59cc9da97317c66bad345faac395 /language
parent36d7eac6d4ccfa6296544c9556d253bc498737fc (diff)
cleaning presentation, no other comment than "new in release 1.3"
git-svn-id: http://piwigo.org/svn/trunk@185 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r--language/english.php96
1 files changed, 23 insertions, 73 deletions
diff --git a/language/english.php b/language/english.php
index 6e71aeeb7..c3b72ba39 100644
--- a/language/english.php
+++ b/language/english.php
@@ -1,4 +1,22 @@
<?php
+/***************************************************************************
+ * english.php *
+ * ------------------- *
+ * application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
+ * author : Pierrick LE GALL <pierrick@z0rglub.com> *
+ * *
+ * $Id$
+ * *
+ ***************************************************************************/
+
+/***************************************************************************
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; *
+ * *
+ ***************************************************************************/
+
$lang['only_members'] = 'Only members can access this page';
$lang['invalid_pwd'] = 'Invalid password!';
$lang['access_forbiden'] = 'You are not authorized to access this page';
@@ -10,8 +28,6 @@ $lang['delete'] = 'delete';
$lang['category'] = 'category';
$lang['thumbnail'] = 'thumbnail';
$lang['date'] = 'date';
-
-// diapo page
$lang['diapo_default_page_title'] = 'No category selected';
$lang['thumbnails'] = 'Thumbnails';
$lang['categories'] = 'Categories';
@@ -45,8 +61,6 @@ $lang['sub-cat'] = 'subcategories';
$lang['images_available'] = 'images in this category';
$lang['total'] = 'images';
$lang['upload_picture'] = 'Upload a picture';
-
-// both diapo and photo pages
$lang['registration_date'] = 'registered on';
$lang['creation_date'] = 'created on';
$lang['comment'] = 'comment';
@@ -57,8 +71,6 @@ $lang['file'] = 'file';
$lang['generation_time'] = 'Page generated in';
$lang['favorites'] = 'Favorites';
$lang['search_result'] = 'Search results';
-
-// about page
$lang['about_page_title'] = 'About PhpWebGallery';
$lang['about_title'] = 'About...';
$lang['about_message'] = '<div style="text-align:center;font-weigh:bold;">Information about PhpWebGallery</div>
@@ -68,15 +80,11 @@ $lang['about_message'] = '<div style="text-align:center;font-weigh:bold;">Inform
<li>If you have any suggestions or comments, please visit <a href="'.$conf['site_url'].'" style="text-decoration:underline">PhpWebGallery</a> official site, and its dedicated <a href="'.$conf['forum_url'].'" style="text-decoration:underline">forum</a>.</li>
</ul>';
$lang['about_return'] = 'Back';
-
-// identification page
$lang['ident_page_title'] = 'Identification';
$lang['ident_title'] = 'Identification';
$lang['ident_register'] = 'Register';
$lang['ident_forgotten_password'] = 'Forget your password ?';
$lang['ident_guest_visit'] = 'Go through the gallery as a visitor';
-
-// profile page
$lang['customize_page_title'] = 'Customization';
$lang['customize_title'] = 'Customization';
$lang['customize_nb_image_per_row'] = 'number of images per row';
@@ -86,8 +94,6 @@ $lang['maxwidth'] = 'maximum width of the pictures';
$lang['maxheight'] = 'maximum height of the pictures';
$lang['err_maxwidth'] = 'maximum width must be a number superior to 50';
$lang['err_maxheight'] = 'maximum height must be a number superior to 50';
-
-// photo page
$lang['previous_image'] = 'Previous';
$lang['next_image'] = 'Next';
$lang['back'] = 'Click on the image to go back to the thumbnails page';
@@ -120,8 +126,6 @@ $lang['add_favorites_alt'] = 'Add to favorites';
$lang['add_favorites_hint'] = 'Add this picture to your favorites';
$lang['del_favorites_alt'] = 'Delete from favorites';
$lang['del_favorites_hint'] = 'Delete this picture from your favorites';
-
-// page register
$lang['register_page_title'] = 'Registration';
$lang['register_title'] = 'Registration';
$lang['reg_err_login1'] = 'Please, enter a login';
@@ -132,14 +136,10 @@ $lang['reg_err_login5'] = 'this login is already used';
$lang['reg_err_pass'] = 'please enter your password again';
$lang['reg_confirm'] = 'confirm';
$lang['reg_err_mail_address'] = 'mail address must be like xxx@yyy.eee (example : jack@altern.org)';
-
-// page search
$lang['search_title'] = 'Search';
$lang['invalid_search'] = 'search must be done on 3 caracters or more';
$lang['search_field_search'] = 'Search';
$lang['search_return_main_page'] = 'Return to thumbnails page';
-
-// page upload
$lang['upload_forbidden'] = 'You can\'t upload pictures in this category';
$lang['upload_file_exists'] = 'A picture\'s name already used';
$lang['upload_filenotfound'] = 'You must choose a picture fileformat for the image';
@@ -154,7 +154,6 @@ $lang['upload_advise_filetype'] = 'the picture must be to the fileformat jpg, gi
$lang['upload_err_username'] = 'the username must be given';
$lang['upload_username'] = 'Username';
$lang['upload_successful'] = 'Picture uploaded with success, an administrator will validate it as soon as possible';
-
// new in release 1.3
$lang['charset'] = 'ISO_8859-1';
$lang['no'] = 'no';
@@ -225,11 +224,9 @@ $lang['title_comments'] = 'Users comments';
$lang['stats_last_days'] = 'last days';
$lang['hint_comments'] = 'See last users comments';
$lang['menu_login'] = 'login';
-
//-------------------------------------------------------------- administration
if ( $isadmin )
{
- // page admin
$lang['title_liste_users'] = 'Users list';
$lang['title_history'] = 'History';
$lang['title_update'] = 'Database update';
@@ -241,7 +238,6 @@ if ( $isadmin )
$lang['title_thumbnails'] = 'Thumbnail creation';
$lang['title_thumbnails_2'] = 'for';
$lang['title_default'] = 'PhpWebGallery administration';
-
$lang['menu_title'] = 'Administration';
$lang['menu_config'] = 'Configuration';
$lang['menu_users'] = 'Users';
@@ -253,20 +249,15 @@ if ( $isadmin )
$lang['menu_history'] = 'History';
$lang['menu_instructions'] = 'Instructions';
$lang['menu_back'] = 'Back to galleries';
-
$lang['title_waiting'] = 'Pictures waiting for validation';
$lang['menu_waiting'] = 'Waiting';
-
$lang['default_message'] = 'PhpWebGallery administration panel';
-
- // page de configuration
$lang['conf_err_prefixe'] = 'thumbnail\'s prefix mustn\'t contain any accentued character';
$lang['conf_err_mail'] = 'e-mail address refused, it must be like name@server.com';
$lang['conf_err_sid_size'] = 'the session identifier size must be an integer value between 4 and 50';
$lang['conf_err_sid_time'] = 'the session time must be an integer value between 5 and 60';
$lang['conf_err_max_user_listbox'] = 'the max user listbox number must be an integer value between 0 and 255';
$lang['conf_confirmation'] = 'Information data registered in database';
-
$lang['conf_general_title'] = 'Main configuration';
$lang['conf_general_webmaster'] = 'webmaster login';
$lang['conf_general_webmaster_info'] = 'It will be shown to the visitors. It is necessary for website administration';
@@ -292,8 +283,8 @@ if ( $isadmin )
$lang['conf_upload_available'] = 'authorized the upload of pictures';
$lang['conf_upload_available_info'] = 'Authorizing the upload of pictures by users on the categories of the website (not on a remote server).';
$lang['conf_upload_maxfilesize'] = 'maximum filesize';
- $lang['conf_upload_maxfilesize_info'] = 'Maximum filesize for the uploaded pictures. Must be a number between 10 and 1000 Ko.';
- $lang['conf_err_upload_maxfilesize'] = 'Maximum filesize for the uploaded pictures must be a number between 10 and 1000 Ko.';
+ $lang['conf_upload_maxfilesize_info'] = 'Maximum filesize for the uploaded pictures. Must be a number between 10 and 1000 KB.';
+ $lang['conf_err_upload_maxfilesize'] = 'Maximum filesize for the uploaded pictures must be a number between 10 and 1000 KB.';
$lang['conf_upload_maxwidth'] = 'maximum width';
$lang['conf_upload_maxwidth_info'] = 'Maximum width authorized for the uploaded images. Must be a number superior to 10 pixels';
$lang['conf_err_upload_maxwidth'] = 'maximum width authorized for the uploaded images must be a number superior to 10 pixels.';
@@ -306,11 +297,9 @@ if ( $isadmin )
$lang['conf_upload_maxheight_thumbnail'] = 'thumbnails maximum height';
$lang['conf_upload_maxheight_thumbnail_info'] = 'Maximum height authorized for the uploaded thumbnails. Must be a number superior to 10 pixels';
$lang['conf_err_upload_maxheight_thumbnail'] = 'Maximum height authorized for the uploaded thumbnails must be a number superior to 10 pixels.';
-
$lang['conf_default_title'] = 'Default display properties for unregistered visitors and new accounts';
$lang['conf_default_language_info'] = 'default language';
$lang['conf_default_theme_info'] = 'default theme';
-
$lang['conf_session_title'] = 'Sessions configuration';
$lang['conf_session_size'] = 'identifier size';
$lang['conf_session_size_info'] = '- the longer your identifier is, the more secure your site is<br />- enter a number between 4 and 50';
@@ -320,31 +309,22 @@ if ( $isadmin )
$lang['conf_session_key_info'] = '- the session keyword improve the encoding of the session identifier<br />- enter any sentence shorter than 255 caracters';
$lang['conf_session_delete'] = 'delete out-of-date sessions';
$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)';
-
- // page user, clés générales
$lang['user_err_modify'] = 'This user can\'t be modified or deleted';
$lang['user_err_unknown'] = 'This user doesn\'t exist in the database';
-
- // page d\'ajout/modification d\'utilisateur
$lang['adduser_info_message'] = 'Informations registered in the database for user ';
$lang['adduser_info_password_updated'] = '(password updated)';
$lang['adduser_info_back'] = 'back to the users list';
-
$lang['adduser_fill_form'] = 'Please fill the following form';
$lang['adduser_unmodify'] = 'unmodifiable';
$lang['adduser_status'] = 'status';
$lang['adduser_status_admin'] = 'admin';
$lang['adduser_status_guest'] = 'guest';
-
- // page permissions
$lang['permuser_info_message'] = 'Permissions registered';
$lang['permuser_title'] = 'Restrictions for user';
$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';
$lang['permuser_authorized'] = 'authorized';
$lang['permuser_forbidden'] = 'forbidden';
$lang['permuser_parent_forbidden'] = 'parent category forbidden';
-
- // page list users
$lang['listuser_confirm'] = 'Do you really want to delete this user';
$lang['listuser_info_deletion'] = 'was removed from database';
$lang['listuser_user_group'] = 'Users group';
@@ -357,32 +337,24 @@ if ( $isadmin )
$lang['listuser_button_all'] = 'all';
$lang['listuser_button_invert'] = 'invert';
$lang['listuser_button_create_address'] = 'create mail address';
-
- // page categories
$lang['cat_invisible'] = 'invisible';
$lang['cat_edit'] = 'Edit';
$lang['cat_up'] = 'Move up';
$lang['cat_down'] = 'Move down';
$lang['cat_image_info'] = 'Images info';
$lang['cat_total'] = 'total';
-
- // page édition d\'une catégorie
$lang['editcat_confirm'] = 'Information registered in the database';
$lang['editcat_back'] = 'categories';
$lang['editcat_title1'] = 'Options for the';
$lang['editcat_name'] = 'Name';
$lang['editcat_comment'] = 'Comment';
$lang['editcat_status'] = 'Status';
-
- // page info images
$lang['infoimage_general'] = 'General options for the category';
$lang['infoimage_useforall'] = 'use for all pictures ?';
$lang['infoimage_creation_date'] = 'creation date';
$lang['infoimage_detailed'] = 'Option for each picture';
$lang['infoimage_title'] = 'title';
$lang['infoimage_comment'] = 'comment';
-
- // page database update
$lang['update_missing_tn'] = 'the thumbnail is missing for';
$lang['update_disappeared_tn'] = 'the thumbnail disapeared';
$lang['update_disappeared'] = 'doesn\'t exist';
@@ -395,30 +367,23 @@ if ( $isadmin )
$lang['update_default_title'] = 'Choose an option';
$lang['update_only_cat'] = 'update categories, not pictures';
$lang['update_all'] = 'update all';
-
- // page de génération miniatures
$lang['tn_width'] = 'width';
$lang['tn_height'] = 'height';
-
$lang['tn_no_support'] = 'Picture unreachable or no support';
$lang['tn_format'] = 'for the file format';
$lang['tn_thisformat'] = 'for this file format';
$lang['tn_err_width'] = 'width must be a number superior to';
$lang['tn_err_height'] = 'height must be a number superior to';
-
$lang['tn_results_title'] = 'Results of miniaturization';
$lang['tn_picture'] = 'picture';
$lang['tn_results_gen_time'] = 'generated in';
-
$lang['tn_stats'] = 'General statistics';
$lang['tn_stats_nb'] = 'number of miniaturized pictures';
$lang['tn_stats_total'] = 'total time';
$lang['tn_stats_max'] = 'max time';
$lang['tn_stats_min'] = 'min time';
$lang['tn_stats_mean'] = 'average time';
-
$lang['tn_err'] = 'You made mistakes';
-
$lang['tn_params_title'] = 'Miniaturization parameters';
$lang['tn_params_GD'] = 'GD version';
$lang['tn_params_GD_info'] = '- GD is the picture manipulating library for PHP<br />-choose the version installed on your server. If you choose the wrong, you\'ll just have errors messages, come back with your browser and choose the other version. If no version works, it means your server doesn\'t support GD.';
@@ -428,13 +393,9 @@ if ( $isadmin )
$lang['tn_params_create_info'] = 'Do not try to miniaturize too many pictures in the same time.<br />Indeed, miniaturization uses a lot of CPU. If you installed PhpWebGallery on a free provider, a too high CPU load can sometime lead to the deletion of your website.';
$lang['tn_params_format'] = 'file format';
$lang['tn_params_format_info'] = 'only jpeg file format is supported for thumbnail creation';
-
$lang['tn_alone_title'] = 'pictures without thumbnail (jpeg and png only)';
-
$lang['tn_dirs_title'] = 'Directories list';
$lang['tn_dirs_alone'] = 'pictures without thumbnail';
-
- // help page
$lang['help_images_title'] = 'Adding pictures';
$lang['help_images_intro'] = 'How to place pictures in your directories';
$lang['help_images'][0] = 'in the directory "galleries", create directories that will represent your categories';
@@ -442,7 +403,6 @@ if ( $isadmin )
$lang['help_images'][2] = 'you can create as many categories and sub-categories for each category as you wish';
$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).';
$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';
-
$lang['help_thumbnails_title'] = 'Thumbnails';
$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.';
$lang['help_thumbnails'][1] = 'thumbnails don\'t need to have the same extension as their associated picture (a picture with .jpg extension can have a thumbnail in .GIF extention for instance).';
@@ -450,13 +410,10 @@ if ( $isadmin )
$lang['help_thumbnails'][3] = 'I advise you to use the module for windows downloadable on the presentation site of PhpWebGallery for thumbnails management.';
$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.';
$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.';
-
$lang['help_database_title'] = 'Updating database';
$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.';
-
$lang['help_infos_title'] = 'Miscellanous informations';
$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.';
-
$lang['help_remote_title'] = 'Remote site';
$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 : ';
$lang['help_remote'][1] = '1. edit file "create_listing_file.php" (you will find it in the directory "admin"), by modifying the line "$prefix_thumbnail = "TN-";" if the prefix for your thumbnails is not "TN-".';
@@ -464,16 +421,12 @@ if ( $isadmin )
$lang['help_remote'][3] = '3. launch script using the url http://domaineDistant/repGalerie/create_listing_file.php, a file listing.xml has just been created.';
$lang['help_remote'][4] = '4. get back file listing.xml from your distant website to place it in directory "admin" of this website.';
$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".';
- $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.'.
-
- $lang['help_upload_title'] = 'Added images by users';
+ $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.';
+ $lang['help_upload_title'] = 'Added images by users';
$lang['help_upload'][0] = 'PhpWebGallery offers the possibility for users to upload images. in order to do it :';
$lang['help_upload'][1] = '1. authorize the option in the configuration zone of the administration panel';
$lang['help_upload'][2] = '2. authorize the rights in writing in the images directories';
-
- // installation
$lang['install_message'] = 'Message';
-
$lang['step1_confirmation'] = 'Parameters are correct';
$lang['step1_err_db'] = 'Connection to server succeed, but it was impossible to connect to database';
$lang['step1_err_server'] = 'Can\'t connect to server';
@@ -490,12 +443,10 @@ if ( $isadmin )
$lang['step1_database_info'] = 'also given by your host provider';
$lang['step1_prefix'] = 'Database table prefix';
$lang['step1_prefix_info'] = 'database tables names will be prefixed with it (enables you to manage better your tables)';
-
$lang['step2_err_login1'] = 'enter a login for webmaster';
$lang['step2_err_login3'] = 'webmaster login can\'t contain characters \' or "';
$lang['step2_err_pass'] = 'please enter your password again';
$lang['step2_err_mail'] = $lang['conf_err_mail'];
-
$lang['install_end_title'] = 'Installation finished';
$lang['install_end_message'] = 'The configuration of PhpWebGallery is finished, here is the next step<br /><br />
For security reason, please delete file "install.php" in the directory "admin"<br />
@@ -509,7 +460,6 @@ Once this file deleted , follow this instructions :
$lang['step2_pwd_info'] = 'Keep it confidential, it enables you to access administration panel';
$lang['step2_pwd_conf'] = 'confirm password';
$lang['step2_pwd_conf_info'] = 'verification';
-
// new in release 1.3
$lang['remote_site'] = 'Remote site';
$lang['title_add'] = 'Add a user';
@@ -592,4 +542,4 @@ Once this file deleted , follow this instructions :
$lang['permuser_only_private'] = 'Only private categories are shown';
$lang['waiting_update'] = 'Validated pictures will be displayed only once pictures database updated';
}
-?>
+?> \ No newline at end of file