tools.po 13 KB

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