summaryrefslogtreecommitdiff
path: root/inc/lang
diff options
context:
space:
mode:
Diffstat (limited to 'inc/lang')
-rw-r--r--inc/lang/en/lang.php4
-rw-r--r--inc/lang/nl/lang.php4
2 files changed, 8 insertions, 0 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php
index 17a75803f..73b9981d2 100644
--- a/inc/lang/en/lang.php
+++ b/inc/lang/en/lang.php
@@ -191,6 +191,10 @@ $lang['difflink'] = 'Link to this comparison view';
$lang['diff_type'] = 'View differences:';
$lang['diff_inline'] = 'Inline';
$lang['diff_side'] = 'Side by Side';
+$lang['diffpreviousedit'] = 'Previous edit';
+$lang['diffnextedit'] = 'Next edit';
+$lang['difflastedit'] = 'Last edit';
+$lang['overviewrevs'] = 'Overview of revisions';
$lang['line'] = 'Line';
$lang['breadcrumb'] = 'Trace';
$lang['youarehere'] = 'You are here';
diff --git a/inc/lang/nl/lang.php b/inc/lang/nl/lang.php
index 5f95a99bf..cf5c5dae5 100644
--- a/inc/lang/nl/lang.php
+++ b/inc/lang/nl/lang.php
@@ -196,6 +196,10 @@ $lang['difflink'] = 'Link naar deze vergelijking';
$lang['diff_type'] = 'Bekijk verschillen:';
$lang['diff_inline'] = 'Inline';
$lang['diff_side'] = 'Zij aan zij';
+$lang['diffpreviousedit'] = 'Vorige bewerking';
+$lang['diffnextedit'] = 'Volgende bewerking';
+$lang['difflastedit'] = 'Laatste bewerking';
+$lang['overviewrevs'] = 'Overzicht van revisies';
$lang['line'] = 'Regel';
$lang['breadcrumb'] = 'Spoor';
$lang['youarehere'] = 'Je bent hier';