25 lines
906 B
PHP
Executable File
25 lines
906 B
PHP
Executable File
<?php
|
|
$gbnamearray = Array(
|
|
go => "去",
|
|
bssid => "BSS编号",
|
|
pages => "页",
|
|
record => "条",
|
|
total => "合共",
|
|
back => "返回",
|
|
cellidentity=> "小区识别码",
|
|
time => "话务统计时间",
|
|
norecord => "-- 找不到相关纪录 --"
|
|
);
|
|
$engnamearray = Array(
|
|
go => "GO",
|
|
bssid => "BSS ID",
|
|
pages => "PAGES",
|
|
record => "RECORDS",
|
|
total => "TOTAL",
|
|
back => "BACK",
|
|
cellidentity=> "CELLID",
|
|
time => "STATISTICS TIME",
|
|
norecord => "-- No Record Found --"
|
|
);
|
|
?>
|