PageRenderTime 64ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 1ms

/Shqip/language.php

https://github.com/tinaira/Languages
PHP | 1888 lines | 1376 code | 227 blank | 285 comment | 0 complexity | 4c0bac40648b22146ae35699dac5b29a MD5 | raw file
  1. <?php
  2. $lang = array(
  3. //
  4. // Text orientation and encoding
  5. //
  6. 'lang_direction' => 'ltr', // ltr (Left-To-Right) or rtl (Right-To-Left)
  7. 'lang_identifier' => 'sq',
  8. //
  9. // Number and date formatting
  10. //
  11. 'lang_decimal_point' => '.',
  12. 'lang_thousands_sep' => ',',
  13. 'lang_time' => 'H:i',
  14. 'lang_date' => 'j M Y',
  15. //
  16. // Notices
  17. //
  18. 'Bad request' => 'Kërkesë e gabuar. lidhjen qe ju ndiçni është e gabuar, ose është jashtë mundesive tua për tu endur këtu ose nuk egziston më.',
  19. 'No view' => 'Ju nuk keni leje për të parë këtu në këtë faqe.',
  20. 'Bad referrer' => 'Gabim HTTP_REFERER. Ju jeni drejtuar këtu nga një burim i paautorizuar. Nese ky problem nuk qendron ju lutem \'Base URL\' shiqoni nese është vënë drejt tek Admin/Opcion dhe ju jeni duke ndjekur apo naviguar këtë duke ndjekur këtë URL. Për tu informuar më shumë rreth kësaj shiqoni tek ModernBB documentation.',
  21. 'No permission' => 'Ju nuk keni leje për çasje nê këtë faqe.',
  22. 'No cookie' => 'Duket se jeni kuçur me sukses, Sidoçftë cookie nuk është aktive. Ju lutem shiqoni tek opcionet nese është e mundur për perdorim, lejo cookies për këtë faqe.',
  23. 'Pun include extension' => 'E pamundur për tu procesuar perfshirja e përdoruesit %s nga pamja %s. "%s" skedaret nuk lejohen',
  24. 'Pun include directory' => 'E pamundur për tu procesuar perfshirja e përdoruesit %s. Direktori traversal nuk është lejuar',
  25. 'Pun include error' => 'E pamundur për tu procesuar perfshirja e përdoruesit %s nga pamja %s. Nuk ka ndonje skedar apo file në asnjë direktor të template ose ne direktorin user që përfshihet',
  26. 'Settings saved' => 'Cilsimet tua u ruajten.',
  27. 'User deleted' => 'Antari u shlye.',
  28. 'User failed' => 'Deshtoj krijimi i përdoruesit, nuk keni vendosur fjalkalim.',
  29. 'User created' => 'Përdoruesi u krijua',
  30. 'Cache cleared' => 'Skedaret e cache-s u shlyen.',
  31. //
  32. // Miscellaneous
  33. //
  34. 'Announcement' => 'Njoftim',
  35. 'Options' => 'Cilsimet e përgjithshme',
  36. 'Features' => 'Veçorit',
  37. 'Submit' => 'Paraqit', // "Name" of submit buttons
  38. 'Search' => 'Kërko',
  39. 'Ban message' => 'Ju jeni i përjashtuar nga ky forum.',
  40. 'Ban message 2' => 'Perjashtimi skadon me',
  41. 'Ban message 3' => 'Adminstruesi apo moderatori ka lënë këtë mesazh:',
  42. 'Ban message 4' => 'Ju lutem parashtroni ndonje pytje tek',
  43. 'Never' => 'Kurrë',
  44. 'Today' => 'Sot',
  45. 'Yesterday' => 'Dje',
  46. 'Info' => 'Info', // A common table header
  47. 'Maintenance' => 'Mirëmbajtje',
  48. 'Invalid email' => 'Posta elektronike që keni shtypur është jovalide.',
  49. 'Required' => '(E nevojshme)',
  50. 'required field' => 'ēshtë fush e kërkuar në forum.', // For javascript form validation
  51. 'Last post' => 'Postimi fundit',
  52. 'by' => 'nga', // As in last post by some user
  53. 'New posts' => 'Postimet e reja', // The link that leads to the first new post
  54. 'New posts info' => 'Shko tek postimi i parë në temë.', // The popup text for new posts links
  55. 'Username' => 'Përdoruesi',
  56. 'Password' => 'Fjalëkalimi',
  57. 'Send email' => 'Dërgo email',
  58. 'Moderated by' => 'I moderuar nga',
  59. 'Registered table' => 'Të regjistruarit',
  60. 'Subject' => 'Subjekti',
  61. 'Message' => 'Mesazhi',
  62. 'Topic' => 'Tema',
  63. 'Forum' => 'Forum',
  64. 'Posts table' => 'Postimet',
  65. 'Replies forum' => 'Pērgjegjiet',
  66. 'Page' => 'Faqet %s',
  67. 'BBCode' => 'BBCode',
  68. 'img tag' => '[img] etiketa',
  69. 'Smilies' => 'Animacionet',
  70. 'and' => 'dhe',
  71. 'Image link' => 'imazhe', // This is displayed (i.e. <image>) instead of images when "Show images" is disabled in the profile
  72. 'wrote' => 'shenim', // For [quote]'s
  73. 'Mailer' => '%s Mailer', // As in "MyForums Mailer" in the signature of outgoing emails
  74. 'Spacer' => '…', // Ellipsis for paginate
  75. //
  76. // Title
  77. //
  78. 'Title' => 'Titulli',
  79. 'Member' => 'Antari',
  80. 'Moderator' => 'Moderator',
  81. 'Administrator' => 'Administrator',
  82. 'Banned' => 'I përjashtuar',
  83. 'Guest' => 'Mysafir',
  84. //
  85. // Stuff for include/parser.php
  86. //
  87. 'BBCode error no opening tag' => '[/%1$s] nuk u gjind ndonje përputhje [%1$s]',
  88. 'BBCode error invalid nesting' => '[%1$s] u hap në mes [%2$s], dhe nuk është e lejushme',
  89. 'BBCode error invalid self-nesting' => '[%s] was opened within itself, this is not allowed',
  90. 'BBCode error no closing tag' => '[%1$s] nuk u gjind ndonje përputhje [/%1$s]',
  91. 'BBCode error empty attribute' => '[%s] nuk ka ndonje atribut në etiketime',
  92. 'BBCode list size error' => 'Lista juaj ka fraza shumë të gjata, ju lutem zvoglojeni më shumë!',
  93. // Stuff for the navigator (top of every page)
  94. //
  95. // User menu
  96. //
  97. 'Support' => 'Mbeshtetja',
  98. 'Help' => 'Ndihmë',
  99. 'Index' => 'Ballina',
  100. 'User list' => 'Lista e përdoruesve',
  101. 'Rules' => 'Rregullat',
  102. 'Register' => 'Regjistrohu',
  103. 'Registered' => 'Antarsuar qê nga',
  104. 'Login' => 'Kyçu',
  105. 'Profile' => 'Profili',
  106. 'Logout' => 'Çkyqu',
  107. 'Backstage' => 'Prapaskena',
  108. 'New posts header' => 'E re',
  109. 'Active topics' => 'Aktivë',
  110. 'Unanswered topics' => 'Pa përgjegjie',
  111. 'Posted topics' => 'Postuar',
  112. 'Show new posts' => 'Gjej temat me postimet më të reja që nga vizita juaj e fundit.',
  113. 'Show active topics' => 'Gjej temat me postimet e fundit.',
  114. 'Show unanswered topics' => 'Gjej temat pa përgjegjie.',
  115. 'Show posted topics' => 'Gjej temat që ju keni postuar.',
  116. 'Mark as read' => 'Shënoj si të lexuara',
  117. 'Title separator' => ' / ',
  118. //
  119. // Stuff for the page footer
  120. //
  121. 'Moderate topic' => 'Modero temēn',
  122. 'All' => 'Shfaq të gjitha postimet',
  123. 'Move topic' => 'Lëviz temen',
  124. 'Open topic' => 'Hap temën',
  125. 'Close topic' => 'Mbyll temën',
  126. 'Unstick topic' => 'Çngjit temën',
  127. 'Stick topic' => 'Ngjit temēn',
  128. 'Moderate forum' => 'Modero forumin',
  129. 'Powered by' => 'Fuqizuar nga %s',
  130. 'Thanks' => 'Falemenderit që përdoreni %s',
  131. //
  132. // Debug information
  133. //
  134. 'Debug table' => 'Debug iformacionet',
  135. 'Querytime' => 'Gjeneruar në %1$s sekonda, %2$s shprehje dyshimi u ekzekutuan',
  136. 'Memory usage' => 'Perdorimi i memories: %1$s',
  137. 'Peak usage' => '(Kulmi: %1$s)',
  138. 'Query times' => 'Koha (s)',
  139. 'Query' => 'Pytjet',
  140. 'Total query time' => 'Totali i shprehjes së dyshimeve time: %s',
  141. //
  142. // First run
  143. //
  144. 'First run message' => 'Wow, është e mrekullueshme t\'ju kemi juve këtu, Mirë se erdhet dhe falëmenderit për bashkangjitjen. Ne ju kemi bërë gati llogarin përdoreni. ;) Falëmenderit.',
  145. 'Hi there' => 'Përshendetje, %s',
  146. 'Welcome to' => 'Mirë se erdhet tek %s',
  147. 'Change your avatar' => 'Ndrysho avatarin',
  148. 'Extend profile' => 'Shpreh detajet tua',
  149. 'Get help' => 'Më ndihmo',
  150. 'Do not show again' => 'Mos e shfaq më',
  151. //
  152. // For extern.php RSS feed
  153. //
  154. 'RSS description' => 'Shumica postimeve në temat %s.',
  155. 'RSS description topic' => 'Shumica e postimeve në %s.',
  156. 'RSS reply' => 'Re: ', // The topic subject will be appended to this string (to signify a reply)
  157. 'RSS active topics feed' => 'RSS active topics feed',
  158. 'Atom active topics feed' => 'Atom active topics feed',
  159. 'RSS forum feed' => 'RSS forum feed',
  160. 'Atom forum feed' => 'Atom forum feed',
  161. 'RSS topic feed' => 'RSS topic feed',
  162. 'Atom topic feed' => 'Atom topic feed',
  163. //
  164. // Admin related stuff in the header
  165. //
  166. 'New reports' => 'Ka raportime te reja',
  167. 'Maintenance mode enabled' => 'Sistemi i mirëmbatjes është aktiv!',
  168. //
  169. // Units for file sizes
  170. //
  171. 'Size unit B' => '%s B',
  172. 'Size unit KiB' => '%s KiB',
  173. 'Size unit MiB' => '%s MiB',
  174. 'Size unit GiB' => '%s GiB',
  175. 'Size unit TiB' => '%s TiB',
  176. 'Size unit PiB' => '%s PiB',
  177. 'Size unit EiB' => '%s EiB',
  178. //
  179. // Language for installation
  180. //
  181. 'Choose install language' => 'Zgjidh gjuhën për instalimin e skriptes',
  182. 'Choose install language info' => 'Gjuha për instalimin e skriptes. Dhe gjuha për komunitetin në vete mund të vendoset.',
  183. 'Install language' => 'Instalo gjuhën',
  184. 'Change language' => 'Ndrysho gjuhën',
  185. 'Already installed' => 'Duket se ModernBB tani më është instaluar. Ju duhet të shkoni këtu <a href="index.php">here</a> përndryshe.',
  186. 'You are running error' => 'Ju po përdorni %1$s verzioni %2$s. ModernBB %3$s kërkon së paku %1$s %4$s për të punuar si duhet. Ju duhet ta përditësoni %1$s instaluesin para se të vazhdoni.',
  187. 'My ModernBB Forum' => 'ModernBB i imi',
  188. 'Description' => 'Ti mund të bësh çdo gjë',
  189. 'Username 1' => 'Emri/Nofka duhet të jetë së paku 2 karaktere i gjatë.',
  190. 'Username 2' => 'Emri/Nofka nuk duhet të jetë më i gjatë se 25 karaktere.',
  191. 'Username 3' => 'Emri/nofka guest është e rezervuar.',
  192. 'Username 4' => 'Emri/Nofka nuk duhet të jetë në formë të IP-së.',
  193. 'Username 5' => 'Emri/Nofka nuk duhet të përfshijë të gjitha karakteret si p.sh \', " dhe [ ose ] përnjëhere.',
  194. 'Username 6' => 'Emri/Nofka nuk duhet të përfshijë etiketime nga (BBCode) që forumi përdor.',
  195. 'Short password' => 'Fjalëkalimi duhet të jetë së paku 6 karaktere i gjatë.',
  196. 'Passwords not match' => 'Fjalëkalimet nuk përputhen.',
  197. 'Wrong email' => 'Email adresa për administrim që keni shtypur nuk është valide.',
  198. 'No board title' => 'Ju duhet të vendosni titullin për forumin.',
  199. 'Error default language' => 'Gjuha që keni parazgjedhur duket se nuk ekziston.',
  200. 'Error default style' => 'Stili parazgjedhur nuk ekziston.',
  201. 'No DB extensions' => 'PHP duhet të përkrahet edhe për MySQL ose SQLite për ta shti n\'punë ModernBB që ta instalosh. Dhe asnjë s\'është në dispozicion, pandehë.',
  202. 'Administrator username' => 'Emri/Nofka',
  203. 'Administrator password 1' => 'Fjalëkalimi administrues 1',
  204. 'Administrator password 2' => 'Fjalëkalimi administrues 2',
  205. 'Administrator email' => 'Email',
  206. 'Board title' => 'Titulli i komunitetit',
  207. 'Base URL' => 'Jo / Fraksione',
  208. 'Required field' => 'është fush e kërkuar në këtë formë.',
  209. 'ModernBB Installation' => 'Instalimi i ModernBB',
  210. 'Install' => 'Instalo ModernBB %s',
  211. 'Errors' => 'Gabimet që duhet ti korigjoni:',
  212. 'Database setup' => 'Ngritja e bazës e të dhënave',
  213. 'Select database' => 'Zgjidh tipin e database',
  214. 'Info 1' => 'Çfarë databazës doni ta përdoreni?',
  215. 'Database type' => 'Tipi',
  216. 'Info 2' => 'Ku është serveri?',
  217. 'Info 3' => 'Emri i databazës',
  218. 'Database server hostname' => 'Server hostname',
  219. 'Database name' => 'Emri',
  220. 'Database enter informations' => 'Shtyp përdoruesin e databazës dhe fjalëkalimin',
  221. 'Database username' => 'Përdoruesi',
  222. 'Info 4' => 'Përdoruesi i databazës suaj',
  223. 'Database password' => 'Fjalëkalimi',
  224. 'Info 5' => 'Vendos për më shumë të dhëna për ModernBB',
  225. 'Table prefix' => 'Prefiksi i tabelës',
  226. 'Administration setup' => 'Ngrijta e Administrimit',
  227. 'Info 6' => '2 nga 25 karaktere të gjatë',
  228. 'Info 7' => 'Së paku 6 karaktere të gjatë',
  229. 'Confirm password' => 'Konfirmo fjalëkalimin',
  230. 'Board setup' => 'Ngritja e komunitetit',
  231. 'Board description' => 'Përshkrimi për komunitetin',
  232. 'Appearance' => 'Dukja',
  233. 'Default language' => 'Gjuha zyrtare',
  234. 'Default style' => 'Stili Zyrtarë',
  235. 'Start install' => 'Fillo instalimin',
  236. 'DB type not valid' => '\'%s\' is not a valid database type',
  237. 'Table prefix error' => 'The table prefix \'%s\' contains illegal characters or is too long. The prefix may contain the letters a to z, any numbers and the underscore character. They must however not start with a number. The maximum length is 40 characters. Please choose a different prefix',
  238. 'Prefix reserved' => 'The table prefix \'sqlite_\' is reserved for use by the SQLite engine. Please choose a different prefix',
  239. 'Existing table error' => 'A table called \'%susers\' is already present in the database \'%s\'. This could mean that ModernBB is already installed or that another piece of software is installed and is occupying one or more of the table names ModernBB requires. If you want to install multiple copies of ModernBB in the same database, you must choose a different table prefix',
  240. 'InnoDB off' => 'InnoDB does not seem to be enabled. Please choose a database layer that does not have InnoDB support, or enable InnoDB on your MySQL server',
  241. 'Administrators' => 'Administratorët',
  242. 'Moderators' => 'Moderatorët',
  243. 'Guests' => 'Mysafirët',
  244. 'Members' => 'Antaret',
  245. 'New member' => 'Antari më i ri',
  246. 'Maintenance message' => 'Forumi nuk është në dispozicion për arsye mirëmbajtje. Ju lutem na vizitoni herë pas here.',
  247. 'Test post' => 'Tema për test',
  248. 'Alert cache' => '<strong>The cache directory is currently not writable!</strong> In order for ModernBB to function properly, the directory <em>%s</em> must be writable by PHP. Use chmod to set the appropriate directory permissions. If in doubt, chmod to 0777.',
  249. 'Alert avatar' => '<strong>The avatar directory is currently not writable!</strong> If you want users to be able to upload their own avatar images you must see to it that the directory <em>%s</em> is writable by PHP. You can later choose to save avatar images in a different directory (see Admin/Options). Use chmod to set the appropriate directory permissions. If in doubt, chmod to 0777.',
  250. 'Alert upload' => '<strong>File uploads appear to be disallowed on this server!</strong> If you want users to be able to upload their own avatar images you must enable the file_uploads configuration setting in PHP. Once file uploads have been enabled, avatar uploads can be enabled in Administration/Options/Features.',
  251. 'ModernBB has been installed' => 'ModernBB has been installed. To finalize the installation please follow the instructions below.',
  252. 'Info 8' => 'To finalize the installation, you need to click on the button below to download a file called config.php. You then need to upload this file to the root directory of your ModernBB installation.',
  253. 'Info 9' => 'Kur të ngarkohet së pari config.php, ModernBB është instaluar plotesishtë! në këtë pikë, ti vizito <a href="index.php">drejtohu te ballina</a>.',
  254. 'Download config.php file' => 'Shkarko config.php skedën',
  255. 'ModernBB fully installed' => 'ModernBB u instalua plotësisht! tani drejtohu tek <a href="index.php">ballina</a>.',
  256. //
  257. // Language for updating
  258. //
  259. 'Update ModernBB' => 'Përditëso ModernBB',
  260. 'Down' => 'Forumi nuk është në dispozicion për arsye mirëmbajtje. Ju lutem na vizitoni herë pas here.',
  261. 'Version mismatch error' => 'Version mismatch. The database \'%s\' doesn\'t seem to be running a ModernBB database schema supported by this update script.',
  262. 'No update error' => 'Your forum is already as up-to-date as this script can make it',
  263. 'Start update' => 'Fillo përditësimin',
  264. 'Correct errors' => 'Këto gabime duhen përmirësuar:',
  265. 'Successfully updated' => 'Me sukses të plotë databaza juaj u përditësua . Shko shko %s.',
  266. 'go to index' => 'te ballina e forumit',
  267. 'Preparsing item' => 'Preparsing %1$s %2$s …',
  268. 'Rebuilding index item' => 'Rinderto indeksin për %1$s %2$s',
  269. 'post' => 'postim',
  270. 'topic' => 'temë',
  271. 'signature' => 'firma',
  272. // Language for frontend
  273. //
  274. // Language for delete.php
  275. //
  276. 'Delete post' => 'Shlyje postimin',
  277. 'Topic warning' => 'Paralajmërim! Ky është postimi i parë në temë, dhe e tërë tema do të shlyhet përgjithmonë .',
  278. 'Delete info' => 'Postimi qe ju keni zgjedhur për ta shlyer për arsye',
  279. 'Reply by' => 'Përgjigjet %s - %s',
  280. 'Topic by' => 'Tema u nis nga %s - %s',
  281. 'Delete' => 'Shlyje',
  282. //
  283. // Language for help.php
  284. //
  285. 'produces' => 'produces',
  286. 'BBCode info' => 'BBCode is a collection of tags that are used to change the look of text in this forum. Below you can find all the available BBCodes and how to use them. Administrators have the ability to disable BBCode. You can tell if BBCode is disabled whenever you post a message or edit your signature.',
  287. 'Text style' => 'Stili i tekstit',
  288. 'Text style info' => 'Etiketa në vazhdim ndryshon pamjen e tekstit:',
  289. 'Bold text' => 'Tekst i theksuar',
  290. 'Underlined text' => 'Tekst i nënvizuar',
  291. 'Italic text' => 'Tekst pjerrtazi',
  292. 'Strike-through text' => 'Tekst i vijezuar përtej',
  293. 'Red text' => 'Kuq tekstin',
  294. 'Blue text' => 'Kalterso tekstin',
  295. 'Heading text' => 'Krye teskt',
  296. 'Inserted text' => 'Tekst i vendosr',
  297. 'Sub text' => 'Subscript tekst',
  298. 'Sup text' => 'Superscript tekst',
  299. 'Multimedia' => 'Multimedia',
  300. 'Links info' => 'Ju mund të krijoni lidhje/links te dokumenta tjera duke perdorur etiketime tjera apo email tjeter:',
  301. 'My email address' => 'Emial jeme',
  302. 'Images info' => 'Nese deshironi të shfaqni imazhe përdor etiketen img. Teksti i shfaqur përpara "=" është shenjë apo atribut për imazhin duhet vendosur saherë të jetë e mundur.',
  303. 'ModernBB bbcode test' => 'ModernBB BBCode Test',
  304. 'Video info' => 'ModernBB mbeshtet DailyMotion, Vimeo dhe YouTube. Me BBCode këtu, Ti mund të shfaqesh video nga këto prej tyre.',
  305. 'Video link' => 'Vendos linkun/lidhjen për video',
  306. 'Quotes' => 'Cito',
  307. 'Quotes info' => 'Nese do të citosh dikë apo diçka, ti duhet të përdoresh cito etiketen.',
  308. 'Quotes info 2' => 'Nese nuk deshironi të citoni dike nga forumi, ti mund të etiketosh dikë. nese përdorues fillon me [ ose ] mund të mos markohet në citim.',
  309. 'Quote text' => 'Ky është teksti që dua ta citoj.',
  310. 'produces quote box' => 'prodho kutin cituese si:',
  311. 'Code' => 'Kodi',
  312. 'Code info' => 'Çfarëdo burimi që të shfaqeni mund të përdoreni etiketen Kodi. Text displayed with the code tag will use a monospaced font and will not be affected by other tags.',
  313. 'Code text' => 'Ketu ka ca përmbledhje',
  314. 'produces code box' => 'prodho kuti kodi si kjo:',
  315. 'Lists' => 'Listim',
  316. 'List info' => 'Për të krijuar listë perdor kdoin Listim. mund të krijoni 2 tipe të listes nga etiketimi Listim.',
  317. 'List text 1' => 'Shembulli i listimit 1.',
  318. 'List text 2' => 'Shembulli i listimit 2.',
  319. 'List text 3' => 'Shembulli i listmit 3.',
  320. 'produces list' => 'prodho listim me pika.',
  321. 'produces decimal list' => 'prodho listim numerik.',
  322. 'Smilies info' => 'Nese ju i lejoni, Këtu mund të përdoren Smiles. Dhew keto mund ti përdorni:',
  323. 'General use' => 'Përdorim gjeneral',
  324. 'General use info' => 'Shpiegimi se si përdoren disa prej tyre në forum.',
  325. 'Forums and topics' => 'Forumet dhe temat',
  326. 'Labels question' => 'Çfarë d.m.th klasifikimi?',
  327. 'Labels info' => 'Disa nga këto klasifikohen si, klasifikimi i ndryshem kuptim i ndryshem.',
  328. 'Label' => 'Klasifiko',
  329. 'Explanation' => 'Shpjegim',
  330. 'Sticky explanation' => 'Temat ngjitse janë zakonisht tema qe duhet lexuar dhe të rëndësishme. Ja vlen ta shikosh.',
  331. 'Closed explanation' => 'Kur ju shihni një etiketë të mbyllur, kjo do të thotë që ju nuk mund të postoni në këtë temë më, nëse nuk keni një leje që mbishkruan këtë. Tema është ende në dispozicion për të lexuar, nëpërmjet.',
  332. 'Moved explanation' => 'TTema e tij është zhvendosur në një tjetër forum. Administratorët dhe moderatorët mund të zgjidhni për të treguar këtë njoftim, ose thjesht nuk e tregojnë atë. Forumi origjinal ku kjo temë është e vendosur në, nuk do të tregojë ndonjë stats temë më.',
  333. 'Star' => 'Fillo',
  334. 'Star explanation' => 'Ti po ndjkë këtë forum, dhe do të shfaqet në listen e abonimeve tua.',
  335. 'Posted explanation' => 'Ky emërtim do të thotë që ju keni bërë një post në këtë temë.',
  336. 'WYSIWYG question' => 'pse s\'mund të shof WYSIWYG editorin?',
  337. 'WYSIWYG answer' => 'Ju duhet të leshoni JavaScripts në menyrë që të punoj WYSIWYG. Këtë e gjeni në cilsimet e shfletuesit tuaj dhe mund të ndodh që shfletuesi juaj nuk e përkrah WYSIWYG editorin.',
  338. 'Content question' => 'Smilies, firmat, avatarët dhe imazhet nuk janë të dukshme?',
  339. 'Content answer' => 'Në cilsimet e profilit mund të vendosni se nese dëshironi ti shfaqeni firmen, imazhet apo smiles.',
  340. 'Topics question' => 'Pse s\'mund të shof asnjë forum/postim?',
  341. 'Topics answer' => 'S\'keni aytorizimin e duhur për ta bër, pyete administratorin për ndihmë.',
  342. 'Profile question' => 'Pse s\'mund të shof asnjë profil?',
  343. 'Profile answer' => 'S\'keni aytorizimin e duhur për ta bër, pyete administratorin për ndihmë.',
  344. 'Information question' => 'Profili im nuk ngjan me të tjerët?',
  345. 'Information answer' => 'Profili juaj do t\'ju shfaq vetëm ato fusha të cilat keni plotesuar në cilsimet për profilin tuaj. Ju duhet të shihni se mos keni kaluar ndonjërn nga fushat qe deshironi ta shifni në profilin tuaj.',
  346. 'Advanced search question' => 'A ka më shumë mundësi kërkimi?',
  347. 'Advanced search answer' => 'Kur të jeni tek faqja e kërkimit, ju do te shifni se ç\'mund të kërkoni dhe sa opcione keni në dispozicion vetëm nese administratori i ka ç\'aktivizuar ndonji prej tyre.',
  348. 'More search question' => 'Pse s\'mund të kërkoj më shumë se një forum njëherësh?',
  349. 'More search answer' => 'S\'keni aytorizimin e duhur për ta bër, pyete administratorin për ndihmë.',
  350. 'Moderating' => 'Moderohet',
  351. 'Moderating info' => 'Adminstratorët dhe moderatoreve iu duhet pak ndihmë ndonjëhere, poo! Baza për moderim është këtu.',
  352. 'Moderate forum question' => 'Si të moderoj një forum?',
  353. 'Moderate forum answer' => 'Opcioni për moderim është në fund të forumit dhe aty mund të ndani, shlyeni apo moderoni temat edhe shumë tema njëkohësisht.',
  354. 'Moderate topic question' => 'Si të moderoj një temë?',
  355. 'Moderate topic answer 1' => 'Opcioni për moderim është në fund të temës dhe aty mund të bashkoni, ndani apo shlyeni temat njëkohësisht.',
  356. 'Moderate topic answer 2' => 'Përball butonit "Ndrysho", gjindet opcioni për lëvizje, hapje apo mbyllje te Temave. Poashtu mund ta bëni temën ngjitse, ose ç\'ngjit temën.',
  357. 'Moderate user question' => 'Si të moderoj nje anëtarë?',
  358. 'Moderate user answer 1' => 'Opcioni modero gjindet në profilin e anëtarëve. Mund ta gjesh moderimin nën "Administro" në menun tek profili i anëtarit. Këto mund të mos jenë për të gjithë moderatorët.',
  359. 'Moderate user answer 2' => 'Faqja e administrimit duhet ta meritosh atë dhe ta mësosh vetë.',
  360. 'Moderate user answer 3' => 'Mund të shlyesh ose përjashtosh ndonjë anëtarë nga tipari "Prapaskena.',
  361. //
  362. // Language for index.php
  363. //
  364. 'Topics' => 'Temat',
  365. 'Link to' => 'Lidhur tek:', // As in "Link to: http://modernbb.be/"
  366. 'Empty board' => 'Është bosh.',
  367. 'Newest user' => 'Anëtaret e rinjë: %s',
  368. 'Users online' => 'Anëtarët në linjë: %s',
  369. 'Guests online' => 'Mysafir në linjë: %s',
  370. 'No of users' => 'Totali i anëtarëve: %s',
  371. 'No of topics' => 'Totali i temave: %s',
  372. 'No of post' => 'Totali i postimeve: %s',
  373. 'Online' => 'Në linjë:', // As in "Online: User A, User B etc."
  374. 'Board stats' => 'Statistikat e forumit',
  375. //
  376. // Language for login.php
  377. //
  378. 'Wrong user/pass' => 'Gabim tek emri/nofka/fjalëkalimi.',
  379. 'Forgotten pass' => 'Keni harruar fjalëkalimin',
  380. 'No email match' => 'Nuk ka ndonjë anëtarë të regjistruar me këtë email',
  381. 'Request pass' => 'Kërko fjalëkalimin',
  382. 'Remember me' => 'Mbajmë mend',
  383. 'New password errors' => 'Kërkesa për fjalëkalim nuk u bë, ka pasur ndonjë gabim në artikulim ne ndonjëren prej fushave',
  384. 'New passworderrors info' => 'Këto gabime duhen korigjuar:',
  385. 'Forget mail' => 'Është dërguar një email me instrukcione se si ta ndryshoni fjalëkalimin. nese email nuk ka arritur kontaktoni administraotrin',
  386. 'Password request flood' => 'Kjo llogari ka kërkuar për rikthim fjalëkalimi orë më parë. Ju lutem prisni edhe %s minuta për të bërë kërkesen përsëri.',
  387. //
  388. // Send email
  389. //
  390. 'Form email disabled' => 'Përdoruesit që dëshironi ti dërgoni email e ka çaktivizuar funsionin email.',
  391. 'No email subject' => 'Vendos nji subjekt.',
  392. 'No email message' => 'Ti duhet te vendosesh nji mesazh .',
  393. 'Too long email message' => 'Mesazhi s\'mund të jetë më i gjatë se 65535 karaktere (64 KB).',
  394. 'Email flood' => 'Së paku %s sekonda duhet të kalojnë deri sa të dergohet një email tjetër. Ju lutem pritni %s sekonda.',
  395. 'Send email to' => 'Dërgo email tek',
  396. //
  397. // Report
  398. //
  399. 'No reason' => 'Duhet të kesh një arsye.',
  400. 'Reason too long' => 'Mesazhi juaj duhet të jetë nën 65535 bytes (~64kb).',
  401. 'Report flood' => 'Së paku %s sekonda duhet të kalojn deri në raportimin tjetër. Ju lutem printi %s sekonda dhe provo perseri.',
  402. 'Report post' => 'Raporto postimin',
  403. 'Reason' => 'Arsyea',
  404. 'Reason desc' => 'Ju lutem vendos një arsye të shkurtër pse e raportoni',
  405. //
  406. // Subscriptions
  407. //
  408. 'Not subscribed topic' => 'S\'je i abonuar në këtë temë.',
  409. //
  410. // General forum and topic moderation
  411. //
  412. 'Moderate' => 'Modero',
  413. 'Select' => 'Përzgjidh', // the header of a column of checkboxes
  414. 'Move' => 'Lëviz',
  415. 'Split' => 'Ndaje',
  416. 'Merge' => 'Bashko',
  417. //
  418. // Moderate forum
  419. //
  420. 'Open' => 'Hape',
  421. 'Close' => 'Mbylle',
  422. 'Move topics' => 'Lëviz temat',
  423. 'Move to' => 'Lëvize tek',
  424. 'Nowhere to move' => 'S\'ka forume ku mund ti zhvendosni temat/postimet.',
  425. 'Leave redirect' => 'Bejë redirektim temë\'s',
  426. 'Delete topics' => 'Shlyje temën',
  427. 'Delete topics comply' => 'A jeni i sigurt që dëshironi ta shlyni temën?',
  428. 'No topics selected' => 'Ju duhet të përzgjidhni temën lëviz/shlyej/hap/mbyll.',
  429. 'Not enough topics selected' => 'Duhet të përzgjidhni të paktën dy tema për bashkim.',
  430. 'Merge topics' => 'Bashko temat',
  431. 'New subject' => 'Subjekti i ri',
  432. //
  433. // Split multiple posts in topic
  434. //
  435. 'Split posts' => 'Ndajë postimet',
  436. //
  437. // Delete multiple posts in topic
  438. //
  439. 'Delete posts' => 'Shlyej postimet',
  440. 'Cannot select first' => 'Së pari temat nuk mund të përzgjidhen për ndarje/shlyrje.',
  441. 'Delete posts comply' => 'A jeni i sigurt që dëshironi ta shlyeni këtë postim?',
  442. 'No posts selected' => 'Ju duhët të përzgjidhni së paku 2 postime që deshironi ti ndani/shlyeni.',
  443. //
  444. // Get host
  445. //
  446. 'Host info 1' => 'IP-ja është: %s',
  447. 'Host info 2' => 'Dhe host name është: %s',
  448. 'Show more users' => 'Shfaq më shumë IP-ja të anëtarëve',
  449. //
  450. // Language for post.php and edit.php
  451. // Post validation stuff (many are similiar to those in edit.php)
  452. //
  453. 'No subject' => 'Tema duhet të ketë subjekt.',
  454. 'No subject after censoring' => 'Tema duhet të ketë subjekt. Pas aplikimit të filtrimit/cenzuror, subjekti u bë bosh.',
  455. 'Too long subject' => 'Subjekti s\'mund të jetë i gjatë më shumë se 70 karaktere.',
  456. 'No message' => 'Ju duhet të shtypesh nji mesazh.',
  457. 'No message after censoring' => 'Ju duhet të shtypni nji mesazh. Pas aplikimit të filtrimit/cezuror, mesazhi juaj është bosh.',
  458. 'Too long message' => 'Postimet s\'mund të jenë më të medhenjë se %s bytes.',
  459. 'All caps subject' => 'Subjekti s\'mund të përmbajë vetëm shkronja të mëdha.',
  460. 'All caps message' => 'Postimet s\'mund të përmbajn vetëm shrkonja të mëdha.',
  461. 'Empty after strip' => 'Duket se postimi juaj është vetëm me BBCodes. ka mundesi të ketë ndodhur p.sh Citimi juaj është shpërberë sepse keni kaluar nivelin e citimit.',
  462. //
  463. // Posting
  464. //
  465. 'Post errors' => 'Gabimet në postim',
  466. 'Post preview' => 'Shikim paraprak',
  467. 'Guest name' => 'Emri', // For guests (instead of Username)
  468. 'Post a reply' => 'Posto Përgjigju',
  469. 'Post new topic' => 'Posto Temë të re',
  470. 'Hide smilies' => 'Asnjëherë mos shfaq smiles si ikona në këtë postim',
  471. 'Subscribe topic' => 'Abonohu në këtë temë',
  472. 'Stay subscribed' => 'Qendro i abonuar në këtë temë',
  473. 'Topic review' => 'Pamjet e temave (të rejat të parat)',
  474. 'Flood start' => 'Së paku %s sekonda duhet të kalojnë ndermjetë postimit. Ju lutem prisni %s sekonda dhe provo postoni përseri.',
  475. 'Preview' => 'Shikim paraprak',
  476. //
  477. // Edit post
  478. //
  479. 'Silent edit' => 'Ndryshim i heshtur (mos shfaq "Ndryshuar nga ..." në pamje të temës)',
  480. 'Edit post' => 'Ndrysho',
  481. //
  482. // Language for both profile.php and register.php
  483. //
  484. 'Email legend' => 'Shtyp email adresë valide',
  485. 'Time zone' => 'Zona e Kohës',
  486. 'DST' => 'Avanco kohën për 1 orë për të kursyer ditën.',
  487. 'Time format' => 'Formati orës',
  488. 'Date format' => 'Formati datës',
  489. 'Default' => 'Parazgjedhur',
  490. 'Language' => 'Gjuha',
  491. 'Email setting info' => 'Cilsimet e email',
  492. 'Email setting 1' => 'Shfaq email adresën.',
  493. 'Email setting 2' => 'Fshih email adresën por lejo dërgim letrash.',
  494. 'Email setting 3' => 'Fshih email adresën dhe mos lejo dërgimin e letrave.',
  495. 'Username too short' => 'Emri/Nofka duhet të jetë së paku 2 karaktere i gjatē. Ju lutem zgjidhni nji tjetër (më të gjatë) emër.',
  496. 'Username too long' => 'Emri/Nofka s\'duhet të jetë më i gjatë se 25 karaktere. Ju lutem zgjidhni nji tjetër (më të gjatë) emër.',
  497. 'Username guest' => 'Ky Emër/Nofkë guest është i rezervuar. ju lutem zgjidhni nji emër tjetër.',
  498. 'Username IP' => 'Emri/Nofka nuk duhet të jetë në formë IP-je. Ju lutem zgjidhni një emër tjetër.',
  499. 'Username reserved chars' => 'Emri/Nofka s\'mund ti përgjigjet të gjitha karaktereve si p.sh \', " dhe [ ose ] të gjitha këto së bashku. Ju lutem zgjidhni një emër tjetër.',
  500. 'Username BBCode' => 'Emri/Nofka s\'duhet të përfshij etiketa nga (BBCode) që forumi i përdorë. Ju lutem zgjidhni një emër tjetër.',
  501. 'Banned username' => 'Emri/Nofka që ju zgjodhët është i palejushem në forum. Ju lutem zgjidhni një emër tjetër.',
  502. 'Pass too short' => 'Fjalëkalimi duhet të jetë të paktën 6 karaktere i gjatë. Ju lutem zgjidhni nji tjetër (më të gjatë).',
  503. 'Pass not match' => 'Fjalëkalimet nuk përputhen.',
  504. 'Banned email' => 'Email-in qe e keni shtypur nuk lejohet në forum. Ju lutem zgjidhni një email tjetër.',
  505. 'Dupe email' => 'Dikush tjetër tani më është i regjistruar me këtë email. Zgjidhni nji email tjetër.',
  506. 'Sig too long' => 'Firma s\'mund të jetë më e gjatë se %1$ karaktere. Ju lutem redukoni firmen tuaj me %2$ karaktere.',
  507. 'Sig too many lines' => 'Firma s\'mund të këtë me shumë se %s rreshta.',
  508. 'Bad ICQ' => 'Ti ke shtypur një ICQ UIN jovalidë. Ju lutem kthehuni mrapa dhe korigjoni.',
  509. //
  510. // Language for profile.php
  511. //
  512. 'Section personality' => 'Personaliteti',
  513. 'Section admin' => 'Administrimi',
  514. //
  515. // Miscellaneous
  516. //
  517. 'Personal details legend' => 'Ndrysho detajet e kontaktit personale',
  518. 'Settings legend' => 'Shtyp cilsimet e tua',
  519. 'User tools' => 'Veglat e përdoruesit',
  520. 'Unknown' => 'Të panjohura',
  521. //
  522. // Password stuff
  523. //
  524. 'Pass key bad' => 'Fjalëkalimi i dhënë s\'është i sakt ose ka skaduar. Ju lutem ri-kërkoni për një fjalëkalim të ri. Nese edhe kjo deshton, kontakto Administruesin e forumit',
  525. 'Pass updated' => 'Fjalëkalimi juaj u përditësua. Ju tani mund të llogariteni me fjalëkalimin e ri.',
  526. 'Wrong pass' => 'Gabim fjalëkalimi vjetër.',
  527. 'Change pass' => 'Ndrysho fjalëkalimin',
  528. 'Old pass' => 'Fjalëkalimi i vjetër',
  529. 'New pass' => 'Fjalëkalimi i ri',
  530. 'Confirm new pass' => 'Konfirmo fjalëkalimin e ri',
  531. 'Pass info' => 'Fjalëkalimi duhet të jetë i gjatë ose të përmbaj 6 karaktere',
  532. //
  533. // Email stuff
  534. //
  535. 'Email key bad' => 'Email adresen që keni shtypur s\'është e sakt ose ka skaduar. Ju lutem ribëni hapin per të ndryshuar email-in prap. Nese edhe kjo deshton, kontakto administratorin tek',
  536. 'Email updated' => 'Email adresa juaj u përditësua.',
  537. 'Activate email sent' => 'Një letër është dërguar ne email-in tuaj me instrukcione se si ta aktivizoni email-in e ri. Nese ajo letër nuk arrin ju mund ta kontaktoni administratorin e forumit',
  538. 'Email instructions' => 'Një letër me lidhjen/linkun për aktivizim iu është dërguar në email-in tuaj. Ju duhet të klikoni në lidhjen për të marrë letëren për aktivizimin e email-it të ri.',
  539. 'Change email' => 'Ndrysho email adresën',
  540. 'New email' => 'Email të ri',
  541. //
  542. // Avatar upload stuff
  543. //
  544. 'Avatars disabled' => 'Administratori e ka çaktivizuar mbështetjën e avatarit.',
  545. 'Too large ini' => 'Skeda e përzgjedhur është shumë e madhe për tu ngarkuar. Dhe serveri nuk e lejoj të ngarkohet.',
  546. 'Partial upload' => 'Skeda e përzgjedhur është ngarkuar vetëm pjesërisht. Ju lutem provojeni përseri.',
  547. 'No tmp directory' => 'PHP e kishte të pa mundur për ta ruajtur skeden e ngarkuar në një lokacion të përkohëshëm.',
  548. 'No file' => 'Ju nuk zgjodhet ndonjê sked për ta ngarkuar.',
  549. 'Bad type' => 'Skeda që dëshironi ta ngarkoni nuk është e tipit që lejohet. Tipet që lejohen/përkrahen janë gif, jpeg and png.',
  550. 'Too wide or high' => 'Skeden që ju dëshironi ta ngarkoni është mbi maksimumin e hapsirës që lejohet ose ka diçka të quditshme ketu',
  551. 'Too large' => 'Skeda qe ju dëshironi ta ngarkoni është më e madhe se sa që është e lejushme',
  552. 'pixels' => 'pixels',
  553. 'bytes' => 'bytes',
  554. 'Move failed' => 'Serveri nuk ishte në gjendje të ngarkoj sekden. Ju lutem kontaktoni administratorin tek',
  555. 'Unknown failure' => 'Një gabim i panjohur. Provojeni përseri.',
  556. 'Avatar desc' => 'Nji avatar është një fotografi e vockel që do të shfaqet ndër Emrin/Nofken tuaj në postime. Nuk duhet të jetë më e madhe se',
  557. 'Upload avatar' => 'Ngarko avatarin',
  558. 'Delete avatar' => 'Shlyej avatarin', // only for admins
  559. 'File' => 'Skeda',
  560. 'Upload' => 'Ngarko', // submit button
  561. //
  562. // Form validation stuff
  563. //
  564. 'Forbidden title' => 'Titullin që ju keni shtypur konsiston me nji fjali të humbur. Ju duhet të zgjidhni një titull tjetër.',
  565. //
  566. // Profile display stuff
  567. //
  568. 'Email info' => 'Email: %s',
  569. 'Last visit info' => 'Last visit',
  570. 'Show posts' => 'Show posts',
  571. 'Show topics' => 'Show topics',
  572. 'Show subscriptions' => 'Show subscriptions',
  573. 'Contact' => 'Contact',
  574. 'Realname' => 'Real name',
  575. 'Location' => 'Location',
  576. 'Website' => 'Website',
  577. 'Invalid website URL' => 'The website URL you entered is invalid.',
  578. 'Jabber' => 'Jabber',
  579. 'ICQ' => 'ICQ',
  580. 'MSN' => 'Microsoft Account',
  581. 'AOL' => 'AOL IM',
  582. 'Yahoo' => 'Yahoo! Messenger',
  583. 'Avatar' => 'Avatar',
  584. 'Sig max size' => 'Max length: %s characters / Max lines: %s',
  585. 'Avatar legend' => 'Set your avatar display options',
  586. 'Avatar info' => 'An avatar is a small image that will be displayed with all your posts. You can upload an avatar by clicking the link below.',
  587. 'Change avatar' => 'Change avatar',
  588. 'Signature legend' => 'Compose your signature',
  589. 'Signature info' => 'A signature is a small piece of text that is attached to your posts. In it, you can enter just about anything you like.',
  590. 'Sig preview' => 'Current signature preview:',
  591. 'No sig' => 'No signature currently stored in profile.',
  592. 'Signature quote/code/list/h' => 'The quote, code, list, and heading BBCodes are not allowed in signatures.',
  593. 'Posts per page' => 'Posts',
  594. 'Leave blank' => 'Leave blank to use default',
  595. 'Notify full' => 'Include a plain text version of new posts in subscription notification emails.',
  596. 'Auto notify full' => 'Automatically subscribe to every topic you post in.',
  597. 'Show smilies' => 'Show smilies as graphic icons.',
  598. 'Show images' => 'Show images in posts.',
  599. 'Show images sigs' => 'Show images in user signatures.',
  600. 'Show avatars' => 'Show user avatars in posts.',
  601. 'Show sigs' => 'Show user signatures.',
  602. 'Style' => 'Style',
  603. 'Backstage Accent' => 'Backstage Accent',
  604. 'Admin note' => 'Admin note',
  605. 'Post display' => 'Post display',
  606. //
  607. // Administration stuff
  608. //
  609. 'Group membership legend' => 'Choose user group',
  610. 'Save' => 'Save',
  611. 'Set mods legend' => 'Set moderator access',
  612. 'Moderator in info' => 'Choose which forums this user should be allowed to moderate. Note: This only applies to moderators. Administrators always have full permissions in all forums.',
  613. 'Update forums' => 'Update forums',
  614. 'Delete ban legend' => 'Delete or ban user',
  615. 'Delete user' => 'Delete user',
  616. 'Ban user' => 'Ban user',
  617. 'Confirm delete user' => 'Confirm delete user',
  618. 'Confirmation info' => 'Please confirm that you want to delete the user', // the username will be appended to this string
  619. 'Delete warning' => 'Warning! Deleted users and/or posts cannot be restored. If you choose not to delete the posts made by this user, the posts can only be deleted manually at a later time.',
  620. 'Delete all posts' => 'Delete any posts and topics this user has made',
  621. 'No delete admin message' => 'Administrators cannot be deleted. In order to delete this user, you must first move him/her to a different user group.',
  622. //
  623. // Language for register.php
  624. //
  625. 'No new regs' => 'This forum is not accepting new registrations.',
  626. 'Forum rules' => 'Forum rules',
  627. 'Rules legend' => 'You must agree to the following in order to register',
  628. 'Registration flood' => 'A new user was registered with the same IP address as you within the last hour. To prevent registration flooding, at least an hour has to pass between registrations from the same IP. Sorry for the inconvenience.',
  629. 'Agree' => 'Agree',
  630. 'Cancel' => 'Cancel',
  631. 'Register legend' => 'Enter the requested data',
  632. //
  633. // Form validation stuff (some of these are also used in post.php)
  634. //
  635. 'Registration errors' => 'Registration errors',
  636. 'Username censor' => 'The username you entered contains one or more censored words. Please choose a different username.',
  637. 'Username dupe 1' => 'Someone is already registered with the username',
  638. 'Username dupe 2' => 'The username you entered is too similar. The username must differ from that by at least one alphanumerical character (a-z or 0-9). Please choose a different username.',
  639. 'Email not match' => 'Email addresses do not match.',
  640. //
  641. // Registration email stuff
  642. //
  643. 'Reg email' => 'Thank you for registering. Your password has been sent to the specified address. If it doesn\'t arrive you can contact the forum administrator at',
  644. //
  645. // Register info
  646. //
  647. 'Username legend' => 'Enter a username between 2 and 25 characters long',
  648. 'Email help info' => 'Your password will be sent to this address, make sure it\'s valid',
  649. 'If human' => 'If you are human please leave this field blank!',
  650. 'Spam catch' => 'Unfortunately it looks like your request is spam. If you feel this is a mistake, please direct any inquiries to the forum administrator at',
  651. //
  652. // Language for search.php
  653. //
  654. 'User search' => 'User search',
  655. 'No search permission' => 'You do not have permission to use the search feature.',
  656. 'Search flood' => 'At least %s seconds have to pass between searches. Please wait %s seconds and try searching again.',
  657. 'Search criteria legend' => 'Enter your search criteria',
  658. 'Search info' => 'To search by keyword, enter a term or terms to search for. Separate terms with spaces. Use AND, OR and NOT to refine your search. To search by author enter the username of the author whose posts you wish to search for. Use wildcard character * for partial matches.',
  659. 'Keyword search' => 'Keyword search',
  660. 'Author search' => 'Author search',
  661. 'All forums' => 'All forums',
  662. 'Search in' => 'Search in',
  663. 'Message and subject' => 'Message text and topic subject',
  664. 'Message only' => 'Message text only',
  665. 'Topic only' => 'Topic subject only',
  666. 'Sort by' => 'Sort by',
  667. 'Sort order' => 'Sort order',
  668. 'Search results info' => 'You can choose how you wish to sort and show your results.',
  669. 'Sort by post time' => 'Post time',
  670. 'Sort by author' => 'Author',
  671. 'Ascending' => 'Ascending',
  672. 'Descending' => 'Descending',
  673. 'Show as' => 'Show as',
  674. 'Show as posts' => 'Posts',
  675. 'Advanced search' => 'Advanced search',
  676. //
  677. // Results
  678. //
  679. 'Search results' => 'Search results',
  680. 'Quick search show_new' => 'New',
  681. 'Quick search show_recent' => 'Active',
  682. 'Quick search show_unanswered' => 'Unanswered',
  683. 'Quick search show_replies' => 'Posted',
  684. 'Quick search show_user_topics' => 'Topics by %s',
  685. 'Quick search show_user_posts' => 'Posts by %s',
  686. 'Quick search show_subscriptions' => 'Subscribed by %s',
  687. 'By keywords show as topics' => 'Topics with posts containing \'%s\'',
  688. 'By keywords show as posts' => 'Posts containing \'%s\'',
  689. 'By user show as topics' => 'Topics with posts by %s',
  690. 'By user show as posts' => 'Posts by %s',
  691. 'By both show as topics' => 'Topics with posts containing \'%s\', by %s',
  692. 'By both show as posts' => 'Posts containing \'%s\', by %s',
  693. 'No terms' => 'You have to enter at least one keyword and/or an author to search for.',
  694. 'No hits' => 'Your search returned no hits.',
  695. 'No user posts' => 'There are no posts by this user in this forum.',
  696. 'No user topics' => 'There are no topics by this user in this forum.',
  697. 'No subscriptions' => 'This user is currently not subscribed to any topics.',
  698. 'No new posts' => 'There are no topics with new posts since your last visit.',
  699. 'No recent posts' => 'No new posts have been made within the last 24 hours.',
  700. 'No unanswered' => 'There are no unanswered posts in this forum.',
  701. 'Go to post' => 'Go to post',
  702. 'Go to topic' => 'Go to topic',
  703. //
  704. // Language for viewtopic.php
  705. //
  706. 'Post reply' => 'Posto përgjegjie',
  707. 'Topic closed' => 'Tema është mbyllur',
  708. 'From' => 'nga:', // User location
  709. 'IP address logged' => 'IP log',
  710. 'Note' => 'Shenim:', // Admin note
  711. 'Posts' => 'Postimet:',
  712. 'Replies' => 'Përgjigjiet:',
  713. 'Last edit' => 'S\'fundmi u editua nga',
  714. 'Report' => 'Raporto',
  715. 'Edit' => 'Ndrysho',
  716. 'Quote' => 'Cito',
  717. 'Is subscribed' => 'Jeni i abonuar',
  718. 'Unsubscribe' => 'Ç\'abonohu',
  719. 'Subscribe' => 'Abonohu',
  720. 'Quick post' => 'Postim i shpejt',
  721. 'New icon' => 'Postim i ri',
  722. 'Re' => 'Pe:',
  723. //
  724. // Language for userlist.php
  725. //
  726. 'User search info' => 'Enter a username to search for and/or a user group to filter by. Use the wildcard character * for partial matches.',
  727. 'User group' => 'User group',
  728. 'No of posts' => 'Number of posts',
  729. 'All users' => 'All users',
  730. //
  731. // Language for viewforum.php
  732. //
  733. 'Views' => 'Views',
  734. 'Moved' => 'Moved',
  735. 'Star' => 'Star',
  736. 'Sticky' => 'Sticky',
  737. 'Closed' => 'Closed',
  738. 'Empty forum' => 'Forum is empty.',
  739. //
  740. // Language for Backstage
  741. // Language for backstage.php
  742. //
  743. 'Update settings head' => 'Update settings',
  744. 'Index update check' => 'Check for updates every time the Backstage index is visited, if disabled, you won\'t see update notifications.',
  745. //
  746. // Language for bans.php
  747. //
  748. 'No user message' => 'No user by that username registered. If you want to add a ban not tied to a specific username just leave the username blank.',
  749. 'No user ID message' => 'No user by that ID registered.',
  750. 'User is admin message' => 'The user %s is an administrator and can\'t be banned. If you want to ban an administrator, you must first demote him/her.',
  751. 'User is mod message' => 'The user %s is a moderator and can\'t be banned. If you want to ban a moderator, you must first demote him/her.',
  752. 'Must enter message' => 'You must enter either a username, an IP address or an email address (at least).',
  753. 'Cannot ban guest message' => 'The guest user cannot be banned.',
  754. 'Invalid IP message' => 'You entered an invalid IP/IP-range.',
  755. 'Invalid e-mail message' => 'The email address (e.g. user@domain.com) or partial email address domain (e.g. domain.com) you entered is invalid.',
  756. 'Invalid date message' => 'You entered an invalid expire date.',
  757. 'Invalid date reasons' => 'The format should be YYYY-MM-DD and the date must be at least one day in the future.',
  758. 'New ban head' => 'Add ban',
  759. 'Username help' => 'The username to ban',
  760. 'Username advanced help' => 'The username you want to ban. If you want to ban a specific IP/IP-range or email, leave it blank.',
  761. 'Ban search head' => 'Ban search',
  762. 'Ban search info' => 'Search for bans in the database. You can enter one or more terms to search for. Wildcards in the form of asterisks (*) are accepted. To show all bans leave all fields empty.',
  763. 'Date help' => '(yyyy-mm-dd)',
  764. 'Expire after label' => 'Expire after',
  765. 'Expire before label' => 'Expire before',
  766. 'Order by label' => 'Order by',
  767. 'Order by ip' => 'IP',
  768. 'Order by expire' => 'Expire date',
  769. 'Submit search' => 'Submit search',
  770. 'E-mail help' => 'The email or email domain you wish to ban',
  771. 'IP label' => 'IP address/IP-ranges',
  772. 'IP help' => 'The IP you wish to ban, separate addresses with spaces',
  773. 'IP help link' => 'Click %s to see IP statistics for this user.',
  774. 'Ban advanced head' => 'Advanced ban settings',
  775. 'Ban advanced subhead' => 'Supplement ban with IP and email',
  776. 'Ban message label' => 'Ban message',
  777. 'Ban message help' => 'A message for banned users',
  778. 'Message expiry subhead' => 'Ban message and expiry',
  779. 'Expire date label' => 'Expire date',
  780. 'Expire date help' => 'When does the ban expire, blank for manually',
  781. 'Results head' => 'Search Results',
  782. 'Results IP address head' => 'IP/IP-ranges',
  783. 'Results expire head' => 'Expires',
  784. 'Results banned by head' => 'Banned by',
  785. 'No match' => 'No match',
  786. //
  787. // Language for board.php
  788. //
  789. 'Must enter name message' => 'You must enter a name',
  790. 'Confirm delete cat head' => 'Confirm delete category',
  791. 'Confirm delete cat info' => 'Are you sure that you want to delete the category <strong>%s</strong>?',
  792. 'Delete category warn' => 'Deleting a category will delete all forums and posts (if any) in this category!',
  793. 'Must enter integer message' => 'Position must be a positive integer value.',
  794. 'Add categories head' => 'Add categories',
  795. 'Delete categories head' => 'Delete categories',
  796. 'Edit categories head' => 'Edit categories',
  797. 'Category position label' => 'Position',
  798. 'Category name label' => 'Name',
  799. //
  800. // Language fox censoring.php
  801. //
  802. 'Must enter word message' => 'You must enter a word to censor.',
  803. 'Add word subhead' => 'Add word',
  804. 'Add word info' => 'Enter a word that you want to censor and the replacement text for this word. Wildcards are accepted (i.e. *some* would match somewhere and lonesome). Censor words also affect usernames. New users will not be able to register with usernames containing any censored words. The search is case insensitive.',
  805. 'Censoring enabled' => '<strong>Censoring is enabled in %s.</strong>',
  806. 'Censoring disabled' => '<strong>Censoring is disabled in %s.</strong>',
  807. 'Censored word label' => 'Censored word',
  808. 'Replacement label' => 'Replacement word(s)',
  809. 'Edit remove words' => 'Edit or remove words',
  810. 'No words in list' => 'No censor words in list.',
  811. //
  812. // Language fox database.php
  813. //
  814. 'Backup options' => 'Backup options',
  815. 'Backup type' => 'Backup type',
  816. 'Full' => 'Full',
  817. 'Structure only' => 'Structure only',
  818. 'Data only' => 'Data only',
  819. 'Gzip compression' => 'Gzip compression',
  820. 'Start backup' => 'Start backup',
  821. 'Backup info 1' => 'If your server supports it, you may also gzip-compress the file to reduce its size.',
  822. 'Restore complete' => 'Restore complete',
  823. 'Restore options' => 'Restore options',
  824. 'Start restore' => 'Start restore',
  825. 'Restore info 1' => 'This will perform a full restore of all ModernBB tables from a saved file. If your server supports it, you may upload a gzip-compressed text file and it will automatically be decompressed. This will overwrite any existing data. The restore may take a long time to process, so please do not move from this page until it is complete.',
  826. 'Warning' => 'Warning: critical features',
  827. 'Additional functions' => 'Additional functions',
  828. 'Repair all tables' => 'Repair all tables',
  829. 'Optimise all tables' => 'Optimise all tables',
  830. 'Additional info 1' => 'Additional features to help run a database, optimise and repair both do what they say.',
  831. //
  832. // Language for appearance.php, settings.php, email.php and features.php
  833. //
  834. 'Bad HTTP Referer message' => 'Bad HTTP_REFERER. If you have moved these forums from one location to another or switched domains, you need to update the Base URL manually in the database (look for o_base_url in the config table) and then clear the cache by deleting all .php files in the /cache directory.',
  835. 'Must enter title message' => 'You must enter a title.',
  836. 'SMTP passwords did not match' => 'You need to enter the SMTP password twice exactly the same to change it.',
  837. 'Enter announcement here' => 'Enter your announcement here.',
  838. 'Enter rules here' => 'Enter your rules here.',
  839. 'Default maintenance message' => 'The forums are temporarily down for maintenance. Please try again in a few minutes.',
  840. 'Timeout error message' => 'The value of "Timeout online" must be smaller than the value of "Timeout visit".',
  841. //
  842. // Language for appearance.php
  843. //
  844. 'Header appearance' => 'Header appearance',
  845. 'Footer appearance' => 'Footer appearance',
  846. 'Footer' => 'Footer',
  847. 'Display head' => 'Display settings',
  848. 'Default style help' => 'The default style will be used by new users and guests. Users can change the style they use, so changing the default style here won\'t change the design for already existing users. You can also force a style, this will reset the style setting for every user except the guest user.',
  849. 'About style' => 'About %s',
  850. 'version' => 'version %s',
  851. 'Released on' => 'Released on %s',
  852. 'Designed for' => 'Designed for ModernBB %s to %s',
  853. 'Force style' => 'Force style',
  854. 'Set as default' => 'Set as default',
  855. 'About' => 'About',
  856. 'Version number help' => 'Show ModernBB version number in footer.',
  857. 'Info in posts help' => 'Show information about the poster under the username in topic view.',
  858. 'Post count help' => 'Show the number of posts a user has made in topic view, profile and user list.',
  859. 'Smilies help' => 'Convert smilies to small graphic icons in forum posts.',
  860. 'Smilies sigs help' => 'Convert smilies to small graphic icons in user signatures.',
  861. 'Clickable links help' => 'Convert URLs automatically to clickable hyperlinks.',
  862. 'Topic review label' => 'Topic review',
  863. 'Topic review help' => 'Maximum amount of posts showed when posting',
  864. 'Topics per page help' => 'Default amount of topics per page',
  865. 'Posts per page label' => 'Posts per page',
  866. 'Posts per page help' => 'Default amount of posts per page',
  867. 'Indent label' => 'Indent size',
  868. 'Index panels head' => 'Index settings',
  869. 'Moderated by help' => 'Show the "Moderated by" list when moderators are set on a per-forum base.',
  870. 'Index statistics help' => 'Show the statistics panel on the index.',
  871. 'Indent help' => 'Amount of spaces that represent a tab',
  872. 'Quote depth label' => 'Maximum [quote] depth',
  873. 'Quote depth help' => 'Maximum [quote] can be used in [quote]',
  874. 'Video height' => 'Video height',
  875. 'Video height help' => 'Height of an embedded video',
  876. 'Video width' => 'Video width',
  877. 'Video width help' => 'Width of an embedded video',
  878. 'Menu items head' => 'Additional menu items',
  879. 'Menu items help' => 'This feature allows you to add more menu items to the navigation bar on every page. The format for adding new links is <code>X = &lt;a href="URL"&gt;LINK&lt;/a&gt;</code> where X is the position at which the link should be inserted. Separate entries with a line break.',
  880. 'Default menu' => 'Default menu items',
  881. 'Menu show index' => 'Show the index menu item.',
  882. 'Menu show user list' => 'Show the user list menu item.',
  883. 'Menu show search' => 'Show the search menu item.',
  884. 'Menu show rules' => 'Show the rules menu item.',
  885. 'User profile head' => 'User profile',
  886. 'Title settings head' => 'Title settings',
  887. 'Title in menu' => 'Show board title in menu.',
  888. 'Title in header' => 'Show board title in header.',
  889. 'Description in header' => 'Show board description in header.',
  890. 'Description settings head' => 'Description settings',
  891. //
  892. // Language for email.php
  893. //
  894. 'Contact head' => 'Contact settings',
  895. 'Admin e-mail label' => 'Admin email',
  896. 'Admin e-mail help' => 'The admins email',
  897. 'Webmaster e-mail label' => 'Webmaster email',
  898. 'Webmaster e-mail help' => 'The email where the boards mails will be addressed from',
  899. 'Subscriptions head' => 'Subscriptions',
  900. 'Forum subscriptions help' => 'Enable users to subscribe to forums.',
  901. 'Topic subscriptions help' => 'Enable users to subscribe to topics.',
  902. 'SMTP head' => 'SMTP settings',
  903. 'SMTP address label' => 'SMTP server address',
  904. 'SMTP address help' => 'The address of an external SMTP server to send emails with',
  905. 'SMTP username label' => 'SMTP username',
  906. 'SMTP username help' => 'Username for SMTP server, only if required',
  907. 'SMTP password label' => 'SMTP password',
  908. 'SMTP change password help' => 'Check this if you want to change or delete the currently stored password.',
  909. 'SMTP password help' => 'Password and confirmation for SMTP server, only when required',
  910. 'SMTP SSL help' => 'Encrypts the connection to the SMTP server using SSL, only when required and supported.',
  911. //
  912. // Language for features.php
  913. //
  914. 'Features head' => 'Features settings',
  915. 'General' => 'General',
  916. 'Topics and posts' => 'Topics and posts',
  917. 'User features' => 'User features',
  918. 'Search' => 'Search',
  919. 'Advanced' => 'Advanced',
  920. 'Quick post help' => 'Show a quick post form so users can post a reaction from the topic view. ',
  921. 'Users online help' => 'Display info on the index page about users currently browsing the board.',
  922. 'Censor words help' => 'Censor words in posts. See %s for more info.',
  923. 'Signatures help' => 'Allow users to attach a signature to their posts.',
  924. 'User ranks help' => 'Use user ranks. See %s for more info.',
  925. 'Topic views help' => 'Show the number of views for each topic.',
  926. 'Has posted help' => 'Show a label in front of the topics where users have posted.',
  927. 'GZip help' => 'Gzip output sent to the browser. This will reduce bandwidth usage, but use some more CPU. This feature requires that PHP is configured with zlib. If you already have one of the Apache modules (mod_gzip/mod_deflate) set up to compress PHP scripts, disable this feature.',
  928. 'Enable advanced search' => 'Allow users to use the advanced search options.',
  929. 'Search all help' => 'Allow search only in 1 forum at a time.',
  930. 'First run' => 'First run',
  931. 'General settings' => 'General settings',
  932. 'Show first run label' => 'Show the first run panel when an user logs in for the first time.',
  933. 'Show guests label' => 'Show the first run panel to guests with login field and registration button.',
  934. 'Welcome text' => 'Welcome text',
  935. 'First run help message' => 'The introduction to the forum displayed in the middle of the first run panel',
  936. //
  937. // Language for forums.php
  938. //
  939. 'Post must be integer message' => 'Position must be a positive integer value.',
  940. 'New forum' => 'New forum',
  941. //
  942. // Entry page
  943. //
  944. 'Add forum' => 'Add forum',
  945. 'Update positions' => 'Update positions',
  946. 'Confirm delete head' => 'Confirm delete forum',
  947. 'Confirm delete forum info' => 'Are you sure that you want to delete the forum <strong>%s</strong>?',
  948. 'Confirm delete forum' => 'Warning! Deleting a forum will delete all posts (if any) in that forum!',
  949. //
  950. // Detailed edit page
  951. //
  952. 'Edit forum head' => 'Edit forum',
  953. 'Edit details subhead' => 'Edit forum details',
  954. 'Forum name label' => 'Forum name',
  955. 'Forum description label' => 'Description',
  956. 'Category label' => 'Category',
  957. 'Sort by label' => 'Sort topics by',
  958. 'Topic start' => 'Topic start',
  959. 'User groups' => 'User groups',
  960. 'Redirect label' => 'Redirect URL',
  961. 'Group permissions subhead' => 'Edit group permissions',
  962. 'Group permissions info' => 'In this form, you can set the forum specific permissions for the different user groups. Administrators always have full permissions. Permission settings that differ from the default permissions for the user group are marked red. Some permissions are disabled under some conditions.',
  963. 'Read forum label' => 'Read forum',
  964. 'Post replies label' => 'Post replies',
  965. 'Post topics label' => 'Post topics',
  966. 'Revert to default' => 'Revert to default',
  967. //
  968. // Language used in groups.php
  969. //
  970. 'Title already exists message' => 'There is already a group with the title <strong>%s</strong>.',
  971. 'Cannot remove default message' => 'The default group cannot be removed. In order to delete this group, you must first setup a different group as the default.',
  972. 'Add group subhead' => 'Add new group',
  973. 'Create new group' => 'Select a user group from which the new group will inherit its permission settings.',
  974. 'Default group subhead' => 'Set default group',
  975. 'Default group help' => 'This is the default user group, e.g. the group users are placed in when they register. Not all groups are available here.',
  976. 'Existing groups head' => 'Existing groups',
  977. 'Edit groups info' => 'The pre-defined groups can\'t be removed. However, they can be edited. Please note that in some groups, some options are unavailable. Administrators always have full permissions.',
  978. 'Group delete head' => 'Group delete',
  979. 'Confirm delete info' => 'Are you sure that you want to delete the group <strong>%s</strong>?',
  980. 'Confirm delete warn' => '<b>Warning:</b> After you deleted a group you cannot restore it.',
  981. 'Delete group' => 'Delete group',
  982. 'Move users info' => 'The group <strong>%s</strong> currently has <strong>%s</strong> members. Please select a group to which these members will be assigned upon deletion.',
  983. 'Move users label' => 'Move users to',
  984. 'Group settings head' => 'Group settings',
  985. 'Group settings subhead' => 'Setup group options and permissions',
  986. 'Group settings info' => 'Below options and permissions are the default permissions for the user group. These options apply if no forum specific permissions are in effect.',
  987. 'Group title label' => 'Group title',
  988. 'User title label' => 'User title',
  989. 'User title help' => 'The title will override the user rank',
  990. 'Mod privileges label' => 'Moderator privileges',
  991. 'Mod privileges help' => 'In order for a user to have moderator abilities, they must be assigned to moderate one or more forums. This is done via the user administration page of the user\'s profile.',
  992. 'Edit profile label' => 'Edit user profiles',
  993. 'Edit profile help' => 'If moderator privileges are enabled, allow users to edit user profiles.',
  994. 'Rename users label' => 'Rename users',
  995. 'Rename users help' => 'If moderator privileges are enabled, allow users to rename users.',
  996. 'Change passwords label' => 'Change passwords',
  997. 'Change passwords help' => 'If moderator privileges are enabled, allow users to change user passwords.',
  998. 'Ban users help' => 'If moderator privileges are enabled, allow users to ban users.',
  999. 'Read board label' => 'Read board',
  1000. 'Read board help' => 'If this is disabled, users will only be able to login and logout.',
  1001. 'View user info label' => 'View user information',
  1002. 'View user info help' => 'Allow users to view the user list and user profiles.',
  1003. 'Post replies help' => 'Allow users to post replies in topics.',
  1004. 'Post topics help' => 'Allow users to post new topics.',
  1005. 'Edit posts label' => 'Edit posts',
  1006. 'Edit posts help' => 'Allow users to edit their own posts.',
  1007. 'Delete posts help' => 'Allow users to delete their own posts.',
  1008. 'Delete topics help' => 'Allow users to delete their own topics (including any replies).',
  1009. 'Set own title label' => 'Set own user title',
  1010. 'Set own title help' => 'Allow users to set their own user title.',
  1011. 'User search label' => 'Use search',
  1012. 'User search help' => 'Allow users to use the search feature.',
  1013. 'User list search label' => 'Search user list',
  1014. 'User list search help' => 'Allow users to search for other users in the user list.',
  1015. 'Send e-mails label' => 'Send e-mails',
  1016. 'Send e-mails help' => 'Allow users to send e-mails to other users.',
  1017. 'Post flood label' => 'Post flood interval',
  1018. 'Post flood help' => 'Time users have to wait between posts',
  1019. 'Search flood label' => 'Search flood interval',
  1020. 'Search flood help' => 'Time users have to wait between searches',
  1021. 'E-mail flood label' => 'Email flood interval',
  1022. 'E-mail flood help' => 'Time users have to wait between emails',
  1023. 'Report flood label' => 'Report flood interval',
  1024. 'Report flood help' => 'Time users have to wait between reports',
  1025. 'Moderator info' => 'Please note that in order for a user to have moderator abilities, they must be assigned to moderate one or more forums. This is done via the user administration page of the user\'s profile.',
  1026. 'seconds' => 'seconds',
  1027. 'pixels' => 'pixels',
  1028. //
  1029. // Language used in index.php and update.php for Backstage
  1030. //
  1031. 'ModernBB intro' => 'Welcome to ModernBB',
  1032. 'Backup head' => 'Back-up',
  1033. 'Backup info' => 'Create new database backup.',
  1034. 'Backup button' => 'Create new backup',
  1035. 'New reports head' => 'New reports',
  1036. 'Statistics head' => 'Statistics',
  1037. 'Updates' => 'Updates',
  1038. 'View all' => 'View all',
  1039. 'posts' => 'posts',
  1040. 'replies' => 'replies',
  1041. 'reply' => 'reply',
  1042. 'topics' => 'topics',
  1043. 'views' => 'views',
  1044. 'view' => 'view',
  1045. 'users' => 'users',
  1046. 'Not available' => 'Not available',
  1047. 'NA' => 'N/A',
  1048. 'About head' => 'About ModernBB',
  1049. 'ModernBB version label' => 'ModernBB version',
  1050. 'ModernBB version data' => 'ModernBB version ',
  1051. 'Server statistics label' => 'Server statistics',
  1052. 'View server statistics' => 'View server statistics',
  1053. 'ModernBB software updates' => 'ModernBB software updates',
  1054. 'ModernBB updates' => 'ModernBB updates',
  1055. 'Check for updates' => 'Check for updates',
  1056. 'New version' => 'It\'s time to update, a new version is available',
  1057. 'Latest version' => 'Thanks for using the latest version of ModernBB',
  1058. 'Development version' => 'You\'re using a development release',
  1059. 'Reset head' => 'ModernBB reset features',
  1060. 'Soft reset' => 'Soft reset',
  1061. 'Soft reset help' => 'The button below will remove the config.php file, this will cause the install to start so you can install ModernBB again. This will not drop the current database. This might be effective if your config.php file is corrupt. This can\'t be undone. Be sure you made a back-up before doing this.',
  1062. 'Hard reset' => 'Hard reset',
  1063. 'Reset config' => 'Reset config.php',
  1064. 'Hard reset help' => 'The button below will remove the config.php file and database, this will cause the install to start so you can install ModernBB again. You will lose all your data. This can\'t be undone. Be sure you made a back-up before doing this.',
  1065. 'Reset' => 'Reset',
  1066. //
  1067. // Reports
  1068. //
  1069. 'Date and time' => 'Date and time',
  1070. 'No new reports' => 'There are no new reports.',
  1071. //
  1072. // Language for maintenance.php
  1073. //
  1074. 'Rebuild index subhead' => 'Rebuild search index',
  1075. 'Rebuild index info' => 'If you changes something about topics and posts in the database you should rebuild the search index. It\'s recommended to activate %s during rebuilding. This can take a while and can increase the server load during the process!',
  1076. 'Posts per cycle label' => 'Posts per cycle',
  1077. 'Posts per cycle help' => 'Number of posts per pageview, this prevents a timeout, 300 recommended',
  1078. 'Starting post label' => 'Starting post ID',
  1079. 'Starting post help' => 'The ID where to start, default is first ID found in database',
  1080. 'Empty index label' => 'Empty index',
  1081. 'Empty index help' => 'Select this if you want the search index to be emptied before rebuilding (see below).',
  1082. 'Rebuild completed info' => 'Be sure to enable JavaScript during the rebuild (to start a new cycle automatically). When you have to abort the rebuilding, remember the last post ID and enter that ID+1 in "Starting post ID" if you want to continue (Uncheck "Empty index").',
  1083. 'Rebuild index' => 'Rebuild index',
  1084. 'Rebuilding search index' => 'Rebuilding search index',
  1085. 'Rebuilding index info' => 'Rebuilding index. This might be a good time to put on some coffee :-)',
  1086. 'Processing post' => 'Processing post <strong>%s</strong> …',
  1087. 'Click here' => 'Click here',
  1088. 'Javascript redirect failed' => 'JavaScript redirect unsuccessful. %s to continue …',
  1089. 'Posts must be integer message' => 'Posts per cycle must be a positive integer value.',
  1090. 'Days must be integer message' => 'Days to prune must be a positive integer value.',
  1091. 'No old topics message' => 'There are no topics that are %s days old. Please decrease the value of "Days old" and try again.',
  1092. 'Prune subhead' => 'Prune old posts',
  1093. 'Days old label' => 'Days old',
  1094. 'Days old help' => 'The number of days old a topic must be to be pruned',
  1095. 'Prune sticky label' => 'Prune sticky topics',
  1096. 'Prune from label' => 'Prune from forum',
  1097. 'Prune from help' => 'What shall we prune?',
  1098. 'Prune info' => 'It\'s recommended to activate %s during pruning.',
  1099. 'Confirm prune subhead' => 'Confirm prune posts',
  1100. 'Confirm prune info' => 'Are you sure that you want to prune all topics older than %s days from %s (%s topics).',
  1101. 'Confirm prune warn' => 'WARNING! Pruning posts deletes them permanently.',
  1102. 'Prune users head' => 'Prune users',
  1103. 'Prune by' => 'Prune by',
  1104. 'Registed date' => 'Registered date',
  1105. 'Last login' => 'Last login',
  1106. 'Prune by info' => 'What should we count to prune?',
  1107. 'Minimum days' => 'Minimum days since registration/last login',
  1108. 'Minimum days info' => 'The minimum amount of days since event specified above',
  1109. 'Maximum posts' => 'Maximum number of posts',
  1110. 'Maximum posts info' => 'How many posts do you require before an users isn\'t pruned',
  1111. 'Delete admins' => 'Delete admins and mods',
  1112. 'User status' => 'User status',
  1113. 'Delete any' => 'Delete any',
  1114. 'Delete only verified' => 'Delete only verified',
  1115. 'Delete only unverified' => 'Delete only unverified',
  1116. //
  1117. // Language for settings.php
  1118. //
  1119. 'Options head' => 'Global settings',
  1120. //
  1121. // Essentials section
  1122. //
  1123. 'Essentials subhead' => 'Essentials',
  1124. 'Board desc help' => 'What\'s this board about?',
  1125. 'Base URL label' => 'Board URL',
  1126. 'Base URL problem' => 'Your installation does not support automatic conversion of internationalized domain names. As your base URL contains special characters, you <strong>must</strong> use an online converter.',
  1127. 'Timezone label' => 'Default time zone',
  1128. 'DST help' => 'Advance time by 1 hour for daylight saving.',
  1129. 'Language help' => 'The default language',
  1130. //
  1131. // Essentials section timezone options
  1132. //
  1133. 'UTC-12:00' => '(UTC-12:00) International Date Line West',
  1134. 'UTC-11:00' => '(UTC-11:00) Niue, Samoa',
  1135. 'UTC-10:00' => '(UTC-10:00) Hawaii-Aleutian, Cook Island',
  1136. 'UTC-09:30' => '(UTC-09:30) Marquesas Islands',
  1137. 'UTC-09:00' => '(UTC-09:00) Alaska, Gambier Island',
  1138. 'UTC-08:30' => '(UTC-08:30) Pitcairn Islands',
  1139. 'UTC-08:00' => '(UTC-08:00) Pacific',
  1140. 'UTC-07:00' => '(UTC-07:00) Mountain',
  1141. 'UTC-06:00' => '(UTC-06:00) Central',
  1142. 'UTC-05:00' => '(UTC-05:00) Eastern',
  1143. 'UTC-04:00' => '(UTC-04:00) Atlantic',
  1144. 'UTC-03:30' => '(UTC-03:30) Newfoundland',
  1145. 'UTC-03:00' => '(UTC-03:00) Amazon, Central Greenland',
  1146. 'UTC-02:00' => '(UTC-02:00) Mid-Atlantic',
  1147. 'UTC-01:00' => '(UTC-01:00) Azores, Cape Verde, Eastern Greenland',
  1148. 'UTC' => '(UTC) Western European, Greenwich',
  1149. 'UTC+01:00' => '(UTC+01:00) Central European, West African',
  1150. 'UTC+02:00' => '(UTC+02:00) Eastern European, Central African',
  1151. 'UTC+03:00' => '(UTC+03:00) Eastern African',
  1152. 'UTC+03:30' => '(UTC+03:30) Iran',
  1153. 'UTC+04:00' => '(UTC+04:00) Moscow, Gulf, Samara',
  1154. 'UTC+04:30' => '(UTC+04:30) Afghanistan',
  1155. 'UTC+05:00' => '(UTC+05:00) Pakistan',
  1156. 'UTC+05:30' => '(UTC+05:30) India, Sri Lanka',
  1157. 'UTC+05:45' => '(UTC+05:45) Nepal',
  1158. 'UTC+06:00' => '(UTC+06:00) Bangladesh, Bhutan, Yekaterinburg',
  1159. 'UTC+06:30' => '(UTC+06:30) Cocos Islands, Myanmar',
  1160. 'UTC+07:00' => '(UTC+07:00) Indochina, Novosibirsk',
  1161. 'UTC+08:00' => '(UTC+08:00) Greater China, Australian Western, Krasnoyarsk',
  1162. 'UTC+08:45' => '(UTC+08:45) Southeastern Western Australia',
  1163. 'UTC+09:00' => '(UTC+09:00) Japan, Korea, Chita, Irkutsk',
  1164. 'UTC+09:30' => '(UTC+09:30) Australian Central',
  1165. 'UTC+10:00' => '(UTC+10:00) Australian Eastern',
  1166. 'UTC+10:30' => '(UTC+10:30) Lord Howe',
  1167. 'UTC+11:00' => '(UTC+11:00) Solomon Island, Vladivostok',
  1168. 'UTC+11:30' => '(UTC+11:30) Norfolk Island',
  1169. 'UTC+12:00' => '(UTC+12:00) New Zealand, Fiji, Magadan',
  1170. 'UTC+12:45' => '(UTC+12:45) Chatham Islands',
  1171. 'UTC+13:00' => '(UTC+13:00) Tonga, Phoenix Islands, Kamchatka',
  1172. 'UTC+14:00' => '(UTC+14:00) Line Islands',
  1173. //
  1174. // Timeout Section
  1175. //
  1176. 'Timeouts subhead' => 'Time and timeouts',
  1177. 'PHP manual' => 'PHP manual',
  1178. 'Time format help' => 'Now: %s. See %s for more info',
  1179. 'Date format help' => 'Now: %s. See %s for more info',
  1180. 'Visit timeout label' => 'Visit timeout',
  1181. 'Visit timeout help' => 'Time before a visit ends',
  1182. 'Online timeout label' => 'Online timeout',
  1183. 'Online timeout help' => 'Time before someone isn\'t online anymore',
  1184. //
  1185. // Feeds section
  1186. //
  1187. 'Feed subhead' => 'Syndication',
  1188. 'Default feed label' => 'Default feed type',
  1189. 'Default feed help' => 'Select a feed',
  1190. 'None' => 'None',
  1191. 'RSS' => 'RSS',
  1192. 'Atom' => 'Atom',
  1193. 'Feed TTL label' => 'Duration to cache feeds',
  1194. 'Feed TTL help' => 'Reduce sources by caching feeds',
  1195. 'No cache' => 'Don\'t cache',
  1196. 'Minutes' => '%d minutes',
  1197. //
  1198. // Reports section
  1199. //
  1200. 'Reporting method label' => 'Reporting method',
  1201. 'Internal' => 'Internal',
  1202. 'Both' => 'Both',
  1203. 'Reporting method help' => 'How should we handle reports?',
  1204. 'Mailing list label' => 'Mailing list',
  1205. 'Mailing list help' => 'A comma separated list of subscribers who get e-mails when new reports are made',
  1206. //
  1207. // Avatars section
  1208. //
  1209. 'Avatars subhead' => 'Avatars',
  1210. 'Use avatars label' => 'Use avatars',
  1211. 'Use avatars help' => 'Enable so users can upload avatars.',
  1212. 'Upload directory label' => 'Upload directory',
  1213. 'Upload directory help' => 'Where avatars will be stored relative to ModernBBs root, write permission required',
  1214. 'Max width label' => 'Max width',
  1215. 'Max height label' => 'Max height',
  1216. 'Max size label' => 'Max size',
  1217. //
  1218. // Registration Section
  1219. //
  1220. 'Allow new label' => 'Allow new registrations',
  1221. 'Allow new help' => 'Allow new users to be made by people.',
  1222. 'Verify label' => 'Verify registrations',
  1223. 'Verify help' => 'Send a random password to users to verify their email address. ',
  1224. 'Report new label' => 'Report new registrations',
  1225. 'Report new help' => 'Notify people on the mailing list when new user registers. ',
  1226. 'Use rules label' => 'User forum rules',
  1227. 'Use rules help' => 'Require users to agree with the rules. This will also enable a "Rules" link in the navigation bar.',
  1228. 'Rules label' => 'Enter your rules here',
  1229. 'Rules help' => 'Enter rules or useful information, required when rules are enabled',
  1230. 'E-mail default label' => 'Default email setting',
  1231. 'E-mail default help' => 'Default privacy setting for new registrations',
  1232. 'Display e-mail label' => 'Display email address to other users.',
  1233. 'Hide allow form label' => 'Hide email address but allow form e-mail.',
  1234. 'Hide both label' => 'Hide email address and disallow form email.',
  1235. 'Antispam API label' => 'Antispam API',
  1236. 'Antispam API help' => 'You can request an API key at %s to protect your forum against spam',
  1237. //
  1238. // Announcement Section
  1239. //
  1240. 'Announcement subhead' => 'Announcements',
  1241. 'Display announcement help' => 'Enable this to display the below message in the board.',
  1242. //
  1243. // Maintenance Section
  1244. //
  1245. 'Maintenance mode help' => 'Enable to activate maintenance mode, the board will only be available for admins. Do not log out when this feature is active!',
  1246. 'Maintenance message help' => 'The message to tell users about the maintenance',
  1247. 'Cache' => 'Cache',
  1248. 'Cache info' => 'Remove all cache files so the database has to return up-to-date values',
  1249. 'Clear cache' => 'Clear cache',
  1250. //
  1251. // Language for permissions.php
  1252. //
  1253. 'All caps' => 'All caps',
  1254. 'Posting subhead' => 'Posting',
  1255. 'BBCode help' => 'Allow BBCode in posts (recommended).',
  1256. 'Image tag help' => 'Allow the BBCode [img] tag in posts.',
  1257. 'All caps message help' => 'Allow a message to contain only capital letters.',
  1258. 'All caps subject help' => 'Allow a subject to contain only capital letters.',
  1259. 'Require e-mail help' => 'Require guests to supply an email address when posting.',
  1260. 'Signatures subhead' => 'Signatures',
  1261. 'BBCode sigs help' => 'Allow BBCode in user signatures.',
  1262. 'Image tag sigs help' => 'Allow the BBCode [img] tag in user signatures (not recommended).',
  1263. 'All caps sigs help' => 'Allow a signature to contain only capital letters.',
  1264. 'Max sig length label' => 'Maximum signature length',
  1265. 'Max sig length help' => 'Maximum amount of characters a signature can have',
  1266. 'Max sig lines label' => 'Maximum signature lines',
  1267. 'Max sig lines help' => 'Maximum amount of lines a signature can have',
  1268. 'Banned e-mail help' => 'Allow users to use a banned email address, mailing list will be warned when this happens.',
  1269. 'Duplicate e-mail help' => 'Allow users to use an email address that is already used, mailing list will be warned when this happens.',
  1270. //
  1271. // Language for ranks.php
  1272. //
  1273. 'Must be integer message' => 'Minimum posts must be a positive integer value.',
  1274. 'Dupe min posts message' => 'There is already a rank with a minimun posts value of %s.',
  1275. 'Add rank subhead' => 'Add rank',
  1276. 'Ranks disabled' => '<strong>User ranks is disabled in %s.</strong>',
  1277. 'Rank title label' => 'Rank title',
  1278. 'Minimum posts label' => 'Minimum posts',
  1279. 'Edit remove subhead' => 'Edit/remove ranks',
  1280. 'No ranks in list' => 'No ranks in list',
  1281. //
  1282. // Language for reports.php
  1283. //
  1284. 'Deleted user' => 'Deleted user',
  1285. 'Deleted' => 'Deleted',
  1286. 'Post ID' => 'Post #%s',
  1287. 'Reported by' => 'Reported by',
  1288. 'Actions' => 'Actions',
  1289. 'Zap' => 'Mark as read',
  1290. 'Last 10 head' => '10 last read reports',
  1291. 'Readed by' => 'Marked as read by',
  1292. 'No zapped reports' => 'There are no read reports.',
  1293. //
  1294. // Language for statistics.php
  1295. //
  1296. 'PHPinfo disabled message' => 'The PHP function phpinfo() has been disabled on this server.',
  1297. 'Server statistics head' => 'Server statistics',
  1298. 'Server load label' => 'Server load',
  1299. 'Server load data' => '%s - %s user(s) online',
  1300. 'Environment label' => 'Environment',
  1301. 'Environment data OS' => 'Operating system: %s',
  1302. 'Show info' => 'Show info',
  1303. 'Environment data version' => 'PHP: %s - %s',
  1304. 'Environment data acc' => 'Accelerator: %s',
  1305. 'Turck MMCache' => 'Turck MMCache',
  1306. 'Turck MMCache link' => 'turck-mmcache.sourceforge.net/',
  1307. 'ionCube PHP Accelerator' => 'ionCube PHP Accelerator',
  1308. 'ionCube PHP Accelerator link' => 'www.php-accelerator.co.uk/',
  1309. 'Alternative PHP Cache (APC)' => 'Alternative PHP Cache (APC)',
  1310. 'Alternative PHP Cache (APC) link' => 'www.php.net/apc/',
  1311. 'Zend Optimizer' => 'Zend Optimizer',
  1312. 'Zend Optimizer link' => 'www.zend.com/products/guard/zend-optimizer/',
  1313. 'eAccelerator' => 'eAccelerator',
  1314. 'eAccelerator link' => 'www.eaccelerator.net/',
  1315. 'XCache' => 'XCache',
  1316. 'XCache link' => 'xcache.lighttpd.net/',
  1317. 'Database label' => 'Database',
  1318. 'Database data rows' => 'Rows: %s',
  1319. 'Database data size' => 'Size: %s',
  1320. //
  1321. // Language for users.php
  1322. //
  1323. 'Non numeric message' => 'You entered a non-numeric value into a numeric only column.',
  1324. 'Invalid date time message' => 'You entered an invalid date/time.',
  1325. 'Not verified' => 'Not verified',
  1326. //
  1327. // Actions: mass delete/ban etc.
  1328. //
  1329. 'No users selected' => 'No users selected.',
  1330. 'No move admins message' => 'For security reasons, you are not allowed to move multiple administrators to another group. If you want to move these administrators, you can do so on their respective user profiles.',
  1331. 'No delete admins message' => 'Administrators cannot be deleted. In order to delete administrators, you must first move them to a different user group.',
  1332. 'No ban admins message' => 'Administrators cannot be banned. In order to ban administrators, you must first move them to a different user group.',
  1333. 'No ban mods message' => 'Moderators cannot be banned. In order to ban moderators, you must first move them to a different user group.',
  1334. 'Move users' => 'Change user group',
  1335. 'New group label' => 'New group',
  1336. 'New group help' => 'Select a new user group',
  1337. 'Invalid group message' => 'Invalid group ID.',
  1338. 'Delete users' => 'Delete users',
  1339. 'Ban users' => 'Ban users',
  1340. 'Ban IP label' => 'Ban IP addresses',
  1341. 'Ban IP help' => 'Also ban the IP addresses of the banned users to make registering a new account more difficult for them.',
  1342. 'E-mail address label' => 'Email address',
  1343. 'Real name label' => 'Real name',
  1344. 'Signature' => 'Signature',
  1345. 'Posts more than label' => 'Number of posts greater than',
  1346. 'Posts less than label' => 'Number of posts less than',
  1347. 'Last post after label' => 'Last post is after',
  1348. 'Last post before label' => 'Last post is before',
  1349. 'Last visit after label' => 'Last visit is after',
  1350. 'Last visit before label' => 'Last visit is before',
  1351. 'Registered after label' => 'Registered after',
  1352. 'Registered before label' => 'Registered before',
  1353. 'Order by posts' => 'Number of posts',
  1354. 'Order by last visit' => 'Last visit',
  1355. 'Order by registered' => 'Registered',
  1356. 'All groups' => 'All groups',
  1357. 'Unverified users' => 'Unverified users',
  1358. 'IP search head' => 'IP search',
  1359. 'IP address label' => 'IP address',
  1360. 'IP address help' => 'The IP address to search for in the post database.',
  1361. 'Find IP address' => 'Find IP address',
  1362. 'Results title head' => 'Title/Status',
  1363. 'Results posts head' => 'Posts',
  1364. 'Results last used head' => 'Last used',
  1365. 'Results times found head' => 'Times found',
  1366. 'Results find more link' => 'Find more users for this ip',
  1367. 'Results no posts found' => 'There are currently no posts by that user in the forum.',
  1368. 'Ban' => 'Ban',
  1369. 'Change group' => 'Change group',
  1370. 'Bad IP message' => 'The supplied IP address is not correctly formatted.',
  1371. 'Results view IP link' => 'IP stats',
  1372. 'Results no IP found' => 'The supplied IP address could not be found in the database.',
  1373. //
  1374. // Create new user
  1375. //
  1376. 'Add user head' => 'Add user',
  1377. 'Random password info' => 'Generate a random password, this will be emailed to the above address. When checked, leave "Password" empty.',
  1378. //
  1379. // Common language used in /backstage/
  1380. // Main menu
  1381. //
  1382. 'Content' => 'Content',
  1383. 'Forums' => 'Forumet',
  1384. 'Forum settings' => 'Forum settings',
  1385. 'Categories' => 'Categories',
  1386. 'Board' => 'Board',
  1387. 'Board structure' => 'Struktura e bordit',
  1388. 'Censoring' => 'Censoring',
  1389. 'Reports' => 'Reports',
  1390. 'Users' => 'Përdoruesit',
  1391. 'Ranks' => 'Ranks',
  1392. 'Groups' => 'Groupet',
  1393. 'Permissions' => 'Permissions',
  1394. 'Bans' => 'Përjashtimet',
  1395. 'Settings' => 'Cilsimet',
  1396. 'Global' => 'Globale',
  1397. 'Registration' => 'Regjistrimi',
  1398. 'Email' => 'Email',
  1399. 'Database' => 'Menagjimi i databazës',
  1400. 'Backstage settings' => 'Cilsimet e prapaskenes',
  1401. 'Extensions' => 'Extensions',
  1402. //
  1403. // Others
  1404. //
  1405. 'Prune' => 'Prune',
  1406. 'Server statistics' => 'Server statistics',
  1407. //
  1408. // Update service
  1409. //
  1410. 'Available' => 'An update, ModernBB v%s, is available',
  1411. 'Development' => 'You are running version %s, the latest stable release is version %s.',
  1412. 'Download' => 'Download v%s',
  1413. 'Changelog' => 'Changelog',
  1414. //
  1415. // General actions and more
  1416. //
  1417. 'Admin' => 'Admin',
  1418. 'Go back' => 'Kthehu prapa',
  1419. 'Update' => 'Përditso',
  1420. 'Add' => 'Shto',
  1421. 'Remove' => 'Shlyej',
  1422. 'Yes' => 'Po',
  1423. 'No' => 'Jo',
  1424. 'here' => 'këtu',
  1425. 'Action' => 'Akcion',
  1426. 'Maintenance mode' => 'tipi mirëmbajtje', // Used for link text in more than one file
  1427. // Cookie bar
  1428. 'Cookie bar' => 'Cookie bar',
  1429. 'Cookie info' => 'We use cookies to give you the best experience on this board.',
  1430. 'More info' => 'More info',
  1431. 'Cookie set info' => 'Show a bar with information about cookies at the bottom of the page.',
  1432. //
  1433. // Admin loader
  1434. //
  1435. 'No plugin message' => 'There is no plugin called %s in the plugin directory.',
  1436. 'Plugin failed message' => 'Loading of the plugin - <strong>%s</strong> - failed.',
  1437. //
  1438. // Email templtes
  1439. //
  1440. // Email - activate_email.tpl
  1441. 'activate_email.tpl' =>
  1442. 'Subject: Change email address requested
  1443. Hello <username>,
  1444. You have requested to have a new email address assigned to your account in the discussion forum at <base_url>. If you did not request this or if you do not want to change your email address you should just ignore this message. Only if you visit the activation page below will your email address be changed. In order for the activation page to work, you must be logged in to the forum.
  1445. To change your email address, please visit the following page:
  1446. <activation_url>
  1447. --
  1448. <board_mailer> Mailer
  1449. (Do not reply to this message)',
  1450. //
  1451. // Email - activate_password.tpl
  1452. //
  1453. 'activate_password.tpl' =>
  1454. 'Subject: New password requested
  1455. Hello <username>,
  1456. You have requested to have a new password assigned to your account in the discussion forum at <base_url>. If you did not request this or if you do not want to change your password you should just ignore this message. Only if you visit the activation page below will your password be changed.
  1457. Your new password is: <new_password>
  1458. To change your password, please visit the following page:
  1459. <activation_url>
  1460. --
  1461. <board_mailer> Mailer
  1462. (Do not reply to this message)',
  1463. // Email - banned_email_change.tpl
  1464. 'banned_email_change.tpl' =>
  1465. 'Subject: Alert - Banned email detected
  1466. User "<username>" changed to banned email address: <email>
  1467. User profile: <profile_url>
  1468. --
  1469. <board_mailer> Mailer
  1470. (Do not reply to this message)',
  1471. // Email - banned_email_post.tpl
  1472. 'banned_email_post.tpl' =>
  1473. 'Subject: Alert - Banned email detected
  1474. User "<username>" posted with banned email address: <email>
  1475. Post URL: <post_url>
  1476. --
  1477. <board_mailer> Mailer
  1478. (Do not reply to this message)',
  1479. // Email - banned_email_register.tpl
  1480. 'banned_email_register.tpl' =>
  1481. 'Subject: Alert - Banned email detected
  1482. User "<username>" registered with banned email address: <email>
  1483. User profile: <profile_url>
  1484. --
  1485. <board_mailer> Mailer
  1486. (Do not reply to this message)',
  1487. // Email - dupe_email_change.tpl
  1488. 'dupe_email_change.tpl' =>
  1489. 'Subject: Alert - Duplicate email detected
  1490. User "<username>" changed to an email address that also belongs to: <dupe_list>
  1491. User profile: <profile_url>
  1492. --
  1493. <board_mailer> Mailer
  1494. (Do not reply to this message)',
  1495. // Email - dupe_email_register.tpl
  1496. 'dupe_email_register.tpl' =>
  1497. 'Subject: Alert - Duplicate email detected
  1498. User "<username>" registered with an email address that also belongs to: <dupe_list>
  1499. User profile: <profile_url>
  1500. --
  1501. <board_mailer> Mailer
  1502. (Do not reply to this message)',
  1503. // Email - form_email.tpl
  1504. 'form_email.tpl' =>
  1505. 'Subject: <mail_subject>
  1506. <sender> from <board_title> has sent you a message. You can reply to <sender> by replying to this email.
  1507. The message reads as follows:
  1508. -----------------------------------------------------------------------
  1509. <mail_message>
  1510. -----------------------------------------------------------------------
  1511. --
  1512. <board_mailer> Mailer',
  1513. // Email - new_reply.tpl
  1514. 'new_reply.tpl' =>
  1515. 'Subject: Reply to topic: "<topic_subject>"
  1516. <replier> has replied to the topic "<topic_subject>" to which you are subscribed. There may be more new replies, but this is the only notification you will receive until you visit the board again.
  1517. The post is located at <post_url>
  1518. You can unsubscribe by going to <unsubscribe_url>
  1519. --
  1520. <board_mailer> Mailer
  1521. (Do not reply to this message)',
  1522. // Email - new_reply_full.tpl
  1523. 'new_reply_full.tpl' =>
  1524. 'Subject: Reply to topic: "<topic_subject>"
  1525. <replier> has replied to the topic "<topic_subject>" to which you are subscribed. There may be more new replies, but this is the only notification you will receive until you visit the board again.
  1526. The post is located at <post_url>
  1527. The message reads as follows:
  1528. -----------------------------------------------------------------------
  1529. <message>
  1530. -----------------------------------------------------------------------
  1531. You can unsubscribe by going to <unsubscribe_url>
  1532. --
  1533. <board_mailer> Mailer
  1534. (Do not reply to this message)',
  1535. // Email - new_report.tpl
  1536. 'new_report.tpl' =>
  1537. 'Subject: Report(<forum_id>) - "<topic_subject>"
  1538. User "<username>" has reported the following message: <post_url>
  1539. Reason: <reason>
  1540. --
  1541. <board_mailer> Mailer
  1542. (Do not reply to this message)',
  1543. // Email - new_topic.tpl
  1544. 'new_topic.tpl' =>
  1545. 'Subject: New topic in forum: "<forum_name>"
  1546. <poster> has posted a new topic "<topic_subject>" in the forum "<forum_name>", to which you are subscribed.
  1547. The topic is located at <topic_url>
  1548. You can unsubscribe by going to <unsubscribe_url>
  1549. --
  1550. <board_mailer> Mailer
  1551. (Do not reply to this message)',
  1552. // Email - new_topic_full.tpl
  1553. 'new_topic_full.tpl' =>
  1554. 'Subject: New topic in forum: "<forum_name>"
  1555. <poster> has posted a new topic "<topic_subject>" in the forum "<forum_name>", to which you are subscribed.
  1556. The topic is located at <topic_url>
  1557. The message reads as follows:
  1558. -----------------------------------------------------------------------
  1559. <message>
  1560. -----------------------------------------------------------------------
  1561. You can unsubscribe by going to <unsubscribe_url>
  1562. --
  1563. <board_mailer> Mailer
  1564. (Do not reply to this message)',
  1565. // Email - new_user.tpl
  1566. 'new_user.tpl' =>
  1567. 'Subject: Alert - New registration
  1568. User "<username>" registered in the forums at <base_url>
  1569. User profile: <profile_url>
  1570. To administer this account, please visit the following page:
  1571. <admin_url>
  1572. --
  1573. <board_mailer> Mailer
  1574. (Do not reply to this message)',
  1575. // Email - rename.tpl
  1576. 'rename.tpl' =>
  1577. 'Subject: User account renamed
  1578. During an upgrade to the forums at <base_url> it was determined your username is too similar to an existing user. Your username has been changed accordingly.
  1579. Old username: <old_username>
  1580. New username: <new_username>
  1581. We apologise for any inconvenience caused.
  1582. --
  1583. <board_mailer> Mailer
  1584. (Do not reply to this message)',
  1585. // Email - welcome.tpl
  1586. 'welcome.tpl' =>
  1587. 'Subject: Welcome to <board_title>!
  1588. Thank you for registering in the forums at <base_url>. Your account details are:
  1589. Username: <username>
  1590. Password: <password>
  1591. Login at <login_url> to activate the account.
  1592. --
  1593. <board_mailer> Mailer
  1594. (Do not reply to this message)',
  1595. );