|
From: Jon O. <jon...@us...> - 2008-06-03 20:16:11
|
Update of /cvsroot/mxbb/mx_pafiledb/language/lang_swedish In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5206/lang_swedish Modified Files: lang_admin.php lang_main.php Log Message: Final updates mxBB -> MXP and alike... Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/language/lang_swedish/lang_main.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_main.php 27 Apr 2008 18:48:45 -0000 1.2 --- lang_main.php 3 Jun 2008 20:16:03 -0000 1.3 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/language/lang_swedish/lang_admin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_admin.php 13 Mar 2008 19:15:21 -0000 1.2 --- lang_admin.php 3 Jun 2008 20:16:02 -0000 1.3 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * *************** *** 57,67 **** $lang['Wysiwyg_path'] = 'Var finns wysiwyg mjukvaran?'; ! $lang['Wysiwyg_path_explain'] = 'Sövägen till (från mxBB roten) mappen där wysiwyg mjukvaran är uppladdad, t ex \'modules/mx_shared/\' om tinymce finns i mappen modules/mx_shared/tinymce.'; $lang['Upload_directory'] = 'Uppladdningsmapp'; ! $lang['Upload_directory_explain'] = 'Enter the relative path from your root installation (where phpBB or mxBB is located) to the files upload directory. If you stick to the file structure provided in the shipped package, enter \'pafiledb/uploads/\'.'; $lang['Screenshots_directory'] = 'Screenshots Directory'; ! $lang['Screenshots_directory_explain'] = 'Enter the relative path from your root installation (where phpBB or mxBB is located) to the Screenshots upload directory. If you stick to the file structure provided in the shipped package, enter \'pafiledb/images/screenshots/\'.'; // --- 57,67 ---- $lang['Wysiwyg_path'] = 'Var finns wysiwyg mjukvaran?'; ! $lang['Wysiwyg_path_explain'] = 'Sövägen till (från MX-Publisher roten) mappen där wysiwyg mjukvaran är uppladdad, t ex \'modules/mx_shared/\' om tinymce finns i mappen modules/mx_shared/tinymce.'; $lang['Upload_directory'] = 'Uppladdningsmapp'; ! $lang['Upload_directory_explain'] = 'Enter the relative path from your root installation (where phpBB or MX-Publisher is located) to the files upload directory. If you stick to the file structure provided in the shipped package, enter \'pafiledb/uploads/\'.'; $lang['Screenshots_directory'] = 'Screenshots Directory'; ! $lang['Screenshots_directory_explain'] = 'Enter the relative path from your root installation (where phpBB or MX-Publisher is located) to the Screenshots upload directory. If you stick to the file structure provided in the shipped package, enter \'pafiledb/images/screenshots/\'.'; // *************** *** 170,174 **** $lang['Format_truncate_links'] = 'Förkorta länkar'; ! $lang['Format_truncate_links_explain'] = 'Länkar skrivs om, t ex \'www.mxbb-portal...\''; $lang['Format_image_resize'] = 'Skala om bilder'; --- 170,174 ---- $lang['Format_truncate_links'] = 'Förkorta länkar'; ! $lang['Format_truncate_links_explain'] = 'Länkar skrivs om, t ex \'www.mxp-portal...\''; $lang['Format_image_resize'] = 'Skala om bilder'; |