norwegian.php

来自「日程 BosDates v4.5 Copyright ?2004-2005 B」· PHP 代码 · 共 46 行

PHP
46
字号
<?php//-------------------------------------------------------------------------------------//// Norwegian language file for BosClassifieds by BosDev//// Translation by: anders@handyman-norge.no////-------------------------------------------------------------------------------------//-------------------------------------------------------------------------------------//// Instructions to produce your own translation//// Replace the text below, leaving the $Languages[''][''] section alone.  Only translate// text which is between the " " marks.  DO NOT CHANGE the %s or \r\n portions of the// text as it will break the scripts//// If your language require a special charset to be sent to the browser, make sure to// change it below or your translation will not show up properly.//// After creating your translation file, save it to the languages directory and then// you will be able to activate it in the system admin menu.////--------------------------------------------------------------------------------------//Character set for your language$Languages['global']['charset'] = "iso-8859-1";//Months$Languages['global']['months'] = array("","januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember");$Languages['global']['monthshort'] = array("","jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","des");$Languages['dateformat'] = "d,m,y"; //m=month, d=day, y=year  Do not translate this line, arrange the letter to match your date format//Currency settings$Languages['currency']['code'] = "NOK";$Languages['currency']['decimal'] = ",";$Languages['currency']['sign'] = "Kr";$Languages['currency']['thousands'] = ",";//Conditions$Languages['global']['condition'] = array("","Veldig god","God","D錼lig","Veldig d錼lig");$Languages['account']['adcloseconf'] = "Din annonse er blitt stengt.";$Languages['account']['adclosehead'] = "Steng en annonse";$Languages['account']['adcloseintro'] = "Er du sikker p

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?