2004-02-19 00:31:09 +00:00
< ? php
// +-----------------------------------------------------------------------+
2008-04-04 22:57:23 +00:00
// | Piwigo - a PHP based picture gallery |
// +-----------------------------------------------------------------------+
2009-01-04 23:09:15 +00:00
// | Copyright(C) 2008-2009 Piwigo Team http://piwigo.org |
2008-04-04 22:57:23 +00:00
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
2004-02-19 00:31:09 +00:00
// | 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. |
// +-----------------------------------------------------------------------+
2007-03-29 19:04:54 +00:00
$lang [ '%d association' ] = '%d association' ;
2006-08-16 04:30:35 +00:00
$lang [ '%d associations' ] = '%d associations' ;
2007-03-29 19:04:54 +00:00
$lang [ 'cat_inclu_part1_S' ] = '%d category including ' ;
$lang [ 'cat_inclu_part1_P' ] = '%d categories including ' ;
$lang [ 'cat_inclu_part2_S' ] = '%d physical' ;
$lang [ 'cat_inclu_part2_P' ] = '%d physical' ;
$lang [ 'cat_inclu_part3_S' ] = ' and %d virtual' ;
$lang [ 'cat_inclu_part3_P' ] = ' and %d virtual' ;
$lang [ '%d category moved' ] = '%d category moved' ;
2005-10-07 22:04:53 +00:00
$lang [ '%d categories moved' ] = '%d categories moved' ;
2007-03-29 19:04:54 +00:00
$lang [ '%d group' ] = '%d group' ;
- 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 groups' ] = '%d groups' ;
2007-03-29 19:04:54 +00:00
$lang [ '%d member' ] = '%d member' ;
- 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 members' ] = '%d members' ;
2007-03-29 19:04:54 +00:00
$lang [ '%d tag' ] = '%d tag' ;
2006-08-16 04:30:35 +00:00
$lang [ '%d tags' ] = '%d tags' ;
2007-03-29 19:04:54 +00:00
$lang [ '%d user comment rejected' ] = '%d user comment rejected' ;
- 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' ;
2007-03-29 19:04:54 +00:00
$lang [ '%d user comment validated' ] = '%d user comment validated' ;
- 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 validated' ] = '%d user comments validated' ;
2007-03-29 19:04:54 +00:00
$lang [ '%d user deleted' ] = '%d user 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 [ '%d users deleted' ] = '%d users deleted' ;
2007-03-29 19:04:54 +00:00
$lang [ '%d user' ] = '%d user' ;
- 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 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 [ 'Actions' ] = 'Actions' ;
2006-10-27 00:25:02 +00:00
$lang [ 'Activate' ] = 'Activate' ;
2007-02-28 03:07:12 +00:00
$lang [ 'Add/delete a permalink' ] = 'Add/delete a permalink' ;
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' ;
2010-03-07 16:53:53 +00:00
$lang [ 'Categories ordered alphanumerically' ] = 'Categories ascending alphanumerically ordered' ;
$lang [ 'Categories ordered alphanumerically reverse' ] = 'Categories descending alphanumerically ordered' ;
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' ;
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' ;
2007-03-12 23:10:35 +00:00
$lang [ 'Email administrators when a new user registers' ] = 'Email admins when a new user registers' ;
$lang [ 'Email administrators when a valid comment is entered' ] = 'Email admins when a valid comment is entered' ;
$lang [ 'Email administrators when a comment requires validation' ] = 'Email admins when a comment requires validation' ;
2007-03-14 23:50:21 +00:00
$lang [ 'Email administrators when a picture is uploaded' ] = 'Email admins when a picture is uploaded' ;
- 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' ;
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' ;
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' ;
$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 [ '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 [ 'Number of comments per page' ] = 'Number of comments per page' ;
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 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' ;
2010-03-07 16:53:53 +00:00
$lang [ 'Order alphanumerically' ] = 'Categories sorted in ascending order ⇓' ;
$lang [ 'Order alphanumerically inverse' ] = 'Categories sorted in descending order ⇑' ;
- 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 [ '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' ;
2007-02-28 03:07:12 +00:00
$lang [ 'Permalink' ] = 'Permalink' ;
$lang [ 'Permalink_%s_histo_used_by_%s' ] = 'Permalink %s has been previously used by category %s. Delete from the permalink history first' ;
2007-06-28 02:16:03 +00:00
$lang [ 'Permalink_name_rule' ] = 'The permalink name must be composed of a-z, A-Z, 0-9, "-", "_" or "/". It must not be numeric or start with number followed by "-"' ;
2007-02-28 03:07:12 +00:00
$lang [ 'Permalink %s is already used by category %s' ] = 'Permalink %s is already used by category %s' ;
$lang [ 'Permalink history' ] = 'Permalink history' ;
$lang [ 'Permalinks' ] = 'Permalinks' ;
- 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 [ 'Permission denied' ] = 'Permission denied' ;
$lang [ 'Permission granted thanks to a group' ] = 'Permission granted thanks to a group' ;
$lang [ 'Permission granted' ] = 'Permission granted' ;
$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 [ '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' ;
2007-02-28 03:07:12 +00:00
$lang [ 'Save to permalink history' ] = 'Save to permalink history' ;
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' ;
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' ;
2007-01-24 00:09:02 +00:00
$lang [ 'Statistics' ] = '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 [ 'Storage category' ] = 'Storage category' ;
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' ;
2007-03-29 19:04:54 +00:00
$lang [ 'The %d following tag were deleted' ] = 'The following tag were deleted' ;
$lang [ 'The %d following tags were deleted' ] = 'The %d following tags were deleted' ;
2008-11-15 21:11:58 +00:00
$lang [ 'Unable to check for upgrade.' ] = 'Unable to check for upgrade.' ;
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 [ 'You are running on development sources, no check possible.' ] = 'You are running on development sources, no check possible.' ;
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-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 [ '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' ;
2008-12-07 08:48:35 +00:00
$lang [ 'category' ] = '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 [ 'conf_access' ] = 'Access type' ;
2007-03-08 22:14:14 +00:00
$lang [ 'conf_comments_title' ] = 'Comments' ;
- 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_confirmation' ] = 'Information data registered in database' ;
2007-03-11 23:02:13 +00:00
$lang [ 'conf_display' ] = 'Default display' ;
2007-03-09 22:52:22 +00:00
$lang [ 'conf_history_title' ] = 'History' ;
2006-02-16 00:45:18 +00:00
$lang [ 'conf_gallery_url_error' ] = 'The gallery URL is not valid.' ;
2007-03-11 23:02:13 +00:00
$lang [ 'conf_main_title' ] = 'Main' ;
- 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_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' ;
2008-03-10 18:01:17 +00:00
$lang [ 'Date' ] = '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 [ 'delete category' ] = 'delete category' ;
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' ;
$lang [ 'editcat_confirm' ] = 'Category informations updated successfully.' ;
$lang [ 'editcat_uploadable' ] = 'Authorize upload' ;
2005-10-15 21:47:19 +00:00
$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' ;
2008-12-07 16:02:59 +00:00
$lang [ 'file' ] = 'File' ;
$lang [ 'filesize' ] = 'Filesize' ;
- 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 [ 'first element added on %s' ] = 'first element added on %s' ;
2004-03-31 17:26:31 +00:00
$lang [ 'forbidden' ] = 'Forbidden' ;
2007-03-11 23:02:13 +00:00
$lang [ 'conf_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 [ 'groups' ] = 'Groups' ;
$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 [ 'leave' ] = 'leave' ;
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' ;
2007-02-06 22:55:12 +00:00
$lang [ 'nbm_background_treatment_redirect_second' ] = 'Execution time is out, treatment must be continue [Estmated time: %d second].' ;
$lang [ 'nbm_background_treatment_redirect_seconds' ] = 'Execution time is out, treatment must be continue [Estmated time: %d seconds].' ;
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' ;
2007-02-06 22:55:12 +00:00
$lang [ 'nbm_content_byebye' ] = 'See you soon,' ;
$lang [ 'nbm_content_goto_1' ] = 'Go to ' ;
$lang [ 'nbm_content_goto_2' ] = '.' ;
$lang [ 'nbm_content_hello_1' ] = 'Hello ' ;
$lang [ 'nbm_content_hello_2' ] = ',' ;
$lang [ 'nbm_content_new_elements' ] = 'New elements were added ' ;
$lang [ 'nbm_content_new_elements_single' ] = ' on ' ;
$lang [ 'nbm_content_new_elements_between_1' ] = 'between ' ;
$lang [ 'nbm_content_new_elements_between_2' ] = ' and ' ;
2007-04-25 03:42:08 +00:00
$lang [ 'nbm_content_subscribe_by_admin' ] = 'The webmaster has subscribed you to receiving notifications by mail.' ;
2007-02-11 12:01:07 +00:00
$lang [ 'nbm_content_subscribe_by_himself' ] = 'You have subscribed to receiving notifications by mail.' ;
2007-02-06 22:55:12 +00:00
$lang [ 'nbm_content_subscribe_link' ] = 'To subscribe' ;
$lang [ 'nbm_content_problem_contact' ] = 'If you encounter problems or have any question, please send a message to ' ;
$lang [ 'nbm_content_pb_contact_object' ] = '[NBM] Problems or questions' ;
2007-02-11 12:01:07 +00:00
$lang [ 'nbm_content_unsubscribe_by_admin' ] = 'The webmaster has unsubscribed you from receiving notifications by mail.' ;
$lang [ 'nbm_content_unsubscribe_by_himself' ] = 'You have unsubscribed from receiving notifications by mail.' ;
2007-02-06 22:55:12 +00:00
$lang [ 'nbm_content_click_on' ] = ', click on ' ;
$lang [ 'nbm_content_unsubscribe_link' ] = 'To unsubscribe' ;
2006-04-02 22:26:19 +00:00
$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].' ;
2007-02-06 22:55:12 +00:00
$lang [ 'nbm_msg_n_mail_sent' ] = '%d mail was sent.' ;
2006-04-02 22:26:19 +00:00
$lang [ 'nbm_msg_n_mails_sent' ] = '%d mails were sent.' ;
2007-02-06 22:55:12 +00:00
$lang [ 'nbm_msg_n_mail_not_send' ] = '%d mail was not sent.' ;
$lang [ 'nbm_msg_n_mails_not_send' ] = '%d mails were not sent.' ;
2006-04-01 01:14:57 +00:00
$lang [ 'nbm_no_mail_to_send' ] = 'No mail to send.' ;
2008-12-22 21:38:17 +00:00
$lang [ 'nbm_no_user_available_to_send_L1' ] = 'There is no available subscribers to mail.' ;
$lang [ 'nbm_no_user_available_to_send_L2' ] = 'Subscribers could be listed (available) only if there is new elements to notify.' ;
$lang [ 'nbm_no_user_available_to_send_L3' ] = 'Anyway only webmasters can see this tab and never administrators.' ;
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' ;
2007-02-11 12:01:07 +00:00
$lang [ 'nbm_object_subscribe' ] = 'Subscribe to notification by mail' ;
$lang [ 'nbm_object_unsubscribe' ] = 'Unsubscribe 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_complementary_mail_content' ] = 'Complementary mail content' ;
2007-02-06 22:55:12 +00:00
$lang [ 'nbm_send_detailed_content' ] = 'Add 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-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' ;
2007-02-11 12:01:07 +00:00
$lang [ 'nbm_unsubscribe_col' ] = 'Unsubscribed' ;
2007-02-06 22:55:12 +00:00
$lang [ 'nbm_updated_param_count' ] = '%d parameter was updated.' ;
$lang [ 'nbm_updated_params_count' ] = '%d parameters were updated.' ;
$lang [ 'nbm_user_change_enabled_error_on_updated_data_count' ] = '%d user was not updated.' ;
$lang [ 'nbm_users_change_enabled_error_on_updated_data_count' ] = '%d users were not updated.' ;
$lang [ 'nbm_user_change_enabled_false' ] = 'User %s [%s] was removed from the subscription list.' ;
$lang [ 'nbm_user_change_enabled_true' ] = 'User %s [%s] was added to the subscription list.' ;
$lang [ 'nbm_user_change_enabled_updated_data_count' ] = '%d user was updated.' ;
$lang [ 'nbm_users_change_enabled_updated_data_count' ] = '%d users were updated.' ;
$lang [ 'nbm_user_not_change_enabled_false' ] = 'User %s [%s] was not removed from the subscription list.' ;
$lang [ 'nbm_user_not_change_enabled_true' ] = 'User %s [%s] was not added to the subscription list.' ;
2006-04-02 22:26:19 +00:00
$lang [ 'nbm_user_x_added' ] = 'User %s [%s] added.' ;
2007-02-11 12:01:07 +00:00
$lang [ 'nbm_warning_subscribe_unsubscribe' ] = 'Warning: subscribing or unsubscribing will send mails to users' ;
2007-02-06 22:55:12 +00:00
$lang [ 'nbm_send_html_mail' ] = 'Send mail on HTML format' ;
$lang [ 'nbm_send_recent_post_dates' ] = 'Include display of recent pictures group by dates' ;
$lang [ 'nbm_info_send_recent_post_dates' ] = 'Available only with HTML format' ;
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 [ 'path' ] = 'path' ;
$lang [ 'permissions' ] = 'Permissions' ;
$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' ;
2007-10-22 21:22:04 +00:00
$lang [ 'purge never used notification feeds' ] = 'Purge never used notification feeds' ;
$lang [ 'purge sessions' ] = 'Purge sessions' ;
- 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 [ '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 "_"' ;
2006-04-02 22:26:19 +00:00
$lang [ 'remove tags' ] = 'remove tags' ;
2007-10-22 21:22:04 +00:00
$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' ;
- 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' ;
2008-12-07 16:02:59 +00:00
$lang [ 'thumbnail' ] = 'Thumbnail' ;
2005-10-15 21:47:19 +00:00
$lang [ 'title' ] = 'title' ;
2004-02-19 00:31:09 +00:00
$lang [ 'title_categories' ] = 'Categories management' ;
2008-05-15 18:43:33 +00:00
$lang [ 'title_configuration' ] = 'Piwigo configuration' ;
$lang [ 'title_default' ] = 'Piwigo 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' ;
2008-03-08 12:38:09 +00:00
$lang [ 'title_groups' ] = 'Group management' ;
$lang [ 'title_liste_users' ] = 'User 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' ;
2007-03-16 18:49:19 +00:00
$lang [ 'title_upload' ] = 'Pictures waiting for 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 [ 'tn_all' ] = 'all' ;
$lang [ 'tn_alone_title' ] = 'pictures without thumbnail (jpeg and png only)' ;
$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_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' ;
2007-10-22 21:22:04 +00:00
$lang [ 'update categories informations' ] = 'Update categories informations' ;
$lang [ 'update images informations' ] = 'Update images informations' ;
- 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' ] = '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)' ;
2008-05-15 18:43:33 +00:00
$lang [ 'update_err_pwg_version_differs' ] = 'Piwigo version differs on the remote site' ;
$lang [ 'update_err_pwg_version_differs_info' ] = 'Version of create_listing_file.php on the remote site and Piwigo must be the same' ;
2006-02-28 01:13:16 +00:00
$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' ;
2005-01-31 23:22:29 +00:00
$lang [ 'update_used_metadata' ] = 'Used metadata' ;
2009-09-28 15:44:52 +00:00
$lang [ 'update_wrong_dirname_info' ] = 'The name of directories and files must be composed of letters, numbers, "-", "_" or "."' ;
- 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_short' ] = 'wrong filename' ;
$lang [ 'upload' ] = 'Upload' ;
2005-10-22 09:53:12 +00:00
$lang [ 'user "%s" added' ] = 'user "%s" added' ;
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' ;
2007-01-25 07:26:28 +00:00
$lang [ 'virtual_category' ] = 'Virtual 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 [ '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-17 11:02:09 +00:00
$lang [ 'special_admin_menu' ] = 'Specials' ;
2007-01-02 09:02:39 +00:00
$lang [ 'Duplicates' ] = 'Files with same name in more than one physical category' ;
2008-05-03 17:28:15 +00:00
2007-02-16 23:13:01 +00:00
$lang [ 'Overall' ] = 'Overall' ;
$lang [ 'Year' ] = 'Year' ;
$lang [ 'Month' ] = 'Month' ;
$lang [ 'Day' ] = 'Day' ;
$lang [ 'Pages seen' ] = 'Pages seen' ;
$lang [ 'Pictures' ] = 'Pictures' ;
2008-12-07 08:48:35 +00:00
$lang [ 'time' ] = 'Time' ;
$lang [ 'user' ] = 'User' ;
2007-02-16 23:13:01 +00:00
$lang [ 'IP' ] = 'IP' ;
2008-12-07 08:48:35 +00:00
$lang [ 'image' ] = 'Element' ;
$lang [ 'section' ] = 'Section' ;
$lang [ 'tags' ] = 'Tags' ;
2007-03-11 00:06:34 +00:00
$lang [ 'conf_history_guest' ] = 'Save page visits by guests' ;
$lang [ 'conf_history_user' ] = 'Save page visits by users' ;
$lang [ 'conf_history_admin' ] = 'Save page visits by administrators' ;
$lang [ 'cat_options_title' ] = 'Properties' ;
2009-10-10 18:25:38 +00:00
$lang [ 'An information email was sent to group "%s"' ] = 'An information email was sent to group "%s"' ;
2007-03-15 23:20:41 +00:00
$lang [ 'Send an information email to group members' ] = 'Send an information email to group members' ;
$lang [ 'Group' ] = 'Group' ;
2007-03-16 22:52:52 +00:00
$lang [ '[%s] Come to visit the category %s' ] = '[%s] Come to visit the category %s' ;
2007-03-17 11:20:57 +00:00
$lang [ 'Hello,' ] = 'Hello,' ;
2007-03-16 22:52:52 +00:00
$lang [ 'See you soon.' ] = 'See you soon.' ;
$lang [ 'Come to discover the category:' ] = 'Come to discover the category:' ;
$lang [ 'mail_content' ] = 'Mail content' ;
2007-03-28 22:18:20 +00:00
$lang [ 'none' ] = 'none' ;
$lang [ 'high' ] = 'high' ;
$lang [ 'other' ] = 'other' ;
$lang [ 'Element type' ] = 'Element type' ;
$lang [ 'User' ] = 'User' ;
$lang [ 'Image id' ] = 'Image id' ;
$lang [ 'Summary' ] = 'Summary' ;
2007-03-29 19:04:54 +00:00
$lang [ '%d line filtered' ] = '%d line filtered' ;
2007-03-28 22:18:20 +00:00
$lang [ '%d lines filtered' ] = '%d lines filtered' ;
2007-03-29 19:04:54 +00:00
$lang [ '%d guest' ] = '%d guest' ;
2007-03-28 22:18:20 +00:00
$lang [ '%d guests' ] = '%d guests' ;
$lang [ 'Hour' ] = 'Hour' ;
2007-03-28 22:30:04 +00:00
$lang [ 'is_the_guest' ] = 'guest' ;
$lang [ 'is_the_default' ] = 'default values' ;
2007-03-29 19:04:54 +00:00
$lang [ 'High filesize' ] = 'High filesize' ;
2007-07-19 19:52:09 +00:00
// --------- Starting below: New or revised $lang ---- from version 1.7.1
2007-07-19 20:12:31 +00:00
$lang [ 'Guest cannot be deleted' ] = 'Guest cannot be deleted' ;
$lang [ 'Default user cannot be deleted' ] = 'Default user cannot be deleted' ;
2007-10-22 21:22:04 +00:00
$lang [ 'purge history detail' ] = 'Purge history detail' ;
$lang [ 'purge history summary' ] = 'Purge history summary' ;
2007-07-18 22:48:50 +00:00
$lang [ 'c13y_title' ] = 'Check integrity' ;
$lang [ 'c13y_Anomaly' ] = 'Anomaly' ;
$lang [ 'c13y_Correction' ] = 'Correction' ;
$lang [ 'c13y_Automatic_correction' ] = 'Automatic correction' ;
$lang [ 'c13y_Impossible_automatic_correction' ] = 'Impossible automatic correction' ;
$lang [ 'c13y_Correction_applied_success' ] = 'Correction applied with success' ;
$lang [ 'c13y_Correction_applied_error' ] = 'Correction applied with error' ;
$lang [ 'c13y_anomaly_count' ] = '%d anomaly has been detected.' ;
2008-03-08 12:38:09 +00:00
$lang [ 'c13y_anomalies_count' ] = '%d anomalies have been detected.' ;
2007-07-18 22:48:50 +00:00
$lang [ 'c13y_anomaly_corrected_count' ] = '%d anomaly has been corrected.' ;
2008-03-08 12:38:09 +00:00
$lang [ 'c13y_anomalies_corrected_count' ] = '%d anomalies have been detected corrected.' ;
$lang [ 'c13y_anomaly_not_corrected_count' ] = '%d anomaly has not been corrected.' ;
$lang [ 'c13y_anomalies_not_corrected_count' ] = '%d anomalies have not been corrected.' ;
2007-07-18 22:48:50 +00:00
$lang [ 'c13y_more_info' ] = 'Go to %s or %s for more informations' ;
$lang [ 'c13y_more_info_forum' ] = 'the forum' ;
$lang [ 'c13y_more_info_wiki' ] = 'the wiki' ;
$lang [ 'c13y_exif_anomaly' ] = '%s value is not correct file because exif are not supported' ;
$lang [ 'c13y_exif_correction' ] = '%s must be to set to false in your config_local.inc.php file' ;
2008-03-08 12:38:09 +00:00
$lang [ 'c13y_guest_non_existent' ] = 'Main "guest" user does not exist' ;
2007-07-18 22:48:50 +00:00
$lang [ 'c13y_bad_guest_status' ] = 'Main "guest" user status is incorrect' ;
2008-03-08 12:38:09 +00:00
$lang [ 'c13y_default_non_existent' ] = 'Default user does not exist' ;
$lang [ 'c13y_webmaster_non_existent' ] = 'Main "webmaster" user does not exist' ;
2007-07-18 22:48:50 +00:00
$lang [ 'c13y_bad_webmaster_status' ] = 'Main "webmaster" user status is incorrect' ;
$lang [ 'c13y_user_created' ] = 'User "%s" created with "%s" like password' ;
$lang [ 'c13y_user_status_updated' ] = 'Status of user "%s" updated' ;
2008-03-05 02:14:36 +00:00
$lang [ 'add new elements to caddie' ] = 'add new elements to caddie' ;
2008-07-04 22:33:58 +00:00
// --------- Starting below: New or revised $lang ---- from Butterfly
2007-07-19 19:52:09 +00:00
$lang [ 'no_display_thumbnail' ] = 'No display' ;
$lang [ 'display_thumbnail_classic' ] = 'Classic display' ;
$lang [ 'display_thumbnail_hoverbox' ] = 'Hoverbox display' ;
$lang [ 'Thumbnails' ] = 'Thumbnails' ;
$lang [ 'obligatory_user_mail_address' ] = 'Mail address is obligatory for all users' ;
2007-09-11 02:24:51 +00:00
$lang [ 'Minimum privacy level' ] = 'Minimum privacy level' ;
$lang [ 'Privacy level' ] = 'Privacy level' ;
2007-09-13 01:06:34 +00:00
$lang [ 'Level 0' ] = '---' ;
2007-09-11 02:24:51 +00:00
$lang [ 'Level 1' ] = 'Contacts' ;
$lang [ 'Level 2' ] = 'Friends' ;
$lang [ 'Level 4' ] = 'Family' ;
$lang [ 'Level 8' ] = 'Admins' ;
2008-02-13 20:13:12 +00:00
$lang [ 'c13y_maintenance' ] = 'Reinitialize check integrity' ;
2008-03-08 12:38:09 +00:00
$lang [ 'Check all' ] = 'Check all' ;
$lang [ 'Uncheck all' ] = 'Uncheck all' ;
2008-02-13 20:13:12 +00:00
$lang [ 'c13y_check_auto' ] = 'Check automatic corrections' ;
$lang [ 'c13y_submit_correction' ] = 'Apply selected corrections' ;
$lang [ 'c13y_submit_ignore' ] = 'Ignore selected anomalies' ;
$lang [ 'c13y_submit_refresh' ] = 'Refresh' ;
$lang [ 'c13y_ignore_msg1' ] = 'The anomaly will be ignored until next application version' ;
$lang [ 'c13y_ignore_msg2' ] = 'Correction the anomaly will cancel the fact that it\'s ignored' ;
$lang [ 'c13y_anomaly_ignored_count' ] = '%d anomaly has been ignored.' ;
2008-03-08 12:38:09 +00:00
$lang [ 'c13y_anomalies_ignored_count' ] = '%d anomalies have been ignored.' ;
2008-03-02 17:53:23 +00:00
$lang [ 'plugins_need_update' ] = 'Plugins which need upgrade' ;
$lang [ 'plugins_dontneed_update' ] = 'Plugins up to date' ;
$lang [ 'plugins_cant_check' ] = 'Plugin versions can\'t be checked' ;
$lang [ 'plugins_actual_version' ] = 'Current<br>version' ;
$lang [ 'plugins_new_version' ] = 'Available<br>version' ;
$lang [ 'plugins_auto_update' ] = 'Automatic upgrade' ;
$lang [ 'plugins_auto_install' ] = 'Automatic installation' ;
$lang [ 'plugins_download' ] = 'Download file' ;
2008-03-08 12:38:09 +00:00
$lang [ 'plugins_tab_list' ] = 'Plugin list' ;
2008-03-02 17:53:23 +00:00
$lang [ 'plugins_tab_update' ] = 'Check for updates' ;
$lang [ 'plugins_tab_new' ] = 'Other plugins' ;
2008-03-10 18:01:17 +00:00
$lang [ 'plugins_revisions' ] = 'Last revisions' ;
2008-03-02 17:53:23 +00:00
$lang [ 'plugins_delete' ] = 'Delete' ;
$lang [ 'plugins_confirm_delete' ] = 'Are you sure you want to delete this plugin?' ;
$lang [ 'plugins_confirm_install' ] = 'Are you sure you want to install this plugin?' ;
2009-09-27 19:43:08 +00:00
$lang [ 'plugins_confirm_upgrade' ] = 'Are you sure to install this upgrade? You must verify if this version does not need uninstallation.' ;
2008-03-02 17:53:23 +00:00
$lang [ 'plugins_upgrade_ok' ] = '%s has been successfully upgraded.' ;
$lang [ 'plugins_install_ok' ] = 'Plugin has been successfully copied' ;
$lang [ 'plugins_install_need_activate' ] = 'You might go to plugin list to install and activate it.' ;
$lang [ 'plugins_temp_path_error' ] = 'Can\'t create temporary file.' ;
$lang [ 'plugins_dl_archive_error' ] = 'Can\'t download archive.' ;
$lang [ 'plugins_archive_error' ] = 'Can\'t read or extract archive.' ;
$lang [ 'plugins_extract_error' ] = 'An error occured during extraction (%s).' ;
$lang [ 'plugins_check_chmod' ] = 'Please check "plugins" folder and sub-folders permissions (CHMOD).' ;
$lang [ 'plugins_server_error' ] = 'Can\'t connect to server.' ;
2008-03-05 02:14:36 +00:00
$lang [ 'Purge compiled templates' ] = 'Purge compiled templates' ;
2008-05-02 21:56:21 +00:00
$lang [ 'Caddie is currently empty' ] = 'Caddie is currently empty' ;
$lang [ 'conf_upload_title' ] = 'Upload' ;
$lang [ 'Show upload link every time' ] = 'Show upload link every time' ;
$lang [ 'User access level to upload' ] = 'User access level to upload' ;
$lang [ 'ACCESS_0' ] = 'Free access' ;
$lang [ 'ACCESS_1' ] = 'Access to all' ;
$lang [ 'ACCESS_2' ] = 'Access to subscribed' ;
$lang [ 'ACCESS_3' ] = 'Access to administrators' ;
$lang [ 'ACCESS_4' ] = 'Access to webmasters' ;
$lang [ 'ACCESS_5' ] = 'No access' ;
2008-05-03 17:28:15 +00:00
$lang [ 'DEMO' ] = 'Demo' ;
$lang [ 'HOME' ] = 'Piwigo home' ;
$lang [ 'FORUM' ] = 'Support' ;
$lang [ 'BUGS' ] = 'Bugs' ;
$lang [ 'EXTENSIONS' ] = 'Extensions' ;
$lang [ 'WIKI / DOC' ] = 'Documentation' ;
2008-05-15 18:43:33 +00:00
$lang [ 'A new version of Piwigo is available.' ] = 'A new version of Piwigo is available.' ;
$lang [ 'Piwigo Administration' ] = 'Piwigo Administration' ;
$lang [ 'Piwigo version' ] = 'Piwigo version' ;
$lang [ 'You are running the latest version of Piwigo.' ] = 'You are running the latest version of Piwigo.' ;
2008-05-16 18:59:37 +00:00
$lang [ 'c13y_version_anomaly' ] = 'The version of %s [%s] installed is not compatible with the version required [%s]' ;
2008-05-19 20:20:57 +00:00
$lang [ 'c13y_version_correction' ] = 'You need to upgrade your system to take full advantage of the application else the application will not work correctly, or not at all' ;
2008-07-04 22:33:58 +00:00
$lang [ 'Deleted on' ] = 'Deleted on' ;
$lang [ 'Last hit' ] = 'Last hit' ;
$lang [ 'Hits' ] = 'Hits' ;
2008-07-09 21:08:32 +00:00
$lang [ 'GD library is missing' ] = 'GD library is missing' ;
2008-07-14 21:42:40 +00:00
$lang [ 'conf_extents' ] = 'Templates' ;
$lang [ 'extend_for_templates' ] = 'Extend for templates' ;
2008-08-22 01:12:31 +00:00
$lang [ 'Replacement of original templates' ] =
2008-07-14 21:42:40 +00:00
'Replacement of original templates by customized templates from template-extension subfolder' ;
$lang [ 'Replacers' ] = 'Replacers (customized templates)' ;
$lang [ 'Original templates' ] = 'Original templates' ;
$lang [ 'Optional URL keyword' ] = 'Optional URL keyword' ;
$lang [ 'Templates recorded.' ] = 'Templates configuration has been recorded.' ;
2008-08-12 20:43:56 +00:00
$lang [ 'Optimizations completed' ] = 'All optimizations have been successfully completed.' ;
$lang [ 'Optimizations errors' ] = 'Optimizations have been completed with some errors.' ;
2008-08-22 01:12:31 +00:00
$lang [ 'delete this comment' ] = 'delete this comment' ;
$lang [ 'link_info_image' ] = 'Modify information' ;
$lang [ 'edit category informations' ] = 'edit category informations' ;
2008-08-29 12:35:16 +00:00
$lang [ 'nothing' ] = 'nothing' ;
$lang [ 'overrides existing values with empty ones' ] = 'overrides existing values with empty ones' ;
2008-09-12 20:50:11 +00:00
$lang [ 'manage image ranks' ] = 'manage image ranks' ;
$lang [ 'Manage image ranks' ] = 'Manage image ranks' ;
$lang [ 'Edit ranks' ] = 'Edit ranks' ;
$lang [ 'No element in this category' ] = 'No element in this category' ;
$lang [ 'Images manual order was saved' ] = 'Images manual order was saved' ;
$lang [ 'ranks' ] = 'ranks' ;
2008-09-22 15:31:38 +00:00
$lang [ 'Drag to re-order' ] = 'Drag to re-order' ;
2008-10-04 11:33:34 +00:00
$lang [ 'Unable to retrieve server informations since allow_url_fopen is disabled.' ] = 'Unable to retrieve server informations since allow_url_fopen is disabled.' ;
2008-10-04 20:43:43 +00:00
$lang [ 'Quick Local Synchronization' ] = 'Quick Local Synchronization' ;
2008-10-06 23:08:11 +00:00
$lang [ 'No photo can be deleted' ] = 'No photo can be deleted' ;
$lang [ 'Note: Only deletes photos added with pLoader' ] = 'Note: Only deletes photos added with pLoader' ;
$lang [ 'Delete selected photos' ] = 'Delete selected photos' ;
$lang [ '%d photo was deleted' ] = '%d photo was deleted' ;
$lang [ '%d photos were deleted' ] = '%d photos were deleted' ;
2008-12-06 02:31:02 +00:00
$lang [ 'Bound template' ] = 'Bound template' ;
2009-02-13 21:03:02 +00:00
$lang [ 'Downloads' ] = 'Downloads' ;
$lang [ 'Released on' ] = 'Released on' ;
$lang [ 'Number of downloads' ] = 'Number of downloads' ;
2009-05-31 19:35:51 +00:00
// --------- Starting below: New or revised $lang ---- from Colibri
$lang [ 'Piwigo Announcements Newsletter' ] = 'Piwigo Announcements Newsletter' ;
$lang [ 'Subscribe to Piwigo Announcements Newsletter' ] = 'Keep in touch with Piwigo project, subscribe to Piwigo Announcement Newsletter. You will receive emails when a new release is available (sometimes including a security bug fix, it\'s important to know and upgrade) and when major events happen to the project. Only a few emails a year.' ;
$lang [ 'Subscribe %s' ] = 'Subscribe %s' ;
$lang [ 'Subscribe %s to Piwigo Announcements Newsletter' ] = 'Subscribe %s to Piwigo Announcements Newsletter' ;
2009-07-04 19:05:48 +00:00
$lang [ 'Purge search history' ] = 'Purge search history' ;
2009-07-04 22:15:14 +00:00
$lang [ 'Hide' ] = 'Hide' ;
2010-03-07 13:42:33 +00:00
$lang [ 'Cannot delete the old permalink !' ] = 'Cannot delete the old permalink !' ;
$lang [ 'Deleted on' ] = 'Deleted on' ;
$lang [ 'Last hit' ] = 'Last hit' ;
$lang [ 'Hit' ] = 'Hit' ;
2008-09-19 21:18:40 +00:00
?>