Merge pull request #2193 from understrap/develop

Release 1.2.4
This commit is contained in:
Brian Coords 2024-03-27 07:43:36 -07:00 committed by GitHub
commit 8a9f258365
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
71 changed files with 2015 additions and 6327 deletions

View File

@ -8,6 +8,15 @@
-
## Release 1.2.4 April 1st 2024
** Fixes **
- Woocommerce templates #2189
- Translations #2002
- WooCommerce input fields #2089
- Updates build process dependencies
## Release 1.2.3 March 18th 2024
** Enhancements **

View File

@ -36,7 +36,7 @@ jobs:
ref: ${{ github.head_ref }}
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.x'
cache: 'npm'

View File

@ -50,13 +50,13 @@ jobs:
fail-fast: true
- name: Cache PHPCS cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .phpcs-cache.json
key: ${{ runner.os }}-phpcs-cache-${{ hashFiles('**/composer.lock', 'phpcs.xml.dist') }}
- name: Install Composer dependencies
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"
- name: Auto fix coding standards
run: composer phpcs-fix
@ -114,13 +114,13 @@ jobs:
fail-fast: true
- name: Cache PHPStan cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .phpstan-cache
key: ${{ runner.os }}-phpstan-cache-${{ hashFiles('**/composer.lock', 'phpstan.neon.dist') }}
- name: Install Composer dependencies
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"
- name: Analyse
id: phpstan

2
.nvmrc
View File

@ -1 +1 @@
v16
v18

View File

@ -23,11 +23,11 @@
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"phpcompatibility/phpcompatibility-wp": "^2.1.4",
"phpmd/phpmd": "^2.14.1",
"phpstan/phpstan": "^1.10.38",
"phpmd/phpmd": "^2.15.0",
"phpstan/phpstan": "^1.10.59",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.7.2",
"szepeviktor/phpstan-wordpress": "^1.3.0",
"squizlabs/php_codesniffer": "^3.9.0",
"szepeviktor/phpstan-wordpress": "^1.3.3",
"wp-coding-standards/wpcs": "^2.3.0",
"wptrt/wpthemereview": "^0.2.1"
},

259
composer.lock generated
View File

@ -4,21 +4,21 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "433028f373a0dd59c982902f935f368f",
"content-hash": "1313e6bdaf5d57de1e9bbc501f9f5fbc",
"packages": [],
"packages-dev": [
{
"name": "composer/pcre",
"version": "3.1.0",
"version": "3.1.1",
"source": {
"type": "git",
"url": "https://github.com/composer/pcre.git",
"reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2"
"reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/pcre/zipball/4bff79ddd77851fe3cdd11616ed3f92841ba5bd2",
"reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2",
"url": "https://api.github.com/repos/composer/pcre/zipball/00104306927c7a0919b4ced2aaa6782c1e61a3c9",
"reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9",
"shasum": ""
},
"require": {
@ -60,7 +60,7 @@
],
"support": {
"issues": "https://github.com/composer/pcre/issues",
"source": "https://github.com/composer/pcre/tree/3.1.0"
"source": "https://github.com/composer/pcre/tree/3.1.1"
},
"funding": [
{
@ -76,7 +76,7 @@
"type": "tidelift"
}
],
"time": "2022-11-17T09:50:14+00:00"
"time": "2023-10-11T07:11:09+00:00"
},
{
"name": "composer/xdebug-handler",
@ -224,28 +224,28 @@
},
{
"name": "pdepend/pdepend",
"version": "2.15.1",
"version": "2.16.2",
"source": {
"type": "git",
"url": "https://github.com/pdepend/pdepend.git",
"reference": "d12f25bcdfb7754bea458a4a5cb159d55e9950d0"
"reference": "f942b208dc2a0868454d01b29f0c75bbcfc6ed58"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pdepend/pdepend/zipball/d12f25bcdfb7754bea458a4a5cb159d55e9950d0",
"reference": "d12f25bcdfb7754bea458a4a5cb159d55e9950d0",
"url": "https://api.github.com/repos/pdepend/pdepend/zipball/f942b208dc2a0868454d01b29f0c75bbcfc6ed58",
"reference": "f942b208dc2a0868454d01b29f0c75bbcfc6ed58",
"shasum": ""
},
"require": {
"php": ">=5.3.7",
"symfony/config": "^2.3.0|^3|^4|^5|^6.0",
"symfony/dependency-injection": "^2.3.0|^3|^4|^5|^6.0",
"symfony/filesystem": "^2.3.0|^3|^4|^5|^6.0"
"symfony/config": "^2.3.0|^3|^4|^5|^6.0|^7.0",
"symfony/dependency-injection": "^2.3.0|^3|^4|^5|^6.0|^7.0",
"symfony/filesystem": "^2.3.0|^3|^4|^5|^6.0|^7.0",
"symfony/polyfill-mbstring": "^1.19"
},
"require-dev": {
"easy-doc/easy-doc": "0.0.0|^1.2.3",
"gregwar/rst": "^1.0",
"phpunit/phpunit": "^4.8.36|^5.7.27",
"squizlabs/php_codesniffer": "^2.0.0"
},
"bin": [
@ -275,7 +275,7 @@
],
"support": {
"issues": "https://github.com/pdepend/pdepend/issues",
"source": "https://github.com/pdepend/pdepend/tree/2.15.1"
"source": "https://github.com/pdepend/pdepend/tree/2.16.2"
},
"funding": [
{
@ -283,7 +283,7 @@
"type": "tidelift"
}
],
"time": "2023-09-28T12:00:56+00:00"
"time": "2023-12-17T18:09:59+00:00"
},
{
"name": "php-parallel-lint/php-parallel-lint",
@ -344,28 +344,31 @@
},
{
"name": "php-stubs/wordpress-stubs",
"version": "v6.3.0",
"version": "v6.4.3",
"source": {
"type": "git",
"url": "https://github.com/php-stubs/wordpress-stubs.git",
"reference": "adda7609e71d5f4dc7b87c74f8ec9e3437d2e92c"
"reference": "6105bdab2f26c0204fe90ecc53d5684754550e8f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/adda7609e71d5f4dc7b87c74f8ec9e3437d2e92c",
"reference": "adda7609e71d5f4dc7b87c74f8ec9e3437d2e92c",
"url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/6105bdab2f26c0204fe90ecc53d5684754550e8f",
"reference": "6105bdab2f26c0204fe90ecc53d5684754550e8f",
"shasum": ""
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"nikic/php-parser": "^4.13",
"php": "^7.4 || ~8.0.0",
"php-stubs/generator": "^0.8.3",
"phpdocumentor/reflection-docblock": "^5.3",
"phpstan/phpstan": "^1.10.12",
"phpunit/phpunit": "^9.5"
"phpstan/phpstan": "^1.10.49",
"phpunit/phpunit": "^9.5",
"szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset": "^0.11"
},
"suggest": {
"paragonie/sodium_compat": "Pure PHP implementation of libsodium",
"symfony/polyfill-php80": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan"
},
"type": "library",
@ -382,9 +385,9 @@
],
"support": {
"issues": "https://github.com/php-stubs/wordpress-stubs/issues",
"source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.3.0"
"source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.4.3"
},
"time": "2023-08-10T16:34:11+00:00"
"time": "2024-02-11T18:56:19+00:00"
},
{
"name": "phpcompatibility/php-compatibility",
@ -562,22 +565,22 @@
},
{
"name": "phpmd/phpmd",
"version": "2.14.1",
"version": "2.15.0",
"source": {
"type": "git",
"url": "https://github.com/phpmd/phpmd.git",
"reference": "442fc2c34edcd5198b442d8647c7f0aec3afabe8"
"reference": "74a1f56e33afad4128b886e334093e98e1b5e7c0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpmd/phpmd/zipball/442fc2c34edcd5198b442d8647c7f0aec3afabe8",
"reference": "442fc2c34edcd5198b442d8647c7f0aec3afabe8",
"url": "https://api.github.com/repos/phpmd/phpmd/zipball/74a1f56e33afad4128b886e334093e98e1b5e7c0",
"reference": "74a1f56e33afad4128b886e334093e98e1b5e7c0",
"shasum": ""
},
"require": {
"composer/xdebug-handler": "^1.0 || ^2.0 || ^3.0",
"ext-xml": "*",
"pdepend/pdepend": "^2.15.1",
"pdepend/pdepend": "^2.16.1",
"php": ">=5.3.9"
},
"require-dev": {
@ -586,7 +589,6 @@
"ext-simplexml": "*",
"gregwar/rst": "^1.0",
"mikey179/vfsstream": "^1.6.8",
"phpunit/phpunit": "^4.8.36 || ^5.7.27",
"squizlabs/php_codesniffer": "^2.9.2 || ^3.7.2"
},
"bin": [
@ -634,7 +636,7 @@
"support": {
"irc": "irc://irc.freenode.org/phpmd",
"issues": "https://github.com/phpmd/phpmd/issues",
"source": "https://github.com/phpmd/phpmd/tree/2.14.1"
"source": "https://github.com/phpmd/phpmd/tree/2.15.0"
},
"funding": [
{
@ -642,20 +644,20 @@
"type": "tidelift"
}
],
"time": "2023-09-28T13:07:44+00:00"
"time": "2023-12-11T08:22:20+00:00"
},
{
"name": "phpstan/phpstan",
"version": "1.10.38",
"version": "1.10.59",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "5302bb402c57f00fb3c2c015bac86e0827e4b691"
"reference": "e607609388d3a6d418a50a49f7940e8086798281"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/5302bb402c57f00fb3c2c015bac86e0827e4b691",
"reference": "5302bb402c57f00fb3c2c015bac86e0827e4b691",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/e607609388d3a6d418a50a49f7940e8086798281",
"reference": "e607609388d3a6d418a50a49f7940e8086798281",
"shasum": ""
},
"require": {
@ -704,7 +706,7 @@
"type": "tidelift"
}
],
"time": "2023-10-06T14:19:14+00:00"
"time": "2024-02-20T13:59:13+00:00"
},
{
"name": "psr/container",
@ -1487,16 +1489,16 @@
},
{
"name": "squizlabs/php_codesniffer",
"version": "3.7.2",
"version": "3.9.0",
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
"reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879"
"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
"reference": "d63cee4890a8afaf86a22e51ad4d97c91dd4579b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879",
"reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879",
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/d63cee4890a8afaf86a22e51ad4d97c91dd4579b",
"reference": "d63cee4890a8afaf86a22e51ad4d97c91dd4579b",
"shasum": ""
},
"require": {
@ -1506,11 +1508,11 @@
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
},
"bin": [
"bin/phpcs",
"bin/phpcbf"
"bin/phpcbf",
"bin/phpcs"
],
"type": "library",
"extra": {
@ -1525,35 +1527,58 @@
"authors": [
{
"name": "Greg Sherwood",
"role": "lead"
"role": "Former lead"
},
{
"name": "Juliette Reinders Folmer",
"role": "Current lead"
},
{
"name": "Contributors",
"homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
}
],
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
"homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
"keywords": [
"phpcs",
"standards",
"static analysis"
],
"support": {
"issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
"source": "https://github.com/squizlabs/PHP_CodeSniffer",
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
"issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
"security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
"source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
"wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
},
"time": "2023-02-22T23:07:41+00:00"
"funding": [
{
"url": "https://github.com/PHPCSStandards",
"type": "github"
},
{
"url": "https://github.com/jrfnl",
"type": "github"
},
{
"url": "https://opencollective.com/php_codesniffer",
"type": "open_collective"
}
],
"time": "2024-02-16T15:06:51+00:00"
},
{
"name": "symfony/config",
"version": "v5.4.26",
"version": "v5.4.36",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
"reference": "8109892f27beed9252bd1f1c1880aeb4ad842650"
"reference": "0a4f363dc2f13d2f871f917cc563796d9ddc78d1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/8109892f27beed9252bd1f1c1880aeb4ad842650",
"reference": "8109892f27beed9252bd1f1c1880aeb4ad842650",
"url": "https://api.github.com/repos/symfony/config/zipball/0a4f363dc2f13d2f871f917cc563796d9ddc78d1",
"reference": "0a4f363dc2f13d2f871f917cc563796d9ddc78d1",
"shasum": ""
},
"require": {
@ -1603,7 +1628,7 @@
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/config/tree/v5.4.26"
"source": "https://github.com/symfony/config/tree/v5.4.36"
},
"funding": [
{
@ -1619,20 +1644,20 @@
"type": "tidelift"
}
],
"time": "2023-07-19T20:21:11+00:00"
"time": "2024-02-23T16:13:23+00:00"
},
{
"name": "symfony/dependency-injection",
"version": "v5.4.29",
"version": "v5.4.36",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
"reference": "338638ed8c9d5c7fcb136a73f5c7043465ae2f05"
"reference": "cc1fb237cd0e6da33005062b13b8485deb6e4440"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/338638ed8c9d5c7fcb136a73f5c7043465ae2f05",
"reference": "338638ed8c9d5c7fcb136a73f5c7043465ae2f05",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/cc1fb237cd0e6da33005062b13b8485deb6e4440",
"reference": "cc1fb237cd0e6da33005062b13b8485deb6e4440",
"shasum": ""
},
"require": {
@ -1692,7 +1717,7 @@
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/dependency-injection/tree/v5.4.29"
"source": "https://github.com/symfony/dependency-injection/tree/v5.4.36"
},
"funding": [
{
@ -1708,7 +1733,7 @@
"type": "tidelift"
}
],
"time": "2023-09-20T06:23:43+00:00"
"time": "2024-02-22T18:43:31+00:00"
},
{
"name": "symfony/deprecation-contracts",
@ -1779,16 +1804,16 @@
},
{
"name": "symfony/filesystem",
"version": "v5.4.25",
"version": "v5.4.35",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "0ce3a62c9579a53358d3a7eb6b3dfb79789a6364"
"reference": "5a553607d4ffbfa9c0ab62facadea296c9db7086"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/0ce3a62c9579a53358d3a7eb6b3dfb79789a6364",
"reference": "0ce3a62c9579a53358d3a7eb6b3dfb79789a6364",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/5a553607d4ffbfa9c0ab62facadea296c9db7086",
"reference": "5a553607d4ffbfa9c0ab62facadea296c9db7086",
"shasum": ""
},
"require": {
@ -1823,7 +1848,7 @@
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/filesystem/tree/v5.4.25"
"source": "https://github.com/symfony/filesystem/tree/v5.4.35"
},
"funding": [
{
@ -1839,20 +1864,20 @@
"type": "tidelift"
}
],
"time": "2023-05-31T13:04:02+00:00"
"time": "2024-01-23T13:51:25+00:00"
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.28.0",
"version": "v1.29.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
"reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
"reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
"reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
"shasum": ""
},
"require": {
@ -1866,9 +1891,6 @@
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@ -1905,7 +1927,7 @@
"portable"
],
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0"
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
},
"funding": [
{
@ -1921,20 +1943,20 @@
"type": "tidelift"
}
],
"time": "2023-01-26T09:26:14+00:00"
"time": "2024-01-29T20:11:03+00:00"
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.28.0",
"version": "v1.29.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "42292d99c55abe617799667f454222c54c60e229"
"reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
"reference": "42292d99c55abe617799667f454222c54c60e229",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
"reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
"shasum": ""
},
"require": {
@ -1948,9 +1970,6 @@
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@ -1988,7 +2007,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
},
"funding": [
{
@ -2004,20 +2023,20 @@
"type": "tidelift"
}
],
"time": "2023-07-28T09:04:16+00:00"
"time": "2024-01-29T20:11:03+00:00"
},
{
"name": "symfony/polyfill-php73",
"version": "v1.28.0",
"version": "v1.29.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
"reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5"
"reference": "21bd091060673a1177ae842c0ef8fe30893114d2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fe2f306d1d9d346a7fee353d0d5012e401e984b5",
"reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/21bd091060673a1177ae842c0ef8fe30893114d2",
"reference": "21bd091060673a1177ae842c0ef8fe30893114d2",
"shasum": ""
},
"require": {
@ -2025,9 +2044,6 @@
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@ -2067,7 +2083,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php73/tree/v1.28.0"
"source": "https://github.com/symfony/polyfill-php73/tree/v1.29.0"
},
"funding": [
{
@ -2083,20 +2099,20 @@
"type": "tidelift"
}
],
"time": "2023-01-26T09:26:14+00:00"
"time": "2024-01-29T20:11:03+00:00"
},
{
"name": "symfony/polyfill-php80",
"version": "v1.28.0",
"version": "v1.29.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
"reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
"reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
"reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
"shasum": ""
},
"require": {
@ -2104,9 +2120,6 @@
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@ -2150,7 +2163,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0"
"source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0"
},
"funding": [
{
@ -2166,20 +2179,20 @@
"type": "tidelift"
}
],
"time": "2023-01-26T09:26:14+00:00"
"time": "2024-01-29T20:11:03+00:00"
},
{
"name": "symfony/polyfill-php81",
"version": "v1.28.0",
"version": "v1.29.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php81.git",
"reference": "7581cd600fa9fd681b797d00b02f068e2f13263b"
"reference": "c565ad1e63f30e7477fc40738343c62b40bc672d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b",
"reference": "7581cd600fa9fd681b797d00b02f068e2f13263b",
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/c565ad1e63f30e7477fc40738343c62b40bc672d",
"reference": "c565ad1e63f30e7477fc40738343c62b40bc672d",
"shasum": ""
},
"require": {
@ -2187,9 +2200,6 @@
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@ -2229,7 +2239,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php81/tree/v1.28.0"
"source": "https://github.com/symfony/polyfill-php81/tree/v1.29.0"
},
"funding": [
{
@ -2245,7 +2255,7 @@
"type": "tidelift"
}
],
"time": "2023-01-26T09:26:14+00:00"
"time": "2024-01-29T20:11:03+00:00"
},
{
"name": "symfony/service-contracts",
@ -2332,22 +2342,22 @@
},
{
"name": "szepeviktor/phpstan-wordpress",
"version": "v1.3.0",
"version": "v1.3.3",
"source": {
"type": "git",
"url": "https://github.com/szepeviktor/phpstan-wordpress.git",
"reference": "5b5cc77ed51fdaf64efe3f00b5aae4b709d2cfa9"
"reference": "f7ff091331bc00c5688fe4ce0c4d51d06fa61553"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/szepeviktor/phpstan-wordpress/zipball/5b5cc77ed51fdaf64efe3f00b5aae4b709d2cfa9",
"reference": "5b5cc77ed51fdaf64efe3f00b5aae4b709d2cfa9",
"url": "https://api.github.com/repos/szepeviktor/phpstan-wordpress/zipball/f7ff091331bc00c5688fe4ce0c4d51d06fa61553",
"reference": "f7ff091331bc00c5688fe4ce0c4d51d06fa61553",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
"php-stubs/wordpress-stubs": "^4.7 || ^5.0 || ^6.0",
"phpstan/phpstan": "^1.10.0",
"phpstan/phpstan": "^1.10.31",
"symfony/polyfill-php73": "^1.12.0"
},
"require-dev": {
@ -2358,6 +2368,9 @@
"phpunit/phpunit": "^8.0 || ^9.0",
"szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset": "^0.8"
},
"suggest": {
"swissspidy/phpstan-no-private": "Detect usage of internal core functions, classes and methods"
},
"type": "phpstan-extension",
"extra": {
"phpstan": {
@ -2385,9 +2398,9 @@
],
"support": {
"issues": "https://github.com/szepeviktor/phpstan-wordpress/issues",
"source": "https://github.com/szepeviktor/phpstan-wordpress/tree/v1.3.0"
"source": "https://github.com/szepeviktor/phpstan-wordpress/tree/v1.3.3"
},
"time": "2023-04-23T06:15:06+00:00"
"time": "2024-02-26T13:55:50+00:00"
},
{
"name": "wp-coding-standards/wpcs",
@ -2526,5 +2539,5 @@
"php": "^7.4 || ^8.0"
},
"platform-dev": [],
"plugin-api-version": "2.3.0"
"plugin-api-version": "2.6.0"
}

View File

