croatian-iso-8859-2.inc.php

来自「一个用PHP编写的」· PHP 代码 · 共 29 行

PHP
29
字号
<?php/* $Id: croatian-iso-8859-2.inc.php,v 2.116.2.3 2006/03/23 17:42:11 lem9 Exp $ *//** * Translation made by: Sime Essert <sime@nofrx.org> */$charset = 'iso-8859-2';$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';$right_font_family = 'arial, helvetica, geneva, sans-serif';$number_thousands_separator = ',';$number_decimal_separator = '.';// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa$byteUnits = array('Byteova', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');$day_of_week = array('Ned', 'Pon', 'Uto', 'Sri', '萫t', 'Pet', 'Sub');$month = array('Sij', 'Vel', 'O緐', 'Tra', 'Svi', 'Lip', 'Srp', 'Kol', 'Ruj', 'Lis', 'Stu', 'Pro');// See http://www.php.net/manual/en/function.strftime.php to define the// variable below$datefmt = '%d. %B %Y. u %H:%M';$strAccessDenied = 'Pristup odbijen';$strAction = 'Akcija';$strAddDeleteColumn = 'Dodaj/izbri筰 stupac';$strAddDeleteRow = 'Dodaj/izbri筰 polje za kriterij';$strAddNewField = 'Dodaj novi stupac';$strAddSearchConditions = 'Dodaj uvjete pretra緄vanja (dio "where" upita):';$strAddToIndex = 'Dodaj klju

⌨️ 快捷键说明

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