aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2008-05-15 18:43:33 +0000
committerrub <rub@piwigo.org>2008-05-15 18:43:33 +0000
commit3cffa07182c016d29d82666e03a1423fb6160bd8 (patch)
tree48a2a784a9d353eccc86cf1c8d6664ac436ab329
parent06b5fdf856aec997a4f8f3a148875d06ff86f66a (diff)
Change some PhpWebGallery to Piwigo. (2/2)
All phpwebgallery.net are not changed! git-svn-id: http://piwigo.org/svn/trunk@2342 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--admin.php4
-rw-r--r--admin/intro.php4
-rw-r--r--doc/README_en.txt8
-rw-r--r--doc/README_fr.txt6
-rw-r--r--index.php11
-rw-r--r--install/config.sql56
-rw-r--r--install/db/25-database.php2
-rw-r--r--language/en_UK/about.html8
-rw-r--r--language/en_UK/admin.lang.php21
-rw-r--r--language/en_UK/common.lang.php4
-rw-r--r--language/en_UK/help.html20
-rw-r--r--language/en_UK/help/configuration.html2
-rw-r--r--language/en_UK/help/history.html2
-rw-r--r--language/en_UK/help/maintenance.html2
-rw-r--r--language/en_UK/help/site_manager.html6
-rw-r--r--language/en_UK/help/thumbnail.html2
-rw-r--r--language/en_UK/install.lang.php4
-rw-r--r--language/es_ES/about.html6
-rw-r--r--language/es_ES/admin.lang.php21
-rw-r--r--language/es_ES/common.lang.php4
-rw-r--r--language/es_ES/help.html20
-rw-r--r--language/es_ES/help/configuration.html2
-rw-r--r--language/es_ES/help/history.html2
-rw-r--r--language/es_ES/help/maintenance.html2
-rw-r--r--language/es_ES/help/site_manager.html4
-rw-r--r--language/es_ES/install.lang.php4
-rw-r--r--language/fr_FR/about.html6
-rw-r--r--language/fr_FR/admin.lang.php20
-rw-r--r--language/fr_FR/common.lang.php4
-rw-r--r--language/fr_FR/help.html20
-rw-r--r--language/fr_FR/help/configuration.html2
-rw-r--r--language/fr_FR/help/history.html2
-rw-r--r--language/fr_FR/help/maintenance.html2
-rw-r--r--language/fr_FR/help/site_manager.html4
-rw-r--r--language/fr_FR/install.lang.php4
-rw-r--r--language/nl_NL/about.html6
-rw-r--r--language/nl_NL/admin.lang.php21
-rw-r--r--language/nl_NL/common.lang.php4
-rw-r--r--language/nl_NL/help.html18
-rw-r--r--language/nl_NL/help/configuration.html2
-rw-r--r--language/nl_NL/help/maintenance.html2
-rw-r--r--language/nl_NL/help/site_manager.html4
-rw-r--r--language/nl_NL/install.lang.php4
-rw-r--r--plugins/LocalFilesEditor/main.inc.php6
-rw-r--r--plugins/add_index/main.inc.php8
-rw-r--r--plugins/admin_advices/main.inc.php8
-rw-r--r--plugins/admin_multi_view/main.inc.php8
-rw-r--r--plugins/c13y_upgrade/main.inc.php8
-rw-r--r--plugins/event_tracer/main.inc.php8
-rw-r--r--plugins/event_tracer/tracer_admin.tpl2
-rw-r--r--plugins/extended_description/main.inc.php6
-rw-r--r--plugins/hello_world/main.inc.php8
-rw-r--r--plugins/language_switch/main.inc.php6
-rw-r--r--popuphelp.php2
-rw-r--r--profile.php2
-rw-r--r--random.php12
-rw-r--r--search_rules.php2
-rw-r--r--template/yoga/admin/intro.tpl4
-rw-r--r--template/yoga/footer.tpl4
-rw-r--r--template/yoga/header.tpl2
-rw-r--r--template/yoga/install.tpl4
-rw-r--r--template/yoga/mail/text/html/footer.tpl6
-rw-r--r--template/yoga/mail/text/html/header.tpl2
-rw-r--r--template/yoga/mail/text/plain/footer.tpl2
-rw-r--r--template/yoga/upgrade.tpl6
-rw-r--r--tools/fill_history.pl4
-rwxr-xr-xtools/pwg_rel_create.sh2
-rw-r--r--tools/release_creation.readme2
68 files changed, 230 insertions, 246 deletions
diff --git a/admin.php b/admin.php
index 2b40a6328..f932b53a4 100644
--- a/admin.php
+++ b/admin.php
@@ -61,8 +61,8 @@ $page['infos'] = array();
$link_start = PHPWG_ROOT_PATH.'admin.php?page=';
$conf_link = $link_start.'configuration&amp;section=';
//----------------------------------------------------- template initialization
-$title = l10n('PhpWebGallery Administration'); // for include/page_header.php
-$page['page_banner'] = '<h1>'.l10n('PhpWebGallery Administration').'</h1>';
+$title = l10n('Piwigo Administration'); // for include/page_header.php
+$page['page_banner'] = '<h1>'.l10n('Piwigo Administration').'</h1>';
$page['body_id'] = 'theAdminPage';
$template->set_filenames(array('admin' => 'admin.tpl'));
diff --git a/admin/intro.php b/admin/intro.php
index d30c30532..ed378d2d5 100644
--- a/admin/intro.php
+++ b/admin/intro.php
@@ -93,14 +93,14 @@ if (isset($_GET['action']) and 'check_upgrade' == $_GET['action'])
{
array_push(
$page['infos'],
- l10n('A new version of PhpWebGallery is available.')
+ l10n('A new version of Piwigo is available.')
);
}
else
{
array_push(
$page['infos'],
- l10n('You are running the latest version of PhpWebGallery.')
+ l10n('You are running the latest version of Piwigo.')
);
}
}
diff --git a/doc/README_en.txt b/doc/README_en.txt
index 097d365c4..91b5eecc8 100644
--- a/doc/README_en.txt
+++ b/doc/README_en.txt
@@ -1,8 +1,8 @@
=============
-PhpWebGallery
+Piwigo
=============
-http://phpwebgallery.net
+http://piwigo.org
Installation
@@ -65,9 +65,9 @@ Newsletter
https://gna.org/mail/?group=phpwebgallery
-It is *highly* recommended to subscribe to PhpWebGallery newsletter. This is
+It is *highly* recommended to subscribe to Piwigo newsletter. This is
extremely low-traffic, but will provide you with announcements of new
-PhpWebGallery releases and serious bug notification. You will find available
+Piwigo releases and serious bug notification. You will find available
mailing lists at this URL :
No spam, no commercial use.
diff --git a/doc/README_fr.txt b/doc/README_fr.txt
index 72b7f1596..2915c1253 100644
--- a/doc/README_fr.txt
+++ b/doc/README_fr.txt
@@ -1,8 +1,8 @@
=============
-PhpWebGallery
+Piwigo
=============
-http://phpwebgallery.net
+http://piwigo.org
Installation
============
@@ -67,7 +67,7 @@ Newsletter
https://gna.org/mail/?group=phpwebgallery
Il est *fortement* recommandé de souscrire à la newsletter de
-PhpWebGallery. Très peu de mails sont envoyés, mais les informations sont
+Piwigo. Très peu de mails sont envoyés, mais les informations sont
importantes : nouvelles versions de l'application, notification de bugs
importants (relatifs à la sécurité). Vous trouverez les listes de
discussions disponibles sur la page suivante :
diff --git a/index.php b/index.php
index 5ebc91083..b5c5feeaa 100644
--- a/index.php
+++ b/index.php
@@ -1,13 +1,10 @@
<?php
// +-----------------------------------------------------------------------+
-// | PhpWebGallery - a PHP based picture gallery |
-// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
-// | Copyright (C) 2003-2008 PhpWebGallery Team - http://phpwebgallery.net |
+// | Piwigo - a PHP based picture gallery |
// +-----------------------------------------------------------------------+
-// | file : $Id$
-// | last update : $Date$
-// | last modifier : $Author$
-// | revision : $Revision$
+// | Copyright(C) 2008 Piwigo Team http://piwigo.org |
+// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
+// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
diff --git a/install/config.sql b/install/config.sql
index bf7dd0d6b..36ec2088a 100644
--- a/install/config.sql
+++ b/install/config.sql
@@ -1,29 +1,29 @@
--- initial configuration for PhpWebGallery
+-- initial configuration for Piwigo
-INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('nb_comment_page','10','number of comments to display on each page');
-INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('log','false','keep an history of visits on your website');
-INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('comments_validation','false','administrators validate users comments before becoming visible');
-INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('comments_forall','false','even guest not registered can post comments');
-INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('gallery_locked','false','Lock your gallery temporary for non admin users');
-INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('gallery_title','PhpWebGallery demonstration site','Title at top of each page and for RSS feed');
-INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('gallery_url','http://demo.phpwebgallery.net','URL given in RSS feed');
-INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('rate','true','Rating pictures feature is enabled');
-INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('rate_anonymous','true','Rating pictures feature is also enabled for visitors');
-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');
-INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('history_admin','false','keep a history of administrator visits on your website');
-INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('history_guest','true','keep a history of guest visits on your website');
-INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('allow_user_registration','true','allow visitors to register?');
-INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('secret_key', MD5(RAND()), 'a secret key specific to the gallery for internal use');
-INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('nbm_send_html_mail','true','Send mail on HTML format for notification by mail');
-INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('nbm_send_mail_as','','Send mail as param value for notification by mail');
-INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('nbm_send_detailed_content','true','Send detailed content for notification by mail');
-INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('nbm_complementary_mail_content','','Complementary mail content for notification by mail');
-INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('nbm_send_recent_post_dates','true','Send recent post by dates for notification by mail');
-INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('email_admin_on_new_user','false','Send an email to theadministrators when a user registers');
-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');
-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');
-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');
-INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('obligatory_user_mail_address','false','Mail address is obligatory for users');
-INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('c13y_ignore',null,'List of ignored anomalies');
-INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('upload_link_everytime','false','Show upload link every time');
-INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('upload_user_access',2 /*ACCESS_CLASSIC*/,'User access level to upload');
+INSERT INTO piwigo_config (param,value,comment) VALUES ('nb_comment_page','10','number of comments to display on each page');
+INSERT INTO piwigo_config (param,value,comment) VALUES ('log','false','keep an history of visits on your website');
+INSERT INTO piwigo_config (param,value,comment) VALUES ('comments_validation','false','administrators validate users comments before becoming visible');
+INSERT INTO piwigo_config (param,value,comment) VALUES ('comments_forall','false','even guest not registered can post comments');
+INSERT INTO piwigo_config (param,value,comment) VALUES ('gallery_locked','false','Lock your gallery temporary for non admin users');
+INSERT INTO piwigo_config (param,value,comment) VALUES ('gallery_title','Piwigo demonstration site','Title at top of each page and for RSS feed');
+INSERT INTO piwigo_config (param,value,comment) VALUES ('gallery_url','http://demo.piwigo.net','URL given in RSS feed');
+INSERT INTO piwigo_config (param,value,comment) VALUES ('rate','true','Rating pictures feature is enabled');
+INSERT INTO piwigo_config (param,value,comment) VALUES ('rate_anonymous','true','Rating pictures feature is also enabled for visitors');
+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');
+INSERT INTO piwigo_config (param,value,comment) VALUES ('history_admin','false','keep a history of administrator visits on your website');
+INSERT INTO piwigo_config (param,value,comment) VALUES ('history_guest','true','keep a history of guest visits on your website');
+INSERT INTO piwigo_config (param,value,comment) VALUES ('allow_user_registration','true','allow visitors to register?');
+INSERT INTO piwigo_config (param,value,comment) VALUES ('secret_key', MD5(RAND()), 'a secret key specific to the gallery for internal use');
+INSERT INTO piwigo_config (param,value,comment) VALUES ('nbm_send_html_mail','true','Send mail on HTML format for notification by mail');
+INSERT INTO piwigo_config (param,value,comment) VALUES ('nbm_send_mail_as','','Send mail as param value for notification by mail');
+INSERT INTO piwigo_config (param,value,comment) VALUES ('nbm_send_detailed_content','true','Send detailed content for notification by mail');
+INSERT INTO piwigo_config (param,value,comment) VALUES ('nbm_complementary_mail_content','','Complementary mail content for notification by mail');
+INSERT INTO piwigo_config (param,value,comment) VALUES ('nbm_send_recent_post_dates','true','Send recent post by dates for notification by mail');
+INSERT INTO piwigo_config (param,value,comment) VALUES ('email_admin_on_new_user','false','Send an email to theadministrators when a user registers');
+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');
+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');
+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');
+INSERT INTO piwigo_config (param,value,comment) VALUES ('obligatory_user_mail_address','false','Mail address is obligatory for users');
+INSERT INTO piwigo_config (param,value,comment) VALUES ('c13y_ignore',null,'List of ignored anomalies');
+INSERT INTO piwigo_config (param,value,comment) VALUES ('upload_link_everytime','false','Show upload link every time');
+INSERT INTO piwigo_config (param,value,comment) VALUES ('upload_user_access',2 /*ACCESS_CLASSIC*/,'User access level to upload');
diff --git a/install/db/25-database.php b/install/db/25-database.php
index 6fe0efee4..9afa5e5ac 100644
--- a/install/db/25-database.php
+++ b/install/db/25-database.php
@@ -30,7 +30,7 @@ $upgrade_description = 'reinitialize page_banner';
$query = '
UPDATE '.PREFIX_TABLE.'config
- SET value = \'<h1>PhpWebGallery demonstration site</h1><p>My photos web site</p>\'
+ SET value = \'<h1>Piwigo demonstration site</h1><p>My photos web site</p>\'
WHERE param = \'page_banner\'
;';
pwg_query($query);
diff --git a/language/en_UK/about.html b/language/en_UK/about.html
index b5a46d006..e185f7ddf 100644
--- a/language/en_UK/about.html
+++ b/language/en_UK/about.html
@@ -1,10 +1,10 @@
- <li>PhpWebGallery is a web application giving you the possibility to
+ <li>Piwigo is a web application giving you the possibility to
create an online images gallery easily.</li>
- <li>Technicaly, PhpWebGallery is fully developped with PHP (the elePHPant)
+ <li>Technicaly, Piwigo is fully developped with PHP (the elePHPant)
with a MySQL database (the SQuirreL).</li>
<li>If you have any suggestions or comments, please visit <a
- href="http://www.phpwebgallery.net">PhpWebGallery</a> official site, and
- its dedicated <a href="http://forum.phpwebgallery.net">forum</a>.</li>
+ href="http://piwigo.org">Piwigo</a> official site, and
+ its dedicated <a href="http://forum.Piwigo.net">forum</a>.</li>
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php
index 06ff359b7..58c0f078f 100644
--- a/language/en_UK/admin.lang.php
+++ b/language/en_UK/admin.lang.php
@@ -48,7 +48,6 @@ $lang['%d users'] = '%d users';
$lang['%d waiting for validation'] = '%d waiting for validation';
$lang['%d waiting pictures rejected'] = '%d waiting pictures rejected';
$lang['%d waiting pictures validated'] = '%d waiting pictures validated';
-$lang['A new version of PhpWebGallery is available.'] = 'A new version of PhpWebGallery is available.';
$lang['Actions'] = 'Actions';
$lang['Activate'] = 'Activate';
$lang['Add/delete a permalink'] = 'Add/delete a permalink';
@@ -146,8 +145,6 @@ $lang['Permalinks'] = 'Permalinks';
$lang['Permission denied'] = 'Permission denied';
$lang['Permission granted thanks to a group'] = 'Permission granted thanks to a group';
$lang['Permission granted'] = 'Permission granted';
-$lang['PhpWebGallery Administration'] = 'PhpWebGallery Administration';
-$lang['PhpWebGallery version'] = 'PhpWebGallery version';
$lang['Picture informations updated'] = 'Picture informations updated';
$lang['Plugins'] = 'Plugins';
$lang['Position'] = 'Position';
@@ -194,7 +191,6 @@ $lang['Virtual categories to move'] = 'Virtual categories to move';
$lang['Virtual category name'] = 'Virtual category name';
$lang['Webmaster cannot be deleted'] = 'Webmaster cannot be deleted';
$lang['You are running on development sources, no check possible.'] = 'You are running on development sources, no check possible.';
-$lang['You are running the latest version of PhpWebGallery.'] = 'You are running the latest version of PhpWebGallery.';
$lang['You cannot delete your account'] = "You cannot delete your account";
$lang['You cannot move a category in its own sub category'] = 'You cannot move a category in its own sub category';
$lang['You need to confirm deletion'] = 'You need to confirm deletion';
@@ -385,8 +381,8 @@ $lang['target'] = 'target';
$lang['thumbnail'] = 'thumbnail';
$lang['title'] = 'title';
$lang['title_categories'] = 'Categories management';
-$lang['title_configuration'] = 'PhpWebGallery configuration';
-$lang['title_default'] = 'PhpWebGallery administration';
+$lang['title_configuration'] = 'Piwigo configuration';
+$lang['title_default'] = 'Piwigo administration';
$lang['title_edit_cat'] = 'Edit a category';
$lang['title_groups'] = 'Group management';
$lang['title_liste_users'] = 'User list';
@@ -422,8 +418,8 @@ $lang['update'] = 'Synchronize';
$lang['update_cats_subset'] = 'reduce to single existing categories';
$lang['update_default_title'] = 'Choose an option';
$lang['update_display_info'] = 'display maximum informations (added categories and elements, deleted categories and elements)';
-$lang['update_err_pwg_version_differs'] = 'PhpWebGallery version differs on the remote site';
-$lang['update_err_pwg_version_differs_info'] = 'Version of create_listing_file.php on the remote site and PhpWebGallery must be the same';
+$lang['update_err_pwg_version_differs'] = 'Piwigo version differs on the remote site';
+$lang['update_err_pwg_version_differs_info'] = 'Version of create_listing_file.php on the remote site and Piwigo must be the same';
$lang['update_err_remote_listing_not_found'] = 'listing.xml file was not found';
$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';
$lang['update_error_list_title'] = 'Error list';
@@ -501,7 +497,7 @@ $lang['Returned images limit'] = 'Returned images limit';
$lang['Comment to identify your partner clearly'] = 'Comment to identify your partner clearly';
$lang['Add this access definition'] = 'Add this access definition';
$lang['Web Services availability duration in days'] = 'Web Services availability duration in days';
-$lang['Web Services under control'] = 'PhpWebGallery Web Services are fully operationals and all requests are under control.';
+$lang['Web Services under control'] = 'Piwigo Web Services are fully operationals and all requests are under control.';
$lang['special_admin_menu'] = 'Specials';
$lang['Duplicates'] = 'Files with same name in more than one physical category';
@@ -600,7 +596,6 @@ $lang['c13y_ignore_msg1'] = 'The anomaly will be ignored until next application
$lang['c13y_ignore_msg2'] = 'Correction the anomaly will cancel the fact that it\'s ignored';
$lang['c13y_anomaly_ignored_count'] = '%d anomaly has been ignored.';
$lang['c13y_anomalies_ignored_count'] = '%d anomalies have been ignored.';
-
$lang['plugins_need_update'] = 'Plugins which need upgrade';
$lang['plugins_dontneed_update'] = 'Plugins up to date';
$lang['plugins_cant_check'] = 'Plugin versions can\'t be checked';
@@ -627,7 +622,6 @@ $lang['plugins_archive_error'] = 'Can\'t read or extract archive.';
$lang['plugins_extract_error'] = 'An error occured during extraction (%s).';
$lang['plugins_check_chmod'] = 'Please check "plugins" folder and sub-folders permissions (CHMOD).';
$lang['plugins_server_error'] = 'Can\'t connect to server.';
-
$lang['Purge compiled templates'] = 'Purge compiled templates';
$lang['Caddie is currently empty'] = 'Caddie is currently empty';
$lang['conf_upload_title'] = 'Upload';
@@ -639,11 +633,14 @@ $lang['ACCESS_2'] = 'Access to subscribed';
$lang['ACCESS_3'] = 'Access to administrators';
$lang['ACCESS_4'] = 'Access to webmasters';
$lang['ACCESS_5'] = 'No access';
-
$lang['DEMO'] = 'Demo';
$lang['HOME'] = 'Piwigo home';
$lang['FORUM'] = 'Support';
$lang['BUGS'] = 'Bugs';
$lang['EXTENSIONS'] = 'Extensions';
$lang['WIKI / DOC'] = 'Documentation';
+$lang['A new version of Piwigo is available.'] = 'A new version of Piwigo is available.';
+$lang['Piwigo Administration'] = 'Piwigo Administration';
+$lang['Piwigo version'] = 'Piwigo version';
+$lang['You are running the latest version of Piwigo.'] = 'You are running the latest version of Piwigo.';
?>
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php
index e8abb3d3a..0ff959fd6 100644
--- a/language/en_UK/common.lang.php
+++ b/language/en_UK/common.lang.php
@@ -97,7 +97,6 @@ $lang['Number of items'] = 'Number of items';
$lang['Original dimensions'] = 'Original dimensions';
$lang['Password forgotten'] = 'Password forgotten';
$lang['Password'] = 'Password';
-$lang['PhpWebGallery Help'] = 'PhpWebGallery Help';
$lang['Post date'] = 'Post date';
$lang['Posted on'] = 'Posted on';
$lang['Profile'] = 'Profile';
@@ -126,7 +125,7 @@ $lang['Username'] = 'Username';
$lang['Visits'] = 'Visits';
$lang['Webmaster'] = 'Webmaster';
$lang['Week %d'] = 'Week %d';
-$lang['about_page_title'] = 'About PhpWebGallery';
+$lang['about_page_title'] = 'About Piwigo';
$lang['access_forbiden'] = 'You are not authorized to access the requested page';
$lang['add to caddie'] = 'add to caddie';
$lang['add_favorites_hint'] = 'add this image to your favorites';
@@ -364,5 +363,6 @@ $lang['%d elements are also linked to current tags'] = '%d images are also linke
$lang['See elements linked to this tag only'] = 'See images linked to this tag only';
$lang['elements posted during the last %d days'] = 'images posted during the last %d days';
$lang['Choose an image'] = 'Choose an image';
+$lang['Piwigo Help'] = 'Piwigo Help';
?>
diff --git a/language/en_UK/help.html b/language/en_UK/help.html
index f8fd2bcb8..1ca5c5ca9 100644
--- a/language/en_UK/help.html
+++ b/language/en_UK/help.html
@@ -14,10 +14,10 @@
names "galleries". Set authorizations to 777 on directory
"galleries/test_category".</li>
- <li>Connect to your PhpWebGallery as an admin.</li>
+ <li>Connect to your Piwigo as an admin.</li>
<li>Go to <span class="pwgScreen">Administration, Pictures,
- Thumbnails</span>. PhpWebGallery find the picture from "test_category"
+ Thumbnails</span>. Piwigo find the picture from "test_category"
without thumbnails. Ask to create thumbnails.</li>
<li>Go to <span class="pwgScreen">Administration, Categories,
@@ -35,7 +35,7 @@ your gallery.</li>
<li>
- <p>Category directories are in the PhpWebGallery directory
+ <p>Category directories are in the Piwigo directory
"galleries". Here follow the directory tree of a very small gallery (but
using many features) :</p>
@@ -76,12 +76,12 @@ your gallery.</li>
</li>
<li>Basically, a category is represented by a directory at any level in
- PhpWebGallery directory "galleries". Each category can contain as many
+ Piwigo directory "galleries". Each category can contain as many
sub-level as you wish. In the example above, category-1.1.1.1 is at level
4 of deepness.</li>
<li>Basically, an element is represented by a file. A file can be a
- PhpWebGallery element if its extenstion is among <code>file_ext</code>
+ Piwigo element if its extenstion is among <code>file_ext</code>
configuration parameter possibilities (see <span
class="filename">include/config_default.inc.php</span> file). A file can
be a picture if its extension is among <code>picture_ext</code>
@@ -182,7 +182,7 @@ containing sub-categories.</li>
<ul>
- <li>PhpWebGallery is able to manage groups of users. It can be very useful
+ <li>Piwigo is able to manage groups of users. It can be very useful
to have common permission access for private categories.</li>
<li>You can create groups in <span class="pwgScreen">Administration,
@@ -198,7 +198,7 @@ containing sub-categories.</li>
<h3>Files upload by users</h3>
-<p>PhpWebGallery offers the possibility for users to upload images. in
+<p>Piwigo offers the possibility for users to upload images. in
order to do it:</p>
<ol>
@@ -222,7 +222,7 @@ filesystem with database.</p>
<ul>
- <li>PhpWebGallery dissociates categories where elements are stored and
+ <li>Piwigo dissociates categories where elements are stored and
categories where they are shown.</li>
<li>By default, elements are shown only in their real categories : the
@@ -251,8 +251,8 @@ filesystem with database.</p>
<li>If you have any question, do not hesitate to take a look at the forum
or ask a question there. The <a
href="http://forum.phpwebgallery.net">forum</a> (message board) is
- available on the presentation site of PhpWebGallery. Check the <a
- href="http://phpwebgallery.net/doc/">official PhpWebGallery
+ available on the presentation site of Piwigo. Check the <a
+ href="http://phpwebgallery.net/doc/">official Piwigo
documentation</a> for further reading.</li>
</ul>
diff --git a/language/en_UK/help/configuration.html b/language/en_UK/help/configuration.html
index cb9f1f7c0..de685058a 100644
--- a/language/en_UK/help/configuration.html
+++ b/language/en_UK/help/configuration.html
@@ -96,7 +96,7 @@ users.</p>
<ul>
- <li><strong>Language</strong>: concerns only PhpWebGallery
+ <li><strong>Language</strong>: concerns only Piwigo
labels. Category names, picture names and all descriptions are not
localized.</li>
diff --git a/language/en_UK/help/history.html b/language/en_UK/help/history.html
index 0e5b14e13..5ad9f5f76 100644
--- a/language/en_UK/help/history.html
+++ b/language/en_UK/help/history.html
@@ -1,6 +1,6 @@
<h2>History</h2>
-<p>These screens allows you to follow the historical navigation en PhpWebGallery
+<p>These screens allows you to follow the historical navigation en Piwigo
according to the options yo have chosen in - Administration - General - History index.</p>
<h3>Statistics</h3>
diff --git a/language/en_UK/help/maintenance.html b/language/en_UK/help/maintenance.html
index a8571dae2..d33074063 100644
--- a/language/en_UK/help/maintenance.html
+++ b/language/en_UK/help/maintenance.html
@@ -1,6 +1,6 @@
<h2>Maintenance</h2>
-<p>To optimize page generation time, PhpWebGallery uses cached
+<p>To optimize page generation time, Piwigo uses cached
information. For example, instead of counting the number of pictures
contained in each category at each page reload, this information is stored
in the database. In theory, this information should always be correct, but
diff --git a/language/en_UK/help/site_manager.html b/language/en_UK/help/site_manager.html
index 1325a0ed2..cd333d43a 100644
--- a/language/en_UK/help/site_manager.html
+++ b/language/en_UK/help/site_manager.html
@@ -1,6 +1,6 @@
<h2>Remote sites</h2>
-<p>PhpWebGallery offers the possibility to use several servers to store the
+<p>Piwigo offers the possibility to use several servers to store the
images which will compose your gallery. It can be useful if your gallery is
installed on one limited space and that you have a big quantity of images to
be shown.</p>
@@ -45,7 +45,7 @@ be shown.</p>
<!-- <p>You can do all this by hand by generating yourself the <span
class="filename">listing.xml</span> file, moving it from your distant server
-to you local PhpWebGallery root directory and opening the remote site
-management screen : PhpWebGallery will propose you to use the found
+to you local Piwigo root directory and opening the remote site
+management screen : Piwigo will propose you to use the found
listing.xml file.</p>-->
diff --git a/language/en_UK/help/thumbnail.html b/language/en_UK/help/thumbnail.html
index 857a266ca..aaaf255a9 100644
--- a/language/en_UK/help/thumbnail.html
+++ b/language/en_UK/help/thumbnail.html
@@ -18,7 +18,7 @@
<dt>Number of thumbnails to create</dt>
- <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>
+ <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>
<dt>File format</dt>
diff --git a/language/en_UK/install.lang.php b/language/en_UK/install.lang.php
index 6ff462617..5e67d9a33 100644
--- a/language/en_UK/install.lang.php
+++ b/language/en_UK/install.lang.php
@@ -57,8 +57,8 @@ $lang['step2_pwd'] = 'Webmaster password';
$lang['step2_pwd_info'] = 'Keep it confidential, it enables you to access administration panel';
$lang['step2_pwd_conf'] = 'Password [confirm]';
$lang['step2_pwd_conf_info'] = 'verification';
-$lang['install_help'] = 'Need help ? Ask your question on <a href="%s">PhpWebGallery message board</a>.';
-$lang['install_end_message'] = 'The configuration of PhpWebGallery is finished, here is the next step<br /><br />
+$lang['install_help'] = 'Need help ? Ask your question on <a href="%s">Piwigo message board</a>.';
+$lang['install_end_message'] = 'The configuration of Piwigo is finished, here is the next step<br /><br />
For security reason, please delete file "install.php"<br />
Once this file deleted , follow this instructions :
<ul>
diff --git a/language/es_ES/about.html b/language/es_ES/about.html
index b58077b70..2725bd512 100644
--- a/language/es_ES/about.html
+++ b/language/es_ES/about.html
@@ -1,8 +1,8 @@
- <li>PhpWebGallery es una aplicación web que permite crear fácilmente una galería de imágenes en línea.</li>
+ <li>Piwigo es una aplicación web que permite crear fácilmente una galería de imágenes en línea.</li>
- <li>Técnicamente, PhpWebGallery es desarrollado en PHP con una base de datos MySQL.</li>
+ <li>Técnicamente, Piwigo es desarrollado en PHP con una base de datos MySQL.</li>
<li>Si usted tiene sugerencias o comentarios, visita <a
- href="http://www.phpwebgallery.net">sitio oficial</a>.</li>
+ href="http://piwigo.org">sitio oficial</a>.</li>
\ No newline at end of file
diff --git a/language/es_ES/admin.lang.php b/language/es_ES/admin.lang.php
index c09c65d24..9d9d78807 100644
--- a/language/es_ES/admin.lang.php
+++ b/language/es_ES/admin.lang.php
@@ -48,7 +48,6 @@ $lang['%d users'] = '%d utilizadores';
$lang['%d waiting for validation'] = '%d en espera de validación';
$lang['%d waiting pictures rejected'] = '%d imágenes en espera rechazadas';
$lang['%d waiting pictures validated'] = '%d imágenes en espera validadas';
-$lang['A new version of PhpWebGallery is available.'] = 'Una nueva versión de PhpWebGallery está disponible.';
$lang['Actions'] = 'Acciones';
$lang['Activate'] = 'Acelerar';
$lang['Add/delete a permalink'] = 'Añadir / borrar un lazo permanente';
@@ -146,8 +145,6 @@ $lang['Permalinks'] = 'Lazos permanentes';
$lang['Permission denied'] = 'Acceso prohibido';
$lang['Permission granted thanks to a group'] = 'Acceso autorizado gracias a la pertenencia a los grupos';
$lang['Permission granted'] = 'Acceso autorizado';
-$lang['PhpWebGallery Administration'] = 'Administración de PhpWebGallery';
-$lang['PhpWebGallery version'] = 'Versión de PhpWebGallery';
$lang['Picture informations updated'] = 'Informaciones puestas al día de la imagen';
$lang['Plugins'] = 'Plugins';
$lang['Position'] = 'Posición';
@@ -194,7 +191,6 @@ $lang['Virtual categories to move'] = 'Categorías virtuales que hay que desplaz
$lang['Virtual category name'] = 'Nombre de la categoría virtual';
$lang['Webmaster cannot be deleted'] = 'El webmestre no puede ser suprimido';
$lang['You are running on development sources, no check possible.'] = 'Usted trabaja con las fuentes de desarrollo, imposible verificar la última versión.';
-$lang['You are running the latest version of PhpWebGallery.'] = 'Usted utiliza la última versión de PhpWebGallery.';
$lang['You cannot delete your account'] = "Usted no puede suprimir su cuenta";
$lang['You cannot move a category in its own sub category'] = 'Usted no puede desplazar una categoría en su propia subcategoría';
$lang['You need to confirm deletion'] = 'Usted debe confirmar la supresión';
@@ -386,8 +382,8 @@ $lang['target'] = 'blanco';
$lang['thumbnail'] = 'miniatura';
$lang['title'] = 'título';
$lang['title_categories'] = 'Gestión de las categorías';
-$lang['title_configuration'] = 'Configuración de PhpWebGallery';
-$lang['title_default'] = 'Administración de PhpWebGallery';
+$lang['title_configuration'] = 'Configuración de Piwigo';
+$lang['title_default'] = 'Administración de Piwigo';
$lang['title_edit_cat'] = 'Modificar una categoría';
$lang['title_groups'] = 'Gestión de los grupos';
$lang['title_liste_users'] = 'Lista utilizadores';
@@ -423,8 +419,8 @@ $lang['update'] = 'Sincronizar';
$lang['update_cats_subset'] = 'Únicamente tratar una categoría';
$lang['update_default_title'] = 'Escoger una opción';
$lang['update_display_info'] = 'Fijar un máximo de informaciones (categorías añadidas, elementos añadidos, categorías y elementos suprimidos)';
-$lang['update_err_pwg_version_differs'] = 'La versión PhpWebGallery sobre el sitio distante es diferente';
-$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';
+$lang['update_err_pwg_version_differs'] = 'La versión Piwigo sobre el sitio distante es diferente';
+$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';
$lang['update_err_remote_listing_not_found'] = 'El fichero listing.xml es imposible de encontrar';
$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';
$lang['update_error_list_title'] = 'Lista errores';
@@ -502,7 +498,7 @@ $lang['Returned images limit'] = 'Límite de transmision';
$lang['Comment to identify your partner clearly'] = 'Comentario que le permite identificar a su compañero fácilmente';
$lang['Add this access definition']= 'Añadir esta definición de acceso';
$lang['Web Services availability duration in days'] = 'Duración de abertura de los Servicios Web en días';
-$lang['Web Services under control'] = 'Los Servicios Web de PhpWebGallery totalmente son operativos y todas las demandas son controladas.';
+$lang['Web Services under control'] = 'Los Servicios Web de Piwigo totalmente son operativos y todas las demandas son controladas.';
$lang['special_admin_menu'] = 'Clases de matemáticas superiores';
$lang['note_check_exif'] = '%s debe ser puesto a "false" en su fichero config_local.inc.php porque el extejo no es sostenido.';
$lang['note_check_more_info'] = 'Vaya sobre %s or %s para más informaciones.';
@@ -605,7 +601,6 @@ $lang['c13y_ignore_msg1'] = 'La anomalía será ignorada hasta la versión próx
$lang['c13y_ignore_msg2'] = 'La corrección de la anomalía anulará el hecho de que sea ignorada';
$lang['c13y_anomaly_ignored_count'] = '%d anomalía ha sido ignorada.';
$lang['c13y_anomalies_ignored_count'] = '%d anomalías han sido ignoradas.';
-
$lang['plugins_need_update'] = 'Plugins que necesita una postura al día ';
$lang['plugins_dontneed_update'] = 'Plugins al día';
$lang['plugins_cant_check'] = 'Imposible verificar el plugins siguiente';
@@ -644,11 +639,15 @@ $lang['Purge compiled templates'] = 'Purgar el templates compilado';
/* TODO */ $lang['ACCESS_3'] = 'Access to administrators';
/* TODO */ $lang['ACCESS_4'] = 'Access to webmasters';
/* TODO */ $lang['ACCESS_5'] = 'No access';
-
$lang['DEMO'] = 'Demo';
$lang['HOME'] = 'Acogida Piwigo';
$lang['FORUM'] = 'Ayuda';
$lang['BUGS'] = 'Bugs';
$lang['EXTENSIONS'] = 'Extensiones';
$lang['WIKI / DOC'] = 'Documentación';
+$lang['A new version of Piwigo is available.'] = 'Una nueva versión de Piwigo está disponible.';
+$lang['Piwigo Administration'] = 'Administración de Piwigo';
+$lang['Piwigo version'] = 'Versión de Piwigo';
+$lang['You are running the latest version of Piwigo.'] = 'Usted utiliza la última versión de Piwigo.';
+
?>
diff --git a/language/es_ES/common.lang.php b/language/es_ES/common.lang.php
index 96d4a8a5f..93c23b2ac 100644
--- a/language/es_ES/common.lang.php
+++ b/language/es_ES/common.lang.php
@@ -97,7 +97,6 @@ $lang['Number of items'] = 'Número de artículos';
$lang['Original dimensions'] = 'Dimensiones originales';
$lang['Password forgotten'] = 'Contraseña olvidada';
$lang['Password'] = 'Contraseña';
-$lang['PhpWebGallery Help'] = 'Ayuda de PhpWebGallery';
$lang['Post date'] = 'Añadido el día';
$lang['Posted on'] = 'Añadido el';
$lang['Profile'] = 'Perfil';
@@ -126,7 +125,7 @@ $lang['Username'] = 'Nombre del usuario';
$lang['Visits'] = 'Visitas';
$lang['Webmaster'] = 'Webmastre';
$lang['Week %d'] = 'Semana %d';
-$lang['about_page_title'] = 'Acerca de PhpWebGallery';
+$lang['about_page_title'] = 'Acerca de Piwigo';
$lang['access_forbiden'] = 'Usted no esta autorizado a ver la pagina pedida';
$lang['add to caddie'] = 'Agregar al carrito';
$lang['add_favorites_hint'] = 'agregar esta imagen en sus favoritos';
@@ -364,5 +363,6 @@ $lang['%d elements are also linked to current tags'] = '%d imagenes son igualmen
$lang['See elements linked to this tag only'] = 'Ver las imágenes relacionadas únicamente a este tag';
$lang['elements posted during the last %d days'] = 'esta imagen tiene menos de %d dias';
$lang['Choose an image'] = 'Elegir una imagen';
+$lang['Piwigo Help'] = 'Ayuda de Piwigo';
?>
diff --git a/language/es_ES/help.html b/language/es_ES/help.html
index 986516f1b..c23ab51b0 100644
--- a/language/es_ES/help.html
+++ b/language/es_ES/help.html
@@ -13,10 +13,10 @@
<li>Cargar el repertorio local "Categorie_prueba" en el repertorio distante "galleries". Dar todos los derechos (777) al nuevo repertorio
"galleries/Categorie_prueba".</li>
- <li>Conectarse a su instalación de PhpWebGallery como administrador.</li>
+ <li>Conectarse a su instalación de Piwigo como administrador.</li>
<li>Ir sobre <span class="pwgScreen">Administrador, Imágenes,
-Miniaturas</span>. Pedir crear las miniaturas ausentes según el análisis de PhpWebGallery.</li>
+Miniaturas</span>. Pedir crear las miniaturas ausentes según el análisis de Piwigo.</li>
<li>Ir sobre <span class="pwgScreen">Administrador, Categorías,
Sincronizar</span>. Puntear " repertorios + ficheros ", soltar " únicamente Simular " y validar la sincronización.</li>
@@ -69,9 +69,9 @@ Miniaturas</span>. Pedir crear las miniaturas ausentes según el análisis de Ph
</li>
- <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>
+ <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>
- <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
+ <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
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
<code>picture_ext</code>.</li>
@@ -104,9 +104,9 @@ class="pwgScreen">Administración, Categorías, Sincronizar</span>.</li>
<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>
- <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>
+ <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>
- <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>
+ <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>
<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>
@@ -131,7 +131,7 @@ class="pwgScreen">Administración, Identificación</span>).</li>
<ul>
- <li>PhpWebGallery puede administrar grupos de utilizadores. Muy práctico para administrar autorizaciones comúnes sobre las categorías particulares.</li>
+ <li>Piwigo puede administrar grupos de utilizadores. Muy práctico para administrar autorizaciones comúnes sobre las categorías particulares.</li>
<li>Usted puede crear grupos y añadir a eso a utilizadores en ello
<span class="pwgScreen">Administración, Identificación, Grupos</span>.</li>
@@ -160,7 +160,7 @@ class="pwgScreen">Administración, Categorías, Propiedades, Añadido de imágen
<ul>
- <li>PhpWebGallery disocia las categorías que almacenan los elementos y las categorías donde los elementos son mostrados.</li>
+ <li>Piwigo disocia las categorías que almacenan los elementos y las categorías donde los elementos son mostrados.</li>
<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>
@@ -177,7 +177,7 @@ class="pwgScreen">Administración, Categorías, Propiedades, Añadido de imágen
<li>Una vez creado su galería, configure la fijación por defecto tal como deseado en <span class="pwgScreen">Administation, Configuración, Fijación por defecto</span>. En efecto, cada nuevo utilizador heredará de estas propiedades de fijación.</li>
<li>Totalmente para cuestión, no vacile en visitar el foro o en plantear allí una cuestión si su búsqueda es infructuosa.
-<a href="http://forum.phpwebgallery.net">foro</a> Está disponible para la sitio de PhpWebGallery. También consultar
-<a href="http://phpwebgallery.net/doc">documentación oficial de PhpWebGallery</a> Para obtener más detalles.</li>
+<a href="http://forum.phpwebgallery.net">foro</a> Está disponible para la sitio de Piwigo. También consultar
+<a href="http://phpwebgallery.net/doc">documentación oficial de Piwigo</a> Para obtener más detalles.</li>
</ul>
diff --git a/language/es_ES/help/configuration.html b/language/es_ES/help/configuration.html
index f2aa3d1fe..9aa5e6b2f 100644
--- a/language/es_ES/help/configuration.html
+++ b/language/es_ES/help/configuration.html
@@ -75,7 +75,7 @@ class="pwgScreen">perfila</span>.</p>
<ul>
- <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>
+ <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>
<li><strong>Número de miniaturas por línea</strong></li>
diff --git a/language/es_ES/help/history.html b/language/es_ES/help/history.html
index 4d478e896..00702efdf 100644
--- a/language/es_ES/help/history.html
+++ b/language/es_ES/help/history.html
@@ -1,6 +1,6 @@
<h2>Histórico</h2>
-<p>Estas pantallas permiten seguir el histórico de navegación en PhpWebGallery
+<p>Estas pantallas permiten seguir el histórico de navegación en Piwigo
en función de las opciones que ha determinado en
Administración - Ensayo general - señal Reseña histórica.</p>
diff --git a/language/es_ES/help/maintenance.html b/language/es_ES/help/maintenance.html
index 96df02680..6d82c8c17 100644
--- a/language/es_ES/help/maintenance.html
+++ b/language/es_ES/help/maintenance.html
@@ -1,6 +1,6 @@
<h2>Mantenimiento</h2>
-<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>
+<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>
<p>Informaciones se vuelven inútiles con tiempo. Suprimirlos de la base de datos libera del espacio disco.</p>
diff --git a/language/es_ES/help/site_manager.html b/language/es_ES/help/site_manager.html
index 9cd05970a..6c90392a4 100644
--- a/language/es_ES/help/site_manager.html
+++ b/language/es_ES/help/site_manager.html
@@ -1,6 +1,6 @@
<h2>Sitios distante</h2>
-<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>
+<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>
<ol>
@@ -39,4 +39,4 @@ class="filename">listing.xml</span> y sincroniza con la base de datos local</li>
</ol>
<!--<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>:
-PhpWebGallery detecta el fichero y propone servirse de eso.</p>-->
+Piwigo detecta el fichero y propone servirse de eso.</p>-->
diff --git a/language/es_ES/install.lang.php b/language/es_ES/install.lang.php
index 68ae0917b..9eca984e2 100644
--- a/language/es_ES/install.lang.php
+++ b/language/es_ES/install.lang.php
@@ -54,8 +54,8 @@ $lang['step2_pwd'] = 'Palabra de paso';
$lang['step2_pwd_info'] = 'Debe quedar confidencial, permite acceder al tabla de administración.';
$lang['step2_pwd_conf'] = 'Palabra de paso [Confirmar]';
$lang['step2_pwd_conf_info'] = 'Comprobación';
-$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)';
-$lang['install_help'] = '¿ Necesidad de ayudante? Plantee su cuestión sobre él <a href="%s">foro de PhpWebGallery</a>.';
+$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)';
+$lang['install_help'] = '¿ Necesidad de ayudante? Plantee su cuestión sobre él <a href="%s">foro de Piwigo</a>.';
$lang['install_end_message'] = 'La configuración de la aplicación correctamente se celebró, coloca en la etapa próxima<br /><br />
Por medida de seguridad, gracias por suprimir el fichero "install.php"<br />
La vez suprimido este fichero, por favor seguir estas indicaciones:
diff --git a/language/fr_FR/about.html b/language/fr_FR/about.html
index c661637d6..15cf5e8bd 100644
--- a/language/fr_FR/about.html
+++ b/language/fr_FR/about.html
@@ -1,8 +1,8 @@
- <li>PhpWebGallery est une application web permettant de créer facilement
+ <li>Piwigo est une application web permettant de créer facilement
une galerie d'images en ligne.</li>
- <li>Techniquement, PhpWebGallery est développée en PHP avec une base de
+ <li>Techniquement, Piwigo est développée en PHP avec une base de
données MySQL.</li>
<li>Si vous avez des suggestions ou des commentaires, visitez le <a
- href="http://www.phpwebgallery.net">site officiel</a>.</li>
+ href="http://piwigo.org">site officiel</a>.</li>
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php
index 78020ceea..85006f6c2 100644
--- a/language/fr_FR/admin.lang.php
+++ b/language/fr_FR/admin.lang.php
@@ -48,7 +48,6 @@ $lang['%d users'] = '%d utilisateurs';
$lang['%d waiting for validation'] = '%d en attente de validation';
$lang['%d waiting pictures rejected'] = '%d images en attente rejetées';
$lang['%d waiting pictures validated'] = '%d images en attente validées';
-$lang['A new version of PhpWebGallery is available.'] = 'Une nouvelle version de PhpWebGallery est disponible.';
$lang['Actions'] = 'Actions';
$lang['Activate'] = 'Activer';
$lang['Add/delete a permalink'] = 'Ajouter/effacer un lien permanent';
@@ -146,8 +145,6 @@ $lang['Permalinks'] = 'Liens permanents';
$lang['Permission denied'] = 'Accès interdit';
$lang['Permission granted thanks to a group'] = 'Accès autorisé grâce à l\'appartenance aux groupes';
$lang['Permission granted'] = 'Accès autorisé';
-$lang['PhpWebGallery Administration'] = 'Administration de PhpWebGallery';
-$lang['PhpWebGallery version'] = 'Version de PhpWebGallery';
$lang['Picture informations updated'] = 'Informations de l\'image mises à jour';
$lang['Plugins'] = 'Plugins';
$lang['Position'] = 'Position';
@@ -194,7 +191,6 @@ $lang['Virtual categories to move'] = 'Catégories virtuelles à déplacer';
$lang['Virtual category name'] = 'Nom de la catégorie virtuelle';
$lang['Webmaster cannot be deleted'] = 'Le webmestre ne peut pas être supprimé';
$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.';
-$lang['You are running the latest version of PhpWebGallery.'] = 'Vous utilisez la dernière version de PhpWebGallery.';
$lang['You cannot delete your account'] = "Vous ne pouvez pas supprimer votre compte";
$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';
$lang['You need to confirm deletion'] = 'Vous devez confirmer la suppression';
@@ -385,8 +381,8 @@ $lang['target'] = 'cible';
$lang['thumbnail'] = 'miniature';
$lang['title'] = 'titre';
$lang['title_categories'] = 'Gestion des catégories';
-$lang['title_configuration'] = 'Configuration de PhpWebGallery';
-$lang['title_default'] = 'Administration de PhpWebGallery';
+$lang['title_configuration'] = 'Configuration de Piwigo';
+$lang['title_default'] = 'Administration de Piwigo';
$lang['title_edit_cat'] = 'Modifier une catégorie';
$lang['title_groups'] = 'Gestion des groupes';
$lang['title_liste_users'] = 'Liste des utilisateurs';
@@ -422,8 +418,8 @@ $lang['update'] = 'Synchroniser';
$lang['update_cats_subset'] = 'traiter uniquement une catégorie';
$lang['update_default_title'] = 'Choisir une option';
$lang['update_display_info'] = 'afficher un maximum d\'informations (catégories ajoutées, éléments ajoutés, catégories et éléments supprimés)';
-$lang['update_err_pwg_version_differs'] = 'La version PhpWebGallery sur le site distant est differente';
-$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';
+$lang['update_err_pwg_version_differs'] = 'La version Piwigo sur le site distant est differente';
+$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';
$lang['update_err_remote_listing_not_found'] = 'le fichier listing.xml est introuvable';
$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';
$lang['update_error_list_title'] = 'Liste des erreurs';
@@ -501,7 +497,7 @@ $lang['Returned images limit'] = 'Limite de transmision';
$lang['Comment to identify your partner clearly'] = 'Commentaire vous permettant d\'identifier votre partenaire facilement';
$lang['Add this access definition']= 'Ajouter cette définition d\'accès';
$lang['Web Services availability duration in days'] = 'Durée d\'ouverture des Services Web en jours';
-$lang['Web Services under control'] = 'Les Services Web de PhpWebGallery sont totalement operationnels et toutes les requêtes sont contrôlées.';
+$lang['Web Services under control'] = 'Les Services Web de Piwigo sont totalement operationnels et toutes les requêtes sont contrôlées.';
$lang['special_admin_menu'] = 'Spéciales';
$lang['Duplicates'] = 'Fichiers portant le même nom dans plusieurs catégories physiques';
@@ -600,7 +596,6 @@ $lang['c13y_ignore_msg1'] = 'L\'anomalie sera ignorée jusqu\'à la prochaine ve
$lang['c13y_ignore_msg2'] = 'La correction de l\'anomalie annulera le fait qu\'elle soit ignorée';
$lang['c13y_anomaly_ignored_count'] = '%d anomalie a été ignorée.';
$lang['c13y_anomalies_ignored_count'] = '%d anomalies ont été ignorées.';
-
$lang['plugins_need_update'] = 'Plugins necessitant une mise à jour';
$lang['plugins_dontneed_update'] = 'Plugins à jour';
$lang['plugins_cant_check'] = 'Impossible de vérifier les plugins suivant';
@@ -627,7 +622,6 @@ $lang['plugins_archive_error'] = 'Impossible de lire ou d\'extraire l\'archive.'
$lang['plugins_extract_error'] = 'Une erreur est survenue pendant l\'extraction des fichiers (%s).';
$lang['plugins_check_chmod'] = 'Vérifiez les permissions du dossier "plugins" et de ses sous-dossiers (CHMOD).';
$lang['plugins_server_error'] = 'Impossible de se connecter au serveur.';
-
$lang['Purge compiled templates'] = 'Purger les templates compilés';
$lang['Caddie is currently empty'] = 'Le panier est actuellement vide.';
$lang['DEMO'] = 'Démo';
@@ -645,5 +639,9 @@ $lang['ACCESS_2'] = 'Accès aux inscrits';
$lang['ACCESS_3'] = 'Accès aux administrateurs';
$lang['ACCESS_4'] = 'Accès aux webmestres';
$lang['ACCESS_5'] = 'Pas d\'accès';
+$lang['A new version of Piwigo is available.'] = 'Une nouvelle version de Piwigo est disponible.';
+$lang['Piwigo Administration'] = 'Administration de Piwigo';
+$lang['Piwigo version'] = 'Version de Piwigo';
+$lang['You are running the latest version of Piwigo.'] = 'Vous utilisez la dernière version de Piwigo.';
?>
diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php
index af5aed3d5..c6f3a109f 100644
--- a/language/fr_FR/common.lang.php
+++ b/language/fr_FR/common.lang.php
@@ -97,7 +97,6 @@ $lang['Number of items'] = 'Nombre d\'élément';
$lang['Original dimensions'] = 'Dimensions d\'origine';
$lang['Password forgotten'] = 'Mot de passe oublié';
$lang['Password'] = 'Mot de passe';
-$lang['PhpWebGallery Help'] = 'Aide de PhpWebGallery';
$lang['Post date'] = 'Date d\'ajout';
$lang['Posted on'] = 'Ajoutée le';
$lang['Profile'] = 'Profil';
@@ -126,7 +125,7 @@ $lang['Username'] = 'Nom d\'utilisateur';
$lang['Visits'] = 'Visites';
$lang['Webmaster'] = 'Webmestre';
$lang['Week %d'] = 'Semaine %d';
-$lang['about_page_title'] = 'À propos de PhpWebGallery';
+$lang['about_page_title'] = 'À propos de Piwigo';
$lang['access_forbiden'] = 'Vous n\'êtes pas autorisé sur la page demandée';
$lang['add to caddie'] = 'ajouter au panier';
$lang['add_favorites_hint'] = 'ajouter cette image à vos favoris';
@@ -364,5 +363,6 @@ $lang['%d elements are also linked to current tags'] = '%d images sont égalemen
$lang['See elements linked to this tag only'] = 'Voir les images liées uniquement à ce tag';
$lang['elements posted during the last %d days'] = 'images ajoutées au cours de %d derniers jours';
$lang['Choose an image'] = 'Choisir une image à ajouter';
+$lang['Piwigo Help'] = 'Aide de Piwigo';
?>
diff --git a/language/fr_FR/help.html b/language/fr_FR/help.html
index a371dab2a..dd16a6cb2 100644
--- a/language/fr_FR/help.html
+++ b/language/fr_FR/help.html
@@ -14,12 +14,12 @@
distant "galleries". Donner tous les droits (777) au nouveau répertoire
"galleries/categorie_test".</li>
- <li>Se connecter à votre installation de PhpWebGallery en tant
+ <li>Se connecter à votre installation de Piwigo en tant
qu'administrateur.</li>
<li>Se rendre sur <span class="pwgScreen">Administration, Images,
Miniatures</span>. Demander à créer les miniatures absentes selon l'analyse
-de PhpWebGallery.</li>
+de Piwigo.</li>
<li>Se rendre sur <span class="pwgScreen">Administration, Catégories,
Synchroniser</span>. Cocher "répertoires + fichiers", décocher "Simuler
@@ -78,12 +78,12 @@ votre galerie.</li>
<li>Fondamentalement, une catégorie est représentée par un répertoire à
n'importe quel niveau sous le répertoire "galleries" de votre installation
-de PhpWebGallery. Chaque catégorie peut contenir autant de sous-niveaux que
+de Piwigo. Chaque catégorie peut contenir autant de sous-niveaux que
désiré. Dans l'exemple ci-dessus, categorie-1.1.1.1 est à un niveau 4 de
profondeur.</li>
<li>Fondamentalement, un élément est représenté par un fichier. Un fichier
-peut être un élément pour PhpWebGallery si l'extension du nom du fichier est
+peut être un élément pour Piwigo si l'extension du nom du fichier est
parmi la liste du paramètre de configuration <code>file_ext</code> (voir
fichier <span class="filename">include/config.inc.php</span>). Un fichier
peut être une image si son extension est parmi le paramètre de configuration
@@ -137,10 +137,10 @@ miniature en ".GIF" par exemple).</li>
<li>Il est conseillé d'utiliser un outil externe pour la création des
miniatures (comme ThumbClic ou PhpMyVignettes, voir le site de présentation
-de PhpWebGallery).</li>
+de Piwigo).</li>
<li>Vous pouvez également utiliser l'outil de création de miniature
-intégré à PhpWebGallery mais cela est déconseillé car la qualité risque
+intégré à Piwigo mais cela est déconseillé car la qualité risque
d'être décevante et cela utilise inutilement les ressources du serveur (ce
qui peut être un grave problème sur un serveur mutualisé).</li>
@@ -174,7 +174,7 @@ class="pwgScreen">Administration, Identification</span>).</li>
<ul>
- <li>PhpWebGallery peut gérer des groupes d'utilisateurs. Très pratique
+ <li>Piwigo peut gérer des groupes d'utilisateurs. Très pratique
pour gérer des autorisations communes sur les catégories privées.</li>
<li>Vous pouvez créer des groupes et y ajouter des utilisateurs dans la
@@ -212,7 +212,7 @@ nécessaire de synchroniser le système de fichier avec la base de données.</p>
<ul>
- <li>PhpWebGallery dissocie les catégories qui stockent les éléments et les
+ <li>Piwigo dissocie les catégories qui stockent les éléments et les
catégories où les éléments sont montrés.</li>
<li>Par défaut, les élement ne sont montrés que dans leurs catégories
@@ -243,8 +243,8 @@ utilisateur héritera de ces propriétés d'affichage.</li>
<li>Pour tout question, n'hésitez pas à visiter le forum ou à y poser une
question si votre recherche est infructueuse. Le
<a href="http://forum.phpwebgallery.net">forum</a> est disponible sur le site
- de PhpWebGallery. Consulter également la
+ de Piwigo. Consulter également la
<a href="http://phpwebgallery.net/doc">documentation officielle de
-PhpWebGallery</a> pour obtenir plus de détails.</li>
+Piwigo</a> pour obtenir plus de détails.</li>
</ul>
diff --git a/language/fr_FR/help/configuration.html b/language/fr_FR/help/configuration.html
index 086b78e40..5f4b274ee 100644
--- a/language/fr_FR/help/configuration.html
+++ b/language/fr_FR/help/configuration.html
@@ -97,7 +97,7 @@ options pour une liste d'utilisateurs sélectionnés.</p>
<ul>
<li><strong>Langue</strong>: ne concerne que les libellés de
-PhpWebGallery. Les noms de catégories, d'image et les descriptions ne sont
+Piwigo. Les noms de catégories, d'image et les descriptions ne sont
pas localisés (ie multilingue).</li>
<li><strong>Nombre de miniatures par ligne</strong></li>
diff --git a/language/fr_FR/help/history.html b/language/fr_FR/help/history.html
index 51fa6190f..2940321ad 100644
--- a/language/fr_FR/help/history.html
+++ b/language/fr_FR/help/history.html
@@ -1,6 +1,6 @@
<h2>Historique</h2>
-<p>Ces écrans permettent de suivre l'historique de navigation dans PhpWebGallery
+<p>Ces écrans permettent de suivre l'historique de navigation dans Piwigo
suivant les options que vous avez déterminées dans - Administration - Générale
- Onglet "Historique".</p>
diff --git a/language/fr_FR/help/maintenance.html b/language/fr_FR/help/maintenance.html
index 38611a7d1..06fe13fa2 100644
--- a/language/fr_FR/help/maintenance.html
+++ b/language/fr_FR/help/maintenance.html
@@ -1,6 +1,6 @@
<h2>Maintenance</h2>
-<p>Pour optimiser le temps de génération des pages, PhpWebGallery utilise
+<p>Pour optimiser le temps de génération des pages, Piwigo utilise
des informations en cache. Par exemple, au lieu de compter le nombre
d'éléments contenus dans chaque catégorie à chaque rechargement de page,
cette information est stockée dans la base de données. En théorie, cette
diff --git a/language/fr_FR/help/site_manager.html b/language/fr_FR/help/site_manager.html
index c040d2e65..7d5eb094a 100644
--- a/language/fr_FR/help/site_manager.html
+++ b/language/fr_FR/help/site_manager.html
@@ -1,6 +1,6 @@
<h2>Sites distant</h2>
-<p>PhpWebGallery offre la possibilité d'utiliser plusieurs sites pour
+<p>Piwigo offre la possibilité d'utiliser plusieurs sites pour
stocker les fichiers qui composeront votre galerie. Cela peut être utile si
votre galerie est installée sur un espace de stockage limité et que vous
avez de nombreux fichiers à montrer.</p>
@@ -53,4 +53,4 @@ qui y sont associés) dans la base de données</li>
le fichier <span class="filename">listing.xml</span> à la main et en le
déplaçant vers votre répertoire racine. Se rendre sur <span
class="pwgScreen">Administration, Catégories, Sites distant</span> :
-PhpWebGallery détecte le fichier et propose de s'en servir.</p>-->
+Piwigo détecte le fichier et propose de s'en servir.</p>-->
diff --git a/language/fr_FR/install.lang.php b/language/fr_FR/install.lang.php
index a11b2b5c4..a08fa9cc4 100644
--- a/language/fr_FR/install.lang.php
+++ b/language/fr_FR/install.lang.php
@@ -54,8 +54,8 @@ $lang['step2_pwd'] = 'Mot de passe';
$lang['step2_pwd_info'] = 'Il doit rester confidentiel, il permet d\'accéder au panneau d\'administration.';
$lang['step2_pwd_conf'] = 'Mot de passe [ Confirmer ]';
$lang['step2_pwd_conf_info'] = 'Vérification';
-$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é)';
-$lang['install_help'] = 'Besoin d\'aide ? Posez votre question sur le <a href="%s">forum de PhpWebGallery</a>.';
+$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é)';
+$lang['install_help'] = 'Besoin d\'aide ? Posez votre question sur le <a href="%s">forum de Piwigo</a>.';
$lang['install_end_message'] = 'La configuration de l\'application s\'est correctement déroulée, place à la prochaine étape<br /><br />
Par mesure de sécurité, merci de supprimer le fichier "install.php"<br />
Un fois ce fichier supprimé, veuillez suivre ces indications :
diff --git a/language/nl_NL/about.html b/language/nl_NL/about.html
index dd8aedea9..b7dd21a51 100644
--- a/language/nl_NL/about.html
+++ b/language/nl_NL/about.html
@@ -1,10 +1,10 @@
- <li>PhpWebGallery is een web applicatie die je de mogelijkheid geeft
+ <li>Piwigo is een web applicatie die je de mogelijkheid geeft
om makkelijk een online foto gallerie te maken.</li>
- <li>Technisch, PhpWebGallery is volledig ontwikkeld in PHP (the elePHPant)
+ <li>Technisch, Piwigo is volledig ontwikkeld in PHP (the elePHPant)
met een MySQL database (the SQuirreL).</li>
<li>Heb je suggesties of commentaar, bezoek dan de <a
- href="http://www.phpwebgallery.net">PhpWebGallery</a> officiele site, en
+ href="http://piwigo.org">Piwigo</a> officiele site, en
zijn <a href="http://forum.phpwebgallery.net">forum</a>.</li>
diff --git a/language/nl_NL/admin.lang.php b/language/nl_NL/admin.lang.php
index 695df1dc3..6c095c45d 100644
--- a/language/nl_NL/admin.lang.php
+++ b/language/nl_NL/admin.lang.php
@@ -21,7 +21,6 @@
// | USA. |
// +-----------------------------------------------------------------------+
-
$lang['%d association'] = '%d associatie';
$lang['%d associations'] = '%d associaties';
$lang['cat_inclu_part1_S'] = '%d categorie inclusief ';
@@ -49,7 +48,6 @@ $lang['%d users'] = '%d gebruikers';
$lang['%d waiting for validation'] = '%d wachten op bevestiging';
$lang['%d waiting pictures rejected'] = '%d plaatje\'s afgewezen';
$lang['%d waiting pictures validated'] = '%d plaatje\'s toegestaan';
-$lang['A new version of PhpWebGallery is available.'] = 'Een nieuwere versie van PhpWebGallery is beschikbaar.';
$lang['Actions'] = 'Acties';
$lang['Activate'] = 'Activatie';
$lang['Add/delete a permalink'] = 'toevoegen/verwijderen van een permalink';
@@ -147,8 +145,6 @@ $lang['Permalinks'] = 'Permalinks';
$lang['Permission denied'] = 'Toegang gewijgerd';
$lang['Permission granted thanks to a group'] = 'Rechten toegekend door een groep';
$lang['Permission granted'] = 'Toegang toegestaan';
-$lang['PhpWebGallery Administration'] = 'PhpWebGallery Beheer';
-$lang['PhpWebGallery version'] = 'PhpWebGallery versie';
$lang['Picture informations updated'] = 'afbeeldings informatie bijgewerkt';
$lang['Plugins'] = 'Plugins';
$lang['Position'] = 'Positie';
@@ -195,7 +191,6 @@ $lang['Virtual categories to move'] = 'Virtuele categorien om te verplaatsen';
$lang['Virtual category name'] = 'Virtuele categorie naam';
$lang['Webmaster cannot be deleted'] = 'Webmaster kan niet verwijderd worden';
$lang['You are running on development sources, no check possible.'] = 'Je werkt op basis van ontwikkelins bronnen, geen controle mogelijk.';
-$lang['You are running the latest version of PhpWebGallery.'] = 'Je hebt de laatste versie van PhpWebGallery.';
$lang['You cannot delete your account'] = "Je kan je account niet verwijderen";
$lang['You cannot move a category in its own sub category'] = 'Je kan een categorie niet verplaatsen in zijn eigen sub categorie';
$lang['You need to confirm deletion'] = 'Je moet de verwijdering bevestigen';
@@ -387,8 +382,8 @@ $lang['target'] = 'doel';
$lang['thumbnail'] = 'thumbnail';
$lang['title'] = 'titel';
$lang['title_categories'] = 'Categorie beheer';
-$lang['title_configuration'] = 'PhpWebGallery configuratie';
-$lang['title_default'] = 'PhpWebGallery beheer';
+$lang['title_configuration'] = 'Piwigo configuratie';
+$lang['title_default'] = 'Piwigo beheer';
$lang['title_edit_cat'] = 'Bewerk een categorie';
$lang['title_groups'] = 'Groepsbeheer';
$lang['title_liste_users'] = 'Gebruikerslijst';
@@ -424,8 +419,8 @@ $lang['update'] = 'Synchronizeer';
$lang['update_cats_subset'] = 'Alleen naar de bestaande categoriën terugbrengen';
$lang['update_default_title'] = 'Kies een optie';
$lang['update_display_info'] = 'toon maximale informatie (toegevoegde categoriën en elementen, verwijderde categoriën en elementen)';
-$lang['update_err_pwg_version_differs'] = 'PhpWebGallery versie verschild op de remote site';
-$lang['update_err_pwg_version_differs_info'] = 'Versie van create_listing_file.php op de remote site en PhpWebGallery moeten gelijk zijn';
+$lang['update_err_pwg_version_differs'] = 'Piwigo versie verschild op de remote site';
+$lang['update_err_pwg_version_differs_info'] = 'Versie van create_listing_file.php op de remote site en Piwigo moeten gelijk zijn';
$lang['update_err_remote_listing_not_found'] = 'listing.xml file is niet gevonden';
$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';
$lang['update_error_list_title'] = 'Fouten lijst';
@@ -503,7 +498,7 @@ $lang['Returned images limit'] = 'Teruggekeerde beeldengrens';
$lang['Comment to identify your partner clearly'] = 'Commentaar om je partner te identificeren';
$lang['Add this access definition'] = 'Toevoegen toegangs defenitie';
$lang['Web Services availability duration in days'] = 'Web Services beschikbaar in aantal dagen';
-$lang['Web Services under control'] = 'PhpWebGallery Web Services zijn volledig operationeel en alle verzoeken worden uitgevoerd.';
+$lang['Web Services under control'] = 'Piwigo Web Services zijn volledig operationeel en alle verzoeken worden uitgevoerd.';
$lang['special_admin_menu'] = 'Speciaal';
$lang['note_check_exif'] = '%s moet ingesteld zijn op false in je config_local.inc.php omdat exif niet ondersteund wordt.';
$lang['note_check_more_info'] = 'Ga naar %s of %s voor meer informatie.';
@@ -607,7 +602,6 @@ $lang['c13y_submit_correction'] = 'Pas geselecteerde correcties toe';
/* TODO */ $lang['c13y_ignore_msg2'] = 'Correction the anomaly will cancel the fact that it\'s ignored';
/* TODO */ $lang['c13y_anomaly_ignored_count'] = '%d anomaly has been ignored.';
/* TODO */ $lang['c13y_anomalies_ignored_count'] = '%d anomalies has been ignored.';
-
/* TODO */ $lang['plugins_need_update'] = 'Plugins which need upgrade';
/* TODO */ $lang['plugins_dontneed_update'] = 'Plugins up to date';
/* TODO */ $lang['plugins_cant_check'] = 'Plugin versions can\'t be checked';
@@ -634,7 +628,6 @@ $lang['c13y_submit_correction'] = 'Pas geselecteerde correcties toe';
/* TODO */ $lang['plugins_extract_error'] = 'An error occured during extraction (%s).';
/* TODO */ $lang['plugins_check_chmod'] = 'Please check "plugins" folder and sub-folders permissions (CHMOD).';
/* TODO */ $lang['plugins_server_error'] = 'Can\'t connect to server.';
-
/* TODO */ $lang['Purge compiled templates'] = 'Purge compiled templates';
/* TODO */ $lang['Caddie is currently empty'] = 'Caddie is currently empty';
/* TODO */ $lang['DEMO'] = 'Demo';
@@ -652,5 +645,9 @@ $lang['c13y_submit_correction'] = 'Pas geselecteerde correcties toe';
/* TODO */ $lang['ACCESS_3'] = 'Access to administrators';
/* TODO */ $lang['ACCESS_4'] = 'Access to webmasters';
/* TODO */ $lang['ACCESS_5'] = 'No access';
+$lang['A new version of Piwigo is available.'] = 'Een nieuwere versie van Piwigo is beschikbaar.';
+$lang['Piwigo Administration'] = 'Piwigo Beheer';
+$lang['Piwigo version'] = 'Piwigo versie';
+$lang['You are running the latest version of Piwigo.'] = 'Je hebt de laatste versie van Piwigo.';
?>
diff --git a/language/nl_NL/common.lang.php b/language/nl_NL/common.lang.php
index 4f20be252..063610cd2 100644
--- a/language/nl_NL/common.lang.php
+++ b/language/nl_NL/common.lang.php
@@ -97,7 +97,6 @@ $lang['Number of items'] = 'Aantal items';
$lang['Original dimensions'] = 'Originele dimenties';
$lang['Password forgotten'] = 'Wachtwoord vergeten';
$lang['Password'] = 'Wachtwoord';
-$lang['PhpWebGallery Help'] = 'PhpWebGallery Help';
$lang['Post date'] = 'Plaatsings datum';
$lang['Posted on'] = 'Geplaatst op';
$lang['Profile'] = 'Profiel';
@@ -126,7 +125,7 @@ $lang['Username'] = 'Gebruikersnaam';
$lang['Visits'] = 'Bezoeken';
$lang['Webmaster'] = 'Webmaster';
$lang['Week %d'] = 'Week %d';
-$lang['about_page_title'] = 'Over PhpWebGallery';
+$lang['about_page_title'] = 'Over Piwigo';
$lang['access_forbiden'] = 'Je hebt geen rechten tot de opgevraagde pagina';
$lang['add to caddie'] = 'Toevoegen aan caddie';
$lang['add_favorites_hint'] = 'voeg deze afbeelding toe aan jou favorieten';
@@ -364,5 +363,6 @@ $lang['%d elements are also linked to current tags'] = '%d images are also linke
$lang['See elements linked to this tag only'] = 'Toon afbeelding gelinkt met deze tag';
$lang['elements posted during the last %d days'] = 'afbeelding binnen de %d dagen';
$lang['Choose an image'] = 'Kies een afbeelding om';
+$lang['Piwigo Help'] = 'Piwigo Help';
?>
diff --git a/language/nl_NL/help.html b/language/nl_NL/help.html
index 03215e7ca..1c29510ed 100644
--- a/language/nl_NL/help.html
+++ b/language/nl_NL/help.html
@@ -14,10 +14,10 @@
"galleries". Stel de mapeigenschappen in op 777 on directory
"galleries/test_categorie".</li>
- <li>Login op de PhpWebGallery als een beheerder.</li>
+ <li>Login op de Piwigo als een beheerder.</li>
<li>Ga naar <span class="pwgScreen">Beheer, Afbeeldingen,
- Thumbnails</span>. PhpWebGallery vind de afbeeldingen in de map "test_category"
+ Thumbnails</span>. Piwigo vind de afbeeldingen in de map "test_category"
zonder thumbnails. Vraag om thumbnails te maken.</li>
<li>Ga naar <span class="pwgScreen">Beheer, Categorieën,
@@ -34,7 +34,7 @@
<li>
- <p>Categorie mappen zijn in de PhpWebGallery map "galleries". Bekijk de mapstructuur van een kleine gallerie (maar met een hoop mogelijkheden) :</p>
+ <p>Categorie mappen zijn in de Piwigo map "galleries". Bekijk de mapstructuur van een kleine gallerie (maar met een hoop mogelijkheden) :</p>
<pre>
.
@@ -73,11 +73,11 @@
</li>
<li>Eigenlijk, een categorie is gepresenteerd door een map op welke level in
- PhpWebGallery map "galleries". Elke categorie kan zoveel submappen als jij wilt bevatten.
+ Piwigo map "galleries". Elke categorie kan zoveel submappen als jij wilt bevatten.
In het voorbeeld hierboven, categorie-1.1.1.1 is op nivo 4 van de trap.</li>
<li>Eigenlijk, een element is gepresenteerd door een bestand. Een bestand kan een
- PhpWebGallery element zijn als de extenstie is <code>file_ext</code>
+ Piwigo element zijn als de extenstie is <code>file_ext</code>
configuration parameter mofenlijkheden (zie <span
class="filename">include/config_default.inc.php</span> file). Een bestand kan
een afbeelding zijn als de extensie gelijk is aan <code>picture_ext</code>
@@ -169,7 +169,7 @@ die sub-categorieën bevatten.</li>
<ul>
- <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>
+ <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>
<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>
@@ -180,7 +180,7 @@ die sub-categorieën bevatten.</li>
<h3>Bestands upload door gebruikers</h3>
-<p>PhpWebGallery geeft de mogelijkheid aan gebruikers om bestanden uploaden. Om het mogelijk te maken :</p>
+<p>Piwigo geeft de mogelijkheid aan gebruikers om bestanden uploaden. Om het mogelijk te maken :</p>
<ol>
@@ -199,7 +199,7 @@ die sub-categorieën bevatten.</li>
<ul>
- <li>PhpWebGallery scheidt categorieën waar de elementen en categorieën worden opgeslagen waar zij worden getoond.</li>
+ <li>Piwigo scheidt categorieën waar de elementen en categorieën worden opgeslagen waar zij worden getoond.</li>
<li>Standaard, de elementen worden getoond slechts in hun echte categorieën: de die aan mappen op de webserver beantwoorden.</li>
@@ -221,7 +221,7 @@ die sub-categorieën bevatten.</li>
<li>Als je vragen hebt, twijfel niet en bezoek het forum om naar het antwoord te zoeken of stel zelf een vraag.
Het <a href="http://forum.phpwebgallery.net">forum</a> (Berichtenbord) is beschikbaar op de website van
-PhpWebGallery. Bekijk de <a href="http://phpwebgallery.net/doc/" target="blank">officiele PhpWebGallery documentatie</a> voor meer informatie.</li>
+Piwigo. Bekijk de <a href="http://phpwebgallery.net/doc/" target="blank">officiele Piwigo documentatie</a> voor meer informatie.</li>
</ul>
diff --git a/language/nl_NL/help/configuration.html b/language/nl_NL/help/configuration.html
index 78cd24169..b613d03a2 100644
--- a/language/nl_NL/help/configuration.html
+++ b/language/nl_NL/help/configuration.html
@@ -78,7 +78,7 @@ opties overschreven door de gebruikers eigen opties (aanpasbaar in <span class="
<ul>
- <li><strong>Talen</strong>: betreft slechts PhpWebGallery labels. De namen van de categorie, de bestandsnamen en alle beschrijvingen vallen hier buiten.</li>
+ <li><strong>Talen</strong>: betreft slechts Piwigo labels. De namen van de categorie, de bestandsnamen en alle beschrijvingen vallen hier buiten.</li>
<li><strong>Aantal afbeeldingen per rij</strong></li>
diff --git a/language/nl_NL/help/maintenance.html b/language/nl_NL/help/maintenance.html
index a45c730ec..f444ce9eb 100644
--- a/language/nl_NL/help/maintenance.html
+++ b/language/nl_NL/help/maintenance.html
@@ -1,6 +1,6 @@
<h2>Onderhoud</h2>
-<p>Om de pagina genereringstijd te optimaliseren, gebruikt PhpWebGallery gecachde informatie. Voorbeeld,
+<p>Om de pagina genereringstijd te optimaliseren, gebruikt Piwigo gecachde informatie. Voorbeeld,
inplaats van in plaats van het tellen van het aantal beelden, bevat elke categorie bij paginaherladen,
wordt deze informatie opgeslagen inde database. In theorie, zou deze informatie altijd correct zijn,
maar soms kan een fout optreden en de cache informatie is dan foutief.</p>
diff --git a/language/nl_NL/help/site_manager.html b/language/nl_NL/help/site_manager.html
index 064afdcd9..ed3efd437 100644
--- a/language/nl_NL/help/site_manager.html
+++ b/language/nl_NL/help/site_manager.html
@@ -1,6 +1,6 @@
<h2>Externe sites</h2>
-<p>PhpWebGallery biedt de mogelijkheid om verscheidene servers te gebruiken om de afbeeldingen op te slaan die uw gallerie zullen samenstellen.
+<p>Piwigo biedt de mogelijkheid om verscheidene servers te gebruiken om de afbeeldingen op te slaan die uw gallerie zullen samenstellen.
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>
<ol>
@@ -32,5 +32,5 @@
</ol>
<!-- <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
-PhpWebGallery root map en dan het beheersscherm te openen : PhpWebGallery zal voorstellen om de gevonden listing.xml te gebruiken.</p>-->
+Piwigo root map en dan het beheersscherm te openen : Piwigo zal voorstellen om de gevonden listing.xml te gebruiken.</p>-->
diff --git a/language/nl_NL/install.lang.php b/language/nl_NL/install.lang.php
index 87d8d18db..6eb29d16d 100644
--- a/language/nl_NL/install.lang.php
+++ b/language/nl_NL/install.lang.php
@@ -57,8 +57,8 @@ $lang['step2_pwd'] = 'Webmaster wachtwoord';
$lang['step2_pwd_info'] = 'Hou dit vertrouwlijk, dit geeft toegang tot de beheermodule';
$lang['step2_pwd_conf'] = 'Wachtwoord [bevestigen]';
$lang['step2_pwd_conf_info'] = 'verificatie';
-$lang['install_help'] = 'Hulp nodig ? stel een vraag op het <a href="%s" target="_blank">PhpWebGallery forum</a>.';
-$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 />
+$lang['install_help'] = 'Hulp nodig ? stel een vraag op het <a href="%s" target="_blank">Piwigo forum</a>.';
+$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 />
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>
<li>Deze gebruikersnaam geeft u toegang tot de beheermenu zodat u afbeeldingen op uw website kan plaatsen</li></ul>';
diff --git a/plugins/LocalFilesEditor/main.inc.php b/plugins/LocalFilesEditor/main.inc.php
index 4445f0539..378c69780 100644
--- a/plugins/LocalFilesEditor/main.inc.php
+++ b/plugins/LocalFilesEditor/main.inc.php
@@ -3,7 +3,7 @@
// | Piwigo - a PHP based picture gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008 Piwigo Team http://piwigo.org |
-// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
+// | Copyright(C) 2003-2008 Piwigo team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
@@ -26,8 +26,8 @@ Plugin Name: LocalFiles Editor
Version: 1.8
Description: Edit local files from administration panel / Editeur de fichiers locaux
Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=144
-Author: PhpWebGallery team
-Author URI: http://www.phpwebgallery.net
+Author: Piwigo team
+Author URI: http://piwigo.org
*/
if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
diff --git a/plugins/add_index/main.inc.php b/plugins/add_index/main.inc.php
index 4d71040b0..30e6b9ff6 100644
--- a/plugins/add_index/main.inc.php
+++ b/plugins/add_index/main.inc.php
@@ -3,7 +3,7 @@
// | Piwigo - a PHP based picture gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008 Piwigo Team http://piwigo.org |
-// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
+// | Copyright(C) 2003-2008 Piwigo team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
@@ -25,9 +25,9 @@
Plugin Name: Add Index
Version: 1.8
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.
-Plugin URI: http://www.phpwebgallery.net
-Author: PhpWebGallery team
-Author URI: http://www.phpwebgallery.net
+Plugin URI: http://piwigo.org
+Author: Piwigo team
+Author URI: http://piwigo.org
*/
if (!defined('PHPWG_ROOT_PATH'))
diff --git a/plugins/admin_advices/main.inc.php b/plugins/admin_advices/main.inc.php
index 1876d5d7e..fe87cc723 100644
--- a/plugins/admin_advices/main.inc.php
+++ b/plugins/admin_advices/main.inc.php
@@ -3,7 +3,7 @@
// | Piwigo - a PHP based picture gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008 Piwigo Team http://piwigo.org |
-// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
+// | Copyright(C) 2003-2008 Piwigo team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
@@ -25,9 +25,9 @@
Plugin Name: Admin Advices
Version: 1.8
Description: Give you an advice on the administration page.
-Plugin URI: http://www.phpwebgallery.net
-Author: PhpWebGallery team
-Author URI: http://www.phpwebgallery.net
+Plugin URI: http://piwigo.org
+Author: Piwigo team
+Author URI: http://piwigo.org
*/
add_event_handler('loc_end_page_header', 'set_admin_advice_add_css' );
diff --git a/plugins/admin_multi_view/main.inc.php b/plugins/admin_multi_view/main.inc.php
index d98ed6694..d29486fd0 100644
--- a/plugins/admin_multi_view/main.inc.php
+++ b/plugins/admin_multi_view/main.inc.php
@@ -3,7 +3,7 @@
// | Piwigo - a PHP based picture gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008 Piwigo Team http://piwigo.org |
-// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
+// | Copyright(C) 2003-2008 Piwigo team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
@@ -25,9 +25,9 @@
Plugin Name: Multi view
Version: 1.8
Description: Allows administrators to view gallery as guests and/or change the language and/or theme on the fly. Practical to debug changes ...
-Plugin URI: http://www.phpwebgallery.net
-Author: PhpWebGallery team
-Author URI: http://www.phpwebgallery.net
+Plugin URI: http://piwigo.org
+Author: Piwigo team
+Author URI: http://piwigo.org
*/
add_event_handler('user_init', 'multiview_user_init' );
diff --git a/plugins/c13y_upgrade/main.inc.php b/plugins/c13y_upgrade/main.inc.php
index 027cea2a3..41050663f 100644
--- a/plugins/c13y_upgrade/main.inc.php
+++ b/plugins/c13y_upgrade/main.inc.php
@@ -3,7 +3,7 @@
// | Piwigo - a PHP based picture gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008 Piwigo Team http://piwigo.org |
-// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
+// | Copyright(C) 2003-2008 Piwigo team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
@@ -25,9 +25,9 @@
Plugin Name: Check upgrades
Version: 1.8
Description: Check integrity of upgrades / Contrôle d'intégrité des mises à jour
-Plugin URI: http://www.phpwebgallery.net
-Author: PhpWebGallery team
-Author URI: http://www.phpwebgallery.net
+Plugin URI: http://piwigo.org
+Author: Piwigo team
+Author URI: http://piwigo.org
*/
if (!defined('PHPWG_ROOT_PATH'))
diff --git a/plugins/event_tracer/main.inc.php b/plugins/event_tracer/main.inc.php
index bb45887fb..dcf282146 100644
--- a/plugins/event_tracer/main.inc.php
+++ b/plugins/event_tracer/main.inc.php
@@ -3,7 +3,7 @@
// | Piwigo - a PHP based picture gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008 Piwigo Team http://piwigo.org |
-// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
+// | Copyright(C) 2003-2008 Piwigo team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
@@ -25,9 +25,9 @@
Plugin Name: Event tracer
Version: 1.8.a
Description: For developers. Shows all calls to trigger_event.
-Plugin URI: http://www.phpwebgallery.net
-Author: PhpWebGallery team
-Author URI: http://www.phpwebgallery.net
+Plugin URI: http://piwigo.org
+Author: Piwigo team
+Author URI: http://piwigo.org
*/
if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
diff --git a/plugins/event_tracer/tracer_admin.tpl b/plugins/event_tracer/tracer_admin.tpl
index 9ff457019..17d7e2b01 100644
--- a/plugins/event_tracer/tracer_admin.tpl
+++ b/plugins/event_tracer/tracer_admin.tpl
@@ -5,7 +5,7 @@
<p>
The event tracer is a developer tool that logs in the footer of the window all calls to trigger_event method.
-You can use this plugin to see what events is PhpWebGallery calling.
+You can use this plugin to see what events is Piwigo calling.
<b>Note that $conf['show_queries'] must be true.</b>
</p>
<form method="post" action="" class="general">
diff --git a/plugins/extended_description/main.inc.php b/plugins/extended_description/main.inc.php
index 4ecf7f321..f8839b4c7 100644
--- a/plugins/extended_description/main.inc.php
+++ b/plugins/extended_description/main.inc.php
@@ -3,7 +3,7 @@
// | Piwigo - a PHP based picture gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008 Piwigo Team http://piwigo.org |
-// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
+// | Copyright(C) 2003-2008 Piwigo team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
@@ -26,8 +26,8 @@ Plugin Name: Extended Description
Version: 1.8
Description: Allow multilanguage description / Permet d'avoir des descriptions mutilingues
Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=175
-Author: PhpWebGallery team
-Author URI: http://www.phpwebgallery.net
+Author: Piwigo team
+Author URI: http://piwigo.org
*/
if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
diff --git a/plugins/hello_world/main.inc.php b/plugins/hello_world/main.inc.php
index bf27bc025..07808d0d9 100644
--- a/plugins/hello_world/main.inc.php
+++ b/plugins/hello_world/main.inc.php
@@ -25,9 +25,9 @@
Plugin Name: Hello World
Version: 1.8
Description: This example plugin changes the page banner for the administration page.
-Plugin URI: http://www.phpwebgallery.net
-Author: PhpWebGallery team
-Author URI: http://www.phpwebgallery.net
+Plugin URI: http://piwigo.org
+Author: Piwigo team
+Author URI: http://piwigo.org
*/
add_event_handler('loc_begin_page_header', 'hello_world_begin_header' );
@@ -50,7 +50,7 @@ function hello_world_end_header()
{
global $template, $page;
$template->assign( 'PAGE_BANNER',
- '<h1>"'.$page['page_banner'].'" from PhpWebGallery plugin!</h1>');
+ '<h1>"'.$page['page_banner'].'" from Piwigo plugin!</h1>');
}
?> \ No newline at end of file
diff --git a/plugins/language_switch/main.inc.php b/plugins/language_switch/main.inc.php
index 1802f90cb..0d3df1085 100644
--- a/plugins/language_switch/main.inc.php
+++ b/plugins/language_switch/main.inc.php
@@ -3,7 +3,7 @@
// | Piwigo - a PHP based picture gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008 Piwigo Team http://piwigo.org |
-// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
+// | Copyright(C) 2003-2008 Piwigo team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
@@ -26,8 +26,8 @@ Plugin Name: Language Switch
Version: 1.8
Description: Switch to another language from flags on your gallery home page.
Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=123
-Author: PhpWebGallery team
-Author URI: http://www.phpwebgallery.net
+Author: Piwigo team
+Author URI: http://piwigo.org
*/
include_once(PHPWG_PLUGINS_PATH.'language_switch/language_switch.inc.php');
diff --git a/popuphelp.php b/popuphelp.php
index fde69fb73..b452eadcf 100644
--- a/popuphelp.php
+++ b/popuphelp.php
@@ -34,7 +34,7 @@ include_once( PHPWG_ROOT_PATH.'include/common.inc.php' );
check_status(ACCESS_GUEST);
$page['body_id'] = 'thePopuphelpPage';
-$title = l10n('PhpWebGallery Help');
+$title = l10n('Piwigo Help');
$page['page_banner'] = '<h1>'.$title.'</h1>';
$page['meta_robots']=array('noindex'=>1, 'nofollow'=>1);
include(PHPWG_ROOT_PATH.'include/page_header.php');
diff --git a/profile.php b/profile.php
index 2778a02d2..1be97c7c1 100644
--- a/profile.php
+++ b/profile.php
@@ -180,7 +180,7 @@ function save_profile_from_post($userdata, &$errors)
array($data));
}
- // update user "additional" informations (specific to PhpWebGallery)
+ // update user "additional" informations (specific to Piwigo)
$fields = array(
'nb_image_line', 'nb_line_page', 'language', 'maxwidth', 'maxheight',
'expand', 'show_nb_comments', 'show_nb_hits', 'recent_period', 'template'
diff --git a/random.php b/random.php
index f73fa9642..7b0deaeb3 100644
--- a/random.php
+++ b/random.php
@@ -1,14 +1,10 @@
<?php
// +-----------------------------------------------------------------------+
-// | PhpWebGallery - a PHP based picture gallery |
-// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
-// | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net |
+// | Piwigo - a PHP based picture gallery |
// +-----------------------------------------------------------------------+
-// | branch : BSF (Best So Far)
-// | file : $RCSfile$
-// | last update : $Date$
-// | last modifier : $Author$
-// | revision : $Revision$
+// | Copyright(C) 2008 Piwigo Team http://piwigo.org |
+// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
+// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
diff --git a/search_rules.php b/search_rules.php
index 436651844..942f4dc22 100644
--- a/search_rules.php
+++ b/search_rules.php
@@ -43,7 +43,7 @@ check_status(ACCESS_FREE);
include_once( PHPWG_ROOT_PATH.'include/functions_search.inc.php' );
$page['body_id'] = 'thePopuphelpPage';
-$title = l10n('PhpWebGallery Help');
+$title = l10n('Piwigo Help');
$page['page_banner'] = '<h1>'.$title.'</h1>';
$page['meta_robots']=array('noindex'=>1, 'nofollow'=>1);
include(PHPWG_ROOT_PATH.'include/page_header.php');
diff --git a/template/yoga/admin/intro.tpl b/template/yoga/admin/intro.tpl
index fbfcb8fb0..069940ecf 100644
--- a/template/yoga/admin/intro.tpl
+++ b/template/yoga/admin/intro.tpl
@@ -1,10 +1,10 @@
{* $Id$ *}
<h2>{'title_default'|@translate}</h2>
<dl>
- <dt>{'PhpWebGallery version'|@translate}</dt>
+ <dt>{'Piwigo version'|@translate}</dt>
<dd>
<ul>
- <li>PhpWebGallery {$PWG_VERSION}</li>
+ <li>Piwigo {$PWG_VERSION}</li>
<li><a href="{$U_CHECK_UPGRADE}">{'Check for upgrade'|@translate}</a></li>
</ul>
</dd>
diff --git a/template/yoga/footer.tpl b/template/yoga/footer.tpl
index c66383134..fff70e1f1 100644
--- a/template/yoga/footer.tpl
+++ b/template/yoga/footer.tpl
@@ -6,12 +6,12 @@
{/if}
{* Please, do not remove this copyright. If you really want to,
- contact us on http://phpwebgallery.net to find a solution on how
+ contact us on http://piwigo.org to find a solution on how
to show the origin of the script...
*}
{'powered_by'|@translate}
- <a href="http://www.phpwebgallery.net" class="PWG">
+ <a href="http://piwigo.org" class="PWG">
<span class="P">Php</span><span class="W">Web</span><span class="G">Gallery</span></a>
{$VERSION}
{if isset($CONTACT_MAIL)}
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl
index ba04846ec..d0bec5e61 100644
--- a/template/yoga/header.tpl
+++ b/template/yoga/header.tpl
@@ -4,7 +4,7 @@
<html lang="{$LANG}" dir="{$DIR}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={$CONTENT_ENCODING}">
-<meta name="generator" content="PhpWebGallery (aka PWG), see www.phpwebgallery.net">
+<meta name="generator" content="Piwigo (aka PWG), see piwigo.org">
<title>{$GALLERY_TITLE} :: {$PAGE_TITLE}</title>
<link rel="shortcut icon" type="image/x-icon" href="{$ROOT_URL}template-common/favicon.ico">
diff --git a/template/yoga/install.tpl b/template/yoga/install.tpl
index 691da9784..9f73c6320 100644
--- a/template/yoga/install.tpl
+++ b/template/yoga/install.tpl
@@ -6,7 +6,7 @@
<meta http-equiv="Content-Type" content="text/html; charset={$T_CONTENT_ENCODING}">
<meta http-equiv="Content-script-type" content="text/javascript">
<meta http-equiv="Content-Style-Type" content="text/css">
-<title>PhpWebGallery {$RELEASE}</title>
+<title>Piwigo {$RELEASE}</title>
{literal}
<style type="text/css">
@@ -113,7 +113,7 @@ td.row {
<table style="width:100%;height:100%">
<tr align="center" valign="middle">
<td>
- <div class="title">PhpWebGallery {$RELEASE}</div>
+ <div class="title">Piwigo {$RELEASE}</div>
<table class="table1">
{if isset($errors)}
<tr>
diff --git a/template/yoga/mail/text/html/footer.tpl b/template/yoga/mail/text/html/footer.tpl
index 0b627bc00..e09201a4f 100644
--- a/template/yoga/mail/text/html/footer.tpl
+++ b/template/yoga/mail/text/html/footer.tpl
@@ -3,12 +3,12 @@
<div id="copyright">
<hr/>
{* Please, do not remove this copyright. If you really want to,
- contact us on http://phpwebgallery.net to find a solution on how
+ contact us on http://piwigo.org to find a solution on how
to show the origin of the script...*}
{'powered_by'|@translate}
- <a href="http://www.phpwebgallery.net" class="PWG">
- <span class="P">Php</span><span class="W">Web</span><span class="G">Gallery</span></a>
+ <a href="http://piwigo.org" class="PWG">
+ <span class="P">Pi</span><span class="W">wi</span><span class="G">go</span></a>
{$VERSION}
- {'send_mail'|@translate}
<a href="mailto:{$MAIL}?subject={$TITLE_MAIL}">{'Webmaster'|@translate}</a>
diff --git a/template/yoga/mail/text/html/header.tpl b/template/yoga/mail/text/html/header.tpl
index 598e25c62..1cc1715b2 100644
--- a/template/yoga/mail/text/html/header.tpl
+++ b/template/yoga/mail/text/html/header.tpl
@@ -6,7 +6,7 @@ Content-Transfer-Encoding: 8bit
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="{$LANG}" dir="{$DIR}">
<head>
-<title>PhpWebGallery Mail</title>
+<title>Piwigo Mail</title>
<meta http-equiv="Content-Type" content="text/html; charset={$CONTENT_ENCODING}">
<style><!-- /* Mini style for mails */
{if isset($GLOBAL_MAIL_CSS)}{$GLOBAL_MAIL_CSS}{/if}
diff --git a/template/yoga/mail/text/plain/footer.tpl b/template/yoga/mail/text/plain/footer.tpl
index cb740c96a..86ac31e3e 100644
--- a/template/yoga/mail/text/plain/footer.tpl
+++ b/template/yoga/mail/text/plain/footer.tpl
@@ -1,4 +1,4 @@
{* $Id$ *}
------------------------
-PhpWebGallery {$VERSION}
+Piwigo {$VERSION}
diff --git a/template/yoga/upgrade.tpl b/template/yoga/upgrade.tpl
index 42e14a772..2af91c70e 100644
--- a/template/yoga/upgrade.tpl
+++ b/template/yoga/upgrade.tpl
@@ -4,15 +4,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <title>PhpWebGallery : Upgrade to {$RELEASE}</title>
+ <title>Piwigo : Upgrade to {$RELEASE}</title>
</head>
<body>
{if isset($introduction)}
- <h1>Welcome to PhpWebGallery upgrade page.</h1>
+ <h1>Welcome to Piwigo upgrade page.</h1>
<p>This page proposes to upgrade your database corresponding to your old
-version of PhpWebGallery to the current version. The upgrade assistant
+version of Piwigo to the current version. The upgrade assistant
thinks you are currently running a
<strong>release {$introduction.CURRENT_RELEASE}</strong> (or equivalent).</p>
diff --git a/tools/fill_history.pl b/tools/fill_history.pl
index 2fe04f754..01adacfd2 100644
--- a/tools/fill_history.pl
+++ b/tools/fill_history.pl
@@ -20,7 +20,7 @@ if (defined($opt{help}))
{
print <<FIN;
-Fill the user comments table of PhpWebGallery.
+Fill the user comments table of Piwigo.
Usage: pwg_fill_comments.pl --dbname=<database_name>
--dbuser=<username>
@@ -50,7 +50,7 @@ foreach my $option (qw/dbname dbuser dbpass start_date end_date/) {
}
}
-$opt{prefix} = 'phpwebgallery_' if (not defined $opt{prefix});
+$opt{prefix} = 'piwigo_' if (not defined $opt{prefix});
my $dbh = DBI->connect(
'DBI:mysql:'.$opt{dbname},
$opt{dbuser},
diff --git a/tools/pwg_rel_create.sh b/tools/pwg_rel_create.sh
index 7db54a236..a2a584a61 100755
--- a/tools/pwg_rel_create.sh
+++ b/tools/pwg_rel_create.sh
@@ -4,7 +4,7 @@
# | pwg_rel_create.sh |
# +--------------------------------------------------------------------------+
# | author : Pierrick LE GALL <http://le-gall.net/pierrick> |
-# | project : PhpWebGallery |
+# | project : Piwigo |
# +--------------------------------------------------------------------------+
if [ $# -lt 2 ]
diff --git a/tools/release_creation.readme b/tools/release_creation.readme
index 3320bb094..a8b4f6f52 100644
--- a/tools/release_creation.readme
+++ b/tools/release_creation.readme
@@ -1,5 +1,5 @@
=====================================
- PhpWebGallery release creation guide
+ Piwigo release creation guide
=====================================
Technical creation