HornsAndHooves-publify_core 10.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (452) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +102 -0
  3. data/MIT-LICENSE +21 -0
  4. data/README.md +9 -0
  5. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.eot +0 -0
  6. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.svg +288 -0
  7. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf +0 -0
  8. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.woff +0 -0
  9. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2 +0 -0
  10. data/app/assets/fonts/open-sans-bold.woff +0 -0
  11. data/app/assets/fonts/open-sans.woff +0 -0
  12. data/app/assets/images/admin/loading.gif +0 -0
  13. data/app/assets/images/admin/typologo.gif +0 -0
  14. data/app/assets/images/calendar_date_select/calendar.gif +0 -0
  15. data/app/assets/images/close.gif +0 -0
  16. data/app/assets/images/closelabel.gif +0 -0
  17. data/app/assets/images/go.png +0 -0
  18. data/app/assets/images/loading.gif +0 -0
  19. data/app/assets/images/nextlabel.gif +0 -0
  20. data/app/assets/images/overlay.png +0 -0
  21. data/app/assets/images/powered.gif +0 -0
  22. data/app/assets/images/prevlabel.gif +0 -0
  23. data/app/assets/images/spinner-blue.gif +0 -0
  24. data/app/assets/images/spinner.gif +0 -0
  25. data/app/assets/images/thumb_blank.jpg +0 -0
  26. data/app/assets/javascripts/application.js +2 -0
  27. data/app/assets/javascripts/bootstrap/affix.js +164 -0
  28. data/app/assets/javascripts/bootstrap/alert.js +95 -0
  29. data/app/assets/javascripts/bootstrap/button.js +125 -0
  30. data/app/assets/javascripts/bootstrap/collapse.js +212 -0
  31. data/app/assets/javascripts/bootstrap/dropdown.js +165 -0
  32. data/app/assets/javascripts/bootstrap/modal.js +358 -0
  33. data/app/assets/javascripts/bootstrap/tab.js +155 -0
  34. data/app/assets/javascripts/bootstrap/transition.js +59 -0
  35. data/app/assets/javascripts/bootstrap-sprockets.js +8 -0
  36. data/app/assets/javascripts/cookies.js +60 -0
  37. data/app/assets/javascripts/datetimepicker.js +1470 -0
  38. data/app/assets/javascripts/lang/da_DK.js +17 -0
  39. data/app/assets/javascripts/lang/default.js +21 -0
  40. data/app/assets/javascripts/lang/en_US.js +21 -0
  41. data/app/assets/javascripts/lang/fr_FR.js +21 -0
  42. data/app/assets/javascripts/lang/nl_NL.js +21 -0
  43. data/app/assets/javascripts/lang/zh_TW.js +17 -0
  44. data/app/assets/javascripts/lightbox.js +350 -0
  45. data/app/assets/javascripts/observe.js +28 -0
  46. data/app/assets/javascripts/publify.js +11 -0
  47. data/app/assets/javascripts/publify_admin.js +104 -0
  48. data/app/assets/javascripts/quicktags.js +448 -0
  49. data/app/assets/javascripts/set-timeago-lang.js +3 -0
  50. data/app/assets/javascripts/sidebar.js +28 -0
  51. data/app/assets/javascripts/spinnable.js +5 -0
  52. data/app/assets/javascripts/tagmanager.js +481 -0
  53. data/app/assets/javascripts/typeahead.js +1139 -0
  54. data/app/assets/stylesheets/_bootstrap-compass.scss +9 -0
  55. data/app/assets/stylesheets/_bootstrap-mincer.scss +19 -0
  56. data/app/assets/stylesheets/_bootstrap-sprockets.scss +9 -0
  57. data/app/assets/stylesheets/_bootstrap.scss +43 -0
  58. data/app/assets/stylesheets/accounts.css.scss +7 -0
  59. data/app/assets/stylesheets/administration_structure.css.scss +255 -0
  60. data/app/assets/stylesheets/bootstrap/_alerts.scss +73 -0
  61. data/app/assets/stylesheets/bootstrap/_button-groups.scss +242 -0
  62. data/app/assets/stylesheets/bootstrap/_buttons.scss +168 -0
  63. data/app/assets/stylesheets/bootstrap/_close.scss +37 -0
  64. data/app/assets/stylesheets/bootstrap/_code.scss +69 -0
  65. data/app/assets/stylesheets/bootstrap/_component-animations.scss +38 -0
  66. data/app/assets/stylesheets/bootstrap/_dropdowns.scss +213 -0
  67. data/app/assets/stylesheets/bootstrap/_forms.scss +586 -0
  68. data/app/assets/stylesheets/bootstrap/_glyphicons.scss +307 -0
  69. data/app/assets/stylesheets/bootstrap/_grid.scss +94 -0
  70. data/app/assets/stylesheets/bootstrap/_labels.scss +66 -0
  71. data/app/assets/stylesheets/bootstrap/_media.scss +66 -0
  72. data/app/assets/stylesheets/bootstrap/_mixins.scss +37 -0
  73. data/app/assets/stylesheets/bootstrap/_modals.scss +150 -0
  74. data/app/assets/stylesheets/bootstrap/_navbar.scss +479 -0
  75. data/app/assets/stylesheets/bootstrap/_navs.scss +242 -0
  76. data/app/assets/stylesheets/bootstrap/_normalize.scss +427 -0
  77. data/app/assets/stylesheets/bootstrap/_pagination.scss +86 -0
  78. data/app/assets/stylesheets/bootstrap/_panels.scss +222 -0
  79. data/app/assets/stylesheets/bootstrap/_print.scss +99 -0
  80. data/app/assets/stylesheets/bootstrap/_scaffolding.scss +160 -0
  81. data/app/assets/stylesheets/bootstrap/_tables.scss +234 -0
  82. data/app/assets/stylesheets/bootstrap/_theme.scss +224 -0
  83. data/app/assets/stylesheets/bootstrap/_type.scss +296 -0
  84. data/app/assets/stylesheets/bootstrap/_utilities.scss +55 -0
  85. data/app/assets/stylesheets/bootstrap/_variables.scss +654 -0
  86. data/app/assets/stylesheets/bootstrap/_wells.scss +29 -0
  87. data/app/assets/stylesheets/bootstrap/mixins/_alerts.scss +15 -0
  88. data/app/assets/stylesheets/bootstrap/mixins/_background-variant.scss +12 -0
  89. data/app/assets/stylesheets/bootstrap/mixins/_border-radius.scss +18 -0
  90. data/app/assets/stylesheets/bootstrap/mixins/_buttons.scss +56 -0
  91. data/app/assets/stylesheets/bootstrap/mixins/_center-block.scss +7 -0
  92. data/app/assets/stylesheets/bootstrap/mixins/_clearfix.scss +22 -0
  93. data/app/assets/stylesheets/bootstrap/mixins/_forms.scss +82 -0
  94. data/app/assets/stylesheets/bootstrap/mixins/_gradients.scss +56 -0
  95. data/app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss +81 -0
  96. data/app/assets/stylesheets/bootstrap/mixins/_grid.scss +122 -0
  97. data/app/assets/stylesheets/bootstrap/mixins/_hide-text.scss +21 -0
  98. data/app/assets/stylesheets/bootstrap/mixins/_image.scss +28 -0
  99. data/app/assets/stylesheets/bootstrap/mixins/_labels.scss +12 -0
  100. data/app/assets/stylesheets/bootstrap/mixins/_nav-divider.scss +10 -0
  101. data/app/assets/stylesheets/bootstrap/mixins/_nav-vertical-align.scss +9 -0
  102. data/app/assets/stylesheets/bootstrap/mixins/_opacity.scss +7 -0
  103. data/app/assets/stylesheets/bootstrap/mixins/_pagination.scss +24 -0
  104. data/app/assets/stylesheets/bootstrap/mixins/_panels.scss +20 -0
  105. data/app/assets/stylesheets/bootstrap/mixins/_reset-filter.scss +8 -0
  106. data/app/assets/stylesheets/bootstrap/mixins/_resize.scss +6 -0
  107. data/app/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss +17 -0
  108. data/app/assets/stylesheets/bootstrap/mixins/_size.scss +10 -0
  109. data/app/assets/stylesheets/bootstrap/mixins/_tab-focus.scss +9 -0
  110. data/app/assets/stylesheets/bootstrap/mixins/_table-row.scss +28 -0
  111. data/app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss +12 -0
  112. data/app/assets/stylesheets/bootstrap/mixins/_text-overflow.scss +8 -0
  113. data/app/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss +222 -0
  114. data/app/assets/stylesheets/coderay.css +135 -0
  115. data/app/assets/stylesheets/datetimepicker.css +306 -0
  116. data/app/assets/stylesheets/lightbox.css +63 -0
  117. data/app/assets/stylesheets/publify.css.scss +9 -0
  118. data/app/assets/stylesheets/publify_admin.css.scss +10 -0
  119. data/app/assets/stylesheets/rss.css +53 -0
  120. data/app/assets/stylesheets/sidebar_admin.css.scss +36 -0
  121. data/app/assets/stylesheets/tagmanager.css +102 -0
  122. data/app/assets/stylesheets/user-styles.css +29 -0
  123. data/app/controllers/accounts_controller.rb +4 -0
  124. data/app/controllers/admin/base_controller.rb +27 -0
  125. data/app/controllers/admin/content_controller.rb +194 -0
  126. data/app/controllers/admin/dashboard_controller.rb +33 -0
  127. data/app/controllers/admin/feedback_controller.rb +160 -0
  128. data/app/controllers/admin/notes_controller.rb +73 -0
  129. data/app/controllers/admin/pages_controller.rb +73 -0
  130. data/app/controllers/admin/post_types_controller.rb +57 -0
  131. data/app/controllers/admin/profiles_controller.rb +57 -0
  132. data/app/controllers/admin/redirects_controller.rb +51 -0
  133. data/app/controllers/admin/resources_controller.rb +36 -0
  134. data/app/controllers/admin/seo_controller.rb +46 -0
  135. data/app/controllers/admin/settings_controller.rb +53 -0
  136. data/app/controllers/admin/sidebar_controller.rb +67 -0
  137. data/app/controllers/admin/tags_controller.rb +55 -0
  138. data/app/controllers/admin/themes_controller.rb +31 -0
  139. data/app/controllers/admin/users_controller.rb +67 -0
  140. data/app/controllers/articles_controller.rb +215 -0
  141. data/app/controllers/authors_controller.rb +30 -0
  142. data/app/controllers/base_controller.rb +43 -0
  143. data/app/controllers/comments_controller.rb +67 -0
  144. data/app/controllers/content_controller.rb +24 -0
  145. data/app/controllers/feedback_controller.rb +13 -0
  146. data/app/controllers/notes_controller.rb +35 -0
  147. data/app/controllers/setup_controller.rb +61 -0
  148. data/app/controllers/tags_controller.rb +50 -0
  149. data/app/controllers/text_controller.rb +7 -0
  150. data/app/controllers/textfilter_controller.rb +5 -0
  151. data/app/controllers/theme_controller.rb +63 -0
  152. data/app/controllers/xml_controller.rb +20 -0
  153. data/app/helpers/admin/base_helper.rb +87 -0
  154. data/app/helpers/admin/feedback_helper.rb +53 -0
  155. data/app/helpers/articles_helper.rb +10 -0
  156. data/app/helpers/authors_helper.rb +30 -0
  157. data/app/helpers/base_helper.rb +257 -0
  158. data/app/helpers/blog_helper.rb +14 -0
  159. data/app/helpers/xml_helper.rb +18 -0
  160. data/app/jobs/application_job.rb +5 -0
  161. data/app/mailers/notification_mailer.rb +40 -0
  162. data/app/models/ability.rb +53 -0
  163. data/app/models/archives_sidebar.rb +45 -0
  164. data/app/models/article/factory.rb +64 -0
  165. data/app/models/article.rb +308 -0
  166. data/app/models/blog.rb +280 -0
  167. data/app/models/comment.rb +57 -0
  168. data/app/models/config_manager.rb +83 -0
  169. data/app/models/content.rb +118 -0
  170. data/app/models/content_base.rb +88 -0
  171. data/app/models/feedback.rb +250 -0
  172. data/app/models/meta_sidebar.rb +10 -0
  173. data/app/models/note.rb +152 -0
  174. data/app/models/page.rb +42 -0
  175. data/app/models/page_sidebar.rb +14 -0
  176. data/app/models/ping.rb +5 -0
  177. data/app/models/post_type.rb +16 -0
  178. data/app/models/redirect.rb +51 -0
  179. data/app/models/redirection.rb +6 -0
  180. data/app/models/resource.rb +12 -0
  181. data/app/models/search_sidebar.rb +9 -0
  182. data/app/models/sidebar.rb +142 -0
  183. data/app/models/static_sidebar.rb +22 -0
  184. data/app/models/tag.rb +71 -0
  185. data/app/models/tag_sidebar.rb +30 -0
  186. data/app/models/text_filter.rb +141 -0
  187. data/app/models/trackback.rb +46 -0
  188. data/app/models/trigger.rb +34 -0
  189. data/app/models/user.rb +142 -0
  190. data/app/services/title_builder.rb +88 -0
  191. data/app/uploaders/resource_uploader.rb +63 -0
  192. data/app/views/accounts/confirm.html.erb +7 -0
  193. data/app/views/admin/content/_article_list.html.erb +26 -0
  194. data/app/views/admin/content/_form.html.erb +145 -0
  195. data/app/views/admin/content/autosave.js.erb +5 -0
  196. data/app/views/admin/content/edit.html.erb +3 -0
  197. data/app/views/admin/content/index.html.erb +48 -0
  198. data/app/views/admin/content/index.js.erb +1 -0
  199. data/app/views/admin/content/new.html.erb +3 -0
  200. data/app/views/admin/dashboard/_comment.html.erb +18 -0
  201. data/app/views/admin/dashboard/_comments.html.erb +10 -0
  202. data/app/views/admin/dashboard/_drafts.html.erb +25 -0
  203. data/app/views/admin/dashboard/_overview.html.erb +21 -0
  204. data/app/views/admin/dashboard/_welcome.html.erb +28 -0
  205. data/app/views/admin/dashboard/index.html.erb +16 -0
  206. data/app/views/admin/feedback/_button.html.erb +19 -0
  207. data/app/views/admin/feedback/_feedback.html.erb +7 -0
  208. data/app/views/admin/feedback/_ham.html.erb +17 -0
  209. data/app/views/admin/feedback/_spam.html.erb +23 -0
  210. data/app/views/admin/feedback/article.html.erb +69 -0
  211. data/app/views/admin/feedback/edit.html.erb +48 -0
  212. data/app/views/admin/feedback/ham.js +1 -0
  213. data/app/views/admin/feedback/index.html.erb +53 -0
  214. data/app/views/admin/feedback/spam.js +1 -0
  215. data/app/views/admin/migrations/show.html.erb +39 -0
  216. data/app/views/admin/notes/_form.html.erb +37 -0
  217. data/app/views/admin/notes/_header.html.erb +6 -0
  218. data/app/views/admin/notes/_list.html.erb +13 -0
  219. data/app/views/admin/notes/_note.html.erb +14 -0
  220. data/app/views/admin/notes/edit.html.erb +11 -0
  221. data/app/views/admin/notes/index.html.erb +11 -0
  222. data/app/views/admin/notes/show.html.erb +14 -0
  223. data/app/views/admin/pages/_form.html.erb +101 -0
  224. data/app/views/admin/pages/_pages.html.erb +21 -0
  225. data/app/views/admin/pages/edit.html.erb +1 -0
  226. data/app/views/admin/pages/index.html.erb +17 -0
  227. data/app/views/admin/pages/new.html.erb +1 -0
  228. data/app/views/admin/post_types/_index_and_form.html.erb +65 -0
  229. data/app/views/admin/post_types/edit.html.erb +1 -0
  230. data/app/views/admin/post_types/index.html.erb +1 -0
  231. data/app/views/admin/profiles/index.html.erb +10 -0
  232. data/app/views/admin/redirects/_index_and_form.html.erb +68 -0
  233. data/app/views/admin/redirects/edit.html.erb +1 -0
  234. data/app/views/admin/redirects/index.html.erb +1 -0
  235. data/app/views/admin/resources/index.html.erb +72 -0
  236. data/app/views/admin/seo/_general.html.erb +104 -0
  237. data/app/views/admin/seo/_permalinks.html.erb +53 -0
  238. data/app/views/admin/seo/_titles.html.erb +209 -0
  239. data/app/views/admin/seo/show.html.erb +28 -0
  240. data/app/views/admin/settings/display.html.erb +101 -0
  241. data/app/views/admin/settings/feedback.html.erb +118 -0
  242. data/app/views/admin/settings/index.html.erb +73 -0
  243. data/app/views/admin/settings/write.html.erb +69 -0
  244. data/app/views/admin/shared/_edit.html.erb +4 -0
  245. data/app/views/admin/shared/_menu.html.erb +121 -0
  246. data/app/views/admin/shared/_twitter_alert.html.erb +3 -0
  247. data/app/views/admin/sidebar/_available.html.erb +6 -0
  248. data/app/views/admin/sidebar/_available.json.erb +6 -0
  249. data/app/views/admin/sidebar/_config.html.erb +27 -0
  250. data/app/views/admin/sidebar/_target.html.erb +9 -0
  251. data/app/views/admin/sidebar/_target_sidebar.html.erb +20 -0
  252. data/app/views/admin/sidebar/destroy.js.erb +1 -0
  253. data/app/views/admin/sidebar/index.html.erb +31 -0
  254. data/app/views/admin/sidebar/sortable.js.erb +3 -0
  255. data/app/views/admin/sidebar/update.js.erb +2 -0
  256. data/app/views/admin/tags/_index_and_form.html.erb +59 -0
  257. data/app/views/admin/tags/edit.html.erb +1 -0
  258. data/app/views/admin/tags/index.html.erb +1 -0
  259. data/app/views/admin/themes/index.html.erb +27 -0
  260. data/app/views/admin/users/_form.html.erb +215 -0
  261. data/app/views/admin/users/edit.html.erb +8 -0
  262. data/app/views/admin/users/index.html.erb +39 -0
  263. data/app/views/admin/users/new.html.erb +8 -0
  264. data/app/views/archives_sidebar/_content.html.erb +13 -0
  265. data/app/views/articles/_archives_article.html.erb +9 -0
  266. data/app/views/articles/_article.html.erb +9 -0
  267. data/app/views/articles/_article_author.html.erb +4 -0
  268. data/app/views/articles/_article_collection.html.erb +8 -0
  269. data/app/views/articles/_article_content.html.erb +5 -0
  270. data/app/views/articles/_article_excerpt.html.erb +15 -0
  271. data/app/views/articles/_article_links.html.erb +12 -0
  272. data/app/views/articles/_comment.html.erb +1 -0
  273. data/app/views/articles/_comment_errors.html.erb +2 -0
  274. data/app/views/articles/_comment_form.html.erb +48 -0
  275. data/app/views/articles/_comment_list.html.erb +5 -0
  276. data/app/views/articles/_comment_preview.html.erb +4 -0
  277. data/app/views/articles/_full_article_content.html.erb +4 -0
  278. data/app/views/articles/_password_form.html.erb +10 -0
  279. data/app/views/articles/_trackback.html.erb +6 -0
  280. data/app/views/articles/archives.html.erb +15 -0
  281. data/app/views/articles/comment.js.erb +5 -0
  282. data/app/views/articles/comment_failed.js.erb +3 -0
  283. data/app/views/articles/error.html.erb +3 -0
  284. data/app/views/articles/feedback_atom_feed.atom.builder +10 -0
  285. data/app/views/articles/feedback_rss_feed.rss.builder +21 -0
  286. data/app/views/articles/index.html.erb +1 -0
  287. data/app/views/articles/index_atom_feed.atom.builder +9 -0
  288. data/app/views/articles/index_rss_feed.rss.builder +20 -0
  289. data/app/views/articles/live_search.html.erb +10 -0
  290. data/app/views/articles/read.html.erb +43 -0
  291. data/app/views/articles/search.html.erb +8 -0
  292. data/app/views/articles/trackback.xml.builder +7 -0
  293. data/app/views/articles/view_page.html.erb +3 -0
  294. data/app/views/authors/show.html.erb +30 -0
  295. data/app/views/authors/show_atom_feed.atom.builder +9 -0
  296. data/app/views/authors/show_rss_feed.rss.builder +20 -0
  297. data/app/views/comments/_comment.html.erb +17 -0
  298. data/app/views/comments/preview.html.erb +1 -0
  299. data/app/views/comments/preview.js.erb +3 -0
  300. data/app/views/devise/mailer/reset_password_instructions.html.erb +11 -0
  301. data/app/views/devise/passwords/edit.html.erb +28 -0
  302. data/app/views/devise/passwords/new.html.erb +20 -0
  303. data/app/views/devise/registrations/new.html.erb +36 -0
  304. data/app/views/devise/sessions/new.html.erb +32 -0
  305. data/app/views/devise/shared/_links.html.erb +11 -0
  306. data/app/views/errors/404.html.erb +2 -0
  307. data/app/views/feedback/index.atom.builder +9 -0
  308. data/app/views/feedback/index.rss.builder +20 -0
  309. data/app/views/layouts/accounts.html.erb +33 -0
  310. data/app/views/layouts/administration.html.erb +37 -0
  311. data/app/views/layouts/default.html.erb +33 -0
  312. data/app/views/layouts/editor.html.erb +17 -0
  313. data/app/views/meta_sidebar/_content.html.erb +8 -0
  314. data/app/views/notes/_note.html.erb +16 -0
  315. data/app/views/notes/error.html.erb +3 -0
  316. data/app/views/notes/index.html.erb +15 -0
  317. data/app/views/notes/show.html.erb +5 -0
  318. data/app/views/notes/show_in_reply.html.erb +18 -0
  319. data/app/views/notification_mailer/_mail_footer.html.erb +5 -0
  320. data/app/views/notification_mailer/_mail_header.html.erb +3 -0
  321. data/app/views/notification_mailer/article.html.erb +7 -0
  322. data/app/views/notification_mailer/comment.html.erb +12 -0
  323. data/app/views/notification_mailer/notif_user.html.erb +9 -0
  324. data/app/views/page_sidebar/_content.html.erb +12 -0
  325. data/app/views/search_sidebar/_content.html.erb +10 -0
  326. data/app/views/settings/done.html.erb +2 -0
  327. data/app/views/settings/install.html.erb +12 -0
  328. data/app/views/setup/index.html.erb +17 -0
  329. data/app/views/shared/_atom_header.atom.builder +6 -0
  330. data/app/views/shared/_atom_item_article.atom.builder +36 -0
  331. data/app/views/shared/_atom_item_comment.atom.builder +10 -0
  332. data/app/views/shared/_atom_item_trackback.atom.builder +10 -0
  333. data/app/views/shared/_flash.erb +10 -0
  334. data/app/views/shared/_google_analytics.html.erb +8 -0
  335. data/app/views/shared/_page_header.html.erb +23 -0
  336. data/app/views/shared/_rss_item_article.rss.builder +32 -0
  337. data/app/views/shared/_rss_item_comment.rss.builder +9 -0
  338. data/app/views/shared/_rss_item_trackback.rss.builder +9 -0
  339. data/app/views/sidebar/_row.html.erb +1 -0
  340. data/app/views/sidebar/_sidebar.html.erb +5 -0
  341. data/app/views/sidebar/display_plugins.html.erb +5 -0
  342. data/app/views/sidebar/show.html.erb +1 -0
  343. data/app/views/static_sidebar/_content.html.erb +2 -0
  344. data/app/views/tag_sidebar/_content.html.erb +10 -0
  345. data/app/views/tags/index.html.erb +15 -0
  346. data/app/views/tags/show.html.erb +1 -0
  347. data/app/views/theme/static_view_test.html.erb +1 -0
  348. data/app/views/xml/_googlesitemap_item_article.googlesitemap.builder +7 -0
  349. data/app/views/xml/_googlesitemap_item_category.googlesitemap.builder +6 -0
  350. data/app/views/xml/_googlesitemap_item_page.googlesitemap.builder +6 -0
  351. data/app/views/xml/_googlesitemap_item_tag.googlesitemap.builder +6 -0
  352. data/app/views/xml/sitemap.googlesitemap.builder +9 -0
  353. data/config/i18n-tasks.yml +49 -0
  354. data/config/initializers/devise.rb +271 -0
  355. data/config/initializers/mime_types.rb +7 -0
  356. data/config/locales/da.yml +769 -0
  357. data/config/locales/de.yml +769 -0
  358. data/config/locales/en.yml +770 -0
  359. data/config/locales/es-MX.yml +769 -0
  360. data/config/locales/fr.yml +769 -0
  361. data/config/locales/he.yml +769 -0
  362. data/config/locales/it.yml +769 -0
  363. data/config/locales/ja.yml +769 -0
  364. data/config/locales/lt.yml +783 -0
  365. data/config/locales/nb-NO.yml +769 -0
  366. data/config/locales/nl.yml +769 -0
  367. data/config/locales/pl.yml +797 -0
  368. data/config/locales/pt-BR.yml +769 -0
  369. data/config/locales/ro.yml +782 -0
  370. data/config/locales/ru.yml +797 -0
  371. data/config/locales/sidebars.da.yml +20 -0
  372. data/config/locales/sidebars.de.yml +20 -0
  373. data/config/locales/sidebars.en.yml +20 -0
  374. data/config/locales/sidebars.es-MX.yml +20 -0
  375. data/config/locales/sidebars.fr.yml +20 -0
  376. data/config/locales/sidebars.he.yml +20 -0
  377. data/config/locales/sidebars.it.yml +20 -0
  378. data/config/locales/sidebars.ja.yml +20 -0
  379. data/config/locales/sidebars.lt.yml +20 -0
  380. data/config/locales/sidebars.nb-NO.yml +20 -0
  381. data/config/locales/sidebars.nl.yml +20 -0
  382. data/config/locales/sidebars.pl.yml +20 -0
  383. data/config/locales/sidebars.pt-BR.yml +20 -0
  384. data/config/locales/sidebars.ro.yml +20 -0
  385. data/config/locales/sidebars.ru.yml +20 -0
  386. data/config/locales/sidebars.zh-CN.yml +20 -0
  387. data/config/locales/sidebars.zh-TW.yml +20 -0
  388. data/config/locales/zh-CN.yml +768 -0
  389. data/config/locales/zh-TW.yml +769 -0
  390. data/config/routes.rb +174 -0
  391. data/db/migrate/113_initial_schema.rb +210 -0
  392. data/db/migrate/114_fixes_buggy_articles_and_notes.rb +56 -0
  393. data/db/migrate/115_drops_categories_for_tags.rb +37 -0
  394. data/db/migrate/20150207131657_add_missing_indexes.rb +23 -0
  395. data/db/migrate/20150807134129_simplify_redirect_relations.rb +45 -0
  396. data/db/migrate/20150808052637_add_blog_ids.rb +39 -0
  397. data/db/migrate/20150808191127_add_blog_id_to_redirects.rb +19 -0
  398. data/db/migrate/20150810094754_add_blog_id_to_tags.rb +19 -0
  399. data/db/migrate/20160108111120_add_devise_to_users.rb +57 -0
  400. data/db/migrate/20160108184201_move_last_connection_to_last_sign_in_at.rb +20 -0
  401. data/db/migrate/20160110094906_remove_profiles_rights.rb +18 -0
  402. data/db/migrate/20160605103918_replace_profile_id_with_string.rb +32 -0
  403. data/db/migrate/20160605154632_remove_profiles.rb +31 -0
  404. data/db/migrate/20160701061851_demand_blog_id_on_contents.rb +13 -0
  405. data/db/migrate/20160701062604_add_blog_id_to_resources.rb +32 -0
  406. data/db/migrate/20170528093024_move_resources_to_content.rb +9 -0
  407. data/db/migrate/20170528094923_move_tags_to_content.rb +10 -0
  408. data/db/migrate/20170528201606_remove_separate_published_flag.rb +9 -0
  409. data/db/migrate/20170605071626_remove_extra_state_columns_from_feedback.rb +10 -0
  410. data/db/migrate/20170702105201_remove_published_at_from_feedback.rb +9 -0
  411. data/db/migrate/20190208151235_add_text_filter_name_fields.rb +11 -0
  412. data/db/migrate/20190208152646_move_text_filter_to_name.rb +99 -0
  413. data/db/migrate/20190209155717_remove_text_filter_ids.rb +21 -0
  414. data/db/migrate/20190209160610_remove_text_filters.rb +19 -0
  415. data/db/seeds.rb +25 -0
  416. data/lib/email_notify.rb +28 -0
  417. data/lib/format.rb +9 -0
  418. data/lib/publify_core/engine.rb +31 -0
  419. data/lib/publify_core/lang.rb +9 -0
  420. data/lib/publify_core/testing_support/dns_mock.rb +15 -0
  421. data/lib/publify_core/testing_support/factories.rb +242 -0
  422. data/lib/publify_core/testing_support/feed_assertions.rb +48 -0
  423. data/lib/publify_core/testing_support/fixtures/exploit.svg +4 -0
  424. data/lib/publify_core/testing_support/fixtures/fakepng.png +1 -0
  425. data/lib/publify_core/testing_support/fixtures/otherfile.txt +1 -0
  426. data/lib/publify_core/testing_support/fixtures/testfile.png +0 -0
  427. data/lib/publify_core/testing_support/fixtures/testfile.txt +1 -0
  428. data/lib/publify_core/testing_support/upload_fixtures.rb +15 -0
  429. data/lib/publify_core/version.rb +5 -0
  430. data/lib/publify_core.rb +46 -0
  431. data/lib/publify_guid.rb +11 -0
  432. data/lib/publify_plugins.rb +77 -0
  433. data/lib/publify_textfilter_markdown.rb +57 -0
  434. data/lib/publify_textfilter_none.rb +16 -0
  435. data/lib/publify_textfilter_smartypants.rb +16 -0
  436. data/lib/publify_textfilter_textile.rb +23 -0
  437. data/lib/publify_textfilter_twitterfilter.rb +39 -0
  438. data/lib/publify_time.rb +34 -0
  439. data/lib/sidebar_field.rb +127 -0
  440. data/lib/sidebar_registry.rb +35 -0
  441. data/lib/spam_protection.rb +103 -0
  442. data/lib/tasks/i18n.rake +9 -0
  443. data/lib/tasks/manifest.rake +30 -0
  444. data/lib/tasks/publify_core_tasks.rake +6 -0
  445. data/lib/text_filter_plugin.rb +183 -0
  446. data/lib/theme.rb +72 -0
  447. data/lib/transforms.rb +47 -0
  448. data/themes/plain/about.markdown +4 -0
  449. data/themes/plain/javascripts/theme.js +0 -0
  450. data/themes/plain/preview.png +0 -0
  451. data/themes/plain/stylesheets/theme.css +57 -0
  452. metadata +1062 -0
