2004-02-19 00:31:09 +00:00
< ? php
// +-----------------------------------------------------------------------+
2004-11-06 21:12:59 +00:00
// | PhpWebGallery - a PHP based picture gallery |
// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
2006-02-16 00:45:18 +00:00
// | Copyright (C) 2003-2006 PhpWebGallery Team - http://phpwebgallery.net |
2004-02-19 00:31:09 +00:00
// +-----------------------------------------------------------------------+
2004-11-06 21:12:59 +00:00
// | branch : BSF (Best So Far)
2004-02-19 00:31:09 +00:00
// | file : $RCSfile$
// | last update : $Date$
// | last modifier : $Author$
// | revision : $Revision$
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
2006-08-16 04:30:35 +00:00
$lang [ '%d associations' ] = '%d associations' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ '%d categories including %d physical and %d virtual' ] = '%d categories including %d physical and %d virtual' ;
2005-10-07 22:04:53 +00:00
$lang [ '%d categories moved' ] = '%d categories moved' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ '%d comments' ] = '%d comments' ;
$lang [ '%d elements' ] = '%d elements' ;
$lang [ '%d groups' ] = '%d groups' ;
$lang [ '%d members' ] = '%d members' ;
2006-08-16 04:30:35 +00:00
$lang [ '%d tags' ] = '%d tags' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ '%d user comments rejected' ] = '%d user comments rejected' ;
$lang [ '%d user comments validated' ] = '%d user comments validated' ;
$lang [ '%d users deleted' ] = '%d users deleted' ;
$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' ;
2006-10-27 00:25:02 +00:00
$lang [ 'Activate' ] = 'Activate' ;
2006-04-02 22:26:19 +00:00
$lang [ 'Add a tag' ] = 'Add a tag' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Add a user' ] = 'Add a user' ;
$lang [ 'Add group' ] = 'Add group' ;
2005-10-31 14:58:19 +00:00
$lang [ 'Add selected elements to caddie' ] = 'Add selected elements to caddie' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Add' ] = 'Add' ;
2006-12-13 01:05:38 +00:00
$lang [ 'Allow user registration' ] = 'Allow user registration' ;
2006-07-26 00:51:08 +00:00
$lang [ 'Apply to subcategories' ] = 'Apply to subcategories' ;
2006-02-16 01:04:51 +00:00
$lang [ 'Are you sure?' ] = 'Are you sure?' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Associated' ] = 'Associated' ;
$lang [ 'Association to categories' ] = 'Association to categories' ;
$lang [ 'Batch management' ] = 'Batch management' ;
2005-10-15 21:47:19 +00:00
$lang [ 'Caddie management' ] = 'Caddie management' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Caddie' ] = 'Caddie' ;
$lang [ 'Categories authorized thanks to group associations' ] = 'Categories authorized thanks to group associations' ;
2006-03-06 23:28:51 +00:00
$lang [ 'Categories manual order was saved' ] = 'Categories manual order was saved' ;
$lang [ 'Categories ordered alphanumerically' ] = 'Categories ordered alphanumerically' ;
2006-04-04 22:29:35 +00:00
$lang [ 'Category elements associated to the following categories: %s' ] = 'Category elements associated to the following categories: %s' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Check for upgrade failed for unknown reasons.' ] = 'Check for upgrade failed for unknown reasons.' ;
$lang [ 'Check for upgrade' ] = 'Check for upgrade' ;
$lang [ 'Comments for all' ] = 'Comments for all' ;
2006-02-15 02:29:26 +00:00
$lang [ 'Controversy' ] = 'Controversy' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Creation date' ] = 'Creation date' ;
2006-04-02 22:26:19 +00:00
$lang [ 'Current name' ] = 'Current name' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Database' ] = 'Database' ;
2006-10-27 00:25:02 +00:00
$lang [ 'Deactivate' ] = 'Deactivate' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Delete Representant' ] = 'Delete Representant' ;
2006-04-02 22:26:19 +00:00
$lang [ 'Delete selected tags' ] = 'Delete selected tags' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Delete selected users' ] = 'Delete selected users' ;
$lang [ 'Deletions' ] = 'Deletions' ;
$lang [ 'Deny selected groups' ] = 'Deny selected groups' ;
$lang [ 'Deny selected users' ] = 'Deny selected users' ;
$lang [ 'Description' ] = 'Description' ;
2005-10-15 21:47:19 +00:00
$lang [ 'Display options' ] = 'Display options' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Dissociated' ] = 'Dissociated' ;
$lang [ 'Does not represent' ] = 'Does not represent' ;
$lang [ 'Edit all picture informations' ] = 'Edit all picture informations' ;
2006-04-02 22:26:19 +00:00
$lang [ 'Edit selected tags' ] = 'Edit selected tags' ;
$lang [ 'Edit tags' ] = 'Edit tags' ;
2005-10-15 21:47:19 +00:00
$lang [ 'Elements' ] = 'Elements' ;
2006-11-22 04:41:25 +00:00
$lang [ 'Email admin when a new user registers' ] = 'Email admin when a new user registers' ;
$lang [ 'Email admin when a valid comment is entered' ] = 'Email admin when a valid comment is entered' ;
$lang [ 'Email admin when a comment requires validation' ] = 'Email admin when a comment requires validation' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Empty caddie' ] = 'Empty caddie' ;
$lang [ 'Environment' ] = 'Environment' ;
$lang [ 'Expand all categories' ] = 'Expand all categories' ;
2005-10-15 21:47:19 +00:00
$lang [ 'Form' ] = 'Form' ;
2006-02-16 00:45:18 +00:00
$lang [ 'Gallery URL' ] = 'Gallery URL' ;
2005-10-08 19:11:21 +00:00
$lang [ 'Gallery description' ] = 'Gallery description' ;
$lang [ 'Gallery title' ] = 'Gallery title' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Grant selected groups' ] = 'Grant selected groups' ;
$lang [ 'Grant selected users' ] = 'Grant selected users' ;
$lang [ 'Group name' ] = 'Group name' ;
$lang [ 'Groups' ] = 'Groups' ;
2006-06-02 19:31:29 +00:00
$lang [ 'Guests' ] = 'Guests' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'History' ] = 'History' ;
$lang [ 'Informations' ] = 'Informations' ;
2006-10-31 02:41:32 +00:00
$lang [ 'Install' ] = 'Install' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Interface theme' ] = 'Interface theme' ;
$lang [ 'Language' ] = 'Language' ;
2006-04-04 22:29:35 +00:00
$lang [ 'Link all category elements to a new category' ] = 'Link all category elements to a new category' ;
$lang [ 'Link all category elements to some existing categories' ] = 'Link all category elements to some existing categories' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Linked categories' ] = 'Linked categories' ;
$lang [ 'Lock gallery' ] = 'Lock gallery' ;
2006-10-19 00:41:07 +00:00
$lang [ 'Login history' ] = 'User login history' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Maintenance' ] = 'Maintenance' ;
$lang [ 'Manage permissions for a category' ] = 'Manage permissions for a category' ;
$lang [ 'Manage permissions for group "%s"' ] = 'Manage permissions for group "%s"' ;
$lang [ 'Manage permissions for user "%s"' ] = 'Manage permissions for user "%s"' ;
2006-04-02 22:26:19 +00:00
$lang [ 'Manage tags' ] = 'Manage tags' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Maximum height of the pictures' ] = 'Maximum height of the pictures' ;
$lang [ 'Maximum width of the pictures' ] = 'Maximum width of the pictures' ;
$lang [ 'Members' ] = 'Members' ;
$lang [ 'Metadata synchronized from file' ] = 'Metadata synchronized from file' ;
2005-10-07 22:04:53 +00:00
$lang [ 'Move categories' ] = 'Move categories' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Move' ] = 'Move' ;
$lang [ 'Name' ] = 'Name' ;
2006-04-02 22:26:19 +00:00
$lang [ 'New name' ] = 'New name' ;
2005-10-07 22:04:53 +00:00
$lang [ 'New parent category' ] = 'New parent category' ;
2006-04-02 22:26:19 +00:00
$lang [ 'New tag' ] = 'New tag' ;
2006-05-15 22:21:08 +00:00
$lang [ 'No tag defined. Use Administration>Pictures>Tags' ] = 'No tag defined. Use Administration>Pictures>Tags' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'No' ] = 'No' ;
$lang [ 'Number of comments per page' ] = 'Number of comments per page' ;
$lang [ 'Number of images per row' ] = 'Number of images per row' ;
2006-02-15 02:29:26 +00:00
$lang [ 'Number of rates' ] = 'Number of rates' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Number of rows per page' ] = 'Number of rows per page' ;
$lang [ 'Number of thumbnails to create' ] = 'Number of thumbnails to create' ;
$lang [ 'Only private categories are listed' ] = 'Only private categories are listed' ;
$lang [ 'Operating system' ] = 'Operating system' ;
$lang [ 'Options' ] = 'Options' ;
2006-03-06 23:28:51 +00:00
$lang [ 'Order alphanumerically' ] = 'Order alphanumerically' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Order by' ] = 'Order by' ;
$lang [ 'Other private categories' ] = 'Other private categories' ;
2006-04-02 22:26:19 +00:00
$lang [ 'Page banner' ] = 'Page banner' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Parent category' ] = 'Parent category' ;
$lang [ 'Path' ] = 'Path' ;
$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' ;
2006-10-27 00:25:02 +00:00
$lang [ 'Plugins' ] = 'Plugins' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Position' ] = 'Position' ;
$lang [ 'Preferences' ] = 'Preferences' ;
$lang [ 'Properties' ] = 'Properties' ;
$lang [ 'Random picture' ] = 'Random picture' ;
2006-02-15 02:29:26 +00:00
$lang [ 'Rate date' ] = 'Rate date' ;
2006-02-16 00:45:18 +00:00
$lang [ 'Rating by guests' ] = 'Rating by guests' ;
2006-03-06 23:28:51 +00:00
$lang [ 'Rating' ] = 'Rating' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Recent period' ] = 'Recent period' ;
$lang [ 'Reject All' ] = 'Reject All' ;
$lang [ 'Reject' ] = 'Reject' ;
$lang [ 'Representant' ] = 'Representant' ;
$lang [ 'Representation of categories' ] = 'Representation of categories' ;
$lang [ 'Representative' ] = 'Representative' ;
$lang [ 'Represents' ] = 'Represents' ;
$lang [ 'Save order' ] = 'Save order' ;
2005-10-15 21:47:19 +00:00
$lang [ 'Select at least one category' ] = 'Select at least one category' ;
2005-09-25 18:31:55 +00:00
$lang [ 'Select at least one picture' ] = 'Select at least one picture' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Select at least one user' ] = 'Select at least one user' ;
$lang [ 'Show info' ] = 'Show info' ;
$lang [ 'Show number of comments' ] = 'Show number of comments' ;
2006-03-06 23:28:51 +00:00
$lang [ 'Site manager' ] = 'Site manager' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Status' ] = 'Status' ;
$lang [ 'Storage category' ] = 'Storage category' ;
$lang [ 'Submit' ] = 'Submit' ;
2006-02-15 02:29:26 +00:00
$lang [ 'Sum of rates' ] = 'Sum of rates' ;
2006-07-09 09:04:22 +00:00
$lang [ 'Tag "%s" already exists' ] = 'Tag "%s" already exists' ;
2006-06-02 20:05:36 +00:00
$lang [ 'Tag "%s" was added' ] = 'Tag "%s" was added' ;
2006-04-02 22:26:19 +00:00
$lang [ 'Tag selection' ] = 'Tag selection' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Take selected elements out of caddie' ] = 'Take selected elements out of caddie' ;
2006-06-02 20:05:36 +00:00
$lang [ 'The %d following tags were deleted : %s' ] = 'The %d following tags were deleted : %s' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Unable to check for upgrade since allow_url_fopen is disabled.' ] = 'Unable to check for upgrade since allow_url_fopen is disabled.' ;
2006-10-31 02:41:32 +00:00
$lang [ 'Uninstall' ] = 'Uninstall' ;
2006-07-26 00:51:08 +00:00
$lang [ 'Use default sort order' ] = 'Use the default image sort order (defined in the configuration file)' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'User comments validation' ] = 'User comments validation' ;
$lang [ 'Users' ] = 'Users' ;
$lang [ 'Validate All' ] = 'Validate All' ;
$lang [ 'Validate' ] = 'Validate' ;
$lang [ 'Validation' ] = 'Validation' ;
2006-10-27 00:25:02 +00:00
$lang [ 'Version' ] = 'Version' ;
2005-10-07 22:04:53 +00:00
$lang [ 'Virtual categories movement' ] = 'Virtual categories movement' ;
$lang [ 'Virtual categories to move' ] = 'Virtual categories to move' ;
2006-04-04 22:29:35 +00:00
$lang [ 'Virtual category name' ] = 'Virtual category name' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Webmaster cannot be deleted' ] = 'Webmaster cannot be deleted' ;
$lang [ 'Yes' ] = 'Yes' ;
$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.' ;
2006-07-21 15:28:09 +00:00
$lang [ 'You cannot delete your account' ] = " You cannot delete your account " ;
2005-10-07 22:04:53 +00:00
$lang [ 'You cannot move a category in its own sub category' ] = 'You cannot move a category in its own sub category' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'You need to confirm deletion' ] = 'You need to confirm deletion' ;
2006-03-14 21:31:31 +00:00
$lang [ 'actions' ] = 'Actions' ;
2005-10-15 21:47:19 +00:00
$lang [ 'add keywords' ] = 'add keywords' ;
2006-04-02 22:26:19 +00:00
$lang [ 'add tags' ] = 'add tags' ;
$lang [ 'adviser' ] = 'Adviser' ;
2005-10-15 21:47:19 +00:00
$lang [ 'associate to category' ] = 'associate to category' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'associate to group' ] = 'associate to group' ;
$lang [ 'author' ] = 'author' ;
$lang [ 'authorized' ] = 'Authorized' ;
$lang [ 'cat_add' ] = 'Add a virtual category' ;
$lang [ 'cat_comments_title' ] = 'Authorize users to add comments on selected categories' ;
$lang [ 'cat_error_name' ] = 'The name of a category should not be empty' ;
$lang [ 'cat_lock_title' ] = 'Lock categories' ;
$lang [ 'cat_private' ] = 'Private category' ;
$lang [ 'cat_public' ] = 'Public category' ;
$lang [ 'cat_representant' ] = 'Find a new representant by random' ;
$lang [ 'cat_security' ] = 'Public / Private' ;
$lang [ 'cat_status_title' ] = 'Manage authorizations for selected categories' ;
$lang [ 'cat_upload_title' ] = 'Select uploadable categories' ;
$lang [ 'cat_virtual_added' ] = 'Virtual category added' ;
$lang [ 'cat_virtual_deleted' ] = 'Virtual category deleted' ;
$lang [ 'category' ] = 'category' ;
$lang [ 'conf_access' ] = 'Access type' ;
$lang [ 'conf_comments_title' ] = 'Users comments' ;
$lang [ 'conf_confirmation' ] = 'Information data registered in database' ;
$lang [ 'conf_default' ] = 'Default display' ;
$lang [ 'conf_default_title' ] = 'Default display' ;
2006-02-16 00:45:18 +00:00
$lang [ 'conf_gallery_url_error' ] = 'The gallery URL is not valid.' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'conf_general_title' ] = 'Main configuration' ;
$lang [ 'conf_nb_comment_page_error' ] = 'The number of comments a page must be between 5 and 50 included.' ;
2004-03-26 17:08:09 +00:00
$lang [ 'config' ] = 'Configuration' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'confirm' ] = 'confirm' ;
2005-10-15 21:47:19 +00:00
$lang [ 'creation date' ] = 'creation date' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'date' ] = 'date' ;
$lang [ 'delete category' ] = 'delete category' ;
$lang [ 'description' ] = 'description' ;
2005-10-15 21:47:19 +00:00
$lang [ 'dissociate from category' ] = 'dissociate from category' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'dissociate from group' ] = 'dissociate from group' ;
$lang [ 'edit category permissions' ] = 'edit category permissions' ;
2004-03-26 17:08:09 +00:00
$lang [ 'edit' ] = 'Edit' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'editcat_confirm' ] = 'Category informations updated successfully.' ;
$lang [ 'editcat_uploadable' ] = 'Authorize upload' ;
2005-10-15 21:47:19 +00:00
$lang [ 'elements per line' ] = 'elements per line' ;
$lang [ 'elements per page' ] = 'elements per page' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'elements' ] = 'elements' ;
2006-04-02 22:26:19 +00:00
$lang [ 'enabled_high' ] = 'High definition enabled' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'file' ] = 'file' ;
$lang [ 'filesize' ] = 'filesize' ;
$lang [ 'first element added on %s' ] = 'first element added on %s' ;
2004-03-31 17:26:31 +00:00
$lang [ 'forbidden' ] = 'Forbidden' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'general' ] = 'General' ;
2005-10-15 21:47:19 +00:00
$lang [ 'global mode' ] = 'global mode' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'group "%s" added' ] = 'group "%s" added' ;
$lang [ 'group "%s" deleted' ] = 'group "%s" deleted' ;
2006-10-30 23:34:31 +00:00
$lang [ 'group "%s" updated' ] = 'group "%s" updated' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'group' ] = 'group' ;
$lang [ 'group_add_error1' ] = 'The name of a group must not contain " or \' or be empty.' ;
$lang [ 'group_add_error2' ] = 'This name is already used by another group.' ;
$lang [ 'group_add_user' ] = 'Add user' ;
$lang [ 'group_id URL parameter is missing' ] = 'group_id URL parameter is missing' ;
$lang [ 'groups' ] = 'Groups' ;
$lang [ 'history' ] = 'History' ;
$lang [ 'instructions' ] = 'Instructions' ;
2006-04-02 22:26:19 +00:00
$lang [ 'is_high_disabled' ] = '' ;
$lang [ 'is_high_enabled' ] = 'High definition' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'jump to category' ] = 'jump to category' ;
$lang [ 'jump to image' ] = 'jump to image' ;
$lang [ 'jump to' ] = 'jump to' ;
$lang [ 'leave' ] = 'leave' ;
$lang [ 'links' ] = 'Links' ;
2004-11-25 16:44:41 +00:00
$lang [ 'lock' ] = 'Lock' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'locked' ] = 'Locked' ;
$lang [ 'manage category elements' ] = 'manage category elements' ;
$lang [ 'manage sub-categories' ] = 'manage sub-categories' ;
$lang [ 'manage' ] = 'Manage' ;
2006-04-05 21:01:05 +00:00
$lang [ 'maximum height' ] = 'maximum height' ;
$lang [ 'maximum width' ] = 'maximum width' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'metadata_basic' ] = 'basic' ;
$lang [ 'metadata_exif' ] = 'EXIF' ;
$lang [ 'metadata_iptc' ] = 'IPTC' ;
$lang [ 'name' ] = 'name' ;
2006-04-14 23:23:10 +00:00
$lang [ 'nbm_background_treatment_redirect' ] = 'Execution time is out, treatment must be continue [Estmated time: %d secondes].' ;
2006-04-12 22:49:42 +00:00
$lang [ 'nbm_break_timeout_list_user' ] = 'Prepared time for list of users to send mail is limited. Others users are not listed.' ;
2006-05-15 22:21:08 +00:00
$lang [ 'nbm_break_timeout_send_mail' ] = 'Time to send mail is limited. Others mails are skipped.' ;
2006-04-02 22:26:19 +00:00
$lang [ 'nbm_col_check_user_send_mail' ] = 'To send ?' ;
$lang [ 'nbm_col_last_send' ] = 'Last send' ;
$lang [ 'nbm_col_mail' ] = 'email' ;
$lang [ 'nbm_col_user' ] = 'User' ;
$lang [ 'nbm_complementary_mail_content' ] = 'Complementary mail content' ;
$lang [ 'nbm_content_byebye' ] = 'See you soon' ;
$lang [ 'nbm_content_goto' ] = 'Go to %s %s.' ;
2006-04-01 01:14:57 +00:00
$lang [ 'nbm_content_hello' ] = 'Hello %s' ;
$lang [ 'nbm_content_new_elements' ] = 'New elements were added on %s' ;
2006-04-02 22:26:19 +00:00
$lang [ 'nbm_content_new_elements_between' ] = 'New elements were added between %s and %s' ;
2006-04-04 00:35:12 +00:00
$lang [ 'nbm_content_subscribe_by_admin' ] = 'The webmaster has subcribed you for receiving notifications by mail' ;
$lang [ 'nbm_content_subscribe_by_himself' ] = 'You have subcribed to receiving notifications by mail' ;
2006-04-01 01:14:57 +00:00
$lang [ 'nbm_content_subscribe_link' ] = 'To subscribe, click on %s .' ;
2006-04-04 00:35:12 +00:00
$lang [ 'nbm_content_subscribe_unsubscribe_contact' ] = 'If you encounter problems or have any question, please send a message to %s.' ;
$lang [ 'nbm_content_unsubscribe_by_admin' ] = 'The webmaster has unsubcribed you from receiving notifications by mail' ;
$lang [ 'nbm_content_unsubscribe_by_himself' ] = 'You have unsubcribed from receiving notifications by mail' ;
2006-04-02 22:26:19 +00:00
$lang [ 'nbm_content_unsubscribe_link' ] = 'To unsubscribe, click on %s .' ;
$lang [ 'nbm_info_send_mail_as' ] = 'With blank value, gallery title will be used' ;
$lang [ 'nbm_item_notification' ] = 'Notification' ;
$lang [ 'nbm_msg_error_sending_email_to' ] = 'Error when sending email to %s [%s].' ;
$lang [ 'nbm_msg_mail_sent_to' ] = 'Mail sent to %s [%s].' ;
$lang [ 'nbm_msg_n_mails_sent' ] = '%d mails were sent.' ;
$lang [ 'nbm_msg_no_mail_to_send' ] = '%d mails were not sent.' ;
2006-04-01 01:14:57 +00:00
$lang [ 'nbm_no_mail_to_send' ] = 'No mail to send.' ;
2006-04-02 22:26:19 +00:00
$lang [ 'nbm_no_user_available_to_send_L1' ] = 'No user are available in order to send mail.' ;
2006-04-21 17:18:50 +00:00
$lang [ 'nbm_no_user_available_to_send_L2' ] = 'A user is available, if there are new elements to notify.' ;
$lang [ 'nbm_no_user_available_to_send_L3' ] = 'It\'s possible that the are no subscribed users (only webmaster can see this tab).' ;
2006-04-01 01:14:57 +00:00
$lang [ 'nbm_no_user_to send_notifications_by_mail' ] = 'No user to send notifications by mail.' ;
2006-04-02 22:26:19 +00:00
$lang [ 'nbm_object_news' ] = 'New elements added' ;
2006-04-04 00:35:12 +00:00
$lang [ 'nbm_object_subcribe' ] = 'Subcribe to notification by mail' ;
$lang [ 'nbm_object_unsubcribe' ] = 'Unsubcribe from notification by mail' ;
2006-03-21 22:58:59 +00:00
$lang [ 'nbm_param_mode' ] = 'Parameter' ;
2006-05-15 22:21:08 +00:00
$lang [ 'nbm_redirect_msg' ] = 'Processing treatment.' . " \n \n " . 'Please wait...' ;
$lang [ 'nbm_repost_submit' ] = 'Continue processing treatment' ;
2006-04-02 22:26:19 +00:00
$lang [ 'nbm_send_check_all' ] = 'Check All' ;
$lang [ 'nbm_send_complementary_mail_content' ] = 'Complementary mail content' ;
2006-03-21 22:58:59 +00:00
$lang [ 'nbm_send_detailed_content' ] = 'Send detailed content' ;
2006-04-02 22:26:19 +00:00
$lang [ 'nbm_send_mail_as' ] = 'Send mail as' ;
$lang [ 'nbm_send_mail_to_users' ] = 'Send mail to users' ;
$lang [ 'nbm_send_mode' ] = 'Send' ;
2006-03-26 22:06:20 +00:00
$lang [ 'nbm_send_options' ] = 'Options' ;
2006-03-21 22:58:59 +00:00
$lang [ 'nbm_send_submit' ] = 'Send' ;
2006-03-26 22:06:20 +00:00
$lang [ 'nbm_send_uncheck_all' ] = 'Uncheck All' ;
2006-04-02 22:26:19 +00:00
$lang [ 'nbm_subscribe_col' ] = 'Subscribed' ;
$lang [ 'nbm_subscribe_mode' ] = 'Subscribe' ;
$lang [ 'nbm_title_param' ] = 'Parameters' ;
2006-04-04 00:35:12 +00:00
$lang [ 'nbm_title_send' ] = 'Select recipients' ;
$lang [ 'nbm_title_subscribe' ] = 'Subscribe/unsubscribe users' ;
2006-04-02 22:26:19 +00:00
$lang [ 'nbm_unsubscribe_col' ] = 'Unsubcribed' ;
$lang [ 'nbm_updated_param_count' ] = '%d parameters are updated.' ;
$lang [ 'nbm_user_change_enabled_error_on_updated_data_count' ] = '%d user(s) are not updated.' ;
2006-04-04 00:35:12 +00:00
$lang [ 'nbm_user_change_enabled_false' ] = 'User %s [%s] removed from the subscription list.' ;
$lang [ 'nbm_user_change_enabled_true' ] = 'User %s [%s] added to the subscription list.' ;
2006-03-26 22:06:20 +00:00
$lang [ 'nbm_user_change_enabled_updated_data_count' ] = '%d user(s) are updated.' ;
2006-04-04 00:35:12 +00:00
$lang [ 'nbm_user_not_change_enabled_false' ] = 'User %s [%s] not removed from the subscription list.' ;
$lang [ 'nbm_user_not_change_enabled_true' ] = 'User %s [%s] not added to the subscription list.' ;
2006-04-02 22:26:19 +00:00
$lang [ 'nbm_user_x_added' ] = 'User %s [%s] added.' ;
2006-04-04 00:35:12 +00:00
$lang [ 'nbm_warning_subscribe_unsubcribe' ] = 'Warning: subscribing or unsubcribing will send mails to users' ;
2005-01-16 11:13:30 +00:00
$lang [ 'no_write_access' ] = 'no write access' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'order_by' ] = 'order by' ;
$lang [ 'path' ] = 'path' ;
$lang [ 'permissions' ] = 'Permissions' ;
$lang [ 'permuser_info' ] = 'Only private categories are listed. Private/Public category status can be set in screen "Categories > Public / Private"' ;
$lang [ 'permuser_only_private' ] = 'Only private categories are shown' ;
$lang [ 'private' ] = 'private' ;
2006-04-02 22:26:19 +00:00
$lang [ 'properties' ] = 'Properties' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'public' ] = 'public' ;
$lang [ 'purge history' ] = 'purge history' ;
$lang [ 'purge never used notification feeds' ] = 'purge never used notification feeds' ;
$lang [ 'purge sessions' ] = 'purge sessions' ;
$lang [ 'randomly represented' ] = 'randomly represented' ;
$lang [ 'registration_date' ] = 'registration date' ;
2004-03-26 17:08:09 +00:00
$lang [ 'remote_site' ] = 'Remote site' ;
2004-09-18 16:09:47 +00:00
$lang [ 'remote_site_clean' ] = 'clean' ;
$lang [ 'remote_site_clean_hint' ] = 'remove remote listing.xml file' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'remote_site_generate' ] = 'generate listing' ;
$lang [ 'remote_site_generate_hint' ] = 'generate file listing.xml on remote site' ;
2006-03-28 01:26:37 +00:00
$lang [ 'remote_site_local_create' ] = 'Create this site' ;
2004-09-23 23:41:23 +00:00
$lang [ 'remote_site_local_found' ] = 'A local listing.xml file has been found for ' ;
$lang [ 'remote_site_local_update' ] = 'read local listing.xml and update' ;
2006-02-28 01:13:16 +00:00
$lang [ 'remote_site_test' ] = 'test' ;
$lang [ 'remote_site_test_hint' ] = 'test this remote site' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'remote_site_uncorrect_url' ] = 'Remote site url must start by http or https and must only contain characters among "/", "a-zA-Z0-9", "-" or "_"' ;
2005-10-15 21:47:19 +00:00
$lang [ 'remove keyword' ] = 'remove keyword' ;
2006-04-02 22:26:19 +00:00
$lang [ 'remove tags' ] = 'remove tags' ;
$lang [ 'repair and optimize database' ] = 'repair and optimize database' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'selection' ] = 'selection' ;
$lang [ 'set to' ] = 'set to' ;
$lang [ 'singly represented' ] = 'singly represented' ;
2006-02-28 01:13:16 +00:00
$lang [ 'site_already_exists' ] = 'This site already exists' ;
$lang [ 'site_create' ] = 'Create a new site : (give its URL to create_listing_file.php)' ;
$lang [ 'site_created' ] = 'created' ;
$lang [ 'site_delete' ] = 'delete' ;
$lang [ 'site_delete_hint' ] = 'delete this site and all its attached elements' ;
$lang [ 'site_deleted' ] = 'deleted' ;
$lang [ 'site_err' ] = 'an error happened' ;
$lang [ 'site_err_remote_file_not_found' ] = 'file create_listing_file.php on remote site was not found' ;
$lang [ 'site_local' ] = 'Local' ;
$lang [ 'site_remote' ] = 'Remote' ;
$lang [ 'site_synchronize' ] = 'synchronize' ;
$lang [ 'site_synchronize_hint' ] = 'update the database from files' ;
2005-10-31 14:58:19 +00:00
$lang [ 'stats_addr' ] = 'IP Address' ;
$lang [ 'stats_category' ] = 'Category' ;
2005-10-30 20:35:39 +00:00
$lang [ 'stats_daily_graph_title' ] = 'Pages seen by hour' ;
2005-10-17 07:25:25 +00:00
$lang [ 'stats_day_title' ] = 'Daily statistics' ;
2005-10-31 14:58:19 +00:00
$lang [ 'stats_file' ] = 'File' ;
$lang [ 'stats_global_graph_title' ] = 'Pages seen by month' ;
2005-10-17 07:21:30 +00:00
$lang [ 'stats_hour' ] = 'Hour' ;
$lang [ 'stats_login' ] = 'Login' ;
2005-10-31 14:58:19 +00:00
$lang [ 'stats_month_title' ] = 'Monthly statistics' ;
$lang [ 'stats_monthly_graph_title' ] = 'Pages seen by day' ;
$lang [ 'stats_pages_seen' ] = 'Pages seen' ;
2005-10-17 07:21:30 +00:00
$lang [ 'stats_picture' ] = 'Picture' ;
2005-10-31 14:58:19 +00:00
$lang [ 'stats_title' ] = 'Last year statistics' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'status' ] = 'status' ;
$lang [ 'storage' ] = 'Directory' ;
$lang [ 'sub-categories' ] = 'sub-categories' ;
$lang [ 'synchronize metadata' ] = 'synchronize metadata' ;
$lang [ 'synchronize' ] = 'synchronize' ;
$lang [ 'target' ] = 'target' ;
$lang [ 'thumbnail' ] = 'thumbnail' ;
2005-10-15 21:47:19 +00:00
$lang [ 'title' ] = 'title' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'title_cat_options' ] = 'Categories options' ;
2004-02-19 00:31:09 +00:00
$lang [ 'title_categories' ] = 'Categories management' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'title_configuration' ] = 'PhpWebGallery configuration' ;
2004-02-19 00:31:09 +00:00
$lang [ 'title_default' ] = 'PhpWebGallery administration' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'title_edit_cat' ] = 'Edit a category' ;
2004-11-26 16:10:17 +00:00
$lang [ 'title_groups' ] = 'Groups management' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'title_history' ] = 'History' ;
$lang [ 'title_liste_users' ] = 'Users list' ;
2005-01-06 16:33:04 +00:00
$lang [ 'title_picmod' ] = 'Modify informations about a picture' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'title_thumbnails' ] = 'Thumbnail creation' ;
$lang [ 'title_update' ] = 'Database synchronization with files' ;
$lang [ 'title_waiting' ] = 'Pictures waiting for validation' ;
$lang [ 'tn_all' ] = 'all' ;
$lang [ 'tn_alone_title' ] = 'pictures without thumbnail (jpeg and png only)' ;
$lang [ 'tn_dirs_alone' ] = 'pictures without thumbnail' ;
$lang [ 'tn_dirs_title' ] = 'Directories list' ;
$lang [ 'tn_err_height' ] = 'height must be a number superior to' ;
$lang [ 'tn_err_width' ] = 'width must be a number superior to' ;
$lang [ 'tn_format' ] = 'for the file format' ;
$lang [ 'tn_no_missing' ] = 'No missing thumbnail' ;
2004-12-03 16:30:12 +00:00
$lang [ 'tn_no_support' ] = 'Picture unreachable or no support' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'tn_params_GD' ] = 'GD version' ;
$lang [ 'tn_params_create' ] = 'create' ;
$lang [ 'tn_params_title' ] = 'Miniaturization parameters' ;
2004-12-03 16:30:12 +00:00
$lang [ 'tn_results_gen_time' ] = 'generated in' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'tn_results_title' ] = 'Results of miniaturization' ;
2004-12-03 16:30:12 +00:00
$lang [ 'tn_stats' ] = 'General statistics' ;
$lang [ 'tn_stats_max' ] = 'max time' ;
$lang [ 'tn_stats_mean' ] = 'average time' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'tn_stats_min' ] = 'min time' ;
$lang [ 'tn_stats_nb' ] = 'number of miniaturized pictures' ;
$lang [ 'tn_stats_total' ] = 'total time' ;
$lang [ 'tn_thisformat' ] = 'for this file format' ;
2005-10-15 21:47:19 +00:00
$lang [ 'unit mode' ] = 'unit mode' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'unlocked' ] = 'Unlocked' ;
$lang [ 'unset' ] = 'unset' ;
$lang [ 'up' ] = 'Move up' ;
$lang [ 'update categories informations' ] = 'update categories informations' ;
$lang [ 'update images informations' ] = 'update images informations' ;
$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)' ;
2006-02-28 01:13:16 +00:00
$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_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' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'update_error_list_title' ] = 'Error list' ;
$lang [ 'update_errors_caption' ] = 'Errors caption' ;
$lang [ 'update_infos_title' ] = 'Detailed informations' ;
2006-03-06 23:28:51 +00:00
$lang [ 'update_missing_file_or_dir' ] = 'File/directory read error' ;
$lang [ 'update_missing_file_or_dir_info' ] = 'The file or directory cannot be accessed (either it does not exist or the access is denied)' ;
2004-12-28 16:31:58 +00:00
$lang [ 'update_missing_tn_info' ] = 'a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the category directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'update_missing_tn_short' ] = 'missing thumbnail' ;
$lang [ 'update_nb_del_categories' ] = 'categories deleted in the database' ;
$lang [ 'update_nb_del_elements' ] = 'elements deleted in the database' ;
2006-02-28 01:13:16 +00:00
$lang [ 'update_nb_elements_metadata_available' ] = 'images candidates for metadata synchronization' ;
$lang [ 'update_nb_elements_metadata_sync' ] = 'elements informations synchronized with files metadata' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'update_nb_errors' ] = 'errors during synchronization' ;
$lang [ 'update_nb_new_categories' ] = 'categories added in the database' ;
$lang [ 'update_nb_new_elements' ] = 'elements added in the database' ;
2006-04-18 23:46:53 +00:00
$lang [ 'update_nb_upd_elements' ] = 'elements updated in the database' ;
2004-08-29 21:22:24 +00:00
$lang [ 'update_part_research' ] = 'Search for new images in the directories' ;
$lang [ 'update_research_added' ] = 'added' ;
2004-12-27 14:30:49 +00:00
$lang [ 'update_research_deleted' ] = 'deleted' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'update_result_metadata' ] = 'Metadata synchronization results' ;
$lang [ 'update_simulate' ] = 'only perform a simulation (no change in database will be made)' ;
$lang [ 'update_simulation_title' ] = '[Simulation]' ;
2004-11-01 15:01:28 +00:00
$lang [ 'update_sync_all' ] = 'directories + files' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'update_sync_dirs' ] = 'only directories' ;
$lang [ 'update_sync_files' ] = 'synchronize files structure with database' ;
2004-11-01 15:01:28 +00:00
$lang [ 'update_sync_metadata' ] = 'synchronize files metadata with database elements informations' ;
$lang [ 'update_sync_metadata_all' ] = 'even already synchronized elements' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'update_sync_metadata_new' ] = 'only never synchronized elements' ;
2005-01-31 23:22:29 +00:00
$lang [ 'update_used_metadata' ] = 'Used metadata' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'update_wrong_dirname_info' ] = 'The name of directories and files must be composed of letters, figures, "-", "_" or "."' ;
$lang [ 'update_wrong_dirname_short' ] = 'wrong filename' ;
$lang [ 'upload' ] = 'Upload' ;
2005-10-22 09:53:12 +00:00
$lang [ 'user "%s" added' ] = 'user "%s" added' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'user_delete' ] = 'Delete user' ;
$lang [ 'user_delete_hint' ] = 'Click here to delete this user. Warning! This operation cannot be undone!' ;
$lang [ 'user_id URL parameter is missing' ] = 'user_id URL parameter is missing' ;
2004-12-03 16:30:12 +00:00
$lang [ 'user_status' ] = 'User status' ;
$lang [ 'user_status_admin' ] = 'Administrator' ;
2006-03-08 23:14:53 +00:00
$lang [ 'user_status_generic' ] = 'Generic' ;
$lang [ 'user_status_guest' ] = 'Guest' ;
2006-04-02 22:26:19 +00:00
$lang [ 'user_status_normal' ] = 'User' ;
$lang [ 'user_status_webmaster' ] = 'Webmaster' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'username' ] = 'username' ;
$lang [ 'users' ] = 'Users' ;
$lang [ 'visitors' ] = 'Visitors' ;
2005-09-18 21:56:56 +00:00
$lang [ 'w_day' ] = 'Day' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'waiting' ] = 'Waiting' ;
2006-10-30 23:34:31 +00:00
$lang [ 'is_default_group' ] = 'default' ;
$lang [ 'toggle_is_default_group' ] = 'Toggle \'default group\' property' ;
2006-12-14 21:37:51 +00:00
$lang [ 'Advanced_features' ] = 'Advanced features' ;
$lang [ 'Elements_not_linked' ] = 'Not linked elements' ;
2006-12-16 08:55:36 +00:00
$lang [ 'web_services' ] = 'Web services ' ;
$lang [ 'title_wscheck' ] = ' Access management ' ;
$lang [ 'ws_set_status' ] = ' Environment ' ;
$lang [ 'ws_status' ] = ' Status ' ;
$lang [ 'ws_enable' ] = ' Enable ' ;
$lang [ 'ws_disable' ] = ' Disable ' ;
$lang [ 'ws set to' ] = ' Environment temporary set ' ;
$lang [ 'ws_failed_upd' ] = ' -> <strong>Uncompleted demand</strong> ' ;
$lang [ 'ws_success_upd' ] = ' -> Successfully completed ' ;
$lang [ 'ws_adding_legend' ] = ' Add a new partner access to Web Services ' ;
$lang [ 'ws_update_legend' ] = ' Revoke / Update selected partner access ' ;
$lang [ 'ws_delete_legend' ] = ' Revoke selected partner access ' ;
// $lang['ws_default_legend'] = ' Assumed defaults parameters in any missing cases ';
// $lang['ws_default'] = ' Default ';
// $lang['ws_request'] = ' Request (Demand type) ';
// $lang['ws_requested_nbr'] = ' Number of images per request ';
$lang [ 'ws_random' ] = 'Random' ; /* Random order */
$lang [ 'ws_list' ] = 'Id list' ; /* list on MBt & z0rglub request */
$lang [ 'ws_maxviewed' ] = 'Most viewed' ; /* hit > 0 and hit desc order */
$lang [ 'ws_recent' ] = 'Most recent' ; /* recent = Date_available desc order */
$lang [ 'ws_highrated' ] = 'Best rated' ; /* avg_rate > 0 and desc order */
$lang [ 'ws_oldest' ] = 'Oldest' ; /* Date_available asc order */
$lang [ 'ws_lessviewed' ] = 'Less viewed' ; /* hit asc order */
$lang [ 'ws_lowrated' ] = 'Lowest rated' ; /* avg_rate asc order */
$lang [ 'ws_undescribed' ] = 'Undescribed' ; /* description missing */
$lang [ 'ws_unnamed' ] = 'Unnamed' ; /* new name missing */
$lang [ 'ws_portraits' ] = 'Portraits' ; /* width < height (portrait oriented) */
$lang [ 'ws_landscapes' ] = 'Landscapes' ; /* width > height (landscape oriented) */
$lang [ 'ws_squares' ] = 'Squares' ; /* width ~ height (square form) */
$lang [ 'ws_high_auth' ] = ' Authorize high resolution ' ;
$lang [ 'ws_normal_auth' ] = ' Authorize normal size ' ;
$lang [ 'ws_KeyName' ] = ' Partner ' ;
$lang [ 'ws_Access' ] = ' Access ' ;
$lang [ 'ws_Start' ] = ' Start ' ;
$lang [ 'ws_End' ] = ' End ' ;
$lang [ 'ws_Request' ] = ' Request ' ;
$lang [ 'ws_High' ] = ' High ' ;
$lang [ 'ws_Normal' ] = ' Normal ' ;
$lang [ 'ws_Limit' ] = ' Limit ' ;
$lang [ 'ws_Comment' ] = ' Comment ' ;
$lang [ 'ws_disallowed' ] = 'This change is disallowed or already done' ;
// $lang['Reset filter(s)'] = ' Reset filter(s) ';
// $lang['New filter(s)'] = ' New filter(s) ';
// $lang['Not selected / Not confirmed'] = 'Access not selected or unconfirmed action';
$lang [ 'Modify End from Now +' ] = 'Modify End from Now + ' ;
$lang [ 'Free comment, use it to identify your partner clearly' ] =
' Free comment, use it to identify your partner clearly ' ;
$lang [ 'Confirmation' ] = ' Confirmation ' ;
$lang [ 'Delete' ] = ' Remove ' ;
$lang [ 'Confidential partner key' ] = 'Confidential partner key' ;
$lang [ 'Basis of access key calculation' ] = 'Basis of access key calculation' ;
$lang [ 'Target' ] = 'Target' ;
$lang [ 'Access: see help text for more' ] = 'Access: see help text for more' ;
$lang [ 'Facultative and restrictive option' ] =
'Facultative and restrictive option' ;
$lang [ 'Postponed availability in days' ] = 'Postponed availability in days' ;
$lang [ 'Duration in days' ] = 'Duration in days' ;
$lang [ 'Restrict access to' ] = 'Restrict access to' ;
$lang [ 'High resolution information will be returned to your partner' ] =
'High resolution information will be returned to your partner' ;
$lang [ 'Normal size information will be returned to your partner' ] =
'Normal size information will be returned to your partner' ;
$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' ;
?>