|
From: Jon O. <jon...@us...> - 2007-07-25 23:12:47
|
Update of /cvsroot/mxbb/mx_bugsbt/language/lang_swedish In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16703/lang_swedish Modified Files: lang_main.php Log Message: New Notification prefix Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/language/lang_swedish/lang_main.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lang_main.php 12 Jul 2007 22:45:24 -0000 1.3 --- lang_main.php 25 Jul 2007 23:12:41 -0000 1.4 *************** *** 50,53 **** --- 50,54 ---- // Notification // + $lang['bugsbt_prefix'] = '[ BT ]'; $lang['bugsbt_notify_subject_new'] = 'Ny bugg!'; $lang['bugsbt_notify_subject_edited'] = 'Ändrad bugg!'; |