diff options
author | Andreas Gohr <gohr@cosmocode.de> | 2009-08-12 21:11:38 +0200 |
---|---|---|
committer | Andreas Gohr <gohr@cosmocode.de> | 2009-08-12 21:11:38 +0200 |
commit | 0071aa2162e87ac729531c1c625d9bfb31f2adec (patch) | |
tree | fa361bc7479ee3966af9766df0462c08319db2db /inc/lang/ku/lang.php | |
parent | 6977dceff2f79ba3dc75e6d3d47eaf16aad3fb8f (diff) | |
download | rpg-0071aa2162e87ac729531c1c625d9bfb31f2adec.tar.gz rpg-0071aa2162e87ac729531c1c625d9bfb31f2adec.tar.bz2 |
Language file cleanups for JS changes
Ignore-this: 7c8f68f29f52bc1d33fdb76ba98d2307
Removed unused string, move another string to the [js] subarray.
darcs-hash:20090812191138-6e07b-65db1b7560d437fb26a1a4d0095cd768b2c9af01.gz
Diffstat (limited to 'inc/lang/ku/lang.php')
-rw-r--r-- | inc/lang/ku/lang.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/inc/lang/ku/lang.php b/inc/lang/ku/lang.php index 90935712a..946954b98 100644 --- a/inc/lang/ku/lang.php +++ b/inc/lang/ku/lang.php @@ -103,7 +103,6 @@ $lang['mail_changed'] = 'page changed:'; $lang['js']['nosmblinks'] = "Linking to Windows shares only works in Microsoft Internet Explorer.\nYou still can copy and paste the link."; -$lang['qb_alert'] = 'Please enter the text you want to format.\nIt will be appended to the end of the document.'; $lang['qb_bold'] = 'Bold Text'; $lang['qb_italic'] = 'Italic Text'; $lang['qb_underl'] = 'Underlined Text'; @@ -122,7 +121,7 @@ $lang['qb_ul'] = 'Unordered List Item'; $lang['qb_media'] = 'Add Images and other files'; $lang['qb_sig'] = 'Insert Signature'; -$lang['del_confirm']= 'Delete this entry?'; +$lang['js']['del_confirm']= 'Delete this entry?'; $lang['admin_acl'] = 'Access Control List Management...'; $lang['admin_register']= 'Add new user...'; |