Просмотр файла lang/english.php

Размер файла: 7.27Kb
  1. <?php
  2. // Language: English
  3. // Translate by: E.J Jimйnez (ej3@eejj33.tk)
  4. // For Version: 1.4
  5.  
  6. //General
  7. $_DateFormat_='D.M-j-Y'; //For use in date() function.
  8.  
  9. //index.php
  10. $_Join_='Add Site';
  11. $_EditSite_='Edit Site';
  12. $_Webmaster_='Webmaster Admin';
  13. $_TotalSites_='Total WebSites';
  14. $_ParcialINOUT_='Partial IN/OUT';
  15. $_TotalINOUT_='Total IN/OUT';
  16. $_TimeResetUpdate_='Top update every %%min%% minutes and reset every %%dias%% days';
  17. $_Rank_='#';
  18. $_Webs_='Webs';
  19. $_INOUT_='IN / OUT';
  20. $_IN_='IN';
  21. $_OUT_='OUT';
  22. $_Ratio_='RATIO IN/OUT';
  23. $_day_='day';
  24. $_votes_='votes';
  25. $_DaysInTop_=' days in the Top';
  26. $_Rest_='Others pages';
  27.  
  28.  
  29. //members.php
  30. $_NewMember_='New User';
  31. $_ID_='ID';
  32. $_Pass_='Password';
  33. $_WebTitle_='Web Name';
  34. $_WebURL_='Web URL';
  35. $_Description_='Description';
  36. $_Email_='email';
  37. $_BannerURL_='Banner URL';
  38. $_BannerWidth_='Banner Width';
  39. $_BannerHeight_='Banner Height';
  40. $_Code_='HTML Code';
  41. $_GetCode_='Your HTML code to get votes is:<BR><tt>&lt;A HREF="%%URLcode%%" TARGET="_BLANK"&gt;<BR>&lt;IMG SRC="%%URLvote%%" BORDER="0"&gt;&lt;/A&gt;</tt><BR>Copy and paste in your web and you view:<BR><A HREF="%%URLcode%%" TARGET="_BLANK"><IMG SRC="%%URLvote%%" BORDER="0"></A>';
  42. $_mailed_='This info have been mailed to %%email%%';
  43.  
  44. $_LoginScreen_='Login Screen';
  45. $_Password_='Password';
  46. $_Forget_='If you forget your password click <a href="members.php?modo=forget">here</a>';
  47. $_EmptyIndex_='Top list is empty';
  48. $_ErrorLogin_='Wrong Password';
  49. $_Succesfull_='Data Saved Succesfully';
  50.  
  51. $_ForgetScreen_='Lost Password';
  52. $_SelectSite_='Select your web';
  53. $_SendPass_='Get Password';
  54. $_PassMailedTo_='Password have been mailed to';
  55.  
  56. $_DeleteSite_='Delete Site';
  57. $_Confirm_='Are you sure?';
  58. $_SiteDeleted_='Site Deleted';
  59.  
  60. $_WebInfo_='Site Info';
  61.  
  62. //in.php
  63. $_ComeFrom_='You come from ';
  64. $_IfYouWant_='If you want vote for this site click in the botton below';
  65. $_VoteFor_='Vote for ';
  66. $_WithoutVote_='Enter without vote';
  67. $_InvalidVote_='Vote Invalid';
  68. $_WhenVote_='You can re-vote in ';
  69. $_VoteCount_='Your vote have been count';
  70. $_Entering_='Entering in the Top...';
  71.  
  72. //out.php
  73. $_UpdateData_='Data Updated';
  74. $_EnteringWeb_='Entering in ';
  75.  
  76. //info.php
  77. $_Rate_='Rate ';
  78. $_RateCount_='Rate count';
  79. $_RateUpdate_='Rate Update';
  80. $_RateShown_='Have been rate with';
  81. $_RateShownBefore_='before';
  82.  
  83. $_Stats_='Stats';
  84. $_InOut_='IN/OUT';
  85. $_DateJoin_='In the Top since';
  86. $_In_='IN Partial/Total';
  87. $_Out_='OUT Partial/Total';
  88. $_LastIN_='Last IN';
  89. $_LastOUT_='Last OUT';
  90. $_RatioParcial_='Partial Ratio';
  91. $_RatioTotal_='Total Ratio';
  92. $_Rates_='Rates';
  93. $_Average_='Average Rate';
  94.  
  95. $_Comments_='Comments';
  96. $_YourName_='Name';
  97. $_YourWeb_='Your web';
  98. $_YourEmail_='Your email';
  99. $_YourComment_='Your comment';
  100. $_YourRate_='Your rate';
  101.  
  102. $_AddComment_='Add comment';
  103. $_NoComment_='Without comments';
  104. $_CommentAdded_='Add Comment';
  105. $_CommentUpdate_='Update Comment';
  106. $_CommentDeleted_='Delete Comment';
  107. $_CommentInvalid_='You must complete NAME and COMMENT';
  108.  
  109. //admin.php
  110. $_Login_='User';
  111. $_Pass_='Password';
  112.  
  113. $_ControlPanel_='Control Panel';
  114. $_AdminInfo_='Admin Data';
  115. $_Options_='Options';
  116. $_TopConfig_='Top Config';
  117. $_WebSites_='Websites';
  118. $_ViewTop_='View Top';
  119.  
  120. $_AdminLogin_='Webmaster Name';
  121. $_AdminPass_='Password';
  122. $_AdminEmail_='Webmaster E-mail';
  123.  
  124. $_TopDivision_='Top Divisions';
  125. $_WebBanner_='Webs with banner';
  126. $_WebNormal_='Webs without banner';
  127. $_TopAppearance_='Aspect';
  128. $_StyleSheet_='Style Sheet';
  129. $_Language_='Language';
  130. $_ColorBar_='Color Bar';
  131. $_ColorBack_='Front Color Bar';
  132. $_BannerSystem_='Banners and Rules';
  133. $_showBannerTop_='Top Banner';
  134. $_showBannerMiddle_='Middle Banner';
  135. $_showBannerBotton_='Botton Banner';
  136. $_showRules_='Rules';
  137. $_showStats_='Shown Stats';
  138. $_showFrame_='Show Info Frame';
  139. $_sendMail_='Send mail to new users';
  140.  
  141.  
  142. $_ConfigBasic_='Basic Data';
  143. $_TopName_='Top Name';
  144. $_TopMetaTags_='MetaTags';
  145. $_TopCopyright_='Copyright';
  146. $_TopURL_='Top URL';
  147. $_VoteURL_='Vote Graphic';
  148. $_ConfigTimes_='Times Config (in seconds)';
  149. $_ResetTime_='Top Reset every';
  150. $_UpdateTime_='Top Update every';
  151. $_VoteTime_='One vote every';
  152. $_DisableTime_='Time to disable idle webs';
  153. $_ForceReset_='Reset Top';
  154. $_TopReset_='Top Reseted';
  155. $_NextReset_='Next Reset: ';
  156. $_ForceUpdate_='Update Top';
  157. $_TopUpdate_='Top Updated';
  158. $_NextUpdate_='Next Update in ';
  159. $_ConfigMax_='Max Size';
  160. $_MaxBannerWidth_=' Max Banner Width';
  161. $_MaxBannerHeight_='Max Banner Height';
  162. $_MaxDescription_='Max Description Length';
  163. $_AntiCheating_='Anti-Cheating';
  164. $_AnticheatingCookies_='Use cookies';
  165. $_AnticheatingIPs_='Track IPs';
  166.  
  167. $_Yes_='Yes';
  168. $_No_='No';
  169. $_Close_='Close';
  170. $_Delete_='Delete';
  171. $_Return_='Return';
  172. $_Enable_='Enable';
  173. $_Disable_='Disable';
  174. $_Next_='Next';
  175.  
  176. //Button
  177. $_RateIt_='Rate';
  178. $_Info_='Info.';
  179.  
  180. //setup.php
  181. $_TopoSetup_='TOPo Install';
  182. $_Before_='Before continue you must read and accept this terms';
  183. $_Accept_='Accept';
  184. $_FileSystem_='File System';
  185. $_Checking_='Checking';
  186. $_ErrorMod_='Try to change file permissions manually to';
  187. $_MissingFile_='Missing File';
  188. $_MissingFiles_='Missing Files';
  189. $_ReInstall_='Reinstall TOPo';
  190. $_TopoIsSetup_='TOPo have been successfully installed';
  191. $_RemoveSetup_='Maybe neccesary delete setup.php file manually';
  192. $_Finish_='Finish (go to the Control Panel)';
  193.  
  194. //v1.2
  195. $_Subject_='Subject';
  196. $_Message_='Message';
  197. $_SendEmail_='Send Email';
  198. $_Visit_='Visitar';
  199. $_Validation_='New Sites Validation';
  200. $_Validate_='Validate';
  201. $_SiteValidated_='Validated Site';
  202.  
  203. //v1.3
  204. $_View_='View';
  205. $_Customize_='Customize Top';
  206. $_Template_='Design';
  207. $_TOPoTagsEditor_='TOPoTags Editor';
  208. $_Preview_='Preview';
  209. $_Save_='Save';
  210. $_SaveAs_='Save as...';
  211. $_NewDesign_='New design name';
  212.  
  213. //v1.4
  214. $_CheckIt_='TOPo Info.';
  215. $_UpdatingData_='Updating data...';
  216. $_CheckingInstall_='Checking TOPo installation...';
  217. $_FilePermissions_='File Permissions';
  218. $_FilePermissionsOK_='PFile permissions OK!!';
  219. $_Directory_='Directory';
  220. $_DirPermissionsOK_='Directory permissions OK!!';
  221. $_FilePermissionsChange_='ERROR: Change file permissions to <b>666</b> or <b>777</b>';
  222. $_DirPermissionsChange_='ERROR: Change directory permissions to <b>777</b>';
  223. $_FileMissing_='ERROR: File missing';
  224. $_DirMissing_='ERROR: Directory missing';
  225. $_Error1_='ERROR: Change file permissions';
  226. $_Error2_='ERROR: BlackBook don\'t work with installed PHP version';
  227. $_URLs_='URL address';
  228. $_Error3_='WARNING: Set top URL in <a href="admin.php?modo=TopConfig">'.$_TopConfig_.'</a>';
  229. $_Versions_='Versions';
  230. $_LastTOPoVer_='Last version ';
  231. $_PHPVersionOK_='PHP version OK!!';
  232. $_PHPVersionFail_='PHP version are too old';
  233. $_TopEmpty_='TOP is empty';
  234. $_TOPoOK_='TOPo is succesfully installed';
  235. $_AdminCookie_='Cookies expire time in hours';
  236.  
  237. $_TOPoColorsEditor_='Colors Editor';
  238. $_BackGrounds_='Backgrounds';
  239. $_Texts_='Texts';
  240. $_Load_='Load';
  241. $_Colors_='Colors';
  242. $_Link_='Links';
  243. $_Button_='Button';
  244. $_MiniButton_='Minibutton';
  245. $_Ratio2_='Ratio';
  246. $_InvalidCSS_='CSS file is incompatible with TOPoColors';
  247.  
  248. $_SortBy_='Sort by';
  249. $_SortCriterio_[0]='PARCIAL IN';
  250. $_SortCriterio_[1]='PARCIAL OUT';
  251. $_SortCriterio_[2]='TOTAL IN';
  252. $_SortCriterio_[3]='TOTAL OUT';
  253. $_SortCriterio_[4]='NOTA MEDIA';
  254.  
  255. $_Performance_='Performance';
  256. $_gZIPcompression='GZIP compression';
  257. $_CommentSystem_='Comment System';
  258. $_RateSystem_='Rate System';
  259.  
  260. ?>