Ignore:
Timestamp:
Feb 28, 2007, 4:07:12 AM (17 years ago)
Author:
rvelices
Message:

feature 657: permalinks for categories

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK.iso-8859-1/admin.lang.php

    r1853 r1866  
    55// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    66// +-----------------------------------------------------------------------+
    7 // | branch        : BSF (Best So Far)
    8 // | file          : $RCSfile$
     7// | file          : $Id$
    98// | last update   : $Date$
    109// | last modifier : $Author$
     
    4443$lang['Actions'] = 'Actions';
    4544$lang['Activate'] = 'Activate';
     45$lang['Add/delete a permalink'] = 'Add/delete a permalink';
    4646$lang['Add a tag'] = 'Add a tag';
    4747$lang['Add a user'] = 'Add a user';
     
    138138$lang['Parent category'] = 'Parent category';
    139139$lang['Path'] = 'Path';
     140$lang['Permalink'] = 'Permalink';
     141$lang['Permalink_%s_histo_used_by_%s'] = 'Permalink %s has been previously used by category %s. Delete from the permalink history first';
     142$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 "-"';
     143$lang['Permalink %s is already used by category %s'] = 'Permalink %s is already used by category %s';
     144$lang['Permalink history'] = 'Permalink history';
     145$lang['Permalinks'] = 'Permalinks';
    140146$lang['Permission denied'] = 'Permission denied';
    141147$lang['Permission granted thanks to a group'] = 'Permission granted thanks to a group';
     
    160166$lang['Represents'] = 'Represents';
    161167$lang['Save order'] = 'Save order';
     168$lang['Save to permalink history'] = 'Save to permalink history';
    162169$lang['Select at least one category'] = 'Select at least one category';
    163170$lang['Select at least one picture'] = 'Select at least one picture';
Note: See TracChangeset for help on using the changeset viewer.