Changeset 6993 for trunk/admin/include
- Timestamp:
- Sep 21, 2010, 11:14:54 PM (14 years ago)
- Location:
- trunk/admin/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/functions.php
r6988 r6993 1063 1063 array_push( 1064 1064 $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') 1066 1066 ); 1067 1067 return; -
trunk/admin/include/functions_permalinks.php
r6664 r6993 88 88 $page['errors'][] = 89 89 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'), 91 91 $permalink, $old_cat_id 92 92 ); … … 157 157 $page['errors'][] = 158 158 sprintf( 159 l10n('Permalink %s is already used by category%s'),159 l10n('Permalink %s is already used by album %s'), 160 160 $permalink, $existing_cat_id 161 161 ); … … 170 170 $page['errors'][] = 171 171 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'), 173 173 $permalink, $old_cat_id 174 174 );
Note: See TracChangeset
for help on using the changeset viewer.