Duplicator – WordPress Migration Plugin - Version 1.1.2

Version Description

Download this release

Release Info

Developer cory@lamle.org
Plugin Icon 128x128 Duplicator – WordPress Migration Plugin
Version 1.1.2
Comparing to
See all releases

Code changes from version 1.1.0 to 1.1.2

Files changed (43) hide show
  1. assets/css/font-awesome.min.css +2 -2
  2. assets/css/style.css +25 -24
  3. assets/fonts/FontAwesome.otf +0 -0
  4. assets/fonts/fontawesome-webfont.eot +0 -0
  5. assets/fonts/fontawesome-webfont.svg +112 -22
  6. assets/fonts/fontawesome-webfont.ttf +0 -0
  7. assets/fonts/fontawesome-webfont.woff +0 -0
  8. assets/fonts/fontawesome-webfont.woff2 +0 -0
  9. assets/img/amazon-64.png +0 -0
  10. assets/img/cpanel-48.png +0 -0
  11. assets/img/logo-dpro-300x50-nosnap.png +0 -0
  12. assets/img/logo-dpro-300x50.png +0 -0
  13. assets/js/javascript.php +172 -0
  14. classes/package.php +23 -0
  15. define.php +1 -1
  16. duplicator.php +3 -3
  17. lang/duplicator-de_DE.mo +0 -0
  18. lang/duplicator-de_DE.po +2202 -0
  19. lang/duplicator-fa_IR.mo +0 -0
  20. lang/duplicator-fa_IR.po +1808 -0
  21. lang/duplicator-fr_FR.mo +0 -0
  22. lang/duplicator-fr_FR.po +2869 -0
  23. lang/duplicator.pot +1686 -0
  24. readme.txt +2 -2
  25. views/help/about.php +1 -1
  26. views/help/gopro.php +66 -63
  27. views/help/help.php +1 -1
  28. views/packages/controller.php +52 -96
  29. views/packages/details/controller.php +60 -0
  30. views/packages/details/detail.php +379 -0
  31. views/packages/details/transfer.php +27 -0
  32. views/packages/main/controller.php +52 -0
  33. views/packages/main/new1.base.php +234 -0
  34. views/packages/main/new1.inc.form.php +458 -0
  35. views/packages/main/new2.base.php +642 -0
  36. views/packages/main/new3.base.php +205 -0
  37. views/packages/main/packages.php +259 -0
  38. views/packages/new1.inc.form.php +1 -1
  39. views/settings/controller.php +1 -1
  40. views/tools/cleanup.php +3 -3
  41. views/tools/controller.php +1 -1
  42. views/tools/diagnostics.php +3 -3
  43. views/tools/logging.php +1 -1
assets/css/font-awesome.min.css CHANGED
@@ -1,4 +1,4 @@
1
  /*!
2
- * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
3
  * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
- */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
1
  /*!
2
+ * Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
3
  * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
+ */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}
assets/css/style.css CHANGED
@@ -10,42 +10,43 @@ input[type=submit]{cursor:pointer;padding:5px;cursor:pointer;}
10
  fieldset {border:1px solid gray; padding:0px 5px 5px 5px; }
11
  label {font-size:13px}
12
  .no-select {user-select:none; -o-user-select:none; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none;}
13
- hr {border: 0; border-top: 1px solid #ddd; border-bottom: 1px solid #fafafa; margin: 10px 0px 2px 0px;}
14
- i[data-tooltip].fa-question-circle {cursor: pointer; color:gray}
15
-
16
- /*BOXES: Expandable sections */
17
- div.dup-box {padding:0px; display: block; background-color: #fff; border: 1px solid #e5e5e5; box-shadow: 0 1px 1px rgba(0,0,0,.04);}
18
- div.dup-box-title {font-size: 14px; padding: 10px 0px 0px 15px; font-weight: bold; cursor: pointer; height:28px; margin:0px; }
19
- div.dup-box-title:hover {background-color: #FCFCFC;}
20
- div.dup-box-arrow {text-decoration:none!important; float:right; width:27px; height:30px; font-size:16px; cursor:pointer; padding:1px 0px 0px 0px; white-space: nowrap}
 
21
  div.dup-box-panel {padding:10px 15px 10px 15px; border-top:1px solid #EEEEEE; margin:-1px 0px 0px 0px;}
22
 
23
- /*PANELS: Boxes that do not exapand */
24
- div.dup-panel {padding:0px; display: block; background-color: #fff; border: 1px solid #e5e5e5; box-shadow: 0 1px 1px rgba(0,0,0,.04);}
25
- div.dup-panel-title {font-size: 14px; padding: 10px 0px 0px 15px; font-weight: 600; height:28px; margin:0px; }
26
  div.dup-panel-panel {padding:10px 15px 10px 15px; border-top:1px solid #EEEEEE; margin:-1px 0px 0px 0px;}
27
 
28
- /*PANELS: Fancy */
29
  div.dup-box-title-fancy {
30
- border-color: #DFDFDF;
31
- background: #eeeeee;
32
- background: -moz-linear-gradient(top, #eeeeee 0%, #e0e0e0 100%);
33
- background: -ms-linear-gradient(top, #eeeeee 0%,#e0e0e0 100%);
34
- background: linear-gradient(to bottom, #eeeeee 0%,#e0e0e0 100%);
35
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e0e0e0',GradientType=0 );
36
  }
37
 
38
- /*INFO-BOX: Simple box with no title */
39
- div.dup-info-box {padding:8px; border:1px solid #ccc; border-radius:4px; background-color:#F7FCFE; margin: 0px 0px 5px 20px; line-height:16px}
40
  div.dup-info-box small {margin-top:10px; display:block}
41
 
42
- /*PACKAGE: Progress Boxes */
43
  div#dup-progress-bar-area {width:500px; margin:40px auto 0px auto; padding:25px 50px 35px 50px; border:1px solid #ccc; box-shadow:0 8px 6px -6px #999; text-align:center; border-radius:4px;}
44
- div#dup-progress-bar-area h2 {margin-bottom: 15px}
45
 
46
  /*HEADER MESSAGES*/
47
- div.dup-hdr-success {color:#196512; font-size: 20px; font-weight: bold}
48
- div.dup-hdr-error {color:#A62426; font-size: 20px; font-weight: bold}
49
 
50
  /*================================================
51
  JQUERY UI:Overrides */
10
  fieldset {border:1px solid gray; padding:0px 5px 5px 5px; }
11
  label {font-size:13px}
12
  .no-select {user-select:none; -o-user-select:none; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none;}
13
+ hr {border:0; border-top:1px solid #ddd; border-bottom:1px solid #fafafa; margin:10px 0px 2px 0px;}
14
+ i[data-tooltip].fa-question-circle {cursor:pointer; color:gray}
15
+ i[data-tooltip].fa-lightbulb-o {cursor:pointer; color:gray}
16
+
17
+ /*BOXES:Expandable sections */
18
+ div.dup-box {padding:0px; display:block; background-color:#fff; border:1px solid #e5e5e5; box-shadow:0 1px 1px rgba(0,0,0,.04);}
19
+ div.dup-box-title {font-size:15px; padding:10px 0 0 15px; font-weight:bold; cursor:pointer; height:28px; margin:0px; }
20
+ div.dup-box-title:hover {background-color:#FCFCFC;}
21
+ div.dup-box-arrow {text-decoration:none!important; float:right; width:27px; height:30px; font-size:16px; cursor:pointer; padding:1px 0px 0px 0px; white-space:nowrap}
22
  div.dup-box-panel {padding:10px 15px 10px 15px; border-top:1px solid #EEEEEE; margin:-1px 0px 0px 0px;}
23
 
24
+ /*PANELS:Boxes that do not exapand */
25
+ div.dup-panel {padding:0px; display:block; background-color:#fff; border:1px solid #e5e5e5; box-shadow:0 1px 1px rgba(0,0,0,.04);}
26
+ div.dup-panel-title {font-size:14px; padding:10px 0px 0px 15px; font-weight:600; height:28px; margin:0px; }
27
  div.dup-panel-panel {padding:10px 15px 10px 15px; border-top:1px solid #EEEEEE; margin:-1px 0px 0px 0px;}
28
 
29
+ /*PANELS:Fancy */
30
  div.dup-box-title-fancy {
31
+ border-color:#DFDFDF;
32
+ background:#eeeeee;
33
+ background:-moz-linear-gradient(top, #eeeeee 0%, #e0e0e0 100%);
34
+ background:-ms-linear-gradient(top, #eeeeee 0%,#e0e0e0 100%);
35
+ background:linear-gradient(to bottom, #eeeeee 0%,#e0e0e0 100%);
36
+ filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e0e0e0',GradientType=0 );
37
  }
38
 
39
+ /*INFO-BOX:Simple box with no title */
40
+ div.dup-info-box {padding:8px; border:1px solid #ccc; border-radius:4px; background-color:#F7FCFE; margin:0px 0px 5px 20px; line-height:16px}
41
  div.dup-info-box small {margin-top:10px; display:block}
42
 
43
+ /*PACKAGE:Progress Boxes */
44
  div#dup-progress-bar-area {width:500px; margin:40px auto 0px auto; padding:25px 50px 35px 50px; border:1px solid #ccc; box-shadow:0 8px 6px -6px #999; text-align:center; border-radius:4px;}
45
+ div#dup-progress-bar-area h2 {margin-bottom:15px}
46
 
47
  /*HEADER MESSAGES*/
48
+ div.dup-hdr-success {color:#196512; font-size:20px; font-weight:bold}
49
+ div.dup-hdr-error {color:#A62426; font-size:20px; font-weight:bold}
50
 
51
  /*================================================
52
  JQUERY UI:Overrides */
assets/fonts/FontAwesome.otf CHANGED
Binary file
assets/fonts/fontawesome-webfont.eot CHANGED
Binary file
assets/fonts/fontawesome-webfont.svg CHANGED
@@ -1,6 +1,6 @@
1
  <?xml version="1.0" standalone="no"?>
2
  <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
4
  <metadata></metadata>
5
  <defs>
6
  <font id="fontawesomeregular" horiz-adv-x="1536" >
@@ -219,8 +219,8 @@
219
  <glyph unicode="&#xf0d1;" horiz-adv-x="1792" d="M640 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM256 640h384v256h-158q-13 0 -22 -9l-195 -195q-9 -9 -9 -22v-30zM1536 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1792 1216v-1024q0 -15 -4 -26.5t-13.5 -18.5 t-16.5 -11.5t-23.5 -6t-22.5 -2t-25.5 0t-22.5 0.5q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-64q-3 0 -22.5 -0.5t-25.5 0t-22.5 2t-23.5 6t-16.5 11.5t-13.5 18.5t-4 26.5q0 26 19 45t45 19v320q0 8 -0.5 35t0 38 t2.5 34.5t6.5 37t14 30.5t22.5 30l198 198q19 19 50.5 32t58.5 13h160v192q0 26 19 45t45 19h1024q26 0 45 -19t19 -45z" />
220
  <glyph unicode="&#xf0d2;" d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103q-111 0 -218 32q59 93 78 164q9 34 54 211q20 -39 73 -67.5t114 -28.5q121 0 216 68.5t147 188.5t52 270q0 114 -59.5 214t-172.5 163t-255 63q-105 0 -196 -29t-154.5 -77t-109 -110.5t-67 -129.5t-21.5 -134 q0 -104 40 -183t117 -111q30 -12 38 20q2 7 8 31t8 30q6 23 -11 43q-51 61 -51 151q0 151 104.5 259.5t273.5 108.5q151 0 235.5 -82t84.5 -213q0 -170 -68.5 -289t-175.5 -119q-61 0 -98 43.5t-23 104.5q8 35 26.5 93.5t30 103t11.5 75.5q0 50 -27 83t-77 33 q-62 0 -105 -57t-43 -142q0 -73 25 -122l-99 -418q-17 -70 -13 -177q-206 91 -333 281t-127 423q0 209 103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
221
  <glyph unicode="&#xf0d3;" d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-725q85 122 108 210q9 34 53 209q21 -39 73.5 -67t112.5 -28q181 0 295.5 147.5t114.5 373.5q0 84 -35 162.5t-96.5 139t-152.5 97t-197 36.5q-104 0 -194.5 -28.5t-153 -76.5 t-107.5 -109.5t-66.5 -128t-21.5 -132.5q0 -102 39.5 -180t116.5 -110q13 -5 23.5 0t14.5 19q10 44 15 61q6 23 -11 42q-50 62 -50 150q0 150 103.5 256.5t270.5 106.5q149 0 232.5 -81t83.5 -210q0 -168 -67.5 -286t-173.5 -118q-60 0 -97 43.5t-23 103.5q8 34 26.5 92.5 t29.5 102t11 74.5q0 49 -26.5 81.5t-75.5 32.5q-61 0 -103.5 -56.5t-42.5 -139.5q0 -72 24 -121l-98 -414q-24 -100 -7 -254h-183q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960z" />
222
- <glyph unicode="&#xf0d4;" d="M829 318q0 -76 -58.5 -112.5t-139.5 -36.5q-41 0 -80.5 9.5t-75.5 28.5t-58 53t-22 78q0 46 25 80t65.5 51.5t82 25t84.5 7.5q20 0 31 -2q2 -1 23 -16.5t26 -19t23 -18t24.5 -22t19 -22.5t17 -26t9 -26.5t4.5 -31.5zM755 863q0 -60 -33 -99.5t-92 -39.5q-53 0 -93 42.5 t-57.5 96.5t-17.5 106q0 61 32 104t92 43q53 0 93.5 -45t58 -101t17.5 -107zM861 1120l88 64h-265q-85 0 -161 -32t-127.5 -98t-51.5 -153q0 -93 64.5 -154.5t158.5 -61.5q22 0 43 3q-13 -29 -13 -54q0 -44 40 -94q-175 -12 -257 -63q-47 -29 -75.5 -73t-28.5 -95 q0 -43 18.5 -77.5t48.5 -56.5t69 -37t77.5 -21t76.5 -6q60 0 120.5 15.5t113.5 46t86 82.5t33 117q0 49 -20 89.5t-49 66.5t-58 47.5t-49 44t-20 44.5t15.5 42.5t37.5 39.5t44 42t37.5 59.5t15.5 82.5q0 60 -22.5 99.5t-72.5 90.5h83zM1152 672h128v64h-128v128h-64v-128 h-128v-64h128v-160h64v160zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
223
- <glyph unicode="&#xf0d5;" horiz-adv-x="1664" d="M735 740q0 -36 32 -70.5t77.5 -68t90.5 -73.5t77 -104t32 -142q0 -90 -48 -173q-72 -122 -211 -179.5t-298 -57.5q-132 0 -246.5 41.5t-171.5 137.5q-37 60 -37 131q0 81 44.5 150t118.5 115q131 82 404 100q-32 42 -47.5 74t-15.5 73q0 36 21 85q-46 -4 -68 -4 q-148 0 -249.5 96.5t-101.5 244.5q0 82 36 159t99 131q77 66 182.5 98t217.5 32h418l-138 -88h-131q74 -63 112 -133t38 -160q0 -72 -24.5 -129.5t-59 -93t-69.5 -65t-59.5 -61.5t-24.5 -66zM589 836q38 0 78 16.5t66 43.5q53 57 53 159q0 58 -17 125t-48.5 129.5 t-84.5 103.5t-117 41q-42 0 -82.5 -19.5t-65.5 -52.5q-47 -59 -47 -160q0 -46 10 -97.5t31.5 -103t52 -92.5t75 -67t96.5 -26zM591 -37q58 0 111.5 13t99 39t73 73t27.5 109q0 25 -7 49t-14.5 42t-27 41.5t-29.5 35t-38.5 34.5t-36.5 29t-41.5 30t-36.5 26q-16 2 -48 2 q-53 0 -105 -7t-107.5 -25t-97 -46t-68.5 -74.5t-27 -105.5q0 -70 35 -123.5t91.5 -83t119 -44t127.5 -14.5zM1401 839h213v-108h-213v-219h-105v219h-212v108h212v217h105v-217z" />
224
  <glyph unicode="&#xf0d6;" horiz-adv-x="1920" d="M768 384h384v96h-128v448h-114l-148 -137l77 -80q42 37 55 57h2v-288h-128v-96zM1280 640q0 -70 -21 -142t-59.5 -134t-101.5 -101t-138 -39t-138 39t-101.5 101t-59.5 134t-21 142t21 142t59.5 134t101.5 101t138 39t138 -39t101.5 -101t59.5 -134t21 -142zM1792 384 v512q-106 0 -181 75t-75 181h-1152q0 -106 -75 -181t-181 -75v-512q106 0 181 -75t75 -181h1152q0 106 75 181t181 75zM1920 1216v-1152q0 -26 -19 -45t-45 -19h-1792q-26 0 -45 19t-19 45v1152q0 26 19 45t45 19h1792q26 0 45 -19t19 -45z" />
225
  <glyph unicode="&#xf0d7;" horiz-adv-x="1024" d="M1024 832q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
226
  <glyph unicode="&#xf0d8;" horiz-adv-x="1024" d="M1024 320q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
@@ -362,7 +362,7 @@
362
  <glyph unicode="&#xf169;" d="M685 771q0 1 -126 222q-21 34 -52 34h-184q-18 0 -26 -11q-7 -12 1 -29l125 -216v-1l-196 -346q-9 -14 0 -28q8 -13 24 -13h185q31 0 50 36zM1309 1268q-7 12 -24 12h-187q-30 0 -49 -35l-411 -729q1 -2 262 -481q20 -35 52 -35h184q18 0 25 12q8 13 -1 28l-260 476v1 l409 723q8 16 0 28zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
363
  <glyph unicode="&#xf16a;" horiz-adv-x="1792" d="M1280 640q0 37 -30 54l-512 320q-31 20 -65 2q-33 -18 -33 -56v-640q0 -38 33 -56q16 -8 31 -8q20 0 34 10l512 320q30 17 30 54zM1792 640q0 -96 -1 -150t-8.5 -136.5t-22.5 -147.5q-16 -73 -69 -123t-124 -58q-222 -25 -671 -25t-671 25q-71 8 -124.5 58t-69.5 123 q-14 65 -21.5 147.5t-8.5 136.5t-1 150t1 150t8.5 136.5t22.5 147.5q16 73 69 123t124 58q222 25 671 25t671 -25q71 -8 124.5 -58t69.5 -123q14 -65 21.5 -147.5t8.5 -136.5t1 -150z" />
364
  <glyph unicode="&#xf16b;" horiz-adv-x="1792" d="M402 829l494 -305l-342 -285l-490 319zM1388 274v-108l-490 -293v-1l-1 1l-1 -1v1l-489 293v108l147 -96l342 284v2l1 -1l1 1v-2l343 -284zM554 1418l342 -285l-494 -304l-338 270zM1390 829l338 -271l-489 -319l-343 285zM1239 1418l489 -319l-338 -270l-494 304z" />
365
- <glyph unicode="&#xf16c;" horiz-adv-x="1408" d="M928 135v-151l-707 -1v151zM1169 481v-701l-1 -35v-1h-1132l-35 1h-1v736h121v-618h928v618h120zM241 393l704 -65l-13 -150l-705 65zM309 709l683 -183l-39 -146l-683 183zM472 1058l609 -360l-77 -130l-609 360zM832 1389l398 -585l-124 -85l-399 584zM1285 1536 l121 -697l-149 -26l-121 697z" />
366
  <glyph unicode="&#xf16d;" d="M1362 110v648h-135q20 -63 20 -131q0 -126 -64 -232.5t-174 -168.5t-240 -62q-197 0 -337 135.5t-140 327.5q0 68 20 131h-141v-648q0 -26 17.5 -43.5t43.5 -17.5h1069q25 0 43 17.5t18 43.5zM1078 643q0 124 -90.5 211.5t-218.5 87.5q-127 0 -217.5 -87.5t-90.5 -211.5 t90.5 -211.5t217.5 -87.5q128 0 218.5 87.5t90.5 211.5zM1362 1003v165q0 28 -20 48.5t-49 20.5h-174q-29 0 -49 -20.5t-20 -48.5v-165q0 -29 20 -49t49 -20h174q29 0 49 20t20 49zM1536 1211v-1142q0 -81 -58 -139t-139 -58h-1142q-81 0 -139 58t-58 139v1142q0 81 58 139 t139 58h1142q81 0 139 -58t58 -139z" />
367
  <glyph unicode="&#xf16e;" d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM698 640q0 88 -62 150t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150zM1262 640q0 88 -62 150 t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150z" />
368
  <glyph unicode="&#xf170;" d="M768 914l201 -306h-402zM1133 384h94l-459 691l-459 -691h94l104 160h522zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
@@ -399,7 +399,7 @@
399
  <glyph unicode="&#xf191;" d="M1024 960v-640q0 -26 -19 -45t-45 -19q-20 0 -37 12l-448 320q-27 19 -27 52t27 52l448 320q17 12 37 12q26 0 45 -19t19 -45zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5z M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
400
  <glyph unicode="&#xf192;" d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5 t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
401
  <glyph unicode="&#xf193;" horiz-adv-x="1664" d="M1023 349l102 -204q-58 -179 -210 -290t-339 -111q-156 0 -288.5 77.5t-210 210t-77.5 288.5q0 181 104.5 330t274.5 211l17 -131q-122 -54 -195 -165.5t-73 -244.5q0 -185 131.5 -316.5t316.5 -131.5q126 0 232.5 65t165 175.5t49.5 236.5zM1571 249l58 -114l-256 -128 q-13 -7 -29 -7q-40 0 -57 35l-239 477h-472q-24 0 -42.5 16.5t-21.5 40.5l-96 779q-2 16 6 42q14 51 57 82.5t97 31.5q66 0 113 -47t47 -113q0 -69 -52 -117.5t-120 -41.5l37 -289h423v-128h-407l16 -128h455q40 0 57 -35l228 -455z" />
402
- <glyph unicode="&#xf194;" d="M1254 899q16 85 -21 132q-52 65 -187 45q-17 -3 -41 -12.5t-57.5 -30.5t-64.5 -48.5t-59.5 -70t-44.5 -91.5q80 7 113.5 -16t26.5 -99q-5 -52 -52 -143q-43 -78 -71 -99q-44 -32 -87 14q-23 24 -37.5 64.5t-19 73t-10 84t-8.5 71.5q-23 129 -34 164q-12 37 -35.5 69 t-50.5 40q-57 16 -127 -25q-54 -32 -136.5 -106t-122.5 -102v-7q16 -8 25.5 -26t21.5 -20q21 -3 54.5 8.5t58 10.5t41.5 -30q11 -18 18.5 -38.5t15 -48t12.5 -40.5q17 -46 53 -187q36 -146 57 -197q42 -99 103 -125q43 -12 85 -1.5t76 31.5q131 77 250 237 q104 139 172.5 292.5t82.5 226.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
403
  <glyph unicode="&#xf195;" horiz-adv-x="1152" d="M1152 704q0 -191 -94.5 -353t-256.5 -256.5t-353 -94.5h-160q-14 0 -23 9t-9 23v611l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v93l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v250q0 14 9 23t23 9h160 q14 0 23 -9t9 -23v-181l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-93l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-487q188 13 318 151t130 328q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" />
404
  <glyph unicode="&#xf196;" horiz-adv-x="1408" d="M1152 736v-64q0 -14 -9 -23t-23 -9h-352v-352q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v352h-352q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h352v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-352h352q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832 q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
405
  <glyph unicode="&#xf197;" horiz-adv-x="2176" d="M620 416q-110 -64 -268 -64h-128v64h-64q-13 0 -22.5 23.5t-9.5 56.5q0 24 7 49q-58 2 -96.5 10.5t-38.5 20.5t38.5 20.5t96.5 10.5q-7 25 -7 49q0 33 9.5 56.5t22.5 23.5h64v64h128q158 0 268 -64h1113q42 -7 106.5 -18t80.5 -14q89 -15 150 -40.5t83.5 -47.5t22.5 -40 t-22.5 -40t-83.5 -47.5t-150 -40.5q-16 -3 -80.5 -14t-106.5 -18h-1113zM1739 668q53 -36 53 -92t-53 -92l81 -30q68 48 68 122t-68 122zM625 400h1015q-217 -38 -456 -80q-57 0 -113 -24t-83 -48l-28 -24l-288 -288q-26 -26 -70.5 -45t-89.5 -19h-96l-93 464h29 q157 0 273 64zM352 816h-29l93 464h96q46 0 90 -19t70 -45l288 -288q4 -4 11 -10.5t30.5 -23t48.5 -29t61.5 -23t72.5 -10.5l456 -80h-1015q-116 64 -273 64z" />
@@ -410,9 +410,9 @@
410
  <glyph unicode="&#xf19c;" horiz-adv-x="2048" d="M960 1536l960 -384v-128h-128q0 -26 -20.5 -45t-48.5 -19h-1526q-28 0 -48.5 19t-20.5 45h-128v128zM256 896h256v-768h128v768h256v-768h128v768h256v-768h128v768h256v-768h59q28 0 48.5 -19t20.5 -45v-64h-1664v64q0 26 20.5 45t48.5 19h59v768zM1851 -64 q28 0 48.5 -19t20.5 -45v-128h-1920v128q0 26 20.5 45t48.5 19h1782z" />
411
  <glyph unicode="&#xf19d;" horiz-adv-x="2304" d="M1774 700l18 -316q4 -69 -82 -128t-235 -93.5t-323 -34.5t-323 34.5t-235 93.5t-82 128l18 316l574 -181q22 -7 48 -7t48 7zM2304 1024q0 -23 -22 -31l-1120 -352q-4 -1 -10 -1t-10 1l-652 206q-43 -34 -71 -111.5t-34 -178.5q63 -36 63 -109q0 -69 -58 -107l58 -433 q2 -14 -8 -25q-9 -11 -24 -11h-192q-15 0 -24 11q-10 11 -8 25l58 433q-58 38 -58 107q0 73 65 111q11 207 98 330l-333 104q-22 8 -22 31t22 31l1120 352q4 1 10 1t10 -1l1120 -352q22 -8 22 -31z" />
412
  <glyph unicode="&#xf19e;" d="M859 579l13 -707q-62 11 -105 11q-41 0 -105 -11l13 707q-40 69 -168.5 295.5t-216.5 374.5t-181 287q58 -15 108 -15q43 0 111 15q63 -111 133.5 -229.5t167 -276.5t138.5 -227q37 61 109.5 177.5t117.5 190t105 176t107 189.5q54 -14 107 -14q56 0 114 14v0 q-28 -39 -60 -88.5t-49.5 -78.5t-56.5 -96t-49 -84q-146 -248 -353 -610z" />
413
- <glyph unicode="&#xf1a0;" horiz-adv-x="1280" d="M981 197q0 25 -7 49t-14.5 42t-27 41.5t-29.5 35t-38.5 34.5t-36.5 29t-41.5 30t-36.5 26q-16 2 -49 2q-53 0 -104.5 -7t-107 -25t-97 -46t-68.5 -74.5t-27 -105.5q0 -56 23.5 -102t61 -75.5t87 -50t100 -29t101.5 -8.5q58 0 111.5 13t99 39t73 73t27.5 109zM864 1055 q0 59 -17 125.5t-48 129t-84 103.5t-117 41q-42 0 -82.5 -19.5t-66.5 -52.5q-46 -59 -46 -160q0 -46 10 -97.5t31.5 -103t52 -92.5t75 -67t96.5 -26q37 0 77.5 16.5t65.5 43.5q53 56 53 159zM752 1536h417l-137 -88h-132q75 -63 113 -133t38 -160q0 -72 -24.5 -129.5 t-59.5 -93t-69.5 -65t-59 -61.5t-24.5 -66q0 -36 32 -70.5t77 -68t90.5 -73.5t77.5 -104t32 -142q0 -91 -49 -173q-71 -122 -209.5 -179.5t-298.5 -57.5q-132 0 -246.5 41.5t-172.5 137.5q-36 59 -36 131q0 81 44.5 150t118.5 115q131 82 404 100q-32 41 -47.5 73.5 t-15.5 73.5q0 40 21 85q-46 -4 -68 -4q-148 0 -249.5 96.5t-101.5 244.5q0 82 36 159t99 131q76 66 182 98t218 32z" />
414
- <glyph unicode="&#xf1a1;" horiz-adv-x="2304" d="M1509 107q0 -14 -12 -29q-52 -59 -147.5 -83t-196.5 -24q-252 0 -346 107q-12 15 -12 29q0 17 12 29.5t29 12.5q15 0 30 -12q58 -49 125.5 -66t159.5 -17t160 17t127 66q15 12 30 12q17 0 29 -12.5t12 -29.5zM978 498q0 -61 -43 -104t-104 -43q-60 0 -104.5 43.5 t-44.5 103.5q0 61 44 105t105 44t104 -44t43 -105zM1622 498q0 -61 -43 -104t-104 -43q-60 0 -104.5 43.5t-44.5 103.5q0 61 44 105t105 44t104 -44t43 -105zM415 793q-39 27 -88 27q-66 0 -113 -47t-47 -113q0 -72 54 -121q53 141 194 254zM2020 382q0 222 -249 387 q-128 85 -291.5 126.5t-331.5 41.5t-331.5 -41.5t-292.5 -126.5q-249 -165 -249 -387t249 -387q129 -85 292.5 -126.5t331.5 -41.5t331.5 41.5t291.5 126.5q249 165 249 387zM2137 660q0 66 -47 113t-113 47q-50 0 -93 -30q140 -114 192 -256q61 48 61 126zM1993 1335 q0 49 -34.5 83.5t-82.5 34.5q-49 0 -83.5 -34.5t-34.5 -83.5q0 -48 34.5 -82.5t83.5 -34.5q48 0 82.5 34.5t34.5 82.5zM2220 660q0 -65 -33 -122t-89 -90q5 -35 5 -66q0 -139 -79 -255.5t-208 -201.5q-140 -92 -313.5 -136.5t-354.5 -44.5t-355 44.5t-314 136.5 q-129 85 -208 201.5t-79 255.5q0 36 6 71q-53 33 -83.5 88.5t-30.5 118.5q0 100 71 171.5t172 71.5q91 0 159 -60q265 170 638 177l144 456q10 29 40 29q24 0 384 -90q24 55 74 88t110 33q82 0 141 -59t59 -142t-59 -141.5t-141 -58.5q-83 0 -141.5 58.5t-59.5 140.5 l-339 80l-125 -395q349 -15 603 -179q71 63 163 63q101 0 172 -71.5t71 -171.5z" />
415
- <glyph unicode="&#xf1a2;" d="M950 393q7 7 17.5 7t17.5 -7t7 -18t-7 -18q-65 -64 -208 -64h-1h-1q-143 0 -207 64q-8 7 -8 18t8 18q7 7 17.5 7t17.5 -7q49 -51 172 -51h1h1q122 0 173 51zM671 613q0 -37 -26 -64t-63 -27t-63 27t-26 64t26 63t63 26t63 -26t26 -63zM1214 1049q-29 0 -50 21t-21 50 q0 30 21 51t50 21q30 0 51 -21t21 -51q0 -29 -21 -50t-51 -21zM1216 1408q132 0 226 -94t94 -227v-894q0 -133 -94 -227t-226 -94h-896q-132 0 -226 94t-94 227v894q0 133 94 227t226 94h896zM1321 596q35 14 57 45.5t22 70.5q0 51 -36 87.5t-87 36.5q-60 0 -98 -48 q-151 107 -375 115l83 265l206 -49q1 -50 36.5 -85t84.5 -35q50 0 86 35.5t36 85.5t-36 86t-86 36q-36 0 -66 -20.5t-45 -53.5l-227 54q-9 2 -17.5 -2.5t-11.5 -14.5l-95 -302q-224 -4 -381 -113q-36 43 -93 43q-51 0 -87 -36.5t-36 -87.5q0 -37 19.5 -67.5t52.5 -45.5 q-7 -25 -7 -54q0 -98 74 -181.5t201.5 -132t278.5 -48.5q150 0 277.5 48.5t201.5 132t74 181.5q0 27 -6 54zM971 702q37 0 63 -26t26 -63t-26 -64t-63 -27t-63 27t-26 64t26 63t63 26z" />
416
  <glyph unicode="&#xf1a3;" d="M866 697l90 27v62q0 79 -58 135t-138 56t-138 -55.5t-58 -134.5v-283q0 -20 -14 -33.5t-33 -13.5t-32.5 13.5t-13.5 33.5v120h-151v-122q0 -82 57.5 -139t139.5 -57q81 0 138.5 56.5t57.5 136.5v280q0 19 13.5 33t33.5 14q19 0 32.5 -14t13.5 -33v-54zM1199 502v122h-150 v-126q0 -20 -13.5 -33.5t-33.5 -13.5q-19 0 -32.5 14t-13.5 33v123l-90 -26l-60 28v-123q0 -80 58 -137t139 -57t138.5 57t57.5 139zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103 t385.5 -103t279.5 -279.5t103 -385.5z" />
417
  <glyph unicode="&#xf1a4;" horiz-adv-x="1920" d="M1062 824v118q0 42 -30 72t-72 30t-72 -30t-30 -72v-612q0 -175 -126 -299t-303 -124q-178 0 -303.5 125.5t-125.5 303.5v266h328v-262q0 -43 30 -72.5t72 -29.5t72 29.5t30 72.5v620q0 171 126.5 292t301.5 121q176 0 302 -122t126 -294v-136l-195 -58zM1592 602h328 v-266q0 -178 -125.5 -303.5t-303.5 -125.5q-177 0 -303 124.5t-126 300.5v268l131 -61l195 58v-270q0 -42 30 -71.5t72 -29.5t72 29.5t30 71.5v275z" />
418
  <glyph unicode="&#xf1a5;" d="M1472 160v480h-704v704h-480q-93 0 -158.5 -65.5t-65.5 -158.5v-480h704v-704h480q93 0 158.5 65.5t65.5 158.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5 t84.5 -203.5z" />
@@ -454,12 +454,12 @@
454
  <glyph unicode="&#xf1cb;" horiz-adv-x="1792" d="M216 367l603 -402v359l-334 223zM154 511l193 129l-193 129v-258zM973 -35l603 402l-269 180l-334 -223v-359zM896 458l272 182l-272 182l-272 -182zM485 733l334 223v359l-603 -402zM1445 640l193 -129v258zM1307 733l269 180l-603 402v-359zM1792 913v-546 q0 -41 -34 -64l-819 -546q-21 -13 -43 -13t-43 13l-819 546q-34 23 -34 64v546q0 41 34 64l819 546q21 13 43 13t43 -13l819 -546q34 -23 34 -64z" />
455
  <glyph unicode="&#xf1cc;" horiz-adv-x="2048" d="M1800 764q111 -46 179.5 -145.5t68.5 -221.5q0 -164 -118 -280.5t-285 -116.5q-4 0 -11.5 0.5t-10.5 0.5h-1209h-1h-2h-5q-170 10 -288 125.5t-118 280.5q0 110 55 203t147 147q-12 39 -12 82q0 115 82 196t199 81q95 0 172 -58q75 154 222.5 248t326.5 94 q166 0 306 -80.5t221.5 -218.5t81.5 -301q0 -6 -0.5 -18t-0.5 -18zM468 498q0 -122 84 -193t208 -71q137 0 240 99q-16 20 -47.5 56.5t-43.5 50.5q-67 -65 -144 -65q-55 0 -93.5 33.5t-38.5 87.5q0 53 38.5 87t91.5 34q44 0 84.5 -21t73 -55t65 -75t69 -82t77 -75t97 -55 t121.5 -21q121 0 204.5 71.5t83.5 190.5q0 121 -84 192t-207 71q-143 0 -241 -97q14 -16 29.5 -34t34.5 -40t29 -34q66 64 142 64q52 0 92 -33t40 -84q0 -57 -37 -91.5t-94 -34.5q-43 0 -82.5 21t-72 55t-65.5 75t-69.5 82t-77.5 75t-96.5 55t-118.5 21q-122 0 -207 -70.5 t-85 -189.5z" />
456
  <glyph unicode="&#xf1cd;" horiz-adv-x="1792" d="M896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM896 1408q-190 0 -361 -90l194 -194q82 28 167 28t167 -28l194 194q-171 90 -361 90zM218 279l194 194 q-28 82 -28 167t28 167l-194 194q-90 -171 -90 -361t90 -361zM896 -128q190 0 361 90l-194 194q-82 -28 -167 -28t-167 28l-194 -194q171 -90 361 -90zM896 256q159 0 271.5 112.5t112.5 271.5t-112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5 t271.5 -112.5zM1380 473l194 -194q90 171 90 361t-90 361l-194 -194q28 -82 28 -167t-28 -167z" />
457
- <glyph unicode="&#xf1ce;" horiz-adv-x="1792" d="M1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348q0 222 101 414.5t276.5 317t390.5 155.5v-260q-221 -45 -366.5 -221t-145.5 -406q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5 q0 230 -145.5 406t-366.5 221v260q215 -31 390.5 -155.5t276.5 -317t101 -414.5z" />
458
  <glyph unicode="&#xf1d0;" horiz-adv-x="1792" d="M19 662q8 217 116 406t305 318h5q0 -1 -1 -3q-8 -8 -28 -33.5t-52 -76.5t-60 -110.5t-44.5 -135.5t-14 -150.5t39 -157.5t108.5 -154q50 -50 102 -69.5t90.5 -11.5t69.5 23.5t47 32.5l16 16q39 51 53 116.5t6.5 122.5t-21 107t-26.5 80l-14 29q-10 25 -30.5 49.5t-43 41 t-43.5 29.5t-35 19l-13 6l104 115q39 -17 78 -52t59 -61l19 -27q1 48 -18.5 103.5t-40.5 87.5l-20 31l161 183l160 -181q-33 -46 -52.5 -102.5t-22.5 -90.5l-4 -33q22 37 61.5 72.5t67.5 52.5l28 17l103 -115q-44 -14 -85 -50t-60 -65l-19 -29q-31 -56 -48 -133.5t-7 -170 t57 -156.5q33 -45 77.5 -60.5t85 -5.5t76 26.5t57.5 33.5l21 16q60 53 96.5 115t48.5 121.5t10 121.5t-18 118t-37 107.5t-45.5 93t-45 72t-34.5 47.5l-13 17q-14 13 -7 13l10 -3q40 -29 62.5 -46t62 -50t64 -58t58.5 -65t55.5 -77t45.5 -88t38 -103t23.5 -117t10.5 -136 q3 -259 -108 -465t-312 -321t-456 -115q-185 0 -351 74t-283.5 198t-184 293t-60.5 353z" />
459
  <glyph unicode="&#xf1d1;" horiz-adv-x="1792" d="M874 -102v-66q-208 6 -385 109.5t-283 275.5l58 34q29 -49 73 -99l65 57q148 -168 368 -212l-17 -86q65 -12 121 -13zM276 428l-83 -28q22 -60 49 -112l-57 -33q-98 180 -98 385t98 385l57 -33q-30 -56 -49 -112l82 -28q-35 -100 -35 -212q0 -109 36 -212zM1528 251 l58 -34q-106 -172 -283 -275.5t-385 -109.5v66q56 1 121 13l-17 86q220 44 368 212l65 -57q44 50 73 99zM1377 805l-233 -80q14 -42 14 -85t-14 -85l232 -80q-31 -92 -98 -169l-185 162q-57 -67 -147 -85l48 -241q-52 -10 -98 -10t-98 10l48 241q-90 18 -147 85l-185 -162 q-67 77 -98 169l232 80q-14 42 -14 85t14 85l-233 80q33 93 99 169l185 -162q59 68 147 86l-48 240q44 10 98 10t98 -10l-48 -240q88 -18 147 -86l185 162q66 -76 99 -169zM874 1448v-66q-65 -2 -121 -13l17 -86q-220 -42 -368 -211l-65 56q-38 -42 -73 -98l-57 33 q106 172 282 275.5t385 109.5zM1705 640q0 -205 -98 -385l-57 33q27 52 49 112l-83 28q36 103 36 212q0 112 -35 212l82 28q-19 56 -49 112l57 33q98 -180 98 -385zM1585 1063l-57 -33q-35 56 -73 98l-65 -56q-148 169 -368 211l17 86q-56 11 -121 13v66q209 -6 385 -109.5 t282 -275.5zM1748 640q0 173 -67.5 331t-181.5 272t-272 181.5t-331 67.5t-331 -67.5t-272 -181.5t-181.5 -272t-67.5 -331t67.5 -331t181.5 -272t272 -181.5t331 -67.5t331 67.5t272 181.5t181.5 272t67.5 331zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71 t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
460
  <glyph unicode="&#xf1d2;" d="M582 228q0 -66 -93 -66q-107 0 -107 63q0 64 98 64q102 0 102 -61zM546 694q0 -85 -74 -85q-77 0 -77 84q0 90 77 90q36 0 55 -25.5t19 -63.5zM712 769v125q-78 -29 -135 -29q-50 29 -110 29q-86 0 -145 -57t-59 -143q0 -50 29.5 -102t73.5 -67v-3q-38 -17 -38 -85 q0 -53 41 -77v-3q-113 -37 -113 -139q0 -45 20 -78.5t54 -51t72 -25.5t81 -8q224 0 224 188q0 67 -48 99t-126 46q-27 5 -51.5 20.5t-24.5 39.5q0 44 49 52q77 15 122 70t45 134q0 24 -10 52q37 9 49 13zM771 350h137q-2 27 -2 82v387q0 46 2 69h-137q3 -23 3 -71v-392 q0 -50 -3 -75zM1280 366v121q-30 -21 -68 -21q-53 0 -53 82v225h52q9 0 26.5 -1t26.5 -1v117h-105q0 82 3 102h-140q4 -24 4 -55v-47h-60v-117q36 3 37 3q3 0 11 -0.5t12 -0.5v-2h-2v-217q0 -37 2.5 -64t11.5 -56.5t24.5 -48.5t43.5 -31t66 -12q64 0 108 24zM924 1072 q0 36 -24 63.5t-60 27.5t-60.5 -27t-24.5 -64q0 -36 25 -62.5t60 -26.5t59.5 27t24.5 62zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
461
  <glyph unicode="&#xf1d3;" horiz-adv-x="1792" d="M595 22q0 100 -165 100q-158 0 -158 -104q0 -101 172 -101q151 0 151 105zM536 777q0 61 -30 102t-89 41q-124 0 -124 -145q0 -135 124 -135q119 0 119 137zM805 1101v-202q-36 -12 -79 -22q16 -43 16 -84q0 -127 -73 -216.5t-197 -112.5q-40 -8 -59.5 -27t-19.5 -58 q0 -31 22.5 -51.5t58 -32t78.5 -22t86 -25.5t78.5 -37.5t58 -64t22.5 -98.5q0 -304 -363 -304q-69 0 -130 12.5t-116 41t-87.5 82t-32.5 127.5q0 165 182 225v4q-67 41 -67 126q0 109 63 137v4q-72 24 -119.5 108.5t-47.5 165.5q0 139 95 231.5t235 92.5q96 0 178 -47 q98 0 218 47zM1123 220h-222q4 45 4 134v609q0 94 -4 128h222q-4 -33 -4 -124v-613q0 -89 4 -134zM1724 442v-196q-71 -39 -174 -39q-62 0 -107 20t-70 50t-39.5 78t-18.5 92t-4 103v351h2v4q-7 0 -19 1t-18 1q-21 0 -59 -6v190h96v76q0 54 -6 89h227q-6 -41 -6 -165h171 v-190q-15 0 -43.5 2t-42.5 2h-85v-365q0 -131 87 -131q61 0 109 33zM1148 1389q0 -58 -39 -101.5t-96 -43.5q-58 0 -98 43.5t-40 101.5q0 59 39.5 103t98.5 44q58 0 96.5 -44.5t38.5 -102.5z" />
462
- <glyph unicode="&#xf1d4;" d="M825 547l343 588h-150q-21 -39 -63.5 -118.5t-68 -128.5t-59.5 -118.5t-60 -128.5h-3q-21 48 -44.5 97t-52 105.5t-46.5 92t-54 104.5t-49 95h-150l323 -589v-435h134v436zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960 q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
463
  <glyph unicode="&#xf1d5;" horiz-adv-x="1280" d="M842 964q0 -80 -57 -136.5t-136 -56.5q-60 0 -111 35q-62 -67 -115 -146q-247 -371 -202 -859q1 -22 -12.5 -38.5t-34.5 -18.5h-5q-20 0 -35 13.5t-17 33.5q-14 126 -3.5 247.5t29.5 217t54 186t69 155.5t74 125q61 90 132 165q-16 35 -16 77q0 80 56.5 136.5t136.5 56.5 t136.5 -56.5t56.5 -136.5zM1223 953q0 -158 -78 -292t-212.5 -212t-292.5 -78q-64 0 -131 14q-21 5 -32.5 23.5t-6.5 39.5q5 20 23 31.5t39 7.5q51 -13 108 -13q97 0 186 38t153 102t102 153t38 186t-38 186t-102 153t-153 102t-186 38t-186 -38t-153 -102t-102 -153 t-38 -186q0 -114 52 -218q10 -20 3.5 -40t-25.5 -30t-39.5 -3t-30.5 26q-64 123 -64 265q0 119 46.5 227t124.5 186t186 124t226 46q158 0 292.5 -78t212.5 -212.5t78 -292.5z" />
464
  <glyph unicode="&#xf1d6;" horiz-adv-x="1792" d="M270 730q-8 19 -8 52q0 20 11 49t24 45q-1 22 7.5 53t22.5 43q0 139 92.5 288.5t217.5 209.5q139 66 324 66q133 0 266 -55q49 -21 90 -48t71 -56t55 -68t42 -74t32.5 -84.5t25.5 -89.5t22 -98l1 -5q55 -83 55 -150q0 -14 -9 -40t-9 -38q0 -1 1.5 -3.5t3.5 -5t2 -3.5 q77 -114 120.5 -214.5t43.5 -208.5q0 -43 -19.5 -100t-55.5 -57q-9 0 -19.5 7.5t-19 17.5t-19 26t-16 26.5t-13.5 26t-9 17.5q-1 1 -3 1l-5 -4q-59 -154 -132 -223q20 -20 61.5 -38.5t69 -41.5t35.5 -65q-2 -4 -4 -16t-7 -18q-64 -97 -302 -97q-53 0 -110.5 9t-98 20 t-104.5 30q-15 5 -23 7q-14 4 -46 4.5t-40 1.5q-41 -45 -127.5 -65t-168.5 -20q-35 0 -69 1.5t-93 9t-101 20.5t-74.5 40t-32.5 64q0 40 10 59.5t41 48.5q11 2 40.5 13t49.5 12q4 0 14 2q2 2 2 4l-2 3q-48 11 -108 105.5t-73 156.5l-5 3q-4 0 -12 -20q-18 -41 -54.5 -74.5 t-77.5 -37.5h-1q-4 0 -6 4.5t-5 5.5q-23 54 -23 100q0 275 252 466z" />
465
  <glyph unicode="&#xf1d7;" horiz-adv-x="2048" d="M580 1075q0 41 -25 66t-66 25q-43 0 -76 -25.5t-33 -65.5q0 -39 33 -64.5t76 -25.5q41 0 66 24.5t25 65.5zM1323 568q0 28 -25.5 50t-65.5 22q-27 0 -49.5 -22.5t-22.5 -49.5q0 -28 22.5 -50.5t49.5 -22.5q40 0 65.5 22t25.5 51zM1087 1075q0 41 -24.5 66t-65.5 25 q-43 0 -76 -25.5t-33 -65.5q0 -39 33 -64.5t76 -25.5q41 0 65.5 24.5t24.5 65.5zM1722 568q0 28 -26 50t-65 22q-27 0 -49.5 -22.5t-22.5 -49.5q0 -28 22.5 -50.5t49.5 -22.5q39 0 65 22t26 51zM1456 965q-31 4 -70 4q-169 0 -311 -77t-223.5 -208.5t-81.5 -287.5 q0 -78 23 -152q-35 -3 -68 -3q-26 0 -50 1.5t-55 6.5t-44.5 7t-54.5 10.5t-50 10.5l-253 -127l72 218q-290 203 -290 490q0 169 97.5 311t264 223.5t363.5 81.5q176 0 332.5 -66t262 -182.5t136.5 -260.5zM2048 404q0 -117 -68.5 -223.5t-185.5 -193.5l55 -181l-199 109 q-150 -37 -218 -37q-169 0 -311 70.5t-223.5 191.5t-81.5 264t81.5 264t223.5 191.5t311 70.5q161 0 303 -70.5t227.5 -192t85.5 -263.5z" />
@@ -483,13 +483,13 @@
483
  <glyph unicode="&#xf1ea;" horiz-adv-x="2048" d="M1024 1024h-384v-384h384v384zM1152 384v-128h-640v128h640zM1152 1152v-640h-640v640h640zM1792 384v-128h-512v128h512zM1792 640v-128h-512v128h512zM1792 896v-128h-512v128h512zM1792 1152v-128h-512v128h512zM256 192v960h-128v-960q0 -26 19 -45t45 -19t45 19 t19 45zM1920 192v1088h-1536v-1088q0 -33 -11 -64h1483q26 0 45 19t19 45zM2048 1408v-1216q0 -80 -56 -136t-136 -56h-1664q-80 0 -136 56t-56 136v1088h256v128h1792z" />
484
  <glyph unicode="&#xf1eb;" horiz-adv-x="2048" d="M1024 13q-20 0 -93 73.5t-73 93.5q0 32 62.5 54t103.5 22t103.5 -22t62.5 -54q0 -20 -73 -93.5t-93 -73.5zM1294 284q-2 0 -40 25t-101.5 50t-128.5 25t-128.5 -25t-101 -50t-40.5 -25q-18 0 -93.5 75t-75.5 93q0 13 10 23q78 77 196 121t233 44t233 -44t196 -121 q10 -10 10 -23q0 -18 -75.5 -93t-93.5 -75zM1567 556q-11 0 -23 8q-136 105 -252 154.5t-268 49.5q-85 0 -170.5 -22t-149 -53t-113.5 -62t-79 -53t-31 -22q-17 0 -92 75t-75 93q0 12 10 22q132 132 320 205t380 73t380 -73t320 -205q10 -10 10 -22q0 -18 -75 -93t-92 -75z M1838 827q-11 0 -22 9q-179 157 -371.5 236.5t-420.5 79.5t-420.5 -79.5t-371.5 -236.5q-11 -9 -22 -9q-17 0 -92.5 75t-75.5 93q0 13 10 23q187 186 445 288t527 102t527 -102t445 -288q10 -10 10 -23q0 -18 -75.5 -93t-92.5 -75z" />
485
  <glyph unicode="&#xf1ec;" horiz-adv-x="1792" d="M384 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5 t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5 t37.5 90.5zM384 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 768q0 53 -37.5 90.5t-90.5 37.5 t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1536 0v384q0 52 -38 90t-90 38t-90 -38t-38 -90v-384q0 -52 38 -90t90 -38t90 38t38 90zM1152 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5z M1536 1088v256q0 26 -19 45t-45 19h-1280q-26 0 -45 -19t-19 -45v-256q0 -26 19 -45t45 -19h1280q26 0 45 19t19 45zM1536 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1408v-1536q0 -52 -38 -90t-90 -38 h-1408q-52 0 -90 38t-38 90v1536q0 52 38 90t90 38h1408q52 0 90 -38t38 -90z" />
486
- <glyph unicode="&#xf1ed;" horiz-adv-x="1792" d="M1112 1090q0 159 -237 159h-70q-32 0 -59.5 -21.5t-34.5 -52.5l-63 -276q-2 -5 -2 -16q0 -24 17 -39.5t41 -15.5h53q69 0 128.5 13t112.5 41t83.5 81.5t30.5 126.5zM1716 938q0 -265 -220 -428q-219 -161 -612 -161h-61q-32 0 -59 -21.5t-34 -52.5l-73 -316 q-8 -36 -40.5 -61.5t-69.5 -25.5h-213q-31 0 -53 20t-22 51q0 10 13 65h151q34 0 64 23.5t38 56.5l73 316q8 33 37.5 57t63.5 24h61q390 0 607 160t217 421q0 129 -51 207q183 -92 183 -335zM1533 1123q0 -264 -221 -428q-218 -161 -612 -161h-60q-32 0 -59.5 -22t-34.5 -53 l-73 -315q-8 -36 -40 -61.5t-69 -25.5h-214q-31 0 -52.5 19.5t-21.5 51.5q0 8 2 20l300 1301q8 36 40.5 61.5t69.5 25.5h444q68 0 125 -4t120.5 -15t113.5 -30t96.5 -50.5t77.5 -74t49.5 -103.5t18.5 -136z" />
487
  <glyph unicode="&#xf1ee;" horiz-adv-x="1792" d="M602 949q19 -61 31 -123.5t17 -141.5t-14 -159t-62 -145q-21 81 -67 157t-95.5 127t-99 90.5t-78.5 57.5t-33 19q-62 34 -81.5 100t14.5 128t101 81.5t129 -14.5q138 -83 238 -177zM927 1236q11 -25 20.5 -46t36.5 -100.5t42.5 -150.5t25.5 -179.5t0 -205.5t-47.5 -209.5 t-105.5 -208.5q-51 -72 -138 -72q-54 0 -98 31q-57 40 -69 109t28 127q60 85 81 195t13 199.5t-32 180.5t-39 128t-22 52q-31 63 -8.5 129.5t85.5 97.5q34 17 75 17q47 0 88.5 -25t63.5 -69zM1248 567q-17 -160 -72 -311q-17 131 -63 246q25 174 -5 361q-27 178 -94 342 q114 -90 212 -211q9 -37 15 -80q26 -179 7 -347zM1520 1440q9 -17 23.5 -49.5t43.5 -117.5t50.5 -178t34 -227.5t5 -269t-47 -300t-112.5 -323.5q-22 -48 -66 -75.5t-95 -27.5q-39 0 -74 16q-67 31 -92.5 100t4.5 136q58 126 90 257.5t37.5 239.5t-3.5 213.5t-26.5 180.5 t-38.5 138.5t-32.5 90t-15.5 32.5q-34 65 -11.5 135.5t87.5 104.5q37 20 81 20q49 0 91.5 -25.5t66.5 -70.5z" />
488
  <glyph unicode="&#xf1f0;" horiz-adv-x="2304" d="M1975 546h-138q14 37 66 179l3 9q4 10 10 26t9 26l12 -55zM531 611l-58 295q-11 54 -75 54h-268l-2 -13q311 -79 403 -336zM710 960l-162 -438l-17 89q-26 70 -85 129.5t-131 88.5l135 -510h175l261 641h-176zM849 318h166l104 642h-166zM1617 944q-69 27 -149 27 q-123 0 -201 -59t-79 -153q-1 -102 145 -174q48 -23 67 -41t19 -39q0 -30 -30 -46t-69 -16q-86 0 -156 33l-22 11l-23 -144q74 -34 185 -34q130 -1 208.5 59t80.5 160q0 106 -140 174q-49 25 -71 42t-22 38q0 22 24.5 38.5t70.5 16.5q70 1 124 -24l15 -8zM2042 960h-128 q-65 0 -87 -54l-246 -588h174l35 96h212q5 -22 20 -96h154zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
489
  <glyph unicode="&#xf1f1;" horiz-adv-x="2304" d="M671 603h-13q-47 0 -47 -32q0 -22 20 -22q17 0 28 15t12 39zM1066 639h62v3q1 4 0.5 6.5t-1 7t-2 8t-4.5 6.5t-7.5 5t-11.5 2q-28 0 -36 -38zM1606 603h-12q-48 0 -48 -32q0 -22 20 -22q17 0 28 15t12 39zM1925 629q0 41 -30 41q-19 0 -31 -20t-12 -51q0 -42 28 -42 q20 0 32.5 20t12.5 52zM480 770h87l-44 -262h-56l32 201l-71 -201h-39l-4 200l-34 -200h-53l44 262h81l2 -163zM733 663q0 -6 -4 -42q-16 -101 -17 -113h-47l1 22q-20 -26 -58 -26q-23 0 -37.5 16t-14.5 42q0 39 26 60.5t73 21.5q14 0 23 -1q0 3 0.5 5.5t1 4.5t0.5 3 q0 20 -36 20q-29 0 -59 -10q0 4 7 48q38 11 67 11q74 0 74 -62zM889 721l-8 -49q-22 3 -41 3q-27 0 -27 -17q0 -8 4.5 -12t21.5 -11q40 -19 40 -60q0 -72 -87 -71q-34 0 -58 6q0 2 7 49q29 -8 51 -8q32 0 32 19q0 7 -4.5 11.5t-21.5 12.5q-43 20 -43 59q0 72 84 72 q30 0 50 -4zM977 721h28l-7 -52h-29q-2 -17 -6.5 -40.5t-7 -38.5t-2.5 -18q0 -16 19 -16q8 0 16 2l-8 -47q-21 -7 -40 -7q-43 0 -45 47q0 12 8 56q3 20 25 146h55zM1180 648q0 -23 -7 -52h-111q-3 -22 10 -33t38 -11q30 0 58 14l-9 -54q-30 -8 -57 -8q-95 0 -95 95 q0 55 27.5 90.5t69.5 35.5q35 0 55.5 -21t20.5 -56zM1319 722q-13 -23 -22 -62q-22 2 -31 -24t-25 -128h-56l3 14q22 130 29 199h51l-3 -33q14 21 25.5 29.5t28.5 4.5zM1506 763l-9 -57q-28 14 -50 14q-31 0 -51 -27.5t-20 -70.5q0 -30 13.5 -47t38.5 -17q21 0 48 13 l-10 -59q-28 -8 -50 -8q-45 0 -71.5 30.5t-26.5 82.5q0 70 35.5 114.5t91.5 44.5q26 0 61 -13zM1668 663q0 -18 -4 -42q-13 -79 -17 -113h-46l1 22q-20 -26 -59 -26q-23 0 -37 16t-14 42q0 39 25.5 60.5t72.5 21.5q15 0 23 -1q2 7 2 13q0 20 -36 20q-29 0 -59 -10q0 4 8 48 q38 11 67 11q73 0 73 -62zM1809 722q-14 -24 -21 -62q-23 2 -31.5 -23t-25.5 -129h-56l3 14q19 104 29 199h52q0 -11 -4 -33q15 21 26.5 29.5t27.5 4.5zM1950 770h56l-43 -262h-53l3 19q-23 -23 -52 -23q-31 0 -49.5 24t-18.5 64q0 53 27.5 92t64.5 39q31 0 53 -29z M2061 640q0 148 -72.5 273t-198 198t-273.5 73q-181 0 -328 -110q127 -116 171 -284h-50q-44 150 -158 253q-114 -103 -158 -253h-50q44 168 171 284q-147 110 -328 110q-148 0 -273.5 -73t-198 -198t-72.5 -273t72.5 -273t198 -198t273.5 -73q181 0 328 110 q-120 111 -165 264h50q46 -138 152 -233q106 95 152 233h50q-45 -153 -165 -264q147 -110 328 -110q148 0 273.5 73t198 198t72.5 273zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
490
  <glyph unicode="&#xf1f2;" horiz-adv-x="2304" d="M313 759q0 -51 -36 -84q-29 -26 -89 -26h-17v220h17q61 0 89 -27q36 -31 36 -83zM2089 824q0 -52 -64 -52h-19v101h20q63 0 63 -49zM380 759q0 74 -50 120.5t-129 46.5h-95v-333h95q74 0 119 38q60 51 60 128zM410 593h65v333h-65v-333zM730 694q0 40 -20.5 62t-75.5 42 q-29 10 -39.5 19t-10.5 23q0 16 13.5 26.5t34.5 10.5q29 0 53 -27l34 44q-41 37 -98 37q-44 0 -74 -27.5t-30 -67.5q0 -35 18 -55.5t64 -36.5q37 -13 45 -19q19 -12 19 -34q0 -20 -14 -33.5t-36 -13.5q-48 0 -71 44l-42 -40q44 -64 115 -64q51 0 83 30.5t32 79.5zM1008 604 v77q-37 -37 -78 -37q-49 0 -80.5 32.5t-31.5 82.5q0 48 31.5 81.5t77.5 33.5q43 0 81 -38v77q-40 20 -80 20q-74 0 -125.5 -50.5t-51.5 -123.5t51 -123.5t125 -50.5q42 0 81 19zM2240 0v527q-65 -40 -144.5 -84t-237.5 -117t-329.5 -137.5t-417.5 -134.5t-504 -118h1569 q26 0 45 19t19 45zM1389 757q0 75 -53 128t-128 53t-128 -53t-53 -128t53 -128t128 -53t128 53t53 128zM1541 584l144 342h-71l-90 -224l-89 224h-71l142 -342h35zM1714 593h184v56h-119v90h115v56h-115v74h119v57h-184v-333zM2105 593h80l-105 140q76 16 76 94q0 47 -31 73 t-87 26h-97v-333h65v133h9zM2304 1274v-1268q0 -56 -38.5 -95t-93.5 -39h-2040q-55 0 -93.5 39t-38.5 95v1268q0 56 38.5 95t93.5 39h2040q55 0 93.5 -39t38.5 -95z" />
491
  <glyph unicode="&#xf1f3;" horiz-adv-x="2304" d="M119 854h89l-45 108zM740 328l74 79l-70 79h-163v-49h142v-55h-142v-54h159zM898 406l99 -110v217zM1186 453q0 33 -40 33h-84v-69h83q41 0 41 36zM1475 457q0 29 -42 29h-82v-61h81q43 0 43 32zM1197 923q0 29 -42 29h-82v-60h81q43 0 43 31zM1656 854h89l-44 108z M699 1009v-271h-66v212l-94 -212h-57l-94 212v-212h-132l-25 60h-135l-25 -60h-70l116 271h96l110 -257v257h106l85 -184l77 184h108zM1255 453q0 -20 -5.5 -35t-14 -25t-22.5 -16.5t-26 -10t-31.5 -4.5t-31.5 -1t-32.5 0.5t-29.5 0.5v-91h-126l-80 90l-83 -90h-256v271h260 l80 -89l82 89h207q109 0 109 -89zM964 794v-56h-217v271h217v-57h-152v-49h148v-55h-148v-54h152zM2304 235v-229q0 -55 -38.5 -94.5t-93.5 -39.5h-2040q-55 0 -93.5 39.5t-38.5 94.5v678h111l25 61h55l25 -61h218v46l19 -46h113l20 47v-47h541v99l10 1q10 0 10 -14v-86h279 v23q23 -12 55 -18t52.5 -6.5t63 0.5t51.5 1l25 61h56l25 -61h227v58l34 -58h182v378h-180v-44l-25 44h-185v-44l-23 44h-249q-69 0 -109 -22v22h-172v-22q-24 22 -73 22h-628l-43 -97l-43 97h-198v-44l-22 44h-169l-78 -179v391q0 55 38.5 94.5t93.5 39.5h2040 q55 0 93.5 -39.5t38.5 -94.5v-678h-120q-51 0 -81 -22v22h-177q-55 0 -78 -22v22h-316v-22q-31 22 -87 22h-209v-22q-23 22 -91 22h-234l-54 -58l-50 58h-349v-378h343l55 59l52 -59h211v89h21q59 0 90 13v-102h174v99h8q8 0 10 -2t2 -10v-87h529q57 0 88 24v-24h168 q60 0 95 17zM1546 469q0 -23 -12 -43t-34 -29q25 -9 34 -26t9 -46v-54h-65v45q0 33 -12 43.5t-46 10.5h-69v-99h-65v271h154q48 0 77 -15t29 -58zM1269 936q0 -24 -12.5 -44t-33.5 -29q26 -9 34.5 -25.5t8.5 -46.5v-53h-65q0 9 0.5 26.5t0 25t-3 18.5t-8.5 16t-17.5 8.5 t-29.5 3.5h-70v-98h-64v271l153 -1q49 0 78 -14.5t29 -57.5zM1798 327v-56h-216v271h216v-56h-151v-49h148v-55h-148v-54zM1372 1009v-271h-66v271h66zM2065 357q0 -86 -102 -86h-126v58h126q34 0 34 25q0 16 -17 21t-41.5 5t-49.5 3.5t-42 22.5t-17 55q0 39 26 60t66 21 h130v-57h-119q-36 0 -36 -25q0 -16 17.5 -20.5t42 -4t49 -2.5t42 -21.5t17.5 -54.5zM2304 407v-101q-24 -35 -88 -35h-125v58h125q33 0 33 25q0 13 -12.5 19t-31 5.5t-40 2t-40 8t-31 24t-12.5 48.5q0 39 26.5 60t66.5 21h129v-57h-118q-36 0 -36 -25q0 -20 29 -22t68.5 -5 t56.5 -26zM2139 1008v-270h-92l-122 203v-203h-132l-26 60h-134l-25 -60h-75q-129 0 -129 133q0 138 133 138h63v-59q-7 0 -28 1t-28.5 0.5t-23 -2t-21.5 -6.5t-14.5 -13.5t-11.5 -23t-3 -33.5q0 -38 13.5 -58t49.5 -20h29l92 213h97l109 -256v256h99l114 -188v188h66z" />
492
- <glyph unicode="&#xf1f4;" horiz-adv-x="2304" d="M322 689h-15q-19 0 -19 18q0 28 19 85q5 15 15 19.5t28 4.5q77 0 77 -49q0 -41 -30.5 -59.5t-74.5 -18.5zM664 528q-47 0 -47 29q0 62 123 62l3 -3q-5 -88 -79 -88zM1438 687h-15q-19 0 -19 19q0 28 19 85q5 15 14.5 19t28.5 4q77 0 77 -49q0 -41 -30.5 -59.5 t-74.5 -18.5zM1780 527q-47 0 -47 30q0 62 123 62l3 -3q-5 -89 -79 -89zM373 894h-128q-8 0 -14.5 -4t-8.5 -7.5t-7 -12.5q-3 -7 -45 -190t-42 -192q0 -7 5.5 -12.5t13.5 -5.5h62q25 0 32.5 34.5l15 69t32.5 34.5q47 0 87.5 7.5t80.5 24.5t63.5 52.5t23.5 84.5 q0 36 -14.5 61t-41 36.5t-53.5 15.5t-62 4zM719 798q-38 0 -74 -6q-2 0 -8.5 -1t-9 -1.5l-7.5 -1.5t-7.5 -2t-6.5 -3t-6.5 -4t-5 -5t-4.5 -7t-4 -9q-9 -29 -9 -39t9 -10q5 0 21.5 5t19.5 6q30 8 58 8q74 0 74 -36q0 -11 -10 -14q-8 -2 -18 -3t-21.5 -1.5t-17.5 -1.5 q-38 -4 -64.5 -10t-56.5 -19.5t-45.5 -39t-15.5 -62.5q0 -38 26 -59.5t64 -21.5q24 0 45.5 6.5t33 13t38.5 23.5q-3 -7 -3 -15t5.5 -13.5t12.5 -5.5h56q1 1 7 3.5t7.5 3.5t5 3.5t5 5.5t2.5 8l45 194q4 13 4 30q0 81 -145 81zM1247 793h-74q-22 0 -39 -23q-5 -7 -29.5 -51 t-46.5 -81.5t-26 -38.5l-5 4q0 77 -27 166q-1 5 -3.5 8.5t-6 6.5t-6.5 5t-8.5 3t-8.5 1.5t-9.5 1t-9 0.5h-10h-8.5q-38 0 -38 -21l1 -5q5 -53 25 -151t25 -143q2 -16 2 -24q0 -19 -30.5 -61.5t-30.5 -58.5q0 -13 40 -13q61 0 76 25l245 415q10 20 10 26q0 9 -8 9zM1489 892 h-129q-18 0 -29 -23q-6 -13 -46.5 -191.5t-40.5 -190.5q0 -20 43 -20h7.5h9h9t9.5 1t8.5 2t8.5 3t6.5 4.5t5.5 6t3 8.5l21 91q2 10 10.5 17t19.5 7q47 0 87.5 7t80.5 24.5t63.5 52.5t23.5 84q0 36 -14.5 61t-41 36.5t-53.5 15.5t-62 4zM1835 798q-26 0 -74 -6 q-38 -6 -48 -16q-7 -8 -11 -19q-8 -24 -8 -39q0 -10 8 -10q1 0 41 12q30 8 58 8q74 0 74 -36q0 -12 -10 -14q-4 -1 -57 -7q-38 -4 -64.5 -10t-56.5 -19.5t-45.5 -39t-15.5 -62.5t26 -58.5t64 -21.5q24 0 45 6t34 13t38 24q-3 -15 -3 -16q0 -5 2 -8.5t6.5 -5.5t8 -3.5 t10.5 -2t9.5 -0.5h9.5h8q42 0 48 25l45 194q3 15 3 31q0 81 -145 81zM2157 889h-55q-25 0 -33 -40q-10 -44 -36.5 -167t-42.5 -190v-5q0 -16 16 -18h1h57q10 0 18.5 6.5t10.5 16.5l83 374h-1l1 5q0 7 -5.5 12.5t-13.5 5.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048 q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
493
  <glyph unicode="&#xf1f5;" horiz-adv-x="2304" d="M1597 633q0 -69 -21 -106q-19 -35 -52 -35q-23 0 -41 9v224q29 30 57 30q57 0 57 -122zM2035 669h-110q6 98 56 98q51 0 54 -98zM476 534q0 59 -33 91.5t-101 57.5q-36 13 -52 24t-16 25q0 26 38 26q58 0 124 -33l18 112q-67 32 -149 32q-77 0 -123 -38q-48 -39 -48 -109 q0 -58 32.5 -90.5t99.5 -56.5q39 -14 54.5 -25.5t15.5 -27.5q0 -31 -48 -31q-29 0 -70 12.5t-72 30.5l-18 -113q72 -41 168 -41q81 0 129 37q51 41 51 117zM771 749l19 111h-96v135l-129 -21l-18 -114l-46 -8l-17 -103h62v-219q0 -84 44 -120q38 -30 111 -30q32 0 79 11v118 q-32 -7 -44 -7q-42 0 -42 50v197h77zM1087 724v139q-15 3 -28 3q-32 0 -55.5 -16t-33.5 -46l-10 56h-131v-471h150v306q26 31 82 31q16 0 26 -2zM1124 389h150v471h-150v-471zM1746 638q0 122 -45 179q-40 52 -111 52q-64 0 -117 -56l-8 47h-132v-645l150 25v151 q36 -11 68 -11q83 0 134 56q61 65 61 202zM1278 986q0 33 -23 56t-56 23t-56 -23t-23 -56t23 -56.5t56 -23.5t56 23.5t23 56.5zM2176 629q0 113 -48 176q-50 64 -144 64q-96 0 -151.5 -66t-55.5 -180q0 -128 63 -188q55 -55 161 -55q101 0 160 40l-16 103q-57 -31 -128 -31 q-43 0 -63 19q-23 19 -28 66h248q2 14 2 52zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
494
  <glyph unicode="&#xf1f6;" horiz-adv-x="2048" d="M1558 684q61 -356 298 -556q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-180.5 74.5t-75.5 180.5zM1024 -176q16 0 16 16t-16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5zM2026 1424q8 -10 7.5 -23.5t-10.5 -22.5 l-1872 -1622q-10 -8 -23.5 -7t-21.5 11l-84 96q-8 10 -7.5 23.5t10.5 21.5l186 161q-19 32 -19 66q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q124 -18 219 -82.5t148 -157.5 l418 363q10 8 23.5 7t21.5 -11z" />
495
  <glyph unicode="&#xf1f7;" horiz-adv-x="2048" d="M1040 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM503 315l877 760q-42 88 -132.5 146.5t-223.5 58.5q-93 0 -169.5 -31.5t-121.5 -80.5t-69 -103t-24 -105q0 -384 -137 -645zM1856 128 q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-180.5 74.5t-75.5 180.5l149 129h757q-166 187 -227 459l111 97q61 -356 298 -556zM1942 1520l84 -96q8 -10 7.5 -23.5t-10.5 -22.5l-1872 -1622q-10 -8 -23.5 -7t-21.5 11l-84 96q-8 10 -7.5 23.5t10.5 21.5l186 161 q-19 32 -19 66q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q124 -18 219 -82.5t148 -157.5l418 363q10 8 23.5 7t21.5 -11z" />
@@ -523,7 +523,7 @@
523
  <glyph unicode="&#xf215;" horiz-adv-x="2048" d="M863 504q0 112 -79.5 191.5t-191.5 79.5t-191 -79.5t-79 -191.5t79 -191t191 -79t191.5 79t79.5 191zM1726 505q0 112 -79 191t-191 79t-191.5 -79t-79.5 -191q0 -113 79.5 -192t191.5 -79t191 79.5t79 191.5zM2048 1314v-1348q0 -44 -31.5 -75.5t-76.5 -31.5h-1832 q-45 0 -76.5 31.5t-31.5 75.5v1348q0 44 31.5 75.5t76.5 31.5h431q44 0 76 -31.5t32 -75.5v-161h754v161q0 44 32 75.5t76 31.5h431q45 0 76.5 -31.5t31.5 -75.5z" />
524
  <glyph unicode="&#xf216;" horiz-adv-x="2048" d="M1430 953zM1690 749q148 0 253 -98.5t105 -244.5q0 -157 -109 -261.5t-267 -104.5q-85 0 -162 27.5t-138 73.5t-118 106t-109 126.5t-103.5 132.5t-108.5 126t-117 106t-136 73.5t-159 27.5q-154 0 -251.5 -91.5t-97.5 -244.5q0 -157 104 -250t263 -93q100 0 208 37.5 t193 98.5q5 4 21 18.5t30 24t22 9.5q14 0 24.5 -10.5t10.5 -24.5q0 -24 -60 -77q-101 -88 -234.5 -142t-260.5 -54q-133 0 -245.5 58t-180 165t-67.5 241q0 205 141.5 341t347.5 136q120 0 226.5 -43.5t185.5 -113t151.5 -153t139 -167.5t133.5 -153.5t149.5 -113 t172.5 -43.5q102 0 168.5 61.5t66.5 162.5q0 95 -64.5 159t-159.5 64q-30 0 -81.5 -18.5t-68.5 -18.5q-20 0 -35.5 15t-15.5 35q0 18 8.5 57t8.5 59q0 159 -107.5 263t-266.5 104q-58 0 -111.5 -18.5t-84 -40.5t-55.5 -40.5t-33 -18.5q-15 0 -25.5 10.5t-10.5 25.5 q0 19 25 46q59 67 147 103.5t182 36.5q191 0 318 -125.5t127 -315.5q0 -37 -4 -66q57 15 115 15z" />
525
  <glyph unicode="&#xf217;" horiz-adv-x="1664" d="M1216 832q0 26 -19 45t-45 19h-128v128q0 26 -19 45t-45 19t-45 -19t-19 -45v-128h-128q-26 0 -45 -19t-19 -45t19 -45t45 -19h128v-128q0 -26 19 -45t45 -19t45 19t19 45v128h128q26 0 45 19t19 45zM640 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5 t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1536 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1664 1088v-512q0 -24 -16 -42.5t-41 -21.5l-1044 -122q1 -7 4.5 -21.5t6 -26.5t2.5 -22q0 -16 -24 -64h920 q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 14 11 39.5t29.5 59.5t20.5 38l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t20 -15.5t13 -24.5t7.5 -26.5t5.5 -29.5t4.5 -25.5h1201q26 0 45 -19t19 -45z" />
526
- <glyph unicode="&#xf218;" horiz-adv-x="1792" d="M1280 832q0 26 -19 45t-45 19t-45 -19l-147 -146v293q0 26 -19 45t-45 19t-45 -19t-19 -45v-293l-147 146q-19 19 -45 19t-45 -19t-19 -45t19 -45l256 -256q19 -19 45 -19t45 19l256 256q19 19 19 45zM640 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5 t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1536 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1664 1088v-512q0 -24 -16 -42.5t-41 -21.5l-1044 -122q1 -7 4.5 -21.5t6 -26.5t2.5 -22q0 -16 -24 -64h920 q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 14 11 39.5t29.5 59.5t20.5 38l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t20 -15.5t13 -24.5t7.5 -26.5t5.5 -29.5t4.5 -25.5h1201q26 0 45 -19t19 -45z" />
527
  <glyph unicode="&#xf219;" horiz-adv-x="2048" d="M212 768l623 -665l-300 665h-323zM1024 -4l349 772h-698zM538 896l204 384h-262l-288 -384h346zM1213 103l623 665h-323zM683 896h682l-204 384h-274zM1510 896h346l-288 384h-262zM1651 1382l384 -512q14 -18 13 -41.5t-17 -40.5l-960 -1024q-18 -20 -47 -20t-47 20 l-960 1024q-16 17 -17 40.5t13 41.5l384 512q18 26 51 26h1152q33 0 51 -26z" />
528
  <glyph unicode="&#xf21a;" horiz-adv-x="2048" d="M1811 -19q19 19 45 19t45 -19l128 -128l-90 -90l-83 83l-83 -83q-18 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83 q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-128 128l90 90l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83 q19 19 45 19t45 -19l83 -83zM237 19q-19 -19 -45 -19t-45 19l-128 128l90 90l83 -82l83 82q19 19 45 19t45 -19l83 -82l64 64v293l-210 314q-17 26 -7 56.5t40 40.5l177 58v299h128v128h256v128h256v-128h256v-128h128v-299l177 -58q30 -10 40 -40.5t-7 -56.5l-210 -314 v-293l19 18q19 19 45 19t45 -19l83 -82l83 82q19 19 45 19t45 -19l128 -128l-90 -90l-83 83l-83 -83q-18 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83 q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83zM640 1152v-128l384 128l384 -128v128h-128v128h-512v-128h-128z" />
529
  <glyph unicode="&#xf21b;" d="M576 0l96 448l-96 128l-128 64zM832 0l128 640l-128 -64l-96 -128zM992 1010q-2 4 -4 6q-10 8 -96 8q-70 0 -167 -19q-7 -2 -21 -2t-21 2q-97 19 -167 19q-86 0 -96 -8q-2 -2 -4 -6q2 -18 4 -27q2 -3 7.5 -6.5t7.5 -10.5q2 -4 7.5 -20.5t7 -20.5t7.5 -17t8.5 -17t9 -14 t12 -13.5t14 -9.5t17.5 -8t20.5 -4t24.5 -2q36 0 59 12.5t32.5 30t14.5 34.5t11.5 29.5t17.5 12.5h12q11 0 17.5 -12.5t11.5 -29.5t14.5 -34.5t32.5 -30t59 -12.5q13 0 24.5 2t20.5 4t17.5 8t14 9.5t12 13.5t9 14t8.5 17t7.5 17t7 20.5t7.5 20.5q2 7 7.5 10.5t7.5 6.5 q2 9 4 27zM1408 131q0 -121 -73 -190t-194 -69h-874q-121 0 -194 69t-73 190q0 61 4.5 118t19 125.5t37.5 123.5t63.5 103.5t93.5 74.5l-90 220h214q-22 64 -22 128q0 12 2 32q-194 40 -194 96q0 57 210 99q17 62 51.5 134t70.5 114q32 37 76 37q30 0 84 -31t84 -31t84 31 t84 31q44 0 76 -37q36 -42 70.5 -114t51.5 -134q210 -42 210 -99q0 -56 -194 -96q7 -81 -20 -160h214l-82 -225q63 -33 107.5 -96.5t65.5 -143.5t29 -151.5t8 -148.5z" />
@@ -531,18 +531,18 @@
531
  <glyph unicode="&#xf21d;" d="M1408 0q0 -63 -61.5 -113.5t-164 -81t-225 -46t-253.5 -15.5t-253.5 15.5t-225 46t-164 81t-61.5 113.5q0 49 33 88.5t91 66.5t118 44.5t131 29.5q26 5 48 -10.5t26 -41.5q5 -26 -10.5 -48t-41.5 -26q-58 -10 -106 -23.5t-76.5 -25.5t-48.5 -23.5t-27.5 -19.5t-8.5 -12 q3 -11 27 -26.5t73 -33t114 -32.5t160.5 -25t201.5 -10t201.5 10t160.5 25t114 33t73 33.5t27 27.5q-1 4 -8.5 11t-27.5 19t-48.5 23.5t-76.5 25t-106 23.5q-26 4 -41.5 26t-10.5 48q4 26 26 41.5t48 10.5q71 -12 131 -29.5t118 -44.5t91 -66.5t33 -88.5zM1024 896v-384 q0 -26 -19 -45t-45 -19h-64v-384q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v384h-64q-26 0 -45 19t-19 45v384q0 53 37.5 90.5t90.5 37.5h384q53 0 90.5 -37.5t37.5 -90.5zM928 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5 t158.5 -65.5t65.5 -158.5z" />
532
  <glyph unicode="&#xf21e;" horiz-adv-x="1792" d="M1280 512h305q-5 -6 -10 -10.5t-9 -7.5l-3 -4l-623 -600q-18 -18 -44 -18t-44 18l-624 602q-5 2 -21 20h369q22 0 39.5 13.5t22.5 34.5l70 281l190 -667q6 -20 23 -33t39 -13q21 0 38 13t23 33l146 485l56 -112q18 -35 57 -35zM1792 940q0 -145 -103 -300h-369l-111 221 q-8 17 -25.5 27t-36.5 8q-45 -5 -56 -46l-129 -430l-196 686q-6 20 -23.5 33t-39.5 13t-39 -13.5t-22 -34.5l-116 -464h-423q-103 155 -103 300q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5q224 0 351 -124 t127 -344z" />
533
  <glyph unicode="&#xf221;" horiz-adv-x="1280" d="M1152 960q0 -221 -147.5 -384.5t-364.5 -187.5v-260h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v260q-150 16 -271.5 103t-186 224t-52.5 292 q11 134 80.5 249t182 188t245.5 88q170 19 319 -54t236 -212t87 -306zM128 960q0 -185 131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5z" />
534
- <glyph unicode="&#xf222;" horiz-adv-x="1792" d="M1280 1504q0 14 9 23t23 9h416q26 0 45 -19t19 -45v-416q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v262l-419 -420q87 -104 129.5 -236.5t30.5 -276.5q-22 -250 -200.5 -431t-428.5 -206q-163 -17 -314 39.5t-256.5 162t-162 256.5t-39.5 314q25 250 206 428.5 t431 200.5q144 12 276.5 -30.5t236.5 -129.5l419 419h-261q-14 0 -23 9t-9 23v64zM704 -128q117 0 223.5 45.5t184 123t123 184t45.5 223.5t-45.5 223.5t-123 184t-184 123t-223.5 45.5t-223.5 -45.5t-184 -123t-123 -184t-45.5 -223.5t45.5 -223.5t123 -184t184 -123 t223.5 -45.5z" />
535
  <glyph unicode="&#xf223;" horiz-adv-x="1280" d="M830 1220q145 -72 233.5 -210.5t88.5 -305.5q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-217 24 -364.5 187.5 t-147.5 384.5q0 167 88.5 305.5t233.5 210.5q-165 96 -228 273q-6 16 3.5 29.5t26.5 13.5h69q21 0 29 -20q44 -106 140 -171t214 -65t214 65t140 171q8 20 37 20h61q17 0 26.5 -13.5t3.5 -29.5q-63 -177 -228 -273zM576 256q185 0 316.5 131.5t131.5 316.5t-131.5 316.5 t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
536
  <glyph unicode="&#xf224;" d="M1024 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q126 -158 126 -359q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64 q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-149 16 -270.5 103t-186.5 223.5t-53 291.5q16 204 160 353.5t347 172.5q118 14 228 -19t198 -103l255 254h-134q-14 0 -23 9t-9 23v64zM576 256q185 0 316.5 131.5t131.5 316.5t-131.5 316.5 t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
537
  <glyph unicode="&#xf225;" horiz-adv-x="1792" d="M1280 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q126 -158 126 -359q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64 q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-217 24 -364.5 187.5t-147.5 384.5q0 201 126 359l-52 53l-101 -111q-9 -10 -22 -10.5t-23 7.5l-48 44q-10 8 -10.5 21.5t8.5 23.5l105 115l-111 112v-134q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9 t-9 23v288q0 26 19 45t45 19h288q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-133l106 -107l86 94q9 10 22 10.5t23 -7.5l48 -44q10 -8 10.5 -21.5t-8.5 -23.5l-90 -99l57 -56q158 126 359 126t359 -126l255 254h-134q-14 0 -23 9t-9 23v64zM832 256q185 0 316.5 131.5 t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
538
  <glyph unicode="&#xf226;" horiz-adv-x="1792" d="M1790 1007q12 -155 -52.5 -292t-186 -224t-271.5 -103v-260h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-512v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23 t23 9h224v260q-150 16 -271.5 103t-186 224t-52.5 292q17 206 164.5 356.5t352.5 169.5q206 21 377 -94q171 115 377 94q205 -19 352.5 -169.5t164.5 -356.5zM896 647q128 131 128 313t-128 313q-128 -131 -128 -313t128 -313zM576 512q115 0 218 57q-154 165 -154 391 q0 224 154 391q-103 57 -218 57q-185 0 -316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5zM1152 128v260q-137 15 -256 94q-119 -79 -256 -94v-260h512zM1216 512q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5q-115 0 -218 -57q154 -167 154 -391 q0 -226 -154 -391q103 -57 218 -57z" />
539
  <glyph unicode="&#xf227;" horiz-adv-x="1920" d="M1536 1120q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q76 -95 107.5 -214t9.5 -247q-31 -182 -166 -312t-318 -156q-210 -29 -384.5 80t-241.5 300q-117 6 -221 57.5t-177.5 133t-113.5 192.5t-32 230 q9 135 78 252t182 191.5t248 89.5q118 14 227.5 -19t198.5 -103l255 254h-134q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q59 -74 93 -169q182 -9 328 -124l255 254h-134q-14 0 -23 9 t-9 23v64zM1024 704q0 20 -4 58q-162 -25 -271 -150t-109 -292q0 -20 4 -58q162 25 271 150t109 292zM128 704q0 -168 111 -294t276 -149q-3 29 -3 59q0 210 135 369.5t338 196.5q-53 120 -163.5 193t-245.5 73q-185 0 -316.5 -131.5t-131.5 -316.5zM1088 -128 q185 0 316.5 131.5t131.5 316.5q0 168 -111 294t-276 149q3 -29 3 -59q0 -210 -135 -369.5t-338 -196.5q53 -120 163.5 -193t245.5 -73z" />
540
  <glyph unicode="&#xf228;" horiz-adv-x="2048" d="M1664 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q76 -95 107.5 -214t9.5 -247q-32 -180 -164.5 -310t-313.5 -157q-223 -34 -409 90q-117 -78 -256 -93v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23 t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-155 17 -279.5 109.5t-187 237.5t-39.5 307q25 187 159.5 322.5t320.5 164.5q224 34 410 -90q146 97 320 97q201 0 359 -126l255 254h-134q-14 0 -23 9 t-9 23v64zM896 391q128 131 128 313t-128 313q-128 -131 -128 -313t128 -313zM128 704q0 -185 131.5 -316.5t316.5 -131.5q117 0 218 57q-154 167 -154 391t154 391q-101 57 -218 57q-185 0 -316.5 -131.5t-131.5 -316.5zM1216 256q185 0 316.5 131.5t131.5 316.5 t-131.5 316.5t-316.5 131.5q-117 0 -218 -57q154 -167 154 -391t-154 -391q101 -57 218 -57z" />
541
- <glyph unicode="&#xf229;" horiz-adv-x="1792" d="M1728 1536q26 0 45 -19t19 -45v-416q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v262l-229 -230l156 -156q9 -10 9 -23t-9 -22l-46 -46q-9 -9 -22 -9t-23 9l-156 157l-99 -100q87 -104 129.5 -236.5t30.5 -276.5q-22 -250 -200.5 -431t-428.5 -206q-163 -17 -314 39.5 t-256.5 162t-162 256.5t-39.5 314q25 250 206 428.5t431 200.5q144 12 276.5 -30.5t236.5 -129.5l99 99l-156 156q-9 10 -9 23t9 22l46 46q9 9 22 9t23 -9l156 -156l229 229h-261q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h416zM1280 448q0 117 -45.5 223.5t-123 184t-184 123 t-223.5 45.5t-223.5 -45.5t-184 -123t-123 -184t-45.5 -223.5t45.5 -223.5t123 -184t184 -123t223.5 -45.5t223.5 45.5t184 123t123 184t45.5 223.5z" />
542
  <glyph unicode="&#xf22a;" horiz-adv-x="1280" d="M640 892q217 -24 364.5 -187.5t147.5 -384.5q0 -167 -87 -306t-236 -212t-319 -54q-133 15 -245.5 88t-182 188t-80.5 249q-12 155 52.5 292t186 224t271.5 103v132h-160q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h160v165l-92 -92q-10 -9 -23 -9t-22 9l-46 46q-9 9 -9 22 t9 23l202 201q19 19 45 19t45 -19l202 -201q9 -10 9 -23t-9 -22l-46 -46q-9 -9 -22 -9t-23 9l-92 92v-165h160q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-160v-132zM576 -128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5 t131.5 -316.5t316.5 -131.5z" />
543
- <glyph unicode="&#xf22b;" horiz-adv-x="2048" d="M2029 685q19 -19 19 -45t-19 -45l-294 -294q-9 -10 -22.5 -10t-22.5 10l-45 45q-10 9 -10 22.5t10 22.5l185 185h-294v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-131q-12 -119 -67 -226t-139 -183.5t-196.5 -121.5t-234.5 -45q-180 0 -330.5 91t-234.5 247 t-74 337q8 162 94 300t226.5 219.5t302.5 85.5q166 4 310.5 -71.5t235.5 -208.5t107 -296h131v224q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-224h294l-185 185q-10 9 -10 22.5t10 22.5l45 45q9 10 22.5 10t22.5 -10zM640 128q104 0 198.5 40.5t163.5 109.5t109.5 163.5 t40.5 198.5t-40.5 198.5t-109.5 163.5t-163.5 109.5t-198.5 40.5t-198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5z" />
544
  <glyph unicode="&#xf22c;" horiz-adv-x="1280" d="M1152 960q0 -221 -147.5 -384.5t-364.5 -187.5v-612q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v612q-217 24 -364.5 187.5t-147.5 384.5q0 117 45.5 223.5t123 184t184 123t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5zM576 512q185 0 316.5 131.5 t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
545
- <glyph unicode="&#xf22d;" horiz-adv-x="1792" />
546
  <glyph unicode="&#xf22e;" horiz-adv-x="1792" />
547
  <glyph unicode="&#xf22f;" horiz-adv-x="1792" />
548
  <glyph unicode="&#xf230;" d="M1451 1408q35 0 60 -25t25 -60v-1366q0 -35 -25 -60t-60 -25h-391v595h199l30 232h-229v148q0 56 23.5 84t91.5 28l122 1v207q-63 9 -178 9q-136 0 -217.5 -80t-81.5 -226v-171h-200v-232h200v-595h-735q-35 0 -60 25t-25 60v1366q0 35 25 60t60 25h1366z" />
@@ -555,11 +555,101 @@
555
  <glyph unicode="&#xf237;" d="M1536 1536l-192 -448h192v-192h-274l-55 -128h329v-192h-411l-357 -832l-357 832h-411v192h329l-55 128h-274v192h192l-192 448h256l323 -768h378l323 768h256zM768 320l108 256h-216z" />
556
  <glyph unicode="&#xf238;" d="M1088 1536q185 0 316.5 -93.5t131.5 -226.5v-896q0 -130 -125.5 -222t-305.5 -97l213 -202q16 -15 8 -35t-30 -20h-1056q-22 0 -30 20t8 35l213 202q-180 5 -305.5 97t-125.5 222v896q0 133 131.5 226.5t316.5 93.5h640zM768 192q80 0 136 56t56 136t-56 136t-136 56 t-136 -56t-56 -136t56 -136t136 -56zM1344 768v512h-1152v-512h1152z" />
557
  <glyph unicode="&#xf239;" d="M1088 1536q185 0 316.5 -93.5t131.5 -226.5v-896q0 -130 -125.5 -222t-305.5 -97l213 -202q16 -15 8 -35t-30 -20h-1056q-22 0 -30 20t8 35l213 202q-180 5 -305.5 97t-125.5 222v896q0 133 131.5 226.5t316.5 93.5h640zM288 224q66 0 113 47t47 113t-47 113t-113 47 t-113 -47t-47 -113t47 -113t113 -47zM704 768v512h-544v-512h544zM1248 224q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47zM1408 768v512h-576v-512h576z" />
558
- <glyph unicode="&#xf23a;" horiz-adv-x="1792" d="M1792 204v-209h-642v209h134v926h-6l-314 -1135h-243l-310 1135h-8v-926h135v-209h-538v209h69q21 0 43 19.5t22 37.5v881q0 18 -22 40t-43 22h-69v209h672l221 -821h6l223 821h670v-209h-71q-19 0 -41 -22t-22 -40v-881q0 -18 21.5 -37.5t41.5 -19.5h71z" />
559
- <glyph unicode="&#xf23b;" horiz-adv-x="1792" />
560
- <glyph unicode="&#xf23c;" horiz-adv-x="1792" />
561
- <glyph unicode="&#xf23d;" horiz-adv-x="1792" />
562
- <glyph unicode="&#xf23e;" horiz-adv-x="1792" />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
563
  <glyph unicode="&#xf500;" horiz-adv-x="1792" />
564
  </font>
565
  </defs></svg>
1
  <?xml version="1.0" standalone="no"?>
2
  <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
  <metadata></metadata>
5
  <defs>
6
  <font id="fontawesomeregular" horiz-adv-x="1536" >
219
  <glyph unicode="&#xf0d1;" horiz-adv-x="1792" d="M640 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM256 640h384v256h-158q-13 0 -22 -9l-195 -195q-9 -9 -9 -22v-30zM1536 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1792 1216v-1024q0 -15 -4 -26.5t-13.5 -18.5 t-16.5 -11.5t-23.5 -6t-22.5 -2t-25.5 0t-22.5 0.5q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-64q-3 0 -22.5 -0.5t-25.5 0t-22.5 2t-23.5 6t-16.5 11.5t-13.5 18.5t-4 26.5q0 26 19 45t45 19v320q0 8 -0.5 35t0 38 t2.5 34.5t6.5 37t14 30.5t22.5 30l198 198q19 19 50.5 32t58.5 13h160v192q0 26 19 45t45 19h1024q26 0 45 -19t19 -45z" />
220
  <glyph unicode="&#xf0d2;" d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103q-111 0 -218 32q59 93 78 164q9 34 54 211q20 -39 73 -67.5t114 -28.5q121 0 216 68.5t147 188.5t52 270q0 114 -59.5 214t-172.5 163t-255 63q-105 0 -196 -29t-154.5 -77t-109 -110.5t-67 -129.5t-21.5 -134 q0 -104 40 -183t117 -111q30 -12 38 20q2 7 8 31t8 30q6 23 -11 43q-51 61 -51 151q0 151 104.5 259.5t273.5 108.5q151 0 235.5 -82t84.5 -213q0 -170 -68.5 -289t-175.5 -119q-61 0 -98 43.5t-23 104.5q8 35 26.5 93.5t30 103t11.5 75.5q0 50 -27 83t-77 33 q-62 0 -105 -57t-43 -142q0 -73 25 -122l-99 -418q-17 -70 -13 -177q-206 91 -333 281t-127 423q0 209 103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
221
  <glyph unicode="&#xf0d3;" d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-725q85 122 108 210q9 34 53 209q21 -39 73.5 -67t112.5 -28q181 0 295.5 147.5t114.5 373.5q0 84 -35 162.5t-96.5 139t-152.5 97t-197 36.5q-104 0 -194.5 -28.5t-153 -76.5 t-107.5 -109.5t-66.5 -128t-21.5 -132.5q0 -102 39.5 -180t116.5 -110q13 -5 23.5 0t14.5 19q10 44 15 61q6 23 -11 42q-50 62 -50 150q0 150 103.5 256.5t270.5 106.5q149 0 232.5 -81t83.5 -210q0 -168 -67.5 -286t-173.5 -118q-60 0 -97 43.5t-23 103.5q8 34 26.5 92.5 t29.5 102t11 74.5q0 49 -26.5 81.5t-75.5 32.5q-61 0 -103.5 -56.5t-42.5 -139.5q0 -72 24 -121l-98 -414q-24 -100 -7 -254h-183q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960z" />
222
+ <glyph unicode="&#xf0d4;" d="M917 631q0 26 -6 64h-362v-132h217q-3 -24 -16.5 -50t-37.5 -53t-66.5 -44.5t-96.5 -17.5q-99 0 -169 71t-70 171t70 171t169 71q92 0 153 -59l104 101q-108 100 -257 100q-160 0 -272 -112.5t-112 -271.5t112 -271.5t272 -112.5q165 0 266.5 105t101.5 270zM1262 585 h109v110h-109v110h-110v-110h-110v-110h110v-110h110v110zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
223
+ <glyph unicode="&#xf0d5;" horiz-adv-x="2304" d="M1437 623q0 -208 -87 -370.5t-248 -254t-369 -91.5q-149 0 -285 58t-234 156t-156 234t-58 285t58 285t156 234t234 156t285 58q286 0 491 -192l-199 -191q-117 113 -292 113q-123 0 -227.5 -62t-165.5 -168.5t-61 -232.5t61 -232.5t165.5 -168.5t227.5 -62 q83 0 152.5 23t114.5 57.5t78.5 78.5t49 83t21.5 74h-416v252h692q12 -63 12 -122zM2304 745v-210h-209v-209h-210v209h-209v210h209v209h210v-209h209z" />
224
  <glyph unicode="&#xf0d6;" horiz-adv-x="1920" d="M768 384h384v96h-128v448h-114l-148 -137l77 -80q42 37 55 57h2v-288h-128v-96zM1280 640q0 -70 -21 -142t-59.5 -134t-101.5 -101t-138 -39t-138 39t-101.5 101t-59.5 134t-21 142t21 142t59.5 134t101.5 101t138 39t138 -39t101.5 -101t59.5 -134t21 -142zM1792 384 v512q-106 0 -181 75t-75 181h-1152q0 -106 -75 -181t-181 -75v-512q106 0 181 -75t75 -181h1152q0 106 75 181t181 75zM1920 1216v-1152q0 -26 -19 -45t-45 -19h-1792q-26 0 -45 19t-19 45v1152q0 26 19 45t45 19h1792q26 0 45 -19t19 -45z" />
225
  <glyph unicode="&#xf0d7;" horiz-adv-x="1024" d="M1024 832q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
226
  <glyph unicode="&#xf0d8;" horiz-adv-x="1024" d="M1024 320q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
362
  <glyph unicode="&#xf169;" d="M685 771q0 1 -126 222q-21 34 -52 34h-184q-18 0 -26 -11q-7 -12 1 -29l125 -216v-1l-196 -346q-9 -14 0 -28q8 -13 24 -13h185q31 0 50 36zM1309 1268q-7 12 -24 12h-187q-30 0 -49 -35l-411 -729q1 -2 262 -481q20 -35 52 -35h184q18 0 25 12q8 13 -1 28l-260 476v1 l409 723q8 16 0 28zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
363
  <glyph unicode="&#xf16a;" horiz-adv-x="1792" d="M1280 640q0 37 -30 54l-512 320q-31 20 -65 2q-33 -18 -33 -56v-640q0 -38 33 -56q16 -8 31 -8q20 0 34 10l512 320q30 17 30 54zM1792 640q0 -96 -1 -150t-8.5 -136.5t-22.5 -147.5q-16 -73 -69 -123t-124 -58q-222 -25 -671 -25t-671 25q-71 8 -124.5 58t-69.5 123 q-14 65 -21.5 147.5t-8.5 136.5t-1 150t1 150t8.5 136.5t22.5 147.5q16 73 69 123t124 58q222 25 671 25t671 -25q71 -8 124.5 -58t69.5 -123q14 -65 21.5 -147.5t8.5 -136.5t1 -150z" />
364
  <glyph unicode="&#xf16b;" horiz-adv-x="1792" d="M402 829l494 -305l-342 -285l-490 319zM1388 274v-108l-490 -293v-1l-1 1l-1 -1v1l-489 293v108l147 -96l342 284v2l1 -1l1 1v-2l343 -284zM554 1418l342 -285l-494 -304l-338 270zM1390 829l338 -271l-489 -319l-343 285zM1239 1418l489 -319l-338 -270l-494 304z" />
365
+ <glyph unicode="&#xf16c;" d="M1289 -96h-1118v480h-160v-640h1438v640h-160v-480zM347 428l33 157l783 -165l-33 -156zM450 802l67 146l725 -339l-67 -145zM651 1158l102 123l614 -513l-102 -123zM1048 1536l477 -641l-128 -96l-477 641zM330 65v159h800v-159h-800z" />
366
  <glyph unicode="&#xf16d;" d="M1362 110v648h-135q20 -63 20 -131q0 -126 -64 -232.5t-174 -168.5t-240 -62q-197 0 -337 135.5t-140 327.5q0 68 20 131h-141v-648q0 -26 17.5 -43.5t43.5 -17.5h1069q25 0 43 17.5t18 43.5zM1078 643q0 124 -90.5 211.5t-218.5 87.5q-127 0 -217.5 -87.5t-90.5 -211.5 t90.5 -211.5t217.5 -87.5q128 0 218.5 87.5t90.5 211.5zM1362 1003v165q0 28 -20 48.5t-49 20.5h-174q-29 0 -49 -20.5t-20 -48.5v-165q0 -29 20 -49t49 -20h174q29 0 49 20t20 49zM1536 1211v-1142q0 -81 -58 -139t-139 -58h-1142q-81 0 -139 58t-58 139v1142q0 81 58 139 t139 58h1142q81 0 139 -58t58 -139z" />
367
  <glyph unicode="&#xf16e;" d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM698 640q0 88 -62 150t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150zM1262 640q0 88 -62 150 t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150z" />
368
  <glyph unicode="&#xf170;" d="M768 914l201 -306h-402zM1133 384h94l-459 691l-459 -691h94l104 160h522zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
399
  <glyph unicode="&#xf191;" d="M1024 960v-640q0 -26 -19 -45t-45 -19q-20 0 -37 12l-448 320q-27 19 -27 52t27 52l448 320q17 12 37 12q26 0 45 -19t19 -45zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5z M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
400
  <glyph unicode="&#xf192;" d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5 t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
401
  <glyph unicode="&#xf193;" horiz-adv-x="1664" d="M1023 349l102 -204q-58 -179 -210 -290t-339 -111q-156 0 -288.5 77.5t-210 210t-77.5 288.5q0 181 104.5 330t274.5 211l17 -131q-122 -54 -195 -165.5t-73 -244.5q0 -185 131.5 -316.5t316.5 -131.5q126 0 232.5 65t165 175.5t49.5 236.5zM1571 249l58 -114l-256 -128 q-13 -7 -29 -7q-40 0 -57 35l-239 477h-472q-24 0 -42.5 16.5t-21.5 40.5l-96 779q-2 16 6 42q14 51 57 82.5t97 31.5q66 0 113 -47t47 -113q0 -69 -52 -117.5t-120 -41.5l37 -289h423v-128h-407l16 -128h455q40 0 57 -35l228 -455z" />
402
+ <glyph unicode="&#xf194;" d="M1292 898q10 216 -161 222q-231 8 -312 -261q44 19 82 19q85 0 74 -96q-4 -57 -74 -167t-105 -110q-43 0 -82 169q-13 54 -45 255q-30 189 -160 177q-59 -7 -164 -100l-81 -72l-81 -72l52 -67q76 52 87 52q57 0 107 -179q15 -55 45 -164.5t45 -164.5q68 -179 164 -179 q157 0 383 294q220 283 226 444zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
403
  <glyph unicode="&#xf195;" horiz-adv-x="1152" d="M1152 704q0 -191 -94.5 -353t-256.5 -256.5t-353 -94.5h-160q-14 0 -23 9t-9 23v611l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v93l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v250q0 14 9 23t23 9h160 q14 0 23 -9t9 -23v-181l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-93l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-487q188 13 318 151t130 328q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" />
404
  <glyph unicode="&#xf196;" horiz-adv-x="1408" d="M1152 736v-64q0 -14 -9 -23t-23 -9h-352v-352q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v352h-352q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h352v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-352h352q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832 q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
405
  <glyph unicode="&#xf197;" horiz-adv-x="2176" d="M620 416q-110 -64 -268 -64h-128v64h-64q-13 0 -22.5 23.5t-9.5 56.5q0 24 7 49q-58 2 -96.5 10.5t-38.5 20.5t38.5 20.5t96.5 10.5q-7 25 -7 49q0 33 9.5 56.5t22.5 23.5h64v64h128q158 0 268 -64h1113q42 -7 106.5 -18t80.5 -14q89 -15 150 -40.5t83.5 -47.5t22.5 -40 t-22.5 -40t-83.5 -47.5t-150 -40.5q-16 -3 -80.5 -14t-106.5 -18h-1113zM1739 668q53 -36 53 -92t-53 -92l81 -30q68 48 68 122t-68 122zM625 400h1015q-217 -38 -456 -80q-57 0 -113 -24t-83 -48l-28 -24l-288 -288q-26 -26 -70.5 -45t-89.5 -19h-96l-93 464h29 q157 0 273 64zM352 816h-29l93 464h96q46 0 90 -19t70 -45l288 -288q4 -4 11 -10.5t30.5 -23t48.5 -29t61.5 -23t72.5 -10.5l456 -80h-1015q-116 64 -273 64z" />
410
  <glyph unicode="&#xf19c;" horiz-adv-x="2048" d="M960 1536l960 -384v-128h-128q0 -26 -20.5 -45t-48.5 -19h-1526q-28 0 -48.5 19t-20.5 45h-128v128zM256 896h256v-768h128v768h256v-768h128v768h256v-768h128v768h256v-768h59q28 0 48.5 -19t20.5 -45v-64h-1664v64q0 26 20.5 45t48.5 19h59v768zM1851 -64 q28 0 48.5 -19t20.5 -45v-128h-1920v128q0 26 20.5 45t48.5 19h1782z" />
411
  <glyph unicode="&#xf19d;" horiz-adv-x="2304" d="M1774 700l18 -316q4 -69 -82 -128t-235 -93.5t-323 -34.5t-323 34.5t-235 93.5t-82 128l18 316l574 -181q22 -7 48 -7t48 7zM2304 1024q0 -23 -22 -31l-1120 -352q-4 -1 -10 -1t-10 1l-652 206q-43 -34 -71 -111.5t-34 -178.5q63 -36 63 -109q0 -69 -58 -107l58 -433 q2 -14 -8 -25q-9 -11 -24 -11h-192q-15 0 -24 11q-10 11 -8 25l58 433q-58 38 -58 107q0 73 65 111q11 207 98 330l-333 104q-22 8 -22 31t22 31l1120 352q4 1 10 1t10 -1l1120 -352q22 -8 22 -31z" />
412
  <glyph unicode="&#xf19e;" d="M859 579l13 -707q-62 11 -105 11q-41 0 -105 -11l13 707q-40 69 -168.5 295.5t-216.5 374.5t-181 287q58 -15 108 -15q43 0 111 15q63 -111 133.5 -229.5t167 -276.5t138.5 -227q37 61 109.5 177.5t117.5 190t105 176t107 189.5q54 -14 107 -14q56 0 114 14v0 q-28 -39 -60 -88.5t-49.5 -78.5t-56.5 -96t-49 -84q-146 -248 -353 -610z" />
413
+ <glyph unicode="&#xf1a0;" d="M768 750h725q12 -67 12 -128q0 -217 -91 -387.5t-259.5 -266.5t-386.5 -96q-157 0 -299 60.5t-245 163.5t-163.5 245t-60.5 299t60.5 299t163.5 245t245 163.5t299 60.5q300 0 515 -201l-209 -201q-123 119 -306 119q-129 0 -238.5 -65t-173.5 -176.5t-64 -243.5 t64 -243.5t173.5 -176.5t238.5 -65q87 0 160 24t120 60t82 82t51.5 87t22.5 78h-436v264z" />
414
+ <glyph unicode="&#xf1a1;" horiz-adv-x="1792" d="M1095 369q16 -16 0 -31q-62 -62 -199 -62t-199 62q-16 15 0 31q6 6 15 6t15 -6q48 -49 169 -49q120 0 169 49q6 6 15 6t15 -6zM788 550q0 -37 -26 -63t-63 -26t-63.5 26t-26.5 63q0 38 26.5 64t63.5 26t63 -26.5t26 -63.5zM1183 550q0 -37 -26.5 -63t-63.5 -26t-63 26 t-26 63t26 63.5t63 26.5t63.5 -26t26.5 -64zM1434 670q0 49 -35 84t-85 35t-86 -36q-130 90 -311 96l63 283l200 -45q0 -37 26 -63t63 -26t63.5 26.5t26.5 63.5t-26.5 63.5t-63.5 26.5q-54 0 -80 -50l-221 49q-19 5 -25 -16l-69 -312q-180 -7 -309 -97q-35 37 -87 37 q-50 0 -85 -35t-35 -84q0 -35 18.5 -64t49.5 -44q-6 -27 -6 -56q0 -142 140 -243t337 -101q198 0 338 101t140 243q0 32 -7 57q30 15 48 43.5t18 63.5zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191 t348 71t348 -71t286 -191t191 -286t71 -348z" />
415
+ <glyph unicode="&#xf1a2;" d="M939 407q13 -13 0 -26q-53 -53 -171 -53t-171 53q-13 13 0 26q5 6 13 6t13 -6q42 -42 145 -42t145 42q5 6 13 6t13 -6zM676 563q0 -31 -23 -54t-54 -23t-54 23t-23 54q0 32 22.5 54.5t54.5 22.5t54.5 -22.5t22.5 -54.5zM1014 563q0 -31 -23 -54t-54 -23t-54 23t-23 54 q0 32 22.5 54.5t54.5 22.5t54.5 -22.5t22.5 -54.5zM1229 666q0 42 -30 72t-73 30q-42 0 -73 -31q-113 78 -267 82l54 243l171 -39q1 -32 23.5 -54t53.5 -22q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5q-48 0 -69 -43l-189 42q-17 5 -21 -13l-60 -268q-154 -6 -265 -83 q-30 32 -74 32q-43 0 -73 -30t-30 -72q0 -30 16 -55t42 -38q-5 -25 -5 -48q0 -122 120 -208.5t289 -86.5q170 0 290 86.5t120 208.5q0 25 -6 49q25 13 40.5 37.5t15.5 54.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960 q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
416
  <glyph unicode="&#xf1a3;" d="M866 697l90 27v62q0 79 -58 135t-138 56t-138 -55.5t-58 -134.5v-283q0 -20 -14 -33.5t-33 -13.5t-32.5 13.5t-13.5 33.5v120h-151v-122q0 -82 57.5 -139t139.5 -57q81 0 138.5 56.5t57.5 136.5v280q0 19 13.5 33t33.5 14q19 0 32.5 -14t13.5 -33v-54zM1199 502v122h-150 v-126q0 -20 -13.5 -33.5t-33.5 -13.5q-19 0 -32.5 14t-13.5 33v123l-90 -26l-60 28v-123q0 -80 58 -137t139 -57t138.5 57t57.5 139zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103 t385.5 -103t279.5 -279.5t103 -385.5z" />
417
  <glyph unicode="&#xf1a4;" horiz-adv-x="1920" d="M1062 824v118q0 42 -30 72t-72 30t-72 -30t-30 -72v-612q0 -175 -126 -299t-303 -124q-178 0 -303.5 125.5t-125.5 303.5v266h328v-262q0 -43 30 -72.5t72 -29.5t72 29.5t30 72.5v620q0 171 126.5 292t301.5 121q176 0 302 -122t126 -294v-136l-195 -58zM1592 602h328 v-266q0 -178 -125.5 -303.5t-303.5 -125.5q-177 0 -303 124.5t-126 300.5v268l131 -61l195 58v-270q0 -42 30 -71.5t72 -29.5t72 29.5t30 71.5v275z" />
418
  <glyph unicode="&#xf1a5;" d="M1472 160v480h-704v704h-480q-93 0 -158.5 -65.5t-65.5 -158.5v-480h704v-704h480q93 0 158.5 65.5t65.5 158.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5 t84.5 -203.5z" />
454
  <glyph unicode="&#xf1cb;" horiz-adv-x="1792" d="M216 367l603 -402v359l-334 223zM154 511l193 129l-193 129v-258zM973 -35l603 402l-269 180l-334 -223v-359zM896 458l272 182l-272 182l-272 -182zM485 733l334 223v359l-603 -402zM1445 640l193 -129v258zM1307 733l269 180l-603 402v-359zM1792 913v-546 q0 -41 -34 -64l-819 -546q-21 -13 -43 -13t-43 13l-819 546q-34 23 -34 64v546q0 41 34 64l819 546q21 13 43 13t43 -13l819 -546q34 -23 34 -64z" />
455
  <glyph unicode="&#xf1cc;" horiz-adv-x="2048" d="M1800 764q111 -46 179.5 -145.5t68.5 -221.5q0 -164 -118 -280.5t-285 -116.5q-4 0 -11.5 0.5t-10.5 0.5h-1209h-1h-2h-5q-170 10 -288 125.5t-118 280.5q0 110 55 203t147 147q-12 39 -12 82q0 115 82 196t199 81q95 0 172 -58q75 154 222.5 248t326.5 94 q166 0 306 -80.5t221.5 -218.5t81.5 -301q0 -6 -0.5 -18t-0.5 -18zM468 498q0 -122 84 -193t208 -71q137 0 240 99q-16 20 -47.5 56.5t-43.5 50.5q-67 -65 -144 -65q-55 0 -93.5 33.5t-38.5 87.5q0 53 38.5 87t91.5 34q44 0 84.5 -21t73 -55t65 -75t69 -82t77 -75t97 -55 t121.5 -21q121 0 204.5 71.5t83.5 190.5q0 121 -84 192t-207 71q-143 0 -241 -97q14 -16 29.5 -34t34.5 -40t29 -34q66 64 142 64q52 0 92 -33t40 -84q0 -57 -37 -91.5t-94 -34.5q-43 0 -82.5 21t-72 55t-65.5 75t-69.5 82t-77.5 75t-96.5 55t-118.5 21q-122 0 -207 -70.5 t-85 -189.5z" />
456
  <glyph unicode="&#xf1cd;" horiz-adv-x="1792" d="M896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM896 1408q-190 0 -361 -90l194 -194q82 28 167 28t167 -28l194 194q-171 90 -361 90zM218 279l194 194 q-28 82 -28 167t28 167l-194 194q-90 -171 -90 -361t90 -361zM896 -128q190 0 361 90l-194 194q-82 -28 -167 -28t-167 28l-194 -194q171 -90 361 -90zM896 256q159 0 271.5 112.5t112.5 271.5t-112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5 t271.5 -112.5zM1380 473l194 -194q90 171 90 361t-90 361l-194 -194q28 -82 28 -167t-28 -167z" />
457
+ <glyph unicode="&#xf1ce;" horiz-adv-x="1792" d="M1760 640q0 -176 -68.5 -336t-184 -275.5t-275.5 -184t-336 -68.5t-336 68.5t-275.5 184t-184 275.5t-68.5 336q0 213 97 398.5t265 305.5t374 151v-228q-221 -45 -366.5 -221t-145.5 -406q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5 t136.5 204t51 248.5q0 230 -145.5 406t-366.5 221v228q206 -31 374 -151t265 -305.5t97 -398.5z" />
458
  <glyph unicode="&#xf1d0;" horiz-adv-x="1792" d="M19 662q8 217 116 406t305 318h5q0 -1 -1 -3q-8 -8 -28 -33.5t-52 -76.5t-60 -110.5t-44.5 -135.5t-14 -150.5t39 -157.5t108.5 -154q50 -50 102 -69.5t90.5 -11.5t69.5 23.5t47 32.5l16 16q39 51 53 116.5t6.5 122.5t-21 107t-26.5 80l-14 29q-10 25 -30.5 49.5t-43 41 t-43.5 29.5t-35 19l-13 6l104 115q39 -17 78 -52t59 -61l19 -27q1 48 -18.5 103.5t-40.5 87.5l-20 31l161 183l160 -181q-33 -46 -52.5 -102.5t-22.5 -90.5l-4 -33q22 37 61.5 72.5t67.5 52.5l28 17l103 -115q-44 -14 -85 -50t-60 -65l-19 -29q-31 -56 -48 -133.5t-7 -170 t57 -156.5q33 -45 77.5 -60.5t85 -5.5t76 26.5t57.5 33.5l21 16q60 53 96.5 115t48.5 121.5t10 121.5t-18 118t-37 107.5t-45.5 93t-45 72t-34.5 47.5l-13 17q-14 13 -7 13l10 -3q40 -29 62.5 -46t62 -50t64 -58t58.5 -65t55.5 -77t45.5 -88t38 -103t23.5 -117t10.5 -136 q3 -259 -108 -465t-312 -321t-456 -115q-185 0 -351 74t-283.5 198t-184 293t-60.5 353z" />
459
  <glyph unicode="&#xf1d1;" horiz-adv-x="1792" d="M874 -102v-66q-208 6 -385 109.5t-283 275.5l58 34q29 -49 73 -99l65 57q148 -168 368 -212l-17 -86q65 -12 121 -13zM276 428l-83 -28q22 -60 49 -112l-57 -33q-98 180 -98 385t98 385l57 -33q-30 -56 -49 -112l82 -28q-35 -100 -35 -212q0 -109 36 -212zM1528 251 l58 -34q-106 -172 -283 -275.5t-385 -109.5v66q56 1 121 13l-17 86q220 44 368 212l65 -57q44 50 73 99zM1377 805l-233 -80q14 -42 14 -85t-14 -85l232 -80q-31 -92 -98 -169l-185 162q-57 -67 -147 -85l48 -241q-52 -10 -98 -10t-98 10l48 241q-90 18 -147 85l-185 -162 q-67 77 -98 169l232 80q-14 42 -14 85t14 85l-233 80q33 93 99 169l185 -162q59 68 147 86l-48 240q44 10 98 10t98 -10l-48 -240q88 -18 147 -86l185 162q66 -76 99 -169zM874 1448v-66q-65 -2 -121 -13l17 -86q-220 -42 -368 -211l-65 56q-38 -42 -73 -98l-57 33 q106 172 282 275.5t385 109.5zM1705 640q0 -205 -98 -385l-57 33q27 52 49 112l-83 28q36 103 36 212q0 112 -35 212l82 28q-19 56 -49 112l57 33q98 -180 98 -385zM1585 1063l-57 -33q-35 56 -73 98l-65 -56q-148 169 -368 211l17 86q-56 11 -121 13v66q209 -6 385 -109.5 t282 -275.5zM1748 640q0 173 -67.5 331t-181.5 272t-272 181.5t-331 67.5t-331 -67.5t-272 -181.5t-181.5 -272t-67.5 -331t67.5 -331t181.5 -272t272 -181.5t331 -67.5t331 67.5t272 181.5t181.5 272t67.5 331zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71 t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
460
  <glyph unicode="&#xf1d2;" d="M582 228q0 -66 -93 -66q-107 0 -107 63q0 64 98 64q102 0 102 -61zM546 694q0 -85 -74 -85q-77 0 -77 84q0 90 77 90q36 0 55 -25.5t19 -63.5zM712 769v125q-78 -29 -135 -29q-50 29 -110 29q-86 0 -145 -57t-59 -143q0 -50 29.5 -102t73.5 -67v-3q-38 -17 -38 -85 q0 -53 41 -77v-3q-113 -37 -113 -139q0 -45 20 -78.5t54 -51t72 -25.5t81 -8q224 0 224 188q0 67 -48 99t-126 46q-27 5 -51.5 20.5t-24.5 39.5q0 44 49 52q77 15 122 70t45 134q0 24 -10 52q37 9 49 13zM771 350h137q-2 27 -2 82v387q0 46 2 69h-137q3 -23 3 -71v-392 q0 -50 -3 -75zM1280 366v121q-30 -21 -68 -21q-53 0 -53 82v225h52q9 0 26.5 -1t26.5 -1v117h-105q0 82 3 102h-140q4 -24 4 -55v-47h-60v-117q36 3 37 3q3 0 11 -0.5t12 -0.5v-2h-2v-217q0 -37 2.5 -64t11.5 -56.5t24.5 -48.5t43.5 -31t66 -12q64 0 108 24zM924 1072 q0 36 -24 63.5t-60 27.5t-60.5 -27t-24.5 -64q0 -36 25 -62.5t60 -26.5t59.5 27t24.5 62zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
461
  <glyph unicode="&#xf1d3;" horiz-adv-x="1792" d="M595 22q0 100 -165 100q-158 0 -158 -104q0 -101 172 -101q151 0 151 105zM536 777q0 61 -30 102t-89 41q-124 0 -124 -145q0 -135 124 -135q119 0 119 137zM805 1101v-202q-36 -12 -79 -22q16 -43 16 -84q0 -127 -73 -216.5t-197 -112.5q-40 -8 -59.5 -27t-19.5 -58 q0 -31 22.5 -51.5t58 -32t78.5 -22t86 -25.5t78.5 -37.5t58 -64t22.5 -98.5q0 -304 -363 -304q-69 0 -130 12.5t-116 41t-87.5 82t-32.5 127.5q0 165 182 225v4q-67 41 -67 126q0 109 63 137v4q-72 24 -119.5 108.5t-47.5 165.5q0 139 95 231.5t235 92.5q96 0 178 -47 q98 0 218 47zM1123 220h-222q4 45 4 134v609q0 94 -4 128h222q-4 -33 -4 -124v-613q0 -89 4 -134zM1724 442v-196q-71 -39 -174 -39q-62 0 -107 20t-70 50t-39.5 78t-18.5 92t-4 103v351h2v4q-7 0 -19 1t-18 1q-21 0 -59 -6v190h96v76q0 54 -6 89h227q-6 -41 -6 -165h171 v-190q-15 0 -43.5 2t-42.5 2h-85v-365q0 -131 87 -131q61 0 109 33zM1148 1389q0 -58 -39 -101.5t-96 -43.5q-58 0 -98 43.5t-40 101.5q0 59 39.5 103t98.5 44q58 0 96.5 -44.5t38.5 -102.5z" />
462
+ <glyph unicode="&#xf1d4;" d="M809 532l266 499h-112l-157 -312q-24 -48 -44 -92l-42 92l-155 312h-120l263 -493v-324h101v318zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
463
  <glyph unicode="&#xf1d5;" horiz-adv-x="1280" d="M842 964q0 -80 -57 -136.5t-136 -56.5q-60 0 -111 35q-62 -67 -115 -146q-247 -371 -202 -859q1 -22 -12.5 -38.5t-34.5 -18.5h-5q-20 0 -35 13.5t-17 33.5q-14 126 -3.5 247.5t29.5 217t54 186t69 155.5t74 125q61 90 132 165q-16 35 -16 77q0 80 56.5 136.5t136.5 56.5 t136.5 -56.5t56.5 -136.5zM1223 953q0 -158 -78 -292t-212.5 -212t-292.5 -78q-64 0 -131 14q-21 5 -32.5 23.5t-6.5 39.5q5 20 23 31.5t39 7.5q51 -13 108 -13q97 0 186 38t153 102t102 153t38 186t-38 186t-102 153t-153 102t-186 38t-186 -38t-153 -102t-102 -153 t-38 -186q0 -114 52 -218q10 -20 3.5 -40t-25.5 -30t-39.5 -3t-30.5 26q-64 123 -64 265q0 119 46.5 227t124.5 186t186 124t226 46q158 0 292.5 -78t212.5 -212.5t78 -292.5z" />
464
  <glyph unicode="&#xf1d6;" horiz-adv-x="1792" d="M270 730q-8 19 -8 52q0 20 11 49t24 45q-1 22 7.5 53t22.5 43q0 139 92.5 288.5t217.5 209.5q139 66 324 66q133 0 266 -55q49 -21 90 -48t71 -56t55 -68t42 -74t32.5 -84.5t25.5 -89.5t22 -98l1 -5q55 -83 55 -150q0 -14 -9 -40t-9 -38q0 -1 1.5 -3.5t3.5 -5t2 -3.5 q77 -114 120.5 -214.5t43.5 -208.5q0 -43 -19.5 -100t-55.5 -57q-9 0 -19.5 7.5t-19 17.5t-19 26t-16 26.5t-13.5 26t-9 17.5q-1 1 -3 1l-5 -4q-59 -154 -132 -223q20 -20 61.5 -38.5t69 -41.5t35.5 -65q-2 -4 -4 -16t-7 -18q-64 -97 -302 -97q-53 0 -110.5 9t-98 20 t-104.5 30q-15 5 -23 7q-14 4 -46 4.5t-40 1.5q-41 -45 -127.5 -65t-168.5 -20q-35 0 -69 1.5t-93 9t-101 20.5t-74.5 40t-32.5 64q0 40 10 59.5t41 48.5q11 2 40.5 13t49.5 12q4 0 14 2q2 2 2 4l-2 3q-48 11 -108 105.5t-73 156.5l-5 3q-4 0 -12 -20q-18 -41 -54.5 -74.5 t-77.5 -37.5h-1q-4 0 -6 4.5t-5 5.5q-23 54 -23 100q0 275 252 466z" />
465
  <glyph unicode="&#xf1d7;" horiz-adv-x="2048" d="M580 1075q0 41 -25 66t-66 25q-43 0 -76 -25.5t-33 -65.5q0 -39 33 -64.5t76 -25.5q41 0 66 24.5t25 65.5zM1323 568q0 28 -25.5 50t-65.5 22q-27 0 -49.5 -22.5t-22.5 -49.5q0 -28 22.5 -50.5t49.5 -22.5q40 0 65.5 22t25.5 51zM1087 1075q0 41 -24.5 66t-65.5 25 q-43 0 -76 -25.5t-33 -65.5q0 -39 33 -64.5t76 -25.5q41 0 65.5 24.5t24.5 65.5zM1722 568q0 28 -26 50t-65 22q-27 0 -49.5 -22.5t-22.5 -49.5q0 -28 22.5 -50.5t49.5 -22.5q39 0 65 22t26 51zM1456 965q-31 4 -70 4q-169 0 -311 -77t-223.5 -208.5t-81.5 -287.5 q0 -78 23 -152q-35 -3 -68 -3q-26 0 -50 1.5t-55 6.5t-44.5 7t-54.5 10.5t-50 10.5l-253 -127l72 218q-290 203 -290 490q0 169 97.5 311t264 223.5t363.5 81.5q176 0 332.5 -66t262 -182.5t136.5 -260.5zM2048 404q0 -117 -68.5 -223.5t-185.5 -193.5l55 -181l-199 109 q-150 -37 -218 -37q-169 0 -311 70.5t-223.5 191.5t-81.5 264t81.5 264t223.5 191.5t311 70.5q161 0 303 -70.5t227.5 -192t85.5 -263.5z" />
483
  <glyph unicode="&#xf1ea;" horiz-adv-x="2048" d="M1024 1024h-384v-384h384v384zM1152 384v-128h-640v128h640zM1152 1152v-640h-640v640h640zM1792 384v-128h-512v128h512zM1792 640v-128h-512v128h512zM1792 896v-128h-512v128h512zM1792 1152v-128h-512v128h512zM256 192v960h-128v-960q0 -26 19 -45t45 -19t45 19 t19 45zM1920 192v1088h-1536v-1088q0 -33 -11 -64h1483q26 0 45 19t19 45zM2048 1408v-1216q0 -80 -56 -136t-136 -56h-1664q-80 0 -136 56t-56 136v1088h256v128h1792z" />
484
  <glyph unicode="&#xf1eb;" horiz-adv-x="2048" d="M1024 13q-20 0 -93 73.5t-73 93.5q0 32 62.5 54t103.5 22t103.5 -22t62.5 -54q0 -20 -73 -93.5t-93 -73.5zM1294 284q-2 0 -40 25t-101.5 50t-128.5 25t-128.5 -25t-101 -50t-40.5 -25q-18 0 -93.5 75t-75.5 93q0 13 10 23q78 77 196 121t233 44t233 -44t196 -121 q10 -10 10 -23q0 -18 -75.5 -93t-93.5 -75zM1567 556q-11 0 -23 8q-136 105 -252 154.5t-268 49.5q-85 0 -170.5 -22t-149 -53t-113.5 -62t-79 -53t-31 -22q-17 0 -92 75t-75 93q0 12 10 22q132 132 320 205t380 73t380 -73t320 -205q10 -10 10 -22q0 -18 -75 -93t-92 -75z M1838 827q-11 0 -22 9q-179 157 -371.5 236.5t-420.5 79.5t-420.5 -79.5t-371.5 -236.5q-11 -9 -22 -9q-17 0 -92.5 75t-75.5 93q0 13 10 23q187 186 445 288t527 102t527 -102t445 -288q10 -10 10 -23q0 -18 -75.5 -93t-92.5 -75z" />
485
  <glyph unicode="&#xf1ec;" horiz-adv-x="1792" d="M384 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5 t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5 t37.5 90.5zM384 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 768q0 53 -37.5 90.5t-90.5 37.5 t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1536 0v384q0 52 -38 90t-90 38t-90 -38t-38 -90v-384q0 -52 38 -90t90 -38t90 38t38 90zM1152 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5z M1536 1088v256q0 26 -19 45t-45 19h-1280q-26 0 -45 -19t-19 -45v-256q0 -26 19 -45t45 -19h1280q26 0 45 19t19 45zM1536 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1408v-1536q0 -52 -38 -90t-90 -38 h-1408q-52 0 -90 38t-38 90v1536q0 52 38 90t90 38h1408q52 0 90 -38t38 -90z" />
486
+ <glyph unicode="&#xf1ed;" d="M1519 890q18 -84 -4 -204q-87 -444 -565 -444h-44q-25 0 -44 -16.5t-24 -42.5l-4 -19l-55 -346l-2 -15q-5 -26 -24.5 -42.5t-44.5 -16.5h-251q-21 0 -33 15t-9 36q9 56 26.5 168t26.5 168t27 167.5t27 167.5q5 37 43 37h131q133 -2 236 21q175 39 287 144q102 95 155 246 q24 70 35 133q1 6 2.5 7.5t3.5 1t6 -3.5q79 -59 98 -162zM1347 1172q0 -107 -46 -236q-80 -233 -302 -315q-113 -40 -252 -42q0 -1 -90 -1l-90 1q-100 0 -118 -96q-2 -8 -85 -530q-1 -10 -12 -10h-295q-22 0 -36.5 16.5t-11.5 38.5l232 1471q5 29 27.5 48t51.5 19h598 q34 0 97.5 -13t111.5 -32q107 -41 163.5 -123t56.5 -196z" />
487
  <glyph unicode="&#xf1ee;" horiz-adv-x="1792" d="M602 949q19 -61 31 -123.5t17 -141.5t-14 -159t-62 -145q-21 81 -67 157t-95.5 127t-99 90.5t-78.5 57.5t-33 19q-62 34 -81.5 100t14.5 128t101 81.5t129 -14.5q138 -83 238 -177zM927 1236q11 -25 20.5 -46t36.5 -100.5t42.5 -150.5t25.5 -179.5t0 -205.5t-47.5 -209.5 t-105.5 -208.5q-51 -72 -138 -72q-54 0 -98 31q-57 40 -69 109t28 127q60 85 81 195t13 199.5t-32 180.5t-39 128t-22 52q-31 63 -8.5 129.5t85.5 97.5q34 17 75 17q47 0 88.5 -25t63.5 -69zM1248 567q-17 -160 -72 -311q-17 131 -63 246q25 174 -5 361q-27 178 -94 342 q114 -90 212 -211q9 -37 15 -80q26 -179 7 -347zM1520 1440q9 -17 23.5 -49.5t43.5 -117.5t50.5 -178t34 -227.5t5 -269t-47 -300t-112.5 -323.5q-22 -48 -66 -75.5t-95 -27.5q-39 0 -74 16q-67 31 -92.5 100t4.5 136q58 126 90 257.5t37.5 239.5t-3.5 213.5t-26.5 180.5 t-38.5 138.5t-32.5 90t-15.5 32.5q-34 65 -11.5 135.5t87.5 104.5q37 20 81 20q49 0 91.5 -25.5t66.5 -70.5z" />
488
  <glyph unicode="&#xf1f0;" horiz-adv-x="2304" d="M1975 546h-138q14 37 66 179l3 9q4 10 10 26t9 26l12 -55zM531 611l-58 295q-11 54 -75 54h-268l-2 -13q311 -79 403 -336zM710 960l-162 -438l-17 89q-26 70 -85 129.5t-131 88.5l135 -510h175l261 641h-176zM849 318h166l104 642h-166zM1617 944q-69 27 -149 27 q-123 0 -201 -59t-79 -153q-1 -102 145 -174q48 -23 67 -41t19 -39q0 -30 -30 -46t-69 -16q-86 0 -156 33l-22 11l-23 -144q74 -34 185 -34q130 -1 208.5 59t80.5 160q0 106 -140 174q-49 25 -71 42t-22 38q0 22 24.5 38.5t70.5 16.5q70 1 124 -24l15 -8zM2042 960h-128 q-65 0 -87 -54l-246 -588h174l35 96h212q5 -22 20 -96h154zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
489
  <glyph unicode="&#xf1f1;" horiz-adv-x="2304" d="M671 603h-13q-47 0 -47 -32q0 -22 20 -22q17 0 28 15t12 39zM1066 639h62v3q1 4 0.5 6.5t-1 7t-2 8t-4.5 6.5t-7.5 5t-11.5 2q-28 0 -36 -38zM1606 603h-12q-48 0 -48 -32q0 -22 20 -22q17 0 28 15t12 39zM1925 629q0 41 -30 41q-19 0 -31 -20t-12 -51q0 -42 28 -42 q20 0 32.5 20t12.5 52zM480 770h87l-44 -262h-56l32 201l-71 -201h-39l-4 200l-34 -200h-53l44 262h81l2 -163zM733 663q0 -6 -4 -42q-16 -101 -17 -113h-47l1 22q-20 -26 -58 -26q-23 0 -37.5 16t-14.5 42q0 39 26 60.5t73 21.5q14 0 23 -1q0 3 0.5 5.5t1 4.5t0.5 3 q0 20 -36 20q-29 0 -59 -10q0 4 7 48q38 11 67 11q74 0 74 -62zM889 721l-8 -49q-22 3 -41 3q-27 0 -27 -17q0 -8 4.5 -12t21.5 -11q40 -19 40 -60q0 -72 -87 -71q-34 0 -58 6q0 2 7 49q29 -8 51 -8q32 0 32 19q0 7 -4.5 11.5t-21.5 12.5q-43 20 -43 59q0 72 84 72 q30 0 50 -4zM977 721h28l-7 -52h-29q-2 -17 -6.5 -40.5t-7 -38.5t-2.5 -18q0 -16 19 -16q8 0 16 2l-8 -47q-21 -7 -40 -7q-43 0 -45 47q0 12 8 56q3 20 25 146h55zM1180 648q0 -23 -7 -52h-111q-3 -22 10 -33t38 -11q30 0 58 14l-9 -54q-30 -8 -57 -8q-95 0 -95 95 q0 55 27.5 90.5t69.5 35.5q35 0 55.5 -21t20.5 -56zM1319 722q-13 -23 -22 -62q-22 2 -31 -24t-25 -128h-56l3 14q22 130 29 199h51l-3 -33q14 21 25.5 29.5t28.5 4.5zM1506 763l-9 -57q-28 14 -50 14q-31 0 -51 -27.5t-20 -70.5q0 -30 13.5 -47t38.5 -17q21 0 48 13 l-10 -59q-28 -8 -50 -8q-45 0 -71.5 30.5t-26.5 82.5q0 70 35.5 114.5t91.5 44.5q26 0 61 -13zM1668 663q0 -18 -4 -42q-13 -79 -17 -113h-46l1 22q-20 -26 -59 -26q-23 0 -37 16t-14 42q0 39 25.5 60.5t72.5 21.5q15 0 23 -1q2 7 2 13q0 20 -36 20q-29 0 -59 -10q0 4 8 48 q38 11 67 11q73 0 73 -62zM1809 722q-14 -24 -21 -62q-23 2 -31.5 -23t-25.5 -129h-56l3 14q19 104 29 199h52q0 -11 -4 -33q15 21 26.5 29.5t27.5 4.5zM1950 770h56l-43 -262h-53l3 19q-23 -23 -52 -23q-31 0 -49.5 24t-18.5 64q0 53 27.5 92t64.5 39q31 0 53 -29z M2061 640q0 148 -72.5 273t-198 198t-273.5 73q-181 0 -328 -110q127 -116 171 -284h-50q-44 150 -158 253q-114 -103 -158 -253h-50q44 168 171 284q-147 110 -328 110q-148 0 -273.5 -73t-198 -198t-72.5 -273t72.5 -273t198 -198t273.5 -73q181 0 328 110 q-120 111 -165 264h50q46 -138 152 -233q106 95 152 233h50q-45 -153 -165 -264q147 -110 328 -110q148 0 273.5 73t198 198t72.5 273zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
490
  <glyph unicode="&#xf1f2;" horiz-adv-x="2304" d="M313 759q0 -51 -36 -84q-29 -26 -89 -26h-17v220h17q61 0 89 -27q36 -31 36 -83zM2089 824q0 -52 -64 -52h-19v101h20q63 0 63 -49zM380 759q0 74 -50 120.5t-129 46.5h-95v-333h95q74 0 119 38q60 51 60 128zM410 593h65v333h-65v-333zM730 694q0 40 -20.5 62t-75.5 42 q-29 10 -39.5 19t-10.5 23q0 16 13.5 26.5t34.5 10.5q29 0 53 -27l34 44q-41 37 -98 37q-44 0 -74 -27.5t-30 -67.5q0 -35 18 -55.5t64 -36.5q37 -13 45 -19q19 -12 19 -34q0 -20 -14 -33.5t-36 -13.5q-48 0 -71 44l-42 -40q44 -64 115 -64q51 0 83 30.5t32 79.5zM1008 604 v77q-37 -37 -78 -37q-49 0 -80.5 32.5t-31.5 82.5q0 48 31.5 81.5t77.5 33.5q43 0 81 -38v77q-40 20 -80 20q-74 0 -125.5 -50.5t-51.5 -123.5t51 -123.5t125 -50.5q42 0 81 19zM2240 0v527q-65 -40 -144.5 -84t-237.5 -117t-329.5 -137.5t-417.5 -134.5t-504 -118h1569 q26 0 45 19t19 45zM1389 757q0 75 -53 128t-128 53t-128 -53t-53 -128t53 -128t128 -53t128 53t53 128zM1541 584l144 342h-71l-90 -224l-89 224h-71l142 -342h35zM1714 593h184v56h-119v90h115v56h-115v74h119v57h-184v-333zM2105 593h80l-105 140q76 16 76 94q0 47 -31 73 t-87 26h-97v-333h65v133h9zM2304 1274v-1268q0 -56 -38.5 -95t-93.5 -39h-2040q-55 0 -93.5 39t-38.5 95v1268q0 56 38.5 95t93.5 39h2040q55 0 93.5 -39t38.5 -95z" />
491
  <glyph unicode="&#xf1f3;" horiz-adv-x="2304" d="M119 854h89l-45 108zM740 328l74 79l-70 79h-163v-49h142v-55h-142v-54h159zM898 406l99 -110v217zM1186 453q0 33 -40 33h-84v-69h83q41 0 41 36zM1475 457q0 29 -42 29h-82v-61h81q43 0 43 32zM1197 923q0 29 -42 29h-82v-60h81q43 0 43 31zM1656 854h89l-44 108z M699 1009v-271h-66v212l-94 -212h-57l-94 212v-212h-132l-25 60h-135l-25 -60h-70l116 271h96l110 -257v257h106l85 -184l77 184h108zM1255 453q0 -20 -5.5 -35t-14 -25t-22.5 -16.5t-26 -10t-31.5 -4.5t-31.5 -1t-32.5 0.5t-29.5 0.5v-91h-126l-80 90l-83 -90h-256v271h260 l80 -89l82 89h207q109 0 109 -89zM964 794v-56h-217v271h217v-57h-152v-49h148v-55h-148v-54h152zM2304 235v-229q0 -55 -38.5 -94.5t-93.5 -39.5h-2040q-55 0 -93.5 39.5t-38.5 94.5v678h111l25 61h55l25 -61h218v46l19 -46h113l20 47v-47h541v99l10 1q10 0 10 -14v-86h279 v23q23 -12 55 -18t52.5 -6.5t63 0.5t51.5 1l25 61h56l25 -61h227v58l34 -58h182v378h-180v-44l-25 44h-185v-44l-23 44h-249q-69 0 -109 -22v22h-172v-22q-24 22 -73 22h-628l-43 -97l-43 97h-198v-44l-22 44h-169l-78 -179v391q0 55 38.5 94.5t93.5 39.5h2040 q55 0 93.5 -39.5t38.5 -94.5v-678h-120q-51 0 -81 -22v22h-177q-55 0 -78 -22v22h-316v-22q-31 22 -87 22h-209v-22q-23 22 -91 22h-234l-54 -58l-50 58h-349v-378h343l55 59l52 -59h211v89h21q59 0 90 13v-102h174v99h8q8 0 10 -2t2 -10v-87h529q57 0 88 24v-24h168 q60 0 95 17zM1546 469q0 -23 -12 -43t-34 -29q25 -9 34 -26t9 -46v-54h-65v45q0 33 -12 43.5t-46 10.5h-69v-99h-65v271h154q48 0 77 -15t29 -58zM1269 936q0 -24 -12.5 -44t-33.5 -29q26 -9 34.5 -25.5t8.5 -46.5v-53h-65q0 9 0.5 26.5t0 25t-3 18.5t-8.5 16t-17.5 8.5 t-29.5 3.5h-70v-98h-64v271l153 -1q49 0 78 -14.5t29 -57.5zM1798 327v-56h-216v271h216v-56h-151v-49h148v-55h-148v-54zM1372 1009v-271h-66v271h66zM2065 357q0 -86 -102 -86h-126v58h126q34 0 34 25q0 16 -17 21t-41.5 5t-49.5 3.5t-42 22.5t-17 55q0 39 26 60t66 21 h130v-57h-119q-36 0 -36 -25q0 -16 17.5 -20.5t42 -4t49 -2.5t42 -21.5t17.5 -54.5zM2304 407v-101q-24 -35 -88 -35h-125v58h125q33 0 33 25q0 13 -12.5 19t-31 5.5t-40 2t-40 8t-31 24t-12.5 48.5q0 39 26.5 60t66.5 21h129v-57h-118q-36 0 -36 -25q0 -20 29 -22t68.5 -5 t56.5 -26zM2139 1008v-270h-92l-122 203v-203h-132l-26 60h-134l-25 -60h-75q-129 0 -129 133q0 138 133 138h63v-59q-7 0 -28 1t-28.5 0.5t-23 -2t-21.5 -6.5t-14.5 -13.5t-11.5 -23t-3 -33.5q0 -38 13.5 -58t49.5 -20h29l92 213h97l109 -256v256h99l114 -188v188h66z" />
492
+ <glyph unicode="&#xf1f4;" horiz-adv-x="2304" d="M745 630q0 -37 -25.5 -61.5t-62.5 -24.5q-29 0 -46.5 16t-17.5 44q0 37 25 62.5t62 25.5q28 0 46.5 -16.5t18.5 -45.5zM1530 779q0 -42 -22 -57t-66 -15l-32 -1l17 107q2 11 13 11h18q22 0 35 -2t25 -12.5t12 -30.5zM1881 630q0 -36 -25.5 -61t-61.5 -25q-29 0 -47 16 t-18 44q0 37 25 62.5t62 25.5q28 0 46.5 -16.5t18.5 -45.5zM513 801q0 59 -38.5 85.5t-100.5 26.5h-160q-19 0 -21 -19l-65 -408q-1 -6 3 -11t10 -5h76q20 0 22 19l18 110q1 8 7 13t15 6.5t17 1.5t19 -1t14 -1q86 0 135 48.5t49 134.5zM822 489l41 261q1 6 -3 11t-10 5h-76 q-14 0 -17 -33q-27 40 -95 40q-72 0 -122.5 -54t-50.5 -127q0 -59 34.5 -94t92.5 -35q28 0 58 12t48 32q-4 -12 -4 -21q0 -16 13 -16h69q19 0 22 19zM1269 752q0 5 -4 9.5t-9 4.5h-77q-11 0 -18 -10l-106 -156l-44 150q-5 16 -22 16h-75q-5 0 -9 -4.5t-4 -9.5q0 -2 19.5 -59 t42 -123t23.5 -70q-82 -112 -82 -120q0 -13 13 -13h77q11 0 18 10l255 368q2 2 2 7zM1649 801q0 59 -38.5 85.5t-100.5 26.5h-159q-20 0 -22 -19l-65 -408q-1 -6 3 -11t10 -5h82q12 0 16 13l18 116q1 8 7 13t15 6.5t17 1.5t19 -1t14 -1q86 0 135 48.5t49 134.5zM1958 489 l41 261q1 6 -3 11t-10 5h-76q-14 0 -17 -33q-26 40 -95 40q-72 0 -122.5 -54t-50.5 -127q0 -59 34.5 -94t92.5 -35q29 0 59 12t47 32q0 -1 -2 -9t-2 -12q0 -16 13 -16h69q19 0 22 19zM2176 898v1q0 14 -13 14h-74q-11 0 -13 -11l-65 -416l-1 -2q0 -5 4 -9.5t10 -4.5h66 q19 0 21 19zM392 764q-5 -35 -26 -46t-60 -11l-33 -1l17 107q2 11 13 11h19q40 0 58 -11.5t12 -48.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
493
  <glyph unicode="&#xf1f5;" horiz-adv-x="2304" d="M1597 633q0 -69 -21 -106q-19 -35 -52 -35q-23 0 -41 9v224q29 30 57 30q57 0 57 -122zM2035 669h-110q6 98 56 98q51 0 54 -98zM476 534q0 59 -33 91.5t-101 57.5q-36 13 -52 24t-16 25q0 26 38 26q58 0 124 -33l18 112q-67 32 -149 32q-77 0 -123 -38q-48 -39 -48 -109 q0 -58 32.5 -90.5t99.5 -56.5q39 -14 54.5 -25.5t15.5 -27.5q0 -31 -48 -31q-29 0 -70 12.5t-72 30.5l-18 -113q72 -41 168 -41q81 0 129 37q51 41 51 117zM771 749l19 111h-96v135l-129 -21l-18 -114l-46 -8l-17 -103h62v-219q0 -84 44 -120q38 -30 111 -30q32 0 79 11v118 q-32 -7 -44 -7q-42 0 -42 50v197h77zM1087 724v139q-15 3 -28 3q-32 0 -55.5 -16t-33.5 -46l-10 56h-131v-471h150v306q26 31 82 31q16 0 26 -2zM1124 389h150v471h-150v-471zM1746 638q0 122 -45 179q-40 52 -111 52q-64 0 -117 -56l-8 47h-132v-645l150 25v151 q36 -11 68 -11q83 0 134 56q61 65 61 202zM1278 986q0 33 -23 56t-56 23t-56 -23t-23 -56t23 -56.5t56 -23.5t56 23.5t23 56.5zM2176 629q0 113 -48 176q-50 64 -144 64q-96 0 -151.5 -66t-55.5 -180q0 -128 63 -188q55 -55 161 -55q101 0 160 40l-16 103q-57 -31 -128 -31 q-43 0 -63 19q-23 19 -28 66h248q2 14 2 52zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
494
  <glyph unicode="&#xf1f6;" horiz-adv-x="2048" d="M1558 684q61 -356 298 -556q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-180.5 74.5t-75.5 180.5zM1024 -176q16 0 16 16t-16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5zM2026 1424q8 -10 7.5 -23.5t-10.5 -22.5 l-1872 -1622q-10 -8 -23.5 -7t-21.5 11l-84 96q-8 10 -7.5 23.5t10.5 21.5l186 161q-19 32 -19 66q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q124 -18 219 -82.5t148 -157.5 l418 363q10 8 23.5 7t21.5 -11z" />
495
  <glyph unicode="&#xf1f7;" horiz-adv-x="2048" d="M1040 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM503 315l877 760q-42 88 -132.5 146.5t-223.5 58.5q-93 0 -169.5 -31.5t-121.5 -80.5t-69 -103t-24 -105q0 -384 -137 -645zM1856 128 q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-180.5 74.5t-75.5 180.5l149 129h757q-166 187 -227 459l111 97q61 -356 298 -556zM1942 1520l84 -96q8 -10 7.5 -23.5t-10.5 -22.5l-1872 -1622q-10 -8 -23.5 -7t-21.5 11l-84 96q-8 10 -7.5 23.5t10.5 21.5l186 161 q-19 32 -19 66q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q124 -18 219 -82.5t148 -157.5l418 363q10 8 23.5 7t21.5 -11z" />
523
  <glyph unicode="&#xf215;" horiz-adv-x="2048" d="M863 504q0 112 -79.5 191.5t-191.5 79.5t-191 -79.5t-79 -191.5t79 -191t191 -79t191.5 79t79.5 191zM1726 505q0 112 -79 191t-191 79t-191.5 -79t-79.5 -191q0 -113 79.5 -192t191.5 -79t191 79.5t79 191.5zM2048 1314v-1348q0 -44 -31.5 -75.5t-76.5 -31.5h-1832 q-45 0 -76.5 31.5t-31.5 75.5v1348q0 44 31.5 75.5t76.5 31.5h431q44 0 76 -31.5t32 -75.5v-161h754v161q0 44 32 75.5t76 31.5h431q45 0 76.5 -31.5t31.5 -75.5z" />
524
  <glyph unicode="&#xf216;" horiz-adv-x="2048" d="M1430 953zM1690 749q148 0 253 -98.5t105 -244.5q0 -157 -109 -261.5t-267 -104.5q-85 0 -162 27.5t-138 73.5t-118 106t-109 126.5t-103.5 132.5t-108.5 126t-117 106t-136 73.5t-159 27.5q-154 0 -251.5 -91.5t-97.5 -244.5q0 -157 104 -250t263 -93q100 0 208 37.5 t193 98.5q5 4 21 18.5t30 24t22 9.5q14 0 24.5 -10.5t10.5 -24.5q0 -24 -60 -77q-101 -88 -234.5 -142t-260.5 -54q-133 0 -245.5 58t-180 165t-67.5 241q0 205 141.5 341t347.5 136q120 0 226.5 -43.5t185.5 -113t151.5 -153t139 -167.5t133.5 -153.5t149.5 -113 t172.5 -43.5q102 0 168.5 61.5t66.5 162.5q0 95 -64.5 159t-159.5 64q-30 0 -81.5 -18.5t-68.5 -18.5q-20 0 -35.5 15t-15.5 35q0 18 8.5 57t8.5 59q0 159 -107.5 263t-266.5 104q-58 0 -111.5 -18.5t-84 -40.5t-55.5 -40.5t-33 -18.5q-15 0 -25.5 10.5t-10.5 25.5 q0 19 25 46q59 67 147 103.5t182 36.5q191 0 318 -125.5t127 -315.5q0 -37 -4 -66q57 15 115 15z" />
525
  <glyph unicode="&#xf217;" horiz-adv-x="1664" d="M1216 832q0 26 -19 45t-45 19h-128v128q0 26 -19 45t-45 19t-45 -19t-19 -45v-128h-128q-26 0 -45 -19t-19 -45t19 -45t45 -19h128v-128q0 -26 19 -45t45 -19t45 19t19 45v128h128q26 0 45 19t19 45zM640 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5 t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1536 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1664 1088v-512q0 -24 -16 -42.5t-41 -21.5l-1044 -122q1 -7 4.5 -21.5t6 -26.5t2.5 -22q0 -16 -24 -64h920 q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 14 11 39.5t29.5 59.5t20.5 38l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t20 -15.5t13 -24.5t7.5 -26.5t5.5 -29.5t4.5 -25.5h1201q26 0 45 -19t19 -45z" />
526
+ <glyph unicode="&#xf218;" horiz-adv-x="1664" d="M1280 832q0 26 -19 45t-45 19t-45 -19l-147 -146v293q0 26 -19 45t-45 19t-45 -19t-19 -45v-293l-147 146q-19 19 -45 19t-45 -19t-19 -45t19 -45l256 -256q19 -19 45 -19t45 19l256 256q19 19 19 45zM640 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5 t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1536 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1664 1088v-512q0 -24 -16 -42.5t-41 -21.5l-1044 -122q1 -7 4.5 -21.5t6 -26.5t2.5 -22q0 -16 -24 -64h920 q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 14 11 39.5t29.5 59.5t20.5 38l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t20 -15.5t13 -24.5t7.5 -26.5t5.5 -29.5t4.5 -25.5h1201q26 0 45 -19t19 -45z" />
527
  <glyph unicode="&#xf219;" horiz-adv-x="2048" d="M212 768l623 -665l-300 665h-323zM1024 -4l349 772h-698zM538 896l204 384h-262l-288 -384h346zM1213 103l623 665h-323zM683 896h682l-204 384h-274zM1510 896h346l-288 384h-262zM1651 1382l384 -512q14 -18 13 -41.5t-17 -40.5l-960 -1024q-18 -20 -47 -20t-47 20 l-960 1024q-16 17 -17 40.5t13 41.5l384 512q18 26 51 26h1152q33 0 51 -26z" />
528
  <glyph unicode="&#xf21a;" horiz-adv-x="2048" d="M1811 -19q19 19 45 19t45 -19l128 -128l-90 -90l-83 83l-83 -83q-18 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83 q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-128 128l90 90l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83 q19 19 45 19t45 -19l83 -83zM237 19q-19 -19 -45 -19t-45 19l-128 128l90 90l83 -82l83 82q19 19 45 19t45 -19l83 -82l64 64v293l-210 314q-17 26 -7 56.5t40 40.5l177 58v299h128v128h256v128h256v-128h256v-128h128v-299l177 -58q30 -10 40 -40.5t-7 -56.5l-210 -314 v-293l19 18q19 19 45 19t45 -19l83 -82l83 82q19 19 45 19t45 -19l128 -128l-90 -90l-83 83l-83 -83q-18 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83 q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83zM640 1152v-128l384 128l384 -128v128h-128v128h-512v-128h-128z" />
529
  <glyph unicode="&#xf21b;" d="M576 0l96 448l-96 128l-128 64zM832 0l128 640l-128 -64l-96 -128zM992 1010q-2 4 -4 6q-10 8 -96 8q-70 0 -167 -19q-7 -2 -21 -2t-21 2q-97 19 -167 19q-86 0 -96 -8q-2 -2 -4 -6q2 -18 4 -27q2 -3 7.5 -6.5t7.5 -10.5q2 -4 7.5 -20.5t7 -20.5t7.5 -17t8.5 -17t9 -14 t12 -13.5t14 -9.5t17.5 -8t20.5 -4t24.5 -2q36 0 59 12.5t32.5 30t14.5 34.5t11.5 29.5t17.5 12.5h12q11 0 17.5 -12.5t11.5 -29.5t14.5 -34.5t32.5 -30t59 -12.5q13 0 24.5 2t20.5 4t17.5 8t14 9.5t12 13.5t9 14t8.5 17t7.5 17t7 20.5t7.5 20.5q2 7 7.5 10.5t7.5 6.5 q2 9 4 27zM1408 131q0 -121 -73 -190t-194 -69h-874q-121 0 -194 69t-73 190q0 61 4.5 118t19 125.5t37.5 123.5t63.5 103.5t93.5 74.5l-90 220h214q-22 64 -22 128q0 12 2 32q-194 40 -194 96q0 57 210 99q17 62 51.5 134t70.5 114q32 37 76 37q30 0 84 -31t84 -31t84 31 t84 31q44 0 76 -37q36 -42 70.5 -114t51.5 -134q210 -42 210 -99q0 -56 -194 -96q7 -81 -20 -160h214l-82 -225q63 -33 107.5 -96.5t65.5 -143.5t29 -151.5t8 -148.5z" />
531
  <glyph unicode="&#xf21d;" d="M1408 0q0 -63 -61.5 -113.5t-164 -81t-225 -46t-253.5 -15.5t-253.5 15.5t-225 46t-164 81t-61.5 113.5q0 49 33 88.5t91 66.5t118 44.5t131 29.5q26 5 48 -10.5t26 -41.5q5 -26 -10.5 -48t-41.5 -26q-58 -10 -106 -23.5t-76.5 -25.5t-48.5 -23.5t-27.5 -19.5t-8.5 -12 q3 -11 27 -26.5t73 -33t114 -32.5t160.5 -25t201.5 -10t201.5 10t160.5 25t114 33t73 33.5t27 27.5q-1 4 -8.5 11t-27.5 19t-48.5 23.5t-76.5 25t-106 23.5q-26 4 -41.5 26t-10.5 48q4 26 26 41.5t48 10.5q71 -12 131 -29.5t118 -44.5t91 -66.5t33 -88.5zM1024 896v-384 q0 -26 -19 -45t-45 -19h-64v-384q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v384h-64q-26 0 -45 19t-19 45v384q0 53 37.5 90.5t90.5 37.5h384q53 0 90.5 -37.5t37.5 -90.5zM928 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5 t158.5 -65.5t65.5 -158.5z" />
532
  <glyph unicode="&#xf21e;" horiz-adv-x="1792" d="M1280 512h305q-5 -6 -10 -10.5t-9 -7.5l-3 -4l-623 -600q-18 -18 -44 -18t-44 18l-624 602q-5 2 -21 20h369q22 0 39.5 13.5t22.5 34.5l70 281l190 -667q6 -20 23 -33t39 -13q21 0 38 13t23 33l146 485l56 -112q18 -35 57 -35zM1792 940q0 -145 -103 -300h-369l-111 221 q-8 17 -25.5 27t-36.5 8q-45 -5 -56 -46l-129 -430l-196 686q-6 20 -23.5 33t-39.5 13t-39 -13.5t-22 -34.5l-116 -464h-423q-103 155 -103 300q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5q224 0 351 -124 t127 -344z" />
533
  <glyph unicode="&#xf221;" horiz-adv-x="1280" d="M1152 960q0 -221 -147.5 -384.5t-364.5 -187.5v-260h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v260q-150 16 -271.5 103t-186 224t-52.5 292 q11 134 80.5 249t182 188t245.5 88q170 19 319 -54t236 -212t87 -306zM128 960q0 -185 131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5z" />
534
+ <glyph unicode="&#xf222;" d="M1472 1408q26 0 45 -19t19 -45v-416q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v262l-382 -383q126 -156 126 -359q0 -117 -45.5 -223.5t-123 -184t-184 -123t-223.5 -45.5t-223.5 45.5t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123t223.5 45.5 q203 0 359 -126l382 382h-261q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h416zM576 0q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
535
  <glyph unicode="&#xf223;" horiz-adv-x="1280" d="M830 1220q145 -72 233.5 -210.5t88.5 -305.5q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-217 24 -364.5 187.5 t-147.5 384.5q0 167 88.5 305.5t233.5 210.5q-165 96 -228 273q-6 16 3.5 29.5t26.5 13.5h69q21 0 29 -20q44 -106 140 -171t214 -65t214 65t140 171q8 20 37 20h61q17 0 26.5 -13.5t3.5 -29.5q-63 -177 -228 -273zM576 256q185 0 316.5 131.5t131.5 316.5t-131.5 316.5 t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
536
  <glyph unicode="&#xf224;" d="M1024 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q126 -158 126 -359q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64 q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-149 16 -270.5 103t-186.5 223.5t-53 291.5q16 204 160 353.5t347 172.5q118 14 228 -19t198 -103l255 254h-134q-14 0 -23 9t-9 23v64zM576 256q185 0 316.5 131.5t131.5 316.5t-131.5 316.5 t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
537
  <glyph unicode="&#xf225;" horiz-adv-x="1792" d="M1280 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q126 -158 126 -359q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64 q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-217 24 -364.5 187.5t-147.5 384.5q0 201 126 359l-52 53l-101 -111q-9 -10 -22 -10.5t-23 7.5l-48 44q-10 8 -10.5 21.5t8.5 23.5l105 115l-111 112v-134q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9 t-9 23v288q0 26 19 45t45 19h288q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-133l106 -107l86 94q9 10 22 10.5t23 -7.5l48 -44q10 -8 10.5 -21.5t-8.5 -23.5l-90 -99l57 -56q158 126 359 126t359 -126l255 254h-134q-14 0 -23 9t-9 23v64zM832 256q185 0 316.5 131.5 t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
538
  <glyph unicode="&#xf226;" horiz-adv-x="1792" d="M1790 1007q12 -155 -52.5 -292t-186 -224t-271.5 -103v-260h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-512v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23 t23 9h224v260q-150 16 -271.5 103t-186 224t-52.5 292q17 206 164.5 356.5t352.5 169.5q206 21 377 -94q171 115 377 94q205 -19 352.5 -169.5t164.5 -356.5zM896 647q128 131 128 313t-128 313q-128 -131 -128 -313t128 -313zM576 512q115 0 218 57q-154 165 -154 391 q0 224 154 391q-103 57 -218 57q-185 0 -316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5zM1152 128v260q-137 15 -256 94q-119 -79 -256 -94v-260h512zM1216 512q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5q-115 0 -218 -57q154 -167 154 -391 q0 -226 -154 -391q103 -57 218 -57z" />
539
  <glyph unicode="&#xf227;" horiz-adv-x="1920" d="M1536 1120q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q76 -95 107.5 -214t9.5 -247q-31 -182 -166 -312t-318 -156q-210 -29 -384.5 80t-241.5 300q-117 6 -221 57.5t-177.5 133t-113.5 192.5t-32 230 q9 135 78 252t182 191.5t248 89.5q118 14 227.5 -19t198.5 -103l255 254h-134q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q59 -74 93 -169q182 -9 328 -124l255 254h-134q-14 0 -23 9 t-9 23v64zM1024 704q0 20 -4 58q-162 -25 -271 -150t-109 -292q0 -20 4 -58q162 25 271 150t109 292zM128 704q0 -168 111 -294t276 -149q-3 29 -3 59q0 210 135 369.5t338 196.5q-53 120 -163.5 193t-245.5 73q-185 0 -316.5 -131.5t-131.5 -316.5zM1088 -128 q185 0 316.5 131.5t131.5 316.5q0 168 -111 294t-276 149q3 -29 3 -59q0 -210 -135 -369.5t-338 -196.5q53 -120 163.5 -193t245.5 -73z" />
540
  <glyph unicode="&#xf228;" horiz-adv-x="2048" d="M1664 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q76 -95 107.5 -214t9.5 -247q-32 -180 -164.5 -310t-313.5 -157q-223 -34 -409 90q-117 -78 -256 -93v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23 t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-155 17 -279.5 109.5t-187 237.5t-39.5 307q25 187 159.5 322.5t320.5 164.5q224 34 410 -90q146 97 320 97q201 0 359 -126l255 254h-134q-14 0 -23 9 t-9 23v64zM896 391q128 131 128 313t-128 313q-128 -131 -128 -313t128 -313zM128 704q0 -185 131.5 -316.5t316.5 -131.5q117 0 218 57q-154 167 -154 391t154 391q-101 57 -218 57q-185 0 -316.5 -131.5t-131.5 -316.5zM1216 256q185 0 316.5 131.5t131.5 316.5 t-131.5 316.5t-316.5 131.5q-117 0 -218 -57q154 -167 154 -391t-154 -391q101 -57 218 -57z" />
541
+ <glyph unicode="&#xf229;" d="M1472 1408q26 0 45 -19t19 -45v-416q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v262l-213 -214l140 -140q9 -10 9 -23t-9 -22l-46 -46q-9 -9 -22 -9t-23 9l-140 141l-78 -79q126 -156 126 -359q0 -117 -45.5 -223.5t-123 -184t-184 -123t-223.5 -45.5t-223.5 45.5 t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123t223.5 45.5q203 0 359 -126l78 78l-172 172q-9 10 -9 23t9 22l46 46q9 9 22 9t23 -9l172 -172l213 213h-261q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h416zM576 0q185 0 316.5 131.5t131.5 316.5t-131.5 316.5 t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
542
  <glyph unicode="&#xf22a;" horiz-adv-x="1280" d="M640 892q217 -24 364.5 -187.5t147.5 -384.5q0 -167 -87 -306t-236 -212t-319 -54q-133 15 -245.5 88t-182 188t-80.5 249q-12 155 52.5 292t186 224t271.5 103v132h-160q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h160v165l-92 -92q-10 -9 -23 -9t-22 9l-46 46q-9 9 -9 22 t9 23l202 201q19 19 45 19t45 -19l202 -201q9 -10 9 -23t-9 -22l-46 -46q-9 -9 -22 -9t-23 9l-92 92v-165h160q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-160v-132zM576 -128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5 t131.5 -316.5t316.5 -131.5z" />
543
+ <glyph unicode="&#xf22b;" horiz-adv-x="2048" d="M1901 621q19 -19 19 -45t-19 -45l-294 -294q-9 -10 -22.5 -10t-22.5 10l-45 45q-10 9 -10 22.5t10 22.5l185 185h-294v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-132q-24 -217 -187.5 -364.5t-384.5 -147.5q-167 0 -306 87t-212 236t-54 319q15 133 88 245.5 t188 182t249 80.5q155 12 292 -52.5t224 -186t103 -271.5h132v224q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-224h294l-185 185q-10 9 -10 22.5t10 22.5l45 45q9 10 22.5 10t22.5 -10zM576 128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5 t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
544
  <glyph unicode="&#xf22c;" horiz-adv-x="1280" d="M1152 960q0 -221 -147.5 -384.5t-364.5 -187.5v-612q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v612q-217 24 -364.5 187.5t-147.5 384.5q0 117 45.5 223.5t123 184t184 123t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5zM576 512q185 0 316.5 131.5 t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
545
+ <glyph unicode="&#xf22d;" horiz-adv-x="1280" d="M1024 576q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1152 576q0 -117 -45.5 -223.5t-123 -184t-184 -123t-223.5 -45.5t-223.5 45.5t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123 t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5z" />
546
  <glyph unicode="&#xf22e;" horiz-adv-x="1792" />
547
  <glyph unicode="&#xf22f;" horiz-adv-x="1792" />
548
  <glyph unicode="&#xf230;" d="M1451 1408q35 0 60 -25t25 -60v-1366q0 -35 -25 -60t-60 -25h-391v595h199l30 232h-229v148q0 56 23.5 84t91.5 28l122 1v207q-63 9 -178 9q-136 0 -217.5 -80t-81.5 -226v-171h-200v-232h200v-595h-735q-35 0 -60 25t-25 60v1366q0 35 25 60t60 25h1366z" />
555
  <glyph unicode="&#xf237;" d="M1536 1536l-192 -448h192v-192h-274l-55 -128h329v-192h-411l-357 -832l-357 832h-411v192h329l-55 128h-274v192h192l-192 448h256l323 -768h378l323 768h256zM768 320l108 256h-216z" />
556
  <glyph unicode="&#xf238;" d="M1088 1536q185 0 316.5 -93.5t131.5 -226.5v-896q0 -130 -125.5 -222t-305.5 -97l213 -202q16 -15 8 -35t-30 -20h-1056q-22 0 -30 20t8 35l213 202q-180 5 -305.5 97t-125.5 222v896q0 133 131.5 226.5t316.5 93.5h640zM768 192q80 0 136 56t56 136t-56 136t-136 56 t-136 -56t-56 -136t56 -136t136 -56zM1344 768v512h-1152v-512h1152z" />
557
  <glyph unicode="&#xf239;" d="M1088 1536q185 0 316.5 -93.5t131.5 -226.5v-896q0 -130 -125.5 -222t-305.5 -97l213 -202q16 -15 8 -35t-30 -20h-1056q-22 0 -30 20t8 35l213 202q-180 5 -305.5 97t-125.5 222v896q0 133 131.5 226.5t316.5 93.5h640zM288 224q66 0 113 47t47 113t-47 113t-113 47 t-113 -47t-47 -113t47 -113t113 -47zM704 768v512h-544v-512h544zM1248 224q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47zM1408 768v512h-576v-512h576z" />
558
+ <glyph unicode="&#xf23a;" horiz-adv-x="1792" d="M597 1115v-1173q0 -25 -12.5 -42.5t-36.5 -17.5q-17 0 -33 8l-465 233q-21 10 -35.5 33.5t-14.5 46.5v1140q0 20 10 34t29 14q14 0 44 -15l511 -256q3 -3 3 -5zM661 1014l534 -866l-534 266v600zM1792 996v-1054q0 -25 -14 -40.5t-38 -15.5t-47 13l-441 220zM1789 1116 q0 -3 -256.5 -419.5t-300.5 -487.5l-390 634l324 527q17 28 52 28q14 0 26 -6l541 -270q4 -2 4 -6z" />
559
+ <glyph unicode="&#xf23b;" d="M809 532l266 499h-112l-157 -312q-24 -48 -44 -92l-42 92l-155 312h-120l263 -493v-324h101v318zM1536 1408v-1536h-1536v1536h1536z" />
560
+ <glyph unicode="&#xf23c;" horiz-adv-x="2296" d="M478 -139q-8 -16 -27 -34.5t-37 -25.5q-25 -9 -51.5 3.5t-28.5 31.5q-1 22 40 55t68 38q23 4 34 -21.5t2 -46.5zM1819 -139q7 -16 26 -34.5t38 -25.5q25 -9 51.5 3.5t27.5 31.5q2 22 -39.5 55t-68.5 38q-22 4 -33 -21.5t-2 -46.5zM1867 -30q13 -27 56.5 -59.5t77.5 -41.5 q45 -13 82 4.5t37 50.5q0 46 -67.5 100.5t-115.5 59.5q-40 5 -63.5 -37.5t-6.5 -76.5zM428 -30q-13 -27 -56 -59.5t-77 -41.5q-45 -13 -82 4.5t-37 50.5q0 46 67.5 100.5t115.5 59.5q40 5 63 -37.5t6 -76.5zM1158 1094h1q-41 0 -76 -15q27 -8 44 -30.5t17 -49.5 q0 -35 -27 -60t-65 -25q-52 0 -80 43q-5 -23 -5 -42q0 -74 56 -126.5t135 -52.5q80 0 136 52.5t56 126.5t-56 126.5t-136 52.5zM1462 1312q-99 109 -220.5 131.5t-245.5 -44.5q27 60 82.5 96.5t118 39.5t121.5 -17t99.5 -74.5t44.5 -131.5zM2212 73q8 -11 -11 -42 q7 -23 7 -40q1 -56 -44.5 -112.5t-109.5 -91.5t-118 -37q-48 -2 -92 21.5t-66 65.5q-687 -25 -1259 0q-23 -41 -66.5 -65t-92.5 -22q-86 3 -179.5 80.5t-92.5 160.5q2 22 7 40q-19 31 -11 42q6 10 31 1q14 22 41 51q-7 29 2 38q11 10 39 -4q29 20 59 34q0 29 13 37 q23 12 51 -16q35 5 61 -2q18 -4 38 -19v73q-11 0 -18 2q-53 10 -97 44.5t-55 87.5q-9 38 0 81q15 62 93 95q2 17 19 35.5t36 23.5t33 -7.5t19 -30.5h13q46 -5 60 -23q3 -3 5 -7q10 1 30.5 3.5t30.5 3.5q-15 11 -30 17q-23 40 -91 43q0 6 1 10q-62 2 -118.5 18.5t-84.5 47.5 q-32 36 -42.5 92t-2.5 112q16 126 90 179q23 16 52 4.5t32 -40.5q0 -1 1.5 -14t2.5 -21t3 -20t5.5 -19t8.5 -10q27 -14 76 -12q48 46 98 74q-40 4 -162 -14l47 46q61 58 163 111q145 73 282 86q-20 8 -41 15.5t-47 14t-42.5 10.5t-47.5 11t-43 10q595 126 904 -139 q98 -84 158 -222q85 -10 121 9h1q5 3 8.5 10t5.5 19t3 19.5t3 21.5l1 14q3 28 32 40t52 -5q73 -52 91 -178q7 -57 -3.5 -113t-42.5 -91q-28 -32 -83.5 -48.5t-115.5 -18.5v-10q-71 -2 -95 -43q-14 -5 -31 -17q11 -1 32 -3.5t30 -3.5q1 4 5 8q16 18 60 23h13q5 18 19 30t33 8 t36 -23t19 -36q79 -32 93 -95q9 -40 1 -81q-12 -53 -56 -88t-97 -44q-10 -2 -17 -2q0 -49 -1 -73q20 15 38 19q26 7 61 2q28 28 51 16q14 -9 14 -37q33 -16 59 -34q27 13 38 4q10 -10 2 -38q28 -30 41 -51q23 8 31 -1zM1937 1025q0 -29 -9 -54q82 -32 112 -132 q4 37 -9.5 98.5t-41.5 90.5q-20 19 -36 17t-16 -20zM1859 925q35 -42 47.5 -108.5t-0.5 -124.5q67 13 97 45q13 14 18 28q-3 64 -31 114.5t-79 66.5q-15 -15 -52 -21zM1822 921q-30 0 -44 1q42 -115 53 -239q21 0 43 3q16 68 1 135t-53 100zM258 839q30 100 112 132 q-9 25 -9 54q0 18 -16.5 20t-35.5 -17q-28 -29 -41.5 -90.5t-9.5 -98.5zM294 737q29 -31 97 -45q-13 58 -0.5 124.5t47.5 108.5v0q-37 6 -52 21q-51 -16 -78.5 -66t-31.5 -115q9 -17 18 -28zM471 683q14 124 73 235q-19 -4 -55 -18l-45 -19v1q-46 -89 -20 -196q25 -3 47 -3z M1434 644q8 -38 16.5 -108.5t11.5 -89.5q3 -18 9.5 -21.5t23.5 4.5q40 20 62 85.5t23 125.5q-24 2 -146 4zM1152 1285q-116 0 -199 -82.5t-83 -198.5q0 -117 83 -199.5t199 -82.5t199 82.5t83 199.5q0 116 -83 198.5t-199 82.5zM1380 646q-106 2 -211 0v1q-1 -27 2.5 -86 t13.5 -66q29 -14 93.5 -14.5t95.5 10.5q9 3 11 39t-0.5 69.5t-4.5 46.5zM1112 447q8 4 9.5 48t-0.5 88t-4 63v1q-212 -3 -214 -3q-4 -20 -7 -62t0 -83t14 -46q34 -15 101 -16t101 10zM718 636q-16 -59 4.5 -118.5t77.5 -84.5q15 -8 24 -5t12 21q3 16 8 90t10 103 q-69 -2 -136 -6zM591 510q3 -23 -34 -36q132 -141 271.5 -240t305.5 -154q172 49 310.5 146t293.5 250q-33 13 -30 34l3 9v1v-1q-17 2 -50 5.5t-48 4.5q-26 -90 -82 -132q-51 -38 -82 1q-5 6 -9 14q-7 13 -17 62q-2 -5 -5 -9t-7.5 -7t-8 -5.5t-9.5 -4l-10 -2.5t-12 -2 l-12 -1.5t-13.5 -1t-13.5 -0.5q-106 -9 -163 11q-4 -17 -10 -26.5t-21 -15t-23 -7t-36 -3.5q-2 0 -3 -0.5t-3 -0.5h-3q-179 -17 -203 40q-2 -63 -56 -54q-47 8 -91 54q-12 13 -20 26q-17 29 -26 65q-58 -6 -87 -10q1 -2 4 -10zM507 -118q3 14 3 30q-17 71 -51 130t-73 70 q-41 12 -101.5 -14.5t-104.5 -80t-39 -107.5q35 -53 100 -93t119 -42q51 -2 94 28t53 79zM510 53q23 -63 27 -119q195 113 392 174q-98 52 -180.5 120t-179.5 165q-6 -4 -29 -13q0 -2 -1 -5t-1 -4q31 -18 22 -37q-12 -23 -56 -34q-10 -13 -29 -24h-1q-2 -83 1 -150 q19 -34 35 -73zM579 -113q532 -21 1145 0q-254 147 -428 196q-76 -35 -156 -57q-8 -3 -16 0q-65 21 -129 49q-208 -60 -416 -188h-1v-1q1 0 1 1zM1763 -67q4 54 28 120q14 38 33 71l-1 -1q3 77 3 153q-15 8 -30 25q-42 9 -56 33q-9 20 22 38q-2 4 -2 9q-16 4 -28 12 q-204 -190 -383 -284q198 -59 414 -176zM2155 -90q5 54 -39 107.5t-104 80t-102 14.5q-38 -11 -72.5 -70.5t-51.5 -129.5q0 -16 3 -30q10 -49 53 -79t94 -28q54 2 119 42t100 93z" />
561
+ <glyph unicode="&#xf23d;" horiz-adv-x="2304" d="M1524 -25q0 -68 -48 -116t-116 -48t-116.5 48t-48.5 116t48.5 116.5t116.5 48.5t116 -48.5t48 -116.5zM775 -25q0 -68 -48.5 -116t-116.5 -48t-116 48t-48 116t48 116.5t116 48.5t116.5 -48.5t48.5 -116.5zM0 1469q57 -60 110.5 -104.5t121 -82t136 -63t166 -45.5 t200 -31.5t250 -18.5t304 -9.5t372.5 -2.5q139 0 244.5 -5t181 -16.5t124 -27.5t71 -39.5t24 -51.5t-19.5 -64t-56.5 -76.5t-89.5 -91t-116 -104.5t-139 -119q-185 -157 -286 -247q29 51 76.5 109t94 105.5t94.5 98.5t83 91.5t54 80.5t13 70t-45.5 55.5t-116.5 41t-204 23.5 t-304 5q-168 -2 -314 6t-256 23t-204.5 41t-159.5 51.5t-122.5 62.5t-91.5 66.5t-68 71.5t-50.5 69.5t-40 68t-36.5 59.5z" />
562
+ <glyph unicode="&#xf23e;" horiz-adv-x="1792" d="M896 1472q-169 0 -323 -66t-265.5 -177.5t-177.5 -265.5t-66 -323t66 -323t177.5 -265.5t265.5 -177.5t323 -66t323 66t265.5 177.5t177.5 265.5t66 323t-66 323t-177.5 265.5t-265.5 177.5t-323 66zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348 t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM496 704q16 0 16 -16v-480q0 -16 -16 -16h-32q-16 0 -16 16v480q0 16 16 16h32zM896 640q53 0 90.5 -37.5t37.5 -90.5q0 -35 -17.5 -64t-46.5 -46v-114q0 -14 -9 -23 t-23 -9h-64q-14 0 -23 9t-9 23v114q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5zM896 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM544 928v-96 q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v96q0 93 65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5v-96q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v96q0 146 -103 249t-249 103t-249 -103t-103 -249zM1408 192v512q0 26 -19 45t-45 19h-896q-26 0 -45 -19t-19 -45v-512 q0 -26 19 -45t45 -19h896q26 0 45 19t19 45z" />
563
+ <glyph unicode="&#xf240;" horiz-adv-x="2304" d="M1920 1024v-768h-1664v768h1664zM2048 448h128v384h-128v288q0 14 -9 23t-23 9h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288zM2304 832v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113 v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160q53 0 90.5 -37.5t37.5 -90.5z" />
564
+ <glyph unicode="&#xf241;" horiz-adv-x="2304" d="M256 256v768h1280v-768h-1280zM2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9 h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
565
+ <glyph unicode="&#xf242;" horiz-adv-x="2304" d="M256 256v768h896v-768h-896zM2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9 h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
566
+ <glyph unicode="&#xf243;" horiz-adv-x="2304" d="M256 256v768h512v-768h-512zM2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9 h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
567
+ <glyph unicode="&#xf244;" horiz-adv-x="2304" d="M2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9h-1856q-14 0 -23 -9t-9 -23 v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
568
+ <glyph unicode="&#xf245;" horiz-adv-x="1280" d="M1133 493q31 -30 14 -69q-17 -40 -59 -40h-382l201 -476q10 -25 0 -49t-34 -35l-177 -75q-25 -10 -49 0t-35 34l-191 452l-312 -312q-19 -19 -45 -19q-12 0 -24 5q-40 17 -40 59v1504q0 42 40 59q12 5 24 5q27 0 45 -19z" />
569
+ <glyph unicode="&#xf246;" horiz-adv-x="1024" d="M832 1408q-320 0 -320 -224v-416h128v-128h-128v-544q0 -224 320 -224h64v-128h-64q-272 0 -384 146q-112 -146 -384 -146h-64v128h64q320 0 320 224v544h-128v128h128v416q0 224 -320 224h-64v128h64q272 0 384 -146q112 146 384 146h64v-128h-64z" />
570
+ <glyph unicode="&#xf247;" horiz-adv-x="2048" d="M2048 1152h-128v-1024h128v-384h-384v128h-1280v-128h-384v384h128v1024h-128v384h384v-128h1280v128h384v-384zM1792 1408v-128h128v128h-128zM128 1408v-128h128v128h-128zM256 -128v128h-128v-128h128zM1664 0v128h128v1024h-128v128h-1280v-128h-128v-1024h128v-128 h1280zM1920 -128v128h-128v-128h128zM1280 896h384v-768h-896v256h-384v768h896v-256zM512 512h640v512h-640v-512zM1536 256v512h-256v-384h-384v-128h640z" />
571
+ <glyph unicode="&#xf248;" horiz-adv-x="2304" d="M2304 768h-128v-640h128v-384h-384v128h-896v-128h-384v384h128v128h-384v-128h-384v384h128v640h-128v384h384v-128h896v128h384v-384h-128v-128h384v128h384v-384zM2048 1024v-128h128v128h-128zM1408 1408v-128h128v128h-128zM128 1408v-128h128v128h-128zM256 256 v128h-128v-128h128zM1536 384h-128v-128h128v128zM384 384h896v128h128v640h-128v128h-896v-128h-128v-640h128v-128zM896 -128v128h-128v-128h128zM2176 -128v128h-128v-128h128zM2048 128v640h-128v128h-384v-384h128v-384h-384v128h-384v-128h128v-128h896v128h128z" />
572
+ <glyph unicode="&#xf249;" d="M1024 288v-416h-928q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1344q40 0 68 -28t28 -68v-928h-416q-40 0 -68 -28t-28 -68zM1152 256h381q-15 -82 -65 -132l-184 -184q-50 -50 -132 -65v381z" />
573
+ <glyph unicode="&#xf24a;" d="M1400 256h-248v-248q29 10 41 22l185 185q12 12 22 41zM1120 384h288v896h-1280v-1280h896v288q0 40 28 68t68 28zM1536 1312v-1024q0 -40 -20 -88t-48 -76l-184 -184q-28 -28 -76 -48t-88 -20h-1024q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1344q40 0 68 -28t28 -68 z" />
574
+ <glyph unicode="&#xf24b;" horiz-adv-x="2304" d="M1951 538q0 -26 -15.5 -44.5t-38.5 -23.5q-8 -2 -18 -2h-153v140h153q10 0 18 -2q23 -5 38.5 -23.5t15.5 -44.5zM1933 751q0 -25 -15 -42t-38 -21q-3 -1 -15 -1h-139v129h139q3 0 8.5 -0.5t6.5 -0.5q23 -4 38 -21.5t15 -42.5zM728 587v308h-228v-308q0 -58 -38 -94.5 t-105 -36.5q-108 0 -229 59v-112q53 -15 121 -23t109 -9l42 -1q328 0 328 217zM1442 403v113q-99 -52 -200 -59q-108 -8 -169 41t-61 142t61 142t169 41q101 -7 200 -58v112q-48 12 -100 19.5t-80 9.5l-28 2q-127 6 -218.5 -14t-140.5 -60t-71 -88t-22 -106t22 -106t71 -88 t140.5 -60t218.5 -14q101 4 208 31zM2176 518q0 54 -43 88.5t-109 39.5v3q57 8 89 41.5t32 79.5q0 55 -41 88t-107 36q-3 0 -12 0.5t-14 0.5h-455v-510h491q74 0 121.5 36.5t47.5 96.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90 t90 38h2048q52 0 90 -38t38 -90z" />
575
+ <glyph unicode="&#xf24c;" horiz-adv-x="2304" d="M858 295v693q-106 -41 -172 -135.5t-66 -211.5t66 -211.5t172 -134.5zM1362 641q0 117 -66 211.5t-172 135.5v-694q106 41 172 135.5t66 211.5zM1577 641q0 -159 -78.5 -294t-213.5 -213.5t-294 -78.5q-119 0 -227.5 46.5t-187 125t-125 187t-46.5 227.5q0 159 78.5 294 t213.5 213.5t294 78.5t294 -78.5t213.5 -213.5t78.5 -294zM1960 634q0 139 -55.5 261.5t-147.5 205.5t-213.5 131t-252.5 48h-301q-176 0 -323.5 -81t-235 -230t-87.5 -335q0 -171 87 -317.5t236 -231.5t323 -85h301q129 0 251.5 50.5t214.5 135t147.5 202.5t55.5 246z M2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
576
+ <glyph unicode="&#xf24d;" horiz-adv-x="1792" d="M1664 -96v1088q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5v-1088q0 -13 9.5 -22.5t22.5 -9.5h1088q13 0 22.5 9.5t9.5 22.5zM1792 992v-1088q0 -66 -47 -113t-113 -47h-1088q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1088q66 0 113 -47t47 -113 zM1408 1376v-160h-128v160q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5v-1088q0 -13 9.5 -22.5t22.5 -9.5h160v-128h-160q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1088q66 0 113 -47t47 -113z" />
577
+ <glyph unicode="&#xf24e;" horiz-adv-x="2304" d="M1728 1088l-384 -704h768zM448 1088l-384 -704h768zM1269 1280q-14 -40 -45.5 -71.5t-71.5 -45.5v-1291h608q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1344q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h608v1291q-40 14 -71.5 45.5t-45.5 71.5h-491q-14 0 -23 9t-9 23v64 q0 14 9 23t23 9h491q21 57 70 92.5t111 35.5t111 -35.5t70 -92.5h491q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-491zM1088 1264q33 0 56.5 23.5t23.5 56.5t-23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5zM2176 384q0 -73 -46.5 -131t-117.5 -91 t-144.5 -49.5t-139.5 -16.5t-139.5 16.5t-144.5 49.5t-117.5 91t-46.5 131q0 11 35 81t92 174.5t107 195.5t102 184t56 100q18 33 56 33t56 -33q4 -7 56 -100t102 -184t107 -195.5t92 -174.5t35 -81zM896 384q0 -73 -46.5 -131t-117.5 -91t-144.5 -49.5t-139.5 -16.5 t-139.5 16.5t-144.5 49.5t-117.5 91t-46.5 131q0 11 35 81t92 174.5t107 195.5t102 184t56 100q18 33 56 33t56 -33q4 -7 56 -100t102 -184t107 -195.5t92 -174.5t35 -81z" />
578
+ <glyph unicode="&#xf250;" d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9 t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM874 700q77 29 149 92.5t129.5 152.5t92.5 210t35 253h-1024q0 -132 35 -253t92.5 -210t129.5 -152.5t149 -92.5q19 -7 30.5 -23.5t11.5 -36.5t-11.5 -36.5t-30.5 -23.5q-77 -29 -149 -92.5 t-129.5 -152.5t-92.5 -210t-35 -253h1024q0 132 -35 253t-92.5 210t-129.5 152.5t-149 92.5q-19 7 -30.5 23.5t-11.5 36.5t11.5 36.5t30.5 23.5z" />
579
+ <glyph unicode="&#xf251;" d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9 t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM1280 1408h-1024q0 -66 9 -128h1006q9 61 9 128zM1280 -128q0 130 -34 249.5t-90.5 208t-126.5 152t-146 94.5h-230q-76 -31 -146 -94.5t-126.5 -152t-90.5 -208t-34 -249.5h1024z" />
580
+ <glyph unicode="&#xf252;" d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9 t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM1280 1408h-1024q0 -206 85 -384h854q85 178 85 384zM1223 192q-54 141 -145.5 241.5t-194.5 142.5h-230q-103 -42 -194.5 -142.5t-145.5 -241.5h910z" />
581
+ <glyph unicode="&#xf253;" d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9 t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM874 700q77 29 149 92.5t129.5 152.5t92.5 210t35 253h-1024q0 -132 35 -253t92.5 -210t129.5 -152.5t149 -92.5q19 -7 30.5 -23.5t11.5 -36.5t-11.5 -36.5t-30.5 -23.5q-137 -51 -244 -196 h700q-107 145 -244 196q-19 7 -30.5 23.5t-11.5 36.5t11.5 36.5t30.5 23.5z" />
582
+ <glyph unicode="&#xf254;" d="M1504 -64q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v128q0 14 9 23t23 9h1472zM130 0q3 55 16 107t30 95t46 87t53.5 76t64.5 69.5t66 60t70.5 55t66.5 47.5t65 43q-43 28 -65 43t-66.5 47.5t-70.5 55t-66 60t-64.5 69.5t-53.5 76t-46 87 t-30 95t-16 107h1276q-3 -55 -16 -107t-30 -95t-46 -87t-53.5 -76t-64.5 -69.5t-66 -60t-70.5 -55t-66.5 -47.5t-65 -43q43 -28 65 -43t66.5 -47.5t70.5 -55t66 -60t64.5 -69.5t53.5 -76t46 -87t30 -95t16 -107h-1276zM1504 1536q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9 h-1472q-14 0 -23 9t-9 23v128q0 14 9 23t23 9h1472z" />
583
+ <glyph unicode="&#xf255;" d="M768 1152q-53 0 -90.5 -37.5t-37.5 -90.5v-128h-32v93q0 48 -32 81.5t-80 33.5q-46 0 -79 -33t-33 -79v-429l-32 30v172q0 48 -32 81.5t-80 33.5q-46 0 -79 -33t-33 -79v-224q0 -47 35 -82l310 -296q39 -39 39 -102q0 -26 19 -45t45 -19h640q26 0 45 19t19 45v25 q0 41 10 77l108 436q10 36 10 77v246q0 48 -32 81.5t-80 33.5q-46 0 -79 -33t-33 -79v-32h-32v125q0 40 -25 72.5t-64 40.5q-14 2 -23 2q-46 0 -79 -33t-33 -79v-128h-32v122q0 51 -32.5 89.5t-82.5 43.5q-5 1 -13 1zM768 1280q84 0 149 -50q57 34 123 34q59 0 111 -27 t86 -76q27 7 59 7q100 0 170 -71.5t70 -171.5v-246q0 -51 -13 -108l-109 -436q-6 -24 -6 -71q0 -80 -56 -136t-136 -56h-640q-84 0 -138 58.5t-54 142.5l-308 296q-76 73 -76 175v224q0 99 70.5 169.5t169.5 70.5q11 0 16 -1q6 95 75.5 160t164.5 65q52 0 98 -21 q72 69 174 69z" />
584
+ <glyph unicode="&#xf256;" horiz-adv-x="1792" d="M880 1408q-46 0 -79 -33t-33 -79v-656h-32v528q0 46 -33 79t-79 33t-79 -33t-33 -79v-528v-256l-154 205q-38 51 -102 51q-53 0 -90.5 -37.5t-37.5 -90.5q0 -43 26 -77l384 -512q38 -51 102 -51h688q34 0 61 22t34 56l76 405q5 32 5 59v498q0 46 -33 79t-79 33t-79 -33 t-33 -79v-272h-32v528q0 46 -33 79t-79 33t-79 -33t-33 -79v-528h-32v656q0 46 -33 79t-79 33zM880 1536q68 0 125.5 -35.5t88.5 -96.5q19 4 42 4q99 0 169.5 -70.5t70.5 -169.5v-17q105 6 180.5 -64t75.5 -175v-498q0 -40 -8 -83l-76 -404q-14 -79 -76.5 -131t-143.5 -52 h-688q-60 0 -114.5 27.5t-90.5 74.5l-384 512q-51 68 -51 154q0 106 75 181t181 75q78 0 128 -34v434q0 99 70.5 169.5t169.5 70.5q23 0 42 -4q31 61 88.5 96.5t125.5 35.5z" />
585
+ <glyph unicode="&#xf257;" horiz-adv-x="1792" d="M1073 -128h-177q-163 0 -226 141q-23 49 -23 102v5q-62 30 -98.5 88.5t-36.5 127.5q0 38 5 48h-261q-106 0 -181 75t-75 181t75 181t181 75h113l-44 17q-74 28 -119.5 93.5t-45.5 145.5q0 106 75 181t181 75q46 0 91 -17l628 -239h401q106 0 181 -75t75 -181v-668 q0 -88 -54 -157.5t-140 -90.5l-339 -85q-92 -23 -186 -23zM1024 583l-155 -71l-163 -74q-30 -14 -48 -41.5t-18 -60.5q0 -46 33 -79t79 -33q26 0 46 10l338 154q-49 10 -80.5 50t-31.5 90v55zM1344 272q0 46 -33 79t-79 33q-26 0 -46 -10l-290 -132q-28 -13 -37 -17 t-30.5 -17t-29.5 -23.5t-16 -29t-8 -40.5q0 -50 31.5 -82t81.5 -32q20 0 38 9l352 160q30 14 48 41.5t18 60.5zM1112 1024l-650 248q-24 8 -46 8q-53 0 -90.5 -37.5t-37.5 -90.5q0 -40 22.5 -73t59.5 -47l526 -200v-64h-640q-53 0 -90.5 -37.5t-37.5 -90.5t37.5 -90.5 t90.5 -37.5h535l233 106v198q0 63 46 106l111 102h-69zM1073 0q82 0 155 19l339 85q43 11 70 45.5t27 78.5v668q0 53 -37.5 90.5t-90.5 37.5h-308l-136 -126q-36 -33 -36 -82v-296q0 -46 33 -77t79 -31t79 35t33 81v208h32v-208q0 -70 -57 -114q52 -8 86.5 -48.5t34.5 -93.5 q0 -42 -23 -78t-61 -53l-310 -141h91z" />
586
+ <glyph unicode="&#xf258;" horiz-adv-x="2048" d="M1151 1536q61 0 116 -28t91 -77l572 -781q118 -159 118 -359v-355q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v177l-286 143h-546q-80 0 -136 56t-56 136v32q0 119 84.5 203.5t203.5 84.5h420l42 128h-686q-100 0 -173.5 67.5t-81.5 166.5q-65 79 -65 182v32 q0 80 56 136t136 56h959zM1920 -64v355q0 157 -93 284l-573 781q-39 52 -103 52h-959q-26 0 -45 -19t-19 -45q0 -32 1.5 -49.5t9.5 -40.5t25 -43q10 31 35.5 50t56.5 19h832v-32h-832q-26 0 -45 -19t-19 -45q0 -44 3 -58q8 -44 44 -73t81 -29h640h91q40 0 68 -28t28 -68 q0 -15 -5 -30l-64 -192q-10 -29 -35 -47.5t-56 -18.5h-443q-66 0 -113 -47t-47 -113v-32q0 -26 19 -45t45 -19h561q16 0 29 -7l317 -158q24 -13 38.5 -36t14.5 -50v-197q0 -26 19 -45t45 -19h384q26 0 45 19t19 45z" />
587
+ <glyph unicode="&#xf259;" horiz-adv-x="2048" d="M816 1408q-48 0 -79.5 -34t-31.5 -82q0 -14 3 -28l150 -624h-26l-116 482q-9 38 -39.5 62t-69.5 24q-47 0 -79 -34t-32 -81q0 -11 4 -29q3 -13 39 -161t68 -282t32 -138v-227l-307 230q-34 26 -77 26q-52 0 -89.5 -36.5t-37.5 -88.5q0 -67 56 -110l507 -379 q34 -26 76 -26h694q33 0 59 20.5t34 52.5l100 401q8 30 10 88t9 86l116 478q3 12 3 26q0 46 -33 79t-80 33q-38 0 -69 -25.5t-40 -62.5l-99 -408h-26l132 547q3 14 3 28q0 47 -32 80t-80 33q-38 0 -68.5 -24t-39.5 -62l-145 -602h-127l-164 682q-9 38 -39.5 62t-68.5 24z M1461 -256h-694q-85 0 -153 51l-507 380q-50 38 -78.5 94t-28.5 118q0 105 75 179t180 74q25 0 49.5 -5.5t41.5 -11t41 -20.5t35 -23t38.5 -29.5t37.5 -28.5l-123 512q-7 35 -7 59q0 93 60 162t152 79q14 87 80.5 144.5t155.5 57.5q83 0 148 -51.5t85 -132.5l103 -428 l83 348q20 81 85 132.5t148 51.5q87 0 152.5 -54t82.5 -139q93 -10 155 -78t62 -161q0 -30 -7 -57l-116 -477q-5 -22 -5 -67q0 -51 -13 -108l-101 -401q-19 -75 -79.5 -122.5t-137.5 -47.5z" />
588
+ <glyph unicode="&#xf25a;" horiz-adv-x="1792" d="M640 1408q-53 0 -90.5 -37.5t-37.5 -90.5v-512v-384l-151 202q-41 54 -107 54q-52 0 -89 -38t-37 -90q0 -43 26 -77l384 -512q38 -51 102 -51h718q22 0 39.5 13.5t22.5 34.5l92 368q24 96 24 194v217q0 41 -28 71t-68 30t-68 -28t-28 -68h-32v61q0 48 -32 81.5t-80 33.5 q-46 0 -79 -33t-33 -79v-64h-32v90q0 55 -37 94.5t-91 39.5q-53 0 -90.5 -37.5t-37.5 -90.5v-96h-32v570q0 55 -37 94.5t-91 39.5zM640 1536q107 0 181.5 -77.5t74.5 -184.5v-220q22 2 32 2q99 0 173 -69q47 21 99 21q113 0 184 -87q27 7 56 7q94 0 159 -67.5t65 -161.5 v-217q0 -116 -28 -225l-92 -368q-16 -64 -68 -104.5t-118 -40.5h-718q-60 0 -114.5 27.5t-90.5 74.5l-384 512q-51 68 -51 154q0 105 74.5 180.5t179.5 75.5q71 0 130 -35v547q0 106 75 181t181 75zM768 128v384h-32v-384h32zM1024 128v384h-32v-384h32zM1280 128v384h-32 v-384h32z" />
589
+ <glyph unicode="&#xf25b;" d="M1288 889q60 0 107 -23q141 -63 141 -226v-177q0 -94 -23 -186l-85 -339q-21 -86 -90.5 -140t-157.5 -54h-668q-106 0 -181 75t-75 181v401l-239 628q-17 45 -17 91q0 106 75 181t181 75q80 0 145.5 -45.5t93.5 -119.5l17 -44v113q0 106 75 181t181 75t181 -75t75 -181 v-261q27 5 48 5q69 0 127.5 -36.5t88.5 -98.5zM1072 896q-33 0 -60.5 -18t-41.5 -48l-74 -163l-71 -155h55q50 0 90 -31.5t50 -80.5l154 338q10 20 10 46q0 46 -33 79t-79 33zM1293 761q-22 0 -40.5 -8t-29 -16t-23.5 -29.5t-17 -30.5t-17 -37l-132 -290q-10 -20 -10 -46 q0 -46 33 -79t79 -33q33 0 60.5 18t41.5 48l160 352q9 18 9 38q0 50 -32 81.5t-82 31.5zM128 1120q0 -22 8 -46l248 -650v-69l102 111q43 46 106 46h198l106 233v535q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5v-640h-64l-200 526q-14 37 -47 59.5t-73 22.5 q-53 0 -90.5 -37.5t-37.5 -90.5zM1180 -128q44 0 78.5 27t45.5 70l85 339q19 73 19 155v91l-141 -310q-17 -38 -53 -61t-78 -23q-53 0 -93.5 34.5t-48.5 86.5q-44 -57 -114 -57h-208v32h208q46 0 81 33t35 79t-31 79t-77 33h-296q-49 0 -82 -36l-126 -136v-308 q0 -53 37.5 -90.5t90.5 -37.5h668z" />
590
+ <glyph unicode="&#xf25c;" horiz-adv-x="1973" d="M857 992v-117q0 -13 -9.5 -22t-22.5 -9h-298v-812q0 -13 -9 -22.5t-22 -9.5h-135q-13 0 -22.5 9t-9.5 23v812h-297q-13 0 -22.5 9t-9.5 22v117q0 14 9 23t23 9h793q13 0 22.5 -9.5t9.5 -22.5zM1895 995l77 -961q1 -13 -8 -24q-10 -10 -23 -10h-134q-12 0 -21 8.5 t-10 20.5l-46 588l-189 -425q-8 -19 -29 -19h-120q-20 0 -29 19l-188 427l-45 -590q-1 -12 -10 -20.5t-21 -8.5h-135q-13 0 -23 10q-9 10 -9 24l78 961q1 12 10 20.5t21 8.5h142q20 0 29 -19l220 -520q10 -24 20 -51q3 7 9.5 24.5t10.5 26.5l221 520q9 19 29 19h141 q13 0 22 -8.5t10 -20.5z" />
591
+ <glyph unicode="&#xf25d;" horiz-adv-x="1792" d="M1042 833q0 88 -60 121q-33 18 -117 18h-123v-281h162q66 0 102 37t36 105zM1094 548l205 -373q8 -17 -1 -31q-8 -16 -27 -16h-152q-20 0 -28 17l-194 365h-155v-350q0 -14 -9 -23t-23 -9h-134q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h294q128 0 190 -24q85 -31 134 -109 t49 -180q0 -92 -42.5 -165.5t-115.5 -109.5q6 -10 9 -16zM896 1376q-150 0 -286 -58.5t-234.5 -157t-157 -234.5t-58.5 -286t58.5 -286t157 -234.5t234.5 -157t286 -58.5t286 58.5t234.5 157t157 234.5t58.5 286t-58.5 286t-157 234.5t-234.5 157t-286 58.5zM1792 640 q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
592
+ <glyph unicode="&#xf25e;" horiz-adv-x="1792" d="M605 303q153 0 257 104q14 18 3 36l-45 82q-6 13 -24 17q-16 2 -27 -11l-4 -3q-4 -4 -11.5 -10t-17.5 -13t-23.5 -14.5t-28.5 -13.5t-33.5 -9.5t-37.5 -3.5q-76 0 -125 50t-49 127q0 76 48 125.5t122 49.5q37 0 71.5 -14t50.5 -28l16 -14q11 -11 26 -10q16 2 24 14l53 78 q13 20 -2 39q-3 4 -11 12t-30 23.5t-48.5 28t-67.5 22.5t-86 10q-148 0 -246 -96.5t-98 -240.5q0 -146 97 -241.5t247 -95.5zM1235 303q153 0 257 104q14 18 4 36l-45 82q-8 14 -25 17q-16 2 -27 -11l-4 -3q-4 -4 -11.5 -10t-17.5 -13t-23.5 -14.5t-28.5 -13.5t-33.5 -9.5 t-37.5 -3.5q-76 0 -125 50t-49 127q0 76 48 125.5t122 49.5q37 0 71.5 -14t50.5 -28l16 -14q11 -11 26 -10q16 2 24 14l53 78q13 20 -2 39q-3 4 -11 12t-30 23.5t-48.5 28t-67.5 22.5t-86 10q-147 0 -245.5 -96.5t-98.5 -240.5q0 -146 97 -241.5t247 -95.5zM896 1376 q-150 0 -286 -58.5t-234.5 -157t-157 -234.5t-58.5 -286t58.5 -286t157 -234.5t234.5 -157t286 -58.5t286 58.5t234.5 157t157 234.5t58.5 286t-58.5 286t-157 234.5t-234.5 157t-286 58.5zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191 t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71z" />
593
+ <glyph unicode="&#xf260;" horiz-adv-x="2048" d="M736 736l384 -384l-384 -384l-672 672l672 672l168 -168l-96 -96l-72 72l-480 -480l480 -480l193 193l-289 287zM1312 1312l672 -672l-672 -672l-168 168l96 96l72 -72l480 480l-480 480l-193 -193l289 -287l-96 -96l-384 384z" />
594
+ <glyph unicode="&#xf261;" horiz-adv-x="1792" d="M717 182l271 271l-279 279l-88 -88l192 -191l-96 -96l-279 279l279 279l40 -40l87 87l-127 128l-454 -454zM1075 190l454 454l-454 454l-271 -271l279 -279l88 88l-192 191l96 96l279 -279l-279 -279l-40 40l-87 -88zM1792 640q0 -182 -71 -348t-191 -286t-286 -191 t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
595
+ <glyph unicode="&#xf262;" horiz-adv-x="2304" d="M651 539q0 -39 -27.5 -66.5t-65.5 -27.5q-39 0 -66.5 27.5t-27.5 66.5q0 38 27.5 65.5t66.5 27.5q38 0 65.5 -27.5t27.5 -65.5zM1805 540q0 -39 -27.5 -66.5t-66.5 -27.5t-66.5 27.5t-27.5 66.5t27.5 66t66.5 27t66.5 -27t27.5 -66zM765 539q0 79 -56.5 136t-136.5 57 t-136.5 -56.5t-56.5 -136.5t56.5 -136.5t136.5 -56.5t136.5 56.5t56.5 136.5zM1918 540q0 80 -56.5 136.5t-136.5 56.5q-79 0 -136 -56.5t-57 -136.5t56.5 -136.5t136.5 -56.5t136.5 56.5t56.5 136.5zM850 539q0 -116 -81.5 -197.5t-196.5 -81.5q-116 0 -197.5 82t-81.5 197 t82 196.5t197 81.5t196.5 -81.5t81.5 -196.5zM2004 540q0 -115 -81.5 -196.5t-197.5 -81.5q-115 0 -196.5 81.5t-81.5 196.5t81.5 196.5t196.5 81.5q116 0 197.5 -81.5t81.5 -196.5zM1040 537q0 191 -135.5 326.5t-326.5 135.5q-125 0 -231 -62t-168 -168.5t-62 -231.5 t62 -231.5t168 -168.5t231 -62q191 0 326.5 135.5t135.5 326.5zM1708 1110q-254 111 -556 111q-319 0 -573 -110q117 0 223 -45.5t182.5 -122.5t122 -183t45.5 -223q0 115 43.5 219.5t118 180.5t177.5 123t217 50zM2187 537q0 191 -135 326.5t-326 135.5t-326.5 -135.5 t-135.5 -326.5t135.5 -326.5t326.5 -135.5t326 135.5t135 326.5zM1921 1103h383q-44 -51 -75 -114.5t-40 -114.5q110 -151 110 -337q0 -156 -77 -288t-209 -208.5t-287 -76.5q-133 0 -249 56t-196 155q-47 -56 -129 -179q-11 22 -53.5 82.5t-74.5 97.5 q-80 -99 -196.5 -155.5t-249.5 -56.5q-155 0 -287 76.5t-209 208.5t-77 288q0 186 110 337q-9 51 -40 114.5t-75 114.5h365q149 100 355 156.5t432 56.5q224 0 421 -56t348 -157z" />
596
+ <glyph unicode="&#xf263;" horiz-adv-x="1280" d="M640 629q-188 0 -321 133t-133 320q0 188 133 321t321 133t321 -133t133 -321q0 -187 -133 -320t-321 -133zM640 1306q-92 0 -157.5 -65.5t-65.5 -158.5q0 -92 65.5 -157.5t157.5 -65.5t157.5 65.5t65.5 157.5q0 93 -65.5 158.5t-157.5 65.5zM1163 574q13 -27 15 -49.5 t-4.5 -40.5t-26.5 -38.5t-42.5 -37t-61.5 -41.5q-115 -73 -315 -94l73 -72l267 -267q30 -31 30 -74t-30 -73l-12 -13q-31 -30 -74 -30t-74 30q-67 68 -267 268l-267 -268q-31 -30 -74 -30t-73 30l-12 13q-31 30 -31 73t31 74l267 267l72 72q-203 21 -317 94 q-39 25 -61.5 41.5t-42.5 37t-26.5 38.5t-4.5 40.5t15 49.5q10 20 28 35t42 22t56 -2t65 -35q5 -4 15 -11t43 -24.5t69 -30.5t92 -24t113 -11q91 0 174 25.5t120 50.5l38 25q33 26 65 35t56 2t42 -22t28 -35z" />
597
+ <glyph unicode="&#xf264;" d="M927 956q0 -66 -46.5 -112.5t-112.5 -46.5t-112.5 46.5t-46.5 112.5t46.5 112.5t112.5 46.5t112.5 -46.5t46.5 -112.5zM1141 593q-10 20 -28 32t-47.5 9.5t-60.5 -27.5q-10 -8 -29 -20t-81 -32t-127 -20t-124 18t-86 36l-27 18q-31 25 -60.5 27.5t-47.5 -9.5t-28 -32 q-22 -45 -2 -74.5t87 -73.5q83 -53 226 -67l-51 -52q-142 -142 -191 -190q-22 -22 -22 -52.5t22 -52.5l9 -9q22 -22 52.5 -22t52.5 22l191 191q114 -115 191 -191q22 -22 52.5 -22t52.5 22l9 9q22 22 22 52.5t-22 52.5l-191 190l-52 52q141 14 225 67q67 44 87 73.5t-2 74.5 zM1092 956q0 134 -95 229t-229 95t-229 -95t-95 -229t95 -229t229 -95t229 95t95 229zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
598
+ <glyph unicode="&#xf265;" horiz-adv-x="1720" d="M1565 1408q65 0 110 -45.5t45 -110.5v-519q0 -176 -68 -336t-182.5 -275t-274 -182.5t-334.5 -67.5q-176 0 -335.5 67.5t-274.5 182.5t-183 275t-68 336v519q0 64 46 110t110 46h1409zM861 344q47 0 82 33l404 388q37 35 37 85q0 49 -34.5 83.5t-83.5 34.5q-47 0 -82 -33 l-323 -310l-323 310q-35 33 -81 33q-49 0 -83.5 -34.5t-34.5 -83.5q0 -51 36 -85l405 -388q33 -33 81 -33z" />
599
+ <glyph unicode="&#xf266;" horiz-adv-x="2304" d="M1494 -103l-295 695q-25 -49 -158.5 -305.5t-198.5 -389.5q-1 -1 -27.5 -0.5t-26.5 1.5q-82 193 -255.5 587t-259.5 596q-21 50 -66.5 107.5t-103.5 100.5t-102 43q0 5 -0.5 24t-0.5 27h583v-50q-39 -2 -79.5 -16t-66.5 -43t-10 -64q26 -59 216.5 -499t235.5 -540 q31 61 140 266.5t131 247.5q-19 39 -126 281t-136 295q-38 69 -201 71v50l513 -1v-47q-60 -2 -93.5 -25t-12.5 -69q33 -70 87 -189.5t86 -187.5q110 214 173 363q24 55 -10 79.5t-129 26.5q1 7 1 25v24q64 0 170.5 0.5t180 1t92.5 0.5v-49q-62 -2 -119 -33t-90 -81 l-213 -442q13 -33 127.5 -290t121.5 -274l441 1017q-14 38 -49.5 62.5t-65 31.5t-55.5 8v50l460 -4l1 -2l-1 -44q-139 -4 -201 -145q-526 -1216 -559 -1291h-49z" />
600
+ <glyph unicode="&#xf267;" horiz-adv-x="1792" d="M949 643q0 -26 -16.5 -45t-41.5 -19q-26 0 -45 16.5t-19 41.5q0 26 17 45t42 19t44 -16.5t19 -41.5zM964 585l350 581q-9 -8 -67.5 -62.5t-125.5 -116.5t-136.5 -127t-117 -110.5t-50.5 -51.5l-349 -580q7 7 67 62t126 116.5t136 127t117 111t50 50.5zM1611 640 q0 -201 -104 -371q-3 2 -17 11t-26.5 16.5t-16.5 7.5q-13 0 -13 -13q0 -10 59 -44q-74 -112 -184.5 -190.5t-241.5 -110.5l-16 67q-1 10 -15 10q-5 0 -8 -5.5t-2 -9.5l16 -68q-72 -15 -146 -15q-199 0 -372 105q1 2 13 20.5t21.5 33.5t9.5 19q0 13 -13 13q-6 0 -17 -14.5 t-22.5 -34.5t-13.5 -23q-113 75 -192 187.5t-110 244.5l69 15q10 3 10 15q0 5 -5.5 8t-10.5 2l-68 -15q-14 72 -14 139q0 206 109 379q2 -1 18.5 -12t30 -19t17.5 -8q13 0 13 12q0 6 -12.5 15.5t-32.5 21.5l-20 12q77 112 189 189t244 107l15 -67q2 -10 15 -10q5 0 8 5.5 t2 10.5l-15 66q71 13 134 13q204 0 379 -109q-39 -56 -39 -65q0 -13 12 -13q11 0 48 64q111 -75 187.5 -186t107.5 -241l-56 -12q-10 -2 -10 -16q0 -5 5.5 -8t9.5 -2l57 13q14 -72 14 -140zM1696 640q0 163 -63.5 311t-170.5 255t-255 170.5t-311 63.5t-311 -63.5 t-255 -170.5t-170.5 -255t-63.5 -311t63.5 -311t170.5 -255t255 -170.5t311 -63.5t311 63.5t255 170.5t170.5 255t63.5 311zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191 t191 -286t71 -348z" />
601
+ <glyph unicode="&#xf268;" horiz-adv-x="1792" d="M893 1536q240 2 451 -120q232 -134 352 -372l-742 39q-160 9 -294 -74.5t-185 -229.5l-276 424q128 159 311 245.5t383 87.5zM146 1131l337 -663q72 -143 211 -217t293 -45l-230 -451q-212 33 -385 157.5t-272.5 316t-99.5 411.5q0 267 146 491zM1732 962 q58 -150 59.5 -310.5t-48.5 -306t-153 -272t-246 -209.5q-230 -133 -498 -119l405 623q88 131 82.5 290.5t-106.5 277.5zM896 942q125 0 213.5 -88.5t88.5 -213.5t-88.5 -213.5t-213.5 -88.5t-213.5 88.5t-88.5 213.5t88.5 213.5t213.5 88.5z" />
602
+ <glyph unicode="&#xf269;" horiz-adv-x="1792" d="M903 -256q-283 0 -504.5 150.5t-329.5 398.5q-58 131 -67 301t26 332.5t111 312t179 242.5l-11 -281q11 14 68 15.5t70 -15.5q42 81 160.5 138t234.5 59q-54 -45 -119.5 -148.5t-58.5 -163.5q25 -8 62.5 -13.5t63 -7.5t68 -4t50.5 -3q15 -5 9.5 -45.5t-30.5 -75.5 q-5 -7 -16.5 -18.5t-56.5 -35.5t-101 -34l15 -189l-139 67q-18 -43 -7.5 -81.5t36 -66.5t65.5 -41.5t81 -6.5q51 9 98 34.5t83.5 45t73.5 17.5q61 -4 89.5 -33t19.5 -65q-1 -2 -2.5 -5.5t-8.5 -12.5t-18 -15.5t-31.5 -10.5t-46.5 -1q-60 -95 -144.5 -135.5t-209.5 -29.5 q74 -61 162.5 -82.5t168.5 -6t154.5 52t128 87.5t80.5 104q43 91 39 192.5t-37.5 188.5t-78.5 125q87 -38 137 -79.5t77 -112.5q15 170 -57.5 343t-209.5 284q265 -77 412 -279.5t151 -517.5q2 -127 -40.5 -255t-123.5 -238t-189 -196t-247.5 -135.5t-288.5 -49.5z" />
603
+ <glyph unicode="&#xf26a;" horiz-adv-x="1792" d="M1493 1308q-165 110 -359 110q-155 0 -293 -73t-240 -200q-75 -93 -119.5 -218t-48.5 -266v-42q4 -141 48.5 -266t119.5 -218q102 -127 240 -200t293 -73q194 0 359 110q-121 -108 -274.5 -168t-322.5 -60q-29 0 -43 1q-175 8 -333 82t-272 193t-181 281t-67 339 q0 182 71 348t191 286t286 191t348 71h3q168 -1 320.5 -60.5t273.5 -167.5zM1792 640q0 -192 -77 -362.5t-213 -296.5q-104 -63 -222 -63q-137 0 -255 84q154 56 253.5 233t99.5 405q0 227 -99 404t-253 234q119 83 254 83q119 0 226 -65q135 -125 210.5 -295t75.5 -361z " />
604
+ <glyph unicode="&#xf26b;" horiz-adv-x="1792" d="M1792 599q0 -56 -7 -104h-1151q0 -146 109.5 -244.5t257.5 -98.5q99 0 185.5 46.5t136.5 130.5h423q-56 -159 -170.5 -281t-267.5 -188.5t-321 -66.5q-187 0 -356 83q-228 -116 -394 -116q-237 0 -237 263q0 115 45 275q17 60 109 229q199 360 475 606 q-184 -79 -427 -354q63 274 283.5 449.5t501.5 175.5q30 0 45 -1q255 117 433 117q64 0 116 -13t94.5 -40.5t66.5 -76.5t24 -115q0 -116 -75 -286q101 -182 101 -390zM1722 1239q0 83 -53 132t-137 49q-108 0 -254 -70q121 -47 222.5 -131.5t170.5 -195.5q51 135 51 216z M128 2q0 -86 48.5 -132.5t134.5 -46.5q115 0 266 83q-122 72 -213.5 183t-137.5 245q-98 -205 -98 -332zM632 715h728q-5 142 -113 237t-251 95q-144 0 -251.5 -95t-112.5 -237z" />
605
+ <glyph unicode="&#xf26c;" horiz-adv-x="2048" d="M1792 288v960q0 13 -9.5 22.5t-22.5 9.5h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5zM1920 1248v-960q0 -66 -47 -113t-113 -47h-736v-128h352q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23 v64q0 14 9 23t23 9h352v128h-736q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
606
+ <glyph unicode="&#xf26d;" horiz-adv-x="1792" d="M138 1408h197q-70 -64 -126 -149q-36 -56 -59 -115t-30 -125.5t-8.5 -120t10.5 -132t21 -126t28 -136.5q4 -19 6 -28q51 -238 81 -329q57 -171 152 -275h-272q-48 0 -82 34t-34 82v1304q0 48 34 82t82 34zM1346 1408h308q48 0 82 -34t34 -82v-1304q0 -48 -34 -82t-82 -34 h-178q212 210 196 565l-469 -101q-2 -45 -12 -82t-31 -72t-59.5 -59.5t-93.5 -36.5q-123 -26 -199 40q-32 27 -53 61t-51.5 129t-64.5 258q-35 163 -45.5 263t-5.5 139t23 77q20 41 62.5 73t102.5 45q45 12 83.5 6.5t67 -17t54 -35t43 -48t34.5 -56.5l468 100 q-68 175 -180 287z" />
607
+ <glyph unicode="&#xf26e;" d="M1401 -11l-6 -6q-113 -114 -259 -175q-154 -64 -317 -64q-165 0 -317 64q-148 63 -259 175q-113 112 -175 258q-42 103 -54 189q-4 28 48 36q51 8 56 -20q1 -1 1 -4q18 -90 46 -159q50 -124 152 -226q98 -98 226 -152q132 -56 276 -56q143 0 276 56q128 55 225 152l6 6 q10 10 25 6q12 -3 33 -22q36 -37 17 -58zM929 604l-66 -66l63 -63q21 -21 -7 -49q-17 -17 -32 -17q-10 0 -19 10l-62 61l-66 -66q-5 -5 -15 -5q-15 0 -31 16l-2 2q-18 15 -18 29q0 7 8 17l66 65l-66 66q-16 16 14 45q18 18 31 18q6 0 13 -5l65 -66l65 65q18 17 48 -13 q27 -27 11 -44zM1400 547q0 -118 -46 -228q-45 -105 -126 -186q-80 -80 -187 -126t-228 -46t-228 46t-187 126q-82 82 -125 186q-15 32 -15 40h-1q-9 27 43 44q50 16 60 -12q37 -99 97 -167h1v339v2q3 136 102 232q105 103 253 103q147 0 251 -103t104 -249 q0 -147 -104.5 -251t-250.5 -104q-58 0 -112 16q-28 11 -13 61q16 51 44 43l14 -3q14 -3 32.5 -6t30.5 -3q104 0 176 71.5t72 174.5q0 101 -72 171q-71 71 -175 71q-107 0 -178 -80q-64 -72 -64 -160v-413q110 -67 242 -67q96 0 185 36.5t156 103.5t103.5 155t36.5 183 q0 198 -141 339q-140 140 -339 140q-200 0 -340 -140q-53 -53 -77 -87l-2 -2q-8 -11 -13 -15.5t-21.5 -9.5t-38.5 3q-21 5 -36.5 16.5t-15.5 26.5v680q0 15 10.5 26.5t27.5 11.5h877q30 0 30 -55t-30 -55h-811v-483h1q40 42 102 84t108 61q109 46 231 46q121 0 228 -46 t187 -126q81 -81 126 -186q46 -112 46 -229zM1369 1128q9 -8 9 -18t-5.5 -18t-16.5 -21q-26 -26 -39 -26q-9 0 -16 7q-106 91 -207 133q-128 56 -276 56q-133 0 -262 -49q-27 -10 -45 37q-9 25 -8 38q3 16 16 20q130 57 299 57q164 0 316 -64q137 -58 235 -152z" />
608
+ <glyph unicode="&#xf270;" horiz-adv-x="1792" d="M1551 60q15 6 26 3t11 -17.5t-15 -33.5q-13 -16 -44 -43.5t-95.5 -68t-141 -74t-188 -58t-229.5 -24.5q-119 0 -238 31t-209 76.5t-172.5 104t-132.5 105t-84 87.5q-8 9 -10 16.5t1 12t8 7t11.5 2t11.5 -4.5q192 -117 300 -166q389 -176 799 -90q190 40 391 135z M1758 175q11 -16 2.5 -69.5t-28.5 -102.5q-34 -83 -85 -124q-17 -14 -26 -9t0 24q21 45 44.5 121.5t6.5 98.5q-5 7 -15.5 11.5t-27 6t-29.5 2.5t-35 0t-31.5 -2t-31 -3t-22.5 -2q-6 -1 -13 -1.5t-11 -1t-8.5 -1t-7 -0.5h-5.5h-4.5t-3 0.5t-2 1.5l-1.5 3q-6 16 47 40t103 30 q46 7 108 1t76 -24zM1364 618q0 -31 13.5 -64t32 -58t37.5 -46t33 -32l13 -11l-227 -224q-40 37 -79 75.5t-58 58.5l-19 20q-11 11 -25 33q-38 -59 -97.5 -102.5t-127.5 -63.5t-140 -23t-137.5 21t-117.5 65.5t-83 113t-31 162.5q0 84 28 154t72 116.5t106.5 83t122.5 57 t130 34.5t119.5 18.5t99.5 6.5v127q0 65 -21 97q-34 53 -121 53q-6 0 -16.5 -1t-40.5 -12t-56 -29.5t-56 -59.5t-48 -96l-294 27q0 60 22 119t67 113t108 95t151.5 65.5t190.5 24.5q100 0 181 -25t129.5 -61.5t81 -83t45 -86t12.5 -73.5v-589zM692 597q0 -86 70 -133 q66 -44 139 -22q84 25 114 123q14 45 14 101v162q-59 -2 -111 -12t-106.5 -33.5t-87 -71t-32.5 -114.5z" />
609
+ <glyph unicode="&#xf271;" horiz-adv-x="1792" d="M1536 1280q52 0 90 -38t38 -90v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128zM1152 1376v-288q0 -14 9 -23t23 -9 h64q14 0 23 9t9 23v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM384 1376v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM1536 -128v1024h-1408v-1024h1408zM896 448h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224 v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v224q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-224z" />
610
+ <glyph unicode="&#xf272;" horiz-adv-x="1792" d="M1152 416v-64q0 -14 -9 -23t-23 -9h-576q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h576q14 0 23 -9t9 -23zM128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23 t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47 t47 -113v-96h128q52 0 90 -38t38 -90z" />
611
+ <glyph unicode="&#xf273;" horiz-adv-x="1792" d="M1111 151l-46 -46q-9 -9 -22 -9t-23 9l-188 189l-188 -189q-10 -9 -23 -9t-22 9l-46 46q-9 9 -9 22t9 23l189 188l-189 188q-9 10 -9 23t9 22l46 46q9 9 22 9t23 -9l188 -188l188 188q10 9 23 9t22 -9l46 -46q9 -9 9 -22t-9 -23l-188 -188l188 -188q9 -10 9 -23t-9 -22z M128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280 q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
612
+ <glyph unicode="&#xf274;" horiz-adv-x="1792" d="M1303 572l-512 -512q-10 -9 -23 -9t-23 9l-288 288q-9 10 -9 23t9 22l46 46q9 9 22 9t23 -9l220 -220l444 444q10 9 23 9t22 -9l46 -46q9 -9 9 -22t-9 -23zM128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23 t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47 t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
613
+ <glyph unicode="&#xf275;" horiz-adv-x="1792" d="M448 1536q26 0 45 -19t19 -45v-891l536 429q17 14 40 14q26 0 45 -19t19 -45v-379l536 429q17 14 40 14q26 0 45 -19t19 -45v-1152q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h384z" />
614
+ <glyph unicode="&#xf276;" horiz-adv-x="1024" d="M512 448q66 0 128 15v-655q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v655q61 -15 128 -15zM512 1536q212 0 362 -150t150 -362t-150 -362t-362 -150t-362 150t-150 362t150 362t362 150zM512 1312q14 0 23 9t9 23t-9 23t-23 9q-146 0 -249 -103t-103 -249 q0 -14 9 -23t23 -9t23 9t9 23q0 119 84.5 203.5t203.5 84.5z" />
615
+ <glyph unicode="&#xf277;" horiz-adv-x="1792" d="M1745 1239q10 -10 10 -23t-10 -23l-141 -141q-28 -28 -68 -28h-1344q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h576v64q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-64h512q40 0 68 -28zM768 320h256v-512q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v512zM1600 768 q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19h-1344q-40 0 -68 28l-141 141q-10 10 -10 23t10 23l141 141q28 28 68 28h512v192h256v-192h576z" />
616
+ <glyph unicode="&#xf278;" horiz-adv-x="2048" d="M2020 1525q28 -20 28 -53v-1408q0 -20 -11 -36t-29 -23l-640 -256q-24 -11 -48 0l-616 246l-616 -246q-10 -5 -24 -5q-19 0 -36 11q-28 20 -28 53v1408q0 20 11 36t29 23l640 256q24 11 48 0l616 -246l616 246q32 13 60 -6zM736 1390v-1270l576 -230v1270zM128 1173 v-1270l544 217v1270zM1920 107v1270l-544 -217v-1270z" />
617
+ <glyph unicode="&#xf279;" horiz-adv-x="1792" d="M512 1536q13 0 22.5 -9.5t9.5 -22.5v-1472q0 -20 -17 -28l-480 -256q-7 -4 -15 -4q-13 0 -22.5 9.5t-9.5 22.5v1472q0 20 17 28l480 256q7 4 15 4zM1760 1536q13 0 22.5 -9.5t9.5 -22.5v-1472q0 -20 -17 -28l-480 -256q-7 -4 -15 -4q-13 0 -22.5 9.5t-9.5 22.5v1472 q0 20 17 28l480 256q7 4 15 4zM640 1536q8 0 14 -3l512 -256q18 -10 18 -29v-1472q0 -13 -9.5 -22.5t-22.5 -9.5q-8 0 -14 3l-512 256q-18 10 -18 29v1472q0 13 9.5 22.5t22.5 9.5z" />
618
+ <glyph unicode="&#xf27a;" horiz-adv-x="1792" d="M640 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1408 640q0 53 -37.5 90.5t-90.5 37.5 t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-110 0 -211 18q-173 -173 -435 -229q-52 -10 -86 -13q-12 -1 -22 6t-13 18q-4 15 20 37q5 5 23.5 21.5t25.5 23.5t23.5 25.5t24 31.5t20.5 37 t20 48t14.5 57.5t12.5 72.5q-146 90 -229.5 216.5t-83.5 269.5q0 174 120 321.5t326 233t450 85.5t450 -85.5t326 -233t120 -321.5z" />
619
+ <glyph unicode="&#xf27b;" horiz-adv-x="1792" d="M640 640q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1024 640q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 -53 -37.5 -90.5t-90.5 -37.5 t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM896 1152q-204 0 -381.5 -69.5t-282 -187.5t-104.5 -255q0 -112 71.5 -213.5t201.5 -175.5l87 -50l-27 -96q-24 -91 -70 -172q152 63 275 171l43 38l57 -6q69 -8 130 -8q204 0 381.5 69.5t282 187.5 t104.5 255t-104.5 255t-282 187.5t-381.5 69.5zM1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22h-5q-15 0 -27 10.5t-16 27.5v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51 t27 59t26 76q-157 89 -247.5 220t-90.5 281q0 130 71 248.5t191 204.5t286 136.5t348 50.5t348 -50.5t286 -136.5t191 -204.5t71 -248.5z" />
620
+ <glyph unicode="&#xf27c;" horiz-adv-x="1024" d="M512 345l512 295v-591l-512 -296v592zM0 640v-591l512 296zM512 1527v-591l-512 -296v591zM512 936l512 295v-591z" />
621
+ <glyph unicode="&#xf27d;" horiz-adv-x="1792" d="M1709 1018q-10 -236 -332 -651q-333 -431 -562 -431q-142 0 -240 263q-44 160 -132 482q-72 262 -157 262q-18 0 -127 -76l-77 98q24 21 108 96.5t130 115.5q156 138 241 146q95 9 153 -55.5t81 -203.5q44 -287 66 -373q55 -249 120 -249q51 0 154 161q101 161 109 246 q13 139 -109 139q-57 0 -121 -26q120 393 459 382q251 -8 236 -326z" />
622
+ <glyph unicode="&#xf27e;" d="M0 1408h1536v-1536h-1536v1536zM1085 293l-221 631l221 297h-634l221 -297l-221 -631l317 -304z" />
623
+ <glyph unicode="&#xf280;" d="M0 1408h1536v-1536h-1536v1536zM908 1088l-12 -33l75 -83l-31 -114l25 -25l107 57l107 -57l25 25l-31 114l75 83l-12 33h-95l-53 96h-32l-53 -96h-95zM641 925q32 0 44.5 -16t11.5 -63l174 21q0 55 -17.5 92.5t-50.5 56t-69 25.5t-85 7q-133 0 -199 -57.5t-66 -182.5v-72 h-96v-128h76q20 0 20 -8v-382q0 -14 -5 -20t-18 -7l-73 -7v-88h448v86l-149 14q-6 1 -8.5 1.5t-3.5 2.5t-0.5 4t1 7t0.5 10v387h191l38 128h-231q-6 0 -2 6t4 9v80q0 27 1.5 40.5t7.5 28t19.5 20t36.5 5.5zM1248 96v86l-54 9q-7 1 -9.5 2.5t-2.5 3t1 7.5t1 12v520h-275 l-23 -101l83 -22q23 -7 23 -27v-370q0 -14 -6 -18.5t-20 -6.5l-70 -9v-86h352z" />
624
+ <glyph unicode="&#xf281;" horiz-adv-x="1792" d="M1792 690q0 -58 -29.5 -105.5t-79.5 -72.5q12 -46 12 -96q0 -155 -106.5 -287t-290.5 -208.5t-400 -76.5t-399.5 76.5t-290 208.5t-106.5 287q0 47 11 94q-51 25 -82 73.5t-31 106.5q0 82 58 140.5t141 58.5q85 0 145 -63q218 152 515 162l116 521q3 13 15 21t26 5 l369 -81q18 37 54 59.5t79 22.5q62 0 106 -43.5t44 -105.5t-44 -106t-106 -44t-105.5 43.5t-43.5 105.5l-334 74l-104 -472q300 -9 519 -160q58 61 143 61q83 0 141 -58.5t58 -140.5zM418 491q0 -62 43.5 -106t105.5 -44t106 44t44 106t-44 105.5t-106 43.5q-61 0 -105 -44 t-44 -105zM1228 136q11 11 11 26t-11 26q-10 10 -25 10t-26 -10q-41 -42 -121 -62t-160 -20t-160 20t-121 62q-11 10 -26 10t-25 -10q-11 -10 -11 -25.5t11 -26.5q43 -43 118.5 -68t122.5 -29.5t91 -4.5t91 4.5t122.5 29.5t118.5 68zM1225 341q62 0 105.5 44t43.5 106 q0 61 -44 105t-105 44q-62 0 -106 -43.5t-44 -105.5t44 -106t106 -44z" />
625
+ <glyph unicode="&#xf282;" horiz-adv-x="1792" d="M69 741h1q16 126 58.5 241.5t115 217t167.5 176t223.5 117.5t276.5 43q231 0 414 -105.5t294 -303.5q104 -187 104 -442v-188h-1125q1 -111 53.5 -192.5t136.5 -122.5t189.5 -57t213 -3t208 46.5t173.5 84.5v-377q-92 -55 -229.5 -92t-312.5 -38t-316 53 q-189 73 -311.5 249t-124.5 372q-3 242 111 412t325 268q-48 -60 -78 -125.5t-46 -159.5h635q8 77 -8 140t-47 101.5t-70.5 66.5t-80.5 41t-75 20.5t-56 8.5l-22 1q-135 -5 -259.5 -44.5t-223.5 -104.5t-176 -140.5t-138 -163.5z" />
626
+ <glyph unicode="&#xf283;" horiz-adv-x="2304" d="M0 32v608h2304v-608q0 -66 -47 -113t-113 -47h-1984q-66 0 -113 47t-47 113zM640 256v-128h384v128h-384zM256 256v-128h256v128h-256zM2144 1408q66 0 113 -47t47 -113v-224h-2304v224q0 66 47 113t113 47h1984z" />
627
+ <glyph unicode="&#xf284;" horiz-adv-x="1792" d="M1549 857q55 0 85.5 -28.5t30.5 -83.5t-34 -82t-91 -27h-136v-177h-25v398h170zM1710 267l-4 -11l-5 -10q-113 -230 -330.5 -366t-474.5 -136q-182 0 -348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71q244 0 454.5 -124t329.5 -338l2 -4l8 -16 q-30 -15 -136.5 -68.5t-163.5 -84.5q-6 -3 -479 -268q384 -183 799 -366zM896 -234q250 0 462.5 132.5t322.5 357.5l-287 129q-72 -140 -206 -222t-292 -82q-151 0 -280 75t-204 204t-75 280t75 280t204 204t280 75t280 -73.5t204 -204.5l280 143q-116 208 -321 329 t-443 121q-119 0 -232.5 -31.5t-209 -87.5t-176.5 -137t-137 -176.5t-87.5 -209t-31.5 -232.5t31.5 -232.5t87.5 -209t137 -176.5t176.5 -137t209 -87.5t232.5 -31.5z" />
628
+ <glyph unicode="&#xf285;" horiz-adv-x="1792" d="M1427 827l-614 386l92 151h855zM405 562l-184 116v858l1183 -743zM1424 697l147 -95v-858l-532 335zM1387 718l-500 -802h-855l356 571z" />
629
+ <glyph unicode="&#xf286;" horiz-adv-x="1792" d="M640 528v224q0 16 -16 16h-96q-16 0 -16 -16v-224q0 -16 16 -16h96q16 0 16 16zM1152 528v224q0 16 -16 16h-96q-16 0 -16 -16v-224q0 -16 16 -16h96q16 0 16 16zM1664 496v-752h-640v320q0 80 -56 136t-136 56t-136 -56t-56 -136v-320h-640v752q0 16 16 16h96 q16 0 16 -16v-112h128v624q0 16 16 16h96q16 0 16 -16v-112h128v112q0 16 16 16h96q16 0 16 -16v-112h128v112q0 16 16 16h16v393q-32 19 -32 55q0 26 19 45t45 19t45 -19t19 -45q0 -36 -32 -55v-9h272q16 0 16 -16v-224q0 -16 -16 -16h-272v-128h16q16 0 16 -16v-112h128 v112q0 16 16 16h96q16 0 16 -16v-112h128v112q0 16 16 16h96q16 0 16 -16v-624h128v112q0 16 16 16h96q16 0 16 -16z" />
630
+ <glyph unicode="&#xf287;" horiz-adv-x="2304" d="M2288 731q16 -8 16 -27t-16 -27l-320 -192q-8 -5 -16 -5q-9 0 -16 4q-16 10 -16 28v128h-858q37 -58 83 -165q16 -37 24.5 -55t24 -49t27 -47t27 -34t31.5 -26t33 -8h96v96q0 14 9 23t23 9h320q14 0 23 -9t9 -23v-320q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v96h-96 q-32 0 -61 10t-51 23.5t-45 40.5t-37 46t-33.5 57t-28.5 57.5t-28 60.5q-23 53 -37 81.5t-36 65t-44.5 53.5t-46.5 17h-360q-22 -84 -91 -138t-157 -54q-106 0 -181 75t-75 181t75 181t181 75q88 0 157 -54t91 -138h104q24 0 46.5 17t44.5 53.5t36 65t37 81.5q19 41 28 60.5 t28.5 57.5t33.5 57t37 46t45 40.5t51 23.5t61 10h107q21 57 70 92.5t111 35.5q80 0 136 -56t56 -136t-56 -136t-136 -56q-62 0 -111 35.5t-70 92.5h-107q-17 0 -33 -8t-31.5 -26t-27 -34t-27 -47t-24 -49t-24.5 -55q-46 -107 -83 -165h1114v128q0 18 16 28t32 -1z" />
631
+ <glyph unicode="&#xf288;" horiz-adv-x="1792" d="M1150 774q0 -56 -39.5 -95t-95.5 -39h-253v269h253q56 0 95.5 -39.5t39.5 -95.5zM1329 774q0 130 -91.5 222t-222.5 92h-433v-896h180v269h253q130 0 222 91.5t92 221.5zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348 t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
632
+ <glyph unicode="&#xf289;" horiz-adv-x="2304" d="M1645 438q0 59 -34 106.5t-87 68.5q-7 -45 -23 -92q-7 -24 -27.5 -38t-44.5 -14q-12 0 -24 3q-31 10 -45 38.5t-4 58.5q23 71 23 143q0 123 -61 227.5t-166 165.5t-228 61q-134 0 -247 -73t-167 -194q108 -28 188 -106q22 -23 22 -55t-22 -54t-54 -22t-55 22 q-75 75 -180 75q-106 0 -181 -74.5t-75 -180.5t75 -180.5t181 -74.5h1046q79 0 134.5 55.5t55.5 133.5zM1798 438q0 -142 -100.5 -242t-242.5 -100h-1046q-169 0 -289 119.5t-120 288.5q0 153 100 267t249 136q62 184 221 298t354 114q235 0 408.5 -158.5t196.5 -389.5 q116 -25 192.5 -118.5t76.5 -214.5zM2048 438q0 -175 -97 -319q-23 -33 -64 -33q-24 0 -43 13q-26 17 -32 48.5t12 57.5q71 104 71 233t-71 233q-18 26 -12 57t32 49t57.5 11.5t49.5 -32.5q97 -142 97 -318zM2304 438q0 -244 -134 -443q-23 -34 -64 -34q-23 0 -42 13 q-26 18 -32.5 49t11.5 57q108 164 108 358q0 195 -108 357q-18 26 -11.5 57.5t32.5 48.5q26 18 57 12t49 -33q134 -198 134 -442z" />
633
+ <glyph unicode="&#xf28a;" d="M1500 -13q0 -89 -63 -152.5t-153 -63.5t-153.5 63.5t-63.5 152.5q0 90 63.5 153.5t153.5 63.5t153 -63.5t63 -153.5zM1267 268q-115 -15 -192.5 -102.5t-77.5 -205.5q0 -74 33 -138q-146 -78 -379 -78q-109 0 -201 21t-153.5 54.5t-110.5 76.5t-76 85t-44.5 83 t-23.5 66.5t-6 39.5q0 19 4.5 42.5t18.5 56t36.5 58t64 43.5t94.5 18t94 -17.5t63 -41t35.5 -53t17.5 -49t4 -33.5q0 -34 -23 -81q28 -27 82 -42t93 -17l40 -1q115 0 190 51t75 133q0 26 -9 48.5t-31.5 44.5t-49.5 41t-74 44t-93.5 47.5t-119.5 56.5q-28 13 -43 20 q-116 55 -187 100t-122.5 102t-72 125.5t-20.5 162.5q0 78 20.5 150t66 137.5t112.5 114t166.5 77t221.5 28.5q120 0 220 -26t164.5 -67t109.5 -94t64 -105.5t19 -103.5q0 -46 -15 -82.5t-36.5 -58t-48.5 -36t-49 -19.5t-39 -5h-8h-32t-39 5t-44 14t-41 28t-37 46t-24 70.5 t-10 97.5q-15 16 -59 25.5t-81 10.5l-37 1q-68 0 -117.5 -31t-70.5 -70t-21 -76q0 -24 5 -43t24 -46t53 -51t97 -53.5t150 -58.5q76 -25 138.5 -53.5t109 -55.5t83 -59t60.5 -59.5t41 -62.5t26.5 -62t14.5 -63.5t6 -62t1 -62.5z" />
634
+ <glyph unicode="&#xf28b;" d="M704 352v576q0 14 -9 23t-23 9h-256q-14 0 -23 -9t-9 -23v-576q0 -14 9 -23t23 -9h256q14 0 23 9t9 23zM1152 352v576q0 14 -9 23t-23 9h-256q-14 0 -23 -9t-9 -23v-576q0 -14 9 -23t23 -9h256q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103 t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
635
+ <glyph unicode="&#xf28c;" d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM768 96q148 0 273 73t198 198t73 273t-73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273 t73 -273t198 -198t273 -73zM864 320q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-192zM480 320q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-192z" />
636
+ <glyph unicode="&#xf28d;" d="M1088 352v576q0 14 -9 23t-23 9h-576q-14 0 -23 -9t-9 -23v-576q0 -14 9 -23t23 -9h576q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5 t103 -385.5z" />
637
+ <glyph unicode="&#xf28e;" d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM768 96q148 0 273 73t198 198t73 273t-73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273 t73 -273t198 -198t273 -73zM480 320q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h576q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-576z" />
638
+ <glyph unicode="&#xf290;" horiz-adv-x="1792" d="M1757 128l35 -313q3 -28 -16 -50q-19 -21 -48 -21h-1664q-29 0 -48 21q-19 22 -16 50l35 313h1722zM1664 967l86 -775h-1708l86 775q3 24 21 40.5t43 16.5h256v-128q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5v128h384v-128q0 -53 37.5 -90.5t90.5 -37.5 t90.5 37.5t37.5 90.5v128h256q25 0 43 -16.5t21 -40.5zM1280 1152v-256q0 -26 -19 -45t-45 -19t-45 19t-19 45v256q0 106 -75 181t-181 75t-181 -75t-75 -181v-256q0 -26 -19 -45t-45 -19t-45 19t-19 45v256q0 159 112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5z" />
639
+ <glyph unicode="&#xf291;" horiz-adv-x="2048" d="M1920 768q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-15l-115 -662q-8 -46 -44 -76t-82 -30h-1280q-46 0 -82 30t-44 76l-115 662h-15q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5h1792zM485 -32q26 2 43.5 22.5t15.5 46.5l-32 416q-2 26 -22.5 43.5 t-46.5 15.5t-43.5 -22.5t-15.5 -46.5l32 -416q2 -25 20.5 -42t43.5 -17h5zM896 32v416q0 26 -19 45t-45 19t-45 -19t-19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45zM1280 32v416q0 26 -19 45t-45 19t-45 -19t-19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45zM1632 27l32 416 q2 26 -15.5 46.5t-43.5 22.5t-46.5 -15.5t-22.5 -43.5l-32 -416q-2 -26 15.5 -46.5t43.5 -22.5h5q25 0 43.5 17t20.5 42zM476 1244l-93 -412h-132l101 441q19 88 89 143.5t160 55.5h167q0 26 19 45t45 19h384q26 0 45 -19t19 -45h167q90 0 160 -55.5t89 -143.5l101 -441 h-132l-93 412q-11 44 -45.5 72t-79.5 28h-167q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45h-167q-45 0 -79.5 -28t-45.5 -72z" />
640
+ <glyph unicode="&#xf292;" horiz-adv-x="1792" d="M991 512l64 256h-254l-64 -256h254zM1759 1016l-56 -224q-7 -24 -31 -24h-327l-64 -256h311q15 0 25 -12q10 -14 6 -28l-56 -224q-5 -24 -31 -24h-327l-81 -328q-7 -24 -31 -24h-224q-16 0 -26 12q-9 12 -6 28l78 312h-254l-81 -328q-7 -24 -31 -24h-225q-15 0 -25 12 q-9 12 -6 28l78 312h-311q-15 0 -25 12q-9 12 -6 28l56 224q7 24 31 24h327l64 256h-311q-15 0 -25 12q-10 14 -6 28l56 224q5 24 31 24h327l81 328q7 24 32 24h224q15 0 25 -12q9 -12 6 -28l-78 -312h254l81 328q7 24 32 24h224q15 0 25 -12q9 -12 6 -28l-78 -312h311 q15 0 25 -12q9 -12 6 -28z" />
641
+ <glyph unicode="&#xf293;" d="M841 483l148 -148l-149 -149zM840 1094l149 -149l-148 -148zM710 -130l464 464l-306 306l306 306l-464 464v-611l-255 255l-93 -93l320 -321l-320 -321l93 -93l255 255v-611zM1429 640q0 -209 -32 -365.5t-87.5 -257t-140.5 -162.5t-181.5 -86.5t-219.5 -24.5 t-219.5 24.5t-181.5 86.5t-140.5 162.5t-87.5 257t-32 365.5t32 365.5t87.5 257t140.5 162.5t181.5 86.5t219.5 24.5t219.5 -24.5t181.5 -86.5t140.5 -162.5t87.5 -257t32 -365.5z" />
642
+ <glyph unicode="&#xf294;" horiz-adv-x="1024" d="M596 113l173 172l-173 172v-344zM596 823l173 172l-173 172v-344zM628 640l356 -356l-539 -540v711l-297 -296l-108 108l372 373l-372 373l108 108l297 -296v711l539 -540z" />
643
+ <glyph unicode="&#xf295;" d="M1280 256q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM512 1024q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1536 256q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5 t112.5 -271.5zM1440 1344q0 -20 -13 -38l-1056 -1408q-19 -26 -51 -26h-160q-26 0 -45 19t-19 45q0 20 13 38l1056 1408q19 26 51 26h160q26 0 45 -19t19 -45zM768 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5 t271.5 -112.5t112.5 -271.5z" />
644
+ <glyph unicode="&#xf296;" horiz-adv-x="1792" />
645
+ <glyph unicode="&#xf297;" horiz-adv-x="1792" />
646
+ <glyph unicode="&#xf298;" horiz-adv-x="1792" />
647
+ <glyph unicode="&#xf299;" horiz-adv-x="1792" />
648
+ <glyph unicode="&#xf29a;" horiz-adv-x="1792" />
649
+ <glyph unicode="&#xf29b;" horiz-adv-x="1792" />
650
+ <glyph unicode="&#xf29c;" horiz-adv-x="1792" />
651
+ <glyph unicode="&#xf29d;" horiz-adv-x="1792" />
652
+ <glyph unicode="&#xf29e;" horiz-adv-x="1792" />
653
  <glyph unicode="&#xf500;" horiz-adv-x="1792" />
654
  </font>
655
  </defs></svg>
assets/fonts/fontawesome-webfont.ttf CHANGED
Binary file
assets/fonts/fontawesome-webfont.woff CHANGED
Binary file
assets/fonts/fontawesome-webfont.woff2 CHANGED
Binary file
assets/img/amazon-64.png ADDED
Binary file
assets/img/cpanel-48.png ADDED
Binary file
assets/img/logo-dpro-300x50-nosnap.png ADDED
Binary file
assets/img/logo-dpro-300x50.png ADDED
Binary file
assets/js/javascript.php ADDED
@@ -0,0 +1,172 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <script type="text/javascript">
2
+ /* DESCRIPTION: Methods and Objects in this file are global and common in
3
+ * nature use this file to place all shared methods and varibles */
4
+
5
+ //UNIQUE NAMESPACE
6
+ Duplicator = new Object();
7
+ Duplicator.UI = new Object();
8
+ Duplicator.Pack = new Object();
9
+ Duplicator.Settings = new Object();
10
+ Duplicator.Tools = new Object();
11
+
12
+ //GLOBAL CONSTANTS
13
+ Duplicator.DEBUG_AJAX_RESPONSE = false;
14
+ Duplicator.AJAX_TIMER = null;
15
+
16
+
17
+ /* ============================================================================
18
+ * BASE NAMESPACE: All methods at the top of the Duplicator Namespace
19
+ * ============================================================================ */
20
+
21
+ /* Starts a timer for Ajax calls */
22
+ Duplicator.StartAjaxTimer = function()
23
+ {
24
+ Duplicator.AJAX_TIMER = new Date();
25
+ };
26
+
27
+ /* Ends a timer for Ajax calls */
28
+ Duplicator.EndAjaxTimer = function()
29
+ {
30
+ var endTime = new Date();
31
+ Duplicator.AJAX_TIMER = (endTime.getTime() - Duplicator.AJAX_TIMER) /1000;
32
+ };
33
+
34
+ /* Reloads the current window
35
+ * @param data An xhr object */
36
+ Duplicator.ReloadWindow = function(data)
37
+ {
38
+ if (Duplicator.DEBUG_AJAX_RESPONSE) {
39
+ Duplicator.Pack.ShowError('debug on', data);
40
+ } else {
41
+ window.location.reload(true);
42
+ }
43
+ };
44
+
45
+ //Basic Util Methods here:
46
+ Duplicator.OpenLogWindow = function(log)
47
+ {
48
+ var logFile = log || null;
49
+ if (logFile == null) {
50
+ window.open('?page=duplicator-tools', 'Log Window');
51
+ } else {
52
+ window.open('<?php echo DUPLICATOR_SSDIR_URL; ?>' + '/' + log)
53
+ }
54
+ };
55
+
56
+
57
+ /* ============================================================================
58
+ * UI NAMESPACE: All methods at the top of the Duplicator Namespace
59
+ * ============================================================================ */
60
+
61
+ /* Saves the state of a UI element */
62
+ Duplicator.UI.SaveViewStateByPost = function (key, value)
63
+ {
64
+ if (key != undefined && value != undefined ) {
65
+ jQuery.ajax({
66
+ type: "POST",
67
+ url: ajaxurl,
68
+ dataType: "json",
69
+ data: {action : 'DUP_UI_SaveViewStateByPost', key: key, value: value},
70
+ success: function(data) {},
71
+ error: function(data) {}
72
+ });
73
+ }
74
+ }
75
+
76
+ /* Animates the progress bar */
77
+ Duplicator.UI.AnimateProgressBar = function(id)
78
+ {
79
+ //Create Progress Bar
80
+ var $mainbar = jQuery("#" + id);
81
+ $mainbar.progressbar({ value: 100 });
82
+ $mainbar.height(25);
83
+ runAnimation($mainbar);
84
+
85
+ function runAnimation($pb) {
86
+ $pb.css({ "padding-left": "0%", "padding-right": "90%" });
87
+ $pb.progressbar("option", "value", 100);
88
+ $pb.animate({ paddingLeft: "90%", paddingRight: "0%" }, 3000, "linear", function () { runAnimation($pb); });
89
+ }
90
+ }
91
+
92
+ /* Toggle MetaBoxes */
93
+ Duplicator.UI.ToggleMetaBox = function()
94
+ {
95
+ var $title = jQuery(this);
96
+ var $panel = $title.parent().find('.dup-box-panel');
97
+ var $arrow = $title.parent().find('.dup-box-arrow i');
98
+ var key = $panel.attr('id');
99
+ var value = $panel.is(":visible") ? 0 : 1;
100
+ $panel.toggle();
101
+ Duplicator.UI.SaveViewStateByPost(key, value);
102
+ (value)
103
+ ? $arrow.removeClass().addClass('fa fa-caret-up')
104
+ : $arrow.removeClass().addClass('fa fa-caret-down');
105
+
106
+ }
107
+
108
+ //Init
109
+ jQuery(document).ready(function($)
110
+ {
111
+
112
+ //INIT: Duplicator Tabs
113
+ $("div[data-dup-tabs='true']").each(function () {
114
+
115
+ //Load Tab Setup
116
+ var $root = $(this);
117
+ var $lblRoot = $root.find('ul:first-child')
118
+ var $lblKids = $lblRoot.children('li');
119
+ var $pnls = $root.children('div');
120
+
121
+ //Apply Styles
122
+ $lblKids.css('cursor', 'pointer')
123
+ $root.addClass('categorydiv');
124
+ $lblRoot.addClass('category-tabs');
125
+ $pnls.addClass('tabs-panel').css('display', 'none');
126
+ $lblKids.eq(0).addClass('tabs');
127
+ $pnls.eq(0).show();
128
+
129
+ //Attach Events
130
+ $lblKids.click(function(evt)
131
+ {
132
+ var $lbls = $(evt.target).parent().children('li');
133
+ var $pnls = $(evt.target).parent().parent().children('div');
134
+ var index = ($(evt.target).index());
135
+
136
+ $lbls.removeClass('tabs');
137
+ $lbls.eq(index).addClass('tabs');
138
+ $pnls.hide();
139
+ $pnls.eq(index).show();
140
+ });
141
+ });
142
+
143
+ //Init: Toggle MetaBoxes
144
+ $('div.dup-box div.dup-box-title').each(function() {
145
+ var $title = $(this);
146
+ var $panel = $title.parent().find('.dup-box-panel');
147
+ var $arrow = $title.find('.dup-box-arrow');
148
+ $title.click(Duplicator.UI.ToggleMetaBox);
149
+ ($panel.is(":visible"))
150
+ ? $arrow.html('<i class="fa fa-caret-up"></i>')
151
+ : $arrow.html('<i class="fa fa-caret-down"></i>');
152
+ });
153
+
154
+ //Look for tooltip data
155
+ $('i[data-tooltip!=""]').qtip({
156
+ content: {
157
+ attr: 'data-tooltip',
158
+ title: {
159
+ text: function() { return $(this).attr('data-tooltip-title'); }
160
+ }
161
+ },
162
+ style: {
163
+ classes: 'qtip-light qtip-rounded qtip-shadow',
164
+ width: 500
165
+ },
166
+ position: {
167
+ my: 'top left',
168
+ at: 'bottom center'
169
+ }
170
+ });
171
+ });
172
+ </script>
classes/package.php CHANGED
@@ -44,6 +44,8 @@ class DUP_Package {
44
  public $Runtime;
45
  public $ExeSize;
46
  public $ZipSize;
 
 
47
  //Objects
48
  public $Archive;
49
  public $Installer;
@@ -162,6 +164,7 @@ class DUP_Package {
162
  $this->Archive->File = "{$this->NameHash}_archive.zip";
163
  $this->Installer->File = "{$this->NameHash}_installer.php";
164
  $this->Database->File = "{$this->NameHash}_database.sql";
 
165
 
166
  //START LOGGING
167
  DUP_Log::Open($this->NameHash);
@@ -395,6 +398,26 @@ class DUP_Package {
395
  return $obj;
396
  }
397
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
398
  /**
399
  * Creates a default name
400
  * @return string A default packagename
44
  public $Runtime;
45
  public $ExeSize;
46
  public $ZipSize;
47
+ public $Status;
48
+ public $WPUser;
49
  //Objects
50
  public $Archive;
51
  public $Installer;
164
  $this->Archive->File = "{$this->NameHash}_archive.zip";
165
  $this->Installer->File = "{$this->NameHash}_installer.php";
166
  $this->Database->File = "{$this->NameHash}_database.sql";
167
+ $this->WPUser = isset($current_user->user_login) ? $current_user->user_login : 'unknown';
168
 
169
  //START LOGGING
170
  DUP_Log::Open($this->NameHash);
398
  return $obj;
399
  }
400
 
401
+ /**
402
+ * Gets the Package by ID
403
+ * @see DUP_Package::GetByID
404
+ * @return DUP_Package
405
+ */
406
+ public static function GetByID($id) {
407
+
408
+ global $wpdb;
409
+ $obj = new DUP_Package();
410
+
411
+ $row = $wpdb->get_row( $wpdb->prepare( "SELECT * FROM `{$wpdb->prefix}duplicator_packages` WHERE ID = %s", $id ) );
412
+ if (is_object($row)) {
413
+ $obj = @unserialize($row->package);
414
+ $obj->Status = $row->status;
415
+ }
416
+ //Incase unserilaize fails
417
+ $obj = (is_object($obj)) ? $obj : null;
418
+ return $obj;
419
+ }
420
+
421
  /**
422
  * Creates a default name
423
  * @return string A default packagename
define.php CHANGED
@@ -3,7 +3,7 @@
3
  if (function_exists('plugin_dir_url')) {
4
 
5
 
6
- define('DUPLICATOR_VERSION', '1.1.0');
7
  define("DUPLICATOR_HOMEPAGE", "http://lifeinthegrid.com/labs/duplicator");
8
  define("DUPLICATOR_GIVELINK", "http://lifeinthegrid.com/partner");
9
  define("DUPLICATOR_HELPLINK", "http://lifeinthegrid.com/duplicator-docs");
3
  if (function_exists('plugin_dir_url')) {
4
 
5
 
6
+ define('DUPLICATOR_VERSION', '1.1.2');
7
  define("DUPLICATOR_HOMEPAGE", "http://lifeinthegrid.com/labs/duplicator");
8
  define("DUPLICATOR_GIVELINK", "http://lifeinthegrid.com/partner");
9
  define("DUPLICATOR_HELPLINK", "http://lifeinthegrid.com/duplicator-docs");
duplicator.php CHANGED
@@ -3,10 +3,10 @@
3
  Plugin Name: Duplicator
4
  Plugin URI: http://www.lifeinthegrid.com/duplicator/
5
  Description: Create a backup of your WordPress files and database. Duplicate and move an entire site from one location to another in a few steps. Create a full snapshot of your site at any point in time.
6
- Version: 1.1.0
7
  Author: LifeInTheGrid
8
  Author URI: http://www.lifeinthegrid.com
9
- Text Domain: wpduplicator
10
  Domain Path: /lang
11
  License: GPLv2 or later
12
  */
@@ -84,7 +84,7 @@ if (is_admin() == true) {
84
  if (DUPLICATOR_VERSION != get_option("duplicator_version_plugin")) {
85
  duplicator_activate();
86
  }
87
- load_plugin_textdomain('duplicator', FALSE, dirname(plugin_basename(__FILE__)) . '/lang/');
88
  }
89
 
90
  /* DEACTIVATION / UNINSTALL
3
  Plugin Name: Duplicator
4
  Plugin URI: http://www.lifeinthegrid.com/duplicator/
5
  Description: Create a backup of your WordPress files and database. Duplicate and move an entire site from one location to another in a few steps. Create a full snapshot of your site at any point in time.
6
+ Version: 1.1.2
7
  Author: LifeInTheGrid
8
  Author URI: http://www.lifeinthegrid.com
9
+ Text Domain: duplicator
10
  Domain Path: /lang
11
  License: GPLv2 or later
12
  */
84
  if (DUPLICATOR_VERSION != get_option("duplicator_version_plugin")) {
85
  duplicator_activate();
86
  }
87
+ load_plugin_textdomain('duplicator', false, dirname(plugin_basename(__FILE__)) . '/lang/');
88
  }
89
 
90
  /* DEACTIVATION / UNINSTALL
lang/duplicator-de_DE.mo ADDED
Binary file
lang/duplicator-de_DE.po ADDED
@@ -0,0 +1,2202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Duplicator v1.1.1\n"
4
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/duplicator\n"
5
+ "POT-Creation-Date: 2015-07-26 23:52+0200\n"
6
+ "PO-Revision-Date: Mon Dec 14 2015 10:01:20 GMT+0100\n"
7
+ "Last-Translator: Hans M. Herbrand web266.de\n"
8
+ "Language-Team: \n"
9
+ "Language: German\n"
10
+ "Plural-Forms: nplurals=2; plural=n != 1\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Generator: Loco - https://localise.biz/\n"
16
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
17
+ "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
18
+ "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
19
+ "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
20
+ "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
21
+ "X-Poedit-Basepath: ..\n"
22
+ "X-Poedit-WPHeader: duplicator.php\n"
23
+ "X-Textdomain-Support: yes\n"
24
+ "X-Poedit-SearchPath-0: .\n"
25
+ "X-Poedit-SearchPathExcluded-0: assets\n"
26
+ "X-Loco-Target-Locale: de_DE"
27
+
28
+
29
+ #: classes/ui.php:111
30
+ msgid ""
31
+ "Reserved Duplicator install file(s) still exists in the root directory. "
32
+ "Please delete these file(s) to avoid possible security issues."
33
+ msgstr ""
34
+ "Reservierte Duplicator Installationsdatei(en) sind noch im Root-Verzeichnis "
35
+ "vorhanden. Bitte lösche diese Datei (en), um mögliche Sicherheitsprobleme zu "
36
+ "vermeiden."
37
+
38
+
39
+ #: classes/ui.php:112
40
+ msgid "Remove file(s) now"
41
+ msgstr "Entferne die Datei(en) jetzt"
42
+
43
+
44
+ #: classes/ui.php:113
45
+ msgid "Dismiss this notice"
46
+ msgstr "Verwerfe diese Notiz"
47
+
48
+
49
+ #: classes/utility.php:249
50
+ msgid "You do not have sufficient permissions to access this page."
51
+ msgstr "Du verfügst nicht über ausreichende Rechte, um diese Seite zu betreten."
52
+
53
+
54
+ #: duplicator.php:102
55
+ msgid "Get Help"
56
+ msgstr "Hilfe bekommen"
57
+
58
+
59
+ #: duplicator.php:102 duplicator.php:191 views/help/help.php:29
60
+ msgid "Help"
61
+ msgstr "Hilfe"
62
+
63
+
64
+ #: duplicator.php:103
65
+ msgid "Support the Plugin"
66
+ msgstr "Unterstütze das Plugin"
67
+
68
+
69
+ #: duplicator.php:103 duplicator.php:195 views/help/about.php:41
70
+ msgid "About"
71
+ msgstr "Über"
72
+
73
+
74
+ #: duplicator.php:179 views/packages/controller.php:76
75
+ #: views/packages/packages.php:235
76
+ msgid "Packages"
77
+ msgstr "Archive"
78
+
79
+
80
+ #: duplicator.php:183 views/settings/controller.php:19
81
+ msgid "Settings"
82
+ msgstr "Einstellungen"
83
+
84
+
85
+ #: duplicator.php:187 views/tools/controller.php:13
86
+ msgid "Tools"
87
+ msgstr "Werkzeuge"
88
+
89
+
90
+ #: duplicator.php:246
91
+ msgid "Manage"
92
+ msgstr "Verwalten"
93
+
94
+
95
+ #: views/help/about.php:54
96
+ msgid ""
97
+ "Created for Admins, Developers and Designers the Duplicator can streamline "
98
+ "your workflows and help you quickly clone a WordPress application. "
99
+ "Migrating a WordPress site manually can be very time consuming. The "
100
+ "Duplicator was made to help you speed up the migration process. Please help "
101
+ "us to continue the development effort of this plugin."
102
+ msgstr ""
103
+ "Erstellt für Admins, Entwickler und Designer, die mit dem Duplicator Ihre "
104
+ "Arbeitsabläufe optimieren und eine Wordpress-Anwendung schnell klonen können."
105
+ " Die manuell Migration eines Wordpress-Seite kann sehr zeitaufwendig sein. "
106
+ "Der Duplicator wurde entwickelt, um den Migrationsprozess zu beschleunigen. "
107
+ "Bitte unterstütze uns, um die Entwicklung des Plugins weiter zu führen."
108
+
109
+
110
+ #: views/help/about.php:64
111
+ msgid "Support Duplicator"
112
+ msgstr "Unterstützung Duplicator"
113
+
114
+
115
+ #: views/help/about.php:71
116
+ msgid "Partner with Us"
117
+ msgstr "Unsere Partner"
118
+
119
+
120
+ #: views/help/about.php:83
121
+ msgid "Keep Active and Online"
122
+ msgstr "Bitte unterstütze den Duplicator mit einer Spende"
123
+
124
+
125
+ #: views/help/about.php:90
126
+ msgid "Leave 5 Stars"
127
+ msgstr "Vergebe 5 Sterne"
128
+
129
+
130
+ #: views/help/about.php:107
131
+ msgid "Spread the Word"
132
+ msgstr "Verbreitung des Inhaltes"
133
+
134
+
135
+ #: views/help/about.php:113
136
+ msgid "Duplicate Your WordPress"
137
+ msgstr "Duplizieren dein WordPress"
138
+
139
+
140
+ #: views/help/about.php:114
141
+ msgid "Rapid WordPress Duplication by LifeInTheGrid.com"
142
+ msgstr "Schnelle WordPress-Vervielfältigung von LifeInTheGrid.com"
143
+
144
+
145
+ #: views/help/about.php:131
146
+ msgid "Get More Great Tools"
147
+ msgstr "Hole Dir weitere großartige Anwendungen"
148
+
149
+
150
+ #: views/help/gopro.php:37
151
+ msgid "Go Pro!"
152
+ msgstr "Zur Pro-Version wechseln!"
153
+
154
+
155
+ #: views/help/gopro.php:46
156
+ msgid "Duplicator Pro Has Arrived!"
157
+ msgstr "Duplicator Pro ist da!"
158
+
159
+
160
+ #: views/help/gopro.php:49
161
+ msgid "The simplicity of Duplicator"
162
+ msgstr "Die Einfachheit des Duplicators"
163
+
164
+
165
+ #: views/help/gopro.php:50
166
+ msgid "with the power the professional requires."
167
+ msgstr "mit der professionellen Unterstützung."
168
+
169
+
170
+ #: views/help/gopro.php:57
171
+ msgid "Duplicator Free"
172
+ msgstr "Duplicator Free"
173
+
174
+
175
+ #: views/help/gopro.php:60 views/help/gopro.php:88
176
+ msgid "Backup Files &amp; Database"
177
+ msgstr "Backup Dateien &amp; Datenbank"
178
+
179
+
180
+ #: views/help/gopro.php:61 views/help/gopro.php:89
181
+ msgid ""
182
+ "Compresses all your WordPress files and database into a compressed snapshot "
183
+ "archive file."
184
+ msgstr ""
185
+ "Komprimiert alle Wordpress-Dateien und die Datenbank in eine Snapshot-"
186
+ "Archivdatei."
187
+
188
+
189
+ #: views/help/gopro.php:64 views/help/gopro.php:92
190
+ msgid "Directory Filters"
191
+ msgstr "Verzeichnisfilter"
192
+
193
+
194
+ #: views/help/gopro.php:65 views/help/gopro.php:93
195
+ msgid ""
196
+ "Filter out the directories and file extensions you want to include/exclude "
197
+ "in your in your archive file."
198
+ msgstr ""
199
+ "Filtern der Verzeichnisse und Dateierweiterungen, welche in die Archivdatei "
200
+ "eingeschlossen/ausgeschlossen werden."
201
+
202
+
203
+ #: views/help/gopro.php:68 views/help/gopro.php:96
204
+ msgid "Database Table Filters"
205
+ msgstr "Datenbanktabellen-Filter"
206
+
207
+
208
+ #: views/help/gopro.php:69 views/help/gopro.php:97
209
+ msgid ""
210
+ "Filter out only the database tables you want to include/exclude in your "
211
+ "database creation script."
212
+ msgstr ""
213
+ "Nur eingeschlossene / ausgeschlossene Datenbanktabellen zur Erstellung des "
214
+ "Datenbankscripts verwenden."
215
+
216
+
217
+ #: views/help/gopro.php:72 views/help/gopro.php:100
218
+ msgid "Migration Wizard"
219
+ msgstr "Migrations-Assistent"
220
+
221
+
222
+ #: views/help/gopro.php:73 views/help/gopro.php:101
223
+ msgid ""
224
+ "With just two files (archive &amp; installer.php) move your site to a new "
225
+ "location."
226
+ msgstr ""
227
+ "Mit nur zwei Dateien (Archiv und installer.php) installiere die Website auf "
228
+ "eine neue Position."
229
+
230
+
231
+ #: views/help/gopro.php:85 views/packages/new1.inc.form.php:50
232
+ msgid "Duplicator Pro"
233
+ msgstr "Duplicator Pro"
234
+
235
+
236
+ #: views/help/gopro.php:104
237
+ msgid "Scheduled Backups"
238
+ msgstr "Geplante Sicherungen"
239
+
240
+
241
+ #: views/help/gopro.php:105
242
+ msgid "Automate the creation of your packages to run at various scheduled intervals."
243
+ msgstr ""
244
+ "Die Erstellung der Pakete kann automatisiert an verschiedenen geplanten "
245
+ "Intervallen ausgeführt werden."
246
+
247
+
248
+ #: views/help/gopro.php:108
249
+ msgid "Dropbox Support"
250
+ msgstr "Dropbox-Unterstützung"
251
+
252
+
253
+ #: views/help/gopro.php:109
254
+ msgid "Backup up your entire site to Dropbox."
255
+ msgstr "Sichern der gesamten Website in die Dropbox."
256
+
257
+
258
+ #: views/help/gopro.php:112
259
+ msgid "FTP Support"
260
+ msgstr "FTP-Unterstützung"
261
+
262
+
263
+ #: views/help/gopro.php:113
264
+ msgid "Backup up your entire site to an FTP server."
265
+ msgstr "Sichern der gesamten Website auf einen FTP-Server."
266
+
267
+
268
+ #: views/help/gopro.php:116
269
+ msgid "Customer Support"
270
+ msgstr "Benutzer-Unterstützung"
271
+
272
+
273
+ #: views/help/gopro.php:117
274
+ msgid ""
275
+ "Server setups can be quite complex, with pro you get prompt help to get your "
276
+ "site backed up and moved."
277
+ msgstr ""
278
+ "Server-Setups können recht komplex sein. Mit der Pro-Version gibt es "
279
+ "schnelle Hilfe, um die Website zu sichern bzw. zu verschieben."
280
+
281
+
282
+ #: views/help/gopro.php:124
283
+ msgid "Check It Out!"
284
+ msgstr "Probiere es aus!"
285
+
286
+
287
+ #: views/help/help.php:38
288
+ msgid ""
289
+ "Migrating WordPress is a complex process and the logic to make all the magic "
290
+ "happen smoothly may not work quickly with every site. With over 30,000 "
291
+ "plugins and a very complex server eco-system some migrations may run into "
292
+ "issues. This is why the Duplicator includes a detailed knowledgebase that "
293
+ "can help with many common issues. Resources to additional support, approved "
294
+ "hosting, and alternatives to fit your needs can be found below."
295
+ msgstr ""
296
+ "Die Migration von Wordpress ist ein komplexer Prozess. Mit über 30.000 "
297
+ "installierbaren Plugins kann es zu Problemen kommen. Deshalb enthält der "
298
+ "Duplicator eine detaillierte Wissensdatenbank, in welcher zahlreiche Fehler "
299
+ "beschrieben sind. Weitere Unterstützung, Hosting und Alternativen sind unten "
300
+ "zu finden."
301
+
302
+
303
+ #: views/help/help.php:50
304
+ msgid "Knowledgebase"
305
+ msgstr "Wissens-Datenbank"
306
+
307
+
308
+ #: views/help/help.php:53
309
+ msgid "Complete Online Documentation"
310
+ msgstr "Vollständige Online-Dokumentation"
311
+
312
+
313
+ #: views/help/help.php:55
314
+ msgid "Choose A Section"
315
+ msgstr "Wähle eine Rubrik"
316
+
317
+
318
+ #: views/help/help.php:56
319
+ msgid "Quick Start"
320
+ msgstr "Schnell-Start"
321
+
322
+
323
+ #: views/help/help.php:57
324
+ msgid "User Guide"
325
+ msgstr "Benutzerhandbuch"
326
+
327
+
328
+ #: views/help/help.php:58
329
+ msgid "FAQs"
330
+ msgstr "Häufig gestellte Fragen"
331
+
332
+
333
+ #: views/help/help.php:59
334
+ msgid "Change Log"
335
+ msgstr "Liste der Änderungen"
336
+
337
+
338
+ #: views/help/help.php:60
339
+ msgid "Product Page"
340
+ msgstr "Produkt-Seite"
341
+
342
+
343
+ #: views/help/help.php:69
344
+ msgid "Online Support"
345
+ msgstr "Online Support"
346
+
347
+
348
+ #: views/help/help.php:72
349
+ msgid "Get Help From IT Professionals"
350
+ msgstr "Erhalte Hilfe von IT-Spezialisten"
351
+
352
+
353
+ #: views/help/help.php:76
354
+ msgid "Get Support!"
355
+ msgstr "Unterstützung bekommen!"
356
+
357
+
358
+ #: views/help/help.php:88
359
+ msgid "Approved Hosting"
360
+ msgstr "Empfohlene Hosting-Provider"
361
+
362
+
363
+ #: views/help/help.php:91
364
+ msgid "Servers That Work With Duplicator"
365
+ msgstr "Server, welche mit dem Duplicator problemlos zusammenarbeiten"
366
+
367
+
368
+ #: views/help/help.php:94
369
+ msgid "Trusted Providers!"
370
+ msgstr "Vertrauenswürdige Provider!"
371
+
372
+
373
+ #: views/help/help.php:104
374
+ msgid "Alternatives"
375
+ msgstr "Alternativen"
376
+
377
+
378
+ #: views/help/help.php:107
379
+ msgid "Other Commercial Resources"
380
+ msgstr "Andere kommerzielle Angebote"
381
+
382
+
383
+ #: views/help/help.php:110
384
+ msgid "Pro Solutions!"
385
+ msgstr "Pro-Version!"
386
+
387
+
388
+ #: views/packages/list-nodata.php:7
389
+ msgid "No Packages Found."
390
+ msgstr "Keine Archive gefunden."
391
+
392
+
393
+ #: views/packages/list-nodata.php:8
394
+ msgid "Click the 'Create New' button to build a package."
395
+ msgstr "Zum Erstellen eines Pakets auf \"Neu erzeugen\" klicken."
396
+
397
+
398
+ #: views/packages/list-nodata.php:13
399
+ msgid "Please visit the"
400
+ msgstr "Bitte besuche die"
401
+
402
+
403
+ #: views/packages/list-nodata.php:14 views/packages/list-nodata.php:28
404
+ #: views/packages/new1.base.php:234
405
+ msgid "help page"
406
+ msgstr "Hilfe-Seiten"
407
+
408
+
409
+ #: views/packages/list-nodata.php:15
410
+ msgid "for additional support"
411
+ msgstr "für weitere Unterstützung"
412
+
413
+
414
+ #: views/packages/list-nodata.php:24
415
+ msgid "Older packages prior to 0.5.0 are no longer supported in this version."
416
+ msgstr "Ältere Archive (vor 0.5.0) werden in dieser Version nicht mehr unterstützt."
417
+
418
+
419
+ #: views/packages/list-nodata.php:27
420
+ msgid "To get an older package please visit the"
421
+ msgstr "Bei älteren Archiven besuche bitte die"
422
+
423
+
424
+ #: views/packages/list-nodata.php:29
425
+ msgid "and look for the Change Log link for additional instructions."
426
+ msgstr "und suche im Änderungsprotokoll nach weiteren Anweisungen."
427
+
428
+
429
+ #: views/packages/list-nodata.php:33
430
+ msgid "Hide this message"
431
+ msgstr "Diese Nachricht ausblenden"
432
+
433
+
434
+ #: views/packages/packages.php:39
435
+ msgid "Help Support Duplicator"
436
+ msgstr "Duplicator-Hilfe"
437
+
438
+
439
+ #: views/packages/packages.php:50
440
+ msgid "Bulk Actions"
441
+ msgstr "Auswahl"
442
+
443
+
444
+ #: views/packages/packages.php:51
445
+ msgid "Delete selected package(s)"
446
+ msgstr "Ausgewählte Archive löschen"
447
+
448
+
449
+ #: views/packages/packages.php:51
450
+ msgid "Delete"
451
+ msgstr "Löschen"
452
+
453
+
454
+ #: views/packages/packages.php:53
455
+ msgid "Apply"
456
+ msgstr "Anwenden"
457
+
458
+
459
+ #: views/packages/packages.php:58
460
+ msgid "Package Logs"
461
+ msgstr "Archiv Logs"
462
+
463
+
464
+ #: views/packages/packages.php:61 views/packages/new1.base.php:96
465
+ #: views/packages/new2.base.php:69 views/packages/new3.base.php:43
466
+ #: views/packages/new3.base.php:89
467
+ msgid "All Packages"
468
+ msgstr "Alle Archive"
469
+
470
+
471
+ #: views/packages/packages.php:62 views/packages/new1.base.php:97
472
+ #: views/packages/new2.base.php:70 views/packages/new3.base.php:44
473
+ msgid "Create New"
474
+ msgstr "Neu erzeugen"
475
+
476
+
477
+ #: views/packages/packages.php:87
478
+ msgid "Select all packages"
479
+ msgstr "Alle Archive auswählen"
480
+
481
+
482
+ #: views/packages/packages.php:88 views/packages/new3.base.php:108
483
+ msgid "Details"
484
+ msgstr "Details"
485
+
486
+
487
+ #: views/packages/packages.php:89
488
+ msgid "Created"
489
+ msgstr "Erstellt"
490
+
491
+
492
+ #: views/packages/packages.php:90 views/packages/new2.base.php:222
493
+ #: views/packages/new2.base.php:334
494
+ msgid "Size"
495
+ msgstr "Größe"
496
+
497
+
498
+ #: views/packages/packages.php:91 views/packages/new1.inc.form.php:6
499
+ #: views/packages/new1.inc.form.php:31 views/packages/new3.base.php:74
500
+ msgid "Name"
501
+ msgstr "Name"
502
+
503
+
504
+ #: views/packages/packages.php:93 views/settings/general.php:110
505
+ msgid "Package"
506
+ msgstr "Archiv"
507
+
508
+
509
+ #: views/packages/packages.php:124
510
+ msgid "(No Notes Taken)"
511
+ msgstr "(Keine Notizen erstellt)"
512
+
513
+
514
+ #: views/packages/packages.php:142 views/packages/packages.php:187
515
+ msgid "View"
516
+ msgstr "Ansicht"
517
+
518
+
519
+ #: views/packages/packages.php:147 views/packages/new1.inc.form.php:176
520
+ #: views/packages/new3.base.php:79
521
+ msgid "Installer"
522
+ msgstr "Installer"
523
+
524
+
525
+ #: views/packages/packages.php:150 views/packages/new1.inc.form.php:65
526
+ #: views/packages/new2.base.php:195 views/packages/new3.base.php:83
527
+ msgid "Archive"
528
+ msgstr "Archive"
529
+
530
+
531
+ #: views/packages/packages.php:155 views/packages/packages.php:200
532
+ #: views/settings/general.php:79 views/tools/diagnostics.php:141
533
+ #: views/tools/diagnostics.php:160 views/tools/diagnostics.php:200
534
+ msgid "Version"
535
+ msgstr "Version"
536
+
537
+
538
+ #: views/packages/packages.php:156 views/packages/packages.php:201
539
+ #: views/packages/new1.inc.form.php:199 views/tools/diagnostics.php:168
540
+ msgid "User"
541
+ msgstr "Benutzer"
542
+
543
+
544
+ #: views/packages/packages.php:157 views/packages/packages.php:202
545
+ msgid "Hash"
546
+ msgstr "Hash"
547
+
548
+
549
+ #: views/packages/packages.php:158 views/packages/packages.php:207
550
+ #: views/packages/new1.inc.form.php:8 views/packages/new1.inc.form.php:13
551
+ msgid "Notes"
552
+ msgstr "Anmerkungen"
553
+
554
+
555
+ #: views/packages/packages.php:160
556
+ msgid "Links"
557
+ msgstr "Links"
558
+
559
+
560
+ #: views/packages/packages.php:161
561
+ msgid "SQL"
562
+ msgstr "SQL"
563
+
564
+
565
+ #: views/packages/packages.php:162
566
+ msgid "Log"
567
+ msgstr "Log"
568
+
569
+
570
+ #: views/packages/packages.php:165
571
+ msgid "Open Scan Report"
572
+ msgstr "Scan-Bericht öffnen"
573
+
574
+
575
+ #: views/packages/packages.php:166
576
+ msgid "View Package Object"
577
+ msgstr "Paket ansehen"
578
+
579
+
580
+ #: views/packages/packages.php:193
581
+ msgid "View Error Details"
582
+ msgstr "Fehler-Details ansehen"
583
+
584
+
585
+ #: views/packages/packages.php:205
586
+ msgid "Unrecoverable Error! Please remove this package."
587
+ msgstr "Nicht behebbarer Fehler! Bitte lösche das Paket."
588
+
589
+
590
+ #: views/packages/packages.php:210
591
+ msgid ""
592
+ "This package has encountered errors. Click 'View Log' for more details. "
593
+ "For additional support see the "
594
+ msgstr ""
595
+ "Es sind Fehler aufgetreten. Klicke auf 'Log ansehen' für weitere Details. "
596
+ "Zusätzliche Unterstützung findest du in der "
597
+
598
+
599
+ #: views/packages/packages.php:211
600
+ msgid "online knowledgebase"
601
+ msgstr "Online-Wissensdatenbank"
602
+
603
+
604
+ #: views/packages/packages.php:213
605
+ msgid "View Log"
606
+ msgstr "Log ansehen"
607
+
608
+
609
+ #: views/packages/packages.php:236 views/packages/new2.base.php:219
610
+ #: views/packages/new2.base.php:328
611
+ msgid "Total Size"
612
+ msgstr "Gesamte Größe"
613
+
614
+
615
+ #: views/packages/packages.php:255
616
+ msgid "Download Links"
617
+ msgstr "Download Links"
618
+
619
+
620
+ #: views/packages/packages.php:258
621
+ msgid "The following links contain sensitive data. Please share with caution!"
622
+ msgstr ""
623
+ "Die folgenden Links enthalten sensible Daten. Bitte verwende sie mit "
624
+ "Vorsicht!"
625
+
626
+
627
+ #: views/packages/packages.php:264
628
+ msgid ""
629
+ "The database SQL script is a quick link to your database backup script. An "
630
+ "exact copy is also stored in the package."
631
+ msgstr ""
632
+ "Das Datenbank-SQL-Skript ist ein direkter Link zum Datenbank-Backup-Skript. "
633
+ "Eine exakte Kopie ist auch im Archiv gespeichert."
634
+
635
+
636
+ #: views/packages/packages.php:287
637
+ msgid ""
638
+ "Please select an action from the bulk action drop down menu to perform a "
639
+ "specific action."
640
+ msgstr "Bitte wähle eine Aktion aus dem Dropdown-Menü aus."
641
+
642
+
643
+ #: views/packages/packages.php:295
644
+ msgid "Please select at least one package to delete."
645
+ msgstr "Bitte wähle mindestens ein Archiv zum Löschen."
646
+
647
+
648
+ #: views/packages/packages.php:299
649
+ msgid "Are you sure, you want to delete the selected package(s)?"
650
+ msgstr "Ausgewählte Archive wirklich löschen?"
651
+
652
+
653
+ #: views/packages/packages.php:333
654
+ msgid "Package File Links"
655
+ msgstr "Archiv-Datei Links"
656
+
657
+
658
+ #: views/packages/packages.php:336
659
+ msgid "DATABASE"
660
+ msgstr "Datenbank"
661
+
662
+
663
+ #: views/packages/packages.php:337
664
+ msgid "PACKAGE"
665
+ msgstr "Archive"
666
+
667
+
668
+ #: views/packages/packages.php:338
669
+ msgid "INSTALLER"
670
+ msgstr "INSTALLER"
671
+
672
+
673
+ #: views/packages/packages.php:339
674
+ msgid "LOG"
675
+ msgstr "Log"
676
+
677
+
678
+ #: views/packages/packages.php:340
679
+ msgid "REPORT"
680
+ msgstr "Bericht"
681
+
682
+
683
+ #: views/packages/new1.base.php:13
684
+ msgid "Package settings have been reset."
685
+ msgstr "Archiveinstellungen wurden zurückgesetzt."
686
+
687
+
688
+ #: views/packages/new1.base.php:86 views/packages/new2.base.php:59
689
+ #: views/packages/new3.base.php:33
690
+ msgid "Setup"
691
+ msgstr "Setup"
692
+
693
+
694
+ #: views/packages/new1.base.php:87 views/packages/new2.base.php:60
695
+ #: views/packages/new3.base.php:34
696
+ msgid "Scan"
697
+ msgstr "Scan"
698
+
699
+
700
+ #: views/packages/new1.base.php:88 views/packages/new2.base.php:61
701
+ #: views/packages/new2.base.php:388 views/packages/new3.base.php:35
702
+ msgid "Build"
703
+ msgstr "Erstellen"
704
+
705
+
706
+ #: views/packages/new1.base.php:91
707
+ msgid "Step 1: Package Setup"
708
+ msgstr "Schritt 1: Archiv-Setup"
709
+
710
+
711
+ #: views/packages/new1.base.php:115
712
+ msgid "Requirements:"
713
+ msgstr "Anforderungen:"
714
+
715
+
716
+ #: views/packages/new1.base.php:124
717
+ msgid ""
718
+ "System requirements must pass for the Duplicator to work properly. Click "
719
+ "each link for details."
720
+ msgstr ""
721
+ "Damit der Duplicator richtig funktioniert, müssen die Systemanforderungen "
722
+ "erfüllt sein. Klicken auf jeden beliebigen Link für weitere Details."
723
+
724
+
725
+ #: views/packages/new1.base.php:130
726
+ msgid "PHP Support"
727
+ msgstr "PHP-Unterstützung"
728
+
729
+
730
+ #: views/packages/new1.base.php:136
731
+ msgid "PHP Version"
732
+ msgstr "PHP-Version"
733
+
734
+
735
+ #: views/packages/new1.base.php:140
736
+ msgid "Zip Archive Enabled"
737
+ msgstr "Zip-Archiv aktiviert"
738
+
739
+
740
+ #: views/packages/new1.base.php:144
741
+ msgid "Safe Mode Off"
742
+ msgstr "Safe Mode Off"
743
+
744
+
745
+ #: views/packages/new1.base.php:148 views/packages/new1.base.php:152
746
+ #: views/packages/new1.base.php:156
747
+ msgid "Function"
748
+ msgstr "Funktion"
749
+
750
+
751
+ #: views/packages/new1.base.php:161
752
+ msgid ""
753
+ "PHP versions 5.2.17+ or higher is required. Please note that in versioning "
754
+ "logic a value such as 5.2.9 is less than 5.2.17. For compression to work the "
755
+ "ZipArchive extension for PHP is required. Safe Mode should be set to 'Off' "
756
+ "in you php.ini file and is deprecated as of PHP 5.3.0. For any issues in "
757
+ "this section please contact your hosting provider or server administrator. "
758
+ "For additional information see our online documentation."
759
+ msgstr ""
760
+ "PHP-Versionen 5.2.17+ oder höher ist erforderlich. Bitte beachte, dass in "
761
+ "der Versionslogik ein Wert wie 5.2.9 weniger ist als 5.2.17. Für die "
762
+ "Kompression ist die ZipArchive-Erweiterung für PHP ist erforderlich. Der "
763
+ "Safe Mode sollte auf 'Aus' in dir php.ini-Datei eingestellt werden (veraltet "
764
+ "ab PHP 5.3.0). Für weitere Fragen in diesem Abschnitt wende dich an deinen "
765
+ "Hosting-Provider oder Serveradministrator. Weitere Informationen befinden "
766
+ "sich auf unserer Online-Dokumentation."
767
+
768
+
769
+ #: views/packages/new1.base.php:169
770
+ msgid "Permissions"
771
+ msgstr "Berechtigungen"
772
+
773
+
774
+ #: views/packages/new1.base.php:172
775
+ msgid "Required Paths"
776
+ msgstr "Erforderliche Pfade"
777
+
778
+
779
+ #: views/packages/new1.base.php:183
780
+ msgid ""
781
+ "Permissions can be difficult to resolve on some systems. If the plugin can "
782
+ "not read the above paths here are a few things to try. 1) Set the above "
783
+ "paths to have permissions of 755 for directories and 644 for files. You can "
784
+ "temporarily try 777 however, be sure you don’t leave them this way. 2) Check "
785
+ "the owner/group settings for both files and directories. The PHP script "
786
+ "owner and the process owner are different. The script owner owns the PHP "
787
+ "script but the process owner is the user the script is running as, thus "
788
+ "determining its capabilities/privileges in the file system. For more details "
789
+ "contact your host or server administrator or visit the 'Help' menu under "
790
+ "Duplicator for additional online resources."
791
+ msgstr ""
792
+ "Berechtigungen sind auf einigen Systemen nur schwer zu ändern. Wenn das "
793
+ "Plugin die oben genannten Pfade nicht lesen kann, versuche folgendes. 1) "
794
+ "Setze die Berechtigungen für Verzeichnisse auf 755 und für Dateien auf 644. "
795
+ "Versuche es ggf. vorübergehend mit 777. 2) Prüfe den Eigentümer / "
796
+ "Gruppeneinstellungen für Dateien und Verzeichnissen. Das PHP-Skript und ein "
797
+ "FTP-Benutzer erfordern unterschiedliche Eigentümer. Der Skript Eigentümer "
798
+ "besitzt das PHP-Skript, aber der Prozess-Besitzer ist der Benutzer, welcher "
799
+ "das Skript ausführt. Für weitere Informationen wende dich Host- oder Server-"
800
+ "Administrator oder besuche das \\\"Hilfe\\\"-Menü unter Duplicator für "
801
+ "zusätzliche Online-Ressourcen."
802
+
803
+
804
+ #: views/packages/new1.base.php:191
805
+ msgid "Server Support"
806
+ msgstr "Server-Support"
807
+
808
+
809
+ #: views/packages/new1.base.php:197
810
+ msgid "MySQL Version"
811
+ msgstr "MySQL-Version"
812
+
813
+
814
+ #: views/packages/new1.base.php:201
815
+ msgid "MySQLi Support"
816
+ msgstr "MySQLi-Support"
817
+
818
+
819
+ #: views/packages/new1.base.php:207
820
+ msgid ""
821
+ "MySQL version 5.0+ or better is required and the PHP MySQLi extension (note "
822
+ "the trailing 'i') is also required. Contact your server administrator and "
823
+ "request that mysqli extension and MySQL Server 5.0+ be installed. Please "
824
+ "note in future versions support for other databases and extensions will be "
825
+ "added."
826
+ msgstr ""
827
+ "MySQL-Version 5.0 oder höher und die PHP MySQLi-Erweiterung (beachte das "
828
+ "ergänzende \\\"i\\\") ist ebenfalls erforderlich. Kontaktiere deinen Server-"
829
+ "Administrator und verlange, dass mysqli-Erweiterung und MySQL Server 5.0 und "
830
+ "höher installiert werden. Bitte beachte, dass in zukünftigen Versionen "
831
+ "Unterstützung für andere Datenbanken und Erweiterungen hinzugefügt werden."
832
+
833
+
834
+ #: views/packages/new1.base.php:208
835
+ msgid "more info"
836
+ msgstr "mehr Informationen"
837
+
838
+
839
+ #: views/packages/new1.base.php:217
840
+ msgid "Reserved Files"
841
+ msgstr "Reservierte Dateien"
842
+
843
+
844
+ #: views/packages/new1.base.php:221
845
+ msgid ""
846
+ "None of the reserved files (installer.php, installer-data.sql and installer-"
847
+ "log.txt) where found from a previous install. This means you are clear to "
848
+ "create a new package."
849
+ msgstr ""
850
+ "Es wurden keine reservierte Dateien (installer.php, installer-data.sql und "
851
+ "installer-log.txt) von einer früheren Installation gefunden. Ein neues Paket "
852
+ "kann nun erstellt werden."
853
+
854
+
855
+ #: views/packages/new1.base.php:224
856
+ msgid ""
857
+ "A reserved file(s) was found in the WordPress root directory. Reserved file "
858
+ "names are installer.php, installer-data.sql and installer-log.txt. To "
859
+ "archive your data correctly please remove any of these files from your "
860
+ "WordPress root directory. Then try creating your package again."
861
+ msgstr ""
862
+ "Es wurden reservierte Datei (en) im WordPress Stammverzeichnis gefunden. "
863
+ "Reservierte Dateinamen sind installer.php, installer-data.sql und installer-"
864
+ "log.txt. Zum korrekten Archivieren deiner Dateien entferne bitte diese "
865
+ "Dateien aus dem WordPress-Stammverzeichnis. Dann versuche erneut, das Archiv "
866
+ "zu erstellen."
867
+
868
+
869
+ #: views/packages/new1.base.php:225
870
+ msgid "Remove Files Now"
871
+ msgstr "Dateien werden entfernt"
872
+
873
+
874
+ #: views/packages/new1.base.php:234
875
+ msgid "For additional help please see the "
876
+ msgstr "Weitere Hilfe befindet sich in der "
877
+
878
+
879
+ #: views/packages/new1.inc.form.php:10
880
+ msgid "Create a new default name"
881
+ msgstr "Erstelle einen neuen Standardnamen"
882
+
883
+
884
+ #: views/packages/new1.inc.form.php:23 views/settings/general.php:94
885
+ msgid "Storage"
886
+ msgstr "Speicher"
887
+
888
+
889
+ #: views/packages/new1.inc.form.php:32
890
+ msgid "Type"
891
+ msgstr "Typ"
892
+
893
+
894
+ #: views/packages/new1.inc.form.php:33
895
+ msgid "Location"
896
+ msgstr "Ort"
897
+
898
+
899
+ #: views/packages/new1.inc.form.php:38
900
+ msgid "Default"
901
+ msgstr "Vorgabe"
902
+
903
+
904
+ #: views/packages/new1.inc.form.php:39
905
+ msgid "Local"
906
+ msgstr "Lokal"
907
+
908
+
909
+ #: views/packages/new1.inc.form.php:45
910
+ msgid ""
911
+ "All packages including the archive, installer and SQL script are stored in "
912
+ "the location above. "
913
+ msgstr ""
914
+ "Alle Dateien einschließlich des Archivs, Installer und SQL-Skript sind im "
915
+ "Ordner oberhalb gespeichert. "
916
+
917
+
918
+ #: views/packages/new1.inc.form.php:48
919
+ msgid "Dropbox, FTP and other multiple storage options available in "
920
+ msgstr "Dropbox, FTP und weitere Speicheroptionen sind verfügbar in "
921
+
922
+
923
+ #: views/packages/new1.inc.form.php:67
924
+ msgid "File filter enabled"
925
+ msgstr "Datei-Filter aktiviert"
926
+
927
+
928
+ #: views/packages/new1.inc.form.php:68
929
+ msgid "Database filter enabled"
930
+ msgstr "Datenbank-Filter aktiviert"
931
+
932
+
933
+ #: views/packages/new1.inc.form.php:77 views/packages/new2.base.php:203
934
+ msgid "Files"
935
+ msgstr "Dateien"
936
+
937
+
938
+ #: views/packages/new1.inc.form.php:78 views/packages/new1.inc.form.php:195
939
+ #: views/packages/new2.base.php:312
940
+ msgid "Database"
941
+ msgstr "Datenbank"
942
+
943
+
944
+ #: views/packages/new1.inc.form.php:90
945
+ msgid "Enable File Filters"
946
+ msgstr "Dateifilter aktivieren"
947
+
948
+
949
+ #: views/packages/new1.inc.form.php:94 views/packages/new1.inc.form.php:102
950
+ msgid "Separate all filters by semicolon"
951
+ msgstr "Trenne alle Filter durch ein Semikolon"
952
+
953
+
954
+ #: views/packages/new1.inc.form.php:94 views/packages/new2.base.php:278
955
+ msgid "Directories"
956
+ msgstr "Verzeichnisse"
957
+
958
+
959
+ #: views/packages/new1.inc.form.php:96
960
+ msgid "root path"
961
+ msgstr "Root-Pfad"
962
+
963
+
964
+ #: views/packages/new1.inc.form.php:97
965
+ msgid "wp-uploads"
966
+ msgstr "uploads"
967
+
968
+
969
+ #: views/packages/new1.inc.form.php:98
970
+ msgid "cache"
971
+ msgstr "Cache"
972
+
973
+
974
+ #: views/packages/new1.inc.form.php:99 views/packages/new1.inc.form.php:106
975
+ msgid "(clear)"
976
+ msgstr "(Löschen)"
977
+
978
+
979
+ #: views/packages/new1.inc.form.php:102
980
+ msgid "File extensions"
981
+ msgstr "Datei-Erweiterungen"
982
+
983
+
984
+ #: views/packages/new1.inc.form.php:104
985
+ msgid "media"
986
+ msgstr "Medien"
987
+
988
+
989
+ #: views/packages/new1.inc.form.php:105
990
+ msgid "archive"
991
+ msgstr "Archive"
992
+
993
+
994
+ #: views/packages/new1.inc.form.php:111
995
+ msgid ""
996
+ "The directory paths and extensions above will be be excluded from the "
997
+ "archive file if enabled is checked."
998
+ msgstr ""
999
+ "Diese Verzeichnispfade und Erweiterungen werden aus der Archivdatei "
1000
+ "ausgeschlossen."
1001
+
1002
+
1003
+ #: views/packages/new1.inc.form.php:112
1004
+ msgid "Use the full path for directories and semicolons to separate all items."
1005
+ msgstr ""
1006
+ "Verwende den vollständigen Pfad für Verzeichnisse und Semikolons, um alle "
1007
+ "Elemente zu trennen."
1008
+
1009
+
1010
+ #: views/packages/new1.inc.form.php:123
1011
+ msgid "Enable Table Filters"
1012
+ msgstr "Tabellen-Filter aktivieren"
1013
+
1014
+
1015
+ #: views/packages/new1.inc.form.php:124
1016
+ msgid "checked tables are excluded"
1017
+ msgstr "Markierte Tabellen sind ausgeschlossen"
1018
+
1019
+
1020
+ #: views/packages/new1.inc.form.php:129
1021
+ msgid "Include All"
1022
+ msgstr "Alle einschliessen"
1023
+
1024
+
1025
+ #: views/packages/new1.inc.form.php:130
1026
+ msgid "Exclude All"
1027
+ msgstr "Alle ausschliessen"
1028
+
1029
+
1030
+ #: views/packages/new1.inc.form.php:163
1031
+ msgid ""
1032
+ "Checked tables will not be added to the database script. Excluding certain "
1033
+ "tables can possibly cause your site or plugins to not work correctly after "
1034
+ "install!"
1035
+ msgstr ""
1036
+ "Ausgewählte Tabellen werden dem Archiv nicht hinzugefügt. Ohne diese "
1037
+ "Tabellen funktionieren möglicherweise die Website oder Plugins nach der "
1038
+ "Installation nicht korrekt!"
1039
+
1040
+ # @ default
1041
+ #: views/packages/new1.inc.form.php:181
1042
+ msgid "STEP 1 - INPUTS"
1043
+ msgstr "Schritt 1 – Eingaben"
1044
+
1045
+
1046
+ #: views/packages/new1.inc.form.php:184
1047
+ msgid "MySQL Server"
1048
+ msgstr "MySQL-Server"
1049
+
1050
+
1051
+ #: views/packages/new1.inc.form.php:187
1052
+ msgid "Host"
1053
+ msgstr "Host"
1054
+
1055
+ #: views/packages/new1.inc.form.php:191
1056
+ msgid "Host Port"
1057
+ msgstr "Host-Port"
1058
+
1059
+
1060
+ #: views/packages/new1.inc.form.php:203
1061
+ msgid "Advanced Options"
1062
+ msgstr "Erweiterte Optionen"
1063
+
1064
+
1065
+ #: views/packages/new1.inc.form.php:209
1066
+ msgid "SSL"
1067
+ msgstr "SSL"
1068
+
1069
+
1070
+ #: views/packages/new1.inc.form.php:212
1071
+ msgid "Enforce on Admin"
1072
+ msgstr "Admin erzwingen"
1073
+
1074
+
1075
+ #: views/packages/new1.inc.form.php:216
1076
+ msgid "Enforce on Logins"
1077
+ msgstr "Logins erzwingen"
1078
+
1079
+
1080
+ #: views/packages/new1.inc.form.php:220
1081
+ msgid "Cache"
1082
+ msgstr "Cache"
1083
+
1084
+
1085
+ #: views/packages/new1.inc.form.php:223
1086
+ msgid "Keep Enabled"
1087
+ msgstr "Aktiviert halten"
1088
+
1089
+
1090
+ #: views/packages/new1.inc.form.php:227
1091
+ msgid "Keep Home Path"
1092
+ msgstr "Startseite Pfad belassen"
1093
+
1094
+ # @ default
1095
+ #: views/packages/new1.inc.form.php:235
1096
+ msgid "STEP 2 - INPUTS"
1097
+ msgstr "Schritt 2 – Eingaben"
1098
+
1099
+
1100
+ #: views/packages/new1.inc.form.php:239
1101
+ msgid "New URL"
1102
+ msgstr "Neue URL"
1103
+
1104
+
1105
+ #: views/packages/new1.inc.form.php:245
1106
+ msgid "The installer can have these fields pre-filled at install time."
1107
+ msgstr ""
1108
+ "Das Installationsprogramm kann diese Felder bereits vor der Installation "
1109
+ "ausgefüllt haben."
1110
+
1111
+
1112
+ #: views/packages/new1.inc.form.php:245
1113
+ msgid "All values are optional."
1114
+ msgstr "Alle Werte sind optional."
1115
+
1116
+
1117
+ #: views/packages/new1.inc.form.php:254
1118
+ msgid "Reset"
1119
+ msgstr "Zurücksetzen"
1120
+
1121
+
1122
+ #: views/packages/new1.inc.form.php:255
1123
+ msgid "Next"
1124
+ msgstr "Weiter"
1125
+
1126
+
1127
+ #: views/packages/new1.inc.form.php:267
1128
+ msgid ""
1129
+ "This will reset all of the current package settings. Would you like to "
1130
+ "continue?"
1131
+ msgstr ""
1132
+ "Dies wird alle aktuellen Archiveinstellungen zurückzusetzen. Möchtest Du "
1133
+ "fortfahren?"
1134
+
1135
+
1136
+ #: views/packages/new2.base.php:64
1137
+ msgid "Step 2: System Scan"
1138
+ msgstr "Schritt 2: System Scan"
1139
+
1140
+
1141
+ #: views/packages/new2.base.php:81
1142
+ msgid "Scanning Site"
1143
+ msgstr "Scan Seite"
1144
+
1145
+
1146
+ #: views/packages/new2.base.php:83 views/packages/new3.base.php:57
1147
+ msgid "Please Wait..."
1148
+ msgstr "Bitte warten..."
1149
+
1150
+
1151
+ #: views/packages/new2.base.php:89
1152
+ msgid "Scan Complete"
1153
+ msgstr "Scan vollständig"
1154
+
1155
+
1156
+ #: views/packages/new2.base.php:91
1157
+ msgid ""
1158
+ "Scan checks are not required to pass, however they could cause issues on "
1159
+ "some systems."
1160
+ msgstr ""
1161
+ "Scan-Checks sind nicht unbedingt erforderlich, können jedoch auf einigen "
1162
+ "Systemen Probleme verursachen."
1163
+
1164
+
1165
+ #: views/packages/new2.base.php:92
1166
+ msgid "Process Time:"
1167
+ msgstr "Verarbeitungs-Dauer"
1168
+
1169
+
1170
+ #: views/packages/new2.base.php:101
1171
+ msgid "Server"
1172
+ msgstr "Server"
1173
+
1174
+
1175
+ #: views/packages/new2.base.php:103 views/tools/controller.php:17
1176
+ msgid "Diagnostics"
1177
+ msgstr "Diagnose"
1178
+
1179
+
1180
+ #: views/packages/new2.base.php:112 views/packages/new2.base.php:117
1181
+ #: views/tools/diagnostics.php:106
1182
+ msgid "Web Server"
1183
+ msgstr "Webserver"
1184
+
1185
+ #: views/packages/new2.base.php:119
1186
+ msgid "Supported web servers:"
1187
+ msgstr "Unterstützte Webserver:"
1188
+
1189
+ #: views/packages/new2.base.php:129
1190
+ msgid "PHP Setup"
1191
+ msgstr "PHP-Setup"
1192
+
1193
+
1194
+ #: views/packages/new2.base.php:135
1195
+ msgid "Open Base Dir"
1196
+ msgstr "Open Base Dir"
1197
+
1198
+ #: views/packages/new2.base.php:137
1199
+ msgid ""
1200
+ "Issues might occur when [open_basedir] is enabled. Work with your server "
1201
+ "admin to disable this value in the php.ini file if you’re having issues "
1202
+ "building a package."
1203
+ msgstr ""
1204
+ "Es können Probleme auftreten falls [open_basedir] aktiviert ist. Für den "
1205
+ "Fall, dass Du Probleme hast ein Archiv zu erstellen, kontaktiere Deinen "
1206
+ "Administrator damit dieser den Wert in der php.ini Datei deaktiviert."
1207
+
1208
+ #: views/packages/new2.base.php:138 views/packages/new2.base.php:148
1209
+ #: views/packages/new2.base.php:155
1210
+ msgid "details"
1211
+ msgstr "Details"
1212
+
1213
+
1214
+ #: views/packages/new2.base.php:143 views/tools/diagnostics.php:189
1215
+ msgid "Max Execution Time"
1216
+ msgstr "Maximale Ausführungs-Zeit"
1217
+
1218
+ #: views/packages/new2.base.php:145
1219
+ #, php-format
1220
+ msgid ""
1221
+ "Issues might occur for larger packages when the [max_execution_time] value "
1222
+ "in the php.ini is too low. The minimum recommended timeout is \"%1$s\" "
1223
+ "seconds or higher. An attempt is made to override this value if the server "
1224
+ "allows it. A value of 0 (recommended) indicates that PHP has no time limits."
1225
+ msgstr ""
1226
+ "Es können Probleme bei größeren Archiven auftreten falls der Wert für die "
1227
+ "[max_execution_time] in der php.ini zu niedrig gesetzt ist. Der kleinste "
1228
+ "empfohlene Timeout-Wert liegt bei \"%1$s\" Sekunden oder mehr. Es wird ein "
1229
+ "Versuch unternommen diesen Wert zu übergehen falls der Server dies erlaubt. "
1230
+ "Ein Wert von 0 (empfohlen) zeigt an, dass PHP kein Zeitlimit hat."
1231
+
1232
+
1233
+ #: views/packages/new2.base.php:147
1234
+ msgid ""
1235
+ "Note: Timeouts can also be set at the web server layer, so if the PHP max "
1236
+ "timeout passes and you still see a build interrupt messages, then your web "
1237
+ "server could be killing the process. If you are limited on processing time,"
1238
+ " consider using the database or file filters to shrink the size of your "
1239
+ "overall package. However use caution as excluding the wrong resources can "
1240
+ "cause your install to not work properly."
1241
+ msgstr ""
1242
+ "Hinweis: Timeouts können auch am Web-Server eingestellt werden, so dass bei "
1243
+ "PHP-Timeout der Prozess abgebrochen wird. Wenn die Verarbeitungszeit "
1244
+ "begrenzt ist, nutze Datenbank-oder Dateifilter, um die Größe des "
1245
+ "Gesamtpakets schrumpfen. Bitte beachte, dass falsche Einstellungen dazu "
1246
+ "führen können, dass die Anwendung nicht mehr richtig funktioniert."
1247
+
1248
+ #: views/packages/new2.base.php:152
1249
+ msgid "MySQLi"
1250
+ msgstr "MySQLi"
1251
+
1252
+ #: views/packages/new2.base.php:154
1253
+ msgid ""
1254
+ "Creating the package does not require the mysqli module. However the "
1255
+ "installer.php file requires that the PHP module mysqli be installed on the "
1256
+ "server it is deployed on."
1257
+ msgstr ""
1258
+ "Für das Erstellen eines Archivs benötigst Du nicht das MySQLi-Modul. Jedoch "
1259
+ "benötigt die installer.php Datei das installierte MySQLi-Modul auf dem "
1260
+ "Server auf dem das Archiv erstellt wird."
1261
+
1262
+ #: views/packages/new2.base.php:164
1263
+ msgid "WordPress"
1264
+ msgstr "WordPress"
1265
+
1266
+
1267
+ #: views/packages/new2.base.php:169
1268
+ msgid "WordPress Version"
1269
+ msgstr "WordPress-Version"
1270
+
1271
+ #: views/packages/new2.base.php:171
1272
+ #, php-format
1273
+ msgid "It is recommended to have a version of WordPress that is greater than %1$s"
1274
+ msgstr ""
1275
+ "Es wird empfohlen eine Version von WordPress installiert zu haben die größer "
1276
+ "%1$s ist"
1277
+
1278
+
1279
+ #: views/packages/new2.base.php:175
1280
+ msgid "Core Files"
1281
+ msgstr "Core-Dateien"
1282
+
1283
+
1284
+ #: views/packages/new2.base.php:177
1285
+ msgid ""
1286
+ "If the scanner is unable to locate the wp-config.php file in the root "
1287
+ "directory, then you will need to manually copy it to its new location."
1288
+ msgstr ""
1289
+ "Wenn der Scanner die Datei wp-config.php im Root-Verzeichnis nicht findet, "
1290
+ "muss sie manuell an die neue Position manuell kopiert werden."
1291
+
1292
+
1293
+ #: views/packages/new2.base.php:183
1294
+ msgid "Cache Path"
1295
+ msgstr "Cache-Pfad"
1296
+
1297
+ #: views/packages/new2.base.php:185
1298
+ msgid ""
1299
+ "Cached data will lead to issues at install time and increases your archive "
1300
+ "size. It is recommended to empty your cache directory at build time. Use "
1301
+ "caution when removing data from the cache directory. If you have a cache "
1302
+ "plugin review the documentation for how to empty it; simply removing files "
1303
+ "might cause errors on your site. The cache size minimum threshold is "
1304
+ "currently set at "
1305
+ msgstr ""
1306
+ "Gecachte Daten führen zu Problemen bei der Installation und zu einer "
1307
+ "erhöhten Archiv-Größe. Es wird empfohlen das Cache-Verzeichnis vor der "
1308
+ "Erstellung des Archives zu leeren. Lasse Vorsicht walten bevor Du Daten aus "
1309
+ "dem Cache-Verzeichnis entfernst. Für den Fall dass Du ein Cache-Plugin "
1310
+ "verwendest lies in der Anleitung nach wie Du dessen Cache sicher leerst; das "
1311
+ "direkte Entfernen von Dateien kann zu Problemen mit Deiner Webseite führen. "
1312
+ "Der untere Grenzwert für die Cache-Größe liegt aktuell bei "
1313
+
1314
+
1315
+ #: views/packages/new2.base.php:208 views/packages/new2.base.php:317
1316
+ msgid "Enabled"
1317
+ msgstr "Aktiviert"
1318
+
1319
+
1320
+ #: views/packages/new2.base.php:223
1321
+ msgid "File Count"
1322
+ msgstr "Dateianzahl"
1323
+
1324
+
1325
+ #: views/packages/new2.base.php:224
1326
+ msgid "Directory Count"
1327
+ msgstr "Verzeichnisanzahl"
1328
+
1329
+
1330
+ #: views/packages/new2.base.php:227
1331
+ #, php-format
1332
+ msgid ""
1333
+ "Total size represents all files minus any filters that have been setup. The "
1334
+ "current thresholds that trigger warnings are %1$s for the entire site and "
1335
+ "%2$s for large files."
1336
+ msgstr ""
1337
+ "Die Gesamtgröße entspricht allen Dateien abzüglich der im Filter "
1338
+ "festgelegten Elemente. Die aktuellen Grenzwerte, die Warnungen auslösen, "
1339
+ "sind %1$s für die gesamte Site und %2$s für große Dateien."
1340
+
1341
+ #: views/packages/new2.base.php:239
1342
+ msgid "Name Checks"
1343
+ msgstr "Namenüberprüfung"
1344
+
1345
+ #: views/packages/new2.base.php:244
1346
+ msgid ""
1347
+ "File or directory names may cause issues when working across different "
1348
+ "environments and servers. Names that are over 250 characters, contain "
1349
+ "special characters (such as * ? > < : / \\ |) or are unicode might cause "
1350
+ "issues in a remote enviroment. It is recommended to remove or filter these "
1351
+ "files before building the archive if you have issues at install time."
1352
+ msgstr ""
1353
+ "Datei- oder Verzeichnis-Namen können zu Problemen führen wenn in "
1354
+ "unterschiedlichen Umgebungen und Servern gearbeitet wird. Namen die mehr als "
1355
+ "250 Zeichen lang sind, Sonderzeichen wie z.B. * ? > < : / \\ | enthalten oder "
1356
+ "aber Unicode sind können zu Problemen in entfernten Umgebungen führen. Es "
1357
+ "wird empfohlen diese Dateien vor der Erstellung des Archivs zu entfernen "
1358
+ "oder zu filtern, sollte es zu Problemen bei der Installation im Anschluss "
1359
+ "kommen."
1360
+
1361
+
1362
+ #: views/packages/new2.base.php:247 views/packages/new2.base.php:265
1363
+ msgid "Show Paths"
1364
+ msgstr "Zeige Pfade"
1365
+
1366
+
1367
+ #: views/packages/new2.base.php:256
1368
+ msgid "Large Files"
1369
+ msgstr "Große Dateien"
1370
+
1371
+
1372
+ #: views/packages/new2.base.php:261
1373
+ #, php-format
1374
+ msgid ""
1375
+ "Large files such as movies or other backuped data can cause issues with "
1376
+ "timeouts. The current check for large files is %1$s per file. If your "
1377
+ "having issues creating a package consider excluding these files with the "
1378
+ "files filter and manually moving them to your new location."
1379
+ msgstr ""
1380
+ "Große Dateien wie Filme oder andere Archiv-Daten können zu Problemen mit "
1381
+ "Timeouts führen. Die aktuelle Prüfung für große Dateien ist %1$s pro Datei. "
1382
+ "Wenn es zu Problemen beim Erstellen des Archives kommt, bitte diese Dateien "
1383
+ "mit dem Filter ausschließen und manuell auf die neue Position verschieben."
1384
+
1385
+
1386
+ #: views/packages/new2.base.php:275
1387
+ msgid "View Filters"
1388
+ msgstr "Filter anzeigen"
1389
+
1390
+
1391
+ #: views/packages/new2.base.php:283
1392
+ msgid "No directory filters have been set."
1393
+ msgstr "Es sind keine Verzeichnisfilter eingestellt."
1394
+
1395
+
1396
+ #: views/packages/new2.base.php:288
1397
+ msgid "File Extensions"
1398
+ msgstr "Datei-Erweiterungen"
1399
+
1400
+
1401
+ #: views/packages/new2.base.php:293
1402
+ msgid "No file extension filters have been set."
1403
+ msgstr "Keine Dateierweiterungs-Filter gesetzt."
1404
+
1405
+ #: views/packages/new2.base.php:297
1406
+ msgid ""
1407
+ "The lists above are the directories and file extension that will be excluded "
1408
+ "from the archive."
1409
+ msgstr ""
1410
+ "Die Listen darüber sind die Verzeichnisse und Dateiendungen die aus dem "
1411
+ "Archiv ausgeschlossen werden."
1412
+
1413
+
1414
+ #: views/packages/new2.base.php:332
1415
+ msgid "Tables"
1416
+ msgstr "Tabellen"
1417
+
1418
+
1419
+ #: views/packages/new2.base.php:333
1420
+ msgid "Records"
1421
+ msgstr "Aufzeichnungen"
1422
+
1423
+
1424
+ #: views/packages/new2.base.php:336
1425
+ msgid "repair and optimization"
1426
+ msgstr "Reparatur und Optimierung"
1427
+
1428
+
1429
+ #: views/packages/new2.base.php:337
1430
+ #, php-format
1431
+ msgid ""
1432
+ "Total size and row count for all database tables are approximate values. "
1433
+ "The thresholds that trigger warnings are %1$s and %2$s records. Large "
1434
+ "databases take time to process and can cause issues with server timeout and "
1435
+ "memory settings. Running a %3$s on your database can also help improve the "
1436
+ "overall size and performance. If your server supports shell_exec and "
1437
+ "mysqldump you can try to enable this option from the settings menu."
1438
+ msgstr ""
1439
+ "Gesamtgröße und Zeilenanzahl für alle Datenbank-Tabellen sind Richtwerte. "
1440
+ "Die Schwellenwerte, die Warnungen auslösen, sind %1$s und %2$s Datensätze. "
1441
+ "Große Datenbanken benötigen mehr Zeit bei der Verarbeitung und können zu "
1442
+ "Problemen mit Server-Timeout und Speichereinstellungen führen. Ausführen "
1443
+ "einer %3$s auf der Datenbank können auch dazu beitragen, die Gesamtgröße und "
1444
+ "Leistung zu verbessern. Wenn der Server shell_exec und mysqldump unterstützt,"
1445
+ " kannst du versuchen, diese Option aus dem Menü Einstellungen zu aktivieren."
1446
+
1447
+
1448
+ #: views/packages/new2.base.php:349
1449
+ msgid "Table Details"
1450
+ msgstr "Tabellen-Details"
1451
+
1452
+
1453
+ #: views/packages/new2.base.php:360
1454
+ msgid "Name:"
1455
+ msgstr "Name:"
1456
+
1457
+
1458
+ #: views/packages/new2.base.php:361
1459
+ msgid "Host:"
1460
+ msgstr "Host:"
1461
+
1462
+
1463
+ #: views/packages/new2.base.php:362
1464
+ msgid "Build Mode:"
1465
+ msgstr "Erstellungs-Modus:"
1466
+
1467
+
1468
+ #: views/packages/new2.base.php:373
1469
+ msgid "Scan Error"
1470
+ msgstr "Scan Fehler"
1471
+
1472
+
1473
+ #: views/packages/new2.base.php:374
1474
+ msgid "Please try again!"
1475
+ msgstr "Bitte nochmals versuchen!"
1476
+
1477
+
1478
+ #: views/packages/new2.base.php:376 views/packages/new3.base.php:111
1479
+ msgid "Server Status:"
1480
+ msgstr "Server Status:"
1481
+
1482
+
1483
+ #: views/packages/new2.base.php:379 views/packages/new3.base.php:115
1484
+ msgid "Error Message:"
1485
+ msgstr "Fehler-Meldung:"
1486
+
1487
+
1488
+ #: views/packages/new2.base.php:386
1489
+ msgid "Back"
1490
+ msgstr "Zurück"
1491
+
1492
+
1493
+ #: views/packages/new2.base.php:387
1494
+ msgid "Rescan"
1495
+ msgstr "Erneuter Scan"
1496
+
1497
+
1498
+ #: views/packages/new2.base.php:486
1499
+ msgid "Unable to report on any tables"
1500
+ msgstr "Kein Bericht über die Tabellen"
1501
+
1502
+
1503
+ #: views/packages/new2.base.php:495
1504
+ msgid "Unable to report on database stats"
1505
+ msgstr "Kein Bericht zum Datenbank-Status"
1506
+
1507
+ #: views/packages/new2.base.php:514
1508
+ msgid "DIR"
1509
+ msgstr "DIR"
1510
+
1511
+
1512
+ #: views/packages/new2.base.php:520 views/packages/new2.base.php:533
1513
+ msgid "FILE"
1514
+ msgstr "Datei"
1515
+
1516
+ #: views/packages/new2.base.php:523
1517
+ msgid "No name warning issues found."
1518
+ msgstr "Es sind keine Probleme bei der Namensüberprüfung aufgetreten."
1519
+
1520
+
1521
+ #: views/packages/new2.base.php:529
1522
+ msgid "No large files found."
1523
+ msgstr "Keine großen Dateien gefunden."
1524
+
1525
+
1526
+ #: views/packages/new3.base.php:38
1527
+ msgid "Step 3: Build Package"
1528
+ msgstr "Schritt 3: Archiv erstellen"
1529
+
1530
+
1531
+ #: views/packages/new3.base.php:55
1532
+ msgid "Building Package"
1533
+ msgstr "Archiv erstellen"
1534
+
1535
+
1536
+ #: views/packages/new3.base.php:58
1537
+ msgid "Keep this window open during the build process."
1538
+ msgstr "Lass dieses Fenster während der Archiv-Erstellung geöffnet."
1539
+
1540
+
1541
+ #: views/packages/new3.base.php:59
1542
+ msgid "This may take several minutes."
1543
+ msgstr "Dies kann einige Minuten dauern."
1544
+
1545
+
1546
+ #: views/packages/new3.base.php:63
1547
+ msgid "Build Status"
1548
+ msgstr "Erstellungs-Status"
1549
+
1550
+
1551
+ #: views/packages/new3.base.php:70
1552
+ msgid "Package Completed"
1553
+ msgstr "Archiv komplett"
1554
+
1555
+
1556
+ #: views/packages/new3.base.php:75
1557
+ msgid "Process Time"
1558
+ msgstr "Verarbeitungszeit"
1559
+
1560
+
1561
+ #: views/packages/new3.base.php:100
1562
+ msgid "Build Interrupt"
1563
+ msgstr "Erstellung unterbrochen"
1564
+
1565
+
1566
+ #: views/packages/new3.base.php:101
1567
+ msgid "The current build has experienced an issue."
1568
+ msgstr "Die aktuelle Version hat ein Problem."
1569
+
1570
+
1571
+ #: views/packages/new3.base.php:103
1572
+ msgid "Please try the process again."
1573
+ msgstr "Bitte versuche den Vorgang erneut."
1574
+
1575
+
1576
+ #: views/packages/new3.base.php:105
1577
+ msgid "Diagnose"
1578
+ msgstr "Diagnose"
1579
+
1580
+
1581
+ #: views/packages/new3.base.php:106
1582
+ msgid "Try Again"
1583
+ msgstr "Nochmals versuchen"
1584
+
1585
+
1586
+ #: views/packages/new3.base.php:122
1587
+ msgid "Notice"
1588
+ msgstr "Anmerkung"
1589
+
1590
+ # @ default
1591
+ #: views/packages/new3.base.php:125
1592
+ msgid "Build Folder:"
1593
+ msgstr "Erstellungs-Verzeichnis:"
1594
+
1595
+
1596
+ #: views/packages/new3.base.php:127
1597
+ msgid ""
1598
+ "Some servers close connections quickly; yet the build can continue to run in "
1599
+ "the background. To validate if a build is still running; open the 'tmp' "
1600
+ "folder above and see if the archive file is growing in size. If it is not "
1601
+ "then your server has strict timeout constraints. Please visit the support "
1602
+ "page for additional resources."
1603
+ msgstr ""
1604
+ "Einige Server schließen die Verbindungen schnell, doch die Erstellung kann "
1605
+ "auch weiterhin im Hintergrund laufen. Um zu prüfen ob derProzess noch läuft, "
1606
+ "öffnen den 'tmp'-Ordner um zu sehen, ob die Archivdatei in der Größe wächst. "
1607
+ "Wenn nicht, hat der Server strenge Beschränkungen im Timeout. Bitte besuche "
1608
+ "die Support-Seite für weitere Lösungen."
1609
+
1610
+
1611
+ #: views/packages/new3.base.php:136
1612
+ msgid "Package Log"
1613
+ msgstr "Archiv Log"
1614
+
1615
+
1616
+ #: views/settings/controller.php:22 views/tools/diagnostics.php:87
1617
+ msgid "General"
1618
+ msgstr "Allgemein"
1619
+
1620
+
1621
+ #: views/settings/general.php:6
1622
+ msgid "Settings Saved"
1623
+ msgstr "Einstellungen gespeichert"
1624
+
1625
+
1626
+ #: views/settings/general.php:75
1627
+ msgid "Plugin"
1628
+ msgstr "Plugin"
1629
+
1630
+
1631
+ #: views/settings/general.php:83
1632
+ msgid "Uninstall"
1633
+ msgstr "Deinstallieren"
1634
+
1635
+
1636
+ #: views/settings/general.php:86
1637
+ msgid "Delete Plugin Settings"
1638
+ msgstr "Plugin-Einstellungen löschen"
1639
+
1640
+
1641
+ #: views/settings/general.php:89
1642
+ msgid "Delete Entire Storage Directory"
1643
+ msgstr "Speicher-Verzeichnisse vollständig löschen"
1644
+
1645
+
1646
+ #: views/settings/general.php:96
1647
+ msgid "Full Path"
1648
+ msgstr "Vollständiger Pfad"
1649
+
1650
+
1651
+ #: views/settings/general.php:99
1652
+ msgid "Disable .htaccess File In Storage Directory"
1653
+ msgstr ".htaccess-Datei im Speicher-Verzeichnis deaktivieren"
1654
+
1655
+
1656
+ #: views/settings/general.php:101
1657
+ msgid "Disable if issues occur when downloading installer/archive files."
1658
+ msgstr ""
1659
+ "Deaktivieren, wenn beim Download von Installer / Archivdateien Probleme "
1660
+ "auftreten."
1661
+
1662
+
1663
+ #: views/settings/general.php:114
1664
+ msgid "Archive Flush"
1665
+ msgstr "Archiv erstellen"
1666
+
1667
+
1668
+ #: views/settings/general.php:117
1669
+ msgid "Attempt Network Keep Alive"
1670
+ msgstr ""
1671
+ "Dadurch wird versucht, eine Netzwerkverbindung für große Archive zu "
1672
+ "etablieren"
1673
+
1674
+
1675
+ #: views/settings/general.php:118
1676
+ msgid "recommended only for large archives"
1677
+ msgstr "nur empfohlen für große Archive"
1678
+
1679
+
1680
+ #: views/settings/general.php:120
1681
+ msgid ""
1682
+ "This will attempt to keep a network connection established for large "
1683
+ "archives."
1684
+ msgstr ""
1685
+ "Dadurch wird versucht, eine Netzwerkverbindung für große Archive zu "
1686
+ "etablieren."
1687
+
1688
+
1689
+ #: views/settings/general.php:125
1690
+ msgid "Database Build"
1691
+ msgstr "Datenbank erstellen"
1692
+
1693
+
1694
+ #: views/settings/general.php:128
1695
+ msgid "Use PHP"
1696
+ msgstr "Benutze PHP"
1697
+
1698
+
1699
+ #: views/settings/general.php:131
1700
+ msgid "Query Limit Size"
1701
+ msgstr "Abfragelimit-Größe"
1702
+
1703
+
1704
+ #: views/settings/general.php:140
1705
+ msgid "higher values speed up build times but uses more memory"
1706
+ msgstr "Höhere Werte beschleunigen die Erstellung, aber sie benötigen mehr Speicher"
1707
+
1708
+
1709
+ #: views/settings/general.php:147
1710
+ msgid "This server does not have shell_exec configured to run."
1711
+ msgstr "Dieser Server ist nicht zur Ausführung von shell_exec konfiguriert."
1712
+
1713
+
1714
+ #: views/settings/general.php:149
1715
+ msgid "Please contact the server administrator to enable this feature."
1716
+ msgstr "Bitte kontaktiere den Server-Administrator, um diese Funktion zu aktivieren."
1717
+
1718
+
1719
+ #: views/settings/general.php:154
1720
+ msgid "Use mysqldump"
1721
+ msgstr "Benutze mysqldump"
1722
+
1723
+
1724
+ #: views/settings/general.php:155
1725
+ msgid "recommended for large databases"
1726
+ msgstr "für große Datenbanken empfohlen"
1727
+
1728
+
1729
+ #: views/settings/general.php:160
1730
+ msgid "Working Path:"
1731
+ msgstr "Arbeits-Pfad"
1732
+
1733
+
1734
+ #: views/settings/general.php:166
1735
+ msgid ""
1736
+ "Mysqldump was not found at its default location or the location provided. "
1737
+ "Please enter a path to a valid location where mysqldump can run. If the "
1738
+ "problem persist contact your server administrator."
1739
+ msgstr ""
1740
+ "Mysqldump wurde nicht an der Standardposition gefunden. Bitte gib den Pfad "
1741
+ "zu einem gültigen Ort ein, an dem mysqldump ausgeführt werden kann. Sollte "
1742
+ "das Problem bestehen bleiben, kontaktiere den Server-Administrator."
1743
+
1744
+
1745
+ #: views/settings/general.php:171
1746
+ msgid "Add Custom Path:"
1747
+ msgstr "Benutzer-Pfad hinzufügen"
1748
+
1749
+
1750
+ #: views/settings/general.php:175
1751
+ msgid "This is the path to your mysqldump program."
1752
+ msgstr "Das ist der Pfad zu deinem mysqldump-Programm."
1753
+
1754
+
1755
+ #: views/settings/general.php:184
1756
+ msgid "Package Debug"
1757
+ msgstr "Fehlerbeseitigung Archiv"
1758
+
1759
+
1760
+ #: views/settings/general.php:187
1761
+ msgid "Show Package Debug Status in Packages Screen"
1762
+ msgstr "Zeige Fehlerstatus des Archives in der Anzeige"
1763
+
1764
+
1765
+ #: views/settings/general.php:195
1766
+ msgid "Roles & Capabilities"
1767
+ msgstr "Rollen & Funktionen"
1768
+
1769
+
1770
+ #: views/settings/general.php:200
1771
+ msgid "Custom Roles"
1772
+ msgstr "Benutzerdefinierte Rollen"
1773
+
1774
+
1775
+ #: views/settings/general.php:203
1776
+ msgid "Enable User Role Editor Plugin Integration"
1777
+ msgstr "Ermöglicht User Role Editor Plugin Integration"
1778
+
1779
+
1780
+ #: views/settings/general.php:210
1781
+ msgid "The User Role Editor Plugin"
1782
+ msgstr "Das User Role Editor Plugin"
1783
+
1784
+
1785
+ #: views/settings/general.php:211
1786
+ msgid "Free"
1787
+ msgstr "Free"
1788
+
1789
+
1790
+ #: views/settings/general.php:212
1791
+ msgid "or"
1792
+ msgstr "oder"
1793
+
1794
+
1795
+ #: views/settings/general.php:213
1796
+ msgid "Professional"
1797
+ msgstr "Professional"
1798
+
1799
+
1800
+ #: views/settings/general.php:214
1801
+ msgid "must be installed to use"
1802
+ msgstr "muss installiert werden zur Benutzung"
1803
+
1804
+
1805
+ #: views/settings/general.php:215
1806
+ msgid "this feature."
1807
+ msgstr "dieser Option."
1808
+
1809
+
1810
+ #: views/settings/general.php:227
1811
+ msgid "Save Settings"
1812
+ msgstr "Einstellungen speichern"
1813
+
1814
+
1815
+ #: views/tools/cleanup.php:8
1816
+ msgid "Installer File Cleanup Ran."
1817
+ msgstr "Installations-Dateien gelöscht."
1818
+
1819
+
1820
+ #: views/tools/cleanup.php:12 views/tools/diagnostics.php:44
1821
+ msgid "Legacy data removed."
1822
+ msgstr "Daten entfernt."
1823
+
1824
+
1825
+ #: views/tools/cleanup.php:16
1826
+ msgid "Build cache removed."
1827
+ msgstr "Cache-Dateien entfernt"
1828
+
1829
+
1830
+ #: views/tools/cleanup.php:73
1831
+ msgid ""
1832
+ "If the installer files did not successfully get removed, then you WILL need "
1833
+ "to remove them manually"
1834
+ msgstr ""
1835
+ "Wenn die Installationsdateien nicht vollständig erfolgreich entfernt wurden, "
1836
+ "dann müssen sie manuell gelöscht werden"
1837
+
1838
+
1839
+ #: views/tools/cleanup.php:74
1840
+ msgid ""
1841
+ "Please remove all installer files to avoid leaving open security issues on "
1842
+ "your server"
1843
+ msgstr ""
1844
+ "Bitte entferne alle Installationsdateien aus Sicherheitsgründen von deinem "
1845
+ "Server"
1846
+
1847
+
1848
+ #: views/tools/cleanup.php:82
1849
+ msgid "Data Cleanup"
1850
+ msgstr "Daten gelöscht"
1851
+
1852
+
1853
+ #: views/tools/cleanup.php:85
1854
+ msgid "Delete Reserved Files"
1855
+ msgstr "Lösche reservierte Dateien"
1856
+
1857
+
1858
+ #: views/tools/cleanup.php:86
1859
+ msgid "Removes all installer files from a previous install"
1860
+ msgstr "Entferne alle Installations-Dateien der früheren Installation."
1861
+
1862
+
1863
+ #: views/tools/cleanup.php:89
1864
+ msgid "Delete Legacy Data"
1865
+ msgstr "Lösche übernommene Daten"
1866
+
1867
+
1868
+ #: views/tools/cleanup.php:90
1869
+ msgid "Removes all legacy data and settings prior to version"
1870
+ msgstr "Entfernt alle übernommenen Daten und Einstellungen vor Version"
1871
+
1872
+
1873
+ #: views/tools/cleanup.php:93
1874
+ msgid "Clear Build Cache"
1875
+ msgstr "Cache löschen"
1876
+
1877
+
1878
+ #: views/tools/cleanup.php:94
1879
+ msgid "Removes all build data from:"
1880
+ msgstr "Entferne alle Daten von:"
1881
+
1882
+
1883
+ #: views/tools/cleanup.php:107
1884
+ #, php-format
1885
+ msgid "This action will remove all legacy settings prior to version %1$s. "
1886
+ msgstr "Diese Aktion wird alle alten Einstellungen vor Version %1$s entfernen. "
1887
+
1888
+
1889
+ #: views/tools/cleanup.php:108
1890
+ msgid ""
1891
+ "Legacy settings are only needed if you plan to migrate back to an older "
1892
+ "version of this plugin."
1893
+ msgstr ""
1894
+ "Frühere Einstellungen werden nur benötigt, wenn du zu einer älteren Version "
1895
+ "des Plugins zurückgehst."
1896
+
1897
+
1898
+ #: views/tools/cleanup.php:120
1899
+ msgid ""
1900
+ "This process will remove all build cache files. Be sure no packages are "
1901
+ "currently building or else they will be cancelled."
1902
+ msgstr ""
1903
+ "Dieser Vorgang wird alle erstellten Cache-Dateien entfernen. Bitte stelle "
1904
+ "sicher, dass derzeit keine neuen Cache-Dateien erstellt werden."
1905
+
1906
+
1907
+ #: views/tools/controller.php:16
1908
+ msgid "Logging"
1909
+ msgstr "Logging"
1910
+
1911
+
1912
+ #: views/tools/controller.php:18
1913
+ msgid "Cleanup"
1914
+ msgstr "Löschen"
1915
+
1916
+
1917
+ #: views/tools/diagnostics.php:18 views/tools/diagnostics.php:19
1918
+ msgid "unknow"
1919
+ msgstr "unbekannt"
1920
+
1921
+
1922
+ #: views/tools/diagnostics.php:39
1923
+ msgid "Plugin settings reset."
1924
+ msgstr "Plugin-Einstellungen zurücksetzen."
1925
+
1926
+
1927
+ #: views/tools/diagnostics.php:40
1928
+ msgid "View state settings reset."
1929
+ msgstr "Statuseinstellungen zurücksetzen."
1930
+
1931
+
1932
+ #: views/tools/diagnostics.php:41
1933
+ msgid "Active package settings reset."
1934
+ msgstr "Aktive Archiv-Einstellungen zurücksetzen."
1935
+
1936
+
1937
+ #: views/tools/diagnostics.php:81
1938
+ msgid "Server Settings"
1939
+ msgstr "Server-Einstellungen"
1940
+
1941
+
1942
+ #: views/tools/diagnostics.php:90
1943
+ msgid "Duplicator Version"
1944
+ msgstr "Duplicator-Version"
1945
+
1946
+
1947
+ #: views/tools/diagnostics.php:94
1948
+ msgid "Operating System"
1949
+ msgstr "Betriebs-System"
1950
+
1951
+
1952
+ #: views/tools/diagnostics.php:98
1953
+ msgid "Timezone"
1954
+ msgstr "Zeitzone"
1955
+
1956
+
1957
+ #: views/tools/diagnostics.php:102
1958
+ msgid "Server Time"
1959
+ msgstr "Serverzeit"
1960
+
1961
+
1962
+ #: views/tools/diagnostics.php:110
1963
+ msgid "APC Enabled"
1964
+ msgstr "APC Aktiviert"
1965
+
1966
+
1967
+ #: views/tools/diagnostics.php:114
1968
+ msgid "Root Path"
1969
+ msgstr "Root-Pfad"
1970
+
1971
+
1972
+ #: views/tools/diagnostics.php:118
1973
+ msgid "ABSPATH"
1974
+ msgstr "ABSPATH"
1975
+
1976
+
1977
+ #: views/tools/diagnostics.php:122
1978
+ msgid "Plugins Path"
1979
+ msgstr "Plugin-Pfad"
1980
+
1981
+
1982
+ #: views/tools/diagnostics.php:126
1983
+ msgid "Loaded PHP INI"
1984
+ msgstr "Geladene PHP-INI"
1985
+
1986
+
1987
+ #: views/tools/diagnostics.php:130
1988
+ msgid "Server IP"
1989
+ msgstr "Server-IP"
1990
+
1991
+
1992
+ #: views/tools/diagnostics.php:134
1993
+ msgid "Client IP"
1994
+ msgstr "Client-IP"
1995
+
1996
+
1997
+ #: views/tools/diagnostics.php:145
1998
+ msgid "Langugage"
1999
+ msgstr "Sprache"
2000
+
2001
+
2002
+ #: views/tools/diagnostics.php:149 views/tools/diagnostics.php:204
2003
+ msgid "Charset"
2004
+ msgstr "Zeichensatz"
2005
+
2006
+
2007
+ #: views/tools/diagnostics.php:153
2008
+ msgid "Memory Limit "
2009
+ msgstr "Speicher-Limit "
2010
+
2011
+
2012
+ #: views/tools/diagnostics.php:154
2013
+ msgid "Max"
2014
+ msgstr "Max"
2015
+
2016
+
2017
+ #: views/tools/diagnostics.php:172
2018
+ msgid "Safe Mode"
2019
+ msgstr "Safe Mode"
2020
+
2021
+
2022
+ #: views/tools/diagnostics.php:176
2023
+ msgid "On"
2024
+ msgstr "An"
2025
+
2026
+
2027
+ #: views/tools/diagnostics.php:176
2028
+ msgid "Off"
2029
+ msgstr "Aus"
2030
+
2031
+
2032
+ #: views/tools/diagnostics.php:181
2033
+ msgid "Memory Limit"
2034
+ msgstr "Speicher-Limit"
2035
+
2036
+
2037
+ #: views/tools/diagnostics.php:185
2038
+ msgid "Memory In Use"
2039
+ msgstr "Verwendeter Arbeitsspeicher"
2040
+
2041
+
2042
+ #: views/tools/diagnostics.php:193
2043
+ msgid "Shell Exec"
2044
+ msgstr "Shell Exec"
2045
+
2046
+
2047
+ #: views/tools/diagnostics.php:194
2048
+ msgid "Is Supported"
2049
+ msgstr "Wird unterstützt"
2050
+
2051
+
2052
+ #: views/tools/diagnostics.php:194
2053
+ msgid "Not Supported"
2054
+ msgstr "Nicht unterstützt"
2055
+
2056
+
2057
+ #: views/tools/diagnostics.php:208
2058
+ msgid "Wait Timeout"
2059
+ msgstr "Wartezeitsperre"
2060
+
2061
+
2062
+ #: views/tools/diagnostics.php:212
2063
+ msgid "Max Allowed Packets"
2064
+ msgstr "Maximal erlaubte Pakete"
2065
+
2066
+
2067
+ #: views/tools/diagnostics.php:216
2068
+ msgid "msyqldump Path"
2069
+ msgstr "msyqldump Pfad"
2070
+
2071
+
2072
+ #: views/tools/diagnostics.php:220
2073
+ msgid "Server Disk"
2074
+ msgstr "Server-Festplatte"
2075
+
2076
+ # @ hyper-cache
2077
+ #: views/tools/diagnostics.php:223
2078
+ msgid "Free space"
2079
+ msgstr "Freier Speicherplatz"
2080
+
2081
+
2082
+ #: views/tools/diagnostics.php:226
2083
+ msgid "Note: This value is the physical servers hard-drive allocation."
2084
+ msgstr "Hinweis: Dieser Wert ist die physische Server-Festplatte-Verteilung."
2085
+
2086
+
2087
+ #: views/tools/diagnostics.php:227
2088
+ msgid ""
2089
+ "On shared hosts check your control panel for the 'TRUE' disk space quota "
2090
+ "value."
2091
+ msgstr ""
2092
+ "Überprüfe auf freigegebenen Hosts deines Control Panels für den 'TRUE' Disk "
2093
+ "Space Quote Wert."
2094
+
2095
+
2096
+ #: views/tools/diagnostics.php:243
2097
+ msgid "Stored Data"
2098
+ msgstr "Gespeicherte Daten"
2099
+
2100
+
2101
+ #: views/tools/diagnostics.php:248
2102
+ msgid "Options Values"
2103
+ msgstr "Options Werte"
2104
+
2105
+
2106
+ #: views/tools/diagnostics.php:281
2107
+ msgid "PHP Information"
2108
+ msgstr "PHP-Information"
2109
+
2110
+
2111
+ #: views/tools/diagnostics.php:300
2112
+ msgid "Delete this option value"
2113
+ msgstr "Lösche den optionalen Wert"
2114
+
2115
+
2116
+ #: views/tools/logging.php:140
2117
+ msgid "Log file not found or unreadable"
2118
+ msgstr "Log-Datei nicht gefunden oder nicht lesbar"
2119
+
2120
+
2121
+ #: views/tools/logging.php:142
2122
+ msgid ""
2123
+ "Try to create a package, since no log files were found in the snapshots "
2124
+ "directory with the extension *.log"
2125
+ msgstr ""
2126
+ "Versuche ein Archiv zu erstellen, da keine Log-Dateien im Snapshots-"
2127
+ "Verzeichnis mit der Endung *. Log gefunden wurden"
2128
+
2129
+
2130
+ #: views/tools/logging.php:144
2131
+ msgid "Reasons for log file not showing"
2132
+ msgstr "Die Gründe für die Log-Datei werden nicht angezeigt"
2133
+
2134
+
2135
+ #: views/tools/logging.php:145
2136
+ msgid "The web server does not support returning .log file extentions"
2137
+ msgstr "Der Webserver unterstützt keine .log-Datei-Erweiterungen"
2138
+
2139
+
2140
+ #: views/tools/logging.php:146
2141
+ msgid ""
2142
+ "The snapshots directory does not have the correct permissions to write files."
2143
+ " Try setting the permissions to 755"
2144
+ msgstr ""
2145
+ "In das Verzeichnis wp-snapshots kann nicht geschrieben werden. Bitte setze "
2146
+ "die Berechtigung auf 755"
2147
+
2148
+
2149
+ #: views/tools/logging.php:147
2150
+ msgid ""
2151
+ "The process that PHP runs under does not have enough permissions to create "
2152
+ "files. Please contact your hosting provider for more details"
2153
+ msgstr ""
2154
+ "Der Prozess hat nicht genügend Berechtigungen, um Dateien zu erstellen. "
2155
+ "Bitte kontaktiere deinen Hosting-Provider für weitere Informationen"
2156
+
2157
+
2158
+ #: views/tools/logging.php:156 views/tools/logging.php:161
2159
+ msgid "Options"
2160
+ msgstr "Optionen"
2161
+
2162
+
2163
+ #: views/tools/logging.php:163
2164
+ msgid "Refresh"
2165
+ msgstr "Neu laden"
2166
+
2167
+
2168
+ #: views/tools/logging.php:168
2169
+ msgid "Auto Refresh"
2170
+ msgstr "Automatisch neu laden"
2171
+
2172
+
2173
+ #: views/tools/logging.php:174
2174
+ msgid "Last 20 Logs"
2175
+ msgstr "Letzte 20 Logs"
2176
+
2177
+ #. Plugin Name of the plugin/theme
2178
+ msgid "Duplicator"
2179
+ msgstr "Duplicator"
2180
+
2181
+ #. Plugin URI of the plugin/theme
2182
+ msgid "http://www.lifeinthegrid.com/duplicator/"
2183
+ msgstr "http://www.lifeinthegrid.com/duplicator/"
2184
+
2185
+ #. Description of the plugin/theme
2186
+ msgid ""
2187
+ "Create a backup of your WordPress files and database. Duplicate and move an "
2188
+ "entire site from one location to another in a few steps. Create a full "
2189
+ "snapshot of your site at any point in time."
2190
+ msgstr ""
2191
+ "Erstelle eine Sicherungskopie Deiner WordPress-Dateien und der Datenbank. "
2192
+ "Dupliziere und verschiebe in nur wenigen Schritten eine komplette Webseite "
2193
+ "von einem Ort an einen Anderen. Erstelle einen vollständigen Snapshot Deiner "
2194
+ "Webseite zu jedem beliebigen Zeitpunkt."
2195
+
2196
+ #. Author of the plugin/theme
2197
+ msgid "LifeInTheGrid"
2198
+ msgstr "LifeInTheGrid"
2199
+
2200
+ #. Author URI of the plugin/theme
2201
+ msgid "http://www.lifeinthegrid.com"
2202
+ msgstr "http://www.lifeinthegrid.com"
lang/duplicator-fa_IR.mo ADDED
Binary file
lang/duplicator-fa_IR.po ADDED
@@ -0,0 +1,1808 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WPDuplicator v0.5.23\n"
4
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/duplicator\n"
5
+ "POT-Creation-Date: 2015-07-26 23:54+0200\n"
6
+ "PO-Revision-Date: 2015-07-26 23:54+0200\n"
7
+ "Last-Translator: Ralf Koller <r.koller@gmail.com>\n"
8
+ "Language-Team: Amoozesh98.com <Amoozesh98@gmail.com | Info@Amoozesh98.com>\n"
9
+ "Language: fa_IR\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 1.8.2\n"
14
+ "Plural-Forms: nplurals=1; plural=0;\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
17
+ "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
18
+ "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
19
+ "X-Poedit-Basepath: ..\n"
20
+ "X-Poedit-WPHeader: duplicator.php\n"
21
+ "X-Textdomain-Support: yes\n"
22
+ "X-Poedit-SearchPath-0: .\n"
23
+ "X-Poedit-SearchPathExcluded-0: assets\n"
24
+
25
+ #: classes/ui.php:111
26
+ msgid ""
27
+ "Reserved Duplicator install file(s) still exists in the root directory. "
28
+ "Please delete these file(s) to avoid possible security issues."
29
+ msgstr ""
30
+
31
+ #: classes/ui.php:112
32
+ msgid "Remove file(s) now"
33
+ msgstr "پاک کردن پرونده"
34
+
35
+ #: classes/ui.php:113
36
+ msgid "Dismiss this notice"
37
+ msgstr "نمایش ندادن این پیام"
38
+
39
+ #: classes/utility.php:249
40
+ msgid "You do not have sufficient permissions to access this page."
41
+ msgstr ""
42
+
43
+ #: duplicator.php:102
44
+ msgid "Get Help"
45
+ msgstr "رفتن به راهنما"
46
+
47
+ #: duplicator.php:102 duplicator.php:191 views/help/help.php:29
48
+ msgid "Help"
49
+ msgstr "راهنما"
50
+
51
+ #: duplicator.php:103
52
+ msgid "Support the Plugin"
53
+ msgstr "پشتیبان افزونه"
54
+
55
+ #: duplicator.php:103 duplicator.php:195 views/help/about.php:41
56
+ msgid "About"
57
+ msgstr "درباره"
58
+
59
+ #: duplicator.php:179 views/packages/controller.php:76
60
+ #: views/packages/packages.php:235
61
+ msgid "Packages"
62
+ msgstr "بسته های نصبی"
63
+
64
+ #: duplicator.php:183 views/settings/controller.php:19
65
+ msgid "Settings"
66
+ msgstr "تنظیمات"
67
+
68
+ #: duplicator.php:187 views/tools/controller.php:13
69
+ msgid "Tools"
70
+ msgstr "ابزارها"
71
+
72
+ #: duplicator.php:246
73
+ msgid "Manage"
74
+ msgstr "مدیریت"
75
+
76
+ #: views/help/about.php:54
77
+ msgid ""
78
+ "Created for Admins, Developers and Designers the Duplicator can streamline "
79
+ "your workflows and help you quickly clone a WordPress application. "
80
+ "Migrating a WordPress site manually can be very time consuming. The "
81
+ "Duplicator was made to help you speed up the migration process. Please help "
82
+ "us to continue the development effort of this plugin."
83
+ msgstr ""
84
+ "برای مدیران و توسعه دهندگان و طراحان ایجاد تکثیر گردش کار و کمک شما به سرعت "
85
+ "کلون برنامه وردپرس ساده می تواند. انتقال سایت وردپرس به صورت دستی می تواند "
86
+ "بسیار وقت گیر است. تکثیر شده است برای کمک به شما سرعت بخشیدن به فرایند "
87
+ "انتقال. لطفا کمک به ما برای ادامه تلاش توسعه این پلاگین."
88
+
89
+ #: views/help/about.php:64
90
+ msgid "Support Duplicator"
91
+ msgstr "پشتیبان ایجاد کننده بسته نصبی"
92
+
93
+ #: views/help/about.php:71
94
+ msgid "Partner with Us"
95
+ msgstr "همکاری با ما"
96
+
97
+ #: views/help/about.php:83
98
+ msgid "Keep Active and Online"
99
+ msgstr "نگه دارید فعال و آنلاین"
100
+
101
+ #: views/help/about.php:90
102
+ msgid "Leave 5 Stars"
103
+ msgstr ""
104
+
105
+ #: views/help/about.php:107
106
+ msgid "Spread the Word"
107
+ msgstr "ارتقا دهید (لطفا!)"
108
+
109
+ #: views/help/about.php:113
110
+ msgid "Duplicate Your WordPress"
111
+ msgstr "تولید بسته آسان نصبی وردپرس"
112
+
113
+ #: views/help/about.php:114
114
+ msgid "Rapid WordPress Duplication by LifeInTheGrid.com"
115
+ msgstr ""
116
+
117
+ #: views/help/about.php:131
118
+ msgid "Get More Great Tools"
119
+ msgstr "دریافت ابزارهای بیشتر"
120
+
121
+ #: views/help/gopro.php:37
122
+ msgid "Go Pro!"
123
+ msgstr "نسخه تجاری!"
124
+
125
+ #: views/help/gopro.php:46
126
+ msgid "Duplicator Pro Has Arrived!"
127
+ msgstr ""
128
+
129
+ #: views/help/gopro.php:49
130
+ msgid "The simplicity of Duplicator"
131
+ msgstr ""
132
+
133
+ #: views/help/gopro.php:50
134
+ msgid "with the power the professional requires."
135
+ msgstr ""
136
+
137
+ #: views/help/gopro.php:57
138
+ msgid "Duplicator Free"
139
+ msgstr "ایجاد کننده بسته نصبی رایگان"
140
+
141
+ #: views/help/gopro.php:60 views/help/gopro.php:88
142
+ msgid "Backup Files &amp; Database"
143
+ msgstr "فایل های پشتیبان و پایگاه داده"
144
+
145
+ #: views/help/gopro.php:61 views/help/gopro.php:89
146
+ msgid ""
147
+ "Compresses all your WordPress files and database into a compressed snapshot "
148
+ "archive file."
149
+ msgstr ""
150
+
151
+ #: views/help/gopro.php:64 views/help/gopro.php:92
152
+ msgid "Directory Filters"
153
+ msgstr "فیلتر های پوشه"
154
+
155
+ #: views/help/gopro.php:65 views/help/gopro.php:93
156
+ msgid ""
157
+ "Filter out the directories and file extensions you want to include/exclude "
158
+ "in your in your archive file."
159
+ msgstr ""
160
+
161
+ #: views/help/gopro.php:68 views/help/gopro.php:96
162
+ msgid "Database Table Filters"
163
+ msgstr "فعال کردن فیلتر های جدول"
164
+
165
+ #: views/help/gopro.php:69 views/help/gopro.php:97
166
+ msgid ""
167
+ "Filter out only the database tables you want to include/exclude in your "
168
+ "database creation script."
169
+ msgstr ""
170
+
171
+ #: views/help/gopro.php:72 views/help/gopro.php:100
172
+ msgid "Migration Wizard"
173
+ msgstr "برنامه جادویی انتقال"
174
+
175
+ #: views/help/gopro.php:73 views/help/gopro.php:101
176
+ msgid ""
177
+ "With just two files (archive &amp; installer.php) move your site to a new "
178
+ "location."
179
+ msgstr ""
180
+
181
+ #: views/help/gopro.php:85 views/packages/new1.inc.form.php:50
182
+ msgid "Duplicator Pro"
183
+ msgstr "ایجاد کننده بسته نصبی تجاری یا همان پولی"
184
+
185
+ #: views/help/gopro.php:104
186
+ msgid "Scheduled Backups"
187
+ msgstr ""
188
+
189
+ #: views/help/gopro.php:105
190
+ msgid ""
191
+ "Automate the creation of your packages to run at various scheduled intervals."
192
+ msgstr ""
193
+
194
+ #: views/help/gopro.php:108
195
+ msgid "Dropbox Support"
196
+ msgstr ""
197
+
198
+ #: views/help/gopro.php:109
199
+ msgid "Backup up your entire site to Dropbox."
200
+ msgstr ""
201
+
202
+ #: views/help/gopro.php:112
203
+ msgid "FTP Support"
204
+ msgstr ""
205
+
206
+ #: views/help/gopro.php:113
207
+ msgid "Backup up your entire site to an FTP server."
208
+ msgstr ""
209
+
210
+ #: views/help/gopro.php:116
211
+ msgid "Customer Support"
212
+ msgstr "پشتیبانی 24 ساعته"
213
+
214
+ #: views/help/gopro.php:117
215
+ msgid ""
216
+ "Server setups can be quite complex, with pro you get prompt help to get your "
217
+ "site backed up and moved."
218
+ msgstr ""
219
+
220
+ #: views/help/gopro.php:124
221
+ msgid "Check It Out!"
222
+ msgstr "بررسی"
223
+
224
+ #: views/help/help.php:38
225
+ msgid ""
226
+ "Migrating WordPress is a complex process and the logic to make all the magic "
227
+ "happen smoothly may not work quickly with every site. With over 30,000 "
228
+ "plugins and a very complex server eco-system some migrations may run into "
229
+ "issues. This is why the Duplicator includes a detailed knowledgebase that "
230
+ "can help with many common issues. Resources to additional support, approved "
231
+ "hosting, and alternatives to fit your needs can be found below."
232
+ msgstr ""
233
+ "مهاجرت وردپرس، یک فرآیند پیچیده و منطق را به همه سحر و جادو اتفاق می افتد "
234
+ "هموار ممکن است به سرعت با هر سایت کار نمی کند. با بیش از 30000 پلاگین ها و "
235
+ "سرور اکو سیستم بسیار پیچیده برخی از مهاجرت ممکن است به مسائل اجرا شود. به "
236
+ "همین دلیل است نسخه برداری شامل یک مرکز آموزش دقیق است که می تواند با بسیاری "
237
+ "از مسائل مشترک کمک کند. منابع برای حمایت از اضافی، میزبانی تایید، و جایگزین "
238
+ "های مناسب نیازهای شما می تواند زیر آمده است."
239
+
240
+ #: views/help/help.php:50
241
+ msgid "Knowledgebase"
242
+ msgstr "مرکز آموزش"
243
+
244
+ #: views/help/help.php:53
245
+ msgid "Complete Online Documentation"
246
+ msgstr "مستندات کامل آنلاین"
247
+
248
+ #: views/help/help.php:55
249
+ msgid "Choose A Section"
250
+ msgstr "یک بخش را انتخاب کنید"
251
+
252
+ #: views/help/help.php:56
253
+ msgid "Quick Start"
254
+ msgstr "شروع سریع"
255
+
256
+ #: views/help/help.php:57
257
+ msgid "User Guide"
258
+ msgstr "راهنمای کاربر"
259
+
260
+ #: views/help/help.php:58
261
+ msgid "FAQs"
262
+ msgstr "پرسش و پاسخ"
263
+
264
+ #: views/help/help.php:59
265
+ msgid "Change Log"
266
+ msgstr "تغییر گزارشات"
267
+
268
+ #: views/help/help.php:60
269
+ msgid "Product Page"
270
+ msgstr "صفحه محصولات"
271
+
272
+ #: views/help/help.php:69
273
+ msgid "Online Support"
274
+ msgstr "پشتیبانی آنلاین"
275
+
276
+ #: views/help/help.php:72
277
+ msgid "Get Help From IT Professionals"
278
+ msgstr "کمک گرفتن از حرفه ای های IT"
279
+
280
+ #: views/help/help.php:76
281
+ msgid "Get Support!"
282
+ msgstr "گرفتن پشتیبانی"
283
+
284
+ #: views/help/help.php:88
285
+ msgid "Approved Hosting"
286
+ msgstr "هاستینگ های تایید شده"
287
+
288
+ #: views/help/help.php:91
289
+ msgid "Servers That Work With Duplicator"
290
+ msgstr "سرور های هاستینگی که از افزونه ایجاد کننده بسته نصبی پشتیبانی می کنند"
291
+
292
+ #: views/help/help.php:94
293
+ msgid "Trusted Providers!"
294
+ msgstr "ارائه دهندگان خدمات قابل اعتماد!"
295
+
296
+ #: views/help/help.php:104
297
+ msgid "Alternatives"
298
+ msgstr "جایگزین"
299
+
300
+ #: views/help/help.php:107
301
+ msgid "Other Commercial Resources"
302
+ msgstr "سایر منابع تجاری"
303
+
304
+ #: views/help/help.php:110
305
+ msgid "Pro Solutions!"
306
+ msgstr "راه حل های حرفه ای!"
307
+
308
+ #: views/packages/list-nodata.php:7
309
+ msgid "No Packages Found."
310
+ msgstr "هیچ بسته آسان نصبی وجود ندارد."
311
+
312
+ #: views/packages/list-nodata.php:8
313
+ msgid "Click the 'Create New' button to build a package."
314
+ msgstr ""
315
+ "برای ایجاد بسته آسان نصبی از دکمه بالای صفحه یعنی ( ایجاد بسته آسان نصبی "
316
+ "جدید ) استفاده نمایید."
317
+
318
+ #: views/packages/list-nodata.php:13
319
+ msgid "Please visit the"
320
+ msgstr "در صورت نیاز لطفا از "
321
+
322
+ #: views/packages/list-nodata.php:14 views/packages/list-nodata.php:28
323
+ #: views/packages/new1.base.php:234
324
+ msgid "help page"
325
+ msgstr "صفحه راهنما"
326
+
327
+ #: views/packages/list-nodata.php:15
328
+ msgid "for additional support"
329
+ msgstr ""
330
+ "برای پیشتیبانی بیشتر استفاده کنید.<p>برای رفتن به صفحه راهنما از منو های "
331
+ "داخل افزونه کپی کننده به گزینه راهنما مراجعه نمایید!</p>"
332
+
333
+ #: views/packages/list-nodata.php:24
334
+ msgid "Older packages prior to 0.5.0 are no longer supported in this version."
335
+ msgstr ""
336
+
337
+ #: views/packages/list-nodata.php:27
338
+ msgid "To get an older package please visit the"
339
+ msgstr ""
340
+
341
+ #: views/packages/list-nodata.php:29
342
+ msgid "and look for the Change Log link for additional instructions."
343
+ msgstr ""
344
+
345
+ #: views/packages/list-nodata.php:33
346
+ msgid "Hide this message"
347
+ msgstr "این پیغام را ببند"
348
+
349
+ #: views/packages/packages.php:39
350
+ msgid "Help Support Duplicator"
351
+ msgstr "پشتیبان ایجاد کننده بسته نصبی"
352
+
353
+ #: views/packages/packages.php:50
354
+ msgid "Bulk Actions"
355
+ msgstr "انجام عملیات کلی"
356
+
357
+ #: views/packages/packages.php:51
358
+ msgid "Delete selected package(s)"
359
+ msgstr "حذف بسته های نصبی انتخاب شده(s)"
360
+
361
+ #: views/packages/packages.php:51
362
+ msgid "Delete"
363
+ msgstr "حذف"
364
+
365
+ #: views/packages/packages.php:53
366
+ msgid "Apply"
367
+ msgstr "اعمال"
368
+
369
+ #: views/packages/packages.php:58
370
+ msgid "Package Logs"
371
+ msgstr "گزارش بسته نصبی"
372
+
373
+ #: views/packages/packages.php:61 views/packages/new1.base.php:96
374
+ #: views/packages/new2.base.php:69 views/packages/new3.base.php:43
375
+ #: views/packages/new3.base.php:89
376
+ msgid "All Packages"
377
+ msgstr "تمام بسته های نصبی"
378
+
379
+ #: views/packages/packages.php:62 views/packages/new1.base.php:97
380
+ #: views/packages/new2.base.php:70 views/packages/new3.base.php:44
381
+ msgid "Create New"
382
+ msgstr "ایجاد بسته نصبی جدید"
383
+
384
+ #: views/packages/packages.php:87
385
+ msgid "Select all packages"
386
+ msgstr "انتخاب همه بسته"
387
+
388
+ #: views/packages/packages.php:88 views/packages/new3.base.php:108
389
+ msgid "Details"
390
+ msgstr "جزئیات"
391
+
392
+ #: views/packages/packages.php:89
393
+ msgid "Created"
394
+ msgstr "زمان ایجاد"
395
+
396
+ #: views/packages/packages.php:90 views/packages/new2.base.php:222
397
+ #: views/packages/new2.base.php:334
398
+ msgid "Size"
399
+ msgstr "حجم"
400
+
401
+ #: views/packages/packages.php:91 views/packages/new1.inc.form.php:6
402
+ #: views/packages/new1.inc.form.php:31 views/packages/new3.base.php:74
403
+ msgid "Name"
404
+ msgstr "نام بسته "
405
+
406
+ #: views/packages/packages.php:93 views/settings/general.php:110
407
+ msgid "Package"
408
+ msgstr "بسته"
409
+
410
+ #: views/packages/packages.php:124
411
+ msgid "(No Notes Taken)"
412
+ msgstr "(بدون یادداشت ها گرفته شده)"
413
+
414
+ #: views/packages/packages.php:142 views/packages/packages.php:187
415
+ msgid "View"
416
+ msgstr "مشاهده شده"
417
+
418
+ #: views/packages/packages.php:147 views/packages/new1.inc.form.php:176
419
+ #: views/packages/new3.base.php:79
420
+ msgid "Installer"
421
+ msgstr "نصب کننده"
422
+
423
+ #: views/packages/packages.php:150 views/packages/new1.inc.form.php:65
424
+ #: views/packages/new2.base.php:195 views/packages/new3.base.php:83
425
+ msgid "Archive"
426
+ msgstr "آرشیو بسته نصبی"
427
+
428
+ #: views/packages/packages.php:155 views/packages/packages.php:200
429
+ #: views/settings/general.php:79 views/tools/diagnostics.php:141
430
+ #: views/tools/diagnostics.php:160 views/tools/diagnostics.php:200
431
+ msgid "Version"
432
+ msgstr "نسخه"
433
+
434
+ #: views/packages/packages.php:156 views/packages/packages.php:201
435
+ #: views/packages/new1.inc.form.php:199 views/tools/diagnostics.php:168
436
+ msgid "User"
437
+ msgstr "کاربر دیتابیس"
438
+
439
+ #: views/packages/packages.php:157 views/packages/packages.php:202
440
+ msgid "Hash"
441
+ msgstr "Hash"
442
+
443
+ #: views/packages/packages.php:158 views/packages/packages.php:207
444
+ #: views/packages/new1.inc.form.php:8 views/packages/new1.inc.form.php:13
445
+ msgid "Notes"
446
+ msgstr "توضیحات"
447
+
448
+ #: views/packages/packages.php:160
449
+ msgid "Links"
450
+ msgstr "لینک‌ها"
451
+
452
+ #: views/packages/packages.php:161
453
+ msgid "SQL"
454
+ msgstr "اس‌کیوال"
455
+
456
+ #: views/packages/packages.php:162
457
+ msgid "Log"
458
+ msgstr "گزارش"
459
+
460
+ #: views/packages/packages.php:165
461
+ msgid "Open Scan Report"
462
+ msgstr "گزارش اسکن باز"
463
+
464
+ #: views/packages/packages.php:166
465
+ msgid "View Package Object"
466
+ msgstr "مشاهده بسته شی"
467
+
468
+ #: views/packages/packages.php:193
469
+ msgid "View Error Details"
470
+ msgstr "مشاهده جزئیات خطا"
471
+
472
+ #: views/packages/packages.php:205
473
+ msgid "Unrecoverable Error! Please remove this package."
474
+ msgstr ""
475
+
476
+ #: views/packages/packages.php:210
477
+ msgid ""
478
+ "This package has encountered errors. Click 'View Log' for more details. "
479
+ "For additional support see the "
480
+ msgstr ""
481
+
482
+ #: views/packages/packages.php:211
483
+ msgid "online knowledgebase"
484
+ msgstr ""
485
+
486
+ #: views/packages/packages.php:213
487
+ msgid "View Log"
488
+ msgstr "نمایش گزارش"
489
+
490
+ #: views/packages/packages.php:236 views/packages/new2.base.php:219
491
+ #: views/packages/new2.base.php:328
492
+ msgid "Total Size"
493
+ msgstr "اندازه کل"
494
+
495
+ #: views/packages/packages.php:255
496
+ msgid "Download Links"
497
+ msgstr "لینک دانلود"
498
+
499
+ #: views/packages/packages.php:258
500
+ msgid "The following links contain sensitive data. Please share with caution!"
501
+ msgstr ""
502
+
503
+ #: views/packages/packages.php:264
504
+ msgid ""
505
+ "The database SQL script is a quick link to your database backup script. An "
506
+ "exact copy is also stored in the package."
507
+ msgstr ""
508
+
509
+ #: views/packages/packages.php:287
510
+ msgid ""
511
+ "Please select an action from the bulk action drop down menu to perform a "
512
+ "specific action."
513
+ msgstr ""
514
+
515
+ #: views/packages/packages.php:295
516
+ msgid "Please select at least one package to delete."
517
+ msgstr ""
518
+
519
+ #: views/packages/packages.php:299
520
+ msgid "Are you sure, you want to delete the selected package(s)?"
521
+ msgstr "آیا مطمئنید که مایلید package(s) منتخب را حذف کنید؟"
522
+
523
+ #: views/packages/packages.php:333
524
+ msgid "Package File Links"
525
+ msgstr "لینک فایل های بسته"
526
+
527
+ #: views/packages/packages.php:336
528
+ msgid "DATABASE"
529
+ msgstr "پایگاه داده"
530
+
531
+ #: views/packages/packages.php:337
532
+ msgid "PACKAGE"
533
+ msgstr "بسته"
534
+
535
+ #: views/packages/packages.php:338
536
+ msgid "INSTALLER"
537
+ msgstr "نصب کننده"
538
+
539
+ #: views/packages/packages.php:339
540
+ msgid "LOG"
541
+ msgstr "گزارش"
542
+
543
+ #: views/packages/packages.php:340
544
+ msgid "REPORT"
545
+ msgstr "گزارش"
546
+
547
+ #: views/packages/new1.base.php:13
548
+ msgid "Package settings have been reset."
549
+ msgstr ""
550
+
551
+ #: views/packages/new1.base.php:86 views/packages/new2.base.php:59
552
+ #: views/packages/new3.base.php:33
553
+ msgid "Setup"
554
+ msgstr "نصب"
555
+
556
+ #: views/packages/new1.base.php:87 views/packages/new2.base.php:60
557
+ #: views/packages/new3.base.php:34
558
+ msgid "Scan"
559
+ msgstr "آنالیز ( اسکن )"
560
+
561
+ #: views/packages/new1.base.php:88 views/packages/new2.base.php:61
562
+ #: views/packages/new2.base.php:388 views/packages/new3.base.php:35
563
+ msgid "Build"
564
+ msgstr "ایجاد بسته"
565
+
566
+ #: views/packages/new1.base.php:91
567
+ msgid "Step 1: Package Setup"
568
+ msgstr "بخش 1 : تنظیمات بسته "
569
+
570
+ #: views/packages/new1.base.php:115
571
+ msgid "Requirements:"
572
+ msgstr "موارد مورد نیاز:"
573
+
574
+ #: views/packages/new1.base.php:124
575
+ msgid ""
576
+ "System requirements must pass for the Duplicator to work properly. Click "
577
+ "each link for details."
578
+ msgstr ""
579
+
580
+ #: views/packages/new1.base.php:130
581
+ msgid "PHP Support"
582
+ msgstr "پشتیبان پی اچ پی"
583
+
584
+ #: views/packages/new1.base.php:136
585
+ msgid "PHP Version"
586
+ msgstr "نسخه پی اچ پی"
587
+
588
+ #: views/packages/new1.base.php:140
589
+ msgid "Zip Archive Enabled"
590
+ msgstr ""
591
+
592
+ #: views/packages/new1.base.php:144
593
+ msgid "Safe Mode Off"
594
+ msgstr ""
595
+
596
+ #: views/packages/new1.base.php:148 views/packages/new1.base.php:152
597
+ #: views/packages/new1.base.php:156
598
+ msgid "Function"
599
+ msgstr "تابع"
600
+
601
+ #: views/packages/new1.base.php:161
602
+ msgid ""
603
+ "PHP versions 5.2.17+ or higher is required. Please note that in versioning "
604
+ "logic a value such as 5.2.9 is less than 5.2.17. For compression to work the "
605
+ "ZipArchive extension for PHP is required. Safe Mode should be set to 'Off' "
606
+ "in you php.ini file and is deprecated as of PHP 5.3.0. For any issues in "
607
+ "this section please contact your hosting provider or server administrator. "
608
+ "For additional information see our online documentation."
609
+ msgstr ""
610
+
611
+ #: views/packages/new1.base.php:169
612
+ msgid "Permissions"
613
+ msgstr "دسترسی‌ها"
614
+
615
+ #: views/packages/new1.base.php:172
616
+ msgid "Required Paths"
617
+ msgstr "مسیرهای مورد نیاز"
618
+
619
+ #: views/packages/new1.base.php:183
620
+ msgid ""
621
+ "Permissions can be difficult to resolve on some systems. If the plugin can "
622
+ "not read the above paths here are a few things to try. 1) Set the above "
623
+ "paths to have permissions of 755 for directories and 644 for files. You can "
624
+ "temporarily try 777 however, be sure you don’t leave them this way. 2) Check "
625
+ "the owner/group settings for both files and directories. The PHP script "
626
+ "owner and the process owner are different. The script owner owns the PHP "
627
+ "script but the process owner is the user the script is running as, thus "
628
+ "determining its capabilities/privileges in the file system. For more details "
629
+ "contact your host or server administrator or visit the 'Help' menu under "
630
+ "Duplicator for additional online resources."
631
+ msgstr ""
632
+
633
+ #: views/packages/new1.base.php:191
634
+ msgid "Server Support"
635
+ msgstr "پشتیبانی سرور"
636
+
637
+ #: views/packages/new1.base.php:197
638
+ msgid "MySQL Version"
639
+ msgstr "نسخه MySQL"
640
+
641
+ #: views/packages/new1.base.php:201
642
+ msgid "MySQLi Support"
643
+ msgstr "پشتیبانی از MySQLi"
644
+
645
+ #: views/packages/new1.base.php:207
646
+ msgid ""
647
+ "MySQL version 5.0+ or better is required and the PHP MySQLi extension (note "
648
+ "the trailing 'i') is also required. Contact your server administrator and "
649
+ "request that mysqli extension and MySQL Server 5.0+ be installed. Please "
650
+ "note in future versions support for other databases and extensions will be "
651
+ "added."
652
+ msgstr ""
653
+
654
+ #: views/packages/new1.base.php:208
655
+ msgid "more info"
656
+ msgstr "اطلاعات بیشتر"
657
+
658
+ #: views/packages/new1.base.php:217
659
+ msgid "Reserved Files"
660
+ msgstr "فایل محافظت شده"
661
+
662
+ #: views/packages/new1.base.php:221
663
+ msgid ""
664
+ "None of the reserved files (installer.php, installer-data.sql and installer-"
665
+ "log.txt) where found from a previous install. This means you are clear to "
666
+ "create a new package."
667
+ msgstr ""
668
+
669
+ #: views/packages/new1.base.php:224
670
+ msgid ""
671
+ "A reserved file(s) was found in the WordPress root directory. Reserved file "
672
+ "names are installer.php, installer-data.sql and installer-log.txt. To "
673
+ "archive your data correctly please remove any of these files from your "
674
+ "WordPress root directory. Then try creating your package again."
675
+ msgstr ""
676
+
677
+ #: views/packages/new1.base.php:225
678
+ msgid "Remove Files Now"
679
+ msgstr "حذف فایل های حال حاضر"
680
+
681
+ #: views/packages/new1.base.php:234
682
+ msgid "For additional help please see the "
683
+ msgstr ""
684
+
685
+ #: views/packages/new1.inc.form.php:10
686
+ msgid "Create a new default name"
687
+ msgstr "ایجاد یک نام پیشفرض"
688
+
689
+ #: views/packages/new1.inc.form.php:23 views/settings/general.php:94
690
+ msgid "Storage"
691
+ msgstr "ذخیره سازی"
692
+
693
+ #: views/packages/new1.inc.form.php:32
694
+ msgid "Type"
695
+ msgstr ""
696
+
697
+ #: views/packages/new1.inc.form.php:33
698
+ msgid "Location"
699
+ msgstr ""
700
+
701
+ #: views/packages/new1.inc.form.php:38
702
+ msgid "Default"
703
+ msgstr ""
704
+
705
+ #: views/packages/new1.inc.form.php:39
706
+ msgid "Local"
707
+ msgstr ""
708
+
709
+ #: views/packages/new1.inc.form.php:45
710
+ msgid ""
711
+ "All packages including the archive, installer and SQL script are stored in "
712
+ "the location above. "
713
+ msgstr ""
714
+
715
+ #: views/packages/new1.inc.form.php:48
716
+ msgid "Dropbox, FTP and other multiple storage options available in "
717
+ msgstr ""
718
+
719
+ #: views/packages/new1.inc.form.php:67
720
+ msgid "File filter enabled"
721
+ msgstr ""
722
+
723
+ #: views/packages/new1.inc.form.php:68
724
+ msgid "Database filter enabled"
725
+ msgstr "بانک اطلاعات فیلتر فعال"
726
+
727
+ #: views/packages/new1.inc.form.php:77 views/packages/new2.base.php:203
728
+ msgid "Files"
729
+ msgstr "فایل ها"
730
+
731
+ #: views/packages/new1.inc.form.php:78 views/packages/new1.inc.form.php:195
732
+ #: views/packages/new2.base.php:312
733
+ msgid "Database"
734
+ msgstr "پایگاه داده"
735
+
736
+ #: views/packages/new1.inc.form.php:90
737
+ msgid "Enable File Filters"
738
+ msgstr "فعال کردن فیلتر های پرونده"
739
+
740
+ #: views/packages/new1.inc.form.php:94 views/packages/new1.inc.form.php:102
741
+ msgid "Separate all filters by semicolon"
742
+ msgstr ""
743
+
744
+ #: views/packages/new1.inc.form.php:94 views/packages/new2.base.php:278
745
+ msgid "Directories"
746
+ msgstr "پوشه ها"
747
+
748
+ #: views/packages/new1.inc.form.php:96
749
+ msgid "root path"
750
+ msgstr "مسیر ریشه"
751
+
752
+ #: views/packages/new1.inc.form.php:97
753
+ msgid "wp-uploads"
754
+ msgstr ""
755
+
756
+ #: views/packages/new1.inc.form.php:98
757
+ msgid "cache"
758
+ msgstr "کش"
759
+
760
+ #: views/packages/new1.inc.form.php:99 views/packages/new1.inc.form.php:106
761
+ msgid "(clear)"
762
+ msgstr ""
763
+
764
+ #: views/packages/new1.inc.form.php:102
765
+ msgid "File extensions"
766
+ msgstr "پسوند فایل ها"
767
+
768
+ #: views/packages/new1.inc.form.php:104
769
+ msgid "media"
770
+ msgstr "فیلم یا آهنگ"
771
+
772
+ #: views/packages/new1.inc.form.php:105
773
+ msgid "archive"
774
+ msgstr "بسته فشرده"
775
+
776
+ #: views/packages/new1.inc.form.php:111
777
+ msgid ""
778
+ "The directory paths and extensions above will be be excluded from the "
779
+ "archive file if enabled is checked."
780
+ msgstr ""
781
+ "مسیر دایرکتوری و پسوند بالا خواهد شد می شود محروم از آرشیو فایل اگر فعال "
782
+ "بررسی می شود."
783
+
784
+ #: views/packages/new1.inc.form.php:112
785
+ msgid "Use the full path for directories and semicolons to separate all items."
786
+ msgstr "مسیر کامل دایرکتوری و ویرگول برای جدا کردن همه موارد استفاده کنید."
787
+
788
+ #: views/packages/new1.inc.form.php:123
789
+ msgid "Enable Table Filters"
790
+ msgstr "فعال کردن فیلتر های جدول"
791
+
792
+ #: views/packages/new1.inc.form.php:124
793
+ msgid "checked tables are excluded"
794
+ msgstr "انتخاب جداول محروم شده"
795
+
796
+ #: views/packages/new1.inc.form.php:129
797
+ msgid "Include All"
798
+ msgstr "حذف همه"
799
+
800
+ #: views/packages/new1.inc.form.php:130
801
+ msgid "Exclude All"
802
+ msgstr "انتخاب همه"
803
+
804
+ #: views/packages/new1.inc.form.php:163
805
+ msgid ""
806
+ "Checked tables will not be added to the database script. Excluding certain "
807
+ "tables can possibly cause your site or plugins to not work correctly after "
808
+ "install!"
809
+ msgstr ""
810
+ "بررسی جداول به اسکریپت بانک اطلاعاتی اضافه خواهد شد. جداول خاصی به جز "
811
+ "احتمالا سایت یا افزونه هنوز کار درست پس از نصب می تواند باعث شود!"
812
+
813
+ #: views/packages/new1.inc.form.php:181
814
+ msgid "STEP 1 - INPUTS"
815
+ msgstr "بخش 1 - ورودی ها"
816
+
817
+ #: views/packages/new1.inc.form.php:184
818
+ msgid "MySQL Server"
819
+ msgstr "سرور مای اسکیوال"
820
+
821
+ #: views/packages/new1.inc.form.php:187
822
+ msgid "Host"
823
+ msgstr "میزبان"
824
+
825
+ #: views/packages/new1.inc.form.php:191
826
+ msgid "Host Port"
827
+ msgstr ""
828
+
829
+ #: views/packages/new1.inc.form.php:203
830
+ msgid "Advanced Options"
831
+ msgstr "تنظیمات بیشتر"
832
+
833
+ #: views/packages/new1.inc.form.php:209
834
+ msgid "SSL"
835
+ msgstr "گواهینامه SSL"
836
+
837
+ #: views/packages/new1.inc.form.php:212
838
+ msgid "Enforce on Admin"
839
+ msgstr "اجرا توسط مدیر"
840
+
841
+ #: views/packages/new1.inc.form.php:216
842
+ msgid "Enforce on Logins"
843
+ msgstr "اجرا بعد از ورود"
844
+
845
+ #: views/packages/new1.inc.form.php:220
846
+ msgid "Cache"
847
+ msgstr "کش"
848
+
849
+ #: views/packages/new1.inc.form.php:223
850
+ msgid "Keep Enabled"
851
+ msgstr "فعال نگه داشتن"
852
+
853
+ #: views/packages/new1.inc.form.php:227
854
+ msgid "Keep Home Path"
855
+ msgstr "نگه داشتن مسیر خانه"
856
+
857
+ #: views/packages/new1.inc.form.php:235
858
+ msgid "STEP 2 - INPUTS"
859
+ msgstr "بخش 2 - ورودی ها"
860
+
861
+ #: views/packages/new1.inc.form.php:239
862
+ msgid "New URL"
863
+ msgstr "آدرس جدید"
864
+
865
+ #: views/packages/new1.inc.form.php:245
866
+ msgid "The installer can have these fields pre-filled at install time."
867
+ msgstr "نصب می توانید این زمینه ها در زمان نصب از پیش پر شده است."
868
+
869
+ #: views/packages/new1.inc.form.php:245
870
+ msgid "All values are optional."
871
+ msgstr "همه مقادیر اختیاری هستند."
872
+
873
+ #: views/packages/new1.inc.form.php:254
874
+ msgid "Reset"
875
+ msgstr "بازگشت به تنظیمات اولیه"
876
+
877
+ #: views/packages/new1.inc.form.php:255
878
+ msgid "Next"
879
+ msgstr "ادامه"
880
+
881
+ #: views/packages/new1.inc.form.php:267
882
+ msgid ""
883
+ "This will reset all of the current package settings. Would you like to "
884
+ "continue?"
885
+ msgstr ""
886
+
887
+ #: views/packages/new2.base.php:64
888
+ msgid "Step 2: System Scan"
889
+ msgstr "بخش 2 : آنالیز سیستم"
890
+
891
+ #: views/packages/new2.base.php:81
892
+ msgid "Scanning Site"
893
+ msgstr "آنالیز ( اسکن ) در سایت"
894
+
895
+ #: views/packages/new2.base.php:83 views/packages/new3.base.php:57
896
+ msgid "Please Wait..."
897
+ msgstr "لطفا منتظر بمانید ...."
898
+
899
+ #: views/packages/new2.base.php:89
900
+ msgid "Scan Complete"
901
+ msgstr "آنالیز ( اسکن ) کامل شده"
902
+
903
+ #: views/packages/new2.base.php:91
904
+ msgid ""
905
+ "Scan checks are not required to pass, however they could cause issues on "
906
+ "some systems."
907
+ msgstr ""
908
+ "آنالیز ( اسکن ) انجام شد تمام موارد مورد تایید می باشد با این حال بسته به "
909
+ "سیستم های مختلف می تواند موارد تغییر کند."
910
+
911
+ #: views/packages/new2.base.php:92
912
+ msgid "Process Time:"
913
+ msgstr "زمان اجرا:"
914
+
915
+ #: views/packages/new2.base.php:101
916
+ msgid "Server"
917
+ msgstr "سرور"
918
+
919
+ #: views/packages/new2.base.php:103 views/tools/controller.php:17
920
+ msgid "Diagnostics"
921
+ msgstr "تشخیص"
922
+
923
+ #: views/packages/new2.base.php:112 views/packages/new2.base.php:117
924
+ #: views/tools/diagnostics.php:106
925
+ msgid "Web Server"
926
+ msgstr "سرور وب"
927
+
928
+ #: views/packages/new2.base.php:119
929
+ msgid "Supported web servers:"
930
+ msgstr ""
931
+
932
+ #: views/packages/new2.base.php:129
933
+ msgid "PHP Setup"
934
+ msgstr ""
935
+
936
+ #: views/packages/new2.base.php:135
937
+ msgid "Open Base Dir"
938
+ msgstr ""
939
+
940
+ #: views/packages/new2.base.php:137
941
+ msgid ""
942
+ "Issues might occur when [open_basedir] is enabled. Work with your server "
943
+ "admin to disable this value in the php.ini file if you’re having issues "
944
+ "building a package."
945
+ msgstr ""
946
+
947
+ #: views/packages/new2.base.php:138 views/packages/new2.base.php:148
948
+ #: views/packages/new2.base.php:155
949
+ msgid "details"
950
+ msgstr ""
951
+
952
+ #: views/packages/new2.base.php:143 views/tools/diagnostics.php:189
953
+ msgid "Max Execution Time"
954
+ msgstr "حداکثر زمان اجرا"
955
+
956
+ #: views/packages/new2.base.php:145
957
+ #, php-format
958
+ msgid ""
959
+ "Issues might occur for larger packages when the [max_execution_time] value "
960
+ "in the php.ini is too low. The minimum recommended timeout is \"%1$s\" "
961
+ "seconds or higher. An attempt is made to override this value if the server "
962
+ "allows it. A value of 0 (recommended) indicates that PHP has no time limits."
963
+ msgstr ""
964
+
965
+ #: views/packages/new2.base.php:147
966
+ msgid ""
967
+ "Note: Timeouts can also be set at the web server layer, so if the PHP max "
968
+ "timeout passes and you still see a build interrupt messages, then your web "
969
+ "server could be killing the process. If you are limited on processing "
970
+ "time, consider using the database or file filters to shrink the size of your "
971
+ "overall package. However use caution as excluding the wrong resources can "
972
+ "cause your install to not work properly."
973
+ msgstr ""
974
+
975
+ #: views/packages/new2.base.php:152
976
+ msgid "MySQLi"
977
+ msgstr ""
978
+
979
+ #: views/packages/new2.base.php:154
980
+ msgid ""
981
+ "Creating the package does not require the mysqli module. However the "
982
+ "installer.php file requires that the PHP module mysqli be installed on the "
983
+ "server it is deployed on."
984
+ msgstr ""
985
+
986
+ #: views/packages/new2.base.php:164
987
+ msgid "WordPress"
988
+ msgstr "وردپرس"
989
+
990
+ #: views/packages/new2.base.php:169
991
+ msgid "WordPress Version"
992
+ msgstr "ورژن وردپرس"
993
+
994
+ #: views/packages/new2.base.php:171
995
+ #, php-format
996
+ msgid ""
997
+ "It is recommended to have a version of WordPress that is greater than %1$s"
998
+ msgstr ""
999
+
1000
+ #: views/packages/new2.base.php:175
1001
+ msgid "Core Files"
1002
+ msgstr "فایل های هسته ای"
1003
+
1004
+ #: views/packages/new2.base.php:177
1005
+ msgid ""
1006
+ "If the scanner is unable to locate the wp-config.php file in the root "
1007
+ "directory, then you will need to manually copy it to its new location."
1008
+ msgstr ""
1009
+
1010
+ #: views/packages/new2.base.php:183
1011
+ msgid "Cache Path"
1012
+ msgstr ""
1013
+
1014
+ #: views/packages/new2.base.php:185
1015
+ msgid ""
1016
+ "Cached data will lead to issues at install time and increases your archive "
1017
+ "size. It is recommended to empty your cache directory at build time. Use "
1018
+ "caution when removing data from the cache directory. If you have a cache "
1019
+ "plugin review the documentation for how to empty it; simply removing files "
1020
+ "might cause errors on your site. The cache size minimum threshold is "
1021
+ "currently set at "
1022
+ msgstr ""
1023
+
1024
+ #: views/packages/new2.base.php:208 views/packages/new2.base.php:317
1025
+ msgid "Enabled"
1026
+ msgstr "فعال"
1027
+
1028
+ #: views/packages/new2.base.php:223
1029
+ msgid "File Count"
1030
+ msgstr "تعداد پرونده"
1031
+
1032
+ #: views/packages/new2.base.php:224
1033
+ msgid "Directory Count"
1034
+ msgstr "تعداد دایرکتوری"
1035
+
1036
+ #: views/packages/new2.base.php:227
1037
+ #, php-format
1038
+ msgid ""
1039
+ "Total size represents all files minus any filters that have been setup. The "
1040
+ "current thresholds that trigger warnings are %1$s for the entire site and "
1041
+ "%2$s for large files."
1042
+ msgstr ""
1043
+
1044
+ #: views/packages/new2.base.php:239
1045
+ msgid "Name Checks"
1046
+ msgstr ""
1047
+
1048
+ #: views/packages/new2.base.php:244
1049
+ msgid ""
1050
+ "File or directory names may cause issues when working across different "
1051
+ "environments and servers. Names that are over 250 characters, contain "
1052
+ "special characters (such as * ? > < : / \\ |) or are unicode might cause "
1053
+ "issues in a remote enviroment. It is recommended to remove or filter these "
1054
+ "files before building the archive if you have issues at install time."
1055
+ msgstr ""
1056
+
1057
+ #: views/packages/new2.base.php:247 views/packages/new2.base.php:265
1058
+ msgid "Show Paths"
1059
+ msgstr "نشان دادن مسیر"
1060
+
1061
+ #: views/packages/new2.base.php:256
1062
+ msgid "Large Files"
1063
+ msgstr "فایل های بزرگ"
1064
+
1065
+ #: views/packages/new2.base.php:261
1066
+ #, php-format
1067
+ msgid ""
1068
+ "Large files such as movies or other backuped data can cause issues with "
1069
+ "timeouts. The current check for large files is %1$s per file. If your "
1070
+ "having issues creating a package consider excluding these files with the "
1071
+ "files filter and manually moving them to your new location."
1072
+ msgstr ""
1073
+
1074
+ #: views/packages/new2.base.php:275
1075
+ msgid "View Filters"
1076
+ msgstr "مشاهده فیلتر ها"
1077
+
1078
+ #: views/packages/new2.base.php:283
1079
+ msgid "No directory filters have been set."
1080
+ msgstr ""
1081
+
1082
+ #: views/packages/new2.base.php:288
1083
+ msgid "File Extensions"
1084
+ msgstr "پسوند فایل ها"
1085
+
1086
+ #: views/packages/new2.base.php:293
1087
+ msgid "No file extension filters have been set."
1088
+ msgstr ""
1089
+
1090
+ #: views/packages/new2.base.php:297
1091
+ msgid ""
1092
+ "The lists above are the directories and file extension that will be excluded "
1093
+ "from the archive."
1094
+ msgstr ""
1095
+
1096
+ #: views/packages/new2.base.php:332
1097
+ msgid "Tables"
1098
+ msgstr "جدول"
1099
+
1100
+ #: views/packages/new2.base.php:333
1101
+ msgid "Records"
1102
+ msgstr "رکورد"
1103
+
1104
+ #: views/packages/new2.base.php:336
1105
+ msgid "repair and optimization"
1106
+ msgstr "تعمیر و بهینه سازی"
1107
+
1108
+ #: views/packages/new2.base.php:337
1109
+ #, php-format
1110
+ msgid ""
1111
+ "Total size and row count for all database tables are approximate values. "
1112
+ "The thresholds that trigger warnings are %1$s and %2$s records. Large "
1113
+ "databases take time to process and can cause issues with server timeout and "
1114
+ "memory settings. Running a %3$s on your database can also help improve the "
1115
+ "overall size and performance. If your server supports shell_exec and "
1116
+ "mysqldump you can try to enable this option from the settings menu."
1117
+ msgstr ""
1118
+
1119
+ #: views/packages/new2.base.php:349
1120
+ msgid "Table Details"
1121
+ msgstr "جدول جزئیات"
1122
+
1123
+ #: views/packages/new2.base.php:360
1124
+ msgid "Name:"
1125
+ msgstr "نام:"
1126
+
1127
+ #: views/packages/new2.base.php:361
1128
+ msgid "Host:"
1129
+ msgstr "میزبان:"
1130
+
1131
+ #: views/packages/new2.base.php:362
1132
+ msgid "Build Mode:"
1133
+ msgstr "نحوه ساخت:"
1134
+
1135
+ #: views/packages/new2.base.php:373
1136
+ msgid "Scan Error"
1137
+ msgstr "خطا در آنالیز ( اسکن )"
1138
+
1139
+ #: views/packages/new2.base.php:374
1140
+ msgid "Please try again!"
1141
+ msgstr "لطفا دوباره سعی کنید"
1142
+
1143
+ #: views/packages/new2.base.php:376 views/packages/new3.base.php:111
1144
+ msgid "Server Status:"
1145
+ msgstr "وضعیت سرور:"
1146
+
1147
+ #: views/packages/new2.base.php:379 views/packages/new3.base.php:115
1148
+ msgid "Error Message:"
1149
+ msgstr "پیام خطا:"
1150
+
1151
+ #: views/packages/new2.base.php:386
1152
+ msgid "Back"
1153
+ msgstr "بازگشت"
1154
+
1155
+ #: views/packages/new2.base.php:387
1156
+ msgid "Rescan"
1157
+ msgstr "آنالیز یا ( اسکن ) مجدد"
1158
+
1159
+ #: views/packages/new2.base.php:486
1160
+ msgid "Unable to report on any tables"
1161
+ msgstr "قادر به گزارش هیچ کدام از جداول نمی باشم"
1162
+
1163
+ #: views/packages/new2.base.php:495
1164
+ msgid "Unable to report on database stats"
1165
+ msgstr "قادر به گزارش آمار پایگاه داده نمی باشم"
1166
+
1167
+ #: views/packages/new2.base.php:514
1168
+ msgid "DIR"
1169
+ msgstr ""
1170
+
1171
+ #: views/packages/new2.base.php:520 views/packages/new2.base.php:533
1172
+ msgid "FILE"
1173
+ msgstr "پرونده"
1174
+
1175
+ #: views/packages/new2.base.php:523
1176
+ msgid "No name warning issues found."
1177
+ msgstr ""
1178
+
1179
+ #: views/packages/new2.base.php:529
1180
+ msgid "No large files found."
1181
+ msgstr "هیچ فایلی یافت یا انتخاب نشد"
1182
+
1183
+ #: views/packages/new3.base.php:38
1184
+ msgid "Step 3: Build Package"
1185
+ msgstr "بخش 3 : ساخت بسته آسان نصبی"
1186
+
1187
+ #: views/packages/new3.base.php:55
1188
+ msgid "Building Package"
1189
+ msgstr "در حال ساخت بسته آسان نصبی"
1190
+
1191
+ #: views/packages/new3.base.php:58
1192
+ msgid "Keep this window open during the build process."
1193
+ msgstr "این پنجره را در طول فرایند ساخت هرگز نبندید."
1194
+
1195
+ #: views/packages/new3.base.php:59
1196
+ msgid "This may take several minutes."
1197
+ msgstr "این ممکن است چند دقیقه طول بکشد."
1198
+
1199
+ #: views/packages/new3.base.php:63
1200
+ msgid "Build Status"
1201
+ msgstr "وضعیت ساخت بسته آسان نصبی"
1202
+
1203
+ #: views/packages/new3.base.php:70
1204
+ msgid "Package Completed"
1205
+ msgstr "بسته آسان نصبی با موفقییت تولید شد"
1206
+
1207
+ #: views/packages/new3.base.php:75
1208
+ msgid "Process Time"
1209
+ msgstr "فرایند تولید بسته"
1210
+
1211
+ #: views/packages/new3.base.php:100
1212
+ msgid "Build Interrupt"
1213
+ msgstr "ایجاد وقفه"
1214
+
1215
+ #: views/packages/new3.base.php:101
1216
+ msgid "The current build has experienced an issue."
1217
+ msgstr ""
1218
+
1219
+ #: views/packages/new3.base.php:103
1220
+ msgid "Please try the process again."
1221
+ msgstr "لطفا این فرآیند را دوباره امتحان کنید."
1222
+
1223
+ #: views/packages/new3.base.php:105
1224
+ msgid "Diagnose"
1225
+ msgstr ""
1226
+
1227
+ #: views/packages/new3.base.php:106
1228
+ msgid "Try Again"
1229
+ msgstr "دوباره امتحان کردن"
1230
+
1231
+ #: views/packages/new3.base.php:122
1232
+ msgid "Notice"
1233
+ msgstr "هشدار"
1234
+
1235
+ #: views/packages/new3.base.php:125
1236
+ msgid "Build Folder:"
1237
+ msgstr "پوشه ایجاد:"
1238
+
1239
+ #: views/packages/new3.base.php:127
1240
+ msgid ""
1241
+ "Some servers close connections quickly; yet the build can continue to run in "
1242
+ "the background. To validate if a build is still running; open the 'tmp' "
1243
+ "folder above and see if the archive file is growing in size. If it is not "
1244
+ "then your server has strict timeout constraints. Please visit the support "
1245
+ "page for additional resources."
1246
+ msgstr ""
1247
+
1248
+ #: views/packages/new3.base.php:136
1249
+ msgid "Package Log"
1250
+ msgstr "گزارش بسته نصبی"
1251
+
1252
+ #: views/settings/controller.php:22 views/tools/diagnostics.php:87
1253
+ msgid "General"
1254
+ msgstr "عمومی"
1255
+
1256
+ #: views/settings/general.php:6
1257
+ msgid "Settings Saved"
1258
+ msgstr "تنظیمات ذخیره شد"
1259
+
1260
+ #: views/settings/general.php:75
1261
+ msgid "Plugin"
1262
+ msgstr "افزونه"
1263
+
1264
+ #: views/settings/general.php:83
1265
+ msgid "Uninstall"
1266
+ msgstr "پاک کردن افزونه"
1267
+
1268
+ #: views/settings/general.php:86
1269
+ msgid "Delete Plugin Settings"
1270
+ msgstr "حذف تنظیمات افزونه"
1271
+
1272
+ #: views/settings/general.php:89
1273
+ msgid "Delete Entire Storage Directory"
1274
+ msgstr "حذف دایرکتوری ذخیره سازی کل"
1275
+
1276
+ #: views/settings/general.php:96
1277
+ msgid "Full Path"
1278
+ msgstr "مسیر کامل"
1279
+
1280
+ #: views/settings/general.php:99
1281
+ msgid "Disable .htaccess File In Storage Directory"
1282
+ msgstr "غیر فعال کردن فایل htaccess در دایرکتوری ذخیره سازی"
1283
+
1284
+ #: views/settings/general.php:101
1285
+ msgid "Disable if issues occur when downloading installer/archive files."
1286
+ msgstr "اگر مسائل را رخ می دهد که دانلود نصب و آرشیو فایل ها را غیر فعال کنید."
1287
+
1288
+ #: views/settings/general.php:114
1289
+ msgid "Archive Flush"
1290
+ msgstr "آرشیو بسته نصبی"
1291
+
1292
+ #: views/settings/general.php:117
1293
+ msgid "Attempt Network Keep Alive"
1294
+ msgstr "زنده نگه داشتن شبکه تلاش"
1295
+
1296
+ #: views/settings/general.php:118
1297
+ msgid "recommended only for large archives"
1298
+ msgstr "توصیه می شود تنها برای آرشیو بزرگ"
1299
+
1300
+ #: views/settings/general.php:120
1301
+ msgid ""
1302
+ "This will attempt to keep a network connection established for large "
1303
+ "archives."
1304
+ msgstr "این تلاش برای حفظ یک اتصال شبکه برای آرشیو بزرگ است."
1305
+
1306
+ #: views/settings/general.php:125
1307
+ msgid "Database Build"
1308
+ msgstr "ساخت پایگاه داده"
1309
+
1310
+ #: views/settings/general.php:128
1311
+ msgid "Use PHP"
1312
+ msgstr "استفاده از پی اچ پی"
1313
+
1314
+ #: views/settings/general.php:131
1315
+ msgid "Query Limit Size"
1316
+ msgstr "پرس و جو حد اندازه"
1317
+
1318
+ #: views/settings/general.php:140
1319
+ msgid "higher values speed up build times but uses more memory"
1320
+ msgstr "مقادیر بالاتر سرعت بار ساخت اما با استفاده از حافظه بیشتر"
1321
+
1322
+ #: views/settings/general.php:147
1323
+ msgid "This server does not have shell_exec configured to run."
1324
+ msgstr ""
1325
+
1326
+ #: views/settings/general.php:149
1327
+ msgid "Please contact the server administrator to enable this feature."
1328
+ msgstr ""
1329
+
1330
+ #: views/settings/general.php:154
1331
+ msgid "Use mysqldump"
1332
+ msgstr "استفاده از mysqldump"
1333
+
1334
+ #: views/settings/general.php:155
1335
+ msgid "recommended for large databases"
1336
+ msgstr "توصیه می شود برای پایگاه های داده بزرگ"
1337
+
1338
+ #: views/settings/general.php:160
1339
+ msgid "Working Path:"
1340
+ msgstr "مسیر در حال کار:"
1341
+
1342
+ #: views/settings/general.php:166
1343
+ msgid ""
1344
+ "Mysqldump was not found at its default location or the location provided. "
1345
+ "Please enter a path to a valid location where mysqldump can run. If the "
1346
+ "problem persist contact your server administrator."
1347
+ msgstr ""
1348
+
1349
+ #: views/settings/general.php:171
1350
+ msgid "Add Custom Path:"
1351
+ msgstr "مسیر سفارشی اضافه کنید:"
1352
+
1353
+ #: views/settings/general.php:175
1354
+ msgid "This is the path to your mysqldump program."
1355
+ msgstr "این مسیر برای برنامه mysqldump شما است."
1356
+
1357
+ #: views/settings/general.php:184
1358
+ msgid "Package Debug"
1359
+ msgstr "اشکال زدایی بسته"
1360
+
1361
+ #: views/settings/general.php:187
1362
+ msgid "Show Package Debug Status in Packages Screen"
1363
+ msgstr "نمایش وضعیت اشکال زدایی بسته در صفحه نمایش بسته"
1364
+
1365
+ #: views/settings/general.php:195
1366
+ msgid "Roles & Capabilities"
1367
+ msgstr "نقش ها و قابلیت ها"
1368
+
1369
+ #: views/settings/general.php:200
1370
+ msgid "Custom Roles"
1371
+ msgstr "نقش های سفارشی"
1372
+
1373
+ #: views/settings/general.php:203
1374
+ msgid "Enable User Role Editor Plugin Integration"
1375
+ msgstr "فعال کردن قابلیت هماهنگ سازی با پلاگین User Role Editor"
1376
+
1377
+ #: views/settings/general.php:210
1378
+ msgid "The User Role Editor Plugin"
1379
+ msgstr "پلاگین ویرایش نقش کاربران"
1380
+
1381
+ #: views/settings/general.php:211
1382
+ msgid "Free"
1383
+ msgstr "رایگان"
1384
+
1385
+ #: views/settings/general.php:212
1386
+ msgid "or"
1387
+ msgstr "یا"
1388
+
1389
+ #: views/settings/general.php:213
1390
+ msgid "Professional"
1391
+ msgstr "تجاری"
1392
+
1393
+ #: views/settings/general.php:214
1394
+ msgid "must be installed to use"
1395
+ msgstr "باید نصب کنید برای استفاده از"
1396
+
1397
+ #: views/settings/general.php:215
1398
+ msgid "this feature."
1399
+ msgstr "این ویژگی"
1400
+
1401
+ #: views/settings/general.php:227
1402
+ msgid "Save Settings"
1403
+ msgstr "ذخیره تغییرات"
1404
+
1405
+ #: views/tools/cleanup.php:8
1406
+ msgid "Installer File Cleanup Ran."
1407
+ msgstr "نصب فایل پاک کردن ران."
1408
+
1409
+ #: views/tools/cleanup.php:12 views/tools/diagnostics.php:44
1410
+ msgid "Legacy data removed."
1411
+ msgstr "حذف داده های میراث."
1412
+
1413
+ #: views/tools/cleanup.php:16
1414
+ msgid "Build cache removed."
1415
+ msgstr "پاک کردن کش"
1416
+
1417
+ #: views/tools/cleanup.php:73
1418
+ msgid ""
1419
+ "If the installer files did not successfully get removed, then you WILL need "
1420
+ "to remove them manually"
1421
+ msgstr ""
1422
+
1423
+ #: views/tools/cleanup.php:74
1424
+ msgid ""
1425
+ "Please remove all installer files to avoid leaving open security issues on "
1426
+ "your server"
1427
+ msgstr ""
1428
+
1429
+ #: views/tools/cleanup.php:82
1430
+ msgid "Data Cleanup"
1431
+ msgstr "پاک کردن داده ها"
1432
+
1433
+ #: views/tools/cleanup.php:85
1434
+ msgid "Delete Reserved Files"
1435
+ msgstr "حذف فایلها و پوشه های محافظت شده"
1436
+
1437
+ #: views/tools/cleanup.php:86
1438
+ msgid "Removes all installer files from a previous install"
1439
+ msgstr "تمام فایل های نصب را از یک نصب قبلی حذف می کند"
1440
+
1441
+ #: views/tools/cleanup.php:89
1442
+ msgid "Delete Legacy Data"
1443
+ msgstr "حذف داده های میراث"
1444
+
1445
+ #: views/tools/cleanup.php:90
1446
+ msgid "Removes all legacy data and settings prior to version"
1447
+ msgstr "حذف همه داده های میراث و تنظیمات قبل از نسخه"
1448
+
1449
+ #: views/tools/cleanup.php:93
1450
+ msgid "Clear Build Cache"
1451
+ msgstr "پاک کردن کش"
1452
+
1453
+ #: views/tools/cleanup.php:94
1454
+ msgid "Removes all build data from:"
1455
+ msgstr "حذف همه داده ها از ساخت:"
1456
+
1457
+ #: views/tools/cleanup.php:107
1458
+ #, php-format
1459
+ msgid "This action will remove all legacy settings prior to version %1$s. "
1460
+ msgstr ""
1461
+
1462
+ #: views/tools/cleanup.php:108
1463
+ msgid ""
1464
+ "Legacy settings are only needed if you plan to migrate back to an older "
1465
+ "version of this plugin."
1466
+ msgstr ""
1467
+
1468
+ #: views/tools/cleanup.php:120
1469
+ msgid ""
1470
+ "This process will remove all build cache files. Be sure no packages are "
1471
+ "currently building or else they will be cancelled."
1472
+ msgstr ""
1473
+
1474
+ #: views/tools/controller.php:16
1475
+ msgid "Logging"
1476
+ msgstr "گزارشات"
1477
+
1478
+ #: views/tools/controller.php:18
1479
+ msgid "Cleanup"
1480
+ msgstr "گزارش های پاکسازی"
1481
+
1482
+ #: views/tools/diagnostics.php:18 views/tools/diagnostics.php:19
1483
+ msgid "unknow"
1484
+ msgstr ""
1485
+
1486
+ #: views/tools/diagnostics.php:39
1487
+ msgid "Plugin settings reset."
1488
+ msgstr "بازگشت به تنظیمات اولیه"
1489
+
1490
+ #: views/tools/diagnostics.php:40
1491
+ msgid "View state settings reset."
1492
+ msgstr "تنظیمات بازنشانی شد"
1493
+
1494
+ #: views/tools/diagnostics.php:41
1495
+ msgid "Active package settings reset."
1496
+ msgstr "تنظیم مجدد تنظیمات فعال بسته."
1497
+
1498
+ #: views/tools/diagnostics.php:81
1499
+ msgid "Server Settings"
1500
+ msgstr "تنظیمات سرور"
1501
+
1502
+ #: views/tools/diagnostics.php:90
1503
+ msgid "Duplicator Version"
1504
+ msgstr "نسخه ایجاد کننده بسته نصبی"
1505
+
1506
+ #: views/tools/diagnostics.php:94
1507
+ msgid "Operating System"
1508
+ msgstr "سیستم عامل"
1509
+
1510
+ #: views/tools/diagnostics.php:98
1511
+ msgid "Timezone"
1512
+ msgstr "منطقه زمانی"
1513
+
1514
+ #: views/tools/diagnostics.php:102
1515
+ msgid "Server Time"
1516
+ msgstr "زمان سرور"
1517
+
1518
+ #: views/tools/diagnostics.php:110
1519
+ msgid "APC Enabled"
1520
+ msgstr "APC فعال"
1521
+
1522
+ #: views/tools/diagnostics.php:114
1523
+ msgid "Root Path"
1524
+ msgstr "مسیر ریشه"
1525
+
1526
+ #: views/tools/diagnostics.php:118
1527
+ msgid "ABSPATH"
1528
+ msgstr "مسیر کامل دایرکتوری وردپرس"
1529
+
1530
+ #: views/tools/diagnostics.php:122
1531
+ msgid "Plugins Path"
1532
+ msgstr "مسیر پلاگین ها"
1533
+
1534
+ #: views/tools/diagnostics.php:126
1535
+ msgid "Loaded PHP INI"
1536
+ msgstr "مسیر php.ini"
1537
+
1538
+ #: views/tools/diagnostics.php:130
1539
+ msgid "Server IP"
1540
+ msgstr "آی پی سرور"
1541
+
1542
+ #: views/tools/diagnostics.php:134
1543
+ msgid "Client IP"
1544
+ msgstr "آی پی کاربر"
1545
+
1546
+ #: views/tools/diagnostics.php:145
1547
+ msgid "Langugage"
1548
+ msgstr "زبان"
1549
+
1550
+ #: views/tools/diagnostics.php:149 views/tools/diagnostics.php:204
1551
+ msgid "Charset"
1552
+ msgstr "انکودینگ"
1553
+
1554
+ #: views/tools/diagnostics.php:153
1555
+ msgid "Memory Limit "
1556
+ msgstr "محدوديت حافظه وردپرس"
1557
+
1558
+ #: views/tools/diagnostics.php:154
1559
+ msgid "Max"
1560
+ msgstr "بیشترین"
1561
+
1562
+ #: views/tools/diagnostics.php:172
1563
+ msgid "Safe Mode"
1564
+ msgstr ""
1565
+
1566
+ #: views/tools/diagnostics.php:176
1567
+ msgid "On"
1568
+ msgstr "روشن"
1569
+
1570
+ #: views/tools/diagnostics.php:176
1571
+ msgid "Off"
1572
+ msgstr "خاموش"
1573
+
1574
+ #: views/tools/diagnostics.php:181
1575
+ msgid "Memory Limit"
1576
+ msgstr "محدوديت حافظه"
1577
+
1578
+ #: views/tools/diagnostics.php:185
1579
+ msgid "Memory In Use"
1580
+ msgstr "حافظه در حال استفاده"
1581
+
1582
+ #: views/tools/diagnostics.php:193
1583
+ msgid "Shell Exec"
1584
+ msgstr ""
1585
+
1586
+ #: views/tools/diagnostics.php:194
1587
+ msgid "Is Supported"
1588
+ msgstr "پشتیبانی می شود"
1589
+
1590
+ #: views/tools/diagnostics.php:194
1591
+ msgid "Not Supported"
1592
+ msgstr "پشتیبانی نمی شود"
1593
+
1594
+ #: views/tools/diagnostics.php:208
1595
+ msgid "Wait Timeout"
1596
+ msgstr "زمان تمام شدن"
1597
+
1598
+ #: views/tools/diagnostics.php:212
1599
+ msgid "Max Allowed Packets"
1600
+ msgstr "حداکثر مجاز بسته"
1601
+
1602
+ #: views/tools/diagnostics.php:216
1603
+ msgid "msyqldump Path"
1604
+ msgstr "مسیر msyqldump"
1605
+
1606
+ #: views/tools/diagnostics.php:220
1607
+ msgid "Server Disk"
1608
+ msgstr "دیسک سرویس دهنده"
1609
+
1610
+ #: views/tools/diagnostics.php:223
1611
+ msgid "Free space"
1612
+ msgstr "فضای خالی"
1613
+
1614
+ #: views/tools/diagnostics.php:226
1615
+ msgid "Note: This value is the physical servers hard-drive allocation."
1616
+ msgstr "توجه: این مقدار تخصیص هارد دیسک سرور فیزیکی است."
1617
+
1618
+ #: views/tools/diagnostics.php:227
1619
+ msgid ""
1620
+ "On shared hosts check your control panel for the 'TRUE' disk space quota "
1621
+ "value."
1622
+ msgstr ""
1623
+ "در میزبان مشترک کنترل پنل خود را برای ارزش ظرفیت فضای دیسک 'واقعی' را بررسی "
1624
+ "کنید."
1625
+
1626
+ #: views/tools/diagnostics.php:243
1627
+ msgid "Stored Data"
1628
+ msgstr "داده های ذخیره شده"
1629
+
1630
+ #: views/tools/diagnostics.php:248
1631
+ msgid "Options Values"
1632
+ msgstr "تنظیمات"
1633
+
1634
+ #: views/tools/diagnostics.php:281
1635
+ msgid "PHP Information"
1636
+ msgstr "اطلاعات مربوط به پی اچ پی"
1637
+
1638
+ #: views/tools/diagnostics.php:300
1639
+ msgid "Delete this option value"
1640
+ msgstr "حذف مقادیر این تنظیمات"
1641
+
1642
+ #: views/tools/logging.php:140
1643
+ msgid "Log file not found or unreadable"
1644
+ msgstr ""
1645
+ "فایل گزارشات یافت نشد یا قابل خواندن نیست و احتمال می رود که مشکلی در حال "
1646
+ "حاظر وجود نداشته که گزارش شود."
1647
+
1648
+ #: views/tools/logging.php:142
1649
+ msgid ""
1650
+ "Try to create a package, since no log files were found in the snapshots "
1651
+ "directory with the extension *.log"
1652
+ msgstr ""
1653
+ "سعی کنید به ایجاد یک بسته، بدون ورود به سیستم فایل در دایرکتوری فوری با فرمت "
1654
+ "*.log یافت شد"
1655
+
1656
+ #: views/tools/logging.php:144
1657
+ msgid "Reasons for log file not showing"
1658
+ msgstr "دلایلی برای نمایش ندادن فایل گزارشات"
1659
+
1660
+ #: views/tools/logging.php:145
1661
+ msgid "The web server does not support returning .log file extentions"
1662
+ msgstr ""
1663
+ "سرور وب شما از پسوند .log پشتیبانی نمی کند. بنا بر این می توانید به سرور خود "
1664
+ "اطلاع دهید تا مشکل را بررسی و رفع نمایند"
1665
+
1666
+ #: views/tools/logging.php:146
1667
+ msgid ""
1668
+ "The snapshots directory does not have the correct permissions to write "
1669
+ "files. Try setting the permissions to 755"
1670
+ msgstr ""
1671
+ "احتمالا دایکرکتوری wp-snapshots سطح دسترسی لازم را ندارد برای نوشتن را "
1672
+ "ندارد. بنا بر این به هاست خود بروید و سطح دسترسی این پوشه را روی 755 تنظیم "
1673
+ "کنید"
1674
+
1675
+ #: views/tools/logging.php:147
1676
+ msgid ""
1677
+ "The process that PHP runs under does not have enough permissions to create "
1678
+ "files. Please contact your hosting provider for more details"
1679
+ msgstr ""
1680
+ "پی اچی پی امکان اجرای دستورات لازم را ندارد بنا بر این با هاستینگ خود تماس "
1681
+ "بگیرید و مشکل را جهت رفع آن ارجاع دهید"
1682
+
1683
+ #: views/tools/logging.php:156 views/tools/logging.php:161
1684
+ msgid "Options"
1685
+ msgstr "تنظیمات"
1686
+
1687
+ #: views/tools/logging.php:163
1688
+ msgid "Refresh"
1689
+ msgstr "بازسازی"
1690
+
1691
+ #: views/tools/logging.php:168
1692
+ msgid "Auto Refresh"
1693
+ msgstr "بازسازی اتوماتیک"
1694
+
1695
+ #: views/tools/logging.php:174
1696
+ msgid "Last 20 Logs"
1697
+ msgstr "20 گزارش اخیر"
1698
+
1699
+ #. Plugin Name of the plugin/theme
1700
+ msgid "Duplicator"
1701
+ msgstr "ایجاد کننده بسته نصبی"
1702
+
1703
+ #. Plugin URI of the plugin/theme
1704
+ msgid "http://www.lifeinthegrid.com/duplicator/"
1705
+ msgstr ""
1706
+
1707
+ #. Description of the plugin/theme
1708
+ msgid ""
1709
+ "Create a backup of your WordPress files and database. Duplicate and move an "
1710
+ "entire site from one location to another in a few steps. Create a full "
1711
+ "snapshot of your site at any point in time."
1712
+ msgstr ""
1713
+
1714
+ #. Author of the plugin/theme
1715
+ msgid "LifeInTheGrid"
1716
+ msgstr ""
1717
+
1718
+ #. Author URI of the plugin/theme
1719
+ msgid "http://www.lifeinthegrid.com"
1720
+ msgstr ""
1721
+
1722
+ #~ msgid "PHP Version:"
1723
+ #~ msgstr "نسخه پی اچ پی"
1724
+
1725
+ #~ msgid "Backup and Move Made Easy!"
1726
+ #~ msgstr "پشتیبان گیری و حرکت آسان ساخته شده!"
1727
+
1728
+ #~ msgid "The top-rated Duplicator plugin is going professional!"
1729
+ #~ msgstr "دارای امتیاز بالا تکثیر پلاگین حرفه ای می گذرد!"
1730
+
1731
+ #~ msgid "Schedules"
1732
+ #~ msgstr "زمان‌بندی"
1733
+
1734
+ #~ msgid "Custom Templates"
1735
+ #~ msgstr "قالب های سفارشی"
1736
+
1737
+ #~ msgid "Cloud Storage"
1738
+ #~ msgstr "ذخیره سازی ابری"
1739
+
1740
+ #~ msgid "Queued Processing"
1741
+ #~ msgstr "صف پردازش"
1742
+
1743
+ #~ msgid "Pass"
1744
+ #~ msgstr "همه چیز مورد تایید می باشد"
1745
+
1746
+ #~ msgid "Fail"
1747
+ #~ msgstr "مواردی مورد تایید نمی باشد"
1748
+
1749
+ #~ msgid "Format"
1750
+ #~ msgstr "نوع"
1751
+
1752
+ #~ msgid "localhost"
1753
+ #~ msgstr ""
1754
+ #~ "سرور محلی مثال ( localhost یا 127.0.0.1 یا آی پی که هاستینگ برای لوکال "
1755
+ #~ "هاست به شما داده )"
1756
+
1757
+ #~ msgid "mydatabaseName"
1758
+ #~ msgstr "نام پایگاه داده"
1759
+
1760
+ #~ msgid "databaseUserName"
1761
+ #~ msgstr "نام کاربری پایگاه داده"
1762
+
1763
+ #~ msgid "http://mynewsite.com"
1764
+ #~ msgstr "https://www.amoozesh98.com"
1765
+
1766
+ #~ msgid "PHP Settings"
1767
+ #~ msgstr "تنظیمات پی اچ پی"
1768
+
1769
+ #~ msgid "WordPress Settings"
1770
+ #~ msgstr "تنظیمات وردپرس"
1771
+
1772
+ #~ msgid "Missing"
1773
+ #~ msgstr "گم"
1774
+
1775
+ #~ msgid "Invalid Names"
1776
+ #~ msgstr "نامهای بی اعتبار"
1777
+
1778
+ #~ msgid "No name length issues."
1779
+ #~ msgstr "بدون مسائل طول نام."
1780
+
1781
+ #~ msgid "Support"
1782
+ #~ msgstr "پشتیبانی"
1783
+
1784
+ #~ msgid "Yes"
1785
+ #~ msgstr "بله"
1786
+
1787
+ #~ msgid "No"
1788
+ #~ msgstr "نه"
1789
+
1790
+ #~ msgid "PHP"
1791
+ #~ msgstr "پی اچ پی"
1792
+
1793
+ #~ msgid "MySQL"
1794
+ #~ msgstr "مای اس کیوال"
1795
+
1796
+ #~ msgid "Good"
1797
+ #~ msgstr "خوب"
1798
+
1799
+ #~ msgid "Warn"
1800
+ #~ msgstr ""
1801
+ #~ "اخطار ( البته به این معنی نمی باشد که مشکل در ایجاد بسته نصبی وجود خواهد "
1802
+ #~ "داشت )"
1803
+
1804
+ #~ msgid "unable to read"
1805
+ #~ msgstr "قادر به خواندن نمی باشم"
1806
+
1807
+ #~ msgid "Goods"
1808
+ #~ msgstr "خوب"
lang/duplicator-fr_FR.mo ADDED
Binary file
lang/duplicator-fr_FR.po ADDED
@@ -0,0 +1,2869 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WPDuplicator v1.1.2\n"
4
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/duplicator\n"
5
+ "POT-Creation-Date: 2015-12-25 09:52+0100\n"
6
+ "PO-Revision-Date: 2015-12-25 11:45+0100\n"
7
+ "Last-Translator: Nicolas Richer <contact@nicolasricher.fr>\n"
8
+ "Language-Team: Nicolas Richer <contact@nicolasricher.fr>\n"
9
+ "Language: fr_FR\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
14
+ "X-Generator: Poedit 1.7.1\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
17
+ "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
18
+ "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
19
+ "X-Poedit-Basepath: ..\n"
20
+ "X-Poedit-WPHeader: duplicator.php\n"
21
+ "X-Textdomain-Support: yes\n"
22
+ "X-Poedit-SearchPath-0: .\n"
23
+ "X-Poedit-SearchPathExcluded-0: assets\n"
24
+
25
+ #: classes/ui.php:107 classes/ui.php:112
26
+ msgid ""
27
+ "Reserved Duplicator install files have been detected in the root directory. "
28
+ "Please delete these reserved files to avoid security issues."
29
+ msgstr ""
30
+ "Les fichiers d'installation de Duplicator sont toujours présents à la racine "
31
+ "de votre serveur. Merci de supprimer ces fichiers pour éviter toute faille "
32
+ "de sécurité."
33
+
34
+ #: classes/ui.php:113
35
+ msgid "Take me to the cleanup page!"
36
+ msgstr "Aller à la page de nettoyage"
37
+
38
+ #: classes/utility.php:258
39
+ msgid "You do not have sufficient permissions to access this page."
40
+ msgstr "Vous n'avez pas les droits suffisants pour accéder à cette page"
41
+
42
+ #: duplicator.php:103
43
+ msgid "Get Help"
44
+ msgstr "Contactez le support"
45
+
46
+ #: duplicator.php:103 duplicator.php:195 views/help/help.php:29
47
+ msgid "Help"
48
+ msgstr "Support"
49
+
50
+ #: duplicator.php:104
51
+ msgid "Support the Plugin"
52
+ msgstr "Soutenez l'extension"
53
+
54
+ #: duplicator.php:104 duplicator.php:199 views/help/about.php:41
55
+ msgid "About"
56
+ msgstr "A propos"
57
+
58
+ #: duplicator.php:183 views/packages/main/packages.php:240
59
+ msgid "Packages"
60
+ msgstr "Paquets"
61
+
62
+ #: duplicator.php:187 views/settings/controller.php:19
63
+ msgid "Settings"
64
+ msgstr "Paramètres"
65
+
66
+ #: duplicator.php:191 views/tools/controller.php:14
67
+ msgid "Tools"
68
+ msgstr "Outils"
69
+
70
+ #: duplicator.php:202
71
+ msgid "Go Pro!"
72
+ msgstr "Version premium"
73
+
74
+ #: duplicator.php:253
75
+ msgid "Manage"
76
+ msgstr "Gérer"
77
+
78
+ #: views/help/about.php:54
79
+ msgid ""
80
+ "Created for Admins, Developers and Designers the Duplicator can streamline "
81
+ "your workflows and help you quickly clone a WordPress application. "
82
+ "Migrating a WordPress site manually can be very time consuming. The "
83
+ "Duplicator was made to help you speed up the migration process. Please help "
84
+ "us to continue the development effort of this plugin."
85
+ msgstr ""
86
+ "Créé pour les webmasters, développeurs et designers, Duplicator va accélérer "
87
+ "votre travail en vous permettant de cloner rapidement une installation "
88
+ "WordPress. Faire une migration manuelle peut vite devenir très long, c'est "
89
+ "pourquoi Duplicator vient l'automatiser. Merci de nous aider pour continuer "
90
+ "les efforts de développement de l'extension."
91
+
92
+ #: views/help/about.php:64
93
+ msgid "Support Duplicator"
94
+ msgstr "Aide de Duplicator"
95
+
96
+ #: views/help/about.php:71
97
+ msgid "Partner with Us"
98
+ msgstr "Soutenez-nous"
99
+
100
+ #: views/help/about.php:83
101
+ msgid "Keep Active and Online"
102
+ msgstr "Pour que Duplicator soit activement développé"
103
+
104
+ #: views/help/about.php:90
105
+ msgid "Leave 5 Stars"
106
+ msgstr "Nous donner 5 étoiles"
107
+
108
+ #: views/help/about.php:107
109
+ msgid "Spread the Word"
110
+ msgstr "Faites passer le mot"
111
+
112
+ #: views/help/about.php:113
113
+ msgid "Duplicate Your WordPress"
114
+ msgstr "Dupliquer votre WordPress"
115
+
116
+ #: views/help/about.php:114
117
+ msgid "Rapid WordPress Duplication by LifeInTheGrid.com"
118
+ msgstr "Duplication rapide pour WordPress par LifeInTheGrid.com"
119
+
120
+ #: views/help/about.php:131
121
+ msgid "Get More Great Tools"
122
+ msgstr "Obtenez d'autres super outils"
123
+
124
+ #: views/help/gopro.php:40
125
+ msgid "Duplicator Professional"
126
+ msgstr "Duplicator Pro"
127
+
128
+ #: views/help/gopro.php:43
129
+ msgid "The simplicity of Duplicator"
130
+ msgstr "La simplicité de Duplicator"
131
+
132
+ #: views/help/gopro.php:44
133
+ msgid "with power for the professional."
134
+ msgstr "avec la puissance dont les pros ont besoin."
135
+
136
+ #: views/help/gopro.php:140
137
+ msgid "Check It Out!"
138
+ msgstr "Découvrez la version Pro"
139
+
140
+ #: views/help/help.php:38
141
+ msgid ""
142
+ "Migrating WordPress is a complex process and the logic to make all the magic "
143
+ "happen smoothly may not work quickly with every site. With over 30,000 "
144
+ "plugins and a very complex server eco-system some migrations may run into "
145
+ "issues. This is why the Duplicator includes a detailed knowledgebase that "
146
+ "can help with many common issues. Resources to additional support, approved "
147
+ "hosting, and alternatives to fit your needs can be found below."
148
+ msgstr ""
149
+ "Migrer un site WordPress est un processus complexe et il n'est pas facile de "
150
+ "rendre cette opération fiable à 100%. Avec plus de 30 000 extensions et un "
151
+ "écosystème serveur complexe, il est courant que tout ne fonctionne pas comme "
152
+ "prévu. C'est pourquoi Duplicator contient une documentation détaillée (en "
153
+ "anglais seulement) pour vous aider à résoudre les problèmes les plus "
154
+ "fréquents. Les liens pour du support additionnel (en anglais), les "
155
+ "hébergeurs \"approuvés\" et les solutions alternatives se trouvent également "
156
+ "ci-dessous."
157
+
158
+ #: views/help/help.php:50
159
+ msgid "Knowledgebase"
160
+ msgstr "Documentation"
161
+
162
+ #: views/help/help.php:53
163
+ msgid "Complete Online Documentation"
164
+ msgstr "Documentation en ligne"
165
+
166
+ #: views/help/help.php:55
167
+ msgid "Choose A Section"
168
+ msgstr "Choisissez une section"
169
+
170
+ #: views/help/help.php:56
171
+ msgid "Quick Start"
172
+ msgstr "Démarrage rapide"
173
+
174
+ #: views/help/help.php:57
175
+ msgid "User Guide"
176
+ msgstr "Guide utilisateur"
177
+
178
+ #: views/help/help.php:58
179
+ msgid "FAQs"
180
+ msgstr "FAQs"
181
+
182
+ #: views/help/help.php:59
183
+ msgid "Change Log"
184
+ msgstr "Notes de version"
185
+
186
+ #: views/help/help.php:60
187
+ msgid "Product Page"
188
+ msgstr "Page produit"
189
+
190
+ #: views/help/help.php:69
191
+ msgid "Online Support"
192
+ msgstr "Support"
193
+
194
+ #: views/help/help.php:72
195
+ msgid "Get Help From IT Professionals"
196
+ msgstr "Obtenez l'aide de professionnels"
197
+
198
+ #: views/help/help.php:76
199
+ msgid "Get Support!"
200
+ msgstr "Demandez de l'aide"
201
+
202
+ #: views/help/help.php:88
203
+ msgid "Approved Hosting"
204
+ msgstr "Hébergeurs recommandés"
205
+
206
+ #: views/help/help.php:91
207
+ msgid "Servers That Work With Duplicator"
208
+ msgstr "Les serveurs qui fonctionnent avec Duplicator"
209
+
210
+ #: views/help/help.php:94
211
+ msgid "Trusted Providers!"
212
+ msgstr "Partenaires de confiance"
213
+
214
+ #: views/help/help.php:104
215
+ msgid "Alternatives"
216
+ msgstr "Alternatives"
217
+
218
+ #: views/help/help.php:107
219
+ msgid "Other Commercial Resources"
220
+ msgstr "Autres ressources (commerciales)"
221
+
222
+ #: views/help/help.php:110
223
+ msgid "Pro Solutions!"
224
+ msgstr "Solutions Pro"
225
+
226
+ #: views/packages/details/controller.php:12
227
+ #: views/packages/main/new3.base.php:140
228
+ msgid "Package Log"
229
+ msgstr "Journaux"
230
+
231
+ #: views/packages/details/controller.php:13
232
+ msgid "FAQ Pages"
233
+ msgstr "Foire Aux Questions"
234
+
235
+ #: views/packages/details/controller.php:14
236
+ msgid "Help Ticket"
237
+ msgstr "Ticket de support"
238
+
239
+ #: views/packages/details/controller.php:34
240
+ msgid "An error was detected while creating this package. Please review the "
241
+ msgstr "Une erreur a été détectée lors de la création du paquet. Vérifiez le"
242
+
243
+ #: views/packages/details/controller.php:34
244
+ msgid " for more details."
245
+ msgstr "pour plus de détails."
246
+
247
+ #: views/packages/details/controller.php:35
248
+ msgid "Additional help is available online via the "
249
+ msgstr "Pour plus d'aide, allez sur"
250
+
251
+ #: views/packages/details/controller.php:35
252
+ msgid " or just contact support via a "
253
+ msgstr "ou contactez le support par un"
254
+
255
+ #: views/packages/details/controller.php:41
256
+ #: views/packages/main/packages.php:88 views/packages/main/new3.base.php:112
257
+ msgid "Details"
258
+ msgstr "Détails"
259
+
260
+ #: views/packages/details/controller.php:42
261
+ msgid "Transfer"
262
+ msgstr "Transférer"
263
+
264
+ #: views/packages/details/controller.php:44
265
+ #: views/packages/main/packages.php:63 views/packages/main/new1.base.php:100
266
+ #: views/packages/main/new2.base.php:88 views/packages/main/new3.base.php:47
267
+ #: views/packages/main/new3.base.php:94
268
+ msgid "All Packages"
269
+ msgstr "Tous les paquets"
270
+
271
+ #: views/packages/details/controller.php:60
272
+ msgid "No package in default location so transfer is disabled."
273
+ msgstr ""
274
+ "Il n'y a pas de paquet dans l'emplacement par défaut, le transfert est "
275
+ "désactivé."
276
+
277
+ #: views/packages/details/detail.php:44
278
+ msgid "Invlaid Package ID request. Please try again!"
279
+ msgstr "Numéro de paquet incorrect. Merci de réessayer."
280
+
281
+ #: views/packages/details/detail.php:56 views/tools/diagnostics.php:87
282
+ msgid "General"
283
+ msgstr "Général"
284
+
285
+ #: views/packages/details/detail.php:62 views/packages/details/detail.php:139
286
+ #: views/packages/main/packages.php:91
287
+ #: views/packages/main/new1.inc.form.php:6
288
+ #: views/packages/main/new1.inc.form.php:31
289
+ #: views/packages/main/new3.base.php:78
290
+ msgid "Name"
291
+ msgstr "Nom du paquet"
292
+
293
+ #: views/packages/details/detail.php:66
294
+ msgid "ID"
295
+ msgstr "ID"
296
+
297
+ #: views/packages/details/detail.php:67 views/packages/main/packages.php:162
298
+ #: views/packages/main/packages.php:207
299
+ msgid "Hash"
300
+ msgstr "Numéro de paquet"
301
+
302
+ #: views/packages/details/detail.php:68
303
+ msgid "Full Name"
304
+ msgstr "Nom"
305
+
306
+ #: views/packages/details/detail.php:73 views/packages/main/packages.php:163
307
+ #: views/packages/main/packages.php:212
308
+ #: views/packages/main/new1.inc.form.php:8
309
+ #: views/packages/main/new1.inc.form.php:13
310
+ msgid "Notes"
311
+ msgstr "Notes"
312
+
313
+ #: views/packages/details/detail.php:74
314
+ msgid "- no notes -"
315
+ msgstr "- pas de note -"
316
+
317
+ #: views/packages/details/detail.php:78 views/packages/main/packages.php:160
318
+ #: views/packages/main/packages.php:205 views/settings/general.php:86
319
+ #: views/tools/diagnostics.php:141 views/tools/diagnostics.php:160
320
+ #: views/tools/diagnostics.php:204
321
+ msgid "Version"
322
+ msgstr "Version"
323
+
324
+ #: views/packages/details/detail.php:82
325
+ msgid "Runtime"
326
+ msgstr "Temps d'exécution"
327
+
328
+ #: views/packages/details/detail.php:83
329
+ msgid "error running"
330
+ msgstr "erreurs trouvées"
331
+
332
+ #: views/packages/details/detail.php:86
333
+ msgid "Status"
334
+ msgstr "Statut"
335
+
336
+ #: views/packages/details/detail.php:87
337
+ msgid "completed"
338
+ msgstr "terminé"
339
+
340
+ #: views/packages/details/detail.php:87
341
+ msgid "in-complete"
342
+ msgstr "en cours de finalisation"
343
+
344
+ #: views/packages/details/detail.php:90 views/packages/details/detail.php:213
345
+ #: views/packages/main/new1.inc.form.php:75
346
+ #: views/packages/main/new2.base.php:230
347
+ msgid "Files"
348
+ msgstr "Fichiers"
349
+
350
+ #: views/packages/details/detail.php:105 views/packages/details/detail.php:176
351
+ #: views/packages/main/packages.php:151
352
+ #: views/packages/main/new1.inc.form.php:63
353
+ #: views/packages/main/new2.base.php:222 views/packages/main/new3.base.php:87
354
+ msgid "Archive"
355
+ msgstr "Archive"
356
+
357
+ #: views/packages/details/detail.php:109 views/packages/details/detail.php:261
358
+ #: views/packages/main/packages.php:148
359
+ #: views/packages/main/new1.inc.form.php:234
360
+ #: views/packages/main/new3.base.php:83
361
+ msgid "Installer"
362
+ msgstr "Installeur"
363
+
364
+ #: views/packages/details/detail.php:113 views/packages/details/detail.php:271
365
+ #: views/packages/main/new1.inc.form.php:76
366
+ #: views/packages/main/new1.inc.form.php:253
367
+ #: views/packages/main/new2.base.php:354
368
+ msgid "Database"
369
+ msgstr "Base de données"
370
+
371
+ #: views/packages/details/detail.php:132
372
+ #: views/packages/main/new1.inc.form.php:23 views/settings/general.php:101
373
+ msgid "Storage"
374
+ msgstr "Répertoire de stockage"
375
+
376
+ #: views/packages/details/detail.php:140 views/packages/details/detail.php:222
377
+ #: views/packages/main/new1.inc.form.php:32
378
+ msgid "Type"
379
+ msgstr "Type"
380
+
381
+ #: views/packages/details/detail.php:141
382
+ #: views/packages/main/new1.inc.form.php:33
383
+ msgid "Location"
384
+ msgstr "Emplacement"
385
+
386
+ #: views/packages/details/detail.php:146
387
+ #: views/packages/main/new1.inc.form.php:38
388
+ msgid "Default"
389
+ msgstr "Défaut"
390
+
391
+ #: views/packages/details/detail.php:147
392
+ #: views/packages/main/new1.inc.form.php:39
393
+ msgid "Local"
394
+ msgstr "Local"
395
+
396
+ #: views/packages/details/detail.php:157
397
+ #: views/packages/main/new1.inc.form.php:49
398
+ #, php-format
399
+ msgid "%1$s, %2$s, %3$s and other storage options available in"
400
+ msgstr ""
401
+ "%1$s, %2$s, %3$s et d'autres options de stockage sont disponibles avec "
402
+
403
+ #: views/packages/details/detail.php:182
404
+ msgid "FILES"
405
+ msgstr "FICHIERS"
406
+
407
+ #: views/packages/details/detail.php:185 views/packages/details/detail.php:226
408
+ #: views/packages/main/new1.inc.form.php:127
409
+ msgid "Build Mode"
410
+ msgstr "Mode de construction"
411
+
412
+ #: views/packages/details/detail.php:186
413
+ msgid "ZipArchive"
414
+ msgstr "ZipArchive"
415
+
416
+ #: views/packages/details/detail.php:189 views/packages/details/detail.php:239
417
+ msgid "Filters"
418
+ msgstr "Filtres"
419
+
420
+ #: views/packages/details/detail.php:193
421
+ #: views/packages/main/new1.inc.form.php:92
422
+ msgid "Directories"
423
+ msgstr "Répertoires"
424
+
425
+ #: views/packages/details/detail.php:198 views/packages/details/detail.php:208
426
+ #: views/packages/details/detail.php:248
427
+ msgid "- no filters -"
428
+ msgstr "- aucun filtre -"
429
+
430
+ #: views/packages/details/detail.php:203
431
+ msgid "Extensions"
432
+ msgstr "Extensions"
433
+
434
+ #: views/packages/details/detail.php:214
435
+ msgid "Available in Duplicator Pro"
436
+ msgstr "Disponible avec Duplicator Pro"
437
+
438
+ #: views/packages/details/detail.php:219 views/packages/main/packages.php:341
439
+ msgid "DATABASE"
440
+ msgstr "BASE DE DONNEES"
441
+
442
+ #: views/packages/details/detail.php:232 views/packages/main/new2.base.php:411
443
+ msgid "MySQL Compatibility Mode Enabled"
444
+ msgstr "Mode de compatibilité MySQL activé"
445
+
446
+ #: views/packages/details/detail.php:233
447
+ #: views/packages/main/new1.inc.form.php:188
448
+ #: views/packages/main/new2.base.php:156 views/packages/main/new2.base.php:166
449
+ #: views/packages/main/new2.base.php:173 views/packages/main/new2.base.php:182
450
+ #: views/packages/main/new2.base.php:263 views/packages/main/new2.base.php:412
451
+ msgid "details"
452
+ msgstr "détails"
453
+
454
+ #: views/packages/details/detail.php:243 views/packages/main/new2.base.php:374
455
+ msgid "Tables"
456
+ msgstr "Tables"
457
+
458
+ #: views/packages/details/detail.php:267
459
+ #: views/packages/main/new1.inc.form.php:245
460
+ msgid "Host"
461
+ msgstr "Adresse"
462
+
463
+ #: views/packages/details/detail.php:268 views/packages/details/detail.php:272
464
+ #: views/packages/details/detail.php:276 views/packages/details/detail.php:280
465
+ msgid "- not set -"
466
+ msgstr " - aucun réglage -"
467
+
468
+ #: views/packages/details/detail.php:275 views/packages/main/packages.php:161
469
+ #: views/packages/main/packages.php:206
470
+ #: views/packages/main/new1.inc.form.php:257 views/tools/diagnostics.php:168
471
+ msgid "User"
472
+ msgstr "Utilisateur"
473
+
474
+ #: views/packages/details/detail.php:279
475
+ #: views/packages/main/new1.inc.form.php:297
476
+ msgid "New URL"
477
+ msgstr "Nouvelle URL"
478
+
479
+ #: views/packages/details/detail.php:288 views/packages/main/packages.php:171
480
+ msgid "View Package Object"
481
+ msgstr "Voir le paquet"
482
+
483
+ #: views/packages/details/transfer.php:30
484
+ msgid "Manual Transfer"
485
+ msgstr "Transfert manuel"
486
+
487
+ #: views/packages/details/transfer.php:36
488
+ msgid "This option is available only in the professional version."
489
+ msgstr "Cette option n'est disponible qu'avec la version Pro."
490
+
491
+ #: views/packages/details/transfer.php:38
492
+ msgid ""
493
+ "Manual Transfer allows you to copy any package to another location such as "
494
+ "Dropbox, Google Drive, FTP, or another directory on this server."
495
+ msgstr ""
496
+ "Le transfert manuel vous permet de copier vos paquets à un autre emplacement "
497
+ "tel que Dropbox, Google Drive, FTP ou un autre répertoire du serveur."
498
+
499
+ #: views/packages/details/transfer.php:40
500
+ msgid ""
501
+ "Simply check the destination checkbox you would like to transfer the package "
502
+ "files to and hit the transfer button and thats it."
503
+ msgstr ""
504
+ "Vérifiez la destination à laquelle vous souhaitez transférer les fichiers du "
505
+ "paquet, appuyez sur Transfert, et c'est fait."
506
+
507
+ #: views/packages/main/controller.php:38
508
+ msgid "Packages &raquo; All"
509
+ msgstr "Paquets &raquo; Tous"
510
+
511
+ #: views/packages/main/controller.php:42 views/packages/main/controller.php:46
512
+ #: views/packages/main/controller.php:50
513
+ msgid "Packages &raquo; New"
514
+ msgstr "Paquets &raquo; Nouveau"
515
+
516
+ #: views/packages/main/list-nodata.php:7
517
+ msgid "No Packages Found."
518
+ msgstr "Aucun paquet trouvé."
519
+
520
+ #: views/packages/main/list-nodata.php:8
521
+ msgid "Click the 'Create New' button to build a package."
522
+ msgstr "Cliquez sur le bouton 'Créer un paquet' pour en générer un."
523
+
524
+ #: views/packages/main/list-nodata.php:13
525
+ msgid "Please visit the"
526
+ msgstr "Allez donc sur"
527
+
528
+ #: views/packages/main/list-nodata.php:14
529
+ #: views/packages/main/list-nodata.php:28
530
+ #: views/packages/main/new1.base.php:240
531
+ msgid "help page"
532
+ msgstr "la page de support"
533
+
534
+ #: views/packages/main/list-nodata.php:15
535
+ msgid "for additional support"
536
+ msgstr "pour de l'aide supplémentaire"
537
+
538
+ #: views/packages/main/list-nodata.php:24
539
+ msgid "Older packages prior to 0.5.0 are no longer supported in this version."
540
+ msgstr ""
541
+ "Les paquets antérieurs à la version 0.5.0 ne sont plus compatibles avec "
542
+ "cette version."
543
+
544
+ #: views/packages/main/list-nodata.php:27
545
+ msgid "To get an older package please visit the"
546
+ msgstr "Pour obtenir une version antérieure, allez donc sur "
547
+
548
+ #: views/packages/main/list-nodata.php:29
549
+ msgid "and look for the Change Log link for additional instructions."
550
+ msgstr ""
551
+ "et lisez les notes de version (Change Log) pour des instructions "
552
+ "additionnelles."
553
+
554
+ #: views/packages/main/list-nodata.php:33
555
+ msgid "Hide this message"
556
+ msgstr "Cacher ce message"
557
+
558
+ #: views/packages/main/packages.php:41
559
+ msgid "Help Support Duplicator"
560
+ msgstr "Support de Duplicator"
561
+
562
+ #: views/packages/main/packages.php:52
563
+ msgid "Bulk Actions"
564
+ msgstr "Actions groupées"
565
+
566
+ #: views/packages/main/packages.php:53
567
+ msgid "Delete selected package(s)"
568
+ msgstr "Effacer le(s) paquet(s) sélectionné(s)"
569
+
570
+ #: views/packages/main/packages.php:53
571
+ msgid "Delete"
572
+ msgstr "Effacer"
573
+
574
+ #: views/packages/main/packages.php:55
575
+ msgid "Apply"
576
+ msgstr "Appliquer"
577
+
578
+ #: views/packages/main/packages.php:60
579
+ msgid "Package Logs"
580
+ msgstr "Journaux des paquets"
581
+
582
+ #: views/packages/main/packages.php:64 views/packages/main/new1.base.php:101
583
+ #: views/packages/main/new2.base.php:89 views/packages/main/new3.base.php:48
584
+ msgid "Create New"
585
+ msgstr "Créer un paquet"
586
+
587
+ #: views/packages/main/packages.php:87
588
+ msgid "Select all packages"
589
+ msgstr "Sélectionner tous les paquets"
590
+
591
+ #: views/packages/main/packages.php:89
592
+ msgid "Created"
593
+ msgstr "Créé"
594
+
595
+ #: views/packages/main/packages.php:90 views/packages/main/new2.base.php:249
596
+ #: views/packages/main/new2.base.php:376
597
+ msgid "Size"
598
+ msgstr "Taille"
599
+
600
+ #: views/packages/main/packages.php:93 views/settings/general.php:117
601
+ msgid "Package"
602
+ msgstr "Paquet"
603
+
604
+ #: views/packages/main/packages.php:124
605
+ msgid "(No Notes Taken)"
606
+ msgstr "(Aucun note générée)"
607
+
608
+ #: views/packages/main/packages.php:142 views/packages/main/packages.php:192
609
+ msgid "View"
610
+ msgstr "Voir"
611
+
612
+ #: views/packages/main/packages.php:153
613
+ msgid "Package Details"
614
+ msgstr "Détails du paquet"
615
+
616
+ #: views/packages/main/packages.php:165
617
+ msgid "Links"
618
+ msgstr "Liens"
619
+
620
+ #: views/packages/main/packages.php:166
621
+ msgid "SQL"
622
+ msgstr "SQL"
623
+
624
+ #: views/packages/main/packages.php:167
625
+ msgid "Log"
626
+ msgstr "Journal"
627
+
628
+ #: views/packages/main/packages.php:170
629
+ msgid "Open Scan Report"
630
+ msgstr "Ouvrir le rapport de scan"
631
+
632
+ #: views/packages/main/packages.php:198
633
+ msgid "View Error Details"
634
+ msgstr "Voir le détail des erreurs"
635
+
636
+ #: views/packages/main/packages.php:210
637
+ msgid "Unrecoverable Error! Please remove this package."
638
+ msgstr "Erreur : contenu non récupérable ! Merci de supprimer ce paquet."
639
+
640
+ #: views/packages/main/packages.php:215
641
+ msgid ""
642
+ "This package has encountered errors. Click 'View Log' for more details. "
643
+ "For additional support see the "
644
+ msgstr ""
645
+ "Ce paquet a généré des erreurs. Cliquez sur 'Voir les journaux' pour plus de "
646
+ "détails. Pour une aide supplémentaire allez donc sur"
647
+
648
+ #: views/packages/main/packages.php:216
649
+ msgid "online knowledgebase"
650
+ msgstr "notre documentation en ligne"
651
+
652
+ #: views/packages/main/packages.php:218
653
+ msgid "View Log"
654
+ msgstr "Voir les journaux"
655
+
656
+ #: views/packages/main/packages.php:241 views/packages/main/new2.base.php:246
657
+ #: views/packages/main/new2.base.php:370
658
+ msgid "Total Size"
659
+ msgstr "Taille totale"
660
+
661
+ #: views/packages/main/packages.php:260
662
+ msgid "Download Links"
663
+ msgstr "Liens de téléchargement"
664
+
665
+ #: views/packages/main/packages.php:263
666
+ msgid "The following links contain sensitive data. Please share with caution!"
667
+ msgstr ""
668
+ "Les liens suivants contiennent des informations sensibles. Gardez-les "
669
+ "confidentiels."
670
+
671
+ #: views/packages/main/packages.php:269
672
+ msgid ""
673
+ "The database SQL script is a quick link to your database backup script. An "
674
+ "exact copy is also stored in the package."
675
+ msgstr ""
676
+ "Le script de base de données SQL est un lien rapide vers votre script de "
677
+ "sauvegarde de base de données. Une copie exacte est également dans le paquet."
678
+
679
+ #: views/packages/main/packages.php:292
680
+ msgid ""
681
+ "Please select an action from the bulk action drop down menu to perform a "
682
+ "specific action."
683
+ msgstr "Merci de sélectionner une action de la liste des actions par lot"
684
+
685
+ #: views/packages/main/packages.php:300
686
+ msgid "Please select at least one package to delete."
687
+ msgstr "Merci de sélectionner au moins un paquet à effacer."
688
+
689
+ #: views/packages/main/packages.php:304
690
+ msgid "Are you sure, you want to delete the selected package(s)?"
691
+ msgstr "Êtes-vous sûr de vouloir effacer le paquet sélectionné ?"
692
+
693
+ #: views/packages/main/packages.php:338
694
+ msgid "Package File Links"
695
+ msgstr "Liens vers les paquets"
696
+
697
+ #: views/packages/main/packages.php:342
698
+ msgid "PACKAGE"
699
+ msgstr "PAQUET"
700
+
701
+ #: views/packages/main/packages.php:343
702
+ msgid "INSTALLER"
703
+ msgstr "INSTALLEUR"
704
+
705
+ #: views/packages/main/packages.php:344
706
+ msgid "LOG"
707
+ msgstr "JOURNAL"
708
+
709
+ #: views/packages/main/packages.php:345
710
+ msgid "REPORT"
711
+ msgstr "RAPPORT"
712
+
713
+ #: views/packages/main/new1.base.php:13
714
+ msgid "Package settings have been reset."
715
+ msgstr "Les paramètres du paquet ont été remis à zéro."
716
+
717
+ #: views/packages/main/new1.base.php:90 views/packages/main/new2.base.php:78
718
+ #: views/packages/main/new3.base.php:37
719
+ msgid "Setup"
720
+ msgstr "Configuration"
721
+
722
+ #: views/packages/main/new1.base.php:91 views/packages/main/new2.base.php:79
723
+ #: views/packages/main/new3.base.php:38
724
+ msgid "Scan"
725
+ msgstr "Scan"
726
+
727
+ #: views/packages/main/new1.base.php:92 views/packages/main/new2.base.php:80
728
+ #: views/packages/main/new2.base.php:460 views/packages/main/new3.base.php:39
729
+ msgid "Build"
730
+ msgstr "Création"
731
+
732
+ #: views/packages/main/new1.base.php:95
733
+ msgid "Step 1: Package Setup"
734
+ msgstr "Étape 1 : Configurer un paquet"
735
+
736
+ #: views/packages/main/new1.base.php:119
737
+ msgid "Requirements:"
738
+ msgstr "Exigences Système :"
739
+
740
+ #: views/packages/main/new1.base.php:128
741
+ msgid ""
742
+ "System requirements must pass for the Duplicator to work properly. Click "
743
+ "each link for details."
744
+ msgstr ""
745
+ "Les exigences système doivent être correctes pour que Duplicator fonctionne "
746
+ "convenablement. Cliquez sur chaque lien pour en voir le détail."
747
+
748
+ #: views/packages/main/new1.base.php:134
749
+ msgid "PHP Support"
750
+ msgstr "Support de PHP"
751
+
752
+ #: views/packages/main/new1.base.php:140
753
+ msgid "PHP Version"
754
+ msgstr "Version de PHP"
755
+
756
+ #: views/packages/main/new1.base.php:144
757
+ msgid "Zip Archive Enabled"
758
+ msgstr "Archivage Zip Activé"
759
+
760
+ #: views/packages/main/new1.base.php:148
761
+ msgid "Safe Mode Off"
762
+ msgstr "Mode de sécurité désactivé"
763
+
764
+ #: views/packages/main/new1.base.php:152 views/packages/main/new1.base.php:156
765
+ #: views/packages/main/new1.base.php:160
766
+ msgid "Function"
767
+ msgstr "Fonction"
768
+
769
+ #: views/packages/main/new1.base.php:165
770
+ msgid ""
771
+ "PHP versions 5.2.9+ or higher is required. For compression to work the "
772
+ "ZipArchive extension for PHP is required. Safe Mode should be set to 'Off' "
773
+ "in you php.ini file and is deprecated as of PHP 5.3.0. For any issues in "
774
+ "this section please contact your hosting provider or server administrator. "
775
+ "For additional information see our online documentation."
776
+ msgstr ""
777
+ "PHP dans sa version 5.2.9 ou supérieure est nécessaire. Pour que la "
778
+ "compression fonctionne, l'extension ZipArchive de PHP est requise. Le mode "
779
+ "sécurité (Safe Mode) doit être désactivé (Off) dans votre fichier php.ini ; "
780
+ "cette fonction n'est plus supportée depuis PHP 5.3.0. En cas de problèmes, "
781
+ "merci de contacter votre hébergeur ou administrateur système. Pour plus "
782
+ "d'informations, veuillez vous reporter à notre documentation en ligne."
783
+
784
+ #: views/packages/main/new1.base.php:173
785
+ msgid "Permissions"
786
+ msgstr "Permissions"
787
+
788
+ #: views/packages/main/new1.base.php:176
789
+ msgid "Required Paths"
790
+ msgstr "Chemins"
791
+
792
+ #: views/packages/main/new1.base.php:187
793
+ msgid ""
794
+ "Permissions can be difficult to resolve on some systems. If the plugin can "
795
+ "not read the above paths here are a few things to try. 1) Set the above "
796
+ "paths to have permissions of 755 for directories and 644 for files. You can "
797
+ "temporarily try 777 however, be sure you don’t leave them this way. 2) Check "
798
+ "the owner/group settings for both files and directories. The PHP script "
799
+ "owner and the process owner are different. The script owner owns the PHP "
800
+ "script but the process owner is the user the script is running as, thus "
801
+ "determining its capabilities/privileges in the file system. For more details "
802
+ "contact your host or server administrator or visit the 'Help' menu under "
803
+ "Duplicator for additional online resources."
804
+ msgstr ""
805
+ "Les permissions sont parfois difficiles à appréhender sur certains systèmes. "
806
+ "Si l'extension n'arrive pas à lire les chemins suivants, voici ce que vous "
807
+ "pouvez essayer. 1) Passer les permissions à 755 pour les répertoires et 644 "
808
+ "pour les fichiers. Vous pouvez également essayer de passer en 777 mais ne "
809
+ "laissez pas ce paramètre par la suite. 2) Vérifier les paramètres de "
810
+ "propriétaire ou de groupe pour les fichiers et répertoires. Le script PHP "
811
+ "pour les propriétaires et groupes ne fonctionne pas de la même façon. Pour "
812
+ "plus de détails, contactez votre hébergeur ou administrateur système. Vous "
813
+ "pouvez également aller dans l'onglet 'Support' pour des ressources "
814
+ "supplémentaires."
815
+
816
+ #: views/packages/main/new1.base.php:195
817
+ msgid "Server Support"
818
+ msgstr "Compatibilité avec le serveur"
819
+
820
+ #: views/packages/main/new1.base.php:201
821
+ msgid "MySQL Version"
822
+ msgstr "Version de MySQL"
823
+
824
+ #: views/packages/main/new1.base.php:205
825
+ msgid "MySQLi Support"
826
+ msgstr "Compatibilité MySQLi"
827
+
828
+ #: views/packages/main/new1.base.php:211
829
+ msgid ""
830
+ "MySQL version 5.0+ or better is required and the PHP MySQLi extension (note "
831
+ "the trailing 'i') is also required. Contact your server administrator and "
832
+ "request that mysqli extension and MySQL Server 5.0+ be installed. Please "
833
+ "note in future versions support for other databases and extensions will be "
834
+ "added."
835
+ msgstr ""
836
+ "Une version 5.0 ou supérieure de MySQL ainsi que l'extension MySQLi "
837
+ "(remarquez bien le 'i') est nécessaire. Contactez alors votre administrateur "
838
+ "pour lui demander que tout soit en règle. Nous ajouterons par la suite la "
839
+ "compatibilité avec d'autres bases de données et extensions."
840
+
841
+ #: views/packages/main/new1.base.php:212 views/tools/cleanup.php:109
842
+ msgid "more info"
843
+ msgstr "plus d'informations"
844
+
845
+ #: views/packages/main/new1.base.php:221
846
+ msgid "Reserved Files"
847
+ msgstr "Fichiers réservés"
848
+
849
+ #: views/packages/main/new1.base.php:231
850
+ msgid "Remove Files Now"
851
+ msgstr "Supprimer les fichiers"
852
+
853
+ #: views/packages/main/new1.base.php:240
854
+ msgid "For additional help please see the "
855
+ msgstr "Pour plus d'aide allez sur "
856
+
857
+ #: views/packages/main/new1.inc.form.php:10
858
+ msgid "Create a new default name"
859
+ msgstr "Créer un nouveau nom par défaut"
860
+
861
+ #: views/packages/main/new1.inc.form.php:65
862
+ msgid "File filter enabled"
863
+ msgstr "Filtre de fichier activé"
864
+
865
+ #: views/packages/main/new1.inc.form.php:66
866
+ msgid "Database filter enabled"
867
+ msgstr "Filtre de base de données activé"
868
+
869
+ #: views/packages/main/new1.inc.form.php:88
870
+ msgid "Enable File Filters"
871
+ msgstr "Activer les filtres de fichiers"
872
+
873
+ #: views/packages/main/new1.inc.form.php:92
874
+ #: views/packages/main/new1.inc.form.php:100
875
+ msgid "Separate all filters by semicolon"
876
+ msgstr "Séparez tous les filtres par des points-virgules"
877
+
878
+ #: views/packages/main/new1.inc.form.php:94
879
+ msgid "root path"
880
+ msgstr "chemin vers la racine"
881
+
882
+ #: views/packages/main/new1.inc.form.php:95
883
+ msgid "wp-uploads"
884
+ msgstr "wp-uploads"
885
+
886
+ #: views/packages/main/new1.inc.form.php:96
887
+ msgid "cache"
888
+ msgstr "cache"
889
+
890
+ #: views/packages/main/new1.inc.form.php:97
891
+ #: views/packages/main/new1.inc.form.php:104
892
+ msgid "(clear)"
893
+ msgstr "(effacer)"
894
+
895
+ #: views/packages/main/new1.inc.form.php:100
896
+ msgid "File extensions"
897
+ msgstr "Extensions de fichiers"
898
+
899
+ #: views/packages/main/new1.inc.form.php:102
900
+ msgid "media"
901
+ msgstr "media"
902
+
903
+ #: views/packages/main/new1.inc.form.php:103
904
+ msgid "archive"
905
+ msgstr "archive"
906
+
907
+ #: views/packages/main/new1.inc.form.php:109
908
+ msgid ""
909
+ "The directory paths and extensions above will be be excluded from the "
910
+ "archive file if enabled is checked."
911
+ msgstr ""
912
+ "Les chemins vers le répertoire et les extensions ci-dessous seront exclus de "
913
+ "l'archive si vous cochez la case 'Activer les filtres de fichiers'"
914
+
915
+ #: views/packages/main/new1.inc.form.php:110
916
+ msgid "Use the full path for directories and semicolons to separate all items."
917
+ msgstr ""
918
+ "Utilisez le chemin complet pour les répertoires et des points virgules pour "
919
+ "séparer les fichiers."
920
+
921
+ #: views/packages/main/new1.inc.form.php:114
922
+ #, php-format
923
+ msgid "%1$s are available in"
924
+ msgstr "%1$s sont disponibles avec"
925
+
926
+ #: views/packages/main/new1.inc.form.php:135
927
+ msgid "Enable Table Filters"
928
+ msgstr "Activer les filtres de tables"
929
+
930
+ #: views/packages/main/new1.inc.form.php:137
931
+ msgid "Enable Table Filters:"
932
+ msgstr "Activer les filtres de tables :"
933
+
934
+ #: views/packages/main/new1.inc.form.php:138
935
+ msgid ""
936
+ "Checked tables will not be added to the database script. Excluding certain "
937
+ "tables can possibly cause your site or plugins to not work correctly after "
938
+ "install!"
939
+ msgstr ""
940
+ "Les tables sélectionnées ne seront pas ajoutées au script de la base de "
941
+ "données. Exclure certaines tables peut potentiellement empêcher votre ou vos "
942
+ "extensions de ne pas fonctionner correctement après l'installation !"
943
+
944
+ #: views/packages/main/new1.inc.form.php:145
945
+ msgid "Include All"
946
+ msgstr "Tout inclure"
947
+
948
+ #: views/packages/main/new1.inc.form.php:146
949
+ msgid "Exclude All"
950
+ msgstr "Tout exclure"
951
+
952
+ #: views/packages/main/new1.inc.form.php:180
953
+ msgid "Compatibility Mode"
954
+ msgstr "Mode de compatibilité"
955
+
956
+ #: views/packages/main/new1.inc.form.php:182
957
+ msgid "Compatibility Mode:"
958
+ msgstr "Mode de compatibilité :"
959
+
960
+ #: views/packages/main/new1.inc.form.php:183
961
+ msgid ""
962
+ "This is an advanced database backwards compatibility feature that should "
963
+ "ONLY be used if having problems installing packages. If the database server "
964
+ "version is lower than the version where the package was built then these "
965
+ "options may help generate a script that is more compliant with the older "
966
+ "database server. It is recommended to try each option separately starting "
967
+ "with mysql40."
968
+ msgstr ""
969
+ "Il s'agit d'une fonctionnalité de rétro-compatibilité de base de données qui "
970
+ "ne devrait être utilisée QUE si vous rencontrez des problèmes lors "
971
+ "l'installation des paquets. Si la version de la base de données est "
972
+ "inférieure à celle utilisée pour générer les paquets, ces options peuvent "
973
+ "créer des scripts qui seront plus souples avec les versions plus anciennes. "
974
+ "Il est recommandé d'essayer chaque option séparément en commençant par "
975
+ "mysql40."
976
+
977
+ #: views/packages/main/new1.inc.form.php:204
978
+ msgid "mysql40"
979
+ msgstr "mysql40"
980
+
981
+ #: views/packages/main/new1.inc.form.php:208
982
+ msgid "no_table_options"
983
+ msgstr "no_table_options"
984
+
985
+ #: views/packages/main/new1.inc.form.php:212
986
+ msgid "no_key_options"
987
+ msgstr "no_key_options"
988
+
989
+ #: views/packages/main/new1.inc.form.php:216
990
+ msgid "no_field_options"
991
+ msgstr "no_fields_options"
992
+
993
+ #: views/packages/main/new1.inc.form.php:221
994
+ msgid "This option is only availbe with mysqldump mode."
995
+ msgstr "Cette option n'est disponible qu'avec le mode mysqldump"
996
+
997
+ #: views/packages/main/new1.inc.form.php:239
998
+ msgid "STEP 1 - INPUTS"
999
+ msgstr "ÉTAPE 1 - PARAMÈTRES DE DESTINATION"
1000
+
1001
+ #: views/packages/main/new1.inc.form.php:242
1002
+ msgid "MySQL Server"
1003
+ msgstr "Serveur MySQL"
1004
+
1005
+ #: views/packages/main/new1.inc.form.php:249
1006
+ msgid "Host Port"
1007
+ msgstr "Port"
1008
+
1009
+ #: views/packages/main/new1.inc.form.php:261
1010
+ msgid "Advanced Options"
1011
+ msgstr "Options avancées"
1012
+
1013
+ #: views/packages/main/new1.inc.form.php:267
1014
+ msgid "SSL"
1015
+ msgstr "SSL"
1016
+
1017
+ #: views/packages/main/new1.inc.form.php:270
1018
+ msgid "Enforce on Admin"
1019
+ msgstr "Forcer à l'administration"
1020
+
1021
+ #: views/packages/main/new1.inc.form.php:274
1022
+ msgid "Enforce on Logins"
1023
+ msgstr "Forcer aux connexions"
1024
+
1025
+ #: views/packages/main/new1.inc.form.php:278
1026
+ msgid "Cache"
1027
+ msgstr "Cache"
1028
+
1029
+ #: views/packages/main/new1.inc.form.php:281
1030
+ msgid "Keep Enabled"
1031
+ msgstr "Garder activé"
1032
+
1033
+ #: views/packages/main/new1.inc.form.php:285
1034
+ msgid "Keep Home Path"
1035
+ msgstr "Garder le chemin de l'accueil"
1036
+
1037
+ #: views/packages/main/new1.inc.form.php:293
1038
+ msgid "STEP 2 - INPUTS"
1039
+ msgstr "ÉTAPE 2 - URL DE DESTINATION"
1040
+
1041
+ #: views/packages/main/new1.inc.form.php:303
1042
+ msgid "The installer can have these fields pre-filled at install time."
1043
+ msgstr ""
1044
+ "L'installeur peut avoir ces champs pré-remplis au moment de l'installation."
1045
+
1046
+ #: views/packages/main/new1.inc.form.php:303
1047
+ msgid "All values are optional."
1048
+ msgstr "Toutes ces valeurs sont facultatives."
1049
+
1050
+ #: views/packages/main/new1.inc.form.php:312
1051
+ msgid "Reset"
1052
+ msgstr "Remise à zéro"
1053
+
1054
+ #: views/packages/main/new1.inc.form.php:313
1055
+ msgid "Next"
1056
+ msgstr "Suivant"
1057
+
1058
+ #: views/packages/main/new1.inc.form.php:325
1059
+ msgid ""
1060
+ "This will reset all of the current package settings. Would you like to "
1061
+ "continue?"
1062
+ msgstr ""
1063
+ "Cela va remettre à zéro tous les paramètres du paquet en cours. Voulez-vous "
1064
+ "continuer ?"
1065
+
1066
+ #: views/packages/main/new2.base.php:83
1067
+ msgid "Step 2: System Scan"
1068
+ msgstr "Étape 2 : Scan du système"
1069
+
1070
+ #: views/packages/main/new2.base.php:100
1071
+ msgid "Scanning Site"
1072
+ msgstr "Scan en cours"
1073
+
1074
+ #: views/packages/main/new2.base.php:102 views/packages/main/new3.base.php:61
1075
+ msgid "Please Wait..."
1076
+ msgstr "Merci de patienter..."
1077
+
1078
+ #: views/packages/main/new2.base.php:108
1079
+ msgid "Scan Complete"
1080
+ msgstr "Scan terminé"
1081
+
1082
+ #: views/packages/main/new2.base.php:110
1083
+ msgid "Process Time:"
1084
+ msgstr "Durée du processus :"
1085
+
1086
+ #: views/packages/main/new2.base.php:119
1087
+ msgid "Server"
1088
+ msgstr "Serveur"
1089
+
1090
+ #: views/packages/main/new2.base.php:121 views/tools/controller.php:18
1091
+ msgid "Diagnostics"
1092
+ msgstr "Diagnostics"
1093
+
1094
+ #: views/packages/main/new2.base.php:130 views/packages/main/new2.base.php:135
1095
+ #: views/tools/diagnostics.php:106
1096
+ msgid "Web Server"
1097
+ msgstr "Serveur"
1098
+
1099
+ #: views/packages/main/new2.base.php:137
1100
+ msgid "Supported web servers:"
1101
+ msgstr "Serveurs compatibles :"
1102
+
1103
+ #: views/packages/main/new2.base.php:147
1104
+ msgid "PHP Setup"
1105
+ msgstr "Configuration PHP"
1106
+
1107
+ #: views/packages/main/new2.base.php:153
1108
+ msgid "Open Base Dir"
1109
+ msgstr "Ouvrir le répertoire de base"
1110
+
1111
+ #: views/packages/main/new2.base.php:155
1112
+ msgid ""
1113
+ "Issues might occur when [open_basedir] is enabled. Work with your server "
1114
+ "admin to disable this value in the php.ini file if you’re having issues "
1115
+ "building a package."
1116
+ msgstr ""
1117
+ "Duplicator peut rencontrer des problèmes quand [open_basedir] est activé. "
1118
+ "Merci de voir avec votre administrateur réseau s'il peut désactiver cette "
1119
+ "fonction dans le fichier php.ini, si vous avez des problèmes pour créer des "
1120
+ "paquets."
1121
+
1122
+ #: views/packages/main/new2.base.php:161 views/tools/diagnostics.php:189
1123
+ msgid "Max Execution Time"
1124
+ msgstr "Temps maximum d'exécution"
1125
+
1126
+ #: views/packages/main/new2.base.php:163
1127
+ #, php-format
1128
+ msgid ""
1129
+ "Issues might occur for larger packages when the [max_execution_time] value "
1130
+ "in the php.ini is too low. The minimum recommended timeout is \"%1$s\" "
1131
+ "seconds or higher. An attempt is made to override this value if the server "
1132
+ "allows it. A value of 0 (recommended) indicates that PHP has no time limits."
1133
+ msgstr ""
1134
+ "Duplicator peut rencontrer des problèmes quand la valeur de "
1135
+ "[max_execution_time] dans le fichier php.ini est trop faible. La valeur "
1136
+ "recommandée est de \"%1$s\" secondes ou plus. Si le serveur l'autorise, "
1137
+ "l'extension va essayer de forcer cette valeur. Une valeur de 0 (recommandé) "
1138
+ "signifie qu'il n'y a pas de limite de temps du côté de PHP."
1139
+
1140
+ #: views/packages/main/new2.base.php:165
1141
+ msgid ""
1142
+ "Note: Timeouts can also be set at the web server layer, so if the PHP max "
1143
+ "timeout passes and you still see a build interrupt messages, then your web "
1144
+ "server could be killing the process. If you are limited on processing "
1145
+ "time, consider using the database or file filters to shrink the size of your "
1146
+ "overall package. However use caution as excluding the wrong resources can "
1147
+ "cause your install to not work properly."
1148
+ msgstr ""
1149
+ "Note : Le timeout peut également être utilisé comme couche de serveur. Si le "
1150
+ "timeout maximum PHP est atteint et que voyez encore des messages "
1151
+ "d'interruption dans le processus de création de paquet, alors votre serveur "
1152
+ "doit tuer notre processus. Si vous êtes limités par ce temps de latence, "
1153
+ "essayez donc d'utiliser les filtres de base de données ou de fichiers afin "
1154
+ "de diminuer la taille du paquet final. Cependant, faites attention : exclure "
1155
+ "les mauvaises ressources pourrait empêcher votre installation de fonctionner "
1156
+ "correctement."
1157
+
1158
+ #: views/packages/main/new2.base.php:171
1159
+ msgid "Get faster builds with Duplicator Pro."
1160
+ msgstr "Gagnez du temps avec Duplicator Pro."
1161
+
1162
+ #: views/packages/main/new2.base.php:179
1163
+ msgid "MySQLi"
1164
+ msgstr "MySQLi"
1165
+
1166
+ #: views/packages/main/new2.base.php:181
1167
+ msgid ""
1168
+ "Creating the package does not require the mysqli module. However the "
1169
+ "installer.php file requires that the PHP module mysqli be installed on the "
1170
+ "server it is deployed on."
1171
+ msgstr ""
1172
+ "La création du paquet ne nécessite pas le modyle mysqli. Cependant le "
1173
+ "fichier installer.php requiert que mysqli soit installé sur le serveur "
1174
+ "utilisé pour le déploiement."
1175
+
1176
+ #: views/packages/main/new2.base.php:191
1177
+ msgid "WordPress"
1178
+ msgstr "WordPress"
1179
+
1180
+ #: views/packages/main/new2.base.php:196
1181
+ msgid "WordPress Version"
1182
+ msgstr "Version de WordPress"
1183
+
1184
+ #: views/packages/main/new2.base.php:198
1185
+ #, php-format
1186
+ msgid ""
1187
+ "It is recommended to have a version of WordPress that is greater than %1$s"
1188
+ msgstr ""
1189
+ "Nous vous recommandons d'avoir une version de WordPress supérieure à %1$s"
1190
+
1191
+ #: views/packages/main/new2.base.php:202
1192
+ msgid "Core Files"
1193
+ msgstr "Fichiers sources"
1194
+
1195
+ #: views/packages/main/new2.base.php:204
1196
+ msgid ""
1197
+ "If the scanner is unable to locate the wp-config.php file in the root "
1198
+ "directory, then you will need to manually copy it to its new location."
1199
+ msgstr ""
1200
+ "Si le scanner n'est pas en mesure de trouver le fichier wp-config.php dans "
1201
+ "le répertoire racine alors vous devrez le copier manuellement à son nouvel "
1202
+ "emplacement."
1203
+
1204
+ #: views/packages/main/new2.base.php:210
1205
+ msgid "Cache Path"
1206
+ msgstr "Chemin du cache"
1207
+
1208
+ #: views/packages/main/new2.base.php:212
1209
+ msgid ""
1210
+ "Cached data will lead to issues at install time and increases your archive "
1211
+ "size. It is recommended to empty your cache directory at build time. Use "
1212
+ "caution when removing data from the cache directory. If you have a cache "
1213
+ "plugin review the documentation for how to empty it; simply removing files "
1214
+ "might cause errors on your site. The cache size minimum threshold is "
1215
+ "currently set at "
1216
+ msgstr ""
1217
+ "Les données en cache risquent d'entrainer des problèmes influant sur le "
1218
+ "temps d'installation et la taille de l'archive. Il est fortement recommandé "
1219
+ "de vider votre répertoire de cache avant de créer un paquet. Faites tout de "
1220
+ "même attention quand vous retirez des données du répertoire de cache. Si "
1221
+ "vous utilisez une extension de cache, merci de suivre leurs instructions "
1222
+ "pour désinstaller proprement et vider les fichiers en cache. Supprimer "
1223
+ "manuellement les fichiers de cache pourrait poser des conflits avec d'autres "
1224
+ "plugins par la suite. La limite de taille minimale de cache est actuellement "
1225
+ "fixée à "
1226
+
1227
+ #: views/packages/main/new2.base.php:235 views/packages/main/new2.base.php:359
1228
+ msgid "Enabled"
1229
+ msgstr "Activé"
1230
+
1231
+ #: views/packages/main/new2.base.php:250
1232
+ msgid "File Count"
1233
+ msgstr "Nombre de fichiers"
1234
+
1235
+ #: views/packages/main/new2.base.php:251
1236
+ msgid "Directory Count"
1237
+ msgstr "Nombre de répertoires"
1238
+
1239
+ #: views/packages/main/new2.base.php:254
1240
+ #, php-format
1241
+ msgid ""
1242
+ "Total size represents all files minus any filters that have been setup. The "
1243
+ "current thresholds that triggers a warning is %1$s for the total size. Some "
1244
+ "budget hosts limit the amount of time a PHP/Web request process can run. "
1245
+ "When working with larger sites this can cause timeout issues. Consider using "
1246
+ "a file filter in step 1 to shrink and filter the overall size of your "
1247
+ "package."
1248
+ msgstr ""
1249
+ "La taille totale est égale à celle de tous les fichiers MOINS ceux que vous "
1250
+ "avez exlus. La limite actuelle d'avertissement est de %1$s pour la taille "
1251
+ "totale. Certains hébergeuers limitent le temps d'exécution de certaines "
1252
+ "requêtes, ce qui peut bloquer la création de paquets pour de gros sites. "
1253
+ "Envisagez alors de créer des filtres à l'étape 1 pour réduire la taille "
1254
+ "finale de votre paquet."
1255
+
1256
+ #: views/packages/main/new2.base.php:261
1257
+ msgid "Package support up to 2GB available in Duplicator Pro."
1258
+ msgstr "Les paquets de plus de 2Go sont disponibles avec Duplicator Pro."
1259
+
1260
+ #: views/packages/main/new2.base.php:275
1261
+ msgid "Name Checks"
1262
+ msgstr "Vérification des noms de fichiers"
1263
+
1264
+ #: views/packages/main/new2.base.php:280
1265
+ msgid ""
1266
+ "File or directory names may cause issues when working across different "
1267
+ "environments and servers. Names that are over 250 characters, contain "
1268
+ "special characters (such as * ? > < : / \\ |) or are unicode might cause "
1269
+ "issues in a remote enviroment. It is recommended to remove or filter these "
1270
+ "files before building the archive if you have issues at install time."
1271
+ msgstr ""
1272
+ "Des noms de fichiers ou de répertoires invalides peuvent poser des problèmes "
1273
+ "en fonction des environnements et des serveurs. Les noms invalides dépassent "
1274
+ "250 caractères ou contiennent des caractères interdits tels que * ? > < : / "
1275
+ "\\ | ou encore unicodes. Il est recommandé de supprimer ou exclure ces "
1276
+ "fichiers avant de créer une archive car sinon vous auriez des problèmes lors "
1277
+ "de l'installation."
1278
+
1279
+ #: views/packages/main/new2.base.php:283 views/packages/main/new2.base.php:301
1280
+ msgid "Show Paths"
1281
+ msgstr "Voir les chemins"
1282
+
1283
+ #: views/packages/main/new2.base.php:292
1284
+ msgid "Large Files"
1285
+ msgstr "Fichiers volumineux"
1286
+
1287
+ #: views/packages/main/new2.base.php:297
1288
+ #, php-format
1289
+ msgid ""
1290
+ "Large files such as movies or other backuped data can cause issues with "
1291
+ "timeouts. The current check for large files is %1$s per file. If your "
1292
+ "having issues creating a package consider excluding these files with the "
1293
+ "files filter and manually moving them to your new location."
1294
+ msgstr ""
1295
+ "Les fichiers volumineux tels que les vidéos ou autres fichiers de sauvegarde "
1296
+ "peuvent causer des problèmes avec les timeouts. La valeur actuelle pour les "
1297
+ "fichiers volumineux est de %1$s par fichier. Si vous rencontrez des "
1298
+ "problèmes lors de la création d'un paquet, envisagez d'exclure ces fichiers "
1299
+ "et de les déplacer manuellement à leur futur emplacement."
1300
+
1301
+ #: views/packages/main/new2.base.php:311
1302
+ msgid "Archive Details"
1303
+ msgstr "Détails de l'archive"
1304
+
1305
+ #: views/packages/main/new2.base.php:314
1306
+ msgid "Root Directory"
1307
+ msgstr "Répertoire racine"
1308
+
1309
+ #: views/packages/main/new2.base.php:318
1310
+ msgid "Excluded Directories"
1311
+ msgstr "Répertoires exclus"
1312
+
1313
+ #: views/packages/main/new2.base.php:323
1314
+ msgid "No directory filters have been set."
1315
+ msgstr "Aucun filtre de répertoire n'a été activé."
1316
+
1317
+ #: views/packages/main/new2.base.php:328
1318
+ msgid "Excluded File Extensions"
1319
+ msgstr "Extensions de fichiers exclues"
1320
+
1321
+ #: views/packages/main/new2.base.php:333
1322
+ msgid "No file extension filters have been set."
1323
+ msgstr "Aucun filtre d'extension de fichier n'a été activé."
1324
+
1325
+ #: views/packages/main/new2.base.php:338
1326
+ msgid ""
1327
+ "The root directory is where Duplicator starts archiving files. The excluded "
1328
+ "sections will be skipped during the archive process. "
1329
+ msgstr ""
1330
+ "Le répertoire racine est l'emplacement dans lequel Duplicator place les "
1331
+ "fichiers d'archive. Les sections exclues seront retirées lors de la création "
1332
+ "de paquet. "
1333
+
1334
+ #: views/packages/main/new2.base.php:339
1335
+ msgid "All results are stored in a json file. "
1336
+ msgstr "Tous les résultats sont stockés dans un fichier json. "
1337
+
1338
+ #: views/packages/main/new2.base.php:341
1339
+ msgid "[view json report]"
1340
+ msgstr "[voir le rapport json]"
1341
+
1342
+ #: views/packages/main/new2.base.php:375
1343
+ msgid "Records"
1344
+ msgstr "Enregistrements"
1345
+
1346
+ #: views/packages/main/new2.base.php:378
1347
+ msgid "repair and optimization"
1348
+ msgstr "réparer et optimiser"
1349
+
1350
+ #: views/packages/main/new2.base.php:379
1351
+ #, php-format
1352
+ msgid ""
1353
+ "Total size and row count for all database tables are approximate values. "
1354
+ "The thresholds that trigger warnings are %1$s and %2$s records. Large "
1355
+ "databases take time to process and can cause issues with server timeout and "
1356
+ "memory settings. Running a %3$s on your database can also help improve the "
1357
+ "overall size and performance. If your server supports shell_exec and "
1358
+ "mysqldump you can try to enable this option from the settings menu."
1359
+ msgstr ""
1360
+ "La taille totale et le nombre de colonnes pour les tables de toutes les "
1361
+ "bases de données sont des valeurs approximatives. Les seuils qui déclenchent "
1362
+ "des messages d'erreur sont %1$s et %2$s. Les base de données volumineuses "
1363
+ "sont longues à traiter et peuvent poser des problèmes avec le timeout "
1364
+ "serveur ainsi que les paramètres de stockage. Disposer d'un %3$s sur votre "
1365
+ "base de données peut également améliorer la taille totale et les "
1366
+ "performances. Si votre serveur est compatible shell_exec et mysqldump, "
1367
+ "essayez d'activer cette option depuis le menu des paramètres."
1368
+
1369
+ #: views/packages/main/new2.base.php:391
1370
+ msgid "Table Details"
1371
+ msgstr "Détails de la table"
1372
+
1373
+ #: views/packages/main/new2.base.php:402
1374
+ msgid "Name:"
1375
+ msgstr "Nom :"
1376
+
1377
+ #: views/packages/main/new2.base.php:403
1378
+ msgid "Host:"
1379
+ msgstr "Hébergeur :"
1380
+
1381
+ #: views/packages/main/new2.base.php:405
1382
+ msgid "Build Mode:"
1383
+ msgstr "Mode de construction :"
1384
+
1385
+ #: views/packages/main/new2.base.php:426
1386
+ msgid "A warning status was detected, are you sure you want to continue?"
1387
+ msgstr ""
1388
+ "Il y a un ou plusieurs avertissement(s), êtes-vous sûr de vouloir continuer ?"
1389
+
1390
+ #: views/packages/main/new2.base.php:431
1391
+ msgid ""
1392
+ "Scan checks are not required to pass, however they could cause issues on "
1393
+ "some systems."
1394
+ msgstr ""
1395
+ "Il n'est pas nécessaire que tous les résultats du scan soient positifs, "
1396
+ "cependant cela pourrait poser des problèmes sur certains systèmes."
1397
+
1398
+ #: views/packages/main/new2.base.php:433
1399
+ msgid ""
1400
+ "Please review the details for each warning by clicking on the detail link."
1401
+ msgstr "Vérifiez chaque avertissement en cliquant sur le lien de détail."
1402
+
1403
+ #: views/packages/main/new2.base.php:445
1404
+ msgid "Scan Error"
1405
+ msgstr "Erreurs de scan"
1406
+
1407
+ #: views/packages/main/new2.base.php:446
1408
+ msgid "Please try again!"
1409
+ msgstr "Merci de réessayer !"
1410
+
1411
+ #: views/packages/main/new2.base.php:448 views/packages/main/new3.base.php:115
1412
+ msgid "Server Status:"
1413
+ msgstr "Statut serveur :"
1414
+
1415
+ #: views/packages/main/new2.base.php:451 views/packages/main/new3.base.php:119
1416
+ msgid "Error Message:"
1417
+ msgstr "Message d'erreur :"
1418
+
1419
+ #: views/packages/main/new2.base.php:458
1420
+ msgid "Back"
1421
+ msgstr "Retour"
1422
+
1423
+ #: views/packages/main/new2.base.php:459
1424
+ msgid "Rescan"
1425
+ msgstr "Re-scanner"
1426
+
1427
+ #: views/packages/main/new2.base.php:563
1428
+ msgid "Unable to report on any tables"
1429
+ msgstr "Impossible de récupérer des tables"
1430
+
1431
+ #: views/packages/main/new2.base.php:572
1432
+ msgid "Unable to report on database stats"
1433
+ msgstr "Impossible de récupérer les statistiques de la base de données"
1434
+
1435
+ #: views/packages/main/new2.base.php:593
1436
+ msgid "DIR"
1437
+ msgstr "REPERTOIRE"
1438
+
1439
+ #: views/packages/main/new2.base.php:599 views/packages/main/new2.base.php:612
1440
+ msgid "FILE"
1441
+ msgstr "FICHIER"
1442
+
1443
+ #: views/packages/main/new2.base.php:602
1444
+ msgid "No name warning issues found."
1445
+ msgstr "Pas de problème de nom de fichiers."
1446
+
1447
+ #: views/packages/main/new2.base.php:608
1448
+ msgid "No large files found."
1449
+ msgstr "Aucun fichier volumineux trouvé."
1450
+
1451
+ #: views/packages/main/new3.base.php:42
1452
+ msgid "Step 3: Build Package"
1453
+ msgstr "Étape 3 : Création du paquet"
1454
+
1455
+ #: views/packages/main/new3.base.php:59
1456
+ msgid "Building Package"
1457
+ msgstr "Création du paquet en cours"
1458
+
1459
+ #: views/packages/main/new3.base.php:62
1460
+ msgid "Keep this window open during the build process."
1461
+ msgstr ""
1462
+ "Gardez cette fenêtre ouverte pendant le processus de création de paquet."
1463
+
1464
+ #: views/packages/main/new3.base.php:63
1465
+ msgid "This may take several minutes."
1466
+ msgstr "Cela peut prendre plusieurs minutes."
1467
+
1468
+ #: views/packages/main/new3.base.php:67
1469
+ msgid "Build Status"
1470
+ msgstr "Statut de la création de paquet"
1471
+
1472
+ #: views/packages/main/new3.base.php:74
1473
+ msgid "Package Completed"
1474
+ msgstr "Paquet créé"
1475
+
1476
+ #: views/packages/main/new3.base.php:79
1477
+ msgid "Process Time"
1478
+ msgstr "Durée du processus"
1479
+
1480
+ #: views/packages/main/new3.base.php:91
1481
+ msgid "click buttons to download"
1482
+ msgstr "cliquez sur les boutons pour télécharger vos fichiers"
1483
+
1484
+ #: views/packages/main/new3.base.php:104
1485
+ msgid "Build Interrupt"
1486
+ msgstr "Arrêt"
1487
+
1488
+ #: views/packages/main/new3.base.php:105
1489
+ msgid "The current build has experienced an issue."
1490
+ msgstr "La création de paquet en cours a rencontré une erreur."
1491
+
1492
+ #: views/packages/main/new3.base.php:107
1493
+ msgid "Please try the process again."
1494
+ msgstr "Merci de réessayer la création de paquet."
1495
+
1496
+ #: views/packages/main/new3.base.php:109
1497
+ msgid "Diagnose"
1498
+ msgstr "Diagnostic"
1499
+
1500
+ #: views/packages/main/new3.base.php:110
1501
+ msgid "Try Again"
1502
+ msgstr "Merci de réessayer"
1503
+
1504
+ #: views/packages/main/new3.base.php:126
1505
+ msgid "Notice"
1506
+ msgstr "Notification"
1507
+
1508
+ #: views/packages/main/new3.base.php:129
1509
+ msgid "Build Folder:"
1510
+ msgstr "Répertoires de création des paquets :"
1511
+
1512
+ #: views/packages/main/new3.base.php:131
1513
+ msgid ""
1514
+ "Some servers close connections quickly; yet the build can continue to run in "
1515
+ "the background. To validate if a build is still running; open the 'tmp' "
1516
+ "folder above and see if the archive file is growing in size. If it is not "
1517
+ "then your server has strict timeout constraints. Please visit the support "
1518
+ "page for additional resources."
1519
+ msgstr ""
1520
+ "Certains serveurs coupent leur connexion rapidement, cependant le processus "
1521
+ "continue à fonctionner en arrière-plan. Pour vérifier qu'une création de "
1522
+ "paquet est en cours, ouvrez le répertoire 'tmp' ci-dessous and regardez si "
1523
+ "la taille de l'archive est en train de grandir. Si ce n'est pas le cas, "
1524
+ "alors votre serveur a des timeouts stricts. Vous pouvez aller voir l'onglet "
1525
+ "Support pour des ressources additionnelles. "
1526
+
1527
+ #: views/settings/general.php:6
1528
+ msgid "Settings Saved"
1529
+ msgstr "Paramètres sauvegardés"
1530
+
1531
+ #: views/settings/general.php:82
1532
+ msgid "Plugin"
1533
+ msgstr "Extension"
1534
+
1535
+ #: views/settings/general.php:90
1536
+ msgid "Uninstall"
1537
+ msgstr "Lors de la désinstallation"
1538
+
1539
+ #: views/settings/general.php:93
1540
+ msgid "Delete Plugin Settings"
1541
+ msgstr "Effacer les paramètres de l'extension"
1542
+
1543
+ #: views/settings/general.php:96
1544
+ msgid "Delete Entire Storage Directory"
1545
+ msgstr "Effacer tout le répertoire de stockage"
1546
+
1547
+ #: views/settings/general.php:103
1548
+ msgid "Full Path"
1549
+ msgstr "Chemin complet"
1550
+
1551
+ #: views/settings/general.php:106
1552
+ msgid "Disable .htaccess File In Storage Directory"
1553
+ msgstr "Désactiver le fichier .htaccess dans le répertoire de stockage"
1554
+
1555
+ #: views/settings/general.php:108
1556
+ msgid "Disable if issues occur when downloading installer/archive files."
1557
+ msgstr ""
1558
+ "Désactivez-le si vous n'arrivez pas à télécharger l'installeur ou les "
1559
+ "fichiers d'archive."
1560
+
1561
+ #: views/settings/general.php:121
1562
+ msgid "Archive Flush"
1563
+ msgstr "Suppression des archives"
1564
+
1565
+ #: views/settings/general.php:124
1566
+ msgid "Attempt Network Keep Alive"
1567
+ msgstr "Tenter de garder la connexion active"
1568
+
1569
+ #: views/settings/general.php:125
1570
+ msgid "recommended only for large archives"
1571
+ msgstr "recommandé seulement pour les archives volumineuses"
1572
+
1573
+ #: views/settings/general.php:127
1574
+ msgid ""
1575
+ "This will attempt to keep a network connection established for large "
1576
+ "archives."
1577
+ msgstr ""
1578
+ "Ceci va essayer de garder une connexion active pour les archives "
1579
+ "volumineuses."
1580
+
1581
+ #: views/settings/general.php:132
1582
+ msgid "Database Build"
1583
+ msgstr "Création des paquets"
1584
+
1585
+ #: views/settings/general.php:135
1586
+ msgid "Use PHP"
1587
+ msgstr "Utiliser PHP"
1588
+
1589
+ #: views/settings/general.php:138
1590
+ msgid "Query Limit Size"
1591
+ msgstr "Limite de taille des requêtes"
1592
+
1593
+ #: views/settings/general.php:147
1594
+ msgid "higher values speed up build times but uses more memory"
1595
+ msgstr ""
1596
+ "des valeurs élevées accélèrent le processus mais consomment plus de mémoire"
1597
+
1598
+ #: views/settings/general.php:154
1599
+ msgid "This server does not have shell_exec configured to run."
1600
+ msgstr "Ce serveur n'a pas shell_exec de paramétré."
1601
+
1602
+ #: views/settings/general.php:156
1603
+ msgid "Please contact the server administrator to enable this feature."
1604
+ msgstr ""
1605
+ "Merci de contacter votre administrateur réseau pour activer cette "
1606
+ "fonctionnalité."
1607
+
1608
+ #: views/settings/general.php:161
1609
+ msgid "Use mysqldump"
1610
+ msgstr "Utiliser mysqldump"
1611
+
1612
+ #: views/settings/general.php:162
1613
+ msgid "recommended for large databases"
1614
+ msgstr "recommandé pour les bases de données volumineuses"
1615
+
1616
+ #: views/settings/general.php:167
1617
+ msgid "Working Path:"
1618
+ msgstr "Chemin fonctionnel :"
1619
+
1620
+ #: views/settings/general.php:173
1621
+ msgid ""
1622
+ "Mysqldump was not found at its default location or the location provided. "
1623
+ "Please enter a path to a valid location where mysqldump can run. If the "
1624
+ "problem persist contact your server administrator."
1625
+ msgstr ""
1626
+ "Mysqldump n'a pas été trouvé à son emplacement par défaut ou à l'emplacement "
1627
+ "fourni. Merci d'entrer le chemin vers un emplacement où mysqldump pourra "
1628
+ "tourner. Si le problème persiste, contactez votre administrateur réseau."
1629
+
1630
+ #: views/settings/general.php:178
1631
+ msgid "Add Custom Path:"
1632
+ msgstr "Ajouter un chemin personnalisé :"
1633
+
1634
+ #: views/settings/general.php:182
1635
+ msgid "This is the path to your mysqldump program."
1636
+ msgstr "C'est le chemin vers le programme mysqldump."
1637
+
1638
+ #: views/settings/general.php:191
1639
+ msgid "Package Debug"
1640
+ msgstr "Débogage des paquets"
1641
+
1642
+ #: views/settings/general.php:194
1643
+ msgid "Show Package Debug Status in Packages Screen"
1644
+ msgstr "Montrer le statut de débogage dans l'écran des paquets"
1645
+
1646
+ #: views/settings/general.php:202
1647
+ msgid "Roles & Capabilities"
1648
+ msgstr "Rôles et droits"
1649
+
1650
+ #: views/settings/general.php:207
1651
+ msgid "Custom Roles"
1652
+ msgstr "Rôles personnalisés"
1653
+
1654
+ #: views/settings/general.php:210
1655
+ msgid "Enable User Role Editor Plugin Integration"
1656
+ msgstr "Activer l'intégration avec l'extension User Role Editor"
1657
+
1658
+ #: views/settings/general.php:217
1659
+ msgid "The User Role Editor Plugin"
1660
+ msgstr "L'extension User Role Editor"
1661
+
1662
+ #: views/settings/general.php:218
1663
+ msgid "Free"
1664
+ msgstr "gratuit"
1665
+
1666
+ #: views/settings/general.php:219
1667
+ msgid "or"
1668
+ msgstr "ou"
1669
+
1670
+ #: views/settings/general.php:220
1671
+ msgid "Professional"
1672
+ msgstr "professionnel"
1673
+
1674
+ #: views/settings/general.php:221
1675
+ msgid "must be installed to use"
1676
+ msgstr "doit être installé pour utiliser"
1677
+
1678
+ #: views/settings/general.php:222
1679
+ msgid "this feature."
1680
+ msgstr "cette fonctionnalité."
1681
+
1682
+ #: views/settings/general.php:234
1683
+ msgid "Save Settings"
1684
+ msgstr "Sauvegarder les paramètres"
1685
+
1686
+ #: views/tools/cleanup.php:20
1687
+ msgid "File Found"
1688
+ msgstr "Fichier trouvé"
1689
+
1690
+ #: views/tools/cleanup.php:21
1691
+ msgid "File Removed"
1692
+ msgstr "Fichier retiré"
1693
+
1694
+ #: views/tools/cleanup.php:26
1695
+ msgid "Installer file cleanup ran!"
1696
+ msgstr "Le nettoyage des fichiers d'installation a eu lieu."
1697
+
1698
+ #: views/tools/cleanup.php:31 views/tools/diagnostics.php:44
1699
+ msgid "Legacy data removed."
1700
+ msgstr "Version originale supprimée."
1701
+
1702
+ #: views/tools/cleanup.php:35
1703
+ msgid "Build cache removed."
1704
+ msgstr "Cache supprimé."
1705
+
1706
+ #: views/tools/cleanup.php:90
1707
+ msgid ""
1708
+ "If the installer files did not successfully get removed, then you WILL need "
1709
+ "to remove them manually"
1710
+ msgstr ""
1711
+ "Si les fichiers d'installation ne sont pas supprimés, il vous faudra "
1712
+ "ABSOLUMENT les enlever manuellement"
1713
+
1714
+ #: views/tools/cleanup.php:91
1715
+ msgid ""
1716
+ "Please remove all installer files to avoid leaving open security issues on "
1717
+ "your server"
1718
+ msgstr ""
1719
+ "Merci de retirer tous les fichiers d'installation pour éviter de laisser des "
1720
+ "failles de sécurité sur votre serveur"
1721
+
1722
+ #: views/tools/cleanup.php:99
1723
+ msgid "Data Cleanup"
1724
+ msgstr "Nettoyage des données"
1725
+
1726
+ #: views/tools/cleanup.php:104
1727
+ msgid "Delete Reserved Files"
1728
+ msgstr "Supprimer les fichiers de Duplicator"
1729
+
1730
+ #: views/tools/cleanup.php:108
1731
+ msgid "Removes all reserved installer files."
1732
+ msgstr "Retire tous les fichiers d'installation."
1733
+
1734
+ #: views/tools/cleanup.php:113
1735
+ msgid ""
1736
+ "Clicking on the 'Delete Reserved Files' button will remove the following "
1737
+ "reserved files. These files are typically from a previous Duplicator "
1738
+ "install. If you are unsure of the source, please validate the files. These "
1739
+ "files should never be left on production systems for security reasons. "
1740
+ "Below is a list of all the reserved files used by Duplicator. Please be "
1741
+ "sure these are removed from your server."
1742
+ msgstr ""
1743
+ "En cliquant sur 'Supprimer les fichiers de Duplicator', vous supprimez les "
1744
+ "fichiers d'installation. Ces fichiers pourraient potentiellement créer des "
1745
+ "failles de sécurité, c'est pourquoi il faut les retirer. Vous trouverez la "
1746
+ "liste de tous les fichiers ci-dessous, vérifiez que vous les aurez bien "
1747
+ "retiré de votre serveur."
1748
+
1749
+ #: views/tools/cleanup.php:129
1750
+ msgid "Delete Legacy Data"
1751
+ msgstr "Supprimer les données périmées"
1752
+
1753
+ #: views/tools/cleanup.php:130
1754
+ msgid "Removes all legacy data and settings prior to version"
1755
+ msgstr ""
1756
+ "Supprimer toutes les données et paramètres antérieurs à cette version de "
1757
+ "duplicator"
1758
+
1759
+ #: views/tools/cleanup.php:133
1760
+ msgid "Clear Build Cache"
1761
+ msgstr "Supprimer le cache"
1762
+
1763
+ #: views/tools/cleanup.php:134
1764
+ msgid "Removes all build data from:"
1765
+ msgstr "Supprimer toutes les données dans le répertoire :"
1766
+
1767
+ #: views/tools/cleanup.php:143
1768
+ #, php-format
1769
+ msgid "This action will remove all legacy settings prior to version %1$s. "
1770
+ msgstr ""
1771
+ "Cette action va supprimer tous les paramètres antérieurs à la version %1$s."
1772
+
1773
+ #: views/tools/cleanup.php:144
1774
+ msgid ""
1775
+ "Legacy settings are only needed if you plan to migrate back to an older "
1776
+ "version of this plugin."
1777
+ msgstr ""
1778
+ "Les paramètres originaux ne sont nécessaires que si vous avez prévu de "
1779
+ "migrer vers une ancienne version de Duplicator."
1780
+
1781
+ #: views/tools/cleanup.php:156
1782
+ msgid ""
1783
+ "This process will remove all build cache files. Be sure no packages are "
1784
+ "currently building or else they will be cancelled."
1785
+ msgstr ""
1786
+ "Ce processus va supprimer tous les fichiers de cache. Vérifiez qu'aucun "
1787
+ "paquet ne soit en cours de création car sinon il serait supprimé."
1788
+
1789
+ #: views/tools/controller.php:17
1790
+ msgid "Logging"
1791
+ msgstr "Connexion"
1792
+
1793
+ #: views/tools/controller.php:19
1794
+ msgid "Cleanup"
1795
+ msgstr "Nettoyage"
1796
+
1797
+ #: views/tools/diagnostics.php:18 views/tools/diagnostics.php:19
1798
+ msgid "unknow"
1799
+ msgstr "inconnu"
1800
+
1801
+ #: views/tools/diagnostics.php:39
1802
+ msgid "Plugin settings reset."
1803
+ msgstr "Paramètres de l'extension remis à zéro."
1804
+
1805
+ #: views/tools/diagnostics.php:40
1806
+ msgid "View state settings reset."
1807
+ msgstr "Voir l'état de la remise à zéro des paramètres."
1808
+
1809
+ #: views/tools/diagnostics.php:41
1810
+ msgid "Active package settings reset."
1811
+ msgstr "Activer la remise à zéro des paramètres du paquet"
1812
+
1813
+ #: views/tools/diagnostics.php:81
1814
+ msgid "Server Settings"
1815
+ msgstr "Paramètres serveur"
1816
+
1817
+ #: views/tools/diagnostics.php:90
1818
+ msgid "Duplicator Version"
1819
+ msgstr "Version de Duplicator"
1820
+
1821
+ #: views/tools/diagnostics.php:94
1822
+ msgid "Operating System"
1823
+ msgstr "Système d'exploitation"
1824
+
1825
+ #: views/tools/diagnostics.php:98
1826
+ msgid "Timezone"
1827
+ msgstr "Fuseau horaire"
1828
+
1829
+ #: views/tools/diagnostics.php:102
1830
+ msgid "Server Time"
1831
+ msgstr "Fuseau horaire du serveur"
1832
+
1833
+ #: views/tools/diagnostics.php:110
1834
+ msgid "APC Enabled"
1835
+ msgstr "APC activé"
1836
+
1837
+ #: views/tools/diagnostics.php:114
1838
+ msgid "Root Path"
1839
+ msgstr "Chemin vers la racine"
1840
+
1841
+ #: views/tools/diagnostics.php:118
1842
+ msgid "ABSPATH"
1843
+ msgstr "Chemin absolu"
1844
+
1845
+ #: views/tools/diagnostics.php:122
1846
+ msgid "Plugins Path"
1847
+ msgstr "Chemin des extensions"
1848
+
1849
+ #: views/tools/diagnostics.php:126
1850
+ msgid "Loaded PHP INI"
1851
+ msgstr "Charger PHP INI"
1852
+
1853
+ #: views/tools/diagnostics.php:130
1854
+ msgid "Server IP"
1855
+ msgstr "IP du serveur"
1856
+
1857
+ #: views/tools/diagnostics.php:134
1858
+ msgid "Client IP"
1859
+ msgstr "IP client"
1860
+
1861
+ #: views/tools/diagnostics.php:145
1862
+ msgid "Langugage"
1863
+ msgstr "Langue"
1864
+
1865
+ #: views/tools/diagnostics.php:149 views/tools/diagnostics.php:208
1866
+ msgid "Charset"
1867
+ msgstr "Jeu de caractères"
1868
+
1869
+ #: views/tools/diagnostics.php:153
1870
+ msgid "Memory Limit "
1871
+ msgstr "Limite de mémoire "
1872
+
1873
+ #: views/tools/diagnostics.php:154
1874
+ msgid "Max"
1875
+ msgstr "Max"
1876
+
1877
+ #: views/tools/diagnostics.php:172
1878
+ msgid "Safe Mode"
1879
+ msgstr "Mode sécurité"
1880
+
1881
+ #: views/tools/diagnostics.php:176
1882
+ msgid "On"
1883
+ msgstr "Activé"
1884
+
1885
+ #: views/tools/diagnostics.php:176
1886
+ msgid "Off"
1887
+ msgstr "Désactivé"
1888
+
1889
+ #: views/tools/diagnostics.php:181
1890
+ msgid "Memory Limit"
1891
+ msgstr "Limite de mémoire"
1892
+
1893
+ #: views/tools/diagnostics.php:185
1894
+ msgid "Memory In Use"
1895
+ msgstr "Mémoire utilisée"
1896
+
1897
+ #: views/tools/diagnostics.php:193
1898
+ msgid "Shell Exec"
1899
+ msgstr "Shell Exec"
1900
+
1901
+ #: views/tools/diagnostics.php:194 views/tools/diagnostics.php:198
1902
+ msgid "Is Supported"
1903
+ msgstr "Compatible"
1904
+
1905
+ #: views/tools/diagnostics.php:194 views/tools/diagnostics.php:198
1906
+ msgid "Not Supported"
1907
+ msgstr "Non compatible"
1908
+
1909
+ #: views/tools/diagnostics.php:197
1910
+ msgid "Shell Exec Zip"
1911
+ msgstr "Shell Exec Zip"
1912
+
1913
+ #: views/tools/diagnostics.php:212
1914
+ msgid "Wait Timeout"
1915
+ msgstr "Temps d'attente"
1916
+
1917
+ #: views/tools/diagnostics.php:216
1918
+ msgid "Max Allowed Packets"
1919
+ msgstr "Nombre maximum de paquets de données"
1920
+
1921
+ #: views/tools/diagnostics.php:220
1922
+ msgid "msyqldump Path"
1923
+ msgstr "Chemin du mysqldump"
1924
+
1925
+ #: views/tools/diagnostics.php:224
1926
+ msgid "Server Disk"
1927
+ msgstr "Disque serveur"
1928
+
1929
+ #: views/tools/diagnostics.php:227
1930
+ msgid "Free space"
1931
+ msgstr "Espace libre"
1932
+
1933
+ #: views/tools/diagnostics.php:230
1934
+ msgid "Note: This value is the physical servers hard-drive allocation."
1935
+ msgstr "Note : Cette donnée correspond à la taille du serveur physique."
1936
+
1937
+ #: views/tools/diagnostics.php:231
1938
+ msgid ""
1939
+ "On shared hosts check your control panel for the 'TRUE' disk space quota "
1940
+ "value."
1941
+ msgstr ""
1942
+ "Pour les hébergements mutualisés, vérifiez dans l'administration de votre "
1943
+ "fournisseur la vraie valeur d'espace disque qui vous est allouée."
1944
+
1945
+ #: views/tools/diagnostics.php:247
1946
+ msgid "Stored Data"
1947
+ msgstr "Données enregistrées"
1948
+
1949
+ #: views/tools/diagnostics.php:252
1950
+ msgid "Options Values"
1951
+ msgstr "Valeur des options"
1952
+
1953
+ #: views/tools/diagnostics.php:285
1954
+ msgid "PHP Information"
1955
+ msgstr "Informations PHP"
1956
+
1957
+ #: views/tools/diagnostics.php:304
1958
+ msgid "Delete this option value"
1959
+ msgstr "Effacer cette valeur"
1960
+
1961
+ #: views/tools/logging.php:141
1962
+ msgid "Log file not found or unreadable"
1963
+ msgstr "Fichiers journaux introuvables ou illisibles"
1964
+
1965
+ #: views/tools/logging.php:143
1966
+ msgid ""
1967
+ "Try to create a package, since no log files were found in the snapshots "
1968
+ "directory with the extension *.log"
1969
+ msgstr ""
1970
+ "Aucun fichier journal n'a été trouvé dans le répertoire des sauvegardes avec "
1971
+ "l'extension *.log"
1972
+
1973
+ #: views/tools/logging.php:145
1974
+ msgid "Reasons for log file not showing"
1975
+ msgstr "Raisons pour lesquelles le fichier journal ne s'affiche pas"
1976
+
1977
+ #: views/tools/logging.php:146
1978
+ msgid "The web server does not support returning .log file extentions"
1979
+ msgstr ""
1980
+ "Le serveur web ne prend pas en charge les fichiers avec les extensions .log"
1981
+
1982
+ #: views/tools/logging.php:147
1983
+ msgid ""
1984
+ "The snapshots directory does not have the correct permissions to write "
1985
+ "files. Try setting the permissions to 755"
1986
+ msgstr ""
1987
+ "Le répertoire des sauvegardes n'a pas les bonnes permissions pour écrire les "
1988
+ "fichiers. Essayez de passer les permissions à 755"
1989
+
1990
+ #: views/tools/logging.php:148
1991
+ msgid ""
1992
+ "The process that PHP runs under does not have enough permissions to create "
1993
+ "files. Please contact your hosting provider for more details"
1994
+ msgstr ""
1995
+ "Le processus PHP n'a pas assez de permissions pour créer les fichiers. Merci "
1996
+ "de contacter votre hébergeur pour plus de détails"
1997
+
1998
+ #: views/tools/logging.php:157 views/tools/logging.php:162
1999
+ msgid "Options"
2000
+ msgstr "Options"
2001
+
2002
+ #: views/tools/logging.php:164
2003
+ msgid "Refresh"
2004
+ msgstr "Rafraîchir"
2005
+
2006
+ #: views/tools/logging.php:169
2007
+ msgid "Auto Refresh"
2008
+ msgstr "Rafraîchissement automatique"
2009
+
2010
+ #: views/tools/logging.php:175
2011
+ msgid "Last 20 Logs"
2012
+ msgstr "Les 20 derniers rapports"
2013
+
2014
+ #~ msgid "Remove file(s) now"
2015
+ #~ msgstr "Supprimer les fichiers maintenant"
2016
+
2017
+ #~ msgid "Dismiss this notice"
2018
+ #~ msgstr "Masquer ce message"
2019
+
2020
+ #~ msgid "Duplicator Pro Has Arrived!"
2021
+ #~ msgstr "Duplicator Pro est arrivé !"
2022
+
2023
+ #~ msgid "Duplicator Free"
2024
+ #~ msgstr "Duplicator Gratuit"
2025
+
2026
+ #~ msgid "Backup Files &amp; Database"
2027
+ #~ msgstr "Sauvegarde des Fichiers &amp; de la Base de Données"
2028
+
2029
+ #~ msgid ""
2030
+ #~ "Compresses all your WordPress files and database into a compressed "
2031
+ #~ "snapshot archive file."
2032
+ #~ msgstr ""
2033
+ #~ "Compresse les fichiers WordPress ainsi que la base de données dans un "
2034
+ #~ "instantané"
2035
+
2036
+ #~ msgid "Directory Filters"
2037
+ #~ msgstr "Filtres de Répertoire"
2038
+
2039
+ #~ msgid ""
2040
+ #~ "Filter out the directories and file extensions you want to include/"
2041
+ #~ "exclude in your in your archive file."
2042
+ #~ msgstr ""
2043
+ #~ "Filtrez les répertoires et les extensions de fichiers que vous souhaitez "
2044
+ #~ "inclure ou exclure de votre instantané."
2045
+
2046
+ #~ msgid "Database Table Filters"
2047
+ #~ msgstr "Filtres des Tables de la Base de Données"
2048
+
2049
+ #~ msgid ""
2050
+ #~ "Filter out only the database tables you want to include/exclude in your "
2051
+ #~ "database creation script."
2052
+ #~ msgstr ""
2053
+ #~ "Filtrez les tables de la base de données que vous souhaitez inclure/"
2054
+ #~ "exclure de votre instantané."
2055
+
2056
+ #~ msgid "Migration Wizard"
2057
+ #~ msgstr "Assistant de Migration"
2058
+
2059
+ #~ msgid ""
2060
+ #~ "With just two files (archive &amp; installer.php) move your site to a new "
2061
+ #~ "location."
2062
+ #~ msgstr ""
2063
+ #~ "Avec seulement deux fichiers (archive &amp; installer.php) vous pourrez "
2064
+ #~ "déplacer votre site à un autre emplacement."
2065
+
2066
+ #~ msgid "Scheduled Backups"
2067
+ #~ msgstr "Sauvegardes Planifiées"
2068
+
2069
+ #~ msgid ""
2070
+ #~ "Automate the creation of your packages to run at various scheduled "
2071
+ #~ "intervals."
2072
+ #~ msgstr "Automatisez la création de vos paquets à intervalles réguliers"
2073
+
2074
+ #~ msgid "Dropbox Support"
2075
+ #~ msgstr "Compatibilité avec Dropbox"
2076
+
2077
+ #~ msgid "Backup up your entire site to Dropbox."
2078
+ #~ msgstr "Sauvegardez votre site sur Dropbox."
2079
+
2080
+ #~ msgid "FTP Support"
2081
+ #~ msgstr "Compatibilité FTP"
2082
+
2083
+ #~ msgid "Backup up your entire site to an FTP server."
2084
+ #~ msgstr "Sauvegardez votre site sur un serveur FTP externe."
2085
+
2086
+ #~ msgid "Customer Support"
2087
+ #~ msgstr "Support Client"
2088
+
2089
+ #~ msgid ""
2090
+ #~ "Server setups can be quite complex, with pro you get prompt help to get "
2091
+ #~ "your site backed up and moved."
2092
+ #~ msgstr ""
2093
+ #~ "La configuration de serveurs peut être complexe. Avec la version Pro vous "
2094
+ #~ "obtenez une assistance pour vous aider à sauvegarder et déplacer votre "
2095
+ #~ "site."
2096
+
2097
+ #~ msgid ""
2098
+ #~ "None of the reserved files (installer.php, installer-data.sql and "
2099
+ #~ "installer-log.txt) where found from a previous install. This means you "
2100
+ #~ "are clear to create a new package."
2101
+ #~ msgstr ""
2102
+ #~ "Aucun des fichiers &#39réservés&#39; n&#39;a été détecté (installer.php, "
2103
+ #~ "installer-data.sql et installer-log.txt). Cela signifie que vous pouvez "
2104
+ #~ "créer un nouveau paquet."
2105
+
2106
+ #~ msgid ""
2107
+ #~ "A reserved file(s) was found in the WordPress root directory. Reserved "
2108
+ #~ "file names are installer.php, installer-data.sql and installer-log.txt. "
2109
+ #~ "To archive your data correctly please remove any of these files from your "
2110
+ #~ "WordPress root directory. Then try creating your package again."
2111
+ #~ msgstr ""
2112
+ #~ "Un ou plusieurs fichier(s) réservé(s) a été trouvé à la racine du "
2113
+ #~ "répertoire WordPress. Il se pourrait que cela soit par exemple installer."
2114
+ #~ "php, installer-data.sql ou encore installer-log.txt. Afin d&#39;archiver "
2115
+ #~ "vos données correctement, merci de retirer ces fichiers du répertoire "
2116
+ #~ "racine. Ensuite, essayez de créer un nouveau paquet."
2117
+
2118
+ #~ msgid ""
2119
+ #~ "All packages including the archive, installer and SQL script are stored "
2120
+ #~ "in the location above. "
2121
+ #~ msgstr ""
2122
+ #~ "Tous les paquets contenant l&#39archive, l'installeur et le script SQL "
2123
+ #~ "sont stockés à l'emplacement ci-dessous. "
2124
+
2125
+ #~ msgid "checked tables are excluded"
2126
+ #~ msgstr "les tables cochées seront exclues"
2127
+
2128
+ #~ msgid ""
2129
+ #~ "Total size represents all files minus any filters that have been setup. "
2130
+ #~ "The current thresholds that trigger warnings are %1$s for the entire site "
2131
+ #~ "and %2$s for large files."
2132
+ #~ msgstr ""
2133
+ #~ "La taille totale représente tous les fichiers à l&#39;exception de ceux "
2134
+ #~ "exclus par vos soins. Le seuil actuel qui déclenche les avertissements "
2135
+ #~ "est de %1$s pour le site entier et de %2$s pour les fichiers volumineux."
2136
+
2137
+ #~ msgid "View Filters"
2138
+ #~ msgstr "Voir les Filtres"
2139
+
2140
+ #~ msgid ""
2141
+ #~ "The lists above are the directories and file extension that will be "
2142
+ #~ "excluded from the archive."
2143
+ #~ msgstr ""
2144
+ #~ "Les répertoires et les extensions de fichiers ci-dessous seront exclus de "
2145
+ #~ "l&#39;archive."
2146
+
2147
+ #~ msgid "Backup and Move Made Easy!"
2148
+ #~ msgstr "La sauvegarde et la duplication rendus faciles !"
2149
+
2150
+ #~ msgid "The top-rated Duplicator plugin is going professional!"
2151
+ #~ msgstr "Le plugin Duplicator passe en version pro !"
2152
+
2153
+ #~ msgid "Custom Templates"
2154
+ #~ msgstr "Modèles personnalisés"
2155
+
2156
+ #~ msgid ""
2157
+ #~ "Customize how each package is created and built with a customized "
2158
+ #~ "template."
2159
+ #~ msgstr ""
2160
+ #~ "Personnalisez la façon dont chaque paquet sera créé avec un modèle "
2161
+ #~ "prédéfini"
2162
+
2163
+ #~ msgid "Cloud Storage"
2164
+ #~ msgstr "Stockage sur le Cloud"
2165
+
2166
+ #~ msgid ""
2167
+ #~ "Backup up your entire package to the cloud with access to services like "
2168
+ #~ "FTP and Dropbox."
2169
+ #~ msgstr ""
2170
+ #~ "Sauvegardez l&#39;intégralité de votre paquet sur le cloud au travers du "
2171
+ #~ "FTP ou de Dropbox."
2172
+
2173
+ #~ msgid "Queued Processing"
2174
+ #~ msgstr "Traitement de la file d&#39;attente"
2175
+
2176
+ #~ msgid ""
2177
+ #~ "Enable the build of larger more complex packages and avoid server "
2178
+ #~ "timeouts with queued processing."
2179
+ #~ msgstr ""
2180
+ #~ "Autorisez la construction de paquets plus gros et plus complexes et "
2181
+ #~ "évitez les timeouts de votre serveur avec la file d&#39;attente"
2182
+
2183
+ #~ msgid "Format"
2184
+ #~ msgstr "Format"
2185
+
2186
+ #~ msgid "The Duplicator currently works with these web servers:"
2187
+ #~ msgstr ""
2188
+ #~ "Le plugin Duplicator fonctionne actuellement avec ces serveurs web : "
2189
+
2190
+ #~ msgid "PHP Settings"
2191
+ #~ msgstr "Paramètres PHP"
2192
+
2193
+ #~ msgid "WordPress Settings"
2194
+ #~ msgstr "Paramètres WordPress"
2195
+
2196
+ #~ msgid "Found"
2197
+ #~ msgstr "Trouvé"
2198
+
2199
+ #~ msgid "Missing"
2200
+ #~ msgstr "Manquant"
2201
+
2202
+ #~ msgid "The cache size minimum threshold is currently set at "
2203
+ #~ msgstr "Le seuil minimum de la taille de cache est actuellement à"
2204
+
2205
+ #~ msgid "Invalid Names"
2206
+ #~ msgstr "Noms Invalides"
2207
+
2208
+ #~ msgid "Support"
2209
+ #~ msgstr "Support"
2210
+
2211
+ #~ msgid "By"
2212
+ #~ msgstr "Par"
2213
+
2214
+ #~ msgid "SQL File"
2215
+ #~ msgstr "Fichier SQL"
2216
+
2217
+ #~ msgid "Report"
2218
+ #~ msgstr "Signalez"
2219
+
2220
+ #~ msgid "Check out other great resources"
2221
+ #~ msgstr "Jetez un oeil à nos autres super ressources"
2222
+
2223
+ #~ msgid "Get Help Now!"
2224
+ #~ msgstr "Demander de l'aide"
2225
+
2226
+ #~ msgid "support section"
2227
+ #~ msgstr "le support"
2228
+
2229
+ #~ msgid "support page"
2230
+ #~ msgstr "le support"
2231
+
2232
+ #~ msgid "Purpose of this package"
2233
+ #~ msgstr "Raison d&#39;être de ce paquet"
2234
+
2235
+ #~ msgid "FAQ"
2236
+ #~ msgstr "FAQ"
2237
+
2238
+ #~ msgid "Partner"
2239
+ #~ msgstr "Partenaire"
2240
+
2241
+ #~ msgid "Approved Hosts"
2242
+ #~ msgstr "Hébergeurs approuvés"
2243
+
2244
+ #~ msgid "PHP Script Owner"
2245
+ #~ msgstr "Propriétaire du Script PHP"
2246
+
2247
+ #~ msgid ""
2248
+ #~ "The above paths should have permissions of 755 for directories and 644 "
2249
+ #~ "for files. You can temporarily try 777 if you continue to have issues. "
2250
+ #~ "Also be sure to check the owner/group settings. For more details contact "
2251
+ #~ "your host or server administrator."
2252
+ #~ msgstr ""
2253
+ #~ "Les chemins ci-dessous devraient avoir des permissions de 755 pour les "
2254
+ #~ "répertoires et 644 pour les fichiers. Vous pouvez les passer à 777 mais "
2255
+ #~ "seulement de manière temporaire, si vous rencontrez des problèmes. "
2256
+ #~ "Veillez également à vérifier les paramètres de propriétaire/groupe. Pour "
2257
+ #~ "plus de détails, contactez votre administrateur réseau."
2258
+
2259
+ #~ msgid ""
2260
+ #~ "The ZipArchive extension for PHP is required for compression. Please "
2261
+ #~ "contact your hosting provider if you're on a hosted server. For "
2262
+ #~ "additional information see our online documentation."
2263
+ #~ msgstr ""
2264
+ #~ "L&#39;extension ZipArchive pour PHP est requise pour la compression. "
2265
+ #~ "Merci de contacter votre hébergeur si vous êtes sur un serveur mutualité. "
2266
+ #~ "Pour plus d&#39;informations, consultez notre aide en ligne."
2267
+
2268
+ #~ msgid ""
2269
+ #~ "Safe Mode should be set safe_mode=Off in you php.ini file. On hosted "
2270
+ #~ "servers you may have to request this setting be turned off. Please note "
2271
+ #~ "that Safe Mode is deprecated as of PHP 5.3.0"
2272
+ #~ msgstr ""
2273
+ #~ "Le Mode Sécurité devrait être réglé à safe_mode=Off dans votre fichier "
2274
+ #~ "php.ini. Pour les hébergements mutualisés, vous devriez demander à ce que "
2275
+ #~ "ce paramètre soit désactivé. Veuillez également noter que le Mode "
2276
+ #~ "Sécurité est obsolète depuis la version 5.3.0 de PHP"
2277
+
2278
+ #~ msgid ""
2279
+ #~ "PHP versions 5.2.17+ or higher is required. Please note that in "
2280
+ #~ "versioning logic a value such as 5.2.9 is less than 5.2.17. Please "
2281
+ #~ "contact your server administrator to upgrade to a stable and secure "
2282
+ #~ "version of PHP"
2283
+ #~ msgstr ""
2284
+ #~ "PHP dans sa version 5.2.17+ ou supérieure est requis. Veuillez noter que "
2285
+ #~ "la logique des versions de PHP veut que 5.2.9 est inférieur à 5.2.17. "
2286
+ #~ "Contactez alors votre administrateur pour qu&#39;il mette à jour PHP à "
2287
+ #~ "une version stable et sécurisée."
2288
+
2289
+ #~ msgid "Need a hosting provider that is"
2290
+ #~ msgstr "Besoin d&#39;un hébergeur qui est"
2291
+
2292
+ #~ msgid "duplicator approved"
2293
+ #~ msgstr "compatible Duplicator"
2294
+
2295
+ #~ msgid "knowledgebase"
2296
+ #~ msgstr "base de connaissances"
2297
+
2298
+ #~ msgid "in detail for many of the quick and common answers."
2299
+ #~ msgstr "en détail pour la plupart des questions les plus courantes."
2300
+
2301
+ #~ msgid "Need Help?"
2302
+ #~ msgstr "Besoin d&#39;aide ?"
2303
+
2304
+ #~ msgid "Get Hosting!"
2305
+ #~ msgstr "Trouver un Hébergeur !"
2306
+
2307
+ #~ msgid ""
2308
+ #~ "Please try the process again. If the problem persists please visit the "
2309
+ #~ "support page."
2310
+ #~ msgstr ""
2311
+ #~ "Merci de réessayer l&#39;assemblage à nouveau. Si le problème persiste, "
2312
+ #~ "merci de visiter le support."
2313
+
2314
+ #~ msgid "All"
2315
+ #~ msgstr "Tous"
2316
+
2317
+ #~ msgid "None"
2318
+ #~ msgstr "Aucun"
2319
+
2320
+ #~ msgid "Cached Data"
2321
+ #~ msgstr "Données en Cache"
2322
+
2323
+ #~ msgid "max_execution_time"
2324
+ #~ msgstr "temps_execution_max"
2325
+
2326
+ #~ msgid ""
2327
+ #~ "Timeouts effect how long a process is allowed to run. The recommended "
2328
+ #~ "timeout is \"%1$s\" seconds. An attempt is made to override this value if "
2329
+ #~ "the enviroment allows it. A \"Warn\" status will not be an issue unless "
2330
+ #~ "your host kills PHP processes after a certain amount of time. "
2331
+ #~ msgstr ""
2332
+ #~ "Les timeouts correspondent à la durée pendant laquelle un processus est "
2333
+ #~ "autorisé d&#39;être actif. Le timeout conseillé est de \"%1$s\" secondes. "
2334
+ #~ "Un essai va être tenté pour imposer cette valeur si l&#39;environnement "
2335
+ #~ "le permet. Un message d&#39;erreur ne devrait pas poser problème tant que "
2336
+ #~ "votre hébergeur ne force pas la fermeture du processus PHP après un "
2337
+ #~ "certain délai."
2338
+
2339
+ #~ msgid ""
2340
+ #~ "Timeouts can also be set at the web server layer, please work with your "
2341
+ #~ "host or server administrator to make sure there are not restrictions for "
2342
+ #~ "how long a PHP process is allowed to run. If you are limited on "
2343
+ #~ "processing time, consider using the database or file filters to shrink "
2344
+ #~ "the size of your overall package. However use caution as excluding the "
2345
+ #~ "wrong resources can cause your install to not work properly."
2346
+ #~ msgstr ""
2347
+ #~ "Les timeouts peuvent également être une couche du serveur web. Merci de "
2348
+ #~ "vérifier avec votre hébergeur ou votre administrateur réseau qu&#39;il "
2349
+ #~ "n&#39;y ait pas de restriction de durée aux processus PHP. Si vous êtes "
2350
+ #~ "limité, envisagez d&#39;utiliser un filtre de base de données ou de "
2351
+ #~ "fichiers afin de diminuer la taille totale du paquet. Cependant, maniez "
2352
+ #~ "ces options avec minutie : exclure les mauvaises ressources empêcherait "
2353
+ #~ "l&#39;installation de fonctionner correctement ensuite."
2354
+
2355
+ #~ msgid "Take A Quick 60 Second Survey"
2356
+ #~ msgstr "Remplir un rapide questionnaire de 60 secondes"
2357
+
2358
+ #~ msgid "Dashboard"
2359
+ #~ msgstr "Tableau de Bord"
2360
+
2361
+ #~ msgid "All About"
2362
+ #~ msgstr "A propos"
2363
+
2364
+ #~ msgid "If no log file is present the try to create a package"
2365
+ #~ msgstr ""
2366
+ #~ "Si vous ne trouvez pas de fichier journal, essayez de créer un paquet"
2367
+
2368
+ #~ msgid "Duplicator: Create Package Log"
2369
+ #~ msgstr "Duplicator : Créer les fichiers journaux"
2370
+
2371
+ #~ msgid ""
2372
+ #~ "Processing may take several minutes, please wait for progress bar to "
2373
+ #~ "complete on the main status bar"
2374
+ #~ msgstr ""
2375
+ #~ "Le processus peut prendre plusieurs minutes, merci d'attendre que la "
2376
+ #~ "barre de progression soit remplie"
2377
+
2378
+ #~ msgid ""
2379
+ #~ "Do NOT post this data to public sites like the WordPress.org forums as it "
2380
+ #~ "contains sensitive data."
2381
+ #~ msgstr ""
2382
+ #~ "NE PUBLIEZ PAS ces données sur des sites publics tels que les forums "
2383
+ #~ "WordPress.com : il s'agit de données sensibles."
2384
+
2385
+ #~ msgid "Saving"
2386
+ #~ msgstr "Sauvegarde"
2387
+
2388
+ #~ msgid "Ready to create new package."
2389
+ #~ msgstr "Prêt à créer le nouveau paquet."
2390
+
2391
+ #~ msgid "Please enter a backup name."
2392
+ #~ msgstr "Merci d'entrer un nom de sauvegarde."
2393
+
2394
+ #~ msgid "Alpanumeric characters only on package name"
2395
+ #~ msgstr ""
2396
+ #~ "Seuls les caractères alphanumériques sont acceptés pour les noms de "
2397
+ #~ "paquets"
2398
+
2399
+ #~ msgid "Evaluating WordPress Setup. Please Wait"
2400
+ #~ msgstr "Etude de votre installation WordPress. Merci de patienter."
2401
+
2402
+ #~ msgid "Cancel"
2403
+ #~ msgstr "Abandonner"
2404
+
2405
+ #~ msgid "Checking System Status. Please Wait!"
2406
+ #~ msgstr "Vérification du statut système. Merci de patienter !"
2407
+
2408
+ #~ msgid "unreadable"
2409
+ #~ msgstr "illisible"
2410
+
2411
+ #~ msgid "error scanning directory"
2412
+ #~ msgstr "erreur de lecture du répertoire"
2413
+
2414
+ #~ msgid "AJAX Response"
2415
+ #~ msgstr "Réponse AJAX"
2416
+
2417
+ #~ msgid ""
2418
+ #~ "Your LifeInTheGrid should be about working smarter not harder. With the "
2419
+ #~ "Duplicator you can streamline your workflows and quickly clone a "
2420
+ #~ "WordPress site in minutes. From Novice to Guru this plugin is designed "
2421
+ #~ "for Bloggers, Admins, Developers, Designers, Entrepreneurs and anyone who "
2422
+ #~ "uses WordPress."
2423
+ #~ msgstr ""
2424
+ #~ "Votre 'Vie Dans la Matrice' [LifeInTheGrid] devrait être tournée vers un "
2425
+ #~ "travail plus intelligent, pas plus dur. Avec le Duplicator, vous pouvez "
2426
+ #~ "rationaliser votre travail et rapidement cloner un site WordPress. Que "
2427
+ #~ "vous soyez novice ou expert, ce plugin a été pensé pour les blogueurs, "
2428
+ #~ "webmasters, développeurs, designers, entrepreneurs et tous ceux qui "
2429
+ #~ "utilisent WordPress."
2430
+
2431
+ #~ msgid ""
2432
+ #~ "If you run into an issue feel free to submit a support ticket and visit "
2433
+ #~ "our"
2434
+ #~ msgstr ""
2435
+ #~ "Si vous recentrez une erreur, n'hésitez pas à nous soumettre un ticket de "
2436
+ #~ "support et visiter notre"
2437
+
2438
+ #~ msgid ""
2439
+ #~ "We also offer premium priority support for those who need feedback within "
2440
+ #~ "24-48hrs. Please visit our "
2441
+ #~ msgstr ""
2442
+ #~ "Nous pouvons assurer un support premium pour ceux qui ont besoin d'aide "
2443
+ #~ "en 24-48 heures. Merci de visiter notre"
2444
+
2445
+ #~ msgid "service page"
2446
+ #~ msgstr "page 'service'"
2447
+
2448
+ #~ msgid ""
2449
+ #~ "Consider a donation of any amount; it will take less than 60 seconds or "
2450
+ #~ "about as fast as you can duplicate a site. These proceeds help to cover "
2451
+ #~ "development and support costs. Thanks for your generosity!!"
2452
+ #~ msgstr ""
2453
+ #~ "60 secondes c'est le temps approximatif pour cloner un site. Si vous "
2454
+ #~ "aimez gagner du temps alors faites-nous un don ! Cela nous aidera à "
2455
+ #~ "couvrir les frais de développement et de support. Merci de votre "
2456
+ #~ "générosité !"
2457
+
2458
+ #~ msgid "Help out by leaving a 5 star review on the"
2459
+ #~ msgstr "Aidez-nous en nous donnant un avis à 5 étoiles dans"
2460
+
2461
+ #~ msgid "WordPress plugins directory"
2462
+ #~ msgstr "le répertoire des plugins WordPress"
2463
+
2464
+ #~ msgid "and by giving your opinion on the survey below."
2465
+ #~ msgstr "et en nous donnant votre avis grâce au questionnaire ci-dessus."
2466
+
2467
+ #~ msgid "Give us your Opinion?"
2468
+ #~ msgstr "Vous souhaitez nous donner votre avis ?"
2469
+
2470
+ #~ msgid ""
2471
+ #~ "Spreading the word gives the plugin a wider audience which helps to pool "
2472
+ #~ "more resources to test/support/develop and participate to improve the "
2473
+ #~ "plugin. By getting the word out the Duplicator will continue to improve "
2474
+ #~ "at a faster rate and harness the power of the open community to push the "
2475
+ #~ "plugin further."
2476
+ #~ msgstr ""
2477
+ #~ "Partagez ce plugin lui donne la chance de toucher une plus large audience "
2478
+ #~ "afin de trouver plus d'utilisateurs qui pourront nous aider à tester/"
2479
+ #~ "contribuer/développer et participer à l'amélioration du plugin. En "
2480
+ #~ "recommandant ce plugin à vos connaissances, cela nous permettra "
2481
+ #~ "d'améliorer Duplicator à vitesse grand V en bénéficiant du pouvoir de la "
2482
+ #~ "communauté."
2483
+
2484
+ #~ msgid "Knowledge Base"
2485
+ #~ msgstr "Base de Connaissances"
2486
+
2487
+ #~ msgid "Blog"
2488
+ #~ msgstr "Blog"
2489
+
2490
+ #~ msgid "Labs"
2491
+ #~ msgstr "Labos"
2492
+
2493
+ #~ msgid "Create Package"
2494
+ #~ msgstr "Créer un Paquet"
2495
+
2496
+ #~ msgid "System Check"
2497
+ #~ msgstr "Vérification du Système"
2498
+
2499
+ #~ msgid "Show Create Log"
2500
+ #~ msgstr "Voir le fichier journal de création"
2501
+
2502
+ #~ msgid "Ready to create new package"
2503
+ #~ msgstr "Prêt à créer un nouveau paquet"
2504
+
2505
+ #~ msgid "Owner"
2506
+ #~ msgstr "Propriétaire"
2507
+
2508
+ #~ msgid "(Download Both)"
2509
+ #~ msgstr "(Tout Télécharger)"
2510
+
2511
+ #~ msgid "Secure Name"
2512
+ #~ msgstr "Nom Sécurisé"
2513
+
2514
+ #~ msgid "Show Download Links"
2515
+ #~ msgstr "Montrer les Liens de Téléchargement"
2516
+
2517
+ #~ msgid "Legacy Version"
2518
+ #~ msgstr "Version Originale"
2519
+
2520
+ #~ msgid ""
2521
+ #~ "This package was built with a version that is no longer supported. It is "
2522
+ #~ "highly recommended that this package be deleted. For more details see the"
2523
+ #~ msgstr ""
2524
+ #~ "Ce paquet a été créé avec une version précédente de Duplicator qui n'est "
2525
+ #~ "plus supportée. Il est vivement recommandé de supprimer ce paquet. Pour "
2526
+ #~ "plus de détails, allez voir"
2527
+
2528
+ #~ msgid "Online FAQs"
2529
+ #~ msgstr "les FAQs en ligne"
2530
+
2531
+ #~ msgid "To create a new package, enter a name and click the create button "
2532
+ #~ msgstr ""
2533
+ #~ "Pour créer un nouveau paquet, donnez-lui un nom et cliquez sur le bouton "
2534
+ #~ "\"Créer\""
2535
+
2536
+ #~ msgid "with the duplicator"
2537
+ #~ msgstr "avec Duplicator"
2538
+
2539
+ #~ msgid "This process will backup all your files and database"
2540
+ #~ msgstr ""
2541
+ #~ "Ce processus va sauvegarder tous vos fichiers et votre base de données"
2542
+
2543
+ #~ msgid "Creating a package may take several minutes if you have a large site"
2544
+ #~ msgstr ""
2545
+ #~ "Créer un paquet peut prendre plusieurs minutes si vous avez un gros site"
2546
+
2547
+ #~ msgid "This window should remain open for the process to complete"
2548
+ #~ msgstr ""
2549
+ #~ "Cette fenêtre doit rester ouverte pour que le processus puisse marcher"
2550
+
2551
+ #~ msgid "Please be patient while we work through this Beta version"
2552
+ #~ msgstr ""
2553
+ #~ "Merci de votre patience pendant que vous utilisez cette version Beta"
2554
+
2555
+ #~ msgid "Please report any issues to"
2556
+ #~ msgstr "Signalez-nous tout problème à"
2557
+
2558
+ #~ msgid "Total Storage Used"
2559
+ #~ msgstr "Mémoire Total Utilisée"
2560
+
2561
+ #~ msgid ""
2562
+ #~ "For a complete rundown of the Duplicator see the online knowledgebase by "
2563
+ #~ "clicking the question button or any link below. If you experience "
2564
+ #~ "issues with creating or installing a package check out the FAQ page first."
2565
+ #~ msgstr ""
2566
+ #~ "Pour une explication exhaustive de Duplicator, allez donc voir notre base "
2567
+ #~ "de connaissances en ligne en cliquant sur le bouton interrogatif ou sur "
2568
+ #~ "n'importe quel lien ci-dessous. Si vous rencontrez des problèmes pour "
2569
+ #~ "créer ou installer un paquet, vérifiez d'abord la page FAQ."
2570
+
2571
+ #~ msgid ""
2572
+ #~ "Not all hosting companies are created equal and to get the most out of "
2573
+ #~ "the plugin we recommend using hosting providers that we do our own "
2574
+ #~ "testing on. Please visit our"
2575
+ #~ msgstr ""
2576
+ #~ "Tous les hébergeurs ne sont pas égaux. Afin de profiter du maximum du "
2577
+ #~ "plugin, nous recommandons les hébergeurs que nous avons déjà testé. Allez "
2578
+ #~ "donc voir notre"
2579
+
2580
+ #~ msgid "Approved Affiliate Hosting Program"
2581
+ #~ msgstr "Programme Affilié des Hébergeurs Approuvés"
2582
+
2583
+ #~ msgid ""
2584
+ #~ "and consider making a switch to hosts that we trust and have experienced "
2585
+ #~ "good success with when using the Duplicator"
2586
+ #~ msgstr ""
2587
+ #~ "et envisagez de changer pour un hébergeur de confiance avec lequel nous "
2588
+ #~ "avons vérifié que Duplicator fonctionnait."
2589
+
2590
+ #~ msgid ""
2591
+ #~ "If you run into an issue and have already read the FAQs feel free to "
2592
+ #~ "submit a support ticket and we will try our best to respond within 5-10 "
2593
+ #~ "business days or sooner if possible."
2594
+ #~ msgstr ""
2595
+ #~ "Si vous tombez sur un problème qui n'a pas encore été traité dans les "
2596
+ #~ "FAQs, n'hésitez pas à nous envoyer un ticket de support et nous ferons "
2597
+ #~ "notre maximum pour répondre dans les 5 à 10 jours ouvrés ou plus tôt si "
2598
+ #~ "c'est possible."
2599
+
2600
+ #~ msgid "If you need priority support within 24-48hrs please visit our "
2601
+ #~ msgstr ""
2602
+ #~ "Si vous avez besoin d'un support prioritaire en 24-48 heures, merci de "
2603
+ #~ "visiter notre"
2604
+
2605
+ #~ msgid ""
2606
+ #~ "for more details. Premium support is 100% refundable if we are unable to "
2607
+ #~ "resolve your issue."
2608
+ #~ msgstr ""
2609
+ #~ "pour plus de détails. Le support Premium est remboursé à 100% si nous "
2610
+ #~ "n'arrivons pas à résoudre votre problème."
2611
+
2612
+ #~ msgid ""
2613
+ #~ "Most issues that occur with the Duplicator revolve around how a server is "
2614
+ #~ "configured. In order to diagnose your issues we will require temporary "
2615
+ #~ "admin accounts to your cPanel and WordPress Admin. Please fill out the "
2616
+ #~ msgstr ""
2617
+ #~ "La plupart des erreurs concernant le Duplicator sont concentrées autour "
2618
+ #~ "des configurations serveur. Afin de diagnostiquer vos problèmes, il va "
2619
+ #~ "nous falloir un accès administrateur temporaire vers votre cPanel et "
2620
+ #~ "votre administration WordPress. Merci de remplir le"
2621
+
2622
+ #~ msgid "Request Quote"
2623
+ #~ msgstr "formulaire de demande de devis"
2624
+
2625
+ #~ msgid "form and explain your issue in detail."
2626
+ #~ msgstr "et de nous expliquer en détail vos problèmes."
2627
+
2628
+ #~ msgid "System"
2629
+ #~ msgstr "Système"
2630
+
2631
+ #~ msgid "FTP"
2632
+ #~ msgstr "FTP"
2633
+
2634
+ #~ msgid "seconds"
2635
+ #~ msgstr "secondes"
2636
+
2637
+ #~ msgid "Max Memory"
2638
+ #~ msgstr "Mémoire Max"
2639
+
2640
+ #~ msgid "WP-Admin email is included. Add extra emails semicolon separated."
2641
+ #~ msgstr ""
2642
+ #~ "L'email WP-Admin est inclus. Ajoutez d'autres adresses emails séparées "
2643
+ #~ "par des points-virgules."
2644
+
2645
+ #~ msgid "Enable character conversion encoding"
2646
+ #~ msgstr "Activer l'encodage de la conversion des caractères"
2647
+
2648
+ #~ msgid "From"
2649
+ #~ msgstr "De"
2650
+
2651
+ #~ msgid "to"
2652
+ #~ msgstr "à"
2653
+
2654
+ #~ msgid "Disable this option for extended or double byte character sets"
2655
+ #~ msgstr ""
2656
+ #~ "Désactivez cette option pour les jeux de caractères étendus ou à double "
2657
+ #~ "octet"
2658
+
2659
+ #~ msgid ""
2660
+ #~ "Having issues saving these options? Temporarily disable all 'Object "
2661
+ #~ "Caches' (i.e. W3C Total Object Cache)"
2662
+ #~ msgstr ""
2663
+ #~ "Vous rencontrez des problèmes avec ces options ? Désactivez "
2664
+ #~ "temporairement tous les 'Cache Objet' (dans W3 Total Cache par exemple)"
2665
+
2666
+ #~ msgid "Install URL"
2667
+ #~ msgstr "URL d'installation"
2668
+
2669
+ #~ msgid "Delete entire snapshot directory when removing plugin"
2670
+ #~ msgstr ""
2671
+ #~ "Effacer l'intégralité du répertoire des Instantanés à la désintallation "
2672
+ #~ "du plugin"
2673
+
2674
+ #~ msgid "Save"
2675
+ #~ msgstr "Sauvegarder"
2676
+
2677
+ #~ msgid "Close"
2678
+ #~ msgstr "Fermer"
2679
+
2680
+ #~ msgid "Pre-Zip Overview"
2681
+ #~ msgstr "Aperçu avant compression"
2682
+
2683
+ #~ msgid "Perform Scan"
2684
+ #~ msgstr "Faire un Scan"
2685
+
2686
+ #~ msgid ""
2687
+ #~ "Note: A scan will provide an estimate on the size of your file system. "
2688
+ #~ "The scan will exclude items in the"
2689
+ #~ msgstr ""
2690
+ #~ "Note : Un scan va vous indiquer la taille estimée de votre fichier "
2691
+ #~ "système. Il va exclure les éléments dans"
2692
+
2693
+ #~ msgid ""
2694
+ #~ "Files that are not readable by the plugin will not be included in the "
2695
+ #~ "overview. Directories that are empty will not be included in the final "
2696
+ #~ "package. "
2697
+ #~ msgstr ""
2698
+ #~ "Les fichiers qui ne sont pas lisibles par le plugin ne seront pas inclus "
2699
+ #~ "dans l'aperçu. Les répertoires vides ne seront pas inclus dans le paquet "
2700
+ #~ "final."
2701
+
2702
+ #~ msgid "System Constraint"
2703
+ #~ msgstr "Contraintes du Système"
2704
+
2705
+ #~ msgid "Please try again! An issue has occurred."
2706
+ #~ msgstr "Merci de réessayer ! Une erreur est survenue."
2707
+
2708
+ #~ msgid "Recommendations"
2709
+ #~ msgstr "Recommandations"
2710
+
2711
+ #~ msgid "Validate"
2712
+ #~ msgstr "Valider"
2713
+
2714
+ #~ msgid "your system"
2715
+ #~ msgstr "votre système"
2716
+
2717
+ #~ msgid "refresh"
2718
+ #~ msgstr "rafraîchir"
2719
+
2720
+ #~ msgid "the dashboard."
2721
+ #~ msgstr "le tableau de bord."
2722
+
2723
+ #~ msgid "Monitor"
2724
+ #~ msgstr "Surveillez"
2725
+
2726
+ #~ msgid ""
2727
+ #~ "your log file a few more minutes as processing may continue on some "
2728
+ #~ "systems"
2729
+ #~ msgstr ""
2730
+ #~ "vos fichiers journaux encore quelques minutes le temps que le processus "
2731
+ #~ "passe sur d'autres systèmes"
2732
+
2733
+ #~ msgid ""
2734
+ #~ "Contact your server admin to have the page timeout increased (see "
2735
+ #~ "duration below)"
2736
+ #~ msgstr ""
2737
+ #~ "Contactez votre administrateur serveur afin qu'il augmente le 'timeout' "
2738
+ #~ "de la page (voir la durée ci-dessous)"
2739
+
2740
+ #~ msgid ""
2741
+ #~ "Consider adding a directory filter in the options dialog if the process "
2742
+ #~ "continues to timeout"
2743
+ #~ msgstr ""
2744
+ #~ "Essayez d'ajouter un filtre de répertoire dans les options si le "
2745
+ #~ "processus continue à être avorté"
2746
+
2747
+ #~ msgid "Check your disk space. For hosted sites review your providers help."
2748
+ #~ msgstr ""
2749
+ #~ "Vérifiez votre espace disque. Pour les sites hébergés, demandez l'aide à "
2750
+ #~ "votre fournisseur."
2751
+
2752
+ #~ msgid "Consider using an"
2753
+ #~ msgstr "Songez à passer"
2754
+
2755
+ #~ msgid "approved"
2756
+ #~ msgstr "chez un"
2757
+
2758
+ #~ msgid "hosting provider."
2759
+ #~ msgstr "hébergeur approuvé."
2760
+
2761
+ #~ msgid "See online help for more details at"
2762
+ #~ msgstr "Consultez l'aide en ligne pour plus de détails à"
2763
+
2764
+ #~ msgid "Please validate your system configuration."
2765
+ #~ msgstr "Merci de valider votre configuration système."
2766
+
2767
+ #~ msgid "Click link for details"
2768
+ #~ msgstr "Cliquez sur le lien pour plus de détails"
2769
+
2770
+ #~ msgid "SYSTEM REQUIRMENTS"
2771
+ #~ msgstr "BESOINS SYSTEME"
2772
+
2773
+ #~ msgid ""
2774
+ #~ "The above paths should have permissions of 755 for directories and 644 "
2775
+ #~ "for files. On some hosts the permission set requires 777. Setting items "
2776
+ #~ "to 777 is a security issue and should only be set temporarily. Please "
2777
+ #~ "avoid any hosting company that requires this kind of setup. See the "
2778
+ #~ "'Duplicator Approved' link at the bottom of this dialog for a list of "
2779
+ #~ "approved hosting providers."
2780
+ #~ msgstr ""
2781
+ #~ "Les chemins ci-dessous devraient avoir des permissions 755 pour les "
2782
+ #~ "répertoires et 644 pour les fichiers. Certains hébergeurs demandent "
2783
+ #~ "également de mettre les permissions à 777. Cela représente un danger pour "
2784
+ #~ "la sécurité de votre site alors ne le laissez que temporairement (à "
2785
+ #~ "l'exception d'Infomaniak). Pour consulter la liste des hébergeurs "
2786
+ #~ "approuvés, allez voir la section 'Approuvée par Duplicator' à la fin de "
2787
+ #~ "cette boîte de dialogue."
2788
+
2789
+ #~ msgid ""
2790
+ #~ "Also be sure to check the Owner/Group settings and validate they are "
2791
+ #~ "correct and match other successful directories/files that are "
2792
+ #~ "accessible. For more details contact your host or visit their help pages "
2793
+ #~ "for more information on how they implement permissions and group settings."
2794
+ #~ msgstr ""
2795
+ #~ "Veillez également à vérifier les paramètres de Propriétaire ou de Groupe "
2796
+ #~ "pour qu'ils vous donnent bien accès aux bons répertoires/fichiers. Pour "
2797
+ #~ "plus de détails, contactez votre hébergeur ou visitez leurs pages de "
2798
+ #~ "support pour plus d'information sur la configuration des permissions et "
2799
+ #~ "des paramètres de groupe."
2800
+
2801
+ #~ msgid ""
2802
+ #~ "Safe Mode needs to be disabled in order for the Duplicator to operate "
2803
+ #~ "correctly. Please set safe_mode = Off in you php.ini file. If you're on "
2804
+ #~ "a hosted server and don't have access to the php.ini file then you will "
2805
+ #~ "need to request this setting be updated. Safe Mode is no longer in future "
2806
+ #~ "versions of PHP. If your host will not work with you to resolve the "
2807
+ #~ "issue then consider a higher reputable hosting provider."
2808
+ #~ msgstr ""
2809
+ #~ "Le Mode Sécurité doit être désactivé afin que Duplicator fonctionne "
2810
+ #~ "correctement. Merci de mettre safe_mode = Off dans votre fichier php.ini. "
2811
+ #~ "Si vous êtes sur un serveur mutualisé et que vous n'avez pas accès à ce "
2812
+ #~ "fichier, vous devrez contacter votre hébergeur pour qu'il le mette à "
2813
+ #~ "jour. Le Mode Sécurité n'existe plus dans les versions suivantes de PHP. "
2814
+ #~ "Si votre hébergeur ne vous aide pas à résoudre ce problème, envisagez de "
2815
+ #~ "changer de fournisseur d'hébergement."
2816
+
2817
+ #~ msgid ""
2818
+ #~ "In order to complete an install the mysqli extension for PHP is required. "
2819
+ #~ "If you are on a hosted server please contact your host and request that "
2820
+ #~ "mysqli extension be enabled. For more information visit: http://php.net/"
2821
+ #~ "manual/en/mysqli.installation.php"
2822
+ #~ msgstr ""
2823
+ #~ "Afin de finaliser l'installation, l'extension mysqli pour PHP est "
2824
+ #~ "nécessaire. Si vous êtes sur un serveur mutualisé, contactez votre "
2825
+ #~ "hébergeur et demandez-leur que cette extension soit activée. Pour plus "
2826
+ #~ "d'informations, allez sur : http://php.net/manual/fr/mysqli.installation."
2827
+ #~ "php"
2828
+
2829
+ #~ msgid "SYSTEM CHECKS"
2830
+ #~ msgstr "VERIFICATIONS SYSTEME"
2831
+
2832
+ #~ msgid "Good"
2833
+ #~ msgstr "Correct"
2834
+
2835
+ #~ msgid "OK"
2836
+ #~ msgstr "OK"
2837
+
2838
+ #~ msgid "PHP 5.2.17+ is required"
2839
+ #~ msgstr "PHP 5.2.17+ est requis"
2840
+
2841
+ #~ msgid "Fail"
2842
+ #~ msgstr "Echec"
2843
+
2844
+ #~ msgid "Not detected"
2845
+ #~ msgstr "Non détecté"
2846
+
2847
+ #~ msgid "PHP SAPI"
2848
+ #~ msgstr "PHP SAPI"
2849
+
2850
+ #~ msgid "Add to exclusion path now"
2851
+ #~ msgstr "Ajouter aux chemins exclus maintenant"
2852
+
2853
+ #~ msgid "Directory excluded"
2854
+ #~ msgstr "Répertoire exclus"
2855
+
2856
+ #~ msgid "Cache Directory Not Found"
2857
+ #~ msgstr "Répertoire de Cache Introuvable"
2858
+
2859
+ #~ msgid "ONLINE RESOURCES"
2860
+ #~ msgstr "RESSOURCES EN LIGNE"
2861
+
2862
+ #~ msgid ""
2863
+ #~ "The following directories should have permissions of 755 and files 644. "
2864
+ #~ "Keep in mind that PHP may be accessing the paths/files as the user id "
2865
+ #~ "that the web server runs as."
2866
+ #~ msgstr ""
2867
+ #~ "Les répertoires suivants devraient avoir des permissions en 755 et les "
2868
+ #~ "fichiers en 644. Gardez à l'esprit que PHP peut accéder aux chemins/"
2869
+ #~ "fichiers avec le même identifiant que le serveur."
lang/duplicator.pot ADDED
@@ -0,0 +1,1686 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #, fuzzy
2
+ msgid ""
3
+ msgstr ""
4
+ "Project-Id-Version: Duplicator\n"
5
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/duplicator\n"
6
+ "POT-Creation-Date: 2015-07-26 23:49+0200\n"
7
+ "PO-Revision-Date: 2015-04-13 09:10-0000\n"
8
+ "Last-Translator: Pedro Mendonça <ped.gaspar@gmail.com>\n"
9
+ "Language-Team: \n"
10
+ "Language: en\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
15
+ "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
16
+ "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
17
+ "X-Poedit-Basepath: ..\n"
18
+ "X-Generator: Poedit 1.8.2\n"
19
+ "X-Poedit-SourceCharset: UTF-8\n"
20
+ "X-Poedit-WPHeader: duplicator.php\n"
21
+ "X-Poedit-SearchPath-0: .\n"
22
+ "X-Poedit-SearchPathExcluded-0: assets\n"
23
+
24
+ #: classes/ui.php:111
25
+ msgid ""
26
+ "Reserved Duplicator install file(s) still exists in the root directory. "
27
+ "Please delete these file(s) to avoid possible security issues."
28
+ msgstr ""
29
+
30
+ #: classes/ui.php:112
31
+ msgid "Remove file(s) now"
32
+ msgstr ""
33
+
34
+ #: classes/ui.php:113
35
+ msgid "Dismiss this notice"
36
+ msgstr ""
37
+
38
+ #: classes/utility.php:249
39
+ msgid "You do not have sufficient permissions to access this page."
40
+ msgstr ""
41
+
42
+ #: duplicator.php:102
43
+ msgid "Get Help"
44
+ msgstr ""
45
+
46
+ #: duplicator.php:102 duplicator.php:191 views/help/help.php:29
47
+ msgid "Help"
48
+ msgstr ""
49
+
50
+ #: duplicator.php:103
51
+ msgid "Support the Plugin"
52
+ msgstr ""
53
+
54
+ #: duplicator.php:103 duplicator.php:195 views/help/about.php:41
55
+ msgid "About"
56
+ msgstr ""
57
+
58
+ #: duplicator.php:179 views/packages/controller.php:76
59
+ #: views/packages/packages.php:235
60
+ msgid "Packages"
61
+ msgstr ""
62
+
63
+ #: duplicator.php:183 views/settings/controller.php:19
64
+ msgid "Settings"
65
+ msgstr ""
66
+
67
+ #: duplicator.php:187 views/tools/controller.php:13
68
+ msgid "Tools"
69
+ msgstr ""
70
+
71
+ #: duplicator.php:246
72
+ msgid "Manage"
73
+ msgstr ""
74
+
75
+ #: views/help/about.php:54
76
+ msgid ""
77
+ "Created for Admins, Developers and Designers the Duplicator can streamline "
78
+ "your workflows and help you quickly clone a WordPress application. "
79
+ "Migrating a WordPress site manually can be very time consuming. The "
80
+ "Duplicator was made to help you speed up the migration process. Please help "
81
+ "us to continue the development effort of this plugin."
82
+ msgstr ""
83
+
84
+ #: views/help/about.php:64
85
+ msgid "Support Duplicator"
86
+ msgstr ""
87
+
88
+ #: views/help/about.php:71
89
+ msgid "Partner with Us"
90
+ msgstr ""
91
+
92
+ #: views/help/about.php:83
93
+ msgid "Keep Active and Online"
94
+ msgstr ""
95
+
96
+ #: views/help/about.php:90
97
+ msgid "Leave 5 Stars"
98
+ msgstr ""
99
+
100
+ #: views/help/about.php:107
101
+ msgid "Spread the Word"
102
+ msgstr ""
103
+
104
+ #: views/help/about.php:113
105
+ msgid "Duplicate Your WordPress"
106
+ msgstr ""
107
+
108
+ #: views/help/about.php:114
109
+ msgid "Rapid WordPress Duplication by LifeInTheGrid.com"
110
+ msgstr ""
111
+
112
+ #: views/help/about.php:131
113
+ msgid "Get More Great Tools"
114
+ msgstr ""
115
+
116
+ #: views/help/gopro.php:37
117
+ msgid "Go Pro!"
118
+ msgstr ""
119
+
120
+ #: views/help/gopro.php:46
121
+ msgid "Duplicator Pro Has Arrived!"
122
+ msgstr ""
123
+
124
+ #: views/help/gopro.php:49
125
+ msgid "The simplicity of Duplicator"
126
+ msgstr ""
127
+
128
+ #: views/help/gopro.php:50
129
+ msgid "with the power the professional requires."
130
+ msgstr ""
131
+
132
+ #: views/help/gopro.php:57
133
+ msgid "Duplicator Free"
134
+ msgstr ""
135
+
136
+ #: views/help/gopro.php:60 views/help/gopro.php:88
137
+ msgid "Backup Files &amp; Database"
138
+ msgstr ""
139
+
140
+ #: views/help/gopro.php:61 views/help/gopro.php:89
141
+ msgid ""
142
+ "Compresses all your WordPress files and database into a compressed snapshot "
143
+ "archive file."
144
+ msgstr ""
145
+
146
+ #: views/help/gopro.php:64 views/help/gopro.php:92
147
+ msgid "Directory Filters"
148
+ msgstr ""
149
+
150
+ #: views/help/gopro.php:65 views/help/gopro.php:93
151
+ msgid ""
152
+ "Filter out the directories and file extensions you want to include/exclude "
153
+ "in your in your archive file."
154
+ msgstr ""
155
+
156
+ #: views/help/gopro.php:68 views/help/gopro.php:96
157
+ msgid "Database Table Filters"
158
+ msgstr ""
159
+
160
+ #: views/help/gopro.php:69 views/help/gopro.php:97
161
+ msgid ""
162
+ "Filter out only the database tables you want to include/exclude in your "
163
+ "database creation script."
164
+ msgstr ""
165
+
166
+ #: views/help/gopro.php:72 views/help/gopro.php:100
167
+ msgid "Migration Wizard"
168
+ msgstr ""
169
+
170
+ #: views/help/gopro.php:73 views/help/gopro.php:101
171
+ msgid ""
172
+ "With just two files (archive &amp; installer.php) move your site to a new "
173
+ "location."
174
+ msgstr ""
175
+
176
+ #: views/help/gopro.php:85 views/packages/new1.inc.form.php:50
177
+ msgid "Duplicator Pro"
178
+ msgstr ""
179
+
180
+ #: views/help/gopro.php:104
181
+ msgid "Scheduled Backups"
182
+ msgstr ""
183
+
184
+ #: views/help/gopro.php:105
185
+ msgid ""
186
+ "Automate the creation of your packages to run at various scheduled intervals."
187
+ msgstr ""
188
+
189
+ #: views/help/gopro.php:108
190
+ msgid "Dropbox Support"
191
+ msgstr ""
192
+
193
+ #: views/help/gopro.php:109
194
+ msgid "Backup up your entire site to Dropbox."
195
+ msgstr ""
196
+
197
+ #: views/help/gopro.php:112
198
+ msgid "FTP Support"
199
+ msgstr ""
200
+
201
+ #: views/help/gopro.php:113
202
+ msgid "Backup up your entire site to an FTP server."
203
+ msgstr ""
204
+
205
+ #: views/help/gopro.php:116
206
+ msgid "Customer Support"
207
+ msgstr ""
208
+
209
+ #: views/help/gopro.php:117
210
+ msgid ""
211
+ "Server setups can be quite complex, with pro you get prompt help to get your "
212
+ "site backed up and moved."
213
+ msgstr ""
214
+
215
+ #: views/help/gopro.php:124
216
+ msgid "Check It Out!"
217
+ msgstr ""
218
+
219
+ #: views/help/help.php:38
220
+ msgid ""
221
+ "Migrating WordPress is a complex process and the logic to make all the magic "
222
+ "happen smoothly may not work quickly with every site. With over 30,000 "
223
+ "plugins and a very complex server eco-system some migrations may run into "
224
+ "issues. This is why the Duplicator includes a detailed knowledgebase that "
225
+ "can help with many common issues. Resources to additional support, approved "
226
+ "hosting, and alternatives to fit your needs can be found below."
227
+ msgstr ""
228
+
229
+ #: views/help/help.php:50
230
+ msgid "Knowledgebase"
231
+ msgstr ""
232
+
233
+ #: views/help/help.php:53
234
+ msgid "Complete Online Documentation"
235
+ msgstr ""
236
+
237
+ #: views/help/help.php:55
238
+ msgid "Choose A Section"
239
+ msgstr ""
240
+
241
+ #: views/help/help.php:56
242
+ msgid "Quick Start"
243
+ msgstr ""
244
+
245
+ #: views/help/help.php:57
246
+ msgid "User Guide"
247
+ msgstr ""
248
+
249
+ #: views/help/help.php:58
250
+ msgid "FAQs"
251
+ msgstr ""
252
+
253
+ #: views/help/help.php:59
254
+ msgid "Change Log"
255
+ msgstr ""
256
+
257
+ #: views/help/help.php:60
258
+ msgid "Product Page"
259
+ msgstr ""
260
+
261
+ #: views/help/help.php:69
262
+ msgid "Online Support"
263
+ msgstr ""
264
+
265
+ #: views/help/help.php:72
266
+ msgid "Get Help From IT Professionals"
267
+ msgstr ""
268
+
269
+ #: views/help/help.php:76
270
+ msgid "Get Support!"
271
+ msgstr ""
272
+
273
+ #: views/help/help.php:88
274
+ msgid "Approved Hosting"
275
+ msgstr ""
276
+
277
+ #: views/help/help.php:91
278
+ msgid "Servers That Work With Duplicator"
279
+ msgstr ""
280
+
281
+ #: views/help/help.php:94
282
+ msgid "Trusted Providers!"
283
+ msgstr ""
284
+
285
+ #: views/help/help.php:104
286
+ msgid "Alternatives"
287
+ msgstr ""
288
+
289
+ #: views/help/help.php:107
290
+ msgid "Other Commercial Resources"
291
+ msgstr ""
292
+
293
+ #: views/help/help.php:110
294
+ msgid "Pro Solutions!"
295
+ msgstr ""
296
+
297
+ #: views/packages/list-nodata.php:7
298
+ msgid "No Packages Found."
299
+ msgstr ""
300
+
301
+ #: views/packages/list-nodata.php:8
302
+ msgid "Click the 'Create New' button to build a package."
303
+ msgstr ""
304
+
305
+ #: views/packages/list-nodata.php:13
306
+ msgid "Please visit the"
307
+ msgstr ""
308
+
309
+ #: views/packages/list-nodata.php:14 views/packages/list-nodata.php:28
310
+ #: views/packages/new1.base.php:234
311
+ msgid "help page"
312
+ msgstr ""
313
+
314
+ #: views/packages/list-nodata.php:15
315
+ msgid "for additional support"
316
+ msgstr ""
317
+
318
+ #: views/packages/list-nodata.php:24
319
+ msgid "Older packages prior to 0.5.0 are no longer supported in this version."
320
+ msgstr ""
321
+
322
+ #: views/packages/list-nodata.php:27
323
+ msgid "To get an older package please visit the"
324
+ msgstr ""
325
+
326
+ #: views/packages/list-nodata.php:29
327
+ msgid "and look for the Change Log link for additional instructions."
328
+ msgstr ""
329
+
330
+ #: views/packages/list-nodata.php:33
331
+ msgid "Hide this message"
332
+ msgstr ""
333
+
334
+ #: views/packages/packages.php:39
335
+ msgid "Help Support Duplicator"
336
+ msgstr ""
337
+
338
+ #: views/packages/packages.php:50
339
+ msgid "Bulk Actions"
340
+ msgstr ""
341
+
342
+ #: views/packages/packages.php:51
343
+ msgid "Delete selected package(s)"
344
+ msgstr ""
345
+
346
+ #: views/packages/packages.php:51
347
+ msgid "Delete"
348
+ msgstr ""
349
+
350
+ #: views/packages/packages.php:53
351
+ msgid "Apply"
352
+ msgstr ""
353
+
354
+ #: views/packages/packages.php:58
355
+ msgid "Package Logs"
356
+ msgstr ""
357
+
358
+ #: views/packages/packages.php:61 views/packages/new1.base.php:96
359
+ #: views/packages/new2.base.php:69 views/packages/new3.base.php:43
360
+ #: views/packages/new3.base.php:89
361
+ msgid "All Packages"
362
+ msgstr ""
363
+
364
+ #: views/packages/packages.php:62 views/packages/new1.base.php:97
365
+ #: views/packages/new2.base.php:70 views/packages/new3.base.php:44
366
+ msgid "Create New"
367
+ msgstr ""
368
+
369
+ #: views/packages/packages.php:87
370
+ msgid "Select all packages"
371
+ msgstr ""
372
+
373
+ #: views/packages/packages.php:88 views/packages/new3.base.php:108
374
+ msgid "Details"
375
+ msgstr ""
376
+
377
+ #: views/packages/packages.php:89
378
+ msgid "Created"
379
+ msgstr ""
380
+
381
+ #: views/packages/packages.php:90 views/packages/new2.base.php:222
382
+ #: views/packages/new2.base.php:334
383
+ msgid "Size"
384
+ msgstr ""
385
+
386
+ #: views/packages/packages.php:91 views/packages/new1.inc.form.php:6
387
+ #: views/packages/new1.inc.form.php:31 views/packages/new3.base.php:74
388
+ msgid "Name"
389
+ msgstr ""
390
+
391
+ #: views/packages/packages.php:93 views/settings/general.php:110
392
+ msgid "Package"
393
+ msgstr ""
394
+
395
+ #: views/packages/packages.php:124
396
+ msgid "(No Notes Taken)"
397
+ msgstr ""
398
+
399
+ #: views/packages/packages.php:142 views/packages/packages.php:187
400
+ msgid "View"
401
+ msgstr ""
402
+
403
+ #: views/packages/packages.php:147 views/packages/new1.inc.form.php:176
404
+ #: views/packages/new3.base.php:79
405
+ msgid "Installer"
406
+ msgstr ""
407
+
408
+ #: views/packages/packages.php:150 views/packages/new1.inc.form.php:65
409
+ #: views/packages/new2.base.php:195 views/packages/new3.base.php:83
410
+ msgid "Archive"
411
+ msgstr ""
412
+
413
+ #: views/packages/packages.php:155 views/packages/packages.php:200
414
+ #: views/settings/general.php:79 views/tools/diagnostics.php:141
415
+ #: views/tools/diagnostics.php:160 views/tools/diagnostics.php:200
416
+ msgid "Version"
417
+ msgstr ""
418
+
419
+ #: views/packages/packages.php:156 views/packages/packages.php:201
420
+ #: views/packages/new1.inc.form.php:199 views/tools/diagnostics.php:168
421
+ msgid "User"
422
+ msgstr ""
423
+
424
+ #: views/packages/packages.php:157 views/packages/packages.php:202
425
+ msgid "Hash"
426
+ msgstr ""
427
+
428
+ #: views/packages/packages.php:158 views/packages/packages.php:207
429
+ #: views/packages/new1.inc.form.php:8 views/packages/new1.inc.form.php:13
430
+ msgid "Notes"
431
+ msgstr ""
432
+
433
+ #: views/packages/packages.php:160
434
+ msgid "Links"
435
+ msgstr ""
436
+
437
+ #: views/packages/packages.php:161
438
+ msgid "SQL"
439
+ msgstr ""
440
+
441
+ #: views/packages/packages.php:162
442
+ msgid "Log"
443
+ msgstr ""
444
+
445
+ #: views/packages/packages.php:165
446
+ msgid "Open Scan Report"
447
+ msgstr ""
448
+
449
+ #: views/packages/packages.php:166
450
+ msgid "View Package Object"
451
+ msgstr ""
452
+
453
+ #: views/packages/packages.php:193
454
+ msgid "View Error Details"
455
+ msgstr ""
456
+
457
+ #: views/packages/packages.php:205
458
+ msgid "Unrecoverable Error! Please remove this package."
459
+ msgstr ""
460
+
461
+ #: views/packages/packages.php:210
462
+ msgid ""
463
+ "This package has encountered errors. Click 'View Log' for more details. "
464
+ "For additional support see the "
465
+ msgstr ""
466
+
467
+ #: views/packages/packages.php:211
468
+ msgid "online knowledgebase"
469
+ msgstr ""
470
+
471
+ #: views/packages/packages.php:213
472
+ msgid "View Log"
473
+ msgstr ""
474
+
475
+ #: views/packages/packages.php:236 views/packages/new2.base.php:219
476
+ #: views/packages/new2.base.php:328
477
+ msgid "Total Size"
478
+ msgstr ""
479
+
480
+ #: views/packages/packages.php:255
481
+ msgid "Download Links"
482
+ msgstr ""
483
+
484
+ #: views/packages/packages.php:258
485
+ msgid "The following links contain sensitive data. Please share with caution!"
486
+ msgstr ""
487
+
488
+ #: views/packages/packages.php:264
489
+ msgid ""
490
+ "The database SQL script is a quick link to your database backup script. An "
491
+ "exact copy is also stored in the package."
492
+ msgstr ""
493
+
494
+ #: views/packages/packages.php:287
495
+ msgid ""
496
+ "Please select an action from the bulk action drop down menu to perform a "
497
+ "specific action."
498
+ msgstr ""
499
+
500
+ #: views/packages/packages.php:295
501
+ msgid "Please select at least one package to delete."
502
+ msgstr ""
503
+
504
+ #: views/packages/packages.php:299
505
+ msgid "Are you sure, you want to delete the selected package(s)?"
506
+ msgstr ""
507
+
508
+ #: views/packages/packages.php:333
509
+ msgid "Package File Links"
510
+ msgstr ""
511
+
512
+ #: views/packages/packages.php:336
513
+ msgid "DATABASE"
514
+ msgstr ""
515
+
516
+ #: views/packages/packages.php:337
517
+ msgid "PACKAGE"
518
+ msgstr ""
519
+
520
+ #: views/packages/packages.php:338
521
+ msgid "INSTALLER"
522
+ msgstr ""
523
+
524
+ #: views/packages/packages.php:339
525
+ msgid "LOG"
526
+ msgstr ""
527
+
528
+ #: views/packages/packages.php:340
529
+ msgid "REPORT"
530
+ msgstr ""
531
+
532
+ #: views/packages/new1.base.php:13
533
+ msgid "Package settings have been reset."
534
+ msgstr ""
535
+
536
+ #: views/packages/new1.base.php:86 views/packages/new2.base.php:59
537
+ #: views/packages/new3.base.php:33
538
+ msgid "Setup"
539
+ msgstr ""
540
+
541
+ #: views/packages/new1.base.php:87 views/packages/new2.base.php:60
542
+ #: views/packages/new3.base.php:34
543
+ msgid "Scan"
544
+ msgstr ""
545
+
546
+ #: views/packages/new1.base.php:88 views/packages/new2.base.php:61
547
+ #: views/packages/new2.base.php:388 views/packages/new3.base.php:35
548
+ msgid "Build"
549
+ msgstr ""
550
+
551
+ #: views/packages/new1.base.php:91
552
+ msgid "Step 1: Package Setup"
553
+ msgstr ""
554
+
555
+ #: views/packages/new1.base.php:115
556
+ msgid "Requirements:"
557
+ msgstr ""
558
+
559
+ #: views/packages/new1.base.php:124
560
+ msgid ""
561
+ "System requirements must pass for the Duplicator to work properly. Click "
562
+ "each link for details."
563
+ msgstr ""
564
+
565
+ #: views/packages/new1.base.php:130
566
+ msgid "PHP Support"
567
+ msgstr ""
568
+
569
+ #: views/packages/new1.base.php:136
570
+ msgid "PHP Version"
571
+ msgstr ""
572
+
573
+ #: views/packages/new1.base.php:140
574
+ msgid "Zip Archive Enabled"
575
+ msgstr ""
576
+
577
+ #: views/packages/new1.base.php:144
578
+ msgid "Safe Mode Off"
579
+ msgstr ""
580
+
581
+ #: views/packages/new1.base.php:148 views/packages/new1.base.php:152
582
+ #: views/packages/new1.base.php:156
583
+ msgid "Function"
584
+ msgstr ""
585
+
586
+ #: views/packages/new1.base.php:161
587
+ msgid ""
588
+ "PHP versions 5.2.17+ or higher is required. Please note that in versioning "
589
+ "logic a value such as 5.2.9 is less than 5.2.17. For compression to work the "
590
+ "ZipArchive extension for PHP is required. Safe Mode should be set to 'Off' "
591
+ "in you php.ini file and is deprecated as of PHP 5.3.0. For any issues in "
592
+ "this section please contact your hosting provider or server administrator. "
593
+ "For additional information see our online documentation."
594
+ msgstr ""
595
+
596
+ #: views/packages/new1.base.php:169
597
+ msgid "Permissions"
598
+ msgstr ""
599
+
600
+ #: views/packages/new1.base.php:172
601
+ msgid "Required Paths"
602
+ msgstr ""
603
+
604
+ #: views/packages/new1.base.php:183
605
+ msgid ""
606
+ "Permissions can be difficult to resolve on some systems. If the plugin can "
607
+ "not read the above paths here are a few things to try. 1) Set the above "
608
+ "paths to have permissions of 755 for directories and 644 for files. You can "
609
+ "temporarily try 777 however, be sure you don’t leave them this way. 2) Check "
610
+ "the owner/group settings for both files and directories. The PHP script "
611
+ "owner and the process owner are different. The script owner owns the PHP "
612
+ "script but the process owner is the user the script is running as, thus "
613
+ "determining its capabilities/privileges in the file system. For more details "
614
+ "contact your host or server administrator or visit the 'Help' menu under "
615
+ "Duplicator for additional online resources."
616
+ msgstr ""
617
+
618
+ #: views/packages/new1.base.php:191
619
+ msgid "Server Support"
620
+ msgstr ""
621
+
622
+ #: views/packages/new1.base.php:197
623
+ msgid "MySQL Version"
624
+ msgstr ""
625
+
626
+ #: views/packages/new1.base.php:201
627
+ msgid "MySQLi Support"
628
+ msgstr ""
629
+
630
+ #: views/packages/new1.base.php:207
631
+ msgid ""
632
+ "MySQL version 5.0+ or better is required and the PHP MySQLi extension (note "
633
+ "the trailing 'i') is also required. Contact your server administrator and "
634
+ "request that mysqli extension and MySQL Server 5.0+ be installed. Please "
635
+ "note in future versions support for other databases and extensions will be "
636
+ "added."
637
+ msgstr ""
638
+
639
+ #: views/packages/new1.base.php:208
640
+ msgid "more info"
641
+ msgstr ""
642
+
643
+ #: views/packages/new1.base.php:217
644
+ msgid "Reserved Files"
645
+ msgstr ""
646
+
647
+ #: views/packages/new1.base.php:221
648
+ msgid ""
649
+ "None of the reserved files (installer.php, installer-data.sql and installer-"
650
+ "log.txt) where found from a previous install. This means you are clear to "
651
+ "create a new package."
652
+ msgstr ""
653
+
654
+ #: views/packages/new1.base.php:224
655
+ msgid ""
656
+ "A reserved file(s) was found in the WordPress root directory. Reserved file "
657
+ "names are installer.php, installer-data.sql and installer-log.txt. To "
658
+ "archive your data correctly please remove any of these files from your "
659
+ "WordPress root directory. Then try creating your package again."
660
+ msgstr ""
661
+
662
+ #: views/packages/new1.base.php:225
663
+ msgid "Remove Files Now"
664
+ msgstr ""
665
+
666
+ #: views/packages/new1.base.php:234
667
+ msgid "For additional help please see the "
668
+ msgstr ""
669
+
670
+ #: views/packages/new1.inc.form.php:10
671
+ msgid "Create a new default name"
672
+ msgstr ""
673
+
674
+ #: views/packages/new1.inc.form.php:23 views/settings/general.php:94
675
+ msgid "Storage"
676
+ msgstr ""
677
+
678
+ #: views/packages/new1.inc.form.php:32
679
+ msgid "Type"
680
+ msgstr ""
681
+
682
+ #: views/packages/new1.inc.form.php:33
683
+ msgid "Location"
684
+ msgstr ""
685
+
686
+ #: views/packages/new1.inc.form.php:38
687
+ msgid "Default"
688
+ msgstr ""
689
+
690
+ #: views/packages/new1.inc.form.php:39
691
+ msgid "Local"
692
+ msgstr ""
693
+
694
+ #: views/packages/new1.inc.form.php:45
695
+ msgid ""
696
+ "All packages including the archive, installer and SQL script are stored in "
697
+ "the location above. "
698
+ msgstr ""
699
+
700
+ #: views/packages/new1.inc.form.php:48
701
+ msgid "Dropbox, FTP and other multiple storage options available in "
702
+ msgstr ""
703
+
704
+ #: views/packages/new1.inc.form.php:67
705
+ msgid "File filter enabled"
706
+ msgstr ""
707
+
708
+ #: views/packages/new1.inc.form.php:68
709
+ msgid "Database filter enabled"
710
+ msgstr ""
711
+
712
+ #: views/packages/new1.inc.form.php:77 views/packages/new2.base.php:203
713
+ msgid "Files"
714
+ msgstr ""
715
+
716
+ #: views/packages/new1.inc.form.php:78 views/packages/new1.inc.form.php:195
717
+ #: views/packages/new2.base.php:312
718
+ msgid "Database"
719
+ msgstr ""
720
+
721
+ #: views/packages/new1.inc.form.php:90
722
+ msgid "Enable File Filters"
723
+ msgstr ""
724
+
725
+ #: views/packages/new1.inc.form.php:94 views/packages/new1.inc.form.php:102
726
+ msgid "Separate all filters by semicolon"
727
+ msgstr ""
728
+
729
+ #: views/packages/new1.inc.form.php:94 views/packages/new2.base.php:278
730
+ msgid "Directories"
731
+ msgstr ""
732
+
733
+ #: views/packages/new1.inc.form.php:96
734
+ msgid "root path"
735
+ msgstr ""
736
+
737
+ #: views/packages/new1.inc.form.php:97
738
+ msgid "wp-uploads"
739
+ msgstr ""
740
+
741
+ #: views/packages/new1.inc.form.php:98
742
+ msgid "cache"
743
+ msgstr ""
744
+
745
+ #: views/packages/new1.inc.form.php:99 views/packages/new1.inc.form.php:106
746
+ msgid "(clear)"
747
+ msgstr ""
748
+
749
+ #: views/packages/new1.inc.form.php:102
750
+ msgid "File extensions"
751
+ msgstr ""
752
+
753
+ #: views/packages/new1.inc.form.php:104
754
+ msgid "media"
755
+ msgstr ""
756
+
757
+ #: views/packages/new1.inc.form.php:105
758
+ msgid "archive"
759
+ msgstr ""
760
+
761
+ #: views/packages/new1.inc.form.php:111
762
+ msgid ""
763
+ "The directory paths and extensions above will be be excluded from the "
764
+ "archive file if enabled is checked."
765
+ msgstr ""
766
+
767
+ #: views/packages/new1.inc.form.php:112
768
+ msgid "Use the full path for directories and semicolons to separate all items."
769
+ msgstr ""
770
+
771
+ #: views/packages/new1.inc.form.php:123
772
+ msgid "Enable Table Filters"
773
+ msgstr ""
774
+
775
+ #: views/packages/new1.inc.form.php:124
776
+ msgid "checked tables are excluded"
777
+ msgstr ""
778
+
779
+ #: views/packages/new1.inc.form.php:129
780
+ msgid "Include All"
781
+ msgstr ""
782
+
783
+ #: views/packages/new1.inc.form.php:130
784
+ msgid "Exclude All"
785
+ msgstr ""
786
+
787
+ #: views/packages/new1.inc.form.php:163
788
+ msgid ""
789
+ "Checked tables will not be added to the database script. Excluding certain "
790
+ "tables can possibly cause your site or plugins to not work correctly after "
791
+ "install!"
792
+ msgstr ""
793
+
794
+ #: views/packages/new1.inc.form.php:181
795
+ msgid "STEP 1 - INPUTS"
796
+ msgstr ""
797
+
798
+ #: views/packages/new1.inc.form.php:184
799
+ msgid "MySQL Server"
800
+ msgstr ""
801
+
802
+ #: views/packages/new1.inc.form.php:187
803
+ msgid "Host"
804
+ msgstr ""
805
+
806
+ #: views/packages/new1.inc.form.php:191
807
+ msgid "Host Port"
808
+ msgstr ""
809
+
810
+ #: views/packages/new1.inc.form.php:203
811
+ msgid "Advanced Options"
812
+ msgstr ""
813
+
814
+ #: views/packages/new1.inc.form.php:209
815
+ msgid "SSL"
816
+ msgstr ""
817
+
818
+ #: views/packages/new1.inc.form.php:212
819
+ msgid "Enforce on Admin"
820
+ msgstr ""
821
+
822
+ #: views/packages/new1.inc.form.php:216
823
+ msgid "Enforce on Logins"
824
+ msgstr ""
825
+
826
+ #: views/packages/new1.inc.form.php:220
827
+ msgid "Cache"
828
+ msgstr ""
829
+
830
+ #: views/packages/new1.inc.form.php:223
831
+ msgid "Keep Enabled"
832
+ msgstr ""
833
+
834
+ #: views/packages/new1.inc.form.php:227
835
+ msgid "Keep Home Path"
836
+ msgstr ""
837
+
838
+ #: views/packages/new1.inc.form.php:235
839
+ msgid "STEP 2 - INPUTS"
840
+ msgstr ""
841
+
842
+ #: views/packages/new1.inc.form.php:239
843
+ msgid "New URL"
844
+ msgstr ""
845
+
846
+ #: views/packages/new1.inc.form.php:245
847
+ msgid "The installer can have these fields pre-filled at install time."
848
+ msgstr ""
849
+
850
+ #: views/packages/new1.inc.form.php:245
851
+ msgid "All values are optional."
852
+ msgstr ""
853
+
854
+ #: views/packages/new1.inc.form.php:254
855
+ msgid "Reset"
856
+ msgstr ""
857
+
858
+ #: views/packages/new1.inc.form.php:255
859
+ msgid "Next"
860
+ msgstr ""
861
+
862
+ #: views/packages/new1.inc.form.php:267
863
+ msgid ""
864
+ "This will reset all of the current package settings. Would you like to "
865
+ "continue?"
866
+ msgstr ""
867
+
868
+ #: views/packages/new2.base.php:64
869
+ msgid "Step 2: System Scan"
870
+ msgstr ""
871
+
872
+ #: views/packages/new2.base.php:81
873
+ msgid "Scanning Site"
874
+ msgstr ""
875
+
876
+ #: views/packages/new2.base.php:83 views/packages/new3.base.php:57
877
+ msgid "Please Wait..."
878
+ msgstr ""
879
+
880
+ #: views/packages/new2.base.php:89
881
+ msgid "Scan Complete"
882
+ msgstr ""
883
+
884
+ #: views/packages/new2.base.php:91
885
+ msgid ""
886
+ "Scan checks are not required to pass, however they could cause issues on "
887
+ "some systems."
888
+ msgstr ""
889
+
890
+ #: views/packages/new2.base.php:92
891
+ msgid "Process Time:"
892
+ msgstr ""
893
+
894
+ #: views/packages/new2.base.php:101
895
+ msgid "Server"
896
+ msgstr ""
897
+
898
+ #: views/packages/new2.base.php:103 views/tools/controller.php:17
899
+ msgid "Diagnostics"
900
+ msgstr ""
901
+
902
+ #: views/packages/new2.base.php:112 views/packages/new2.base.php:117
903
+ #: views/tools/diagnostics.php:106
904
+ msgid "Web Server"
905
+ msgstr ""
906
+
907
+ #: views/packages/new2.base.php:119
908
+ msgid "Supported web servers:"
909
+ msgstr ""
910
+
911
+ #: views/packages/new2.base.php:129
912
+ msgid "PHP Setup"
913
+ msgstr ""
914
+
915
+ #: views/packages/new2.base.php:135
916
+ msgid "Open Base Dir"
917
+ msgstr ""
918
+
919
+ #: views/packages/new2.base.php:137
920
+ msgid ""
921
+ "Issues might occur when [open_basedir] is enabled. Work with your server "
922
+ "admin to disable this value in the php.ini file if you’re having issues "
923
+ "building a package."
924
+ msgstr ""
925
+
926
+ #: views/packages/new2.base.php:138 views/packages/new2.base.php:148
927
+ #: views/packages/new2.base.php:155
928
+ msgid "details"
929
+ msgstr ""
930
+
931
+ #: views/packages/new2.base.php:143 views/tools/diagnostics.php:189
932
+ msgid "Max Execution Time"
933
+ msgstr ""
934
+
935
+ #: views/packages/new2.base.php:145
936
+ #, php-format
937
+ msgid ""
938
+ "Issues might occur for larger packages when the [max_execution_time] value "
939
+ "in the php.ini is too low. The minimum recommended timeout is \"%1$s\" "
940
+ "seconds or higher. An attempt is made to override this value if the server "
941
+ "allows it. A value of 0 (recommended) indicates that PHP has no time limits."
942
+ msgstr ""
943
+
944
+ #: views/packages/new2.base.php:147
945
+ msgid ""
946
+ "Note: Timeouts can also be set at the web server layer, so if the PHP max "
947
+ "timeout passes and you still see a build interrupt messages, then your web "
948
+ "server could be killing the process. If you are limited on processing "
949
+ "time, consider using the database or file filters to shrink the size of your "
950
+ "overall package. However use caution as excluding the wrong resources can "
951
+ "cause your install to not work properly."
952
+ msgstr ""
953
+
954
+ #: views/packages/new2.base.php:152
955
+ msgid "MySQLi"
956
+ msgstr ""
957
+
958
+ #: views/packages/new2.base.php:154
959
+ msgid ""
960
+ "Creating the package does not require the mysqli module. However the "
961
+ "installer.php file requires that the PHP module mysqli be installed on the "
962
+ "server it is deployed on."
963
+ msgstr ""
964
+
965
+ #: views/packages/new2.base.php:164
966
+ msgid "WordPress"
967
+ msgstr ""
968
+
969
+ #: views/packages/new2.base.php:169
970
+ msgid "WordPress Version"
971
+ msgstr ""
972
+
973
+ #: views/packages/new2.base.php:171
974
+ #, php-format
975
+ msgid ""
976
+ "It is recommended to have a version of WordPress that is greater than %1$s"
977
+ msgstr ""
978
+
979
+ #: views/packages/new2.base.php:175
980
+ msgid "Core Files"
981
+ msgstr ""
982
+
983
+ #: views/packages/new2.base.php:177
984
+ msgid ""
985
+ "If the scanner is unable to locate the wp-config.php file in the root "
986
+ "directory, then you will need to manually copy it to its new location."
987
+ msgstr ""
988
+
989
+ #: views/packages/new2.base.php:183
990
+ msgid "Cache Path"
991
+ msgstr ""
992
+
993
+ #: views/packages/new2.base.php:185
994
+ msgid ""
995
+ "Cached data will lead to issues at install time and increases your archive "
996
+ "size. It is recommended to empty your cache directory at build time. Use "
997
+ "caution when removing data from the cache directory. If you have a cache "
998
+ "plugin review the documentation for how to empty it; simply removing files "
999
+ "might cause errors on your site. The cache size minimum threshold is "
1000
+ "currently set at "
1001
+ msgstr ""
1002
+
1003
+ #: views/packages/new2.base.php:208 views/packages/new2.base.php:317
1004
+ msgid "Enabled"
1005
+ msgstr ""
1006
+
1007
+ #: views/packages/new2.base.php:223
1008
+ msgid "File Count"
1009
+ msgstr ""
1010
+
1011
+ #: views/packages/new2.base.php:224
1012
+ msgid "Directory Count"
1013
+ msgstr ""
1014
+
1015
+ #: views/packages/new2.base.php:227
1016
+ #, php-format
1017
+ msgid ""
1018
+ "Total size represents all files minus any filters that have been setup. The "
1019
+ "current thresholds that trigger warnings are %1$s for the entire site and "
1020
+ "%2$s for large files."
1021
+ msgstr ""
1022
+
1023
+ #: views/packages/new2.base.php:239
1024
+ msgid "Name Checks"
1025
+ msgstr ""
1026
+
1027
+ #: views/packages/new2.base.php:244
1028
+ msgid ""
1029
+ "File or directory names may cause issues when working across different "
1030
+ "environments and servers. Names that are over 250 characters, contain "
1031
+ "special characters (such as * ? > < : / \\ |) or are unicode might cause "
1032
+ "issues in a remote enviroment. It is recommended to remove or filter these "
1033
+ "files before building the archive if you have issues at install time."
1034
+ msgstr ""
1035
+
1036
+ #: views/packages/new2.base.php:247 views/packages/new2.base.php:265
1037
+ msgid "Show Paths"
1038
+ msgstr ""
1039
+
1040
+ #: views/packages/new2.base.php:256
1041
+ msgid "Large Files"
1042
+ msgstr ""
1043
+
1044
+ #: views/packages/new2.base.php:261
1045
+ #, php-format
1046
+ msgid ""
1047
+ "Large files such as movies or other backuped data can cause issues with "
1048
+ "timeouts. The current check for large files is %1$s per file. If your "
1049
+ "having issues creating a package consider excluding these files with the "
1050
+ "files filter and manually moving them to your new location."
1051
+ msgstr ""
1052
+
1053
+ #: views/packages/new2.base.php:275
1054
+ msgid "View Filters"
1055
+ msgstr ""
1056
+
1057
+ #: views/packages/new2.base.php:283
1058
+ msgid "No directory filters have been set."
1059
+ msgstr ""
1060
+
1061
+ #: views/packages/new2.base.php:288
1062
+ msgid "File Extensions"
1063
+ msgstr ""
1064
+
1065
+ #: views/packages/new2.base.php:293
1066
+ msgid "No file extension filters have been set."
1067
+ msgstr ""
1068
+
1069
+ #: views/packages/new2.base.php:297
1070
+ msgid ""
1071
+ "The lists above are the directories and file extension that will be excluded "
1072
+ "from the archive."
1073
+ msgstr ""
1074
+
1075
+ #: views/packages/new2.base.php:332
1076
+ msgid "Tables"
1077
+ msgstr ""
1078
+
1079
+ #: views/packages/new2.base.php:333
1080
+ msgid "Records"
1081
+ msgstr ""
1082
+
1083
+ #: views/packages/new2.base.php:336
1084
+ msgid "repair and optimization"
1085
+ msgstr ""
1086
+
1087
+ #: views/packages/new2.base.php:337
1088
+ #, php-format
1089
+ msgid ""
1090
+ "Total size and row count for all database tables are approximate values. "
1091
+ "The thresholds that trigger warnings are %1$s and %2$s records. Large "
1092
+ "databases take time to process and can cause issues with server timeout and "
1093
+ "memory settings. Running a %3$s on your database can also help improve the "
1094
+ "overall size and performance. If your server supports shell_exec and "
1095
+ "mysqldump you can try to enable this option from the settings menu."
1096
+ msgstr ""
1097
+
1098
+ #: views/packages/new2.base.php:349
1099
+ msgid "Table Details"
1100
+ msgstr ""
1101
+
1102
+ #: views/packages/new2.base.php:360
1103
+ msgid "Name:"
1104
+ msgstr ""
1105
+
1106
+ #: views/packages/new2.base.php:361
1107
+ msgid "Host:"
1108
+ msgstr ""
1109
+
1110
+ #: views/packages/new2.base.php:362
1111
+ msgid "Build Mode:"
1112
+ msgstr ""
1113
+
1114
+ #: views/packages/new2.base.php:373
1115
+ msgid "Scan Error"
1116
+ msgstr ""
1117
+
1118
+ #: views/packages/new2.base.php:374
1119
+ msgid "Please try again!"
1120
+ msgstr ""
1121
+
1122
+ #: views/packages/new2.base.php:376 views/packages/new3.base.php:111
1123
+ msgid "Server Status:"
1124
+ msgstr ""
1125
+
1126
+ #: views/packages/new2.base.php:379 views/packages/new3.base.php:115
1127
+ msgid "Error Message:"
1128
+ msgstr ""
1129
+
1130
+ #: views/packages/new2.base.php:386
1131
+ msgid "Back"
1132
+ msgstr ""
1133
+
1134
+ #: views/packages/new2.base.php:387
1135
+ msgid "Rescan"
1136
+ msgstr ""
1137
+
1138
+ #: views/packages/new2.base.php:486
1139
+ msgid "Unable to report on any tables"
1140
+ msgstr ""
1141
+
1142
+ #: views/packages/new2.base.php:495
1143
+ msgid "Unable to report on database stats"
1144
+ msgstr ""
1145
+
1146
+ #: views/packages/new2.base.php:514
1147
+ msgid "DIR"
1148
+ msgstr ""
1149
+
1150
+ #: views/packages/new2.base.php:520 views/packages/new2.base.php:533
1151
+ msgid "FILE"
1152
+ msgstr ""
1153
+
1154
+ #: views/packages/new2.base.php:523
1155
+ msgid "No name warning issues found."
1156
+ msgstr ""
1157
+
1158
+ #: views/packages/new2.base.php:529
1159
+ msgid "No large files found."
1160
+ msgstr ""
1161
+
1162
+ #: views/packages/new3.base.php:38
1163
+ msgid "Step 3: Build Package"
1164
+ msgstr ""
1165
+
1166
+ #: views/packages/new3.base.php:55
1167
+ msgid "Building Package"
1168
+ msgstr ""
1169
+
1170
+ #: views/packages/new3.base.php:58
1171
+ msgid "Keep this window open during the build process."
1172
+ msgstr ""
1173
+
1174
+ #: views/packages/new3.base.php:59
1175
+ msgid "This may take several minutes."
1176
+ msgstr ""
1177
+
1178
+ #: views/packages/new3.base.php:63
1179
+ msgid "Build Status"
1180
+ msgstr ""
1181
+
1182
+ #: views/packages/new3.base.php:70
1183
+ msgid "Package Completed"
1184
+ msgstr ""
1185
+
1186
+ #: views/packages/new3.base.php:75
1187
+ msgid "Process Time"
1188
+ msgstr ""
1189
+
1190
+ #: views/packages/new3.base.php:100
1191
+ msgid "Build Interrupt"
1192
+ msgstr ""
1193
+
1194
+ #: views/packages/new3.base.php:101
1195
+ msgid "The current build has experienced an issue."
1196
+ msgstr ""
1197
+
1198
+ #: views/packages/new3.base.php:103
1199
+ msgid "Please try the process again."
1200
+ msgstr ""
1201
+
1202
+ #: views/packages/new3.base.php:105
1203
+ msgid "Diagnose"
1204
+ msgstr ""
1205
+
1206
+ #: views/packages/new3.base.php:106
1207
+ msgid "Try Again"
1208
+ msgstr ""
1209
+
1210
+ #: views/packages/new3.base.php:122
1211
+ msgid "Notice"
1212
+ msgstr ""
1213
+
1214
+ #: views/packages/new3.base.php:125
1215
+ msgid "Build Folder:"
1216
+ msgstr ""
1217
+
1218
+ #: views/packages/new3.base.php:127
1219
+ msgid ""
1220
+ "Some servers close connections quickly; yet the build can continue to run in "
1221
+ "the background. To validate if a build is still running; open the 'tmp' "
1222
+ "folder above and see if the archive file is growing in size. If it is not "
1223
+ "then your server has strict timeout constraints. Please visit the support "
1224
+ "page for additional resources."
1225
+ msgstr ""
1226
+
1227
+ #: views/packages/new3.base.php:136
1228
+ msgid "Package Log"
1229
+ msgstr ""
1230
+
1231
+ #: views/settings/controller.php:22 views/tools/diagnostics.php:87
1232
+ msgid "General"
1233
+ msgstr ""
1234
+
1235
+ #: views/settings/general.php:6
1236
+ msgid "Settings Saved"
1237
+ msgstr ""
1238
+
1239
+ #: views/settings/general.php:75
1240
+ msgid "Plugin"
1241
+ msgstr ""
1242
+
1243
+ #: views/settings/general.php:83
1244
+ msgid "Uninstall"
1245
+ msgstr ""
1246
+
1247
+ #: views/settings/general.php:86
1248
+ msgid "Delete Plugin Settings"
1249
+ msgstr ""
1250
+
1251
+ #: views/settings/general.php:89
1252
+ msgid "Delete Entire Storage Directory"
1253
+ msgstr ""
1254
+
1255
+ #: views/settings/general.php:96
1256
+ msgid "Full Path"
1257
+ msgstr ""
1258
+
1259
+ #: views/settings/general.php:99
1260
+ msgid "Disable .htaccess File In Storage Directory"
1261
+ msgstr ""
1262
+
1263
+ #: views/settings/general.php:101
1264
+ msgid "Disable if issues occur when downloading installer/archive files."
1265
+ msgstr ""
1266
+
1267
+ #: views/settings/general.php:114
1268
+ msgid "Archive Flush"
1269
+ msgstr ""
1270
+
1271
+ #: views/settings/general.php:117
1272
+ msgid "Attempt Network Keep Alive"
1273
+ msgstr ""
1274
+
1275
+ #: views/settings/general.php:118
1276
+ msgid "recommended only for large archives"
1277
+ msgstr ""
1278
+
1279
+ #: views/settings/general.php:120
1280
+ msgid ""
1281
+ "This will attempt to keep a network connection established for large "
1282
+ "archives."
1283
+ msgstr ""
1284
+
1285
+ #: views/settings/general.php:125
1286
+ msgid "Database Build"
1287
+ msgstr ""
1288
+
1289
+ #: views/settings/general.php:128
1290
+ msgid "Use PHP"
1291
+ msgstr ""
1292
+
1293
+ #: views/settings/general.php:131
1294
+ msgid "Query Limit Size"
1295
+ msgstr ""
1296
+
1297
+ #: views/settings/general.php:140
1298
+ msgid "higher values speed up build times but uses more memory"
1299
+ msgstr ""
1300
+
1301
+ #: views/settings/general.php:147
1302
+ msgid "This server does not have shell_exec configured to run."
1303
+ msgstr ""
1304
+
1305
+ #: views/settings/general.php:149
1306
+ msgid "Please contact the server administrator to enable this feature."
1307
+ msgstr ""
1308
+
1309
+ #: views/settings/general.php:154
1310
+ msgid "Use mysqldump"
1311
+ msgstr ""
1312
+
1313
+ #: views/settings/general.php:155
1314
+ msgid "recommended for large databases"
1315
+ msgstr ""
1316
+
1317
+ #: views/settings/general.php:160
1318
+ msgid "Working Path:"
1319
+ msgstr ""
1320
+
1321
+ #: views/settings/general.php:166
1322
+ msgid ""
1323
+ "Mysqldump was not found at its default location or the location provided. "
1324
+ "Please enter a path to a valid location where mysqldump can run. If the "
1325
+ "problem persist contact your server administrator."
1326
+ msgstr ""
1327
+
1328
+ #: views/settings/general.php:171
1329
+ msgid "Add Custom Path:"
1330
+ msgstr ""
1331
+
1332
+ #: views/settings/general.php:175
1333
+ msgid "This is the path to your mysqldump program."
1334
+ msgstr ""
1335
+
1336
+ #: views/settings/general.php:184
1337
+ msgid "Package Debug"
1338
+ msgstr ""
1339
+
1340
+ #: views/settings/general.php:187
1341
+ msgid "Show Package Debug Status in Packages Screen"
1342
+ msgstr ""
1343
+
1344
+ #: views/settings/general.php:195
1345
+ msgid "Roles & Capabilities"
1346
+ msgstr ""
1347
+
1348
+ #: views/settings/general.php:200
1349
+ msgid "Custom Roles"
1350
+ msgstr ""
1351
+
1352
+ #: views/settings/general.php:203
1353
+ msgid "Enable User Role Editor Plugin Integration"
1354
+ msgstr ""
1355
+
1356
+ #: views/settings/general.php:210
1357
+ msgid "The User Role Editor Plugin"
1358
+ msgstr ""
1359
+
1360
+ #: views/settings/general.php:211
1361
+ msgid "Free"
1362
+ msgstr ""
1363
+
1364
+ #: views/settings/general.php:212
1365
+ msgid "or"
1366
+ msgstr ""
1367
+
1368
+ #: views/settings/general.php:213
1369
+ msgid "Professional"
1370
+ msgstr ""
1371
+
1372
+ #: views/settings/general.php:214
1373
+ msgid "must be installed to use"
1374
+ msgstr ""
1375
+
1376
+ #: views/settings/general.php:215
1377
+ msgid "this feature."
1378
+ msgstr ""
1379
+
1380
+ #: views/settings/general.php:227
1381
+ msgid "Save Settings"
1382
+ msgstr ""
1383
+
1384
+ #: views/tools/cleanup.php:8
1385
+ msgid "Installer File Cleanup Ran."
1386
+ msgstr ""
1387
+
1388
+ #: views/tools/cleanup.php:12 views/tools/diagnostics.php:44
1389
+ msgid "Legacy data removed."
1390
+ msgstr ""
1391
+
1392
+ #: views/tools/cleanup.php:16
1393
+ msgid "Build cache removed."
1394
+ msgstr ""
1395
+
1396
+ #: views/tools/cleanup.php:73
1397
+ msgid ""
1398
+ "If the installer files did not successfully get removed, then you WILL need "
1399
+ "to remove them manually"
1400
+ msgstr ""
1401
+
1402
+ #: views/tools/cleanup.php:74
1403
+ msgid ""
1404
+ "Please remove all installer files to avoid leaving open security issues on "
1405
+ "your server"
1406
+ msgstr ""
1407
+
1408
+ #: views/tools/cleanup.php:82
1409
+ msgid "Data Cleanup"
1410
+ msgstr ""
1411
+
1412
+ #: views/tools/cleanup.php:85
1413
+ msgid "Delete Reserved Files"
1414
+ msgstr ""
1415
+
1416
+ #: views/tools/cleanup.php:86
1417
+ msgid "Removes all installer files from a previous install"
1418
+ msgstr ""
1419
+
1420
+ #: views/tools/cleanup.php:89
1421
+ msgid "Delete Legacy Data"
1422
+ msgstr ""
1423
+
1424
+ #: views/tools/cleanup.php:90
1425
+ msgid "Removes all legacy data and settings prior to version"
1426
+ msgstr ""
1427
+
1428
+ #: views/tools/cleanup.php:93
1429
+ msgid "Clear Build Cache"
1430
+ msgstr ""
1431
+
1432
+ #: views/tools/cleanup.php:94
1433
+ msgid "Removes all build data from:"
1434
+ msgstr ""
1435
+
1436
+ #: views/tools/cleanup.php:107
1437
+ #, php-format
1438
+ msgid "This action will remove all legacy settings prior to version %1$s. "
1439
+ msgstr ""
1440
+
1441
+ #: views/tools/cleanup.php:108
1442
+ msgid ""
1443
+ "Legacy settings are only needed if you plan to migrate back to an older "
1444
+ "version of this plugin."
1445
+ msgstr ""
1446
+
1447
+ #: views/tools/cleanup.php:120
1448
+ msgid ""
1449
+ "This process will remove all build cache files. Be sure no packages are "
1450
+ "currently building or else they will be cancelled."
1451
+ msgstr ""
1452
+
1453
+ #: views/tools/controller.php:16
1454
+ msgid "Logging"
1455
+ msgstr ""
1456
+
1457
+ #: views/tools/controller.php:18
1458
+ msgid "Cleanup"
1459
+ msgstr ""
1460
+
1461
+ #: views/tools/diagnostics.php:18 views/tools/diagnostics.php:19
1462
+ msgid "unknow"
1463
+ msgstr ""
1464
+
1465
+ #: views/tools/diagnostics.php:39
1466
+ msgid "Plugin settings reset."
1467
+ msgstr ""
1468
+
1469
+ #: views/tools/diagnostics.php:40
1470
+ msgid "View state settings reset."
1471
+ msgstr ""
1472
+
1473
+ #: views/tools/diagnostics.php:41
1474
+ msgid "Active package settings reset."
1475
+ msgstr ""
1476
+
1477
+ #: views/tools/diagnostics.php:81
1478
+ msgid "Server Settings"
1479
+ msgstr ""
1480
+
1481
+ #: views/tools/diagnostics.php:90
1482
+ msgid "Duplicator Version"
1483
+ msgstr ""
1484
+
1485
+ #: views/tools/diagnostics.php:94
1486
+ msgid "Operating System"
1487
+ msgstr ""
1488
+
1489
+ #: views/tools/diagnostics.php:98
1490
+ msgid "Timezone"
1491
+ msgstr ""
1492
+
1493
+ #: views/tools/diagnostics.php:102
1494
+ msgid "Server Time"
1495
+ msgstr ""
1496
+
1497
+ #: views/tools/diagnostics.php:110
1498
+ msgid "APC Enabled"
1499
+ msgstr ""
1500
+
1501
+ #: views/tools/diagnostics.php:114
1502
+ msgid "Root Path"
1503
+ msgstr ""
1504
+
1505
+ #: views/tools/diagnostics.php:118
1506
+ msgid "ABSPATH"
1507
+ msgstr ""
1508
+
1509
+ #: views/tools/diagnostics.php:122
1510
+ msgid "Plugins Path"
1511
+ msgstr ""
1512
+
1513
+ #: views/tools/diagnostics.php:126
1514
+ msgid "Loaded PHP INI"
1515
+ msgstr ""
1516
+
1517
+ #: views/tools/diagnostics.php:130
1518
+ msgid "Server IP"
1519
+ msgstr ""
1520
+
1521
+ #: views/tools/diagnostics.php:134
1522
+ msgid "Client IP"
1523
+ msgstr ""
1524
+
1525
+ #: views/tools/diagnostics.php:145
1526
+ msgid "Langugage"
1527
+ msgstr ""
1528
+
1529
+ #: views/tools/diagnostics.php:149 views/tools/diagnostics.php:204
1530
+ msgid "Charset"
1531
+ msgstr ""
1532
+
1533
+ #: views/tools/diagnostics.php:153
1534
+ msgid "Memory Limit "
1535
+ msgstr ""
1536
+
1537
+ #: views/tools/diagnostics.php:154
1538
+ msgid "Max"
1539
+ msgstr ""
1540
+
1541
+ #: views/tools/diagnostics.php:172
1542
+ msgid "Safe Mode"
1543
+ msgstr ""
1544
+
1545
+ #: views/tools/diagnostics.php:176
1546
+ msgid "On"
1547
+ msgstr ""
1548
+
1549
+ #: views/tools/diagnostics.php:176
1550
+ msgid "Off"
1551
+ msgstr ""
1552
+
1553
+ #: views/tools/diagnostics.php:181
1554
+ msgid "Memory Limit"
1555
+ msgstr ""
1556
+
1557
+ #: views/tools/diagnostics.php:185
1558
+ msgid "Memory In Use"
1559
+ msgstr ""
1560
+
1561
+ #: views/tools/diagnostics.php:193
1562
+ msgid "Shell Exec"
1563
+ msgstr ""
1564
+
1565
+ #: views/tools/diagnostics.php:194
1566
+ msgid "Is Supported"
1567
+ msgstr ""
1568
+
1569
+ #: views/tools/diagnostics.php:194
1570
+ msgid "Not Supported"
1571
+ msgstr ""
1572
+
1573
+ #: views/tools/diagnostics.php:208
1574
+ msgid "Wait Timeout"
1575
+ msgstr ""
1576
+
1577
+ #: views/tools/diagnostics.php:212
1578
+ msgid "Max Allowed Packets"
1579
+ msgstr ""
1580
+
1581
+ #: views/tools/diagnostics.php:216
1582
+ msgid "msyqldump Path"
1583
+ msgstr ""
1584
+
1585
+ #: views/tools/diagnostics.php:220
1586
+ msgid "Server Disk"
1587
+ msgstr ""
1588
+
1589
+ #: views/tools/diagnostics.php:223
1590
+ msgid "Free space"
1591
+ msgstr ""
1592
+
1593
+ #: views/tools/diagnostics.php:226
1594
+ msgid "Note: This value is the physical servers hard-drive allocation."
1595
+ msgstr ""
1596
+
1597
+ #: views/tools/diagnostics.php:227
1598
+ msgid ""
1599
+ "On shared hosts check your control panel for the 'TRUE' disk space quota "
1600
+ "value."
1601
+ msgstr ""
1602
+
1603
+ #: views/tools/diagnostics.php:243
1604
+ msgid "Stored Data"
1605
+ msgstr ""
1606
+
1607
+ #: views/tools/diagnostics.php:248
1608
+ msgid "Options Values"
1609
+ msgstr ""
1610
+
1611
+ #: views/tools/diagnostics.php:281
1612
+ msgid "PHP Information"
1613
+ msgstr ""
1614
+
1615
+ #: views/tools/diagnostics.php:300
1616
+ msgid "Delete this option value"
1617
+ msgstr ""
1618
+
1619
+ #: views/tools/logging.php:140
1620
+ msgid "Log file not found or unreadable"
1621
+ msgstr ""
1622
+
1623
+ #: views/tools/logging.php:142
1624
+ msgid ""
1625
+ "Try to create a package, since no log files were found in the snapshots "
1626
+ "directory with the extension *.log"
1627
+ msgstr ""
1628
+
1629
+ #: views/tools/logging.php:144
1630
+ msgid "Reasons for log file not showing"
1631
+ msgstr ""
1632
+
1633
+ #: views/tools/logging.php:145
1634
+ msgid "The web server does not support returning .log file extentions"
1635
+ msgstr ""
1636
+
1637
+ #: views/tools/logging.php:146
1638
+ msgid ""
1639
+ "The snapshots directory does not have the correct permissions to write "
1640
+ "files. Try setting the permissions to 755"
1641
+ msgstr ""
1642
+
1643
+ #: views/tools/logging.php:147
1644
+ msgid ""
1645
+ "The process that PHP runs under does not have enough permissions to create "
1646
+ "files. Please contact your hosting provider for more details"
1647
+ msgstr ""
1648
+
1649
+ #: views/tools/logging.php:156 views/tools/logging.php:161
1650
+ msgid "Options"
1651
+ msgstr ""
1652
+
1653
+ #: views/tools/logging.php:163
1654
+ msgid "Refresh"
1655
+ msgstr ""
1656
+
1657
+ #: views/tools/logging.php:168
1658
+ msgid "Auto Refresh"
1659
+ msgstr ""
1660
+
1661
+ #: views/tools/logging.php:174
1662
+ msgid "Last 20 Logs"
1663
+ msgstr ""
1664
+
1665
+ #. Plugin Name of the plugin/theme
1666
+ msgid "Duplicator"
1667
+ msgstr ""
1668
+
1669
+ #. Plugin URI of the plugin/theme
1670
+ msgid "http://www.lifeinthegrid.com/duplicator/"
1671
+ msgstr ""
1672
+
1673
+ #. Description of the plugin/theme
1674
+ msgid ""
1675
+ "Create a backup of your WordPress files and database. Duplicate and move an "
1676
+ "entire site from one location to another in a few steps. Create a full "
1677
+ "snapshot of your site at any point in time."
1678
+ msgstr ""
1679
+
1680
+ #. Author of the plugin/theme
1681
+ msgid "LifeInTheGrid"
1682
+ msgstr ""
1683
+
1684
+ #. Author URI of the plugin/theme
1685
+ msgid "http://www.lifeinthegrid.com"
1686
+ msgstr ""
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: corylamleorg, bobriley
3
  Donate link: www.lifeinthegrid.com/partner
4
  Tags: backup, restore, move, migrate, localhost, synchronize, duplicate, clone, automate, niche
5
  Requires at least: 3.9
6
- Tested up to: 4.4
7
- Stable tag: 1.1.0
8
  License: GPLv2
9
 
10
  Duplicate, clone, backup, move and transfer an entire site from one location to another.
3
  Donate link: www.lifeinthegrid.com/partner
4
  Tags: backup, restore, move, migrate, localhost, synchronize, duplicate, clone, automate, niche
5
  Requires at least: 3.9
6
+ Tested up to: 4.4.1
7
+ Stable tag: 1.1.2
8
  License: GPLv2
9
 
10
  Duplicate, clone, backup, move and transfer an entire site from one location to another.
views/help/about.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  DUP_Util::CheckPermissions('read');
3
 
4
- require_once(DUPLICATOR_PLUGIN_PATH . '/views/javascript.php');
5
  require_once(DUPLICATOR_PLUGIN_PATH . '/views/inc.header.php');
6
  ?>
7
  <style>
1
  <?php
2
  DUP_Util::CheckPermissions('read');
3
 
4
+ require_once(DUPLICATOR_PLUGIN_PATH . '/assets/js/javascript.php');
5
  require_once(DUPLICATOR_PLUGIN_PATH . '/views/inc.header.php');
6
  ?>
7
  <style>
views/help/gopro.php CHANGED
@@ -1,137 +1,146 @@
1
  <?php
2
  DUP_Util::CheckPermissions('read');
3
 
4
- require_once(DUPLICATOR_PLUGIN_PATH . '/views/javascript.php');
5
  require_once(DUPLICATOR_PLUGIN_PATH . '/views/inc.header.php');
6
  ?>
7
  <style>
8
  /*================================================
9
  PAGE-SUPPORT:*/
10
  div.dup-pro-area {
11
- padding:10px 70px; max-width:750px; width:90%; margin:auto; text-align: center;
12
- background: #fff; border-radius:20px;
13
- box-shadow: inset 0px 0px 67px 20px rgba(241,241,241,1);
14
  }
15
- div.dup-compare-area {width:400px; float:left; border:1px solid #dfdfdf; border-radius:4px; margin:10px; line-height:18px;box-shadow: 0 8px 6px -6px #ccc;}
16
- div.feature {background: #fff; padding:15px; margin: 2px; text-align: center; min-height: 20px}
17
- div.feature a {font-size:18px; font-weight: bold;}
18
- div.dup-compare-area div.feature div.info {display:none; padding:7px 7px 5px 7px; font-style: italic; color: #555; font-size: 14px}
19
- div.dup-gopro-header {text-align: center; margin: 5px 0 15px 0; font-size:18px; line-height: 30px}
20
- div.dup-gopro-header b {font-size: 35px}
21
- a.dup-check-it-btn {box-shadow: 5px 5px 5px 0px #999 !important; font-size: 20px !important; height:45px !important; padding:7px 30px 0 30px !important;}
22
 
23
- #comparison-table { margin-top:25px; border-spacing: 0px; width: 100%}
24
- #comparison-table th { color: #E21906;}
25
- #comparison-table td, #comparison-table th { font-size: 1.2rem; padding: 12px; }
26
- #comparison-table .feature-column { text-align: left; width: 46%}
27
- #comparison-table .check-column { text-align: center; width: 27% }
28
- #comparison-table tr:nth-child(2n+2) {background-color: #f6f6f6; }
29
  </style>
30
 
31
- <script type="text/javascript">var switchTo5x = true;</script>
32
- <script type="text/javascript" src="https://ws.sharethis.com/button/buttons.js"></script>
33
- <script type="text/javascript">stLight.options({publisher: "1a44d92e-2a78-42c3-a32e-414f78f9f484"});</script>
34
-
35
  <div class="dup-pro-area">
36
-
37
- <div>
38
- <h1 style="font-size:34px; margin-top:20px">
39
- <img src="<?php echo DUPLICATOR_PLUGIN_URL ?>assets/img/logo-pro-32.png" style='text-align:top; margin:0;' />
40
- <?php DUP_Util::_e('Duplicator Professional') ?>
41
- </h1>
42
- <h3 style="margin-top:10px; font-size:18px; font-style: italic; color:gray">
43
- <?php DUP_Util::_e('The simplicity of Duplicator') ?>
44
- <?php DUP_Util::_e('with power for the professional.') ?>
45
- </h3>
46
  </div>
47
 
48
  <table id="comparison-table">
49
  <tr>
50
- <th class="feature-column">
51
- Feature
52
- </th>
53
- <th class="check-column">
54
- Free
55
- </th>
56
- <th class="check-column">
57
- Professional
58
- </th>
59
  </tr>
60
  <tr>
61
- <td class="feature-column">Backup Files & Database</td>
62
  <td class="check-column"><i class="fa fa-check"></i></td>
63
  <td class="check-column"><i class="fa fa-check"></i></td>
64
  </tr>
65
  <tr>
66
- <td class="feature-column">Directory Filters</td>
67
  <td class="check-column"><i class="fa fa-check"></i></td>
68
  <td class="check-column"><i class="fa fa-check"></i></td>
69
  </tr>
70
  <tr>
71
- <td class="feature-column">Database Table Filters</td>
72
  <td class="check-column"><i class="fa fa-check"></i></td>
73
  <td class="check-column"><i class="fa fa-check"></i></td>
74
  </tr>
75
  <tr>
76
- <td class="feature-column">Migration Wizard</td>
 
77
  <td class="check-column"><i class="fa fa-check"></i></td>
 
 
 
 
 
 
 
78
  <td class="check-column"><i class="fa fa-check"></i></td>
79
  </tr>
80
  <tr>
81
- <td class="feature-column"><img src="<?php echo DUPLICATOR_PLUGIN_URL ?>assets/img/dropbox-64.png" style='height:16px; width:16px' /> Dropbox Storage </td>
 
 
 
82
  <td class="check-column"></td>
83
  <td class="check-column"><i class="fa fa-check"></i></td>
84
  </tr>
85
  <tr>
86
- <td class="feature-column"><img src="<?php echo DUPLICATOR_PLUGIN_URL ?>assets/img/google_drive_64px.png" style='height:16px; width:16px' /> Google Drive Storage</td>
 
 
 
87
  <td class="check-column"></td>
88
  <td class="check-column"><i class="fa fa-check"></i></td>
89
  </tr>
90
  <tr>
91
- <td class="feature-column"><img src="<?php echo DUPLICATOR_PLUGIN_URL ?>assets/img/ftp-64.png" style='height:16px; width:16px' /> Remote FTP Storage</td>
 
 
 
92
  <td class="check-column"></td>
93
  <td class="check-column"><i class="fa fa-check"></i></td>
94
  </tr>
95
  <tr>
96
- <td class="feature-column">Scheduled Backups</td>
97
  <td class="check-column"></td>
98
  <td class="check-column"><i class="fa fa-check"></i></td>
99
  </tr>
100
  <tr>
101
- <td class="feature-column">Large Package Support</td>
102
  <td class="check-column"></td>
103
  <td class="check-column"><i class="fa fa-check"></i></td>
104
  </tr>
105
  <tr>
106
- <td class="feature-column">Multisite Backup</td>
107
  <td class="check-column"></td>
108
  <td class="check-column"><i class="fa fa-check"></i></td>
109
  </tr>
 
 
 
 
 
 
 
 
110
  <tr>
111
- <td class="feature-column">Email Alerts</td>
112
  <td class="check-column"></td>
113
  <td class="check-column"><i class="fa fa-check"></i></td>
114
  </tr>
115
  <tr>
116
- <td class="feature-column">File Filters</td>
117
  <td class="check-column"></td>
118
  <td class="check-column"><i class="fa fa-check"></i></td>
119
  </tr>
120
  <tr>
121
- <td class="feature-column">Custom Search & Replace</td>
122
  <td class="check-column"></td>
123
  <td class="check-column"><i class="fa fa-check"></i></td>
124
  </tr>
125
  <tr>
126
- <td class="feature-column">Manual Transfers</td>
127
  <td class="check-column"></td>
128
  <td class="check-column"><i class="fa fa-check"></i></td>
129
  </tr>
130
  <tr>
131
- <td class="feature-column">Active Customer Support</td>
132
  <td class="check-column"></td>
133
  <td class="check-column"><i class="fa fa-check"></i></td>
134
- </tr>
135
  </table>
136
 
137
  <br style="clear:both" />
@@ -142,10 +151,4 @@ require_once(DUPLICATOR_PLUGIN_PATH . '/views/inc.header.php');
142
  </p>
143
  <br/><br/>
144
  </div>
145
- <br/><br/>
146
-
147
- <script type="text/javascript">
148
- jQuery(document).ready(function ($) {
149
-
150
- });
151
- </script>
1
  <?php
2
  DUP_Util::CheckPermissions('read');
3
 
4
+ require_once(DUPLICATOR_PLUGIN_PATH . '/assets/js/javascript.php');
5
  require_once(DUPLICATOR_PLUGIN_PATH . '/views/inc.header.php');
6
  ?>
7
  <style>
8
  /*================================================
9
  PAGE-SUPPORT:*/
10
  div.dup-pro-area {
11
+ padding:10px 70px; max-width:750px; width:90%; margin:auto; text-align:center;
12
+ background:#fff; border-radius:20px;
13
+ box-shadow:inset 0px 0px 67px 20px rgba(241,241,241,1);
14
  }
15
+ div.dup-compare-area {width:400px; float:left; border:1px solid #dfdfdf; border-radius:4px; margin:10px; line-height:18px;box-shadow:0 8px 6px -6px #ccc;}
16
+ div.feature {background:#fff; padding:15px; margin:2px; text-align:center; min-height:20px}
17
+ div.feature a {font-size:18px; font-weight:bold;}
18
+ div.dup-compare-area div.feature div.info {display:none; padding:7px 7px 5px 7px; font-style:italic; color:#555; font-size:14px}
19
+ div.dup-gopro-header {text-align:center; margin:5px 0 15px 0; font-size:18px; line-height:30px}
20
+ div.dup-gopro-header b {font-size:35px}
21
+ a.dup-check-it-btn {box-shadow:5px 5px 5px 0px #999 !important; font-size:20px !important; height:45px !important; padding:7px 30px 0 30px !important;}
22
 
23
+ #comparison-table { margin-top:25px; border-spacing:0px; width:100%}
24
+ #comparison-table th { color:#E21906;}
25
+ #comparison-table td, #comparison-table th { font-size:1.2rem; padding:11px; }
26
+ #comparison-table .feature-column { text-align:left; width:46%}
27
+ #comparison-table .check-column { text-align:center; width:27% }
28
+ #comparison-table tr:nth-child(2n+2) {background-color:#f6f6f6; }
29
  </style>
30
 
 
 
 
 
31
  <div class="dup-pro-area">
32
+ <img src="<?php echo DUPLICATOR_PLUGIN_URL ?>assets/img/logo-dpro-300x50-nosnap.png" />
33
+ <div style="font-size:18px; font-style:italic; color:gray">
34
+ <?php DUP_Util::_e('The simplicity of Duplicator') ?>
35
+ <?php DUP_Util::_e('with power for the professional.') ?>
 
 
 
 
 
 
36
  </div>
37
 
38
  <table id="comparison-table">
39
  <tr>
40
+ <th class="feature-column"><?php _e('Feature', 'duplicator') ?></th>
41
+ <th class="check-column"><?php _e('Free', 'duplicator') ?></th>
42
+ <th class="check-column"><?php _e('Professional', 'duplicator') ?></th>
 
 
 
 
 
 
43
  </tr>
44
  <tr>
45
+ <td class="feature-column"><?php _e('Backup Files & Database', 'duplicator') ?></td>
46
  <td class="check-column"><i class="fa fa-check"></i></td>
47
  <td class="check-column"><i class="fa fa-check"></i></td>
48
  </tr>
49
  <tr>
50
+ <td class="feature-column"><?php _e('Directory Filters', 'duplicator') ?></td>
51
  <td class="check-column"><i class="fa fa-check"></i></td>
52
  <td class="check-column"><i class="fa fa-check"></i></td>
53
  </tr>
54
  <tr>
55
+ <td class="feature-column"><?php _e('Database Table Filters', 'duplicator') ?></td>
56
  <td class="check-column"><i class="fa fa-check"></i></td>
57
  <td class="check-column"><i class="fa fa-check"></i></td>
58
  </tr>
59
  <tr>
60
+ <td class="feature-column"><?php _e('Migration Wizard', 'duplicator') ?></td>
61
+ <td class="check-column"><i class="fa fa-check"></i></td>
62
  <td class="check-column"><i class="fa fa-check"></i></td>
63
+ </tr>
64
+ <tr>
65
+ <td class="feature-column">
66
+ <img src="<?php echo DUPLICATOR_PLUGIN_URL ?>assets/img/amazon-64.png" style='height:16px; width:16px' />
67
+ <?php _e('Amazon S3 Storage', 'duplicator') ?>
68
+ </td>
69
+ <td class="check-column"></td>
70
  <td class="check-column"><i class="fa fa-check"></i></td>
71
  </tr>
72
  <tr>
73
+ <td class="feature-column">
74
+ <img src="<?php echo DUPLICATOR_PLUGIN_URL ?>assets/img/dropbox-64.png" style='height:16px; width:16px' />
75
+ <?php _e('Dropbox Storage ', 'duplicator') ?>
76
+ </td>
77
  <td class="check-column"></td>
78
  <td class="check-column"><i class="fa fa-check"></i></td>
79
  </tr>
80
  <tr>
81
+ <td class="feature-column">
82
+ <img src="<?php echo DUPLICATOR_PLUGIN_URL ?>assets/img/google_drive_64px.png" style='height:16px; width:16px' />
83
+ <?php _e('Google Drive Storage', 'duplicator') ?>
84
+ </td>
85
  <td class="check-column"></td>
86
  <td class="check-column"><i class="fa fa-check"></i></td>
87
  </tr>
88
  <tr>
89
+ <td class="feature-column">
90
+ <img src="<?php echo DUPLICATOR_PLUGIN_URL ?>assets/img/ftp-64.png" style='height:16px; width:16px' />
91
+ <?php _e('Remote FTP Storage', 'duplicator') ?>
92
+ </td>
93
  <td class="check-column"></td>
94
  <td class="check-column"><i class="fa fa-check"></i></td>
95
  </tr>
96
  <tr>
97
+ <td class="feature-column"><?php _e('Scheduled Backups', 'duplicator') ?></td>
98
  <td class="check-column"></td>
99
  <td class="check-column"><i class="fa fa-check"></i></td>
100
  </tr>
101
  <tr>
102
+ <td class="feature-column"><?php _e('Large Package Support', 'duplicator') ?></td>
103
  <td class="check-column"></td>
104
  <td class="check-column"><i class="fa fa-check"></i></td>
105
  </tr>
106
  <tr>
107
+ <td class="feature-column"><?php _e('Multisite Backup', 'duplicator') ?></td>
108
  <td class="check-column"></td>
109
  <td class="check-column"><i class="fa fa-check"></i></td>
110
  </tr>
111
+ <!--tr>
112
+ <td class="feature-column">
113
+ <img src="<?php echo DUPLICATOR_PLUGIN_URL ?>assets/img/cpanel-48.png" style="width:16px; height:12px" />
114
+ <?php _e('cPanel Connectivity', 'duplicator') ?>
115
+ </td>
116
+ <td class="check-column"></td>
117
+ <td class="check-column"><i class="fa fa-check"></i></td>
118
+ </tr-->
119
  <tr>
120
+ <td class="feature-column"><?php _e('Email Alerts', 'duplicator') ?></td>
121
  <td class="check-column"></td>
122
  <td class="check-column"><i class="fa fa-check"></i></td>
123
  </tr>
124
  <tr>
125
+ <td class="feature-column"><?php _e('File Filters', 'duplicator') ?></td>
126
  <td class="check-column"></td>
127
  <td class="check-column"><i class="fa fa-check"></i></td>
128
  </tr>
129
  <tr>
130
+ <td class="feature-column"><?php _e('Custom Search & Replace', 'duplicator') ?></td>
131
  <td class="check-column"></td>
132
  <td class="check-column"><i class="fa fa-check"></i></td>
133
  </tr>
134
  <tr>
135
+ <td class="feature-column"><?php _e('Manual Transfers', 'duplicator') ?></td>
136
  <td class="check-column"></td>
137
  <td class="check-column"><i class="fa fa-check"></i></td>
138
  </tr>
139
  <tr>
140
+ <td class="feature-column"><?php _e('Active Customer Support', 'duplicator') ?></td>
141
  <td class="check-column"></td>
142
  <td class="check-column"><i class="fa fa-check"></i></td>
143
+ </tr>
144
  </table>
145
 
146
  <br style="clear:both" />
151
  </p>
152
  <br/><br/>
153
  </div>
154
+ <br/><br/>
 
 
 
 
 
 
views/help/help.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  DUP_Util::CheckPermissions('read');
3
 
4
- require_once(DUPLICATOR_PLUGIN_PATH . '/views/javascript.php');
5
  require_once(DUPLICATOR_PLUGIN_PATH . '/views/inc.header.php');
6
  ?>
7
  <style>
1
  <?php
2
  DUP_Util::CheckPermissions('read');
3
 
4
+ require_once(DUPLICATOR_PLUGIN_PATH . '/assets/js/javascript.php');
5
  require_once(DUPLICATOR_PLUGIN_PATH . '/views/inc.header.php');
6
  ?>
7
  <style>
views/packages/controller.php CHANGED
@@ -1,97 +1,53 @@
1
- <?php
2
-
3
- DUP_Util::CheckPermissions('export');
4
-
5
- global $wpdb;
6
-
7
- //COMMON HEADER DISPLAY
8
- require_once(DUPLICATOR_PLUGIN_PATH . '/views/javascript.php');
9
- require_once(DUPLICATOR_PLUGIN_PATH . '/views/inc.header.php');
10
- $current_tab = isset($_REQUEST['tab']) ? esc_html($_REQUEST['tab']) : 'list';
11
- ?>
12
-
13
- <style>
14
- //TOOLBAR TABLE
15
- table#dup-toolbar td {padding:0px; white-space:nowrap;}
16
- table#dup-toolbar td.dup-toolbar-btns {width:100%; text-align: right; vertical-align: bottom}
17
- table#dup-toolbar td.dup-toolbar-btns a {font-size:16px}
18
- table#dup-toolbar td.dup-toolbar-btns span {font-size:16px; font-weight: bold}
19
- table#dup-toolbar {width:100%; border:0px solid red; padding: 0; margin:0 0 10px 0; height: 35px}
20
-
21
- /*WIZARD TABS */
22
- div#dup-wiz {padding:0px; margin:0; }
23
- div#dup-wiz-steps {margin:10px 0px 0px 10px; padding:0px; clear:both; font-size:12px; min-width:350px;}
24
- div#dup-wiz-title {padding:2px 0px 0px 0px; font-size:18px;}
25
- div#dup-wiz-steps a span {font-size:10px}
26
- /* wiz-steps numbers */
27
- #dup-wiz span {display:block;float:left; text-align:center; width:14px; margin:4px 5px 0px 0px; line-height:13px; color:#ccc; border:1px solid #CCCCCC; border-radius:5px; }
28
- /* wiz-steps default*/
29
- #dup-wiz a { position:relative; display:block; width:auto; min-width:55px; height:25px; margin-right:8px; padding:0px 10px 0px 10px; float:left; line-height:24px; color:#000; background:#E4E4E4; border-radius:5px }
30
- /* wiz-steps active*/
31
- #dup-wiz .active-step a {color:#fff; background:#BBBBBB;}
32
- #dup-wiz .active-step span {color:#fff; border:1px solid #fff;}
33
- /* wiz-steps completed */
34
- #dup-wiz .completed-step a {color:#E1E1E1; background:#BBBBBB; }
35
- #dup-wiz .completed-step span {color:#E1E1E1;}
36
- /*Footer */
37
- div.dup-button-footer input {min-width: 105px}
38
- div.dup-button-footer {padding: 1px 10px 0px 0px; text-align: right}
39
- </style>
40
-
41
- <script>
42
- jQuery(document).ready(function($) {
43
-
44
- /* ----------------------------------------
45
- * METHOD: Triggers the download of an installer/package file
46
- * @param name Window name to open
47
- * @param button Button to change color */
48
- Duplicator.Pack.DownloadFile = function(event, button) {
49
- if (event.data != undefined) {
50
- window.open(event.data.name, '_self');
51
- } else {
52
- $(button).addClass('dup-button-selected');
53
- window.open(event, '_self');
54
- }
55
- return false;
56
- }
57
-
58
- /* ----------------------------------------
59
- * METHOD: Toggle links with sub-details */
60
- Duplicator.Pack.ToggleSystemDetails = function(event) {
61
- if ($(this).parents('div').children(event.data.selector).is(":hidden")) {
62
- $(this).children('span').addClass('ui-icon-triangle-1-s').removeClass('ui-icon-triangle-1-e');
63
- ;
64
- $(this).parents('div').children(event.data.selector).show(250);
65
- } else {
66
- $(this).children('span').addClass('ui-icon-triangle-1-e').removeClass('ui-icon-triangle-1-s');
67
- $(this).parents('div').children(event.data.selector).hide(250);
68
- }
69
- }
70
-
71
- });
72
- </script>
73
-
74
- <div class="wrap">
75
- <?php
76
-
77
-
78
- switch ($current_tab) {
79
- case 'list':
80
- duplicator_header(__("Packages &raquo; All", 'duplicator'));
81
- include('list.base.php');
82
- break;
83
- case 'new1':
84
- duplicator_header(__("Packages &raquo; New", 'duplicator'));
85
- include('new1.base.php');
86
- break;
87
- case 'new2':
88
- duplicator_header(__("Packages &raquo; New", 'duplicator'));
89
- include('new2.base.php');
90
- break;
91
- case 'new3':
92
- duplicator_header(__("Packages &raquo; New", 'duplicator'));
93
- include('new3.base.php');
94
- break;
95
- }
96
- ?>
97
  </div>
1
+ <?php
2
+
3
+ DUP_Util::CheckPermissions('export');
4
+
5
+ global $wpdb;
6
+
7
+ //COMMON HEADER DISPLAY
8
+ require_once(DUPLICATOR_PLUGIN_PATH . '/assets/js/javascript.php');
9
+ require_once(DUPLICATOR_PLUGIN_PATH . '/views/inc.header.php');
10
+
11
+ $current_view = (isset($_REQUEST['action']) && $_REQUEST['action'] == 'detail') ? 'detail' : 'main';
12
+ ?>
13
+
14
+ <script>
15
+ jQuery(document).ready(function($) {
16
+ /* ----------------------------------------
17
+ * METHOD: Triggers the download of an installer/package file
18
+ * @param name Window name to open
19
+ * @param button Button to change color */
20
+ Duplicator.Pack.DownloadFile = function(event, button) {
21
+ if (event.data != undefined) {
22
+ window.open(event.data.name, '_self');
23
+ } else {
24
+ $(button).addClass('dup-button-selected');
25
+ window.open(event, '_self');
26
+ }
27
+ return false;
28
+ }
29
+
30
+ /* ----------------------------------------
31
+ * METHOD: Toggle links with sub-details */
32
+ Duplicator.Pack.ToggleSystemDetails = function(event) {
33
+ if ($(this).parents('div').children(event.data.selector).is(":hidden")) {
34
+ $(this).children('span').addClass('ui-icon-triangle-1-s').removeClass('ui-icon-triangle-1-e');
35
+ ;
36
+ $(this).parents('div').children(event.data.selector).show(250);
37
+ } else {
38
+ $(this).children('span').addClass('ui-icon-triangle-1-e').removeClass('ui-icon-triangle-1-s');
39
+ $(this).parents('div').children(event.data.selector).hide(250);
40
+ }
41
+ }
42
+ });
43
+ </script>
44
+
45
+ <div class="wrap">
46
+ <?php
47
+ switch ($current_view) {
48
+ case 'main': include('main/controller.php'); break;
49
+ case 'detail' : include('details/controller.php'); break;
50
+ break;
51
+ }
52
+ ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  </div>
views/packages/details/controller.php ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ DUP_Util::CheckPermissions('manage_options');
3
+ global $wpdb;
4
+
5
+ //COMMON HEADER DISPLAY
6
+ $current_tab = isset($_REQUEST['tab']) ? esc_html($_REQUEST['tab']) : 'detail';
7
+ $package_id = isset($_REQUEST["id"]) ? $_REQUEST["id"] : 0;
8
+
9
+ $package = DUP_Package::GetByID($package_id);
10
+ $err_found = ($package == null || $package->Status < 100);
11
+ $link_log = "{$package->StoreURL}{$package->NameHash}.log";
12
+ $err_link_log = "<a target='_blank' href='{$link_log}' >" . DUP_Util::__('package log') . '</a>';
13
+ $err_link_faq = '<a target="_blank" href="http://lifeinthegrid.com/duplicator-faq">' . DUP_Util::__('FAQ') . '</a>';
14
+ $err_link_ticket = '<a target="_blank" href="http://lifeinthegrid.com/labs/duplicator/resources/">' . DUP_Util::__('resources page') . '</a>';
15
+
16
+ ?>
17
+
18
+ <style>
19
+ .narrow-input { width: 80px; }
20
+ .wide-input {width: 400px; }
21
+ table.form-table tr td { padding-top: 25px; }
22
+ div.all-packages {float:right; margin-top: -30px; }
23
+ div.all-packages a.add-new-h2 {font-size: 16px}
24
+ </style>
25
+
26
+ <div class="wrap">
27
+ <?php
28
+ duplicator_header(DUP_Util::__("Package Details &raquo; {$package->Name}"));
29
+ ?>
30
+
31
+ <?php if ($err_found) :?>
32
+ <div class="error">
33
+ <p>
34
+ <?php echo DUP_Util::__('This package contains an error. Please review the ') . $err_link_log . DUP_Util::__(' for details.') ; ?>
35
+ <?php echo DUP_Util::__('For help visit the ') . $err_link_faq . DUP_Util::__(' and ') . $err_link_ticket; ?>
36
+ </p>
37
+ </div>
38
+ <?php endif; ?>
39
+
40
+ <h2 class="nav-tab-wrapper">
41
+ <a href="?page=duplicator&action=detail&tab=detail&id=<?php echo $package_id ?>" class="nav-tab <?php echo ($current_tab == 'detail') ? 'nav-tab-active' : '' ?>"> <?php DUP_Util::_e('Details'); ?></a>
42
+ <a <?php if($enable_transfer_tab === false) { echo 'onclick="Duplicator.Pack.TransferDisabled(); return false;"';} ?> href="?page=duplicator&action=detail&tab=transfer&id=<?php echo $package_id ?>" class="nav-tab <?php echo ($current_tab == 'transfer') ? 'nav-tab-active' : '' ?>"> <?php DUP_Util::_e('Transfer'); ?></a>
43
+ </h2>
44
+ <div class="all-packages"><a href="?page=duplicator" class="add-new-h2"><i class="fa fa-archive"></i> <?php DUP_Util::_e('All Packages'); ?></a></div>
45
+
46
+ <?php
47
+ switch ($current_tab) {
48
+ case 'detail': include('detail.php');
49
+ break;
50
+ case 'transfer': include('transfer.php');
51
+ break;
52
+ }
53
+ ?>
54
+ </div>
55
+
56
+ <script type="text/javascript">
57
+ Duplicator.Pack.TransferDisabled = function() {
58
+ alert("<?php DUP_Util::_e('No package in default location so transfer is disabled.');?>")
59
+ }
60
+ </script>
views/packages/details/detail.php ADDED
@@ -0,0 +1,379 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ $view_state = DUP_UI::GetViewStateArray();
3
+ $ui_css_general = (isset($view_state['dup-package-dtl-general-panel']) && $view_state['dup-package-dtl-general-panel']) ? 'display:block' : 'display:none';
4
+ $ui_css_storage = (isset($view_state['dup-package-dtl-storage-panel']) && $view_state['dup-package-dtl-storage-panel']) ? 'display:block' : 'display:none';
5
+ $ui_css_archive = (isset($view_state['dup-package-dtl-archive-panel']) && $view_state['dup-package-dtl-archive-panel']) ? 'display:block' : 'display:none';
6
+ $ui_css_install = (isset($view_state['dup-package-dtl-install-panel']) && $view_state['dup-package-dtl-install-panel']) ? 'display:block' : 'display:none';
7
+
8
+ $link_sql = "{$package->StoreURL}{$package->NameHash}_database.sql";
9
+ $link_archive = "{$package->StoreURL}{$package->NameHash}_archive.zip";
10
+ $link_installer = "{$package->StoreURL}{$package->NameHash}_installer.php?get=1&file={$package->NameHash}_installer.php";
11
+ $link_log = "{$package->StoreURL}{$package->NameHash}.log";
12
+ $link_scan = "{$package->StoreURL}{$package->NameHash}_scan.json";
13
+
14
+ $debug_on = DUP_Settings::Get('package_debug');
15
+ $mysqldump_on = DUP_Settings::Get('package_mysqldump') && DUP_Database::GetMySqlDumpPath();
16
+ $mysqlcompat_on = isset($Package->Database->Compatible) && strlen($Package->Database->Compatible);
17
+ $mysqlcompat_on = ($mysqldump_on && $mysqlcompat_on) ? true : false;
18
+ $dbbuild_mode = ($mysqldump_on) ? 'mysqldump (fast)' : 'PHP (slow)';
19
+ ?>
20
+
21
+ <style>
22
+ /*COMMON*/
23
+ div.toggle-box {float:right; margin: 5px 5px 5px 0}
24
+ div.dup-box {margin-top: 15px; font-size:14px; clear: both}
25
+ table.dup-dtl-data-tbl {width:100%}
26
+ table.dup-dtl-data-tbl tr {vertical-align: top}
27
+ table.dup-dtl-data-tbl tr:first-child td {margin:0; padding-top:0 !important;}
28
+ table.dup-dtl-data-tbl td {padding:0 6px 0 0; padding-top:15px !important;}
29
+ table.dup-dtl-data-tbl td:first-child {font-weight: bold; width:150px}
30
+ table.dup-sub-list td:first-child {white-space: nowrap; vertical-align: middle; width: 70px !important;}
31
+ table.dup-sub-list td {white-space: nowrap; vertical-align:top; padding:0 !important; font-size:12px}
32
+ div.dup-box-panel-hdr {font-size:14px; display:block; border-bottom: 1px dotted #efefef; margin:5px 0 5px 0; font-weight: bold; padding: 0 0 5px 0}
33
+ tr.sub-item td:first-child {padding:0 0 0 40px}
34
+ tr.sub-item td {font-size: 12px}
35
+ tr.sub-item-disabled td {color:gray}
36
+
37
+ /*STORAGE*/
38
+ div.dup-store-pro {font-size:12px; font-style:italic;}
39
+ div.dup-store-pro img {height:14px; width:14px; vertical-align: text-top}
40
+ div.dup-store-pro a {text-decoration: underline}
41
+
42
+ /*GENERAL*/
43
+ div#dup-name-info {display: none; font-size:11px; line-height:20px; margin:4px 0 0 0}
44
+ div#dup-downloads-area {padding: 5px 0 5px 0; }
45
+ div#dup-downloads-msg {margin-bottom:-5px; font-style: italic}
46
+ </style>
47
+
48
+ <?php if ($package_id == 0) :?>
49
+ <div class="error below-h2"><p><?php DUP_Util::_e("Invlaid Package ID request. Please try again!"); ?></p></div>
50
+ <?php endif; ?>
51
+
52
+ <div class="toggle-box">
53
+ <a href="javascript:void(0)" onclick="Duplicator.Pack.OpenAll()">[open all]</a> &nbsp;
54
+ <a href="javascript:void(0)" onclick="Duplicator.Pack.CloseAll()">[close all]</a>
55
+ </div>
56
+
57
+ <!-- ===============================
58
+ GENERAL -->
59
+ <div class="dup-box">
60
+ <div class="dup-box-title">
61
+ <i class="fa fa-archive"></i> <?php DUP_Util::_e('General') ?>
62
+ <div class="dup-box-arrow"></div>
63
+ </div>
64
+ <div class="dup-box-panel" id="dup-package-dtl-general-panel" style="<?php echo $ui_css_general ?>">
65
+ <table class='dup-dtl-data-tbl'>
66
+ <tr>
67
+ <td><?php DUP_Util::_e("Name") ?>:</td>
68
+ <td>
69
+ <a href="javascript:void(0);" onclick="jQuery('#dup-name-info').toggle()"><?php echo $package->Name ?></a>
70
+ <div id="dup-name-info">
71
+ <b><?php DUP_Util::_e("ID") ?>:</b> <?php echo $package->ID ?><br/>
72
+ <b><?php DUP_Util::_e("Hash") ?>:</b> <?php echo $package->Hash ?><br/>
73
+ <b><?php DUP_Util::_e("Full Name") ?>:</b> <?php echo $package->NameHash ?><br/>
74
+ </div>
75
+ </td>
76
+ </tr>
77
+ <tr>
78
+ <td><?php DUP_Util::_e("Notes") ?>:</td>
79
+ <td><?php echo strlen($package->Notes) ? $package->Notes : DUP_Util::__("- no notes -") ?></td>
80
+ </tr>
81
+
82
+ <tr>
83
+ <td><?php DUP_Util::_e("Version") ?>:</td>
84
+ <td><?php echo $package->Version ?></td>
85
+ </tr>
86
+ <tr>
87
+ <td><?php DUP_Util::_e("Runtime") ?>:</td>
88
+ <td><?php echo strlen($package->Runtime) ? $package->Runtime : DUP_Util::__("error running"); ?></td>
89
+ </tr>
90
+ <tr>
91
+ <td><?php DUP_Util::_e("Status") ?>:</td>
92
+ <td><?php echo ($package->Status >= 100) ? DUP_Util::__("completed") : DUP_Util::__("in-complete") ?></td>
93
+ </tr>
94
+ <tr>
95
+ <td><?php DUP_Util::_e("User") ?>:</td>
96
+ <td><?php echo strlen($package->WPUser) ? $package->WPUser : DUP_Util::__("- unknown -") ?></td>
97
+ </tr>
98
+ <tr>
99
+ <td><?php DUP_Util::_e("Files") ?>: </td>
100
+ <td>
101
+ <div id="dup-downloads-area">
102
+ <?php if (!$err_found) :?>
103
+
104
+ <button class="button" onclick="Duplicator.Pack.DownloadFile('<?php echo $link_installer; ?>', this);return false;"><i class="fa fa-bolt"></i> Installer</button>
105
+ <button class="button" onclick="Duplicator.Pack.DownloadFile('<?php echo $link_archive; ?>', this);return false;"><i class="fa fa-file-archive-o"></i> Archive - <?php echo $package->ZipSize ?></button>
106
+ <button class="button" onclick="Duplicator.Pack.DownloadFile('<?php echo $link_sql; ?>', this);return false;"><i class="fa fa-table"></i> &nbsp; SQL - <?php echo DUP_Util::ByteSize($package->Database->Size) ?></button>
107
+ <button class="button" onclick="Duplicator.Pack.DownloadFile('<?php echo $link_log; ?>', this);return false;"><i class="fa fa-list-alt"></i> &nbsp; Log </button>
108
+ <button class="button" onclick="Duplicator.Pack.ShowLinksDialog(<?php echo "'{$link_sql}','{$link_archive}','{$link_installer}','{$link_log}'" ;?>);" class="thickbox"><i class="fa fa-lock"></i> &nbsp; <?php _e("Share", 'duplicator')?></button>
109
+ <?php else: ?>
110
+ <button class="button" onclick="Duplicator.Pack.DownloadFile('<?php echo $link_log; ?>', this);return false;"><i class="fa fa-list-alt"></i> &nbsp; Log </button>
111
+ <?php endif; ?>
112
+ </div>
113
+ <?php if (!$err_found) :?>
114
+ <table class="dup-sub-list">
115
+ <tr>
116
+ <td><?php DUP_Util::_e("Archive") ?>: </td>
117
+ <td><?php echo $package->Archive->File ?></td>
118
+ </tr>
119
+ <tr>
120
+ <td><?php DUP_Util::_e("Installer") ?>: </td>
121
+ <td><?php echo $package->Installer->File ?></td>
122
+ </tr>
123
+ <tr>
124
+ <td><?php DUP_Util::_e("Database") ?>: </td>
125
+ <td><?php echo $package->Database->File ?></td>
126
+ </tr>
127
+ </table>
128
+ <?php endif; ?>
129
+ </td>
130
+ </tr>
131
+ </table>
132
+ </div>
133
+ </div>
134
+
135
+ <!-- ==========================================
136
+ DIALOG: QUICK PATH -->
137
+ <?php add_thickbox(); ?>
138
+ <div id="dup-dlg-quick-path" title="<?php _e('Download Links', 'duplicator'); ?>" style="display:none">
139
+ <p>
140
+ <i class="fa fa-lock"></i>
141
+ <?php _e("The following links contain sensitive data. Please share with caution!", 'duplicator'); ?>
142
+ </p>
143
+
144
+ <div style="padding: 0px 15px 15px 15px;">
145
+ <a href="javascript:void(0)" style="display:inline-block; text-align:right" onclick="Duplicator.Pack.GetLinksText()">[Select All]</a> <br/>
146
+ <textarea id="dup-dlg-quick-path-data" style='border:1px solid silver; border-radius:3px; width:99%; height:225px; font-size:11px'></textarea><br/>
147
+ <i style='font-size:11px'><?php _e("The database SQL script is a quick link to your database backup script. An exact copy is also stored in the package.", 'duplicator'); ?></i>
148
+ </div>
149
+ </div>
150
+
151
+ <!-- ===============================
152
+ STORAGE -->
153
+ <?php
154
+ $css_file_filter_on = $package->Archive->FilterOn == 1 ? '' : 'sub-item-disabled';
155
+ $css_db_filter_on = $package->Database->FilterOn == 1 ? '' : 'sub-item-disabled';
156
+ ?>
157
+ <div class="dup-box">
158
+ <div class="dup-box-title">
159
+ <i class="fa fa-database"></i> <?php DUP_Util::_e('Storage') ?>
160
+ <div class="dup-box-arrow"></div>
161
+ </div>
162
+ <div class="dup-box-panel" id="dup-package-dtl-storage-panel" style="<?php echo $ui_css_storage ?>">
163
+ <table class="widefat package-tbl">
164
+ <thead>
165
+ <tr>
166
+ <th style='width:150px'><?php DUP_Util::_e('Name') ?></th>
167
+ <th style='width:100px'><?php DUP_Util::_e('Type') ?></th>
168
+ <th style="white-space: nowrap"><?php DUP_Util::_e('Location') ?></th>
169
+ </tr>
170
+ </thead>
171
+ <tbody>
172
+ <tr class="package-row">
173
+ <td><i class="fa fa-server"></i>&nbsp;<?php _e('Default', 'duplicator');?></td>
174
+ <td><?php _e("Local", 'duplicator'); ?></td>
175
+ <td><?php echo DUPLICATOR_SSDIR_PATH; ?></td>
176
+ </tr>
177
+ <tr>
178
+ <td colspan="4">
179
+ <div class="dup-store-pro">
180
+ <img src="<?php echo DUPLICATOR_PLUGIN_URL ?>assets/img/amazon-64.png" />
181
+ <img src="<?php echo DUPLICATOR_PLUGIN_URL ?>assets/img/dropbox-64.png" />
182
+ <img src="<?php echo DUPLICATOR_PLUGIN_URL ?>assets/img/google_drive_64px.png" />
183
+ <img src="<?php echo DUPLICATOR_PLUGIN_URL ?>assets/img/ftp-64.png" />
184
+ <?php echo sprintf(__('%1$s, %2$s, %3$s, %4$s and more storage options available in', 'duplicator'), 'Amazon', 'Dropbox', 'Google Drive', 'FTP'); ?>
185
+ <a href="http://snapcreek.com/duplicator/?free-storage-detail" target="_blank"><?php _e('Professional', 'duplicator');?></a>
186
+ <i class="fa fa-lightbulb-o"
187
+ data-tooltip-title="<?php DUP_Util::_e("Additional Storage:"); ?>"
188
+ data-tooltip="<?php DUP_Util::_e('Professional allows you to create a package and then store it at a custom location on this server or to a cloud '
189
+ . 'based location such as Google Drive, Amazon, Dropbox or FTP.'); ?>">
190
+ </i>
191
+ </div>
192
+ </td>
193
+ </tr>
194
+ </tbody>
195
+ </table>
196
+ </div>
197
+ </div>
198
+
199
+
200
+ <!-- ===============================
201
+ ARCHIVE -->
202
+ <?php
203
+ $css_file_filter_on = $package->Archive->FilterOn == 1 ? '' : 'sub-item-disabled';
204
+ $css_db_filter_on = $package->Database->FilterOn == 1 ? '' : 'sub-item-disabled';
205
+ ?>
206
+ <div class="dup-box">
207
+ <div class="dup-box-title">
208
+ <i class="fa fa-file-archive-o"></i> <?php DUP_Util::_e('Archive') ?>
209
+ <div class="dup-box-arrow"></div>
210
+ </div>
211
+ <div class="dup-box-panel" id="dup-package-dtl-archive-panel" style="<?php echo $ui_css_archive ?>">
212
+
213
+ <!-- FILES -->
214
+ <div class="dup-box-panel-hdr"><i class="fa fa-files-o"></i> <?php DUP_Util::_e('FILES'); ?></div>
215
+ <table class='dup-dtl-data-tbl'>
216
+ <tr>
217
+ <td><?php DUP_Util::_e("Build Mode") ?>: </td>
218
+ <td><?php DUP_Util::_e('ZipArchive'); ?></td>
219
+ </tr>
220
+ <tr>
221
+ <td><?php DUP_Util::_e("Filters") ?>: </td>
222
+ <td><?php echo $package->Archive->FilterOn == 1 ? 'On' : 'Off'; ?></td>
223
+ </tr>
224
+ <tr class="sub-item <?php echo $css_file_filter_on ?>">
225
+ <td><?php DUP_Util::_e("Directories") ?>: </td>
226
+ <td>
227
+ <?php
228
+ echo strlen($package->Archive->FilterDirs)
229
+ ? str_replace(';', '<br/>', $package->Archive->FilterDirs)
230
+ : DUP_Util::__('- no filters -');
231
+ ?>
232
+ </td>
233
+ </tr>
234
+ <tr class="sub-item <?php echo $css_file_filter_on ?>">
235
+ <td><?php DUP_Util::_e("Extensions") ?>: </td>
236
+ <td>
237
+ <?php
238
+ echo isset($package->Archive->FilterExts) && strlen($package->Archive->FilterExts)
239
+ ? $package->Archive->FilterExts
240
+ : DUP_Util::__('- no filters -');
241
+ ?>
242
+ </td>
243
+ </tr>
244
+ <tr class="sub-item <?php echo $css_file_filter_on ?>">
245
+ <td><?php DUP_Util::_e("Files") ?>: </td>
246
+ <td>
247
+ <i>
248
+ <?php DUP_Util::_e("Available in") ?>
249
+ <a href="http://snapcreek.com/duplicator/?free-file-filters" target="_blank"><?php _e('Professional', 'duplicator');?></a>
250
+ </i>
251
+ <i class="fa fa-lightbulb-o"
252
+ data-tooltip-title="<?php DUP_Util::_e("File Filters:"); ?>"
253
+ data-tooltip="<?php DUP_Util::_e('File filters allows you to select individual files and add them to an exclusion list that will filter them from the package.'); ?>">
254
+ </i>
255
+ </td>
256
+ </tr>
257
+ </table><br/>
258
+
259
+ <!-- DATABASE -->
260
+ <div class="dup-box-panel-hdr"><i class="fa fa-table"></i> <?php DUP_Util::_e('DATABASE'); ?></div>
261
+ <table class='dup-dtl-data-tbl'>
262
+ <tr>
263
+ <td><?php DUP_Util::_e("Type") ?>: </td>
264
+ <td><?php echo $package->Database->Type ?></td>
265
+ </tr>
266
+ <tr>
267
+ <td><?php DUP_Util::_e("Build Mode") ?>: </td>
268
+ <td>
269
+ <a href="?page=duplicator-settings" target="_blank"><?php echo $dbbuild_mode; ?></a>
270
+ <?php if ($mysqlcompat_on) : ?>
271
+ <br/>
272
+ <small style="font-style:italic; color:maroon">
273
+ <i class="fa fa-exclamation-circle"></i> <?php DUP_Util::_e('MySQL Compatibility Mode Enabled'); ?>
274
+ <a href="https://dev.mysql.com/doc/refman/5.7/en/mysqldump.html#option_mysqldump_compatible" target="_blank">[<?php DUP_Util::_e('details'); ?>]</a>
275
+ </small>
276
+ <?php endif; ?>
277
+ </td>
278
+ </tr>
279
+ <tr>
280
+ <td><?php DUP_Util::_e("Filters") ?>: </td>
281
+ <td><?php echo $package->Database->FilterOn == 1 ? 'On' : 'Off'; ?></td>
282
+ </tr>
283
+ <tr class="sub-item <?php echo $css_db_filter_on ?>">
284
+ <td><?php DUP_Util::_e("Tables") ?>: </td>
285
+ <td>
286
+ <?php
287
+ echo isset($package->Database->FilterTables) && strlen($package->Database->FilterTables)
288
+ ? str_replace(',', '&nbsp;|&nbsp;', $package->Database->FilterTables)
289
+ : DUP_Util::__('- no filters -');
290
+ ?>
291
+ </td>
292
+ </tr>
293
+ </table>
294
+ </div>
295
+ </div>
296
+
297
+
298
+ <!-- ===============================
299
+ INSTALLER -->
300
+ <div class="dup-box" style="margin-bottom: 50px">
301
+ <div class="dup-box-title">
302
+ <i class="fa fa-bolt"></i> <?php DUP_Util::_e('Installer') ?>
303
+ <div class="dup-box-arrow"></div>
304
+ </div>
305
+ <div class="dup-box-panel" id="dup-package-dtl-install-panel" style="<?php echo $ui_css_install ?>">
306
+ <table class='dup-dtl-data-tbl'>
307
+ <tr>
308
+ <td><?php DUP_Util::_e("Host") ?>:</td>
309
+ <td><?php echo strlen($package->Installer->OptsDBHost) ? $package->Installer->OptsDBHost : DUP_Util::__("- not set -") ?></td>
310
+ </tr>
311
+ <tr>
312
+ <td><?php DUP_Util::_e("Database") ?>:</td>
313
+ <td><?php echo strlen($package->Installer->OptsDBName) ? $package->Installer->OptsDBName : DUP_Util::__("- not set -") ?></td>
314
+ </tr>
315
+ <tr>
316
+ <td><?php DUP_Util::_e("User") ?>:</td>
317
+ <td><?php echo strlen($package->Installer->OptsDBUser) ? $package->Installer->OptsDBUser : DUP_Util::__("- not set -") ?></td>
318
+ </tr>
319
+ <tr>
320
+ <td><?php DUP_Util::_e("New URL") ?>:</td>
321
+ <td><?php echo strlen($package->Installer->OptsURLNew) ? $package->Installer->OptsURLNew : DUP_Util::__("- not set -") ?></td>
322
+ </tr>
323
+ </table>
324
+ </div>
325
+ </div>
326
+
327
+ <?php if ($debug_on) : ?>
328
+ <div style="margin:0">
329
+ <a href="javascript:void(0)" onclick="jQuery(this).parent().find('.dup-pack-debug').toggle()">[<?php DUP_Util::_e("View Package Object") ?>]</a><br/>
330
+ <pre class="dup-pack-debug" style="display:none"><?php @print_r($package); ?> </pre>
331
+ </div>
332
+ <?php endif; ?>
333
+
334
+
335
+ <script type="text/javascript">
336
+ jQuery(document).ready(function ($)
337
+ {
338
+
339
+ /* Shows the 'Download Links' dialog
340
+ * @param db The path to the sql file
341
+ * @param install The path to the install file
342
+ * @param pack The path to the package file */
343
+ Duplicator.Pack.ShowLinksDialog = function(db, install, pack, log)
344
+ {
345
+ var url = '#TB_inline?width=650&height=350&inlineId=dup-dlg-quick-path';
346
+ tb_show("<?php _e('Package File Links', 'duplicator') ?>", url);
347
+
348
+ var msg = <?php printf('"%s:\n" + db + "\n\n%s:\n" + install + "\n\n%s:\n" + pack + "\n\n%s:\n" + log;',
349
+ __("DATABASE", 'duplicator'),
350
+ __("PACKAGE", 'duplicator'),
351
+ __("INSTALLER", 'duplicator'),
352
+ __("LOG", 'duplicator'));
353
+ ?>
354
+ $("#dup-dlg-quick-path-data").val(msg);
355
+ return false;
356
+ }
357
+
358
+ //LOAD: 'Download Links' Dialog and other misc setup
359
+ Duplicator.Pack.GetLinksText = function() {$('#dup-dlg-quick-path-data').select();};
360
+
361
+ /* METHOD: */
362
+ Duplicator.Pack.OpenAll = function () {
363
+ $("div.dup-box").each(function() {
364
+ var panel_open = $(this).find('div.dup-box-panel').is(':visible');
365
+ if (! panel_open)
366
+ $( this ).find('div.dup-box-title').trigger("click");
367
+ });
368
+ };
369
+
370
+ /* METHOD: */
371
+ Duplicator.Pack.CloseAll = function () {
372
+ $("div.dup-box").each(function() {
373
+ var panel_open = $(this).find('div.dup-box-panel').is(':visible');
374
+ if (panel_open)
375
+ $( this ).find('div.dup-box-title').trigger("click");
376
+ });
377
+ };
378
+ });
379
+ </script>
views/packages/details/transfer.php ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <style>
2
+ h3 {margin:10px 0 5px 0}
3
+ div.transfer-panel {padding: 20px 5px 10px 10px;}
4
+ div.transfer-hdr { border-bottom: 0px solid #dfdfdf; margin: -15px 0 0 0}
5
+ </style>
6
+
7
+ <div class="transfer-panel">
8
+ <div class="transfer-hdr">
9
+ <h2><i class="fa fa-arrow-circle-right"></i> <?php DUP_Util::_e('Manual Transfer'); ?></h2>
10
+ </div>
11
+ <br/>
12
+
13
+ <div style="font-size:16px; text-align: center; line-height: 30px">
14
+ <img src="<?php echo DUPLICATOR_PLUGIN_URL ?>assets/img/logo-dpro-300x50.png" />
15
+ <?php
16
+ echo '<h2>' . DUP_Util::__('This option is available only in Duplicator Professional.') . '</h2>';
17
+ DUP_Util::_e('Manual transfer lets you copy a package to Amazon S3, Dropbox, Google Drive, FTP or another directory.');
18
+ echo '<br/>';
19
+ DUP_Util::_e('Simply choose your destination and hit the transfer button and your done.');
20
+ ?>
21
+ </div>
22
+ <p style="text-align:center">
23
+ <a href="http://snapcreek.com/duplicator?free-manual-transfer" target="_blank" class="button button-primary button-large dup-check-it-btn" >
24
+ <?php DUP_Util::_e('Learn More') ?>
25
+ </a>
26
+ </p>
27
+ </div>
views/packages/main/controller.php ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ $current_tab = isset($_REQUEST['tab']) ? esc_html($_REQUEST['tab']) : 'list';
3
+ ?>
4
+
5
+ <style>
6
+ //TOOLBAR TABLE
7
+ table#dup-toolbar td {padding:0px; white-space:nowrap;}
8
+ table#dup-toolbar td.dup-toolbar-btns {width:100%; text-align: right; vertical-align: bottom}
9
+ table#dup-toolbar td.dup-toolbar-btns a {font-size:16px}
10
+ table#dup-toolbar td.dup-toolbar-btns span {font-size:16px; font-weight: bold}
11
+ table#dup-toolbar {width:100%; border:0px solid red; padding: 0; margin:0 0 10px 0; height: 35px}
12
+
13
+ /*WIZARD TABS */
14
+ div#dup-wiz {padding:0px; margin:0; }
15
+ div#dup-wiz-steps {margin:10px 0px 0px 10px; padding:0px; clear:both; font-size:12px; min-width:350px;}
16
+ div#dup-wiz-title {padding:2px 0px 0px 0px; font-size:18px;}
17
+ div#dup-wiz-steps a span {font-size:10px}
18
+ /* wiz-steps numbers */
19
+ #dup-wiz span {display:block;float:left; text-align:center; width:14px; margin:4px 5px 0px 0px; line-height:13px; color:#ccc; border:1px solid #CCCCCC; border-radius:5px; }
20
+ /* wiz-steps default*/
21
+ #dup-wiz a { position:relative; display:block; width:auto; min-width:55px; height:25px; margin-right:8px; padding:0px 10px 0px 10px; float:left; line-height:24px; color:#000; background:#E4E4E4; border-radius:5px }
22
+ /* wiz-steps active*/
23
+ #dup-wiz .active-step a {color:#fff; background:#BBBBBB;}
24
+ #dup-wiz .active-step span {color:#fff; border:1px solid #fff;}
25
+ /* wiz-steps completed */
26
+ #dup-wiz .completed-step a {color:#E1E1E1; background:#BBBBBB; }
27
+ #dup-wiz .completed-step span {color:#E1E1E1;}
28
+ /*Footer */
29
+ div.dup-button-footer input {min-width: 105px}
30
+ div.dup-button-footer {padding: 1px 10px 0px 0px; text-align: right}
31
+ </style>
32
+
33
+ <?php
34
+ switch ($current_tab) {
35
+ case 'list':
36
+ duplicator_header(__("Packages &raquo; All", 'duplicator'));
37
+ include('packages.php');
38
+ break;
39
+ case 'new1':
40
+ duplicator_header(__("Packages &raquo; New", 'duplicator'));
41
+ include('new1.base.php');
42
+ break;
43
+ case 'new2':
44
+ duplicator_header(__("Packages &raquo; New", 'duplicator'));
45
+ include('new2.base.php');
46
+ break;
47
+ case 'new3':
48
+ duplicator_header(__("Packages &raquo; New", 'duplicator'));
49
+ include('new3.base.php');
50
+ break;
51
+ }
52
+ ?>
views/packages/main/new1.base.php ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ require_once (DUPLICATOR_PLUGIN_PATH . 'classes/package.php');
3
+
4
+ global $wpdb;
5
+
6
+ //POST BACK
7
+ $action_updated = null;
8
+ if (isset($_POST['action']))
9
+ {
10
+ $action_result = DUP_Settings::DeleteWPOption($_POST['action']);
11
+ switch ($_POST['action'])
12
+ {
13
+ case 'duplicator_package_active' : $action_response = __('Package settings have been reset.', 'duplicator');
14
+ break;
15
+ }
16
+ }
17
+
18
+ DUP_Util::InitSnapshotDirectory();
19
+
20
+ $Package = DUP_Package::GetActive();
21
+ $package_hash = $Package->MakeHash();
22
+
23
+ $dup_tests = array();
24
+ $dup_tests = DUP_Server::GetRequirements();
25
+ $default_name = DUP_Package::GetDefaultName();
26
+
27
+ $view_state = DUP_UI::GetViewStateArray();
28
+ $ui_css_storage = (isset($view_state['dup-pack-storage-panel']) && $view_state['dup-pack-storage-panel']) ? 'display:block' : 'display:none';
29
+ $ui_css_archive = (isset($view_state['dup-pack-archive-panel']) && $view_state['dup-pack-archive-panel']) ? 'display:block' : 'display:none';
30
+ $ui_css_installer = (isset($view_state['dup-pack-installer-panel']) && $view_state['dup-pack-installer-panel']) ? 'display:block' : 'display:none';
31
+ $dup_intaller_files = implode(", ", array_keys(DUP_Server::GetInstallerFiles()));
32
+ $dbbuild_mode = (DUP_Settings::Get('package_mysqldump') && DUP_Database::GetMySqlDumpPath()) ? 'mysqldump' : 'PHP';
33
+
34
+ ?>
35
+
36
+ <style>
37
+ /* -----------------------------
38
+ REQUIREMENTS*/
39
+ div.dup-sys-section {margin:1px 0px 5px 0px}
40
+ div.dup-sys-title {display:inline-block; width:250px; padding:1px; }
41
+ div.dup-sys-title div {display:inline-block;float:right; }
42
+ div.dup-sys-info {display:none; max-width: 98%; margin:4px 4px 12px 4px}
43
+ div.dup-sys-pass {display:inline-block; color:green;}
44
+ div.dup-sys-fail {display:inline-block; color:#AF0000;}
45
+ div.dup-sys-contact {padding:5px 0px 0px 10px; font-size:11px; font-style:italic}
46
+ span.dup-toggle {float:left; margin:0 2px 2px 0; }
47
+ table.dup-sys-info-results td:first-child {width:200px}
48
+ </style>
49
+
50
+ <!-- ============================
51
+ TOOL BAR: STEPS -->
52
+ <table id="dup-toolbar">
53
+ <tr valign="top">
54
+ <td style="white-space: nowrap">
55
+ <div id="dup-wiz">
56
+ <div id="dup-wiz-steps">
57
+ <div class="active-step"><a><span>1</span> <?php _e('Setup', 'duplicator'); ?></a></div>
58
+ <div><a><span>2</span> <?php _e('Scan', 'duplicator'); ?> </a></div>
59
+ <div><a><span>3</span> <?php _e('Build', 'duplicator'); ?> </a></div>
60
+ </div>
61
+ <div id="dup-wiz-title">
62
+ <?php _e('Step 1: Package Setup', 'duplicator'); ?>
63
+ </div>
64
+ </div>
65
+ </td>
66
+ <td class="dup-toolbar-btns">
67
+ <a id="dup-pro-create-new" href="?page=duplicator" class="add-new-h2"><i class="fa fa-archive"></i> <?php _e("All Packages", 'duplicator'); ?></a> &nbsp;
68
+ <span> <?php _e("Create New", 'duplicator'); ?></span>
69
+ </td>
70
+ </tr>
71
+ </table>
72
+ <hr style="margin-bottom:8px">
73
+
74
+ <?php if (!empty($action_response)) : ?>
75
+ <div id="message" class="updated below-h2"><p><?php echo $action_response; ?></p></div>
76
+ <?php endif; ?>
77
+
78
+ <!-- ============================
79
+ SYSTEM REQUIREMENTS -->
80
+ <div class="dup-box">
81
+ <div class="dup-box-title dup-box-title-fancy">
82
+ <i class="fa fa-check-square-o"></i>
83
+ <?php
84
+ _e("Requirements:", 'duplicator');
85
+ echo ($dup_tests['Success']) ? ' <div class="dup-sys-pass">Pass</div>' : ' <div class="dup-sys-fail">Fail</div>';
86
+ ?>
87
+ <div class="dup-box-arrow"></div>
88
+ </div>
89
+
90
+ <div class="dup-box-panel" style="<?php echo ($dup_tests['Success']) ? 'display:none' : ''; ?>">
91
+
92
+ <div class="dup-sys-section">
93
+ <i><?php _e("System requirements must pass for the Duplicator to work properly. Click each link for details.", 'duplicator'); ?></i>
94
+ </div>
95
+
96
+ <!-- PHP SUPPORT -->
97
+ <div class='dup-sys-req'>
98
+ <div class='dup-sys-title'>
99
+ <a><?php _e('PHP Support', 'duplicator'); ?></a>
100
+ <div><?php echo $dup_tests['PHP']['ALL']; ?></div>
101
+ </div>
102
+ <div class="dup-sys-info dup-info-box">
103
+ <table class="dup-sys-info-results">
104
+ <tr>
105
+ <td><?php printf("%s [%s]", __("PHP Version", 'duplicator'), phpversion()); ?></td>
106
+ <td><?php echo $dup_tests['PHP']['VERSION'] ?></td>
107
+ </tr>
108
+ <tr>
109
+ <td><?php _e('Zip Archive Enabled', 'duplicator'); ?></td>
110
+ <td><?php echo $dup_tests['PHP']['ZIP'] ?></td>
111
+ </tr>
112
+ <tr>
113
+ <td><?php _e('Safe Mode Off', 'duplicator'); ?></td>
114
+ <td><?php echo $dup_tests['PHP']['SAFE_MODE'] ?></td>
115
+ </tr>
116
+ <tr>
117
+ <td><?php _e('Function', 'duplicator'); ?> <a href="http://php.net/manual/en/function.file-get-contents.php" target="_blank">file_get_contents</a></td>
118
+ <td><?php echo $dup_tests['PHP']['FUNC_1'] ?></td>
119
+ </tr>
120
+ <tr>
121
+ <td><?php _e('Function', 'duplicator'); ?> <a href="http://php.net/manual/en/function.file-put-contents.php" target="_blank">file_put_contents</a></td>
122
+ <td><?php echo $dup_tests['PHP']['FUNC_2'] ?></td>
123
+ </tr>
124
+ <tr>
125
+ <td><?php _e('Function', 'duplicator'); ?> <a href="http://php.net/manual/en/mbstring.installation.php" target="_blank">mb_strlen</a></td>
126
+ <td><?php echo $dup_tests['PHP']['FUNC_3'] ?></td>
127
+ </tr>
128
+ </table>
129
+ <small>
130
+ <?php _e("PHP versions 5.2.9+ or higher is required. For compression to work the ZipArchive extension for PHP is required. Safe Mode should be set to 'Off' in you php.ini file and is deprecated as of PHP 5.3.0. For any issues in this section please contact your hosting provider or server administrator. For additional information see our online documentation.", 'duplicator'); ?>
131
+ </small>
132
+ </div>
133
+ </div>
134
+
135
+ <!-- PERMISSIONS -->
136
+ <div class='dup-sys-req'>
137
+ <div class='dup-sys-title'>
138
+ <a><?php _e('Permissions', 'duplicator'); ?></a> <div><?php echo $dup_tests['IO']['ALL']; ?></div>
139
+ </div>
140
+ <div class="dup-sys-info dup-info-box">
141
+ <b><?php _e("Required Paths", 'duplicator'); ?></b>
142
+ <div style="padding:3px 0px 0px 15px">
143
+ <?php
144
+ printf("<b>%s</b> &nbsp; [%s] <br/>", $dup_tests['IO']['WPROOT'], DUPLICATOR_WPROOTPATH);
145
+ printf("<b>%s</b> &nbsp; [%s] <br/>", $dup_tests['IO']['SSDIR'], DUPLICATOR_SSDIR_PATH);
146
+ printf("<b>%s</b> &nbsp; [%s] <br/>", $dup_tests['IO']['SSTMP'], DUPLICATOR_SSDIR_PATH_TMP);
147
+ //printf("<b>%s:</b> [%s] <br/>", __('PHP Script Owner', 'duplicator'), DUP_Util::GetCurrentUser());
148
+ //printf("<b>%s:</b> [%s] <br/>", __('PHP Process Owner', 'duplicator'), DUP_Util::GetProcessOwner());
149
+ ?>
150
+ </div>
151
+ <small>
152
+ <?php _e("Permissions can be difficult to resolve on some systems. If the plugin can not read the above paths here are a few things to try. 1) Set the above paths to have permissions of 755 for directories and 644 for files. You can temporarily try 777 however, be sure you don’t leave them this way. 2) Check the owner/group settings for both files and directories. The PHP script owner and the process owner are different. The script owner owns the PHP script but the process owner is the user the script is running as, thus determining its capabilities/privileges in the file system. For more details contact your host or server administrator or visit the 'Help' menu under Duplicator for additional online resources.", 'duplicator'); ?>
153
+ </small>
154
+ </div>
155
+ </div>
156
+
157
+ <!-- SERVER SUPPORT -->
158
+ <div class='dup-sys-req'>
159
+ <div class='dup-sys-title'>
160
+ <a><?php _e('Server Support', 'duplicator'); ?></a>
161
+ <div><?php echo $dup_tests['SRV']['ALL']; ?></div>
162
+ </div>
163
+ <div class="dup-sys-info dup-info-box">
164
+ <table class="dup-sys-info-results">
165
+ <tr>
166
+ <td><?php printf("%s [%s]", __("MySQL Version", 'duplicator'), $wpdb->db_version()); ?></td>
167
+ <td><?php echo $dup_tests['SRV']['MYSQL_VER'] ?></td>
168
+ </tr>
169
+ <tr>
170
+ <td><?php printf("%s", __("MySQLi Support", 'duplicator')); ?></td>
171
+ <td><?php echo $dup_tests['SRV']['MYSQLi'] ?></td>
172
+ </tr>
173
+ </table>
174
+ <small>
175
+ <?php
176
+ _e("MySQL version 5.0+ or better is required and the PHP MySQLi extension (note the trailing 'i') is also required. Contact your server administrator and request that mysqli extension and MySQL Server 5.0+ be installed. Please note in future versions support for other databases and extensions will be added.", 'duplicator');
177
+ echo "&nbsp;<i><a href='http://php.net/manual/en/mysqli.installation.php' target='_blank'>[" . __('more info', 'duplicator') . "]</a></i>";
178
+ ?>
179
+ </small>
180
+ </div>
181
+ </div>
182
+
183
+ <!-- RESERVED FILES -->
184
+ <div class='dup-sys-req'>
185
+ <div class='dup-sys-title'>
186
+ <a><?php _e('Reserved Files', 'duplicator'); ?></a> <div><?php echo $dup_tests['RES']['INSTALL']; ?></div>
187
+ </div>
188
+ <div class="dup-sys-info dup-info-box">
189
+ <?php if ($dup_tests['RES']['INSTALL'] == 'Pass') : ?>
190
+ <?php _e("None of the reserved files [{$dup_intaller_files}] where found from a previous install. This means you are clear to create a new package.", 'duplicator'); ?>
191
+ <?php else:
192
+ $duplicator_nonce = wp_create_nonce('duplicator_cleanup_page');
193
+ ?>
194
+ <form method="post" action="admin.php?page=duplicator-tools&tab=cleanup&action=installer&_wpnonce=<?php echo $duplicator_nonce; ?>">
195
+ <?php _e("A reserved file(s) was found in the WordPress root directory. Reserved file names are [{$dup_intaller_files}]. To archive your data correctly please remove any of these files from your WordPress root directory. Then try creating your package again.", 'duplicator'); ?>
196
+ <br/><input type='submit' class='button action' value='<?php _e('Remove Files Now', 'duplicator') ?>' style='font-size:10px; margin-top:5px;' />
197
+ </form>
198
+ <?php endif; ?>
199
+ </div>
200
+ </div>
201
+
202
+ <!-- ONLINE SUPPORT -->
203
+ <div class="dup-sys-contact">
204
+ <?php
205
+ printf("%s <a href='admin.php?page=duplicator-help'>[%s]</a>", __("For additional help please see the ", 'duplicator'), __("help page", 'duplicator'));
206
+ ?>
207
+ </div>
208
+
209
+ </div>
210
+ </div><br/>
211
+
212
+
213
+ <!-- ============================
214
+ FORM PACKAGE OPTIONS -->
215
+ <div style="padding:5px 5px 2px 5px">
216
+ <?php include('new1.inc.form.php'); ?>
217
+ </div>
218
+
219
+ <script type="text/javascript">
220
+ jQuery(document).ready(function ($)
221
+ {
222
+ //Init: Toogle for system requirment detial links
223
+ $('.dup-sys-title a').each(function () {
224
+ $(this).attr('href', 'javascript:void(0)');
225
+ $(this).click({selector: '.dup-sys-info'}, Duplicator.Pack.ToggleSystemDetails);
226
+ $(this).prepend("<span class='ui-icon ui-icon-triangle-1-e dup-toggle' />");
227
+ });
228
+
229
+ //Init: Color code Pass/Fail/Warn items
230
+ $('.dup-sys-title div').each(function () {
231
+ $(this).addClass(($(this).text() == 'Pass') ? 'dup-sys-pass' : 'dup-sys-fail');
232
+ });
233
+ });
234
+ </script>
views/packages/main/new1.inc.form.php ADDED
@@ -0,0 +1,458 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <style>
2
+ /* -----------------------------
3
+ PACKAGE OPTS*/
4
+ form#dup-form-opts label {line-height:22px}
5
+ form#dup-form-opts input[type=checkbox] {margin-top:3px}
6
+ form#dup-form-opts fieldset {border-radius:4px; border-top:1px solid #dfdfdf; line-height:20px}
7
+ form#dup-form-opts fieldset{padding:10px 15px 15px 15px; min-height:275px; margin:0 10px 10px 10px}
8
+ form#dup-form-opts textarea, input[type="text"] {width:100%}
9
+ form#dup-form-opts textarea#filter-dirs {height:100px}
10
+ form#dup-form-opts textarea#filter-exts {height:27px}
11
+ textarea#package_notes {height:37px;}
12
+ div.dup-notes-add {float:right; margin:-4px 2px 4px 0;}
13
+ div#dup-notes-area {display:none}
14
+
15
+ /*ARCHIVE SECTION*/
16
+ form#dup-form-opts div.tabs-panel{max-height:550px; padding:10px; min-height:280px}
17
+ form#dup-form-opts ul li.tabs{font-weight:bold}
18
+ ul.category-tabs li {padding:4px 15px 4px 15px}
19
+ select#archive-format {min-width:100px; margin:1px 0px 4px 0px}
20
+ span#dup-archive-filter-file {color:#A62426; display:none}
21
+ span#dup-archive-filter-db {color:#A62426; display:none}
22
+ div#dup-file-filter-items, div#dup-db-filter-items {padding:2px 0px 0px 15px; font-stretch:ultra-condensed; font-family:Calibri; }
23
+ label.dup-enable-filters {display:inline-block; margin:-5px 0px 5px 0px}
24
+ div.dup-quick-links {font-size:11px; float:right; display:inline-block; margin-top:2px; font-style:italic}
25
+ div.dup-tabs-opts-help {font-style:italic; font-size:11px; margin:10px 0px 0px 10px; color:#777}
26
+ table#dup-dbtables td {padding:1px 15px 1px 4px}
27
+ table.dbmysql-compatibility td{padding:2px 20px 2px 2px}
28
+ div.dup-store-pro {font-size:12px; font-style:italic;}
29
+ div.dup-store-pro img {height:14px; width:14px; vertical-align:text-top}
30
+ div.dup-store-pro a {text-decoration:underline}
31
+ span.dup-pro-text {font-style:italic; font-size:12px; color:#555; font-style:italic }
32
+
33
+ /*INSTALLER SECTION*/
34
+ div.dup-installer-header-1 {font-weight:bold; padding-bottom:2px; width:100%}
35
+ div.dup-installer-header-2 {font-weight:bold; border-bottom:1px solid #dfdfdf; padding-bottom:2px; width:100%}
36
+ label.chk-labels {display:inline-block; margin-top:1px}
37
+ table.dup-installer-tbl {width:95%; margin-left:20px}
38
+ </style>
39
+
40
+ <form id="dup-form-opts" method="post" action="?page=duplicator&tab=new2" data-validate="parsley">
41
+ <input type="hidden" id="dup-form-opts-action" name="action" value="">
42
+ <input type="hidden" id="dup-form-opts-hash" name="package-hash" value="<?php echo $package_hash; ?>">
43
+ <div>
44
+ <label for="package-name"><b><?php _e('Name', 'duplicator') ?>:</b> </label>
45
+ <div class="dup-notes-add">
46
+ <button class="button button-small" type="button" onclick="jQuery('#dup-notes-area').toggle()"><i class="fa fa-pencil-square-o"></i> <?php _e('Notes', 'duplicator') ?></button>
47
+ </div>
48
+ <a href="javascript:void(0)" onclick="Duplicator.Pack.ResetName()" title="<?php _e('Create a new default name', 'duplicator') ?>"><i class="fa fa-undo"></i></a> <br/>
49
+ <input id="package-name" name="package-name" type="text" value="<?php echo $Package->Name ?>" maxlength="40" data-required="true" data-regexp="^[0-9A-Za-z|_]+$" /> <br/>
50
+ <div id="dup-notes-area">
51
+ <label><b><?php _e('Notes', 'duplicator') ?>:</b></label> <br/>
52
+ <textarea id="package-notes" name="package-notes" maxlength="300" /><?php echo $Package->Notes ?></textarea>
53
+ </div>
54
+ </div>
55
+ <br/>
56
+
57
+ <!-- ===================
58
+ STORAGE -->
59
+ <div class="dup-box">
60
+ <div class="dup-box-title">
61
+ <i class="fa fa-database"></i>&nbsp;<?php _e("Storage", 'duplicator'); ?>
62
+ <div class="dup-box-arrow"></div>
63
+ </div>
64
+ <div class="dup-box-panel" id="dup-pack-storage-panel" style="<?php echo $ui_css_storage ?>">
65
+ <table class="widefat package-tbl">
66
+ <thead>
67
+ <tr>
68
+ <th style='width:275px'><?php _e("Name", 'duplicator'); ?></th>
69
+ <th style='width:100px'><?php _e("Type", 'duplicator'); ?></th>
70
+ <th style="white-space:nowrap"><?php _e("Location", 'duplicator'); ?></th>
71
+ </tr>
72
+ </thead>
73
+ <tbody>
74
+ <tr class="package-row">
75
+ <td><i class="fa fa-server"></i>&nbsp;<?php _e('Default', 'duplicator');?></td>
76
+ <td><?php _e("Local", 'duplicator'); ?></td>
77
+ <td><?php echo DUPLICATOR_SSDIR_PATH; ?></td>
78
+ </tr>
79
+ <tr>
80
+ <td colspan="4" style="padding:0 0 7px 7px">
81
+ <div class="dup-store-pro">
82
+ <span class="dup-pro-text">
83
+ <img src="<?php echo DUPLICATOR_PLUGIN_URL ?>assets/img/amazon-64.png" />
84
+ <img src="<?php echo DUPLICATOR_PLUGIN_URL ?>assets/img/dropbox-64.png" />
85
+ <img src="<?php echo DUPLICATOR_PLUGIN_URL ?>assets/img/google_drive_64px.png" />
86
+ <img src="<?php echo DUPLICATOR_PLUGIN_URL ?>assets/img/ftp-64.png" />
87
+ <?php echo sprintf(__('%1$s, %2$s, %3$s, %4$s and other storage options available in', 'duplicator'), 'Amazon', 'Dropbox', 'Google Drive', 'FTP'); ?>
88
+ <a href="http://snapcreek.com/duplicator/?free-storage" target="_blank"><?php _e('Professional', 'duplicator');?></a>
89
+ <i class="fa fa-lightbulb-o"
90
+ data-tooltip-title="<?php DUP_Util::_e("Additional Storage:"); ?>"
91
+ data-tooltip="<?php DUP_Util::_e('Professional allows you to create a package and then store it at a custom location on this server or to a cloud '
92
+ . 'based location such as Google Drive, Amazon, Dropbox or FTP.'); ?>">
93
+ </i>
94
+ </span>
95
+ </div>
96
+ </td>
97
+ </tr>
98
+ </tbody>
99
+ </table>
100
+ </div>
101
+ </div><br/>
102
+
103
+
104
+ <!-- ============================
105
+ ARCHIVE -->
106
+ <div class="dup-box">
107
+ <div class="dup-box-title">
108
+ <i class="fa fa-file-archive-o"></i> <?php _e('Archive', 'duplicator') ?> &nbsp;
109
+ <span style="font-size:13px">
110
+ <span id="dup-archive-filter-file" title="<?php _e('File filter enabled', 'duplicator') ?>"><i class="fa fa-files-o"></i> <i class="fa fa-filter"></i> &nbsp;&nbsp;</span>
111
+ <span id="dup-archive-filter-db" title="<?php _e('Database filter enabled', 'duplicator') ?>"><i class="fa fa-table"></i> <i class="fa fa-filter"></i></span>
112
+ </span>
113
+ <div class="dup-box-arrow"></div>
114
+ </div>
115
+ <div class="dup-box-panel" id="dup-pack-archive-panel" style="<?php echo $ui_css_archive ?>">
116
+ <input type="hidden" name="archive-format" value="ZIP" />
117
+
118
+ <!-- NESTED TABS -->
119
+ <div class="categorydiv" data-dup-tabs='true'>
120
+ <ul class="category-tabs">
121
+ <li class="tabs"><?php _e('Files', 'duplicator') ?></li>
122
+ <li><?php _e('Database', 'duplicator') ?></li>
123
+ </ul>
124
+
125
+ <!-- TAB1:PACKAGE -->
126
+ <div class="tabs-panel">
127
+ <!-- FILTERS -->
128
+ <?php
129
+ $uploads = wp_upload_dir();
130
+ $upload_dir = DUP_Util::SafePath($uploads['basedir']);
131
+ ?>
132
+ <div class="dup-enable-filters">
133
+ <input type="checkbox" id="filter-on" name="filter-on" onclick="Duplicator.Pack.ToggleFileFilters()" <?php echo ($Package->Archive->FilterOn) ? "checked='checked'" :""; ?> />
134
+ <label for="filter-on"><?php _e("Enable File Filters", 'duplicator') ?></label>
135
+ </div>
136
+
137
+ <div id="dup-file-filter-items">
138
+ <label for="filter-dirs" title="<?php _e("Separate all filters by semicolon", 'duplicator'); ?>"><?php _e("Directories", 'duplicator') ?>:</label>
139
+ <div class='dup-quick-links'>
140
+ <a href="javascript:void(0)" onclick="Duplicator.Pack.AddExcludePath('<?php echo rtrim(DUPLICATOR_WPROOTPATH, '/'); ?>')">[<?php _e("root path", 'duplicator') ?>]</a>
141
+ <a href="javascript:void(0)" onclick="Duplicator.Pack.AddExcludePath('<?php echo rtrim($upload_dir, '/'); ?>')">[<?php _e("wp-uploads", 'duplicator') ?>]</a>
142
+ <a href="javascript:void(0)" onclick="Duplicator.Pack.AddExcludePath('<?php echo DUP_Util::SafePath(WP_CONTENT_DIR); ?>/cache')">[<?php _e("cache", 'duplicator') ?>]</a>
143
+ <a href="javascript:void(0)" onclick="jQuery('#filter-dirs').val('')"><?php _e("(clear)", 'duplicator') ?></a>
144
+ </div>
145
+ <textarea name="filter-dirs" id="filter-dirs" placeholder="/full_path/exclude_path1;/full_path/exclude_path2;"><?php echo str_replace(";", ";\n", esc_textarea($Package->Archive->FilterDirs)) ?></textarea><br/>
146
+ <label class="no-select" title="<?php _e("Separate all filters by semicolon", 'duplicator'); ?>"><?php _e("File extensions", 'duplicator') ?>:</label>
147
+ <div class='dup-quick-links'>
148
+ <a href="javascript:void(0)" onclick="Duplicator.Pack.AddExcludeExts('avi;mov;mp4;mpeg;mpg;swf;wmv;aac;m3u;mp3;mpa;wav;wma')">[<?php _e("media", 'duplicator') ?>]</a>
149
+ <a href="javascript:void(0)" onclick="Duplicator.Pack.AddExcludeExts('zip;rar;tar;gz;bz2;7z')">[<?php _e("archive", 'duplicator') ?>]</a>
150
+ <a href="javascript:void(0)" onclick="jQuery('#filter-exts').val('')"><?php _e("(clear)", 'duplicator') ?></a>
151
+ </div>
152
+ <textarea name="filter-exts" id="filter-exts" placeholder="ext1;ext2;ext3;"><?php echo esc_textarea($Package->Archive->FilterExts); ?></textarea>
153
+
154
+ <div class="dup-tabs-opts-help">
155
+ <?php _e("The directory paths and extensions above will be be excluded from the archive file if enabled is checked.", 'duplicator'); ?> <br/>
156
+ <?php _e("Use the full path for directories and semicolons to separate all items.", 'duplicator'); ?>
157
+ </div>
158
+ <br/>
159
+ <span class="dup-pro-text">
160
+ <?php echo sprintf(DUP_Util::__('%1$s are available in'), 'Individual file filters'); ?>
161
+ <a href="http://snapcreek.com/duplicator/?free-file-filters" target="_blank"><?php _e('Professional', 'duplicator');?></a>
162
+ <i class="fa fa-lightbulb-o"
163
+ data-tooltip-title="<?php DUP_Util::_e("File Filters:"); ?>"
164
+ data-tooltip="<?php DUP_Util::_e('File filters allows you to select individual files and add them to an exclusion list that will filter them from the package.'); ?>">
165
+ </i>
166
+ </span>
167
+ </div>
168
+ </div>
169
+
170
+ <!-- TAB2: DATABASE -->
171
+ <div class="tabs-panel">
172
+ <div class="dup-enable-filters">
173
+ <table>
174
+ <tr>
175
+ <td colspan="2" style="padding:0 0 10px 0">
176
+ <?php _e("Build Mode", 'duplicator') ?>:&nbsp; <a href="?page=duplicator-settings" target="settings"><?php echo $dbbuild_mode; ?></a>
177
+ </td>
178
+ </tr>
179
+ <tr>
180
+ <td><input type="checkbox" id="dbfilter-on" name="dbfilter-on" onclick="Duplicator.Pack.ToggleDBFilters()" <?php echo ($Package->Database->FilterOn) ? "checked='checked'" :""; ?> /></td>
181
+ <td>
182
+ <label for="dbfilter-on"><?php _e("Enable Table Filters", 'duplicator') ?> &nbsp;</label>
183
+ <i class="fa fa-question-circle"
184
+ data-tooltip-title="<?php DUP_Util::_e("Enable Table Filters:"); ?>"
185
+ data-tooltip="<?php DUP_Util::_e('Checked tables will not be added to the database script. Excluding certain tables can possibly cause your site or plugins to not work correctly after install!'); ?>">
186
+ </i>
187
+ </td>
188
+ </tr>
189
+ </table>
190
+ </div>
191
+ <div id="dup-db-filter-items">
192
+ <a href="javascript:void(0)" id="dball" onclick="jQuery('#dup-dbtables .checkbox').prop('checked', true).trigger('click');">[ <?php _e('Include All', 'duplicator'); ?> ]</a> &nbsp;
193
+ <a href="javascript:void(0)" id="dbnone" onclick="jQuery('#dup-dbtables .checkbox').prop('checked', false).trigger('click');">[ <?php _e('Exclude All', 'duplicator'); ?> ]</a>
194
+ <div style="white-space:nowrap">
195
+ <?php
196
+ $tables = $wpdb->get_results("SHOW FULL TABLES FROM `" . DB_NAME . "` WHERE Table_Type = 'BASE TABLE' ", ARRAY_N);
197
+ $num_rows = count($tables);
198
+ echo '<table id="dup-dbtables"><tr><td valign="top">';
199
+ $next_row = round($num_rows / 3, 0);
200
+ $counter = 0;
201
+ $tableList = explode(',', $Package->Database->FilterTables);
202
+ foreach ($tables as $table)
203
+ {
204
+ if (in_array($table[0], $tableList))
205
+ {
206
+ $checked = 'checked="checked"';
207
+ $css = 'text-decoration:line-through';
208
+ }
209
+ else
210
+ {
211
+ $checked = '';
212
+ $css = '';
213
+ }
214
+ echo "<label for='dbtables-{$table[0]}' style='{$css}'><input class='checkbox dbtable' $checked type='checkbox' name='dbtables[]' id='dbtables-{$table[0]}' value='{$table[0]}' onclick='Duplicator.Pack.ExcludeTable(this)' />&nbsp;{$table[0]}</label><br />";
215
+ $counter++;
216
+ if ($next_row <= $counter)
217
+ {
218
+ echo '</td><td valign="top">';
219
+ $counter = 0;
220
+ }
221
+ }
222
+ echo '</td></tr></table>';
223
+ ?>
224
+ </div>
225
+ </div>
226
+ <br/>
227
+ <?php DUP_Util::_e("Compatibility Mode") ?> &nbsp;
228
+ <i class="fa fa-question-circle"
229
+ data-tooltip-title="<?php DUP_Util::_e("Compatibility Mode:"); ?>"
230
+ data-tooltip="<?php DUP_Util::_e('This is an advanced database backwards compatibility feature that should ONLY be used if having problems installing packages.'
231
+ . ' If the database server version is lower than the version where the package was built then these options may help generate a script that is more compliant'
232
+ . ' with the older database server. It is recommended to try each option separately starting with mysql40.'); ?>">
233
+ </i> &nbsp;
234
+ <small style="font-style:italic">
235
+ <a href="https://dev.mysql.com/doc/refman/5.7/en/mysqldump.html#option_mysqldump_compatible" target="_blank">[<?php DUP_Util::_e('details'); ?>]</a>
236
+ </small>
237
+ <br/>
238
+
239
+ <?php if ($dbbuild_mode == 'mysqldump') :?>
240
+ <?php
241
+ $modes = explode(',', $Package->Database->Compatible);
242
+ $is_mysql40 = in_array('mysql40', $modes);
243
+ $is_no_table = in_array('no_table_options', $modes);
244
+ $is_no_key = in_array('no_key_options', $modes);
245
+ $is_no_field = in_array('no_field_options', $modes);
246
+ ?>
247
+ <table class="dbmysql-compatibility">
248
+ <tr>
249
+ <td>
250
+ <input type="checkbox" name="dbcompat[]" id="dbcompat-mysql40" value="mysql40" <?php echo $is_mysql40 ? 'checked="true"' :''; ?> >
251
+ <label for="dbcompat-mysql40"><?php DUP_Util::_e("mysql40") ?></label>
252
+ </td>
253
+ <td>
254
+ <input type="checkbox" name="dbcompat[]" id="dbcompat-no_table_options" value="no_table_options" <?php echo $is_no_table ? 'checked="true"' :''; ?>>
255
+ <label for="dbcompat-no_table_options"><?php DUP_Util::_e("no_table_options") ?></label>
256
+ </td>
257
+ <td>
258
+ <input type="checkbox" name="dbcompat[]" id="dbcompat-no_key_options" value="no_key_options" <?php echo $is_no_key ? 'checked="true"' :''; ?>>
259
+ <label for="dbcompat-no_key_options"><?php DUP_Util::_e("no_key_options") ?></label>
260
+ </td>
261
+ <td>
262
+ <input type="checkbox" name="dbcompat[]" id="dbcompat-no_field_options" value="no_field_options" <?php echo $is_no_field ? 'checked="true"' :''; ?>>
263
+ <label for="dbcompat-no_field_options"><?php DUP_Util::_e("no_field_options") ?></label>
264
+ </td>
265
+ </tr>
266
+ </table>
267
+ <?php else :?>
268
+ <i><?php DUP_Util::_e("This option is only availbe with mysqldump mode."); ?></i>
269
+ <?php endif; ?>
270
+
271
+ </div>
272
+ </div>
273
+ </div>
274
+ </div><br/>
275
+
276
+ <!-- ============================
277
+ INSTALLER -->
278
+ <div class="dup-box">
279
+ <div class="dup-box-title">
280
+ <i class="fa fa-bolt"></i> <?php _e('Installer', 'duplicator') ?>
281
+ <div class="dup-box-arrow"></div>
282
+ </div>
283
+
284
+ <div class="dup-box-panel" id="dup-pack-installer-panel" style="<?php echo $ui_css_installer ?>">
285
+ <div class="dup-installer-header-1"><i class="fa fa-caret-square-o-right"></i> <?php echo _e('STEP 1 - INPUTS', 'duplicator'); ?></div><br/>
286
+ <table class="dup-installer-tbl">
287
+ <tr>
288
+ <td colspan="2"><div class="dup-installer-header-2"><?php _e("MySQL Server", 'duplicator') ?></div></td>
289
+ </tr>
290
+ <tr>
291
+ <td style="width:130px"><?php _e("Host", 'duplicator') ?></td>
292
+ <td><input type="text" name="dbhost" id="dbhost" value="<?php echo $Package->Installer->OptsDBHost ?>" maxlength="200" placeholder="localhost"/></td>
293
+ </tr>
294
+ <tr>
295
+ <td><?php _e("Host Port", 'duplicator') ?></td>
296
+ <td><input type="text" name="dbport" id="dbport" value="<?php echo $Package->Installer->OptsDBPort ?>" maxlength="200" placeholder="3306"/></td>
297
+ </tr>
298
+ <tr>
299
+ <td><?php _e("Database", 'duplicator') ?></td>
300
+ <td><input type="text" name="dbname" id="dbname" value="<?php echo $Package->Installer->OptsDBName ?>" maxlength="100" placeholder="mydatabaseName" /></td>
301
+ </tr>
302
+ <tr>
303
+ <td><?php _e("User", 'duplicator') ?></td>
304
+ <td><input type="text" name="dbuser" id="dbuser" value="<?php echo $Package->Installer->OptsDBUser ?>" maxlength="100" placeholder="databaseUserName" /></td>
305
+ </tr>
306
+ <tr>
307
+ <td colspan="2"><div class="dup-installer-header-2"><?php _e("Advanced Options", 'duplicator') ?></div></td>
308
+ </tr>
309
+ <tr>
310
+ <td colspan="2">
311
+ <table>
312
+ <tr>
313
+ <td style="width:130px"><?php _e("SSL", 'duplicator') ?></td>
314
+ <td style="padding-right:20px; white-space:nowrap">
315
+ <input type="checkbox" name="ssl-admin" id="ssl-admin" <?php echo ($Package->Installer->OptsSSLAdmin) ? "checked='checked'" :""; ?> />
316
+ <label class="chk-labels" for="ssl-admin"><?php _e("Enforce on Admin", 'duplicator') ?></label>
317
+ </td>
318
+ <td>
319
+ <input type="checkbox" name="ssl-login" id="ssl-login" <?php echo ($Package->Installer->OptsSSLLogin) ? "checked='checked'" :""; ?> />
320
+ <label class="chk-labels" for="ssl-login"><?php _e("Enforce on Logins", 'duplicator') ?></label>
321
+ </td>
322
+ </tr>
323
+ <tr>
324
+ <td><?php _e("Cache", 'duplicator') ?></td>
325
+ <td style="padding-right:20px; white-space:nowrap">
326
+ <input type="checkbox" name="cache-wp" id="cache-wp" <?php echo ($Package->Installer->OptsCacheWP) ? "checked='checked'" :""; ?> />
327
+ <label class="chk-labels" for="cache-wp"><?php _e("Keep Enabled", 'duplicator') ?></label>
328
+ </td>
329
+ <td>
330
+ <input type="checkbox" name="cache-path" id="cache-path" <?php echo ($Package->Installer->OptsCachePath) ? "checked='checked'" :""; ?> />
331
+ <label class="chk-labels" for="cache-path"><?php _e("Keep Home Path", 'duplicator') ?></label>
332
+ </td>
333
+ </tr>
334
+ </table>
335
+ </td>
336
+ </tr>
337
+ </table><br />
338
+
339
+ <div class="dup-installer-header-1"><i class="fa fa-caret-square-o-right"></i> <?php echo _e('STEP 2 - INPUTS', 'duplicator'); ?></div>
340
+ <table class="dup-installer-tbl">
341
+ <tr>
342
+ <td style="width:130px"><?php _e("New URL", 'duplicator') ?></td>
343
+ <td><input type="text" name="url-new" id="url-new" value="<?php echo $Package->Installer->OptsURLNew ?>" placeholder="http://mynewsite.com" /></td>
344
+ </tr>
345
+ </table>
346
+
347
+ <div class="dup-tabs-opts-help">
348
+ <?php _e("The installer can have these fields pre-filled at install time.", 'duplicator'); ?> <b><?php _e('All values are optional.', 'duplicator'); ?></b>
349
+ </div>
350
+
351
+ <div style="padding:10px 0 0 12px; display:none">
352
+ <span class="dup-pro-text">
353
+ <img src="<?php echo DUPLICATOR_PLUGIN_URL ?>assets/img/cpanel-48.png" style="width:16px; height:12px" />
354
+ <?php _e("Connect to a cPanel database with.", 'duplicator'); ?>
355
+ <a href="http://snapcreek.com/duplicator/?free-file-filters" target="_blank"><?php _e('Professional', 'duplicator');?></a>
356
+ <i class="fa fa-lightbulb-o"
357
+ data-tooltip-title="<?php DUP_Util::_e("cPanel Access:"); ?>"
358
+ data-tooltip="<?php DUP_Util::_e('If your server supports cPanel API access then you can create new databases and select existing ones with Duplicator Professional.'); ?>">
359
+ </i>
360
+ </span>
361
+ </div>
362
+
363
+ </div>
364
+ </div><br/>
365
+
366
+
367
+ <div class="dup-button-footer">
368
+ <input type="button" value="<?php _e("Reset", 'duplicator') ?>" class="button button-large" <?php echo ($dup_tests['Success']) ? '' :'disabled="disabled"'; ?> onclick="Duplicator.Pack.ResetSettings()" />
369
+ <input type="submit" value="<?php _e("Next", 'duplicator') ?> &#9658;" class="button button-primary button-large" <?php echo ($dup_tests['Success']) ? '' :'disabled="disabled"'; ?> />
370
+ </div>
371
+
372
+ </form>
373
+
374
+ <script>
375
+ jQuery(document).ready(function ($)
376
+ {
377
+ var DUP_NAMEDEFAULT = '<?php echo $default_name ?>';
378
+ var DUP_NAMELAST = $('#package-name').val();
379
+
380
+ /* Enable/Disable the file filter elements */
381
+ Duplicator.Pack.ToggleFileFilters = function ()
382
+ {
383
+ var $filterItems = $('#dup-file-filter-items');
384
+ if ($("#filter-on").is(':checked')) {
385
+ $filterItems.removeAttr('disabled').css({color:'#000'});
386
+ $('#filter-exts,#filter-dirs').removeAttr('readonly').css({color:'#000'});
387
+ $('#dup-archive-filter-file').show();
388
+ } else {
389
+ $filterItems.attr('disabled', 'disabled').css({color:'#999'});
390
+ $('#filter-dirs, #filter-exts').attr('readonly', 'readonly').css({color:'#999'});
391
+ $('#dup-archive-filter-file').hide();
392
+ }
393
+ };
394
+
395
+ /* Appends a path to the directory filter */
396
+ Duplicator.Pack.ToggleDBFilters = function ()
397
+ {
398
+ var $filterItems = $('#dup-db-filter-items');
399
+ if ($("#dbfilter-on").is(':checked')) {
400
+ $filterItems.removeAttr('disabled').css({color:'#000'});
401
+ $('#dup-dbtables input').removeAttr('readonly').css({color:'#000'});
402
+ $('#dup-archive-filter-db').show();
403
+ } else {
404
+ $filterItems.attr('disabled', 'disabled').css({color:'#999'});
405
+ $('#dup-dbtables input').attr('readonly', 'readonly').css({color:'#999'});
406
+ $('#dup-archive-filter-db').hide();
407
+ }
408
+ };
409
+
410
+
411
+ /* Appends a path to the directory filter */
412
+ Duplicator.Pack.AddExcludePath = function (path)
413
+ {
414
+ var text = $("#filter-dirs").val() + path + ';\n';
415
+ $("#filter-dirs").val(text);
416
+ };
417
+
418
+ /* Appends a path to the extention filter */
419
+ Duplicator.Pack.AddExcludeExts = function (path)
420
+ {
421
+ var text = $("#filter-exts").val() + path + ';';
422
+ $("#filter-exts").val(text);
423
+ };
424
+
425
+
426
+ Duplicator.Pack.ResetSettings = function ()
427
+ {
428
+ var key = 'duplicator_package_active';
429
+ var result = confirm('<?php _e("This will reset all of the current package settings. Would you like to continue?", "duplicator"); ?>');
430
+ if (!result)
431
+ return;
432
+
433
+ jQuery('#dup-form-opts-action').val(key);
434
+ jQuery('#dup-form-opts').attr('action', '?page=duplicator&tab=new1')
435
+ jQuery('#dup-form-opts').submit();
436
+ }
437
+
438
+ Duplicator.Pack.ResetName = function ()
439
+ {
440
+ var current = $('#package-name').val();
441
+ $('#package-name').val((current == DUP_NAMELAST) ? DUP_NAMEDEFAULT :DUP_NAMELAST)
442
+ }
443
+
444
+ Duplicator.Pack.ExcludeTable = function (check)
445
+ {
446
+ var $cb = $(check);
447
+ if ($cb.is(":checked")) {
448
+ $cb.closest("label").css('textDecoration', 'line-through');
449
+ } else {
450
+ $cb.closest("label").css('textDecoration', 'none');
451
+ }
452
+ }
453
+
454
+ //Init:Toggle OptionTabs
455
+ Duplicator.Pack.ToggleFileFilters();
456
+ Duplicator.Pack.ToggleDBFilters();
457
+ });
458
+ </script>
views/packages/main/new2.base.php ADDED
@@ -0,0 +1,642 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ require_once (DUPLICATOR_PLUGIN_PATH . 'classes/package.php');
3
+ require_once (DUPLICATOR_PLUGIN_PATH . 'classes/utility.php');
4
+
5
+ if(empty($_POST))
6
+ {
7
+ //F5 Refresh Check
8
+ $redirect = admin_url('admin.php?page=duplicator&tab=new1');
9
+ echo "<script>window.location.href = '{$redirect}'</script>";
10
+ exit;
11
+ }
12
+
13
+ global $wp_version;
14
+ $Package = new DUP_Package();
15
+ $Package->SaveActive($_POST);
16
+ $Package = DUP_Package::GetActive();
17
+
18
+ $mysqldump_on = DUP_Settings::Get('package_mysqldump') && DUP_Database::GetMySqlDumpPath();
19
+ $mysqlcompat_on = isset($Package->Database->Compatible) && strlen($Package->Database->Compatible);
20
+ $mysqlcompat_on = ($mysqldump_on && $mysqlcompat_on) ? true : false;
21
+ $dbbuild_mode = ($mysqldump_on) ? 'mysqldump (fast)' : 'PHP (slow)';
22
+
23
+ $zip_check = DUP_Util::GetZipPath();
24
+ ?>
25
+
26
+ <style>
27
+ /* ============----------
28
+ PROGRESS ARES-CHECKS */
29
+ div#dup-progress-area {text-align:center; max-width:650px; min-height:200px; margin:0px auto 0px auto; padding:0px;}
30
+ div.dup-progress-title {font-size:22px;padding:5px 0 20px 0; font-weight: bold}
31
+ div#dup-msg-success {color:#18592A; padding:5px; text-align: left}
32
+ div#dup-msg-success-subtitle {font-style: italic; margin:7px 0px}
33
+ div#dup-msg-error {color:#A62426; padding:5px; max-width: 790px;}
34
+ div#dup-msg-error-response-text { max-height:350px; overflow-y:scroll; border:1px solid silver; border-radius: 3px; padding:8px;background:#fff}
35
+
36
+ div.dup-panel {margin-bottom: 25px}
37
+ div.dup-scan-filter-status {display:inline; float: right; font-size:11px; margin-right:10px; color:#AF0000; font-style: italic}
38
+ /* SERVER-CHECKS */
39
+ div.dup-scan-title {display:inline-block; padding:1px; font-weight: bold;}
40
+ div.dup-scan-title a {display:inline-block; min-width:200px; padding:3px; }
41
+ div.dup-scan-title a:focus {outline: 1px solid #fff; box-shadow: none}
42
+ div.dup-scan-title div {display:inline-block; }
43
+ div.dup-scan-info {display:none;}
44
+ div.dup-scan-good {display:inline-block; color:green;font-weight: bold;}
45
+ div.dup-scan-warn {display:inline-block; color:#AF0000;font-weight: bold;}
46
+ span.dup-toggle {float:left; margin:0 2px 2px 0; }
47
+ /*DATABASE*/
48
+ table#dup-scan-db-details {line-height: 14px; margin:15px 0px 0px 5px; width:98%}
49
+ table#dup-scan-db-details td {padding:0px;}
50
+ table#dup-scan-db-details td:first-child {font-weight: bold; white-space: nowrap; width:90px}
51
+ div#dup-scan-db-info {margin:0px 0px 0px 10px}
52
+ div#data-db-tablelist {max-height: 300px; overflow-y: scroll}
53
+ div#data-db-tablelist div{padding:0px 0px 0px 15px;}
54
+ div#data-db-tablelist span{display:inline-block; min-width: 75px}
55
+ div#data-db-size1 {display: inline-block; float:right; font-size:11px; margin-right: 15px; font-style: italic}
56
+ /*FILES */
57
+ div#data-arc-size1 {display: inline-block; float:right; font-size:11px; margin-right: 15px; font-style: italic}
58
+ div#data-arc-names-data, div#data-arc-big-data
59
+ {word-wrap: break-word;font-size:10px; border:1px dashed silver; padding:5px; display: none}
60
+
61
+ div#dup-scan-warning-continue {display:none; text-align: center; padding: 0 0 15px 0}
62
+ div#dup-scan-warning-continue div.msg1 label{font-size:16px; color:maroon}
63
+ div#dup-scan-warning-continue div.msg2 {padding:2px}
64
+ div#dup-scan-warning-continue div.msg2 label {font-size:11px !important}
65
+
66
+ /*Footer*/
67
+ div.dup-button-footer {text-align:center; margin:0}
68
+ button.button {font-size:15px !important; height:30px !important; font-weight:bold; padding:3px 5px 5px 5px !important;}
69
+ </style>
70
+
71
+ <!-- =========================================
72
+ TOOL BAR: STEPS -->
73
+ <table id="dup-toolbar">
74
+ <tr valign="top">
75
+ <td style="white-space: nowrap">
76
+ <div id="dup-wiz">
77
+ <div id="dup-wiz-steps">
78
+ <div class="completed-step"><a><span>1</span> <?php DUP_Util::_e('Setup'); ?></a></div>
79
+ <div class="active-step"><a><span>2</span> <?php DUP_Util::_e('Scan'); ?> </a></div>
80
+ <div><a><span>3</span> <?php DUP_Util::_e('Build'); ?> </a></div>
81
+ </div>
82
+ <div id="dup-wiz-title">
83
+ <?php DUP_Util::_e('Step 2: System Scan'); ?>
84
+ </div>
85
+ </div>
86
+ </td>
87
+ <td class="dup-toolbar-btns">
88
+ <a id="dup-pro-create-new" href="?page=duplicator" class="add-new-h2"><i class="fa fa-archive"></i> <?php DUP_Util::_e("All Packages"); ?></a> &nbsp;
89
+ <span> <?php DUP_Util::_e("Create New"); ?></span>
90
+ </td>
91
+ </tr>
92
+ </table>
93
+ <hr style="margin-bottom:10px">
94
+
95
+
96
+ <form id="form-duplicator" method="post" action="?page=duplicator&tab=new3">
97
+ <div id="dup-progress-area">
98
+ <!-- PROGRESS BAR -->
99
+ <div id="dup-progress-bar-area">
100
+ <div class="dup-progress-title"><i class="fa fa-spinner fa-spin"></i> <?php DUP_Util::_e('Scanning Site'); ?></div>
101
+ <div id="dup-progress-bar"></div>
102
+ <b><?php DUP_Util::_e('Please Wait...'); ?></b>
103
+ </div>
104
+
105
+ <!-- SUCCESS MESSAGE -->
106
+ <div id="dup-msg-success" style="display:none">
107
+ <div style="text-align:center">
108
+ <div class="dup-hdr-success"><i class="fa fa-check-square-o fa-lg"></i> <?php DUP_Util::_e('Scan Complete'); ?></div>
109
+ <div id="dup-msg-success-subtitle">
110
+ <?php DUP_Util::_e("Process Time:"); ?> <span id="data-rpt-scantime"></span>
111
+ </div>
112
+ </div><br/>
113
+
114
+ <!-- ================================================================
115
+ META-BOX: SERVER
116
+ ================================================================ -->
117
+ <div class="dup-panel">
118
+ <div class="dup-panel-title">
119
+ <i class="fa fa-hdd-o"></i> <?php DUP_Util::_e("Server"); ?>
120
+ <div style="float:right; margin:-1px 10px 0px 0px">
121
+ <small><a href="?page=duplicator-tools&tab=diagnostics" target="_blank"><?php DUP_Util::_e('Diagnostics');?></a></small>
122
+ </div>
123
+
124
+ </div>
125
+ <div class="dup-panel-panel">
126
+ <!-- ============
127
+ WEB SERVER -->
128
+ <div>
129
+ <div class='dup-scan-title'>
130
+ <a><?php DUP_Util::_e('Web Server');?></a> <div id="data-srv-web-all"></div>
131
+ </div>
132
+ <div class='dup-scan-info dup-info-box'>
133
+ <?php
134
+ $web_servers = implode(', ', $GLOBALS['DUPLICATOR_SERVER_LIST']);
135
+ echo '<span id="data-srv-web-model"></span>&nbsp;<b>' . DUP_Util::__('Web Server') . ":</b>&nbsp; '{$_SERVER['SERVER_SOFTWARE']}'";
136
+ echo '<small>';
137
+ DUP_Util::_e("Supported web servers:");
138
+ echo "{$web_servers}";
139
+ echo '</small>';
140
+ ?>
141
+ </div>
142
+ </div>
143
+ <!-- ============
144
+ PHP SETTINGS -->
145
+ <div>
146
+ <div class='dup-scan-title'>
147
+ <a><?php DUP_Util::_e('PHP Setup');?></a> <div id="data-srv-php-all"></div>
148
+ </div>
149
+ <div class='dup-scan-info dup-info-box'>
150
+ <?php
151
+ //OPEN_BASEDIR
152
+ $test = ini_get("open_basedir");
153
+ echo '<span id="data-srv-php-openbase"></span>&nbsp;<b>' . DUP_Util::__('Open Base Dir') . ":</b>&nbsp; '{$test}' <br/>";
154
+ echo '<small>';
155
+ DUP_Util::_e('Issues might occur when [open_basedir] is enabled. Work with your server admin to disable this value in the php.ini file if you’re having issues building a package.');
156
+ echo "&nbsp;<i><a href='http://www.php.net/manual/en/ini.core.php#ini.open-basedir' target='_blank'>[" . DUP_Util::__('details') . "]</a></i><br/>";
157
+ echo '</small>';
158
+
159
+ //MAX_EXECUTION_TIME
160
+ $test = (set_time_limit(0)) ? 0 : ini_get("max_execution_time");
161
+ echo '<hr size="1" /><span id="data-srv-php-maxtime"></span>&nbsp;<b>' . DUP_Util::__('Max Execution Time') . ":</b>&nbsp; '{$test}' <br/>";
162
+ echo '<small>';
163
+ printf(DUP_Util::__('Issues might occur for larger packages when the [max_execution_time] value in the php.ini is too low. The minimum recommended timeout is "%1$s" seconds or higher. An attempt is made to override this value if the server allows it. A value of 0 (recommended) indicates that PHP has no time limits.'), DUPLICATOR_SCAN_TIMEOUT);
164
+ echo '<br/><br/>';
165
+ DUP_Util::_e('Note: Timeouts can also be set at the web server layer, so if the PHP max timeout passes and you still see a build interrupt messages, then your web server could be killing the process. If you are limited on processing time, consider using the database or file filters to shrink the size of your overall package. However use caution as excluding the wrong resources can cause your install to not work properly.');
166
+ echo "&nbsp;<i><a href='http://www.php.net/manual/en/info.configuration.php#ini.max-execution-time' target='_blank'>[" .DUP_Util::__('details') . "]</a></i>";
167
+
168
+ if ($zip_check != null) {
169
+ echo '<br/><br/>';
170
+ echo '<span style="font-weight:bold">';
171
+ DUP_Util::_e('Get faster builds with Duplicator Pro.');
172
+ echo '</span>';
173
+ echo "&nbsp;<i><a href='http://snapcreek.com/duplicator?free-max-execution-time-warn' target='_blank'>[" . DUP_Util::__('details') . "]</a></i>";
174
+ }
175
+
176
+ echo '</small>';
177
+
178
+ //MYSQLI
179
+ echo '<hr size="1" /><span id="data-srv-php-mysqli"></span>&nbsp;<b>' . DUP_Util::__('MySQLi') . "</b> <br/>";
180
+ echo '<small>';
181
+ DUP_Util::_e('Creating the package does not require the mysqli module. However the installer.php file requires that the PHP module mysqli be installed on the server it is deployed on.');
182
+ echo "&nbsp;<i><a href='http://php.net/manual/en/mysqli.installation.php' target='_blank'>[" . DUP_Util::__('details') . "]</a></i>";
183
+ echo '</small>';
184
+ ?>
185
+ </div>
186
+ </div>
187
+ <!-- ============
188
+ WORDPRESS SETTINGS -->
189
+ <div>
190
+ <div class='dup-scan-title'>
191
+ <a><?php DUP_Util::_e('WordPress');?></a> <div id="data-srv-wp-all"></div>
192
+ </div>
193
+ <div class='dup-scan-info dup-info-box'>
194
+ <?php
195
+ //VERSION CHECK
196
+ echo '<span id="data-srv-wp-version"></span>&nbsp;<b>' . DUP_Util::__('WordPress Version') . ":</b>&nbsp; '{$wp_version}' <br/>";
197
+ echo '<small>';
198
+ printf(DUP_Util::__('It is recommended to have a version of WordPress that is greater than %1$s'), DUPLICATOR_SCAN_MIN_WP);
199
+ echo '</small>';
200
+
201
+ //CORE FILES
202
+ echo '<hr size="1" /><span id="data-srv-wp-core"></span>&nbsp;<b>' . DUP_Util::__('Core Files') . "</b> <br/>";
203
+ echo '<small>';
204
+ DUP_Util::_e("If the scanner is unable to locate the wp-config.php file in the root directory, then you will need to manually copy it to its new location.");
205
+ echo '</small>';
206
+
207
+ //CACHE DIR
208
+ $cache_path = $cache_path = DUP_Util::SafePath(WP_CONTENT_DIR) . '/cache';
209
+ $cache_size = DUP_Util::ByteSize(DUP_Util::GetDirectorySize($cache_path));
210
+ echo '<hr size="1" /><span id="data-srv-wp-cache"></span>&nbsp;<b>' . DUP_Util::__('Cache Path') . ":</b>&nbsp; '{$cache_path}' ({$cache_size}) <br/>";
211
+ echo '<small>';
212
+ DUP_Util::_e("Cached data will lead to issues at install time and increases your archive size. It is recommended to empty your cache directory at build time. Use caution when removing data from the cache directory. If you have a cache plugin review the documentation for how to empty it; simply removing files might cause errors on your site. The cache size minimum threshold is currently set at ");
213
+ echo DUP_Util::ByteSize(DUPLICATOR_SCAN_CACHESIZE) . '.';
214
+ echo '</small>';
215
+
216
+ ?>
217
+ </div>
218
+ </div>
219
+ </div><!-- end .dup-panel -->
220
+ </div><!-- end .dup-panel-panel -->
221
+
222
+ <h2 style="font-size:18px; font-weight:bold; margin:-15px 0 0 10px"><i class="fa fa-file-archive-o"></i>&nbsp;<?php DUP_Util::_e('Archive');?> </h2>
223
+
224
+ <!-- ================================================================
225
+ FILES
226
+ ================================================================ -->
227
+ <div class="dup-panel">
228
+ <div class="dup-panel-title">
229
+ <i class="fa fa-files-o"></i>
230
+ <?php DUP_Util::_e("Files"); ?>
231
+ <div id="data-arc-size1"></div>
232
+ <div class="dup-scan-filter-status">
233
+ <?php
234
+ if ($Package->Archive->FilterOn) {
235
+ echo '<i class="fa fa-filter"></i> '; DUP_Util::_e('Enabled');
236
+ }
237
+ ?>
238
+ </div>
239
+ </div>
240
+ <div class="dup-panel-panel">
241
+
242
+ <!-- ============
243
+ TOTAL SIZE -->
244
+ <div>
245
+ <div class='dup-scan-title'>
246
+ <a><?php DUP_Util::_e('Total Size');?></a> <div id="data-arc-status-size"></div>
247
+ </div>
248
+ <div class='dup-scan-info dup-info-box'>
249
+ <b><?php DUP_Util::_e('Size');?>:</b> <span id="data-arc-size2"></span> &nbsp; | &nbsp;
250
+ <b><?php DUP_Util::_e('File Count');?>:</b> <span id="data-arc-files"></span> &nbsp; | &nbsp;
251
+ <b><?php DUP_Util::_e('Directory Count');?>:</b> <span id="data-arc-dirs"></span>
252
+ <small>
253
+ <?php
254
+ printf(DUP_Util::__('Total size represents all files minus any filters that have been setup. The current thresholds that triggers a warning is %1$s for the total size. Some budget hosts limit the amount of time a PHP/Web request process can run. When working with larger sites this can cause timeout issues. Consider using a file filter in step 1 to shrink and filter the overall size of your package.'),
255
+ DUP_Util::ByteSize(DUPLICATOR_SCAN_SITE),
256
+ DUP_Util::ByteSize(DUPLICATOR_SCAN_WARNFILESIZE));
257
+
258
+ if ($zip_check != null) {
259
+ echo '<br/><br/>';
260
+ echo '<span style="font-weight:bold">';
261
+ DUP_Util::_e('Package support up to 2GB available in Duplicator Pro.');
262
+ echo '</span>';
263
+ echo "&nbsp;<i><a href='http://snapcreek.com/duplicator?free-size-warn' target='_blank'>[" . DUP_Util::__('details') . "]</a></i>";
264
+ }
265
+
266
+ ?>
267
+ </small>
268
+ </div>
269
+ </div>
270
+
271
+ <!-- ============
272
+ FILE NAME LENGTHS -->
273
+ <div>
274
+ <div class='dup-scan-title'>
275
+ <a><?php DUP_Util::_e('Name Checks');?></a> <div id="data-arc-status-names"></div>
276
+ </div>
277
+ <div class='dup-scan-info dup-info-box'>
278
+ <small>
279
+ <?php
280
+ DUP_Util::_e('File or directory names may cause issues when working across different environments and servers. Names that are over 250 characters, contain special characters (such as * ? > < : / \ |) or are unicode might cause issues in a remote enviroment. It is recommended to remove or filter these files before building the archive if you have issues at install time.');
281
+ ?>
282
+ </small><br/>
283
+ <a href="javascript:void(0)" onclick="jQuery('#data-arc-names-data').toggle()">[<?php DUP_Util::_e('Show Paths');?>]</a>
284
+ <div id="data-arc-names-data"></div>
285
+ </div>
286
+ </div>
287
+
288
+ <!-- ============
289
+ LARGE FILES -->
290
+ <div>
291
+ <div class='dup-scan-title'>
292
+ <a><?php DUP_Util::_e('Large Files');?></a> <div id="data-arc-status-big"></div>
293
+ </div>
294
+ <div class='dup-scan-info dup-info-box'>
295
+ <small>
296
+ <?php
297
+ printf(DUP_Util::__('Large files such as movies or other backuped data can cause issues with timeouts. The current check for large files is %1$s per file. If your having issues creating a package consider excluding these files with the files filter and manually moving them to your new location.'),
298
+ DUP_Util::ByteSize(DUPLICATOR_SCAN_WARNFILESIZE));
299
+ ?>
300
+ </small><br/>
301
+ <a href="javascript:void(0)" onclick="jQuery('#data-arc-big-data').toggle()">[<?php DUP_Util::_e('Show Paths');?>]</a>
302
+ <div id="data-arc-big-data"></div>
303
+ </div>
304
+ </div>
305
+
306
+ <!-- ============
307
+ VIEW FILTERS -->
308
+ <?php if ($Package->Archive->FilterOn) : ?>
309
+ <div>
310
+ <div class='dup-scan-title'>
311
+ <a style='font-weight: normal'><?php DUP_Util::_e('Archive Details');?></a>
312
+ </div>
313
+ <div class='dup-scan-info dup-info-box'>
314
+ <b>[<?php DUP_Util::_e('Root Directory');?>]</b><br/>
315
+ <?php echo DUPLICATOR_WPROOTPATH;?>
316
+ <br/><br/>
317
+
318
+ <b>[<?php DUP_Util::_e('Excluded Directories');?>]</b><br/>
319
+ <?php
320
+ if (strlen( $Package->Archive->FilterDirs)) {
321
+ echo str_replace(";", "<br/>", $Package->Archive->FilterDirs);
322
+ } else {
323
+ DUP_Util::_e('No directory filters have been set.');
324
+ }
325
+ ?>
326
+ <br/>
327
+
328
+ <b>[<?php DUP_Util::_e('Excluded File Extensions');?>]</b><br/>
329
+ <?php
330
+ if (strlen( $Package->Archive->FilterExts)) {
331
+ echo $Package->Archive->FilterExts;
332
+ } else {
333
+ DUP_Util::_e('No file extension filters have been set.');
334
+ }
335
+ ?>
336
+ <small>
337
+ <?php
338
+ DUP_Util::_e('The root directory is where Duplicator starts archiving files. The excluded sections will be skipped during the archive process. ');
339
+ DUP_Util::_e('All results are stored in a json file. ');
340
+ ?>
341
+ <a href="<?php echo DUPLICATOR_SITE_URL ?>/wp-admin/admin-ajax.php?action=duplicator_package_scan" target="dup_report"><?php DUP_Util::_e('[view json report]');?></a>
342
+ </small><br/>
343
+ </div>
344
+ </div>
345
+ <?php endif; ?>
346
+ </div><!-- end .dup-panel -->
347
+ <br/>
348
+
349
+ <!-- ================================================================
350
+ DATABASE
351
+ ================================================================ -->
352
+ <div class="dup-panel-title">
353
+ <i class="fa fa-table"></i>
354
+ <?php DUP_Util::_e("Database"); ?>
355
+ <div id="data-db-size1"></div>
356
+ <div class="dup-scan-filter-status">
357
+ <?php
358
+ if ($Package->Database->FilterOn) {
359
+ echo '<i class="fa fa-filter"></i> '; DUP_Util::_e('Enabled');
360
+ }
361
+ ?>
362
+ </div>
363
+ </div>
364
+ <div class="dup-panel-panel" id="dup-scan-db">
365
+
366
+ <!-- ============
367
+ TOTAL SIZE -->
368
+ <div>
369
+ <div class='dup-scan-title'>
370
+ <a><?php DUP_Util::_e('Total Size');?></a>
371
+ <div id="data-db-status-size1"></div>
372
+ </div>
373
+ <div class='dup-scan-info dup-info-box'>
374
+ <b><?php DUP_Util::_e('Tables');?>:</b> <span id="data-db-tablecount"></span> &nbsp; | &nbsp;
375
+ <b><?php DUP_Util::_e('Records');?>:</b> <span id="data-db-rows"></span> &nbsp; | &nbsp;
376
+ <b><?php DUP_Util::_e('Size');?>:</b> <span id="data-db-size2"></span> <br/><br/>
377
+ <?php
378
+ $lnk = '<a href="maint/repair.php" target="_blank">' . DUP_Util::__('repair and optimization') . '</a>';
379
+ printf(DUP_Util::__('Total size and row count for all database tables are approximate values. The thresholds that trigger warnings are %1$s and %2$s records. Large databases take time to process and can cause issues with server timeout and memory settings. Running a %3$s on your database can also help improve the overall size and performance. If your server supports shell_exec and mysqldump you can try to enable this option from the settings menu.'),
380
+ DUP_Util::ByteSize(DUPLICATOR_SCAN_DBSIZE),
381
+ number_format(DUPLICATOR_SCAN_DBROWS),
382
+ $lnk);
383
+ ?>
384
+ </div>
385
+ </div>
386
+
387
+ <!-- ============
388
+ TABLE DETAILS -->
389
+ <div>
390
+ <div class='dup-scan-title'>
391
+ <a><?php DUP_Util::_e('Table Details');?></a>
392
+ <div id="data-db-status-size2"></div>
393
+ </div>
394
+ <div class='dup-scan-info dup-info-box'>
395
+ <div id="dup-scan-db-info">
396
+ <div id="data-db-tablelist"></div>
397
+ </div>
398
+ </div>
399
+ </div>
400
+
401
+ <table id="dup-scan-db-details">
402
+ <tr><td><b><?php DUP_Util::_e('Name:');?></b></td><td><?php echo DB_NAME ;?> </td></tr>
403
+ <tr><td><b><?php DUP_Util::_e('Host:');?></b></td><td><?php echo DB_HOST ;?> </td></tr>
404
+ <tr>
405
+ <td style="vertical-align: top"><b><?php DUP_Util::_e('Build Mode:');?></b></td>
406
+ <td style="line-height:18px">
407
+ <a href="?page=duplicator-settings" target="_blank"><?php echo $dbbuild_mode ;?></a>
408
+ <?php if ($mysqlcompat_on) :?>
409
+ <br/>
410
+ <small style="font-style:italic; color:maroon">
411
+ <i class="fa fa-exclamation-circle"></i> <?php DUP_Util::_e('MySQL Compatibility Mode Enabled'); ?>
412
+ <a href="https://dev.mysql.com/doc/refman/5.7/en/mysqldump.html#option_mysqldump_compatible" target="_blank">[<?php DUP_Util::_e('details'); ?>]</a>
413
+ </small>
414
+ <?php endif;?>
415
+ </td>
416
+ </tr>
417
+ </table>
418
+
419
+ </div><!-- end .dup-panel -->
420
+ </div><!-- end .dup-panel-panel -->
421
+
422
+ <!-- WARNING CONTINUE -->
423
+ <div id="dup-scan-warning-continue">
424
+ <div class="msg1">
425
+ <input type="checkbox" id="dup-scan-warning-continue-checkbox" onclick="Duplicator.Pack.WarningContinue(this)"/>
426
+ <label for="dup-scan-warning-continue-checkbox"><?php DUP_Util::_e('A warning status was detected, are you sure you want to continue?');?></label>
427
+ </div>
428
+ <div class="msg2">
429
+ <label for="dup-scan-warning-continue-checkbox">
430
+ <?php
431
+ DUP_Util::_e("Scan checks are not required to pass, however they could cause issues on some systems.");
432
+ echo '<br/>';
433
+ DUP_Util::_e("Please review the details for each warning by clicking on the detail link.");
434
+ ?>
435
+ </label>
436
+ </div>
437
+ </div>
438
+
439
+ </div>
440
+
441
+
442
+
443
+ <!-- ERROR MESSAGE -->
444
+ <div id="dup-msg-error" style="display:none">
445
+ <div class="dup-hdr-error"><i class="fa fa-exclamation-circle"></i> <?php DUP_Util::_e('Scan Error'); ?></div>
446
+ <i><?php DUP_Util::_e('Please try again!'); ?></i><br/>
447
+ <div style="text-align:left">
448
+ <b><?php DUP_Util::_e("Server Status:"); ?></b> &nbsp;
449
+ <div id="dup-msg-error-response-status" style="display:inline-block"></div><br/>
450
+
451
+ <b><?php DUP_Util::_e("Error Message:"); ?></b>
452
+ <div id="dup-msg-error-response-text"></div>
453
+ </div>
454
+ </div>
455
+ </div> <!-- end #dup-progress-area -->
456
+
457
+ <div class="dup-button-footer" style="display:none">
458
+ <input type="button" value="&#9668; <?php DUP_Util::_e("Back") ?>" onclick="window.location.assign('?page=duplicator&tab=new1')" class="button button-large" />
459
+ <input type="button" value="<?php DUP_Util::_e("Rescan") ?>" onclick="Duplicator.Pack.Rescan()" class="button button-large" />
460
+ <input type="submit" value="<?php DUP_Util::_e("Build") ?> &#9658" class="button button-primary button-large" id="dup-build-button" />
461
+ <!-- Used for iMacros testing do not remove -->
462
+ <div id="dup-automation-imacros"></div>
463
+ </div>
464
+ </form>
465
+
466
+ <script type="text/javascript">
467
+ jQuery(document).ready(function($) {
468
+
469
+ /* Performs Ajax post to create check system */
470
+ Duplicator.Pack.Scan = function() {
471
+ var data = {action : 'duplicator_package_scan'}
472
+
473
+ $.ajax({
474
+ type: "POST",
475
+ url: ajaxurl,
476
+ dataType: "json",
477
+ timeout: 10000000,
478
+ data: data,
479
+ complete: function() {$('.dup-button-footer').show()},
480
+ success: function(data) {
481
+ Duplicator.Pack.LoadScanData(data)
482
+ //Imacros testing required
483
+ $('#dup-automation-imacros').html('<input type="hidden" id="dup-finished" value="done" />');
484
+ },
485
+ error: function(data) {
486
+ $('#dup-progress-bar-area').hide();
487
+ var status = data.status + ' -' + data.statusText;
488
+ $('#dup-msg-error-response-status').html(status)
489
+ $('#dup-msg-error-response-text').html(data.responseText);
490
+ $('#dup-msg-error').show(200);
491
+ console.log(data);
492
+ }
493
+ });
494
+ }
495
+
496
+ Duplicator.Pack.Rescan = function() {
497
+ $('#dup-msg-success,#dup-msg-error,.dup-button-footer').hide();
498
+ $('#dup-progress-bar-area').show();
499
+ Duplicator.Pack.Scan();
500
+ }
501
+
502
+ Duplicator.Pack.WarningContinue = function(checkbox) {
503
+ ($(checkbox).is(':checked'))
504
+ ? $('#dup-build-button').prop('disabled',false).addClass('button-primary')
505
+ : $('#dup-build-button').prop('disabled',true).removeClass('button-primary');
506
+
507
+ }
508
+
509
+ Duplicator.Pack.LoadScanStatus = function(status) {
510
+ var result;
511
+ switch (status) {
512
+ case false : result = '<div class="dup-scan-warn"><i class="fa fa-exclamation-triangle"></i></div>'; break;
513
+ case 'Warn' : result = '<div class="dup-scan-warn"><i class="fa fa-exclamation-triangle"></i> Warn</div>'; break;
514
+ case true : result = '<div class="dup-scan-good"><i class="fa fa-check"></i></div>'; break;
515
+ case 'Good' : result = '<div class="dup-scan-good"><i class="fa fa-check"></i> Good</div>'; break;
516
+ default :
517
+ result = 'unable to read';
518
+ }
519
+ return result;
520
+ }
521
+
522
+ /* Load Scan Data */
523
+ Duplicator.Pack.LoadScanData = function(data) {
524
+
525
+ var errMsg = "unable to read";
526
+ $('#dup-progress-bar-area').hide();
527
+
528
+ //****************
529
+ //REPORT
530
+ var base = $('#data-rpt-scanfile').attr('href');
531
+ $('#data-rpt-scanfile').attr('href', base + '&scanfile=' + data.RPT.ScanFile);
532
+ $('#data-rpt-scantime').text(data.RPT.ScanTime || 0);
533
+
534
+
535
+ //****************
536
+ //SERVER
537
+ $('#data-srv-web-model').html(Duplicator.Pack.LoadScanStatus(data.SRV.WEB.model));
538
+ $('#data-srv-web-all').html(Duplicator.Pack.LoadScanStatus(data.SRV.WEB.ALL));
539
+
540
+ $('#data-srv-php-openbase').html(Duplicator.Pack.LoadScanStatus(data.SRV.PHP.openbase));
541
+ $('#data-srv-php-maxtime').html(Duplicator.Pack.LoadScanStatus(data.SRV.PHP.maxtime));
542
+ $('#data-srv-php-mysqli').html(Duplicator.Pack.LoadScanStatus(data.SRV.PHP.mysqli));
543
+ $('#data-srv-php-openssl').html(Duplicator.Pack.LoadScanStatus(data.SRV.PHP.openssl));
544
+ $('#data-srv-php-all').html(Duplicator.Pack.LoadScanStatus(data.SRV.PHP.ALL));
545
+
546
+ $('#data-srv-wp-version').html(Duplicator.Pack.LoadScanStatus(data.SRV.WP.version));
547
+ $('#data-srv-wp-core').html(Duplicator.Pack.LoadScanStatus(data.SRV.WP.core));
548
+ $('#data-srv-wp-cache').html(Duplicator.Pack.LoadScanStatus(data.SRV.WP.cache));
549
+ $('#data-srv-wp-all').html(Duplicator.Pack.LoadScanStatus(data.SRV.WP.ALL));
550
+
551
+ //****************
552
+ //DATABASE
553
+ var html = "";
554
+ if (data.DB.Status.Success) {
555
+ $('#data-db-status-size1').html(Duplicator.Pack.LoadScanStatus(data.DB.Status.Size));
556
+ $('#data-db-status-size2').html(Duplicator.Pack.LoadScanStatus(data.DB.Status.Size));
557
+ $('#data-db-size1').text(data.DB.Size || errMsg);
558
+ $('#data-db-size2').text(data.DB.Size || errMsg);
559
+ $('#data-db-rows').text(data.DB.Rows || errMsg);
560
+ $('#data-db-tablecount').text(data.DB.TableCount || errMsg);
561
+ //Table Details
562
+ if (data.DB.TableList == undefined || data.DB.TableList.length == 0) {
563
+ html = '<?php DUP_Util::_e("Unable to report on any tables") ?>';
564
+ } else {
565
+ $.each(data.DB.TableList, function(i) {
566
+ html += '<b>' + i + '</b><br/>';
567
+ $.each(data.DB.TableList[i], function(key,val) {html += '<div><span>' + key + ':</span>' + val + '</div>'; })
568
+ });
569
+ }
570
+ $('#data-db-tablelist').append(html);
571
+ } else {
572
+ html = '<?php DUP_Util::_e("Unable to report on database stats") ?>';
573
+ $('#dup-scan-db').html(html);
574
+ }
575
+
576
+ //****************
577
+ //ARCHIVE
578
+ $('#data-arc-status-size').html(Duplicator.Pack.LoadScanStatus(data.ARC.Status.Size));
579
+ $('#data-arc-status-names').html(Duplicator.Pack.LoadScanStatus(data.ARC.Status.Names));
580
+ $('#data-arc-status-big').html(Duplicator.Pack.LoadScanStatus(data.ARC.Status.Big));
581
+ $('#data-arc-size1').text(data.ARC.Size || errMsg);
582
+ $('#data-arc-size2').text(data.ARC.Size || errMsg);
583
+ $('#data-arc-files').text(data.ARC.FileCount || errMsg);
584
+ $('#data-arc-dirs').text(data.ARC.DirCount || errMsg);
585
+
586
+
587
+
588
+ //Name Checks
589
+ html = '';
590
+ //Dirs
591
+ if (data.ARC.FilterInfo.Dirs.Warning !== undefined && data.ARC.FilterInfo.Dirs.Warning.length > 0) {
592
+ $.each(data.ARC.FilterInfo.Dirs.Warning, function (key, val) {
593
+ html += '<?php DUP_Util::_e("DIR") ?> ' + key + ':<br/>[' + val + ']<br/>';
594
+ });
595
+ }
596
+ //Files
597
+ if (data.ARC.FilterInfo.Files.Warning !== undefined && data.ARC.FilterInfo.Files.Warning.length > 0) {
598
+ $.each(data.ARC.FilterInfo.Files.Warning, function (key, val) {
599
+ html += '<?php DUP_Util::_e("FILE") ?> ' + key + ':<br/>[' + val + ']<br/>';
600
+ });
601
+ }
602
+ html = (html.length == 0) ? '<?php DUP_Util::_e("No name warning issues found.") ?>' : html;
603
+
604
+
605
+ $('#data-arc-names-data').html(html);
606
+
607
+ //Large Files
608
+ html = '<?php DUP_Util::_e("No large files found.") ?>';
609
+ if (data.ARC.FilterInfo.Files.Size !== undefined && data.ARC.FilterInfo.Files.Size.length > 0) {
610
+ html = '';
611
+ $.each(data.ARC.FilterInfo.Files.Size, function (key, val) {
612
+ html += '<?php DUP_Util::_e("FILE") ?> ' + key + ':<br/>' + val + '<br/>';
613
+ });
614
+ }
615
+ $('#data-arc-big-data').html(html);
616
+ $('#dup-msg-success').show();
617
+
618
+ //Waring Check
619
+ var warnCount = data.RPT.Warnings || 0;
620
+ if (warnCount > 0) {
621
+ $('#dup-scan-warning-continue').show();
622
+ $('#dup-build-button').prop("disabled",true).removeClass('button-primary');
623
+ } else {
624
+ $('#dup-scan-warning-continue').hide();
625
+ $('#dup-build-button').prop("disabled",false).addClass('button-primary');
626
+ }
627
+
628
+ }
629
+
630
+ //Page Init:
631
+ Duplicator.UI.AnimateProgressBar('dup-progress-bar');
632
+ Duplicator.Pack.Scan();
633
+
634
+ //Init: Toogle for system requirment detial links
635
+ $('.dup-scan-title a').each(function() {
636
+ $(this).attr('href', 'javascript:void(0)');
637
+ $(this).click({selector : '.dup-scan-info'}, Duplicator.Pack.ToggleSystemDetails);
638
+ $(this).prepend("<span class='ui-icon ui-icon-triangle-1-e dup-toggle' />");
639
+ });
640
+
641
+ });
642
+ </script>
views/packages/main/new3.base.php ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ require_once (DUPLICATOR_PLUGIN_PATH . 'classes/package.php');
3
+ $Package = DUP_Package::GetActive();
4
+
5
+
6
+
7
+ ?>
8
+
9
+ <style>
10
+ div#dup-progress-area {text-align:center; max-width:800px; min-height:200px; border:1px solid silver; border-radius:5px; margin:25px auto 10px auto; padding:0px; box-shadow: 0 8px 6px -6px #999;}
11
+ div.dup-progress-title {font-size:22px;padding:5px 0 20px 0; font-weight: bold}
12
+ div#dup-progress-area div.inner {padding:10px; line-height:22px}
13
+ div#dup-progress-area h2.title {background-color:#efefef; margin:0px}
14
+ div#dup-progress-area span.label {font-weight:bold}
15
+ div#dup-msg-success {color:#18592A; padding:5px;}
16
+ div#dup-msg-success fieldset,
17
+ div#dup-msg-error fieldset {text-align:left; width:95%; border:1px solid #dfdfdf; border-radius:5px;}
18
+ div.dup-msg-error-area {overflow-y: scroll; padding:5px 15px 5px 15px; max-height:150px; max-width: 700px}
19
+ div.dup-msg-success-stats{color:#999;margin:10px 0px 0px 0px}
20
+ div.dup-msg-success-links {margin:20px 5px 5px 5px; font-size: 14px; font-weight: bold}
21
+ div#dup-msg-error {color:#A62426; padding:5px;}
22
+ div#dup-progress-area div.done-title {font-size:22px; font-weight:bold; margin:0px 0px 10px 0px}
23
+ div#dup-logs {text-align:center; margin:auto; padding:5px; width:350px;}
24
+ div#dup-logs a {font-size:15px; text-decoration:none !important; display:inline-block; margin:20px 0px 5px 0px}
25
+ div.dup-button-footer {text-align:right; margin:20px 10px 0px 0px}
26
+ button.button {font-size:16px !important; height:30px !important; font-weight:bold; padding:0px 10px 5px 10px !important; min-width: 150px }
27
+ span.dup-btn-size {font-size:11px;font-weight: normal}
28
+ </style>
29
+
30
+ <!-- =========================================
31
+ TOOL BAR: STEPS -->
32
+ <table id="dup-toolbar">
33
+ <tr valign="top">
34
+ <td style="white-space: nowrap">
35
+ <div id="dup-wiz">
36
+ <div id="dup-wiz-steps">
37
+ <div class="completed-step"><a><span>1</span> <?php _e('Setup', 'duplicator'); ?></a></div>
38
+ <div class="completed-step"><a><span>2</span> <?php _e('Scan', 'duplicator'); ?> </a></div>
39
+ <div class="active-step"><a><span>3</span> <?php _e('Build', 'duplicator'); ?> </a></div>
40
+ </div>
41
+ <div id="dup-wiz-title">
42
+ <?php _e('Step 3: Build Package', 'duplicator'); ?>
43
+ </div>
44
+ </div>
45
+ </td>
46
+ <td class="dup-toolbar-btns">
47
+ <a id="dup-pro-create-new" href="?page=duplicator" class="add-new-h2"><i class="fa fa-archive"></i> <?php _e("All Packages", 'duplicator'); ?></a> &nbsp;
48
+ <span> <?php _e("Create New", 'duplicator'); ?></span>
49
+ </td>
50
+ </tr>
51
+ </table>
52
+ <hr style="margin-bottom:10px">
53
+
54
+
55
+ <form id="form-duplicator" method="post" action="?page=duplicator">
56
+
57
+ <!-- PROGRESS BAR -->
58
+ <div id="dup-progress-bar-area">
59
+ <div class="dup-progress-title"><i class="fa fa-cog fa-spin"></i> <?php _e('Building Package', 'duplicator'); ?></div>
60
+ <div id="dup-progress-bar"></div>
61
+ <b><?php _e('Please Wait...', 'duplicator'); ?></b><br/><br/>
62
+ <i><?php _e('Keep this window open during the build process.', 'duplicator'); ?></i><br/>
63
+ <i><?php _e('This may take several minutes.', 'duplicator'); ?></i><br/>
64
+ </div>
65
+
66
+ <div id="dup-progress-area" class="dup-panel" style="display:none">
67
+ <div class="dup-panel-title dup-box-title-fancy"><b style="font-size:18px"><?php _e('Build Status', 'duplicator'); ?></b></div>
68
+ <div class="dup-panel-panel">
69
+
70
+ <!-- =========================
71
+ SUCCESS MESSAGE -->
72
+ <div id="dup-msg-success" style="display:none">
73
+ <div class="dup-hdr-success">
74
+ <i class="fa fa-check-square-o fa-lg"></i> <?php _e('Package Completed', 'duplicator'); ?>
75
+ </div>
76
+
77
+ <div class="dup-msg-success-stats">
78
+ <b><?php _e('Name', 'duplicator'); ?>:</b> <span id="data-name-hash"></span><br/>
79
+ <b><?php _e('Process Time', 'duplicator'); ?>:</b> <span id="data-time"></span><br/>
80
+ </div><br/>
81
+
82
+ <button id="dup-btn-installer" class="button button-primary button-large">
83
+ <i class="fa fa-bolt"></i> <?php _e("Installer", 'duplicator') ?>
84
+ <span id="dup-btn-installer-size" class="dup-btn-size"></span>
85
+ </button> &nbsp;
86
+ <button id="dup-btn-archive" class="button button-primary button-large">
87
+ <i class="fa fa-file-archive-o"></i> <?php _e("Archive", 'duplicator') ?>
88
+ <span id="dup-btn-archive-size" class="dup-btn-size"></span>
89
+ </button>
90
+ <div style='margin: 7px 0 20px 0'>
91
+ <small><i><?php _e("click buttons to download", 'duplicator') ?></i></small>
92
+ </div>
93
+ <div class="dup-msg-success-links">
94
+ <?php printf("<a href='?page=duplicator'>[ %s ]</a>", __('All Packages', 'duplicator'));?>
95
+ </div><br/>
96
+
97
+ <!-- Used for iMacros testing do not remove -->
98
+ <div id="dup-automation-imacros"></div>
99
+ </div>
100
+
101
+ <!-- =========================
102
+ ERROR MESSAGE -->
103
+ <div id="dup-msg-error" style="display:none">
104
+ <div class="done-title"><i class="fa fa-chain-broken"></i> <?php _e('Build Interrupt', 'duplicator'); ?></div>
105
+ <b><?php _e('The current build has experienced an issue.', 'duplicator'); ?></b><br/>
106
+
107
+ <i><?php _e('Please try the process again.', 'duplicator'); ?></i><br/><br/>
108
+
109
+ <input type="button" style="margin-right:10px;" class="button" value="<?php _e('Diagnose', 'duplicator'); ?>" onclick="window.open('http://lifeinthegrid.com/support/knowledgebase.php?article=12#faq-trouble-timeout', '_blank');return false;" />
110
+ <input type="button" class="button" value="<?php _e('Try Again', 'duplicator'); ?>" onclick="window.location = 'admin.php?page=duplicator&tab=new1'" />
111
+ <fieldset>
112
+ <legend><b><i class="fa fa-exclamation"></i> <?php _e('Details', 'duplicator'); ?></b></legend>
113
+ <div class="dup-msg-error-area">
114
+ <div id="dup-msg-error-response-status">
115
+ <span class="label"><?php _e("Server Status:", 'duplicator'); ?></span>
116
+ <span class="data"></span>
117
+ </div>
118
+ <div id="dup-msg-error-response-text">
119
+ <span class="label"><?php _e("Error Message:", 'duplicator'); ?></span><br/>
120
+ <span class="data"></span>
121
+ </div>
122
+ </div>
123
+ </fieldset><br/>
124
+
125
+ <fieldset style="color:#777">
126
+ <legend><b> <?php _e('Notice', 'duplicator'); ?></b></legend>
127
+ <div class="dup-msg-error-area">
128
+ <?php printf('<b><i class="fa fa-folder-o"></i> %s %s</b> <br/> %s',
129
+ __('Build Folder:'),
130
+ DUPLICATOR_SSDIR_PATH_TMP,
131
+ __("Some servers close connections quickly; yet the build can continue to run in the background. To validate if a build is still running; open the 'tmp' folder above and see if the archive file is growing in size. If it is not then your server has strict timeout constraints. Please visit the support page for additional resources.", 'duplicator')
132
+ );
133
+ ?> <br/>
134
+ </div>
135
+ </fieldset>
136
+
137
+ <!-- LOGS -->
138
+ <div id="dup-logs">
139
+ <div style="font-weight:bold">
140
+ <i class="fa fa-list-alt"></i> <a href='javascript:void(0)' style="color:#A62426" onclick='Duplicator.OpenLogWindow()'> <?php _e('Package Log', 'duplicator');?> </a>
141
+ </div>
142
+ <br/>
143
+ </div>
144
+
145
+ </div>
146
+
147
+ </div>
148
+ </div>
149
+ </form>
150
+
151
+ <script type="text/javascript">
152
+ jQuery(document).ready(function($) {
153
+ /* ----------------------------------------
154
+ * METHOD: Performs Ajax post to create a new package
155
+ * Timeout (10000000 = 166 minutes) */
156
+ Duplicator.Pack.Create = function() {
157
+
158
+ var data = {action : 'duplicator_package_build'}
159
+
160
+ $.ajax({
161
+ type: "POST",
162
+ url: ajaxurl,
163
+ dataType: "json",
164
+ timeout: 10000000,
165
+ data: data,
166
+ beforeSend: function() {},
167
+ complete: function() {},
168
+ success: function(data) {
169
+ $('#dup-progress-bar-area').hide();
170
+ $('#dup-progress-area, #dup-msg-success').show(300);
171
+
172
+ var Pack = data.Package;
173
+ var InstallURL = Pack.StoreURL + Pack.Installer.File + "?get=1&file=" + Pack.Installer.File;
174
+ var ArchiveURL = Pack.StoreURL + Pack.Archive.File + "?get=1";
175
+
176
+ $('#dup-btn-archive-size').append('&nbsp; (' + data.ZipSize + ')')
177
+ $('#data-name-hash').text(Pack.NameHash || 'error read');
178
+ $('#data-time').text(data.Runtime || 'unable to read time');
179
+
180
+ //Wire Up Downloads
181
+ $('#dup-btn-installer').on("click", {name: InstallURL }, Duplicator.Pack.DownloadFile );
182
+ $('#dup-btn-archive').on("click", {name: ArchiveURL }, Duplicator.Pack.DownloadFile );
183
+ //Imacros testing required
184
+ $('#dup-automation-imacros').html('<input type="hidden" id="dup-finished" value="done" />');
185
+
186
+ },
187
+ error: function(data) {
188
+ $('#dup-progress-bar-area').hide();
189
+ $('#dup-progress-area, #dup-msg-error').show(200);
190
+ var status = data.status + ' -' + data.statusText;
191
+ var response = (data.responseText != undefined && data.responseText.length > 1) ? data.responseText : 'Unknown Error - See Log File';
192
+ $('#dup-msg-error-response-status span.data').html(status)
193
+ $('#dup-msg-error-response-text span.data').html(response);
194
+ console.log(data);
195
+ }
196
+ });
197
+ return false;
198
+ }
199
+
200
+ //Page Init:
201
+ Duplicator.UI.AnimateProgressBar('dup-progress-bar');
202
+ Duplicator.Pack.Create();
203
+
204
+ });
205
+ </script>
views/packages/main/packages.php ADDED
@@ -0,0 +1,259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ $qryResult = $wpdb->get_results("SELECT * FROM `{$wpdb->prefix}duplicator_packages` ORDER BY id DESC", ARRAY_A);
3
+ $qryStatus = $wpdb->get_results("SELECT status FROM `{$wpdb->prefix}duplicator_packages` WHERE status >= 100", ARRAY_A);
4
+ $totalElements = count($qryResult);
5
+ $statusCount = count($qryStatus);
6
+ $package_debug = DUP_Settings::Get('package_debug');
7
+ $ajax_nonce = wp_create_nonce('package_list');
8
+ ?>
9
+
10
+ <style>
11
+ div#dup-list-alert-nodata {padding:50px 20px;text-align:center; font-size:20px; line-height:26px}
12
+ div.dup-notice-msg {border:1px solid silver; padding: 10px; border-radius: 5px; width: 550px;
13
+ margin:40px auto 0px auto; font-size:12px; text-align: left; word-break:normal;
14
+ background: #fefcea;
15
+ background: -moz-linear-gradient(top, #fefcea 0%, #efe5a2 100%);
16
+ background: -ms-linear-gradient(top, #fefcea 0%,#efe5a2 100%);
17
+ background: linear-gradient(to bottom, #fefcea 0%,#efe5a2 100%);
18
+ }
19
+ input#dup-bulk-action-all {margin:0px;padding:0px 0px 0px 5px;}
20
+ button.dup-button-selected {border:1px solid #000 !important; background-color:#dfdfdf !important;}
21
+
22
+ /* Table package details */
23
+ table.dup-pack-table {word-break:break-all;}
24
+ table.dup-pack-table th {white-space:nowrap !important;}
25
+ table.dup-pack-table td.pack-name {text-overflow:ellipsis; white-space:nowrap}
26
+ table.dup-pack-table input[name="delete_confirm"] {margin-left:15px}
27
+ table.dup-pack-table td.fail {border-left: 4px solid #d54e21;}
28
+ table.dup-pack-table td.pass {border-left: 4px solid #2ea2cc;}
29
+ tr.dup-pack-info td {white-space:nowrap; padding:12px 30px 0px 7px;}
30
+ tr.dup-pack-info td.get-btns {text-align:right; padding:3px 5px 6px 0px !important;}
31
+ textarea.dup-pack-debug {width:98%; height:300px; font-size:11px; display:none}
32
+ td.error-msg a {color:maroon}
33
+ td.error-msg a i {color:maroon}
34
+ td.error-msg span {display:inline-block; padding:7px 18px 0px 0px; color:maroon}
35
+ </style>
36
+
37
+ <form id="form-duplicator" method="post">
38
+
39
+ <?php if($statusCount >= 3) : ?>
40
+ <div style="font-size:13px; position: absolute; top:10px; right:20px">
41
+ <a href="admin.php?page=duplicator-about" style="color:maroon"><i><i class="fa fa-check-circle"></i> <?php _e("Help Support Duplicator", 'duplicator') ?></i> </a>
42
+ </div>
43
+ <?php endif; ?>
44
+
45
+ <!-- ====================
46
+ TOOL-BAR -->
47
+ <table id="dup-toolbar">
48
+ <tr valign="top">
49
+ <td style="white-space: nowrap">
50
+ <div class="alignleft actions">
51
+ <select id="dup-pack-bulk-actions">
52
+ <option value="-1" selected="selected"><?php _e("Bulk Actions", 'duplicator') ?></option>
53
+ <option value="delete" title="<?php _e("Delete selected package(s)", 'duplicator') ?>"><?php _e("Delete", 'duplicator') ?></option>
54
+ </select>
55
+ <input type="button" id="dup-pack-bulk-apply" class="button action" value="<?php _e("Apply", 'duplicator') ?>" onclick="Duplicator.Pack.Delete()">
56
+ </div>
57
+ <br class="clear">
58
+ </td>
59
+ <td align="center">
60
+ <a href="?page=duplicator-tools" id="btn-logs-dialog" class="button" title="<?php _e("Package Logs", 'duplicator') ?>..."><i class="fa fa-list-alt"></i>
61
+ </td>
62
+ <td class="dup-toolbar-btns">
63
+ <span><i class="fa fa-archive"></i> <?php _e("All Packages", 'duplicator'); ?></span> &nbsp;
64
+ <a id="dup-pro-create-new" href="?page=duplicator&tab=new1" class="add-new-h2"><?php _e("Create New", 'duplicator'); ?></a>
65
+ </td>
66
+ </tr>
67
+ </table>
68
+
69
+
70
+ <?php if($totalElements == 0) : ?>
71
+ <!-- ====================
72
+ NO-DATA MESSAGES-->
73
+ <table class="widefat dup-pack-table">
74
+ <thead><tr><th>&nbsp;</th></tr></thead>
75
+ <tbody>
76
+ <tr>
77
+ <td>
78
+ <div id='dup-list-alert-nodata'>
79
+ <i class="fa fa-archive"></i>
80
+ <?php _e("No Packages Found.", 'duplicator'); ?><br/>
81
+ <?php _e("Click the 'Create New' button to build a package.", 'duplicator'); ?> <br/><br/>
82
+ <i>
83
+ <?php
84
+ printf("%s <a href='admin.php?page=duplicator-help'>%s</a> %s",
85
+ __("Please visit the", 'duplicator'),
86
+ __("help page", 'duplicator'),
87
+ __("for additional support", 'duplicator'));
88
+ ?>
89
+ </i>
90
+ <div style="height:75px">&nbsp;</div>
91
+ </div>
92
+ </td>
93
+ </tr>
94
+ </tbody>
95
+ <tfoot><tr><th>&nbsp;</th></tr></tfoot>
96
+ </table>
97
+ <?php else : ?>
98
+ <!-- ====================
99
+ LIST ALL PACKAGES -->
100
+ <table class="widefat dup-pack-table">
101
+ <thead>
102
+ <tr>
103
+ <th><input type="checkbox" id="dup-bulk-action-all" title="<?php _e("Select all packages", 'duplicator') ?>" style="margin-left:15px" onclick="Duplicator.Pack.SetDeleteAll()" /></th>
104
+ <th><?php _e("Created", 'duplicator') ?></th>
105
+ <th><?php _e("Size", 'duplicator') ?></th>
106
+ <th style="width:90%;"><?php _e("Name", 'duplicator') ?></th>
107
+ <th style="text-align:center;" colspan="2">
108
+ <?php _e("Package", 'duplicator')?>
109
+ </th>
110
+ </tr>
111
+ </thead>
112
+ <?php
113
+ $rowCount = 0;
114
+ $totalSize = 0;
115
+ $rows = $qryResult;
116
+ foreach ($rows as $row) {
117
+ $Package = unserialize($row['package']);
118
+
119
+ if (is_object($Package)) {
120
+ $pack_name = $Package->Name;
121
+ $pack_archive_size = $Package->Archive->Size;
122
+ $pack_storeurl = $Package->StoreURL;
123
+ $pack_namehash = $Package->NameHash;
124
+ } else {
125
+ $pack_archive_size = 0;
126
+ $pack_storeurl = 'unknown';
127
+ $pack_name = 'unknown';
128
+ $pack_namehash = 'unknown';
129
+ }
130
+
131
+ //Links
132
+ $uniqueid = "{$row['name']}_{$row['hash']}";
133
+ $packagepath = $pack_storeurl . "{$uniqueid}_archive.zip";
134
+ $installerpath = $pack_storeurl . "{$uniqueid}_installer.php";
135
+ $installfilelink = "{$installerpath}?get=1&file={$uniqueid}_installer.php";
136
+ $css_alt = ($rowCount % 2 != 0) ? '' : 'alternate';
137
+ ?>
138
+
139
+ <!-- COMPLETE -->
140
+ <?php if ($row['status'] >= 100) : ?>
141
+ <tr class="dup-pack-info <?php echo $css_alt ?>">
142
+ <td class="pass"><input name="delete_confirm" type="checkbox" id="<?php echo $row['id'] ;?>" /></td>
143
+ <td><?php echo date( "m-d-y G:i", strtotime($row['created']));?></td>
144
+ <td><?php echo DUP_Util::ByteSize($pack_archive_size); ?></td>
145
+ <td class='pack-name'><?php echo $pack_name ;?></td>
146
+ <td class="get-btns">
147
+ <button id="<?php echo "{$uniqueid}_installer.php" ?>" class="button no-select" onclick="Duplicator.Pack.DownloadFile('<?php echo $installfilelink; ?>', this); return false;">
148
+ <i class="fa fa-bolt"></i> <?php _e("Installer", 'duplicator') ?>
149
+ </button>
150
+ <button id="<?php echo "{$uniqueid}_archive.zip" ?>" class="button no-select" onclick="Duplicator.Pack.DownloadFile('<?php echo $packagepath; ?>', this); return false;">
151
+ <i class="fa fa-file-archive-o"></i> <?php _e("Archive", 'duplicator') ?>
152
+ </button>
153
+ <button type="button" class="button no-select" title="<?php DUP_Util::_e("Package Details") ?>" onclick="Duplicator.Pack.OpenPackageDetails(<?php echo "{$row['id']}"; ?>);">
154
+ <i class="fa fa-archive" ></i>
155
+ </button>
156
+ </td>
157
+ </tr>
158
+
159
+ <!-- NOT COMPLETE -->
160
+ <?php else : ?>
161
+
162
+ <?php
163
+ $size = 0;
164
+ $tmpSearch = glob(DUPLICATOR_SSDIR_PATH_TMP . "/{$pack_namehash}_*");
165
+ if (is_array($tmpSearch)) {
166
+ $result = array_map('filesize', $tmpSearch);
167
+ $size = array_sum($result);
168
+ }
169
+ $pack_archive_size = $size;
170
+ $error_url = "?page=duplicator&action=detail&tab=detail&id={$row['id']}";
171
+ ?>
172
+ <tr class="dup-pack-info <?php echo $css_alt ?>">
173
+ <td class="fail"><input name="delete_confirm" type="checkbox" id="<?php echo $row['id'] ;?>" /></td>
174
+ <td><?php echo date( "m-d-y G:i", strtotime($row['created']));?></td>
175
+ <td><?php echo DUP_Util::ByteSize($size); ?></td>
176
+ <td class='pack-name'><?php echo $pack_name ;?></td>
177
+ <td class="get-btns error-msg" colspan="2">
178
+ <span>
179
+ <i class="fa fa-exclamation-triangle"></i>
180
+ <a href="<?php echo $error_url; ?>"><?php _e("Error Processing", 'duplicator') ?></a>
181
+ </span>
182
+ <a class="button no-select" title="<?php DUP_Util::_e("Package Details") ?>" href="<?php echo $error_url; ?>">
183
+ <i class="fa fa-archive"></i>
184
+ </a>
185
+ </td>
186
+ </tr>
187
+ <?php endif; ?>
188
+ <?php
189
+ $totalSize = $totalSize + $pack_archive_size;
190
+ $rowCount++;
191
+ }
192
+ ?>
193
+ <tfoot>
194
+ <tr>
195
+ <th colspan="8" style='text-align:right; font-size:12px'>
196
+ <?php echo _e("Packages", 'duplicator') . ': ' . $totalElements; ?> |
197
+ <?php echo _e("Total Size", 'duplicator') . ': ' . DUP_Util::ByteSize($totalSize); ?>
198
+ </th>
199
+ </tr>
200
+ </tfoot>
201
+ </table>
202
+ <?php endif; ?>
203
+ </form>
204
+
205
+ <script type="text/javascript">
206
+ jQuery(document).ready(function($)
207
+ {
208
+ /* Removes all selected package sets
209
+ * @param event To prevent bubbling */
210
+ Duplicator.Pack.Delete = function (event)
211
+ {
212
+ var arr = new Array;
213
+ var count = 0;
214
+
215
+ if ($("#dup-pack-bulk-actions").val() != "delete") {
216
+ alert("<?php _e('Please select an action from the bulk action drop down menu to perform a specific action.', 'duplicator') ?>");
217
+ return;
218
+ }
219
+ $("input[name=delete_confirm]").each(function() {
220
+ if (this.checked) { arr[count++] = this.id; }
221
+ });
222
+ var list = arr.join(',');
223
+ if (list.length == 0) {
224
+ alert("<?php _e('Please select at least one package to delete.', 'duplicator') ?>");
225
+ return;
226
+ }
227
+
228
+ if (confirm("<?php _e('Are you sure, you want to delete the selected package(s)?', 'duplicator') ?>"))
229
+ {
230
+ $.ajax({
231
+ type: "POST",
232
+ url: ajaxurl,
233
+ dataType: "json",
234
+ data: {action : 'duplicator_package_delete', duplicator_delid : list, nonce: '<?php echo $ajax_nonce; ?>' },
235
+ success: function(data) {
236
+ Duplicator.ReloadWindow(data);
237
+ }
238
+ });
239
+ }
240
+ if (event)
241
+ event.preventDefault();
242
+ };
243
+
244
+ /* METHOD: Toogles the Bulk Action Check boxes */
245
+ Duplicator.Pack.SetDeleteAll = function()
246
+ {
247
+ var state = $('input#dup-bulk-action-all').is(':checked') ? 1 : 0;
248
+ $("input[name=delete_confirm]").each(function() {
249
+ this.checked = (state) ? true : false;
250
+ });
251
+ }
252
+
253
+ /* METHOD: Opens detail screen */
254
+ Duplicator.Pack.OpenPackageDetails = function (package_id)
255
+ {
256
+ window.location.href = '?page=duplicator&action=detail&tab=detail&id=' + package_id;
257
+ }
258
+ });
259
+ </script>
views/packages/new1.inc.form.php CHANGED
@@ -322,7 +322,7 @@ META-BOX: STORAGE -->
322
 
323
  Duplicator.Pack.ResetSettings = function () {
324
  var key = 'duplicator_package_active';
325
- var result = confirm('<?php _e("This will reset all of the current package settings. Would you like to continue?", "wpduplicator"); ?>');
326
  if (!result)
327
  return;
328
 
322
 
323
  Duplicator.Pack.ResetSettings = function () {
324
  var key = 'duplicator_package_active';
325
+ var result = confirm('<?php _e("This will reset all of the current package settings. Would you like to continue?", "duplicator"); ?>');
326
  if (!result)
327
  return;
328
 
views/settings/controller.php CHANGED
@@ -5,7 +5,7 @@ DUP_Util::CheckPermissions('manage_options');
5
  global $wpdb;
6
 
7
  //COMMON HEADER DISPLAY
8
- require_once(DUPLICATOR_PLUGIN_PATH . '/views/javascript.php');
9
  require_once(DUPLICATOR_PLUGIN_PATH . '/views/inc.header.php');
10
  $current_tab = isset($_REQUEST['tab']) ? esc_html($_REQUEST['tab']) : 'general';
11
  ?>
5
  global $wpdb;
6
 
7
  //COMMON HEADER DISPLAY
8
+ require_once(DUPLICATOR_PLUGIN_PATH . '/assets/js/javascript.php');
9
  require_once(DUPLICATOR_PLUGIN_PATH . '/views/inc.header.php');
10
  $current_tab = isset($_REQUEST['tab']) ? esc_html($_REQUEST['tab']) : 'general';
11
  ?>
views/tools/cleanup.php CHANGED
@@ -1,5 +1,5 @@
1
  <?php
2
- require_once(DUPLICATOR_PLUGIN_PATH . '/views/javascript.php');
3
  require_once(DUPLICATOR_PLUGIN_PATH . '/views/inc.header.php');
4
 
5
  $nonce = wp_create_nonce('duplicator_cleanup_page');
@@ -17,8 +17,8 @@
17
  }
18
  }
19
 
20
- $txt_found = DUP_Util::__("Found");
21
- $txt_not_found = DUP_Util::__("Not Found");
22
  $installer_files = DUP_Server::GetInstallerFiles();
23
 
24
  switch ($_GET['action']) {
1
  <?php
2
+ require_once(DUPLICATOR_PLUGIN_PATH . '/assets/js/javascript.php');
3
  require_once(DUPLICATOR_PLUGIN_PATH . '/views/inc.header.php');
4
 
5
  $nonce = wp_create_nonce('duplicator_cleanup_page');
17
  }
18
  }
19
 
20
+ $txt_found = DUP_Util::__("File Found");
21
+ $txt_not_found = DUP_Util::__("File Removed");
22
  $installer_files = DUP_Server::GetInstallerFiles();
23
 
24
  switch ($_GET['action']) {
views/tools/controller.php CHANGED
@@ -5,7 +5,7 @@ DUP_Util::CheckPermissions('manage_options');
5
  global $wpdb;
6
 
7
  //COMMON HEADER DISPLAY
8
- require_once(DUPLICATOR_PLUGIN_PATH . '/views/javascript.php');
9
  require_once(DUPLICATOR_PLUGIN_PATH . '/views/inc.header.php');
10
  $current_tab = isset($_REQUEST['tab']) ? esc_html($_REQUEST['tab']) : 'logging';
11
  ?>
5
  global $wpdb;
6
 
7
  //COMMON HEADER DISPLAY
8
+ require_once(DUPLICATOR_PLUGIN_PATH . '/assets/js/javascript.php');
9
  require_once(DUPLICATOR_PLUGIN_PATH . '/views/inc.header.php');
10
  $current_tab = isset($_REQUEST['tab']) ? esc_html($_REQUEST['tab']) : 'logging';
11
  ?>
views/tools/diagnostics.php CHANGED
@@ -1,5 +1,5 @@
1
  <?php
2
- require_once(DUPLICATOR_PLUGIN_PATH . '/views/javascript.php');
3
  require_once(DUPLICATOR_PLUGIN_PATH . '/views/inc.header.php');
4
 
5
  global $wp_version;
@@ -142,7 +142,7 @@
142
  <td><?php echo $wp_version ?></td>
143
  </tr>
144
  <tr>
145
- <td><?php _e("Langugage", 'duplicator'); ?></td>
146
  <td><?php echo get_bloginfo('language') ?></td>
147
  </tr>
148
  <tr>
@@ -301,7 +301,7 @@ jQuery(document).ready(function($) {
301
 
302
  Duplicator.Settings.DeleteOption = function (anchor) {
303
  var key = $(anchor).text();
304
- var result = confirm('<?php _e("Delete this option value", "wpduplicator"); ?> [' + key + '] ?');
305
  if (! result) return;
306
 
307
  jQuery('#dup-settings-form-action').val(key);
1
  <?php
2
+ require_once(DUPLICATOR_PLUGIN_PATH . '/assets/js/javascript.php');
3
  require_once(DUPLICATOR_PLUGIN_PATH . '/views/inc.header.php');
4
 
5
  global $wp_version;
142
  <td><?php echo $wp_version ?></td>
143
  </tr>
144
  <tr>
145
+ <td><?php _e("Language", 'duplicator'); ?></td>
146
  <td><?php echo get_bloginfo('language') ?></td>
147
  </tr>
148
  <tr>
301
 
302
  Duplicator.Settings.DeleteOption = function (anchor) {
303
  var key = $(anchor).text();
304
+ var result = confirm('<?php _e("Delete this option value", "duplicator"); ?> [' + key + '] ?');
305
  if (! result) return;
306
 
307
  jQuery('#dup-settings-form-action').val(key);
views/tools/logging.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
 
3
- require_once(DUPLICATOR_PLUGIN_PATH . '/views/javascript.php');
4
  require_once(DUPLICATOR_PLUGIN_PATH . '/views/inc.header.php');
5
 
6
  $logs = glob(DUPLICATOR_SSDIR_PATH . '/*.log') ;
1
  <?php
2
 
3
+ require_once(DUPLICATOR_PLUGIN_PATH . '/assets/js/javascript.php');
4
  require_once(DUPLICATOR_PLUGIN_PATH . '/views/inc.header.php');
5
 
6
  $logs = glob(DUPLICATOR_SSDIR_PATH . '/*.log') ;