mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 09:52:29 +02:00
Fix some language keys problems
Need translations ! git-svn-id: http://piwigo.org/svn/trunk@5207 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -56,11 +56,11 @@ define('CURRENT_DATE', $dbnow);
|
||||
$error_labels = array(
|
||||
'PWG-UPDATE-1' => array(
|
||||
l10n('wrong filename'),
|
||||
l10n('The name of directories and files must be composed of letters, numbers, \"-\", \"_\" or \".\"')
|
||||
l10n('The name of directories and files must be composed of letters, numbers, "-", "_" or "."')
|
||||
),
|
||||
'PWG-UPDATE-2' => array(
|
||||
l10n('missing thumbnail'),
|
||||
l10n('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 :').implode(',', $conf['picture_ext'])
|
||||
l10n('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 :').implode(',', $conf['picture_ext'])
|
||||
),
|
||||
'PWG-ERROR-NO-FS' => array(
|
||||
l10n('File/directory read error'),
|
||||
@@ -72,7 +72,7 @@ $error_labels = array(
|
||||
),
|
||||
'PWG-ERROR-NOLISTING' => array(
|
||||
l10n('listing.xml file was not found'),
|
||||
l10n('listing.xml file was not found on the remote site. This file is generated by choosing the \"generate listing\" command in the Site manager')
|
||||
l10n('listing.xml file was not found on the remote site. This file is generated by choosing the "generate listing" command in the Site manager')
|
||||
)
|
||||
);
|
||||
$errors = array();
|
||||
|
||||
Reference in New Issue
Block a user