Ignore:
Timestamp:
Mar 20, 2010, 11:35:39 PM (14 years ago)
Author:
nikrou
Message:

Fix some language keys problems
Need translations !

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/site_update.php

    r5196 r5207  
    5757  'PWG-UPDATE-1' => array(
    5858    l10n('wrong filename'),
    59     l10n('The name of directories and files must be composed of letters, numbers, \"-\", \"_\" or \".\"')
     59    l10n('The name of directories and files must be composed of letters, numbers, "-", "_" or "."')
    6060    ),
    6161  'PWG-UPDATE-2' => array(
    6262    l10n('missing thumbnail'),
    63     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'])
     63    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'])
    6464    ),
    6565  'PWG-ERROR-NO-FS' => array(
     
    7373  'PWG-ERROR-NOLISTING' => array(
    7474    l10n('listing.xml file was not found'),
    75     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')
     75    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')
    7676    )
    7777  );
Note: See TracChangeset for help on using the changeset viewer.