⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lang_main.php

📁 太烦了
💻 PHP
字号:
<?php
// The format of this file is ---> $lang['message'] = 'text';
//
// You should also try to set a locale and a character encoding (plus direction). The encoding and direction
// will be sent to the template. The locale may or may not work, it's dependent on OS support and the syntax
// varies ... give it your best guess!
//

$lang['ENCODING'] = 'Windows-1250';
$lang['DIRECTION'] = 'ltr';
$lang['LEFT'] = 'esquerda';
$lang['RIGHT'] = 'direita';
$lang['DATE_FORMAT'] =  '%d %b, %Y'; // This should be changed to the default date format for your language, php date() format
$lang['DATE_TIME_FORMAT'] =  '%d %b, %Y %H:%M:%S'; // This should be changed to the default date format for your language, php date() format
$lang['DISPLAY_DATE_FORMAT'] =  'd M, Y';
$lang['DISPLAY_DATETIME_FORMAT'] = 'D d-M-Y H:i:s';
$lang['DB_ERROR'] = "O seu pedido n鉶 pode ser satisfeito devido a um erro da base de dados.<br />Por favor tente novamente.";

$lang['main_menu'] = 'Menu principal';
$lang['homepage'] = 'P醙ina Inicial';
$lang['rate_photos'] = 'Classificar fotos';
$lang['forum'] = 'Forum';
$lang['manageforum'] = 'Gerir forum';
$lang['chat'] = 'Chat';
$lang['managechat'] = 'Gerir chat';
$lang['member_login'] = 'Autentica玢o';
$lang['featured_members'] = 'Membros retratados';
$lang['quick_search'] = 'Procura r醦ida';
$lang['my_searches'] = 'Minhas procuras';
$lang['affiliates'] = 'Afilia玢o';
$lang['already_affiliate'] = 'J

⌨️ 快捷键说明

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