Guest User

Untitled

a guest
Jan 23rd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.09 KB | None | 0 0
  1. diff --git a/lib/olelo/locale.yml b/lib/olelo/locale.yml
  2. index ef2b424..a438ecc 100644
  3. --- a/lib/olelo/locale.yml
  4. +++ b/lib/olelo/locale.yml
  5. @@ -184,3 +184,101 @@ de:
  6. version_conflict: 'Versionskonflikt aufgetreten'
  7. wrong_user_or_pw: 'Falscher Benutzername oder falsches Passwort'
  8. wrong_password: 'Falsches Passwort'
  9. +cs_CZ:
  10. + access_denied: 'Přístup odepřen'
  11. + actions: 'Akce'
  12. + already_exists: 'Stránka #{page} již existuje'
  13. + attribute_mime: 'Mime-Type'
  14. + attribute_no_title: 'Skrýt titulek'
  15. + attribute_title: 'Titulek'
  16. + attributes: 'Atributy'
  17. + attributes_edited: 'Atributy stránky #{page} editovány'
  18. + auth_unsupported: 'Autentizační služba nepodporuje #{name}'
  19. + author: 'Autor'
  20. + binary_file: 'Binární soubor'
  21. + by: 'od'
  22. + cancel: 'Zrušit'
  23. + change_password: 'Změnit heslo'
  24. + changes: 'Změny'
  25. + changes_of: 'Změny stránky #{page}'
  26. + changes_saved: 'Změny uloženy'
  27. + comment: 'Komentář'
  28. + compare: 'Porovnat #{name}'
  29. + confirm_password: 'Potvrdit heslo'
  30. + head: 'Nejnovější'
  31. + create_page: 'Vytvořit stránku #{page}'
  32. + create_redirect: 'Vytvořit přesměrování'
  33. + date: 'Datum'
  34. + delete: 'Smazat'
  35. + deleted: 'Smazáno'
  36. + delete_page: 'Smazat stránku #{page}'
  37. + description: 'Popis'
  38. + destination: 'Cíl'
  39. + edit: 'Editovat'
  40. + edit_page: 'Editace stránky #{page}'
  41. + edit_page_section: 'Editovat #{page} (Sekci)'
  42. + email: 'e-mail'
  43. + empty_password: 'Prázdné heslo'
  44. + error_binary: 'Stránka #{page} je binární typ #{type} a nemůže být editována jako textový soubor.'
  45. + error_occurred: 'Ouvej! Vyskytla se chyba.'
  46. + file: 'Soubor'
  47. + groups: 'Skupiny'
  48. + history: 'Historie'
  49. + history_of: 'Historie stránky #{page}'
  50. + invalid_email: 'e-mail je neplatný'
  51. + invalid_name: 'Jméno je neplatné'
  52. + invalid_path: 'Neplatná cesta'
  53. + last_modified: 'Poslední modifikace'
  54. + login: 'Přihlášení'
  55. + logout: 'Odhlášení'
  56. + menu_actions_edit: 'Editovat'
  57. + menu_actions_edit_delete: 'Smazat'
  58. + menu_actions_edit_move: 'Přesunout'
  59. + menu_actions_edit_new: 'Nová stránka'
  60. + menu_actions_history: 'Historie'
  61. + menu_actions_history_newer: 'Novější'
  62. + menu_actions_history_older: 'Starší'
  63. + menu_actions_history_head: 'Aktuální'
  64. + menu_actions_view: 'Zobrazit'
  65. + move: 'Přesunout'
  66. + move_page: 'Přesunout stránku #{page}'
  67. + name: 'Jméno'
  68. + newer: 'Novější'
  69. + new_page: 'Nová stránka'
  70. + no_changes: 'Žádné změny'
  71. + not_found: '#{id}: nenalezeno'
  72. + old_password: 'Staré heslo'
  73. + page: 'Stránka'
  74. + page_edited: 'Stránka #{page} editována'
  75. + page_not_found: 'Pardon, stránka, kterou hledáte, nebyla nalezena.'
  76. + page_uploaded: 'Stránka #{page} nahrána'
  77. + password: 'Heslo'
  78. + passwords_do_not_match: 'Hesla se neshodují'
  79. + parents: 'Rodiče'
  80. + path: 'Cesta'
  81. + profile_title: 'Profil uživatele #{user}'
  82. + really_delete: 'Opravdu smazat?'
  83. + reserved_path: 'Cesta je rezervována'
  84. + reset: 'Reset'
  85. + root: 'Hlavní strana'
  86. + page_deleted: 'Stránka #{page} smazána.'
  87. + page_moved: 'Stránka #{page} přesunuta do #{destination}.'
  88. + save: 'Uložit'
  89. + save_and_close: 'Uložit a zavřít'
  90. + search: 'Hledat'
  91. + settings: 'Nastavení'
  92. + signup: 'Registrovat se'
  93. + summary: 'Souhrn'
  94. + text: 'Text'
  95. + title: 'Titulek'
  96. + tree: 'Strom'
  97. + type_select: 'Vybrat hodnotu'
  98. + type_stringlist: 'Řetězce oddělené čárkou'
  99. + upload_file: 'Nahrát soubor'
  100. + upload: 'Nahrát'
  101. + user: 'Uživatel'
  102. + user_already_exists: 'Uživatel #{name} již existuje'
  103. + version: 'Verze'
  104. + version_conflict: 'Detekován konflikt verzí'
  105. + wrong_user_or_pw: 'Chybné jméno uživatele nebo heslo'
  106. + wrong_password: 'Chybné heslo'
  107. diff --git a/plugins/aspects/locale.yml b/plugins/aspects/locale.yml
  108. index 9bfa46e..d4e4215 100644
  109. --- a/plugins/aspects/locale.yml
  110. +++ b/plugins/aspects/locale.yml
  111. @@ -38,3 +38,23 @@ de:
  112. information: 'Information'
  113. type: 'Typ'
  114. value: 'Wert'
  115. +cs_CZ:
  116. + attribute_aspect: 'Přednastavený vzhled'
  117. + download: 'Stáhnout'
  118. + aspect_documentbrowser: 'Document Browser'
  119. + aspect_download: 'Stažení (neupraveno)'
  120. + aspect_pageinfo: 'Informace o stránce'
  121. + aspect_highlight: 'Zvýrazněný zdroj'
  122. + aspect_imageinfo: 'Informace o obrázku'
  123. + aspect_image: 'Stažení obrázku'
  124. + aspect_source: 'Zdroj stránky'
  125. + aspect_subpages: 'Podstránky'
  126. + aspect_text: 'Stažení textu'
  127. + aspect_gallery: 'Galerie'
  128. + aspect_not_available: 'Vzhled #{aspect} není k dispozici pro stránku #{page} s typem #{type}.'
  129. + entry: 'Položka'
  130. + exif: 'Informace EXIF'
  131. + geometry: 'Geometrie'
  132. + information: 'Informace'
  133. + type: 'Typ'
  134. + value: 'Hodnota'
  135. diff --git a/plugins/blog/locale.yml b/plugins/blog/locale.yml
  136. index f0753ae..81c6361 100644
  137. --- a/plugins/blog/locale.yml
  138. +++ b/plugins/blog/locale.yml
  139. @@ -6,3 +6,7 @@ de:
  140. full_article: 'Ganzer Artikel'
  141. written_by: 'verfasst von #{author}'
  142. no_articles: 'Keine Artikel gefunden'
  143. +cs_CZ:
  144. + full_article: 'Plný článek'
  145. + written_by: 'Napsal: #{author}'
  146. + no_articles: 'Žádné články nenalezeny'
  147. diff --git a/plugins/editor/locale.yml b/plugins/editor/locale.yml
  148. index b38ee5c..59b9185 100644
  149. --- a/plugins/editor/locale.yml
  150. +++ b/plugins/editor/locale.yml
  151. @@ -10,3 +10,9 @@ de:
  152. captcha_invalid: 'Ungültiges Captcha'
  153. captcha_valid: 'Gültiges Captcha'
  154. preview: Vorschau
  155. +cs_CZ:
  156. + captcha: 'Captcha:'
  157. + enter_captcha: 'Vložte laskavě captcha kód.'
  158. + captcha_invalid: 'Neplatný captcha kód'
  159. + captcha_valid: 'Platný captcha kód'
  160. + preview: 'Náhled'
  161. diff --git a/plugins/filters/locale.yml b/plugins/filters/locale.yml
  162. index 05c53c7..90bbfdf 100644
  163. --- a/plugins/filters/locale.yml
  164. +++ b/plugins/filters/locale.yml
  165. @@ -8,3 +8,8 @@ de:
  166. attribute_no_editsection: 'Bearbeiten von Bereichen deaktivieren'
  167. edit_section: 'Bearbeite Bereich "#{section}"'
  168. section_edited: 'Bereich "#{section}" bearbeitet'
  169. +cs_CZ:
  170. + attribute_toc: 'Vytvořit obsah'
  171. + attribute_no_editsection: 'Zablokovat editaci sekcí'
  172. + edit_section: 'Edituj sekci "#{section}"'
  173. + section_edited: 'Sekce "#{section}" editována'
  174. diff --git a/plugins/repositories/git/locale.yml b/plugins/repositories/git/locale.yml
  175. index 265f077..3906e2d 100644
  176. --- a/plugins/repositories/git/locale.yml
  177. +++ b/plugins/repositories/git/locale.yml
  178. @@ -6,3 +6,7 @@ de:
  179. search_results: 'Suchergebnisse für #{pattern}'
  180. match: 'Ein Treffer'
  181. match_plural: '#{count} Treffer'
  182. +cs_CZ:
  183. + search_results: 'Výsledky hledání pro #{pattern}'
  184. + match: 'Jeden výsledek'
  185. + match_plural: '#{count} výsledků'
  186. diff --git a/plugins/security/locale.yml b/plugins/security/locale.yml
  187. index ed60f2e..c975622 100644
  188. --- a/plugins/security/locale.yml
  189. +++ b/plugins/security/locale.yml
  190. @@ -12,3 +12,10 @@ de:
  191. group_acl: 'Zugriffslisten'
  192. persistent_login: 'Dauerhaft anmelden'
  193. login_first: 'Sie müssen sich zuerst anmelden'
  194. +cs_CZ:
  195. + attribute_acl_write: 'Právo zápisu'
  196. + attribute_acl_create: 'Vytvářet podstránky'
  197. + attribute_acl_delete: 'Mazat podstránky'
  198. + group_acl: 'Řízení přístupů (ACL)'
  199. + persistent_login: 'Trvalé přihlášení'
  200. + login_first: 'Musíte se nejprve přihlásit'
  201. diff --git a/plugins/tags/locale.yml b/plugins/tags/locale.yml
  202. index 2bd9752..e6fb21f 100644
  203. --- a/plugins/tags/locale.yml
  204. +++ b/plugins/tags/locale.yml
  205. @@ -8,7 +8,7 @@ en:
  206. math_latex: 'LaTeX Text'
  207. math_mathjax: 'MathJax MathML (Recommended, Javascript)'
  208. de:
  209. - attribute_math: 'LaTeX-Formel-Prozessor'
  210. + attribute_math: 'LaTeX-Formel-Prozessor'
  211. math_ritex: 'Ritex MathML'
  212. math_itex: 'Itex MathML'
  213. math_blahtexml: 'BlahTeX MathML (Empfohlen)'
  214. @@ -16,3 +16,12 @@ de:
  215. math_google: 'Google Charts Bild (Nur kurze Formeln)'
  216. math_latex: 'LaTeX Text'
  217. math_mathjax: 'MathJax MathML (Empfohlen, Javascript)'
  218. +cs_CZ:
  219. + attribute_math: 'Matem. procesor LaTeX'
  220. + math_ritex: 'Ritex MathML'
  221. + math_itex: 'Itex MathML'
  222. + math_blahtexml: 'BlahTeX MathML (doporučeno)'
  223. + math_blahteximage: 'BlahTeX Image'
  224. + math_google: 'Google Charts Image (pouze krátké výrazy)'
  225. + math_latex: 'LaTeX Text'
  226. + math_mathjax: 'MathJax MathML (doporučeno, Javascript)'
  227. diff --git a/plugins/treeview/script/init.js b/plugins/treeview/script/init.js
  228. index 65505a6..93e36d1 100644
  229. --- a/plugins/treeview/script/init.js
  230. +++ b/plugins/treeview/script/init.js
  231. @@ -7,6 +7,10 @@ $.translations({
  232. de: {
  233. menu: 'Menü',
  234. tree: 'Baumansicht'
  235. + },
  236. + cs: {
  237. + menu: 'Menu',
  238. + tree: 'Strom'
  239. }
  240. });
  241.  
  242. diff --git a/static/script/09-olelo.unsaved.js b/static/script/09-olelo.unsaved.js
  243. index 9b96f8e..d616556 100644
  244. --- a/static/script/09-olelo.unsaved.js
  245. +++ b/static/script/09-olelo.unsaved.js
  246. @@ -8,6 +8,10 @@
  247. de: {
  248. confirmUnsaved: 'Die Seite wurde nicht gespeichert. Fortsetzen?',
  249. pageUnsaved: 'Die Seite wurde nicht gespeichert.'
  250. + },
  251. + cs: {
  252. + confirmUnsaved: 'Stránka nebyla uložena. Pokračovat?',
  253. + pageUnsaved: 'Stránka nebyla uložena.'
  254. }
  255. });
  256.  
  257. diff --git a/static/script/14-olelo.timeago.js b/static/script/14-olelo.timeago.js
  258. index f46f6d0..762e7fa 100644
  259. --- a/static/script/14-olelo.timeago.js
  260. +++ b/static/script/14-olelo.timeago.js
  261. @@ -27,7 +27,20 @@
  262. n_months_ago: 'vor #{n} Monaten',
  263. one_year_ago: 'vor einem Jahr',
  264. over_n_years_ago: 'vor über #{n} Jahren'
  265. - }
  266. + },
  267. + cs: {
  268. + less_than_a_minute_ago: 'méně než 1 minuta',
  269. + a_minute_ago: 'před minutou',
  270. + n_minutes_ago: 'před #{n} minutami',
  271. + one_hour_ago: 'před hodinou',
  272. + n_hours_ago: 'před #{n} hodinami',
  273. + one_day_ago: 'jeden den',
  274. + n_days_ago: 'před #{n} dny',
  275. + one_month_ago: 'jeden měsíc',
  276. + n_months_ago: 'před #{n} měsíci',
  277. + one_year_ago: '1 rok',
  278. + over_n_years_ago: 'před #{n} lety'
  279. + }
  280. });
  281.  
  282. function timeAgo(from) {
Add Comment
Please, Sign In to add comment