From 6a0570fe658f4b0ffcebdedac6fe31a88745f7f5 Mon Sep 17 00:00:00 2001 From: Curtis Conard Date: Sun, 7 Mar 2021 18:16:47 -0500 Subject: [PATCH 1/4] Fix continue is equivalent to break fixes #432 --- inc/field.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/field.class.php b/inc/field.class.php index 9f3ce0df..0a46834b 100644 --- a/inc/field.class.php +++ b/inc/field.class.php @@ -834,7 +834,7 @@ static function prepareHtmlFields($fields, $items_id, $itemtype, $canedit = true break; case 'dropdownoperatingsystems': if ($massiveaction) { - continue; + break; } if ($canedit && !$readonly) { $html.= OperatingSystem::dropdown(['name' => $field['name'], From 2934e388833581fb78bce682bdae9627b9ec386f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Tue, 9 Mar 2021 15:29:20 +0100 Subject: [PATCH 2/4] Update build dependencies --- composer.lock | 319 +++++++++++++++----------------------------------- 1 file changed, 93 insertions(+), 226 deletions(-) diff --git a/composer.lock b/composer.lock index a2600a2a..57bfb17e 100644 --- a/composer.lock +++ b/composer.lock @@ -8,7 +8,7 @@ "packages": [ { "name": "symfony/polyfill-ctype", - "version": "v1.22.0", + "version": "v1.22.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", @@ -67,7 +67,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.1" }, "funding": [ { @@ -87,16 +87,16 @@ }, { "name": "symfony/yaml", - "version": "v4.4.19", + "version": "v4.4.20", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "17ed9f14c1aa05b1a5cf2e2c5ef2d0be28058ef9" + "reference": "29e61305e1c79d25f71060903982ead8f533e267" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/17ed9f14c1aa05b1a5cf2e2c5ef2d0be28058ef9", - "reference": "17ed9f14c1aa05b1a5cf2e2c5ef2d0be28058ef9", + "url": "https://api.github.com/repos/symfony/yaml/zipball/29e61305e1c79d25f71060903982ead8f533e267", + "reference": "29e61305e1c79d25f71060903982ead8f533e267", "shasum": "" }, "require": { @@ -138,7 +138,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v4.4.19" + "source": "https://github.com/symfony/yaml/tree/v4.4.20" }, "funding": [ { @@ -154,7 +154,7 @@ "type": "tidelift" } ], - "time": "2021-01-27T09:09:26+00:00" + "time": "2021-02-22T15:36:50+00:00" } ], "packages-dev": [ @@ -473,51 +473,49 @@ }, { "name": "consolidation/robo", - "version": "2.2.2", + "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/consolidation/Robo.git", - "reference": "b365df174d9cfb0f5814e4f3275a1c558b17bc4c" + "reference": "734620ad3f9bb457fda1a52338b42439115cf941" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/Robo/zipball/b365df174d9cfb0f5814e4f3275a1c558b17bc4c", - "reference": "b365df174d9cfb0f5814e4f3275a1c558b17bc4c", + "url": "https://api.github.com/repos/consolidation/Robo/zipball/734620ad3f9bb457fda1a52338b42439115cf941", + "reference": "734620ad3f9bb457fda1a52338b42439115cf941", "shasum": "" }, "require": { - "consolidation/annotated-command": "^4.2.1", - "consolidation/config": "^1.2.1|^2", - "consolidation/log": "^1.1.1|^2.0.1", - "consolidation/output-formatters": "^4.1.1", + "consolidation/annotated-command": "^4.2.4", + "consolidation/config": "^1.2.1|^2.0.1", + "consolidation/log": "^1.1.1|^2.0.2", + "consolidation/output-formatters": "^4.1.2", "consolidation/self-update": "^1.2", - "league/container": "^2.4.1", + "league/container": "^3.3.1", "php": ">=7.1.3", - "symfony/console": "^4.4.11|^5", - "symfony/event-dispatcher": "^4.4.11|^5", - "symfony/filesystem": "^4.4.11|^5", - "symfony/finder": "^4.4.11|^5", - "symfony/process": "^4.4.11|^5", - "symfony/yaml": "^4.0 || ^5.0" + "symfony/console": "^4.4.19 || ^5", + "symfony/event-dispatcher": "^4.4.19 || ^5", + "symfony/filesystem": "^4.4.9 || ^5", + "symfony/finder": "^4.4.9 || ^5", + "symfony/process": "^4.4.9 || ^5", + "symfony/yaml": "^4.4 || ^5" }, "conflict": { "codegyre/robo": "*" }, "require-dev": { - "g1a/composer-test-scenarios": "^3", "natxet/cssmin": "3.0.4", "patchwork/jsqueeze": "^2", "pear/archive_tar": "^1.4.4", - "php-coveralls/php-coveralls": "^2.2", - "phpdocumentor/reflection-docblock": "^4.3.2", - "phpunit/phpunit": "^6.5.14", - "squizlabs/php_codesniffer": "^3" + "phpunit/phpunit": "^7.5.20 | ^8", + "squizlabs/php_codesniffer": "^3", + "yoast/phpunit-polyfills": "^0.2.0" }, "suggest": { - "henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch", "natxet/cssmin": "For minifying CSS files in taskMinify", "patchwork/jsqueeze": "For minifying JS files in taskMinify", - "pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively." + "pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively.", + "totten/lurkerlite": "For monitoring filesystem changes in taskWatch" }, "bin": [ "robo" @@ -568,9 +566,9 @@ "description": "Modern task runner", "support": { "issues": "https://github.com/consolidation/Robo/issues", - "source": "https://github.com/consolidation/Robo/tree/2.2.2" + "source": "https://github.com/consolidation/Robo/tree/3.0.3" }, - "time": "2020-12-18T22:09:18+00:00" + "time": "2021-02-21T19:19:43+00:00" }, { "name": "consolidation/self-update", @@ -626,42 +624,6 @@ }, "time": "2020-04-13T02:49:20+00:00" }, - { - "name": "container-interop/container-interop", - "version": "1.2.0", - "source": { - "type": "git", - "url": "https://github.com/container-interop/container-interop.git", - "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", - "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", - "shasum": "" - }, - "require": { - "psr/container": "^1.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Interop\\Container\\": "src/Interop/Container/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", - "homepage": "https://github.com/container-interop/container-interop", - "support": { - "issues": "https://github.com/container-interop/container-interop/issues", - "source": "https://github.com/container-interop/container-interop/tree/master" - }, - "abandoned": "psr/container", - "time": "2017-02-14T19:40:03+00:00" - }, { "name": "dealerdirect/phpcodesniffer-composer-installer", "version": "v0.7.1", @@ -839,23 +801,21 @@ }, { "name": "glpi-project/tools", - "version": "0.1.15", + "version": "0.1.16", "source": { "type": "git", "url": "https://github.com/glpi-project/tools.git", - "reference": "b51d5e70321e32ac5e5ba0b5ccc851b41e1a078b" + "reference": "218e67a88ed2f5db7085af80e39522a138a262d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/glpi-project/tools/zipball/b51d5e70321e32ac5e5ba0b5ccc851b41e1a078b", - "reference": "b51d5e70321e32ac5e5ba0b5ccc851b41e1a078b", + "url": "https://api.github.com/repos/glpi-project/tools/zipball/218e67a88ed2f5db7085af80e39522a138a262d8", + "reference": "218e67a88ed2f5db7085af80e39522a138a262d8", "shasum": "" }, "require": { - "consolidation/robo": "^1.3 || ^2.0", + "consolidation/robo": "^2.0 || ^3.0", "glpi-project/coding-standard": "^0.8", - "natxet/cssmin": "^3.0", - "patchwork/jsqueeze": "^1.0", "symfony/console": "^4.4 || ^5.0" }, "bin": [ @@ -890,7 +850,7 @@ "issues": "https://github.com/glpi-project/tools/issues", "source": "https://github.com/glpi-project/tools" }, - "time": "2021-01-18T06:47:45+00:00" + "time": "2021-03-03T08:05:40+00:00" }, { "name": "grasmash/expander", @@ -945,35 +905,39 @@ }, { "name": "league/container", - "version": "2.4.1", + "version": "3.3.4", "source": { "type": "git", "url": "https://github.com/thephpleague/container.git", - "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0" + "reference": "40aed0f11d16bc23f9d04a27acc3549cd1bb42ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/container/zipball/43f35abd03a12977a60ffd7095efd6a7808488c0", - "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0", + "url": "https://api.github.com/repos/thephpleague/container/zipball/40aed0f11d16bc23f9d04a27acc3549cd1bb42ab", + "reference": "40aed0f11d16bc23f9d04a27acc3549cd1bb42ab", "shasum": "" }, "require": { - "container-interop/container-interop": "^1.2", - "php": "^5.4.0 || ^7.0" + "php": "^7.0 || ^8.0", + "psr/container": "^1.0" }, "provide": { - "container-interop/container-interop-implementation": "^1.2", "psr/container-implementation": "^1.0" }, "replace": { "orno/di": "~2.0" }, "require-dev": { - "phpunit/phpunit": "4.*" + "phpunit/phpunit": "^6.0", + "roave/security-advisories": "dev-master", + "scrutinizer/ocular": "^1.8", + "squizlabs/php_codesniffer": "^3.5" }, "type": "library", "extra": { "branch-alias": { + "dev-master": "3.x-dev", + "dev-3.x": "3.x-dev", "dev-2.x": "2.x-dev", "dev-1.x": "1.x-dev" } @@ -1008,107 +972,15 @@ ], "support": { "issues": "https://github.com/thephpleague/container/issues", - "source": "https://github.com/thephpleague/container/tree/2.x" - }, - "time": "2017-05-10T09:20:27+00:00" - }, - { - "name": "natxet/cssmin", - "version": "v3.0.6", - "source": { - "type": "git", - "url": "https://github.com/natxet/CssMin.git", - "reference": "d5d9f4c3e5cedb1ae96a95a21731f8790e38f1dd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/natxet/CssMin/zipball/d5d9f4c3e5cedb1ae96a95a21731f8790e38f1dd", - "reference": "d5d9f4c3e5cedb1ae96a95a21731f8790e38f1dd", - "shasum": "" - }, - "require": { - "php": ">=5.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Joe Scylla", - "email": "joe.scylla@gmail.com", - "homepage": "https://profiles.google.com/joe.scylla" - } - ], - "description": "Minifying CSS", - "homepage": "http://code.google.com/p/cssmin/", - "keywords": [ - "css", - "minify" - ], - "support": { - "issues": "https://github.com/natxet/CssMin/issues", - "source": "https://github.com/natxet/CssMin/tree/master" - }, - "time": "2018-01-09T11:15:01+00:00" - }, - { - "name": "patchwork/jsqueeze", - "version": "v1.0.7", - "source": { - "type": "git", - "url": "https://github.com/tchwork/jsqueeze.git", - "reference": "f90a933213534b93e4ff3c2c3026ff7458f7721b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/tchwork/jsqueeze/zipball/f90a933213534b93e4ff3c2c3026ff7458f7721b", - "reference": "f90a933213534b93e4ff3c2c3026ff7458f7721b", - "shasum": "" - }, - "require": { - "php": ">=5.1.4" - }, - "type": "library", - "autoload": { - "psr-0": { - "JSqueeze": "class/" - } + "source": "https://github.com/thephpleague/container/tree/3.3.4" }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "(Apache-2.0 or GPL-2.0)" - ], - "authors": [ + "funding": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" + "url": "https://github.com/philipobenito", + "type": "github" } ], - "description": "Efficient JavaScript minification in PHP", - "homepage": "https://github.com/tchwork/jsqueeze", - "keywords": [ - "compression", - "javascript", - "minification" - ], - "support": { - "issues": "https://github.com/tchwork/jsqueeze/issues", - "source": "https://github.com/tchwork/jsqueeze/tree/v1.0.7" - }, - "abandoned": true, - "time": "2015-03-25T10:11:08+00:00" + "time": "2021-02-22T10:35:05+00:00" }, { "name": "phpstan/phpdoc-parser", @@ -1165,27 +1037,22 @@ }, { "name": "psr/container", - "version": "1.0.0", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", - "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" + "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", - "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", + "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", + "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=7.2.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, "autoload": { "psr-4": { "Psr\\Container\\": "src/" @@ -1198,7 +1065,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common Container Interface (PHP FIG PSR-11)", @@ -1212,9 +1079,9 @@ ], "support": { "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/master" + "source": "https://github.com/php-fig/container/tree/1.1.1" }, - "time": "2017-02-14T16:28:37+00:00" + "time": "2021-03-05T17:36:06+00:00" }, { "name": "psr/log", @@ -1385,16 +1252,16 @@ }, { "name": "symfony/console", - "version": "v4.4.19", + "version": "v4.4.20", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "24026c44fc37099fa145707fecd43672831b837a" + "reference": "c98349bda966c70d6c08b4cd8658377c94166492" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/24026c44fc37099fa145707fecd43672831b837a", - "reference": "24026c44fc37099fa145707fecd43672831b837a", + "url": "https://api.github.com/repos/symfony/console/zipball/c98349bda966c70d6c08b4cd8658377c94166492", + "reference": "c98349bda966c70d6c08b4cd8658377c94166492", "shasum": "" }, "require": { @@ -1454,7 +1321,7 @@ "description": "Eases the creation of beautiful and testable command line interfaces", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/console/tree/v4.4.19" + "source": "https://github.com/symfony/console/tree/v4.4.20" }, "funding": [ { @@ -1470,11 +1337,11 @@ "type": "tidelift" } ], - "time": "2021-01-27T09:09:26+00:00" + "time": "2021-02-22T18:44:15+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v4.4.19", + "version": "v4.4.20", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", @@ -1537,7 +1404,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.19" + "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.20" }, "funding": [ { @@ -1636,16 +1503,16 @@ }, { "name": "symfony/filesystem", - "version": "v4.4.19", + "version": "v4.4.20", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "83a6feed14846d2d9f3916adbaf838819e4e3380" + "reference": "715e7a531bdae109a828f9e91629e5b3b2926beb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/83a6feed14846d2d9f3916adbaf838819e4e3380", - "reference": "83a6feed14846d2d9f3916adbaf838819e4e3380", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/715e7a531bdae109a828f9e91629e5b3b2926beb", + "reference": "715e7a531bdae109a828f9e91629e5b3b2926beb", "shasum": "" }, "require": { @@ -1678,7 +1545,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v4.4.19" + "source": "https://github.com/symfony/filesystem/tree/v4.4.20" }, "funding": [ { @@ -1694,20 +1561,20 @@ "type": "tidelift" } ], - "time": "2021-01-27T09:09:26+00:00" + "time": "2021-02-11T19:34:41+00:00" }, { "name": "symfony/finder", - "version": "v4.4.19", + "version": "v4.4.20", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "25d79cfccfc12e84e7a63a248c3f0720fdd92db6" + "reference": "2543795ab1570df588b9bbd31e1a2bd7037b94f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/25d79cfccfc12e84e7a63a248c3f0720fdd92db6", - "reference": "25d79cfccfc12e84e7a63a248c3f0720fdd92db6", + "url": "https://api.github.com/repos/symfony/finder/zipball/2543795ab1570df588b9bbd31e1a2bd7037b94f6", + "reference": "2543795ab1570df588b9bbd31e1a2bd7037b94f6", "shasum": "" }, "require": { @@ -1739,7 +1606,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v4.4.19" + "source": "https://github.com/symfony/finder/tree/v4.4.20" }, "funding": [ { @@ -1755,20 +1622,20 @@ "type": "tidelift" } ], - "time": "2021-01-27T09:09:26+00:00" + "time": "2021-02-12T10:48:09+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.22.0", + "version": "v1.22.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13" + "reference": "5232de97ee3b75b0360528dae24e73db49566ab1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f377a3dd1fde44d37b9831d68dc8dea3ffd28e13", - "reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1", + "reference": "5232de97ee3b75b0360528dae24e73db49566ab1", "shasum": "" }, "require": { @@ -1819,7 +1686,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.1" }, "funding": [ { @@ -1835,11 +1702,11 @@ "type": "tidelift" } ], - "time": "2021-01-07T16:49:33+00:00" + "time": "2021-01-22T09:19:47+00:00" }, { "name": "symfony/polyfill-php73", - "version": "v1.22.0", + "version": "v1.22.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", @@ -1898,7 +1765,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.22.0" + "source": "https://github.com/symfony/polyfill-php73/tree/v1.22.1" }, "funding": [ { @@ -1918,7 +1785,7 @@ }, { "name": "symfony/polyfill-php80", - "version": "v1.22.0", + "version": "v1.22.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", @@ -1981,7 +1848,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.22.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.22.1" }, "funding": [ { @@ -2001,7 +1868,7 @@ }, { "name": "symfony/process", - "version": "v4.4.19", + "version": "v4.4.20", "source": { "type": "git", "url": "https://github.com/symfony/process.git", @@ -2042,7 +1909,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v4.4.19" + "source": "https://github.com/symfony/process/tree/v4.4.20" }, "funding": [ { From 218ef459d09b074ea16989b77072b0bf7c1fef77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Tue, 9 Mar 2021 15:34:49 +0100 Subject: [PATCH 3/4] Update locales --- locales/cs_CZ.po | 22 +++++++++++----------- locales/en_GB.mo | Bin 3747 -> 3747 bytes locales/en_GB.po | 28 ++++++++++++++-------------- locales/en_US.po | 22 +++++++++++----------- locales/es_ES.po | 22 +++++++++++----------- locales/fi_FI.po | 22 +++++++++++----------- locales/fields.pot | 22 +++++++++++----------- locales/fr_FR.po | 22 +++++++++++----------- locales/hr_HR.mo | Bin 3535 -> 4045 bytes locales/hr_HR.po | 33 +++++++++++++++++---------------- locales/it_IT.po | 22 +++++++++++----------- locales/ja_JP.po | 22 +++++++++++----------- locales/ko_KR.po | 22 +++++++++++----------- locales/pl_PL.po | 22 +++++++++++----------- locales/pt_BR.po | 22 +++++++++++----------- locales/pt_PT.po | 22 +++++++++++----------- locales/ro_RO.po | 22 +++++++++++----------- locales/ru_RU.po | 22 +++++++++++----------- locales/tr_TR.mo | Bin 3472 -> 4037 bytes locales/tr_TR.po | 34 +++++++++++++++++----------------- locales/uk_UA.po | 22 +++++++++++----------- locales/zh_CN.po | 22 +++++++++++----------- 22 files changed, 224 insertions(+), 223 deletions(-) diff --git a/locales/cs_CZ.po b/locales/cs_CZ.po index dfb0d65a..c7ef6d8a 100644 --- a/locales/cs_CZ.po +++ b/locales/cs_CZ.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Fields\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-10-27 14:42+0000\n" +"POT-Creation-Date: 2021-03-09 14:29+0000\n" "PO-Revision-Date: 2020-10-27 14:43+0000\n" "Last-Translator: Cédric Anne\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/teclib/glpi-plugin-plugin-fields/language/cs_CZ/)\n" @@ -161,42 +161,42 @@ msgstr "Nastavit" msgid "Configure fields values" msgstr "Nastavit hodnoty kolonek" -#: inc/field.class.php:751 +#: inc/field.class.php:753 msgid "show" msgstr "zobrazit" -#: inc/field.class.php:897 +#: inc/field.class.php:916 msgid "Header" msgstr "Hlavička" -#: inc/field.class.php:898 +#: inc/field.class.php:917 msgid "Text (single line)" msgstr "Text (jednořádkový)" -#: inc/field.class.php:899 +#: inc/field.class.php:918 msgid "Text (multiples lines)" msgstr "Text (víceřádkový)" -#: inc/field.class.php:900 +#: inc/field.class.php:919 msgid "Number" msgstr "Číslo" -#: inc/field.class.php:901 +#: inc/field.class.php:920 msgid "URL" msgstr "URL adresa" -#: inc/field.class.php:902 +#: inc/field.class.php:921 msgid "Dropdown" msgstr "Rozbalovací" -#: inc/field.class.php:903 +#: inc/field.class.php:922 msgid "Yes/No" msgstr "Ano/Ne" -#: inc/field.class.php:904 +#: inc/field.class.php:923 msgid "Date" msgstr "Datum" -#: inc/field.class.php:905 +#: inc/field.class.php:924 msgid "Date & time" msgstr "Datum a čas" diff --git a/locales/en_GB.mo b/locales/en_GB.mo index 2e22d81c32032693b60820d750fd71e1b1e318ae..250716a463215fa90b511b1609235e4304a8d4e0 100644 GIT binary patch delta 26 icmZ21yI6L^YYtvRT?1oX14{)%6DuRj%|AF+vjPBb&\n" "Language-Team: LANGUAGE \n" @@ -158,42 +158,42 @@ msgstr "" msgid "Configure fields values" msgstr "" -#: inc/field.class.php:751 +#: inc/field.class.php:753 msgid "show" msgstr "" -#: inc/field.class.php:897 +#: inc/field.class.php:916 msgid "Header" msgstr "" -#: inc/field.class.php:898 +#: inc/field.class.php:917 msgid "Text (single line)" msgstr "" -#: inc/field.class.php:899 +#: inc/field.class.php:918 msgid "Text (multiples lines)" msgstr "" -#: inc/field.class.php:900 +#: inc/field.class.php:919 msgid "Number" msgstr "" -#: inc/field.class.php:901 +#: inc/field.class.php:920 msgid "URL" msgstr "" -#: inc/field.class.php:902 +#: inc/field.class.php:921 msgid "Dropdown" msgstr "" -#: inc/field.class.php:903 +#: inc/field.class.php:922 msgid "Yes/No" msgstr "" -#: inc/field.class.php:904 +#: inc/field.class.php:923 msgid "Date" msgstr "" -#: inc/field.class.php:905 +#: inc/field.class.php:924 msgid "Date & time" msgstr "" diff --git a/locales/fr_FR.po b/locales/fr_FR.po index 1f54bcd4..db87b811 100644 --- a/locales/fr_FR.po +++ b/locales/fr_FR.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Fields\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-10-27 14:42+0000\n" +"POT-Creation-Date: 2021-03-09 14:29+0000\n" "PO-Revision-Date: 2020-10-27 14:43+0000\n" "Last-Translator: Cédric Anne\n" "Language-Team: French (France) (http://www.transifex.com/teclib/glpi-plugin-plugin-fields/language/fr_FR/)\n" @@ -162,42 +162,42 @@ msgstr "Configuration" msgid "Configure fields values" msgstr "Configurer les valeurs du champ" -#: inc/field.class.php:751 +#: inc/field.class.php:753 msgid "show" msgstr "afficher" -#: inc/field.class.php:897 +#: inc/field.class.php:916 msgid "Header" msgstr "Entête" -#: inc/field.class.php:898 +#: inc/field.class.php:917 msgid "Text (single line)" msgstr "Texte (ligne simple)" -#: inc/field.class.php:899 +#: inc/field.class.php:918 msgid "Text (multiples lines)" msgstr "Texte (lignes multiples)" -#: inc/field.class.php:900 +#: inc/field.class.php:919 msgid "Number" msgstr "Nombre" -#: inc/field.class.php:901 +#: inc/field.class.php:920 msgid "URL" msgstr "URL" -#: inc/field.class.php:902 +#: inc/field.class.php:921 msgid "Dropdown" msgstr "Liste déroulante (Intitulés)" -#: inc/field.class.php:903 +#: inc/field.class.php:922 msgid "Yes/No" msgstr "Oui/Non" -#: inc/field.class.php:904 +#: inc/field.class.php:923 msgid "Date" msgstr "Date" -#: inc/field.class.php:905 +#: inc/field.class.php:924 msgid "Date & time" msgstr "Date & heure" diff --git a/locales/hr_HR.mo b/locales/hr_HR.mo index 314020bc0b18fe851f9e0d32f21511494b9a8f5f..cd99b460d82bf58c58b62b907724349764673689 100644 GIT binary patch delta 1530 zcmcK3%WsTP7{~F$6s^0u6s2n(?zE)ljQSV$yRzR$E0|A3P@=ks3XJ@0vbXXaJ?%Y~(nwN=*? zt(D$DKQl(DP55Cf1MPWAscHBEC*WJG#m_hne_{>(#yYI3QYwoL$VZ)Ln1q+G8n5A0 zyn#GlQg=A$;X)b5V;xs#Vk1t+H7M7+a0TwgPE3%G8fK7*@8djtjP>{)WkJ7Co}b1b z3!Q`WQDYPDSDQFk$b~en#&bw9Y8dC>J(P-Hq9pTa^nL?zEa6<^BHV%8QYUd8dYHjm zcmOA`%B^?=sa0LaPbK0WjV zGO4ZV2dnD;ubV*Ly3i{+d3=)O3Ryu`L+G0jYU^cy(F4ahrZIXXx z3thJ6Z<{}GC3QU875K4nd>d-tcvd@+j)OqEfuGeUgHUHoY|SgYkF)(r~7qJuL(_0Y{RHk$6-ISaN7&|td4uF*D~-mRbSe9st|;++&Z>>|30}cy~*Bxs&ws)*-r%l{vqPXo)X#B`EaS(3Qp5q2_f5GZb z&p7V3zo)A*c1wA7_0Sl%o1CHo)%i}|=$zFYXOgUWaycL9qS0wnOmrcT=(yjU4uf3Y z>O?!9^%K6}<*c7ea)~C^qHpp+pW~TUp2#OpZXSaA^-b1_vAkQ=YP(9n|Rk={N5b6 zWwah*8{yWO9l=NIIMD7oW*hMyHsCxq<6{isD{RC!7{`wozzRli6+^g&y1t%2>oJNg zW<_hEvx$K&|Br*Xhx0)^isPso=THw?#5R12?f4$`;tJ})0WMZT5!{L~Oko-mID-8+ zgAVVvIXbNjETCrg0#$)e-UVh&Jas4MG2D)ake`im$lw^dcn448UmV0?%0*6g4L?xT z8>oqnk==TnlDyw$>FC1i7{!~|i4Tw*YzeglE54uo@t?jGR0Vz`CADz4T7gdN-I z<<{UgC!FrvH;~+$Ih@&FS_{RaCtl9Gler7YF#, 2020 +# milotype , 2020 msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Fields\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-10-27 14:42+0000\n" -"PO-Revision-Date: 2020-10-27 14:43+0000\n" -"Last-Translator: Cédric Anne\n" +"POT-Creation-Date: 2021-03-09 14:29+0000\n" +"PO-Revision-Date: 2020-11-10 13:01+0000\n" +"Last-Translator: milotype \n" "Language-Team: Croatian (Croatia) (http://www.transifex.com/teclib/glpi-plugin-plugin-fields/language/hr_HR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -53,7 +54,7 @@ msgstr "Ponovo generiraj datoteke spremnika" #: inc/container.class.php:17 inc/container.class.php:589 msgid "Export to YAML" -msgstr "" +msgstr "Izvezi u YAML" #: inc/container.class.php:93 msgid "Fix container names" @@ -83,7 +84,7 @@ msgstr "Nije moguće dodati višestruke blokove s vrstom „Umetanje u obrazac o msgid "" "Container name is too long for database (digits in name are replaced by " "characters, try to remove them)" -msgstr "" +msgstr "Ime spremnika je predugačko za bazu podataka (brojke u imenu zamjenjuju se znakovima, pokušaj ih ukloniti)" #: inc/container.class.php:439 msgid "You cannot add several blocs with identical name on same object" @@ -133,7 +134,7 @@ msgstr "Polje" msgid "" "Field name is too long for database (digits in name are replaced by " "characters, try to remove them)" -msgstr "" +msgstr "Ime polja je predugačko za bazu podataka (brojke u imenu zamjenjuju se znakovima, pokušaj ih ukloniti)" #: inc/field.class.php:272 msgid "Fields" @@ -159,42 +160,42 @@ msgstr "Konfiguriraj" msgid "Configure fields values" msgstr "Konfiguriraj vrijednosti polja" -#: inc/field.class.php:751 +#: inc/field.class.php:753 msgid "show" msgstr "prikaži" -#: inc/field.class.php:897 +#: inc/field.class.php:916 msgid "Header" msgstr "Zaglavlje" -#: inc/field.class.php:898 +#: inc/field.class.php:917 msgid "Text (single line)" msgstr "Tekst (jednoredni)" -#: inc/field.class.php:899 +#: inc/field.class.php:918 msgid "Text (multiples lines)" msgstr "Tekst (višeredni)" -#: inc/field.class.php:900 +#: inc/field.class.php:919 msgid "Number" msgstr "Broj" -#: inc/field.class.php:901 +#: inc/field.class.php:920 msgid "URL" msgstr "URL" -#: inc/field.class.php:902 +#: inc/field.class.php:921 msgid "Dropdown" msgstr "Padajući popis" -#: inc/field.class.php:903 +#: inc/field.class.php:922 msgid "Yes/No" msgstr "Da/Ne" -#: inc/field.class.php:904 +#: inc/field.class.php:923 msgid "Date" msgstr "Datum" -#: inc/field.class.php:905 +#: inc/field.class.php:924 msgid "Date & time" msgstr "Datum i vrijeme" diff --git a/locales/it_IT.po b/locales/it_IT.po index 76dcf163..690c455f 100644 --- a/locales/it_IT.po +++ b/locales/it_IT.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Fields\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-10-27 14:42+0000\n" +"POT-Creation-Date: 2021-03-09 14:29+0000\n" "PO-Revision-Date: 2020-10-27 14:43+0000\n" "Last-Translator: Cédric Anne\n" "Language-Team: Italian (Italy) (http://www.transifex.com/teclib/glpi-plugin-plugin-fields/language/it_IT/)\n" @@ -159,42 +159,42 @@ msgstr "Configura" msgid "Configure fields values" msgstr "Configura i valori dei campi" -#: inc/field.class.php:751 +#: inc/field.class.php:753 msgid "show" msgstr "mostra" -#: inc/field.class.php:897 +#: inc/field.class.php:916 msgid "Header" msgstr "Intestazione" -#: inc/field.class.php:898 +#: inc/field.class.php:917 msgid "Text (single line)" msgstr "Testo (riga singola)" -#: inc/field.class.php:899 +#: inc/field.class.php:918 msgid "Text (multiples lines)" msgstr "Testo (righe multiple)" -#: inc/field.class.php:900 +#: inc/field.class.php:919 msgid "Number" msgstr "Numero" -#: inc/field.class.php:901 +#: inc/field.class.php:920 msgid "URL" msgstr "URL" -#: inc/field.class.php:902 +#: inc/field.class.php:921 msgid "Dropdown" msgstr "A tendina" -#: inc/field.class.php:903 +#: inc/field.class.php:922 msgid "Yes/No" msgstr "Sì/No" -#: inc/field.class.php:904 +#: inc/field.class.php:923 msgid "Date" msgstr "Data" -#: inc/field.class.php:905 +#: inc/field.class.php:924 msgid "Date & time" msgstr "Data & ora" diff --git a/locales/ja_JP.po b/locales/ja_JP.po index 33a5c05a..10d558a1 100644 --- a/locales/ja_JP.po +++ b/locales/ja_JP.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Fields\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-10-27 14:42+0000\n" +"POT-Creation-Date: 2021-03-09 14:29+0000\n" "PO-Revision-Date: 2020-10-27 14:43+0000\n" "Last-Translator: Cédric Anne\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/teclib/glpi-plugin-plugin-fields/language/ja_JP/)\n" @@ -159,42 +159,42 @@ msgstr "設定" msgid "Configure fields values" msgstr "フィールド値を設定" -#: inc/field.class.php:751 +#: inc/field.class.php:753 msgid "show" msgstr "参照" -#: inc/field.class.php:897 +#: inc/field.class.php:916 msgid "Header" msgstr "ヘッダ" -#: inc/field.class.php:898 +#: inc/field.class.php:917 msgid "Text (single line)" msgstr "テキスト(単一行)" -#: inc/field.class.php:899 +#: inc/field.class.php:918 msgid "Text (multiples lines)" msgstr "テキスト(複数行)" -#: inc/field.class.php:900 +#: inc/field.class.php:919 msgid "Number" msgstr "数値" -#: inc/field.class.php:901 +#: inc/field.class.php:920 msgid "URL" msgstr "URL" -#: inc/field.class.php:902 +#: inc/field.class.php:921 msgid "Dropdown" msgstr "ドロップダウン" -#: inc/field.class.php:903 +#: inc/field.class.php:922 msgid "Yes/No" msgstr "はい/いいえ" -#: inc/field.class.php:904 +#: inc/field.class.php:923 msgid "Date" msgstr "日付" -#: inc/field.class.php:905 +#: inc/field.class.php:924 msgid "Date & time" msgstr "日時" diff --git a/locales/ko_KR.po b/locales/ko_KR.po index 9ed847df..f881ccc1 100644 --- a/locales/ko_KR.po +++ b/locales/ko_KR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Fields\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-10-27 14:42+0000\n" +"POT-Creation-Date: 2021-03-09 14:29+0000\n" "PO-Revision-Date: 2020-10-27 14:43+0000\n" "Last-Translator: Cédric Anne\n" "Language-Team: Korean (Korea) (http://www.transifex.com/teclib/glpi-plugin-plugin-fields/language/ko_KR/)\n" @@ -159,42 +159,42 @@ msgstr "구성" msgid "Configure fields values" msgstr "항목 값 구성" -#: inc/field.class.php:751 +#: inc/field.class.php:753 msgid "show" msgstr "표시" -#: inc/field.class.php:897 +#: inc/field.class.php:916 msgid "Header" msgstr "헤더" -#: inc/field.class.php:898 +#: inc/field.class.php:917 msgid "Text (single line)" msgstr "문구 (한 줄)" -#: inc/field.class.php:899 +#: inc/field.class.php:918 msgid "Text (multiples lines)" msgstr "문구 (여러 줄)" -#: inc/field.class.php:900 +#: inc/field.class.php:919 msgid "Number" msgstr "숫자" -#: inc/field.class.php:901 +#: inc/field.class.php:920 msgid "URL" msgstr "URL" -#: inc/field.class.php:902 +#: inc/field.class.php:921 msgid "Dropdown" msgstr "드롭다운" -#: inc/field.class.php:903 +#: inc/field.class.php:922 msgid "Yes/No" msgstr "예/아니오" -#: inc/field.class.php:904 +#: inc/field.class.php:923 msgid "Date" msgstr "날짜" -#: inc/field.class.php:905 +#: inc/field.class.php:924 msgid "Date & time" msgstr "날짜 & 시간" diff --git a/locales/pl_PL.po b/locales/pl_PL.po index ce842169..5122eb66 100644 --- a/locales/pl_PL.po +++ b/locales/pl_PL.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Fields\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-10-27 14:42+0000\n" +"POT-Creation-Date: 2021-03-09 14:29+0000\n" "PO-Revision-Date: 2020-10-27 14:43+0000\n" "Last-Translator: Cédric Anne\n" "Language-Team: Polish (Poland) (http://www.transifex.com/teclib/glpi-plugin-plugin-fields/language/pl_PL/)\n" @@ -160,42 +160,42 @@ msgstr "Konfiguruj" msgid "Configure fields values" msgstr "Konfiguruj wartości pól" -#: inc/field.class.php:751 +#: inc/field.class.php:753 msgid "show" msgstr "pokaż" -#: inc/field.class.php:897 +#: inc/field.class.php:916 msgid "Header" msgstr "Nagłówek" -#: inc/field.class.php:898 +#: inc/field.class.php:917 msgid "Text (single line)" msgstr "Tekst (pojedyncza linia)" -#: inc/field.class.php:899 +#: inc/field.class.php:918 msgid "Text (multiples lines)" msgstr "Tekst (wiele linii)" -#: inc/field.class.php:900 +#: inc/field.class.php:919 msgid "Number" msgstr "Liczba" -#: inc/field.class.php:901 +#: inc/field.class.php:920 msgid "URL" msgstr "URL" -#: inc/field.class.php:902 +#: inc/field.class.php:921 msgid "Dropdown" msgstr "Lista rozwijana" -#: inc/field.class.php:903 +#: inc/field.class.php:922 msgid "Yes/No" msgstr "Tak/Nie" -#: inc/field.class.php:904 +#: inc/field.class.php:923 msgid "Date" msgstr "Data" -#: inc/field.class.php:905 +#: inc/field.class.php:924 msgid "Date & time" msgstr "Data & czas" diff --git a/locales/pt_BR.po b/locales/pt_BR.po index deb8dc7f..0592bc83 100644 --- a/locales/pt_BR.po +++ b/locales/pt_BR.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Fields\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-10-27 14:42+0000\n" +"POT-Creation-Date: 2021-03-09 14:29+0000\n" "PO-Revision-Date: 2020-10-27 14:43+0000\n" "Last-Translator: Cédric Anne\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/teclib/glpi-plugin-plugin-fields/language/pt_BR/)\n" @@ -162,42 +162,42 @@ msgstr "Configurar" msgid "Configure fields values" msgstr "Configurar valores dos campos" -#: inc/field.class.php:751 +#: inc/field.class.php:753 msgid "show" msgstr "Exibir" -#: inc/field.class.php:897 +#: inc/field.class.php:916 msgid "Header" msgstr "Cabeçalho" -#: inc/field.class.php:898 +#: inc/field.class.php:917 msgid "Text (single line)" msgstr "Texto (linha simples)" -#: inc/field.class.php:899 +#: inc/field.class.php:918 msgid "Text (multiples lines)" msgstr "Texto (Multiplas linhas)" -#: inc/field.class.php:900 +#: inc/field.class.php:919 msgid "Number" msgstr "Número" -#: inc/field.class.php:901 +#: inc/field.class.php:920 msgid "URL" msgstr "URL" -#: inc/field.class.php:902 +#: inc/field.class.php:921 msgid "Dropdown" msgstr "Suspenso" -#: inc/field.class.php:903 +#: inc/field.class.php:922 msgid "Yes/No" msgstr "Sim/Não" -#: inc/field.class.php:904 +#: inc/field.class.php:923 msgid "Date" msgstr "Data" -#: inc/field.class.php:905 +#: inc/field.class.php:924 msgid "Date & time" msgstr "Datar & Hora" diff --git a/locales/pt_PT.po b/locales/pt_PT.po index 1b73f267..28463991 100644 --- a/locales/pt_PT.po +++ b/locales/pt_PT.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Fields\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-10-27 14:42+0000\n" +"POT-Creation-Date: 2021-03-09 14:29+0000\n" "PO-Revision-Date: 2020-10-27 14:43+0000\n" "Last-Translator: Cédric Anne\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/teclib/glpi-plugin-plugin-fields/language/pt_PT/)\n" @@ -158,42 +158,42 @@ msgstr "Configurar" msgid "Configure fields values" msgstr "Valores por defeito" -#: inc/field.class.php:751 +#: inc/field.class.php:753 msgid "show" msgstr "mostrar" -#: inc/field.class.php:897 +#: inc/field.class.php:916 msgid "Header" msgstr "De cabeçalho de email" -#: inc/field.class.php:898 +#: inc/field.class.php:917 msgid "Text (single line)" msgstr "Texto de manutenção" -#: inc/field.class.php:899 +#: inc/field.class.php:918 msgid "Text (multiples lines)" msgstr "Texto de manutenção" -#: inc/field.class.php:900 +#: inc/field.class.php:919 msgid "Number" msgstr "Número" -#: inc/field.class.php:901 +#: inc/field.class.php:920 msgid "URL" msgstr "URL" -#: inc/field.class.php:902 +#: inc/field.class.php:921 msgid "Dropdown" msgstr "Menu de selecção" -#: inc/field.class.php:903 +#: inc/field.class.php:922 msgid "Yes/No" msgstr "Sim - Não" -#: inc/field.class.php:904 +#: inc/field.class.php:923 msgid "Date" msgstr "Data" -#: inc/field.class.php:905 +#: inc/field.class.php:924 msgid "Date & time" msgstr "Data de vencimento" diff --git a/locales/ro_RO.po b/locales/ro_RO.po index 75a08759..52731bb3 100644 --- a/locales/ro_RO.po +++ b/locales/ro_RO.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Fields\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-10-27 14:42+0000\n" +"POT-Creation-Date: 2021-03-09 14:29+0000\n" "PO-Revision-Date: 2020-10-27 14:43+0000\n" "Last-Translator: Cédric Anne\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/teclib/glpi-plugin-plugin-fields/language/ro_RO/)\n" @@ -160,42 +160,42 @@ msgstr "Configurare" msgid "Configure fields values" msgstr "Configurare valori campuri" -#: inc/field.class.php:751 +#: inc/field.class.php:753 msgid "show" msgstr "" -#: inc/field.class.php:897 +#: inc/field.class.php:916 msgid "Header" msgstr "Header" -#: inc/field.class.php:898 +#: inc/field.class.php:917 msgid "Text (single line)" msgstr "Text (singura linie)" -#: inc/field.class.php:899 +#: inc/field.class.php:918 msgid "Text (multiples lines)" msgstr "Text (multiple linii)" -#: inc/field.class.php:900 +#: inc/field.class.php:919 msgid "Number" msgstr "Numar" -#: inc/field.class.php:901 +#: inc/field.class.php:920 msgid "URL" msgstr "" -#: inc/field.class.php:902 +#: inc/field.class.php:921 msgid "Dropdown" msgstr "Dropdown" -#: inc/field.class.php:903 +#: inc/field.class.php:922 msgid "Yes/No" msgstr "Da/Nu" -#: inc/field.class.php:904 +#: inc/field.class.php:923 msgid "Date" msgstr "Data" -#: inc/field.class.php:905 +#: inc/field.class.php:924 msgid "Date & time" msgstr "Data & time" diff --git a/locales/ru_RU.po b/locales/ru_RU.po index 3ad363f4..46daf6c2 100644 --- a/locales/ru_RU.po +++ b/locales/ru_RU.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Fields\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-10-27 14:42+0000\n" +"POT-Creation-Date: 2021-03-09 14:29+0000\n" "PO-Revision-Date: 2020-10-27 14:43+0000\n" "Last-Translator: Cédric Anne\n" "Language-Team: Russian (Russia) (http://www.transifex.com/teclib/glpi-plugin-plugin-fields/language/ru_RU/)\n" @@ -161,42 +161,42 @@ msgstr "Настройка" msgid "Configure fields values" msgstr "Настрить поля значений" -#: inc/field.class.php:751 +#: inc/field.class.php:753 msgid "show" msgstr "показать" -#: inc/field.class.php:897 +#: inc/field.class.php:916 msgid "Header" msgstr "Заголовок" -#: inc/field.class.php:898 +#: inc/field.class.php:917 msgid "Text (single line)" msgstr "Тест (одна строка)" -#: inc/field.class.php:899 +#: inc/field.class.php:918 msgid "Text (multiples lines)" msgstr "Текст (многострочный)" -#: inc/field.class.php:900 +#: inc/field.class.php:919 msgid "Number" msgstr "Номер" -#: inc/field.class.php:901 +#: inc/field.class.php:920 msgid "URL" msgstr "URL" -#: inc/field.class.php:902 +#: inc/field.class.php:921 msgid "Dropdown" msgstr "Выпадающий список" -#: inc/field.class.php:903 +#: inc/field.class.php:922 msgid "Yes/No" msgstr "Да/Нет" -#: inc/field.class.php:904 +#: inc/field.class.php:923 msgid "Date" msgstr "Дата" -#: inc/field.class.php:905 +#: inc/field.class.php:924 msgid "Date & time" msgstr "Дата и время" diff --git a/locales/tr_TR.mo b/locales/tr_TR.mo index 2bf53e2096b4a17acf898301a37478fad6317d92..6ef4790fcef4a7b7898d76549bcbde3da2f7ff46 100644 GIT binary patch delta 1583 zcmcK3O>B%o9LMotOIunmEv;%X-dkGQY7iAP^r5KhHvu2$kgoQ16@*E?|)?#0d6i+t2$8hP+A*5FgD#rG%+`hoKM znKZJ{Dx8lRS1`Y7r?ZF)-MAJnBAZc0GM^^y*Ad53zH3~J+mT!96t-ao zJ-mwtu$WbD#UsdG)eXFvC+=HxWM%88DaA)^o3IOI;1QI_PM}P51~1@MWOHf;`Ih6H z376nJzBi-%eh>EH0c0&|3>V@n%u7Vy=d2ZeHq)9C>P**Jcu&E z73{zPJc(~`7q;=H$`PGM=2pW!AprlJ39qBg(dTu<>o%-zrcB#svT@U4XToe?;>c~% zT_$JraqDcTH>c_MNq1W+WBg!EGRkZjnp<*oQohUdWKC}5QF7#wHXhAc>wL*7r0+kw zPfpM7M`_*L*Bk13v)f#)~sC}b3m zOPhchTt?<&P-t`hM#A3 F_zlZDEdBrh delta 1013 zcmYMzPe{{Y9LMpm{ie-rS!#2c>3&+xv?8_9v;-MOLV~BDzz$izK?|K_!j2<^E*%nQ zl+eW>hE#_bbm`PTh)#h;CwK1PrF)~^pI?q1_I+N@p5L?I^E}_@*{Aq&N1@UZcx045 z;t=80nVrLzyQnBn9J9T+hP!bCTktj3<40`7FBrpb7{F}|<1Y+i6*azrhYc9PR^&+2-~9n*&Ajz6-=o-#Bgn_5sgigdJ$#H)_#4M?l60{qdw}=J>N09! zF{%)DOXjx|G&C@UO*o30XcAe2&EX!ryW>67_=l(?S;a1Vips=W)C8M&94k1CAv#%` zjU%UF7qOsJPSH@RZek}cp(b8OonZ<4v5eYT1vS2lhbbIEjlYBH&!aNAf`j-Rb;LhV z8T*N6urosbY1^fUSsJh5ReXjM_y=_q6KtQREg_jSmr$m-Kz>TW&p;e?R7cc7(fv^A zA(X-WM3m5++PLnYpK9IkV}8f~N|~q?Htg?EyHn9(w4-L?0HM?8D#suiVN zSvgARzNrNDWBt<-gwCc`V#RmPbo~6xV#ZXt33o9&M|)xZwl|;8*@bLo)+@KwZ#kiX ulS3(YFnKn4x>yayBI6%6yoKxyH=WC6%E`tnb;YJ|Par)zlPiA?SDn8eMq0T5 diff --git a/locales/tr_TR.po b/locales/tr_TR.po index 0635e9f0..5f888862 100644 --- a/locales/tr_TR.po +++ b/locales/tr_TR.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Kaya Zeren , 2015-2019 +# Kaya Zeren , 2015-2020 msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Fields\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-10-27 14:42+0000\n" -"PO-Revision-Date: 2020-10-27 14:43+0000\n" -"Last-Translator: Cédric Anne\n" +"POT-Creation-Date: 2021-03-09 14:29+0000\n" +"PO-Revision-Date: 2020-11-01 20:37+0000\n" +"Last-Translator: Kaya Zeren \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/teclib/glpi-plugin-plugin-fields/language/tr_TR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -53,7 +53,7 @@ msgstr "Kapsayıcı dosyalar yeniden oluşturulsun" #: inc/container.class.php:17 inc/container.class.php:589 msgid "Export to YAML" -msgstr "" +msgstr "YAML olarak dışa aktar" #: inc/container.class.php:93 msgid "Fix container names" @@ -83,7 +83,7 @@ msgstr "Aynı nesne sekmesi üzerine 'Forma sekme olarak eklensin' türünde bir msgid "" "Container name is too long for database (digits in name are replaced by " "characters, try to remove them)" -msgstr "" +msgstr "Kapsayıcı adı veritabanı için çok uzun (ad içindeki rakamlar karakterler ile değiştirildi, onları kaldırmayı deneyin)" #: inc/container.class.php:439 msgid "You cannot add several blocs with identical name on same object" @@ -133,7 +133,7 @@ msgstr "Alan" msgid "" "Field name is too long for database (digits in name are replaced by " "characters, try to remove them)" -msgstr "" +msgstr "Alan adı veritabanı için çok uzun (ad içindeki rakamlar karakterler ile değiştirildi, onları kaldırmayı deneyin)" #: inc/field.class.php:272 msgid "Fields" @@ -159,42 +159,42 @@ msgstr "Yapılandırma" msgid "Configure fields values" msgstr "Alan değerleri yapılandırması" -#: inc/field.class.php:751 +#: inc/field.class.php:753 msgid "show" msgstr "görüntüle" -#: inc/field.class.php:897 +#: inc/field.class.php:916 msgid "Header" msgstr "Üst Bilgi" -#: inc/field.class.php:898 +#: inc/field.class.php:917 msgid "Text (single line)" msgstr "Metin (tek satır)" -#: inc/field.class.php:899 +#: inc/field.class.php:918 msgid "Text (multiples lines)" msgstr "Metin (birden çok satır)" -#: inc/field.class.php:900 +#: inc/field.class.php:919 msgid "Number" msgstr "Sayı" -#: inc/field.class.php:901 +#: inc/field.class.php:920 msgid "URL" msgstr "İnternet Adresi" -#: inc/field.class.php:902 +#: inc/field.class.php:921 msgid "Dropdown" msgstr "Açılan Kutu" -#: inc/field.class.php:903 +#: inc/field.class.php:922 msgid "Yes/No" msgstr "Evet/Hayır" -#: inc/field.class.php:904 +#: inc/field.class.php:923 msgid "Date" msgstr "Tarih" -#: inc/field.class.php:905 +#: inc/field.class.php:924 msgid "Date & time" msgstr "Tarih ve Saat" diff --git a/locales/uk_UA.po b/locales/uk_UA.po index eeb94384..94ad6d3d 100644 --- a/locales/uk_UA.po +++ b/locales/uk_UA.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Fields\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-10-27 14:42+0000\n" +"POT-Creation-Date: 2021-03-09 14:29+0000\n" "PO-Revision-Date: 2020-10-27 14:43+0000\n" "Last-Translator: Cédric Anne\n" "Language-Team: Ukrainian (Ukraine) (http://www.transifex.com/teclib/glpi-plugin-plugin-fields/language/uk_UA/)\n" @@ -159,42 +159,42 @@ msgstr "Налаштувати" msgid "Configure fields values" msgstr "Налаштувати значення полів" -#: inc/field.class.php:751 +#: inc/field.class.php:753 msgid "show" msgstr "показати" -#: inc/field.class.php:897 +#: inc/field.class.php:916 msgid "Header" msgstr "Заголовок" -#: inc/field.class.php:898 +#: inc/field.class.php:917 msgid "Text (single line)" msgstr "Текст (в одну лінію)" -#: inc/field.class.php:899 +#: inc/field.class.php:918 msgid "Text (multiples lines)" msgstr "Текст (декілька ліній)" -#: inc/field.class.php:900 +#: inc/field.class.php:919 msgid "Number" msgstr "Число" -#: inc/field.class.php:901 +#: inc/field.class.php:920 msgid "URL" msgstr "URL" -#: inc/field.class.php:902 +#: inc/field.class.php:921 msgid "Dropdown" msgstr "Випадаючий список" -#: inc/field.class.php:903 +#: inc/field.class.php:922 msgid "Yes/No" msgstr "Так/Ні" -#: inc/field.class.php:904 +#: inc/field.class.php:923 msgid "Date" msgstr "Дата" -#: inc/field.class.php:905 +#: inc/field.class.php:924 msgid "Date & time" msgstr "Дата і час" diff --git a/locales/zh_CN.po b/locales/zh_CN.po index e223227f..e2882831 100644 --- a/locales/zh_CN.po +++ b/locales/zh_CN.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Fields\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-10-27 14:42+0000\n" +"POT-Creation-Date: 2021-03-09 14:29+0000\n" "PO-Revision-Date: 2020-10-27 14:43+0000\n" "Last-Translator: Cédric Anne\n" "Language-Team: Chinese (China) (http://www.transifex.com/teclib/glpi-plugin-plugin-fields/language/zh_CN/)\n" @@ -159,42 +159,42 @@ msgstr "设置" msgid "Configure fields values" msgstr "设置字段值" -#: inc/field.class.php:751 +#: inc/field.class.php:753 msgid "show" msgstr "显示" -#: inc/field.class.php:897 +#: inc/field.class.php:916 msgid "Header" msgstr "头部" -#: inc/field.class.php:898 +#: inc/field.class.php:917 msgid "Text (single line)" msgstr "文本(单行)" -#: inc/field.class.php:899 +#: inc/field.class.php:918 msgid "Text (multiples lines)" msgstr "文本(多行)" -#: inc/field.class.php:900 +#: inc/field.class.php:919 msgid "Number" msgstr "整数" -#: inc/field.class.php:901 +#: inc/field.class.php:920 msgid "URL" msgstr "网址" -#: inc/field.class.php:902 +#: inc/field.class.php:921 msgid "Dropdown" msgstr "拖动" -#: inc/field.class.php:903 +#: inc/field.class.php:922 msgid "Yes/No" msgstr "是/否" -#: inc/field.class.php:904 +#: inc/field.class.php:923 msgid "Date" msgstr "日期" -#: inc/field.class.php:905 +#: inc/field.class.php:924 msgid "Date & time" msgstr "时间&日期" From 9c4f3bc3fbe281163d837f0feb4c9023a37c4d61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Tue, 9 Mar 2021 15:38:03 +0100 Subject: [PATCH 4/4] Add 1.12.3 version definition --- plugin.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index 9dcf16a8..71ddf333 100644 --- a/plugin.xml +++ b/plugin.xml @@ -97,6 +97,11 @@ Il existe un [script de migration](https://github.com/pluginsGLPI/customfields/b Johan Cwiklinski + + 1.12.3 + ~9.5.0 + https://github.com/pluginsGLPI/fields/releases/download/1.12.3/glpi-fields-1.12.3.tar.bz2 + 1.12.2 ~9.5.0 diff --git a/setup.php b/setup.php index 450f1191..a528d708 100644 --- a/setup.php +++ b/setup.php @@ -26,7 +26,7 @@ -------------------------------------------------------------------------- */ -define ('PLUGIN_FIELDS_VERSION', '1.12.2'); +define ('PLUGIN_FIELDS_VERSION', '1.12.3'); // Minimal GLPI version, inclusive define("PLUGIN_FIELDS_MIN_GLPI", "9.5");