home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 June / INTERNET104.ISO / pc / software / windows / building / php_nuke / html / modules / search / language / lang-russian.php < prev    next >
Encoding:
PHP Script  |  2002-09-16  |  2.9 KB  |  64 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("_ALLTOPICS","¬Ò ÚÂÏ˚");
  21. define("_NOCOMMENTS","¡ÂÁ ÍÓÏÏÂÌÚ‡ˡ");
  22. define("_UCOMMENT"," ÓÏÏÂÌÚ‡ËÈ");
  23. define("_REVIEWS","–ˆÂÌÁËË");
  24. define("_SEARCHUSERS","»Ò͇ڸ ÔÓθÁÓ‚‡ÚÂÎÂÈ ‚ ·‡Á ‰‡ÌÌ˚ı");
  25. define("_SEARCHSECTIONS","»Ò͇ڸ ‚ ÒÔˆ.ÒÂ͈ËË");
  26. define("_SEARCHREVIEWS","»Ò͇ڸ ‚ ˆÂÌÁˡı");
  27. define("_SEARCHIN","»Ò͇ڸ ‚");
  28. define("_ARTICLES","—Ú‡Ú¸Ë");
  29. define("_ALLAUTHORS","¬Ò ‡‚ÚÓ˚");
  30. define("_ALL","¬—≈");
  31. define("_WEEK","̉ÂΡ");
  32. define("_WEEKS","̉ÂÎË");
  33. define("_MONTH","ÏÂÒˇˆ");
  34. define("_MONTHS","ÏÂÒˇˆ‡");
  35. define("_SEARCHON","»Ò͇ڸ ‚:");
  36. define("_SSTORIES","–‡ÒÒ͇Á˚");
  37. define("_SSECTIONS","—Â͈ËË");
  38. define("_SUSERS","œÓθÁÓ‚‡ÚÂÏË");
  39. define("_NOMATCHES","Õ˘„ӠÌ ̇ȉÂÌÓ ÔÓ ‚‡¯ÂÏÛ Á‡ÔÓÒÛ");
  40. define("_PREVMATCHES","œ‰˚‰Û˘ËÂ");
  41. define("_NEXTMATCHES","—ÎÂ‰Û˛˘ËÂ");
  42. define("_INSECTION","—ڇڸˠ‚ ÒÂ͈ËË");
  43. define("_NONAME","Õ˘„ӠÌ ‚‚‰ÂÌÓ");
  44. define("_SCOMMENTS"," ÓÏÏÂÌÚ‡ËË");
  45. define("_SEARCHRESULTS","–ÂÁÛθڇڠÔÓËÒ͇");
  46. define("_CONTRIBUTEDBY","ŒÔÛ·ÎËÍÓ‚‡ÌÌÓ");
  47. define("_UCOMMENTS"," ÓÏÏÂÌÚ‡ËË");
  48. define("_MATCHTITLE","—Î˯ÍÓÏ ÏÌӄӠ̇Á‚‡ÌËÈ");
  49. define("_MATCHTEXT","—Î˯ÍÓÏ ÏÌÓ„Ó ÒÚ‡ÚÂÈ");
  50. define("_MATCHBOTH","—Î˯ÍÓÏ ÏÌÓ„Ó ÒÚ‡ÚÂȠˠ̇Á‚‡ÌËÈ");
  51. define("_SREPLY","œÓ‚ÚÓËÚ¸");
  52. define("_SREPLIES","Replies");
  53. define("_ATTACHART","œËÒÓ‰ËÌÂÌË ͠ÒÚ‡Ú¸Â");
  54. define("_PAGES","—Ú‡Ìˈ˚");
  55. define("_REVIEWSCORE","¡‡ÎÎÓ‚ ‰Îˇ ˝ÚÓÈ ˆÂÌÁËË");
  56. define("_PAGE","—Ú‡Ìˈ‡");
  57. define("_DOWNLOADS","Downloads");
  58. define("_WEBLINKS","Web Links");
  59. define("_FINDMORE","... more");
  60. define("_DIDNOTFIND","Didn't find what you're looking for?");
  61. define("_ENCYCLOPEDIA","Encyclopedia");
  62. define("_SEARCHINSTORY","Search All Comments in Story:");
  63.  
  64. ?>