Changeset 15383 for trunk/include


Ignore:
Timestamp:
May 28, 2012, 4:56:21 PM (12 years ago)
Author:
ddtddt
Message:

[trunk] - l10n page no found message 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_url.inc.php

    r14180 r15383  
    486486          else
    487487          {
    488             page_not_found('Permalink for album not found');
     488            page_not_found(l10n('Permalink for album not found'));
    489489          }
    490490        }
     
    497497      if (empty($result))
    498498      {
    499         page_not_found('Requested category does not exist' );
     499         page_not_found(l10n('Requested album does not exist'));
    500500      }
    501501      $page['category']=$result;
     
    542542    if ( empty($page['tags']) )
    543543    {
    544       page_not_found('Requested tag does not exist', get_root_url().'tags.php' );
     544      page_not_found(l10n('Requested tag does not exist'), get_root_url().'tags.php' );
    545545    }
    546546  }
Note: See TracChangeset for help on using the changeset viewer.