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,769 @@
1
+ ---
2
+ ja:
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}'
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: あなたのアカウントではこの操作は許可されていません
31
+ article_list:
32
+ no_articles: There are no articles yet. Why don't you create one?
33
+ autosave:
34
+ success: Article was successfully saved
35
+ create:
36
+ success: 記事を作成しました
37
+ form:
38
+ allow_comments: コメントを許可
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: キャンセル
45
+ default: Default
46
+ now: now
47
+ ok: OK
48
+ password: パスワード
49
+ permalink: パーマリンク
50
+ preview: Preview
51
+ protected: Protected
52
+ public: Public
53
+ publish: 公開
54
+ publish_settings: Publish settings
55
+ published: 公開済み
56
+ save: 保存
57
+ save_as_draft: 下書きとして保存
58
+ status: ステータス
59
+ tags: タグ
60
+ tags_explanation_html: Separate tags with commas. Use double quotes (") around multi-word tags, e.g. "opera house".
61
+ title: タイトル
62
+ type_your_post: Type your post
63
+ visibility: Visibility
64
+ index:
65
+ all_articles: All articles
66
+ drafts: '下書き:'
67
+ manage_articles: 記事の管理
68
+ new_article: New article
69
+ publication_date: Publication date
70
+ publication_pending: Publication pending
71
+ published: 公開済み
72
+ search: 検索
73
+ select_an_author: Select an author
74
+ withdrawn: Withdrawn
75
+ update:
76
+ success: 記事が更新されました
77
+ dashboard:
78
+ comment:
79
+ by: By
80
+ 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: お帰りなさいませ、%{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: プロフィールを編集したりパスワードを変更する
96
+ write_a_page: ページを作成する
97
+ write_a_post: 記事を投稿する
98
+ welcome:
99
+ approved_count:
100
+ one: 1 approved
101
+ other: "%{count} approved"
102
+ zero: no approved
103
+ articles_and_comments_count_since: "%{articles_count} articles and %{comments_count} comments were posted since your last connexion"
104
+ articles_count:
105
+ one: 1記事
106
+ other: "%{count}記事"
107
+ zero: no article
108
+ comments_count:
109
+ one: 1 comment
110
+ other: "%{count} comments"
111
+ zero: コメントなし
112
+ content: コンテンツ
113
+ drafts_count:
114
+ one: 1 draft
115
+ other: "%{count} drafts"
116
+ zero: no draft
117
+ feedback: フィードバック
118
+ notes_count:
119
+ one: 1 note
120
+ other: "%{count} notes"
121
+ zero: no note
122
+ pages_count:
123
+ one: 1 page
124
+ other: "%{count} pages"
125
+ zero: no page
126
+ running_publify: Publify バージョン%{version} が稼働中です
127
+ spam_count:
128
+ one: 1 spam
129
+ other: "%{count} spam"
130
+ zero: no spam
131
+ today: Today
132
+ unconfirmed_count:
133
+ one: 1 unconfirmed
134
+ other: "%{count} unconfirmed"
135
+ zero: no unconfirmed
136
+ your_articles_count:
137
+ one: 1 article writen by you
138
+ other: "%{count} articles writen by you"
139
+ zero: no article writen by you
140
+ feedback:
141
+ article:
142
+ action_or_other_html: "%{first_action} または %{second_action}"
143
+ add_a_comment: Add a comment
144
+ author: 投稿者
145
+ cancel: キャンセル
146
+ comments_for_html: "〜へコメント%{title}"
147
+ email: メールアドレス
148
+ no_feedback: There are no feedback yet. Why don't you start and create one?
149
+ save: 保存
150
+ select_all: Select all
151
+ url: Url
152
+ your_comment: Your comment
153
+ bulkops:
154
+ error: Not implemented
155
+ success_classification: Confirmed classification of %{count} item(s)
156
+ success_deleted: Deleted %{count} item(s)
157
+ success_deleted_spam: All spam have been deleted
158
+ success_mark_as_ham:
159
+ one: Marked 1 item as Ham
160
+ other: Marked %{count} items as Ham
161
+ zero: No item selected to mark as Ham
162
+ success_mark_as_spam:
163
+ one: Marked 1 item as Spam
164
+ other: Marked %{count} items as Spam
165
+ zero: No item selected to mark as Spam
166
+ button:
167
+ delete_all_spam: 全てのスパムを削除する
168
+ delete_checked_items: チェックした行を削除
169
+ mark_checked_items_as_ham: チェックした行を承認する
170
+ mark_checked_items_as_spam: チェックした行をスパムにする
171
+ create:
172
+ success: Comment was successfully created.
173
+ destroy:
174
+ error: Not found
175
+ success: Deleted
176
+ edit:
177
+ action_or_other_html: "%{first_action} または %{second_action}"
178
+ author: Author
179
+ cancel: Cancel
180
+ comments_for_html: Comments for %{article_link}
181
+ edit_a_comment: Edit a comment
182
+ email: Email
183
+ save: 保存
184
+ url: Url
185
+ your_comment: Your comment
186
+ ham:
187
+ by: by
188
+ created_on: 'on'
189
+ index:
190
+ all: All
191
+ feedback: フィードバック
192
+ ham: 承認
193
+ no_feedback: There is no feedback yet. Why don't you create some?
194
+ presumed_ham: Presumed ham
195
+ presumed_spam: Presumed spam
196
+ select_all: Select all
197
+ spam: スパム
198
+ unapproved_comments: 未承認コメント
199
+ spam:
200
+ by: by
201
+ cancel: キャンセル
202
+ created_on: 'on'
203
+ this_comment_by_was_flagged_as_spam_html: This comment by %{author} was flagged as spam, %{cancel_link}?
204
+ state:
205
+ ham: Ham
206
+ just_marked_as_ham: 承認マーク
207
+ just_marked_as_spam: スパムマーク
208
+ just_presumed_ham: 承認と推定
209
+ presumed_ham: 承認?
210
+ presumed_spam: スパム?
211
+ spam: Spam
212
+ unclassified: 未分類
213
+ update:
214
+ success: Comment was successfully updated.
215
+ migrations:
216
+ show:
217
+ current_database_version: 現在のデータベースのバージョン
218
+ database_migration: データベースマイグレーション
219
+ information: インフォメーション
220
+ may_take_a_moment: 少しお待ちください
221
+ migration_pending:
222
+ one: There is one migration pending.
223
+ other: There are %{count} migrations pending.
224
+ migrations: Migrations
225
+ needed_migrations: マイグレーションが必要です
226
+ update_database_now: データベースを今すぐ更新
227
+ you_are_up_to_date: 最新です!
228
+ notes:
229
+ form:
230
+ cancel: キャンセル
231
+ compose_new_note: Compose new note
232
+ in_reply_to: In reply to
233
+ no_notes: There are no notes yet. Why don't you create one?
234
+ now: Now
235
+ or: or
236
+ permanent_link: Permanent link
237
+ posse_to_twitter: POSSE to Twitter
238
+ publish: 公開
239
+ publish_at: 公開日
240
+ publish_settings: Publish settings
241
+ tweet_id_like: Tweet id like 123456
242
+ header:
243
+ notes: Notes
244
+ show:
245
+ action_or_other_html: "%{first_action} または %{second_action}"
246
+ are_you_sure: Are you sure you want to delete this note?
247
+ cancel: キャンセル
248
+ delete: 削除
249
+ destroy_confirmation: Destroy confirmation
250
+ pages:
251
+ edit:
252
+ success: ページが更新されました
253
+ form:
254
+ article_filter: 記事フィルター
255
+ cancel: キャンセル
256
+ online: オンライン
257
+ permanent_link: Permanent link
258
+ publish: 公開
259
+ publish_settings: Publish settings
260
+ save: 保存
261
+ status: ステータス
262
+ title: タイトル
263
+ type_your_post: Type your post
264
+ index:
265
+ author: 投稿者
266
+ manage_pages: ページの管理
267
+ new_page: New Page
268
+ title: タイトル
269
+ new:
270
+ success: ページが作成されました
271
+ pages:
272
+ no_pages: There are no pages yet. Why don't you start and create one?
273
+ post_types:
274
+ index_and_form:
275
+ cancel: キャンセル
276
+ default: Default
277
+ description: 説明
278
+ 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
279
+ name: 名前
280
+ or: or
281
+ post_types: Post Types
282
+ publify_default_post_type: Publify default post type
283
+ save: 保存
284
+ template_name: Template name
285
+ profiles:
286
+ index:
287
+ success: プロフィールが更新されました
288
+ your_profile: あなたのプロフィール
289
+ redirects:
290
+ destroy:
291
+ success: Redirection was successfully deleted.
292
+ index_and_form:
293
+ cancel: キャンセル
294
+ from: From
295
+ leave_empty_to_shorten_a_link: Leave empty to shorten a link
296
+ no_redirects: There are no redirects yet. Why don't you start and create one?
297
+ or: or
298
+ redirects: Redirects
299
+ save: 保存
300
+ to: To
301
+ resources:
302
+ destroy:
303
+ notice: File has been deleted
304
+ index:
305
+ are_you_sure: Are you sure?
306
+ content_type: コンテンツタイプ
307
+ date: 日付
308
+ delete: Delete
309
+ file_size: ファイルサイズ
310
+ filename: ファイル名
311
+ media_library: Media Library
312
+ medium_size: Medium size
313
+ no_resources: There are no resources yet. Why don't you start and create one?
314
+ original_size: Original size
315
+ right_click_for_link: 右クリックでリンク
316
+ thumbnail: Thumbnail
317
+ upload: アップロード
318
+ upload_a_file_to_your_site: サイトにファイルをアップロード
319
+ upload:
320
+ success: アップロードするファイル
321
+ warning: アップロードできません
322
+ seo:
323
+ general:
324
+ custom_tracking_code: Custom tracking code
325
+ do_not_index_tags: Do not index tags
326
+ dofollow: Dofollow
327
+ explain: Here you can add anything you want to appear in your application header, such as analytics service tracking code.
328
+ explain_moderate_feedback: You may want to moderate feedback when turning this on
329
+ 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)'
330
+ 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
331
+ general_settings: 一般設定
332
+ google: Google
333
+ google_analytics: Google Analytics
334
+ google_webmaster_tools_validation_link: Google Webmaster Tools validation link
335
+ indexing: Indexing
336
+ meta_description: METAタグDescription
337
+ meta_keywords: METAタグKeywords
338
+ robots_txt: Robots.txt
339
+ rss_description_message: RSS description message
340
+ this_will_display: This will display at the bottom of each post in the RSS feed
341
+ use_dofollow_in_comments: Use dofollow in comments
342
+ use_meta_keywords: Use meta keywords
343
+ use_rss_description: RSSにDescription表示をする
344
+ permalinks:
345
+ custom: Custom
346
+ date_and_title: Date and title
347
+ 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.
348
+ help_on_permalink_settings: Help on permalink settings
349
+ month_and_title: Month and title
350
+ permalink_format: Permalink format
351
+ sample: Here are some examples to get you started.
352
+ title_only: Title only
353
+ you_can_custom_your_url_structure: 'You can custom your URL structure using the following tags:'
354
+ your_article_day: your article day of publication.
355
+ your_article_month: your article month of publication.
356
+ your_article_slug_html: your article slug. <strong>Using this slug is mandatory</strong>.
357
+ your_article_year: your article year of publication.
358
+ show:
359
+ cancel: キャンセル
360
+ global_settings: Global settings
361
+ or: or
362
+ permalinks: Permalinks
363
+ title_settings: Title settings
364
+ update_settings: Update settings
365
+ titles:
366
+ articles: 記事
367
+ author_page: Author page
368
+ dated_archives: Dated archives
369
+ description_template: Description template
370
+ help_on_title_settings: Help on title settings
371
+ home: Home
372
+ pages: ページ
373
+ paginated_archives: Paginated archives
374
+ replaced_by_the_archive_date: Replaced by the archive date
375
+ replaced_by_the_content_body: Replaced by the content body
376
+ replaced_with_the_article_categories: Replaced with the article categories (comma separated)
377
+ replaced_with_the_article_page_title: Replaced with the article/page title
378
+ replaced_with_the_article_tags: Replaced with the article tags (comma separated)
379
+ replaced_with_the_category_tag_name: Replaced with the category/tag name
380
+ replaced_with_the_current_date: Replaced with the current date
381
+ replaced_with_the_current_month: Replaced with the current month
382
+ replaced_with_the_current_page_number: Replaced with the current page number
383
+ replaced_with_the_current_search_phrase: Replaced with the current search phrase
384
+ replaced_with_the_current_time: Replaced with the current time
385
+ replaced_with_the_current_year: Replaced with the current year
386
+ replaced_with_the_post_page_excerpt: Replaced with the post/page excerpt
387
+ replaced_with_the_title_of_the_article_page: Replaced with the title of the article/page
388
+ search_results: Search results
389
+ short_statuses: Short statuses
390
+ short_statuses_lists: Short statuses lists
391
+ the_blog_s_name: The blog's name
392
+ the_blog_s_tagline_description: The blog's tagline / description
393
+ these_tags_can_be_included: These tags can be included in your templates and will be replaced when displaying the page.
394
+ title_template: Title template
395
+ settings:
396
+ display:
397
+ cancel: キャンセル
398
+ custom_url: Custom URL shortener domain
399
+ custom_url_help: If you have a custom domain for URL shortening, enter it here.
400
+ date_format: Date format
401
+ default_archives_show: articles on the archives page
402
+ default_article_show: articles on the homepage
403
+ default_feed_show: most recent articles in feed
404
+ display: Display
405
+ display_settings: Display Settings
406
+ feed_articles: Article excerpts
407
+ feed_excerpts_only: Show only article excerpts in feed
408
+ feed_settings: RSS Feed Settings
409
+ or: or
410
+ publishing_options: Publishing Options
411
+ status_main_feed: Display statuses in the main feed
412
+ statuses: Statuses
413
+ time_format: Time format
414
+ update_settings: Update settings
415
+ feedback:
416
+ askimet_key: Akismetキー
417
+ avatars_provider: Avatars provider
418
+ cancel: キャンセル
419
+ captcha: Captcha
420
+ comments: コメント
421
+ comments_filter: コメントフィルター
422
+ days: 日
423
+ disable_comments_after: 右の期間以後のコメントを不許可にする
424
+ enable_comments_by_default: デフォルトでコメントを有効にする
425
+ enable_feedback_moderation: フィードバック承認機能を有効にする
426
+ enable_recaptcha: Enable reCaptcha
427
+ enable_spam_protection: スパムプロテクションを有効にする
428
+ explain_feedback_moderation: サイト全体のフィードバック承認機能を有効にすることができます。有効にするとコメントやトラックバックは承認されるまで表示されません。
429
+ explain_reject_comments: Publifyは指定された数のリンクが含まれているコメントやトラックバックを自動的に拒否します
430
+ explain_spam_protection: スパムプロテクションを有効にすると、投稿者のIPアドレスおよびその投稿内容をローカル、リモート両方のブラックリストと比較します
431
+ explain_spamfiltering_html: Publifyはオプションで<a href='http://akismet.com'>Akismet</a>スパムフィルタリングサービスを利用できます。これらのサービスを使用するにはAkismetに登録し、APIキーを取得する必要があります。すでにAkismetキーをお持ちであればここに入力してください
432
+ feedback: Feedback
433
+ feedback_settings: Feedback settings
434
+ max_links: 最大のリンク数
435
+ none: none
436
+ or: or
437
+ remember_to_set_your_recaptcha: Remember to set your reCaptcha keys inside config/initializers/recaptcha.rb
438
+ set_to_0_to_never_disable_comments: コメントを不許可にしない場合は0を設定してください
439
+ set_to_0_to_never_reject_comments: コメントを拒否しない場合は0を設定してください
440
+ spam: Spam
441
+ spam_protection: Spam protection
442
+ update_settings: Update settings
443
+ index:
444
+ allow_users_to_register: ユーザーに登録させる
445
+ blog_name: ブログ名
446
+ blog_subtitle: ブログサブタイトル
447
+ blog_url: ブログURL
448
+ cancel: キャンセル
449
+ email_address_used_to_notify: 通知の送信先メールアドレス
450
+ explain_allow_users_to_register_html: ユーザーがこのブログに登録するのを許可できます。デフォルトでユーザーは自分自身のプロフィールを編集する以外の権限を持たないcontributorとして登録されます。ユーザーに登録させたくない場合は、管理者であるあなた自らがユーザーを追加することができます。
451
+ general_settings: General settings
452
+ items_to_display_in_admin_lists: 管理リストに表示する行数
453
+ language: 言語
454
+ or: or
455
+ source_email: メールアドレス
456
+ update_settings: Update settings
457
+ users: ユーザー
458
+ your_blog: あなたのブログ
459
+ update:
460
+ error: 'Error: %{messages}'
461
+ success: 設定は更新されました
462
+ write:
463
+ avatar_size: Avatar size
464
+ cancel: キャンセル
465
+ display: 表示
466
+ example: 例
467
+ image_medium_size: Image medium size
468
+ image_thumbnail_size: Image thumbnail size
469
+ latitude_longitude: 緯度、経度
470
+ media: Media
471
+ or: or
472
+ publish: 公開
473
+ publish_on_twitter: Publish on Twitter
474
+ twitter_consumer_key: Twitter consumer key
475
+ twitter_consumer_secret: Twitter consumer secret
476
+ update_settings: Update settings
477
+ write: 新規作成
478
+ your_geoloc: あなたの緯度、経度
479
+ shared:
480
+ destroy:
481
+ are_you_sure: Are you sure you want to delete this %{element}?
482
+ menu:
483
+ all_articles: All articles
484
+ all_pages: All pages
485
+ article_types: Article types
486
+ articles: Articles
487
+ choose_theme: Choose theme
488
+ customize_sidebar: Customize sidebar
489
+ design: Design
490
+ display: Display
491
+ documentation: Documentation
492
+ feedback: Feedback
493
+ general_settings: General settings
494
+ global_seo_settings: Global SEO settings
495
+ in_page_plugins: In page plugins
496
+ logged_in_as: Logged in as %{login}
497
+ logout_html: ログアウト &raquo;
498
+ manage_users: Manage Users
499
+ media_library: Media Library
500
+ new: New
501
+ new_article: New Article
502
+ new_media: New Media
503
+ new_note: New Note
504
+ new_page: New Page
505
+ notes: Notes
506
+ pages: Pages
507
+ permalinks: パーマリンク
508
+ profile: プロフィール
509
+ redirects: Redirects
510
+ report_a_bug: Report a bug
511
+ seo: SEO
512
+ settings: Settings
513
+ sidebar_plugins: Sidebar plugins
514
+ tags: Tags
515
+ titles: Titles
516
+ write: Write
517
+ twitter_alert:
518
+ fill_the_twitter_credentials: fill in the OAuth credentials
519
+ 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}.
520
+ registered_your_application: registered your application
521
+ sidebar:
522
+ config:
523
+ active_sidebar_items: 有効なサイドバー項目
524
+ available_items: 利用可能な項目
525
+ you_have_no_plugins_installed: You have no plugins installed
526
+ index:
527
+ cancel: キャンセル
528
+ 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.
529
+ explain_how_its_works: ブログに表示するサイドバー項目をドラッグ&ドロップで変更してください。サイドバーから項目を削除した場合はすぐに変更が保存されますが、「公開」ボタンを押すまでは有効になりません。
530
+ or: or
531
+ publish_changes: 変更を公開
532
+ sidebar: サイドバー
533
+ target:
534
+ drag_some_plugins_here: サイドバーで利用するプラグインをドラッグしてください
535
+ tags:
536
+ edit:
537
+ success: Tag was successfully updated
538
+ index_and_form:
539
+ cancel: キャンセル
540
+ display_name: 表示名
541
+ manage_tags: タグの管理
542
+ name: 名前
543
+ no_tags: There are no tags yet. Why don't you start and create one?
544
+ or: or
545
+ save: 保存
546
+ themes:
547
+ index:
548
+ active_theme: "%{name} - 現在のテーマ"
549
+ choose_a_theme: テーマの選択
550
+ use_this_theme: Use this theme
551
+ switchto:
552
+ success: Theme selection updated
553
+ users:
554
+ edit:
555
+ edit_user: ユーザー編集
556
+ form:
557
+ about: Biography
558
+ account_settings: Account Settings
559
+ aim: AIM screen name
560
+ article_filter: 記事フィルター
561
+ author_page: author page
562
+ avatar: Avatar Settings
563
+ avatar_current: Current avatar
564
+ cancel: キャンセル
565
+ contact_explain_html: This information will be displayed on your %{link}
566
+ contact_settings: Contact Settings
567
+ display_name: Display name
568
+ email: メールアドレス
569
+ firstname: First name
570
+ jabber: Jabber ID
571
+ lastname: Last name
572
+ login: ログイン
573
+ msn: MSN Messenger ID
574
+ nickname: Nickname
575
+ notification_article: when new article is posted
576
+ notification_comment: when new comment is posted
577
+ notification_email: via email
578
+ notification_settings: Notifications
579
+ notifications: Send notification messages
580
+ or: or
581
+ password: Password
582
+ password_confirmation: Password confirmation
583
+ profile: プロフィール
584
+ profile_settings: Profile Settings
585
+ save: 保存
586
+ twitter: Twitter username
587
+ twitter_account: Twitter username
588
+ twitter_oauth: Twitter OAuth token
589
+ twitter_oauth_secret: Twitter OAuth secret
590
+ upload: Upload your profile image
591
+ upload_file: Upload a .jpg, .png or .gif file
592
+ user_status: User Status
593
+ website: Website
594
+ yahoo: Yahoo! Messenger ID
595
+ index:
596
+ articles: 記事
597
+ comments: コメント
598
+ email: メールアドレス
599
+ login: ログイン
600
+ name: 名前
601
+ new_user: 新規ユーザー
602
+ profile: プロフィール
603
+ state: 状態
604
+ users: ユーザー
605
+ new:
606
+ add_user: ユーザーの追加
607
+ success: User was successfully created
608
+ articles:
609
+ archives:
610
+ no_articles_found: 記事が見つかりませんでした
611
+ archives_article:
612
+ posted_in: カテゴリ
613
+ article_author:
614
+ posted_by: 投稿者
615
+ article_excerpt:
616
+ continue_reading: Continue reading
617
+ article_links:
618
+ comments:
619
+ one: 1 comment
620
+ other: "%{count} comments"
621
+ zero: no comments
622
+ tags: Tags
623
+ trackbacks:
624
+ one: 1 trackback
625
+ other: "%{count} trackbacks"
626
+ zero: no trackbacks
627
+ comment_errors:
628
+ message: Oops, something wrong happened, the comment could not be saved.
629
+ comment_form:
630
+ comment_markup_help: コメントのマークアップヘルプ
631
+ leave_url_email: leave url/email
632
+ preview_comment: 前のコメント
633
+ your_blog: あなたのブログ
634
+ your_email: あなたのemail
635
+ your_message: メッセージ
636
+ your_name: あなたの名前
637
+ comment_preview:
638
+ is_about_to_say: "〜について言う"
639
+ index:
640
+ page: page
641
+ password_form:
642
+ submit: Submit
643
+ read:
644
+ comments: コメント
645
+ comments_are_disabled: コメントは許可されていません
646
+ edit: Edit
647
+ leave_a_response: コメントを書く
648
+ rss_feed: この記事のRSSフィード
649
+ trackbacks: Trackbacks
650
+ trackback:
651
+ from: From
652
+ authors:
653
+ show:
654
+ aim: 'AIM:'
655
+ contact_information: Contact information
656
+ jabber: 'Jabber:'
657
+ msn: 'MSN:'
658
+ this_author_has_not_published_any_article_yet: This author has not published any article yet
659
+ twitter: 'Twitter:'
660
+ web_site: 'Web site:'
661
+ yahoo: 'Yahoo:'
662
+ comments:
663
+ comment:
664
+ said: 発言
665
+ this_comment_has_been_flagged_for_moderator_approval: このコメントはモデレーターの確認が必要です。モデレーターが確認後にコメントが表示されます。
666
+ date:
667
+ abbr_month_names:
668
+ -
669
+ - 1月
670
+ - 2月
671
+ - 3月
672
+ - 4月
673
+ - 5月
674
+ - 6月
675
+ - 7月
676
+ - 8月
677
+ - 9月
678
+ - 10月
679
+ - 11月
680
+ - 12月
681
+ month_names:
682
+ -
683
+ - 1月
684
+ - 2月
685
+ - 3月
686
+ - 4月
687
+ - 5月
688
+ - 6月
689
+ - 7月
690
+ - 8月
691
+ - 9月
692
+ - 10月
693
+ - 11月
694
+ - 12月
695
+ devise_custom:
696
+ characters_minimum: Minimum %{min} characters
697
+ errors:
698
+ article_type_already_exist: This article type already exists
699
+ cant_end_with_rss_or_atom: Can't end in .rss or .atom. These are reserved to be used for feed URLs
700
+ no_notes_found: No notes found...
701
+ no_posts_found: No posts found...
702
+ page_not_found: Page not found
703
+ permalink_need_a_title: 'You need a permalink format with an identifier : %%title%%'
704
+ problem_sending_to_twitter: Oooops something wrong happened
705
+ 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
706
+ the_page_you_are_looking_for: The page you are looking for has moved or does not exist.
707
+ generic:
708
+ change: Change
709
+ save: 保存
710
+ helper:
711
+ at: at
712
+ langs:
713
+ da_DK: Danish
714
+ de_DE: German
715
+ en_US: English (US)
716
+ es_MX: Spanish (Mexican)
717
+ fr_FR: French
718
+ he_IL: Hebrew
719
+ it_IT: Italian
720
+ ja_JP: Japanese
721
+ lt_LT: Lithuanian
722
+ nb_NO: Norwegian
723
+ nl_NL: Nederland
724
+ pl_PL: Polish
725
+ pt_BR: Portuguese (Brazilian)
726
+ ro_RO: Romanian
727
+ ru_RU: Russian
728
+ zh_CN: Simple Chinese
729
+ zh_TW: Chinese
730
+ layouts:
731
+ administration:
732
+ powered_by: is proudly powered by
733
+ default:
734
+ designed_by: Designed by %{designed_by}
735
+ powered_by_html: Powered by %{powered_by}
736
+ notes:
737
+ note:
738
+ view_on_twitter: View on Twitter
739
+ notice:
740
+ note_successfully_created: Note was successfully created
741
+ profile:
742
+ admin: Publify administrator
743
+ contributor: Contributor
744
+ publisher: Blog publisher
745
+ setup:
746
+ article:
747
+ body: Welcome to Publify. This is your first article. Edit or delete it, then start blogging!
748
+ title: Hello World!
749
+ index:
750
+ blog_name: Blog name
751
+ password: パスワード
752
+ welcome_to_your_blog_setup: Welcome to your blog setup
753
+ your_mail: あなたのemail
754
+ page:
755
+ about: About
756
+ 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.
757
+ tags:
758
+ index:
759
+ there_are_no_tags: There are no tags
760
+ time:
761
+ formats:
762
+ default: "%m/%d/%Y %H:%M"
763
+ letters_month_with_year: "%m %Y"
764
+ short: "%m/%d/%y"
765
+ with_spaces: "%d %B %y"
766
+ user:
767
+ status:
768
+ active: Active
769
+ inactive: Inactive