serbian-utf8.pl 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668
  1. # UTF-8 encoded Serbian translation file for use with Oddmuse
  2. #
  3. # Copyright (c) 2003 Unknown
  4. # Copyright (c) 2003 Chusslove Illich
  5. #
  6. # Permission is granted to copy, distribute and/or modify this document
  7. # under the terms of the GNU Free Documentation License, Version 1.2
  8. # or any later version published by the Free Software Foundation;
  9. # with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
  10. # A copy of the license could be found at: http://www.gnu.org/licenses/fdl.txt .
  11. #
  12. # Installation:
  13. # =============
  14. #
  15. # Create a modules subdirectory in your data directory, and put the
  16. # file in there. It will be loaded automatically.
  17. #
  18. # This translation was last checked for Oddmuse version 1.195.
  19. #
  20. use utf8;
  21. use strict;
  22. AddModuleDescription('serbian-utf8.pl', 'Serbian') if defined &AddModuleDescription;
  23. our %Translate = grep(!/^#/, split(/\n/,<<'END_OF_TRANSLATION'));
  24. ################################################################################
  25. # wiki.pl
  26. ################################################################################
  27. Reading not allowed: user, ip, or network is blocked.
  28. Читање није дозвољено: приступ за корисника, IP број или мрежу је блокиран.
  29. Login
  30. Error
  31. %s calls
  32. Cannot create %s
  33. Не могу да направим %s
  34. Include normal pages
  35. Invalid UserName %s: not saved.
  36. Неисправно корисничко име %s: није снимљено.
  37. UserName must be 50 characters or less: not saved
  38. Корисничко име мора имати 50 или мање знакова: није снимљено.
  39. This page contains an uploaded file:
  40. No summary was provided for this file.
  41. Recursive include of %s!
  42. Clear Cache
  43. Main lock obtained.
  44. Главна брава је добављена.
  45. Main lock released.
  46. Главна брава је отпуштена.
  47. Journal
  48. More...
  49. Comments on this page
  50. Коментари на овој страни
  51. XML::RSS is not available on this system.
  52. diff
  53. history
  54. историјат
  55. %s returned no data, or LWP::UserAgent is not available.
  56. RSS parsing failed for %s
  57. No items found in %s.
  58. . . . .
  59. Click to edit this page
  60. CGI Internal error: %s
  61. Invalid action parameter %s
  62. Неисправан параметар акције %s
  63. Page name is missing
  64. Page name is too long: %s
  65. Име странице је предугачко: %s
  66. Invalid Page %s (must not end with .db)
  67. Неисправна страница %s (не сме имати наставак .db)
  68. Invalid Page %s (must not end with .lck)
  69. Неисправна страница %s (не сме имати наставак .lck)
  70. Invalid Page %s
  71. Неисправна страница %s
  72. There are no comments, yet. Be the first to leave a comment!
  73. Welcome!
  74. This page does not exist, but you can %s.
  75. create it now
  76. Too many redirections
  77. No redirection for old revisions
  78. Invalid link pattern for #REDIRECT
  79. Please go on to %s.
  80. Настави до %s.
  81. Updates since %s
  82. Измене од %s
  83. up to %s
  84. Updates in the last %s days
  85. Измене у последњих %s дана
  86. Updates in the last day
  87. Измене у последњи дан
  88. for %s only
  89. само за %s
  90. List latest change per page only
  91. List all changes
  92. Skip rollbacks
  93. Include rollbacks
  94. List only major changes
  95. Include minor changes
  96. days
  97. List later changes
  98. RSS
  99. RSS with pages
  100. RSS with pages and diff
  101. Filters
  102. Title:
  103. Title and Body:
  104. Username:
  105. Корисничко име:
  106. Host:
  107. Follow up to:
  108. Language:
  109. Go!
  110. Иди!
  111. (minor)
  112. (ситна)
  113. rollback
  114. повратак
  115. new
  116. All changes for %s
  117. This page is too big to send over RSS.
  118. History of %s
  119. Историјат за %s
  120. Compare
  121. Упореди
  122. Deleted
  123. Mark this page for deletion
  124. No other revisions available
  125. current
  126. Revision %s
  127. Верзија %s
  128. Contributors to %s
  129. Missing target for rollback.
  130. Недостаје циљ за повратак.
  131. Target for rollback is too far back.
  132. Циљ за повратак је предалеко уназад.
  133. A username is required for ordinary users.
  134. Rolling back changes
  135. Враћам измене
  136. Editing not allowed: %s is read-only.
  137. Уређивање није дозвољено: %s је само за читање.
  138. Rollback of %s would restore banned content.
  139. Rollback to %s
  140. Повратак на %s
  141. %s rolled back
  142. %s је враћен
  143. to %s
  144. Index of all pages
  145. Списак свих страна:
  146. Wiki Version
  147. Приказујем верзију Викија
  148. Password
  149. Лозинка
  150. Run maintenance
  151. Unlock Wiki
  152. Откључавам
  153. Unlock site
  154. Lock site
  155. Unlock %s
  156. Lock %s
  157. Administration
  158. Actions:
  159. Important pages:
  160. To mark a page for deletion, put <strong>%s</strong> on the first line.
  161. from %s
  162. од %s
  163. redirected from %s
  164. преусмерено са %s
  165. %s:
  166. [Home]
  167. [Кућа]
  168. Click to search for references to this page
  169. Edit this page
  170. Уреди текст ове странице
  171. Preview:
  172. Преглед:
  173. Preview only, not yet saved
  174. Ово је само преглед, измена још увек није записана
  175. Warning
  176. Упозорење
  177. Database is stored in temporary directory %s
  178. База је снимљена у привремени директоријум %s
  179. %s seconds
  180. %s секунди
  181. Last edited
  182. Последње уређивање
  183. Edited
  184. Уређено
  185. by %s
  186. — %s
  187. (diff)
  188. (разлике)
  189. a
  190. c
  191. Edit revision %s of this page
  192. Уреди верзију %s ове странице
  193. e
  194. This page is read-only
  195. Ова страница је само за читање
  196. View other revisions
  197. Прикажи остале верзије
  198. View current revision
  199. Прикажи тренутну верзију
  200. View all changes
  201. Прикажи све измене
  202. View contributors
  203. Add your comment here:
  204. Homepage URL:
  205. s
  206. Save
  207. Сачувај
  208. p
  209. Preview
  210. Преглед
  211. Search:
  212. Пронађи:
  213. f
  214. Replace:
  215. Замени:
  216. Delete
  217. Filter:
  218. Last edit
  219. revision %s
  220. верзија %s
  221. current revision
  222. текућа верзија
  223. Difference between revision %1 and %2
  224. Last major edit (%s)
  225. later minor edits
  226. No diff available.
  227. Разлика није доступна.
  228. Summary:
  229. Сажетак:
  230. Old revision:
  231. Changed:
  232. Измењено:
  233. Deleted:
  234. Added:
  235. Додато:
  236. to
  237. у
  238. Revision %s not available
  239. Верзија %s није доступна
  240. showing current revision instead
  241. уместо тога, користи се тренутна верзија
  242. Showing revision %s
  243. Приказана верзија %s
  244. Cannot save a nameless page.
  245. Не могу да снимим безимену страну.
  246. Cannot save a page without revision.
  247. not deleted:
  248. deleted
  249. обрисано
  250. Cannot open %s
  251. Cannot write %s
  252. Could not get %s lock
  253. Нисам могао да добавим браву %s
  254. The lock was created %s.
  255. Maybe the user running this script is no longer allowed to remove the lock directory?
  256. Sometimes locks are left behind if a job crashes.
  257. After ten minutes, you could try to unlock the wiki.
  258. This operation may take several seconds...
  259. Ова операција може потрајати неколико секунди...
  260. Forced unlock of %s lock.
  261. Форсирано откључавање браве %s.
  262. No unlock required.
  263. Откључавање није неопходно.
  264. %s hours ago
  265. пре %s часова
  266. 1 hour ago
  267. пре 1 часа
  268. %s minutes ago
  269. пре %s минута
  270. 1 minute ago
  271. пре 1 минута
  272. %s seconds ago
  273. пре %s секунди
  274. 1 second ago
  275. пре 1 секунде
  276. just now
  277. управо сада
  278. Only administrators can upload files.
  279. Само администратори могу да каче датотеке.
  280. Editing revision %s of
  281. Уређује се верзија %s
  282. Editing %s
  283. Уређивање %s
  284. Editing old revision %s.
  285. Уређивање старе верзије %s.
  286. Saving this page will replace the latest revision with this text.
  287. Снимање ове странице ће преписати последњу верзију новим текстом.
  288. This change is a minor edit.
  289. Ово је ситна измена.
  290. Cancel
  291. Replace this file with text
  292. Замени ову датотеку текстом
  293. Replace this text with a file
  294. Замени овај текст датотеком
  295. File to upload:
  296. Датотека коју треба окачити:
  297. Files of type %s are not allowed.
  298. Датотеке типа %s нису дозвољене.
  299. Your password is saved in a cookie, if you have cookies enabled. Cookies may get lost if you connect from another machine, from another account, or using another software.
  300. Ваша лозинка је снимљена у колачићу, ако су укључени. Колачићи могу бити изгубљени ако се повежете са друге машине, са другог налога, или користећи други програм.
  301. This site does not use admin or editor passwords.
  302. Овај сајт не користи администраторске или уредничке лозинке.
  303. You are currently an administrator on this site.
  304. Тренутно сте администратор на овом сајту.
  305. You are currently an editor on this site.
  306. Тренутно сте уредник на овом сајту.
  307. You are a normal user on this site.
  308. Ви сте нормални корисник на овом сајту.
  309. You do not have a password set.
  310. Your password does not match any of the administrator or editor passwords.
  311. Ваша лозинка се не поклапа ни са једном од аминистраторских или уредничких лозинки.
  312. Password:
  313. Лозинка:
  314. Return to %s
  315. This operation is restricted to site editors only...
  316. Ово смеју да раде само уредници сајта...
  317. This operation is restricted to administrators only...
  318. Ово сме да ради само администратор...
  319. Edit Denied
  320. Editing not allowed: user, ip, or network is blocked.
  321. Уређивање није дозвољено: приступ за корисника, IP број или мрежу је блокиран.
  322. Contact the wiki administrator for more information.
  323. Обратите се администратору за више информација.
  324. The rule %s matched for you.
  325. See %s for more information.
  326. Погледајте %s за више информација.
  327. SampleUndefinedPage
  328. НенаписанаСтраницаЗаПример
  329. Sample_Undefined_Page
  330. Ненаписана_Страница_За_Пример
  331. Rule "%1" matched "%2" on this page.
  332. Reason: %s.
  333. Reason unknown.
  334. (for %s)
  335. %s pages found.
  336. Preview: %s
  337. Replaced: %s
  338. Замењено: %s
  339. Search for: %s
  340. Тражи: %s
  341. View changes for these pages
  342. last updated
  343. последњи пут ажурирана
  344. by
  345. Transfer Error: %s
  346. Грешка у преносу: %s
  347. Browser reports no file info.
  348. Прегледач не пријављује информације о датотеци.
  349. Browser reports no file type.
  350. Прегледач не пријављује тип датотеке.
  351. The page contains banned text.
  352. No changes to be saved.
  353. This page was changed by somebody else %s.
  354. Ову страницу је изменио неко други %s.
  355. The changes conflict. Please check the page again.
  356. Измене су у сукобу. Проверите страну поново.
  357. Please check whether you overwrote those changes.
  358. Проверите да нисте пребрисали ове те измене.
  359. Anonymous
  360. Анонимони
  361. Cannot delete the index file %s.
  362. Please check the directory permissions.
  363. Your changes were not saved.
  364. Could not get a lock to merge!
  365. Нисам могао да добавим браву за стапање!
  366. you
  367. ви
  368. ancestor
  369. предак
  370. other
  371. други
  372. Run Maintenance
  373. Maintenance not done.
  374. Одржавање није урађено.
  375. (Maintenance can only be done once every 12 hours.)
  376. (Одржавање може да се уради једном сваких 13 часова.)
  377. Remove the "maintain" file or wait.
  378. Уклони датотеку одржавања или чекај.
  379. Expiring keep files and deleting pages marked for deletion
  380. Истичем датотеке чувања и бришем странице означене за брисање
  381. Moving part of the %s log file.
  382. Премештам део дневничке датотеке %s.
  383. Could not open %s log file
  384. Нисам могао да отворим дневничку датотеку %s
  385. Error was
  386. Грешка
  387. Note: This error is normal if no changes have been made.
  388. Пажња: Ова грешка је уобичајена уколико ништа нисте изменили.
  389. Moving %s log entries.
  390. Премештам %s дневничких ставки.
  391. Set or Remove global edit lock
  392. Постави или уклони глобалну браву за уређивање
  393. Edit lock created.
  394. Брава за уређивање је направљена.
  395. Edit lock removed.
  396. Брава за уређивање је уклоњена.
  397. Set or Remove page edit lock
  398. Постави или уклони браву за уређивање стране
  399. Lock for %s created.
  400. Брава за %s је направљена.
  401. Lock for %s removed.
  402. Брава за %s је уклоњена.
  403. Displaying Wiki Version
  404. Debugging Information
  405. Too many connections by %s
  406. Превише веза од %s
  407. Please do not fetch more than %1 pages in %2 seconds.
  408. Check whether the web server can create the directory %s and whether it can create files in it.
  409. , see
  410. The two revisions are the same.
  411. ################################################################################
  412. # modules/admin.pl
  413. ################################################################################
  414. Deleting %s
  415. Deleted %s
  416. Renaming %1 to %2.
  417. The page %s does not exist
  418. The page %s already exists
  419. Cannot rename %1 to %2
  420. Renamed to %s
  421. Renamed from %s
  422. Renamed %1 to %2.
  423. Immediately delete %s
  424. Rename %s to:
  425. ################################################################################
  426. # modules/advanced-uploads.pl
  427. ################################################################################
  428. Attach file:
  429. Upload
  430. ################################################################################
  431. # modules/aggregate.pl
  432. ################################################################################
  433. Learn more...
  434. ################################################################################
  435. # modules/all.pl
  436. ################################################################################
  437. Complete Content
  438. Потпуни садржај
  439. The main page is %s.
  440. Главна страна је %s.
  441. ################################################################################
  442. # modules/archive.pl
  443. ################################################################################
  444. Archive:
  445. ################################################################################
  446. # modules/backlinkage.pl
  447. ################################################################################
  448. Rebuild BackLink database
  449. Internal Page: %s
  450. Pages that link to this page
  451. ################################################################################
  452. # modules/backlinks.pl
  453. ################################################################################
  454. The search parameter is missing.
  455. Pages link to %s
  456. ################################################################################
  457. # modules/ban-contributors.pl
  458. ################################################################################
  459. Ban contributors
  460. Ban Contributors to %s
  461. Ban!
  462. Regular expression:
  463. %s is banned
  464. These URLs were rolled back. Perhaps you want to add a regular expression to %s?
  465. Consider banning the IP number as well:
  466. ################################################################################
  467. # modules/banned-regexps.pl
  468. ################################################################################
  469. Regular expression "%1" matched "%2" on this page.
  470. Regular expression "%s" matched on this page.
  471. ################################################################################
  472. # modules/big-brother.pl
  473. ################################################################################
  474. Recent Visitors
  475. Скори посетиоци
  476. some action
  477. was here
  478. and read
  479. ################################################################################
  480. # modules/calendar.pl
  481. ################################################################################
  482. Illegal year value: Use 0001-9999
  483. The match parameter is missing.
  484. Page Collection for %s
  485. Previous
  486. Next
  487. Calendar %s
  488. Su
  489. Mo
  490. Tu
  491. We
  492. Th
  493. Fr
  494. Sa
  495. January
  496. February
  497. March
  498. April
  499. May
  500. June
  501. July
  502. August
  503. September
  504. October
  505. November
  506. December
  507. ################################################################################
  508. # modules/checkbox.pl
  509. ################################################################################
  510. set %s
  511. unset %s
  512. ################################################################################
  513. # modules/clustermap.pl
  514. ################################################################################
  515. Clustermap
  516. Pages without a Cluster
  517. ################################################################################
  518. # modules/comment-div-wrapper.pl
  519. ################################################################################
  520. Comments:
  521. ################################################################################
  522. # modules/commentcount.pl
  523. ################################################################################
  524. Comments on
  525. Comment on
  526. ################################################################################
  527. # modules/compilation.pl
  528. ################################################################################
  529. Compilation for %s
  530. Compilation tag is missing a regular expression.
  531. ################################################################################
  532. # modules/css-install.pl
  533. ################################################################################
  534. Install CSS
  535. Copy one of the following stylesheets to %s:
  536. Reset
  537. ################################################################################
  538. # modules/dates.pl
  539. ################################################################################
  540. Extract all dates from the database
  541. Dates
  542. No dates found.
  543. ################################################################################
  544. # modules/despam.pl
  545. ################################################################################
  546. List spammed pages
  547. Despamming pages
  548. Spammed pages
  549. Cannot find revision %s.
  550. Revert to revision %1: %2
  551. Marked as %s.
  552. Cannot find unspammed revision.
  553. ################################################################################
  554. # modules/diff.pl
  555. ################################################################################
  556. Page diff
  557. Diff
  558. ################################################################################
  559. # modules/drafts.pl
  560. ################################################################################
  561. Recover Draft
  562. No text to save
  563. Draft saved
  564. Draft recovered
  565. No draft available to recover
  566. Save Draft
  567. Draft Cleanup
  568. Unable to delete draft %s
  569. %1 was last modified %2 and was kept
  570. %1 was last modified %2 and was deleted
  571. ################################################################################
  572. # modules/dynamic-comments.pl
  573. ################################################################################
  574. Add Comment
  575. ################################################################################
  576. # modules/edit-cluster.pl
  577. ################################################################################
  578. ordinary changes
  579. %s days
  580. %s дана
  581. ################################################################################
  582. # modules/edit-paragraphs.pl
  583. ################################################################################
  584. Could not identify the paragraph you were editing
  585. This is the section you edited:
  586. This is the current page:
  587. ################################################################################
  588. # modules/find.pl
  589. ################################################################################
  590. Matching page names:
  591. ################################################################################
  592. # modules/fix-encoding.pl
  593. ################################################################################
  594. Fix character encoding
  595. Fix HTML escapes
  596. ################################################################################
  597. # modules/form_timeout.pl
  598. ################################################################################
  599. Set $FormTimeoutSalt.
  600. Form Timeout
  601. ################################################################################
  602. # modules/gd_security_image.pl
  603. ################################################################################
  604. GD or Image::Magick modules not available.
  605. GD::SecurityImage module not available.
  606. Image storing failed. (%s)
  607. Bad gd_security_image_id.
  608. Please type the six characters from the anti-spam image
  609. Submit
  610. CAPTCHA
  611. You did not answer correctly.
  612. $GdSecurityImageFont is not set.
  613. ################################################################################
  614. # modules/git-another.pl
  615. ################################################################################
  616. No summary provided
  617. ################################################################################
  618. # modules/git.pl
  619. ################################################################################
  620. no summary available
  621. page was marked for deletion
  622. Oddmuse
  623. Cleaning up git repository
  624. ################################################################################
  625. # modules/google-plus-one.pl
  626. ################################################################################
  627. Google +1 Buttons
  628. All Pages +1
  629. This page lists the twenty last diary entries and their +1 buttons.
  630. ################################################################################
  631. # modules/gravatar.pl
  632. ################################################################################
  633. Email:
  634. ################################################################################
  635. # modules/header-and-footer-templates.pl
  636. ################################################################################
  637. Could not find %1.html template in %2
  638. ################################################################################
  639. # modules/hiddenpages.pl
  640. ################################################################################
  641. Only Editors are allowed to see this hidden page.
  642. Only Admins are allowed to see this hidden page.
  643. ################################################################################
  644. # modules/index.pl
  645. ################################################################################
  646. Index
  647. ################################################################################
  648. # modules/joiner.pl
  649. ################################################################################
  650. The username %s already exists.
  651. The email address %s has already been used.
  652. Wait %s minutes before try again.
  653. Registration Confirmation
  654. Visit the link below to confirm registration.
  655. Recover Account
  656. You can login by following the link below. Then set new password.
  657. Change Email Address
  658. To confirm changing email address, follow the link below.
  659. To submit this form you must answer this question:
  660. Question:
  661. CAPTCHA:
  662. Registration
  663. The username must be valid page name.
  664. Confirmation email will be sent to the email address.
  665. Repeat Password:
  666. Bad email address format.
  667. Password needs to have at least %s characters.
  668. Passwords differ.
  669. Email Sent
  670. Confirmation email has been sent to %s. Visit the link on the mail to confirm registration.
  671. Failed to Confirm Registration
  672. Invalid key.
  673. The key expired.
  674. Registration Confirmed
  675. Now, you can login by using username and password.
  676. Forgot your password?
  677. Login failed.
  678. You are banned.
  679. You must confirm email address.
  680. Logged in
  681. %s has logged in.
  682. You should set new password immediately.
  683. Change Password
  684. Logged out
  685. %s has logged out.
  686. Account Settings
  687. Logout
  688. Current Password:
  689. New Password:
  690. Repeat New Password:
  691. Password is wrong.
  692. Password Changed
  693. Your password has been changed.
  694. Forgot Password
  695. Enter email address, and recovery login ticket will be sent.
  696. Not found.
  697. The mail address is not valid anymore.
  698. An email has been sent to %s with further instructions.
  699. New Email Address:
  700. Failed to load account.
  701. An email has been sent to %s with a login ticket.
  702. Confirmation Failed
  703. Failed to confirm.
  704. Email Address Changed
  705. Email address for %1 has been changed to %2.
  706. Account Management
  707. Ban Account
  708. Enter username of the account to ban:
  709. Ban
  710. Enter username of the account to unban:
  711. Unban
  712. %s is already banned.
  713. %s has been banned.
  714. %s is not banned.
  715. %s has been unbanned.
  716. Register
  717. ################################################################################
  718. # modules/lang.pl
  719. ################################################################################
  720. Languages:
  721. Show!
  722. ################################################################################
  723. # modules/like.pl
  724. ################################################################################
  725. ====(\d+) persons? liked this====
  726. ====%d persons liked this====
  727. ====1 person liked this====
  728. I like this!
  729. ################################################################################
  730. # modules/link-all.pl
  731. ################################################################################
  732. Define
  733. ################################################################################
  734. # modules/links.pl
  735. ################################################################################
  736. Full Link List
  737. Потпуни списак веза
  738. ################################################################################
  739. # modules/list-banned-content.pl
  740. ################################################################################
  741. Banned Content
  742. Rule "%1" matched on this page.
  743. ################################################################################
  744. # modules/listlocked.pl
  745. ################################################################################
  746. List of locked pages
  747. ################################################################################
  748. # modules/listtags.pl
  749. ################################################################################
  750. Pages tagged with %s
  751. ################################################################################
  752. # modules/live-templates.pl
  753. ################################################################################
  754. Template without parameters
  755. The template %s is either empty or does not exist.
  756. ################################################################################
  757. # modules/localnames.pl
  758. ################################################################################
  759. Name:
  760. URL:
  761. Define Local Names
  762. Define external redirect:
  763. -- defined on %s
  764. Local names defined on %1: %2
  765. ################################################################################
  766. # modules/logbannedcontent.pl
  767. ################################################################################
  768. IP number matched %s
  769. ################################################################################
  770. # modules/login.pl
  771. ################################################################################
  772. Register for %s
  773. Please choose a username of the form "FirstLast" using your real name.
  774. The passwords do not match.
  775. The password must be at least %s characters.
  776. That email address is invalid.
  777. The username %s has already been registered.
  778. Your registration for %s has been submitted.
  779. Please allow time for the webmaster to approve your request.
  780. An email has been sent to "%s" with further instructions.
  781. There was an error saving your registration.
  782. An account was created for %s.
  783. Login to %s
  784. Username and/or password are incorrect.
  785. Logged in as %s.
  786. Logout of %s
  787. Logout of %s?
  788. Logged out of %s
  789. You are now logged out.
  790. Register a new account
  791. Who am I?
  792. Change your password
  793. Approve pending registrations
  794. Confirm Registration for %s
  795. %s, your registration has been approved. You can now use your password to login and edit this wiki.
  796. Confirmation failed. Please email %s for help.
  797. Who Am I?
  798. You are logged in as %s.
  799. You are not logged in.
  800. Reset Password
  801. The password for %s was reset. It has been emailed to the address on file.
  802. There was an error resetting the password for %s.
  803. The username "%s" does not exist.
  804. Reset Password for %s
  805. Reset Password?
  806. Change Password for %s
  807. Change Password?
  808. Your current password is incorrect.
  809. Approve Pending Registrations for %s
  810. %s has been approved.
  811. There was an error approving %s.
  812. There are no pending registrations.
  813. ################################################################################
  814. # modules/mail.pl
  815. ################################################################################
  816. Invalid Mail %s: not saved.
  817. unsubscribe
  818. subscribe
  819. %s appears to be an invalid mail address
  820. Your mail subscriptions
  821. All mail subscriptions
  822. Subscriptions
  823. Email:
  824. Show
  825. Subscriptions for %s:
  826. Unsubscribe
  827. There are no subscriptions for %s.
  828. Change email address
  829. Mail addresses are linked to unsubscription links.
  830. Subscribe to %s.
  831. Subscribe
  832. Subscribed %s to the following pages:
  833. The remaining pages do not exist.
  834. Unsubscribed %s from the following pages:
  835. Migrating Subscriptions
  836. No non-migrated email addresses found, migration not necessary.
  837. Migrated %s rows.
  838. ################################################################################
  839. # modules/module-bisect.pl
  840. ################################################################################
  841. Bisect modules
  842. Module Bisect
  843. All modules enabled now!
  844. Go back
  845. Test / Always enabled / Always disabled
  846. Start
  847. Bisection proccess is already active.
  848. Stop
  849. It seems like module %s is causing your problem.
  850. Please note that this module does not handle situations when your problem is caused by a combination of specific modules (which is rare anyway).
  851. Good luck fixing your problem! ;)
  852. Module count (only testable modules):
  853. Current module statuses:
  854. Good
  855. Bad
  856. Enabling %s
  857. ################################################################################
  858. # modules/module-updater.pl
  859. ################################################################################
  860. Update modules
  861. Module Updater
  862. Looks good. Update modules now!
  863. ################################################################################
  864. # modules/multi-url-spam-block.pl
  865. ################################################################################
  866. You linked more than %s times to the same domain. It would seem that only a spammer would do this. Your edit is refused.
  867. ################################################################################
  868. # modules/namespaces.pl
  869. ################################################################################
  870. %s is not a legal name for a namespace
  871. Namespaces
  872. ################################################################################
  873. # modules/near-links.pl
  874. ################################################################################
  875. Getting page index file for %s.
  876. Near links:
  877. Search sites on the %s as well
  878. Fetching results from %s:
  879. Near pages:
  880. Include near pages
  881. EditNearLinks
  882. The same page on other sites:
  883. ################################################################################
  884. # modules/nearlink-create.pl
  885. ################################################################################
  886. (create locally)
  887. ################################################################################
  888. # modules/no-question-mark.pl
  889. ################################################################################
  890. image
  891. download
  892. ################################################################################
  893. # modules/nosearch.pl
  894. ################################################################################
  895. Backlinks
  896. ################################################################################
  897. # modules/not-found-handler.pl
  898. ################################################################################
  899. Clearing Cache
  900. Done.
  901. Generating Link Database
  902. The 404 handler extension requires the link data extension (links.pl).
  903. ################################################################################
  904. # modules/offline.pl
  905. ################################################################################
  906. Make available offline
  907. Offline
  908. You are currently offline and what you requested is not part of the offline application. You need to be online to do this.
  909. ################################################################################
  910. # modules/olocalmap.pl
  911. ################################################################################
  912. LocalMap
  913. No page id for action localmap
  914. Requested page %s does not exist
  915. Local Map for %s
  916. view
  917. ################################################################################
  918. # modules/open-proxy.pl
  919. ################################################################################
  920. Self-ban by %s
  921. You have banned your own IP.
  922. ################################################################################
  923. # modules/orphans.pl
  924. ################################################################################
  925. Orphan List
  926. ################################################################################
  927. # modules/page-trail.pl
  928. ################################################################################
  929. Trail:
  930. ################################################################################
  931. # modules/page-type.pl
  932. ################################################################################
  933. None
  934. Type
  935. ################################################################################
  936. # modules/paragraph-link.pl
  937. ################################################################################
  938. Permalink to "%s"
  939. anchor first defined here: %s
  940. сидро је прво дефинисано овде: %s
  941. the page %s also exists
  942. ################################################################################
  943. # modules/permanent-anchors.pl
  944. ################################################################################
  945. Click to search for references to this permanent anchor
  946. Include permanent anchors
  947. ################################################################################
  948. # modules/portrait-support.pl
  949. ################################################################################
  950. Portrait
  951. ################################################################################
  952. # modules/preview.pl
  953. ################################################################################
  954. Pages with changed HTML
  955. Preview changes in HTML output
  956. ################################################################################
  957. # modules/private-pages.pl
  958. ################################################################################
  959. This page is password protected. If you know the password, you can %s. Once you have done that, return and reload this page.
  960. supply the password now
  961. ################################################################################
  962. # modules/private-wiki.pl
  963. ################################################################################
  964. This error should not happen. If your password is set correctly and you are still seeing this message, then it is a bug, please report it. If you are just a stranger and trying to get unsolicited access, then keep in mind that all of the data is encrypted with AES-256 and the key is not stored on the server, good luck.
  965. Attempt to read encrypted data without a password.
  966. Cannot refresh index.
  967. ################################################################################
  968. # modules/publish.pl
  969. ################################################################################
  970. Publish %s
  971. No target wiki was specified in the config file.
  972. The target wiki was misconfigured.
  973. ################################################################################
  974. # modules/put.pl
  975. ################################################################################
  976. Upload is limited to %s bytes
  977. ################################################################################
  978. # modules/questionasker.pl
  979. ################################################################################
  980. To save this page you must answer this question:
  981. ################################################################################
  982. # modules/recaptcha.pl
  983. ################################################################################
  984. Please type the following two words:
  985. Please answer this captcha:
  986. ################################################################################
  987. # modules/referrer-rss.pl
  988. ################################################################################
  989. Referrers
  990. Референце
  991. ################################################################################
  992. # modules/referrer-tracking.pl
  993. ################################################################################
  994. All Referrers
  995. Све референце
  996. ################################################################################
  997. # modules/search-list.pl
  998. ################################################################################
  999. Page list for %s
  1000. ################################################################################
  1001. # modules/small.pl
  1002. ################################################################################
  1003. Index of all small pages
  1004. ################################################################################
  1005. # modules/static-copy.pl
  1006. ################################################################################
  1007. Static Copy
  1008. Back to %s
  1009. ################################################################################
  1010. # modules/static-hybrid.pl
  1011. ################################################################################
  1012. Editing not allowed for %s.
  1013. Уређивање није дозвољено за %s.
  1014. ################################################################################
  1015. # modules/svg-edit.pl
  1016. ################################################################################
  1017. Edit image in the browser
  1018. Summary of your changes:
  1019. ################################################################################
  1020. # modules/sync.pl
  1021. ################################################################################
  1022. Copy to %1 succeeded: %2.
  1023. Copy to %1 failed: %2.
  1024. ################################################################################
  1025. # modules/tags.pl
  1026. ################################################################################
  1027. Tag
  1028. Feed for this tag
  1029. Tag Cloud
  1030. Rebuilding index not done.
  1031. (Rebuilding the index can only be done once every 12 hours.)
  1032. Rebuild tag index
  1033. list tags
  1034. tag cloud
  1035. ################################################################################
  1036. # modules/templates.pl
  1037. ################################################################################
  1038. Alternatively, use one of the following templates:
  1039. ################################################################################
  1040. # modules/throttle.pl
  1041. ################################################################################
  1042. Too many instances. Only %s allowed.
  1043. Please try again later. Perhaps somebody is running maintenance or doing a long search. Unfortunately the site has limited resources, and so we must ask you for a bit of patience.
  1044. ################################################################################
  1045. # modules/thumbs.pl
  1046. ################################################################################
  1047. thumb
  1048. Error creating thumbnail from nonexisting page %s.
  1049. Can not create thumbnail for file type %s.
  1050. Can not create thumbnail for a text document
  1051. Can not create path for thumbnail - %s
  1052. Could not open %s for writing whilst trying to save image before creating thumbnail. Check write permissions.
  1053. Failed to run %1 to create thumbnail: %2
  1054. %s ran into an error
  1055. %s produced no output
  1056. Failed to parse %s.
  1057. ################################################################################
  1058. # modules/timezone.pl
  1059. ################################################################################
  1060. Timezone
  1061. Pick your timezone:
  1062. Set
  1063. ################################################################################
  1064. # modules/toc-headers.pl
  1065. ################################################################################
  1066. Contents
  1067. ################################################################################
  1068. # modules/today.pl
  1069. ################################################################################
  1070. Create a new page for today
  1071. ################################################################################
  1072. # modules/translation-links.pl
  1073. ################################################################################
  1074. Add Translation
  1075. Added translation: %1 (%2)
  1076. Translate %s
  1077. Thank you for writing a translation of %s.
  1078. Please indicate what language you will be using.
  1079. Language is missing
  1080. Suggested languages:
  1081. Please indicate a page name for the translation of %s.
  1082. More help may be available here: %s.
  1083. Translated page:
  1084. Please provide a different page name for the translation.
  1085. ################################################################################
  1086. # modules/translations.pl
  1087. ################################################################################
  1088. This page is a translation of %s.
  1089. The translation is up to date.
  1090. The translation is outdated.
  1091. The page does not exist.
  1092. ################################################################################
  1093. # modules/upgrade.pl
  1094. ################################################################################
  1095. Upgrading Database
  1096. Did the previous upgrade end with an error? A lock was left behind.
  1097. Unlock wiki
  1098. Upgrade complete.
  1099. Upgrade complete. Please remove $ModuleDir/upgade.pl, now.
  1100. ################################################################################
  1101. # modules/usemod.pl
  1102. ################################################################################
  1103. http://search.barnesandnoble.com/booksearch/isbninquiry.asp?ISBN=%s
  1104. http://www.amazon.com/exec/obidos/ISBN=%s
  1105. alternate
  1106. други
  1107. http://www.pricescan.com/books/BookDetail.asp?isbn=%s
  1108. search
  1109. претрага
  1110. ################################################################################
  1111. # modules/wanted.pl
  1112. ################################################################################
  1113. Wanted Pages
  1114. %s pages
  1115. %s, referenced from:
  1116. ################################################################################
  1117. # modules/webapp.pl
  1118. ################################################################################
  1119. Web application for offline browsing
  1120. ################################################################################
  1121. # modules/webdav.pl
  1122. ################################################################################
  1123. Upload of %s file
  1124. ################################################################################
  1125. # modules/weblog-1.pl
  1126. ################################################################################
  1127. Blog
  1128. ################################################################################
  1129. # modules/weblog-3.pl
  1130. ################################################################################
  1131. Matching pages:
  1132. New
  1133. Edit %s.
  1134. ################################################################################
  1135. # modules/weblog-4.pl
  1136. ################################################################################
  1137. Tags:
  1138. END_OF_TRANSLATION