Changeset 6993 for trunk/admin/include


Ignore:
Timestamp:
Sep 21, 2010, 11:14:54 PM (14 years ago)
Author:
rvelices
Message:

feature 1616: rename "category" into "album" (4th commit; almost there)

Location:
trunk/admin/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/functions.php

    r6988 r6993  
    10631063        array_push(
    10641064          $page['errors'],
    1065           l10n('You cannot move a album in its own sub album')
     1065          l10n('You cannot move an album in its own sub album')
    10661066          );
    10671067        return;
  • trunk/admin/include/functions_permalinks.php

    r6664 r6993  
    8888      $page['errors'][] =
    8989        sprintf(
    90           l10n('Permalink %s has been previously used by category %s. Delete from the permalink history first'),
     90          l10n('Permalink %s has been previously used by album %s. Delete from the permalink history first'),
    9191          $permalink, $old_cat_id
    9292        );
     
    157157      $page['errors'][] =
    158158        sprintf(
    159           l10n('Permalink %s is already used by category %s'),
     159          l10n('Permalink %s is already used by album %s'),
    160160          $permalink, $existing_cat_id
    161161        );
     
    170170    $page['errors'][] =
    171171      sprintf(
    172         l10n('Permalink %s has been previously used by category %s. Delete from the permalink history first'),
     172        l10n('Permalink %s has been previously used by album %s. Delete from the permalink history first'),
    173173        $permalink, $old_cat_id
    174174      );
Note: See TracChangeset for help on using the changeset viewer.