|
From: Jon O. <jon...@us...> - 2008-02-13 21:23:09
|
Update of /cvsroot/mxbb/mx_quotations/language/lang_swedish In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31862 Added Files: index.htm lang_main.php Log Message: swedish... fyi, as agreed, i'm allowed to keep these in the cvs, but they are to be dropped when releasing... --- NEW FILE: lang_main.php --- <?php /** * * @package mxBB Portal Module - mx_quotations * @version $Id: lang_main.php,v 1.1 2008/02/13 21:23:04 jonohlsson Exp $ * @copyright (c) 2002-2006 [Jaime] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ // // The format of this file is: // // ---> $lang['message'] = 'text'; // // Specify your language character encoding... [optional] // // setlocale(LC_ALL, 'en'); // Module $lang['Quotations'] = 'Citat'; $lang['Quote'] = 'Citat'; $lang['Author'] = 'Författare'; $lang['Add_Quote'] = 'Lägg till citat'; $lang['Delete_Quote'] = 'Ta bort citat'; $lang['Edit_Quote'] = 'Ändra citat'; $lang['Submit'] = 'Lägg till'; $lang['Quote_correctly_added'] = 'Citatet lades till...'; $lang['Quote_not_specified'] = 'Citatet inte angivet'; $lang['Quote_correctly_edited'] = 'Citatet ändrades...'; $lang['Quote_correctly_deleted'] = 'Citatet togs bort...'; $lang['Delete'] = 'Ta bort'; $lang['Edit'] = 'Ändra'; $lang['No_quotes'] = 'Tyvärr, det finns inga citat'; $lang['Select_initial'] = 'Sortera efter bokstav:'; $lang['Other'] = 'Annan'; $lang['All'] = 'Alla'; $lang['Keyword_search'] = 'Nyckelord:'; $lang['Search'] = 'Sök'; $lang['lang_letters_array'] = array('A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z'); // // That's all Folks! // ------------------------------------------------- ?> --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |