From 54b7a82740eed24958175993ad3ae168fd57ac31 Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Thu, 15 Oct 2020 14:03:12 -0400 Subject: [PATCH 01/95] Adding composer lock for 4.9.7 Signed-off-by: Isaac Bennetch --- composer.lock | 2754 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 2754 insertions(+) create mode 100644 composer.lock diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000000..eaaeb9c9df --- /dev/null +++ b/composer.lock @@ -0,0 +1,2754 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", + "This file is @generated automatically" + ], + "content-hash": "fcc1bc864c141a58b0bbb7e52b156ef1", + "packages": [ + { + "name": "bacon/bacon-qr-code", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/Bacon/BaconQrCode.git", + "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/5a91b62b9d37cee635bbf8d553f4546057250bee", + "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee", + "shasum": "" + }, + "require": { + "ext-iconv": "*", + "php": "^5.4|^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8" + }, + "suggest": { + "ext-gd": "to generate QR code images" + }, + "type": "library", + "autoload": { + "psr-0": { + "BaconQrCode": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Ben Scholzen 'DASPRiD'", + "email": "mail@dasprids.de", + "homepage": "http://www.dasprids.de", + "role": "Developer" + } + ], + "description": "BaconQrCode is a QR code generator for PHP.", + "homepage": "https://github.com/Bacon/BaconQrCode", + "time": "2017-10-17T09:59:25+00:00" + }, + { + "name": "google/recaptcha", + "version": "1.2.4", + "source": { + "type": "git", + "url": "https://github.com/google/recaptcha.git", + "reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/google/recaptcha/zipball/614f25a9038be4f3f2da7cbfd778dc5b357d2419", + "reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419", + "shasum": "" + }, + "require": { + "php": ">=5.5" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2.2.20|^2.15", + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^4.8.36|^5.7.27|^6.59|^7.5.11" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2.x-dev" + } + }, + "autoload": { + "psr-4": { + "ReCaptcha\\": "src/ReCaptcha" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.", + "homepage": "https://www.google.com/recaptcha/", + "keywords": [ + "Abuse", + "captcha", + "recaptcha", + "spam" + ], + "time": "2020-03-31T17:50:54+00:00" + }, + { + "name": "paragonie/constant_time_encoding", + "version": "v1.0.4", + "source": { + "type": "git", + "url": "https://github.com/paragonie/constant_time_encoding.git", + "reference": "2132f0f293d856026d7d11bd81b9f4a23a1dc1f6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/2132f0f293d856026d7d11bd81b9f4a23a1dc1f6", + "reference": "2132f0f293d856026d7d11bd81b9f4a23a1dc1f6", + "shasum": "" + }, + "require": { + "php": "^5.3|^7" + }, + "require-dev": { + "paragonie/random_compat": "^1.4|^2", + "phpunit/phpunit": "4.*|5.*", + "vimeo/psalm": "^0.3|^1" + }, + "type": "library", + "autoload": { + "psr-4": { + "ParagonIE\\ConstantTime\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com", + "role": "Maintainer" + }, + { + "name": "Steve 'Sc00bz' Thomas", + "email": "steve@tobtu.com", + "homepage": "https://www.tobtu.com", + "role": "Original Developer" + } + ], + "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", + "keywords": [ + "base16", + "base32", + "base32_decode", + "base32_encode", + "base64", + "base64_decode", + "base64_encode", + "bin2hex", + "encoding", + "hex", + "hex2bin", + "rfc4648" + ], + "time": "2018-04-30T17:57:16+00:00" + }, + { + "name": "paragonie/random_compat", + "version": "v2.0.19", + "source": { + "type": "git", + "url": "https://github.com/paragonie/random_compat.git", + "reference": "446fc9faa5c2a9ddf65eb7121c0af7e857295241" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/446fc9faa5c2a9ddf65eb7121c0af7e857295241", + "reference": "446fc9faa5c2a9ddf65eb7121c0af7e857295241", + "shasum": "" + }, + "require": { + "php": ">=5.2.0" + }, + "require-dev": { + "phpunit/phpunit": "4.*|5.*" + }, + "suggest": { + "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." + }, + "type": "library", + "autoload": { + "files": [ + "lib/random.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com" + } + ], + "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", + "keywords": [ + "csprng", + "polyfill", + "pseudorandom", + "random" + ], + "time": "2020-10-15T10:06:57+00:00" + }, + { + "name": "phpmyadmin/motranslator", + "version": "4.0", + "source": { + "type": "git", + "url": "https://github.com/phpmyadmin/motranslator.git", + "reference": "fcb370254998fda7eeccfd7c787b4deb71b0d77c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpmyadmin/motranslator/zipball/fcb370254998fda7eeccfd7c787b4deb71b0d77c", + "reference": "fcb370254998fda7eeccfd7c787b4deb71b0d77c", + "shasum": "" + }, + "require": { + "php": ">=5.3.0", + "symfony/expression-language": "^4.0 || ^3.2 || ^2.8" + }, + "require-dev": { + "apigen/apigen": "^4.1", + "phpunit/php-code-coverage": "*", + "phpunit/phpunit": "~4.8 || ~5.7 || ~6.5" + }, + "type": "library", + "autoload": { + "psr-4": { + "PhpMyAdmin\\MoTranslator\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "The phpMyAdmin Team", + "email": "developers@phpmyadmin.net", + "homepage": "https://www.phpmyadmin.net/team/" + } + ], + "description": "Translation API for PHP using Gettext MO files", + "homepage": "https://github.com/phpmyadmin/motranslator", + "keywords": [ + "gettext", + "i18n", + "mo", + "translator" + ], + "time": "2018-02-12T13:22:52+00:00" + }, + { + "name": "phpmyadmin/shapefile", + "version": "2.1", + "source": { + "type": "git", + "url": "https://github.com/phpmyadmin/shapefile.git", + "reference": "e23b767f2a81f61fee3fc09fc062879985f3e224" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpmyadmin/shapefile/zipball/e23b767f2a81f61fee3fc09fc062879985f3e224", + "reference": "e23b767f2a81f61fee3fc09fc062879985f3e224", + "shasum": "" + }, + "require": { + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/php-code-coverage": "*", + "phpunit/phpunit": "~4.8 || ~5.7" + }, + "suggest": { + "ext-dbase": "For dbf files parsing" + }, + "type": "library", + "autoload": { + "psr-4": { + "PhpMyAdmin\\ShapeFile\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "The phpMyAdmin Team", + "email": "developers@phpmyadmin.net", + "homepage": "https://www.phpmyadmin.net/team/" + } + ], + "description": "ESRI ShapeFile library for PHP", + "homepage": "https://github.com/phpmyadmin/shapefile", + "keywords": [ + "ESRI", + "Shapefile", + "dbf", + "geo", + "geospatial", + "shape", + "shp" + ], + "time": "2017-05-15T08:31:47+00:00" + }, + { + "name": "phpmyadmin/sql-parser", + "version": "4.7.1", + "source": { + "type": "git", + "url": "https://github.com/phpmyadmin/sql-parser.git", + "reference": "550ce6968794e890cfd5b4cbf202e716d78b6a92" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/550ce6968794e890cfd5b4cbf202e716d78b6a92", + "reference": "550ce6968794e890cfd5b4cbf202e716d78b6a92", + "shasum": "" + }, + "require": { + "php": ">=5.3.0", + "symfony/polyfill-mbstring": "^1.3" + }, + "conflict": { + "phpmyadmin/motranslator": "<3.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.8 || ~5.7 || ~6.5 || ^7.0", + "squizlabs/php_codesniffer": "~2.9 || ~3.4" + }, + "suggest": { + "ext-mbstring": "For best performance", + "phpmyadmin/motranslator": "Translate messages to your favorite locale" + }, + "bin": [ + "bin/highlight-query", + "bin/lint-query", + "bin/tokenize-query" + ], + "type": "library", + "autoload": { + "psr-4": { + "PhpMyAdmin\\SqlParser\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "The phpMyAdmin Team", + "email": "developers@phpmyadmin.net", + "homepage": "https://www.phpmyadmin.net/team/" + } + ], + "description": "A validating SQL lexer and parser with a focus on MySQL dialect.", + "homepage": "https://github.com/phpmyadmin/sql-parser", + "keywords": [ + "analysis", + "lexer", + "parser", + "sql" + ], + "time": "2020-10-15T15:17:59+00:00" + }, + { + "name": "phpseclib/phpseclib", + "version": "2.0.29", + "source": { + "type": "git", + "url": "https://github.com/phpseclib/phpseclib.git", + "reference": "497856a8d997f640b4a516062f84228a772a48a8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/497856a8d997f640b4a516062f84228a772a48a8", + "reference": "497856a8d997f640b4a516062f84228a772a48a8", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "phing/phing": "~2.7", + "phpunit/phpunit": "^4.8.35|^5.7|^6.0", + "squizlabs/php_codesniffer": "~2.0" + }, + "suggest": { + "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", + "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", + "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", + "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." + }, + "type": "library", + "autoload": { + "files": [ + "phpseclib/bootstrap.php" + ], + "psr-4": { + "phpseclib\\": "phpseclib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jim Wigginton", + "email": "terrafrost@php.net", + "role": "Lead Developer" + }, + { + "name": "Patrick Monnerat", + "email": "pm@datasphere.ch", + "role": "Developer" + }, + { + "name": "Andreas Fischer", + "email": "bantu@phpbb.com", + "role": "Developer" + }, + { + "name": "Hans-Jürgen Petrich", + "email": "petrich@tronic-media.com", + "role": "Developer" + }, + { + "name": "Graham Campbell", + "email": "graham@alt-three.com", + "role": "Developer" + } + ], + "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", + "homepage": "http://phpseclib.sourceforge.net", + "keywords": [ + "BigInteger", + "aes", + "asn.1", + "asn1", + "blowfish", + "crypto", + "cryptography", + "encryption", + "rsa", + "security", + "sftp", + "signature", + "signing", + "ssh", + "twofish", + "x.509", + "x509" + ], + "funding": [ + { + "url": "https://github.com/terrafrost", + "type": "github" + }, + { + "url": "https://www.patreon.com/phpseclib", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib", + "type": "tidelift" + } + ], + "time": "2020-09-08T04:24:43+00:00" + }, + { + "name": "pragmarx/google2fa", + "version": "v3.0.3", + "source": { + "type": "git", + "url": "https://github.com/antonioribeiro/google2fa.git", + "reference": "6949226739e4424f40031e6f1c96b1fd64047335" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/6949226739e4424f40031e6f1c96b1fd64047335", + "reference": "6949226739e4424f40031e6f1c96b1fd64047335", + "shasum": "" + }, + "require": { + "paragonie/constant_time_encoding": "~1.0|~2.0", + "paragonie/random_compat": ">=1", + "php": ">=5.4", + "symfony/polyfill-php56": "~1.2" + }, + "require-dev": { + "bacon/bacon-qr-code": "~1.0", + "phpunit/phpunit": "~4|~5|~6" + }, + "suggest": { + "bacon/bacon-qr-code": "Required to generate inline QR Codes." + }, + "type": "library", + "extra": { + "component": "package", + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "psr-4": { + "PragmaRX\\Google2FA\\": "src/", + "PragmaRX\\Google2FA\\Tests\\": "tests/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Antonio Carlos Ribeiro", + "email": "acr@antoniocarlosribeiro.com", + "role": "Creator & Designer" + } + ], + "description": "A One Time Password Authentication package, compatible with Google Authenticator.", + "keywords": [ + "2fa", + "Authentication", + "Two Factor Authentication", + "google2fa", + "laravel" + ], + "time": "2018-08-29T13:28:06+00:00" + }, + { + "name": "psr/container", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/container.git", + "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", + "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Container\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common Container Interface (PHP FIG PSR-11)", + "homepage": "https://github.com/php-fig/container", + "keywords": [ + "PSR-11", + "container", + "container-interface", + "container-interop", + "psr" + ], + "time": "2017-02-14T16:28:37+00:00" + }, + { + "name": "samyoul/u2f-php-server", + "version": "v1.1.4", + "source": { + "type": "git", + "url": "https://github.com/Samyoul/U2F-php-server.git", + "reference": "0625202c79d570e58525ed6c4ae38500ea3f0883" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Samyoul/U2F-php-server/zipball/0625202c79d570e58525ed6c4ae38500ea3f0883", + "reference": "0625202c79d570e58525ed6c4ae38500ea3f0883", + "shasum": "" + }, + "require": { + "ext-openssl": "*" + }, + "type": "library", + "autoload": { + "psr-4": { + "Samyoul\\U2F\\U2FServer\\": [ + "src/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Samuel Hawksby-Robinson", + "email": "samuel@samyoul.com" + } + ], + "description": "Server side handling class for FIDO U2F registration and authentication", + "time": "2018-10-26T12:43:39+00:00" + }, + { + "name": "symfony/expression-language", + "version": "v2.8.52", + "source": { + "type": "git", + "url": "https://github.com/symfony/expression-language.git", + "reference": "fa9be1b831859b56d244137fabbfd01a46dbdb36" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/expression-language/zipball/fa9be1b831859b56d244137fabbfd01a46dbdb36", + "reference": "fa9be1b831859b56d244137fabbfd01a46dbdb36", + "shasum": "" + }, + "require": { + "php": ">=5.3.9" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.8-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\ExpressionLanguage\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony ExpressionLanguage Component", + "homepage": "https://symfony.com", + "time": "2018-11-11T11:18:13+00:00" + }, + { + "name": "symfony/polyfill-ctype", + "version": "v1.18.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "1c302646f6efc070cd46856e600e5e0684d6b454" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454", + "reference": "1c302646f6efc070cd46856e600e5e0684d6b454", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-ctype": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.18-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "ctype", + "polyfill", + "portable" + ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-07-14T12:35:20+00:00" + }, + { + "name": "symfony/polyfill-mbstring", + "version": "v1.18.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a", + "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-mbstring": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.18-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-07-14T12:35:20+00:00" + }, + { + "name": "symfony/polyfill-php56", + "version": "v1.18.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php56.git", + "reference": "13df84e91cd168f247c2f2ec82cc0fa24901c011" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/13df84e91cd168f247c2f2ec82cc0fa24901c011", + "reference": "13df84e91cd168f247c2f2ec82cc0fa24901c011", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "symfony/polyfill-util": "~1.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.18-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php56\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-07-14T12:35:20+00:00" + }, + { + "name": "symfony/polyfill-util", + "version": "v1.18.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-util.git", + "reference": "46b910c71e9828f8ec2aa7a0314de1130d9b295a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/46b910c71e9828f8ec2aa7a0314de1130d9b295a", + "reference": "46b910c71e9828f8ec2aa7a0314de1130d9b295a", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.18-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Util\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony utilities for portability of PHP codes", + "homepage": "https://symfony.com", + "keywords": [ + "compat", + "compatibility", + "polyfill", + "shim" + ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-07-14T12:35:20+00:00" + }, + { + "name": "tecnickcom/tcpdf", + "version": "6.3.5", + "source": { + "type": "git", + "url": "https://github.com/tecnickcom/TCPDF.git", + "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549", + "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "config", + "include", + "tcpdf.php", + "tcpdf_parser.php", + "tcpdf_import.php", + "tcpdf_barcodes_1d.php", + "tcpdf_barcodes_2d.php", + "include/tcpdf_colors.php", + "include/tcpdf_filters.php", + "include/tcpdf_font_data.php", + "include/tcpdf_fonts.php", + "include/tcpdf_images.php", + "include/tcpdf_static.php", + "include/barcodes/datamatrix.php", + "include/barcodes/pdf417.php", + "include/barcodes/qrcode.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Nicola Asuni", + "email": "info@tecnick.com", + "role": "lead" + } + ], + "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", + "homepage": "http://www.tcpdf.org/", + "keywords": [ + "PDFD32000-2008", + "TCPDF", + "barcodes", + "datamatrix", + "pdf", + "pdf417", + "qrcode" + ], + "time": "2020-02-14T14:20:12+00:00" + }, + { + "name": "twig/extensions", + "version": "v1.5.4", + "source": { + "type": "git", + "url": "https://github.com/twigphp/Twig-extensions.git", + "reference": "57873c8b0c1be51caa47df2cdb824490beb16202" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202", + "reference": "57873c8b0c1be51caa47df2cdb824490beb16202", + "shasum": "" + }, + "require": { + "twig/twig": "^1.27|^2.0" + }, + "require-dev": { + "symfony/phpunit-bridge": "^3.4", + "symfony/translation": "^2.7|^3.4" + }, + "suggest": { + "symfony/translation": "Allow the time_diff output to be translated" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.5-dev" + } + }, + "autoload": { + "psr-0": { + "Twig_Extensions_": "lib/" + }, + "psr-4": { + "Twig\\Extensions\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + } + ], + "description": "Common additional features for Twig that do not directly belong in core", + "keywords": [ + "i18n", + "text" + ], + "abandoned": true, + "time": "2018-12-05T18:34:18+00:00" + }, + { + "name": "twig/twig", + "version": "v1.42.5", + "source": { + "type": "git", + "url": "https://github.com/twigphp/Twig.git", + "reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e", + "reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e", + "shasum": "" + }, + "require": { + "php": ">=5.5.0", + "symfony/polyfill-ctype": "^1.8" + }, + "require-dev": { + "psr/container": "^1.0", + "symfony/phpunit-bridge": "^4.4|^5.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.42-dev" + } + }, + "autoload": { + "psr-0": { + "Twig_": "lib/" + }, + "psr-4": { + "Twig\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" + }, + { + "name": "Twig Team", + "role": "Contributors" + }, + { + "name": "Armin Ronacher", + "email": "armin.ronacher@active-4.com", + "role": "Project Founder" + } + ], + "description": "Twig, the flexible, fast, and secure template language for PHP", + "homepage": "https://twig.symfony.com", + "keywords": [ + "templating" + ], + "time": "2020-02-11T05:59:23+00:00" + } + ], + "packages-dev": [ + { + "name": "codacy/coverage", + "version": "1.4.3", + "source": { + "type": "git", + "url": "https://github.com/codacy/php-codacy-coverage.git", + "reference": "1852ca987c91ef466ebcfdbdd4e1788b653eaf1d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/codacy/php-codacy-coverage/zipball/1852ca987c91ef466ebcfdbdd4e1788b653eaf1d", + "reference": "1852ca987c91ef466ebcfdbdd4e1788b653eaf1d", + "shasum": "" + }, + "require": { + "gitonomy/gitlib": ">=1.0", + "php": ">=5.3.3", + "symfony/console": "~2.5|~3.0|~4.0|~5.0" + }, + "require-dev": { + "clue/phar-composer": "^1.1", + "phpunit/phpunit": "~6.5" + }, + "bin": [ + "bin/codacycoverage" + ], + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jakob Pupke", + "email": "jakob.pupke@gmail.com" + } + ], + "description": "Sends PHP test coverage information to Codacy.", + "homepage": "https://github.com/codacy/php-codacy-coverage", + "abandoned": true, + "time": "2020-01-10T10:52:12+00:00" + }, + { + "name": "doctrine/instantiator", + "version": "1.0.5", + "source": { + "type": "git", + "url": "https://github.com/doctrine/instantiator.git", + "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", + "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", + "shasum": "" + }, + "require": { + "php": ">=5.3,<8.0-DEV" + }, + "require-dev": { + "athletic/athletic": "~0.1.8", + "ext-pdo": "*", + "ext-phar": "*", + "phpunit/phpunit": "~4.0", + "squizlabs/php_codesniffer": "~2.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "http://ocramius.github.com/" + } + ], + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", + "homepage": "https://github.com/doctrine/instantiator", + "keywords": [ + "constructor", + "instantiate" + ], + "time": "2015-06-14T21:17:01+00:00" + }, + { + "name": "gitonomy/gitlib", + "version": "v1.0.4", + "source": { + "type": "git", + "url": "https://github.com/gitonomy/gitlib.git", + "reference": "932a960221ae3484a3e82553b3be478e56beb68d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/gitonomy/gitlib/zipball/932a960221ae3484a3e82553b3be478e56beb68d", + "reference": "932a960221ae3484a3e82553b3be478e56beb68d", + "shasum": "" + }, + "require": { + "php": "^5.3 || ^7.0", + "symfony/process": "^2.3|^3.0|^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35|^5.7", + "psr/log": "^1.0" + }, + "suggest": { + "psr/log": "Add some log" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "psr-4": { + "Gitonomy\\Git\\": "src/Gitonomy/Git/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Alexandre Salomé", + "email": "alexandre.salome@gmail.com", + "homepage": "http://alexandre-salome.fr" + }, + { + "name": "Julien DIDIER", + "email": "genzo.wm@gmail.com", + "homepage": "http://www.jdidier.net" + } + ], + "description": "Library for accessing git", + "homepage": "http://gitonomy.com", + "time": "2018-04-22T19:55:36+00:00" + }, + { + "name": "phpdocumentor/reflection-common", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", + "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", + "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", + "shasum": "" + }, + "require": { + "php": ">=5.5" + }, + "require-dev": { + "phpunit/phpunit": "^4.6" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": [ + "src" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jaap van Otterdijk", + "email": "opensource@ijaap.nl" + } + ], + "description": "Common reflection classes used by phpdocumentor to reflect the code structure", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "FQSEN", + "phpDocumentor", + "phpdoc", + "reflection", + "static analysis" + ], + "time": "2017-09-11T18:02:19+00:00" + }, + { + "name": "phpdocumentor/reflection-docblock", + "version": "3.2.2", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", + "reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/4aada1f93c72c35e22fb1383b47fee43b8f1d157", + "reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157", + "shasum": "" + }, + "require": { + "php": ">=5.5", + "phpdocumentor/reflection-common": "^1.0@dev", + "phpdocumentor/type-resolver": "^0.3.0", + "webmozart/assert": "^1.0" + }, + "require-dev": { + "mockery/mockery": "^0.9.4", + "phpunit/phpunit": "^4.4" + }, + "type": "library", + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": [ + "src/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + } + ], + "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", + "time": "2017-08-08T06:39:58+00:00" + }, + { + "name": "phpdocumentor/type-resolver", + "version": "0.3.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/TypeResolver.git", + "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/fb3933512008d8162b3cdf9e18dba9309b7c3773", + "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773", + "shasum": "" + }, + "require": { + "php": "^5.5 || ^7.0", + "phpdocumentor/reflection-common": "^1.0" + }, + "require-dev": { + "mockery/mockery": "^0.9.4", + "phpunit/phpunit": "^5.2||^4.8.24" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": [ + "src/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + } + ], + "time": "2017-06-03T08:32:36+00:00" + }, + { + "name": "phpmyadmin/coding-standard", + "version": "0.3", + "source": { + "type": "git", + "url": "https://github.com/phpmyadmin/coding-standard.git", + "reference": "5ae123e27140a1e16be005432e26a8233524eaf5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpmyadmin/coding-standard/zipball/5ae123e27140a1e16be005432e26a8233524eaf5", + "reference": "5ae123e27140a1e16be005432e26a8233524eaf5", + "shasum": "" + }, + "require": { + "squizlabs/php_codesniffer": "^3.0" + }, + "type": "phpcodesniffer-standard", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "The phpMyAdmin Team", + "email": "developers@phpmyadmin.net", + "homepage": "https://www.phpmyadmin.net/team/" + } + ], + "description": "phpMyAdmin PHP CodeSniffer Coding Standard", + "keywords": [ + "codesniffer", + "phpcs", + "phpmyadmin" + ], + "time": "2017-09-28T09:13:00+00:00" + }, + { + "name": "phpspec/prophecy", + "version": "v1.10.3", + "source": { + "type": "git", + "url": "https://github.com/phpspec/prophecy.git", + "reference": "451c3cd1418cf640de218914901e51b064abb093" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093", + "reference": "451c3cd1418cf640de218914901e51b064abb093", + "shasum": "" + }, + "require": { + "doctrine/instantiator": "^1.0.2", + "php": "^5.3|^7.0", + "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0", + "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0", + "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0" + }, + "require-dev": { + "phpspec/phpspec": "^2.5 || ^3.2", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.10.x-dev" + } + }, + "autoload": { + "psr-4": { + "Prophecy\\": "src/Prophecy" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + }, + { + "name": "Marcello Duarte", + "email": "marcello.duarte@gmail.com" + } + ], + "description": "Highly opinionated mocking framework for PHP 5.3+", + "homepage": "https://github.com/phpspec/prophecy", + "keywords": [ + "Double", + "Dummy", + "fake", + "mock", + "spy", + "stub" + ], + "time": "2020-03-05T15:02:03+00:00" + }, + { + "name": "phpunit/php-code-coverage", + "version": "2.2.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-code-coverage.git", + "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", + "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "phpunit/php-file-iterator": "~1.3", + "phpunit/php-text-template": "~1.2", + "phpunit/php-token-stream": "~1.3", + "sebastian/environment": "^1.3.2", + "sebastian/version": "~1.0" + }, + "require-dev": { + "ext-xdebug": ">=2.1.4", + "phpunit/phpunit": "~4" + }, + "suggest": { + "ext-dom": "*", + "ext-xdebug": ">=2.2.1", + "ext-xmlwriter": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sb@sebastian-bergmann.de", + "role": "lead" + } + ], + "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", + "homepage": "https://github.com/sebastianbergmann/php-code-coverage", + "keywords": [ + "coverage", + "testing", + "xunit" + ], + "time": "2015-10-06T15:47:00+00:00" + }, + { + "name": "phpunit/php-file-iterator", + "version": "1.4.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-file-iterator.git", + "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", + "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sb@sebastian-bergmann.de", + "role": "lead" + } + ], + "description": "FilterIterator implementation that filters files based on a list of suffixes.", + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", + "keywords": [ + "filesystem", + "iterator" + ], + "time": "2017-11-27T13:52:08+00:00" + }, + { + "name": "phpunit/php-text-template", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-text-template.git", + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Simple template engine.", + "homepage": "https://github.com/sebastianbergmann/php-text-template/", + "keywords": [ + "template" + ], + "time": "2015-06-21T13:50:34+00:00" + }, + { + "name": "phpunit/php-timer", + "version": "1.0.9", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-timer.git", + "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", + "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", + "shasum": "" + }, + "require": { + "php": "^5.3.3 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sb@sebastian-bergmann.de", + "role": "lead" + } + ], + "description": "Utility class for timing", + "homepage": "https://github.com/sebastianbergmann/php-timer/", + "keywords": [ + "timer" + ], + "time": "2017-02-26T11:10:40+00:00" + }, + { + "name": "phpunit/php-token-stream", + "version": "1.4.12", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-token-stream.git", + "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16", + "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16", + "shasum": "" + }, + "require": { + "ext-tokenizer": "*", + "php": ">=5.3.3" + }, + "require-dev": { + "phpunit/phpunit": "~4.2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Wrapper around PHP's tokenizer extension.", + "homepage": "https://github.com/sebastianbergmann/php-token-stream/", + "keywords": [ + "tokenizer" + ], + "abandoned": true, + "time": "2017-12-04T08:55:13+00:00" + }, + { + "name": "phpunit/phpunit", + "version": "4.8.36", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpunit.git", + "reference": "46023de9a91eec7dfb06cc56cb4e260017298517" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517", + "reference": "46023de9a91eec7dfb06cc56cb4e260017298517", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-json": "*", + "ext-pcre": "*", + "ext-reflection": "*", + "ext-spl": "*", + "php": ">=5.3.3", + "phpspec/prophecy": "^1.3.1", + "phpunit/php-code-coverage": "~2.1", + "phpunit/php-file-iterator": "~1.4", + "phpunit/php-text-template": "~1.2", + "phpunit/php-timer": "^1.0.6", + "phpunit/phpunit-mock-objects": "~2.3", + "sebastian/comparator": "~1.2.2", + "sebastian/diff": "~1.2", + "sebastian/environment": "~1.3", + "sebastian/exporter": "~1.2", + "sebastian/global-state": "~1.0", + "sebastian/version": "~1.0", + "symfony/yaml": "~2.1|~3.0" + }, + "suggest": { + "phpunit/php-invoker": "~1.1" + }, + "bin": [ + "phpunit" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.8.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "The PHP Unit Testing framework.", + "homepage": "https://phpunit.de/", + "keywords": [ + "phpunit", + "testing", + "xunit" + ], + "time": "2017-06-21T08:07:12+00:00" + }, + { + "name": "phpunit/phpunit-mock-objects", + "version": "2.3.8", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", + "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", + "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", + "shasum": "" + }, + "require": { + "doctrine/instantiator": "^1.0.2", + "php": ">=5.3.3", + "phpunit/php-text-template": "~1.2", + "sebastian/exporter": "~1.2" + }, + "require-dev": { + "phpunit/phpunit": "~4.4" + }, + "suggest": { + "ext-soap": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.3.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sb@sebastian-bergmann.de", + "role": "lead" + } + ], + "description": "Mock Object library for PHPUnit", + "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", + "keywords": [ + "mock", + "xunit" + ], + "abandoned": true, + "time": "2015-10-02T06:51:40+00:00" + }, + { + "name": "phpunit/phpunit-selenium", + "version": "1.4.2", + "source": { + "type": "git", + "url": "https://github.com/giorgiosironi/phpunit-selenium.git", + "reference": "c84dd7ca214563868ce216123b7ae9c792beb262" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/giorgiosironi/phpunit-selenium/zipball/c84dd7ca214563868ce216123b7ae9c792beb262", + "reference": "c84dd7ca214563868ce216123b7ae9c792beb262", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "ext-dom": "*", + "php": ">=5.3.3", + "phpunit/phpunit": "~3.7|~4.0", + "sebastian/comparator": "~1.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "PHPUnit/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "" + ], + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sb@sebastian-bergmann.de", + "role": "lead" + }, + { + "name": "Giorgio Sironi", + "email": "info@giorgiosironi.com", + "role": "developer" + } + ], + "description": "Selenium Server integration for PHPUnit", + "homepage": "http://www.phpunit.de/", + "keywords": [ + "selenium", + "testing", + "xunit" + ], + "time": "2014-11-02T09:23:27+00:00" + }, + { + "name": "psr/log", + "version": "1.1.3", + "source": { + "type": "git", + "url": "https://github.com/php-fig/log.git", + "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", + "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Log\\": "Psr/Log/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", + "keywords": [ + "log", + "psr", + "psr-3" + ], + "time": "2020-03-23T09:12:05+00:00" + }, + { + "name": "sebastian/comparator", + "version": "1.2.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/comparator.git", + "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", + "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "sebastian/diff": "~1.2", + "sebastian/exporter": "~1.2 || ~2.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.4" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@2bepublished.at" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides the functionality to compare PHP values for equality", + "homepage": "http://www.github.com/sebastianbergmann/comparator", + "keywords": [ + "comparator", + "compare", + "equality" + ], + "time": "2017-01-29T09:50:25+00:00" + }, + { + "name": "sebastian/diff", + "version": "1.4.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/diff.git", + "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4", + "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4", + "shasum": "" + }, + "require": { + "php": "^5.3.3 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Diff implementation", + "homepage": "https://github.com/sebastianbergmann/diff", + "keywords": [ + "diff" + ], + "time": "2017-05-22T07:24:03+00:00" + }, + { + "name": "sebastian/environment", + "version": "1.3.8", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/environment.git", + "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea", + "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea", + "shasum": "" + }, + "require": { + "php": "^5.3.3 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8 || ^5.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.3.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides functionality to handle HHVM/PHP environments", + "homepage": "http://www.github.com/sebastianbergmann/environment", + "keywords": [ + "Xdebug", + "environment", + "hhvm" + ], + "time": "2016-08-18T05:49:44+00:00" + }, + { + "name": "sebastian/exporter", + "version": "1.2.2", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/exporter.git", + "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4", + "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "sebastian/recursion-context": "~1.0" + }, + "require-dev": { + "ext-mbstring": "*", + "phpunit/phpunit": "~4.4" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.3.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@2bepublished.at" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + } + ], + "description": "Provides the functionality to export PHP variables for visualization", + "homepage": "http://www.github.com/sebastianbergmann/exporter", + "keywords": [ + "export", + "exporter" + ], + "time": "2016-06-17T09:04:28+00:00" + }, + { + "name": "sebastian/global-state", + "version": "1.1.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/global-state.git", + "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", + "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "phpunit/phpunit": "~4.2" + }, + "suggest": { + "ext-uopz": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Snapshotting of global state", + "homepage": "http://www.github.com/sebastianbergmann/global-state", + "keywords": [ + "global state" + ], + "time": "2015-10-12T03:26:01+00:00" + }, + { + "name": "sebastian/recursion-context", + "version": "1.0.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/recursion-context.git", + "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7", + "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "phpunit/phpunit": "~4.4" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + } + ], + "description": "Provides functionality to recursively process PHP variables", + "homepage": "http://www.github.com/sebastianbergmann/recursion-context", + "time": "2016-10-03T07:41:43+00:00" + }, + { + "name": "sebastian/version", + "version": "1.0.6", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/version.git", + "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", + "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", + "shasum": "" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that helps with managing the version number of Git-hosted PHP projects", + "homepage": "https://github.com/sebastianbergmann/version", + "time": "2015-06-21T13:59:46+00:00" + }, + { + "name": "squizlabs/php_codesniffer", + "version": "3.5.6", + "source": { + "type": "git", + "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", + "reference": "e97627871a7eab2f70e59166072a6b767d5834e0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/e97627871a7eab2f70e59166072a6b767d5834e0", + "reference": "e97627871a7eab2f70e59166072a6b767d5834e0", + "shasum": "" + }, + "require": { + "ext-simplexml": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" + }, + "bin": [ + "bin/phpcs", + "bin/phpcbf" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Greg Sherwood", + "role": "lead" + } + ], + "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", + "keywords": [ + "phpcs", + "standards" + ], + "time": "2020-08-10T04:50:15+00:00" + }, + { + "name": "symfony/console", + "version": "v2.8.52", + "source": { + "type": "git", + "url": "https://github.com/symfony/console.git", + "reference": "cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/console/zipball/cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12", + "reference": "cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12", + "shasum": "" + }, + "require": { + "php": ">=5.3.9", + "symfony/debug": "^2.7.2|~3.0.0", + "symfony/polyfill-mbstring": "~1.0" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/event-dispatcher": "~2.1|~3.0.0", + "symfony/process": "~2.1|~3.0.0" + }, + "suggest": { + "psr/log-implementation": "For using the console logger", + "symfony/event-dispatcher": "", + "symfony/process": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.8-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Console\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Console Component", + "homepage": "https://symfony.com", + "time": "2018-11-20T15:55:20+00:00" + }, + { + "name": "symfony/debug", + "version": "v2.8.52", + "source": { + "type": "git", + "url": "https://github.com/symfony/debug.git", + "reference": "74251c8d50dd3be7c4ce0c7b862497cdc641a5d0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/debug/zipball/74251c8d50dd3be7c4ce0c7b862497cdc641a5d0", + "reference": "74251c8d50dd3be7c4ce0c7b862497cdc641a5d0", + "shasum": "" + }, + "require": { + "php": ">=5.3.9", + "psr/log": "~1.0" + }, + "conflict": { + "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" + }, + "require-dev": { + "symfony/class-loader": "~2.2|~3.0.0", + "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.8-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Debug\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Debug Component", + "homepage": "https://symfony.com", + "time": "2018-11-11T11:18:13+00:00" + }, + { + "name": "symfony/process", + "version": "v2.8.52", + "source": { + "type": "git", + "url": "https://github.com/symfony/process.git", + "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/process/zipball/c3591a09c78639822b0b290d44edb69bf9f05dc8", + "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8", + "shasum": "" + }, + "require": { + "php": ">=5.3.9" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.8-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Process\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Process Component", + "homepage": "https://symfony.com", + "time": "2018-11-11T11:18:13+00:00" + }, + { + "name": "symfony/yaml", + "version": "v2.8.52", + "source": { + "type": "git", + "url": "https://github.com/symfony/yaml.git", + "reference": "02c1859112aa779d9ab394ae4f3381911d84052b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/yaml/zipball/02c1859112aa779d9ab394ae4f3381911d84052b", + "reference": "02c1859112aa779d9ab394ae4f3381911d84052b", + "shasum": "" + }, + "require": { + "php": ">=5.3.9", + "symfony/polyfill-ctype": "~1.8" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.8-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Yaml Component", + "homepage": "https://symfony.com", + "time": "2018-11-11T11:18:13+00:00" + }, + { + "name": "webmozart/assert", + "version": "1.9.1", + "source": { + "type": "git", + "url": "https://github.com/webmozart/assert.git", + "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", + "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389", + "shasum": "" + }, + "require": { + "php": "^5.3.3 || ^7.0 || ^8.0", + "symfony/polyfill-ctype": "^1.8" + }, + "conflict": { + "phpstan/phpstan": "<0.12.20", + "vimeo/psalm": "<3.9.1" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.36 || ^7.5.13" + }, + "type": "library", + "autoload": { + "psr-4": { + "Webmozart\\Assert\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Assertions to validate method input/output with nice error messages.", + "keywords": [ + "assert", + "check", + "validate" + ], + "time": "2020-07-08T17:02:28+00:00" + } + ], + "aliases": [], + "minimum-stability": "stable", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": { + "php": ">=5.5.0", + "ext-mysqli": "*", + "ext-xml": "*", + "ext-pcre": "*", + "ext-json": "*", + "ext-ctype": "*", + "ext-hash": "*" + }, + "platform-dev": [], + "platform-overrides": { + "php": "5.5" + }, + "plugin-api-version": "1.1.0" +} From b99b7cc6dd89348dc9c92c3a73e4a9738f578a54 Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Thu, 15 Oct 2020 14:05:45 -0400 Subject: [PATCH 02/95] Removing composer.lock Signed-off-by: Isaac Bennetch --- composer.lock | 2754 ------------------------------------------------- 1 file changed, 2754 deletions(-) delete mode 100644 composer.lock diff --git a/composer.lock b/composer.lock deleted file mode 100644 index eaaeb9c9df..0000000000 --- a/composer.lock +++ /dev/null @@ -1,2754 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", - "This file is @generated automatically" - ], - "content-hash": "fcc1bc864c141a58b0bbb7e52b156ef1", - "packages": [ - { - "name": "bacon/bacon-qr-code", - "version": "1.0.3", - "source": { - "type": "git", - "url": "https://github.com/Bacon/BaconQrCode.git", - "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/5a91b62b9d37cee635bbf8d553f4546057250bee", - "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee", - "shasum": "" - }, - "require": { - "ext-iconv": "*", - "php": "^5.4|^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8" - }, - "suggest": { - "ext-gd": "to generate QR code images" - }, - "type": "library", - "autoload": { - "psr-0": { - "BaconQrCode": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-2-Clause" - ], - "authors": [ - { - "name": "Ben Scholzen 'DASPRiD'", - "email": "mail@dasprids.de", - "homepage": "http://www.dasprids.de", - "role": "Developer" - } - ], - "description": "BaconQrCode is a QR code generator for PHP.", - "homepage": "https://github.com/Bacon/BaconQrCode", - "time": "2017-10-17T09:59:25+00:00" - }, - { - "name": "google/recaptcha", - "version": "1.2.4", - "source": { - "type": "git", - "url": "https://github.com/google/recaptcha.git", - "reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/google/recaptcha/zipball/614f25a9038be4f3f2da7cbfd778dc5b357d2419", - "reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419", - "shasum": "" - }, - "require": { - "php": ">=5.5" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "^2.2.20|^2.15", - "php-coveralls/php-coveralls": "^2.1", - "phpunit/phpunit": "^4.8.36|^5.7.27|^6.59|^7.5.11" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.2.x-dev" - } - }, - "autoload": { - "psr-4": { - "ReCaptcha\\": "src/ReCaptcha" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.", - "homepage": "https://www.google.com/recaptcha/", - "keywords": [ - "Abuse", - "captcha", - "recaptcha", - "spam" - ], - "time": "2020-03-31T17:50:54+00:00" - }, - { - "name": "paragonie/constant_time_encoding", - "version": "v1.0.4", - "source": { - "type": "git", - "url": "https://github.com/paragonie/constant_time_encoding.git", - "reference": "2132f0f293d856026d7d11bd81b9f4a23a1dc1f6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/2132f0f293d856026d7d11bd81b9f4a23a1dc1f6", - "reference": "2132f0f293d856026d7d11bd81b9f4a23a1dc1f6", - "shasum": "" - }, - "require": { - "php": "^5.3|^7" - }, - "require-dev": { - "paragonie/random_compat": "^1.4|^2", - "phpunit/phpunit": "4.*|5.*", - "vimeo/psalm": "^0.3|^1" - }, - "type": "library", - "autoload": { - "psr-4": { - "ParagonIE\\ConstantTime\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Paragon Initiative Enterprises", - "email": "security@paragonie.com", - "homepage": "https://paragonie.com", - "role": "Maintainer" - }, - { - "name": "Steve 'Sc00bz' Thomas", - "email": "steve@tobtu.com", - "homepage": "https://www.tobtu.com", - "role": "Original Developer" - } - ], - "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", - "keywords": [ - "base16", - "base32", - "base32_decode", - "base32_encode", - "base64", - "base64_decode", - "base64_encode", - "bin2hex", - "encoding", - "hex", - "hex2bin", - "rfc4648" - ], - "time": "2018-04-30T17:57:16+00:00" - }, - { - "name": "paragonie/random_compat", - "version": "v2.0.19", - "source": { - "type": "git", - "url": "https://github.com/paragonie/random_compat.git", - "reference": "446fc9faa5c2a9ddf65eb7121c0af7e857295241" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/446fc9faa5c2a9ddf65eb7121c0af7e857295241", - "reference": "446fc9faa5c2a9ddf65eb7121c0af7e857295241", - "shasum": "" - }, - "require": { - "php": ">=5.2.0" - }, - "require-dev": { - "phpunit/phpunit": "4.*|5.*" - }, - "suggest": { - "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." - }, - "type": "library", - "autoload": { - "files": [ - "lib/random.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Paragon Initiative Enterprises", - "email": "security@paragonie.com", - "homepage": "https://paragonie.com" - } - ], - "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", - "keywords": [ - "csprng", - "polyfill", - "pseudorandom", - "random" - ], - "time": "2020-10-15T10:06:57+00:00" - }, - { - "name": "phpmyadmin/motranslator", - "version": "4.0", - "source": { - "type": "git", - "url": "https://github.com/phpmyadmin/motranslator.git", - "reference": "fcb370254998fda7eeccfd7c787b4deb71b0d77c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpmyadmin/motranslator/zipball/fcb370254998fda7eeccfd7c787b4deb71b0d77c", - "reference": "fcb370254998fda7eeccfd7c787b4deb71b0d77c", - "shasum": "" - }, - "require": { - "php": ">=5.3.0", - "symfony/expression-language": "^4.0 || ^3.2 || ^2.8" - }, - "require-dev": { - "apigen/apigen": "^4.1", - "phpunit/php-code-coverage": "*", - "phpunit/phpunit": "~4.8 || ~5.7 || ~6.5" - }, - "type": "library", - "autoload": { - "psr-4": { - "PhpMyAdmin\\MoTranslator\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "The phpMyAdmin Team", - "email": "developers@phpmyadmin.net", - "homepage": "https://www.phpmyadmin.net/team/" - } - ], - "description": "Translation API for PHP using Gettext MO files", - "homepage": "https://github.com/phpmyadmin/motranslator", - "keywords": [ - "gettext", - "i18n", - "mo", - "translator" - ], - "time": "2018-02-12T13:22:52+00:00" - }, - { - "name": "phpmyadmin/shapefile", - "version": "2.1", - "source": { - "type": "git", - "url": "https://github.com/phpmyadmin/shapefile.git", - "reference": "e23b767f2a81f61fee3fc09fc062879985f3e224" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpmyadmin/shapefile/zipball/e23b767f2a81f61fee3fc09fc062879985f3e224", - "reference": "e23b767f2a81f61fee3fc09fc062879985f3e224", - "shasum": "" - }, - "require": { - "php": ">=5.4.0" - }, - "require-dev": { - "phpunit/php-code-coverage": "*", - "phpunit/phpunit": "~4.8 || ~5.7" - }, - "suggest": { - "ext-dbase": "For dbf files parsing" - }, - "type": "library", - "autoload": { - "psr-4": { - "PhpMyAdmin\\ShapeFile\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "The phpMyAdmin Team", - "email": "developers@phpmyadmin.net", - "homepage": "https://www.phpmyadmin.net/team/" - } - ], - "description": "ESRI ShapeFile library for PHP", - "homepage": "https://github.com/phpmyadmin/shapefile", - "keywords": [ - "ESRI", - "Shapefile", - "dbf", - "geo", - "geospatial", - "shape", - "shp" - ], - "time": "2017-05-15T08:31:47+00:00" - }, - { - "name": "phpmyadmin/sql-parser", - "version": "4.7.1", - "source": { - "type": "git", - "url": "https://github.com/phpmyadmin/sql-parser.git", - "reference": "550ce6968794e890cfd5b4cbf202e716d78b6a92" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/550ce6968794e890cfd5b4cbf202e716d78b6a92", - "reference": "550ce6968794e890cfd5b4cbf202e716d78b6a92", - "shasum": "" - }, - "require": { - "php": ">=5.3.0", - "symfony/polyfill-mbstring": "^1.3" - }, - "conflict": { - "phpmyadmin/motranslator": "<3.0" - }, - "require-dev": { - "phpunit/phpunit": "~4.8 || ~5.7 || ~6.5 || ^7.0", - "squizlabs/php_codesniffer": "~2.9 || ~3.4" - }, - "suggest": { - "ext-mbstring": "For best performance", - "phpmyadmin/motranslator": "Translate messages to your favorite locale" - }, - "bin": [ - "bin/highlight-query", - "bin/lint-query", - "bin/tokenize-query" - ], - "type": "library", - "autoload": { - "psr-4": { - "PhpMyAdmin\\SqlParser\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "The phpMyAdmin Team", - "email": "developers@phpmyadmin.net", - "homepage": "https://www.phpmyadmin.net/team/" - } - ], - "description": "A validating SQL lexer and parser with a focus on MySQL dialect.", - "homepage": "https://github.com/phpmyadmin/sql-parser", - "keywords": [ - "analysis", - "lexer", - "parser", - "sql" - ], - "time": "2020-10-15T15:17:59+00:00" - }, - { - "name": "phpseclib/phpseclib", - "version": "2.0.29", - "source": { - "type": "git", - "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "497856a8d997f640b4a516062f84228a772a48a8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/497856a8d997f640b4a516062f84228a772a48a8", - "reference": "497856a8d997f640b4a516062f84228a772a48a8", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "phing/phing": "~2.7", - "phpunit/phpunit": "^4.8.35|^5.7|^6.0", - "squizlabs/php_codesniffer": "~2.0" - }, - "suggest": { - "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", - "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", - "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", - "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." - }, - "type": "library", - "autoload": { - "files": [ - "phpseclib/bootstrap.php" - ], - "psr-4": { - "phpseclib\\": "phpseclib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jim Wigginton", - "email": "terrafrost@php.net", - "role": "Lead Developer" - }, - { - "name": "Patrick Monnerat", - "email": "pm@datasphere.ch", - "role": "Developer" - }, - { - "name": "Andreas Fischer", - "email": "bantu@phpbb.com", - "role": "Developer" - }, - { - "name": "Hans-Jürgen Petrich", - "email": "petrich@tronic-media.com", - "role": "Developer" - }, - { - "name": "Graham Campbell", - "email": "graham@alt-three.com", - "role": "Developer" - } - ], - "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", - "homepage": "http://phpseclib.sourceforge.net", - "keywords": [ - "BigInteger", - "aes", - "asn.1", - "asn1", - "blowfish", - "crypto", - "cryptography", - "encryption", - "rsa", - "security", - "sftp", - "signature", - "signing", - "ssh", - "twofish", - "x.509", - "x509" - ], - "funding": [ - { - "url": "https://github.com/terrafrost", - "type": "github" - }, - { - "url": "https://www.patreon.com/phpseclib", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib", - "type": "tidelift" - } - ], - "time": "2020-09-08T04:24:43+00:00" - }, - { - "name": "pragmarx/google2fa", - "version": "v3.0.3", - "source": { - "type": "git", - "url": "https://github.com/antonioribeiro/google2fa.git", - "reference": "6949226739e4424f40031e6f1c96b1fd64047335" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/6949226739e4424f40031e6f1c96b1fd64047335", - "reference": "6949226739e4424f40031e6f1c96b1fd64047335", - "shasum": "" - }, - "require": { - "paragonie/constant_time_encoding": "~1.0|~2.0", - "paragonie/random_compat": ">=1", - "php": ">=5.4", - "symfony/polyfill-php56": "~1.2" - }, - "require-dev": { - "bacon/bacon-qr-code": "~1.0", - "phpunit/phpunit": "~4|~5|~6" - }, - "suggest": { - "bacon/bacon-qr-code": "Required to generate inline QR Codes." - }, - "type": "library", - "extra": { - "component": "package", - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "autoload": { - "psr-4": { - "PragmaRX\\Google2FA\\": "src/", - "PragmaRX\\Google2FA\\Tests\\": "tests/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Antonio Carlos Ribeiro", - "email": "acr@antoniocarlosribeiro.com", - "role": "Creator & Designer" - } - ], - "description": "A One Time Password Authentication package, compatible with Google Authenticator.", - "keywords": [ - "2fa", - "Authentication", - "Two Factor Authentication", - "google2fa", - "laravel" - ], - "time": "2018-08-29T13:28:06+00:00" - }, - { - "name": "psr/container", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/container.git", - "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", - "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Container\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "Common Container Interface (PHP FIG PSR-11)", - "homepage": "https://github.com/php-fig/container", - "keywords": [ - "PSR-11", - "container", - "container-interface", - "container-interop", - "psr" - ], - "time": "2017-02-14T16:28:37+00:00" - }, - { - "name": "samyoul/u2f-php-server", - "version": "v1.1.4", - "source": { - "type": "git", - "url": "https://github.com/Samyoul/U2F-php-server.git", - "reference": "0625202c79d570e58525ed6c4ae38500ea3f0883" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Samyoul/U2F-php-server/zipball/0625202c79d570e58525ed6c4ae38500ea3f0883", - "reference": "0625202c79d570e58525ed6c4ae38500ea3f0883", - "shasum": "" - }, - "require": { - "ext-openssl": "*" - }, - "type": "library", - "autoload": { - "psr-4": { - "Samyoul\\U2F\\U2FServer\\": [ - "src/" - ] - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-2-Clause" - ], - "authors": [ - { - "name": "Samuel Hawksby-Robinson", - "email": "samuel@samyoul.com" - } - ], - "description": "Server side handling class for FIDO U2F registration and authentication", - "time": "2018-10-26T12:43:39+00:00" - }, - { - "name": "symfony/expression-language", - "version": "v2.8.52", - "source": { - "type": "git", - "url": "https://github.com/symfony/expression-language.git", - "reference": "fa9be1b831859b56d244137fabbfd01a46dbdb36" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/expression-language/zipball/fa9be1b831859b56d244137fabbfd01a46dbdb36", - "reference": "fa9be1b831859b56d244137fabbfd01a46dbdb36", - "shasum": "" - }, - "require": { - "php": ">=5.3.9" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\ExpressionLanguage\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony ExpressionLanguage Component", - "homepage": "https://symfony.com", - "time": "2018-11-11T11:18:13+00:00" - }, - { - "name": "symfony/polyfill-ctype", - "version": "v1.18.1", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "1c302646f6efc070cd46856e600e5e0684d6b454" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454", - "reference": "1c302646f6efc070cd46856e600e5e0684d6b454", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "suggest": { - "ext-ctype": "For best performance" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.18-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" - }, - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for ctype functions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "ctype", - "polyfill", - "portable" - ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-07-14T12:35:20+00:00" - }, - { - "name": "symfony/polyfill-mbstring", - "version": "v1.18.1", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a", - "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "suggest": { - "ext-mbstring": "For best performance" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.18-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - }, - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for the Mbstring extension", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "mbstring", - "polyfill", - "portable", - "shim" - ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-07-14T12:35:20+00:00" - }, - { - "name": "symfony/polyfill-php56", - "version": "v1.18.1", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php56.git", - "reference": "13df84e91cd168f247c2f2ec82cc0fa24901c011" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/13df84e91cd168f247c2f2ec82cc0fa24901c011", - "reference": "13df84e91cd168f247c2f2ec82cc0fa24901c011", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "symfony/polyfill-util": "~1.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.18-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php56\\": "" - }, - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-07-14T12:35:20+00:00" - }, - { - "name": "symfony/polyfill-util", - "version": "v1.18.1", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-util.git", - "reference": "46b910c71e9828f8ec2aa7a0314de1130d9b295a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/46b910c71e9828f8ec2aa7a0314de1130d9b295a", - "reference": "46b910c71e9828f8ec2aa7a0314de1130d9b295a", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.18-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Util\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony utilities for portability of PHP codes", - "homepage": "https://symfony.com", - "keywords": [ - "compat", - "compatibility", - "polyfill", - "shim" - ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-07-14T12:35:20+00:00" - }, - { - "name": "tecnickcom/tcpdf", - "version": "6.3.5", - "source": { - "type": "git", - "url": "https://github.com/tecnickcom/TCPDF.git", - "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549", - "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "autoload": { - "classmap": [ - "config", - "include", - "tcpdf.php", - "tcpdf_parser.php", - "tcpdf_import.php", - "tcpdf_barcodes_1d.php", - "tcpdf_barcodes_2d.php", - "include/tcpdf_colors.php", - "include/tcpdf_filters.php", - "include/tcpdf_font_data.php", - "include/tcpdf_fonts.php", - "include/tcpdf_images.php", - "include/tcpdf_static.php", - "include/barcodes/datamatrix.php", - "include/barcodes/pdf417.php", - "include/barcodes/qrcode.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "LGPL-3.0-only" - ], - "authors": [ - { - "name": "Nicola Asuni", - "email": "info@tecnick.com", - "role": "lead" - } - ], - "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", - "homepage": "http://www.tcpdf.org/", - "keywords": [ - "PDFD32000-2008", - "TCPDF", - "barcodes", - "datamatrix", - "pdf", - "pdf417", - "qrcode" - ], - "time": "2020-02-14T14:20:12+00:00" - }, - { - "name": "twig/extensions", - "version": "v1.5.4", - "source": { - "type": "git", - "url": "https://github.com/twigphp/Twig-extensions.git", - "reference": "57873c8b0c1be51caa47df2cdb824490beb16202" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202", - "reference": "57873c8b0c1be51caa47df2cdb824490beb16202", - "shasum": "" - }, - "require": { - "twig/twig": "^1.27|^2.0" - }, - "require-dev": { - "symfony/phpunit-bridge": "^3.4", - "symfony/translation": "^2.7|^3.4" - }, - "suggest": { - "symfony/translation": "Allow the time_diff output to be translated" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.5-dev" - } - }, - "autoload": { - "psr-0": { - "Twig_Extensions_": "lib/" - }, - "psr-4": { - "Twig\\Extensions\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - } - ], - "description": "Common additional features for Twig that do not directly belong in core", - "keywords": [ - "i18n", - "text" - ], - "abandoned": true, - "time": "2018-12-05T18:34:18+00:00" - }, - { - "name": "twig/twig", - "version": "v1.42.5", - "source": { - "type": "git", - "url": "https://github.com/twigphp/Twig.git", - "reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e", - "reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e", - "shasum": "" - }, - "require": { - "php": ">=5.5.0", - "symfony/polyfill-ctype": "^1.8" - }, - "require-dev": { - "psr/container": "^1.0", - "symfony/phpunit-bridge": "^4.4|^5.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.42-dev" - } - }, - "autoload": { - "psr-0": { - "Twig_": "lib/" - }, - "psr-4": { - "Twig\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com", - "homepage": "http://fabien.potencier.org", - "role": "Lead Developer" - }, - { - "name": "Twig Team", - "role": "Contributors" - }, - { - "name": "Armin Ronacher", - "email": "armin.ronacher@active-4.com", - "role": "Project Founder" - } - ], - "description": "Twig, the flexible, fast, and secure template language for PHP", - "homepage": "https://twig.symfony.com", - "keywords": [ - "templating" - ], - "time": "2020-02-11T05:59:23+00:00" - } - ], - "packages-dev": [ - { - "name": "codacy/coverage", - "version": "1.4.3", - "source": { - "type": "git", - "url": "https://github.com/codacy/php-codacy-coverage.git", - "reference": "1852ca987c91ef466ebcfdbdd4e1788b653eaf1d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/codacy/php-codacy-coverage/zipball/1852ca987c91ef466ebcfdbdd4e1788b653eaf1d", - "reference": "1852ca987c91ef466ebcfdbdd4e1788b653eaf1d", - "shasum": "" - }, - "require": { - "gitonomy/gitlib": ">=1.0", - "php": ">=5.3.3", - "symfony/console": "~2.5|~3.0|~4.0|~5.0" - }, - "require-dev": { - "clue/phar-composer": "^1.1", - "phpunit/phpunit": "~6.5" - }, - "bin": [ - "bin/codacycoverage" - ], - "type": "library", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jakob Pupke", - "email": "jakob.pupke@gmail.com" - } - ], - "description": "Sends PHP test coverage information to Codacy.", - "homepage": "https://github.com/codacy/php-codacy-coverage", - "abandoned": true, - "time": "2020-01-10T10:52:12+00:00" - }, - { - "name": "doctrine/instantiator", - "version": "1.0.5", - "source": { - "type": "git", - "url": "https://github.com/doctrine/instantiator.git", - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", - "shasum": "" - }, - "require": { - "php": ">=5.3,<8.0-DEV" - }, - "require-dev": { - "athletic/athletic": "~0.1.8", - "ext-pdo": "*", - "ext-phar": "*", - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "~2.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com", - "homepage": "http://ocramius.github.com/" - } - ], - "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "homepage": "https://github.com/doctrine/instantiator", - "keywords": [ - "constructor", - "instantiate" - ], - "time": "2015-06-14T21:17:01+00:00" - }, - { - "name": "gitonomy/gitlib", - "version": "v1.0.4", - "source": { - "type": "git", - "url": "https://github.com/gitonomy/gitlib.git", - "reference": "932a960221ae3484a3e82553b3be478e56beb68d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/gitonomy/gitlib/zipball/932a960221ae3484a3e82553b3be478e56beb68d", - "reference": "932a960221ae3484a3e82553b3be478e56beb68d", - "shasum": "" - }, - "require": { - "php": "^5.3 || ^7.0", - "symfony/process": "^2.3|^3.0|^4.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.35|^5.7", - "psr/log": "^1.0" - }, - "suggest": { - "psr/log": "Add some log" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "psr-4": { - "Gitonomy\\Git\\": "src/Gitonomy/Git/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Alexandre Salomé", - "email": "alexandre.salome@gmail.com", - "homepage": "http://alexandre-salome.fr" - }, - { - "name": "Julien DIDIER", - "email": "genzo.wm@gmail.com", - "homepage": "http://www.jdidier.net" - } - ], - "description": "Library for accessing git", - "homepage": "http://gitonomy.com", - "time": "2018-04-22T19:55:36+00:00" - }, - { - "name": "phpdocumentor/reflection-common", - "version": "1.0.1", - "source": { - "type": "git", - "url": "https://github.com/phpDocumentor/ReflectionCommon.git", - "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", - "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", - "shasum": "" - }, - "require": { - "php": ">=5.5" - }, - "require-dev": { - "phpunit/phpunit": "^4.6" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src" - ] - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jaap van Otterdijk", - "email": "opensource@ijaap.nl" - } - ], - "description": "Common reflection classes used by phpdocumentor to reflect the code structure", - "homepage": "http://www.phpdoc.org", - "keywords": [ - "FQSEN", - "phpDocumentor", - "phpdoc", - "reflection", - "static analysis" - ], - "time": "2017-09-11T18:02:19+00:00" - }, - { - "name": "phpdocumentor/reflection-docblock", - "version": "3.2.2", - "source": { - "type": "git", - "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/4aada1f93c72c35e22fb1383b47fee43b8f1d157", - "reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157", - "shasum": "" - }, - "require": { - "php": ">=5.5", - "phpdocumentor/reflection-common": "^1.0@dev", - "phpdocumentor/type-resolver": "^0.3.0", - "webmozart/assert": "^1.0" - }, - "require-dev": { - "mockery/mockery": "^0.9.4", - "phpunit/phpunit": "^4.4" - }, - "type": "library", - "autoload": { - "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src/" - ] - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Mike van Riel", - "email": "me@mikevanriel.com" - } - ], - "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", - "time": "2017-08-08T06:39:58+00:00" - }, - { - "name": "phpdocumentor/type-resolver", - "version": "0.3.0", - "source": { - "type": "git", - "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/fb3933512008d8162b3cdf9e18dba9309b7c3773", - "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773", - "shasum": "" - }, - "require": { - "php": "^5.5 || ^7.0", - "phpdocumentor/reflection-common": "^1.0" - }, - "require-dev": { - "mockery/mockery": "^0.9.4", - "phpunit/phpunit": "^5.2||^4.8.24" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src/" - ] - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Mike van Riel", - "email": "me@mikevanriel.com" - } - ], - "time": "2017-06-03T08:32:36+00:00" - }, - { - "name": "phpmyadmin/coding-standard", - "version": "0.3", - "source": { - "type": "git", - "url": "https://github.com/phpmyadmin/coding-standard.git", - "reference": "5ae123e27140a1e16be005432e26a8233524eaf5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpmyadmin/coding-standard/zipball/5ae123e27140a1e16be005432e26a8233524eaf5", - "reference": "5ae123e27140a1e16be005432e26a8233524eaf5", - "shasum": "" - }, - "require": { - "squizlabs/php_codesniffer": "^3.0" - }, - "type": "phpcodesniffer-standard", - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "The phpMyAdmin Team", - "email": "developers@phpmyadmin.net", - "homepage": "https://www.phpmyadmin.net/team/" - } - ], - "description": "phpMyAdmin PHP CodeSniffer Coding Standard", - "keywords": [ - "codesniffer", - "phpcs", - "phpmyadmin" - ], - "time": "2017-09-28T09:13:00+00:00" - }, - { - "name": "phpspec/prophecy", - "version": "v1.10.3", - "source": { - "type": "git", - "url": "https://github.com/phpspec/prophecy.git", - "reference": "451c3cd1418cf640de218914901e51b064abb093" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093", - "reference": "451c3cd1418cf640de218914901e51b064abb093", - "shasum": "" - }, - "require": { - "doctrine/instantiator": "^1.0.2", - "php": "^5.3|^7.0", - "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0", - "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0", - "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0" - }, - "require-dev": { - "phpspec/phpspec": "^2.5 || ^3.2", - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.10.x-dev" - } - }, - "autoload": { - "psr-4": { - "Prophecy\\": "src/Prophecy" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Konstantin Kudryashov", - "email": "ever.zet@gmail.com", - "homepage": "http://everzet.com" - }, - { - "name": "Marcello Duarte", - "email": "marcello.duarte@gmail.com" - } - ], - "description": "Highly opinionated mocking framework for PHP 5.3+", - "homepage": "https://github.com/phpspec/prophecy", - "keywords": [ - "Double", - "Dummy", - "fake", - "mock", - "spy", - "stub" - ], - "time": "2020-03-05T15:02:03+00:00" - }, - { - "name": "phpunit/php-code-coverage", - "version": "2.2.4", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", - "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "phpunit/php-file-iterator": "~1.3", - "phpunit/php-text-template": "~1.2", - "phpunit/php-token-stream": "~1.3", - "sebastian/environment": "^1.3.2", - "sebastian/version": "~1.0" - }, - "require-dev": { - "ext-xdebug": ">=2.1.4", - "phpunit/phpunit": "~4" - }, - "suggest": { - "ext-dom": "*", - "ext-xdebug": ">=2.2.1", - "ext-xmlwriter": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.2.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" - } - ], - "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", - "homepage": "https://github.com/sebastianbergmann/php-code-coverage", - "keywords": [ - "coverage", - "testing", - "xunit" - ], - "time": "2015-10-06T15:47:00+00:00" - }, - { - "name": "phpunit/php-file-iterator", - "version": "1.4.5", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", - "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" - } - ], - "description": "FilterIterator implementation that filters files based on a list of suffixes.", - "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", - "keywords": [ - "filesystem", - "iterator" - ], - "time": "2017-11-27T13:52:08+00:00" - }, - { - "name": "phpunit/php-text-template", - "version": "1.2.1", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", - "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Simple template engine.", - "homepage": "https://github.com/sebastianbergmann/php-text-template/", - "keywords": [ - "template" - ], - "time": "2015-06-21T13:50:34+00:00" - }, - { - "name": "phpunit/php-timer", - "version": "1.0.9", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", - "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", - "shasum": "" - }, - "require": { - "php": "^5.3.3 || ^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" - } - ], - "description": "Utility class for timing", - "homepage": "https://github.com/sebastianbergmann/php-timer/", - "keywords": [ - "timer" - ], - "time": "2017-02-26T11:10:40+00:00" - }, - { - "name": "phpunit/php-token-stream", - "version": "1.4.12", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16", - "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16", - "shasum": "" - }, - "require": { - "ext-tokenizer": "*", - "php": ">=5.3.3" - }, - "require-dev": { - "phpunit/phpunit": "~4.2" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Wrapper around PHP's tokenizer extension.", - "homepage": "https://github.com/sebastianbergmann/php-token-stream/", - "keywords": [ - "tokenizer" - ], - "abandoned": true, - "time": "2017-12-04T08:55:13+00:00" - }, - { - "name": "phpunit/phpunit", - "version": "4.8.36", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "46023de9a91eec7dfb06cc56cb4e260017298517" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517", - "reference": "46023de9a91eec7dfb06cc56cb4e260017298517", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-json": "*", - "ext-pcre": "*", - "ext-reflection": "*", - "ext-spl": "*", - "php": ">=5.3.3", - "phpspec/prophecy": "^1.3.1", - "phpunit/php-code-coverage": "~2.1", - "phpunit/php-file-iterator": "~1.4", - "phpunit/php-text-template": "~1.2", - "phpunit/php-timer": "^1.0.6", - "phpunit/phpunit-mock-objects": "~2.3", - "sebastian/comparator": "~1.2.2", - "sebastian/diff": "~1.2", - "sebastian/environment": "~1.3", - "sebastian/exporter": "~1.2", - "sebastian/global-state": "~1.0", - "sebastian/version": "~1.0", - "symfony/yaml": "~2.1|~3.0" - }, - "suggest": { - "phpunit/php-invoker": "~1.1" - }, - "bin": [ - "phpunit" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.8.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "The PHP Unit Testing framework.", - "homepage": "https://phpunit.de/", - "keywords": [ - "phpunit", - "testing", - "xunit" - ], - "time": "2017-06-21T08:07:12+00:00" - }, - { - "name": "phpunit/phpunit-mock-objects", - "version": "2.3.8", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", - "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", - "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", - "shasum": "" - }, - "require": { - "doctrine/instantiator": "^1.0.2", - "php": ">=5.3.3", - "phpunit/php-text-template": "~1.2", - "sebastian/exporter": "~1.2" - }, - "require-dev": { - "phpunit/phpunit": "~4.4" - }, - "suggest": { - "ext-soap": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.3.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" - } - ], - "description": "Mock Object library for PHPUnit", - "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", - "keywords": [ - "mock", - "xunit" - ], - "abandoned": true, - "time": "2015-10-02T06:51:40+00:00" - }, - { - "name": "phpunit/phpunit-selenium", - "version": "1.4.2", - "source": { - "type": "git", - "url": "https://github.com/giorgiosironi/phpunit-selenium.git", - "reference": "c84dd7ca214563868ce216123b7ae9c792beb262" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/giorgiosironi/phpunit-selenium/zipball/c84dd7ca214563868ce216123b7ae9c792beb262", - "reference": "c84dd7ca214563868ce216123b7ae9c792beb262", - "shasum": "" - }, - "require": { - "ext-curl": "*", - "ext-dom": "*", - "php": ">=5.3.3", - "phpunit/phpunit": "~3.7|~4.0", - "sebastian/comparator": "~1.0" - }, - "type": "library", - "autoload": { - "classmap": [ - "PHPUnit/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "" - ], - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" - }, - { - "name": "Giorgio Sironi", - "email": "info@giorgiosironi.com", - "role": "developer" - } - ], - "description": "Selenium Server integration for PHPUnit", - "homepage": "http://www.phpunit.de/", - "keywords": [ - "selenium", - "testing", - "xunit" - ], - "time": "2014-11-02T09:23:27+00:00" - }, - { - "name": "psr/log", - "version": "1.1.3", - "source": { - "type": "git", - "url": "https://github.com/php-fig/log.git", - "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", - "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Log\\": "Psr/Log/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "Common interface for logging libraries", - "homepage": "https://github.com/php-fig/log", - "keywords": [ - "log", - "psr", - "psr-3" - ], - "time": "2020-03-23T09:12:05+00:00" - }, - { - "name": "sebastian/comparator", - "version": "1.2.4", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", - "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "sebastian/diff": "~1.2", - "sebastian/exporter": "~1.2 || ~2.0" - }, - "require-dev": { - "phpunit/phpunit": "~4.4" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.2.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Volker Dusch", - "email": "github@wallbash.com" - }, - { - "name": "Bernhard Schussek", - "email": "bschussek@2bepublished.at" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Provides the functionality to compare PHP values for equality", - "homepage": "http://www.github.com/sebastianbergmann/comparator", - "keywords": [ - "comparator", - "compare", - "equality" - ], - "time": "2017-01-29T09:50:25+00:00" - }, - { - "name": "sebastian/diff", - "version": "1.4.3", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4", - "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4", - "shasum": "" - }, - "require": { - "php": "^5.3.3 || ^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Kore Nordmann", - "email": "mail@kore-nordmann.de" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Diff implementation", - "homepage": "https://github.com/sebastianbergmann/diff", - "keywords": [ - "diff" - ], - "time": "2017-05-22T07:24:03+00:00" - }, - { - "name": "sebastian/environment", - "version": "1.3.8", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea", - "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea", - "shasum": "" - }, - "require": { - "php": "^5.3.3 || ^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8 || ^5.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.3.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Provides functionality to handle HHVM/PHP environments", - "homepage": "http://www.github.com/sebastianbergmann/environment", - "keywords": [ - "Xdebug", - "environment", - "hhvm" - ], - "time": "2016-08-18T05:49:44+00:00" - }, - { - "name": "sebastian/exporter", - "version": "1.2.2", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4", - "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "sebastian/recursion-context": "~1.0" - }, - "require-dev": { - "ext-mbstring": "*", - "phpunit/phpunit": "~4.4" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.3.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Volker Dusch", - "email": "github@wallbash.com" - }, - { - "name": "Bernhard Schussek", - "email": "bschussek@2bepublished.at" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Adam Harvey", - "email": "aharvey@php.net" - } - ], - "description": "Provides the functionality to export PHP variables for visualization", - "homepage": "http://www.github.com/sebastianbergmann/exporter", - "keywords": [ - "export", - "exporter" - ], - "time": "2016-06-17T09:04:28+00:00" - }, - { - "name": "sebastian/global-state", - "version": "1.1.1", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", - "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "phpunit/phpunit": "~4.2" - }, - "suggest": { - "ext-uopz": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Snapshotting of global state", - "homepage": "http://www.github.com/sebastianbergmann/global-state", - "keywords": [ - "global state" - ], - "time": "2015-10-12T03:26:01+00:00" - }, - { - "name": "sebastian/recursion-context", - "version": "1.0.5", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7", - "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "phpunit/phpunit": "~4.4" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Adam Harvey", - "email": "aharvey@php.net" - } - ], - "description": "Provides functionality to recursively process PHP variables", - "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2016-10-03T07:41:43+00:00" - }, - { - "name": "sebastian/version", - "version": "1.0.6", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/version.git", - "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", - "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", - "shasum": "" - }, - "type": "library", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library that helps with managing the version number of Git-hosted PHP projects", - "homepage": "https://github.com/sebastianbergmann/version", - "time": "2015-06-21T13:59:46+00:00" - }, - { - "name": "squizlabs/php_codesniffer", - "version": "3.5.6", - "source": { - "type": "git", - "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "e97627871a7eab2f70e59166072a6b767d5834e0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/e97627871a7eab2f70e59166072a6b767d5834e0", - "reference": "e97627871a7eab2f70e59166072a6b767d5834e0", - "shasum": "" - }, - "require": { - "ext-simplexml": "*", - "ext-tokenizer": "*", - "ext-xmlwriter": "*", - "php": ">=5.4.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" - }, - "bin": [ - "bin/phpcs", - "bin/phpcbf" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.x-dev" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Greg Sherwood", - "role": "lead" - } - ], - "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", - "keywords": [ - "phpcs", - "standards" - ], - "time": "2020-08-10T04:50:15+00:00" - }, - { - "name": "symfony/console", - "version": "v2.8.52", - "source": { - "type": "git", - "url": "https://github.com/symfony/console.git", - "reference": "cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12", - "reference": "cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12", - "shasum": "" - }, - "require": { - "php": ">=5.3.9", - "symfony/debug": "^2.7.2|~3.0.0", - "symfony/polyfill-mbstring": "~1.0" - }, - "require-dev": { - "psr/log": "~1.0", - "symfony/event-dispatcher": "~2.1|~3.0.0", - "symfony/process": "~2.1|~3.0.0" - }, - "suggest": { - "psr/log-implementation": "For using the console logger", - "symfony/event-dispatcher": "", - "symfony/process": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Console\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Console Component", - "homepage": "https://symfony.com", - "time": "2018-11-20T15:55:20+00:00" - }, - { - "name": "symfony/debug", - "version": "v2.8.52", - "source": { - "type": "git", - "url": "https://github.com/symfony/debug.git", - "reference": "74251c8d50dd3be7c4ce0c7b862497cdc641a5d0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/74251c8d50dd3be7c4ce0c7b862497cdc641a5d0", - "reference": "74251c8d50dd3be7c4ce0c7b862497cdc641a5d0", - "shasum": "" - }, - "require": { - "php": ">=5.3.9", - "psr/log": "~1.0" - }, - "conflict": { - "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" - }, - "require-dev": { - "symfony/class-loader": "~2.2|~3.0.0", - "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Debug\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Debug Component", - "homepage": "https://symfony.com", - "time": "2018-11-11T11:18:13+00:00" - }, - { - "name": "symfony/process", - "version": "v2.8.52", - "source": { - "type": "git", - "url": "https://github.com/symfony/process.git", - "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/c3591a09c78639822b0b290d44edb69bf9f05dc8", - "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8", - "shasum": "" - }, - "require": { - "php": ">=5.3.9" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Process\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Process Component", - "homepage": "https://symfony.com", - "time": "2018-11-11T11:18:13+00:00" - }, - { - "name": "symfony/yaml", - "version": "v2.8.52", - "source": { - "type": "git", - "url": "https://github.com/symfony/yaml.git", - "reference": "02c1859112aa779d9ab394ae4f3381911d84052b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/02c1859112aa779d9ab394ae4f3381911d84052b", - "reference": "02c1859112aa779d9ab394ae4f3381911d84052b", - "shasum": "" - }, - "require": { - "php": ">=5.3.9", - "symfony/polyfill-ctype": "~1.8" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Yaml\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Yaml Component", - "homepage": "https://symfony.com", - "time": "2018-11-11T11:18:13+00:00" - }, - { - "name": "webmozart/assert", - "version": "1.9.1", - "source": { - "type": "git", - "url": "https://github.com/webmozart/assert.git", - "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", - "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389", - "shasum": "" - }, - "require": { - "php": "^5.3.3 || ^7.0 || ^8.0", - "symfony/polyfill-ctype": "^1.8" - }, - "conflict": { - "phpstan/phpstan": "<0.12.20", - "vimeo/psalm": "<3.9.1" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.36 || ^7.5.13" - }, - "type": "library", - "autoload": { - "psr-4": { - "Webmozart\\Assert\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" - } - ], - "description": "Assertions to validate method input/output with nice error messages.", - "keywords": [ - "assert", - "check", - "validate" - ], - "time": "2020-07-08T17:02:28+00:00" - } - ], - "aliases": [], - "minimum-stability": "stable", - "stability-flags": [], - "prefer-stable": false, - "prefer-lowest": false, - "platform": { - "php": ">=5.5.0", - "ext-mysqli": "*", - "ext-xml": "*", - "ext-pcre": "*", - "ext-json": "*", - "ext-ctype": "*", - "ext-hash": "*" - }, - "platform-dev": [], - "platform-overrides": { - "php": "5.5" - }, - "plugin-api-version": "1.1.0" -} From cccc03798c01faf4e867de96580f4a25c1009c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=BB=D0=B0=D0=BC=D0=B5=D0=BD?= Date: Sun, 18 Oct 2020 05:35:27 +0000 Subject: [PATCH 03/95] Translated using Weblate (Bulgarian) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 66.8% (2212 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/bg/ Signed-off-by: Пламен --- po/bg.po | 476 +++++++++++++++++-------------------------------------- 1 file changed, 148 insertions(+), 328 deletions(-) diff --git a/po/bg.po b/po/bg.po index a11c8d1b29..baa4e803ca 100644 --- a/po/bg.po +++ b/po/bg.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-10-15 06:53+0000\n" +"PO-Revision-Date: 2020-10-18 09:58+0000\n" "Last-Translator: Пламен \n" "Language-Team: Bulgarian \n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.3-dev\n" +"X-Generator: Weblate 4.3.1-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -3315,10 +3315,9 @@ msgid "West European" msgstr "Западно-европейски" #: libraries/classes/Charsets.php:382 -#, fuzzy msgctxt "Collation" msgid "Central European" -msgstr "Централно европейски" +msgstr "Централно-европейски" #: libraries/classes/Charsets.php:387 libraries/classes/Charsets.php:558 msgctxt "Collation" @@ -3413,7 +3412,7 @@ msgstr "Тайландски" #: libraries/classes/Charsets.php:452 msgctxt "Collation" msgid "Unknown" -msgstr "Непознат" +msgstr "непознат" #: libraries/classes/Charsets.php:468 msgctxt "Collation" @@ -3421,8 +3420,6 @@ msgid "Bulgarian" msgstr "Български" #: libraries/classes/Charsets.php:479 -#, fuzzy -#| msgid "Croatian" msgctxt "Collation" msgid "Croatian" msgstr "Хърватски" @@ -3463,15 +3460,11 @@ msgid "German (phone book order)" msgstr "Германски (поръчка на телефонен указател)" #: libraries/classes/Charsets.php:514 -#, fuzzy -#| msgid "Hungarian" msgctxt "Collation" msgid "Hungarian" msgstr "Унгарски" #: libraries/classes/Charsets.php:518 -#, fuzzy -#| msgid "Icelandic" msgctxt "Collation" msgid "Icelandic" msgstr "Исландски" @@ -3482,64 +3475,46 @@ msgid "Classical Latin" msgstr "Класическо латински" #: libraries/classes/Charsets.php:529 -#, fuzzy -#| msgid "Latvian" msgctxt "Collation" msgid "Latvian" msgstr "Латвийски" #: libraries/classes/Charsets.php:533 -#, fuzzy -#| msgid "Lithuanian" msgctxt "Collation" msgid "Lithuanian" msgstr "Литовски" #: libraries/classes/Charsets.php:541 -#, fuzzy -#| msgid "Burmese" msgctxt "Collation" msgid "Burmese" msgstr "Бирмански" #: libraries/classes/Charsets.php:544 -#, fuzzy -#| msgid "Persian" msgctxt "Collation" msgid "Persian" msgstr "Персийски" #: libraries/classes/Charsets.php:548 -#, fuzzy -#| msgid "Polish" msgctxt "Collation" msgid "Polish" msgstr "Полски" #: libraries/classes/Charsets.php:555 -#, fuzzy -#| msgid "Romanian" msgctxt "Collation" msgid "Romanian" msgstr "Румънски" #: libraries/classes/Charsets.php:562 -#, fuzzy -#| msgid "Sinhalese" msgctxt "Collation" msgid "Sinhalese" msgstr "Синхалски" #: libraries/classes/Charsets.php:566 -#, fuzzy -#| msgid "Slovak" msgctxt "Collation" msgid "Slovak" msgstr "Словашки" #: libraries/classes/Charsets.php:570 -#, fuzzy -#| msgid "Slovenian" msgctxt "Collation" msgid "Slovenian" msgstr "Словенски" @@ -3555,39 +3530,29 @@ msgid "Spanish (traditional)" msgstr "Испански (традиционен)" #: libraries/classes/Charsets.php:600 -#, fuzzy -#| msgid "Vietnamese" msgctxt "Collation" msgid "Vietnamese" msgstr "Виетнамски" #: libraries/classes/Charsets.php:667 -#, fuzzy -#| msgid "case-insensitive" msgctxt "Collation variant" msgid "case-insensitive" msgstr "нечувствителен към регистъра" #: libraries/classes/Charsets.php:670 -#, fuzzy -#| msgid "case-sensitive" msgctxt "Collation variant" msgid "case-sensitive" msgstr "чувствително към регистъра" #: libraries/classes/Charsets.php:673 -#, fuzzy -#| msgid "case-insensitive" msgctxt "Collation variant" msgid "accent-insensitive" -msgstr "нечувствителен към регистъра" +msgstr "нечувствително към акценти" #: libraries/classes/Charsets.php:676 -#, fuzzy -#| msgid "case-sensitive" msgctxt "Collation variant" msgid "accent-sensitive" -msgstr "чувствително към регистъра" +msgstr "чувствително към акценти" #: libraries/classes/Charsets.php:679 msgctxt "Collation variant" @@ -3669,6 +3634,9 @@ msgid "" "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" +"Ограничава достъпа до MySQL сървъри, в които потребителят може да влиза. " +"Достъпът до даден MySQL сървър се позволява, ако има съвпадение на IP адреса " +"или името на хоста на MySQL сървъра към зададения Regex израз." #: libraries/classes/Config/Descriptions.php:72 msgid "Restrict login to MySQL server" @@ -3759,6 +3727,8 @@ msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" +"Търси грешки в заявката, преди изпълнение. Изисква CodeMirror да бъде " +"активиран." #: libraries/classes/Config/Descriptions.php:127 msgid "Enable linter" @@ -3836,6 +3806,8 @@ msgstr "Потвърждаване DROP заявки" msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" +"Регистриране на SQL заявките и тяхното време за изпълнение за да се покажат " +"в конзолата" #: libraries/classes/Config/Descriptions.php:169 #: templates/console/display.twig:11 templates/console/display.twig:64 @@ -3886,16 +3858,15 @@ msgstr "Показване на коментари към таблицата" #: libraries/classes/Config/Descriptions.php:191 msgid "Whether column comments should be shown in table structure view" msgstr "" +"Да се показват коментарите на колони при представяне структурата на таблицата" #: libraries/classes/Config/Descriptions.php:193 msgid "Hide table structure actions" msgstr "Скриване на действията за промяна на структурата" #: libraries/classes/Config/Descriptions.php:195 -#, fuzzy -#| msgid "Default sorting order" msgid "Default transformations for Hex" -msgstr "Ред за сортиране по подразбиране" +msgstr "Трансформации по подразбиране за Hex" #: libraries/classes/Config/Descriptions.php:197 #: libraries/classes/Config/Descriptions.php:201 @@ -3912,52 +3883,36 @@ msgid "" msgstr "" #: libraries/classes/Config/Descriptions.php:199 -#, fuzzy -#| msgid "Transformation options" msgid "Default transformations for Substring" -msgstr "Опции на трансформацията" +msgstr "Трансформации по подразбиране за Substring" #: libraries/classes/Config/Descriptions.php:203 -#, fuzzy -#| msgid "Default sorting order" msgid "Default transformations for Bool2Text" -msgstr "Ред за сортиране по подразбиране" +msgstr "Трансформации по подразбиране за Bool2Text" #: libraries/classes/Config/Descriptions.php:207 -#, fuzzy -#| msgid "Default sorting order" msgid "Default transformations for External" -msgstr "Ред за сортиране по подразбиране" +msgstr "Трансформации по подразбиране за External" #: libraries/classes/Config/Descriptions.php:211 -#, fuzzy -#| msgid "Transformation options" msgid "Default transformations for PreApPend" -msgstr "Опции на трансформацията" +msgstr "Трансформации по подразбиране за PreApPend" #: libraries/classes/Config/Descriptions.php:215 -#, fuzzy -#| msgid "Default sorting order" msgid "Default transformations for DateFormat" -msgstr "Ред за сортиране по подразбиране" +msgstr "Трансформации по подразбиране за DateFormat" #: libraries/classes/Config/Descriptions.php:219 -#, fuzzy -#| msgid "Transformation options" msgid "Default transformations for Inline" -msgstr "Опции на трансформацията" +msgstr "Трансформации по подразбиране за Inline" #: libraries/classes/Config/Descriptions.php:223 -#, fuzzy -#| msgid "Transformation options" msgid "Default transformations for TextImageLink" -msgstr "Опции на трансформацията" +msgstr "Трансформации по подразбиране за TextImageLink" #: libraries/classes/Config/Descriptions.php:227 -#, fuzzy -#| msgid "Transformation options" msgid "Default transformations for TextLink" -msgstr "Опции на трансформацията" +msgstr "Трансформации по подразбиране за TextLink" #: libraries/classes/Config/Descriptions.php:232 msgid "Show server listing as a list instead of a drop down." @@ -4317,61 +4272,49 @@ msgid "Developer" msgstr "Разработчик" #: libraries/classes/Config/Descriptions.php:448 -#, fuzzy -#| msgid "Settings for phpMyAdmin developers" msgid "Settings for phpMyAdmin developers." -msgstr "Настройки за разработчици на phpMyAdmin" +msgstr "Настройки за разработчици на phpMyAdmin." #: libraries/classes/Config/Descriptions.php:450 msgid "Edit mode" msgstr "Редактиране" #: libraries/classes/Config/Descriptions.php:452 -#, fuzzy -#| msgid "Customize edit mode" msgid "Customize edit mode." -msgstr "Персонализиране на редактирането" +msgstr "Персонализиране на редактирането." #: libraries/classes/Config/Descriptions.php:454 msgid "Export defaults" msgstr "Настройки по подразбиране на експорта" #: libraries/classes/Config/Descriptions.php:456 -#, fuzzy -#| msgid "Customize default export options" msgid "Customize default export options." -msgstr "Персонализиране настройките по подразбиране на експорта" +msgstr "Персонализиране настройките по подразбиране на експорта." #: libraries/classes/Config/Descriptions.php:458 msgid "General" msgstr "Общи" #: libraries/classes/Config/Descriptions.php:460 -#, fuzzy -#| msgid "Set some commonly used options" msgid "Set some commonly used options." -msgstr "Настройки, на някои често използвани опции" +msgstr "Настройки, на някои често използвани опции." #: libraries/classes/Config/Descriptions.php:462 msgid "Import defaults" msgstr "Настройки по подразбиране на импорта" #: libraries/classes/Config/Descriptions.php:464 -#, fuzzy -#| msgid "Customize default common import options" msgid "Customize default common import options." -msgstr "Персонализиране настройките по подразбиране на ипорта" +msgstr "Персонализиране настройките по подразбиране на импорта." #: libraries/classes/Config/Descriptions.php:466 msgid "Import / export" msgstr "Импорт / експорт" #: libraries/classes/Config/Descriptions.php:468 -#, fuzzy -#| msgid "Set import and export directories and compression options" msgid "Set import and export directories and compression options." msgstr "" -"Настройки на директориите за импорт и експорт, и на опциите за компресиране" +"Настройки на директориите за импорт и експорт, и на опциите за компресиране." #: libraries/classes/Config/Descriptions.php:470 msgid "LaTeX" @@ -4386,10 +4329,8 @@ msgid "Databases" msgstr "БД" #: libraries/classes/Config/Descriptions.php:476 -#, fuzzy -#| msgid "Databases display options" msgid "Databases display options." -msgstr "Опции за показване на БД" +msgstr "Опции за показване на БД." #: libraries/classes/Config/Descriptions.php:478 #: libraries/classes/Config/Forms/User/NaviForm.php:59 @@ -4399,10 +4340,8 @@ msgid "Navigation panel" msgstr "Управляваща рамка" #: libraries/classes/Config/Descriptions.php:480 -#, fuzzy -#| msgid "Customize appearance of the navigation frame" msgid "Customize appearance of the navigation panel." -msgstr "Персонализиране изгледа на рамката за навигация" +msgstr "Персонализиране изгледа на навигационния панел." #: libraries/classes/Config/Descriptions.php:482 #, fuzzy @@ -4411,10 +4350,8 @@ msgid "Navigation tree" msgstr "Управляваща рамка" #: libraries/classes/Config/Descriptions.php:484 -#, fuzzy -#| msgid "Customize navigation frame" msgid "Customize the navigation tree." -msgstr "Персонализиране рамката за навигация" +msgstr "Персонализиране дървото за навигация." #: libraries/classes/Config/Descriptions.php:486 #: libraries/classes/Server/Select.php:56 setup/frames/index.inc.php:123 @@ -4422,16 +4359,12 @@ msgid "Servers" msgstr "Сървъри" #: libraries/classes/Config/Descriptions.php:488 -#, fuzzy -#| msgid "Servers display options" msgid "Servers display options." -msgstr "Настройки показване сървъри" +msgstr "Настройки за показване на списъка със сървъри." #: libraries/classes/Config/Descriptions.php:492 -#, fuzzy -#| msgid "Tables display options" msgid "Tables display options." -msgstr "Настройки показване таблици" +msgstr "Настройки за показването на таблиците." #: libraries/classes/Config/Descriptions.php:494 #: libraries/classes/Config/Forms/User/MainForm.php:84 @@ -4449,10 +4382,8 @@ msgid "Other core settings" msgstr "Други основни настройки" #: libraries/classes/Config/Descriptions.php:506 -#, fuzzy -#| msgid "Settings that didn't fit anywhere else" msgid "Settings that didn't fit anywhere else." -msgstr "Настройки, които не са за другаде" +msgstr "Други настройки." #: libraries/classes/Config/Descriptions.php:508 msgid "Page titles" @@ -4477,16 +4408,12 @@ msgid "Security" msgstr "Сигурност" #: libraries/classes/Config/Descriptions.php:519 -#, fuzzy -#| msgid "" -#| "Please note that phpMyAdmin is just a user interface and its features do " -#| "not limit MySQL" msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" "Обърнете внимание, че phpMyAdmin е само потребителски интерфейс и неговите " -"възможности не ограничават MySQL" +"възможности не ограничават MySQL." #: libraries/classes/Config/Descriptions.php:523 msgid "Basic settings" @@ -4497,32 +4424,24 @@ msgid "Authentication" msgstr "Удостоверяване" #: libraries/classes/Config/Descriptions.php:527 -#, fuzzy -#| msgid "Authentication settings" msgid "Authentication settings." -msgstr "Настройки по удостоверяване" +msgstr "Настройки за удостоверяване." #: libraries/classes/Config/Descriptions.php:529 msgid "Server configuration" msgstr "Сървърна конфигурация" #: libraries/classes/Config/Descriptions.php:532 -#, fuzzy -#| msgid "" -#| "Advanced server configuration, do not change these options unless you " -#| "know what they are for" msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" "Разширена конфигурация на сървъра, не променяйте тези настройки, освен ако " -"знаете за какво са" +"знаете за какво са." #: libraries/classes/Config/Descriptions.php:536 -#, fuzzy -#| msgid "Enter server connection parameters" msgid "Enter server connection parameters." -msgstr "Параметри за връзка със сървъра" +msgstr "Параметри за връзка със сървъра." #: libraries/classes/Config/Descriptions.php:538 msgid "Configuration storage" @@ -4566,10 +4485,8 @@ msgid "SQL Query box" msgstr "SQL прозорец за заявки" #: libraries/classes/Config/Descriptions.php:557 -#, fuzzy -#| msgid "Customize links shown in SQL Query boxes" msgid "Customize links shown in SQL Query boxes." -msgstr "Персонализиране на връзките показвани след изпълнение на SQL заявка" +msgstr "Персонализирайте връзките, показвани в полетата на SQL заявка." #: libraries/classes/Config/Descriptions.php:561 #: libraries/classes/Config/Forms/User/SqlForm.php:40 @@ -4577,20 +4494,16 @@ msgid "SQL queries" msgstr "SQL заявки" #: libraries/classes/Config/Descriptions.php:563 -#, fuzzy -#| msgid "SQL queries settings" msgid "SQL queries settings." -msgstr "Настройки на SQL заявките" +msgstr "Настройки на SQL заявките." #: libraries/classes/Config/Descriptions.php:565 msgid "Startup" msgstr "Начало" #: libraries/classes/Config/Descriptions.php:567 -#, fuzzy -#| msgid "Customize startup page" msgid "Customize startup page." -msgstr "Персонализиране началната страница" +msgstr "Персонализиране на началната страница." #: libraries/classes/Config/Descriptions.php:569 msgid "Database structure" @@ -4618,10 +4531,8 @@ msgid "Tabs" msgstr "Подпрозорци" #: libraries/classes/Config/Descriptions.php:579 -#, fuzzy -#| msgid "Choose how you want tabs to work" msgid "Choose how you want tabs to work." -msgstr "Изберете поведението на разделите" +msgstr "Изберете поведението на разделите." #: libraries/classes/Config/Descriptions.php:581 msgid "Display relational schema" @@ -4638,10 +4549,8 @@ msgid "Text fields" msgstr "Текстови полета" #: libraries/classes/Config/Descriptions.php:593 -#, fuzzy -#| msgid "Customize text input fields" msgid "Customize text input fields." -msgstr "Персонализиране на текстовите полета" +msgstr "Персонализиране на текстовите полета." #: libraries/classes/Config/Descriptions.php:595 msgid "Texy! text" @@ -4656,10 +4565,8 @@ msgid "Warnings" msgstr "Предупреждения" #: libraries/classes/Config/Descriptions.php:601 -#, fuzzy -#| msgid "Disable some of the warnings shown by phpMyAdmin" msgid "Disable some of the warnings shown by phpMyAdmin." -msgstr "Скрива някои от предупрежденията, показвани от phpMyAdmin" +msgstr "Скрива някои от предупрежденията, показвани от phpMyAdmin." #: libraries/classes/Config/Descriptions.php:603 #: templates/console/display.twig:4 @@ -4667,14 +4574,8 @@ msgid "Console" msgstr "Конзола" #: libraries/classes/Config/Descriptions.php:606 -#, fuzzy -#| msgid "" -#| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " -#| "import and export operations" msgid "Enable gzip compression for import and export operations." -msgstr "" -"Включване на [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] компресия при " -"импорт и експорт" +msgstr "Активирайте gzip компресия за операции по импортиране и експортиране." #: libraries/classes/Config/Descriptions.php:610 msgid "GZip" @@ -4705,7 +4606,7 @@ msgstr "" #: libraries/classes/Config/Descriptions.php:627 msgid "Partial import: allow interrupt" -msgstr "" +msgstr "Частичен импорт: позволява прекъсване" #: libraries/classes/Config/Descriptions.php:637 #: libraries/classes/Config/Descriptions.php:656 @@ -4713,22 +4614,26 @@ msgstr "" #: libraries/classes/Plugins/Import/ImportLdi.php:81 msgid "Do not abort on INSERT error" msgstr "" +"Да не се прекъсва операцията при възникване на грешка по време на INSERT" #: libraries/classes/Config/Descriptions.php:639 #: libraries/classes/Config/Descriptions.php:660 msgid "Add ON DUPLICATE KEY UPDATE" -msgstr "" +msgstr "Добавяне на ON DUPLICATE KEY UPDATE" #: libraries/classes/Config/Descriptions.php:641 #: libraries/classes/Config/Descriptions.php:662 msgid "Update data when duplicate keys found on import" msgstr "" +"Актуализиране на данните при наличие на дублирани ключове при импортиране" #: libraries/classes/Config/Descriptions.php:646 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" +"Формат по подразбиране; имайте предвид, че този списък зависи от " +"местоположението (база данни, таблица) и само SQL е винаги наличен." #: libraries/classes/Config/Descriptions.php:650 msgid "Format of imported file" @@ -4757,14 +4662,12 @@ msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Импортиране процентите като десетични числа (12.00% към .12)" #: libraries/classes/Config/Descriptions.php:674 -#, fuzzy -#| msgid "Number of queries to skip from start" msgid "Number of queries to skip from start." -msgstr "Брой заявки, които да бъдат пропуснати от началото" +msgstr "Брой заявки, които да бъдат пропуснати от началото." #: libraries/classes/Config/Descriptions.php:676 msgid "Partial import: skip queries" -msgstr "" +msgstr "Частично импортиране: пропускане на заявки" #: libraries/classes/Config/Descriptions.php:680 msgid "Do not use AUTO_INCREMENT for zero values" @@ -4781,10 +4684,8 @@ msgid "Initial state for sliders" msgstr "Първоначално състояние за плъзгачите" #: libraries/classes/Config/Descriptions.php:686 -#, fuzzy -#| msgid "How many rows can be inserted at one time" msgid "How many rows can be inserted at one time." -msgstr "Колко реда да бъдат импортирани наведнъж" +msgstr "Брой редове, които могат да бъдат вмъкнати наведнъж." #: libraries/classes/Config/Descriptions.php:688 msgid "Number of inserted rows" @@ -4805,6 +4706,10 @@ msgid "" "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" +"Ако е TRUE, излизането изтрива бисквитките за всички сървъри; когато е " +"зададено на FALSE, излизането се извършва само за текущия сървър. Ако " +"зададете това на FALSE, лесно можете да забравите да излезете от другите " +"сървъри. (Когато сте свързани към няколко сървъра.)" #: libraries/classes/Config/Descriptions.php:700 msgid "Delete all cookies on logout" @@ -4843,20 +4748,16 @@ msgid "Login cookie validity" msgstr "Валидност на бисквитката за вход" #: libraries/classes/Config/Descriptions.php:722 -#, fuzzy -#| msgid "Double size of textarea for LONGTEXT columns" msgid "Double size of textarea for LONGTEXT columns." -msgstr "Двойни текстови полета за колони тип LONGTEXT" +msgstr "Двоен размер на текстовите полета за LONGTEXT колони ." #: libraries/classes/Config/Descriptions.php:724 msgid "Bigger textarea for LONGTEXT" msgstr "По-голямо текстово поле за LONGTEXT" #: libraries/classes/Config/Descriptions.php:726 -#, fuzzy -#| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of characters used when a SQL query is displayed." -msgstr "Максимален брой скоро отваряни таблици; 0 за забрана" +msgstr "Максимален брой знаци, използвани при извеждането на SQL заявка." #: libraries/classes/Config/Descriptions.php:728 msgid "Maximum displayed SQL length" @@ -4869,10 +4770,8 @@ msgid "Users cannot set a higher value" msgstr "" #: libraries/classes/Config/Descriptions.php:732 -#, fuzzy -#| msgid "Maximum number of records saved in \"table_uiprefs\" table" msgid "Maximum number of databases displayed in database list." -msgstr "Максимален брой записи в таблица \"table_uiprefs\"" +msgstr "Максимален брой бази данни показвани в списъка." #: libraries/classes/Config/Descriptions.php:734 msgid "Maximum databases" @@ -4911,10 +4810,8 @@ msgid "Maximum number of rows to display" msgstr "" #: libraries/classes/Config/Descriptions.php:757 -#, fuzzy -#| msgid "Maximum number of records saved in \"table_uiprefs\" table" msgid "Maximum number of tables displayed in table list." -msgstr "Максимален брой записи в таблица \"table_uiprefs\"" +msgstr "Максимален брой таблици, показани в списъка на таблиците." #: libraries/classes/Config/Descriptions.php:759 msgid "Maximum tables" @@ -4937,26 +4834,22 @@ msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" #: libraries/classes/Config/Descriptions.php:770 -#, fuzzy -#| msgid "Show hidden navigation tree items." msgid "Show databases navigation as tree" -msgstr "Показване на скритото навигационно дърво." +msgstr "Представяне на навигацията в БД като дърво" #: libraries/classes/Config/Descriptions.php:772 -#, fuzzy -#| msgid "Navigation frame" msgid "Navigation panel width" -msgstr "Управляваща рамка" +msgstr "Ширина на навигационния панел" #: libraries/classes/Config/Descriptions.php:774 -#, fuzzy -#| msgid "Show logo in left frame" msgid "Set to 0 to collapse navigation panel." -msgstr "Показване логото в лявата рамка" +msgstr "Задайте на 0, за да свиете навигационния панел." #: libraries/classes/Config/Descriptions.php:776 msgid "Link with main panel by highlighting the current database or table." msgstr "" +"Свързване с главния панел чрез оцветяване наа текущата база данни или " +"таблица." #: libraries/classes/Config/Descriptions.php:780 #, fuzzy @@ -6910,10 +6803,10 @@ msgid "Replicated" msgstr "Реплицирана" #: libraries/classes/Controllers/Server/ServerVariablesController.php:116 -#, fuzzy, php-format -#| msgid "Server variables and settings" +#, php-format msgid "Not enough privilege to view server variables and settings. %s" -msgstr "Сървърни променливи и настройки" +msgstr "" +"Недостатъчни права за преглед на променливите и настройките на сървъра. %s" #: libraries/classes/Controllers/Server/ServerVariablesController.php:234 msgid "Setting variable failed" @@ -8982,10 +8875,9 @@ msgid "The third step of normalization is complete." msgstr "" #: libraries/classes/Normalization.php:746 -#, fuzzy, php-format -#| msgid "Selected target tables have been synchronized with source tables." +#, php-format msgid "Selected repeating group has been moved to the table '%s'" -msgstr "Избраните целеви таблици бяха синхронизирани с изходните." +msgstr "Избраната повтаряща се група е преместена в таблицата '%s'" #: libraries/classes/Normalization.php:793 #, fuzzy @@ -9708,10 +9600,9 @@ msgid "(less efficient as indexes will be generated during table creation)" msgstr "" #: libraries/classes/Plugins/Export/ExportSql.php:298 -#, fuzzy, php-format -#| msgid "Session value" +#, php-format msgid "%s value" -msgstr "Сесийна стойност" +msgstr "%s стойност" #: libraries/classes/Plugins/Export/ExportSql.php:332 msgid "" @@ -9824,16 +9715,14 @@ msgid "Metadata" msgstr "Заглавки на метаданните" #: libraries/classes/Plugins/Export/ExportSql.php:1080 -#, fuzzy, php-format -#| msgid "Metadata Headers" +#, php-format msgid "Metadata for table %s" -msgstr "Заглавки на метаданните" +msgstr "Метаданни за таблица %s" #: libraries/classes/Plugins/Export/ExportSql.php:1087 -#, fuzzy, php-format -#| msgid "Metadata Headers" +#, php-format msgid "Metadata for database %s" -msgstr "Заглавки на метаданните" +msgstr "Метаданни за база данни %s" #: libraries/classes/Plugins/Export/ExportSql.php:1419 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:603 @@ -9913,10 +9802,9 @@ msgid "(See below for the actual view)" msgstr "" #: libraries/classes/Plugins/Export/ExportSql.php:2210 -#, fuzzy, php-format -#| msgid "Error reading data:" +#, php-format msgid "Error reading data for table %s:" -msgstr "Грешка при четене на данни:" +msgstr "Грешка при четене на данните за таблица %s:" #: libraries/classes/Plugins/Export/ExportXml.php:100 msgid "Object creation options (all are recommended)" @@ -10079,10 +9967,9 @@ msgid "PDF export page" msgstr "Невалиден тип експорт" #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:102 -#, fuzzy, php-format -#| msgid "Schema of the %s database - Page %s" +#, php-format msgid "Schema of the %s database" -msgstr "Схема на БД %s - страница %s" +msgstr "Схема на базата данни %s" #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:130 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:525 @@ -10618,25 +10505,27 @@ msgid "" msgstr "" #: libraries/classes/Relation.php:2056 -#, fuzzy, php-format -#| msgid "Missing phpMyAdmin configuration storage tables" +#, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." -msgstr "Липсват таблици от хранилището за конфигурация на phpMyAdmin" +msgstr "" +"%sСъздаване%s на база данни с име \"phpmyadmin\" и настройване на " +"конфигурацията на phpMyAdmin да бъде запазена там." #: libraries/classes/Relation.php:2064 -#, fuzzy, php-format -#| msgid "Missing phpMyAdmin configuration storage tables" +#, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." -msgstr "Липсват таблици от хранилището за конфигурация на phpMyAdmin" +msgstr "" +"%sСъздаване%s на phpMyAdmin конфигурационно хранилище в текущата база данни." #: libraries/classes/Relation.php:2072 -#, fuzzy, php-format -#| msgid "Missing phpMyAdmin configuration storage tables" +#, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." -msgstr "Липсват таблици от хранилището за конфигурация на phpMyAdmin" +msgstr "" +"%sСъздаване%s на липсващите таблици за съхранение на конфигурация на " +"phpMyAdmin." #: libraries/classes/ReplicationGui.php:58 #: libraries/classes/ReplicationGui.php:352 @@ -10711,10 +10600,8 @@ msgid "Slave replication" msgstr "Подчинен сървър" #: libraries/classes/ReplicationGui.php:161 -#, fuzzy -#| msgid "Master configuration" msgid "Master connection:" -msgstr "Конфигурация на главния" +msgstr "Главно свързване:" #: libraries/classes/ReplicationGui.php:223 msgid "Slave SQL Thread not running!" @@ -10771,16 +10658,13 @@ msgid "Change or reconfigure master server" msgstr "Промяна или преконфигуриране на главен сървъра" #: libraries/classes/ReplicationGui.php:293 -#, fuzzy, php-format -#| msgid "" -#| "This server is not configured as slave in a replication process. Would " -#| "you like to configure it?" +#, php-format msgid "" "This server is not configured as slave in a replication process. Would you " "like to %sconfigure%s it?" msgstr "" -"Този сървър не е настроен като подчинен в репликация. Желаете ли да го настроите?" +"Този сървър не е конфигуриран като подчинен в процес на репликация. Искате " +"ли да го %sконфигурирате%s?" #: libraries/classes/ReplicationGui.php:316 msgid "Error management:" @@ -10797,22 +10681,18 @@ msgid "Skip current error" msgstr "Прескачане на текущата" #: libraries/classes/ReplicationGui.php:328 -#, fuzzy, php-format -#| msgid "Skip current error" +#, php-format msgid "Skip next %s errors." -msgstr "Прескачане на текущата" +msgstr "Пропуснете следващите %s грешки." #: libraries/classes/ReplicationGui.php:355 -#, fuzzy, php-format -#| msgid "" -#| "This server is not configured as master in a replication process. Would " -#| "you like to configure it?" +#, php-format msgid "" "This server is not configured as master in a replication process. Would you " "like to %sconfigure%s it?" msgstr "" -"Този сървър не е настроен като главен за репликация. Желаете ли да го настроите?" +"Този сървър не е конфигуриран като главен в процес на репликация. Искате ли " +"да го %sконфигурирате%s?" #: libraries/classes/ReplicationGui.php:389 #: templates/display/export/select_options.twig:8 @@ -10856,10 +10736,8 @@ msgid "Password" msgstr "Парола" #: libraries/classes/ReplicationGui.php:455 -#, fuzzy -#| msgid "Port" msgid "Port:" -msgstr "Порт" +msgstr "Порт:" #: libraries/classes/ReplicationGui.php:539 msgid "Master status" @@ -10935,10 +10813,8 @@ msgid "Re-type" msgstr "Отново" #: libraries/classes/ReplicationGui.php:886 -#, fuzzy -#| msgid "Generate password" msgid "Generate password:" -msgstr "Генериране на парола" +msgstr "Генериране на парола:" #: libraries/classes/ReplicationGui.php:918 msgid "" @@ -12502,22 +12378,16 @@ msgid "Questions since startup: %s" msgstr "Запитвания от включването: %s" #: libraries/classes/Server/Status/Queries.php:51 -#, fuzzy -#| msgid "per hour" msgid "per hour:" -msgstr "на час" +msgstr "на час:" #: libraries/classes/Server/Status/Queries.php:54 -#, fuzzy -#| msgid "per minute" msgid "per minute:" -msgstr "на минута" +msgstr "на минута:" #: libraries/classes/Server/Status/Queries.php:61 -#, fuzzy -#| msgid "per second" msgid "per second:" -msgstr "на секунда" +msgstr "на секунда:" #: libraries/classes/Server/Status/Queries.php:98 msgid "Statements" @@ -13232,10 +13102,8 @@ msgid "Summary by state" msgstr "" #: libraries/classes/Sql.php:293 -#, fuzzy -#| msgid "Total time:" msgid "Total Time" -msgstr "Общо време:" +msgstr "Общо време" #: libraries/classes/Sql.php:295 #, fuzzy @@ -13260,10 +13128,8 @@ msgid "Bookmark this SQL query" msgstr "Отбелязване SQL заявката" #: libraries/classes/Sql.php:608 -#, fuzzy -#| msgid "Label" msgid "Label:" -msgstr "Етикет" +msgstr "Етикет:" #: libraries/classes/Sql.php:615 libraries/classes/SqlQueryForm.php:316 msgid "Let every user access this bookmark" @@ -13283,30 +13149,23 @@ msgid "Showing as PHP code" msgstr "Показване като PHP-код" #: libraries/classes/Sql.php:1813 -#, fuzzy, php-format -#| msgid "" -#| "This table does not contain a unique column. Features related to the grid " -#| "edit, checkbox, Edit, Copy and Delete links may not work after saving." +#, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -"Тази таблица не съдържа уникална колона. Функциите, свързани с мрежата за " -"редакция, отметката, връзките редактиране, копиране и изтриване може да не " -"работят след запазване." +"Тази таблица не съдържа уникална колона. Редактирането на мрежа, поставянето " +"на отметки, функциите редактиране, копиране и изтриване не са достъпни. %s" #: libraries/classes/Sql.php:1827 -#, fuzzy, php-format -#| msgid "" -#| "This table does not contain a unique column. Features related to the grid " -#| "edit, checkbox, Edit, Copy and Delete links may not work after saving." +#, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " "and Delete features may result in undesired behavior. %s" msgstr "" -"Тази таблица не съдържа уникална колона. Функциите, свързани с мрежата за " -"редакция, отметката, връзките редактиране, копиране и изтриване може да не " -"работят след запазване." +"Текущата селекция не съдържа уникална колона. Функциите за редактиране на " +"мрежа, редактиране, копиране и изтриване могат да доведат до нежелано " +"поведение. %s" #: libraries/classes/Sql.php:1869 #, php-format @@ -13472,10 +13331,9 @@ msgstr "" "Грешка при създаването на външен ключ върху %1$s (проверете типа данни)" #: libraries/classes/Template.php:127 -#, fuzzy, php-format -#| msgid "Error while loading the search." +#, php-format msgid "Error while working with template cache: %s" -msgstr "Грешка при зареждане на търсенето." +msgstr "Грешка при работа с кеша за шаблони: %s" #: libraries/classes/Theme.php:186 #, php-format @@ -14616,10 +14474,8 @@ msgid "Description" msgstr "Описание" #: templates/start_and_number_of_rows_panel.twig:3 -#, fuzzy -#| msgid "Start row" msgid "Start row:" -msgstr "Начален ред" +msgstr "Начален ред:" #: templates/start_and_number_of_rows_panel.twig:10 #: templates/display/results/additional_fields.twig:6 @@ -14657,10 +14513,8 @@ msgid "Maximum rows to plot" msgstr "Максимален брой редове за изчертаване" #: templates/display/export/selection.twig:3 -#, fuzzy -#| msgid "Databases" msgid "Databases:" -msgstr "БД" +msgstr "Бази данни:" #: templates/display/export/options_output.twig:2 #: templates/display/export/options_quick_export.twig:2 @@ -14955,10 +14809,9 @@ msgid "See table structure" msgstr "Структура на таблица" #: templates/database/designer/database_tables.twig:91 -#, fuzzy, php-format -#| msgid "Select all" +#, php-format msgid "Select \"%s\"" -msgstr "Маркиране на всички" +msgstr "Изберете \"%s\"" #: templates/database/designer/database_tables.twig:126 #, php-format @@ -15023,10 +14876,8 @@ msgid "Stacked" msgstr "Припокриващи се" #: templates/table/chart/tbl_chart.twig:51 -#, fuzzy -#| msgid "Chart title" msgid "Chart title:" -msgstr "Заглавие на диаграмата" +msgstr "Заглавие на диаграмата:" #: templates/table/chart/tbl_chart.twig:56 msgid "X-Axis:" @@ -15063,10 +14914,8 @@ msgid "Series column:" msgstr "В колона:" #: templates/table/chart/tbl_chart.twig:132 -#, fuzzy -#| msgid "Values for column %s" msgid "Value Column:" -msgstr "Стойности за колоната %s" +msgstr "Колона за стойностите:" #: templates/table/chart/tbl_chart.twig:153 #, fuzzy @@ -15245,10 +15094,8 @@ msgstr "Допълнителен критерий за търсене" #: templates/login/twofactor/application.twig:2 #: templates/login/twofactor/application_configure.twig:21 -#, fuzzy -#| msgid "Authentication" msgid "Authentication code:" -msgstr "Удостоверяване" +msgstr "Код за удостоверяване:" #: templates/login/twofactor/application.twig:4 msgid "" @@ -15330,10 +15177,9 @@ msgstr "" "Забележка: Установяването на тези опции с 0 (нула) премахва ограничението." #: templates/database/structure/show_create_row.twig:7 -#, fuzzy, php-format -#| msgid "Create User" +#, php-format msgid "Create %s" -msgstr "Създаване на потребител" +msgstr "Създаване на %s" #: templates/database/tracking/tracked_tables.twig:2 msgid "Tracked tables" @@ -15388,10 +15234,9 @@ msgid "Create version %1$s of %2$s" msgstr "Създаване на версия %1$s от %2$s" #: templates/table/tracking/create_version.twig:16 -#, fuzzy, php-format -#| msgid "Create version" +#, php-format msgid "Create version %1$s" -msgstr "Създаване на версия" +msgstr "Създаване на версия %1$s" #: templates/table/tracking/create_version.twig:20 msgid "Track these data definition statements:" @@ -15426,10 +15271,9 @@ msgid "As defined:" msgstr "Дефиниран като:" #: templates/server/databases/table_row.twig:13 -#, fuzzy, php-format -#| msgid "Jump to database" +#, php-format msgid "Jump to database '%s'" -msgstr "Прескачане до БД" +msgstr "Прескачане към базата данни \"%s'" #: templates/server/databases/table_row.twig:63 #, php-format @@ -15516,7 +15360,7 @@ msgstr "Колация:" #, fuzzy #| msgid "Storage Engine" msgid "Storage Engine:" -msgstr "Хранилище" +msgstr "Storage Engine:" #: templates/columns_definitions/column_definitions_form.twig:82 msgid "Connection:" @@ -15768,10 +15612,9 @@ msgid "disabled" msgstr "изключено" #: templates/table/relation/foreign_key_row.twig:15 -#, fuzzy, php-format -#| msgid "Foreign key constraint" +#, php-format msgid "Foreign key constraint %s has been dropped" -msgstr "Ограничение за външен ключ" +msgstr "Ограничението за външен ключ %s е премахнато" #: templates/table/relation/foreign_key_row.twig:38 #, fuzzy @@ -15881,10 +15724,8 @@ msgid "Skip this number of queries (for SQL) starting from the first one:" msgstr "Брой редове, които да бъдат пропуснати от началото:" #: templates/display/import/import.twig:161 -#, fuzzy -#| msgid "Options" msgid "Other options:" -msgstr "Настройки" +msgstr "Други опции:" #: templates/table/gis_visualization/gis_visualization.twig:3 msgid "Display GIS Visualization" @@ -15930,10 +15771,8 @@ msgid "None" msgstr "Няма" #: templates/display/export/template_loading.twig:2 -#, fuzzy -#| msgid "Export type" msgid "Export templates:" -msgstr "Тип експорт" +msgstr "Експортиране на шаблони:" #: templates/display/export/template_loading.twig:6 #, fuzzy @@ -16278,10 +16117,9 @@ msgid "" msgstr "Липсват таблици от хранилището за конфигурация на phpMyAdmin" #: templates/columns_definitions/column_name.twig:4 -#, fuzzy, php-format -#| msgid "Select referenced key" +#, php-format msgid "Referenced by %s." -msgstr "Изберете посочвания ключ" +msgstr "Позовава се на %s." #: templates/columns_definitions/column_name.twig:12 #, fuzzy @@ -16583,20 +16421,16 @@ msgid "Define new aliases" msgstr "" #: templates/export/alias_add.twig:9 -#, fuzzy -#| msgid "Select Tables" msgid "Select database:" -msgstr "Избор на таблици" +msgstr "Изберете база данни:" #: templates/export/alias_add.twig:15 msgid "New database name" msgstr "Ново име на БД" #: templates/export/alias_add.twig:23 -#, fuzzy -#| msgid "Select Tables" msgid "Select table:" -msgstr "Избор на таблици" +msgstr "Изберете таблица:" #: templates/export/alias_add.twig:29 #, fuzzy @@ -16605,10 +16439,8 @@ msgid "New table name" msgstr "Име: " #: templates/export/alias_add.twig:37 -#, fuzzy -#| msgid "Select a column." msgid "Select column:" -msgstr "Изберете колона." +msgstr "Изберете колона:" #: templates/export/alias_add.twig:43 #, fuzzy @@ -16651,10 +16483,8 @@ msgstr "" "\"PRIMARY\" трябва да е името на и единствено на главен ключ!" #: templates/table/index_form.twig:34 -#, fuzzy -#| msgid "Index cache size" msgid "Index choice:" -msgstr "Размер на буфера за индекси" +msgstr "Избор на индекс:" #: templates/table/index_form.twig:42 #, fuzzy @@ -16677,10 +16507,8 @@ msgid "Parser:" msgstr "Потребител:" #: templates/table/index_form.twig:93 -#, fuzzy -#| msgid "Comment" msgid "Comment:" -msgstr "Коментар" +msgstr "Коментар:" #: templates/table/index_form.twig:136 templates/table/index_form.twig:173 #, fuzzy @@ -16758,10 +16586,8 @@ msgstr "" "Вътрешна релация не е необходима, при наличието на съответен FOREIGN KEY." #: templates/table/relation/common_form.twig:172 -#, fuzzy -#| msgid "Choose column to display" msgid "Choose column to display:" -msgstr "Изберете колона за показване" +msgstr "Изберете колона за показване:" #: url.php:41 #, fuzzy @@ -17498,22 +17324,16 @@ msgid "Slow launch time" msgstr "Показване времето за пускане" #: libraries/advisory_rules_generic.txt:318 -#, fuzzy -#| msgid "Slow_launch_time is above 2s" msgid "Slow_launch_time is above 2s." -msgstr "Slow_launch_time е над 2s" +msgstr "Slow_launch_time е над 2s." #: libraries/advisory_rules_generic.txt:319 -#, fuzzy -#| msgid "" -#| "Set slow_launch_time to 1s or 2s to correctly count threads that are slow " -#| "to launch" msgid "" "Set {slow_launch_time} to 1s or 2s to correctly count threads that are slow " "to launch." msgstr "" -"Задайте на slow_launch_time 1s или 2s, за да бъдат правилно отчетени бавно " -"пускащите се нишки" +"Задайте на {slow_launch_time} 1s или 2s, за да бъдат правилно отчетени бавно " +"стартиращите нишки." #: libraries/advisory_rules_generic.txt:320 #, php-format From c94f35a7cc3a19989b9c4ea9f1fa7acc24f152c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=BB=D0=B0=D0=BC=D0=B5=D0=BD?= Date: Mon, 19 Oct 2020 12:38:02 +0000 Subject: [PATCH 04/95] Translated using Weblate (Bulgarian) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 67.8% (2244 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/bg/ Signed-off-by: Пламен --- po/bg.po | 132 ++++++++++++++++++++----------------------------------- 1 file changed, 47 insertions(+), 85 deletions(-) diff --git a/po/bg.po b/po/bg.po index baa4e803ca..d40f394600 100644 --- a/po/bg.po +++ b/po/bg.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-10-18 09:58+0000\n" +"PO-Revision-Date: 2020-10-19 13:48+0000\n" "Last-Translator: Пламен \n" "Language-Team: Bulgarian \n" @@ -4156,10 +4156,10 @@ msgid "Export views as tables" msgstr "Експортиране на изгледи (views) като таблици" #: libraries/classes/Config/Descriptions.php:368 -#, fuzzy -#| msgid "Missing phpMyAdmin configuration storage tables" msgid "Export related metadata from phpMyAdmin configuration storage" -msgstr "Липсват таблици от хранилището за конфигурация на phpMyAdmin" +msgstr "" +"Експортиране на свързани метаданни от конфигурацията за съхранение на " +"phpMyAdmin" #: libraries/classes/Config/Descriptions.php:370 #: libraries/classes/Config/Descriptions.php:372 @@ -4174,10 +4174,8 @@ msgid "Add %s" msgstr "Добавяне на %s" #: libraries/classes/Config/Descriptions.php:384 -#, fuzzy -#| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" -msgstr "Използване на шестнадесетична стойност за BLOB" +msgstr "Използване на шестнадесетични стойности за BINARY и BLOB" #: libraries/classes/Config/Descriptions.php:387 msgid "" @@ -4334,20 +4332,16 @@ msgstr "Опции за показване на БД." #: libraries/classes/Config/Descriptions.php:478 #: libraries/classes/Config/Forms/User/NaviForm.php:59 -#, fuzzy -#| msgid "Navigation frame" msgid "Navigation panel" -msgstr "Управляваща рамка" +msgstr "Панел за навигация" #: libraries/classes/Config/Descriptions.php:480 msgid "Customize appearance of the navigation panel." msgstr "Персонализиране изгледа на навигационния панел." #: libraries/classes/Config/Descriptions.php:482 -#, fuzzy -#| msgid "Navigation frame" msgid "Navigation tree" -msgstr "Управляваща рамка" +msgstr "Дърво за навигация" #: libraries/classes/Config/Descriptions.php:484 msgid "Customize the navigation tree." @@ -4368,10 +4362,8 @@ msgstr "Настройки за показването на таблиците." #: libraries/classes/Config/Descriptions.php:494 #: libraries/classes/Config/Forms/User/MainForm.php:84 -#, fuzzy -#| msgid "Main frame" msgid "Main panel" -msgstr "Главна рамка" +msgstr "Основен панел" #: libraries/classes/Config/Descriptions.php:496 msgid "Microsoft Office" @@ -4390,18 +4382,12 @@ msgid "Page titles" msgstr "Заглавие в браузъра" #: libraries/classes/Config/Descriptions.php:511 -#, fuzzy -#| msgid "" -#| "Specify browser's title bar text. Refer to " -#| "[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be " -#| "used to get special values." msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -"Настройте заглавието в браузъра. Прочетете " -"[doc@cfg_TitleTable]документацията[/doc] за магическите низове и техните " -"стойности." +"Определете текста на заглавната лента на браузъра. Вижте " +"[doc@faq6-27]документацията[/doc] за специални низове." #: libraries/classes/Config/Descriptions.php:516 msgid "Security" @@ -4674,10 +4660,8 @@ msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Да не се използва AUTO_INCREMENT за нулеви стойности" #: libraries/classes/Config/Descriptions.php:682 -#, fuzzy -#| msgid "Read misses" msgid "Read as multibytes" -msgstr "Пропуснати прочитания" +msgstr "Четене като многобайтови" #: libraries/classes/Config/Descriptions.php:684 msgid "Initial state for sliders" @@ -4695,6 +4679,8 @@ msgstr "Броят добавени редове" msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" +"Максимален брой знаци, показвани в произволна нечислова колона в изгледа за " +"преглед." #: libraries/classes/Config/Descriptions.php:692 msgid "Limit column characters" @@ -4734,14 +4720,18 @@ msgid "" "and will be deleted as soon as you close the browser window. This is " "recommended for non-trusted environments." msgstr "" +"Определя колко дълго (в секунди) бисквитката за вход трябва да се съхранява " +"в браузъра. По подразбиране е 0 и означава, че ще се съхранява само за " +"съществуващата сесия и ще бъде изтрита веднага след като затворите прозореца " +"на браузъра. Това се препоръчва за по-ненадеждни среди." #: libraries/classes/Config/Descriptions.php:716 msgid "Login cookie store" -msgstr "" +msgstr "Съхраняване на бисквитки за вход" #: libraries/classes/Config/Descriptions.php:718 msgid "Define how long (in seconds) a login cookie is valid." -msgstr "" +msgstr "Определете колко дълго (в секунди) е валидна бисквитката за вход." #: libraries/classes/Config/Descriptions.php:720 msgid "Login cookie validity" @@ -4761,13 +4751,13 @@ msgstr "Максимален брой знаци, използвани при и #: libraries/classes/Config/Descriptions.php:728 msgid "Maximum displayed SQL length" -msgstr "" +msgstr "Максимална дължина на показване на SQL" #: libraries/classes/Config/Descriptions.php:730 #: libraries/classes/Config/Descriptions.php:755 #: libraries/classes/Config/Descriptions.php:935 msgid "Users cannot set a higher value" -msgstr "" +msgstr "Потребителите не могат да задават по-висока стойност" #: libraries/classes/Config/Descriptions.php:732 msgid "Maximum number of databases displayed in database list." @@ -4775,29 +4765,31 @@ msgstr "Максимален брой бази данни показвани в #: libraries/classes/Config/Descriptions.php:734 msgid "Maximum databases" -msgstr "" +msgstr "Максимален брой бази данни" #: libraries/classes/Config/Descriptions.php:737 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" +"Броят на елементите, които могат да бъдат показани на всяка страница на " +"първото ниво на навигационното дърво." #: libraries/classes/Config/Descriptions.php:741 -#, fuzzy -#| msgid "Maximum size for input field" msgid "Maximum items on first level" -msgstr "Максимален размер на текстовите полета" +msgstr "Максимален брой елементи на първо ниво" #: libraries/classes/Config/Descriptions.php:743 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" +"Броят на елементите, които могат да бъдат показани на всяка страница на " +"дървото за навигация." #: libraries/classes/Config/Descriptions.php:745 msgid "Maximum items in branch" -msgstr "" +msgstr "Максимален брой елементи в клон" #: libraries/classes/Config/Descriptions.php:748 msgid "" @@ -4852,20 +4844,16 @@ msgstr "" "таблица." #: libraries/classes/Config/Descriptions.php:780 -#, fuzzy -#| msgid "Show logo in left frame" msgid "Show logo in navigation panel." -msgstr "Показване логото в лявата рамка" +msgstr "Лого в панела за навигация" #: libraries/classes/Config/Descriptions.php:782 msgid "Display logo" msgstr "Показване лого" #: libraries/classes/Config/Descriptions.php:784 -#, fuzzy -#| msgid "URL where logo in the navigation frame will point to" msgid "URL where logo in the navigation panel will point to." -msgstr "Адрес, към който ще сочи логото от рамката на навигацията" +msgstr "URL адрес, към който ще сочи логото в навигационния панел." #: libraries/classes/Config/Descriptions.php:786 msgid "Logo link URL" @@ -4882,10 +4870,8 @@ msgid "Logo link target" msgstr "Цел за връзката на логото" #: libraries/classes/Config/Descriptions.php:795 -#, fuzzy -#| msgid "Display server choice at the top of the left frame" msgid "Display server choice at the top of the navigation panel." -msgstr "Показване изборът на сървър в лявата рамка отгоре" +msgstr "Избор на сървъра в горната част на навигационния панел." #: libraries/classes/Config/Descriptions.php:797 msgid "Display servers selection" @@ -4896,10 +4882,8 @@ msgid "Target for quick access icon" msgstr "Цел на пиктограмата за бърз достъп" #: libraries/classes/Config/Descriptions.php:801 -#, fuzzy -#| msgid "Target for quick access icon" msgid "Target for second quick access icon" -msgstr "Цел на пиктограмата за бърз достъп" +msgstr "Цел на втората икона за бърз достъп" #: libraries/classes/Config/Descriptions.php:804 msgid "" @@ -4926,20 +4910,16 @@ msgid "Group items in the tree" msgstr "" #: libraries/classes/Config/Descriptions.php:819 -#, fuzzy -#| msgid "String that separates databases into different tree levels" msgid "String that separates databases into different tree levels." -msgstr "Низ, който разделя БД в отделни разклонения на дърво" +msgstr "Ред, който разделя БД на различните нива на дървото." #: libraries/classes/Config/Descriptions.php:821 msgid "Database tree separator" msgstr "Разделител на дървото на БД" #: libraries/classes/Config/Descriptions.php:823 -#, fuzzy -#| msgid "String that separates tables into different tree levels" msgid "String that separates tables into different tree levels." -msgstr "Низ, който разделя таблици в отделни разклонения на дърво" +msgstr "Ред, разделящ таблици в отделни нива на дървото." #: libraries/classes/Config/Descriptions.php:825 msgid "Table tree separator" @@ -4950,10 +4930,8 @@ msgid "Maximum table tree depth" msgstr "Максимална дълбочина на дървото на таблиците" #: libraries/classes/Config/Descriptions.php:829 -#, fuzzy -#| msgid "Highlight row pointed by the mouse cursor" msgid "Highlight server under the mouse cursor." -msgstr "Маркиране редовете, посочени с мишка" +msgstr "Оцветяване на сървъра под курсора на мишката." #: libraries/classes/Config/Descriptions.php:831 msgid "Enable highlighting" @@ -4965,16 +4943,12 @@ msgid "" msgstr "" #: libraries/classes/Config/Descriptions.php:835 -#, fuzzy -#| msgid "Table caption" msgid "Enable navigation tree expansion" -msgstr "Заглавие на таблицата" +msgstr "Разрешаване разширяването дървото за навигация" #: libraries/classes/Config/Descriptions.php:837 -#, fuzzy -#| msgid "Showing tables" msgid "Show tables in tree" -msgstr "Показване таблици" +msgstr "Показване на таблиците в дървото" #: libraries/classes/Config/Descriptions.php:839 #, fuzzy @@ -16740,10 +16714,8 @@ msgid "" msgstr "" #: libraries/advisory_rules_generic.txt:96 -#, fuzzy -#| msgid "log_slow_queries is set to 'OFF'" msgid "slow_query_log is set to 'OFF'" -msgstr "log_slow_queries е зададено на 'Изключено'" +msgstr "Променливата 'slow_query_log' е зададена на 'OFF'" #: libraries/advisory_rules_generic.txt:100 msgid "Release Series" @@ -16786,10 +16758,8 @@ msgid "Version less than 5.5.8 (the first GA release of 5.5)." msgstr "" #: libraries/advisory_rules_generic.txt:118 -#, fuzzy -#| msgid "You should upgrade, to a stable version of MySQL 5.5" msgid "You should upgrade, to a stable version of MySQL 5.5." -msgstr "Трябва на осъвремените до стабилна версия на MySQL 5.5" +msgstr "Трябва да обновите до стабилна версия на MySQL 5.5." #: libraries/advisory_rules_generic.txt:121 #: libraries/advisory_rules_generic.txt:128 @@ -17294,10 +17264,10 @@ msgid "Increase {thread_cache_size}." msgstr "" #: libraries/advisory_rules_generic.txt:306 -#, fuzzy, php-format -#| msgid "Index reads from memory: %s%%, this value should be above 95%%" +#, php-format msgid "Thread cache hitrate: %s%%, this value should be above 80%%" -msgstr "Буфер за нишки .. %s%%, тази стойност трябва да бъде над 80%%" +msgstr "" +"Честота на обръщане към кеша: %s%%, тази стойност трябва да бъде над 80%%" #: libraries/advisory_rules_generic.txt:308 msgid "Threads that are slow to launch" @@ -17381,21 +17351,15 @@ msgstr "Твърде много прекъснати връзки." #: libraries/advisory_rules_generic.txt:335 #: libraries/advisory_rules_generic.txt:342 -#, fuzzy -#| msgid "" -#| "Connections are usually aborted when they cannot be authorized. This article might help you track down " -#| "the source." msgid "" "Connections are usually aborted when they cannot be authorized. This article might help you track down the source." msgstr "" -"Връзки обикновено биват прекъснати, когато не могат да бъдат удостоверени. " -"Тази статия може да ви помогне да " -"проследите на източника." +"Връзките обикновено се прекратяват, когато няма възможност да бъдат " +"оторизирани. Тази статия може да " +"ви помогне да проследите източника на проблеми." #: libraries/advisory_rules_generic.txt:336 #, php-format @@ -17589,10 +17553,8 @@ msgid "MyISAM concurrent inserts" msgstr "MyISAM едновременни вмъквания" #: libraries/advisory_rules_generic.txt:394 -#, fuzzy -#| msgid "Enable concurrent_insert by setting it to 1" msgid "Enable {concurrent_insert} by setting it to 1" -msgstr "Включване на concurrent_insert като го настроите на 1" +msgstr "Включване на {concurrent_insert} и установяването му на 1" #: libraries/advisory_rules_generic.txt:395 #, fuzzy From a28dc2395049edc18c4bdf3e16af4ba2b5f4f1de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=BB=D0=B0=D0=BC=D0=B5=D0=BD?= Date: Tue, 20 Oct 2020 11:03:03 +0000 Subject: [PATCH 05/95] Translated using Weblate (Bulgarian) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 68.0% (2252 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/bg/ Signed-off-by: Пламен --- po/bg.po | 32 +++++++++++++------------------- 1 file changed, 13 insertions(+), 19 deletions(-) diff --git a/po/bg.po b/po/bg.po index d40f394600..4e0727bb97 100644 --- a/po/bg.po +++ b/po/bg.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-10-19 13:48+0000\n" +"PO-Revision-Date: 2020-10-21 11:26+0000\n" "Last-Translator: Пламен \n" "Language-Team: Bulgarian \n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.3.1-dev\n" +"X-Generator: Weblate 4.3.1\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -4695,7 +4695,7 @@ msgstr "" "Ако е TRUE, излизането изтрива бисквитките за всички сървъри; когато е " "зададено на FALSE, излизането се извършва само за текущия сървър. Ако " "зададете това на FALSE, лесно можете да забравите да излезете от другите " -"сървъри. (Когато сте свързани към няколко сървъра.)" +"сървъри. (Когато сте свързани към няколко сървъра)." #: libraries/classes/Config/Descriptions.php:700 msgid "Delete all cookies on logout" @@ -4796,10 +4796,12 @@ msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" +"Брой редове, показвани при разглеждане на набор от резултати. Ако наборът от " +"резултати съдържа повече редове, ще бъдат показани „Назад“ и „Напред“." #: libraries/classes/Config/Descriptions.php:753 msgid "Maximum number of rows to display" -msgstr "" +msgstr "Максимален брой редове за показване" #: libraries/classes/Config/Descriptions.php:757 msgid "Maximum number of tables displayed in table list." @@ -4807,7 +4809,7 @@ msgstr "Максимален брой таблици, показани в спи #: libraries/classes/Config/Descriptions.php:759 msgid "Maximum tables" -msgstr "" +msgstr "Максимален брой таблици" #: libraries/classes/Config/Descriptions.php:762 msgid "" @@ -4845,7 +4847,7 @@ msgstr "" #: libraries/classes/Config/Descriptions.php:780 msgid "Show logo in navigation panel." -msgstr "Лого в панела за навигация" +msgstr "Лого в панела за навигация." #: libraries/classes/Config/Descriptions.php:782 msgid "Display logo" @@ -4875,7 +4877,7 @@ msgstr "Избор на сървъра в горната част на нави #: libraries/classes/Config/Descriptions.php:797 msgid "Display servers selection" -msgstr "" +msgstr "Показване избора на сървъра" #: libraries/classes/Config/Descriptions.php:799 msgid "Target for quick access icon" @@ -4951,10 +4953,8 @@ msgid "Show tables in tree" msgstr "Показване на таблиците в дървото" #: libraries/classes/Config/Descriptions.php:839 -#, fuzzy -#| msgid "Show hidden navigation tree items." msgid "Whether to show tables under database in the navigation tree" -msgstr "Показване на скритото навигационно дърво." +msgstr "Да се показват ли таблици под базата данни в навигационното дърво" #: libraries/classes/Config/Descriptions.php:841 #, fuzzy @@ -4963,10 +4963,8 @@ msgid "Show views in tree" msgstr "Показване на версиите" #: libraries/classes/Config/Descriptions.php:843 -#, fuzzy -#| msgid "Show hidden navigation tree items." msgid "Whether to show views under database in the navigation tree" -msgstr "Показване на скритото навигационно дърво." +msgstr "Да се показват ли изгледи под базата данни в навигационното дърво" #: libraries/classes/Config/Descriptions.php:845 #, fuzzy @@ -4995,16 +4993,12 @@ msgid "Show events in tree" msgstr "Показване на версиите" #: libraries/classes/Config/Descriptions.php:855 -#, fuzzy -#| msgid "Show hidden navigation tree items." msgid "Whether to show events under database in the navigation tree" -msgstr "Показване на скритото навигационно дърво." +msgstr "Да се показват ли събития под базата данни в навигационното дърво" #: libraries/classes/Config/Descriptions.php:857 -#, fuzzy -#| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of recently used tables; set 0 to disable." -msgstr "Максимален брой скоро отваряни таблици; 0 за забрана" +msgstr "Максимален брой скоро отваряни таблици; 0 за изключване." #: libraries/classes/Config/Descriptions.php:859 #, fuzzy From 97ebd5a61b9780611cec0f8e45d19c903a3fa969 Mon Sep 17 00:00:00 2001 From: Domen Date: Thu, 22 Oct 2020 20:20:50 +0000 Subject: [PATCH 06/95] Translated using Weblate (Slovenian) Currently translated at 100.0% (3309 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/sl/ Signed-off-by: Domen --- po/sl.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/po/sl.po b/po/sl.po index d1f3ca3182..6a4998864b 100644 --- a/po/sl.po +++ b/po/sl.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-08-18 22:32+0000\n" +"PO-Revision-Date: 2020-10-22 21:46+0000\n" "Last-Translator: Domen \n" "Language-Team: Slovenian \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: Weblate 4.2-dev\n" +"X-Generator: Weblate 4.3.1\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -14768,7 +14768,7 @@ msgstr "Črta" #: templates/table/chart/tbl_chart.twig:27 msgctxt "Chart type" msgid "Spline" -msgstr "Zlepek" +msgstr "Zglajen" #: templates/table/chart/tbl_chart.twig:31 msgctxt "Chart type" From bb7ce7b8b794aec5313fa845ebd6ac9b1c2bc98f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=BB=D0=B0=D0=BC=D0=B5=D0=BD?= Date: Sat, 24 Oct 2020 01:37:16 +0000 Subject: [PATCH 07/95] Translated using Weblate (Bulgarian) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 68.2% (2258 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/bg/ Signed-off-by: Пламен --- po/bg.po | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/po/bg.po b/po/bg.po index 4e0727bb97..d75f459324 100644 --- a/po/bg.po +++ b/po/bg.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-10-21 11:26+0000\n" +"PO-Revision-Date: 2020-10-25 02:26+0000\n" "Last-Translator: Пламен \n" "Language-Team: Bulgarian \n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.3.1\n" +"X-Generator: Weblate 4.3.2-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -3881,6 +3881,9 @@ msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" +"Стойности за списъка с опции за трансформации по подразбиране. Те ще бъдат " +"заменени, ако трансформацията се попълни на страницата на структурата на " +"таблицата." #: libraries/classes/Config/Descriptions.php:199 msgid "Default transformations for Substring" @@ -4235,6 +4238,7 @@ msgstr "външен ключ" #: libraries/classes/Config/Descriptions.php:430 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" +"Стойностти по подразбиране за проверките на чужди ключове за някои заявки." #: libraries/classes/Config/Descriptions.php:432 #, fuzzy @@ -4825,7 +4829,7 @@ msgstr "Ограничение на паметта" #: libraries/classes/Config/Descriptions.php:768 msgid "In the navigation panel, replaces the database tree with a selector" -msgstr "" +msgstr "В навигационния панел замества дървото на базата данни със селектор" #: libraries/classes/Config/Descriptions.php:770 msgid "Show databases navigation as tree" @@ -4866,6 +4870,8 @@ msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" +"Отваряне на свързаната страница в главния прозорец ([kbd]главен[/kbd]) или в " +"нов ([kbd]нов[/kbd])." #: libraries/classes/Config/Descriptions.php:793 msgid "Logo link target" @@ -4892,10 +4898,12 @@ msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" +"Определя минималния брой елементи (таблици, изгледи, подпрограми или събития)" +" за показване на филтър." #: libraries/classes/Config/Descriptions.php:808 msgid "Minimum number of items to display the filter box" -msgstr "" +msgstr "Минимален брой елементи за показване на филтър" #: libraries/classes/Config/Descriptions.php:810 msgid "Minimum number of databases to display the database filter box" From 5d6010eacf46080659f49bed2d728ee82ba60252 Mon Sep 17 00:00:00 2001 From: Petr Duda Date: Fri, 23 Oct 2020 23:00:38 +0000 Subject: [PATCH 08/95] Translated using Weblate (Czech) Currently translated at 100.0% (3309 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/cs/ Signed-off-by: Petr Duda --- po/cs.po | 135 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 68 insertions(+), 67 deletions(-) diff --git a/po/cs.po b/po/cs.po index c636138640..3b8e1d7948 100644 --- a/po/cs.po +++ b/po/cs.po @@ -6,16 +6,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-10-10 15:54+0000\n" +"PO-Revision-Date: 2020-10-25 02:26+0000\n" "Last-Translator: Petr Duda \n" -"Language-Team: Czech \n" +"Language-Team: Czech " +"\n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Weblate 4.3-dev\n" +"X-Generator: Weblate 4.3.2-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -1778,8 +1778,8 @@ msgid "" "It seems that the connection to server has been lost. Please check your " "network connectivity and server status." msgstr "" -"Připojení k serveru bylo ztraceno. Prosím, zkontrolujte Vaše síťové " -"připojení a stav serveru." +"Připojení k serveru bylo ztraceno. Zkontrolujte prosím připojení k síti a " +"stav serveru." #: js/messages.php:373 #: libraries/classes/Controllers/Server/ServerDatabasesController.php:194 @@ -1811,7 +1811,7 @@ msgstr "OK" #: js/messages.php:378 msgid "Click to dismiss this notification" -msgstr "Klikněte pro schování této zprávy" +msgstr "Kliknutím toto oznámení zavřete" #: js/messages.php:381 msgid "Renaming databases" @@ -4849,7 +4849,7 @@ msgstr "Cíl pro ikonu rychlého přístupu" #: libraries/classes/Config/Descriptions.php:801 msgid "Target for second quick access icon" -msgstr "Cíl po kliknutí na druhou ikonku rychlého přístupu" +msgstr "Cíl pro druhou ikonu rychlého přístupu" #: libraries/classes/Config/Descriptions.php:804 msgid "" @@ -5314,8 +5314,8 @@ msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -"Nechte prázdné pro vypnutí SQL historie, výchozí hodnota [kbd]pma__history[/" -"kbd]." +"Nechte prázdné pro vypnutí SQL historie, doporučené nastavení " +"[kbd]pma__history[/kbd]." #: libraries/classes/Config/Descriptions.php:1054 msgid "SQL query history table" @@ -5378,8 +5378,8 @@ msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -"Nechte prázdné pro vypnutí podpory centrálních sloupců, například: " -"[kbd]pma__table_coords[/kbd]." +"Nechte prázdné pro vypnutí podpory centrálních sloupců, doporučené nastavení:" +" [kbd]pma__table_coords[/kbd]." #: libraries/classes/Config/Descriptions.php:1091 msgid "" @@ -5443,8 +5443,8 @@ msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -"Nechte prázdné pro vypnutí „trvalého“ ukládání nedávných tabulek, výchozí " -"nastavení: [kbd]pma__recent[/kbd]." +"Nechte prázdné pro vypnutí „trvalého“ ukládání nedávných tabulek mezi " +"relacemi, doporučené nastavení: [kbd]pma__recent[/kbd]." #: libraries/classes/Config/Descriptions.php:1123 msgid "Recently used table" @@ -5455,8 +5455,8 @@ msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -"Nechte prázdné pro vypnutí „trvalého“ ukládání oblíbených tabulek, výchozí " -"nastavení: [kbd]pma__favorite[/kbd]." +"Nechte prázdné pro vypnutí „trvalého“ ukládání oblíbených tabulek mezi " +"relacemi, doporučené nastavení: [kbd]pma__favorite[/kbd]." #: libraries/classes/Config/Descriptions.php:1130 msgid "Favorites table" @@ -5644,8 +5644,8 @@ msgid "" "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" "Pro použití upravitelných nabídek musí být nastavena tato tabulka i tabulka " -"uživatelských nastavení. Pokud libovolnou z nich nevyplníte, bude tato " -"funkcionalita vypnutá. Doporučené nastavení: [kbd]pma__users[/kbd]." +"uživatelských nastavení. Pokud některou z nich nevyplníte, bude tato funkce " +"vypnutá. Doporučené nastavení: [kbd]pma__users[/kbd]." #: libraries/classes/Config/Descriptions.php:1235 msgid "User groups table" @@ -8147,7 +8147,7 @@ msgstr "Sledování" #: libraries/classes/Rte/Words.php:63 libraries/classes/Util.php:4014 #: libraries/classes/Util.php:4030 msgid "Triggers" -msgstr "Spouště" +msgstr "Triggery" #: libraries/classes/Menu.php:474 libraries/classes/Menu.php:488 #: libraries/classes/Menu.php:495 @@ -8465,7 +8465,7 @@ msgstr "Nová" #: libraries/classes/Navigation/Nodes/NodeTriggerContainer.php:37 msgctxt "Create new trigger" msgid "New" -msgstr "Nová" +msgstr "Nový" #: libraries/classes/Navigation/Nodes/NodeViewContainer.php:25 #: libraries/classes/Navigation/Nodes/NodeViewContainer.php:26 @@ -9621,7 +9621,7 @@ msgstr "VZTAHY TABULKY" #: libraries/classes/Plugins/Export/ExportSql.php:2069 msgid "It appears your table uses triggers;" -msgstr "Vaše tabulka zřejmě využívá spouště;" +msgstr "Vaše tabulka zřejmě využívá triggery;" #: libraries/classes/Plugins/Export/ExportSql.php:2106 #, php-format @@ -10992,25 +10992,25 @@ msgstr "Vrací" #: libraries/classes/Rte/Triggers.php:118 msgid "Sorry, we failed to restore the dropped trigger." -msgstr "Bohužel se nepodařilo obnovit odstraněnou spoušť." +msgstr "Bohužel se nepodařilo obnovit odstraněný trigger." #: libraries/classes/Rte/Triggers.php:125 #, php-format msgid "Trigger %1$s has been modified." -msgstr "Byla změněna spoušť %1$s." +msgstr "Byl změněn trigger %1$s." #: libraries/classes/Rte/Triggers.php:145 #, php-format msgid "Trigger %1$s has been created." -msgstr "Byla vytvořena spoušť %1$s." +msgstr "Byl vytvořen trigger %1$s." #: libraries/classes/Rte/Triggers.php:221 msgid "Edit trigger" -msgstr "Upravit spoušť" +msgstr "Upravit trigger" #: libraries/classes/Rte/Triggers.php:342 msgid "Trigger name" -msgstr "Název spouště" +msgstr "Název triggeru" #: libraries/classes/Rte/Triggers.php:365 msgctxt "Trigger action time" @@ -11019,15 +11019,15 @@ msgstr "Spouštění" #: libraries/classes/Rte/Triggers.php:445 msgid "You must provide a trigger name!" -msgstr "Musíte zadat název spouště!" +msgstr "Musíte zadat název triggeru!" #: libraries/classes/Rte/Triggers.php:452 msgid "You must provide a valid timing for the trigger!" -msgstr "Musíte zadat platné časování spouště!" +msgstr "Musíte zadat platné časování triggeru!" #: libraries/classes/Rte/Triggers.php:459 msgid "You must provide a valid event for the trigger!" -msgstr "Musíte zadat platnou událost pro spoušť!" +msgstr "Musíte zadat platnou událost pro trigger!" #: libraries/classes/Rte/Triggers.php:467 msgid "You must provide a valid table name!" @@ -11035,7 +11035,7 @@ msgstr "Musíte zadat platný název tabulky!" #: libraries/classes/Rte/Triggers.php:473 msgid "You must provide a trigger definition." -msgstr "Musíte zadat definici spouště." +msgstr "Musíte zadat definici triggeru." #: libraries/classes/Rte/Words.php:32 msgid "Add routine" @@ -11083,12 +11083,12 @@ msgstr "Nebyly nalezeny žádné rutiny." #: libraries/classes/Rte/Words.php:54 msgid "Add trigger" -msgstr "Přidat spoušť" +msgstr "Přidat trigger" #: libraries/classes/Rte/Words.php:56 #, php-format msgid "Export of trigger %s" -msgstr "Exportovat spoušť %s" +msgstr "Exportovat trigger %s" #: libraries/classes/Rte/Words.php:57 msgid "trigger" @@ -11101,11 +11101,11 @@ msgstr "Nemáte dostatečná práva pro vytvoření spouště." #: libraries/classes/Rte/Words.php:61 #, php-format msgid "No trigger with name %1$s found in database %2$s." -msgstr "V databázi %2$s nebyla nalezena žádná spoušť s názvem %1$s." +msgstr "V databázi %2$s nebyl nalezen žádný trigger s názvem %1$s." #: libraries/classes/Rte/Words.php:62 msgid "There are no triggers to display." -msgstr "Nebyly nalezeny žádné spouště." +msgstr "Nebyly nalezeny žádné triggery." #: libraries/classes/Rte/Words.php:68 msgid "Add event" @@ -11288,7 +11288,7 @@ msgstr "Umožňuje plánovat úlohy pomocí plánovače." #: libraries/classes/Server/Privileges.php:413 #: libraries/classes/Server/Privileges.php:1306 server_privileges.php:118 msgid "Allows creating and dropping triggers." -msgstr "Umožňuje vytváření a mazání spouští." +msgstr "Umožňuje vytváření a mazání triggerů." #: libraries/classes/Server/Privileges.php:424 #: libraries/classes/Server/Privileges.php:430 @@ -11529,7 +11529,7 @@ msgstr "Přidělit všechna oprávnění pro databázi %s." #: libraries/classes/Server/Privileges.php:2462 #, php-format msgid "Users having access to \"%s\"" -msgstr "Uživatelé mající přístup k „%s“" +msgstr "Uživatelé, kteří mají přístup k „%s“" #: libraries/classes/Server/Privileges.php:2432 msgid "User has been added." @@ -11810,7 +11810,7 @@ msgid "" "calculations and by rule of thumb which may not necessarily apply to your " "system." msgstr "" -"Prosím uvědomte si však, že tento systém poskytuje doporučení na základě " +"Mějte však na paměti, že tento systém poskytuje doporučení na základě " "jednoduchých výpočtů a základních pravidel, která nemusí nutně platit pro " "váš systém." @@ -11820,9 +11820,9 @@ msgid "" "changing (by reading the documentation) and how to undo the change. Wrong " "tuning can have a very negative effect on performance." msgstr "" -"Než změníte některá z nastavení, ujistěte se, že víte, co si přejete změnit " -"(čtením dokumentace) a jak případně vrátit změny zpět. Špatné nastavení může " -"mít velmi negativní vliv na výkon serveru." +"Před změnou kteréhokoli nastavení si v dokumentaci prostudujte, co se " +"chystáte změnit a jak vrátit změny zpět. Špatné nastavení může mít velmi " +"negativní vliv na výkon serveru." #: libraries/classes/Server/Status/Advisor.php:56 msgid "" @@ -11830,8 +11830,8 @@ msgid "" "time, observe or benchmark your database, and undo the change if there was " "no clearly measurable improvement." msgstr "" -"Nejlepší způsob jak vyladit váš systém je měnit pouze jedno nastavení a " -"sledovat výsledky případně provést zátěžové testy. Pokud nedošlo ke " +"Nejlepší způsob, jak systém vyladit, je změnit vždy pouze jedno nastavení a " +"sledovat výsledky, případně provést zátěžové testy. Pokud nedošlo ke " "znatelnému zlepšení, můžete nastavení vrátit zpět." #: libraries/classes/Server/Status/Data.php:115 @@ -12287,9 +12287,9 @@ msgid "" "it suggests that the server is doing a lot of full index scans; for example, " "SELECT col1 FROM foo, assuming that col1 is indexed." msgstr "" -"Počet přečtení první položky klíčů. Příliš vysoká hodnota znamení, že server " -"provádí mnoho kompletních procházení klíčů. Na příklad SELECT col1 FROM foo, " -"pokud je col1 v klíči." +"Počet přečtení první položky z indexu. Příliš vysoká hodnota znamená, že " +"server provádí mnoho kompletních procházení indexů. Například SELECT col1 " +"FROM foo, pokud je na sloupci col1 index." #: libraries/classes/Server/Status/Variables.php:407 msgid "" @@ -12383,8 +12383,8 @@ msgid "" "be calculated as Innodb_buffer_pool_pages_total - " "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." msgstr "" -"Počet stránek zablokovaných pro administrativní účely jako zamykání řádků " -"nebo hashe klíčů. Tato hodnota také může být vypočítána jako " +"Počet stránek zablokovaných pro administrativní účely, jako např. zamykání " +"řádků nebo adaptivní hašovací index. Tuto hodnotu lze také vypočítat jako " "Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - " "Innodb_buffer_pool_pages_data." @@ -12397,7 +12397,7 @@ msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." msgstr "" -"Počet provedených „náhodných“ dopředných čtení. Tato situace nastává pokud " +"Počet provedených „náhodných“ dopředných čtení. Tato situace nastává, pokud " "dotaz prochází velkou část tabulky v náhodném pořadí." #: libraries/classes/Server/Status/Variables.php:477 @@ -12574,16 +12574,16 @@ msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" -"Počet bloků ve mezipaměti klíčů, které byly změněny, ale nebyly zapsány na " -"disk. Dříve se tato hodnota jmenovala Not_flushed_key_blocks." +"Počet bloků v mezipaměti klíčů, které se změnily, ale ještě nebyly zapsány " +"na disk. Dříve se tato hodnota jmenovala Not_flushed_key_blocks." #: libraries/classes/Server/Status/Variables.php:598 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "" -"Počet nepoužitých bloků ve mezipaměti klíčů. Pomocí této hodnoty poznáte jak " -"moc je mezipaměť využitá." +"Počet nepoužitých bloků v mezipaměti klíčů. Pomocí této hodnoty lze určit " +"míru využití mezipaměti klíčů." #: libraries/classes/Server/Status/Variables.php:602 msgid "" @@ -12681,9 +12681,9 @@ msgid "" "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -"Počet volných bloků paměti v mezipaměti dotazů. Velké číslo ukazuje na " -"problém s jejím rozdrobením, která může být vyřešena spuštěním příkazu FLUSH " -"QUERY CACHE." +"Počet volných bloků paměti v mezipaměti dotazů. Vysoké hodnoty mohou " +"ukazovat na problém s jejím rozdrobením, který lze vyřešit spuštěním příkazu " +"FLUSH QUERY CACHE." #: libraries/classes/Server/Status/Variables.php:664 msgid "The amount of free memory for query cache." @@ -12829,7 +12829,7 @@ msgid "" "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." msgstr "" -"Počet vláken v mezipaměti. Úspěšnost mezipaměti může být spočítána jako " +"Počet vláken v mezipaměti. Úspěšnost mezipaměti lze spočítat jako " "Threads_created/Connections. Pokud je tato hodnota červená, měli byste " "zvýšit thread_cache_size." @@ -16219,14 +16219,15 @@ msgstr "Interní vztahy" #: templates/table/relation/common_form.twig:110 msgid "Internal relation" -msgstr "Interní relace" +msgstr "Interní vztah" #: templates/table/relation/common_form.twig:112 msgid "" "An internal relation is not necessary when a corresponding FOREIGN KEY " "relation exists." msgstr "" -"Interní relace není potřebná pokud existuje stejná relace pomocí FOREIGN KEY." +"Interní vztah není nutný, pokud existuje stejný vztah prostřednictvím cizího " +"klíče." #: templates/table/relation/common_form.twig:172 msgid "Choose column to display:" @@ -16354,8 +16355,8 @@ msgid "" "It is suggested to set {long_query_time} to a lower value, depending on your " "environment. Usually a value of 1-5 seconds is suggested." msgstr "" -"Je doporučováno nastavit {long_query_time} na nižší hodnotu. Obvykle je " -"vhodné 1-5 sekund, ale záleží to na vašem prostředí." +"Doporučujeme nastavit {long_query_time} na nižší hodnotu v závislosti na " +"vašem prostředí. Obvykle je vhodné 1-5 sekund." #: libraries/advisory_rules_generic.txt:82 #, php-format @@ -16580,7 +16581,7 @@ msgstr "Řazení řádek" #: libraries/advisory_rules_generic.txt:171 msgid "There are lots of rows being sorted." -msgstr "Muselo být řazeno příliš mnoho řádek." +msgstr "Dochází k řazení velkého množství řádek." #: libraries/advisory_rules_generic.txt:172 msgid "" @@ -16618,7 +16619,7 @@ msgstr "" #, php-format msgid "Table joins average: %s, this value should be less than 1 per hour" msgstr "" -"Průměrně sloučeno tabulek: %s, tato hodnota by měla být menší než 1 za hodinu" +"Průměrně spojeno tabulek: %s, tato hodnota by měla být menší než 1 za hodinu" #: libraries/advisory_rules_generic.txt:183 msgid "Rate of reading first index entry" @@ -16637,11 +16638,11 @@ msgid "" "scans. Other than that full index scans can only be reduced by rewriting " "queries." msgstr "" -"Toto obvykle znamená, že dochází k častému procházení celých klíčů. Toto je " -"sice rychlejší než procházení celých tabulek, ale přesto se jedná o poměrně " -"náročnou operaci. Pokud jsou některé z velkých tabulek často měněny dotazy " -"UPDATE nebo DELETE, spuštěním „OPTIMIZE TABLE“ můžete situaci vylepšit. " -"Kromě toho je možné se procházení klíčů vyhnout jen přepsáním dotazů." +"Toto obvykle znamená, že dochází k častému procházení celých indexů, které " +"je sice rychlejší než procházení celých tabulek, ale přesto se jedná o " +"poměrně náročnou operaci. Pokud často měníte velké tabulky dotazy UPDATE " +"nebo DELETE, můžete situaci vylepšit spuštěním „OPTIMIZE TABLE“. Jinak se " +"lze procházení indexů vyhnout jen přepsáním dotazů." #: libraries/advisory_rules_generic.txt:188 #, php-format From 35f71b8fce22945d87949b7ea9e967f226f206ca Mon Sep 17 00:00:00 2001 From: liviuconcioiu Date: Wed, 28 Oct 2020 01:43:54 +0000 Subject: [PATCH 09/95] Translated using Weblate (Romanian) Currently translated at 96.1% (3181 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/ro/ Signed-off-by: liviuconcioiu --- po/ro.po | 54 ++++++++++++++++++------------------------------------ 1 file changed, 18 insertions(+), 36 deletions(-) diff --git a/po/ro.po b/po/ro.po index 8495d6c54a..c2f8915344 100644 --- a/po/ro.po +++ b/po/ro.po @@ -4,9 +4,9 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2018-08-13 08:41+0000\n" -"Last-Translator: Dan Caragea \n" -"Language-Team: Romanian \n" +"Language-Team: Romanian \n" "Language: ro\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " "20)) ? 1 : 2;\n" -"X-Generator: Weblate 3.2-dev\n" +"X-Generator: Weblate 4.3.2-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -313,8 +313,8 @@ msgstr "Numele bazei de date este gol!" #: db_operations.php:69 msgid "Cannot copy database to the same name. Change the name and try again." msgstr "" -"Nu pot copia baza de date în același nume. Schimbă numele și încearcă din " -"nou." +"Nu se poate copia baza de date cu același nume. Schimbă numele și încearcă " +"din nou." #: db_operations.php:156 #, php-format @@ -339,10 +339,8 @@ msgid "You have to choose at least one column to display!" msgstr "Trebuie să alegi cel puțin o coloană pentru afișare!" #: db_qbe.php:145 templates/database/multi_table_query/form.twig:3 -#, fuzzy -#| msgid "Simulate query" msgid "Multi-table query" -msgstr "Simulează o interogare" +msgstr "Interogare în mai multe tabele" #: db_qbe.php:149 templates/database/multi_table_query/form.twig:3 #, fuzzy @@ -1121,10 +1119,8 @@ msgid "Y values" msgstr "Valori Y" #: js/messages.php:142 -#, fuzzy -#| msgid "Please enter the same value again" msgid "Please enter the SQL query first." -msgstr "Te rog introdu din nou aceeași valoare" +msgstr "Te rog introdu mai întâi interogarea SQL." #: js/messages.php:145 msgid "The host name is empty!" @@ -10630,16 +10626,13 @@ msgid "Change or reconfigure master server" msgstr "Schimbă sau reconfigurează serverul master" #: libraries/classes/ReplicationGui.php:293 -#, fuzzy, php-format -#| msgid "" -#| "This server is not configured as slave in a replication process. Would " -#| "you like to configure it?" +#, php-format msgid "" "This server is not configured as slave in a replication process. Would you " "like to %sconfigure%s it?" msgstr "" "Acest server nu este configurat ca sclav într-un proces de replicare. Vrei " -"să-l configurezi?" +"să-l %sconfigurezi%s?" #: libraries/classes/ReplicationGui.php:316 msgid "Error management:" @@ -10660,16 +10653,13 @@ msgid "Skip next %s errors." msgstr "Sari peste următoarele %s erori." #: libraries/classes/ReplicationGui.php:355 -#, fuzzy, php-format -#| msgid "" -#| "This server is not configured as master in a replication process. Would " -#| "you like to configure it?" +#, php-format msgid "" "This server is not configured as master in a replication process. Would you " "like to %sconfigure%s it?" msgstr "" "Acest server nu este configurat ca master într-un proces de replicare. Vrei " -"să-l configurezi?" +"să-l %sconfigurezi%s?" #: libraries/classes/ReplicationGui.php:389 #: templates/display/export/select_options.twig:8 @@ -10952,12 +10942,10 @@ msgstr "Definitor" #: libraries/classes/Rte/Events.php:555 libraries/classes/Rte/Routines.php:1127 #: libraries/classes/Rte/Triggers.php:438 -#, fuzzy -#| msgid "The definer must be in the \"username@hostname\" format" msgid "The definer must be in the \"username@hostname\" format!" msgstr "" -"Datele introduse aici trebuie sa fie în format-ul \"nume-de-" -"utilizator@numele-gazdei\" (username@hostname)" +"Datele introduse aici trebuie să fie în formatul \"nume-de-utilizator@numele-" +"gazdei\"!" #: libraries/classes/Rte/Events.php:562 msgid "You must provide an event name!" @@ -14804,10 +14792,9 @@ msgid "See table structure" msgstr "Vezi structura tabelului" #: templates/database/designer/database_tables.twig:91 -#, fuzzy, php-format -#| msgid "Select all" +#, php-format msgid "Select \"%s\"" -msgstr "Selectează tot" +msgstr "Selectează \"%s\"" #: templates/database/designer/database_tables.twig:126 #, php-format @@ -15657,19 +15644,14 @@ msgstr "" "Importul anterior a expirat, după retrimitere va continua din poziția %d." #: templates/display/import/import.twig:137 -#, fuzzy -#| msgid "" -#| "ow the interruption of an import in case the script detects it is se to " -#| "the PHP timeout limit. This might be good way to import large es, however " -#| "it can break transactions." msgid "" "Allow the interruption of an import in case the script detects it is close " "to the PHP timeout limit. (This might be a good way to import large " "files, however it can break transactions.)" msgstr "" "Permite întreruperea importului în cazul în care scriptul detectează că se " -"apropie de limita de timp. Aceasta poate fi o metodă bună de a importa " -"fișiere mari, deși poate strica tranzacții." +"apropie de limita de timp PHP. (Aceasta poate fi o metodă bună de a " +"importa fișiere mari, deși poate strica tranzacții.)" #: templates/display/import/import.twig:144 msgid "Skip this number of queries (for SQL) starting from the first one:" From 903b7e0892b48bbc4a3a27755e1e95e337cc0508 Mon Sep 17 00:00:00 2001 From: Petr Duda Date: Fri, 30 Oct 2020 20:26:02 +0000 Subject: [PATCH 10/95] Translated using Weblate (Czech) Currently translated at 100.0% (3309 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/cs/ Signed-off-by: Petr Duda --- po/cs.po | 141 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 73 insertions(+), 68 deletions(-) diff --git a/po/cs.po b/po/cs.po index 3b8e1d7948..2a18f02cc7 100644 --- a/po/cs.po +++ b/po/cs.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-10-25 02:26+0000\n" +"PO-Revision-Date: 2020-10-31 11:55+0000\n" "Last-Translator: Petr Duda \n" "Language-Team: Czech " "\n" @@ -914,7 +914,7 @@ msgstr "Odstraňuji sledovací data" #: js/messages.php:61 msgid "Dropping Primary Key/Index" -msgstr "Odstraňuji (primární) klíč" +msgstr "Odstraňuji primární klíč/index" #: js/messages.php:62 msgid "Dropping Foreign key." @@ -1054,24 +1054,24 @@ msgstr "Prosím zadejte platnou délku!" #: js/messages.php:121 msgid "Add index" -msgstr "Přidat klíč" +msgstr "Přidat index" #: js/messages.php:122 msgid "Edit index" -msgstr "Upravit klíč" +msgstr "Upravit index" #: js/messages.php:123 templates/table/index_form.twig:211 #, php-format msgid "Add %s column(s) to index" -msgstr "Přidat %s polí do klíče" +msgstr "Přidat %s sloupců do indexu" #: js/messages.php:124 msgid "Create single-column index" -msgstr "Vytvořit klíč na jednom sloupci" +msgstr "Vytvořit index na jednom sloupci" #: js/messages.php:125 msgid "Create composite index" -msgstr "Vytvořit složený klíč" +msgstr "Vytvořit složený index" #: js/messages.php:126 msgid "Composite with:" @@ -1079,7 +1079,7 @@ msgstr "Složit s:" #: js/messages.php:127 msgid "Please select column(s) for the index." -msgstr "Prosím zvolte které pole chcete přidat do klíče." +msgstr "Vyberte sloupce, které chcete přidat do indexu." #: js/messages.php:130 libraries/classes/InsertEdit.php:1893 #: templates/columns_definitions/column_definitions_form.twig:146 @@ -4148,8 +4148,8 @@ msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -"Přidat IF NOT EXISTS (méně účinné než generování klíčů během vytváření " -"tabulky)" +"Přidat IF NOT EXISTS (méně efektivní, protože při vytváření tabulky se budou " +"generovat indexy)" #: libraries/classes/Config/Descriptions.php:391 msgid "Use ignore inserts" @@ -6628,7 +6628,7 @@ msgstr "Řádků" #: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:26 #: templates/table/tracking/structure_snapshot_indexes.twig:1 msgid "Indexes" -msgstr "Klíče" +msgstr "Indexy" #: libraries/classes/Controllers/Server/ServerDatabasesController.php:358 #: libraries/classes/Engines/Innodb.php:169 @@ -6777,7 +6777,7 @@ msgstr "Odstranit" #: templates/table/tracking/structure_snapshot_columns.twig:27 #: templates/table/structure/check_all_table_column.twig:47 msgid "Index" -msgstr "Klíč" +msgstr "Index" #: libraries/classes/Controllers/Table/TableStructureController.php:1233 #: libraries/classes/Controllers/Table/TableStructureController.php:1238 @@ -7373,7 +7373,8 @@ msgid "" "The size of the memory buffer InnoDB uses to cache data and indexes of its " "tables." msgstr "" -"Velikost mezipaměti, kterou InnoDB používá pro mezipaměť dat a klíčů tabulek." +"Velikost mezipaměti, kterou InnoDB používá pro mezipaměť dat a indexů " +"tabulek." #: libraries/classes/Engines/Innodb.php:139 msgid "Buffer Pool" @@ -7479,11 +7480,11 @@ msgid "" "INFILE)." msgstr "" "Maximální velikost dočasných souborů, které smí MySQL použít při obnově " -"klíčů (při REPAIR TABLE, ALTER TABLE nebo LOAD DATA INFILE)." +"indexů MyISAM (při REPAIR TABLE, ALTER TABLE nebo LOAD DATA INFILE)." #: libraries/classes/Engines/Myisam.php:52 msgid "Maximum size for temporary files on index creation" -msgstr "Maximální velikost dočasných souborů při vytváření klíčů" +msgstr "Maximální velikost dočasných souborů při vytváření indexů" #: libraries/classes/Engines/Myisam.php:54 msgid "" @@ -7491,8 +7492,9 @@ msgid "" "than using the key cache by the amount specified here, prefer the key cache " "method." msgstr "" -"Pokud by byl soubor pro vytváření MyISAM klíče byl větší než zde uvedená " -"hodnota, použije se pomalejší metoda mezipaměti klíčů." +"Pokud by rozdíl velikosti dočasného souboru pro rychlé vytvoření indexu " +"MyISAM oproti použití mezipaměti klíčů překročil zde uvedenou hodnotu, " +"použije se metoda mezipaměti klíčů." #: libraries/classes/Engines/Myisam.php:61 msgid "Repair threads" @@ -7503,8 +7505,8 @@ msgid "" "If this value is greater than 1, MyISAM table indexes are created in " "parallel (each index in its own thread) during the repair by sorting process." msgstr "" -"Pokud je tato hodnota větší než 1, jsou při obnově nebo řazení klíčů " -"v MyISAM tabulkách klíče vytvářeny paralelně (každý klíč vlastním vláknem)." +"Pokud je tato hodnota větší než 1, vytvářejí se indexy v MyISAM tabulkách " +"během obnovy nebo řazení paralelně (každý index ve vlastním vlákně)." #: libraries/classes/Engines/Myisam.php:70 msgid "Sort buffer size" @@ -7515,7 +7517,7 @@ msgid "" "The buffer that is allocated when sorting MyISAM indexes during a REPAIR " "TABLE or when creating indexes with CREATE INDEX or ALTER TABLE." msgstr "" -"Paměť, která je alokována při řazení MyISAM klíčů během jejich vytváření " +"Paměť, která je alokována při řazení indexů MyISAM během jejich vytváření " "příkazem CREATE INDEX nebo ALTER TABLE nebo opravování příkazem REPAIR TABLE." #: libraries/classes/Engines/Pbxt.php:30 @@ -7907,7 +7909,7 @@ msgstr "Vytvořit klíč na  %s polích" #: libraries/classes/Index.php:690 msgid "No index defined!" -msgstr "Není definován žádný klíč!" +msgstr "Není definován žádný index!" #: libraries/classes/Index.php:722 #: templates/table/tracking/structure_snapshot_indexes.twig:8 @@ -7936,7 +7938,7 @@ msgstr "Primární klíč byl odstraněn." #: libraries/classes/Index.php:760 #, php-format msgid "Index %s has been dropped." -msgstr "Klíč %s byl odstraněn." +msgstr "Index %s byl odstraněn." #: libraries/classes/Index.php:890 #, php-format @@ -7944,8 +7946,8 @@ msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " "removed." msgstr "" -"Klíče %1$s a %2$s vypadají stejné a jeden z nich by pravděpodobně mohl být " -"odstraněn." +"Indexy %1$s a %2$s vypadají shodně a jeden z nich by zřejmě bylo možné " +"odstranit." #: libraries/classes/InsertEdit.php:305 #: libraries/classes/Navigation/Nodes/NodeFunction.php:30 @@ -9442,7 +9444,7 @@ msgstr "Přidat příkaz %s" #: libraries/classes/Plugins/Export/ExportSql.php:290 msgid "(less efficient as indexes will be generated during table creation)" msgstr "" -"(méně efektivní, protože při vytvoření tabulky se budou generovat klíče)" +"(méně efektivní, protože při vytváření tabulky se budou generovat indexy)" #: libraries/classes/Plugins/Export/ExportSql.php:298 #, php-format @@ -9597,11 +9599,11 @@ msgstr "Omezení pro tabulku" #: libraries/classes/Plugins/Export/ExportSql.php:1755 msgid "Indexes for dumped tables" -msgstr "Klíče pro exportované tabulky" +msgstr "Indexy pro exportované tabulky" #: libraries/classes/Plugins/Export/ExportSql.php:1756 msgid "Indexes for table" -msgstr "Klíče pro tabulku" +msgstr "Indexy pro tabulku" #: libraries/classes/Plugins/Export/ExportSql.php:1789 msgid "AUTO_INCREMENT for dumped tables" @@ -11230,7 +11232,7 @@ msgstr "Nemá žádný vliv v této verzi MySQL." #: libraries/classes/Server/Privileges.php:359 #: libraries/classes/Server/Privileges.php:1258 server_privileges.php:84 msgid "Allows creating and dropping indexes." -msgstr "Umožňuje vytvářet a odstraňovat klíče." +msgstr "Umožňuje vytvářet a odstraňovat indexy." #: libraries/classes/Server/Privileges.php:364 #: libraries/classes/Server/Privileges.php:1256 server_privileges.php:65 @@ -12297,7 +12299,7 @@ msgid "" "a good indication that your queries and tables are properly indexed." msgstr "" "Počet požadavků na přečtení řádku vycházející z klíče. Vysoká hodnota " -"znamená, že dotazy správně využívají klíče." +"znamená, že dotazy správně využívají indexy." #: libraries/classes/Server/Status/Variables.php:412 msgid "" @@ -12306,8 +12308,8 @@ msgid "" "if you are doing an index scan." msgstr "" "Počet požadavků na přečtení dalšího řádku podle klíče. Tato hodnota se " -"zvětšuje pokud provádíte dotaz na sloupec s klíčem s omezením rozsahu nebo " -"prohledáváte klíč." +"zvětšuje, pokud provádíte dotaz na sloupec s indexem s omezením rozsahu nebo " +"prohledáváte index." #: libraries/classes/Server/Status/Variables.php:417 msgid "" @@ -12336,8 +12338,9 @@ msgid "" "tables are not properly indexed or that your queries are not written to take " "advantage of the indexes you have." msgstr "" -"Počet požadavků na přečtení dalšího řádku ze souboru. Tato hodnota je vysoká " -"pokud dotazy procházejí celé tabulky, pravděpodobně tedy nemají vhodné klíče." +"Počet požadavků na přečtení dalšího řádku ze souboru. Tato hodnota je " +"vysoká, pokud dotazy procházejí celé tabulky. To obvykle naznačuje, že na " +"tabulkách nejsou nastavené vhodné indexy nebo je dotazy správně nevyužívají." #: libraries/classes/Server/Status/Variables.php:435 msgid "The number of internal ROLLBACK statements." @@ -12733,8 +12736,8 @@ msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -"Počet spojení, které nevyužívaly klíče. Pokud tato hodnota není 0, měli " -"byste zkontrolovat klíče tabulek." +"Počet spojení, která nepoužívají indexy. Pokud tato hodnota není 0, měli " +"byste zkontrolovat indexy tabulek." #: libraries/classes/Server/Status/Variables.php:697 msgid "The number of joins that used a range search on a reference table." @@ -12746,8 +12749,8 @@ msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" -"Počet spojení bez klíčů, které kontrolovaly použití klíčů po každém řádku. " -"(Pokud tato hodnota není 0, měli byste zkontrolovat klíče tabulek.)" +"Počet spojení bez klíčů, která kontrolovala použití klíčů po každém řádku. (" +"Pokud tato hodnota není 0, měli byste zkontrolovat indexy tabulek.)" #: libraries/classes/Server/Status/Variables.php:705 msgid "" @@ -12995,7 +12998,7 @@ msgstr "" #: libraries/classes/Sql.php:1869 #, php-format msgid "Problems with indexes of table `%s`" -msgstr "Problémy s klíči v tabulce „%s\"" +msgstr "Problémy s indexy v tabulce „%s\"" #: libraries/classes/SqlQueryForm.php:140 #, php-format @@ -13140,11 +13143,11 @@ msgstr "Název primárního klíče musí být „PRIMARY“!" #: libraries/classes/Table.php:2097 msgid "Can't rename index to PRIMARY!" -msgstr "Klíč nelze přejmenovat na „PRIMARY“!" +msgstr "Index nelze přejmenovat na „PRIMARY“!" #: libraries/classes/Table.php:2119 msgid "No index parts defined!" -msgstr "Nebyla zadána žádná část klíče!" +msgstr "Nebyla zadána žádná část indexu!" #: libraries/classes/Table.php:2427 #, php-format @@ -14948,7 +14951,7 @@ msgstr "Délka řádku" #: templates/table/structure/display_partitions.twig:30 msgid "Index length" -msgstr "Délka klíče" +msgstr "Délka indexu" #: templates/table/structure/display_partitions.twig:135 msgid "Partition table" @@ -15187,7 +15190,7 @@ msgstr "Velikost řádku" #: templates/table/structure/row_stats_table.twig:69 msgid "Next autoindex" -msgstr "Další automatický klíč" +msgstr "Další automatický index" #: templates/table/structure/row_stats_table.twig:76 #: templates/database/structure/table_header.twig:53 @@ -15905,7 +15908,7 @@ msgstr "Datový adresář" #: templates/columns_definitions/partitions.twig:87 msgid "Index directory" -msgstr "Adresář klíčů" +msgstr "Adresář indexů" #: templates/columns_definitions/partitions.twig:88 msgid "Max rows" @@ -15926,7 +15929,7 @@ msgstr "Skupina uzlů" #: templates/table/structure/actions_in_table_structure.twig:15 #, php-format msgid "A primary key has been added on %s." -msgstr "Na poli %s byl vytvořen primární klíč." +msgstr "Na sloupci %s byl vytvořen primární klíč." #: templates/table/structure/actions_in_table_structure.twig:33 #: templates/table/structure/actions_in_table_structure.twig:51 @@ -15934,7 +15937,7 @@ msgstr "Na poli %s byl vytvořen primární klíč." #: templates/table/structure/actions_in_table_structure.twig:103 #, php-format msgid "An index has been added on %s." -msgstr "Na poli %s byl vytvořen klíč." +msgstr "Na sloupci %s byl vytvořen index." #: templates/table/structure/actions_in_table_structure.twig:127 #: templates/table/structure/check_all_table_column.twig:83 @@ -16153,7 +16156,7 @@ msgstr "Velikost bloku klíče:" #: templates/table/index_form.twig:65 msgid "Index type:" -msgstr "Typ klíče:" +msgstr "Typ indexu:" #: templates/table/index_form.twig:77 msgid "Parser:" @@ -16194,8 +16197,8 @@ msgid "" "an index on it. Alternatively, you can define an index below, before " "creating the foreign key." msgstr "" -"Při vytvoření cizího klíče na sloupci bez klíče se na sloupci automaticky " -"vytvoří klíč. Případně můžete před vytvořením cizího klíče definovat klíč " +"Při vytvoření cizího klíče na sloupci bez indexu se na sloupci automaticky " +"vytvoří index. Případně můžete před vytvořením cizího klíče definovat index " "níže." #: templates/table/relation/common_form.twig:20 @@ -16591,8 +16594,8 @@ msgid "" "sorting." msgstr "" "Na řazení není nic špatného, ale ujistěte se, že dotazy, které hojně " -"využívají řazení, používají klíče ve frázi ORDER BY, protože to zajistí " -"mnohem rychlejší řazení." +"využívají řazení, používají ve frázi ORDER BY sloupce s indexy, protože to " +"zajistí mnohem rychlejší řazení." #: libraries/advisory_rules_generic.txt:173 #, php-format @@ -16601,11 +16604,11 @@ msgstr "Průměrně seřazeno řádků: %s" #: libraries/advisory_rules_generic.txt:176 msgid "Rate of joins without indexes" -msgstr "Četnost spojení bez klíčů" +msgstr "Četnost spojení bez indexů" #: libraries/advisory_rules_generic.txt:179 msgid "There are too many joins without indexes." -msgstr "Probíhá příliš mnoho spojení tabulek bez využití klíčů." +msgstr "Probíhá příliš mnoho spojení tabulek bez využití indexů." #: libraries/advisory_rules_generic.txt:180 msgid "" @@ -16613,7 +16616,7 @@ msgid "" "columns being used in the join conditions will greatly speed up table joins." msgstr "" "To znamená, že spojení tabulek musí často procházet celou tabulku. Přidáním " -"klíčů na sloupce použité při spojování můžete tuto operaci značně urychlit." +"indexů na sloupce použité při spojování můžete tuto operaci značně urychlit." #: libraries/advisory_rules_generic.txt:181 #, php-format @@ -16623,11 +16626,11 @@ msgstr "" #: libraries/advisory_rules_generic.txt:183 msgid "Rate of reading first index entry" -msgstr "Četnost čtení prvního záznamu klíče" +msgstr "Četnost čtení prvního záznamu indexu" #: libraries/advisory_rules_generic.txt:186 msgid "The rate of reading the first index entry is high." -msgstr "Ke čtení prvního záznamu klíče dochází příliš často." +msgstr "Ke čtení prvního záznamu indexu dochází příliš často." #: libraries/advisory_rules_generic.txt:187 msgid "" @@ -16648,7 +16651,8 @@ msgstr "" #, php-format msgid "Index scans average: %s, this value should be less than 1 per hour" msgstr "" -"Průměrně procházeno klíčů: %s, tato hodnota by měla být menší než 1 za hodinu" +"Průměrně procházeno indexů: %s, tato hodnota by měla být menší než 1 za " +"hodinu" #: libraries/advisory_rules_generic.txt:190 msgid "Rate of reading fixed position" @@ -16665,8 +16669,8 @@ msgid "" "applicable." msgstr "" "K tomuto dochází, pokud příliš mnoho dotazů, včetně slučovacích dotazů, musí " -"řadit výsledky nebo procházet celou tabulku. Přidáním vhodných klíčů můžete " -"tyto čtení omezit." +"řadit výsledky nebo procházet celou tabulku. Přidáním vhodných indexů můžete " +"tato čtení omezit." #: libraries/advisory_rules_generic.txt:195 #, php-format @@ -16690,8 +16694,8 @@ msgid "" "This indicates that many queries are doing full table scans. Add indexes " "where applicable." msgstr "" -"Příliš mnoho dotazů musí procházet celé tabulky. Tomuto můžete předejít " -"přidáním klíčů." +"Příliš mnoho dotazů musí procházet celé tabulky. Tomu můžete předejít " +"přidáním indexů." #: libraries/advisory_rules_generic.txt:202 #, php-format @@ -16801,15 +16805,16 @@ msgstr "Velikost vyrovnávací paměti klíčů MyISAM" #: libraries/advisory_rules_generic.txt:231 msgid "Key buffer is not initialized. No MyISAM indexes will be cached." msgstr "" -"Vyrovnávací paměť klíčů není nastavena. Žádné klíče MyISAM nebudou cachovány." +"Vyrovnávací paměť klíčů není nastavena. Žádné indexy MyISAM nebudou " +"cachovány." #: libraries/advisory_rules_generic.txt:232 msgid "" "Set {key_buffer_size} depending on the size of your MyISAM indexes. 64M is a " "good start." msgstr "" -"Nastavte {key_buffer_size} podle velikosti vašich klíčů v MyISAM tabulkách. " -"Pro začátek může být třeba 64M dobrá hodnota." +"Hodnotu {key_buffer_size} nastavte podle velikosti indexů MyISAM. Pro " +"začátek můžete nastavit 64M." #: libraries/advisory_rules_generic.txt:233 msgid "key_buffer_size is 0" @@ -16833,9 +16838,9 @@ msgid "" "tables to see if indexes have been removed, or examine queries and " "expectations about what indexes are being used." msgstr "" -"Můžete potřebovat snížit velikost {key_buffer_size}, projít tabulky, jestli " -"nebyly odstraněny nějaké klíče, případně prozkoumat jestli dotazy klíče " -"správně využívají." +"Možná bude potřeba snížit hodnotu {key_buffer_size}, zkontrolovat, zda v " +"tabulkách nebyly odstraněny nějaké indexy, případně prozkoumat, jestli se " +"indexy správně využívají v dotazech." #: libraries/advisory_rules_generic.txt:240 #, php-format @@ -16858,7 +16863,7 @@ msgstr "" #: libraries/advisory_rules_generic.txt:250 msgid "Percentage of index reads from memory" -msgstr "Procento čtení klíčů z paměti" +msgstr "Procento čtení indexů z paměti" #: libraries/advisory_rules_generic.txt:253 #, php-format @@ -16874,7 +16879,7 @@ msgstr "Mohlo by být potřeba zvýšit {key_buffer_size}." #: libraries/advisory_rules_generic.txt:255 #, php-format msgid "Index reads from memory: %s%%, this value should be above 95%%" -msgstr "Čtení klíčů z paměti: %s%%, tato hodnota by měla být pod 95%%" +msgstr "Čtení indexů z paměti: %s%%, tato hodnota by měla být nad 95%%" #: libraries/advisory_rules_generic.txt:259 msgid "Rate of table open" From a0f30afd5d9a6f85e3b9e75734d54c079b24c7f6 Mon Sep 17 00:00:00 2001 From: Petr Duda Date: Sun, 1 Nov 2020 21:02:22 +0000 Subject: [PATCH 11/95] Translated using Weblate (Czech) Currently translated at 100.0% (3309 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/cs/ Signed-off-by: Petr Duda --- po/cs.po | 259 +++++++++++++++++++++++++++---------------------------- 1 file changed, 129 insertions(+), 130 deletions(-) diff --git a/po/cs.po b/po/cs.po index 2a18f02cc7..450c5c99cc 100644 --- a/po/cs.po +++ b/po/cs.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-10-31 11:55+0000\n" +"PO-Revision-Date: 2020-11-03 08:26+0000\n" "Last-Translator: Petr Duda \n" "Language-Team: Czech " "\n" @@ -578,9 +578,9 @@ msgid "" "file size exceeded the maximum size permitted by your PHP configuration. See " "[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" -"Nepodařilo se načíst žádná data k importu. Buďto nebyl odeslán žádný soubor, " -"nebo jeho velikost překročila velikost povolenou v nastavení PHP. Viz " -"[doc@faq1-16]FAQ 1.16[/doc]." +"Nepodařilo se načíst žádná data k importu. Buď nebyl odeslán žádný soubor, " +"nebo jeho velikost překročila maximální velikost povolenou v nastavení PHP. " +"Viz [doc@faq1-16]FAQ 1.16[/doc]." #: import.php:547 libraries/classes/Display/Import.php:56 msgid "Could not load import plugins, please check your installation!" @@ -943,7 +943,7 @@ msgid "" "You are trying to reduce the number of rows, but have already entered data " "in those rows which will be lost. Do you wish to continue?" msgstr "" -"Snažíte se zmenšit počet řádek, ale už jste do nich vložil/a data a ty budou " +"Snažíte se zmenšit počet řádků, ale už jste do nich vložil/a data a ta budou " "ztracena. Chcete pokračovat?" #: js/messages.php:74 @@ -1038,7 +1038,7 @@ msgstr "Obnovit vše" #: js/messages.php:117 msgid "Missing value in the form!" -msgstr "Chybějící hodnota ve formuláři!" +msgstr "Ve formuláři chybí hodnota!" #: js/messages.php:118 msgid "Select at least one of the options!" @@ -1831,7 +1831,7 @@ msgstr "Zapnout kontrolu cizích klíčů" #: js/messages.php:390 msgid "Failed to get real row count." -msgstr "Chyba při čtení skutečného počtu řádek." +msgstr "Chyba při čtení skutečného počtu řádků." #: js/messages.php:393 msgid "Searching" @@ -2139,19 +2139,19 @@ msgstr "Vyhledávání rozsahu" #: js/messages.php:488 msgid "Column maximum:" -msgstr "Největší hodnota sloupce:" +msgstr "Maximální hodnota sloupce:" #: js/messages.php:489 msgid "Column minimum:" -msgstr "Nejmenší hodnota sloupce:" +msgstr "Minimální hodnota sloupce:" #: js/messages.php:490 msgid "Minimum value:" -msgstr "Nejmenší hodnota:" +msgstr "Minimální hodnota:" #: js/messages.php:491 msgid "Maximum value:" -msgstr "Největší hodnota:" +msgstr "Maximální hodnota:" #: js/messages.php:494 msgid "Hide find and replace criteria" @@ -2179,7 +2179,7 @@ msgstr "Klikněte na tlačítko pro návrat do původního stavu." #: js/messages.php:507 msgid "Click a data point to view and possibly edit the data row." -msgstr "Klikněte na datový bod pro zobrazení a případnou úpravu řádky." +msgstr "Klikněte na datový bod pro zobrazení a případnou úpravu řádku." #: js/messages.php:509 msgid "The plot can be resized by dragging it along the bottom right corner." @@ -3287,12 +3287,12 @@ msgstr "Unicode" #: libraries/classes/Charsets.php:375 libraries/classes/Charsets.php:551 msgctxt "Collation" msgid "West European" -msgstr "Západoevropský" +msgstr "Západoevropské jazyky" #: libraries/classes/Charsets.php:382 msgctxt "Collation" msgid "Central European" -msgstr "Středoevropský" +msgstr "Středoevropské jazyky" #: libraries/classes/Charsets.php:387 libraries/classes/Charsets.php:558 msgctxt "Collation" @@ -3362,7 +3362,7 @@ msgstr "Řečtina" #: libraries/classes/Charsets.php:437 msgctxt "Collation" msgid "Czech-Slovak" -msgstr "Čeština a Slovenština" +msgstr "Čeština a slovenština" #: libraries/classes/Charsets.php:440 libraries/classes/Charsets.php:596 msgctxt "Collation" @@ -3676,9 +3676,9 @@ msgid "" "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -"Definuje, který typ ovládacích prvků má být použit při úpravách polí typu " -"CHAR a VARCHAR; [kbd]input[/kbd] - umožňuje omezit délku vstupu, " -"[kbd]textarea[/kbd] - umožní použít odřádkování." +"Definuje, který typ ovládacích prvků se má používat při úpravách sloupců " +"typu CHAR a VARCHAR; [kbd]input[/kbd] - umožňuje omezit délku vstupu, " +"[kbd]textarea[/kbd] - umožňuje používat ve sloupcích odřádkování." #: libraries/classes/Config/Descriptions.php:112 msgid "CHAR columns editing" @@ -3717,7 +3717,7 @@ msgstr "" #: libraries/classes/Config/Descriptions.php:134 msgid "Minimum size for input field" -msgstr "Nejmenší velikost vstupních polí" +msgstr "Minimální velikost vstupních polí" #: libraries/classes/Config/Descriptions.php:137 msgid "" @@ -3817,7 +3817,7 @@ msgstr "Povolit automatické dokončování názvů tabulek a sloupců" #: libraries/classes/Config/Descriptions.php:187 msgid "Whether the table structure actions should be hidden." -msgstr "Jestli mají být schovávány akce při zobrazení struktury tabulek." +msgstr "Zda se mají při pohledu na strukturu tabulky skrývat akce." #: libraries/classes/Config/Descriptions.php:189 msgid "Show column comments" @@ -3830,7 +3830,7 @@ msgstr "" #: libraries/classes/Config/Descriptions.php:193 msgid "Hide table structure actions" -msgstr "Schovat akce při zobrazení struktury tabulky" +msgstr "Skrýt akce při zobrazení struktury tabulky" #: libraries/classes/Config/Descriptions.php:195 msgid "Default transformations for Hex" @@ -4192,7 +4192,7 @@ msgstr "Pořadí cizích klíčů v rozbalovací nabídce" #: libraries/classes/Config/Descriptions.php:426 msgid "A dropdown will be used if fewer items are present." msgstr "" -"Rozbalovací nabídka bude použita pokud je přítomno menší množství položek." +"Pokud je přítomno menší množství položek, použije se rozbalovací nabídka." #: libraries/classes/Config/Descriptions.php:428 msgid "Foreign key limit" @@ -4212,7 +4212,7 @@ msgstr "Režim prohlížení" #: libraries/classes/Config/Descriptions.php:436 msgid "Customize browse mode." -msgstr "Přizpůsobí režim prohlížení." +msgstr "Přizpůsobení režimu prohlížení." #: libraries/classes/Config/Descriptions.php:440 #: libraries/classes/Config/Descriptions.php:444 @@ -4221,7 +4221,7 @@ msgstr "Přizpůsobí režim prohlížení." #: libraries/classes/Config/Descriptions.php:502 #: libraries/classes/Config/Descriptions.php:559 msgid "Customize default options." -msgstr "Přizpůsobí výchozí nastavení." +msgstr "Přizpůsobení výchozího nastavení." #: libraries/classes/Config/Descriptions.php:442 #: libraries/classes/Config/Forms/User/ExportForm.php:75 @@ -4243,7 +4243,7 @@ msgstr "Režim úprav" #: libraries/classes/Config/Descriptions.php:452 msgid "Customize edit mode." -msgstr "Přizpůsobí režim úprav." +msgstr "Přizpůsobení režimu úprav." #: libraries/classes/Config/Descriptions.php:454 msgid "Export defaults" @@ -4251,7 +4251,7 @@ msgstr "Výchozí nastavení exportu" #: libraries/classes/Config/Descriptions.php:456 msgid "Customize default export options." -msgstr "Přizpůsobí výchozí nastavení exportu." +msgstr "Přizpůsobení výchozího nastavení exportu." #: libraries/classes/Config/Descriptions.php:458 msgid "General" @@ -4267,7 +4267,7 @@ msgstr "Výchozí nastavení importu" #: libraries/classes/Config/Descriptions.php:464 msgid "Customize default common import options." -msgstr "Přizpůsobí výchozí nastavení importu." +msgstr "Přizpůsobení výchozího nastavení importu." #: libraries/classes/Config/Descriptions.php:466 msgid "Import / export" @@ -4300,7 +4300,7 @@ msgstr "Navigační panel" #: libraries/classes/Config/Descriptions.php:480 msgid "Customize appearance of the navigation panel." -msgstr "Přizpůsobí vzhled navigačního panelu." +msgstr "Přizpůsobení vzhledu navigačního panelu." #: libraries/classes/Config/Descriptions.php:482 msgid "Navigation tree" @@ -4349,8 +4349,8 @@ msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -"Zadejte titulek který zobrazí prohlížeč. V [doc@faq6-27]dokumentaci[/doc] " -"naleznete jaké proměnné můžete použít." +"Zadejte titulek, který se zobrazí v prohlížeči. V " +"[doc@faq6-27]dokumentaci[/doc] naleznete popis proměnných, které lze použít." #: libraries/classes/Config/Descriptions.php:516 msgid "Security" @@ -4462,7 +4462,7 @@ msgstr "Struktura databáze" msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -"Zvolte co se má zobrazit při zobrazení struktury databáze (seznam tabulek)." +"Zvolte, co se má zobrazit při zobrazení struktury databáze (seznam tabulek)." #: libraries/classes/Config/Descriptions.php:573 #: libraries/classes/Plugins/Export/ExportPdf.php:277 @@ -4481,7 +4481,7 @@ msgstr "Panely" #: libraries/classes/Config/Descriptions.php:579 msgid "Choose how you want tabs to work." -msgstr "Nastaví, jak mají fungovat panely." +msgstr "Nastavení fungování panelů." #: libraries/classes/Config/Descriptions.php:581 msgid "Display relational schema" @@ -4507,7 +4507,7 @@ msgstr "Texy! text" #: libraries/classes/Config/Descriptions.php:597 msgid "Customize default options" -msgstr "Přizpůsobí výchozí nastavení" +msgstr "Přizpůsobení výchozího nastavení" #: libraries/classes/Config/Descriptions.php:599 msgid "Warnings" @@ -4575,15 +4575,15 @@ msgstr "Přidat ON DUPLICATE KEY UPDATE" #: libraries/classes/Config/Descriptions.php:641 #: libraries/classes/Config/Descriptions.php:662 msgid "Update data when duplicate keys found on import" -msgstr "Aktualizovat data pokud importované klíče už existují" +msgstr "Aktualizovat data, pokud již existují importované klíče" #: libraries/classes/Config/Descriptions.php:646 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -"Výchozí formát; uvědomte si, že toto závisí na umístění (databáze, tabulka) " -"a pouze SQL je vždy dostupný." +"Výchozí formát; mějte na paměti, že tento seznam závisí na umístění (" +"databáze, tabulka) a vždy dostupná je pouze volba SQL." #: libraries/classes/Config/Descriptions.php:650 msgid "Format of imported file" @@ -4633,7 +4633,7 @@ msgstr "Počáteční stav pro rozbalovací pole" #: libraries/classes/Config/Descriptions.php:686 msgid "How many rows can be inserted at one time." -msgstr "Kolik řádků může být vloženo naráz." +msgstr "Kolik řádků lze vložit naráz." #: libraries/classes/Config/Descriptions.php:688 msgid "Number of inserted rows" @@ -4710,11 +4710,11 @@ msgstr "Větší editační pole pro LONGTEXT" #: libraries/classes/Config/Descriptions.php:726 msgid "Maximum number of characters used when a SQL query is displayed." -msgstr "Nejvyšší počet znaků SQL dotazu, které se ještě zobrazí." +msgstr "Maximální počet znaků SQL dotazu, které se ještě zobrazí." #: libraries/classes/Config/Descriptions.php:728 msgid "Maximum displayed SQL length" -msgstr "Nejvyšší délka zobrazeného SQL dotazu" +msgstr "Maximální délka zobrazeného SQL dotazu" #: libraries/classes/Config/Descriptions.php:730 #: libraries/classes/Config/Descriptions.php:755 @@ -4724,11 +4724,11 @@ msgstr "Uživatelé nemohou nastavit větší hodnotu" #: libraries/classes/Config/Descriptions.php:732 msgid "Maximum number of databases displayed in database list." -msgstr "Nejvyšší počet databází zobrazených v seznamu databází." +msgstr "Maximální počet databází zobrazených v seznamu databází." #: libraries/classes/Config/Descriptions.php:734 msgid "Maximum databases" -msgstr "Nejvyšší počet databází" +msgstr "Maximální počet databází" #: libraries/classes/Config/Descriptions.php:737 msgid "" @@ -4740,7 +4740,7 @@ msgstr "" #: libraries/classes/Config/Descriptions.php:741 msgid "Maximum items on first level" -msgstr "Nejvyšší počet položek na první úrovni" +msgstr "Maximální počet položek na první úrovni" #: libraries/classes/Config/Descriptions.php:743 msgid "" @@ -4751,7 +4751,7 @@ msgstr "" #: libraries/classes/Config/Descriptions.php:745 msgid "Maximum items in branch" -msgstr "Nejvyšší počet položek ve větvi" +msgstr "Maximální počet položek ve větvi" #: libraries/classes/Config/Descriptions.php:748 msgid "" @@ -4763,15 +4763,15 @@ msgstr "" #: libraries/classes/Config/Descriptions.php:753 msgid "Maximum number of rows to display" -msgstr "Nejvyšší počet zobrazených řádků" +msgstr "Maximální počet zobrazených řádků" #: libraries/classes/Config/Descriptions.php:757 msgid "Maximum number of tables displayed in table list." -msgstr "Nejvyšší počet tabulek zobrazených v seznamu tabulek." +msgstr "Maximální počet tabulek zobrazených v seznamu tabulek." #: libraries/classes/Config/Descriptions.php:759 msgid "Maximum tables" -msgstr "Nejvyšší počet zobrazených tabulek" +msgstr "Maximální počet zobrazených tabulek" #: libraries/classes/Config/Descriptions.php:762 msgid "" @@ -4837,7 +4837,7 @@ msgstr "Cíl odkazu loga" #: libraries/classes/Config/Descriptions.php:795 msgid "Display server choice at the top of the navigation panel." -msgstr "Zobrazí volbu serveru v horní části navigačního panelu." +msgstr "Zobrazit volbu serveru v horní části navigačního panelu." #: libraries/classes/Config/Descriptions.php:797 msgid "Display servers selection" @@ -4897,11 +4897,11 @@ msgstr "Oddělovač tabulkového stromu" #: libraries/classes/Config/Descriptions.php:827 msgid "Maximum table tree depth" -msgstr "Nejvyšší počet pater tabulkového stromu" +msgstr "Maximální počet pater tabulkového stromu" #: libraries/classes/Config/Descriptions.php:829 msgid "Highlight server under the mouse cursor." -msgstr "Zvýrazní server pod kurzorem myši." +msgstr "Zvýraznit server pod kurzorem myši." #: libraries/classes/Config/Descriptions.php:831 msgid "Enable highlighting" @@ -4918,53 +4918,53 @@ msgstr "Umožnit rozbalení navigačního stromu" #: libraries/classes/Config/Descriptions.php:837 msgid "Show tables in tree" -msgstr "Zobrazit/Skrýt tabulky ve stromu" +msgstr "Zobrazovat tabulky ve stromu" #: libraries/classes/Config/Descriptions.php:839 msgid "Whether to show tables under database in the navigation tree" -msgstr "Zobrazit tabulky v navigačním stromu pod databází" +msgstr "Zobrazovat tabulky v navigačním stromu pod databází" #: libraries/classes/Config/Descriptions.php:841 msgid "Show views in tree" -msgstr "Zobrazit ve stromu pohledy" +msgstr "Zobrazovat pohledy ve stromu" #: libraries/classes/Config/Descriptions.php:843 msgid "Whether to show views under database in the navigation tree" -msgstr "Zobrazit v navigačním stromu pohledy pod databází" +msgstr "Zobrazovat pohledy v navigačním stromu pod databází" #: libraries/classes/Config/Descriptions.php:845 msgid "Show functions in tree" -msgstr "Zobrazit ve stromu funkce" +msgstr "Zobrazovat funkce ve stromu" #: libraries/classes/Config/Descriptions.php:847 msgid "Whether to show functions under database in the navigation tree" -msgstr "Zobrazit v navigačním stromu funkce pod databází" +msgstr "Zobrazovat funkce v navigačním stromu pod databází" #: libraries/classes/Config/Descriptions.php:849 msgid "Show procedures in tree" -msgstr "Zobrazit ve stromu procedury" +msgstr "Zobrazovat procedury ve stromu" #: libraries/classes/Config/Descriptions.php:851 msgid "Whether to show procedures under database in the navigation tree" -msgstr "Zobrazit v navigačním stromu procedury pod databází" +msgstr "Zobrazovat procedury v navigačním stromu pod databází" #: libraries/classes/Config/Descriptions.php:853 msgid "Show events in tree" -msgstr "Zobrazit ve stromu události" +msgstr "Zobrazovat události ve stromu" #: libraries/classes/Config/Descriptions.php:855 msgid "Whether to show events under database in the navigation tree" -msgstr "Zobrazit v navigačním stromu události pod databází" +msgstr "Zobrazovat události v navigačním stromu pod databází" #: libraries/classes/Config/Descriptions.php:857 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -"Nejvyšší počet tabulek v seznamu nedávných tabulek; nastavte 0 pro vypnutí." +"Maximální počet tabulek v seznamu nedávných tabulek; nastavte 0 pro vypnutí." #: libraries/classes/Config/Descriptions.php:859 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -"Nejvyšší počet tabulek v seznamu oblíbených tabulek; nastavte 0 pro vypnutí." +"Maximální počet tabulek v seznamu oblíbených tabulek; nastavte 0 pro vypnutí." #: libraries/classes/Config/Descriptions.php:861 msgid "Recently used tables" @@ -5048,8 +5048,8 @@ msgid "" "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -"Vypne varování o nekompletních relacích na stránce s detaily databáze pokud " -"chybí jakákoliv tabulka z úložiště nastavení phpMyAdmina." +"Vypne varování, které se zobrazuje na stránce s detaily o struktuře " +"databáze, pokud chybí jakákoliv tabulka z úložiště nastavení phpMyAdmina." #: libraries/classes/Config/Descriptions.php:906 msgid "Missing phpMyAdmin configuration storage tables" @@ -5343,7 +5343,7 @@ msgstr "" #: libraries/classes/Config/Descriptions.php:1067 msgid "Maximal number of table preferences to store" -msgstr "Nejvyšší počet uložených nastavení tabulek" +msgstr "Maximální počet uložených nastavení tabulek" #: libraries/classes/Config/Descriptions.php:1069 msgid "QBE saved searches table" @@ -5681,11 +5681,11 @@ msgstr "Dlouhý název tohoto serveru" #: libraries/classes/Config/Descriptions.php:1255 msgid "Whether a user should be displayed a \"show all (rows)\" button." -msgstr "Jestli bude uživateli zobrazeno tlačítko „Zobrazit vše“." +msgstr "Zda se uživateli zobrazí tlačítko „Zobrazit vše“." #: libraries/classes/Config/Descriptions.php:1257 msgid "Allow to display all the rows" -msgstr "Umožní zobrazit všechny řádky" +msgstr "Povolit zobrazení všech řádků" #: libraries/classes/Config/Descriptions.php:1260 msgid "" @@ -5795,12 +5795,12 @@ msgstr "Zobrazit odkaz na phpinfo()" #: libraries/classes/Config/Descriptions.php:1311 msgid "Show detailed MySQL server information" -msgstr "Zobrazí podrobné informace o MySQL serveru" +msgstr "Zobrazit podrobné informace o MySQL serveru" #: libraries/classes/Config/Descriptions.php:1313 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." -msgstr "Určuje, jestli SQL dotazy vytvořené phpMyAdminem budou zobrazeny." +msgstr "Určuje, zda se mají zobrazovat SQL dotazy vytvořené phpMyAdminem." #: libraries/classes/Config/Descriptions.php:1315 msgid "Show SQL queries" @@ -5809,7 +5809,7 @@ msgstr "Zobrazit SQL dotazy" #: libraries/classes/Config/Descriptions.php:1317 msgid "" "Defines whether the query box should stay on-screen after its submission." -msgstr "Určuje zda má pole pro zadání dotazu zůstat zobrazeno i po odeslání." +msgstr "Určuje, zda má pole pro zadání dotazu zůstat zobrazeno i po odeslání." #: libraries/classes/Config/Descriptions.php:1319 #: libraries/classes/SqlQueryForm.php:356 @@ -5859,7 +5859,7 @@ msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -"Vypne výchozí varování, které je zobrazeno na hlavní stránce, když se " +"Vypne výchozí varování, které se zobrazuje na hlavní stránce, když se " "používá Suhosin." #: libraries/classes/Config/Descriptions.php:1342 @@ -5872,7 +5872,7 @@ msgid "" "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -"Vypne výchozí varování, které je zobrazeno na hlavní stránce, když je " +"Vypne výchozí varování, které se zobrazuje na hlavní stránce, když je " "hodnota PHP nastavení session.gc_maxlifetime menší než hodnota " "'LoginCookieValidity'." @@ -5897,7 +5897,7 @@ msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -"Velikost editačního pole (počet řádek), tato hodnota bude navýšena pro SQL " +"Velikost editačního pole (počet řádků), tato hodnota bude navýšena pro SQL " "dotazy (*2)." #: libraries/classes/Config/Descriptions.php:1364 @@ -6097,8 +6097,8 @@ msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -"Dotazy jsou spuštěny zmáčknutím klávesy Enter (místo Ctrl+Enter). Nové řádky " -"budou vloženy pomocí Shift+Enter." +"Dotazy se spouštějí stisknutím klávesy Enter (místo Ctrl+Enter). Stisknutím " +"Shift+Enter se vloží nový řádek." #: libraries/classes/Config/Descriptions.php:1456 msgid "Enter executes queries in console" @@ -6124,7 +6124,7 @@ msgstr "Zobrazit historii dotazů při spuštění" #: libraries/classes/Config/Descriptions.php:1468 #: templates/console/display.twig:149 msgid "Always expand query messages" -msgstr "Vždy rozbalit query zprávy" +msgstr "Vždy rozbalit zprávy k dotazu" #: libraries/classes/Config/Descriptions.php:1470 #: templates/console/display.twig:157 @@ -6541,7 +6541,7 @@ msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "" -"Tento pohled má alespoň tolik řádek. Podrobnosti naleznete v %sdokumentaci%s." +"Tento pohled má alespoň tolik řádků. Podrobnosti naleznete v %sdokumentaci%s." #: libraries/classes/Controllers/Database/DatabaseStructureController.php:1013 msgid "unknown" @@ -8830,7 +8830,7 @@ msgstr "Odstranit databázi (DROP)" #: libraries/classes/Operations.php:222 msgid "Copy database to" -msgstr "Zkopírovat databázi na" +msgstr "Zkopírovat databázi do" #: libraries/classes/Operations.php:234 msgid "CREATE DATABASE before copying" @@ -9997,8 +9997,8 @@ msgid "" "Displays a clickable thumbnail. The options are the maximum width and height " "in pixels. The original aspect ratio is preserved." msgstr "" -"Zobrazí náhled obrázku s odkazem na obrázek; parametry šířka a výška " -"v bodech. Poměr stran obrázku zůstane zachován." +"Zobrazí náhled obrázku s odkazem na obrázek; parametry jsou maximální šířka " +"a výška v bodech. Poměr stran obrázku zůstane zachován." #: libraries/classes/Plugins/Transformations/Abs/LongToIPv4TransformationsPlugin.php:29 msgid "" @@ -10133,12 +10133,12 @@ msgstr "Hardwarový bezpečnostní klíč (FIDO U2F)" msgid "" "Provides authentication using hardware security tokens supporting FIDO U2F." msgstr "" -"Poskytuje autentizaci pomocí hardwarových bezpečnostních tokenů " -"podporujících FIDO U2F." +"Poskytuje ověření pomocí hardwarových bezpečnostních tokenů podporujících " +"FIDO U2F." #: libraries/classes/Plugins/TwoFactor/Simple.php:52 msgid "Simple two-factor authentication" -msgstr "Jednoduchá dvoufaktorová autentizace" +msgstr "Jednoduché dvoustupňové ověřování" #: libraries/classes/Plugins/TwoFactor/Simple.php:62 msgid "For testing purposes only!" @@ -10147,11 +10147,11 @@ msgstr "Pouze pro účely testování!" #: libraries/classes/Plugins/TwoFactorPlugin.php:70 #, php-format msgid "Two-factor authentication failed: %s" -msgstr "Dvoufaktorová autentizace se nezdařila: %s" +msgstr "Dvoustupňové ověřování se nezdařilo: %s" #: libraries/classes/Plugins/TwoFactorPlugin.php:74 msgid "Two-factor authentication failed." -msgstr "Dvoufaktorová autentizace se nezdařila." +msgstr "Dvoustupňové ověřování se nezdařilo." #: libraries/classes/Plugins/TwoFactorPlugin.php:127 msgid "No Two-Factor" @@ -10974,7 +10974,7 @@ msgstr "Výsledek spuštění rutiny %s" #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." -msgstr[0] "Posledním příkazem v proceduře byla ovlivněna %d řádka." +msgstr[0] "Posledním příkazem v proceduře byl ovlivněn %d řádek." msgstr[1] "Posledním příkazem v proceduře byly ovlivněny %d řádky." msgstr[2] "Posledním příkazem v proceduře bylo ovlivněno %d řádků." @@ -11447,7 +11447,7 @@ msgstr "" #: libraries/classes/Server/Privileges.php:1440 #: libraries/classes/Server/Privileges.php:1471 msgid "Native MySQL authentication" -msgstr "Nativní autentizace MySQL" +msgstr "Nativní ověřování MySQL" #: libraries/classes/Server/Privileges.php:1473 msgid "SHA256 password authentication" @@ -11531,7 +11531,7 @@ msgstr "Přidělit všechna oprávnění pro databázi %s." #: libraries/classes/Server/Privileges.php:2462 #, php-format msgid "Users having access to \"%s\"" -msgstr "Uživatelé, kteří mají přístup k „%s“" +msgstr "Uživatelé s přístupem k „%s“" #: libraries/classes/Server/Privileges.php:2432 msgid "User has been added." @@ -12018,7 +12018,7 @@ msgid "" msgstr "" "Zapnutí záznamu dotazů může zvýšit zatížení serveru o 5-15%. Výpočet " "statistik z těchto záznamů je také výpočetně náročný, proto doporučujeme " -"vybírat krátké časové období a záznam vypnout poté co již monitorování " +"vybírat krátké časové období a záznam vypnout poté, co již monitorování " "nebudete potřebovat." #: libraries/classes/Server/Status/Monitor.php:178 @@ -12109,7 +12109,7 @@ msgid "" "may want to export it if you have a complicated set up." msgstr "" "Uspořádání grafů je uloženo ve vašem prohlížeči. Pokud máte komplikovanější " -"nastavení, můžete ho chtít exportovat a zálohovat." +"nastavení, možná ho budete chtít exportovat a zálohovat." #: libraries/classes/Server/Status/Monitor.php:332 msgid "Reset to default" @@ -12172,7 +12172,7 @@ msgstr "#" #: libraries/classes/Server/Status/Variables.php:52 templates/filter.twig:4 msgid "Containing the word:" -msgstr "Obsahující slovo:" +msgstr "Obsahuje slovo:" #: libraries/classes/Server/Status/Variables.php:60 msgid "Show only alert values" @@ -12194,8 +12194,7 @@ msgstr "Související odkazy:" msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." -msgstr "" -"Počet spojení, která byla ukončena bez korektního ukončení ze strany klienta." +msgstr "Počet spojení ukončených bez korektního ukončení ze strany klienta." #: libraries/classes/Server/Status/Variables.php:345 msgid "The number of failed attempts to connect to the MySQL server." @@ -12742,7 +12741,7 @@ msgstr "" #: libraries/classes/Server/Status/Variables.php:697 msgid "The number of joins that used a range search on a reference table." msgstr "" -"Počet spojení, které používaly intervalové vyhledávání na referenční tabulce." +"Počet spojení, která použila intervalové vyhledávání na referenční tabulce." #: libraries/classes/Server/Status/Variables.php:700 msgid "" @@ -12757,12 +12756,12 @@ msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" msgstr "" -"Počet spojení, které používaly intervalové vyhledávání na první tabulce. " -"(Tato hodnota obvykle není kritická i když je vysoká.)" +"Počet spojení, která použila intervalové vyhledávání na první tabulce. (Tato " +"hodnota obvykle není kritická i když je vysoká.)" #: libraries/classes/Server/Status/Variables.php:709 msgid "The number of joins that did a full scan of the first table." -msgstr "Počet spojení, které prováděly kompletní procházení první tabulky." +msgstr "Počet spojení, která prováděla kompletní procházení první tabulky." #: libraries/classes/Server/Status/Variables.php:712 msgid "The number of temporary tables currently open by the slave SQL thread." @@ -12801,11 +12800,11 @@ msgstr "" #: libraries/classes/Server/Status/Variables.php:736 msgid "The number of sorts that were done with ranges." -msgstr "Počet řazení, které byly omezeny rozsahem." +msgstr "Počet řazení omezených rozsahem." #: libraries/classes/Server/Status/Variables.php:739 msgid "The number of sorted rows." -msgstr "Počet seřazených řádek." +msgstr "Počet seřazených řádků." #: libraries/classes/Server/Status/Variables.php:742 msgid "The number of sorts that were done by scanning the table." @@ -13881,11 +13880,11 @@ msgstr "Úspěch!" #: libraries/user_preferences.inc.php:31 msgid "Manage your settings" -msgstr "Spravujte svoje nastavení" +msgstr "Správa nastavení" #: libraries/user_preferences.inc.php:38 msgid "Two-factor authentication" -msgstr "Dvoufaktorová autentizace" +msgstr "Dvoustupňové ověřování" #: libraries/user_preferences.inc.php:63 prefs_manage.php:298 msgid "Configuration has been saved." @@ -13995,11 +13994,11 @@ msgstr "Můžete vymazat vaše nastavení a vrátit se k výchozím hodnotám." #: prefs_twofactor.php:29 msgid "Two-factor authentication has been removed." -msgstr "Dvoufaktorová autentizace byla odstraněna." +msgstr "Dvoustupňové ověřování bylo odstraněno." #: prefs_twofactor.php:39 msgid "Two-factor authentication has been configured." -msgstr "Dvoufaktorová autentizace byla nastavena." +msgstr "Dvoustupňové ověřování bylo nastaveno." #: server_export.php:25 msgid "View dump (schema) of databases" @@ -14354,7 +14353,7 @@ msgstr "Použít tento sloupec pro přiřazení názvu každému bodu" #: templates/table/search/options_zoom.twig:32 msgid "Maximum rows to plot" -msgstr "Nejvyšší počet vykreslených řádků" +msgstr "Maximální počet vykreslených řádků" #: templates/display/export/selection.twig:3 msgid "Databases:" @@ -14556,7 +14555,7 @@ msgid "" "most likely refuse to authenticate you." msgstr "" "Pro přístup k phpMyAdminovi nepoužíváte protokol https, zařízení FIDO U2F " -"proto velmi pravděpodobně odmítne autentizaci." +"proto velmi pravděpodobně odmítne ověření." #: templates/database/structure/check_all_tables.twig:6 msgid "Check tables having overhead" @@ -14815,14 +14814,14 @@ msgstr "Exportuji řádky z tabulky „%s“" #: templates/prefs_twofactor.twig:3 msgid "Two-factor authentication status" -msgstr "Stav dvoufaktorové autentizace" +msgstr "Stav dvoustupňového ověřování" #: templates/prefs_twofactor.twig:9 msgid "" "Two-factor authentication is not available, please install optional " "dependencies to enable authentication backends." msgstr "" -"Dvoufaktorové ověření není k dispozici. Abyste ho mohli povolit, " +"Dvoustupňové ověřování není k dispozici. Abyste ho mohli povolit, " "nainstalujte prosím volitelné závislosti." #: templates/prefs_twofactor.twig:10 @@ -14831,33 +14830,33 @@ msgstr "Chybí následující balíčky composeru:" #: templates/prefs_twofactor.twig:18 msgid "Two-factor authentication is available and configured for this account." -msgstr "Pro tento účet je dostupné a nastavené dvoufaktorové ověření." +msgstr "Pro tento účet je dostupné a nastavené dvoustupňové ověřování." #: templates/prefs_twofactor.twig:20 msgid "" "Two-factor authentication is available, but not configured for this account." -msgstr "Pro tento účet je dostupné dvoufaktorové ověření, ale není nastavené." +msgstr "Pro tento účet je dostupné dvoustupňové ověřování, ale není nastavené." #: templates/prefs_twofactor.twig:24 msgid "" "Two-factor authentication is not available, enable phpMyAdmin configuration " "storage to use it." msgstr "" -"Dvoufaktorová autentizace není k dispozici. Pokud ji chcete používat, " -"povolte úložiště konfigurace phpMyAdmin." +"Dvoustupňové ověřování není k dispozici. Pokud ho chcete používat, povolte " +"úložiště konfigurace phpMyAdmin." #: templates/prefs_twofactor.twig:33 msgid "You have enabled two factor authentication." -msgstr "Povolili jste dvoufaktorovou autentizaci." +msgstr "Povolili jste dvoustupňové ověřování." #: templates/prefs_twofactor.twig:37 templates/prefs_twofactor_confirm.twig:9 msgid "Disable two-factor authentication" -msgstr "Zakázat dvoufaktorovou autentizaci" +msgstr "Zakázat dvoustupňové ověřování" #: templates/prefs_twofactor.twig:43 templates/prefs_twofactor.twig:54 #: templates/prefs_twofactor_configure.twig:2 msgid "Configure two-factor authentication" -msgstr "Nastavit dvoufaktorovou autentizaci" +msgstr "Nastavit dvoustupňové ověřování" #: templates/privileges/add_privileges_database.twig:1 msgid "Add privileges on the following database(s):" @@ -14912,7 +14911,7 @@ msgid "" "authentication code and verify your identity." msgstr "" "Chcete-li zobrazit ověřovací kód a ověřit svou identitu, otevřete na svém " -"zařízení aplikaci pro dvoufaktorovou autentizaci." +"zařízení aplikaci pro dvoustupňové ověřování." #: templates/database/tracking/untracked_tables.twig:1 msgid "Untracked tables" @@ -15094,7 +15093,7 @@ msgstr "Zvolte sloupce (alespoň jeden):" #: templates/table/search/options.twig:26 msgid "Add search conditions (body of the \"where\" clause):" -msgstr "Přidat vyhledávací parametry (část dotazu po příkazu „WHERE“):" +msgstr "Přidejte vyhledávací parametry (část dotazu po příkazu „WHERE“):" #: templates/table/search/options.twig:34 msgid "Number of rows per page" @@ -15154,14 +15153,14 @@ msgstr "Definice PARTITION:" #: templates/prefs_twofactor_confirm.twig:2 msgid "Confirm disabling two-factor authentication" -msgstr "Potvrdit zakázání dvoufaktorové autentizace" +msgstr "Potvrdit zakázání dvoustupňového ověřování" #: templates/prefs_twofactor_confirm.twig:5 msgid "" "By disabling two factor authentication you will be again able to login using " "password only." msgstr "" -"Po zakázání dvoufaktorové autentizace se budete moci opět přihlásit pouze " +"Po zakázání dvoustupňového ověřování se budete moci opět přihlásit pouze " "pomocí hesla." #: templates/table/structure/row_stats_table.twig:2 @@ -15545,7 +15544,7 @@ msgstr "Žádná" #: templates/display/export/template_loading.twig:2 msgid "Export templates:" -msgstr "Exportní šablony:" +msgstr "Šablony pro export:" #: templates/display/export/template_loading.twig:6 msgid "New template:" @@ -15834,8 +15833,8 @@ msgid "" "The configured two factor authentication is not available, please install " "missing dependencies." msgstr "" -"Nakonfigurovaná dvoufaktorová autentizace není k dispozici, nainstalujte " -"prosím chybějící závislosti." +"Nakonfigurované dvoustupňové ověřování není k dispozici, nainstalujte prosím " +"chybějící závislosti." #: templates/columns_definitions/column_name.twig:4 #, php-format @@ -15858,7 +15857,7 @@ msgstr "Žádná" #: templates/prefs_twofactor_configure.twig:8 msgid "Enable two-factor authentication" -msgstr "Povolit dvoufaktorovou autentizaci" +msgstr "Povolit dvoustupňové ověřování" #: templates/encoding/kanji_encoding_form.twig:6 msgctxt "None encoding conversion" @@ -15992,8 +15991,8 @@ msgid "" "Please scan following QR code into the two-factor authentication app on your " "device and enter authentication code it generates." msgstr "" -"Naskenujte následující QR kód do aplikace pro dvoufaktorové ověření na vašem " -"zařízení a zadejte vygenerovaný ověřovací kód." +"Naskenujte následující QR kód do aplikace pro dvoustupňové ověřování na " +"vašem zařízení a zadejte vygenerovaný ověřovací kód." #: templates/login/twofactor/application_configure.twig:11 msgid "" @@ -16580,11 +16579,11 @@ msgstr "" #: libraries/advisory_rules_generic.txt:168 msgid "Sort rows" -msgstr "Řazení řádek" +msgstr "Řazení řádků" #: libraries/advisory_rules_generic.txt:171 msgid "There are lots of rows being sorted." -msgstr "Dochází k řazení velkého množství řádek." +msgstr "Dochází k řazení velkého množství řádků." #: libraries/advisory_rules_generic.txt:172 msgid "" @@ -17066,7 +17065,7 @@ msgstr "Procenta použitých připojení" msgid "" "The maximum amount of used connections is getting close to the value of " "{max_connections}." -msgstr "Nejvýše využitý počet připojení se blíží {max_connections}." +msgstr "Maximální počet využitých připojení se blíží {max_connections}." #: libraries/advisory_rules_generic.txt:328 msgid "" @@ -17336,10 +17335,10 @@ msgid "" "and setting {query_cache_type} to 'ON'. Note: If you are using " "memcached, ignore this recommendation." msgstr "" -"O mezipaměti dotazů je známo, že při správném nastavení výrazně zvyšuje " -"výkon. Zapněte ji nastavením {query_cache_size} na dvoucifernou hodnotu v " -"MiB a nastavením {query_cache_type} na 'ON'. Poznámka: Toto " -"doporučení můžete ignorovat pokud používáte memcached." +"Mezipaměť dotazů při správném nastavení výrazně zvyšuje výkon. Zapněte ji " +"nastavením {query_cache_size} na dvoucifernou hodnotu v MiB a nastavením " +"{query_cache_type} na 'ON'. Poznámka: Pokud používáte memcached, " +"můžete toto doporučení ignorovat." #: libraries/advisory_rules_mysql_before80003.txt:15 msgid "query_cache_size is set to 0 or query_cache_type is set to 'OFF'" From 06dfcd3a6f5a65498be9b688d4b7cfe7cf9da04b Mon Sep 17 00:00:00 2001 From: Burak Yavuz Date: Mon, 2 Nov 2020 07:55:34 +0000 Subject: [PATCH 12/95] Translated using Weblate (Turkish) Currently translated at 100.0% (3309 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/tr/ Signed-off-by: Burak Yavuz --- po/tr.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/po/tr.po b/po/tr.po index daa42bb724..7c9e4007bf 100644 --- a/po/tr.po +++ b/po/tr.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-10-03 11:34+0000\n" +"PO-Revision-Date: 2020-11-03 08:26+0000\n" "Last-Translator: Burak Yavuz \n" "Language-Team: Turkish \n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.3-dev\n" +"X-Generator: Weblate 4.3.2-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -4628,7 +4628,7 @@ msgstr "Boş satırları içe aktarma" #: libraries/classes/Config/Descriptions.php:670 msgid "Import currencies ($5.00 to 5.00)" -msgstr "Parasalları içe aktar ($5.00'ı 5.00'a)" +msgstr "Para birimlerini içe aktar ($5.00'ı 5.00'a)" #: libraries/classes/Config/Descriptions.php:672 msgid "Import percentages as proper decimals (12.00% to .12)" @@ -9802,7 +9802,7 @@ msgstr "Yüzdeleri doğru ondalık olarak içe aktar (örn. %12.00'ı .12'ye) #: libraries/classes/Plugins/Import/ImportOds.php:84 msgid "Import currencies (ex. $5.00 to 5.00)" -msgstr "Parasalları içe aktar (örn. $5.00'ı 5.00'a)" +msgstr "Para birimlerini içe aktar (örn. $5.00'ı 5.00'a)" #: libraries/classes/Plugins/Import/ImportOds.php:152 #: libraries/classes/Plugins/Import/ImportXml.php:112 From efc949728588f742cdceb2ca841218cd10ffdc08 Mon Sep 17 00:00:00 2001 From: Olivier Humbert Date: Fri, 6 Nov 2020 14:23:23 +0000 Subject: [PATCH 13/95] Translated using Weblate (French) Currently translated at 100.0% (3309 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/fr/ Signed-off-by: Olivier Humbert --- po/fr.po | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/po/fr.po b/po/fr.po index 6c6e1e65c0..9c40955a16 100644 --- a/po/fr.po +++ b/po/fr.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin-docs 4.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-08-18 22:32+0000\n" +"PO-Revision-Date: 2020-11-08 11:26+0000\n" "Last-Translator: Olivier Humbert \n" "Language-Team: French \n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.2-dev\n" +"X-Generator: Weblate 4.3.2\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -17820,9 +17820,10 @@ msgid "" "overhead of maintaining the cache is likely to increase with its size, so do " "this in small increments and monitor the results." msgstr "" -"Il est possible d'augmenter {query_cache_size}, cependant merci de noter que " -"la surcharge de maintenance du cache va augmenter selon sa taille, alors " -"effectuer cette augmentation petit à petit et surveiller les résultats." +"Vous pouvez augmenter la taille de {query_cache_size}, mais gardez à " +"l'esprit que la surcharge de maintenance du cache augmentera probablement " +"avec sa taille, alors faites-le par petits incréments et surveillez les " +"résultats." #: libraries/advisory_rules_mysql_before80003.txt:43 #, php-format From 0a6b3f0ebbb4342639b9c95be925aa20a17a990c Mon Sep 17 00:00:00 2001 From: Burak Yavuz Date: Sat, 7 Nov 2020 11:17:54 +0000 Subject: [PATCH 14/95] Translated using Weblate (Turkish) Currently translated at 100.0% (3309 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/tr/ Signed-off-by: Burak Yavuz --- po/tr.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/po/tr.po b/po/tr.po index 7c9e4007bf..3722cb0a71 100644 --- a/po/tr.po +++ b/po/tr.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-11-03 08:26+0000\n" +"PO-Revision-Date: 2020-11-08 11:26+0000\n" "Last-Translator: Burak Yavuz \n" "Language-Team: Turkish \n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.3.2-dev\n" +"X-Generator: Weblate 4.3.2\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -715,7 +715,7 @@ msgstr "Sunucu karakter grubu:" #: index.php:388 msgid "Web server" -msgstr "Web sunucusu" +msgstr "Web server" #: index.php:399 msgid "Database client version:" @@ -5978,7 +5978,7 @@ msgstr "Veritabanı seçildiğinde tarayıcı penceresi başlığı." #: templates/server/databases/table_header.twig:8 #: templates/table/relation/common_form.twig:32 msgid "Database" -msgstr "Veritabanı" +msgstr "Database" #: libraries/classes/Config/Descriptions.php:1370 msgid "Title of browser window when nothing is selected." From a5f7f1de8fa8f6c9e184ee5f312900f1599d853c Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sat, 14 Nov 2020 18:04:58 +0000 Subject: [PATCH 15/95] Translated using Weblate (Azerbaijani) Currently translated at 49.8% (1648 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/az/ Signed-off-by: William Desportes --- po/az.po | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/po/az.po b/po/az.po index 481dfe8889..fe207932ec 100644 --- a/po/az.po +++ b/po/az.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2019-02-02 06:48+0000\n" -"Last-Translator: Michal Čihař \n" -"Language-Team: Azerbaijani \n" +"PO-Revision-Date: 2020-11-16 03:28+0000\n" +"Last-Translator: William Desportes \n" +"Language-Team: Azerbaijani \n" "Language: az\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: Weblate 3.5-dev\n" +"X-Generator: Weblate 4.4-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -14659,10 +14659,9 @@ msgstr "\"%s\" sütunu üçün seçim əlavə edin." #: templates/display/export/options_output_save_dir.twig:5 #: templates/display/export/options_quick_export.twig:8 -#, fuzzy, php-format -#| msgid "Save on server in the directory %s" +#, php-format msgid "Save on server in the directory %s" -msgstr "Serverdə %s direktoriyasında yaddaşa ver" +msgstr "Serverdə %s direktoriyasında yaddaşa ver" #: templates/login/twofactor.twig:5 msgid "Verify" @@ -15656,13 +15655,10 @@ msgstr[0] "%2$s cədvəlində %1$s uyğunluq" msgstr[1] "%2$s cədvəlində %1$s uyğunluq" #: templates/database/search/results.twig:56 -#, fuzzy -#| msgid "Total: %s match" -#| msgid_plural "Total: %s matches" msgid "Total: %count% match" msgid_plural "Total: %count% matches" -msgstr[0] "Cəmi: %s uyğunluq" -msgstr[1] "Cəmi: %s uyğunluq" +msgstr[0] "Cəmi: %count% uyğunluq" +msgstr[1] "Cəmi: %count% uyğunluq" #: templates/columns_definitions/table_fields_definitions.twig:17 #, fuzzy From 71ed858446cb535102e378b3261c7443c399fc6e Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sat, 14 Nov 2020 18:06:36 +0000 Subject: [PATCH 16/95] Translated using Weblate (Danish) Currently translated at 97.8% (3239 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/da/ Signed-off-by: William Desportes --- po/da.po | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/po/da.po b/po/da.po index f8934ba381..3abfd485ea 100644 --- a/po/da.po +++ b/po/da.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-05-19 14:41+0000\n" -"Last-Translator: Jesper Hertel \n" +"PO-Revision-Date: 2020-11-16 03:28+0000\n" +"Last-Translator: William Desportes \n" "Language-Team: Danish \n" "Language: da\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.1-dev\n" +"X-Generator: Weblate 4.4-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -16637,9 +16637,8 @@ msgid "" "Percona documentation is at https://www.percona.com/software/documentation/" msgstr "" -"Dokumentation for Percona er på https://www.percona.com/software/" -"documentation/" +"Dokumentation for Percona er på https://www.percona.com/software/documentation/" #: libraries/advisory_rules_generic.txt:133 msgid "'percona' found in version_comment" From f4a3f7bcccf8af38595e4b7cfcb860ab4e7c6079 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sat, 14 Nov 2020 18:01:18 +0000 Subject: [PATCH 17/95] Translated using Weblate (Hindi) Currently translated at 35.9% (1190 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/hi/ Signed-off-by: William Desportes --- po/hi.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/po/hi.po b/po/hi.po index 0e6b0e846c..2fd2090646 100644 --- a/po/hi.po +++ b/po/hi.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-08-09 15:50+0000\n" +"PO-Revision-Date: 2020-11-16 03:28+0000\n" "Last-Translator: William Desportes \n" -"Language-Team: Hindi \n" +"Language-Team: Hindi " +"\n" "Language: hi\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: Weblate 4.2-dev\n" +"X-Generator: Weblate 4.4-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -10208,10 +10208,10 @@ msgid "" msgstr "" #: libraries/classes/Plugins/Export/ExportSql.php:111 -#, fuzzy -#| msgid "Add custom comment into header (\\n splits lines)" msgid "Additional custom header comment (\\n splits lines):" -msgstr "शीर्षक में कस्टम टिपण्णी जोडें (लाइनों को विभाजित करें)" +msgstr "" +"शीर्षक में कस्टम टिपण्णी जोडें (\\n" +" लाइनों को विभाजित करें):" #: libraries/classes/Plugins/Export/ExportSql.php:117 msgid "" From ef52843462eae41f38ef08248ffedf01987cd7f6 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sat, 14 Nov 2020 18:03:04 +0000 Subject: [PATCH 18/95] Translated using Weblate (Indonesian) Currently translated at 80.9% (2678 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/id/ Signed-off-by: William Desportes --- po/id.po | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/po/id.po b/po/id.po index fbe4c285b1..afa8d329ee 100644 --- a/po/id.po +++ b/po/id.po @@ -3,16 +3,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-06-20 05:33+0000\n" +"PO-Revision-Date: 2020-11-16 03:28+0000\n" "Last-Translator: William Desportes \n" -"Language-Team: Indonesian \n" +"Language-Team: Indonesian \n" "Language: id\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: Weblate 4.1.1\n" +"X-Generator: Weblate 4.4-dev\n" "X-Poedit-Basepath: ../../..\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 @@ -6508,11 +6508,11 @@ msgid "" "phpMyAdmin panel. Set %1$sauthentication type%2$s to [kbd]cookie[/kbd] or " "[kbd]http[/kbd]." msgstr "" -"Anda mengatur [kbd]config[/kbd] tipe otentikasi dan termasuk username dan " -"password untuk login otomatis, yang mana bukan pilihan yang tepat untuk host " -"selalu aktif. Siapapun yang mengetahui atau menebak URL phpMyAdmin anda " -"dapat langsung mengakses panel phpMyAdmin anda. Set type%s " -"%sauthentication ke [kbd]cookie[/kbd] atau [kbd]http[/kbd]." +"Anda menyetel tipe otentikasi [kbd] config [/kbd] dan menyertakan nama " +"pengguna dan sandi untuk masuk otomatis, yang bukan merupakan opsi yang " +"diinginkan untuk host langsung. Siapapun yang mengetahui atau menebak URL " +"phpMyAdmin Anda dapat langsung mengakses panel phpMyAdmin Anda. Setel %1$s " +"jenis otentikasi %2$s ke [kbd] cookie [/kbd] atau [kbd] http [/kbd]." #: libraries/classes/Config/ServerConfigChecks.php:230 msgid "You allow for connecting to the server without a password." @@ -17879,7 +17879,9 @@ msgstr "" #| msgid "Max %% MyISAM key buffer ever used" msgid "" "max %% MyISAM key buffer ever used: %s%%, this value should be above 95%%" -msgstr "Jumlah %% maksimum penyangga kunci MyISAM yang pernah dipakai" +msgstr "" +"max %% Penyangga kunci MyISAM yang pernah digunakan: %s%%, nilai ini harus " +"di atas 95%%" #: libraries/advisory_rules_generic.txt:243 msgid "Percentage of MyISAM key buffer used" @@ -18428,7 +18430,7 @@ msgstr "Pertimbangkan untuk meningkatkan {query_cache_limit}." #, fuzzy, php-format #| msgid "Max %% MyISAM key buffer ever used" msgid "The current query cache hit rate of %s%% is below 20%%" -msgstr "Jumlah %% maksimum penyangga kunci MyISAM yang pernah dipakai" +msgstr "Tingkat kenaikan cache kueri saat ini (%s%%) di bawah 20%%" #: libraries/advisory_rules_mysql_before80003.txt:24 msgid "Query Cache usage" From b1744b8ab6625f6743a3a0b9fb194ccf3e76aefa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Sun, 15 Nov 2020 03:01:24 +0000 Subject: [PATCH 19/95] =?UTF-8?q?Translated=20using=20Weblate=20(Norwegian?= =?UTF-8?q?=20Bokm=C3=A5l)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 60.9% (2017 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/nb_NO/ Signed-off-by: Allan Nordhøy --- po/nb.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/po/nb.po b/po/nb.po index 65d0e72306..454934769b 100644 --- a/po/nb.po +++ b/po/nb.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-08-11 19:44+0000\n" +"PO-Revision-Date: 2020-11-16 03:28+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: Norwegian Bokmål \n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.2-dev\n" +"X-Generator: Weblate 4.4-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -7963,8 +7963,8 @@ msgid "" "The mode for automatic recovery of crashed MyISAM tables, as set via the --" "myisam-recover server startup option." msgstr "" -"Modusen for automatisk gjennoppretting av MyISAM tabeller som har kræsjet, " -"konfigurert via --myisam-recover tjeneroppstartsinnstillingen." +"Modusen for automatisk gjenoppretting av MyISAM-tabeller som har krasjet, " +"satt opp via --myisam-recover -tjeneroppstartsinnstillingen." #: libraries/classes/Engines/Myisam.php:43 msgid "Maximum size for temporary sort files" From 44837c8a8b9fdcd14ff5bd63fce72d79649d291b Mon Sep 17 00:00:00 2001 From: dingo thirteen Date: Sat, 14 Nov 2020 09:59:24 +0000 Subject: [PATCH 20/95] Translated using Weblate (Dutch) Currently translated at 100.0% (3309 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/nl/ Signed-off-by: dingo thirteen --- po/nl.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/po/nl.po b/po/nl.po index 583b66d54c..d5a07e4c98 100644 --- a/po/nl.po +++ b/po/nl.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-08-20 22:36+0000\n" +"PO-Revision-Date: 2020-11-16 03:28+0000\n" "Last-Translator: dingo thirteen \n" -"Language-Team: Dutch \n" +"Language-Team: Dutch " +"\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: Weblate 4.2.1-dev\n" +"X-Generator: Weblate 4.4-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -8726,7 +8726,7 @@ msgid "" msgstr "" "Hebt u een groep van twee of meer kolommen die sterk aan elkaar gerelateerd " "zijn en hetzelfde attribuut herhalen? Bijvoorbeeld een tabel met data over " -"boeken kan kolommen hebben zoals boek_id, auteur1, auteur2, auteur2 " +"boeken kan kolommen hebben zoals boek_id, auteur1, auteur2, auteur3 " "enzovoort, welke een herhalende groep vormen. In dit geval zou een nieuwe " "tabel (boek_id, auteur) gemaakt moeten worden." From 01e835dd9fc094e11ea31fee2461fe48ea4aa0ae Mon Sep 17 00:00:00 2001 From: Kurt Eilertsen Date: Wed, 18 Nov 2020 17:06:28 +0000 Subject: [PATCH 21/95] =?UTF-8?q?Translated=20using=20Weblate=20(Norwegian?= =?UTF-8?q?=20Bokm=C3=A5l)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 63.5% (2102 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/nb_NO/ Signed-off-by: Kurt Eilertsen --- po/nb.po | 371 +++++++++++++++++++------------------------------------ 1 file changed, 129 insertions(+), 242 deletions(-) diff --git a/po/nb.po b/po/nb.po index 454934769b..dee970a365 100644 --- a/po/nb.po +++ b/po/nb.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-11-16 03:28+0000\n" -"Last-Translator: Allan Nordhøy \n" +"PO-Revision-Date: 2020-11-19 13:59+0000\n" +"Last-Translator: Kurt Eilertsen \n" "Language-Team: Norwegian Bokmål \n" "Language: nb\n" @@ -527,7 +527,7 @@ msgstr "Legg til geometri" #: templates/server/binlog/log_selector.twig:27 #: templates/table/index_form.twig:217 view_operations.php:115 msgid "Go" -msgstr "Gjør" +msgstr "Gå" #: gis_data_editor.php:420 msgid "Output" @@ -597,7 +597,7 @@ msgstr "Bokmerke %s har blitt opprettet." #, php-format msgid "Import has been successfully finished, %d query executed." msgid_plural "Import has been successfully finished, %d queries executed." -msgstr[0] "Importen er fullført, %d spørringer utført." +msgstr[0] "Importen er fullført, %d spørring utført." msgstr[1] "Importen er fullført, %d spørringer utført." #: import.php:628 @@ -610,7 +610,6 @@ msgstr "" "samme fil igjen%s og importen vil tilta igjen." #: import.php:638 -#, fuzzy msgid "" "However on last run no data has been parsed, this usually means phpMyAdmin " "won't be able to finish this import unless you increase php time limits." @@ -1001,7 +1000,6 @@ msgid "Garbled Data" msgstr "Uleselig data" #: js/messages.php:97 -#, fuzzy msgid "Are you sure you wish to change the collation and convert the data?" msgstr "Er du sikker på at du ønsker å endre sortering og konvertere data?" @@ -3160,7 +3158,6 @@ msgid "Page number:" msgstr "Sidenummer:" #: libraries/classes/CentralColumns.php:227 -#, fuzzy msgid "" "The configuration storage is not ready for the central list of columns " "feature." @@ -3638,7 +3635,6 @@ msgid "Restrict login to MySQL server" msgstr "Begrens innlogging til MySQL-tjeneren" #: libraries/classes/Config/Descriptions.php:75 -#, fuzzy msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -3653,7 +3649,6 @@ msgid "Allow third party framing" msgstr "Tillat tredjepartsinnramming" #: libraries/classes/Config/Descriptions.php:82 -#, fuzzy msgid "Show \"Drop database\" link to normal users" msgstr "Vis \"Fjern database\"-lenke til normale brukere" @@ -4228,7 +4223,7 @@ msgstr "Fremmednøkkelbegrensning" #: libraries/classes/Config/Descriptions.php:430 msgid "Default value for foreign key checks checkbox for some queries." -msgstr "" +msgstr "Standardverdi for utenlandske nøkkelsjekker for noen spørsmål." #: libraries/classes/Config/Descriptions.php:432 msgid "Foreign key checks" @@ -4504,7 +4499,7 @@ msgstr "Databasestruktur" #: libraries/classes/Config/Descriptions.php:571 msgid "" "Choose which details to show in the database structure (list of tables)." -msgstr "" +msgstr "Velg hvilke detaljer som vises i database strukturen (tabelliste)." #: libraries/classes/Config/Descriptions.php:573 #: libraries/classes/Plugins/Export/ExportPdf.php:277 @@ -4514,7 +4509,7 @@ msgstr "Tabellstruktur" #: libraries/classes/Config/Descriptions.php:575 msgid "Settings for the table structure (list of columns)." -msgstr "" +msgstr "Innstillinger for tabell struktur (kolonneliste)." #: libraries/classes/Config/Descriptions.php:577 msgid "Tabs" @@ -4627,12 +4622,12 @@ msgstr "Ikke avbryt under INSERT feil" #: libraries/classes/Config/Descriptions.php:639 #: libraries/classes/Config/Descriptions.php:660 msgid "Add ON DUPLICATE KEY UPDATE" -msgstr "" +msgstr "Legg til OPPDATERING PÅ DUPLIKAT NØKKEL" #: libraries/classes/Config/Descriptions.php:641 #: libraries/classes/Config/Descriptions.php:662 msgid "Update data when duplicate keys found on import" -msgstr "" +msgstr "Oppdater data når dupliserte nøkler ble funnet ved import" #: libraries/classes/Config/Descriptions.php:646 #, fuzzy @@ -4735,15 +4730,11 @@ msgid "Delete all cookies on logout" msgstr "Slett alle cookies ved utlogging" #: libraries/classes/Config/Descriptions.php:703 -#, fuzzy -#| msgid "" -#| "Define whether the previous login should be recalled or not in cookie " -#| "authentication mode" msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -"Definerer om forrige innlogging skal husker eller ikke i cookie " +"Definerer om forrige innlogging skal huske eller ikke i [kbd]cookie[/kbd] " "autentiseringsmodus" #: libraries/classes/Config/Descriptions.php:707 @@ -4838,7 +4829,7 @@ msgstr "" #: libraries/classes/Config/Descriptions.php:745 msgid "Maximum items in branch" -msgstr "" +msgstr "Maksimale gjenstander i grenen" #: libraries/classes/Config/Descriptions.php:748 msgid "" @@ -4863,16 +4854,12 @@ msgid "Maximum tables" msgstr "Maks antall tabeller" #: libraries/classes/Config/Descriptions.php:762 -#, fuzzy -#| msgid "" -#| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " -#| "([kbd]0[/kbd] for no limit)" msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" "Maks antal byte et skript har lov til å bruke, f.eks. [kbd]32M[/kbd] " -"([kbd]0[/kbd] for ingen begrensning)" +"([kbd]-1[/kbd] for ingen begrensning og [kbd]0[/kbd] for ingen endring)" #: libraries/classes/Config/Descriptions.php:766 msgid "Memory limit" @@ -4880,7 +4867,7 @@ msgstr "Minnetak" #: libraries/classes/Config/Descriptions.php:768 msgid "In the navigation panel, replaces the database tree with a selector" -msgstr "" +msgstr "I navigasjonspanelet, erstatter databasetreet med en velger" #: libraries/classes/Config/Descriptions.php:770 #, fuzzy @@ -4903,6 +4890,7 @@ msgstr "Vis logo i venstre ramme" #: libraries/classes/Config/Descriptions.php:776 msgid "Link with main panel by highlighting the current database or table." msgstr "" +"Koble til hovedpanelet ved å markere den gjeldende databasen eller tabellen." #: libraries/classes/Config/Descriptions.php:780 #, fuzzy @@ -5033,8 +5021,6 @@ msgstr "" "Hvorvidt muligheten for treekspansjon i navigasjonspanelet skal tilbys." #: libraries/classes/Config/Descriptions.php:835 -#, fuzzy -#| msgid "Table navigation bar" msgid "Enable navigation tree expansion" msgstr "Skru på navigasjonstreutvidelse" @@ -5233,7 +5219,7 @@ msgstr "" #: libraries/classes/Config/Descriptions.php:913 msgid "MySQL reserved word warning" -msgstr "" +msgstr "MySQL reservert ord advarsel" #: libraries/classes/Config/Descriptions.php:917 msgid "How to display the menu tabs" @@ -5388,6 +5374,7 @@ msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" +"Angir effektiv tidssone; muligens annerledes enn den fra databaseserveren" #: libraries/classes/Config/Descriptions.php:988 #, fuzzy @@ -5410,16 +5397,12 @@ msgid "Authentication type" msgstr "Autentiseringstype" #: libraries/classes/Config/Descriptions.php:997 -#, fuzzy -#| msgid "" -#| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" -#| "a] support, suggested: [kbd]pma__bookmark[/kbd]" msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -"La stå tom å slå av [a@https://wiki.phpmyadmin.net/pma/bookmark]bokmerke[/" -"a]forslag: [kbd]pma__bookmark[/kbd]" +"La stå tom for ingen [doc@bookmarks@]bookmark[/doc] support, forslag: " +"[kbd]pma__bookmark[/kbd]" #: libraries/classes/Config/Descriptions.php:1001 msgid "Bookmark table" @@ -5456,18 +5439,12 @@ msgid "Control user password" msgstr "Kontrollbrukerpassord" #: libraries/classes/Config/Descriptions.php:1017 -#, fuzzy -#| msgid "" -#| "A special MySQL user configured with limited permissions, more " -#| "information available on [a@https://wiki.phpmyadmin.net/pma/" -#| "controluser]wiki[/a]" msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -"En spesiell MySQL bruker konfigurert med begrensede rettigheter, mer " -"informasjon tilgjengelig på [a@https://wiki.phpmyadmin.net/pma/" -"controluser]wiki[/a]" +"En spesiell MySQL-bruker konfigurert med begrensede tillatelser, mer " +"informasjon tilgjengelig på [doc@linked-tables] dokumentasjon [/doc]." #: libraries/classes/Config/Descriptions.php:1021 msgid "Control user" @@ -5631,23 +5608,14 @@ msgstr "" "La stå tom for ingen PDF schema støtte, anbefalt: [kbd]pma_table_coords[/kbd]" #: libraries/classes/Config/Descriptions.php:1091 -#, fuzzy -#| msgid "" -#| "You can use MySQL wildcard characters (% and _), escape them if you want " -#| "to use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " -#| "[kbd]'my_db'[/kbd]. Using this option you can sort database list, just " -#| "enter their names in order and use [kbd]*[/kbd] at the end to show the " -#| "rest in alphabetical order." msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -"Du kan sortere listen ved å legge inn navnene på databasene i rekkefølge, og " -"bruke [kbd]*[/kbd] til slutt for å vise resten i alfabetisk rekkefølge.\n" -"Merk: Du kan bruke MySQL jokertegn (% og _). Du må escape dem hvis du ønsker " -"å bruke dem som vanlige karakterer, f.eks. bruk [kbd]'my\\_db'[/kbd] og ikke " -"[kbd]'my_db'[/kbd] for å vise et understrek tegn." +"Du kan bruke MySQL jokertegn (% og _), unnslippe dem hvis du vil bruke deres " +"bokstavelige forekomster, dvs. bruke [kbd]'my\\_db'[/kbd] og ikke " +"[kbd]'my_db'[/kbd]." #: libraries/classes/Config/Descriptions.php:1096 msgid "Show only listed databases" @@ -5678,19 +5646,14 @@ msgid "PDF schema: pages table" msgstr "PDF schema: sidetabell" #: libraries/classes/Config/Descriptions.php:1107 -#, fuzzy -#| msgid "" -#| "Database used for relations, bookmarks, and PDF features. See [a@https://" -#| "wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave " -#| "blank for no support. Suggested: [kbd]phpmyadmin[/kbd]" msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -"Database brukt for relasjoner, bokmerker og PDF egenskaper. Se [a@https://" -"wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for komplett informasjon. La stå " -"blank for å slå av. Anbefalt: [kbd]phpmyadmin[/kbd]" +"Database som brukes til relasjoner, bokmerker og PDF-funksjoner. Se [doc" +"@linked-tables] pmadb [/doc] for fullstendig informasjon. La stå tomt uten " +"støtte. Foreslått: [kbd] phpmyadmin [/kbd]." #: libraries/classes/Config/Descriptions.php:1112 #: templates/server/databases/create.twig:21 @@ -5738,31 +5701,21 @@ msgid "Favorites table" msgstr "Favorittabeller" #: libraries/classes/Config/Descriptions.php:1133 -#, fuzzy -#| msgid "" -#| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" -#| "links[/a] support, suggested: [kbd]pma_relation[/kbd]" msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -"La stå tom for ingen [a@https://wiki.phpmyadmin.net/pma/" -"relation]relasjonslink[/a]støtte, anbefalt: [kbd]pma_relation[/kbd]" +"La stå tom for ingen [doc@relations@]relation-links[/doc] support, forslag: " +"[kbd]pma__relation[/kbd]." #: libraries/classes/Config/Descriptions.php:1138 msgid "Relation table" msgstr "Relasjonstabell" #: libraries/classes/Config/Descriptions.php:1141 -#, fuzzy -#| msgid "" -#| "See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " -#| "types[/a] for an example" msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." -msgstr "" -"Se [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]autentiseringstyper[/" -"a] for et eksempel" +msgstr "Se [doc@authentication-modes]autentiseringstyper[/doc] for et eksempel" #: libraries/classes/Config/Descriptions.php:1145 msgid "Signon session name" @@ -5932,6 +5885,9 @@ msgid "" "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" +"Både denne tabellen og brukergruppetabellen kreves for å aktivere den " +"konfigurerbare menyfunksjonen; Hvis du lar en av dem være tomme, deaktiveres " +"denne funksjonen, foreslått: [kbd] pma__users [/kbd]." #: libraries/classes/Config/Descriptions.php:1227 #, fuzzy @@ -5945,6 +5901,9 @@ msgid "" "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" +"Begge disse tabellene kreves for å aktivere den konfigurerbare " +"menyfunksjonen; Hvis du lar en av dem være tom, deaktiveres denne " +"funksjonen, foreslått: [kbd]pma__usergroups[/kbd]." #: libraries/classes/Config/Descriptions.php:1235 #, fuzzy @@ -5964,7 +5923,7 @@ msgstr "" #: libraries/classes/Config/Descriptions.php:1242 msgid "Hidden navigation items table" -msgstr "" +msgstr "Skjult navigasjonselementtabell" #: libraries/classes/Config/Descriptions.php:1246 msgid "User for config auth" @@ -6078,7 +6037,7 @@ msgstr "Tabellkommentarer" msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." -msgstr "" +msgstr "Definerer om typefelt skal vises i redigerings- / innsettingsmodus." #: libraries/classes/Config/Descriptions.php:1294 msgid "Show field types" @@ -6139,7 +6098,7 @@ msgstr "Vis SQL spørringer" #: libraries/classes/Config/Descriptions.php:1317 msgid "" "Defines whether the query box should stay on-screen after its submission." -msgstr "" +msgstr "Definerer om søkeboksen skal forbli på skjermen etter at den er sendt." #: libraries/classes/Config/Descriptions.php:1319 #: libraries/classes/SqlQueryForm.php:356 @@ -6370,6 +6329,8 @@ msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" +"Når den er deaktivert, kan ikke brukerne angi noen av alternativene " +"nedenfor, uavhengig av avkrysningsruten til høyre." #: libraries/classes/Config/Descriptions.php:1404 msgid "Enable the Developer tab in settings" @@ -6392,9 +6353,12 @@ msgid "" "if the server where phpMyAdmin is installed does not have direct access to " "the internet. The format is: \"hostname:portnumber\"." msgstr "" +"URLen til proxyen som skal brukes når du henter informasjonen om den siste " +"versjonen av phpMyAdmin eller når du sender inn feilrapporter. Du trenger " +"dette hvis serveren der phpMyAdmin er installert ikke har direkte tilgang " +"til internett. Formatet er: \"vertsnavn: portnummer\"." #: libraries/classes/Config/Descriptions.php:1417 -#, fuzzy msgid "Proxy url" msgstr "Mellomtjenernettadresse" @@ -6404,6 +6368,9 @@ msgid "" "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" +"Brukernavnet for autentisering med proxyen. Som standard utføres ingen " +"godkjenning. Hvis et brukernavn er oppgitt, utføres grunnleggende " +"godkjenning. Ingen andre typer autentisering støttes for øyeblikket." #: libraries/classes/Config/Descriptions.php:1426 #, fuzzy @@ -6413,7 +6380,7 @@ msgstr "Brukernavn" #: libraries/classes/Config/Descriptions.php:1428 msgid "The password for authenticating with the proxy." -msgstr "" +msgstr "Passordet for autentisering med proxyen." #: libraries/classes/Config/Descriptions.php:1430 #, fuzzy @@ -6437,23 +6404,23 @@ msgstr "ZIP" #: libraries/classes/Config/Descriptions.php:1437 msgid "Enter your public key for your domain reCaptcha service." -msgstr "" +msgstr "Skriv inn din offentlige nøkkel for ditt domene reCaptcha-tjeneste." #: libraries/classes/Config/Descriptions.php:1439 msgid "Public key for reCaptcha" -msgstr "" +msgstr "Offentlig nøkkel for reCaptcha" #: libraries/classes/Config/Descriptions.php:1441 msgid "Enter your private key for your domain reCaptcha service." -msgstr "" +msgstr "Skriv inn din private nøkkel for ditt domene reCaptcha-tjeneste." #: libraries/classes/Config/Descriptions.php:1443 msgid "Private key for reCaptcha" -msgstr "" +msgstr "Privat nøkkel for reCaptcha" #: libraries/classes/Config/Descriptions.php:1446 msgid "Choose the default action when sending error reports." -msgstr "" +msgstr "Velg standardhandling når du sender feilrapporter." #: libraries/classes/Config/Descriptions.php:1448 #, fuzzy @@ -6466,16 +6433,20 @@ msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" +"Spørringer utføres ved å trykke Enter (i stedet for Ctrl + Enter). Nye " +"linjer vil settes inn med Shift + Enter." #: libraries/classes/Config/Descriptions.php:1456 msgid "Enter executes queries in console" -msgstr "" +msgstr "Enter utfører spørringer i konsollen" #: libraries/classes/Config/Descriptions.php:1460 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" +"Aktiver nullkonfigurasjonsmodus som lar deg konfigurere phpMyAdmin " +"konfigurasjon lagringstabeller automatisk." #: libraries/classes/Config/Descriptions.php:1464 #, fuzzy @@ -6496,11 +6467,11 @@ msgstr "Alltid utvid spørringsmeldinger" #: libraries/classes/Config/Descriptions.php:1470 #: templates/console/display.twig:157 msgid "Show current browsing query" -msgstr "" +msgstr "Vis gjeldende nettleser kø" #: libraries/classes/Config/Descriptions.php:1472 msgid "Execute queries on Enter and insert new line with Shift + Enter" -msgstr "" +msgstr "Utfør spørsmål på Enter og sett inn en ny linje med Shift + Enter" #: libraries/classes/Config/Descriptions.php:1474 #: templates/console/display.twig:168 @@ -6680,10 +6651,9 @@ msgid "Default transformations" msgstr "Nettvisertransformasjon" #: libraries/classes/Config/PageSettings.php:141 -#, fuzzy -#| msgid "Submitted form contains errors" msgid "Cannot save settings, submitted configuration form contains errors!" -msgstr "Innsendt skjema inneholder feil" +msgstr "" +"Kan ikke lagre innstillinger, innsendt konfigurasjonsskjema inneholder feil!" #: libraries/classes/Config/ServerConfigChecks.php:71 #, fuzzy, php-format @@ -6743,13 +6713,7 @@ msgstr "" "Internettilbyder som har tusenvis av brukere, inkludert deg, tilknyttet." #: libraries/classes/Config/ServerConfigChecks.php:203 -#, fuzzy, php-format -#| msgid "" -#| "t the [kbd]config[/kbd] authentication type and included username sword " -#| "for auto-login, which is not a desirable option for live ts. Anyoneo " -#| "knows or guesses your phpMyAdmin URL can directly ess your phpMyAdmin el. " -#| "Set [a@?page=servers&mode=edit&id=d#tab_Server]authenticationpe[/" -#| "a] to [kbd]cookie[/kbd] or [kbd]httpbd]." +#, php-format msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " @@ -6757,12 +6721,11 @@ msgid "" "phpMyAdmin panel. Set %1$sauthentication type%2$s to [kbd]cookie[/kbd] or " "[kbd]http[/kbd]." msgstr "" -"Du valgte [kbd]config[/kbd] autentisering og inkluderte brukernavn og " -"passord for autmatisk innlogging, noe som ikke anbefales for aktive tjenere. " -"Hvem som helst som kjenner phpMyAdmin URL kan direkte få adgang til ditt " -"phpMyAdmin panel. Velg [a@?page=servers&mode=edit&id=" -"%1$d#tab_Server]autentiseringstype[/a] [kbd]cookie[/kbd] eller [kbd]http[/" -"kbd]." +"Du angir [kbd] config [/kbd] autentiseringstype og inkluderte brukernavn og " +"passord for automatisk pålogging, noe som ikke er et ønskelig alternativ for " +"live verter. Alle som kjenner eller gjetter phpMyAdmin URL-en din, kan få " +"direkte tilgang til phpMyAdmin-panelet. Sett %1$ godkjenningstype %2$s til " +"[kbd] cookie [/kbd] eller [kbd] http [/kbd]." #: libraries/classes/Config/ServerConfigChecks.php:230 msgid "You allow for connecting to the server without a password." @@ -6793,19 +6756,14 @@ msgstr "" "trenger funksjoner (%s) som ikke er tilgjengelig på dette systemet." #: libraries/classes/Config/ServerConfigChecks.php:360 -#, fuzzy -#| msgid "" -#| "You didn't have blowfish secret set and have enabled cookie " -#| "authentication, so a key was automatically generated for you. It is used " -#| "to encrypt cookies; you don't need to remember it." msgid "" "You didn't have blowfish secret set and have enabled [kbd]cookie[/kbd] " "authentication, so a key was automatically generated for you. It is used to " "encrypt cookies; you don't need to remember it." msgstr "" -"Du hadde ikke satt blowfist hemmelig nøkkel eller slått på cookie " -"autentisering så nøkkelen ble generert for deg. Den brukes til å krypterer " -"cookies." +"Du hadde ikke noe hemmelig sett for blowfish og har aktivert autentisering " +"av [kbd] cookie [/kbd], så en nøkkel ble automatisk generert for deg. Den " +"brukes til å kryptere informasjonskapsler; du trenger ikke å huske det." #: libraries/classes/Config/ServerConfigChecks.php:372 #, fuzzy @@ -6824,6 +6782,9 @@ msgid "" "may cause random session invalidation (currently session.gc_maxlifetime is " "%5$d)." msgstr "" +"%1$s gyldighet for påloggingskake %2$s større enn %3$s økt.gc_maxlifetime %4$" +"s kan forårsake tilfeldig ugyldighetsøkt (for tiden session.gc_maxlifetime " +"er %5$d)." #: libraries/classes/Config/ServerConfigChecks.php:442 #, fuzzy, php-format @@ -6875,57 +6836,45 @@ msgstr "" #: libraries/classes/Config/Validator.php:214 #: libraries/classes/Config/Validator.php:221 -#, fuzzy -#| msgid "Could not connect to the target" msgid "Could not connect to the database server!" -msgstr "Kunne ikke koble til målet" +msgstr "Kunne ikke koble til databaseserveren!" #: libraries/classes/Config/Validator.php:253 -#, fuzzy -#| msgid "Authentication type" msgid "Invalid authentication type!" -msgstr "Autentiseringstype" +msgstr "Ugyldig godkjenningstype!" #: libraries/classes/Config/Validator.php:260 -#, fuzzy -#| msgid "Empty username while using config authentication method" msgid "Empty username while using [kbd]config[/kbd] authentication method!" -msgstr "Blankt brukernavn for bruk av config autentiseringsmetoden" +msgstr "" +"Tøm brukernavnet mens du bruker [kbd] config [/kbd] autentiseringsmetode!" #: libraries/classes/Config/Validator.php:268 -#, fuzzy -#| msgid "Empty signon session name while using signon authentication method" msgid "" "Empty signon session name while using [kbd]signon[/kbd] authentication " "method!" -msgstr "Tom signon sessjonsnavn ved bruk av signon autentiseringsmetode" +msgstr "" +"Tomt påloggingsøktsnavn mens du bruker [kbd] påloggings [/kbd] " +"autentiseringsmetode!" #: libraries/classes/Config/Validator.php:277 -#, fuzzy -#| msgid "Empty signon URL while using signon authentication method" msgid "Empty signon URL while using [kbd]signon[/kbd] authentication method!" -msgstr "Tom signon URL ved bruk av signon autentiseringsmetode" +msgstr "" +"Tom påloggings-URL mens du bruker [kbd]signon[/kbd] autentiseringsmetode!" #: libraries/classes/Config/Validator.php:330 -#, fuzzy -#| msgid "" -#| "Empty phpMyAdmin control user while using phpMyAdmin configuration storage" msgid "" "Empty phpMyAdmin control user while using phpMyAdmin configuration storage!" msgstr "" -"Blankt phpMyAdmin kontrollbruker for bruk av phpMyAdmin configuration storage" +"Tøm phpMyAdmin-kontrollbruker mens du bruker phpMyAdmin-" +"konfigurasjonslagring!" #: libraries/classes/Config/Validator.php:337 -#, fuzzy -#| msgid "" -#| "Empty phpMyAdmin control user password while using phpMyAdmin " -#| "configuration storage" msgid "" "Empty phpMyAdmin control user password while using phpMyAdmin configuration " "storage!" msgstr "" -"Blankt phpMyAdmin kontrollbrukerpassord for bruk av phpMyAdmin configuration " -"storage" +"Tøm phpMyAdmin kontroll brukerpassord mens du bruker phpMyAdmin " +"konfigurasjonslagring!" #: libraries/classes/Config/Validator.php:435 msgid "Incorrect value:" @@ -7046,11 +6995,10 @@ msgid "Database %1$s has been created." msgstr "Databasen %1$s er opprettet." #: libraries/classes/Controllers/Server/ServerDatabasesController.php:208 -#, fuzzy, php-format -#| msgid "%s databases have been dropped successfully." +#, php-format msgid "%1$d database has been dropped successfully." msgid_plural "%1$d databases have been dropped successfully." -msgstr[0] "%s databasene har blitt slettet." +msgstr[0] "%s database har blitt slettet." msgstr[1] "%s databasene har blitt slettet." #: libraries/classes/Controllers/Server/ServerDatabasesController.php:343 @@ -7182,10 +7130,9 @@ msgid "The columns have been moved successfully." msgstr "De valgte brukerne har blitt slettet." #: libraries/classes/Controllers/Table/TableStructureController.php:535 -#, fuzzy, php-format -#| msgid "Failed to get real row count." +#, php-format msgid "Failed to get description of column %s!" -msgstr "Klarte ikke hente ekte antall rader." +msgstr "Kunne ikke hente beskrivelsen av kolonne %s!" #: libraries/classes/Controllers/Table/TableStructureController.php:771 #: libraries/classes/Controllers/Table/TableStructureController.php:1067 @@ -7330,20 +7277,16 @@ msgid "FOREIGN KEY relationship has been added." msgstr "FOREIGN KEY relasjon lagt til" #: libraries/classes/Database/Designer/Common.php:617 -#, fuzzy -#| msgid "Error: Relation not added." msgid "Error: FOREIGN KEY relationship could not be added!" -msgstr "Feil: Relasjon ikke opprettet." +msgstr "Feil: FREMMED NØKKEL-forhold kunne ikke legges til!" #: libraries/classes/Database/Designer/Common.php:622 msgid "Error: Missing index on column(s)." msgstr "" #: libraries/classes/Database/Designer/Common.php:627 -#, fuzzy -#| msgid "Error: Relation not added." msgid "Error: Relational features are disabled!" -msgstr "Feil: Relasjon ikke opprettet." +msgstr "Feil: Relasjonsfunksjoner er deaktivert!" #: libraries/classes/Database/Designer/Common.php:649 #, fuzzy @@ -7352,10 +7295,8 @@ msgid "Internal relationship has been added." msgstr "Intern relasjon lagt til" #: libraries/classes/Database/Designer/Common.php:655 -#, fuzzy -#| msgid "Error: Relation not added." msgid "Error: Internal relationship could not be added!" -msgstr "Feil: Relasjon ikke opprettet." +msgstr "Feil: Internt forhold kunne ikke legges til!" #: libraries/classes/Database/Designer/Common.php:693 #, fuzzy @@ -7364,16 +7305,12 @@ msgid "FOREIGN KEY relationship has been removed." msgstr "FOREIGN KEY relasjon lagt til" #: libraries/classes/Database/Designer/Common.php:699 -#, fuzzy -#| msgid "Error: Relation not added." msgid "Error: FOREIGN KEY relationship could not be removed!" -msgstr "Feil: Relasjon ikke opprettet." +msgstr "Feil: FREMMED NØKKEL-forholdet kunne ikke fjernes!" #: libraries/classes/Database/Designer/Common.php:726 -#, fuzzy -#| msgid "Error: Relation not added." msgid "Error: Internal relationship could not be removed!" -msgstr "Feil: Relasjon ikke opprettet." +msgstr "Feil: Internt forhold kunne ikke fjernes!" #: libraries/classes/Database/Designer/Common.php:730 #, fuzzy @@ -7546,10 +7483,8 @@ msgid "Details…" msgstr "Detaljer…" #: libraries/classes/DatabaseInterface.php:2507 -#, fuzzy -#| msgid "Missing parameter:" msgid "Missing connection parameters!" -msgstr "Mangler parametere:" +msgstr "Manglende tilkoblingsparametere!" #: libraries/classes/DatabaseInterface.php:2532 msgid "Connection for controluser as defined in your configuration failed." @@ -8248,7 +8183,6 @@ msgid "Unknown error in file upload." msgstr "Ukjent feil oppstod under filopplastingen." #: libraries/classes/File.php:461 -#, fuzzy msgid "File is a symbolic link" msgstr "Filen er en symbolsk lenke" @@ -8752,14 +8686,14 @@ msgstr[1] "%1$d rader berørt." #, php-format msgid "%1$d row deleted." msgid_plural "%1$d rows deleted." -msgstr[0] "%1$d rader slettet." +msgstr[0] "%1$d rad slettet." msgstr[1] "%1$d rader slettet." #: libraries/classes/Message.php:285 #, php-format msgid "%1$d row inserted." msgid_plural "%1$d rows inserted." -msgstr[0] "%1$d rader innsatt." +msgstr[0] "%1$d rad innsatt." msgstr[1] "%1$d rader innsatt." #: libraries/classes/MultSubmits.php:399 libraries/classes/Operations.php:197 @@ -8815,20 +8749,16 @@ msgid "Add prefix" msgstr "Utfør indeks(er)" #: libraries/classes/MultSubmits.php:500 -#, fuzzy -#| msgid "Do you really want to " msgid "Do you really want to execute the following query?" -msgstr "Vil du virkelig " +msgstr "Vil du virkelig utføre følgende spørsmål?" #: libraries/classes/Navigation/Navigation.php:69 msgid "An error has occurred while loading the navigation display" msgstr "" #: libraries/classes/Navigation/Navigation.php:207 -#, fuzzy -#| msgid "Column names: " msgid "Groups:" -msgstr "Kolonnenavn: " +msgstr "Grupper:" #: libraries/classes/Navigation/Navigation.php:208 #, fuzzy @@ -8932,10 +8862,9 @@ msgid "Invalid class name \"%1$s\", using default of \"Node\"" msgstr "" #: libraries/classes/Navigation/NodeFactory.php:61 -#, fuzzy, php-format -#| msgid "Could not add columns!" +#, php-format msgid "Could not load class \"%1$s\"" -msgstr "Kunne ikke legge til kolonner!" +msgstr "Kunne ikke laste inn klassen \"%1$s\"" #: libraries/classes/Navigation/Nodes/Node.php:802 msgid "Expand/Collapse" @@ -9065,10 +8994,8 @@ msgid "" msgstr "" #: libraries/classes/Normalization.php:206 normalization.php:19 -#, fuzzy -#| msgid "Select two columns" msgid "Select one…" -msgstr "Velg to kolonner" +msgstr "Velg en…" #: libraries/classes/Normalization.php:207 normalization.php:20 #, fuzzy @@ -9246,10 +9173,8 @@ msgstr "" #: libraries/classes/Normalization.php:545 #: libraries/classes/Normalization.php:695 #: libraries/classes/Normalization.php:767 -#, fuzzy -#| msgid "Error in Processing Request" msgid "Error in processing!" -msgstr "Feil i prosesseringsforespørsel" +msgstr "Feil i gjennomføring!" #: libraries/classes/Normalization.php:591 #, php-format @@ -10261,8 +10186,6 @@ msgid "Purpose:" msgstr "" #: libraries/classes/Plugins/Export/Helpers/Pdf.php:541 -#, fuzzy -#| msgid "MIME type" msgid "MIME" msgstr "MIME-type" @@ -10325,22 +10248,17 @@ msgid "MediaWiki Table" msgstr "MediaWiki Tabell" #: libraries/classes/Plugins/Import/ImportMediawiki.php:276 -#, fuzzy, php-format -#| msgid "Invalid format of CSV input on line %d." +#, php-format msgid "Invalid format of mediawiki input on line:
%s." -msgstr "Ugyldig format i CSV importen i linje %d." +msgstr "Ugyldig format i mediawiki innlegg i linje
%s." #: libraries/classes/Plugins/Import/ImportOds.php:78 -#, fuzzy -#| msgid "Import percentages as proper decimals (12.00% to .12)" msgid "Import percentages as proper decimals (ex. 12.00% to .12)" -msgstr "Importer prosenter som ekte desimaler (12.00% til .12)" +msgstr "Importer prosenter som riktige desimaler (ex. 12.00% to .12)" #: libraries/classes/Plugins/Import/ImportOds.php:84 -#, fuzzy -#| msgid "Import currencies ($5.00 to 5.00)" msgid "Import currencies (ex. $5.00 to 5.00)" -msgstr "Importer valuta ($5.00 til 5.00)" +msgstr "Importer valuta (ex. $5.00 to 5.00)" #: libraries/classes/Plugins/Import/ImportOds.php:152 #: libraries/classes/Plugins/Import/ImportXml.php:112 @@ -10384,10 +10302,8 @@ msgid "SQL compatibility mode:" msgstr "SQL kompatibilitetsmodus" #: libraries/classes/Plugins/Import/ImportSql.php:80 -#, fuzzy -#| msgid "Do not use AUTO_INCREMENT for zero values" msgid "Do not use AUTO_INCREMENT for zero values" -msgstr "Ikke bruk AUTO_INCREMENT for nullverdier" +msgstr "Ikke bruk AUTO_INCREMENT for nullverdier" #: libraries/classes/Plugins/Import/ImportXml.php:45 msgid "XML" @@ -10847,10 +10763,8 @@ msgid "Enabled" msgstr "Påslått" #: libraries/classes/Relation.php:116 -#, fuzzy -#| msgid "Configuration storage" msgid "Configuration of pmadb…" -msgstr "Konfigurasjonslager" +msgstr "Konfigurasjon av pmadb…" #: libraries/classes/Relation.php:120 libraries/classes/Relation.php:156 msgid "General relation features" @@ -11463,10 +11377,8 @@ msgstr "Rediger tjener" #: libraries/classes/Rte/Events.php:404 libraries/classes/Rte/Routines.php:906 #: libraries/classes/Rte/Triggers.php:339 templates/view_create.twig:8 -#, fuzzy -#| msgid "Details…" msgid "Details" -msgstr "Detaljer…" +msgstr "Detaljer" #: libraries/classes/Rte/Events.php:407 #, fuzzy @@ -13210,7 +13122,7 @@ msgstr "" "Antall forespørsler for å lese en rad basert på en fast posisjon. Denne er " "høy om du utfører mange spørringer som behøver sorteringer av resultatet. Du " "har mest sansynlig mange spørringer som krever at MySQL leser hele tabeller " -"eller du har joins som som ikke bruker nøkler korrekt." +"eller du har joins som ikke bruker nøkler korrekt." #: libraries/classes/Server/Status/Variables.php:428 msgid "" @@ -13810,10 +13722,8 @@ msgid "User group menu assignments" msgstr "Ingen privilegier." #: libraries/classes/Server/UserGroups.php:252 -#, fuzzy -#| msgid "Column names: " msgid "Group name:" -msgstr "Kolonnenavn: " +msgstr "Gruppe navn:" #: libraries/classes/Server/UserGroups.php:289 #, fuzzy @@ -14775,7 +14685,7 @@ msgstr "Klikk" #: libraries/config.values.php:94 msgid "Double click" -msgstr "" +msgstr "Dobbel klikk" #: libraries/config.values.php:98 msgid "key" @@ -15113,20 +15023,14 @@ msgid "Configuration not saved!" msgstr "Konfigurasjonslager" #: setup/frames/index.inc.php:100 -#, fuzzy -#| msgid "" -#| " create web server writable folder [em]config[/em] in phpMyAdmin level " -#| "ectory as described in ../Documentation.html#setup_script]umentation[/a]. " -#| "Otherwise you will be y able to download or display " msgid "" "Please create web server writable folder [em]config[/em] in phpMyAdmin top " "level directory as described in [doc@setup_script]documentation[/doc]. " "Otherwise you will be only able to download or display it." msgstr "" -"Opprett en mappe [em]config[/em] som er skrivbar for webtjener i phpMyAdmin " -"øverste mappe som beskrevet i [a@../Documentation." -"html#setup_script]documentation[/a]. Hvis ikke så vil du kun være i stand " -"til å laste ned eller fremvise den." +"Opprett den skrivbare mappen til webserveren [em] config [/em] i phpMyAdmin " +"toppnivå katalog som beskrevet i [doc@setup_script] dokumentasjon [/doc]. " +"Ellers vil du bare kunne laste ned eller vise den." #: setup/frames/index.inc.php:112 setup/frames/menu.inc.php:20 msgid "Overview" @@ -15721,10 +15625,9 @@ msgstr "Legg til valg for kolonne \"%s\"." #: templates/display/export/options_output_save_dir.twig:5 #: templates/display/export/options_quick_export.twig:8 -#, fuzzy, php-format -#| msgid "Save on server in the directory %s" +#, php-format msgid "Save on server in the directory %s" -msgstr "Lagre på server i %s katalogen" +msgstr "Lagre på server i %s katalogen" #: templates/login/twofactor.twig:5 msgid "Verify" @@ -16507,10 +16410,8 @@ msgid "The file is being processed, please be patient." msgstr "Filen er under behandling, vennligst vent." #: templates/display/import/javascript.twig:36 -#, fuzzy -#| msgid "Format of imported file" msgid "Uploading your import file…" -msgstr "Importfilformat" +msgstr "Laster opp importfilen …" #: templates/display/import/javascript.twig:161 msgid "" @@ -16640,16 +16541,12 @@ msgid "File may be compressed (%s) or uncompressed." msgstr "FIlen kan bli pakket (%s) eller utpakket." #: templates/display/import/import.twig:58 -#, fuzzy -#| msgid "" -#| "A compressed file's name must end in .[format].[compression]. " -#| "Example: .sql.zip" msgid "" "A compressed file's name must end in .[format].[compression]. Example: .sql.zip" msgstr "" -"En komprimert fils navn må ende med .[format].[kompresjonstype]. " -"Eksempel: .sql.zip" +"En komprimert fils navn må ende med .[format].[compression]. Eksempel: .sql.zip" #: templates/display/import/import.twig:69 #: templates/display/import/import.twig:84 @@ -16675,19 +16572,14 @@ msgstr "" "gjenninnsending." #: templates/display/import/import.twig:137 -#, fuzzy -#| msgid "" -#| "the interruption of an import in case the script detects it is se to the " -#| "timeout limit. This might be good way to import large es, however it " -#| "caneak transactions." msgid "" "Allow the interruption of an import in case the script detects it is close " "to the PHP timeout limit. (This might be a good way to import large " "files, however it can break transactions.)" msgstr "" -"Tillat avbrudd av importering i tilfelle skriptet oppdager at det er rett " -"før det når tidsavbrudd. Dette kan være en god måte å importere store filer " -"på, men det kan knekke transaksjoner." +"Tillat avbrudd i en import i tilfelle skriptet oppdager at det er nær PHP-" +"tidsavbruddsgrensen. (Dette kan være en god måte å importere store " +"filer på, men det kan ødelegge transaksjoner.) " #: templates/display/import/import.twig:144 #, fuzzy @@ -16816,13 +16708,10 @@ msgstr[0] "%1$s treff i %2$s" msgstr[1] "%1$s treff i %2$s" #: templates/database/search/results.twig:56 -#, fuzzy -#| msgid "Total: %s match" -#| msgid_plural "Total: %s matches" msgid "Total: %count% match" msgid_plural "Total: %count% matches" -msgstr[0] "Totalt: %s treff" -msgstr[1] "Totalt: %s treff" +msgstr[0] "Totalt: %count% treff" +msgstr[1] "Totalt: %count% treff" #: templates/columns_definitions/table_fields_definitions.twig:17 #, fuzzy @@ -17599,10 +17488,8 @@ msgid "Choose column to display:" msgstr "Velg kolonne for visning" #: url.php:41 -#, fuzzy -#| msgid "Taking you to next step…" msgid "Taking you to the target site." -msgstr "Tar deg videre til neste trinn…" +msgstr "Tar deg til målsiden." #: user_password.php:37 msgid "You don't have sufficient privileges to be here right now!" From efad499ab65785e1ea962e43412b66200077327d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Thu, 19 Nov 2020 14:05:15 +0000 Subject: [PATCH 22/95] =?UTF-8?q?Translated=20using=20Weblate=20(Norwegian?= =?UTF-8?q?=20Bokm=C3=A5l)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 63.5% (2103 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/nb_NO/ Signed-off-by: Allan Nordhøy --- po/nb.po | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/po/nb.po b/po/nb.po index dee970a365..76044711dd 100644 --- a/po/nb.po +++ b/po/nb.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-11-19 13:59+0000\n" -"Last-Translator: Kurt Eilertsen \n" +"PO-Revision-Date: 2020-11-19 15:47+0000\n" +"Last-Translator: Allan Nordhøy \n" "Language-Team: Norwegian Bokmål \n" "Language: nb\n" @@ -4223,7 +4223,7 @@ msgstr "Fremmednøkkelbegrensning" #: libraries/classes/Config/Descriptions.php:430 msgid "Default value for foreign key checks checkbox for some queries." -msgstr "Standardverdi for utenlandske nøkkelsjekker for noen spørsmål." +msgstr "Forvalgsverdi for fremmede nøkkelsjekker for noen spørsmål." #: libraries/classes/Config/Descriptions.php:432 msgid "Foreign key checks" @@ -4499,7 +4499,7 @@ msgstr "Databasestruktur" #: libraries/classes/Config/Descriptions.php:571 msgid "" "Choose which details to show in the database structure (list of tables)." -msgstr "Velg hvilke detaljer som vises i database strukturen (tabelliste)." +msgstr "Velg hvilke detaljer som skal vises i databasestrukturen (tabelliste)." #: libraries/classes/Config/Descriptions.php:573 #: libraries/classes/Plugins/Export/ExportPdf.php:277 @@ -4509,7 +4509,7 @@ msgstr "Tabellstruktur" #: libraries/classes/Config/Descriptions.php:575 msgid "Settings for the table structure (list of columns)." -msgstr "Innstillinger for tabell struktur (kolonneliste)." +msgstr "Innstillinger for tabellstruktur (kolonneliste)." #: libraries/classes/Config/Descriptions.php:577 msgid "Tabs" @@ -4622,12 +4622,12 @@ msgstr "Ikke avbryt under INSERT feil" #: libraries/classes/Config/Descriptions.php:639 #: libraries/classes/Config/Descriptions.php:660 msgid "Add ON DUPLICATE KEY UPDATE" -msgstr "Legg til OPPDATERING PÅ DUPLIKAT NØKKEL" +msgstr "Legg til OPPDATERING VED DUPLIKAT AV NØKKEL" #: libraries/classes/Config/Descriptions.php:641 #: libraries/classes/Config/Descriptions.php:662 msgid "Update data when duplicate keys found on import" -msgstr "Oppdater data når dupliserte nøkler ble funnet ved import" +msgstr "Oppdater data når dupliserte nøkler blir funnet ved import" #: libraries/classes/Config/Descriptions.php:646 #, fuzzy @@ -4829,7 +4829,7 @@ msgstr "" #: libraries/classes/Config/Descriptions.php:745 msgid "Maximum items in branch" -msgstr "Maksimale gjenstander i grenen" +msgstr "Maksimalt antall gjenstander i forgreningen" #: libraries/classes/Config/Descriptions.php:748 msgid "" @@ -5219,7 +5219,7 @@ msgstr "" #: libraries/classes/Config/Descriptions.php:913 msgid "MySQL reserved word warning" -msgstr "MySQL reservert ord advarsel" +msgstr "Advarsel om MySQL-reservert ord" #: libraries/classes/Config/Descriptions.php:917 msgid "How to display the menu tabs" @@ -5374,7 +5374,7 @@ msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -"Angir effektiv tidssone; muligens annerledes enn den fra databaseserveren" +"Angir effektiv tidssone; muligens annerledes enn den fra databasetjeneren" #: libraries/classes/Config/Descriptions.php:988 #, fuzzy @@ -5885,15 +5885,13 @@ msgid "" "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -"Både denne tabellen og brukergruppetabellen kreves for å aktivere den " -"konfigurerbare menyfunksjonen; Hvis du lar en av dem være tomme, deaktiveres " -"denne funksjonen, foreslått: [kbd] pma__users [/kbd]." +"Både denne tabellen og brukergruppetabellen kreves for å skru på den " +"konfigurerbare menyfunksjonen; Hvis du lar en av dem være tomme, skrus denne " +"funksjonen av, foreslått: [kbd] pma__users [/kbd]." #: libraries/classes/Config/Descriptions.php:1227 -#, fuzzy -#| msgid "Use Tables" msgid "Users table" -msgstr "Bruk tabeller" +msgstr "Brukertabell" #: libraries/classes/Config/Descriptions.php:1230 msgid "" From e5c3c2a8d72abc2ae29fd9462361a11c87281344 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 20 Nov 2020 09:19:55 +0000 Subject: [PATCH 23/95] =?UTF-8?q?Translated=20using=20Weblate=20(Norwegian?= =?UTF-8?q?=20Bokm=C3=A5l)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 63.5% (2103 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/nb_NO/ Signed-off-by: William Desportes --- po/nb.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/po/nb.po b/po/nb.po index 76044711dd..c65785d42e 100644 --- a/po/nb.po +++ b/po/nb.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-11-19 15:47+0000\n" -"Last-Translator: Allan Nordhøy \n" +"PO-Revision-Date: 2020-11-20 09:24+0000\n" +"Last-Translator: William Desportes \n" "Language-Team: Norwegian Bokmål \n" "Language: nb\n" @@ -6996,8 +6996,8 @@ msgstr "Databasen %1$s er opprettet." #, php-format msgid "%1$d database has been dropped successfully." msgid_plural "%1$d databases have been dropped successfully." -msgstr[0] "%s database har blitt slettet." -msgstr[1] "%s databasene har blitt slettet." +msgstr[0] "%1$d database har blitt slettet." +msgstr[1] "%1$d databasene har blitt slettet." #: libraries/classes/Controllers/Server/ServerDatabasesController.php:343 #: libraries/classes/Import.php:122 From 2e22053c200a5bdf438503e3c8f896fdde50c2b7 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 20 Nov 2020 09:32:43 +0000 Subject: [PATCH 24/95] =?UTF-8?q?Translated=20using=20Weblate=20(Norwegian?= =?UTF-8?q?=20Bokm=C3=A5l)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 63.8% (2113 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/nb_NO/ Signed-off-by: William Desportes --- po/nb.po | 89 +++++++++++++++++--------------------------------------- 1 file changed, 26 insertions(+), 63 deletions(-) diff --git a/po/nb.po b/po/nb.po index c65785d42e..8b83125cea 100644 --- a/po/nb.po +++ b/po/nb.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-11-20 09:24+0000\n" +"PO-Revision-Date: 2020-11-20 09:33+0000\n" "Last-Translator: William Desportes \n" "Language-Team: Norwegian Bokmål \n" @@ -5161,16 +5161,12 @@ msgid "GZip output buffering" msgstr "GZip utbuffring" #: libraries/classes/Config/Descriptions.php:890 -#, fuzzy -#| msgid "" -#| "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " -#| "DATETIME and TIMESTAMP, ascending order otherwise" msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" "[kbd]SMART[/kbd] - dvs. synkende rekkefølge for felter av typen TIME, DATE, " -"DATETIME og TIMESTAMP, ellers stigende rekkefølge" +"DATETIME og TIMESTAMP, ellers stigende rekkefølge." #: libraries/classes/Config/Descriptions.php:894 msgid "Default sorting order" @@ -5294,12 +5290,9 @@ msgid "Primary key default sort order" msgstr "Standard sorteringsrekkefølge" #: libraries/classes/Config/Descriptions.php:953 -#, fuzzy -#| msgid "" -#| "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature" msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." -msgstr "Gjenta topptekst hver n. rad; [kbd]0[/kbd] deaktiverer funksjonen" +msgstr "Gjenta topptekst hver n. rad; [kbd]0[/kbd] deaktiverer funksjonen." #: libraries/classes/Config/Descriptions.php:955 msgid "Repeat headers" @@ -5514,15 +5507,12 @@ msgid "Hide databases" msgstr "Skul databaser" #: libraries/classes/Config/Descriptions.php:1050 -#, fuzzy -#| msgid "" -#| "Leave blank for no SQL query history support, suggested: " -#| "[kbd]pma_history[/kbd]" msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -"La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma_history[/kbd]" +"La stå tom for ingen SQL spørringshistorie, anbefalt: " +"[kbd]pma__history[/kbd]." #: libraries/classes/Config/Descriptions.php:1054 msgid "SQL query history table" @@ -5633,13 +5623,10 @@ msgid "Password for config auth" msgstr "Passord for config autentisering" #: libraries/classes/Config/Descriptions.php:1102 -#, fuzzy -#| msgid "" -#| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -"La stå tom for ingen PDF schema støtte, anbefalt: [kbd]pma_pdf_pages[/kbd]" +"La stå tom for ingen PDF schema støtte, anbefalt: [kbd]pma__pdf_pages[/kbd]." #: libraries/classes/Config/Descriptions.php:1104 msgid "PDF schema: pages table" @@ -5652,8 +5639,8 @@ msgid "" "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" "Database som brukes til relasjoner, bokmerker og PDF-funksjoner. Se [doc" -"@linked-tables] pmadb [/doc] for fullstendig informasjon. La stå tomt uten " -"støtte. Foreslått: [kbd] phpmyadmin [/kbd]." +"@linked-tables]pmadb[/doc] for fullstendig informasjon. La stå tomt uten " +"støtte. Foreslått: [kbd]phpmyadmin[/kbd]." #: libraries/classes/Config/Descriptions.php:1112 #: templates/server/databases/create.twig:21 @@ -5746,15 +5733,12 @@ msgid "Use SSL" msgstr "Bruk SSL" #: libraries/classes/Config/Descriptions.php:1157 -#, fuzzy -#| msgid "" -#| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" -#| "kbd]" msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -"La stå tom for ingen PDF schema støtte, anbefalt: [kbd]pma_table_coords[/kbd]" +"La stå tom for ingen PDF schema støtte, anbefalt: " +"[kbd]pma__table_coords[/kbd]." #: libraries/classes/Config/Descriptions.php:1159 #, fuzzy @@ -5763,16 +5747,12 @@ msgid "Designer and PDF schema: table coordinates" msgstr "PDF schema: tabellkoordinater" #: libraries/classes/Config/Descriptions.php:1162 -#, fuzzy -#| msgid "" -#| "Table to describe the display columns, leave blank for no support; " -#| "suggested: [kbd]pma_table_info[/kbd]" msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" "Tabell for beskrivelse av visningskolonner, la stå tom for ingen støtte; " -"anbefalt: [kbd]pma_table_info[/kbd]" +"anbefalt: [kbd]pma__table_info[/kbd]." #: libraries/classes/Config/Descriptions.php:1166 msgid "Display columns table" @@ -5839,15 +5819,12 @@ msgid "Statements to track" msgstr "Spørringer som skal spores" #: libraries/classes/Config/Descriptions.php:1201 -#, fuzzy -#| msgid "" -#| "Leave blank for no SQL query tracking support, suggested: " -#| "[kbd]pma_tracking[/kbd]" msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -"La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma_tracking[/kbd]" +"La stå tom for ingen SQL spørringshistorie, anbefalt: " +"[kbd]pma__tracking[/kbd]." #: libraries/classes/Config/Descriptions.php:1205 msgid "SQL query tracking table" @@ -5887,7 +5864,7 @@ msgid "" msgstr "" "Både denne tabellen og brukergruppetabellen kreves for å skru på den " "konfigurerbare menyfunksjonen; Hvis du lar en av dem være tomme, skrus denne " -"funksjonen av, foreslått: [kbd] pma__users [/kbd]." +"funksjonen av, foreslått: [kbd]pma__users[/kbd]." #: libraries/classes/Config/Descriptions.php:1227 msgid "Users table" @@ -5950,12 +5927,6 @@ msgid "Allow to display all the rows" msgstr "Tillat visning av alle rader" #: libraries/classes/Config/Descriptions.php:1260 -#, fuzzy -#| msgid "" -#| "Please note that enabling this has no effect with [kbd]config[/kbd] " -#| "authentication mode because the password is hard coded in the " -#| "configuration file; this does not limit the ability to execute the same " -#| "command directly" msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -5963,7 +5934,7 @@ msgid "" msgstr "" "Merk at påslåing av denne ikke har noen effekt med [kbd]config[/kbd] " "autentiseringsmodus siden passordet er hardkodet i konfigurasjonsfila; dette " -"begrenser ikke muligheten til å utføre samme kommando direkte" +"begrenser ikke muligheten til å utføre samme kommando direkte." #: libraries/classes/Config/Descriptions.php:1265 msgid "Show password change form" @@ -6281,12 +6252,6 @@ msgid "Table" msgstr "Tabell" #: libraries/classes/Config/Descriptions.php:1383 -#, fuzzy -#| msgid "" -#| "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following " -#| "example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-" -#| "Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: " -#| "HTTP_X_FORWARDED_FOR[/kbd]" msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -6294,9 +6259,9 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" "Sett inn mellomlager som [kbd]IP: trusted HTTP header[/kbd]. Følgende " -"eksempel spesifiserer at phpMyAdminskal stole på en HTTP_X_FORWARDED_FOR (X-" -"Forwarded-For) header som kommer fra mellomlager 1.2.3.4:[br][kbd]1.2.3.4: " -"HTTP_X_FORWARDED_FOR[/kbd]" +"eksempel spesifiserer at phpMyAdminskal stole på en HTTP_X_FORWARDED_FOR (X" +"-Forwarded-For) header som kommer fra mellomlager 1.2.3.4:[br][kbd]1.2.3.4: " +"HTTP_X_FORWARDED_FOR[/kbd]." #: libraries/classes/Config/Descriptions.php:1389 msgid "List of trusted proxies for IP allow/deny" @@ -6719,11 +6684,11 @@ msgid "" "phpMyAdmin panel. Set %1$sauthentication type%2$s to [kbd]cookie[/kbd] or " "[kbd]http[/kbd]." msgstr "" -"Du angir [kbd] config [/kbd] autentiseringstype og inkluderte brukernavn og " +"Du angir [kbd]config[/kbd] autentiseringstype og inkluderte brukernavn og " "passord for automatisk pålogging, noe som ikke er et ønskelig alternativ for " "live verter. Alle som kjenner eller gjetter phpMyAdmin URL-en din, kan få " -"direkte tilgang til phpMyAdmin-panelet. Sett %1$ godkjenningstype %2$s til " -"[kbd] cookie [/kbd] eller [kbd] http [/kbd]." +"direkte tilgang til phpMyAdmin-panelet. Sett %1$s godkjenningstype %2$s til " +"[kbd]cookie[/kbd] eller [kbd]http[/kbd]." #: libraries/classes/Config/ServerConfigChecks.php:230 msgid "You allow for connecting to the server without a password." @@ -6760,7 +6725,7 @@ msgid "" "encrypt cookies; you don't need to remember it." msgstr "" "Du hadde ikke noe hemmelig sett for blowfish og har aktivert autentisering " -"av [kbd] cookie [/kbd], så en nøkkel ble automatisk generert for deg. Den " +"av [kbd]cookie[/kbd], så en nøkkel ble automatisk generert for deg. Den " "brukes til å kryptere informasjonskapsler; du trenger ikke å huske det." #: libraries/classes/Config/ServerConfigChecks.php:372 @@ -6843,15 +6808,14 @@ msgstr "Ugyldig godkjenningstype!" #: libraries/classes/Config/Validator.php:260 msgid "Empty username while using [kbd]config[/kbd] authentication method!" -msgstr "" -"Tøm brukernavnet mens du bruker [kbd] config [/kbd] autentiseringsmetode!" +msgstr "Tøm brukernavnet mens du bruker [kbd]config[/kbd] autentiseringsmetode!" #: libraries/classes/Config/Validator.php:268 msgid "" "Empty signon session name while using [kbd]signon[/kbd] authentication " "method!" msgstr "" -"Tomt påloggingsøktsnavn mens du bruker [kbd] påloggings [/kbd] " +"Tomt påloggingsøktsnavn mens du bruker [kbd]signon[/kbd] " "autentiseringsmetode!" #: libraries/classes/Config/Validator.php:277 @@ -16295,10 +16259,9 @@ msgid "Activate now" msgstr "Aktiver nå" #: templates/table/tracking/activate_deactivate.twig:11 -#, fuzzy, php-format -#| msgid "Deactivate tracking for %s.%s" +#, php-format msgid "Deactivate tracking for %s" -msgstr "Deaktiver overvåkning av %s.%s" +msgstr "Deaktiver overvåkning av %s" #: templates/table/tracking/activate_deactivate.twig:13 msgid "Deactivate now" From 4b9ada910ea98fbbffc43d3122073c13f8b54580 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sat, 21 Nov 2020 23:24:35 +0000 Subject: [PATCH 25/95] =?UTF-8?q?Translated=20using=20Weblate=20(Norwegian?= =?UTF-8?q?=20Bokm=C3=A5l)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 63.7% (2111 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/nb_NO/ Signed-off-by: William Desportes --- po/nb.po | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/po/nb.po b/po/nb.po index 8b83125cea..bfb2b52abd 100644 --- a/po/nb.po +++ b/po/nb.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-11-20 09:33+0000\n" +"PO-Revision-Date: 2020-11-22 21:57+0000\n" "Last-Translator: William Desportes \n" "Language-Team: Norwegian Bokmål \n" @@ -5633,6 +5633,7 @@ msgid "PDF schema: pages table" msgstr "PDF schema: sidetabell" #: libraries/classes/Config/Descriptions.php:1107 +#, fuzzy msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -6957,7 +6958,7 @@ msgid "Database %1$s has been created." msgstr "Databasen %1$s er opprettet." #: libraries/classes/Controllers/Server/ServerDatabasesController.php:208 -#, php-format +#, fuzzy, php-format msgid "%1$d database has been dropped successfully." msgid_plural "%1$d databases have been dropped successfully." msgstr[0] "%1$d database har blitt slettet." From 7c58f7dca670dcbba3728301899c43476ff2dd0c Mon Sep 17 00:00:00 2001 From: Kurt Eilertsen Date: Tue, 24 Nov 2020 09:05:47 +0000 Subject: [PATCH 26/95] =?UTF-8?q?Translated=20using=20Weblate=20(Norwegian?= =?UTF-8?q?=20Bokm=C3=A5l)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 64.7% (2142 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/nb_NO/ Signed-off-by: Kurt Eilertsen --- po/nb.po | 111 ++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 72 insertions(+), 39 deletions(-) diff --git a/po/nb.po b/po/nb.po index bfb2b52abd..32e8e6d29b 100644 --- a/po/nb.po +++ b/po/nb.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-11-22 21:57+0000\n" -"Last-Translator: William Desportes \n" +"PO-Revision-Date: 2020-11-24 11:59+0000\n" +"Last-Translator: Kurt Eilertsen \n" "Language-Team: Norwegian Bokmål \n" "Language: nb\n" @@ -4223,7 +4223,9 @@ msgstr "Fremmednøkkelbegrensning" #: libraries/classes/Config/Descriptions.php:430 msgid "Default value for foreign key checks checkbox for some queries." -msgstr "Forvalgsverdi for fremmede nøkkelsjekker for noen spørsmål." +msgstr "" +"Standardverdi for fremmed nøkkel kontroller avkrysningsruten for noen " +"spørsmål." #: libraries/classes/Config/Descriptions.php:432 msgid "Foreign key checks" @@ -4622,7 +4624,7 @@ msgstr "Ikke avbryt under INSERT feil" #: libraries/classes/Config/Descriptions.php:639 #: libraries/classes/Config/Descriptions.php:660 msgid "Add ON DUPLICATE KEY UPDATE" -msgstr "Legg til OPPDATERING VED DUPLIKAT AV NØKKEL" +msgstr "Legg til OPPDATERING PÅ DUPLIKAT NØKKEL" #: libraries/classes/Config/Descriptions.php:641 #: libraries/classes/Config/Descriptions.php:662 @@ -4734,8 +4736,8 @@ msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -"Definerer om forrige innlogging skal huske eller ikke i [kbd]cookie[/kbd] " -"autentiseringsmodus" +"Definerer om forrige innlogging skal huskes eller ikke i [kbd]cookie[/kbd] " +"autentiseringsmodus." #: libraries/classes/Config/Descriptions.php:707 msgid "Recall user name" @@ -4858,8 +4860,8 @@ msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -"Maks antal byte et skript har lov til å bruke, f.eks. [kbd]32M[/kbd] " -"([kbd]-1[/kbd] for ingen begrensning og [kbd]0[/kbd] for ingen endring)" +"Antall byte som et skript har lov til å tildele, f.eks. [kbd]32M[/kbd] " +"([kbd]-1[/kbd] uten grense og [kbd]0[/kbd] uten forandring)." #: libraries/classes/Config/Descriptions.php:766 msgid "Memory limit" @@ -5394,7 +5396,7 @@ msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -"La stå tom for ingen [doc@bookmarks@]bookmark[/doc] support, forslag: " +"La stå tomt for ingen [doc@bookmarks@]bookmark[/doc] støtte, foreslått: " "[kbd]pma__bookmark[/kbd]" #: libraries/classes/Config/Descriptions.php:1001 @@ -5436,8 +5438,8 @@ msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -"En spesiell MySQL-bruker konfigurert med begrensede tillatelser, mer " -"informasjon tilgjengelig på [doc@linked-tables] dokumentasjon [/doc]." +"En spesiell MySQL bruker konfigurert med begrensede rettigheter, mer " +"informasjon tilgjengelig på [doc@linked-tables]documentation[/doc]." #: libraries/classes/Config/Descriptions.php:1021 msgid "Control user" @@ -5633,7 +5635,6 @@ msgid "PDF schema: pages table" msgstr "PDF schema: sidetabell" #: libraries/classes/Config/Descriptions.php:1107 -#, fuzzy msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -5693,7 +5694,7 @@ msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -"La stå tom for ingen [doc@relations@]relation-links[/doc] support, forslag: " +"La stå tom for ingen [doc@relations@]relation-links[/doc] støtte, anbefalt: " "[kbd]pma__relation[/kbd]." #: libraries/classes/Config/Descriptions.php:1138 @@ -5703,7 +5704,7 @@ msgstr "Relasjonstabell" #: libraries/classes/Config/Descriptions.php:1141 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." -msgstr "Se [doc@authentication-modes]autentiseringstyper[/doc] for et eksempel" +msgstr "Se [doc@authentication-modes]autentiseringstyper[/doc] for et eksempel." #: libraries/classes/Config/Descriptions.php:1145 msgid "Signon session name" @@ -6688,7 +6689,7 @@ msgstr "" "Du angir [kbd]config[/kbd] autentiseringstype og inkluderte brukernavn og " "passord for automatisk pålogging, noe som ikke er et ønskelig alternativ for " "live verter. Alle som kjenner eller gjetter phpMyAdmin URL-en din, kan få " -"direkte tilgang til phpMyAdmin-panelet. Sett %1$s godkjenningstype %2$s til " +"direkte tilgang til phpMyAdmin-panelet. Sett %1$sauthentication type%2$s til " "[kbd]cookie[/kbd] eller [kbd]http[/kbd]." #: libraries/classes/Config/ServerConfigChecks.php:230 @@ -6821,8 +6822,7 @@ msgstr "" #: libraries/classes/Config/Validator.php:277 msgid "Empty signon URL while using [kbd]signon[/kbd] authentication method!" -msgstr "" -"Tom påloggings-URL mens du bruker [kbd]signon[/kbd] autentiseringsmetode!" +msgstr "Tom signon URL ved bruk av [kbd]signon[/kbd] autentiseringsmetode!" #: libraries/classes/Config/Validator.php:330 msgid "" @@ -6958,11 +6958,11 @@ msgid "Database %1$s has been created." msgstr "Databasen %1$s er opprettet." #: libraries/classes/Controllers/Server/ServerDatabasesController.php:208 -#, fuzzy, php-format +#, php-format msgid "%1$d database has been dropped successfully." msgid_plural "%1$d databases have been dropped successfully." -msgstr[0] "%1$d database har blitt slettet." -msgstr[1] "%1$d databasene har blitt slettet." +msgstr[0] "%1$d database har blitt slettet.%1$d databaser har blitt slettet." +msgstr[1] "" #: libraries/classes/Controllers/Server/ServerDatabasesController.php:343 #: libraries/classes/Import.php:122 @@ -10217,11 +10217,11 @@ msgstr "Ugyldig format i mediawiki innlegg i linje
%s." #: libraries/classes/Plugins/Import/ImportOds.php:78 msgid "Import percentages as proper decimals (ex. 12.00% to .12)" -msgstr "Importer prosenter som riktige desimaler (ex. 12.00% to .12)" +msgstr "Importer prosenter som ekte desimaler (eks. 12.00% til .12)" #: libraries/classes/Plugins/Import/ImportOds.php:84 msgid "Import currencies (ex. $5.00 to 5.00)" -msgstr "Importer valuta (ex. $5.00 to 5.00)" +msgstr "Importer valuta (eks. $5.00 til 5.00)" #: libraries/classes/Plugins/Import/ImportOds.php:152 #: libraries/classes/Plugins/Import/ImportXml.php:112 @@ -10727,7 +10727,7 @@ msgstr "Påslått" #: libraries/classes/Relation.php:116 msgid "Configuration of pmadb…" -msgstr "Konfigurasjon av pmadb…" +msgstr "Konfigurasjon av pmadb …" #: libraries/classes/Relation.php:120 libraries/classes/Relation.php:156 msgid "General relation features" @@ -14991,8 +14991,8 @@ msgid "" "level directory as described in [doc@setup_script]documentation[/doc]. " "Otherwise you will be only able to download or display it." msgstr "" -"Opprett den skrivbare mappen til webserveren [em] config [/em] i phpMyAdmin " -"toppnivå katalog som beskrevet i [doc@setup_script] dokumentasjon [/doc]. " +"Opprett den skrivbare mappen til nettserveren [em]config[/em] i phpMyAdmin " +"toppnivå katalog som beskrevet i [doc@setup_script]documentation[/doc]. " "Ellers vil du bare kunne laste ned eller vise den." #: setup/frames/index.inc.php:112 setup/frames/menu.inc.php:20 @@ -16672,7 +16672,7 @@ msgstr[1] "%1$s treff i %2$s" #: templates/database/search/results.twig:56 msgid "Total: %count% match" msgid_plural "Total: %count% matches" -msgstr[0] "Totalt: %count% treff" +msgstr[0] "Total: %count% treff" msgstr[1] "Totalt: %count% treff" #: templates/columns_definitions/table_fields_definitions.twig:17 @@ -17473,22 +17473,24 @@ msgstr "Gå til database" #: libraries/advisory_rules_generic.txt:49 msgid "Uptime below one day" -msgstr "" +msgstr "Oppetid under en dag" #: libraries/advisory_rules_generic.txt:52 msgid "Uptime is less than 1 day, performance tuning may not be accurate." -msgstr "" +msgstr "Oppetid er mindre enn 1 dag, ytelsejustering er kanskje ikke nøyaktig." #: libraries/advisory_rules_generic.txt:53 msgid "" "To have more accurate averages it is recommended to let the server run for " "longer than a day before running this analyzer" msgstr "" +"For å ha mer nøyaktige gjennomsnitt anbefales det å la serveren kjøre lenger " +"enn en dag før du kjører denne analysatoren" #: libraries/advisory_rules_generic.txt:54 #, php-format msgid "The uptime is only %s" -msgstr "" +msgstr "Oppetid er bare %s" #: libraries/advisory_rules_generic.txt:56 #, fuzzy @@ -17501,12 +17503,15 @@ msgid "" "Fewer than 1,000 questions have been run against this server. The " "recommendations may not be accurate." msgstr "" +"Færre enn 1000 spørsmål har blitt kjørt mot denne serveren. Anbefalingene er " +"kanskje ikke nøyaktige." #: libraries/advisory_rules_generic.txt:60 msgid "" "Let the server run for a longer time until it has executed a greater amount " "of queries." msgstr "" +"La serveren kjøre i lengre tid til den har utført en større mengde spørsmål." #: libraries/advisory_rules_generic.txt:61 #, fuzzy, php-format @@ -17524,6 +17529,8 @@ msgstr "Vis SQL spørringer" msgid "" "There is a lot of slow queries compared to the overall amount of Queries." msgstr "" +"Det er mange langsomme spørsmål sammenlignet med den totale mengden " +"spørringer." #: libraries/advisory_rules_generic.txt:67 #: libraries/advisory_rules_generic.txt:74 @@ -17531,11 +17538,13 @@ msgid "" "You might want to increase {long_query_time} or optimize the queries listed " "in the slow query log" msgstr "" +"Det kan være lurt å øke {long_query_time} eller optimalisere spørringene som " +"er oppført i den langsomme spørringsloggen" #: libraries/advisory_rules_generic.txt:68 #, php-format msgid "The slow query rate should be below 5%%, your value is %s%%." -msgstr "" +msgstr "Den sakte spørringsgraden bør være under 5%%, verdien din er %s%%." #: libraries/advisory_rules_generic.txt:70 #, fuzzy @@ -17547,6 +17556,7 @@ msgstr "Flush query cache" msgid "" "There is a high percentage of slow queries compared to the server uptime." msgstr "" +"Det er en høy andel langsomme spørsmål sammenlignet med serverens oppetid." #: libraries/advisory_rules_generic.txt:75 #, php-format @@ -17554,6 +17564,8 @@ msgid "" "You have a slow query rate of %s per hour, you should have less than 1%% per " "hour." msgstr "" +"Du har en sakte spørringsfrekvens på %s per time. Du bør ha mindre enn 1%% " +"per time." #: libraries/advisory_rules_generic.txt:77 #, fuzzy @@ -17566,12 +17578,16 @@ msgid "" "{long_query_time} is set to 10 seconds or more, thus only slow queries that " "take above 10 seconds are logged." msgstr "" +"{long_query_time} er satt til 10 sekunder eller mer, og derfor blir bare " +"langsomme spørsmål som tar over 10 sekunder logget." #: libraries/advisory_rules_generic.txt:81 msgid "" "It is suggested to set {long_query_time} to a lower value, depending on your " "environment. Usually a value of 1-5 seconds is suggested." msgstr "" +"Det anbefales å sette {long_query_time} til en lavere verdi, avhengig av " +"miljøet ditt. Vanligvis foreslås en verdi på 1-5 sekunder." #: libraries/advisory_rules_generic.txt:82 #, fuzzy, php-format @@ -17598,6 +17614,8 @@ msgid "" "Enable slow query logging by setting {log_slow_queries} to 'ON'. This will " "help troubleshooting badly performing queries." msgstr "" +"Aktiver langsom loggføring ved å sette {log_slow_queries} til \"PÅ\". Dette " +"vil hjelpe til med å feilsøke spørsmål som har dårlige resultater." #: libraries/advisory_rules_generic.txt:89 #, fuzzy @@ -17610,6 +17628,8 @@ msgid "" "Enable slow query logging by setting {slow_query_log} to 'ON'. This will " "help troubleshooting badly performing queries." msgstr "" +"Aktiver treg logglogging ved å sette {slow_query_log} til \"PÅ\". Dette vil " +"hjelpe til med å feilsøke spørsmål som har dårlige resultater." #: libraries/advisory_rules_generic.txt:96 #, fuzzy @@ -17625,13 +17645,15 @@ msgstr "Velg tabeller" #: libraries/advisory_rules_generic.txt:103 msgid "The MySQL server version less than 5.1." -msgstr "" +msgstr "MySQL-serverversjonen er mindre enn 5.1." #: libraries/advisory_rules_generic.txt:104 msgid "" "You should upgrade, as MySQL 5.1 has improved performance, and MySQL 5.5 " "even more so." msgstr "" +"Du bør oppgradere, ettersom MySQL 5.1 har forbedret ytelsen, og MySQL 5.5 " +"enda mer." #: libraries/advisory_rules_generic.txt:105 #: libraries/advisory_rules_generic.txt:112 @@ -17650,17 +17672,19 @@ msgstr "Versjon" #: libraries/advisory_rules_generic.txt:110 msgid "Version less than 5.1.30 (the first GA release of 5.1)." -msgstr "" +msgstr "Versjon mindre enn 5.1.30 (den første GA-versjonen av 5.1)." #: libraries/advisory_rules_generic.txt:111 msgid "" "You should upgrade, as recent versions of MySQL 5.1 have improved " "performance and MySQL 5.5 even more so." msgstr "" +"Du bør oppgradere, siden nyere versjoner av MySQL 5.1 har forbedret ytelsen " +"og MySQL 5.5 enda mer." #: libraries/advisory_rules_generic.txt:117 msgid "Version less than 5.5.8 (the first GA release of 5.5)." -msgstr "" +msgstr "Versjon mindre enn 5.5.8 (den første GA-versjonen av 5.5)." #: libraries/advisory_rules_generic.txt:118 #, fuzzy @@ -17677,7 +17701,7 @@ msgstr "Beskrivelse" #: libraries/advisory_rules_generic.txt:124 msgid "Version is compiled from source, not a MySQL official binary." -msgstr "" +msgstr "Versjonen er samlet fra kilden, ikke en offisiell MySQL-binær." #: libraries/advisory_rules_generic.txt:125 msgid "" @@ -17685,24 +17709,30 @@ msgid "" "distribution. The MySQL manual only is accurate for official MySQL binaries, " "not any package distributions (such as RedHat, Debian/Ubuntu etc)." msgstr "" +"Hvis du ikke kompilerte fra kilden, bruker du kanskje en pakke modifisert av " +"en distribusjon. MySQL-håndboken er bare nøyaktig for offisielle MySQL-" +"binære filer, ikke for noen pakkedistribusjoner (som RedHat, Debian/Ubuntu " +"osv.)." #: libraries/advisory_rules_generic.txt:126 msgid "'source' found in version_comment" -msgstr "" +msgstr "'kilde' funnet i version_comment" #: libraries/advisory_rules_generic.txt:131 msgid "The MySQL manual only is accurate for official MySQL binaries." -msgstr "" +msgstr "MySQL-manualen er bare nøyaktig for offisielle MySQL-binærfiler." #: libraries/advisory_rules_generic.txt:132 msgid "" "Percona documentation is at https://www.percona.com/software/documentation/" msgstr "" +"Percona dokumentasjon er på https://www.percona.com/software/documentation/" #: libraries/advisory_rules_generic.txt:133 msgid "'percona' found in version_comment" -msgstr "" +msgstr "'percona' funnet i version_comment" #: libraries/advisory_rules_generic.txt:135 #, fuzzy @@ -17712,7 +17742,7 @@ msgstr "MySQL-tegnsett" #: libraries/advisory_rules_generic.txt:138 msgid "MySQL is not compiled as a 64-bit package." -msgstr "" +msgstr "MySQL er ikke kompilert som en 64-biters pakke." #: libraries/advisory_rules_generic.txt:139 msgid "" @@ -17720,11 +17750,14 @@ msgid "" "so MySQL might not be able to access all of your memory. You might want to " "consider installing the 64-bit version of MySQL." msgstr "" +"Minnekapasiteten er over 3 GiB (forutsatt at serveren er på localhost), så " +"MySQL har kanskje ikke tilgang til hele minnet ditt. Det kan være lurt å " +"vurdere å installere 64-biters versjonen av MySQL." #: libraries/advisory_rules_generic.txt:140 #, php-format msgid "Available memory on this host: %s" -msgstr "" +msgstr "Tilgjengelig minne på denne verten: %s" #: libraries/advisory_rules_generic.txt:145 #, fuzzy From e4f0339075a957829d07b46665e2ee58d695f26d Mon Sep 17 00:00:00 2001 From: Kurt Eilertsen Date: Tue, 24 Nov 2020 22:10:57 +0000 Subject: [PATCH 27/95] =?UTF-8?q?Translated=20using=20Weblate=20(Norwegian?= =?UTF-8?q?=20Bokm=C3=A5l)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 64.8% (2147 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/nb_NO/ Signed-off-by: Kurt Eilertsen --- po/nb.po | 30 +++++++++--------------------- 1 file changed, 9 insertions(+), 21 deletions(-) diff --git a/po/nb.po b/po/nb.po index 32e8e6d29b..372c6a1fe9 100644 --- a/po/nb.po +++ b/po/nb.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-11-24 11:59+0000\n" +"PO-Revision-Date: 2020-11-25 22:28+0000\n" "Last-Translator: Kurt Eilertsen \n" "Language-Team: Norwegian Bokmål \n" @@ -6961,8 +6961,8 @@ msgstr "Databasen %1$s er opprettet." #, php-format msgid "%1$d database has been dropped successfully." msgid_plural "%1$d databases have been dropped successfully." -msgstr[0] "%1$d database har blitt slettet.%1$d databaser har blitt slettet." -msgstr[1] "" +msgstr[0] "%1$d database har blitt slettet." +msgstr[1] "%1$d databaser har blitt slettet." #: libraries/classes/Controllers/Server/ServerDatabasesController.php:343 #: libraries/classes/Import.php:122 @@ -9533,10 +9533,8 @@ msgid "Server Choice:" msgstr "Tjenervalg:" #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:313 -#, fuzzy -#| msgid "Could not connect to the target" msgid "Failed to connect to the reCAPTCHA service!" -msgstr "Kunne ikke koble til målet" +msgstr "Kunne ikke koble til reCAPTCHA tjeneste!" #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:315 msgid "Entered captcha is wrong, try again!" @@ -11276,10 +11274,8 @@ msgstr "" "Kan ikke lese masterloggposisjon. Muligens privilegieproblem på master." #: libraries/classes/ReplicationGui.php:1025 -#, fuzzy -#| msgid "Unable to change master" msgid "Unable to change master!" -msgstr "Kan ikke endre master" +msgstr "Kan ikke endre master!" #: libraries/classes/ReplicationGui.php:1029 #, fuzzy, php-format @@ -13766,10 +13762,8 @@ msgid "Let every user access this bookmark" msgstr "La alle brukere ha adgang til dette bokmerket" #: libraries/classes/Sql.php:831 -#, fuzzy -#| msgid "Bookmark %s created" msgid "Bookmark not created!" -msgstr "Bokmerke %s opprettet" +msgstr "Bokmerke er ikke opprettet!" #: libraries/classes/Sql.php:941 #, php-format @@ -14452,10 +14446,8 @@ msgid "The profile has been updated." msgstr "Profilen har blitt oppdatert." #: libraries/classes/UserPassword.php:74 -#, fuzzy -#| msgid "Password Hashing" msgid "Password is too long!" -msgstr "Passordnøkling" +msgstr "Passord er for langt!" #: libraries/classes/UserPreferences.php:157 msgid "Could not save configuration" @@ -14818,10 +14810,8 @@ msgid "Settings will be imported from your browser's local storage." msgstr "" #: prefs_manage.php:253 -#, fuzzy -#| msgid "Other core settings" msgid "You have no saved settings!" -msgstr "Andre hovedinnstillinger" +msgstr "Du har ingen lagrede innstillinger!" #: prefs_manage.php:258 prefs_manage.php:343 msgid "This feature is not supported by your web browser" @@ -14980,10 +14970,8 @@ msgid "" msgstr "" #: setup/frames/index.inc.php:97 -#, fuzzy -#| msgid "Configuration storage" msgid "Configuration not saved!" -msgstr "Konfigurasjonslager" +msgstr "Konfigurasjon er ikke lagret!" #: setup/frames/index.inc.php:100 msgid "" From 7a79795aee296d2d64d1570c272ad0839a09d3d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Tue, 24 Nov 2020 11:59:56 +0000 Subject: [PATCH 28/95] =?UTF-8?q?Translated=20using=20Weblate=20(Norwegian?= =?UTF-8?q?=20Bokm=C3=A5l)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 64.8% (2147 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/nb_NO/ Signed-off-by: Allan Nordhøy --- po/nb.po | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/po/nb.po b/po/nb.po index 372c6a1fe9..dd47144d35 100644 --- a/po/nb.po +++ b/po/nb.po @@ -5,7 +5,7 @@ msgstr "" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" "PO-Revision-Date: 2020-11-25 22:28+0000\n" -"Last-Translator: Kurt Eilertsen \n" +"Last-Translator: Allan Nordhøy \n" "Language-Team: Norwegian Bokmål \n" "Language: nb\n" @@ -4623,8 +4623,9 @@ msgstr "Ikke avbryt under INSERT feil" #: libraries/classes/Config/Descriptions.php:639 #: libraries/classes/Config/Descriptions.php:660 +#, fuzzy msgid "Add ON DUPLICATE KEY UPDATE" -msgstr "Legg til OPPDATERING PÅ DUPLIKAT NØKKEL" +msgstr "Legg til OPPDATERING VED DUPLISERING AV NØKKEL" #: libraries/classes/Config/Descriptions.php:641 #: libraries/classes/Config/Descriptions.php:662 From e7c5d43080270d93bfd2d52f2fc8a7e5e32b1371 Mon Sep 17 00:00:00 2001 From: ssantos Date: Thu, 26 Nov 2020 22:38:47 +0000 Subject: [PATCH 29/95] Translated using Weblate (Portuguese) Currently translated at 100.0% (3309 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/pt/ Signed-off-by: ssantos --- po/pt.po | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/po/pt.po b/po/pt.po index 415f349acb..e58c187418 100644 --- a/po/pt.po +++ b/po/pt.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-10-04 21:34+0000\n" +"PO-Revision-Date: 2020-11-27 08:34+0000\n" "Last-Translator: ssantos \n" -"Language-Team: Portuguese \n" +"Language-Team: Portuguese \n" "Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.3-dev\n" +"X-Generator: Weblate 4.4-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -16952,9 +16952,7 @@ msgstr "" #: libraries/advisory_rules_generic.txt:210 #, php-format msgid "Current values are tmp_table_size: %s, max_heap_table_size: %s" -msgstr "" -"Os valores atuais de tmp_table_size são de: %s e de max_heap_table_size de: " -"%s" +msgstr "Os valores atuais de tmp_table_size são: %s, max_heap_table_size: %s" #: libraries/advisory_rules_generic.txt:212 msgid "Percentage of temp tables on disk" From a152a0332c88b389c062caaf417f349aa7021288 Mon Sep 17 00:00:00 2001 From: Domen Date: Tue, 8 Dec 2020 01:40:31 +0000 Subject: [PATCH 30/95] Translated using Weblate (Slovenian) Currently translated at 100.0% (3309 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/sl/ Signed-off-by: Domen --- po/sl.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/po/sl.po b/po/sl.po index 6a4998864b..940976863d 100644 --- a/po/sl.po +++ b/po/sl.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-10-22 21:46+0000\n" +"PO-Revision-Date: 2020-12-09 02:29+0000\n" "Last-Translator: Domen \n" "Language-Team: Slovenian \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: Weblate 4.3.1\n" +"X-Generator: Weblate 4.4-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -9508,7 +9508,7 @@ msgstr "Možnosti ustvarjanja podatkov" #: libraries/classes/Plugins/Export/ExportSql.php:351 #: libraries/classes/Plugins/Export/ExportSql.php:2300 msgid "Truncate table before insert" -msgstr "Počisti tabelo pred vstavljanjem" +msgstr "Izprazni tabelo pred vstavljanjem" #: libraries/classes/Plugins/Export/ExportSql.php:358 msgid "Instead of INSERT statements, use:" From 3d7b44626c6168df592e6d7b2465a3f1b90eba0f Mon Sep 17 00:00:00 2001 From: Andady Zhang Date: Fri, 18 Dec 2020 03:53:36 +0000 Subject: [PATCH 31/95] Translated using Weblate (Chinese (Simplified)) Currently translated at 99.9% (3306 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/zh_Hans/ Signed-off-by: Andady Zhang --- po/zh_CN.po | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/po/zh_CN.po b/po/zh_CN.po index 00345320bb..6aad744418 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2019-12-13 11:05+0000\n" -"Last-Translator: popcorner \n" +"PO-Revision-Date: 2020-12-19 04:29+0000\n" +"Last-Translator: Andady Zhang \n" "Language-Team: Chinese (Simplified) \n" "Language: zh_CN\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 3.10-dev\n" +"X-Generator: Weblate 4.4-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -9562,12 +9562,11 @@ msgid "" "(Default 1). The fourth option, if set to 1, will prevent wrapping and " "ensure that the output appears all on one line (Default 1)." msgstr "" -"仅 LINUX:调用外部程序并通过标准输入传入字段数据。返回此应用程序的标准输出。" -"默认为 Tidy,可以很好的打印 HTML 代码。为了安全起见,您需要手动编辑 " -"libraries/classes/Plugins/Transformations/Output/Text_Plain_External.php 文件" -"来加入可以运行的工具。第一个选项是您想要使用的程序编号,第二个选项是程序的参" -"数。第三个参数如果设为 1 的话将会用 htmlspecialchars() 处理输出 (默认为 1)。" -"第四个参数如果设为 1 的话,将禁止换行,确保所有内容显示在一行中 (默认为 1)。" +"仅 LINUX:调用外部程序并通过标准输入传入字段数据。返回此应用程序的标准输出。默认为 Tidy,可以很好的打印 HTML 代码。为了安全起见," +"您需要手动编辑 libraries/classes/Plugins/Transformations/Abs/" +"ExternalTransformationsPlugin.php 文件来加入可以运行的工具。第一个选项是您想要使用的程序编号,第二个选项为空向后兼容。" +"第三个参数如果设为 1 的话将会用 htmlspecialchars() 处理输出 (默认为 1)。第四个参数如果设为 1 的话,将禁止换行," +"确保所有内容显示在一行中 (默认为 1)。" #: libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php:114 #, php-format From b00292d5ca4867e890f29c518fc5c19a5a348439 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sat, 19 Dec 2020 11:30:17 +0000 Subject: [PATCH 32/95] Translated using Weblate (German) Currently translated at 99.9% (3306 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/de/ Signed-off-by: William Desportes --- po/de.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/po/de.po b/po/de.po index b24fe60ff8..7e13e3b2f7 100644 --- a/po/de.po +++ b/po/de.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin-docs 4.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2019-12-25 08:21+0000\n" -"Last-Translator: ssantos \n" +"PO-Revision-Date: 2020-12-20 16:29+0000\n" +"Last-Translator: William Desportes \n" "Language-Team: German \n" "Language: de\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.10\n" +"X-Generator: Weblate 4.4-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -12982,7 +12982,7 @@ msgid "" "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -"Die Anzahl der Freien Speicher Bläcken im Abfragen-Zwischenspeicher. Hohe " +"Die Anzahl der Freien Speicher Blöcken im Abfragen-Zwischenspeicher. Hohe " "Werte können Fragmentierungsprobleme aufzeigen, die durch eine FLUSH QUERY " "CACHE - Abfrage beseitigt werden können." From 227ff48297b91075b15d4ce29ee7cc983152007b Mon Sep 17 00:00:00 2001 From: dingo thirteen Date: Sat, 19 Dec 2020 15:52:49 +0000 Subject: [PATCH 33/95] Translated using Weblate (Dutch) Currently translated at 100.0% (3309 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/nl/ Signed-off-by: dingo thirteen --- po/nl.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/po/nl.po b/po/nl.po index d5a07e4c98..11fd1f5b37 100644 --- a/po/nl.po +++ b/po/nl.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-11-16 03:28+0000\n" +"PO-Revision-Date: 2020-12-20 16:29+0000\n" "Last-Translator: dingo thirteen \n" "Language-Team: Dutch " "\n" @@ -2983,7 +2983,7 @@ msgstr "Week" #. #: js/messages.php:899 msgid "calendar-month-year" -msgstr "calendar-month-year" +msgstr "kalender-maand-jaar" #. l10n: Year suffix for calendar, "none" is empty. #: js/messages.php:902 @@ -10559,7 +10559,7 @@ msgid "" "master." msgstr "" "Nadat u de MySQL-server herstart heeft, klikt u op Start. Hierna zou u de " -"melding moeten krijgen dat de server ingesteld is als master." +"melding moeten krijgen dat de server ingesteld is als master." #: libraries/classes/ReplicationGui.php:153 #: templates/server/databases/table_header.twig:37 @@ -12934,8 +12934,8 @@ msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -"Het aantal joins dat geen gebruik maakt van een index. Indien dit geen 0 is, " -"is het aan te raden om het gebruik van indexen te controleren." +"Het aantal joins dat geen gebruik maakt van een index. Is dit geen 0, dan is " +"het aan te raden om het gebruik van indexen te controleren." #: libraries/classes/Server/Status/Variables.php:697 msgid "The number of joins that used a range search on a reference table." From 5f80b517f5be4e11028afba9b654499c956a36ca Mon Sep 17 00:00:00 2001 From: Senthil Nathan Date: Sun, 27 Dec 2020 15:49:53 +0000 Subject: [PATCH 34/95] Translated using Weblate (Tamil) Currently translated at 33.7% (1116 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/ta/ Signed-off-by: Senthil Nathan --- po/ta.po | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/po/ta.po b/po/ta.po index cc152a8c9f..6e85def0e6 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,16 +7,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-04-11 20:31+0000\n" -"Last-Translator: Leslin K S \n" -"Language-Team: Tamil \n" +"PO-Revision-Date: 2020-12-28 16:29+0000\n" +"Last-Translator: Senthil Nathan \n" +"Language-Team: Tamil " +"\n" "Language: ta\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: Weblate 4.0-dev\n" +"X-Generator: Weblate 4.4.1-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -304,7 +304,7 @@ msgstr "தரவு" #: templates/display/export/select_options.twig:4 #: templates/database/search/selection_form.twig:32 msgid "Select all" -msgstr "அனைத்தையும் தெரிவுசெய்க" +msgstr "அனைத்தையும் தெரிவு செய்க" #: db_operations.php:58 tbl_create.php:27 msgid "The database name is empty!" @@ -342,10 +342,8 @@ msgid "Multi-table query" msgstr "வினவலை பாவித்து காண்பி" #: db_qbe.php:149 templates/database/multi_table_query/form.twig:3 -#, fuzzy -#| msgid "Query failed" msgid "Query by example" -msgstr "வினவல் தோல்வியடைந்தது" +msgstr "எடுத்துக்காட்டுவாரியாக வினவல்" #: db_qbe.php:168 #, php-format From 4b14ce126549cb3ff9b29412f3140791b8a17893 Mon Sep 17 00:00:00 2001 From: Alvaro Enrique Ruano Date: Fri, 1 Jan 2021 20:24:23 +0000 Subject: [PATCH 35/95] Translated using Weblate (Spanish) Currently translated at 99.8% (3303 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/es/ Signed-off-by: Alvaro Enrique Ruano --- po/es.po | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/po/es.po b/po/es.po index 06ad02028a..20e620ba3b 100644 --- a/po/es.po +++ b/po/es.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2019-04-21 22:36+0000\n" -"Last-Translator: Pablo Mayordomo \n" -"Language-Team: Spanish \n" +"Language-Team: Spanish \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: Weblate 3.7\n" +"X-Generator: Weblate 4.4.1-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -540,15 +540,11 @@ msgid "Output" msgstr "Salida" #: gis_data_editor.php:423 -#, fuzzy -#| msgid "" -#| "Choose \"GeomFromText\" from the \"Function\" column and paste the string " -#| "below into the \"Value\" field." msgid "" "Choose \"ST_GeomFromText\" from the \"Function\" column and paste the string " "below into the \"Value\" field." msgstr "" -"Seleccione «GeomFromText» de la columna \"Función\" y pegue la cadena " +"Seleccione «ST_GeomFromText» de la columna \"Función\" y pegue la cadena " "ubicada debajo en el campo \"Valor\"." #: import.php:73 @@ -2386,10 +2382,8 @@ msgid "%d object(s) created." msgstr "%d objeto(s) creado(s)." #: js/messages.php:582 -#, fuzzy -#| msgid "Column names" msgid "Column name" -msgstr "Nombre de las columnas" +msgstr "Nombre de la columna" #: js/messages.php:583 libraries/classes/SqlQueryForm.php:419 msgid "Submit" @@ -2748,12 +2742,11 @@ msgid "Failed security key activation (%s)." msgstr "Ha fallado la activación de la llave de seguridad (%s)." #: js/messages.php:755 -#, fuzzy, php-format -#| msgid "Table %s already exists!" +#, php-format msgctxt "" "The table already exists in the designer and can not be added once more." msgid "Table %s already exists!" -msgstr "La tabla %s ya existe!" +msgstr "¡La tabla %s ya existe!" #: js/messages.php:756 libraries/classes/InsertEdit.php:289 #: libraries/classes/Navigation/Nodes/NodeDatabaseChild.php:54 @@ -3581,12 +3574,9 @@ msgid "accent-sensitive" msgstr "dependiente de acentos" #: libraries/classes/Charsets.php:679 -#, fuzzy -#| msgctxt "Collation variant" -#| msgid "accent-sensitive" msgctxt "Collation variant" msgid "kana-sensitive" -msgstr "dependiente de acentos" +msgstr "Sensible al kanatipo" #: libraries/classes/Charsets.php:683 msgctxt "Collation variant" @@ -3601,7 +3591,7 @@ msgstr "binario" #: libraries/classes/Charsets.php:689 msgctxt "Collation variant" msgid "no-pad" -msgstr "" +msgstr "sin relleno" #: libraries/classes/Config.php:1132 #, php-format From 4e3ca9b7e8d655aff2693fed28c30a24c3cf62ab Mon Sep 17 00:00:00 2001 From: Kyotaro Iijima Date: Wed, 30 Dec 2020 23:18:03 +0000 Subject: [PATCH 36/95] Translated using Weblate (Japanese) Currently translated at 100.0% (3309 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/ja/ Signed-off-by: Kyotaro Iijima --- po/ja.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/po/ja.po b/po/ja.po index 0dc5b4e70e..9523cabc7f 100644 --- a/po/ja.po +++ b/po/ja.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-10-11 17:09+0000\n" +"PO-Revision-Date: 2021-01-02 20:29+0000\n" "Last-Translator: Kyotaro Iijima \n" "Language-Team: Japanese \n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.3-dev\n" +"X-Generator: Weblate 4.4.1-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -16104,7 +16104,7 @@ msgstr "外部キー制約" #: templates/table/relation/common_form.twig:10 msgid "Actions" -msgstr "アクション" +msgstr "操作" #: templates/table/relation/common_form.twig:11 msgid "Constraint properties" From e1ab558ecb5804ec70565caefec95b465bd7c61b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Thu, 31 Dec 2020 20:09:25 +0000 Subject: [PATCH 37/95] Translated using Weblate (Portuguese (Brazil)) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 100.0% (3309 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/pt_BR/ Signed-off-by: Maurício Meneghini Fauth --- po/pt_BR.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/po/pt_BR.po b/po/pt_BR.po index b67e32b57f..8af5d5c292 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-08-31 20:54+0000\n" +"PO-Revision-Date: 2021-01-02 20:29+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Portuguese (Brazil) \n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.2.1-dev\n" +"X-Generator: Weblate 4.4.1-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -8166,7 +8166,7 @@ msgstr "Ignorando o código de linguagem não suportado." #: libraries/classes/LanguageManager.php:963 #: libraries/classes/LanguageManager.php:964 setup/frames/index.inc.php:63 msgid "Language" -msgstr "Linguagem" +msgstr "Idioma" #: libraries/classes/Linter.php:98 msgid "" From 6a7c47a76d1f2e800a513ec6734742a91d83e4a1 Mon Sep 17 00:00:00 2001 From: Petr Duda Date: Sun, 3 Jan 2021 21:48:13 +0000 Subject: [PATCH 38/95] Translated using Weblate (Czech) Currently translated at 100.0% (3309 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/cs/ Signed-off-by: Petr Duda --- po/cs.po | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/po/cs.po b/po/cs.po index 450c5c99cc..f70e45ad77 100644 --- a/po/cs.po +++ b/po/cs.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-11-03 08:26+0000\n" +"PO-Revision-Date: 2021-01-04 06:09+0000\n" "Last-Translator: Petr Duda \n" "Language-Team: Czech " "\n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Weblate 4.3.2-dev\n" +"X-Generator: Weblate 4.4.1-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -6326,7 +6326,8 @@ msgstr "" #: libraries/classes/Config/ServerConfigChecks.php:169 msgid "You should use SSL connections if your database server supports it." -msgstr "Měli byste použít SSL připojení, pokud to váš databázový podporuje." +msgstr "" +"Měli byste použít SSL připojení, pokud to váš databázový server podporuje." #: libraries/classes/Config/ServerConfigChecks.php:176 msgid "" From 56833b89c4bd9d2f58828bea7a0305605e345d07 Mon Sep 17 00:00:00 2001 From: Masahiro Fujimoto Date: Sun, 3 Jan 2021 10:58:25 +0000 Subject: [PATCH 39/95] Translated using Weblate (Japanese) Currently translated at 100.0% (3309 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/ja/ Signed-off-by: Masahiro Fujimoto --- po/ja.po | 58 +++++++++++++++++++++++--------------------------------- 1 file changed, 24 insertions(+), 34 deletions(-) diff --git a/po/ja.po b/po/ja.po index 9523cabc7f..6d9877e827 100644 --- a/po/ja.po +++ b/po/ja.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2021-01-02 20:29+0000\n" -"Last-Translator: Kyotaro Iijima \n" +"PO-Revision-Date: 2021-01-04 06:09+0000\n" +"Last-Translator: Masahiro Fujimoto \n" "Language-Team: Japanese \n" "Language: ja\n" @@ -953,7 +953,7 @@ msgstr "選択されたユーザー「%s」を本当に無効にしますか?" #: js/messages.php:76 msgid "Do you really want to delete this central column?" -msgstr "本当に中心カラム「%s」の削除を実行しますか?" +msgstr "この主要カラムを削除してよろしいですか?" #: js/messages.php:78 msgid "Do you really want to delete the selected items?" @@ -1990,9 +1990,7 @@ msgstr "このリストの検索" msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." -msgstr "" -"中央のリストの列はありません。データベース「%s」の中央列リストが現在のテーブ" -"ルの列が存在しないことを確認してください。" +msgstr "リストに主要カラムがありません。データベース「%s」の主要カラムリストに現在のテーブルに存在しないカラムがあることを確認してください。" #: js/messages.php:437 msgid "See more" @@ -3139,12 +3137,12 @@ msgstr "ページ番号:" msgid "" "The configuration storage is not ready for the central list of columns " "feature." -msgstr "構成ストレージは、カラムの中央リスト機能の準備ができていません。" +msgstr "構成ストレージは、主要カラムリスト機能の準備ができていません。" #: libraries/classes/CentralColumns.php:362 #, php-format msgid "Could not add %1$s as they already exist in central list!" -msgstr "「%1$s」は中央リストに既に存在するので、追加できませんでした!" +msgstr "すでに %1$s は主要カラムリストに存在するので、追加できませんでした。" #: libraries/classes/CentralColumns.php:377 msgid "Could not add columns!" @@ -3154,8 +3152,7 @@ msgstr "カラムを追加できませんでした!" #, php-format msgid "" "Couldn't remove Column(s) %1$s as they don't exist in central columns list!" -msgstr "" -"Central columns list に存在しないため、 カラム %1$s を削除できませんでした!" +msgstr "カラム %1$s は主要カラムリストに存在しないため、削除できませんでした。" #: libraries/classes/CentralColumns.php:466 msgid "Could not remove columns!" @@ -5353,15 +5350,13 @@ msgstr "" #: libraries/classes/Config/Descriptions.php:1083 msgid "Central columns table" -msgstr "中央カラムテーブル" +msgstr "主要カラムテーブル" #: libraries/classes/Config/Descriptions.php:1086 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." -msgstr "" -"中央カラムを使用しない場合は空欄にします。[kbd]pma__central_columns[/kbd] と" -"しておくのがいいでしょう。" +msgstr "主要カラムを使用しない場合は空欄にします。[kbd]pma__central_columns[/kbd] としておくのがいいでしょう。" #: libraries/classes/Config/Descriptions.php:1091 msgid "" @@ -5563,7 +5558,7 @@ msgstr "DROP VIEW を追加する" #: libraries/classes/Config/Descriptions.php:1196 msgid "Defines the list of statements the auto-creation uses for new versions." -msgstr "新しい世代に対して自動生成使用するコマンドのリストを定義します。" +msgstr "使用されたときに新しい版を自動生成する文のリストを定義します。" #: libraries/classes/Config/Descriptions.php:1198 msgid "Statements to track" @@ -5585,9 +5580,7 @@ msgstr "SQL コマンド追跡テーブル" msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." -msgstr "" -"SQL コマンドの追跡機能が、テーブルやビューに対して自動的に世代を作成するかど" -"うか。" +msgstr "SQL コマンドの追跡機能が、テーブルやビューに対して自動的に版を作成するかどうか。" #: libraries/classes/Config/Descriptions.php:1212 msgid "Automatically create versions" @@ -8137,7 +8130,7 @@ msgstr "デザイナ" #: libraries/classes/Menu.php:549 libraries/classes/Util.php:4017 #: templates/database/structure/check_all_tables.twig:32 msgid "Central columns" -msgstr "中央カラム" +msgstr "主要カラム" #: libraries/classes/Menu.php:607 msgid "User accounts" @@ -8457,7 +8450,7 @@ msgstr "" #: libraries/classes/Normalization.php:196 msgid "Show me the central list of columns that are not already in this table" -msgstr "このテーブルに存在しないカラムの中央リストを表示" +msgstr "このテーブルに存在しない主要カラムのリストを表示します" #: libraries/classes/Normalization.php:199 msgid "" @@ -8497,10 +8490,7 @@ msgstr "主キーは既に存在しています。" msgid "" "There is no primary key; please add one.
Hint: A primary key is a column " "(or combination of columns) that uniquely identify all rows." -msgstr "" -"プライマリーキーがありません。1つ追加してください。
ヒント:プライマリー" -"キーはすべての行を個別に識別できるカラム(や、カラムの組み合わせ)に指定しま" -"す。" +msgstr "主キーがありません。1つ追加してください。
ヒント:主キーはすべての行を個別に識別できるカラム(や、カラムの組み合わせ)に指定します。" #: libraries/classes/Normalization.php:254 msgid "Add a primary key on existing column(s)" @@ -10201,11 +10191,11 @@ msgstr "ナビゲーション項目を表示/非表示" #: libraries/classes/Relation.php:329 msgid "Saving Query-By-Example searches" -msgstr "「例によるクエリ」検索を保存しています" +msgstr "定型問い合わせ検索を保存しています" #: libraries/classes/Relation.php:340 msgid "Managing Central list of columns" -msgstr "中央リストカラムの管理" +msgstr "主要カラムのリストを管理" #: libraries/classes/Relation.php:351 msgid "Remembering Designer Settings" @@ -12871,7 +12861,7 @@ msgstr "ø 時間" #: libraries/classes/Sql.php:604 libraries/classes/Sql.php:622 msgid "Bookmark this SQL query" -msgstr "この SQL をブックマークする" +msgstr "この SQL をブックマーク" #: libraries/classes/Sql.php:608 msgid "Label:" @@ -12947,7 +12937,7 @@ msgstr "バインドパラメータ" #: libraries/classes/SqlQueryForm.php:308 msgid "Bookmark this SQL query:" -msgstr "この SQL をブックマークする。" +msgstr "この SQL をブックマーク:" #: libraries/classes/SqlQueryForm.php:322 msgid "Replace existing bookmark of same name" @@ -14511,15 +14501,15 @@ msgstr "テーブル名の接頭辞を付け替える" #: templates/database/structure/check_all_tables.twig:33 msgid "Add columns to central list" -msgstr "中央リストにカラムを追加する" +msgstr "主要カラムリストへ追加" #: templates/database/structure/check_all_tables.twig:34 msgid "Remove columns from central list" -msgstr "中央リストからカラムを削除" +msgstr "主要カラムリストから削除" #: templates/database/structure/check_all_tables.twig:35 msgid "Make consistent with central list" -msgstr "中央のリストと整合性にする" +msgstr "主要カラムリストと整合を取る" #: templates/columns_definitions/column_length.twig:9 msgid "Edit ENUM/SET values" @@ -15764,7 +15754,7 @@ msgstr "外部キーです。" #: templates/columns_definitions/column_name.twig:40 msgid "Pick from Central Columns" -msgstr "中央カラムから選択" +msgstr "主要カラムから選択" #: templates/table/tracking/structure_snapshot_columns.twig:47 #: templates/table/structure/table_structure_row.twig:34 @@ -15858,12 +15848,12 @@ msgstr "%s にインデックスを追加しました。" #: templates/table/structure/actions_in_table_structure.twig:127 #: templates/table/structure/check_all_table_column.twig:83 msgid "Remove from central columns" -msgstr "中央カラムから削除" +msgstr "主要カラムから削除" #: templates/table/structure/actions_in_table_structure.twig:131 #: templates/table/structure/check_all_table_column.twig:76 msgid "Add to central columns" -msgstr "中央カラムに追加" +msgstr "主要カラムに追加" #: templates/privileges/privileges_summary.twig:20 msgid "Column-specific privileges" From ec08712d381d84b44c9cdc61cbb067317fb95aa0 Mon Sep 17 00:00:00 2001 From: Petr Duda Date: Mon, 4 Jan 2021 22:28:56 +0000 Subject: [PATCH 40/95] Translated using Weblate (Czech) Currently translated at 100.0% (3309 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/cs/ Signed-off-by: Petr Duda --- po/cs.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/po/cs.po b/po/cs.po index f70e45ad77..67366fec7c 100644 --- a/po/cs.po +++ b/po/cs.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2021-01-04 06:09+0000\n" +"PO-Revision-Date: 2021-01-05 22:29+0000\n" "Last-Translator: Petr Duda \n" "Language-Team: Czech " "\n" @@ -6109,12 +6109,12 @@ msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -"Povolí mód Automatické konfigurace, který vám dovolí nastavit phpMyAdmin " -"konfigurační úložiště tabulek automaticky." +"Povolit režim Automatické konfigurace, který umožňuje automatické nastavení " +"tabulek konfiguračního úložiště phpMyAdmin." #: libraries/classes/Config/Descriptions.php:1464 msgid "Enable Zero Configuration mode" -msgstr "Umožnit mód Automatické konfigurace" +msgstr "Povolit režim Automatické konfigurace" #: libraries/classes/Config/Descriptions.php:1466 #: templates/console/display.twig:153 @@ -13914,7 +13914,7 @@ msgstr "Nepodařilo se uložit nastavení, odeslaný formulář obsahuje chyby!" #: prefs_manage.php:52 msgid "phpMyAdmin configuration snippet" -msgstr "Úryvek konfigurace phpMyAdmina" +msgstr "Fragment konfigurace phpMyAdmina" #: prefs_manage.php:53 msgid "Paste it to your config.inc.php" From 2f90f10ce1cb58337125a907ab8b901430d1d163 Mon Sep 17 00:00:00 2001 From: Masahiro Fujimoto Date: Mon, 4 Jan 2021 08:26:26 +0000 Subject: [PATCH 41/95] Translated using Weblate (Japanese) Currently translated at 100.0% (3309 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/ja/ Signed-off-by: Masahiro Fujimoto --- po/ja.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/ja.po b/po/ja.po index 6d9877e827..e5db13ffce 100644 --- a/po/ja.po +++ b/po/ja.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2021-01-04 06:09+0000\n" +"PO-Revision-Date: 2021-01-05 22:29+0000\n" "Last-Translator: Masahiro Fujimoto \n" "Language-Team: Japanese \n" @@ -4768,7 +4768,7 @@ msgstr "メモリ制限" #: libraries/classes/Config/Descriptions.php:768 msgid "In the navigation panel, replaces the database tree with a selector" -msgstr "ナビゲーション画面でデータベースツリーをセレクタで置き換えます" +msgstr "ナビゲーションパネルでデータベースツリーをセレクタで置き換えます" #: libraries/classes/Config/Descriptions.php:770 msgid "Show databases navigation as tree" From d5f3fe7937888dfcbd780cf7409efd59d7c37dc5 Mon Sep 17 00:00:00 2001 From: Masahiro Fujimoto Date: Thu, 7 Jan 2021 17:10:26 +0000 Subject: [PATCH 42/95] Translated using Weblate (Japanese) Currently translated at 100.0% (3309 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/ja/ Signed-off-by: Masahiro Fujimoto --- po/ja.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/po/ja.po b/po/ja.po index e5db13ffce..b83cd62e27 100644 --- a/po/ja.po +++ b/po/ja.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2021-01-05 22:29+0000\n" +"PO-Revision-Date: 2021-01-08 17:32+0000\n" "Last-Translator: Masahiro Fujimoto \n" "Language-Team: Japanese \n" @@ -348,7 +348,7 @@ msgstr "例によるクエリ" #: db_qbe.php:168 #, php-format msgid "Switch to %svisual builder%s" -msgstr "%sビジュアル・クエリ・ビルダ%sに切り替える" +msgstr "%sビジュアルビルダ%sに切り替え" #: db_search.php:32 libraries/classes/Plugins/Auth/AuthenticationConfig.php:84 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:99 @@ -6105,7 +6105,7 @@ msgstr "暗いテーマに切り替える" #: libraries/classes/Config/Descriptions.php:1476 msgid "Console height" -msgstr "コンソール高さ" +msgstr "コンソールの高さ" #: libraries/classes/Config/Descriptions.php:1478 msgid "Console mode" @@ -13565,7 +13565,7 @@ msgstr "クエリを実行する" #: libraries/classes/Util.php:1166 msgctxt "Inline edit query" msgid "Edit inline" -msgstr "インラインを編集する" +msgstr "インライン編集" #. l10n: Short week day name for Sunday #: libraries/classes/Util.php:1506 From ac0db159341c1316663e11fdeb241589bcdcce3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Sat, 9 Jan 2021 00:53:20 +0000 Subject: [PATCH 43/95] =?UTF-8?q?Translated=20using=20Weblate=20(Norwegian?= =?UTF-8?q?=20Bokm=C3=A5l)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 64.8% (2147 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/nb_NO/ Signed-off-by: Allan Nordhøy --- po/nb.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/po/nb.po b/po/nb.po index dd47144d35..12cb3dd7e8 100644 --- a/po/nb.po +++ b/po/nb.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-11-25 22:28+0000\n" +"PO-Revision-Date: 2021-01-09 18:35+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: Norwegian Bokmål \n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.4-dev\n" +"X-Generator: Weblate 4.4.1-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -4248,7 +4248,7 @@ msgstr "Endre visningsmodus" #: libraries/classes/Config/Descriptions.php:502 #: libraries/classes/Config/Descriptions.php:559 msgid "Customize default options." -msgstr "Tilpass standardinstillinger." +msgstr "Tilpass forvalgsinnstillinger." #: libraries/classes/Config/Descriptions.php:442 #: libraries/classes/Config/Forms/User/ExportForm.php:75 @@ -4549,7 +4549,7 @@ msgstr "Texy! tekst" #: libraries/classes/Config/Descriptions.php:597 msgid "Customize default options" -msgstr "Tilpass standardinstillinger" +msgstr "Tilpass forvalgsinnstillinger" #: libraries/classes/Config/Descriptions.php:599 msgid "Warnings" From b19debf7efb22459f29948809e73641a3f49f292 Mon Sep 17 00:00:00 2001 From: Masahiro Fujimoto Date: Sun, 10 Jan 2021 02:31:24 +0000 Subject: [PATCH 44/95] Translated using Weblate (Japanese) Currently translated at 100.0% (3309 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/ja/ Signed-off-by: Masahiro Fujimoto --- po/ja.po | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/po/ja.po b/po/ja.po index b83cd62e27..772cf9f205 100644 --- a/po/ja.po +++ b/po/ja.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2021-01-08 17:32+0000\n" +"PO-Revision-Date: 2021-01-11 02:32+0000\n" "Last-Translator: Masahiro Fujimoto \n" "Language-Team: Japanese \n" @@ -3678,9 +3678,7 @@ msgstr "CHAR 系カラムの編集" msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." -msgstr "" -"構文の色分けや行番号機能がある親切なエディタ ([a@https://codemirror." -"net/]CodeMirror[/a]) を、SQL クエリの編集の際に使用します。" +msgstr "SQL クエリの編集に、構文の強調や行番号表示があるユーザフレンドリなエディタ (CodeMirror) を使用します。" #: libraries/classes/Config/Descriptions.php:120 msgid "Enable CodeMirror" @@ -5851,8 +5849,7 @@ msgstr "ログインクッキーの有効期間警告" msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." -msgstr "" -"編集モードでの textarea の 1 行の文字数。SQL クエリ用のでは 2 倍になります。" +msgstr "編集モードにおける textarea の 1 行の文字数。SQL クエリの textarea では 2 倍になります。" #: libraries/classes/Config/Descriptions.php:1357 msgid "Textarea columns" @@ -5862,7 +5859,7 @@ msgstr "textarea の 1 行の文字数" msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." -msgstr "編集モードでの textarea の行数。SQL クエリ用のでは 2 倍になります。" +msgstr "編集モードでの textarea の大きさ (行数)。 SQL クエリの textarea では 2 倍になります。" #: libraries/classes/Config/Descriptions.php:1364 msgid "Textarea rows" From cf7016de1e6feadf2f6877dc652dab7c8c553848 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=BB=D0=B0=D0=BC=D0=B5=D0=BD?= Date: Tue, 12 Jan 2021 16:45:12 +0000 Subject: [PATCH 45/95] Translated using Weblate (Bulgarian) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 68.2% (2260 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/bg/ Signed-off-by: Пламен --- po/bg.po | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/po/bg.po b/po/bg.po index d75f459324..5fdccd53bf 100644 --- a/po/bg.po +++ b/po/bg.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-10-25 02:26+0000\n" +"PO-Revision-Date: 2021-01-13 17:32+0000\n" "Last-Translator: Пламен \n" "Language-Team: Bulgarian \n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.3.2-dev\n" +"X-Generator: Weblate 4.4.1-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -4241,10 +4241,8 @@ msgstr "" "Стойностти по подразбиране за проверките на чужди ключове за някои заявки." #: libraries/classes/Config/Descriptions.php:432 -#, fuzzy -#| msgid "Foreign key check:" msgid "Foreign key checks" -msgstr "Проверки на външен ключ:" +msgstr "Проверки на външен ключ" #: libraries/classes/Config/Descriptions.php:434 msgid "Browse mode" @@ -6309,10 +6307,8 @@ msgid "Order" msgstr "Друго" #: libraries/classes/Config/Descriptions.php:1484 -#, fuzzy -#| msgid "Order by:" msgid "Order by" -msgstr "Подредени по:" +msgstr "Подредени по" #: libraries/classes/Config/FormDisplay.php:99 #: libraries/classes/Config/Validator.php:528 From 3d4bbc8d46e2fecb41e0b9f573eecc0aa1daf4d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristjan=20R=C3=A4ts?= Date: Sat, 16 Jan 2021 04:08:44 +0000 Subject: [PATCH 46/95] Translated using Weblate (Estonian) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 100.0% (3309 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/et/ Signed-off-by: Kristjan Räts --- po/et.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/po/et.po b/po/et.po index d823ca47ec..599e09bb65 100644 --- a/po/et.po +++ b/po/et.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-10-10 15:54+0000\n" +"PO-Revision-Date: 2021-01-17 13:32+0000\n" "Last-Translator: Kristjan Räts \n" "Language-Team: Estonian \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.3-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -10942,8 +10942,8 @@ msgstr "%s funktsiooni käivitamise tulemused" #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." -msgstr[0] "Toimingu viimane käsk mõjutas %d rida." -msgstr[1] "Toimingu viimane käsk mõjutas %d rida." +msgstr[0] "Protseduuri viimane käsk mõjutas %d rida." +msgstr[1] "Protseduuri viimane käsk mõjutas %d rida." #: libraries/classes/Rte/Routines.php:1530 #: libraries/classes/Rte/Routines.php:1537 From 81c8c590e01fd5d663d7813ba13498e89f97fcca Mon Sep 17 00:00:00 2001 From: Masahiro Fujimoto Date: Sat, 16 Jan 2021 12:41:38 +0000 Subject: [PATCH 47/95] Translated using Weblate (Japanese) Currently translated at 100.0% (3309 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/ja/ Signed-off-by: Masahiro Fujimoto --- po/ja.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/po/ja.po b/po/ja.po index 772cf9f205..483414e922 100644 --- a/po/ja.po +++ b/po/ja.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2021-01-11 02:32+0000\n" +"PO-Revision-Date: 2021-01-17 13:32+0000\n" "Last-Translator: Masahiro Fujimoto \n" "Language-Team: Japanese \n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.4.1-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -10032,7 +10032,7 @@ msgstr "" #: libraries/classes/Plugins/TwoFactor/Application.php:146 msgid "Authentication Application (2FA)" -msgstr "認証アプリ(二要素認証)" +msgstr "認証アプリ (2FA)" #: libraries/classes/Plugins/TwoFactor/Application.php:156 msgid "" @@ -10044,7 +10044,7 @@ msgstr "" #: libraries/classes/Plugins/TwoFactor/Key.php:186 msgid "Hardware Security Key (FIDO U2F)" -msgstr "ハードウェアセキュリティキー(FIDO U2F)" +msgstr "ハードウェアセキュリティキー (FIDO U2F)" #: libraries/classes/Plugins/TwoFactor/Key.php:196 msgid "" From 04defa98a8719a0e5b9b737430d9616a04f453f7 Mon Sep 17 00:00:00 2001 From: Masahiro Fujimoto Date: Mon, 18 Jan 2021 13:04:07 +0000 Subject: [PATCH 48/95] Translated using Weblate (Japanese) Currently translated at 100.0% (3309 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/ja/ Signed-off-by: Masahiro Fujimoto --- po/ja.po | 131 +++++++++++++++++++++++++------------------------------ 1 file changed, 59 insertions(+), 72 deletions(-) diff --git a/po/ja.po b/po/ja.po index 483414e922..a3f38bda73 100644 --- a/po/ja.po +++ b/po/ja.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2021-01-17 13:32+0000\n" +"PO-Revision-Date: 2021-01-18 17:27+0000\n" "Last-Translator: Masahiro Fujimoto \n" "Language-Team: Japanese \n" @@ -6233,11 +6233,11 @@ msgstr "Microsoft Word 2000" #: libraries/classes/Config/Forms/User/ExportForm.php:114 #: libraries/classes/Config/Forms/User/ImportForm.php:46 msgid "OpenDocument Spreadsheet" -msgstr "OpenDocument スプレッドシート" +msgstr "OpenDocument Spreadsheet" #: libraries/classes/Config/Forms/User/ExportForm.php:118 msgid "OpenDocument Text" -msgstr "OpenDocument テキスト" +msgstr "OpenDocument Text" #: libraries/classes/Config/Forms/User/FeaturesForm.php:82 msgid "Features" @@ -6600,7 +6600,7 @@ msgstr "レプリケーションしている" #: libraries/classes/Controllers/Server/ServerVariablesController.php:116 #, php-format msgid "Not enough privilege to view server variables and settings. %s" -msgstr "サーバ変数と設定を表示するのに十分な権限はありません。%s" +msgstr "サーバ変数と設定を表示するのに十分な権限がありません。%s" #: libraries/classes/Controllers/Server/ServerVariablesController.php:234 msgid "Setting variable failed" @@ -6687,7 +6687,7 @@ msgstr "クエリエラー" #, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." -msgstr "テーブル %1$s は正常に変更されました。特権が変更されました。" +msgstr "テーブル %1$s は正常に変更されました。権限が変更されました。" #: libraries/classes/Controllers/Table/TableStructureController.php:1228 #: templates/table/structure/check_all_table_column.twig:17 @@ -8069,7 +8069,7 @@ msgstr "挿入" #: templates/server/sub_page_header.twig:2 #: templates/privileges/privileges_summary.twig:15 msgid "Privileges" -msgstr "特権" +msgstr "権限" #: libraries/classes/Menu.php:410 libraries/classes/Menu.php:418 #: libraries/classes/Menu.php:504 libraries/classes/Util.php:3055 @@ -8214,7 +8214,7 @@ msgstr "制約を追加する" #: libraries/classes/Rte/Routines.php:1025 #: templates/columns_definitions/table_fields_definitions.twig:36 msgid "Adjust privileges" -msgstr "特権を編集" +msgstr "権限を調整" #: libraries/classes/MultSubmits.php:433 msgid "From" @@ -8736,9 +8736,7 @@ msgstr "データベース名の変更" msgid "" "You don't have sufficient privileges to perform this operation; Please refer " "to the documentation for more details" -msgstr "" -"この操作を実行する十分な特権がありません。詳細についてはドキュメンテーション" -"を参照してください" +msgstr "この操作を実行する十分な権限がありません。詳細についてはドキュメンテーションを参照してください" #: libraries/classes/Operations.php:158 #, php-format @@ -8935,12 +8933,12 @@ msgstr "同じテーブルにはコピーできません!" #: libraries/classes/Operations.php:2093 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." -msgstr "テーブル%sは%sに移動されました。 特権が変更されました。" +msgstr "テーブル %s が %s に移動されました。 権限が変更されました。" #: libraries/classes/Operations.php:2100 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." -msgstr "テーブル %s を %s にコピーしました。特権が変更されました。" +msgstr "テーブル %s を %s にコピーしました。権限が変更されました。" #: libraries/classes/Operations.php:2109 #, php-format @@ -10612,8 +10610,7 @@ msgstr "マスタ %s に接続していません。" #: libraries/classes/ReplicationGui.php:1007 msgid "" "Unable to read master log position. Possible privilege problem on master." -msgstr "" -"マスタのログの位置が読み込めません。マスター上の特権問題の可能性があります。" +msgstr "マスタのログの位置が読み込めません。マスタ上の権限の問題の可能性があります。" #: libraries/classes/ReplicationGui.php:1025 msgid "Unable to change master!" @@ -10793,7 +10790,7 @@ msgstr "申し訳ありませんが、削除されたルーチンの復元に失 #: libraries/classes/Rte/Routines.php:449 #, php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." -msgstr "ルーチン %1$s を変更しました。特権が変更されました。" +msgstr "ルーチン %1$s を変更しました。権限が変更されました。" #: libraries/classes/Rte/Routines.php:454 #, php-format @@ -10840,9 +10837,7 @@ msgstr "DETERMINISTIC" msgid "" "You do not have sufficient privileges to perform this operation; Please " "refer to the documentation for more details" -msgstr "" -"この操作を行うのに十分な権限はありません。詳細についてはドキュメンテーション" -"を参照してください" +msgstr "この操作を行うのに十分な権限がありません。詳細についてはドキュメンテーションを参照してください" #: libraries/classes/Rte/Routines.php:1051 msgid "Security type" @@ -10969,7 +10964,7 @@ msgstr "ルーチン" #: libraries/classes/Rte/Words.php:37 msgid "You do not have the necessary privileges to create a routine." -msgstr "ルーチンを作成する特権がありません。" +msgstr "ルーチンを作成する権限がありません。" #: libraries/classes/Rte/Words.php:40 #, php-format @@ -11013,7 +11008,7 @@ msgstr "トリガ" #: libraries/classes/Rte/Words.php:59 msgid "You do not have the necessary privileges to create a trigger." -msgstr "トリガを作成する特権がありません。" +msgstr "トリガを作成する権限がありません。" #: libraries/classes/Rte/Words.php:61 #, php-format @@ -11039,7 +11034,7 @@ msgstr "イベント" #: libraries/classes/Rte/Words.php:73 msgid "You do not have the necessary privileges to create an event." -msgstr "イベントを作成する特権がありません。" +msgstr "イベントを作成する権限がありません。" #: libraries/classes/Rte/Words.php:75 #, php-format @@ -11077,11 +11072,11 @@ msgstr "検索の読み込み中にエラーが発生しました。" #: libraries/classes/Server/Privileges.php:222 server_privileges.php:120 msgid "No privileges." -msgstr "特権はありません。" +msgstr "権限がありません。" #: libraries/classes/Server/Privileges.php:231 server_privileges.php:64 msgid "Includes all privileges except GRANT." -msgstr "GRANT 以外のすべての特権を付与する。" +msgstr "GRANT 以外のすべての権限を付与する。" #: libraries/classes/Server/Privileges.php:304 #: libraries/classes/Server/Privileges.php:1044 @@ -11303,14 +11298,14 @@ msgstr "このルーチンの実行を許可する。" #: libraries/classes/Server/Privileges.php:3366 #: templates/privileges/privileges_summary.twig:18 msgid "Table-specific privileges" -msgstr "テーブル固有の特権" +msgstr "テーブル固有の権限" #: libraries/classes/Server/Privileges.php:1013 #: libraries/classes/Server/Privileges.php:1192 #: libraries/classes/Server/Privileges.php:3564 #: templates/privileges/edit_routine_privileges.twig:16 msgid "Note: MySQL privilege names are expressed in English." -msgstr "注意: MySQL の特権名は英語で表示されます。" +msgstr "注意: MySQL の権限名は英語で表示されます。" #: libraries/classes/Server/Privileges.php:1156 msgid "Administration" @@ -11319,7 +11314,7 @@ msgstr "管理" #: libraries/classes/Server/Privileges.php:1176 #: libraries/classes/Server/Privileges.php:3562 msgid "Global privileges" -msgstr "グローバル特権" +msgstr "グローバル権限" #: libraries/classes/Server/Privileges.php:1177 msgid "Global" @@ -11328,7 +11323,7 @@ msgstr "グローバル" #: libraries/classes/Server/Privileges.php:1179 #: libraries/classes/Server/Privileges.php:3360 msgid "Database-specific privileges" -msgstr "データベースに固有の特権" +msgstr "データベース固有の権限" #: libraries/classes/Server/Privileges.php:1251 server_privileges.php:69 msgid "Allows creating new tables." @@ -11341,7 +11336,7 @@ msgstr "テーブルの削除を許可する。" #: libraries/classes/Server/Privileges.php:1326 msgid "" "Allows adding users and privileges without reloading the privilege tables." -msgstr "特権テーブルの再読み込みなしでユーザ・特権の追加を許可する。" +msgstr "権限テーブルの再読み込みなしでユーザと権限の追加を許可する。" #: libraries/classes/Server/Privileges.php:1362 server_privileges.php:81 msgid "" @@ -11411,7 +11406,7 @@ msgstr "%s のパスワードは正しく変更されました。" #: libraries/classes/Server/Privileges.php:2075 #, php-format msgid "You have revoked the privileges for %s." -msgstr "%s の特権を取り消しました。" +msgstr "%s の権限を取り消しました。" #: libraries/classes/Server/Privileges.php:2175 #: templates/privileges/add_user_fieldset.twig:7 @@ -11424,17 +11419,16 @@ msgstr "ユーザアカウント専用データベース" #: libraries/classes/Server/Privileges.php:2190 msgid "Create database with same name and grant all privileges." -msgstr "同名のデータベースを作成してすべての特権を与える。" +msgstr "同名のデータベースを作成してすべての権限を与える。" #: libraries/classes/Server/Privileges.php:2201 msgid "Grant all privileges on wildcard name (username\\_%)." -msgstr "" -"ワイルドカード(ユーザ名_%)に該当するデータベースにすべての特権を与える。" +msgstr "ワイルドカード(ユーザ名_%)に該当するデータベースにすべての権限を与える。" #: libraries/classes/Server/Privileges.php:2214 #, php-format msgid "Grant all privileges on database %s." -msgstr "データベース %s への全ての特権を与える。" +msgstr "データベース %s へのすべての権限を与える。" #: libraries/classes/Server/Privileges.php:2388 #: libraries/classes/Server/Privileges.php:2462 @@ -11454,7 +11448,7 @@ msgstr "権限委譲" #: libraries/classes/Server/Privileges.php:2600 msgid "Not enough privilege to view users." -msgstr "ユーザを表示する為に十分な権限はありません。" +msgstr "ユーザを表示するために十分な権限がありません。" #: libraries/classes/Server/Privileges.php:2619 #: libraries/classes/Server/Privileges.php:3993 @@ -11485,7 +11479,7 @@ msgstr "テーブル固有" #: libraries/classes/Server/Privileges.php:2855 msgid "Edit privileges" -msgstr "特権を編集" +msgstr "権限を編集" #: libraries/classes/Server/Privileges.php:2858 msgid "Revoke" @@ -11506,13 +11500,13 @@ msgstr "ユーザテーブルから元のユーザを削除する。" #: libraries/classes/Server/Privileges.php:3103 msgid "" "… revoke all active privileges from the old one and delete it afterwards." -msgstr "元のユーザの特権をすべて無効にしてから削除する。" +msgstr "元のユーザの権限をすべて無効にしてから削除する。" #: libraries/classes/Server/Privileges.php:3107 msgid "" "… delete the old one from the user tables and reload the privileges " "afterwards." -msgstr "ユーザテーブルから元のユーザを削除し、特権の再読み込みをする。" +msgstr "ユーザテーブルから元のユーザを削除し、権限の再読み込みをする。" #: libraries/classes/Server/Privileges.php:3129 msgid "Change login information / Copy user account" @@ -11520,12 +11514,12 @@ msgstr "ログイン情報の変更 / ユーザアカウントの複製" #: libraries/classes/Server/Privileges.php:3135 msgid "Create a new user account with the same privileges and …" -msgstr "同じ特権を持つ新しいユーザアカウントを作る…" +msgstr "同じ権限を持つ新しいユーザアカウントを作成…" #: libraries/classes/Server/Privileges.php:3372 #: templates/privileges/edit_routine_privileges.twig:12 msgid "Routine-specific privileges" -msgstr "ルーチンに固有の特権" +msgstr "ルーチン固有の権限" #: libraries/classes/Server/Privileges.php:3568 #: libraries/classes/Server/UserGroups.php:89 @@ -11537,7 +11531,7 @@ msgstr "ユーザグループ" #: libraries/classes/Server/Privileges.php:3691 #: libraries/classes/Server/Privileges.php:4826 msgid "The selected user was not found in the privilege table." -msgstr "特権テーブルには選択したユーザがいません。" +msgstr "選択したユーザが権限テーブルで見つかりません。" #: libraries/classes/Server/Privileges.php:3869 msgid "No users selected for deleting!" @@ -11545,7 +11539,7 @@ msgstr "削除するユーザが選択されていません!" #: libraries/classes/Server/Privileges.php:3872 msgid "Reloading the privileges" -msgstr "特権を再読み込みしています" +msgstr "権限を再読み込みしています" #: libraries/classes/Server/Privileges.php:3891 msgid "The selected users have been deleted successfully." @@ -11554,7 +11548,7 @@ msgstr "選択されたユーザは正常に削除されました。" #: libraries/classes/Server/Privileges.php:3966 #, php-format msgid "You have updated the privileges for %s." -msgstr "%s の特権を更新しました。" +msgstr "%s の権限を更新しました。" #: libraries/classes/Server/Privileges.php:4071 #, php-format @@ -11563,7 +11557,7 @@ msgstr "%s を削除中です" #: libraries/classes/Server/Privileges.php:4101 msgid "The privileges were reloaded successfully." -msgstr "特権を正常に再読み込みしました。" +msgstr "権限を正常に再読み込みしました。" #: libraries/classes/Server/Privileges.php:4192 #, php-format @@ -11573,7 +11567,7 @@ msgstr "ユーザ %s は既に存在します!" #: libraries/classes/Server/Privileges.php:4469 #, php-format msgid "Privileges for %s" -msgstr "%s に対する特権" +msgstr "%s に対する権限" #: libraries/classes/Server/Privileges.php:4478 #: libraries/classes/Server/Status/Processes.php:69 @@ -11583,7 +11577,7 @@ msgstr "ユーザ" #: libraries/classes/Server/Privileges.php:4546 msgid "Edit privileges:" -msgstr "特権を編集:" +msgstr "権限を編集:" #: libraries/classes/Server/Privileges.php:4547 msgid "User account" @@ -11593,7 +11587,7 @@ msgstr "ユーザアカウント" msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." -msgstr "注意:現在ログインしているユーザーの権限を編集しようとしています。" +msgstr "注意: 現在ログインしているユーザーの権限を編集しようとしています。" #: libraries/classes/Server/Privileges.php:4641 #: libraries/classes/Server/Users.php:30 @@ -11618,10 +11612,8 @@ msgid "" "server uses, if they have been changed manually. In this case, you should " "%sreload the privileges%s before you continue." msgstr "" -"注意: phpMyAdmin は MySQL の特権テーブルから直接ユーザ特権を取得しますが、手" -"作業で特権を更新した場合は phpMyAdmin が利用しているテーブルの内容とサーバの" -"特権の内容が一致しなくなることがありますので、作業を続ける前に %s特権の再読み" -"込み%s をしてください。" +"注意: phpMyAdmin は MySQL の権限テーブルから直接ユーザ権限を取得しますが、手作業で権限を更新した場合は phpMyAdmin " +"が利用しているテーブルの内容とサーバ権限の内容が一致しなくなることがありますので、作業を続ける前に %s権限の再読み込み%s をしてください。" #: libraries/classes/Server/Privileges.php:4775 msgid "" @@ -11631,11 +11623,8 @@ msgid "" "privileges have to be reloaded but currently, you don't have the RELOAD " "privilege." msgstr "" -"注意: phpMyAdmin は MySQL の特権テーブルから直接ユーザ特権を取得しますが、手" -"作業で特権を更新した場合は phpMyAdmin が利用しているテーブルの内容とサーバの" -"特権の内容が一致しなくなることがありますので、作業を続ける前に %s特権の再読み" -"込み%s する必要がありますが、この利用しているユーザは特権の再読み込みがないで" -"す。" +"注意: phpMyAdmin は MySQL の権限テーブルから直接ユーザ権限を取得します。手作業でテーブルの内容を変更すると、テーブルの内容がサーバの使" +"用している権限と一致しなくなることがあります。この場合、権限を再読み込みする必要がありますが、あなたは RELOAD 権限を持っていません。" #: libraries/classes/Server/Privileges.php:5060 msgid "You have added a new user." @@ -12930,7 +12919,7 @@ msgstr "自動保存されたクエリを取得" #: libraries/classes/SqlQueryForm.php:260 msgid "Bind parameters" -msgstr "バインドパラメータ" +msgstr "パラメータのバインド" #: libraries/classes/SqlQueryForm.php:308 msgid "Bookmark this SQL query:" @@ -13181,9 +13170,7 @@ msgstr "追跡データ操作コマンドは正常に削除されました" msgid "" "You can execute the dump by creating and using a temporary database. Please " "ensure that you have the privileges to do so." -msgstr "" -"作成された一時的なデータベースを使用してダンプを実行することができます。これ" -"を実行できる特権を持っていることを確認してください。" +msgstr "作成された一時的なデータベースを使用してダンプを実行することができます。これを実行できる権限を持っていることを確認してください。" #: libraries/classes/Tracking.php:803 msgid "Comment out these two lines if you do not need them." @@ -13929,7 +13916,7 @@ msgstr "実績行の削除を許可する。" #: server_privileges.php:145 server_replication.php:38 #: server_user_groups.php:31 templates/server/databases/create.twig:46 msgid "No Privileges" -msgstr "特権はありません" +msgstr "権限がありません" #: server_privileges.php:152 msgid "You do not have privileges to manipulate with the users!" @@ -13945,11 +13932,11 @@ msgstr "" #: server_status.php:35 msgid "Not enough privilege to view server status." -msgstr "サーバ状態を表示する為に十分な権限はありません。" +msgstr "サーバ状態を表示する為に十分な権限がありません。" #: server_status_advisor.php:33 msgid "Not enough privilege to view the advisor." -msgstr "アドバイザを表示する為に十分な権限はありません。" +msgstr "アドバイザを表示する為に十分な権限がありません。" #: server_status_processes.php:33 #, php-format @@ -13964,11 +13951,11 @@ msgstr "スレッド %s の終了に失敗しました。すでに閉じてい #: server_status_queries.php:43 msgid "Not enough privilege to view query statistics." -msgstr "クエリ統計を表示するのに十分な権限はありません。" +msgstr "クエリ統計を表示するのに十分な権限がありません。" #: server_status_variables.php:52 msgid "Not enough privilege to view status variables." -msgstr "ステータス変数を表示する権限は十分ありません。" +msgstr "ステータス変数を表示する権限が十分ありません。" #: setup/frames/config.inc.php:17 setup/frames/index.inc.php:190 msgid "Configuration file" @@ -14518,7 +14505,7 @@ msgstr "選択したユーザアカウントを削除する" #: templates/privileges/delete_user_fieldset.twig:6 msgid "Revoke all active privileges from the users and delete them afterwards." -msgstr "特権をすべて取り消してユーザを削除する。" +msgstr "権限をすべて取り消してユーザを削除する。" #: templates/privileges/delete_user_fieldset.twig:7 #: templates/privileges/delete_user_fieldset.twig:10 @@ -14773,7 +14760,7 @@ msgstr "二要素認証を設定する" #: templates/privileges/add_privileges_database.twig:1 msgid "Add privileges on the following database(s):" -msgstr "データベースに特権を追加:" +msgstr "以下のデータベースに権限を追加:" #: templates/privileges/add_privileges_database.twig:14 msgid "Wildcards % and _ should be escaped with a \\ to use them literally." @@ -14919,7 +14906,7 @@ msgstr "カラム数" #: templates/privileges/add_privileges_table.twig:3 msgid "Add privileges on the following table:" -msgstr "テーブルに特権を追加:" +msgstr "以下のテーブルに権限を追加:" #: templates/table/structure/display_table_stats.twig:14 msgid "Space usage" @@ -14985,11 +14972,11 @@ msgstr "データベース「%s」に移動" #: templates/server/databases/table_row.twig:63 #, php-format msgid "Check privileges for database \"%s\"." -msgstr "データベース「%s」の特権を確認します。" +msgstr "データベース「%s」の権限を確認します。" #: templates/server/databases/table_row.twig:64 msgid "Check privileges" -msgstr "特権をチェックする" +msgstr "権限をチェックする" #: templates/display/export/options_output_separate_files.twig:7 msgid "Export databases as separate files" @@ -15701,7 +15688,7 @@ msgstr "検索するカラム:" #: templates/privileges/add_privileges_routine.twig:3 msgid "Add privileges on the following routine:" -msgstr "ルーチンに特権を追加:" +msgstr "以下のルーチンに権限を追加:" #: templates/table/structure/move_columns_dialog.twig:2 msgid "Move the columns by dragging them up and down." @@ -15854,7 +15841,7 @@ msgstr "主要カラムに追加" #: templates/privileges/privileges_summary.twig:20 msgid "Column-specific privileges" -msgstr "このカラムに固有の特権" +msgstr "カラム固有の権限" #: templates/server/databases/create.twig:8 #: templates/server/databases/create.twig:36 @@ -16148,7 +16135,7 @@ msgstr "ターゲットサイトにアクセスします。" #: user_password.php:37 msgid "You don't have sufficient privileges to be here right now!" -msgstr "特権不足でアクセスできません!" +msgstr "権限不足でアクセスできません!" #: view_create.php:46 msgid "View name can not be empty!" From 0a657fbb7b6ce3ae450dd5890b63adf51d79194b Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 02:30:27 +0000 Subject: [PATCH 49/95] Translated using Weblate (English (United Kingdom)) Currently translated at 100.0% (3309 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/en_GB/ Signed-off-by: William Desportes --- po/en_GB.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/po/en_GB.po b/po/en_GB.po index 75e666190a..78f425c235 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-09-01 09:12+0000\n" +"PO-Revision-Date: 2021-01-22 02:40+0000\n" "Last-Translator: William Desportes \n" "Language-Team: English (United Kingdom) \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.2.1-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -16254,7 +16254,7 @@ msgid "" "longer than a day before running this analyzer" msgstr "" "To have more accurate averages it is recommended to let the server run for " -"longer than a day before running this analyser" +"longer than a day before running this analyzer" #: libraries/advisory_rules_generic.txt:54 #, php-format From ca8d306560c253b4686269e97685f70818a73cc0 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 01:43:20 +0000 Subject: [PATCH 50/95] Translated using Weblate (Galician) Currently translated at 78.6% (2602 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/gl/ Signed-off-by: William Desportes --- po/gl.po | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/po/gl.po b/po/gl.po index 3eff033251..3b047ef2c5 100644 --- a/po/gl.po +++ b/po/gl.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2019-04-27 16:55+0000\n" +"PO-Revision-Date: 2021-01-22 02:40+0000\n" "Last-Translator: William Desportes \n" -"Language-Team: Galician \n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.6.1\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -4109,8 +4109,9 @@ msgid "Use %s statement" msgstr "Usar unha instrución %s" #: libraries/classes/Config/Descriptions.php:254 +#, fuzzy msgid "Save as file" -msgstr "Enviar (gravar nun ficheiro)
" +msgstr "Gardar como ficheiro" #: libraries/classes/Config/Descriptions.php:256 #: libraries/classes/Config/Descriptions.php:629 @@ -14769,13 +14770,13 @@ msgstr "" #, fuzzy #| msgid "Save as file" msgid "Save as JSON file" -msgstr "Enviar (gravar nun ficheiro)
" +msgstr "Gardar como ficheiro JSON" #: prefs_manage.php:314 #, fuzzy #| msgid "Save as file" msgid "Save as PHP file" -msgstr "Enviar (gravar nun ficheiro)
" +msgstr "Gardar como ficheiro PHP" #: prefs_manage.php:319 msgid "Save to browser's storage" @@ -15607,7 +15608,7 @@ msgstr "Valores para a columna %s" #, fuzzy #| msgid "Save as file" msgid "Save chart as image" -msgstr "Enviar (gravar nun ficheiro)
" +msgstr "Salva mapa como imaxe" #: templates/database/structure/body_for_table_summary.twig:6 #, php-format From 76f84fad0ea8934a71279692e8eed383b8b2394b Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 02:21:00 +0000 Subject: [PATCH 51/95] Translated using Weblate (Chinese (Simplified)) Currently translated at 99.9% (3306 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/zh_Hans/ Signed-off-by: William Desportes --- po/zh_CN.po | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/po/zh_CN.po b/po/zh_CN.po index 6aad744418..af88ec06f1 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-12-19 04:29+0000\n" -"Last-Translator: Andady Zhang \n" +"PO-Revision-Date: 2021-01-22 02:40+0000\n" +"Last-Translator: William Desportes \n" "Language-Team: Chinese (Simplified) \n" "Language: zh_CN\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.4-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -1358,8 +1358,7 @@ msgid "" "than %d seconds. It is advisable to set this long_query_time 0-2 seconds, " "depending on your system." msgstr "" -"已启用 slow_query_log,但服务器仅记录查询时间超过 %d 秒的查询。请根据您的系统" -"适当设置 long_query_time 为 0-2 秒。" +"已启用 slow_query_log,但服务器仅记录查询时间超过 %d 秒的查询。请根据您的系统适当设置 long_query_time 为 0-2 秒。" #: js/messages.php:237 #, php-format @@ -1934,8 +1933,7 @@ msgstr "在该列表中搜索" msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." -msgstr "" -"中心列表中没有列。请确保数据库 %s 的中心列表存在没有显示在当前表中的列。" +msgstr "中心列表中没有列。请确保数据库 %s 的中心列表存在没有显示在当前表中的列。" #: js/messages.php:437 msgid "See more" @@ -4941,9 +4939,7 @@ msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." -msgstr "" -"允许使用基于数据库的查询历史 (需要 phpMyAdmin 高级功能)。如果禁用,将使用 " -"JS 程序来显示查询历史 (关闭窗口即丢失)。" +msgstr "允许使用基于数据库的查询历史 (需要 phpMyAdmin 高级功能)。如果禁用,将使用 JS 程序来显示查询历史 (关闭窗口即丢失)。" #: libraries/classes/Config/Descriptions.php:933 msgid "Permanent query history" @@ -5251,8 +5247,8 @@ msgid "" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -"关系、书签、PDF 功能所用的数据库。参见 [doc@linked-tables]pmadb (外链,英文)" -"[/doc]。不使用请留空。推荐: [kbd]phpmyadmin[/kbd]。" +"关系、书签、PDF 功能所用的数据库。参见 [doc@linked-tables]pmadb (外链,英文)[/doc]。不使用请留空。推荐: " +"[kbd]phpmyadmin[/kbd]。" #: libraries/classes/Config/Descriptions.php:1112 #: templates/server/databases/create.twig:21 From d16a75d0d574b2179bd9ee7ebfa262210b365122 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 02:30:27 +0000 Subject: [PATCH 52/95] Translated using Weblate (English (United Kingdom)) Currently translated at 100.0% (3334 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/en_GB/ Signed-off-by: William Desportes --- po/en_GB.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/po/en_GB.po b/po/en_GB.po index 98bbf2cc3f..5df42178df 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2020-08-09 06:43+0000\n" +"PO-Revision-Date: 2021-01-22 02:41+0000\n" "Last-Translator: William Desportes \n" "Language-Team: English (United Kingdom) \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.2-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:35 ajax.php:73 export.php:214 libraries/classes/Export.php:1219 msgid "Bad type!" @@ -16422,7 +16422,7 @@ msgid "" "longer than a day before running this analyzer" msgstr "" "To have more accurate averages it is recommended to let the server run for " -"longer than a day before running this analyser" +"longer than a day before running this analyzer" #: libraries/advisory_rules_generic.txt:54 #, php-format From f055eaf2dab79f08dd4d5d29366dd16c561c14d6 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 01:43:20 +0000 Subject: [PATCH 53/95] Translated using Weblate (Galician) Currently translated at 77.5% (2585 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/gl/ Signed-off-by: William Desportes --- po/gl.po | 105 ++++++++++++++++--------------------------------------- 1 file changed, 30 insertions(+), 75 deletions(-) diff --git a/po/gl.po b/po/gl.po index ab9ac43af5..442156d72e 100644 --- a/po/gl.po +++ b/po/gl.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2019-04-27 17:19+0000\n" +"PO-Revision-Date: 2021-01-22 02:41+0000\n" "Last-Translator: William Desportes \n" -"Language-Team: Galician \n" +"Language-Team: Galician \n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.6.1\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:35 ajax.php:73 export.php:214 libraries/classes/Export.php:1219 msgid "Bad type!" @@ -1994,19 +1994,14 @@ msgid "Click to sort results by this column." msgstr "Prema para ordenar os resultados por esta columna." #: js/messages.php:603 -#, fuzzy -#| msgid "" -#| "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC." -#| "
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove " -#| "column from ORDER BY clause" msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC." "
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column " "from ORDER BY clause" msgstr "" "Maiúsculas+Clic para engadir esta columna á cláusula ORDENAR POR ou para " -"alternar ASC/DESC.
- Ctrl+Clic ou Alt+Clic (Mac: Maiúsculas+Opción" -"+Clic) para eliminar a columna da cláusula ORDENAR POR" +"alternar ASC/DESC.
- Ctrl+Clic ou Alt+Clic (Mac: Maiúsculas+Opción+Clic) " +"para eliminar a columna da cláusula ORDENAR POR" #: js/messages.php:607 msgid "Click to mark/unmark." @@ -2017,11 +2012,8 @@ msgid "Double-click to copy column name." msgstr "Prema dúas veces para copiar o nome da columna." #: js/messages.php:610 -#, fuzzy -#| msgid "Click the drop-down arrow
to toggle column's visibility." msgid "Click the drop-down arrow
to toggle column's visibility." -msgstr "" -"Prema a frecha para a baixo
para conmutar a visibilidade da columna." +msgstr "Prema a frecha para a baixo
para conmutar a visibilidade da columna." #: js/messages.php:612 libraries/classes/BrowseForeigners.php:355 #: templates/display/results/table_navigation.twig:19 @@ -2090,20 +2082,15 @@ msgid "Print" msgstr "Imprimir" #: js/messages.php:642 -#, fuzzy -#| msgid "" -#| "You can also edit most values
by double-clicking directly on them." msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -"Tamén se poden editar a maioría dos valores
preméndoas directamente " -"dúas veces." +"Tamén se poden editar a maioría dos valores
preméndoas directamente dúas " +"veces." #: js/messages.php:647 -#, fuzzy -#| msgid "You can also edit most values
by clicking directly on them." msgid "You can also edit most values
by clicking directly on them." msgstr "" -"Tamén se poden editar a maioría dos valores
premendo directamente o seu " +"Tamén se poden editar a maioría dos valores
premendo directamente o seu " "contido." #: js/messages.php:653 @@ -3740,8 +3727,9 @@ msgid "Use %s statement" msgstr "Usar unha instrución %s" #: libraries/classes/Config/Descriptions.php:189 +#, fuzzy msgid "Save as file" -msgstr "Enviar (gravar nun ficheiro)
" +msgstr "Gardar como ficheiro" #: libraries/classes/Config/Descriptions.php:190 #: libraries/classes/Config/Descriptions.php:399 @@ -9039,10 +9027,8 @@ msgid "Binary" msgstr "Binario" #: libraries/classes/InsertEdit.php:760 -#, fuzzy -#| msgid "Because of its length,
this column might not be editable" msgid "Because of its length,
this column might not be editable." -msgstr "Por causa da súa lonxitude,
este campo pode non ser editábel" +msgstr "Por causa da súa lonxitude,
este campo pode non ser editábel." #: libraries/classes/InsertEdit.php:1378 msgid "Binary - do not edit" @@ -10611,58 +10597,40 @@ msgid "Syntax to use when inserting data:" msgstr "Sintaxe que empregar ao inserir os datos:" #: libraries/classes/Plugins/Export/ExportSql.php:433 -#, fuzzy -#| msgid "" -#| "include column names in every INSERT statement
  " -#| "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) " -#| "VALUES (1,2,3)" msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" "incluír os nomes das columnas en todas as instrucións INSERT " -"
    Exemplo: INSERT INTO nome_taboa (col_A,col_B," -"col_C) VALUES (1,2,3)" +"
    Exemplo: INSERT INTO nome_taboa " +"(col_A,col_B,col_C) VALUES (1,2,3)" #: libraries/classes/Plugins/Export/ExportSql.php:438 -#, fuzzy -#| msgid "" -#| "insert multiple rows in every INSERT statement
  " -#| "    Example: INSERT INTO tbl_name VALUES (1,2,3), " -#| "(4,5,6), (7,8,9)" msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -"incluír varias fileiras en todas as instrucións INSERT
" +"incluír varias fileiras en todas as instrucións INSERT
" "    Exemplo: INSERT INTO nome_taboa VALUES (1,2,3), " "(4,5,6), (7,8,9)" #: libraries/classes/Plugins/Export/ExportSql.php:443 -#, fuzzy -#| msgid "" -#| "both of the above
      Example: INSERT INTO " -#| "tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -"as dúas anteriores
      Exemplo: INSERT INTO " -"nome_taboa (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" +"as dúas anteriores
      Exemplo: INSERT INTO " +"nome_taboa (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" #: libraries/classes/Plugins/Export/ExportSql.php:448 -#, fuzzy -#| msgid "" -#| "neither of the above
      Example: INSERT " -#| "INTO tbl_name VALUES (1,2,3)" msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -"ningunha das anteriores
      Exemplo: INSERT " -"INTO nome_taboa VALUES (1,2,3)" +"ningunha das anteriores
      Exemplo: INSERT INTO " +"nome_taboa VALUES (1,2,3)" #: libraries/classes/Plugins/Export/ExportSql.php:467 msgid "" @@ -10899,10 +10867,9 @@ msgid "MediaWiki Table" msgstr "Táboa do MediaWiki" #: libraries/classes/Plugins/Import/ImportMediawiki.php:279 -#, fuzzy, php-format -#| msgid "Invalid format of mediawiki input on line:
%s." +#, php-format msgid "Invalid format of mediawiki input on line:
%s." -msgstr "O formato de entrada de mediawiki non é válido na liña:
%s." +msgstr "O formato de entrada de mediawiki non é válido na liña:
%s." #: libraries/classes/Plugins/Import/ImportOds.php:81 msgid "Import percentages as proper decimals (ex. 12.00% to .12)" @@ -14320,12 +14287,6 @@ msgid "Node group" msgstr "Usuarios" #: templates/columns_definitions/table_fields_definitions.twig:17 -#, fuzzy -#| msgid "" -#| "If column type is \"enum\" or \"set\", please enter the values using this " -#| "format: 'a','b','c'…
If you ever need to put a backslash (\"\\\") or " -#| "a single quote (\"'\") amongst those values, precede it with a backslash " -#| "(for example '\\\\xyz' or 'a\\'b')." msgid "" "If column type is \"enum\" or \"set\", please enter the values using this " "format: 'a','b','c'…
If you ever need to put a backslash (\"\") or a " @@ -14333,7 +14294,7 @@ msgid "" "example '\\\\xyz' or 'a\\'b')." msgstr "" "Se o tipo de campo é «enum» ou «set», introduza os valores empregando este " -"formato: 'a','b','c'…
Se precisar pór unha barra invertida (« \\») ou " +"formato: 'a','b','c'…
Se precisar pór unha barra invertida (« \\») ou " "aspas simples (« '») entre estes valores, preceda a barra e as aspas de " "barras invertidas (por exemplo '\\\\xyz' ou 'a\\'b')." @@ -14375,22 +14336,16 @@ msgstr "Transformación do navegador" #: templates/columns_definitions/table_fields_definitions.twig:83 #: templates/columns_definitions/table_fields_definitions.twig:94 -#, fuzzy -#| msgid "" -#| "Please enter the values for transformation options using this format: " -#| "'a', 100, b,'c'…
If you ever need to put a backslash (\"\\\") or a " -#| "single quote (\"'\") amongst those values, precede it with a backslash " -#| "(for example '\\\\xyz' or 'a\\'b')." msgid "" "Please enter the values for transformation options using this format: 'a', " "100, b,'c'…
If you ever need to put a backslash (\"\\\") or a single " "quote (\"'\") amongst those values, precede it with a backslash (for example " "'\\\\xyz' or 'a\\'b')." msgstr "" -"Introduza os valores das opcións de transformación empregando este " -"formato:'a', 100, b,'c'…
Se necesitar introducir unha barra para tras " -"(«\\\") ou aspas simples («'\") entre estes valores, precédaos de barra para " -"tras (por exemplo '\\\\xyz' ou 'a\\'b')." +"Introduza os valores das opcións de transformación empregando este formato:" +"'a', 100, b,'c'…
Se necesitar introducir unha barra para tras («\\\") ou " +"aspas simples («'\") entre estes valores, precédaos de barra para tras (por " +"exemplo '\\\\xyz' ou 'a\\'b')." #: templates/columns_definitions/table_fields_definitions.twig:89 #: templates/transformation_overview.twig:37 @@ -15914,13 +15869,13 @@ msgstr "" #, fuzzy #| msgid "Save as file" msgid "Save as JSON file" -msgstr "Enviar (gravar nun ficheiro)
" +msgstr "Gardar como ficheiro JSON" #: templates/preferences/manage/main.twig:74 #, fuzzy #| msgid "Save as file" msgid "Save as PHP file" -msgstr "Enviar (gravar nun ficheiro)
" +msgstr "Gardar como ficheiro PHP" #: templates/preferences/manage/main.twig:79 msgid "Save to browser's storage" @@ -17084,7 +17039,7 @@ msgstr "Valores para a columna %s" #, fuzzy #| msgid "Save as file" msgid "Save chart as image" -msgstr "Enviar (gravar nun ficheiro)
" +msgstr "Salva mapa como imaxe" #: templates/table/gis_visualization/gis_visualization.twig:3 msgid "Display GIS Visualization" From 9ee28df6ecac426cc8f4d9af214f992139e9d544 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 02:21:00 +0000 Subject: [PATCH 54/95] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (3334 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/zh_Hans/ Signed-off-by: William Desportes --- po/zh_CN.po | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/po/zh_CN.po b/po/zh_CN.po index 21888238d4..ab075f09b0 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2020-08-19 05:38+0000\n" -"Last-Translator: Annlix \n" +"PO-Revision-Date: 2021-01-22 02:41+0000\n" +"Last-Translator: William Desportes \n" "Language-Team: Chinese (Simplified) \n" "Language: zh_CN\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.2-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:35 ajax.php:73 export.php:214 libraries/classes/Export.php:1219 msgid "Bad type!" @@ -795,8 +795,7 @@ msgid "" "than %d seconds. It is advisable to set this long_query_time 0-2 seconds, " "depending on your system." msgstr "" -"已启用 slow_query_log,但服务器仅记录查询时间超过 %d 秒的查询。请根据您的系统" -"适当设置 long_query_time 为 0-2 秒。" +"已启用 slow_query_log,但服务器仅记录查询时间超过 %d 秒的查询。请根据您的系统适当设置 long_query_time 为 0-2 秒。" #: js/messages.php:241 #, php-format @@ -1461,8 +1460,7 @@ msgstr "在该列表中搜索" msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." -msgstr "" -"中心列表中没有列。请确保数据库 %s 的中心列表存在没有显示在当前表中的列。" +msgstr "中心列表中没有列。请确保数据库 %s 的中心列表存在没有显示在当前表中的列。" #: js/messages.php:446 msgid "See more" @@ -4617,9 +4615,7 @@ msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." -msgstr "" -"允许使用基于数据库的查询历史 (需要 phpMyAdmin 高级功能)。如果禁用,将使用 " -"JS 程序来显示查询历史 (关闭窗口即丢失)。" +msgstr "允许使用基于数据库的查询历史 (需要 phpMyAdmin 高级功能)。如果禁用,将使用 JS 程序来显示查询历史 (关闭窗口即丢失)。" #: libraries/classes/Config/Descriptions.php:577 msgid "Permanent query history" @@ -4929,8 +4925,8 @@ msgid "" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -"关系、书签、PDF 功能所用的数据库。参见 [doc@linked-tables]pmadb (外链,英文)" -"[/doc]。不使用请留空。推荐: [kbd]phpmyadmin[/kbd]。" +"关系、书签、PDF 功能所用的数据库。参见 [doc@linked-tables]pmadb (外链,英文)[/doc]。不使用请留空。推荐: " +"[kbd]phpmyadmin[/kbd]。" #: libraries/classes/Config/Descriptions.php:689 #: templates/server/databases/index.twig:33 From dabf461bf1383c59b44afbe4965e0caed44db74b Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 03:15:26 +0000 Subject: [PATCH 55/95] Translated using Weblate (Bulgarian) Currently translated at 68.3% (2263 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/bg/ Signed-off-by: William Desportes --- po/bg.po | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/po/bg.po b/po/bg.po index 5fdccd53bf..cb6e295be7 100644 --- a/po/bg.po +++ b/po/bg.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2021-01-13 17:32+0000\n" -"Last-Translator: Пламен \n" +"PO-Revision-Date: 2021-01-22 03:16+0000\n" +"Last-Translator: William Desportes \n" "Language-Team: Bulgarian \n" "Language: bg\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.4.1-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -6863,10 +6863,9 @@ msgid "The columns have been moved successfully." msgstr "Колоните бяха преместени упешно." #: libraries/classes/Controllers/Table/TableStructureController.php:535 -#, fuzzy, php-format -#| msgid "Failed to get real row count." +#, php-format msgid "Failed to get description of column %s!" -msgstr "Неточно преброяване на редовете." +msgstr "Неуспешно получаване на описание на колона %s!" #: libraries/classes/Controllers/Table/TableStructureController.php:771 #: libraries/classes/Controllers/Table/TableStructureController.php:1067 @@ -9642,8 +9641,8 @@ msgid "" "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" "комбинация от двата горни варианта
      Пример: " -"INSERT INTO tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" +"INSERT INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), " +"(7,8,9)" #: libraries/classes/Plugins/Export/ExportSql.php:430 msgid "" @@ -15329,10 +15328,8 @@ msgid "Collation:" msgstr "Колация:" #: templates/columns_definitions/column_definitions_form.twig:77 -#, fuzzy -#| msgid "Storage Engine" msgid "Storage Engine:" -msgstr "Storage Engine:" +msgstr "Хранилище:" #: templates/columns_definitions/column_definitions_form.twig:82 msgid "Connection:" @@ -16138,8 +16135,6 @@ msgid "Expression or column list" msgstr "Стойности за колоната %s" #: templates/columns_definitions/partitions.twig:37 -#, fuzzy -#| msgid "Position" msgid "Partitions:" msgstr "Дялове:" From cceaa592e6923ed0b5ae5020ad922b858bd27418 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 03:09:41 +0000 Subject: [PATCH 56/95] Translated using Weblate (Bengali) Currently translated at 68.6% (2273 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/bn/ Signed-off-by: William Desportes --- po/bn.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/po/bn.po b/po/bn.po index 10fb43c273..def3481678 100644 --- a/po/bn.po +++ b/po/bn.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2019-08-23 10:30+0000\n" -"Last-Translator: Michal Čihař \n" +"PO-Revision-Date: 2021-01-22 03:16+0000\n" +"Last-Translator: William Desportes \n" "Language-Team: Bengali \n" "Language: bn\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Weblate 3.9-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -10092,7 +10092,7 @@ msgid "" "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" "উপরের উভয়টি
      উদাহরণ: INSERT INTO tbl_name " -"(col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" +"(col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" #: libraries/classes/Plugins/Export/ExportSql.php:430 msgid "" From 8b07a8e570ab7d1d84203ab3f48964d35349c336 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 03:00:17 +0000 Subject: [PATCH 57/95] Translated using Weblate (Indonesian) Currently translated at 80.9% (2679 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/id/ Signed-off-by: William Desportes --- po/id.po | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/po/id.po b/po/id.po index afa8d329ee..a1a5a765e9 100644 --- a/po/id.po +++ b/po/id.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-11-16 03:28+0000\n" +"PO-Revision-Date: 2021-01-22 03:16+0000\n" "Last-Translator: William Desportes \n" "Language-Team: Indonesian \n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.4-dev\n" +"X-Generator: Weblate 4.5-dev\n" "X-Poedit-Basepath: ../../..\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 @@ -16004,10 +16004,9 @@ msgid "Activate now" msgstr "Aktifkan sekarang" #: templates/table/tracking/activate_deactivate.twig:11 -#, fuzzy, php-format -#| msgid "Deactivate tracking for %s.%s" +#, php-format msgid "Deactivate tracking for %s" -msgstr "Nonaktifkan pelacakan untuk %s.%s" +msgstr "Nonaktifkan pelacakan untuk %s" #: templates/table/tracking/activate_deactivate.twig:13 msgid "Deactivate now" From 4d3147405f46060f23b58d235ba8d76f6558d64f Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 03:09:41 +0000 Subject: [PATCH 58/95] Translated using Weblate (Polish) Currently translated at 99.3% (3287 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/pl/ Signed-off-by: William Desportes --- po/pl.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/po/pl.po b/po/pl.po index 83d66354a9..741c086c84 100644 --- a/po/pl.po +++ b/po/pl.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-08-30 19:36+0000\n" -"Last-Translator: Kozioł Marcin \n" +"PO-Revision-Date: 2021-01-22 03:16+0000\n" +"Last-Translator: William Desportes \n" "Language-Team: Polish \n" "Language: pl\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.2.1-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -9636,7 +9636,7 @@ msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -"obu powyższych
Przykład:INSERT INTO tbl_name (col_A,col_B) " +"obu powyższych
Przykład:INSERT INTO tbl_name (col_A,col_B,col_C) " "VALUES (1,2,3), (4,5,6), (7,8,9)" #: libraries/classes/Plugins/Export/ExportSql.php:430 From 3b4526228d267aea4d8b40572a6d5969a5461925 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 03:11:41 +0000 Subject: [PATCH 59/95] Translated using Weblate (Sinhala) Currently translated at 56.3% (1866 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/si/ Signed-off-by: William Desportes --- po/si.po | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/po/si.po b/po/si.po index c426f271a9..158f123d05 100644 --- a/po/si.po +++ b/po/si.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2018-12-18 22:09+0000\n" -"Last-Translator: Madhura Jayaratne \n" -"Language-Team: Sinhala \n" +"Language-Team: Sinhala \n" "Language: si\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: Weblate 3.4-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -309,7 +309,7 @@ msgstr "දත්තගබඩා නම හිස්ව පවතී!" #: db_operations.php:69 msgid "Cannot copy database to the same name. Change the name and try again." -msgstr "එකම නමට දත්තගබඩාව පිටපත් කළ නොහැක. නම වෙනස් කර නැවත උත්සාහ කරන්න." +msgstr "එකම නමට දත්තගබඩාව පිටපත් කළ නොහැක. නම වෙනස් කර නැවත උත්සාහ කරන්න." #: db_operations.php:156 #, php-format @@ -810,10 +810,10 @@ msgid "" "once phpMyAdmin has been configured. Otherwise the security of your server " "may be compromised by unauthorized people downloading your configuration." msgstr "" -"පිහිටුවීමේ විධානාවලිය විසින් භාවිතා කරන [code]config[/code] ඩිරෙක්ටරිය තවමත් ඔබගේ " -"phpMyAdmin ඩිරෙක්ටරිය තුල ඇත. phpMyAdmin වින්‍යාස සකසා අවසන් වූ පසු ඔබ එය ඉවත් කිරීම " -"නිර්දේශිතයි. නැතහොත් ඔබගේ සේවාදායකයේ ආරක්ෂාව මෙම වින්‍යස අනවසරයෙන් බාගත කරගන්නන් විසින් " -"තර්ජනයට ලක්කල හැකිය." +"පිහිටුවීමේ විධානාවලිය විසින් භාවිතා කරන [code]config[/code] ඩිරෙක්ටරිය තවමත් " +"ඔබගේ phpMyAdmin ඩිරෙක්ටරිය තුල ඇත. phpMyAdmin වින්‍යාස සකසා අවසන් වූ පසු ඔබ " +"එය ඉවත් කිරීම නිර්දේශිතයි. නැතහොත් ඔබගේ සේවාදායකයේ ආරක්ෂාව මෙම වින්‍යස " +"අනවසරයෙන් බාගත කරගන්නන් විසින් තර්ජනයට ලක්කල හැකිය." #: index.php:616 #, php-format @@ -10042,16 +10042,12 @@ msgstr "" "(7,8,9)
" #: libraries/classes/Plugins/Export/ExportSql.php:425 -#, fuzzy -#| msgid "" -#| "both of the above
      Example: INSERT INTO " -#| "tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" "ඉහත දෙවර්ගයම
      උදාහරණ: INSERT INTO tbl_name " -"(col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" +"(col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" #: libraries/classes/Plugins/Export/ExportSql.php:430 msgid "" From 4562214c3791d38e0de7c4125828091a52c3d4b3 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 03:06:07 +0000 Subject: [PATCH 60/95] Translated using Weblate (Albanian) Currently translated at 97.1% (3215 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/sq/ Signed-off-by: William Desportes --- po/sq.po | 39 +++++++++++++-------------------------- 1 file changed, 13 insertions(+), 26 deletions(-) diff --git a/po/sq.po b/po/sq.po index 9ea77c793e..ba440292e7 100644 --- a/po/sq.po +++ b/po/sq.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2018-03-19 23:34+0000\n" -"Last-Translator: M. M. \n" -"Language-Team: Albanian \n" +"PO-Revision-Date: 2021-01-22 03:16+0000\n" +"Last-Translator: William Desportes \n" +"Language-Team: Albanian \n" "Language: sq\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: Weblate 2.20-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -14910,10 +14910,9 @@ msgstr "Shto një opsion për kolonë \"%s\"." #: templates/display/export/options_output_save_dir.twig:5 #: templates/display/export/options_quick_export.twig:8 -#, fuzzy, php-format -#| msgid "Save on server in the directory %s" +#, php-format msgid "Save on server in the directory %s" -msgstr "Ruaj në server në drejtorinë %s" +msgstr "Ruaj në server në drejtorinë %s" #: templates/login/twofactor.twig:5 msgid "Verify" @@ -15727,16 +15726,12 @@ msgid "File may be compressed (%s) or uncompressed." msgstr "Fili mund të jetë i kompresuar (%s) ose i pakompresuar." #: templates/display/import/import.twig:58 -#, fuzzy -#| msgid "" -#| "A compressed file's name must end in .[format].[compression]. " -#| "Example: .sql.zip" msgid "" "A compressed file's name must end in .[format].[compression]. Example: .sql.zip" msgstr "" -"Një emër fili i kompresuar duhet të mbarojë me .[format].[compression]. Shembull: .sql.zip" +"Një emër fili i kompresuar duhet të mbarojë me " +".[format].[compression]. Shembull: .sql.zip" #: templates/display/import/import.twig:69 #: templates/display/import/import.twig:84 @@ -15760,19 +15755,14 @@ msgstr "" "pozicioni %d." #: templates/display/import/import.twig:137 -#, fuzzy -#| msgid "" -#| "Allow the interruption of an import in case the script detects it is " -#| "close to the PHP timeout limit. (This might be a good way to import " -#| "large files, however it can break transactions.)" msgid "" "Allow the interruption of an import in case the script detects it is close " "to the PHP timeout limit. (This might be a good way to import large " "files, however it can break transactions.)" msgstr "" "Lejo ndërprerjen e një importi, në rast se skripti zbulon që është afër " -"limitit kohor të skadimit PHP. (Kjo mund të jetë një mënyrë e mirë për të " -"importuar file të mëdha, por mund të thyejë transaksionet.)" +"limitit kohor të skadimit PHP. (Kjo mund të jetë një mënyrë e mirë për " +"të importuar file të mëdha, por mund të thyejë transaksionet.)" #: templates/display/import/import.twig:144 msgid "Skip this number of queries (for SQL) starting from the first one:" @@ -15876,13 +15866,10 @@ msgstr[0] "%1$s përkim në %2$s" msgstr[1] "%1$s përkime në %2$s" #: templates/database/search/results.twig:56 -#, fuzzy -#| msgid "Total: %s match" -#| msgid_plural "Total: %s matches" msgid "Total: %count% match" msgid_plural "Total: %count% matches" -msgstr[0] "Gjithsejt: %s përkim" -msgstr[1] "Gjithsejt: %s përkime" +msgstr[0] "Gjithsejt: %s përkim" +msgstr[1] "Gjithsejt: %s përkime" #: templates/columns_definitions/table_fields_definitions.twig:17 #, fuzzy From e3ef1ac07d5a83fffcfdcddd05f3f5186a00b741 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 02:47:47 +0000 Subject: [PATCH 61/95] Translated using Weblate (Arabic) Currently translated at 49.3% (1646 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/ar/ Signed-off-by: William Desportes --- po/ar.po | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/po/ar.po b/po/ar.po index 2e8d5493f3..622b0a14fa 100644 --- a/po/ar.po +++ b/po/ar.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2020-12-19 09:29+0000\n" -"Last-Translator: مملكه الفيديوهات videos king \n" +"PO-Revision-Date: 2021-01-22 03:17+0000\n" +"Last-Translator: William Desportes \n" "Language-Team: Arabic \n" "Language: ar\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" -"X-Generator: Weblate 4.4-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:35 ajax.php:73 export.php:214 libraries/classes/Export.php:1219 msgid "Bad type!" @@ -1505,8 +1505,7 @@ msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -"هذا الإجراء قد يغيير بعض معرفات الأعمدة .
هل انت متاكد انك تريد " -"المتابعة؟" +"هذا الإجراء قد يغيير بعض معرفات الأعمدة .
هل انت متاكد انك تريد المتابعة؟" #: js/messages.php:452 msgid "Continue" From 7e089c27b1256c4b2a325e432ae77d5b6ac55c4d Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 02:49:52 +0000 Subject: [PATCH 62/95] Translated using Weblate (Azerbaijani) Currently translated at 49.1% (1637 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/az/ Signed-off-by: William Desportes --- po/az.po | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/po/az.po b/po/az.po index c835f66400..fd1195f0be 100644 --- a/po/az.po +++ b/po/az.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2020-11-15 18:28+0000\n" +"PO-Revision-Date: 2021-01-22 03:17+0000\n" "Last-Translator: William Desportes \n" -"Language-Team: Azerbaijani \n" +"Language-Team: Azerbaijani \n" "Language: az\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: Weblate 4.4-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:35 ajax.php:73 export.php:214 libraries/classes/Export.php:1219 msgid "Bad type!" @@ -1526,15 +1526,11 @@ msgid "Are you sure?" msgstr "Əminsiniz?" #: js/messages.php:449 -#, fuzzy -#| msgid "" -#| "This action may change some of the columns definition.
Are you sure " -#| "you want to continue?" msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -"Bu addım bəzi sütunların tərifini dəyişdirə bilər.
Davam etmək " +"Bu addım bəzi sütunların tərifini dəyişdirə bilər.
Davam etmək " "istəyirsinizmi?" #: js/messages.php:452 @@ -8522,10 +8518,8 @@ msgid "Binary" msgstr "" #: libraries/classes/InsertEdit.php:760 -#, fuzzy -#| msgid "Because of its length,
this column might not be editable." msgid "Because of its length,
this column might not be editable." -msgstr "Uzun olduğuna görə,
bu sütun redaktə edilməyə bilər." +msgstr "Uzun olduğuna görə,
bu sütun redaktə edilməyə bilər." #: libraries/classes/InsertEdit.php:1378 msgid "Binary - do not edit" From 7d74a3fe2175faeb40b8c538a557a947da0199f2 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 03:15:27 +0000 Subject: [PATCH 63/95] Translated using Weblate (Bulgarian) Currently translated at 69.2% (2308 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/bg/ Signed-off-by: William Desportes --- po/bg.po | 77 +++++++++++++++----------------------------------------- 1 file changed, 20 insertions(+), 57 deletions(-) diff --git a/po/bg.po b/po/bg.po index c37b24bc45..4860a8c8dc 100644 --- a/po/bg.po +++ b/po/bg.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2020-10-25 02:26+0000\n" -"Last-Translator: Пламен \n" +"PO-Revision-Date: 2021-01-22 03:17+0000\n" +"Last-Translator: William Desportes \n" "Language-Team: Bulgarian \n" "Language: bg\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.3.2-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:35 ajax.php:73 export.php:214 libraries/classes/Export.php:1219 msgid "Bad type!" @@ -1526,7 +1526,7 @@ msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -"Това действие може да промени дефиницията на някоя от колоните.
Сигурни " +"Това действие може да промени дефиницията на някоя от колоните.
Сигурни " "ли сте, че искате да продължите?" #: js/messages.php:452 @@ -1981,8 +1981,8 @@ msgid "" "from ORDER BY clause" msgstr "" "Shift+кликване за добавяне на колоната в ORDER BY клаузата или за " -"превключване на ASC/DESC.
- Control+кликване за премахване на колоната " -"от ORDER BY клаузата" +"превключване на ASC/DESC.
- Control+кликване за премахване на колоната от " +"ORDER BY клаузата" #: js/messages.php:607 msgid "Click to mark/unmark." @@ -7312,8 +7312,7 @@ msgid "The columns have been moved successfully." msgstr "Колоните бяха преместени упешно." #: libraries/classes/Controllers/Table/StructureController.php:551 -#, fuzzy, php-format -#| msgid "Failed to get real row count." +#, php-format msgid "Failed to get description of column %s!" msgstr "Неуспешно получаване на описание на колона %s!" @@ -8521,10 +8520,8 @@ msgid "Binary" msgstr "двоичен" #: libraries/classes/InsertEdit.php:760 -#, fuzzy -#| msgid "Because of its length,
this column might not be editable" msgid "Because of its length,
this column might not be editable." -msgstr "Поради дължината си,
това поле може да е нередактируемо" +msgstr "Поради дължината си,
това поле може да е нередактируемо." #: libraries/classes/InsertEdit.php:1378 msgid "Binary - do not edit" @@ -10073,59 +10070,41 @@ msgid "Syntax to use when inserting data:" msgstr "" #: libraries/classes/Plugins/Export/ExportSql.php:433 -#, fuzzy -#| msgid "" -#| "include column names in every INSERT statement
  " -#| "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) " -#| "VALUES (1,2,3)" msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -"включване на имената на полетата във всеки INSERT израз
" +"включване на имената на полетата във всеки INSERT израз
" "      Пример: INSERT INTO tbl_name (col_A,col_B,col_C) " "VALUES (1,2,3)" #: libraries/classes/Plugins/Export/ExportSql.php:438 -#, fuzzy -#| msgid "" -#| "insert multiple rows in every INSERT statement
  " -#| "    Example: INSERT INTO tbl_name VALUES (1,2,3), " -#| "(4,5,6), (7,8,9)" msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -"включване на няколко реда във всеки INSERT израз
  " +"включване на няколко реда във всеки INSERT израз
  " "    Пример: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" #: libraries/classes/Plugins/Export/ExportSql.php:443 -#, fuzzy -#| msgid "" -#| "both of the above
      Example: INSERT INTO " -#| "tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -"комбинация от двата горни варианта
      Пример: " -"INSERT INTO tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" +"комбинация от двата горни варианта
      Пример: " +"INSERT INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), " +"(7,8,9)" #: libraries/classes/Plugins/Export/ExportSql.php:448 -#, fuzzy -#| msgid "" -#| "neither of the above
      Example: INSERT " -#| "INTO tbl_name VALUES (1,2,3)" msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -"нито един от горните варианти
      Пример: " -"INSERT INTO tbl_name VALUES (1,2,3)" +"нито един от горните варианти
      Пример: INSERT " +"INTO tbl_name VALUES (1,2,3)" #: libraries/classes/Plugins/Export/ExportSql.php:467 msgid "" @@ -13469,10 +13448,8 @@ msgid "Collation:" msgstr "Колация:" #: templates/columns_definitions/column_definitions_form.twig:76 -#, fuzzy -#| msgid "Storage Engine" msgid "Storage Engine:" -msgstr "Storage Engine:" +msgstr "Хранилище:" #: templates/columns_definitions/column_definitions_form.twig:81 msgid "Connection:" @@ -13532,8 +13509,6 @@ msgid "Expression or column list" msgstr "Стойности за колоната %s" #: templates/columns_definitions/partitions.twig:37 -#, fuzzy -#| msgid "Position" msgid "Partitions:" msgstr "Дялове:" @@ -13605,12 +13580,6 @@ msgid "Node group" msgstr "Потребители" #: templates/columns_definitions/table_fields_definitions.twig:17 -#, fuzzy -#| msgid "" -#| "If column type is \"enum\" or \"set\", please enter the values using this " -#| "format: 'a','b','c'…
If you ever need to put a backslash (\"\\\") or " -#| "a single quote (\"'\") amongst those values, precede it with a backslash " -#| "(for example '\\\\xyz' or 'a\\'b')." msgid "" "If column type is \"enum\" or \"set\", please enter the values using this " "format: 'a','b','c'…
If you ever need to put a backslash (\"\") or a " @@ -13618,9 +13587,9 @@ msgid "" "example '\\\\xyz' or 'a\\'b')." msgstr "" "Ако типа на полето е \"enum\" или \"set\", моля въведете стойностите " -"използвайки този формат: 'a','b','c'…
Ако е необходимо да сложите " -"обратна черта (\"\\\") или апостроф (\"'\") между тези стойности, сложите " -"обратна черта пред тях (например: '\\\\xyz' или 'a\\'b')." +"използвайки този формат: 'a','b','c'…
Ако е необходимо да сложите обратна " +"черта (\"\\\") или апостроф (\"'\") между тези стойности, сложите обратна " +"черта пред тях (например: '\\\\xyz' или 'a\\'b')." #: templates/columns_definitions/table_fields_definitions.twig:21 msgid "" @@ -13660,12 +13629,6 @@ msgstr "Браузърна трансформация" #: templates/columns_definitions/table_fields_definitions.twig:83 #: templates/columns_definitions/table_fields_definitions.twig:94 -#, fuzzy -#| msgid "" -#| "Please enter the values for transformation options using this format: " -#| "'a', 100, b,'c'…
If you ever need to put a backslash (\"\\\") or a " -#| "single quote (\"'\") amongst those values, precede it with a backslash " -#| "(for example '\\\\xyz' or 'a\\'b')." msgid "" "Please enter the values for transformation options using this format: 'a', " "100, b,'c'…
If you ever need to put a backslash (\"\\\") or a single " @@ -13673,7 +13636,7 @@ msgid "" "'\\\\xyz' or 'a\\'b')." msgstr "" "Моля въведете стойностите за опциите на трансформацията като използвате " -"следния формат: 'a', 100, b,'c'…
Ако трябва да поставите обратно " +"следния формат: 'a', 100, b,'c'…
Ако трябва да поставите обратно " "наклонена черта (\"\\\") или единична кавичка (\"'\") между тези стойности, " "поставете пред тях допълнителна обратно наклонена черта (например '\\\\xyz' " "или 'a\\'b')." From b5e92f5a30cad88b5ecf6f39b85f07555f66ed21 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 03:11:04 +0000 Subject: [PATCH 64/95] Translated using Weblate (Bengali) Currently translated at 67.5% (2252 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/bn/ Signed-off-by: William Desportes --- po/bn.po | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/po/bn.po b/po/bn.po index d1d0f1aa04..e6d94cba2b 100644 --- a/po/bn.po +++ b/po/bn.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2017-05-25 23:22+0000\n" -"Last-Translator: Sifat Ahmed Khan \n" -"Language-Team: Bengali \n" +"PO-Revision-Date: 2021-01-22 03:17+0000\n" +"Last-Translator: William Desportes \n" +"Language-Team: Bengali \n" "Language: bn\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: Weblate 2.14.1\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:35 ajax.php:73 export.php:214 libraries/classes/Export.php:1219 msgid "Bad type!" @@ -10654,28 +10654,20 @@ msgstr "" "উদাহরণ: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6),(7,8,9)" #: libraries/classes/Plugins/Export/ExportSql.php:443 -#, fuzzy -#| msgid "" -#| "both of the above
      Example: INSERT INTO " -#| "tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -"উপরের উভয়টি
      উদাহরণ: INSERT INTO tbl_name " -"(col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" +"উপরের উভয়টি
      উদাহরণ: INSERT INTO tbl_name " +"(col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" #: libraries/classes/Plugins/Export/ExportSql.php:448 -#, fuzzy -#| msgid "" -#| "neither of the above
      Example: INSERT " -#| "INTO tbl_name VALUES (1,2,3)" msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -"উপরের কোনটি নয়
      উদাহরণ: INSERT INTO " -"tbl_name VALUES (1,2,3)" +"উপরের কোনটি নয়
      উদাহরণ: INSERT INTO tbl_name " +"VALUES (1,2,3)" #: libraries/classes/Plugins/Export/ExportSql.php:467 msgid "" From 00d17ee6eaaa0e12c2fba495581104253852e4a2 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 03:12:51 +0000 Subject: [PATCH 65/95] Translated using Weblate (Bosnian) Currently translated at 10.7% (358 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/bs/ Signed-off-by: William Desportes --- po/bs.po | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/po/bs.po b/po/bs.po index a5104f220c..061bfa7fec 100644 --- a/po/bs.po +++ b/po/bs.po @@ -4,17 +4,17 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2015-10-15 11:31+0200\n" -"Last-Translator: Michal Čihař \n" -"Language-Team: Bosnian \n" +"PO-Revision-Date: 2021-01-22 03:17+0000\n" +"Last-Translator: William Desportes \n" +"Language-Team: Bosnian \n" "Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 2.5-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:35 ajax.php:73 export.php:214 libraries/classes/Export.php:1219 #, fuzzy @@ -14055,12 +14055,6 @@ msgstr "Tranformacije čitača" #: templates/columns_definitions/table_fields_definitions.twig:83 #: templates/columns_definitions/table_fields_definitions.twig:94 -#, fuzzy -#| msgid "" -#| "Please enter the values for transformation options using this format: " -#| "'a', 100, b,'c'…
If you ever need to put a backslash (\"\\\") or a " -#| "single quote (\"'\") amongst those values, precede it with a backslash " -#| "(for example '\\\\xyz' or 'a\\'b')." msgid "" "Please enter the values for transformation options using this format: 'a', " "100, b,'c'…
If you ever need to put a backslash (\"\\\") or a single " @@ -14068,7 +14062,7 @@ msgid "" "'\\\\xyz' or 'a\\'b')." msgstr "" "Molimo unesite vrijednosti za opcije transformacije koristeći ovaj oblik: " -"'a', 100, b,'c'…
Ako treba da unesete obrnutu kosu crtu (\"\\\") ili " +"'a', 100, b,'c'…
Ako treba da unesete obrnutu kosu crtu (\"\\\") ili " "apostrof (\"'\") u te vrijednosti, stavite obrnutu kosu crtu ispred njih (na " "primjer '\\\\xyz' ili 'a\\'b')." From 40dc5307d9238ca976bd6f23eec69c9f731b833f Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 02:54:56 +0000 Subject: [PATCH 66/95] Translated using Weblate (Greek) Currently translated at 97.5% (3252 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/el/ Signed-off-by: William Desportes --- po/el.po | 85 +++++++++++++------------------------------------------- 1 file changed, 20 insertions(+), 65 deletions(-) diff --git a/po/el.po b/po/el.po index d7b54e7814..dd96f4465d 100644 --- a/po/el.po +++ b/po/el.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2021-01-22 01:27+0000\n" +"PO-Revision-Date: 2021-01-22 03:17+0000\n" "Last-Translator: William Desportes \n" "Language-Team: Greek " "\n" @@ -2004,18 +2004,13 @@ msgid "Click to sort results by this column." msgstr "Πατήστε για ταξινόμηση των αποτελεσμάτων κατά αυτή τη στήλη." #: js/messages.php:603 -#, fuzzy -#| msgid "" -#| "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC." -#| "
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove " -#| "column from ORDER BY clause" msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC." "
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column " "from ORDER BY clause" msgstr "" "Shift+Κλικ για προσθήκη αυτής της στήλης στη δήλωση ORDER BY ή για εναλλαγή " -"ASC/DESC.
- Control+Κλικ ή Alt+Κλικ (Για Mac: Shift+Option+Click) για " +"ASC/DESC.
- Control+Κλικ ή Alt+Κλικ (Για Mac: Shift+Option+Click) για " "απομάκρυνση της στήλης από τη δήλωση ORDER BY" #: js/messages.php:607 @@ -2027,10 +2022,8 @@ msgid "Double-click to copy column name." msgstr "Διπλό κλικ για αντιγραφή ονόματος στήλης." #: js/messages.php:610 -#, fuzzy -#| msgid "Click the drop-down arrow
to toggle column's visibility." msgid "Click the drop-down arrow
to toggle column's visibility." -msgstr "Πατήστε το προς τα κάτω βέλος
για εναλλαγή της εμφάνισης στηλών." +msgstr "Πατήστε το προς τα κάτω βέλος
για εναλλαγή της εμφάνισης στηλών." #: js/messages.php:612 libraries/classes/BrowseForeigners.php:355 #: templates/display/results/table_navigation.twig:19 @@ -2098,20 +2091,15 @@ msgid "Print" msgstr "Εκτύπωση" #: js/messages.php:642 -#, fuzzy -#| msgid "" -#| "You can also edit most values
by double-clicking directly on them." msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -"Μπορείτε επίσης να επεξεργαστείτε τις περισσότερες τιμές
πατώντας με " +"Μπορείτε επίσης να επεξεργαστείτε τις περισσότερες τιμές
πατώντας με " "διπλό κλικ κατευθείαν σε αυτές." #: js/messages.php:647 -#, fuzzy -#| msgid "You can also edit most values
by clicking directly on them." msgid "You can also edit most values
by clicking directly on them." msgstr "" -"Μπορείτε επίσης να επεξεργαστείτε τις περισσότερες τιμές
πατώντας " +"Μπορείτε επίσης να επεξεργαστείτε τις περισσότερες τιμές
πατώντας " "κατευθείαν σε αυτές." #: js/messages.php:653 @@ -8775,11 +8763,9 @@ msgid "Binary" msgstr "Δυαδικό" #: libraries/classes/InsertEdit.php:760 -#, fuzzy -#| msgid "Because of its length,
this column might not be editable." msgid "Because of its length,
this column might not be editable." msgstr "" -"Εξαιτίας του μεγέθος του,
αυτό το πεδίο ίσως να μη μπορεί να διορθωθεί." +"Εξαιτίας του μεγέθος του,
αυτό το πεδίο ίσως να μη μπορεί να διορθωθεί." #: libraries/classes/InsertEdit.php:1378 msgid "Binary - do not edit" @@ -9533,12 +9519,6 @@ msgid "Find transitive dependencies" msgstr "Εύρεση μεταβατικών εξαρτήσεων" #: libraries/classes/Normalization.php:837 -#, fuzzy -#| msgid "" -#| "For each column below, please select the minimal set of columns " -#| "among given set whose values combined together are sufficient to " -#| "determine the value of the column.
Note: A column may have no " -#| "transitive dependency, in that case you don't have to select any." msgid "" "For each column below, please select the minimal set of columns among " "given set whose values combined together are sufficient to determine the " @@ -9547,7 +9527,7 @@ msgid "" msgstr "" "Για κάθε μια από τις στήλες παρακάτω, επιλέξτε την ελάχιστη ομάδα " "στηλών μεταξύ των δοθέντων ομάδων των οποίων οι συνδυασμένες τιμές είναι " -"επαρκείς για να ορίσουν την τιμή της στήλης.
Σημείωση: Μια στήλη μπορεί " +"επαρκείς για να ορίσουν την τιμή της στήλης.
Σημείωση: Μια στήλη μπορεί " "να μην έχει μεταβατική εξάρτηση, σε αυτή την περίπτωση δεν έχετε να " "επιλέξετε κάποια." @@ -10344,57 +10324,39 @@ msgid "Syntax to use when inserting data:" msgstr "Η σύνταξη που θα χρησιμοποιηθεί κατά την εισαγωγή δεδομένων:" #: libraries/classes/Plugins/Export/ExportSql.php:433 -#, fuzzy -#| msgid "" -#| "include column names in every INSERT statement
  " -#| "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) " -#| "VALUES (1,2,3)" msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -"συμπεριλαμβάνει ονόματα στηλών σε κάθε δήλωση INSERT
" -"      Παράδειγμα: INSERT INTO tbl_name (col_A,col_B," -"col_C) VALUES (1,2,3)" +"συμπεριλαμβάνει ονόματα στηλών σε κάθε δήλωση INSERT
  " +"    Παράδειγμα: INSERT INTO tbl_name (col_A,col_B,col_C) " +"VALUES (1,2,3)" #: libraries/classes/Plugins/Export/ExportSql.php:438 -#, fuzzy -#| msgid "" -#| "insert multiple rows in every INSERT statement
  " -#| "    Example: INSERT INTO tbl_name VALUES (1,2,3), " -#| "(4,5,6), (7,8,9)" msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -"εισάγει πολλαπλές εγγραφές σε κάθε δήλωση INSERT
  " -"    Παράδειγμα: INSERT INTO tbl_name VALUES (1,2,3), " -"(4,5,6), (7,8,9)" +"εισάγει πολλαπλές εγγραφές σε κάθε δήλωση INSERT
  " +"    Παράδειγμα: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6)" +", (7,8,9)" #: libraries/classes/Plugins/Export/ExportSql.php:443 -#, fuzzy -#| msgid "" -#| "both of the above
      Example: INSERT INTO " -#| "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -"όλα τα παραπάνω
      Παράδειγμα: INSERT INTO " +"όλα τα παραπάνω
      Παράδειγμα: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" #: libraries/classes/Plugins/Export/ExportSql.php:448 -#, fuzzy -#| msgid "" -#| "neither of the above
      Example: INSERT " -#| "INTO tbl_name VALUES (1,2,3)" msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -"κανένα από τα παραπάνω
      Παράδειγμα: INSERT " +"κανένα από τα παραπάνω
      Παράδειγμα: INSERT " "INTO tbl_name VALUES (1,2,3)" #: libraries/classes/Plugins/Export/ExportSql.php:467 @@ -10617,10 +10579,9 @@ msgid "MediaWiki Table" msgstr "Πίνακας MediaWiki" #: libraries/classes/Plugins/Import/ImportMediawiki.php:279 -#, fuzzy, php-format -#| msgid "Invalid format of mediawiki input on line:
%s." +#, php-format msgid "Invalid format of mediawiki input on line:
%s." -msgstr "Μη έγκυρη μορφή του εισαγόμενου mediawiki στη γραμμή
%s." +msgstr "Μη έγκυρη μορφή του εισαγόμενου mediawiki στη γραμμή
%s." #: libraries/classes/Plugins/Import/ImportOds.php:81 msgid "Import percentages as proper decimals (ex. 12.00% to .12)" @@ -13890,12 +13851,6 @@ msgstr "Επιλογές μετατροπής προβολής περιηγητ #: templates/columns_definitions/table_fields_definitions.twig:83 #: templates/columns_definitions/table_fields_definitions.twig:94 -#, fuzzy -#| msgid "" -#| "Please enter the values for transformation options using this format: " -#| "'a', 100, b,'c'…
If you ever need to put a backslash (\"\\\") or a " -#| "single quote (\"'\") amongst those values, precede it with a backslash " -#| "(for example '\\\\xyz' or 'a\\'b')." msgid "" "Please enter the values for transformation options using this format: 'a', " "100, b,'c'…
If you ever need to put a backslash (\"\\\") or a single " @@ -13903,9 +13858,9 @@ msgid "" "'\\\\xyz' or 'a\\'b')." msgstr "" "Παρακαλώ εισάγετε τις τιμές για τη μετατροπή χρησιμοποιώντας τη μορφή: 'α', " -"100, β,'γ'…
Εάν χρειαστεί να χρησιμοποιήσετε ανάποδη κάθετο («\\») ή " -"μονά εισαγωγικά («'») στις τιμές, βάλτε ως πρόθεμα ανάποδη κάθετο " -"(παράδειγμα '\\\\χψω' ή 'α\\'β')." +"100, β,'γ'…
Εάν χρειαστεί να χρησιμοποιήσετε ανάποδη κάθετο («\\») ή μονά " +"εισαγωγικά («'») στις τιμές, βάλτε ως πρόθεμα ανάποδη κάθετο (παράδειγμα '\\" +"\\χψω' ή 'α\\'β')." #: templates/columns_definitions/table_fields_definitions.twig:89 #: templates/transformation_overview.twig:37 From bd08ec7c66d70da239e0fe04b8c965e56d19d316 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 02:55:35 +0000 Subject: [PATCH 67/95] Translated using Weblate (Finnish) Currently translated at 65.1% (2173 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/fi/ Signed-off-by: William Desportes --- po/fi.po | 31 +++++++------------------------ 1 file changed, 7 insertions(+), 24 deletions(-) diff --git a/po/fi.po b/po/fi.po index 88c5ab0792..1c65e43ca0 100644 --- a/po/fi.po +++ b/po/fi.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2021-01-22 01:27+0000\n" +"PO-Revision-Date: 2021-01-22 03:17+0000\n" "Last-Translator: William Desportes \n" "Language-Team: Finnish \n" @@ -1985,18 +1985,13 @@ msgid "Click to sort results by this column." msgstr "Järjestä tämän sarakkeen tulokset napsauttamalla." #: js/messages.php:603 -#, fuzzy -#| msgid "" -#| "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC." -#| "
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove " -#| "column from ORDER BY clause" msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC." "
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column " "from ORDER BY clause" msgstr "" "Paina Shift+Click lisätäksesi sarakkeen ORDER BY - klausuuliin tai " -"laittaaksesi ASC/DESC - ehdon päälle.
- Ctrl+Click tai Alt+Click (Mac: " +"laittaaksesi ASC/DESC - ehdon päälle.
- Ctrl+Click tai Alt+Click (Mac: " "Shift+Option+Click) poistaaksesi sarakkeen ORDER BY - klausuulista" #: js/messages.php:607 @@ -2008,10 +2003,8 @@ msgid "Double-click to copy column name." msgstr "Kopioi kentän nimi kaksoisnapsauttamalla." #: js/messages.php:610 -#, fuzzy -#| msgid "Click the drop-down arrow
to toggle column's visibility." msgid "Click the drop-down arrow
to toggle column's visibility." -msgstr "Muuta sarakkeen näkyvyyttä
napsauttamalla pudotusvalikon nuolta." +msgstr "Muuta sarakkeen näkyvyyttä
napsauttamalla pudotusvalikon nuolta." #: js/messages.php:612 libraries/classes/BrowseForeigners.php:355 #: templates/display/results/table_navigation.twig:19 @@ -2080,13 +2073,9 @@ msgid "Print" msgstr "Tulosta" #: js/messages.php:642 -#, fuzzy -#| msgid "" -#| "You can also edit most values
by double-clicking directly on them." msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -"Useimpia sarakkeita voi myös muokata
\n" -"painamalla suoraan niiden sisältöä." +"Useimpia sarakkeita voi myös muokata
painamalla suoraan niiden sisältöä." #: js/messages.php:647 msgid "You can also edit most values
by clicking directly on them." @@ -14229,21 +14218,15 @@ msgstr "Selaimen muunnos (transformation)" #: templates/columns_definitions/table_fields_definitions.twig:83 #: templates/columns_definitions/table_fields_definitions.twig:94 -#, fuzzy -#| msgid "" -#| "Please enter the values for transformation options using this format: " -#| "'a', 100, b,'c'…
If you ever need to put a backslash (\"\\\") or a " -#| "single quote (\"'\") amongst those values, precede it with a backslash " -#| "(for example '\\\\xyz' or 'a\\'b')." msgid "" "Please enter the values for transformation options using this format: 'a', " "100, b,'c'…
If you ever need to put a backslash (\"\\\") or a single " "quote (\"'\") amongst those values, precede it with a backslash (for example " "'\\\\xyz' or 'a\\'b')." msgstr "" -"Syötä muunnosvalinnoille arvot käyttäen tätä muotoa: 'a', 100, b,'c'…
Jos tarvitset arvoissa kenoviivaa (\"\\\") tai yksittäistä lainausmerkkiä " -"(\"'\"), lisää merkin eteen kenoviiva (esim. '\\\\xyz' tai 'a\\'b')." +"Syötä muunnosvalinnoille arvot käyttäen tätä muotoa: 'a', 100, b,'c'…
Jos " +"tarvitset arvoissa kenoviivaa (\"\\\") tai yksittäistä lainausmerkkiä (\"'\")" +", lisää merkin eteen kenoviiva (esim. '\\\\xyz' tai 'a\\'b')." #: templates/columns_definitions/table_fields_definitions.twig:89 #: templates/transformation_overview.twig:37 From abb421927e75d872d25dd8fa0373bd528047727b Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 02:56:12 +0000 Subject: [PATCH 68/95] Translated using Weblate (Filipino) Currently translated at 16.2% (543 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/fil/ Signed-off-by: William Desportes --- po/fil.po | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/po/fil.po b/po/fil.po index 7973812283..f93228d696 100644 --- a/po/fil.po +++ b/po/fil.po @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2020-11-27 08:34+0000\n" -"Last-Translator: Darelle Ramil \n" +"PO-Revision-Date: 2021-01-22 03:17+0000\n" +"Last-Translator: William Desportes \n" "Language-Team: Filipino \n" "Language: fil\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1 && n != 2 && n != 3 && (n % 10 == 4 " "|| n % 10 == 6 || n % 10 == 9);\n" -"X-Generator: Weblate 4.4-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:35 ajax.php:73 export.php:214 libraries/classes/Export.php:1219 msgid "Bad type!" @@ -2022,12 +2022,9 @@ msgid "Double-click to copy column name." msgstr "Mag-double-click upang kopyahin ang pangalan ng haligi." #: js/messages.php:610 -#, fuzzy -#| msgid "Click the drop-down arrow
to toggle column's visibility." msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -"I-click ang drop-down na arrow
upang maipakita ang visibility ng " -"haligi." +"I-click ang drop-down na arrow
upang maipakita ang visibility ng haligi." #: js/messages.php:612 libraries/classes/BrowseForeigners.php:355 #: templates/display/results/table_navigation.twig:19 @@ -2096,21 +2093,16 @@ msgid "Print" msgstr "I-print" #: js/messages.php:642 -#, fuzzy -#| msgid "" -#| "You can also edit most values
by double-clicking directly on them." msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -"Maaari mo ring i-edit ang karamihan sa mga halaga
sa pamamagitan ng " -"pag-double-click nang direkta sa mga ito." +"Maaari mo ring i-edit ang karamihan sa mga halaga
sa pamamagitan ng pag-" +"double-click nang direkta sa mga ito." #: js/messages.php:647 -#, fuzzy -#| msgid "You can also edit most values
by clicking directly on them." msgid "You can also edit most values
by clicking directly on them." msgstr "" -"Maaari mo ring i-edit ang karamihan ng mga halaga
sa pamamagitan ng " -"pag-click nang direkta sa mga ito." +"Maaari mo ring i-edit ang karamihan ng mga halaga
sa pamamagitan ng pag-" +"click nang direkta sa mga ito." #: js/messages.php:653 msgid "Go to link:" From b728b7f1e2f9e757bcaaf39567691935e2f7f19d Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 02:56:28 +0000 Subject: [PATCH 69/95] Translated using Weblate (Hindi) Currently translated at 35.3% (1178 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/hi/ Signed-off-by: William Desportes --- po/hi.po | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/po/hi.po b/po/hi.po index 7ac9585572..98bffdbe30 100644 --- a/po/hi.po +++ b/po/hi.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2020-11-15 18:28+0000\n" +"PO-Revision-Date: 2021-01-22 03:17+0000\n" "Last-Translator: William Desportes \n" -"Language-Team: Hindi \n" +"Language-Team: Hindi " +"\n" "Language: hi\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: Weblate 4.4-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:35 ajax.php:73 export.php:214 libraries/classes/Export.php:1219 msgid "Bad type!" @@ -2154,10 +2154,8 @@ msgid "Double-click to copy column name." msgstr "कोलम के नाम" #: js/messages.php:610 -#, fuzzy -#| msgid "Click the drop-down arrow
to toggle column's visibility" msgid "Click the drop-down arrow
to toggle column's visibility." -msgstr "कॉलम को दिखने / छुपाने के लिए
ड्रॉप-डाउन तीर पर क्लिक करें" +msgstr "कॉलम को दिखने / छुपाने के लिए
ड्रॉप-डाउन तीर पर क्लिक करें." #: js/messages.php:612 libraries/classes/BrowseForeigners.php:355 #: templates/display/results/table_navigation.twig:19 From 4de9af27068f80f8671b5aca27bbd28e5ab72273 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 02:57:44 +0000 Subject: [PATCH 70/95] Translated using Weblate (Hungarian) Currently translated at 94.2% (3142 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/hu/ Signed-off-by: William Desportes --- po/hu.po | 88 ++++++++++++++------------------------------------------ 1 file changed, 21 insertions(+), 67 deletions(-) diff --git a/po/hu.po b/po/hu.po index 295f798e77..a92b2e0b70 100644 --- a/po/hu.po +++ b/po/hu.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2021-01-22 01:27+0000\n" +"PO-Revision-Date: 2021-01-22 03:17+0000\n" "Last-Translator: William Desportes \n" "Language-Team: Hungarian \n" @@ -1997,19 +1997,14 @@ msgid "Click to sort results by this column." msgstr "Kattintson az eredmények rendezéséhez ezen oszlop szerint." #: js/messages.php:603 -#, fuzzy -#| msgid "" -#| "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC." -#| "
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove " -#| "column from ORDER BY clause" msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC." "
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column " "from ORDER BY clause" msgstr "" "ORDER BY kikötés hozzáadása ehhez az oszlophoz Shift+kattintással, vagy ASC/" -"DESC váltogatása.
- Oszlop eltávolítása az ORDER BY kikötésből Ctrl" -"+kattintás vagy Alt+kattintás (Mac: Shift+Option+kattintás) használatával" +"DESC váltogatása.
- Oszlop eltávolítása az ORDER BY kikötésből Ctrl+" +"kattintás vagy Alt+kattintás (Mac: Shift+Option+kattintás) használatával" #: js/messages.php:607 msgid "Click to mark/unmark." @@ -2020,12 +2015,9 @@ msgid "Double-click to copy column name." msgstr "Az oszlopnév másolásához kattintson duplán." #: js/messages.php:610 -#, fuzzy -#| msgid "Click the drop-down arrow
to toggle column's visibility." msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -"Kattintson a legördülő nyílra
az oszlop láthatóságának ki/" -"bekapcsolásához." +"Kattintson a legördülő nyílra
az oszlop láthatóságának ki/bekapcsolásához." #: js/messages.php:612 libraries/classes/BrowseForeigners.php:355 #: templates/display/results/table_navigation.twig:19 @@ -2094,17 +2086,12 @@ msgid "Print" msgstr "Nyomtatás" #: js/messages.php:642 -#, fuzzy -#| msgid "" -#| "You can also edit most values
by double-clicking directly on them." msgid "You can also edit most values
by double-clicking directly on them." -msgstr "Az elemek nagy része szerkeszthetővé válik
dupla kattintással." +msgstr "Az elemek nagy része szerkeszthetővé válik
dupla kattintással." #: js/messages.php:647 -#, fuzzy -#| msgid "You can also edit most values
by clicking directly on them." msgid "You can also edit most values
by clicking directly on them." -msgstr "Az elem szerkeszthetővé
válik kattintással." +msgstr "Az elem szerkeszthetővé
válik kattintással." #: js/messages.php:653 msgid "Go to link:" @@ -8766,10 +8753,8 @@ msgid "Binary" msgstr "Bináris" #: libraries/classes/InsertEdit.php:760 -#, fuzzy -#| msgid "Because of its length,
this column might not be editable." msgid "Because of its length,
this column might not be editable." -msgstr "A hossza miatt ez az
oszlop talán nem szerkeszthető." +msgstr "A hossza miatt ez az
oszlop talán nem szerkeszthető." #: libraries/classes/InsertEdit.php:1378 msgid "Binary - do not edit" @@ -9526,12 +9511,6 @@ msgid "Find transitive dependencies" msgstr "Tranzitív függőségek keresése" #: libraries/classes/Normalization.php:837 -#, fuzzy -#| msgid "" -#| "For each column below, please select the minimal set of columns " -#| "among given set whose values combined together are sufficient to " -#| "determine the value of the column.
Note: A column may have no " -#| "transitive dependency, in that case you don't have to select any." msgid "" "For each column below, please select the minimal set of columns among " "given set whose values combined together are sufficient to determine the " @@ -9540,8 +9519,8 @@ msgid "" msgstr "" "Minden lenti oszlopnál válassza ki az oszlopok legkisebb halmazát a " "megadott halmaz közül, amelyek értékei egymással összekapcsolva elegendőek " -"az oszlop értékének meghatározásához.
Megjegyzés: egy oszlopnak nem " -"lehet tranzitív függősége, ebben az esetben nem kell kiválasztania semmit." +"az oszlop értékének meghatározásához.
Megjegyzés: egy oszlopnak nem lehet " +"tranzitív függősége, ebben az esetben nem kell kiválasztania semmit." #: libraries/classes/Normalization.php:886 msgid "" @@ -10333,58 +10312,40 @@ msgid "Syntax to use when inserting data:" msgstr "Adatbeszúrás során használandó szintaxis:" #: libraries/classes/Plugins/Export/ExportSql.php:433 -#, fuzzy -#| msgid "" -#| "include column names in every INSERT statement
  " -#| "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) " -#| "VALUES (1,2,3)" msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -"tartalmazza az oszlopneveket minden INSERT utasítás
" -"      Példa: INSERT INTO tbl_name (col_A,col_B,col_C) " -"VALUES (1,2,3)" +"tartalmazza az oszlopneveket minden INSERT utasítás
  " +"    Példa: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " +"(1,2,3)" #: libraries/classes/Plugins/Export/ExportSql.php:438 -#, fuzzy -#| msgid "" -#| "insert multiple rows in every INSERT statement
  " -#| "    Example: INSERT INTO tbl_name VALUES (1,2,3), " -#| "(4,5,6), (7,8,9)" msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -"több sor beszúrása minden INSERT utasításba
    " -"  Példa: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), (7,8,9)" +"több sor beszúrása minden INSERT utasításba
    " +"  Példa: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " +"(7,8,9)" #: libraries/classes/Plugins/Export/ExportSql.php:443 -#, fuzzy -#| msgid "" -#| "both of the above
      Example: INSERT INTO " -#| "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -"mindkettő a fentiek közül
      Példa:INSERT INTO " +"mindkettő a fentiek közül
      Példa:INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" #: libraries/classes/Plugins/Export/ExportSql.php:448 -#, fuzzy -#| msgid "" -#| "neither of the above
      Example: INSERT " -#| "INTO tbl_name VALUES (1,2,3)" msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -"egyik sem a fentiek közül
      Példa: INSERT " -"INTO tbl_name VALUES (1,2,3)" +"egyik sem a fentiek közül
      Példa: INSERT INTO " +"tbl_name VALUES (1,2,3)" #: libraries/classes/Plugins/Export/ExportSql.php:467 msgid "" @@ -10604,10 +10565,9 @@ msgid "MediaWiki Table" msgstr "MediaWiki tábla" #: libraries/classes/Plugins/Import/ImportMediawiki.php:279 -#, fuzzy, php-format -#| msgid "Invalid format of mediawiki input on line:
%s." +#, php-format msgid "Invalid format of mediawiki input on line:
%s." -msgstr "Érvénytelen mediawiki bemeneti formátum ebben a sorban:
%s." +msgstr "Érvénytelen mediawiki bemeneti formátum ebben a sorban:
%s." #: libraries/classes/Plugins/Import/ImportOds.php:81 msgid "Import percentages as proper decimals (ex. 12.00% to .12)" @@ -13852,12 +13812,6 @@ msgstr "Böngésző megjelenítés átalakítási beállítások" #: templates/columns_definitions/table_fields_definitions.twig:83 #: templates/columns_definitions/table_fields_definitions.twig:94 -#, fuzzy -#| msgid "" -#| "Please enter the values for transformation options using this format: " -#| "'a', 100, b,'c'…
If you ever need to put a backslash (\"\\\") or a " -#| "single quote (\"'\") amongst those values, precede it with a backslash " -#| "(for example '\\\\xyz' or 'a\\'b')." msgid "" "Please enter the values for transformation options using this format: 'a', " "100, b,'c'…
If you ever need to put a backslash (\"\\\") or a single " @@ -13865,7 +13819,7 @@ msgid "" "'\\\\xyz' or 'a\\'b')." msgstr "" "Írja be az átalakítási beállítások értékeit a következő formátumban: 'a', " -"100, b,'c'…
Ha fordított perjelet („\\”) vagy aposztrófot („'”) akar " +"100, b,'c'…
Ha fordított perjelet („\\”) vagy aposztrófot („'”) akar " "beszúrni az értékekbe, akkor kezdje fordított perjellel (például: '\\\\xyz' " "vagy 'a\\'b')." From 7c318ff5520a51925e899897c7e05018ef8c47f5 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 02:58:14 +0000 Subject: [PATCH 71/95] Translated using Weblate (Armenian) Currently translated at 60.4% (2017 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/hy/ Signed-off-by: William Desportes --- po/hy.po | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/po/hy.po b/po/hy.po index 1f7b17c836..1742752ce5 100644 --- a/po/hy.po +++ b/po/hy.po @@ -8,16 +8,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2019-04-27 17:19+0000\n" +"PO-Revision-Date: 2021-01-22 03:17+0000\n" "Last-Translator: William Desportes \n" -"Language-Team: Armenian \n" +"Language-Team: Armenian \n" "Language: hy\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: Weblate 3.6.1\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:35 ajax.php:73 export.php:214 libraries/classes/Export.php:1219 msgid "Bad type!" @@ -2016,10 +2016,8 @@ msgid "Double-click to copy column name." msgstr "Երկկտտացրեք՝ սյունակի անունը պատճենելու համար։" #: js/messages.php:610 -#, fuzzy -#| msgid "Click the drop-down arrow
to toggle column's visibility." msgid "Click the drop-down arrow
to toggle column's visibility." -msgstr "Կտտացրեք ելնող սլաքը՝
սյունակի տեսանելիությունը փոխարկելու համար։" +msgstr "Կտտացրեք ելնող սլաքը
սյունակի տեսանելիությունը փոխարկելու համար։" #: js/messages.php:612 libraries/classes/BrowseForeigners.php:355 #: templates/display/results/table_navigation.twig:19 @@ -2088,20 +2086,15 @@ msgid "Print" msgstr "Տպել" #: js/messages.php:642 -#, fuzzy -#| msgid "" -#| "You can also edit most values
by double-clicking directly on them." msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -"Դուք կարող եք խմբագրել արժեքների մեծ մասը՝
դրանց վրա անմիջապես " +"Դուք կարող եք խմբագրել արժեքների մեծ մասը
դրանց վրա անմիջապես " "երկկտտացնելով։" #: js/messages.php:647 -#, fuzzy -#| msgid "You can also edit most values
by clicking directly on them." msgid "You can also edit most values
by clicking directly on them." msgstr "" -"Դուք կարող եք նաև խմբագրել տվյալների մեծ մասը
անմիջապես դրանց վրա " +"Դուք կարող եք նաև խմբագրել տվյալների մեծ մասը
անմիջապես դրանց վրա " "կտտացնելով։" #: js/messages.php:653 From 73c5c7d4d328c4224db99c8171c1d59de4dd6997 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 03:00:17 +0000 Subject: [PATCH 72/95] Translated using Weblate (Indonesian) Currently translated at 79.7% (2658 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/id/ Signed-off-by: William Desportes --- po/id.po | 47 +++++++++++++++-------------------------------- 1 file changed, 15 insertions(+), 32 deletions(-) diff --git a/po/id.po b/po/id.po index 870a1cbe04..379ecc12d6 100644 --- a/po/id.po +++ b/po/id.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2021-01-22 01:27+0000\n" +"PO-Revision-Date: 2021-01-22 03:17+0000\n" "Last-Translator: William Desportes \n" "Language-Team: Indonesian \n" @@ -2004,10 +2004,8 @@ msgid "Double-click to copy column name." msgstr "Klik dua kali untuk menyalin nama kolom." #: js/messages.php:610 -#, fuzzy -#| msgid "Click the drop-down arrow
to toggle column's visibility." msgid "Click the drop-down arrow
to toggle column's visibility." -msgstr "Klik tanda panah ke bawah
untuk beralih visibilitas kolom." +msgstr "Klik tanda panah ke bawah
untuk beralih visibilitas kolom." #: js/messages.php:612 libraries/classes/BrowseForeigners.php:355 #: templates/display/results/table_navigation.twig:19 @@ -2074,21 +2072,14 @@ msgid "Print" msgstr "Cetak" #: js/messages.php:642 -#, fuzzy -#| msgid "" -#| "You can also edit most values
by double-clicking directly on them." msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -"Anda juga dapat mengedit sebagian nilai
dengan mengeklik langsung " -"konten." +"Anda juga dapat mengedit sebagian nilai
dengan mengeklik langsung konten." #: js/messages.php:647 -#, fuzzy -#| msgid "You can also edit most values
by clicking directly on them." msgid "You can also edit most values
by clicking directly on them." msgstr "" -"Anda juga dapat mengedit sebagian nilai
dengan mengeklik langsung " -"konten." +"Anda juga dapat mengedit sebagian nilai
dengan mengeklik langsung konten." #: js/messages.php:653 msgid "Go to link:" @@ -8874,10 +8865,8 @@ msgid "Binary" msgstr "Biner" #: libraries/classes/InsertEdit.php:760 -#, fuzzy -#| msgid "Because of its length,
this column might not be editable." msgid "Because of its length,
this column might not be editable." -msgstr "Karena panjangnya,
kolom ini mungkin tidak dapat diedit." +msgstr "Karena panjangnya,
kolom ini mungkin tidak dapat diedit." #: libraries/classes/InsertEdit.php:1378 msgid "Binary - do not edit" @@ -10484,43 +10473,39 @@ msgid "Syntax to use when inserting data:" msgstr "Sintaks yang digunakan sewaktu menambah data:" #: libraries/classes/Plugins/Export/ExportSql.php:433 -#, fuzzy msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -"termasuk nama kolom dalam setiap INSERT pernyataan
" +"termasuk nama kolom dalam setiap INSERT pernyataan
" "      Contoh: INSERT INTO tbl_name (col_A, col_B, " "col_C) VALUES (1,2,3)" #: libraries/classes/Plugins/Export/ExportSql.php:438 -#, fuzzy msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" "menyisipkan beberapa baris dalam setiap INSERT pernyataan " -"
      Contoh: INSERT INTO NILAI tbl_name " -"(1,2,3), (4,5,6), (7,8,9)" +"
      Contoh: INSERT INTO NILAI tbl_name (1,2,3), " +"(4,5,6), (7,8,9)" #: libraries/classes/Plugins/Export/ExportSql.php:443 -#, fuzzy msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -"kedua hal di atas
      Contoh: INSERT INTO " -"tbl_name (col_A, col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" +"kedua hal di atas
      Contoh: INSERT INTO " +"tbl_name (col_A, col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" #: libraries/classes/Plugins/Export/ExportSql.php:448 -#, fuzzy msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -"hal tersebut di atas
      Contoh: INSERT INTO " +"hal tersebut di atas
      Contoh: INSERT INTO " "NILAI tbl_name (1,2,3)" #: libraries/classes/Plugins/Export/ExportSql.php:467 @@ -10753,10 +10738,9 @@ msgid "MediaWiki Table" msgstr "Tabel MediaWiki" #: libraries/classes/Plugins/Import/ImportMediawiki.php:279 -#, fuzzy, php-format -#| msgid "Invalid format of mediawiki input on line:
%s." +#, php-format msgid "Invalid format of mediawiki input on line:
%s." -msgstr "Format tidak valid pada input mediawiki pada baris:
%s." +msgstr "Format tidak valid pada input mediawiki pada baris:
%s." #: libraries/classes/Plugins/Import/ImportOds.php:81 msgid "Import percentages as proper decimals (ex. 12.00% to .12)" @@ -17375,10 +17359,9 @@ msgid "Activate now" msgstr "Aktifkan sekarang" #: templates/table/tracking/main.twig:111 -#, fuzzy, php-format -#| msgid "Deactivate tracking for %s.%s" +#, php-format msgid "Deactivate tracking for %s" -msgstr "Nonaktifkan pelacakan untuk %s.%s" +msgstr "Nonaktifkan pelacakan untuk %s" #: templates/table/tracking/main.twig:113 msgid "Deactivate now" From 5038cf876f53fc9ac510f5321023a85e9e80248b Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 03:10:28 +0000 Subject: [PATCH 73/95] Translated using Weblate (Polish) Currently translated at 99.7% (3324 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/pl/ Signed-off-by: William Desportes --- po/pl.po | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/po/pl.po b/po/pl.po index 686e920dd1..74f94d00ef 100644 --- a/po/pl.po +++ b/po/pl.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2021-01-22 01:28+0000\n" +"PO-Revision-Date: 2021-01-22 03:17+0000\n" "Last-Translator: William Desportes \n" "Language-Team: Polish \n" @@ -10225,15 +10225,11 @@ msgstr "" "(7,8,9)
" #: libraries/classes/Plugins/Export/ExportSql.php:443 -#, fuzzy -#| msgid "" -#| "both of the above
      Example: INSERT INTO " -#| "tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -"obu powyższych
Przykład:INSERT INTO tbl_name (col_A,col_B) " +"obu powyższych
Przykład:INSERT INTO tbl_name (col_A,col_B,col_C) " "VALUES (1,2,3), (4,5,6), (7,8,9)" #: libraries/classes/Plugins/Export/ExportSql.php:448 From 69b572fe5232b5b8c823065cc5bda753062f1790 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 03:01:59 +0000 Subject: [PATCH 74/95] Translated using Weblate (Sinhala) Currently translated at 55.5% (1852 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/si/ Signed-off-by: William Desportes --- po/si.po | 79 +++++++++++++++++++------------------------------------- 1 file changed, 27 insertions(+), 52 deletions(-) diff --git a/po/si.po b/po/si.po index 1a661619fb..53eee4bc22 100644 --- a/po/si.po +++ b/po/si.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2018-12-18 22:09+0000\n" -"Last-Translator: Madhura Jayaratne \n" -"Language-Team: Sinhala \n" +"PO-Revision-Date: 2021-01-22 03:17+0000\n" +"Last-Translator: William Desportes \n" +"Language-Team: Sinhala \n" "Language: si\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: Weblate 3.4-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:35 ajax.php:73 export.php:214 libraries/classes/Export.php:1219 msgid "Bad type!" @@ -96,7 +96,7 @@ msgstr "දත්තගබඩා නම හිස්ව පවතී!" #: db_operations.php:80 msgid "Cannot copy database to the same name. Change the name and try again." -msgstr "එකම නමට දත්තගබඩාව පිටපත් කළ නොහැක. නම වෙනස් කර නැවත උත්සාහ කරන්න." +msgstr "එකම නමට දත්තගබඩාව පිටපත් කළ නොහැක. නම වෙනස් කර නැවත උත්සාහ කරන්න." #: db_operations.php:171 #, php-format @@ -2077,10 +2077,8 @@ msgid "Double-click to copy column name." msgstr "තීර නාමය පිටපත් කිරීම සඳහා ද්වි ක්ලික් කරන්න." #: js/messages.php:610 -#, fuzzy -#| msgid "Click the drop-down arrow
to toggle column's visibility." msgid "Click the drop-down arrow
to toggle column's visibility." -msgstr "තීර පෙන්වීමට/සැඟවීමට
ඊතලය ක්ලික් කරන්න." +msgstr "තීර පෙන්වීමට/සැඟවීමට
ඊතලය ක්ලික් කරන්න." #: js/messages.php:612 libraries/classes/BrowseForeigners.php:355 #: templates/display/results/table_navigation.twig:19 @@ -2152,17 +2150,15 @@ msgid "Print" msgstr "මුද්‍රණය කරන්න" #: js/messages.php:642 -#, fuzzy -#| msgid "" -#| "You can also edit most values
by double-clicking directly on them." msgid "You can also edit most values
by double-clicking directly on them." -msgstr "අන්තර්ගත දත්ත මත ද්විත්ව-ක්ලික් කිරීමෙන් ඔබට
බොහෝ තීරවල අඩංගු දත්ත වෙනස් කල හැක." +msgstr "" +"අන්තර්ගත දත්ත මත ද්විත්ව-ක්ලික් කිරීමෙන් ඔබට
බොහෝ තීරවල අඩංගු දත්ත වෙනස් " +"කල හැක." #: js/messages.php:647 -#, fuzzy -#| msgid "You can also edit most values
by clicking directly on them." msgid "You can also edit most values
by clicking directly on them." -msgstr "අන්තර්ගත දත්ත මත ක්ලික් කිරීමෙන් ඔබට
බොහෝ තීරවල අඩංගු දත්ත වෙනස් කල හැක." +msgstr "" +"අන්තර්ගත දත්ත මත ක්ලික් කිරීමෙන් ඔබට
බොහෝ තීරවල අඩංගු දත්ත වෙනස් කල හැක." #: js/messages.php:653 #, fuzzy @@ -6866,10 +6862,10 @@ msgid "" "once phpMyAdmin has been configured. Otherwise the security of your server " "may be compromised by unauthorized people downloading your configuration." msgstr "" -"පිහිටුවීමේ විධානාවලිය විසින් භාවිතා කරන [code]config[/code] ඩිරෙක්ටරිය තවමත් ඔබගේ " -"phpMyAdmin ඩිරෙක්ටරිය තුල ඇත. phpMyAdmin වින්‍යාස සකසා අවසන් වූ පසු ඔබ එය ඉවත් කිරීම " -"නිර්දේශිතයි. නැතහොත් ඔබගේ සේවාදායකයේ ආරක්ෂාව මෙම වින්‍යස අනවසරයෙන් බාගත කරගන්නන් විසින් " -"තර්ජනයට ලක්කල හැකිය." +"පිහිටුවීමේ විධානාවලිය විසින් භාවිතා කරන [code]config[/code] ඩිරෙක්ටරිය තවමත් " +"ඔබගේ phpMyAdmin ඩිරෙක්ටරිය තුල ඇත. phpMyAdmin වින්‍යාස සකසා අවසන් වූ පසු ඔබ " +"එය ඉවත් කිරීම නිර්දේශිතයි. නැතහොත් ඔබගේ සේවාදායකයේ ආරක්ෂාව මෙම වින්‍යස " +"අනවසරයෙන් බාගත කරගන්නන් විසින් තර්ජනයට ලක්කල හැකිය." #: libraries/classes/Controllers/HomeController.php:468 #, php-format @@ -8953,10 +8949,8 @@ msgid "Binary" msgstr "ද්වීමය" #: libraries/classes/InsertEdit.php:760 -#, fuzzy -#| msgid "Because of its length,
this column might not be editable" msgid "Because of its length,
this column might not be editable." -msgstr "මෙහි දිග නිසා,
මෙම තීරුව සංස්කරණය කල නොහැකි විය හැකිය" +msgstr "මෙහි දිග නිසා,
මෙම තීරුව සංස්කරණය කල නොහැකි විය හැකිය." #: libraries/classes/InsertEdit.php:1378 msgid "Binary - do not edit" @@ -10507,57 +10501,39 @@ msgid "Syntax to use when inserting data:" msgstr "දත්ත ඇතුළු කිරීමේදී භාවිතා කලයුතු වාග් රීතිය:" #: libraries/classes/Plugins/Export/ExportSql.php:433 -#, fuzzy -#| msgid "" -#| "include column names in every INSERT statement
  " -#| "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) " -#| "VALUES (1,2,3)" msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -"සියලුම INSERT ප්‍රකාශ වල තීර නම් ඇතුලත් කරන්න
    " -"  උදාහරණ: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " +"සියලුම INSERT ප්‍රකාශ වල තීර නම් ඇතුලත් කරන්න
   " +"   උදාහරණ: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" #: libraries/classes/Plugins/Export/ExportSql.php:438 -#, fuzzy -#| msgid "" -#| "insert multiple rows in every INSERT statement
  " -#| "    Example: INSERT INTO tbl_name VALUES (1,2,3), " -#| "(4,5,6), (7,8,9)" msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -"සෑම INSERT ප්‍රකාශයක ම පේළි එකකට වැඩි ගණනක් ඇතුල් කරන්න
  " -"    උදාහරණ: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " -"(7,8,9)" +"සෑම INSERT ප්‍රකාශයක ම පේළි එකකට වැඩි ගණනක් ඇතුල් කරන්න
" +"      උදාහරණ: INSERT INTO tbl_name VALUES (1,2,3), " +"(4,5,6), (7,8,9)" #: libraries/classes/Plugins/Export/ExportSql.php:443 -#, fuzzy -#| msgid "" -#| "both of the above
      Example: INSERT INTO " -#| "tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -"ඉහත දෙවර්ගයම
      උදාහරණ: INSERT INTO tbl_name " -"(col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" +"ඉහත දෙවර්ගයම
      උදාහරණ: INSERT INTO tbl_name " +"(col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" #: libraries/classes/Plugins/Export/ExportSql.php:448 -#, fuzzy -#| msgid "" -#| "neither of the above
      Example: INSERT " -#| "INTO tbl_name VALUES (1,2,3)" msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -"ඉහත එක් වර්ගයක්වත් නොව
      උදාහරණ: INSERT INTO " +"ඉහත එක් වර්ගයක්වත් නොව
      උදාහරණ: INSERT INTO " "tbl_name VALUES (1,2,3)" #: libraries/classes/Plugins/Export/ExportSql.php:467 @@ -10791,10 +10767,9 @@ msgid "MediaWiki Table" msgstr "MediaWiki වගු" #: libraries/classes/Plugins/Import/ImportMediawiki.php:279 -#, fuzzy, php-format -#| msgid "Invalid format of mediawiki input on line:
%s." +#, php-format msgid "Invalid format of mediawiki input on line:
%s." -msgstr "Mediawiki ආනයනයේ වැරදි ආකෘතියකි, පේළිය:
%s." +msgstr "Mediawiki ආනයනයේ වැරදි ආකෘතියකි, පේළිය:
%s." #: libraries/classes/Plugins/Import/ImportOds.php:81 msgid "Import percentages as proper decimals (ex. 12.00% to .12)" From a8db909295fed267a9df29d4ade7a915ae6a7e5c Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 03:06:43 +0000 Subject: [PATCH 75/95] Translated using Weblate (Albanian) Currently translated at 95.7% (3191 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/sq/ Signed-off-by: William Desportes --- po/sq.po | 117 +++++++++++++------------------------------------------ 1 file changed, 26 insertions(+), 91 deletions(-) diff --git a/po/sq.po b/po/sq.po index 45e9b0b9ee..70bbcc09ae 100644 --- a/po/sq.po +++ b/po/sq.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2021-01-22 01:28+0000\n" +"PO-Revision-Date: 2021-01-22 03:17+0000\n" "Last-Translator: William Desportes \n" "Language-Team: Albanian \n" @@ -2005,19 +2005,14 @@ msgid "Click to sort results by this column." msgstr "Kliko të klasifikoni rezultatet sipas kësaj kolone." #: js/messages.php:603 -#, fuzzy -#| msgid "" -#| "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC." -#| "
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove " -#| "column from ORDER BY clause" msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC." "
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column " "from ORDER BY clause" msgstr "" "Shift+klikim për të shtuar këtë kolonë tek klauzola ORDER BY, ose për të " -"bashkuar ASC/DESC.
- Ctrl+klikim ose Alt+klikim (Mac: Shift+Option" -"+klikim), për të larguar kolonën nga klauzola ORDER BY" +"bashkuar ASC/DESC.
- Ctrl+klikim ose Alt+klikim (Mac: Shift+Option+klikim)" +", për të larguar kolonën nga klauzola ORDER BY" #: js/messages.php:607 msgid "Click to mark/unmark." @@ -2028,11 +2023,9 @@ msgid "Double-click to copy column name." msgstr "Kliko dyfish për të kopjuar emrin e kolonës." #: js/messages.php:610 -#, fuzzy -#| msgid "Click the drop-down arrow
to toggle column's visibility." msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -"Kliko shigjetën lësho-poshtë
për të shkëmbyer shikueshmërinë e kolonës." +"Kliko shigjetën lësho-poshtë
për të shkëmbyer shikueshmërinë e kolonës." #: js/messages.php:612 libraries/classes/BrowseForeigners.php:355 #: templates/display/results/table_navigation.twig:19 @@ -2101,20 +2094,13 @@ msgid "Print" msgstr "Printo" #: js/messages.php:642 -#, fuzzy -#| msgid "" -#| "You can also edit most values
by double-clicking directly on them." msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -"Mund të korrigjoni vlerat më të shumta
duke klikuar dyfish direkt mbi " -"to." +"Mund të korrigjoni vlerat më të shumta
duke klikuar dyfish direkt mbi to." #: js/messages.php:647 -#, fuzzy -#| msgid "You can also edit most values
by clicking directly on them." msgid "You can also edit most values
by clicking directly on them." -msgstr "" -"Mund të korrigjoni vlerat më të shumta
duke klikuar direkt mbi to." +msgstr "Mund të korrigjoni vlerat më të shumta
duke klikuar direkt mbi to." #: js/messages.php:653 msgid "Go to link:" @@ -8746,11 +8732,9 @@ msgid "Binary" msgstr "Binar" #: libraries/classes/InsertEdit.php:760 -#, fuzzy -#| msgid "Because of its length,
this column might not be editable." msgid "Because of its length,
this column might not be editable." msgstr "" -"Për arsye të gjatësisë,
kjo kolonë mund të mos jetë e korrigjueshme." +"Për arsye të gjatësisë,
kjo kolonë mund të mos jetë e korrigjueshme." #: libraries/classes/InsertEdit.php:1378 msgid "Binary - do not edit" @@ -9503,12 +9487,6 @@ msgid "Find transitive dependencies" msgstr "Gjej varësitë kalimtare" #: libraries/classes/Normalization.php:837 -#, fuzzy -#| msgid "" -#| "For each column below, please select the minimal set of columns " -#| "among given set whose values combined together are sufficient to " -#| "determine the value of the column.
Note: A column may have no " -#| "transitive dependency, in that case you don't have to select any." msgid "" "For each column below, please select the minimal set of columns among " "given set whose values combined together are sufficient to determine the " @@ -9517,7 +9495,7 @@ msgid "" msgstr "" "Për çdo kolonë më poshtë, ju lutem zgjedh set minimal të kolonave, në " "mesin e setit të dhënë, vlerat e të cilit, të kombinuara së bashku, janë të " -"mjaftueshme për të përcaktuar vlerën e kolonës.
Shënim: Një kolonë mund " +"mjaftueshme për të përcaktuar vlerën e kolonës.
Shënim: Një kolonë mund " "të mos ketë varësi kalimtare, në këtë rast, ju nuk keni për të zgjedhur " "ndonjë." @@ -10306,58 +10284,40 @@ msgid "Syntax to use when inserting data:" msgstr "Sintaksa që përdoret kur fut të dhënat:" #: libraries/classes/Plugins/Export/ExportSql.php:433 -#, fuzzy -#| msgid "" -#| "include column names in every INSERT statement
  " -#| "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) " -#| "VALUES (1,2,3)" msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -"përfshij emrat e kolonave në çdo deklaratë INSERT
  " +"përfshij emrat e kolonave në çdo deklaratë INSERT
  " "    Shembull: INSERT INTO tbl_name (col_A,col_B,col_C) " "VALUES (1,2,3)" #: libraries/classes/Plugins/Export/ExportSql.php:438 -#, fuzzy -#| msgid "" -#| "insert multiple rows in every INSERT statement
  " -#| "    Example: INSERT INTO tbl_name VALUES (1,2,3), " -#| "(4,5,6), (7,8,9)" msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -"fut radhë të shumëfishta në çdo deklaratë INSERT
  " +"fut radhë të shumëfishta në çdo deklaratë INSERT
  " "    Shembull: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" #: libraries/classes/Plugins/Export/ExportSql.php:443 -#, fuzzy -#| msgid "" -#| "both of the above
      Example: INSERT INTO " -#| "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -"të dyja më sipër
      Shembull: INSERT INTO " +"të dyja më sipër
      Shembull: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" #: libraries/classes/Plugins/Export/ExportSql.php:448 -#, fuzzy -#| msgid "" -#| "neither of the above
      Example: INSERT " -#| "INTO tbl_name VALUES (1,2,3)" msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -"asnjë nga ato më sipër
      Shembull: INSERT " -"INTO tbl_name VALUES (1,2,3)" +"asnjë nga ato më sipër
      Shembull: INSERT INTO " +"tbl_name VALUES (1,2,3)" #: libraries/classes/Plugins/Export/ExportSql.php:467 msgid "" @@ -10579,10 +10539,9 @@ msgid "MediaWiki Table" msgstr "Tabela MediaWiki" #: libraries/classes/Plugins/Import/ImportMediawiki.php:279 -#, fuzzy, php-format -#| msgid "Invalid format of mediawiki input on line:
%s." +#, php-format msgid "Invalid format of mediawiki input on line:
%s." -msgstr "Format i pavlefshëm i hyrjes mediawiki në linjë:
%s." +msgstr "Format i pavlefshëm i hyrjes mediawiki në linjë:
%s." #: libraries/classes/Plugins/Import/ImportOds.php:81 msgid "Import percentages as proper decimals (ex. 12.00% to .12)" @@ -13826,12 +13785,6 @@ msgstr "Opsionet e transformimit të shfaqjes së shfletuesit" #: templates/columns_definitions/table_fields_definitions.twig:83 #: templates/columns_definitions/table_fields_definitions.twig:94 -#, fuzzy -#| msgid "" -#| "Please enter the values for transformation options using this format: " -#| "'a', 100, b,'c'…
If you ever need to put a backslash (\"\\\") or a " -#| "single quote (\"'\") amongst those values, precede it with a backslash " -#| "(for example '\\\\xyz' or 'a\\'b')." msgid "" "Please enter the values for transformation options using this format: 'a', " "100, b,'c'…
If you ever need to put a backslash (\"\\\") or a single " @@ -13839,8 +13792,8 @@ msgid "" "'\\\\xyz' or 'a\\'b')." msgstr "" "Ju lutem, fut vlerat për opsionet e transformimit me anë të këtij formati: " -"'a', 100, b,'c'…
Nëse do të doni ndonjëherë të vendosni një backslash " -"(thyesë të përkundët) (\"\\\") ose një thonjëz teke (\"'\") ndërmjet këtyre " +"'a', 100, b,'c'…
Nëse do të doni ndonjëherë të vendosni një backslash (" +"thyesë të përkundët) (\"\\\") ose një thonjëz teke (\"'\") ndërmjet këtyre " "vlerave, paraprije atë me një backslash (për shembull '\\\\xyz' ose 'a\\'b')." #: templates/columns_definitions/table_fields_definitions.twig:89 @@ -14382,13 +14335,10 @@ msgstr[0] "%1$s përkim në %2$s" msgstr[1] "%1$s përkime në %2$s" #: templates/database/search/results.twig:56 -#, fuzzy -#| msgid "Total: %s match" -#| msgid_plural "Total: %s matches" msgid "Total: %count% match" msgid_plural "Total: %count% matches" -msgstr[0] "Gjithsejt: %s përkim" -msgstr[1] "Gjithsejt: %s përkime" +msgstr[0] "Gjithsejt: %s përkim" +msgstr[1] "Gjithsejt: %s përkime" #: templates/database/structure/body_for_table_summary.twig:6 #, php-format @@ -14616,10 +14566,9 @@ msgstr "Shfaq rezultatin si tekst" #: templates/display/export/options_output_save_dir.twig:5 #: templates/display/export/options_quick_export.twig:8 -#, fuzzy, php-format -#| msgid "Save on server in the directory %s" +#, php-format msgid "Save on server in the directory %s" -msgstr "Ruaj në server në drejtorinë %s" +msgstr "Ruaj në server në drejtorinë %s" #: templates/display/export/options_output_separate_files.twig:7 msgid "Export databases as separate files" @@ -14727,16 +14676,12 @@ msgid "File may be compressed (%s) or uncompressed." msgstr "Fili mund të jetë i kompresuar (%s) ose i pakompresuar." #: templates/display/import/import.twig:58 -#, fuzzy -#| msgid "" -#| "A compressed file's name must end in .[format].[compression]. " -#| "Example: .sql.zip" msgid "" "A compressed file's name must end in .[format].[compression]. Example: .sql.zip" msgstr "" -"Një emër fili i kompresuar duhet të mbarojë me .[format].[compression]. Shembull: .sql.zip" +"Një emër fili i kompresuar duhet të mbarojë me " +".[format].[compression]. Shembull: .sql.zip" #: templates/display/import/import.twig:69 #: templates/display/import/import.twig:84 @@ -14760,19 +14705,14 @@ msgstr "" "pozicioni %d." #: templates/display/import/import.twig:138 -#, fuzzy -#| msgid "" -#| "Allow the interruption of an import in case the script detects it is " -#| "close to the PHP timeout limit. (This might be a good way to import " -#| "large files, however it can break transactions.)" msgid "" "Allow the interruption of an import in case the script detects it is close " "to the PHP timeout limit. (This might be a good way to import large " "files, however it can break transactions.)" msgstr "" "Lejo ndërprerjen e një importi, në rast se skripti zbulon që është afër " -"limitit kohor të skadimit PHP. (Kjo mund të jetë një mënyrë e mirë për të " -"importuar file të mëdha, por mund të thyejë transaksionet.)" +"limitit kohor të skadimit PHP. (Kjo mund të jetë një mënyrë e mirë për " +"të importuar file të mëdha, por mund të thyejë transaksionet.)" #: templates/display/import/import.twig:145 msgid "Skip this number of queries (for SQL) starting from the first one:" @@ -15689,18 +15629,13 @@ msgstr "" "dhe ju lutem, rifillo serverin MySQL më pas." #: templates/server/replication/master_configuration.twig:21 -#, fuzzy -#| msgid "" -#| "Once you restarted MySQL server, please click on Go button. Afterwards, " -#| "you should see a message informing you, that this server is " -#| "configured as master." msgid "" "Once you restarted MySQL server, please click on Go button. Afterwards, you " "should see a message informing you, that this server is " "configured as master." msgstr "" "Pasi të keni rifilluar serverin MySQL, ju lutem, kliko butonin Shko. Më pas, " -"do të shihni një mesazh, që ju informon, se ky server është " +"do të shihni një mesazh, që ju informon, se ky server është " "konfiguruar si master." #: templates/server/replication/master_replication.twig:4 From 9450e0a47d21a26082c914baad26803b27f3f07b Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 03:02:55 +0000 Subject: [PATCH 76/95] Translated using Weblate (Serbian (latin)) Currently translated at 49.1% (1638 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/sr_Latn/ Signed-off-by: William Desportes --- po/sr@latin.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/po/sr@latin.po b/po/sr@latin.po index d3de6c0523..c6cbac37f2 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2020-01-22 22:05+0000\n" +"PO-Revision-Date: 2021-01-22 03:17+0000\n" "Last-Translator: William Desportes \n" "Language-Team: Serbian (latin) \n" @@ -14,7 +14,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 3.11-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:35 ajax.php:73 export.php:214 libraries/classes/Export.php:1219 msgid "Bad type!" @@ -1983,7 +1983,7 @@ msgstr "Dupli klik za kopiranje imena kolone." #: js/messages.php:610 msgid "Click the drop-down arrow
to toggle column's visibility." -msgstr "Kliknite strelicu na dole
da bi ste izmenili vidljivost kolone." +msgstr "Kliknite strelici na dole
da bi ste izmenili vidljivost kolone." #: js/messages.php:612 libraries/classes/BrowseForeigners.php:355 #: templates/display/results/table_navigation.twig:19 From 29a5a1e854348eb985af563a3e411f36e24d7cb8 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 17:15:21 +0000 Subject: [PATCH 77/95] Translated using Weblate (Bengali) Currently translated at 68.7% (2275 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/bn/ Signed-off-by: William Desportes --- po/bn.po | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/po/bn.po b/po/bn.po index def3481678..d27cb1df6f 100644 --- a/po/bn.po +++ b/po/bn.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2021-01-22 03:16+0000\n" +"PO-Revision-Date: 2021-01-22 17:26+0000\n" "Last-Translator: William Desportes \n" "Language-Team: Bengali \n" @@ -10083,10 +10083,6 @@ msgstr "" "উদাহরণ: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6),(7,8,9)" #: libraries/classes/Plugins/Export/ExportSql.php:425 -#, fuzzy -#| msgid "" -#| "both of the above
      Example: INSERT INTO " -#| "tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -16521,12 +16517,6 @@ msgstr[0] "মোট: %s মিল" msgstr[1] "মোট: %s মিল" #: templates/columns_definitions/table_fields_definitions.twig:17 -#, fuzzy -#| msgid "" -#| "If column type is \"enum\" or \"set\", please enter the values using this " -#| "format: 'a','b','c'…
If you ever need to put a backslash (\"\\\") or " -#| "a single quote (\"'\") amongst those values, precede it with a backslash " -#| "(for example '\\\\xyz' or 'a\\'b')." msgid "" "If column type is \"enum\" or \"set\", please enter the values using this " "format: 'a','b','c'…
If you ever need to put a backslash (\"\") or a " @@ -16534,8 +16524,8 @@ msgid "" "example '\\\\xyz' or 'a\\'b')." msgstr "" "যদি স্তম্ভের ধরন \"enum\" বা \"set\" হয়, মানগুলো এই গঠন অনুযায়ী দিন, গঠন: " -"'অ','আ','ই'…
যদি backslash (\"\\\") বা single quote (\"'\") দেয়ার " -"প্রয়োজন হয়, তবে মানগুলোর পূর্বে backslash দিন (যেমন '\\\\কখগ' বা 'অ\\'আ')।" +"'অ','আ','ই'…
যদি backslash (\"\\\") বা single quote (\"'\") দেয়ার প্রয়ো" +"জন হয়, তবে মানগুলোর পূর্বে backslash দিন (যেমন '\\\\কখগ' বা 'অ\\'আ')।" #: templates/columns_definitions/table_fields_definitions.twig:21 msgid "" From 0aceb7d56f5e426a82eec3323e3f97e922ccee58 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 03:43:32 +0000 Subject: [PATCH 78/95] Translated using Weblate (Spanish) Currently translated at 99.8% (3303 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/es/ Signed-off-by: William Desportes --- po/es.po | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/po/es.po b/po/es.po index 20e620ba3b..fc3649cddb 100644 --- a/po/es.po +++ b/po/es.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2021-01-02 20:29+0000\n" -"Last-Translator: Alvaro Enrique Ruano \n" +"PO-Revision-Date: 2021-01-22 17:26+0000\n" +"Last-Translator: William Desportes \n" "Language-Team: Spanish \n" "Language: es\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.4.1-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -2011,7 +2011,7 @@ msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -"No hay columnas en la lista central. Asegúrese que la lista central de " +"No hay columnas en la lista central. Asegúrese que la lista central de " "columnas para la base de datos %s tenga columnas que no estén en la tabla " "actual." @@ -8504,7 +8504,7 @@ msgid "" "performance. Consider disabling item grouping in the navigation panel." msgstr "" "Hay un gran conjunto de datos en el panel de navegación que podrían afectar " -"el rendimiento. Considere deshabilitar la agrupación de elementos en el " +"el rendimiento. Considere deshabilitar la agrupación de elementos en el " "panel de navegación." #: libraries/classes/Navigation/NavigationTree.php:951 @@ -10697,7 +10697,7 @@ msgid "" "like to %sconfigure%s it?" msgstr "" "Este servidor no está configurado como esclavo en un proceso de replicación. " -"¿Te gustaría %sconfigurarlo%s?" +"¿Desea %sconfigurarlo%s?" #: libraries/classes/ReplicationGui.php:316 msgid "Error management:" @@ -10725,7 +10725,7 @@ msgid "" "like to %sconfigure%s it?" msgstr "" "Este servidor no está configurado como maestro en un proceso de replicación. " -"¿Te gustaría %sconfigurarlo%s?" +"¿Desea %sconfigurarlo%s?" #: libraries/classes/ReplicationGui.php:389 #: templates/display/export/select_options.twig:8 @@ -17829,7 +17829,7 @@ msgid "" "that the query cache is an alternating pattern of free and used blocks. This " "value should be below 20%%." msgstr "" -"El caché está %s%% fragmentado actualmente. Una fragmentación del 100%% " +"El caché está %s%% fragmentado actualmente. Una fragmentación del 100%% " "significa que el caché de consulta es un patrón alternante de bloques " "utilizados y libres. Este valor debería ser menor al 20%%." From d99dec3ac129b8a3eba76783dfa2ca88c0826a0a Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 17:06:15 +0000 Subject: [PATCH 79/95] Translated using Weblate (Lithuanian) Currently translated at 40.6% (1345 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/lt/ Signed-off-by: William Desportes --- po/lt.po | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/po/lt.po b/po/lt.po index 6fbc8efaa9..4350f6e44f 100644 --- a/po/lt.po +++ b/po/lt.po @@ -4,17 +4,17 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-09-22 02:59+0000\n" -"Last-Translator: Kornelijus Tvarijanavičius \n" -"Language-Team: Lithuanian \n" +"PO-Revision-Date: 2021-01-22 17:26+0000\n" +"Last-Translator: William Desportes \n" +"Language-Team: Lithuanian \n" "Language: lt\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" "%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 4.3-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -10492,16 +10492,12 @@ msgstr "" "code>" #: libraries/classes/Plugins/Export/ExportSql.php:425 -#, fuzzy -#| msgid "" -#| "both of the above
      Example: INSERT INTO " -#| "tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" "abu iš paminėtų
Pavyzdys: INSERT INTO lentelės_pavadinimas " -"(stul_A,stul_B) VALUES (1,2,3), (4,5,6), (7,8,9)" +"(stul_A,stul_B,stul_C) VALUES (1,2,3), (4,5,6), (7,8,9)
" #: libraries/classes/Plugins/Export/ExportSql.php:430 msgid "" @@ -17002,12 +16998,6 @@ msgstr[2] "Iš viso: %s atitikmenų" msgstr[3] "" #: templates/columns_definitions/table_fields_definitions.twig:17 -#, fuzzy -#| msgid "" -#| "If column type is \"enum\" or \"set\", please enter the values using this " -#| "format: 'a','b','c'…
If you ever need to put a backslash (\"\\\") or " -#| "a single quote (\"'\") amongst those values, precede it with a backslash " -#| "(for example '\\\\xyz' or 'a\\'b')." msgid "" "If column type is \"enum\" or \"set\", please enter the values using this " "format: 'a','b','c'…
If you ever need to put a backslash (\"\") or a " From 2af6ac30765274bb805dfe5c1162ca9cb201d3a1 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 16:31:07 +0000 Subject: [PATCH 80/95] =?UTF-8?q?Translated=20using=20Weblate=20(Norwegian?= =?UTF-8?q?=20Bokm=C3=A5l)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 64.9% (2148 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/nb_NO/ Signed-off-by: William Desportes --- po/nb.po | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/po/nb.po b/po/nb.po index 12cb3dd7e8..d23b89cfc4 100644 --- a/po/nb.po +++ b/po/nb.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2021-01-09 18:35+0000\n" -"Last-Translator: Allan Nordhøy \n" +"PO-Revision-Date: 2021-01-22 17:26+0000\n" +"Last-Translator: William Desportes \n" "Language-Team: Norwegian Bokmål \n" "Language: nb\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.4.1-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -16239,10 +16239,9 @@ msgid "Do a \"query by example\" (wildcard: \"%\")" msgstr "Utfør en \"spørring ved eksempel\" (jokertegn: \"%\")" #: templates/table/tracking/activate_deactivate.twig:7 -#, fuzzy, php-format -#| msgid "Activate tracking for %s.%s" +#, php-format msgid "Activate tracking for %s" -msgstr "Aktiver overvåkning av %s.%s" +msgstr "Aktiver overvåkning av %s" #: templates/table/tracking/activate_deactivate.twig:9 msgid "Activate now" From b7c57a1ecf281a5a5ba05c9210b7a72c2706ee8b Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 16:25:08 +0000 Subject: [PATCH 81/95] Translated using Weblate (Punjabi) Currently translated at 3.7% (124 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/pa/ Signed-off-by: William Desportes --- po/pa.po | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/po/pa.po b/po/pa.po index 89eb11ec74..c6a13375a8 100644 --- a/po/pa.po +++ b/po/pa.po @@ -8,16 +8,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2017-08-22 09:47+0000\n" -"Last-Translator: Michal Čihař \n" -"Language-Team: Punjabi \n" +"PO-Revision-Date: 2021-01-22 17:26+0000\n" +"Last-Translator: William Desportes \n" +"Language-Team: Punjabi \n" "Language: pa\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: Weblate 2.17-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -429,7 +429,6 @@ msgstr "ਬਿੰਦੂ:" #: gis_data_editor.php:222 gis_data_editor.php:249 gis_data_editor.php:305 #: gis_data_editor.php:378 js/messages.php:521 -#, fuzzy msgid "X" msgstr "X" From 9f6a4a73114081b7eeec0ded58344ed5467637ce Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 17:13:15 +0000 Subject: [PATCH 82/95] Translated using Weblate (Polish) Currently translated at 99.4% (3290 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/pl/ Signed-off-by: William Desportes --- po/pl.po | 35 +++++++++++------------------------ 1 file changed, 11 insertions(+), 24 deletions(-) diff --git a/po/pl.po b/po/pl.po index 741c086c84..0f00e22a2e 100644 --- a/po/pl.po +++ b/po/pl.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2021-01-22 03:16+0000\n" +"PO-Revision-Date: 2021-01-22 17:26+0000\n" "Last-Translator: William Desportes \n" "Language-Team: Polish \n" @@ -6427,13 +6427,7 @@ msgstr "" "ISP, w którym tysiące użytkowników, łącznie z Tobą, są podłączeni." #: libraries/classes/Config/ServerConfigChecks.php:203 -#, fuzzy, php-format -#| msgid "" -#| "You set the [kbd]config[/kbd] authentication type and included username " -#| "and password for auto-login, which is not a desirable option for live " -#| "hosts. Anyone who knows or guesses your phpMyAdmin URL can directly " -#| "access your phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/" -#| "kbd] or [kbd]http[/kbd]." +#, php-format msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " @@ -6444,8 +6438,8 @@ msgstr "" "Ustaw [kbd]konfigurację[/kbd] typu uwierzytelniania i zawiera nazwę " "użytkownika i hasło automatycznego logowania, która nie jest pożądanym " "rozwiązaniem dla hsotów na żywo. Każdy, kto zna lub odwiedza adres " -"phpMyAdmin URL ma bezpośredni dostęp do panelu phpMyAdmin. Ustaw %styp " -"autoryzacji%s do [kbd]cookie[/kbd] lub [kbd]http[/kbd]." +"phpMyAdmin URL ma bezpośredni dostęp do panelu phpMyAdmin. Ustaw %1$styp " +"autoryzacji%2$s do [kbd]cookie[/kbd] lub [kbd]http[/kbd]." #: libraries/classes/Config/ServerConfigChecks.php:230 msgid "You allow for connecting to the server without a password." @@ -6488,19 +6482,15 @@ msgid "Key should contain letters, numbers [em]and[/em] special characters." msgstr "Klucz powinien zawierać litery, cyfry [em]i[/em] znaki specjalne." #: libraries/classes/Config/ServerConfigChecks.php:418 -#, fuzzy, php-format -#| msgid "" -#| "%sLogin cookie validity%s greater than %ssession.gc_maxlifetime%s may " -#| "cause random session invalidation (currently session.gc_maxlifetime is " -#| "%d)." +#, php-format msgid "" "%1$sLogin cookie validity%2$s greater than %3$ssession.gc_maxlifetime%4$s " "may cause random session invalidation (currently session.gc_maxlifetime is " "%5$d)." msgstr "" -"%sWażność ciasteczka logowania%s większa niż %ssession.gc_maxlifetime%s może " -"powodować losowe wygasanie sesji (aktualnie session.gc_maxlifetime wynosi " -"%d)." +"%1$sWażność ciasteczka logowania%2$s większa niż %3$ssession." +"gc_maxlifetime%4$s może powodować losowe wygasanie sesji (aktualnie " +"session.gc_maxlifetime wynosi %5$d)." #: libraries/classes/Config/ServerConfigChecks.php:442 #, php-format @@ -15787,14 +15777,11 @@ msgstr[1] "%1$s dopasowania w %2$s" msgstr[2] "%1$s dopasowań w %2$s" #: templates/database/search/results.twig:56 -#, fuzzy -#| msgid "Total: %s match" -#| msgid_plural "Total: %s matches" msgid "Total: %count% match" msgid_plural "Total: %count% matches" -msgstr[0] "Ogółem: %s dopasowania" -msgstr[1] "Ogółem: %s dopasowania" -msgstr[2] "Ogółem: %s dopasowania" +msgstr[0] "Ogółem: %s dopasowania" +msgstr[1] "Ogółem: %s dopasowania" +msgstr[2] "Ogółem: %s dopasowania" #: templates/columns_definitions/table_fields_definitions.twig:17 msgid "" From 3a1c9b25413f6f198f1fc30f9743c39e6ad82b4b Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 03:33:22 +0000 Subject: [PATCH 83/95] Translated using Weblate (Ukrainian) Currently translated at 99.8% (3305 of 3309 strings) [CI skip] Translation: phpMyAdmin/4.9 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/uk/ Signed-off-by: William Desportes --- po/uk.po | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/po/uk.po b/po/uk.po index 59815156f4..5d9cb34bfb 100644 --- a/po/uk.po +++ b/po/uk.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.9.7-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-10-10 13:32-0300\n" -"PO-Revision-Date: 2020-07-31 00:41+0000\n" -"Last-Translator: kyanukovich \n" +"PO-Revision-Date: 2021-01-22 17:26+0000\n" +"Last-Translator: William Desportes \n" "Language-Team: Ukrainian \n" "Language: uk\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.2-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095 msgid "Bad type!" @@ -1511,6 +1511,7 @@ msgstr "" "так що інші атрибути запиту, такі як час початку, можуть відрізнятися." #: js/messages.php:278 +#, fuzzy msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " From 41a12b177fc0fa0d6027538893749e5bc7b3cf67 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 03:43:32 +0000 Subject: [PATCH 84/95] Translated using Weblate (Spanish) Currently translated at 97.9% (3264 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/es/ Signed-off-by: William Desportes --- po/es.po | 70 +++++++++++++++++++------------------------------------- 1 file changed, 23 insertions(+), 47 deletions(-) diff --git a/po/es.po b/po/es.po index 30a5b27be2..030e4d41bb 100644 --- a/po/es.po +++ b/po/es.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2019-06-02 20:11+0000\n" -"Last-Translator: Alexander Anzorena \n" -"Language-Team: Spanish \n" +"PO-Revision-Date: 2021-01-22 17:26+0000\n" +"Last-Translator: William Desportes \n" +"Language-Team: Spanish \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: Weblate 3.7-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:35 ajax.php:73 export.php:214 libraries/classes/Export.php:1219 msgid "Bad type!" @@ -1523,7 +1523,7 @@ msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -"No hay columnas en la lista central. Asegúrese que la lista central de " +"No hay columnas en la lista central. Asegúrese que la lista central de " "columnas para la base de datos %s tenga columnas que no estén en la tabla " "actual." @@ -6472,7 +6472,7 @@ msgid "" "weakness by changing the password for controluser 'pma'." msgstr "" "Su servidor se está ejecutando con valores predeterminados para el usuario " -"de control y la contraseña (controlpass) y está abierto a intrusiones; " +"de control y la contraseña (controlpass) y está abierto a intrusiones; " "realmente debería corregir esta debilidad de seguridad cambiando la " "contraseña para el usuario de control 'pma'." @@ -9113,7 +9113,7 @@ msgid "" "performance. Consider disabling item grouping in the navigation panel." msgstr "" "Hay un gran conjunto de datos en el panel de navegación que podrían afectar " -"el rendimiento. Considere deshabilitar la agrupación de elementos en el " +"el rendimiento. Considere deshabilitar la agrupación de elementos en el " "panel de navegación." #: libraries/classes/Navigation/NavigationTree.php:789 @@ -14406,13 +14406,10 @@ msgstr[0] "%1$s coincidencia en la tabla %2$s" msgstr[1] "%1$s coincidencias en la tabla %2$s" #: templates/database/search/results.twig:56 -#, fuzzy -#| msgid "Total: %s match" -#| msgid_plural "Total: %s matches" msgid "Total: %count% match" msgid_plural "Total: %count% matches" -msgstr[0] "Total: %s resultado" -msgstr[1] "Total: %s resultados" +msgstr[0] "Total: %count% resultado" +msgstr[1] "Total: %count% resultados" # singular: tabla # plural: tablas @@ -14642,10 +14639,9 @@ msgstr "Ver salida como texto" #: templates/display/export/options_output_save_dir.twig:5 #: templates/display/export/options_quick_export.twig:8 -#, fuzzy, php-format -#| msgid "Save on server in the directory %s" +#, php-format msgid "Save on server in the directory %s" -msgstr "Guardar en el servidor en el directorio %s" +msgstr "Guardar en el servidor en el directorio %s" #: templates/display/export/options_output_separate_files.twig:7 msgid "Export databases as separate files" @@ -14755,16 +14751,12 @@ msgid "File may be compressed (%s) or uncompressed." msgstr "El archivo puede ser comprimido (%s) o descomprimido." #: templates/display/import/import.twig:58 -#, fuzzy -#| msgid "" -#| "A compressed file's name must end in .[format].[compression]. " -#| "Example: .sql.zip" msgid "" "A compressed file's name must end in .[format].[compression]. Example: .sql.zip" msgstr "" -"Un archivo comprimido tiene que terminar en .[formato].[compresión]. " -"Por ejemplo: .sql.zip" +"Un archivo comprimido tiene que terminar en .[formato].[compresión]. Por ejemplo: .sql.zip" #: templates/display/import/import.twig:69 #: templates/display/import/import.twig:84 @@ -14789,20 +14781,15 @@ msgstr "" # not too fond of "script" and "break transactions" #: templates/display/import/import.twig:138 -#, fuzzy -#| msgid "" -#| "Allow the interruption of an import in case the script detects it is " -#| "close to the PHP timeout limit. (This might be a good way to import " -#| "large files, however it can break transactions.)" msgid "" "Allow the interruption of an import in case the script detects it is close " "to the PHP timeout limit. (This might be a good way to import large " "files, however it can break transactions.)" msgstr "" "Permitir la interrupción de una importación en caso que el script detecte " -"que se ha acercado al límite de tiempo PHP. (Esto podría ser un buen " +"que se ha acercado al límite de tiempo PHP. (Esto podría ser un buen " "método para importar archivos grandes; sin embargo, puede dañar las " -"transacciones.)" +"transacciones.)" #: templates/display/import/import.twig:145 msgid "Skip this number of queries (for SQL) starting from the first one:" @@ -15666,16 +15653,13 @@ msgid "Port:" msgstr "Puerto:" #: templates/server/replication/index.twig:16 -#, fuzzy, php-format -#| msgid "" -#| "This server is not configured as master in a replication process. Would " -#| "you like to configure it?" +#, php-format msgid "" "This server is not configured as master in a replication process. Would you " "like to %sconfigure%s it?" msgstr "" "Este servidor no está configurado como maestro en un proceso de replicación. " -"¿Desea configurarlo?" +"¿Desea %sconfigurarlo%s?" #: templates/server/replication/index.twig:35 msgid "No privileges" @@ -15742,19 +15726,14 @@ msgstr "" # See translation string 4 #: templates/server/replication/master_configuration.twig:21 -#, fuzzy -#| msgid "" -#| "Once you restarted MySQL server, please click on Go button. Afterwards, " -#| "you should see a message informing you, that this server is " -#| "configured as master." msgid "" "Once you restarted MySQL server, please click on Go button. Afterwards, you " "should see a message informing you, that this server is " "configured as master." msgstr "" "Una vez reiniciado el servidor MySQL, pulse el botón Continuar. A " -"continuación deberás ver un mensaje informando que el servidor está " -"configurado como maestro." +"continuación deberás ver un mensaje informando que el servidor está configurado como maestro." #: templates/server/replication/master_replication.twig:4 msgid "This server is configured as master in a replication process." @@ -15840,16 +15819,13 @@ msgid "Skip next %s errors." msgstr "Omitir los siguientes %s errores." #: templates/server/replication/slave_configuration.twig:106 -#, fuzzy, php-format -#| msgid "" -#| "This server is not configured as slave in a replication process. Would " -#| "you like to configure it?" +#, php-format msgid "" "This server is not configured as slave in a replication process. Would you " "like to %sconfigure%s it?" msgstr "" "Este servidor no está configurado como esclavo en un proceso de replicación. " -"¿Desea configurarlo?" +"¿Desea %sconfigurarlo%s?" #: templates/server/replication/status_table.twig:6 msgid "Master status" @@ -18157,7 +18133,7 @@ msgid "" "that the query cache is an alternating pattern of free and used blocks. This " "value should be below 20%%." msgstr "" -"El caché está %s%% fragmentado actualmente. Una fragmentación del 100%% " +"El caché está %s%% fragmentado actualmente. Una fragmentación del 100%% " "significa que el caché de consulta es un patrón alternante de bloques " "utilizados y libres. Este valor debería ser menor al 20%%." From 13da201bb77a6816ff01e1973144bfa93bc0f3df Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 16:27:10 +0000 Subject: [PATCH 85/95] Translated using Weblate (Hebrew) Currently translated at 49.0% (1636 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/he/ Signed-off-by: William Desportes --- po/he.po | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/po/he.po b/po/he.po index 3d44db90f1..0ffa57377d 100644 --- a/po/he.po +++ b/po/he.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2019-11-18 09:04+0000\n" -"Last-Translator: Yaron Shahrabani \n" +"PO-Revision-Date: 2021-01-22 17:26+0000\n" +"Last-Translator: William Desportes \n" "Language-Team: Hebrew \n" "Language: he\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Weblate 3.10-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:35 ajax.php:73 export.php:214 libraries/classes/Export.php:1219 msgid "Bad type!" @@ -1951,10 +1951,8 @@ msgid "Double-click to copy column name." msgstr "יש ללחוץ לחיצה כפולה כדי להעתיק שם עמודה." #: js/messages.php:610 -#, fuzzy -#| msgid "Click the drop-down arrow
to toggle column's visibility." msgid "Click the drop-down arrow
to toggle column's visibility." -msgstr "יש ללחוץ על חץ הפתיחה
כדי לחשוף או להסתיר את העמודה." +msgstr "יש ללחוץ על חץ הפתיחה
כדי לחשוף או להסתיר את העמודה." #: js/messages.php:612 libraries/classes/BrowseForeigners.php:355 #: templates/display/results/table_navigation.twig:19 @@ -2016,17 +2014,12 @@ msgid "Print" msgstr "הדפסה" #: js/messages.php:642 -#, fuzzy -#| msgid "" -#| "You can also edit most values
by double-clicking directly on them." msgid "You can also edit most values
by double-clicking directly on them." -msgstr "ניתן לערוך את רוב הערכים
על ידי לחיצה כפולה ישירות עליהם." +msgstr "ניתן לערוך את רוב הערכים
על ידי לחיצה כפולה ישירות עליהם." #: js/messages.php:647 -#, fuzzy -#| msgid "You can also edit most values
by clicking directly on them." msgid "You can also edit most values
by clicking directly on them." -msgstr "ניתן לערוך את רוב הערכים
על ידי לחיצה ישירה עליהם." +msgstr "ניתן לערוך את רוב הערכים
על ידי לחיצה ישירה עליהם." #: js/messages.php:653 msgid "Go to link:" From eab47b7912fdf2e6496c86d419504441dde69b27 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 16:29:47 +0000 Subject: [PATCH 86/95] Translated using Weblate (Korean) Currently translated at 79.2% (2641 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/ko/ Signed-off-by: William Desportes --- po/ko.po | 81 ++++++++++++++------------------------------------------ 1 file changed, 20 insertions(+), 61 deletions(-) diff --git a/po/ko.po b/po/ko.po index 0fc5af1330..d6a5091264 100644 --- a/po/ko.po +++ b/po/ko.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2020-12-02 16:29+0000\n" -"Last-Translator: 가석현 \n" +"PO-Revision-Date: 2021-01-22 17:26+0000\n" +"Last-Translator: William Desportes \n" "Language-Team: Korean \n" "Language: ko\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.4-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:35 ajax.php:73 export.php:214 libraries/classes/Export.php:1219 msgid "Bad type!" @@ -1957,19 +1957,13 @@ msgid "Click to sort results by this column." msgstr "이 열의 값에 따라 결과를 정렬하려면 누르세요." #: js/messages.php:603 -#, fuzzy -#| msgid "" -#| "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC." -#| "
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove " -#| "column from ORDER BY clause" msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC." "
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column " "from ORDER BY clause" msgstr "" -"Shift+Click 으로 ORDER BY 절에 이 컬럼을 추가하거나 내림차순/오름차순 토글" -"
- Ctrl+Click 또는 Alt+Click (맥: Shift+Option+Click) 으로 ORDER BY 절로" -"부터 이 컬럼 제거" +"Shift+Click 으로 ORDER BY 절에 이 컬럼을 추가하거나 내림차순/오름차순 토글
- Ctrl+Click 또는 Alt+" +"Click (맥: Shift+Option+Click) 으로 ORDER BY 절로부터 이 컬럼 제거" #: js/messages.php:607 msgid "Click to mark/unmark." @@ -1980,10 +1974,8 @@ msgid "Double-click to copy column name." msgstr "칼럼명을 복사하려면 더블클릭하세요." #: js/messages.php:610 -#, fuzzy -#| msgid "Click the drop-down arrow
to toggle column's visibility." msgid "Click the drop-down arrow
to toggle column's visibility." -msgstr "칼럼보이기 여부를 바꾸려면
드롭다운 화살표를 클릭하세요." +msgstr "칼럼보이기 여부를 바꾸려면
드롭다운 화살표를 클릭하세요." #: js/messages.php:612 libraries/classes/BrowseForeigners.php:355 #: templates/display/results/table_navigation.twig:19 @@ -2049,17 +2041,12 @@ msgid "Print" msgstr "인쇄" #: js/messages.php:642 -#, fuzzy -#| msgid "" -#| "You can also edit most values
by double-clicking directly on them." msgid "You can also edit most values
by double-clicking directly on them." -msgstr "값을 더블클릭 하여 바로 수정할 수 있습니다.
(일부 제외)." +msgstr "값을 더블클릭 하여 바로 수정할 수 있습니다.
(일부 제외)." #: js/messages.php:647 -#, fuzzy -#| msgid "You can also edit most values
by clicking directly on them." msgid "You can also edit most values
by clicking directly on them." -msgstr "값을 클릭하여 바로 수정할 수 있습니다.
(일부 제외)." +msgstr "값을 클릭하여 바로 수정할 수 있습니다.
(일부 제외)." #: js/messages.php:653 msgid "Go to link:" @@ -8448,10 +8435,8 @@ msgid "Binary" msgstr "바이너리" #: libraries/classes/InsertEdit.php:760 -#, fuzzy -#| msgid "Because of its length,
this column might not be editable." msgid "Because of its length,
this column might not be editable." -msgstr "컬럼의 길이 때문에,
이 컬럼을 편집할 수 없을 수도 있습니다." +msgstr "컬럼의 길이 때문에,
이 컬럼을 편집할 수 없을 수도 있습니다." #: libraries/classes/InsertEdit.php:1378 msgid "Binary - do not edit" @@ -9939,56 +9924,38 @@ msgid "Syntax to use when inserting data:" msgstr "" #: libraries/classes/Plugins/Export/ExportSql.php:433 -#, fuzzy -#| msgid "" -#| "include column names in every INSERT statement
  " -#| "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) " -#| "VALUES (1,2,3)" msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -"모든 INSERT 구문에 컬럼 이름을 포함
     " -"예: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3)" +"모든 INSERT 구문에 컬럼 이름을 포함
     예: INSERT " +"INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3)" #: libraries/classes/Plugins/Export/ExportSql.php:438 -#, fuzzy -#| msgid "" -#| "insert multiple rows in every INSERT statement
  " -#| "    Example: INSERT INTO tbl_name VALUES (1,2,3), " -#| "(4,5,6), (7,8,9)" msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -"모든 INSERT 구문에 여러개의 행을 삽입
      " -"예:INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), (7,8,9)" +"모든 INSERT 구문에 여러개의 행을 삽입
      예:INSERT " +"INTO tbl_name VALUES (1,2,3), (4,5,6), (7,8,9)" #: libraries/classes/Plugins/Export/ExportSql.php:443 -#, fuzzy -#| msgid "" -#| "both of the above
      Example: INSERT INTO " -#| "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -"위의 것 둘 다
      예: INSERT INTO tbl_name " +"위의 것 둘 다
      예: INSERT INTO tbl_name " "(col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" #: libraries/classes/Plugins/Export/ExportSql.php:448 -#, fuzzy -#| msgid "" -#| "neither of the above
      Example: INSERT " -#| "INTO tbl_name VALUES (1,2,3)" msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -"위의 것 둘 다 안 함
      예: INSERT INTO " -"tbl_name VALUES (1,2,3)" +"위의 것 둘 다 안 함
      예: INSERT INTO tbl_name VALUES " +"(1,2,3)" #: libraries/classes/Plugins/Export/ExportSql.php:467 msgid "" @@ -10200,10 +10167,9 @@ msgid "MediaWiki Table" msgstr "MediaWiki 테이블" #: libraries/classes/Plugins/Import/ImportMediawiki.php:279 -#, fuzzy, php-format -#| msgid "Invalid format of mediawiki input on line:
%s." +#, php-format msgid "Invalid format of mediawiki input on line:
%s." -msgstr "잘못된 mediawiki 입력 행:
%s." +msgstr "잘못된 mediawiki 입력 행:
%s." #: libraries/classes/Plugins/Import/ImportOds.php:81 msgid "Import percentages as proper decimals (ex. 12.00% to .12)" @@ -13477,21 +13443,14 @@ msgstr "브라우저 변형" #: templates/columns_definitions/table_fields_definitions.twig:83 #: templates/columns_definitions/table_fields_definitions.twig:94 -#, fuzzy -#| msgid "" -#| "Please enter the values for transformation options using this format: " -#| "'a', 100, b,'c'…
If you ever need to put a backslash (\"\\\") or a " -#| "single quote (\"'\") amongst those values, precede it with a backslash " -#| "(for example '\\\\xyz' or 'a\\'b')." msgid "" "Please enter the values for transformation options using this format: 'a', " "100, b,'c'…
If you ever need to put a backslash (\"\\\") or a single " "quote (\"'\") amongst those values, precede it with a backslash (for example " "'\\\\xyz' or 'a\\'b')." msgstr "" -"필드 종류가 \"enum\"이나 \"set\"일 경우, 다음과 같은 형식으로 값을 입력하십시" -"오: 'a',100, b,'c'…
여기에 역슬래시(\\)나 작은 따옴표(')를 넣어야 한다" -"면, 그 앞에 역슬래시를 사용하십시오. (예: '\\\\xyz' 또는 'a\\'b')." +"필드 종류가 \"enum\"이나 \"set\"일 경우, 다음과 같은 형식으로 값을 입력하십시오: 'a',100, b,'c'…
여기에 " +"역슬래시(\\)나 작은 따옴표(')를 넣어야 한다면, 그 앞에 역슬래시를 사용하십시오. (예: '\\\\xyz' 또는 'a\\'b')." #: templates/columns_definitions/table_fields_definitions.twig:89 #: templates/transformation_overview.twig:37 From 476cea477e28897fe3e40ed0268c2cfc52294922 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 16:31:07 +0000 Subject: [PATCH 87/95] =?UTF-8?q?Translated=20using=20Weblate=20(Norwegian?= =?UTF-8?q?=20Bokm=C3=A5l)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 62.6% (2090 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/nb_NO/ Signed-off-by: William Desportes --- po/nb.po | 51 +++++++++++++++------------------------------------ 1 file changed, 15 insertions(+), 36 deletions(-) diff --git a/po/nb.po b/po/nb.po index a00e29a7b6..aef1e393be 100644 --- a/po/nb.po +++ b/po/nb.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2020-11-27 08:34+0000\n" -"Last-Translator: Kurt Eilertsen \n" +"PO-Revision-Date: 2021-01-22 17:26+0000\n" +"Last-Translator: William Desportes \n" "Language-Team: Norwegian Bokmål \n" "Language: nb\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.4-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:35 ajax.php:73 export.php:214 libraries/classes/Export.php:1219 msgid "Bad type!" @@ -1982,19 +1982,14 @@ msgid "Click to sort results by this column." msgstr "Klikk for å sortere resultatene etter denne kolonnen." #: js/messages.php:603 -#, fuzzy -#| msgid "" -#| "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC." -#| "
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove " -#| "column from ORDER BY clause" msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC." "
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column " "from ORDER BY clause" msgstr "" "Shift + Klikk for å legge denne kolonnen til BESTILLT AV-ledd eller veksle " -"mellom STIGENDE/ SYNKENDE
- Ctrl + klikk eller Alt + klikk (Mac: Shift " -"+ Option + Klikk). For å fjerne kolonnen fra BESTILLT AV-leddet" +"mellom STIGENDE/ SYNKENDE
- Ctrl + klikk eller Alt + klikk (Mac: Shift + " +"Option + Klikk). For å fjerne kolonnen fra BESTILLT AV-leddet" #: js/messages.php:607 msgid "Click to mark/unmark." @@ -2005,10 +2000,8 @@ msgid "Double-click to copy column name." msgstr "Dobbelklikk for å kopiere kolonnenavn." #: js/messages.php:610 -#, fuzzy -#| msgid "Click the drop-down arrow
to toggle column's visibility." msgid "Click the drop-down arrow
to toggle column's visibility." -msgstr "Klikk pilen som peker ned
for å bytte på kolonnens synlighet." +msgstr "Klikk pilen som peker ned
for å bytte på kolonnens synlighet." #: js/messages.php:612 libraries/classes/BrowseForeigners.php:355 #: templates/display/results/table_navigation.twig:19 @@ -2075,17 +2068,12 @@ msgid "Print" msgstr "Skriv ut" #: js/messages.php:642 -#, fuzzy -#| msgid "" -#| "You can also edit most values
by double-clicking directly on them." msgid "You can also edit most values
by double-clicking directly on them." -msgstr "Du kan også endre de fleste verdiene
ved å dobbeltklikke på dem." +msgstr "Du kan også endre de fleste verdiene
ved å dobbeltklikke på dem." #: js/messages.php:647 -#, fuzzy -#| msgid "You can also edit most values
by clicking directly on them." msgid "You can also edit most values
by clicking directly on them." -msgstr "Du kan også endre de fleste verdiene
ved å dobbeltklikke på dem." +msgstr "Du kan også endre de fleste verdiene
ved å dobbeltklikke på dem." #: js/messages.php:653 msgid "Go to link:" @@ -9001,12 +8989,10 @@ msgid "Binary" msgstr "Binær" #: libraries/classes/InsertEdit.php:760 -#, fuzzy -#| msgid "Because of its length,
this column might not be editable" msgid "Because of its length,
this column might not be editable." msgstr "" -"På grunn av sin lengde,
så vil muligens denne kolonnen ikke være " -"redigerbar" +"På grunn av sin lengde,
så vil muligens denne kolonnen ikke være " +"redigerbar." #: libraries/classes/InsertEdit.php:1378 msgid "Binary - do not edit" @@ -14411,12 +14397,6 @@ msgstr "Nettvisertransformasjon" #: templates/columns_definitions/table_fields_definitions.twig:83 #: templates/columns_definitions/table_fields_definitions.twig:94 -#, fuzzy -#| msgid "" -#| "Please enter the values for transformation options using this format: " -#| "'a', 100, b,'c'…
If you ever need to put a backslash (\"\\\") or a " -#| "single quote (\"'\") amongst those values, precede it with a backslash " -#| "(for example '\\\\xyz' or 'a\\'b')." msgid "" "Please enter the values for transformation options using this format: 'a', " "100, b,'c'…
If you ever need to put a backslash (\"\\\") or a single " @@ -14424,9 +14404,9 @@ msgid "" "'\\\\xyz' or 'a\\'b')." msgstr "" "Skriv inn verdiene for transformasjon med dette formatet: 'a', 100, b,'c'…" -"
Hvis du trenger å bruke en skråstrek (\"\\\") eller en enkel apostrof " -"(\"'\") blant disse verdiene så sett en skråstrek foran (eks. '\\\\xyz' " -"eller 'a\\'b')." +"
Hvis du trenger å bruke en skråstrek (\"\\\") eller en enkel apostrof (\"" +"'\") blant disse verdiene så sett en skråstrek foran (eks. '\\\\xyz' eller '" +"a\\'b')." #: templates/columns_definitions/table_fields_definitions.twig:89 #: templates/transformation_overview.twig:37 @@ -17621,10 +17601,9 @@ msgid "Delete version" msgstr "Opprett versjon" #: templates/table/tracking/main.twig:107 -#, fuzzy, php-format -#| msgid "Activate tracking for %s.%s" +#, php-format msgid "Activate tracking for %s" -msgstr "Aktiver overvåkning av %s.%s" +msgstr "Aktiver overvåkning av %s" #: templates/table/tracking/main.twig:109 msgid "Activate now" From 654700ef1e6819fbe5a4f7de7f86c7d42041d2d2 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 16:25:08 +0000 Subject: [PATCH 88/95] Translated using Weblate (Punjabi) Currently translated at 4.3% (145 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/pa/ Signed-off-by: William Desportes --- po/pa.po | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/po/pa.po b/po/pa.po index 46db492379..e11d9d4fd1 100644 --- a/po/pa.po +++ b/po/pa.po @@ -8,16 +8,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2018-07-27 08:19+0000\n" -"Last-Translator: ROYAL Randhawa \n" -"Language-Team: Punjabi \n" +"PO-Revision-Date: 2021-01-22 17:27+0000\n" +"Last-Translator: William Desportes \n" +"Language-Team: Punjabi \n" "Language: pa\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: Weblate 3.1-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:35 ajax.php:73 export.php:214 libraries/classes/Export.php:1219 msgid "Bad type!" @@ -1679,7 +1679,6 @@ msgstr "" #: templates/gis_data_editor_form.twig:94 #: templates/gis_data_editor_form.twig:135 #: templates/gis_data_editor_form.twig:187 -#, fuzzy msgid "X" msgstr "X" From 27a7564456803aaf211435a2c9efbbdb0dc6f83f Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 17:13:16 +0000 Subject: [PATCH 89/95] Translated using Weblate (Polish) Currently translated at 99.8% (3330 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/pl/ Signed-off-by: William Desportes --- po/pl.po | 59 +++++++++++++++----------------------------------------- 1 file changed, 16 insertions(+), 43 deletions(-) diff --git a/po/pl.po b/po/pl.po index 74f94d00ef..c0fdd2e664 100644 --- a/po/pl.po +++ b/po/pl.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2021-01-22 03:17+0000\n" +"PO-Revision-Date: 2021-01-22 17:27+0000\n" "Last-Translator: William Desportes \n" "Language-Team: Polish \n" @@ -6106,13 +6106,7 @@ msgstr "" "ISP, w którym tysiące użytkowników, łącznie z Tobą, są podłączeni." #: libraries/classes/Config/ServerConfigChecks.php:212 -#, fuzzy, php-format -#| msgid "" -#| "You set the [kbd]config[/kbd] authentication type and included username " -#| "and password for auto-login, which is not a desirable option for live " -#| "hosts. Anyone who knows or guesses your phpMyAdmin URL can directly " -#| "access your phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/" -#| "kbd] or [kbd]http[/kbd]." +#, php-format msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " @@ -6123,8 +6117,8 @@ msgstr "" "Ustaw [kbd]konfigurację[/kbd] typu uwierzytelniania i zawiera nazwę " "użytkownika i hasło automatycznego logowania, która nie jest pożądanym " "rozwiązaniem dla hsotów na żywo. Każdy, kto zna lub odwiedza adres " -"phpMyAdmin URL ma bezpośredni dostęp do panelu phpMyAdmin. Ustaw %styp " -"autoryzacji%s do [kbd]cookie[/kbd] lub [kbd]http[/kbd]." +"phpMyAdmin URL ma bezpośredni dostęp do panelu phpMyAdmin. Ustaw %1$styp " +"autoryzacji%2$s do [kbd]cookie[/kbd] lub [kbd]http[/kbd]." #: libraries/classes/Config/ServerConfigChecks.php:239 msgid "You allow for connecting to the server without a password." @@ -6167,19 +6161,15 @@ msgid "Key should contain letters, numbers [em]and[/em] special characters." msgstr "Klucz powinien zawierać litery, cyfry [em]i[/em] znaki specjalne." #: libraries/classes/Config/ServerConfigChecks.php:441 -#, fuzzy, php-format -#| msgid "" -#| "%sLogin cookie validity%s greater than %ssession.gc_maxlifetime%s may " -#| "cause random session invalidation (currently session.gc_maxlifetime is " -#| "%d)." +#, php-format msgid "" "%1$sLogin cookie validity%2$s greater than %3$ssession.gc_maxlifetime%4$s " "may cause random session invalidation (currently session.gc_maxlifetime is " "%5$d)." msgstr "" -"%sWażność ciasteczka logowania%s większa niż %ssession.gc_maxlifetime%s może " -"powodować losowe wygasanie sesji (aktualnie session.gc_maxlifetime wynosi " -"%d)." +"%1$sWażność ciasteczka logowania%2$s większa niż %3$ssession." +"gc_maxlifetime%4$s może powodować losowe wygasanie sesji (aktualnie " +"session.gc_maxlifetime wynosi %5$d)." #: libraries/classes/Config/ServerConfigChecks.php:465 #, php-format @@ -10195,32 +10185,22 @@ msgid "Syntax to use when inserting data:" msgstr "Składnia do użycia podczas wstawiania danych:" #: libraries/classes/Plugins/Export/ExportSql.php:433 -#, fuzzy -#| msgid "" -#| "include column names in every INSERT statement
  " -#| "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) " -#| "VALUES (1,2,3)" msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -"dołączaj nazwy kolumn w każdym zapytaniu INSERT
  " -"    Np: INSERTI NTO tbl_name (col_A,col_B,col_C) VALUES " +"dołączaj nazwy kolumn w każdym zapytaniu INSERT
  " +"    Np: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" #: libraries/classes/Plugins/Export/ExportSql.php:438 -#, fuzzy -#| msgid "" -#| "insert multiple rows in every INSERT statement
  " -#| "    Example: INSERT INTO tbl_name VALUES (1,2,3), " -#| "(4,5,6), (7,8,9)" msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -"wstawić wiele wierszy w każdym INSERToświadczeniu
  " +"wstawić wiele wierszy w każdym INSERToświadczeniu
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" @@ -10233,16 +10213,12 @@ msgstr "" "VALUES (1,2,3), (4,5,6), (7,8,9)
" #: libraries/classes/Plugins/Export/ExportSql.php:448 -#, fuzzy -#| msgid "" -#| "neither of the above
      Example: INSERT " -#| "INTO tbl_name VALUES (1,2,3)" msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -"żadne z powyższych
Przykład: INSERT INTO tbl_name VALUES (1,2,3)" +"żadne z powyższych
Przykład: INSERT INTO tbl_name VALUES " +"(1,2,3)" #: libraries/classes/Plugins/Export/ExportSql.php:467 msgid "" @@ -14191,14 +14167,11 @@ msgstr[1] "%1$s dopasowania w %2$s" msgstr[2] "%1$s dopasowań w %2$s" #: templates/database/search/results.twig:56 -#, fuzzy -#| msgid "Total: %s match" -#| msgid_plural "Total: %s matches" msgid "Total: %count% match" msgid_plural "Total: %count% matches" -msgstr[0] "Ogółem: %s dopasowania" -msgstr[1] "Ogółem: %s dopasowania" -msgstr[2] "Ogółem: %s dopasowania" +msgstr[0] "Ogółem: %s dopasowania" +msgstr[1] "Ogółem: %s dopasowania" +msgstr[2] "Ogółem: %s dopasowania" #: templates/database/structure/body_for_table_summary.twig:6 #, php-format From 3d39b0f81809ce37a42acb5f9e0a26419468de95 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 16:32:43 +0000 Subject: [PATCH 90/95] Translated using Weblate (Romanian) Currently translated at 95.2% (3176 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/ro/ Signed-off-by: William Desportes --- po/ro.po | 66 ++++++++++++++------------------------------------------ 1 file changed, 16 insertions(+), 50 deletions(-) diff --git a/po/ro.po b/po/ro.po index 4801d48508..cf3a46edef 100644 --- a/po/ro.po +++ b/po/ro.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2021-01-22 01:28+0000\n" +"PO-Revision-Date: 2021-01-22 17:27+0000\n" "Last-Translator: William Desportes \n" "Language-Team: Romanian \n" @@ -1980,19 +1980,14 @@ msgid "Click to sort results by this column." msgstr "Dă clic pentru a sorta rezultatele după această coloană." #: js/messages.php:603 -#, fuzzy -#| msgid "" -#| "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC." -#| "
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove " -#| "column from ORDER BY clause" msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC." "
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column " "from ORDER BY clause" msgstr "" "Shift+Clic pentru a adăuga această coloană la ORDONEAZĂ DUPĂ sau pentru a " -"comuta ASC/DESC.
- Ctrl+Clic sau Alt+Clic (Mac: Shift+Option+Clic) " -"pentru a înlătura coloana din ORDONEAZĂ DUPĂ" +"comuta ASC/DESC.
- Ctrl+Clic sau Alt+Clic (Mac: Shift+Option+Clic) pentru " +"a înlătura coloana din ORDONEAZĂ DUPĂ" #: js/messages.php:607 msgid "Click to mark/unmark." @@ -2003,10 +1998,8 @@ msgid "Double-click to copy column name." msgstr "Dă dublu clic pentru a copia numele coloanei." #: js/messages.php:610 -#, fuzzy -#| msgid "Click the drop-down arrow
to toggle column's visibility." msgid "Click the drop-down arrow
to toggle column's visibility." -msgstr "Dă clic pe săgeată jos
pentru a comuta vizibilitatea coloanei." +msgstr "Dă clic pe săgeată jos
pentru a comuta vizibilitatea coloanei." #: js/messages.php:612 libraries/classes/BrowseForeigners.php:355 #: templates/display/results/table_navigation.twig:19 @@ -8628,11 +8621,9 @@ msgid "Binary" msgstr "Binar" #: libraries/classes/InsertEdit.php:760 -#, fuzzy -#| msgid "Because of its length,
this column might not be editable." msgid "Because of its length,
this column might not be editable." msgstr "" -"Datorită lungimii sale,
probabil această coloană nu poată fi editată." +"Datorită lungimii sale,
probabil această coloană nu poată fi editată." #: libraries/classes/InsertEdit.php:1378 msgid "Binary - do not edit" @@ -9386,12 +9377,6 @@ msgid "Find transitive dependencies" msgstr "Găsește dependențe tranzitive" #: libraries/classes/Normalization.php:837 -#, fuzzy -#| msgid "" -#| "For each column below, please select the minimal set of columns " -#| "among given set whose values combined together are sufficient to " -#| "determine the value of the column.
Note: A column may have no " -#| "transitive dependency, in that case you don't have to select any." msgid "" "For each column below, please select the minimal set of columns among " "given set whose values combined together are sufficient to determine the " @@ -9400,7 +9385,7 @@ msgid "" msgstr "" "Pentru fiecare coloană de mai jos, te rog selectează setul minim de " "coloanele din setul dat ale cărui valori combinate sunt suficiente pentru a " -"determina valoarea coloanei.
Notă: o coloană poate să nu aibă nicio " +"determina valoarea coloanei.
Notă: o coloană poate să nu aibă nicio " "dependență tranzitivă, în acest caz nu trebuie să selectezi niciuna." #: libraries/classes/Normalization.php:886 @@ -10189,57 +10174,39 @@ msgid "Syntax to use when inserting data:" msgstr "Sintaxă de folosit când se inserează date:" #: libraries/classes/Plugins/Export/ExportSql.php:433 -#, fuzzy -#| msgid "" -#| "include column names in every INSERT statement
  " -#| "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) " -#| "VALUES (1,2,3)" msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -"include numele coloanelor în fiecare declarație INSEREAZĂ
      Exemplu: INSEREAZĂ ÎN tbl_name (col_A,col_B," -"col_C) VALORILE (1,2,3)" +"include numele coloanelor în fiecare declarație " +"INSEREAZĂ
      Exemplu: INSEREAZĂ ÎN " +"tbl_name (col_A,col_B,col_C) VALORILE (1,2,3)" #: libraries/classes/Plugins/Export/ExportSql.php:438 -#, fuzzy -#| msgid "" -#| "insert multiple rows in every INSERT statement
  " -#| "    Example: INSERT INTO tbl_name VALUES (1,2,3), " -#| "(4,5,6), (7,8,9)" msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -"inserează mai multe rînduri în fiecare declarație INSEREAZĂ
      Exemplu: INSEREAZĂ ÎN tbl_name (col_A,col_B," -"col_C) VALORILE (1,2,3), (4,5,6), (7,8,9)" +"inserează mai multe rînduri în fiecare declarație " +"INSEREAZĂ
      Exemplu: INSEREAZĂ ÎN " +"tbl_name (col_A,col_B,col_C) VALORILE (1,2,3), (4,5,6), (7,8,9)" #: libraries/classes/Plugins/Export/ExportSql.php:443 -#, fuzzy -#| msgid "" -#| "both of the above
      Example: INSERT INTO " -#| "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -"ambele de mai sus
      Exemplu: INSEREAZĂ ÎN " +"ambele de mai sus
      Exemplu: INSEREAZĂ ÎN " "tbl_name (col_A,col_B,col_C) VALORILE (1,2,3), (4,5,6), (7,8,9)" #: libraries/classes/Plugins/Export/ExportSql.php:448 -#, fuzzy -#| msgid "" -#| "neither of the above
      Example: INSERT " -#| "INTO tbl_name VALUES (1,2,3)" msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -"niciuna de mai sus
      Exemplu: INSEREAZĂ ÎN " +"niciuna de mai sus
      Exemplu: INSEREAZĂ ÎN " "tbl_name VALORILE (1,2,3)" #: libraries/classes/Plugins/Export/ExportSql.php:467 @@ -10457,10 +10424,9 @@ msgid "MediaWiki Table" msgstr "Tabel MediaWiki" #: libraries/classes/Plugins/Import/ImportMediawiki.php:279 -#, fuzzy, php-format -#| msgid "Invalid format of mediawiki input on line:
%s." +#, php-format msgid "Invalid format of mediawiki input on line:
%s." -msgstr "Format invalid pentru intrarea mediawiki pe linia:
%s." +msgstr "Format invalid pentru intrarea mediawiki pe linia:
%s." #: libraries/classes/Plugins/Import/ImportOds.php:81 msgid "Import percentages as proper decimals (ex. 12.00% to .12)" From 77e53aeabf3aac746e88dced40e0cb89a737fb23 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 16:33:40 +0000 Subject: [PATCH 91/95] Translated using Weblate (Slovak) Currently translated at 76.6% (2555 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/sk/ Signed-off-by: William Desportes --- po/sk.po | 40 ++++++++++++---------------------------- 1 file changed, 12 insertions(+), 28 deletions(-) diff --git a/po/sk.po b/po/sk.po index e0fa2bc9b2..49e0382655 100644 --- a/po/sk.po +++ b/po/sk.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2018-05-10 20:57+0000\n" -"Last-Translator: Martin Lacina \n" -"Language-Team: Slovak \n" +"PO-Revision-Date: 2021-01-22 17:27+0000\n" +"Last-Translator: William Desportes \n" +"Language-Team: Slovak \n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Weblate 3.0-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:35 ajax.php:73 export.php:214 libraries/classes/Export.php:1219 msgid "Bad type!" @@ -1979,11 +1979,9 @@ msgid "Double-click to copy column name." msgstr "Dvakrát kliknite pre skopírovanie názvu stĺpca." #: js/messages.php:610 -#, fuzzy -#| msgid "Click the drop-down arrow
to toggle column's visibility." msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -"Kliknite na šípku rozbaľovacieho zoznamu
pre zmenu viditeľnosti stĺpca." +"Kliknite na šípku rozbaľovacieho zoznamu
pre zmenu viditeľnosti stĺpca." #: js/messages.php:612 libraries/classes/BrowseForeigners.php:355 #: templates/display/results/table_navigation.twig:19 @@ -2050,17 +2048,12 @@ msgid "Print" msgstr "Vytlačiť" #: js/messages.php:642 -#, fuzzy -#| msgid "" -#| "You can also edit most values
by double-clicking directly on them." msgid "You can also edit most values
by double-clicking directly on them." -msgstr "Väčšinu stĺpcov môžete upraviť
dvojkliknutím na ich obsah." +msgstr "Väčšinu stĺpcov môžete upraviť
dvojkliknutím na ich obsah." #: js/messages.php:647 -#, fuzzy -#| msgid "You can also edit most values
by clicking directly on them." msgid "You can also edit most values
by clicking directly on them." -msgstr "Väčšinu stĺpcov môžete upraviť
kliknutím na ich obsah." +msgstr "Väčšinu stĺpcov môžete upraviť
kliknutím na ich obsah." #: js/messages.php:653 msgid "Go to link:" @@ -8677,10 +8670,8 @@ msgid "Binary" msgstr "Binárny" #: libraries/classes/InsertEdit.php:760 -#, fuzzy -#| msgid "Because of its length,
this column might not be editable." msgid "Because of its length,
this column might not be editable." -msgstr "Kvôli jeho dĺžke,
sa toto pole nemusí dať upraviť." +msgstr "Kvôli jeho dĺžke,
sa toto pole nemusí dať upraviť." #: libraries/classes/InsertEdit.php:1378 msgid "Binary - do not edit" @@ -10412,10 +10403,9 @@ msgid "MediaWiki Table" msgstr "MediaWiki tabuľka" #: libraries/classes/Plugins/Import/ImportMediawiki.php:279 -#, fuzzy, php-format -#| msgid "Invalid format of mediawiki input on line:
%s." +#, php-format msgid "Invalid format of mediawiki input on line:
%s." -msgstr "Chybný formát vo vstupe z mediawiki na riadku:
%s." +msgstr "Chybný formát vo vstupe z mediawiki na riadku:
%s." #: libraries/classes/Plugins/Import/ImportOds.php:81 msgid "Import percentages as proper decimals (ex. 12.00% to .12)" @@ -13645,12 +13635,6 @@ msgstr "Možnosti transformácie pri zobrazení" #: templates/columns_definitions/table_fields_definitions.twig:83 #: templates/columns_definitions/table_fields_definitions.twig:94 -#, fuzzy -#| msgid "" -#| "Please enter the values for transformation options using this format: " -#| "'a', 100, b,'c'…
If you ever need to put a backslash (\"\\\") or a " -#| "single quote (\"'\") amongst those values, precede it with a backslash " -#| "(for example '\\\\xyz' or 'a\\'b')." msgid "" "Please enter the values for transformation options using this format: 'a', " "100, b,'c'…
If you ever need to put a backslash (\"\\\") or a single " @@ -13658,7 +13642,7 @@ msgid "" "'\\\\xyz' or 'a\\'b')." msgstr "" "Prosím zadajte hodnoty pre parametre transformácie v nasledujúcom tvare: " -"'a', 100, b,'c'…
Ak potrebujete použiť spätné lomítko (\"\\\") alebo " +"'a', 100, b,'c'…
Ak potrebujete použiť spätné lomítko (\"\\\") alebo " "jednoduché úvodzovky (\"'\") medzi týmito hodnotami, vložte pred nich spätné " "lomítko (napr. '\\\\xyz' alebo 'a\\'b')." From 6c4a0676da6d14d9734d2d2190d4bf81d6e45f38 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 16:35:22 +0000 Subject: [PATCH 92/95] Translated using Weblate (Swedish) Currently translated at 89.9% (2998 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/sv/ Signed-off-by: William Desportes --- po/sv.po | 81 +++++++++++++------------------------------------------- 1 file changed, 18 insertions(+), 63 deletions(-) diff --git a/po/sv.po b/po/sv.po index 0a44f11922..3a3c118081 100644 --- a/po/sv.po +++ b/po/sv.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2021-01-22 01:28+0000\n" +"PO-Revision-Date: 2021-01-22 17:27+0000\n" "Last-Translator: William Desportes \n" "Language-Team: Swedish \n" @@ -1975,19 +1975,14 @@ msgid "Click to sort results by this column." msgstr "Klicka på sortera efter den här kolumnen." #: js/messages.php:603 -#, fuzzy -#| msgid "" -#| "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC." -#| "
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove " -#| "column from ORDER BY clause" msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC." "
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column " "from ORDER BY clause" msgstr "" "Skift-klicka för att lägga till kolumnen i \"SORTERA VID\"-sats eller att " -"växla ASC/DESC.
-Ctrl-klicka eller Alt-klicka (Mac: Skift+Alt+klicka) " -"för att ta bort kolumnen från SORTERA VID-instruktionen" +"växla ASC/DESC.
-Ctrl-klicka eller Alt-klicka (Mac: Skift+Alt+klicka) för " +"att ta bort kolumnen från SORTERA VID-instruktionen" #: js/messages.php:607 msgid "Click to mark/unmark." @@ -1998,10 +1993,8 @@ msgid "Double-click to copy column name." msgstr "Dubbelklicka för att kopiera kolumnnamn." #: js/messages.php:610 -#, fuzzy -#| msgid "Click the drop-down arrow
to toggle column's visibility." msgid "Click the drop-down arrow
to toggle column's visibility." -msgstr "Klicka på pilen
för att växla kolumnens synlighet." +msgstr "Klicka på pilen
för att växla kolumnens synlighet." #: js/messages.php:612 libraries/classes/BrowseForeigners.php:355 #: templates/display/results/table_navigation.twig:19 @@ -2067,20 +2060,15 @@ msgid "Print" msgstr "Skriv ut" #: js/messages.php:642 -#, fuzzy -#| msgid "" -#| "You can also edit most values
by double-clicking directly on them." msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -"Du kan även redigera de flesta värden
genom att dubbelklicka direkt på " +"Du kan även redigera de flesta värden
genom att dubbelklicka direkt på " "dessa." #: js/messages.php:647 -#, fuzzy -#| msgid "You can also edit most values
by clicking directly on them." msgid "You can also edit most values
by clicking directly on them." msgstr "" -"Du kan även redigera de flesta värden
genom att klicka direkt på dessa." +"Du kan även redigera de flesta värden
genom att klicka direkt på dessa." #: js/messages.php:653 msgid "Go to link:" @@ -8789,10 +8777,8 @@ msgid "Binary" msgstr "Binär" #: libraries/classes/InsertEdit.php:760 -#, fuzzy -#| msgid "Because of its length,
this column might not be editable." msgid "Because of its length,
this column might not be editable." -msgstr "På grund av sin längd,
är denna kolumn kanske inte redigerbar." +msgstr "På grund av sin längd,
är denna kolumn kanske inte redigerbar." #: libraries/classes/InsertEdit.php:1378 msgid "Binary - do not edit" @@ -9536,12 +9522,6 @@ msgid "Find transitive dependencies" msgstr "Hitta transitiva beroenden" #: libraries/classes/Normalization.php:837 -#, fuzzy -#| msgid "" -#| "For each column below, please select the minimal set of columns " -#| "among given set whose values combined together are sufficient to " -#| "determine the value of the column.
Note: A column may have no " -#| "transitive dependency, in that case you don't have to select any." msgid "" "For each column below, please select the minimal set of columns among " "given set whose values combined together are sufficient to determine the " @@ -9550,7 +9530,7 @@ msgid "" msgstr "" "För varje kolumn nedan, Välj minimal uppsättning kolumner av givna " "värden vilka kombinerade ihop är tillräckliga för att fastställa värdet i " -"kolumn.
Obs: om kolumn inte har transitiva beroende behöver du inte " +"kolumn.
Obs: om kolumn inte har transitiva beroende behöver du inte " "välja något." #: libraries/classes/Normalization.php:886 @@ -10335,57 +10315,39 @@ msgid "Syntax to use when inserting data:" msgstr "Syntax att använda när data infogas:" #: libraries/classes/Plugins/Export/ExportSql.php:433 -#, fuzzy -#| msgid "" -#| "include column names in every INSERT statement
  " -#| "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) " -#| "VALUES (1,2,3)" msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -"inkludera kolumnnamn i varje INSERT-kommando
  " -"    Exempel: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " +"inkludera kolumnnamn i varje INSERT-kommando
    " +"  Exempel: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" #: libraries/classes/Plugins/Export/ExportSql.php:438 -#, fuzzy -#| msgid "" -#| "insert multiple rows in every INSERT statement
  " -#| "    Example: INSERT INTO tbl_name VALUES (1,2,3), " -#| "(4,5,6), (7,8,9)" msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -"mata in flera rader i varje INSERT-kommando
    " -"  Exempel: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), (7,8,9)" +"mata in flera rader i varje INSERT-kommando
    " +"  Exempel: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " +"(7,8,9)" #: libraries/classes/Plugins/Export/ExportSql.php:443 -#, fuzzy -#| msgid "" -#| "both of the above
      Example: INSERT INTO " -#| "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -"båda av ovanstående
      Exempel: INSERT INTO " +"båda av ovanstående
      Exempel: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" #: libraries/classes/Plugins/Export/ExportSql.php:448 -#, fuzzy -#| msgid "" -#| "neither of the above
      Example: INSERT " -#| "INTO tbl_name VALUES (1,2,3)" msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -"inget av ovanstående
      Exempel: INSERT INTO " +"inget av ovanstående
      Exempel: INSERT INTO " "tbl_name VALUES (1,2,3)" #: libraries/classes/Plugins/Export/ExportSql.php:467 @@ -10614,10 +10576,9 @@ msgid "MediaWiki Table" msgstr "MediaWiki-tabell" #: libraries/classes/Plugins/Import/ImportMediawiki.php:279 -#, fuzzy, php-format -#| msgid "Invalid format of mediawiki input on line:
%s." +#, php-format msgid "Invalid format of mediawiki input on line:
%s." -msgstr "Ogiltigt format på mediawiki-data på rad:
%s." +msgstr "Ogiltigt format på mediawiki-data på rad:
%s." #: libraries/classes/Plugins/Import/ImportOds.php:81 msgid "Import percentages as proper decimals (ex. 12.00% to .12)" @@ -13907,12 +13868,6 @@ msgstr "Webbläsaromvandling" #: templates/columns_definitions/table_fields_definitions.twig:83 #: templates/columns_definitions/table_fields_definitions.twig:94 -#, fuzzy -#| msgid "" -#| "Please enter the values for transformation options using this format: " -#| "'a', 100, b,'c'…
If you ever need to put a backslash (\"\\\") or a " -#| "single quote (\"'\") amongst those values, precede it with a backslash " -#| "(for example '\\\\xyz' or 'a\\'b')." msgid "" "Please enter the values for transformation options using this format: 'a', " "100, b,'c'…
If you ever need to put a backslash (\"\\\") or a single " @@ -13920,7 +13875,7 @@ msgid "" "'\\\\xyz' or 'a\\'b')." msgstr "" "Ange värdena för omvandlingsparametrar enligt följande format: 'a', 100, " -"b,'c'…
Om du behöver lägga till ett bakåtstreck (\"\\\") eller ett " +"b,'c'…
Om du behöver lägga till ett bakåtstreck (\"\\\") eller ett " "enkelcitat (\"'\") i värdena, skriv ett bakåtstreck före tecknet (t.ex. '\\" "\\xyz' eller 'a\\'b')." From 0a3fa6f15061099ffc012e7226fc850fedd295f9 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 17:04:16 +0000 Subject: [PATCH 93/95] Translated using Weblate (Thai) Currently translated at 32.9% (1097 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/th/ Signed-off-by: William Desportes --- po/th.po | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/po/th.po b/po/th.po index c67d74d8d4..5896229693 100644 --- a/po/th.po +++ b/po/th.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2020-12-07 11:48+0000\n" -"Last-Translator: Chaloemchai Yinyao \n" -"Language-Team: Thai \n" +"PO-Revision-Date: 2021-01-22 17:27+0000\n" +"Last-Translator: William Desportes \n" +"Language-Team: Thai " +"\n" "Language: th\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: Weblate 4.4-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:35 ajax.php:73 export.php:214 libraries/classes/Export.php:1219 msgid "Bad type!" @@ -1945,7 +1945,7 @@ msgstr "ดับเบิลคลิกเพื่อคัดลอกชื #, fuzzy #| msgid "Click the drop-down arrow
to toggle column's visibility" msgid "Click the drop-down arrow
to toggle column's visibility." -msgstr "กดเพื่อเลือก
เพื่อดูสดมภ์" +msgstr "กดเพื่อเลือก
เพื่อดูสดมภ์." #: js/messages.php:612 libraries/classes/BrowseForeigners.php:355 #: templates/display/results/table_navigation.twig:19 @@ -13921,16 +13921,16 @@ msgstr "การแปลงที่เรียกใช้ได้" #: templates/columns_definitions/table_fields_definitions.twig:83 #: templates/columns_definitions/table_fields_definitions.twig:94 -#, fuzzy msgid "" "Please enter the values for transformation options using this format: 'a', " "100, b,'c'…
If you ever need to put a backslash (\"\\\") or a single " "quote (\"'\") amongst those values, precede it with a backslash (for example " "'\\\\xyz' or 'a\\'b')." msgstr "" -"ถ้าชนิดของฟิลด์เป็น \"enum\" หรือ \"set\" โปรดใส่ค่าตามรูปแบบ: 'a','b','c'…
ถ้าต้องการใส่เครื่องหมาย backslash (\"\\\") หรือ อัญประกาศเดี่ยว (\"'\") " -"เข้าไปในค่าเหล่านั้น ให้ใส่เครื่องหมาย แบ๊กแสลช นำหน้า (ตัวอย่าง: '\\\\xyz' or 'a\\'b')" +"ถ้าชนิดของฟิลด์เป็น \"enum\" หรือ \"set\" โปรดใส่ค่าตามรูปแบบ: " +"'a','b','c'…
ถ้าต้องการใส่เครื่องหมาย backslash (\"\\\") หรือ " +"อัญประกาศเดี่ยว (\"'\") เข้าไปในค่าเหล่านั้น ให้ใส่เครื่องหมาย แบ๊กแสลช นำหน้" +"า (ตัวอย่าง: '\\\\xyz' or 'a\\'b')" #: templates/columns_definitions/table_fields_definitions.twig:89 #: templates/transformation_overview.twig:37 From d0df0844d1ce0bd2d979a705e6d64b79ea6249a4 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 03:33:22 +0000 Subject: [PATCH 94/95] Translated using Weblate (Ukrainian) Currently translated at 99.0% (3301 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/uk/ Signed-off-by: William Desportes --- po/uk.po | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/po/uk.po b/po/uk.po index 276bcdf358..dfb61d3419 100644 --- a/po/uk.po +++ b/po/uk.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2020-07-31 00:42+0000\n" -"Last-Translator: kyanukovich \n" +"PO-Revision-Date: 2021-01-22 17:27+0000\n" +"Last-Translator: William Desportes \n" "Language-Team: Ukrainian \n" "Language: uk\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.2-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:35 ajax.php:73 export.php:214 libraries/classes/Export.php:1219 msgid "Bad type!" @@ -935,6 +935,7 @@ msgstr "" "так що інші атрибути запиту, такі як час початку, можуть відрізнятися." #: js/messages.php:282 +#, fuzzy msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " From 19ddf4db76376be5fe0d0b502a7ea2af0ff03bfc Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jan 2021 16:38:13 +0000 Subject: [PATCH 95/95] Translated using Weblate (Vietnamese) Currently translated at 82.2% (2743 of 3334 strings) [CI skip] Translation: phpMyAdmin/5.0 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/vi/ Signed-off-by: William Desportes --- po/vi.po | 75 ++++++++++++++++---------------------------------------- 1 file changed, 21 insertions(+), 54 deletions(-) diff --git a/po/vi.po b/po/vi.po index 81da5fc0e3..cc17072322 100644 --- a/po/vi.po +++ b/po/vi.po @@ -9,16 +9,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.0.5-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-12-12 17:45+0100\n" -"PO-Revision-Date: 2020-08-14 08:32+0000\n" -"Last-Translator: Xuan Hung \n" -"Language-Team: Vietnamese \n" +"PO-Revision-Date: 2021-01-22 17:27+0000\n" +"Last-Translator: William Desportes \n" +"Language-Team: Vietnamese \n" "Language: vi\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: Weblate 4.2-dev\n" +"X-Generator: Weblate 4.5-dev\n" #: ajax.php:35 ajax.php:73 export.php:214 libraries/classes/Export.php:1219 msgid "Bad type!" @@ -1980,19 +1980,14 @@ msgid "Click to sort results by this column." msgstr "Bấm để sắp xếp kết quả theo cột này." #: js/messages.php:603 -#, fuzzy -#| msgid "" -#| "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC." -#| "
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove " -#| "column from ORDER BY clause" msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC." "
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column " "from ORDER BY clause" msgstr "" -"Shift+Click để thêm cột này vào mệnh đề ORDER BY hoặc để bật/tắt ASC/DESC." -"
- Ctrl+Click hay Alt+Click (Mac: Shift+Option+Click) để xóa cột khỏi " -"mệnh đề ORDER BY" +"Shift+Click để thêm cột này vào mệnh đề ORDER BY hoặc để bật/tắt ASC/" +"DESC.
- Ctrl+Click hay Alt+Click (Mac: Shift+Option+Click) để xóa cột " +"khỏi mệnh đề ORDER BY" #: js/messages.php:607 msgid "Click to mark/unmark." @@ -2003,10 +1998,8 @@ msgid "Double-click to copy column name." msgstr "Bấm đúp chuột để sao chép tên cột" #: js/messages.php:610 -#, fuzzy -#| msgid "Click the drop-down arrow
to toggle column's visibility." msgid "Click the drop-down arrow
to toggle column's visibility." -msgstr "Bấm vào mũi tên chỉ xuống
để bật/tắt tính khả kiến của cột." +msgstr "Bấm vào mũi tên chỉ xuống
để bật/tắt tính khả kiến của cột." #: js/messages.php:612 libraries/classes/BrowseForeigners.php:355 #: templates/display/results/table_navigation.twig:19 @@ -2074,20 +2067,15 @@ msgid "Print" msgstr "In" #: js/messages.php:642 -#, fuzzy -#| msgid "" -#| "You can also edit most values
by double-clicking directly on them." msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -"Bạn cũng có thể sửa phần lớn các giá trị
bằng cách bấm đúp chuột trực " +"Bạn cũng có thể sửa phần lớn các giá trị
bằng cách bấm đúp chuột trực " "tiếp vào chúng." #: js/messages.php:647 -#, fuzzy -#| msgid "You can also edit most values
by clicking directly on them." msgid "You can also edit most values
by clicking directly on them." msgstr "" -"Bạn cũng có thể sửa phần lớn các giá trị
bằng cách bấm chuột trực tiếp " +"Bạn cũng có thể sửa phần lớn các giá trị
bằng cách bấm chuột trực tiếp " "vào chúng." #: js/messages.php:653 @@ -8498,10 +8486,8 @@ msgid "Binary" msgstr "Nhị phân" #: libraries/classes/InsertEdit.php:760 -#, fuzzy -#| msgid "Because of its length,
this column might not be editable." msgid "Because of its length,
this column might not be editable." -msgstr "Bởi vì chiều dài của nó,
cột này có thể không sửa được." +msgstr "Bởi vì chiều dài của nó,
cột này có thể không sửa được." #: libraries/classes/InsertEdit.php:1378 msgid "Binary - do not edit" @@ -9986,56 +9972,38 @@ msgid "Syntax to use when inserting data:" msgstr "Cú pháp khi sử dụng chèn thêm dữ liệu:" #: libraries/classes/Plugins/Export/ExportSql.php:433 -#, fuzzy -#| msgid "" -#| "include column names in every INSERT statement
  " -#| "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) " -#| "VALUES (1,2,3)" msgid "" "include column names in every INSERT statement
  " "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" -"đưa vào các tên cột cho mỗi lệnh INSERT
    " -"  Ví dụ: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3)" +"đưa vào các tên cột cho mỗi lệnh INSERT
    " +"  Ví dụ: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " +"(1,2,3)" #: libraries/classes/Plugins/Export/ExportSql.php:438 -#, fuzzy -#| msgid "" -#| "insert multiple rows in every INSERT statement
  " -#| "    Example: INSERT INTO tbl_name VALUES (1,2,3), " -#| "(4,5,6), (7,8,9)" msgid "" "insert multiple rows in every INSERT statement
  " "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" -"chèn nhiều dòng mỗi lệnh INSERT
      Ví " -"dụ: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), (7,8,9)" +"chèn nhiều dòng mỗi lệnh INSERT
      Ví dụ: " +"INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), (7,8,9)" #: libraries/classes/Plugins/Export/ExportSql.php:443 -#, fuzzy -#| msgid "" -#| "both of the above
      Example: INSERT INTO " -#| "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" -"cả hai cái trên
      Ví dụ: INSERT INTO tbl_tên " +"cả hai cái trên
      Ví dụ: INSERT INTO tbl_tên " "(cột_A,cột_B,cột_C) VALUES (1,2,3), (4,5,6), (7,8,9)" #: libraries/classes/Plugins/Export/ExportSql.php:448 -#, fuzzy -#| msgid "" -#| "neither of the above
      Example: INSERT " -#| "INTO tbl_name VALUES (1,2,3)" msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" -"không theo hai kiểu trên
      Ví dụ: INSERT INTO " +"không theo hai kiểu trên
      Ví dụ: INSERT INTO " "tbl_name VALUES (1,2,3)" #: libraries/classes/Plugins/Export/ExportSql.php:467 @@ -10251,10 +10219,9 @@ msgid "MediaWiki Table" msgstr "Bảng MediaWiki" #: libraries/classes/Plugins/Import/ImportMediawiki.php:279 -#, fuzzy, php-format -#| msgid "Invalid format of mediawiki input on line:
%s." +#, php-format msgid "Invalid format of mediawiki input on line:
%s." -msgstr "Định dạng đầu vào của mediawiki không hợp lệ tại dòng:
%s." +msgstr "Định dạng đầu vào của mediawiki không hợp lệ tại dòng:
%s." #: libraries/classes/Plugins/Import/ImportOds.php:81 msgid "Import percentages as proper decimals (ex. 12.00% to .12)"