albanian-iso-8859-1.inc.php
来自「一个用PHP编写的」· PHP 代码 · 共 20 行
PHP
20 行
<?php/* $Id: albanian-iso-8859-1.inc.php 9853 2007-01-19 18:14:44Z lem9 $ *//** * Translated by: Laurent Dhima <laurenti at users.sourceforge.net>*/$charset = 'iso-8859-1';$text_dir = 'ltr';$number_thousands_separator = '.';$number_decimal_separator = ',';// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');$day_of_week = array('Djl', 'H雗', 'Mar', 'M雛', 'Enj', 'Pre', 'Sht'); //albanian days$month = array('Jan', 'Shk', 'Mar', 'Pri', 'Maj', 'Qer', 'Kor', 'Gsh', 'Sht', 'Tet', 'N雗', 'Dhj'); //albanian months// See http://www.php.net/manual/en/function.strftime.php to define the// variable below$datefmt = '%d %B, %Y at %I:%M %p'; //albanian time$timespanfmt = '%s dit
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?