diff options
Diffstat (limited to '')
-rw-r--r-- | language/en_UK.iso-8859-1/common.lang.php | 2 | ||||
-rw-r--r-- | language/fr_FR.iso-8859-1/common.lang.php | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php index d566d845e..aaf550866 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -614,4 +614,6 @@ $lang['w_month'] = 'Month'; $lang['yes'] = 'Yes'; $lang['note_filter_day'] = 'The whole of the elements are filtered in order to diplay the recent elements of less %s day.'; $lang['note_filter_days'] = 'The whole of the elements are filtered in order to diplay the recent elements of less %s days.'; +$lang['page_end'] = 'Page bottom'; + ?> diff --git a/language/fr_FR.iso-8859-1/common.lang.php b/language/fr_FR.iso-8859-1/common.lang.php index bcc5d75d7..a93e62efb 100644 --- a/language/fr_FR.iso-8859-1/common.lang.php +++ b/language/fr_FR.iso-8859-1/common.lang.php @@ -615,4 +615,6 @@ $lang['w_month'] = 'Mois'; $lang['yes'] = 'Oui'; $lang['note_filter_day'] = 'L\'ensemble des éléments est filtré pour n\'afficher que les éléments récents de moins de %d jour.'; $lang['note_filter_days'] = 'L\'ensemble des éléments est filtré pour n\'afficher que les éléments récents de moins de %d jours.'; -?>
\ No newline at end of file +$lang['page_end'] = 'Bas de page'; + +?> |