2004-02-19 00:31:09 +00:00
< ? php
// +-----------------------------------------------------------------------+
2004-11-06 21:12:59 +00:00
// | PhpWebGallery - a PHP based picture gallery |
// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
2005-01-07 23:10:51 +00:00
// | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net |
2004-02-19 00:31:09 +00:00
// +-----------------------------------------------------------------------+
2004-11-06 21:12:59 +00:00
// | branch : BSF (Best So Far)
2004-02-19 00:31:09 +00:00
// | file : $RCSfile$
// | last update : $Date$
// | last modifier : $Author$
// | revision : $Revision$
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ '%d categories including %d physical and %d virtual' ] = '%d categories including %d physical and %d virtual' ;
2005-10-07 22:04:53 +00:00
$lang [ '%d categories moved' ] = '%d categories moved' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ '%d comments' ] = '%d comments' ;
$lang [ '%d elements' ] = '%d elements' ;
$lang [ '%d groups' ] = '%d groups' ;
$lang [ '%d members' ] = '%d members' ;
$lang [ '%d user comments rejected' ] = '%d user comments rejected' ;
$lang [ '%d user comments validated' ] = '%d user comments validated' ;
$lang [ '%d users deleted' ] = '%d users deleted' ;
$lang [ '%d users' ] = '%d users' ;
$lang [ '%d waiting for validation' ] = '%d waiting for validation' ;
$lang [ '%d waiting pictures rejected' ] = '%d waiting pictures rejected' ;
$lang [ '%d waiting pictures validated' ] = '%d waiting pictures validated' ;
$lang [ 'A new version of PhpWebGallery is available.' ] = 'A new version of PhpWebGallery is available.' ;
$lang [ 'Actions' ] = 'Actions' ;
$lang [ 'Add a user' ] = 'Add a user' ;
$lang [ 'Add group' ] = 'Add group' ;
$lang [ 'Add' ] = 'Add' ;
$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' ;
$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' ;
$lang [ 'Creation date' ] = 'Creation date' ;
$lang [ 'Database' ] = 'Database' ;
$lang [ 'Delete Representant' ] = 'Delete Representant' ;
$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' ;
2005-10-15 21:47:19 +00:00
$lang [ 'Elements' ] = 'Elements' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Empty caddie' ] = 'Empty caddie' ;
$lang [ 'Environment' ] = 'Environment' ;
$lang [ 'Expand all categories' ] = 'Expand all categories' ;
2005-10-15 21:47:19 +00:00
$lang [ 'Form' ] = 'Form' ;
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' ;
$lang [ 'History' ] = 'History' ;
$lang [ 'Informations' ] = 'Informations' ;
$lang [ 'Interface theme' ] = 'Interface theme' ;
$lang [ 'Language' ] = 'Language' ;
$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"' ;
$lang [ 'Maximum height of the pictures' ] = 'Maximum height of the pictures' ;
$lang [ 'Maximum width of the pictures' ] = 'Maximum width of the pictures' ;
$lang [ 'Members' ] = 'Members' ;
$lang [ 'Metadata synchronized from file' ] = 'Metadata synchronized from file' ;
2005-10-07 22:04:53 +00:00
$lang [ 'Move categories' ] = 'Move categories' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Move' ] = 'Move' ;
$lang [ 'Name' ] = 'Name' ;
2005-10-07 22:04:53 +00:00
$lang [ 'New parent category' ] = 'New parent 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 [ 'No' ] = 'No' ;
$lang [ 'Number of comments per page' ] = 'Number of comments per page' ;
$lang [ 'Number of images per row' ] = 'Number of images per row' ;
$lang [ 'Number of rows per page' ] = 'Number of rows per page' ;
$lang [ 'Number of thumbnails to create' ] = 'Number of thumbnails to create' ;
$lang [ 'Only private categories are listed' ] = 'Only private categories are listed' ;
$lang [ 'Operating system' ] = 'Operating system' ;
$lang [ 'Options' ] = 'Options' ;
$lang [ 'Order by' ] = 'Order by' ;
$lang [ 'Other private categories' ] = 'Other private categories' ;
$lang [ 'Parent category' ] = 'Parent category' ;
$lang [ 'Path' ] = 'Path' ;
$lang [ 'Permission denied' ] = 'Permission denied' ;
$lang [ 'Permission granted thanks to a group' ] = 'Permission granted thanks to a group' ;
$lang [ 'Permission granted' ] = 'Permission granted' ;
$lang [ 'PhpWebGallery Administration' ] = 'PhpWebGallery Administration' ;
$lang [ 'PhpWebGallery version' ] = 'PhpWebGallery version' ;
$lang [ 'Picture informations updated' ] = 'Picture informations updated' ;
$lang [ 'Position' ] = 'Position' ;
$lang [ 'Preferences' ] = 'Preferences' ;
$lang [ 'Properties' ] = 'Properties' ;
$lang [ 'Random picture' ] = 'Random picture' ;
$lang [ 'Recent period' ] = 'Recent period' ;
$lang [ 'Registration date' ] = 'Registration date' ;
$lang [ 'Reject All' ] = 'Reject All' ;
$lang [ 'Reject' ] = 'Reject' ;
$lang [ 'Representant' ] = 'Representant' ;
$lang [ 'Representation of categories' ] = 'Representation of categories' ;
$lang [ 'Representative' ] = 'Representative' ;
$lang [ 'Represents' ] = 'Represents' ;
$lang [ 'Save order' ] = 'Save order' ;
2005-10-15 21:47:19 +00:00
$lang [ 'Select at least one category' ] = 'Select at least one category' ;
2005-09-25 18:31:55 +00:00
$lang [ 'Select at least one picture' ] = 'Select at least one picture' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Select at least one user' ] = 'Select at least one user' ;
$lang [ 'Show info' ] = 'Show info' ;
$lang [ 'Show number of comments' ] = 'Show number of comments' ;
$lang [ 'Status' ] = 'Status' ;
$lang [ 'Storage category' ] = 'Storage category' ;
$lang [ 'Submit' ] = 'Submit' ;
$lang [ 'Take selected elements out of caddie' ] = 'Take selected elements out of caddie' ;
$lang [ 'Unable to check for upgrade since allow_url_fopen is disabled.' ] = 'Unable to check for upgrade since allow_url_fopen is disabled.' ;
$lang [ 'User comments validation' ] = 'User comments validation' ;
$lang [ 'Users' ] = 'Users' ;
$lang [ 'Validate All' ] = 'Validate All' ;
$lang [ 'Validate' ] = 'Validate' ;
$lang [ 'Validation' ] = 'Validation' ;
2005-10-07 22:04:53 +00:00
$lang [ 'Virtual categories movement' ] = 'Virtual categories movement' ;
$lang [ 'Virtual categories to move' ] = 'Virtual categories to move' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'Webmaster cannot be deleted' ] = 'Webmaster cannot be deleted' ;
$lang [ 'Yes' ] = 'Yes' ;
$lang [ 'You are running on development sources, no check possible.' ] = 'You are running on development sources, no check possible.' ;
$lang [ 'You are running the latest version of PhpWebGallery.' ] = 'You are running the latest version of PhpWebGallery.' ;
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' ;
$lang [ 'actions' ] = 'actions' ;
2005-10-15 21:47:19 +00:00
$lang [ 'add keywords' ] = 'add keywords' ;
$lang [ 'associate to category' ] = 'associate to category' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'associate to group' ] = 'associate to group' ;
$lang [ 'author' ] = 'author' ;
$lang [ 'authorized' ] = 'Authorized' ;
$lang [ 'cat_add' ] = 'Add a virtual category' ;
$lang [ 'cat_comments_title' ] = 'Authorize users to add comments on selected categories' ;
$lang [ 'cat_error_name' ] = 'The name of a category should not be empty' ;
$lang [ 'cat_image_info' ] = 'Images info' ;
$lang [ 'cat_lock_title' ] = 'Lock categories' ;
$lang [ 'cat_private' ] = 'Private category' ;
$lang [ 'cat_public' ] = 'Public category' ;
$lang [ 'cat_representant' ] = 'Find a new representant by random' ;
$lang [ 'cat_security' ] = 'Public / Private' ;
$lang [ 'cat_status_title' ] = 'Manage authorizations for selected categories' ;
$lang [ 'cat_upload_title' ] = 'Select uploadable categories' ;
$lang [ 'cat_virtual_added' ] = 'Virtual category added' ;
$lang [ 'cat_virtual_deleted' ] = 'Virtual category deleted' ;
$lang [ 'category' ] = 'category' ;
$lang [ 'conf_access' ] = 'Access type' ;
$lang [ 'conf_comments_title' ] = 'Users comments' ;
$lang [ 'conf_confirmation' ] = 'Information data registered in database' ;
$lang [ 'conf_default' ] = 'Default display' ;
$lang [ 'conf_default_title' ] = 'Default display' ;
$lang [ 'conf_general_title' ] = 'Main configuration' ;
$lang [ 'conf_nb_comment_page_error' ] = 'The number of comments a page must be between 5 and 50 included.' ;
2004-03-26 17:08:09 +00:00
$lang [ 'config' ] = 'Configuration' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'confirm' ] = 'confirm' ;
2005-10-15 21:47:19 +00:00
$lang [ 'creation date' ] = 'creation date' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'date' ] = 'date' ;
$lang [ 'delete category' ] = 'delete category' ;
$lang [ 'description' ] = 'description' ;
2005-10-15 21:47:19 +00:00
$lang [ 'dissociate from category' ] = 'dissociate from category' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'dissociate from group' ] = 'dissociate from group' ;
$lang [ 'down' ] = 'Move down' ;
$lang [ 'edit category permissions' ] = 'edit category permissions' ;
2004-03-26 17:08:09 +00:00
$lang [ 'edit' ] = 'Edit' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'editcat_confirm' ] = 'Category informations updated successfully.' ;
$lang [ 'editcat_uploadable' ] = 'Authorize upload' ;
2005-10-15 21:47:19 +00:00
$lang [ 'elements per line' ] = 'elements per line' ;
$lang [ 'elements per page' ] = 'elements per page' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'elements' ] = 'elements' ;
$lang [ 'file' ] = 'file' ;
$lang [ 'filesize' ] = 'filesize' ;
$lang [ 'first element added on %s' ] = 'first element added on %s' ;
2004-03-31 17:26:31 +00:00
$lang [ 'forbidden' ] = 'Forbidden' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'general' ] = 'General' ;
2005-10-15 21:47:19 +00:00
$lang [ 'global mode' ] = 'global mode' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'group "%s" added' ] = 'group "%s" added' ;
$lang [ 'group "%s" deleted' ] = 'group "%s" deleted' ;
$lang [ 'group' ] = 'group' ;
$lang [ 'group_add_error1' ] = 'The name of a group must not contain " or \' or be empty.' ;
$lang [ 'group_add_error2' ] = 'This name is already used by another group.' ;
$lang [ 'group_add_user' ] = 'Add user' ;
$lang [ 'group_id URL parameter is missing' ] = 'group_id URL parameter is missing' ;
$lang [ 'groups' ] = 'Groups' ;
$lang [ 'history' ] = 'History' ;
$lang [ 'instructions' ] = 'Instructions' ;
$lang [ 'jump to category' ] = 'jump to category' ;
$lang [ 'jump to image' ] = 'jump to image' ;
$lang [ 'jump to' ] = 'jump to' ;
$lang [ 'leave' ] = 'leave' ;
$lang [ 'links' ] = 'Links' ;
2004-11-25 16:44:41 +00:00
$lang [ 'lock' ] = 'Lock' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'locked' ] = 'Locked' ;
$lang [ 'manage category elements' ] = 'manage category elements' ;
$lang [ 'manage sub-categories' ] = 'manage sub-categories' ;
$lang [ 'manage' ] = 'Manage' ;
$lang [ 'metadata_basic' ] = 'basic' ;
$lang [ 'metadata_exif' ] = 'EXIF' ;
$lang [ 'metadata_iptc' ] = 'IPTC' ;
$lang [ 'name' ] = 'name' ;
2005-01-16 11:13:30 +00:00
$lang [ 'no_write_access' ] = 'no write access' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'order_by' ] = 'order by' ;
$lang [ 'path' ] = 'path' ;
$lang [ 'permissions' ] = 'Permissions' ;
$lang [ 'permuser_info' ] = 'Only private categories are listed. Private/Public category status can be set in screen "Categories > Public / Private"' ;
$lang [ 'permuser_only_private' ] = 'Only private categories are shown' ;
$lang [ 'pictures' ] = 'pictures' ;
$lang [ 'private' ] = 'private' ;
$lang [ 'public' ] = 'public' ;
$lang [ 'purge history' ] = 'purge history' ;
$lang [ 'purge never used notification feeds' ] = 'purge never used notification feeds' ;
$lang [ 'purge sessions' ] = 'purge sessions' ;
$lang [ 'randomly represented' ] = 'randomly represented' ;
$lang [ 'registration_date' ] = 'registration date' ;
2004-03-26 17:08:09 +00:00
$lang [ 'remote_site' ] = 'Remote site' ;
2004-09-18 16:09:47 +00:00
$lang [ 'remote_site_already_exists' ] = 'This site already exists' ;
$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_create' ] = 'Create a new site : (give its URL to generate_file_listing.php)' ;
$lang [ 'remote_site_created' ] = 'created' ;
2004-09-18 16:09:47 +00:00
$lang [ 'remote_site_delete' ] = 'delete' ;
$lang [ 'remote_site_delete_hint' ] = 'delete this site and all its attached elements' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'remote_site_deleted' ] = 'deleted' ;
2004-09-18 16:09:47 +00:00
$lang [ 'remote_site_error' ] = 'an error happened' ;
- 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_file_not_found' ] = 'file create_listing_file.php on remote site was not found' ;
$lang [ 'remote_site_generate' ] = 'generate listing' ;
$lang [ 'remote_site_generate_hint' ] = 'generate file listing.xml on remote site' ;
2004-09-23 23:41:23 +00:00
$lang [ 'remote_site_listing_not_found' ] = 'listing.xml file was not found' ;
$lang [ 'remote_site_local_found' ] = 'A local listing.xml file has been found for ' ;
$lang [ 'remote_site_local_new' ] = '(new site)' ;
$lang [ 'remote_site_local_update' ] = 'read local listing.xml and update' ;
- 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_removed' ] = 'was removed on remote site' ;
$lang [ 'remote_site_removed_title' ] = 'Removed elements' ;
$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 "_"' ;
$lang [ 'remote_site_update' ] = 'update' ;
$lang [ 'remote_site_update_hint' ] = 'read remote listing.xml and updates database' ;
$lang [ 'remote_sites' ] = 'Remote sites' ;
2005-10-15 21:47:19 +00:00
$lang [ 'remove keyword' ] = 'remove keyword' ;
- 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' ;
$lang [ 'stats_global_graph_title' ] = 'Pages seen by month' ;
$lang [ 'stats_month_title' ] = 'Monthly statistics' ;
$lang [ 'stats_pages_seen' ] = 'Pages seen' ;
$lang [ 'stats_title' ] = 'Last year statistics' ;
$lang [ 'status' ] = 'status' ;
$lang [ 'storage' ] = 'Directory' ;
$lang [ 'sub-categories' ] = 'sub-categories' ;
$lang [ 'synchronize metadata' ] = 'synchronize metadata' ;
$lang [ 'synchronize' ] = 'synchronize' ;
$lang [ 'target' ] = 'target' ;
$lang [ 'thumbnail' ] = 'thumbnail' ;
2005-10-15 21:47:19 +00:00
$lang [ 'title' ] = 'title' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'title_cat_options' ] = 'Categories options' ;
2004-02-19 00:31:09 +00:00
$lang [ 'title_categories' ] = 'Categories management' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'title_configuration' ] = 'PhpWebGallery configuration' ;
2004-02-19 00:31:09 +00:00
$lang [ 'title_default' ] = 'PhpWebGallery administration' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'title_edit_cat' ] = 'Edit a category' ;
2004-11-26 16:10:17 +00:00
$lang [ 'title_groups' ] = 'Groups management' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'title_history' ] = 'History' ;
$lang [ 'title_liste_users' ] = 'Users list' ;
2005-01-06 16:33:04 +00:00
$lang [ 'title_picmod' ] = 'Modify informations about a picture' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'title_thumbnails' ] = 'Thumbnail creation' ;
$lang [ 'title_update' ] = 'Database synchronization with files' ;
$lang [ 'title_waiting' ] = 'Pictures waiting for validation' ;
$lang [ 'tn_all' ] = 'all' ;
$lang [ 'tn_alone_title' ] = 'pictures without thumbnail (jpeg and png only)' ;
$lang [ 'tn_dirs_alone' ] = 'pictures without thumbnail' ;
$lang [ 'tn_dirs_title' ] = 'Directories list' ;
$lang [ 'tn_err_height' ] = 'height must be a number superior to' ;
$lang [ 'tn_err_width' ] = 'width must be a number superior to' ;
$lang [ 'tn_format' ] = 'for the file format' ;
2004-12-03 16:30:12 +00:00
$lang [ 'tn_height' ] = 'height' ;
- 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_no_missing' ] = 'No missing thumbnail' ;
2004-12-03 16:30:12 +00:00
$lang [ 'tn_no_support' ] = 'Picture unreachable or no support' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'tn_params_GD' ] = 'GD version' ;
$lang [ 'tn_params_create' ] = 'create' ;
$lang [ 'tn_params_title' ] = 'Miniaturization parameters' ;
2004-12-03 16:30:12 +00:00
$lang [ 'tn_results_gen_time' ] = 'generated in' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'tn_results_title' ] = 'Results of miniaturization' ;
2004-12-03 16:30:12 +00:00
$lang [ 'tn_stats' ] = 'General statistics' ;
$lang [ 'tn_stats_max' ] = 'max time' ;
$lang [ 'tn_stats_mean' ] = 'average time' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'tn_stats_min' ] = 'min time' ;
$lang [ 'tn_stats_nb' ] = 'number of miniaturized pictures' ;
$lang [ 'tn_stats_total' ] = 'total time' ;
$lang [ 'tn_thisformat' ] = 'for this file format' ;
$lang [ 'tn_width' ] = 'width' ;
2005-10-15 21:47:19 +00:00
$lang [ 'unit mode' ] = 'unit mode' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'unlocked' ] = 'Unlocked' ;
$lang [ 'unset' ] = 'unset' ;
$lang [ 'up' ] = 'Move up' ;
$lang [ 'update categories informations' ] = 'update categories informations' ;
$lang [ 'update images informations' ] = 'update images informations' ;
$lang [ 'update' ] = 'Synchronize' ;
$lang [ 'update_cats_subset' ] = 'reduce to single existing categories' ;
$lang [ 'update_default_title' ] = 'Choose an option' ;
$lang [ 'update_display_info' ] = 'display maximum informations (added categories and elements, deleted categories and elements)' ;
$lang [ 'update_elements_metadata_sync' ] = 'elements informations synchronized with files metadata' ;
$lang [ 'update_error_list_title' ] = 'Error list' ;
$lang [ 'update_errors_caption' ] = 'Errors caption' ;
$lang [ 'update_infos_title' ] = 'Detailed informations' ;
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' ;
$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' ;
2004-08-29 21:22:24 +00:00
$lang [ 'update_part_research' ] = 'Search for new images in the directories' ;
$lang [ 'update_research_added' ] = 'added' ;
2004-12-27 14:30:49 +00:00
$lang [ 'update_research_deleted' ] = 'deleted' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'update_result_metadata' ] = 'Metadata synchronization results' ;
$lang [ 'update_simulate' ] = 'only perform a simulation (no change in database will be made)' ;
$lang [ 'update_simulation_title' ] = '[Simulation]' ;
2004-11-01 15:01:28 +00:00
$lang [ 'update_sync_all' ] = 'directories + files' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'update_sync_dirs' ] = 'only directories' ;
$lang [ 'update_sync_files' ] = 'synchronize files structure with database' ;
2004-11-01 15:01:28 +00:00
$lang [ 'update_sync_metadata' ] = 'synchronize files metadata with database elements informations' ;
$lang [ 'update_sync_metadata_all' ] = 'even already synchronized elements' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'update_sync_metadata_new' ] = 'only never synchronized elements' ;
2005-01-31 23:22:29 +00:00
$lang [ 'update_used_metadata' ] = 'Used metadata' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'update_wrong_dirname_info' ] = 'The name of directories and files must be composed of letters, figures, "-", "_" or "."' ;
$lang [ 'update_wrong_dirname_short' ] = 'wrong filename' ;
$lang [ 'upload' ] = 'Upload' ;
$lang [ 'user_delete' ] = 'Delete user' ;
$lang [ 'user_delete_hint' ] = 'Click here to delete this user. Warning! This operation cannot be undone!' ;
$lang [ 'user_id URL parameter is missing' ] = 'user_id URL parameter is missing' ;
2004-12-03 16:30:12 +00:00
$lang [ 'user_status' ] = 'User status' ;
$lang [ 'user_status_admin' ] = 'Administrator' ;
$lang [ 'user_status_guest' ] = '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 [ 'username' ] = 'username' ;
$lang [ 'users' ] = 'Users' ;
$lang [ 'visitors' ] = 'Visitors' ;
2005-09-18 21:56:56 +00:00
$lang [ 'w_day' ] = 'Day' ;
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14 21:57:05 +00:00
$lang [ 'waiting' ] = 'Waiting' ;
2004-10-24 18:58:00 +00:00
?>