Merge branch 'QA_4_7' into STABLE
This commit is contained in:
commit
b8d0188228
10
.gitattributes
vendored
Normal file
10
.gitattributes
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
.gitattributes export-ignore
|
||||
.gitignore export-ignore
|
||||
.github export-ignore
|
||||
.travis.yml export-ignore
|
||||
.scrutinizer.yml export-ignore
|
||||
.jshintrc export-ignore
|
||||
.weblate export-ignore
|
||||
codeconv.yml export-ignore
|
||||
.php_cs export-ignore
|
||||
build.xml export-ignore
|
||||
@ -54,13 +54,8 @@ after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: "7.0"
|
||||
env: CI_MODE=selenium
|
||||
fast_finish: true
|
||||
include:
|
||||
- php: "7.0"
|
||||
env: CI_MODE=selenium
|
||||
- php: "7.0"
|
||||
env: CI_MODE=release
|
||||
- php: "7.0"
|
||||
@ -69,8 +64,8 @@ matrix:
|
||||
language: generic
|
||||
env: CI_MODE=test
|
||||
before_install:
|
||||
- brew tap homebrew/php
|
||||
- brew update
|
||||
- brew tap homebrew/php
|
||||
- brew install gettext php70 mariadb
|
||||
- brew link --force gettext
|
||||
- sed -i -e 's/^memory_limit = .*/memory_limit = -1/' /usr/local/etc/php/7.0/php.ini
|
||||
|
||||
20
ChangeLog
20
ChangeLog
@ -1,6 +1,26 @@
|
||||
phpMyAdmin - ChangeLog
|
||||
======================
|
||||
|
||||
4.7.5 (2017-10-23)
|
||||
- issue #13615 Avoid problems with browsing unknown query types
|
||||
- issue #13612 Integrate tooltip into datetime pickers
|
||||
- issue #13628 Fixed javascript error in server monitor
|
||||
- issue #13444 Fixed server monitor on non Linux and Windows systems
|
||||
- issue #13633 Reload javscript messages when changing language
|
||||
- issue #13604 Fixed crash on invalid ordering data
|
||||
- issue #13639 Fixed error when browsing non SELECT results
|
||||
- issue #13533 Fixed saving column to display
|
||||
- issue #13647 Fixed export of tables with VIRTUAL columns
|
||||
- issue #13669 Fixed selecting multiple rows accidentally selects the next row too
|
||||
- issue #13513 Fixed edit index Column alignment issue
|
||||
- issue #13515 Fixed rendering of add index dialog
|
||||
- issue #13710 Fixed possible error in server advisor
|
||||
- issue #13477 Fixed setting input transformations
|
||||
- issue #13552 Fixed IPv4/IPv6 To Binary input transformation
|
||||
- issue #13686 Clicking on column name to trigger sort with an active search leads to logout
|
||||
- issue #13725 Fixed copying tables with specific PARTITION definition
|
||||
- issue #13761 Fixed listing of bookmarks for a database
|
||||
|
||||
4.7.4 (2017-08-23)
|
||||
- issue #13415 Remove shadow from the logo
|
||||
- issue #13507 Fixed per server theme feature
|
||||
|
||||
2
README
2
README
@ -1,7 +1,7 @@
|
||||
phpMyAdmin - Readme
|
||||
===================
|
||||
|
||||
Version 4.7.4
|
||||
Version 4.7.5
|
||||
|
||||
A web interface for MySQL and MariaDB.
|
||||
|
||||
|
||||
@ -81,10 +81,6 @@ $replaces = array(
|
||||
'/(?:rfe|feature)\s*#?([0-9]{6,})/i'
|
||||
=> '<a href="url.php?url=https://sourceforge.net/support/tracker.php?aid=\\1">RFE #\\1</a>',
|
||||
|
||||
// linking files
|
||||
'/(\s+)([\\/a-z_0-9\.]+\.(?:php3?|html|pl|js|sh))/i'
|
||||
=> '\\1<a href="url.php?url=' . $github_url . 'commits/HEAD/\\2">\\2</a>',
|
||||
|
||||
// FAQ entries
|
||||
'/FAQ ([0-9]+)\.([0-9a-z]+)/i'
|
||||
=> '<a href="url.php?url=' . $faq_url . '#faq\\1-\\2">FAQ \\1.\\2</a>',
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
"ext-xml": "*",
|
||||
"ext-pcre": "*",
|
||||
"ext-json": "*",
|
||||
"phpmyadmin/sql-parser": "^4.1.10",
|
||||
"phpmyadmin/sql-parser": "^4.2.3",
|
||||
"phpmyadmin/motranslator": "^3.0",
|
||||
"phpmyadmin/shapefile": "^2.0",
|
||||
"tecnickcom/tcpdf": "^6.2",
|
||||
@ -57,7 +57,7 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.1",
|
||||
"codacy/coverage": "dev-master",
|
||||
"codacy/coverage": "^1.3.0",
|
||||
"phpunit/phpunit-selenium": "~1.2",
|
||||
"squizlabs/php_codesniffer": "2.*",
|
||||
"phpmyadmin/coding-standard": ">=0.1.0"
|
||||
|
||||
397
composer.lock
generated
397
composer.lock
generated
@ -4,8 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "c2d41a4a87e8e77a06584cc17575fc16",
|
||||
"content-hash": "604d04e64f65daef706a9228fa9683f4",
|
||||
"content-hash": "8f2e2f5feec525c16df216fcb7411834",
|
||||
"packages": [
|
||||
{
|
||||
"name": "google/recaptcha",
|
||||
@ -50,7 +49,7 @@
|
||||
"recaptcha",
|
||||
"spam"
|
||||
],
|
||||
"time": "2017-03-09 18:44:34"
|
||||
"time": "2017-03-09T18:44:34+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpmyadmin/motranslator",
|
||||
@ -99,7 +98,7 @@
|
||||
"mo",
|
||||
"translator"
|
||||
],
|
||||
"time": "2017-06-01 11:50:55"
|
||||
"time": "2017-06-01T11:50:55+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpmyadmin/shapefile",
|
||||
@ -153,25 +152,25 @@
|
||||
"shape",
|
||||
"shp"
|
||||
],
|
||||
"time": "2017-05-15 08:31:47"
|
||||
"time": "2017-05-15T08:31:47+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpmyadmin/sql-parser",
|
||||
"version": "v4.1.10",
|
||||
"version": "v4.2.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpmyadmin/sql-parser.git",
|
||||
"reference": "88e16ec7d26a80b5a4fdab9b6c79aa4c9b24470d"
|
||||
"reference": "ab4d910fcfb331c58269afd5cf85281cdab954ce"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/88e16ec7d26a80b5a4fdab9b6c79aa4c9b24470d",
|
||||
"reference": "88e16ec7d26a80b5a4fdab9b6c79aa4c9b24470d",
|
||||
"url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/ab4d910fcfb331c58269afd5cf85281cdab954ce",
|
||||
"reference": "ab4d910fcfb331c58269afd5cf85281cdab954ce",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-mbstring": "*",
|
||||
"php": ">=5.3.0"
|
||||
"php": ">=5.3.0",
|
||||
"symfony/polyfill-mbstring": "^1.3"
|
||||
},
|
||||
"conflict": {
|
||||
"phpmyadmin/motranslator": "<3.0"
|
||||
@ -181,6 +180,7 @@
|
||||
"phpunit/phpunit": "~4.8 || ~5.7"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-mbstring": "For best performance",
|
||||
"phpmyadmin/motranslator": "Translate messages to your favorite locale"
|
||||
},
|
||||
"bin": [
|
||||
@ -212,20 +212,20 @@
|
||||
"parser",
|
||||
"sql"
|
||||
],
|
||||
"time": "2017-08-21 10:55:31"
|
||||
"time": "2017-10-10T12:58:08+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpseclib/phpseclib",
|
||||
"version": "2.0.6",
|
||||
"version": "2.0.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpseclib/phpseclib.git",
|
||||
"reference": "34a7699e6f31b1ef4035ee36444407cecf9f56aa"
|
||||
"reference": "f4b6a522dfa1fd1e477c9cfe5909d5b31f098c0b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/34a7699e6f31b1ef4035ee36444407cecf9f56aa",
|
||||
"reference": "34a7699e6f31b1ef4035ee36444407cecf9f56aa",
|
||||
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/f4b6a522dfa1fd1e477c9cfe5909d5b31f098c0b",
|
||||
"reference": "f4b6a522dfa1fd1e477c9cfe5909d5b31f098c0b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -304,7 +304,7 @@
|
||||
"x.509",
|
||||
"x509"
|
||||
],
|
||||
"time": "2017-06-05 06:31:10"
|
||||
"time": "2017-10-23T05:04:54+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psr/cache",
|
||||
@ -350,7 +350,7 @@
|
||||
"psr",
|
||||
"psr-6"
|
||||
],
|
||||
"time": "2016-08-06 20:24:11"
|
||||
"time": "2016-08-06T20:24:11+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psr/log",
|
||||
@ -397,7 +397,7 @@
|
||||
"psr",
|
||||
"psr-3"
|
||||
],
|
||||
"time": "2016-10-10 12:19:37"
|
||||
"time": "2016-10-10T12:19:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psr/simple-cache",
|
||||
@ -445,27 +445,28 @@
|
||||
"psr-16",
|
||||
"simple-cache"
|
||||
],
|
||||
"time": "2017-01-02 13:31:39"
|
||||
"time": "2017-01-02T13:31:39+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/cache",
|
||||
"version": "v3.3.6",
|
||||
"version": "v3.3.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/cache.git",
|
||||
"reference": "cf1ad9191c3d2176c81e7fcc6ea32603186ceddc"
|
||||
"reference": "5f78b9728869434a445bdd86d63ef723f93e5433"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/cache/zipball/cf1ad9191c3d2176c81e7fcc6ea32603186ceddc",
|
||||
"reference": "cf1ad9191c3d2176c81e7fcc6ea32603186ceddc",
|
||||
"url": "https://api.github.com/repos/symfony/cache/zipball/5f78b9728869434a445bdd86d63ef723f93e5433",
|
||||
"reference": "5f78b9728869434a445bdd86d63ef723f93e5433",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.5.9",
|
||||
"php": "^5.5.9|>=7.0.8",
|
||||
"psr/cache": "~1.0",
|
||||
"psr/log": "~1.0",
|
||||
"psr/simple-cache": "^1.0"
|
||||
"psr/simple-cache": "^1.0",
|
||||
"symfony/polyfill-apcu": "~1.1"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/var-dumper": "<3.3"
|
||||
@ -480,9 +481,6 @@
|
||||
"doctrine/dbal": "~2.4",
|
||||
"predis/predis": "~1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"symfony/polyfill-apcu": "For using ApcuAdapter on HHVM"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
@ -517,24 +515,24 @@
|
||||
"caching",
|
||||
"psr6"
|
||||
],
|
||||
"time": "2017-07-23 08:41:58"
|
||||
"time": "2017-10-04T07:58:49+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/expression-language",
|
||||
"version": "v3.3.6",
|
||||
"version": "v3.3.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/expression-language.git",
|
||||
"reference": "48abe52c5b80babe29e956d900b7ab06faf50eef"
|
||||
"reference": "6e8837e9e18d3b16c5e8379b519d030aa3a08a0c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/expression-language/zipball/48abe52c5b80babe29e956d900b7ab06faf50eef",
|
||||
"reference": "48abe52c5b80babe29e956d900b7ab06faf50eef",
|
||||
"url": "https://api.github.com/repos/symfony/expression-language/zipball/6e8837e9e18d3b16c5e8379b519d030aa3a08a0c",
|
||||
"reference": "6e8837e9e18d3b16c5e8379b519d030aa3a08a0c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.5.9",
|
||||
"php": "^5.5.9|>=7.0.8",
|
||||
"symfony/cache": "~3.1"
|
||||
},
|
||||
"type": "library",
|
||||
@ -567,7 +565,122 @@
|
||||
],
|
||||
"description": "Symfony ExpressionLanguage Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2017-05-01 15:01:29"
|
||||
"time": "2017-10-02T06:42:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-apcu",
|
||||
"version": "v1.6.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/polyfill-apcu.git",
|
||||
"reference": "04f62674339602def515bff4bc6901fc1d4951e8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/04f62674339602def515bff4bc6901fc1d4951e8",
|
||||
"reference": "04f62674339602def515bff4bc6901fc1d4951e8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.3"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Symfony\\Polyfill\\Apcu\\": ""
|
||||
},
|
||||
"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 apcu_* functions to lower PHP versions",
|
||||
"homepage": "https://symfony.com",
|
||||
"keywords": [
|
||||
"apcu",
|
||||
"compatibility",
|
||||
"polyfill",
|
||||
"portable",
|
||||
"shim"
|
||||
],
|
||||
"time": "2017-10-11T12:05:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-mbstring",
|
||||
"version": "v1.6.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
||||
"reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
|
||||
"reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.3"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-mbstring": "For best performance"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6-dev"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
],
|
||||
"time": "2017-10-11T12:05:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "tecnickcom/tcpdf",
|
||||
@ -629,22 +742,22 @@
|
||||
"pdf417",
|
||||
"qrcode"
|
||||
],
|
||||
"time": "2017-04-26 08:14:48"
|
||||
"time": "2017-04-26T08:14:48+00:00"
|
||||
}
|
||||
],
|
||||
"packages-dev": [
|
||||
{
|
||||
"name": "codacy/coverage",
|
||||
"version": "dev-master",
|
||||
"version": "1.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/codacy/php-codacy-coverage.git",
|
||||
"reference": "d46740b6b884bea92157f5434f59c4e751d6db5f"
|
||||
"reference": "83b7905773e703036294d15e40fbc293deddf58d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/codacy/php-codacy-coverage/zipball/d46740b6b884bea92157f5434f59c4e751d6db5f",
|
||||
"reference": "d46740b6b884bea92157f5434f59c4e751d6db5f",
|
||||
"url": "https://api.github.com/repos/codacy/php-codacy-coverage/zipball/83b7905773e703036294d15e40fbc293deddf58d",
|
||||
"reference": "83b7905773e703036294d15e40fbc293deddf58d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -676,7 +789,7 @@
|
||||
],
|
||||
"description": "Sends PHP test coverage information to Codacy.",
|
||||
"homepage": "https://github.com/codacy/php-codacy-coverage",
|
||||
"time": "2017-08-09 14:23:33"
|
||||
"time": "2017-09-28T13:10:45+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/instantiator",
|
||||
@ -730,7 +843,7 @@
|
||||
"constructor",
|
||||
"instantiate"
|
||||
],
|
||||
"time": "2015-06-14 21:17:01"
|
||||
"time": "2015-06-14T21:17:01+00:00"
|
||||
},
|
||||
{
|
||||
"name": "gitonomy/gitlib",
|
||||
@ -784,20 +897,20 @@
|
||||
],
|
||||
"description": "Library for accessing git",
|
||||
"homepage": "http://gitonomy.com",
|
||||
"time": "2016-05-11 08:25:40"
|
||||
"time": "2016-05-11T08:25:40+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpdocumentor/reflection-common",
|
||||
"version": "1.0",
|
||||
"version": "1.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
|
||||
"reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
|
||||
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
|
||||
"reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
|
||||
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
|
||||
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -838,26 +951,26 @@
|
||||
"reflection",
|
||||
"static analysis"
|
||||
],
|
||||
"time": "2015-12-27 11:43:31"
|
||||
"time": "2017-09-11T18:02:19+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpdocumentor/reflection-docblock",
|
||||
"version": "3.2.2",
|
||||
"version": "4.1.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
||||
"reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157"
|
||||
"reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/4aada1f93c72c35e22fb1383b47fee43b8f1d157",
|
||||
"reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157",
|
||||
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/2d3d238c433cf69caeb4842e97a3223a116f94b2",
|
||||
"reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.5",
|
||||
"php": "^7.0",
|
||||
"phpdocumentor/reflection-common": "^1.0@dev",
|
||||
"phpdocumentor/type-resolver": "^0.3.0",
|
||||
"phpdocumentor/type-resolver": "^0.4.0",
|
||||
"webmozart/assert": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
@ -883,20 +996,20 @@
|
||||
}
|
||||
],
|
||||
"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-08 06:39:58"
|
||||
"time": "2017-08-30T18:51:59+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpdocumentor/type-resolver",
|
||||
"version": "0.3.0",
|
||||
"version": "0.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpDocumentor/TypeResolver.git",
|
||||
"reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773"
|
||||
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/fb3933512008d8162b3cdf9e18dba9309b7c3773",
|
||||
"reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773",
|
||||
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
|
||||
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -930,7 +1043,7 @@
|
||||
"email": "me@mikevanriel.com"
|
||||
}
|
||||
],
|
||||
"time": "2017-06-03 08:32:36"
|
||||
"time": "2017-07-14T14:27:02+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpmyadmin/coding-standard",
|
||||
@ -967,26 +1080,26 @@
|
||||
"phpcs",
|
||||
"phpmyadmin"
|
||||
],
|
||||
"time": "2016-04-19 14:41:23"
|
||||
"time": "2016-04-19T14:41:23+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpspec/prophecy",
|
||||
"version": "v1.7.0",
|
||||
"version": "v1.7.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpspec/prophecy.git",
|
||||
"reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
|
||||
"reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
|
||||
"reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
|
||||
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
|
||||
"reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"doctrine/instantiator": "^1.0.2",
|
||||
"php": "^5.3|^7.0",
|
||||
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
|
||||
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
|
||||
"sebastian/comparator": "^1.1|^2.0",
|
||||
"sebastian/recursion-context": "^1.0|^2.0|^3.0"
|
||||
},
|
||||
@ -997,7 +1110,7 @@
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6.x-dev"
|
||||
"dev-master": "1.7.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
@ -1030,7 +1143,7 @@
|
||||
"spy",
|
||||
"stub"
|
||||
],
|
||||
"time": "2017-03-02 20:05:34"
|
||||
"time": "2017-09-04T11:05:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-code-coverage",
|
||||
@ -1092,7 +1205,7 @@
|
||||
"testing",
|
||||
"xunit"
|
||||
],
|
||||
"time": "2015-10-06 15:47:00"
|
||||
"time": "2015-10-06T15:47:00+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-file-iterator",
|
||||
@ -1139,7 +1252,7 @@
|
||||
"filesystem",
|
||||
"iterator"
|
||||
],
|
||||
"time": "2016-10-03 07:40:28"
|
||||
"time": "2016-10-03T07:40:28+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-text-template",
|
||||
@ -1180,7 +1293,7 @@
|
||||
"keywords": [
|
||||
"template"
|
||||
],
|
||||
"time": "2015-06-21 13:50:34"
|
||||
"time": "2015-06-21T13:50:34+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-timer",
|
||||
@ -1229,7 +1342,7 @@
|
||||
"keywords": [
|
||||
"timer"
|
||||
],
|
||||
"time": "2017-02-26 11:10:40"
|
||||
"time": "2017-02-26T11:10:40+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-token-stream",
|
||||
@ -1278,7 +1391,7 @@
|
||||
"keywords": [
|
||||
"tokenizer"
|
||||
],
|
||||
"time": "2017-02-27 10:12:30"
|
||||
"time": "2017-02-27T10:12:30+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/phpunit",
|
||||
@ -1350,7 +1463,7 @@
|
||||
"testing",
|
||||
"xunit"
|
||||
],
|
||||
"time": "2017-06-21 08:07:12"
|
||||
"time": "2017-06-21T08:07:12+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/phpunit-mock-objects",
|
||||
@ -1406,7 +1519,7 @@
|
||||
"mock",
|
||||
"xunit"
|
||||
],
|
||||
"time": "2015-10-02 06:51:40"
|
||||
"time": "2015-10-02T06:51:40+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/phpunit-selenium",
|
||||
@ -1461,7 +1574,7 @@
|
||||
"testing",
|
||||
"xunit"
|
||||
],
|
||||
"time": "2014-11-02 09:23:27"
|
||||
"time": "2014-11-02T09:23:27+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/comparator",
|
||||
@ -1525,7 +1638,7 @@
|
||||
"compare",
|
||||
"equality"
|
||||
],
|
||||
"time": "2017-01-29 09:50:25"
|
||||
"time": "2017-01-29T09:50:25+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/diff",
|
||||
@ -1577,7 +1690,7 @@
|
||||
"keywords": [
|
||||
"diff"
|
||||
],
|
||||
"time": "2017-05-22 07:24:03"
|
||||
"time": "2017-05-22T07:24:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/environment",
|
||||
@ -1627,7 +1740,7 @@
|
||||
"environment",
|
||||
"hhvm"
|
||||
],
|
||||
"time": "2016-08-18 05:49:44"
|
||||
"time": "2016-08-18T05:49:44+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/exporter",
|
||||
@ -1694,7 +1807,7 @@
|
||||
"export",
|
||||
"exporter"
|
||||
],
|
||||
"time": "2016-06-17 09:04:28"
|
||||
"time": "2016-06-17T09:04:28+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/global-state",
|
||||
@ -1745,7 +1858,7 @@
|
||||
"keywords": [
|
||||
"global state"
|
||||
],
|
||||
"time": "2015-10-12 03:26:01"
|
||||
"time": "2015-10-12T03:26:01+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/recursion-context",
|
||||
@ -1798,7 +1911,7 @@
|
||||
],
|
||||
"description": "Provides functionality to recursively process PHP variables",
|
||||
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
||||
"time": "2016-10-03 07:41:43"
|
||||
"time": "2016-10-03T07:41:43+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/version",
|
||||
@ -1833,7 +1946,7 @@
|
||||
],
|
||||
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
||||
"homepage": "https://github.com/sebastianbergmann/version",
|
||||
"time": "2015-06-21 13:59:46"
|
||||
"time": "2015-06-21T13:59:46+00:00"
|
||||
},
|
||||
{
|
||||
"name": "squizlabs/php_codesniffer",
|
||||
@ -1911,24 +2024,24 @@
|
||||
"phpcs",
|
||||
"standards"
|
||||
],
|
||||
"time": "2017-05-22 02:43:20"
|
||||
"time": "2017-05-22T02:43:20+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/console",
|
||||
"version": "v3.3.6",
|
||||
"version": "v3.3.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/console.git",
|
||||
"reference": "b0878233cb5c4391347e5495089c7af11b8e6201"
|
||||
"reference": "116bc56e45a8e5572e51eb43ab58c769a352366c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/b0878233cb5c4391347e5495089c7af11b8e6201",
|
||||
"reference": "b0878233cb5c4391347e5495089c7af11b8e6201",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/116bc56e45a8e5572e51eb43ab58c769a352366c",
|
||||
"reference": "116bc56e45a8e5572e51eb43ab58c769a352366c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.5.9",
|
||||
"php": "^5.5.9|>=7.0.8",
|
||||
"symfony/debug": "~2.8|~3.0",
|
||||
"symfony/polyfill-mbstring": "~1.0"
|
||||
},
|
||||
@ -1941,7 +2054,6 @@
|
||||
"symfony/dependency-injection": "~3.3",
|
||||
"symfony/event-dispatcher": "~2.8|~3.0",
|
||||
"symfony/filesystem": "~2.8|~3.0",
|
||||
"symfony/http-kernel": "~2.8|~3.0",
|
||||
"symfony/process": "~2.8|~3.0"
|
||||
},
|
||||
"suggest": {
|
||||
@ -1980,24 +2092,24 @@
|
||||
],
|
||||
"description": "Symfony Console Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2017-07-29 21:27:59"
|
||||
"time": "2017-10-02T06:42:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/debug",
|
||||
"version": "v3.3.6",
|
||||
"version": "v3.3.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/debug.git",
|
||||
"reference": "7c13ae8ce1e2adbbd574fc39de7be498e1284e13"
|
||||
"reference": "eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/debug/zipball/7c13ae8ce1e2adbbd574fc39de7be498e1284e13",
|
||||
"reference": "7c13ae8ce1e2adbbd574fc39de7be498e1284e13",
|
||||
"url": "https://api.github.com/repos/symfony/debug/zipball/eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd",
|
||||
"reference": "eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.5.9",
|
||||
"php": "^5.5.9|>=7.0.8",
|
||||
"psr/log": "~1.0"
|
||||
},
|
||||
"conflict": {
|
||||
@ -2036,83 +2148,24 @@
|
||||
],
|
||||
"description": "Symfony Debug Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2017-07-28 15:27:31"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-mbstring",
|
||||
"version": "v1.5.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
||||
"reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
|
||||
"reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.3"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-mbstring": "For best performance"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.5-dev"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
],
|
||||
"time": "2017-06-14 15:44:48"
|
||||
"time": "2017-10-02T06:42:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/process",
|
||||
"version": "v3.3.6",
|
||||
"version": "v3.3.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/process.git",
|
||||
"reference": "07432804942b9f6dd7b7377faf9920af5f95d70a"
|
||||
"reference": "fdf89e57a723a29baf536e288d6e232c059697b1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/process/zipball/07432804942b9f6dd7b7377faf9920af5f95d70a",
|
||||
"reference": "07432804942b9f6dd7b7377faf9920af5f95d70a",
|
||||
"url": "https://api.github.com/repos/symfony/process/zipball/fdf89e57a723a29baf536e288d6e232c059697b1",
|
||||
"reference": "fdf89e57a723a29baf536e288d6e232c059697b1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.5.9"
|
||||
"php": "^5.5.9|>=7.0.8"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
@ -2144,24 +2197,24 @@
|
||||
],
|
||||
"description": "Symfony Process Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2017-07-13 13:05:09"
|
||||
"time": "2017-10-02T06:42:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/yaml",
|
||||
"version": "v3.3.6",
|
||||
"version": "v3.3.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/yaml.git",
|
||||
"reference": "ddc23324e6cfe066f3dd34a37ff494fa80b617ed"
|
||||
"reference": "8c7bf1e7d5d6b05a690b715729cb4cd0c0a99c46"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/yaml/zipball/ddc23324e6cfe066f3dd34a37ff494fa80b617ed",
|
||||
"reference": "ddc23324e6cfe066f3dd34a37ff494fa80b617ed",
|
||||
"url": "https://api.github.com/repos/symfony/yaml/zipball/8c7bf1e7d5d6b05a690b715729cb4cd0c0a99c46",
|
||||
"reference": "8c7bf1e7d5d6b05a690b715729cb4cd0c0a99c46",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.5.9"
|
||||
"php": "^5.5.9|>=7.0.8"
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/console": "~2.8|~3.0"
|
||||
@ -2199,7 +2252,7 @@
|
||||
],
|
||||
"description": "Symfony Yaml Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2017-07-23 12:43:26"
|
||||
"time": "2017-10-05T14:43:42+00:00"
|
||||
},
|
||||
{
|
||||
"name": "webmozart/assert",
|
||||
@ -2249,14 +2302,12 @@
|
||||
"check",
|
||||
"validate"
|
||||
],
|
||||
"time": "2016-11-23 20:04:58"
|
||||
"time": "2016-11-23T20:04:58+00:00"
|
||||
}
|
||||
],
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": {
|
||||
"codacy/coverage": 20
|
||||
},
|
||||
"stability-flags": [],
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
|
||||
@ -51,7 +51,7 @@ copyright = u'2012 - 2017, The phpMyAdmin devel team'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '4.7.4'
|
||||
version = '4.7.5'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = version
|
||||
|
||||
@ -307,3 +307,4 @@ lexers['php'] = PhpLexer(startinline=True)
|
||||
linkcheck_retries = 10
|
||||
linkcheck_timeout = 10
|
||||
linkcheck_anchors = False
|
||||
linkcheck_ignore = [r'https://software.opensuse.org/package/.*']
|
||||
|
||||
@ -20,6 +20,9 @@ if (false === @include_once 'OpenID/RelyingParty.php') {
|
||||
exit;
|
||||
}
|
||||
|
||||
/* Change this to true if using phpMyAdmin over https */
|
||||
$secure_cookie = false;
|
||||
|
||||
/**
|
||||
* Map of authenticated users to MySQL user/password pairs.
|
||||
*/
|
||||
@ -74,7 +77,7 @@ function Die_error($e)
|
||||
|
||||
|
||||
/* Need to have cookie visible from parent directory */
|
||||
session_set_cookie_params(0, '/', '', true, true);
|
||||
session_set_cookie_params(0, '/', '', $secure_cookie, true);
|
||||
/* Create signon session */
|
||||
$session_name = 'SignonSession';
|
||||
session_name($session_name);
|
||||
|
||||
@ -11,8 +11,10 @@
|
||||
* @subpackage Example
|
||||
*/
|
||||
|
||||
/* Change this to true if using phpMyAdmin over https */
|
||||
$secure_cookie = false;
|
||||
/* Need to have cookie visible from parent directory */
|
||||
session_set_cookie_params(0, '/', '', true, true);
|
||||
session_set_cookie_params(0, '/', '', $secure_cookie, true);
|
||||
/* Create signon session */
|
||||
$session_name = 'SignonSession';
|
||||
session_name($session_name);
|
||||
|
||||
15
js/ajax.js
15
js/ajax.js
@ -800,13 +800,20 @@ $(document).ajaxError(function (event, request, settings) {
|
||||
}
|
||||
// Don't handle aborted requests
|
||||
if (request.status !== 0 || request.statusText !== 'abort') {
|
||||
var errorCode = PMA_sprintf(PMA_messages.strErrorCode, request.status);
|
||||
var errorText = PMA_sprintf(PMA_messages.strErrorText, request.statusText);
|
||||
var details = ''
|
||||
var state = request.state();
|
||||
|
||||
if (request.status !== 0) {
|
||||
details += '<div>' + escapeHtml(PMA_sprintf(PMA_messages.strErrorCode, request.status)) + '</div>';
|
||||
}
|
||||
details += '<div>' + escapeHtml(PMA_sprintf(PMA_messages.strErrorText, request.statusText + ' (' + state + ')')) + '</div>';
|
||||
if (state == 'rejected' || state == 'timeout') {
|
||||
details += '<div>' + escapeHtml(PMA_messages.strErrorConnection) + '</div>';
|
||||
}
|
||||
PMA_ajaxShowMessage(
|
||||
'<div class="error">' +
|
||||
PMA_messages.strErrorProcessingRequest +
|
||||
'<div>' + escapeHtml(errorCode) + '</div>' +
|
||||
'<div>' + escapeHtml(errorText) + '</div>' +
|
||||
details +
|
||||
'</div>',
|
||||
false
|
||||
);
|
||||
|
||||
@ -128,9 +128,17 @@ function PMA_addDatepicker($this_element, type, options)
|
||||
});
|
||||
}, 0);
|
||||
}
|
||||
// Fix wrong timepicker z-index, doesn't work without timeout
|
||||
setTimeout(function () {
|
||||
// Fix wrong timepicker z-index, doesn't work without timeout
|
||||
$('#ui-timepicker-div').css('z-index', $('#ui-datepicker-div').css('z-index'));
|
||||
// Integrate tooltip text into dialog
|
||||
var tooltip = $this_element.tooltip('instance');
|
||||
if(typeof tooltip !== 'undefined') {
|
||||
tooltip.disable();
|
||||
var $note = $('<p class="note"></div>');
|
||||
$note.text(tooltip.option('content'));
|
||||
$('div.ui-datepicker').append($note);
|
||||
}
|
||||
}, 0);
|
||||
},
|
||||
onSelect: function() {
|
||||
@ -142,6 +150,10 @@ function PMA_addDatepicker($this_element, type, options)
|
||||
if (typeof $this_element.data('datepicker') !== 'undefined') {
|
||||
$this_element.data('datepicker').inline = false;
|
||||
}
|
||||
var tooltip = $this_element.tooltip('instance');
|
||||
if(typeof tooltip !== 'undefined') {
|
||||
tooltip.enable();
|
||||
}
|
||||
}
|
||||
};
|
||||
if (type == "datetime" || type == "timestamp") {
|
||||
@ -1057,7 +1069,7 @@ AJAX.registerOnload('functions.js', function () {
|
||||
end = last_clicked_row;
|
||||
}
|
||||
$tr.parent().find('tr:not(.noclick)')
|
||||
.slice(start, end + 1)
|
||||
.slice(start, end)
|
||||
.addClass('marked')
|
||||
.find(':checkbox')
|
||||
.prop('checked', true)
|
||||
|
||||
@ -2080,7 +2080,7 @@ function PMA_makegrid(t, enableResize, enableReorder, enableVisib, enableGridEdi
|
||||
if ($(e.target).parents().index($(g.cEdit)) == -1 &&
|
||||
!$(e.target).parents('.ui-datepicker-header').length &&
|
||||
!$('.browse_foreign_modal.ui-dialog:visible').length &&
|
||||
!$(e.target).hasClass('error')
|
||||
!$(e.target).closest('.dismissable').length
|
||||
) {
|
||||
g.hideEditCell();
|
||||
}
|
||||
|
||||
@ -365,6 +365,10 @@ $js_messages['strRequestFailed'] = __('Request failed!!');
|
||||
$js_messages['strErrorProcessingRequest'] = __('Error in processing request');
|
||||
$js_messages['strErrorCode'] = __('Error code: %s');
|
||||
$js_messages['strErrorText'] = __('Error text: %s');
|
||||
$js_messages['strErrorConnection'] = __(
|
||||
'It seems that the connection to server has been lost. Please check your ' .
|
||||
'network connectivity and server status.'
|
||||
);
|
||||
$js_messages['strNoDatabasesSelected'] = __('No databases selected.');
|
||||
$js_messages['strDroppingColumn'] = __('Dropping column');
|
||||
$js_messages['strAddingPrimaryKey'] = __('Adding primary key');
|
||||
|
||||
@ -362,7 +362,7 @@ AJAX.registerOnload('server_status_monitor.js', function () {
|
||||
};
|
||||
|
||||
// Server is localhost => We can add cpu/memory/swap to the default chart
|
||||
if (server_db_isLocal) {
|
||||
if (server_db_isLocal && typeof presetCharts.cpu !== 'undefined') {
|
||||
defaultChartGrid.c3 = presetCharts.cpu;
|
||||
defaultChartGrid.c4 = presetCharts.memory;
|
||||
defaultChartGrid.c5 = presetCharts.swap;
|
||||
|
||||
@ -134,6 +134,7 @@ class Advisor
|
||||
$memory = $sysinfo->memory();
|
||||
$this->variables['system_memory']
|
||||
= isset($memory['MemTotal']) ? $memory['MemTotal'] : 0;
|
||||
$this->variables['PMA_MYSQL_INT_VERSION'] = PMA_MYSQL_INT_VERSION;
|
||||
|
||||
// Step 2: Read and parse the list of rules
|
||||
$this->setParseResult(static::parseRulesFile());
|
||||
@ -401,13 +402,29 @@ class Advisor
|
||||
*/
|
||||
private function ruleExprEvaluateVariable($matches)
|
||||
{
|
||||
if (! isset($this->variables[$matches[1]])) {
|
||||
return $matches[1];
|
||||
$match = $matches[1];
|
||||
/* Numbers */
|
||||
if (is_numeric($match)) {
|
||||
return $match;
|
||||
}
|
||||
if (is_numeric($this->variables[$matches[1]])) {
|
||||
return $this->variables[$matches[1]];
|
||||
/* Functions */
|
||||
$functions = array(
|
||||
'round', 'substr', 'preg_match', 'array',
|
||||
'ADVISOR_bytime', 'ADVISOR_timespanFormat',
|
||||
'ADVISOR_formatByteDown'
|
||||
);
|
||||
if (in_array($match, $functions)) {
|
||||
return $match;
|
||||
}
|
||||
/* Unknown variable */
|
||||
if (! isset($this->variables[$match])) {
|
||||
return $match;
|
||||
}
|
||||
/* Variable value */
|
||||
if (is_numeric($this->variables[$match])) {
|
||||
return $this->variables[$match];
|
||||
} else {
|
||||
return '\'' . addslashes($this->variables[$matches[1]]) . '\'';
|
||||
return '\'' . addslashes($this->variables[$match]) . '\'';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -272,8 +272,8 @@ class Bookmark
|
||||
|
||||
$query = "SELECT * FROM " . Util::backquote($cfgBookmark['db'])
|
||||
. "." . Util::backquote($cfgBookmark['table'])
|
||||
. " WHERE `user` = ''"
|
||||
. " OR `user` = '" . $GLOBALS['dbi']->escapeString($cfgBookmark['user']) . "'";
|
||||
. " WHERE ( `user` = ''"
|
||||
. " OR `user` = '" . $GLOBALS['dbi']->escapeString($cfgBookmark['user']) . "' )";
|
||||
if ($db !== false) {
|
||||
$query .= " AND dbase = '" . $GLOBALS['dbi']->escapeString($db) . "'";
|
||||
}
|
||||
|
||||
@ -103,7 +103,7 @@ class Config
|
||||
*/
|
||||
public function checkSystem()
|
||||
{
|
||||
$this->set('PMA_VERSION', '4.7.4');
|
||||
$this->set('PMA_VERSION', '4.7.5');
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
|
||||
@ -1298,9 +1298,7 @@ class DisplayResults
|
||||
. '</div>';
|
||||
|
||||
// Output data needed for column reordering and show/hide column
|
||||
if ($this->_isSelect($analyzed_sql_results)) {
|
||||
$table_headers_html .= $this->_getDataForResettingColumnOrder();
|
||||
}
|
||||
$table_headers_html .= $this->_getDataForResettingColumnOrder($analyzed_sql_results);
|
||||
|
||||
$display_params['emptypre'] = 0;
|
||||
$display_params['emptyafter'] = 0;
|
||||
@ -1641,28 +1639,32 @@ class DisplayResults
|
||||
/**
|
||||
* Prepare data for column restoring and show/hide
|
||||
*
|
||||
* @param array $analyzed_sql_results analyzed sql results
|
||||
*
|
||||
* @return string $data_html html content
|
||||
*
|
||||
* @access private
|
||||
*
|
||||
* @see _getTableHeaders()
|
||||
*/
|
||||
private function _getDataForResettingColumnOrder()
|
||||
private function _getDataForResettingColumnOrder($analyzed_sql_results)
|
||||
{
|
||||
|
||||
$data_html = '';
|
||||
if (! $this->_isSelect($analyzed_sql_results)) {
|
||||
return '';
|
||||
}
|
||||
|
||||
// generate the column order, if it is set
|
||||
$pmatable = new Table($this->__get('table'), $this->__get('db'));
|
||||
$col_order = $pmatable->getUiProp(Table::PROP_COLUMN_ORDER);
|
||||
list($col_order, $col_visib) = $this->_getColumnParams(
|
||||
$analyzed_sql_results
|
||||
);
|
||||
|
||||
$data_html = '';
|
||||
|
||||
if ($col_order) {
|
||||
$data_html .= '<input class="col_order" type="hidden" value="'
|
||||
. implode(',', $col_order) . '" />';
|
||||
}
|
||||
|
||||
$col_visib = $pmatable->getUiProp(Table::PROP_COLUMN_VISIB);
|
||||
|
||||
if ($col_visib) {
|
||||
$data_html .= '<input class="col_visib" type="hidden" value="'
|
||||
. implode(',', $col_visib) . '" />';
|
||||
@ -3331,7 +3333,7 @@ class DisplayResults
|
||||
|
||||
for ($n = 0; $n < $this->__get('fields_cnt'); ++$n) {
|
||||
$m = $col_order ? $col_order[$n] : $n;
|
||||
$row_info[mb_strtolower($fields_meta[$m]->name)]
|
||||
$row_info[mb_strtolower($fields_meta[$m]->orgname)]
|
||||
= $row[$m];
|
||||
}
|
||||
|
||||
@ -3395,6 +3397,16 @@ class DisplayResults
|
||||
if ($this->_isSelect($analyzed_sql_results)) {
|
||||
$pmatable = new Table($this->__get('table'), $this->__get('db'));
|
||||
$col_order = $pmatable->getUiProp(Table::PROP_COLUMN_ORDER);
|
||||
/* Validate the value */
|
||||
if ($col_order !== false) {
|
||||
$fields_cnt = $this->__get('fields_cnt');
|
||||
foreach ($col_order as $value) {
|
||||
if ($value >= $fields_cnt) {
|
||||
$this->removeUiProp(Table::PROP_COLUMN_ORDER);
|
||||
$fields_cnt = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
$col_visib = $pmatable->getUiProp(Table::PROP_COLUMN_VISIB);
|
||||
} else {
|
||||
$col_order = false;
|
||||
@ -4245,7 +4257,11 @@ class DisplayResults
|
||||
* The statement this table is built for.
|
||||
* @var \PhpMyAdmin\SqlParser\Statements\SelectStatement
|
||||
*/
|
||||
$statement = $analyzed_sql_results['statement'];
|
||||
if (isset($analyzed_sql_results['statement'])) {
|
||||
$statement = $analyzed_sql_results['statement'];
|
||||
} else {
|
||||
$statement = null;
|
||||
}
|
||||
|
||||
$table_html = '';
|
||||
// Following variable are needed for use in isset/empty or
|
||||
@ -4301,7 +4317,7 @@ class DisplayResults
|
||||
$sort_expression_nodirection = array();
|
||||
$sort_direction = array();
|
||||
|
||||
if (!empty($statement->order)) {
|
||||
if (!is_null($statement) && !empty($statement->order)) {
|
||||
foreach ($statement->order as $o) {
|
||||
$sort_expression[] = $o->expr->expr . ' ' . $o->type;
|
||||
$sort_expression_nodirection[] = $o->expr->expr;
|
||||
@ -4364,7 +4380,7 @@ class DisplayResults
|
||||
}
|
||||
|
||||
// can the result be sorted?
|
||||
if ($displayParts['sort_lnk'] == '1') {
|
||||
if ($displayParts['sort_lnk'] == '1' && ! is_null($analyzed_sql_results['statement'])) {
|
||||
|
||||
// At this point, $sort_expression is an array but we only verify
|
||||
// the first element in case we could find that the table is
|
||||
@ -4379,7 +4395,7 @@ class DisplayResults
|
||||
$sort_by_key_html = $unsorted_sql_query = '';
|
||||
}
|
||||
|
||||
if (($displayParts['nav_bar'] == '1') && (empty($statement->limit))) {
|
||||
if (($displayParts['nav_bar'] == '1') && !is_null($statement) && (empty($statement->limit))) {
|
||||
$table_html .= $this->_getPlacedTableNavigations(
|
||||
$pos_next, $pos_prev, self::PLACE_TOP_DIRECTION_DROPDOWN,
|
||||
$is_innodb, $sort_by_key_html
|
||||
@ -4393,7 +4409,7 @@ class DisplayResults
|
||||
$map = array();
|
||||
|
||||
$target = array();
|
||||
if (!empty($statement->from)) {
|
||||
if (!is_null($statement) && !empty($statement->from)) {
|
||||
foreach ($statement->from as $field) {
|
||||
if (!empty($field->table)) {
|
||||
$target[] = $field->table;
|
||||
@ -4462,7 +4478,7 @@ class DisplayResults
|
||||
}
|
||||
|
||||
// 5. ----- Get the navigation bar at the bottom if required -----
|
||||
if (($displayParts['nav_bar'] == '1') && empty($statement->limit)) {
|
||||
if (($displayParts['nav_bar'] == '1') && !is_null($statement) && empty($statement->limit)) {
|
||||
$table_html .= $this->_getPlacedTableNavigations(
|
||||
$pos_next, $pos_prev, self::PLACE_BOTTOM_DIRECTION_DROPDOWN,
|
||||
$is_innodb, $sort_by_key_html
|
||||
|
||||
@ -177,7 +177,7 @@ class Header
|
||||
// Here would not be a good place to add CodeMirror because
|
||||
// the user preferences have not been merged at this point
|
||||
|
||||
$this->_scripts->addFile('messages.php');
|
||||
$this->_scripts->addFile('messages.php', false, array('l' => $GLOBALS['lang']));
|
||||
// Append the theme id to this url to invalidate
|
||||
// the cache on a theme change. Though this might be
|
||||
// unavailable for fatal errors.
|
||||
|
||||
@ -45,4 +45,4 @@ class SysInfo
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1558,7 +1558,7 @@ class Table
|
||||
$value = Util::backquote($value);
|
||||
}
|
||||
|
||||
if (strpos($column['Extra'], 'GENERATED') === false) {
|
||||
if (strpos($column['Extra'], 'GENERATED') === false && strpos($column['Extra'], 'VIRTUAL') === false) {
|
||||
array_push($ret, $value);
|
||||
}
|
||||
}
|
||||
@ -1735,7 +1735,7 @@ class Table
|
||||
}
|
||||
}
|
||||
// remove the property, since it no longer exists in database
|
||||
$this->removeUiProp(self::PROP_SORTED_COLUMN);
|
||||
$this->removeUiProp($property);
|
||||
return false;
|
||||
}
|
||||
|
||||
@ -1753,7 +1753,7 @@ class Table
|
||||
}
|
||||
|
||||
// remove the property, since the table has been modified
|
||||
$this->removeUiProp(self::PROP_COLUMN_ORDER);
|
||||
$this->removeUiProp($property);
|
||||
return false;
|
||||
}
|
||||
|
||||
@ -2014,37 +2014,24 @@ class Table
|
||||
/**
|
||||
* Function to handle update for display field
|
||||
*
|
||||
* @param string $disp current display field
|
||||
* @param string $display_field display field
|
||||
* @param array $cfgRelation configuration relation
|
||||
*
|
||||
* @return boolean True on update succeed or False on failure
|
||||
*/
|
||||
public function updateDisplayField($disp, $display_field, $cfgRelation)
|
||||
public function updateDisplayField($display_field, $cfgRelation)
|
||||
{
|
||||
$upd_query = false;
|
||||
if ($disp) {
|
||||
if ($display_field == '') {
|
||||
$upd_query = 'DELETE FROM '
|
||||
. Util::backquote($GLOBALS['cfgRelation']['db'])
|
||||
. '.' . Util::backquote($cfgRelation['table_info'])
|
||||
. ' WHERE db_name = \''
|
||||
. $GLOBALS['dbi']->escapeString($this->_db_name) . '\''
|
||||
. ' AND table_name = \''
|
||||
. $GLOBALS['dbi']->escapeString($this->_name) . '\'';
|
||||
} elseif ($disp != $display_field) {
|
||||
$upd_query = 'UPDATE '
|
||||
. Util::backquote($GLOBALS['cfgRelation']['db'])
|
||||
. '.' . Util::backquote($cfgRelation['table_info'])
|
||||
. ' SET display_field = \''
|
||||
. $GLOBALS['dbi']->escapeString($display_field) . '\''
|
||||
. ' WHERE db_name = \''
|
||||
. $GLOBALS['dbi']->escapeString($this->_db_name) . '\''
|
||||
. ' AND table_name = \''
|
||||
. $GLOBALS['dbi']->escapeString($this->_name) . '\'';
|
||||
}
|
||||
} elseif ($display_field != '') {
|
||||
$upd_query = 'INSERT INTO '
|
||||
if ($display_field == '') {
|
||||
$upd_query = 'DELETE FROM '
|
||||
. Util::backquote($GLOBALS['cfgRelation']['db'])
|
||||
. '.' . Util::backquote($cfgRelation['table_info'])
|
||||
. ' WHERE db_name = \''
|
||||
. $GLOBALS['dbi']->escapeString($this->_db_name) . '\''
|
||||
. ' AND table_name = \''
|
||||
. $GLOBALS['dbi']->escapeString($this->_name) . '\'';
|
||||
} else {
|
||||
$upd_query = 'REPLACE INTO '
|
||||
. Util::backquote($GLOBALS['cfgRelation']['db'])
|
||||
. '.' . Util::backquote($cfgRelation['table_info'])
|
||||
. '(db_name, table_name, display_field) VALUES('
|
||||
|
||||
@ -1858,6 +1858,7 @@ class Util
|
||||
$submit_link = '#';
|
||||
} else {
|
||||
$query_parts[] = 'redirect=' . $url_parts['path'];
|
||||
$query_parts[] = 'token=' . $_SESSION[' PMA_token '];
|
||||
if (empty($GLOBALS['subform_counter'])) {
|
||||
$GLOBALS['subform_counter'] = 0;
|
||||
}
|
||||
|
||||
@ -806,7 +806,9 @@ if (! defined('PMA_MINIMUM_COMMON')) {
|
||||
$GLOBALS['PMA_Types'] = new TypesMySQL();
|
||||
|
||||
// Loads closest context to this version.
|
||||
PhpMyAdmin\SqlParser\Context::loadClosest('MySql' . PMA_MYSQL_INT_VERSION);
|
||||
PhpMyAdmin\SqlParser\Context::loadClosest(
|
||||
(PMA_MARIADB ? 'MariaDb' : 'MySql') . PMA_MYSQL_INT_VERSION
|
||||
);
|
||||
|
||||
// Sets the default delimiter (if specified).
|
||||
if (!empty($_REQUEST['sql_delimiter'])) {
|
||||
|
||||
@ -39,11 +39,6 @@ class TableRelationController extends TableController
|
||||
*/
|
||||
protected $existrel;
|
||||
|
||||
/**
|
||||
* @var string $disp
|
||||
*/
|
||||
protected $disp;
|
||||
|
||||
/**
|
||||
* @var string $tbl_storage_engine
|
||||
*/
|
||||
@ -67,11 +62,10 @@ class TableRelationController extends TableController
|
||||
* @param string $tbl_storage_engine Table storage engine
|
||||
* @param array $existrel Relations
|
||||
* @param array $existrel_foreign External relations
|
||||
* @param string $disp Display
|
||||
* @param string $upd_query Update query
|
||||
*/
|
||||
public function __construct($options_array, $cfgRelation, $tbl_storage_engine,
|
||||
$existrel, $existrel_foreign, $disp, $upd_query
|
||||
$existrel, $existrel_foreign, $upd_query
|
||||
) {
|
||||
parent::__construct();
|
||||
|
||||
@ -80,7 +74,6 @@ class TableRelationController extends TableController
|
||||
$this->tbl_storage_engine = $tbl_storage_engine;
|
||||
$this->existrel = $existrel;
|
||||
$this->existrel_foreign = $existrel_foreign;
|
||||
$this->disp = $disp;
|
||||
$this->upd_query = $upd_query;
|
||||
}
|
||||
|
||||
@ -144,10 +137,6 @@ class TableRelationController extends TableController
|
||||
);
|
||||
}
|
||||
|
||||
if ($this->cfgRelation['displaywork']) {
|
||||
$this->disp = PMA_getDisplayField($this->db, $this->table);
|
||||
}
|
||||
|
||||
// display secondary level tabs if necessary
|
||||
$engine = $this->dbi->getTable($this->db, $this->table)
|
||||
->getStatusInfo('ENGINE');
|
||||
@ -204,7 +193,7 @@ class TableRelationController extends TableController
|
||||
public function updateForDisplayField()
|
||||
{
|
||||
if ($this->upd_query->updateDisplayField(
|
||||
$this->disp, $_POST['display_field'], $this->cfgRelation
|
||||
$_POST['display_field'], $this->cfgRelation
|
||||
)
|
||||
) {
|
||||
$this->response->addHTML(
|
||||
|
||||
@ -45,7 +45,7 @@ class Text_Plain_Iptobinary extends IOTransformationsPlugin
|
||||
{
|
||||
$val = @inet_pton($buffer);
|
||||
if ($val !== false) {
|
||||
return $val;
|
||||
return '0x' . bin2hex($val);
|
||||
}
|
||||
|
||||
return $buffer;
|
||||
|
||||
@ -506,13 +506,8 @@ function PMA_saveDisplayField($db, $table, $field)
|
||||
return false;
|
||||
}
|
||||
|
||||
$disp = PMA_getDisplayField($db, $table);
|
||||
if ($disp && $disp === $field) {
|
||||
$field = '';
|
||||
}
|
||||
|
||||
$upd_query = new Table($table, $db, $GLOBALS['dbi']);
|
||||
$upd_query->updateDisplayField($disp, $field, $cfgRelation);
|
||||
$upd_query->updateDisplayField($field, $cfgRelation);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
@ -9,6 +9,9 @@
|
||||
*/
|
||||
use PMA\libraries\ServerStatusData;
|
||||
use PMA\libraries\Util;
|
||||
use PMA\libraries\Sanitize;
|
||||
|
||||
require_once 'libraries/sysinfo.lib.php';
|
||||
|
||||
/**
|
||||
* Prints html with monitor
|
||||
@ -42,7 +45,7 @@ function PMA_getHtmlForMonitor($ServerStatusData)
|
||||
if ($i++ > 0) {
|
||||
$retval .= ", ";
|
||||
}
|
||||
$retval .= "'" . $name . "'";
|
||||
$retval .= Sanitize::formatJsVal($name);
|
||||
}
|
||||
}
|
||||
$retval .= '];';
|
||||
@ -342,7 +345,7 @@ function PMA_getHtmlForClientSideDataAndLinks($ServerStatusData)
|
||||
$input = '<input type="hidden" name="%s" value="%s" />';
|
||||
$form = '<form id="js_data" class="hide">';
|
||||
$form .= sprintf($input, 'server_time', microtime(true) * 1000);
|
||||
$form .= sprintf($input, 'server_os', PHP_OS);
|
||||
$form .= sprintf($input, 'server_os', PMA_getSysInfoOs());
|
||||
$form .= sprintf($input, 'is_superuser', $GLOBALS['dbi']->isSuperuser());
|
||||
$form .= sprintf($input, 'server_db_isLocal', $ServerStatusData->db_isLocal);
|
||||
$form .= '</form>';
|
||||
|
||||
@ -1298,6 +1298,9 @@ function PMA_executeTheQuery($analyzed_sql_results, $full_sql_query, $is_gotofil
|
||||
function PMA_deleteTransformationInfo($db, $table, $analyzed_sql_results)
|
||||
{
|
||||
include_once 'libraries/transformations.lib.php';
|
||||
if (! isset($analyzed_sql_results['statement'])) {
|
||||
return;
|
||||
}
|
||||
$statement = $analyzed_sql_results['statement'];
|
||||
if ($statement instanceof PhpMyAdmin\SqlParser\Statements\AlterStatement) {
|
||||
if (!empty($statement->altered[0])
|
||||
@ -1657,7 +1660,7 @@ function PMA_getHtmlForSqlQueryResultsTable($displayResultsObject,
|
||||
} while ($GLOBALS['dbi']->moreResults() && $GLOBALS['dbi']->nextResult());
|
||||
|
||||
} else {
|
||||
if (isset($result) && $result) {
|
||||
if (isset($result) && $result !== false) {
|
||||
$fields_meta = $GLOBALS['dbi']->getFieldsMeta($result);
|
||||
$fields_cnt = count($fields_meta);
|
||||
}
|
||||
|
||||
@ -330,6 +330,15 @@ function PMA_setMIME($db, $table, $key, $mimetype, $transformation,
|
||||
$mimetype = mb_strtolower($mimetype);
|
||||
$transformation = mb_strtolower($transformation);
|
||||
|
||||
// Do we have any parameter to set?
|
||||
$has_value = (
|
||||
strlen($mimetype) > 0 ||
|
||||
strlen($transformation) > 0 ||
|
||||
strlen($transformationOpts) > 0 ||
|
||||
strlen($inputTransform) > 0 ||
|
||||
strlen($inputTransformOpts) > 0
|
||||
);
|
||||
|
||||
$test_qry = '
|
||||
SELECT `mimetype`,
|
||||
`comment`
|
||||
@ -347,12 +356,7 @@ function PMA_setMIME($db, $table, $key, $mimetype, $transformation,
|
||||
$row = @$GLOBALS['dbi']->fetchAssoc($test_rs);
|
||||
$GLOBALS['dbi']->freeResult($test_rs);
|
||||
|
||||
if (! $forcedelete
|
||||
&& (strlen($mimetype) > 0
|
||||
|| strlen($transformation) > 0
|
||||
|| strlen($transformationOpts) > 0
|
||||
|| strlen($row['comment']) > 0)
|
||||
) {
|
||||
if (! $forcedelete && ($has_value || strlen($row['comment']) > 0)) {
|
||||
$upd_query = 'UPDATE '
|
||||
. PMA\libraries\Util::backquote($cfgRelation['db']) . '.'
|
||||
. PMA\libraries\Util::backquote($cfgRelation['column_info'])
|
||||
@ -378,10 +382,7 @@ function PMA_setMIME($db, $table, $key, $mimetype, $transformation,
|
||||
. '\'
|
||||
AND `column_name` = \'' . $GLOBALS['dbi']->escapeString($key)
|
||||
. '\'';
|
||||
} elseif (strlen($mimetype) > 0
|
||||
|| strlen($transformation) > 0
|
||||
|| strlen($transformationOpts) > 0
|
||||
) {
|
||||
} elseif ($has_value) {
|
||||
|
||||
$upd_query = 'INSERT INTO '
|
||||
. PMA\libraries\Util::backquote($cfgRelation['db'])
|
||||
|
||||
14
po/ar.po
14
po/ar.po
@ -4,17 +4,17 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.7.4-dev\n"
|
||||
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
|
||||
"POT-Creation-Date: 2017-08-10 09:13-0400\n"
|
||||
"PO-Revision-Date: 2017-07-08 01:10+0000\n"
|
||||
"Last-Translator: yagoub fadel <yagoub76@gmail.com>\n"
|
||||
"Language-Team: Arabic <https://hosted.weblate.org/projects/phpmyadmin/4-7/ar/"
|
||||
">\n"
|
||||
"PO-Revision-Date: 2017-08-31 12:01+0000\n"
|
||||
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
|
||||
"Language-Team: Arabic "
|
||||
"<https://hosted.weblate.org/projects/phpmyadmin/4-7/ar/>\n"
|
||||
"Language: ar\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"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 2.16-dev\n"
|
||||
"X-Generator: Weblate 2.17-dev\n"
|
||||
|
||||
#: ajax.php:16 ajax.php:33 export.php:192 schema_export.php:64
|
||||
msgid "Bad type!"
|
||||
@ -3815,8 +3815,8 @@ msgstr "لا يمكن قراءة الملف!"
|
||||
#: libraries/File.php:490
|
||||
msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]."
|
||||
msgstr ""
|
||||
"حدث خطأ أثناء نقل الملف الذي تم تحميله، راجع [مستند @ الأسئلة الشائعة 1-11] "
|
||||
"الأسئلة الشائعة 1.11 [/ مستند]."
|
||||
"حدث خطأ أثناء نقل الملف الذي تم تحميله، راجع [doc@faq1-11] الأسئلة الشائعة "
|
||||
"1.11 [/doc]."
|
||||
|
||||
#: libraries/File.php:509
|
||||
msgid "Error while moving uploaded file."
|
||||
|
||||
34
po/be.po
34
po/be.po
@ -4,17 +4,17 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.7.4-dev\n"
|
||||
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
|
||||
"POT-Creation-Date: 2017-08-10 09:13-0400\n"
|
||||
"PO-Revision-Date: 2017-06-28 13:38+0000\n"
|
||||
"PO-Revision-Date: 2017-08-29 13:00+0000\n"
|
||||
"Last-Translator: Viktar Vauchkevich <victorenator@gmail.com>\n"
|
||||
"Language-Team: Belarusian <https://hosted.weblate.org/projects/"
|
||||
"phpmyadmin/4-7/be/>\n"
|
||||
"Language-Team: Belarusian "
|
||||
"<https://hosted.weblate.org/projects/phpmyadmin/4-7/be/>\n"
|
||||
"Language: be\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.15-dev\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.17-dev\n"
|
||||
|
||||
#: ajax.php:16 ajax.php:33 export.php:192 schema_export.php:64
|
||||
msgid "Bad type!"
|
||||
@ -335,7 +335,7 @@ msgstr "Даныя адсочвання паспяхова выдаленыя."
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Version %1$s was created for selected tables, tracking is active for them."
|
||||
msgstr ""
|
||||
msgstr "Версія %1$s створаная для абраных табліц, адсочванне ўключанае."
|
||||
|
||||
#: db_tracking.php:93
|
||||
msgid "No tables selected."
|
||||
@ -2899,9 +2899,6 @@ msgid "Collation"
|
||||
msgstr "Параўноўванне"
|
||||
|
||||
#: libraries/Charsets.php:244
|
||||
#, fuzzy
|
||||
#| msgctxt "Collation"
|
||||
#| msgid "Unknown"
|
||||
msgid "Unknown"
|
||||
msgstr "Невядома"
|
||||
|
||||
@ -4909,17 +4906,12 @@ msgstr ""
|
||||
"опцыя несумяшчальная з phpMyAdmin і можа выклікаць пашкоджаньне дадзеных!"
|
||||
|
||||
#: libraries/common.inc.php:484
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "You have enabled mbstring.func_overload in your PHP configuration. This "
|
||||
#| "option is incompatible with phpMyAdmin and might cause some data to be "
|
||||
#| "corrupted!"
|
||||
msgid ""
|
||||
"You have disabled ini_get and/or ini_set in php.ini. This option is "
|
||||
"incompatible with phpMyAdmin!"
|
||||
msgstr ""
|
||||
"Вы ўключылі mbstring.func_overload у вашым канфігурацыйным файле PHP. Гэтая "
|
||||
"опцыя несумяшчальная з phpMyAdmin і можа выклікаць пашкоджаньне дадзеных!"
|
||||
"Вы адключылі ini_get і/ці ini_set у php.ini. Гэтая опцыя несумяшчальная з "
|
||||
"phpMyAdmin!"
|
||||
|
||||
#: libraries/common.inc.php:517
|
||||
#, php-format
|
||||
@ -14374,10 +14366,8 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#: templates/prefs_autoload.phtml:14
|
||||
#, fuzzy
|
||||
#| msgid "Allows inserting and replacing data."
|
||||
msgid "Delete settings "
|
||||
msgstr "Дазваляе ўстаўляць і замяняць дадзеныя."
|
||||
msgstr "Выдаліць налады "
|
||||
|
||||
#: templates/privileges/add_privileges_database.phtml:2
|
||||
msgid "Add privileges on the following database(s):"
|
||||
@ -14859,10 +14849,8 @@ msgid "Propose table structure"
|
||||
msgstr "Прапанаваная структура табліцы"
|
||||
|
||||
#: templates/table/structure/optional_action_links.phtml:28
|
||||
#, fuzzy
|
||||
#| msgid "Propose table structure"
|
||||
msgid "Improve table structure"
|
||||
msgstr "Прапанаваная структура табліцы"
|
||||
msgstr "Палепшыць структуру табліцы"
|
||||
|
||||
#: templates/table/structure/optional_action_links.phtml:34
|
||||
msgid "Track view"
|
||||
|
||||
34
po/cs.po
34
po/cs.po
@ -6,16 +6,16 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.7.4-dev\n"
|
||||
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
|
||||
"POT-Creation-Date: 2017-08-10 09:13-0400\n"
|
||||
"PO-Revision-Date: 2017-08-09 23:12+0000\n"
|
||||
"Last-Translator: Jiří Wolker <jiwopene@gmail.com>\n"
|
||||
"Language-Team: Czech <https://hosted.weblate.org/projects/phpmyadmin/4-7/cs/"
|
||||
">\n"
|
||||
"PO-Revision-Date: 2017-10-19 08:45+0000\n"
|
||||
"Last-Translator: David Kindl <mtwango@gmail.com>\n"
|
||||
"Language-Team: Czech <https://hosted.weblate.org/projects/phpmyadmin/4-7/cs/>"
|
||||
"\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 2.16-dev\n"
|
||||
"X-Generator: Weblate 2.17\n"
|
||||
|
||||
#: ajax.php:16 ajax.php:33 export.php:192 schema_export.php:64
|
||||
msgid "Bad type!"
|
||||
@ -3163,29 +3163,21 @@ msgid "Czech"
|
||||
msgstr "Čeština"
|
||||
|
||||
#: libraries/Charsets.php:387
|
||||
#, fuzzy
|
||||
#| msgid "Danish"
|
||||
msgctxt "Collation"
|
||||
msgid "Danish"
|
||||
msgstr "Dánština"
|
||||
|
||||
#: libraries/Charsets.php:391
|
||||
#, fuzzy
|
||||
#| msgid "English"
|
||||
msgctxt "Collation"
|
||||
msgid "English"
|
||||
msgstr "Angličtina"
|
||||
|
||||
#: libraries/Charsets.php:395
|
||||
#, fuzzy
|
||||
#| msgid "Esperanto"
|
||||
msgctxt "Collation"
|
||||
msgid "Esperanto"
|
||||
msgstr "Esperanto"
|
||||
|
||||
#: libraries/Charsets.php:399
|
||||
#, fuzzy
|
||||
#| msgid "Estonian"
|
||||
msgctxt "Collation"
|
||||
msgid "Estonian"
|
||||
msgstr "Estonština"
|
||||
@ -3210,8 +3202,6 @@ msgid "Hungarian"
|
||||
msgstr "Maďarština"
|
||||
|
||||
#: libraries/Charsets.php:418
|
||||
#, fuzzy
|
||||
#| msgid "Icelandic"
|
||||
msgctxt "Collation"
|
||||
msgid "Icelandic"
|
||||
msgstr "Islandština"
|
||||
@ -3238,7 +3228,7 @@ msgstr "Litevština"
|
||||
#: libraries/Charsets.php:441
|
||||
msgctxt "Collation"
|
||||
msgid "Burmese"
|
||||
msgstr ""
|
||||
msgstr "Barmština"
|
||||
|
||||
#: libraries/Charsets.php:444
|
||||
#, fuzzy
|
||||
@ -3248,36 +3238,26 @@ msgid "Persian"
|
||||
msgstr "Perština"
|
||||
|
||||
#: libraries/Charsets.php:448
|
||||
#, fuzzy
|
||||
#| msgid "Polish"
|
||||
msgctxt "Collation"
|
||||
msgid "Polish"
|
||||
msgstr "Polština"
|
||||
|
||||
#: libraries/Charsets.php:455
|
||||
#, fuzzy
|
||||
#| msgid "Romanian"
|
||||
msgctxt "Collation"
|
||||
msgid "Romanian"
|
||||
msgstr "Rumunština"
|
||||
|
||||
#: libraries/Charsets.php:459
|
||||
#, fuzzy
|
||||
#| msgid "Sinhalese"
|
||||
msgctxt "Collation"
|
||||
msgid "Sinhalese"
|
||||
msgstr "Sinhálština"
|
||||
|
||||
#: libraries/Charsets.php:463
|
||||
#, fuzzy
|
||||
#| msgid "Slovak"
|
||||
msgctxt "Collation"
|
||||
msgid "Slovak"
|
||||
msgstr "Slovenština"
|
||||
|
||||
#: libraries/Charsets.php:467
|
||||
#, fuzzy
|
||||
#| msgid "Slovenian"
|
||||
msgctxt "Collation"
|
||||
msgid "Slovenian"
|
||||
msgstr "Slovinština"
|
||||
@ -3818,7 +3798,7 @@ msgstr "Zaškrtnout vše"
|
||||
|
||||
#: libraries/DisplayResults.php:5020
|
||||
msgid "Copy to clipboard"
|
||||
msgstr ""
|
||||
msgstr "Zkopírovat do schránky"
|
||||
|
||||
#: libraries/DisplayResults.php:5076
|
||||
msgid "Query results operations"
|
||||
|
||||
11
po/de.po
11
po/de.po
@ -4,16 +4,16 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin-docs 4.0.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
|
||||
"POT-Creation-Date: 2017-08-10 09:13-0400\n"
|
||||
"PO-Revision-Date: 2017-07-27 21:58+0000\n"
|
||||
"PO-Revision-Date: 2017-09-14 14:17+0000\n"
|
||||
"Last-Translator: ssantos <ssantos@web.de>\n"
|
||||
"Language-Team: German <https://hosted.weblate.org/projects/phpmyadmin/4-7/de/"
|
||||
">\n"
|
||||
"Language-Team: German "
|
||||
"<https://hosted.weblate.org/projects/phpmyadmin/4-7/de/>\n"
|
||||
"Language: de\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 2.16-dev\n"
|
||||
"X-Generator: Weblate 2.17-dev\n"
|
||||
|
||||
#: ajax.php:16 ajax.php:33 export.php:192 schema_export.php:64
|
||||
msgid "Bad type!"
|
||||
@ -3064,9 +3064,6 @@ msgid "Collation"
|
||||
msgstr "Kollation"
|
||||
|
||||
#: libraries/Charsets.php:244
|
||||
#, fuzzy
|
||||
#| msgctxt "Collation"
|
||||
#| msgid "Unknown"
|
||||
msgid "Unknown"
|
||||
msgstr "unbekannt"
|
||||
|
||||
|
||||
195
po/el.po
195
po/el.po
@ -4,16 +4,16 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.7.4-dev\n"
|
||||
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
|
||||
"POT-Creation-Date: 2017-08-10 09:13-0400\n"
|
||||
"PO-Revision-Date: 2017-01-30 00:45+0000\n"
|
||||
"Last-Translator: Παναγιώτης Παπάζογλου <papaz_p@yahoo.com>\n"
|
||||
"Language-Team: Greek <https://hosted.weblate.org/projects/phpmyadmin/4-7/el/"
|
||||
">\n"
|
||||
"PO-Revision-Date: 2017-10-05 10:47+0000\n"
|
||||
"Last-Translator: dnhost.gr <jefaraz@gmail.com>\n"
|
||||
"Language-Team: Greek <https://hosted.weblate.org/projects/phpmyadmin/4-7/el/>"
|
||||
"\n"
|
||||
"Language: el\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.11-dev\n"
|
||||
"X-Generator: Weblate 2.17-dev\n"
|
||||
|
||||
#: ajax.php:16 ajax.php:33 export.php:192 schema_export.php:64
|
||||
msgid "Bad type!"
|
||||
@ -609,6 +609,8 @@ msgid ""
|
||||
"You were logged out from one server, to logout completely from phpMyAdmin, "
|
||||
"you need to logout from all servers."
|
||||
msgstr ""
|
||||
"Έχετε αποσυνδεθεί από έναν διακομιστή, για να αποσυνθεθείτε πλήρως από το "
|
||||
"phpMyAdmin, πρέπει να αποσυνδεθείτε από όλους του διακομιστές."
|
||||
|
||||
#: index.php:160 libraries/Footer.php:69
|
||||
msgid "phpMyAdmin Demo Server"
|
||||
@ -1538,22 +1540,16 @@ msgid "Chart"
|
||||
msgstr "Διάγραμμα"
|
||||
|
||||
#: js/messages.php:298 libraries/display_export.lib.php:903
|
||||
#, fuzzy
|
||||
#| msgid "Database"
|
||||
msgctxt "Alias"
|
||||
msgid "Database"
|
||||
msgstr "Βάση"
|
||||
msgstr "Βάση δεδομένων"
|
||||
|
||||
#: js/messages.php:299 libraries/display_export.lib.php:915
|
||||
#, fuzzy
|
||||
#| msgid "Table"
|
||||
msgctxt "Alias"
|
||||
msgid "Table"
|
||||
msgstr "Πίνακας"
|
||||
|
||||
#: js/messages.php:300 libraries/display_export.lib.php:926
|
||||
#, fuzzy
|
||||
#| msgid "Column"
|
||||
msgctxt "Alias"
|
||||
msgid "Column"
|
||||
msgstr "Στήλη"
|
||||
@ -1703,7 +1699,7 @@ msgstr "Άκυρο"
|
||||
|
||||
#: js/messages.php:357 libraries/Header.php:447
|
||||
msgid "Page-related settings"
|
||||
msgstr "Ρυθμίσεις σχετισμένες με σελίδα"
|
||||
msgstr "Ρυθμίσεις σχετικές με τη σελίδα"
|
||||
|
||||
#: js/messages.php:358 libraries/config/FormDisplay.tpl.php:424
|
||||
msgid "Apply"
|
||||
@ -1716,19 +1712,19 @@ msgstr "Φόρτωση…"
|
||||
|
||||
#: js/messages.php:362
|
||||
msgid "Request aborted!!"
|
||||
msgstr "Το Αίτημα διακόπηκε!!"
|
||||
msgstr "Το αίτημα διακόπηκε!!"
|
||||
|
||||
#: js/messages.php:363
|
||||
msgid "Processing request"
|
||||
msgstr "Προώθηση αιτήματος"
|
||||
msgstr "Εκτέλεση αιτήματος"
|
||||
|
||||
#: js/messages.php:364
|
||||
msgid "Request failed!!"
|
||||
msgstr "Το Αίτημα απέτυχε!!"
|
||||
msgstr "Το αίτημα απέτυχε!!"
|
||||
|
||||
#: js/messages.php:365
|
||||
msgid "Error in processing request"
|
||||
msgstr "Σφάλμα στην προώθηση αιτημάτος"
|
||||
msgstr "Σφάλμα στην εκτέλεση του αιτήματος"
|
||||
|
||||
#: js/messages.php:366
|
||||
#, php-format
|
||||
@ -3047,168 +3043,120 @@ msgid "Collation"
|
||||
msgstr "Σύνθεση"
|
||||
|
||||
#: libraries/Charsets.php:244
|
||||
#, fuzzy
|
||||
#| msgid "unknown"
|
||||
msgid "Unknown"
|
||||
msgstr "άγνωστο"
|
||||
msgstr "Άγνωστο"
|
||||
|
||||
#: libraries/Charsets.php:258
|
||||
#, fuzzy
|
||||
#| msgid "Binary"
|
||||
msgctxt "Collation"
|
||||
msgid "Binary"
|
||||
msgstr "Δυαδικό"
|
||||
|
||||
#: libraries/Charsets.php:270 libraries/Charsets.php:500
|
||||
#, fuzzy
|
||||
#| msgid "Unicode"
|
||||
msgctxt "Collation"
|
||||
msgid "Unicode"
|
||||
msgstr "Unicode"
|
||||
|
||||
#: libraries/Charsets.php:280 libraries/Charsets.php:451
|
||||
#, fuzzy
|
||||
#| msgid "West European"
|
||||
msgctxt "Collation"
|
||||
msgid "West European"
|
||||
msgstr "Δυτικής Ευρώπης"
|
||||
|
||||
#: libraries/Charsets.php:287
|
||||
#, fuzzy
|
||||
#| msgid "Central European"
|
||||
msgctxt "Collation"
|
||||
msgid "Central European"
|
||||
msgstr "Κεντρικής Ευρώπης"
|
||||
|
||||
#: libraries/Charsets.php:292
|
||||
#, fuzzy
|
||||
#| msgid "Russian"
|
||||
msgctxt "Collation"
|
||||
msgid "Russian"
|
||||
msgstr "Ρωσικά"
|
||||
|
||||
#: libraries/Charsets.php:297
|
||||
#, fuzzy
|
||||
#| msgid "Simplified Chinese"
|
||||
msgctxt "Collation"
|
||||
msgid "Simplified Chinese"
|
||||
msgstr "Απλοποιημένα Κινέζικα"
|
||||
|
||||
#: libraries/Charsets.php:304 libraries/Charsets.php:422
|
||||
#, fuzzy
|
||||
#| msgid "Japanese"
|
||||
msgctxt "Collation"
|
||||
msgid "Japanese"
|
||||
msgstr "Ιαπωνικά"
|
||||
|
||||
#: libraries/Charsets.php:309
|
||||
#, fuzzy
|
||||
#| msgid "Baltic"
|
||||
msgctxt "Collation"
|
||||
msgid "Baltic"
|
||||
msgstr "Βαλτικής"
|
||||
|
||||
#: libraries/Charsets.php:314
|
||||
#, fuzzy
|
||||
#| msgid "Armenian"
|
||||
msgctxt "Collation"
|
||||
msgid "Armenian"
|
||||
msgstr "Αρμενικά"
|
||||
|
||||
#: libraries/Charsets.php:317
|
||||
#, fuzzy
|
||||
#| msgid "Traditional Chinese"
|
||||
msgctxt "Collation"
|
||||
msgid "Traditional Chinese"
|
||||
msgstr "Παραδοσιακά Κινέζικα"
|
||||
|
||||
#: libraries/Charsets.php:320
|
||||
#, fuzzy
|
||||
#| msgid "Cyrillic"
|
||||
msgctxt "Collation"
|
||||
msgid "Cyrillic"
|
||||
msgstr "Κυριλλικά"
|
||||
|
||||
#: libraries/Charsets.php:323
|
||||
#, fuzzy
|
||||
#| msgid "Arabic"
|
||||
msgctxt "Collation"
|
||||
msgid "Arabic"
|
||||
msgstr "Αραβικά"
|
||||
|
||||
#: libraries/Charsets.php:326 libraries/Charsets.php:437
|
||||
#, fuzzy
|
||||
#| msgid "Korean"
|
||||
msgctxt "Collation"
|
||||
msgid "Korean"
|
||||
msgstr "Κορεατικά"
|
||||
|
||||
#: libraries/Charsets.php:329
|
||||
#, fuzzy
|
||||
#| msgid "Hebrew"
|
||||
msgctxt "Collation"
|
||||
msgid "Hebrew"
|
||||
msgstr "Εβραϊκά"
|
||||
|
||||
#: libraries/Charsets.php:332
|
||||
#, fuzzy
|
||||
#| msgid "Georgian"
|
||||
msgctxt "Collation"
|
||||
msgid "Georgian"
|
||||
msgstr "Γεωργιανά"
|
||||
|
||||
#: libraries/Charsets.php:335
|
||||
#, fuzzy
|
||||
#| msgid "Greek"
|
||||
msgctxt "Collation"
|
||||
msgid "Greek"
|
||||
msgstr "Ελληνικά"
|
||||
|
||||
#: libraries/Charsets.php:338
|
||||
#, fuzzy
|
||||
#| msgid "Czech-Slovak"
|
||||
msgctxt "Collation"
|
||||
msgid "Czech-Slovak"
|
||||
msgstr "Τσέχο-Σλοβάκικα"
|
||||
|
||||
#: libraries/Charsets.php:341 libraries/Charsets.php:492
|
||||
#, fuzzy
|
||||
#| msgid "Ukrainian"
|
||||
msgctxt "Collation"
|
||||
msgid "Ukrainian"
|
||||
msgstr "Ουκρανικά"
|
||||
|
||||
#: libraries/Charsets.php:344 libraries/Charsets.php:488
|
||||
#, fuzzy
|
||||
#| msgid "Turkish"
|
||||
msgctxt "Collation"
|
||||
msgid "Turkish"
|
||||
msgstr "Τουρκικά"
|
||||
|
||||
#: libraries/Charsets.php:347 libraries/Charsets.php:480
|
||||
#, fuzzy
|
||||
#| msgid "Swedish"
|
||||
msgctxt "Collation"
|
||||
msgid "Swedish"
|
||||
msgstr "Σουηδικά"
|
||||
|
||||
#: libraries/Charsets.php:350 libraries/Charsets.php:484
|
||||
#, fuzzy
|
||||
#| msgid "Thai"
|
||||
msgctxt "Collation"
|
||||
msgid "Thai"
|
||||
msgstr "Ταϊλανδικά"
|
||||
|
||||
#: libraries/Charsets.php:353
|
||||
#, fuzzy
|
||||
#| msgid "unknown"
|
||||
msgctxt "Collation"
|
||||
msgid "Unknown"
|
||||
msgstr "άγνωστο"
|
||||
msgstr "Άγνωστο"
|
||||
|
||||
#: libraries/Charsets.php:369
|
||||
#, fuzzy
|
||||
#| msgid "Bulgarian"
|
||||
msgctxt "Collation"
|
||||
msgid "Bulgarian"
|
||||
msgstr "Βουλγαρικά"
|
||||
@ -3216,72 +3164,54 @@ msgstr "Βουλγαρικά"
|
||||
#: libraries/Charsets.php:374
|
||||
msgctxt "Collation"
|
||||
msgid "Chinese"
|
||||
msgstr ""
|
||||
msgstr "Κινέζικα"
|
||||
|
||||
#: libraries/Charsets.php:379
|
||||
#, fuzzy
|
||||
#| msgid "Croatian"
|
||||
msgctxt "Collation"
|
||||
msgid "Croatian"
|
||||
msgstr "Κροατικά"
|
||||
|
||||
#: libraries/Charsets.php:383
|
||||
#, fuzzy
|
||||
#| msgid "Czech"
|
||||
msgctxt "Collation"
|
||||
msgid "Czech"
|
||||
msgstr "Τσεχικά"
|
||||
|
||||
#: libraries/Charsets.php:387
|
||||
#, fuzzy
|
||||
#| msgid "Danish"
|
||||
msgctxt "Collation"
|
||||
msgid "Danish"
|
||||
msgstr "Δανικά"
|
||||
msgstr "Δανέζικα"
|
||||
|
||||
#: libraries/Charsets.php:391
|
||||
#, fuzzy
|
||||
#| msgid "English"
|
||||
msgctxt "Collation"
|
||||
msgid "English"
|
||||
msgstr "Αγγλικά"
|
||||
|
||||
#: libraries/Charsets.php:395
|
||||
#, fuzzy
|
||||
#| msgid "Esperanto"
|
||||
msgctxt "Collation"
|
||||
msgid "Esperanto"
|
||||
msgstr "Εσπεράντο"
|
||||
|
||||
#: libraries/Charsets.php:399
|
||||
#, fuzzy
|
||||
#| msgid "Estonian"
|
||||
msgctxt "Collation"
|
||||
msgid "Estonian"
|
||||
msgstr "Εσθονικά"
|
||||
|
||||
#: libraries/Charsets.php:402 libraries/Charsets.php:519
|
||||
#, fuzzy
|
||||
#| msgid "Data dictionary"
|
||||
msgctxt "Collation"
|
||||
msgid "German (dictionary order)"
|
||||
msgstr "Λεξικό δεδομένων"
|
||||
msgstr "Γερμανικά (ταξινόμηση λεξικού)"
|
||||
|
||||
#: libraries/Charsets.php:405 libraries/Charsets.php:516
|
||||
msgctxt "Collation"
|
||||
msgid "German (phone book order)"
|
||||
msgstr ""
|
||||
msgstr "Γερμανικά (ταξινόμηση τηλεφωνικού καταλόγου)"
|
||||
|
||||
#: libraries/Charsets.php:414
|
||||
#, fuzzy
|
||||
#| msgid "Hungarian"
|
||||
msgctxt "Collation"
|
||||
msgid "Hungarian"
|
||||
msgstr "Ουγγρικά"
|
||||
|
||||
#: libraries/Charsets.php:418
|
||||
#, fuzzy
|
||||
#| msgid "Icelandic"
|
||||
msgctxt "Collation"
|
||||
msgid "Icelandic"
|
||||
msgstr "Ισλανδικά"
|
||||
@ -3289,131 +3219,97 @@ msgstr "Ισλανδικά"
|
||||
#: libraries/Charsets.php:425
|
||||
msgctxt "Collation"
|
||||
msgid "Classical Latin"
|
||||
msgstr ""
|
||||
msgstr "Κλασσικά Λατινικά"
|
||||
|
||||
#: libraries/Charsets.php:429
|
||||
#, fuzzy
|
||||
#| msgid "Latvian"
|
||||
msgctxt "Collation"
|
||||
msgid "Latvian"
|
||||
msgstr "Λιθουανικά"
|
||||
msgstr "Λετονικά"
|
||||
|
||||
#: libraries/Charsets.php:433
|
||||
#, fuzzy
|
||||
#| msgid "Lithuanian"
|
||||
msgctxt "Collation"
|
||||
msgid "Lithuanian"
|
||||
msgstr "Λιθουανικά"
|
||||
|
||||
#: libraries/Charsets.php:441
|
||||
#, fuzzy
|
||||
#| msgid "Burmese"
|
||||
msgctxt "Collation"
|
||||
msgid "Burmese"
|
||||
msgstr "Μπουρμέζικα"
|
||||
|
||||
#: libraries/Charsets.php:444
|
||||
#, fuzzy
|
||||
#| msgid "Persian"
|
||||
msgctxt "Collation"
|
||||
msgid "Persian"
|
||||
msgstr "Περσικά"
|
||||
|
||||
#: libraries/Charsets.php:448
|
||||
#, fuzzy
|
||||
#| msgid "Polish"
|
||||
msgctxt "Collation"
|
||||
msgid "Polish"
|
||||
msgstr "Πολωνικά"
|
||||
|
||||
#: libraries/Charsets.php:455
|
||||
#, fuzzy
|
||||
#| msgid "Romanian"
|
||||
msgctxt "Collation"
|
||||
msgid "Romanian"
|
||||
msgstr "Ρουμάνικα"
|
||||
|
||||
#: libraries/Charsets.php:459
|
||||
#, fuzzy
|
||||
#| msgid "Sinhalese"
|
||||
msgctxt "Collation"
|
||||
msgid "Sinhalese"
|
||||
msgstr "Σινχαλέζικα"
|
||||
|
||||
#: libraries/Charsets.php:463
|
||||
#, fuzzy
|
||||
#| msgid "Slovak"
|
||||
msgctxt "Collation"
|
||||
msgid "Slovak"
|
||||
msgstr "Σλοβάκικα"
|
||||
|
||||
#: libraries/Charsets.php:467
|
||||
#, fuzzy
|
||||
#| msgid "Slovenian"
|
||||
msgctxt "Collation"
|
||||
msgid "Slovenian"
|
||||
msgstr "Σλοβένικα"
|
||||
|
||||
#: libraries/Charsets.php:470 libraries/Charsets.php:530
|
||||
#, fuzzy
|
||||
#| msgid "Spanish"
|
||||
msgctxt "Collation"
|
||||
msgid "Spanish (modern)"
|
||||
msgstr "Ισπανικά"
|
||||
msgstr "Ισπανικά (μοντέρνα)"
|
||||
|
||||
#: libraries/Charsets.php:477 libraries/Charsets.php:527
|
||||
msgctxt "Collation"
|
||||
msgid "Spanish (traditional)"
|
||||
msgstr ""
|
||||
msgstr "Ισπανικά (παραδοσιακά)"
|
||||
|
||||
#: libraries/Charsets.php:496
|
||||
#, fuzzy
|
||||
#| msgid "Vietnamese"
|
||||
msgctxt "Collation"
|
||||
msgid "Vietnamese"
|
||||
msgstr "Βιετναμέζικα"
|
||||
|
||||
#: libraries/Charsets.php:563
|
||||
#, fuzzy
|
||||
#| msgid "case-insensitive"
|
||||
msgctxt "Collation variant"
|
||||
msgid "case-insensitive"
|
||||
msgstr "χωρίς ταίριασμα πεζών-κεφαλαίων"
|
||||
|
||||
#: libraries/Charsets.php:566
|
||||
#, fuzzy
|
||||
#| msgid "case-sensitive"
|
||||
msgctxt "Collation variant"
|
||||
msgid "case-sensitive"
|
||||
msgstr "ταίριασμα πεζών-κεφαλαίων"
|
||||
|
||||
#: libraries/Charsets.php:569
|
||||
#, fuzzy
|
||||
#| msgid "case-insensitive"
|
||||
msgctxt "Collation variant"
|
||||
msgid "accent-insensitive"
|
||||
msgstr "χωρίς ταίριασμα πεζών-κεφαλαίων"
|
||||
msgstr "χωρίς ταίριασμα τονισμένων"
|
||||
|
||||
#: libraries/Charsets.php:572
|
||||
#, fuzzy
|
||||
#| msgid "case-sensitive"
|
||||
msgctxt "Collation variant"
|
||||
msgid "accent-sensitive"
|
||||
msgstr "ταίριασμα πεζών-κεφαλαίων"
|
||||
msgstr "ταίριασμα τονισμένων"
|
||||
|
||||
#: libraries/Charsets.php:576
|
||||
#, fuzzy
|
||||
#| msgid "multilingual"
|
||||
msgctxt "Collation variant"
|
||||
msgid "multi-level"
|
||||
msgstr "πολυγλωσσικό"
|
||||
msgstr "πολυεπίπεδο"
|
||||
|
||||
#: libraries/Charsets.php:579
|
||||
#, fuzzy
|
||||
#| msgid "Binary"
|
||||
msgctxt "Collation variant"
|
||||
msgid "binary"
|
||||
msgstr "Δυαδικό"
|
||||
msgstr "δυαδικό"
|
||||
|
||||
#: libraries/Config.php:1119
|
||||
#, php-format
|
||||
@ -3645,7 +3541,7 @@ msgstr[1] "<b>Σύνολο:</b> <i>%s</i> αποτελέσματα"
|
||||
#, php-format
|
||||
msgid "%1$s match in <strong>%2$s</strong>"
|
||||
msgid_plural "%1$s matches in <strong>%2$s</strong>"
|
||||
msgstr[0] "%1$s απατέλεσμα στο <strong>%2$s</strong>"
|
||||
msgstr[0] "%1$s αποτέλεσμα στο <strong>%2$s</strong>"
|
||||
msgstr[1] "%1$s αποτελέσματα στο <strong>%2$s</strong>"
|
||||
|
||||
#: libraries/DbSearch.php:346 libraries/Menu.php:324 libraries/Util.php:3186
|
||||
@ -5222,18 +5118,12 @@ msgstr ""
|
||||
"μερικά δεδομένα!"
|
||||
|
||||
#: libraries/common.inc.php:484
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "You have enabled mbstring.func_overload in your PHP configuration. This "
|
||||
#| "option is incompatible with phpMyAdmin and might cause some data to be "
|
||||
#| "corrupted!"
|
||||
msgid ""
|
||||
"You have disabled ini_get and/or ini_set in php.ini. This option is "
|
||||
"incompatible with phpMyAdmin!"
|
||||
msgstr ""
|
||||
"Έχετε ενεργή τη mbstring.func_overload στις ρυθμίσεις της PHP. Αυτή η "
|
||||
"επιλογή είναι ασύμβατη με το phpMyAdmin και ίσως προκαλέσει πρόβλημα με "
|
||||
"μερικά δεδομένα!"
|
||||
"Έχετε απενεργοποιήσει τα ini_get και/ή ini_set στο php.ini. Αυτή η επιλογή "
|
||||
"είναι ασύμβατη με το phpMyAdmin!"
|
||||
|
||||
#: libraries/common.inc.php:517
|
||||
#, php-format
|
||||
@ -5548,9 +5438,10 @@ msgid ""
|
||||
"authentication, so a key was automatically generated for you. It is used to "
|
||||
"encrypt cookies; you don't need to remember it."
|
||||
msgstr ""
|
||||
"Δεν ορίσατε το μυστικό κολιτσίδας και ενεργοποιήσατε την επικύρωση "
|
||||
"Δεν ορίσατε τη μυστική φράση και ενεργοποιήσατε την επικύρωση "
|
||||
"[kbd]cookie[/kbd]. Έτσι δημιουργήθηκε αυτόματα ένα κλειδί για σας. "
|
||||
"Χρησιμοποιήθηκε για την κρυπτογράφηση cookies. Δεν χρειάζεται να το θυμάστε."
|
||||
"Χρησιμοποιείται για την κρυπτογράφηση των cookies και δε χρειάζεται να το "
|
||||
"θυμάστε."
|
||||
|
||||
#: libraries/config/ServerConfigChecks.php:410
|
||||
#, php-format
|
||||
@ -8453,7 +8344,7 @@ msgstr ""
|
||||
|
||||
#: libraries/dbi/DBIMysqli.php:158
|
||||
msgid "SSL connection enforced by server, automatically enabling it."
|
||||
msgstr ""
|
||||
msgstr "Ο διακομιστής δεσμεύει για σύνδεση SSL και ενεργοποιείται αυτόματα."
|
||||
|
||||
#: libraries/display_change_password.lib.php:57
|
||||
#: libraries/replication_gui.lib.php:854
|
||||
@ -8682,7 +8573,7 @@ msgstr "Αγνόηση πινάκων μεγαλύτερων από"
|
||||
|
||||
#: libraries/display_export.lib.php:895
|
||||
msgid "Defined aliases"
|
||||
msgstr ""
|
||||
msgstr "Ορισμένες ετικέτες"
|
||||
|
||||
#: libraries/display_export.lib.php:1011
|
||||
msgid "Could not load export plugins, please check your installation!"
|
||||
@ -15304,33 +15195,27 @@ msgstr "Μπορείτε να εξετάστε τα δεδομένα στην α
|
||||
|
||||
#: templates/export/alias_add.phtml:5
|
||||
msgid "Define new aliases"
|
||||
msgstr ""
|
||||
msgstr "Ορισμός νεών ετικετών"
|
||||
|
||||
#: templates/export/alias_add.phtml:11
|
||||
#, fuzzy
|
||||
#| msgid "Select database"
|
||||
msgid "Select database:"
|
||||
msgstr "Επιλογή βάσης δεδομένων"
|
||||
msgstr "Επιλογή βάσης δεδομένων:"
|
||||
|
||||
#: templates/export/alias_add.phtml:17
|
||||
msgid "New database name"
|
||||
msgstr "Νέο όνομα βάσης δεδομένων"
|
||||
|
||||
#: templates/export/alias_add.phtml:26
|
||||
#, fuzzy
|
||||
#| msgid "Select table"
|
||||
msgid "Select table:"
|
||||
msgstr "Επιλογή πίνακα"
|
||||
msgstr "Επιλογή πίνακα:"
|
||||
|
||||
#: templates/export/alias_add.phtml:32
|
||||
msgid "New table name"
|
||||
msgstr "Νέο όνομα πίνακα"
|
||||
|
||||
#: templates/export/alias_add.phtml:41
|
||||
#, fuzzy
|
||||
#| msgid "Select a column."
|
||||
msgid "Select column:"
|
||||
msgstr "Επιλογή μιας στήλης."
|
||||
msgstr "Επιλογή στήλης:"
|
||||
|
||||
#: templates/export/alias_add.phtml:47
|
||||
msgid "New column name"
|
||||
@ -15338,7 +15223,7 @@ msgstr "Νέο ονόμα στήλης"
|
||||
|
||||
#: templates/export/alias_item.phtml:8
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
msgstr "Απομάκρυνση"
|
||||
|
||||
#: templates/prefs_autoload.phtml:8
|
||||
msgid ""
|
||||
|
||||
103
po/en_GB.po
103
po/en_GB.po
@ -6,16 +6,16 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.7.4-dev\n"
|
||||
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
|
||||
"POT-Creation-Date: 2017-08-10 09:13-0400\n"
|
||||
"PO-Revision-Date: 2017-07-20 23:46+0000\n"
|
||||
"Last-Translator: Bo Anderson <bo@toxicflames.co.uk>\n"
|
||||
"Language-Team: English (United Kingdom) <https://hosted.weblate.org/projects/"
|
||||
"phpmyadmin/4-7/en_GB/>\n"
|
||||
"PO-Revision-Date: 2017-08-31 12:01+0000\n"
|
||||
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
|
||||
"Language-Team: English (United Kingdom) "
|
||||
"<https://hosted.weblate.org/projects/phpmyadmin/4-7/en_GB/>\n"
|
||||
"Language: en_GB\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.16-dev\n"
|
||||
"X-Generator: Weblate 2.17-dev\n"
|
||||
|
||||
#: ajax.php:16 ajax.php:33 export.php:192 schema_export.php:64
|
||||
msgid "Bad type!"
|
||||
@ -16003,16 +16003,12 @@ msgid "Too many sorts are causing temporary tables."
|
||||
msgstr "Too many sorts are causing temporary tables."
|
||||
|
||||
#: libraries/advisory_rules.txt:208 libraries/advisory_rules.txt:215
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "Consider increasing {sort_buffer_size} and/or {read_rnd_buffer_size}, "
|
||||
#| "depending on your system memory limits"
|
||||
msgid ""
|
||||
"Consider increasing {sort_buffer_size} and/or {read_rnd_buffer_size}, "
|
||||
"depending on your system memory limits."
|
||||
msgstr ""
|
||||
"Consider increasing {sort_buffer_size} and/or {read_rnd_buffer_size}, "
|
||||
"depending on your system memory limits"
|
||||
"depending on your system memory limits."
|
||||
|
||||
#: libraries/advisory_rules.txt:209
|
||||
#, php-format
|
||||
@ -16043,12 +16039,6 @@ msgid "There are lots of rows being sorted."
|
||||
msgstr "There are lots of rows being sorted."
|
||||
|
||||
#: libraries/advisory_rules.txt:222
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "While there is nothing wrong with a high amount of row sorting, you might "
|
||||
#| "want to make sure that the queries which require a lot of sorting use "
|
||||
#| "indexed columns in the ORDER BY clause, as this will result in much "
|
||||
#| "faster sorting"
|
||||
msgid ""
|
||||
"While there is nothing wrong with a high amount of row sorting, you might "
|
||||
"want to make sure that the queries which require a lot of sorting use "
|
||||
@ -16057,8 +16047,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"While there is nothing wrong with a high amount of row sorting, you might "
|
||||
"want to make sure that the queries which require a lot of sorting use "
|
||||
"indexed fields in the ORDER BY clause, as this will result in much faster "
|
||||
"sorting"
|
||||
"indexed columns in the ORDER BY clause, as this will result in much faster "
|
||||
"sorting."
|
||||
|
||||
#: libraries/advisory_rules.txt:223
|
||||
#, php-format
|
||||
@ -16074,17 +16064,12 @@ msgid "There are too many joins without indexes."
|
||||
msgstr "There are too many joins without indexes."
|
||||
|
||||
#: libraries/advisory_rules.txt:230
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "This means that joins are doing full table scans. Adding indexes for the "
|
||||
#| "columns being used in the join conditions will greatly speed up table "
|
||||
#| "joins"
|
||||
msgid ""
|
||||
"This means that joins are doing full table scans. Adding indexes for the "
|
||||
"columns being used in the join conditions will greatly speed up table joins."
|
||||
msgstr ""
|
||||
"This means that joins are doing full table scans. Adding indexes for the "
|
||||
"fields being used in the join conditions will greatly speed up table joins"
|
||||
"columns being used in the join conditions will greatly speed up table joins."
|
||||
|
||||
#: libraries/advisory_rules.txt:231
|
||||
#, php-format
|
||||
@ -16491,22 +16476,16 @@ msgid "Slow launch time"
|
||||
msgstr "Slow launch time"
|
||||
|
||||
#: libraries/advisory_rules.txt:368
|
||||
#, fuzzy
|
||||
#| msgid "Slow_launch_time is above 2s"
|
||||
msgid "Slow_launch_time is above 2s."
|
||||
msgstr "Slow_launch_time is above 2s"
|
||||
msgstr "Slow_launch_time is above 2s."
|
||||
|
||||
#: libraries/advisory_rules.txt:369
|
||||
#, 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 ""
|
||||
"Set {slow_launch_time} to 1s or 2s to correctly count threads that are slow "
|
||||
"to launch"
|
||||
"to launch."
|
||||
|
||||
#: libraries/advisory_rules.txt:370
|
||||
#, php-format
|
||||
@ -16551,21 +16530,14 @@ msgid "Too many connections are aborted."
|
||||
msgstr "Too many connections are aborted."
|
||||
|
||||
#: libraries/advisory_rules.txt:385 libraries/advisory_rules.txt:392
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "Connections are usually aborted when they cannot be authorized. <a href="
|
||||
#| "\"https://www.mysqlperformanceblog.com/2008/08/23/how-to-track-down-the-"
|
||||
#| "source-of-aborted_connects/\">This article</a> might help you track down "
|
||||
#| "the source."
|
||||
msgid ""
|
||||
"Connections are usually aborted when they cannot be authorized. <a href="
|
||||
"\"https://www.percona.com/blog/2008/08/23/how-to-track-down-the-source-of-"
|
||||
"aborted_connects/\">This article</a> might help you track down the source."
|
||||
msgstr ""
|
||||
"Connections are usually aborted when they cannot be authorised. <a href="
|
||||
"\"https://www.mysqlperformanceblog.com/2008/08/23/how-to-track-down-the-"
|
||||
"source-of-aborted_connects/\">This article</a> might help you track down the "
|
||||
"source."
|
||||
"Connections are usually aborted when they cannot be authorised. <a href=\""
|
||||
"https://www.percona.com/blog/2008/08/23/how-to-track-down-the-source-of-"
|
||||
"aborted_connects/\">This article</a> might help you track down the source."
|
||||
|
||||
#: libraries/advisory_rules.txt:386
|
||||
#, php-format
|
||||
@ -16685,17 +16657,7 @@ msgid "The InnoDB log file size is inadequately large."
|
||||
msgstr "The InnoDB log file size is inadequately large."
|
||||
|
||||
#: libraries/advisory_rules.txt:429
|
||||
#, fuzzy, php-format
|
||||
#| msgid ""
|
||||
#| "It is usually sufficient to set {innodb_log_file_size} to 25%% of the "
|
||||
#| "size of {innodb_buffer_pool_size}. A very big {innodb_log_file_size} "
|
||||
#| "slows down the recovery time after a database crash considerably. See "
|
||||
#| "also <a href=\"https://www.mysqlperformanceblog.com/2006/07/03/choosing-"
|
||||
#| "proper-innodb_log_file_size/\">this Article</a>. You need to shutdown the "
|
||||
#| "server, remove the InnoDB log files, set the new value in my.cnf, start "
|
||||
#| "the server, then check the error logs if everything went fine. See also "
|
||||
#| "<a href=\"https://mysqldatabaseadministration.blogspot.com/2007/01/"
|
||||
#| "increase-innodblogfilesize-proper-way.html\">this blog entry</a>"
|
||||
#, php-format
|
||||
msgid ""
|
||||
"It is usually sufficient to set {innodb_log_file_size} to 25%% of the size "
|
||||
"of {innodb_buffer_pool_size}. A very big {innodb_log_file_size} slows down "
|
||||
@ -16709,12 +16671,12 @@ msgid ""
|
||||
msgstr ""
|
||||
"It is usually sufficient to set {innodb_log_file_size} to 25%% of the size "
|
||||
"of {innodb_buffer_pool_size}. A very big {innodb_log_file_size} slows down "
|
||||
"the recovery time after a database crash considerably. See also <a href="
|
||||
"\"https://www.mysqlperformanceblog.com/2006/07/03/choosing-proper-"
|
||||
"innodb_log_file_size/\">this Article</a>. You need to shutdown the server, "
|
||||
"remove the InnoDB log files, set the new value in my.cnf, start the server, "
|
||||
"then check the error logs if everything went fine. See also <a href="
|
||||
"\"https://mysqldatabaseadministration.blogspot.com/2007/01/increase-"
|
||||
"the recovery time after a database crash considerably. See also <a href=\""
|
||||
"https://www.percona.com/blog/2006/07/03/choosing-proper-innodb_log_file_size/"
|
||||
"\">this Article</a>. You need to shutdown the server, remove the InnoDB log "
|
||||
"files, set the new value in my.cnf, start the server, then check the error "
|
||||
"logs if everything went fine. See also <a href=\""
|
||||
"https://mysqldatabaseadministration.blogspot.com/2007/01/increase-"
|
||||
"innodblogfilesize-proper-way.html\">this blog entry</a>"
|
||||
|
||||
#: libraries/advisory_rules.txt:430
|
||||
@ -16731,18 +16693,7 @@ msgid "Your InnoDB buffer pool is fairly small."
|
||||
msgstr "Your InnoDB buffer pool is fairly small."
|
||||
|
||||
#: libraries/advisory_rules.txt:436
|
||||
#, fuzzy, php-format
|
||||
#| msgid ""
|
||||
#| "The InnoDB buffer pool has a profound impact on performance for InnoDB "
|
||||
#| "tables. Assign all your remaining memory to this buffer. For database "
|
||||
#| "servers that use solely InnoDB as storage engine and have no other "
|
||||
#| "services (e.g. a web server) running, you may set this as high as 80%% of "
|
||||
#| "your available memory. If that is not the case, you need to carefully "
|
||||
#| "assess the memory consumption of your other services and non-InnoDB-"
|
||||
#| "Tables and set this variable accordingly. If it is set too high, your "
|
||||
#| "system will start swapping, which decreases performance significantly. "
|
||||
#| "See also <a href=\"https://www.mysqlperformanceblog.com/2007/11/03/"
|
||||
#| "choosing-innodb_buffer_pool_size/\">this article</a>"
|
||||
#, php-format
|
||||
msgid ""
|
||||
"The InnoDB buffer pool has a profound impact on performance for InnoDB "
|
||||
"tables. Assign all your remaining memory to this buffer. For database "
|
||||
@ -16757,14 +16708,14 @@ msgid ""
|
||||
msgstr ""
|
||||
"The InnoDB buffer pool has a profound impact on performance for InnoDB "
|
||||
"tables. Assign all your remaining memory to this buffer. For database "
|
||||
"servers that use solely InnoDB as storage engine and have no other services "
|
||||
"(e.g. a web server) running, you may set this as high as 80%% of your "
|
||||
"servers that use solely InnoDB as storage engine and have no other services ("
|
||||
"e.g. a web server) running, you may set this as high as 80%% of your "
|
||||
"available memory. If that is not the case, you need to carefully assess the "
|
||||
"memory consumption of your other services and non-InnoDB-Tables and set this "
|
||||
"variable accordingly. If it is set too high, your system will start "
|
||||
"swapping, which decreases performance significantly. See also <a href="
|
||||
"\"https://www.mysqlperformanceblog.com/2007/11/03/choosing-"
|
||||
"innodb_buffer_pool_size/\">this article</a>"
|
||||
"swapping, which decreases performance significantly. See also <a href=\""
|
||||
"https://www.percona.com/blog/2007/11/03/choosing-innodb_buffer_pool_size/\">"
|
||||
"this article</a>"
|
||||
|
||||
#: libraries/advisory_rules.txt:437
|
||||
#, php-format
|
||||
|
||||
15
po/es.po
15
po/es.po
@ -4,8 +4,8 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.7.4-dev\n"
|
||||
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
|
||||
"POT-Creation-Date: 2017-08-10 09:13-0400\n"
|
||||
"PO-Revision-Date: 2017-08-16 15:15+0000\n"
|
||||
"Last-Translator: Jamaro Ja Ma Ro <jamaropop@gmail.com>\n"
|
||||
"PO-Revision-Date: 2017-09-11 10:51+0000\n"
|
||||
"Last-Translator: Javier Muñoz Ferrara <javier.munoz@gmail.com>\n"
|
||||
"Language-Team: Spanish "
|
||||
"<https://hosted.weblate.org/projects/phpmyadmin/4-7/es/>\n"
|
||||
"Language: es\n"
|
||||
@ -17,7 +17,7 @@ msgstr ""
|
||||
|
||||
#: ajax.php:16 ajax.php:33 export.php:192 schema_export.php:64
|
||||
msgid "Bad type!"
|
||||
msgstr "¡Tipo erróneo!"
|
||||
msgstr "¡Tipo incorrecto!"
|
||||
|
||||
#: changelog.php:39 license.php:34
|
||||
#, php-format
|
||||
@ -25,8 +25,8 @@ msgid ""
|
||||
"The %s file is not available on this system, please visit %s for more "
|
||||
"information."
|
||||
msgstr ""
|
||||
"El archivo %s no está disponible en este sistema, visite %s para más "
|
||||
"información."
|
||||
"El archivo %s no está disponible en este sistema. Por favor, visite %s para "
|
||||
"más información."
|
||||
|
||||
#: db_central_columns.php:108
|
||||
msgid "The central list of columns for the current database is empty."
|
||||
@ -39,7 +39,7 @@ msgstr "Pulsar para ordenar."
|
||||
#: db_central_columns.php:150
|
||||
#, php-format
|
||||
msgid "Showing rows %1$s - %2$s."
|
||||
msgstr "Mostrando fila(s) %1$s - %2$s."
|
||||
msgstr "Mostrando filas %1$s - %2$s."
|
||||
|
||||
#: db_datadict.php:59 libraries/operations.lib.php:36
|
||||
msgid "Database comment"
|
||||
@ -3044,9 +3044,6 @@ msgid "Collation"
|
||||
msgstr "Cotejamiento"
|
||||
|
||||
#: libraries/Charsets.php:244
|
||||
#, fuzzy
|
||||
#| msgctxt "Collation"
|
||||
#| msgid "Unknown"
|
||||
msgid "Unknown"
|
||||
msgstr "Desconocido"
|
||||
|
||||
|
||||
50
po/et.po
50
po/et.po
@ -6,16 +6,16 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.7.4-dev\n"
|
||||
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
|
||||
"POT-Creation-Date: 2017-08-10 09:13-0400\n"
|
||||
"PO-Revision-Date: 2017-05-17 18:39+0000\n"
|
||||
"PO-Revision-Date: 2017-09-06 19:44+0000\n"
|
||||
"Last-Translator: Kristjan Räts <kristjanrats@gmail.com>\n"
|
||||
"Language-Team: Estonian <https://hosted.weblate.org/projects/phpmyadmin/4-7/"
|
||||
"et/>\n"
|
||||
"Language-Team: Estonian "
|
||||
"<https://hosted.weblate.org/projects/phpmyadmin/4-7/et/>\n"
|
||||
"Language: et\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\n"
|
||||
"X-Generator: Weblate 2.17-dev\n"
|
||||
|
||||
#: ajax.php:16 ajax.php:33 export.php:192 schema_export.php:64
|
||||
msgid "Bad type!"
|
||||
@ -1521,22 +1521,16 @@ msgid "Chart"
|
||||
msgstr "Diagramm"
|
||||
|
||||
#: js/messages.php:298 libraries/display_export.lib.php:903
|
||||
#, fuzzy
|
||||
#| msgid "Database"
|
||||
msgctxt "Alias"
|
||||
msgid "Database"
|
||||
msgstr "Andmebaas"
|
||||
|
||||
#: js/messages.php:299 libraries/display_export.lib.php:915
|
||||
#, fuzzy
|
||||
#| msgid "Table"
|
||||
msgctxt "Alias"
|
||||
msgid "Table"
|
||||
msgstr "Tabel"
|
||||
|
||||
#: js/messages.php:300 libraries/display_export.lib.php:926
|
||||
#, fuzzy
|
||||
#| msgid "Column"
|
||||
msgctxt "Alias"
|
||||
msgid "Column"
|
||||
msgstr "Veerg"
|
||||
@ -3011,9 +3005,6 @@ msgid "Collation"
|
||||
msgstr "Kodeering"
|
||||
|
||||
#: libraries/Charsets.php:244
|
||||
#, fuzzy
|
||||
#| msgctxt "Collation"
|
||||
#| msgid "Unknown"
|
||||
msgid "Unknown"
|
||||
msgstr "Tundmatu"
|
||||
|
||||
@ -3273,11 +3264,9 @@ msgid "accent-sensitive"
|
||||
msgstr "diakriitikute tundlik"
|
||||
|
||||
#: libraries/Charsets.php:576
|
||||
#, fuzzy
|
||||
#| msgid "multilingual"
|
||||
msgctxt "Collation variant"
|
||||
msgid "multi-level"
|
||||
msgstr "mitmekeelne"
|
||||
msgstr "mitmetasemeline"
|
||||
|
||||
#: libraries/Charsets.php:579
|
||||
msgctxt "Collation variant"
|
||||
@ -5065,17 +5054,12 @@ msgstr ""
|
||||
"phpMyAdminiga ja võib andmeid rikkuda!"
|
||||
|
||||
#: libraries/common.inc.php:484
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "You have enabled mbstring.func_overload in your PHP configuration. This "
|
||||
#| "option is incompatible with phpMyAdmin and might cause some data to be "
|
||||
#| "corrupted!"
|
||||
msgid ""
|
||||
"You have disabled ini_get and/or ini_set in php.ini. This option is "
|
||||
"incompatible with phpMyAdmin!"
|
||||
msgstr ""
|
||||
"Oled PHP seadistuses lubanud mbstring.func_overload. See ei ühildu "
|
||||
"phpMyAdminiga ja võib andmeid rikkuda!"
|
||||
"Oled php.ini failis keelanud ini_get ja/või ini_set funktsiooni(d). See "
|
||||
"valik ei ühildu phpMyAdminiga!"
|
||||
|
||||
#: libraries/common.inc.php:517
|
||||
#, php-format
|
||||
@ -8192,7 +8176,7 @@ msgstr "Skeemi pluginaid ei suudetud laadida, palun kontrolli oma paigaldust!"
|
||||
|
||||
#: libraries/dbi/DBIMysqli.php:158
|
||||
msgid "SSL connection enforced by server, automatically enabling it."
|
||||
msgstr ""
|
||||
msgstr "Server sunnib SSL ühendust, lubatud automaatselt."
|
||||
|
||||
#: libraries/display_change_password.lib.php:57
|
||||
#: libraries/replication_gui.lib.php:854
|
||||
@ -8419,7 +8403,7 @@ msgstr "Jäta vahele tabelid, mis on suuremad kui"
|
||||
|
||||
#: libraries/display_export.lib.php:895
|
||||
msgid "Defined aliases"
|
||||
msgstr ""
|
||||
msgstr "Defineeritud aliased"
|
||||
|
||||
#: libraries/display_export.lib.php:1011
|
||||
msgid "Could not load export plugins, please check your installation!"
|
||||
@ -14896,33 +14880,27 @@ msgstr "Sa võid tutvuda vearaportis olevate andmetega:"
|
||||
|
||||
#: templates/export/alias_add.phtml:5
|
||||
msgid "Define new aliases"
|
||||
msgstr ""
|
||||
msgstr "Defineeri uued aliased"
|
||||
|
||||
#: templates/export/alias_add.phtml:11
|
||||
#, fuzzy
|
||||
#| msgid "Select database"
|
||||
msgid "Select database:"
|
||||
msgstr "Vali andmebaas"
|
||||
msgstr "Vali andmebaas:"
|
||||
|
||||
#: templates/export/alias_add.phtml:17
|
||||
msgid "New database name"
|
||||
msgstr "Uue andmebaasi nimi"
|
||||
|
||||
#: templates/export/alias_add.phtml:26
|
||||
#, fuzzy
|
||||
#| msgid "Select table"
|
||||
msgid "Select table:"
|
||||
msgstr "Vali tabel"
|
||||
msgstr "Vali tabel:"
|
||||
|
||||
#: templates/export/alias_add.phtml:32
|
||||
msgid "New table name"
|
||||
msgstr "Uue tabeli nimi"
|
||||
|
||||
#: templates/export/alias_add.phtml:41
|
||||
#, fuzzy
|
||||
#| msgid "Select a column."
|
||||
msgid "Select column:"
|
||||
msgstr "Vali veerg."
|
||||
msgstr "Vali veerg:"
|
||||
|
||||
#: templates/export/alias_add.phtml:47
|
||||
msgid "New column name"
|
||||
@ -14930,7 +14908,7 @@ msgstr "Uue veeru nimi"
|
||||
|
||||
#: templates/export/alias_item.phtml:8
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
msgstr "Eemalda"
|
||||
|
||||
#: templates/prefs_autoload.phtml:8
|
||||
msgid ""
|
||||
|
||||
74
po/eu.po
74
po/eu.po
@ -4,16 +4,16 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.7.4-dev\n"
|
||||
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
|
||||
"POT-Creation-Date: 2017-08-10 09:13-0400\n"
|
||||
"PO-Revision-Date: 2017-08-02 11:56+0000\n"
|
||||
"Last-Translator: Osoitz <oelkoro@gmail.com>\n"
|
||||
"Language-Team: Basque <https://hosted.weblate.org/projects/phpmyadmin/4-7/eu/"
|
||||
">\n"
|
||||
"PO-Revision-Date: 2017-10-18 17:44+0000\n"
|
||||
"Last-Translator: iF <info@if-matxikote.eus>\n"
|
||||
"Language-Team: Basque "
|
||||
"<https://hosted.weblate.org/projects/phpmyadmin/4-7/eu/>\n"
|
||||
"Language: eu\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.16-dev\n"
|
||||
"X-Generator: Weblate 2.17\n"
|
||||
|
||||
#: ajax.php:16 ajax.php:33 export.php:192 schema_export.php:64
|
||||
msgid "Bad type!"
|
||||
@ -29,7 +29,7 @@ msgstr ""
|
||||
|
||||
#: db_central_columns.php:108
|
||||
msgid "The central list of columns for the current database is empty."
|
||||
msgstr ""
|
||||
msgstr "Hautatutako datu-basearen zutabeen erdiko zerrenda hutsa da."
|
||||
|
||||
#: db_central_columns.php:133
|
||||
msgid "Click to sort."
|
||||
@ -313,7 +313,7 @@ msgstr ""
|
||||
|
||||
#: db_qbe.php:126
|
||||
msgid "You have to choose at least one column to display!"
|
||||
msgstr "Gutxienez bistaratzeko Zutabe bat hautatu duzu"
|
||||
msgstr "Gutxienez bistaratzeko Zutabe bat hautatu duzu!"
|
||||
|
||||
#: db_qbe.php:144
|
||||
#, php-format
|
||||
@ -329,13 +329,15 @@ msgstr "Sarbidea ukatua!"
|
||||
|
||||
#: db_tracking.php:53 db_tracking.php:78
|
||||
msgid "Tracking data deleted successfully."
|
||||
msgstr ""
|
||||
msgstr "Jarraipen datuak behar bezala ezabatuak izan dira."
|
||||
|
||||
#: db_tracking.php:62
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Version %1$s was created for selected tables, tracking is active for them."
|
||||
msgstr ""
|
||||
"Hautatutako taulentzako %1$s bertsioa sortua izan da, horien jarraipena "
|
||||
"aktibatuta dago."
|
||||
|
||||
#: db_tracking.php:93
|
||||
msgid "No tables selected."
|
||||
@ -350,24 +352,27 @@ msgid ""
|
||||
"An error has been detected and an error report has been automatically "
|
||||
"submitted based on your settings."
|
||||
msgstr ""
|
||||
"Akats bat hauteman da eta akats bilduma automatikoki igorria izan da, zure "
|
||||
"ezarpenen arabera."
|
||||
|
||||
#: error_report.php:72
|
||||
msgid "Thank you for submitting this report."
|
||||
msgstr ""
|
||||
msgstr "Milesker txostena igorri izanagatik."
|
||||
|
||||
#: error_report.php:76
|
||||
msgid ""
|
||||
"An error has been detected and an error report has been generated but failed "
|
||||
"to be sent."
|
||||
msgstr ""
|
||||
"Akats bat hauteman eta akats bilduma bat sortu da, baina ezin izan da igorri."
|
||||
|
||||
#: error_report.php:81
|
||||
msgid "If you experience any problems please submit a bug report manually."
|
||||
msgstr ""
|
||||
msgstr "Arazo bat izanez gero, milesker bug bilduma eskuz igortzeagatik."
|
||||
|
||||
#: error_report.php:85
|
||||
msgid "You may want to refresh the page."
|
||||
msgstr ""
|
||||
msgstr "Orrialdea birkargatu."
|
||||
|
||||
#: export.php:275
|
||||
msgid "Bad parameters!"
|
||||
@ -394,10 +399,8 @@ msgid "Geometry %d:"
|
||||
msgstr "Geometria %d:"
|
||||
|
||||
#: gis_data_editor.php:217
|
||||
#, fuzzy
|
||||
#| msgid "Point"
|
||||
msgid "Point:"
|
||||
msgstr "Puntu"
|
||||
msgstr "Puntu:"
|
||||
|
||||
#: gis_data_editor.php:218 gis_data_editor.php:245 gis_data_editor.php:301
|
||||
#: gis_data_editor.php:374 js/messages.php:515
|
||||
@ -421,22 +424,18 @@ msgid "Add a point"
|
||||
msgstr "Puntua gehitu"
|
||||
|
||||
#: gis_data_editor.php:273
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Linestring"
|
||||
#, php-format
|
||||
msgid "Linestring %d:"
|
||||
msgstr "Lerro kateak"
|
||||
msgstr "%d Lerroa :"
|
||||
|
||||
#: gis_data_editor.php:276 gis_data_editor.php:353
|
||||
#, fuzzy
|
||||
#| msgid "Outer Ring"
|
||||
msgid "Outer ring:"
|
||||
msgstr "Kanpo eraztuna"
|
||||
msgstr "Kanpo eraztuna:"
|
||||
|
||||
#: gis_data_editor.php:278 gis_data_editor.php:355
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Inner Ring"
|
||||
#, php-format
|
||||
msgid "Inner ring %d:"
|
||||
msgstr "Barne eraztuna"
|
||||
msgstr "%d barne eraztuna:"
|
||||
|
||||
#: gis_data_editor.php:315
|
||||
msgid "Add a linestring"
|
||||
@ -447,10 +446,9 @@ msgid "Add an inner ring"
|
||||
msgstr "Gehitu barne eraztuna"
|
||||
|
||||
#: gis_data_editor.php:337
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Polygon"
|
||||
#, php-format
|
||||
msgid "Polygon %d:"
|
||||
msgstr "Poligono"
|
||||
msgstr "%d Poligonoa:"
|
||||
|
||||
#: gis_data_editor.php:401
|
||||
msgid "Add a polygon"
|
||||
@ -509,34 +507,29 @@ msgid ""
|
||||
"Choose \"GeomFromText\" from the \"Function\" column and paste the string "
|
||||
"below into the \"Value\" field."
|
||||
msgstr ""
|
||||
"\"funtzio\" zutabetik \"GeomFromText\" hauta eta peko katea \"balorea\" "
|
||||
"eremuan itsatsi."
|
||||
|
||||
#: import.php:65
|
||||
#, fuzzy
|
||||
#| msgid "Access denied!"
|
||||
msgid "Succeeded"
|
||||
msgstr "Sarbidea ukatua!"
|
||||
msgstr "Garaipena"
|
||||
|
||||
#: import.php:69 js/messages.php:611
|
||||
msgid "Failed"
|
||||
msgstr ""
|
||||
msgstr "Porrota"
|
||||
|
||||
#: import.php:73
|
||||
#, fuzzy
|
||||
#| msgid "Complete inserts"
|
||||
msgid "Incomplete params"
|
||||
msgstr "\"Insert\"ak osatu"
|
||||
msgstr "Osatu gabeko parametroa"
|
||||
|
||||
#: import.php:197
|
||||
#, fuzzy, php-format
|
||||
#| msgid ""
|
||||
#| "You probably tried to upload too large file. Please refer to "
|
||||
#| "%sdocumentation%s for ways to workaround this limit."
|
||||
#, php-format
|
||||
msgid ""
|
||||
"You probably tried to upload a file that is too large. Please refer to "
|
||||
"%sdocumentation%s for a workaround for this limit."
|
||||
msgstr ""
|
||||
"Agian fitxategi haundiegia igotzen saiatu zara. Mesedez begiratu "
|
||||
"%sdocumentation%s tamaina mugak aldatzeko."
|
||||
"Fitxategi haundiegia igotzen saiatu zara agian. Mesedez, %sdokumentazioa%s-"
|
||||
"ra jo tamaina muga hau saihesteko."
|
||||
|
||||
#: import.php:367 import.php:568
|
||||
msgid "Showing bookmark"
|
||||
@ -552,6 +545,9 @@ msgid ""
|
||||
"file size exceeded the maximum size permitted by your PHP configuration. See "
|
||||
"[doc@faq1-16]FAQ 1.16[/doc]."
|
||||
msgstr ""
|
||||
"Ez da inportaziorako inolako daturik jaso. Edo fitxategi izenik ez da eman, "
|
||||
"edo fitxategiaren pisuak PHPren konfigurazioak baimentzen duen muga "
|
||||
"gainditzen du. [doc@faq1-16]FAQ 1.16[/doc]-ra jo."
|
||||
|
||||
#: import.php:529 libraries/display_import.lib.php:665
|
||||
msgid "Could not load import plugins, please check your installation!"
|
||||
|
||||
128
po/fi.po
128
po/fi.po
@ -4,16 +4,16 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.7.4-dev\n"
|
||||
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
|
||||
"POT-Creation-Date: 2017-08-10 09:13-0400\n"
|
||||
"PO-Revision-Date: 2017-02-06 07:52+0000\n"
|
||||
"Last-Translator: Capita-Finnish <tom.shaw2@capita.co.uk>\n"
|
||||
"Language-Team: Finnish <https://hosted.weblate.org/projects/phpmyadmin/4-7/"
|
||||
"fi/>\n"
|
||||
"PO-Revision-Date: 2017-09-12 00:04+0000\n"
|
||||
"Last-Translator: Petri Ikonen <kuopassa123@gmail.com>\n"
|
||||
"Language-Team: Finnish "
|
||||
"<https://hosted.weblate.org/projects/phpmyadmin/4-7/fi/>\n"
|
||||
"Language: fi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 2.11\n"
|
||||
"X-Generator: Weblate 2.17-dev\n"
|
||||
|
||||
#: ajax.php:16 ajax.php:33 export.php:192 schema_export.php:64
|
||||
msgid "Bad type!"
|
||||
@ -598,10 +598,13 @@ msgid "Back"
|
||||
msgstr "Takaisin"
|
||||
|
||||
#: index.php:116
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"You were logged out from one server, to logout completely from phpMyAdmin, "
|
||||
"you need to logout from all servers."
|
||||
msgstr ""
|
||||
"Kirjauduit ulos yhdeltä palvelimelta. Kirjautuaksesi kokonaan ulos "
|
||||
"phpMyAdminista, sinun tulee kirjautua ulos kaikilta palvelimilta."
|
||||
|
||||
#: index.php:160 libraries/Footer.php:69
|
||||
msgid "phpMyAdmin Demo Server"
|
||||
@ -1517,22 +1520,16 @@ msgid "Chart"
|
||||
msgstr "Kaavio"
|
||||
|
||||
#: js/messages.php:298 libraries/display_export.lib.php:903
|
||||
#, fuzzy
|
||||
#| msgid "Database"
|
||||
msgctxt "Alias"
|
||||
msgid "Database"
|
||||
msgstr "Tietokanta"
|
||||
|
||||
#: js/messages.php:299 libraries/display_export.lib.php:915
|
||||
#, fuzzy
|
||||
#| msgid "Table"
|
||||
msgctxt "Alias"
|
||||
msgid "Table"
|
||||
msgstr "Taulu"
|
||||
|
||||
#: js/messages.php:300 libraries/display_export.lib.php:926
|
||||
#, fuzzy
|
||||
#| msgid "Column"
|
||||
msgctxt "Alias"
|
||||
msgid "Column"
|
||||
msgstr "Sarake"
|
||||
@ -3022,168 +3019,120 @@ msgid "Collation"
|
||||
msgstr "Aakkosjärjestys"
|
||||
|
||||
#: libraries/Charsets.php:244
|
||||
#, fuzzy
|
||||
#| msgid "unknown"
|
||||
msgid "Unknown"
|
||||
msgstr "tuntematon"
|
||||
msgstr "Tuntematon"
|
||||
|
||||
#: libraries/Charsets.php:258
|
||||
#, fuzzy
|
||||
#| msgid "Binary"
|
||||
msgctxt "Collation"
|
||||
msgid "Binary"
|
||||
msgstr "Binääritietoa"
|
||||
msgstr "Binääri"
|
||||
|
||||
#: libraries/Charsets.php:270 libraries/Charsets.php:500
|
||||
#, fuzzy
|
||||
#| msgid "Unicode"
|
||||
msgctxt "Collation"
|
||||
msgid "Unicode"
|
||||
msgstr "Unicode"
|
||||
|
||||
#: libraries/Charsets.php:280 libraries/Charsets.php:451
|
||||
#, fuzzy
|
||||
#| msgid "West European"
|
||||
msgctxt "Collation"
|
||||
msgid "West European"
|
||||
msgstr "Länsieurooppalainen"
|
||||
|
||||
#: libraries/Charsets.php:287
|
||||
#, fuzzy
|
||||
#| msgid "Central European"
|
||||
msgctxt "Collation"
|
||||
msgid "Central European"
|
||||
msgstr "Keskieurooppalainen"
|
||||
|
||||
#: libraries/Charsets.php:292
|
||||
#, fuzzy
|
||||
#| msgid "Russian"
|
||||
msgctxt "Collation"
|
||||
msgid "Russian"
|
||||
msgstr "Venäläinen"
|
||||
|
||||
#: libraries/Charsets.php:297
|
||||
#, fuzzy
|
||||
#| msgid "Simplified Chinese"
|
||||
msgctxt "Collation"
|
||||
msgid "Simplified Chinese"
|
||||
msgstr "Yksinkertaistettu kiina"
|
||||
|
||||
#: libraries/Charsets.php:304 libraries/Charsets.php:422
|
||||
#, fuzzy
|
||||
#| msgid "Japanese"
|
||||
msgctxt "Collation"
|
||||
msgid "Japanese"
|
||||
msgstr "Japanilainen"
|
||||
|
||||
#: libraries/Charsets.php:309
|
||||
#, fuzzy
|
||||
#| msgid "Baltic"
|
||||
msgctxt "Collation"
|
||||
msgid "Baltic"
|
||||
msgstr "Baltilainen"
|
||||
msgstr "Balttilainen"
|
||||
|
||||
#: libraries/Charsets.php:314
|
||||
#, fuzzy
|
||||
#| msgid "Armenian"
|
||||
msgctxt "Collation"
|
||||
msgid "Armenian"
|
||||
msgstr "Armenialainen"
|
||||
|
||||
#: libraries/Charsets.php:317
|
||||
#, fuzzy
|
||||
#| msgid "Traditional Chinese"
|
||||
msgctxt "Collation"
|
||||
msgid "Traditional Chinese"
|
||||
msgstr "Perinteinen kiina"
|
||||
|
||||
#: libraries/Charsets.php:320
|
||||
#, fuzzy
|
||||
#| msgid "Cyrillic"
|
||||
msgctxt "Collation"
|
||||
msgid "Cyrillic"
|
||||
msgstr "Kyrillinen"
|
||||
|
||||
#: libraries/Charsets.php:323
|
||||
#, fuzzy
|
||||
#| msgid "Arabic"
|
||||
msgctxt "Collation"
|
||||
msgid "Arabic"
|
||||
msgstr "Arabialainen"
|
||||
|
||||
#: libraries/Charsets.php:326 libraries/Charsets.php:437
|
||||
#, fuzzy
|
||||
#| msgid "Korean"
|
||||
msgctxt "Collation"
|
||||
msgid "Korean"
|
||||
msgstr "Korealainen"
|
||||
|
||||
#: libraries/Charsets.php:329
|
||||
#, fuzzy
|
||||
#| msgid "Hebrew"
|
||||
msgctxt "Collation"
|
||||
msgid "Hebrew"
|
||||
msgstr "Hebrealainen"
|
||||
msgstr "Heprealainen"
|
||||
|
||||
#: libraries/Charsets.php:332
|
||||
#, fuzzy
|
||||
#| msgid "Georgian"
|
||||
msgctxt "Collation"
|
||||
msgid "Georgian"
|
||||
msgstr "Georgialainen"
|
||||
|
||||
#: libraries/Charsets.php:335
|
||||
#, fuzzy
|
||||
#| msgid "Greek"
|
||||
msgctxt "Collation"
|
||||
msgid "Greek"
|
||||
msgstr "Kreikkalainen"
|
||||
|
||||
#: libraries/Charsets.php:338
|
||||
#, fuzzy
|
||||
#| msgid "Czech-Slovak"
|
||||
msgctxt "Collation"
|
||||
msgid "Czech-Slovak"
|
||||
msgstr "Tsekkoslovakialainen"
|
||||
|
||||
#: libraries/Charsets.php:341 libraries/Charsets.php:492
|
||||
#, fuzzy
|
||||
#| msgid "Ukrainian"
|
||||
msgctxt "Collation"
|
||||
msgid "Ukrainian"
|
||||
msgstr "Ukrainalainen"
|
||||
|
||||
#: libraries/Charsets.php:344 libraries/Charsets.php:488
|
||||
#, fuzzy
|
||||
#| msgid "Turkish"
|
||||
msgctxt "Collation"
|
||||
msgid "Turkish"
|
||||
msgstr "Turkkilainen"
|
||||
|
||||
#: libraries/Charsets.php:347 libraries/Charsets.php:480
|
||||
#, fuzzy
|
||||
#| msgid "Swedish"
|
||||
msgctxt "Collation"
|
||||
msgid "Swedish"
|
||||
msgstr "Ruotsalainen"
|
||||
|
||||
#: libraries/Charsets.php:350 libraries/Charsets.php:484
|
||||
#, fuzzy
|
||||
#| msgid "Thai"
|
||||
msgctxt "Collation"
|
||||
msgid "Thai"
|
||||
msgstr "Thai"
|
||||
msgstr "Thaimaalainen"
|
||||
|
||||
#: libraries/Charsets.php:353
|
||||
#, fuzzy
|
||||
#| msgid "unknown"
|
||||
msgctxt "Collation"
|
||||
msgid "Unknown"
|
||||
msgstr "tuntematon"
|
||||
msgstr "Tuntematon"
|
||||
|
||||
#: libraries/Charsets.php:369
|
||||
#, fuzzy
|
||||
#| msgid "Bulgarian"
|
||||
msgctxt "Collation"
|
||||
msgid "Bulgarian"
|
||||
msgstr "Bulgarialainen"
|
||||
@ -3191,7 +3140,7 @@ msgstr "Bulgarialainen"
|
||||
#: libraries/Charsets.php:374
|
||||
msgctxt "Collation"
|
||||
msgid "Chinese"
|
||||
msgstr ""
|
||||
msgstr "Kiinalainen"
|
||||
|
||||
#: libraries/Charsets.php:379
|
||||
#, fuzzy
|
||||
@ -3201,22 +3150,16 @@ msgid "Croatian"
|
||||
msgstr "Kroaatti"
|
||||
|
||||
#: libraries/Charsets.php:383
|
||||
#, fuzzy
|
||||
#| msgid "Czech"
|
||||
msgctxt "Collation"
|
||||
msgid "Czech"
|
||||
msgstr "Tsekkiläinen"
|
||||
|
||||
#: libraries/Charsets.php:387
|
||||
#, fuzzy
|
||||
#| msgid "Danish"
|
||||
msgctxt "Collation"
|
||||
msgid "Danish"
|
||||
msgstr "Tanskalainen"
|
||||
|
||||
#: libraries/Charsets.php:391
|
||||
#, fuzzy
|
||||
#| msgid "English"
|
||||
msgctxt "Collation"
|
||||
msgid "English"
|
||||
msgstr "Englantilainen"
|
||||
@ -3229,8 +3172,6 @@ msgid "Esperanto"
|
||||
msgstr "Esperanto"
|
||||
|
||||
#: libraries/Charsets.php:399
|
||||
#, fuzzy
|
||||
#| msgid "Estonian"
|
||||
msgctxt "Collation"
|
||||
msgid "Estonian"
|
||||
msgstr "Virolainen"
|
||||
@ -3243,20 +3184,17 @@ msgid "German (dictionary order)"
|
||||
msgstr "Tietosanasto"
|
||||
|
||||
#: libraries/Charsets.php:405 libraries/Charsets.php:516
|
||||
#, fuzzy
|
||||
msgctxt "Collation"
|
||||
msgid "German (phone book order)"
|
||||
msgstr ""
|
||||
msgstr "Saksalainen (puhelinluettelojärjestys)"
|
||||
|
||||
#: libraries/Charsets.php:414
|
||||
#, fuzzy
|
||||
#| msgid "Hungarian"
|
||||
msgctxt "Collation"
|
||||
msgid "Hungarian"
|
||||
msgstr "Unkarilainen"
|
||||
|
||||
#: libraries/Charsets.php:418
|
||||
#, fuzzy
|
||||
#| msgid "Icelandic"
|
||||
msgctxt "Collation"
|
||||
msgid "Icelandic"
|
||||
msgstr "Islantilainen"
|
||||
@ -3267,15 +3205,11 @@ msgid "Classical Latin"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Charsets.php:429
|
||||
#, fuzzy
|
||||
#| msgid "Latvian"
|
||||
msgctxt "Collation"
|
||||
msgid "Latvian"
|
||||
msgstr "Latvialainen"
|
||||
|
||||
#: libraries/Charsets.php:433
|
||||
#, fuzzy
|
||||
#| msgid "Lithuanian"
|
||||
msgctxt "Collation"
|
||||
msgid "Lithuanian"
|
||||
msgstr "Liettualainen"
|
||||
@ -3285,68 +3219,52 @@ msgstr "Liettualainen"
|
||||
#| msgid "Burmese"
|
||||
msgctxt "Collation"
|
||||
msgid "Burmese"
|
||||
msgstr "Burma"
|
||||
msgstr "Burmalainen"
|
||||
|
||||
#: libraries/Charsets.php:444
|
||||
#, fuzzy
|
||||
#| msgid "Persian"
|
||||
msgctxt "Collation"
|
||||
msgid "Persian"
|
||||
msgstr "Persialainen"
|
||||
|
||||
#: libraries/Charsets.php:448
|
||||
#, fuzzy
|
||||
#| msgid "Polish"
|
||||
msgctxt "Collation"
|
||||
msgid "Polish"
|
||||
msgstr "Puolalainen"
|
||||
|
||||
#: libraries/Charsets.php:455
|
||||
#, fuzzy
|
||||
#| msgid "Romanian"
|
||||
msgctxt "Collation"
|
||||
msgid "Romanian"
|
||||
msgstr "Romanialainen"
|
||||
|
||||
#: libraries/Charsets.php:459
|
||||
#, fuzzy
|
||||
#| msgid "Sinhalese"
|
||||
msgctxt "Collation"
|
||||
msgid "Sinhalese"
|
||||
msgstr "Sinhali"
|
||||
msgstr "Sinhalilainen"
|
||||
|
||||
#: libraries/Charsets.php:463
|
||||
#, fuzzy
|
||||
#| msgid "Slovak"
|
||||
msgctxt "Collation"
|
||||
msgid "Slovak"
|
||||
msgstr "Slovakialainen"
|
||||
|
||||
#: libraries/Charsets.php:467
|
||||
#, fuzzy
|
||||
#| msgid "Slovenian"
|
||||
msgctxt "Collation"
|
||||
msgid "Slovenian"
|
||||
msgstr "Slovenialainen"
|
||||
|
||||
#: libraries/Charsets.php:470 libraries/Charsets.php:530
|
||||
#, fuzzy
|
||||
#| msgid "Spanish"
|
||||
msgctxt "Collation"
|
||||
msgid "Spanish (modern)"
|
||||
msgstr "Espanjalainen"
|
||||
msgstr "Espanjalainen (moderni)"
|
||||
|
||||
#: libraries/Charsets.php:477 libraries/Charsets.php:527
|
||||
msgctxt "Collation"
|
||||
msgid "Spanish (traditional)"
|
||||
msgstr ""
|
||||
msgstr "Espanjalainen (perinteinen)"
|
||||
|
||||
#: libraries/Charsets.php:496
|
||||
#, fuzzy
|
||||
#| msgid "Vietnamese"
|
||||
msgctxt "Collation"
|
||||
msgid "Vietnamese"
|
||||
msgstr "Vietnam"
|
||||
msgstr "Vietnamilainen"
|
||||
|
||||
#: libraries/Charsets.php:563
|
||||
#, fuzzy
|
||||
@ -17647,7 +17565,7 @@ msgstr ""
|
||||
#, fuzzy
|
||||
#| msgid "Buffer pool size"
|
||||
msgid "InnoDB buffer pool size"
|
||||
msgstr "Puskurivarannon koko"
|
||||
msgstr "InnoDB-puskurivarannon koko"
|
||||
|
||||
#: libraries/advisory_rules.txt:435
|
||||
#, fuzzy
|
||||
|
||||
30
po/fr.po
30
po/fr.po
@ -4,16 +4,16 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin-docs 4.0.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
|
||||
"POT-Creation-Date: 2017-08-10 09:13-0400\n"
|
||||
"PO-Revision-Date: 2017-06-26 19:08+0000\n"
|
||||
"Last-Translator: tmtisfree <tmtisfree@free.fr>\n"
|
||||
"Language-Team: French <https://hosted.weblate.org/projects/phpmyadmin/4-7/fr/"
|
||||
">\n"
|
||||
"PO-Revision-Date: 2017-09-03 19:35+0000\n"
|
||||
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
|
||||
"Language-Team: French "
|
||||
"<https://hosted.weblate.org/projects/phpmyadmin/4-7/fr/>\n"
|
||||
"Language: fr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 2.15-dev\n"
|
||||
"X-Generator: Weblate 2.17-dev\n"
|
||||
|
||||
#: ajax.php:16 ajax.php:33 export.php:192 schema_export.php:64
|
||||
msgid "Bad type!"
|
||||
@ -3056,11 +3056,8 @@ msgid "Collation"
|
||||
msgstr "Interclassement"
|
||||
|
||||
#: libraries/Charsets.php:244
|
||||
#, fuzzy
|
||||
#| msgctxt "Collation"
|
||||
#| msgid "Unknown"
|
||||
msgid "Unknown"
|
||||
msgstr "inconnu"
|
||||
msgstr "Inconnu"
|
||||
|
||||
#: libraries/Charsets.php:258
|
||||
msgctxt "Collation"
|
||||
@ -3318,11 +3315,9 @@ msgid "accent-sensitive"
|
||||
msgstr "sensible aux signes diacritiques"
|
||||
|
||||
#: libraries/Charsets.php:576
|
||||
#, fuzzy
|
||||
#| msgid "multilingual"
|
||||
msgctxt "Collation variant"
|
||||
msgid "multi-level"
|
||||
msgstr "multilingue"
|
||||
msgstr "multiniveau"
|
||||
|
||||
#: libraries/Charsets.php:579
|
||||
msgctxt "Collation variant"
|
||||
@ -5140,17 +5135,12 @@ msgstr ""
|
||||
"est incompatible avec phpMyAdmin et pourrait corrompre certaines données !"
|
||||
|
||||
#: libraries/common.inc.php:484
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "You have enabled mbstring.func_overload in your PHP configuration. This "
|
||||
#| "option is incompatible with phpMyAdmin and might cause some data to be "
|
||||
#| "corrupted!"
|
||||
msgid ""
|
||||
"You have disabled ini_get and/or ini_set in php.ini. This option is "
|
||||
"incompatible with phpMyAdmin!"
|
||||
msgstr ""
|
||||
"mbstring.func_overload a été activé dans la configuration PHP. Cette option "
|
||||
"est incompatible avec phpMyAdmin et pourrait corrompre certaines données !"
|
||||
"Vous avez désactivé ini_get et/ou ini_set dans php.ini. Ces options sont "
|
||||
"incompatibles avec phpMyAdmin !"
|
||||
|
||||
#: libraries/common.inc.php:517
|
||||
#, php-format
|
||||
@ -8358,7 +8348,7 @@ msgstr ""
|
||||
|
||||
#: libraries/dbi/DBIMysqli.php:158
|
||||
msgid "SSL connection enforced by server, automatically enabling it."
|
||||
msgstr ""
|
||||
msgstr "Connexion SSL imposée par le serveur, activée automatiquement."
|
||||
|
||||
#: libraries/display_change_password.lib.php:57
|
||||
#: libraries/replication_gui.lib.php:854
|
||||
|
||||
62
po/hu.po
62
po/hu.po
@ -4,16 +4,16 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.7.4-dev\n"
|
||||
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
|
||||
"POT-Creation-Date: 2017-08-10 09:13-0400\n"
|
||||
"PO-Revision-Date: 2017-05-14 17:04+0000\n"
|
||||
"Last-Translator: Balázs Úr <urbalazs@gmail.com>\n"
|
||||
"Language-Team: Hungarian <https://hosted.weblate.org/projects/phpmyadmin/4-7/"
|
||||
"hu/>\n"
|
||||
"PO-Revision-Date: 2017-08-24 14:56+0000\n"
|
||||
"Last-Translator: Józsa Csongor <jozsa.csongor@gmail.com>\n"
|
||||
"Language-Team: Hungarian "
|
||||
"<https://hosted.weblate.org/projects/phpmyadmin/4-7/hu/>\n"
|
||||
"Language: hu\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-dev\n"
|
||||
"X-Generator: Weblate 2.17-dev\n"
|
||||
|
||||
#: ajax.php:16 ajax.php:33 export.php:192 schema_export.php:64
|
||||
msgid "Bad type!"
|
||||
@ -1526,22 +1526,16 @@ msgid "Chart"
|
||||
msgstr "Diagram"
|
||||
|
||||
#: js/messages.php:298 libraries/display_export.lib.php:903
|
||||
#, fuzzy
|
||||
#| msgid "Database"
|
||||
msgctxt "Alias"
|
||||
msgid "Database"
|
||||
msgstr "Adatbázis"
|
||||
|
||||
#: js/messages.php:299 libraries/display_export.lib.php:915
|
||||
#, fuzzy
|
||||
#| msgid "Table"
|
||||
msgctxt "Alias"
|
||||
msgid "Table"
|
||||
msgstr "Tábla"
|
||||
|
||||
#: js/messages.php:300 libraries/display_export.lib.php:926
|
||||
#, fuzzy
|
||||
#| msgid "Column"
|
||||
msgctxt "Alias"
|
||||
msgid "Column"
|
||||
msgstr "Oszlop"
|
||||
@ -2611,19 +2605,19 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:737
|
||||
msgid "Very weak"
|
||||
msgstr ""
|
||||
msgstr "Nagyon gyenge"
|
||||
|
||||
#: js/messages.php:738
|
||||
msgid "Weak"
|
||||
msgstr ""
|
||||
msgstr "Gyenge"
|
||||
|
||||
#: js/messages.php:739
|
||||
msgid "Good"
|
||||
msgstr ""
|
||||
msgstr "Jó"
|
||||
|
||||
#: js/messages.php:740
|
||||
msgid "Strong"
|
||||
msgstr ""
|
||||
msgstr "Erős"
|
||||
|
||||
#: js/messages.php:769
|
||||
msgctxt "Previous month"
|
||||
@ -3030,126 +3024,90 @@ msgid "Collation"
|
||||
msgstr "Illesztés"
|
||||
|
||||
#: libraries/Charsets.php:244
|
||||
#, fuzzy
|
||||
#| msgid "unknown"
|
||||
msgid "Unknown"
|
||||
msgstr "ismeretlen"
|
||||
msgstr "Ismeretlen"
|
||||
|
||||
#: libraries/Charsets.php:258
|
||||
#, fuzzy
|
||||
#| msgid "Binary"
|
||||
msgctxt "Collation"
|
||||
msgid "Binary"
|
||||
msgstr "Bináris"
|
||||
|
||||
#: libraries/Charsets.php:270 libraries/Charsets.php:500
|
||||
#, fuzzy
|
||||
#| msgid "Unicode"
|
||||
msgctxt "Collation"
|
||||
msgid "Unicode"
|
||||
msgstr "Unicode"
|
||||
|
||||
#: libraries/Charsets.php:280 libraries/Charsets.php:451
|
||||
#, fuzzy
|
||||
#| msgid "West European"
|
||||
msgctxt "Collation"
|
||||
msgid "West European"
|
||||
msgstr "Nyugat-európai"
|
||||
|
||||
#: libraries/Charsets.php:287
|
||||
#, fuzzy
|
||||
#| msgid "Central European"
|
||||
msgctxt "Collation"
|
||||
msgid "Central European"
|
||||
msgstr "Közép-európai"
|
||||
|
||||
#: libraries/Charsets.php:292
|
||||
#, fuzzy
|
||||
#| msgid "Russian"
|
||||
msgctxt "Collation"
|
||||
msgid "Russian"
|
||||
msgstr "Orosz"
|
||||
|
||||
#: libraries/Charsets.php:297
|
||||
#, fuzzy
|
||||
#| msgid "Simplified Chinese"
|
||||
msgctxt "Collation"
|
||||
msgid "Simplified Chinese"
|
||||
msgstr "Egyszerűsített kínai"
|
||||
|
||||
#: libraries/Charsets.php:304 libraries/Charsets.php:422
|
||||
#, fuzzy
|
||||
#| msgid "Japanese"
|
||||
msgctxt "Collation"
|
||||
msgid "Japanese"
|
||||
msgstr "Japán"
|
||||
|
||||
#: libraries/Charsets.php:309
|
||||
#, fuzzy
|
||||
#| msgid "Baltic"
|
||||
msgctxt "Collation"
|
||||
msgid "Baltic"
|
||||
msgstr "Balti"
|
||||
|
||||
#: libraries/Charsets.php:314
|
||||
#, fuzzy
|
||||
#| msgid "Armenian"
|
||||
msgctxt "Collation"
|
||||
msgid "Armenian"
|
||||
msgstr "Örmény"
|
||||
|
||||
#: libraries/Charsets.php:317
|
||||
#, fuzzy
|
||||
#| msgid "Traditional Chinese"
|
||||
msgctxt "Collation"
|
||||
msgid "Traditional Chinese"
|
||||
msgstr "Hagyományos kínai"
|
||||
|
||||
#: libraries/Charsets.php:320
|
||||
#, fuzzy
|
||||
#| msgid "Cyrillic"
|
||||
msgctxt "Collation"
|
||||
msgid "Cyrillic"
|
||||
msgstr "Cirill"
|
||||
|
||||
#: libraries/Charsets.php:323
|
||||
#, fuzzy
|
||||
#| msgid "Arabic"
|
||||
msgctxt "Collation"
|
||||
msgid "Arabic"
|
||||
msgstr "Arab"
|
||||
|
||||
#: libraries/Charsets.php:326 libraries/Charsets.php:437
|
||||
#, fuzzy
|
||||
#| msgid "Korean"
|
||||
msgctxt "Collation"
|
||||
msgid "Korean"
|
||||
msgstr "Koreai"
|
||||
|
||||
#: libraries/Charsets.php:329
|
||||
#, fuzzy
|
||||
#| msgid "Hebrew"
|
||||
msgctxt "Collation"
|
||||
msgid "Hebrew"
|
||||
msgstr "Héber"
|
||||
|
||||
#: libraries/Charsets.php:332
|
||||
#, fuzzy
|
||||
#| msgid "Georgian"
|
||||
msgctxt "Collation"
|
||||
msgid "Georgian"
|
||||
msgstr "Grúz"
|
||||
|
||||
#: libraries/Charsets.php:335
|
||||
#, fuzzy
|
||||
#| msgid "Greek"
|
||||
msgctxt "Collation"
|
||||
msgid "Greek"
|
||||
msgstr "Görög"
|
||||
|
||||
#: libraries/Charsets.php:338
|
||||
#, fuzzy
|
||||
#| msgid "Czech-Slovak"
|
||||
msgctxt "Collation"
|
||||
msgid "Czech-Slovak"
|
||||
msgstr "Csehszlovák"
|
||||
|
||||
27
po/ja.po
27
po/ja.po
@ -4,16 +4,16 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.7.4-dev\n"
|
||||
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
|
||||
"POT-Creation-Date: 2017-08-10 09:13-0400\n"
|
||||
"PO-Revision-Date: 2017-07-23 07:19+0000\n"
|
||||
"PO-Revision-Date: 2017-09-21 07:46+0000\n"
|
||||
"Last-Translator: worldwideskier <worldwideskier@yahoo.co.jp>\n"
|
||||
"Language-Team: Japanese <https://hosted.weblate.org/projects/phpmyadmin/4-7/"
|
||||
"ja/>\n"
|
||||
"Language-Team: Japanese "
|
||||
"<https://hosted.weblate.org/projects/phpmyadmin/4-7/ja/>\n"
|
||||
"Language: ja\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 2.16-dev\n"
|
||||
"X-Generator: Weblate 2.17-dev\n"
|
||||
|
||||
#: ajax.php:16 ajax.php:33 export.php:192 schema_export.php:64
|
||||
msgid "Bad type!"
|
||||
@ -1373,10 +1373,9 @@ msgstr "%s を無効にする"
|
||||
|
||||
#. l10n: %d seconds
|
||||
#: js/messages.php:248
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Set long_query_time to %ds"
|
||||
#, php-format
|
||||
msgid "Set long_query_time to %d seconds."
|
||||
msgstr "long_query_time を %d 秒に設定する"
|
||||
msgstr "long_query_time を %d 秒に設定する。"
|
||||
|
||||
#: js/messages.php:250
|
||||
msgid ""
|
||||
@ -2188,9 +2187,7 @@ msgstr "MySQLは日付ピッカーで選択できない値を直接キー入力
|
||||
msgid ""
|
||||
"Indicates that you have made changes to this page; you will be prompted for "
|
||||
"confirmation before abandoning changes"
|
||||
msgstr ""
|
||||
"あなたがこのページに変更を加えた場合、変更を破棄する前に確認画面が表示される"
|
||||
"でしょう。"
|
||||
msgstr "あなたがこのページに変更を加えた場合、変更を破棄する前に確認画面が表示されるでしょう"
|
||||
|
||||
#: js/messages.php:549
|
||||
msgid "Select referenced key"
|
||||
@ -9403,15 +9400,15 @@ msgstr "インポートファイルをアップロードしています…"
|
||||
#: libraries/display_import.lib.php:491
|
||||
#, php-format
|
||||
msgid "%s/sec."
|
||||
msgstr "%s/秒"
|
||||
msgstr "%s/秒。"
|
||||
|
||||
#: libraries/display_import.lib.php:492
|
||||
msgid "About %MIN min. %SEC sec. remaining."
|
||||
msgstr "残り時間 約 %MIN 分 %SEC 秒"
|
||||
msgstr "残り時間 約 %MIN 分 %SEC 秒。"
|
||||
|
||||
#: libraries/display_import.lib.php:493
|
||||
msgid "About %SEC sec. remaining."
|
||||
msgstr "残り時間 約 %SEC 秒"
|
||||
msgstr "残り時間 約 %SEC 秒。"
|
||||
|
||||
#: libraries/display_import.lib.php:495
|
||||
msgid "The file is being processed, please be patient."
|
||||
@ -9784,7 +9781,7 @@ msgstr "返り値が空でした (行数 0)。"
|
||||
|
||||
#: libraries/import.lib.php:258 libraries/sql.lib.php:1388
|
||||
msgid "[ROLLBACK occurred.]"
|
||||
msgstr "ロールバックが発生しました。"
|
||||
msgstr "[ロールバックが発生しました。]"
|
||||
|
||||
#: libraries/import.lib.php:1204
|
||||
msgid ""
|
||||
@ -10022,7 +10019,7 @@ msgstr "以下のクエリを本当に実行しますか?"
|
||||
|
||||
#: libraries/navigation/Navigation.php:55
|
||||
msgid "An error has occurred while loading the navigation display"
|
||||
msgstr "ナビゲーション画面を読み込み中にエラーが発生しました。"
|
||||
msgstr "ナビゲーション画面を読み込み中にエラーが発生しました"
|
||||
|
||||
#: libraries/navigation/Navigation.php:193
|
||||
#, fuzzy
|
||||
|
||||
219
po/ko.po
219
po/ko.po
@ -4,8 +4,8 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.7.4-dev\n"
|
||||
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
|
||||
"POT-Creation-Date: 2017-08-10 09:13-0400\n"
|
||||
"PO-Revision-Date: 2017-08-20 01:46+0000\n"
|
||||
"Last-Translator: Kyeong Su Shin <cdac1234@gmail.com>\n"
|
||||
"PO-Revision-Date: 2017-10-04 19:50+0000\n"
|
||||
"Last-Translator: urty5656 <urty5656@gmail.com>\n"
|
||||
"Language-Team: Korean "
|
||||
"<https://hosted.weblate.org/projects/phpmyadmin/4-7/ko/>\n"
|
||||
"Language: ko\n"
|
||||
@ -1512,8 +1512,6 @@ msgid "Table"
|
||||
msgstr "테이블"
|
||||
|
||||
#: js/messages.php:300 libraries/display_export.lib.php:926
|
||||
#, fuzzy
|
||||
#| msgid "Column"
|
||||
msgctxt "Alias"
|
||||
msgid "Column"
|
||||
msgstr "컬럼명"
|
||||
@ -2151,7 +2149,7 @@ msgstr ""
|
||||
msgid ""
|
||||
"MySQL accepts additional values not selectable by the datepicker; key in "
|
||||
"those values directly if desired"
|
||||
msgstr "MySQL은 Datepicker에서 선택할 수 없는 추가 값을 수신합니다. 원하는 경우 해당 값의 키를 직접 입력합니다."
|
||||
msgstr "MySQL은 Datepicker에서 선택할 수 없는 추가 값을 수신합니다. 원하는 경우 해당 값의 키를 직접 입력합니다"
|
||||
|
||||
#: js/messages.php:544
|
||||
msgid ""
|
||||
@ -2977,8 +2975,6 @@ msgid "Collation"
|
||||
msgstr "데이터정렬방식"
|
||||
|
||||
#: libraries/Charsets.php:244
|
||||
#, fuzzy
|
||||
#| msgid "unknown"
|
||||
msgid "Unknown"
|
||||
msgstr "알수없음"
|
||||
|
||||
@ -3203,17 +3199,14 @@ msgid "Slovenian"
|
||||
msgstr "슬로베니아어"
|
||||
|
||||
#: libraries/Charsets.php:470 libraries/Charsets.php:530
|
||||
#, fuzzy
|
||||
#| msgid "Spanish"
|
||||
msgctxt "Collation"
|
||||
msgid "Spanish (modern)"
|
||||
msgstr "스페인어"
|
||||
msgstr "스페인어 (현대)"
|
||||
|
||||
#: libraries/Charsets.php:477 libraries/Charsets.php:527
|
||||
#, fuzzy
|
||||
msgctxt "Collation"
|
||||
msgid "Spanish (traditional)"
|
||||
msgstr "스페인어 (Traditional)"
|
||||
msgstr "스페인어 (고전)"
|
||||
|
||||
#: libraries/Charsets.php:496
|
||||
msgctxt "Collation"
|
||||
@ -3241,15 +3234,11 @@ msgid "accent-sensitive"
|
||||
msgstr "악센트 구분"
|
||||
|
||||
#: libraries/Charsets.php:576
|
||||
#, fuzzy
|
||||
#| msgid "multilingual"
|
||||
msgctxt "Collation variant"
|
||||
msgid "multi-level"
|
||||
msgstr "다국어"
|
||||
msgstr "다중레벨"
|
||||
|
||||
#: libraries/Charsets.php:579
|
||||
#, fuzzy
|
||||
#| msgid "Binary"
|
||||
msgctxt "Collation variant"
|
||||
msgid "binary"
|
||||
msgstr "바이너리"
|
||||
@ -3621,8 +3610,6 @@ msgid "Relational key"
|
||||
msgstr "관계키"
|
||||
|
||||
#: libraries/DisplayResults.php:1741
|
||||
#, fuzzy
|
||||
#| msgid "Display column for relations"
|
||||
msgid "Display column for relationships"
|
||||
msgstr "관계에 대해 칼럼 표시"
|
||||
|
||||
@ -5018,17 +5005,10 @@ msgstr ""
|
||||
"와 호환되지 않고 일부 데이터가 손상될 수 있습니다!"
|
||||
|
||||
#: libraries/common.inc.php:484
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "You have enabled mbstring.func_overload in your PHP configuration. This "
|
||||
#| "option is incompatible with phpMyAdmin and might cause some data to be "
|
||||
#| "corrupted!"
|
||||
msgid ""
|
||||
"You have disabled ini_get and/or ini_set in php.ini. This option is "
|
||||
"incompatible with phpMyAdmin!"
|
||||
msgstr ""
|
||||
"PHP 설정에서 mbstring.func_overload를 활성화해야합니다. 이 옵션은 phpMyAdmin"
|
||||
"와 호환되지 않고 일부 데이터가 손상될 수 있습니다!"
|
||||
msgstr "php.ini에서 ini_get 또는 ini_set이 비활성화 되었습니다. 이 설정은 phpMyAdmin과 호환되지 않습니다!"
|
||||
|
||||
#: libraries/common.inc.php:517
|
||||
#, php-format
|
||||
@ -5869,8 +5849,6 @@ msgstr "MIME 형식"
|
||||
|
||||
#: libraries/config/messages.inc.php:167 libraries/config/messages.inc.php:180
|
||||
#: libraries/config/messages.inc.php:221
|
||||
#, fuzzy
|
||||
#| msgid "Relations"
|
||||
msgid "Relationships"
|
||||
msgstr "관계"
|
||||
|
||||
@ -6806,7 +6784,7 @@ msgstr ""
|
||||
|
||||
#: libraries/config/messages.inc.php:570
|
||||
msgid "Missing phpMyAdmin configuration storage tables"
|
||||
msgstr "phpMyAdmin 설정 공간 테이블이 없습니다"
|
||||
msgstr "phpMyAdmin 설정 테이블 없음"
|
||||
|
||||
#: libraries/config/messages.inc.php:572
|
||||
msgid ""
|
||||
@ -7497,17 +7475,12 @@ msgid "Show last check timestamp"
|
||||
msgstr "최종 체크 시간 표시"
|
||||
|
||||
#: libraries/config/messages.inc.php:843
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "Show or hide a column displaying the Creation timestamp for all tables."
|
||||
msgid "Show or hide a column displaying the charset for all tables."
|
||||
msgstr "전체 테이블의 생성 시간을 표시하는 컬럼을 보이기/숨기기."
|
||||
msgstr "전체 테이블의 문자 인코딩을 표시하는 컬럼을 보이기/숨기기."
|
||||
|
||||
#: libraries/config/messages.inc.php:845
|
||||
#, fuzzy
|
||||
#| msgid "Table comments"
|
||||
msgid "Show table charset"
|
||||
msgstr "테이블 설명"
|
||||
msgstr "테이블 인코딩 보이기"
|
||||
|
||||
#: libraries/config/messages.inc.php:847
|
||||
msgid ""
|
||||
@ -7536,16 +7509,10 @@ msgid "Show hint"
|
||||
msgstr "힌트 보여주기"
|
||||
|
||||
#: libraries/config/messages.inc.php:858
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "Shows link to [a@https://secure.php.net/manual/function.phpinfo."
|
||||
#| "php]phpinfo()[/a] output."
|
||||
msgid ""
|
||||
"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
|
||||
"output."
|
||||
msgstr ""
|
||||
"[a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/a] 출력 링"
|
||||
"크 표시."
|
||||
msgstr "[a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] 출력 링크 표시."
|
||||
|
||||
#: libraries/config/messages.inc.php:861
|
||||
msgid "Show phpinfo() link"
|
||||
@ -7588,7 +7555,7 @@ msgstr ""
|
||||
|
||||
#: libraries/config/messages.inc.php:878
|
||||
msgid "Skip locked tables"
|
||||
msgstr "잠긴 테이블 건너띄기"
|
||||
msgstr "잠긴 테이블 건너뛰기"
|
||||
|
||||
#: libraries/config/messages.inc.php:884
|
||||
msgid ""
|
||||
@ -7615,10 +7582,8 @@ msgstr ""
|
||||
"를 끄기."
|
||||
|
||||
#: libraries/config/messages.inc.php:894
|
||||
#, fuzzy
|
||||
#| msgid "Login cookie validity"
|
||||
msgid "Login cookie validity warning"
|
||||
msgstr "로그인 쿠키 유효시간"
|
||||
msgstr "로그인 쿠키 유효시간 경고"
|
||||
|
||||
#: libraries/config/messages.inc.php:897
|
||||
msgid ""
|
||||
@ -7864,15 +7829,13 @@ msgstr "테이블 %s 을 비웠습니다."
|
||||
|
||||
#: libraries/controllers/database/DatabaseStructureController.php:596
|
||||
#: tbl_operations.php:383 view_operations.php:136
|
||||
#, fuzzy, php-format
|
||||
#| msgid "View %s has been dropped."
|
||||
#, php-format
|
||||
msgid "View %s has been dropped."
|
||||
msgstr "뷰 %s가 제거되었습니다."
|
||||
|
||||
#: libraries/controllers/database/DatabaseStructureController.php:597
|
||||
#: tbl_operations.php:384
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Table %s has been dropped."
|
||||
#, php-format
|
||||
msgid "Table %s has been dropped."
|
||||
msgstr "테이블 %s를 삭제했습니다."
|
||||
|
||||
@ -7974,16 +7937,13 @@ msgstr ""
|
||||
|
||||
#: libraries/controllers/server/ServerDatabasesController.php:582
|
||||
#: libraries/controllers/server/ServerDatabasesController.php:588
|
||||
#, fuzzy
|
||||
#| msgid "Enable Statistics"
|
||||
msgid "Enable statistics"
|
||||
msgstr "통계 보기"
|
||||
|
||||
#: libraries/controllers/server/ServerVariablesController.php:113
|
||||
#, 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/controllers/server/ServerVariablesController.php:231
|
||||
msgid "Setting variable failed"
|
||||
@ -8011,16 +7971,12 @@ msgid "Table %1$s has been altered successfully."
|
||||
msgstr "테이블 %1$s 가 성공적으로 수정되었습니다."
|
||||
|
||||
#: libraries/controllers/table/TableRelationController.php:212
|
||||
#, fuzzy
|
||||
#| msgid "Thread %s was successfully killed."
|
||||
msgid "Display column was successfully updated."
|
||||
msgstr "쓰레드 %s 를 죽였습니다."
|
||||
msgstr "보여지는 칼럼값이 성공적으로 업데이트 되었습니다."
|
||||
|
||||
#: libraries/controllers/table/TableRelationController.php:282
|
||||
#, fuzzy
|
||||
#| msgid "Internal relations were successfully updated."
|
||||
msgid "Internal relationships were successfully updated."
|
||||
msgstr "내부 릴레이션(들)이 성공적으로 갱신되었습니다."
|
||||
msgstr "내부 관계가 성공적으로 갱신되었습니다."
|
||||
|
||||
#: libraries/controllers/table/TableSearchController.php:768
|
||||
msgid "Table search"
|
||||
@ -8056,11 +8012,10 @@ msgid "Query error"
|
||||
msgstr "질의 오류"
|
||||
|
||||
#: libraries/controllers/table/TableStructureController.php:961
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Table %1$s has been altered successfully."
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Table %1$s has been altered successfully. Privileges have been adjusted."
|
||||
msgstr "테이블 %1$s 가 성공적으로 수정되었습니다."
|
||||
msgstr "테이블 %1$s 가 성공적으로 수정되었습니다. 권한이 조정되었습니다."
|
||||
|
||||
#: libraries/controllers/table/TableStructureController.php:1181
|
||||
#: templates/table/structure/check_all_table_column.phtml:18
|
||||
@ -8183,16 +8138,12 @@ msgid "Export templates:"
|
||||
msgstr "내보내기 형식"
|
||||
|
||||
#: libraries/display_export.lib.php:207
|
||||
#, fuzzy
|
||||
#| msgid "File name template:"
|
||||
msgid "New template:"
|
||||
msgstr "파일명 템플릿:"
|
||||
msgstr "새 템플릿:"
|
||||
|
||||
#: libraries/display_export.lib.php:210
|
||||
#, fuzzy
|
||||
#| msgid "Table name"
|
||||
msgid "Template name"
|
||||
msgstr "테이블 이름"
|
||||
msgstr "템플릿 이름"
|
||||
|
||||
#: libraries/display_export.lib.php:212
|
||||
#: templates/server/databases/create.phtml:22
|
||||
@ -8206,22 +8157,16 @@ msgid "Existing templates:"
|
||||
msgstr "파일명 템플릿:"
|
||||
|
||||
#: libraries/display_export.lib.php:220
|
||||
#, fuzzy
|
||||
#| msgid "Temp disk rate"
|
||||
msgid "Template:"
|
||||
msgstr "임시 디스크 비율"
|
||||
msgstr "템플릿:"
|
||||
|
||||
#: libraries/display_export.lib.php:225
|
||||
#, fuzzy
|
||||
#| msgid "Updated"
|
||||
msgid "Update"
|
||||
msgstr "수정됨"
|
||||
msgstr "업데이트"
|
||||
|
||||
#: libraries/display_export.lib.php:247
|
||||
#, fuzzy
|
||||
#| msgid "Select a table"
|
||||
msgid "Select a template"
|
||||
msgstr "테이블 선택"
|
||||
msgstr "템플릿 선택"
|
||||
|
||||
#: libraries/display_export.lib.php:296
|
||||
msgid "Export method:"
|
||||
@ -8340,16 +8285,12 @@ msgid "View output as text"
|
||||
msgstr "출력를 텍스트로 표시"
|
||||
|
||||
#: libraries/display_export.lib.php:752
|
||||
#, fuzzy
|
||||
#| msgid "Export views as tables"
|
||||
msgid "Export databases as separate files"
|
||||
msgstr "뷰를 테이블로 내보내기"
|
||||
msgstr "데이터베이스를 파일로 내보내기"
|
||||
|
||||
#: libraries/display_export.lib.php:754
|
||||
#, fuzzy
|
||||
#| msgid "Export table headers"
|
||||
msgid "Export tables as separate files"
|
||||
msgstr "테이블 제목(header) 내보내기"
|
||||
msgstr "테이블을 파일로 내보내기"
|
||||
|
||||
#: libraries/display_export.lib.php:784 libraries/display_export.lib.php:960
|
||||
msgid "Rename exported databases/tables/columns"
|
||||
@ -8996,12 +8937,9 @@ msgid "Edit next row"
|
||||
msgstr "다음 행 수정"
|
||||
|
||||
#: libraries/insert_edit.lib.php:1609
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
|
||||
msgid ""
|
||||
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere."
|
||||
msgstr "TAB 키나 CTRL+화살표로 값 사이를 이동할 수 있습니다"
|
||||
msgstr "TAB 키나 CTRL+화살표로 값 사이를 이동할 수 있습니다."
|
||||
|
||||
#: libraries/insert_edit.lib.php:1646 libraries/replication_gui.lib.php:544
|
||||
#: libraries/rte/rte_routines.lib.php:1609
|
||||
@ -9044,10 +8982,8 @@ msgid "Data only"
|
||||
msgstr "데이터만"
|
||||
|
||||
#: libraries/mult_submits.lib.php:353
|
||||
#, fuzzy
|
||||
#| msgid "Add AUTO_INCREMENT value"
|
||||
msgid "Add AUTO INCREMENT value"
|
||||
msgstr "AUTO_INCREMENT 값 추가"
|
||||
msgstr "AUTO INCREMENT 값 추가"
|
||||
|
||||
#: libraries/mult_submits.lib.php:355 libraries/operations.lib.php:227
|
||||
#: libraries/operations.lib.php:1277
|
||||
@ -9059,8 +8995,6 @@ msgstr "제약조건 추가"
|
||||
#: libraries/operations.lib.php:947 libraries/operations.lib.php:1296
|
||||
#: libraries/rte/rte_routines.lib.php:1007
|
||||
#: templates/columns_definitions/table_fields_definitions.phtml:47
|
||||
#, fuzzy
|
||||
#| msgid "Edit Privileges"
|
||||
msgid "Adjust privileges"
|
||||
msgstr "권한 수정"
|
||||
|
||||
@ -9081,16 +9015,12 @@ msgid "Do you really want to execute the following query?"
|
||||
msgstr "정말로 다음 쿼리를 실행하시겠습니까?"
|
||||
|
||||
#: libraries/navigation/Navigation.php:55
|
||||
#, fuzzy
|
||||
#| msgid "An error has occurred while loading the navigation tree"
|
||||
msgid "An error has occurred while loading the navigation display"
|
||||
msgstr "네비게이션 트리를 불러오는 도중 에러가 발생함"
|
||||
msgstr "네비게이션 디스플레이를 불러오는 도중 에러가 발생함"
|
||||
|
||||
#: libraries/navigation/Navigation.php:193
|
||||
#, fuzzy
|
||||
#| msgid "Column names: "
|
||||
msgid "Groups:"
|
||||
msgstr "열(컬럼) 이름: "
|
||||
msgstr "그룹:"
|
||||
|
||||
#: libraries/navigation/Navigation.php:194
|
||||
msgid "Events:"
|
||||
@ -9122,10 +9052,8 @@ msgid "Log out"
|
||||
msgstr "로그아웃"
|
||||
|
||||
#: libraries/navigation/NavigationHeader.php:172
|
||||
#, fuzzy
|
||||
#| msgid "Dumping data for table"
|
||||
msgid "Empty session data"
|
||||
msgstr "테이블의 덤프 데이터"
|
||||
msgstr "빈 세션 데이터"
|
||||
|
||||
#: libraries/navigation/NavigationHeader.php:190
|
||||
msgid "phpMyAdmin documentation"
|
||||
@ -9158,8 +9086,6 @@ msgstr ""
|
||||
|
||||
#: libraries/navigation/NavigationTree.php:1368
|
||||
#: libraries/navigation/NavigationTree.php:1399
|
||||
#, fuzzy
|
||||
#| msgid "Save as file"
|
||||
msgid "Clear fast filter"
|
||||
msgstr "빠른 필터 비우기"
|
||||
|
||||
@ -9174,10 +9100,9 @@ msgid "Invalid class name \"%1$s\", using default of \"Node\""
|
||||
msgstr "\"%1$s\"를 클래스 이름으로 사용할 수 없음, 기본 값 \"Node\"를 사용"
|
||||
|
||||
#: libraries/navigation/NodeFactory.php:61
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Could not add columns!"
|
||||
#, php-format
|
||||
msgid "Could not load class \"%1$s\""
|
||||
msgstr "컬럼을 추가할 수 없음!"
|
||||
msgstr "클래스 \"%1$s\"를 불러올 수 없음"
|
||||
|
||||
#: libraries/navigation/nodes/Node.php:798
|
||||
msgid "Expand/Collapse"
|
||||
@ -9203,9 +9128,6 @@ msgid "Show hidden items"
|
||||
msgstr "숨겨진 항목 보기"
|
||||
|
||||
#: libraries/navigation/nodes/NodeDatabaseContainer.php:36
|
||||
#, fuzzy
|
||||
#| msgctxt "Create new procedure"
|
||||
#| msgid "New"
|
||||
msgctxt "Create new database"
|
||||
msgid "New"
|
||||
msgstr "새로운"
|
||||
@ -9340,16 +9262,12 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#: libraries/normalization.lib.php:209
|
||||
#, fuzzy
|
||||
#| msgid "Add primary key"
|
||||
msgid "+ Add a new primary key column"
|
||||
msgstr "+ 새로운 기본키를 컬럼에 추가"
|
||||
msgstr "+ 새로운 기본키 컬럼 추가"
|
||||
|
||||
#: libraries/normalization.lib.php:232
|
||||
#, fuzzy
|
||||
#| msgid "Remove from Favorites"
|
||||
msgid "Remove redundant columns"
|
||||
msgstr "즐겨찾기에서 삭제"
|
||||
msgstr "불필요한 컬럼 제거"
|
||||
|
||||
#: libraries/normalization.lib.php:235
|
||||
msgid ""
|
||||
@ -9369,10 +9287,8 @@ msgid "Remove selected"
|
||||
msgstr "선택된 것 삭제"
|
||||
|
||||
#: libraries/normalization.lib.php:247
|
||||
#, fuzzy
|
||||
#| msgid "Add column"
|
||||
msgid "No redundant column"
|
||||
msgstr "컬럼 추가"
|
||||
msgstr "불필요한 컬럼 없음"
|
||||
|
||||
#: libraries/normalization.lib.php:270
|
||||
msgid "Move repeating groups"
|
||||
@ -9989,10 +9905,8 @@ msgstr "객체 생성 옵션"
|
||||
|
||||
#: libraries/plugins/export/ExportLatex.php:118
|
||||
#: libraries/plugins/export/ExportLatex.php:170
|
||||
#, fuzzy
|
||||
#| msgid "Table comments:"
|
||||
msgid "Table caption:"
|
||||
msgstr "테이블 설명:"
|
||||
msgstr "테이블 주석:"
|
||||
|
||||
#: libraries/plugins/export/ExportLatex.php:124
|
||||
#: libraries/plugins/export/ExportLatex.php:176
|
||||
@ -10073,16 +9987,12 @@ msgid "Report title:"
|
||||
msgstr "보고서 제목:"
|
||||
|
||||
#: libraries/plugins/export/ExportPdf.php:233
|
||||
#, fuzzy
|
||||
#| msgid "Dumping data for table"
|
||||
msgid "Dumping data"
|
||||
msgstr "테이블의 덤프 데이터"
|
||||
msgstr "덤프 데이터"
|
||||
|
||||
#: libraries/plugins/export/ExportPdf.php:288
|
||||
#, fuzzy
|
||||
#| msgid "structure"
|
||||
msgid "View structure"
|
||||
msgstr "구조"
|
||||
msgstr "구조 보기"
|
||||
|
||||
#: libraries/plugins/export/ExportPdf.php:291
|
||||
#, fuzzy
|
||||
@ -10137,10 +10047,9 @@ msgid "(less efficient as indexes will be generated during table creation)"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/plugins/export/ExportSql.php:294
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Session value"
|
||||
#, php-format
|
||||
msgid "%s value"
|
||||
msgstr "세션 값"
|
||||
msgstr "%s 값"
|
||||
|
||||
#: libraries/plugins/export/ExportSql.php:328
|
||||
msgid ""
|
||||
@ -10392,16 +10301,14 @@ msgstr ""
|
||||
|
||||
#: libraries/plugins/import/ImportCsv.php:300
|
||||
#: libraries/plugins/import/ImportCsv.php:661
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Invalid rule declaration on line %s."
|
||||
#, php-format
|
||||
msgid "Invalid format of CSV input on line %d."
|
||||
msgstr "%s 행에 잘못된 규칙 선언"
|
||||
msgstr "%d 행에 잘못된 형식."
|
||||
|
||||
#: libraries/plugins/import/ImportCsv.php:531
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Invalid rule declaration on line %s."
|
||||
#, php-format
|
||||
msgid "Invalid column count in CSV input on line %d."
|
||||
msgstr "%s 행에 잘못된 규칙 선언"
|
||||
msgstr "%d 행에 잘못된 컬럼 수."
|
||||
|
||||
#: libraries/plugins/import/ImportLdi.php:111
|
||||
msgid "This plugin does not support compressed imports!"
|
||||
@ -10476,24 +10383,20 @@ msgstr "스키마 에러: "
|
||||
#: libraries/plugins/schema/SchemaDia.php:60
|
||||
#: libraries/plugins/schema/SchemaEps.php:68
|
||||
#: libraries/plugins/schema/SchemaPdf.php:68
|
||||
#, fuzzy
|
||||
#| msgid "Creation:"
|
||||
msgid "Orientation"
|
||||
msgstr "생성:"
|
||||
msgstr "화면 방향"
|
||||
|
||||
#: libraries/plugins/schema/SchemaDia.php:64
|
||||
#: libraries/plugins/schema/SchemaEps.php:72
|
||||
#: libraries/plugins/schema/SchemaPdf.php:72
|
||||
msgid "Landscape"
|
||||
msgstr ""
|
||||
msgstr "가로"
|
||||
|
||||
#: libraries/plugins/schema/SchemaDia.php:65
|
||||
#: libraries/plugins/schema/SchemaEps.php:73
|
||||
#: libraries/plugins/schema/SchemaPdf.php:73
|
||||
#, fuzzy
|
||||
#| msgid "Point"
|
||||
msgid "Portrait"
|
||||
msgstr "포인트"
|
||||
msgstr "세로"
|
||||
|
||||
#: libraries/plugins/schema/SchemaEps.php:62
|
||||
#: libraries/plugins/schema/SchemaPdf.php:62
|
||||
@ -10503,32 +10406,24 @@ msgstr ""
|
||||
|
||||
#: libraries/plugins/schema/SchemaPdf.php:87
|
||||
msgid "Show grid"
|
||||
msgstr "grid 보기"
|
||||
msgstr "그리드 표시"
|
||||
|
||||
#: libraries/plugins/schema/SchemaPdf.php:93
|
||||
#: templates/database/structure/print_view_data_dictionary_link.phtml:6
|
||||
#, fuzzy
|
||||
#| msgid "Data Dictionary"
|
||||
msgid "Data dictionary"
|
||||
msgstr "데이터 사전 (전체 구조보기)"
|
||||
msgstr "데이터 사전"
|
||||
|
||||
#: libraries/plugins/schema/SchemaPdf.php:99
|
||||
#, fuzzy
|
||||
#| msgid "neither of the above"
|
||||
msgid "Order of the tables"
|
||||
msgstr "위의 것 모두 아님"
|
||||
msgstr "테이블 정렬 순서"
|
||||
|
||||
#: libraries/plugins/schema/SchemaPdf.php:104
|
||||
#, fuzzy
|
||||
#| msgid "Ascending"
|
||||
msgid "Name (Ascending)"
|
||||
msgstr "오름차순"
|
||||
msgstr "이름 (오름차순)"
|
||||
|
||||
#: libraries/plugins/schema/SchemaPdf.php:105
|
||||
#, fuzzy
|
||||
#| msgid "Descending"
|
||||
msgid "Name (Descending)"
|
||||
msgstr "내림차순"
|
||||
msgstr "이름 (내림차순)"
|
||||
|
||||
#: libraries/plugins/schema/dia/TableStatsDia.php:74
|
||||
#: libraries/plugins/schema/eps/TableStatsEps.php:92
|
||||
@ -10545,10 +10440,8 @@ msgid "Schema of the %s database - Page %s"
|
||||
msgstr "데이터베이스 %s의 스키마 - 페이지 %s"
|
||||
|
||||
#: libraries/plugins/schema/pdf/Pdf.php:238
|
||||
#, fuzzy
|
||||
#| msgid "Invalid export type"
|
||||
msgid "PDF export page"
|
||||
msgstr "잘못된 내보내기 타입"
|
||||
msgstr "PDF 내보내기 페이지"
|
||||
|
||||
#: libraries/plugins/schema/pdf/PdfRelationSchema.php:102
|
||||
#, php-format
|
||||
|
||||
179
po/lv.po
179
po/lv.po
@ -4,16 +4,16 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.7.4-dev\n"
|
||||
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
|
||||
"POT-Creation-Date: 2017-08-10 09:13-0400\n"
|
||||
"PO-Revision-Date: 2017-06-14 14:29+0000\n"
|
||||
"PO-Revision-Date: 2017-09-15 07:47+0000\n"
|
||||
"Last-Translator: Māris <weblate@netparks.lv>\n"
|
||||
"Language-Team: Latvian <https://hosted.weblate.org/projects/phpmyadmin/4-7/"
|
||||
"lv/>\n"
|
||||
"Language-Team: Latvian "
|
||||
"<https://hosted.weblate.org/projects/phpmyadmin/4-7/lv/>\n"
|
||||
"Language: lv\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 != 0 ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 2.15-dev\n"
|
||||
"X-Generator: Weblate 2.17-dev\n"
|
||||
|
||||
#: ajax.php:16 ajax.php:33 export.php:192 schema_export.php:64
|
||||
msgid "Bad type!"
|
||||
@ -32,12 +32,12 @@ msgstr "Centrālais kolonnu saraksts pašreizējai datubāzei ir tukšs."
|
||||
|
||||
#: db_central_columns.php:133
|
||||
msgid "Click to sort."
|
||||
msgstr "Spied, lai kārtotu."
|
||||
msgstr "Kārtot."
|
||||
|
||||
#: db_central_columns.php:150
|
||||
#, php-format
|
||||
msgid "Showing rows %1$s - %2$s."
|
||||
msgstr "Tiek rādītas %1$s - %2$s rindas."
|
||||
msgstr "Tiek rādītas rindas no %1$s līdz %2$s."
|
||||
|
||||
#: db_datadict.php:59 libraries/operations.lib.php:36
|
||||
msgid "Database comment"
|
||||
@ -121,7 +121,7 @@ msgstr "Tips"
|
||||
#: templates/table/search/zoom_result_form.phtml:34
|
||||
#: templates/table/structure/table_structure_header.phtml:11
|
||||
msgid "Null"
|
||||
msgstr "Nulle"
|
||||
msgstr "Null"
|
||||
|
||||
#: db_datadict.php:118 libraries/central_columns.lib.php:700
|
||||
#: libraries/central_columns.lib.php:1385
|
||||
@ -241,7 +241,7 @@ msgstr "Apskatīt datubāzes dampu (shēmu)"
|
||||
#: libraries/controllers/database/DatabaseStructureController.php:168
|
||||
#: libraries/navigation/NavigationTree.php:924
|
||||
msgid "No tables found in database."
|
||||
msgstr "Tabulas nav atrastas šajā datubāzē."
|
||||
msgstr "Šajā datubāzē tabulas nav atrastas."
|
||||
|
||||
#: db_export.php:65 libraries/ServerStatusData.php:128
|
||||
#: libraries/config/messages.inc.php:273
|
||||
@ -292,7 +292,7 @@ msgstr "Iezīmēt visu"
|
||||
|
||||
#: db_operations.php:50 tbl_create.php:23
|
||||
msgid "The database name is empty!"
|
||||
msgstr "Datubāzes nosaukums ir tukšs!"
|
||||
msgstr "Nav norādīts datu bāzes nosaukums!"
|
||||
|
||||
#: db_operations.php:138
|
||||
#, php-format
|
||||
@ -305,15 +305,12 @@ msgid "Database %1$s has been copied to %2$s."
|
||||
msgstr "Datubāze %1$s tika pārkopēta uz %2$s."
|
||||
|
||||
#: db_operations.php:279
|
||||
#, fuzzy, php-format
|
||||
#| msgid ""
|
||||
#| "The phpMyAdmin configuration storage has been deactivated. To find out "
|
||||
#| "why click %shere%s."
|
||||
#, php-format
|
||||
msgid ""
|
||||
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
|
||||
msgstr ""
|
||||
"Papildiespējas darbam ar saistītām tabulām tika izslēgtas. Lai uzzinātu "
|
||||
"kāpēc, klikškiniet %sšeit%s."
|
||||
"Papildiespējas darbam ar saistītām tabulām ir izslēgtas. %sNoskaidrot "
|
||||
"kāpēc%s."
|
||||
|
||||
#: db_qbe.php:126
|
||||
msgid "You have to choose at least one column to display!"
|
||||
@ -343,10 +340,8 @@ msgstr ""
|
||||
"Versija %1$s iezīmētajām tabulām tika izveidota, to atsekošana ir aktīva."
|
||||
|
||||
#: db_tracking.php:93
|
||||
#, fuzzy
|
||||
#| msgid "No databases selected."
|
||||
msgid "No tables selected."
|
||||
msgstr "Datubāze nav izvēlēta."
|
||||
msgstr "Nav izvēlēta tabula."
|
||||
|
||||
#: db_tracking.php:150
|
||||
msgid "Database Log"
|
||||
@ -362,7 +357,7 @@ msgstr ""
|
||||
|
||||
#: error_report.php:72
|
||||
msgid "Thank you for submitting this report."
|
||||
msgstr "Paldies Jums, ka iesniedzāt kļūdu atskaiti."
|
||||
msgstr "Paldies, ka iesniedzāt kļūdu atskaiti."
|
||||
|
||||
#: error_report.php:76
|
||||
msgid ""
|
||||
@ -378,7 +373,7 @@ msgstr "Ja Jums rodas problēmas, lūdzu manuāli iesniedziet kļūdu atskaiti."
|
||||
|
||||
#: error_report.php:85
|
||||
msgid "You may want to refresh the page."
|
||||
msgstr "Jūs varētu vēlēties atjaunot lapu."
|
||||
msgstr "Varētu būt derīgi pārlādēt lapu."
|
||||
|
||||
#: export.php:275
|
||||
msgid "Bad parameters!"
|
||||
@ -534,8 +529,8 @@ msgid ""
|
||||
"You probably tried to upload a file that is too large. Please refer to "
|
||||
"%sdocumentation%s for a workaround for this limit."
|
||||
msgstr ""
|
||||
"Visticamāk Jūs mēģinājāt augšupielādēt failu, kas ir par lielu. Skaties "
|
||||
"%sdocumentation%s, lai atrastu risinājumu šai problēmai."
|
||||
"Visticamāk jūs mēģinājāt augšupielādēt failu, kas ir par lielu. Risinājumu "
|
||||
"droši vien var atrast %sdokumentācijā%s."
|
||||
|
||||
#: import.php:367 import.php:568
|
||||
msgid "Showing bookmark"
|
||||
@ -551,13 +546,13 @@ msgid ""
|
||||
"file size exceeded the maximum size permitted by your PHP configuration. See "
|
||||
"[doc@faq1-16]FAQ 1.16[/doc]."
|
||||
msgstr ""
|
||||
"Netika saņemti dati, ko importēt. Vai nu nebija ievadīts faila nosaukums, "
|
||||
"Netika saņemti importējamie dati. Vai nu nebija ievadīts faila nosaukums, "
|
||||
"vai arī faila izmērs pārsniedza maksimālo izmēru, ko pieļauj jūsu PHP "
|
||||
"configurācija. Skatīt [doc@faq1-16]FAQ[/doc]."
|
||||
"configurācija. Skatīt [doc@faq1-16]BUJ 1.16[/doc]."
|
||||
|
||||
#: import.php:529 libraries/display_import.lib.php:665
|
||||
msgid "Could not load import plugins, please check your installation!"
|
||||
msgstr "Nevar ielādēt importētos spraudņus, lūdzu pārbaudi savu instalāciju!"
|
||||
msgstr "Nevar ielādēt importētos spraudņus, lūdzu pārbaudiet savu instalāciju!"
|
||||
|
||||
#: import.php:571 libraries/sql.lib.php:788 libraries/sql.lib.php:1564
|
||||
#, php-format
|
||||
@ -565,31 +560,30 @@ msgid "Bookmark %s has been created."
|
||||
msgstr "Grāmatzīme %s ir izveidota."
|
||||
|
||||
#: import.php:581
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Import has been successfully finished, %d queries executed."
|
||||
#, php-format
|
||||
msgid "Import has been successfully finished, %d query executed."
|
||||
msgid_plural "Import has been successfully finished, %d queries executed."
|
||||
msgstr[0] "Importēšana veiksmīga, %d pieprasījumi izpildīti."
|
||||
msgstr[1] "Importēšana veiksmīga, %d pieprasījumi izpildīti."
|
||||
msgstr[2] "Importēšana veiksmīga, %d pieprasījumi izpildīti."
|
||||
msgstr[0] "Importēšana pabeigta veiksmīgi, izpildīts %d vaicājums."
|
||||
msgstr[1] "Importēšana pabeigta veiksmīgi, izpildīti %d vaicājumi."
|
||||
msgstr[2] "Importēšana pabeigta veiksmīgi, izpildīti %d vaicājumi."
|
||||
|
||||
#: import.php:612
|
||||
#, fuzzy, php-format
|
||||
#| msgid ""
|
||||
#| "Script timeout passed, if you want to finish import, please resubmit same "
|
||||
#| "file and import will resume."
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Script timeout passed, if you want to finish import, please %sresubmit the "
|
||||
"same file%s and import will resume."
|
||||
msgstr ""
|
||||
"Ir iestājies skripta noilgums, ja jūs vēlaties beigt importu, tad atkal "
|
||||
"izvēlieties to pašu failu un importēšana turpināsies."
|
||||
"Ir iestājies skripta noilgums, ja vēlaties pabeigt importu līdz galam, tad %"
|
||||
"sizvēlieties vēlreiz to pašu failu%s un importēšana turpināsies."
|
||||
|
||||
#: import.php:622
|
||||
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."
|
||||
msgstr ""
|
||||
"Diemžēl pēdējā palaišanas reizē netika apstrādāti nekādi dati. Tas nozīmē, "
|
||||
"ka phpMyAdmin nebūs spējīgs pabeigt importu, ja vien nepalielināsiet php "
|
||||
"izpildes laika ierobežojumus."
|
||||
|
||||
#: import.php:693 sql.php:163
|
||||
msgid "\"DROP DATABASE\" statements are disabled."
|
||||
@ -597,7 +591,7 @@ msgstr "\"DROP DATABASE\" komanda ir aizliegta."
|
||||
|
||||
#: import_status.php:105
|
||||
msgid "Could not load the progress of the import."
|
||||
msgstr ""
|
||||
msgstr "Neizdevās ielādēt importa progresu."
|
||||
|
||||
#: import_status.php:114 js/messages.php:455 js/messages.php:619
|
||||
#: libraries/Util.php:689 libraries/export.lib.php:518
|
||||
@ -610,6 +604,8 @@ msgid ""
|
||||
"You were logged out from one server, to logout completely from phpMyAdmin, "
|
||||
"you need to logout from all servers."
|
||||
msgstr ""
|
||||
"Jūs atslēdzāties no viena servera. Lai atslēgtos no phpMyAdmin pilnībā, "
|
||||
"jāatslēdzas no visiem serveriem."
|
||||
|
||||
#: index.php:160 libraries/Footer.php:69
|
||||
msgid "phpMyAdmin Demo Server"
|
||||
@ -622,14 +618,12 @@ msgid ""
|
||||
"change root, debian-sys-maint and pma users. More information is available "
|
||||
"at %s."
|
||||
msgstr ""
|
||||
"Jūs izmantojat demo serveri. Jūs šeit varat darīt visu, bet lūdzu nemainat "
|
||||
"Jūs izmantojat demo serveri. Jūs šeit varat darīt visu, bet lūdzu nemainiet "
|
||||
"root, debian-sys-maint un pma users tabulas. Vairāk informācijas %s."
|
||||
|
||||
#: index.php:174
|
||||
#, fuzzy
|
||||
#| msgid "General Settings"
|
||||
msgid "General settings"
|
||||
msgstr "Galvenie uzstādījumi"
|
||||
msgstr "Galvenie iestatījumi"
|
||||
|
||||
#: index.php:204 js/messages.php:644
|
||||
#: libraries/display_change_password.lib.php:47
|
||||
@ -642,14 +636,12 @@ msgid "Server connection collation"
|
||||
msgstr "MySQL savienojuma kārtošana"
|
||||
|
||||
#: index.php:242
|
||||
#, fuzzy
|
||||
#| msgid "Appearance Settings"
|
||||
msgid "Appearance settings"
|
||||
msgstr "Izskata uzstādījumi"
|
||||
msgstr "Izskata iestatījumi"
|
||||
|
||||
#: index.php:275 prefs_manage.php:294
|
||||
msgid "More settings"
|
||||
msgstr "Pārējie uzstādījumi"
|
||||
msgstr "Pārējie iestatījumi"
|
||||
|
||||
#: index.php:297
|
||||
msgid "Database server"
|
||||
@ -694,10 +686,8 @@ msgid "PHP extension:"
|
||||
msgstr "PHP paplašinājums:"
|
||||
|
||||
#: index.php:365
|
||||
#, fuzzy
|
||||
#| msgid "PHP Version"
|
||||
msgid "PHP version:"
|
||||
msgstr "PHP Versija"
|
||||
msgstr "PHP versija:"
|
||||
|
||||
#: index.php:376
|
||||
msgid "Show PHP information"
|
||||
@ -733,7 +723,7 @@ msgstr "Izmaiņu saraksts"
|
||||
|
||||
#: index.php:441 templates/server/plugins/section.phtml:12
|
||||
msgid "License"
|
||||
msgstr ""
|
||||
msgstr "Licence"
|
||||
|
||||
#: index.php:461
|
||||
msgid ""
|
||||
@ -741,6 +731,10 @@ msgid ""
|
||||
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
|
||||
"split strings correctly and it may result in unexpected results."
|
||||
msgstr ""
|
||||
"Netika atrasts PHP paplašinājums \"mbstring\" un izskatās, ka jūs lietojat "
|
||||
"vairākbaitu rakstzīmju kopu (multibyte charset). Bez \"mbstring\" "
|
||||
"paplašinājuma phpMyAdmin nebūs spējīgs pareizi sadalīt simbolu virknes un "
|
||||
"tas var novest pie negaidītiem rezultātiem."
|
||||
|
||||
#: index.php:476
|
||||
msgid ""
|
||||
@ -764,7 +758,7 @@ msgstr ""
|
||||
|
||||
#: index.php:525
|
||||
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
|
||||
msgstr "Konfigurācijas fails tagad prasa slepeno paroli (blowfish_secret)."
|
||||
msgstr "Konfigurācijas failā jānorāda slepenā parole (blowfish_secret)."
|
||||
|
||||
#: index.php:532
|
||||
msgid "The secret passphrase in configuration (blowfish_secret) is too short."
|
||||
@ -809,7 +803,7 @@ msgstr "Apstiprināt"
|
||||
#: js/messages.php:44
|
||||
#, php-format
|
||||
msgid "Do you really want to execute \"%s\"?"
|
||||
msgstr "Vai Jūs tiešām gribat izpildīt \"%s\"?"
|
||||
msgstr "Vai tiešām vēlaties izpildīt vaicājumu \"%s\"?"
|
||||
|
||||
#: js/messages.php:46 libraries/mult_submits.lib.php:444
|
||||
msgid "You are about to DESTROY a complete database!"
|
||||
@ -859,7 +853,7 @@ msgstr "Ļauj ievietot un mainīt datus."
|
||||
|
||||
#: js/messages.php:61
|
||||
msgid "Deleting tracking data"
|
||||
msgstr "Izsekošanas datu dzēšana"
|
||||
msgstr "Atsekošanas datu dzēšana"
|
||||
|
||||
#: js/messages.php:62
|
||||
msgid "Dropping Primary Key/Index"
|
||||
@ -873,7 +867,7 @@ msgstr "Nepārbaudīt ārējās atslēgas"
|
||||
|
||||
#: js/messages.php:65
|
||||
msgid "This operation could take a long time. Proceed anyway?"
|
||||
msgstr "Šī operacīja var aizņemt ilgāku laiku. Turpināt?"
|
||||
msgstr "Šī operācija var aizņemt ilgu laiku. Turpināt?"
|
||||
|
||||
#: js/messages.php:67
|
||||
#, php-format
|
||||
@ -1085,16 +1079,16 @@ msgstr "Y Vērtība"
|
||||
|
||||
#: js/messages.php:144
|
||||
msgid "The host name is empty!"
|
||||
msgstr "Hosts nav norādīts!"
|
||||
msgstr "Nav norādīts servera vārds!"
|
||||
|
||||
#: js/messages.php:145
|
||||
msgid "The user name is empty!"
|
||||
msgstr "Lietotāja vārds nav norādīts!"
|
||||
msgstr "Nav norādīts lietotāja vārds!"
|
||||
|
||||
#: js/messages.php:146 libraries/server_privileges.lib.php:1868
|
||||
#: user_password.php:119
|
||||
msgid "The password is empty!"
|
||||
msgstr "Parole nav norādīta!"
|
||||
msgstr "Nav norādīta parole!"
|
||||
|
||||
#: js/messages.php:147 libraries/server_privileges.lib.php:1866
|
||||
#: user_password.php:123
|
||||
@ -1167,15 +1161,15 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:176
|
||||
msgid "Query cache efficiency"
|
||||
msgstr "Vaicājuma kešatmiņas efektivitāte"
|
||||
msgstr "Vaicājumu kešatmiņas efektivitāte"
|
||||
|
||||
#: js/messages.php:177
|
||||
msgid "Query cache usage"
|
||||
msgstr "Pieprasījumu kešatmiņas lietojums"
|
||||
msgstr "Vaicājumu kešatmiņas lietojums"
|
||||
|
||||
#: js/messages.php:178
|
||||
msgid "Query cache used"
|
||||
msgstr "Izmantotā pieprasījumu kešatmiņa"
|
||||
msgstr "Izmantotā vaicājumu kešatmiņa"
|
||||
|
||||
#: js/messages.php:180
|
||||
#, fuzzy
|
||||
@ -1193,7 +1187,7 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:184
|
||||
msgid "Average load"
|
||||
msgstr "Vidējais noslogojums"
|
||||
msgstr "Vidējā noslodze"
|
||||
|
||||
#: js/messages.php:185
|
||||
msgid "Total memory"
|
||||
@ -1245,7 +1239,7 @@ msgstr "Saņemtie baiti"
|
||||
|
||||
#: js/messages.php:198 libraries/server_status.lib.php:232
|
||||
msgid "Connections"
|
||||
msgstr "Konekcijas"
|
||||
msgstr "Savienojumi"
|
||||
|
||||
#: js/messages.php:199 libraries/ServerStatusData.php:429
|
||||
#: libraries/server_status_processes.lib.php:130
|
||||
@ -1255,40 +1249,40 @@ msgstr "Procesi"
|
||||
#. l10n: shortcuts for Byte
|
||||
#: js/messages.php:202 libraries/Util.php:1308
|
||||
msgid "B"
|
||||
msgstr "baiti"
|
||||
msgstr "B"
|
||||
|
||||
#. l10n: shortcuts for Kilobyte
|
||||
#: js/messages.php:203 libraries/Util.php:1310
|
||||
#: libraries/server_status_monitor.lib.php:213
|
||||
msgid "KiB"
|
||||
msgstr "KB"
|
||||
msgstr "KiB"
|
||||
|
||||
#. l10n: shortcuts for Megabyte
|
||||
#: js/messages.php:204 libraries/Util.php:1312
|
||||
#: libraries/display_export.lib.php:843
|
||||
#: libraries/server_status_monitor.lib.php:214
|
||||
msgid "MiB"
|
||||
msgstr "MB"
|
||||
msgstr "MiB"
|
||||
|
||||
#. l10n: shortcuts for Gigabyte
|
||||
#: js/messages.php:205 libraries/Util.php:1314
|
||||
msgid "GiB"
|
||||
msgstr "GB"
|
||||
msgstr "GiB"
|
||||
|
||||
#. l10n: shortcuts for Terabyte
|
||||
#: js/messages.php:206 libraries/Util.php:1316
|
||||
msgid "TiB"
|
||||
msgstr "TB"
|
||||
msgstr "TiB"
|
||||
|
||||
#. l10n: shortcuts for Petabyte
|
||||
#: js/messages.php:207 libraries/Util.php:1318
|
||||
msgid "PiB"
|
||||
msgstr "PB"
|
||||
msgstr "PiB"
|
||||
|
||||
#. l10n: shortcuts for Exabyte
|
||||
#: js/messages.php:208 libraries/Util.php:1320
|
||||
msgid "EiB"
|
||||
msgstr "EB"
|
||||
msgstr "EiB"
|
||||
|
||||
#: js/messages.php:209
|
||||
#, php-format
|
||||
@ -1302,12 +1296,12 @@ msgstr "Jautājumi"
|
||||
|
||||
#: js/messages.php:213 libraries/server_status.lib.php:140
|
||||
msgid "Traffic"
|
||||
msgstr "Datu apmaiņa"
|
||||
msgstr "Datu plūsma"
|
||||
|
||||
#: js/messages.php:214 libraries/Menu.php:592 libraries/Util.php:4102
|
||||
#: libraries/server_status_monitor.lib.php:253
|
||||
msgid "Settings"
|
||||
msgstr "Uzstādījumi"
|
||||
msgstr "Iestatījumi"
|
||||
|
||||
#: js/messages.php:215
|
||||
msgid "Add chart to grid"
|
||||
@ -1423,11 +1417,11 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:253
|
||||
msgid "Change settings"
|
||||
msgstr "Mainīt uzstādījumus"
|
||||
msgstr "Mainīt iestatījumus"
|
||||
|
||||
#: js/messages.php:254
|
||||
msgid "Current settings"
|
||||
msgstr "Pašreizējie uzstādījumi"
|
||||
msgstr "Pašreizējie iestatījumi"
|
||||
|
||||
#: js/messages.php:256
|
||||
#, fuzzy
|
||||
@ -1579,7 +1573,7 @@ msgstr "Žurnālu tabulas filtrēšanas opcijas"
|
||||
#. l10n: Filter as in "Start Filtering"
|
||||
#: js/messages.php:305
|
||||
msgid "Filter"
|
||||
msgstr "Filtrs"
|
||||
msgstr "Filtrēt"
|
||||
|
||||
#: js/messages.php:306
|
||||
msgid "Filter queries by word/regexp:"
|
||||
@ -1620,7 +1614,7 @@ msgstr "Pārlādēt lapu"
|
||||
|
||||
#: js/messages.php:321
|
||||
msgid "Affected rows:"
|
||||
msgstr "Aizskartās rindas:"
|
||||
msgstr "Ietekmētās rindas:"
|
||||
|
||||
#: js/messages.php:324
|
||||
msgid "Failed parsing config file. It doesn't seem to be valid JSON code."
|
||||
@ -1879,7 +1873,7 @@ msgstr ""
|
||||
#: js/messages.php:403
|
||||
#, php-format
|
||||
msgid "Values for column %s"
|
||||
msgstr "Tabulas %s vērtības"
|
||||
msgstr "Lauka %s vērtības"
|
||||
|
||||
#: js/messages.php:404
|
||||
msgid "Values for a new column"
|
||||
@ -1901,11 +1895,11 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:414
|
||||
msgid "Hide query box"
|
||||
msgstr "Slēpt pieprasījumu logu"
|
||||
msgstr "Slēpt vaicājuma logu"
|
||||
|
||||
#: js/messages.php:415
|
||||
msgid "Show query box"
|
||||
msgstr "Rādīt pieprasījumu logu"
|
||||
msgstr "Rādīt vaicājumu logu"
|
||||
|
||||
#: js/messages.php:416 libraries/DisplayResults.php:3489
|
||||
#: libraries/DisplayResults.php:4852 libraries/Index.php:709
|
||||
@ -3201,7 +3195,7 @@ msgstr ""
|
||||
#: libraries/Charsets.php:160
|
||||
#: templates/database/structure/table_header.phtml:84
|
||||
msgid "Charset"
|
||||
msgstr "Kodējums"
|
||||
msgstr "Rakstzīmju kopa"
|
||||
|
||||
#: libraries/Charsets.php:207 libraries/Index.php:688
|
||||
#: libraries/central_columns.lib.php:702 libraries/central_columns.lib.php:1386
|
||||
@ -3215,7 +3209,7 @@ msgstr "Kodējums"
|
||||
#: templates/table/structure/row_stats_table.phtml:30
|
||||
#: templates/table/structure/table_structure_header.phtml:9
|
||||
msgid "Collation"
|
||||
msgstr "Izkārtojumi"
|
||||
msgstr "Komplektēšana"
|
||||
|
||||
#: libraries/Charsets.php:244
|
||||
#, fuzzy
|
||||
@ -3774,7 +3768,7 @@ msgstr ""
|
||||
#: libraries/DbQbe.php:1847
|
||||
#, php-format
|
||||
msgid "SQL query on database <b>%s</b>:"
|
||||
msgstr "SQL vaicājums uz datubāzes <b>%s</b>:"
|
||||
msgstr "SQL vaicājums datubāzē <b>%s</b>:"
|
||||
|
||||
#: libraries/DbQbe.php:1866
|
||||
msgid "Submit Query"
|
||||
@ -3812,7 +3806,7 @@ msgstr "Meklēt"
|
||||
|
||||
#: libraries/DbSearch.php:99 libraries/DbSearch.php:392
|
||||
msgid "at least one of the words"
|
||||
msgstr "kaut viens no vārdiem"
|
||||
msgstr "vismaz viens no vārdiem"
|
||||
|
||||
#: libraries/DbSearch.php:100 libraries/DbSearch.php:396
|
||||
msgid "all words"
|
||||
@ -3824,7 +3818,7 @@ msgstr "precīza frāze"
|
||||
|
||||
#: libraries/DbSearch.php:102 libraries/DbSearch.php:401
|
||||
msgid "as regular expression"
|
||||
msgstr "kā regulārā izteiksme"
|
||||
msgstr "kā regulāro izteiksmi"
|
||||
|
||||
#: libraries/DbSearch.php:268
|
||||
#, php-format
|
||||
@ -4051,7 +4045,7 @@ msgstr "Ieraksts tika dzēsts"
|
||||
#: libraries/DisplayResults.php:3582 libraries/DisplayResults.php:4836
|
||||
#: libraries/server_status_processes.lib.php:279
|
||||
msgid "Kill"
|
||||
msgstr "Nogalināt"
|
||||
msgstr "Apturēt"
|
||||
|
||||
#: libraries/DisplayResults.php:4274
|
||||
#, fuzzy
|
||||
@ -4332,7 +4326,7 @@ msgstr "Primārā atslēga tika izdzēsta."
|
||||
#: libraries/Index.php:724
|
||||
#, php-format
|
||||
msgid "Index %s has been dropped."
|
||||
msgstr "Indekss %s tika izdzēsts."
|
||||
msgstr "Indekss %s dzēsts."
|
||||
|
||||
#: libraries/Index.php:736 libraries/Util.php:3479 libraries/Util.php:3480
|
||||
#: libraries/controllers/server/ServerDatabasesController.php:402
|
||||
@ -4493,6 +4487,7 @@ msgid "Database seems to be empty!"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Menu.php:451 libraries/Util.php:4114
|
||||
#, fuzzy
|
||||
msgid "Query"
|
||||
msgstr "Vaicājums pēc parauga"
|
||||
|
||||
@ -4557,7 +4552,7 @@ msgstr "Mainīgie"
|
||||
|
||||
#: libraries/Menu.php:616 libraries/Util.php:4106
|
||||
msgid "Charsets"
|
||||
msgstr "Rakstzīmju kodējumi"
|
||||
msgstr "Rakstzīmju kopas"
|
||||
|
||||
#: libraries/Menu.php:620 libraries/Util.php:4108
|
||||
msgid "Engines"
|
||||
@ -4759,7 +4754,7 @@ msgstr "InnoDB statuss"
|
||||
|
||||
#: libraries/ServerStatusData.php:433
|
||||
msgid "Query statistics"
|
||||
msgstr "Pieprasījumu statistika"
|
||||
msgstr "Vaicājumu statistika"
|
||||
|
||||
#: libraries/ServerStatusData.php:437
|
||||
msgid "All status variables"
|
||||
@ -4882,7 +4877,7 @@ msgstr "Nevar pārsaukt indeksu par PRIMARY!"
|
||||
|
||||
#: libraries/Table.php:1971
|
||||
msgid "No index parts defined!"
|
||||
msgstr "Nav definēto indeksa daļu!"
|
||||
msgstr "Nav definētas indeksa daļas!"
|
||||
|
||||
#: libraries/Table.php:2292
|
||||
#, php-format
|
||||
@ -4899,6 +4894,7 @@ msgid "No preview available."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Theme.php:464
|
||||
#, fuzzy
|
||||
msgid "take it"
|
||||
msgstr "izmantot šo stilu"
|
||||
|
||||
@ -5253,6 +5249,7 @@ msgstr "Sv"
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1566
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
#, fuzzy
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
msgstr "%d.%m.%Y %H:%M"
|
||||
|
||||
@ -5280,7 +5277,7 @@ msgstr "Pievienot jaunu lauku"
|
||||
#: libraries/Util.php:2552
|
||||
#, php-format
|
||||
msgid "Jump to database \"%s\"."
|
||||
msgstr "pāriet pie datubāzes \"%s\"."
|
||||
msgstr "Pāriet uz datubāzi \"%s\"."
|
||||
|
||||
#: libraries/Util.php:2577
|
||||
#, php-format
|
||||
@ -5299,7 +5296,7 @@ msgstr "web servera augšupielādes direktorija"
|
||||
|
||||
#: libraries/Util.php:3445 libraries/insert_edit.lib.php:1233
|
||||
msgid "The directory you set for upload work cannot be reached."
|
||||
msgstr "Direktoija, kuru norādijāt augšupielādei, nav pieejama."
|
||||
msgstr "Direktoija, kuru norādīji augšupielādei, nav pieejama."
|
||||
|
||||
#: libraries/Util.php:3456
|
||||
msgid "There are no files to upload!"
|
||||
@ -14290,7 +14287,7 @@ msgstr "Servera versija"
|
||||
#: libraries/tracking.lib.php:296 libraries/tracking.lib.php:468
|
||||
#: libraries/tracking.lib.php:1611
|
||||
msgid "Tracking report"
|
||||
msgstr ""
|
||||
msgstr "Atsekošanas atskaite"
|
||||
|
||||
#: libraries/tracking.lib.php:299 libraries/tracking.lib.php:834
|
||||
#: libraries/tracking.lib.php:1614
|
||||
@ -17543,7 +17540,7 @@ msgstr ""
|
||||
|
||||
#: libraries/advisory_rules.txt:446
|
||||
msgid "concurrent_insert is set to 0"
|
||||
msgstr ""
|
||||
msgstr "concurrent_insert iestatīts uz 0"
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid "unknown"
|
||||
|
||||
16
po/ms.po
16
po/ms.po
@ -1,19 +1,18 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.7.4-dev\n"
|
||||
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
|
||||
"POT-Creation-Date: 2017-08-10 09:13-0400\n"
|
||||
"PO-Revision-Date: 2015-10-15 11:06+0200\n"
|
||||
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
|
||||
"Language-Team: Malay <https://hosted.weblate.org/projects/phpmyadmin/master/"
|
||||
"ms/>\n"
|
||||
"PO-Revision-Date: 2017-09-28 14:55+0000\n"
|
||||
"Last-Translator: Haris Subandie Md. Suhaimin <tedbundyjr@gmail.com>\n"
|
||||
"Language-Team: Malay <https://hosted.weblate.org/projects/phpmyadmin/4-7/ms/>"
|
||||
"\n"
|
||||
"Language: ms\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 2.5-dev\n"
|
||||
"X-Generator: Weblate 2.17-dev\n"
|
||||
|
||||
#: ajax.php:16 ajax.php:33 export.php:192 schema_export.php:64
|
||||
msgid "Bad type!"
|
||||
@ -361,17 +360,20 @@ msgstr ""
|
||||
|
||||
#: error_report.php:72
|
||||
msgid "Thank you for submitting this report."
|
||||
msgstr ""
|
||||
msgstr "Terima kasih kerana menghantar repot ini."
|
||||
|
||||
#: error_report.php:76
|
||||
msgid ""
|
||||
"An error has been detected and an error report has been generated but failed "
|
||||
"to be sent."
|
||||
msgstr ""
|
||||
"Ralat telah dikesan dan laporan ralat dihasilkan tetapi gagal untuk dihantar."
|
||||
|
||||
#: error_report.php:81
|
||||
msgid "If you experience any problems please submit a bug report manually."
|
||||
msgstr ""
|
||||
"Jika anda mengalami sebarang masalah, sila kemukakan laporan pepijat secara "
|
||||
"manual."
|
||||
|
||||
#: error_report.php:85
|
||||
msgid "You may want to refresh the page."
|
||||
|
||||
12
po/nb.po
12
po/nb.po
@ -4,16 +4,16 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.7.4-dev\n"
|
||||
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
|
||||
"POT-Creation-Date: 2017-08-10 09:13-0400\n"
|
||||
"PO-Revision-Date: 2017-02-28 12:32+0000\n"
|
||||
"Last-Translator: Lalith Attanapola <lalith.attanapola@gmail.com>\n"
|
||||
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/"
|
||||
"phpmyadmin/4-7/nb/>\n"
|
||||
"PO-Revision-Date: 2017-10-09 12:17+0000\n"
|
||||
"Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n"
|
||||
"Language-Team: Norwegian Bokmål "
|
||||
"<https://hosted.weblate.org/projects/phpmyadmin/4-7/nb/>\n"
|
||||
"Language: nb\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.12-dev\n"
|
||||
"X-Generator: Weblate 2.17-dev\n"
|
||||
|
||||
#: ajax.php:16 ajax.php:33 export.php:192 schema_export.php:64
|
||||
msgid "Bad type!"
|
||||
@ -772,7 +772,7 @@ msgstr ""
|
||||
|
||||
#: index.php:532
|
||||
msgid "The secret passphrase in configuration (blowfish_secret) is too short."
|
||||
msgstr "Sikkerhets passordet i konfigurasjon (blowfish_secret) er for kort"
|
||||
msgstr "Sikkerhetspassordet i oppsettet (blowfish_secret) er for kort."
|
||||
|
||||
#: index.php:546
|
||||
msgid ""
|
||||
|
||||
72
po/pl.po
72
po/pl.po
@ -4,17 +4,17 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.7.4-dev\n"
|
||||
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
|
||||
"POT-Creation-Date: 2017-08-10 09:13-0400\n"
|
||||
"PO-Revision-Date: 2017-08-03 20:58+0000\n"
|
||||
"Last-Translator: Marcin Wróblewski <marcinwroblewski@outlook.com>\n"
|
||||
"Language-Team: Polish <https://hosted.weblate.org/projects/phpmyadmin/4-7/pl/"
|
||||
">\n"
|
||||
"PO-Revision-Date: 2017-10-16 10:02+0000\n"
|
||||
"Last-Translator: Daria Szatan <bla_ke@tuta.io>\n"
|
||||
"Language-Team: Polish "
|
||||
"<https://hosted.weblate.org/projects/phpmyadmin/4-7/pl/>\n"
|
||||
"Language: pl\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%10>=2 && n%10<=4 && (n%100<10 "
|
||||
"|| n%100>=20) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 2.16-dev\n"
|
||||
"X-Generator: Weblate 2.17\n"
|
||||
|
||||
#: ajax.php:16 ajax.php:33 export.php:192 schema_export.php:64
|
||||
msgid "Bad type!"
|
||||
@ -35,7 +35,7 @@ msgstr "Centralna lista kolumn dla obecnej bazy danych jest pusta."
|
||||
|
||||
#: db_central_columns.php:133
|
||||
msgid "Click to sort."
|
||||
msgstr "Kliknij, by posortować."
|
||||
msgstr "Kliknij, aby posortować."
|
||||
|
||||
#: db_central_columns.php:150
|
||||
#, php-format
|
||||
@ -340,11 +340,12 @@ msgstr "Dane śledzenia zostały poprawnie usunięte."
|
||||
msgid ""
|
||||
"Version %1$s was created for selected tables, tracking is active for them."
|
||||
msgstr ""
|
||||
"Wersja %1$s została utworzona dla wybranej tabeli, śledzenie jest aktywne."
|
||||
"Dla wybranych tabel została stworzona wersja%1$s, śledzenie jest dla nich "
|
||||
"aktywne."
|
||||
|
||||
#: db_tracking.php:93
|
||||
msgid "No tables selected."
|
||||
msgstr "Nie wybrano tabeli."
|
||||
msgstr "Nie wybrano żadnych tabel."
|
||||
|
||||
#: db_tracking.php:150
|
||||
msgid "Database Log"
|
||||
@ -355,30 +356,30 @@ msgid ""
|
||||
"An error has been detected and an error report has been automatically "
|
||||
"submitted based on your settings."
|
||||
msgstr ""
|
||||
"Wykryto błąd. Zgłoszenie błędu zostało automatycznie wysłane, zgodnie z "
|
||||
"Twoimi ustawieniami."
|
||||
"Wykryto błąd. Na podstawie twoich ustawień został automatycznie wysłany "
|
||||
"raport na temat tego błędu."
|
||||
|
||||
#: error_report.php:72
|
||||
msgid "Thank you for submitting this report."
|
||||
msgstr "Dziękujemy za wysłanie raportu."
|
||||
msgstr "Dziękujemy za wysłanie tego raportu."
|
||||
|
||||
#: error_report.php:76
|
||||
msgid ""
|
||||
"An error has been detected and an error report has been generated but failed "
|
||||
"to be sent."
|
||||
msgstr ""
|
||||
"Wykryto błąd. Zgłoszenie błędu zostało automatycznie wysłane, zgodnie z "
|
||||
"Twoimi ustawieniami."
|
||||
"Wykryto błąd. Na podstawie twoich ustawień został automatycznie wysłany "
|
||||
"raport na temat tego błędu, lecz nie udało się go wysłać."
|
||||
|
||||
#: error_report.php:81
|
||||
msgid "If you experience any problems please submit a bug report manually."
|
||||
msgstr ""
|
||||
"W przypadku jakichkolwiek problemów prosimy o przysłanie zgłoszenia błędu "
|
||||
"ręcznie."
|
||||
"Jeśli masz jakieś problemy, to prosimy o przesłanie raportu (ang. bug report)"
|
||||
" ręcznie."
|
||||
|
||||
#: error_report.php:85
|
||||
msgid "You may want to refresh the page."
|
||||
msgstr "Możesz odświeżyć stronę."
|
||||
msgstr "Jeśli chcesz, możesz odświeżyć stronę."
|
||||
|
||||
#: export.php:275
|
||||
msgid "Bad parameters!"
|
||||
@ -392,7 +393,7 @@ msgstr "Wartość dla kolumny \"%s\""
|
||||
#: gis_data_editor.php:147
|
||||
#: templates/table/gis_visualization/gis_visualization.phtml:38
|
||||
msgid "Use OpenStreetMaps as Base Layer"
|
||||
msgstr "Użyj OpenStreetMaps jako Podstawowej Warstwy"
|
||||
msgstr "Użyj OpenStreetMaps jako Warstwy Podstawowej"
|
||||
|
||||
#. l10n: Spatial Reference System Identifier
|
||||
#: gis_data_editor.php:169
|
||||
@ -518,15 +519,15 @@ msgstr ""
|
||||
|
||||
#: import.php:65
|
||||
msgid "Succeeded"
|
||||
msgstr "Sukces"
|
||||
msgstr "Udało się"
|
||||
|
||||
#: import.php:69 js/messages.php:611
|
||||
msgid "Failed"
|
||||
msgstr "Nieudane"
|
||||
msgstr "Nie udało się"
|
||||
|
||||
#: import.php:73
|
||||
msgid "Incomplete params"
|
||||
msgstr "Niekompletne parametry"
|
||||
msgstr "Parametry są niekompletne"
|
||||
|
||||
#: import.php:197
|
||||
#, php-format
|
||||
@ -534,12 +535,12 @@ msgid ""
|
||||
"You probably tried to upload a file that is too large. Please refer to "
|
||||
"%sdocumentation%s for a workaround for this limit."
|
||||
msgstr ""
|
||||
"Prawdopodobnie nastąpiła próba załadowania zbyt dużego pliku. Proszę "
|
||||
"zapoznać się %sdokumentacją%s, aby obejść to ograniczenie."
|
||||
"Prawdopodobnie próbowano wczytać zbyt duży plik. Proszę zapoznać się z "
|
||||
"%sdokumentacją%s, aby obejść to ograniczenie."
|
||||
|
||||
#: import.php:367 import.php:568
|
||||
msgid "Showing bookmark"
|
||||
msgstr "Wyświetlanie zakładki"
|
||||
msgstr "Pokazywanie zakładki"
|
||||
|
||||
#: import.php:383 import.php:564
|
||||
msgid "The bookmark has been deleted."
|
||||
@ -552,7 +553,7 @@ msgid ""
|
||||
"[doc@faq1-16]FAQ 1.16[/doc]."
|
||||
msgstr ""
|
||||
"Nie otrzymano żadnych danych do importu. Albo nie dostarczono nazwy pliku, "
|
||||
"albo jego rozmiar przekroczył rozmiar maksymalny, dozwolony przez "
|
||||
"albo jego rozmiar przekroczył rozmiar maksymalny, dozwolony przez twoją "
|
||||
"konfigurację PHP. Zobacz [doc@faq1-16]FAQ 1.16[/doc]."
|
||||
|
||||
#: import.php:529 libraries/display_import.lib.php:665
|
||||
@ -781,8 +782,8 @@ msgstr ""
|
||||
#: index.php:532
|
||||
msgid "The secret passphrase in configuration (blowfish_secret) is too short."
|
||||
msgstr ""
|
||||
"Tajna fraza kodująca (blowfish_secret) w pliku konfiguracyjnym jest za "
|
||||
"krótka."
|
||||
"Tajne wyrażenie hasłowe (ang. secret passphrase), podane w konfiguracji "
|
||||
"(blowfish_secret), jest zbyt krótkie."
|
||||
|
||||
#: index.php:546
|
||||
msgid ""
|
||||
@ -803,15 +804,16 @@ msgid ""
|
||||
"The phpMyAdmin configuration storage is not completely configured, some "
|
||||
"extended features have been deactivated. %sFind out why%s. "
|
||||
msgstr ""
|
||||
"Przechowywania konfiguracji phpMyAdmin nie jest w pełni skonfigurowane, "
|
||||
"niektóre rozszerzone funkcje zostały wyłączone. %sDowiedz się dlaczego%s. "
|
||||
"Program phpMyAdmin nie ma w pełni skonfigurowanej przestrzeni do "
|
||||
"przechowywania danych, niektóre rozszerzone funkcje zostały wyłączone. Aby "
|
||||
"dowiedzieć się dlaczego kliknij %stutaj%s. "
|
||||
|
||||
#: index.php:569
|
||||
msgid ""
|
||||
"Or alternately go to 'Operations' tab of any database to set it up there."
|
||||
msgstr ""
|
||||
"Możesz też przejść do karty 'Operacje' dowolnej bazy danych, by "
|
||||
"skonfigurować tą opcję tylko dla tej bazy."
|
||||
"Lub, alternatywnie, przejdź do zakładki 'Operacje', w dowolnej bazie danych, "
|
||||
"aby tam to skonfigurować."
|
||||
|
||||
#: index.php:594
|
||||
#, php-format
|
||||
@ -1532,22 +1534,16 @@ msgid "Chart"
|
||||
msgstr "Wykres"
|
||||
|
||||
#: js/messages.php:298 libraries/display_export.lib.php:903
|
||||
#, fuzzy
|
||||
#| msgid "Database"
|
||||
msgctxt "Alias"
|
||||
msgid "Database"
|
||||
msgstr "Baza danych"
|
||||
|
||||
#: js/messages.php:299 libraries/display_export.lib.php:915
|
||||
#, fuzzy
|
||||
#| msgid "Table"
|
||||
msgctxt "Alias"
|
||||
msgid "Table"
|
||||
msgstr "Tabela"
|
||||
|
||||
#: js/messages.php:300 libraries/display_export.lib.php:926
|
||||
#, fuzzy
|
||||
#| msgid "Column"
|
||||
msgctxt "Alias"
|
||||
msgid "Column"
|
||||
msgstr "Kolumna"
|
||||
@ -4929,6 +4925,8 @@ msgid ""
|
||||
"Stores and enables efficient access to data in JSON (JavaScript Object "
|
||||
"Notation) documents"
|
||||
msgstr ""
|
||||
"Przechowywanie i umożliwienie wydajnego dostępu do danych w dokumentach JSON "
|
||||
"(ang. JavaScript Object Notation)"
|
||||
|
||||
#: libraries/TypesMySQL.php:479
|
||||
msgctxt "numeric types"
|
||||
@ -16352,8 +16350,6 @@ msgid "Reset zoom"
|
||||
msgstr "Reset powiększenia"
|
||||
|
||||
#: templates/table/secondary_tabs.phtml:14
|
||||
#, fuzzy
|
||||
#| msgid "Relation view"
|
||||
msgid "Relation view"
|
||||
msgstr "Widok relacyjny"
|
||||
|
||||
|
||||
231
po/pt.po
231
po/pt.po
@ -4,16 +4,16 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.7.4-dev\n"
|
||||
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
|
||||
"POT-Creation-Date: 2017-08-10 09:13-0400\n"
|
||||
"PO-Revision-Date: 2017-06-19 12:55+0000\n"
|
||||
"Last-Translator: Alexandre Palma <alx.palma@gmail.com>\n"
|
||||
"Language-Team: Portuguese <https://hosted.weblate.org/projects/"
|
||||
"phpmyadmin/4-7/pt/>\n"
|
||||
"PO-Revision-Date: 2017-09-21 10:47+0000\n"
|
||||
"Last-Translator: RD WebDesign <weblate@rdwebdesign.com.br>\n"
|
||||
"Language-Team: Portuguese "
|
||||
"<https://hosted.weblate.org/projects/phpmyadmin/4-7/pt/>\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 2.15-dev\n"
|
||||
"X-Generator: Weblate 2.17-dev\n"
|
||||
|
||||
#: ajax.php:16 ajax.php:33 export.php:192 schema_export.php:64
|
||||
msgid "Bad type!"
|
||||
@ -1203,16 +1203,12 @@ msgid "Cached swap"
|
||||
msgstr "swap retida (em cache)"
|
||||
|
||||
#: js/messages.php:193
|
||||
#, fuzzy
|
||||
#| msgid "Used Swap"
|
||||
msgid "Used swap"
|
||||
msgstr "Swap utilizada"
|
||||
msgstr "Arquivo de troca utilizado"
|
||||
|
||||
#: js/messages.php:194
|
||||
#, fuzzy
|
||||
#| msgid "Free Swap"
|
||||
msgid "Free swap"
|
||||
msgstr "Swap livre"
|
||||
msgstr "Arquivo de troca livre"
|
||||
|
||||
#: js/messages.php:196
|
||||
msgid "Bytes sent"
|
||||
@ -1747,10 +1743,8 @@ msgid "Dropping column"
|
||||
msgstr "Apagando Coluna"
|
||||
|
||||
#: js/messages.php:370
|
||||
#, fuzzy
|
||||
#| msgid "Add primary key"
|
||||
msgid "Adding primary key"
|
||||
msgstr "Adicionar chave primária"
|
||||
msgstr "Adicionando chave primária"
|
||||
|
||||
#: js/messages.php:371
|
||||
#: templates/database/designer/aggregate_query_panel.phtml:59
|
||||
@ -1781,10 +1775,8 @@ msgid "Changing charset"
|
||||
msgstr "Mudando Mapa de Caracteres"
|
||||
|
||||
#: js/messages.php:381 libraries/Util.php:3081
|
||||
#, fuzzy
|
||||
#| msgid "Disable foreign key checks"
|
||||
msgid "Enable foreign key checks"
|
||||
msgstr "Ativar verificação de chaves estrangeiras"
|
||||
msgstr "Ativa a verificação de chaves estrangeiras"
|
||||
|
||||
#: js/messages.php:384
|
||||
msgid "Failed to get real row count."
|
||||
@ -1838,6 +1830,7 @@ msgstr "Exportar"
|
||||
#: js/messages.php:399
|
||||
msgid "No routine is exportable. Required privileges may be lacking."
|
||||
msgstr ""
|
||||
"Nenhuma rotina é exportável. Privilégios necessários podem estar faltando."
|
||||
|
||||
#: js/messages.php:402 libraries/rte/rte_routines.lib.php:747
|
||||
msgid "ENUM/SET editor"
|
||||
@ -2203,12 +2196,16 @@ msgid ""
|
||||
"MySQL accepts additional values not selectable by the slider; key in those "
|
||||
"values directly if desired"
|
||||
msgstr ""
|
||||
"O MySQL aceita valores adicionais não selecionáveis através do slider; "
|
||||
"Digite estes valores diretamente, se desejado"
|
||||
|
||||
#: js/messages.php:538
|
||||
msgid ""
|
||||
"MySQL accepts additional values not selectable by the datepicker; key in "
|
||||
"those values directly if desired"
|
||||
msgstr ""
|
||||
"O MySQL aceita valores adicionais não selecionáveis através do datepicker; "
|
||||
"Digite estes valores diretamente, se desejado"
|
||||
|
||||
#: js/messages.php:544
|
||||
msgid ""
|
||||
@ -2381,10 +2378,8 @@ msgstr ""
|
||||
"navegador."
|
||||
|
||||
#: js/messages.php:606
|
||||
#, fuzzy
|
||||
#| msgid "Original string"
|
||||
msgid "Original length"
|
||||
msgstr "Segmento original"
|
||||
msgstr "Comprimento original"
|
||||
|
||||
#: js/messages.php:609
|
||||
msgid "cancel"
|
||||
@ -2454,16 +2449,12 @@ msgid "More"
|
||||
msgstr "Mais"
|
||||
|
||||
#: js/messages.php:650
|
||||
#, fuzzy
|
||||
#| msgid "Show Panel"
|
||||
msgid "Show panel"
|
||||
msgstr "Ver Painel"
|
||||
msgstr "Mostrar Painel"
|
||||
|
||||
#: js/messages.php:651
|
||||
#, fuzzy
|
||||
#| msgid "Hide Panel"
|
||||
msgid "Hide panel"
|
||||
msgstr "Esconder Painel"
|
||||
msgstr "Esconder painel"
|
||||
|
||||
#: js/messages.php:652
|
||||
msgid "Show hidden navigation tree items."
|
||||
@ -2529,10 +2520,8 @@ msgid "Change report settings"
|
||||
msgstr "Alterar as definições dos relatórios"
|
||||
|
||||
#: js/messages.php:678
|
||||
#, fuzzy
|
||||
#| msgid "Show Report Details"
|
||||
msgid "Show report details"
|
||||
msgstr "Ver os detalhes do relatório"
|
||||
msgstr "Mostrar os detalhes do relatório"
|
||||
|
||||
#: js/messages.php:681
|
||||
msgid ""
|
||||
@ -2589,23 +2578,19 @@ msgstr "%s querys executadas %s vezes em %s segundos."
|
||||
#: js/messages.php:724
|
||||
#, php-format
|
||||
msgid "%s argument(s) passed"
|
||||
msgstr ""
|
||||
msgstr "%s argumento(s) passado(s)"
|
||||
|
||||
#: js/messages.php:725
|
||||
#, fuzzy
|
||||
#| msgid "Table comments"
|
||||
msgid "Show arguments"
|
||||
msgstr "Comentários da tabela"
|
||||
msgstr "Mostrar argumentos"
|
||||
|
||||
#: js/messages.php:726
|
||||
#, fuzzy
|
||||
#| msgid "Hide search results"
|
||||
msgid "Hide arguments"
|
||||
msgstr "Esconder resultados da pesquisa"
|
||||
msgstr "Ocultar argumentos"
|
||||
|
||||
#: js/messages.php:727
|
||||
msgid "Time taken:"
|
||||
msgstr ""
|
||||
msgstr "Tempo gasto:"
|
||||
|
||||
#: js/messages.php:728
|
||||
msgid ""
|
||||
@ -2615,24 +2600,24 @@ msgid ""
|
||||
"cause such a problem, clearing your \"Offline Website Data\" might help. In "
|
||||
"Safari, such problem is commonly caused by \"Private Mode Browsing\"."
|
||||
msgstr ""
|
||||
"Houve um erro ao acessar o armazenamento do seu browser. Algumas "
|
||||
"funcionalidades podem não funcionar corretamente para você. É provável que o "
|
||||
"browser não suporte armazenamento ou que a quota limite tenha sido "
|
||||
"alcançada. No Firefox, armazenamento corrompido também pode causar um "
|
||||
"problema. Limpar seus \"Dados offline de sites\" pode ajudar. No Safari, "
|
||||
"este problema é comumente causado pelo \"Modo de Navegação Privada\"."
|
||||
|
||||
#: js/messages.php:730
|
||||
#, fuzzy
|
||||
#| msgid "Copy database to"
|
||||
msgid "Copy tables to"
|
||||
msgstr "Copiar a Base de Dados para"
|
||||
msgstr "Copiar tabelas para"
|
||||
|
||||
#: js/messages.php:731
|
||||
#, fuzzy
|
||||
#| msgid "Replace table prefix"
|
||||
msgid "Add table prefix"
|
||||
msgstr "Substituir prefixo da tabela"
|
||||
msgstr "Adicionar prefixo à tabela"
|
||||
|
||||
#: js/messages.php:732
|
||||
#, fuzzy
|
||||
#| msgid "Replace table prefix"
|
||||
msgid "Replace table with prefix"
|
||||
msgstr "Substituir prefixo da tabela"
|
||||
msgstr "Substituir tabela com prefixo"
|
||||
|
||||
#: js/messages.php:733 templates/database/structure/check_all_tables.phtml:29
|
||||
msgid "Copy table with prefix"
|
||||
@ -2640,23 +2625,23 @@ msgstr "Copiar tabela com prefixo"
|
||||
|
||||
#: js/messages.php:736
|
||||
msgid "Extremely weak"
|
||||
msgstr ""
|
||||
msgstr "Extremamente fraco"
|
||||
|
||||
#: js/messages.php:737
|
||||
msgid "Very weak"
|
||||
msgstr ""
|
||||
msgstr "Muito fraco"
|
||||
|
||||
#: js/messages.php:738
|
||||
msgid "Weak"
|
||||
msgstr ""
|
||||
msgstr "Fraco"
|
||||
|
||||
#: js/messages.php:739
|
||||
msgid "Good"
|
||||
msgstr ""
|
||||
msgstr "Bom"
|
||||
|
||||
#: js/messages.php:740
|
||||
msgid "Strong"
|
||||
msgstr ""
|
||||
msgstr "Forte"
|
||||
|
||||
#: js/messages.php:769
|
||||
msgctxt "Previous month"
|
||||
@ -2912,105 +2897,75 @@ msgstr "Segundo"
|
||||
|
||||
#: js/messages.php:910
|
||||
msgid "This field is required"
|
||||
msgstr ""
|
||||
msgstr "Este campo é obrigatório"
|
||||
|
||||
#: js/messages.php:911
|
||||
#, fuzzy
|
||||
#| msgid "Use text field"
|
||||
msgid "Please fix this field"
|
||||
msgstr "Usar campo de texto"
|
||||
msgstr "Por favor, corrija este campo"
|
||||
|
||||
#: js/messages.php:912
|
||||
#, fuzzy
|
||||
#| msgid "Please enter a valid page name"
|
||||
msgid "Please enter a valid email address"
|
||||
msgstr "Introduza um nome de página válido"
|
||||
msgstr "Por favor, digite um e-mail válido"
|
||||
|
||||
#: js/messages.php:913
|
||||
#, fuzzy
|
||||
#| msgid "Please enter a valid number!"
|
||||
msgid "Please enter a valid URL"
|
||||
msgstr "Introduza um número válido!"
|
||||
msgstr "Por favor, digite uma URL válida"
|
||||
|
||||
#: js/messages.php:914
|
||||
#, fuzzy
|
||||
#| msgid "Please enter a valid page name"
|
||||
msgid "Please enter a valid date"
|
||||
msgstr "Introduza um nome de página válido"
|
||||
msgstr "Por favor, digite uma data válida"
|
||||
|
||||
#: js/messages.php:917
|
||||
#, fuzzy
|
||||
#| msgid "Please enter a valid page name"
|
||||
msgid "Please enter a valid date ( ISO )"
|
||||
msgstr "Introduza um nome de página válido"
|
||||
msgstr "Por favor, digite uma data (ISO) válida"
|
||||
|
||||
#: js/messages.php:919
|
||||
#, fuzzy
|
||||
#| msgid "Please enter a valid number!"
|
||||
msgid "Please enter a valid number"
|
||||
msgstr "Introduza um número válido!"
|
||||
msgstr "Por favor, digite um número válido"
|
||||
|
||||
#: js/messages.php:922
|
||||
#, fuzzy
|
||||
#| msgid "Please enter a valid number!"
|
||||
msgid "Please enter a valid credit card number"
|
||||
msgstr "Introduza um número válido!"
|
||||
msgstr "Por favor, digite um número de cartão de crédito válido"
|
||||
|
||||
#: js/messages.php:924
|
||||
#, fuzzy
|
||||
#| msgid "Please enter a valid length!"
|
||||
msgid "Please enter only digits"
|
||||
msgstr "Introduza um comprimento válido!"
|
||||
msgstr "Por favor, utilize somente dígitos"
|
||||
|
||||
#: js/messages.php:927
|
||||
#, fuzzy
|
||||
#| msgid "Please enter a valid page name"
|
||||
msgid "Please enter the same value again"
|
||||
msgstr "Introduza um nome de página válido"
|
||||
msgstr "Por favor, digite o mesmo valor novamente"
|
||||
|
||||
#: js/messages.php:931
|
||||
msgid "Please enter no more than {0} characters"
|
||||
msgstr ""
|
||||
msgstr "Por favor, digite no máximo {0} caracteres"
|
||||
|
||||
#: js/messages.php:936
|
||||
#, fuzzy
|
||||
#| msgid "Please enter a valid page name"
|
||||
msgid "Please enter at least {0} characters"
|
||||
msgstr "Introduza um nome de página válido"
|
||||
msgstr "Por favor, digite no mínimo {0} caracteres"
|
||||
|
||||
#: js/messages.php:941
|
||||
msgid "Please enter a value between {0} and {1} characters long"
|
||||
msgstr ""
|
||||
msgstr "Por favor, digite um valor entre {0} e {1} caracteres de comprimento"
|
||||
|
||||
#: js/messages.php:946
|
||||
#, fuzzy
|
||||
#| msgid "Please enter a valid page name"
|
||||
msgid "Please enter a value between {0} and {1}"
|
||||
msgstr "Introduza um nome de página válido"
|
||||
msgstr "Por Favor, digite um valor entre {0} e {1}"
|
||||
|
||||
#: js/messages.php:951
|
||||
#, fuzzy
|
||||
#| msgid "Please enter a valid length!"
|
||||
msgid "Please enter a value less than or equal to {0}"
|
||||
msgstr "Introduza um comprimento válido!"
|
||||
msgstr "Por favor, digite um valor menor ou igual a {0}"
|
||||
|
||||
#: js/messages.php:956
|
||||
#, fuzzy
|
||||
#| msgid "Please enter a valid page name"
|
||||
msgid "Please enter a value greater than or equal to {0}"
|
||||
msgstr "Introduza um nome de página válido"
|
||||
msgstr "Por favor, digite um valor maior ou igual a {0}"
|
||||
|
||||
#: js/messages.php:962
|
||||
#, fuzzy
|
||||
#| msgid "Please enter a valid page name"
|
||||
msgid "Please enter a valid date or time"
|
||||
msgstr "Introduza um nome de página válido"
|
||||
msgstr "Por favor, digite uma data ou hora válida"
|
||||
|
||||
#: js/messages.php:967
|
||||
#, fuzzy
|
||||
#| msgid "Please enter a valid number!"
|
||||
msgid "Please enter a valid HEX input"
|
||||
msgstr "Introduza um número válido!"
|
||||
msgstr "Por favor, digite um valor HEX válido"
|
||||
|
||||
#: js/messages.php:972 libraries/Message.php:190 libraries/Util.php:566
|
||||
#: libraries/core.lib.php:244 libraries/import.lib.php:80
|
||||
@ -3047,6 +3002,8 @@ msgstr "Falha ao formatar linha pela regra '%s'."
|
||||
#, php-format
|
||||
msgid "Error in reading file: The file '%s' does not exist or is not readable!"
|
||||
msgstr ""
|
||||
"Erro ao ler o arquivo: O arquivo '%s' não existe ou não possui permissão de "
|
||||
"leitura!"
|
||||
|
||||
#: libraries/Advisor.php:511
|
||||
#, php-format
|
||||
@ -3093,77 +3050,55 @@ msgid "Collation"
|
||||
msgstr "Agrupamento (Collation)"
|
||||
|
||||
#: libraries/Charsets.php:244
|
||||
#, fuzzy
|
||||
#| msgid "unknown"
|
||||
msgid "Unknown"
|
||||
msgstr "desconhecido"
|
||||
msgstr "Desconhecido"
|
||||
|
||||
#: libraries/Charsets.php:258
|
||||
#, fuzzy
|
||||
#| msgid "Binary"
|
||||
msgctxt "Collation"
|
||||
msgid "Binary"
|
||||
msgstr "Binário"
|
||||
|
||||
#: libraries/Charsets.php:270 libraries/Charsets.php:500
|
||||
#, fuzzy
|
||||
#| msgid "Unicode"
|
||||
msgctxt "Collation"
|
||||
msgid "Unicode"
|
||||
msgstr "Unicode"
|
||||
|
||||
#: libraries/Charsets.php:280 libraries/Charsets.php:451
|
||||
#, fuzzy
|
||||
#| msgid "West European"
|
||||
msgctxt "Collation"
|
||||
msgid "West European"
|
||||
msgstr "Europeu de Oeste"
|
||||
msgstr "Europa Ocidental"
|
||||
|
||||
#: libraries/Charsets.php:287
|
||||
#, fuzzy
|
||||
#| msgid "Central European"
|
||||
msgctxt "Collation"
|
||||
msgid "Central European"
|
||||
msgstr "Europeu Central"
|
||||
msgstr "Europa Central"
|
||||
|
||||
#: libraries/Charsets.php:292
|
||||
#, fuzzy
|
||||
#| msgid "Russian"
|
||||
msgctxt "Collation"
|
||||
msgid "Russian"
|
||||
msgstr "Russo"
|
||||
|
||||
#: libraries/Charsets.php:297
|
||||
#, fuzzy
|
||||
#| msgid "Simplified Chinese"
|
||||
msgctxt "Collation"
|
||||
msgid "Simplified Chinese"
|
||||
msgstr "Chinês Simplificado"
|
||||
|
||||
#: libraries/Charsets.php:304 libraries/Charsets.php:422
|
||||
#, fuzzy
|
||||
#| msgid "Japanese"
|
||||
msgctxt "Collation"
|
||||
msgid "Japanese"
|
||||
msgstr "Japonês"
|
||||
|
||||
#: libraries/Charsets.php:309
|
||||
#, fuzzy
|
||||
#| msgid "Baltic"
|
||||
msgctxt "Collation"
|
||||
msgid "Baltic"
|
||||
msgstr "Báltico"
|
||||
|
||||
#: libraries/Charsets.php:314
|
||||
#, fuzzy
|
||||
#| msgid "Armenian"
|
||||
msgctxt "Collation"
|
||||
msgid "Armenian"
|
||||
msgstr "Arménio"
|
||||
msgstr "Armênio"
|
||||
|
||||
#: libraries/Charsets.php:317
|
||||
#, fuzzy
|
||||
#| msgid "Traditional Chinese"
|
||||
msgctxt "Collation"
|
||||
msgid "Traditional Chinese"
|
||||
msgstr "Chinês Tradicional"
|
||||
@ -3171,88 +3106,64 @@ msgstr "Chinês Tradicional"
|
||||
#: libraries/Charsets.php:320
|
||||
msgctxt "Collation"
|
||||
msgid "Cyrillic"
|
||||
msgstr ""
|
||||
msgstr "Cirílico"
|
||||
|
||||
#: libraries/Charsets.php:323
|
||||
#, fuzzy
|
||||
#| msgid "Arabic"
|
||||
msgctxt "Collation"
|
||||
msgid "Arabic"
|
||||
msgstr "Árabe"
|
||||
|
||||
#: libraries/Charsets.php:326 libraries/Charsets.php:437
|
||||
#, fuzzy
|
||||
#| msgid "Korean"
|
||||
msgctxt "Collation"
|
||||
msgid "Korean"
|
||||
msgstr "Coreano"
|
||||
|
||||
#: libraries/Charsets.php:329
|
||||
#, fuzzy
|
||||
#| msgid "Hebrew"
|
||||
msgctxt "Collation"
|
||||
msgid "Hebrew"
|
||||
msgstr "Hebráico"
|
||||
msgstr "Hebraico"
|
||||
|
||||
#: libraries/Charsets.php:332
|
||||
#, fuzzy
|
||||
#| msgid "Georgian"
|
||||
msgctxt "Collation"
|
||||
msgid "Georgian"
|
||||
msgstr "Georgiano"
|
||||
|
||||
#: libraries/Charsets.php:335
|
||||
#, fuzzy
|
||||
#| msgid "Greek"
|
||||
msgctxt "Collation"
|
||||
msgid "Greek"
|
||||
msgstr "Grego"
|
||||
|
||||
#: libraries/Charsets.php:338
|
||||
#, fuzzy
|
||||
#| msgid "Czech-Slovak"
|
||||
msgctxt "Collation"
|
||||
msgid "Czech-Slovak"
|
||||
msgstr "Checo-Eslovaco"
|
||||
|
||||
#: libraries/Charsets.php:341 libraries/Charsets.php:492
|
||||
#, fuzzy
|
||||
#| msgid "Ukrainian"
|
||||
msgctxt "Collation"
|
||||
msgid "Ukrainian"
|
||||
msgstr "Ucraniano"
|
||||
|
||||
#: libraries/Charsets.php:344 libraries/Charsets.php:488
|
||||
#, fuzzy
|
||||
#| msgid "Turkish"
|
||||
msgctxt "Collation"
|
||||
msgid "Turkish"
|
||||
msgstr "Turco"
|
||||
|
||||
#: libraries/Charsets.php:347 libraries/Charsets.php:480
|
||||
#, fuzzy
|
||||
#| msgid "Swedish"
|
||||
msgctxt "Collation"
|
||||
msgid "Swedish"
|
||||
msgstr "Sueco"
|
||||
|
||||
#: libraries/Charsets.php:350 libraries/Charsets.php:484
|
||||
#, fuzzy
|
||||
#| msgid "Thai"
|
||||
msgctxt "Collation"
|
||||
msgid "Thai"
|
||||
msgstr "Tailandês"
|
||||
|
||||
#: libraries/Charsets.php:353
|
||||
#, fuzzy
|
||||
#| msgid "unknown"
|
||||
msgctxt "Collation"
|
||||
msgid "Unknown"
|
||||
msgstr "desconhecido"
|
||||
msgstr "Desconhecido"
|
||||
|
||||
#: libraries/Charsets.php:369
|
||||
#, fuzzy
|
||||
#| msgid "Bulgarian"
|
||||
msgctxt "Collation"
|
||||
msgid "Bulgarian"
|
||||
msgstr "Búlgaro"
|
||||
@ -3260,46 +3171,34 @@ msgstr "Búlgaro"
|
||||
#: libraries/Charsets.php:374
|
||||
msgctxt "Collation"
|
||||
msgid "Chinese"
|
||||
msgstr ""
|
||||
msgstr "Chinês"
|
||||
|
||||
#: libraries/Charsets.php:379
|
||||
#, fuzzy
|
||||
#| msgid "Croatian"
|
||||
msgctxt "Collation"
|
||||
msgid "Croatian"
|
||||
msgstr "Croata"
|
||||
|
||||
#: libraries/Charsets.php:383
|
||||
#, fuzzy
|
||||
#| msgid "Czech"
|
||||
msgctxt "Collation"
|
||||
msgid "Czech"
|
||||
msgstr "Checo"
|
||||
|
||||
#: libraries/Charsets.php:387
|
||||
#, fuzzy
|
||||
#| msgid "Danish"
|
||||
msgctxt "Collation"
|
||||
msgid "Danish"
|
||||
msgstr "Dinamarquês"
|
||||
|
||||
#: libraries/Charsets.php:391
|
||||
#, fuzzy
|
||||
#| msgid "English"
|
||||
msgctxt "Collation"
|
||||
msgid "English"
|
||||
msgstr "Inglês"
|
||||
|
||||
#: libraries/Charsets.php:395
|
||||
#, fuzzy
|
||||
#| msgid "Operator"
|
||||
msgctxt "Collation"
|
||||
msgid "Esperanto"
|
||||
msgstr "Operador"
|
||||
msgstr "Esperanto"
|
||||
|
||||
#: libraries/Charsets.php:399
|
||||
#, fuzzy
|
||||
#| msgid "Estonian"
|
||||
msgctxt "Collation"
|
||||
msgid "Estonian"
|
||||
msgstr "Estoniano"
|
||||
|
||||
71
po/pt_BR.po
71
po/pt_BR.po
@ -4,8 +4,8 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.7.4-dev\n"
|
||||
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
|
||||
"POT-Creation-Date: 2017-08-10 09:13-0400\n"
|
||||
"PO-Revision-Date: 2017-08-10 13:55+0000\n"
|
||||
"Last-Translator: George Bezerra <georgelione@gmail.com>\n"
|
||||
"PO-Revision-Date: 2017-10-23 11:32+0000\n"
|
||||
"Last-Translator: Rafael Campos de Brito <rafinhadebrito@gmail.com>\n"
|
||||
"Language-Team: Portuguese (Brazil) "
|
||||
"<https://hosted.weblate.org/projects/phpmyadmin/4-7/pt_BR/>\n"
|
||||
"Language: pt_BR\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 2.16-dev\n"
|
||||
"X-Generator: Weblate 2.17\n"
|
||||
|
||||
#: ajax.php:16 ajax.php:33 export.php:192 schema_export.php:64
|
||||
msgid "Bad type!"
|
||||
@ -34,7 +34,7 @@ msgstr "A lista central de colunas para o banco de dados atual está vazia."
|
||||
|
||||
#: db_central_columns.php:133
|
||||
msgid "Click to sort."
|
||||
msgstr "Clique para organizar."
|
||||
msgstr "Clique para ordenar."
|
||||
|
||||
#: db_central_columns.php:150
|
||||
#, php-format
|
||||
@ -1092,7 +1092,7 @@ msgstr "Fechar"
|
||||
|
||||
#: js/messages.php:152
|
||||
msgid "Template was created."
|
||||
msgstr "Template foi criado."
|
||||
msgstr "O modelo foi criado."
|
||||
|
||||
#: js/messages.php:153
|
||||
msgid "Template was loaded."
|
||||
@ -1100,11 +1100,11 @@ msgstr "O template foi carregado."
|
||||
|
||||
#: js/messages.php:154
|
||||
msgid "Template was updated."
|
||||
msgstr "Template foi atualizado."
|
||||
msgstr "O modelo foi atualizado."
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Template was deleted."
|
||||
msgstr "Template foi excluído."
|
||||
msgstr "O modelo foi excluído."
|
||||
|
||||
#. l10n: Other, small valued, queries
|
||||
#: js/messages.php:158 libraries/ServerStatusData.php:132
|
||||
@ -1194,7 +1194,7 @@ msgstr "Memória usada"
|
||||
|
||||
#: js/messages.php:191
|
||||
msgid "Total swap"
|
||||
msgstr "Total swap"
|
||||
msgstr "Swap total"
|
||||
|
||||
#: js/messages.php:192
|
||||
msgid "Cached swap"
|
||||
@ -2265,7 +2265,7 @@ msgstr "Sem título"
|
||||
|
||||
#: js/messages.php:564
|
||||
msgid "Please select a page to continue"
|
||||
msgstr "Favor escolher uma página para editar"
|
||||
msgstr "Favor escolher uma página para continuar"
|
||||
|
||||
#: js/messages.php:565
|
||||
msgid "Please enter a valid page name"
|
||||
@ -2963,7 +2963,7 @@ msgstr "Por favor, digite um data válida ou um tempo"
|
||||
|
||||
#: js/messages.php:967
|
||||
msgid "Please enter a valid HEX input"
|
||||
msgstr "Por favor, digite um número HEXADECIMAL válido"
|
||||
msgstr "Por favor, digite um número hexadecimal válido!"
|
||||
|
||||
#: js/messages.php:972 libraries/Message.php:190 libraries/Util.php:566
|
||||
#: libraries/core.lib.php:244 libraries/import.lib.php:80
|
||||
@ -3209,7 +3209,7 @@ msgstr "Alemão (ordem alfabética)"
|
||||
#: libraries/Charsets.php:405 libraries/Charsets.php:516
|
||||
msgctxt "Collation"
|
||||
msgid "German (phone book order)"
|
||||
msgstr "Alemão (ordem da agenda telefônica)"
|
||||
msgstr "Alemão (ordem de agenda telefônica)"
|
||||
|
||||
#: libraries/Charsets.php:414
|
||||
msgctxt "Collation"
|
||||
@ -5398,7 +5398,8 @@ msgstr "Permitir usuários customizar esse valor"
|
||||
#: libraries/config/PageSettings.php:146
|
||||
msgid "Cannot save settings, submitted configuration form contains errors!"
|
||||
msgstr ""
|
||||
"As configurações não podem salvas, a configuração enviada contém erros!"
|
||||
"As configurações não podem ser salvas, o formulário de configuração "
|
||||
"submetido contém erros!"
|
||||
|
||||
#: libraries/config/ServerConfigChecks.php:159
|
||||
msgid "You should use SSL connections if your database server supports it."
|
||||
@ -5822,11 +5823,11 @@ msgstr "Aba de tabela padrão"
|
||||
|
||||
#: libraries/config/messages.inc.php:110
|
||||
msgid "Autocomplete of the table and column names in the SQL queries."
|
||||
msgstr "Autocomplete os nomes de tabelas e colunas nas consultas SQL."
|
||||
msgstr "Autocompletar os nomes das tabelas e colunas nas consultas SQL."
|
||||
|
||||
#: libraries/config/messages.inc.php:113
|
||||
msgid "Enable autocomplete for table and column names"
|
||||
msgstr "Habilitar o preenchimento automático de nomes de tabelas e colunas"
|
||||
msgstr "Habilitar autocompletar para nomes de tabelas e colunas"
|
||||
|
||||
#: libraries/config/messages.inc.php:116
|
||||
msgid "Whether the table structure actions should be hidden."
|
||||
@ -5882,7 +5883,7 @@ msgstr "Tempo máximo de execução"
|
||||
#: libraries/config/messages.inc.php:135 libraries/display_export.lib.php:797
|
||||
#, php-format
|
||||
msgid "Use %s statement"
|
||||
msgstr "Use a declaração %s"
|
||||
msgstr "Usar comando %s"
|
||||
|
||||
#: libraries/config/messages.inc.php:137 prefs_manage.php:327
|
||||
msgid "Save as file"
|
||||
@ -6085,7 +6086,7 @@ msgid ""
|
||||
"Add IF NOT EXISTS (less efficient as indexes will be generated during table "
|
||||
"creation)"
|
||||
msgstr ""
|
||||
"Adicionar IF NOT EXISTS (menos eficiente como os índices serão gerados "
|
||||
"Adicionar IF NOT EXISTS (é menos eficiente, pois os índices serão gerados "
|
||||
"durante a criação da tabela)"
|
||||
|
||||
#: libraries/config/messages.inc.php:214
|
||||
@ -6713,12 +6714,12 @@ 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 ""
|
||||
"A quantidade de bytes que um script pode alocar, ex. [kbd]32M[/kbd] "
|
||||
"([kbd]-1[/kbd] para não haver limite e [kbd]0[/kbd] para não haver mudança)."
|
||||
"O número de bytes permitidos que um script pode alocar, p. ex. [kbd]32M[/kbd]"
|
||||
" ([kbd]-1[/kbd] para não haver limite e [kbd]0[/kbd] para não mudar)."
|
||||
|
||||
#: libraries/config/messages.inc.php:463
|
||||
msgid "Memory limit"
|
||||
msgstr "Limite de memória"
|
||||
msgstr "Limite da memória"
|
||||
|
||||
#: libraries/config/messages.inc.php:465
|
||||
msgid "In the navigation panel, replaces the database tree with a selector"
|
||||
@ -6727,17 +6728,16 @@ msgstr ""
|
||||
|
||||
#: libraries/config/messages.inc.php:468
|
||||
msgid "Show databases navigation as tree"
|
||||
msgstr "Mostrar a navegação por bases de dados como árvore"
|
||||
msgstr "Mostrar a navegação de bases de dados em formato de árvore"
|
||||
|
||||
#: libraries/config/messages.inc.php:471
|
||||
msgid "Link with main panel by highlighting the current database or table."
|
||||
msgstr ""
|
||||
"Vincule com o painel principal selecionando a tabela ou o banco de dados "
|
||||
"atual."
|
||||
"Vincule ao painel principal selecionando a tabela ou o banco de dados atual."
|
||||
|
||||
#: libraries/config/messages.inc.php:474
|
||||
msgid "Show logo in navigation panel."
|
||||
msgstr "Mostrar logo no painel de navegação."
|
||||
msgstr "Mostrar o logo no painel de navegação."
|
||||
|
||||
#: libraries/config/messages.inc.php:475
|
||||
msgid "Display logo"
|
||||
@ -6745,11 +6745,11 @@ msgstr "Exibir logo"
|
||||
|
||||
#: libraries/config/messages.inc.php:477
|
||||
msgid "URL where logo in the navigation panel will point to."
|
||||
msgstr "URL para onde a logo no painel de navegação vai direcionar."
|
||||
msgstr "URL para onde o logo no painel de navegação vai direcionar."
|
||||
|
||||
#: libraries/config/messages.inc.php:478
|
||||
msgid "Logo link URL"
|
||||
msgstr "Link URL do logo"
|
||||
msgstr "URL com link do logo"
|
||||
|
||||
#: libraries/config/messages.inc.php:480
|
||||
msgid ""
|
||||
@ -6773,11 +6773,11 @@ msgstr "Exibe seleção de servidores"
|
||||
|
||||
#: libraries/config/messages.inc.php:487
|
||||
msgid "Target for quick access icon"
|
||||
msgstr "Alvo para ícone de acesso rápido"
|
||||
msgstr "Destino para o ícone de acesso rápido"
|
||||
|
||||
#: libraries/config/messages.inc.php:489
|
||||
msgid "Target for second quick access icon"
|
||||
msgstr "Alvo para segundo ícone de acesso rápido"
|
||||
msgstr "Destino para o segundo ícone de acesso rápido"
|
||||
|
||||
#: libraries/config/messages.inc.php:492
|
||||
msgid ""
|
||||
@ -6794,7 +6794,8 @@ msgstr "Número mínimo de itens para mostrar na caixa de filtro"
|
||||
#: libraries/config/messages.inc.php:498
|
||||
msgid "Minimum number of databases to display the database filter box"
|
||||
msgstr ""
|
||||
"Número mínimo de tabelas para mostrar a caixa de filtro de bancos de dados"
|
||||
"Número mínimo de bancos de dados para mostrar na caixa de filtro de bancos "
|
||||
"de dados"
|
||||
|
||||
#: libraries/config/messages.inc.php:500
|
||||
msgid ""
|
||||
@ -7980,8 +7981,8 @@ msgid ""
|
||||
"Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines "
|
||||
"will be inserted with Shift+Enter."
|
||||
msgstr ""
|
||||
"Queries são executadas pressionando Enter (no lugar de Ctrl + enter). Nova "
|
||||
"linhas serão inseridas com Shift + Enter."
|
||||
"Consultas são executadas pressionando Enter (ao invés de Ctrl+Enter). Novas "
|
||||
"linhas serão inseridas com Shift+Enter."
|
||||
|
||||
#: libraries/config/messages.inc.php:983
|
||||
msgid "Enter executes queries in console"
|
||||
@ -8317,7 +8318,7 @@ msgstr ""
|
||||
|
||||
#: libraries/dbi/DBIMysqli.php:158
|
||||
msgid "SSL connection enforced by server, automatically enabling it."
|
||||
msgstr "Conexão SSL executada pelo servidor, automaticamente habilitando-a."
|
||||
msgstr "Conexão SSL imposta pelo servidor, sendo automaticamente habilitada."
|
||||
|
||||
#: libraries/display_change_password.lib.php:57
|
||||
#: libraries/replication_gui.lib.php:854
|
||||
@ -9330,7 +9331,7 @@ msgstr "Documentação do phpMyAdmin"
|
||||
|
||||
#: libraries/navigation/NavigationHeader.php:210
|
||||
msgid "Navigation panel settings"
|
||||
msgstr "Configuração do painel de navegação"
|
||||
msgstr "Configurações do painel de navegação"
|
||||
|
||||
#: libraries/navigation/NavigationHeader.php:221
|
||||
msgid "Reload navigation panel"
|
||||
@ -9876,7 +9877,7 @@ msgstr "Verificar tabela"
|
||||
#: libraries/operations.lib.php:1397
|
||||
#: templates/database/structure/check_all_tables.phtml:22
|
||||
msgid "Checksum table"
|
||||
msgstr "Checksum da tabela"
|
||||
msgstr "Tabela de checksum"
|
||||
|
||||
#: libraries/operations.lib.php:1411
|
||||
msgid "Defragment table"
|
||||
@ -9948,7 +9949,7 @@ msgstr "Truncar"
|
||||
|
||||
#: libraries/operations.lib.php:1579
|
||||
msgid "Coalesce"
|
||||
msgstr "Buscar valor NOTNULL"
|
||||
msgstr "Coalescer"
|
||||
|
||||
#: libraries/operations.lib.php:1588
|
||||
msgid "Partition maintenance"
|
||||
@ -10313,7 +10314,7 @@ msgstr "Fazendo dump de dados"
|
||||
|
||||
#: libraries/plugins/export/ExportPdf.php:288
|
||||
msgid "View structure"
|
||||
msgstr "Visualizar estrutura"
|
||||
msgstr "Ver estrutura"
|
||||
|
||||
#: libraries/plugins/export/ExportPdf.php:291
|
||||
msgid "Stand in"
|
||||
|
||||
25
po/ro.po
25
po/ro.po
@ -4,17 +4,17 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.7.4-dev\n"
|
||||
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
|
||||
"POT-Creation-Date: 2017-08-10 09:13-0400\n"
|
||||
"PO-Revision-Date: 2017-05-08 04:53+0000\n"
|
||||
"Last-Translator: Codrin <codrin@logicindustry.com>\n"
|
||||
"Language-Team: Romanian <https://hosted.weblate.org/projects/phpmyadmin/4-7/"
|
||||
"ro/>\n"
|
||||
"PO-Revision-Date: 2017-09-14 13:51+0000\n"
|
||||
"Last-Translator: Simplu <simplu27@yahoo.com>\n"
|
||||
"Language-Team: Romanian "
|
||||
"<https://hosted.weblate.org/projects/phpmyadmin/4-7/ro/>\n"
|
||||
"Language: ro\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==0 || (n%100 > 0 && n%100 < "
|
||||
"20)) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 2.14-dev\n"
|
||||
"X-Generator: Weblate 2.17-dev\n"
|
||||
|
||||
#: ajax.php:16 ajax.php:33 export.php:192 schema_export.php:64
|
||||
msgid "Bad type!"
|
||||
@ -739,7 +739,6 @@ msgid "List of changes"
|
||||
msgstr "Lista modificărilor"
|
||||
|
||||
#: index.php:441 templates/server/plugins/section.phtml:12
|
||||
#, fuzzy
|
||||
msgid "License"
|
||||
msgstr "Licenţă"
|
||||
|
||||
@ -860,10 +859,8 @@ msgid "You are about to TRUNCATE a complete table!"
|
||||
msgstr "Sunteți pe cale să TRUNCHIAȚI un întreg tabel!"
|
||||
|
||||
#: js/messages.php:53
|
||||
#, fuzzy
|
||||
#| msgid "Delete tracking data for this table"
|
||||
msgid "Delete tracking data for this table?"
|
||||
msgstr "Șterge datele de urmărire pentru acest tabel"
|
||||
msgstr "Șterge datele de urmărire pentru acest tabel?"
|
||||
|
||||
#: js/messages.php:55
|
||||
msgid "Delete tracking data for these tables?"
|
||||
@ -990,8 +987,6 @@ msgid "Reset"
|
||||
msgstr "Resetare"
|
||||
|
||||
#: js/messages.php:113
|
||||
#, fuzzy
|
||||
#| msgid "Reset All"
|
||||
msgid "Reset all"
|
||||
msgstr "Resetează tot"
|
||||
|
||||
@ -1012,8 +1007,6 @@ msgid "Please enter a valid length!"
|
||||
msgstr "Vă rugăm să introduceţi o lungime validă!"
|
||||
|
||||
#: js/messages.php:120
|
||||
#, fuzzy
|
||||
#| msgid "Add Index"
|
||||
msgid "Add index"
|
||||
msgstr "Adaugă index"
|
||||
|
||||
@ -1045,10 +1038,8 @@ msgid "Please select column(s) for the index."
|
||||
msgstr "Selectați coloana(ele) pentru index."
|
||||
|
||||
#: js/messages.php:129 templates/table/structure/add_column.phtml:1
|
||||
#, fuzzy
|
||||
#| msgid "You have to add at least one field."
|
||||
msgid "You have to add at least one column."
|
||||
msgstr "Trebuie să adăugați cel puțin un câmp."
|
||||
msgstr "Trebuie să adăugați cel puțin o coloana."
|
||||
|
||||
#: js/messages.php:132 libraries/insert_edit.lib.php:1617
|
||||
#: templates/columns_definitions/column_definitions_form.phtml:163
|
||||
@ -1574,8 +1565,6 @@ msgid "Table"
|
||||
msgstr "Tabel"
|
||||
|
||||
#: js/messages.php:300 libraries/display_export.lib.php:926
|
||||
#, fuzzy
|
||||
#| msgid "Column"
|
||||
msgctxt "Alias"
|
||||
msgid "Column"
|
||||
msgstr "Coloană"
|
||||
|
||||
@ -4,49 +4,43 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.7.4-dev\n"
|
||||
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
|
||||
"POT-Creation-Date: 2017-08-10 09:13-0400\n"
|
||||
"PO-Revision-Date: 2015-10-15 11:24+0200\n"
|
||||
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
|
||||
"Language-Team: Serbian (latin) <https://hosted.weblate.org/projects/"
|
||||
"phpmyadmin/master/sr%40latin/>\n"
|
||||
"PO-Revision-Date: 2017-10-09 08:47+0000\n"
|
||||
"Last-Translator: Suad Pacariz <suad@pacariz.in.rs>\n"
|
||||
"Language-Team: Serbian (latin) "
|
||||
"<https://hosted.weblate.org/projects/phpmyadmin/4-7/sr_Latn/>\n"
|
||||
"Language: sr@latin\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"
|
||||
"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.17-dev\n"
|
||||
|
||||
#: ajax.php:16 ajax.php:33 export.php:192 schema_export.php:64
|
||||
msgid "Bad type!"
|
||||
msgstr "Pogrešan tip!"
|
||||
|
||||
#: changelog.php:39 license.php:34
|
||||
#, fuzzy, php-format
|
||||
#| msgid ""
|
||||
#| "The %s file is not available on this system, please visit www.phpmyadmin."
|
||||
#| "net for more information."
|
||||
#, php-format
|
||||
msgid ""
|
||||
"The %s file is not available on this system, please visit %s for more "
|
||||
"information."
|
||||
msgstr ""
|
||||
"Datoteka %s nije dostupna na ovom sistemu, molimo vas posetite www."
|
||||
"phpmyadmin.net za više informacija."
|
||||
"Datoteka %s nije dostupna na ovom sistemu, molimo vas posetite %s za više "
|
||||
"informacija."
|
||||
|
||||
#: db_central_columns.php:108
|
||||
msgid "The central list of columns for the current database is empty."
|
||||
msgstr ""
|
||||
msgstr "Lista kolona trebutne baze je prazna."
|
||||
|
||||
#: db_central_columns.php:133
|
||||
#, fuzzy
|
||||
#| msgid "Click to sort"
|
||||
msgid "Click to sort."
|
||||
msgstr "Kliknite da bi ste sortirali"
|
||||
msgstr "Kliknite da bi ste sortirali."
|
||||
|
||||
#: db_central_columns.php:150
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Showing rows"
|
||||
#, php-format
|
||||
msgid "Showing rows %1$s - %2$s."
|
||||
msgstr "Prikaz zapisa"
|
||||
msgstr "Prikaz redova %1$s - %2$s."
|
||||
|
||||
#: db_datadict.php:59 libraries/operations.lib.php:36
|
||||
msgid "Database comment"
|
||||
@ -55,10 +49,8 @@ msgstr "Komentar baze"
|
||||
#: db_datadict.php:106 libraries/plugins/schema/pdf/PdfRelationSchema.php:596
|
||||
#: templates/columns_definitions/column_definitions_form.phtml:89
|
||||
#: templates/table/structure/display_table_stats.phtml:5
|
||||
#, fuzzy
|
||||
#| msgid "Table comments"
|
||||
msgid "Table comments:"
|
||||
msgstr "Komentari tabele"
|
||||
msgstr "Komentari tabele:"
|
||||
|
||||
#: db_datadict.php:115 libraries/Index.php:686
|
||||
#: libraries/insert_edit.lib.php:1636
|
||||
@ -246,7 +238,7 @@ msgstr "Da"
|
||||
|
||||
#: db_export.php:47
|
||||
msgid "View dump (schema) of database"
|
||||
msgstr "Prikaži sadržaj (shemu) baze"
|
||||
msgstr "Prikaži sadržaj (šemu) baze"
|
||||
|
||||
#: db_export.php:51 db_tracking.php:103 export.php:375 libraries/DbQbe.php:327
|
||||
#: libraries/controllers/database/DatabaseStructureController.php:168
|
||||
@ -305,25 +297,20 @@ msgstr "Izaberi sve"
|
||||
|
||||
#: db_operations.php:50 tbl_create.php:23
|
||||
msgid "The database name is empty!"
|
||||
msgstr "Ime baze nije zadato!"
|
||||
msgstr "Naziv baze je prazan!"
|
||||
|
||||
#: db_operations.php:138
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Database %1$s has been renamed to %2$s."
|
||||
#, php-format
|
||||
msgid "Database %1$s has been renamed to %2$s."
|
||||
msgstr "Baza %1$s je preimenovana u %2$s"
|
||||
msgstr "Baza %1$s je preimenovana u %2$s."
|
||||
|
||||
#: db_operations.php:150
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Database %1$s has been copied to %2$s."
|
||||
#, php-format
|
||||
msgid "Database %1$s has been copied to %2$s."
|
||||
msgstr "Baza %1$s je iskopirana u %2$s"
|
||||
msgstr "Baza %1$s je iskopirana u %2$s."
|
||||
|
||||
#: db_operations.php:279
|
||||
#, fuzzy, php-format
|
||||
#| msgid ""
|
||||
#| "The phpMyAdmin configuration storage has been deactivated. To find out "
|
||||
#| "why click %shere%s."
|
||||
#, php-format
|
||||
msgid ""
|
||||
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
|
||||
msgstr ""
|
||||
@ -331,10 +318,8 @@ msgstr ""
|
||||
"zašto, kliknite %sovde%s."
|
||||
|
||||
#: db_qbe.php:126
|
||||
#, fuzzy
|
||||
#| msgid "You have to choose at least one column to display"
|
||||
msgid "You have to choose at least one column to display!"
|
||||
msgstr "Morate izabrati bar jednu kolonu za prikaz"
|
||||
msgstr "Morate izabrati bar jednu kolonu za prikaz!"
|
||||
|
||||
#: db_qbe.php:144
|
||||
#, php-format
|
||||
|
||||
46
po/ta.po
46
po/ta.po
@ -7,16 +7,16 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.7.4-dev\n"
|
||||
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
|
||||
"POT-Creation-Date: 2017-08-10 09:13-0400\n"
|
||||
"PO-Revision-Date: 2016-10-10 19:29+0000\n"
|
||||
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
|
||||
"Language-Team: Tamil <https://hosted.weblate.org/projects/phpmyadmin/master/"
|
||||
"ta/>\n"
|
||||
"PO-Revision-Date: 2017-09-22 00:25+0000\n"
|
||||
"Last-Translator: Maurício Meneghini Fauth <mauriciofauth@gmail.com>\n"
|
||||
"Language-Team: Tamil <https://hosted.weblate.org/projects/phpmyadmin/4-7/ta/>"
|
||||
"\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 2.9-dev\n"
|
||||
"X-Generator: Weblate 2.17-dev\n"
|
||||
|
||||
#: ajax.php:16 ajax.php:33 export.php:192 schema_export.php:64
|
||||
msgid "Bad type!"
|
||||
@ -335,10 +335,8 @@ msgid "Access denied!"
|
||||
msgstr "அணுகல் மறுக்கப்பட்டது!"
|
||||
|
||||
#: db_tracking.php:53 db_tracking.php:78
|
||||
#, fuzzy
|
||||
#| msgid "The columns have been moved successfully."
|
||||
msgid "Tracking data deleted successfully."
|
||||
msgstr "நெடுவரிசைகள் வெற்றிகரமாக நகர்த்தப்பட்டன."
|
||||
msgstr "கண்காணிக்கும் தரவுகள் வெற்றிகரமாக அழிக்கப்பட்டது."
|
||||
|
||||
#: db_tracking.php:62
|
||||
#, php-format
|
||||
@ -572,24 +570,20 @@ msgid "Bookmark %s has been created."
|
||||
msgstr "புத்தகக்குறி %s குறிக்கப்பட்டது."
|
||||
|
||||
#: import.php:581
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Import has been successfully finished, %d queries executed."
|
||||
#, php-format
|
||||
msgid "Import has been successfully finished, %d query executed."
|
||||
msgid_plural "Import has been successfully finished, %d queries executed."
|
||||
msgstr[0] "தரவிறக்கம் வெற்றிகரமாக முடிந்தது, %d வினவல்கள் செயல்படுத்தப்பட்டன."
|
||||
msgstr[1] "தரவிறக்கம் வெற்றிகரமாக முடிந்தது, %d வினவல்கள் செயல்படுத்தப்பட்டன."
|
||||
msgstr[0] "உள்ளேற்றம் வெற்றிகரமாக முடிந்தது, %d வினவல்கள் செயல்படுத்தப்பட்டன."
|
||||
msgstr[1] "உள்ளேற்றம் வெற்றிகரமாக முடிந்தது, %d வினவல்கள் செயல்படுத்தப்பட்டன."
|
||||
|
||||
#: import.php:612
|
||||
#, fuzzy, php-format
|
||||
#| msgid ""
|
||||
#| "Script timeout passed, if you want to finish import, please resubmit same "
|
||||
#| "file and import will resume."
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Script timeout passed, if you want to finish import, please %sresubmit the "
|
||||
"same file%s and import will resume."
|
||||
msgstr ""
|
||||
"செயல்நிரலுக்கான செயலாக்க நேரம் கடந்தது, தரவிறக்க செயல்பாட்டை மீளேற்றி முடிக்க "
|
||||
"அதேகோப்பினை மீண்டும் அனுப்புக."
|
||||
"செயல்நிரலுக்கான செயலாக்க நேரம் கடந்தது, உள்ளேற்ற செயல்பாட்டை மீளேற்றி முடிக்"
|
||||
"க %sஅதேகோப்பினை மீண்டும் அனுப்புக%s."
|
||||
|
||||
#: import.php:622
|
||||
msgid ""
|
||||
@ -605,7 +599,7 @@ msgstr "\"DROP DATABASE\" கூற்றுகள் முடக்கப்
|
||||
|
||||
#: import_status.php:105
|
||||
msgid "Could not load the progress of the import."
|
||||
msgstr ""
|
||||
msgstr "இறக்குமதி தரவை ஏற்ற முடியவில்லை."
|
||||
|
||||
#: import_status.php:114 js/messages.php:455 js/messages.php:619
|
||||
#: libraries/Util.php:689 libraries/export.lib.php:518
|
||||
@ -618,6 +612,8 @@ msgid ""
|
||||
"You were logged out from one server, to logout completely from phpMyAdmin, "
|
||||
"you need to logout from all servers."
|
||||
msgstr ""
|
||||
"நீங்கள் ஒரு சர்வரிலிருந்து வெளியேற்றப்பட்டிர்கள். முழுவதும் வெளியேற அனைத்து "
|
||||
"சர்வேரிலிருந்தும் வெளியேற வேண்டும்."
|
||||
|
||||
#: index.php:160 libraries/Footer.php:69
|
||||
msgid "phpMyAdmin Demo Server"
|
||||
@ -630,9 +626,9 @@ msgid ""
|
||||
"change root, debian-sys-maint and pma users. More information is available "
|
||||
"at %s."
|
||||
msgstr ""
|
||||
"நீங்கள் செயல்விளக்க வழங்கியை பயன்படுத்துகிறீர்கள். இங்கு நீங்கள் ஏதும் செய்யலாம், அனால் "
|
||||
"தயவுசெய்து root, debian-sys-maint மற்றும் pma பயனர்களை மாற்றாதிருக்கவும். மேலதிக "
|
||||
"தகவல்கள் %sஇல் உள்ளன."
|
||||
"நீங்கள் செயல்விளக்க வழங்கியை பயன்படுத்துகிறீர்கள். இங்கு நீங்கள் ஏதும் "
|
||||
"செய்யலாம், அனால் தயவுசெய்து root, debian-sys-maint மற்றும் pma பயனர்களை "
|
||||
"மாற்றாதிருக்கவும். மேலதிக தகவல்கள் %s இல் உள்ளன."
|
||||
|
||||
#: index.php:174
|
||||
#, fuzzy
|
||||
@ -684,7 +680,7 @@ msgstr "நெறிமுறை பதிப்பு:"
|
||||
|
||||
#: index.php:318
|
||||
msgid "User:"
|
||||
msgstr "பயனர்:"
|
||||
msgstr "பயனாளர்:"
|
||||
|
||||
#: index.php:323
|
||||
msgid "Server charset:"
|
||||
@ -696,7 +692,7 @@ msgstr "இணைய வழங்கி"
|
||||
|
||||
#: index.php:347
|
||||
msgid "Database client version:"
|
||||
msgstr "தரவுத்தள பயனர் நிரல் பதிப்பு:"
|
||||
msgstr "தரவுத்தள பயனாளர் நிரல் பதிப்பு:"
|
||||
|
||||
#: index.php:351
|
||||
msgid "PHP extension:"
|
||||
@ -759,6 +755,8 @@ msgid ""
|
||||
"The curl extension was not found and allow_url_fopen is disabled. Due to "
|
||||
"this some features such as error reporting or version check are disabled."
|
||||
msgstr ""
|
||||
"curl நீட்டிப்பு மற்றும் allow_url_fopen முடக்கப்பட்டுள்ளது. இதனால் தவறு "
|
||||
"அறிக்கை, பதிப்பு சோதனை போன்ற அம்சங்கள் முடக்கப்பட்டுள்ளது."
|
||||
|
||||
#: index.php:491
|
||||
#, fuzzy
|
||||
|
||||
@ -4,16 +4,16 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.7.4-dev\n"
|
||||
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
|
||||
"POT-Creation-Date: 2017-08-10 09:13-0400\n"
|
||||
"PO-Revision-Date: 2015-12-29 19:19+0000\n"
|
||||
"PO-Revision-Date: 2017-08-31 12:01+0000\n"
|
||||
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
|
||||
"Language-Team: Uzbek (latin) <https://hosted.weblate.org/projects/phpmyadmin/"
|
||||
"master/uz@latin/>\n"
|
||||
"Language-Team: Uzbek (latin) "
|
||||
"<https://hosted.weblate.org/projects/phpmyadmin/4-7/uz_Latn/>\n"
|
||||
"Language: uz@latin\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 2.5-dev\n"
|
||||
"X-Generator: Weblate 2.17-dev\n"
|
||||
|
||||
#: ajax.php:16 ajax.php:33 export.php:192 schema_export.php:64
|
||||
#, fuzzy
|
||||
@ -387,7 +387,7 @@ msgstr "Sahifani yangilashingiz kerak"
|
||||
|
||||
#: export.php:275
|
||||
msgid "Bad parameters!"
|
||||
msgstr "Noto`g`ri parametrlar"
|
||||
msgstr "Noto`g`ri parametrlar!"
|
||||
|
||||
#: gis_data_editor.php:119
|
||||
#, php-format
|
||||
|
||||
@ -131,7 +131,7 @@ if [ $do_ci -eq 0 -a -$do_daily -eq 0 ] ; then
|
||||
cat <<END
|
||||
|
||||
Please ensure you have incremented rc count or version in the repository :
|
||||
- in $CONFIG_LIB PMA\libraries\Config::__constructor() the line
|
||||
- in $CONFIG_LIB Config::__constructor() the line
|
||||
" \$this->set( 'PMA_VERSION', '$version' ); "
|
||||
- in doc/conf.py the line
|
||||
" version = '$version' "
|
||||
@ -442,7 +442,7 @@ Todo now:
|
||||
based on documentation.
|
||||
|
||||
6. increment rc count or version in the repository :
|
||||
- in $CONFIG_LIB PMA\libraries\Config::__constructor() the line
|
||||
- in $CONFIG_LIB Config::__constructor() the line
|
||||
" \$this->set( 'PMA_VERSION', '2.7.1-dev' ); "
|
||||
- in Documentation.html (if it exists) the 2 lines
|
||||
" <title>phpMyAdmin 2.2.2-rc1 - Documentation</title> "
|
||||
|
||||
@ -67,11 +67,6 @@ if (Util::isForeignKeySupported($tbl_storage_engine)) {
|
||||
$db, $table, '', 'foreign'
|
||||
);
|
||||
}
|
||||
if ($cfgRelation['displaywork']) {
|
||||
$dependency_definitions['disp'] = PMA_getDisplayField($db, $table);
|
||||
} else {
|
||||
$dependency_definitions['disp'] = 'asas';
|
||||
}
|
||||
|
||||
/** @var TableRelationController $controller */
|
||||
$controller = $container->get('TableRelationController', $dependency_definitions);
|
||||
|
||||
@ -1078,7 +1078,7 @@ class DisplayResultsTest extends PMATestCase
|
||||
|
||||
foreach ($column_names as $column_name) {
|
||||
$field_meta = new stdClass();
|
||||
$field_meta->name = $column_name;
|
||||
$field_meta->orgname = $column_name;
|
||||
$fields_mata[] = $field_meta;
|
||||
}
|
||||
|
||||
|
||||
@ -2188,7 +2188,7 @@ input#input_import_file {
|
||||
*/
|
||||
#index_frm .index_info input[type="text"],
|
||||
#index_frm .index_info select {
|
||||
width: 14em;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
box-sizing: border-box;
|
||||
-ms-box-sizing: border-box;
|
||||
@ -2233,7 +2233,7 @@ table#index_columns {
|
||||
|
||||
table#index_columns select {
|
||||
width: 85%;
|
||||
float: right;
|
||||
float: <?php echo $left; ?>;
|
||||
}
|
||||
|
||||
#move_columns_dialog div {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user