hebrew-utf8.pl 40 KB

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