calendar.po 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. #
  5. # Translators:
  6. # <intense.feel@gmail.com>, 2011, 2012.
  7. # Roman Priesol <roman@priesol.net>, 2012.
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: ownCloud\n"
  11. "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
  12. "POT-Creation-Date: 2012-08-11 02:02+0200\n"
  13. "PO-Revision-Date: 2012-08-11 00:02+0000\n"
  14. "Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
  15. "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Language: sk_SK\n"
  20. "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n"
  21. #: ajax/cache/status.php:19
  22. msgid "Not all calendars are completely cached"
  23. msgstr ""
  24. #: ajax/cache/status.php:21
  25. msgid "Everything seems to be completely cached"
  26. msgstr ""
  27. #: ajax/categories/rescan.php:29
  28. msgid "No calendars found."
  29. msgstr "Nenašiel sa žiadny kalendár."
  30. #: ajax/categories/rescan.php:37
  31. msgid "No events found."
  32. msgstr "Nenašla sa žiadna udalosť."
  33. #: ajax/event/edit.form.php:20
  34. msgid "Wrong calendar"
  35. msgstr "Zlý kalendár"
  36. #: ajax/import/dropimport.php:29 ajax/import/import.php:64
  37. msgid ""
  38. "The file contained either no events or all events are already saved in your "
  39. "calendar."
  40. msgstr ""
  41. #: ajax/import/dropimport.php:31 ajax/import/import.php:67
  42. msgid "events has been saved in the new calendar"
  43. msgstr ""
  44. #: ajax/import/import.php:56
  45. msgid "Import failed"
  46. msgstr ""
  47. #: ajax/import/import.php:69
  48. msgid "events has been saved in your calendar"
  49. msgstr ""
  50. #: ajax/settings/guesstimezone.php:25
  51. msgid "New Timezone:"
  52. msgstr "Nová časová zóna:"
  53. #: ajax/settings/settimezone.php:23
  54. msgid "Timezone changed"
  55. msgstr "Časové pásmo zmenené"
  56. #: ajax/settings/settimezone.php:25
  57. msgid "Invalid request"
  58. msgstr "Neplatná požiadavka"
  59. #: appinfo/app.php:35 templates/calendar.php:15
  60. #: templates/part.eventform.php:33 templates/part.showevent.php:33
  61. msgid "Calendar"
  62. msgstr "Kalendár"
  63. #: js/calendar.js:832
  64. msgid "ddd"
  65. msgstr "ddd"
  66. #: js/calendar.js:833
  67. msgid "ddd M/d"
  68. msgstr "ddd M/d"
  69. #: js/calendar.js:834
  70. msgid "dddd M/d"
  71. msgstr "dddd M/d"
  72. #: js/calendar.js:837
  73. msgid "MMMM yyyy"
  74. msgstr "MMMM rrrr"
  75. #: js/calendar.js:839
  76. msgid "MMM d[ yyyy]{ '&#8212;'[ MMM] d yyyy}"
  77. msgstr "d. MMM[ yyyy]{ '&#8212;' d.[ MMM] yyyy}"
  78. #: js/calendar.js:841
  79. msgid "dddd, MMM d, yyyy"
  80. msgstr "dddd, MMM d, rrrr"
  81. #: lib/app.php:121
  82. msgid "Birthday"
  83. msgstr "Narodeniny"
  84. #: lib/app.php:122
  85. msgid "Business"
  86. msgstr "Podnikanie"
  87. #: lib/app.php:123
  88. msgid "Call"
  89. msgstr "Hovor"
  90. #: lib/app.php:124
  91. msgid "Clients"
  92. msgstr "Klienti"
  93. #: lib/app.php:125
  94. msgid "Deliverer"
  95. msgstr "Doručovateľ"
  96. #: lib/app.php:126
  97. msgid "Holidays"
  98. msgstr "Prázdniny"
  99. #: lib/app.php:127
  100. msgid "Ideas"
  101. msgstr "Nápady"
  102. #: lib/app.php:128
  103. msgid "Journey"
  104. msgstr "Cesta"
  105. #: lib/app.php:129
  106. msgid "Jubilee"
  107. msgstr "Jubileá"
  108. #: lib/app.php:130
  109. msgid "Meeting"
  110. msgstr "Stretnutia"
  111. #: lib/app.php:131
  112. msgid "Other"
  113. msgstr "Ostatné"
  114. #: lib/app.php:132
  115. msgid "Personal"
  116. msgstr "Osobné"
  117. #: lib/app.php:133
  118. msgid "Projects"
  119. msgstr "Projekty"
  120. #: lib/app.php:134
  121. msgid "Questions"
  122. msgstr "Otázky"
  123. #: lib/app.php:135
  124. msgid "Work"
  125. msgstr "Práca"
  126. #: lib/app.php:351 lib/app.php:361
  127. msgid "by"
  128. msgstr ""
  129. #: lib/app.php:359 lib/app.php:399
  130. msgid "unnamed"
  131. msgstr "nepomenovaný"
  132. #: lib/import.php:184 templates/calendar.php:12
  133. #: templates/part.choosecalendar.php:22
  134. msgid "New Calendar"
  135. msgstr "Nový kalendár"
  136. #: lib/object.php:372
  137. msgid "Does not repeat"
  138. msgstr "Neopakovať"
  139. #: lib/object.php:373
  140. msgid "Daily"
  141. msgstr "Denne"
  142. #: lib/object.php:374
  143. msgid "Weekly"
  144. msgstr "Týždenne"
  145. #: lib/object.php:375
  146. msgid "Every Weekday"
  147. msgstr "Každý deň v týždni"
  148. #: lib/object.php:376
  149. msgid "Bi-Weekly"
  150. msgstr "Každý druhý týždeň"
  151. #: lib/object.php:377
  152. msgid "Monthly"
  153. msgstr "Mesačne"
  154. #: lib/object.php:378
  155. msgid "Yearly"
  156. msgstr "Ročne"
  157. #: lib/object.php:388
  158. msgid "never"
  159. msgstr "nikdy"
  160. #: lib/object.php:389
  161. msgid "by occurrences"
  162. msgstr "podľa výskytu"
  163. #: lib/object.php:390
  164. msgid "by date"
  165. msgstr "podľa dátumu"
  166. #: lib/object.php:400
  167. msgid "by monthday"
  168. msgstr "podľa dňa v mesiaci"
  169. #: lib/object.php:401
  170. msgid "by weekday"
  171. msgstr "podľa dňa v týždni"
  172. #: lib/object.php:411 templates/calendar.php:5 templates/settings.php:69
  173. msgid "Monday"
  174. msgstr "Pondelok"
  175. #: lib/object.php:412 templates/calendar.php:5
  176. msgid "Tuesday"
  177. msgstr "Utorok"
  178. #: lib/object.php:413 templates/calendar.php:5
  179. msgid "Wednesday"
  180. msgstr "Streda"
  181. #: lib/object.php:414 templates/calendar.php:5
  182. msgid "Thursday"
  183. msgstr "Štvrtok"
  184. #: lib/object.php:415 templates/calendar.php:5
  185. msgid "Friday"
  186. msgstr "Piatok"
  187. #: lib/object.php:416 templates/calendar.php:5
  188. msgid "Saturday"
  189. msgstr "Sobota"
  190. #: lib/object.php:417 templates/calendar.php:5 templates/settings.php:70
  191. msgid "Sunday"
  192. msgstr "Nedeľa"
  193. #: lib/object.php:427
  194. msgid "events week of month"
  195. msgstr "týždenné udalosti v mesiaci"
  196. #: lib/object.php:428
  197. msgid "first"
  198. msgstr "prvý"
  199. #: lib/object.php:429
  200. msgid "second"
  201. msgstr "druhý"
  202. #: lib/object.php:430
  203. msgid "third"
  204. msgstr "tretí"
  205. #: lib/object.php:431
  206. msgid "fourth"
  207. msgstr "štvrtý"
  208. #: lib/object.php:432
  209. msgid "fifth"
  210. msgstr "piaty"
  211. #: lib/object.php:433
  212. msgid "last"
  213. msgstr "posledný"
  214. #: lib/object.php:467 templates/calendar.php:7
  215. msgid "January"
  216. msgstr "Január"
  217. #: lib/object.php:468 templates/calendar.php:7
  218. msgid "February"
  219. msgstr "Február"
  220. #: lib/object.php:469 templates/calendar.php:7
  221. msgid "March"
  222. msgstr "Marec"
  223. #: lib/object.php:470 templates/calendar.php:7
  224. msgid "April"
  225. msgstr "Apríl"
  226. #: lib/object.php:471 templates/calendar.php:7
  227. msgid "May"
  228. msgstr "Máj"
  229. #: lib/object.php:472 templates/calendar.php:7
  230. msgid "June"
  231. msgstr "Jún"
  232. #: lib/object.php:473 templates/calendar.php:7
  233. msgid "July"
  234. msgstr "Júl"
  235. #: lib/object.php:474 templates/calendar.php:7
  236. msgid "August"
  237. msgstr "August"
  238. #: lib/object.php:475 templates/calendar.php:7
  239. msgid "September"
  240. msgstr "September"
  241. #: lib/object.php:476 templates/calendar.php:7
  242. msgid "October"
  243. msgstr "Október"
  244. #: lib/object.php:477 templates/calendar.php:7
  245. msgid "November"
  246. msgstr "November"
  247. #: lib/object.php:478 templates/calendar.php:7
  248. msgid "December"
  249. msgstr "December"
  250. #: lib/object.php:488
  251. msgid "by events date"
  252. msgstr "podľa dátumu udalosti"
  253. #: lib/object.php:489
  254. msgid "by yearday(s)"
  255. msgstr "po dňoch"
  256. #: lib/object.php:490
  257. msgid "by weeknumber(s)"
  258. msgstr "podľa čísel týždňov"
  259. #: lib/object.php:491
  260. msgid "by day and month"
  261. msgstr "podľa dňa a mesiaca"
  262. #: lib/search.php:35 lib/search.php:37 lib/search.php:40
  263. msgid "Date"
  264. msgstr "Dátum"
  265. #: lib/search.php:43
  266. msgid "Cal."
  267. msgstr "Kal."
  268. #: templates/calendar.php:6
  269. msgid "Sun."
  270. msgstr ""
  271. #: templates/calendar.php:6
  272. msgid "Mon."
  273. msgstr ""
  274. #: templates/calendar.php:6
  275. msgid "Tue."
  276. msgstr ""
  277. #: templates/calendar.php:6
  278. msgid "Wed."
  279. msgstr ""
  280. #: templates/calendar.php:6
  281. msgid "Thu."
  282. msgstr ""
  283. #: templates/calendar.php:6
  284. msgid "Fri."
  285. msgstr ""
  286. #: templates/calendar.php:6
  287. msgid "Sat."
  288. msgstr ""
  289. #: templates/calendar.php:8
  290. msgid "Jan."
  291. msgstr ""
  292. #: templates/calendar.php:8
  293. msgid "Feb."
  294. msgstr ""
  295. #: templates/calendar.php:8
  296. msgid "Mar."
  297. msgstr ""
  298. #: templates/calendar.php:8
  299. msgid "Apr."
  300. msgstr ""
  301. #: templates/calendar.php:8
  302. msgid "May."
  303. msgstr ""
  304. #: templates/calendar.php:8
  305. msgid "Jun."
  306. msgstr ""
  307. #: templates/calendar.php:8
  308. msgid "Jul."
  309. msgstr ""
  310. #: templates/calendar.php:8
  311. msgid "Aug."
  312. msgstr ""
  313. #: templates/calendar.php:8
  314. msgid "Sep."
  315. msgstr ""
  316. #: templates/calendar.php:8
  317. msgid "Oct."
  318. msgstr ""
  319. #: templates/calendar.php:8
  320. msgid "Nov."
  321. msgstr ""
  322. #: templates/calendar.php:8
  323. msgid "Dec."
  324. msgstr ""
  325. #: templates/calendar.php:11
  326. msgid "All day"
  327. msgstr "Celý deň"
  328. #: templates/calendar.php:13
  329. msgid "Missing fields"
  330. msgstr "Nevyplnené položky"
  331. #: templates/calendar.php:14 templates/part.eventform.php:19
  332. #: templates/part.showevent.php:11
  333. msgid "Title"
  334. msgstr "Nadpis"
  335. #: templates/calendar.php:16
  336. msgid "From Date"
  337. msgstr "Od dátumu"
  338. #: templates/calendar.php:17
  339. msgid "From Time"
  340. msgstr "Od času"
  341. #: templates/calendar.php:18
  342. msgid "To Date"
  343. msgstr "Do dátumu"
  344. #: templates/calendar.php:19
  345. msgid "To Time"
  346. msgstr "Do času"
  347. #: templates/calendar.php:20
  348. msgid "The event ends before it starts"
  349. msgstr "Udalosť končí ešte pred tým než začne"
  350. #: templates/calendar.php:21
  351. msgid "There was a database fail"
  352. msgstr "Nastala chyba databázy"
  353. #: templates/calendar.php:39
  354. msgid "Week"
  355. msgstr "Týždeň"
  356. #: templates/calendar.php:40
  357. msgid "Month"
  358. msgstr "Mesiac"
  359. #: templates/calendar.php:41
  360. msgid "List"
  361. msgstr "Zoznam"
  362. #: templates/calendar.php:45
  363. msgid "Today"
  364. msgstr "Dnes"
  365. #: templates/calendar.php:46 templates/calendar.php:47
  366. msgid "Settings"
  367. msgstr ""
  368. #: templates/part.choosecalendar.php:2
  369. msgid "Your calendars"
  370. msgstr "Vaše kalendáre"
  371. #: templates/part.choosecalendar.php:27
  372. #: templates/part.choosecalendar.rowfields.php:11
  373. msgid "CalDav Link"
  374. msgstr "CalDav odkaz"
  375. #: templates/part.choosecalendar.php:31
  376. msgid "Shared calendars"
  377. msgstr "Zdielané kalendáre"
  378. #: templates/part.choosecalendar.php:48
  379. msgid "No shared calendars"
  380. msgstr "Žiadne zdielané kalendáre"
  381. #: templates/part.choosecalendar.rowfields.php:8
  382. msgid "Share Calendar"
  383. msgstr "Zdielať kalendár"
  384. #: templates/part.choosecalendar.rowfields.php:14
  385. msgid "Download"
  386. msgstr "Stiahnuť"
  387. #: templates/part.choosecalendar.rowfields.php:17
  388. msgid "Edit"
  389. msgstr "Upraviť"
  390. #: templates/part.choosecalendar.rowfields.php:20
  391. #: templates/part.editevent.php:9
  392. msgid "Delete"
  393. msgstr "Odstrániť"
  394. #: templates/part.choosecalendar.rowfields.shared.php:4
  395. msgid "shared with you by"
  396. msgstr "zdielané s vami používateľom"
  397. #: templates/part.editcalendar.php:9
  398. msgid "New calendar"
  399. msgstr "Nový kalendár"
  400. #: templates/part.editcalendar.php:9
  401. msgid "Edit calendar"
  402. msgstr "Upraviť kalendár"
  403. #: templates/part.editcalendar.php:12
  404. msgid "Displayname"
  405. msgstr "Zobrazené meno"
  406. #: templates/part.editcalendar.php:23
  407. msgid "Active"
  408. msgstr "Aktívne"
  409. #: templates/part.editcalendar.php:29
  410. msgid "Calendar color"
  411. msgstr "Farba kalendáru"
  412. #: templates/part.editcalendar.php:42
  413. msgid "Save"
  414. msgstr "Uložiť"
  415. #: templates/part.editcalendar.php:42 templates/part.editevent.php:8
  416. #: templates/part.newevent.php:6
  417. msgid "Submit"
  418. msgstr "Odoslať"
  419. #: templates/part.editcalendar.php:43
  420. msgid "Cancel"
  421. msgstr "Zrušiť"
  422. #: templates/part.editevent.php:1
  423. msgid "Edit an event"
  424. msgstr "Upraviť udalosť"
  425. #: templates/part.editevent.php:10
  426. msgid "Export"
  427. msgstr "Exportovať"
  428. #: templates/part.eventform.php:8 templates/part.showevent.php:3
  429. msgid "Eventinfo"
  430. msgstr "Informácie o udalosti"
  431. #: templates/part.eventform.php:9 templates/part.showevent.php:4
  432. msgid "Repeating"
  433. msgstr "Opakovanie"
  434. #: templates/part.eventform.php:10 templates/part.showevent.php:5
  435. msgid "Alarm"
  436. msgstr "Alarm"
  437. #: templates/part.eventform.php:11 templates/part.showevent.php:6
  438. msgid "Attendees"
  439. msgstr "Účastníci"
  440. #: templates/part.eventform.php:13
  441. msgid "Share"
  442. msgstr "Zdielať"
  443. #: templates/part.eventform.php:21
  444. msgid "Title of the Event"
  445. msgstr "Nadpis udalosti"
  446. #: templates/part.eventform.php:27 templates/part.showevent.php:19
  447. msgid "Category"
  448. msgstr "Kategória"
  449. #: templates/part.eventform.php:29
  450. msgid "Separate categories with commas"
  451. msgstr "Kategórie oddelené čiarkami"
  452. #: templates/part.eventform.php:30
  453. msgid "Edit categories"
  454. msgstr "Úprava kategórií"
  455. #: templates/part.eventform.php:56 templates/part.showevent.php:52
  456. msgid "All Day Event"
  457. msgstr "Celodenná udalosť"
  458. #: templates/part.eventform.php:60 templates/part.showevent.php:56
  459. msgid "From"
  460. msgstr "Od"
  461. #: templates/part.eventform.php:68 templates/part.showevent.php:64
  462. msgid "To"
  463. msgstr "Do"
  464. #: templates/part.eventform.php:76 templates/part.showevent.php:72
  465. msgid "Advanced options"
  466. msgstr "Pokročilé možnosti"
  467. #: templates/part.eventform.php:81 templates/part.showevent.php:77
  468. msgid "Location"
  469. msgstr "Poloha"
  470. #: templates/part.eventform.php:83
  471. msgid "Location of the Event"
  472. msgstr "Poloha udalosti"
  473. #: templates/part.eventform.php:89 templates/part.showevent.php:85
  474. msgid "Description"
  475. msgstr "Popis"
  476. #: templates/part.eventform.php:91
  477. msgid "Description of the Event"
  478. msgstr "Popis udalosti"
  479. #: templates/part.eventform.php:100 templates/part.showevent.php:95
  480. msgid "Repeat"
  481. msgstr "Opakovať"
  482. #: templates/part.eventform.php:107 templates/part.showevent.php:102
  483. msgid "Advanced"
  484. msgstr "Pokročilé"
  485. #: templates/part.eventform.php:151 templates/part.showevent.php:146
  486. msgid "Select weekdays"
  487. msgstr "Do času"
  488. #: templates/part.eventform.php:164 templates/part.eventform.php:177
  489. #: templates/part.showevent.php:159 templates/part.showevent.php:172
  490. msgid "Select days"
  491. msgstr "Vybrať dni"
  492. #: templates/part.eventform.php:169 templates/part.showevent.php:164
  493. msgid "and the events day of year."
  494. msgstr "a denné udalosti v roku."
  495. #: templates/part.eventform.php:182 templates/part.showevent.php:177
  496. msgid "and the events day of month."
  497. msgstr "a denné udalosti v mesiaci."
  498. #: templates/part.eventform.php:190 templates/part.showevent.php:185
  499. msgid "Select months"
  500. msgstr "Vybrať mesiace"
  501. #: templates/part.eventform.php:203 templates/part.showevent.php:198
  502. msgid "Select weeks"
  503. msgstr "Vybrať týždne"
  504. #: templates/part.eventform.php:208 templates/part.showevent.php:203
  505. msgid "and the events week of year."
  506. msgstr "a týždenné udalosti v roku."
  507. #: templates/part.eventform.php:214 templates/part.showevent.php:209
  508. msgid "Interval"
  509. msgstr "Interval"
  510. #: templates/part.eventform.php:220 templates/part.showevent.php:215
  511. msgid "End"
  512. msgstr "Koniec"
  513. #: templates/part.eventform.php:233 templates/part.showevent.php:228
  514. msgid "occurrences"
  515. msgstr "výskyty"
  516. #: templates/part.import.php:14
  517. msgid "create a new calendar"
  518. msgstr "vytvoriť nový kalendár"
  519. #: templates/part.import.php:17
  520. msgid "Import a calendar file"
  521. msgstr "Importovať súbor kalendára"
  522. #: templates/part.import.php:24
  523. msgid "Please choose a calendar"
  524. msgstr ""
  525. #: templates/part.import.php:36
  526. msgid "Name of new calendar"
  527. msgstr "Meno nového kalendára"
  528. #: templates/part.import.php:44
  529. msgid "Take an available name!"
  530. msgstr ""
  531. #: templates/part.import.php:45
  532. msgid ""
  533. "A Calendar with this name already exists. If you continue anyhow, these "
  534. "calendars will be merged."
  535. msgstr ""
  536. #: templates/part.import.php:47
  537. msgid "Import"
  538. msgstr "Importovať"
  539. #: templates/part.import.php:56
  540. msgid "Close Dialog"
  541. msgstr "Zatvoriť dialóg"
  542. #: templates/part.newevent.php:1
  543. msgid "Create a new event"
  544. msgstr "Vytvoriť udalosť"
  545. #: templates/part.showevent.php:1
  546. msgid "View an event"
  547. msgstr "Zobraziť udalosť"
  548. #: templates/part.showevent.php:23
  549. msgid "No categories selected"
  550. msgstr "Žiadne vybraté kategórie"
  551. #: templates/part.showevent.php:37
  552. msgid "of"
  553. msgstr "z"
  554. #: templates/part.showevent.php:59 templates/part.showevent.php:67
  555. msgid "at"
  556. msgstr "v"
  557. #: templates/settings.php:10
  558. msgid "General"
  559. msgstr ""
  560. #: templates/settings.php:15
  561. msgid "Timezone"
  562. msgstr "Časová zóna"
  563. #: templates/settings.php:47
  564. msgid "Update timezone automatically"
  565. msgstr ""
  566. #: templates/settings.php:52
  567. msgid "Time format"
  568. msgstr ""
  569. #: templates/settings.php:57
  570. msgid "24h"
  571. msgstr "24h"
  572. #: templates/settings.php:58
  573. msgid "12h"
  574. msgstr "12h"
  575. #: templates/settings.php:64
  576. msgid "Start week on"
  577. msgstr ""
  578. #: templates/settings.php:76
  579. msgid "Cache"
  580. msgstr ""
  581. #: templates/settings.php:80
  582. msgid "Clear cache for repeating events"
  583. msgstr ""
  584. #: templates/settings.php:85
  585. msgid "URLs"
  586. msgstr ""
  587. #: templates/settings.php:87
  588. msgid "Calendar CalDAV syncing addresses"
  589. msgstr ""
  590. #: templates/settings.php:87
  591. msgid "more info"
  592. msgstr ""
  593. #: templates/settings.php:89
  594. msgid "Primary address (Kontact et al)"
  595. msgstr ""
  596. #: templates/settings.php:91
  597. msgid "iOS/OS X"
  598. msgstr ""
  599. #: templates/settings.php:93
  600. msgid "Read only iCalendar link(s)"
  601. msgstr ""
  602. #: templates/share.dropdown.php:20
  603. msgid "Users"
  604. msgstr "Používatelia"
  605. #: templates/share.dropdown.php:21
  606. msgid "select users"
  607. msgstr "vybrať používateľov"
  608. #: templates/share.dropdown.php:36 templates/share.dropdown.php:62
  609. msgid "Editable"
  610. msgstr "Upravovateľné"
  611. #: templates/share.dropdown.php:48
  612. msgid "Groups"
  613. msgstr "Skupiny"
  614. #: templates/share.dropdown.php:49
  615. msgid "select groups"
  616. msgstr "vybrať skupiny"
  617. #: templates/share.dropdown.php:75
  618. msgid "make public"
  619. msgstr "zverejniť"