Changeset 2342


Ignore:
Timestamp:
May 15, 2008, 8:43:33 PM (16 years ago)
Author:
rub
Message:

Change some PhpWebGallery to Piwigo. (2/2)

All phpwebgallery.net are not changed!

Location:
trunk
Files:
68 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin.php

    r2339 r2342  
    6262$conf_link = $link_start.'configuration&section=';
    6363//----------------------------------------------------- template initialization
    64 $title = l10n('PhpWebGallery Administration'); // for include/page_header.php
    65 $page['page_banner'] = '<h1>'.l10n('PhpWebGallery Administration').'</h1>';
     64$title = l10n('Piwigo Administration'); // for include/page_header.php
     65$page['page_banner'] = '<h1>'.l10n('Piwigo Administration').'</h1>';
    6666$page['body_id'] = 'theAdminPage';
    6767
  • trunk/admin/intro.php

    r2328 r2342  
    9494      array_push(
    9595        $page['infos'],
    96         l10n('A new version of PhpWebGallery is available.')
     96        l10n('A new version of Piwigo is available.')
    9797        );
    9898    }
     
    101101      array_push(
    102102        $page['infos'],
    103         l10n('You are running the latest version of PhpWebGallery.')
     103        l10n('You are running the latest version of Piwigo.')
    104104        );
    105105    }
  • trunk/doc/README_en.txt

    r2028 r2342  
    11=============
    2 PhpWebGallery
     2Piwigo
    33=============
    44
    5 http://phpwebgallery.net
     5http://piwigo.org
    66
    77
     
    6666https://gna.org/mail/?group=phpwebgallery
    6767
    68 It is *highly* recommended to subscribe to PhpWebGallery newsletter. This is
     68It is *highly* recommended to subscribe to Piwigo newsletter. This is
    6969extremely low-traffic, but will provide you with announcements of new
    70 PhpWebGallery releases and serious bug notification. You will find available
     70Piwigo releases and serious bug notification. You will find available
    7171mailing lists at this URL :
    7272
  • trunk/doc/README_fr.txt

    r2028 r2342  
    11=============
    2 PhpWebGallery
     2Piwigo
    33=============
    44
    5 http://phpwebgallery.net
     5http://piwigo.org
    66
    77Installation
     
    6868
    6969Il est *fortement* recommandé de souscrire à la newsletter de
    70 PhpWebGallery. Très peu de mails sont envoyés, mais les informations sont
     70Piwigo. Très peu de mails sont envoyés, mais les informations sont
    7171importantes : nouvelles versions de l'application, notification de bugs
    7272importants (relatifs à la sécurité). Vous trouverez les listes de
  • trunk/index.php

    r2231 r2342  
    11<?php
    22// +-----------------------------------------------------------------------+
    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 |
    118// +-----------------------------------------------------------------------+
    129// | This program is free software; you can redistribute it and/or modify  |
  • trunk/install/config.sql

    r2325 r2342  
    1 -- initial configuration for PhpWebGallery
     1-- initial configuration for Piwigo
    22
    3 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('nb_comment_page','10','number of comments to display on each page');
    4 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('log','false','keep an history of visits on your website');
    5 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('comments_validation','false','administrators validate users comments before becoming visible');
    6 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('comments_forall','false','even guest not registered can post comments');
    7 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('gallery_locked','false','Lock your gallery temporary for non admin users');
    8 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('gallery_title','PhpWebGallery demonstration site','Title at top of each page and for RSS feed');
    9 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('gallery_url','http://demo.phpwebgallery.net','URL given in RSS feed');
    10 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('rate','true','Rating pictures feature is enabled');
    11 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('rate_anonymous','true','Rating pictures feature is also enabled for visitors');
    12 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('page_banner','<h1>PhpWebGallery demonstration site</h1><p>My photos web site</p>','html displayed on the top each page of your gallery');
    13 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('history_admin','false','keep a history of administrator visits on your website');
    14 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('history_guest','true','keep a history of guest visits on your website');
    15 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('allow_user_registration','true','allow visitors to register?');
    16 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('secret_key', MD5(RAND()), 'a secret key specific to the gallery for internal use');
    17 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('nbm_send_html_mail','true','Send mail on HTML format for notification by mail');
    18 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('nbm_send_mail_as','','Send mail as param value for notification by mail');
    19 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('nbm_send_detailed_content','true','Send detailed content for notification by mail');
    20 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('nbm_complementary_mail_content','','Complementary mail content for notification by mail');
    21 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('nbm_send_recent_post_dates','true','Send recent post by dates for notification by mail');
    22 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('email_admin_on_new_user','false','Send an email to theadministrators when a user registers');
    23 INSERT INTO phpwebgallery_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 phpwebgallery_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 phpwebgallery_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 phpwebgallery_config (param,value,comment) VALUES ('obligatory_user_mail_address','false','Mail address is obligatory for users');
    27 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('c13y_ignore',null,'List of ignored anomalies');
    28 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('upload_link_everytime','false','Show upload link every time');
    29 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('upload_user_access',2 /*ACCESS_CLASSIC*/,'User access level to upload');
     3INSERT INTO piwigo_config (param,value,comment) VALUES ('nb_comment_page','10','number of comments to display on each page');
     4INSERT INTO piwigo_config (param,value,comment) VALUES ('log','false','keep an history of visits on your website');
     5INSERT INTO piwigo_config (param,value,comment) VALUES ('comments_validation','false','administrators validate users comments before becoming visible');
     6INSERT INTO piwigo_config (param,value,comment) VALUES ('comments_forall','false','even guest not registered can post comments');
     7INSERT INTO piwigo_config (param,value,comment) VALUES ('gallery_locked','false','Lock your gallery temporary for non admin users');
     8INSERT INTO piwigo_config (param,value,comment) VALUES ('gallery_title','Piwigo demonstration site','Title at top of each page and for RSS feed');
     9INSERT INTO piwigo_config (param,value,comment) VALUES ('gallery_url','http://demo.piwigo.net','URL given in RSS feed');
     10INSERT INTO piwigo_config (param,value,comment) VALUES ('rate','true','Rating pictures feature is enabled');
     11INSERT INTO piwigo_config (param,value,comment) VALUES ('rate_anonymous','true','Rating pictures feature is also enabled for visitors');
     12INSERT 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');
     13INSERT INTO piwigo_config (param,value,comment) VALUES ('history_admin','false','keep a history of administrator visits on your website');
     14INSERT INTO piwigo_config (param,value,comment) VALUES ('history_guest','true','keep a history of guest visits on your website');
     15INSERT INTO piwigo_config (param,value,comment) VALUES ('allow_user_registration','true','allow visitors to register?');
     16INSERT INTO piwigo_config (param,value,comment) VALUES ('secret_key', MD5(RAND()), 'a secret key specific to the gallery for internal use');
     17INSERT INTO piwigo_config (param,value,comment) VALUES ('nbm_send_html_mail','true','Send mail on HTML format for notification by mail');
     18INSERT INTO piwigo_config (param,value,comment) VALUES ('nbm_send_mail_as','','Send mail as param value for notification by mail');
     19INSERT INTO piwigo_config (param,value,comment) VALUES ('nbm_send_detailed_content','true','Send detailed content for notification by mail');
     20INSERT INTO piwigo_config (param,value,comment) VALUES ('nbm_complementary_mail_content','','Complementary mail content for notification by mail');
     21INSERT INTO piwigo_config (param,value,comment) VALUES ('nbm_send_recent_post_dates','true','Send recent post by dates for notification by mail');
     22INSERT INTO piwigo_config (param,value,comment) VALUES ('email_admin_on_new_user','false','Send an email to theadministrators when a user registers');
     23INSERT INTO piwigo_config (param,value,comment) VALUES ('email_admin_on_comment','false','Send an email to the administrators when a valid comment is entered');
     24INSERT INTO piwigo_config (param,value,comment) VALUES ('email_admin_on_comment_validation','false','Send an email to the administrators when a comment requires validation');
     25INSERT INTO piwigo_config (param,value,comment) VALUES ('email_admin_on_picture_uploaded','false','Send an email to the administrators when a picture is uploaded');
     26INSERT INTO piwigo_config (param,value,comment) VALUES ('obligatory_user_mail_address','false','Mail address is obligatory for users');
     27INSERT INTO piwigo_config (param,value,comment) VALUES ('c13y_ignore',null,'List of ignored anomalies');
     28INSERT INTO piwigo_config (param,value,comment) VALUES ('upload_link_everytime','false','Show upload link every time');
     29INSERT 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  
    3131$query = '
    3232UPDATE '.PREFIX_TABLE.'config
    33   SET value = \'<h1>PhpWebGallery demonstration site</h1><p>My photos web site</p>\'
     33  SET value = \'<h1>Piwigo demonstration site</h1><p>My photos web site</p>\'
    3434  WHERE param = \'page_banner\'
    3535;';
  • trunk/language/en_UK/about.html

    r1900 r2342  
    1   <li>PhpWebGallery is a web application giving you the possibility to
     1  <li>Piwigo is a web application giving you the possibility to
    22  create an online images gallery easily.</li>
    33
    4   <li>Technicaly, PhpWebGallery is fully developped with PHP (the elePHPant)
     4  <li>Technicaly, Piwigo is fully developped with PHP (the elePHPant)
    55  with a MySQL database (the SQuirreL).</li>
    66
    77  <li>If you have any suggestions or comments, please visit <a
    8   href="http://www.phpwebgallery.net">PhpWebGallery</a> official site, and
    9   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>
    1010
  • trunk/language/en_UK/admin.lang.php

    r2328 r2342  
    4949$lang['%d waiting pictures rejected'] = '%d waiting pictures rejected';
    5050$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.';
    5251$lang['Actions'] = 'Actions';
    5352$lang['Activate'] = 'Activate';
     
    147146$lang['Permission granted thanks to a group'] = 'Permission granted thanks to a group';
    148147$lang['Permission granted'] = 'Permission granted';
    149 $lang['PhpWebGallery Administration'] = 'PhpWebGallery Administration';
    150 $lang['PhpWebGallery version'] = 'PhpWebGallery version';
    151148$lang['Picture informations updated'] = 'Picture informations updated';
    152149$lang['Plugins'] = 'Plugins';
     
    195192$lang['Webmaster cannot be deleted'] = 'Webmaster cannot be deleted';
    196193$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.';
    198194$lang['You cannot delete your account'] = "You cannot delete your account";
    199195$lang['You cannot move a category in its own sub category'] = 'You cannot move a category in its own sub category';
     
    386382$lang['title'] = 'title';
    387383$lang['title_categories'] = 'Categories management';
    388 $lang['title_configuration'] = 'PhpWebGallery configuration';
    389 $lang['title_default'] = 'PhpWebGallery administration';
     384$lang['title_configuration'] = 'Piwigo configuration';
     385$lang['title_default'] = 'Piwigo administration';
    390386$lang['title_edit_cat'] = 'Edit a category';
    391387$lang['title_groups'] = 'Group management';
     
    423419$lang['update_default_title'] = 'Choose an option';
    424420$lang['update_display_info'] = 'display maximum informations (added categories and elements, deleted categories and elements)';
    425 $lang['update_err_pwg_version_differs'] = 'PhpWebGallery version differs on the remote site';
    426 $lang['update_err_pwg_version_differs_info'] = 'Version of create_listing_file.php on the remote site and PhpWebGallery must 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';
    427423$lang['update_err_remote_listing_not_found'] = 'listing.xml file was not found';
    428424$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';
     
    502498$lang['Add this access definition'] = 'Add this access definition';
    503499$lang['Web Services availability duration in days'] = 'Web Services availability duration in days';
    504 $lang['Web Services under control'] = 'PhpWebGallery Web 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.';
    505501$lang['special_admin_menu'] = 'Specials';
    506502$lang['Duplicates'] = 'Files with same name in more than one physical category';
     
    601597$lang['c13y_anomaly_ignored_count'] = '%d anomaly has been ignored.';
    602598$lang['c13y_anomalies_ignored_count'] = '%d anomalies have been ignored.';
    603 
    604599$lang['plugins_need_update'] = 'Plugins which need upgrade';
    605600$lang['plugins_dontneed_update'] = 'Plugins up to date';
     
    628623$lang['plugins_check_chmod'] = 'Please check "plugins" folder and sub-folders permissions (CHMOD).';
    629624$lang['plugins_server_error'] = 'Can\'t connect to server.';
    630 
    631625$lang['Purge compiled templates'] = 'Purge compiled templates';
    632626$lang['Caddie is currently empty'] = 'Caddie is currently empty';
     
    640634$lang['ACCESS_4'] = 'Access to webmasters';
    641635$lang['ACCESS_5'] = 'No access';
    642 
    643636$lang['DEMO'] = 'Demo';
    644637$lang['HOME'] = 'Piwigo home';
     
    647640$lang['EXTENSIONS'] = 'Extensions';
    648641$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.';
    649646?>
  • trunk/language/en_UK/common.lang.php

    r2325 r2342  
    9898$lang['Password forgotten'] = 'Password forgotten';
    9999$lang['Password'] = 'Password';
    100 $lang['PhpWebGallery Help'] = 'PhpWebGallery Help';
    101100$lang['Post date'] = 'Post date';
    102101$lang['Posted on'] = 'Posted on';
     
    127126$lang['Webmaster'] = 'Webmaster';
    128127$lang['Week %d'] = 'Week %d';
    129 $lang['about_page_title'] = 'About PhpWebGallery';
     128$lang['about_page_title'] = 'About Piwigo';
    130129$lang['access_forbiden'] = 'You are not authorized to access the requested page';
    131130$lang['add to caddie'] = 'add to caddie';
     
    365364$lang['elements posted during the last %d days'] = 'images posted during the last %d days';
    366365$lang['Choose an image'] = 'Choose an image';
     366$lang['Piwigo Help'] = 'Piwigo Help';
    367367
    368368?>
  • trunk/language/en_UK/help.html

    r1900 r2342  
    1515  "galleries/test_category".</li>
    1616
    17   <li>Connect to your PhpWebGallery as an admin.</li>
     17  <li>Connect to your Piwigo as an admin.</li>
    1818
    1919  <li>Go to <span class="pwgScreen">Administration, Pictures,
    20   Thumbnails</span>. PhpWebGallery find the picture from "test_category"
     20  Thumbnails</span>. Piwigo find the picture from "test_category"
    2121  without thumbnails. Ask to create thumbnails.</li>
    2222
     
    3636  <li>
    3737
    38     <p>Category directories are in the PhpWebGallery directory
     38    <p>Category directories are in the Piwigo directory
    3939    "galleries". Here follow the directory tree of a very small gallery (but
    4040    using many features) :</p>
     
    7777 
    7878  <li>Basically, a category is represented by a directory at any level in
    79   PhpWebGallery directory "galleries". Each category can contain as many
     79  Piwigo directory "galleries". Each category can contain as many
    8080  sub-level as you wish. In the example above, category-1.1.1.1 is at level
    8181  4 of deepness.</li>
    8282
    8383  <li>Basically, an element is represented by a file. A file can be a
    84   PhpWebGallery element if its extenstion is among <code>file_ext</code>
     84  Piwigo element if its extenstion is among <code>file_ext</code>
    8585  configuration parameter possibilities (see <span
    8686  class="filename">include/config_default.inc.php</span> file). A file can
     
    183183<ul>
    184184
    185   <li>PhpWebGallery is able to manage groups of users. It can be very useful
     185  <li>Piwigo is able to manage groups of users. It can be very useful
    186186  to have common permission access for private categories.</li>
    187187
     
    199199<h3>Files upload by users</h3>
    200200
    201 <p>PhpWebGallery offers the possibility for users to upload images. in
     201<p>Piwigo offers the possibility for users to upload images. in
    202202order to do it:</p>
    203203
     
    223223<ul>
    224224
    225   <li>PhpWebGallery dissociates categories where elements are stored and
     225  <li>Piwigo dissociates categories where elements are stored and
    226226  categories where they are shown.</li>
    227227
     
    252252  or ask a question there. The <a
    253253  href="http://forum.phpwebgallery.net">forum</a> (message board) is
    254   available on the presentation site of PhpWebGallery. Check the <a
    255   href="http://phpwebgallery.net/doc/">official PhpWebGallery
     254  available on the presentation site of Piwigo. Check the <a
     255  href="http://phpwebgallery.net/doc/">official Piwigo
    256256  documentation</a> for further reading.</li>
    257257
  • trunk/language/en_UK/help/configuration.html

    r2325 r2342  
    9797<ul>
    9898
    99   <li><strong>Language</strong>: concerns only PhpWebGallery
     99  <li><strong>Language</strong>: concerns only Piwigo
    100100  labels. Category names, picture names and all descriptions are not
    101101  localized.</li>
  • trunk/language/en_UK/help/history.html

    r2192 r2342  
    11<h2>History</h2>
    22
    3 <p>These screens allows you to follow the historical navigation en PhpWebGallery
     3<p>These screens allows you to follow the historical navigation en Piwigo
    44according to the options yo have chosen in - Administration - General - History index.</p>
    55       
  • trunk/language/en_UK/help/maintenance.html

    r2064 r2342  
    11<h2>Maintenance</h2>
    22
    3 <p>To optimize page generation time, PhpWebGallery uses cached
     3<p>To optimize page generation time, Piwigo uses cached
    44information. For example, instead of counting the number of pictures
    55contained in each category at each page reload, this information is stored
  • trunk/language/en_UK/help/site_manager.html

    r1900 r2342  
    11<h2>Remote sites</h2>
    22
    3 <p>PhpWebGallery offers the possibility to use several servers to store the
     3<p>Piwigo offers the possibility to use several servers to store the
    44images which will compose your gallery. It can be useful if your gallery is
    55installed on one limited space and that you have a big quantity of images to
     
    4646<!-- <p>You can do all this by hand by generating yourself the <span
    4747class="filename">listing.xml</span> file, moving it from your distant server
    48 to you local PhpWebGallery root directory and opening the remote site
    49 management screen : PhpWebGallery will propose you to use the found
     48to you local Piwigo root directory and opening the remote site
     49management screen : Piwigo will propose you to use the found
    5050listing.xml file.</p>-->
    5151
  • trunk/language/en_UK/help/thumbnail.html

    r1900 r2342  
    1919  <dt>Number of thumbnails to create</dt>
    2020
    21   <dd>Do not try to miniaturize too many pictures in the same time. 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.</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>
    2222
    2323  <dt>File format</dt>
  • trunk/language/en_UK/install.lang.php

    r2299 r2342  
    5858$lang['step2_pwd_conf'] = 'Password [confirm]';
    5959$lang['step2_pwd_conf_info'] = 'verification';
    60 $lang['install_help'] = 'Need help ? Ask your question on <a href="%s">PhpWebGallery message board</a>.';
    61 $lang['install_end_message'] = 'The configuration of PhpWebGallery is 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 />
    6262For security reason, please delete file "install.php"<br />
    6363Once this file deleted , follow this instructions :
  • trunk/language/es_ES/about.html

    r2145 r2342  
    1   <li>PhpWebGallery es 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>
    22
    3   <li>Técnicamente, PhpWebGallery es 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>
    44
    55  <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>
    77
    88 
  • trunk/language/es_ES/admin.lang.php

    r2328 r2342  
    4949$lang['%d waiting pictures rejected'] = '%d imágenes en espera rechazadas';
    5050$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.';
    5251$lang['Actions'] = 'Acciones';
    5352$lang['Activate'] = 'Acelerar';
     
    147146$lang['Permission granted thanks to a group'] = 'Acceso autorizado gracias a la pertenencia a los grupos';
    148147$lang['Permission granted'] = 'Acceso autorizado';
    149 $lang['PhpWebGallery Administration'] = 'Administración de PhpWebGallery';
    150 $lang['PhpWebGallery version'] = 'Versión de PhpWebGallery';
    151148$lang['Picture informations updated'] = 'Informaciones puestas al día de la imagen';
    152149$lang['Plugins'] = 'Plugins';
     
    195192$lang['Webmaster cannot be deleted'] = 'El webmestre no puede ser suprimido';
    196193$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.';
    198194$lang['You cannot delete your account'] = "Usted no puede suprimir su cuenta";
    199195$lang['You cannot move a category in its own sub category'] = 'Usted no puede desplazar una categoría en su propia subcategoría';
     
    387383$lang['title'] = 'título';
    388384$lang['title_categories'] = 'Gestión de las categorías';
    389 $lang['title_configuration'] = 'Configuración de PhpWebGallery';
    390 $lang['title_default'] = 'Administración de PhpWebGallery';
     385$lang['title_configuration'] = 'Configuración de Piwigo';
     386$lang['title_default'] = 'Administración de Piwigo';
    391387$lang['title_edit_cat'] = 'Modificar una categoría';
    392388$lang['title_groups'] = 'Gestión de los grupos';
     
    424420$lang['update_default_title'] = 'Escoger una opción';
    425421$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 PhpWebGallery sobre 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 PhpWebGallery debe 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';
    428424$lang['update_err_remote_listing_not_found'] = 'El fichero listing.xml es imposible de encontrar';
    429425$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';
     
    503499$lang['Add this access definition']= 'Añadir esta definición de acceso';
    504500$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 PhpWebGallery totalmente 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.';
    506502$lang['special_admin_menu'] = 'Clases de matemáticas superiores';
    507503$lang['note_check_exif'] = '%s debe ser puesto a "false" en su fichero config_local.inc.php porque el extejo no es sostenido.';
     
    606602$lang['c13y_anomaly_ignored_count'] = '%d anomalía ha sido ignorada.';
    607603$lang['c13y_anomalies_ignored_count'] = '%d anomalías han sido ignoradas.';
    608 
    609604$lang['plugins_need_update'] = 'Plugins que necesita una postura al día ';
    610605$lang['plugins_dontneed_update'] = 'Plugins al día';
     
    645640/* TODO */ $lang['ACCESS_4'] = 'Access to webmasters';
    646641/* TODO */ $lang['ACCESS_5'] = 'No access';
    647 
    648642$lang['DEMO'] = 'Demo';
    649643$lang['HOME'] = 'Acogida Piwigo';
     
    652646$lang['EXTENSIONS'] = 'Extensiones';
    653647$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
    654653?>
  • trunk/language/es_ES/common.lang.php

    r2325 r2342  
    9898$lang['Password forgotten'] = 'Contraseña olvidada';
    9999$lang['Password'] = 'Contraseña';
    100 $lang['PhpWebGallery Help'] = 'Ayuda de PhpWebGallery';
    101100$lang['Post date'] = 'Añadido el día';
    102101$lang['Posted on'] = 'Añadido el';
     
    127126$lang['Webmaster'] = 'Webmastre';
    128127$lang['Week %d'] = 'Semana %d';
    129 $lang['about_page_title'] = 'Acerca de PhpWebGallery';
     128$lang['about_page_title'] = 'Acerca de Piwigo';
    130129$lang['access_forbiden'] = 'Usted no esta autorizado a ver la pagina pedida';
    131130$lang['add to caddie'] = 'Agregar al carrito';
     
    365364$lang['elements posted during the last %d days'] = 'esta imagen tiene menos de %d dias';
    366365$lang['Choose an image'] = 'Elegir una imagen';
     366$lang['Piwigo Help'] = 'Ayuda de Piwigo';
    367367
    368368?>
  • trunk/language/es_ES/help.html

    r2145 r2342  
    1414"galleries/Categorie_prueba".</li>
    1515
    16   <li>Conectarse a su instalación de PhpWebGallery como administrador.</li>
     16  <li>Conectarse a su instalación de Piwigo como administrador.</li>
    1717
    1818  <li>Ir sobre <span class="pwgScreen">Administrador, Imágenes,
    19 Miniaturas</span>. Pedir crear las miniaturas ausentes según el análisis de PhpWebGallery.</li>
     19Miniaturas</span>. Pedir crear las miniaturas ausentes según el análisis de Piwigo.</li>
    2020
    2121  <li>Ir sobre <span class="pwgScreen">Administrador, Categorías,
     
    7070  </li>
    7171 
    72   <li>Fundamentalmente, una categoría es representada por un repertorio a cualquier nivel bajo el repertorio " galleries " de su instalación de PhpWebGallery. 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>
    7373
    74   <li>Fundamentalmente, un elemento es representado por un fichero. Un fichero puede ser un elemento para PhpWebGallery si la extensión del nombre del fichero está entre la lista del parámetro de configuración <code>file_ext</code> (Ver
     74  <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
    7575  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
    7676<code>picture_ext</code>.</li>
     
    105105  <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>
    106106
    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 PhpWebGallery).</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>
    108108
    109   <li>Usted también puede utilizar el instrumento(utensilio) de creación de miniatura integrado en PhpWebGallery 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>
     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>
    110110
    111111  <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>
     
    132132<ul>
    133133
    134   <li>PhpWebGallery puede 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>
    135135
    136136  <li>Usted puede crear grupos y añadir a eso a utilizadores en ello
     
    161161<ul>
    162162
    163   <li>PhpWebGallery disocia 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>
    164164
    165165  <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>
     
    178178
    179179  <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 PhpWebGallery. También consultar
    181 <a href="http://phpwebgallery.net/doc">documentación oficial de PhpWebGallery</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>
    182182
    183183</ul>
  • trunk/language/es_ES/help/configuration.html

    r2325 r2342  
    7676<ul>
    7777
    78   <li><strong>Lengua</strong>: Concierne sólo a las redacciones de PhpWebGallery. 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>
    7979
    8080  <li><strong>Número de miniaturas por línea</strong></li>
  • trunk/language/es_ES/help/history.html

    r2192 r2342  
    11<h2>Histórico</h2>
    22
    3 <p>Estas pantallas permiten seguir el histórico de navegación en PhpWebGallery
     3<p>Estas pantallas permiten seguir el histórico de navegación en Piwigo
    44 en función de las opciones que ha determinado en
    55Administración - Ensayo general - señal Reseña histórica.</p>
  • trunk/language/es_ES/help/maintenance.html

    r2145 r2342  
    11<h2>Mantenimiento</h2>
    22
    3 <p>Para optimizar el tiempo de generación de las páginas, PhpWebGallery 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>
     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>
    44
    55<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  
    11<h2>Sitios distante</h2>
    22
    3 <p>PhpWebGallery 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>
     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>
    44
    55
     
    4040
    4141<!--<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 PhpWebGallery detecta el fichero y propone servirse de eso.</p>-->
     42Piwigo detecta el fichero y propone servirse de eso.</p>-->
  • trunk/language/es_ES/install.lang.php

    r2299 r2342  
    5555$lang['step2_pwd_conf'] = 'Palabra de paso [Confirmar]';
    5656$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 PhpWebGallery (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 PhpWebGallery</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>.';
    5959$lang['install_end_message'] = 'La configuración de la aplicación correctamente se celebró, coloca en la etapa próxima<br /><br />
    6060Por medida de seguridad, gracias por suprimir el fichero "install.php"<br />
  • trunk/language/fr_FR/about.html

    r2130 r2342  
    1   <li>PhpWebGallery est une application web permettant de créer facilement
     1  <li>Piwigo est une application web permettant de créer facilement
    22une galerie d'images en ligne.</li>
    33
    4   <li>Techniquement, PhpWebGallery est développée en PHP avec une base de
     4  <li>Techniquement, Piwigo est développée en PHP avec une base de
    55données MySQL.</li>
    66
    77  <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  
    4949$lang['%d waiting pictures rejected'] = '%d images en attente rejetées';
    5050$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.';
    5251$lang['Actions'] = 'Actions';
    5352$lang['Activate'] = 'Activer';
     
    147146$lang['Permission granted thanks to a group'] = 'Accès autorisé grâce à l\'appartenance aux groupes';
    148147$lang['Permission granted'] = 'Accès autorisé';
    149 $lang['PhpWebGallery Administration'] = 'Administration de PhpWebGallery';
    150 $lang['PhpWebGallery version'] = 'Version de PhpWebGallery';
    151148$lang['Picture informations updated'] = 'Informations de l\'image mises à jour';
    152149$lang['Plugins'] = 'Plugins';
     
    195192$lang['Webmaster cannot be deleted'] = 'Le webmestre ne peut pas être supprimé';
    196193$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.';
    198194$lang['You cannot delete your account'] = "Vous ne pouvez pas supprimer votre compte";
    199195$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';
     
    386382$lang['title'] = 'titre';
    387383$lang['title_categories'] = 'Gestion des catégories';
    388 $lang['title_configuration'] = 'Configuration de PhpWebGallery';
    389 $lang['title_default'] = 'Administration de PhpWebGallery';
     384$lang['title_configuration'] = 'Configuration de Piwigo';
     385$lang['title_default'] = 'Administration de Piwigo';
    390386$lang['title_edit_cat'] = 'Modifier une catégorie';
    391387$lang['title_groups'] = 'Gestion des groupes';
     
    423419$lang['update_default_title'] = 'Choisir une option';
    424420$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 PhpWebGallery sur 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 PhpWebGallery doit ê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';
    427423$lang['update_err_remote_listing_not_found'] = 'le fichier listing.xml est introuvable';
    428424$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';
     
    502498$lang['Add this access definition']= 'Ajouter cette définition d\'accès';
    503499$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 PhpWebGallery sont 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.';
    505501$lang['special_admin_menu'] = 'Spéciales';
    506502$lang['Duplicates'] = 'Fichiers portant le même nom dans plusieurs catégories physiques';
     
    601597$lang['c13y_anomaly_ignored_count'] = '%d anomalie a été ignorée.';
    602598$lang['c13y_anomalies_ignored_count'] = '%d anomalies ont été ignorées.';
    603 
    604599$lang['plugins_need_update'] = 'Plugins necessitant une mise à jour';
    605600$lang['plugins_dontneed_update'] = 'Plugins à jour';
     
    628623$lang['plugins_check_chmod'] = 'Vérifiez les permissions du dossier "plugins" et de ses sous-dossiers (CHMOD).';
    629624$lang['plugins_server_error'] = 'Impossible de se connecter au serveur.';
    630 
    631625$lang['Purge compiled templates'] = 'Purger les templates compilés';
    632626$lang['Caddie is currently empty'] = 'Le panier est actuellement vide.';
     
    646640$lang['ACCESS_4'] = 'Accès aux webmestres';
    647641$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.';
    648646
    649647?>
  • trunk/language/fr_FR/common.lang.php

    r2325 r2342  
    9898$lang['Password forgotten'] = 'Mot de passe oublié';
    9999$lang['Password'] = 'Mot de passe';
    100 $lang['PhpWebGallery Help'] = 'Aide de PhpWebGallery';
    101100$lang['Post date'] = 'Date d\'ajout';
    102101$lang['Posted on'] = 'Ajoutée le';
     
    127126$lang['Webmaster'] = 'Webmestre';
    128127$lang['Week %d'] = 'Semaine %d';
    129 $lang['about_page_title'] = 'À propos de PhpWebGallery';
     128$lang['about_page_title'] = 'À propos de Piwigo';
    130129$lang['access_forbiden'] = 'Vous n\'êtes pas autorisé sur la page demandée';
    131130$lang['add to caddie'] = 'ajouter au panier';
     
    365364$lang['elements posted during the last %d days'] = 'images ajoutées au cours de %d derniers jours';
    366365$lang['Choose an image'] = 'Choisir une image à ajouter';
     366$lang['Piwigo Help'] = 'Aide de Piwigo';
    367367
    368368?>
  • trunk/language/fr_FR/help.html

    r2130 r2342  
    1515"galleries/categorie_test".</li>
    1616
    17   <li>Se connecter à votre installation de PhpWebGallery en tant
     17  <li>Se connecter à votre installation de Piwigo en tant
    1818qu'administrateur.</li>
    1919
    2020  <li>Se rendre sur <span class="pwgScreen">Administration, Images,
    2121Miniatures</span>. Demander à créer les miniatures absentes selon l'analyse
    22 de PhpWebGallery.</li>
     22de Piwigo.</li>
    2323
    2424  <li>Se rendre sur <span class="pwgScreen">Administration, Catégories,
     
    7979  <li>Fondamentalement, une catégorie est représentée par un répertoire à
    8080n'importe quel niveau sous le répertoire "galleries" de votre installation
    81 de PhpWebGallery. Chaque catégorie peut contenir autant de sous-niveaux que
     81de Piwigo. Chaque catégorie peut contenir autant de sous-niveaux que
    8282désiré. Dans l'exemple ci-dessus, categorie-1.1.1.1 est à un niveau 4 de
    8383profondeur.</li>
    8484
    8585  <li>Fondamentalement, un élément est représenté par un fichier. Un fichier
    86 peut être un élément pour PhpWebGallery si l'extension du nom du fichier est
     86peut être un élément pour Piwigo si l'extension du nom du fichier est
    8787parmi la liste du paramètre de configuration <code>file_ext</code> (voir
    8888fichier <span class="filename">include/config.inc.php</span>). Un fichier
     
    138138  <li>Il est conseillé d'utiliser un outil externe pour la création des
    139139miniatures (comme ThumbClic ou PhpMyVignettes, voir le site de présentation
    140 de PhpWebGallery).</li>
     140de Piwigo).</li>
    141141
    142142  <li>Vous pouvez également utiliser l'outil de création de miniature
    143 intégré à PhpWebGallery mais cela est déconseillé car la qualité risque
     143intégré à Piwigo mais cela est déconseillé car la qualité risque
    144144d'être décevante et cela utilise inutilement les ressources du serveur (ce
    145145qui peut être un grave problème sur un serveur mutualisé).</li>
     
    175175<ul>
    176176
    177   <li>PhpWebGallery peut gérer des groupes d'utilisateurs. Très pratique
     177  <li>Piwigo peut gérer des groupes d'utilisateurs. Très pratique
    178178pour gérer des autorisations communes sur les catégories privées.</li>
    179179
     
    213213<ul>
    214214
    215   <li>PhpWebGallery dissocie les catégories qui stockent les éléments et les
     215  <li>Piwigo dissocie les catégories qui stockent les éléments et les
    216216catégories où les éléments sont montrés.</li>
    217217
     
    244244question si votre recherche est infructueuse. Le
    245245<a href="http://forum.phpwebgallery.net">forum</a> est disponible sur le site
    246  de PhpWebGallery. Consulter également la
     246 de Piwigo. Consulter également la
    247247<a href="http://phpwebgallery.net/doc">documentation officielle de
    248 PhpWebGallery</a> pour obtenir plus de détails.</li>
    249 
    250 </ul>
     248Piwigo</a> pour obtenir plus de détails.</li>
     249
     250</ul>
  • trunk/language/fr_FR/help/configuration.html

    r2325 r2342  
    9898
    9999  <li><strong>Langue</strong>: ne concerne que les libellés de
    100 PhpWebGallery. Les noms de catégories, d'image et les descriptions ne sont
     100Piwigo. Les noms de catégories, d'image et les descriptions ne sont
    101101pas localisés (ie multilingue).</li>
    102102
  • trunk/language/fr_FR/help/history.html

    r2192 r2342  
    11<h2>Historique</h2>
    22
    3 <p>Ces écrans permettent de suivre l'historique de navigation dans PhpWebGallery
     3<p>Ces écrans permettent de suivre l'historique de navigation dans Piwigo
    44 suivant les options que vous avez déterminées dans - Administration - Générale
    55 - Onglet "Historique".</p>
  • trunk/language/fr_FR/help/maintenance.html

    r2130 r2342  
    11<h2>Maintenance</h2>
    22
    3 <p>Pour optimiser le temps de génération des pages, PhpWebGallery utilise
     3<p>Pour optimiser le temps de génération des pages, Piwigo utilise
    44des informations en cache. Par exemple, au lieu de compter le nombre
    55d'éléments contenus dans chaque catégorie à chaque rechargement de page,
  • trunk/language/fr_FR/help/site_manager.html

    r2130 r2342  
    11<h2>Sites distant</h2>
    22
    3 <p>PhpWebGallery offre la possibilité d'utiliser plusieurs sites pour
     3<p>Piwigo offre la possibilité d'utiliser plusieurs sites pour
    44stocker les fichiers qui composeront votre galerie. Cela peut être utile si
    55votre galerie est installée sur un espace de stockage limité et que vous
     
    5454déplaçant vers votre répertoire racine. Se rendre sur <span
    5555class="pwgScreen">Administration, Catégories, Sites distant</span> :
    56 PhpWebGallery détecte le fichier et propose de s'en servir.</p>-->
     56Piwigo détecte le fichier et propose de s'en servir.</p>-->
  • trunk/language/fr_FR/install.lang.php

    r2299 r2342  
    5555$lang['step2_pwd_conf'] = 'Mot de passe [ Confirmer ]';
    5656$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é PhpWebGallery (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 PhpWebGallery</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>.';
    5959$lang['install_end_message'] = 'La configuration de l\'application s\'est correctement déroulée, place à la prochaine étape<br /><br />
    6060Par mesure de sécurité, merci de supprimer le fichier "install.php"<br />
  • trunk/language/nl_NL/about.html

    r2171 r2342  
    1   <li>PhpWebGallery is een web applicatie die je de mogelijkheid geeft
     1  <li>Piwigo is een web applicatie die je de mogelijkheid geeft
    22  om makkelijk een online foto gallerie te maken.</li>
    33
    4   <li>Technisch, PhpWebGallery is volledig ontwikkeld in PHP (the elePHPant)
     4  <li>Technisch, Piwigo is volledig ontwikkeld in PHP (the elePHPant)
    55  met een MySQL database (the SQuirreL).</li>
    66
    77  <li>Heb je suggesties of commentaar, bezoek dan de  <a
    8   href="http://www.phpwebgallery.net">PhpWebGallery</a> officiele site, en
     8  href="http://piwigo.org">Piwigo</a> officiele site, en
    99  zijn <a href="http://forum.phpwebgallery.net">forum</a>.</li>
    1010
  • trunk/language/nl_NL/admin.lang.php

    r2328 r2342  
    2121// | USA.                                                                  |
    2222// +-----------------------------------------------------------------------+
    23 
    2423
    2524$lang['%d association'] = '%d associatie';
     
    5049$lang['%d waiting pictures rejected'] = '%d plaatje\'s afgewezen';
    5150$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.';
    5351$lang['Actions'] = 'Acties';
    5452$lang['Activate'] = 'Activatie';
     
    148146$lang['Permission granted thanks to a group'] = 'Rechten toegekend door een groep';
    149147$lang['Permission granted'] = 'Toegang toegestaan';
    150 $lang['PhpWebGallery Administration'] = 'PhpWebGallery Beheer';
    151 $lang['PhpWebGallery version'] = 'PhpWebGallery versie';
    152148$lang['Picture informations updated'] = 'afbeeldings informatie bijgewerkt';
    153149$lang['Plugins'] = 'Plugins';
     
    196192$lang['Webmaster cannot be deleted'] = 'Webmaster kan niet verwijderd worden';
    197193$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.';
    199194$lang['You cannot delete your account'] = "Je kan je account niet verwijderen";
    200195$lang['You cannot move a category in its own sub category'] = 'Je kan een categorie niet verplaatsen in zijn eigen sub categorie';
     
    388383$lang['title'] = 'titel';
    389384$lang['title_categories'] = 'Categorie beheer';
    390 $lang['title_configuration'] = 'PhpWebGallery configuratie';
    391 $lang['title_default'] = 'PhpWebGallery beheer';
     385$lang['title_configuration'] = 'Piwigo configuratie';
     386$lang['title_default'] = 'Piwigo beheer';
    392387$lang['title_edit_cat'] = 'Bewerk een categorie';
    393388$lang['title_groups'] = 'Groepsbeheer';
     
    425420$lang['update_default_title'] = 'Kies een optie';
    426421$lang['update_display_info'] = 'toon maximale informatie (toegevoegde categoriën en elementen, verwijderde categoriën en elementen)';
    427 $lang['update_err_pwg_version_differs'] = 'PhpWebGallery versie verschild op de remote site';
    428 $lang['update_err_pwg_version_differs_info'] = 'Versie van create_listing_file.php op de remote site en PhpWebGallery moeten 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';
    429424$lang['update_err_remote_listing_not_found'] = 'listing.xml file is niet gevonden';
    430425$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';
     
    504499$lang['Add this access definition'] = 'Toevoegen toegangs defenitie';
    505500$lang['Web Services availability duration in days'] = 'Web Services beschikbaar in aantal dagen';
    506 $lang['Web Services under control'] = 'PhpWebGallery Web 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.';
    507502$lang['special_admin_menu'] = 'Speciaal';
    508503$lang['note_check_exif'] = '%s moet ingesteld zijn op false in je config_local.inc.php omdat exif niet ondersteund wordt.';
     
    608603/* TODO */ $lang['c13y_anomaly_ignored_count'] = '%d anomaly has been ignored.';
    609604/* TODO */ $lang['c13y_anomalies_ignored_count'] = '%d anomalies has been ignored.';
    610 
    611605/* TODO */ $lang['plugins_need_update'] = 'Plugins which need upgrade';
    612606/* TODO */ $lang['plugins_dontneed_update'] = 'Plugins up to date';
     
    635629/* TODO */ $lang['plugins_check_chmod'] = 'Please check "plugins" folder and sub-folders permissions (CHMOD).';
    636630/* TODO */ $lang['plugins_server_error'] = 'Can\'t connect to server.';
    637 
    638631/* TODO */ $lang['Purge compiled templates'] = 'Purge compiled templates';
    639632/* TODO */ $lang['Caddie is currently empty'] = 'Caddie is currently empty';
     
    653646/* TODO */ $lang['ACCESS_4'] = 'Access to webmasters';
    654647/* 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.';
    655652
    656653?>
  • trunk/language/nl_NL/common.lang.php

    r2325 r2342  
    9898$lang['Password forgotten'] = 'Wachtwoord vergeten';
    9999$lang['Password'] = 'Wachtwoord';
    100 $lang['PhpWebGallery Help'] = 'PhpWebGallery Help';
    101100$lang['Post date'] = 'Plaatsings datum';
    102101$lang['Posted on'] = 'Geplaatst op';
     
    127126$lang['Webmaster'] = 'Webmaster';
    128127$lang['Week %d'] = 'Week %d';
    129 $lang['about_page_title'] = 'Over PhpWebGallery';
     128$lang['about_page_title'] = 'Over Piwigo';
    130129$lang['access_forbiden'] = 'Je hebt geen rechten tot de opgevraagde pagina';
    131130$lang['add to caddie'] = 'Toevoegen aan caddie';
     
    365364$lang['elements posted during the last %d days'] = 'afbeelding binnen de %d dagen';
    366365$lang['Choose an image'] = 'Kies een afbeelding om';
     366$lang['Piwigo Help'] = 'Piwigo Help';
    367367
    368368?>
  • trunk/language/nl_NL/help.html

    r2171 r2342  
    1515  "galleries/test_categorie".</li>
    1616
    17   <li>Login op de PhpWebGallery als een beheerder.</li>
     17  <li>Login op de Piwigo als een beheerder.</li>
    1818
    1919  <li>Ga naar <span class="pwgScreen">Beheer, Afbeeldingen,
    20   Thumbnails</span>. PhpWebGallery vind de afbeeldingen in de map "test_category"
     20  Thumbnails</span>. Piwigo vind de afbeeldingen in de map "test_category"
    2121  zonder thumbnails. Vraag om thumbnails te maken.</li>
    2222
     
    3535  <li>
    3636
    37     <p>Categorie mappen zijn in de PhpWebGallery map "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>
    3838
    3939    <pre>
     
    7474 
    7575  <li>Eigenlijk, een categorie is gepresenteerd door een map op welke level in
    76   PhpWebGallery map "galleries". Elke categorie kan zoveel submappen als jij wilt bevatten.
     76  Piwigo map "galleries". Elke categorie kan zoveel submappen als jij wilt bevatten.
    7777  In het voorbeeld hierboven, categorie-1.1.1.1 is op nivo 4 van de trap.</li>
    7878
    7979  <li>Eigenlijk, een element is gepresenteerd door een bestand. Een bestand kan een
    80   PhpWebGallery element zijn als de extenstie is <code>file_ext</code>
     80  Piwigo element zijn als de extenstie is <code>file_ext</code>
    8181  configuration parameter mofenlijkheden (zie <span
    8282  class="filename">include/config_default.inc.php</span> file). Een bestand kan
     
    170170<ul>
    171171
    172   <li>PhpWebGallery 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>
     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>
    173173
    174174  <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>
     
    181181<h3>Bestands upload door gebruikers</h3>
    182182
    183 <p>PhpWebGallery geeft 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>
    184184
    185185<ol>
     
    200200<ul>
    201201
    202   <li>PhpWebGallery scheidt 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>
    203203
    204204  <li>Standaard, de elementen worden getoond slechts in hun echte categorieën: de die aan mappen op de webserver beantwoorden.</li>
     
    222222  <li>Als je vragen hebt, twijfel niet en bezoek het forum om naar het antwoord te zoeken of stel zelf een vraag.
    223223 Het <a href="http://forum.phpwebgallery.net">forum</a> (Berichtenbord) is beschikbaar op de website van
    224 PhpWebGallery. Bekijk de <a href="http://phpwebgallery.net/doc/" target="blank">officiele PhpWebGallery documentatie</a> voor meer informatie.</li>
    225 
    226 </ul>
    227 
     224Piwigo. 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  
    7979<ul>
    8080
    81   <li><strong>Talen</strong>: betreft slechts PhpWebGallery labels. 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>
    8282
    8383  <li><strong>Aantal afbeeldingen per rij</strong></li>
  • trunk/language/nl_NL/help/maintenance.html

    r2171 r2342  
    11<h2>Onderhoud</h2>
    22
    3 <p>Om de pagina genereringstijd te optimaliseren, gebruikt PhpWebGallery gecachde informatie. Voorbeeld,
     3<p>Om de pagina genereringstijd te optimaliseren, gebruikt Piwigo gecachde informatie. Voorbeeld,
    44inplaats van in plaats van het tellen van het aantal beelden, bevat elke categorie bij paginaherladen,
    55wordt deze informatie opgeslagen inde database. In theorie, zou deze informatie altijd correct zijn,
  • trunk/language/nl_NL/help/site_manager.html

    r2171 r2342  
    11<h2>Externe sites</h2>
    22
    3 <p>PhpWebGallery biedt 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.
    44 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>
    55
     
    3333
    3434<!-- <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 PhpWebGallery root map en dan het beheersscherm  te openen : PhpWebGallery zal voorstellen om de gevonden listing.xml te gebruiken.</p>-->
     35Piwigo root map en dan het beheersscherm  te openen : Piwigo zal voorstellen om de gevonden listing.xml te gebruiken.</p>-->
    3636
  • trunk/language/nl_NL/install.lang.php

    r2299 r2342  
    5858$lang['step2_pwd_conf'] = 'Wachtwoord [bevestigen]';
    5959$lang['step2_pwd_conf_info'] = 'verificatie';
    60 $lang['install_help'] = 'Hulp nodig ? stel een vraag op het <a href="%s" target="_blank">PhpWebGallery forum</a>.';
    61 $lang['install_end_message'] = 'Het installeren van PhpWebGallery is 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 />
    6262Vervolg 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>
    6363<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  
    44// +-----------------------------------------------------------------------+
    55// | Copyright(C) 2008      Piwigo Team                  http://piwigo.org |
    6 // | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
     6// | Copyright(C) 2003-2008 Piwigo team    http://phpwebgallery.net |
    77// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
    88// +-----------------------------------------------------------------------+
     
    2727Description: Edit local files from administration panel / Editeur de fichiers locaux
    2828Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=144
    29 Author: PhpWebGallery team
    30 Author URI: http://www.phpwebgallery.net
     29Author: Piwigo team
     30Author URI: http://piwigo.org
    3131*/
    3232
  • trunk/plugins/add_index/main.inc.php

    r2302 r2342  
    44// +-----------------------------------------------------------------------+
    55// | Copyright(C) 2008      Piwigo Team                  http://piwigo.org |
    6 // | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
     6// | Copyright(C) 2003-2008 Piwigo team    http://phpwebgallery.net |
    77// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
    88// +-----------------------------------------------------------------------+
     
    2626Version: 1.8
    2727Description: 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.net
    29 Author: PhpWebGallery team
    30 Author URI: http://www.phpwebgallery.net
     28Plugin URI: http://piwigo.org
     29Author: Piwigo team
     30Author URI: http://piwigo.org
    3131*/
    3232
  • trunk/plugins/admin_advices/main.inc.php

    r2302 r2342  
    44// +-----------------------------------------------------------------------+
    55// | Copyright(C) 2008      Piwigo Team                  http://piwigo.org |
    6 // | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
     6// | Copyright(C) 2003-2008 Piwigo team    http://phpwebgallery.net |
    77// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
    88// +-----------------------------------------------------------------------+
     
    2626Version: 1.8
    2727Description: Give you an advice on the administration page.
    28 Plugin URI: http://www.phpwebgallery.net
    29 Author: PhpWebGallery team
    30 Author URI: http://www.phpwebgallery.net
     28Plugin URI: http://piwigo.org
     29Author: Piwigo team
     30Author URI: http://piwigo.org
    3131*/
    3232
  • trunk/plugins/admin_multi_view/main.inc.php

    r2302 r2342  
    44// +-----------------------------------------------------------------------+
    55// | Copyright(C) 2008      Piwigo Team                  http://piwigo.org |
    6 // | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
     6// | Copyright(C) 2003-2008 Piwigo team    http://phpwebgallery.net |
    77// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
    88// +-----------------------------------------------------------------------+
     
    2626Version: 1.8
    2727Description: 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.net
    29 Author: PhpWebGallery team
    30 Author URI: http://www.phpwebgallery.net
     28Plugin URI: http://piwigo.org
     29Author: Piwigo team
     30Author URI: http://piwigo.org
    3131*/
    3232
  • trunk/plugins/c13y_upgrade/main.inc.php

    r2302 r2342  
    44// +-----------------------------------------------------------------------+
    55// | Copyright(C) 2008      Piwigo Team                  http://piwigo.org |
    6 // | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
     6// | Copyright(C) 2003-2008 Piwigo team    http://phpwebgallery.net |
    77// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
    88// +-----------------------------------------------------------------------+
     
    2626Version: 1.8
    2727Description: Check integrity of upgrades / Contrôle d'intégrité des mises à jour
    28 Plugin URI: http://www.phpwebgallery.net
    29 Author: PhpWebGallery team
    30 Author URI: http://www.phpwebgallery.net
     28Plugin URI: http://piwigo.org
     29Author: Piwigo team
     30Author URI: http://piwigo.org
    3131*/
    3232
  • trunk/plugins/event_tracer/main.inc.php

    r2302 r2342  
    44// +-----------------------------------------------------------------------+
    55// | Copyright(C) 2008      Piwigo Team                  http://piwigo.org |
    6 // | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
     6// | Copyright(C) 2003-2008 Piwigo team    http://phpwebgallery.net |
    77// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
    88// +-----------------------------------------------------------------------+
     
    2626Version: 1.8.a
    2727Description: For developers. Shows all calls to trigger_event.
    28 Plugin URI: http://www.phpwebgallery.net
    29 Author: PhpWebGallery team
    30 Author URI: http://www.phpwebgallery.net
     28Plugin URI: http://piwigo.org
     29Author: Piwigo team
     30Author URI: http://piwigo.org
    3131*/
    3232
  • trunk/plugins/event_tracer/tracer_admin.tpl

    r2268 r2342  
    66<p>
    77The 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 PhpWebGallery calling.
     8You can use this plugin to see what events is Piwigo calling.
    99<b>Note that $conf['show_queries'] must be true.</b>
    1010</p>
  • trunk/plugins/extended_description/main.inc.php

    r2302 r2342  
    44// +-----------------------------------------------------------------------+
    55// | Copyright(C) 2008      Piwigo Team                  http://piwigo.org |
    6 // | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
     6// | Copyright(C) 2003-2008 Piwigo team    http://phpwebgallery.net |
    77// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
    88// +-----------------------------------------------------------------------+
     
    2727Description: Allow multilanguage description / Permet d'avoir des descriptions mutilingues
    2828Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=175
    29 Author: PhpWebGallery team
    30 Author URI: http://www.phpwebgallery.net
     29Author: Piwigo team
     30Author URI: http://piwigo.org
    3131*/
    3232
  • trunk/plugins/hello_world/main.inc.php

    r2302 r2342  
    2626Version: 1.8
    2727Description: This example plugin changes the page banner for the administration page.
    28 Plugin URI: http://www.phpwebgallery.net
    29 Author: PhpWebGallery team
    30 Author URI: http://www.phpwebgallery.net
     28Plugin URI: http://piwigo.org
     29Author: Piwigo team
     30Author URI: http://piwigo.org
    3131*/
    3232
     
    5151  global $template, $page;
    5252  $template->assign( 'PAGE_BANNER',
    53     '<h1>"'.$page['page_banner'].'" from PhpWebGallery plugin!</h1>');
     53    '<h1>"'.$page['page_banner'].'" from Piwigo plugin!</h1>');
    5454}
    5555
  • trunk/plugins/language_switch/main.inc.php

    r2302 r2342  
    44// +-----------------------------------------------------------------------+
    55// | Copyright(C) 2008      Piwigo Team                  http://piwigo.org |
    6 // | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
     6// | Copyright(C) 2003-2008 Piwigo team    http://phpwebgallery.net |
    77// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
    88// +-----------------------------------------------------------------------+
     
    2727Description: Switch to another language from flags on your gallery home page.
    2828Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=123
    29 Author: PhpWebGallery team
    30 Author URI: http://www.phpwebgallery.net
     29Author: Piwigo team
     30Author URI: http://piwigo.org
    3131*/
    3232
  • trunk/popuphelp.php

    r2299 r2342  
    3535
    3636$page['body_id'] = 'thePopuphelpPage';
    37 $title = l10n('PhpWebGallery Help');
     37$title = l10n('Piwigo Help');
    3838$page['page_banner'] = '<h1>'.$title.'</h1>';
    3939$page['meta_robots']=array('noindex'=>1, 'nofollow'=>1);
  • trunk/profile.php

    r2299 r2342  
    181181    }
    182182
    183     // update user "additional" informations (specific to PhpWebGallery)
     183    // update user "additional" informations (specific to Piwigo)
    184184    $fields = array(
    185185      'nb_image_line', 'nb_line_page', 'language', 'maxwidth', 'maxheight',
  • trunk/random.php

    r1900 r2342  
    11<?php
    22// +-----------------------------------------------------------------------+
    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                                  |
    64// +-----------------------------------------------------------------------+
    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 |
    128// +-----------------------------------------------------------------------+
    139// | This program is free software; you can redistribute it and/or modify  |
  • trunk/search_rules.php

    r2325 r2342  
    4444
    4545$page['body_id'] = 'thePopuphelpPage';
    46 $title = l10n('PhpWebGallery Help');
     46$title = l10n('Piwigo Help');
    4747$page['page_banner'] = '<h1>'.$title.'</h1>';
    4848$page['meta_robots']=array('noindex'=>1, 'nofollow'=>1);
  • trunk/template/yoga/admin/intro.tpl

    r2328 r2342  
    22<h2>{'title_default'|@translate}</h2>
    33<dl>
    4   <dt>{'PhpWebGallery version'|@translate}</dt>
     4  <dt>{'Piwigo version'|@translate}</dt>
    55  <dd>
    66    <ul>
    7       <li>PhpWebGallery {$PWG_VERSION}</li>
     7      <li>Piwigo {$PWG_VERSION}</li>
    88      <li><a href="{$U_CHECK_UPGRADE}">{'Check for upgrade'|@translate}</a></li>
    99    </ul>
  • trunk/template/yoga/footer.tpl

    r2233 r2342  
    77
    88 {* Please, do not remove this copyright. If you really want to,
    9       contact us on http://phpwebgallery.net to find a solution on how
     9      contact us on http://piwigo.org to find a solution on how
    1010      to show the origin of the script...
    1111  *}
    1212
    1313  {'powered_by'|@translate}
    14   <a href="http://www.phpwebgallery.net" class="PWG">
     14  <a href="http://piwigo.org" class="PWG">
    1515  <span class="P">Php</span><span class="W">Web</span><span class="G">Gallery</span></a>
    1616  {$VERSION}
  • trunk/template/yoga/header.tpl

    r2332 r2342  
    55<head>
    66<meta http-equiv="Content-Type" content="text/html; charset={$CONTENT_ENCODING}">
    7 <meta name="generator" content="PhpWebGallery (aka PWG), see www.phpwebgallery.net">
     7<meta name="generator" content="Piwigo (aka PWG), see piwigo.org">
    88<title>{$GALLERY_TITLE} :: {$PAGE_TITLE}</title>
    99<link rel="shortcut icon" type="image/x-icon" href="{$ROOT_URL}template-common/favicon.ico">
  • trunk/template/yoga/install.tpl

    r2248 r2342  
    77<meta http-equiv="Content-script-type" content="text/javascript">
    88<meta http-equiv="Content-Style-Type" content="text/css">
    9 <title>PhpWebGallery {$RELEASE}</title>
     9<title>Piwigo {$RELEASE}</title>
    1010{literal}
    1111<style type="text/css">
     
    114114    <tr align="center" valign="middle">
    115115    <td>
    116     <div class="title">PhpWebGallery {$RELEASE}</div>
     116    <div class="title">Piwigo {$RELEASE}</div>
    117117      <table class="table1">
    118118      {if isset($errors)}
  • trunk/template/yoga/mail/text/html/footer.tpl

    r2278 r2342  
    44<hr/>
    55 {* Please, do not remove this copyright. If you really want to,
    6       contact us on http://phpwebgallery.net to find a solution on how
     6      contact us on http://piwigo.org to find a solution on how
    77      to show the origin of the script...*}
    88
    99  {'powered_by'|@translate}
    10   <a href="http://www.phpwebgallery.net" class="PWG">
    11   <span class="P">Php</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>
    1212  {$VERSION}
    1313  - {'send_mail'|@translate}
  • trunk/template/yoga/mail/text/html/header.tpl

    r2278 r2342  
    77<html lang="{$LANG}" dir="{$DIR}">
    88<head>
    9 <title>PhpWebGallery Mail</title>
     9<title>Piwigo Mail</title>
    1010<meta http-equiv="Content-Type" content="text/html; charset={$CONTENT_ENCODING}">
    1111<style><!-- /* Mini style for mails */
  • trunk/template/yoga/mail/text/plain/footer.tpl

    r2278 r2342  
    22
    33------------------------
    4 PhpWebGallery {$VERSION}
     4Piwigo {$VERSION}
  • trunk/template/yoga/upgrade.tpl

    r2260 r2342  
    55  <head>
    66    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"  />
    7     <title>PhpWebGallery : Upgrade to {$RELEASE}</title>
     7    <title>Piwigo : Upgrade to {$RELEASE}</title>
    88  </head>
    99
    1010  <body>
    1111    {if isset($introduction)}
    12     <h1>Welcome to PhpWebGallery upgrade page.</h1>
     12    <h1>Welcome to Piwigo upgrade page.</h1>
    1313
    1414    <p>This page proposes to upgrade your database corresponding to your old
    15 version of PhpWebGallery to the current version. The upgrade assistant
     15version of Piwigo to the current version. The upgrade assistant
    1616thinks you are currently running a
    1717<strong>release {$introduction.CURRENT_RELEASE}</strong> (or equivalent).</p>
  • trunk/tools/fill_history.pl

    r1912 r2342  
    2121  print <<FIN;
    2222
    23 Fill the user comments table of PhpWebGallery.
     23Fill the user comments table of Piwigo.
    2424
    2525Usage: pwg_fill_comments.pl --dbname=<database_name>
     
    5151}
    5252
    53 $opt{prefix} = 'phpwebgallery_' if (not defined $opt{prefix});
     53$opt{prefix} = 'piwigo_' if (not defined $opt{prefix});
    5454my $dbh = DBI->connect(
    5555    'DBI:mysql:'.$opt{dbname},
  • trunk/tools/pwg_rel_create.sh

    r2200 r2342  
    55# +--------------------------------------------------------------------------+
    66# | author        : Pierrick LE GALL <http://le-gall.net/pierrick>           |
    7 # | project       : PhpWebGallery                                            |
     7# | project       : Piwigo                                                   |
    88# +--------------------------------------------------------------------------+
    99
  • trunk/tools/release_creation.readme

    r2176 r2342  
    11=====================================
    2  PhpWebGallery release creation guide
     2 Piwigo release creation guide
    33=====================================
    44
Note: See TracChangeset for help on using the changeset viewer.