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

Exclamation main.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: main.php,v 1.20 2005/08/30 08:34:23 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("_MD_EXTCAL_JANUARY_SHORT","Jan");
define("_MD_EXTCAL_FEBRUARY_SHORT","Feb");
define("_MD_EXTCAL_MARCH_SHORT","Mar");
define("_MD_EXTCAL_APRIL_SHORT","Apr");
define("_MD_EXTCAL_MAY_SHORT","May");
define("_MD_EXTCAL_JUNE_SHORT","Jun");
define("_MD_EXTCAL_JULY_SHORT","Jul");
define("_MD_EXTCAL_AUGUST_SHORT","Aug");
define("_MD_EXTCAL_SEPTEMBER_SHORT","Sep");
define("_MD_EXTCAL_OCTOBER_SHORT","Oct");
define("_MD_EXTCAL_NOVEMBER_SHORT","Nov");
define("_MD_EXTCAL_DECEMBER_SHORT","Dec");
define("_MD_EXTCAL_SUNDAY_SHORT","Sun");
define("_MD_EXTCAL_MONDAY_SHORT","Mon");
define("_MD_EXTCAL_TUESDAY_SHORT","Tue");
define("_MD_EXTCAL_WEDNESDAY_SHORT","Wed");
define("_MD_EXTCAL_THURSDAY_SHORT","Thu");
define("_MD_EXTCAL_FRIDAY_SHORT","Fri");
define("_MD_EXTCAL_SATURDAY_SHORT","Sat");
define("_MD_EXTCAL_START","Start");
define("_MD_EXTCAL_END","End");
define("_MD_EXTCAL_CONTACT_INFO","Contact info");
define("_MD_EXTCAL_EMAIL","Email");
define("_MD_EXTCAL_URL","URL");
define("_MD_EXTCAL_WHOS_GOING","Who's Going ?");
define("_MD_EXTCAL_REMOVE_ME","Remove Me");
define("_MD_EXTCAL_ADD_ME","Add Me");
define("_MD_EXTCAL_YEARLY_VIEW","Yearly view");
define("_MD_EXTCAL_MONTHLY_VIEW","Monthly view");
define("_MD_EXTCAL_CALENDAR_VIEW","Calendar view");
define("_MD_EXTCAL_DAILY_VIEW","Daily view");
define("_MD_EXTCAL_EDIT_EVENT","Edit event");
define("_MD_EXTCAL_SUBMIT_EVENT","Submit event");
define("_MD_EXTCAL_TITLE","Title");
define("_MD_EXTCAL_CATEGORY","Category");
define("_MD_EXTCAL_DESCRIPTION","Description");
define("_MD_EXTCAL_NBMEMBER","Event's member number");
define("_MD_EXTCAL_NBMEMBER_DESC","Set this value to 0 if you won't set a limit");
define("_MD_EXTCAL_CONTACT","Contact");
define("_MD_EXTCAL_ADDRESS","Address");
define("_MD_EXTCAL_START_DATE","Start date");
define("_MD_EXTCAL_END_DATE","End date");
define("_MD_EXTCAL_EVENT_END","Event end ?");
define("_MD_EXTCAL_WRONG_DATE_FORMAT","Wrong date format");
define("_MD_EXTCAL_ALL_CAT","All category");
define("_MD_EXTCAL_EVENT_ADDED","Event added");
define("_MD_EXTCAL_ADDED_TO_EVENT","You are added to this event");
define("_MD_EXTCAL_REMOVED_TO_EVENT","You are removed to this event");
define("_MD_EXTCAL_MAX_MEMBER_REACHED","Maximum member reached for this event");
?>

SOMENTE PARA VISUALIZAR TAGS PHP - EDITE O CODIGO ACIMA

Código PHP:
<?php
// $Id: main.php,v 1.20 2005/08/30 08:34:23 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("_MD_EXTCAL_JANUARY_SHORT","Jan");
define("_MD_EXTCAL_FEBRUARY_SHORT","Feb");
define("_MD_EXTCAL_MARCH_SHORT","Mar");
define("_MD_EXTCAL_APRIL_SHORT","Apr");
define("_MD_EXTCAL_MAY_SHORT","May");
define("_MD_EXTCAL_JUNE_SHORT","Jun");
define("_MD_EXTCAL_JULY_SHORT","Jul");
define("_MD_EXTCAL_AUGUST_SHORT","Aug");
define("_MD_EXTCAL_SEPTEMBER_SHORT","Sep");
define("_MD_EXTCAL_OCTOBER_SHORT","Oct");
define("_MD_EXTCAL_NOVEMBER_SHORT","Nov");
define("_MD_EXTCAL_DECEMBER_SHORT","Dec");
define("_MD_EXTCAL_SUNDAY_SHORT","Sun");
define("_MD_EXTCAL_MONDAY_SHORT","Mon");
define("_MD_EXTCAL_TUESDAY_SHORT","Tue");
define("_MD_EXTCAL_WEDNESDAY_SHORT","Wed");
define("_MD_EXTCAL_THURSDAY_SHORT","Thu");
define("_MD_EXTCAL_FRIDAY_SHORT","Fri");
define("_MD_EXTCAL_SATURDAY_SHORT","Sat");
define("_MD_EXTCAL_START","Start");
define("_MD_EXTCAL_END","End");
define("_MD_EXTCAL_CONTACT_INFO","Contact info");
define("_MD_EXTCAL_EMAIL","Email");
define("_MD_EXTCAL_URL","URL");
define("_MD_EXTCAL_WHOS_GOING","Who's Going ?");
define("_MD_EXTCAL_REMOVE_ME","Remove Me");
define("_MD_EXTCAL_ADD_ME","Add Me");
define("_MD_EXTCAL_YEARLY_VIEW","Yearly view");
define("_MD_EXTCAL_MONTHLY_VIEW","Monthly view");
define("_MD_EXTCAL_CALENDAR_VIEW","Calendar view");
define("_MD_EXTCAL_DAILY_VIEW","Daily view");
define("_MD_EXTCAL_EDIT_EVENT","Edit event");
define("_MD_EXTCAL_SUBMIT_EVENT","Submit event");
define("_MD_EXTCAL_TITLE","Title");
define("_MD_EXTCAL_CATEGORY","Category");
define("_MD_EXTCAL_DESCRIPTION","Description");
define("_MD_EXTCAL_NBMEMBER","Event's member number");
define("_MD_EXTCAL_NBMEMBER_DESC","Set this value to 0 if you won't set a limit");
define("_MD_EXTCAL_CONTACT","Contact");
define("_MD_EXTCAL_ADDRESS","Address");
define("_MD_EXTCAL_START_DATE","Start date");
define("_MD_EXTCAL_END_DATE","End date");
define("_MD_EXTCAL_EVENT_END","Event end ?");
define("_MD_EXTCAL_WRONG_DATE_FORMAT","Wrong date format");
define("_MD_EXTCAL_ALL_CAT","All category");
define("_MD_EXTCAL_EVENT_ADDED","Event added");
define("_MD_EXTCAL_ADDED_TO_EVENT","You are added to this event");
define("_MD_EXTCAL_REMOVED_TO_EVENT","You are removed to this event");
define("_MD_EXTCAL_MAX_MEMBER_REACHED","Maximum member reached for this event");
?>

eXtcal [todas as versões]
  Next Chapter »

Contributors:
Created by beduino, 24-11-2007 at 11:26 AM
Last edited by beduino, 24-11-2007 at 11:32 AM
0 Comments , 221 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