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": [ { 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'], 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 2e22d81c..250716a4 100644 Binary files a/locales/en_GB.mo and b/locales/en_GB.mo differ diff --git a/locales/en_GB.po b/locales/en_GB.po index 786c34da..8b732b98 100644 --- a/locales/en_GB.po +++ b/locales/en_GB.po @@ -1,14 +1,14 @@ # English translations for PACKAGE package. -# Copyright (C) 2020 THE PACKAGE'S COPYRIGHT HOLDER +# Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# Automatically generated, 2020. +# Automatically generated, 2021. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-10-27 14:42+0000\n" -"PO-Revision-Date: 2020-10-27 14:42+0000\n" +"POT-Creation-Date: 2021-03-09 14:29+0000\n" +"PO-Revision-Date: 2021-03-09 14:29+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: en_GB\n" @@ -166,42 +166,42 @@ msgstr "Configure" msgid "Configure fields values" msgstr "Configure fields values" -#: inc/field.class.php:751 +#: inc/field.class.php:753 msgid "show" msgstr "show" -#: 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 (single line)" -#: inc/field.class.php:899 +#: inc/field.class.php:918 msgid "Text (multiples lines)" msgstr "Text (multiples lines)" -#: inc/field.class.php:900 +#: inc/field.class.php:919 msgid "Number" msgstr "Number" -#: 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 "Dropdown" -#: inc/field.class.php:903 +#: inc/field.class.php:922 msgid "Yes/No" msgstr "Yes/No" -#: 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 & time" diff --git a/locales/en_US.po b/locales/en_US.po index ebe1ed07..7c87f129 100644 --- a/locales/en_US.po +++ b/locales/en_US.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: English (United States) (http://www.transifex.com/teclib/glpi-plugin-plugin-fields/language/en_US/)\n" @@ -160,42 +160,42 @@ msgstr "Configure" msgid "Configure fields values" msgstr "Configure Fields Values" -#: inc/field.class.php:751 +#: inc/field.class.php:753 msgid "show" msgstr "show" -#: 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 (single line)" -#: inc/field.class.php:899 +#: inc/field.class.php:918 msgid "Text (multiples lines)" msgstr "Text (multiples lines)" -#: inc/field.class.php:900 +#: inc/field.class.php:919 msgid "Number" msgstr "Number" -#: 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 "Dropdown" -#: inc/field.class.php:903 +#: inc/field.class.php:922 msgid "Yes/No" msgstr "Yes/No" -#: 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 & Time" diff --git a/locales/es_ES.po b/locales/es_ES.po index 0563a8f0..98093b0c 100644 --- a/locales/es_ES.po +++ b/locales/es_ES.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: Spanish (Spain) (http://www.transifex.com/teclib/glpi-plugin-plugin-fields/language/es_ES/)\n" @@ -162,42 +162,42 @@ msgstr "Configurar" msgid "Configure fields values" msgstr "Configure valores de los campos" -#: 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 "Encabezamiento" -#: inc/field.class.php:898 +#: inc/field.class.php:917 msgid "Text (single line)" msgstr "Texto (línea simple)" -#: inc/field.class.php:899 +#: inc/field.class.php:918 msgid "Text (multiples lines)" msgstr "Texto (multiples líneas)" -#: 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 "Menú desplegable" -#: inc/field.class.php:903 +#: inc/field.class.php:922 msgid "Yes/No" msgstr "Si/No" -#: inc/field.class.php:904 +#: inc/field.class.php:923 msgid "Date" msgstr "Fecha" -#: inc/field.class.php:905 +#: inc/field.class.php:924 msgid "Date & time" msgstr "Fecha & Hora" diff --git a/locales/fi_FI.po b/locales/fi_FI.po index 88443aac..b6c3a208 100644 --- a/locales/fi_FI.po +++ b/locales/fi_FI.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: Finnish (Finland) (http://www.transifex.com/teclib/glpi-plugin-plugin-fields/language/fi_FI/)\n" @@ -159,42 +159,42 @@ msgstr "Määritä" msgid "Configure fields values" msgstr "Määritä kenttien arvot" -#: inc/field.class.php:751 +#: inc/field.class.php:753 msgid "show" msgstr "näytä" -#: inc/field.class.php:897 +#: inc/field.class.php:916 msgid "Header" msgstr "Ylätunniste" -#: inc/field.class.php:898 +#: inc/field.class.php:917 msgid "Text (single line)" msgstr "Teksti (yksi rivi)" -#: inc/field.class.php:899 +#: inc/field.class.php:918 msgid "Text (multiples lines)" msgstr "Teksti (useita rivejä)" -#: 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 "Pudotusvalikko" -#: inc/field.class.php:903 +#: inc/field.class.php:922 msgid "Yes/No" msgstr "Kyllä/Ei" -#: inc/field.class.php:904 +#: inc/field.class.php:923 msgid "Date" msgstr "Päivämäärä" -#: inc/field.class.php:905 +#: inc/field.class.php:924 msgid "Date & time" msgstr "Päivämäärä ja aika" diff --git a/locales/fields.pot b/locales/fields.pot index 0c3755b2..99966979 100644 --- a/locales/fields.pot +++ b/locales/fields.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\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: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \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 314020bc..cd99b460 100644 Binary files a/locales/hr_HR.mo and b/locales/hr_HR.mo differ diff --git a/locales/hr_HR.po b/locales/hr_HR.po index ee5ef359..d6633b0f 100644 --- a/locales/hr_HR.po +++ b/locales/hr_HR.po @@ -4,13 +4,14 @@ # # Translators: # milotype , 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 2bf53e20..6ef4790f 100644 Binary files a/locales/tr_TR.mo and b/locales/tr_TR.mo differ 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 "时间&日期" 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");