pt_br.inc

来自「电驴的MAC源代码」· INC 代码 · 共 34 行

INC
34
字号
<?php/** * AMPS - AMule PHP Statistics * Written by 黚erpenguin, AMPS is an adaptation of BigBob's aStats ** * Portuguese Brazilian pt_BR language by IgoR <igor.spy@gmx.net> * thanks fly out to: CapEnt ;) ** * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. */// if you are translating this file, please replace all special characters with// html unicode entities (&#nnn;). It's not always necessary, but ensures that// there are minimal problems displaying the text in all browsers.$text["dayabbr"]	= "d";$text["hourabbr"]	= "h";$text["minabbr"]	= "m";$text["secabbr"]	= "s";$text["runtimemsg"]	= "em execu&#231;&#227;o por"; // execu玢o$text["norunmsg"]	= "n&atilde;o est&#225; ativo"; // est

⌨️ 快捷键说明

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