@ -3750,7 +3750,13 @@ input[type=button].btn-block {
.woocommerce-notices-wrapper .woocommerce-message .btn-group-toggle > a.button input[type=checkbox],
.wpcf7 .btn-group-toggle > input[type=submit] input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
.woocommerce-info .btn-group-toggle > .btn-group > a.button input[type=radio],
.woocommerce-notices-wrapper .woocommerce-message .btn-group-toggle > .btn-group > a.button input[type=radio],
.wpcf7 .btn-group-toggle > .btn-group > input[type=submit] input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.woocommerce-info .btn-group-toggle > .btn-group > a.button input[type=checkbox],
.woocommerce-notices-wrapper .woocommerce-message .btn-group-toggle > .btn-group > a.button input[type=checkbox],
.wpcf7 .btn-group-toggle > .btn-group > input[type=submit] input[type=checkbox] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -6940,8 +6940,6 @@ textarea.form-control-lg {
border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(-100%);
}
}
@media (max-width: 575.98px) {
.offcanvas-sm.offcanvas-end {
top: 0;
right: 0;
@ -6949,8 +6947,6 @@ textarea.form-control-lg {
border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(100%);
}
}
@media (max-width: 575.98px) {
.offcanvas-sm.offcanvas-top {
top: 0;
right: 0;
@ -6960,8 +6956,6 @@ textarea.form-control-lg {
border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(-100%);
}
}
@media (max-width: 575.98px) {
.offcanvas-sm.offcanvas-bottom {
right: 0;
left: 0;
@ -6970,13 +6964,9 @@ textarea.form-control-lg {
border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(100%);
}
}
@media (max-width: 575.98px) {
.offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
transform: none;
}
}
@media (max-width: 575.98px) {
.offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
visibility: visible;
}
@ -7028,8 +7018,6 @@ textarea.form-control-lg {
border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(-100%);
}
}
@media (max-width: 767.98px) {
.offcanvas-md.offcanvas-end {
top: 0;
right: 0;
@ -7037,8 +7025,6 @@ textarea.form-control-lg {
border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(100%);
}
}
@media (max-width: 767.98px) {
.offcanvas-md.offcanvas-top {
top: 0;
right: 0;
@ -7048,8 +7034,6 @@ textarea.form-control-lg {
border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(-100%);
}
}
@media (max-width: 767.98px) {
.offcanvas-md.offcanvas-bottom {
right: 0;
left: 0;
@ -7058,13 +7042,9 @@ textarea.form-control-lg {
border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(100%);
}
}
@media (max-width: 767.98px) {
.offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
transform: none;
}
}
@media (max-width: 767.98px) {
.offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
visibility: visible;
}
@ -7116,8 +7096,6 @@ textarea.form-control-lg {
border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(-100%);
}
}
@media (max-width: 991.98px) {
.offcanvas-lg.offcanvas-end {
top: 0;
right: 0;
@ -7125,8 +7103,6 @@ textarea.form-control-lg {
border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(100%);
}
}
@media (max-width: 991.98px) {
.offcanvas-lg.offcanvas-top {
top: 0;
right: 0;
@ -7136,8 +7112,6 @@ textarea.form-control-lg {
border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(-100%);
}
}
@media (max-width: 991.98px) {
.offcanvas-lg.offcanvas-bottom {
right: 0;
left: 0;
@ -7146,13 +7120,9 @@ textarea.form-control-lg {
border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(100%);
}
}
@media (max-width: 991.98px) {
.offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
transform: none;
}
}
@media (max-width: 991.98px) {
.offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
visibility: visible;
}
@ -7204,8 +7174,6 @@ textarea.form-control-lg {
border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(-100%);
}
}
@media (max-width: 1199.98px) {
.offcanvas-xl.offcanvas-end {
top: 0;
right: 0;
@ -7213,8 +7181,6 @@ textarea.form-control-lg {
border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(100%);
}
}
@media (max-width: 1199.98px) {
.offcanvas-xl.offcanvas-top {
top: 0;
right: 0;
@ -7224,8 +7190,6 @@ textarea.form-control-lg {
border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(-100%);
}
}
@media (max-width: 1199.98px) {
.offcanvas-xl.offcanvas-bottom {
right: 0;
left: 0;
@ -7234,13 +7198,9 @@ textarea.form-control-lg {
border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(100%);
}
}
@media (max-width: 1199.98px) {
.offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
transform: none;
}
}
@media (max-width: 1199.98px) {
.offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
visibility: visible;
}
@ -7292,8 +7252,6 @@ textarea.form-control-lg {
border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(-100%);
}
}
@media (max-width: 1399.98px) {
.offcanvas-xxl.offcanvas-end {
top: 0;
right: 0;
@ -7301,8 +7259,6 @@ textarea.form-control-lg {
border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(100%);
}
}
@media (max-width: 1399.98px) {
.offcanvas-xxl.offcanvas-top {
top: 0;
right: 0;
@ -7312,8 +7268,6 @@ textarea.form-control-lg {
border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(-100%);
}
}
@media (max-width: 1399.98px) {
.offcanvas-xxl.offcanvas-bottom {
right: 0;
left: 0;
@ -7322,13 +7276,9 @@ textarea.form-control-lg {
border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(100%);
}
}
@media (max-width: 1399.98px) {
.offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
transform: none;
}
}
@media (max-width: 1399.98px) {
.offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
visibility: visible;
}

File diff suppressed because one or more lines are too long

2
css/theme.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -87,7 +87,7 @@ if ( ! function_exists( 'understrap_theme_customize_register' ) ) {
'understrap_bootstrap_version',
array(
'label' => __( 'Bootstrap Version', 'understrap' ),
'description' => __( 'Choose between Bootstrap 4 or Bootstrap 5', 'understrap' ),
'description' => __( 'Choose between Bootstrap 4 and Bootstrap 5', 'understrap' ),
'section' => 'understrap_theme_layout_options',
'type' => 'select',
'choices' => array(

View File

@ -275,6 +275,7 @@ if ( ! function_exists( 'understrap_widgets_init' ) ) {
function understrap_widgets_init() {
register_sidebar(
array(
/* translators: Widget area title */
'name' => __( 'Right Sidebar', 'understrap' ),
'id' => 'right-sidebar',
'description' => __( 'Right sidebar widget area', 'understrap' ),
@ -287,6 +288,7 @@ if ( ! function_exists( 'understrap_widgets_init' ) ) {
register_sidebar(
array(
/* translators: Widget area title */
'name' => __( 'Left Sidebar', 'understrap' ),
'id' => 'left-sidebar',
'description' => __( 'Left sidebar widget area', 'understrap' ),
@ -299,6 +301,7 @@ if ( ! function_exists( 'understrap_widgets_init' ) ) {
register_sidebar(
array(
/* translators: Widget area title */
'name' => __( 'Hero Slider', 'understrap' ),
'id' => 'hero',
'description' => __( 'Hero slider area. Place two or more widgets here and they will slide!', 'understrap' ),
@ -311,6 +314,7 @@ if ( ! function_exists( 'understrap_widgets_init' ) ) {
register_sidebar(
array(
/* translators: Widget area title */
'name' => __( 'Hero Canvas', 'understrap' ),
'id' => 'herocanvas',
'description' => __( 'Full size canvas hero area for Bootstrap and other custom HTML markup', 'understrap' ),
@ -323,6 +327,7 @@ if ( ! function_exists( 'understrap_widgets_init' ) ) {
register_sidebar(
array(
/* translators: Widget area title */
'name' => __( 'Top Full', 'understrap' ),
'id' => 'statichero',
'description' => __( 'Full top widget with dynamic grid', 'understrap' ),
@ -335,6 +340,7 @@ if ( ! function_exists( 'understrap_widgets_init' ) ) {
register_sidebar(
array(
/* translators: Widget area title */
'name' => __( 'Footer Full', 'understrap' ),
'id' => 'footerfull',
'description' => __( 'Full sized footer widget with dynamic grid', 'understrap' ),

View File

@ -81,11 +81,33 @@ if ( ! function_exists( 'understrap_wc_form_field_args' ) ) {
*
* @see https://woocommerce.github.io/code-reference/namespaces/default.html#function_woocommerce_form_field
*
* @param array<string,mixed> $args Form field arguments.
* @param array $args Form field arguments.
* @param string $key Value of the fields name attribute.
* @param string|null $value Value of <select> option.
* @return array Filtered form field arguments.
*
* @return array<string,mixed> Form field arguments.
* @phpstan-template T of array{
* 'type': string,
* 'label': string,
* 'description': string,
* 'placeholder': string,
* 'maxlength': false|int,
* 'required': bool,
* 'autocomplete': false|string,
* 'id': string,
* 'class': list<string>,
* 'label_class': list<string>,
* 'input_class': list<string>,
* 'return': bool,
* 'options': array<string,string>,
* 'custom_attributes': array<string,int|string>,
* 'validate': list<string>,
* 'default': string,
* 'autofocus': ?(string|bool),
* 'priority': ?string,
* }
* @phpstan-param T $args
* @phpstan-return T | array{'class': non-empty-list<string>}
*/
function understrap_wc_form_field_args( $args, $key, $value ) {
$bootstrap4 = 'bootstrap4' === get_theme_mod( 'understrap_bootstrap_version', 'bootstrap4' );
@ -101,23 +123,25 @@ if ( ! function_exists( 'understrap_wc_form_field_args' ) ) {
case 'country':
/*
* WooCommerce will populate a <select> element of type 'country'
* with the country names. $args defined for this specific input
* type targets only the country <select> element.
* with the country names.
*/
// Add class to the form field's html element wrapper.
$args['class'][] = 'single-country';
break;
case 'state':
/*
* WooCommerce will populate a <select> element of type 'state'
* with the state names. $args defined for this specific input
* type targets only the state <select> element.
* with the state names.
*/
// Add custom data attributes to the form input itself.
$args['custom_attributes']['data-plugin'] = 'select2';
$args['custom_attributes']['data-allow-clear'] = 'true';
$args['custom_attributes']['aria-hidden'] = 'true';
// If state is text input.
$args['input_class'][] = 'form-control';
break;
case 'checkbox':
/*
@ -129,7 +153,7 @@ if ( ! function_exists( 'understrap_wc_form_field_args' ) ) {
// Get Bootstrap version specific CSS class base.
$base = $bootstrap4 ? 'custom-control' : 'form-check';
if ( isset( $args['label'] ) ) {
if ( '' !== $args['label'] || $bootstrap4 ) {
// Wrap the label in <span> tag.
$args['label'] = "<span class=\"{$base}-label\">{$args['label']}</span>";
}
@ -144,10 +168,7 @@ if ( ! function_exists( 'understrap_wc_form_field_args' ) ) {
$args['input_class'][] = $base . '-input';
break;
case 'select':
/*
* Targets all <select> elements, except the <select> elements
* of type country or of type state.
*/
// Targets all <select> elements, except the country and state <select>.
// Add a class to the form input itself.
$args['input_class'][] = $bootstrap4 ? 'form-control' : 'form-select';
@ -165,7 +186,6 @@ if ( ! function_exists( 'understrap_wc_form_field_args' ) ) {
break;
default:
$args['input_class'][] = 'form-control';
break;
} // End of switch ( $args ).
return $args;
}
@ -188,10 +208,31 @@ if ( ! function_exists( 'understrap_wc_form_field_radio' ) ) {
* @param string $key The wrapper element's id attribute value.
* @param array<string|mixed> $args An array of field arguments.
* @param string|null $value The field's value.
* @return string
* @return string The field's filtered HTML.
*
* @phpstan-template T of array{
* 'type': string,
* 'label': string,
* 'description': string,
* 'placeholder': string,
* 'maxlength': false|int,
* 'required': bool,
* 'autocomplete': false|string,
* 'id': string,
* 'class': list<string>,
* 'label_class': list<string>,
* 'input_class': list<string>,
* 'return': bool,
* 'options': array<string,string>,
* 'custom_attributes': array<string,int|string>,
* 'validate': list<string>,
* 'default': string,
* 'autofocus': ?(string|bool),
* 'priority': ?string,
* }
* @phpstan-param T $args
*/
function understrap_wc_form_field_radio( $field, $key, $args, $value ) {
// Set up Bootstrap version specific variables.
if ( 'bootstrap4' === get_theme_mod( 'understrap_bootstrap_version', 'bootstrap4' ) ) {
$wrapper_classes = 'custom-control custom-radio';
@ -202,7 +243,7 @@ if ( ! function_exists( 'understrap_wc_form_field_radio' ) ) {
}
// Remove the first occurrence of the label class if necessary.
if ( isset( $args['label'] ) && isset( $args['label_class'] ) ) {
if ( '' !== $args['label'] && ! empty( $args['label_class'] ) ) {
$strpos = strpos( $field, $label_class );
if ( false !== $strpos ) {
$field = substr_replace( $field, '', $strpos, strlen( $label_class ) );
@ -218,7 +259,7 @@ if ( ! function_exists( 'understrap_wc_form_field_radio' ) ) {
// Wrap each radio in a <span.from-check>.
$field = str_replace( '<input', "<span class=\"{$wrapper_classes}\"><input", $field );
$field = str_replace( '</label>', '</label></span>', $field );
if ( isset( $args['label'] ) ) {
if ( '' !== $args['label'] ) {
// Remove the closing span tag from the first <label> element.
$strpos = strpos( $field, '</label>' ) + strlen( '</label>' );
$field = substr_replace( $field, '', $strpos, strlen( '</span>' ) );
@ -256,8 +297,8 @@ if ( ! function_exists( 'understrap_quantity_input_classes' ) ) {
/**
* Add Bootstrap class to quantity input field.
*
* @param array $classes Array of quantity input classes.
* @return array
* @param array<int,string> $classes Array of quantity input classes.
* @return array<int,string>
*/
function understrap_quantity_input_classes( $classes ) {
$classes[] = 'form-control';

View File

@ -1,5 +1,5 @@
/*!
* Understrap v1.2.3 (https://understrap.com)
* Understrap v1.2.4 (https://understrap.com)
* Copyright 2013-2024 The Understrap Authors (https://github.com/understrap/understrap/graphs/contributors)
* Licensed under GPL-3.0 (https://www.gnu.org/licenses/gpl-3.0.html)
*/
@ -9,13 +9,27 @@
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.understrap = {}, global.jQuery));
})(this, (function (exports, $) { 'use strict';
function _toPrimitive(t, r) {
if ("object" != typeof t || !t) return t;
var e = t[Symbol.toPrimitive];
if (void 0 !== e) {
var i = e.call(t, r || "default");
if ("object" != typeof i) return i;
throw new TypeError("@@toPrimitive must return a primitive value.");
}
return ("string" === r ? String : Number)(t);
}
function _toPropertyKey(t) {
var i = _toPrimitive(t, "string");
return "symbol" == typeof i ? i : i + "";
}
function _defineProperties(target, props) {
for (var i = 0; i < props.length; i++) {
var descriptor = props[i];
descriptor.enumerable = descriptor.enumerable || false;
descriptor.configurable = true;
if ("value" in descriptor) descriptor.writable = true;
Object.defineProperty(target, descriptor.key, descriptor);
Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor);
}
}
function _createClass(Constructor, protoProps, staticProps) {
@ -60,6 +74,7 @@
* --------------------------------------------------------------------------
*/
/**
* Private TransitionEnd Helpers
*/
@ -83,7 +98,6 @@
if ($(event.target).is(this)) {
return event.handleObj.handler.apply(this, arguments); // eslint-disable-line prefer-rest-params
}
return undefined;
}
};
@ -316,13 +330,12 @@
alertInstance.close(this);
};
};
_createClass(Alert, null, [{
return _createClass(Alert, null, [{
key: "VERSION",
get: function get() {
return VERSION$a;
}
}]);
return Alert;
}();
/**
* Data API implementation
@ -436,13 +449,12 @@
}
});
};
_createClass(Button, null, [{
return _createClass(Button, null, [{
key: "VERSION",
get: function get() {
return VERSION$9;
}
}]);
return Button;
}();
/**
* Data API implementation
@ -962,7 +974,7 @@
}
event.preventDefault();
};
_createClass(Carousel, null, [{
return _createClass(Carousel, null, [{
key: "VERSION",
get: function get() {
return VERSION$8;
@ -973,7 +985,6 @@
return Default$7;
}
}]);
return Carousel;
}();
/**
* Data API implementation
@ -1237,7 +1248,7 @@
}
});
};
_createClass(Collapse, null, [{
return _createClass(Collapse, null, [{
key: "VERSION",
get: function get() {
return VERSION$7;
@ -1248,7 +1259,6 @@
return Default$6;
}
}]);
return Collapse;
}();
/**
* Data API implementation
@ -3709,7 +3719,6 @@
* @memberof Popper
*/
}]);
return Popper;
}();
@ -3736,7 +3745,6 @@
Popper.Utils = (typeof window !== 'undefined' ? window : global).PopperUtils;
Popper.placements = placements;
Popper.Defaults = Defaults;
var Popper$1 = Popper;
/**
* Constants
@ -3845,7 +3853,7 @@
// Totally disable Popper for Dropdowns in Navbar
if (!this._inNavbar && usePopper) {
// Check for Popper dependency
if (typeof Popper$1 === 'undefined') {
if (typeof Popper === 'undefined') {
throw new TypeError('Bootstrap\'s dropdowns require Popper (https://popper.js.org)');
}
var referenceElement = this._element;
@ -3866,7 +3874,7 @@
if (this._config.boundary !== 'scrollParent') {
$(parent).addClass(CLASS_NAME_POSITION_STATIC);
}
this._popper = new Popper$1(referenceElement, this._menu, this._getPopperConfig());
this._popper = new Popper(referenceElement, this._menu, this._getPopperConfig());
}
// If this is a touch-enabled device we add extra
@ -4116,7 +4124,7 @@
}
items[index].focus();
};
_createClass(Dropdown, null, [{
return _createClass(Dropdown, null, [{
key: "VERSION",
get: function get() {
return VERSION$6;
@ -4132,7 +4140,6 @@
return DefaultType$5;
}
}]);
return Dropdown;
}();
/**
* Data API implementation
@ -4609,7 +4616,7 @@
}
});
};
_createClass(Modal, null, [{
return _createClass(Modal, null, [{
key: "VERSION",
get: function get() {
return VERSION$5;
@ -4620,7 +4627,6 @@
return Default$4;
}
}]);
return Modal;
}();
/**
* Data API implementation
@ -4748,12 +4754,12 @@
var createdDocument = domParser.parseFromString(unsafeHtml, 'text/html');
var whitelistKeys = Object.keys(whiteList);
var elements = [].slice.call(createdDocument.body.querySelectorAll('*'));
var _loop = function _loop(i, len) {
var _loop = function _loop() {
var el = elements[i];
var elName = el.nodeName.toLowerCase();
if (whitelistKeys.indexOf(el.nodeName.toLowerCase()) === -1) {
el.parentNode.removeChild(el);
return "continue";
return 1; // continue
}
var attributeList = [].slice.call(el.attributes);
// eslint-disable-next-line unicorn/prefer-spread
@ -4765,8 +4771,7 @@
});
};
for (var i = 0, len = elements.length; i < len; i++) {
var _ret = _loop(i);
if (_ret === "continue") continue;
if (_loop()) continue;
}
return createdDocument.body.innerHTML;
}
@ -4856,7 +4861,7 @@
*/
var Tooltip = /*#__PURE__*/function () {
function Tooltip(element, config) {
if (typeof Popper$1 === 'undefined') {
if (typeof Popper === 'undefined') {
throw new TypeError('Bootstrap\'s tooltips require Popper (https://popper.js.org)');
}
@ -4961,7 +4966,7 @@
$(tip).appendTo(container);
}
$(this.element).trigger(this.constructor.Event.INSERTED);
this._popper = new Popper$1(this.element, tip, this._getPopperConfig(attachment));
this._popper = new Popper(this.element, tip, this._getPopperConfig(attachment));
$(tip).addClass(CLASS_NAME_SHOW$3);
$(tip).addClass(this.config.customClass);
@ -5320,7 +5325,7 @@
}
});
};
_createClass(Tooltip, null, [{
return _createClass(Tooltip, null, [{
key: "VERSION",
get: function get() {
return VERSION$4;
@ -5356,7 +5361,6 @@
return DefaultType$3;
}
}]);
return Tooltip;
}();
/**
* jQuery
@ -5409,10 +5413,10 @@
* Class definition
*/
var Popover = /*#__PURE__*/function (_Tooltip) {
_inheritsLoose(Popover, _Tooltip);
function Popover() {
return _Tooltip.apply(this, arguments) || this;
}
_inheritsLoose(Popover, _Tooltip);
var _proto = Popover.prototype;
// Overrides
_proto.isWithContent = function isWithContent() {
@ -5472,7 +5476,7 @@
}
});
};
_createClass(Popover, null, [{
return _createClass(Popover, null, [{
key: "VERSION",
get:
// Getters
@ -5510,7 +5514,6 @@
return DefaultType$2;
}
}]);
return Popover;
}(Tooltip);
/**
* jQuery
@ -5724,7 +5727,7 @@
}
});
};
_createClass(ScrollSpy, null, [{
return _createClass(ScrollSpy, null, [{
key: "VERSION",
get: function get() {
return VERSION$2;
@ -5735,7 +5738,6 @@
return Default$1;
}
}]);
return ScrollSpy;
}();
/**
* Data API implementation
@ -5922,13 +5924,12 @@
}
});
};
_createClass(Tab, null, [{
return _createClass(Tab, null, [{
key: "VERSION",
get: function get() {
return VERSION$1;
}
}]);
return Tab;
}();
/**
* Data API implementation
@ -6097,7 +6098,7 @@
}
});
};
_createClass(Toast, null, [{
return _createClass(Toast, null, [{
key: "VERSION",
get: function get() {
return VERSION;
@ -6113,7 +6114,6 @@
return Default;
}
}]);
return Toast;
}();
/**
* jQuery

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
/*!
* Understrap v1.2.3 (https://understrap.com)
* Understrap v1.2.4 (https://understrap.com)
* Copyright 2013-2024 The Understrap Authors (https://github.com/understrap/understrap/graphs/contributors)
* Licensed under GPL-3.0 (https://www.gnu.org/licenses/gpl-3.0.html)
*/
@ -11,7 +11,7 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): util/index.js
* Bootstrap (v5.2.3): util/index.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
@ -181,7 +181,6 @@
const reflow = element => {
element.offsetHeight; // eslint-disable-line no-unused-expressions
};
const getjQuery = () => {
if (window.jQuery && !document.body.hasAttribute('data-bs-no-jquery')) {
return window.jQuery;
@ -279,11 +278,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): dom/event-handler.js
* Bootstrap (v5.2.3): dom/event-handler.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -503,7 +503,7 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): dom/data.js
* Bootstrap (v5.2.3): dom/data.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
@ -551,7 +551,7 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): dom/manipulator.js
* Bootstrap (v5.2.3): dom/manipulator.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
@ -608,11 +608,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): util/config.js
* Bootstrap (v5.2.3): util/config.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Class definition
*/
@ -661,16 +662,17 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): base-component.js
* Bootstrap (v5.2.3): base-component.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
const VERSION = '5.2.2';
const VERSION = '5.2.3';
/**
* Class definition
@ -729,10 +731,11 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): util/component-functions.js
* Bootstrap (v5.2.3): util/component-functions.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
const enableDismissTrigger = (component, method = 'hide') => {
const clickEvent = `click.dismiss${component.EVENT_KEY}`;
const name = component.NAME;
@ -753,11 +756,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): alert.js
* Bootstrap (v5.2.3): alert.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -827,11 +831,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): button.js
* Bootstrap (v5.2.3): button.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -890,11 +895,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): dom/selector-engine.js
* Bootstrap (v5.2.3): dom/selector-engine.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -947,11 +953,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): util/swipe.js
* Bootstrap (v5.2.3): util/swipe.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -1066,11 +1073,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): carousel.js
* Bootstrap (v5.2.3): carousel.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -1438,11 +1446,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): collapse.js
* Bootstrap (v5.2.3): collapse.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -1821,7 +1830,7 @@
function getUAString() {
var uaData = navigator.userAgentData;
if (uaData != null && uaData.brands) {
if (uaData != null && uaData.brands && Array.isArray(uaData.brands)) {
return uaData.brands.map(function (item) {
return item.brand + "/" + item.version;
}).join(' ');
@ -2108,10 +2117,9 @@
// Zooming can change the DPR, but it seems to report a value that will
// cleanly divide the values into the appropriate subpixels.
function roundOffsetsByDPR(_ref) {
function roundOffsetsByDPR(_ref, win) {
var x = _ref.x,
y = _ref.y;
var win = window;
var dpr = win.devicePixelRatio || 1;
return {
x: round(x * dpr) / dpr || 0,
@ -2184,7 +2192,7 @@
var _ref4 = roundOffsets === true ? roundOffsetsByDPR({
x: x,
y: y
}) : {
}, getWindow(popper)) : {
x: x,
y: y
};
@ -3169,7 +3177,7 @@
state.orderedModifiers = orderedModifiers.filter(function (m) {
return m.enabled;
}); // Validate the provided modifiers so that the consumer will get warned
});
runModifierEffects();
return instance.update();
},
@ -3257,11 +3265,11 @@
// one.
function runModifierEffects() {
state.orderedModifiers.forEach(function (_ref3) {
var name = _ref3.name,
_ref3$options = _ref3.options,
options = _ref3$options === void 0 ? {} : _ref3$options,
effect = _ref3.effect;
state.orderedModifiers.forEach(function (_ref) {
var name = _ref.name,
_ref$options = _ref.options,
options = _ref$options === void 0 ? {} : _ref$options,
effect = _ref.effect;
if (typeof effect === 'function') {
var cleanupFn = effect({
state: state,
@ -3297,53 +3305,54 @@
var Popper = /*#__PURE__*/Object.freeze({
__proto__: null,
popperGenerator: popperGenerator,
detectOverflow: detectOverflow,
createPopperBase: createPopper$2,
createPopper: createPopper,
createPopperLite: createPopper$1,
top: top,
bottom: bottom,
right: right,
left: left,
auto: auto,
basePlacements: basePlacements,
start: start,
end: end,
clippingParents: clippingParents,
viewport: viewport,
popper: popper,
reference: reference,
variationPlacements: variationPlacements,
placements: placements,
beforeRead: beforeRead,
read: read,
afterRead: afterRead,
beforeMain: beforeMain,
main: main,
afterMain: afterMain,
beforeWrite: beforeWrite,
write: write,
afterRead: afterRead,
afterWrite: afterWrite,
modifierPhases: modifierPhases,
applyStyles: applyStyles$1,
arrow: arrow$1,
auto: auto,
basePlacements: basePlacements,
beforeMain: beforeMain,
beforeRead: beforeRead,
beforeWrite: beforeWrite,
bottom: bottom,
clippingParents: clippingParents,
computeStyles: computeStyles$1,
createPopper: createPopper,
createPopperBase: createPopper$2,
createPopperLite: createPopper$1,
detectOverflow: detectOverflow,
end: end,
eventListeners: eventListeners,
flip: flip$1,
hide: hide$1,
left: left,
main: main,
modifierPhases: modifierPhases,
offset: offset$1,
placements: placements,
popper: popper,
popperGenerator: popperGenerator,
popperOffsets: popperOffsets$1,
preventOverflow: preventOverflow$1
preventOverflow: preventOverflow$1,
read: read,
reference: reference,
right: right,
start: start,
top: top,
variationPlacements: variationPlacements,
viewport: viewport,
write: write
});
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): dropdown.js
* Bootstrap (v5.2.3): dropdown.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -3706,11 +3715,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): util/scrollBar.js
* Bootstrap (v5.2.3): util/scrollBar.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -3803,11 +3813,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): util/backdrop.js
* Bootstrap (v5.2.3): util/backdrop.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -3824,7 +3835,6 @@
// if false, we use the backdrop helper without adding any element to the dom
rootElement: 'body' // give the choice to place backdrop under different elements
};
const DefaultType$8 = {
className: 'string',
clickCallback: '(function|null)',
@ -3927,11 +3937,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): util/focustrap.js
* Bootstrap (v5.2.3): util/focustrap.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -3948,7 +3959,6 @@
autofocus: true,
trapElement: null // The element to trap focus inside of
};
const DefaultType$7 = {
autofocus: 'boolean',
trapElement: 'element'
@ -4025,11 +4035,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): modal.js
* Bootstrap (v5.2.3): modal.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -4331,11 +4342,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): offcanvas.js
* Bootstrap (v5.2.3): offcanvas.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -4561,7 +4573,7 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): util/sanitizer.js
* Bootstrap (v5.2.3): util/sanitizer.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
@ -4656,11 +4668,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): util/template-factory.js
* Bootstrap (v5.2.3): util/template-factory.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -4791,11 +4804,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): tooltip.js
* Bootstrap (v5.2.3): tooltip.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -4931,9 +4945,6 @@
dispose() {
clearTimeout(this._timeout);
EventHandler.off(this._element.closest(SELECTOR_MODAL), EVENT_MODAL_HIDE, this._hideModalHandler);
if (this.tip) {
this.tip.remove();
}
if (this._element.getAttribute('data-bs-original-title')) {
this._element.setAttribute('title', this._element.getAttribute('data-bs-original-title'));
}
@ -4955,10 +4966,7 @@
}
// todo v6 remove this OR make it optional
if (this.tip) {
this.tip.remove();
this.tip = null;
}
this._disposePopper();
const tip = this._getTipElement();
this._element.setAttribute('aria-describedby', tip.getAttribute('id'));
const {
@ -4968,11 +4976,7 @@
container.append(tip);
EventHandler.trigger(this._element, this.constructor.eventName(EVENT_INSERTED));
}
if (this._popper) {
this._popper.update();
} else {
this._popper = this._createPopper(tip);
}
tip.classList.add(CLASS_NAME_SHOW$2);
// If this is a touch-enabled device we add extra
@ -5021,11 +5025,10 @@
return;
}
if (!this._isHovered) {
tip.remove();
this._disposePopper();
}
this._element.removeAttribute('aria-describedby');
EventHandler.trigger(this._element, this.constructor.eventName(EVENT_HIDDEN$2));
this._disposePopper();
};
this._queueCallback(complete, this.tip, this._isAnimated());
}
@ -5284,6 +5287,10 @@
this._popper.destroy();
this._popper = null;
}
if (this.tip) {
this.tip.remove();
this.tip = null;
}
}
// Static
@ -5309,11 +5316,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): popover.js
* Bootstrap (v5.2.3): popover.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -5389,11 +5397,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): scrollspy.js
* Bootstrap (v5.2.3): scrollspy.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -5648,11 +5657,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): tab.js
* Bootstrap (v5.2.3): tab.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/
@ -5909,11 +5919,12 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.2.2): toast.js
* Bootstrap (v5.2.3): toast.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**
* Constants
*/

File diff suppressed because one or more lines are too long

4
js/theme.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -4,8 +4,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:16+0200\n"
"POT-Creation-Date: 2022-11-05T23:31:56+00:00\n"
"PO-Revision-Date: 2022-11-19 16:47+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: de_DE\n"
@ -34,6 +34,10 @@ msgid ""
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
"custom WordPress sites."
msgstr ""
"Das renommierte WordPress-Einsteiger-Theme-Framework, das Underscores und "
"Bootstrap kombiniert. Mehr als 100.000 Entwicklerinnen und Entwickler "
"vertrauen darauf, um handgefertigte, individuelle WordPress-Websites zu "
"erstellen."
#. Author of the theme
msgid "Howard Development &amp; Consulting"
@ -55,12 +59,12 @@ msgstr ""
#: 404.php:46
msgid "Most Used Categories"
msgstr "Oft verwendete Kategorien"
msgstr "Meistgenutzte Kategorien"
#. translators: %1$s: smiley
#: 404.php:69
msgid "Try looking in the monthly archives. %1$s"
msgstr "Versuchs mit einem Blick in die monatlichen Archive. %1$s"
msgstr "Versuche es mit einem Blick in die monatlichen Archive. %1$s"
#. translators: %s: author name
#: author.php:44
@ -70,7 +74,7 @@ msgstr "Profilbild von %s"
#: author.php:54
msgid "Website"
msgstr "Webseite"
msgstr "Website"
#. translators: %s: author name
#: author.php:65
@ -86,32 +90,32 @@ msgstr "Beiträge von %s"
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr "Ein Gedanke zu &#8222;%2$s&#8220;"
msgstr "Ein Gedanke zu &bdquo;%s&ldquo;"
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Ein Gedanke zu &#8222;%2$s&#8220;"
msgstr[1] "%1$s Gedanken zu &#8222;%2$s&#8220;"
msgstr[0] "%1$s Gedanke zu &bdquo;%2$s&ldquo;"
msgstr[1] "%1$s Gedanken zu &bdquo;%2$s&ldquo;"
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
#: global-templates/navbar-collapse-bootstrap4.php:18
#: global-templates/navbar-collapse-bootstrap5.php:18
#: global-templates/navbar-offcanvas-bootstrap5.php:18
msgid "Main Navigation"
msgstr "Hauptnavigation"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
#: global-templates/navbar-collapse-bootstrap4.php:35
#: global-templates/navbar-collapse-bootstrap5.php:34
msgid "Toggle navigation"
msgstr "Navigation umschalten"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
#: global-templates/navbar-offcanvas-bootstrap5.php:34
msgid "Open menu"
msgstr "Menü öffnen"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
#: global-templates/navbar-offcanvas-bootstrap5.php:46
msgid "Close menu"
msgstr "Menü schließen"
@ -133,19 +137,19 @@ msgstr "Standard-Header-Bild"
#: inc/customizer.php:67
msgid "Theme Layout Settings"
msgstr "Theme Layout Einstellungen"
msgstr "Theme-Layout-Einstellungen"
#: inc/customizer.php:69
msgid "Container width and sidebar defaults"
msgstr "Container-Breite und Seitenleisten-Einstellungen"
msgstr "Container-Breite und Standard-Einstellungen der Seitenleiste"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr "Bootstrap-Version"
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgstr "Zwischen Bootstrap 4 und Bootstrap 5 wählen"
msgid "Choose between Bootstrap 4 and Bootstrap 5"
msgstr "Zwischen Bootstrap 4 und Bootstrap 5 auswählen"
#: inc/customizer.php:94
msgid "Bootstrap 4"
@ -161,7 +165,7 @@ msgstr "Container-Breite"
#: inc/customizer.php:118
msgid "Choose between Bootstrap's container and container-fluid"
msgstr "Wähle zwischen dem Bootstrap container und container-fluid aus"
msgstr "Zwischen Bootstraps container und container-fluid auswählen"
#: inc/customizer.php:122
msgid "Fixed width container"
@ -173,54 +177,61 @@ msgstr "Container mit voller Seitenbreite"
#: inc/customizer.php:145
msgid "Responsive Navigation Type"
msgstr ""
msgstr "Art der responsiven Navigation"
#: inc/customizer.php:146
msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
"Zwischen einer aus- und einklappenden Navigationsleiste und einer Off-Canvas-"
"Navigationsleiste auswählen."
#: inc/customizer.php:153
msgid "Collapse"
msgstr "Einklappen"
#: inc/customizer.php:154
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
msgid "Offcanvas"
msgstr ""
msgstr "Off-Canvas"
#: inc/customizer.php:177
#: inc/customizer.php:176
msgid "Sidebar Positioning"
msgstr "Seitenleisten-Positionierung"
#: inc/customizer.php:178
#: inc/customizer.php:177
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
"Standard-Position der Seitenleiste festlegen. Kann entweder rechts, links, "
"beidseitig oder keine sein. Hinweis: Die Position kann auf den einzelnen "
"Seiten seitenspezifisch geändert werden."
#: inc/customizer.php:186
#: inc/customizer.php:184
msgid "Right sidebar"
msgstr "Rechte Seitenleiste"
#: inc/customizer.php:187
#: inc/customizer.php:185
msgid "Left sidebar"
msgstr "Linke Seitenleiste"
#: inc/customizer.php:188
#: inc/customizer.php:186
msgid "Left & Right sidebars"
msgstr "Linke und rechte Seitenleiste"
msgstr "Linke & rechte Seitenleiste"
#: inc/customizer.php:189
#: inc/customizer.php:187
msgid "No sidebar"
msgstr "Keine Seitenleiste"
#: inc/customizer.php:211
#: inc/customizer.php:209
msgid "Footer Site Info"
msgstr ""
msgstr "Website-Information im Footer"
#: inc/customizer.php:212
#: inc/customizer.php:210
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
"Understraps Website-Information überschreiben, die sich im Footer der Seite "
"befindet."
#: inc/editor.php:50
msgid "Lead Paragraph"
@ -237,13 +248,13 @@ msgstr "Zitat"
#: inc/editor.php:66
msgid "Blockquote Footer"
msgstr ""
msgstr "Zitat-Footer"
#: inc/editor.php:72
msgid "Cite"
msgstr ""
#: inc/extras.php:245
#: inc/extras.php:247
msgid "Read More..."
msgstr "Weiterlesen..."
@ -300,107 +311,116 @@ msgid "Posted by"
msgstr "Veröffentlicht von"
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
#: inc/template-tags.php:102
msgid "Posted in %s"
msgstr "Veröffentlicht in %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
#: inc/template-tags.php:117
msgid "Tagged %s"
msgstr "Verschlagwortet mit %s"
#. translators: %s post title
#: inc/template-tags.php:128
#: inc/template-tags.php:136
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
msgstr "Kommentar hinterlassen<span class=\"screen-reader-text\"> zu %s</span>"
#: inc/template-tags.php:233
#: inc/template-tags.php:243
msgid "Comments navigation"
msgstr "Kommentarnavigation"
msgstr "Kommentar-Navigation"
#: inc/template-tags.php:237
#: inc/template-tags.php:247
msgid "&larr; Older Comments"
msgstr "&larr; Ältere Kommentare"
#: inc/template-tags.php:243
#: inc/template-tags.php:253
msgid "Newer Comments &rarr;"
msgstr "Neuere Kommentare &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
#: inc/template-tags.php:272
msgid "Edit %s"
msgstr "%s bearbeiten"
#: inc/template-tags.php:289
#: inc/template-tags.php:301
msgid "Post navigation"
msgstr "Beitrags-Navigation"
#: inc/template-tags.php:293
#: inc/template-tags.php:305
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:296
#: inc/template-tags.php:308
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:317
#: inc/template-tags.php:331
msgid "Pages:"
msgstr "Seiten:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
#: inc/template-tags.php:371
msgid ", "
msgstr ", "
#: inc/widgets.php:268
#. translators: Widget area title
#: inc/widgets.php:279
msgid "Right Sidebar"
msgstr "Rechte Seitenleiste"
#: inc/widgets.php:270
#: inc/widgets.php:281
msgid "Right sidebar widget area"
msgstr ""
msgstr "Widgetbereich der rechten Seitenleiste"
#: inc/widgets.php:280
#. translators: Widget area title
#: inc/widgets.php:292
msgid "Left Sidebar"
msgstr "Linke Seitenleiste"
#: inc/widgets.php:282
msgid "Left sidebar widget area"
msgstr ""
#: inc/widgets.php:292
msgid "Hero Slider"
msgstr "\"Bühnen\"-Slider"
#: inc/widgets.php:294
msgid "Left sidebar widget area"
msgstr "Widgetbereich der linken Seitenleiste"
#. translators: Widget area title
#: inc/widgets.php:305
msgid "Hero Slider"
msgstr "Hero-Slider"
#: inc/widgets.php:307
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
"Hero-Slider-Bereich. Zwei oder mehr Widgets hier platzieren und sie werden "
"durchlaufen!"
#: inc/widgets.php:304
#. translators: Widget area title
#: inc/widgets.php:318
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
#: inc/widgets.php:320
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
"Hero-Bereich in voller Breite für Bootstrap- oder individuelles HTML-Markup"
#: inc/widgets.php:316
#. translators: Widget area title
#: inc/widgets.php:331
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
#: inc/widgets.php:333
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
#. translators: Widget area title
#: inc/widgets.php:344
msgid "Footer Full"
msgstr "Fußbereich"
#: inc/widgets.php:330
#: inc/widgets.php:346
msgid "Full sized footer widget with dynamic grid"
msgstr ""
msgstr "Footer-Widgetbereich in voller Breite mit dynamischem Grid"
#: loop-templates/content-none.php:18
msgid "Nothing Found"
@ -420,15 +440,15 @@ msgid ""
"different keywords."
msgstr ""
"Leider gibt es keine Übereinstimmung mit deinen Suchbegriffen. Bitte "
"versuche es nochmal mit einigen anderen Begriffen."
"versuche es nochmal mit anderen Begriffen."
#: loop-templates/content-none.php:46
msgid ""
"It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
"searching can help."
msgstr ""
"Es sieht so aus, als ob wir nicht das finden konnten, wonach du gesucht "
"hast. Möglicherweise hilft eine Suche."
"Es sieht so aus, als ob wir nicht finden konnten, wonach du gesucht hast. "
"Möglicherweise hilft eine Suche."
#. Template Name of the theme
msgid "Blank Page Template"
@ -436,7 +456,7 @@ msgstr "Komplett leere Seiten-Vorlage"
#. Template Name of the theme
msgid "Left and Right Sidebar Layout"
msgstr "Linke und rechte Seitenspalte"
msgstr "Linke und rechte Seitenleiste"
#. Template Name of the theme
msgid "Empty Page Template"
@ -452,7 +472,7 @@ msgstr "Layout mit linker Seitenleiste"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
msgstr "Kein Titel, Seite mit voller Breite"
#. Template Name of the theme
msgid "Right Sidebar Layout"
@ -471,7 +491,7 @@ msgstr "Suche nach:"
#: searchform.php:23
msgctxt "placeholder"
msgid "Search &hellip;"
msgstr "Suche&#160;&hellip;"
msgstr "Suche &hellip;"
#: searchform.php:25 searchform.php:28
msgctxt "submit button"

Binary file not shown.

View File

@ -1,11 +1,11 @@
# Translation of Understrap in German
# Translation of Understrap in German (formal)
# This file is distributed under the same license as the Understrap package.
msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:17+0200\n"
"POT-Creation-Date: 2022-11-05T23:31:56+00:00\n"
"PO-Revision-Date: 2022-11-19 16:47+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: de_DE\n"
@ -34,6 +34,10 @@ msgid ""
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
"custom WordPress sites."
msgstr ""
"Das renommierte WordPress-Einsteiger-Theme-Framework, das Underscores und "
"Bootstrap kombiniert. Mehr als 100.000 Entwicklerinnen und Entwickler "
"vertrauen darauf, um handgefertigte, individuelle WordPress-Websites zu "
"erstellen."
#. Author of the theme
msgid "Howard Development &amp; Consulting"
@ -55,7 +59,7 @@ msgstr ""
#: 404.php:46
msgid "Most Used Categories"
msgstr "Oft verwendete Kategorien"
msgstr "Meistgenutzte Kategorien"
#. translators: %1$s: smiley
#: 404.php:69
@ -70,7 +74,7 @@ msgstr "Profilbild von %s"
#: author.php:54
msgid "Website"
msgstr "Webseite"
msgstr "Website"
#. translators: %s: author name
#: author.php:65
@ -86,32 +90,32 @@ msgstr "Beiträge von %s"
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr "Ein Gedanke zu &#8222;%s&#8220;"
msgstr "Ein Gedanke zu &bdquo;%s&ldquo;"
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Ein Gedanke zu &#8222;%2$s&#8220;"
msgstr[1] "%1$s Gedanken zu &#8222;%2$s&#8220;"
msgstr[0] "%1$s Gedanke zu &bdquo;%2$s&ldquo;"
msgstr[1] "%1$s Gedanken zu &bdquo;%2$s&ldquo;"
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
#: global-templates/navbar-collapse-bootstrap4.php:18
#: global-templates/navbar-collapse-bootstrap5.php:18
#: global-templates/navbar-offcanvas-bootstrap5.php:18
msgid "Main Navigation"
msgstr "Hauptnavigation"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
#: global-templates/navbar-collapse-bootstrap4.php:35
#: global-templates/navbar-collapse-bootstrap5.php:34
msgid "Toggle navigation"
msgstr "Navigation umschalten"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
#: global-templates/navbar-offcanvas-bootstrap5.php:34
msgid "Open menu"
msgstr "Menü öffnen"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
#: global-templates/navbar-offcanvas-bootstrap5.php:46
msgid "Close menu"
msgstr "Menü schließen"
@ -133,19 +137,19 @@ msgstr "Standard-Header-Bild"
#: inc/customizer.php:67
msgid "Theme Layout Settings"
msgstr "Theme Layout Einstellungen"
msgstr "Theme-Layout-Einstellungen"
#: inc/customizer.php:69
msgid "Container width and sidebar defaults"
msgstr "Container-Breite und Seitenleisten-Einstellungen"
msgstr "Container-Breite und Standard-Einstellungen der Seitenleiste"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr "Bootstrap-Version"
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgstr "Zwischen Bootstrap 4 und Bootstrap 5 wählen"
msgid "Choose between Bootstrap 4 and Bootstrap 5"
msgstr "Zwischen Bootstrap 4 und Bootstrap 5 auswählen"
#: inc/customizer.php:94
msgid "Bootstrap 4"
@ -161,7 +165,7 @@ msgstr "Container-Breite"
#: inc/customizer.php:118
msgid "Choose between Bootstrap's container and container-fluid"
msgstr "Wählen Sie zwischen dem Bootstrap container und container-fluid aus"
msgstr "Zwischen Bootstraps container und container-fluid auswählen"
#: inc/customizer.php:122
msgid "Fixed width container"
@ -173,54 +177,61 @@ msgstr "Container mit voller Seitenbreite"
#: inc/customizer.php:145
msgid "Responsive Navigation Type"
msgstr ""
msgstr "Art der responsiven Navigation"
#: inc/customizer.php:146
msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
"Zwischen einer aus- und einklappenden Navigationsleiste und einer Off-Canvas-"
"Navigationsleiste auswählen."
#: inc/customizer.php:153
msgid "Collapse"
msgstr "Einklappen"
#: inc/customizer.php:154
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
msgid "Offcanvas"
msgstr ""
msgstr "Off-Canvas"
#: inc/customizer.php:177
#: inc/customizer.php:176
msgid "Sidebar Positioning"
msgstr "Seitenleisten-Positionierung"
#: inc/customizer.php:178
#: inc/customizer.php:177
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
"Standard-Position der Seitenleiste festlegen. Kann entweder rechts, links, "
"beidseitig oder keine sein. Hinweis: Die Position kann auf den einzelnen "
"Seiten seitenspezifisch geändert werden."
#: inc/customizer.php:186
#: inc/customizer.php:184
msgid "Right sidebar"
msgstr "Rechte Seitenleiste"
#: inc/customizer.php:187
#: inc/customizer.php:185
msgid "Left sidebar"
msgstr "Linke Seitenleiste"
#: inc/customizer.php:188
#: inc/customizer.php:186
msgid "Left & Right sidebars"
msgstr "Linke und rechte Seitenleiste"
msgstr "Linke & rechte Seitenleiste"
#: inc/customizer.php:189
#: inc/customizer.php:187
msgid "No sidebar"
msgstr "Keine Seitenleiste"
#: inc/customizer.php:211
#: inc/customizer.php:209
msgid "Footer Site Info"
msgstr ""
msgstr "Website-Information im Footer"
#: inc/customizer.php:212
#: inc/customizer.php:210
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
"Understraps Website-Information überschreiben, die sich im Footer der Seite "
"befindet."
#: inc/editor.php:50
msgid "Lead Paragraph"
@ -237,13 +248,13 @@ msgstr "Zitat"
#: inc/editor.php:66
msgid "Blockquote Footer"
msgstr ""
msgstr "Zitat-Footer"
#: inc/editor.php:72
msgid "Cite"
msgstr ""
#: inc/extras.php:245
#: inc/extras.php:247
msgid "Read More..."
msgstr "Weiterlesen..."
@ -300,107 +311,116 @@ msgid "Posted by"
msgstr "Veröffentlicht von"
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
#: inc/template-tags.php:102
msgid "Posted in %s"
msgstr "Veröffentlicht in %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
#: inc/template-tags.php:117
msgid "Tagged %s"
msgstr "Verschlagwortet mit %s"
#. translators: %s post title
#: inc/template-tags.php:128
#: inc/template-tags.php:136
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
msgstr "Kommentar hinterlassen<span class=\"screen-reader-text\"> zu %s</span>"
#: inc/template-tags.php:233
#: inc/template-tags.php:243
msgid "Comments navigation"
msgstr "Kommentarnavigation"
msgstr "Kommentar-Navigation"
#: inc/template-tags.php:237
#: inc/template-tags.php:247
msgid "&larr; Older Comments"
msgstr "&larr; Ältere Kommentare"
#: inc/template-tags.php:243
#: inc/template-tags.php:253
msgid "Newer Comments &rarr;"
msgstr "Neuere Kommentare &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
#: inc/template-tags.php:272
msgid "Edit %s"
msgstr "%s bearbeiten"
#: inc/template-tags.php:289
#: inc/template-tags.php:301
msgid "Post navigation"
msgstr "Beitrags-Navigation"
#: inc/template-tags.php:293
#: inc/template-tags.php:305
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:296
#: inc/template-tags.php:308
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:317
#: inc/template-tags.php:331
msgid "Pages:"
msgstr "Seiten:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
#: inc/template-tags.php:371
msgid ", "
msgstr ", "
#: inc/widgets.php:268
#. translators: Widget area title
#: inc/widgets.php:279
msgid "Right Sidebar"
msgstr "Rechte Seitenleiste"
#: inc/widgets.php:270
#: inc/widgets.php:281
msgid "Right sidebar widget area"
msgstr ""
msgstr "Widgetbereich der rechten Seitenleiste"
#: inc/widgets.php:280
#. translators: Widget area title
#: inc/widgets.php:292
msgid "Left Sidebar"
msgstr "Linke Seitenleiste"
#: inc/widgets.php:282
msgid "Left sidebar widget area"
msgstr ""
#: inc/widgets.php:292
msgid "Hero Slider"
msgstr "\"Bühnen\"-Slider"
#: inc/widgets.php:294
msgid "Left sidebar widget area"
msgstr "Widgetbereich der linken Seitenleiste"
#. translators: Widget area title
#: inc/widgets.php:305
msgid "Hero Slider"
msgstr "Hero-Slider"
#: inc/widgets.php:307
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
"Hero-Slider-Bereich. Zwei oder mehr Widgets hier platzieren und sie werden "
"durchlaufen!"
#: inc/widgets.php:304
#. translators: Widget area title
#: inc/widgets.php:318
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
#: inc/widgets.php:320
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
"Hero-Bereich in voller Breite für Bootstrap- oder individuelles HTML-Markup"
#: inc/widgets.php:316
#. translators: Widget area title
#: inc/widgets.php:331
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
#: inc/widgets.php:333
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
#. translators: Widget area title
#: inc/widgets.php:344
msgid "Footer Full"
msgstr "Fußbereich"
#: inc/widgets.php:330
#: inc/widgets.php:346
msgid "Full sized footer widget with dynamic grid"
msgstr ""
msgstr "Footer-Widgetbereich in voller Breite mit dynamischem Grid"
#: loop-templates/content-none.php:18
msgid "Nothing Found"
@ -420,15 +440,15 @@ msgid ""
"different keywords."
msgstr ""
"Leider gibt es keine Übereinstimmung mit Ihren Suchbegriffen. Bitte "
"versuchen Sie es nochmal mit einigen anderen Begriffen."
"versuchen Sie es nochmal mit anderen Begriffen."
#: loop-templates/content-none.php:46
msgid ""
"It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
"searching can help."
msgstr ""
"Es sieht so aus, als ob wir nicht das finden konnten, wonach Sie gesucht "
"haben. Möglicherweise hilft eine Suche."
"Es sieht so aus, als ob wir nicht finden konnten, wonach Sie gesucht haben. "
"Möglicherweise hilft eine Suche."
#. Template Name of the theme
msgid "Blank Page Template"
@ -436,7 +456,7 @@ msgstr "Komplett leere Seiten-Vorlage"
#. Template Name of the theme
msgid "Left and Right Sidebar Layout"
msgstr "Linke und rechte Seitenspalte"
msgstr "Linke und rechte Seitenleiste"
#. Template Name of the theme
msgid "Empty Page Template"
@ -452,7 +472,7 @@ msgstr "Layout mit linker Seitenleiste"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
msgstr "Kein Titel, Seite mit voller Breite"
#. Template Name of the theme
msgid "Right Sidebar Layout"
@ -471,7 +491,7 @@ msgstr "Suche nach:"
#: searchform.php:23
msgctxt "placeholder"
msgid "Search &hellip;"
msgstr "Suche&#160;&hellip;"
msgstr "Suche &hellip;"
#: searchform.php:25 searchform.php:28
msgctxt "submit button"

Binary file not shown.

View File

@ -1,487 +0,0 @@
# Translation of Understrap in Greek
# This file is distributed under the same license as the Understrap package.
msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:18+0200\n"
"Last-Translator: \n"
"Language-Team: stef.kariotidis@gmail.com\n"
"Language: el_GR\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 3.2\n"
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
"translate_nooped_plural\n"
#. Theme Name of the theme
msgid "Understrap"
msgstr "Understrap"
#. Theme URI of the theme
#: inc/hooks.php:40
msgid "https://understrap.com"
msgstr "https://understrap.com"
#. Description of the theme
msgid ""
"The renowned WordPress starter theme framework that combined Underscores and "
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
"custom WordPress sites."
msgstr ""
#. Author of the theme
msgid "Howard Development &amp; Consulting"
msgstr "Howard Development &amp; Consulting"
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr "https://howarddc.com"
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
msgstr "Ωπα! Αυτή η σελίδα δε βρέθηκε."
#: 404.php:36
msgid "It looks like nothing was found at this location. Maybe try a search?"
msgstr ""
"Φαίνεται ότι δε βρέθηκε τίποτα σε αυτή την τοποθεσία. Μήπως να δοκιμάζατε "
"μια αναζήτηση;"
#: 404.php:46
msgid "Most Used Categories"
msgstr "Οι Πιο Χρησιμοποιημένες Κατηγορίες"
#. translators: %1$s: smiley
#: 404.php:69
msgid "Try looking in the monthly archives. %1$s"
msgstr "Δοκιμάστε να αναζητήσετε στα μηνιαία αρχεία. %1$s"
#. translators: %s: author name
#: author.php:44
msgctxt "Avatar alt"
msgid "Profile picture of %s"
msgstr "Εικόνα προφίλ του %s"
#: author.php:54
msgid "Website"
msgstr "Ιστότοπος"
#. translators: %s: author name
#: author.php:65
msgid "About %s"
msgstr "Σχετικά με %s"
#. translators: %s: author name
#: author.php:79
msgid "Posts by %s"
msgstr "Άρθρα του/της %s"
#. translators: %s: post title
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr "Μια σκέψη στο &ldquo;%s&rdquo;"
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "%1$s σκέψη σχετικά μέ το &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s σκέψεις σχετικά με το &ldquo;%2$s&rdquo;"
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
msgid "Main Navigation"
msgstr "Κύριο μενού πλοήγησης"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
msgid "Toggle navigation"
msgstr "Εναλλαγή πλοήγησης"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
msgid "Open menu"
msgstr "Άνοιγμα μενού"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
msgid "Close menu"
msgstr "Κλείσιμο Μενού"
#: header.php:32
msgid "Skip to content"
msgstr "Μετάβαση στο περιεχόμενο"
#: inc/class-wp-bootstrap-navwalker.php:377
msgid "Add a menu"
msgstr "Προσθήκη μενού"
#: inc/custom-comments.php:106
msgid "Comments are closed."
msgstr "Τα σχόλια είναι απενεργοποιημένα."
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr ""
#: inc/customizer.php:67
msgid "Theme Layout Settings"
msgstr "Ρυθμίσεις Διάταξης Θέματος"
#: inc/customizer.php:69
msgid "Container width and sidebar defaults"
msgstr "Πλάτος Διάταξης και Προεπιλογές Εργαλειοθήκης"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr "Έκδοση Bootstrap"
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgstr ""
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr "Bootstrap 4"
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr "Bootstrap 5"
#: inc/customizer.php:117
msgid "Container Width"
msgstr "Πλάτος Διάταξης"
#: inc/customizer.php:118
msgid "Choose between Bootstrap's container and container-fluid"
msgstr "Επιλογή μεταξύ πλήρους ή μη πλάτους"
#: inc/customizer.php:122
msgid "Fixed width container"
msgstr "Περιορισμένου πλάτους διάταξη"
#: inc/customizer.php:123
msgid "Full width container"
msgstr "Πλήρους πλάτους διάταξη"
#: inc/customizer.php:145
msgid "Responsive Navigation Type"
msgstr ""
#: inc/customizer.php:146
msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
msgid "Sidebar Positioning"
msgstr "Τοποθέτηση Εργαλειοθήκης"
#: inc/customizer.php:178
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
#: inc/customizer.php:186
msgid "Right sidebar"
msgstr "Εργαλειοθήκη δεξιά"
#: inc/customizer.php:187
msgid "Left sidebar"
msgstr "Εργαλειοθήκη αριστερά"
#: inc/customizer.php:188
msgid "Left & Right sidebars"
msgstr "Εργαλειοθήκες αριστερά & δεξιά"
#: inc/customizer.php:189
msgid "No sidebar"
msgstr "Χωρίς εργαλειοθήκη"
#: inc/customizer.php:211
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
#: inc/editor.php:50
msgid "Lead Paragraph"
msgstr ""
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr "Μικρό"
#: inc/editor.php:60
msgid "Blockquote"
msgstr "Παράθεμα"
#: inc/editor.php:66
msgid "Blockquote Footer"
msgstr ""
#: inc/editor.php:72
msgid "Cite"
msgstr ""
#: inc/extras.php:245
msgid "Read More..."
msgstr "Διαβάστε Περισσότερα..."
#: inc/hooks.php:30
msgid "https://wordpress.org/"
msgstr "https://wordpress.org"
#. translators: WordPress
#: inc/hooks.php:33
msgid "Proudly powered by %s"
msgstr "Με τη στήριξη από %s"
#. translators: 1: Theme name, 2: Theme author
#: inc/hooks.php:38
msgid "Theme: %1$s by %2$s."
msgstr "Θέμα %1$s από %2$s."
#. translators: Theme version
#: inc/hooks.php:44
msgid "Version: %s"
msgstr "Έκδοση: %s"
#: inc/pagination.php:53
msgctxt "previous set of posts"
msgid "&laquo;"
msgstr "&laquo;"
#: inc/pagination.php:54
msgctxt "next set of posts"
msgid "&raquo;"
msgstr "&raquo;"
#: inc/pagination.php:56
msgid "Posts navigation"
msgstr "Πλοήγηση άρθρων"
#: inc/setup.php:49
msgid "Primary Menu"
msgstr "Κύριο Μενού"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr ""
#: inc/template-tags.php:55
msgctxt "post author"
msgid "by"
msgstr ""
#: inc/template-tags.php:55
msgctxt "post author"
msgid "Posted by"
msgstr ""
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
msgid "Posted in %s"
msgstr "Αναρτήθηκε στις %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
msgid "Tagged %s"
msgstr "Με ετικέτα: %s"
#. translators: %s post title
#: inc/template-tags.php:128
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
#: inc/template-tags.php:233
msgid "Comments navigation"
msgstr "Πλοήγηση στα σχόλια"
#: inc/template-tags.php:237
msgid "&larr; Older Comments"
msgstr "&larr; Παλιότερα Σχόλια"
#: inc/template-tags.php:243
msgid "Newer Comments &rarr;"
msgstr "Νεότερα Σχόλια &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
msgid "Edit %s"
msgstr "Επεξεργασία %s"
#: inc/template-tags.php:289
msgid "Post navigation"
msgstr "Πλοήγηση άρθρων"
#: inc/template-tags.php:293
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:296
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:317
msgid "Pages:"
msgstr "Σελίδες:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
msgid ", "
msgstr ", "
#: inc/widgets.php:268
msgid "Right Sidebar"
msgstr "Δεξιά Εργαλειοθήκη"
#: inc/widgets.php:270
msgid "Right sidebar widget area"
msgstr ""
#: inc/widgets.php:280
msgid "Left Sidebar"
msgstr "Αριστερή Εργαλειοθήκη"
#: inc/widgets.php:282
msgid "Left sidebar widget area"
msgstr ""
#: inc/widgets.php:292
msgid "Hero Slider"
msgstr "Ολισθητής Hero"
#: inc/widgets.php:294
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
msgid "Footer Full"
msgstr "Υποσέλιδο Πλήρες"
#: inc/widgets.php:330
msgid "Full sized footer widget with dynamic grid"
msgstr ""
#: loop-templates/content-none.php:18
msgid "Nothing Found"
msgstr "Δεν βρέθηκε κάτι"
#. translators: 1: Link to WP admin new post page.
#: loop-templates/content-none.php:30
msgid ""
"Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Έτοιμοι για το πρώτο σας άρθρο; <a href=\"%1$s\">Πάμε</a>."
#: loop-templates/content-none.php:38
msgid ""
"Sorry, but nothing matched your search terms. Please try again with some "
"different keywords."
msgstr ""
"Λυπάμαι, αλλά τίποτα δεν βρέθηκε που ταιριάζει στους όρους αναζήτησης. "
"Παρακαλώ προσπαθήστε ξανά με άλλες λέξεις κλειδιά."
#: loop-templates/content-none.php:46
msgid ""
"It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
"searching can help."
msgstr ""
"Φαίνεται ότι δεν βρήκαμε αυτό που ζητούσατε. Αν θέλετε, δοκιμάστε την "
"αναζήτηση."
#. Template Name of the theme
msgid "Blank Page Template"
msgstr "Υπόδειγμα Κενής Σελίδας"
#. Template Name of the theme
msgid "Left and Right Sidebar Layout"
msgstr "Διάταξη με Αριστερή και Δεξιά Εργαλειοθήκη"
#. Template Name of the theme
msgid "Empty Page Template"
msgstr "Πρότυπο Κενής Σελίδας"
#. Template Name of the theme
msgid "Full Width Page"
msgstr "Σελίδα Πλήρους Πλάτους"
#. Template Name of the theme
msgid "Left Sidebar Layout"
msgstr "Διάταξη με Αριστερή Εργαλειοθήκη"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
#. Template Name of the theme
msgid "Right Sidebar Layout"
msgstr ""
#. translators: %s: query term
#: search.php:38
msgid "Search Results for: %s"
msgstr "Αποτελέσματα αναζήτησης για : %s"
#: searchform.php:21
msgctxt "label"
msgid "Search for:"
msgstr "Αναζήτηση για:"
#: searchform.php:23
msgctxt "placeholder"
msgid "Search &hellip;"
msgstr "Αναζήτηση&hellip;"
#: searchform.php:25 searchform.php:28
msgctxt "submit button"
msgid "Search"
msgstr "Αναζήτηση"
#: sidebar-templates/sidebar-hero.php:28
msgctxt "carousel control"
msgid "Previous"
msgstr "Προηγούμενη"
#: sidebar-templates/sidebar-hero.php:36
msgctxt "carousel control"
msgid "Next"
msgstr "Επόμενη"

Binary file not shown.

View File

@ -1,502 +0,0 @@
# Translation of Understrap in Spanish (Spain)
# This file is distributed under the same license as the Understrap package.
msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:20+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: es\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 3.2\n"
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
"translate_nooped_plural\n"
#. Theme Name of the theme
msgid "Understrap"
msgstr "Understrap"
#. Theme URI of the theme
#: inc/hooks.php:40
msgid "https://understrap.com"
msgstr "https://understrap.com"
#. Description of the theme
msgid ""
"The renowned WordPress starter theme framework that combined Underscores and "
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
"custom WordPress sites."
msgstr ""
"El famoso framework de tema de inicio para WordPress que combina "
"Underscores y Bootstrap. Con la confianza de más de 100.000 desarrolladores "
"para crear sitios WordPress hechos a mano y personalizados."
#. Author of the theme
msgid "Howard Development &amp; Consulting"
msgstr "Howard Development &amp; Consulting"
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr "https://howarddc.com"
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
msgstr "¡Vaya! No se ha podido encontrar esa página."
#: 404.php:36
msgid "It looks like nothing was found at this location. Maybe try a search?"
msgstr ""
"Parece que no se ha encontrado nada en esta ubicación. ¿Quieres probar una "
"búsqueda?"
#: 404.php:46
msgid "Most Used Categories"
msgstr "Categorías más usadas"
#. translators: %1$s: smiley
#: 404.php:69
msgid "Try looking in the monthly archives. %1$s"
msgstr "Intenta buscar en los archivos mensuales. %1$s"
#. translators: %s: author name
#: author.php:44
msgctxt "Avatar alt"
msgid "Profile picture of %s"
msgstr "Foto del perfil de %s"
#: author.php:54
msgid "Website"
msgstr "Web"
#. translators: %s: author name
#: author.php:65
msgid "About %s"
msgstr "Acerca de %s"
#. translators: %s: author name
#: author.php:79
msgid "Posts by %s"
msgstr "Entradas de %s"
#. translators: %s: post title
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr "Un comentario en «%s»"
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "%1$s comentario en «%2$s»"
msgstr[1] "%1$s comentarios en «%2$s»"
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
msgid "Main Navigation"
msgstr "Navegación principal"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
msgid "Toggle navigation"
msgstr "Alternar la navegación"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
msgid "Open menu"
msgstr "Abrir el menú"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
msgid "Close menu"
msgstr "Cerrar el menú"
#: header.php:32
msgid "Skip to content"
msgstr "Saltar al contenido"
#: inc/class-wp-bootstrap-navwalker.php:377
msgid "Add a menu"
msgstr "Añadir un menú"
#: inc/custom-comments.php:106
msgid "Comments are closed."
msgstr "Los comentarios están cerrados."
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr "Imagen por defecto de la cabecera"
#: inc/customizer.php:67
msgid "Theme Layout Settings"
msgstr "Ajustes del diseño del tema"
#: inc/customizer.php:69
msgid "Container width and sidebar defaults"
msgstr "Valores por defecto del ancho del contenedor y de la barra lateral"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr "Versión de Bootstrap"
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgstr "Elige entre Bootstrap 4 o Bootstrap 5"
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr "Bootstrap 4"
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr "Bootstrap 5"
#: inc/customizer.php:117
msgid "Container Width"
msgstr "Ancho del contenedor"
#: inc/customizer.php:118
msgid "Choose between Bootstrap's container and container-fluid"
msgstr "Elige entre el container y container-fluid de Bootstrap"
#: inc/customizer.php:122
msgid "Fixed width container"
msgstr "Contenedor de ancho fijo"
#: inc/customizer.php:123
msgid "Full width container"
msgstr "Contenedor de ancho completo"
#: inc/customizer.php:145
msgid "Responsive Navigation Type"
msgstr "Tipo de navegación adaptable"
#: inc/customizer.php:146
msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
"Elige entre una barra de navegación ampliable y contraíble o un cajón fuera "
"del lienzo."
#: inc/customizer.php:154
msgid "Collapse"
msgstr "Contraíble"
#: inc/customizer.php:155
msgid "Offcanvas"
msgstr "Fuera del lienzo"
#: inc/customizer.php:177
msgid "Sidebar Positioning"
msgstr "Posición de la barra lateral"
#: inc/customizer.php:178
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
"Establece la posición por defecto de la barra lateral. Puede ser: derecha, "
"izquierda, ambas o ninguna. Nota: esto puede ser anulado en las páginas "
"individuales."
#: inc/customizer.php:186
msgid "Right sidebar"
msgstr "Barra lateral derecha"
#: inc/customizer.php:187
msgid "Left sidebar"
msgstr "Barra lateral izquierda"
#: inc/customizer.php:188
msgid "Left & Right sidebars"
msgstr "Barras laterales izquierda y derecha"
#: inc/customizer.php:189
msgid "No sidebar"
msgstr "Sin barra lateral"
#: inc/customizer.php:211
msgid "Footer Site Info"
msgstr "Información del sitio del pie de página"
#: inc/customizer.php:212
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
"Anula la información del sitio de Understrap ubicada en el pie de página."
#: inc/editor.php:50
msgid "Lead Paragraph"
msgstr "Párrafo principal"
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr "Pequeña"
#: inc/editor.php:60
msgid "Blockquote"
msgstr "Cita"
#: inc/editor.php:66
msgid "Blockquote Footer"
msgstr ""
#: inc/editor.php:72
msgid "Cite"
msgstr ""
#: inc/extras.php:245
msgid "Read More..."
msgstr "Leer más..."
#: inc/hooks.php:30
msgid "https://wordpress.org/"
msgstr "https://es.wordpress.org/"
#. translators: WordPress
#: inc/hooks.php:33
msgid "Proudly powered by %s"
msgstr "Funciona gracias a %s"
#. translators: 1: Theme name, 2: Theme author
#: inc/hooks.php:38
msgid "Theme: %1$s by %2$s."
msgstr "Tema: %1$s de %2$s."
#. translators: Theme version
#: inc/hooks.php:44
msgid "Version: %s"
msgstr "Versión: %s"
#: inc/pagination.php:53
msgctxt "previous set of posts"
msgid "&laquo;"
msgstr "&laquo;"
#: inc/pagination.php:54
msgctxt "next set of posts"
msgid "&raquo;"
msgstr "&raquo;"
#: inc/pagination.php:56
msgid "Posts navigation"
msgstr "Navegación de entradas"
#: inc/setup.php:49
msgid "Primary Menu"
msgstr "Menú principal"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr "Publicado el"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "by"
msgstr "por"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "Posted by"
msgstr "Publicado por"
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
msgid "Posted in %s"
msgstr "Publicado en %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
msgid "Tagged %s"
msgstr "Etiquetado como %s"
#. translators: %s post title
#: inc/template-tags.php:128
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
#: inc/template-tags.php:233
msgid "Comments navigation"
msgstr "Navegación de comentarios"
#: inc/template-tags.php:237
msgid "&larr; Older Comments"
msgstr "&larr; Comentarios anteriores"
#: inc/template-tags.php:243
msgid "Newer Comments &rarr;"
msgstr "Comentarios siguientes &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
msgid "Edit %s"
msgstr "Editar %s"
#: inc/template-tags.php:289
msgid "Post navigation"
msgstr "Navegación de entradas"
#: inc/template-tags.php:293
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:296
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:317
msgid "Pages:"
msgstr "Páginas:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
msgid ", "
msgstr ", "
#: inc/widgets.php:268
msgid "Right Sidebar"
msgstr "Barra lateral derecha"
#: inc/widgets.php:270
msgid "Right sidebar widget area"
msgstr "Área de widgets de la barra lateral derecha"
#: inc/widgets.php:280
msgid "Left Sidebar"
msgstr "Barra lateral izquierda"
#: inc/widgets.php:282
msgid "Left sidebar widget area"
msgstr "Área de widgets de la barra lateral izquieda"
#: inc/widgets.php:292
msgid "Hero Slider"
msgstr "Carrusel a pantalla completa"
#: inc/widgets.php:294
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
"Área de carrusel a pantalla completa. ¡Coloca aquí dos o más widgets y se "
"deslizarán!"
#: inc/widgets.php:304
msgid "Hero Canvas"
msgstr "Lienzo a pantalla completa"
#: inc/widgets.php:306
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
"Área de lienzo Hero de tamaño completo para Bootstrap y otro marcado HTML "
"personalizado"
#: inc/widgets.php:316
msgid "Top Full"
msgstr "Superior completo"
#: inc/widgets.php:318
msgid "Full top widget with dynamic grid"
msgstr "Widget superior completo con cuadrícula dinámica"
#: inc/widgets.php:328
msgid "Footer Full"
msgstr "Pie de página completo"
#: inc/widgets.php:330
msgid "Full sized footer widget with dynamic grid"
msgstr "Widget del pie de página de tamaño completo con cuadrícula dinámica"
#: loop-templates/content-none.php:18
msgid "Nothing Found"
msgstr "No se ha encontrado nada"
#. translators: 1: Link to WP admin new post page.
#: loop-templates/content-none.php:30
msgid ""
"Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr ""
"¿Preparado para publicar tu primera entrada? <a href=\"%1$s\">Empieza aquí</"
"a>."
#: loop-templates/content-none.php:38
msgid ""
"Sorry, but nothing matched your search terms. Please try again with some "
"different keywords."
msgstr ""
"Lo siento, pero no hay nada que coincida con tus términos de búsqueda. Por "
"favor, inténtalo de nuevo con algunas palabras clave diferentes."
#: loop-templates/content-none.php:46
msgid ""
"It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
"searching can help."
msgstr ""
"Parece que no hemos podido encontrar lo que estás buscando. Quizá pueda "
"ayudarte una búsqueda."
#. Template Name of the theme
msgid "Blank Page Template"
msgstr "Plantilla de página en blanco"
#. Template Name of the theme
msgid "Left and Right Sidebar Layout"
msgstr "Diseño de las barras laterales izquierda y derecha"
#. Template Name of the theme
msgid "Empty Page Template"
msgstr "Plantilla de página vacía"
#. Template Name of the theme
msgid "Full Width Page"
msgstr "Página de ancho completo"
#. Template Name of the theme
msgid "Left Sidebar Layout"
msgstr "Diseño de la barra lateral izquierda"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
#. Template Name of the theme
msgid "Right Sidebar Layout"
msgstr "Diseño de la barra lateral derecha"
#. translators: %s: query term
#: search.php:38
msgid "Search Results for: %s"
msgstr "Resultados de la búsqueda de: %s"
#: searchform.php:21
msgctxt "label"
msgid "Search for:"
msgstr "Buscar:"
#: searchform.php:23
msgctxt "placeholder"
msgid "Search &hellip;"
msgstr "Buscar &hellip;"
#: searchform.php:25 searchform.php:28
msgctxt "submit button"
msgid "Search"
msgstr "Buscar"
#: sidebar-templates/sidebar-hero.php:28
msgctxt "carousel control"
msgid "Previous"
msgstr "Anterior"
#: sidebar-templates/sidebar-hero.php:36
msgctxt "carousel control"
msgid "Next"
msgstr "Siguiente"

Binary file not shown.

View File

@ -1,501 +0,0 @@
# Translation of Understrap in French (France)
# This file is distributed under the same license as the Understrap package.
msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:21+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: fr\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 3.2\n"
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
"translate_nooped_plural\n"
#. Theme Name of the theme
msgid "Understrap"
msgstr "Understrap"
#. Theme URI of the theme
#: inc/hooks.php:40
msgid "https://understrap.com"
msgstr "https://understrap.com"
#. Description of the theme
msgid ""
"The renowned WordPress starter theme framework that combined Underscores and "
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
"custom WordPress sites."
msgstr ""
"Le célèbre starter thème WordPress qui combine Underscores et Bootstrap. "
"Utilisé par plus de 100 000 développeurs et développeuses pour créer des "
"sites WordPress sur mesure et personnalisés."
#. Author of the theme
msgid "Howard Development &amp; Consulting"
msgstr "Howard Development &amp; Consulting"
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr "https://howarddc.com"
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
msgstr "Aïe ! Cette page est introuvable."
#: 404.php:36
msgid "It looks like nothing was found at this location. Maybe try a search?"
msgstr ""
"Apparemment, rien na été trouvé à cette adresse. Essayez avec une "
"recherche ?"
#: 404.php:46
msgid "Most Used Categories"
msgstr "Catégories les plus utilisées"
#. translators: %1$s: smiley
#: 404.php:69
msgid "Try looking in the monthly archives. %1$s"
msgstr "Essayez de voir du côté des archives mensuelles. %1$s"
#. translators: %s: author name
#: author.php:44
msgctxt "Avatar alt"
msgid "Profile picture of %s"
msgstr "Photo de profil de %s"
#: author.php:54
msgid "Website"
msgstr "Site web"
#. translators: %s: author name
#: author.php:65
msgid "About %s"
msgstr "À propos de %s"
#. translators: %s: author name
#: author.php:79
msgid "Posts by %s"
msgstr "Articles par %s"
#. translators: %s: post title
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr "Un commentaire sur « %s »"
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "%1$s commentaire sur « %2$s »"
msgstr[1] "%1$s commentaires sur « %2$s »"
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
msgid "Main Navigation"
msgstr "Navigation principale"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
msgid "Toggle navigation"
msgstr "Afficher/masquer la navigation"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
msgid "Open menu"
msgstr "Ouvrir le menu"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
msgid "Close menu"
msgstr "Fermer le menu"
#: header.php:32
msgid "Skip to content"
msgstr "Aller au contenu"
#: inc/class-wp-bootstrap-navwalker.php:377
msgid "Add a menu"
msgstr "Ajouter un menu"
#: inc/custom-comments.php:106
msgid "Comments are closed."
msgstr "Les commentaires sont désactivés."
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr "Image den-tête par défaut"
#: inc/customizer.php:67
msgid "Theme Layout Settings"
msgstr "Réglages de la mise en page du thème"
#: inc/customizer.php:69
msgid "Container width and sidebar defaults"
msgstr "Largeur du conteneur et colonne latérale par défaut"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr "Version de Bootstrap"
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgstr "Choisissez entre Bootstrap 4 ou Bootstrap 5"
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr "Bootstrap 4"
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr "Bootstrap 5"
#: inc/customizer.php:117
msgid "Container Width"
msgstr "Largeur du conteneur"
#: inc/customizer.php:118
msgid "Choose between Bootstrap's container and container-fluid"
msgstr "Choisissez entre le conteneur de Bootstrap et le conteneur-fluide"
#: inc/customizer.php:122
msgid "Fixed width container"
msgstr "Largeur de conteneur fixe"
#: inc/customizer.php:123
msgid "Full width container"
msgstr "Conteneur en pleine largeur"
#: inc/customizer.php:145
msgid "Responsive Navigation Type"
msgstr "Type de navigation responsive"
#: inc/customizer.php:146
msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
"Choisissez entre une barre de navigation extensible et rétractable ou un "
"tiroir hors canevas."
#: inc/customizer.php:154
msgid "Collapse"
msgstr "Replier"
#: inc/customizer.php:155
msgid "Offcanvas"
msgstr "Hors champ"
#: inc/customizer.php:177
msgid "Sidebar Positioning"
msgstr "Position de la colonne latérale"
#: inc/customizer.php:178
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
"Définissez la position par défaut de la colonne latérale. Elle peut être : à "
"droite, à gauche, des deux cotés ou inexistante. Note : ceci peut être "
"surclassé sur les pages individuelles."
#: inc/customizer.php:186
msgid "Right sidebar"
msgstr "Colonne latérale droite"
#: inc/customizer.php:187
msgid "Left sidebar"
msgstr "Colonne latérale gauche"
#: inc/customizer.php:188
msgid "Left & Right sidebars"
msgstr "Colonnes latérales gauche et droite"
#: inc/customizer.php:189
msgid "No sidebar"
msgstr "Aucune colonne latérale"
#: inc/customizer.php:211
msgid "Footer Site Info"
msgstr "Information sur le pied de page du site"
#: inc/customizer.php:212
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
"Modifier les informations du site dUnderstrap localisé dans le pied de page."
#: inc/editor.php:50
msgid "Lead Paragraph"
msgstr ""
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr "Petite"
#: inc/editor.php:60
msgid "Blockquote"
msgstr "Bloc de citation"
#: inc/editor.php:66
msgid "Blockquote Footer"
msgstr ""
#: inc/editor.php:72
msgid "Cite"
msgstr "Citation"
#: inc/extras.php:245
msgid "Read More..."
msgstr "Lire la suite…"
#: inc/hooks.php:30
msgid "https://wordpress.org/"
msgstr "https://fr.wordpress.org/"
#. translators: WordPress
#: inc/hooks.php:33
msgid "Proudly powered by %s"
msgstr "Fièrement propulsé par %s"
#. translators: 1: Theme name, 2: Theme author
#: inc/hooks.php:38
msgid "Theme: %1$s by %2$s."
msgstr "Thème : %1$s par %2$s."
#. translators: Theme version
#: inc/hooks.php:44
msgid "Version: %s"
msgstr "Version : %s"
#: inc/pagination.php:53
msgctxt "previous set of posts"
msgid "&laquo;"
msgstr "&laquo;"
#: inc/pagination.php:54
msgctxt "next set of posts"
msgid "&raquo;"
msgstr "&raquo;"
#: inc/pagination.php:56
msgid "Posts navigation"
msgstr "Navigation des articles"
#: inc/setup.php:49
msgid "Primary Menu"
msgstr "Menu principal"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr "Publié le"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "by"
msgstr "par"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "Posted by"
msgstr "Publié par"
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
msgid "Posted in %s"
msgstr "Publié dans %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
msgid "Tagged %s"
msgstr "Étiqueté %s"
#. translators: %s post title
#: inc/template-tags.php:128
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
#: inc/template-tags.php:233
msgid "Comments navigation"
msgstr "Navigation des commentaires"
#: inc/template-tags.php:237
msgid "&larr; Older Comments"
msgstr "&larr; Commentaires plus anciens"
#: inc/template-tags.php:243
msgid "Newer Comments &rarr;"
msgstr "Commentaires plus récents &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
msgid "Edit %s"
msgstr "Modifier %s"
#: inc/template-tags.php:289
msgid "Post navigation"
msgstr "Navigation de larticle"
#: inc/template-tags.php:293
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:296
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:317
msgid "Pages:"
msgstr "Pages :"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
msgid ", "
msgstr ", "
#: inc/widgets.php:268
msgid "Right Sidebar"
msgstr "Colonne latérale droite"
#: inc/widgets.php:270
msgid "Right sidebar widget area"
msgstr ""
#: inc/widgets.php:280
msgid "Left Sidebar"
msgstr "Colonne latérale gauche"
#: inc/widgets.php:282
msgid "Left sidebar widget area"
msgstr ""
#: inc/widgets.php:292
msgid "Hero Slider"
msgstr "Diaporama Hero"
#: inc/widgets.php:294
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
"Zone de diaporama Hero. Placez deux widgets ou plus et ils défileront !"
#: inc/widgets.php:304
msgid "Hero Canvas"
msgstr "Canvas du Hero"
#: inc/widgets.php:306
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
"Zone Hero en pleine largeur pour Bootstrap et dautres balises HTML "
"personnalisées"
#: inc/widgets.php:316
msgid "Top Full"
msgstr "Haut pleine largeur"
#: inc/widgets.php:318
msgid "Full top widget with dynamic grid"
msgstr "Widget den-tête en pleine taille avec une grille dynamique"
#: inc/widgets.php:328
msgid "Footer Full"
msgstr "Pied de page entier"
#: inc/widgets.php:330
msgid "Full sized footer widget with dynamic grid"
msgstr "Widget de pied de page pleine taille avec une grille dynamique"
#: loop-templates/content-none.php:18
msgid "Nothing Found"
msgstr "Rien na été trouvé"
#. translators: 1: Link to WP admin new post page.
#: loop-templates/content-none.php:30
msgid ""
"Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr ""
"Prêt·e à publier votre premier article ? <a href=\"%1$s\">Lancez-vous ici</"
"a>."
#: loop-templates/content-none.php:38
msgid ""
"Sorry, but nothing matched your search terms. Please try again with some "
"different keywords."
msgstr ""
"Désolé, mais rien ne correspond à vos critères de recherche. Veuillez "
"réessayer avec dautres mots-clés."
#: loop-templates/content-none.php:46
msgid ""
"It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
"searching can help."
msgstr ""
"Il semblerait que nous ne pouvons trouver ce que vous cherchez. Une "
"recherche pourrait vous être utile."
#. Template Name of the theme
msgid "Blank Page Template"
msgstr "Modèle de page blanche"
#. Template Name of the theme
msgid "Left and Right Sidebar Layout"
msgstr ""
#. Template Name of the theme
msgid "Empty Page Template"
msgstr "Modèle de page vide"
#. Template Name of the theme
msgid "Full Width Page"
msgstr "Page en pleine largeur"
#. Template Name of the theme
msgid "Left Sidebar Layout"
msgstr "Colonne à gauche"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
#. Template Name of the theme
msgid "Right Sidebar Layout"
msgstr ""
#. translators: %s: query term
#: search.php:38
msgid "Search Results for: %s"
msgstr "Résultats de recherche pour : %s"
#: searchform.php:21
msgctxt "label"
msgid "Search for:"
msgstr "Rechercher :"
#: searchform.php:23
msgctxt "placeholder"
msgid "Search &hellip;"
msgstr "Rechercher…"
#: searchform.php:25 searchform.php:28
msgctxt "submit button"
msgid "Search"
msgstr "Rechercher"
#: sidebar-templates/sidebar-hero.php:28
msgctxt "carousel control"
msgid "Previous"
msgstr "Précédent"
#: sidebar-templates/sidebar-hero.php:36
msgctxt "carousel control"
msgid "Next"
msgstr "Suivant"

Binary file not shown.

View File

@ -4,8 +4,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:25+0200\n"
"POT-Creation-Date: 2022-11-05T23:31:56+00:00\n"
"PO-Revision-Date: 2022-11-06 00:54+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: he_IL\n"
@ -94,22 +94,22 @@ msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "מחשבה אחת על &ldquo;%2$s&rdquo;"
msgstr[1] "מחשבות על &ldquo;%2$s&rdquo;"
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
#: global-templates/navbar-collapse-bootstrap4.php:18
#: global-templates/navbar-collapse-bootstrap5.php:18
#: global-templates/navbar-offcanvas-bootstrap5.php:18
msgid "Main Navigation"
msgstr "ניווט ראשי"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
#: global-templates/navbar-collapse-bootstrap4.php:35
#: global-templates/navbar-collapse-bootstrap5.php:34
msgid "Toggle navigation"
msgstr "לשנות את הניווט"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
#: global-templates/navbar-offcanvas-bootstrap5.php:34
msgid "Open menu"
msgstr "פתיחת תפריט"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
#: global-templates/navbar-offcanvas-bootstrap5.php:46
msgid "Close menu"
msgstr "סגירת תפריט"
@ -139,10 +139,10 @@ msgstr "ברירות מחדל, רוחב ותיבה, מיכל"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr ""
msgstr "Bootstrap גרסה"
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgid "Choose between Bootstrap 4 and Bootstrap 5"
msgstr ""
#: inc/customizer.php:94
@ -178,19 +178,19 @@ msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
#: inc/customizer.php:153
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
#: inc/customizer.php:154
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
#: inc/customizer.php:176
msgid "Sidebar Positioning"
msgstr "מיקום סרגל צדדי"
#: inc/customizer.php:178
#: inc/customizer.php:177
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
@ -198,27 +198,27 @@ msgstr ""
"הגדר את מיקום ברירת המחדל של הסרגל הצידי. יכול גם להיות: ימין, שמאל, שניהם "
"או אף אחד. הערה: זה יכול להתבטל בעמודים נפרדים."
#: inc/customizer.php:186
#: inc/customizer.php:184
msgid "Right sidebar"
msgstr "סרגל צדדי ימני"
#: inc/customizer.php:187
#: inc/customizer.php:185
msgid "Left sidebar"
msgstr "סרגל צדדי שמאלי"
#: inc/customizer.php:188
#: inc/customizer.php:186
msgid "Left & Right sidebars"
msgstr "סרגלים צידיים שמאלה וימינה"
#: inc/customizer.php:189
#: inc/customizer.php:187
msgid "No sidebar"
msgstr "ללא סרגל צדדי"
#: inc/customizer.php:211
#: inc/customizer.php:209
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
#: inc/customizer.php:210
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
@ -243,7 +243,7 @@ msgstr ""
msgid "Cite"
msgstr ""
#: inc/extras.php:245
#: inc/extras.php:247
msgid "Read More..."
msgstr "קרא עוד..."
@ -287,118 +287,126 @@ msgstr "תפריט ראשי"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr ""
msgstr "פורסם בתאריך"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "by"
msgstr ""
msgstr "מאת"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "Posted by"
msgstr ""
msgstr "פורסם על ידי"
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
#: inc/template-tags.php:102
msgid "Posted in %s"
msgstr "פורסם תחת %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
#: inc/template-tags.php:117
msgid "Tagged %s"
msgstr "תוייג %s"
#. translators: %s post title
#: inc/template-tags.php:128
#: inc/template-tags.php:136
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
msgstr "להגיב<span class=\"screen-reader-text\"> על %s</span>"
#: inc/template-tags.php:233
#: inc/template-tags.php:243
msgid "Comments navigation"
msgstr "ניווט תגובות"
#: inc/template-tags.php:237
#: inc/template-tags.php:247
msgid "&larr; Older Comments"
msgstr "&larr; תגובות ישנות יותר"
#: inc/template-tags.php:243
#: inc/template-tags.php:253
msgid "Newer Comments &rarr;"
msgstr "תגובות חדשות יותר &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
#: inc/template-tags.php:272
msgid "Edit %s"
msgstr "ערוך את %s"
#: inc/template-tags.php:289
#: inc/template-tags.php:301
msgid "Post navigation"
msgstr "ניווט"
#: inc/template-tags.php:293
#: inc/template-tags.php:305
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:296
#: inc/template-tags.php:308
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:317
#: inc/template-tags.php:331
msgid "Pages:"
msgstr "עמודים:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
#: inc/template-tags.php:371
msgid ", "
msgstr ", "
#: inc/widgets.php:268
#. translators: Widget area title
#: inc/widgets.php:279
msgid "Right Sidebar"
msgstr "סרגל צדדי ימני"
#: inc/widgets.php:270
#: inc/widgets.php:281
#, fuzzy
msgid "Right sidebar widget area"
msgstr ""
msgstr "סרגל צדדי ימני"
#: inc/widgets.php:280
#. translators: Widget area title
#: inc/widgets.php:292
msgid "Left Sidebar"
msgstr "סרגל צדדי שמאלי"
#: inc/widgets.php:282
#: inc/widgets.php:294
#, fuzzy
msgid "Left sidebar widget area"
msgstr ""
msgstr "סרגל צדדי בצד שמאל"
#: inc/widgets.php:292
#. translators: Widget area title
#: inc/widgets.php:305
msgid "Hero Slider"
msgstr "סליידר"
#: inc/widgets.php:294
#: inc/widgets.php:307
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
#. translators: Widget area title
#: inc/widgets.php:318
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
#: inc/widgets.php:320
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
#. translators: Widget area title
#: inc/widgets.php:331
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
#: inc/widgets.php:333
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
#. translators: Widget area title
#: inc/widgets.php:344
msgid "Footer Full"
msgstr "כותרת תחתונה"
#: inc/widgets.php:330
#: inc/widgets.php:346
msgid "Full sized footer widget with dynamic grid"
msgstr ""
@ -432,7 +440,7 @@ msgstr "עמוד ריק"
#. Template Name of the theme
msgid "Left and Right Sidebar Layout"
msgstr "סרגל צדדי ימני"
msgstr "סרגלים צידיים שמאלה וימינה"
#. Template Name of the theme
msgid "Empty Page Template"
@ -448,7 +456,7 @@ msgstr "פריסת סרגל הצד"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
msgstr "ללא כותרת, רוחב מלא"
#. Template Name of the theme
msgid "Right Sidebar Layout"

Binary file not shown.

View File

@ -1,492 +0,0 @@
# Translation of Understrap in Italian
# This file is distributed under the same license as the Understrap package.
msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:27+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: it_IT\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 3.2\n"
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
"translate_nooped_plural\n"
#. Theme Name of the theme
msgid "Understrap"
msgstr "Understrap"
#. Theme URI of the theme
#: inc/hooks.php:40
msgid "https://understrap.com"
msgstr "https://understrap.com"
#. Description of the theme
msgid ""
"The renowned WordPress starter theme framework that combined Underscores and "
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
"custom WordPress sites."
msgstr ""
#. Author of the theme
msgid "Howard Development &amp; Consulting"
msgstr "Howard Development &amp; Consulting"
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr "https://howarddc.com"
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
msgstr "Oops! La pagina non è stata trovata."
#: 404.php:36
msgid "It looks like nothing was found at this location. Maybe try a search?"
msgstr ""
"Non è stato trovato nulla nel posto in cui stavi cercando. Forse potresti "
"provare con una ricerca?"
#: 404.php:46
msgid "Most Used Categories"
msgstr "Categorie più utilizzate"
#. translators: %1$s: smiley
#: 404.php:69
msgid "Try looking in the monthly archives. %1$s"
msgstr "Prova a guardare nell'archivio mensile. %1$s"
#. translators: %s: author name
#: author.php:44
msgctxt "Avatar alt"
msgid "Profile picture of %s"
msgstr "Immagine del profilo di %s"
#: author.php:54
msgid "Website"
msgstr "Sito web"
#. translators: %s: author name
#: author.php:65
msgid "About %s"
msgstr "Informazioni su %s"
#. translators: %s: author name
#: author.php:79
msgid "Posts by %s"
msgstr "Articoli scritti da %s"
#. translators: %s: post title
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr "Un commento su &ldquo;%s&rdquo;"
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "%1$s commento su &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s commenti su &ldquo;%2$s&rdquo;"
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
msgid "Main Navigation"
msgstr "Navigazione principale"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
msgid "Toggle navigation"
msgstr "Attiva/disattiva la navigazione"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
msgid "Open menu"
msgstr "Apri menu"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
msgid "Close menu"
msgstr "Chiudi menu"
#: header.php:32
msgid "Skip to content"
msgstr "Vai al contenuto"
#: inc/class-wp-bootstrap-navwalker.php:377
msgid "Add a menu"
msgstr "Aggiungi un menu"
#: inc/custom-comments.php:106
msgid "Comments are closed."
msgstr "I commenti sono chiusi."
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr "Immagine dell'header predefinita"
#: inc/customizer.php:67
msgid "Theme Layout Settings"
msgstr "Impostazioni del layout del tema"
#: inc/customizer.php:69
msgid "Container width and sidebar defaults"
msgstr "Barra lateral"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr "Versione di Bootstrap"
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgstr "Scegli tra la versione 4 e la versione 5 di Bootstrap"
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr "Bootstrap 4"
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr "Bootstrap 5"
#: inc/customizer.php:117
msgid "Container Width"
msgstr "Larghezza container"
#: inc/customizer.php:118
msgid "Choose between Bootstrap's container and container-fluid"
msgstr "Scegli tra il container e il container-fluid di Bootstrap"
#: inc/customizer.php:122
msgid "Fixed width container"
msgstr "Container a larghezza fissa"
#: inc/customizer.php:123
msgid "Full width container"
msgstr "Container a larghezza intera"
#: inc/customizer.php:145
msgid "Responsive Navigation Type"
msgstr "Tipo di navigazione responsive"
#: inc/customizer.php:146
msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
msgid "Sidebar Positioning"
msgstr "Posizione barra laterale"
#: inc/customizer.php:178
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
"Imposta la posizione di default della barra laterale. Può essere: destra, "
"sinistra, entrambe o nessuna. Nota: questa impostazione può essere "
"sovrascritta individualmente in ogni pagina."
#: inc/customizer.php:186
msgid "Right sidebar"
msgstr "Barra laterale destra"
#: inc/customizer.php:187
msgid "Left sidebar"
msgstr "Barra laterale sinistra"
#: inc/customizer.php:188
msgid "Left & Right sidebars"
msgstr "Barra laterale sinistra & destra"
#: inc/customizer.php:189
msgid "No sidebar"
msgstr "Nessuna barra laterale"
#: inc/customizer.php:211
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
#: inc/editor.php:50
msgid "Lead Paragraph"
msgstr ""
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr "Piccolo"
#: inc/editor.php:60
msgid "Blockquote"
msgstr "Citazione"
#: inc/editor.php:66
msgid "Blockquote Footer"
msgstr ""
#: inc/editor.php:72
msgid "Cite"
msgstr ""
#: inc/extras.php:245
msgid "Read More..."
msgstr "Leggi di più..."
#: inc/hooks.php:30
msgid "https://wordpress.org/"
msgstr "https://it.wordpress.org/"
#. translators: WordPress
#: inc/hooks.php:33
msgid "Proudly powered by %s"
msgstr "Orgogliosamente realizzato con %s"
#. translators: 1: Theme name, 2: Theme author
#: inc/hooks.php:38
msgid "Theme: %1$s by %2$s."
msgstr "Tema: %1$s di %2$s."
#. translators: Theme version
#: inc/hooks.php:44
msgid "Version: %s"
msgstr "Versione: %s"
#: inc/pagination.php:53
msgctxt "previous set of posts"
msgid "&laquo;"
msgstr "&raquo;"
#: inc/pagination.php:54
msgctxt "next set of posts"
msgid "&raquo;"
msgstr "&raquo;"
#: inc/pagination.php:56
msgid "Posts navigation"
msgstr "Navigazione articoli"
#: inc/setup.php:49
msgid "Primary Menu"
msgstr "Menù Principale"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr "Pubblicato il"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "by"
msgstr "di"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "Posted by"
msgstr "Pubblicato da"
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
msgid "Posted in %s"
msgstr "Pubblicato in %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
msgid "Tagged %s"
msgstr "Taggato %s"
#. translators: %s post title
#: inc/template-tags.php:128
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
#: inc/template-tags.php:233
msgid "Comments navigation"
msgstr "Navigazione commenti"
#: inc/template-tags.php:237
msgid "&larr; Older Comments"
msgstr "&larr; Commenti meno recenti"
#: inc/template-tags.php:243
msgid "Newer Comments &rarr;"
msgstr "Commenti più recenti &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
msgid "Edit %s"
msgstr "Modifica %s"
#: inc/template-tags.php:289
msgid "Post navigation"
msgstr "Navigazione articoli"
#: inc/template-tags.php:293
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:296
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:317
msgid "Pages:"
msgstr "Pagine:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
msgid ", "
msgstr ", "
#: inc/widgets.php:268
msgid "Right Sidebar"
msgstr "Barra laterale destra"
#: inc/widgets.php:270
msgid "Right sidebar widget area"
msgstr "Area widget barra laterale destra"
#: inc/widgets.php:280
msgid "Left Sidebar"
msgstr "Barra laterale sinistra"
#: inc/widgets.php:282
msgid "Left sidebar widget area"
msgstr "Area widget barra laterale sinistra"
#: inc/widgets.php:292
msgid "Hero Slider"
msgstr "Blocco Iniziale con Carosello"
#: inc/widgets.php:294
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
msgid "Full top widget with dynamic grid"
msgstr "Widget alto a tutta larghezza con griglia dinamica"
#: inc/widgets.php:328
msgid "Footer Full"
msgstr "Piè di pagina Larghezza Intera"
#: inc/widgets.php:330
msgid "Full sized footer widget with dynamic grid"
msgstr "Widget del footer a tutta larghezza con griglia dinamica"
#: loop-templates/content-none.php:18
msgid "Nothing Found"
msgstr "Nessun risultato"
#. translators: 1: Link to WP admin new post page.
#: loop-templates/content-none.php:30
msgid ""
"Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr ""
"Pronto a pubblicare il tuo primo articolo? <a href=\"%1$s\">Inizia da qui</"
"a>."
#: loop-templates/content-none.php:38
msgid ""
"Sorry, but nothing matched your search terms. Please try again with some "
"different keywords."
msgstr ""
"Non c'è nessuna corrispondenza con i termini di ricerca che hai indicato. "
"Riprova con termini diversi."
#: loop-templates/content-none.php:46
msgid ""
"It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
"searching can help."
msgstr ""
"Non riusciamo a trovare quello che cerchi. Forse eseguire una ricerca "
"potrebbe essere di aiuto."
#. Template Name of the theme
msgid "Blank Page Template"
msgstr "Template di pagina vuoto"
#. Template Name of the theme
msgid "Left and Right Sidebar Layout"
msgstr "Layout barra laterale a sinitra e destra"
#. Template Name of the theme
msgid "Empty Page Template"
msgstr "Template Pagina Vuota"
#. Template Name of the theme
msgid "Full Width Page"
msgstr "Pagina larghezza intera"
#. Template Name of the theme
msgid "Left Sidebar Layout"
msgstr "Layout barra laterale a sinistra"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
#. Template Name of the theme
msgid "Right Sidebar Layout"
msgstr "Layout barra laterale a destra"
#. translators: %s: query term
#: search.php:38
msgid "Search Results for: %s"
msgstr "Risultati della ricerca per: %s"
#: searchform.php:21
msgctxt "label"
msgid "Search for:"
msgstr "Ricerca per:"
#: searchform.php:23
msgctxt "placeholder"
msgid "Search &hellip;"
msgstr "Cerca &hellip;"
#: searchform.php:25 searchform.php:28
msgctxt "submit button"
msgid "Search"
msgstr "Cerca"
#: sidebar-templates/sidebar-hero.php:28
msgctxt "carousel control"
msgid "Previous"
msgstr "Precedente"
#: sidebar-templates/sidebar-hero.php:36
msgctxt "carousel control"
msgid "Next"
msgstr "Successivo"

Binary file not shown.

View File

@ -1,484 +0,0 @@
# Translation of Understrap in Japanese
# This file is distributed under the same license as the Understrap package.
msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:28+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: ja_JP\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 3.2\n"
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
"translate_nooped_plural\n"
#. Theme Name of the theme
msgid "Understrap"
msgstr "Understrap"
#. Theme URI of the theme
#: inc/hooks.php:40
msgid "https://understrap.com"
msgstr "https://understrap.com"
#. Description of the theme
msgid ""
"The renowned WordPress starter theme framework that combined Underscores and "
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
"custom WordPress sites."
msgstr ""
#. Author of the theme
msgid "Howard Development &amp; Consulting"
msgstr ""
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr ""
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
msgstr "お探しのページが見つかりません。"
#: 404.php:36
msgid "It looks like nothing was found at this location. Maybe try a search?"
msgstr "こちらには何もありません。検索をお試しください。"
#: 404.php:46
msgid "Most Used Categories"
msgstr "よく使われているカテゴリー"
#. translators: %1$s: smiley
#: 404.php:69
msgid "Try looking in the monthly archives. %1$s"
msgstr "月別アーカイブを探してみてください %1$s"
#. translators: %s: author name
#: author.php:44
msgctxt "Avatar alt"
msgid "Profile picture of %s"
msgstr "%s さんのプロフィール写真"
#: author.php:54
msgid "Website"
msgstr "サイト"
#. translators: %s: author name
#: author.php:65
msgid "About %s"
msgstr "%s について"
#. translators: %s: author name
#: author.php:79
msgid "Posts by %s"
msgstr "%s の投稿"
#. translators: %s: post title
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr ""
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
msgid "Main Navigation"
msgstr "メインナビゲーション"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
msgid "Toggle navigation"
msgstr "ナビゲーションを切り替え"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
msgid "Open menu"
msgstr "メニューを開く"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
msgid "Close menu"
msgstr "メニューを閉じる"
#: header.php:32
msgid "Skip to content"
msgstr "内容をスキップ"
#: inc/class-wp-bootstrap-navwalker.php:377
msgid "Add a menu"
msgstr "メニューを追加"
#: inc/custom-comments.php:106
msgid "Comments are closed."
msgstr "コメントは受け付けていません。"
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr ""
#: inc/customizer.php:67
msgid "Theme Layout Settings"
msgstr "テーマのレイアウト設定"
#: inc/customizer.php:69
msgid "Container width and sidebar defaults"
msgstr "コンテナの幅とサイドバーのデフォルト"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr ""
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgstr ""
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr ""
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr ""
#: inc/customizer.php:117
msgid "Container Width"
msgstr "コンテナーの幅"
#: inc/customizer.php:118
msgid "Choose between Bootstrap's container and container-fluid"
msgstr "Bootstrapの固定幅コンテナと全幅コンテナを選択してください"
#: inc/customizer.php:122
msgid "Fixed width container"
msgstr "固定幅コンテナ"
#: inc/customizer.php:123
msgid "Full width container"
msgstr "全幅コンテナ"
#: inc/customizer.php:145
msgid "Responsive Navigation Type"
msgstr ""
#: inc/customizer.php:146
msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
msgid "Sidebar Positioning"
msgstr "サイドバーポジショニング"
#: inc/customizer.php:178
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
#: inc/customizer.php:186
msgid "Right sidebar"
msgstr "右サイドバー"
#: inc/customizer.php:187
msgid "Left sidebar"
msgstr "左サイドバー"
#: inc/customizer.php:188
msgid "Left & Right sidebars"
msgstr "左右サイドバー"
#: inc/customizer.php:189
msgid "No sidebar"
msgstr "サイドバーなし"
#: inc/customizer.php:211
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
#: inc/editor.php:50
msgid "Lead Paragraph"
msgstr ""
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr ""
#: inc/editor.php:60
msgid "Blockquote"
msgstr ""
#: inc/editor.php:66
msgid "Blockquote Footer"
msgstr ""
#: inc/editor.php:72
msgid "Cite"
msgstr ""
#: inc/extras.php:245
msgid "Read More..."
msgstr "続きを読む..."
#: inc/hooks.php:30
msgid "https://wordpress.org/"
msgstr "https://ja.wordpress.org/"
#. translators: WordPress
#: inc/hooks.php:33
msgid "Proudly powered by %s"
msgstr "Proudly powered by %s"
#. translators: 1: Theme name, 2: Theme author
#: inc/hooks.php:38
msgid "Theme: %1$s by %2$s."
msgstr "テーマ: %1$s は %2$s によって作られました."
#. translators: Theme version
#: inc/hooks.php:44
msgid "Version: %s"
msgstr "バージョン: %s"
#: inc/pagination.php:53
msgctxt "previous set of posts"
msgid "&laquo;"
msgstr "&laquo;"
#: inc/pagination.php:54
msgctxt "next set of posts"
msgid "&raquo;"
msgstr "&raquo;"
#: inc/pagination.php:56
msgid "Posts navigation"
msgstr "投稿ナビゲーション"
#: inc/setup.php:49
msgid "Primary Menu"
msgstr "メインメニュー"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr ""
#: inc/template-tags.php:55
msgctxt "post author"
msgid "by"
msgstr ""
#: inc/template-tags.php:55
msgctxt "post author"
msgid "Posted by"
msgstr ""
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
msgid "Posted in %s"
msgstr "カテゴリー: %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
msgid "Tagged %s"
msgstr "タグ: %s"
#. translators: %s post title
#: inc/template-tags.php:128
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
#: inc/template-tags.php:233
msgid "Comments navigation"
msgstr "コメントナビゲーション"
#: inc/template-tags.php:237
msgid "&larr; Older Comments"
msgstr "&larr; 古いコメント"
#: inc/template-tags.php:243
msgid "Newer Comments &rarr;"
msgstr "新しいコメント &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
msgid "Edit %s"
msgstr "%s を編集する"
#: inc/template-tags.php:289
msgid "Post navigation"
msgstr "投稿ナビゲーション"
#: inc/template-tags.php:293
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:296
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:317
msgid "Pages:"
msgstr "ページ:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
msgid ", "
msgstr "、 "
#: inc/widgets.php:268
msgid "Right Sidebar"
msgstr "右サイドバー"
#: inc/widgets.php:270
msgid "Right sidebar widget area"
msgstr ""
#: inc/widgets.php:280
msgid "Left Sidebar"
msgstr "左サイドバー"
#: inc/widgets.php:282
msgid "Left sidebar widget area"
msgstr ""
#: inc/widgets.php:292
msgid "Hero Slider"
msgstr "ヒーロースライダー"
#: inc/widgets.php:294
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
msgid "Footer Full"
msgstr "全幅フッター"
#: inc/widgets.php:330
msgid "Full sized footer widget with dynamic grid"
msgstr ""
#: loop-templates/content-none.php:18
msgid "Nothing Found"
msgstr "何も見つかりませんでした"
#. translators: 1: Link to WP admin new post page.
#: loop-templates/content-none.php:30
msgid ""
"Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr ""
"最初の投稿を公開する準備はできましたか ? <a href=\"%1$s\">ここから始めましょ"
"う</a>。"
#: loop-templates/content-none.php:38
msgid ""
"Sorry, but nothing matched your search terms. Please try again with some "
"different keywords."
msgstr ""
"検索キーワードに一致するものが見つかりませんでした。 別のキーワードで試してみ"
"てください。"
#: loop-templates/content-none.php:46
msgid ""
"It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
"searching can help."
msgstr "お探しのコンテンツを見つけられませんでした。検索をお試しください。"
#. Template Name of the theme
msgid "Blank Page Template"
msgstr "空ページのテンプレート"
#. Template Name of the theme
msgid "Left and Right Sidebar Layout"
msgstr "左右のサイドバーのレイアウト"
#. Template Name of the theme
msgid "Empty Page Template"
msgstr "空ページのテンプレート"
#. Template Name of the theme
msgid "Full Width Page"
msgstr "全幅ページ"
#. Template Name of the theme
msgid "Left Sidebar Layout"
msgstr "左スライダーのレイアウト"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
#. Template Name of the theme
msgid "Right Sidebar Layout"
msgstr ""
#. translators: %s: query term
#: search.php:38
msgid "Search Results for: %s"
msgstr "「%s」の検索結果"
#: searchform.php:21
msgctxt "label"
msgid "Search for:"
msgstr "検索:"
#: searchform.php:23
msgctxt "placeholder"
msgid "Search &hellip;"
msgstr "検索&hellip;"
#: searchform.php:25 searchform.php:28
msgctxt "submit button"
msgid "Search"
msgstr "検索"
#: sidebar-templates/sidebar-hero.php:28
msgctxt "carousel control"
msgid "Previous"
msgstr "前へ"
#: sidebar-templates/sidebar-hero.php:36
msgctxt "carousel control"
msgid "Next"
msgstr "次へ"

Binary file not shown.

View File

@ -4,8 +4,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:29+0200\n"
"POT-Creation-Date: 2022-11-05T23:31:56+00:00\n"
"PO-Revision-Date: 2022-11-06 00:55+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: ko_KR\n"
@ -41,7 +41,7 @@ msgstr ""
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr ""
msgstr "https://howarddc.com"
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
@ -86,31 +86,31 @@ msgstr "%s 작성 글"
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr ""
msgstr "&ldquo;%s&rdquo;의 한가지 생각"
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[0] "&ldquo;%2$s&rdquo;의 %1$s개의 생각"
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
#: global-templates/navbar-collapse-bootstrap4.php:18
#: global-templates/navbar-collapse-bootstrap5.php:18
#: global-templates/navbar-offcanvas-bootstrap5.php:18
msgid "Main Navigation"
msgstr "메인 내비게이션"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
#: global-templates/navbar-collapse-bootstrap4.php:35
#: global-templates/navbar-collapse-bootstrap5.php:34
msgid "Toggle navigation"
msgstr "내비게이션 토글"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
#: global-templates/navbar-offcanvas-bootstrap5.php:34
msgid "Open menu"
msgstr "메뉴 열기"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
#: global-templates/navbar-offcanvas-bootstrap5.php:46
msgid "Close menu"
msgstr "메뉴 닫기"
@ -128,7 +128,7 @@ msgstr "댓글이 닫혀있습니다."
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr ""
msgstr "기본 헤더 이미지"
#: inc/customizer.php:67
msgid "Theme Layout Settings"
@ -143,16 +143,16 @@ msgid "Bootstrap Version"
msgstr ""
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgid "Choose between Bootstrap 4 and Bootstrap 5"
msgstr ""
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr ""
msgstr "Bootstrap 4"
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr ""
msgstr "Bootstrap 5"
#: inc/customizer.php:117
msgid "Container Width"
@ -179,45 +179,45 @@ msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
#: inc/customizer.php:153
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
#: inc/customizer.php:154
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
#: inc/customizer.php:176
msgid "Sidebar Positioning"
msgstr ""
#: inc/customizer.php:178
#: inc/customizer.php:177
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
#: inc/customizer.php:186
#: inc/customizer.php:184
msgid "Right sidebar"
msgstr ""
msgstr "오른쪽 사이드바"
#: inc/customizer.php:187
#: inc/customizer.php:185
msgid "Left sidebar"
msgstr ""
msgstr "왼쪽 사이드바"
#: inc/customizer.php:188
#: inc/customizer.php:186
msgid "Left & Right sidebars"
msgstr ""
#: inc/customizer.php:189
#: inc/customizer.php:187
msgid "No sidebar"
msgstr ""
msgstr "사이드바 없음"
#: inc/customizer.php:211
#: inc/customizer.php:209
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
#: inc/customizer.php:210
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
@ -228,11 +228,11 @@ msgstr ""
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr ""
msgstr "작음"
#: inc/editor.php:60
msgid "Blockquote"
msgstr ""
msgstr "다수 인용"
#: inc/editor.php:66
msgid "Blockquote Footer"
@ -242,13 +242,13 @@ msgstr ""
msgid "Cite"
msgstr ""
#: inc/extras.php:245
#: inc/extras.php:247
msgid "Read More..."
msgstr "더보기..."
#: inc/hooks.php:30
msgid "https://wordpress.org/"
msgstr "https://wordpress.org/"
msgstr "https://ko.wordpress.org/"
#. translators: WordPress
#: inc/hooks.php:33
@ -286,118 +286,126 @@ msgstr "기본 메뉴"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr ""
msgstr "작성일자"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "by"
msgstr ""
msgstr "글쓴이"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "Posted by"
msgstr ""
msgstr "올린이"
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
#: inc/template-tags.php:102
msgid "Posted in %s"
msgstr "에 배치하는 %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
#: inc/template-tags.php:117
msgid "Tagged %s"
msgstr "태그 %s"
#. translators: %s post title
#: inc/template-tags.php:128
#: inc/template-tags.php:136
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
msgstr "<span class=\"screen-reader-text\">%s에</span> 댓글 남기기"
#: inc/template-tags.php:233
#: inc/template-tags.php:243
msgid "Comments navigation"
msgstr "댓글 내비게이션"
#: inc/template-tags.php:237
#: inc/template-tags.php:247
msgid "&larr; Older Comments"
msgstr "<이전 댓글"
msgstr "&laquo; 이전 댓글"
#: inc/template-tags.php:243
#: inc/template-tags.php:253
msgid "Newer Comments &rarr;"
msgstr "신규 댓글>"
msgstr "다음 댓글 &raquo;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
#: inc/template-tags.php:272
msgid "Edit %s"
msgstr "%s 편집"
#: inc/template-tags.php:289
#: inc/template-tags.php:301
msgid "Post navigation"
msgstr "글 내비게이션"
#: inc/template-tags.php:293
#: inc/template-tags.php:305
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr ""
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:296
#: inc/template-tags.php:308
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr ""
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:317
#: inc/template-tags.php:331
msgid "Pages:"
msgstr "페이지:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
#: inc/template-tags.php:371
msgid ", "
msgstr ","
msgstr ", "
#: inc/widgets.php:268
#. translators: Widget area title
#: inc/widgets.php:279
msgid "Right Sidebar"
msgstr ""
msgstr "오른쪽 사이드바"
#: inc/widgets.php:270
#: inc/widgets.php:281
#, fuzzy
msgid "Right sidebar widget area"
msgstr ""
#: inc/widgets.php:280
msgid "Left Sidebar"
msgstr ""
#: inc/widgets.php:282
msgid "Left sidebar widget area"
msgstr ""
msgstr "오른쪽 사이드바"
#. translators: Widget area title
#: inc/widgets.php:292
msgid "Left Sidebar"
msgstr "왼쪽 사이드바"
#: inc/widgets.php:294
#, fuzzy
msgid "Left sidebar widget area"
msgstr "왼쪽 사이드바"
#. translators: Widget area title
#: inc/widgets.php:305
msgid "Hero Slider"
msgstr "Hero 슬라이더"
#: inc/widgets.php:294
#: inc/widgets.php:307
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
#. translators: Widget area title
#: inc/widgets.php:318
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
#: inc/widgets.php:320
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
#. translators: Widget area title
#: inc/widgets.php:331
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
#: inc/widgets.php:333
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
#. translators: Widget area title
#: inc/widgets.php:344
msgid "Footer Full"
msgstr "풋터 Full"
#: inc/widgets.php:330
#: inc/widgets.php:346
msgid "Full sized footer widget with dynamic grid"
msgstr ""
@ -442,16 +450,18 @@ msgid "Full Width Page"
msgstr "너비 페이지"
#. Template Name of the theme
#, fuzzy
msgid "Left Sidebar Layout"
msgstr ""
msgstr "왼쪽 사이드바"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
#. Template Name of the theme
#, fuzzy
msgid "Right Sidebar Layout"
msgstr ""
msgstr "오른쪽 사이드바"
#. translators: %s: query term
#: search.php:38

Binary file not shown.

View File

@ -1,488 +0,0 @@
# Translation of Understrap in Norwegian (Bokmål)
# This file is distributed under the same license as the Understrap package.
msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:30+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: nb_NO\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 3.2\n"
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
"translate_nooped_plural\n"
#. Theme Name of the theme
msgid "Understrap"
msgstr "Understrap"
#. Theme URI of the theme
#: inc/hooks.php:40
msgid "https://understrap.com"
msgstr "https://understrap.com"
#. Description of the theme
msgid ""
"The renowned WordPress starter theme framework that combined Underscores and "
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
"custom WordPress sites."
msgstr ""
#. Author of the theme
msgid "Howard Development &amp; Consulting"
msgstr ""
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr ""
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
msgstr "Oops! Denne siden ble ikke funnet."
#: 404.php:36
msgid "It looks like nothing was found at this location. Maybe try a search?"
msgstr ""
"Det ser ikke ut som vi fant noe på denne plasseringen. Kanskje prøve et søk?"
#: 404.php:46
msgid "Most Used Categories"
msgstr "Mest brukte kategorier"
#. translators: %1$s: smiley
#: 404.php:69
msgid "Try looking in the monthly archives. %1$s"
msgstr "Prøv å se i de månedlige arkivene. %1$s"
#. translators: %s: author name
#: author.php:44
msgctxt "Avatar alt"
msgid "Profile picture of %s"
msgstr "Profilbildet til %s"
#: author.php:54
msgid "Website"
msgstr "Nettsted"
#. translators: %s: author name
#: author.php:65
msgid "About %s"
msgstr "Om %s"
#. translators: %s: author name
#: author.php:79
msgid "Posts by %s"
msgstr "Innlegg av %s"
#. translators: %s: post title
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr ""
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
msgid "Main Navigation"
msgstr "Hovednavigasjon"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
msgid "Toggle navigation"
msgstr "Veksle navigasjon"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
msgid "Open menu"
msgstr "Åpne meny"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
msgid "Close menu"
msgstr "Lukk meny"
#: header.php:32
msgid "Skip to content"
msgstr "Hopp til innhold"
#: inc/class-wp-bootstrap-navwalker.php:377
msgid "Add a menu"
msgstr "Legg til meny"
#: inc/custom-comments.php:106
msgid "Comments are closed."
msgstr "Kommentarer er stengt."
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr ""
#: inc/customizer.php:67
msgid "Theme Layout Settings"
msgstr "Temaoppsettinnstillinger"
#: inc/customizer.php:69
msgid "Container width and sidebar defaults"
msgstr "Container-bredde og sidekolonne-standardinnstillinger"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr ""
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgstr ""
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr ""
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr ""
#: inc/customizer.php:117
msgid "Container Width"
msgstr "Container Bredde"
#: inc/customizer.php:118
msgid "Choose between Bootstrap's container and container-fluid"
msgstr "Velg mellom Bootstraps container og container-fluid"
#: inc/customizer.php:122
msgid "Fixed width container"
msgstr "Fast bredde container"
#: inc/customizer.php:123
msgid "Full width container"
msgstr "Full bredde container"
#: inc/customizer.php:145
msgid "Responsive Navigation Type"
msgstr ""
#: inc/customizer.php:146
msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
msgid "Sidebar Positioning"
msgstr "Sidekolonne-posisjonering"
#: inc/customizer.php:178
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
#: inc/customizer.php:186
msgid "Right sidebar"
msgstr "Høyre sidekolonne"
#: inc/customizer.php:187
msgid "Left sidebar"
msgstr "Venstre sidekolonne"
#: inc/customizer.php:188
msgid "Left & Right sidebars"
msgstr "Venstre og høyre sidekolonner"
#: inc/customizer.php:189
msgid "No sidebar"
msgstr "Ingen sidekolonne"
#: inc/customizer.php:211
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
#: inc/editor.php:50
msgid "Lead Paragraph"
msgstr ""
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr ""
#: inc/editor.php:60
msgid "Blockquote"
msgstr ""
#: inc/editor.php:66
msgid "Blockquote Footer"
msgstr ""
#: inc/editor.php:72
msgid "Cite"
msgstr ""
#: inc/extras.php:245
msgid "Read More..."
msgstr "Les mer..."
#: inc/hooks.php:30
msgid "https://wordpress.org/"
msgstr "https://nb.wordpress.org/"
#. translators: WordPress
#: inc/hooks.php:33
msgid "Proudly powered by %s"
msgstr "Stolt drevet av %s"
#. translators: 1: Theme name, 2: Theme author
#: inc/hooks.php:38
msgid "Theme: %1$s by %2$s."
msgstr "Tema: %1$s av %2$s."
#. translators: Theme version
#: inc/hooks.php:44
msgid "Version: %s"
msgstr "Versjon: %s"
#: inc/pagination.php:53
msgctxt "previous set of posts"
msgid "&laquo;"
msgstr "&laquo;"
#: inc/pagination.php:54
msgctxt "next set of posts"
msgid "&raquo;"
msgstr "&raquo;"
#: inc/pagination.php:56
msgid "Posts navigation"
msgstr "Innleggnavigasjon"
#: inc/setup.php:49
msgid "Primary Menu"
msgstr "Hovedmeny"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr ""
#: inc/template-tags.php:55
msgctxt "post author"
msgid "by"
msgstr ""
#: inc/template-tags.php:55
msgctxt "post author"
msgid "Posted by"
msgstr ""
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
msgid "Posted in %s"
msgstr "Publisert i %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
msgid "Tagged %s"
msgstr "Merket %s"
#. translators: %s post title
#: inc/template-tags.php:128
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
#: inc/template-tags.php:233
msgid "Comments navigation"
msgstr "Kommentarnavigasjon"
#: inc/template-tags.php:237
msgid "&larr; Older Comments"
msgstr "&larr; Eldre kommentarer"
#: inc/template-tags.php:243
msgid "Newer Comments &rarr;"
msgstr "Nyere kommentarer &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
msgid "Edit %s"
msgstr "Rediger %s"
#: inc/template-tags.php:289
msgid "Post navigation"
msgstr "Innleggsnavigasjon"
#: inc/template-tags.php:293
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:296
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:317
msgid "Pages:"
msgstr "Sider:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
msgid ", "
msgstr ", "
#: inc/widgets.php:268
msgid "Right Sidebar"
msgstr "Høyre sidekolonne"
#: inc/widgets.php:270
msgid "Right sidebar widget area"
msgstr ""
#: inc/widgets.php:280
msgid "Left Sidebar"
msgstr "Venstre sidekolonne"
#: inc/widgets.php:282
msgid "Left sidebar widget area"
msgstr ""
#: inc/widgets.php:292
msgid "Hero Slider"
msgstr "Hero Slider"
#: inc/widgets.php:294
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
msgid "Footer Full"
msgstr "Bunntekst full"
#: inc/widgets.php:330
msgid "Full sized footer widget with dynamic grid"
msgstr ""
#: loop-templates/content-none.php:18
msgid "Nothing Found"
msgstr "Intet funnet"
#. translators: 1: Link to WP admin new post page.
#: loop-templates/content-none.php:30
msgid ""
"Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr ""
"Klar til å publisere ditt første innlegg? <a href=\"%1$s\">Kom i gang her</"
"a>."
#: loop-templates/content-none.php:38
msgid ""
"Sorry, but nothing matched your search terms. Please try again with some "
"different keywords."
msgstr ""
"Beklager, men det var ikke noe som passet til ditt søk. Vennligst prøv igjen "
"med andre søkeord."
#: loop-templates/content-none.php:46
msgid ""
"It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
"searching can help."
msgstr ""
"Det ser ikke ut til at vi kan finne det du leter etter. Kanskje et søk kan "
"hjelpe."
#. Template Name of the theme
msgid "Blank Page Template"
msgstr "Blank sidemal"
#. Template Name of the theme
msgid "Left and Right Sidebar Layout"
msgstr "Venstre og høyre sidekolonne-oppsett"
#. Template Name of the theme
msgid "Empty Page Template"
msgstr "Tom sidemal"
#. Template Name of the theme
msgid "Full Width Page"
msgstr "Full bredde side"
#. Template Name of the theme
msgid "Left Sidebar Layout"
msgstr "Venstre sidekolonne-oppsett"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
#. Template Name of the theme
msgid "Right Sidebar Layout"
msgstr ""
#. translators: %s: query term
#: search.php:38
msgid "Search Results for: %s"
msgstr "Søkeresultater for: %s"
#: searchform.php:21
msgctxt "label"
msgid "Search for:"
msgstr "Søk etter:"
#: searchform.php:23
msgctxt "placeholder"
msgid "Search &hellip;"
msgstr "Søk &hellip;"
#: searchform.php:25 searchform.php:28
msgctxt "submit button"
msgid "Search"
msgstr "Søk"
#: sidebar-templates/sidebar-hero.php:28
msgctxt "carousel control"
msgid "Previous"
msgstr "Forrige"
#: sidebar-templates/sidebar-hero.php:36
msgctxt "carousel control"
msgid "Next"
msgstr "Neste"

Binary file not shown.

View File

@ -1,488 +0,0 @@
# Translation of Understrap in Dutch
# This file is distributed under the same license as the Understrap package.
msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:31+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: nl\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 3.2\n"
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
"translate_nooped_plural\n"
#. Theme Name of the theme
msgid "Understrap"
msgstr "Understrap"
#. Theme URI of the theme
#: inc/hooks.php:40
msgid "https://understrap.com"
msgstr "https://understrap.com"
#. Description of the theme
msgid ""
"The renowned WordPress starter theme framework that combined Underscores and "
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
"custom WordPress sites."
msgstr ""
#. Author of the theme
msgid "Howard Development &amp; Consulting"
msgstr ""
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr ""
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
msgstr "Deze pagina kon niet worden gevonden."
#: 404.php:36
msgid "It looks like nothing was found at this location. Maybe try a search?"
msgstr ""
"Het lijkt erop dat er op deze locatie niets is gevonden. Misschien een "
"zoekopdracht proberen?"
#: 404.php:46
msgid "Most Used Categories"
msgstr "Meest gebruikte categorie&#235;n"
#. translators: %1$s: smiley
#: 404.php:69
msgid "Try looking in the monthly archives. %1$s"
msgstr "Probeer te zoeken in de maandelijkse archieven. %1$s"
#. translators: %s: author name
#: author.php:44
msgctxt "Avatar alt"
msgid "Profile picture of %s"
msgstr "Profielfoto van %s"
#: author.php:54
msgid "Website"
msgstr "Site"
#. translators: %s: author name
#: author.php:65
msgid "About %s"
msgstr "Over %s"
#. translators: %s: author name
#: author.php:79
msgid "Posts by %s"
msgstr "Berichten van %s"
#. translators: %s: post title
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr ""
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
msgid "Main Navigation"
msgstr "Hoofdnavigatie"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
msgid "Toggle navigation"
msgstr "Toggle navigatie"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
msgid "Open menu"
msgstr "Open menu"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
msgid "Close menu"
msgstr "Sluit menu"
#: header.php:32
msgid "Skip to content"
msgstr "Ga naar de inhoud"
#: inc/class-wp-bootstrap-navwalker.php:377
msgid "Add a menu"
msgstr "Menu toevoegen"
#: inc/custom-comments.php:106
msgid "Comments are closed."
msgstr "Reacties zijn gesloten."
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr ""
#: inc/customizer.php:67
msgid "Theme Layout Settings"
msgstr "Thema Layout Instellingen"
#: inc/customizer.php:69
msgid "Container width and sidebar defaults"
msgstr "Container breedte en zijbalk standaarden"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr ""
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgstr ""
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr ""
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr ""
#: inc/customizer.php:117
msgid "Container Width"
msgstr "Container Breedte"
#: inc/customizer.php:118
msgid "Choose between Bootstrap's container and container-fluid"
msgstr "Kies tussen Bootstrap's container en container-fluid"
#: inc/customizer.php:122
msgid "Fixed width container"
msgstr "Container met vaste breedte"
#: inc/customizer.php:123
msgid "Full width container"
msgstr "Container met vollege breedte"
#: inc/customizer.php:145
msgid "Responsive Navigation Type"
msgstr ""
#: inc/customizer.php:146
msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
msgid "Sidebar Positioning"
msgstr "Zijbalk Positie"
#: inc/customizer.php:178
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
#: inc/customizer.php:186
msgid "Right sidebar"
msgstr "Rechter zijbalk"
#: inc/customizer.php:187
msgid "Left sidebar"
msgstr "Linker zijbalk"
#: inc/customizer.php:188
msgid "Left & Right sidebars"
msgstr "Linker & Rechter zijbalken"
#: inc/customizer.php:189
msgid "No sidebar"
msgstr "Geen zijbalk"
#: inc/customizer.php:211
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
#: inc/editor.php:50
msgid "Lead Paragraph"
msgstr ""
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr ""
#: inc/editor.php:60
msgid "Blockquote"
msgstr ""
#: inc/editor.php:66
msgid "Blockquote Footer"
msgstr ""
#: inc/editor.php:72
msgid "Cite"
msgstr ""
#: inc/extras.php:245
msgid "Read More..."
msgstr "Lees verder..."
#: inc/hooks.php:30
msgid "https://wordpress.org/"
msgstr "https://nl.wordpress.org/"
#. translators: WordPress
#: inc/hooks.php:33
msgid "Proudly powered by %s"
msgstr "Met trots ondersteund door %s"
#. translators: 1: Theme name, 2: Theme author
#: inc/hooks.php:38
msgid "Theme: %1$s by %2$s."
msgstr "Thema: %1$s van %2$s."
#. translators: Theme version
#: inc/hooks.php:44
msgid "Version: %s"
msgstr "Versie: %s"
#: inc/pagination.php:53
msgctxt "previous set of posts"
msgid "&laquo;"
msgstr "&laquo;"
#: inc/pagination.php:54
msgctxt "next set of posts"
msgid "&raquo;"
msgstr "&raquo;"
#: inc/pagination.php:56
msgid "Posts navigation"
msgstr "Berichtnavigatie"
#: inc/setup.php:49
msgid "Primary Menu"
msgstr "Primair menu"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr ""
#: inc/template-tags.php:55
msgctxt "post author"
msgid "by"
msgstr ""
#: inc/template-tags.php:55
msgctxt "post author"
msgid "Posted by"
msgstr ""
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
msgid "Posted in %s"
msgstr "Geplaatst in %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
msgid "Tagged %s"
msgstr "Getagged %s"
#. translators: %s post title
#: inc/template-tags.php:128
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
#: inc/template-tags.php:233
msgid "Comments navigation"
msgstr "Reactienavigatie"
#: inc/template-tags.php:237
msgid "&larr; Older Comments"
msgstr "&larr; Oudere reacties"
#: inc/template-tags.php:243
msgid "Newer Comments &rarr;"
msgstr "Nieuwere reacties &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
msgid "Edit %s"
msgstr "Bewerk %s"
#: inc/template-tags.php:289
msgid "Post navigation"
msgstr "Berichtnavigatie"
#: inc/template-tags.php:293
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr ""
#: inc/template-tags.php:296
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr ""
#: inc/template-tags.php:317
msgid "Pages:"
msgstr "Pagina's:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
msgid ", "
msgstr ", "
#: inc/widgets.php:268
msgid "Right Sidebar"
msgstr "Rechter zijbalk"
#: inc/widgets.php:270
msgid "Right sidebar widget area"
msgstr ""
#: inc/widgets.php:280
msgid "Left Sidebar"
msgstr "Linkel zijbalk"
#: inc/widgets.php:282
msgid "Left sidebar widget area"
msgstr ""
#: inc/widgets.php:292
msgid "Hero Slider"
msgstr "Hero Slider"
#: inc/widgets.php:294
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
msgid "Footer Full"
msgstr "Footer (volledige breedte)"
#: inc/widgets.php:330
msgid "Full sized footer widget with dynamic grid"
msgstr ""
#: loop-templates/content-none.php:18
msgid "Nothing Found"
msgstr "Niets gevonden"
#. translators: 1: Link to WP admin new post page.
#: loop-templates/content-none.php:30
msgid ""
"Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr ""
"Klaar om je eerste bericht te publiceren? <a href=\"%1$s\">Begin hier</a>."
#: loop-templates/content-none.php:38
msgid ""
"Sorry, but nothing matched your search terms. Please try again with some "
"different keywords."
msgstr ""
"Er kwam niets overeen met je zoektermen. Probeer het opnieuw met een aantal "
"andere trefwoorden."
#: loop-templates/content-none.php:46
msgid ""
"It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
"searching can help."
msgstr ""
"Het lijkt erop dat wij niet kunnen vinden wat jij zoekt. Wellicht dat de "
"zoekfunctie kan helpen."
#. Template Name of the theme
msgid "Blank Page Template"
msgstr "Blank Pagina Sjabloon"
#. Template Name of the theme
msgid "Left and Right Sidebar Layout"
msgstr "Linker en Rechter Zijbalk"
#. Template Name of the theme
msgid "Empty Page Template"
msgstr "Leeg Pagina Sjabloon"
#. Template Name of the theme
msgid "Full Width Page"
msgstr "Volledige breedte"
#. Template Name of the theme
msgid "Left Sidebar Layout"
msgstr "Linker Zijbalk"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
#. Template Name of the theme
msgid "Right Sidebar Layout"
msgstr ""
#. translators: %s: query term
#: search.php:38
msgid "Search Results for: %s"
msgstr "Zoekresultaten voor: %s"
#: searchform.php:21
msgctxt "label"
msgid "Search for:"
msgstr "Zoeken naar:"
#: searchform.php:23
msgctxt "placeholder"
msgid "Search &hellip;"
msgstr "Zoeken &hellip;"
#: searchform.php:25 searchform.php:28
msgctxt "submit button"
msgid "Search"
msgstr "Zoeken"
#: sidebar-templates/sidebar-hero.php:28
msgctxt "carousel control"
msgid "Previous"
msgstr "Vorige"
#: sidebar-templates/sidebar-hero.php:36
msgctxt "carousel control"
msgid "Next"
msgstr "Volgende"

Binary file not shown.

View File

@ -4,8 +4,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:32+0200\n"
"POT-Creation-Date: 2022-11-05T23:31:56+00:00\n"
"PO-Revision-Date: 2022-11-06 00:59+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: nn_NO\n"
@ -37,11 +37,11 @@ msgstr ""
#. Author of the theme
msgid "Howard Development &amp; Consulting"
msgstr ""
msgstr "Howard Development &amp; Consulting"
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr ""
msgstr "https://howarddc.com"
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
@ -85,32 +85,32 @@ msgstr "Innlegg av %s"
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr ""
msgstr "Eitt innspel til &laquo;%s&raquo;"
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""
msgstr[0] "Ein tanke om &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s sine tankar om &ldquo;%2$s&rdquo;"
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
#: global-templates/navbar-collapse-bootstrap4.php:18
#: global-templates/navbar-collapse-bootstrap5.php:18
#: global-templates/navbar-offcanvas-bootstrap5.php:18
msgid "Main Navigation"
msgstr ""
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
#: global-templates/navbar-collapse-bootstrap4.php:35
#: global-templates/navbar-collapse-bootstrap5.php:34
msgid "Toggle navigation"
msgstr ""
#: global-templates/navbar-offcanvas-bootstrap5.php:33
#: global-templates/navbar-offcanvas-bootstrap5.php:34
msgid "Open menu"
msgstr ""
#: global-templates/navbar-offcanvas-bootstrap5.php:45
#: global-templates/navbar-offcanvas-bootstrap5.php:46
msgid "Close menu"
msgstr ""
@ -128,7 +128,7 @@ msgstr "Stengt for kommentarar."
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr ""
msgstr "Standard toppbilete"
#: inc/customizer.php:67
msgid "Theme Layout Settings"
@ -140,19 +140,19 @@ msgstr "Container-bredde og sidekolonne-standardinnstillinger"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr ""
msgstr "Bootstrap versjon"
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgid "Choose between Bootstrap 4 and Bootstrap 5"
msgstr ""
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr ""
msgstr "Bootstrap 4"
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr ""
msgstr "Bootstrap 4"
#: inc/customizer.php:117
msgid "Container Width"
@ -179,45 +179,45 @@ msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
#: inc/customizer.php:153
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
#: inc/customizer.php:154
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
#: inc/customizer.php:176
msgid "Sidebar Positioning"
msgstr "Sidekolonne-posisjonering"
#: inc/customizer.php:178
#: inc/customizer.php:177
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
#: inc/customizer.php:186
#: inc/customizer.php:184
msgid "Right sidebar"
msgstr "Høyre sidekolonne"
#: inc/customizer.php:187
#: inc/customizer.php:185
msgid "Left sidebar"
msgstr "Venstre sidekolonne"
#: inc/customizer.php:188
#: inc/customizer.php:186
msgid "Left & Right sidebars"
msgstr "Venstre og høgre sidekolonner"
#: inc/customizer.php:189
#: inc/customizer.php:187
msgid "No sidebar"
msgstr "Ingen sidekolonne"
#: inc/customizer.php:211
#: inc/customizer.php:209
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
#: inc/customizer.php:210
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
@ -228,11 +228,11 @@ msgstr ""
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr ""
msgstr "Liten"
#: inc/editor.php:60
msgid "Blockquote"
msgstr ""
msgstr "Blokksitat"
#: inc/editor.php:66
msgid "Blockquote Footer"
@ -242,13 +242,13 @@ msgstr ""
msgid "Cite"
msgstr ""
#: inc/extras.php:245
#: inc/extras.php:247
msgid "Read More..."
msgstr "Les meir..."
#: inc/hooks.php:30
msgid "https://wordpress.org/"
msgstr "https://wordpress.org/"
msgstr "https://nn.wordpress.org/"
#. translators: WordPress
#: inc/hooks.php:33
@ -286,12 +286,12 @@ msgstr "Hovudmeny"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr ""
msgstr "Posta"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "by"
msgstr ""
msgstr "av"
#: inc/template-tags.php:55
msgctxt "post author"
@ -299,105 +299,114 @@ msgid "Posted by"
msgstr ""
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
#: inc/template-tags.php:102
msgid "Posted in %s"
msgstr "Posta under %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
#: inc/template-tags.php:117
msgid "Tagged %s"
msgstr "Merkte %s"
#. translators: %s post title
#: inc/template-tags.php:128
#: inc/template-tags.php:136
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
"Legg att ein kommentar<span class=\"screen-reader-text\"> til %s</span>"
#: inc/template-tags.php:233
#: inc/template-tags.php:243
msgid "Comments navigation"
msgstr "Finn fram i kommentarar"
#: inc/template-tags.php:237
#: inc/template-tags.php:247
msgid "&larr; Older Comments"
msgstr "&larr; Eldre kommentarar"
#: inc/template-tags.php:243
#: inc/template-tags.php:253
msgid "Newer Comments &rarr;"
msgstr "Nyare kommentarar &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
#: inc/template-tags.php:272
msgid "Edit %s"
msgstr "Rediger %s"
#: inc/template-tags.php:289
#: inc/template-tags.php:301
msgid "Post navigation"
msgstr "Innleggsnavigering"
#: inc/template-tags.php:293
#: inc/template-tags.php:305
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:296
#: inc/template-tags.php:308
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:317
#: inc/template-tags.php:331
msgid "Pages:"
msgstr "Sider:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
#: inc/template-tags.php:371
msgid ", "
msgstr ", "
#: inc/widgets.php:268
#. translators: Widget area title
#: inc/widgets.php:279
msgid "Right Sidebar"
msgstr "Høgre sidekolonne"
#: inc/widgets.php:270
#: inc/widgets.php:281
#, fuzzy
msgid "Right sidebar widget area"
msgstr ""
msgstr "Høgre sidekolonne"
#: inc/widgets.php:280
#. translators: Widget area title
#: inc/widgets.php:292
msgid "Left Sidebar"
msgstr "Venstre sidekolonne"
#: inc/widgets.php:282
#: inc/widgets.php:294
#, fuzzy
msgid "Left sidebar widget area"
msgstr ""
msgstr "Venstre sidekolonne"
#: inc/widgets.php:292
#. translators: Widget area title
#: inc/widgets.php:305
msgid "Hero Slider"
msgstr "Hero Slider"
#: inc/widgets.php:294
#: inc/widgets.php:307
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
#. translators: Widget area title
#: inc/widgets.php:318
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
#: inc/widgets.php:320
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
#. translators: Widget area title
#: inc/widgets.php:331
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
#: inc/widgets.php:333
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
#. translators: Widget area title
#: inc/widgets.php:344
msgid "Footer Full"
msgstr "Bunntekst full"
#: inc/widgets.php:330
#: inc/widgets.php:346
msgid "Full sized footer widget with dynamic grid"
msgstr ""
@ -448,11 +457,11 @@ msgstr "Venstre sidekolonne-oppsett"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
msgstr "Ingen tittel, full bredde side"
#. Template Name of the theme
msgid "Right Sidebar Layout"
msgstr ""
msgstr "Høgre sidekolonne-oppsett"
#. translators: %s: query term
#: search.php:38

Binary file not shown.

View File

@ -4,8 +4,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:33+0200\n"
"POT-Creation-Date: 2022-11-05T23:31:56+00:00\n"
"PO-Revision-Date: 2022-11-06 01:06+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: pl\n"
@ -38,11 +38,11 @@ msgstr ""
#. Author of the theme
msgid "Howard Development &amp; Consulting"
msgstr ""
msgstr "Howard Development &amp; Consulting"
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr ""
msgstr "https://howarddc.com"
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
@ -85,34 +85,34 @@ msgstr "Wpisy, których autorem jest %s"
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr ""
msgstr "Jeden komentarz do &ldquo;%s&rdquo;"
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[0] "%1$s komentarz do &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s komentarze do &ldquo;%2$s&rdquo;"
msgstr[2] "%1$s komentarzy do &ldquo;%2$s&rdquo;"
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
#: global-templates/navbar-collapse-bootstrap4.php:18
#: global-templates/navbar-collapse-bootstrap5.php:18
#: global-templates/navbar-offcanvas-bootstrap5.php:18
#, fuzzy
msgid "Main Navigation"
msgstr "Nawigacja główna"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
#: global-templates/navbar-collapse-bootstrap4.php:35
#: global-templates/navbar-collapse-bootstrap5.php:34
msgid "Toggle navigation"
msgstr "Przełącz nawigację"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
#: global-templates/navbar-offcanvas-bootstrap5.php:34
msgid "Open menu"
msgstr "Rozwiń menu"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
#: global-templates/navbar-offcanvas-bootstrap5.php:46
msgid "Close menu"
msgstr "Zamknij menu"
@ -130,7 +130,7 @@ msgstr "Możliwość komentowania została wyłączona."
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr ""
msgstr "Domyślny obrazek nagłówka"
#: inc/customizer.php:67
msgid "Theme Layout Settings"
@ -142,19 +142,19 @@ msgstr "Domyślne ustawienia szerokości strony oraz panelu bocznego"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr ""
msgstr "Wersja Bootstrap"
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgid "Choose between Bootstrap 4 and Bootstrap 5"
msgstr ""
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr ""
msgstr "Bootstrap 4"
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr ""
msgstr "Bootstrap 5"
#: inc/customizer.php:117
msgid "Container Width"
@ -181,45 +181,45 @@ msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
#: inc/customizer.php:153
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
#: inc/customizer.php:154
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
#: inc/customizer.php:176
msgid "Sidebar Positioning"
msgstr "Umiejscowienie panelu bocznego"
#: inc/customizer.php:178
#: inc/customizer.php:177
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
#: inc/customizer.php:186
#: inc/customizer.php:184
msgid "Right sidebar"
msgstr "Panel boczny po prawej"
#: inc/customizer.php:187
#: inc/customizer.php:185
msgid "Left sidebar"
msgstr "Panel boczny po lewej"
#: inc/customizer.php:188
#: inc/customizer.php:186
msgid "Left & Right sidebars"
msgstr "Panel boczny po lewej i po prawej"
#: inc/customizer.php:189
#: inc/customizer.php:187
msgid "No sidebar"
msgstr "Brak panelu bocznego"
#: inc/customizer.php:211
#: inc/customizer.php:209
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
#: inc/customizer.php:210
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
@ -230,11 +230,11 @@ msgstr ""
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr ""
msgstr "Mały"
#: inc/editor.php:60
msgid "Blockquote"
msgstr ""
msgstr "Cytat blokowy"
#: inc/editor.php:66
msgid "Blockquote Footer"
@ -244,7 +244,7 @@ msgstr ""
msgid "Cite"
msgstr ""
#: inc/extras.php:245
#: inc/extras.php:247
msgid "Read More..."
msgstr "Czytaj dalej…"
@ -288,7 +288,7 @@ msgstr "Menu główne"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr ""
msgstr "Data publikacji"
#: inc/template-tags.php:55
msgctxt "post author"
@ -298,108 +298,115 @@ msgstr ""
#: inc/template-tags.php:55
msgctxt "post author"
msgid "Posted by"
msgstr ""
msgstr "Opublikowane przez"
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
#: inc/template-tags.php:102
msgid "Posted in %s"
msgstr "Opublikowano w %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
#: inc/template-tags.php:117
msgid "Tagged %s"
msgstr "Tagi %s"
#. translators: %s post title
#: inc/template-tags.php:128
#: inc/template-tags.php:136
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
msgstr "Dodaj komentarz<span class=\"screen-reader-text\"> do %s</span>"
#: inc/template-tags.php:233
#: inc/template-tags.php:243
msgid "Comments navigation"
msgstr "Nawigacja komentarzy"
#: inc/template-tags.php:237
#: inc/template-tags.php:247
msgid "&larr; Older Comments"
msgstr "&larr; Starsze komentarze"
#: inc/template-tags.php:243
#: inc/template-tags.php:253
msgid "Newer Comments &rarr;"
msgstr "Nowsze komentarze &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
#: inc/template-tags.php:272
msgid "Edit %s"
msgstr "Edytuj %s"
#: inc/template-tags.php:289
#: inc/template-tags.php:301
msgid "Post navigation"
msgstr "Nawigacja wpisu"
#: inc/template-tags.php:293
#: inc/template-tags.php:305
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:296
#: inc/template-tags.php:308
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:317
#: inc/template-tags.php:331
msgid "Pages:"
msgstr "Strony:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
#: inc/template-tags.php:371
msgid ", "
msgstr ","
msgstr ", "
#: inc/widgets.php:268
#. translators: Widget area title
#: inc/widgets.php:279
msgid "Right Sidebar"
msgstr "Prawy panel boczny"
msgstr "Panel boczny po prawej"
#: inc/widgets.php:270
#: inc/widgets.php:281
msgid "Right sidebar widget area"
msgstr ""
#: inc/widgets.php:280
msgid "Left Sidebar"
msgstr "Lewy panel boczny"
#: inc/widgets.php:282
msgid "Left sidebar widget area"
msgstr ""
msgstr "Panel boczny po prawej"
#. translators: Widget area title
#: inc/widgets.php:292
msgid "Left Sidebar"
msgstr "Panel boczny po lewej"
#: inc/widgets.php:294
#, fuzzy
msgid "Left sidebar widget area"
msgstr "Panel boczny po lewej"
#. translators: Widget area title
#: inc/widgets.php:305
msgid "Hero Slider"
msgstr "Slider Hero"
#: inc/widgets.php:294
#: inc/widgets.php:307
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
#. translators: Widget area title
#: inc/widgets.php:318
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
#: inc/widgets.php:320
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
#. translators: Widget area title
#: inc/widgets.php:331
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
#: inc/widgets.php:333
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
#. translators: Widget area title
#: inc/widgets.php:344
msgid "Footer Full"
msgstr "Pełna stopka"
#: inc/widgets.php:330
#: inc/widgets.php:346
msgid "Full sized footer widget with dynamic grid"
msgstr ""
@ -434,7 +441,7 @@ msgstr "Czysta strona"
#. Template Name of the theme
msgid "Left and Right Sidebar Layout"
msgstr "Lewy i prawy panel boczny"
msgstr "Panel boczny po lewej i po prawej"
#. Template Name of the theme
msgid "Empty Page Template"
@ -442,19 +449,19 @@ msgstr "Pusta strona"
#. Template Name of the theme
msgid "Full Width Page"
msgstr "Pełna szerokość"
msgstr "Pełna szerokość strony"
#. Template Name of the theme
msgid "Left Sidebar Layout"
msgstr "Lewy panel boczny"
msgstr "Panel boczny po lewej"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
msgstr "Brak tytułu, pełna szerokość strony"
#. Template Name of the theme
msgid "Right Sidebar Layout"
msgstr ""
msgstr "Panel boczny po prawej"
#. translators: %s: query term
#: search.php:38

Binary file not shown.

View File

@ -4,8 +4,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:35+0200\n"
"POT-Creation-Date: 2022-11-05T23:31:56+00:00\n"
"PO-Revision-Date: 2022-11-06 01:09+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: pt_BR\n"
@ -37,11 +37,11 @@ msgstr ""
#. Author of the theme
msgid "Howard Development &amp; Consulting"
msgstr ""
msgstr "Howard Development &amp; Consulting"
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr ""
msgstr "https://howarddc.com"
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
@ -63,10 +63,9 @@ msgstr "Tente olhar nos arquivos mensais. %1$s"
#. translators: %s: author name
#: author.php:44
#, fuzzy
msgctxt "Avatar alt"
msgid "Profile picture of %s"
msgstr "Foto do perfil do %s"
msgstr "Foto do perfil de %s"
#: author.php:54
msgid "Website"
@ -86,32 +85,32 @@ msgstr "Posts de %s"
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr ""
msgstr "Um comentário em &ldquo;%s&rdquo;"
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""
msgstr[0] "%1$s comentário em &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s comentários em &ldquo;%2$s&rdquo;"
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
#: global-templates/navbar-collapse-bootstrap4.php:18
#: global-templates/navbar-collapse-bootstrap5.php:18
#: global-templates/navbar-offcanvas-bootstrap5.php:18
msgid "Main Navigation"
msgstr "Navegação principal"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
#: global-templates/navbar-collapse-bootstrap4.php:35
#: global-templates/navbar-collapse-bootstrap5.php:34
msgid "Toggle navigation"
msgstr "Alternar navegação"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
#: global-templates/navbar-offcanvas-bootstrap5.php:34
msgid "Open menu"
msgstr "Abrir menu"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
#: global-templates/navbar-offcanvas-bootstrap5.php:46
msgid "Close menu"
msgstr "Fechar menu"
@ -129,7 +128,7 @@ msgstr "Os comentários estão desativados."
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr ""
msgstr "Imagem padrão do cabeçalho"
#: inc/customizer.php:67
msgid "Theme Layout Settings"
@ -141,19 +140,19 @@ msgstr ""
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr ""
msgstr "Bootstrap versão"
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgstr ""
msgid "Choose between Bootstrap 4 and Bootstrap 5"
msgstr "Escolha entre o Bootstrap 4 e o Bootstrap 5"
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr ""
msgstr "Bootstrap 4"
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr ""
msgstr "Bootstrap 5"
#: inc/customizer.php:117
msgid "Container Width"
@ -180,45 +179,46 @@ msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
#: inc/customizer.php:153
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
#: inc/customizer.php:154
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
#: inc/customizer.php:176
msgid "Sidebar Positioning"
msgstr ""
#: inc/customizer.php:178
#: inc/customizer.php:177
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
#: inc/customizer.php:186
#: inc/customizer.php:184
msgid "Right sidebar"
msgstr ""
msgstr "Barra lateral direita"
#: inc/customizer.php:185
msgid "Left sidebar"
msgstr "Barra lateral esquerda"
#: inc/customizer.php:186
#, fuzzy
msgid "Left & Right sidebars"
msgstr "Barra lateral esquerda e direita"
#: inc/customizer.php:187
msgid "Left sidebar"
msgstr ""
#: inc/customizer.php:188
msgid "Left & Right sidebars"
msgstr ""
#: inc/customizer.php:189
msgid "No sidebar"
msgstr ""
msgstr "Sem barra lateral"
#: inc/customizer.php:211
#: inc/customizer.php:209
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
#: inc/customizer.php:210
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
@ -229,11 +229,11 @@ msgstr ""
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr ""
msgstr "Pequeno"
#: inc/editor.php:60
msgid "Blockquote"
msgstr ""
msgstr "Bloco de citação"
#: inc/editor.php:66
msgid "Blockquote Footer"
@ -243,7 +243,7 @@ msgstr ""
msgid "Cite"
msgstr ""
#: inc/extras.php:245
#: inc/extras.php:247
msgid "Read More..."
msgstr "Leia mais..."
@ -287,118 +287,127 @@ msgstr "Menu principal"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr ""
msgstr "Publicado em"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "by"
msgstr ""
msgstr "por"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "Posted by"
msgstr ""
msgstr "Publicado por"
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
#: inc/template-tags.php:102
msgid "Posted in %s"
msgstr "Publicado em %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
#: inc/template-tags.php:117
msgid "Tagged %s"
msgstr "Marcado com %s"
#. translators: %s post title
#: inc/template-tags.php:128
#: inc/template-tags.php:136
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
msgstr "Deixe um comentário<span class=\"screen-reader-text\"> em %s</span>"
#: inc/template-tags.php:233
#: inc/template-tags.php:243
msgid "Comments navigation"
msgstr "Navegação de comentários"
#: inc/template-tags.php:237
#: inc/template-tags.php:247
msgid "&larr; Older Comments"
msgstr "&larr; Comentários mais antigos"
#: inc/template-tags.php:243
#: inc/template-tags.php:253
msgid "Newer Comments &rarr;"
msgstr "Comentários mais recentes &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
#: inc/template-tags.php:272
msgid "Edit %s"
msgstr "Editar %s"
#: inc/template-tags.php:289
#: inc/template-tags.php:301
msgid "Post navigation"
msgstr "Navegação de post"
#: inc/template-tags.php:293
#: inc/template-tags.php:305
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr ""
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:296
#: inc/template-tags.php:308
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr ""
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:317
#: inc/template-tags.php:331
msgid "Pages:"
msgstr "P&aacute;ginas"
msgstr "Páginas:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
#: inc/template-tags.php:371
msgid ", "
msgstr ", "
#: inc/widgets.php:268
#. translators: Widget area title
#: inc/widgets.php:279
msgid "Right Sidebar"
msgstr ""
msgstr "Barra lateral direita"
#: inc/widgets.php:270
#: inc/widgets.php:281
#, fuzzy
msgid "Right sidebar widget area"
msgstr ""
#: inc/widgets.php:280
msgid "Left Sidebar"
msgstr ""
#: inc/widgets.php:282
msgid "Left sidebar widget area"
msgstr ""
msgstr "Barra lateral direita"
#. translators: Widget area title
#: inc/widgets.php:292
msgid "Left Sidebar"
msgstr "Barra lateral esquerda"
#: inc/widgets.php:294
#, fuzzy
msgid "Left sidebar widget area"
msgstr "Barra lateral esquerda"
#. translators: Widget area title
#: inc/widgets.php:305
msgid "Hero Slider"
msgstr "Hero Slides"
#: inc/widgets.php:294
#: inc/widgets.php:307
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
#. translators: Widget area title
#: inc/widgets.php:318
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
#: inc/widgets.php:320
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
#. translators: Widget area title
#: inc/widgets.php:331
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
#: inc/widgets.php:333
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
#. translators: Widget area title
#: inc/widgets.php:344
#, fuzzy
msgid "Footer Full"
msgstr "Rodap&eacute;"
#: inc/widgets.php:330
#: inc/widgets.php:346
msgid "Full sized footer widget with dynamic grid"
msgstr ""
@ -435,8 +444,9 @@ msgid "Blank Page Template"
msgstr ""
#. Template Name of the theme
#, fuzzy
msgid "Left and Right Sidebar Layout"
msgstr ""
msgstr "Barra lateral esquerda e direita"
#. Template Name of the theme
msgid "Empty Page Template"
@ -444,19 +454,20 @@ msgstr ""
#. Template Name of the theme
msgid "Full Width Page"
msgstr "Sem barra lateral"
msgstr "Página com Largura Total"
#. Template Name of the theme
#, fuzzy
msgid "Left Sidebar Layout"
msgstr ""
msgstr "Barra lateral esquerda"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
msgstr "Sem título, página com largura total"
#. Template Name of the theme
msgid "Right Sidebar Layout"
msgstr ""
msgstr "Barra lateral direita"
#. translators: %s: query term
#: search.php:38

Binary file not shown.

View File

@ -4,8 +4,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:36+0200\n"
"POT-Creation-Date: 2022-11-05T23:31:56+00:00\n"
"PO-Revision-Date: 2022-11-06 01:10+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: pt\n"
@ -37,11 +37,11 @@ msgstr ""
#. Author of the theme
msgid "Howard Development &amp; Consulting"
msgstr ""
msgstr "Howard Development &amp; Consulting"
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr ""
msgstr "https://howarddc.com"
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
@ -64,7 +64,7 @@ msgstr "Tente pesquisar nos arquivos mensais. %1$s"
#: author.php:44
msgctxt "Avatar alt"
msgid "Profile picture of %s"
msgstr "Imagem de perfil de %s"
msgstr "Foto do perfil de %s"
#: author.php:54
msgid "Website"
@ -84,32 +84,32 @@ msgstr "Artigos de %s"
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr ""
msgstr "Um comentário em &ldquo;%s&rdquo;"
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""
msgstr[0] "%1$s comentário em &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s comentários em &ldquo;%2$s&rdquo;"
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
#: global-templates/navbar-collapse-bootstrap4.php:18
#: global-templates/navbar-collapse-bootstrap5.php:18
#: global-templates/navbar-offcanvas-bootstrap5.php:18
msgid "Main Navigation"
msgstr "Navegação principal"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
#: global-templates/navbar-collapse-bootstrap4.php:35
#: global-templates/navbar-collapse-bootstrap5.php:34
msgid "Toggle navigation"
msgstr "Alternar a navegação"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
#: global-templates/navbar-offcanvas-bootstrap5.php:34
msgid "Open menu"
msgstr "Abrir menu"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
#: global-templates/navbar-offcanvas-bootstrap5.php:46
msgid "Close menu"
msgstr "Fechar menu"
@ -127,7 +127,7 @@ msgstr "Os comentários estão fechados."
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr ""
msgstr "Imagem de cabeçalho por omissão"
#: inc/customizer.php:67
msgid "Theme Layout Settings"
@ -139,19 +139,19 @@ msgstr "Contentor com Barras Laterais por defeito"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr ""
msgstr "Bootstrap versão"
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgstr ""
msgid "Choose between Bootstrap 4 and Bootstrap 5"
msgstr "Escolha entre Bootstrap 4 e Bootstrap 5"
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr ""
msgstr "Bootstrap 4"
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr ""
msgstr "Bootstrap 5"
#: inc/customizer.php:117
msgid "Container Width"
@ -178,60 +178,60 @@ msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
#: inc/customizer.php:153
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
#: inc/customizer.php:154
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
#: inc/customizer.php:176
msgid "Sidebar Positioning"
msgstr "Colocação da Barra Lateral"
#: inc/customizer.php:178
#: inc/customizer.php:177
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
#: inc/customizer.php:186
#: inc/customizer.php:184
msgid "Right sidebar"
msgstr "Barra Lateral Direita"
msgstr "Barra lateral direita"
#: inc/customizer.php:185
msgid "Left sidebar"
msgstr "Barra lateral esquerda"
#: inc/customizer.php:186
msgid "Left & Right sidebars"
msgstr "Barra lateral esquerda e direita"
#: inc/customizer.php:187
msgid "Left sidebar"
msgstr "Barra Lateral Esquerda"
#: inc/customizer.php:188
msgid "Left & Right sidebars"
msgstr "Barras Laterais Esquerda e Direita"
#: inc/customizer.php:189
msgid "No sidebar"
msgstr "Sem Barra Lateral"
msgstr "Sem barra lateral"
#: inc/customizer.php:211
#: inc/customizer.php:209
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
#: inc/customizer.php:210
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
#: inc/editor.php:50
msgid "Lead Paragraph"
msgstr ""
msgstr "Lide"
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr ""
msgstr "Pequeno"
#: inc/editor.php:60
msgid "Blockquote"
msgstr ""
msgstr "Citação"
#: inc/editor.php:66
msgid "Blockquote Footer"
@ -241,7 +241,7 @@ msgstr ""
msgid "Cite"
msgstr ""
#: inc/extras.php:245
#: inc/extras.php:247
msgid "Read More..."
msgstr "Continuar a ler..."
@ -285,118 +285,126 @@ msgstr "Menu principal"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr ""
msgstr "Publicado em"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "by"
msgstr ""
msgstr "por"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "Posted by"
msgstr ""
msgstr "Publicado por"
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
#: inc/template-tags.php:102
msgid "Posted in %s"
msgstr "Publicado em %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
#: inc/template-tags.php:117
msgid "Tagged %s"
msgstr "Etiquetas %s"
#. translators: %s post title
#: inc/template-tags.php:128
#: inc/template-tags.php:136
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
msgstr "Deixe um comentário<span class=\"screen-reader-text\"> em %s</span>"
#: inc/template-tags.php:233
#: inc/template-tags.php:243
msgid "Comments navigation"
msgstr "Navegação de comentários"
#: inc/template-tags.php:237
#: inc/template-tags.php:247
msgid "&larr; Older Comments"
msgstr "&larr; Comentários mais antigos"
#: inc/template-tags.php:243
#: inc/template-tags.php:253
msgid "Newer Comments &rarr;"
msgstr "Comentários mais recentes &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
#: inc/template-tags.php:272
msgid "Edit %s"
msgstr "Editar %s"
#: inc/template-tags.php:289
#: inc/template-tags.php:301
msgid "Post navigation"
msgstr "Navegação de artigos"
#: inc/template-tags.php:293
#: inc/template-tags.php:305
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:296
#: inc/template-tags.php:308
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:317
#: inc/template-tags.php:331
msgid "Pages:"
msgstr "Páginas:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
#: inc/template-tags.php:371
msgid ", "
msgstr ", "
#: inc/widgets.php:268
#. translators: Widget area title
#: inc/widgets.php:279
msgid "Right Sidebar"
msgstr "Barra Lateral Direita"
msgstr "Barra lateral direita"
#: inc/widgets.php:270
#: inc/widgets.php:281
#, fuzzy
msgid "Right sidebar widget area"
msgstr ""
#: inc/widgets.php:280
msgid "Left Sidebar"
msgstr "Barra Lateral Esquerda"
#: inc/widgets.php:282
msgid "Left sidebar widget area"
msgstr ""
msgstr "Barra lateral direita"
#. translators: Widget area title
#: inc/widgets.php:292
msgid "Left Sidebar"
msgstr "Barra lateral esquerda"
#: inc/widgets.php:294
#, fuzzy
msgid "Left sidebar widget area"
msgstr "Barra lateral esquerda"
#. translators: Widget area title
#: inc/widgets.php:305
msgid "Hero Slider"
msgstr "Hero Slider"
#: inc/widgets.php:294
#: inc/widgets.php:307
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
#. translators: Widget area title
#: inc/widgets.php:318
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
#: inc/widgets.php:320
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
#. translators: Widget area title
#: inc/widgets.php:331
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
#: inc/widgets.php:333
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
#. translators: Widget area title
#: inc/widgets.php:344
msgid "Footer Full"
msgstr "Rodapé completo"
#: inc/widgets.php:330
#: inc/widgets.php:346
msgid "Full sized footer widget with dynamic grid"
msgstr ""
@ -433,7 +441,7 @@ msgstr "Template Página Vazia"
#. Template Name of the theme
msgid "Left and Right Sidebar Layout"
msgstr "Layout com Barra Lateral à Esquerda"
msgstr "Layout com barra lateral direita e esquerda"
#. Template Name of the theme
msgid "Empty Page Template"
@ -445,15 +453,15 @@ msgstr "Página largura completa"
#. Template Name of the theme
msgid "Left Sidebar Layout"
msgstr "Layout com Barra Lateral à Esquerda"
msgstr "Layout com barra lateral esquerda"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
msgstr "Sem título, página largura completa"
#. Template Name of the theme
msgid "Right Sidebar Layout"
msgstr ""
msgstr "Layout com barra lateral direita"
#. translators: %s: query term
#: search.php:38

Binary file not shown.

View File

@ -1,491 +0,0 @@
# Translation of Understrap in Russian
# This file is distributed under the same license as the Understrap package.
msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:41+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: ru\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 < 12 || n % 100 > 14)) ? 1 : 2);\n"
"X-Generator: Poedit 3.2\n"
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
"translate_nooped_plural\n"
#. Theme Name of the theme
msgid "Understrap"
msgstr "Understrap"
#. Theme URI of the theme
#: inc/hooks.php:40
msgid "https://understrap.com"
msgstr "https://understrap.com"
#. Description of the theme
msgid ""
"The renowned WordPress starter theme framework that combined Underscores and "
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
"custom WordPress sites."
msgstr ""
#. Author of the theme
msgid "Howard Development &amp; Consulting"
msgstr ""
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr ""
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
msgstr "Ой! Страница не найдена."
#: 404.php:36
msgid "It looks like nothing was found at this location. Maybe try a search?"
msgstr ""
"Похоже, что по этому адресу ничего не найдено. Возможно, стоит попробовать "
"воспользоваться поиском?"
#: 404.php:46
msgid "Most Used Categories"
msgstr "Часто используемые рубрики"
#. translators: %1$s: smiley
#: 404.php:69
#, fuzzy
msgid "Try looking in the monthly archives. %1$s"
msgstr "Загляните в архивы по месяцам %1$s"
#. translators: %s: author name
#: author.php:44
msgctxt "Avatar alt"
msgid "Profile picture of %s"
msgstr "Картинка профиля %s"
#: author.php:54
msgid "Website"
msgstr "Сайт"
#. translators: %s: author name
#: author.php:65
msgid "About %s"
msgstr "Об авторе %s"
#. translators: %s: author name
#: author.php:79
msgid "Posts by %s"
msgstr "Записи %s"
#. translators: %s: post title
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr ""
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
msgid "Main Navigation"
msgstr "Меню навигации"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
msgid "Toggle navigation"
msgstr "Переключить навигацию"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
msgid "Open menu"
msgstr "Открыть меню"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
msgid "Close menu"
msgstr "Закрыть меню"
#: header.php:32
msgid "Skip to content"
msgstr "Перейти к содержимому"
#: inc/class-wp-bootstrap-navwalker.php:377
msgid "Add a menu"
msgstr "Добавить меню"
#: inc/custom-comments.php:106
msgid "Comments are closed."
msgstr "Обсуждение закрыто."
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr ""
#: inc/customizer.php:67
msgid "Theme Layout Settings"
msgstr "Настройки компоновки темы"
#: inc/customizer.php:69
msgid "Container width and sidebar defaults"
msgstr "Ширина контейнера и боковая панель по умолчанию"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr ""
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgstr ""
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr ""
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr ""
#: inc/customizer.php:117
msgid "Container Width"
msgstr "Ширина контейнера"
#: inc/customizer.php:118
msgid "Choose between Bootstrap's container and container-fluid"
msgstr "Выберите контейнер"
#: inc/customizer.php:122
msgid "Fixed width container"
msgstr "Контейнер фиксированной ширины"
#: inc/customizer.php:123
msgid "Full width container"
msgstr "Контейнер во всю ширину"
#: inc/customizer.php:145
msgid "Responsive Navigation Type"
msgstr ""
#: inc/customizer.php:146
msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
msgid "Sidebar Positioning"
msgstr "Расположение боковой панели"
#: inc/customizer.php:178
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
#: inc/customizer.php:186
msgid "Right sidebar"
msgstr "Правая боковая панель"
#: inc/customizer.php:187
msgid "Left sidebar"
msgstr "Левая боковая панель"
#: inc/customizer.php:188
msgid "Left & Right sidebars"
msgstr "Левая и правая боковые панели"
#: inc/customizer.php:189
msgid "No sidebar"
msgstr "Без боковой панели"
#: inc/customizer.php:211
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
#: inc/editor.php:50
msgid "Lead Paragraph"
msgstr ""
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr ""
#: inc/editor.php:60
msgid "Blockquote"
msgstr ""
#: inc/editor.php:66
msgid "Blockquote Footer"
msgstr ""
#: inc/editor.php:72
msgid "Cite"
msgstr ""
#: inc/extras.php:245
msgid "Read More..."
msgstr "Читать далее..."
#: inc/hooks.php:30
msgid "https://wordpress.org/"
msgstr "https://ru.wordpress.org/"
#. translators: WordPress
#: inc/hooks.php:33
msgid "Proudly powered by %s"
msgstr "Сайт работает на %s"
#. translators: 1: Theme name, 2: Theme author
#: inc/hooks.php:38
msgid "Theme: %1$s by %2$s."
msgstr "Тема: %1$s за авторством %2$s."
#. translators: Theme version
#: inc/hooks.php:44
msgid "Version: %s"
msgstr "Версия: %s"
#: inc/pagination.php:53
msgctxt "previous set of posts"
msgid "&laquo;"
msgstr "&laquo;"
#: inc/pagination.php:54
msgctxt "next set of posts"
msgid "&raquo;"
msgstr "&laquo;"
#: inc/pagination.php:56
msgid "Posts navigation"
msgstr "Навигация по записям"
#: inc/setup.php:49
msgid "Primary Menu"
msgstr "Основное меню"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr ""
#: inc/template-tags.php:55
msgctxt "post author"
msgid "by"
msgstr ""
#: inc/template-tags.php:55
msgctxt "post author"
msgid "Posted by"
msgstr ""
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
msgid "Posted in %s"
msgstr "Опубликовано в %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
msgid "Tagged %s"
msgstr "Отмечено %s"
#. translators: %s post title
#: inc/template-tags.php:128
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
#: inc/template-tags.php:233
msgid "Comments navigation"
msgstr "Навигация по комментариям"
#: inc/template-tags.php:237
msgid "&larr; Older Comments"
msgstr "&larr; Предыдущие комментарии"
#: inc/template-tags.php:243
msgid "Newer Comments &rarr;"
msgstr "Более новые комментарии &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
msgid "Edit %s"
msgstr "Изменить %s"
#: inc/template-tags.php:289
msgid "Post navigation"
msgstr "Навигация по записям"
#: inc/template-tags.php:293
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:296
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:317
msgid "Pages:"
msgstr "Страницы"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
msgid ", "
msgstr ", "
#: inc/widgets.php:268
msgid "Right Sidebar"
msgstr "Правая боковая панель"
#: inc/widgets.php:270
msgid "Right sidebar widget area"
msgstr ""
#: inc/widgets.php:280
msgid "Left Sidebar"
msgstr "Левая боковая панель"
#: inc/widgets.php:282
msgid "Left sidebar widget area"
msgstr ""
#: inc/widgets.php:292
msgid "Hero Slider"
msgstr "Слайдер Hero"
#: inc/widgets.php:294
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
msgid "Footer Full"
msgstr "Подвал"
#: inc/widgets.php:330
msgid "Full sized footer widget with dynamic grid"
msgstr ""
#: loop-templates/content-none.php:18
msgid "Nothing Found"
msgstr "Ничего не найдено"
#. translators: 1: Link to WP admin new post page.
#: loop-templates/content-none.php:30
msgid ""
"Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr ""
"Готовы опубликовать свою первую запись? <a href=\"%1$s\">Начните здесь</a>."
#: loop-templates/content-none.php:38
msgid ""
"Sorry, but nothing matched your search terms. Please try again with some "
"different keywords."
msgstr ""
"Извините, по вашему запросу ничего не найдено. Попробуйте другие ключевые "
"слова."
#: loop-templates/content-none.php:46
msgid ""
"It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
"searching can help."
msgstr ""
"Похоже, нам не удалось найти то, что вы искали. Попробуйте воспользоваться "
"поиском."
#. Template Name of the theme
msgid "Blank Page Template"
msgstr "Чистая страница"
#. Template Name of the theme
msgid "Left and Right Sidebar Layout"
msgstr "Компоновка левой и правой боковых панелей"
#. Template Name of the theme
msgid "Empty Page Template"
msgstr "Пустая страница"
#. Template Name of the theme
msgid "Full Width Page"
msgstr "Страница во всю ширину"
#. Template Name of the theme
msgid "Left Sidebar Layout"
msgstr "Компоновка левой боковой панели"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
#. Template Name of the theme
msgid "Right Sidebar Layout"
msgstr ""
#. translators: %s: query term
#: search.php:38
msgid "Search Results for: %s"
msgstr "Результаты поиска для: %s"
#: searchform.php:21
msgctxt "label"
msgid "Search for:"
msgstr "Найти:"
#: searchform.php:23
msgctxt "placeholder"
msgid "Search &hellip;"
msgstr "Поиск&hellip;"
#: searchform.php:25 searchform.php:28
msgctxt "submit button"
msgid "Search"
msgstr "Поиск"
#: sidebar-templates/sidebar-hero.php:28
msgctxt "carousel control"
msgid "Previous"
msgstr "Ранее"
#: sidebar-templates/sidebar-hero.php:36
msgctxt "carousel control"
msgid "Next"
msgstr "Далее"

Binary file not shown.

View File

@ -4,8 +4,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:42+0200\n"
"POT-Creation-Date: 2022-11-05T23:31:56+00:00\n"
"PO-Revision-Date: 2022-12-26 11:09+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: sl_SI\n"
@ -14,7 +14,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : "
"((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Generator: Poedit 3.2\n"
"X-Generator: Poedit 3.2.2\n"
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
@ -38,11 +38,11 @@ msgstr ""
#. Author of the theme
msgid "Howard Development &amp; Consulting"
msgstr ""
msgstr "Howard Development &amp; Consulting"
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr ""
msgstr "https://howarddc.com"
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
@ -88,35 +88,35 @@ msgstr "Prispevki od %s"
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr ""
msgstr "Ena misel na &ldquo;%s&rdquo;"
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
msgstr[0] "%1$s misel na &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s misli na &ldquo;%2$s&rdquo;"
msgstr[2] "%1$s misli na &ldquo;%2$s&rdquo;"
msgstr[3] "%1$s misli na &ldquo;%2$s&rdquo;"
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
#: global-templates/navbar-collapse-bootstrap4.php:18
#: global-templates/navbar-collapse-bootstrap5.php:18
#: global-templates/navbar-offcanvas-bootstrap5.php:18
#, fuzzy
msgid "Main Navigation"
msgstr "Glavna navigacija"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
#: global-templates/navbar-collapse-bootstrap4.php:35
#: global-templates/navbar-collapse-bootstrap5.php:34
msgid "Toggle navigation"
msgstr "Preklopi navigacijo"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
#: global-templates/navbar-offcanvas-bootstrap5.php:34
msgid "Open menu"
msgstr "Odpri meni"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
#: global-templates/navbar-offcanvas-bootstrap5.php:46
msgid "Close menu"
msgstr "Zapri meni"
@ -134,7 +134,7 @@ msgstr "Komentarji so onemogočeni."
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr ""
msgstr "Privzeta slika glave"
#: inc/customizer.php:67
msgid "Theme Layout Settings"
@ -146,19 +146,19 @@ msgstr "Privzeta širina kontejnerja in stranskih pasic"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr ""
msgstr "Različica Bootstrapa"
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgstr ""
msgid "Choose between Bootstrap 4 and Bootstrap 5"
msgstr "Izberite med Bootstrap 4 ali Bootstrap 5"
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr ""
msgstr "Bootstrap 4"
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr ""
msgstr "Bootstrap 5"
#: inc/customizer.php:117
msgid "Container Width"
@ -167,8 +167,8 @@ msgstr "Širina kontejnerja"
#: inc/customizer.php:118
msgid "Choose between Bootstrap's container and container-fluid"
msgstr ""
"Izberite med Bootstrap \"container\" (omejen) ali \"container-fluid"
"\" (razpotegnjen)"
"Izberite med Bootstrap \"container\" (omejen) ali \"container-"
"fluid\" (razpotegnjen)"
#: inc/customizer.php:122
msgid "Fixed width container"
@ -187,45 +187,45 @@ msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
#: inc/customizer.php:153
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
#: inc/customizer.php:154
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
#: inc/customizer.php:176
msgid "Sidebar Positioning"
msgstr "Pozicija stranske pasice"
#: inc/customizer.php:178
#: inc/customizer.php:177
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
#: inc/customizer.php:186
#: inc/customizer.php:184
msgid "Right sidebar"
msgstr "Desna stranska pasica"
#: inc/customizer.php:187
#: inc/customizer.php:185
msgid "Left sidebar"
msgstr "Leva stranska pasica"
#: inc/customizer.php:188
#: inc/customizer.php:186
msgid "Left & Right sidebars"
msgstr "Leva in desna stranska pasica"
#: inc/customizer.php:189
#: inc/customizer.php:187
msgid "No sidebar"
msgstr "Brez stranske pasica"
#: inc/customizer.php:211
#: inc/customizer.php:209
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
#: inc/customizer.php:210
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
@ -236,11 +236,11 @@ msgstr ""
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr ""
msgstr "Majhna"
#: inc/editor.php:60
msgid "Blockquote"
msgstr ""
msgstr "Daljši citat"
#: inc/editor.php:66
msgid "Blockquote Footer"
@ -250,13 +250,13 @@ msgstr ""
msgid "Cite"
msgstr ""
#: inc/extras.php:245
#: inc/extras.php:247
msgid "Read More..."
msgstr "Preberi več..."
#: inc/hooks.php:30
msgid "https://wordpress.org/"
msgstr ""
msgstr "https://sl.wordpress.org/"
#. translators: WordPress
#: inc/hooks.php:33
@ -294,7 +294,7 @@ msgstr "Primarni meni"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr ""
msgstr "Objavljeno dne"
#: inc/template-tags.php:55
msgctxt "post author"
@ -307,105 +307,113 @@ msgid "Posted by"
msgstr ""
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
#: inc/template-tags.php:102
msgid "Posted in %s"
msgstr "Objavljeno v %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
#: inc/template-tags.php:117
msgid "Tagged %s"
msgstr "Označeno %1$s"
msgstr "Označeno %s"
#. translators: %s post title
#: inc/template-tags.php:128
#: inc/template-tags.php:136
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
msgstr "Dodaj komentar<span class=\"screen-reader-text\"> na %s</span>"
#: inc/template-tags.php:233
#: inc/template-tags.php:243
msgid "Comments navigation"
msgstr "Navigacija komentarjev"
#: inc/template-tags.php:237
#: inc/template-tags.php:247
msgid "&larr; Older Comments"
msgstr "&larr; Starejši komentarji"
#: inc/template-tags.php:243
#: inc/template-tags.php:253
msgid "Newer Comments &rarr;"
msgstr "Novejši komentarji &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
#: inc/template-tags.php:272
msgid "Edit %s"
msgstr "Uredi %s"
#: inc/template-tags.php:289
#: inc/template-tags.php:301
msgid "Post navigation"
msgstr "Navigacija prispevka"
#: inc/template-tags.php:293
#: inc/template-tags.php:305
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
#: inc/template-tags.php:296
#: inc/template-tags.php:308
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
#: inc/template-tags.php:317
#: inc/template-tags.php:331
msgid "Pages:"
msgstr "Strani:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
#: inc/template-tags.php:371
msgid ", "
msgstr ", "
#: inc/widgets.php:268
#. translators: Widget area title
#: inc/widgets.php:279
msgid "Right Sidebar"
msgstr "Desna stranska pasica"
#: inc/widgets.php:270
#: inc/widgets.php:281
#, fuzzy
msgid "Right sidebar widget area"
msgstr ""
msgstr "Desna stranska pasica"
#: inc/widgets.php:280
#. translators: Widget area title
#: inc/widgets.php:292
msgid "Left Sidebar"
msgstr "Leva stranska pasica"
#: inc/widgets.php:282
#: inc/widgets.php:294
#, fuzzy
msgid "Left sidebar widget area"
msgstr ""
msgstr "Leva stranska pasica"
#: inc/widgets.php:292
#. translators: Widget area title
#: inc/widgets.php:305
msgid "Hero Slider"
msgstr "Hero drsnik"
#: inc/widgets.php:294
#: inc/widgets.php:307
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
#. translators: Widget area title
#: inc/widgets.php:318
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
#: inc/widgets.php:320
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
#. translators: Widget area title
#: inc/widgets.php:331
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
#: inc/widgets.php:333
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
#. translators: Widget area title
#: inc/widgets.php:344
msgid "Footer Full"
msgstr "Noga čez celo širino"
#: inc/widgets.php:330
#: inc/widgets.php:346
msgid "Full sized footer widget with dynamic grid"
msgstr ""
@ -450,7 +458,7 @@ msgstr "Predloga s prazno stranjo"
#. Template Name of the theme
msgid "Full Width Page"
msgstr "Stran čez celo širino"
msgstr "Stran polne širine"
#. Template Name of the theme
msgid "Left Sidebar Layout"
@ -458,11 +466,12 @@ msgstr "Razporeditev za levo stransko pasico"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
msgstr "Brez naslova, stran polne širine"
#. Template Name of the theme
#, fuzzy
msgid "Right Sidebar Layout"
msgstr ""
msgstr "Desna stranska pasica"
#. translators: %s: query term
#: search.php:38

Binary file not shown.

View File

@ -1,485 +0,0 @@
# Translation of Understrap in Swedish
# This file is distributed under the same license as the Understrap package.
msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:43+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: sv_SE\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 3.2\n"
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
"translate_nooped_plural\n"
#. Theme Name of the theme
msgid "Understrap"
msgstr "Understrap"
#. Theme URI of the theme
#: inc/hooks.php:40
msgid "https://understrap.com"
msgstr "https://understrap.com"
#. Description of the theme
msgid ""
"The renowned WordPress starter theme framework that combined Underscores and "
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
"custom WordPress sites."
msgstr ""
#. Author of the theme
msgid "Howard Development &amp; Consulting"
msgstr ""
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr ""
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
msgstr "Hoppsan! Den sidan kan inte hittas."
#: 404.php:36
msgid "It looks like nothing was found at this location. Maybe try a search?"
msgstr ""
"Det verkar som om inget hittades på denna plats. Kanske prova en sökning?"
#: 404.php:46
msgid "Most Used Categories"
msgstr "Mest använda kategorier"
#. translators: %1$s: smiley
#: 404.php:69
msgid "Try looking in the monthly archives. %1$s"
msgstr "Prova att leta i månadsarkiven. %1$s"
#. translators: %s: author name
#: author.php:44
msgctxt "Avatar alt"
msgid "Profile picture of %s"
msgstr "Profilbild för %s"
#: author.php:54
msgid "Website"
msgstr "Webbplats"
#. translators: %s: author name
#: author.php:65
msgid "About %s"
msgstr "Om %s"
#. translators: %s: author name
#: author.php:79
msgid "Posts by %s"
msgstr "Inlägg av %s"
#. translators: %s: post title
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr ""
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
msgid "Main Navigation"
msgstr "Huvudmeny"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
msgid "Toggle navigation"
msgstr "Slå på/av navigering"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
msgid "Open menu"
msgstr "Öppna meny"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
msgid "Close menu"
msgstr "Stäng meny"
#: header.php:32
msgid "Skip to content"
msgstr "Hoppa till innehåll"
#: inc/class-wp-bootstrap-navwalker.php:377
msgid "Add a menu"
msgstr "Lägg till en meny"
#: inc/custom-comments.php:106
msgid "Comments are closed."
msgstr "Kommentarer inaktiverade."
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr ""
#: inc/customizer.php:67
msgid "Theme Layout Settings"
msgstr ""
#: inc/customizer.php:69
msgid "Container width and sidebar defaults"
msgstr ""
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr ""
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgstr ""
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr ""
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr ""
#: inc/customizer.php:117
msgid "Container Width"
msgstr ""
#: inc/customizer.php:118
msgid "Choose between Bootstrap's container and container-fluid"
msgstr ""
#: inc/customizer.php:122
msgid "Fixed width container"
msgstr ""
#: inc/customizer.php:123
msgid "Full width container"
msgstr ""
#: inc/customizer.php:145
msgid "Responsive Navigation Type"
msgstr ""
#: inc/customizer.php:146
msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
msgid "Sidebar Positioning"
msgstr ""
#: inc/customizer.php:178
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
#: inc/customizer.php:186
msgid "Right sidebar"
msgstr ""
#: inc/customizer.php:187
msgid "Left sidebar"
msgstr ""
#: inc/customizer.php:188
msgid "Left & Right sidebars"
msgstr ""
#: inc/customizer.php:189
msgid "No sidebar"
msgstr ""
#: inc/customizer.php:211
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
#: inc/editor.php:50
msgid "Lead Paragraph"
msgstr ""
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr ""
#: inc/editor.php:60
msgid "Blockquote"
msgstr ""
#: inc/editor.php:66
msgid "Blockquote Footer"
msgstr ""
#: inc/editor.php:72
msgid "Cite"
msgstr ""
#: inc/extras.php:245
msgid "Read More..."
msgstr "Läs mer"
#: inc/hooks.php:30
msgid "https://wordpress.org/"
msgstr "https://sv.wordpress.org/"
#. translators: WordPress
#: inc/hooks.php:33
msgid "Proudly powered by %s"
msgstr "Drivs av %s"
#. translators: 1: Theme name, 2: Theme author
#: inc/hooks.php:38
msgid "Theme: %1$s by %2$s."
msgstr "tema av: %1$s by %2$s."
#. translators: Theme version
#: inc/hooks.php:44
msgid "Version: %s"
msgstr "Version: %s"
#: inc/pagination.php:53
msgctxt "previous set of posts"
msgid "&laquo;"
msgstr "&laquo;"
#: inc/pagination.php:54
msgctxt "next set of posts"
msgid "&raquo;"
msgstr "&raquo;"
#: inc/pagination.php:56
msgid "Posts navigation"
msgstr "Inläggsnavigering"
#: inc/setup.php:49
msgid "Primary Menu"
msgstr "Primär meny"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr ""
#: inc/template-tags.php:55
msgctxt "post author"
msgid "by"
msgstr ""
#: inc/template-tags.php:55
msgctxt "post author"
msgid "Posted by"
msgstr ""
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
msgid "Posted in %s"
msgstr "Publicerat i %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
msgid "Tagged %s"
msgstr "Märkt %s"
#. translators: %s post title
#: inc/template-tags.php:128
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
#: inc/template-tags.php:233
msgid "Comments navigation"
msgstr "Kommentarsnavigering"
#: inc/template-tags.php:237
msgid "&larr; Older Comments"
msgstr "&larr; Äldre kommentarer"
#: inc/template-tags.php:243
msgid "Newer Comments &rarr;"
msgstr "Nyare kommentarer &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
msgid "Edit %s"
msgstr "Redigera %s"
#: inc/template-tags.php:289
msgid "Post navigation"
msgstr "Inläggsnavigering"
#: inc/template-tags.php:293
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr ""
#: inc/template-tags.php:296
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr ""
#: inc/template-tags.php:317
msgid "Pages:"
msgstr "Sidor:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
msgid ", "
msgstr ", "
#: inc/widgets.php:268
msgid "Right Sidebar"
msgstr ""
#: inc/widgets.php:270
msgid "Right sidebar widget area"
msgstr ""
#: inc/widgets.php:280
msgid "Left Sidebar"
msgstr ""
#: inc/widgets.php:282
msgid "Left sidebar widget area"
msgstr ""
#: inc/widgets.php:292
msgid "Hero Slider"
msgstr "Hero Slider"
#: inc/widgets.php:294
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
msgid "Footer Full"
msgstr "Sidfot"
#: inc/widgets.php:330
msgid "Full sized footer widget with dynamic grid"
msgstr ""
#: loop-templates/content-none.php:18
msgid "Nothing Found"
msgstr "Inget hittades"
#. translators: 1: Link to WP admin new post page.
#: loop-templates/content-none.php:30
msgid ""
"Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr ""
"Är du redo att publicera ditt första inlägg? <a href=\"%1$s\">Börja här</a>."
#: loop-templates/content-none.php:38
msgid ""
"Sorry, but nothing matched your search terms. Please try again with some "
"different keywords."
msgstr "Inget matchade dina söktermer. Försök igen med några andra nyckelord."
#: loop-templates/content-none.php:46
msgid ""
"It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
"searching can help."
msgstr ""
"Det verkar inte som om vi kan hitta det du letar efter. Kanske kan en "
"sökning hjälpa."
#. Template Name of the theme
msgid "Blank Page Template"
msgstr ""
#. Template Name of the theme
msgid "Left and Right Sidebar Layout"
msgstr ""
#. Template Name of the theme
msgid "Empty Page Template"
msgstr "Empty Page Template"
#. Template Name of the theme
msgid "Full Width Page"
msgstr "Full Width Page"
#. Template Name of the theme
msgid "Left Sidebar Layout"
msgstr ""
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
#. Template Name of the theme
msgid "Right Sidebar Layout"
msgstr ""
#. translators: %s: query term
#: search.php:38
msgid "Search Results for: %s"
msgstr "Sökresultat för: %s"
#: searchform.php:21
msgctxt "label"
msgid "Search for:"
msgstr "Sök efter:"
#: searchform.php:23
msgctxt "placeholder"
msgid "Search &hellip;"
msgstr "Sök &hellip;"
#: searchform.php:25 searchform.php:28
msgctxt "submit button"
msgid "Search"
msgstr "Sök"
#: sidebar-templates/sidebar-hero.php:28
msgctxt "carousel control"
msgid "Previous"
msgstr "Föregående"
#: sidebar-templates/sidebar-hero.php:36
msgctxt "carousel control"
msgid "Next"
msgstr "Nästa"

Binary file not shown.

View File

@ -4,8 +4,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Understrap\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"PO-Revision-Date: 2022-10-26 14:44+0200\n"
"POT-Creation-Date: 2022-11-05T23:31:56+00:00\n"
"PO-Revision-Date: 2022-11-06 01:17+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: tr\n"
@ -37,11 +37,11 @@ msgstr ""
#. Author of the theme
msgid "Howard Development &amp; Consulting"
msgstr ""
msgstr "Howard Development &amp; Consulting"
#. Author URI of the theme
msgid "https://howarddc.com"
msgstr ""
msgstr "https://howarddc.com"
#: 404.php:30
msgid "Oops! That page can&rsquo;t be found."
@ -84,32 +84,32 @@ msgstr "%s tarafından yazılan yazılar"
#: comments.php:36
msgctxt "comments title"
msgid "One thought on &ldquo;%s&rdquo;"
msgstr ""
msgstr "&ldquo;%s&rdquo; için bir yorum"
#. translators: 1: number of comments, 2: post title
#: comments.php:43
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""
msgstr[0] "&ldquo;%2$s&rdquo; için %1$s yorum"
msgstr[1] "&ldquo;%2$s&rdquo; için %1$s yorum"
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
#: global-templates/navbar-collapse-bootstrap4.php:18
#: global-templates/navbar-collapse-bootstrap5.php:18
#: global-templates/navbar-offcanvas-bootstrap5.php:18
msgid "Main Navigation"
msgstr "Ana gezinti"
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
#: global-templates/navbar-collapse-bootstrap4.php:35
#: global-templates/navbar-collapse-bootstrap5.php:34
msgid "Toggle navigation"
msgstr "Dolaşımı değiştir"
#: global-templates/navbar-offcanvas-bootstrap5.php:33
#: global-templates/navbar-offcanvas-bootstrap5.php:34
msgid "Open menu"
msgstr "Menüyü aç"
#: global-templates/navbar-offcanvas-bootstrap5.php:45
#: global-templates/navbar-offcanvas-bootstrap5.php:46
msgid "Close menu"
msgstr "Menüyü kapat"
@ -127,7 +127,7 @@ msgstr "Yorumlar kapatıldı."
#: inc/custom-header.php:54
msgid "Default Header Image"
msgstr ""
msgstr "Varsayılan üst alan görseli"
#: inc/customizer.php:67
msgid "Theme Layout Settings"
@ -139,19 +139,19 @@ msgstr "Kapsayıcı genişliği ve kenar çubuğu varsayılanları"
#: inc/customizer.php:89
msgid "Bootstrap Version"
msgstr ""
msgstr "Bootstrap sürüm"
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgid "Choose between Bootstrap 4 and Bootstrap 5"
msgstr ""
#: inc/customizer.php:94
msgid "Bootstrap 4"
msgstr ""
msgstr "Bootstrap 4"
#: inc/customizer.php:95
msgid "Bootstrap 5"
msgstr ""
msgstr "Bootstrap 5"
#: inc/customizer.php:117
msgid "Container Width"
@ -178,45 +178,45 @@ msgid ""
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
#: inc/customizer.php:153
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
#: inc/customizer.php:154
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
#: inc/customizer.php:176
msgid "Sidebar Positioning"
msgstr "Kenar Çubuğu Konumlandırması"
#: inc/customizer.php:178
#: inc/customizer.php:177
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""
#: inc/customizer.php:186
#: inc/customizer.php:184
msgid "Right sidebar"
msgstr "Sağ kenar çubuğu"
#: inc/customizer.php:187
#: inc/customizer.php:185
msgid "Left sidebar"
msgstr "Sol kenar çubuğu"
#: inc/customizer.php:188
#: inc/customizer.php:186
msgid "Left & Right sidebars"
msgstr "Sol & Sağ kenar çubukları"
#: inc/customizer.php:189
#: inc/customizer.php:187
msgid "No sidebar"
msgstr "Kenar çubuğu yok"
#: inc/customizer.php:211
#: inc/customizer.php:209
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
#: inc/customizer.php:210
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
@ -227,11 +227,11 @@ msgstr ""
#: inc/editor.php:56
msgctxt "Font size name"
msgid "Small"
msgstr ""
msgstr "Majhna"
#: inc/editor.php:60
msgid "Blockquote"
msgstr ""
msgstr "Alıntı"
#: inc/editor.php:66
msgid "Blockquote Footer"
@ -241,13 +241,13 @@ msgstr ""
msgid "Cite"
msgstr ""
#: inc/extras.php:245
#: inc/extras.php:247
msgid "Read More..."
msgstr "Daha fazlasını oku…"
#: inc/hooks.php:30
msgid "https://wordpress.org/"
msgstr ""
msgstr "https://tr.wordpress.org/"
#. translators: WordPress
#: inc/hooks.php:33
@ -285,118 +285,126 @@ msgstr "Birincil Menü"
#: inc/template-tags.php:41
msgctxt "post date"
msgid "Posted on"
msgstr ""
msgstr "Yayın tarihi"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "by"
msgstr ""
msgstr "tarafından"
#: inc/template-tags.php:55
msgctxt "post author"
msgid "Posted by"
msgstr ""
msgstr "Gönderen"
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
#: inc/template-tags.php:102
msgid "Posted in %s"
msgstr "Yayınlanan %s"
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
#: inc/template-tags.php:117
msgid "Tagged %s"
msgstr "Etiketlenen %s"
#. translators: %s post title
#: inc/template-tags.php:128
#: inc/template-tags.php:136
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
msgstr "Yorum yapın"
#: inc/template-tags.php:233
#: inc/template-tags.php:243
msgid "Comments navigation"
msgstr "Yorum dolaşımı"
#: inc/template-tags.php:237
#: inc/template-tags.php:247
msgid "&larr; Older Comments"
msgstr "&larr; Eski yorumlar"
#: inc/template-tags.php:243
#: inc/template-tags.php:253
msgid "Newer Comments &rarr;"
msgstr "Yeni yorumlar &rarr;"
#. translators: %s: Name of current post
#: inc/template-tags.php:260
#: inc/template-tags.php:272
msgid "Edit %s"
msgstr "%s yazısını düzenle"
#: inc/template-tags.php:289
#: inc/template-tags.php:301
msgid "Post navigation"
msgstr "Yazı dolaşımı"
#: inc/template-tags.php:293
#: inc/template-tags.php:305
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr "<i class=“fa fa-angle-left”></i>&nbsp;%title"
#: inc/template-tags.php:296
#: inc/template-tags.php:308
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr "%title&nbsp;<i class=“fa fa-angle-right”></i>"
#: inc/template-tags.php:317
#: inc/template-tags.php:331
msgid "Pages:"
msgstr "Sayfalar:"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
#: inc/template-tags.php:371
msgid ", "
msgstr ", "
#: inc/widgets.php:268
#. translators: Widget area title
#: inc/widgets.php:279
msgid "Right Sidebar"
msgstr "Sağ Kenar Çubuğu"
#: inc/widgets.php:270
#: inc/widgets.php:281
#, fuzzy
msgid "Right sidebar widget area"
msgstr ""
msgstr "Sağ kenar çubuğu"
#: inc/widgets.php:280
#. translators: Widget area title
#: inc/widgets.php:292
msgid "Left Sidebar"
msgstr "Sol Kenar Çubuğu"
#: inc/widgets.php:282
#: inc/widgets.php:294
#, fuzzy
msgid "Left sidebar widget area"
msgstr ""
msgstr "Sol kenar çubuğu"
#: inc/widgets.php:292
#. translators: Widget area title
#: inc/widgets.php:305
msgid "Hero Slider"
msgstr "Manşet Slider"
#: inc/widgets.php:294
#: inc/widgets.php:307
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
#. translators: Widget area title
#: inc/widgets.php:318
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
#: inc/widgets.php:320
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
#. translators: Widget area title
#: inc/widgets.php:331
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
#: inc/widgets.php:333
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
#. translators: Widget area title
#: inc/widgets.php:344
msgid "Footer Full"
msgstr "Tam Alt Bölüm"
#: inc/widgets.php:330
#: inc/widgets.php:346
msgid "Full sized footer widget with dynamic grid"
msgstr ""
@ -449,11 +457,12 @@ msgstr "Sol Kenar Çubuğu Düzeni"
#. Template Name of the theme
msgid "No Title, Full Width Page"
msgstr ""
msgstr "Başlık yok, Tam Genişlikte Sayfa"
#. Template Name of the theme
#, fuzzy
msgid "Right Sidebar Layout"
msgstr ""
msgstr "Sağ kenar çubuğu"
#. translators: %s: query term
#: search.php:38

View File

@ -9,7 +9,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
"POT-Creation-Date: 2022-11-05T23:31:56+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.6.0\n"
"X-Domain: understrap\n"
@ -86,22 +86,22 @@ msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""
#: global-templates/navbar-collapse-bootstrap4.php:17
#: global-templates/navbar-collapse-bootstrap5.php:17
#: global-templates/navbar-offcanvas-bootstrap5.php:17
#: global-templates/navbar-collapse-bootstrap4.php:18
#: global-templates/navbar-collapse-bootstrap5.php:18
#: global-templates/navbar-offcanvas-bootstrap5.php:18
msgid "Main Navigation"
msgstr ""
#: global-templates/navbar-collapse-bootstrap4.php:34
#: global-templates/navbar-collapse-bootstrap5.php:33
#: global-templates/navbar-collapse-bootstrap4.php:35
#: global-templates/navbar-collapse-bootstrap5.php:34
msgid "Toggle navigation"
msgstr ""
#: global-templates/navbar-offcanvas-bootstrap5.php:33
#: global-templates/navbar-offcanvas-bootstrap5.php:34
msgid "Open menu"
msgstr ""
#: global-templates/navbar-offcanvas-bootstrap5.php:45
#: global-templates/navbar-offcanvas-bootstrap5.php:46
msgid "Close menu"
msgstr ""
@ -134,7 +134,7 @@ msgid "Bootstrap Version"
msgstr ""
#: inc/customizer.php:90
msgid "Choose between Bootstrap 4 or Bootstrap 5"
msgid "Choose between Bootstrap 4 and Bootstrap 5"
msgstr ""
#: inc/customizer.php:94
@ -169,43 +169,43 @@ msgstr ""
msgid "Choose between an expanding and collapsing navbar or an offcanvas drawer."
msgstr ""
#: inc/customizer.php:154
#: inc/customizer.php:153
msgid "Collapse"
msgstr ""
#: inc/customizer.php:155
#: inc/customizer.php:154
msgid "Offcanvas"
msgstr ""
#: inc/customizer.php:177
#: inc/customizer.php:176
msgid "Sidebar Positioning"
msgstr ""
#: inc/customizer.php:178
#: inc/customizer.php:177
msgid "Set sidebar's default position. Can either be: right, left, both or none. Note: this can be overridden on individual pages."
msgstr ""
#: inc/customizer.php:186
#: inc/customizer.php:184
msgid "Right sidebar"
msgstr ""
#: inc/customizer.php:187
#: inc/customizer.php:185
msgid "Left sidebar"
msgstr ""
#: inc/customizer.php:188
#: inc/customizer.php:186
msgid "Left & Right sidebars"
msgstr ""
#: inc/customizer.php:189
#: inc/customizer.php:187
msgid "No sidebar"
msgstr ""
#: inc/customizer.php:211
#: inc/customizer.php:209
msgid "Footer Site Info"
msgstr ""
#: inc/customizer.php:212
#: inc/customizer.php:210
msgid "Override Understrap's site info located at the footer of the page."
msgstr ""
@ -230,7 +230,7 @@ msgstr ""
msgid "Cite"
msgstr ""
#: inc/extras.php:245
#: inc/extras.php:247
msgid "Read More..."
msgstr ""
@ -287,105 +287,111 @@ msgid "Posted by"
msgstr ""
#. translators: %s: Categories of current post
#: inc/template-tags.php:98
#: inc/template-tags.php:102
msgid "Posted in %s"
msgstr ""
#. translators: %s: Tags of current post
#: inc/template-tags.php:111
#: inc/template-tags.php:117
msgid "Tagged %s"
msgstr ""
#. translators: %s post title
#: inc/template-tags.php:128
#: inc/template-tags.php:136
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
#: inc/template-tags.php:233
#: inc/template-tags.php:243
msgid "Comments navigation"
msgstr ""
#: inc/template-tags.php:237
#: inc/template-tags.php:247
msgid "&larr; Older Comments"
msgstr ""
#: inc/template-tags.php:243
#: inc/template-tags.php:253
msgid "Newer Comments &rarr;"
msgstr ""
#. translators: %s: Name of current post
#: inc/template-tags.php:260
#: inc/template-tags.php:272
msgid "Edit %s"
msgstr ""
#: inc/template-tags.php:289
#: inc/template-tags.php:301
msgid "Post navigation"
msgstr ""
#: inc/template-tags.php:293
#: inc/template-tags.php:305
msgctxt "Previous post link"
msgid "<i class=\"fa fa-angle-left\"></i>&nbsp;%title"
msgstr ""
#: inc/template-tags.php:296
#: inc/template-tags.php:308
msgctxt "Next post link"
msgid "%title&nbsp;<i class=\"fa fa-angle-right\"></i>"
msgstr ""
#: inc/template-tags.php:317
#: inc/template-tags.php:331
msgid "Pages:"
msgstr ""
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:353
#: inc/template-tags.php:371
msgid ", "
msgstr ""
#: inc/widgets.php:268
#. translators: Widget area title
#: inc/widgets.php:279
msgid "Right Sidebar"
msgstr ""
#: inc/widgets.php:270
#: inc/widgets.php:281
msgid "Right sidebar widget area"
msgstr ""
#: inc/widgets.php:280
#. translators: Widget area title
#: inc/widgets.php:292
msgid "Left Sidebar"
msgstr ""
#: inc/widgets.php:282
#: inc/widgets.php:294
msgid "Left sidebar widget area"
msgstr ""
#: inc/widgets.php:292
#. translators: Widget area title
#: inc/widgets.php:305
msgid "Hero Slider"
msgstr ""
#: inc/widgets.php:294
#: inc/widgets.php:307
msgid "Hero slider area. Place two or more widgets here and they will slide!"
msgstr ""
#: inc/widgets.php:304
#. translators: Widget area title
#: inc/widgets.php:318
msgid "Hero Canvas"
msgstr ""
#: inc/widgets.php:306
#: inc/widgets.php:320
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
msgstr ""
#: inc/widgets.php:316
#. translators: Widget area title
#: inc/widgets.php:331
msgid "Top Full"
msgstr ""
#: inc/widgets.php:318
#: inc/widgets.php:333
msgid "Full top widget with dynamic grid"
msgstr ""
#: inc/widgets.php:328
#. translators: Widget area title
#: inc/widgets.php:344
msgid "Footer Full"
msgstr ""
#: inc/widgets.php:330
#: inc/widgets.php:346
msgid "Full sized footer widget with dynamic grid"
msgstr ""

1429
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "understrap",
"version": "1.2.3",
"version": "1.2.4",
"description": "WordPress Theme framework",
"main": "index.js",
"scripts": {
@ -54,30 +54,30 @@
},
"homepage": "https://understrap.com",
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@popperjs/core": "^2.11.8",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.5",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-multi-entry": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.3",
"autoprefixer": "^10.4.16",
"@rollup/plugin-replace": "^5.0.5",
"autoprefixer": "^10.4.19",
"bootstrap": "~5.2.3",
"bootstrap4": "npm:bootstrap@^4.6.2",
"browser-sync": "^2.29.3",
"browser-sync": "^3.0.2",
"browserslist": "^4.22.1",
"caniuse-lite": "^1.0.30001547",
"clean-css-cli": "^5.6.2",
"clean-css-cli": "^5.6.3",
"font-awesome": "^4.7.0",
"nodemon": "^3.0.1",
"nodemon": "^3.1.0",
"npm-run-all": "^4.1.5",
"popper.js": "^1.16.1",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"postcss-understrap-palette-generator": "git+https://github.com/understrap/postcss-understrap-palette-generator.git",
"rollup": "^4.0.2",
"sass": "^1.69.3",
"terser": "^5.21.0"
"rollup": "^4.13.0",
"sass": "^1.72.0",
"terser": "^5.29.2"
}
}

View File

@ -114,38 +114,3 @@ parameters:
message: "#^Function understrap_widget_classes\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: inc/widgets.php
-
message: "#^Cannot access an offset on mixed\\.$#"
count: 10
path: inc/woocommerce.php
-
message: "#^Cannot access offset 'aria\\-hidden' on mixed\\.$#"
count: 1
path: inc/woocommerce.php
-
message: "#^Cannot access offset 'data\\-allow\\-clear' on mixed\\.$#"
count: 2
path: inc/woocommerce.php
-
message: "#^Cannot access offset 'data\\-plugin' on mixed\\.$#"
count: 2
path: inc/woocommerce.php
-
message: "#^Function understrap_quantity_input_classes\\(\\) has parameter \\$classes with no value type specified in iterable type array\\.$#"
count: 1
path: inc/woocommerce.php
-
message: "#^Function understrap_quantity_input_classes\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: inc/woocommerce.php
-
message: "#^Part \\$args\\['label'\\] \\(mixed\\) of encapsed string cannot be cast to string\\.$#"
count: 1
path: inc/woocommerce.php

View File

@ -5,7 +5,7 @@ Author: Howard Development &amp; Consulting
Author URI: https://howarddc.com
GitHub Theme URI: https://github.com/understrap/understrap
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Version: 1.2.3
Version: 1.2.4
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 5.2

View File

@ -12,7 +12,7 @@
*
* @see https://woo.com/document/template-structure/
* @package WooCommerce\Templates
* @version 7.0.1
* @version 8.7.0
*/
defined( 'ABSPATH' ) || exit;
@ -44,6 +44,15 @@ do_action( 'woocommerce_before_edit_account_form' ); ?>
<input type="email" class="woocommerce-Input woocommerce-Input--email input-text form-control" name="account_email" id="account_email" autocomplete="email" value="<?php echo esc_attr( $user->user_email ); ?>" />
</p>
<?php
/**
* Hook where additional fields should be rendered.
*
* @since 8.7.0
*/
do_action( 'woocommerce_edit_account_form_fields' );
?>
<fieldset>
<legend><?php esc_html_e( 'Password change', 'woocommerce' ); ?></legend>
@ -62,16 +71,22 @@ do_action( 'woocommerce_before_edit_account_form' ); ?>
</fieldset>
<div class="clear"></div>
<?php do_action( 'woocommerce_edit_account_form' ); ?>
<?php
/**
* My Account edit account form.
*
* @since 2.6.0
*/
do_action( 'woocommerce_edit_account_form' );
?>
<p>
<?php wp_nonce_field( 'save_account_details', 'save-account-details-nonce' ); ?>
<button type="submit" class="btn btn-outline-primary" name="save_account_details" value="<?php esc_attr_e( 'Save changes', 'woocommerce' ); ?>"><?php esc_html_e( 'Save changes', 'woocommerce' ); ?></button>
<button type="submit" class="btn btn-outline-primary woocommerce-Button button<?php echo esc_attr( wc_wp_theme_get_element_class_name( 'button' ) ? ' ' . wc_wp_theme_get_element_class_name( 'button' ) : '' ); ?>" name="save_account_details" value="<?php esc_attr_e( 'Save changes', 'woocommerce' ); ?>"><?php esc_html_e( 'Save changes', 'woocommerce' ); ?></button>
<input type="hidden" name="action" value="save_account_details" />
</p>
<?php do_action( 'woocommerce_edit_account_form_end' ); ?>
</form>
<?php
do_action( 'woocommerce_after_edit_account_form' );
<?php do_action( 'woocommerce_after_edit_account_form' ); ?>

View File

@ -12,10 +12,9 @@
*
* @see https://woo.com/document/template-structure/
* @package WooCommerce\Templates
* @version 2.6.0
* @version 8.7.0
*/
// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;
$customer_id = get_current_user_id();
@ -52,10 +51,13 @@ $col = 1;
<?php endif; ?>
<?php foreach ( $get_addresses as $name => $address_title ) : ?>
<?php
$address = wc_get_account_formatted_address( $name );
$col = $col * -1;
$oldcol = $oldcol * -1;
?>
<?php $address = wc_get_account_formatted_address( $name ); ?>
<div class="u-column woocommerce-Address">
<div class="u-column<?php echo $col < 0 ? 1 : 2; ?> col-<?php echo $oldcol < 0 ? 1 : 2; ?> woocommerce-Address">
<header class="woocommerce-Address-title title">
<h3><?php echo esc_html( $address_title ); ?></h3>
<a href="<?php echo esc_url( wc_get_endpoint_url( 'edit-address', $name ) ); ?>" class="edit"><?php echo $address ? esc_html__( 'Edit', 'woocommerce' ) : esc_html__( 'Add', 'woocommerce' ); ?></a>
@ -63,6 +65,14 @@ $col = 1;
<address>
<?php
echo $address ? wp_kses_post( $address ) : esc_html_e( 'You have not set up this type of address yet.', 'woocommerce' );
/**
* Used to output content after core address fields.
*
* @param string $name Address type.
* @since 8.7.0
*/
do_action( 'woocommerce_my_account_after_my_address', $name );
?>
</address>
</div>

View File

@ -14,12 +14,15 @@
*
* @see https://woo.com/document/template-structure/
* @package WooCommerce\Templates
* @version 7.8.0
* @version 8.5.0
*/
defined( 'ABSPATH' ) || exit;
do_action( 'woocommerce_before_account_orders', $has_orders ); ?>
<?php if ( $has_orders ) : ?>
<table class="woocommerce-orders-table woocommerce-MyAccount-orders shop_table shop_table_responsive my_account_orders account-orders-table">
<thead>
<tr>
@ -28,6 +31,7 @@ do_action( 'woocommerce_before_account_orders', $has_orders ); ?>
<?php endforeach; ?>
</tr>
</thead>
<tbody>
<?php
foreach ( $customer_orders->orders as $customer_order ) {
@ -39,25 +43,31 @@ do_action( 'woocommerce_before_account_orders', $has_orders ); ?>
<td class="woocommerce-orders-table__cell woocommerce-orders-table__cell-<?php echo esc_attr( $column_id ); ?>" data-title="<?php echo esc_attr( $column_name ); ?>">
<?php if ( has_action( 'woocommerce_my_account_my_orders_column_' . $column_id ) ) : ?>
<?php do_action( 'woocommerce_my_account_my_orders_column_' . $column_id, $order ); ?>
<?php elseif ( 'order-number' === $column_id ) : ?>
<a href="<?php echo esc_url( $order->get_view_order_url() ); ?>">
<?php echo esc_html( _x( '#', 'hash before order number', 'woocommerce' ) . $order->get_order_number() ); ?>
</a>
<?php elseif ( 'order-date' === $column_id ) : ?>
<time datetime="<?php echo esc_attr( $order->get_date_created()->date( 'c' ) ); ?>"><?php echo esc_html( wc_format_datetime( $order->get_date_created() ) ); ?></time>
<?php elseif ( 'order-status' === $column_id ) : ?>
<?php echo esc_html( wc_get_order_status_name( $order->get_status() ) ); ?>
<?php elseif ( 'order-total' === $column_id ) : ?>
<?php
/* translators: 1: formatted order total 2: total order items */
echo wp_kses_post( sprintf( _n( '%1$s for %2$s item', '%1$s for %2$s items', $item_count, 'woocommerce' ), $order->get_formatted_order_total(), $item_count ) );
?>
<?php elseif ( 'order-actions' === $column_id ) : ?>
<?php
$actions = wc_get_account_orders_actions( $order );
if ( ! empty( $actions ) ) {
foreach ( $actions as $key => $action ) { // phpcs:ignore WordPress.WP.GlobalVariablesOverride.Prohibited
echo '<a href="' . esc_url( $action['url'] ) . '" class="woocommerce-button btn btn-outline-primary ' . sanitize_html_class( $key ) . '">' . esc_html( $action['name'] ) . '</a>';
echo '<a href="' . esc_url( $action['url'] ) . '" class="woocommerce-button btn btn-outline-primary ' . esc_attr( $wp_button_class ) . ' button ' . sanitize_html_class( $key ) . '">' . esc_html( $action['name'] ) . '</a>';
}
}
?>
@ -70,22 +80,24 @@ do_action( 'woocommerce_before_account_orders', $has_orders ); ?>
?>
</tbody>
</table>
<?php do_action( 'woocommerce_before_account_orders_pagination' ); ?>
<?php if ( 1 < $customer_orders->max_num_pages ) : ?>
<div class="woocommerce-pagination woocommerce-pagination--without-numbers woocommerce-Pagination">
<?php if ( 1 !== $current_page ) : ?>
<a class="woocommerce-button woocommerce-button--previous woocommerce-Button woocommerce-Button--previous btn btn-outline-primary" href="<?php echo esc_url( wc_get_endpoint_url( 'orders', $current_page - 1 ) ); ?>"><?php esc_html_e( 'Previous', 'woocommerce' ); ?></a>
<a class="woocommerce-button woocommerce-button--previous woocommerce-Button woocommerce-Button--previous btn btn-outline-primary button<?php echo esc_attr( $wp_button_class ); ?>" href="<?php echo esc_url( wc_get_endpoint_url( 'orders', $current_page - 1 ) ); ?>"><?php esc_html_e( 'Previous', 'woocommerce' ); ?></a>
<?php endif; ?>
<?php if ( intval( $customer_orders->max_num_pages ) !== $current_page ) : ?>
<a class="woocommerce-button woocommerce-button--next woocommerce-Button woocommerce-Button--next btn btn-outline-primary" href="<?php echo esc_url( wc_get_endpoint_url( 'orders', $current_page + 1 ) ); ?>"><?php esc_html_e( 'Next', 'woocommerce' ); ?></a>
<a class="woocommerce-button woocommerce-button--next woocommerce-Button woocommerce-Button--next btn btn-outline-primary button<?php echo esc_attr( $wp_button_class ); ?>" href="<?php echo esc_url( wc_get_endpoint_url( 'orders', $current_page + 1 ) ); ?>"><?php esc_html_e( 'Next', 'woocommerce' ); ?></a>
<?php endif; ?>
</div>
<?php endif; ?>
<?php else : ?>
<?php wc_print_notice( esc_html__( 'No order has been made yet.', 'woocommerce' ) . ' <a class="woocommerce-Button btn btn-outline-primary" href="' . esc_url( apply_filters( 'woocommerce_return_to_shop_redirect', wc_get_page_permalink( 'shop' ) ) ) . '">' . esc_html__( 'Browse products', 'woocommerce' ) . '</a>', 'notice' ); // phpcs:ignore WooCommerce.Commenting.CommentHooks.MissingHookComment ?>
<?php wc_print_notice( esc_html__( 'No order has been made yet.', 'woocommerce' ) . ' <a class="woocommerce-Button btn btn-outline-primary wc-forward button' . esc_attr( $wp_button_class ) . '" href="' . esc_url( apply_filters( 'woocommerce_return_to_shop_redirect', wc_get_page_permalink( 'shop' ) ) ) . '">' . esc_html__( 'Browse products', 'woocommerce' ) . '</a>', 'notice' ); // phpcs:ignore WooCommerce.Commenting.CommentHooks.MissingHookComment ?>
<?php endif; ?>