summaryrefslogtreecommitdiff
path: root/inc/lang/en
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2009-05-28 17:53:27 +0200
committerAndreas Gohr <andi@splitbrain.org>2009-05-28 17:53:27 +0200
commita2be6cd9922bb5322be1b6e4829b7d707aa7a6b6 (patch)
treec106bea7a9efe15be1e41e0ff0c81868e31ee34f /inc/lang/en
parent9b53a46b10ccc4f557513b3cc16803304e19403f (diff)
downloadrpg-a2be6cd9922bb5322be1b6e4829b7d707aa7a6b6.tar.gz
rpg-a2be6cd9922bb5322be1b6e4829b7d707aa7a6b6.tar.bz2
new headline mechanism in the toolbar
Ignore-this: f87882b727bcf6ea067945eea0f158b1 The toolbar now features three new buttons to insert a headline. Instead of asking the user for the headline level it asks if she wants a higher, lower or equally leveled section (relative to the current one). This means the user no longer has to count in which section she currently is and encourages users to use the proper order of headline levels. To make room in the toolbar, the old buttons have been moved in a picker. darcs-hash:20090528155327-7ad00-e384cd7e45cb192657e29c875f46e3676d47f367.gz
Diffstat (limited to 'inc/lang/en')
-rw-r--r--inc/lang/en/lang.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php
index d62579fb1..e80e7d420 100644
--- a/inc/lang/en/lang.php
+++ b/inc/lang/en/lang.php
@@ -169,6 +169,13 @@ $lang['qb_h2'] = 'Level 2 Headline';
$lang['qb_h3'] = 'Level 3 Headline';
$lang['qb_h4'] = 'Level 4 Headline';
$lang['qb_h5'] = 'Level 5 Headline';
+
+$lang['qb_h'] = 'Headline';
+$lang['qb_hs'] = 'Select Headline';
+$lang['qb_hplus'] = 'Higher Headline';
+$lang['qb_hminus'] = 'Lower Headline';
+$lang['qb_hequal'] = 'Same Level Headline';
+
$lang['qb_link'] = 'Internal Link';
$lang['qb_extlink'] = 'External Link';
$lang['qb_hr'] = 'Horizontal Rule';