hebrew-utf8.pl 41 KB

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