From 3785add5fa4b0b3be6304e9a66295be5f2691c73 Mon Sep 17 00:00:00 2001 From: ut Date: Fri, 26 Oct 2018 11:51:32 +0200 Subject: [PATCH] adding fresh FoundationPress theme from scratch --- FoundationPress/.babelrc | 4 + FoundationPress/.editorconfig | 18 + FoundationPress/.gitignore | 11 + FoundationPress/404.php | 46 + FoundationPress/CHANGELOG.md | 1347 ++ FoundationPress/MIT-LICENSE.txt | 18 + FoundationPress/README.md | 203 + FoundationPress/archive.php | 53 + FoundationPress/codesniffer.ruleset.xml | 47 + FoundationPress/comments.php | 160 + FoundationPress/composer.json | 16 + FoundationPress/composer.lock | 113 + FoundationPress/config-default.yml | 49 + FoundationPress/footer.php | 26 + FoundationPress/functions.php | 55 + FoundationPress/gulpfile.babel.js | 259 + FoundationPress/header.php | 51 + FoundationPress/index.php | 50 + FoundationPress/languages/FoundationPress.pot | 270 + FoundationPress/languages/ca.mo | Bin 0 -> 5002 bytes FoundationPress/languages/ca.po | 282 + FoundationPress/languages/cs_CZ.mo | Bin 0 -> 5564 bytes FoundationPress/languages/cs_CZ.po | 317 + FoundationPress/languages/da_DK.mo | Bin 0 -> 4820 bytes FoundationPress/languages/da_DK.po | 281 + FoundationPress/languages/de_DE.mo | Bin 0 -> 4879 bytes FoundationPress/languages/de_DE.po | 333 + FoundationPress/languages/de_DE_formal.mo | Bin 0 -> 4890 bytes FoundationPress/languages/de_DE_formal.po | 333 + FoundationPress/languages/es_ES.mo | Bin 0 -> 4971 bytes FoundationPress/languages/es_ES.po | 255 + FoundationPress/languages/fi.mo | Bin 0 -> 4901 bytes FoundationPress/languages/fi.po | 261 + FoundationPress/languages/fr_FR.mo | Bin 0 -> 4785 bytes FoundationPress/languages/fr_FR.po | 251 + FoundationPress/languages/gl_ES.mo | Bin 0 -> 5004 bytes FoundationPress/languages/gl_ES.po | 281 + FoundationPress/languages/he_IL.mo | Bin 0 -> 5407 bytes FoundationPress/languages/he_IL.po | 272 + FoundationPress/languages/hu_HU.mo | Bin 0 -> 5151 bytes FoundationPress/languages/hu_HU.po | 261 + FoundationPress/languages/is_IS.mo | Bin 0 -> 4755 bytes FoundationPress/languages/is_IS.po | 276 + FoundationPress/languages/it_IT.mo | Bin 0 -> 4935 bytes FoundationPress/languages/it_IT.po | 257 + FoundationPress/languages/ja.mo | Bin 0 -> 5298 bytes FoundationPress/languages/ja.po | 252 + FoundationPress/languages/nb_NO.mo | Bin 0 -> 4837 bytes FoundationPress/languages/nb_NO.po | 282 + FoundationPress/languages/nl_NL.mo | Bin 0 -> 4840 bytes FoundationPress/languages/nl_NL.po | 306 + FoundationPress/languages/pl.mo | Bin 0 -> 4557 bytes FoundationPress/languages/pl.po | 275 + FoundationPress/languages/pt_BR.mo | Bin 0 -> 4974 bytes FoundationPress/languages/pt_BR.po | 274 + FoundationPress/languages/pt_PT.mo | Bin 0 -> 5403 bytes FoundationPress/languages/pt_PT.po | 291 + FoundationPress/languages/ro.mo | Bin 0 -> 4929 bytes FoundationPress/languages/ro.po | 283 + FoundationPress/languages/ru_RU.mo | Bin 0 -> 5906 bytes FoundationPress/languages/ru_RU.po | 281 + FoundationPress/languages/sv_SE.mo | Bin 0 -> 5181 bytes FoundationPress/languages/sv_SE.po | 273 + FoundationPress/languages/tr_TR.mo | Bin 0 -> 4941 bytes FoundationPress/languages/tr_TR.po | 278 + FoundationPress/languages/ur.mo | Bin 0 -> 5114 bytes FoundationPress/languages/ur.po | 270 + .../class-foundationpress-comments.php | 118 + .../class-foundationpress-mobile-walker.php | 20 + ...onpress-protocol-relative-theme-assets.php | 90 + .../class-foundationpress-top-bar-walker.php | 20 + FoundationPress/library/cleanup.php | 100 + FoundationPress/library/custom-nav.php | 70 + FoundationPress/library/enqueue-scripts.php | 71 + FoundationPress/library/entry-meta.php | 15 + FoundationPress/library/foundation.php | 325 + FoundationPress/library/navigation.php | 75 + FoundationPress/library/responsive-images.php | 70 + FoundationPress/library/sticky-posts.php | 19 + FoundationPress/library/theme-support.php | 50 + FoundationPress/library/widget-areas.php | 37 + FoundationPress/package-lock.json | 12510 ++++++++++++++++ FoundationPress/package.json | 80 + FoundationPress/page-templates/front.php | 98 + .../page-templates/kitchen-sink.php | 982 ++ .../page-templates/page-full-width.php | 18 + .../page-templates/page-sidebar-left.php | 19 + FoundationPress/page.php | 28 + FoundationPress/screenshot.png | Bin 0 -> 22735 bytes FoundationPress/search.php | 46 + FoundationPress/searchform.php | 19 + FoundationPress/sidebar.php | 12 + FoundationPress/single.php | 24 + .../src/assets/images/demo/customizable.svg | 54 + .../demo/hero-bg-foundation-6-large.svg | 1321 ++ .../demo/hero-bg-foundation-6-small.svg | 1309 ++ .../src/assets/images/demo/professional.svg | 139 + .../src/assets/images/demo/responsive.svg | 75 + .../src/assets/images/demo/semantic.svg | 47 + FoundationPress/src/assets/js/app.js | 11 + .../js/lib/foundation-explicit-pieces.js | 103 + .../src/assets/scss/_settings.scss | 870 ++ FoundationPress/src/assets/scss/app.scss | 82 + .../src/assets/scss/components/_buttons.scss | 8 + .../src/assets/scss/components/_cards.scss | 21 + .../src/assets/scss/components/_dividers.scss | 4 + .../scss/components/_featured-image.scss | 14 + .../src/assets/scss/components/_links.scss | 8 + .../assets/scss/global/_accessibility.scss | 29 + .../src/assets/scss/global/_colors.scss | 1 + .../src/assets/scss/global/_wp-admin.scss | 23 + .../src/assets/scss/global/_wp-overrides.scss | 57 + .../src/assets/scss/modules/_content.scss | 54 + .../assets/scss/modules/_editor-style.scss | 5 + .../src/assets/scss/modules/_footer.scss | 23 + .../src/assets/scss/modules/_navigation.scss | 105 + .../src/assets/scss/templates/_front.scss | 201 + .../assets/scss/templates/_kitchen-sink.scss | 84 + FoundationPress/style.css | 36 + .../template-parts/content-none.php | 41 + .../template-parts/content-page.php | 31 + FoundationPress/template-parts/content.php | 39 + .../template-parts/featured-image.php | 7 + .../template-parts/mobile-off-canvas.php | 15 + .../template-parts/mobile-top-bar.php | 13 + FoundationPress/webpack.config.js | 5 + FoundationPress/woocommerce.php | 21 + 127 files changed, 29293 insertions(+) create mode 100644 FoundationPress/.babelrc create mode 100644 FoundationPress/.editorconfig create mode 100644 FoundationPress/.gitignore create mode 100644 FoundationPress/404.php create mode 100644 FoundationPress/CHANGELOG.md create mode 100644 FoundationPress/MIT-LICENSE.txt create mode 100644 FoundationPress/README.md create mode 100644 FoundationPress/archive.php create mode 100644 FoundationPress/codesniffer.ruleset.xml create mode 100644 FoundationPress/comments.php create mode 100644 FoundationPress/composer.json create mode 100644 FoundationPress/composer.lock create mode 100644 FoundationPress/config-default.yml create mode 100644 FoundationPress/footer.php create mode 100644 FoundationPress/functions.php create mode 100644 FoundationPress/gulpfile.babel.js create mode 100644 FoundationPress/header.php create mode 100644 FoundationPress/index.php create mode 100644 FoundationPress/languages/FoundationPress.pot create mode 100644 FoundationPress/languages/ca.mo create mode 100644 FoundationPress/languages/ca.po create mode 100644 FoundationPress/languages/cs_CZ.mo create mode 100644 FoundationPress/languages/cs_CZ.po create mode 100644 FoundationPress/languages/da_DK.mo create mode 100644 FoundationPress/languages/da_DK.po create mode 100644 FoundationPress/languages/de_DE.mo create mode 100644 FoundationPress/languages/de_DE.po create mode 100644 FoundationPress/languages/de_DE_formal.mo create mode 100644 FoundationPress/languages/de_DE_formal.po create mode 100644 FoundationPress/languages/es_ES.mo create mode 100644 FoundationPress/languages/es_ES.po create mode 100644 FoundationPress/languages/fi.mo create mode 100644 FoundationPress/languages/fi.po create mode 100644 FoundationPress/languages/fr_FR.mo create mode 100644 FoundationPress/languages/fr_FR.po create mode 100644 FoundationPress/languages/gl_ES.mo create mode 100644 FoundationPress/languages/gl_ES.po create mode 100644 FoundationPress/languages/he_IL.mo create mode 100644 FoundationPress/languages/he_IL.po create mode 100644 FoundationPress/languages/hu_HU.mo create mode 100644 FoundationPress/languages/hu_HU.po create mode 100644 FoundationPress/languages/is_IS.mo create mode 100644 FoundationPress/languages/is_IS.po create mode 100644 FoundationPress/languages/it_IT.mo create mode 100644 FoundationPress/languages/it_IT.po create mode 100644 FoundationPress/languages/ja.mo create mode 100644 FoundationPress/languages/ja.po create mode 100644 FoundationPress/languages/nb_NO.mo create mode 100644 FoundationPress/languages/nb_NO.po create mode 100644 FoundationPress/languages/nl_NL.mo create mode 100644 FoundationPress/languages/nl_NL.po create mode 100644 FoundationPress/languages/pl.mo create mode 100644 FoundationPress/languages/pl.po create mode 100644 FoundationPress/languages/pt_BR.mo create mode 100644 FoundationPress/languages/pt_BR.po create mode 100644 FoundationPress/languages/pt_PT.mo create mode 100644 FoundationPress/languages/pt_PT.po create mode 100644 FoundationPress/languages/ro.mo create mode 100644 FoundationPress/languages/ro.po create mode 100644 FoundationPress/languages/ru_RU.mo create mode 100644 FoundationPress/languages/ru_RU.po create mode 100644 FoundationPress/languages/sv_SE.mo create mode 100644 FoundationPress/languages/sv_SE.po create mode 100644 FoundationPress/languages/tr_TR.mo create mode 100644 FoundationPress/languages/tr_TR.po create mode 100644 FoundationPress/languages/ur.mo create mode 100644 FoundationPress/languages/ur.po create mode 100644 FoundationPress/library/class-foundationpress-comments.php create mode 100644 FoundationPress/library/class-foundationpress-mobile-walker.php create mode 100644 FoundationPress/library/class-foundationpress-protocol-relative-theme-assets.php create mode 100644 FoundationPress/library/class-foundationpress-top-bar-walker.php create mode 100644 FoundationPress/library/cleanup.php create mode 100644 FoundationPress/library/custom-nav.php create mode 100644 FoundationPress/library/enqueue-scripts.php create mode 100644 FoundationPress/library/entry-meta.php create mode 100644 FoundationPress/library/foundation.php create mode 100644 FoundationPress/library/navigation.php create mode 100644 FoundationPress/library/responsive-images.php create mode 100644 FoundationPress/library/sticky-posts.php create mode 100644 FoundationPress/library/theme-support.php create mode 100644 FoundationPress/library/widget-areas.php create mode 100644 FoundationPress/package-lock.json create mode 100644 FoundationPress/package.json create mode 100644 FoundationPress/page-templates/front.php create mode 100644 FoundationPress/page-templates/kitchen-sink.php create mode 100644 FoundationPress/page-templates/page-full-width.php create mode 100644 FoundationPress/page-templates/page-sidebar-left.php create mode 100644 FoundationPress/page.php create mode 100644 FoundationPress/screenshot.png create mode 100644 FoundationPress/search.php create mode 100644 FoundationPress/searchform.php create mode 100644 FoundationPress/sidebar.php create mode 100644 FoundationPress/single.php create mode 100644 FoundationPress/src/assets/images/demo/customizable.svg create mode 100644 FoundationPress/src/assets/images/demo/hero-bg-foundation-6-large.svg create mode 100644 FoundationPress/src/assets/images/demo/hero-bg-foundation-6-small.svg create mode 100644 FoundationPress/src/assets/images/demo/professional.svg create mode 100644 FoundationPress/src/assets/images/demo/responsive.svg create mode 100644 FoundationPress/src/assets/images/demo/semantic.svg create mode 100644 FoundationPress/src/assets/js/app.js create mode 100644 FoundationPress/src/assets/js/lib/foundation-explicit-pieces.js create mode 100644 FoundationPress/src/assets/scss/_settings.scss create mode 100644 FoundationPress/src/assets/scss/app.scss create mode 100644 FoundationPress/src/assets/scss/components/_buttons.scss create mode 100644 FoundationPress/src/assets/scss/components/_cards.scss create mode 100644 FoundationPress/src/assets/scss/components/_dividers.scss create mode 100644 FoundationPress/src/assets/scss/components/_featured-image.scss create mode 100644 FoundationPress/src/assets/scss/components/_links.scss create mode 100644 FoundationPress/src/assets/scss/global/_accessibility.scss create mode 100644 FoundationPress/src/assets/scss/global/_colors.scss create mode 100644 FoundationPress/src/assets/scss/global/_wp-admin.scss create mode 100644 FoundationPress/src/assets/scss/global/_wp-overrides.scss create mode 100644 FoundationPress/src/assets/scss/modules/_content.scss create mode 100644 FoundationPress/src/assets/scss/modules/_editor-style.scss create mode 100644 FoundationPress/src/assets/scss/modules/_footer.scss create mode 100644 FoundationPress/src/assets/scss/modules/_navigation.scss create mode 100644 FoundationPress/src/assets/scss/templates/_front.scss create mode 100644 FoundationPress/src/assets/scss/templates/_kitchen-sink.scss create mode 100644 FoundationPress/style.css create mode 100644 FoundationPress/template-parts/content-none.php create mode 100644 FoundationPress/template-parts/content-page.php create mode 100644 FoundationPress/template-parts/content.php create mode 100644 FoundationPress/template-parts/featured-image.php create mode 100644 FoundationPress/template-parts/mobile-off-canvas.php create mode 100644 FoundationPress/template-parts/mobile-top-bar.php create mode 100644 FoundationPress/webpack.config.js create mode 100644 FoundationPress/woocommerce.php diff --git a/FoundationPress/.babelrc b/FoundationPress/.babelrc new file mode 100644 index 0000000..758df2a --- /dev/null +++ b/FoundationPress/.babelrc @@ -0,0 +1,4 @@ +{ + "presets": ["es2015"], + "compact": false +} diff --git a/FoundationPress/.editorconfig b/FoundationPress/.editorconfig new file mode 100644 index 0000000..3b0076b --- /dev/null +++ b/FoundationPress/.editorconfig @@ -0,0 +1,18 @@ +# editorconfig.org + +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[{*.php,*.html}] +indent_style = tab +indent_size = 2 + +[{*.txt,wp-config-sample.php,wp-config.php}] +end_of_line = crlf diff --git a/FoundationPress/.gitignore b/FoundationPress/.gitignore new file mode 100644 index 0000000..541cf66 --- /dev/null +++ b/FoundationPress/.gitignore @@ -0,0 +1,11 @@ +.DS_Store +node_modules +npm-debug.log +dist +config.yml +*.sass-cache* +*.log +.idea/ +*.swp +packaged/ +wpcs/ \ No newline at end of file diff --git a/FoundationPress/404.php b/FoundationPress/404.php new file mode 100644 index 0000000..872769d --- /dev/null +++ b/FoundationPress/404.php @@ -0,0 +1,46 @@ + + +
+
+
+
+
+

+
+
+
+

+
+

+
    +
  • + +
  • +
  • + home page', 'foundationpress' ), + home_url() + ); + ?> +
  • +
  • + Back button', 'foundationpress' ); ?> +
  • +
+
+
+
+ +
+
+ not showing any pages [\#810](https://github.com/olefredrik/FoundationPress/issues/810) +- npm install error [\#809](https://github.com/olefredrik/FoundationPress/issues/809) +- php CodeSniffer not working - Windows 10 [\#808](https://github.com/olefredrik/FoundationPress/issues/808) +- path.js throw error, Path must be a string. Received ' + inspect\(path\); [\#807](https://github.com/olefredrik/FoundationPress/issues/807) +- Logged in to my WP install via Browser Sync [\#806](https://github.com/olefredrik/FoundationPress/issues/806) +- FoundationPress installation via npm failed [\#805](https://github.com/olefredrik/FoundationPress/issues/805) +- Working with an "old" FoundationPress [\#800](https://github.com/olefredrik/FoundationPress/issues/800) +- Every little project requires 70,000 files? [\#797](https://github.com/olefredrik/FoundationPress/issues/797) +- Error trying to compile foundation.scss [\#796](https://github.com/olefredrik/FoundationPress/issues/796) +- can't upload on external save via SFTP [\#794](https://github.com/olefredrik/FoundationPress/issues/794) +- top-bar fixed [\#787](https://github.com/olefredrik/FoundationPress/issues/787) +- Strange character \( ` \) appearing in site text - this theme only [\#782](https://github.com/olefredrik/FoundationPress/issues/782) +- Missing modules when running npm run build or npm install [\#780](https://github.com/olefredrik/FoundationPress/issues/780) +- BwoserSync not working on older project after installing new project [\#779](https://github.com/olefredrik/FoundationPress/issues/779) +- about template page-sidebar-right [\#778](https://github.com/olefredrik/FoundationPress/issues/778) +- Component loading issue when building SCSS. [\#776](https://github.com/olefredrik/FoundationPress/issues/776) +- Significance of this return after running "watch"? [\#775](https://github.com/olefredrik/FoundationPress/issues/775) +- More info on Motion UI [\#772](https://github.com/olefredrik/FoundationPress/issues/772) +- Install foundationPress twice in one themes directory? [\#769](https://github.com/olefredrik/FoundationPress/issues/769) +- Sass Mixins with FoundationPress [\#765](https://github.com/olefredrik/FoundationPress/issues/765) +- errors in sitemap.xml due to functions.php [\#753](https://github.com/olefredrik/FoundationPress/issues/753) +- Adding a second menu to mobile nav? [\#728](https://github.com/olefredrik/FoundationPress/issues/728) +- Fonts issues. [\#703](https://github.com/olefredrik/FoundationPress/issues/703) +- Noob question regarding fonts and how to set them up [\#702](https://github.com/olefredrik/FoundationPress/issues/702) +- Push changes to server with Git, but with whole assets? [\#700](https://github.com/olefredrik/FoundationPress/issues/700) +- Reveal does not display properly on a page with right sidebar layout [\#696](https://github.com/olefredrik/FoundationPress/issues/696) +- Off canvas menu won't open/reveal left [\#682](https://github.com/olefredrik/FoundationPress/issues/682) +- SCSS Not Compiling Because [\#676](https://github.com/olefredrik/FoundationPress/issues/676) +- PostInstall issues [\#672](https://github.com/olefredrik/FoundationPress/issues/672) +- How to make a sticky nav? [\#653](https://github.com/olefredrik/FoundationPress/issues/653) + +**Merged pull requests:** + +- Autoprefixer compability [\#832](https://github.com/olefredrik/FoundationPress/pull/832) ([olefredrik](https://github.com/olefredrik)) +- Add foundation.css as editor styles [\#828](https://github.com/olefredrik/FoundationPress/pull/828) ([derweili](https://github.com/derweili)) +- Update cs\_CZ.po [\#823](https://github.com/olefredrik/FoundationPress/pull/823) ([vladodriver](https://github.com/vladodriver)) +- Updated Issue Template with New Questions [\#821](https://github.com/olefredrik/FoundationPress/pull/821) ([LukePettway](https://github.com/LukePettway)) +- Add missing argument to fix travis CI build [\#795](https://github.com/olefredrik/FoundationPress/pull/795) ([minihays](https://github.com/minihays)) +- Fix typo in gulpfile [\#793](https://github.com/olefredrik/FoundationPress/pull/793) ([perryst5](https://github.com/perryst5)) +- Update german translation [\#789](https://github.com/olefredrik/FoundationPress/pull/789) ([jgierer12](https://github.com/jgierer12)) +- fix missing \ tag [\#788](https://github.com/olefredrik/FoundationPress/pull/788) ([jgierer12](https://github.com/jgierer12)) +- remove favicon [\#784](https://github.com/olefredrik/FoundationPress/pull/784) ([15emedoctor](https://github.com/15emedoctor)) +- Create cs\_CZ.po [\#777](https://github.com/olefredrik/FoundationPress/pull/777) ([vladodriver](https://github.com/vladodriver)) +- Take 2: Optimize responsive images for 3/4 and full width templates [\#771](https://github.com/olefredrik/FoundationPress/pull/771) ([EricRihlmann](https://github.com/EricRihlmann)) +- No download historical file by Travis [\#770](https://github.com/olefredrik/FoundationPress/pull/770) ([mik-laj](https://github.com/mik-laj)) +- Portuguese update \(pt\_PT\) [\#768](https://github.com/olefredrik/FoundationPress/pull/768) ([pedro-mendonca](https://github.com/pedro-mendonca)) + +## [v2.6.1](https://github.com/olefredrik/FoundationPress/tree/v2.6.1) (2016-03-10) +[Full Changelog](https://github.com/olefredrik/FoundationPress/compare/v2.6.0...v2.6.1) + +**Fixed bugs:** + +- Responsive images WP 4.4 [\#607](https://github.com/olefredrik/FoundationPress/issues/607) +- Stripping Image Classes [\#532](https://github.com/olefredrik/FoundationPress/issues/532) + +**Closed issues:** + +- Essential Grid Plugin on Mobile [\#578](https://github.com/olefredrik/FoundationPress/issues/578) +- Mobile Menu doesn't load [\#485](https://github.com/olefredrik/FoundationPress/issues/485) + +**Merged pull requests:** + +- Remove local server url from gulpfile [\#764](https://github.com/olefredrik/FoundationPress/pull/764) ([olefredrik](https://github.com/olefredrik)) + +## [v2.6.0](https://github.com/olefredrik/FoundationPress/tree/v2.6.0) (2016-03-10) +[Full Changelog](https://github.com/olefredrik/FoundationPress/compare/v2.5.1...v2.6.0) + +**Closed issues:** + +- bower components \_global overriding scss/global/\_setting [\#762](https://github.com/olefredrik/FoundationPress/issues/762) +- Fresh install changes to \_settings.scss not cascading consistently [\#760](https://github.com/olefredrik/FoundationPress/issues/760) +- foundation.css file throw an 404 error on childthemes [\#758](https://github.com/olefredrik/FoundationPress/issues/758) +- Homepage replicate across all pages [\#755](https://github.com/olefredrik/FoundationPress/issues/755) +- Error messages always displayed when using Abide validation [\#719](https://github.com/olefredrik/FoundationPress/issues/719) + +**Merged pull requests:** + +- Bug fix settings file [\#763](https://github.com/olefredrik/FoundationPress/pull/763) ([EricRihlmann](https://github.com/EricRihlmann)) +- Add the new foundation color palette mixin [\#761](https://github.com/olefredrik/FoundationPress/pull/761) ([olefredrik](https://github.com/olefredrik)) +- Responsive images [\#657](https://github.com/olefredrik/FoundationPress/pull/657) ([olefredrik](https://github.com/olefredrik)) + +## [v2.5.1](https://github.com/olefredrik/FoundationPress/tree/v2.5.1) (2016-03-08) +[Full Changelog](https://github.com/olefredrik/FoundationPress/compare/v2.5.0...v2.5.1) + +**Fixed bugs:** + +- Dropdown Menu Arrows [\#752](https://github.com/olefredrik/FoundationPress/issues/752) + +**Closed issues:** + +- FoundationPress Grid [\#751](https://github.com/olefredrik/FoundationPress/issues/751) +- Git Ignores Files Inside FoundationPress Theme Folder. [\#750](https://github.com/olefredrik/FoundationPress/issues/750) +- gulp file errors, FP 2.5, npm run watch, Windows 7 x64 [\#748](https://github.com/olefredrik/FoundationPress/issues/748) +- Npm installation stop working... [\#744](https://github.com/olefredrik/FoundationPress/issues/744) +- Flexbox grid? [\#741](https://github.com/olefredrik/FoundationPress/issues/741) +- Incorrect GCC [\#739](https://github.com/olefredrik/FoundationPress/issues/739) +- Can't add or style elements of main content [\#736](https://github.com/olefredrik/FoundationPress/issues/736) +- adding the UNCSS task in my gulpfile.js [\#727](https://github.com/olefredrik/FoundationPress/issues/727) +- Offcanvas menu not working [\#720](https://github.com/olefredrik/FoundationPress/issues/720) +- jquery.js conflict with popular wordpress plugins [\#645](https://github.com/olefredrik/FoundationPress/issues/645) + +**Merged pull requests:** + +- Feature/child theme support [\#759](https://github.com/olefredrik/FoundationPress/pull/759) ([olefredrik](https://github.com/olefredrik)) +- fix sidebar search to use input-group [\#757](https://github.com/olefredrik/FoundationPress/pull/757) ([ryanfrawley](https://github.com/ryanfrawley)) +- Fix dropdown menu arrows [\#754](https://github.com/olefredrik/FoundationPress/pull/754) ([olefredrik](https://github.com/olefredrik)) +- Change off-canvas menu height to affect all menus [\#747](https://github.com/olefredrik/FoundationPress/pull/747) ([bej-soan](https://github.com/bej-soan)) +- Separate javascript files with semi-colon when concatenating [\#746](https://github.com/olefredrik/FoundationPress/pull/746) ([jontro](https://github.com/jontro)) +- Remove duplicate line from foundation.scss [\#743](https://github.com/olefredrik/FoundationPress/pull/743) ([fourhexagons](https://github.com/fourhexagons)) + +## [v2.5.0](https://github.com/olefredrik/FoundationPress/tree/v2.5.0) (2016-03-02) +[Full Changelog](https://github.com/olefredrik/FoundationPress/compare/v2.4.0...v2.5.0) + +**Closed issues:** + +- Block Grid Not Working [\#738](https://github.com/olefredrik/FoundationPress/issues/738) +- Clean Install Problem [\#737](https://github.com/olefredrik/FoundationPress/issues/737) +- npm WARN package.json foundationpress@5.5.1 No license field. [\#734](https://github.com/olefredrik/FoundationPress/issues/734) +- WP Search, show excerpts in search [\#732](https://github.com/olefredrik/FoundationPress/issues/732) +- anyone know what causes error:file to import not found or unreadable [\#731](https://github.com/olefredrik/FoundationPress/issues/731) +- Adding logo in center of Nav Bar [\#730](https://github.com/olefredrik/FoundationPress/issues/730) +- Using foundation columns in Wordpress visual editor? [\#725](https://github.com/olefredrik/FoundationPress/issues/725) +- libsass binding was not found - error [\#724](https://github.com/olefredrik/FoundationPress/issues/724) +- SASS/node error working with "old" FP 1.x projects alongside FP 2.x [\#722](https://github.com/olefredrik/FoundationPress/issues/722) +- how to style wordpress footer widgets [\#706](https://github.com/olefredrik/FoundationPress/issues/706) +- Top bar menu wonky with FP2.x [\#704](https://github.com/olefredrik/FoundationPress/issues/704) + +**Merged pull requests:** + +- Tethys Update \(Foundation 6.2\) [\#742](https://github.com/olefredrik/FoundationPress/pull/742) ([olefredrik](https://github.com/olefredrik)) +- Sticky posts bugfix [\#733](https://github.com/olefredrik/FoundationPress/pull/733) ([colin-marshall](https://github.com/colin-marshall)) + +## [v2.4.0](https://github.com/olefredrik/FoundationPress/tree/v2.4.0) (2016-02-11) +[Full Changelog](https://github.com/olefredrik/FoundationPress/compare/v2.3.0...v2.4.0) + +**Fixed bugs:** + +- Duplicate jQuery [\#669](https://github.com/olefredrik/FoundationPress/issues/669) +- Menu not appearing for off-canvas on non mobile sizes [\#650](https://github.com/olefredrik/FoundationPress/issues/650) +- Second-level submenus don't fly out [\#634](https://github.com/olefredrik/FoundationPress/issues/634) + +**Closed issues:** + +- Blog Title position in Top Bar [\#721](https://github.com/olefredrik/FoundationPress/issues/721) +- New menu [\#716](https://github.com/olefredrik/FoundationPress/issues/716) +- Reveal Modal [\#712](https://github.com/olefredrik/FoundationPress/issues/712) +- This is not full version of FoundationPress, when I installed it then I don't see any style from foundation.css. Where is css and scss folder and other... [\#711](https://github.com/olefredrik/FoundationPress/issues/711) +- Off canvas mobile menu issue [\#709](https://github.com/olefredrik/FoundationPress/issues/709) +- Misc changes to consider [\#708](https://github.com/olefredrik/FoundationPress/issues/708) +- Top Bar CSS differs on newly installed FoundationPress.... [\#705](https://github.com/olefredrik/FoundationPress/issues/705) +- npm run package do not minify js [\#695](https://github.com/olefredrik/FoundationPress/issues/695) +- Where have all the Sass variables gone in Foundation 6? [\#693](https://github.com/olefredrik/FoundationPress/issues/693) +- Using FoundationPress in production on EC2 [\#692](https://github.com/olefredrik/FoundationPress/issues/692) +- foundationPress install error [\#691](https://github.com/olefredrik/FoundationPress/issues/691) +- Run Watch/Build Issues [\#690](https://github.com/olefredrik/FoundationPress/issues/690) +- sorry for the dumb question, but how do you update [\#689](https://github.com/olefredrik/FoundationPress/issues/689) +- media breakpoints [\#688](https://github.com/olefredrik/FoundationPress/issues/688) +- Missing semicolon in SCSS produces a segmentation fault. [\#686](https://github.com/olefredrik/FoundationPress/issues/686) +- library/navigation.php [\#685](https://github.com/olefredrik/FoundationPress/issues/685) +- Can't find topbar breakpoint in settings.scss [\#684](https://github.com/olefredrik/FoundationPress/issues/684) +- Old project with grunt: not able to make some change [\#683](https://github.com/olefredrik/FoundationPress/issues/683) +- gulpfile javascript build [\#680](https://github.com/olefredrik/FoundationPress/issues/680) +- SASS COMPILING ERROR [\#679](https://github.com/olefredrik/FoundationPress/issues/679) +- Plans for using SASS? [\#678](https://github.com/olefredrik/FoundationPress/issues/678) +- Default Topbar [\#677](https://github.com/olefredrik/FoundationPress/issues/677) +- Mobile Menu not working correctly. [\#675](https://github.com/olefredrik/FoundationPress/issues/675) +- off-canvas positioning [\#671](https://github.com/olefredrik/FoundationPress/issues/671) +- SCSS Documentation [\#652](https://github.com/olefredrik/FoundationPress/issues/652) +- woocommerce template overrides not working [\#651](https://github.com/olefredrik/FoundationPress/issues/651) +- Mobile Menu Customizer [\#494](https://github.com/olefredrik/FoundationPress/issues/494) + +**Merged pull requests:** + +- Remove caret for first-level menu [\#723](https://github.com/olefredrik/FoundationPress/pull/723) ([olefredrik](https://github.com/olefredrik)) +- Adagio improvements [\#717](https://github.com/olefredrik/FoundationPress/pull/717) ([colin-marshall](https://github.com/colin-marshall)) +- Fix topbar issues [\#714](https://github.com/olefredrik/FoundationPress/pull/714) ([olefredrik](https://github.com/olefredrik)) +- Add reveal to the kitchen-sink template [\#713](https://github.com/olefredrik/FoundationPress/pull/713) ([olefredrik](https://github.com/olefredrik)) +- Wrong file name [\#707](https://github.com/olefredrik/FoundationPress/pull/707) ([sylvhama](https://github.com/sylvhama)) +- Navigation [\#699](https://github.com/olefredrik/FoundationPress/pull/699) ([olefredrik](https://github.com/olefredrik)) +- Move nav visibility classes from php to scss [\#698](https://github.com/olefredrik/FoundationPress/pull/698) ([olefredrik](https://github.com/olefredrik)) +- npm run package now minifies css & js [\#697](https://github.com/olefredrik/FoundationPress/pull/697) ([colin-marshall](https://github.com/colin-marshall)) +- Added gulp clean tasks [\#681](https://github.com/olefredrik/FoundationPress/pull/681) ([colin-marshall](https://github.com/colin-marshall)) +- Remove this as we use CDN hosted jQuery [\#670](https://github.com/olefredrik/FoundationPress/pull/670) ([olefredrik](https://github.com/olefredrik)) + +## [v2.3.0](https://github.com/olefredrik/FoundationPress/tree/v2.3.0) (2015-12-31) +[Full Changelog](https://github.com/olefredrik/FoundationPress/compare/v2.2.0...v2.3.0) + +**Fixed bugs:** + +- Bug on Off-canvas markup \(parts/mobile-off-canvas.php\) [\#661](https://github.com/olefredrik/FoundationPress/issues/661) +- validator errors [\#614](https://github.com/olefredrik/FoundationPress/issues/614) +- Sticky top bar causing page to spazz out [\#577](https://github.com/olefredrik/FoundationPress/issues/577) +- img\_unautop is greedy [\#95](https://github.com/olefredrik/FoundationPress/issues/95) + +**Closed issues:** + +- JSHint needs to be installed with gulp-jshint [\#664](https://github.com/olefredrik/FoundationPress/issues/664) +- No CSS in Child Theme [\#663](https://github.com/olefredrik/FoundationPress/issues/663) +- Issues with dependencies [\#660](https://github.com/olefredrik/FoundationPress/issues/660) +- populate composer.json [\#659](https://github.com/olefredrik/FoundationPress/issues/659) +- Sass error at watch command [\#655](https://github.com/olefredrik/FoundationPress/issues/655) +- gulp error notification [\#654](https://github.com/olefredrik/FoundationPress/issues/654) +- Exit status 8 while running npm install [\#649](https://github.com/olefredrik/FoundationPress/issues/649) +- How to commit WordPress database to Github or Bitbucket? [\#648](https://github.com/olefredrik/FoundationPress/issues/648) +- How to change topbar height? [\#647](https://github.com/olefredrik/FoundationPress/issues/647) +- Small issue with offcanvas menu [\#646](https://github.com/olefredrik/FoundationPress/issues/646) +- New WPCS rule \(ValidVariableName.NotSnakeCase\) causing build error [\#643](https://github.com/olefredrik/FoundationPress/issues/643) +- Having trouble committing project to BitBucket! [\#638](https://github.com/olefredrik/FoundationPress/issues/638) +- Prepping theme for deployment [\#636](https://github.com/olefredrik/FoundationPress/issues/636) +- Drilldown menu not working? [\#635](https://github.com/olefredrik/FoundationPress/issues/635) +- Initialize Desktop Navigation Later [\#631](https://github.com/olefredrik/FoundationPress/issues/631) +- Mobile Menu, all but first child [\#627](https://github.com/olefredrik/FoundationPress/issues/627) +- Error: File to import not found or unreadable [\#624](https://github.com/olefredrik/FoundationPress/issues/624) +- Can't get stylesheets to build [\#622](https://github.com/olefredrik/FoundationPress/issues/622) +- Fully-functional and easy-to-use Sticky Sidebar available [\#571](https://github.com/olefredrik/FoundationPress/issues/571) +- archive.php check if sidebar exist [\#517](https://github.com/olefredrik/FoundationPress/issues/517) +- Adding FlexVideo automatically? Any idea? [\#500](https://github.com/olefredrik/FoundationPress/issues/500) + +**Merged pull requests:** + +- Update to v2.3.0 [\#668](https://github.com/olefredrik/FoundationPress/pull/668) ([olefredrik](https://github.com/olefredrik)) +- FP is based on Foundation 6 [\#667](https://github.com/olefredrik/FoundationPress/pull/667) ([olefredrik](https://github.com/olefredrik)) +- Gulpfile improvements [\#666](https://github.com/olefredrik/FoundationPress/pull/666) ([colin-marshall](https://github.com/colin-marshall)) +- Fix off canvas bug [\#662](https://github.com/olefredrik/FoundationPress/pull/662) ([olefredrik](https://github.com/olefredrik)) +- add jshint to package and lint task to gulpfile on watch and build [\#658](https://github.com/olefredrik/FoundationPress/pull/658) ([jimlongo56](https://github.com/jimlongo56)) +- Foundation update [\#656](https://github.com/olefredrik/FoundationPress/pull/656) ([olefredrik](https://github.com/olefredrik)) +- Buttons editor [\#642](https://github.com/olefredrik/FoundationPress/pull/642) ([colin-marshall](https://github.com/colin-marshall)) +- Fix front template errors [\#633](https://github.com/olefredrik/FoundationPress/pull/633) ([olefredrik](https://github.com/olefredrik)) +- Spelling changes [\#632](https://github.com/olefredrik/FoundationPress/pull/632) ([alexanderlperez](https://github.com/alexanderlperez)) +- Added button for TinyMCE shortcodes with popup window [\#630](https://github.com/olefredrik/FoundationPress/pull/630) ([colin-marshall](https://github.com/colin-marshall)) +- Added missing angle bracket [\#629](https://github.com/olefredrik/FoundationPress/pull/629) ([colin-marshall](https://github.com/colin-marshall)) +- Added Wordpress Coding Standards Sniffs to Gulp [\#626](https://github.com/olefredrik/FoundationPress/pull/626) ([joshrathke](https://github.com/joshrathke)) +- Shortcode implementation [\#625](https://github.com/olefredrik/FoundationPress/pull/625) ([joshrathke](https://github.com/joshrathke)) +- Wrap youtube and vimeo vids in flex-video [\#620](https://github.com/olefredrik/FoundationPress/pull/620) ([olefredrik](https://github.com/olefredrik)) +- Changed WP sticky post class to .wp-sticky [\#618](https://github.com/olefredrik/FoundationPress/pull/618) ([colin-marshall](https://github.com/colin-marshall)) +- Fixed more instances of duplicate class attributes in templates [\#617](https://github.com/olefredrik/FoundationPress/pull/617) ([colin-marshall](https://github.com/colin-marshall)) +- Remove duplicate class in single template [\#616](https://github.com/olefredrik/FoundationPress/pull/616) ([olefredrik](https://github.com/olefredrik)) +- Closing divs in footer [\#615](https://github.com/olefredrik/FoundationPress/pull/615) ([olefredrik](https://github.com/olefredrik)) + +## [v2.2.0](https://github.com/olefredrik/FoundationPress/tree/v2.2.0) (2015-12-12) +[Full Changelog](https://github.com/olefredrik/FoundationPress/compare/v2.1.0...v2.2.0) + +**Fixed bugs:** + +- Font "reloading" after page load [\#604](https://github.com/olefredrik/FoundationPress/issues/604) +- Problems Mobile and Top Bar in FP6 [\#598](https://github.com/olefredrik/FoundationPress/issues/598) +- console error "typekit" [\#590](https://github.com/olefredrik/FoundationPress/issues/590) + +**Closed issues:** + +- Less settings than before? [\#602](https://github.com/olefredrik/FoundationPress/issues/602) +- npm WARN cannot run in wd / bower EACCES: permission denied, mkdir [\#596](https://github.com/olefredrik/FoundationPress/issues/596) +- npm ERR! Exit status 8 [\#595](https://github.com/olefredrik/FoundationPress/issues/595) +- npm ERR! argv "node" "/usr/bin/npm" "install" [\#594](https://github.com/olefredrik/FoundationPress/issues/594) +- gulp error [\#589](https://github.com/olefredrik/FoundationPress/issues/589) +- Title and favicon [\#576](https://github.com/olefredrik/FoundationPress/issues/576) +- Question on Gruntfile.js Line 200 [\#575](https://github.com/olefredrik/FoundationPress/issues/575) +- npm run watch taking a long time [\#573](https://github.com/olefredrik/FoundationPress/issues/573) +- BrowserSync not loading styles on mobile and ipad [\#572](https://github.com/olefredrik/FoundationPress/issues/572) +- Failed to load resource on subdirectory host www.example.com/subdir [\#570](https://github.com/olefredrik/FoundationPress/issues/570) + +**Merged pull requests:** + +- Add v2.2.0 [\#613](https://github.com/olefredrik/FoundationPress/pull/613) ([olefredrik](https://github.com/olefredrik)) +- Update settings file [\#612](https://github.com/olefredrik/FoundationPress/pull/612) ([olefredrik](https://github.com/olefredrik)) +- Don't render both topbar and offcanvas if no option is set in the cus… [\#611](https://github.com/olefredrik/FoundationPress/pull/611) ([olefredrik](https://github.com/olefredrik)) +- Don't make any assumptions on fonts. Use Helvetica Neue as default [\#610](https://github.com/olefredrik/FoundationPress/pull/610) ([olefredrik](https://github.com/olefredrik)) +- Update Foundation to v6.0.5 [\#609](https://github.com/olefredrik/FoundationPress/pull/609) ([olefredrik](https://github.com/olefredrik)) +- Improved foundation.scss file [\#606](https://github.com/olefredrik/FoundationPress/pull/606) ([colin-marshall](https://github.com/colin-marshall)) +- Duplicate $global-margin variable [\#603](https://github.com/olefredrik/FoundationPress/pull/603) ([jcallery](https://github.com/jcallery)) +- Update featured-image.php [\#600](https://github.com/olefredrik/FoundationPress/pull/600) ([bej-soan](https://github.com/bej-soan)) +- Fixed Undefined Variable Bug Found in \#594 [\#597](https://github.com/olefredrik/FoundationPress/pull/597) ([joshrathke](https://github.com/joshrathke)) +- Gulp package task added [\#593](https://github.com/olefredrik/FoundationPress/pull/593) ([colin-marshall](https://github.com/colin-marshall)) +- Remove wp versions filter to support cdn caching [\#592](https://github.com/olefredrik/FoundationPress/pull/592) ([KLVTZ](https://github.com/KLVTZ)) +- Fixed JavaScript minify [\#591](https://github.com/olefredrik/FoundationPress/pull/591) ([colin-marshall](https://github.com/colin-marshall)) +- Add a new site to the showcase [\#588](https://github.com/olefredrik/FoundationPress/pull/588) ([olefredrik](https://github.com/olefredrik)) +- Made it easier to understand [\#584](https://github.com/olefredrik/FoundationPress/pull/584) ([alexbohariuc](https://github.com/alexbohariuc)) +- Added Size Class Back Into Image Tag Within Content Body [\#574](https://github.com/olefredrik/FoundationPress/pull/574) ([joshrathke](https://github.com/joshrathke)) + +## [v2.1.0](https://github.com/olefredrik/FoundationPress/tree/v2.1.0) (2015-12-07) +[Full Changelog](https://github.com/olefredrik/FoundationPress/compare/v2.0.0...v2.1.0) + +**Closed issues:** + +- \[2.0.0\] not seeing offgrid in showcase [\#585](https://github.com/olefredrik/FoundationPress/issues/585) + +**Merged pull requests:** + +- Documentation [\#587](https://github.com/olefredrik/FoundationPress/pull/587) ([olefredrik](https://github.com/olefredrik)) +- Add new sites to showcase [\#586](https://github.com/olefredrik/FoundationPress/pull/586) ([olefredrik](https://github.com/olefredrik)) +- Gulp [\#583](https://github.com/olefredrik/FoundationPress/pull/583) ([colin-marshall](https://github.com/colin-marshall)) +- Adden Romanian language files [\#582](https://github.com/olefredrik/FoundationPress/pull/582) ([alexbohariuc](https://github.com/alexbohariuc)) +- Remove excess closing div [\#581](https://github.com/olefredrik/FoundationPress/pull/581) ([olefredrik](https://github.com/olefredrik)) + +## [v2.0.0](https://github.com/olefredrik/FoundationPress/tree/v2.0.0) (2015-12-05) +[Full Changelog](https://github.com/olefredrik/FoundationPress/compare/v1.7.2...v2.0.0) + +**Fixed bugs:** + +- Gruntfile and fontawesome [\#568](https://github.com/olefredrik/FoundationPress/issues/568) + +**Closed issues:** + +- Initial Build Erroring [\#558](https://github.com/olefredrik/FoundationPress/issues/558) +- Trouble with the installation process [\#547](https://github.com/olefredrik/FoundationPress/issues/547) + +**Merged pull requests:** + +- Foundation 6 [\#580](https://github.com/olefredrik/FoundationPress/pull/580) ([olefredrik](https://github.com/olefredrik)) +- Add OffGrid Magazine site to showcase [\#579](https://github.com/olefredrik/FoundationPress/pull/579) ([KLVTZ](https://github.com/KLVTZ)) +- Remove string replace task [\#569](https://github.com/olefredrik/FoundationPress/pull/569) ([olefredrik](https://github.com/olefredrik)) +- Update changelog [\#565](https://github.com/olefredrik/FoundationPress/pull/565) ([olefredrik](https://github.com/olefredrik)) + +## [v1.7.2](https://github.com/olefredrik/FoundationPress/tree/v1.7.2) (2015-11-20) +[Full Changelog](https://github.com/olefredrik/FoundationPress/compare/v1.7.1...v1.7.2) + +**Fixed bugs:** + +- Protocol Relative URL not compatible with CDN Rewrites [\#546](https://github.com/olefredrik/FoundationPress/issues/546) + +**Merged pull requests:** + +- Specify required version of Node.js [\#564](https://github.com/olefredrik/FoundationPress/pull/564) ([olefredrik](https://github.com/olefredrik)) + +## [v1.7.1](https://github.com/olefredrik/FoundationPress/tree/v1.7.1) (2015-11-20) +[Full Changelog](https://github.com/olefredrik/FoundationPress/compare/v1.7.0...v1.7.1) + +**Fixed bugs:** + +- 1px to much page height \(also in demo\) [\#557](https://github.com/olefredrik/FoundationPress/issues/557) + +**Closed issues:** + +- Walker\_Nav\_Menu & Top\_Bar\_Walker class [\#555](https://github.com/olefredrik/FoundationPress/issues/555) +- Major struggles with npm / grunt / node-sass when working with old and new FP projects simultaneously [\#553](https://github.com/olefredrik/FoundationPress/issues/553) +- WooCommerce Login Issue [\#551](https://github.com/olefredrik/FoundationPress/issues/551) +- bower install not running [\#550](https://github.com/olefredrik/FoundationPress/issues/550) +- Different page layouts [\#548](https://github.com/olefredrik/FoundationPress/issues/548) +- Let's use autoprefixer for prefixing [\#453](https://github.com/olefredrik/FoundationPress/issues/453) + +**Merged pull requests:** + +- Fix the +1px page height issue caused by stickyfooter [\#563](https://github.com/olefredrik/FoundationPress/pull/563) ([olefredrik](https://github.com/olefredrik)) +- Disable protocol relative theme assets [\#562](https://github.com/olefredrik/FoundationPress/pull/562) ([olefredrik](https://github.com/olefredrik)) +- Add Gitter chat icon to README [\#561](https://github.com/olefredrik/FoundationPress/pull/561) ([olefredrik](https://github.com/olefredrik)) +- Exclude WP VIP Restricted Functions in Codesniffer ruleset [\#559](https://github.com/olefredrik/FoundationPress/pull/559) ([olefredrik](https://github.com/olefredrik)) +- Update readme: browsersync gruntfile line number [\#552](https://github.com/olefredrik/FoundationPress/pull/552) ([rasmuserik](https://github.com/rasmuserik)) +- Portuguese \(pt\_PT\) translation update [\#549](https://github.com/olefredrik/FoundationPress/pull/549) ([pedro-mendonca](https://github.com/pedro-mendonca)) +- Update changelog [\#545](https://github.com/olefredrik/FoundationPress/pull/545) ([olefredrik](https://github.com/olefredrik)) + +## [v1.7.0](https://github.com/olefredrik/FoundationPress/tree/v1.7.0) (2015-11-07) +[Full Changelog](https://github.com/olefredrik/FoundationPress/compare/v1.6.0...v1.7.0) + +**Fixed bugs:** + +- npm run package is taking very long time [\#538](https://github.com/olefredrik/FoundationPress/issues/538) + +**Closed issues:** + +- Home page button highlighted as active [\#537](https://github.com/olefredrik/FoundationPress/issues/537) +- Sourcemaps in chrome not correct [\#521](https://github.com/olefredrik/FoundationPress/issues/521) +- Cannot Clone the repository and install with npm [\#510](https://github.com/olefredrik/FoundationPress/issues/510) +- npm ERR! code ELIFECYCLE / Failed at postinstall script [\#501](https://github.com/olefredrik/FoundationPress/issues/501) +- \_keystrokes.scss does not use global for monospace font [\#476](https://github.com/olefredrik/FoundationPress/issues/476) + +**Merged pull requests:** + +- Feature/autoprefixer [\#544](https://github.com/olefredrik/FoundationPress/pull/544) ([olefredrik](https://github.com/olefredrik)) +- Feature/package [\#539](https://github.com/olefredrik/FoundationPress/pull/539) ([olefredrik](https://github.com/olefredrik)) +- Update changelog [\#536](https://github.com/olefredrik/FoundationPress/pull/536) ([olefredrik](https://github.com/olefredrik)) + +## [v1.6.0](https://github.com/olefredrik/FoundationPress/tree/v1.6.0) (2015-11-01) +[Full Changelog](https://github.com/olefredrik/FoundationPress/compare/v1.5.1...v1.6.0) + +**Closed issues:** + +- npm commands = compilation errors [\#530](https://github.com/olefredrik/FoundationPress/issues/530) +- Uncaught TypeError: $ is not a function [\#526](https://github.com/olefredrik/FoundationPress/issues/526) +- NPM recommended version? [\#525](https://github.com/olefredrik/FoundationPress/issues/525) +- Missing CSS/JS files when installed on Wordpress version 4.3.1 [\#523](https://github.com/olefredrik/FoundationPress/issues/523) +- Demo seems broken on IE9 [\#519](https://github.com/olefredrik/FoundationPress/issues/519) +- Grid not working perfectly... [\#516](https://github.com/olefredrik/FoundationPress/issues/516) +- Npm package [\#514](https://github.com/olefredrik/FoundationPress/issues/514) +- npm install errors [\#512](https://github.com/olefredrik/FoundationPress/issues/512) +- Theme not reading css [\#511](https://github.com/olefredrik/FoundationPress/issues/511) +- Button height problem [\#506](https://github.com/olefredrik/FoundationPress/issues/506) +- npm install completion blocked by Windows Firewall [\#495](https://github.com/olefredrik/FoundationPress/issues/495) +- Custom Grids? [\#486](https://github.com/olefredrik/FoundationPress/issues/486) + +**Merged pull requests:** + +- Feature/browser sync [\#535](https://github.com/olefredrik/FoundationPress/pull/535) ([olefredrik](https://github.com/olefredrik)) +- Updated dependencies [\#533](https://github.com/olefredrik/FoundationPress/pull/533) ([olefredrik](https://github.com/olefredrik)) +- Translation for Galician [\#529](https://github.com/olefredrik/FoundationPress/pull/529) ([lauantai](https://github.com/lauantai)) +- Added grunt-browser-sync [\#528](https://github.com/olefredrik/FoundationPress/pull/528) ([colin-marshall](https://github.com/colin-marshall)) +- Fix typo [\#522](https://github.com/olefredrik/FoundationPress/pull/522) ([noskov](https://github.com/noskov)) +- Update requirements description in readme [\#515](https://github.com/olefredrik/FoundationPress/pull/515) ([olefredrik](https://github.com/olefredrik)) +- Polish i18n [\#513](https://github.com/olefredrik/FoundationPress/pull/513) ([Tymek](https://github.com/Tymek)) +- Feature/documentation [\#509](https://github.com/olefredrik/FoundationPress/pull/509) ([olefredrik](https://github.com/olefredrik)) +- Reset changes in bower json [\#508](https://github.com/olefredrik/FoundationPress/pull/508) ([olefredrik](https://github.com/olefredrik)) + +## [v1.5.1](https://github.com/olefredrik/FoundationPress/tree/v1.5.1) (2015-10-10) +[Full Changelog](https://github.com/olefredrik/FoundationPress/compare/v1.5.0...v1.5.1) + +**Fixed bugs:** + +- FoundationPress will not install with Node.js version 4.0 [\#461](https://github.com/olefredrik/FoundationPress/issues/461) + +**Closed issues:** + +- npm run package takes long time an failed [\#497](https://github.com/olefredrik/FoundationPress/issues/497) +- Installed w/ No Issues, but Styling/Layout Not Showing [\#493](https://github.com/olefredrik/FoundationPress/issues/493) +- Installation issues? [\#481](https://github.com/olefredrik/FoundationPress/issues/481) +- posts per page function not working on archive [\#477](https://github.com/olefredrik/FoundationPress/issues/477) +- Incompability issues with Node v.4.x.x [\#475](https://github.com/olefredrik/FoundationPress/issues/475) +- NPM build error [\#468](https://github.com/olefredrik/FoundationPress/issues/468) + +**Merged pull requests:** + +- Update bower.json [\#507](https://github.com/olefredrik/FoundationPress/pull/507) ([olefredrik](https://github.com/olefredrik)) +- Sass not SASS [\#492](https://github.com/olefredrik/FoundationPress/pull/492) ([jpdevries](https://github.com/jpdevries)) +- On pages that have the comments activated an additional JS file is ne… [\#488](https://github.com/olefredrik/FoundationPress/pull/488) ([Larzans](https://github.com/Larzans)) +- Update foundation.php [\#487](https://github.com/olefredrik/FoundationPress/pull/487) ([alexbohariuc](https://github.com/alexbohariuc)) +- Feature/documentation [\#484](https://github.com/olefredrik/FoundationPress/pull/484) ([olefredrik](https://github.com/olefredrik)) +- Feature/sticky footer [\#483](https://github.com/olefredrik/FoundationPress/pull/483) ([olefredrik](https://github.com/olefredrik)) +- Updated changelog [\#479](https://github.com/olefredrik/FoundationPress/pull/479) ([olefredrik](https://github.com/olefredrik)) + +## [v1.5.0](https://github.com/olefredrik/FoundationPress/tree/v1.5.0) (2015-09-23) +[Full Changelog](https://github.com/olefredrik/FoundationPress/compare/v1.4.0...v1.5.0) + +**Fixed bugs:** + +- Off-canvas menu defaults not set properly [\#447](https://github.com/olefredrik/FoundationPress/issues/447) +- Woocommerce styles overwriting Foundations [\#263](https://github.com/olefredrik/FoundationPress/issues/263) + +**Closed issues:** + +- Clearly state what files are needed on server [\#472](https://github.com/olefredrik/FoundationPress/issues/472) +- Search for pages [\#469](https://github.com/olefredrik/FoundationPress/issues/469) +- Error on npm install [\#465](https://github.com/olefredrik/FoundationPress/issues/465) +- npm run watch fails [\#460](https://github.com/olefredrik/FoundationPress/issues/460) +- Files missing from Theme folder? [\#459](https://github.com/olefredrik/FoundationPress/issues/459) + +**Merged pull requests:** + +- Update/dev dependencies [\#478](https://github.com/olefredrik/FoundationPress/pull/478) ([olefredrik](https://github.com/olefredrik)) +- Feature/package theme for deployment [\#474](https://github.com/olefredrik/FoundationPress/pull/474) ([olefredrik](https://github.com/olefredrik)) +- Added the package command [\#473](https://github.com/olefredrik/FoundationPress/pull/473) ([clearsitedesigns](https://github.com/clearsitedesigns)) +- Fix out-of-the-box behavior of mobile layout [\#471](https://github.com/olefredrik/FoundationPress/pull/471) ([skoldin](https://github.com/skoldin)) +- Feature/featured image [\#470](https://github.com/olefredrik/FoundationPress/pull/470) ([olefredrik](https://github.com/olefredrik)) +- Tweaked the visual apperance of the front template [\#463](https://github.com/olefredrik/FoundationPress/pull/463) ([olefredrik](https://github.com/olefredrik)) +- Updated changelog [\#458](https://github.com/olefredrik/FoundationPress/pull/458) ([olefredrik](https://github.com/olefredrik)) + +## [v1.4.0](https://github.com/olefredrik/FoundationPress/tree/v1.4.0) (2015-09-07) +[Full Changelog](https://github.com/olefredrik/FoundationPress/compare/v1.3.0...v1.4.0) + +**Fixed bugs:** + +- Sticky bar and Admin Bar [\#452](https://github.com/olefredrik/FoundationPress/issues/452) +- Fixed: The off-canvas mobile menu was not working correctly [\#449](https://github.com/olefredrik/FoundationPress/pull/449) ([Larzans](https://github.com/Larzans)) + +**Closed issues:** + +- Isolating frontend dependencies. [\#396](https://github.com/olefredrik/FoundationPress/issues/396) + +**Merged pull requests:** + +- Updated version number to v1.4.0 [\#457](https://github.com/olefredrik/FoundationPress/pull/457) ([olefredrik](https://github.com/olefredrik)) +- Fix issue with wpadminbar overlap sticky topbar [\#456](https://github.com/olefredrik/FoundationPress/pull/456) ([olefredrik](https://github.com/olefredrik)) +- Feature/gitignore [\#455](https://github.com/olefredrik/FoundationPress/pull/455) ([olefredrik](https://github.com/olefredrik)) +- Folder Structure [\#454](https://github.com/olefredrik/FoundationPress/pull/454) ([THEBRANDYMAN](https://github.com/THEBRANDYMAN)) +- Changed wp\_register\_script to wp\_enqueue\_script [\#450](https://github.com/olefredrik/FoundationPress/pull/450) ([JeremyEnglert](https://github.com/JeremyEnglert)) +- Updated changelog [\#448](https://github.com/olefredrik/FoundationPress/pull/448) ([olefredrik](https://github.com/olefredrik)) + +## [v1.3.0](https://github.com/olefredrik/FoundationPress/tree/v1.3.0) (2015-09-03) +[Full Changelog](https://github.com/olefredrik/FoundationPress/compare/v1.2.0...v1.3.0) + +**Fixed bugs:** + +- Unable to change bg color of topbar from settings [\#377](https://github.com/olefredrik/FoundationPress/issues/377) +- Main content columns dependent on existence of sidebar [\#325](https://github.com/olefredrik/FoundationPress/issues/325) +- Post Image Aligment [\#110](https://github.com/olefredrik/FoundationPress/issues/110) + +**Closed issues:** + +- Issues with WordPress Admin Panel [\#441](https://github.com/olefredrik/FoundationPress/issues/441) +- Download \(zip\) not working [\#437](https://github.com/olefredrik/FoundationPress/issues/437) +- Customising the Offcanvas Menu Walker [\#434](https://github.com/olefredrik/FoundationPress/issues/434) +- foundation not a function \(offcanvas\) [\#393](https://github.com/olefredrik/FoundationPress/issues/393) +- Top Bar and Tab Bar Sticky [\#328](https://github.com/olefredrik/FoundationPress/issues/328) + +**Merged pull requests:** + +- Update version number to v1.3.0 [\#446](https://github.com/olefredrik/FoundationPress/pull/446) ([olefredrik](https://github.com/olefredrik)) +- Main content columns no longer dependent on existence of sidebar [\#445](https://github.com/olefredrik/FoundationPress/pull/445) ([olefredrik](https://github.com/olefredrik)) +- Fix topbar styling bug [\#444](https://github.com/olefredrik/FoundationPress/pull/444) ([olefredrik](https://github.com/olefredrik)) +- Add background position to featured image [\#443](https://github.com/olefredrik/FoundationPress/pull/443) ([olefredrik](https://github.com/olefredrik)) +- Add support for featured image on pages [\#442](https://github.com/olefredrik/FoundationPress/pull/442) ([olefredrik](https://github.com/olefredrik)) +- Self host static content to be used for demo purposes [\#440](https://github.com/olefredrik/FoundationPress/pull/440) ([olefredrik](https://github.com/olefredrik)) +- Add correct svg path [\#439](https://github.com/olefredrik/FoundationPress/pull/439) ([olefredrik](https://github.com/olefredrik)) +- Host graphics in assets folder instead of pointing to external ref at… [\#438](https://github.com/olefredrik/FoundationPress/pull/438) ([olefredrik](https://github.com/olefredrik)) +- Update and simplify the readme file [\#433](https://github.com/olefredrik/FoundationPress/pull/433) ([olefredrik](https://github.com/olefredrik)) +- Updated changelog [\#432](https://github.com/olefredrik/FoundationPress/pull/432) ([olefredrik](https://github.com/olefredrik)) + +## [v1.2.0](https://github.com/olefredrik/FoundationPress/tree/v1.2.0) (2015-08-27) +[Full Changelog](https://github.com/olefredrik/FoundationPress/compare/v1.1.0...v1.2.0) + +**Closed issues:** + +- How to understand the current version? [\#423](https://github.com/olefredrik/FoundationPress/issues/423) +- Sub-menus not working properly [\#417](https://github.com/olefredrik/FoundationPress/issues/417) +- Sub-menus not working properly [\#416](https://github.com/olefredrik/FoundationPress/issues/416) +- Off canvas or top-bar [\#210](https://github.com/olefredrik/FoundationPress/issues/210) +- Hooks overview [\#140](https://github.com/olefredrik/FoundationPress/issues/140) + +**Merged pull requests:** + +- Feature/protocol relative theme assets [\#430](https://github.com/olefredrik/FoundationPress/pull/430) ([olefredrik](https://github.com/olefredrik)) +- Declare WooCommerce support [\#428](https://github.com/olefredrik/FoundationPress/pull/428) ([cyberscribe](https://github.com/cyberscribe)) +- Add WooCommerce support [\#427](https://github.com/olefredrik/FoundationPress/pull/427) ([cyberscribe](https://github.com/cyberscribe)) +- Correct typo in documentation [\#425](https://github.com/olefredrik/FoundationPress/pull/425) ([olefredrik](https://github.com/olefredrik)) +- Feature/gitignore [\#424](https://github.com/olefredrik/FoundationPress/pull/424) ([olefredrik](https://github.com/olefredrik)) +- Better pattern match for images to rebuild [\#421](https://github.com/olefredrik/FoundationPress/pull/421) ([cyberscribe](https://github.com/cyberscribe)) +- Feature/gitignore [\#419](https://github.com/olefredrik/FoundationPress/pull/419) ([olefredrik](https://github.com/olefredrik)) +- Add info to package.json [\#418](https://github.com/olefredrik/FoundationPress/pull/418) ([noskov](https://github.com/noskov)) +- Updated changelog with v1.1.0 details [\#414](https://github.com/olefredrik/FoundationPress/pull/414) ([olefredrik](https://github.com/olefredrik)) + +## [v1.1.0](https://github.com/olefredrik/FoundationPress/tree/v1.1.0) (2015-08-17) +[Full Changelog](https://github.com/olefredrik/FoundationPress/compare/v1.0.0...v1.1.0) + +**Closed issues:** + +- How to NOT install local bower & grunt? [\#405](https://github.com/olefredrik/FoundationPress/issues/405) +- Error with "npm run watch" [\#399](https://github.com/olefredrik/FoundationPress/issues/399) +- Semantic Versioning [\#395](https://github.com/olefredrik/FoundationPress/issues/395) +- Megamenu in TopBar [\#353](https://github.com/olefredrik/FoundationPress/issues/353) +- PHPCS gives different results than Travis CI when run locally with codesniffer ruleset [\#352](https://github.com/olefredrik/FoundationPress/issues/352) +- top-bar [\#277](https://github.com/olefredrik/FoundationPress/issues/277) +- Topbar data-options Configuration Not Applying [\#238](https://github.com/olefredrik/FoundationPress/issues/238) + +**Merged pull requests:** + +- Feature/improve mobile navigation customizer [\#413](https://github.com/olefredrik/FoundationPress/pull/413) ([olefredrik](https://github.com/olefredrik)) +- Add Customizer Option for Topbar or Offcanvas Mobile Menu [\#411](https://github.com/olefredrik/FoundationPress/pull/411) ([AdamChlan](https://github.com/AdamChlan)) +- solve image aligment in posts [\#410](https://github.com/olefredrik/FoundationPress/pull/410) ([alexpetroni](https://github.com/alexpetroni)) +- Added the possibility to show the off\_canvas navigation on the right side [\#407](https://github.com/olefredrik/FoundationPress/pull/407) ([Larzans](https://github.com/Larzans)) +- Added changelog [\#404](https://github.com/olefredrik/FoundationPress/pull/404) ([olefredrik](https://github.com/olefredrik)) +- check if function exists [\#389](https://github.com/olefredrik/FoundationPress/pull/389) ([Stevie-Ray](https://github.com/Stevie-Ray)) + +## [v1.0.0](https://github.com/olefredrik/FoundationPress/tree/v1.0.0) (2015-08-05) +**Fixed bugs:** + +- Menu Icon not showing on mobile menu [\#300](https://github.com/olefredrik/FoundationPress/issues/300) +- add\_filter\('get\_image\_tag', 'FoundationPress\_image\_editor', 0, 4\) is removing the caption of the image [\#276](https://github.com/olefredrik/FoundationPress/issues/276) + +**Closed issues:** + +- Jquery never registered in enqueue-scripts.php and enqueued twice? [\#397](https://github.com/olefredrik/FoundationPress/issues/397) +- OffCanvas Children Not working When Mobile Nav is set to right [\#394](https://github.com/olefredrik/FoundationPress/issues/394) +- How to insert blog posts onto the home page? [\#391](https://github.com/olefredrik/FoundationPress/issues/391) +- Pass an existing project to another dev [\#390](https://github.com/olefredrik/FoundationPress/issues/390) +- What Modernizr component do we need? [\#388](https://github.com/olefredrik/FoundationPress/issues/388) +- cannot run in wd [\#387](https://github.com/olefredrik/FoundationPress/issues/387) +- NPM Error - Grunt Build [\#386](https://github.com/olefredrik/FoundationPress/issues/386) +- foundationpress\_fixed\_img\_caption\_shortcode is being ignored [\#383](https://github.com/olefredrik/FoundationPress/issues/383) +- Backup Buddy Zip Process Fails Since FoundationPress Update [\#381](https://github.com/olefredrik/FoundationPress/issues/381) +- bower\_components Folder is missing [\#380](https://github.com/olefredrik/FoundationPress/issues/380) +- Error with bower\_components not found or unreadable [\#379](https://github.com/olefredrik/FoundationPress/issues/379) +- Top-bar / off-canvas parent link [\#378](https://github.com/olefredrik/FoundationPress/issues/378) +- Button Center [\#376](https://github.com/olefredrik/FoundationPress/issues/376) +- Error while running npm run watch [\#375](https://github.com/olefredrik/FoundationPress/issues/375) +- To create a blank page [\#374](https://github.com/olefredrik/FoundationPress/issues/374) +- Themes [\#373](https://github.com/olefredrik/FoundationPress/issues/373) +- Header Image not being displayed [\#372](https://github.com/olefredrik/FoundationPress/issues/372) +- \[Feature Request\] Add GitHub Theme URI: olefredrik/FoundationPress to style.css [\#371](https://github.com/olefredrik/FoundationPress/issues/371) +- FoundationPress crashes Netbeans 7.4 \(or makes it stall\) [\#370](https://github.com/olefredrik/FoundationPress/issues/370) +- Off Canvas Close on Click [\#369](https://github.com/olefredrik/FoundationPress/issues/369) +- Duplicating existing menus to create new ones [\#368](https://github.com/olefredrik/FoundationPress/issues/368) +- NPM run watch is not working! [\#367](https://github.com/olefredrik/FoundationPress/issues/367) +- how to change row width? [\#365](https://github.com/olefredrik/FoundationPress/issues/365) +- Pagination not working [\#361](https://github.com/olefredrik/FoundationPress/issues/361) +- Where to put custom functions? [\#360](https://github.com/olefredrik/FoundationPress/issues/360) +- double title tags [\#359](https://github.com/olefredrik/FoundationPress/issues/359) +- Two buttons in top bar [\#358](https://github.com/olefredrik/FoundationPress/issues/358) +- Grunt Vs. Gulp [\#357](https://github.com/olefredrik/FoundationPress/issues/357) +- Top Bar breakpoint [\#355](https://github.com/olefredrik/FoundationPress/issues/355) +- Top Menu and WP 4.3-alpha [\#354](https://github.com/olefredrik/FoundationPress/issues/354) +- How to pull off the transparent-to-fill top bar effect? [\#351](https://github.com/olefredrik/FoundationPress/issues/351) +- "missing script: watch" When Installing [\#345](https://github.com/olefredrik/FoundationPress/issues/345) +- WP admin Top bar showing over the top of the top menu bar [\#342](https://github.com/olefredrik/FoundationPress/issues/342) +- Foundation not installed when "npm install" is run [\#341](https://github.com/olefredrik/FoundationPress/issues/341) +- How to get top-bar container shadow to show up/take on top-level z-index? [\#340](https://github.com/olefredrik/FoundationPress/issues/340) +- Blog Page double search form [\#333](https://github.com/olefredrik/FoundationPress/issues/333) +- comments\_template gone in Front Page [\#332](https://github.com/olefredrik/FoundationPress/issues/332) +- Watch changes on js files [\#329](https://github.com/olefredrik/FoundationPress/issues/329) +- Closing div row missing for search.php? [\#327](https://github.com/olefredrik/FoundationPress/issues/327) +- Bad stylesheet attribute id [\#326](https://github.com/olefredrik/FoundationPress/issues/326) +- Adding search to top-bar? [\#324](https://github.com/olefredrik/FoundationPress/issues/324) +- Woocommerce Support [\#321](https://github.com/olefredrik/FoundationPress/issues/321) +- Cannot see FoundationPress theme [\#320](https://github.com/olefredrik/FoundationPress/issues/320) +- Top Bar Navigation not showing in 796px width or below. [\#318](https://github.com/olefredrik/FoundationPress/issues/318) +- Missing translation [\#313](https://github.com/olefredrik/FoundationPress/issues/313) +- Removing JS components [\#312](https://github.com/olefredrik/FoundationPress/issues/312) +- Textdomain problem [\#311](https://github.com/olefredrik/FoundationPress/issues/311) +- Fatal error: [\#308](https://github.com/olefredrik/FoundationPress/issues/308) +- Loading sass.js tasks...ERROR [\#306](https://github.com/olefredrik/FoundationPress/issues/306) +- FoundationPress + Shared Hosting? [\#305](https://github.com/olefredrik/FoundationPress/issues/305) +- Top level menu items redirecting to index.php [\#304](https://github.com/olefredrik/FoundationPress/issues/304) +- .f-topbar-fixed Margin Top of 45px [\#302](https://github.com/olefredrik/FoundationPress/issues/302) +- wp admin bar not there and dropdown doesn't work [\#301](https://github.com/olefredrik/FoundationPress/issues/301) +- Getting pagination work for a category template [\#299](https://github.com/olefredrik/FoundationPress/issues/299) +- comments.php error [\#297](https://github.com/olefredrik/FoundationPress/issues/297) +- WooThemes Sensei Support [\#296](https://github.com/olefredrik/FoundationPress/issues/296) +- Recommended Portfolio plugin that plays well with FoundationPress? [\#295](https://github.com/olefredrik/FoundationPress/issues/295) +- How to use full-width rows properly? [\#293](https://github.com/olefredrik/FoundationPress/issues/293) +- Issues importing custom scss file/ file to import not found or unreadable [\#292](https://github.com/olefredrik/FoundationPress/issues/292) +- Breakpoints for the top-bar toggle [\#291](https://github.com/olefredrik/FoundationPress/issues/291) +- unbound variable $medium-up on fresh install [\#290](https://github.com/olefredrik/FoundationPress/issues/290) +- Uncaught TypeError: Cannot read property 'topbar' of undefined [\#289](https://github.com/olefredrik/FoundationPress/issues/289) +- Editing sass with CodeKit problem [\#287](https://github.com/olefredrik/FoundationPress/issues/287) +- Pagination [\#286](https://github.com/olefredrik/FoundationPress/issues/286) +- Difficulties making Grunt work [\#284](https://github.com/olefredrik/FoundationPress/issues/284) +- Top item in dropdown shown twice on medium [\#281](https://github.com/olefredrik/FoundationPress/issues/281) +- How to add a Blog feed to a certain part of a page? [\#275](https://github.com/olefredrik/FoundationPress/issues/275) +- Dropping global dependencies for bower & grunt [\#274](https://github.com/olefredrik/FoundationPress/issues/274) +- How can we achieve this top-bar effect? [\#272](https://github.com/olefredrik/FoundationPress/issues/272) +- Javascript ignored by grunt process [\#271](https://github.com/olefredrik/FoundationPress/issues/271) +- How do you implement code into your WordPress pages? [\#267](https://github.com/olefredrik/FoundationPress/issues/267) +- Posts preview in 3 columns [\#265](https://github.com/olefredrik/FoundationPress/issues/265) +- Change breakpoint for topbar/tab-bar [\#260](https://github.com/olefredrik/FoundationPress/issues/260) +- Get typeerror when I tried to use foundation tabs or accordions [\#259](https://github.com/olefredrik/FoundationPress/issues/259) +- Interchange stopped working [\#258](https://github.com/olefredrik/FoundationPress/issues/258) +- How to display images from custom fields in a block grid [\#257](https://github.com/olefredrik/FoundationPress/issues/257) +- Display child pages in a block grid [\#255](https://github.com/olefredrik/FoundationPress/issues/255) +- Button groups shows "ghost margin" on small screens [\#254](https://github.com/olefredrik/FoundationPress/issues/254) +- Off canvas menu didn´t work on start page [\#253](https://github.com/olefredrik/FoundationPress/issues/253) +- where to put my own scss? [\#252](https://github.com/olefredrik/FoundationPress/issues/252) +- Multiple menus in mobile view [\#251](https://github.com/olefredrik/FoundationPress/issues/251) +- Off canavs multi level [\#248](https://github.com/olefredrik/FoundationPress/issues/248) +- Image Cleanup with Captions - Markup Output Issue [\#245](https://github.com/olefredrik/FoundationPress/issues/245) +- Enqueue jQuery before \ ? [\#243](https://github.com/olefredrik/FoundationPress/issues/243) +- Content width on new install [\#242](https://github.com/olefredrik/FoundationPress/issues/242) +- Help understanding enqueue-scripts.php [\#239](https://github.com/olefredrik/FoundationPress/issues/239) +- Foundation Equalizer not working [\#237](https://github.com/olefredrik/FoundationPress/issues/237) +- \[question\] where to place custom SCSS files? [\#235](https://github.com/olefredrik/FoundationPress/issues/235) +- Change class on widget\_search [\#232](https://github.com/olefredrik/FoundationPress/issues/232) +- Failed at node-sass@1.2.3 [\#231](https://github.com/olefredrik/FoundationPress/issues/231) +- Is there a 'best' way to set up [\#230](https://github.com/olefredrik/FoundationPress/issues/230) +- Calling FoundationPress\_pagination in a custom query [\#229](https://github.com/olefredrik/FoundationPress/issues/229) +- FoundationPress folder structure [\#228](https://github.com/olefredrik/FoundationPress/issues/228) +- Bower error [\#226](https://github.com/olefredrik/FoundationPress/issues/226) +- customize woo commerce cat and single prod pages [\#223](https://github.com/olefredrik/FoundationPress/issues/223) +- How to customize woocommerce templates? [\#220](https://github.com/olefredrik/FoundationPress/issues/220) +- Examples of FoundationPress sites [\#219](https://github.com/olefredrik/FoundationPress/issues/219) +- Error: Cannot find module 'node-sass' [\#217](https://github.com/olefredrik/FoundationPress/issues/217) +- Where is app.scss in foundationpress [\#216](https://github.com/olefredrik/FoundationPress/issues/216) +- Foundation press and plugins "revolution slider" [\#213](https://github.com/olefredrik/FoundationPress/issues/213) +- Cannot install npm in foundationpress dir [\#212](https://github.com/olefredrik/FoundationPress/issues/212) +- Functions Conflict in Child theme [\#211](https://github.com/olefredrik/FoundationPress/issues/211) +- Loading "sass.js" tasks...ERROR [\#209](https://github.com/olefredrik/FoundationPress/issues/209) +- Error when run 'npm install && bower install && grunt build' instruction [\#208](https://github.com/olefredrik/FoundationPress/issues/208) +- Recommended SASS customizations? [\#207](https://github.com/olefredrik/FoundationPress/issues/207) +- Warning: call\_user\_func\(\); comment-template.php on line 1796 [\#205](https://github.com/olefredrik/FoundationPress/issues/205) +- remove whitespace only on start page didn´t work on mobile devices [\#204](https://github.com/olefredrik/FoundationPress/issues/204) +- FoundationPress\_comments function not found? [\#202](https://github.com/olefredrik/FoundationPress/issues/202) +- Sidebar Menu support? [\#200](https://github.com/olefredrik/FoundationPress/issues/200) +- Sourcemap not working [\#199](https://github.com/olefredrik/FoundationPress/issues/199) +- Changing border-radius of input border not working [\#197](https://github.com/olefredrik/FoundationPress/issues/197) +- Stick footer to bottom when page is empty [\#196](https://github.com/olefredrik/FoundationPress/issues/196) +- Strict Standards: Declaration of FoundationPress\_comments::start\_el\(\) should be compatible with Walker\_Comment::start\_el\(\) [\#194](https://github.com/olefredrik/FoundationPress/issues/194) +- Adding Custom Attribute To Menu Item to open modal [\#190](https://github.com/olefredrik/FoundationPress/issues/190) +- Can't disable buttons component [\#188](https://github.com/olefredrik/FoundationPress/issues/188) +- \[Clearing gallery\] Applying Foundation's Fix\#3410 "the image shift" [\#186](https://github.com/olefredrik/FoundationPress/issues/186) +- comments.php loop error [\#181](https://github.com/olefredrik/FoundationPress/issues/181) +- Don't load jquery 2.x for IE 8 [\#178](https://github.com/olefredrik/FoundationPress/issues/178) +- FoundationPress + Timber [\#177](https://github.com/olefredrik/FoundationPress/issues/177) +- WP Breadcrumb [\#173](https://github.com/olefredrik/FoundationPress/issues/173) +- foundation.css vs app.css [\#172](https://github.com/olefredrik/FoundationPress/issues/172) +- Grunt copies all JS files [\#165](https://github.com/olefredrik/FoundationPress/issues/165) +- errors installing npm & bower [\#164](https://github.com/olefredrik/FoundationPress/issues/164) +- customizing header [\#163](https://github.com/olefredrik/FoundationPress/issues/163) +- how to make my own javascript to work in front end [\#162](https://github.com/olefredrik/FoundationPress/issues/162) +- Editing js files does not update app.js even with grunt in watch mode [\#158](https://github.com/olefredrik/FoundationPress/issues/158) +- Anybody else getting hit with a bug for hide-for-small? [\#156](https://github.com/olefredrik/FoundationPress/issues/156) +- Problem with sticky Class in wordpress [\#155](https://github.com/olefredrik/FoundationPress/issues/155) +- Child theme [\#154](https://github.com/olefredrik/FoundationPress/issues/154) +- having an issue with the off canvas menu in iOS [\#153](https://github.com/olefredrik/FoundationPress/issues/153) +- ENOTFOUND Package not found when trying to install from bower [\#151](https://github.com/olefredrik/FoundationPress/issues/151) +- FoundationPress\_pagination generates broken markup [\#149](https://github.com/olefredrik/FoundationPress/issues/149) +- Defer javascript [\#148](https://github.com/olefredrik/FoundationPress/issues/148) +- \[SOLVED\] Conflict with "Easy Foundation Shortcode" plugin [\#147](https://github.com/olefredrik/FoundationPress/issues/147) +- Equalizer [\#146](https://github.com/olefredrik/FoundationPress/issues/146) +- Icon Bar [\#145](https://github.com/olefredrik/FoundationPress/issues/145) +- \_settings.php missing an asset when compiled [\#142](https://github.com/olefredrik/FoundationPress/issues/142) +- Login Box [\#141](https://github.com/olefredrik/FoundationPress/issues/141) +- Custom JS [\#136](https://github.com/olefredrik/FoundationPress/issues/136) +- Breadcrumbs demo [\#135](https://github.com/olefredrik/FoundationPress/issues/135) +- test2 [\#133](https://github.com/olefredrik/FoundationPress/issues/133) +- Wordpress 4 [\#132](https://github.com/olefredrik/FoundationPress/issues/132) +- Adding uncss option to gruntfile [\#131](https://github.com/olefredrik/FoundationPress/issues/131) +- Adding function checks to make FoundationPress more Child Template friendly. [\#129](https://github.com/olefredrik/FoundationPress/issues/129) +- Sass when you work online [\#128](https://github.com/olefredrik/FoundationPress/issues/128) +- Too much styles default [\#127](https://github.com/olefredrik/FoundationPress/issues/127) +- Child theme or not? [\#125](https://github.com/olefredrik/FoundationPress/issues/125) +- Child Theme outputting duplicate CSS [\#124](https://github.com/olefredrik/FoundationPress/issues/124) +- Joyride init problem [\#123](https://github.com/olefredrik/FoundationPress/issues/123) +- app.min.js [\#122](https://github.com/olefredrik/FoundationPress/issues/122) +- js/vendor? [\#121](https://github.com/olefredrik/FoundationPress/issues/121) +- Child-Theme [\#120](https://github.com/olefredrik/FoundationPress/issues/120) +- How to update to a new version of FoundationPress? [\#118](https://github.com/olefredrik/FoundationPress/issues/118) +- Broken layout for IE9 [\#117](https://github.com/olefredrik/FoundationPress/issues/117) +- Wordpress 4.0 compatible? [\#116](https://github.com/olefredrik/FoundationPress/issues/116) +- Essential JS [\#115](https://github.com/olefredrik/FoundationPress/issues/115) +- error on compile with libsass and foundation 5.4.3 [\#114](https://github.com/olefredrik/FoundationPress/issues/114) +- What's the better way to update? [\#111](https://github.com/olefredrik/FoundationPress/issues/111) +- Accessibility Issue - aria-hidden attribute on Off-Canvas wrap. [\#108](https://github.com/olefredrik/FoundationPress/issues/108) +- Off Canvas flashing with Meta Slider / Flex Slider [\#106](https://github.com/olefredrik/FoundationPress/issues/106) +- npm WARN package.json foundation-libsass-template@0.0.1 No repository field. [\#105](https://github.com/olefredrik/FoundationPress/issues/105) +- Gallery only showing 5 images [\#104](https://github.com/olefredrik/FoundationPress/issues/104) +- number of columns [\#102](https://github.com/olefredrik/FoundationPress/issues/102) +- Thumbnails in grid view [\#101](https://github.com/olefredrik/FoundationPress/issues/101) +- Adding Livereload for SaSS ? [\#99](https://github.com/olefredrik/FoundationPress/issues/99) +- It's not clear from the docs where to put your own js [\#97](https://github.com/olefredrik/FoundationPress/issues/97) +- Setting Top Bar colors \( topbar-link-bg-active \) is not working [\#96](https://github.com/olefredrik/FoundationPress/issues/96) +- Cannot get Foundation equalizer working [\#94](https://github.com/olefredrik/FoundationPress/issues/94) +- How to create a child theme? [\#92](https://github.com/olefredrik/FoundationPress/issues/92) +- Body class [\#91](https://github.com/olefredrik/FoundationPress/issues/91) +- Compiling everything except the SCSS files? [\#90](https://github.com/olefredrik/FoundationPress/issues/90) +- Button background on hover is always dark blue [\#86](https://github.com/olefredrik/FoundationPress/issues/86) +- Adding button at the end of right menu as list item [\#84](https://github.com/olefredrik/FoundationPress/issues/84) +- Off-canvas Menu Issue [\#82](https://github.com/olefredrik/FoundationPress/issues/82) +- How to compile SASS at end of app.css rather than beginning? [\#81](https://github.com/olefredrik/FoundationPress/issues/81) +- Question: How would I add a menu description to the menu walker? [\#76](https://github.com/olefredrik/FoundationPress/issues/76) +- Source maps for webkit Devel Tools [\#75](https://github.com/olefredrik/FoundationPress/issues/75) +- When creating a child theme the stylesheets and icons are not loaded [\#74](https://github.com/olefredrik/FoundationPress/issues/74) +- Where are the translation file? [\#73](https://github.com/olefredrik/FoundationPress/issues/73) +- $tapbar-hamburger-icon-thickness [\#72](https://github.com/olefredrik/FoundationPress/issues/72) +- footer as real footer [\#71](https://github.com/olefredrik/FoundationPress/issues/71) +- Side bar on the left [\#69](https://github.com/olefredrik/FoundationPress/issues/69) +- SVGs don't show up in Safari [\#68](https://github.com/olefredrik/FoundationPress/issues/68) +- 404.php template is missing row div [\#66](https://github.com/olefredrik/FoundationPress/issues/66) +- Image referencing and paths [\#65](https://github.com/olefredrik/FoundationPress/issues/65) +- Menu disappearing in a category page \(archive too\) [\#64](https://github.com/olefredrik/FoundationPress/issues/64) +- App.scss Syntax error [\#62](https://github.com/olefredrik/FoundationPress/issues/62) +- Flickering Fixed Background Image in Chrome [\#61](https://github.com/olefredrik/FoundationPress/issues/61) +- Custom Starter Theme Creation like underscore site [\#60](https://github.com/olefredrik/FoundationPress/issues/60) +- Mobile and tablet devices' menu not working [\#58](https://github.com/olefredrik/FoundationPress/issues/58) +- Invalid Markup: "Attribute pubdate not allowed on element time at this point." [\#57](https://github.com/olefredrik/FoundationPress/issues/57) +- Entire layout is inside .off-canvas-wrap? [\#56](https://github.com/olefredrik/FoundationPress/issues/56) +- Making comments.php friendly to Jetpack comments [\#55](https://github.com/olefredrik/FoundationPress/issues/55) +- Install on Multisite Not Working Right [\#54](https://github.com/olefredrik/FoundationPress/issues/54) +- Installing Woocommerce plugin knocks out Foundation js [\#53](https://github.com/olefredrik/FoundationPress/issues/53) +- Sticky-Footer [\#52](https://github.com/olefredrik/FoundationPress/issues/52) +- Question With Forms [\#51](https://github.com/olefredrik/FoundationPress/issues/51) +- $\(document\).foundation seemingly called too soon [\#50](https://github.com/olefredrik/FoundationPress/issues/50) +- menu link not working [\#49](https://github.com/olefredrik/FoundationPress/issues/49) +- menu not link [\#48](https://github.com/olefredrik/FoundationPress/issues/48) +- 100% width divs? [\#47](https://github.com/olefredrik/FoundationPress/issues/47) +- Off-Canvas not working [\#46](https://github.com/olefredrik/FoundationPress/issues/46) +- Menu breaks when WooCommerce is installed [\#45](https://github.com/olefredrik/FoundationPress/issues/45) +- Hide-for-small turning inline elements into blocks [\#44](https://github.com/olefredrik/FoundationPress/issues/44) +- jQuery in NoConflict Mode [\#43](https://github.com/olefredrik/FoundationPress/issues/43) +- Menu divider [\#42](https://github.com/olefredrik/FoundationPress/issues/42) +- Top bar with default primary wp menu [\#41](https://github.com/olefredrik/FoundationPress/issues/41) +- WooCommerce compatability [\#40](https://github.com/olefredrik/FoundationPress/issues/40) +- Permission denied \(publickey\). [\#38](https://github.com/olefredrik/FoundationPress/issues/38) +- Targeting list items in mobile off-canvas-toggle menu [\#36](https://github.com/olefredrik/FoundationPress/issues/36) +- Adding custom theme scripts to app.js [\#33](https://github.com/olefredrik/FoundationPress/issues/33) +- Add hooks to inject own code by using a childtheme or a plugin [\#31](https://github.com/olefredrik/FoundationPress/issues/31) +- Documentation FoundationPress [\#30](https://github.com/olefredrik/FoundationPress/issues/30) +- Use Compass [\#29](https://github.com/olefredrik/FoundationPress/issues/29) +- top-bar sticky nav [\#28](https://github.com/olefredrik/FoundationPress/issues/28) +- jQuery in Header Issue [\#27](https://github.com/olefredrik/FoundationPress/issues/27) +- FoundationPress Top Bar Hidden by Wordpress Admin bar when logged in. [\#26](https://github.com/olefredrik/FoundationPress/issues/26) +- foundation script [\#25](https://github.com/olefredrik/FoundationPress/issues/25) +- Loading jQuery in footer - some plugins have issues [\#24](https://github.com/olefredrik/FoundationPress/issues/24) +- Make strings translatable? [\#23](https://github.com/olefredrik/FoundationPress/issues/23) +- Why loop register\_sidebar\(\)? [\#22](https://github.com/olefredrik/FoundationPress/issues/22) +- Demo Data \[mysql dump or wordpress export file\] [\#21](https://github.com/olefredrik/FoundationPress/issues/21) +- Permission Denied [\#20](https://github.com/olefredrik/FoundationPress/issues/20) +- custom domain\(s\) [\#18](https://github.com/olefredrik/FoundationPress/issues/18) +- Failed to load resource: the server responded with a status of 404 \(Not Found\) [\#17](https://github.com/olefredrik/FoundationPress/issues/17) +- jQuery conflict? [\#16](https://github.com/olefredrik/FoundationPress/issues/16) +- foundation folder full of component scss files inside the js folder [\#15](https://github.com/olefredrik/FoundationPress/issues/15) +- No Search Results Does Not Load 404.php [\#14](https://github.com/olefredrik/FoundationPress/issues/14) +- jquery issues [\#13](https://github.com/olefredrik/FoundationPress/issues/13) +- Image caption bug [\#12](https://github.com/olefredrik/FoundationPress/issues/12) +- bug with function img\_unautop [\#11](https://github.com/olefredrik/FoundationPress/issues/11) +- topbar-input-height variable missing [\#9](https://github.com/olefredrik/FoundationPress/issues/9) +- Adminbar overlaps mobile menu when width \< 600px [\#8](https://github.com/olefredrik/FoundationPress/issues/8) +- Using CodeKit \(mac\) vs Grunt/Bower, etc... [\#7](https://github.com/olefredrik/FoundationPress/issues/7) +- IE8 support [\#6](https://github.com/olefredrik/FoundationPress/issues/6) +- jquery-ui-datepicker [\#4](https://github.com/olefredrik/FoundationPress/issues/4) + +**Merged pull requests:** + +- Introduce semantic versioning [\#403](https://github.com/olefredrik/FoundationPress/pull/403) ([olefredrik](https://github.com/olefredrik)) +- Add closing div row [\#402](https://github.com/olefredrik/FoundationPress/pull/402) ([olefredrik](https://github.com/olefredrik)) +- Update versions for node-sass and grunt-sass. Move time-grunt to devD… [\#400](https://github.com/olefredrik/FoundationPress/pull/400) ([olefredrik](https://github.com/olefredrik)) +- change enqueue jquery to register jquery [\#398](https://github.com/olefredrik/FoundationPress/pull/398) ([rebekahmonson](https://github.com/rebekahmonson)) +- Add composer file for wordpress-theme install [\#392](https://github.com/olefredrik/FoundationPress/pull/392) ([KLVTZ](https://github.com/KLVTZ)) +- Displays XML error messages on production website [\#385](https://github.com/olefredrik/FoundationPress/pull/385) ([cyberscribe](https://github.com/cyberscribe)) +- Fix image captions [\#384](https://github.com/olefredrik/FoundationPress/pull/384) ([olefredrik](https://github.com/olefredrik)) +- Fix function name misspelling: [\#382](https://github.com/olefredrik/FoundationPress/pull/382) ([ryandasher](https://github.com/ryandasher)) +- Housekeeping [\#366](https://github.com/olefredrik/FoundationPress/pull/366) ([olefredrik](https://github.com/olefredrik)) +- Added Catalan translations. [\#363](https://github.com/olefredrik/FoundationPress/pull/363) ([olefredrik](https://github.com/olefredrik)) +- Added missing check for $separatorclass for single pages [\#356](https://github.com/olefredrik/FoundationPress/pull/356) ([Larzans](https://github.com/Larzans)) +- Display login error messages [\#350](https://github.com/olefredrik/FoundationPress/pull/350) ([olefredrik](https://github.com/olefredrik)) +- Move custom templates to subfolder [\#349](https://github.com/olefredrik/FoundationPress/pull/349) ([olefredrik](https://github.com/olefredrik)) +- Allow space indent [\#348](https://github.com/olefredrik/FoundationPress/pull/348) ([olefredrik](https://github.com/olefredrik)) +- Added better file doc comments [\#347](https://github.com/olefredrik/FoundationPress/pull/347) ([olefredrik](https://github.com/olefredrik)) +- Breadcrumb helper function [\#346](https://github.com/olefredrik/FoundationPress/pull/346) ([Larzans](https://github.com/Larzans)) +- Cleanup wp 4.2 bundled emoji stuff [\#338](https://github.com/olefredrik/FoundationPress/pull/338) ([olefredrik](https://github.com/olefredrik)) +- Remove link to outdated screencast [\#337](https://github.com/olefredrik/FoundationPress/pull/337) ([olefredrik](https://github.com/olefredrik)) +- Removed link to outdated screencast [\#336](https://github.com/olefredrik/FoundationPress/pull/336) ([olefredrik](https://github.com/olefredrik)) +- Correcting validator error \#326 [\#335](https://github.com/olefredrik/FoundationPress/pull/335) ([Eccola](https://github.com/Eccola)) +- removed global dependency of bower and grunt - \#274 [\#334](https://github.com/olefredrik/FoundationPress/pull/334) ([stefanjudis](https://github.com/stefanjudis)) +- Contributing adding Portuguese/Portugal Translating files [\#331](https://github.com/olefredrik/FoundationPress/pull/331) ([BernardinoRosa](https://github.com/BernardinoRosa)) +- Start watching for changes on js/custom folder [\#330](https://github.com/olefredrik/FoundationPress/pull/330) ([igarcez](https://github.com/igarcez)) +- Switch menus based on a custom topbar-breakpoint value [\#323](https://github.com/olefredrik/FoundationPress/pull/323) ([olefredrik](https://github.com/olefredrik)) +- Update Foundation to latest version \(5.5.2\) [\#322](https://github.com/olefredrik/FoundationPress/pull/322) ([olefredrik](https://github.com/olefredrik)) +- Replaced occurrences of Wordpress with WordPress. [\#317](https://github.com/olefredrik/FoundationPress/pull/317) ([glueckpress](https://github.com/glueckpress)) +- Add Brazilian Portuguese translation [\#316](https://github.com/olefredrik/FoundationPress/pull/316) ([igarcez](https://github.com/igarcez)) +- Bugfix/update text domain [\#315](https://github.com/olefredrik/FoundationPress/pull/315) ([olefredrik](https://github.com/olefredrik)) +- Updated docs [\#310](https://github.com/olefredrik/FoundationPress/pull/310) ([olefredrik](https://github.com/olefredrik)) +- Improved Method to Check For Direct Access to a File [\#309](https://github.com/olefredrik/FoundationPress/pull/309) ([joshrathke](https://github.com/joshrathke)) +- Added link to integration guide for Sensei LMS from WooThemes [\#307](https://github.com/olefredrik/FoundationPress/pull/307) ([olefredrik](https://github.com/olefredrik)) +- Updated Action Hooks and Classes for Wordpress Coding Standards [\#298](https://github.com/olefredrik/FoundationPress/pull/298) ([joshrathke](https://github.com/joshrathke)) +- Wordpress Coding Standards & Unit Testing Setup via Travis CI [\#288](https://github.com/olefredrik/FoundationPress/pull/288) ([joshrathke](https://github.com/joshrathke)) +- Enqueue Main Stylesheet Using wp\_enqueue\_style For WP Coding Standards [\#285](https://github.com/olefredrik/FoundationPress/pull/285) ([joshrathke](https://github.com/joshrathke)) +- Multi-level off-canvas menu [\#282](https://github.com/olefredrik/FoundationPress/pull/282) ([Tralapo](https://github.com/Tralapo)) +- Shorter header for UI-toolkits in docs [\#279](https://github.com/olefredrik/FoundationPress/pull/279) ([olefredrik](https://github.com/olefredrik)) +- Updated docs with tutorial for responsive images [\#278](https://github.com/olefredrik/FoundationPress/pull/278) ([olefredrik](https://github.com/olefredrik)) +- Update/docs [\#270](https://github.com/olefredrik/FoundationPress/pull/270) ([olefredrik](https://github.com/olefredrik)) +- Swedish language files added [\#269](https://github.com/olefredrik/FoundationPress/pull/269) ([andersju](https://github.com/andersju)) +- Gruntfile with task time tracking and livereload [\#268](https://github.com/olefredrik/FoundationPress/pull/268) ([radel](https://github.com/radel)) +- corrected the end tag from ul to ol [\#266](https://github.com/olefredrik/FoundationPress/pull/266) ([salaryman-ninja](https://github.com/salaryman-ninja)) +- Added Finnish translation files. Thanks to @eccola [\#264](https://github.com/olefredrik/FoundationPress/pull/264) ([olefredrik](https://github.com/olefredrik)) +- updated package.json [\#262](https://github.com/olefredrik/FoundationPress/pull/262) ([randmanrjr](https://github.com/randmanrjr)) +- Update docs [\#256](https://github.com/olefredrik/FoundationPress/pull/256) ([olefredrik](https://github.com/olefredrik)) +- Adjustments on base styling [\#249](https://github.com/olefredrik/FoundationPress/pull/249) ([olefredrik](https://github.com/olefredrik)) +- Added link to video tutorial on installing FoundationPress [\#247](https://github.com/olefredrik/FoundationPress/pull/247) ([olefredrik](https://github.com/olefredrik)) +- Clarify nodejs/libsass issue and workaround in docs [\#246](https://github.com/olefredrik/FoundationPress/pull/246) ([olefredrik](https://github.com/olefredrik)) +- Feature/enqueue scripts [\#244](https://github.com/olefredrik/FoundationPress/pull/244) ([olefredrik](https://github.com/olefredrik)) +- List a selection of sites built with FP [\#241](https://github.com/olefredrik/FoundationPress/pull/241) ([olefredrik](https://github.com/olefredrik)) +- enqueue-scripts cleanup [\#240](https://github.com/olefredrik/FoundationPress/pull/240) ([olefredrik](https://github.com/olefredrik)) +- Added a few more examples on sites built on FP [\#236](https://github.com/olefredrik/FoundationPress/pull/236) ([olefredrik](https://github.com/olefredrik)) +- Fix to URL Problem : \#038; replaces & and breaks the navigation [\#233](https://github.com/olefredrik/FoundationPress/pull/233) ([navidkashani](https://github.com/navidkashani)) +- A little housekeeping ... [\#225](https://github.com/olefredrik/FoundationPress/pull/225) ([grantnorwood](https://github.com/grantnorwood)) +- Feature/font awesome [\#224](https://github.com/olefredrik/FoundationPress/pull/224) ([olefredrik](https://github.com/olefredrik)) +- Feature/font awesome [\#222](https://github.com/olefredrik/FoundationPress/pull/222) ([olefredrik](https://github.com/olefredrik)) +- Updated the list of examples of sites built using FP [\#221](https://github.com/olefredrik/FoundationPress/pull/221) ([olefredrik](https://github.com/olefredrik)) +- Update kitchen-sink.php [\#218](https://github.com/olefredrik/FoundationPress/pull/218) ([modlife](https://github.com/modlife)) +- Feature/upgrade [\#214](https://github.com/olefredrik/FoundationPress/pull/214) ([olefredrik](https://github.com/olefredrik)) +- Fix issue \#202 [\#203](https://github.com/olefredrik/FoundationPress/pull/203) ([olefredrik](https://github.com/olefredrik)) +- fixed typo [\#201](https://github.com/olefredrik/FoundationPress/pull/201) ([themestechnology](https://github.com/themestechnology)) +- Added Child Theme Support [\#198](https://github.com/olefredrik/FoundationPress/pull/198) ([themestechnology](https://github.com/themestechnology)) +- fixed issue 194 strickt standards [\#195](https://github.com/olefredrik/FoundationPress/pull/195) ([DamianS1987](https://github.com/DamianS1987)) +- Update comments.php [\#193](https://github.com/olefredrik/FoundationPress/pull/193) ([Pourcentage](https://github.com/Pourcentage)) +- Fix for comments.php [\#192](https://github.com/olefredrik/FoundationPress/pull/192) ([themestechnology](https://github.com/themestechnology)) +- FoundationPress\_comments funcation moved out of comments.php [\#191](https://github.com/olefredrik/FoundationPress/pull/191) ([themestechnology](https://github.com/themestechnology)) +- removed bower\_components from git cache [\#189](https://github.com/olefredrik/FoundationPress/pull/189) ([olefredrik](https://github.com/olefredrik)) +- Ignore bower\_components [\#187](https://github.com/olefredrik/FoundationPress/pull/187) ([tormjens](https://github.com/tormjens)) +- Display comments only on pages and posts [\#182](https://github.com/olefredrik/FoundationPress/pull/182) ([themestechnology](https://github.com/themestechnology)) +- Wrapped links in list [\#176](https://github.com/olefredrik/FoundationPress/pull/176) ([olefredrik](https://github.com/olefredrik)) +- Updated docs [\#175](https://github.com/olefredrik/FoundationPress/pull/175) ([olefredrik](https://github.com/olefredrik)) +- Feature/update dependencies [\#174](https://github.com/olefredrik/FoundationPress/pull/174) ([olefredrik](https://github.com/olefredrik)) +- Add Custom header in Appearance [\#171](https://github.com/olefredrik/FoundationPress/pull/171) ([mnuhell](https://github.com/mnuhell)) +- Update gitignore [\#170](https://github.com/olefredrik/FoundationPress/pull/170) ([olefredrik](https://github.com/olefredrik)) +- Corrected typo from last commit [\#169](https://github.com/olefredrik/FoundationPress/pull/169) ([olefredrik](https://github.com/olefredrik)) +- Added sass-cache to gitignore [\#168](https://github.com/olefredrik/FoundationPress/pull/168) ([olefredrik](https://github.com/olefredrik)) +- Feature/project cleanup [\#167](https://github.com/olefredrik/FoundationPress/pull/167) ([olefredrik](https://github.com/olefredrik)) +- Feature/upgrade [\#166](https://github.com/olefredrik/FoundationPress/pull/166) ([olefredrik](https://github.com/olefredrik)) +- Update top-bar.php [\#159](https://github.com/olefredrik/FoundationPress/pull/159) ([linuxbastard](https://github.com/linuxbastard)) +- Update kitchen-sink.php [\#157](https://github.com/olefredrik/FoundationPress/pull/157) ([linuxbastard](https://github.com/linuxbastard)) +- Fix errors in bower.json [\#152](https://github.com/olefredrik/FoundationPress/pull/152) ([GregRR](https://github.com/GregRR)) +- the current code causes a validation error by turning the \ to a \<... [\#150](https://github.com/olefredrik/FoundationPress/pull/150) ([thisismyurl](https://github.com/thisismyurl)) +- Add Japanese translation files [\#144](https://github.com/olefredrik/FoundationPress/pull/144) ([megane9988](https://github.com/megane9988)) +- Dutch translation files [\#139](https://github.com/olefredrik/FoundationPress/pull/139) ([violacase](https://github.com/violacase)) +- Format time and date according to WordPress settings. [\#134](https://github.com/olefredrik/FoundationPress/pull/134) ([mikkelbreum](https://github.com/mikkelbreum)) +- Update app.scss [\#119](https://github.com/olefredrik/FoundationPress/pull/119) ([eleirgulen](https://github.com/eleirgulen)) +- Added Italian translation [\#113](https://github.com/olefredrik/FoundationPress/pull/113) ([kekkorider](https://github.com/kekkorider)) +- Move ARIA Hidden attribute from content container to off-canvas menu [\#109](https://github.com/olefredrik/FoundationPress/pull/109) ([jmbarlow](https://github.com/jmbarlow)) +- German language files added [\#100](https://github.com/olefredrik/FoundationPress/pull/100) ([olli0578](https://github.com/olli0578)) +- class and id attributes for img caption shortcode [\#98](https://github.com/olefredrik/FoundationPress/pull/98) ([jhodgski](https://github.com/jhodgski)) +- Spelling correction [\#93](https://github.com/olefredrik/FoundationPress/pull/93) ([jmotes](https://github.com/jmotes)) +- child theme function override for navigation.php [\#88](https://github.com/olefredrik/FoundationPress/pull/88) ([fourhexagons](https://github.com/fourhexagons)) +- Spanish language files added [\#87](https://github.com/olefredrik/FoundationPress/pull/87) ([afermon](https://github.com/afermon)) +- Update navigation.php [\#85](https://github.com/olefredrik/FoundationPress/pull/85) ([thewebsitedev](https://github.com/thewebsitedev)) +- Sidebar on the left - with no file changes! [\#80](https://github.com/olefredrik/FoundationPress/pull/80) ([jmbarlow](https://github.com/jmbarlow)) +- Convert spaces to tabs, fix indention, remove trailing whitespace, ensure newline at EOF. [\#79](https://github.com/olefredrik/FoundationPress/pull/79) ([fk](https://github.com/fk)) +- Removed extra commas, easier child theming [\#78](https://github.com/olefredrik/FoundationPress/pull/78) ([grantnorwood](https://github.com/grantnorwood)) +- French Language files added [\#77](https://github.com/olefredrik/FoundationPress/pull/77) ([dantahoua](https://github.com/dantahoua)) +- Fix for bug \#66 [\#67](https://github.com/olefredrik/FoundationPress/pull/67) ([jmotes](https://github.com/jmotes)) +- Adding child theme support [\#63](https://github.com/olefredrik/FoundationPress/pull/63) ([katzueno](https://github.com/katzueno)) +- Add data-offcanvas attribute [\#59](https://github.com/olefredrik/FoundationPress/pull/59) ([mjaverto](https://github.com/mjaverto)) +- Update style.css [\#39](https://github.com/olefredrik/FoundationPress/pull/39) ([adelineyaw](https://github.com/adelineyaw)) +- Add a Featured Image to Single Post Template [\#37](https://github.com/olefredrik/FoundationPress/pull/37) ([jmbarlow](https://github.com/jmbarlow)) +- has-dropdown class appears when $depth set to 1 [\#35](https://github.com/olefredrik/FoundationPress/pull/35) ([wlanni](https://github.com/wlanni)) +- First commit adding do\_action Hooks [\#32](https://github.com/olefredrik/FoundationPress/pull/32) ([PixelbarEupen](https://github.com/PixelbarEupen)) +- Add hooks to FoundationPress widgets registration [\#19](https://github.com/olefredrik/FoundationPress/pull/19) ([NejcDraganjec](https://github.com/NejcDraganjec)) +- Fixed pagination. [\#5](https://github.com/olefredrik/FoundationPress/pull/5) ([dloranc](https://github.com/dloranc)) +- adding child theme override functionality [\#3](https://github.com/olefredrik/FoundationPress/pull/3) ([thetrickster](https://github.com/thetrickster)) +- missing '/' in wp\_enqueue\_script [\#2](https://github.com/olefredrik/FoundationPress/pull/2) ([azhsetiawan](https://github.com/azhsetiawan)) +- Fixed tiny typo in README [\#1](https://github.com/olefredrik/FoundationPress/pull/1) ([lukerollans](https://github.com/lukerollans)) + + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file diff --git a/FoundationPress/MIT-LICENSE.txt b/FoundationPress/MIT-LICENSE.txt new file mode 100644 index 0000000..c9b44cb --- /dev/null +++ b/FoundationPress/MIT-LICENSE.txt @@ -0,0 +1,18 @@ +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/FoundationPress/README.md b/FoundationPress/README.md new file mode 100644 index 0000000..524d9f0 --- /dev/null +++ b/FoundationPress/README.md @@ -0,0 +1,203 @@ +# FoundationPress + +[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/olefredrik/foundationpress?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) +[![GitHub version](https://badge.fury.io/gh/olefredrik%2Ffoundationpress.svg)](https://github.com/olefredrik/FoundationPress/releases) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +[![Buy Me a Coffee at ko-fi.com](https://img.shields.io/badge/-Buy%20me%20a%20Coffee-orange.svg?colorB=593C1F&colorA=4e798d&logo=data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAVUlEQVR4AWNQtnJTQcZ%2Blb2fsWF0dQzYNRHWzIBdE2EDGGCaSNYI47x69fY%2FMRimnmiNyGqwavyflo6MaawRTTP1%2FIiM4dFBQBPl8UggyRHWSHYiBwCwA90T1NTlAQAAAABJRU5ErkJggg%3D%3D%0D%0A&logoWidth=14)](https://ko-fi.com/olefredrik) + +This is a starter-theme for WordPress based on Zurb's [Foundation for Sites 6](https://foundation.zurb.com/sites.html), the most advanced responsive (mobile-first) framework in the world. The purpose of FoundationPress, is to act as a small and handy toolbox that contains the essentials needed to build any design. FoundationPress is meant to be a starting point, not the final product. + +Please fork, copy, modify, delete, share or do whatever you like with this. + +All contributions are welcome! + +## Requirements + +**This project requires [Node.js](http://nodejs.org) v4.x.x to v6.11.x to be installed on your machine.** Please be aware that you might encounter problems with the installation if you are using the most current Node version (bleeding edge) with all the latest features. + +FoundationPress uses [Sass](http://Sass-lang.com/) (CSS with superpowers). In short, Sass is a CSS pre-processor that allows you to write styles more effectively and tidy. + +The Sass is compiled using libsass, which requires the GCC to be installed on your machine. Windows users can install it through [MinGW](http://www.mingw.org/), and Mac users can install it through the [Xcode Command-line Tools](http://osxdaily.com/2014/02/12/install-command-line-tools-mac-os-x/). + +If you have not worked with a Sass-based workflow before, I would recommend reading [FoundationPress for beginners](https://foundationpress.olefredrik.com/posts/tutorials/foundationpress-for-beginners), a short blog post that explains what you need to know. + +## Quickstart + +### 1. Clone the repository and install with npm +```bash +$ cd my-wordpress-folder/wp-content/themes/ +$ git clone https://github.com/olefredrik/FoundationPress.git +$ cd FoundationPress +$ npm install +``` + +### 2. Configuration + +#### YAML config file +FoundationPress includes a `config-default.yml` file. To make changes to the configuration, make a copy of `config-default.yml` and name it `config.yml` and make changes to that file. The `config.yml` file is ignored by git so that each environment can use a different configuration with the same git repo. + +At the start of the build process a check is done to see if a `config.yml` file exists. If `config.yml` exists, the configuration will be loaded from `config.yml`. If `config.yml` does not exist, `config-default.yml` will be used as a fallback. + +#### Browsersync setup +If you want to take advantage of [Browsersync](https://www.browsersync.io/) (automatic browser refresh when a file is saved), simply open your `config.yml` file after creating it in the previous step, and put your local dev-server address and port (e.g http://localhost:8888) in the `url` property under the `BROWSERSYNC` object. + +#### Static asset hashing / cache breaker +If you want to make sure your users see the latest changes after re-deploying your theme, you can enable static asset hashing. In your `config.yml`, set ``REVISIONING: true;``. Hashing will work on the ``npm run build`` and ``npm run dev`` commands. It will not be applied on the start command with browsersync. This is by design. Hashing will only change if there are actual changes in the files. + +### 3. Get started + +```bash +$ npm start +``` + +### 4. Compile assets for production + +When building for production, the CSS and JS will be minified. To minify the assets in your `/dist` folder, run + +```bash +$ npm run build +``` + +#### To create a .zip file of your theme, run: + +``` +$ npm run package +``` + +Running this command will build and minify the theme's assets and place a .zip archive of the theme in the `packaged` directory. This excludes the developer files/directories from your theme like `/node_modules`, `/src`, etc. to keep the theme lightweight for transferring the theme to a staging or production server. + +### Project structure + +In the `/src` folder you will the working files for all your assets. Every time you make a change to a file that is watched by Gulp, the output will be saved to the `/dist` folder. The contents of this folder is the compiled code that you should not touch (unless you have a good reason for it). + +The `/page-templates` folder contains templates that can be selected in the Pages section of the WordPress admin panel. To create a new page-template, simply create a new file in this folder and make sure to give it a template name. + +I guess the rest is quite self explanatory. Feel free to ask if you feel stuck. + +### Styles and Sass Compilation + + * `style.css`: Do not worry about this file. (For some reason) it's required by WordPress. All styling are handled in the Sass files described below + + * `src/assets/scss/app.scss`: Make imports for all your styles here + * `src/assets/scss/global/*.scss`: Global settings + * `src/assets/scss/components/*.scss`: Buttons etc. + * `src/assets/scss/modules/*.scss`: Topbar, footer etc. + * `src/assets/scss/templates/*.scss`: Page template styling + + * `dist/assets/css/app.css`: This file is loaded in the `` section of your document, and contains the compiled styles for your project. + +If you're new to Sass, please note that you need to have Gulp running in the background (``npm start``), for any changes in your scss files to be compiled to `app.css`. + +### JavaScript Compilation + +All JavaScript files, including Foundation's modules, are imported through the `src/assets/js/app.js` file. The files are imported using module dependency with [webpack](https://webpack.js.org/) as the module bundler. + +If you're unfamiliar with modules and module bundling, check out [this resource for node style require/exports](http://openmymind.net/2012/2/3/Node-Require-and-Exports/) and [this resource to understand ES6 modules](http://exploringjs.com/es6/ch_modules.html). + +Foundation modules are loaded in the `src/assets/js/app.js` file. By default all components are loaded. You can also pick and choose which modules to include. Just follow the instructions in the file. + +If you need to output additional JavaScript files separate from `app.js`, do the following: +* Create new `custom.js` file in `src/assets/js/`. If you will be using jQuery, add `import $ from 'jquery';` at the top of the file. +* In `config.yml`, add `src/assets/js/custom.js` to `PATHS.entries`. +* Build (`npm start`) +* You will now have a `custom.js` file outputted to the `dist/assets/js/` directory. + +## Demo + +* [Clean FoundationPress install](http://foundationpress.olefredrik.com/) +* [FoundationPress Kitchen Sink - see every single element in action](http://foundationpress.olefredrik.com/kitchen-sink/) + +## Local Development +We recommend using one of the following setups for local WordPress development: + +* [MAMP](https://www.mamp.info/en/) (macOS) +* [WAMP](http://www.wampserver.com/en/download-wampserver-64bits/) (Windows) +* [LAMP](https://www.linux.com/learn/easy-lamp-server-installation) (Linux) +* [Local](https://local.getflywheel.com/) (macOS/Windows) +* [VVV (Varying Vagrant Vagrants)](https://github.com/Varying-Vagrant-Vagrants/VVV) (Vagrant Box) +* [Trellis](https://roots.io/trellis/) + +## Resources + +* [Foundation UI Kit for Adobe XD](https://gumroad.com/l/foundation-ui-kit-xd) +* [Foundation UI Kit for Axure RP](https://gumroad.com/l/foundation-ui-kit-axure-rp) +* [Foundation UI Kit for Photoshop](https://gumroad.com/l/foundation-ui-kit-psd) +* [Foundation 6 Shortcodes for Visual Composer](https://www.402websites.com/downloads/foundation-6-shortcodes-visual-composer/?ref=2&campaign=Foundation6ShortcodesforVisualComposer) + + +## Tutorials + +* [FoundationPress for beginners](https://foundationpress.olefredrik.com/posts/tutorials/foundationpress-for-beginners/) +* [Responsive images in WordPress with Interchange](http://rachievee.com/responsive-images-in-wordpress/) +* [Learn to use the _settings file to change almost every aspect of a Foundation site](http://zurb.com/university/lessons/66) +* [Other lessons from Zurb University](http://zurb.com/university/past-lessons) + +## Documentation + +* [Zurb Foundation Docs](http://foundation.zurb.com/docs/) +* [WordPress Codex](http://codex.wordpress.org/) + +## Showcase + +* [Harvard Center for Green Buildings and Cities](http://www.harvardcgbc.org/) +* [INTI International University & Colleges](http://international.newinti.edu.my/) +* [Conservative Leadership Conference](http://civitasclc.com/) +* [The New Tropic](http://thenewtropic.com/) +* [Parent-Child Home Program](http://www.parent-child.org/) +* [Hip and Healthy](http://hipandhealthy.com/) +* [Threadbird blog](http://blog.threadbird.com/) +* [Public House Wines](http://publichousewine.com/) +* [Franchise Career Advisors](http://franchisecareeradvisors.com/) +* [Le saint](http://www.lesaint.ca/) +* [Help blog](http://help.com/blog/) +* [Maren Schmidt](http://marenschmidt.com/) +* [The Rainbow Venues](http://www.therainbowvenues.co.uk/) +* [Ameronix](http://www.ameronix.com/) +* [Finnerodja](http://www.finnerodja.se/) +* [Glossop Cartons](http://www.glossopcartons.co.uk/) +* [Ready4Work](http://www.ready4work.my/) +* [Just Legal](http://www.justlegal.co.jp/en/) +* [Vintage and Stuff](http://vintageandstuff.com/) +* [Software for FM](http://softwareforfm.co.uk/) +* [WP Diamonds](http://www.wpdiamonds.com/) +* [Storm Arts](http://stormarts.fi/) +* [USS Illinois](http://ussillinois.org/) +* [OffGrid Magazine](https://offgridweb.com/) +* [Axe](http://www.axe.be/) +* [ProfitGym](http://profitgym.nl/) +* [Dr Now](http://www.drnow.com/) +* [Agritur Piasina](http://www.agriturpiasina.it/) +* [Atomic Interactive](http://atomicinteractive.com/) +* [Byington Vineyard & Winery](http://byington.com/) +* [Philanthropy House](http://philanthropyhouse.eu/) +* [TVA Group](http://www.groupe-tva.com/en/) +* [Forte Science](https://www.forte-science.co.jp/) +* [Well Made Studio](http://wellmadestudio.com/) +* [Show And Tell](http://www.showandtelluk.com/) +* [Wahl + Case](https://www.wahlandcase.com/) +* [Forefront Dermatology](https://forefrontdermatology.com/) +* [Wirthschaftsjunioren](http://www.wirtschaftsjunioren.org/) +* [Morgridge Institute for Research](https://morgridge.org) +* [Impeach Trump Now](https://impeachdonaldtrumpnow.org/) +* [La revanche des sites](https://www.la-revanche-des-sites.fr/) + + +>Credit goes to all the brilliant designers and developers out there. Have **you** made a site that should be on this list? [Please let me know](https://twitter.com/olefredrik) + +## Contributing +#### Here are ways to get involved: + +1. [Star](https://github.com/olefredrik/FoundationPress/stargazers) the project! +2. Answer questions that come through [GitHub issues](https://github.com/olefredrik/FoundationPress/issues) +3. Report a bug that you find +4. Share a theme you've built on top of FoundationPress +5. [Tweet](https://twitter.com/intent/tweet?original_referer=http%3A%2F%2Ffoundationpress.olefredrik.com%2F&text=Check%20out%20FoundationPress%2C%20the%20ultimate%20%23WordPress%20starter-theme%20built%20on%20%23Foundation%206&tw_p=tweetbutton&url=http%3A%2F%2Ffoundationpress.olefredrik.com&via=olefredrik) and [blog](http://www.justinfriebel.com/my-first-experience-with-foundationpress-a-wordpress-starter-theme-106/) your experience of FoundationPress. + +#### Pull Requests + +Pull requests are highly appreciated. Please follow these guidelines: + +1. Solve a problem. Features are great, but even better is cleaning-up and fixing issues in the code that you discover +2. Make sure that your code is bug-free and does not introduce new bugs +3. Create a [pull request](https://help.github.com/articles/creating-a-pull-request) +4. Verify that all the Travis-CI build checks have passed diff --git a/FoundationPress/archive.php b/FoundationPress/archive.php new file mode 100644 index 0000000..6adc83c --- /dev/null +++ b/FoundationPress/archive.php @@ -0,0 +1,53 @@ + + +
+
+
+ + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + + A custom set of code standard rules to check for WordPress themes. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/FoundationPress/comments.php b/FoundationPress/comments.php new file mode 100644 index 0000000..a1e6686 --- /dev/null +++ b/FoundationPress/comments.php @@ -0,0 +1,160 @@ + +
+ new Foundationpress_Comments(), + 'max_depth' => '', + 'style' => 'ol', + 'callback' => null, + 'end-callback' => null, + 'type' => 'all', + 'reply_text' => __( 'Reply', 'foundationpress' ), + 'page' => '', + 'per_page' => '', + 'avatar_size' => 48, + 'reverse_top_level' => null, + 'reverse_children' => '', + 'format' => 'html5', + 'short_ping' => false, + 'echo' => true, + 'moderation' => __( 'Your comment is awaiting moderation.', 'foundationpress' ), + ) + ); + + ?> +
+ + + +
+
+

+
+
+ + + +
+

+ +

+

+ +

+ logged in to post a comment.', 'foundationpress' ), + wp_login_url( get_permalink() ) + ); + ?> +

+ +
+ +

+ %2$s.', 'foundationpress' ), + get_option( 'siteurl' ), + $user_identity + ); + ?> +

+ +

+ + > +

+

+ + > +

+

+ + +

+ +

+ + +

+

XHTML: + + + + +

+

+ + ID ); ?> +
+ +
+= 9" + - "ios >= 7" + +# Set to true if you want static asset revisioning, helpful for cache busting +REVISIONING: false + +# Gulp will reference these paths when it copies files +PATHS: + # Path to dist folder + dist: "dist" + # Paths to static assets that aren't images, CSS, or JavaScript + assets: + - "src/assets/**/*" + - "!src/assets/{images,images/**/*,js,js/**/*,scss,scss/**/*}" + # Paths to Sass libraries, which can then be loaded with @import + sass: + - "node_modules/foundation-sites/scss" + - "node_modules/motion-ui/src" + # Paths to JavaScript entry points for webpack to bundle modules + entries: + - "src/assets/js/app.js" + # Paths for the package task to include/exclude in .zip archive + package: + - "**/*" + - "!**/node_modules/**" + - "!**/packaged/**" + - "!**/src/**" + - "!**/codesniffer.ruleset.xml" + - "!**/composer.json" + - "!**/composer.lock" + - "!**/config.yml" + - "!**/config.default.yml" + - "!**/gulpfile.babel.js" + - "!**/package.json" + - "!**/package-lock.json" + - "!**/webpack.config.js" + # Paths for PHP CodeSniffer + phpcs: + - "**/*.php" + - "!wpcs" + - "!wpcs/**" diff --git a/FoundationPress/footer.php b/FoundationPress/footer.php new file mode 100644 index 0000000..490f04e --- /dev/null +++ b/FoundationPress/footer.php @@ -0,0 +1,26 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/FoundationPress/functions.php b/FoundationPress/functions.php new file mode 100644 index 0000000..db628d6 --- /dev/null +++ b/FoundationPress/functions.php @@ -0,0 +1,55 @@ + { console.log(e); }), + )) + .pipe($.if(REVISIONING && PRODUCTION || REVISIONING && DEV, $.rev())) + .pipe(gulp.dest(PATHS.dist + '/assets/js')) + .pipe($.if(REVISIONING && PRODUCTION || REVISIONING && DEV, $.rev.manifest())) + .pipe(gulp.dest(PATHS.dist + '/assets/js')); + }, + + watch() { + const watchConfig = Object.assign(webpack.config, { + watch: true, + devtool: 'inline-source-map', + }); + + return gulp.src(PATHS.entries) + .pipe(named()) + .pipe(webpackStream(watchConfig, webpack2, webpack.changeHandler) + .on('error', (err) => { + log('[webpack:error]', err.toString({ + colors: true, + })); + }), + ) + .pipe(gulp.dest(PATHS.dist + '/assets/js')); + }, +}; + +gulp.task('webpack:build', webpack.build); +gulp.task('webpack:watch', webpack.watch); + +// Copy images to the "dist" folder +// In production, the images are compressed +function images() { + return gulp.src('src/assets/images/**/*') + .pipe($.if(PRODUCTION, $.imagemin([ + $.imagemin.jpegtran({ + progressive: true, + }), + $.imagemin.optipng({ + optimizationLevel: 5, + }), + $.imagemin.gifsicle({ + interlaced: true, + }), + $.imagemin.svgo({ + plugins: [ + {cleanupAttrs: true}, + {removeComments: true}, + ] + }) + ]))) + .pipe(gulp.dest(PATHS.dist + '/assets/images')); +} + +// Create a .zip archive of the theme +function archive() { + var time = dateFormat(new Date(), "yyyy-mm-dd_HH-MM"); + var pkg = JSON.parse(fs.readFileSync('./package.json')); + var title = pkg.name + '_' + time + '.zip'; + + return gulp.src(PATHS.package) + .pipe($.zip(title)) + .pipe(gulp.dest('packaged')); +} + +// PHP Code Sniffer task +gulp.task('phpcs', function() { + return gulp.src(PATHS.phpcs) + .pipe($.phpcs({ + bin: 'wpcs/vendor/bin/phpcs', + standard: './codesniffer.ruleset.xml', + showSniffCode: true, + })) + .pipe($.phpcs.reporter('log')); +}); + +// PHP Code Beautifier task +gulp.task('phpcbf', function () { + return gulp.src(PATHS.phpcs) + .pipe($.phpcbf({ + bin: 'wpcs/vendor/bin/phpcbf', + standard: './codesniffer.ruleset.xml', + warningSeverity: 0 + })) + .on('error', log) + .pipe(gulp.dest('.')); +}); + +// Start BrowserSync to preview the site in +function server(done) { + browser.init({ + proxy: BROWSERSYNC.url, + + ui: { + port: 8080 + }, + + }); + done(); +} + +// Reload the browser with BrowserSync +function reload(done) { + browser.reload(); + done(); +} + +// Watch for changes to static assets, pages, Sass, and JavaScript +function watch() { + gulp.watch(PATHS.assets, copy); + gulp.watch('src/assets/scss/**/*.scss', sass) + .on('change', path => log('File ' + colors.bold(colors.magenta(path)) + ' changed.')) + .on('unlink', path => log('File ' + colors.bold(colors.magenta(path)) + ' was removed.')); + gulp.watch('**/*.php', reload) + .on('change', path => log('File ' + colors.bold(colors.magenta(path)) + ' changed.')) + .on('unlink', path => log('File ' + colors.bold(colors.magenta(path)) + ' was removed.')); + gulp.watch('src/assets/images/**/*', gulp.series(images, reload)); +} + +// Build the "dist" folder by running all of the below tasks +gulp.task('build', + gulp.series(clean, gulp.parallel(sass, 'webpack:build', images, copy))); + +// Build the site, run the server, and watch for file changes +gulp.task('default', + gulp.series('build', server, gulp.parallel('webpack:watch', watch))); + +// Package task +gulp.task('package', + gulp.series('build', archive)); diff --git a/FoundationPress/header.php b/FoundationPress/header.php new file mode 100644 index 0000000..35e687c --- /dev/null +++ b/FoundationPress/header.php @@ -0,0 +1,51 @@ + + + > + + + + + + > + + + + + + + diff --git a/FoundationPress/index.php b/FoundationPress/index.php new file mode 100644 index 0000000..a4dbe06 --- /dev/null +++ b/FoundationPress/index.php @@ -0,0 +1,50 @@ + + +
+
+
+ + + + + + + + + + + + + + + + + +
+ + +
+
+, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: foundationpress-libsass-template 5.4.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-09-13 17:56+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" + +#: 404.php:8 +msgid "File Not Found" +msgstr "" + +#: 404.php:12 +msgid "" +"The page you are looking for might have been removed, had its name changed, " +"or is temporarily unavailable." +msgstr "" + +#: 404.php:14 +msgid "Please try the following:" +msgstr "" + +#: 404.php:16 +msgid "Check your spelling" +msgstr "" + +#: 404.php:17 +#, php-format +msgid "Return to the home page" +msgstr "" + +#: 404.php:18 +msgid "Click the Back button" +msgstr "" + +#. /previous pages when applicable +#: archive.php:21 index.php:24 search.php:25 +msgid "← Older posts" +msgstr "" + +#: archive.php:22 index.php:25 search.php:26 +msgid "Newer posts →" +msgstr "" + +#: comments.php:8 +#, php-format +msgid "%s" +msgstr "" + +#: comments.php:9 +#, php-format +msgid "%1$s" +msgstr "" + +#: comments.php:10 +msgid "(Edit)" +msgstr "" + +#: comments.php:16 +msgid "Your comment is awaiting moderation." +msgstr "" + +#: comments.php:31 +msgid "Please do not load this page directly. Thanks!" +msgstr "" + +#: comments.php:36 +msgid "This post is password protected. Enter the password to view comments." +msgstr "" + +#: comments.php:46 +msgid "No Responses to" +msgstr "" + +#: comments.php:46 +msgid "One Response to" +msgstr "" + +#: comments.php:46 +msgid "% Responses to" +msgstr "" + +#: comments.php:53 +msgid "← Older comments" +msgstr "" + +#: comments.php:54 +msgid "Newer comments →" +msgstr "" + +#: comments.php:61 +msgid "Leave a Reply" +msgstr "" + +#: comments.php:61 +#, php-format +msgid "Leave a Reply to %s" +msgstr "" + +#: comments.php:64 +#, php-format +msgid "You must be logged in to post a comment." +msgstr "" + +#: comments.php:68 +#, php-format +msgid "Logged in as %s." +msgstr "" + +#: comments.php:68 +msgid "Log out of this account" +msgstr "" + +#: comments.php:68 +msgid "Log out »" +msgstr "" + +#: comments.php:71 +msgid "Name" +msgstr "" + +#: comments.php:71 comments.php:75 +msgid " (required)" +msgstr "" + +#: comments.php:75 +msgid "Email (will not be published)" +msgstr "" + +#: comments.php:79 +msgid "Website" +msgstr "" + +#: comments.php:84 +msgid "Comment" +msgstr "" + +#: comments.php:87 +msgid "You can use these tags:" +msgstr "" + +#: comments.php:88 +msgid "Submit Comment" +msgstr "" + +#: content-none.php:11 +msgid "Nothing Found" +msgstr "" + +#: content-none.php:17 +#, php-format +msgid "" +"Ready to publish your first post? Get started here." +msgstr "" + +#: content-none.php:21 +msgid "" +"Sorry, but nothing matched your search terms. Please try again with some " +"different keywords." +msgstr "" + +#: content-none.php:26 +msgid "" +"It seems we can’t find what you’re looking for. Perhaps " +"searching can help." +msgstr "" + +#. /archive/search. +#. * +#. * @subpackage FoundationPress +#. * @since FoundationPress 1.0.0 +#. +#: content.php:16 +msgid "Continue reading..." +msgstr "" + +#: hero.php:40 kitchen-sink.php:739 page-full.php:19 page-sidebar-left.php:21 +#: page.php:18 single.php:27 woocommerce.php:18 +msgid "Pages:" +msgstr "" + +#: library/entry-meta.php:4 +#, php-format +msgid "Posted on %1$s at %2$s." +msgstr "" + +#: library/entry-meta.php:5 +msgid "Written by" +msgstr "" + +#: library/foundation.php:16 +msgid "«" +msgstr "" + +#: library/foundation.php:17 +msgid "»" +msgstr "" + +#: library/foundation.php:40 +#, php-format +msgid "" +"Please assign a menu to the primary menu location under %1$s or %2$s the " +"design." +msgstr "" + +#: library/foundation.php:41 +#, php-format +msgid "Menus" +msgstr "" + +#: library/foundation.php:44 +#, php-format +msgid "Customize" +msgstr "" + +#: library/widget-areas.php:6 +msgid "Sidebar widgets" +msgstr "" + +#: library/widget-areas.php:7 +msgid "Drag widgets to this sidebar container." +msgstr "" + +#: library/widget-areas.php:16 +msgid "Footer widgets" +msgstr "" + +#: library/widget-areas.php:17 +msgid "Drag widgets to this footer container" +msgstr "" + +#: node_modules/grunt-pot/test/fixtures/some-file.php:3 +msgid "I'm a translatable string." +msgstr "" + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:4 +msgid "Me too" +msgstr "" + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:7 +#, php-format +msgid "I have %d apple" +msgid_plural "I have %d apples" +msgstr[0] "" +msgstr[1] "" + +#. / TRANSLATORS: This should be translated as a shorthand for YEAR-MONTH-DAY using 4, 2 and 2 digits. +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:16 +msgid "yyyy-mm-dd" +msgstr "" + +#: search.php:7 +msgid "Search Results for" +msgstr "" + +#: searchform.php:6 searchform.php:10 +msgid "Search" +msgstr "" diff --git a/FoundationPress/languages/ca.mo b/FoundationPress/languages/ca.mo new file mode 100644 index 0000000000000000000000000000000000000000..2a02fb6928c52cbc39dc1b3bcd35b04c4ae35660 GIT binary patch literal 5002 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, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: FoundationPress\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-09-13 17:56+0200\n" +"PO-Revision-Date: 2016-10-16 10:05+0200\n" +"Last-Translator: \n" +"Language-Team: Lluis Bordas \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.8.9\n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: 404.php:8 +msgid "File Not Found" +msgstr "Arxiu No Trobat" + +#: 404.php:12 +msgid "" +"The page you are looking for might have been removed, had its name changed, " +"or is temporarily unavailable." +msgstr "" +"La pàgina que està buscantno es troba, ha canviat de nom o no està " +"disponible temporalment." + +#: 404.php:14 +msgid "Please try the following:" +msgstr "Si us plau, intenti el següent:" + +#: 404.php:16 +msgid "Check your spelling" +msgstr "Revisi la seva ortografia" + +#: 404.php:17 +#, php-format +msgid "Return to the home page" +msgstr "Tornar a la pàgina d'inici" + +#: 404.php:18 +msgid "Click the Back button" +msgstr "Feu clic al botó Tornar" + +#. /previous pages when applicable +#: archive.php:21 index.php:24 search.php:25 +msgid "← Older posts" +msgstr "← Entrades més antigues" + +#: archive.php:22 index.php:25 search.php:26 +msgid "Newer posts →" +msgstr "Entrades més noves →" + +#: comments.php:8 +#, php-format +msgid "%s" +msgstr "%s" + +#: comments.php:9 +#, php-format +msgid "%1$s" +msgstr "%1$s" + +#: comments.php:10 +msgid "(Edit)" +msgstr "(Editar)" + +#: comments.php:16 +msgid "Your comment is awaiting moderation." +msgstr "El seu comentari està esperant ser moderat." + +#: comments.php:31 +msgid "Please do not load this page directly. Thanks!" +msgstr "Si us plau, no carregui aquesta pàgina directament. Gràcies!" + +#: comments.php:36 +msgid "This post is password protected. Enter the password to view comments." +msgstr "" +"Aquesta entrada està protegida. Introduïu la contrasenya per veure els " +"comentaris." + +#: comments.php:46 +msgid "No Responses to" +msgstr "No hi ha respostes a" + +#: comments.php:46 +msgid "One Response to" +msgstr "Una resposta a" + +#: comments.php:46 +msgid "% Responses to" +msgstr "% Respostes a" + +#: comments.php:53 +msgid "← Older comments" +msgstr "← Comentaris més antics" + +#: comments.php:54 +msgid "Newer comments →" +msgstr "Comentaris més nous →" + +#: comments.php:61 +msgid "Leave a Reply" +msgstr "Deixa una Resposta" + +#: comments.php:61 +#, php-format +msgid "Leave a Reply to %s" +msgstr "Deixa una Resposta a %s" + +#: comments.php:64 +#, php-format +msgid "You must be logged in to post a comment." +msgstr "" +"Has de estar connectat com a usuari per publicar un " +"comentari." + +#: comments.php:68 +#, php-format +msgid "Logged in as %s." +msgstr "Connectat com %s." + +#: comments.php:68 +msgid "Log out of this account" +msgstr "Sortir d'aquest compte" + +#: comments.php:68 +msgid "Log out »" +msgstr "Sortir »" + +#: comments.php:71 +msgid "Name" +msgstr "Nom" + +#: comments.php:71 comments.php:75 +msgid " (required)" +msgstr "(necessari)" + +#: comments.php:75 +msgid "Email (will not be published)" +msgstr "Email (no es publicarà)" + +#: comments.php:79 +msgid "Website" +msgstr "Website" + +#: comments.php:84 +msgid "Comment" +msgstr "Comentari" + +#: comments.php:87 +msgid "You can use these tags:" +msgstr "Podeu fer servir aquestes etiquetes:" + +#: comments.php:88 +msgid "Submit Comment" +msgstr "Enviar comentari" + +#: content-none.php:11 +msgid "Nothing Found" +msgstr "No s'ha trobat res" + +#: content-none.php:17 +#, php-format +msgid "" +"Ready to publish your first post? Get started here." +msgstr "" +"A punt per publicar el seu primer post? Comença aquí." + +#: content-none.php:21 +msgid "" +"Sorry, but nothing matched your search terms. Please try again with some " +"different keywords." +msgstr "" +"Ho sentim, però no hem trobat res. Torneu-ho de nou amb algunes paraules " +"clau diferents." + +#: content-none.php:26 +msgid "" +"It seems we can’t find what you’re looking for. Perhaps " +"searching can help." +msgstr "" +"Sembla que no podem trobar el que estàs buscant. Potser la cerca pot ajudar." + +#. /archive/search. +#. * +#. * @subpackage FoundationPress +#. * @since FoundationPress 1.0.0 +#. +#: content.php:16 +msgid "Continue reading..." +msgstr "Segueix llegint ..." + +#: hero.php:40 kitchen-sink.php:739 page-full.php:19 page-sidebar-left.php:21 +#: page.php:18 single.php:27 woocommerce.php:18 +msgid "Pages:" +msgstr "Pàgines:" + +#: library/entry-meta.php:4 +#, php-format +msgid "Posted on %1$s at %2$s." +msgstr "Publicat el %1$s a les %2$s." + +#: library/entry-meta.php:5 +msgid "Written by" +msgstr "Publicat per" + +#: library/foundation.php:16 +msgid "«" +msgstr "«" + +#: library/foundation.php:17 +msgid "»" +msgstr "»" + +#: library/foundation.php:40 +#, php-format +msgid "" +"Please assign a menu to the primary menu location under %1$s or %2$s the " +"design." +msgstr "" +"Si us plau, assignar un menú per a la ubicació del menú principal sota %1$s " +"o %2$s el disseny." + +#: library/foundation.php:41 +#, php-format +msgid "Menus" +msgstr "Menus" + +#: library/foundation.php:44 +#, php-format +msgid "Customize" +msgstr "Personalitzar" + +#: library/widget-areas.php:6 +msgid "Sidebar widgets" +msgstr "Widgets de la barra lateral (Sidebar)" + +#: library/widget-areas.php:7 +msgid "Drag widgets to this sidebar container." +msgstr "Arrossegueu widgets per a aquest contenidor de la barra lateral." + +#: library/widget-areas.php:16 +msgid "Footer widgets" +msgstr "Widgets del peu de pàgina (Footer)" + +#: library/widget-areas.php:17 +msgid "Drag widgets to this footer container" +msgstr "Arrossegueu widgets a aquest contenidor de peu de pàgina" + +#: node_modules/grunt-pot/test/fixtures/some-file.php:3 +msgid "I'm a translatable string." +msgstr "Sóc una cadena traduïble." + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:4 +msgid "Me too" +msgstr "Jo també" + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:7 +#, php-format +msgid "I have %d apple" +msgid_plural "I have %d apples" +msgstr[0] "Tinc %d poma" +msgstr[1] "Tinc %d pomes" + +#. / TRANSLATORS: This should be translated as a shorthand for YEAR-MONTH-DAY using 4, 2 and 2 digits. +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:16 +msgid "yyyy-mm-dd" +msgstr "aaaa-mm-dd" + +#: search.php:7 +msgid "Search Results for" +msgstr "Cercar resultats per" + +#: searchform.php:6 searchform.php:10 +msgid "Search" +msgstr "Cerca" diff --git a/FoundationPress/languages/cs_CZ.mo b/FoundationPress/languages/cs_CZ.mo new file mode 100644 index 0000000000000000000000000000000000000000..402f9d43687620fa9b8f6d6f4175909f10ff3677 GIT binary patch literal 5564 zcma)<-)|gO6~~9tLK{kfLZPIk+?qN~=(XJ*$wXs9~! z?04qQz4!e3o^y}?eDCeAdR#Ny4|2czAOVR2YwWM1iTk4 zjowd!`+0u`{47`>z4yRR^ZtEs7JMC)_3w_`Zuh&QTEASHUzXd-IK7=rlUjjb?J_UXbTm+ASE$}no1}J*`5)`?= z2gSa(L0R`#Q1<)x==~0qk$Lxli1PM>i{Qgx1x&!tgBzg8djp&U{|I8Tw;v-8f(n%N zXF-v-2#UN0_zf@x#lAm)Yv5nNGvIUk3O{}ia{dmAoPUCtQN1)i_K-u>dQ1t!@h$`OCL6QF(Q1p5W^uf2m$HC() z`XU&C65p%fi{MW|(M!ly0`3My-f>WYPl4hu4SomwHpmk1F38sf9|V`dS3p$v{szkW z|9}sJ;`}*a0umxA=8@Netx@A4}Xl zbuck6WkF*6L*AsiVA76_Q75P(#$3y&?fuqtSEr36=(t)dKw{FX)ODkM@X*AGQ=mvu^~^aNd#7y_nb?7` z3*yYE#Au&wE0sz$W**voKAOuj;dpglgwI29Q-Kb7h4}-KNZl7CJ=XBCE@-T1wAdBQ_Dbiu+ z&52s)Su$s{*!SiNHAdQbXPruoiBh$WOLcr8NhM%Ttp>5L)?3<%H%Ft1QK7YMtjCz7 zq83fk(w&qIbkb2xQAlj-60PFed=5FhR&b`>KlomK}jR3FJ{Qt{@ChzN1il5vEunT`iz z-3^-B1vXZp#zN?;>7}G!D&#a3;@d^-cW+7<< z!@Q+YGK|T(WRs*Ysq*;_g&%*y=ziyIpWTb1URAl?X>MH8S zPPI*M-6lT9FJ<*8aB7_J%eX9eEbLHvFZERvG+R!!gyMB$Vv0g!yT&gu1XIyIhE1wL zAfRqZf=K~zChAy76@)#NK|m5(*P*SqEagF}qRi^R7tsicP%j#IwxZ6&QaL1u+g}M% zH!$mzle|8m|0PpTDT3amBybL$>OJpks4gj)K|@x{uWrIj8ILHnQbqOzCLHHlUIK*( zqLm&?smMyHO}R|bRd1>mE(LVUdyMbP95!9 zHC3tXj4l!3hB;lRTvLV4+iRX5rOP>v&6-+SnOQM2D=V-Z%3X1_YH50AB`#olbS1X7 zGy1gaxlvk)8?_^iQoiVlOlYw9%JxuvrIpdRR}VK#i*l0KRyf!kzG=3u8t-{ZaqI>g!)xBw%b4kuKiHrk(poKa!@&k` zF+Rx4i98gCc7p?Uc+Ie`RVY@R4!vB#jGATZw1ym5iBy3O&u1fe%G+&8YLSJkTURmbG6vI3l@$JAW;DFPL+<%CoL-{tsx=O7)e4QT!=R$(Aymv7 z7!^^fiv_CNlL>ouQXa474h?Q-A~O?t2epKxq&Y;1R7J0qMHeNOL| z#ifH^Z(Vg+?!`b>5Y1Sv>D@f|01erB!ora$u6=JzFW7!J!QNYceJ&bYk1fp@hOE6O zGseBz@Ft`YhvbA*~Pqu2{clrl1Gyt+Z}kmDqkrh;o}?l}PL1#E}r;LY_`W^3Dl$ zN0YK5?;~4LPY*WRJ$kufO-c3JoZDDN)Ch70F{mIYF8>R(i_%i)(H-@4QXhoCCJu_W zj#8W?`iZdqiKB6Z!-Gp!HiqbaC#@MdB z579nO)&w9dkH(LJlS@J>|~@=5Xs4mSc(fGMKN)i$ z>B@A~kNCh}3Hu<|8vU!?x~fxI85^I1m35d-BS|^Mh~3d-a-${86Pn(nNyq0=MO_qL zN-5zzH(T{>oqC^Bb;pq5jl8eK-0R~Q_V`b!lj_i$AD5?&&4zCh2jzN5e|CBPoV1xm zHmUA*0_^NcPGzJS;_HK(ZZBsf^Trh>5V}+#icocDx#H|-6JKJPHd+ul%(c${7o;u0 WSo$}NEc#I4w{)T{n, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: foundationpress-libsass-template 5.4.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-05 11:14+0200\n" +"PO-Revision-Date: 2016-10-16 10:05+0200\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Poedit 1.8.9\n" +"X-Poedit-Basepath: ..\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;" +"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;" +"esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;" +"esc_html_x:1,2c\n" +"X-Poedit-SearchPath-0: .\n" +"X-Poedit-SearchPathExcluded-0: node_modules\n" +"X-Poedit-SearchPathExcluded-1: assets\n" + +#: 404.php:16 +msgid "File Not Found" +msgstr "Soubor nenalezen" + +#: 404.php:20 +msgid "" +"The page you are looking for might have been removed, had its name changed, " +"or is temporarily unavailable." +msgstr "" +"Stránka, kterou hledáte, byla pravděpodobně odstraněna, její název byl " +"změněn, nebo je dočasně nedostupná." + +#: 404.php:22 +msgid "Please try the following:" +msgstr "Prosím, zkuste následující:" + +#: 404.php:24 +msgid "Check your spelling" +msgstr "Zkontrolujte zadaný výraz" + +#: 404.php:25 +#, php-format +msgid "Return to the home page" +msgstr "Zpět na domovskou stránku" + +#: 404.php:26 +msgid "Click the Back button" +msgstr "" +"Klikněte na tlačítko Zpět vašeho " +"prohlížeče" + +#: archive.php:37 index.php:35 search.php:34 +msgid "← Older posts" +msgstr "← Starší příspěvky" + +#: archive.php:38 index.php:36 search.php:35 +msgid "Newer posts →" +msgstr "Novější příspěvky →" + +#: comments.php:26 +msgid "Reply" +msgstr "Odpovědět" + +#: comments.php:35 library/foundation.php:157 +msgid "Your comment is awaiting moderation." +msgstr "Váš komentář čeká na schválení administrátorem." + +#: comments.php:54 +msgid "Please do not load this page directly. Thanks!" +msgstr "Prosím nenačítejte tuto stránku přímo. Díky!" + +#: comments.php:59 +msgid "This post is password protected. Enter the password to view comments." +msgstr "" +"Tento příspěvek je chráněný heslem. Vložte heslo pro zobrazení komentářů." + +#: comments.php:72 +msgid "Leave a Reply" +msgstr "Odpovědět" + +#: comments.php:72 +#, php-format +msgid "Leave a Reply to %s" +msgstr "Reagovat na %s" + +#: comments.php:75 +#, php-format +msgid "You must be logged in to post a comment." +msgstr "Pro vložení komentáře musíte být přihlášeni." + +#: comments.php:79 +#, php-format +msgid "Logged in as %1$s." +msgstr "Přihlášen jako %1$s." + +#: comments.php:79 +msgid "Log out of this account" +msgstr "Odhlásit se z tohoto účtu." + +#: comments.php:79 +msgid "Log out »" +msgstr "Odhlásit »" + +#: comments.php:84 +msgid "Name" +msgstr "Jméno" + +#: comments.php:84 comments.php:92 +msgid " (required)" +msgstr "(požadováno)" + +#: comments.php:92 +msgid "Email (will not be published)" +msgstr "Email (nebude zveřejněný)" + +#: comments.php:100 +msgid "Website" +msgstr "Webové stránky" + +#: comments.php:109 +msgid "Comment" +msgstr "Komentář" + +#: comments.php:116 +msgid "You can use these tags:" +msgstr "Můžete použít tyto HTML tagy:" + +#: comments.php:122 +msgid "Submit Comment" +msgstr "Odeslat komentář" + +#: library/custom-nav.php:16 +msgid "Mobile Menu Settings" +msgstr "Nastavení mobilní navigace" + +#: library/custom-nav.php:17 +msgid "Controls the mobile menu" +msgstr "Ovládání mobilní navigace" + +#: library/custom-nav.php:22 +msgid "Mobile navigation layout" +msgstr "Rozvržení mobilní navigace" + +#: library/custom-nav.php:31 +msgid "topbar" +msgstr "horní panel" + +#: library/entry-meta.php:11 +#, php-format +msgid "Posted on %1$s at %2$s." +msgstr "Publikováno %1$s v %2$s." + +#: library/entry-meta.php:12 +msgid "Written by" +msgstr "Napsal" + +#: library/foundation.php:24 +msgid "«" +msgstr "«" + +#: library/foundation.php:25 +msgid "»" +msgstr "»" + +#: library/foundation.php:53 +#, php-format +msgid "" +"Please assign a menu to the primary menu location under %1$s or %2$s the " +"design." +msgstr "" +"Prosím přiřaďte menu jako primární menu umístění pod %1$s nebo %2$s v " +"rozložení stránky." + +#: library/foundation.php:54 +#, php-format +msgid "Menus" +msgstr "Menu" + +#: library/foundation.php:57 +#, php-format +msgid "Customize" +msgstr "Přizpůsobit" + +#: library/foundation.php:107 +msgid "No Responses to" +msgstr "Žádná reakce na" + +#: library/foundation.php:107 +msgid "One Response to" +msgstr "Jedna reakce na" + +#: library/foundation.php:107 +msgid "% Responses to" +msgstr "% reakcí na" + +#: library/foundation.php:147 +#, php-format +msgid "%s" +msgstr "%s" + +#: library/navigation.php:43 +msgid "mobile-nav" +msgstr "mobilní nav" + +#: library/navigation.php:210 +msgid "Page" +msgstr "Stránka" + +#: library/responsive-images.php:19 +msgid "FP Small" +msgstr "FP malý" + +#: library/responsive-images.php:20 +msgid "FP Medium" +msgstr "FP střední" + +#: library/responsive-images.php:21 +msgid "FP Large" +msgstr "FP velký" + +#: library/widget-areas.php:13 +msgid "Sidebar widgets" +msgstr "Widgety postranního panelu" + +#: library/widget-areas.php:14 +msgid "Drag widgets to this sidebar container." +msgstr "Přetáhněte widgety na tuto oblast pro postranní panel." + +#: library/widget-areas.php:23 +msgid "Footer widgets" +msgstr "Widgety v patičce" + +#: library/widget-areas.php:24 +msgid "Drag widgets to this footer container" +msgstr "Přetáhněte widgety na tuto oblast pro zápatí." + +#: page-templates/front.php:38 page-templates/page-full-width.php:22 +#: page-templates/page-sidebar-left.php:22 page.php:31 single.php:33 +#: woocommerce.php:26 +msgid "Pages:" +msgstr "Stránky:" + +#: page.php:28 single.php:30 +msgid "Edit" +msgstr "Upravit" + +#: search.php:16 +msgid "Search Results for" +msgstr "Výsledek vyhledávání výrazu" + +#: searchform.php:13 searchform.php:16 +msgid "Search" +msgstr "Hledat" + +#: template-parts/content-none.php:14 +msgid "Nothing Found" +msgstr "Nenalezeno" + +#: template-parts/content-none.php:20 +#, php-format +msgid "" +"Ready to publish your first post? Get started here." +msgstr "" +"Připraveni publikovat váš první příspěvek webu? Začněte " +"zde." + +#: template-parts/content-none.php:24 +msgid "" +"Sorry, but nothing matched your search terms. Please try again with some " +"different keywords." +msgstr "" +"Je nám líto, ale nic neodpovídá vašim požadavkům na hledané výrazy. Zkuste " +"to prosím znovu s zadáním jiných klíčových slov." + +#: template-parts/content-none.php:29 +msgid "" +"It seems we can’t find what you’re looking for. Perhaps " +"searching can help." +msgstr "" +"Zdá se, že nemůžete najít, co jste hledali. Možná vám pomůže vyhledávání." + +#: template-parts/content.php:19 +msgid "Continue reading..." +msgstr "Číst dále..." + +#~ msgid "%1$s" +#~ msgstr "%1$s" + +#~ msgid "← Older comments" +#~ msgstr "← starší komentáře" + +#~ msgid "Newer comments →" +#~ msgstr "Novější komentáře →" + +#~ msgid "I'm a translatable string." +#~ msgstr "Jsem přeložitelný řetězec." + +#~ msgid "Me too" +#~ msgstr "Já taky" + +#~ msgid "I have %d apple" +#~ msgid_plural "I have %d apples" +#~ msgstr[0] "Mám %d jablko" +#~ msgstr[1] "Mám %d jablka" +#~ msgstr[2] "Mám %d jablek" + +#~ msgid "yyyy-mm-dd" +#~ msgstr "yyy-mm-dd" diff --git a/FoundationPress/languages/da_DK.mo b/FoundationPress/languages/da_DK.mo new file mode 100644 index 0000000000000000000000000000000000000000..b760fc66f95fe424a1ab4213cb373b19632967da GIT binary patch literal 4820 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, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: foundationpress-libsass-template 5.4.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-10-12 21:40+0200\n" +"PO-Revision-Date: 2016-10-16 10:05+0200\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 1.8.9\n" +"Last-Translator: \n" +"Language: da\n" + +#: 404.php:8 +msgid "File Not Found" +msgstr "Filen blev ikke fundet" + +#: 404.php:12 +msgid "" +"The page you are looking for might have been removed, had its name changed, " +"or is temporarily unavailable." +msgstr "" +"Siden du leder efter kan være blevet flyttet, fået ændret navn eller er " +"midlertidigt utilgængelig" + +#: 404.php:14 +msgid "Please try the following:" +msgstr "Venligst prøv følgende:" + +#: 404.php:16 +msgid "Check your spelling" +msgstr "Kontroller din stavning" + +#: 404.php:17 +#, php-format +msgid "Return to the home page" +msgstr "Gå tilbage til forsiden" + +#: 404.php:18 +msgid "Click the Back button" +msgstr "Tryk på Tilbageknappen" + +#. /previous pages when applicable +#: archive.php:21 index.php:24 search.php:25 +msgid "← Older posts" +msgstr "← Ældre indlæg" + +#: archive.php:22 index.php:25 search.php:26 +msgid "Newer posts →" +msgstr "Nyere indlæg →" + +#: comments.php:8 +#, php-format +msgid "%s" +msgstr "%s" + +#: comments.php:9 +#, php-format +msgid "%1$s" +msgstr "%1$s" + +#: comments.php:10 +msgid "(Edit)" +msgstr "(Rediger)" + +#: comments.php:16 +msgid "Your comment is awaiting moderation." +msgstr "Din kommentar afventer godkendelse." + +#: comments.php:31 +msgid "Please do not load this page directly. Thanks!" +msgstr "Vær venlig ikke at indlæse siden direkte. Tak!" + +#: comments.php:36 +msgid "This post is password protected. Enter the password to view comments." +msgstr "" +"Dette indlæg er beskyttet med kodeord. Indtast kodeord for at læse " +"kommentarer." + +#: comments.php:46 +msgid "No Responses to" +msgstr "Ingen svar til" + +#: comments.php:46 +msgid "One Response to" +msgstr "Et svar til" + +#: comments.php:46 +msgid "% Responses to" +msgstr "% svar til" + +#: comments.php:53 +msgid "← Older comments" +msgstr "← Ældre kommentarer" + +#: comments.php:54 +msgid "Newer comments →" +msgstr "Nyere kommentarer →" + +#: comments.php:61 +msgid "Leave a Reply" +msgstr "Skriv et svar" + +#: comments.php:61 +#, php-format +msgid "Leave a Reply to %s" +msgstr "Skriv et svar til %s" + +#: comments.php:64 +#, php-format +msgid "You must be logged in to post a comment." +msgstr "" +"Du skal være logget ind for at skrive en kommentar." + +#: comments.php:68 +#, php-format +msgid "Logged in as %s." +msgstr "Logget ind som %s." + +#: comments.php:68 +msgid "Log out of this account" +msgstr "Log ud af denne konto" + +#: comments.php:68 +msgid "Log out »" +msgstr "Log ud »" + +#: comments.php:71 +msgid "Name" +msgstr "Navn" + +#: comments.php:71 comments.php:75 +msgid " (required)" +msgstr " (påkrævet)" + +#: comments.php:75 +msgid "Email (will not be published)" +msgstr "Mail (vil ikke blive offentliggjort)" + +#: comments.php:79 +msgid "Website" +msgstr "Websted" + +#: comments.php:84 +msgid "Comment" +msgstr "Kommentar" + +#: comments.php:87 +msgid "You can use these tags:" +msgstr "Du kan bruge disse tags:" + +#: comments.php:88 +msgid "Submit Comment" +msgstr "Send kommentar" + +#: content-none.php:11 +msgid "Nothing Found" +msgstr "Intet fundet" + +#: content-none.php:17 +#, php-format +msgid "" +"Ready to publish your first post? Get started here." +msgstr "" +"Klar til at udgive dit første indlæg? Kom i gang her." + +#: content-none.php:21 +msgid "" +"Sorry, but nothing matched your search terms. Please try again with some " +"different keywords." +msgstr "" +"Beklager, men din søgning gav ingen resultater. Prøv igen med andre søgeord." + +#: content-none.php:26 +msgid "" +"It seems we can’t find what you’re looking for. Perhaps " +"searching can help." +msgstr "" +"Det virker til at vi ikke kan finde hvad du ledte efter. Måske en søgning " +"kan hjælpe." + +#. /archive/search. +#. * +#. * @subpackage FoundationPress +#. * @since FoundationPress 1.0.0 +#. +#: content.php:16 +msgid "Continue reading..." +msgstr "Læs resten..." + +#: hero.php:40 kitchen-sink.php:739 page-full.php:19 page-sidebar-left.php:21 +#: page.php:18 single.php:27 woocommerce.php:18 +msgid "Pages:" +msgstr "Sider:" + +#: library/entry-meta.php:4 +#, php-format +msgid "Posted on %1$s at %2$s." +msgstr "Skrevet den %1$s kl. %2$s." + +#: library/entry-meta.php:5 +msgid "Written by" +msgstr "Skrevet af" + +#: library/foundation.php:16 +msgid "«" +msgstr "«" + +#: library/foundation.php:17 +msgid "»" +msgstr "»" + +#: library/foundation.php:40 +#, php-format +msgid "" +"Please assign a menu to the primary menu location under %1$s or %2$s the " +"design." +msgstr "" +"Vælg venligst en menu til den primære menuplacering under %1$s eller %2$s " +"designet." + +#: library/foundation.php:41 +#, php-format +msgid "Menus" +msgstr "Menuer" + +#: library/foundation.php:44 +#, php-format +msgid "Customize" +msgstr "Tilpas" + +#: library/widget-areas.php:6 +msgid "Sidebar widgets" +msgstr "Sidebar-widgets" + +#: library/widget-areas.php:7 +msgid "Drag widgets to this sidebar container." +msgstr "Træk widgets til dette sidebar-område." + +#: library/widget-areas.php:16 +msgid "Footer widgets" +msgstr "Sidefod-widgets" + +#: library/widget-areas.php:17 +msgid "Drag widgets to this footer container" +msgstr "Træk widgets til dette sidefodsområde" + +#: node_modules/grunt-pot/test/fixtures/some-file.php:3 +msgid "I'm a translatable string." +msgstr "Jeg er en tekststreng som kan oversættes." + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:4 +msgid "Me too" +msgstr "Også mig" + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:7 +#, php-format +msgid "I have %d apple" +msgid_plural "I have %d apples" +msgstr[0] "Jeg har %d æble" +msgstr[1] "Jeg har %d æbler" + +#. / TRANSLATORS: This should be translated as a shorthand for YEAR-MONTH-DAY using 4, 2 and 2 digits. +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:16 +msgid "yyyy-mm-dd" +msgstr "yyyy-mm-dd" + +#: search.php:7 +msgid "Search Results for" +msgstr "Søgeresultater for" + +#: searchform.php:6 searchform.php:10 +msgid "Search" +msgstr "Søg" diff --git a/FoundationPress/languages/de_DE.mo b/FoundationPress/languages/de_DE.mo new file mode 100644 index 0000000000000000000000000000000000000000..32716dd0faf72e4811cb13542fabe399f2f00586 GIT binary patch literal 4879 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 b`dZ2XRb`!WhEddI0vxJ14znzjW=H)SzIAJu literal 0 HcmV?d00001 diff --git a/FoundationPress/languages/de_DE.po b/FoundationPress/languages/de_DE.po new file mode 100644 index 0000000..a42fda3 --- /dev/null +++ b/FoundationPress/languages/de_DE.po @@ -0,0 +1,333 @@ +msgid "" +msgstr "" +"Project-Id-Version: FoundationPress v5.4\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-04-12 17:53+0200\n" +"PO-Revision-Date: 2016-10-16 10:06+0200\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: de_DE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Poedit 1.8.9\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;" +"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n" +"X-Textdomain-Support: yes\n" +"X-Poedit-SearchPath-0: .\n" + +# @ FoundationPress +#: 404.php:8 +msgid "File Not Found" +msgstr "Datei nicht gefunden" + +# @ FoundationPress +#: 404.php:12 +msgid "" +"The page you are looking for might have been removed, had its name changed, " +"or is temporarily unavailable." +msgstr "" +"Die Seite, die du suchst, wurde möglicherweise entfernt oder umbenannt, oder " +"ist vorübergehend nicht verfügbar." + +# @ FoundationPress +#: 404.php:14 +msgid "Please try the following:" +msgstr "Bitte versuche folgendes:" + +# @ FoundationPress +#: 404.php:16 +msgid "Check your spelling" +msgstr "Überprüfe deine Eingabe" + +# @ FoundationPress +#: 404.php:17 +#, php-format +msgid "Return to the home page" +msgstr "Zurück zur Startseite" + +# @ FoundationPress +#: 404.php:18 +msgid "Click the Back button" +msgstr "" +"Klicke auf die Zurück Schaltfläche" + +# @ FoundationPress +#. /previous pages when applicable +#: archive.php:21 index.php:24 search.php:25 +msgid "← Older posts" +msgstr "← ältere Beiträge" + +# @ FoundationPress +#: archive.php:22 index.php:25 search.php:26 +msgid "Newer posts →" +msgstr "neuere Beiträge →" + +# @ FoundationPress +#: comments.php:8 +#, php-format +msgid "%s" +msgstr "" + +# @ FoundationPress +#: comments.php:9 +#, php-format +msgid "%1$s" +msgstr "" + +# @ FoundationPress +#: comments.php:10 +msgid "(Edit)" +msgstr "(Bearbeiten)" + +# @ FoundationPress +#: comments.php:16 +msgid "Your comment is awaiting moderation." +msgstr "Dein Kommentar wartet auf Freischaltung." + +# @ FoundationPress +#: comments.php:31 +msgid "Please do not load this page directly. Thanks!" +msgstr "Bitte diese Seite nicht direkt laden. Vielen Dank!" + +# @ FoundationPress +#: comments.php:36 +msgid "This post is password protected. Enter the password to view comments." +msgstr "" +"Dieser Beitrag ist passwortgeschützt. Um die Kommentare zu sehen, musst du " +"das Passwort eingeben." + +# @ FoundationPress +#: comments.php:46 +msgid "No Responses to" +msgstr "Keine Antworten auf" + +# @ FoundationPress +#: comments.php:46 +msgid "One Response to" +msgstr "Eine Antwort auf" + +# @ FoundationPress +#: comments.php:46 +msgid "% Responses to" +msgstr "% Antworten auf" + +# @ FoundationPress +#: comments.php:53 +msgid "← Older comments" +msgstr "← ältere Kommentare" + +# @ FoundationPress +#: comments.php:54 +msgid "Newer comments →" +msgstr "neuere Kommentare →" + +# @ FoundationPress +#: comments.php:61 +msgid "Leave a Reply" +msgstr "Antworten" + +# @ FoundationPress +#: comments.php:61 +#, php-format +msgid "Leave a Reply to %s" +msgstr "Auf %s antworten" + +# @ FoundationPress +#: comments.php:64 +#, php-format +msgid "You must be logged in to post a comment." +msgstr "" +"Du musst angemeldet sein, um einen Kommentar abzugeben." + +# @ FoundationPress +#: comments.php:68 +#, php-format +msgid "Logged in as %s." +msgstr "Angemeldet als %s." + +# @ FoundationPress +#: comments.php:68 +msgid "Log out of this account" +msgstr "Von diesem Konto abmelden" + +# @ FoundationPress +#: comments.php:68 +msgid "Log out »" +msgstr "Abmelden »" + +# @ FoundationPress +#: comments.php:71 +msgid "Name" +msgstr "Name" + +# @ FoundationPress +#: comments.php:71 comments.php:75 +msgid " (required)" +msgstr "(erforderlich)" + +# @ FoundationPress +#: comments.php:75 +msgid "Email (will not be published)" +msgstr "E-Mail (wird nicht veröffentlicht)" + +# @ FoundationPress +#: comments.php:79 +msgid "Website" +msgstr "Website" + +# @ FoundationPress +#: comments.php:84 +msgid "Comment" +msgstr "Kommentar" + +# @ FoundationPress +#: comments.php:87 +msgid "You can use these tags:" +msgstr "Du kannst diese Tags verwenden:" + +# @ FoundationPress +#: comments.php:88 +msgid "Submit Comment" +msgstr "Kommentar absenden" + +# @ FoundationPress +#: content-none.php:11 +msgid "Nothing Found" +msgstr "nichts gefunden" + +# @ FoundationPress +#: content-none.php:17 +#, php-format +msgid "" +"Ready to publish your first post? Get started here." +msgstr "" +"Bereit, deinen ersten Beitrag zu veröffentlichen? Hier " +"geht's los" + +# @ FoundationPress +#: content-none.php:21 +msgid "" +"Sorry, but nothing matched your search terms. Please try again with some " +"different keywords." +msgstr "" +"Es tut uns leid, aber es konnten keine Übereinstimmungen gefunden werden. " +"Bitte versuche es mit einigen anderen Suchbegriffen erneut." + +# @ FoundationPress +#: content-none.php:26 +msgid "" +"It seems we can’t find what you’re looking for. Perhaps " +"searching can help." +msgstr "" +"Leider konnten wir die angefragte Seite nicht finden. Vielleicht hilft dir " +"die Suchfunktion weiter." + +# @ FoundationPress +#. /archive/search. +#. * +#. * @subpackage FoundationPress +#. * @since FoundationPress 1.0.0 +#. +#: content.php:16 +msgid "Continue reading..." +msgstr "Weiterlesen..." + +# @ FoundationPress +#: hero.php:40 kitchen-sink.php:739 page-full.php:19 page-sidebar-left.php:21 +#: page.php:18 single.php:27 woocommerce.php:18 +msgid "Pages:" +msgstr "Seiten:" + +# @ FoundationPress +#: library/entry-meta.php:4 +#, php-format +msgid "Posted on %1$s at %2$s." +msgstr "Veröffentlicht am %1$s um %2$s." + +# @ FoundationPress +#: library/entry-meta.php:5 +msgid "Written by" +msgstr "Geschrieben von" + +# @ FoundationPress +#: library/foundation.php:16 +msgid "«" +msgstr "«" + +# @ FoundationPress +#: library/foundation.php:17 +msgid "»" +msgstr "»" + +# @ FoundationPress +#: library/foundation.php:40 +#, php-format +msgid "" +"Please assign a menu to the primary menu location under %1$s or %2$s the " +"design." +msgstr "Bitte weise ein Menü zur primären Menüposition %1$s oder %2$s zu." + +# @ FoundationPress +#: library/foundation.php:41 +#, php-format +msgid "Menus" +msgstr "Menüs" + +# @ FoundationPress +#: library/foundation.php:44 +#, php-format +msgid "Customize" +msgstr "Anpassen" + +# @ FoundationPress +#: library/widget-areas.php:6 +msgid "Sidebar widgets" +msgstr "Seitenleisten-Widgetbereich" + +# @ FoundationPress +#: library/widget-areas.php:7 +msgid "Drag widgets to this sidebar container." +msgstr "Ziehe Widgets zu diesem Seitenleisten-Bereich." + +# @ FoundationPress +#: library/widget-areas.php:16 +msgid "Footer widgets" +msgstr "Footer-Widgetbereich" + +# @ FoundationPress +#: library/widget-areas.php:17 +msgid "Drag widgets to this footer container" +msgstr "Ziehe Widgets zu diesem Footer-Bereich." + +#: node_modules/grunt-pot/test/fixtures/some-file.php:3 +msgid "I'm a translatable string." +msgstr "" + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:4 +msgid "Me too" +msgstr "" + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:7 +#, php-format +msgid "I have %d apple" +msgid_plural "I have %d apples" +msgstr[0] "" +msgstr[1] "" + +#. / TRANSLATORS: This should be translated as a shorthand for YEAR-MONTH-DAY using 4, 2 and 2 digits. +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:16 +msgid "yyyy-mm-dd" +msgstr "dd.mm.yyyy" + +# @ FoundationPress +#: search.php:7 +msgid "Search Results for" +msgstr "Suchergebnisse für" + +# @ FoundationPress +#: searchform.php:6 searchform.php:10 +msgid "Search" +msgstr "Suche" diff --git a/FoundationPress/languages/de_DE_formal.mo b/FoundationPress/languages/de_DE_formal.mo new file mode 100644 index 0000000000000000000000000000000000000000..6985d958e1dcbc1b3bed6f9b4d2971631492e048 GIT binary patch literal 4890 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 literal 0 HcmV?d00001 diff --git a/FoundationPress/languages/de_DE_formal.po b/FoundationPress/languages/de_DE_formal.po new file mode 100644 index 0000000..c4a1b0d --- /dev/null +++ b/FoundationPress/languages/de_DE_formal.po @@ -0,0 +1,333 @@ +msgid "" +msgstr "" +"Project-Id-Version: FoundationPress v5.4\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-04-12 17:53+0200\n" +"PO-Revision-Date: 2016-10-16 10:06+0200\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: de_DE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Poedit 1.8.9\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;" +"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n" +"X-Textdomain-Support: yes\n" +"X-Poedit-SearchPath-0: .\n" + +# @ FoundationPress +#: 404.php:8 +msgid "File Not Found" +msgstr "Datei nicht gefunden" + +# @ FoundationPress +#: 404.php:12 +msgid "" +"The page you are looking for might have been removed, had its name changed, " +"or is temporarily unavailable." +msgstr "" +"Die Seite, die du suchst, wurde möglicherweise entfernt oder umbenannt, oder " +"ist vorübergehend nicht verfügbar." + +# @ FoundationPress +#: 404.php:14 +msgid "Please try the following:" +msgstr "Bitte versuche folgendes:" + +# @ FoundationPress +#: 404.php:16 +msgid "Check your spelling" +msgstr "Überprüfe deine Eingabe" + +# @ FoundationPress +#: 404.php:17 +#, php-format +msgid "Return to the home page" +msgstr "Zurück zur Startseite" + +# @ FoundationPress +#: 404.php:18 +msgid "Click the Back button" +msgstr "" +"Klicke auf die Zurück Schaltfläche" + +# @ FoundationPress +#. /previous pages when applicable +#: archive.php:21 index.php:24 search.php:25 +msgid "← Older posts" +msgstr "← ältere Beiträge" + +# @ FoundationPress +#: archive.php:22 index.php:25 search.php:26 +msgid "Newer posts →" +msgstr "neuere Beiträge →" + +# @ FoundationPress +#: comments.php:8 +#, php-format +msgid "%s" +msgstr "" + +# @ FoundationPress +#: comments.php:9 +#, php-format +msgid "%1$s" +msgstr "" + +# @ FoundationPress +#: comments.php:10 +msgid "(Edit)" +msgstr "(Bearbeiten)" + +# @ FoundationPress +#: comments.php:16 +msgid "Your comment is awaiting moderation." +msgstr "Dein Kommentar wartet auf Freischaltung." + +# @ FoundationPress +#: comments.php:31 +msgid "Please do not load this page directly. Thanks!" +msgstr "Bitte diese Seite nicht direkt laden. Vielen Dank!" + +# @ FoundationPress +#: comments.php:36 +msgid "This post is password protected. Enter the password to view comments." +msgstr "" +"Dieser Beitrag ist passwortgeschützt. Um die Kommentare zu sehen, musst du " +"das Passwort eingeben." + +# @ FoundationPress +#: comments.php:46 +msgid "No Responses to" +msgstr "Keine Antworten auf" + +# @ FoundationPress +#: comments.php:46 +msgid "One Response to" +msgstr "Eine Antwort auf" + +# @ FoundationPress +#: comments.php:46 +msgid "% Responses to" +msgstr "% Antworten auf" + +# @ FoundationPress +#: comments.php:53 +msgid "← Older comments" +msgstr "← ältere Kommentare" + +# @ FoundationPress +#: comments.php:54 +msgid "Newer comments →" +msgstr "neuere Kommentare →" + +# @ FoundationPress +#: comments.php:61 +msgid "Leave a Reply" +msgstr "Antworten" + +# @ FoundationPress +#: comments.php:61 +#, php-format +msgid "Leave a Reply to %s" +msgstr "Antworte auf %s" + +# @ FoundationPress +#: comments.php:64 +#, php-format +msgid "You must be logged in to post a comment." +msgstr "" +"Du musst angemeldet sein, um einen Kommentar abzugeben." + +# @ FoundationPress +#: comments.php:68 +#, php-format +msgid "Logged in as %s." +msgstr "Angemeldet als %s." + +# @ FoundationPress +#: comments.php:68 +msgid "Log out of this account" +msgstr "Von diesem Konto abmelden" + +# @ FoundationPress +#: comments.php:68 +msgid "Log out »" +msgstr "Abmelden »" + +# @ FoundationPress +#: comments.php:71 +msgid "Name" +msgstr "Name" + +# @ FoundationPress +#: comments.php:71 comments.php:75 +msgid " (required)" +msgstr "(erforderlich)" + +# @ FoundationPress +#: comments.php:75 +msgid "Email (will not be published)" +msgstr "E-Mail (wird nicht veröffentlicht)" + +# @ FoundationPress +#: comments.php:79 +msgid "Website" +msgstr "Website" + +# @ FoundationPress +#: comments.php:84 +msgid "Comment" +msgstr "Kommentar" + +# @ FoundationPress +#: comments.php:87 +msgid "You can use these tags:" +msgstr "Sie können diese Tags verwenden:" + +# @ FoundationPress +#: comments.php:88 +msgid "Submit Comment" +msgstr "Kommentar absenden" + +# @ FoundationPress +#: content-none.php:11 +msgid "Nothing Found" +msgstr "nichts gefunden" + +# @ FoundationPress +#: content-none.php:17 +#, php-format +msgid "" +"Ready to publish your first post? Get started here." +msgstr "" +"Bereit, deinen ersten Beitrag zu veröffentlichen? Hier " +"geht's los" + +# @ FoundationPress +#: content-none.php:21 +msgid "" +"Sorry, but nothing matched your search terms. Please try again with some " +"different keywords." +msgstr "" +"Es tut uns leid, aber es konnten keine Übereinstimmungen gefunden werden. " +"Bitte versuche es mit einigen anderen Suchbegriffen erneut." + +# @ FoundationPress +#: content-none.php:26 +msgid "" +"It seems we can’t find what you’re looking for. Perhaps " +"searching can help." +msgstr "" +"Leider konnten wir die angefragte Seite nicht finden. Vielleicht hilft dir " +"die Suchfunktion weiter." + +# @ FoundationPress +#. /archive/search. +#. * +#. * @subpackage FoundationPress +#. * @since FoundationPress 1.0.0 +#. +#: content.php:16 +msgid "Continue reading..." +msgstr "Weiterlesen..." + +# @ FoundationPress +#: hero.php:40 kitchen-sink.php:739 page-full.php:19 page-sidebar-left.php:21 +#: page.php:18 single.php:27 woocommerce.php:18 +msgid "Pages:" +msgstr "Seiten:" + +# @ FoundationPress +#: library/entry-meta.php:4 +#, php-format +msgid "Posted on %1$s at %2$s." +msgstr "Veröffentlicht am %1$s um %2$s." + +# @ FoundationPress +#: library/entry-meta.php:5 +msgid "Written by" +msgstr "Geschrieben von" + +# @ FoundationPress +#: library/foundation.php:16 +msgid "«" +msgstr "«" + +# @ FoundationPress +#: library/foundation.php:17 +msgid "»" +msgstr "»" + +# @ FoundationPress +#: library/foundation.php:40 +#, php-format +msgid "" +"Please assign a menu to the primary menu location under %1$s or %2$s the " +"design." +msgstr "Bitte weise ein Menü zur primären Menüposition %1$s oder %2$s zu." + +# @ FoundationPress +#: library/foundation.php:41 +#, php-format +msgid "Menus" +msgstr "Menüs" + +# @ FoundationPress +#: library/foundation.php:44 +#, php-format +msgid "Customize" +msgstr "Anpassen" + +# @ FoundationPress +#: library/widget-areas.php:6 +msgid "Sidebar widgets" +msgstr "Seitenleisten-Widgetbereich" + +# @ FoundationPress +#: library/widget-areas.php:7 +msgid "Drag widgets to this sidebar container." +msgstr "Ziehen Sie Widgets zu diesem Seitenleisten-Bereich." + +# @ FoundationPress +#: library/widget-areas.php:16 +msgid "Footer widgets" +msgstr "Footer-Widgetbereich" + +# @ FoundationPress +#: library/widget-areas.php:17 +msgid "Drag widgets to this footer container" +msgstr "Ziehen Sie Widgets zu diesem Footer-Bereich." + +#: node_modules/grunt-pot/test/fixtures/some-file.php:3 +msgid "I'm a translatable string." +msgstr "" + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:4 +msgid "Me too" +msgstr "" + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:7 +#, php-format +msgid "I have %d apple" +msgid_plural "I have %d apples" +msgstr[0] "" +msgstr[1] "" + +#. / TRANSLATORS: This should be translated as a shorthand for YEAR-MONTH-DAY using 4, 2 and 2 digits. +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:16 +msgid "yyyy-mm-dd" +msgstr "dd.mm.yyyy" + +# @ FoundationPress +#: search.php:7 +msgid "Search Results for" +msgstr "Suchergebnisse für" + +# @ FoundationPress +#: searchform.php:6 searchform.php:10 +msgid "Search" +msgstr "Suche" diff --git a/FoundationPress/languages/es_ES.mo b/FoundationPress/languages/es_ES.mo new file mode 100644 index 0000000000000000000000000000000000000000..857cc5bffdf19b50babd3209002580cdc7ff0bd6 GIT binary patch literal 4971 zcma)xQ z>Qr~{dMqL#1(0%2P~d_L2!T)}P!2(X18Bqr4oC=)Kqv>qAs50W5*H-+z3!fw-N=Hp zrsv;PT_5k`|6aX*^}x-~E3Tv5pXC0<+mt#DK6w*=Tvu;a>K1Saz7PC5$WJ}T-@CwX zfgc91g9pHuoBrQ`@1*^E@OJRe;77nWn)WU4Q0jxU4}vRT8hGY~^&g=4=N6QgakHSxiq)AE}WWMx;s|~6Z2H*mIb|E){iEU^*VHeflZ6*?X)*@xpet@!u)y^ z7l+gdqx;@=S7zt(+10f&FWex$W=|Y8tNUM_vuT;v-Cd97@&5p@KA7@3oAG4z$1|1V#nLjkU`Y&x_CSY2`X=$~$CSutj2-GQWdU`jGdbSXIut%Khu5(3YfwVAjYWcjGkDyM0rLO`2YBb>iF=bU;=g=uPYUCd*mC_^>bCtf2cg$pUrOnjNbRZqJh8 z{+1{_m#ed`r(Id-u~)}!*R9QA!VrNA8P~Isj#F*&sUzm{!@F6_M1wdzoO#zp$sp@z zwM)%vpw63tRp;&Q9!|+taH{F8I5p{V`w5D@DursBJ(}9dYoYI^>Dj!kHWO=dl+5$E zhjbd^mbEu=fR6{p59_|fg{FvIs&N4F2>Z1IkAOn2$jS=Ac)`e3ZcLnsYExwFrz0XM zERtcMxBDi&lHWBRUa*a<(sfDVc5wre5ii(`9jm?YqU;r@3s8{3Zp@FG@ZH$wg%*39 z++$#boLxO_;YVS-tk$=_iY{5ED1ACsbrKvBhkZ9ddE~7EZmVL3szFRxCJ-L-sI7*^ zV;*if?}rN#JED7K`++G!7~BM9wUQ=4206^DEiamz9>GE^6@8t{-cj7`B4}FZD|Wc+ ze1zItWoHl_I9jIiQ0kNvC#rukPzuph^0eZ04o>7 zjf8Gt2bqIhaWcfmu(nD+-==D@$Ufef%i+grryE{pR zfx2irIax|w^l?!jQ)j5Yfanr!B?M%){F@$}l>Py^P?Eqt$0Xx0s&bT2K%_F`T>_ao zNxvek*)=hVtEUGJ(pLP1q266a^46KC^@Q~~oNm{7rFy^VZJy6;KDymnBiRY#Tc=E6 z+xp1j($Uu9eXXTMy|maqdaSj0Y;lo+tqXQ1mQ|+Xjx(sWbX>+Q9=~_-2;tJRxDZNQr8xD%M zb(&SpeC5cpt{+$CQ+?NpUOKcqo&QL~@v|I8ZGGv|@+G@`>FTo0!%O{QkkB!CwA06W zfGG;!45%LK0oCJG*5OY130z8@%jCIwnAoLBmx}z6ORTyaE&?dU$iqT6c8GIUT|D#5@V0)*WfnmMDU(UvkUCCqKe}EY z3ZW5qJtPPEj+{g2DLZ0%r!F=X%MJG3B#(wxKSiCxoQ#w)z>VX%DCVknXfV2-ljd`h z7kcV#ljt3Lt?u!NU{S^l%gA`jBzqZ~kWl65;1%S#Q6E{1dScCDFse7sQt`;Rtawv5 ztIIMvEQM>FO!eqEjl&prNjh{>SN{Jh!wov#O074cuH@A*cbkG^Lfsp@+v4<^XeXg@ zUfeOZ+~_6Fo5-lg_u7C#R3La;Y7l79H9PzpsUa-ZlA2@miWY(Xqdy zr^E9Fomo$?)C3YEM;Kfp6)mU^MnCe@sc%}DDrRCZ)WckSB<$2yt)^1RRD}#V5TBV2 z=|H|+b|@$;9O53oYghEy{>SyL3QlZ8;p1o{j|veYJcVo!hV=p7_Uun7^@ zs34UZC5Pi%q{A+JW>sa1SC3cKY@HiQ@hx9)Q)ZE7iWp~cvb39_d?MLK*?kOX!dxP( niu\n" +"Language-Team: Le Saint \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.8.9\n" +"X-Poedit-Basepath: .\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-KeywordsList: __;_e;_x;esc_html__;esc_html_e;esc_html_x;esc_attr__;" +"esc_attr_e;esc_attr_x;_ex;_n;_nx;_n_noop;_nx_noop\n" +"Language: es\n" +"X-Poedit-SearchPath-0: ..\n" + +#: ../404.php:8 +msgid "File Not Found" +msgstr "Archivo no encontrado" + +#: ../404.php:12 +msgid "" +"The page you are looking for might have been removed, had its name changed, " +"or is temporarily unavailable." +msgstr "" +"La página que estás buscando pudo haber sido removida, renombrada o no está " +"disponible temporalmente." + +#: ../404.php:14 +msgid "Please try the following:" +msgstr "Por favor intente lo siguiente:" + +#: ../404.php:16 +msgid "Check your spelling" +msgstr "Revisa tu ortografía" + +#: ../404.php:17 +#, php-format +msgid "Return to the home page" +msgstr "Regresar a la página de inicio" + +#: ../404.php:18 +msgid "Click the Back button" +msgstr "Clic en el botón de Regreso" + +#: ../archive.php:21 ../index.php:25 ../search.php:25 +msgid "← Older posts" +msgstr "← Entradas anteriores" + +#: ../archive.php:22 ../index.php:26 ../search.php:26 +msgid "Newer posts →" +msgstr "Entradas posteriores →" + +#: ../comments.php:8 +#, php-format +msgid "%s" +msgstr "%s" + +#: ../comments.php:9 +#, php-format +msgid "%1$s" +msgstr "%1$s" + +#: ../comments.php:10 +msgid "(Edit)" +msgstr "(Editar)" + +#: ../comments.php:16 +msgid "Your comment is awaiting moderation." +msgstr "Su comentario está esperando moderación." + +#: ../comments.php:31 +msgid "Please do not load this page directly. Thanks!" +msgstr "Por favor no cargue esta página directamente. Gracias!" + +#: ../comments.php:36 +msgid "This post is password protected. Enter the password to view comments." +msgstr "" +"Este post está protegido con contraseña. Ingrese la contraseña para ver los " +"comentarios." + +#: ../comments.php:46 +msgid "No Responses to" +msgstr "Sin Respuestas a" + +#: ../comments.php:46 +msgid "One Response to" +msgstr "Una Respuesta a" + +#: ../comments.php:46 +msgid "% Responses to" +msgstr "% Respuestas a" + +#: ../comments.php:53 +msgid "← Older comments" +msgstr "← Comentarios anteriores " + +#: ../comments.php:54 +msgid "Newer comments →" +msgstr "Comentarios posteriores →" + +#: ../comments.php:61 +msgid "Leave a Reply" +msgstr "Dejar una Respuesta" + +#: ../comments.php:61 +#, php-format +msgid "Leave a Reply to %s" +msgstr "Dejar una Respuesta a %s" + +#: ../comments.php:64 +#, php-format +msgid "You must be logged in to post a comment." +msgstr "" +"Usted debe haber iniciado sesión para o publicar un " +"comentario." + +#: ../comments.php:68 +#, php-format +msgid "Logged in as %s." +msgstr "Sesión iniciada como %s." + +#: ../comments.php:68 +msgid "Log out of this account" +msgstr "Cerrar sesión de esta cuenta" + +#: ../comments.php:68 +msgid "Log out »" +msgstr "Cerrar sesión »" + +#: ../comments.php:71 +msgid "Name" +msgstr "Nombre" + +#: ../comments.php:71 ../comments.php:75 +msgid " (required)" +msgstr "(requerido)" + +#: ../comments.php:75 +msgid "Email (will not be published)" +msgstr "Email (no será publicado)" + +#: ../comments.php:79 +msgid "Website" +msgstr "Sitio web" + +#: ../comments.php:84 +msgid "Comment" +msgstr "Comentario" + +#: ../comments.php:87 +msgid "You can use these tags:" +msgstr "Usted puede usar las siguientes etiquetas:" + +#: ../comments.php:88 +msgid "Submit Comment" +msgstr "Publicar Comentario" + +#: ../content-none.php:11 +msgid "Nothing Found" +msgstr "No se encontró nada" + +#: ../content-none.php:17 +#, php-format +msgid "" +"Ready to publish your first post? Get started here." +msgstr "" +"Listo para publicar tu primera entrada? Empieza aquí." + +#: ../content-none.php:21 +msgid "" +"Sorry, but nothing matched your search terms. Please try again with some " +"different keywords." +msgstr "" +"Lo lamentamos, pero nada coincidió con tus términos de búsqueda. Por favor " +"trate nuevamente con diferentes palabras clave." + +#: ../content-none.php:26 +msgid "" +"It seems we can’t find what you’re looking for. Perhaps " +"searching can help." +msgstr "" +"Parece que no podemos encontrar lo que estás buscando. Tal vez buscar puede " +"ayudar." + +#: ../content.php:16 +msgid "Continue reading..." +msgstr "Continuar leyendo..." + +#: ../hero.php:40 ../kitchen-sink.php:731 ../page-full.php:19 +#: ../page-home.php:20 ../page.php:19 ../single.php:28 +msgid "Pages:" +msgstr "Paginas:" + +#: ../library/entry-meta.php:4 +#, php-format +msgid "Posted on %1$s at %2$s." +msgstr "Publicado en %1$s el %2$s." + +#: ../library/entry-meta.php:5 +msgid "Written by" +msgstr "Escrito por" + +#: ../library/foundation.php:16 +msgid "«" +msgstr "«" + +#: ../library/foundation.php:17 +msgid "»" +msgstr "»" + +#: ../library/foundation.php:40 +#, php-format +msgid "" +"Please assign a menu to the primary menu location under %1$s or %2$s the " +"design." +msgstr "" +"Por favor asigne un menú en la ubicación principal en %1$s o %2$s del " +"diseño." + +#: ../library/foundation.php:41 +#, php-format +msgid "Menus" +msgstr "Menus" + +#: ../library/foundation.php:44 +#, php-format +msgid "Customize" +msgstr "Personalizar" + +#: ../library/widget-areas.php:6 +msgid "Sidebar widgets" +msgstr "Widgets laterales" + +#: ../library/widget-areas.php:7 +msgid "Drag widgets to this sidebar container." +msgstr "Arrastre widgets a este contenedor lateral." + +#: ../library/widget-areas.php:16 +msgid "Footer widgets" +msgstr "Widgets del pie de página" + +#: ../library/widget-areas.php:17 +msgid "Drag widgets to this footer container" +msgstr "Arrastre widgets a este contenedor del pie de página" + +#: ../search.php:7 +msgid "Search Results for" +msgstr "Resultados de búsqueda para" + +#: ../searchform.php:6 ../searchform.php:10 +msgid "Search" +msgstr "Buscar" diff --git a/FoundationPress/languages/fi.mo b/FoundationPress/languages/fi.mo new file mode 100644 index 0000000000000000000000000000000000000000..57cce70cf7f1a3db39860a2fba53438105392f30 GIT binary patch literal 4901 zcmai%TZ|<|8OIAmk?{&%5Cka(X4!@5-kD`tcF*n%!tN|=c4v38J1k;IwC0?eIW>K$ zLs#{T$J>J%;ww?3Ato3z;gtu42VW=g5)%_%3?|0#qCRROA)+zy_jR8$7g)42=lo7r z*X674`+xQI{OOh(exSIH^SOi1AFosD68!P|_~Lr~2Bkg({{TM<{|xz4Z}N2`d>eiW zUiW^bZh^N#X}=$S03Lz2!xQk+aCvl}!B24i9GrtMKpFS?sQnE%#r>P`K6pEm-3cFq zV#k+9^iXsEO(^TU2%mz#fFFUkFsZDg;m6=ncq=>ukHKdkUDfxX?CS+6`*{({eqMnx z?$=P}dwq2O7bxT2f=lo}FohRCsMKxn8&KByAv_CTh6mwWP{!SLQ#=0wDD$6y&%kp~ z_V*H8hp)f|s3%(gtU~@&$(PJOgeTzh@Lu>^$e;Q^#2tU`(J~1!#AMJdp(V^ zj)u~24vK#thvJtn!b$jT_yl|jO25BBrciG~iOY>ROYZN4kH80@=re<|uTA(__;o1j z{b+Rm3Y77$L9zd@P~vd?$CY{%-UJW9^HA)nq4@W^@M-uHDEs*rl+?I`&0~_%@RRT` zEa4d_<9`Ob@Rx82-cO^%17+s=!(n>urx|jXTj(!Us<|Dq7GeK-j`0TyJZ!>)E z-_t0ulS?!x`+HDsxMWY`>w13N!$uOLTIe`K1);)#y^`gOz=@c9rcNQd9b}4Fg{W8+7z)YWCis4&>(9+Mg6w)k%FR z@7YRseNoslHcxk32R=ws)ebng&~x#SI%Rafva55GQ(6KEXmvL?Als=`gT)?#eZFI(M|izSTQRt(y%Kx|JKm zPT#R&HB47bH#>M}a{e(WtLT+FMqjGa?M`4BU0GXQS<_?MG)>i+%B<;4*ITnu{J|P7 z=vD7yOsAdyU-WcpLMy_7im80 z>$0cLwyTU5SLbx!Y*;8y5vZpuuCW=2tt(Dce_Zj2ZXO-$DTlLK#FoCJMeQ9O}-M9H5RTr$7WRT1t zAMU>sXH5ll!LMmwM?F@=_};I!t~A{)n~lhs)h5)CXPhE&h09kDoDea{h6POroh|w!W>J1eIxGU6tdl?&O!Ga^Dwh9($Xdz0wFowGbE9 zIXQ!d)Rj>tjHP_VSJiM@(ogo@_`Wc)OA?Iox|vCnV?{uKt>3lT0gdVwPI~a;un6y_NHk=rA>rG3 zN_aM$-P}1%Q}vWx2^@6lsmjHOO)Eq7G^R_^)d-N$@@>}8q_h_tr*e+$3rs%FrskLv z35Zo@yhx@92r8OUub=4q8c-@D%)DI3h^Er(5R(p5J0*#AeBUpARRHD!|m$$*%+ z%tov}-+IM6b%9z>@!j6q-jZ5>*_b|)x78g#ZMcGA1*c-%-s*2}mE#_x2ly(uje216 zEW@wk>TVq_447H!^*R?LBA!`rI^TYE*c*=O`ri4~BCj2JZkjWklbqUOuGQ8wZf|Ly zqv%Y`E=#twy|qDOv{{HQRTsCnhSEk;a5+D8(?wfe*IE;rrr-+c6I`m#`^?I#N8e<1 z^p0X1y-D}@X~$z7De323wQlNOt?S%}ox;Aab<`);r5y3NFweKQI=f-}|8?D!SXm6W zUk&Oa7O5xe-n-N}uID??_KI`-5Wnvc^!_|pbd8@%O~@oTaaazcdO8ccW8B^m6tayv zc9iHhatd#Vjx(=q8Bp3fk!GW#X3~(Cwf8Fi+uy+l0Ceun0#;6N$uyYKrCjLO&UL8ta?K9gD99cc68$`$&GzVUow5B zk2bI4H0Adi{?~G37rY@G!XT0iru1^VE7Te>kW`Xj%@bBYx2T;I+BZU7AaSjDcdP-| zn8i4@$SXZZ=Z1GA6e9;r(KvOQcimEC%Y%{v%YO+X, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: foundationpress-libsass-template 5.4.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-09-13 17:56+0200\n" +"PO-Revision-Date: 2016-10-16 10:06+0200\n" +"Last-Translator: Esa Rantanen \n" +"Language-Team: Eccola \n" +"Language: fi_FI\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 1.8.9\n" + +#: 404.php:8 +msgid "File Not Found" +msgstr "Ei löydy" + +#: 404.php:12 +msgid "The page you are looking for might have been removed, had its name changed, or is temporarily unavailable." +msgstr "Sivu jota etsit voi olla poistettu, sen nimi on muuttunut, tai on tilapäisesti poissa käytöstä." + +#: 404.php:14 +msgid "Please try the following:" +msgstr "Kokeile seuraavaa:" + +#: 404.php:16 +msgid "Check your spelling" +msgstr "Tarkista kieliasu" + +#: 404.php:17 +#, php-format +msgid "Return to the home page" +msgstr "Palaa etusivulle" + +#: 404.php:18 +msgid "Click the Back button" +msgstr "Klikkaa Takaisin -painiketta" + +#. /previous pages when applicable +#: archive.php:21 index.php:24 search.php:25 +msgid "← Older posts" +msgstr "← Vanhempia artikkeleita" + +#: archive.php:22 index.php:25 search.php:26 +msgid "Newer posts →" +msgstr "Uudempia artikkeleita →" + +#: comments.php:8 +#, php-format +msgid "%s" +msgstr "%s" + +#: comments.php:9 +#, php-format +msgid "%1$s" +msgstr "%1$s" + +#: comments.php:10 +msgid "(Edit)" +msgstr "(Muokkaa)" + +#: comments.php:16 +msgid "Your comment is awaiting moderation." +msgstr "Kommenttisi on moderointijonossa." + +#: comments.php:31 +msgid "Please do not load this page directly. Thanks!" +msgstr "Älä lataa tätä sivua suoraan, kiitos!" + +#: comments.php:36 +msgid "This post is password protected. Enter the password to view comments." +msgstr "Tämä sivu on suojattu salasanalla. Anna salasana tarkastellaksesi kommentteja." + +#: comments.php:46 +msgid "No Responses to" +msgstr "Ei kommentteja artikkeliin " + +#: comments.php:46 +msgid "One Response to" +msgstr "Yksi kommentti artikkeliin" + +#: comments.php:46 +msgid "% Responses to" +msgstr "% kommenttia artikkeliin " + +#: comments.php:53 +msgid "← Older comments" +msgstr "← Vanhempia kommentteja" + +#: comments.php:54 +msgid "Newer comments →" +msgstr "Uudempia kommentteja →" + +#: comments.php:61 +msgid "Leave a Reply" +msgstr "Kommentoi" + +#: comments.php:61 +#, php-format +msgid "Leave a Reply to %s" +msgstr "Kommentoi: %s" + +#: comments.php:64 +#, php-format +msgid "You must be logged in to post a comment." +msgstr "Sinun täytyy kirjautua sisään kommentoidaksesi." + +#: comments.php:68 +#, php-format +msgid "Logged in as %s." +msgstr "Kirjautunut nimellä: %s." + +#: comments.php:68 +msgid "Log out of this account" +msgstr "Kirjaudu ulos" + +#: comments.php:68 +msgid "Log out »" +msgstr "Kirjaudu ulos »" + +#: comments.php:71 +msgid "Name" +msgstr "Nimi" + +#: comments.php:71 comments.php:75 +msgid " (required)" +msgstr "(pakollinen)" + +#: comments.php:75 +msgid "Email (will not be published)" +msgstr "Email (ei koskaan julkaista)" + +#: comments.php:79 +msgid "Website" +msgstr "Verkkosivu" + +#: comments.php:84 +msgid "Comment" +msgstr "Kommentoi" + +#: comments.php:87 +msgid "You can use these tags:" +msgstr "Voit käyttää näitä tageja:" + +#: comments.php:88 +msgid "Submit Comment" +msgstr "Lähetä kommentti" + +#: content-none.php:11 +msgid "Nothing Found" +msgstr "Mitään ei löytynyt" + +#: content-none.php:17 +#, php-format +msgid "Ready to publish your first post? Get started here." +msgstr "Oletko valmis julkaisemaan ensimmäisen kirjoituksesi? Aloita tästä." + +#: content-none.php:21 +msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords." +msgstr "Pahoittelut, mitään ei löytynyt antamillasi hakusanoilla. Kokeile uudestaan joillain toisilla hakusanoilla." + +#: content-none.php:26 +msgid "It seems we can’t find what you’re looking for. Perhaps searching can help." +msgstr "Näyttää siltä että emme löydä etsimääsi. Kokeile hakutoimintoa." + +#. /archive/search. +#. * +#. * @subpackage FoundationPress +#. * @since FoundationPress 1.0.0 +#. +#: content.php:16 +msgid "Continue reading..." +msgstr "Lue lisää..." + +#: hero.php:40 kitchen-sink.php:739 page-full.php:19 page-sidebar-left.php:21 +#: page.php:18 single.php:27 woocommerce.php:18 +msgid "Pages:" +msgstr "Sivut:" + +#: library/entry-meta.php:4 +#, php-format +msgid "Posted on %1$s at %2$s." +msgstr "Kirjoitettu %1$s, %2$s." + +#: library/entry-meta.php:5 +msgid "Written by" +msgstr "Kirjoittanut " + +#: library/foundation.php:16 +msgid "«" +msgstr "«" + +#: library/foundation.php:17 +msgid "»" +msgstr "»" + +#: library/foundation.php:40 +#, php-format +msgid "Please assign a menu to the primary menu location under %1$s or %2$s the design." +msgstr "Valitse valikko ensisijaiselle valikolle %1$s or %2$s the design." + +#: library/foundation.php:41 +#, php-format +msgid "Menus" +msgstr "Valikot" + +#: library/foundation.php:44 +#, php-format +msgid "Customize" +msgstr "Muokkaa" + +#: library/widget-areas.php:6 +msgid "Sidebar widgets" +msgstr "Sivupalkin vimpaimet" + +#: library/widget-areas.php:7 +msgid "Drag widgets to this sidebar container." +msgstr "Raahaa vimpaimia sivupalkkiin" + +#: library/widget-areas.php:16 +msgid "Footer widgets" +msgstr "Footerin vimpaimet" + +#: library/widget-areas.php:17 +msgid "Drag widgets to this footer container" +msgstr "Raahaa footerin vimpaimet tähän" + +#: node_modules/grunt-pot/test/fixtures/some-file.php:3 +msgid "I'm a translatable string." +msgstr "Minä olen käännettävä teksti." + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:4 +msgid "Me too" +msgstr "Minä myös" + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:7 +#, php-format +msgid "I have %d apple" +msgid_plural "I have %d apples" +msgstr[0] "Minulla on %d omena" +msgstr[1] "Minulla on %d omenaa" + +#. / TRANSLATORS: This should be translated as a shorthand for YEAR-MONTH-DAY using 4, 2 and 2 digits. +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:16 +msgid "yyyy-mm-dd" +msgstr "vvvv-kk-pp" + +#: search.php:7 +msgid "Search Results for" +msgstr "Hakutulokset: " + +#: searchform.php:6 searchform.php:10 +msgid "Search" +msgstr "Hae" diff --git a/FoundationPress/languages/fr_FR.mo b/FoundationPress/languages/fr_FR.mo new file mode 100644 index 0000000000000000000000000000000000000000..336d97bb400479e8ed61be427c85bd211a758cb6 GIT binary patch literal 4785 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 Zj#Pz1L(zO<#p#28D{gx-ylOJke*n^WQXK#Q literal 0 HcmV?d00001 diff --git a/FoundationPress/languages/fr_FR.po b/FoundationPress/languages/fr_FR.po new file mode 100644 index 0000000..c6ad08e --- /dev/null +++ b/FoundationPress/languages/fr_FR.po @@ -0,0 +1,251 @@ +msgid "" +msgstr "" +"Project-Id-Version: FoundationPress\n" +"POT-Creation-Date: 2014-07-10 10:45-0500\n" +"PO-Revision-Date: 2016-10-16 10:06+0200\n" +"Last-Translator: \n" +"Language-Team: Le Saint \n" +"Language: fr_FR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.8.9\n" +"X-Poedit-Basepath: .\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Poedit-KeywordsList: __;_e;_x;esc_html__;esc_html_e;esc_html_x;esc_attr__;" +"esc_attr_e;esc_attr_x;_ex;_n;_nx;_n_noop;_nx_noop\n" +"X-Poedit-SearchPath-0: ..\n" + +#: ../404.php:8 +msgid "File Not Found" +msgstr "Fichier non trouvé" + +#: ../404.php:12 +msgid "" +"The page you are looking for might have been removed, had its name changed, " +"or is temporarily unavailable." +msgstr "" +"La page que vous recherchez n'existe probablement plus, à changée de nom ou " +"est temporairement non disponible." + +#: ../404.php:14 +msgid "Please try the following:" +msgstr "SVP essayez ceci:" + +#: ../404.php:16 +msgid "Check your spelling" +msgstr "Vérifier votre orthographe" + +#: ../404.php:17 +#, php-format +msgid "Return to the home page" +msgstr "Retour à la page d'accueil" + +#: ../404.php:18 +msgid "Click the Back button" +msgstr "Cliquez sur le bouton Retour" + +#: ../archive.php:21 ../index.php:25 ../search.php:25 +msgid "← Older posts" +msgstr "← Articles précédents" + +#: ../archive.php:22 ../index.php:26 ../search.php:26 +msgid "Newer posts →" +msgstr "Articles récents →" + +#: ../comments.php:8 +#, php-format +msgid "%s" +msgstr "%s" + +#: ../comments.php:9 +#, php-format +msgid "%1$s" +msgstr "%1$s" + +#: ../comments.php:10 +msgid "(Edit)" +msgstr "(Editer)" + +#: ../comments.php:16 +msgid "Your comment is awaiting moderation." +msgstr "Votre commentaire est en attente de modération" + +#: ../comments.php:31 +msgid "Please do not load this page directly. Thanks!" +msgstr "Ne pas charger cette page directement, merci!" + +#: ../comments.php:36 +msgid "This post is password protected. Enter the password to view comments." +msgstr "" +"Cet article est privé. Entrez le mot de passe pour voir les commentaires." + +#: ../comments.php:46 +msgid "No Responses to" +msgstr "Pas de réponse à" + +#: ../comments.php:46 +msgid "One Response to" +msgstr "Une Réponse à" + +#: ../comments.php:46 +msgid "% Responses to" +msgstr "% Réponses à" + +#: ../comments.php:53 +msgid "← Older comments" +msgstr "← Commentaires précédents" + +#: ../comments.php:54 +msgid "Newer comments →" +msgstr "Commentaires suivants →" + +#: ../comments.php:61 +msgid "Leave a Reply" +msgstr "Laisser une réponse" + +#: ../comments.php:61 +#, php-format +msgid "Leave a Reply to %s" +msgstr "Laisser une réponse à %s" + +#: ../comments.php:64 +#, php-format +msgid "You must be logged in to post a comment." +msgstr "" +"Vous devez être connecté pour poster un commentaire." + +#: ../comments.php:68 +#, php-format +msgid "Logged in as %s." +msgstr "Connecté comme %s." + +#: ../comments.php:68 +msgid "Log out of this account" +msgstr "Déconnecter ce compte" + +#: ../comments.php:68 +msgid "Log out »" +msgstr "Se déconnecter »" + +#: ../comments.php:71 +msgid "Name" +msgstr "Nom" + +#: ../comments.php:71 ../comments.php:75 +msgid " (required)" +msgstr "(requis)" + +#: ../comments.php:75 +msgid "Email (will not be published)" +msgstr "Courriel (ne sera pas affiché)" + +#: ../comments.php:79 +msgid "Website" +msgstr "Site web" + +#: ../comments.php:84 +msgid "Comment" +msgstr "Commenter" + +#: ../comments.php:87 +msgid "You can use these tags:" +msgstr "Tags utilisables:" + +#: ../comments.php:88 +msgid "Submit Comment" +msgstr "Envoyer commentaire" + +#: ../content-none.php:11 +msgid "Nothing Found" +msgstr "Rien trouvé" + +#: ../content-none.php:17 +#, php-format +msgid "" +"Ready to publish your first post? Get started here." +msgstr "" +"Prêt à publier votre premier article? Commencez ici." + +#: ../content-none.php:21 +msgid "" +"Sorry, but nothing matched your search terms. Please try again with some " +"different keywords." +msgstr "" +"Désolé, mais rien ne correspond à votre recherche. Essayez à nouveau avec " +"des mots clef différents." + +#: ../content-none.php:26 +msgid "" +"It seems we can’t find what you’re looking for. Perhaps " +"searching can help." +msgstr "" +"Nous pouvons trouver ce que vous cherchez. Peut être qu'une recherche " +"pourrait aider." + +#: ../content.php:16 +msgid "Continue reading..." +msgstr "Continuer à lire..." + +#: ../hero.php:40 ../kitchen-sink.php:731 ../page-full.php:19 +#: ../page-home.php:20 ../page.php:19 ../single.php:28 +msgid "Pages:" +msgstr "Pages" + +#: ../library/entry-meta.php:4 +#, php-format +msgid "Posted on %1$s at %2$s." +msgstr "Posté le %1$s à %2$s." + +#: ../library/entry-meta.php:5 +msgid "Written by" +msgstr "Écrit par" + +#: ../library/foundation.php:16 +msgid "«" +msgstr "«" + +#: ../library/foundation.php:17 +msgid "»" +msgstr "»" + +#: ../library/foundation.php:40 +#, php-format +msgid "" +"Please assign a menu to the primary menu location under %1$s or %2$s the " +"design." +msgstr "Assignez un menu à l'emplacement primaire de menu dans %1$s ou %2$s." + +#: ../library/foundation.php:41 +#, php-format +msgid "Menus" +msgstr "Menus" + +#: ../library/foundation.php:44 +#, php-format +msgid "Customize" +msgstr "Personnaliser" + +#: ../library/widget-areas.php:6 +msgid "Sidebar widgets" +msgstr "Widgets côté" + +#: ../library/widget-areas.php:7 +msgid "Drag widgets to this sidebar container." +msgstr "Déposer les widgets dans ce conteneur." + +#: ../library/widget-areas.php:16 +msgid "Footer widgets" +msgstr "Widgets du pied de page" + +#: ../library/widget-areas.php:17 +msgid "Drag widgets to this footer container" +msgstr "Déposer les widgets dans ce conteneur." + +#: ../search.php:7 +msgid "Search Results for" +msgstr "Résultats pour" + +#: ../searchform.php:6 ../searchform.php:10 +msgid "Search" +msgstr "Rechercher" diff --git a/FoundationPress/languages/gl_ES.mo b/FoundationPress/languages/gl_ES.mo new file mode 100644 index 0000000000000000000000000000000000000000..856ed95aa5ebe8f4fef738c7000c94c4785dd4a9 GIT binary patch literal 5004 zcma)rVIG zt*YC5t7>LvAwgeM1Q9=?7=*A727)XSLSEL#ehCOZN)kjRsNjp_Ap}Gs{!UeO_sqH& zi|+o{y>;uJbIJ0dc5AwtH`VC5b9DD=(B=}d5k9von zkAVLKZv*#yNU2-E+d-MXAN(*l2i^%D20sI?H{_ab->d=*>*^+au-4Umt@_>uj$!NcGW!F$2qf_&85{9M47{{nAh zobn_3UjpTv-vv=weIFFNJ_m~ZUTNlk2coL_ee?WJpvZd2%1%IKPqCrcA(Dya65bP5>Vak~p+4K( z3p~PCY#{a!9YwF5m+*In@BKR_C!2fWAg-=_FH_=+;q?J-zQ|YXCfCC?RDQXSdx;O> z7^bdbK!d_f@wZ&USMiv+MAdQr9UDV!V!HYiEYpwpQbh|s;A@GzRzVU)GzE?ie0f^eaYxvup0}LQ~BiL z@iH%b>Mq$Y9WaZ#ADyyUnb*@DS6JOiOr9@HZe){-Q_RcUqB`EQo%4FzmqF)!nUez;Fe_YES{xuD>dGv27bMRI@BnOQ~^*-nZqFL}$Lx zZL9lbJ8^kWOuy_Bt4}k%?8_`x%e9n7xLVOYvuX8ItWCe4*lWkRTDdRPMi;?kd14CF zX0yBqat^gp=-k>g*IO9XWP3v{{w(x{%VNFNGlkf*nGIGa-k;|^&KV-TYD3TTb2c!c z)01g-&^?>N(RdGlkMFjG1gSBPWrC)Wub?R7>@l$ZA#PWaM(iDb#1I&rcFL} z;#7WMtKTwl>aqj<;5RT()bI6cI+(>sowCUB>aFoSrY;u2A7(!UC$-HV+!XpjStaB0!Vvs z4itvQR(6Pn8^*q3LgGzaTcnRX9TSY5BH51gde3C%^LvKN3&hAS8$L<=7T!QJLJrd* zv66)|MOLI9hs7-RLyFZgv*AKsXtBqmJM4^-lZ%g8Xi}IUyY+0S0#vps%8(6@I*Km| z<(^MDJo;8KyH*iI)gUG;6JiDqskJ5&hE!hjA#6`e_{rHT+oz`J5ClzJS37B9EX^Tc zZFxDl=@M^*W6{&O$d28{28w2dK5w_Te26*rTG>urp@%`ejcbS# z2y&1tI@mPQOPQn%ao^}E?%8y9Ym`kRb=J0X5}i65Tv4D?ds{t)>JoG%1mtb`HC;F< z^C{_6^2jd7B*SQ`(wtC0v@$~}k-Ry|;G(VBGLGEW)v1TH6@MeO&DBcNRvfF<;LmZ0 z)=J!Z(uN#*&*NDbUM=kho9C^>wQ~;L68n&VtbRCpD4LldH~3JrPUT$}w~m$FytVG< z^~CC#_119`t%OSJ1k303+|2C5t=XB@+#`DC;QZW!56sNY%&@TaxZQLjbG+`LteZWk zXJ_VT9(iD9j&&zZUbNPm?B@d_PU5x_cDB~7Nq3CrbvKzfwQ_1{e3n@hmGlplTI<_= zlqu}R;sEDx*%2W?$ZfIk#QJjU(0HB5f_|-~tmCC#%o%O3> zzA$%0*S8D%GJVg2p51?B;;XI4EcL@sp62zcw^U0#8y$)cPmF4^i@g+OEG#}GIhyO% zWay6WkkYe4Xy!bx3@bLo3nrGAcRbozqfNM`N|W_-pP9s6GNG=>J8L+FdT{l9D|O{I z1MTp??*_9mxMI|@anyC!A@X(G7lT)_F?Ih(%|2R$!R1=w_^88*O_5D(7W=op`Jy@+ z0z?RARJ4t@raBf~BZlFLjygIEX2U$&Y#P zzGZ)j(rePeOPM+i@1=nokv|<==5$m~W@urXE?^V@*MEE(^YtL+@UR$+oh#RhHA%A> zTB;{@8iXaQHG!l%fLI%5(}!s~1j@U?c+w6GuIj;MUAA4vbSmRuJIN*g)jceweS3*$zfcaYNXCfNlRhCM zi2-&Mr;+BCb`SsiD!&}7_(``RZ3DXH8d_AOt@Ig(&^4h5m$G7TCH0A))_oi5z>`jG z?6~?wk_M!D2MH4VP;E|w1&s8bn6{k3pEI)X;3h-f{k<_kLOAmm3Ir=+(T8MHYV#f~&f QMsNC&Dt01exSEFKKlW~aHUIzs literal 0 HcmV?d00001 diff --git a/FoundationPress/languages/gl_ES.po b/FoundationPress/languages/gl_ES.po new file mode 100644 index 0000000..78205fa --- /dev/null +++ b/FoundationPress/languages/gl_ES.po @@ -0,0 +1,281 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: foundationpress-libsass-template 5.4.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-10-27 06:23+0100\n" +"PO-Revision-Date: 2016-10-16 10:07+0200\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: gl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 1.8.9\n" + +#: 404.php:8 +msgid "File Not Found" +msgstr "Arquivo non atopado" + +#: 404.php:12 +msgid "" +"The page you are looking for might have been removed, had its name changed, " +"or is temporarily unavailable." +msgstr "" +"A páxina que estás a buscar puido ser eliminada, mudou de nome, ou non está " +"dispoñíbel temporalmente." + +#: 404.php:14 +msgid "Please try the following:" +msgstr "Por favor, tenta o seguinte:" + +#: 404.php:16 +msgid "Check your spelling" +msgstr "Revisa a ortografía" + +#: 404.php:17 +#, php-format +msgid "Return to the home page" +msgstr "Voltar á páxina de inicio" + +#: 404.php:18 +msgid "Click the Back button" +msgstr "Fai clic no botón Atrás" + +#. /previous pages when applicable +#: archive.php:21 index.php:24 search.php:25 +msgid "← Older posts" +msgstr "← Entradas anteriores" + +#: archive.php:22 index.php:25 search.php:26 +msgid "Newer posts →" +msgstr "Entradas máis recentes →" + +#: comments.php:8 +#, php-format +msgid "%s" +msgstr "%s" + +#: comments.php:9 +#, php-format +msgid "%1$s" +msgstr "%1$s" + +#: comments.php:10 +msgid "(Edit)" +msgstr "(Editar)" + +#: comments.php:16 +msgid "Your comment is awaiting moderation." +msgstr "O teu comentario está esperando moderación." + +#: comments.php:31 +msgid "Please do not load this page directly. Thanks!" +msgstr "Por favor, non cargue esta páxina directamente. Grazas!" + +#: comments.php:36 +msgid "This post is password protected. Enter the password to view comments." +msgstr "" +"Esta entrada está protexida con contrasinal. Insira o contrasinal para ver " +"os comentarios." + +#: comments.php:46 +msgid "No Responses to" +msgstr "Non hai respostas a" + +#: comments.php:46 +msgid "One Response to" +msgstr "Unha resposta a" + +#: comments.php:46 +msgid "% Responses to" +msgstr "% respostas a" + +#: comments.php:53 +msgid "← Older comments" +msgstr "← Comentarios anteriores" + +#: comments.php:54 +msgid "Newer comments →" +msgstr "Comentarios máis recentes →" + +#: comments.php:61 +msgid "Leave a Reply" +msgstr "Deixar unha resposta" + +#: comments.php:61 +#, php-format +msgid "Leave a Reply to %s" +msgstr "Deixar unha resposta a %s" + +#: comments.php:64 +#, php-format +msgid "You must be logged in to post a comment." +msgstr "Debes iniciar sesión para escribir comentarios." + +#: comments.php:68 +#, php-format +msgid "Logged in as %s." +msgstr "Sesión iniciada como %s." + +#: comments.php:68 +msgid "Log out of this account" +msgstr "Pechar sesión desta conta" + +#: comments.php:68 +msgid "Log out »" +msgstr "Pechar sesión »" + +#: comments.php:71 +msgid "Name" +msgstr "Nome" + +#: comments.php:71 comments.php:75 +msgid " (required)" +msgstr " (requirido)" + +#: comments.php:75 +msgid "Email (will not be published)" +msgstr "Email (non se publicará)" + +#: comments.php:79 +msgid "Website" +msgstr "Sitio web" + +#: comments.php:84 +msgid "Comment" +msgstr "Comentario" + +#: comments.php:87 +msgid "You can use these tags:" +msgstr "Podes empregar estas etiquetas:" + +#: comments.php:88 +msgid "Submit Comment" +msgstr "Enviar comentario" + +#: content-none.php:11 +msgid "Nothing Found" +msgstr "Non se atopou nada" + +#: content-none.php:17 +#, php-format +msgid "" +"Ready to publish your first post? Get started here." +msgstr "" +"Listo para publicar a túa primeira entrada? Empeza aquí." + +#: content-none.php:21 +msgid "" +"Sorry, but nothing matched your search terms. Please try again with some " +"different keywords." +msgstr "" +"Sentímolo, pero non se atopou nada para estes termos de busca. Téntao de " +"novo con outras palabras clave." + +#: content-none.php:26 +msgid "" +"It seems we can’t find what you’re looking for. Perhaps " +"searching can help." +msgstr "" +"Semella que non podemos atopar o que estás a buscar. Quizais usar a busca " +"sexa de axuda." + +#. /archive/search. +#. * +#. * @subpackage FoundationPress +#. * @since FoundationPress 1.0.0 +#. +#: content.php:16 +msgid "Continue reading..." +msgstr "Continuar lendo…" + +#: hero.php:40 kitchen-sink.php:739 page-full.php:19 page-sidebar-left.php:21 +#: page.php:18 single.php:27 woocommerce.php:18 +msgid "Pages:" +msgstr "Páxinas:" + +#: library/entry-meta.php:4 +#, php-format +msgid "Posted on %1$s at %2$s." +msgstr "Publicado en %1$s o %2$s." + +#: library/entry-meta.php:5 +msgid "Written by" +msgstr "Escrito por" + +#: library/foundation.php:16 +msgid "«" +msgstr "«" + +#: library/foundation.php:17 +msgid "»" +msgstr "»" + +#: library/foundation.php:40 +#, php-format +msgid "" +"Please assign a menu to the primary menu location under %1$s or %2$s the " +"design." +msgstr "" +"Por favor, asigna un menú á ubicación de menú principal en %1$s ou %2$s o " +"deseño." + +#: library/foundation.php:41 +#, php-format +msgid "Menus" +msgstr "Menús" + +#: library/foundation.php:44 +#, php-format +msgid "Customize" +msgstr "Personalizar" + +#: library/widget-areas.php:6 +msgid "Sidebar widgets" +msgstr "Widgets da barra lateral" + +#: library/widget-areas.php:7 +msgid "Drag widgets to this sidebar container." +msgstr "Arrastra widgets a este contedor da barra lateral." + +#: library/widget-areas.php:16 +msgid "Footer widgets" +msgstr "Widgets de pé de páxina" + +#: library/widget-areas.php:17 +msgid "Drag widgets to this footer container" +msgstr "Arrastra widgets a este contedor do pé de páxina." + +#: node_modules/grunt-pot/test/fixtures/some-file.php:3 +msgid "I'm a translatable string." +msgstr "Son unha cadea traducíbel." + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:4 +msgid "Me too" +msgstr "Eu tamén" + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:7 +#, php-format +msgid "I have %d apple" +msgid_plural "I have %d apples" +msgstr[0] "Teño %d mazá" +msgstr[1] "Teño %d mazás" + +#. / TRANSLATORS: This should be translated as a shorthand for YEAR-MONTH-DAY using 4, 2 and 2 digits. +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:16 +msgid "yyyy-mm-dd" +msgstr "aaaa-mm-dd" + +#: search.php:7 +msgid "Search Results for" +msgstr "Resultados da busca para" + +#: searchform.php:6 searchform.php:10 +msgid "Search" +msgstr "Buscar" diff --git a/FoundationPress/languages/he_IL.mo b/FoundationPress/languages/he_IL.mo new file mode 100644 index 0000000000000000000000000000000000000000..b9432dc089496ef2024ce94979b6c827f579ed05 GIT binary patch literal 5407 zcmb7`TWlOx8OKkd1sYlk29}7n(~O)Ff78S}IkdKLCCR+z#Fg?gl>tj+NsR;3pZs4DJKZf!cSyoc|rz&-h(%Gk7n; zz6d@B%8uttj6uuzJD~Jj1fKza0^SMUjZo>a;9cOu;6300a3}a2$Wn6}lwapS`EwDJ zKW~BB_j6G4u9xFKg4*{UI12s~tb#{BV$A2jmq6*62M>Wi00+SLK<&Hl_Co$9Q1W+! z&w+7u+`{EZz*{1@9n;@7vBe*2W4w&E!DQ=7%6f9U?yYzn;>+wmS@ zlI*d^!n&W>THI{rHQ%SL5;9xz-wwS%1Z6yB0zP|pnZ)ATv&EjV8ZGZ1J zZ)E+eBYxCQi|JaB`L-5%X}Yg(BI+CIXI^t7W`D!4ov_n!JF#iY55pjuH2cGVxvb&a zuBsQjlU`a&f>t)%2+){JSI52DiGeMBBaea7V#nKA7Dr}(;RzUJLDcqb;(K+(R;yKW zAn_*cR8XJvGsOcPL24)BICBw*GB1eyDyNpnB1!Bvn2$I}t>6JJs+q#j~7Ed>h8`3HISWk!w*|k^Q146JSfu&r`L}Ztp3zI8Bf}{o!Jf}I^%ev2&Gr6;cTXLlYZR> zk@eEGB=)DKh;A^X@r*LtfOUj zDqhcVLhk%3!hS6ByRTINqu!*S4x7=?_fmXK(_j)KE!=Mxgdm4W(Dah&VlIqpUKYfW zC5PCf0{IFG%qW{*39m;w~Sc1X>@A#=Q}gbtOD$4N51Rplq&UF@4)R-*{Y zx^|K*HP%caU=ewF?oCo}lw;PgsdU$ai3tpiGJC?Go{Ez?ZXa)tH-pS}ih7J-xsbwe z>#ZlZZ3dH#tf;GT-;XH#W_;4GZ)FNDVtoX$Y>gB^&aFx#)t~vzRt&jX(${@UdQJxZRJWT}%`^UZN~1H+Bte#8)A+P` z7SmO9Z3xJ2{d$vdQu9sPsrtye#Dtw{a&1l&kX2qsOI16&9bDFWQ(i#to3zas(mMWD z%`{h~*{sy-W;BUkz=_J?dgW<9Nul>JnT6qQX)E#5v=Rp6DNa`u9~zKvcT^v)4sM_~ z#7R~;l1>Ko%46-xv@#YC+YO_~#wz=1v?`U#0hSNj?Sn%*D}#?z26xz@ox?kJJvjK# z;2;YtPx&VU>FixMG*}thX@>@f2OoKGa69XsBuQT8_t~K>dp3Nd^0?0d;c@;9+tJwPIJ866UDe%~n_@}Xto8O_ z7(m(v8Q<%3oass1zA~vZqsnPJ(sgl|^4wqs^7;HsKAX?!(9T!$SKa7LzH0Nu_2>4D zQ?Haq_xfcE`AU9?UF=v8h25U!qemP%e=DhT;BVRs; zq#2gaSwK1#^3~#0@BI#7(G@4bDRJ+yb8pYVf8*5RM0DfSQqSR!yQeYcnj~ZOoKxT& zSjiXjbB3S!{CgJL7KsASSM!T&rSV_B2@q9yx#TSA#%WF>=Wu2vKc_&*<(Yi$#;L1@ zfG=aqvgPLt)2H)SH+Leo=%ih8!v$i@q7`gcR9_>?|L4{@QnAb)e44|f)BG(|jf=!g zAF~74IHMd&{xXZn*{mXzFK;oWXR`{6TXqR=uI4icn90v-gQVW#6)H#=5pZ{4$80B^EcM2gLK|J#~!{^*eK#&;=b1XTv<0Md$2)) zIg?*398>`k!1I+gmi^C<7Q%pY@_fM{jex8x-gy%19C8)e`Dp1B@P8~!7qp9OuDYsN zlv_~a61Edoi)id!Q|L-`zGxZ5P0@#2`O>hG#Bx=|RRzCWtTLP^t0Wd2$sN~vUeCGY zQuNv+(eA56IV-+_*m{|*S5Y-fie~w{MikKDEM25PE-SvWmCT*ho1%%R+Ez*bsFDjBE>;1O4P%c3$|8Z@gX_o3w6KCg5rFN-WMYp5&N^+L%MZt zb!s^0^QD`mdNgPYD-;3P^AQo8eDKTkiE4& zpo}5bQedND^?er_xAv$yleqQIWObFit;G4 zR*-P1;00s#66f++X91Zjh;c=L{iX$%x?%eWWh=DfSW-zvggG$~IWmDgpKqr8HG M`3f_<&gaa(05SX^lK=n! literal 0 HcmV?d00001 diff --git a/FoundationPress/languages/he_IL.po b/FoundationPress/languages/he_IL.po new file mode 100644 index 0000000..e46fb94 --- /dev/null +++ b/FoundationPress/languages/he_IL.po @@ -0,0 +1,272 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: foundationpress-libsass-template 5.4.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-07-05 16:58+0300\n" +"PO-Revision-Date: 2016-10-16 10:07+0200\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 1.8.9\n" +"Last-Translator: Eli Cohen \n" +"Language: he\n" + +#: 404.php:8 +msgid "File Not Found" +msgstr "הקובץ לא נמצא." + +#: 404.php:12 +msgid "" +"The page you are looking for might have been removed, had its name changed, " +"or is temporarily unavailable." +msgstr "הדף שאתה מחפש אולי הוסר, שמו השתנה או אינו זמין באופן זמני." + +#: 404.php:14 +msgid "Please try the following:" +msgstr "נסה את הפעולות הבאות:" + +#: 404.php:16 +msgid "Check your spelling" +msgstr "בדוק את האיות שלך" + +#: 404.php:17 +#, php-format +msgid "Return to the home page" +msgstr "לחזור דף הבית" + +#: 404.php:18 +msgid "Click the Back button" +msgstr "לחץ על לחצן הקודם" + +#. /previous pages when applicable +#: archive.php:21 index.php:24 search.php:25 +msgid "← Older posts" +msgstr "← פוסטים קודמים" + +#: archive.php:22 index.php:25 search.php:26 +msgid "Newer posts →" +msgstr "← פוסטים קודמים" + +#: comments.php:8 +#, php-format +msgid "%s" +msgstr "‏%s" + +#: comments.php:9 +#, php-format +msgid "%1$s" +msgstr "%1$s" + +#: comments.php:10 +msgid "(Edit)" +msgstr "(עריכה)" + +#: comments.php:16 +msgid "Your comment is awaiting moderation." +msgstr "התגובה שלך ממתינה לאישור." + +#: comments.php:31 +msgid "Please do not load this page directly. Thanks!" +msgstr "בבקשה לא לטעון דף זה ישירות. תודה!" + +#: comments.php:36 +msgid "This post is password protected. Enter the password to view comments." +msgstr "פוסט זה מוגן בסיסמה. הזן את הסיסמה כדי לצפות בתגובות." + +#: comments.php:46 +msgid "No Responses to" +msgstr "אין תגובות ל" + +#: comments.php:46 +msgid "One Response to" +msgstr "תגובה אחת ל" + +#: comments.php:46 +msgid "% Responses to" +msgstr "% תגובות ל" + +#: comments.php:53 +msgid "← Older comments" +msgstr "‏← תגובות ישנות יותר" + +#: comments.php:54 +msgid "Newer comments →" +msgstr "תגובות חדש יותר →" + +#: comments.php:61 +msgid "Leave a Reply" +msgstr "הוסף תגובה" + +#: comments.php:61 +#, php-format +msgid "Leave a Reply to %s" +msgstr "הוסף תגובה ל%s" + +#: comments.php:64 +#, php-format +msgid "You must be logged in to post a comment." +msgstr "אתה חייב להיות מחובר בכדי לפרסם תגובה." + +#: comments.php:68 +#, php-format +msgid "Logged in as %s." +msgstr "מחובר כ- %s." + +#: comments.php:68 +msgid "Log out of this account" +msgstr "להתנתק מהחשבון" + +#: comments.php:68 +msgid "Log out »" +msgstr "להתנתק »" + +#: comments.php:71 +msgid "Name" +msgstr "שם" + +#: comments.php:71 comments.php:75 +msgid " (required)" +msgstr "(חובה)" + +#: comments.php:75 +msgid "Email (will not be published)" +msgstr "דוא\"ל (לא יפורסם באתר)" + +#: comments.php:79 +msgid "Website" +msgstr "אתר" + +#: comments.php:84 +msgid "Comment" +msgstr "תגובה" + +#: comments.php:87 +msgid "You can use these tags:" +msgstr "אתה יכול להשתמש בתגים האלה:" + +#: comments.php:88 +msgid "Submit Comment" +msgstr "שלח תגובה" + +#: content-none.php:11 +msgid "Nothing Found" +msgstr "לא נמצא דבר" + +#: content-none.php:17 +#, php-format +msgid "" +"Ready to publish your first post? Get started here." +msgstr "מוכנים לפרסם את הפוסט הראשון שלכם? התחילו כאן." + +#: content-none.php:21 +msgid "" +"Sorry, but nothing matched your search terms. Please try again with some " +"different keywords." +msgstr "" +"אנו מצטערים, לא נמצאו תוצאות עבור הביטוי המבוקש. יש לנסות שוב בעזרת מילות " +"חיפוש אחרות." + +#: content-none.php:26 +msgid "" +"It seems we can’t find what you’re looking for. Perhaps " +"searching can help." +msgstr "נראה שאנחנו לא מוצאים מה שאתה מחפש. אולי חיפוש יכול לעזור." + +#. /archive/search. +#. * +#. * @subpackage FoundationPress +#. * @since FoundationPress 1.0.0 +#. +#: content.php:16 +msgid "Continue reading..." +msgstr "להמשך קריאה…" + +#: hero.php:40 kitchen-sink.php:739 page-full.php:19 page-sidebar-left.php:21 +#: page.php:18 single.php:27 woocommerce.php:18 +msgid "Pages:" +msgstr "עמודים:" + +#: library/entry-meta.php:4 +#, php-format +msgid "Posted on %1$s at %2$s." +msgstr "פורסם ב-: %1$s ב-: %2$s." + +#: library/entry-meta.php:5 +msgid "Written by" +msgstr "נכתב ע”י" + +#: library/foundation.php:16 +msgid "«" +msgstr "«" + +#: library/foundation.php:17 +msgid "»" +msgstr "»" + +#: library/foundation.php:40 +#, php-format +msgid "" +"Please assign a menu to the primary menu location under %1$s or %2$s the " +"design." +msgstr "נא הקצה תפריט אל המיקום בתפריט הראשי תחת %1$s או %2$s העיצוב." + +#: library/foundation.php:41 +#, php-format +msgid "Menus" +msgstr "תפריטים" + +#: library/foundation.php:44 +#, php-format +msgid "Customize" +msgstr "התאמה אישית" + +#: library/widget-areas.php:6 +msgid "Sidebar widgets" +msgstr "ווידג’טים של הסרגל הצדדי" + +#: library/widget-areas.php:7 +msgid "Drag widgets to this sidebar container." +msgstr "גרור ווידג'טים לקונטיינר הסרגל הצדדי." + +#: library/widget-areas.php:16 +msgid "Footer widgets" +msgstr "אזור הווידג'טים שבפוטר" + +#: library/widget-areas.php:17 +msgid "Drag widgets to this footer container" +msgstr "גרור ווידג'טים לקונטיינר שבפוטר" + +#: node_modules/grunt-pot/test/fixtures/some-file.php:3 +msgid "I'm a translatable string." +msgstr "מחרוזת לתרגום" + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:4 +msgid "Me too" +msgstr "גם אני" + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:7 +#, php-format +msgid "I have %d apple" +msgid_plural "I have %d apples" +msgstr[0] ". יש לי תפוח %d" +msgstr[1] ". יש לי %d תפוחים" + +#. / TRANSLATORS: This should be translated as a shorthand for YEAR-MONTH-DAY using 4, 2 and 2 digits. +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:16 +msgid "yyyy-mm-dd" +msgstr "יי-חח-שנהה" + +#: search.php:7 +msgid "Search Results for" +msgstr "תוצאות חיפוש עבור" + +#: searchform.php:6 searchform.php:10 +msgid "Search" +msgstr "חיפוש" diff --git a/FoundationPress/languages/hu_HU.mo b/FoundationPress/languages/hu_HU.mo new file mode 100644 index 0000000000000000000000000000000000000000..656ef37e426c1f4eaaf0c962abbea971059d2bde GIT binary patch literal 5151 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 literal 0 HcmV?d00001 diff --git a/FoundationPress/languages/hu_HU.po b/FoundationPress/languages/hu_HU.po new file mode 100644 index 0000000..2dde033 --- /dev/null +++ b/FoundationPress/languages/hu_HU.po @@ -0,0 +1,261 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: foundationpress-libsass-template 5.4.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-09-13 17:56+0200\n" +"PO-Revision-Date: 2018-01-03 16:55+0100\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 2.0.4\n" +"Last-Translator: Bela Mezey \n" +"Language: hu_HU\n" + +#: 404.php:8 +msgid "File Not Found" +msgstr "A fájl nem található" + +#: 404.php:12 +msgid "The page you are looking for might have been removed, had its name changed, or is temporarily unavailable." +msgstr "A keresett oldal lehet, hogy eltávolításra került, megváltozott a neve, vagy átmenetileg nem elérhető." + +#: 404.php:14 +msgid "Please try the following:" +msgstr "Kérlek próbálkozz az alábbiakkal:" + +#: 404.php:16 +msgid "Check your spelling" +msgstr "Ellenőrizd, hogy nem gépelted el" + +#: 404.php:17 +#, php-format +msgid "Return to the home page" +msgstr "Visszalépés a kezdőlap-hoz" + +#: 404.php:18 +msgid "Click the Back button" +msgstr "Kattints a Vissza gombra" + +#. /previous pages when applicable +#: archive.php:21 index.php:24 search.php:25 +msgid "← Older posts" +msgstr "← Régebbi bejegyzések" + +#: archive.php:22 index.php:25 search.php:26 +msgid "Newer posts →" +msgstr "Újabb bejegyzések →" + +#: comments.php:8 +#, php-format +msgid "%s" +msgstr "%s" + +#: comments.php:9 +#, php-format +msgid "%1$s" +msgstr "%1$s" + +#: comments.php:10 +msgid "(Edit)" +msgstr "(Szerkesztés)" + +#: comments.php:16 +msgid "Your comment is awaiting moderation." +msgstr "Hozzászólásod moderálásra várakozik." + +#: comments.php:31 +msgid "Please do not load this page directly. Thanks!" +msgstr "Kérlek ne töltsd be közvetlenül ezt az oldalt. Köszönjük!" + +#: comments.php:36 +msgid "This post is password protected. Enter the password to view comments." +msgstr "A bejegyzést jelszó védi. Meg kell adni a jelszót a hozzászólások megtekintéséhez." + +#: comments.php:46 +msgid "No Responses to" +msgstr "Nincs hozzászólás:" + +#: comments.php:46 +msgid "One Response to" +msgstr "1 hozzászólás:" + +#: comments.php:46 +msgid "% Responses to" +msgstr "% hozzászólás:" + +#: comments.php:53 +msgid "← Older comments" +msgstr "← Korábbi hozzászólások" + +#: comments.php:54 +msgid "Newer comments →" +msgstr "Újabb hozzászólások →" + +#: comments.php:61 +msgid "Leave a Reply" +msgstr "Vélemény, hozzászólás?" + +#: comments.php:61 +#, php-format +msgid "Leave a Reply to %s" +msgstr "Hozzászólás a(z) %s bejegyzéshez" + +#: comments.php:64 +#, php-format +msgid "You must be logged in to post a comment." +msgstr "Be kell jelentkezni a hozzászólás beküldéséhez." + +#: comments.php:68 +#, php-format +msgid "Logged in as %s." +msgstr "%s néven bejelentkezve." + +#: comments.php:68 +msgid "Log out of this account" +msgstr "Kijelentkezés ebből a fiókból" + +#: comments.php:68 +msgid "Log out »" +msgstr "Kijelentkezés »" + +#: comments.php:71 +msgid "Name" +msgstr "Név" + +#: comments.php:71 comments.php:75 +msgid " (required)" +msgstr "(kötelező)" + +#: comments.php:75 +msgid "Email (will not be published)" +msgstr "Email (nem lesz közzétéve)" + +#: comments.php:79 +msgid "Website" +msgstr "Weboldal" + +#: comments.php:84 +msgid "Comment" +msgstr "Hozzászólás" + +#: comments.php:87 +msgid "You can use these tags:" +msgstr "Az alábbi tageket használhatod:" + +#: comments.php:88 +msgid "Submit Comment" +msgstr "Hozzászólás beküldése" + +#: content-none.php:11 +msgid "Nothing Found" +msgstr "Nincs találat" + +#: content-none.php:17 +#, php-format +msgid "Ready to publish your first post? Get started here." +msgstr "Készen állunk az első bejegyzés közzétételére? Kezdőlépések." + +#: content-none.php:21 +msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords." +msgstr "Elnézést, nem találunk a keresési feltételekhez igazodó eredményt. Másik kulcsszóval, kifejezéssel újra kellene kezdeni egy keresést." + +#: content-none.php:26 +msgid "It seems we can’t find what you’re looking for. Perhaps searching can help." +msgstr "Úgy tűnik, nem találtuk meg amit kerestünk. :) Talán, egy újabb keresés segíthetne..." + +#. /archive/search. +#. * +#. * @subpackage FoundationPress +#. * @since FoundationPress 1.0.0 +#. +#: content.php:16 +msgid "Continue reading..." +msgstr "Bővebben..." + +#: hero.php:40 kitchen-sink.php:739 page-full.php:19 page-sidebar-left.php:21 +#: page.php:18 single.php:27 woocommerce.php:18 +msgid "Pages:" +msgstr "Oldalak:" + +#: library/entry-meta.php:4 +#, php-format +msgid "Posted on %1$s at %2$s." +msgstr "Közzétéve: %1$s, %2$s." + +#: library/entry-meta.php:5 +msgid "Written by" +msgstr "Szerző:" + +#: library/foundation.php:16 +msgid "«" +msgstr "«" + +#: library/foundation.php:17 +msgid "»" +msgstr "»" + +#: library/foundation.php:40 +#, php-format +msgid "Please assign a menu to the primary menu location under %1$s or %2$s the design." +msgstr "Kérlek adj hozzá egy menüt az elsődleges menühelyhez a %1$s oldalon, vagy a %2$s funkcióval." + +#: library/foundation.php:41 +#, php-format +msgid "Menus" +msgstr "Menük" + +#: library/foundation.php:44 +#, php-format +msgid "Customize" +msgstr "Testreszabás" + +#: library/widget-areas.php:6 +msgid "Sidebar widgets" +msgstr "Oldalsáv widgetek" + +#: library/widget-areas.php:7 +msgid "Drag widgets to this sidebar container." +msgstr "Adjál hozzá widgeteket ehhez az oldalsáv konténerhez." + +#: library/widget-areas.php:16 +msgid "Footer widgets" +msgstr "Lábléc widgetek" + +#: library/widget-areas.php:17 +msgid "Drag widgets to this footer container" +msgstr "Adjál hozzá widgeteket ehhez az lábléc konténerhez." + +#: node_modules/grunt-pot/test/fixtures/some-file.php:3 +msgid "I'm a translatable string." +msgstr "Én egy lefordítható szöveg vagyok." + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:4 +msgid "Me too" +msgstr "Én is" + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:7 +#, php-format +msgid "I have %d apple" +msgid_plural "I have %d apples" +msgstr[0] "Van %d almám" +msgstr[1] "Van %d almám" + +#. / TRANSLATORS: This should be translated as a shorthand for YEAR-MONTH-DAY using 4, 2 and 2 digits. +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:16 +msgid "yyyy-mm-dd" +msgstr "yyyy-mm-dd" + +#: search.php:7 +msgid "Search Results for" +msgstr "Keresési találatok:" + +#: searchform.php:6 searchform.php:10 +msgid "Search" +msgstr "Keresés" diff --git a/FoundationPress/languages/is_IS.mo b/FoundationPress/languages/is_IS.mo new file mode 100644 index 0000000000000000000000000000000000000000..3b682b285db6dc2ee7d177924f3290703f9cbbc7 GIT binary patch literal 4755 zcmai%-)~$;6~`~4l-5vww4#*X6H~WNn_b)K?@erIQoA)IsTI2kZBeD!y|cUHy+5`y zb8WT{ec}a)AL0QXXsL)qD_SX%rJ|^clpwh3Uw~90Q7Qy|DH1#)1gga6+`DT#A%J7= zXYbs5=bSm`d(KSWx%s*uMf^O--{<*z`vYac!CTb>z;R^I{7G8w%-k+h&{}(9pzYo6&Z@Qsg z-zMDTdIXo@yO2ksyKao4DR>yl{EP4*_yoKi{$PCnm+&&V{1ue>pC^eQh2Mv=&KID} z_cJK|{sPLne={Ec9mHhxM<}{@4@!KmXAB1NiZ7^OQWo#)r-Z!0r z8s&vkerS@!X1(ZmVi^m4qjpVg>MiX%&JIJXZ?Wh`&9?3gW)Ds;9fM*;wTlq)EIMAV z1ZKfzg;CDvm}#5MX7q^DJ+*D)o(U2UY*??lc^;|=WI@}^xNASS&n)z@1_&BRI%hl#oR+DEH* zrb?^ebmkKsbeqY1aI%hQH7IXP>eV(u)!7}+OFo0@+ALPveH|p8<56c+lIH{7W1X(4 z){N`xp=Sc^I(->t2Guvouo;~&;*v%(!(?>jl>}?XM0%8Q^TikMvI-8z)I(_yhe zp6i)d*-UA_m&6%Aw>@m=IJMc_(B)kM)ExGQwH)+PGdgLolSij?YNAtSd!H=DBC;Hh zR$r}{5PK@77&{>uHPuF6X9Is=@_4|E%+k%1 zB;O_*ct*()IxJSUNT%3oMyF9R59bq!)iu+#&Icv&_{zRGpVp(n$3OlMZvlWs?y(rp?$yime%K zNNA|4?Qnnj10Hq~+_Z9~$xdzbWVS+l*{O`FkK)AlsF=&Z9L;8S}PJ&Eg5 zbOi$BZTZwaG%4dL?Ns{66^ThE)l{`Pk$`xmCsvyB=57ZUZ}qme^uC@-b3|L|w;7H2 zX{2c*j-xe~Z?cHSYTP(uoJZa*GK<2iM~BXM-$-oRv*?DzhX!QSea(BD^HcPO+=a$T z-?MS!Skd#1jl89%)*jzz9H-GrsWcwp@s>I~zi@A3{-MUgJ!;{B)_wQiJ%4z9o(CJJ z&6X9Ld(S=4SXgKr=DCMj^Y`67&(G8e?L%W@-2HObQV%DwR%dK4F3)?lKG1I1FJCQp zZ06(g^$@I6M=6|k+irceCw;lej<&=!S+79SjSZvImRjwYL}#(>?A~Y*ug2>7)XCM8 z%X`6CV5PEupvA_p^3Uc0r#V0ma8V~M0C(feZ#&XulWy5Ky2irDG zttExiNn<5P{wpIO=TJEUCcs)4< zi2Z(21gpyPs=REnjEeNKwxWxksx!dV&v?&*6M{_ogB=v~i1I?RRSe75edwYzHM?aT zZ#iWK1Iu)mGWIx0(fYu#EH>zj%9WeZV`AKi^@-J2f{n`W^kn@rv0@Lt<|Qqsyj)(w z3CX@3n*uG9FU{x-t|0>PARU`g8MDdS#WcaVEZ>Qa%yCf}M;oaEV}n+vi$hKIb&ZpF z-z#xQrW?p3@<(^q1W{UxrZW$0vN?VW0cv;66GOf5^5Wi^p&p@ED;d>YiN5zmm7*R& zw9%?KK)lMG*}@&H+}+m?|IZmhBAArt2byCF8E9m`zesFU#noF=P1 z-Y{05DEj4vEGsAo;)_{}+~kEiMC?&xt#GhnC&5_YM4<9H>f0<@rqi z$BEamv z$PJs~zRnp{`Ic5OsiFG$sy^z9>Fcgm^Z_Zx?xuE0`AVPsre`}NjnsAd5(OgJA7?<`Nb;&IE7y||rC6=3sn$uKq+o9hHze!Q zF0r8eAQz+iHv=4^d6;gM4EpfE*{(dQyO^d;@V_PUC)LkjRjpQ$njWXs>i(qZ$?biG zI=xg?F>g@oxFA{HbHfChhd8$1ljgqu&3mX!wd(?-kzG_Hj=Suz_%Bg8SN|KIY5omS C9^l3R literal 0 HcmV?d00001 diff --git a/FoundationPress/languages/is_IS.po b/FoundationPress/languages/is_IS.po new file mode 100644 index 0000000..a8fce7a --- /dev/null +++ b/FoundationPress/languages/is_IS.po @@ -0,0 +1,276 @@ +msgid "" +msgstr "" +"Project-Id-Version: foundationpress-libsass-template 5.4.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-09-13 17:56+0200\n" +"PO-Revision-Date: 2017-11-23 19:05+0000\n" +"Last-Translator: Alda Vigdís Skarphéðinsdóttir \n" +"Language-Team: Icelandic\n" +"Language: is-IS\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1\n" +"X-Generator: Loco - https://localise.biz/" + +#: comments.php:68 +#, php-format +msgid "Logged in as %s." +msgstr "Innskráð(ur) sem %s." + +#: library/foundation.php:40 +#, php-format +msgid "" +"Please assign a menu to the primary menu location under %1$s or %2$s the " +"design." +msgstr "" +"Tilgreindu valmynd fyrir staðsetningu aðalvalmyndar %1$s eða %2$s hönnunina." + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:7 +#, php-format +msgid "I have %d apple" +msgid_plural "I have %d apples" +msgstr[0] "Ég á %d epli" +msgstr[1] "Ég á %d epli" + +#: search.php:7 +msgid "Search Results for" +msgstr "Leitarniðurstöður fyrir:" + +#: searchform.php:6 searchform.php:10 +msgid "Search" +msgstr "Leita" + +#: comments.php:79 +msgid "Website" +msgstr "Vefsíða" + +#: comments.php:84 +msgid "Comment" +msgstr "Athugasemd" + +#: comments.php:87 +msgid "You can use these tags:" +msgstr "Þú getur notað þessi tögg:" + +#: comments.php:88 +msgid "Submit Comment" +msgstr "Senda athugasemd" + +#: content-none.php:11 +msgid "Nothing Found" +msgstr "Ekkert fannst" + +#: content-none.php:17 +#, php-format +msgid "" +"Ready to publish your first post? Get started here." +msgstr "" +"Ertu klár í að birta fyrstu færsluna þína? Byrjaðu hér." + +#: content-none.php:21 +msgid "" +"Sorry, but nothing matched your search terms. Please try again with some " +"different keywords." +msgstr "" +"Því miður passaði ekki neitt við leitarorðin. Reyndu aftur með öðrum " +"leitarorðum." + +#: content-none.php:26 +msgid "" +"It seems we can’t find what you’re looking for. Perhaps " +"searching can help." +msgstr "" +"Við virðumst ekki ná að finna það sem þú ert að leita eftir. Kannski gæti " +"virkað að nota leitina." + +#. archive/search. +#. * +#. * @subpackage FoundationPress +#. * @since FoundationPress 1.0.0 +#. +#: content.php:16 +msgid "Continue reading..." +msgstr "Halda áfram að lesa..." + +#: hero.php:40 kitchen-sink.php:739 page-full.php:19 page-sidebar-left.php:21 +#: page.php:18 single.php:27 woocommerce.php:18 +msgid "Pages:" +msgstr "Síður:" + +#: library/entry-meta.php:4 +#, php-format +msgid "Posted on %1$s at %2$s." +msgstr "Fært inn þann %1$s klukkan %2$s." + +#: library/entry-meta.php:5 +msgid "Written by" +msgstr "Skrifað af" + +#: library/foundation.php:16 +msgid "«" +msgstr "«" + +#: library/foundation.php:17 +msgid "»" +msgstr "»" + +#: library/foundation.php:41 +#, php-format +msgid "Menus" +msgstr "Valmyndir" + +#: library/foundation.php:44 +#, php-format +msgid "Customize" +msgstr "Sérsníða" + +#: library/widget-areas.php:6 +msgid "Sidebar widgets" +msgstr "Hlutir í hliðarstiku" + +#: library/widget-areas.php:7 +msgid "Drag widgets to this sidebar container." +msgstr "Dragðu hluti í þessa hliðarstiku." + +#: library/widget-areas.php:16 +msgid "Footer widgets" +msgstr "Hlutir í síðufæti" + +#: library/widget-areas.php:17 +msgid "Drag widgets to this footer container" +msgstr "Dragðu hluti í þennan síðufót" + +#: node_modules/grunt-pot/test/fixtures/some-file.php:3 +msgid "I'm a translatable string." +msgstr "Ég er þýðanlegur strengur." + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:4 +msgid "Me too" +msgstr "Ég líka" + +#. TRANSLATORS: This should be translated as a shorthand for YEAR-MONTH-DAY using 4, 2 and 2 digits. +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:16 +msgid "yyyy-mm-dd" +msgstr "áááá-mm-dd" + +#: 404.php:8 +msgid "File Not Found" +msgstr "Skrá finnst ekki" + +#: 404.php:12 +msgid "" +"The page you are looking for might have been removed, had its name changed, " +"or is temporarily unavailable." +msgstr "" +"Síðan sem þú leitar að gæti hafa verið fjarlægð, nafni hennar breytt eða er " +"ekki aðgengileg sem stendur." + +#: 404.php:14 +msgid "Please try the following:" +msgstr "Vinsamlegast reyndu eftirfarandi:" + +#: 404.php:16 +msgid "Check your spelling" +msgstr "Athugaðu stafsetninguna" + +#: 404.php:17 +#, php-format +msgid "Return to the home page" +msgstr "Fara aftur á aðalsíðu" + +#: 404.php:18 +msgid "Click the Back button" +msgstr "Smelltu á til baka-hnappinn" + +#. previous pages when applicable +#: archive.php:21 index.php:24 search.php:25 +msgid "← Older posts" +msgstr "← Eldri færslur" + +#: archive.php:22 index.php:25 search.php:26 +msgid "Newer posts →" +msgstr "Nýrri færslur →" + +#: comments.php:8 +#, php-format +msgid "%s" +msgstr "%s" + +#: comments.php:9 +#, php-format +msgid "%1$s" +msgstr "%1$s" + +#: comments.php:10 +msgid "(Edit)" +msgstr "(Breyta)" + +#: comments.php:16 +msgid "Your comment is awaiting moderation." +msgstr "Athugasemd þín bíður nú yfirferðar." + +#: comments.php:31 +msgid "Please do not load this page directly. Thanks!" +msgstr "Ekki hlaða þessari síðu inn beint. Takk!" + +#: comments.php:36 +msgid "This post is password protected. Enter the password to view comments." +msgstr "" +"Þessari færslu er lokað með lykilorði. Sláðu lykilorðið inn til að skoða " +"athugasemdirnar." + +#: comments.php:46 +msgid "No Responses to" +msgstr "Engin svör við" + +#: comments.php:46 +msgid "One Response to" +msgstr "Eitt svar við" + +#: comments.php:46 +msgid "% Responses to" +msgstr "% svör við" + +#: comments.php:53 +msgid "← Older comments" +msgstr "← Eldri athugasemdir" + +#: comments.php:54 +msgid "Newer comments →" +msgstr "Nýrri athugasemdir →" + +#: comments.php:61 +msgid "Leave a Reply" +msgstr "Skilja eftir svar" + +#: comments.php:61 +#, php-format +msgid "Leave a Reply to %s" +msgstr "Leave a Reply to %s" + +#: comments.php:64 +#, php-format +msgid "You must be logged in to post a comment." +msgstr "" +"Þú verður að skrá þig inn til að setja inn athugasemdir." + +#: comments.php:68 +msgid "Log out of this account" +msgstr "Skrá mig út af þessum aðgangi" + +#: comments.php:68 +msgid "Log out »" +msgstr "Skrá út »" + +#: comments.php:71 +msgid "Name" +msgstr "Nafn" + +#: comments.php:71 comments.php:75 +msgid " (required)" +msgstr " (nauðsynlegt)" + +#: comments.php:75 +msgid "Email (will not be published)" +msgstr "Tölvupóstfang (verður ekki sýnilegt)" diff --git a/FoundationPress/languages/it_IT.mo b/FoundationPress/languages/it_IT.mo new file mode 100644 index 0000000000000000000000000000000000000000..b17f0e9052bcbf66b1a0ccd1e13c8e284baea019 GIT binary patch literal 4935 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 b7b{xTLtdl4{K}xkqT<1Ys_{vwlc|3LHcEEN literal 0 HcmV?d00001 diff --git a/FoundationPress/languages/it_IT.po b/FoundationPress/languages/it_IT.po new file mode 100644 index 0000000..09e7a73 --- /dev/null +++ b/FoundationPress/languages/it_IT.po @@ -0,0 +1,257 @@ +msgid "" +msgstr "" +"Project-Id-Version: FoundationPress\n" +"POT-Creation-Date: 2014-09-12 17:36+0100\n" +"PO-Revision-Date: 2016-10-16 10:07+0200\n" +"Last-Translator: Gianluca Rosi \n" +"Language-Team: Le Saint \n" +"Language: it_IT\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.8.9\n" +"X-Poedit-Basepath: .\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Poedit-KeywordsList: __;_e;_x;esc_html__;esc_html_e;esc_html_x;esc_attr__;" +"esc_attr_e;esc_attr_x;_ex;_n;_nx;_n_noop;_nx_noop\n" +"X-Poedit-SearchPath-0: ..\n" + +#: ../404.php:8 +msgid "File Not Found" +msgstr "Non Trovato" + +#: ../404.php:12 +msgid "" +"The page you are looking for might have been removed, had its name changed, " +"or is temporarily unavailable." +msgstr "" +"La pagina che stai cercando potrebbe essere stata cancellata, rinominata " +"o temporaneamente non disponibile." + +#: ../404.php:14 +msgid "Please try the following:" +msgstr "Puoi provare nei seguenti modi:" + +#: ../404.php:16 +msgid "Check your spelling" +msgstr "Verifica di aver scritto correttamente" + +#: ../404.php:17 +#, php-format +msgid "Return to the home page" +msgstr "Torna alla home page" + +#: ../404.php:18 +msgid "Click the Back button" +msgstr "" +"Cliccare sul pulsante Indietro" + +#: ../archive.php:21 ../index.php:24 ../search.php:25 +msgid "← Older posts" +msgstr "← Post più vecchi" + +#: ../archive.php:22 ../index.php:25 ../search.php:26 +msgid "Newer posts →" +msgstr "Post più recenti →" + +#: ../comments.php:8 +#, php-format +msgid "%s" +msgstr "%s" + +#: ../comments.php:9 +#, php-format +msgid "%1$s" +msgstr "%1$s" + +#: ../comments.php:10 +msgid "(Edit)" +msgstr "(Modifica)" + +#: ../comments.php:16 +msgid "Your comment is awaiting moderation." +msgstr "Il tuo commento è in attesa di moderazione." + +#: ../comments.php:31 +msgid "Please do not load this page directly. Thanks!" +msgstr "Per piacere non caricare direttamente questa pagina. Grazie!" + +#: ../comments.php:36 +msgid "This post is password protected. Enter the password to view comments." +msgstr "" +"Questo post è protetto da password. Per piacere inserisci la password per " +"leggerlo." + +#: ../comments.php:46 +msgid "No Responses to" +msgstr "Nessun Commento su" + +#: ../comments.php:46 +msgid "One Response to" +msgstr "Un Commento su" + +#: ../comments.php:46 +msgid "% Responses to" +msgstr "% Commenti su" + +#: ../comments.php:53 +msgid "← Older comments" +msgstr "← Commenti più vecchi" + +#: ../comments.php:54 +msgid "Newer comments →" +msgstr "Commenti più recenti →" + +#: ../comments.php:61 +msgid "Leave a Reply" +msgstr "Lascia un commento" + +#: ../comments.php:61 +#, php-format +msgid "Leave a Reply to %s" +msgstr "Lascia un commento su %s" + +#: ../comments.php:64 +#, php-format +msgid "You must be logged in to post a comment." +msgstr "Devi essere loggato per poter commentare." + +#: ../comments.php:68 +#, php-format +msgid "Logged in as %s." +msgstr "Connecté comme %s." + +#: ../comments.php:68 +msgid "Log out of this account" +msgstr "Disconnettiti da questo account" + +#: ../comments.php:68 +msgid "Log out »" +msgstr "Disconnettiti »" + +#: ../comments.php:71 +msgid "Name" +msgstr "Nome" + +#: ../comments.php:71 ../comments.php:75 +msgid " (required)" +msgstr "(richiesto)" + +#: ../comments.php:75 +msgid "Email (will not be published)" +msgstr "Email (non sarà resa pubblica)" + +#: ../comments.php:79 +msgid "Website" +msgstr "Sito web" + +#: ../comments.php:84 +msgid "Comment" +msgstr "Commento" + +#: ../comments.php:87 +msgid "You can use these tags:" +msgstr "Puoi usare questi tag:" + +#: ../comments.php:88 +msgid "Submit Comment" +msgstr "Inserisci commento" + +#: ../content-none.php:11 +msgid "Nothing Found" +msgstr "Nessun risultato" + +#: ../content-none.php:17 +#, php-format +msgid "" +"Ready to publish your first post? Get started here." +msgstr "" +"Sei pronto a pubblicare il tuo primo post? Inizia qui." + +#: ../content-none.php:21 +msgid "" +"Sorry, but nothing matched your search terms. Please try again with some " +"different keywords." +msgstr "" +"Spiacenti, ma non siamo riusciti a trovare nulla che corrispondesse ai " +"termini ricercati. Per piacere riprova con parole differenti." + +#: ../content-none.php:26 +msgid "" +"It seems we can’t find what you’re looking for. Perhaps " +"searching can help." +msgstr "" +"Non riusciamo a trovare quello che stai cercando. Forse una ricerca può " +"esserti d'aiuto." + +#: ../content.php:16 +msgid "Continue reading..." +msgstr "Continua a leggere..." + +#: ../hero.php:40 ../kitchen-sink.php:739 ../page-full.php:19 +#: ../page-sidebar-left.php:21 ../page.php:18 ../single.php:27 +#: ../woocommerce.php:18 +msgid "Pages:" +msgstr "Pagine:" + +#: ../library/entry-meta.php:4 +#, php-format +msgid "Posted on %1$s at %2$s." +msgstr "Pubblicato il %1$s alle %2$s." + +#: ../library/entry-meta.php:5 +msgid "Written by" +msgstr "Scritto da" + +#: ../library/foundation.php:16 +msgid "«" +msgstr "«" + +#: ../library/foundation.php:17 +msgid "»" +msgstr "»" + +#: ../library/foundation.php:40 +#, php-format +msgid "" +"Please assign a menu to the primary menu location under %1$s or %2$s the " +"design." +msgstr "" +"Per favore assegna un menu andando nella sezione %1$s oppure %2$s il design " +"del tema." + +#: ../library/foundation.php:41 +#, php-format +msgid "Menus" +msgstr "Menu" + +#: ../library/foundation.php:44 +#, php-format +msgid "Customize" +msgstr "Personalizza" + +#: ../library/widget-areas.php:6 +msgid "Sidebar widgets" +msgstr "Widget della sidebar" + +#: ../library/widget-areas.php:7 +msgid "Drag widgets to this sidebar container." +msgstr "Trascina i widget all'interno di questo spazio " +"per la sidebar" + +#: ../library/widget-areas.php:16 +msgid "Footer widgets" +msgstr "Widget del footer" + +#: ../library/widget-areas.php:17 +msgid "Drag widgets to this footer container" +msgstr "Trascina i widget all'interno di questo spazio " +"per il footer" + +#: ../search.php:7 +msgid "Search Results for" +msgstr "Risultati di ricerca per" + +#: ../searchform.php:6 ../searchform.php:10 +msgid "Search" +msgstr "Cerca" diff --git a/FoundationPress/languages/ja.mo b/FoundationPress/languages/ja.mo new file mode 100644 index 0000000000000000000000000000000000000000..b8e4581249ebffccae19eace3758c66d8c7391fa GIT binary patch literal 5298 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 page" +msgstr "ホームページに戻る" + +#: 404.php:18 +msgid "Click the Back button" +msgstr "戻る ボタンをクリック" + +#: archive.php:21 index.php:24 search.php:25 +msgid "← Older posts" +msgstr "← 以前の投稿" + +#: archive.php:22 index.php:25 search.php:26 +msgid "Newer posts →" +msgstr "次の投稿 →" + +#: comments.php:8 +#, php-format +msgid "%s" +msgstr "%s" + +#: comments.php:9 +#, php-format +msgid "%1$s" +msgstr "%1$s" + +#: comments.php:10 +msgid "(Edit)" +msgstr "(編集)" + +#: comments.php:16 +msgid "Your comment is awaiting moderation." +msgstr "コメントは現在承認待ちです。" + +#: comments.php:31 +msgid "Please do not load this page directly. Thanks!" +msgstr "このページを直接読み込まないでください。" + +#: comments.php:36 +msgid "This post is password protected. Enter the password to view comments." +msgstr "" +"この投稿はパスワードで保護されています。コメントを表示するためのパスワードを" +"入力してください。" + +#: comments.php:46 +msgid "No Responses to" +msgstr "返信がありません。" + +#: comments.php:46 +msgid "One Response to" +msgstr "一件のコメント" + +#: comments.php:46 +msgid "% Responses to" +msgstr "% 件のコメント" + +#: comments.php:53 +msgid "← Older comments" +msgstr "← 以前のコメント" + +#: comments.php:54 +msgid "Newer comments →" +msgstr "新しいコメント →" + +#: comments.php:61 +msgid "Leave a Reply" +msgstr "返信を行う" + +#: comments.php:61 +#, php-format +msgid "Leave a Reply to %s" +msgstr " %s への返信" + +#: comments.php:64 +#, php-format +msgid "You must be logged in to post a comment." +msgstr "この投稿にコメントするためにログイン が必要です。" + +#: comments.php:68 +#, php-format +msgid "Logged in as %s." +msgstr "%sとしてログインしています。" + +#: comments.php:68 +msgid "Log out of this account" +msgstr "ログアウトする。" + +#: comments.php:68 +msgid "Log out »" +msgstr "ログアウト »" + +#: comments.php:71 +msgid "Name" +msgstr "名前" + +#: comments.php:71 comments.php:75 +msgid " (required)" +msgstr " (必須)" + +#: comments.php:75 +msgid "Email (will not be published)" +msgstr "メールアドレス (公開されません)" + +#: comments.php:79 +msgid "Website" +msgstr "ウェブサイト" + +#: comments.php:84 +msgid "Comment" +msgstr "コメント" + +#: comments.php:87 +msgid "You can use these tags:" +msgstr "次のHTML タグと属性が使えます:" + +#: comments.php:88 +msgid "Submit Comment" +msgstr "コメント送信" + +#: content-none.php:11 +msgid "Nothing Found" +msgstr "見つかりません。" + +#: content-none.php:17 +#, php-format +msgid "" +"Ready to publish your first post? Get started here." +msgstr "" +"あなたの最初の投稿を公開する準備はできましたか?ここから始" +"めましょう。" + +#: content-none.php:21 +msgid "" +"Sorry, but nothing matched your search terms. Please try again with some " +"different keywords." +msgstr "" +"ご指定の検索条件に一致する投稿がありませんでした。他のキーワードでもう一度検" +"索してみてください。" + +#: content-none.php:26 +msgid "" +"It seems we can’t find what you’re looking for. Perhaps " +"searching can help." +msgstr "お探しのコンテンツを見つけられませんでした。検索をお試しください。" + +#: content.php:16 +msgid "Continue reading..." +msgstr "続きを読む..." + +#: hero.php:40 kitchen-sink.php:739 page-full.php:19 page-sidebar-left.php:21 +#: page.php:18 single.php:27 woocommerce.php:18 +msgid "Pages:" +msgstr "ページ:" + +#: library/entry-meta.php:4 +#, php-format +msgid "Posted on %1$s at %2$s." +msgstr "投稿日時 %1$s %2$s." + +#: library/entry-meta.php:5 +msgid "Written by" +msgstr "投稿者" + +#: library/foundation.php:16 +msgid "«" +msgstr "«" + +#: library/foundation.php:17 +msgid "»" +msgstr "»" + +#: library/foundation.php:40 +#, php-format +msgid "" +"Please assign a menu to the primary menu location under %1$s or %2$s the " +"design." +msgstr "primary menyにメニューに%1$s もしくは %2$sを設定してください。" + +#: library/foundation.php:41 +#, php-format +msgid "Menus" +msgstr "メニュー" + +#: library/foundation.php:44 +#, php-format +msgid "Customize" +msgstr "カスタマイズ" + +#: library/widget-areas.php:6 +msgid "Sidebar widgets" +msgstr "サイドバーウィジェット" + +#: library/widget-areas.php:7 +msgid "Drag widgets to this sidebar container." +msgstr "ウィジェットをサイドバーにドラッグしてください" + +#: library/widget-areas.php:16 +msgid "Footer widgets" +msgstr "フッターウィジェット" + +#: library/widget-areas.php:17 +msgid "Drag widgets to this footer container" +msgstr "ウィジェットをフッターにドラッグしてください" + +#: search.php:7 +msgid "Search Results for" +msgstr "検索結果" + +#: searchform.php:6 searchform.php:10 +msgid "Search" +msgstr "検索" diff --git a/FoundationPress/languages/nb_NO.mo b/FoundationPress/languages/nb_NO.mo new file mode 100644 index 0000000000000000000000000000000000000000..db349c2094710130b658fd9b05a8fd79e0b1803d GIT binary patch literal 4837 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 literal 0 HcmV?d00001 diff --git a/FoundationPress/languages/nb_NO.po b/FoundationPress/languages/nb_NO.po new file mode 100644 index 0000000..952c4c3 --- /dev/null +++ b/FoundationPress/languages/nb_NO.po @@ -0,0 +1,282 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: foundationpress-libsass-template 5.4.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-09-13 17:56+0200\n" +"PO-Revision-Date: 2016-10-16 10:21+0200\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 1.8.9\n" +"Language: nb\n" + +#: 404.php:8 +msgid "File Not Found" +msgstr "Finner ikke filen" + +#: 404.php:12 +msgid "" +"The page you are looking for might have been removed, had its name changed, " +"or is temporarily unavailable." +msgstr "" +"Siden du leter etter kan ha blitt flyttet, navnet kan være endret, eller den " +"kan være midlertidig utilgjengelig." + +#: 404.php:14 +msgid "Please try the following:" +msgstr "Vennligst forsøk følgende:" + +#: 404.php:16 +msgid "Check your spelling" +msgstr "Sjekk staving" + +#: 404.php:17 +#, php-format +msgid "Return to the home page" +msgstr "Gå tilbake til forsiden" + +#: 404.php:18 +msgid "Click the Back button" +msgstr "Klikk Tilbake knappen" + +#. /previous pages when applicable +#: archive.php:21 index.php:24 search.php:25 +msgid "← Older posts" +msgstr "← Eldre innlegg" + +#: archive.php:22 index.php:25 search.php:26 +msgid "Newer posts →" +msgstr "Nyere innlegg →" + +#: comments.php:8 +#, php-format +msgid "%s" +msgstr "%s" + +#: comments.php:9 +#, php-format +msgid "%1$s" +msgstr "%1$s" + +#: comments.php:10 +msgid "(Edit)" +msgstr "(Rediger)" + +#: comments.php:16 +msgid "Your comment is awaiting moderation." +msgstr "Din kommentar avventer moderasjon." + +#: comments.php:31 +msgid "Please do not load this page directly. Thanks!" +msgstr "Vennligst ikke last denne siden direkte. Takk!" + +#: comments.php:36 +msgid "This post is password protected. Enter the password to view comments." +msgstr "" +"Dette innlegget er passordbeskyttet. Skriv inn passord for å vise " +"kommentarer." + +#: comments.php:46 +msgid "No Responses to" +msgstr "Ingen svar på" + +#: comments.php:46 +msgid "One Response to" +msgstr "Ett svar på" + +#: comments.php:46 +msgid "% Responses to" +msgstr "% svar på" + +#: comments.php:53 +msgid "← Older comments" +msgstr "← Eldre kommentarer" + +#: comments.php:54 +msgid "Newer comments →" +msgstr "Nyere kommentarer →" + +#: comments.php:61 +msgid "Leave a Reply" +msgstr "Legg igjen et svar" + +#: comments.php:61 +#, php-format +msgid "Leave a Reply to %s" +msgstr "Legg igjen et svar til %s" + +#: comments.php:64 +#, php-format +msgid "You must be logged in to post a comment." +msgstr "Du må være logget inn for å poste en kommentar." + +#: comments.php:68 +#, php-format +msgid "Logged in as %s." +msgstr "Logget inn som %s." + +#: comments.php:68 +msgid "Log out of this account" +msgstr "Logg av denne kontoen" + +#: comments.php:68 +msgid "Log out »" +msgstr "Logg av »" + +#: comments.php:71 +msgid "Name" +msgstr "Navn" + +#: comments.php:71 comments.php:75 +msgid " (required)" +msgstr "(påkrevd)" + +#: comments.php:75 +msgid "Email (will not be published)" +msgstr "E-post (vil ikke bli publisert)" + +#: comments.php:79 +msgid "Website" +msgstr "Nettside" + +#: comments.php:84 +msgid "Comment" +msgstr "Kommentar" + +#: comments.php:87 +msgid "You can use these tags:" +msgstr "Du kan benytte disse taggene:" + +#: comments.php:88 +msgid "Submit Comment" +msgstr "Send inn kommentar" + +#: content-none.php:11 +msgid "Nothing Found" +msgstr "Ingenting funnet" + +#: content-none.php:17 +#, php-format +msgid "" +"Ready to publish your first post? Get started here." +msgstr "" +"Klar til å publisere ditt første innlegg? Kom i gang her." + +#: content-none.php:21 +msgid "" +"Sorry, but nothing matched your search terms. Please try again with some " +"different keywords." +msgstr "" +"Beklager, men vi fant ingenting som traff på ditt søk. Forsøk gjerne igjen " +"med andre søkeord." + +#: content-none.php:26 +msgid "" +"It seems we can’t find what you’re looking for. Perhaps " +"searching can help." +msgstr "" +"Det ser ikke ut som om vi finner det du leter etter. Kanskje et søk kan " +"hjelpe?" + +#. /archive/search. +#. * +#. * @subpackage FoundationPress +#. * @since FoundationPress 1.0.0 +#. +#: content.php:16 +msgid "Continue reading..." +msgstr "Les videre..." + +#: hero.php:40 kitchen-sink.php:739 page-full.php:19 page-sidebar-left.php:21 +#: page.php:18 single.php:27 woocommerce.php:18 +msgid "Pages:" +msgstr "Sider:" + +#: library/entry-meta.php:4 +#, php-format +msgid "Posted on %1$s at %2$s." +msgstr "Skrevet den %1$s kl. %2$s." + +#: library/entry-meta.php:5 +msgid "Written by" +msgstr "Skrevet av" + +#: library/foundation.php:16 +msgid "«" +msgstr "«" + +#: library/foundation.php:17 +msgid "»" +msgstr "»" + +#: library/foundation.php:40 +#, php-format +msgid "" +"Please assign a menu to the primary menu location under %1$s or %2$s the " +"design." +msgstr "" +"Vennligst tildel en meny til primærmenyplasseringen etter %1$s eller %2$s " +"designet." + +#: library/foundation.php:41 +#, php-format +msgid "Menus" +msgstr "Menyer" + +#: library/foundation.php:44 +#, php-format +msgid "Customize" +msgstr "Tilpass" + +#: library/widget-areas.php:6 +msgid "Sidebar widgets" +msgstr "Sidestolpe widgets" + +#: library/widget-areas.php:7 +msgid "Drag widgets to this sidebar container." +msgstr "Dra widgets til denne sidestolpe konteineren." + +#: library/widget-areas.php:16 +msgid "Footer widgets" +msgstr "Bunn widgets" + +#: library/widget-areas.php:17 +msgid "Drag widgets to this footer container" +msgstr "Dra widgets til denne bunn kontaineren" + +#: node_modules/grunt-pot/test/fixtures/some-file.php:3 +msgid "I'm a translatable string." +msgstr "Jeg er en tekststreng som kan oversettes." + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:4 +msgid "Me too" +msgstr "Jeg også" + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:7 +#, php-format +msgid "I have %d apple" +msgid_plural "I have %d apples" +msgstr[0] "Jeg har %d eple" +msgstr[1] "Jeg har %d epler" + +#. / TRANSLATORS: This should be translated as a shorthand for YEAR-MONTH-DAY using 4, 2 and 2 digits. +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:16 +msgid "yyyy-mm-dd" +msgstr "yyyy-mm-dd" + +#: search.php:7 +msgid "Search Results for" +msgstr "Søketreff for" + +#: searchform.php:6 searchform.php:10 +msgid "Search" +msgstr "Søk" diff --git a/FoundationPress/languages/nl_NL.mo b/FoundationPress/languages/nl_NL.mo new file mode 100644 index 0000000000000000000000000000000000000000..0948dad1d68a561e9732d10b1269fb220ca1c999 GIT binary patch literal 4840 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 literal 0 HcmV?d00001 diff --git a/FoundationPress/languages/nl_NL.po b/FoundationPress/languages/nl_NL.po new file mode 100644 index 0000000..bf38ca8 --- /dev/null +++ b/FoundationPress/languages/nl_NL.po @@ -0,0 +1,306 @@ +msgid "" +msgstr "" +"Project-Id-Version: FoundationPress v5.4\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2017-12-11 14:13+0100\n" +"Last-Translator: violacase \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 2.0.5\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;" +"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n" +"X-Textdomain-Support: yes\n" +"Language: nl\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-SearchPath-0: .\n" + +# @ FoundationPress +#: comments.php:71 +msgid "Name" +msgstr "Naam" + +# @ FoundationPress +#: comments.php:88 +msgid "Submit Comment" +msgstr "Verzend commentaar" + +# @ FoundationPress +#: comments.php:68 +msgid "Log out of this account" +msgstr "Uitloggen met dit account" + +# @ FoundationPress +#: comments.php:68 +msgid "Log out »" +msgstr "Uitloggen »" + +# @ FoundationPress +#: comments.php:36 +msgid "This post is password protected. Enter the password to view comments." +msgstr "" +"Deze post is beveiligd met een wachtwoord. Voer uw wachtwoord in om " +"commentaar te zien." + +# @ FoundationPress +#: comments.php:79 +msgid "Website" +msgstr "Website" + +# @ FoundationPress +#: comments.php:64 +#, php-format +msgid "You must be logged in to post a comment." +msgstr "" +"U dient aangemeld te zijn indien u iets wilt schrijven." + +# @ FoundationPress +#: hero.php:40 kitchen-sink.php:739 page-full.php:19 page-sidebar-left.php:21 +#: page.php:18 single.php:27 woocommerce.php:18 +msgid "Pages:" +msgstr "Pagina's:" + +# @ FoundationPress +#: comments.php:16 +msgid "Your comment is awaiting moderation." +msgstr "Uw kommentaar wacht op goedkeuring." + +# @ FoundationPress +#: comments.php:10 +msgid "(Edit)" +msgstr "(Bewerken)" + +# @ FoundationPress +#: comments.php:61 +msgid "Leave a Reply" +msgstr "Geef een reactie" + +# @ FoundationPress +#: comments.php:61 +#, php-format +msgid "Leave a Reply to %s" +msgstr "Geef een reactie op %s" + +# @ FoundationPress +#: searchform.php:6 searchform.php:10 +msgid "Search" +msgstr "Zoeken" + +# @ FoundationPress +#: 404.php:8 +msgid "File Not Found" +msgstr "Bestand niet gevonden" + +# @ FoundationPress +#: 404.php:12 +msgid "" +"The page you are looking for might have been removed, had its name changed, " +"or is temporarily unavailable." +msgstr "" +"De pagina die u zoekt kan verwijderd zijn, heeft een andere naam gekregen of " +"is tijdelijk niet bereikbaar." + +# @ FoundationPress +#: 404.php:14 +msgid "Please try the following:" +msgstr "Probeer a.u.b. het volgende:" + +# @ FoundationPress +#: 404.php:16 +msgid "Check your spelling" +msgstr "Controleer uw spelling" + +# @ FoundationPress +#: 404.php:17 +#, php-format +msgid "Return to the home page" +msgstr "Terug naar de home pagina" + +# @ FoundationPress +#: 404.php:18 +msgid "Click the Back button" +msgstr "Klik op de Terug knop" + +# @ FoundationPress +#: archive.php:21 index.php:24 search.php:25 +msgid "← Older posts" +msgstr "← Oudere berichten" + +# @ FoundationPress +#: archive.php:22 index.php:25 search.php:26 +msgid "Newer posts →" +msgstr "Nieuwere berichten →" + +# @ FoundationPress +#: comments.php:8 +#, php-format +msgid "%s" +msgstr "%s" + +# @ FoundationPress +#: comments.php:9 +#, php-format +msgid "%1$s" +msgstr "%1$s" + +# @ FoundationPress +#: comments.php:31 +msgid "Please do not load this page directly. Thanks!" +msgstr "Gelieve deze pagina niet direct aan te roepen. Bedankt!" + +# @ FoundationPress +#: comments.php:46 +msgid "No Responses to" +msgstr "Geen antwoorden op" + +# @ FoundationPress +#: comments.php:46 +msgid "One Response to" +msgstr "Een antwoord op" + +# @ FoundationPress +#: comments.php:46 +msgid "% Responses to" +msgstr "% Antwoorden op" + +# @ FoundationPress +#: comments.php:53 +msgid "← Older comments" +msgstr "← ouder commentaar" + +# @ FoundationPress +#: comments.php:54 +msgid "Newer comments →" +msgstr "Nieuwer commentaar →" + +# @ FoundationPress +#: comments.php:68 +#, php-format +msgid "Logged in as %s." +msgstr "Ingelogd als %s." + +# @ FoundationPress +#: comments.php:71 comments.php:75 +msgid " (required)" +msgstr "(verplicht)" + +# @ FoundationPress +#: comments.php:75 +msgid "Email (will not be published)" +msgstr "Email (wordt niet gepubliceerd)" + +# @ FoundationPress +#: comments.php:84 +msgid "Comment" +msgstr "Commentaar" + +# @ FoundationPress +#: comments.php:87 +msgid "You can use these tags:" +msgstr "U kunt deze tags gebruiken:" + +# @ FoundationPress +#: content-none.php:11 +msgid "Nothing Found" +msgstr "Niets gevonden" + +# @ FoundationPress +#: content-none.php:17 +#, php-format +msgid "" +"Ready to publish your first post? Get started here." +msgstr "" +"Klaar om uw eerste bericht te publiceren? Start hier" + +# @ FoundationPress +#: content-none.php:21 +msgid "" +"Sorry, but nothing matched your search terms. Please try again with some " +"different keywords." +msgstr "" +"Sorry, we hebben niets gevonden met uw zoekopdracht. Probeer het nog eens " +"met andere sleutelwoorden." + +# @ FoundationPress +#: content-none.php:26 +msgid "" +"It seems we can’t find what you’re looking for. Perhaps " +"searching can help." +msgstr "We kunnen dit helaas niet vinden. Misschien helpt zoeken." + +# @ FoundationPress +#: content.php:16 +msgid "Continue reading..." +msgstr "Verder lezen..." + +# @ FoundationPress +#: library/entry-meta.php:4 +#, php-format +msgid "Posted on %1$s at %2$s." +msgstr "Gepost op %1$s te %2$s." + +# @ FoundationPress +#: library/entry-meta.php:5 +msgid "Written by" +msgstr "Geschreven door" + +# @ FoundationPress +#: library/foundation.php:16 +msgid "«" +msgstr "«" + +# @ FoundationPress +#: library/foundation.php:17 +msgid "»" +msgstr "»" + +# @ FoundationPress +#: library/foundation.php:40 +#, php-format +msgid "" +"Please assign a menu to the primary menu location under %1$s or %2$s the " +"design." +msgstr "" +"Gelieve een primair menu toe te wijzen aan de eerste menupositie op %1$s of " +"%2$s van het ontwerp." + +# @ FoundationPress +#: library/foundation.php:41 +#, php-format +msgid "Menus" +msgstr "Menu's" + +# @ FoundationPress +#: library/foundation.php:44 +#, php-format +msgid "Customize" +msgstr "Aanpassen" + +# @ FoundationPress +#: library/widget-areas.php:6 +msgid "Sidebar widgets" +msgstr "Zijbar-widgets" + +# @ FoundationPress +#: library/widget-areas.php:7 +msgid "Drag widgets to this sidebar container." +msgstr "Drag widgets naar de zijbar-container." + +# @ FoundationPress +#: library/widget-areas.php:16 +msgid "Footer widgets" +msgstr "Footer-widgets" + +# @ FoundationPress +#: library/widget-areas.php:17 +msgid "Drag widgets to this footer container" +msgstr "Drag widgets naar de footer-container" + +# @ FoundationPress +#: search.php:7 +msgid "Search Results for" +msgstr "Zoekresultaten voor" diff --git a/FoundationPress/languages/pl.mo b/FoundationPress/languages/pl.mo new file mode 100644 index 0000000000000000000000000000000000000000..265740ffc85cde0e4504ac6dd175e0c95cd1aa8e GIT binary patch literal 4557 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 literal 0 HcmV?d00001 diff --git a/FoundationPress/languages/pl.po b/FoundationPress/languages/pl.po new file mode 100644 index 0000000..3ef682e --- /dev/null +++ b/FoundationPress/languages/pl.po @@ -0,0 +1,275 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-10-13 19:26+0200\n" +"PO-Revision-Date: 2016-10-16 10:07+0200\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.8.9\n" +"X-Poedit-Basepath: .\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" + +#: 404.php:8 +msgid "File Not Found" +msgstr "Nie znaleziono" + +#: 404.php:12 +msgid "" +"The page you are looking for might have been removed, had its name changed, " +"or is temporarily unavailable." +msgstr "" +"Strona, której szukasz mogła zostać usunięta, przeniesiona, lub jest " +"tymczasowo niedostępna." + +#: 404.php:14 +msgid "Please try the following:" +msgstr "Oto co możesz zrobić:" + +#: 404.php:16 +msgid "Check your spelling" +msgstr "sprawdź, czy wpisano poprawną nazwę" + +#: 404.php:17 +#, php-format +msgid "Return to the home page" +msgstr "zacząć od strony głównej" + +#: 404.php:18 +msgid "Click the Back button" +msgstr "wrócić do poprzedniej strony" + +#. /previous pages when applicable +#: archive.php:21 index.php:24 search.php:25 +msgid "← Older posts" +msgstr "← Starsze posty" + +#: archive.php:22 index.php:25 search.php:26 +msgid "Newer posts →" +msgstr "Nowsze posty →" + +#: comments.php:8 +#, php-format +msgid "%s" +msgstr "%s" + +#: comments.php:9 +#, php-format +msgid "%1$s" +msgstr "%1$s" + +#: comments.php:10 +msgid "(Edit)" +msgstr "(Edytuj)" + +#: comments.php:16 +msgid "Your comment is awaiting moderation." +msgstr "Twój komentarz czeka na moderację." + +#: comments.php:31 +msgid "Please do not load this page directly. Thanks!" +msgstr "Nie wczytuj tej strony bezpośrednio!" + +#: comments.php:36 +msgid "This post is password protected. Enter the password to view comments." +msgstr "Ten wpis jest chroniony hasłem Wpisz je by zobaczyć komentarze." + +#: comments.php:46 +msgid "No Responses to" +msgstr "Brak odpowiedzi na" + +#: comments.php:46 +msgid "One Response to" +msgstr "Jedna odpowiedź na" + +#: comments.php:46 +msgid "% Responses to" +msgstr "% Odpowiedzi na" + +#: comments.php:53 +msgid "← Older comments" +msgstr "← Starsze komentarze" + +#: comments.php:54 +msgid "Newer comments →" +msgstr "Nowsze komentarze →" + +#: comments.php:61 +msgid "Leave a Reply" +msgstr "Dodaj odpowiedź" + +#: comments.php:61 +#, php-format +msgid "Leave a Reply to %s" +msgstr "Dodaj odpowiedź na %s" + +#: comments.php:64 +#, php-format +msgid "You must be logged in to post a comment." +msgstr "Musisz być zalogowany by dodać komentarz." + +#: comments.php:68 +#, php-format +msgid "Logged in as %s." +msgstr "Zalogowany jako %s." + +#: comments.php:68 +msgid "Log out of this account" +msgstr "Wyloguj się z tego konta" + +#: comments.php:68 +msgid "Log out »" +msgstr "Wyloguj »" + +#: comments.php:71 +msgid "Name" +msgstr "Imię" + +#: comments.php:71 comments.php:75 +msgid " (required)" +msgstr " (wymagane)" + +#: comments.php:75 +msgid "Email (will not be published)" +msgstr "Email (nie zostanie opublikowany)" + +#: comments.php:79 +msgid "Website" +msgstr "Strona internetowa" + +#: comments.php:84 +msgid "Comment" +msgstr "Komentarz" + +#: comments.php:87 +msgid "You can use these tags:" +msgstr "Możesz użyć tych tagów:" + +#: comments.php:88 +msgid "Submit Comment" +msgstr "Wyślij komentarz" + +#: content-none.php:11 +msgid "Nothing Found" +msgstr "Nie znaleziono" + +#: content-none.php:17 +#, php-format +msgid "" +"Ready to publish your first post? Get started here." +msgstr "" +"Gotowy do opublikowania pierwszego postu? Zacznij tutaj." + +#: content-none.php:21 +#, fuzzy +msgid "" +"Sorry, but nothing matched your search terms. Please try again with some " +"different keywords." +msgstr "" +"Przepraszamy, ale nie znaleziono niczego, co spełnia kryteria wyszukiwania. " +"Użyj innych słów kluczowych." + +#: content-none.php:26 +msgid "" +"It seems we can’t find what you’re looking for. Perhaps " +"searching can help." +msgstr "" +"Wygląda na to, że nie możemy znaleźć tego elementu. Może te wskazówki pomogą." + +#. /archive/search. +#. * +#. * @subpackage FoundationPress +#. * @since FoundationPress 1.0.0 +#. +#: content.php:16 +msgid "Continue reading..." +msgstr "Czytaj dalej..." + +#: hero.php:40 kitchen-sink.php:739 page-full.php:19 page-sidebar-left.php:21 +#: page.php:18 single.php:27 woocommerce.php:18 +msgid "Pages:" +msgstr "Strony:" + +#: library/entry-meta.php:4 +#, php-format +msgid "Posted on %1$s at %2$s." +msgstr "Opublikowano %1$s o %2$s." + +#: library/entry-meta.php:5 +msgid "Written by" +msgstr "Napisane przez" + +#: library/foundation.php:16 +msgid "«" +msgstr "«" + +#: library/foundation.php:17 +msgid "»" +msgstr "»" + +#: library/foundation.php:40 +#, php-format +msgid "" +"Please assign a menu to the primary menu location under %1$s or %2$s the " +"design." +msgstr "Prosimy o dodanie menu do głównaj nawigacji w %1$s lub %2$s projekcie." + +#: library/foundation.php:41 +#, php-format +msgid "Menus" +msgstr "Menu" + +#: library/foundation.php:44 +#, php-format +msgid "Customize" +msgstr "Dostosuj" + +#: library/widget-areas.php:6 +msgid "Sidebar widgets" +msgstr "Panel boczny" + +#: library/widget-areas.php:7 +msgid "Drag widgets to this sidebar container." +msgstr "Przeciągnij widget do panelu bocznego." + +#: library/widget-areas.php:16 +msgid "Footer widgets" +msgstr "Stopka" + +#: library/widget-areas.php:17 +msgid "Drag widgets to this footer container" +msgstr "Przeciągnij widget do panelu stopki." + +#: node_modules/grunt-pot/test/fixtures/some-file.php:3 +msgid "I'm a translatable string." +msgstr "Ten tekst można przetłumaczyć." + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:4 +msgid "Me too" +msgstr "Ja też" + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:7 +#, php-format +msgid "I have %d apple" +msgid_plural "I have %d apples" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#. / TRANSLATORS: This should be translated as a shorthand for YEAR-MONTH-DAY using 4, 2 and 2 digits. +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:16 +msgid "yyyy-mm-dd" +msgstr "yyyy-mm-dd" + +#: search.php:7 +msgid "Search Results for" +msgstr "Wyniki wyszukiwania dla" + +#: searchform.php:6 searchform.php:10 +msgid "Search" +msgstr "Wyszukiwanie" diff --git a/FoundationPress/languages/pt_BR.mo b/FoundationPress/languages/pt_BR.mo new file mode 100644 index 0000000000000000000000000000000000000000..18af4b3c58fea7d811cde6ecf9604ee2ed13a1ae GIT binary patch literal 4974 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\n" +"Language-Team: OneSpace \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 1.8.9\n" +"Language: pt_BR\n" + +#: 404.php:8 +msgid "File Not Found" +msgstr "Arquivo não encontrado" + +#: 404.php:12 +msgid "" +"The page you are looking for might have been removed, had its name changed, " +"or is temporarily unavailable." +msgstr "" +"A página que você está procurando pode ter sido removida, teve seu nome " +"alterado ou está temporariamente indisponível." + +#: 404.php:14 +msgid "Please try the following:" +msgstr "Por favor, tente o seguinte:" + +#: 404.php:16 +msgid "Check your spelling" +msgstr "Verifique o nome digitado" + +#: 404.php:17 +#, php-format +msgid "Return to the home page" +msgstr "Voltar para a página inicial" + +#: 404.php:18 +msgid "Click the Back button" +msgstr "Clique no botão Voltar" + +#. /previous pages when applicable +#: archive.php:21 index.php:24 search.php:25 +msgid "← Older posts" +msgstr "← Posts antigos" + +#: archive.php:22 index.php:25 search.php:26 +msgid "Newer posts →" +msgstr "Novos posts →" + +#: comments.php:8 +#, php-format +msgid "%s" +msgstr "%s" + +#: comments.php:9 +#, php-format +msgid "%1$s" +msgstr "%1$s" + +#: comments.php:10 +msgid "(Edit)" +msgstr "(Editar)" + +#: comments.php:16 +msgid "Your comment is awaiting moderation." +msgstr "Seu comentário está aguardando aprovação." + +#: comments.php:31 +msgid "Please do not load this page directly. Thanks!" +msgstr "Por favor não carregue essa página diretamente" + +#: comments.php:36 +msgid "This post is password protected. Enter the password to view comments." +msgstr "" +"Esse post é protegido por senha. Digite a senha para ver os comentários." + +#: comments.php:46 +msgid "No Responses to" +msgstr "Sem respostas para" + +#: comments.php:46 +msgid "One Response to" +msgstr "Uma Resposta para" + +#: comments.php:46 +msgid "% Responses to" +msgstr "% Respostas para" + +#: comments.php:53 +msgid "← Older comments" +msgstr "← Comentários antigos" + +#: comments.php:54 +msgid "Newer comments →" +msgstr "Comentários novos →" + +#: comments.php:61 +msgid "Leave a Reply" +msgstr "Deixe uma Resposta" + +#: comments.php:61 +#, php-format +msgid "Leave a Reply to %s" +msgstr "Deixe uma Resposta para %s" + +#: comments.php:64 +#, php-format +msgid "You must be logged in to post a comment." +msgstr "Você deve entrar para postar um comentário." + +#: comments.php:68 +#, php-format +msgid "Logged in as %s." +msgstr "Entrou como %s." + +#: comments.php:68 +msgid "Log out of this account" +msgstr "Sair desse conta" + +#: comments.php:68 +msgid "Log out »" +msgstr "Sair »" + +#: comments.php:71 +msgid "Name" +msgstr "Nome" + +#: comments.php:71 comments.php:75 +msgid " (required)" +msgstr "(obrigatório)" + +#: comments.php:75 +msgid "Email (will not be published)" +msgstr "Email (não será publicado)" + +#: comments.php:79 +msgid "Website" +msgstr "Website" + +#: comments.php:84 +msgid "Comment" +msgstr "Comentário" + +#: comments.php:87 +msgid "You can use these tags:" +msgstr "Você pode utilizar essas tags:" + +#: comments.php:88 +msgid "Submit Comment" +msgstr "Enviar um comentário" + +#: content-none.php:11 +msgid "Nothing Found" +msgstr "Nada Encontrado" + +#: content-none.php:17 +#, php-format +msgid "" +"Ready to publish your first post? Get started here." +msgstr "" +"Preparado para publicar seu primeiro post? Começe aqui." + +#: content-none.php:21 +msgid "" +"Sorry, but nothing matched your search terms. Please try again with some " +"different keywords." +msgstr "" +"Desculpe, mas sua pesquisa não resultou nenhum resultado. Por favor tente " +"palavras diferentes." + +#: content-none.php:26 +msgid "" +"It seems we can’t find what you’re looking for. Perhaps " +"searching can help." +msgstr "" +"Parece que não podemos encontrar o que você está procurando. Por favor tente " +"utilizar a pesquisa." + +#. /archive/search. +#. * +#. * @subpackage FoundationPress +#. * @since FoundationPress 1.0.0 +#. +#: content.php:16 +msgid "Continue reading..." +msgstr "Continue lendo..." + +#: hero.php:40 kitchen-sink.php:739 page-full.php:19 page-sidebar-left.php:21 +#: page.php:18 single.php:27 woocommerce.php:18 +msgid "Pages:" +msgstr "Páginas:" + +#: library/entry-meta.php:4 +#, php-format +msgid "Posted on %1$s at %2$s." +msgstr "Publicado em %1$s às %2$s." + +#: library/entry-meta.php:5 +msgid "Written by" +msgstr "Escrito por" + +#: library/foundation.php:16 +msgid "«" +msgstr "«" + +#: library/foundation.php:17 +msgid "»" +msgstr "»" + +#: library/foundation.php:40 +#, php-format +msgid "" +"Please assign a menu to the primary menu location under %1$s or %2$s the " +"design." +msgstr "" +"Por favor defina um menu para a área principal em %1$s ou %2$s o layout." + +#: library/foundation.php:41 +#, php-format +msgid "Menus" +msgstr "Menus" + +#: library/foundation.php:44 +#, php-format +msgid "Customize" +msgstr "Customizar" + +#: library/widget-areas.php:6 +msgid "Sidebar widgets" +msgstr "Widgets da barra lateral" + +#: library/widget-areas.php:7 +msgid "Drag widgets to this sidebar container." +msgstr "Arraste widgets para essa barra lateral." + +#: library/widget-areas.php:16 +msgid "Footer widgets" +msgstr "Widgtes do rodapé" + +#: library/widget-areas.php:17 +msgid "Drag widgets to this footer container" +msgstr "Arraste widgets para a área do rodapé" + +#: node_modules/grunt-pot/test/fixtures/some-file.php:3 +msgid "I'm a translatable string." +msgstr "Eu sou uma linha traduzível" + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:4 +msgid "Me too" +msgstr "Eu também" + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:7 +#, php-format +msgid "I have %d apple" +msgid_plural "I have %d apples" +msgstr[0] "Eu tenho %d maçã" +msgstr[1] "Eu tenho %d maçãs" + +#. / TRANSLATORS: This should be translated as a shorthand for YEAR-MONTH-DAY using 4, 2 and 2 digits. +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:16 +msgid "yyyy-mm-dd" +msgstr "aaaa-mm-dd" + +#: search.php:7 +msgid "Search Results for" +msgstr "Resultados para" + +#: searchform.php:6 searchform.php:10 +msgid "Search" +msgstr "Pesquisar" diff --git a/FoundationPress/languages/pt_PT.mo b/FoundationPress/languages/pt_PT.mo new file mode 100644 index 0000000000000000000000000000000000000000..ce2b984c12889aacb6ce3e0906422e5978d447f2 GIT binary patch literal 5403 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 JIX8^+>ffjL{jmT5 literal 0 HcmV?d00001 diff --git a/FoundationPress/languages/pt_PT.po b/FoundationPress/languages/pt_PT.po new file mode 100644 index 0000000..ce3aabc --- /dev/null +++ b/FoundationPress/languages/pt_PT.po @@ -0,0 +1,291 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: foundationpress-libsass-template 5.4.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-03-14 16:54+0000\n" +"PO-Revision-Date: 2016-10-16 10:08+0200\n" +"Last-Translator: Pedro Mendonça \n" +"Language-Team: Pedro Mendonça \n" +"Language: pt_PT\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 1.8.9\n" +"X-Poedit-Basepath: ..\n" +"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;" +"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;" +"esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;" +"esc_html_x:1,2c\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Poedit-SearchPath-0: .\n" + +#: 404.php:16 +msgid "File Not Found" +msgstr "Ficheiro não encontrado" + +#: 404.php:20 +msgid "" +"The page you are looking for might have been removed, had its name changed, " +"or is temporarily unavailable." +msgstr "" +"A página que está à procura foi removida, foi alterado o seu nome, ou está " +"temporariamente indisponível." + +#: 404.php:22 +msgid "Please try the following:" +msgstr "Por favor, tente o seguinte:" + +#: 404.php:24 +msgid "Check your spelling" +msgstr "Verifique a sua ortografia" + +#: 404.php:25 +#, php-format +msgid "Return to the home page" +msgstr "Voltar para a pagina inicial" + +#: 404.php:26 +msgid "Click the Back button" +msgstr "Clique no botão Voltar" + +#: archive.php:37 index.php:35 search.php:34 +msgid "← Older posts" +msgstr "← Artigos mais antigos" + +#: archive.php:38 index.php:36 search.php:35 +msgid "Newer posts →" +msgstr "Artigos mais recentes →" + +#: comments.php:26 +msgid "Reply" +msgstr "Responder" + +#: comments.php:35 library/foundation.php:155 +msgid "Your comment is awaiting moderation." +msgstr "O seu comentário aguarda moderação." + +#: comments.php:54 +msgid "Please do not load this page directly. Thanks!" +msgstr "Por favor, não carregue esta página directamente. Obrigado!" + +#: comments.php:59 +msgid "This post is password protected. Enter the password to view comments." +msgstr "" +"Este conteúdo está protegido por senha. Introduza a senha para ver os " +"comentários." + +#: comments.php:72 +msgid "Leave a Reply" +msgstr "Deixar uma resposta" + +#: comments.php:72 +#, php-format +msgid "Leave a Reply to %s" +msgstr "Responder a %s" + +#: comments.php:75 +#, php-format +msgid "You must be logged in to post a comment." +msgstr "" +"Tem de ter a sessão iniciada para publicar um comentário." + +#: comments.php:79 +#, php-format +msgid "Logged in as %s." +msgstr "Sessão iniciada como %s." + +#: comments.php:79 +msgid "Log out of this account" +msgstr "Terminar sessão nesta conta" + +#: comments.php:79 +msgid "Log out »" +msgstr "Terminar sessão »" + +#: comments.php:84 +msgid "Name" +msgstr "Nome" + +#: comments.php:84 comments.php:92 +msgid " (required)" +msgstr "(obrigatório)" + +#: comments.php:92 +msgid "Email (will not be published)" +msgstr "Email (não será publicado)" + +#: comments.php:100 +msgid "Website" +msgstr "Site" + +#: comments.php:109 +msgid "Comment" +msgstr "Comentário" + +#: comments.php:116 +msgid "You can use these tags:" +msgstr "Pode usar estas etiquetas:" + +#: comments.php:122 +msgid "Submit Comment" +msgstr "Submeter comentário" + +#: library/custom-nav.php:16 +msgid "Mobile Menu Settings" +msgstr "Definições do menu móvel" + +#: library/custom-nav.php:17 +msgid "Controls the mobile menu" +msgstr "Controla o menu móvel" + +#: library/custom-nav.php:22 +msgid "Mobile navigation layout" +msgstr "Disposição da navegação móvel" + +#: library/custom-nav.php:31 +msgid "topbar" +msgstr "Barra superior" + +#: library/entry-meta.php:11 +#, php-format +msgid "Posted on %1$s at %2$s." +msgstr "Publicado em %1$s às %2$s." + +#: library/entry-meta.php:12 +msgid "Written by" +msgstr "Escrito por" + +#: library/foundation.php:24 +msgid "«" +msgstr "«" + +#: library/foundation.php:25 +msgid "»" +msgstr "»" + +#: library/foundation.php:53 +#, php-format +msgid "" +"Please assign a menu to the primary menu location under %1$s or %2$s the " +"design." +msgstr "Por favor, seleccione um Menu primário em %1$s ou em %2$s o design." + +#: library/foundation.php:54 +#, php-format +msgid "Menus" +msgstr "Menus" + +#: library/foundation.php:57 +#, php-format +msgid "Customize" +msgstr "Personalizar" + +#: library/foundation.php:105 +msgid "No Responses to" +msgstr "Sem comentários a" + +#: library/foundation.php:105 +msgid "One Response to" +msgstr "Um comentário a" + +#: library/foundation.php:105 +msgid "% Responses to" +msgstr "% comentários a" + +#: library/foundation.php:145 +#, php-format +msgid "%s" +msgstr "%s" + +#: library/foundation.php:146 +#, php-format +msgid "%1$s" +msgstr "%1$s" + +#: library/navigation.php:43 +msgid "mobile-nav" +msgstr "Navegação-mobile" + +#: library/navigation.php:210 +msgid "Page" +msgstr "Página" + +#: library/responsive-images.php:19 +msgid "FP Small" +msgstr "FP Pequena" + +#: library/responsive-images.php:20 +msgid "FP Medium" +msgstr "FP Média" + +#: library/responsive-images.php:21 +msgid "FP Large" +msgstr "FP Grande" + +#: library/widget-areas.php:13 +msgid "Sidebar widgets" +msgstr "Widgets da barra lateral" + +#: library/widget-areas.php:14 +msgid "Drag widgets to this sidebar container." +msgstr "Arraste widgets para esta barra lateral." + +#: library/widget-areas.php:23 +msgid "Footer widgets" +msgstr "Widgets do rodapé" + +#: library/widget-areas.php:24 +msgid "Drag widgets to this footer container" +msgstr "Arraste widgets para este rodapé." + +#: page-templates/front.php:38 page-templates/page-full-width.php:22 +#: page-templates/page-sidebar-left.php:22 page.php:30 single.php:32 +#: woocommerce.php:26 +msgid "Pages:" +msgstr "Páginas:" + +#: search.php:16 +msgid "Search Results for" +msgstr "Resultados da pesquisa por" + +#: searchform.php:13 searchform.php:16 +msgid "Search" +msgstr "Pesquisar" + +#: template-parts/content-none.php:14 +msgid "Nothing Found" +msgstr "Nada encontrado" + +#: template-parts/content-none.php:20 +#, php-format +msgid "" +"Ready to publish your first post? Get started here." +msgstr "" +"Preparado para publicar o seu primeiro artigo?Comece aqui." + +#: template-parts/content-none.php:24 +msgid "" +"Sorry, but nothing matched your search terms. Please try again with some " +"different keywords." +msgstr "" +"Desculpe, mas nada correspondeu aos seus critérios de pesquisa. Por favor, " +"tente de novo com palavras-chave diferentes." + +#: template-parts/content-none.php:29 +msgid "" +"It seems we can’t find what you’re looking for. Perhaps " +"searching can help." +msgstr "" +"Não conseguimos encontrar aquilo que procura. Talvez uma pesquisa possa " +"ajudar." + +#: template-parts/content.php:19 +msgid "Continue reading..." +msgstr "Continue a ler..." diff --git a/FoundationPress/languages/ro.mo b/FoundationPress/languages/ro.mo new file mode 100644 index 0000000000000000000000000000000000000000..b5fae43ff832715962fdea0299af8e7c46cca73e GIT binary patch literal 4929 zcma)=HQhBcwcFh_ z>5Cn&q7cbXT!aK75(Ic4NbrCJi4YPzpa{i^f)oiw@Bl*MAy3H@Qr?O9PWSZK4iPYN z`*YWHSDiZNKj)PHapd}^6rU4ZALshZHA=0+Z(YYPKF?mS)Q#{t_+I#X$d7uNUpK&4 z;D_Mf;1T%G@%XjxQ0krBPr+N^&G5r;ZhXH2KfwK0;1bNB%=heg{I_t1`6)c1YCu$LzYnUQ}_~|;FrvQKfDJ%3~z_ugZ!x9@#|?~xCh1VN8Y2<`(XlQpHD!U zZx?R$@`!p0ia(x#^Y9fY z^IXH`WWO4I8g`(pzX?AJNAPC&9Q+`B0m}1#g%X$7;7Rx<6hEHeOWDsd6#G}8_~pw` z;$A}W^VcD-s2@Su_b=eX@Yiq=z8B|+|4u{MXCGdGUxNYs6C_mXO(;6M0VDZSO~Vx4 z1!bLQ;N$Q&@DaGkpse>@DDOWFr{PcG=irM_{BQ(g#ec^kVXNM`18OeWXPfKbN9K@^ z4WcXA!&lGw;+kqeg}`h1EzmaF_Lu@%3~aox=&du~1wzhhhy-&rp4tN5<@NF2o{ z3tSQ-`OI^*xJb`xAJ;6v_bd8Nz?pSY{`-g&cp_^Wd^E%SOfbcNMnZ1Q|* zx}Q!j&oC}y%W7q4!z+5nmzmB-HjZ67P%E)xtQcB7S?aRcGI^M}QPCYbR?K#So(ZqC zW~Z0$hq8+9l||uGwNmc{riDvOt21jNrVWBXoyp8VZ@Xw<3-JeQxLo(WFDehDg>k9P z-u|iFMYd(;i5W1ad!_pBb3z1ZbLas667?RYh{u7_sJ>X}HJ(I~cW zz0cM99f>x&$V{5YrZBzO>b%IraJ63O+}b49+j!BWN3&c4Sm?e>BfUK|g*b3Lnpqut ze}(thSQh9Fn+?q40t z(4nk|4#%UF4kttYu&B>_!pOeXuq09!QakxtB)?$>Ht(v9*qWTZ=D8bSq(GhPbedNfI=qE{&z%Ncob_vYk1} zH`#mT`@|F>svjqEHIpW(k{kino|m1Q0SQL_6+@lN+L7z`F*Ggo6}z+Tvxse9Dtn15 zbd$xKIID6g3fJbaxOL(N!=lcsp0z2Np7<>r%`t=)u|7puIwS;$b56oYx)(MXdBo-7 z9b!yfaj_&@pf;r#h-c-g5lRt@5C_#E#HWE?O{Gpq_$J>Ho-Jp$C*?Cx57}N$Wm6Aj zt|+jnx1+v@>5_CM0_1J^Z3bvk#uMtN6pllIiJNSy>Y7MEtTN3ifxI~>*64j?I=S7QTzUKkheE|S5IwR*le#*StV84XL!7;7ds2b+6#;A&T-vY>@FU= zv$NRg@L>C*-Ey+#{&UCM3!V1DalO##c23sMoh3*mT5NAxld!eHH#x7uq6m+!G z-rO0nT45h6<}uWzrzFBzZi}S{H`m%H_n(teioV*bY3QW`boI%eE2cK$GBa^|%_GmQ zPDj;kzI4|qUH`e%N|%-v?(1}0tyVg-(CI8M+%x<5w^uRF7B|U{^D>SfAz^9AL!%{x?*n^^=QOEM#qMHEBqiceMfSg+1up+AbovgrE>VR zj3=7^FWvoxZ>MJD>*Xi=E}Q1QxBKdoKT~*@nrmY#ZUOp*U#9fC@TDKRGPOpV(B?(y zP`oty|NHTA$8Xv^{bI||a&>=iH>C7ctv;MptK)T>=}#w=6`kzuW{N*&BHBu3$A3n| zMeZ(Djh&)EK^u8VHs+=EM`fMkeO*yzJ?^73Zd``#uh9+Wz6G(F7+T zD*9FNob-Hg9vRO(bS;8A0N{R8 zZKhV8tIjM0o`s|>RyqG42Lf^@w4@vAF!)naI8Y4AqM?;kWtB-1%88&l2{o2iDZf$) z4|!a)S2+-fRLAbCB}og|&wwUl&P#_x+6b_m(-Eg;anwZARqUE+%2?UMbN~!)5!8{hX8OZwEE(8<&J`|A=vke~5DY#t~BX z#+lORhjpbb${1RXBb%8e2iOJ{_wn|jupcM{g+#rH4GzRJRq>eERtEd&+z7C8iuj>E Pen=6DA~|}<5k&nP5*~1x literal 0 HcmV?d00001 diff --git a/FoundationPress/languages/ro.po b/FoundationPress/languages/ro.po new file mode 100644 index 0000000..787eff6 --- /dev/null +++ b/FoundationPress/languages/ro.po @@ -0,0 +1,283 @@ +# Romanian translation for FoundationPress. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Alex Bohariuc , 2015. +# +msgid "" +msgstr "" +"Project-Id-Version: foundationpress-libsass-template 5.4.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-06 02:25+0200\n" +"PO-Revision-Date: 2016-10-16 10:08+0200\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!" +"=0)))?2:1));\n" +"X-Generator: Poedit 1.8.9\n" +"Last-Translator: \n" +"Language: ro\n" + +#: 404.php:8 +msgid "File Not Found" +msgstr "" + +#: 404.php:12 +msgid "" +"The page you are looking for might have been removed, had its name changed, " +"or is temporarily unavailable." +msgstr "" +"Pagina pe care o cauți nu există. Aceasta a fost mutată, i s-a schimbat " +"numele sau nu este disponibilă în acest moment." + +#: 404.php:14 +msgid "Please try the following:" +msgstr "Te rugăm să încerci următoarele:" + +#: 404.php:16 +msgid "Check your spelling" +msgstr "Uită-te atent la ortografie." + +#: 404.php:17 +#, php-format +msgid "Return to the home page" +msgstr "Întoarce-te la prima pagină" + +#: 404.php:18 +msgid "Click the Back button" +msgstr "Dă click pe butonulÎnapoi" + +#. /previous pages when applicable +#: archive.php:21 index.php:24 search.php:25 +msgid "← Older posts" +msgstr "← Articole mai vechi" + +#: archive.php:22 index.php:25 search.php:26 +msgid "Newer posts →" +msgstr "Articole mai noi →" + +#: comments.php:8 +#, php-format +msgid "%s" +msgstr "%s" + +#: comments.php:9 +#, php-format +msgid "%1$s" +msgstr "%1$s" + +#: comments.php:10 +msgid "(Edit)" +msgstr "(Editare)" + +#: comments.php:16 +msgid "Your comment is awaiting moderation." +msgstr "Comentariul tău este în moderare." + +#: comments.php:31 +msgid "Please do not load this page directly. Thanks!" +msgstr "Te rugăm să nu accesezi direct această pagină." + +#: comments.php:36 +msgid "This post is password protected. Enter the password to view comments." +msgstr "" +"Acest articol este protejat cu o parolă. Pentru a vede comentariile te " +"rugăm să o introduci." + +#: comments.php:46 +msgid "No Responses to" +msgstr "Nici un răspuns la" + +#: comments.php:46 +msgid "One Response to" +msgstr "Un răspuns la" + +#: comments.php:46 +msgid "% Responses to" +msgstr "% răspunsuri la" + +#: comments.php:53 +msgid "← Older comments" +msgstr "← Comentarii mai vechi" + +#: comments.php:54 +msgid "Newer comments →" +msgstr "Comentarii mai noi →" + +#: comments.php:61 +msgid "Leave a Reply" +msgstr "Lasă un răspuns" + +#: comments.php:61 +#, php-format +msgid "Leave a Reply to %s" +msgstr "La un răspuns la %s" + +#: comments.php:64 +#, php-format +msgid "You must be logged in to post a comment." +msgstr "" +"Trebuie să fii autentificat pentru a posta un comentariu." + +#: comments.php:68 +#, php-format +msgid "Logged in as %s." +msgstr "Ești logat ca %s." + +#: comments.php:68 +msgid "Log out of this account" +msgstr "Ieși din acest cont." + +#: comments.php:68 +msgid "Log out »" +msgstr "Deautentificare" + +#: comments.php:71 +msgid "Name" +msgstr "Nume" + +#: comments.php:71 comments.php:75 +msgid " (required)" +msgstr "(obligatoriu)" + +#: comments.php:75 +msgid "Email (will not be published)" +msgstr "Email (nu va fi făcut public)" + +#: comments.php:79 +msgid "Website" +msgstr "Website" + +#: comments.php:84 +msgid "Comment" +msgstr "Comentariu" + +#: comments.php:87 +msgid "You can use these tags:" +msgstr "Poți folosi următoarele etichete" + +#: comments.php:88 +msgid "Submit Comment" +msgstr "Trimite comentariu" + +#: content-none.php:11 +msgid "Nothing Found" +msgstr "Nu am găsit nimic" + +#: content-none.php:17 +#, php-format +msgid "" +"Ready to publish your first post? Get started here." +msgstr "" +"Ești gata să publici primul tău articol? Începe de aici." + +#: content-none.php:21 +msgid "" +"Sorry, but nothing matched your search terms. Please try again with some " +"different keywords." +msgstr "" +"Ne pare rău, dar nu am găsit nimic pentru termenii de căutare introduși. " +"Încearcă cu alte cuvinte cheie." + +#: content-none.php:26 +msgid "" +"It seems we can’t find what you’re looking for. Perhaps " +"searching can help." +msgstr "Nu am găsit ceea ce căutai. Folosește formularul de căutare." + +#. /archive/search. +#. * +#. * @subpackage FoundationPress +#. * @since FoundationPress 1.0.0 +#. +#: content.php:16 +msgid "Continue reading..." +msgstr "Continuă…" + +#: hero.php:40 kitchen-sink.php:739 page-full.php:19 page-sidebar-left.php:21 +#: page.php:18 single.php:27 woocommerce.php:18 +msgid "Pages:" +msgstr "Pagini:" + +#: library/entry-meta.php:4 +#, php-format +msgid "Posted on %1$s at %2$s." +msgstr "Postat în %1$s la %2$s." + +#: library/entry-meta.php:5 +msgid "Written by" +msgstr "Scris de" + +#: library/foundation.php:16 +msgid "«" +msgstr "«" + +#: library/foundation.php:17 +msgid "»" +msgstr "»" + +#: library/foundation.php:40 +#, php-format +msgid "" +"Please assign a menu to the primary menu location under %1$s or %2$s the " +"design." +msgstr "" +"Te rugăm să atribui un meniu pentru secțiunea principală sub %1$s sau %2$s " +"la design." + +#: library/foundation.php:41 +#, php-format +msgid "Menus" +msgstr "Meniuri" + +#: library/foundation.php:44 +#, php-format +msgid "Customize" +msgstr "Personalizare" + +#: library/widget-areas.php:6 +msgid "Sidebar widgets" +msgstr "Elemente sidebar" + +#: library/widget-areas.php:7 +msgid "Drag widgets to this sidebar container." +msgstr "Trage elementele în secțiunea acestui sidebar" + +#: library/widget-areas.php:16 +msgid "Footer widgets" +msgstr "Elemente footer" + +#: library/widget-areas.php:17 +msgid "Drag widgets to this footer container" +msgstr "Trage elementele în secțiunea acestui footer" + +#: node_modules/grunt-pot/test/fixtures/some-file.php:3 +msgid "I'm a translatable string." +msgstr "String care poate fi tradus" + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:4 +msgid "Me too" +msgstr "Și eu" + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:7 +#, php-format +msgid "I have %d apple" +msgid_plural "I have %d apples" +msgstr[0] "Am un măr" +msgstr[1] "Am %d mere" +msgstr[2] "Am %d de mere" + +#. / TRANSLATORS: This should be translated as a shorthand for YEAR-MONTH-DAY using 4, 2 and 2 digits. +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:16 +msgid "yyyy-mm-dd" +msgstr "dd-mm-yyyy" + +#: search.php:7 +msgid "Search Results for" +msgstr "Rezultate pentru căutarea" + +#: searchform.php:6 searchform.php:10 +msgid "Search" +msgstr "Căutare" diff --git a/FoundationPress/languages/ru_RU.mo b/FoundationPress/languages/ru_RU.mo new file mode 100644 index 0000000000000000000000000000000000000000..d88294adc4949181cfe1fa73967aca66c3abd52d GIT binary patch literal 5906 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, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: foundationpress-libsass-template 5.4.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-06-06 10:52+0000\n" +"PO-Revision-Date: 2018-06-07 15:15+0000\n" +"Language-Team: Русский\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Loco https://localise.biz/\n" +"Last-Translator: badadmin \n" +"Language: ru_RU" + +#: 404.php:8 +msgid "File Not Found" +msgstr "Страница не найдена" + +#: 404.php:12 +msgid "" +"The page you are looking for might have been removed, had its name changed, " +"or is temporarily unavailable." +msgstr "" +"Возможно, страница, которую вы ищете, была удалена, изменилось ее имя или " +"временно недоступна." + +#: 404.php:14 +msgid "Please try the following:" +msgstr "Попробуйте следующее:" + +#: 404.php:16 +msgid "Check your spelling" +msgstr "Проверить написание" + +#: 404.php:17 +#, php-format +msgid "Return to the home page" +msgstr "Вернуться на главную страницу" + +#: 404.php:18 +msgid "Click the Back button" +msgstr "Нажмите кнопку «Назад»" + +#. previous pages when applicable +#: archive.php:21 index.php:24 search.php:25 +msgid "← Older posts" +msgstr "← Старые записи" + +#: archive.php:22 index.php:25 search.php:26 +msgid "Newer posts →" +msgstr "Новые записи →" + +#: comments.php:8 +#, php-format +msgid "%s" +msgstr "%s" + +#: comments.php:9 +#, php-format +msgid "%1$s" +msgstr "%1$s" + +#: comments.php:10 +msgid "(Edit)" +msgstr "(Редактировать)" + +#: comments.php:16 +msgid "Your comment is awaiting moderation." +msgstr "Ваш комментарий ожидает модерации." + +#: comments.php:31 +msgid "Please do not load this page directly. Thanks!" +msgstr "Не загружайте эту страницу напрямую. Спасибо!" + +#: comments.php:36 +msgid "This post is password protected. Enter the password to view comments." +msgstr "" +"Эта запись защищена паролем. Введите пароль, чтобы увидеть комментарии." + +#: comments.php:46 +msgid "No Responses to" +msgstr "Нет ответов для" + +#: comments.php:46 +msgid "One Response to" +msgstr "Один ответ для" + +#: comments.php:46 +msgid "% Responses to" +msgstr "% Ответов на" + +#: comments.php:53 +msgid "← Older comments" +msgstr "← Старые комментарии" + +#: comments.php:54 +msgid "Newer comments →" +msgstr "Новые Комментарии →" + +#: comments.php:61 +msgid "Leave a Reply" +msgstr "Оставьте комментарий" + +#: comments.php:61 +#, php-format +msgid "Leave a Reply to %s" +msgstr "Оставить комментарий к" + +#: comments.php:64 +#, php-format +msgid "You must be logged in to post a comment." +msgstr "Вы должны войти, чтобы оставить комментарий." + +#: comments.php:68 +#, php-format +msgid "Logged in as %s." +msgstr "Вошли как %s." + +#: comments.php:68 +msgid "Log out of this account" +msgstr "Выйти из этой учетной записи" + +#: comments.php:68 +msgid "Log out »" +msgstr "Выйти »" + +#: comments.php:71 +msgid "Name" +msgstr "Имя" + +#: comments.php:71 comments.php:75 +msgid " (required)" +msgstr "(обязательный)" + +#: comments.php:75 +msgid "Email (will not be published)" +msgstr "Электронная почта (не будет опубликована)" + +#: comments.php:79 +msgid "Website" +msgstr "Веб-сайт" + +#: comments.php:84 +msgid "Comment" +msgstr "Комментарий" + +#: comments.php:87 +msgid "You can use these tags:" +msgstr "Вы можете использовать эти теги:" + +#: comments.php:88 +msgid "Submit Comment" +msgstr "Отправить комментарий" + +#: content-none.php:11 +msgid "Nothing Found" +msgstr "Ничего не найдено" + +#: content-none.php:17 +#, php-format +msgid "" +"Ready to publish your first post? Get started here." +msgstr "" +"Готовы опубликовать свой первый пост? Начните здесь." + +#: content-none.php:21 +msgid "" +"Sorry, but nothing matched your search terms. Please try again with some " +"different keywords." +msgstr "" +"Извините, но ничто не соответствовало вашим условиям поиска. Пожалуйста, " +"попытайтесь снова с другими ключевыми словами." + +#: content-none.php:26 +msgid "" +"It seems we can’t find what you’re looking for. Perhaps " +"searching can help." +msgstr "" +"Кажется, мы не можем’ найти то’, что вы ищете. Возможно, поиск " +"может помочь." + +#. archive/search. +#. * +#. * @subpackage FoundationPress +#. * @since FoundationPress 1.0.0 +#. +#: content.php:16 +msgid "Continue reading..." +msgstr "Продолжить чтение..." + +#: hero.php:40 kitchen-sink.php:739 page-full.php:19 page-sidebar-left.php:21 +#: page.php:18 single.php:27 woocommerce.php:18 +msgid "Pages:" +msgstr "Страницы:" + +#: library/entry-meta.php:4 +#, php-format +msgid "Posted on %1$s at %2$s." +msgstr "Опубликовано %1$s в %2$s." + +#: library/entry-meta.php:5 +msgid "Written by" +msgstr "Автор:" + +#: library/foundation.php:16 +msgctxt "«" +msgid "«" +msgstr "«" + +#: library/foundation.php:17 +msgid "»" +msgstr "»" + +#: library/foundation.php:40 +#, php-format +msgid "" +"Please assign a menu to the primary menu location under %1$s or %2$s the " +"design." +msgstr "Укажите расположение основного меню в разделе %1$s или %2$s." + +#: library/foundation.php:41 +#, php-format +msgid "Menus" +msgstr "Меню" + +#: library/foundation.php:44 +#, php-format +msgid "Customize" +msgstr "Настроить" + +#: library/widget-areas.php:6 +msgid "Sidebar widgets" +msgstr "Виджеты боковой панели" + +#: library/widget-areas.php:7 +msgid "Drag widgets to this sidebar container." +msgstr "Перетащите виджеты в этот контейнер боковой панели." + +#: library/widget-areas.php:16 +msgid "Footer widgets" +msgstr "Виджеты подвала" + +#: library/widget-areas.php:17 +msgid "Drag widgets to this footer container" +msgstr "Перетащите виджеты в этот контейнер. Они будут отображены в подвале." + +#: node_modules/grunt-pot/test/fixtures/some-file.php:3 +msgid "I'm a translatable string." +msgstr "Я - переводимая строка." + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:4 +msgid "Me too" +msgstr "Я тоже" + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:7 +#, php-format +msgid "I have %d apple" +msgid_plural "I have %d apples" +msgstr[0] "У меня есть %d яблоко" +msgstr[1] "У меня есть %d яблока" +msgstr[2] "У меня есть %d яблок" + +#. TRANSLATORS: This should be translated as a shorthand for YEAR-MONTH-DAY using 4, 2 and 2 digits. +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:16 +msgid "yyyy-mm-dd" +msgstr "yyyy-mm-dd" + +#: search.php:7 +msgid "Search Results for" +msgstr "Результаты поиска" + +#: searchform.php:6 searchform.php:10 +msgid "Search" +msgstr "Поиск" diff --git a/FoundationPress/languages/sv_SE.mo b/FoundationPress/languages/sv_SE.mo new file mode 100644 index 0000000000000000000000000000000000000000..9183857e3d83193c06696ed5f6bcd8710bd6e568 GIT binary patch literal 5181 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\n" +"Language-Team: \n" +"X-Generator: Poedit 1.8.9\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: sv_SE\n" + +#: 404.php:8 +msgid "File Not Found" +msgstr "Filen kunde inte hittas" + +#: 404.php:12 +msgid "" +"The page you are looking for might have been removed, had its name changed, " +"or is temporarily unavailable." +msgstr "" +"Sidan du letade efter kan ha tagits bort eller bytt namn, eller är " +"tillfälligt otillgänglig." + +#: 404.php:14 +msgid "Please try the following:" +msgstr "Vänligen prova följande:" + +#: 404.php:16 +msgid "Check your spelling" +msgstr "Kontrollera din stavning" + +#: 404.php:17 +msgid "Return to the home page" +msgstr "Gå tillbaka till hemsidan" + +#: 404.php:18 +msgid "Click the Back button" +msgstr "Klicka på knappen Tillbaka" + +#: archive.php:21 index.php:24 search.php:25 +msgid "← Older posts" +msgstr "← Äldre inlägg" + +#: archive.php:22 index.php:25 search.php:26 +msgid "Newer posts →" +msgstr "Nyare inlägg →" + +#: comments.php:17 +msgid "Reply" +msgstr "Svara" + +#: comments.php:26 +msgid "Your comment is awaiting moderation." +msgstr "Din kommentar inväntar granskning." + +#: comments.php:41 +msgid "Please do not load this page directly. Thanks!" +msgstr "Vänligen ladda inte denna sida direkt. Tack!" + +#: comments.php:46 +msgid "This post is password protected. Enter the password to view comments." +msgstr "" +"Det här inlägget är lösenordsskyddat. Ange lösenordet för att se " +"kommentarer." + +#: comments.php:59 +msgid "Leave a Reply" +msgstr "Lämna ett svar" + +#: comments.php:59 +msgid "Leave a Reply to %s" +msgstr "Lämna ett svar till %s" + +#: comments.php:62 +msgid "You must be logged in to post a comment." +msgstr "" +"Du måste vara inloggad för att skriva en kommentar." + +#: comments.php:66 +msgid "Logged in as %s." +msgstr "Inloggad som %s." + +#: comments.php:66 +msgid "Log out of this account" +msgstr "Logga ut från det här kontot" + +#: comments.php:66 +msgid "Log out »" +msgstr "Logga ut »" + +#: comments.php:69 +msgid "Name" +msgstr "Namn" + +#: comments.php:69 comments.php:73 +msgid " (required)" +msgstr " (krävs)" + +#: comments.php:73 +msgid "Email (will not be published)" +msgstr "E-postadress (publiceras ej)" + +#: comments.php:77 +msgid "Website" +msgstr "Webbplats" + +#: comments.php:82 +msgid "Comment" +msgstr "Kommentar" + +#: comments.php:85 +msgid "You can use these tags:" +msgstr "Du kan använda dessa taggar:" + +#: comments.php:86 +msgid "Submit Comment" +msgstr "Skicka kommentar" + +#: content-none.php:11 +msgid "Nothing Found" +msgstr "Inget hittat" + +#: content-none.php:17 +msgid "" +"Ready to publish your first post? Get started here." +msgstr "" +"Redo att publicera ditt första inlägg? Kom igång här." + +#: content-none.php:21 +msgid "" +"Sorry, but nothing matched your search terms. Please try again with some " +"different keywords." +msgstr "" +"Tyvärr hittades inget som matchade dina söktermer. Vänligen prova igen med " +"andra sökord." + +#: content-none.php:26 +msgid "" +"It seems we can’t find what you’re looking for. Perhaps " +"searching can help." +msgstr "" +"Det verkar som att vi inte kan hitta vad du letar efter. Kanske en sökning " +"kan hjälpa." + +#: content.php:16 +msgid "Continue reading..." +msgstr "Läs mer..." + +#: hero.php:40 kitchen-sink.php:730 page-full.php:19 page-sidebar-left.php:21 +#: page.php:18 single.php:27 woocommerce.php:18 +msgid "Pages:" +msgstr "Sidor:" + +#: library/entry-meta.php:4 +msgid "Posted on %1$s at %2$s." +msgstr "Postat den %1$s kl %2$s." + +#: library/entry-meta.php:5 +msgid "Written by" +msgstr "Skrivet av" + +#: library/foundation.php:17 +msgid "«" +msgstr "«" + +#: library/foundation.php:18 +msgid "»" +msgstr "»" + +#: library/foundation.php:47 +msgid "" +"Please assign a menu to the primary menu location under %1$s or %2$s the " +"design." +msgstr "" +"Vänligen tilldela en meny till den primära menypositionen under %1$s eller " +"%2$s designen." + +#: library/foundation.php:48 +msgid "Menus" +msgstr "Menyer" + +#: library/foundation.php:51 +msgid "Customize" +msgstr "Anpassa" + +#: library/foundation.php:99 +msgid "No Responses to" +msgstr "Inga kommentarer till" + +#: library/foundation.php:99 +msgid "One Response to" +msgstr "En kommentar till" + +#: library/foundation.php:99 +msgid "% Responses to" +msgstr "% kommentarer till" + +#: library/foundation.php:139 +msgid "%s" +msgstr "%s" + +#: library/foundation.php:140 +msgid "%1$s" +msgstr "%1$s" + +#: library/widget-areas.php:6 +msgid "Sidebar widgets" +msgstr "Sidopanelwidgets" + +#: library/widget-areas.php:7 +msgid "Drag widgets to this sidebar container." +msgstr "Dra widgets till den här sidopanelsbehållaren." + +#: library/widget-areas.php:16 +msgid "Footer widgets" +msgstr "Sidfotswidgets" + +#: library/widget-areas.php:17 +msgid "Drag widgets to this footer container" +msgstr "Dra widgets till den här sidfotsbehållaren" + +#: search.php:7 +msgid "Search Results for" +msgstr "Sökresultat för" + +#: searchform.php:6 searchform.php:10 +msgid "Search" +msgstr "Sök" + +#. Theme Name of the plugin/theme +msgid "FoundationPress" +msgstr "FoundationPress" + +#. Theme URI of the plugin/theme +msgid "http://foundationpress.olefredrik.com" +msgstr "http://foundationpress.olefredrik.com" + +#. Description of the plugin/theme +msgid "" +"FoundationPress is a WordPress starter theme based on Foundation 5 by Zurb" +msgstr "" +"FoundationPress är ett starter-tema för WordPress baserat på Foundation 5 " +"av Zurb" + +#. Author of the plugin/theme +msgid "Ole Fredrik Lie" +msgstr "Ole Fredrik Lie" + +#. Author URI of the plugin/theme +msgid "http://olefredrik.com/" +msgstr "http://olefredrik.com/" + +#. Template Name of the plugin/theme +msgid "Hero" +msgstr "Hero" + +#. Template Name of the plugin/theme +msgid "Kitchen Sink" +msgstr "Kitchen sink - hela köket" + +#. Template Name of the plugin/theme +msgid "Full Width" +msgstr "Fullbredd" + +#. Template Name of the plugin/theme +msgid "Left Sidebar" +msgstr "Vänster sidopanel" diff --git a/FoundationPress/languages/tr_TR.mo b/FoundationPress/languages/tr_TR.mo new file mode 100644 index 0000000000000000000000000000000000000000..391f0076dd8ff423cd91d8a37852a6debd81c371 GIT binary patch literal 4941 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 literal 0 HcmV?d00001 diff --git a/FoundationPress/languages/tr_TR.po b/FoundationPress/languages/tr_TR.po new file mode 100644 index 0000000..6a2c0d1 --- /dev/null +++ b/FoundationPress/languages/tr_TR.po @@ -0,0 +1,278 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: foundationpress-libsass-template 5.4.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-19 14:45+0300\n" +"PO-Revision-Date: 2016-10-16 10:08+0200\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Poedit 1.8.9\n" +"Last-Translator: \n" +"Language: tr\n" + +#: 404.php:8 +msgid "File Not Found" +msgstr "Dosya Bulunamadı" + +#: 404.php:12 +msgid "" +"The page you are looking for might have been removed, had its name changed, " +"or is temporarily unavailable." +msgstr "" +"Aradığınız sayfa silinmiş, adı değiştirilmiş ya da geçici olarak " +"kullanılmıyor olabilir." + +#: 404.php:14 +msgid "Please try the following:" +msgstr "Lütfen şunları deneyin:" + +#: 404.php:16 +msgid "Check your spelling" +msgstr "Yazılışı kontrol edin" + +#: 404.php:17 +#, php-format +msgid "Return to the home page" +msgstr "Anasayfa'ya geri dönün" + +#: 404.php:18 +msgid "Click the Back button" +msgstr "Geri butonuna tıklayın" + +#. /previous pages when applicable +#: archive.php:21 index.php:24 search.php:25 +msgid "← Older posts" +msgstr "← Eski yazılar" + +#: archive.php:22 index.php:25 search.php:26 +msgid "Newer posts →" +msgstr "Yeni yazılar →" + +#: comments.php:8 +#, php-format +msgid "%s" +msgstr "%s" + +#: comments.php:9 +#, php-format +msgid "%1$s" +msgstr "%1$s" + +#: comments.php:10 +msgid "(Edit)" +msgstr "(Düzenle)" + +#: comments.php:16 +msgid "Your comment is awaiting moderation." +msgstr "Yorumunuz onay bekliyor." + +#: comments.php:31 +msgid "Please do not load this page directly. Thanks!" +msgstr "Lütfen bu sayfatı doğrudan yüklemeyiniz. Teşekkürler!" + +#: comments.php:36 +msgid "This post is password protected. Enter the password to view comments." +msgstr "Bu yazı parola korumalıdır. Yorumları görmek için parolanızı giriniz." + +#: comments.php:46 +msgid "No Responses to" +msgstr "Yanıt Yok" + +#: comments.php:46 +msgid "One Response to" +msgstr "Bir cevap" + +#: comments.php:46 +msgid "% Responses to" +msgstr "% için cevaplar" + +#: comments.php:53 +msgid "← Older comments" +msgstr "← Eski yorumlar" + +#: comments.php:54 +msgid "Newer comments →" +msgstr "Yeni yorumlar →" + +#: comments.php:61 +msgid "Leave a Reply" +msgstr "Bir Cevap Bırakın" + +#: comments.php:61 +#, php-format +msgid "Leave a Reply to %s" +msgstr "Bir Cevap Bırakın %s" + +#: comments.php:64 +#, php-format +msgid "You must be logged in to post a comment." +msgstr "Yazıya yorum eklemek için üye girişi yapın." + +#: comments.php:68 +#, php-format +msgid "Logged in as %s." +msgstr "%s olarak üye girişi." + +#: comments.php:68 +msgid "Log out of this account" +msgstr "Bu hesaptan çıkış yap" + +#: comments.php:68 +msgid "Log out »" +msgstr "Oturumu kapat »" + +#: comments.php:71 +msgid "Name" +msgstr "Ad" + +#: comments.php:71 comments.php:75 +msgid " (required)" +msgstr "(Zorunlu)" + +#: comments.php:75 +msgid "Email (will not be published)" +msgstr "Email (Yayınlanmayacak)" + +#: comments.php:79 +msgid "Website" +msgstr "İnternet sitesi" + +#: comments.php:84 +msgid "Comment" +msgstr "Yorum" + +#: comments.php:87 +msgid "You can use these tags:" +msgstr "Şu etiketleri kullanabilirsiniz:" + +#: comments.php:88 +msgid "Submit Comment" +msgstr "Yorumu Gönder" + +#: content-none.php:11 +msgid "Nothing Found" +msgstr "Hiçbir Şey Bulunamadı" + +#: content-none.php:17 +#, php-format +msgid "" +"Ready to publish your first post? Get started here." +msgstr "" +"İlk yazını yayınlamak için hazır mısın? Buradan başlayın." + +#: content-none.php:21 +msgid "" +"Sorry, but nothing matched your search terms. Please try again with some " +"different keywords." +msgstr "" +"Üzgünüz, arama teriminizle hiçbir şey eşleşmedi. Lütfen bazı farklı anahtar " +"kelimelerle tekrar deneyiniz." + +#: content-none.php:26 +msgid "" +"It seems we can’t find what you’re looking for. Perhaps " +"searching can help." +msgstr "" +"Aradığınızı bulamıyoruz gibi görünüyor. Belki arama yapmak yardımcı " +"olabilir." + +#. /archive/search. +#. * +#. * @subpackage FoundationPress +#. * @since FoundationPress 1.0.0 +#. +#: content.php:16 +msgid "Continue reading..." +msgstr "Okumaya devam et..." + +#: hero.php:40 kitchen-sink.php:739 page-full.php:19 page-sidebar-left.php:21 +#: page.php:18 single.php:27 woocommerce.php:18 +msgid "Pages:" +msgstr "Sayfalar:" + +#: library/entry-meta.php:4 +#, php-format +msgid "Posted on %1$s at %2$s." +msgstr "Yayınlanma tarihi %1$s Yayınlanma zamanı %2$s." + +#: library/entry-meta.php:5 +msgid "Written by" +msgstr "Tarafından yazılmıştır" + +#: library/foundation.php:16 +msgid "«" +msgstr "«" + +#: library/foundation.php:17 +msgid "»" +msgstr "«" + +#: library/foundation.php:40 +#, php-format +msgid "" +"Please assign a menu to the primary menu location under %1$s or %2$s the " +"design." +msgstr "" +"Lütfen birincil menü konumu tasarımı altına %1$s ya da %2$s bir menü atayın" + +#: library/foundation.php:41 +#, php-format +msgid "Menus" +msgstr "Menü" + +#: library/foundation.php:44 +#, php-format +msgid "Customize" +msgstr "Özelleştir" + +#: library/widget-areas.php:6 +msgid "Sidebar widgets" +msgstr "Kenar çubuğu widgetları" + +#: library/widget-areas.php:7 +msgid "Drag widgets to this sidebar container." +msgstr "Bu kenar çubuğu kapsayıcısına widgetları sürükleyin." + +#: library/widget-areas.php:16 +msgid "Footer widgets" +msgstr "Alt bilgi widgetları" + +#: library/widget-areas.php:17 +msgid "Drag widgets to this footer container" +msgstr "Bu alt bilgi kapsayıcısına widgetları sürükleyin" + +#: node_modules/grunt-pot/test/fixtures/some-file.php:3 +msgid "I'm a translatable string." +msgstr "Ben çevirilebilir bir metinim." + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:4 +msgid "Me too" +msgstr "Bende" + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:7 +#, php-format +msgid "I have %d apple" +msgid_plural "I have %d apples" +msgstr[0] "%d elmam var" + +#. / TRANSLATORS: This should be translated as a shorthand for YEAR-MONTH-DAY using 4, 2 and 2 digits. +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:16 +msgid "yyyy-mm-dd" +msgstr "yıl-ay-gün" + +#: search.php:7 +msgid "Search Results for" +msgstr "Arama Sonuçları" + +#: searchform.php:6 searchform.php:10 +msgid "Search" +msgstr "Arama" diff --git a/FoundationPress/languages/ur.mo b/FoundationPress/languages/ur.mo new file mode 100644 index 0000000000000000000000000000000000000000..78f3bfcde63ff8239eb8b62433ec5829f02863a6 GIT binary patch literal 5114 zcmai%Z)_xG9mgLdDx4^aQ9v<1T&~a)cCQBq!X8&C?cUL(|I!u^V~o??>F(Uk&MY&t zS4yI>q;1xuzTk+7?^HtQU2|A^Jve%aP4Jab^c^^}8}SA2j4?63Pz*7Ce$UMAwueEI z>vx}Lp6B=H`}_WWGrW8Abw5%3cOU<5=ilXz$x5lQkN5D?{2XWfS@0?Fi(nPJ8T8h8l& z3OJIjzXy)7{vpUw_4{l;1|MbpFK`e%j*(;Fv*4}ZCir>qH=xwD1>Ozb3VEyG2q<;` z9VqetIm3T~Io3B3?ET;gkS!I0!q*Zg_L~|00+f1R1w~J9gTmuqK|)g>fDU*)n&<8J2L`lf?}c`#BVXO=T0wAJPr7A0&?UcCv%M(X zzgzc1w)%@@CpxSiwsbYH=T98$3l9zsH^RuTInUY;AF&4aKN`2aMrgK&t9I#(Ui2G* z4(qn-I$lK$yAFF%)z)2mr>(PASPGnaRH!9m}g? z&2n7bzu>s8_WVfC*}C4CbDgj%RGxHPTTifk(rWH~iy~o_D;mUZ`4;@R{uf zwsw904EM-0$m=OPs9N<916EL~$~G2s)pqN7HD*gl780nti~CnXR$r*b{EGG)k-jsq z#ASEw&!<#cr4q?TvR|>w+VQj%_KMgS9$Bd8ta8oqj?@Ex9)j}qYW?6~pV2~IjobL~ z)r3{E)r7sUM|0v4C1$%ubKNa}zhDk@KqUb5BVuuAa<=R$Au3_j@2vQ^L zMk)wu7&tX6SWNd^zhp&@?`djCJbgzGh1v)21x2A{TP)-|2Ft!tg6mu5l#x3AbeZNV zMebr=&sHt(On67-;r3_GxJUmMq2pz z<{q92^5Ebp8<|8_Al9mOV7gGuM2*1fq}uH->DQ`XBYEOAjX7fkqEZkF8!kPAhSW^f z2^}fV_(8CEkF=lUZn&>mQHdtV`r261^jIxKfGP8mxmBUxXve6kL-Ad9=I062i}V?L zalsGDq&?G^t2vSGH1#ZG8A?&Ow)Tr#*PKcUhb^&F*-XXsrdyVfIyY%}2CGzbG{DPZN1=w48gw4nj0tpq$9sJg*0K80K7OE+o^O zkiyil_5Jx{`GErr1V4y!<6*@q=N@fT!rZK1&z19uPHJ21e(+_Zhx5ue$)r;0<C`sCwdV|rp}yr>^8jt`BFJu);hGF_aR8RV!}X`t2ItZmf_dTeOo)Z;^^I5#%- zi0kD2pwc@-sNYV+({pO7qnM5%kaeL#BA|Yar(GUH%=74H6@{sPEH&@ zp!$>Lcs;(9thCn-tN3ElWObf@8@jLadQEoYt$00IZJ*Qe1`l70x7z1E^l(ilyWHMR zcH(W-Zw_v@*OKLH-o>p8awJ*7#mn&})8P9gCV?cY7)qbvch`7sFU1!LptagwYhBP- z+2Y4l6`#l0Dz4)#Hk0K&&wA4Rh<7%Q@DOjCK)Ts2sbshHd<)OZI9{?BPPfYU&X zMAFxkZ5MF|)MHV8CLKCgujV%$X%WxJ26TIXy=9aB}&-&3`uEPCz^Hksi1HM zf7$UD&Ec+i_Xz(Zzel?F*O9vFPqc=Dv%`goUqeo>km*K2?fV=-!wd|nCz(q9&SM%i3VB9U(%?K4 zW>%8tB!RSpyK+fqfK(5SaP@U#%23}m4i8KCpJ`;|{Iu7Ia-E65-7PHa znEOf7yg>UKs~j{6;CeUomkN?Q`nMJ0{8XHIp;1oq+3}{FV6nxi4;7YCV1jF(qbzHCE6!A43Z@#9f{4asHtpk*_k>JH z8C^}`qKOZF@5nTk$+FHYHXx@sKp66pkojkNIqhDKK#ADcf7;xHYGRLH7ujFI3$Gn{ z0U}vME+?2&=qh~^h?~3;9ro0f4RpCGov;$WB8>)5=5QK;dCjK-PhNZ1N^rl4v|A(% z^Ipy?BMj!HkxR0J+~5tVQzJP96G+f-CqqqMpUnPCh769H4}?q-*9>>n@zHy~%l|WU yMl9CS*4jI<_XZCU=TgsxbDX7LG$I#x-5?WWBZO|t5P)KH&WwbO_zh@I3H>izy@OK# literal 0 HcmV?d00001 diff --git a/FoundationPress/languages/ur.po b/FoundationPress/languages/ur.po new file mode 100644 index 0000000..eede17c --- /dev/null +++ b/FoundationPress/languages/ur.po @@ -0,0 +1,270 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: foundationpress-libsass-template 5.4.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-09-13 17:56+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" + +#: 404.php:8 +msgid "File Not Found" +msgstr "فائل نہیں ملی" + +#: 404.php:12 +msgid "" +"The page you are looking for might have been removed, had its name changed, " +"or is temporarily unavailable." +msgstr "جس صفحے کو آپ تلاش کر رہے ہو، وہ ہٹا دیا گیا ہے، اس کا نام تبدیل ہوگیا ہے، یا عارضی طور پر دستیاب نہیں ہے." + +#: 404.php:14 +msgid "Please try the following:" +msgstr "مندرجہ ذیل کوشش کریں" + +#: 404.php:16 +msgid "Check your spelling" +msgstr "اپنے ہجے چیک کریں" + +#: 404.php:17 +#, php-format +msgid "Return to the home page" +msgstr "سرورق واپس کے طرف" + +#: 404.php:18 +msgid "Click the Back button" +msgstr "بٹن پر کلک کریں واپس" + +#. /previous pages when applicable +#: archive.php:21 index.php:24 search.php:25 +msgid "← Older posts" +msgstr "← پرانی پوسٹس" + +#: archive.php:22 index.php:25 search.php:26 +msgid "Newer posts →" +msgstr "نئی پوسٹس →" + +#: comments.php:8 +#, php-format +msgid "%s" +msgstr "" + +#: comments.php:9 +#, php-format +msgid "%1$s" +msgstr "" + +#: comments.php:10 +msgid "(Edit)" +msgstr "(تبدیل)" + +#: comments.php:16 +msgid "Your comment is awaiting moderation." +msgstr "آپ کا تبصرہ اعتدال پسندی کا منتظر ہے." + +#: comments.php:31 +msgid "Please do not load this page directly. Thanks!" +msgstr "براہ مہربانی اس صفحہ کو براہ راست مت لوڈ نہ کریں. شکریہ!" + +#: comments.php:36 +msgid "This post is password protected. Enter the password to view comments." +msgstr "یہ پوسٹ پاس ورڈ محفوظ ہے. تبصرے دیکھنے کے لئے پاس ورڈ درج کریں." + +#: comments.php:46 +msgid "No Responses to" +msgstr "کوئی جواب نہیں" + +#: comments.php:46 +msgid "One Response to" +msgstr "ایک جواب" + +#: comments.php:46 +msgid "% Responses to" +msgstr "جوابات %" + +#: comments.php:53 +msgid "← Older comments" +msgstr "← پرانے تبصرے" + +#: comments.php:54 +msgid "Newer comments →" +msgstr "→ نئے تبصرے" + +#: comments.php:61 +msgid "Leave a Reply" +msgstr "جواب دیجئے" + +#: comments.php:61 +#, php-format +msgid "Leave a Reply to %s" +msgstr "کو %s جواب دیں" + +#: comments.php:64 +#, php-format +msgid "You must be logged in to post a comment." +msgstr "کریں لاگ ان جواب دینے کے لیے" + +#: comments.php:68 +#, php-format +msgid "Logged in as %s." +msgstr "%s لاگ ان " + +#: comments.php:68 +msgid "Log out of this account" +msgstr "اس اکاؤنٹ سے لاگ آؤٹ کریں" + +#: comments.php:68 +msgid "Log out »" +msgstr "لاگ آؤٹ »" + +#: comments.php:71 +msgid "Name" +msgstr "نام" + +#: comments.php:71 comments.php:75 +msgid " (required)" +msgstr "(لازمی)" + +#: comments.php:75 +msgid "Email (will not be published)" +msgstr "ای میل (شائع نہیں کیا جائے گا)" + +#: comments.php:79 +msgid "Website" +msgstr "ویب سائٹ" + +#: comments.php:84 +msgid "Comment" +msgstr "تبصرہ" + +#: comments.php:87 +msgid "You can use these tags:" +msgstr "آپ ان ٹیگز استعمال کرسکتے ہیں" + +#: comments.php:88 +msgid "Submit Comment" +msgstr "رائےپیش کریں" + +#: content-none.php:11 +msgid "Nothing Found" +msgstr "کچھ نہیں ملا" + +#: content-none.php:17 +#, php-format +msgid "" +"Ready to publish your first post? Get started here." +msgstr "یہاں شروع کرو اپنی پہلی پوسٹ شائع کرنے کے لئے تیار ہیں؟" + +#: content-none.php:21 +msgid "" +"Sorry, but nothing matched your search terms. Please try again with some " +"different keywords." +msgstr "معذرت، لیکن آپ کے تلاش کی شرائط سے مل کر کوئی بھی چیز نہیں مل سکی. کچھ مختلف مطلوبہ الفاظ کے ساتھ دوبارہ کوشش کریں." + +#: content-none.php:26 +msgid "" +"It seems we can’t find what you’re looking for. Perhaps " +"searching can help." +msgstr "ایسا لگتا ہے کہ ہم آپ کو تلاش نہیں کر سکتے ہیں. شاید تلاش میں مدد مل سکتی ہے." + +#. /archive/search. +#. * +#. * @subpackage FoundationPress +#. * @since FoundationPress 1.0.0 +#. +#: content.php:16 +msgid "Continue reading..." +msgstr "پڑھنا جاری رکھو..." + +#: hero.php:40 kitchen-sink.php:739 page-full.php:19 page-sidebar-left.php:21 +#: page.php:18 single.php:27 woocommerce.php:18 +msgid "Pages:" +msgstr "صفحات:" + +#: library/entry-meta.php:4 +#, php-format +msgid "Posted on %1$s at %2$s." +msgstr "Posted on %1$s %2$s." + +#: library/entry-meta.php:5 +msgid "Written by" +msgstr "تصنیف کردہ" + +#: library/foundation.php:16 +msgid "«" +msgstr "" + +#: library/foundation.php:17 +msgid "»" +msgstr "" + +#: library/foundation.php:40 +#, php-format +msgid "" +"Please assign a menu to the primary menu location under %1$s or %2$s the " +"design." +msgstr "%1$s or %2$s براہ کرم بنیادی مینو کے مقام پر ایک مینو تفویض کریں" + +#: library/foundation.php:41 +#, php-format +msgid "Menus" +msgstr "مینوز" + +#: library/foundation.php:44 +#, php-format +msgid "Customize" +msgstr "کسٹمائز" + +#: library/widget-areas.php:6 +msgid "Sidebar widgets" +msgstr "سائڈبار ویجٹ" + +#: library/widget-areas.php:7 +msgid "Drag widgets to this sidebar container." +msgstr "ویجٹ اس سائڈبار کنٹینر کو گھسیٹیں." + +#: library/widget-areas.php:16 +msgid "Footer widgets" +msgstr "فوٹر ویجٹ" + +#: library/widget-areas.php:17 +msgid "Drag widgets to this footer container" +msgstr "اس فٹر کنٹینر میں وگیٹس کو گھسیٹائیں" + +#: node_modules/grunt-pot/test/fixtures/some-file.php:3 +msgid "I'm a translatable string." +msgstr "میں ایک مترجم سٹرنگ ہوں." + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:4 +msgid "Me too" +msgstr "میں بھی" + +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:7 +#, php-format +msgid "I have %d apple" +msgid_plural "I have %d apples" +msgstr[0] "%d میرے پاس سیب ہے" +msgstr[1] "%d میرے پاس سیب ہے" + +#. / TRANSLATORS: This should be translated as a shorthand for YEAR-MONTH-DAY using 4, 2 and 2 digits. +#: node_modules/grunt-pot/test/fixtures/some-other-file.php:16 +msgid "yyyy-mm-dd" +msgstr "" + +#: search.php:7 +msgid "Search Results for" +msgstr "کے لئے تلاش کے نتائج" + +#: searchform.php:6 searchform.php:10 +msgid "Search" +msgstr "تلاش کریں" diff --git a/FoundationPress/library/class-foundationpress-comments.php b/FoundationPress/library/class-foundationpress-comments.php new file mode 100644 index 0000000..a50d491 --- /dev/null +++ b/FoundationPress/library/class-foundationpress-comments.php @@ -0,0 +1,118 @@ + 'comment_parent', + 'id' => 'comment_ID', + ); + + /** CONSTRUCTOR + * You'll have to use this if you plan to get to the top of the comments list, as + * start_lvl() only goes as high as 1 deep nested comments */ + function __construct() { ?> + +

+
    + + + +
      + + +
    + + + +
  1. id="comment-"> +
    + + + +
    + + + +
    + + %s', 'foundationpress' ), + get_comment_author_link() + ); + ?> + + +
    + +
    + +
    + comment_approved ) : ?> +
    +

    +
    + + +
    + + + +
    + $depth, + 'max_depth' => $args['max_depth'], + ); + + comment_reply_link( array_merge( $args, $reply_args ) ); ?> +
    +
    + + + +
  2. + + + +
+ + \n"; + } + } +endif; diff --git a/FoundationPress/library/class-foundationpress-protocol-relative-theme-assets.php b/FoundationPress/library/class-foundationpress-protocol-relative-theme-assets.php new file mode 100644 index 0000000..daef1e8 --- /dev/null +++ b/FoundationPress/library/class-foundationpress-protocol-relative-theme-assets.php @@ -0,0 +1,90 @@ +make_protocol_relative_url( $src ); + } + + /** + * Transform Enqueued JavaScript URLs + * + * @access public + * @return string + * @since 1.0 + */ + public function script_loader_src( $src, $handle ) { + return $this->make_protocol_relative_url( $src ); + } + + /** + * Transform Enqueued Theme Files + * + * @access public + * @return string + * @since 1.0 + * @link http://codex.wordpress.org/Function_Reference/get_template_directory_uri + */ + public function template_directory_uri( $template_dir_uri, $template, $theme_root_uri ) { + return $this->make_protocol_relative_url( $template_dir_uri ); + } + + /** + * Transform Enqueued Theme Files + * + * @access public + * @return string + * @since 1.0 + * @link http://codex.wordpress.org/Function_Reference/get_stylesheet_directory_uri + */ + public function stylesheet_directory_uri( $stylesheet_dir_uri, $stylesheet, $theme_root_uri ) { + return $this->make_protocol_relative_url( $stylesheet_dir_uri ); + } + } + + $foundationpress_protocol_relative_theme_assets = new Foundationpress_Protocol_Relative_Theme_Assets; +endif; diff --git a/FoundationPress/library/class-foundationpress-top-bar-walker.php b/FoundationPress/library/class-foundationpress-top-bar-walker.php new file mode 100644 index 0000000..f361738 --- /dev/null +++ b/FoundationPress/library/class-foundationpress-top-bar-walker.php @@ -0,0 +1,20 @@ +\n"; + } + } +endif; diff --git a/FoundationPress/library/cleanup.php b/FoundationPress/library/cleanup.php new file mode 100644 index 0000000..bace76f --- /dev/null +++ b/FoundationPress/library/cleanup.php @@ -0,0 +1,100 @@ +widgets['WP_Widget_Recent_Comments'] ) ) { + remove_action( 'wp_head', array( $wp_widget_factory->widgets['WP_Widget_Recent_Comments'], 'recent_comments_style' ) ); + } + } +endif; \ No newline at end of file diff --git a/FoundationPress/library/custom-nav.php b/FoundationPress/library/custom-nav.php new file mode 100644 index 0000000..225bfa6 --- /dev/null +++ b/FoundationPress/library/custom-nav.php @@ -0,0 +1,70 @@ +add_panel( + 'mobile_menu_settings', array( + 'priority' => 1000, + 'theme_supports' => '', + 'title' => __( 'Mobile Menu Settings', 'foundationpress' ), + 'description' => __( 'Controls the mobile menu', 'foundationpress' ), + ) + ); + + // Create custom field for mobile navigation layout + $wp_customize->add_section( + 'mobile_menu_layout', array( + 'title' => __( 'Mobile navigation layout', 'foundationpress' ), + 'panel' => 'mobile_menu_settings', + 'priority' => 1000, + ) + ); + + // Set default navigation layout + $wp_customize->add_setting( + 'wpt_mobile_menu_layout', + array( + 'default' => __( 'topbar', 'foundationpress' ), + ) + ); + + // Add options for navigation layout + $wp_customize->add_control( + new WP_Customize_Control( + $wp_customize, + 'mobile_menu_layout', + array( + 'type' => 'radio', + 'section' => 'mobile_menu_layout', + 'settings' => 'wpt_mobile_menu_layout', + 'choices' => array( + 'topbar' => 'Topbar', + 'offcanvas' => 'Offcanvas', + ), + ) + ) + ); + + } + + add_action( 'customize_register', 'wpt_register_theme_customizer' ); + + // Add class to body to help w/ CSS + add_filter( 'body_class', 'mobile_nav_class' ); + function mobile_nav_class( $classes ) { + if ( ! get_theme_mod( 'wpt_mobile_menu_layout' ) || get_theme_mod( 'wpt_mobile_menu_layout' ) === 'topbar' ) : + $classes[] = 'topbar'; + elseif ( get_theme_mod( 'wpt_mobile_menu_layout' ) === 'offcanvas' ) : + $classes[] = 'offcanvas'; + endif; + return $classes; + } +endif; diff --git a/FoundationPress/library/enqueue-scripts.php b/FoundationPress/library/enqueue-scripts.php new file mode 100644 index 0000000..661e854 --- /dev/null +++ b/FoundationPress/library/enqueue-scripts.php @@ -0,0 +1,71 @@ +' . sprintf( __( 'Posted on %1$s at %2$s.', 'foundationpress' ), get_the_date(), get_the_time() ) . ''; + echo ''; + } +endif; diff --git a/FoundationPress/library/foundation.php b/FoundationPress/library/foundation.php new file mode 100644 index 0000000..3c5b88f --- /dev/null +++ b/FoundationPress/library/foundation.php @@ -0,0 +1,325 @@ + str_replace( $big, '%#%', html_entity_decode( get_pagenum_link( $big ) ) ), + 'current' => max( 1, get_query_var( 'paged' ) ), + 'total' => $wp_query->max_num_pages, + 'mid_size' => 5, + 'prev_next' => true, + 'prev_text' => __( '«', 'foundationpress' ), + 'next_text' => __( '»', 'foundationpress' ), + 'type' => 'list', + ) + ); + + $paginate_links = str_replace( "
    ", "