| [ Index ] |
|
Code source de PHP NUKE 7.9 |
1 <?php 2 3 /**************************************************************************/ 4 /* PHP-NUKE: Advanced Content Management System */ 5 /* ============================================ */ 6 /* */ 7 /* This is the language module with all the system messages */ 8 /* */ 9 /* If you made a translation, please go to the site and send to me */ 10 /* the translated file. Please keep the original text order by modules, */ 11 /* and just one message per line, also double check your translation! */ 12 /* */ 13 /* You need to change the second quoted phrase, not the capital one! */ 14 /* */ 15 /* If you need to use double quotes (") remember to add a backslash (\), */ 16 /* so your entry will look like: This is \"double quoted\" text. */ 17 /* And, if you use HTML code, please double check it. */ 18 /**************************************************************************/ 19 /**************************************************************************/ 20 /* Translation by: */ 21 /* */ 22 /* Rui Cristovão (ord'hor) ordhor@hotmail.com */ 23 /**************************************************************************/ 24 25 define("_CHARSET","ISO-8859-1"); 26 define("_SEARCH","Localizar"); 27 define("_LOGIN","Login"); 28 define("_WRITES","escrever"); 29 define("_POSTEDON","Enviado por "); 30 define("_NICKNAME","Nome"); 31 define("_PASSWORD","Password"); 32 define("_WELCOMETO","Bem vindo ao "); 33 define("_EDIT","Editar"); 34 define("_DELETE","Apagar"); 35 define("_POSTEDBY","Enviado por"); 36 define("_READS","leituras"); 37 define("_GOBACK","[ <a href=\"javascript:history.go(-1)\">Voltar</a> ]"); 38 define("_COMMENTS","comentários"); 39 define("_PASTARTICLES","Outros artigos"); 40 define("_OLDERARTICLES","Artigos antigos"); 41 define("_BY","por"); 42 define("_ON","em"); 43 define("_LOGOUT","Sair"); 44 define("_WAITINGCONT","Aguardando conteúdo"); 45 define("_SUBMISSIONS","Envios"); 46 define("_WREVIEWS","Aguardando revisão"); 47 define("_WLINKS","Aguardando links"); 48 define("_EPHEMERIDS","Eventos"); 49 define("_ONEDAY","Um dia..."); 50 define("_ASREGISTERED","Você ainda não tem uma conta? Pode criar uma <a href=\"modules.php?name=Your_Account&op=new_user\"><b>aqui</b></a>. Como utilizador registado, pode configurar o web site de acordo com as suas preferências, além de ter outras vantagens exclusivas."); 51 define("_MENUFOR","Menu"); 52 define("_NOBIGSTORY","Hoje ainda não apareceu um artigo."); 53 define("_BIGSTORY","O artigo mais lido de hoje é:"); 54 define("_SURVEY","Votação"); 55 define("_POLLS","Votação"); 56 define("_PCOMMENTS","Comentários:"); 57 define("_RESULTS","Resultados"); 58 define("_HREADMORE","leia mais..."); 59 define("_CURRENTLY","neste momento estão online"); 60 define("_GUESTS","visitante(s) "); 61 define("_MEMBERS","utilizador(es)."); 62 define("_YOUARELOGGED","Você está ligado como"); 63 define("_YOUHAVE","Você tem"); 64 define("_PRIVATEMSG","mensagem(s) na sua caixa de entrada."); 65 define("_YOUAREANON","Você ainda não é nosso utilizador. É grátis! Clique <a href=\"modules.php?name=Your_Account&op=new_user\"><b>aqui</b></a>"); 66 define("_NOTE","Nota:"); 67 define("_ADMIN","Admin:"); 68 define("_WERECEIVED","Recebemos"); 69 define("_PAGESVIEWS","visitantes desde"); 70 define("_TOPIC","Tema"); 71 define("_UDOWNLOADS","Downloads"); 72 define("_VOTE","Vote"); 73 define("_VOTES","Votos"); 74 define("_MVIEWADMIN","Podem ver: Somente o Administrador"); 75 define("_MVIEWUSERS","Podem ver: Somente utilizadores Registrados"); 76 define("_MVIEWANON","Podem ver: Somente utilizadores anónimos"); 77 define("_MVIEWALL","Podem ver: Todos"); 78 define("_EXPIRELESSHOUR","Expira: Em menos de 1 hora"); 79 define("_EXPIREIN","Expira em"); 80 define("_HTTPREFERERS","HTTP Referers"); 81 define("_UNLIMITED","Ilimitado"); 82 define("_HOURS","Horas"); 83 define("_RSSPROBLEM","Actualmente há um problema com os cabeçalhos deste site"); 84 define("_SELECTLANGUAGE","Seleccionar Idioma"); 85 define("_SELECTGUILANG","Seleccionar a Interface do Idioma:"); 86 define("_NONE","Nenhum"); 87 define("_BLOCKPROBLEM","<center>Há um problema agora com este bloco.</center>"); 88 define("_BLOCKPROBLEM2","<center>Neste momento não existe conteúdo para este bloco.</center>"); 89 define("_MODULENOTACTIVE","Desculpe, este módulo não está activo!"); 90 define("_NOACTIVEMODULES","Modulos inactivos"); 91 define("_FORADMINTESTS","(para testes do Admin)"); 92 define("_BBFORUMS","Forums"); 93 define("_ACCESSDENIED", "Accesso Negado"); 94 define("_RESTRICTEDAREA", "Você tentou aceder a uma área restricta."); 95 define("_MODULEUSERS", "Pedimos desculpa, mas esta secção do nosso site é somente para<i>Utlizadores Registados</i> <br><br>Você pode-se registar de graça clicando <a href=\"modules.php?name=Your_Account&op=new_user\"><b>here</b></a>, depois poderá<br>aceder a esta secção sem restricções. Obrigado.<br><br>"); 96 define("_MODULESADMINS", "Pedimos desculpa mas esta secção do nosso site é somente para <i>Administradores</i><br><br>"); 97 define("_HOME","Home"); 98 define("_HOMEPROBLEM","Existe aqui um grande problema: Não se tem uma Homepage!!!"); 99 define("_ADDAHOME","Adicione um Módulo na sua Home"); 100 define("_HOMEPROBLEMUSER","Existe de momento um problema com a página. Por favor volte mais tarde."); 101 define("_MORENEWS","Mais na secção de Notícias"); 102 define("_ALLCATEGORIES","Todas as Categorias"); 103 define("_DATESTRING","%A, %B %d @ %T %Z"); 104 define("_DATESTRING2","%A, %B %d"); 105 define("_DATE","Data"); 106 define("_HOUR","Hora"); 107 define("_UMONTH","Mês"); 108 define("_YEAR","Ano"); 109 define("_SECONDS","Segundos"); 110 define("_JANUARY","Janeiro"); 111 define("_FEBRUARY","Fevereiro"); 112 define("_MARCH","Março"); 113 define("_APRIL","Abril"); 114 define("_MAY","Maio"); 115 define("_JUNE","Junho"); 116 define("_JULY","Julho"); 117 define("_AUGUST","Agosto"); 118 define("_SEPTEMBER","Setembro"); 119 define("_OCTOBER","Outubro"); 120 define("_NOVEMBER","Novembro"); 121 define("_DECEMBER","Dezembro"); 122 define("_BWEL","Bem Vindo"); 123 define("_BPM","Mensagens Privadas"); 124 define("_BUNREAD","Por Lêr"); 125 define("_BREAD","Lida(s)"); 126 define("_BMEMP","Membros"); 127 define("_BLATEST","Ultimo"); 128 define("_BTD","Hoje"); 129 define("_BYD","Ontem"); 130 define("_BOVER","Total"); 131 define("_BVISIT","Pessoas Ligadas"); 132 define("_BVIS","Visitantes"); 133 define("_BMEM","Membros"); 134 define("_BTT","Total"); 135 define("_BON","Online agora"); 136 define("_BREG","Registe-se"); 137 define("_BROADCAST","Exponha a sua mensagem pública"); 138 define("_BROADCASTFROM","Mensagem Pública de"); 139 define("_TURNOFFMSG","Desligar Mensagens Publicas"); 140 define("_JOURNAL","Diário"); 141 define("_READMYJOURNAL","Leia o meu diário"); 142 define("_ADD","Adicionar"); 143 define("_YES","Sim"); 144 define("_NO","Não"); 145 define("_INVISIBLEMODULES","Módulos Invisíveis"); 146 define("_ACTIVEBUTNOTSEE","(Link activo mas invisivel)"); 147 define("_THISISAUTOMATED","Esta é uma mensagem automática para você saber que o seu banner publicitário no nosso site expirou o seu \"tempo de audiência\"."); 148 define("_THERESULTS","Os resultados da sua campanha foi o seguinte:"); 149 define("_TOTALIMPRESSIONS","Impressão Total Feita:"); 150 define("_CLICKSRECEIVED","<i>Cliques</i> Recebidos:"); 151 define("_IMAGEURL","Imagem do Link"); 152 define("_CLICKURL","Clique no Link:"); 153 define("_ALTERNATETEXT","Texto Alternativo:"); 154 define("_HOPEYOULIKED","Esperamos que tenha gostado do nosso serviço. Estaremos sempre aqui ao seu dispôr caso queira ser nosso cliente publicitário novamente."); 155 define("_THANKSUPPORT","Obrigado pelo seu Suporte"); 156 define("_TEAM","A equipe"); 157 define("_BANNERSFINNISHED","Terminado Publicidade por Banners"); 158 define("_MODREQLINKS","Links Modificados"); 159 define("_BROKENLINKS","Links Quebrados"); 160 define("_MODREQDOWN","Downloads Modificados"); 161 define("_BROKENDOWN","Downloads Quebrados"); 162 define("_PAGEGENERATION","Geração da Página:"); 163 define("_CHAT","Chat"); 164 define("_REGISTERED","Registered"); 165 define("_CHATGUESTS","Guests"); 166 define("_USERSTALKINGNOW","Users Talking Now"); 167 define("_ENTERTOCHAT","Enter To Chat"); 168 define("_CHATROOMS","Available Rooms"); 169 define("_SECURITYCODE","Security Code"); 170 define("_TYPESECCODE","Type Security Code"); 171 define("_ASSOTOPIC","Associated Topics"); 172 define("_ADDITIONALYGRP","Additionaly this module belongs to the Users Group"); 173 define("_YOUHAVEPOINTS","Points you have by participating on the site's content:"); 174 define("_MVIEWSUBUSERS","View: Subscribed Users Only"); 175 define("_MODULESSUBSCRIBER","We are Sorry but this section of our site is for <i>Subscribed Users Only.</i>"); 176 define("_SUBHERE","You can subscribe to our services from <a href=\"$subscription_url\">here</a>"); 177 define("_SUBEXPIRED","Your Subscription Expired"); 178 define("_HELLO","Hello"); 179 define("_SUBSCRIPTIONAT","This is an automated message to let you know that your subscription at"); 180 define("_HASEXPIRED","has been expired now."); 181 define("_HOPESERVED","Hope to have served you with satisfaction..."); 182 define("_SUBRENEW","If you want to renew your subscription please go to:"); 183 define("_YOUARE","You are"); 184 define("_SUBSCRIBER","subscriber"); 185 define("_OF","of"); 186 define("_SBYEARS","years"); 187 define("_SBYEAR","year"); 188 define("_SBMINUTES","minutes"); 189 define("_SBHOURS","hours"); 190 define("_SBSECONDS","seconds"); 191 define("_SBDAYS","days"); 192 define("_SUBEXPIREIN","Your subscription will expire in:"); 193 define("_NOTSUB","You are not subscriber of"); 194 define("_SUBFROM","You can subscribe from"); 195 define("_HERE","here"); 196 define("_NOW","now!"); 197 define("_ADMSUB","Subscribed User!"); 198 define("_ADMNOTSUB","User NOT Subscribed"); 199 define("_ADMSUBEXPIREIN","Subscription Expire in:"); 200 define("_LASTIP","Last user IP:"); 201 define("_BANTHIS","Ban This IP"); 202 define("_HTMLNOTALLOWED","HTML code isn't allowed. Please use the editor functions instead."); 203 define("_KARMAGOOD","Good Karma"); 204 define("_KARMALOW","Regular Karma"); 205 define("_KARMABAD","Bad Karma"); 206 define("_KARMADEVIL","Devil Karma"); 207 define("_COMMENTMODERATED","Your comments has been submitted, but since you have been marked by the administrator of this site as an user with Bad Karma, your comment is subject to prior approval by our staff. Please don't submit your comment twice or your Karma may fall to the next level.<br><br>Our staff reserves the right to approve or delete your comment at their sole discretion."); 208 define("_MODERATEDTITLE","Comment Submitted - Approval Pending"); 209 define("_MODERATEDRETURN","Return to Article's Page"); 210 211 /*****************************************************/ 212 /* Function to translate Datestrings */ 213 /*****************************************************/ 214 215 function translate($phrase) { 216 switch($phrase) { 217 case "xdatestring": $tmp = "%A, %B %d @ %T %Z"; break; 218 case "linksdatestring": $tmp = "%d-%b-%Y"; break; 219 case "xdatestring2": $tmp = "%A, %B %d"; break; 220 default: $tmp = "$phrase"; break; 221 } 222 return $tmp; 223 } 224 define("_HTMLNOTALLOWED2","HTML code isn't allowed here."); 225 define("_ERRORINVEMAIL","ERROR: Invalid Email"); 226 227 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
| Généré le : Sun Apr 1 11:11:59 2007 | par Balluche grâce à PHPXref 0.7 |