home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 April / PCWorld_2005-04_cd.bin / akce / web / phpnuke / PHP-Nuke-7.5.exe / html / language / lang-romanian.php < prev    next >
PHP Script  |  2004-07-12  |  10KB  |  216 lines

  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-2");
  21. define("_SEARCH","Cauta");
  22. define("_LOGIN","Login");
  23. define("_WRITES","scrie");
  24. define("_POSTEDON","Scris la");
  25. define("_NICKNAME","Nickname");
  26. define("_PASSWORD","Parola");
  27. define("_WELCOMETO","Bine ati venit la");
  28. define("_EDIT","Editeaza");
  29. define("_DELETE","Sterge");
  30. define("_POSTEDBY","Scris de");
  31. define("_READS","citiri");
  32. define("_GOBACK","[ <a href=\"javascript:history.go(-1)\">Go Back</a> ]");
  33. define("_COMMENTS","comentarii");
  34. define("_PASTARTICLES","Past Articles");
  35. define("_OLDERARTICLES","Articole vechi");
  36. define("_BY","de catre");
  37. define("_ON","on");
  38. define("_LOGOUT","Iesire");
  39. define("_WAITINGCONT","Continut in asteptare");
  40. define("_SUBMISSIONS","Trimiteri");
  41. define("_WREVIEWS","Revizuiri in asteptare");
  42. define("_WLINKS","Linkuri in asteptare");
  43. define("_EPHEMERIDS","Temporare");
  44. define("_ONEDAY","O zi ca astazi...");
  45. define("_ASREGISTERED","Inca nu aveti un cont? Puteti <a href=\"modules.php?name=Your_Account\">crea unul</a>. Ca utilizator inregistrat aveti unele avantaje cum ar fi manager de teme, configurarea comentariilor si publicarea de comentarii cu numele dvs.");
  46. define("_MENUFOR","Menu pentru");
  47. define("_NOBIGSTORY","Inca nu exista cel mai bun articol, pentru astazi.");
  48. define("_BIGSTORY","Astazi cel mai citit articol este:");
  49. define("_SURVEY","Sondaj");
  50. define("_POLLS","Chestionar");
  51. define("_PCOMMENTS","Comentarii:");
  52. define("_RESULTS","Rezultate");
  53. define("_HREADMORE","cititi urmarea...");
  54. define("_CURRENTLY","Exista in mod curent,");
  55. define("_GUESTS","gazda(e) si");
  56. define("_MEMBERS","membri online.");
  57. define("_YOUARELOGGED","Sunteti legat cu username-ul");
  58. define("_YOUHAVE","Aveti");
  59. define("_PRIVATEMSG","mesaj(e) private.");
  60. define("_YOUAREANON","Sunteti utilizator anonim. Va puteti inregistra gratuit dand click <a href=\"modules.php?name=Your_Account\">aici</a>");
  61. define("_NOTE","Nota:");
  62. define("_ADMIN","Admin:");
  63. define("_WERECEIVED","Am primit");
  64. define("_PAGESVIEWS","pagini vizitate de la");
  65. define("_TOPIC","Topic");
  66. define("_UDOWNLOADS","Downloads");
  67. define("_VOTE","Voteaza");
  68. define("_VOTES","Voturi");
  69. define("_MVIEWADMIN","View: Administrators Only");
  70. define("_MVIEWUSERS","View: Registered Users Only");
  71. define("_MVIEWANON","View: Anonymous Users Only");
  72. define("_MVIEWALL","View: All Visitors");
  73. define("_EXPIRELESSHOUR","Expirare: in mai putin de o ora");
  74. define("_EXPIREIN","Expira in");
  75. define("_HTTPREFERERS","HTTP Referers");
  76. define("_UNLIMITED","Nelimitat");
  77. define("_HOURS","Ore");
  78. define("_RSSPROBLEM","In mod curent exista o problema cu titlurile din acest site");
  79. define("_SELECTLANGUAGE","Selecteaza limba");
  80. define("_SELECTGUILANG","Select Interface Language:");
  81. define("_NONE","None");
  82. define("_BLOCKPROBLEM","<center>Exista o problema la acest bloc.</center>");
  83. define("_BLOCKPROBLEM2","<center>Actualmente nu exista continut in acest bloc.</center>");
  84. define("_MODULENOTACTIVE","Scuze, acest modul nu este activ!");
  85. define("_NOACTIVEMODULES","Module inactive");
  86. define("_FORADMINTESTS","(pentru testare Admin)");
  87. define("_BBFORUMS","Forumuri");
  88. define("_ACCESSDENIED", "Acces restrictionat");
  89. define("_RESTRICTEDAREA", "Incercati sa accesati un domeniu restrictinat.");
  90. define("_MODULEUSERS", "Ne cerem scuze dar aceasta sectiune este accesibila doar <i>Utilizatorilor inregistrati</i><br><br>Va puteti inregistra gratuit dand click <a href=\"modules.php?name=Your_Account&op=new_user\">aici</a>, apoi puteti<br>accesa aceasta sectiune fara restrictii. Multumim.<br><br>");
  91. define("_MODULESADMINS", "Ne cerem scuze dar aceasta sectiune a site-ului nostru este pentru<i>Administrator</i><br><br>");
  92. define("_HOME","Home");
  93. define("_HOMEPROBLEM","Exista o problema mare: nu avem Homepage!!!");
  94. define("_ADDAHOME","Adaugati un modul in pagina Dv. principala");
  95. define("_HOMEPROBLEMUSER","Momentan exista o problema in pagina principala. Va rugam reveniti.");
  96. define("_MORENEWS","Mai mult, la sectiunea de stiri");
  97. define("_ALLCATEGORIES","Toate categoriile");
  98. define("_DATESTRING","%A, %B %d @ %T %Z");
  99. define("_DATESTRING2","%A, %B %d");
  100. define("_DATE","Data");
  101. define("_HOUR","Ora");
  102. define("_UMONTH","Luna");
  103. define("_YEAR","Anul");
  104. define("_JANUARY","Ianuarie");
  105. define("_FEBRUARY","Februarie");
  106. define("_MARCH","Martie");
  107. define("_APRIL","Aprilie");
  108. define("_MAY","Mai");
  109. define("_JUNE","Iunie");
  110. define("_JULY","Iulie");
  111. define("_AUGUST","August");
  112. define("_SEPTEMBER","Septembrie");
  113. define("_OCTOBER","Octombrie");
  114. define("_NOVEMBER","Noiembrie");
  115. define("_DECEMBER","Decembrie");
  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.  
  202. /*****************************************************/
  203. /* Function to translate Datestrings                 */
  204. /*****************************************************/
  205.  
  206. function translate($phrase) {
  207.     switch($phrase) {
  208.     case "xdatestring":    $tmp = "%A, %B %d @ %T %Z"; break;
  209.     case "linksdatestring":    $tmp = "%d-%b-%Y"; break;
  210.     case "xdatestring2":    $tmp = "%A, %B %d"; break;
  211.     default:        $tmp = "$phrase"; break;
  212.     }
  213.     return $tmp;
  214. }
  215.  
  216. ?>