diff options
author | ddtddt <ddtddt@piwigo.org> | 2012-05-28 14:22:19 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2012-05-28 14:22:19 +0000 |
commit | fcd83e78399af866fc8501702b1af055b7630898 (patch) | |
tree | 4b6204c3c6c0445cc0a66f58cf120f9079ca694e /language | |
parent | 931483970ad884c472fc92b1bcf5a80ccdb80c21 (diff) |
[trunk] - l10n page no found message 1
git-svn-id: http://piwigo.org/svn/trunk@15381 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r-- | language/en_UK/common.lang.php | 5 | ||||
-rw-r--r-- | language/fr_FR/common.lang.php | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index 4b684df09..dd0d1d27f 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -404,4 +404,9 @@ $lang['Numeric identifier, 1 → 9'] = 'Numeric identifier, 1 → 9'; $lang['Numeric identifier, 9 → 1'] = 'Numeric identifier, 9 → 1'; $lang['Manual sort order'] = 'Manual sort order'; $lang['%d rate'] = '%d rate'; +$lang['Page not found'] = 'Page not found'; +$lang['Bad request'] = 'Bad request'; +$lang['Forbidden'] = 'Forbidden'; +$lang['Piwigo encountered a non recoverable error'] = 'Piwigo encountered a non recoverable error'; +$lang['Requested album does not exist'] = 'Requested album does not exist'; ?>
\ No newline at end of file diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php index f3f2753a5..93aec3b39 100644 --- a/language/fr_FR/common.lang.php +++ b/language/fr_FR/common.lang.php @@ -404,4 +404,8 @@ $lang['Rating score, low → high'] = 'Note, basse → haute'; $lang['Visits, high → low'] = 'Nombre de visites, élevé → faible'; $lang['Visits, low → high'] = 'Nombre de visites, faible → élevé'; $lang['%d rate'] = '%d note'; +$lang['Page not found'] = 'Page non trouvée'; +$lang['Bad request'] = 'Mauvaise requête'; +$lang['Forbidden'] = 'Interdit'; +$lang['Requested album does not exist'] = 'L\'album demandé n\'existe pas'; ?> |