Ignore:
Timestamp:
Sep 28, 2010, 1:32:09 AM (14 years ago)
Author:
plg
Message:

feature 1616: rename category into album, a few language keys were missing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK/admin.lang.php

    r6993 r7024  
    355355$lang['status'] = "status";
    356356$lang['Directory'] = "Directory";
    357 $lang['sub-categories'] = "sub-categories";
     357$lang['sub-albums'] = "sub-albums";
    358358$lang['synchronize metadata'] = "synchronize metadata";
    359359$lang['target'] = "target";
     
    406406$lang['File/directory read error'] = "File/directory read error";
    407407$lang['The file or directory cannot be accessed (either it does not exist or the access is denied)'] = "The file or directory cannot be accessed (either it does not exist or the access is denied)";
    408 $lang['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 :'] = "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 :";
     408$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = "a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory \"thumbnail\" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :";
    409409$lang['missing thumbnail'] = "missing thumbnail";
    410410$lang['albums deleted in the database'] = "albums deleted in the database";
     
    438438$lang['user_status_normal'] = "User";
    439439$lang['user_status_webmaster'] = "Webmaster";
    440 $lang['Virtual category'] = "Virtual category";
     440$lang['Virtual album'] = "Virtual album";
    441441$lang['Waiting'] = "Pending";
    442442$lang['default'] = "default";
     
    463463$lang['Send an information email to group members'] = "Send an information email to group members";
    464464$lang['Group'] = "Group";
    465 $lang['[%s] Come to visit the category %s'] = "[%s] Visit the category %s";
     465$lang['[%s] Visit album %s'] = "[%s] Visit album %s";
    466466$lang['Hello,'] = "Hello,";
    467467$lang['See you soon.'] = "See you soon.";
    468 $lang['Come to discover the category:'] = "Discover the category:";
     468$lang['Discover album:'] = "Discover album:";
    469469$lang['Mail content'] = "Mail content";
    470470$lang['none'] = "none";
Note: See TracChangeset for help on using the changeset viewer.