- Timestamp:
- May 15, 2008, 8:43:33 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 68 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin.php
r2339 r2342 62 62 $conf_link = $link_start.'configuration&section='; 63 63 //----------------------------------------------------- template initialization 64 $title = l10n('P hpWebGalleryAdministration'); // for include/page_header.php65 $page['page_banner'] = '<h1>'.l10n('P hpWebGalleryAdministration').'</h1>';64 $title = l10n('Piwigo Administration'); // for include/page_header.php 65 $page['page_banner'] = '<h1>'.l10n('Piwigo Administration').'</h1>'; 66 66 $page['body_id'] = 'theAdminPage'; 67 67 -
trunk/admin/intro.php
r2328 r2342 94 94 array_push( 95 95 $page['infos'], 96 l10n('A new version of P hpWebGalleryis available.')96 l10n('A new version of Piwigo is available.') 97 97 ); 98 98 } … … 101 101 array_push( 102 102 $page['infos'], 103 l10n('You are running the latest version of P hpWebGallery.')103 l10n('You are running the latest version of Piwigo.') 104 104 ); 105 105 } -
trunk/doc/README_en.txt
r2028 r2342 1 1 ============= 2 P hpWebGallery2 Piwigo 3 3 ============= 4 4 5 http://p hpwebgallery.net5 http://piwigo.org 6 6 7 7 … … 66 66 https://gna.org/mail/?group=phpwebgallery 67 67 68 It is *highly* recommended to subscribe to P hpWebGallerynewsletter. This is68 It is *highly* recommended to subscribe to Piwigo newsletter. This is 69 69 extremely low-traffic, but will provide you with announcements of new 70 P hpWebGalleryreleases and serious bug notification. You will find available70 Piwigo releases and serious bug notification. You will find available 71 71 mailing lists at this URL : 72 72 -
trunk/doc/README_fr.txt
r2028 r2342 1 1 ============= 2 P hpWebGallery2 Piwigo 3 3 ============= 4 4 5 http://p hpwebgallery.net5 http://piwigo.org 6 6 7 7 Installation … … 68 68 69 69 Il est *fortement* recommandé de souscrire à la newsletter de 70 P hpWebGallery. Très peu de mails sont envoyés, mais les informations sont70 Piwigo. Très peu de mails sont envoyés, mais les informations sont 71 71 importantes : nouvelles versions de l'application, notification de bugs 72 72 importants (relatifs à la sécurité). Vous trouverez les listes de -
trunk/index.php
r2231 r2342 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | PhpWebGallery - a PHP based picture gallery | 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-2008 PhpWebGallery Team - http://phpwebgallery.net | 6 // +-----------------------------------------------------------------------+ 7 // | file : $Id$ 8 // | last update : $Date$ 9 // | last modifier : $Author$ 10 // | revision : $Revision$ 3 // | Piwigo - a PHP based picture gallery | 4 // +-----------------------------------------------------------------------+ 5 // | Copyright(C) 2008 Piwigo Team http://piwigo.org | 6 // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | 7 // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | 11 8 // +-----------------------------------------------------------------------+ 12 9 // | This program is free software; you can redistribute it and/or modify | -
trunk/install/config.sql
r2325 r2342 1 -- initial configuration for P hpWebGallery1 -- initial configuration for Piwigo 2 2 3 INSERT INTO p hpwebgallery_config (param,value,comment) VALUES ('nb_comment_page','10','number of comments to display on each page');4 INSERT INTO p hpwebgallery_config (param,value,comment) VALUES ('log','false','keep an history of visits on your website');5 INSERT INTO p hpwebgallery_config (param,value,comment) VALUES ('comments_validation','false','administrators validate users comments before becoming visible');6 INSERT INTO p hpwebgallery_config (param,value,comment) VALUES ('comments_forall','false','even guest not registered can post comments');7 INSERT INTO p hpwebgallery_config (param,value,comment) VALUES ('gallery_locked','false','Lock your gallery temporary for non admin users');8 INSERT INTO p hpwebgallery_config (param,value,comment) VALUES ('gallery_title','PhpWebGallerydemonstration site','Title at top of each page and for RSS feed');9 INSERT INTO p hpwebgallery_config (param,value,comment) VALUES ('gallery_url','http://demo.phpwebgallery.net','URL given in RSS feed');10 INSERT INTO p hpwebgallery_config (param,value,comment) VALUES ('rate','true','Rating pictures feature is enabled');11 INSERT INTO p hpwebgallery_config (param,value,comment) VALUES ('rate_anonymous','true','Rating pictures feature is also enabled for visitors');12 INSERT INTO p hpwebgallery_config (param,value,comment) VALUES ('page_banner','<h1>PhpWebGallerydemonstration site</h1><p>My photos web site</p>','html displayed on the top each page of your gallery');13 INSERT INTO p hpwebgallery_config (param,value,comment) VALUES ('history_admin','false','keep a history of administrator visits on your website');14 INSERT INTO p hpwebgallery_config (param,value,comment) VALUES ('history_guest','true','keep a history of guest visits on your website');15 INSERT INTO p hpwebgallery_config (param,value,comment) VALUES ('allow_user_registration','true','allow visitors to register?');16 INSERT INTO p hpwebgallery_config (param,value,comment) VALUES ('secret_key', MD5(RAND()), 'a secret key specific to the gallery for internal use');17 INSERT INTO p hpwebgallery_config (param,value,comment) VALUES ('nbm_send_html_mail','true','Send mail on HTML format for notification by mail');18 INSERT INTO p hpwebgallery_config (param,value,comment) VALUES ('nbm_send_mail_as','','Send mail as param value for notification by mail');19 INSERT INTO p hpwebgallery_config (param,value,comment) VALUES ('nbm_send_detailed_content','true','Send detailed content for notification by mail');20 INSERT INTO p hpwebgallery_config (param,value,comment) VALUES ('nbm_complementary_mail_content','','Complementary mail content for notification by mail');21 INSERT INTO p hpwebgallery_config (param,value,comment) VALUES ('nbm_send_recent_post_dates','true','Send recent post by dates for notification by mail');22 INSERT INTO p hpwebgallery_config (param,value,comment) VALUES ('email_admin_on_new_user','false','Send an email to theadministrators when a user registers');23 INSERT INTO p hpwebgallery_config (param,value,comment) VALUES ('email_admin_on_comment','false','Send an email to the administrators when a valid comment is entered');24 INSERT INTO p hpwebgallery_config (param,value,comment) VALUES ('email_admin_on_comment_validation','false','Send an email to the administrators when a comment requires validation');25 INSERT INTO p hpwebgallery_config (param,value,comment) VALUES ('email_admin_on_picture_uploaded','false','Send an email to the administrators when a picture is uploaded');26 INSERT INTO p hpwebgallery_config (param,value,comment) VALUES ('obligatory_user_mail_address','false','Mail address is obligatory for users');27 INSERT INTO p hpwebgallery_config (param,value,comment) VALUES ('c13y_ignore',null,'List of ignored anomalies');28 INSERT INTO p hpwebgallery_config (param,value,comment) VALUES ('upload_link_everytime','false','Show upload link every time');29 INSERT INTO p hpwebgallery_config (param,value,comment) VALUES ('upload_user_access',2 /*ACCESS_CLASSIC*/,'User access level to upload');3 INSERT INTO piwigo_config (param,value,comment) VALUES ('nb_comment_page','10','number of comments to display on each page'); 4 INSERT INTO piwigo_config (param,value,comment) VALUES ('log','false','keep an history of visits on your website'); 5 INSERT INTO piwigo_config (param,value,comment) VALUES ('comments_validation','false','administrators validate users comments before becoming visible'); 6 INSERT INTO piwigo_config (param,value,comment) VALUES ('comments_forall','false','even guest not registered can post comments'); 7 INSERT INTO piwigo_config (param,value,comment) VALUES ('gallery_locked','false','Lock your gallery temporary for non admin users'); 8 INSERT INTO piwigo_config (param,value,comment) VALUES ('gallery_title','Piwigo demonstration site','Title at top of each page and for RSS feed'); 9 INSERT INTO piwigo_config (param,value,comment) VALUES ('gallery_url','http://demo.piwigo.net','URL given in RSS feed'); 10 INSERT INTO piwigo_config (param,value,comment) VALUES ('rate','true','Rating pictures feature is enabled'); 11 INSERT INTO piwigo_config (param,value,comment) VALUES ('rate_anonymous','true','Rating pictures feature is also enabled for visitors'); 12 INSERT INTO piwigo_config (param,value,comment) VALUES ('page_banner','<h1>Piwigo demonstration site</h1><p>My photos web site</p>','html displayed on the top each page of your gallery'); 13 INSERT INTO piwigo_config (param,value,comment) VALUES ('history_admin','false','keep a history of administrator visits on your website'); 14 INSERT INTO piwigo_config (param,value,comment) VALUES ('history_guest','true','keep a history of guest visits on your website'); 15 INSERT INTO piwigo_config (param,value,comment) VALUES ('allow_user_registration','true','allow visitors to register?'); 16 INSERT INTO piwigo_config (param,value,comment) VALUES ('secret_key', MD5(RAND()), 'a secret key specific to the gallery for internal use'); 17 INSERT INTO piwigo_config (param,value,comment) VALUES ('nbm_send_html_mail','true','Send mail on HTML format for notification by mail'); 18 INSERT INTO piwigo_config (param,value,comment) VALUES ('nbm_send_mail_as','','Send mail as param value for notification by mail'); 19 INSERT INTO piwigo_config (param,value,comment) VALUES ('nbm_send_detailed_content','true','Send detailed content for notification by mail'); 20 INSERT INTO piwigo_config (param,value,comment) VALUES ('nbm_complementary_mail_content','','Complementary mail content for notification by mail'); 21 INSERT INTO piwigo_config (param,value,comment) VALUES ('nbm_send_recent_post_dates','true','Send recent post by dates for notification by mail'); 22 INSERT INTO piwigo_config (param,value,comment) VALUES ('email_admin_on_new_user','false','Send an email to theadministrators when a user registers'); 23 INSERT INTO piwigo_config (param,value,comment) VALUES ('email_admin_on_comment','false','Send an email to the administrators when a valid comment is entered'); 24 INSERT INTO piwigo_config (param,value,comment) VALUES ('email_admin_on_comment_validation','false','Send an email to the administrators when a comment requires validation'); 25 INSERT INTO piwigo_config (param,value,comment) VALUES ('email_admin_on_picture_uploaded','false','Send an email to the administrators when a picture is uploaded'); 26 INSERT INTO piwigo_config (param,value,comment) VALUES ('obligatory_user_mail_address','false','Mail address is obligatory for users'); 27 INSERT INTO piwigo_config (param,value,comment) VALUES ('c13y_ignore',null,'List of ignored anomalies'); 28 INSERT INTO piwigo_config (param,value,comment) VALUES ('upload_link_everytime','false','Show upload link every time'); 29 INSERT INTO piwigo_config (param,value,comment) VALUES ('upload_user_access',2 /*ACCESS_CLASSIC*/,'User access level to upload'); -
trunk/install/db/25-database.php
r2299 r2342 31 31 $query = ' 32 32 UPDATE '.PREFIX_TABLE.'config 33 SET value = \'<h1>P hpWebGallerydemonstration site</h1><p>My photos web site</p>\'33 SET value = \'<h1>Piwigo demonstration site</h1><p>My photos web site</p>\' 34 34 WHERE param = \'page_banner\' 35 35 ;'; -
trunk/language/en_UK/about.html
r1900 r2342 1 <li>P hpWebGalleryis a web application giving you the possibility to1 <li>Piwigo is a web application giving you the possibility to 2 2 create an online images gallery easily.</li> 3 3 4 <li>Technicaly, P hpWebGalleryis fully developped with PHP (the elePHPant)4 <li>Technicaly, Piwigo is fully developped with PHP (the elePHPant) 5 5 with a MySQL database (the SQuirreL).</li> 6 6 7 7 <li>If you have any suggestions or comments, please visit <a 8 href="http:// www.phpwebgallery.net">PhpWebGallery</a> official site, and9 its dedicated <a href="http://forum. phpwebgallery.net">forum</a>.</li>8 href="http://piwigo.org">Piwigo</a> official site, and 9 its dedicated <a href="http://forum.Piwigo.net">forum</a>.</li> 10 10 -
trunk/language/en_UK/admin.lang.php
r2328 r2342 49 49 $lang['%d waiting pictures rejected'] = '%d waiting pictures rejected'; 50 50 $lang['%d waiting pictures validated'] = '%d waiting pictures validated'; 51 $lang['A new version of PhpWebGallery is available.'] = 'A new version of PhpWebGallery is available.';52 51 $lang['Actions'] = 'Actions'; 53 52 $lang['Activate'] = 'Activate'; … … 147 146 $lang['Permission granted thanks to a group'] = 'Permission granted thanks to a group'; 148 147 $lang['Permission granted'] = 'Permission granted'; 149 $lang['PhpWebGallery Administration'] = 'PhpWebGallery Administration';150 $lang['PhpWebGallery version'] = 'PhpWebGallery version';151 148 $lang['Picture informations updated'] = 'Picture informations updated'; 152 149 $lang['Plugins'] = 'Plugins'; … … 195 192 $lang['Webmaster cannot be deleted'] = 'Webmaster cannot be deleted'; 196 193 $lang['You are running on development sources, no check possible.'] = 'You are running on development sources, no check possible.'; 197 $lang['You are running the latest version of PhpWebGallery.'] = 'You are running the latest version of PhpWebGallery.';198 194 $lang['You cannot delete your account'] = "You cannot delete your account"; 199 195 $lang['You cannot move a category in its own sub category'] = 'You cannot move a category in its own sub category'; … … 386 382 $lang['title'] = 'title'; 387 383 $lang['title_categories'] = 'Categories management'; 388 $lang['title_configuration'] = 'P hpWebGalleryconfiguration';389 $lang['title_default'] = 'P hpWebGalleryadministration';384 $lang['title_configuration'] = 'Piwigo configuration'; 385 $lang['title_default'] = 'Piwigo administration'; 390 386 $lang['title_edit_cat'] = 'Edit a category'; 391 387 $lang['title_groups'] = 'Group management'; … … 423 419 $lang['update_default_title'] = 'Choose an option'; 424 420 $lang['update_display_info'] = 'display maximum informations (added categories and elements, deleted categories and elements)'; 425 $lang['update_err_pwg_version_differs'] = 'P hpWebGalleryversion differs on the remote site';426 $lang['update_err_pwg_version_differs_info'] = 'Version of create_listing_file.php on the remote site and P hpWebGallerymust be the same';421 $lang['update_err_pwg_version_differs'] = 'Piwigo version differs on the remote site'; 422 $lang['update_err_pwg_version_differs_info'] = 'Version of create_listing_file.php on the remote site and Piwigo must be the same'; 427 423 $lang['update_err_remote_listing_not_found'] = 'listing.xml file was not found'; 428 424 $lang['update_err_remote_listing_not_found_info'] = 'listing.xml file was not found on the remote site. This file is generated by choosing the "generate listing" command in the Site manager'; … … 502 498 $lang['Add this access definition'] = 'Add this access definition'; 503 499 $lang['Web Services availability duration in days'] = 'Web Services availability duration in days'; 504 $lang['Web Services under control'] = 'P hpWebGalleryWeb Services are fully operationals and all requests are under control.';500 $lang['Web Services under control'] = 'Piwigo Web Services are fully operationals and all requests are under control.'; 505 501 $lang['special_admin_menu'] = 'Specials'; 506 502 $lang['Duplicates'] = 'Files with same name in more than one physical category'; … … 601 597 $lang['c13y_anomaly_ignored_count'] = '%d anomaly has been ignored.'; 602 598 $lang['c13y_anomalies_ignored_count'] = '%d anomalies have been ignored.'; 603 604 599 $lang['plugins_need_update'] = 'Plugins which need upgrade'; 605 600 $lang['plugins_dontneed_update'] = 'Plugins up to date'; … … 628 623 $lang['plugins_check_chmod'] = 'Please check "plugins" folder and sub-folders permissions (CHMOD).'; 629 624 $lang['plugins_server_error'] = 'Can\'t connect to server.'; 630 631 625 $lang['Purge compiled templates'] = 'Purge compiled templates'; 632 626 $lang['Caddie is currently empty'] = 'Caddie is currently empty'; … … 640 634 $lang['ACCESS_4'] = 'Access to webmasters'; 641 635 $lang['ACCESS_5'] = 'No access'; 642 643 636 $lang['DEMO'] = 'Demo'; 644 637 $lang['HOME'] = 'Piwigo home'; … … 647 640 $lang['EXTENSIONS'] = 'Extensions'; 648 641 $lang['WIKI / DOC'] = 'Documentation'; 642 $lang['A new version of Piwigo is available.'] = 'A new version of Piwigo is available.'; 643 $lang['Piwigo Administration'] = 'Piwigo Administration'; 644 $lang['Piwigo version'] = 'Piwigo version'; 645 $lang['You are running the latest version of Piwigo.'] = 'You are running the latest version of Piwigo.'; 649 646 ?> -
trunk/language/en_UK/common.lang.php
r2325 r2342 98 98 $lang['Password forgotten'] = 'Password forgotten'; 99 99 $lang['Password'] = 'Password'; 100 $lang['PhpWebGallery Help'] = 'PhpWebGallery Help';101 100 $lang['Post date'] = 'Post date'; 102 101 $lang['Posted on'] = 'Posted on'; … … 127 126 $lang['Webmaster'] = 'Webmaster'; 128 127 $lang['Week %d'] = 'Week %d'; 129 $lang['about_page_title'] = 'About P hpWebGallery';128 $lang['about_page_title'] = 'About Piwigo'; 130 129 $lang['access_forbiden'] = 'You are not authorized to access the requested page'; 131 130 $lang['add to caddie'] = 'add to caddie'; … … 365 364 $lang['elements posted during the last %d days'] = 'images posted during the last %d days'; 366 365 $lang['Choose an image'] = 'Choose an image'; 366 $lang['Piwigo Help'] = 'Piwigo Help'; 367 367 368 368 ?> -
trunk/language/en_UK/help.html
r1900 r2342 15 15 "galleries/test_category".</li> 16 16 17 <li>Connect to your P hpWebGalleryas an admin.</li>17 <li>Connect to your Piwigo as an admin.</li> 18 18 19 19 <li>Go to <span class="pwgScreen">Administration, Pictures, 20 Thumbnails</span>. P hpWebGalleryfind the picture from "test_category"20 Thumbnails</span>. Piwigo find the picture from "test_category" 21 21 without thumbnails. Ask to create thumbnails.</li> 22 22 … … 36 36 <li> 37 37 38 <p>Category directories are in the P hpWebGallerydirectory38 <p>Category directories are in the Piwigo directory 39 39 "galleries". Here follow the directory tree of a very small gallery (but 40 40 using many features) :</p> … … 77 77 78 78 <li>Basically, a category is represented by a directory at any level in 79 P hpWebGallerydirectory "galleries". Each category can contain as many79 Piwigo directory "galleries". Each category can contain as many 80 80 sub-level as you wish. In the example above, category-1.1.1.1 is at level 81 81 4 of deepness.</li> 82 82 83 83 <li>Basically, an element is represented by a file. A file can be a 84 P hpWebGalleryelement if its extenstion is among <code>file_ext</code>84 Piwigo element if its extenstion is among <code>file_ext</code> 85 85 configuration parameter possibilities (see <span 86 86 class="filename">include/config_default.inc.php</span> file). A file can … … 183 183 <ul> 184 184 185 <li>P hpWebGalleryis able to manage groups of users. It can be very useful185 <li>Piwigo is able to manage groups of users. It can be very useful 186 186 to have common permission access for private categories.</li> 187 187 … … 199 199 <h3>Files upload by users</h3> 200 200 201 <p>P hpWebGalleryoffers the possibility for users to upload images. in201 <p>Piwigo offers the possibility for users to upload images. in 202 202 order to do it:</p> 203 203 … … 223 223 <ul> 224 224 225 <li>P hpWebGallerydissociates categories where elements are stored and225 <li>Piwigo dissociates categories where elements are stored and 226 226 categories where they are shown.</li> 227 227 … … 252 252 or ask a question there. The <a 253 253 href="http://forum.phpwebgallery.net">forum</a> (message board) is 254 available on the presentation site of P hpWebGallery. Check the <a255 href="http://phpwebgallery.net/doc/">official P hpWebGallery254 available on the presentation site of Piwigo. Check the <a 255 href="http://phpwebgallery.net/doc/">official Piwigo 256 256 documentation</a> for further reading.</li> 257 257 -
trunk/language/en_UK/help/configuration.html
r2325 r2342 97 97 <ul> 98 98 99 <li><strong>Language</strong>: concerns only P hpWebGallery99 <li><strong>Language</strong>: concerns only Piwigo 100 100 labels. Category names, picture names and all descriptions are not 101 101 localized.</li> -
trunk/language/en_UK/help/history.html
r2192 r2342 1 1 <h2>History</h2> 2 2 3 <p>These screens allows you to follow the historical navigation en P hpWebGallery3 <p>These screens allows you to follow the historical navigation en Piwigo 4 4 according to the options yo have chosen in - Administration - General - History index.</p> 5 5 -
trunk/language/en_UK/help/maintenance.html
r2064 r2342 1 1 <h2>Maintenance</h2> 2 2 3 <p>To optimize page generation time, P hpWebGalleryuses cached3 <p>To optimize page generation time, Piwigo uses cached 4 4 information. For example, instead of counting the number of pictures 5 5 contained in each category at each page reload, this information is stored -
trunk/language/en_UK/help/site_manager.html
r1900 r2342 1 1 <h2>Remote sites</h2> 2 2 3 <p>P hpWebGalleryoffers the possibility to use several servers to store the3 <p>Piwigo offers the possibility to use several servers to store the 4 4 images which will compose your gallery. It can be useful if your gallery is 5 5 installed on one limited space and that you have a big quantity of images to … … 46 46 <!-- <p>You can do all this by hand by generating yourself the <span 47 47 class="filename">listing.xml</span> file, moving it from your distant server 48 to you local P hpWebGalleryroot directory and opening the remote site49 management screen : P hpWebGallerywill propose you to use the found48 to you local Piwigo root directory and opening the remote site 49 management screen : Piwigo will propose you to use the found 50 50 listing.xml file.</p>--> 51 51 -
trunk/language/en_UK/help/thumbnail.html
r1900 r2342 19 19 <dt>Number of thumbnails to create</dt> 20 20 21 <dd>Do not try to miniaturize too many pictures in the same time. Indeed, miniaturization uses a lot of CPU. If you installed P hpWebGalleryon a free provider, a too high CPU load can sometime lead to the deletion of your website.</dd>21 <dd>Do not try to miniaturize too many pictures in the same time. Indeed, miniaturization uses a lot of CPU. If you installed Piwigo on a free provider, a too high CPU load can sometime lead to the deletion of your website.</dd> 22 22 23 23 <dt>File format</dt> -
trunk/language/en_UK/install.lang.php
r2299 r2342 58 58 $lang['step2_pwd_conf'] = 'Password [confirm]'; 59 59 $lang['step2_pwd_conf_info'] = 'verification'; 60 $lang['install_help'] = 'Need help ? Ask your question on <a href="%s">P hpWebGallerymessage board</a>.';61 $lang['install_end_message'] = 'The configuration of P hpWebGalleryis finished, here is the next step<br /><br />60 $lang['install_help'] = 'Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'; 61 $lang['install_end_message'] = 'The configuration of Piwigo is finished, here is the next step<br /><br /> 62 62 For security reason, please delete file "install.php"<br /> 63 63 Once this file deleted , follow this instructions : -
trunk/language/es_ES/about.html
r2145 r2342 1 <li>P hpWebGalleryes una aplicación web que permite crear fácilmente una galería de imágenes en línea.</li>1 <li>Piwigo es una aplicación web que permite crear fácilmente una galería de imágenes en línea.</li> 2 2 3 <li>Técnicamente, P hpWebGalleryes desarrollado en PHP con una base de datos MySQL.</li>3 <li>Técnicamente, Piwigo es desarrollado en PHP con una base de datos MySQL.</li> 4 4 5 5 <li>Si usted tiene sugerencias o comentarios, visita <a 6 href="http:// www.phpwebgallery.net">sitio oficial</a>.</li>6 href="http://piwigo.org">sitio oficial</a>.</li> 7 7 8 8 -
trunk/language/es_ES/admin.lang.php
r2328 r2342 49 49 $lang['%d waiting pictures rejected'] = '%d imágenes en espera rechazadas'; 50 50 $lang['%d waiting pictures validated'] = '%d imágenes en espera validadas'; 51 $lang['A new version of PhpWebGallery is available.'] = 'Una nueva versión de PhpWebGallery está disponible.';52 51 $lang['Actions'] = 'Acciones'; 53 52 $lang['Activate'] = 'Acelerar'; … … 147 146 $lang['Permission granted thanks to a group'] = 'Acceso autorizado gracias a la pertenencia a los grupos'; 148 147 $lang['Permission granted'] = 'Acceso autorizado'; 149 $lang['PhpWebGallery Administration'] = 'Administración de PhpWebGallery';150 $lang['PhpWebGallery version'] = 'Versión de PhpWebGallery';151 148 $lang['Picture informations updated'] = 'Informaciones puestas al día de la imagen'; 152 149 $lang['Plugins'] = 'Plugins'; … … 195 192 $lang['Webmaster cannot be deleted'] = 'El webmestre no puede ser suprimido'; 196 193 $lang['You are running on development sources, no check possible.'] = 'Usted trabaja con las fuentes de desarrollo, imposible verificar la última versión.'; 197 $lang['You are running the latest version of PhpWebGallery.'] = 'Usted utiliza la última versión de PhpWebGallery.';198 194 $lang['You cannot delete your account'] = "Usted no puede suprimir su cuenta"; 199 195 $lang['You cannot move a category in its own sub category'] = 'Usted no puede desplazar una categoría en su propia subcategoría'; … … 387 383 $lang['title'] = 'título'; 388 384 $lang['title_categories'] = 'Gestión de las categorías'; 389 $lang['title_configuration'] = 'Configuración de P hpWebGallery';390 $lang['title_default'] = 'Administración de P hpWebGallery';385 $lang['title_configuration'] = 'Configuración de Piwigo'; 386 $lang['title_default'] = 'Administración de Piwigo'; 391 387 $lang['title_edit_cat'] = 'Modificar una categoría'; 392 388 $lang['title_groups'] = 'Gestión de los grupos'; … … 424 420 $lang['update_default_title'] = 'Escoger una opción'; 425 421 $lang['update_display_info'] = 'Fijar un máximo de informaciones (categorías añadidas, elementos añadidos, categorías y elementos suprimidos)'; 426 $lang['update_err_pwg_version_differs'] = 'La versión P hpWebGallerysobre el sitio distante es diferente';427 $lang['update_err_pwg_version_differs_info'] = 'La versión de create_listing_file.php sobre la sitio distante y P hpWebGallerydebe ser lo mismo';422 $lang['update_err_pwg_version_differs'] = 'La versión Piwigo sobre el sitio distante es diferente'; 423 $lang['update_err_pwg_version_differs_info'] = 'La versión de create_listing_file.php sobre la sitio distante y Piwigo debe ser lo mismo'; 428 424 $lang['update_err_remote_listing_not_found'] = 'El fichero listing.xml es imposible de encontrar'; 429 425 $lang['update_err_remote_listing_not_found_info'] = 'el fichero listing.xml es imposible de encontrar sobre el sitio distante. Este fichero está generado escogiendo el encargo " generar el listado " en el gerente de sitios'; … … 503 499 $lang['Add this access definition']= 'Añadir esta definición de acceso'; 504 500 $lang['Web Services availability duration in days'] = 'Duración de abertura de los Servicios Web en días'; 505 $lang['Web Services under control'] = 'Los Servicios Web de P hpWebGallerytotalmente son operativos y todas las demandas son controladas.';501 $lang['Web Services under control'] = 'Los Servicios Web de Piwigo totalmente son operativos y todas las demandas son controladas.'; 506 502 $lang['special_admin_menu'] = 'Clases de matemáticas superiores'; 507 503 $lang['note_check_exif'] = '%s debe ser puesto a "false" en su fichero config_local.inc.php porque el extejo no es sostenido.'; … … 606 602 $lang['c13y_anomaly_ignored_count'] = '%d anomalía ha sido ignorada.'; 607 603 $lang['c13y_anomalies_ignored_count'] = '%d anomalías han sido ignoradas.'; 608 609 604 $lang['plugins_need_update'] = 'Plugins que necesita una postura al día '; 610 605 $lang['plugins_dontneed_update'] = 'Plugins al día'; … … 645 640 /* TODO */ $lang['ACCESS_4'] = 'Access to webmasters'; 646 641 /* TODO */ $lang['ACCESS_5'] = 'No access'; 647 648 642 $lang['DEMO'] = 'Demo'; 649 643 $lang['HOME'] = 'Acogida Piwigo'; … … 652 646 $lang['EXTENSIONS'] = 'Extensiones'; 653 647 $lang['WIKI / DOC'] = 'Documentación'; 648 $lang['A new version of Piwigo is available.'] = 'Una nueva versión de Piwigo está disponible.'; 649 $lang['Piwigo Administration'] = 'Administración de Piwigo'; 650 $lang['Piwigo version'] = 'Versión de Piwigo'; 651 $lang['You are running the latest version of Piwigo.'] = 'Usted utiliza la última versión de Piwigo.'; 652 654 653 ?> -
trunk/language/es_ES/common.lang.php
r2325 r2342 98 98 $lang['Password forgotten'] = 'Contraseña olvidada'; 99 99 $lang['Password'] = 'Contraseña'; 100 $lang['PhpWebGallery Help'] = 'Ayuda de PhpWebGallery';101 100 $lang['Post date'] = 'Añadido el día'; 102 101 $lang['Posted on'] = 'Añadido el'; … … 127 126 $lang['Webmaster'] = 'Webmastre'; 128 127 $lang['Week %d'] = 'Semana %d'; 129 $lang['about_page_title'] = 'Acerca de P hpWebGallery';128 $lang['about_page_title'] = 'Acerca de Piwigo'; 130 129 $lang['access_forbiden'] = 'Usted no esta autorizado a ver la pagina pedida'; 131 130 $lang['add to caddie'] = 'Agregar al carrito'; … … 365 364 $lang['elements posted during the last %d days'] = 'esta imagen tiene menos de %d dias'; 366 365 $lang['Choose an image'] = 'Elegir una imagen'; 366 $lang['Piwigo Help'] = 'Ayuda de Piwigo'; 367 367 368 368 ?> -
trunk/language/es_ES/help.html
r2145 r2342 14 14 "galleries/Categorie_prueba".</li> 15 15 16 <li>Conectarse a su instalación de P hpWebGallerycomo administrador.</li>16 <li>Conectarse a su instalación de Piwigo como administrador.</li> 17 17 18 18 <li>Ir sobre <span class="pwgScreen">Administrador, Imágenes, 19 Miniaturas</span>. Pedir crear las miniaturas ausentes según el análisis de P hpWebGallery.</li>19 Miniaturas</span>. Pedir crear las miniaturas ausentes según el análisis de Piwigo.</li> 20 20 21 21 <li>Ir sobre <span class="pwgScreen">Administrador, Categorías, … … 70 70 </li> 71 71 72 <li>Fundamentalmente, una categoría es representada por un repertorio a cualquier nivel bajo el repertorio " galleries " de su instalación de P hpWebGallery. Cada categoría puede contener tantos subniveles como deseado. En el ejemplo más arriba, categoría-1.1.1.1 está en un nivel 4 de profundidad.</li>72 <li>Fundamentalmente, una categoría es representada por un repertorio a cualquier nivel bajo el repertorio " galleries " de su instalación de Piwigo. Cada categoría puede contener tantos subniveles como deseado. En el ejemplo más arriba, categoría-1.1.1.1 está en un nivel 4 de profundidad.</li> 73 73 74 <li>Fundamentalmente, un elemento es representado por un fichero. Un fichero puede ser un elemento para P hpWebGallerysi la extensión del nombre del fichero está entre la lista del parámetro de configuración <code>file_ext</code> (Ver74 <li>Fundamentalmente, un elemento es representado por un fichero. Un fichero puede ser un elemento para Piwigo si la extensión del nombre del fichero está entre la lista del parámetro de configuración <code>file_ext</code> (Ver 75 75 fichero <span class="filename">include/config.inc.php</span>). Un fichero puede ser una imagen si su extensión está entre el parámetro de configuración 76 76 <code>picture_ext</code>.</li> … … 105 105 <li>Las miniaturas no necesitan tener la misma extensión que les llena de imágenes asociada (una imagen con ".jpg" como extensión puede tener una miniatura .GIF " por ejemplo).</li> 106 106 107 <li>Es aconsejado utilizar un instrumento(utensilio) externo para la creación de las miniaturas (como ThumbClic o PhpMyVignettes, ver la ubicación(sitio) de presentación de P hpWebGallery).</li>107 <li>Es aconsejado utilizar un instrumento(utensilio) externo para la creación de las miniaturas (como ThumbClic o PhpMyVignettes, ver la ubicación(sitio) de presentación de Piwigo).</li> 108 108 109 <li>Usted también puede utilizar el instrumento(utensilio) de creación de miniatura integrado en P hpWebGallerypero esto es desaconsejado porque la calidad corre peligro de ser decepcionante y esto utiliza inútilmente los recursos del camarero(servidor) (lo que puede ser un problema grave sobre un camarero(servidor) mutualisé).</li>109 <li>Usted también puede utilizar el instrumento(utensilio) de creación de miniatura integrado en Piwigo pero esto es desaconsejado porque la calidad corre peligro de ser decepcionante y esto utiliza inútilmente los recursos del camarero(servidor) (lo que puede ser un problema grave sobre un camarero(servidor) mutualisé).</li> 110 110 111 111 <li>Si usted escoge utilizar al camarero(servidor) web para generar las miniaturas, usted debe dar los derechos en escritura a todos los repertorios que representan las categorías para todos los utilizadores (propietario, agrupar, otro).</li> … … 132 132 <ul> 133 133 134 <li>P hpWebGallerypuede administrar grupos de utilizadores. Muy práctico para administrar autorizaciones comúnes sobre las categorías particulares.</li>134 <li>Piwigo puede administrar grupos de utilizadores. Muy práctico para administrar autorizaciones comúnes sobre las categorías particulares.</li> 135 135 136 136 <li>Usted puede crear grupos y añadir a eso a utilizadores en ello … … 161 161 <ul> 162 162 163 <li>P hpWebGallerydisocia las categorías que almacenan los elementos y las categorías donde los elementos son mostrados.</li>163 <li>Piwigo disocia las categorías que almacenan los elementos y las categorías donde los elementos son mostrados.</li> 164 164 165 165 <li>Por defecto, el élement son mostrados sólo en sus categorías efectivas: las que corresponden a sus repertorios sobre el camarero(servidor).</li> … … 178 178 179 179 <li>Totalmente para cuestión, no vacile en visitar el foro o en plantear allí una cuestión si su búsqueda es infructuosa. 180 <a href="http://forum.phpwebgallery.net">foro</a> Está disponible para la sitio de P hpWebGallery. También consultar181 <a href="http://phpwebgallery.net/doc">documentación oficial de P hpWebGallery</a> Para obtener más detalles.</li>180 <a href="http://forum.phpwebgallery.net">foro</a> Está disponible para la sitio de Piwigo. También consultar 181 <a href="http://phpwebgallery.net/doc">documentación oficial de Piwigo</a> Para obtener más detalles.</li> 182 182 183 183 </ul> -
trunk/language/es_ES/help/configuration.html
r2325 r2342 76 76 <ul> 77 77 78 <li><strong>Lengua</strong>: Concierne sólo a las redacciones de P hpWebGallery. Los nombres de categorías, de imagen y las descripciones no son localizados (ie multilingüe).</li>78 <li><strong>Lengua</strong>: Concierne sólo a las redacciones de Piwigo. Los nombres de categorías, de imagen y las descripciones no son localizados (ie multilingüe).</li> 79 79 80 80 <li><strong>Número de miniaturas por línea</strong></li> -
trunk/language/es_ES/help/history.html
r2192 r2342 1 1 <h2>Histórico</h2> 2 2 3 <p>Estas pantallas permiten seguir el histórico de navegación en P hpWebGallery3 <p>Estas pantallas permiten seguir el histórico de navegación en Piwigo 4 4 en función de las opciones que ha determinado en 5 5 Administración - Ensayo general - señal Reseña histórica.</p> -
trunk/language/es_ES/help/maintenance.html
r2145 r2342 1 1 <h2>Mantenimiento</h2> 2 2 3 <p>Para optimizar el tiempo de generación de las páginas, P hpWebGalleryutiliza informaciones en viñeta. Por ejemplo, en lugar de contar el número de elementos contenidos en cada categoría a cada nueva carga de página, esta información es almacenada en la base de datos. Teóricamente, esta información debe siempre ser correcta, pero a veces un error puede sobrevenir y la información en viñeta se vuelve falsa.</p>3 <p>Para optimizar el tiempo de generación de las páginas, Piwigo utiliza informaciones en viñeta. Por ejemplo, en lugar de contar el número de elementos contenidos en cada categoría a cada nueva carga de página, esta información es almacenada en la base de datos. Teóricamente, esta información debe siempre ser correcta, pero a veces un error puede sobrevenir y la información en viñeta se vuelve falsa.</p> 4 4 5 5 <p>Informaciones se vuelven inútiles con tiempo. Suprimirlos de la base de datos libera del espacio disco.</p> -
trunk/language/es_ES/help/site_manager.html
r2145 r2342 1 1 <h2>Sitios distante</h2> 2 2 3 <p>P hpWebGalleryofrece la posibilidad de utilizar varias sitios para almacenar los ficheros que compondrán su galería. Esto puede ser útil si su galería está instalada sobre un espacio de almacenamiento limitado y si usted tiene numerosos ficheros que hay que mostrar.</p>3 <p>Piwigo ofrece la posibilidad de utilizar varias sitios para almacenar los ficheros que compondrán su galería. Esto puede ser útil si su galería está instalada sobre un espacio de almacenamiento limitado y si usted tiene numerosos ficheros que hay que mostrar.</p> 4 4 5 5 … … 40 40 41 41 <!--<p>Usted también puede efectuar estas operaciones manualmente editando el fichero <span class = filename "> listing.xml </span> en la mano y desplazándolo hacia su repertorio raíz. Hacerse sobre <span class = pwgScreen "> Administración, Categorías, Ubicaciones(Sitios) distante </span>: 42 P hpWebGallerydetecta el fichero y propone servirse de eso.</p>-->42 Piwigo detecta el fichero y propone servirse de eso.</p>--> -
trunk/language/es_ES/install.lang.php
r2299 r2342 55 55 $lang['step2_pwd_conf'] = 'Palabra de paso [Confirmar]'; 56 56 $lang['step2_pwd_conf_info'] = 'Comprobación'; 57 $lang['step1_err_copy'] = 'Copie el texto en rojo entre las rayas y pegúelo en el fichero mysql.inc.php que se encuentra en el repertorio " include " a la base del lugar donde usted instaló a P hpWebGallery(el fichero mysql.inc.php debe contener SÓLO lo que está en azul entre las rayas, ninguna vuelta a la línea o espacio es autorizado)';58 $lang['install_help'] = '¿ Necesidad de ayudante? Plantee su cuestión sobre él <a href="%s">foro de P hpWebGallery</a>.';57 $lang['step1_err_copy'] = 'Copie el texto en rojo entre las rayas y pegúelo en el fichero mysql.inc.php que se encuentra en el repertorio " include " a la base del lugar donde usted instaló a Piwigo (el fichero mysql.inc.php debe contener SÓLO lo que está en azul entre las rayas, ninguna vuelta a la línea o espacio es autorizado)'; 58 $lang['install_help'] = '¿ Necesidad de ayudante? Plantee su cuestión sobre él <a href="%s">foro de Piwigo</a>.'; 59 59 $lang['install_end_message'] = 'La configuración de la aplicación correctamente se celebró, coloca en la etapa próxima<br /><br /> 60 60 Por medida de seguridad, gracias por suprimir el fichero "install.php"<br /> -
trunk/language/fr_FR/about.html
r2130 r2342 1 <li>P hpWebGalleryest une application web permettant de créer facilement1 <li>Piwigo est une application web permettant de créer facilement 2 2 une galerie d'images en ligne.</li> 3 3 4 <li>Techniquement, P hpWebGalleryest développée en PHP avec une base de4 <li>Techniquement, Piwigo est développée en PHP avec une base de 5 5 données MySQL.</li> 6 6 7 7 <li>Si vous avez des suggestions ou des commentaires, visitez le <a 8 href="http:// www.phpwebgallery.net">site officiel</a>.</li>8 href="http://piwigo.org">site officiel</a>.</li> -
trunk/language/fr_FR/admin.lang.php
r2328 r2342 49 49 $lang['%d waiting pictures rejected'] = '%d images en attente rejetées'; 50 50 $lang['%d waiting pictures validated'] = '%d images en attente validées'; 51 $lang['A new version of PhpWebGallery is available.'] = 'Une nouvelle version de PhpWebGallery est disponible.';52 51 $lang['Actions'] = 'Actions'; 53 52 $lang['Activate'] = 'Activer'; … … 147 146 $lang['Permission granted thanks to a group'] = 'Accès autorisé grâce à l\'appartenance aux groupes'; 148 147 $lang['Permission granted'] = 'Accès autorisé'; 149 $lang['PhpWebGallery Administration'] = 'Administration de PhpWebGallery';150 $lang['PhpWebGallery version'] = 'Version de PhpWebGallery';151 148 $lang['Picture informations updated'] = 'Informations de l\'image mises à jour'; 152 149 $lang['Plugins'] = 'Plugins'; … … 195 192 $lang['Webmaster cannot be deleted'] = 'Le webmestre ne peut pas être supprimé'; 196 193 $lang['You are running on development sources, no check possible.'] = 'Vous travaillez avec les sources de développement, impossible de vérifier la dernière version.'; 197 $lang['You are running the latest version of PhpWebGallery.'] = 'Vous utilisez la dernière version de PhpWebGallery.';198 194 $lang['You cannot delete your account'] = "Vous ne pouvez pas supprimer votre compte"; 199 195 $lang['You cannot move a category in its own sub category'] = 'Vous ne pouvez pas déplacer une catégorie dans sa propre sous-catégorie'; … … 386 382 $lang['title'] = 'titre'; 387 383 $lang['title_categories'] = 'Gestion des catégories'; 388 $lang['title_configuration'] = 'Configuration de P hpWebGallery';389 $lang['title_default'] = 'Administration de P hpWebGallery';384 $lang['title_configuration'] = 'Configuration de Piwigo'; 385 $lang['title_default'] = 'Administration de Piwigo'; 390 386 $lang['title_edit_cat'] = 'Modifier une catégorie'; 391 387 $lang['title_groups'] = 'Gestion des groupes'; … … 423 419 $lang['update_default_title'] = 'Choisir une option'; 424 420 $lang['update_display_info'] = 'afficher un maximum d\'informations (catégories ajoutées, éléments ajoutés, catégories et éléments supprimés)'; 425 $lang['update_err_pwg_version_differs'] = 'La version P hpWebGallerysur le site distant est differente';426 $lang['update_err_pwg_version_differs_info'] = 'La version de create_listing_file.php sur le site distant et P hpWebGallerydoit être la même';421 $lang['update_err_pwg_version_differs'] = 'La version Piwigo sur le site distant est differente'; 422 $lang['update_err_pwg_version_differs_info'] = 'La version de create_listing_file.php sur le site distant et Piwigo doit être la même'; 427 423 $lang['update_err_remote_listing_not_found'] = 'le fichier listing.xml est introuvable'; 428 424 $lang['update_err_remote_listing_not_found_info'] = 'le fichier listing.xml est introuvable sur le site distant. Ce fichier est generé en choisissant la commande "générer le listing" dans le gestionnaire de sites'; … … 502 498 $lang['Add this access definition']= 'Ajouter cette définition d\'accès'; 503 499 $lang['Web Services availability duration in days'] = 'Durée d\'ouverture des Services Web en jours'; 504 $lang['Web Services under control'] = 'Les Services Web de P hpWebGallerysont totalement operationnels et toutes les requêtes sont contrôlées.';500 $lang['Web Services under control'] = 'Les Services Web de Piwigo sont totalement operationnels et toutes les requêtes sont contrôlées.'; 505 501 $lang['special_admin_menu'] = 'Spéciales'; 506 502 $lang['Duplicates'] = 'Fichiers portant le même nom dans plusieurs catégories physiques'; … … 601 597 $lang['c13y_anomaly_ignored_count'] = '%d anomalie a été ignorée.'; 602 598 $lang['c13y_anomalies_ignored_count'] = '%d anomalies ont été ignorées.'; 603 604 599 $lang['plugins_need_update'] = 'Plugins necessitant une mise à jour'; 605 600 $lang['plugins_dontneed_update'] = 'Plugins à jour'; … … 628 623 $lang['plugins_check_chmod'] = 'Vérifiez les permissions du dossier "plugins" et de ses sous-dossiers (CHMOD).'; 629 624 $lang['plugins_server_error'] = 'Impossible de se connecter au serveur.'; 630 631 625 $lang['Purge compiled templates'] = 'Purger les templates compilés'; 632 626 $lang['Caddie is currently empty'] = 'Le panier est actuellement vide.'; … … 646 640 $lang['ACCESS_4'] = 'Accès aux webmestres'; 647 641 $lang['ACCESS_5'] = 'Pas d\'accès'; 642 $lang['A new version of Piwigo is available.'] = 'Une nouvelle version de Piwigo est disponible.'; 643 $lang['Piwigo Administration'] = 'Administration de Piwigo'; 644 $lang['Piwigo version'] = 'Version de Piwigo'; 645 $lang['You are running the latest version of Piwigo.'] = 'Vous utilisez la dernière version de Piwigo.'; 648 646 649 647 ?> -
trunk/language/fr_FR/common.lang.php
r2325 r2342 98 98 $lang['Password forgotten'] = 'Mot de passe oublié'; 99 99 $lang['Password'] = 'Mot de passe'; 100 $lang['PhpWebGallery Help'] = 'Aide de PhpWebGallery';101 100 $lang['Post date'] = 'Date d\'ajout'; 102 101 $lang['Posted on'] = 'Ajoutée le'; … … 127 126 $lang['Webmaster'] = 'Webmestre'; 128 127 $lang['Week %d'] = 'Semaine %d'; 129 $lang['about_page_title'] = 'À propos de P hpWebGallery';128 $lang['about_page_title'] = 'À propos de Piwigo'; 130 129 $lang['access_forbiden'] = 'Vous n\'êtes pas autorisé sur la page demandée'; 131 130 $lang['add to caddie'] = 'ajouter au panier'; … … 365 364 $lang['elements posted during the last %d days'] = 'images ajoutées au cours de %d derniers jours'; 366 365 $lang['Choose an image'] = 'Choisir une image à ajouter'; 366 $lang['Piwigo Help'] = 'Aide de Piwigo'; 367 367 368 368 ?> -
trunk/language/fr_FR/help.html
r2130 r2342 15 15 "galleries/categorie_test".</li> 16 16 17 <li>Se connecter à votre installation de P hpWebGalleryen tant17 <li>Se connecter à votre installation de Piwigo en tant 18 18 qu'administrateur.</li> 19 19 20 20 <li>Se rendre sur <span class="pwgScreen">Administration, Images, 21 21 Miniatures</span>. Demander à créer les miniatures absentes selon l'analyse 22 de P hpWebGallery.</li>22 de Piwigo.</li> 23 23 24 24 <li>Se rendre sur <span class="pwgScreen">Administration, Catégories, … … 79 79 <li>Fondamentalement, une catégorie est représentée par un répertoire à 80 80 n'importe quel niveau sous le répertoire "galleries" de votre installation 81 de P hpWebGallery. Chaque catégorie peut contenir autant de sous-niveaux que81 de Piwigo. Chaque catégorie peut contenir autant de sous-niveaux que 82 82 désiré. Dans l'exemple ci-dessus, categorie-1.1.1.1 est à un niveau 4 de 83 83 profondeur.</li> 84 84 85 85 <li>Fondamentalement, un élément est représenté par un fichier. Un fichier 86 peut être un élément pour P hpWebGallerysi l'extension du nom du fichier est86 peut être un élément pour Piwigo si l'extension du nom du fichier est 87 87 parmi la liste du paramètre de configuration <code>file_ext</code> (voir 88 88 fichier <span class="filename">include/config.inc.php</span>). Un fichier … … 138 138 <li>Il est conseillé d'utiliser un outil externe pour la création des 139 139 miniatures (comme ThumbClic ou PhpMyVignettes, voir le site de présentation 140 de P hpWebGallery).</li>140 de Piwigo).</li> 141 141 142 142 <li>Vous pouvez également utiliser l'outil de création de miniature 143 intégré à P hpWebGallerymais cela est déconseillé car la qualité risque143 intégré à Piwigo mais cela est déconseillé car la qualité risque 144 144 d'être décevante et cela utilise inutilement les ressources du serveur (ce 145 145 qui peut être un grave problème sur un serveur mutualisé).</li> … … 175 175 <ul> 176 176 177 <li>P hpWebGallerypeut gérer des groupes d'utilisateurs. Très pratique177 <li>Piwigo peut gérer des groupes d'utilisateurs. Très pratique 178 178 pour gérer des autorisations communes sur les catégories privées.</li> 179 179 … … 213 213 <ul> 214 214 215 <li>P hpWebGallerydissocie les catégories qui stockent les éléments et les215 <li>Piwigo dissocie les catégories qui stockent les éléments et les 216 216 catégories où les éléments sont montrés.</li> 217 217 … … 244 244 question si votre recherche est infructueuse. Le 245 245 <a href="http://forum.phpwebgallery.net">forum</a> est disponible sur le site 246 de P hpWebGallery. Consulter également la246 de Piwigo. Consulter également la 247 247 <a href="http://phpwebgallery.net/doc">documentation officielle de 248 P hpWebGallery</a> pour obtenir plus de détails.</li>249 250 </ul> 248 Piwigo</a> pour obtenir plus de détails.</li> 249 250 </ul> -
trunk/language/fr_FR/help/configuration.html
r2325 r2342 98 98 99 99 <li><strong>Langue</strong>: ne concerne que les libellés de 100 P hpWebGallery. Les noms de catégories, d'image et les descriptions ne sont100 Piwigo. Les noms de catégories, d'image et les descriptions ne sont 101 101 pas localisés (ie multilingue).</li> 102 102 -
trunk/language/fr_FR/help/history.html
r2192 r2342 1 1 <h2>Historique</h2> 2 2 3 <p>Ces écrans permettent de suivre l'historique de navigation dans P hpWebGallery3 <p>Ces écrans permettent de suivre l'historique de navigation dans Piwigo 4 4 suivant les options que vous avez déterminées dans - Administration - Générale 5 5 - Onglet "Historique".</p> -
trunk/language/fr_FR/help/maintenance.html
r2130 r2342 1 1 <h2>Maintenance</h2> 2 2 3 <p>Pour optimiser le temps de génération des pages, P hpWebGalleryutilise3 <p>Pour optimiser le temps de génération des pages, Piwigo utilise 4 4 des informations en cache. Par exemple, au lieu de compter le nombre 5 5 d'éléments contenus dans chaque catégorie à chaque rechargement de page, -
trunk/language/fr_FR/help/site_manager.html
r2130 r2342 1 1 <h2>Sites distant</h2> 2 2 3 <p>P hpWebGalleryoffre la possibilité d'utiliser plusieurs sites pour3 <p>Piwigo offre la possibilité d'utiliser plusieurs sites pour 4 4 stocker les fichiers qui composeront votre galerie. Cela peut être utile si 5 5 votre galerie est installée sur un espace de stockage limité et que vous … … 54 54 déplaçant vers votre répertoire racine. Se rendre sur <span 55 55 class="pwgScreen">Administration, Catégories, Sites distant</span> : 56 P hpWebGallerydétecte le fichier et propose de s'en servir.</p>-->56 Piwigo détecte le fichier et propose de s'en servir.</p>--> -
trunk/language/fr_FR/install.lang.php
r2299 r2342 55 55 $lang['step2_pwd_conf'] = 'Mot de passe [ Confirmer ]'; 56 56 $lang['step2_pwd_conf_info'] = 'Vérification'; 57 $lang['step1_err_copy'] = 'Copiez le texte en rouge entre les tirets et collez-le dans le fichier mysql.inc.php qui se trouve dans le répertoire "include" à la base de l\'endroit où vous avez installé P hpWebGallery(le fichier mysql.inc.php ne doit comporter QUE ce qui est en bleu entre les tirets, aucun retour à la ligne ou espace n\'est autorisé)';58 $lang['install_help'] = 'Besoin d\'aide ? Posez votre question sur le <a href="%s">forum de P hpWebGallery</a>.';57 $lang['step1_err_copy'] = 'Copiez le texte en rouge entre les tirets et collez-le dans le fichier mysql.inc.php qui se trouve dans le répertoire "include" à la base de l\'endroit où vous avez installé Piwigo (le fichier mysql.inc.php ne doit comporter QUE ce qui est en bleu entre les tirets, aucun retour à la ligne ou espace n\'est autorisé)'; 58 $lang['install_help'] = 'Besoin d\'aide ? Posez votre question sur le <a href="%s">forum de Piwigo</a>.'; 59 59 $lang['install_end_message'] = 'La configuration de l\'application s\'est correctement déroulée, place à la prochaine étape<br /><br /> 60 60 Par mesure de sécurité, merci de supprimer le fichier "install.php"<br /> -
trunk/language/nl_NL/about.html
r2171 r2342 1 <li>P hpWebGalleryis een web applicatie die je de mogelijkheid geeft1 <li>Piwigo is een web applicatie die je de mogelijkheid geeft 2 2 om makkelijk een online foto gallerie te maken.</li> 3 3 4 <li>Technisch, P hpWebGalleryis volledig ontwikkeld in PHP (the elePHPant)4 <li>Technisch, Piwigo is volledig ontwikkeld in PHP (the elePHPant) 5 5 met een MySQL database (the SQuirreL).</li> 6 6 7 7 <li>Heb je suggesties of commentaar, bezoek dan de <a 8 href="http:// www.phpwebgallery.net">PhpWebGallery</a> officiele site, en8 href="http://piwigo.org">Piwigo</a> officiele site, en 9 9 zijn <a href="http://forum.phpwebgallery.net">forum</a>.</li> 10 10 -
trunk/language/nl_NL/admin.lang.php
r2328 r2342 21 21 // | USA. | 22 22 // +-----------------------------------------------------------------------+ 23 24 23 25 24 $lang['%d association'] = '%d associatie'; … … 50 49 $lang['%d waiting pictures rejected'] = '%d plaatje\'s afgewezen'; 51 50 $lang['%d waiting pictures validated'] = '%d plaatje\'s toegestaan'; 52 $lang['A new version of PhpWebGallery is available.'] = 'Een nieuwere versie van PhpWebGallery is beschikbaar.';53 51 $lang['Actions'] = 'Acties'; 54 52 $lang['Activate'] = 'Activatie'; … … 148 146 $lang['Permission granted thanks to a group'] = 'Rechten toegekend door een groep'; 149 147 $lang['Permission granted'] = 'Toegang toegestaan'; 150 $lang['PhpWebGallery Administration'] = 'PhpWebGallery Beheer';151 $lang['PhpWebGallery version'] = 'PhpWebGallery versie';152 148 $lang['Picture informations updated'] = 'afbeeldings informatie bijgewerkt'; 153 149 $lang['Plugins'] = 'Plugins'; … … 196 192 $lang['Webmaster cannot be deleted'] = 'Webmaster kan niet verwijderd worden'; 197 193 $lang['You are running on development sources, no check possible.'] = 'Je werkt op basis van ontwikkelins bronnen, geen controle mogelijk.'; 198 $lang['You are running the latest version of PhpWebGallery.'] = 'Je hebt de laatste versie van PhpWebGallery.';199 194 $lang['You cannot delete your account'] = "Je kan je account niet verwijderen"; 200 195 $lang['You cannot move a category in its own sub category'] = 'Je kan een categorie niet verplaatsen in zijn eigen sub categorie'; … … 388 383 $lang['title'] = 'titel'; 389 384 $lang['title_categories'] = 'Categorie beheer'; 390 $lang['title_configuration'] = 'P hpWebGalleryconfiguratie';391 $lang['title_default'] = 'P hpWebGallerybeheer';385 $lang['title_configuration'] = 'Piwigo configuratie'; 386 $lang['title_default'] = 'Piwigo beheer'; 392 387 $lang['title_edit_cat'] = 'Bewerk een categorie'; 393 388 $lang['title_groups'] = 'Groepsbeheer'; … … 425 420 $lang['update_default_title'] = 'Kies een optie'; 426 421 $lang['update_display_info'] = 'toon maximale informatie (toegevoegde categoriën en elementen, verwijderde categoriën en elementen)'; 427 $lang['update_err_pwg_version_differs'] = 'P hpWebGalleryversie verschild op de remote site';428 $lang['update_err_pwg_version_differs_info'] = 'Versie van create_listing_file.php op de remote site en P hpWebGallerymoeten gelijk zijn';422 $lang['update_err_pwg_version_differs'] = 'Piwigo versie verschild op de remote site'; 423 $lang['update_err_pwg_version_differs_info'] = 'Versie van create_listing_file.php op de remote site en Piwigo moeten gelijk zijn'; 429 424 $lang['update_err_remote_listing_not_found'] = 'listing.xml file is niet gevonden'; 430 425 $lang['update_err_remote_listing_not_found_info'] = 'listing.xml file is niet gevonden op de remote site. Het bestand word gegenereerd door het commando "genereer listing" in de Site manager'; … … 504 499 $lang['Add this access definition'] = 'Toevoegen toegangs defenitie'; 505 500 $lang['Web Services availability duration in days'] = 'Web Services beschikbaar in aantal dagen'; 506 $lang['Web Services under control'] = 'P hpWebGalleryWeb Services zijn volledig operationeel en alle verzoeken worden uitgevoerd.';501 $lang['Web Services under control'] = 'Piwigo Web Services zijn volledig operationeel en alle verzoeken worden uitgevoerd.'; 507 502 $lang['special_admin_menu'] = 'Speciaal'; 508 503 $lang['note_check_exif'] = '%s moet ingesteld zijn op false in je config_local.inc.php omdat exif niet ondersteund wordt.'; … … 608 603 /* TODO */ $lang['c13y_anomaly_ignored_count'] = '%d anomaly has been ignored.'; 609 604 /* TODO */ $lang['c13y_anomalies_ignored_count'] = '%d anomalies has been ignored.'; 610 611 605 /* TODO */ $lang['plugins_need_update'] = 'Plugins which need upgrade'; 612 606 /* TODO */ $lang['plugins_dontneed_update'] = 'Plugins up to date'; … … 635 629 /* TODO */ $lang['plugins_check_chmod'] = 'Please check "plugins" folder and sub-folders permissions (CHMOD).'; 636 630 /* TODO */ $lang['plugins_server_error'] = 'Can\'t connect to server.'; 637 638 631 /* TODO */ $lang['Purge compiled templates'] = 'Purge compiled templates'; 639 632 /* TODO */ $lang['Caddie is currently empty'] = 'Caddie is currently empty'; … … 653 646 /* TODO */ $lang['ACCESS_4'] = 'Access to webmasters'; 654 647 /* TODO */ $lang['ACCESS_5'] = 'No access'; 648 $lang['A new version of Piwigo is available.'] = 'Een nieuwere versie van Piwigo is beschikbaar.'; 649 $lang['Piwigo Administration'] = 'Piwigo Beheer'; 650 $lang['Piwigo version'] = 'Piwigo versie'; 651 $lang['You are running the latest version of Piwigo.'] = 'Je hebt de laatste versie van Piwigo.'; 655 652 656 653 ?> -
trunk/language/nl_NL/common.lang.php
r2325 r2342 98 98 $lang['Password forgotten'] = 'Wachtwoord vergeten'; 99 99 $lang['Password'] = 'Wachtwoord'; 100 $lang['PhpWebGallery Help'] = 'PhpWebGallery Help';101 100 $lang['Post date'] = 'Plaatsings datum'; 102 101 $lang['Posted on'] = 'Geplaatst op'; … … 127 126 $lang['Webmaster'] = 'Webmaster'; 128 127 $lang['Week %d'] = 'Week %d'; 129 $lang['about_page_title'] = 'Over P hpWebGallery';128 $lang['about_page_title'] = 'Over Piwigo'; 130 129 $lang['access_forbiden'] = 'Je hebt geen rechten tot de opgevraagde pagina'; 131 130 $lang['add to caddie'] = 'Toevoegen aan caddie'; … … 365 364 $lang['elements posted during the last %d days'] = 'afbeelding binnen de %d dagen'; 366 365 $lang['Choose an image'] = 'Kies een afbeelding om'; 366 $lang['Piwigo Help'] = 'Piwigo Help'; 367 367 368 368 ?> -
trunk/language/nl_NL/help.html
r2171 r2342 15 15 "galleries/test_categorie".</li> 16 16 17 <li>Login op de P hpWebGalleryals een beheerder.</li>17 <li>Login op de Piwigo als een beheerder.</li> 18 18 19 19 <li>Ga naar <span class="pwgScreen">Beheer, Afbeeldingen, 20 Thumbnails</span>. P hpWebGalleryvind de afbeeldingen in de map "test_category"20 Thumbnails</span>. Piwigo vind de afbeeldingen in de map "test_category" 21 21 zonder thumbnails. Vraag om thumbnails te maken.</li> 22 22 … … 35 35 <li> 36 36 37 <p>Categorie mappen zijn in de P hpWebGallerymap "galleries". Bekijk de mapstructuur van een kleine gallerie (maar met een hoop mogelijkheden) :</p>37 <p>Categorie mappen zijn in de Piwigo map "galleries". Bekijk de mapstructuur van een kleine gallerie (maar met een hoop mogelijkheden) :</p> 38 38 39 39 <pre> … … 74 74 75 75 <li>Eigenlijk, een categorie is gepresenteerd door een map op welke level in 76 P hpWebGallerymap "galleries". Elke categorie kan zoveel submappen als jij wilt bevatten.76 Piwigo map "galleries". Elke categorie kan zoveel submappen als jij wilt bevatten. 77 77 In het voorbeeld hierboven, categorie-1.1.1.1 is op nivo 4 van de trap.</li> 78 78 79 79 <li>Eigenlijk, een element is gepresenteerd door een bestand. Een bestand kan een 80 P hpWebGalleryelement zijn als de extenstie is <code>file_ext</code>80 Piwigo element zijn als de extenstie is <code>file_ext</code> 81 81 configuration parameter mofenlijkheden (zie <span 82 82 class="filename">include/config_default.inc.php</span> file). Een bestand kan … … 170 170 <ul> 171 171 172 <li>P hpWebGalleryheeft de mogelijkheid tot het beheren van gebruikers en groepen. Dit kan erg handig zijn als er gemeenschappelijk rechten zijn voor toegang tot private categorieën.</li>172 <li>Piwigo heeft de mogelijkheid tot het beheren van gebruikers en groepen. Dit kan erg handig zijn als er gemeenschappelijk rechten zijn voor toegang tot private categorieën.</li> 173 173 174 174 <li>Je kan groepen maken in <span class="pwgScreen">Administratie, Identificatie, Groepen</span> en voeg gebruikers toe aan de groep via <span class="pwgScreen">Administratie, Identicatie, Gebruikers</span>.</li> … … 181 181 <h3>Bestands upload door gebruikers</h3> 182 182 183 <p>P hpWebGallerygeeft de mogelijkheid aan gebruikers om bestanden uploaden. Om het mogelijk te maken :</p>183 <p>Piwigo geeft de mogelijkheid aan gebruikers om bestanden uploaden. Om het mogelijk te maken :</p> 184 184 185 185 <ol> … … 200 200 <ul> 201 201 202 <li>P hpWebGalleryscheidt categorieën waar de elementen en categorieën worden opgeslagen waar zij worden getoond.</li>202 <li>Piwigo scheidt categorieën waar de elementen en categorieën worden opgeslagen waar zij worden getoond.</li> 203 203 204 204 <li>Standaard, de elementen worden getoond slechts in hun echte categorieën: de die aan mappen op de webserver beantwoorden.</li> … … 222 222 <li>Als je vragen hebt, twijfel niet en bezoek het forum om naar het antwoord te zoeken of stel zelf een vraag. 223 223 Het <a href="http://forum.phpwebgallery.net">forum</a> (Berichtenbord) is beschikbaar op de website van 224 P hpWebGallery. Bekijk de <a href="http://phpwebgallery.net/doc/" target="blank">officiele PhpWebGallerydocumentatie</a> voor meer informatie.</li>225 226 </ul> 227 224 Piwigo. Bekijk de <a href="http://phpwebgallery.net/doc/" target="blank">officiele Piwigo documentatie</a> voor meer informatie.</li> 225 226 </ul> 227 -
trunk/language/nl_NL/help/configuration.html
r2325 r2342 79 79 <ul> 80 80 81 <li><strong>Talen</strong>: betreft slechts P hpWebGallerylabels. De namen van de categorie, de bestandsnamen en alle beschrijvingen vallen hier buiten.</li>81 <li><strong>Talen</strong>: betreft slechts Piwigo labels. De namen van de categorie, de bestandsnamen en alle beschrijvingen vallen hier buiten.</li> 82 82 83 83 <li><strong>Aantal afbeeldingen per rij</strong></li> -
trunk/language/nl_NL/help/maintenance.html
r2171 r2342 1 1 <h2>Onderhoud</h2> 2 2 3 <p>Om de pagina genereringstijd te optimaliseren, gebruikt P hpWebGallerygecachde informatie. Voorbeeld,3 <p>Om de pagina genereringstijd te optimaliseren, gebruikt Piwigo gecachde informatie. Voorbeeld, 4 4 inplaats van in plaats van het tellen van het aantal beelden, bevat elke categorie bij paginaherladen, 5 5 wordt deze informatie opgeslagen inde database. In theorie, zou deze informatie altijd correct zijn, -
trunk/language/nl_NL/help/site_manager.html
r2171 r2342 1 1 <h2>Externe sites</h2> 2 2 3 <p>P hpWebGallerybiedt de mogelijkheid om verscheidene servers te gebruiken om de afbeeldingen op te slaan die uw gallerie zullen samenstellen.3 <p>Piwigo biedt de mogelijkheid om verscheidene servers te gebruiken om de afbeeldingen op te slaan die uw gallerie zullen samenstellen. 4 4 Het kan nuttig zijn als uw gallerie beperkte ruimte is op de server, en dat u een grote hoeveelheid beelden aan hebt wordt getoond.<p> 5 5 … … 33 33 34 34 <!-- <p>Je kan ook handmatig deze <span class="filename">listing.xml</span> genereren, door dit bestand te kopieëren vanaf de externe server en te plaatsen in je huidige 35 P hpWebGallery root map en dan het beheersscherm te openen : PhpWebGalleryzal voorstellen om de gevonden listing.xml te gebruiken.</p>-->35 Piwigo root map en dan het beheersscherm te openen : Piwigo zal voorstellen om de gevonden listing.xml te gebruiken.</p>--> 36 36 -
trunk/language/nl_NL/install.lang.php
r2299 r2342 58 58 $lang['step2_pwd_conf'] = 'Wachtwoord [bevestigen]'; 59 59 $lang['step2_pwd_conf_info'] = 'verificatie'; 60 $lang['install_help'] = 'Hulp nodig ? stel een vraag op het <a href="%s" target="_blank">P hpWebGalleryforum</a>.';61 $lang['install_end_message'] = 'Het installeren van P hpWebGalleryis klaar, de volgende stap is<br /><br />het verwijderen van "install.php" dit is om de veiligheid te waarborgen<br />60 $lang['install_help'] = 'Hulp nodig ? stel een vraag op het <a href="%s" target="_blank">Piwigo forum</a>.'; 61 $lang['install_end_message'] = 'Het installeren van Piwigo is klaar, de volgende stap is<br /><br />het verwijderen van "install.php" dit is om de veiligheid te waarborgen<br /> 62 62 Vervolg de instructies nadat "install.php" is verwijderd:<ul><li>Ga naar de Indentificatie pagina: [ <a href="identification.php">Indentificatie</a> ] gebruik hiervoor het eerder opgegeven gebruikersnaam met wachtwoord</li> 63 63 <li>Deze gebruikersnaam geeft u toegang tot de beheermenu zodat u afbeeldingen op uw website kan plaatsen</li></ul>'; -
trunk/plugins/LocalFilesEditor/main.inc.php
r2302 r2342 4 4 // +-----------------------------------------------------------------------+ 5 5 // | Copyright(C) 2008 Piwigo Team http://piwigo.org | 6 // | Copyright(C) 2003-2008 P hpWebGallery Team http://phpwebgallery.net |6 // | Copyright(C) 2003-2008 Piwigo team http://phpwebgallery.net | 7 7 // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | 8 8 // +-----------------------------------------------------------------------+ … … 27 27 Description: Edit local files from administration panel / Editeur de fichiers locaux 28 28 Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=144 29 Author: P hpWebGalleryteam30 Author URI: http:// www.phpwebgallery.net29 Author: Piwigo team 30 Author URI: http://piwigo.org 31 31 */ 32 32 -
trunk/plugins/add_index/main.inc.php
r2302 r2342 4 4 // +-----------------------------------------------------------------------+ 5 5 // | Copyright(C) 2008 Piwigo Team http://piwigo.org | 6 // | Copyright(C) 2003-2008 P hpWebGallery Team http://phpwebgallery.net |6 // | Copyright(C) 2003-2008 Piwigo team http://phpwebgallery.net | 7 7 // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | 8 8 // +-----------------------------------------------------------------------+ … … 26 26 Version: 1.8 27 27 Description: Add file index.php file on all sub-directories of local galleries pictures. / Ajoute le fichier index.php sur les sous-répertoires de galeries d'images locales. 28 Plugin URI: http:// www.phpwebgallery.net29 Author: P hpWebGalleryteam30 Author URI: http:// www.phpwebgallery.net28 Plugin URI: http://piwigo.org 29 Author: Piwigo team 30 Author URI: http://piwigo.org 31 31 */ 32 32 -
trunk/plugins/admin_advices/main.inc.php
r2302 r2342 4 4 // +-----------------------------------------------------------------------+ 5 5 // | Copyright(C) 2008 Piwigo Team http://piwigo.org | 6 // | Copyright(C) 2003-2008 P hpWebGallery Team http://phpwebgallery.net |6 // | Copyright(C) 2003-2008 Piwigo team http://phpwebgallery.net | 7 7 // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | 8 8 // +-----------------------------------------------------------------------+ … … 26 26 Version: 1.8 27 27 Description: Give you an advice on the administration page. 28 Plugin URI: http:// www.phpwebgallery.net29 Author: P hpWebGalleryteam30 Author URI: http:// www.phpwebgallery.net28 Plugin URI: http://piwigo.org 29 Author: Piwigo team 30 Author URI: http://piwigo.org 31 31 */ 32 32 -
trunk/plugins/admin_multi_view/main.inc.php
r2302 r2342 4 4 // +-----------------------------------------------------------------------+ 5 5 // | Copyright(C) 2008 Piwigo Team http://piwigo.org | 6 // | Copyright(C) 2003-2008 P hpWebGallery Team http://phpwebgallery.net |6 // | Copyright(C) 2003-2008 Piwigo team http://phpwebgallery.net | 7 7 // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | 8 8 // +-----------------------------------------------------------------------+ … … 26 26 Version: 1.8 27 27 Description: Allows administrators to view gallery as guests and/or change the language and/or theme on the fly. Practical to debug changes ... 28 Plugin URI: http:// www.phpwebgallery.net29 Author: P hpWebGalleryteam30 Author URI: http:// www.phpwebgallery.net28 Plugin URI: http://piwigo.org 29 Author: Piwigo team 30 Author URI: http://piwigo.org 31 31 */ 32 32 -
trunk/plugins/c13y_upgrade/main.inc.php
r2302 r2342 4 4 // +-----------------------------------------------------------------------+ 5 5 // | Copyright(C) 2008 Piwigo Team http://piwigo.org | 6 // | Copyright(C) 2003-2008 P hpWebGallery Team http://phpwebgallery.net |6 // | Copyright(C) 2003-2008 Piwigo team http://phpwebgallery.net | 7 7 // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | 8 8 // +-----------------------------------------------------------------------+ … … 26 26 Version: 1.8 27 27 Description: Check integrity of upgrades / Contrôle d'intégrité des mises à jour 28 Plugin URI: http:// www.phpwebgallery.net29 Author: P hpWebGalleryteam30 Author URI: http:// www.phpwebgallery.net28 Plugin URI: http://piwigo.org 29 Author: Piwigo team 30 Author URI: http://piwigo.org 31 31 */ 32 32 -
trunk/plugins/event_tracer/main.inc.php
r2302 r2342 4 4 // +-----------------------------------------------------------------------+ 5 5 // | Copyright(C) 2008 Piwigo Team http://piwigo.org | 6 // | Copyright(C) 2003-2008 P hpWebGallery Team http://phpwebgallery.net |6 // | Copyright(C) 2003-2008 Piwigo team http://phpwebgallery.net | 7 7 // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | 8 8 // +-----------------------------------------------------------------------+ … … 26 26 Version: 1.8.a 27 27 Description: For developers. Shows all calls to trigger_event. 28 Plugin URI: http:// www.phpwebgallery.net29 Author: P hpWebGalleryteam30 Author URI: http:// www.phpwebgallery.net28 Plugin URI: http://piwigo.org 29 Author: Piwigo team 30 Author URI: http://piwigo.org 31 31 */ 32 32 -
trunk/plugins/event_tracer/tracer_admin.tpl
r2268 r2342 6 6 <p> 7 7 The event tracer is a developer tool that logs in the footer of the window all calls to trigger_event method. 8 You can use this plugin to see what events is P hpWebGallerycalling.8 You can use this plugin to see what events is Piwigo calling. 9 9 <b>Note that $conf['show_queries'] must be true.</b> 10 10 </p> -
trunk/plugins/extended_description/main.inc.php
r2302 r2342 4 4 // +-----------------------------------------------------------------------+ 5 5 // | Copyright(C) 2008 Piwigo Team http://piwigo.org | 6 // | Copyright(C) 2003-2008 P hpWebGallery Team http://phpwebgallery.net |6 // | Copyright(C) 2003-2008 Piwigo team http://phpwebgallery.net | 7 7 // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | 8 8 // +-----------------------------------------------------------------------+ … … 27 27 Description: Allow multilanguage description / Permet d'avoir des descriptions mutilingues 28 28 Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=175 29 Author: P hpWebGalleryteam30 Author URI: http:// www.phpwebgallery.net29 Author: Piwigo team 30 Author URI: http://piwigo.org 31 31 */ 32 32 -
trunk/plugins/hello_world/main.inc.php
r2302 r2342 26 26 Version: 1.8 27 27 Description: This example plugin changes the page banner for the administration page. 28 Plugin URI: http:// www.phpwebgallery.net29 Author: P hpWebGalleryteam30 Author URI: http:// www.phpwebgallery.net28 Plugin URI: http://piwigo.org 29 Author: Piwigo team 30 Author URI: http://piwigo.org 31 31 */ 32 32 … … 51 51 global $template, $page; 52 52 $template->assign( 'PAGE_BANNER', 53 '<h1>"'.$page['page_banner'].'" from P hpWebGalleryplugin!</h1>');53 '<h1>"'.$page['page_banner'].'" from Piwigo plugin!</h1>'); 54 54 } 55 55 -
trunk/plugins/language_switch/main.inc.php
r2302 r2342 4 4 // +-----------------------------------------------------------------------+ 5 5 // | Copyright(C) 2008 Piwigo Team http://piwigo.org | 6 // | Copyright(C) 2003-2008 P hpWebGallery Team http://phpwebgallery.net |6 // | Copyright(C) 2003-2008 Piwigo team http://phpwebgallery.net | 7 7 // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | 8 8 // +-----------------------------------------------------------------------+ … … 27 27 Description: Switch to another language from flags on your gallery home page. 28 28 Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=123 29 Author: P hpWebGalleryteam30 Author URI: http:// www.phpwebgallery.net29 Author: Piwigo team 30 Author URI: http://piwigo.org 31 31 */ 32 32 -
trunk/popuphelp.php
r2299 r2342 35 35 36 36 $page['body_id'] = 'thePopuphelpPage'; 37 $title = l10n('P hpWebGalleryHelp');37 $title = l10n('Piwigo Help'); 38 38 $page['page_banner'] = '<h1>'.$title.'</h1>'; 39 39 $page['meta_robots']=array('noindex'=>1, 'nofollow'=>1); -
trunk/profile.php
r2299 r2342 181 181 } 182 182 183 // update user "additional" informations (specific to P hpWebGallery)183 // update user "additional" informations (specific to Piwigo) 184 184 $fields = array( 185 185 'nb_image_line', 'nb_line_page', 'language', 'maxwidth', 'maxheight', -
trunk/random.php
r1900 r2342 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | PhpWebGallery - a PHP based picture gallery | 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net | 3 // | Piwigo - a PHP based picture gallery | 6 4 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far) 8 // | file : $RCSfile$ 9 // | last update : $Date$ 10 // | last modifier : $Author$ 11 // | revision : $Revision$ 5 // | Copyright(C) 2008 Piwigo Team http://piwigo.org | 6 // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | 7 // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | 12 8 // +-----------------------------------------------------------------------+ 13 9 // | This program is free software; you can redistribute it and/or modify | -
trunk/search_rules.php
r2325 r2342 44 44 45 45 $page['body_id'] = 'thePopuphelpPage'; 46 $title = l10n('P hpWebGalleryHelp');46 $title = l10n('Piwigo Help'); 47 47 $page['page_banner'] = '<h1>'.$title.'</h1>'; 48 48 $page['meta_robots']=array('noindex'=>1, 'nofollow'=>1); -
trunk/template/yoga/admin/intro.tpl
r2328 r2342 2 2 <h2>{'title_default'|@translate}</h2> 3 3 <dl> 4 <dt>{'P hpWebGalleryversion'|@translate}</dt>4 <dt>{'Piwigo version'|@translate}</dt> 5 5 <dd> 6 6 <ul> 7 <li>P hpWebGallery{$PWG_VERSION}</li>7 <li>Piwigo {$PWG_VERSION}</li> 8 8 <li><a href="{$U_CHECK_UPGRADE}">{'Check for upgrade'|@translate}</a></li> 9 9 </ul> -
trunk/template/yoga/footer.tpl
r2233 r2342 7 7 8 8 {* Please, do not remove this copyright. If you really want to, 9 contact us on http://p hpwebgallery.netto find a solution on how9 contact us on http://piwigo.org to find a solution on how 10 10 to show the origin of the script... 11 11 *} 12 12 13 13 {'powered_by'|@translate} 14 <a href="http:// www.phpwebgallery.net" class="PWG">14 <a href="http://piwigo.org" class="PWG"> 15 15 <span class="P">Php</span><span class="W">Web</span><span class="G">Gallery</span></a> 16 16 {$VERSION} -
trunk/template/yoga/header.tpl
r2332 r2342 5 5 <head> 6 6 <meta http-equiv="Content-Type" content="text/html; charset={$CONTENT_ENCODING}"> 7 <meta name="generator" content="P hpWebGallery (aka PWG), see www.phpwebgallery.net">7 <meta name="generator" content="Piwigo (aka PWG), see piwigo.org"> 8 8 <title>{$GALLERY_TITLE} :: {$PAGE_TITLE}</title> 9 9 <link rel="shortcut icon" type="image/x-icon" href="{$ROOT_URL}template-common/favicon.ico"> -
trunk/template/yoga/install.tpl
r2248 r2342 7 7 <meta http-equiv="Content-script-type" content="text/javascript"> 8 8 <meta http-equiv="Content-Style-Type" content="text/css"> 9 <title>P hpWebGallery{$RELEASE}</title>9 <title>Piwigo {$RELEASE}</title> 10 10 {literal} 11 11 <style type="text/css"> … … 114 114 <tr align="center" valign="middle"> 115 115 <td> 116 <div class="title">P hpWebGallery{$RELEASE}</div>116 <div class="title">Piwigo {$RELEASE}</div> 117 117 <table class="table1"> 118 118 {if isset($errors)} -
trunk/template/yoga/mail/text/html/footer.tpl
r2278 r2342 4 4 <hr/> 5 5 {* Please, do not remove this copyright. If you really want to, 6 contact us on http://p hpwebgallery.netto find a solution on how6 contact us on http://piwigo.org to find a solution on how 7 7 to show the origin of the script...*} 8 8 9 9 {'powered_by'|@translate} 10 <a href="http:// www.phpwebgallery.net" class="PWG">11 <span class="P">P hp</span><span class="W">Web</span><span class="G">Gallery</span></a>10 <a href="http://piwigo.org" class="PWG"> 11 <span class="P">Pi</span><span class="W">wi</span><span class="G">go</span></a> 12 12 {$VERSION} 13 13 - {'send_mail'|@translate} -
trunk/template/yoga/mail/text/html/header.tpl
r2278 r2342 7 7 <html lang="{$LANG}" dir="{$DIR}"> 8 8 <head> 9 <title>P hpWebGalleryMail</title>9 <title>Piwigo Mail</title> 10 10 <meta http-equiv="Content-Type" content="text/html; charset={$CONTENT_ENCODING}"> 11 11 <style><!-- /* Mini style for mails */ -
trunk/template/yoga/mail/text/plain/footer.tpl
r2278 r2342 2 2 3 3 ------------------------ 4 P hpWebGallery{$VERSION}4 Piwigo {$VERSION} -
trunk/template/yoga/upgrade.tpl
r2260 r2342 5 5 <head> 6 6 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 7 <title>P hpWebGallery: Upgrade to {$RELEASE}</title>7 <title>Piwigo : Upgrade to {$RELEASE}</title> 8 8 </head> 9 9 10 10 <body> 11 11 {if isset($introduction)} 12 <h1>Welcome to P hpWebGalleryupgrade page.</h1>12 <h1>Welcome to Piwigo upgrade page.</h1> 13 13 14 14 <p>This page proposes to upgrade your database corresponding to your old 15 version of P hpWebGalleryto the current version. The upgrade assistant15 version of Piwigo to the current version. The upgrade assistant 16 16 thinks you are currently running a 17 17 <strong>release {$introduction.CURRENT_RELEASE}</strong> (or equivalent).</p> -
trunk/tools/fill_history.pl
r1912 r2342 21 21 print <<FIN; 22 22 23 Fill the user comments table of P hpWebGallery.23 Fill the user comments table of Piwigo. 24 24 25 25 Usage: pwg_fill_comments.pl --dbname=<database_name> … … 51 51 } 52 52 53 $opt{prefix} = 'p hpwebgallery_' if (not defined $opt{prefix});53 $opt{prefix} = 'piwigo_' if (not defined $opt{prefix}); 54 54 my $dbh = DBI->connect( 55 55 'DBI:mysql:'.$opt{dbname}, -
trunk/tools/pwg_rel_create.sh
r2200 r2342 5 5 # +--------------------------------------------------------------------------+ 6 6 # | author : Pierrick LE GALL <http://le-gall.net/pierrick> | 7 # | project : P hpWebGallery|7 # | project : Piwigo | 8 8 # +--------------------------------------------------------------------------+ 9 9 -
trunk/tools/release_creation.readme
r2176 r2342 1 1 ===================================== 2 P hpWebGalleryrelease creation guide2 Piwigo release creation guide 3 3 ===================================== 4 4
Note: See TracChangeset
for help on using the changeset viewer.