appscms-tools-theme 1.9.7 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (909) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +50 -50
  4. data/_data/about/en/about.json +16 -16
  5. data/_data/blog/alertbar.yml +3 -3
  6. data/_data/blog/authors.yml +11 -11
  7. data/_data/blog/blog.yml +3 -3
  8. data/_data/blog/nav.json +13 -13
  9. data/_data/blog/share.yml +28 -28
  10. data/_data/contact/en/contact.json +38 -38
  11. data/_data/disclaimer/en/disclaimer.json +37 -37
  12. data/_data/download/en/download.json +35 -35
  13. data/_data/feature/en/compress-pdf.json +199 -199
  14. data/_data/feature/en/split-pdf.json +115 -115
  15. data/_data/feature/hi/compress-pdf.json +81 -81
  16. data/_data/feature/tr/compress-pdf.json +80 -80
  17. data/_data/filecomparison/en/filecomparison.json +38 -38
  18. data/_data/fileinfo/en/fileinfo.json +15 -15
  19. data/_data/footer/en/data.json +72 -72
  20. data/_data/footer/hi/data.json +68 -68
  21. data/_data/footer/networksites.json +15 -15
  22. data/_data/header/en/data.json +134 -134
  23. data/_data/header/hi/data.json +144 -144
  24. data/_data/home/en/en.json +285 -285
  25. data/_data/home/hi/hi.json +86 -86
  26. data/_data/languagesupport/compress-pdf-langs.json +11 -11
  27. data/_data/languagesupport/index-langs.json +13 -13
  28. data/_data/privacy/en/privacyPolicy.json +265 -265
  29. data/_data/termAndCondition/en/termAndCondition.json +358 -358
  30. data/_includes/Rating/rating.html +92 -92
  31. data/_includes/Rating/structureddata.html +53 -53
  32. data/_includes/Usp/usp.html +95 -95
  33. data/_includes/adblocker.html +135 -135
  34. data/_includes/adsense/adsense.html +7 -7
  35. data/_includes/alternates/alternates.html +45 -45
  36. data/_includes/author_bio.html +16 -16
  37. data/_includes/authors/authors.html +52 -52
  38. data/_includes/cssfile/links.html +11 -11
  39. data/_includes/custom-head.html +75 -75
  40. data/_includes/customblog/recentposts.html +69 -69
  41. data/_includes/customblog/relatedposts.html +203 -203
  42. data/_includes/disqus_comments.html +10 -10
  43. data/_includes/dropdown/langdropdown.html +22 -22
  44. data/_includes/feature.html +37 -37
  45. data/_includes/fileformat/Tabularcompariosn.html +158 -158
  46. data/_includes/fileformat/comparisonfiles.html +151 -151
  47. data/_includes/fileformat/fileformatdetail.html +101 -101
  48. data/_includes/fileformat/fileinfoformat.html +93 -93
  49. data/_includes/footer/index.html +266 -266
  50. data/_includes/google-analytics.html +22 -22
  51. data/_includes/head/index.html +208 -205
  52. data/_includes/header/blogHeader.html +29 -29
  53. data/_includes/header/index.html +95 -95
  54. data/_includes/languages/languages.html +60 -60
  55. data/_includes/monumetric/monumetric.html +56 -62
  56. data/_includes/nofiletransfer/nofiletransfer.html +38 -38
  57. data/_includes/paginationBlogPage.html +34 -34
  58. data/_includes/paginationPostPage.html +14 -14
  59. data/_includes/postauthorbio.html +17 -17
  60. data/_includes/postbox.html +31 -31
  61. data/_includes/script.html +27 -28
  62. data/_includes/section/alertbar.html +11 -11
  63. data/_includes/section/count.html +36 -36
  64. data/_includes/section/recent_posts.html +67 -67
  65. data/_includes/section/related_categories_post.html +198 -198
  66. data/_includes/share/socialshare.html +20 -20
  67. data/_includes/staticfooter.html +67 -67
  68. data/_layouts/aboutUs.html +34 -34
  69. data/_layouts/blog.html +96 -96
  70. data/_layouts/categories.html +33 -33
  71. data/_layouts/contactUs.html +124 -124
  72. data/_layouts/default.html +1 -1
  73. data/_layouts/disclaimer.html +123 -123
  74. data/_layouts/download.html +299 -299
  75. data/_layouts/feature.html +256 -256
  76. data/_layouts/featureResultPage.html +58 -58
  77. data/_layouts/fileInfo.html +39 -39
  78. data/_layouts/filecomparison.html +85 -85
  79. data/_layouts/help.html +23 -23
  80. data/_layouts/home.html +250 -249
  81. data/_layouts/homeResultPage.html +31 -31
  82. data/_layouts/page.html +5 -5
  83. data/_layouts/post.html +177 -177
  84. data/_layouts/privacyPolicy.html +637 -637
  85. data/_layouts/termAndCondition.html +646 -646
  86. data/assets/cross.svg +4 -4
  87. data/assets/css/adblocker.css +187 -187
  88. data/assets/css/blog.css +491 -491
  89. data/assets/css/bootstrap.min.css +6 -6
  90. data/assets/css/filecomparison.css +25 -25
  91. data/assets/css/responsive.css +0 -6
  92. data/assets/css/tools.css +1263 -1263
  93. data/assets/facebook.svg +4 -4
  94. data/assets/images/abp.svg +41 -41
  95. data/assets/images/adblock.svg +266 -266
  96. data/assets/images/safevideoconverter.svg +23 -23
  97. data/assets/images/uo.svg +41 -41
  98. data/assets/instagram.svg +4 -4
  99. data/assets/js/TopScroll.js +8 -8
  100. data/assets/js/adBlocker.js +44 -45
  101. data/assets/js/featureResult.js +42 -38
  102. data/assets/js/googledrive.js +155 -155
  103. data/assets/js/homeResult.js +36 -36
  104. data/assets/js/manifest.json +16 -16
  105. data/assets/js/multiselect.js +157 -157
  106. data/assets/js/redirectResult.js +9 -9
  107. data/assets/linkdin.svg +4 -4
  108. data/assets/noserverupload.svg +4 -4
  109. data/assets/pdf.svg +20 -20
  110. data/assets/secure.svg +43 -43
  111. data/assets/star.svg +4 -4
  112. data/assets/twitter.svg +4 -4
  113. data/assets/youtube.svg +4 -4
  114. metadata +3 -798
  115. data/_data/files/.gitignore +0 -4
  116. data/_data/files/README.md +0 -1
  117. data/_data/files/ar/3gp.json +0 -141
  118. data/_data/files/ar/aac.json +0 -153
  119. data/_data/files/ar/acc.json +0 -26
  120. data/_data/files/ar/aff.json +0 -66
  121. data/_data/files/ar/ai.json +0 -164
  122. data/_data/files/ar/aiff.json +0 -141
  123. data/_data/files/ar/avi.json +0 -164
  124. data/_data/files/ar/bmp.json +0 -164
  125. data/_data/files/ar/cr2.json +0 -170
  126. data/_data/files/ar/dvd.json +0 -26
  127. data/_data/files/ar/flac.json +0 -170
  128. data/_data/files/ar/flv.json +0 -135
  129. data/_data/files/ar/gif.json +0 -170
  130. data/_data/files/ar/heic.json +0 -182
  131. data/_data/files/ar/html.json +0 -212
  132. data/_data/files/ar/jfif.json +0 -95
  133. data/_data/files/ar/jpg.json +0 -212
  134. data/_data/files/ar/m4a.json +0 -123
  135. data/_data/files/ar/mkv.json +0 -159
  136. data/_data/files/ar/mov.json +0 -147
  137. data/_data/files/ar/mp3.json +0 -188
  138. data/_data/files/ar/mp4.json +0 -200
  139. data/_data/files/ar/mpeg.json +0 -134
  140. data/_data/files/ar/nef.json +0 -164
  141. data/_data/files/ar/ogg.json +0 -164
  142. data/_data/files/ar/opus.json +0 -88
  143. data/_data/files/ar/pdf.json +0 -212
  144. data/_data/files/ar/png.json +0 -206
  145. data/_data/files/ar/psd.json +0 -129
  146. data/_data/files/ar/svg.json +0 -152
  147. data/_data/files/ar/tiff.json +0 -146
  148. data/_data/files/ar/vmv.json +0 -48
  149. data/_data/files/ar/wav.json +0 -176
  150. data/_data/files/ar/webm.json +0 -158
  151. data/_data/files/ar/webp.json +0 -176
  152. data/_data/files/ar/wma.json +0 -100
  153. data/_data/files/da/3gp.json +0 -141
  154. data/_data/files/da/aac.json +0 -153
  155. data/_data/files/da/acc.json +0 -26
  156. data/_data/files/da/aff.json +0 -66
  157. data/_data/files/da/ai.json +0 -164
  158. data/_data/files/da/aiff.json +0 -141
  159. data/_data/files/da/avi.json +0 -164
  160. data/_data/files/da/bmp.json +0 -164
  161. data/_data/files/da/cr2.json +0 -170
  162. data/_data/files/da/dvd.json +0 -26
  163. data/_data/files/da/flac.json +0 -170
  164. data/_data/files/da/flv.json +0 -135
  165. data/_data/files/da/gif.json +0 -170
  166. data/_data/files/da/heic.json +0 -182
  167. data/_data/files/da/html.json +0 -212
  168. data/_data/files/da/jfif.json +0 -95
  169. data/_data/files/da/jpg.json +0 -212
  170. data/_data/files/da/m4a.json +0 -123
  171. data/_data/files/da/mkv.json +0 -159
  172. data/_data/files/da/mov.json +0 -147
  173. data/_data/files/da/mp3.json +0 -188
  174. data/_data/files/da/mp4.json +0 -200
  175. data/_data/files/da/mpeg.json +0 -134
  176. data/_data/files/da/nef.json +0 -164
  177. data/_data/files/da/ogg.json +0 -164
  178. data/_data/files/da/opus.json +0 -88
  179. data/_data/files/da/pdf.json +0 -212
  180. data/_data/files/da/png.json +0 -206
  181. data/_data/files/da/psd.json +0 -129
  182. data/_data/files/da/svg.json +0 -152
  183. data/_data/files/da/tiff.json +0 -146
  184. data/_data/files/da/vmv.json +0 -48
  185. data/_data/files/da/wav.json +0 -176
  186. data/_data/files/da/webm.json +0 -158
  187. data/_data/files/da/webp.json +0 -176
  188. data/_data/files/da/wma.json +0 -100
  189. data/_data/files/de/3gp.json +0 -141
  190. data/_data/files/de/aac.json +0 -153
  191. data/_data/files/de/acc.json +0 -26
  192. data/_data/files/de/aff.json +0 -66
  193. data/_data/files/de/ai.json +0 -164
  194. data/_data/files/de/aiff.json +0 -141
  195. data/_data/files/de/avi.json +0 -164
  196. data/_data/files/de/bmp.json +0 -164
  197. data/_data/files/de/cr2.json +0 -170
  198. data/_data/files/de/dvd.json +0 -26
  199. data/_data/files/de/flac.json +0 -170
  200. data/_data/files/de/flv.json +0 -135
  201. data/_data/files/de/gif.json +0 -170
  202. data/_data/files/de/heic.json +0 -182
  203. data/_data/files/de/html.json +0 -212
  204. data/_data/files/de/jfif.json +0 -95
  205. data/_data/files/de/jpg.json +0 -212
  206. data/_data/files/de/m4a.json +0 -123
  207. data/_data/files/de/mkv.json +0 -159
  208. data/_data/files/de/mov.json +0 -147
  209. data/_data/files/de/mp3.json +0 -188
  210. data/_data/files/de/mp4.json +0 -200
  211. data/_data/files/de/mpeg.json +0 -134
  212. data/_data/files/de/nef.json +0 -164
  213. data/_data/files/de/ogg.json +0 -164
  214. data/_data/files/de/opus.json +0 -88
  215. data/_data/files/de/pdf.json +0 -212
  216. data/_data/files/de/png.json +0 -206
  217. data/_data/files/de/psd.json +0 -129
  218. data/_data/files/de/svg.json +0 -152
  219. data/_data/files/de/tiff.json +0 -146
  220. data/_data/files/de/vmv.json +0 -48
  221. data/_data/files/de/wav.json +0 -176
  222. data/_data/files/de/webm.json +0 -158
  223. data/_data/files/de/webp.json +0 -176
  224. data/_data/files/de/wma.json +0 -100
  225. data/_data/files/en/3gp.json +0 -145
  226. data/_data/files/en/aac.json +0 -1
  227. data/_data/files/en/acc.json +0 -26
  228. data/_data/files/en/aff.json +0 -66
  229. data/_data/files/en/ai.json +0 -1
  230. data/_data/files/en/aiff.json +0 -1
  231. data/_data/files/en/avi.json +0 -1
  232. data/_data/files/en/bmp.json +0 -1
  233. data/_data/files/en/cr2.json +0 -170
  234. data/_data/files/en/dvd.json +0 -26
  235. data/_data/files/en/flac.json +0 -1
  236. data/_data/files/en/flv.json +0 -1
  237. data/_data/files/en/gif.json +0 -1
  238. data/_data/files/en/heic.json +0 -1
  239. data/_data/files/en/html.json +0 -1
  240. data/_data/files/en/jfif.json +0 -1
  241. data/_data/files/en/jpeg.json +0 -1
  242. data/_data/files/en/jpg.json +0 -1
  243. data/_data/files/en/m4a.json +0 -1
  244. data/_data/files/en/mkv.json +0 -1
  245. data/_data/files/en/mov.json +0 -147
  246. data/_data/files/en/mp3.json +0 -1
  247. data/_data/files/en/mp4.json +0 -1
  248. data/_data/files/en/mpeg.json +0 -1
  249. data/_data/files/en/nef.json +0 -1
  250. data/_data/files/en/ogg.json +0 -164
  251. data/_data/files/en/opus.json +0 -1
  252. data/_data/files/en/pdf.json +0 -1
  253. data/_data/files/en/png.json +0 -1
  254. data/_data/files/en/psd.json +0 -1
  255. data/_data/files/en/svg.json +0 -1
  256. data/_data/files/en/tiff.json +0 -1
  257. data/_data/files/en/vmv.json +0 -48
  258. data/_data/files/en/wav.json +0 -1
  259. data/_data/files/en/webm.json +0 -1
  260. data/_data/files/en/webp.json +0 -1
  261. data/_data/files/en/wma.json +0 -1
  262. data/_data/files/es/3gp.json +0 -141
  263. data/_data/files/es/aac.json +0 -153
  264. data/_data/files/es/acc.json +0 -26
  265. data/_data/files/es/aff.json +0 -66
  266. data/_data/files/es/ai.json +0 -164
  267. data/_data/files/es/aiff.json +0 -141
  268. data/_data/files/es/avi.json +0 -164
  269. data/_data/files/es/bmp.json +0 -164
  270. data/_data/files/es/cr2.json +0 -170
  271. data/_data/files/es/dvd.json +0 -26
  272. data/_data/files/es/flac.json +0 -170
  273. data/_data/files/es/flv.json +0 -135
  274. data/_data/files/es/gif.json +0 -170
  275. data/_data/files/es/heic.json +0 -182
  276. data/_data/files/es/html.json +0 -212
  277. data/_data/files/es/jfif.json +0 -95
  278. data/_data/files/es/jpg.json +0 -212
  279. data/_data/files/es/m4a.json +0 -123
  280. data/_data/files/es/mkv.json +0 -159
  281. data/_data/files/es/mov.json +0 -147
  282. data/_data/files/es/mp3.json +0 -188
  283. data/_data/files/es/mp4.json +0 -200
  284. data/_data/files/es/mpeg.json +0 -134
  285. data/_data/files/es/nef.json +0 -164
  286. data/_data/files/es/ogg.json +0 -164
  287. data/_data/files/es/opus.json +0 -88
  288. data/_data/files/es/pdf.json +0 -212
  289. data/_data/files/es/png.json +0 -206
  290. data/_data/files/es/psd.json +0 -129
  291. data/_data/files/es/svg.json +0 -152
  292. data/_data/files/es/tiff.json +0 -146
  293. data/_data/files/es/vmv.json +0 -48
  294. data/_data/files/es/wav.json +0 -176
  295. data/_data/files/es/webm.json +0 -158
  296. data/_data/files/es/webp.json +0 -176
  297. data/_data/files/es/wma.json +0 -100
  298. data/_data/files/fr/3gp.json +0 -141
  299. data/_data/files/fr/aac.json +0 -153
  300. data/_data/files/fr/acc.json +0 -26
  301. data/_data/files/fr/aff.json +0 -66
  302. data/_data/files/fr/ai.json +0 -164
  303. data/_data/files/fr/aiff.json +0 -141
  304. data/_data/files/fr/avi.json +0 -164
  305. data/_data/files/fr/bmp.json +0 -164
  306. data/_data/files/fr/cr2.json +0 -170
  307. data/_data/files/fr/dvd.json +0 -26
  308. data/_data/files/fr/flac.json +0 -170
  309. data/_data/files/fr/flv.json +0 -135
  310. data/_data/files/fr/gif.json +0 -170
  311. data/_data/files/fr/heic.json +0 -182
  312. data/_data/files/fr/html.json +0 -212
  313. data/_data/files/fr/jfif.json +0 -95
  314. data/_data/files/fr/jpg.json +0 -212
  315. data/_data/files/fr/m4a.json +0 -123
  316. data/_data/files/fr/mkv.json +0 -159
  317. data/_data/files/fr/mov.json +0 -147
  318. data/_data/files/fr/mp3.json +0 -188
  319. data/_data/files/fr/mp4.json +0 -200
  320. data/_data/files/fr/mpeg.json +0 -134
  321. data/_data/files/fr/nef.json +0 -164
  322. data/_data/files/fr/ogg.json +0 -164
  323. data/_data/files/fr/opus.json +0 -88
  324. data/_data/files/fr/pdf.json +0 -212
  325. data/_data/files/fr/png.json +0 -206
  326. data/_data/files/fr/psd.json +0 -129
  327. data/_data/files/fr/svg.json +0 -152
  328. data/_data/files/fr/tiff.json +0 -146
  329. data/_data/files/fr/vmv.json +0 -48
  330. data/_data/files/fr/wav.json +0 -176
  331. data/_data/files/fr/webm.json +0 -158
  332. data/_data/files/fr/webp.json +0 -176
  333. data/_data/files/fr/wma.json +0 -100
  334. data/_data/files/hi/3gp.json +0 -141
  335. data/_data/files/hi/aac.json +0 -153
  336. data/_data/files/hi/acc.json +0 -26
  337. data/_data/files/hi/aff.json +0 -66
  338. data/_data/files/hi/ai.json +0 -164
  339. data/_data/files/hi/aiff.json +0 -141
  340. data/_data/files/hi/avi.json +0 -164
  341. data/_data/files/hi/bmp.json +0 -164
  342. data/_data/files/hi/cr2.json +0 -170
  343. data/_data/files/hi/dvd.json +0 -26
  344. data/_data/files/hi/flac.json +0 -170
  345. data/_data/files/hi/flv.json +0 -135
  346. data/_data/files/hi/gif.json +0 -170
  347. data/_data/files/hi/heic.json +0 -182
  348. data/_data/files/hi/html.json +0 -212
  349. data/_data/files/hi/jfif.json +0 -95
  350. data/_data/files/hi/jpg.json +0 -212
  351. data/_data/files/hi/m4a.json +0 -123
  352. data/_data/files/hi/mkv.json +0 -159
  353. data/_data/files/hi/mov.json +0 -147
  354. data/_data/files/hi/mp3.json +0 -188
  355. data/_data/files/hi/mp4.json +0 -200
  356. data/_data/files/hi/mpeg.json +0 -134
  357. data/_data/files/hi/nef.json +0 -164
  358. data/_data/files/hi/ogg.json +0 -164
  359. data/_data/files/hi/opus.json +0 -88
  360. data/_data/files/hi/pdf.json +0 -212
  361. data/_data/files/hi/png.json +0 -206
  362. data/_data/files/hi/psd.json +0 -129
  363. data/_data/files/hi/svg.json +0 -152
  364. data/_data/files/hi/tiff.json +0 -146
  365. data/_data/files/hi/vmv.json +0 -48
  366. data/_data/files/hi/wav.json +0 -176
  367. data/_data/files/hi/webm.json +0 -158
  368. data/_data/files/hi/webp.json +0 -176
  369. data/_data/files/hi/wma.json +0 -100
  370. data/_data/files/id/3gp.json +0 -141
  371. data/_data/files/id/aac.json +0 -153
  372. data/_data/files/id/acc.json +0 -26
  373. data/_data/files/id/aff.json +0 -66
  374. data/_data/files/id/ai.json +0 -164
  375. data/_data/files/id/aiff.json +0 -141
  376. data/_data/files/id/avi.json +0 -164
  377. data/_data/files/id/bmp.json +0 -164
  378. data/_data/files/id/cr2.json +0 -170
  379. data/_data/files/id/dvd.json +0 -26
  380. data/_data/files/id/flac.json +0 -170
  381. data/_data/files/id/flv.json +0 -135
  382. data/_data/files/id/gif.json +0 -170
  383. data/_data/files/id/heic.json +0 -182
  384. data/_data/files/id/html.json +0 -212
  385. data/_data/files/id/jfif.json +0 -95
  386. data/_data/files/id/jpg.json +0 -212
  387. data/_data/files/id/m4a.json +0 -123
  388. data/_data/files/id/mkv.json +0 -159
  389. data/_data/files/id/mov.json +0 -147
  390. data/_data/files/id/mp3.json +0 -188
  391. data/_data/files/id/mp4.json +0 -200
  392. data/_data/files/id/mpeg.json +0 -134
  393. data/_data/files/id/nef.json +0 -164
  394. data/_data/files/id/ogg.json +0 -164
  395. data/_data/files/id/opus.json +0 -88
  396. data/_data/files/id/pdf.json +0 -212
  397. data/_data/files/id/png.json +0 -206
  398. data/_data/files/id/psd.json +0 -129
  399. data/_data/files/id/svg.json +0 -152
  400. data/_data/files/id/tiff.json +0 -146
  401. data/_data/files/id/vmv.json +0 -48
  402. data/_data/files/id/wav.json +0 -176
  403. data/_data/files/id/webm.json +0 -158
  404. data/_data/files/id/webp.json +0 -176
  405. data/_data/files/id/wma.json +0 -100
  406. data/_data/files/it/3gp.json +0 -141
  407. data/_data/files/it/aac.json +0 -153
  408. data/_data/files/it/acc.json +0 -26
  409. data/_data/files/it/aff.json +0 -66
  410. data/_data/files/it/ai.json +0 -164
  411. data/_data/files/it/aiff.json +0 -141
  412. data/_data/files/it/avi.json +0 -164
  413. data/_data/files/it/bmp.json +0 -164
  414. data/_data/files/it/cr2.json +0 -170
  415. data/_data/files/it/dvd.json +0 -26
  416. data/_data/files/it/flac.json +0 -170
  417. data/_data/files/it/flv.json +0 -135
  418. data/_data/files/it/gif.json +0 -170
  419. data/_data/files/it/heic.json +0 -182
  420. data/_data/files/it/html.json +0 -212
  421. data/_data/files/it/jfif.json +0 -95
  422. data/_data/files/it/jpg.json +0 -212
  423. data/_data/files/it/m4a.json +0 -123
  424. data/_data/files/it/mkv.json +0 -159
  425. data/_data/files/it/mov.json +0 -147
  426. data/_data/files/it/mp3.json +0 -188
  427. data/_data/files/it/mp4.json +0 -200
  428. data/_data/files/it/mpeg.json +0 -134
  429. data/_data/files/it/nef.json +0 -164
  430. data/_data/files/it/ogg.json +0 -164
  431. data/_data/files/it/opus.json +0 -88
  432. data/_data/files/it/pdf.json +0 -212
  433. data/_data/files/it/png.json +0 -206
  434. data/_data/files/it/psd.json +0 -129
  435. data/_data/files/it/svg.json +0 -152
  436. data/_data/files/it/tiff.json +0 -146
  437. data/_data/files/it/vmv.json +0 -48
  438. data/_data/files/it/wav.json +0 -176
  439. data/_data/files/it/webm.json +0 -158
  440. data/_data/files/it/webp.json +0 -176
  441. data/_data/files/it/wma.json +0 -100
  442. data/_data/files/ja/3gp.json +0 -141
  443. data/_data/files/ja/aac.json +0 -153
  444. data/_data/files/ja/acc.json +0 -26
  445. data/_data/files/ja/aff.json +0 -66
  446. data/_data/files/ja/ai.json +0 -164
  447. data/_data/files/ja/aiff.json +0 -141
  448. data/_data/files/ja/avi.json +0 -164
  449. data/_data/files/ja/bmp.json +0 -164
  450. data/_data/files/ja/cr2.json +0 -170
  451. data/_data/files/ja/dvd.json +0 -26
  452. data/_data/files/ja/flac.json +0 -170
  453. data/_data/files/ja/flv.json +0 -135
  454. data/_data/files/ja/gif.json +0 -170
  455. data/_data/files/ja/heic.json +0 -182
  456. data/_data/files/ja/html.json +0 -212
  457. data/_data/files/ja/jfif.json +0 -95
  458. data/_data/files/ja/jpg.json +0 -212
  459. data/_data/files/ja/m4a.json +0 -123
  460. data/_data/files/ja/mkv.json +0 -159
  461. data/_data/files/ja/mov.json +0 -147
  462. data/_data/files/ja/mp3.json +0 -188
  463. data/_data/files/ja/mp4.json +0 -200
  464. data/_data/files/ja/mpeg.json +0 -134
  465. data/_data/files/ja/nef.json +0 -164
  466. data/_data/files/ja/ogg.json +0 -164
  467. data/_data/files/ja/opus.json +0 -88
  468. data/_data/files/ja/pdf.json +0 -212
  469. data/_data/files/ja/png.json +0 -206
  470. data/_data/files/ja/psd.json +0 -129
  471. data/_data/files/ja/svg.json +0 -152
  472. data/_data/files/ja/tiff.json +0 -146
  473. data/_data/files/ja/vmv.json +0 -48
  474. data/_data/files/ja/wav.json +0 -176
  475. data/_data/files/ja/webm.json +0 -158
  476. data/_data/files/ja/webp.json +0 -176
  477. data/_data/files/ja/wma.json +0 -100
  478. data/_data/files/ko/3gp.json +0 -141
  479. data/_data/files/ko/aac.json +0 -153
  480. data/_data/files/ko/acc.json +0 -26
  481. data/_data/files/ko/aff.json +0 -66
  482. data/_data/files/ko/ai.json +0 -164
  483. data/_data/files/ko/aiff.json +0 -141
  484. data/_data/files/ko/avi.json +0 -164
  485. data/_data/files/ko/bmp.json +0 -164
  486. data/_data/files/ko/cr2.json +0 -170
  487. data/_data/files/ko/dvd.json +0 -26
  488. data/_data/files/ko/flac.json +0 -170
  489. data/_data/files/ko/flv.json +0 -135
  490. data/_data/files/ko/gif.json +0 -170
  491. data/_data/files/ko/heic.json +0 -182
  492. data/_data/files/ko/html.json +0 -212
  493. data/_data/files/ko/jfif.json +0 -95
  494. data/_data/files/ko/jpg.json +0 -212
  495. data/_data/files/ko/m4a.json +0 -123
  496. data/_data/files/ko/mkv.json +0 -159
  497. data/_data/files/ko/mov.json +0 -147
  498. data/_data/files/ko/mp3.json +0 -188
  499. data/_data/files/ko/mp4.json +0 -200
  500. data/_data/files/ko/mpeg.json +0 -134
  501. data/_data/files/ko/nef.json +0 -164
  502. data/_data/files/ko/ogg.json +0 -164
  503. data/_data/files/ko/opus.json +0 -88
  504. data/_data/files/ko/pdf.json +0 -212
  505. data/_data/files/ko/png.json +0 -206
  506. data/_data/files/ko/psd.json +0 -129
  507. data/_data/files/ko/svg.json +0 -152
  508. data/_data/files/ko/tiff.json +0 -146
  509. data/_data/files/ko/vmv.json +0 -48
  510. data/_data/files/ko/wav.json +0 -176
  511. data/_data/files/ko/webm.json +0 -158
  512. data/_data/files/ko/webp.json +0 -176
  513. data/_data/files/ko/wma.json +0 -100
  514. data/_data/files/nl/3gp.json +0 -141
  515. data/_data/files/nl/aac.json +0 -153
  516. data/_data/files/nl/acc.json +0 -26
  517. data/_data/files/nl/aff.json +0 -66
  518. data/_data/files/nl/ai.json +0 -164
  519. data/_data/files/nl/aiff.json +0 -141
  520. data/_data/files/nl/avi.json +0 -164
  521. data/_data/files/nl/bmp.json +0 -164
  522. data/_data/files/nl/cr2.json +0 -170
  523. data/_data/files/nl/dvd.json +0 -26
  524. data/_data/files/nl/flac.json +0 -170
  525. data/_data/files/nl/flv.json +0 -135
  526. data/_data/files/nl/gif.json +0 -170
  527. data/_data/files/nl/heic.json +0 -182
  528. data/_data/files/nl/html.json +0 -212
  529. data/_data/files/nl/jfif.json +0 -95
  530. data/_data/files/nl/jpg.json +0 -212
  531. data/_data/files/nl/m4a.json +0 -123
  532. data/_data/files/nl/mkv.json +0 -159
  533. data/_data/files/nl/mov.json +0 -147
  534. data/_data/files/nl/mp3.json +0 -188
  535. data/_data/files/nl/mp4.json +0 -200
  536. data/_data/files/nl/mpeg.json +0 -134
  537. data/_data/files/nl/nef.json +0 -164
  538. data/_data/files/nl/ogg.json +0 -164
  539. data/_data/files/nl/opus.json +0 -88
  540. data/_data/files/nl/pdf.json +0 -212
  541. data/_data/files/nl/png.json +0 -206
  542. data/_data/files/nl/psd.json +0 -129
  543. data/_data/files/nl/svg.json +0 -152
  544. data/_data/files/nl/tiff.json +0 -146
  545. data/_data/files/nl/vmv.json +0 -48
  546. data/_data/files/nl/wav.json +0 -176
  547. data/_data/files/nl/webm.json +0 -158
  548. data/_data/files/nl/webp.json +0 -176
  549. data/_data/files/nl/wma.json +0 -100
  550. data/_data/files/pl/3gp.json +0 -141
  551. data/_data/files/pl/aac.json +0 -153
  552. data/_data/files/pl/acc.json +0 -26
  553. data/_data/files/pl/aff.json +0 -66
  554. data/_data/files/pl/ai.json +0 -164
  555. data/_data/files/pl/aiff.json +0 -141
  556. data/_data/files/pl/avi.json +0 -164
  557. data/_data/files/pl/bmp.json +0 -164
  558. data/_data/files/pl/cr2.json +0 -170
  559. data/_data/files/pl/dvd.json +0 -26
  560. data/_data/files/pl/flac.json +0 -170
  561. data/_data/files/pl/flv.json +0 -135
  562. data/_data/files/pl/gif.json +0 -170
  563. data/_data/files/pl/heic.json +0 -182
  564. data/_data/files/pl/html.json +0 -212
  565. data/_data/files/pl/jfif.json +0 -95
  566. data/_data/files/pl/jpg.json +0 -212
  567. data/_data/files/pl/m4a.json +0 -123
  568. data/_data/files/pl/mkv.json +0 -159
  569. data/_data/files/pl/mov.json +0 -147
  570. data/_data/files/pl/mp3.json +0 -188
  571. data/_data/files/pl/mp4.json +0 -200
  572. data/_data/files/pl/mpeg.json +0 -134
  573. data/_data/files/pl/nef.json +0 -164
  574. data/_data/files/pl/ogg.json +0 -164
  575. data/_data/files/pl/opus.json +0 -88
  576. data/_data/files/pl/pdf.json +0 -212
  577. data/_data/files/pl/png.json +0 -206
  578. data/_data/files/pl/psd.json +0 -129
  579. data/_data/files/pl/svg.json +0 -152
  580. data/_data/files/pl/tiff.json +0 -146
  581. data/_data/files/pl/vmv.json +0 -48
  582. data/_data/files/pl/wav.json +0 -176
  583. data/_data/files/pl/webm.json +0 -158
  584. data/_data/files/pl/webp.json +0 -176
  585. data/_data/files/pl/wma.json +0 -100
  586. data/_data/files/pt/3gp.json +0 -141
  587. data/_data/files/pt/aac.json +0 -153
  588. data/_data/files/pt/acc.json +0 -26
  589. data/_data/files/pt/aff.json +0 -66
  590. data/_data/files/pt/ai.json +0 -164
  591. data/_data/files/pt/aiff.json +0 -141
  592. data/_data/files/pt/avi.json +0 -164
  593. data/_data/files/pt/bmp.json +0 -164
  594. data/_data/files/pt/cr2.json +0 -170
  595. data/_data/files/pt/dvd.json +0 -26
  596. data/_data/files/pt/flac.json +0 -170
  597. data/_data/files/pt/flv.json +0 -135
  598. data/_data/files/pt/gif.json +0 -170
  599. data/_data/files/pt/heic.json +0 -182
  600. data/_data/files/pt/html.json +0 -212
  601. data/_data/files/pt/jfif.json +0 -95
  602. data/_data/files/pt/jpg.json +0 -212
  603. data/_data/files/pt/m4a.json +0 -123
  604. data/_data/files/pt/mkv.json +0 -159
  605. data/_data/files/pt/mov.json +0 -147
  606. data/_data/files/pt/mp3.json +0 -188
  607. data/_data/files/pt/mp4.json +0 -200
  608. data/_data/files/pt/mpeg.json +0 -134
  609. data/_data/files/pt/nef.json +0 -164
  610. data/_data/files/pt/ogg.json +0 -164
  611. data/_data/files/pt/opus.json +0 -88
  612. data/_data/files/pt/pdf.json +0 -212
  613. data/_data/files/pt/png.json +0 -206
  614. data/_data/files/pt/psd.json +0 -129
  615. data/_data/files/pt/svg.json +0 -152
  616. data/_data/files/pt/tiff.json +0 -146
  617. data/_data/files/pt/vmv.json +0 -48
  618. data/_data/files/pt/wav.json +0 -176
  619. data/_data/files/pt/webm.json +0 -158
  620. data/_data/files/pt/webp.json +0 -176
  621. data/_data/files/pt/wma.json +0 -100
  622. data/_data/files/ru/3gp.json +0 -141
  623. data/_data/files/ru/aac.json +0 -153
  624. data/_data/files/ru/acc.json +0 -26
  625. data/_data/files/ru/aff.json +0 -66
  626. data/_data/files/ru/ai.json +0 -164
  627. data/_data/files/ru/aiff.json +0 -141
  628. data/_data/files/ru/avi.json +0 -164
  629. data/_data/files/ru/bmp.json +0 -164
  630. data/_data/files/ru/cr2.json +0 -170
  631. data/_data/files/ru/dvd.json +0 -26
  632. data/_data/files/ru/flac.json +0 -170
  633. data/_data/files/ru/flv.json +0 -135
  634. data/_data/files/ru/gif.json +0 -170
  635. data/_data/files/ru/heic.json +0 -182
  636. data/_data/files/ru/html.json +0 -212
  637. data/_data/files/ru/jfif.json +0 -95
  638. data/_data/files/ru/jpg.json +0 -212
  639. data/_data/files/ru/m4a.json +0 -123
  640. data/_data/files/ru/mkv.json +0 -159
  641. data/_data/files/ru/mov.json +0 -147
  642. data/_data/files/ru/mp3.json +0 -188
  643. data/_data/files/ru/mp4.json +0 -200
  644. data/_data/files/ru/mpeg.json +0 -134
  645. data/_data/files/ru/nef.json +0 -164
  646. data/_data/files/ru/ogg.json +0 -164
  647. data/_data/files/ru/opus.json +0 -88
  648. data/_data/files/ru/pdf.json +0 -212
  649. data/_data/files/ru/png.json +0 -206
  650. data/_data/files/ru/psd.json +0 -129
  651. data/_data/files/ru/svg.json +0 -152
  652. data/_data/files/ru/tiff.json +0 -146
  653. data/_data/files/ru/vmv.json +0 -48
  654. data/_data/files/ru/wav.json +0 -176
  655. data/_data/files/ru/webm.json +0 -158
  656. data/_data/files/ru/webp.json +0 -176
  657. data/_data/files/ru/wma.json +0 -100
  658. data/_data/files/sv/3gp.json +0 -141
  659. data/_data/files/sv/aac.json +0 -153
  660. data/_data/files/sv/acc.json +0 -26
  661. data/_data/files/sv/aff.json +0 -66
  662. data/_data/files/sv/ai.json +0 -164
  663. data/_data/files/sv/aiff.json +0 -141
  664. data/_data/files/sv/avi.json +0 -164
  665. data/_data/files/sv/bmp.json +0 -164
  666. data/_data/files/sv/cr2.json +0 -170
  667. data/_data/files/sv/dvd.json +0 -26
  668. data/_data/files/sv/flac.json +0 -170
  669. data/_data/files/sv/flv.json +0 -135
  670. data/_data/files/sv/gif.json +0 -170
  671. data/_data/files/sv/heic.json +0 -182
  672. data/_data/files/sv/html.json +0 -212
  673. data/_data/files/sv/jfif.json +0 -95
  674. data/_data/files/sv/jpg.json +0 -212
  675. data/_data/files/sv/m4a.json +0 -123
  676. data/_data/files/sv/mkv.json +0 -159
  677. data/_data/files/sv/mov.json +0 -147
  678. data/_data/files/sv/mp3.json +0 -188
  679. data/_data/files/sv/mp4.json +0 -200
  680. data/_data/files/sv/mpeg.json +0 -134
  681. data/_data/files/sv/nef.json +0 -164
  682. data/_data/files/sv/ogg.json +0 -164
  683. data/_data/files/sv/opus.json +0 -88
  684. data/_data/files/sv/pdf.json +0 -212
  685. data/_data/files/sv/png.json +0 -206
  686. data/_data/files/sv/psd.json +0 -129
  687. data/_data/files/sv/svg.json +0 -152
  688. data/_data/files/sv/tiff.json +0 -146
  689. data/_data/files/sv/vmv.json +0 -48
  690. data/_data/files/sv/wav.json +0 -176
  691. data/_data/files/sv/webm.json +0 -158
  692. data/_data/files/sv/webp.json +0 -176
  693. data/_data/files/sv/wma.json +0 -100
  694. data/_data/files/th/3gp.json +0 -141
  695. data/_data/files/th/aac.json +0 -153
  696. data/_data/files/th/acc.json +0 -26
  697. data/_data/files/th/aff.json +0 -66
  698. data/_data/files/th/ai.json +0 -164
  699. data/_data/files/th/aiff.json +0 -141
  700. data/_data/files/th/avi.json +0 -164
  701. data/_data/files/th/bmp.json +0 -164
  702. data/_data/files/th/cr2.json +0 -170
  703. data/_data/files/th/dvd.json +0 -26
  704. data/_data/files/th/flac.json +0 -170
  705. data/_data/files/th/flv.json +0 -135
  706. data/_data/files/th/gif.json +0 -170
  707. data/_data/files/th/heic.json +0 -182
  708. data/_data/files/th/html.json +0 -212
  709. data/_data/files/th/jfif.json +0 -95
  710. data/_data/files/th/jpg.json +0 -212
  711. data/_data/files/th/m4a.json +0 -123
  712. data/_data/files/th/mkv.json +0 -159
  713. data/_data/files/th/mov.json +0 -147
  714. data/_data/files/th/mp3.json +0 -188
  715. data/_data/files/th/mp4.json +0 -200
  716. data/_data/files/th/mpeg.json +0 -134
  717. data/_data/files/th/nef.json +0 -164
  718. data/_data/files/th/ogg.json +0 -164
  719. data/_data/files/th/opus.json +0 -88
  720. data/_data/files/th/pdf.json +0 -212
  721. data/_data/files/th/png.json +0 -206
  722. data/_data/files/th/psd.json +0 -129
  723. data/_data/files/th/svg.json +0 -152
  724. data/_data/files/th/tiff.json +0 -146
  725. data/_data/files/th/vmv.json +0 -48
  726. data/_data/files/th/wav.json +0 -176
  727. data/_data/files/th/webm.json +0 -158
  728. data/_data/files/th/webp.json +0 -176
  729. data/_data/files/th/wma.json +0 -100
  730. data/_data/files/tr/3gp.json +0 -141
  731. data/_data/files/tr/aac.json +0 -153
  732. data/_data/files/tr/acc.json +0 -26
  733. data/_data/files/tr/aff.json +0 -66
  734. data/_data/files/tr/ai.json +0 -164
  735. data/_data/files/tr/aiff.json +0 -141
  736. data/_data/files/tr/avi.json +0 -164
  737. data/_data/files/tr/bmp.json +0 -164
  738. data/_data/files/tr/cr2.json +0 -170
  739. data/_data/files/tr/dvd.json +0 -26
  740. data/_data/files/tr/flac.json +0 -170
  741. data/_data/files/tr/flv.json +0 -135
  742. data/_data/files/tr/gif.json +0 -170
  743. data/_data/files/tr/heic.json +0 -182
  744. data/_data/files/tr/html.json +0 -212
  745. data/_data/files/tr/jfif.json +0 -95
  746. data/_data/files/tr/jpg.json +0 -212
  747. data/_data/files/tr/m4a.json +0 -123
  748. data/_data/files/tr/mkv.json +0 -159
  749. data/_data/files/tr/mov.json +0 -147
  750. data/_data/files/tr/mp3.json +0 -188
  751. data/_data/files/tr/mp4.json +0 -200
  752. data/_data/files/tr/mpeg.json +0 -134
  753. data/_data/files/tr/nef.json +0 -164
  754. data/_data/files/tr/ogg.json +0 -164
  755. data/_data/files/tr/opus.json +0 -88
  756. data/_data/files/tr/pdf.json +0 -212
  757. data/_data/files/tr/png.json +0 -206
  758. data/_data/files/tr/psd.json +0 -129
  759. data/_data/files/tr/svg.json +0 -152
  760. data/_data/files/tr/tiff.json +0 -146
  761. data/_data/files/tr/vmv.json +0 -48
  762. data/_data/files/tr/wav.json +0 -176
  763. data/_data/files/tr/webm.json +0 -158
  764. data/_data/files/tr/webp.json +0 -176
  765. data/_data/files/tr/wma.json +0 -100
  766. data/_data/files/uk/3gp.json +0 -141
  767. data/_data/files/uk/aac.json +0 -153
  768. data/_data/files/uk/acc.json +0 -26
  769. data/_data/files/uk/aff.json +0 -66
  770. data/_data/files/uk/ai.json +0 -164
  771. data/_data/files/uk/aiff.json +0 -141
  772. data/_data/files/uk/avi.json +0 -164
  773. data/_data/files/uk/bmp.json +0 -164
  774. data/_data/files/uk/cr2.json +0 -170
  775. data/_data/files/uk/dvd.json +0 -26
  776. data/_data/files/uk/flac.json +0 -170
  777. data/_data/files/uk/flv.json +0 -135
  778. data/_data/files/uk/gif.json +0 -170
  779. data/_data/files/uk/heic.json +0 -182
  780. data/_data/files/uk/html.json +0 -212
  781. data/_data/files/uk/jfif.json +0 -95
  782. data/_data/files/uk/jpg.json +0 -212
  783. data/_data/files/uk/m4a.json +0 -123
  784. data/_data/files/uk/mkv.json +0 -159
  785. data/_data/files/uk/mov.json +0 -147
  786. data/_data/files/uk/mp3.json +0 -188
  787. data/_data/files/uk/mp4.json +0 -200
  788. data/_data/files/uk/mpeg.json +0 -134
  789. data/_data/files/uk/nef.json +0 -164
  790. data/_data/files/uk/ogg.json +0 -164
  791. data/_data/files/uk/opus.json +0 -88
  792. data/_data/files/uk/pdf.json +0 -212
  793. data/_data/files/uk/png.json +0 -206
  794. data/_data/files/uk/psd.json +0 -129
  795. data/_data/files/uk/svg.json +0 -152
  796. data/_data/files/uk/tiff.json +0 -146
  797. data/_data/files/uk/vmv.json +0 -48
  798. data/_data/files/uk/wav.json +0 -176
  799. data/_data/files/uk/webm.json +0 -158
  800. data/_data/files/uk/webp.json +0 -176
  801. data/_data/files/uk/wma.json +0 -100
  802. data/_data/files/vi/3gp.json +0 -141
  803. data/_data/files/vi/aac.json +0 -153
  804. data/_data/files/vi/acc.json +0 -26
  805. data/_data/files/vi/aff.json +0 -66
  806. data/_data/files/vi/ai.json +0 -164
  807. data/_data/files/vi/aiff.json +0 -141
  808. data/_data/files/vi/avi.json +0 -164
  809. data/_data/files/vi/bmp.json +0 -164
  810. data/_data/files/vi/cr2.json +0 -170
  811. data/_data/files/vi/dvd.json +0 -26
  812. data/_data/files/vi/flac.json +0 -170
  813. data/_data/files/vi/flv.json +0 -135
  814. data/_data/files/vi/gif.json +0 -170
  815. data/_data/files/vi/heic.json +0 -182
  816. data/_data/files/vi/html.json +0 -212
  817. data/_data/files/vi/jfif.json +0 -95
  818. data/_data/files/vi/jpg.json +0 -212
  819. data/_data/files/vi/m4a.json +0 -123
  820. data/_data/files/vi/mkv.json +0 -159
  821. data/_data/files/vi/mov.json +0 -147
  822. data/_data/files/vi/mp3.json +0 -188
  823. data/_data/files/vi/mp4.json +0 -200
  824. data/_data/files/vi/mpeg.json +0 -134
  825. data/_data/files/vi/nef.json +0 -164
  826. data/_data/files/vi/ogg.json +0 -164
  827. data/_data/files/vi/opus.json +0 -88
  828. data/_data/files/vi/pdf.json +0 -212
  829. data/_data/files/vi/png.json +0 -206
  830. data/_data/files/vi/psd.json +0 -129
  831. data/_data/files/vi/svg.json +0 -152
  832. data/_data/files/vi/tiff.json +0 -146
  833. data/_data/files/vi/vmv.json +0 -48
  834. data/_data/files/vi/wav.json +0 -176
  835. data/_data/files/vi/webm.json +0 -158
  836. data/_data/files/vi/webp.json +0 -176
  837. data/_data/files/vi/wma.json +0 -100
  838. data/_data/files/zh/3gp.json +0 -141
  839. data/_data/files/zh/aac.json +0 -153
  840. data/_data/files/zh/acc.json +0 -26
  841. data/_data/files/zh/aff.json +0 -66
  842. data/_data/files/zh/ai.json +0 -164
  843. data/_data/files/zh/aiff.json +0 -141
  844. data/_data/files/zh/avi.json +0 -164
  845. data/_data/files/zh/bmp.json +0 -164
  846. data/_data/files/zh/cr2.json +0 -170
  847. data/_data/files/zh/dvd.json +0 -26
  848. data/_data/files/zh/flac.json +0 -170
  849. data/_data/files/zh/flv.json +0 -135
  850. data/_data/files/zh/gif.json +0 -170
  851. data/_data/files/zh/heic.json +0 -182
  852. data/_data/files/zh/html.json +0 -212
  853. data/_data/files/zh/jfif.json +0 -95
  854. data/_data/files/zh/jpg.json +0 -212
  855. data/_data/files/zh/m4a.json +0 -123
  856. data/_data/files/zh/mkv.json +0 -159
  857. data/_data/files/zh/mov.json +0 -147
  858. data/_data/files/zh/mp3.json +0 -188
  859. data/_data/files/zh/mp4.json +0 -200
  860. data/_data/files/zh/mpeg.json +0 -134
  861. data/_data/files/zh/nef.json +0 -164
  862. data/_data/files/zh/ogg.json +0 -164
  863. data/_data/files/zh/opus.json +0 -88
  864. data/_data/files/zh/pdf.json +0 -212
  865. data/_data/files/zh/png.json +0 -206
  866. data/_data/files/zh/psd.json +0 -129
  867. data/_data/files/zh/svg.json +0 -152
  868. data/_data/files/zh/tiff.json +0 -146
  869. data/_data/files/zh/vmv.json +0 -48
  870. data/_data/files/zh/wav.json +0 -176
  871. data/_data/files/zh/webm.json +0 -158
  872. data/_data/files/zh/webp.json +0 -176
  873. data/_data/files/zh/wma.json +0 -100
  874. data/_data/files/zh-tw/3gp.json +0 -141
  875. data/_data/files/zh-tw/aac.json +0 -153
  876. data/_data/files/zh-tw/acc.json +0 -26
  877. data/_data/files/zh-tw/aff.json +0 -66
  878. data/_data/files/zh-tw/ai.json +0 -164
  879. data/_data/files/zh-tw/aiff.json +0 -141
  880. data/_data/files/zh-tw/avi.json +0 -164
  881. data/_data/files/zh-tw/bmp.json +0 -164
  882. data/_data/files/zh-tw/cr2.json +0 -170
  883. data/_data/files/zh-tw/dvd.json +0 -26
  884. data/_data/files/zh-tw/flac.json +0 -170
  885. data/_data/files/zh-tw/flv.json +0 -135
  886. data/_data/files/zh-tw/gif.json +0 -170
  887. data/_data/files/zh-tw/heic.json +0 -182
  888. data/_data/files/zh-tw/html.json +0 -212
  889. data/_data/files/zh-tw/jfif.json +0 -95
  890. data/_data/files/zh-tw/jpg.json +0 -212
  891. data/_data/files/zh-tw/m4a.json +0 -123
  892. data/_data/files/zh-tw/mkv.json +0 -159
  893. data/_data/files/zh-tw/mov.json +0 -147
  894. data/_data/files/zh-tw/mp3.json +0 -188
  895. data/_data/files/zh-tw/mp4.json +0 -200
  896. data/_data/files/zh-tw/mpeg.json +0 -134
  897. data/_data/files/zh-tw/nef.json +0 -164
  898. data/_data/files/zh-tw/ogg.json +0 -164
  899. data/_data/files/zh-tw/opus.json +0 -88
  900. data/_data/files/zh-tw/pdf.json +0 -212
  901. data/_data/files/zh-tw/png.json +0 -206
  902. data/_data/files/zh-tw/psd.json +0 -129
  903. data/_data/files/zh-tw/svg.json +0 -152
  904. data/_data/files/zh-tw/tiff.json +0 -146
  905. data/_data/files/zh-tw/vmv.json +0 -48
  906. data/_data/files/zh-tw/wav.json +0 -176
  907. data/_data/files/zh-tw/webm.json +0 -158
  908. data/_data/files/zh-tw/webp.json +0 -176
  909. data/_data/files/zh-tw/wma.json +0 -100
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d5e6f1b382876e2a24f01bce40c99c022f249c2f8728296c2329e2b8ded8d058
4
- data.tar.gz: 7ec2ac0f6526b97dab83c738c121ffdb89e0ebee28ac09afb7e1574da1a4a492
3
+ metadata.gz: 8e1e466c7ec2ea2858c298ffb8f74b2e3f649c99bbe03af029dfd56d85c8adbe
4
+ data.tar.gz: 472c3a40c19d467b9421380ce499b34e6446fd7acc9fb5bacc1b71253922dc55
5
5
  SHA512:
