[ Index ]
 

Code source de PHP NUKE 7.9

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/language/ -> lang-galego.php (source)

   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  define("_CHARSET","ISO-8859-1");
  21  define("_SEARCH","Buscar");
  22  define("_LOGIN","Login");
  23  define("_WRITES", "escribiu");
  24  define("_POSTEDON","Enviado o");
  25  define("_NICKNAME","Alias");
  26  define("_PASSWORD","Clave");
  27  define("_WELCOMETO","Benvido a");
  28  define("_EDIT","Editar");
  29  define("_DELETE","Borrar");
  30  define("_POSTEDBY","Enviado por");
  31  define("_READS","Lecturas");
  32  define("_GOBACK","[ <a href=\"javascript:history.go(-1)\">Voltar</a> ]");
  33  define("_COMMENTS","cometarios");
  34  define("_PASTARTICLES","Artigos Pasados");
  35  define("_OLDERARTICLES","Artigos Antigos");
  36  define("_BY","por");
  37  define("_ON","o");
  38  define("_LOGOUT","Sair");
  39  define("_WAITINGCONT","Contido Esperando");
  40  define("_SUBMISSIONS","Envíos");
  41  define("_WREVIEWS","Reseñas esperando");
  42  define("_WLINKS","Enlaces esperando");
  43  define("_EPHEMERIDS","Efemérides");
  44  define("_ONEDAY","Tal día coma hoxe ...");
  45  define("_ASREGISTERED","¿Aínda non ten unha conta? Pode <a href=\"modules.php?name=Your_Account\">crear unha</a>. Como usuario rexistrado terá ventaxas como selecciona-la apariencia da páxina, configura-los comentarios e envia-los comentarios co seu nome.");
  46  define("_MENUFOR","Menú de");
  47  define("_NOBIGSTORY","Hoxe non hai Gran Historia.");
  48  define("_BIGSTORY","A Historia máis lida hoxe:");
  49  define("_SURVEY","Enquisa");
  50  define("_POLLS","Votacións");
  51  define("_PCOMMENTS","Comentarios:");
  52  define("_RESULTS","Resultados");
  53  define("_HREADMORE","Ler máis...");
  54  define("_CURRENTLY","Actualmente hai");
  55  define("_GUESTS","invitados,");
  56  define("_MEMBERS","membro(s) conectado(s).");
  57  define("_YOUARELOGGED","Está conectado como");
  58  define("_YOUHAVE","Ten");
  59  define("_PRIVATEMSG","mensaxe(s) privada(s).");
  60  define("_YOUAREANON","É un usuario anónimo. Pode rexistrarse <a href=\"modules.php?name=Your_Account\">aquí</a>");
  61  define("_NOTE","Nota:");
  62  define("_ADMIN","Admin:");
  63  define("_WERECEIVED","Recibimos");
  64  define("_PAGESVIEWS","impresións desde");
  65  define("_TOPIC","Tema");
  66  define("_UDOWNLOADS","Descargas");
  67  define("_VOTE","voto");
  68  define("_VOTES","votos");
  69  define("_MVIEWADMIN","Ver: Só Administradores");
  70  define("_MVIEWUSERS","Ver: Só Usuarios Rexistrados");
  71  define("_MVIEWANON","Ver: Só Usuarios Anónimos");
  72  define("_MVIEWALL","Ver: Tódo-los Visitantes");
  73  define("_EXPIRELESSHOUR","Caducidade: menos dunha hora");
  74  define("_EXPIREIN","Caduca en");
  75  define("_HTTPREFERERS","Referencias HTTP");
  76  define("_UNLIMITED","Ilimitado");
  77  define("_HOURS","Horas");
  78  define("_RSSPROBLEM","Actualmente hai un problema cos titulares deste sitio");
  79  define("_SELECTLANGUAGE","Seleccionar Idioma");
  80  define("_SELECTGUILANG","Seleccione Idioma da Interface:");
  81  define("_NONE","Ningún");
  82  define("_BLOCKPROBLEM","<center>Hai un problema con este bloque.</center>");
  83  define("_BLOCKPROBLEM2","<center>Non hai contido para este bloque.</center>");
  84  define("_MODULENOTACTIVE","Desculpe, este Módulo non está activo!");
  85  define("_NOACTIVEMODULES","Módulos Inactivos");
  86  define("_FORADMINTESTS","(Test do Admin)");
  87  define("_BBFORUMS","Foros");
  88  define("_ACCESSDENIED", "Acceso Denegado");
  89  define("_RESTRICTEDAREA", "Está intentando entrar en área restrinxida.");
  90  define("_MODULEUSERS", "Desculpe, pero esta sección do noso sitio é só para <i>Usuarios Rexistrados</i><br><br>Pode rexistrarse de forma gratuíta <a href=\"modules.php?name=Your_Account&op=new_user\">aquí</a>, despois poderá<br>acceder a esta sección sen restriccións. Gracias.<br><br>");
  91  define("_MODULESADMINS", "Desculpe pero esta sección do noso sitio é só para <i>Administradores</i><br><br>");
  92  define("_HOME","Home");
  93  define("_HOMEPROBLEM","There is a big problem here: we have not a Homepage!!!");
  94  define("_ADDAHOME","Add a Module in your Home");
  95  define("_HOMEPROBLEMUSER","There is a problem right now on the Homepage. Please check it back later.");
  96  define("_MORENEWS","More in News Section");
  97  define("_ALLCATEGORIES","All Categories");
  98  define("_DATESTRING","%A, %d de %B ás %T");
  99  define("_DATESTRING2","%A, %d %B");
 100  define("_DATE","Date");
 101  define("_HOUR","Hour");
 102  define("_UMONTH","Month");
 103  define("_YEAR","Year");
 104  define("_JANUARY","January");
 105  define("_FEBRUARY","February");
 106  define("_MARCH","March");
 107  define("_APRIL","April");
 108  define("_MAY","May");
 109  define("_JUNE","June");
 110  define("_JULY","July");
 111  define("_AUGUST","August");
 112  define("_SEPTEMBER","September");
 113  define("_OCTOBER","October");
 114  define("_NOVEMBER","November");
 115  define("_DECEMBER","December");
 116  define("_BWEL","Welcome");
 117  define("_BPM","Private Messages");
 118  define("_BUNREAD","Unread");
 119  define("_BREAD","Read");
 120  define("_BMEMP","Membership");
 121  define("_BLATEST","Latest");
 122  define("_BTD","New Today");
 123  define("_BYD","New Yesterday");
 124  define("_BOVER","Overall");
 125  define("_BVISIT","People Online");
 126  define("_BVIS","Visitors");
 127  define("_BMEM","Members");
 128  define("_BTT","Total");
 129  define("_BON","Online Now");
 130  define("_BREG","Register");
 131  define("_BROADCAST","Broadcast Public Message");
 132  define("_BROADCASTFROM","Public Message from");
 133  define("_TURNOFFMSG","Turn Off Public Messages");
 134  define("_JOURNAL","Journal");
 135  define("_READMYJOURNAL","Read My Journal");
 136  define("_ADD","Add");
 137  define("_YES","Yes");
 138  define("_NO","No");
 139  define("_INVISIBLEMODULES","Invisible Modules");
 140  define("_ACTIVEBUTNOTSEE","(Active but invisible link)");
 141  define("_THISISAUTOMATED","This is an automated email to let you know that your banner advertising in our site has been finished right now.");
 142  define("_THERESULTS","The results of your campaign is as follow:");
 143  define("_TOTALIMPRESSIONS","Total Impression Made:");
 144  define("_CLICKSRECEIVED","Clicks Received:");
 145  define("_IMAGEURL","Image URL");
 146  define("_CLICKURL","Click URL:");
 147  define("_ALTERNATETEXT","Alternate Text:");
 148  define("_HOPEYOULIKED","Hope you liked our service. We'll look to have you as advertising customer again soon.");
 149  define("_THANKSUPPORT","Thanks for your Support");
 150  define("_TEAM","Team");
 151  define("_BANNERSFINNISHED","Banners Ads Finished");
 152  define("_MODREQLINKS","Mod. Links");
 153  define("_BROKENLINKS","Broken Links");
 154  define("_MODREQDOWN","Mod. Downloads");
 155  define("_BROKENDOWN","Broken Downloads");
 156  define("_PAGEGENERATION","Page Generation:");
 157  define("_SECONDS","Seconds");
 158  define("_YOUHAVEONEMSG","You Have 1 New Private Message");
 159  define("_YOUHAVE","You Have");
 160  define("_NEWPMSG","New Private Messages");
 161  define("_CONTRIBUTEDBY","Contributed by");
 162  define("_CHAT","Chat");
 163  define("_REGISTERED","Registered");
 164  define("_CHATGUESTS","Guests");
 165  define("_USERSTALKINGNOW","Users Talking Now");
 166  define("_ENTERTOCHAT","Enter To Chat");
 167  define("_CHATROOMS","Available Rooms");
 168  define("_SECURITYCODE","Security Code");
 169  define("_TYPESECCODE","Type Security Code");
 170  define("_ASSOTOPIC","Associated Topics");
 171  define("_ADDITIONALYGRP","Additionaly this module belongs to the Users Group");
 172  define("_YOUHAVEPOINTS","Points you have by participating on the site's content:");
 173  define("_MVIEWSUBUSERS","View: Subscribed Users Only");
 174  define("_MODULESSUBSCRIBER","We are Sorry but this section of our site is for <i>Subscribed Users Only.</i>");
 175  define("_SUBHERE","You can subscribe to our services from <a href=\"$subscription_url\">here</a>");
 176  define("_SUBEXPIRED","Your Subscription Expired");
 177  define("_HELLO","Hello");
 178  define("_SUBSCRIPTIONAT","This is an automated message to let you know that your subscription at");
 179  define("_HASEXPIRED","has been expired now.");
 180  define("_HOPESERVED","Hope to have served you with satisfaction...");
 181  define("_SUBRENEW","If you want to renew your subscription please go to:");
 182  define("_YOUARE","You are");
 183  define("_SUBSCRIBER","subscriber");
 184  define("_OF","of");
 185  define("_SBYEARS","years");
 186  define("_SBYEAR","year");
 187  define("_SBMINUTES","minutes");
 188  define("_SBHOURS","hours");
 189  define("_SBSECONDS","seconds");
 190  define("_SBDAYS","days");
 191  define("_SUBEXPIREIN","Your subscription will expire in:");
 192  define("_NOTSUB","You are not subscriber of");
 193  define("_SUBFROM","You can subscribe from");
 194  define("_HERE","here");
 195  define("_NOW","now!");
 196  define("_ADMSUB","Subscribed User!");
 197  define("_ADMNOTSUB","User NOT Subscribed");
 198  define("_ADMSUBEXPIREIN","Subscription Expire in:");
 199  define("_LASTIP","Last user IP:");
 200  define("_BANTHIS","Ban This IP");
 201  define("_HTMLNOTALLOWED","HTML code isn't allowed. Please use the editor functions instead.");
 202  define("_KARMAGOOD","Good Karma");
 203  define("_KARMALOW","Regular Karma");
 204  define("_KARMABAD","Bad Karma");
 205  define("_KARMADEVIL","Devil Karma");
 206  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.");
 207  define("_MODERATEDTITLE","Comment Submitted - Approval Pending");
 208  define("_MODERATEDRETURN","Return to Article's Page");
 209  
 210  /*****************************************************/
 211  /* Function to translate Datestrings                 */
 212  /*****************************************************/
 213  
 214  function translate($phrase) {
 215      switch($phrase) {
 216      case "xdatestring":    $tmp = "%A, %B %d @ %T %Z"; break;
 217      case "linksdatestring":    $tmp = "%d-%b-%Y"; break;
 218      case "xdatestring2":    $tmp = "%A, %B %d"; break;
 219      default:        $tmp = "$phrase"; break;
 220      }
 221      return $tmp;
 222  }
 223  define("_HTMLNOTALLOWED2","HTML code isn't allowed here.");
 224  define("_ERRORINVEMAIL","ERROR: Invalid Email");
 225  
 226  ?>


Généré le : Sun Apr 1 11:11:59 2007 par Balluche grâce à PHPXref 0.7