Changeset 15383 for trunk


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

[trunk] - l10n page no found message 2

Location:
trunk
Files:
3 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  }
  • trunk/language/en_UK/common.lang.php

    r15381 r15383  
    410410$lang['Piwigo encountered a non recoverable error'] = 'Piwigo encountered a non recoverable error';
    411411$lang['Requested album does not exist'] = 'Requested album does not exist';
     412$lang['Permalink for album not found'] = 'Permalink for album not found';
    412413?>
  • trunk/language/fr_FR/common.lang.php

    r15381 r15383  
    408408$lang['Bad request'] = 'Mauvaise requête';
    409409$lang['Forbidden'] = 'Interdit';
     410$lang['Piwigo encountered a non recoverable error'] = 'Piwigo a rencontré une erreur non récupérable';
    410411$lang['Requested album does not exist'] = 'L\'album demandé n\'existe pas';
     412$lang['Permalink for album not found'] = 'Permalink pour l\'album non trouvé';
     413$lang['Requested tag does not exist'] = 'Le tag demandée n\'existe pas';
    411414?>
Note: See TracChangeset for help on using the changeset viewer.