Bem-vindo(a) ao PORTAL X-TRAD
PORTAL X-TRAD  
Horários baseados na GMT -2. Agora são 01:05 AM.
  #1  

Arrow blocks.php_extcal_2.0.4

 

eXtcal [todas as versões] - Contents

AVISO!
Arquivo para trabalho de tradução
* Para traduzir EDITE este arquivo e traduza as linhas
** Use o diff [histórico] depois e compare
*** O arquivo original em ingles ficará na parte entre as TAGS


<?php
// $Id: blocks.php,v 1.14 2005/08/30 07:21:34 zoullou Exp $
// ------------------------------------------------------------------------ //
// XOOPS - PHP Content Management System //
// Copyright (c) 2000 XOOPS.org //
// <http://www.xoops.org/> //
// ------------------------------------------------------------------------- //
// 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. //
// //
// You may not change or alter any portion of this comment or credits //
// of supporting developers from this source code or any supporting //
// source code which is considered copyrighted (c) material of the //
// original comment or credit authors. //
// //
// 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 //
// ------------------------------------------------------------------------ //
define("_MB_EXTCAL_SUNDAY_MINI","S");
define("_MB_EXTCAL_MONDAY_MINI","M");
define("_MB_EXTCAL_TUESDAY_MINI","T");
define("_MB_EXTCAL_WEDNESDAY_MINI","W");
define("_MB_EXTCAL_THURSDAY_MINI","T");
define("_MB_EXTCAL_FRIDAY_MINI","F");
define("_MB_EXTCAL_SATURDAY_MINI","S");
define("_MB_EXTCAL_DISPLAY_IMG","Display images on Minical ?");
define("_MB_EXTCAL_IMG_CAT","Display images from this category :");
define("_MB_EXTCAL_DISPLAY_MONTH","Display month :");
define("_MB_EXTCAL_PREVIEW","Preview");
define("_MB_EXTCAL_CURRENT","Current");
define("_MB_EXTCAL_NEXT","Next");
define("_MB_EXTCAL_DISPLAY_LINK","Display submit link on Minical ?");
define("_MB_EXTCAL_DISPLAY","Display");
define("_MB_EXTCAL_EVENT","Event");
define("_MB_EXTCAL_CAT_TO_USE","Cat to use");
define("_MB_EXTCAL_ALL_CAT","All Cat");
define("_MB_EXTCAL_SPOTLIGHT_MODE","Spotlight Mode");
define("_MB_EXTCAL_CAT","Category");
define("_MB_EXTCAL_TYPE","Type");
define("_MB_EXTCAL_NEW_EVENT","New Event");
define("_MB_EXTCAL_UPCOMING_EVENT","Upcoming Event");
define("_MB_EXTCAL_NUMBER","Event ID");
define("_MB_EXTCAL_START","Start");
define("_MB_EXTCAL_END","End");
define("_MB_EXTCAL_CONTACT_INFO","Contact info");
define("_MB_EXTCAL_EMAIL","Email");
define("_MB_EXTCAL_URL","URL");
define("_MB_EXTCAL_TITLE_LENGTH","Title length");
define("_MB_EXTCAL_SUBMIT_EVENT","Submit Event");
define("_MB_EXTCAL_DISP_NUMBER","Number of event to display");
?>

Código PHP:
<?php
// $Id: blocks.php,v 1.14 2005/08/30 07:21:34 zoullou Exp $
// ------------------------------------------------------------------------ //
// XOOPS - PHP Content Management System //
// Copyright (c) 2000 XOOPS.org //
// <http://www.xoops.org/> //
// ------------------------------------------------------------------------- //
// 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. //
// //
// You may not change or alter any portion of this comment or credits //
// of supporting developers from this source code or any supporting //
// source code which is considered copyrighted (c) material of the //
// original comment or credit authors. //
// //
// 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 //
// ------------------------------------------------------------------------ //
define("_MB_EXTCAL_SUNDAY_MINI","S");
define("_MB_EXTCAL_MONDAY_MINI","M");
define("_MB_EXTCAL_TUESDAY_MINI","T");
define("_MB_EXTCAL_WEDNESDAY_MINI","W");
define("_MB_EXTCAL_THURSDAY_MINI","T");
define("_MB_EXTCAL_FRIDAY_MINI","F");
define("_MB_EXTCAL_SATURDAY_MINI","S");
define("_MB_EXTCAL_DISPLAY_IMG","Display images on Minical ?");
define("_MB_EXTCAL_IMG_CAT","Display images from this category :");
define("_MB_EXTCAL_DISPLAY_MONTH","Display month :");
define("_MB_EXTCAL_PREVIEW","Preview");
define("_MB_EXTCAL_CURRENT","Current");
define("_MB_EXTCAL_NEXT","Next");
define("_MB_EXTCAL_DISPLAY_LINK","Display submit link on Minical ?");
define("_MB_EXTCAL_DISPLAY","Display");
define("_MB_EXTCAL_EVENT","Event");
define("_MB_EXTCAL_CAT_TO_USE","Cat to use");
define("_MB_EXTCAL_ALL_CAT","All Cat");
define("_MB_EXTCAL_SPOTLIGHT_MODE","Spotlight Mode");
define("_MB_EXTCAL_CAT","Category");
define("_MB_EXTCAL_TYPE","Type");
define("_MB_EXTCAL_NEW_EVENT","New Event");
define("_MB_EXTCAL_UPCOMING_EVENT","Upcoming Event");
define("_MB_EXTCAL_NUMBER","Event ID");
define("_MB_EXTCAL_START","Start");
define("_MB_EXTCAL_END","End");
define("_MB_EXTCAL_CONTACT_INFO","Contact info");
define("_MB_EXTCAL_EMAIL","Email");
define("_MB_EXTCAL_URL","URL");
define("_MB_EXTCAL_TITLE_LENGTH","Title length");
define("_MB_EXTCAL_SUBMIT_EVENT","Submit Event");
define("_MB_EXTCAL_DISP_NUMBER","Number of event to display");
?>

« Previous Chapter   eXtcal [todas as versões]
  Next Chapter »

Contributors:
Created by beduino, 24-11-2007 at 11:27 AM
Last edited by beduino, 24-11-2007 at 11:35 AM
0 Comments , 202 Views
 

Favoritos



Usuários ativos no Tópico: 1 (0 Membros e 1 Visitantes)
 
Article Tools
Modos de Exibição

Regras para Postagens
Você não pode postar novos tópicos
Você não pode postar respostas
Você não pode postar anexos
Você não pode editar seus posts

Código [IMG] Sim
Código HTML Não
Trackbacks are Sim
Pingbacks are Sim
Refbacks are Sim


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178