@@ -0,0 +1,782 @@
1
+ ---
2
+ ro:
3
+ accounts:
4
+ back_to_html: "← Back to %{place}"
5
+ back_to_login: Back to login
6
+ confirm:
7
+ admin: admin
8
+ dont_lose_the_mail_sent: Don't lose the mail sent at %{email} or you won't be able to login anymore
9
+ login: 'Login: %{login}'
10
+ proceed_to: Proceed to %{link}
11
+ success: You have successfully signed up.
12
+ create_account: Create an account
13
+ lost_my_password: I've lost my password
14
+ activerecord:
15
+ errors:
16
+ models:
17
+ article:
18
+ attributes:
19
+ title:
20
+ blank: can't be blank
21
+ template:
22
+ body: ''
23
+ header: ''
24
+ admin:
25
+ base:
26
+ not_allowed: Error, you are not allowed to perform this action
27
+ successfully_deleted: This %{name} was deleted successfully
28
+ content:
29
+ access_granted:
30
+ error: Error, you are not allowed to perform this action
31
+ article_list:
32
+ no_articles: There are no articles yet. Why don't you start and create one?
33
+ autosave:
34
+ success: Article was successfully saved
35
+ create:
36
+ success: Article was successfully created
37
+ form:
38
+ allow_comments: Se permit comentarii
39
+ allow_comments_status:
40
+ disabled: disabled
41
+ enabled: enabled
42
+ allowed_comments_html: Comments are %{allow_comment}
43
+ article_type: Article type
44
+ cancel: Anulare
45
+ default: Default
46
+ now: now
47
+ ok: OK
48
+ password: Parola
49
+ permalink: Legătură permanentă
50
+ preview: Preview
51
+ protected: Protected
52
+ public: Public
53
+ publish: Publică
54
+ publish_settings: Publish settings
55
+ published: Publicat
56
+ save: Salvează
57
+ save_as_draft: Save as draft
58
+ status: Status
59
+ tags: Tags
60
+ tags_explanation_html: Separate tags with commas. Use double quotes (") around multi-word tags, e.g. "opera house".
61
+ title: Titlu
62
+ type_your_post: Type your post
63
+ visibility: Visibility
64
+ index:
65
+ all_articles: All articles
66
+ drafts: Drafts
67
+ manage_articles: Listează articolele
68
+ new_article: New article
69
+ publication_date: Publication date
70
+ publication_pending: Publication pending
71
+ published: Publicat
72
+ search: Search
73
+ select_an_author: Select an author
74
+ withdrawn: Withdrawn
75
+ update:
76
+ success: Article was successfully updated
77
+ dashboard:
78
+ comment:
79
+ by: By
80
+ no_comments_yet: No comments yet
81
+ comments:
82
+ latest_comments: Latest Comments
83
+ drafts:
84
+ no_drafts_yet: No drafts yet, why don't you start and write one
85
+ your_drafts: Your drafts
86
+ index:
87
+ welcome_back: Welcome back, %{user_name}!
88
+ overview:
89
+ change_your_blog_presentation: change your blog presentation
90
+ customization_explain_html: You can also do a bit of design, %{theme_link} or %{sidebar_link}.
91
+ dashboard_explain_html: This place gives you a quick overview of what happens on your Publify blog and what you can do. Maybe will you want to %{available_actions}
92
+ enable_plugins: enable plugins
93
+ help_explain_html: If you need help, %{doc_link}.
94
+ read_our_documentation: read our documentation
95
+ update_your_profile_or_change_your_password: update your profile or change your password
96
+ write_a_page: write a page
97
+ write_a_post: write a post
98
+ welcome:
99
+ approved_count:
100
+ few: "%{count} approved"
101
+ one: 1 approved
102
+ other: "%{count} approved"
103
+ zero: no approved
104
+ articles_and_comments_count_since: "%{articles_count} articles and %{comments_count} comments were posted since your last connexion"
105
+ articles_count:
106
+ few: "%{count} articles"
107
+ one: 1 article
108
+ other: "%{count} articles"
109
+ zero: no article
110
+ comments_count:
111
+ few: "%{count} comments"
112
+ one: 1 comment
113
+ other: "%{count} comments"
114
+ zero: fără comentarii
115
+ content: Content
116
+ drafts_count:
117
+ few: "%{count} drafts"
118
+ one: 1 draft
119
+ other: "%{count} drafts"
120
+ zero: no draft
121
+ feedback: Feedback
122
+ notes_count:
123
+ few: "%{count} notes"
124
+ one: 1 note
125
+ other: "%{count} notes"
126
+ zero: no note
127
+ pages_count:
128
+ few: "%{count} pages"
129
+ one: 1 page
130
+ other: "%{count} pages"
131
+ zero: no page
132
+ running_publify: You're running Publify %{version}
133
+ spam_count:
134
+ few: "%{count} spam"
135
+ one: 1 spam
136
+ other: "%{count} spam"
137
+ zero: no spam
138
+ today: Today
139
+ unconfirmed_count:
140
+ few: "%{count} unconfirmed"
141
+ one: 1 unconfirmed
142
+ other: "%{count} unconfirmed"
143
+ zero: no unconfirmed
144
+ your_articles_count:
145
+ few: "%{count} articles writen by you"
146
+ one: 1 article writen by you
147
+ other: "%{count} articles writen by you"
148
+ zero: no article writen by you
149
+ feedback:
150
+ article:
151
+ action_or_other_html: "%{first_action} sau %{second_action}"
152
+ add_a_comment: Add a comment
153
+ author: Autor
154
+ cancel: Anulare
155
+ comments_for_html: Comentariile la %{title}
156
+ email: Email
157
+ no_feedback: There is no feedback yet. Why don't you create some?
158
+ save: Salvează
159
+ select_all: Select all
160
+ url: Adresa
161
+ your_comment: Your comment
162
+ bulkops:
163
+ error: Not implemented
164
+ success_classification: Confirmed classification of %{count} item(s)
165
+ success_deleted: Deleted %{count} item(s)
166
+ success_deleted_spam: All spam have been deleted
167
+ success_mark_as_ham:
168
+ few: Marked %{count} items as Ham
169
+ one: Marked 1 item as Ham
170
+ other: Marked %{count} items as Ham
171
+ zero: No item selected to mark as Ham
172
+ success_mark_as_spam:
173
+ few: Marked %{count} items as Spam
174
+ one: Marked 1 item as Spam
175
+ other: Marked %{count} items as Spam
176
+ zero: No item selected to mark as Spam
177
+ button:
178
+ delete_all_spam: Delete all spam
179
+ delete_checked_items: Delete Checked Items
180
+ mark_checked_items_as_ham: Mark Checked Items as Ham
181
+ mark_checked_items_as_spam: Mark Checked Items as Spam
182
+ create:
183
+ success: Comment was successfully created.
184
+ destroy:
185
+ error: Not found
186
+ success: Deleted
187
+ edit:
188
+ action_or_other_html: "%{first_action} sau %{second_action}"
189
+ author: Author
190
+ cancel: Cancel
191
+ comments_for_html: Comments for %{article_link}
192
+ edit_a_comment: Edit a comment
193
+ email: Email
194
+ save: Salvează
195
+ url: Url
196
+ your_comment: Your comment
197
+ ham:
198
+ by: by
199
+ created_on: 'on'
200
+ index:
201
+ all: All
202
+ feedback: Feedback
203
+ ham: Ham
204
+ no_feedback: There is no feedback yet. Why don't you create some?
205
+ presumed_ham: Presumed ham
206
+ presumed_spam: Presumed spam
207
+ select_all: Select all
208
+ spam: Spam
209
+ unapproved_comments: Unapproved comments
210
+ spam:
211
+ by: by
212
+ cancel: Anulare
213
+ created_on: 'on'
214
+ this_comment_by_was_flagged_as_spam_html: This comment by %{author} was flagged as spam, %{cancel_link}?
215
+ state:
216
+ ham: Ham
217
+ just_marked_as_ham: Just Marked As Ham
218
+ just_marked_as_spam: Just Marked As Spam
219
+ just_presumed_ham: Just Presumed Ham
220
+ presumed_ham: Ham?
221
+ presumed_spam: Spam?
222
+ spam: Spam
223
+ unclassified: Unclassified
224
+ update:
225
+ success: Comment was successfully updated.
226
+ migrations:
227
+ show:
228
+ current_database_version: Versiunea curentă a bazei de date
229
+ database_migration: Actualizări ale bazei de date
230
+ information: Informații
231
+ may_take_a_moment: ar putea să dureze puțin
232
+ migration_pending:
233
+ few: There are %{count} migrations pending.
234
+ one: There is one migration pending.
235
+ other: There are %{count} migrations pending.
236
+ migrations: Migrations
237
+ needed_migrations: Actualizări necesare
238
+ update_database_now: Actualizează baza de date acum
239
+ you_are_up_to_date: Baza de date este la zi!
240
+ notes:
241
+ form:
242
+ cancel: Anulare
243
+ compose_new_note: Compose new note
244
+ in_reply_to: In reply to
245
+ no_notes: There are no notes yet. Why don't you create one?
246
+ now: Now
247
+ or: or
248
+ permanent_link: Permanent link
249
+ posse_to_twitter: POSSE to Twitter
250
+ publish: Publică
251
+ publish_at: Publică la
252
+ publish_settings: Publish settings
253
+ tweet_id_like: Tweet id like 123456
254
+ header:
255
+ notes: Notes
256
+ show:
257
+ action_or_other_html: "%{first_action} sau %{second_action}"
258
+ are_you_sure: Are you sure you want to delete this note
259
+ cancel: Anulare
260
+ delete: Delete
261
+ destroy_confirmation: Destroy confirmation
262
+ pages:
263
+ edit:
264
+ success: Page has been updated
265
+ form:
266
+ article_filter: Filtru pentru articole
267
+ cancel: Anulare
268
+ online: Online
269
+ permanent_link: Permanent link
270
+ publish: Publică
271
+ publish_settings: Publish settings
272
+ save: Salvează
273
+ status: Status
274
+ title: Titlu
275
+ type_your_post: Type your post
276
+ index:
277
+ author: Autor
278
+ manage_pages: Listează paginile
279
+ new_page: New Page
280
+ title: Titlu
281
+ new:
282
+ success: New page created
283
+ pages:
284
+ no_pages: There are no pages yet. Why don't you create one?
285
+ post_types:
286
+ index_and_form:
287
+ cancel: Anulare
288
+ default: Default
289
+ description: Descriere
290
+ explain: The template name is the filename Publify will look for when calling an article of that type. It should be in your theme under views/articles/template name.html.erb
291
+ name: Nume
292
+ or: or
293
+ post_types: Post Types
294
+ publify_default_post_type: Publify default post type
295
+ save: Salvează
296
+ template_name: Template name
297
+ profiles:
298
+ index:
299
+ success: User details updated
300
+ your_profile: Your profile
301
+ redirects:
302
+ destroy:
303
+ success: Redirection was successfully deleted.
304
+ index_and_form:
305
+ cancel: Anulare
306
+ from: De la
307
+ leave_empty_to_shorten_a_link: Leave empty to shorten a link
308
+ no_redirects: There are no redirects yet. Why don't you start and create one?
309
+ or: or
310
+ redirects: Redirects
311
+ save: Salvează
312
+ to: To
313
+ resources:
314
+ destroy:
315
+ notice: File has been deleted
316
+ index:
317
+ are_you_sure: Are you sure?
318
+ content_type: Tip de conținut (content type)
319
+ date: Date
320
+ delete: Delete
321
+ file_size: Dimensiunea fișierului
322
+ filename: Nume de fișier
323
+ media_library: Media Library
324
+ medium_size: Medium size
325
+ no_resources: There are no resources yet. Why don't you start and create one?
326
+ original_size: Original size
327
+ right_click_for_link: right-click for link
328
+ thumbnail: Thumbnail
329
+ upload: Încarcă
330
+ upload_a_file_to_your_site: Încarcă un fișier în site
331
+ upload:
332
+ success: File uploaded
333
+ warning: No file selected
334
+ seo:
335
+ general:
336
+ custom_tracking_code: Custom tracking code
337
+ do_not_index_tags: Do not index tags
338
+ dofollow: Dofollow
339
+ explain: Here you can add anything you want to appear in your application header, such as analytics service tracking code.
340
+ explain_moderate_feedback: You may want to moderate feedback when turning this on
341
+ explain_rss_description: 'You can use the following tags: %author% (author name), %blog_url% (this blog URL), %blog_name% (this blog title) and %permalink_url% (a link to the article you want to protect)'
342
+ explain_tag_index_html: Checking this box will add <code>noindex, follow</code> meta tags in every tags page, removing them from search engines and preventing duplicate content issues
343
+ general_settings: Setări generale
344
+ google: Google
345
+ google_analytics: Google Analytics
346
+ google_webmaster_tools_validation_link: Google Webmaster Tools validation link
347
+ indexing: Indexing
348
+ meta_description: Meta description
349
+ meta_keywords: Meta keywords
350
+ robots_txt: Robots.txt
351
+ rss_description_message: RSS description message
352
+ this_will_display: This will display at the bottom of each post in the RSS feed
353
+ use_dofollow_in_comments: Use dofollow in comments
354
+ use_meta_keywords: Use meta keywords
355
+ use_rss_description: Use RSS description
356
+ permalinks:
357
+ custom: Custom
358
+ date_and_title: Date and title
359
+ explain: Publify offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links.
360
+ help_on_permalink_settings: Help on permalink settings
361
+ month_and_title: Month and title
362
+ permalink_format: Permalink format
363
+ sample: Here are some examples to get you started.
364
+ title_only: Title only
365
+ you_can_custom_your_url_structure: 'You can customize your URL structure using the following tags:'
366
+ your_article_day: your article day of publication.
367
+ your_article_month: your article month of publication.
368
+ your_article_slug_html: your article slug. <strong>Using this slug is mandatory</strong>.
369
+ your_article_year: your article year of publication.
370
+ show:
371
+ cancel: Anulare
372
+ global_settings: Global settings
373
+ or: or
374
+ permalinks: Permalinks
375
+ title_settings: Title settings
376
+ update_settings: Update settings
377
+ titles:
378
+ articles: Articles
379
+ author_page: Author page
380
+ dated_archives: Dated archives
381
+ description_template: Description template
382
+ help_on_title_settings: Help on title settings
383
+ home: Home
384
+ pages: Pagini
385
+ paginated_archives: Paginated archives
386
+ replaced_by_the_archive_date: Replaced by the archive date
387
+ replaced_by_the_content_body: Replaced by the content body
388
+ replaced_with_the_article_categories: Replaced with the article categories (comma separated)
389
+ replaced_with_the_article_page_title: Replaced with the article/page title
390
+ replaced_with_the_article_tags: Replaced with the article tags (comma separated)
391
+ replaced_with_the_category_tag_name: Replaced with the category/tag name
392
+ replaced_with_the_current_date: Replaced with the current date
393
+ replaced_with_the_current_month: Replaced with the current month
394
+ replaced_with_the_current_page_number: Replaced with the current page number
395
+ replaced_with_the_current_search_phrase: Replaced with the current search phrase
396
+ replaced_with_the_current_time: Replaced with the current time
397
+ replaced_with_the_current_year: Replaced with the current year
398
+ replaced_with_the_post_page_excerpt: Replaced with the post/page excerpt
399
+ replaced_with_the_title_of_the_article_page: Replaced with the title of the article/page
400
+ search_results: Search results
401
+ short_statuses: Short statuses
402
+ short_statuses_lists: Short statuses lists
403
+ the_blog_s_name: The blog's name
404
+ the_blog_s_tagline_description: The blog's tagline / description
405
+ these_tags_can_be_included: These tags can be included in your templates and will be replaced when displaying the page.
406
+ title_template: Title template
407
+ settings:
408
+ display:
409
+ cancel: Anulare
410
+ custom_url: Custom URL shortener domain
411
+ custom_url_help: If you have a custom domain for URL shortening, enter it here.
412
+ date_format: Date format
413
+ default_archives_show: articles on the archives page
414
+ default_article_show: articles on the homepage
415
+ default_feed_show: most recent articles in feed
416
+ display: Display
417
+ display_settings: Display Settings
418
+ feed_articles: Article excerpts
419
+ feed_excerpts_only: Show only article excerpts in feed
420
+ feed_settings: RSS Feed Settings
421
+ or: or
422
+ publishing_options: Publishing Options
423
+ status_main_feed: Display statuses in the main feed
424
+ statuses: Statuses
425
+ time_format: Time format
426
+ update_settings: Update settings
427
+ feedback:
428
+ askimet_key: Cheia Akismet
429
+ avatars_provider: Avatars provider
430
+ cancel: Anulare
431
+ captcha: Captcha
432
+ comments: Comentarii
433
+ comments_filter: Filtru pentru comentarii
434
+ days: zile
435
+ disable_comments_after: 'Dezactivează comentariile după '
436
+ enable_comments_by_default: Implicit comentariile să fie active
437
+ enable_feedback_moderation: Activează moderarea comentariilor
438
+ enable_recaptcha: Enable reCaptcha
439
+ enable_spam_protection: Activează protecția anti-spam
440
+ explain_feedback_moderation: You can enable site wide feedback moderation. If you do so, no comment will appear on your blog unless you validate it.
441
+ explain_reject_comments: Publify va respinge automat comentarii care conțin mai mult decît un anumit număr de legături
442
+ explain_spam_protection: 'La activarea protecției anti-spam, Publify va compara adresa IP a utilizatorului care publică un articol, cît și conținutul articolului publicat, cu niște liste negre locale sau din altă parte. Reprezintă o bună apărare împotriva unui spam bot '
443
+ explain_spamfiltering_html: Opțional, Publify poate folosi serviciul <a href='http://akismet.com'>Akismet</a> de filtrare spam. Trebuie să te înregistrezi la Akismet și să primești o cheie API pentru a putea folosi acest serviciu. Dacă ai deja o cheie Akismet, introdu-o aici
444
+ feedback: Feedback
445
+ feedback_settings: Feedback settings
446
+ max_links: Număr maxim de legături
447
+ none: none
448
+ or: or
449
+ remember_to_set_your_recaptcha: Remember to set your reCaptcha keys inside config/initializers/recaptcha.rb
450
+ set_to_0_to_never_disable_comments: Comentariile nu vor fi dezactivate niciodată dacă alegi valoarea 0
451
+ set_to_0_to_never_reject_comments: Comentariile nu vor fi respinse niciodată dacă alegi valoarea 0
452
+ spam: Spam
453
+ spam_protection: Protecție anti-spam
454
+ update_settings: Update settings
455
+ index:
456
+ allow_users_to_register: Allow users to register
457
+ blog_name: Numele blogului
458
+ blog_subtitle: Subtitlul blogului
459
+ blog_url: Adresa blogului
460
+ cancel: Anulare
461
+ email_address_used_to_notify: Adresa email folosită de Publify pentru a trimite alerte prin email
462
+ explain_allow_users_to_register_html: This will allow users to register themselves as contributors, an unprivileged account level which grants them no rights beyond owning a profile on the site. If you don't want users to register, you can add them via <em>Manage users</em> under <em>Settings</em>.
463
+ general_settings: Setări generale
464
+ items_to_display_in_admin_lists: Items to display in admin lists
465
+ language: Language
466
+ or: or
467
+ source_email: Expeditor email
468
+ update_settings: Update settings
469
+ users: Utilizatori
470
+ your_blog: Site
471
+ update:
472
+ error: 'Error: %{messages}'
473
+ success: Configuration updated.
474
+ write:
475
+ avatar_size: Avatar size
476
+ cancel: Anulare
477
+ display: Afișează
478
+ example: de pildă
479
+ image_medium_size: Image medium size
480
+ image_thumbnail_size: Image thumbnail size
481
+ latitude_longitude: Latitudine, longitudine
482
+ media: Media
483
+ or: or
484
+ publish: Publică
485
+ publish_on_twitter: Publish on Twitter
486
+ twitter_consumer_key: Twitter consumer key
487
+ twitter_consumer_secret: Twitter consumer secret
488
+ update_settings: Update settings
489
+ write: Publicare
490
+ your_geoloc: latitudinea și longitudinea ta
491
+ shared:
492
+ destroy:
493
+ are_you_sure: Are you sure you want to delete this %{element}
494
+ menu:
495
+ all_articles: All articles
496
+ all_pages: All pages
497
+ article_types: Article types
498
+ articles: Articol
499
+ choose_theme: Alege o temă
500
+ customize_sidebar: Customize sidebar
501
+ design: Design
502
+ display: Afișează
503
+ documentation: Documentație
504
+ feedback: Feedback
505
+ general_settings: Setări generale
506
+ global_seo_settings: Global SEO settings
507
+ in_page_plugins: In page plugins
508
+ logged_in_as: Logged in as %{login}
509
+ logout_html: Log out &raquo;
510
+ manage_users: Manage Users
511
+ media_library: Media Library
512
+ new: Nou
513
+ new_article: New Article
514
+ new_media: New Media
515
+ new_note: New Note
516
+ new_page: New Page
517
+ notes: Notes
518
+ pages: Pagini
519
+ permalinks: Permalinks
520
+ profile: Profile
521
+ redirects: Redirects
522
+ report_a_bug: Raport de eroare
523
+ seo: SEO
524
+ settings: Settings
525
+ sidebar_plugins: Sidebar plugins
526
+ tags: Tags
527
+ titles: Titles
528
+ write: Publicare
529
+ twitter_alert:
530
+ fill_the_twitter_credentials: fill in the OAuth credentials
531
+ how_to_setup_twitter_html: If you want to push short statuses on Twitter, you need to %{twitter_settings_link} Twitter gave you after you %{twitter_registration_link}.
532
+ registered_your_application: registered your application
533
+ sidebar:
534
+ config:
535
+ active_sidebar_items: Obiecte utilizate
536
+ available_items: Obiecte disponibile
537
+ you_have_no_plugins_installed: You have no plugins installed
538
+ index:
539
+ cancel: Anulare
540
+ download_more_plugins_html: You can download and install sidebar plugins from our official <a href='https://github.com/fdv/publify/wiki/Sidebar-plugins'>plugin repository</a>. All you have to do is upload the theme directory in your vendor/plugins directory.
541
+ explain_how_its_works: Trage și lasă obiecte pe bara laterală pentru a o modifica în blog. Pentru a șterge obiecte din bara laterală, apasă pe 'șterge'. Modificările se salvează imediat, dar nu vor fi activate pînă cînd apeși butonul 'publică'
542
+ or: or
543
+ publish_changes: Publică modificările
544
+ sidebar: Sidebar
545
+ target:
546
+ drag_some_plugins_here: Trage plugin-uri aici pentru a popula bara laterală
547
+ tags:
548
+ edit:
549
+ success: Tag was successfully updated
550
+ index_and_form:
551
+ cancel: Anulare
552
+ display_name: Numele real
553
+ manage_tags: Manage Tags
554
+ name: Nume
555
+ no_tags: There are no tags yet. Why don't you start and create one?
556
+ or: or
557
+ save: Salvează
558
+ themes:
559
+ index:
560
+ active_theme: "%{name} - Tema activă"
561
+ choose_a_theme: Alege o temă
562
+ use_this_theme: Use this theme
563
+ switchto:
564
+ success: Theme selection updated
565
+ users:
566
+ edit:
567
+ edit_user: Editează un utilizator
568
+ form:
569
+ about: Biography
570
+ account_settings: Account Settings
571
+ aim: AIM screen name
572
+ article_filter: Filtru pentru articole
573
+ author_page: author page
574
+ avatar: Avatar Settings
575
+ avatar_current: Current avatar
576
+ cancel: Anulare
577
+ contact_explain_html: This information will be displayed on your %{link}
578
+ contact_settings: Contact Settings
579
+ display_name: Display name
580
+ email: Email
581
+ firstname: First name
582
+ jabber: Jabber ID
583
+ lastname: Last name
584
+ login: Login
585
+ msn: MSN Messenger ID
586
+ nickname: Nickname
587
+ notification_article: when new article is posted
588
+ notification_comment: when new comment is posted
589
+ notification_email: via email
590
+ notification_settings: Notifications
591
+ notifications: Send notification messages
592
+ or: or
593
+ password: Parolă
594
+ password_confirmation: Confirmare parolă
595
+ profile: Profile
596
+ profile_settings: Profile Settings
597
+ save: Salvează
598
+ twitter: Twitter username
599
+ twitter_account: Twitter username
600
+ twitter_oauth: Twitter OAuth token
601
+ twitter_oauth_secret: Twitter OAuth secret
602
+ upload: Upload your profile image
603
+ upload_file: Upload a .jpg, .png or .gif file
604
+ user_status: User Status
605
+ website: Website
606
+ yahoo: Yahoo! Messenger ID
607
+ index:
608
+ articles: Articol
609
+ comments: Comentarii
610
+ email: Email
611
+ login: login
612
+ name: Nume
613
+ new_user: Utilizator nou
614
+ profile: Profile
615
+ state: State
616
+ users: Utilizatori
617
+ new:
618
+ add_user: Add User
619
+ success: User was successfully created
620
+ articles:
621
+ archives:
622
+ no_articles_found: Niciun articol nu a fost găsit
623
+ archives_article:
624
+ posted_in: posted in
625
+ article_author:
626
+ posted_by: Publicat de
627
+ article_excerpt:
628
+ continue_reading: Continue reading
629
+ article_links:
630
+ comments:
631
+ few: "%{count} comentarii"
632
+ one: 1 comentariu
633
+ other: "%{count} comentarii"
634
+ zero: no comentarii
635
+ tags: Tags
636
+ trackbacks:
637
+ few: "%{count} trackbacks"
638
+ one: 1 trackback
639
+ other: "%{count} trackbacks"
640
+ zero: no trackbacks
641
+ comment_errors:
642
+ message: Oops, something wrong happened, the comment could not be saved.
643
+ comment_form:
644
+ comment_markup_help: Ajutor la marcare
645
+ leave_url_email: leave url/email
646
+ preview_comment: Previzualizare
647
+ your_blog: Blog-ul tău
648
+ your_email: Email
649
+ your_message: Comentariu
650
+ your_name: Nume
651
+ comment_preview:
652
+ is_about_to_say: vrea să scrie
653
+ index:
654
+ page: page
655
+ password_form:
656
+ submit: Submit
657
+ read:
658
+ comments: Comentarii
659
+ comments_are_disabled: Comentariile sînt dezactivate
660
+ edit: Editare
661
+ leave_a_response: Comentează
662
+ rss_feed: Flux RSS pentru acest articol
663
+ trackbacks: Trackbacks
664
+ trackback:
665
+ from: From
666
+ authors:
667
+ show:
668
+ aim: 'AIM:'
669
+ contact_information: Contact information
670
+ jabber: 'Jabber:'
671
+ msn: 'MSN:'
672
+ this_author_has_not_published_any_article_yet: This author has not published any article yet
673
+ twitter: 'Twitter:'
674
+ web_site: 'Web site:'
675
+ yahoo: 'Yahoo:'
676
+ comments:
677
+ comment:
678
+ said: a scris
679
+ this_comment_has_been_flagged_for_moderator_approval: Acest comentariu a fost marcat pentru moderare. El nu va apărea în blog înainte de a fi aprobat.
680
+ date:
681
+ abbr_month_names:
682
+ - Jan
683
+ - Feb
684
+ - Mar
685
+ - Apr
686
+ - May
687
+ - Jun
688
+ - Jul
689
+ - Aug
690
+ - Sep
691
+ - Oct
692
+ - Nov
693
+ - Dec
694
+ month_names:
695
+ -
696
+ - January
697
+ - February
698
+ - March
699
+ - April
700
+ - May
701
+ - June
702
+ - July
703
+ - August
704
+ - September
705
+ - October
706
+ - November
707
+ - December
708
+ devise_custom:
709
+ characters_minimum: Minimum %{min} characters
710
+ errors:
711
+ article_type_already_exist: This article type already exists
712
+ cant_end_with_rss_or_atom: Can't end in .rss or .atom. These are reserved to be used for feed URLs
713
+ no_notes_found: No notes found...
714
+ no_posts_found: No posts found...
715
+ page_not_found: Page not found
716
+ permalink_need_a_title: 'You need a permalink format with an identifier : %%title%%'
717
+ problem_sending_to_twitter: Oooops something went wrong!
718
+ render_sidebar: It seems something went wrong. Maybe some of your sidebars are actually missing and you should either reinstall them or remove them manually
719
+ the_page_you_are_looking_for: The page you are looking for has moved or does not exist.
720
+ generic:
721
+ change: Change
722
+ save: Salvează
723
+ helper:
724
+ at: at
725
+ langs:
726
+ da_DK: Danish
727
+ de_DE: German
728
+ en_US: English (US)
729
+ es_MX: Spanish (Mexican)
730
+ fr_FR: French
731
+ he_IL: Hebrew
732
+ it_IT: Italian
733
+ ja_JP: Japanese
734
+ lt_LT: Lithuanian
735
+ nb_NO: Norwegian
736
+ nl_NL: Nederland
737
+ pl_PL: Polish
738
+ pt_BR: Portuguese (Brazilian)
739
+ ro_RO: Romanian
740
+ ru_RU: Russian
741
+ zh_CN: Simple Chinese
742
+ zh_TW: Chinese
743
+ layouts:
744
+ administration:
745
+ powered_by: is proudly powered by
746
+ default:
747
+ designed_by: Designed by %{designed_by}
748
+ powered_by_html: Powered by %{powered_by}
749
+ notes:
750
+ note:
751
+ view_on_twitter: View on Twitter
752
+ notice:
753
+ note_successfully_created: Note was successfully created
754
+ profile:
755
+ admin: Publify administrator
756
+ contributor: Contributor
757
+ publisher: Blog publisher
758
+ setup:
759
+ article:
760
+ body: Welcome to Publify. This is your first article. Edit or delete it, then start blogging!
761
+ title: Hello World!
762
+ index:
763
+ blog_name: Blog name
764
+ password: Parolă
765
+ welcome_to_your_blog_setup: Welcome to your blog setup
766
+ your_mail: Your email
767
+ page:
768
+ about: About
769
+ body: This is an example of a Publify page. You can edit this to write information about yourself or your site so readers know who you are. You can create as many pages as this one as you like and manage all of your content inside Publify.
770
+ tags:
771
+ index:
772
+ there_are_no_tags: There are no tags
773
+ time:
774
+ formats:
775
+ default: "%m/%d/%Y %H:%M"
776
+ letters_month_with_year: "%m %Y"
777
+ short: "%m/%d/%y"
778
+ with_spaces: "%d %B %y"
779
+ user:
780
+ status:
781
+ active: Active
782
+ inactive: Inactive