summaryrefslogtreecommitdiff
path: root/inc/lang
diff options
context:
space:
mode:
authorAndreas Gohr <gohr@cosmocode.de>2011-01-31 14:00:32 +0100
committerAndreas Gohr <gohr@cosmocode.de>2011-01-31 14:00:32 +0100
commit7216538165621816dc3f751adc0746bf66805421 (patch)
tree4dc0af079985a6e43873d5ec2230dd6b3fade78c /inc/lang
parentc495dc45dedcf43c372ac75d0f966501950bfb6e (diff)
downloadrpg-7216538165621816dc3f751adc0746bf66805421.tar.gz
rpg-7216538165621816dc3f751adc0746bf66805421.tar.bz2
Make diff type selectable
Diffstat (limited to 'inc/lang')
-rw-r--r--inc/lang/en/lang.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php
index 9ccbe14e0..8abd4314c 100644
--- a/inc/lang/en/lang.php
+++ b/inc/lang/en/lang.php
@@ -164,6 +164,9 @@ $lang['yours'] = 'Your Version';
$lang['diff'] = 'Show differences to current revisions';
$lang['diff2'] = 'Show differences between selected revisions';
$lang['difflink'] = 'Link to this comparison view';
+$lang['diff_type'] = 'View differences:';
+$lang['diff_inline']= 'Inline';
+$lang['diff_side'] = 'Side by Side';
$lang['line'] = 'Line';
$lang['breadcrumb'] = 'Trace';
$lang['youarehere'] = 'You are here';