6
- metadata.gz: c75e6f4bb407960f048e209b9804657f82b88796d905b43960cc750f967854f66ab8392c45b2c3edbf7e89764c3ce71d4e0a77c6a8a6eee5ca6be9f11ee9e995
7
- data.tar.gz: e8c3a53263bb957ac93c023bd1a8d13237ee63fc70c8177b007fa8cefbf23c1528257b0a584b468f2e150ff049d1257666eb863d3008b950c1d0ac608c316cd8
6
+ metadata.gz: 6bbd556055f6d8c3481319b4b5d0efda99e8647be17508de740d37313fc8e705464d0001e48283c038a38dcb10c6c13cf244c7ee603adeb44186df476299d5c4
7
+ data.tar.gz: 7aa720e79a09bc6630863d09c95c3e678d1fd11976ad7ee3597ef5b2760a56eed0b609ee35ba7937026c8beb7b61743a1e6dab41c723e631324c3fff51789c78
data/LICENSE.txt CHANGED
@@ -1,21 +1,21 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2021 vivek-appscms
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2021 vivek-appscms
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md CHANGED
@@ -1,50 +1,50 @@
1
- # appscms-tools-theme
2
-
3
- Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
4
-
5
- To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
6
-
7
- TODO: Delete this and the text above, and describe your gem
8
-
9
- ## Installation
10
-
11
- Add this line to your Jekyll site's `Gemfile`:
12
-
13
- ```ruby
14
- gem "appscms-tools-theme"
15
- ```
16
-
17
- And add this line to your Jekyll site's `_config.yml`:
18
-
19
- ```yaml
20
- theme: appscms-tools-theme
21
- ```
22
-
23
- And then execute:
24
-
25
- $ bundle
26
-
27
- Or install it yourself as:
28
-
29
- $ gem install appscms-tools-theme
30
-
31
- ## Usage
32
-
33
- TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
34
-
35
- ## Contributing
36
-
37
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
38
-
39
- ## Development
40
-
41
- To set up your environment to develop this theme, run `bundle install`.
42
-
43
- Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
44
-
45
- When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
46
- To add a custom directory to your theme-gem, please edit the regexp in `appscms-tools-theme.gemspec` accordingly.
47
-
48
- ## License
49
-
50
- The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
1
+ # appscms-tools-theme
2
+
3
+ Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
4
+
5
+ To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
6
+
7
+ TODO: Delete this and the text above, and describe your gem
8
+
9
+ ## Installation
10
+
11
+ Add this line to your Jekyll site's `Gemfile`:
12
+
13
+ ```ruby
14
+ gem "appscms-tools-theme"
15
+ ```
16
+
17
+ And add this line to your Jekyll site's `_config.yml`:
18
+
19
+ ```yaml
20
+ theme: appscms-tools-theme
21
+ ```
22
+
23
+ And then execute:
24
+
25
+ $ bundle
26
+
27
+ Or install it yourself as:
28
+
29
+ $ gem install appscms-tools-theme
30
+
31
+ ## Usage
32
+
33
+ TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
34
+
35
+ ## Contributing
36
+
37
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
38
+
39
+ ## Development
40
+
41
+ To set up your environment to develop this theme, run `bundle install`.
42
+
43
+ Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
44
+
45
+ When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
46
+ To add a custom directory to your theme-gem, please edit the regexp in `appscms-tools-theme.gemspec` accordingly.
47
+
48
+ ## License
49
+
50
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
@@ -1,17 +1,17 @@
1
- {
2
- "Language": "English",
3
- "htmlLangAtt": "en",
4
- "h1": "About us",
5
- "jsfilepaths": [
6
- "path"
7
- ],
8
- "jscdns": [
9
- "<script type=\"text/javascript\" src=\"https://apis.google.com/js/api.js\"></script>",
10
- "<script src=\"/assets/js/googledrive.js\"></script>",
11
- "<script src=\"../js/new.js\"></script>"
12
- ],
13
- "h2": "Welcome to Example site",
14
- "TITLE": "List of all Android alarm libraries for use in your project",
15
- "META": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase.",
16
- "paragraph": "Company is registered under the provisions of the Limited Liability Partnership Act 2008, having its registered office at “Mohan Nagar, Tiwari Gali No 3, Pilkhuwa, Ghaziabad, Uttar Pradesh – 245 304, INDIA” represented by its Directors, hereinafter referred to as the “FIRM” (where such expression shall, unless repugnant to the context thereof, be deemed to include its respective legal heirs, representatives, administrators, permitted successors and assigns).Company is registered under the provisions of the Limited Liability Partnership Act 2008, having its registered office at “Mohan Nagar, Tiwari Gali No 3, Pilkhuwa, Ghaziabad, Uttar Pradesh – 245 304, INDIA” represented by its Directors, hereinafter referred to as the “FIRM” (where such expression shall, unless repugnant to the context thereof, be deemed to include its respective legal heirs, representatives, administrators, permitted successors and assigns).Company is registered under the provisions of the Limited Liability Partnership Act 2008, having its registered office at “Mohan Nagar, Tiwari Gali No 3, Pilkhuwa, Ghaziabad, Uttar Pradesh – 245 304, INDIA” represented by its Directors, hereinafter referred to as the “FIRM” (where such expression shall, unless repugnant to the context thereof, be deemed to include its respective legal heirs, representatives, administrators, permitted successors and assigns).Company is registered under the provisions of the Limited Liability Partnership Act 2008, having its registered office at “Mohan Nagar, Tiwari Gali No 3, Pilkhuwa, Ghaziabad, Uttar Pradesh – 245 304, INDIA” represented by its Directors, hereinafter referred to as the “FIRM” (where such expression shall, unless repugnant to the context thereof, be deemed to include its respective legal heirs, representatives, administrators, permitted successors and assigns).Company is registered under the provisions of the Limited Liability Partnership Act 2008, having its registered office at “Mohan Nagar, Tiwari Gali No 3, Pilkhuwa, Ghaziabad, Uttar Pradesh – 245 304, INDIA” represented by its Directors, hereinafter referred to as the “FIRM” (where such expression shall, unless repugnant to the context thereof, be deemed to include its respective legal heirs, representatives, administrators, permitted successors and assigns)."
1
+ {
2
+ "Language": "English",
3
+ "htmlLangAtt": "en",
4
+ "h1": "About us",
5
+ "jsfilepaths": [
6
+ "path"
7
+ ],
8
+ "jscdns": [
9
+ "<script type=\"text/javascript\" src=\"https://apis.google.com/js/api.js\"></script>",
10
+ "<script src=\"/assets/js/googledrive.js\"></script>",
11
+ "<script src=\"../js/new.js\"></script>"
12
+ ],
13
+ "h2": "Welcome to Example site",
14
+ "TITLE": "List of all Android alarm libraries for use in your project",
15
+ "META": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase.",
16
+ "paragraph": "Company is registered under the provisions of the Limited Liability Partnership Act 2008, having its registered office at “Mohan Nagar, Tiwari Gali No 3, Pilkhuwa, Ghaziabad, Uttar Pradesh – 245 304, INDIA” represented by its Directors, hereinafter referred to as the “FIRM” (where such expression shall, unless repugnant to the context thereof, be deemed to include its respective legal heirs, representatives, administrators, permitted successors and assigns).Company is registered under the provisions of the Limited Liability Partnership Act 2008, having its registered office at “Mohan Nagar, Tiwari Gali No 3, Pilkhuwa, Ghaziabad, Uttar Pradesh – 245 304, INDIA” represented by its Directors, hereinafter referred to as the “FIRM” (where such expression shall, unless repugnant to the context thereof, be deemed to include its respective legal heirs, representatives, administrators, permitted successors and assigns).Company is registered under the provisions of the Limited Liability Partnership Act 2008, having its registered office at “Mohan Nagar, Tiwari Gali No 3, Pilkhuwa, Ghaziabad, Uttar Pradesh – 245 304, INDIA” represented by its Directors, hereinafter referred to as the “FIRM” (where such expression shall, unless repugnant to the context thereof, be deemed to include its respective legal heirs, representatives, administrators, permitted successors and assigns).Company is registered under the provisions of the Limited Liability Partnership Act 2008, having its registered office at “Mohan Nagar, Tiwari Gali No 3, Pilkhuwa, Ghaziabad, Uttar Pradesh – 245 304, INDIA” represented by its Directors, hereinafter referred to as the “FIRM” (where such expression shall, unless repugnant to the context thereof, be deemed to include its respective legal heirs, representatives, administrators, permitted successors and assigns).Company is registered under the provisions of the Limited Liability Partnership Act 2008, having its registered office at “Mohan Nagar, Tiwari Gali No 3, Pilkhuwa, Ghaziabad, Uttar Pradesh – 245 304, INDIA” represented by its Directors, hereinafter referred to as the “FIRM” (where such expression shall, unless repugnant to the context thereof, be deemed to include its respective legal heirs, representatives, administrators, permitted successors and assigns)."
17
17
  }
@@ -1,3 +1,3 @@
1
- ---
2
- span: wordwithletters.com &nbsp; Never miss a
3
- <b>story</b> from us, subscribe to our newsletter
1
+ ---
2
+ span: wordwithletters.com &nbsp; Never miss a
3
+ <b>story</b> from us, subscribe to our newsletter
@@ -1,11 +1,11 @@
1
- ankita:
2
- name: ankita
3
- image: /assets/images/avatar.png
4
- bio: Author4 of Mediumish, a Bootstrap Medium styled template available for WordPress, HTML, Ghost and Jekyll. You are currently previewing Jekyll template demo.
5
- twitter: https://twitter.com/home
6
-
7
- nisha:
8
- name: Nisha
9
- image: /assets/images/logo.png
10
- bio: Author5 of Mediumish, a Bootstrap Medium styled template available for WordPress, HTML, Ghost and Jekyll. You are currently previewing Jekyll template demo.
11
- twitter: https://twitter.com/home
1
+ ankita:
2
+ name: ankita
3
+ image: /assets/images/avatar.png
4
+ bio: Author4 of Mediumish, a Bootstrap Medium styled template available for WordPress, HTML, Ghost and Jekyll. You are currently previewing Jekyll template demo.
5
+ twitter: https://twitter.com/home
6
+
7
+ nisha:
8
+ name: Nisha
9
+ image: /assets/images/logo.png
10
+ bio: Author5 of Mediumish, a Bootstrap Medium styled template available for WordPress, HTML, Ghost and Jekyll. You are currently previewing Jekyll template demo.
11
+ twitter: https://twitter.com/home
data/_data/blog/blog.yml CHANGED
@@ -1,3 +1,3 @@
1
- ---
2
- h1: Latest Posts from our Blog
3
- description: Check out what our editors have written recently !
1
+ ---
2
+ h1: Latest Posts from our Blog
3
+ description: Check out what our editors have written recently !
data/_data/blog/nav.json CHANGED
@@ -1,14 +1,14 @@
1
- {
2
- "navbarBrandText": "",
3
- "navbarBrandLogo": "/assets/images/logo.png",
4
- "navItems": [
5
- {
6
- "name": "Blog",
7
- "url": "blog"
8
- },
9
- {
10
- "name": "",
11
- "url": ""
12
- }
13
- ]
1
+ {
2
+ "navbarBrandText": "",
3
+ "navbarBrandLogo": "/assets/images/logo.png",
4
+ "navItems": [
5
+ {
6
+ "name": "Blog",
7
+ "url": "blog"
8
+ },
9
+ {
10
+ "name": "",
11
+ "url": ""
12
+ }
13
+ ]
14
14
  }
data/_data/blog/share.yml CHANGED
@@ -1,28 +1,28 @@
1
- # Sharing options at the bottom of the post.
2
- # Icons from <https://fontawesome.com/>
3
-
4
- label: 'Share'
5
-
6
- platforms:
7
- - type: Twitter
8
- icon: 'fab fa-twitter'
9
- link: 'https://twitter.com/intent/tweet?url=URL'
10
- - type: Facebook
11
- icon: 'fab fa-facebook-square'
12
- link: 'https://www.facebook.com/sharer/sharer.php?u=URL'
13
- - type: Linkedin
14
- icon: 'fab fa-linkedin'
15
- link: 'https://www.linkedin.com/sharing/share-offsite/?url=URL'
16
- # Uncomment below if you need to.
17
- # -
18
- # type: Linkedin
19
- # icon: "fab fa-linkedin"
20
- # link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
21
- #
22
- # -
23
- # type: Weibo
24
- # icon: "fab fa-weibo"
25
- # link: "http://service.weibo.com/share/share.php?title=TITLE&url=URL"
26
- # type: Telegram
27
- # icon: "fab fa-telegram"
28
- # link: "https://telegram.me/share?text=TITLE&url=URL"
1
+ # Sharing options at the bottom of the post.
2
+ # Icons from <https://fontawesome.com/>
3
+
4
+ label: 'Share'
5
+
6
+ platforms:
7
+ - type: Twitter
8
+ icon: 'fab fa-twitter'
9
+ link: 'https://twitter.com/intent/tweet?url=URL'
10
+ - type: Facebook
11
+ icon: 'fab fa-facebook-square'
12
+ link: 'https://www.facebook.com/sharer/sharer.php?u=URL'
13
+ - type: Linkedin
14
+ icon: 'fab fa-linkedin'
15
+ link: 'https://www.linkedin.com/sharing/share-offsite/?url=URL'
16
+ # Uncomment below if you need to.
17
+ # -
18
+ # type: Linkedin
19
+ # icon: "fab fa-linkedin"
20
+ # link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
21
+ #
22
+ # -
23
+ # type: Weibo
24
+ # icon: "fab fa-weibo"
25
+ # link: "http://service.weibo.com/share/share.php?title=TITLE&url=URL"
26
+ # type: Telegram
27
+ # icon: "fab fa-telegram"
28
+ # link: "https://telegram.me/share?text=TITLE&url=URL"
@@ -1,39 +1,39 @@
1
- {
2
- "Language":"English",
3
- "htmlLangAtt":"en",
4
- "h1":"Contact us",
5
- "h2":"Welcome to XYZ site",
6
- "TITLE":"List of all Android alarm libraries for use in your project",
7
- "META":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase.",
8
- "contactUs":[
9
- {
10
- "p":"We, <b>$companyName</b> LLP, registered under the provisions of the Limited Liability Partnership Act 2008, having its registered office at “493 Saket, Pilkhuwa, Ghaziabad, Uttar Pradesh – 245 304, INDIA” represented by its Directors, hereinafter referred to as the “FIRM” (where such expression shall, unless repugnant to the context thereof, be deemed to include its respective legal heirs, representatives, administrators, permitted successors and assigns)."
11
- },
12
- {
13
- "p":"The Firm will not be responsible for any damage suffered by users from use of the Platform. This includes but is not limited to, loss of revenue/data resulting from delays, non-deliveries, missed deliveries, or service interruptions as may occur because of any act/omission of parties. This disclaimer of liability also applies to any damages or injury caused by any failure of performance, error, omission, interruption, deletion, defect, delay in operation or transmission, computer virus, communication line failure, theft or destruction or unauthorized access to, alteration of, or use of record, whether for breach of contract, tortuous behaviour, negligence, or under any other cause of action."
14
- },
15
- {
16
- "p":"The Firm also makes it clear that it shall not be held liable for any damage/hurt/inconvenience caused to the User through the course of the provision of Services or as a result of the Users’ actions. The Firm makes no representations or warranties as to the conduct of the Users. The Firm takes no responsibility for any content that Users send or receive from other Users or Third-Party posts through the Website or Platform. Any material downloaded or otherwise obtained through use of the service is accessed at the Users own discretion and risk."
17
- },
18
- {
19
- "p":"The services on the Platform are intended to be subject to availability, without any promises or guarantees on the same by the Firm, and while certain information available on the Platform is the property of the Firm and the Firm endeavours to keep the said information updated and accurate, the Firm shall not make any representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability or availability with respect to the Platform or the information, services, or related graphics contained on the Platform for any purpose. Any reliance you place on such information is therefore strictly at your own risk."
20
- },
21
- {
22
- "p":"The Firm bears no responsibility whatsoever for any consequences arising from the use of the said Services by Users. The use of the Services in the Platform is the sole responsibility of the User (or legally authorised person on behalf of the User), and in case of any negligence on the part of the User is acting on the same shall not be construed as imposing any liability, direct or indirect, on the Firm /Platform."
23
- },
24
- {
25
- "p":"The Firm shall disclaim all responsibility and owns no liability to Users for any outcome (incidental, direct, indirect or otherwise) from the use of the Platform or any such services under the platform. In no event will the Firm be liable for any loss or damage including without limitation, indirect or consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits arising out of, or in connection with, the use of the Platform."
26
- },
27
- {
28
- "p":"Through this Platform, You may be able to access the link of other Platforms which are not under the control of the Firm or the Platform. We have no control over the nature, content and availability of those sites. The inclusion of any links does not necessarily imply a recommendation or endorse the views expressed within them. Every effort is made to keep the Platform up and running smoothly. However, the Firm takes no responsibility for, and will not be liable for, the Platform being temporarily unavailable due to technical issues beyond our control."
29
- },{
30
- "p":"TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, WE WILL HAVE NO LIABILITY RELATED TO USER CONTENT ARISING UNDER INTELLECTUAL PROPERTY RIGHTS, LIBEL, PRIVACY, PUBLICITY, OBSCENITY OR OTHER LAWS. WEBSITE ALSO DISCLAIMS ALL LIABILITY WITH RESPECT TO THE MISUSE, LOSS, MODIFICATION OR UNAVAILABILITY OF ANY USER CONTENT."
31
- },
32
- {
33
- "p":"THE USER UNDERSTANDS AND AGREES THAT ANY MATERIAL OR DATA DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE PLATFORM IS DONE ENTIRELY AT HIS/HER OWN DISCRETION AND RISK AND HE/SHE WILL BE SOLELY RESPONSIBLE FOR ANY DAMAGE TO HIS/HER COMPUTER SYSTEMS OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF SUCH MATERIAL OR DATA. WE ARE NOT RESPONSIBLE FOR ANY TYPOGRAPHICAL ERROR LEADING. PLATFORM ACCEPTS NO LIABILITY FOR ANY ERRORS OR OMISSIONS, WITH RESPECT TO ANY INFORMATION PROVIDED TO YOU WHETHER ON BEHALF OF ITSELF OR THIRD PARTIES."
34
- },
35
- {
36
- "p":"THE ADVERTISEMENT THAT MAY BE AVAILABLE ON E-MAIL OR WEBSITE WITH RESPECT TO THE THIRD-PARTY WEBSITE AND SERVICES ARE FOR INFORMATION PURPOSE ONLY."
37
- }
38
- ]
1
+ {
2
+ "Language":"English",
3
+ "htmlLangAtt":"en",
4
+ "h1":"Contact us",
5
+ "h2":"Welcome to XYZ site",
6
+ "TITLE":"List of all Android alarm libraries for use in your project",
7
+ "META":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase.",
8
+ "contactUs":[
9
+ {
10
+ "p":"We, <b>$companyName</b> LLP, registered under the provisions of the Limited Liability Partnership Act 2008, having its registered office at “493 Saket, Pilkhuwa, Ghaziabad, Uttar Pradesh – 245 304, INDIA” represented by its Directors, hereinafter referred to as the “FIRM” (where such expression shall, unless repugnant to the context thereof, be deemed to include its respective legal heirs, representatives, administrators, permitted successors and assigns)."
11
+ },
12
+ {
13
+ "p":"The Firm will not be responsible for any damage suffered by users from use of the Platform. This includes but is not limited to, loss of revenue/data resulting from delays, non-deliveries, missed deliveries, or service interruptions as may occur because of any act/omission of parties. This disclaimer of liability also applies to any damages or injury caused by any failure of performance, error, omission, interruption, deletion, defect, delay in operation or transmission, computer virus, communication line failure, theft or destruction or unauthorized access to, alteration of, or use of record, whether for breach of contract, tortuous behaviour, negligence, or under any other cause of action."
14
+ },
15
+ {
16
+ "p":"The Firm also makes it clear that it shall not be held liable for any damage/hurt/inconvenience caused to the User through the course of the provision of Services or as a result of the Users’ actions. The Firm makes no representations or warranties as to the conduct of the Users. The Firm takes no responsibility for any content that Users send or receive from other Users or Third-Party posts through the Website or Platform. Any material downloaded or otherwise obtained through use of the service is accessed at the Users own discretion and risk."
17
+ },
18
+ {
19
+ "p":"The services on the Platform are intended to be subject to availability, without any promises or guarantees on the same by the Firm, and while certain information available on the Platform is the property of the Firm and the Firm endeavours to keep the said information updated and accurate, the Firm shall not make any representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability or availability with respect to the Platform or the information, services, or related graphics contained on the Platform for any purpose. Any reliance you place on such information is therefore strictly at your own risk."
20
+ },
21
+ {
22
+ "p":"The Firm bears no responsibility whatsoever for any consequences arising from the use of the said Services by Users. The use of the Services in the Platform is the sole responsibility of the User (or legally authorised person on behalf of the User), and in case of any negligence on the part of the User is acting on the same shall not be construed as imposing any liability, direct or indirect, on the Firm /Platform."
23
+ },
24
+ {
25
+ "p":"The Firm shall disclaim all responsibility and owns no liability to Users for any outcome (incidental, direct, indirect or otherwise) from the use of the Platform or any such services under the platform. In no event will the Firm be liable for any loss or damage including without limitation, indirect or consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits arising out of, or in connection with, the use of the Platform."
26
+ },
27
+ {
28
+ "p":"Through this Platform, You may be able to access the link of other Platforms which are not under the control of the Firm or the Platform. We have no control over the nature, content and availability of those sites. The inclusion of any links does not necessarily imply a recommendation or endorse the views expressed within them. Every effort is made to keep the Platform up and running smoothly. However, the Firm takes no responsibility for, and will not be liable for, the Platform being temporarily unavailable due to technical issues beyond our control."
29
+ },{
30
+ "p":"TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, WE WILL HAVE NO LIABILITY RELATED TO USER CONTENT ARISING UNDER INTELLECTUAL PROPERTY RIGHTS, LIBEL, PRIVACY, PUBLICITY, OBSCENITY OR OTHER LAWS. WEBSITE ALSO DISCLAIMS ALL LIABILITY WITH RESPECT TO THE MISUSE, LOSS, MODIFICATION OR UNAVAILABILITY OF ANY USER CONTENT."
31
+ },
32
+ {
33
+ "p":"THE USER UNDERSTANDS AND AGREES THAT ANY MATERIAL OR DATA DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE PLATFORM IS DONE ENTIRELY AT HIS/HER OWN DISCRETION AND RISK AND HE/SHE WILL BE SOLELY RESPONSIBLE FOR ANY DAMAGE TO HIS/HER COMPUTER SYSTEMS OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF SUCH MATERIAL OR DATA. WE ARE NOT RESPONSIBLE FOR ANY TYPOGRAPHICAL ERROR LEADING. PLATFORM ACCEPTS NO LIABILITY FOR ANY ERRORS OR OMISSIONS, WITH RESPECT TO ANY INFORMATION PROVIDED TO YOU WHETHER ON BEHALF OF ITSELF OR THIRD PARTIES."
34
+ },
35
+ {
36
+ "p":"THE ADVERTISEMENT THAT MAY BE AVAILABLE ON E-MAIL OR WEBSITE WITH RESPECT TO THE THIRD-PARTY WEBSITE AND SERVICES ARE FOR INFORMATION PURPOSE ONLY."
37
+ }
38
+ ]
39
39
  }
@@ -1,38 +1,38 @@
1
- {
2
- "Language":"English",
3
- "htmlLangAtt":"en",
4
- "h1":"Disclaimer",
5
- "TITLE":"Disclaimer",
6
- "META":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase.",
7
- "disclaimer" :[
8
- {
9
- "p":"We, <b>$companyName</b> LLP, registered under the provisions of the Limited Liability Partnership Act 2008, having its registered office at “493 Saket, Pilkhuwa, Ghaziabad, Uttar Pradesh – 245 304, INDIA” represented by its Directors, hereinafter referred to as the “FIRM” (where such expression shall, unless repugnant to the context thereof, be deemed to include its respective legal heirs, representatives, administrators, permitted successors and assigns)."
10
- },
11
- {
12
- "p":"The Firm will not be responsible for any damage suffered by users from use of the Platform. This includes but is not limited to, loss of revenue/data resulting from delays, non-deliveries, missed deliveries, or service interruptions as may occur because of any act/omission of parties. This disclaimer of liability also applies to any damages or injury caused by any failure of performance, error, omission, interruption, deletion, defect, delay in operation or transmission, computer virus, communication line failure, theft or destruction or unauthorized access to, alteration of, or use of record, whether for breach of contract, tortuous behaviour, negligence, or under any other cause of action."
13
- },
14
- {
15
- "p":"The Firm also makes it clear that it shall not be held liable for any damage/hurt/inconvenience caused to the User through the course of the provision of Services or as a result of the Users’ actions. The Firm makes no representations or warranties as to the conduct of the Users. The Firm takes no responsibility for any content that Users send or receive from other Users or Third-Party posts through the Website or Platform. Any material downloaded or otherwise obtained through use of the service is accessed at the Users own discretion and risk."
16
- },
17
- {
18
- "p":"The services on the Platform are intended to be subject to availability, without any promises or guarantees on the same by the Firm, and while certain information available on the Platform is the property of the Firm and the Firm endeavours to keep the said information updated and accurate, the Firm shall not make any representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability or availability with respect to the Platform or the information, services, or related graphics contained on the Platform for any purpose. Any reliance you place on such information is therefore strictly at your own risk."
19
- },
20
- {
21
- "p":"The Firm bears no responsibility whatsoever for any consequences arising from the use of the said Services by Users. The use of the Services in the Platform is the sole responsibility of the User (or legally authorised person on behalf of the User), and in case of any negligence on the part of the User is acting on the same shall not be construed as imposing any liability, direct or indirect, on the Firm /Platform."
22
- },
23
- {
24
- "p":"The Firm shall disclaim all responsibility and owns no liability to Users for any outcome (incidental, direct, indirect or otherwise) from the use of the Platform or any such services under the platform. In no event will the Firm be liable for any loss or damage including without limitation, indirect or consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits arising out of, or in connection with, the use of the Platform."
25
- },
26
- {
27
- "p":"Through this Platform, You may be able to access the link of other Platforms which are not under the control of the Firm or the Platform. We have no control over the nature, content and availability of those sites. The inclusion of any links does not necessarily imply a recommendation or endorse the views expressed within them. Every effort is made to keep the Platform up and running smoothly. However, the Firm takes no responsibility for, and will not be liable for, the Platform being temporarily unavailable due to technical issues beyond our control."
28
- },{
29
- "p":"TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, WE WILL HAVE NO LIABILITY RELATED TO USER CONTENT ARISING UNDER INTELLECTUAL PROPERTY RIGHTS, LIBEL, PRIVACY, PUBLICITY, OBSCENITY OR OTHER LAWS. WEBSITE ALSO DISCLAIMS ALL LIABILITY WITH RESPECT TO THE MISUSE, LOSS, MODIFICATION OR UNAVAILABILITY OF ANY USER CONTENT."
30
- },
31
- {
32
- "p":"THE USER UNDERSTANDS AND AGREES THAT ANY MATERIAL OR DATA DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE PLATFORM IS DONE ENTIRELY AT HIS/HER OWN DISCRETION AND RISK AND HE/SHE WILL BE SOLELY RESPONSIBLE FOR ANY DAMAGE TO HIS/HER COMPUTER SYSTEMS OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF SUCH MATERIAL OR DATA. WE ARE NOT RESPONSIBLE FOR ANY TYPOGRAPHICAL ERROR LEADING. PLATFORM ACCEPTS NO LIABILITY FOR ANY ERRORS OR OMISSIONS, WITH RESPECT TO ANY INFORMATION PROVIDED TO YOU WHETHER ON BEHALF OF ITSELF OR THIRD PARTIES."
33
- },
34
- {
35
- "p":"THE ADVERTISEMENT THAT MAY BE AVAILABLE ON E-MAIL OR WEBSITE WITH RESPECT TO THE THIRD-PARTY WEBSITE AND SERVICES ARE FOR INFORMATION PURPOSE ONLY."
36
- }
37
- ]
1
+ {
2
+ "Language":"English",
3
+ "htmlLangAtt":"en",
4
+ "h1":"Disclaimer",
5
+ "TITLE":"Disclaimer",
6
+ "META":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase.",
7
+ "disclaimer" :[
8
+ {
9
+ "p":"We, <b>$companyName</b> LLP, registered under the provisions of the Limited Liability Partnership Act 2008, having its registered office at “493 Saket, Pilkhuwa, Ghaziabad, Uttar Pradesh – 245 304, INDIA” represented by its Directors, hereinafter referred to as the “FIRM” (where such expression shall, unless repugnant to the context thereof, be deemed to include its respective legal heirs, representatives, administrators, permitted successors and assigns)."
10
+ },
11
+ {
12
+ "p":"The Firm will not be responsible for any damage suffered by users from use of the Platform. This includes but is not limited to, loss of revenue/data resulting from delays, non-deliveries, missed deliveries, or service interruptions as may occur because of any act/omission of parties. This disclaimer of liability also applies to any damages or injury caused by any failure of performance, error, omission, interruption, deletion, defect, delay in operation or transmission, computer virus, communication line failure, theft or destruction or unauthorized access to, alteration of, or use of record, whether for breach of contract, tortuous behaviour, negligence, or under any other cause of action."
13
+ },
14
+ {
15
+ "p":"The Firm also makes it clear that it shall not be held liable for any damage/hurt/inconvenience caused to the User through the course of the provision of Services or as a result of the Users’ actions. The Firm makes no representations or warranties as to the conduct of the Users. The Firm takes no responsibility for any content that Users send or receive from other Users or Third-Party posts through the Website or Platform. Any material downloaded or otherwise obtained through use of the service is accessed at the Users own discretion and risk."
16
+ },
17
+ {
18
+ "p":"The services on the Platform are intended to be subject to availability, without any promises or guarantees on the same by the Firm, and while certain information available on the Platform is the property of the Firm and the Firm endeavours to keep the said information updated and accurate, the Firm shall not make any representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability or availability with respect to the Platform or the information, services, or related graphics contained on the Platform for any purpose. Any reliance you place on such information is therefore strictly at your own risk."
19
+ },
20
+ {
21
+ "p":"The Firm bears no responsibility whatsoever for any consequences arising from the use of the said Services by Users. The use of the Services in the Platform is the sole responsibility of the User (or legally authorised person on behalf of the User), and in case of any negligence on the part of the User is acting on the same shall not be construed as imposing any liability, direct or indirect, on the Firm /Platform."
22
+ },
23
+ {
24
+ "p":"The Firm shall disclaim all responsibility and owns no liability to Users for any outcome (incidental, direct, indirect or otherwise) from the use of the Platform or any such services under the platform. In no event will the Firm be liable for any loss or damage including without limitation, indirect or consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits arising out of, or in connection with, the use of the Platform."
25
+ },
26
+ {
27
+ "p":"Through this Platform, You may be able to access the link of other Platforms which are not under the control of the Firm or the Platform. We have no control over the nature, content and availability of those sites. The inclusion of any links does not necessarily imply a recommendation or endorse the views expressed within them. Every effort is made to keep the Platform up and running smoothly. However, the Firm takes no responsibility for, and will not be liable for, the Platform being temporarily unavailable due to technical issues beyond our control."
28
+ },{
29
+ "p":"TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, WE WILL HAVE NO LIABILITY RELATED TO USER CONTENT ARISING UNDER INTELLECTUAL PROPERTY RIGHTS, LIBEL, PRIVACY, PUBLICITY, OBSCENITY OR OTHER LAWS. WEBSITE ALSO DISCLAIMS ALL LIABILITY WITH RESPECT TO THE MISUSE, LOSS, MODIFICATION OR UNAVAILABILITY OF ANY USER CONTENT."
30
+ },
31
+ {
32
+ "p":"THE USER UNDERSTANDS AND AGREES THAT ANY MATERIAL OR DATA DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE PLATFORM IS DONE ENTIRELY AT HIS/HER OWN DISCRETION AND RISK AND HE/SHE WILL BE SOLELY RESPONSIBLE FOR ANY DAMAGE TO HIS/HER COMPUTER SYSTEMS OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF SUCH MATERIAL OR DATA. WE ARE NOT RESPONSIBLE FOR ANY TYPOGRAPHICAL ERROR LEADING. PLATFORM ACCEPTS NO LIABILITY FOR ANY ERRORS OR OMISSIONS, WITH RESPECT TO ANY INFORMATION PROVIDED TO YOU WHETHER ON BEHALF OF ITSELF OR THIRD PARTIES."
33
+ },
34
+ {
35
+ "p":"THE ADVERTISEMENT THAT MAY BE AVAILABLE ON E-MAIL OR WEBSITE WITH RESPECT TO THE THIRD-PARTY WEBSITE AND SERVICES ARE FOR INFORMATION PURPOSE ONLY."
36
+ }
37
+ ]
38
38
  }
@@ -1,36 +1,36 @@
1
- {
2
- "Language": "English",
3
- "htmlLangAtt": "en",
4
- "TITLE": "Set alarm for $variable minutes from now",
5
- "META": "Easiest way to set alarm for $variable minutes from now. Choose sound for alarm from multiple options.",
6
- "button-background": "red",
7
- "socialshareheading": "We are a free to use platform for safe processing of your files. We need to your support to grow. Help us by sharing us on social media. Thanks ! ",
8
- "recommendedsitesheading": "Try our other sites for safe processing of you files ! ",
9
- "recommendedfeatures": [
10
- {
11
- "name": "Split pdf",
12
- "url": "https://safepdfkit.com",
13
- "logo": "https://d33wubrfki0l68.cloudfront.net/0623ca017395ac8b757b16b645ff38a89963b01b/a43c6/assets/logo.svg"
14
- },
15
- {
16
- "name": "Combine pdf",
17
- "url": "https://safepdfkit.com",
18
- "logo": "https://d33wubrfki0l68.cloudfront.net/0623ca017395ac8b757b16b645ff38a89963b01b/a43c6/assets/logo.svg"
19
- },
20
- {
21
- "name": "Merge pdf",
22
- "url": "https://safepdfkit.com",
23
- "logo": "https://d33wubrfki0l68.cloudfront.net/0623ca017395ac8b757b16b645ff38a89963b01b/a43c6/assets/logo.svg"
24
- },
25
- {
26
- "name": "Delete pdf",
27
- "url": "https://safepdfkit.com",
28
- "logo": "https://d33wubrfki0l68.cloudfront.net/0623ca017395ac8b757b16b645ff38a89963b01b/a43c6/assets/logo.svg"
29
- },
30
- {
31
- "name": "Compress-pdf",
32
- "url": "https://safepdfkit.com",
33
- "logo": "https://d33wubrfki0l68.cloudfront.net/0623ca017395ac8b757b16b645ff38a89963b01b/a43c6/assets/logo.svg"
34
- }
35
- ]
1
+ {
2
+ "Language": "English",
3
+ "htmlLangAtt": "en",
4
+ "TITLE": "Set alarm for $variable minutes from now",
5
+ "META": "Easiest way to set alarm for $variable minutes from now. Choose sound for alarm from multiple options.",
6
+ "button-background": "red",
7
+ "socialshareheading": "We are a free to use platform for safe processing of your files. We need to your support to grow. Help us by sharing us on social media. Thanks ! ",
8
+ "recommendedsitesheading": "Try our other sites for safe processing of you files ! ",
9
+ "recommendedfeatures": [
10
+ {
11
+ "name": "Split pdf",
12
+ "url": "https://safepdfkit.com",
13
+ "logo": "https://d33wubrfki0l68.cloudfront.net/0623ca017395ac8b757b16b645ff38a89963b01b/a43c6/assets/logo.svg"
14
+ },
15
+ {
16
+ "name": "Combine pdf",
17
+ "url": "https://safepdfkit.com",
18
+ "logo": "https://d33wubrfki0l68.cloudfront.net/0623ca017395ac8b757b16b645ff38a89963b01b/a43c6/assets/logo.svg"
19
+ },
20
+ {
21
+ "name": "Merge pdf",
22
+ "url": "https://safepdfkit.com",
23
+ "logo": "https://d33wubrfki0l68.cloudfront.net/0623ca017395ac8b757b16b645ff38a89963b01b/a43c6/assets/logo.svg"
24
+ },
25
+ {
26
+ "name": "Delete pdf",
27
+ "url": "https://safepdfkit.com",
28
+ "logo": "https://d33wubrfki0l68.cloudfront.net/0623ca017395ac8b757b16b645ff38a89963b01b/a43c6/assets/logo.svg"
29
+ },
30
+ {
31
+ "name": "Compress-pdf",
32
+ "url": "https://safepdfkit.com",
33
+ "logo": "https://d33wubrfki0l68.cloudfront.net/0623ca017395ac8b757b16b645ff38a89963b01b/a43c6/assets/logo.svg"
34
+ }
35
+ ]
36
36
  }