[Paulscriptsmods-checkin] ajax_shout/root/language/en/mods shout.php, 1.1.2.2, 1.1.2.3
Status: Beta
Brought to you by:
paulsohier
From: Paul S. <pau...@us...> - 2007-09-23 21:03:31
|
Update of /cvsroot/paulscriptsmods/ajax_shout/root/language/en/mods In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16568/root/language/en/mods Modified Files: Tag: phpbb3_ver shout.php Log Message: More changes. Index: shout.php =================================================================== RCS file: /cvsroot/paulscriptsmods/ajax_shout/root/language/en/mods/Attic/shout.php,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** shout.php 15 Sep 2007 21:41:32 -0000 1.1.2.2 --- shout.php 23 Sep 2007 21:03:33 -0000 1.1.2.3 *************** *** 34,38 **** * NOTE: Most of the language items are used in javascript * If you want to use quotes or other chars that need escaped, be sure you escape them double - * (Especially for ', you must use \\\' instead of \'. For " you only need to use \". */ /** --- 34,37 ---- *************** *** 40,44 **** */ $lang = array_merge($lang, array( ! 'MISSING_DIV' => 'The shoutbox div cann\\\'t be found.', 'LOADING' => 'Loading', 'POST_MESSAGE' => 'Post message', --- 39,43 ---- */ $lang = array_merge($lang, array( ! 'MISSING_DIV' => 'The shoutbox div cannât be found.', 'LOADING' => 'Loading', 'POST_MESSAGE' => 'Post message', *************** *** 57,61 **** //Added in 0.0.3 ! 'NO_QUOTE' => 'Don\\\'t use list, quote or code bbcode.', 'SMILIES' => 'Smilies', 'DEL_SHOUT' => 'Are you sure you want to delete this shout?', --- 56,60 ---- //Added in 0.0.3 ! 'NO_QUOTE' => 'Donât use list, quote or code bbcode.', 'SMILIES' => 'Smilies', 'DEL_SHOUT' => 'Are you sure you want to delete this shout?', |