tools.po 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706
  1. # LANGUAGE translation of CakePHP Application
  2. # Copyright YEAR NAME <EMAIL@ADDRESS>
  3. #
  4. #, fuzzy
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: PROJECT VERSION\n"
  8. "POT-Creation-Date: 2014-11-22 19:39+0000\n"
  9. "PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
  10. "Last-Translator: NAME <EMAIL@ADDRESS>\n"
  11. "Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
  12. "Language: \n"
  13. "MIME-Version: 1.0\n"
  14. "Content-Type: text/plain; charset=UTF-8\n"
  15. "Content-Transfer-Encoding: 8bit\n"
  16. "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
  17. #: Controller/QloginController.php:38
  18. msgid "Invalid Key"
  19. msgstr ""
  20. #: Controller/QloginController.php:50
  21. msgid "You successfully logged in via qlogin"
  22. msgstr ""
  23. #: Controller/QloginController.php:108
  24. msgid "Success"
  25. msgstr ""
  26. #: Controller/TinyUrlsController.php:100
  27. msgid "Done"
  28. msgstr ""
  29. #: Controller/Component/AuthExtComponent.php:80
  30. msgid "invalidLoginCredentials"
  31. msgstr ""
  32. #: Controller/Component/AuthExtComponent.php:87;99;103
  33. msgid "Account not active yet"
  34. msgstr ""
  35. #: Controller/Component/AuthExtComponent.php:91;107
  36. msgid "Account temporarily locked"
  37. msgstr ""
  38. #: Controller/Component/AuthExtComponent.php:93;109;116
  39. msgid "Reason"
  40. msgstr ""
  41. #: Controller/Component/AuthExtComponent.php:114
  42. msgid "Account deleted"
  43. msgstr ""
  44. #: Controller/Component/AuthExtComponent.php:121
  45. msgid "Unknown Error"
  46. msgstr ""
  47. #: Controller/Component/AuthExtComponent.php:126
  48. msgid "Email not active yet"
  49. msgstr ""
  50. #: Controller/Component/CalendarComponent.php:65;77
  51. msgid "invalid date"
  52. msgstr ""
  53. #: Controller/Component/CommonComponent.php:819
  54. msgid "Comma"
  55. msgstr ""
  56. #: Controller/Component/CommonComponent.php:819
  57. msgid "Semicolon"
  58. msgstr ""
  59. #: Controller/Component/CommonComponent.php:819
  60. msgid "Space"
  61. msgstr ""
  62. #: Controller/Component/CommonComponent.php:820
  63. msgid "Tabulator"
  64. msgstr ""
  65. #: Controller/Component/CommonComponent.php:820
  66. msgid "New Line"
  67. msgstr ""
  68. #: Lib/GeocodeLib.php:263
  69. msgid "Failed geocode parsing of '%s'"
  70. msgstr ""
  71. #: Lib/GeocodeLib.php:276;364
  72. msgid "Address '%s' has been geocoded"
  73. msgstr ""
  74. #: Lib/GeocodeLib.php:283
  75. msgid "Delay necessary for address '%s'"
  76. msgstr ""
  77. #: Lib/GeocodeLib.php:299;380
  78. msgid "Could not geocode '%s'"
  79. msgstr ""
  80. #: Lib/GeocodeLib.php:306;386
  81. msgid "Aborted after too many trials with '%s'"
  82. msgstr ""
  83. #: Lib/GeocodeLib.php:343
  84. msgid "Could not retrieve url with '%s'"
  85. msgstr ""
  86. #: Lib/GeocodeLib.php:351
  87. msgid "Failed reverseGeocode parsing of '%s'"
  88. msgstr ""
  89. #: Lib/GeocodeLib.php:371
  90. msgid "Delay necessary for '%s'"
  91. msgstr ""
  92. #: Lib/GeocodeLib.php:388
  93. msgid "Too many trials - abort"
  94. msgstr ""
  95. #: Lib/GeocodeLib.php:423
  96. msgid "Inconclusive result (total of %s)"
  97. msgstr ""
  98. #: Lib/GeocodeLib.php:429
  99. msgid "Accuracy not good enough (%s instead of at least %s)"
  100. msgstr ""
  101. #: Lib/GeocodeLib.php:444
  102. msgid "Expectation not reached (we have %s instead of at least one of %s)"
  103. msgstr ""
  104. #: Lib/Misc/ZodiacLib.php:157
  105. msgid "zodiacAquarius"
  106. msgstr ""
  107. #: Lib/Misc/ZodiacLib.php:158
  108. msgid "zodiacPisces"
  109. msgstr ""
  110. #: Lib/Misc/ZodiacLib.php:159
  111. #: Test/Case/Lib/Misc/ZodiacLibTest.php:34
  112. msgid "zodiacAries"
  113. msgstr ""
  114. #: Lib/Misc/ZodiacLib.php:160
  115. msgid "zodiacTaurus"
  116. msgstr ""
  117. #: Lib/Misc/ZodiacLib.php:161
  118. msgid "zodiacGemini"
  119. msgstr ""
  120. #: Lib/Misc/ZodiacLib.php:162
  121. msgid "zodiacCancer"
  122. msgstr ""
  123. #: Lib/Misc/ZodiacLib.php:163
  124. msgid "zodiacLeo"
  125. msgstr ""
  126. #: Lib/Misc/ZodiacLib.php:164
  127. msgid "zodiacVirgo"
  128. msgstr ""
  129. #: Lib/Misc/ZodiacLib.php:165
  130. msgid "zodiacLibra"
  131. msgstr ""
  132. #: Lib/Misc/ZodiacLib.php:166
  133. msgid "zodiacScorpio"
  134. msgstr ""
  135. #: Lib/Misc/ZodiacLib.php:167
  136. msgid "zodiacSagittarius"
  137. msgstr ""
  138. #: Lib/Misc/ZodiacLib.php:168
  139. msgid "zodiacCapricorn"
  140. msgstr ""
  141. #: Lib/Utility/FolderLib.php:42
  142. msgid "%s removed"
  143. msgstr ""
  144. #: Lib/Utility/FolderLib.php:44
  145. msgid "%s NOT removed"
  146. msgstr ""
  147. #: Lib/Utility/TimeLib.php:468;521
  148. #: Test/Case/Lib/Utility/TimeLibTest.php:113;221
  149. msgid "o'clock"
  150. msgstr ""
  151. #: Lib/Utility/TimeLib.php:740;891
  152. #: Test/Case/Lib/Utility/TimeLibTest.php:551
  153. msgid "%s ago"
  154. msgstr ""
  155. #: Lib/Utility/TimeLib.php:744
  156. msgid "in %s"
  157. msgstr ""
  158. #: Lib/Utility/TimeLib.php:780
  159. msgid "Month"
  160. msgstr ""
  161. #: Lib/Utility/TimeLib.php:781
  162. msgid "Day"
  163. msgstr ""
  164. #: Lib/Utility/TimeLib.php:782
  165. msgid "Hour"
  166. msgstr ""
  167. #: Lib/Utility/TimeLib.php:783
  168. msgid "Minute"
  169. msgstr ""
  170. #: Lib/Utility/TimeLib.php:784
  171. msgid "Second"
  172. msgstr ""
  173. #: Lib/Utility/TimeLib.php:787
  174. msgid "Months"
  175. msgstr ""
  176. #: Lib/Utility/TimeLib.php:788
  177. #: Test/Case/Lib/Utility/TimeLibTest.php:551;555;664
  178. msgid "Days"
  179. msgstr ""
  180. #: Lib/Utility/TimeLib.php:789
  181. #: Test/Case/Lib/Utility/TimeLibTest.php:551;555;664
  182. msgid "Hours"
  183. msgstr ""
  184. #: Lib/Utility/TimeLib.php:790
  185. #: Test/Case/Lib/Utility/TimeLibTest.php:656;660
  186. msgid "Minutes"
  187. msgstr ""
  188. #: Lib/Utility/TimeLib.php:791
  189. #: Test/Case/Lib/Utility/TimeLibTest.php:656
  190. msgid "Seconds"
  191. msgstr ""
  192. #: Lib/Utility/TimeLib.php:890
  193. #: Test/Case/Lib/Utility/TimeLibTest.php:559
  194. msgid "justNow"
  195. msgstr ""
  196. #: Lib/Utility/TimeLib.php:891
  197. #: Test/Case/Lib/Utility/TimeLibTest.php:555
  198. msgid "In %s"
  199. msgstr ""
  200. #: Lib/Utility/TimeLib.php:990
  201. #: Test/Case/Lib/Utility/TimeLibTest.php:173;233;262;263;264
  202. #: View/Helper/DatetimeHelper.php:93
  203. msgid "Today"
  204. msgstr ""
  205. #: Lib/Utility/TimeLib.php:991
  206. #: Test/Case/Lib/Utility/TimeLibTest.php:264;265
  207. #: View/Helper/DatetimeHelper.php:96
  208. msgid "Tomorrow"
  209. msgstr ""
  210. #: Lib/Utility/TimeLib.php:992
  211. #: Test/Case/Lib/Utility/TimeLibTest.php:263;265
  212. #: View/Helper/DatetimeHelper.php:99
  213. msgid "Yesterday"
  214. msgstr ""
  215. #: Lib/Utility/TimeLib.php:993
  216. msgid "The day after tomorrow"
  217. msgstr ""
  218. #: Lib/Utility/TimeLib.php:994
  219. msgid "The day before yesterday"
  220. msgstr ""
  221. #: Model/Behavior/CaptchaBehavior.php:73;173
  222. msgid "captchaContentMissing"
  223. msgstr ""
  224. #: Model/Behavior/CaptchaBehavior.php:76
  225. msgid "captchaIllegalContent"
  226. msgstr ""
  227. #: Model/Behavior/CaptchaBehavior.php:79
  228. msgid "captchaResultTooFast"
  229. msgstr ""
  230. #: Model/Behavior/CaptchaBehavior.php:82
  231. msgid "captchaResultTooLate"
  232. msgstr ""
  233. #: Model/Behavior/CaptchaBehavior.php:85
  234. msgid "captchaResultIncorrect"
  235. msgstr ""
  236. #: Model/Behavior/CaptchaBehavior.php:117
  237. msgid "Illegal call"
  238. msgstr ""
  239. #: Model/Behavior/CaptchaBehavior.php:121
  240. msgid "Illegal content"
  241. msgstr ""
  242. #: Model/Behavior/CaptchaBehavior.php:182
  243. msgid "Captcha incorrect"
  244. msgstr ""
  245. #: Model/Behavior/LogableBehavior.php:401
  246. msgid "deleted"
  247. msgstr ""
  248. #: Model/Behavior/LogableBehavior.php:483
  249. msgid "added"
  250. msgstr ""
  251. #: Model/Behavior/LogableBehavior.php:485
  252. msgid "updated"
  253. msgstr ""
  254. #: Model/Behavior/LogableBehavior.php:624
  255. msgid "Custom action"
  256. msgstr ""
  257. #: Model/Behavior/LogableBehavior.php:627
  258. msgid "by"
  259. msgstr ""
  260. #: Model/Behavior/LogableBehavior.php:634
  261. msgid "by System"
  262. msgstr ""
  263. #: Model/Behavior/PasswordableBehavior.php:231
  264. #: Test/Case/Model/Behavior/PasswordableBehaviorTest.php:95
  265. msgid "valErrPwdNotMatch"
  266. msgstr "Hesla se neshodují"
  267. #: Test/Case/Lib/SpellLibTest.php:13
  268. msgid "Module %s not installed"
  269. msgstr ""
  270. #: Test/Case/Lib/Utility/TimeLibTest.php:263;264;265
  271. msgid "until"
  272. msgstr ""
  273. #: Test/Case/Lib/Utility/TimeLibTest.php:472;481;487
  274. msgid "Sunday"
  275. msgstr ""
  276. #: Test/Case/Lib/Utility/TimeLibTest.php:475
  277. msgid "Tue"
  278. msgstr ""
  279. #: Test/Case/Lib/Utility/TimeLibTest.php:478
  280. msgid "Saturday"
  281. msgstr ""
  282. #: Test/Case/Lib/Utility/TimeLibTest.php:484
  283. msgid "Tuesday"
  284. msgstr ""
  285. #: Test/Case/Lib/Utility/TimeLibTest.php:498
  286. msgid "November"
  287. msgstr ""
  288. #: Test/Case/Lib/Utility/TimeLibTest.php:501
  289. msgid "January"
  290. msgstr ""
  291. #: Test/Case/Lib/Utility/TimeLibTest.php:504
  292. msgid "Feb"
  293. msgstr ""
  294. #: Test/Case/Lib/Utility/TimeLibTest.php:507
  295. msgid "May"
  296. msgstr ""
  297. #: Test/Case/Model/MyModelTest.php:552
  298. msgid "e %s f"
  299. msgstr ""
  300. #: Test/Case/Model/MyModelTest.php:558
  301. msgid "e %s f %s g"
  302. msgstr ""
  303. #: Test/Case/Model/MyModelTest.php:564
  304. msgid "e %s f %s g %s"
  305. msgstr ""
  306. #: Test/Case/Model/MyModelTest.php:582
  307. msgid "a %s b %s c %s %s %s %s %s h %s"
  308. msgstr ""
  309. #: Test/Case/Model/Behavior/BitmaskedBehaviorTest.php:191
  310. msgid "Active"
  311. msgstr ""
  312. #: Test/Case/Model/Behavior/BitmaskedBehaviorTest.php:192
  313. msgid "Published"
  314. msgstr ""
  315. #: Test/Case/Model/Behavior/BitmaskedBehaviorTest.php:193
  316. msgid "Approved"
  317. msgstr ""
  318. #: Test/Case/Model/Behavior/BitmaskedBehaviorTest.php:194
  319. msgid "Flagged"
  320. msgstr ""
  321. #: Test/Case/Model/Behavior/GeocoderBehaviorTest.php:138
  322. msgid "validateLongitudeError"
  323. msgstr ""
  324. #: Test/Case/Model/Behavior/MasterPasswordBehaviorTest.php:78
  325. msgid "No way"
  326. msgstr ""
  327. #: Test/Case/Model/Behavior/PasswordableBehaviorTest.php:769;770
  328. msgid "valErrBetweenCharacters %s %s"
  329. msgstr "Počet znaků musí být mezi %s a %s"
  330. #: Test/Case/Model/Behavior/SluggedBehaviorTest.php:288
  331. msgid "and"
  332. msgstr ""
  333. #: Test/Case/View/Helper/CommonHelperTest.php:240;255
  334. msgid "Houses"
  335. msgstr ""
  336. #: Test/Case/View/Helper/CommonHelperTest.php:244;262
  337. msgid "House"
  338. msgstr ""
  339. #: Test/Case/View/Helper/FormatHelperTest.php:64;75;87;99
  340. msgid "Edit"
  341. msgstr ""
  342. #: Test/Case/View/Helper/FormatHelperTest.php:158;170
  343. #: View/Helper/FormatHelper.php:669
  344. msgid "Yes"
  345. msgstr ""
  346. #: Test/Case/View/Helper/FormatHelperTest.php:162;174
  347. #: View/Helper/FormatHelper.php:670
  348. msgid "No"
  349. msgstr ""
  350. #: View/Elements/master_password.ctp:9
  351. msgid "Master Password"
  352. msgstr ""
  353. #: View/Elements/master_password.ctp:10
  354. msgid "Password"
  355. msgstr ""
  356. #: View/Elements/pagination.ctp:12
  357. msgid "first"
  358. msgstr ""
  359. #: View/Elements/pagination.ctp:15
  360. msgid "last"
  361. msgstr ""
  362. #: View/Elements/pagination.ctp:18
  363. msgid "previous"
  364. msgstr ""
  365. #: View/Elements/pagination.ctp:21
  366. #: View/Helper/FormatHelper.php:155;157
  367. msgid "next"
  368. msgstr ""
  369. #: View/Elements/pagination.ctp:38
  370. msgid "Page %page% of %pages%, showing %current% records out of %count% total"
  371. msgstr ""
  372. #: View/Helper/CaptchaHelper.php:40
  373. msgid "zero"
  374. msgstr ""
  375. #: View/Helper/CaptchaHelper.php:40
  376. msgid "one"
  377. msgstr ""
  378. #: View/Helper/CaptchaHelper.php:40
  379. msgid "two"
  380. msgstr ""
  381. #: View/Helper/CaptchaHelper.php:40
  382. msgid "three"
  383. msgstr ""
  384. #: View/Helper/CaptchaHelper.php:40
  385. msgid "four"
  386. msgstr ""
  387. #: View/Helper/CaptchaHelper.php:40
  388. msgid "five"
  389. msgstr ""
  390. #: View/Helper/CaptchaHelper.php:40
  391. msgid "six"
  392. msgstr ""
  393. #: View/Helper/CaptchaHelper.php:40
  394. msgid "seven"
  395. msgstr ""
  396. #: View/Helper/CaptchaHelper.php:40
  397. msgid "eight"
  398. msgstr ""
  399. #: View/Helper/CaptchaHelper.php:40
  400. msgid "nine"
  401. msgstr ""
  402. #: View/Helper/CaptchaHelper.php:40
  403. msgid "ten"
  404. msgstr ""
  405. #: View/Helper/CaptchaHelper.php:43
  406. msgid "calcPlus"
  407. msgstr ""
  408. #: View/Helper/CaptchaHelper.php:43
  409. msgid "calcMinus"
  410. msgstr ""
  411. #: View/Helper/CaptchaHelper.php:43
  412. msgid "calcTimes"
  413. msgstr ""
  414. #: View/Helper/CaptchaHelper.php:126
  415. msgid "Captcha"
  416. msgstr ""
  417. #: View/Helper/CaptchaHelper.php:126
  418. msgid "captchaExplained"
  419. msgstr ""
  420. #: View/Helper/CaptchaHelper.php:129
  421. msgid "captchaTip"
  422. msgstr ""
  423. #: View/Helper/CommonHelper.php:373
  424. msgid "Subscribe to this feed"
  425. msgstr ""
  426. #: View/Helper/CommonHelper.php:502
  427. msgid "Please enable cookies"
  428. msgstr ""
  429. #: View/Helper/DatetimeHelper.php:75
  430. msgid "publishedAlready"
  431. msgstr ""
  432. #: View/Helper/DatetimeHelper.php:75
  433. msgid "publishedToday"
  434. msgstr ""
  435. #: View/Helper/DatetimeHelper.php:75
  436. msgid "publishedNotYet"
  437. msgstr ""
  438. #: View/Helper/FlattrHelper.php:101
  439. msgid "Donate"
  440. msgstr ""
  441. #: View/Helper/FormExtHelper.php:1118
  442. msgid "Selection"
  443. msgstr ""
  444. #: View/Helper/FormExtHelper.php:1120
  445. msgid "All"
  446. msgstr ""
  447. #: View/Helper/FormExtHelper.php:1121
  448. msgid "None"
  449. msgstr ""
  450. #: View/Helper/FormExtHelper.php:1122
  451. msgid "Revert"
  452. msgstr ""
  453. #: View/Helper/FormatHelper.php:56
  454. msgid "consentThis"
  455. msgstr ""
  456. #: View/Helper/FormatHelper.php:57
  457. msgid "dissentThis"
  458. msgstr ""
  459. #: View/Helper/FormatHelper.php:60
  460. msgid "alreadyVoted"
  461. msgstr ""
  462. #: View/Helper/FormatHelper.php:144;146
  463. msgid "prev"
  464. msgstr ""
  465. #: View/Helper/FormatHelper.php:146
  466. msgid "noPrev"
  467. msgstr ""
  468. #: View/Helper/FormatHelper.php:157
  469. msgid "noNext"
  470. msgstr ""
  471. #: View/Helper/FormatHelper.php:279
  472. msgid "prio"
  473. msgstr ""
  474. #: View/Helper/FormatHelper.php:502
  475. msgid "of"
  476. msgstr ""
  477. #: View/Helper/FormatHelper.php:531
  478. msgid "Language"
  479. msgstr ""
  480. #: View/Helper/FormatHelper.php:546
  481. msgid "active"
  482. msgstr ""
  483. #: View/Helper/FormatHelper.php:588
  484. #: View/Helper/TextExtHelper.php:150
  485. msgid "for use in an external mail client"
  486. msgstr ""
  487. #: View/Helper/FormatHelper.php:802
  488. msgid "notAvailable"
  489. msgstr ""
  490. #: View/Helper/FormatHelper.php:870
  491. msgid "Percent"
  492. msgstr ""
  493. #: View/Helper/FormatHelper.php:950;951
  494. msgid "color"
  495. msgstr ""
  496. #: View/Helper/GoogleMapV3Helper.php:434
  497. msgid "Map cannot be displayed!"
  498. msgstr ""
  499. #: View/Helper/GoogleMapV3Helper.php:596
  500. msgid "Enter your address"
  501. msgstr ""
  502. #: View/Helper/GoogleMapV3Helper.php:597
  503. msgid "Get directions"
  504. msgstr ""
  505. #: View/Helper/GoogleMapV3Helper.php:1272
  506. msgid "Map"
  507. msgstr ""
  508. #: View/Qlogin/admin_index.ctp:3;27;29
  509. msgid "Qlogins"
  510. msgstr ""
  511. #: View/Qlogin/admin_index.ctp:4
  512. msgid "valid ones"
  513. msgstr ""
  514. #: View/Qlogin/admin_index.ctp:7
  515. msgid "Generated Link"
  516. msgstr ""
  517. #: View/Qlogin/admin_index.ctp:11;14
  518. msgid "Add %s"
  519. msgstr ""
  520. #: View/Qlogin/admin_index.ctp:11;14
  521. msgid "Qlogin"
  522. msgstr ""
  523. #: View/Qlogin/admin_index.ctp:20
  524. msgid "Submit"
  525. msgstr ""
  526. #: View/Qlogin/admin_index.ctp:27
  527. msgid "Reset %s"
  528. msgstr ""
  529. #: View/Qlogin/admin_index.ctp:27
  530. msgid "Sure?"
  531. msgstr ""
  532. #: View/Qlogin/admin_index.ctp:29
  533. msgid "List %s"
  534. msgstr ""
  535. #~ msgid "valErrProvideCurrentPwd"
  536. #~ msgstr "Je třeba zadat stávající heslo"
  537. #~ msgid "valErrCurrentPwdIncorrect"
  538. #~ msgstr "Stávající heslo není správné"