From 70497355e5b467782e5e2605d82f9b6ea91c512e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Fri, 8 Nov 2019 14:17:46 +0100 Subject: [PATCH 1/7] Update PHP dependencies --- composer.lock | 397 +++++++++++++++++++++++++++++++++++--------------- 1 file changed, 279 insertions(+), 118 deletions(-) diff --git a/composer.lock b/composer.lock index 583be70..d74b7a6 100644 --- a/composer.lock +++ b/composer.lock @@ -9,34 +9,78 @@ "packages-dev": [ { "name": "consolidation/annotated-command", - "version": "2.10.0", + "version": "2.12.0", "source": { "type": "git", "url": "https://github.com/consolidation/annotated-command.git", - "reference": "8e7d1a05230dc1159c751809e98b74f2b7f71873" + "reference": "512a2e54c98f3af377589de76c43b24652bcb789" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/8e7d1a05230dc1159c751809e98b74f2b7f71873", - "reference": "8e7d1a05230dc1159c751809e98b74f2b7f71873", + "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/512a2e54c98f3af377589de76c43b24652bcb789", + "reference": "512a2e54c98f3af377589de76c43b24652bcb789", "shasum": "" }, "require": { "consolidation/output-formatters": "^3.4", - "php": ">=5.4.0", + "php": ">=5.4.5", "psr/log": "^1", "symfony/console": "^2.8|^3|^4", "symfony/event-dispatcher": "^2.5|^3|^4", "symfony/finder": "^2.5|^3|^4" }, "require-dev": { - "g1a/composer-test-scenarios": "^2", + "g1a/composer-test-scenarios": "^3", + "php-coveralls/php-coveralls": "^1", "phpunit/phpunit": "^6", - "satooshi/php-coveralls": "^2", "squizlabs/php_codesniffer": "^2.7" }, "type": "library", "extra": { + "scenarios": { + "symfony4": { + "require": { + "symfony/console": "^4.0" + }, + "config": { + "platform": { + "php": "7.1.3" + } + } + }, + "symfony2": { + "require": { + "symfony/console": "^2.8" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.36" + }, + "remove": [ + "php-coveralls/php-coveralls" + ], + "config": { + "platform": { + "php": "5.4.8" + } + }, + "scenario-options": { + "create-lockfile": "false" + } + }, + "phpunit4": { + "require-dev": { + "phpunit/phpunit": "^4.8.36" + }, + "remove": [ + "php-coveralls/php-coveralls" + ], + "config": { + "platform": { + "php": "5.4.8" + } + } + } + }, "branch-alias": { "dev-master": "2.x-dev" } @@ -57,20 +101,20 @@ } ], "description": "Initialize Symfony Console commands from annotated command class methods.", - "time": "2018-11-15T01:46:18+00:00" + "time": "2019-03-08T16:55:03+00:00" }, { "name": "consolidation/config", - "version": "1.1.1", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/consolidation/config.git", - "reference": "925231dfff32f05b787e1fddb265e789b939cf4c" + "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/config/zipball/925231dfff32f05b787e1fddb265e789b939cf4c", - "reference": "925231dfff32f05b787e1fddb265e789b939cf4c", + "url": "https://api.github.com/repos/consolidation/config/zipball/cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1", + "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1", "shasum": "" }, "require": { @@ -79,9 +123,9 @@ "php": ">=5.4.0" }, "require-dev": { - "g1a/composer-test-scenarios": "^1", + "g1a/composer-test-scenarios": "^3", + "php-coveralls/php-coveralls": "^1", "phpunit/phpunit": "^5", - "satooshi/php-coveralls": "^1.0", "squizlabs/php_codesniffer": "2.*", "symfony/console": "^2.5|^3|^4", "symfony/yaml": "^2.8.11|^3|^4" @@ -91,6 +135,33 @@ }, "type": "library", "extra": { + "scenarios": { + "symfony4": { + "require-dev": { + "symfony/console": "^4.0" + }, + "config": { + "platform": { + "php": "7.1.3" + } + } + }, + "symfony2": { + "require-dev": { + "symfony/console": "^2.8", + "symfony/event-dispatcher": "^2.8", + "phpunit/phpunit": "^4.8.36" + }, + "remove": [ + "php-coveralls/php-coveralls" + ], + "config": { + "platform": { + "php": "5.4.8" + } + } + } + }, "branch-alias": { "dev-master": "1.x-dev" } @@ -111,35 +182,76 @@ } ], "description": "Provide configuration services for a commandline tool.", - "time": "2018-10-24T17:55:35+00:00" + "time": "2019-03-03T19:37:04+00:00" }, { "name": "consolidation/log", - "version": "1.0.6", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/consolidation/log.git", - "reference": "dfd8189a771fe047bf3cd669111b2de5f1c79395" + "reference": "b2e887325ee90abc96b0a8b7b474cd9e7c896e3a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/log/zipball/dfd8189a771fe047bf3cd669111b2de5f1c79395", - "reference": "dfd8189a771fe047bf3cd669111b2de5f1c79395", + "url": "https://api.github.com/repos/consolidation/log/zipball/b2e887325ee90abc96b0a8b7b474cd9e7c896e3a", + "reference": "b2e887325ee90abc96b0a8b7b474cd9e7c896e3a", "shasum": "" }, "require": { - "php": ">=5.5.0", - "psr/log": "~1.0", + "php": ">=5.4.5", + "psr/log": "^1.0", "symfony/console": "^2.8|^3|^4" }, "require-dev": { - "g1a/composer-test-scenarios": "^1", - "phpunit/phpunit": "4.*", - "satooshi/php-coveralls": "^2", - "squizlabs/php_codesniffer": "2.*" + "g1a/composer-test-scenarios": "^3", + "php-coveralls/php-coveralls": "^1", + "phpunit/phpunit": "^6", + "squizlabs/php_codesniffer": "^2" }, "type": "library", "extra": { + "scenarios": { + "symfony4": { + "require": { + "symfony/console": "^4.0" + }, + "config": { + "platform": { + "php": "7.1.3" + } + } + }, + "symfony2": { + "require": { + "symfony/console": "^2.8" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.36" + }, + "remove": [ + "php-coveralls/php-coveralls" + ], + "config": { + "platform": { + "php": "5.4.8" + } + } + }, + "phpunit4": { + "require-dev": { + "phpunit/phpunit": "^4.8.36" + }, + "remove": [ + "php-coveralls/php-coveralls" + ], + "config": { + "platform": { + "php": "5.4.8" + } + } + } + }, "branch-alias": { "dev-master": "1.x-dev" } @@ -160,20 +272,20 @@ } ], "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.", - "time": "2018-05-25T18:14:39+00:00" + "time": "2019-01-01T17:30:51+00:00" }, { "name": "consolidation/output-formatters", - "version": "3.4.0", + "version": "3.5.0", "source": { "type": "git", "url": "https://github.com/consolidation/output-formatters.git", - "reference": "a942680232094c4a5b21c0b7e54c20cce623ae19" + "reference": "99ec998ffb697e0eada5aacf81feebfb13023605" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/a942680232094c4a5b21c0b7e54c20cce623ae19", - "reference": "a942680232094c4a5b21c0b7e54c20cce623ae19", + "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/99ec998ffb697e0eada5aacf81feebfb13023605", + "reference": "99ec998ffb697e0eada5aacf81feebfb13023605", "shasum": "" }, "require": { @@ -183,11 +295,10 @@ "symfony/finder": "^2.5|^3|^4" }, "require-dev": { - "g1a/composer-test-scenarios": "^2", + "g1a/composer-test-scenarios": "^3", + "php-coveralls/php-coveralls": "^1", "phpunit/phpunit": "^5.7.27", - "satooshi/php-coveralls": "^2", "squizlabs/php_codesniffer": "^2.7", - "symfony/console": "3.2.3", "symfony/var-dumper": "^2.8|^3|^4", "victorjonsson/markdowndocs": "^1.3" }, @@ -196,6 +307,52 @@ }, "type": "library", "extra": { + "scenarios": { + "symfony4": { + "require": { + "symfony/console": "^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^6" + }, + "config": { + "platform": { + "php": "7.1.3" + } + } + }, + "symfony3": { + "require": { + "symfony/console": "^3.4", + "symfony/finder": "^3.4", + "symfony/var-dumper": "^3.4" + }, + "config": { + "platform": { + "php": "5.6.32" + } + } + }, + "symfony2": { + "require": { + "symfony/console": "^2.8" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.36" + }, + "remove": [ + "php-coveralls/php-coveralls" + ], + "config": { + "platform": { + "php": "5.4.8" + } + }, + "scenario-options": { + "create-lockfile": "false" + } + } + }, "branch-alias": { "dev-master": "3.x-dev" } @@ -216,25 +373,25 @@ } ], "description": "Format text by applying transformations provided by plug-in formatters.", - "time": "2018-10-19T22:35:38+00:00" + "time": "2019-05-30T23:16:01+00:00" }, { "name": "consolidation/robo", - "version": "1.3.2", + "version": "1.4.11", "source": { "type": "git", "url": "https://github.com/consolidation/Robo.git", - "reference": "a9bd9ecf00751aa92754903c0d17612c4e840ce8" + "reference": "5fa1d901776a628167a325baa9db95d8edf13a80" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/Robo/zipball/a9bd9ecf00751aa92754903c0d17612c4e840ce8", - "reference": "a9bd9ecf00751aa92754903c0d17612c4e840ce8", + "url": "https://api.github.com/repos/consolidation/Robo/zipball/5fa1d901776a628167a325baa9db95d8edf13a80", + "reference": "5fa1d901776a628167a325baa9db95d8edf13a80", "shasum": "" }, "require": { - "consolidation/annotated-command": "^2.8.2", - "consolidation/config": "^1.0.10", + "consolidation/annotated-command": "^2.11.0", + "consolidation/config": "^1.2", "consolidation/log": "~1", "consolidation/output-formatters": "^3.1.13", "consolidation/self-update": "^1", @@ -260,9 +417,10 @@ "natxet/cssmin": "3.0.4", "nikic/php-parser": "^3.1.5", "patchwork/jsqueeze": "~2", - "pear/archive_tar": "^1.4.2", + "pear/archive_tar": "^1.4.4", "php-coveralls/php-coveralls": "^1", "phpunit/php-code-coverage": "~2|~4", + "sebastian/comparator": "^1.2.4", "squizlabs/php_codesniffer": "^2.8" }, "suggest": { @@ -305,7 +463,7 @@ } }, "branch-alias": { - "dev-master": "1.x-dev" + "dev-master": "2.x-dev" } }, "autoload": { @@ -324,7 +482,7 @@ } ], "description": "Modern task runner", - "time": "2018-11-22T05:43:44+00:00" + "time": "2019-10-29T15:50:02+00:00" }, { "name": "consolidation/self-update", @@ -468,20 +626,20 @@ }, { "name": "glpi-project/coding-standard", - "version": "0.7.1", + "version": "0.7.2", "source": { "type": "git", "url": "https://github.com/glpi-project/coding-standard.git", - "reference": "1cef37d764aecf8fd7d5d167db25da97e289cb03" + "reference": "dbba6566e1ce7f7d0778794cd6e93bc07080c8c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/glpi-project/coding-standard/zipball/1cef37d764aecf8fd7d5d167db25da97e289cb03", - "reference": "1cef37d764aecf8fd7d5d167db25da97e289cb03", + "url": "https://api.github.com/repos/glpi-project/coding-standard/zipball/dbba6566e1ce7f7d0778794cd6e93bc07080c8c7", + "reference": "dbba6566e1ce7f7d0778794cd6e93bc07080c8c7", "shasum": "" }, "require": { - "squizlabs/php_codesniffer": "^3.3" + "squizlabs/php_codesniffer": "^3.5" }, "type": "library", "notification-url": "https://packagist.org/downloads/", @@ -501,20 +659,20 @@ "glpi", "phpcs" ], - "time": "2018-06-07T08:45:05+00:00" + "time": "2019-10-31T10:30:33+00:00" }, { "name": "glpi-project/tools", - "version": "0.1.5", + "version": "0.1.8", "source": { "type": "git", "url": "https://github.com/glpi-project/tools.git", - "reference": "5ff99fa5967b468af3d3ba2d7a69ede1214273ea" + "reference": "39ca503a00454e6c5d7d97bd8baff358d262a897" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/glpi-project/tools/zipball/5ff99fa5967b468af3d3ba2d7a69ede1214273ea", - "reference": "5ff99fa5967b468af3d3ba2d7a69ede1214273ea", + "url": "https://api.github.com/repos/glpi-project/tools/zipball/39ca503a00454e6c5d7d97bd8baff358d262a897", + "reference": "39ca503a00454e6c5d7d97bd8baff358d262a897", "shasum": "" }, "require": { @@ -551,7 +709,7 @@ "plugins", "tools" ], - "time": "2018-06-21T11:59:33+00:00" + "time": "2019-06-07T09:46:17+00:00" }, { "name": "grasmash/expander", @@ -853,16 +1011,16 @@ }, { "name": "psr/log", - "version": "1.1.0", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" + "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", - "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", + "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801", + "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801", "shasum": "" }, "require": { @@ -871,7 +1029,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { @@ -896,20 +1054,20 @@ "psr", "psr-3" ], - "time": "2018-11-20T15:27:04+00:00" + "time": "2019-11-01T11:05:21+00:00" }, { "name": "squizlabs/php_codesniffer", - "version": "3.3.2", + "version": "3.5.2", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "6ad28354c04b364c3c71a34e4a18b629cc3b231e" + "reference": "65b12cdeaaa6cd276d4c3033a95b9b88b12701e7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6ad28354c04b364c3c71a34e4a18b629cc3b231e", - "reference": "6ad28354c04b364c3c71a34e4a18b629cc3b231e", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/65b12cdeaaa6cd276d4c3033a95b9b88b12701e7", + "reference": "65b12cdeaaa6cd276d4c3033a95b9b88b12701e7", "shasum": "" }, "require": { @@ -942,25 +1100,25 @@ } ], "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", - "homepage": "http://www.squizlabs.com/php-codesniffer", + "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", "keywords": [ "phpcs", "standards" ], - "time": "2018-09-23T23:08:17+00:00" + "time": "2019-10-28T04:36:32+00:00" }, { "name": "symfony/console", - "version": "v3.4.20", + "version": "v3.4.33", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "8f80fc39bbc3b7c47ee54ba7aa2653521ace94bb" + "reference": "c7edffb26b29cae972ca4afccb610a38ce8d0ccf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/8f80fc39bbc3b7c47ee54ba7aa2653521ace94bb", - "reference": "8f80fc39bbc3b7c47ee54ba7aa2653521ace94bb", + "url": "https://api.github.com/repos/symfony/console/zipball/c7edffb26b29cae972ca4afccb610a38ce8d0ccf", + "reference": "c7edffb26b29cae972ca4afccb610a38ce8d0ccf", "shasum": "" }, "require": { @@ -972,6 +1130,9 @@ "symfony/dependency-injection": "<3.4", "symfony/process": "<3.3" }, + "provide": { + "psr/log-implementation": "1.0" + }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~3.3|~4.0", @@ -981,7 +1142,7 @@ "symfony/process": "~3.3|~4.0" }, "suggest": { - "psr/log-implementation": "For using the console logger", + "psr/log": "For using the console logger", "symfony/event-dispatcher": "", "symfony/lock": "", "symfony/process": "" @@ -1016,20 +1177,20 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2018-11-26T12:48:07+00:00" + "time": "2019-10-24T15:33:53+00:00" }, { "name": "symfony/debug", - "version": "v3.4.20", + "version": "v3.4.33", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "a2233f555ddf55e5600f386fba7781cea1cb82d3" + "reference": "f72e33fdb1170b326e72c3157f0cd456351dd086" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/a2233f555ddf55e5600f386fba7781cea1cb82d3", - "reference": "a2233f555ddf55e5600f386fba7781cea1cb82d3", + "url": "https://api.github.com/repos/symfony/debug/zipball/f72e33fdb1170b326e72c3157f0cd456351dd086", + "reference": "f72e33fdb1170b326e72c3157f0cd456351dd086", "shasum": "" }, "require": { @@ -1072,20 +1233,20 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2018-11-27T12:43:10+00:00" + "time": "2019-10-24T15:33:53+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v3.4.20", + "version": "v3.4.33", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "cc35e84adbb15c26ae6868e1efbf705a917be6b5" + "reference": "f9031c22ec127d4a2450760f81a8677fe8a10177" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/cc35e84adbb15c26ae6868e1efbf705a917be6b5", - "reference": "cc35e84adbb15c26ae6868e1efbf705a917be6b5", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f9031c22ec127d4a2450760f81a8677fe8a10177", + "reference": "f9031c22ec127d4a2450760f81a8677fe8a10177", "shasum": "" }, "require": { @@ -1135,20 +1296,20 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2018-11-30T18:07:24+00:00" + "time": "2019-10-24T15:33:53+00:00" }, { "name": "symfony/filesystem", - "version": "v3.4.20", + "version": "v3.4.33", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "b49b1ca166bd109900e6a1683d9bb1115727ef2d" + "reference": "00e3a6ddd723b8bcfe4f2a1b6f82b98eeeb51516" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/b49b1ca166bd109900e6a1683d9bb1115727ef2d", - "reference": "b49b1ca166bd109900e6a1683d9bb1115727ef2d", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/00e3a6ddd723b8bcfe4f2a1b6f82b98eeeb51516", + "reference": "00e3a6ddd723b8bcfe4f2a1b6f82b98eeeb51516", "shasum": "" }, "require": { @@ -1185,20 +1346,20 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2018-11-11T19:48:54+00:00" + "time": "2019-08-20T13:31:17+00:00" }, { "name": "symfony/finder", - "version": "v3.4.20", + "version": "v3.4.33", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "6cf2be5cbd0e87aa35c01f80ae0bf40b6798e442" + "reference": "3e915e5ce305f8bc8017597f71f1f4095092ddf8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/6cf2be5cbd0e87aa35c01f80ae0bf40b6798e442", - "reference": "6cf2be5cbd0e87aa35c01f80ae0bf40b6798e442", + "url": "https://api.github.com/repos/symfony/finder/zipball/3e915e5ce305f8bc8017597f71f1f4095092ddf8", + "reference": "3e915e5ce305f8bc8017597f71f1f4095092ddf8", "shasum": "" }, "require": { @@ -1234,20 +1395,20 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2018-11-11T19:48:54+00:00" + "time": "2019-10-30T12:43:22+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.10.0", + "version": "v1.12.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "e3d826245268269cd66f8326bd8bc066687b4a19" + "reference": "550ebaac289296ce228a706d0867afc34687e3f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19", - "reference": "e3d826245268269cd66f8326bd8bc066687b4a19", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4", + "reference": "550ebaac289296ce228a706d0867afc34687e3f4", "shasum": "" }, "require": { @@ -1259,7 +1420,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.9-dev" + "dev-master": "1.12-dev" } }, "autoload": { @@ -1275,13 +1436,13 @@ "MIT" ], "authors": [ - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - }, { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for ctype functions", @@ -1292,20 +1453,20 @@ "polyfill", "portable" ], - "time": "2018-08-06T14:22:27+00:00" + "time": "2019-08-06T08:03:45+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.10.0", + "version": "v1.12.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "c79c051f5b3a46be09205c73b80b346e4153e494" + "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494", - "reference": "c79c051f5b3a46be09205c73b80b346e4153e494", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17", + "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17", "shasum": "" }, "require": { @@ -1317,7 +1478,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.9-dev" + "dev-master": "1.12-dev" } }, "autoload": { @@ -1351,20 +1512,20 @@ "portable", "shim" ], - "time": "2018-09-21T13:07:52+00:00" + "time": "2019-08-06T08:03:45+00:00" }, { "name": "symfony/process", - "version": "v3.4.20", + "version": "v3.4.33", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "abb46b909dd6ba0b50e10d4c10ffe6ee96dd70f2" + "reference": "c19da50bc3e8fa7d60628fdb4ab5d67de534cf3e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/abb46b909dd6ba0b50e10d4c10ffe6ee96dd70f2", - "reference": "abb46b909dd6ba0b50e10d4c10ffe6ee96dd70f2", + "url": "https://api.github.com/repos/symfony/process/zipball/c19da50bc3e8fa7d60628fdb4ab5d67de534cf3e", + "reference": "c19da50bc3e8fa7d60628fdb4ab5d67de534cf3e", "shasum": "" }, "require": { @@ -1400,20 +1561,20 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2018-11-20T16:10:26+00:00" + "time": "2019-10-24T15:33:53+00:00" }, { "name": "symfony/yaml", - "version": "v3.4.20", + "version": "v3.4.33", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "291e13d808bec481eab83f301f7bff3e699ef603" + "reference": "dab657db15207879217fc81df4f875947bf68804" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/291e13d808bec481eab83f301f7bff3e699ef603", - "reference": "291e13d808bec481eab83f301f7bff3e699ef603", + "url": "https://api.github.com/repos/symfony/yaml/zipball/dab657db15207879217fc81df4f875947bf68804", + "reference": "dab657db15207879217fc81df4f875947bf68804", "shasum": "" }, "require": { @@ -1459,7 +1620,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2018-11-11T19:48:54+00:00" + "time": "2019-10-24T15:33:53+00:00" } ], "aliases": [], From 3fc34f0b498812d2cfb3e6cbb49ad06a8acab252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Fri, 8 Nov 2019 15:39:08 +0100 Subject: [PATCH 2/7] Update locales --- locales/airwatch.pot | 131 +++++++++++++++++------------------ locales/cs_CZ.mo | Bin 2938 -> 2897 bytes locales/cs_CZ.po | 160 +++++++++++++++++++++---------------------- locales/en_GB.mo | Bin 2590 -> 2650 bytes locales/en_GB.po | 160 +++++++++++++++++++++---------------------- locales/fr_FR.mo | Bin 2972 -> 2931 bytes locales/fr_FR.po | 160 +++++++++++++++++++++---------------------- 7 files changed, 306 insertions(+), 305 deletions(-) diff --git a/locales/airwatch.pot b/locales/airwatch.pot index d7d4793..1d6a5c7 100644 --- a/locales/airwatch.pot +++ b/locales/airwatch.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-08-20 10:01+0000\n" +"POT-Creation-Date: 2019-11-08 14:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,79 +17,100 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: front/config.form.php:51 hook.php:38 hook.php:45 hook.php:52 hook.php:60 -#: hook.php:68 hook.php:76 hook.php:84 hook.php:92 hook.php:100 hook.php:108 -#: hook.php:116 hook.php:124 hook.php:133 hook.php:142 hook.php:151 -#: hook.php:160 hook.php:169 hook.php:180 hook.php:190 inc/detail.class.php:290 -msgid "Airwatch" +#: inc/compliance.class.php:66 +msgid "Compliance details" msgstr "" -#: hook.php:38 inc/detail.class.php:118 -msgid "Airwatch ID" +#: inc/compliance.class.php:77 hook.php:182 +msgid "Last check date" msgstr "" -#: hook.php:45 -msgid "IMEI" +#: inc/detail.class.php:110 +msgid "General" msgstr "" -#: hook.php:53 -msgid "Simcard serial number" +#: inc/detail.class.php:118 hook.php:38 +msgid "Airwatch ID" msgstr "" -#: hook.php:61 inc/detail.class.php:129 +#: inc/detail.class.php:126 inc/detail.class.php:295 +msgid "Phone number" +msgstr "" + +#: inc/detail.class.php:129 hook.php:61 msgid "Last seen" msgstr "" -#: hook.php:69 inc/detail.class.php:171 -msgid "Last enrollment date" +#: inc/detail.class.php:140 +msgid "Data encryption enabled" msgstr "" -#: hook.php:77 -msgid "Last enrollment check date" +#: inc/detail.class.php:144 +msgid "Current SIM serial number" msgstr "" -#: hook.php:85 inc/detail.class.php:200 -msgid "Last compliance check date" +#: inc/detail.class.php:160 +msgid "See device in Airwatch console" msgstr "" -#: hook.php:93 inc/detail.class.php:215 -msgid "Last compromised check date" +#: inc/detail.class.php:164 +msgid "Enrollment process" msgstr "" -#: hook.php:101 inc/detail.class.php:167 +#: inc/detail.class.php:167 hook.php:101 msgid "Enrollment status" msgstr "" -#: hook.php:109 hook.php:171 inc/detail.class.php:196 inc/detail.class.php:303 +#: inc/detail.class.php:171 hook.php:69 +msgid "Last enrollment date" +msgstr "" + +#: inc/detail.class.php:182 +msgid "Last enrollment check" +msgstr "" + +#: inc/detail.class.php:193 +msgid "Other status checks" +msgstr "" + +#: inc/detail.class.php:196 inc/detail.class.php:303 hook.php:109 hook.php:171 msgid "Compliance status" msgstr "" -#: hook.php:117 inc/detail.class.php:211 +#: inc/detail.class.php:200 hook.php:85 +msgid "Last compliance check date" +msgstr "" + +#: inc/detail.class.php:211 hook.php:117 msgid "Compromised status" msgstr "" -#: hook.php:125 -msgid "Data encryption" +#: inc/detail.class.php:215 hook.php:93 +msgid "Last compromised check date" +msgstr "" + +#: inc/detail.class.php:225 +msgid "Roaming" msgstr "" -#: hook.php:134 inc/detail.class.php:228 +#: inc/detail.class.php:228 hook.php:134 msgid "Roaming enabled" msgstr "" -#: hook.php:143 inc/detail.class.php:232 +#: inc/detail.class.php:232 hook.php:143 msgid "Data roaming enabled" msgstr "" -#: hook.php:152 inc/detail.class.php:239 +#: inc/detail.class.php:239 hook.php:152 msgid "Voice roaming enabled" msgstr "" -#: hook.php:161 hook.php:170 hook.php:181 -msgid "Profile" -msgstr "" - -#: hook.php:182 inc/compliance.class.php:77 -msgid "Last check date" +#: inc/detail.class.php:290 front/config.form.php:51 hook.php:38 hook.php:45 +#: hook.php:52 hook.php:60 hook.php:68 hook.php:76 hook.php:84 hook.php:92 +#: hook.php:100 hook.php:108 hook.php:116 hook.php:124 hook.php:133 +#: hook.php:142 hook.php:151 hook.php:160 hook.php:169 hook.php:180 +#: hook.php:190 +msgid "Airwatch" msgstr "" #: inc/airwatch.class.php:65 @@ -132,42 +153,22 @@ msgstr "" msgid "Skip SSL check" msgstr "" -#: inc/detail.class.php:110 -msgid "General" -msgstr "" - -#: inc/detail.class.php:126 inc/detail.class.php:295 -msgid "Phone number" -msgstr "" - -#: inc/detail.class.php:140 -msgid "Data encryption enabled" -msgstr "" - -#: inc/detail.class.php:144 -msgid "Current SIM serial number" -msgstr "" - -#: inc/detail.class.php:160 -msgid "See device in Airwatch console" -msgstr "" - -#: inc/detail.class.php:164 -msgid "Enrollment process" +#: hook.php:45 +msgid "IMEI" msgstr "" -#: inc/detail.class.php:182 -msgid "Last enrollment check" +#: hook.php:53 +msgid "Simcard serial number" msgstr "" -#: inc/detail.class.php:193 -msgid "Other status checks" +#: hook.php:77 +msgid "Last enrollment check date" msgstr "" -#: inc/detail.class.php:225 -msgid "Roaming" +#: hook.php:125 +msgid "Data encryption" msgstr "" -#: inc/compliance.class.php:66 -msgid "Compliance details" +#: hook.php:161 hook.php:170 hook.php:181 +msgid "Profile" msgstr "" diff --git a/locales/cs_CZ.mo b/locales/cs_CZ.mo index b823bd8dc0f5c0373e918f77f1da1177192ef219..edda5d660846868320daf7ee2f90cda0daeb3da3 100644 GIT binary patch delta 329 zcmXZXJ!%3`5Ww+ST~~JvvKra=5k*i?>;xft0KrBGAqTLs@&Xnj0h=^wEd;T$78Vqxw(rL5Y>2p)$b*Pj2@#Gwaux9zpRg0gub3qs zqyGQEG=5grtoziK88^1>D71O#b5w zoFTqO`+tW;e8M$+!vg-`9Hw(ph>K|X8ct#h=kXw?zOp>JBu4QZJzk;}-eVbGa0S27 z3bT1B!euOB6Q}VIZQxVP-~gxa3YYK(*;UVIeP8oi!-+mfR7iZG6$InMMkTaO>S&wq wp*1*q9HidUtL?aX)=7HDC*8P}^g4~G>ilNxeO&dC+iukA>&`oOyB}o!0JGjE&Hw-a diff --git a/locales/cs_CZ.po b/locales/cs_CZ.po index c273701..7a47b0f 100644 --- a/locales/cs_CZ.po +++ b/locales/cs_CZ.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPi Plugin - Airwatch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-08-20 10:01+0000\n" +"POT-Creation-Date: 2019-11-08 14:31+0000\n" "PO-Revision-Date: 2018-04-10 12:31+0000\n" "Last-Translator: Pavel Borecki \n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/teclib/glpi-plugin-airwatch/language/cs_CZ/)\n" @@ -18,81 +18,101 @@ msgstr "" "Language: cs_CZ\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" -#: front/config.form.php:51 hook.php:38 hook.php:45 hook.php:52 hook.php:60 -#: hook.php:68 hook.php:76 hook.php:84 hook.php:92 hook.php:100 hook.php:108 -#: hook.php:116 hook.php:124 hook.php:133 hook.php:142 hook.php:151 -#: hook.php:160 hook.php:169 hook.php:180 hook.php:190 -#: inc/detail.class.php:290 -msgid "Airwatch" -msgstr "Airwatch" +#: inc/compliance.class.php:66 +msgid "Compliance details" +msgstr "Podrobnosti o shodě" + +#: inc/compliance.class.php:77 hook.php:182 +msgid "Last check date" +msgstr "Datum minulé kontroly" -#: hook.php:38 inc/detail.class.php:118 +#: inc/detail.class.php:110 +msgid "General" +msgstr "Obecné" + +#: inc/detail.class.php:118 hook.php:38 msgid "Airwatch ID" msgstr "Airwatch identifikátor" -#: hook.php:45 -msgid "IMEI" -msgstr "IMEI" - -#: hook.php:53 -msgid "Simcard serial number" -msgstr "Sériové číslo simkarty" +#: inc/detail.class.php:126 inc/detail.class.php:295 +msgid "Phone number" +msgstr "Telefonní číslo" -#: hook.php:61 inc/detail.class.php:129 +#: inc/detail.class.php:129 hook.php:61 msgid "Last seen" msgstr "Naposledy spatřeno" -#: hook.php:69 inc/detail.class.php:171 -msgid "Last enrollment date" -msgstr "Datum minulého nasazení" +#: inc/detail.class.php:140 +msgid "Data encryption enabled" +msgstr "Šifrování dat zapnuto" -#: hook.php:77 -msgid "Last enrollment check date" -msgstr "Datum minulé kontroly nasazení" +#: inc/detail.class.php:144 +msgid "Current SIM serial number" +msgstr "Sériové číslo stávající SIM karty" -#: hook.php:85 inc/detail.class.php:200 -msgid "Last compliance check date" -msgstr "Datum minulé kontroly souladu" +#: inc/detail.class.php:160 +msgid "See device in Airwatch console" +msgstr "Zobrazit zařízení v konzoli Airwatch" -#: hook.php:93 inc/detail.class.php:215 -msgid "Last compromised check date" -msgstr "Datum minulé kontroly kompromitace" +#: inc/detail.class.php:164 +msgid "Enrollment process" +msgstr "Proces nasazení" -#: hook.php:101 inc/detail.class.php:167 +#: inc/detail.class.php:167 hook.php:101 msgid "Enrollment status" msgstr "Stav nasazení" -#: hook.php:109 hook.php:171 inc/detail.class.php:196 inc/detail.class.php:303 +#: inc/detail.class.php:171 hook.php:69 +msgid "Last enrollment date" +msgstr "Datum minulého nasazení" + +#: inc/detail.class.php:182 +msgid "Last enrollment check" +msgstr "Minulá kontrola nasazení" + +#: inc/detail.class.php:193 +msgid "Other status checks" +msgstr "Ostatní kontroly stavu" + +#: inc/detail.class.php:196 inc/detail.class.php:303 hook.php:109 hook.php:171 msgid "Compliance status" msgstr "Stav souladu" -#: hook.php:117 inc/detail.class.php:211 +#: inc/detail.class.php:200 hook.php:85 +msgid "Last compliance check date" +msgstr "Datum minulé kontroly souladu" + +#: inc/detail.class.php:211 hook.php:117 msgid "Compromised status" msgstr "Stav kompromitace" -#: hook.php:125 -msgid "Data encryption" -msgstr "Šifrování dat" +#: inc/detail.class.php:215 hook.php:93 +msgid "Last compromised check date" +msgstr "Datum minulé kontroly kompromitace" -#: hook.php:134 inc/detail.class.php:228 +#: inc/detail.class.php:225 +msgid "Roaming" +msgstr "Roaming" + +#: inc/detail.class.php:228 hook.php:134 msgid "Roaming enabled" msgstr "Roaming zapnut" -#: hook.php:143 inc/detail.class.php:232 +#: inc/detail.class.php:232 hook.php:143 msgid "Data roaming enabled" msgstr "Datový roaming zapnut" -#: hook.php:152 inc/detail.class.php:239 +#: inc/detail.class.php:239 hook.php:152 msgid "Voice roaming enabled" msgstr "Hlasový roaming zapnut" -#: hook.php:161 hook.php:170 hook.php:181 -msgid "Profile" -msgstr "Profil" - -#: hook.php:182 inc/compliance.class.php:77 -msgid "Last check date" -msgstr "Datum minulé kontroly" +#: inc/detail.class.php:290 front/config.form.php:51 hook.php:38 hook.php:45 +#: hook.php:52 hook.php:60 hook.php:68 hook.php:76 hook.php:84 hook.php:92 +#: hook.php:100 hook.php:108 hook.php:116 hook.php:124 hook.php:133 +#: hook.php:142 hook.php:151 hook.php:160 hook.php:169 hook.php:180 +#: hook.php:190 +msgid "Airwatch" +msgstr "Airwatch" #: inc/airwatch.class.php:65 msgid "Import devices informations from Airwatch" @@ -134,42 +154,22 @@ msgstr "Klíč k API" msgid "Skip SSL check" msgstr "Přeskočit kontrolu SSL" -#: inc/detail.class.php:110 -msgid "General" -msgstr "Obecné" - -#: inc/detail.class.php:126 inc/detail.class.php:295 -msgid "Phone number" -msgstr "Telefonní číslo" - -#: inc/detail.class.php:140 -msgid "Data encryption enabled" -msgstr "Šifrování dat zapnuto" - -#: inc/detail.class.php:144 -msgid "Current SIM serial number" -msgstr "Sériové číslo stávající SIM karty" - -#: inc/detail.class.php:160 -msgid "See device in Airwatch console" -msgstr "Zobrazit zařízení v konzoli Airwatch" - -#: inc/detail.class.php:164 -msgid "Enrollment process" -msgstr "Proces nasazení" +#: hook.php:45 +msgid "IMEI" +msgstr "IMEI" -#: inc/detail.class.php:182 -msgid "Last enrollment check" -msgstr "Minulá kontrola nasazení" +#: hook.php:53 +msgid "Simcard serial number" +msgstr "Sériové číslo simkarty" -#: inc/detail.class.php:193 -msgid "Other status checks" -msgstr "Ostatní kontroly stavu" +#: hook.php:77 +msgid "Last enrollment check date" +msgstr "Datum minulé kontroly nasazení" -#: inc/detail.class.php:225 -msgid "Roaming" -msgstr "Roaming" +#: hook.php:125 +msgid "Data encryption" +msgstr "Šifrování dat" -#: inc/compliance.class.php:66 -msgid "Compliance details" -msgstr "Podrobnosti o shodě" +#: hook.php:161 hook.php:170 hook.php:181 +msgid "Profile" +msgstr "Profil" diff --git a/locales/en_GB.mo b/locales/en_GB.mo index 78e9b66f9e4dd31471cfb1c95ade6050aa3fb054..467a24bf80d1b286ad2d63e3cf41e6d0112dc935 100644 GIT binary patch delta 693 zcmX}nJ!lj`6bJBG6Z5eVm3S%|kg?05lf9h8#5IUs5`!_~acmkbWV1Wj8*g`J*`0Ik z4s3#8cb$S*3F(BOg@uKM&6RdqXenrG?|<$Vmt}suH}l?`d0qKddFNTZ1B;N86NF3> zLOx=df}ddp4&V&@S;l|hEMg0Xj=>5%4llxUum(@SEqE3_fTm9dP2D~;{a%*)Z>LCa zIQSD1E+R&??_z0#&2kDXxpPfXP|lEWoQ~+FZ1h%&yTzs>uqi~1#QONNJz@)Es+(z z4%&8$rz+FzULJ{%HM&vGJmpfmd7riT6Ojug*}AW}OY618Wmdb!>Q`vJ?$)nfs^PP@ z{aiCI^JO0UT4gTXQf*(-wL)}aA@h!)tB(T{^oG$*&4XC%E(9vMfm#`L{fIM<`-w|8 zWE6|MP3L!{&^)Afg^WU#ROx(M>(q6eq9_)$8721kQ`5p3b#tOP6)YV-jrrxnoVe`n zaQSGn;aJuFuZg9l9q%?`83+?15JGGmB0PdI zcnW*rwI4sgA;iyc5VrjI9gZXZgi$DB$S53xe2xP7y)@+acKrIGNb0|f&yeUs;S$cm z2IPZYU;?(_1pI&_kVHE9IOGddh?gwm7=}5BR#Jq0umXAC3B)&&hVM;ep|j{7iAfY5 zA^+ny$QQL?Km3Ax;J2R_n-{^`P&B6-D|#j^ZKpT$+4VI~3nykw*>D(j4{S?bqAt^< zq@t!|B_$^nNmVpOom2358{v52f4XOtR$bY2s8uaf*LE~Xueo*wWNnG>KV-%%V3f%y;W~Bb)Vhg(>e!IB&j&wt_#*n^U#` diff --git a/locales/en_GB.po b/locales/en_GB.po index 3d436c9..76fbd46 100644 --- a/locales/en_GB.po +++ b/locales/en_GB.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPi Plugin - Airwatch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-08-20 10:01+0000\n" +"POT-Creation-Date: 2019-11-08 14:31+0000\n" "PO-Revision-Date: 2017-09-23 22:26+0000\n" "Last-Translator: Johan Cwiklinski \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/teclib/glpi-plugin-airwatch/language/en_GB/)\n" @@ -18,81 +18,101 @@ msgstr "" "Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: front/config.form.php:51 hook.php:38 hook.php:45 hook.php:52 hook.php:60 -#: hook.php:68 hook.php:76 hook.php:84 hook.php:92 hook.php:100 hook.php:108 -#: hook.php:116 hook.php:124 hook.php:133 hook.php:142 hook.php:151 -#: hook.php:160 hook.php:169 hook.php:180 hook.php:190 -#: inc/detail.class.php:290 -msgid "Airwatch" -msgstr "Airwatch" +#: inc/compliance.class.php:66 +msgid "Compliance details" +msgstr "Compliance details" + +#: inc/compliance.class.php:77 hook.php:182 +msgid "Last check date" +msgstr "Last check date" -#: hook.php:38 inc/detail.class.php:118 +#: inc/detail.class.php:110 +msgid "General" +msgstr "General" + +#: inc/detail.class.php:118 hook.php:38 msgid "Airwatch ID" msgstr "Airwatch ID" -#: hook.php:45 -msgid "IMEI" -msgstr "IMEI" - -#: hook.php:53 -msgid "Simcard serial number" -msgstr "Simcard serial number" +#: inc/detail.class.php:126 inc/detail.class.php:295 +msgid "Phone number" +msgstr "Phone number" -#: hook.php:61 inc/detail.class.php:129 +#: inc/detail.class.php:129 hook.php:61 msgid "Last seen" msgstr "Last seen" -#: hook.php:69 inc/detail.class.php:171 -msgid "Last enrollment date" -msgstr "Last enrollment date" +#: inc/detail.class.php:140 +msgid "Data encryption enabled" +msgstr "Data encryption enabled" -#: hook.php:77 -msgid "Last enrollment check date" -msgstr "Last enrollment check date" +#: inc/detail.class.php:144 +msgid "Current SIM serial number" +msgstr "Current SIM serial number" -#: hook.php:85 inc/detail.class.php:200 -msgid "Last compliance check date" -msgstr "Last compliance check date" +#: inc/detail.class.php:160 +msgid "See device in Airwatch console" +msgstr "See device in Airwatch console" -#: hook.php:93 inc/detail.class.php:215 -msgid "Last compromised check date" -msgstr "Last compromised check date" +#: inc/detail.class.php:164 +msgid "Enrollment process" +msgstr "Enrollment process" -#: hook.php:101 inc/detail.class.php:167 +#: inc/detail.class.php:167 hook.php:101 msgid "Enrollment status" msgstr "Is enrolled" -#: hook.php:109 hook.php:171 inc/detail.class.php:196 inc/detail.class.php:303 +#: inc/detail.class.php:171 hook.php:69 +msgid "Last enrollment date" +msgstr "Last enrollment date" + +#: inc/detail.class.php:182 +msgid "Last enrollment check" +msgstr "Last enrollment check" + +#: inc/detail.class.php:193 +msgid "Other status checks" +msgstr "Other status checks" + +#: inc/detail.class.php:196 inc/detail.class.php:303 hook.php:109 hook.php:171 msgid "Compliance status" msgstr "Is compliant" -#: hook.php:117 inc/detail.class.php:211 +#: inc/detail.class.php:200 hook.php:85 +msgid "Last compliance check date" +msgstr "Last compliance check date" + +#: inc/detail.class.php:211 hook.php:117 msgid "Compromised status" msgstr "Is compromised" -#: hook.php:125 -msgid "Data encryption" -msgstr "Data encryption" +#: inc/detail.class.php:215 hook.php:93 +msgid "Last compromised check date" +msgstr "Last compromised check date" -#: hook.php:134 inc/detail.class.php:228 +#: inc/detail.class.php:225 +msgid "Roaming" +msgstr "Roaming" + +#: inc/detail.class.php:228 hook.php:134 msgid "Roaming enabled" msgstr "Roaming enabled" -#: hook.php:143 inc/detail.class.php:232 +#: inc/detail.class.php:232 hook.php:143 msgid "Data roaming enabled" msgstr "Data roaming enabled" -#: hook.php:152 inc/detail.class.php:239 +#: inc/detail.class.php:239 hook.php:152 msgid "Voice roaming enabled" msgstr "Voice roaming enabled" -#: hook.php:161 hook.php:170 hook.php:181 -msgid "Profile" -msgstr "Profile" - -#: hook.php:182 inc/compliance.class.php:77 -msgid "Last check date" -msgstr "Last check date" +#: inc/detail.class.php:290 front/config.form.php:51 hook.php:38 hook.php:45 +#: hook.php:52 hook.php:60 hook.php:68 hook.php:76 hook.php:84 hook.php:92 +#: hook.php:100 hook.php:108 hook.php:116 hook.php:124 hook.php:133 +#: hook.php:142 hook.php:151 hook.php:160 hook.php:169 hook.php:180 +#: hook.php:190 +msgid "Airwatch" +msgstr "Airwatch" #: inc/airwatch.class.php:65 msgid "Import devices informations from Airwatch" @@ -134,42 +154,22 @@ msgstr "API Key" msgid "Skip SSL check" msgstr "Skip SSL check" -#: inc/detail.class.php:110 -msgid "General" -msgstr "General" - -#: inc/detail.class.php:126 inc/detail.class.php:295 -msgid "Phone number" -msgstr "Phone number" - -#: inc/detail.class.php:140 -msgid "Data encryption enabled" -msgstr "Data encryption enabled" - -#: inc/detail.class.php:144 -msgid "Current SIM serial number" -msgstr "Current SIM serial number" - -#: inc/detail.class.php:160 -msgid "See device in Airwatch console" -msgstr "See device in Airwatch console" - -#: inc/detail.class.php:164 -msgid "Enrollment process" -msgstr "Enrollment process" +#: hook.php:45 +msgid "IMEI" +msgstr "IMEI" -#: inc/detail.class.php:182 -msgid "Last enrollment check" -msgstr "Last enrollment check" +#: hook.php:53 +msgid "Simcard serial number" +msgstr "Simcard serial number" -#: inc/detail.class.php:193 -msgid "Other status checks" -msgstr "Other status checks" +#: hook.php:77 +msgid "Last enrollment check date" +msgstr "Last enrollment check date" -#: inc/detail.class.php:225 -msgid "Roaming" -msgstr "Roaming" +#: hook.php:125 +msgid "Data encryption" +msgstr "Data encryption" -#: inc/compliance.class.php:66 -msgid "Compliance details" -msgstr "Compliance details" +#: hook.php:161 hook.php:170 hook.php:181 +msgid "Profile" +msgstr "Profile" diff --git a/locales/fr_FR.mo b/locales/fr_FR.mo index 201800624957e54623b401ade2870636788d83f9..52e4ffe42f73b61562bb303fd01ee28a0741c171 100644 GIT binary patch delta 329 zcmXZXyAAoatw)t@q#71Vg{d>$FHYBkwM(RIQFoMLoA?; z7H+VH2UPtJRDCX1@D-MoM7Sh50$9W*R#7!fu!D0{1Gd=0ix<0CCeE^b68mW37}cN! x=Fmp<-WvI+O&>o9HEKR^Tv1gpO?BB`~jx_A36X4 delta 368 zcmXZXJxhX76u|MLmZ|kvf~Z*0Q(%O0;a=@U92zoc(IIfE$w8>Z1aTCc9E84r(1#G8 zFCjQIG)b$gAVj{E>7?iztPtJp{;Ym^ulyl`odj`99wvY8GJxn&_aa+v;#c6z{MtZ z*!qb07WeTPU2LKq^nnQ+q3t(D{wh=4#jnWC{||piWJ#\n" "Language-Team: French (France) (http://www.transifex.com/teclib/glpi-plugin-airwatch/language/fr_FR/)\n" @@ -19,81 +19,101 @@ msgstr "" "Language: fr_FR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: front/config.form.php:51 hook.php:38 hook.php:45 hook.php:52 hook.php:60 -#: hook.php:68 hook.php:76 hook.php:84 hook.php:92 hook.php:100 hook.php:108 -#: hook.php:116 hook.php:124 hook.php:133 hook.php:142 hook.php:151 -#: hook.php:160 hook.php:169 hook.php:180 hook.php:190 -#: inc/detail.class.php:290 -msgid "Airwatch" -msgstr "Airwatch" +#: inc/compliance.class.php:66 +msgid "Compliance details" +msgstr "Détails de conformité" + +#: inc/compliance.class.php:77 hook.php:182 +msgid "Last check date" +msgstr "Dernière vérification" -#: hook.php:38 inc/detail.class.php:118 +#: inc/detail.class.php:110 +msgid "General" +msgstr "Général" + +#: inc/detail.class.php:118 hook.php:38 msgid "Airwatch ID" msgstr "Identifiant Airwatch" -#: hook.php:45 -msgid "IMEI" -msgstr "IMEI" - -#: hook.php:53 -msgid "Simcard serial number" -msgstr "Numéro de série de la carte SIM" +#: inc/detail.class.php:126 inc/detail.class.php:295 +msgid "Phone number" +msgstr "Numéro de téléphone" -#: hook.php:61 inc/detail.class.php:129 +#: inc/detail.class.php:129 hook.php:61 msgid "Last seen" msgstr "Dernier contact" -#: hook.php:69 inc/detail.class.php:171 -msgid "Last enrollment date" -msgstr "Date de dernier enrôlement " +#: inc/detail.class.php:140 +msgid "Data encryption enabled" +msgstr "Chiffrement des données activé" -#: hook.php:77 -msgid "Last enrollment check date" -msgstr "Date de dernière vérification de l'enrôlement" +#: inc/detail.class.php:144 +msgid "Current SIM serial number" +msgstr "Numéro de série de la carte SIM en utilisation" -#: hook.php:85 inc/detail.class.php:200 -msgid "Last compliance check date" -msgstr "Date de dernière vérfication de conformité" +#: inc/detail.class.php:160 +msgid "See device in Airwatch console" +msgstr "Voir le matériel dans la console Airwatch" -#: hook.php:93 inc/detail.class.php:215 -msgid "Last compromised check date" -msgstr "Date de dernière vérification de compromission" +#: inc/detail.class.php:164 +msgid "Enrollment process" +msgstr "Processus d'enrôlement" -#: hook.php:101 inc/detail.class.php:167 +#: inc/detail.class.php:167 hook.php:101 msgid "Enrollment status" msgstr "Est enrôlé" -#: hook.php:109 hook.php:171 inc/detail.class.php:196 inc/detail.class.php:303 +#: inc/detail.class.php:171 hook.php:69 +msgid "Last enrollment date" +msgstr "Date de dernier enrôlement " + +#: inc/detail.class.php:182 +msgid "Last enrollment check" +msgstr "Dernière vérification de l'enrôlement" + +#: inc/detail.class.php:193 +msgid "Other status checks" +msgstr "Autres vérifications de statuts" + +#: inc/detail.class.php:196 inc/detail.class.php:303 hook.php:109 hook.php:171 msgid "Compliance status" msgstr "Est conforme" -#: hook.php:117 inc/detail.class.php:211 +#: inc/detail.class.php:200 hook.php:85 +msgid "Last compliance check date" +msgstr "Date de dernière vérfication de conformité" + +#: inc/detail.class.php:211 hook.php:117 msgid "Compromised status" msgstr "Est compromis" -#: hook.php:125 -msgid "Data encryption" -msgstr "Chiffrement des données" +#: inc/detail.class.php:215 hook.php:93 +msgid "Last compromised check date" +msgstr "Date de dernière vérification de compromission" -#: hook.php:134 inc/detail.class.php:228 +#: inc/detail.class.php:225 +msgid "Roaming" +msgstr "Itinérance" + +#: inc/detail.class.php:228 hook.php:134 msgid "Roaming enabled" msgstr "Itinérance activée" -#: hook.php:143 inc/detail.class.php:232 +#: inc/detail.class.php:232 hook.php:143 msgid "Data roaming enabled" msgstr "Itinérance des données activée" -#: hook.php:152 inc/detail.class.php:239 +#: inc/detail.class.php:239 hook.php:152 msgid "Voice roaming enabled" msgstr "Itinérance de la voix activée" -#: hook.php:161 hook.php:170 hook.php:181 -msgid "Profile" -msgstr "Profil" - -#: hook.php:182 inc/compliance.class.php:77 -msgid "Last check date" -msgstr "Dernière vérification" +#: inc/detail.class.php:290 front/config.form.php:51 hook.php:38 hook.php:45 +#: hook.php:52 hook.php:60 hook.php:68 hook.php:76 hook.php:84 hook.php:92 +#: hook.php:100 hook.php:108 hook.php:116 hook.php:124 hook.php:133 +#: hook.php:142 hook.php:151 hook.php:160 hook.php:169 hook.php:180 +#: hook.php:190 +msgid "Airwatch" +msgstr "Airwatch" #: inc/airwatch.class.php:65 msgid "Import devices informations from Airwatch" @@ -135,42 +155,22 @@ msgstr "Clef d'API" msgid "Skip SSL check" msgstr "Passer les vérifications SSL" -#: inc/detail.class.php:110 -msgid "General" -msgstr "Général" - -#: inc/detail.class.php:126 inc/detail.class.php:295 -msgid "Phone number" -msgstr "Numéro de téléphone" - -#: inc/detail.class.php:140 -msgid "Data encryption enabled" -msgstr "Chiffrement des données activé" - -#: inc/detail.class.php:144 -msgid "Current SIM serial number" -msgstr "Numéro de série de la carte SIM en utilisation" - -#: inc/detail.class.php:160 -msgid "See device in Airwatch console" -msgstr "Voir le matériel dans la console Airwatch" - -#: inc/detail.class.php:164 -msgid "Enrollment process" -msgstr "Processus d'enrôlement" +#: hook.php:45 +msgid "IMEI" +msgstr "IMEI" -#: inc/detail.class.php:182 -msgid "Last enrollment check" -msgstr "Dernière vérification de l'enrôlement" +#: hook.php:53 +msgid "Simcard serial number" +msgstr "Numéro de série de la carte SIM" -#: inc/detail.class.php:193 -msgid "Other status checks" -msgstr "Autres vérifications de statuts" +#: hook.php:77 +msgid "Last enrollment check date" +msgstr "Date de dernière vérification de l'enrôlement" -#: inc/detail.class.php:225 -msgid "Roaming" -msgstr "Itinérance" +#: hook.php:125 +msgid "Data encryption" +msgstr "Chiffrement des données" -#: inc/compliance.class.php:66 -msgid "Compliance details" -msgstr "Détails de conformité" +#: hook.php:161 hook.php:170 hook.php:181 +msgid "Profile" +msgstr "Profil" From 72be6478e26ea2b8c89806ef1ab5a04884996836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Fri, 8 Nov 2019 15:39:51 +0100 Subject: [PATCH 3/7] Add Portuguese (Portugal) locale --- locales/pt_PT.mo | Bin 0 -> 2884 bytes locales/pt_PT.po | 174 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 174 insertions(+) create mode 100644 locales/pt_PT.mo create mode 100644 locales/pt_PT.po diff --git a/locales/pt_PT.mo b/locales/pt_PT.mo new file mode 100644 index 0000000000000000000000000000000000000000..7c9e344abf19528818edfb1b32ae4dc67a8cfab0 GIT binary patch literal 2884 zcmaKtO^g&p6vs7r>bTa z2p3Mq#Do~52NF#T2QeBGV@wQOG;=c1D<>nygP!#!7yZBfnCV^6%J%%aUsb(&U-kBv z&Fep47(4N7#nZZjvAy8Ccj5=*H9O6-vmEG3^(1Ko%CoCL}4J_uLYMG&sA55fDvkHK;93y|V?9VGjH&q=|gyl(-?9}h&> z*mjcPDUavzfo-Y3Bq#lpi(+uRpsZ5;WGfAdA^AaLQ-?jbBl3y-W``Pe{)Rlu4k@!DoZlV3@M#@e z9ZG(DaegGM&y3!i()5*|Etu9(5-JhnGmuWG(6W-qI^lYm#OO#_8Sp~XGe*XaH|q=B zN~1)`<6g8Z4Vw{8a2fmNY~qxT*M4J4EQd14d0`#*yV5_+ z1L0);J&Mciriy5+os%Q`)2U3^T50K=($wg1D`m`%xvn&MxHI!CYY1ysvbX$dzEoKoeIE-{tQpVFdz}{grp@fQum20G_B3~G!epQ~E zr&Yq6&H2nWb{w;@h$LImR9kBk3v*5(OI|(jmZY&rLyf0-%#HVkCR7$BWzJi$9Tj+o zdmZbwbd6UU$Gk<@OItnEn5^;L6O*ra6MMXgNj^DI+q>_j35*J*(`y+K+fbk?YJ9P$ z_<{^If3>d?Y4&1K;$G`SDE3{xjt*i+-06vq^jcCxHQvDKy-rVB$;YyH5sve*u5(GP zT3uOL+2u&PYRfaUzv`qPs^w}YOq7?TsqjR8DXU?wx|+BXjaGHMvVh_oMPPE*L>nzJFP{p%*oto>f6$ zaT&ZLD0^GuF)YKUo!WhXXRlLZG2b@DC&v#|*mPI)B}YqPMIkVB50q)%Oau?~FhQ(7 zvwD@L%IK@Xr+U@08T6B|i@O)dv^HUg3Pga~O1sJ};#pj89D|VJ>POP4K(nKRtC2L& zE4dwfW|ZV;Na!_Kht9*MjY^#E7|~WR5d{qeXjiwBVx#JdKnyQJu{@p7bYH05q(`aP z`Ud_CE^C%sg;12GNLt!+$_`UK*U^MVEhy_b(DMzVVD++r`CO%qNu=6So0UzpRj^JY zRHZNvE`?4-@QWHMtnK6awUwXk%-Scc8eGj*t(v9f)DDIr$Auw9|FOCha>0sYZ&6tG z|Nr&j^z!0DW8ui{=KAs+$K`gK9qZwG*|N73J*dpPe^bU?Q7(*@3}rO&jbT z9$ihfj^4-`(x4j_xi6Tfeo3AZ9El$#g2z;c*}u_pO43U)D)+J#d3ol&lGQu0Ho}zM gxQv=@&a3wEj<\n" +"Language-Team: Portuguese (Portugal) (http://www.transifex.com/teclib/glpi-plugin-airwatch/language/pt_PT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_PT\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: inc/compliance.class.php:66 +msgid "Compliance details" +msgstr "Detalhes de conformidade" + +#: inc/compliance.class.php:77 hook.php:182 +msgid "Last check date" +msgstr "Última data de verificação" + +#: inc/detail.class.php:110 +msgid "General" +msgstr "Geral" + +#: inc/detail.class.php:118 hook.php:38 +msgid "Airwatch ID" +msgstr "IDAirwatch" + +#: inc/detail.class.php:126 inc/detail.class.php:295 +msgid "Phone number" +msgstr "Número de Telemóvel" + +#: inc/detail.class.php:129 hook.php:61 +msgid "Last seen" +msgstr "Última vez visto" + +#: inc/detail.class.php:140 +msgid "Data encryption enabled" +msgstr "Criptografia de dados ativada" + +#: inc/detail.class.php:144 +msgid "Current SIM serial number" +msgstr "Número de série atual do SIM" + +#: inc/detail.class.php:160 +msgid "See device in Airwatch console" +msgstr "Veja o dispositivo no console do Airwatch" + +#: inc/detail.class.php:164 +msgid "Enrollment process" +msgstr "Processo de inscrição" + +#: inc/detail.class.php:167 hook.php:101 +msgid "Enrollment status" +msgstr "Estado da inscrição" + +#: inc/detail.class.php:171 hook.php:69 +msgid "Last enrollment date" +msgstr "Última data de inscrição" + +#: inc/detail.class.php:182 +msgid "Last enrollment check" +msgstr "Última verificação de inscrição" + +#: inc/detail.class.php:193 +msgid "Other status checks" +msgstr "Outras verificações de status" + +#: inc/detail.class.php:196 inc/detail.class.php:303 hook.php:109 hook.php:171 +msgid "Compliance status" +msgstr "Status de conformidade" + +#: inc/detail.class.php:200 hook.php:85 +msgid "Last compliance check date" +msgstr "Data da última verificação de conformidade" + +#: inc/detail.class.php:211 hook.php:117 +msgid "Compromised status" +msgstr "Estado comprometido" + +#: inc/detail.class.php:215 hook.php:93 +msgid "Last compromised check date" +msgstr "Data da última verificação comprometida" + +#: inc/detail.class.php:225 +msgid "Roaming" +msgstr "Roaming" + +#: inc/detail.class.php:228 hook.php:134 +msgid "Roaming enabled" +msgstr "Roaming ativo" + +#: inc/detail.class.php:232 hook.php:143 +msgid "Data roaming enabled" +msgstr "Roaming de dados ativo" + +#: inc/detail.class.php:239 hook.php:152 +msgid "Voice roaming enabled" +msgstr "Roaming de voz ativado" + +#: inc/detail.class.php:290 front/config.form.php:51 hook.php:38 hook.php:45 +#: hook.php:52 hook.php:60 hook.php:68 hook.php:76 hook.php:84 hook.php:92 +#: hook.php:100 hook.php:108 hook.php:116 hook.php:124 hook.php:133 +#: hook.php:142 hook.php:151 hook.php:160 hook.php:169 hook.php:180 +#: hook.php:190 +msgid "Airwatch" +msgstr "Airwatch" + +#: inc/airwatch.class.php:65 +msgid "Import devices informations from Airwatch" +msgstr "Informações sobre a importação de dispositivos do Airwatch" + +#: inc/config.class.php:40 setup.php:71 +msgid "GLPi Airwatch Connector" +msgstr "Conector do Airwatch GLPI" + +#: inc/config.class.php:53 +msgid "Plugin configuration" +msgstr "Configuração do plugin" + +#: inc/config.class.php:56 +msgid "Service URL" +msgstr "URL do serviço" + +#: inc/config.class.php:63 +msgid "Airwatch Service URL" +msgstr "URL do serviço do Airwatch" + +#: inc/config.class.php:70 +msgid "Airwatch Console URL" +msgstr "URL da Consola do Airwatch" + +#: inc/config.class.php:77 +msgid "Username" +msgstr "Nome de utilizador" + +#: inc/config.class.php:84 +msgid "Password" +msgstr "Senha" + +#: inc/config.class.php:91 +msgid "API Key" +msgstr "Chave API" + +#: inc/config.class.php:98 +msgid "Skip SSL check" +msgstr "Ignorar verificação SSL" + +#: hook.php:45 +msgid "IMEI" +msgstr "IMEI" + +#: hook.php:53 +msgid "Simcard serial number" +msgstr "Número de série Simcard" + +#: hook.php:77 +msgid "Last enrollment check date" +msgstr "Data da última verificação de inscrição" + +#: hook.php:125 +msgid "Data encryption" +msgstr "Criptografia de dados" + +#: hook.php:161 hook.php:170 hook.php:181 +msgid "Profile" +msgstr "Perfil" From fa5cc28c4bc70824d877db962c11aacf6844cff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Tue, 12 Nov 2019 12:47:33 +0100 Subject: [PATCH 4/7] Whitelist autocomplete fields --- inc/config.class.php | 48 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/inc/config.class.php b/inc/config.class.php index ece5444..f93b89a 100644 --- a/inc/config.class.php +++ b/inc/config.class.php @@ -76,6 +76,8 @@ public function showForm() { echo ""; echo "" . __("Username", "airwatch") . ""; echo ""; + // FIXME This is a credential field so it is not in autocomplete whitelist + // Replace with a simple text input. Html::autocompletionTextField($this, "username"); echo ""; echo ""; @@ -83,6 +85,8 @@ public function showForm() { echo ""; echo "" . __("Password", "airwatch") . ""; echo ""; + // FIXME This is a credential field so it is not in autocomplete whitelist + // Replace with a password text input, crypt it, and handle ability to "blank" it. Html::autocompletionTextField($this, "password"); echo ""; echo ""; @@ -90,6 +94,8 @@ public function showForm() { echo ""; echo "" . __("API Key", "airwatch") . ""; echo ""; + // FIXME This is a credential field so it is not in autocomplete whitelist + // Replace with a simple text input. Html::autocompletionTextField($this, "api_key"); echo ""; echo ""; @@ -161,4 +167,46 @@ public static function uninstall() { global $DB; $DB->query("DROP TABLE IF EXISTS `glpi_plugin_airwatch_configs`"); } + + function rawSearchOptions() { + + $tab = []; + + $tab[] = [ + 'id' => 'common', + 'name' => __('Characteristics') + ]; + + $tab[] = [ + 'id' => '2', + 'table' => $this->getTable(), + 'field' => 'fusioninventory_url', + 'name' => __('Service URL', 'fusioninventory'), + 'datatype' => 'string', + 'massiveaction' => false, + 'autocomplete' => true, + ]; + + $tab[] = [ + 'id' => '3', + 'table' => $this->getTable(), + 'field' => 'airwatch_service_url', + 'name' => __('Airwatch Service URL', 'airwatch'), + 'datatype' => 'string', + 'massiveaction' => false, + 'autocomplete' => true, + ]; + + $tab[] = [ + 'id' => '4', + 'table' => $this->getTable(), + 'field' => 'airwatch_console_url', + 'name' => __('Airwatch Console URL', 'airwatch'), + 'datatype' => 'string', + 'massiveaction' => false, + 'autocomplete' => true, + ]; + + return $tab; + } } From 73bba577f8cb83237116b2642423e7b73b126503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Thu, 6 Feb 2020 15:43:41 +0100 Subject: [PATCH 5/7] Update PHP dependencies --- composer.lock | 104 +++++++++++++++++++++++++------------------------- 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/composer.lock b/composer.lock index d74b7a6..a716401 100644 --- a/composer.lock +++ b/composer.lock @@ -1058,16 +1058,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "3.5.2", + "version": "3.5.4", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "65b12cdeaaa6cd276d4c3033a95b9b88b12701e7" + "reference": "dceec07328401de6211037abbb18bda423677e26" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/65b12cdeaaa6cd276d4c3033a95b9b88b12701e7", - "reference": "65b12cdeaaa6cd276d4c3033a95b9b88b12701e7", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dceec07328401de6211037abbb18bda423677e26", + "reference": "dceec07328401de6211037abbb18bda423677e26", "shasum": "" }, "require": { @@ -1105,20 +1105,20 @@ "phpcs", "standards" ], - "time": "2019-10-28T04:36:32+00:00" + "time": "2020-01-30T22:20:29+00:00" }, { "name": "symfony/console", - "version": "v3.4.33", + "version": "v3.4.37", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "c7edffb26b29cae972ca4afccb610a38ce8d0ccf" + "reference": "7c5bdd346f9d90a2d22d4e1fe61e02dc19b98f12" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/c7edffb26b29cae972ca4afccb610a38ce8d0ccf", - "reference": "c7edffb26b29cae972ca4afccb610a38ce8d0ccf", + "url": "https://api.github.com/repos/symfony/console/zipball/7c5bdd346f9d90a2d22d4e1fe61e02dc19b98f12", + "reference": "7c5bdd346f9d90a2d22d4e1fe61e02dc19b98f12", "shasum": "" }, "require": { @@ -1177,20 +1177,20 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2019-10-24T15:33:53+00:00" + "time": "2020-01-10T07:52:48+00:00" }, { "name": "symfony/debug", - "version": "v3.4.33", + "version": "v3.4.37", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "f72e33fdb1170b326e72c3157f0cd456351dd086" + "reference": "70dd18e93bb8bdf3c4db7fde832619fef9828cf8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/f72e33fdb1170b326e72c3157f0cd456351dd086", - "reference": "f72e33fdb1170b326e72c3157f0cd456351dd086", + "url": "https://api.github.com/repos/symfony/debug/zipball/70dd18e93bb8bdf3c4db7fde832619fef9828cf8", + "reference": "70dd18e93bb8bdf3c4db7fde832619fef9828cf8", "shasum": "" }, "require": { @@ -1233,20 +1233,20 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2019-10-24T15:33:53+00:00" + "time": "2020-01-08T16:36:15+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v3.4.33", + "version": "v3.4.37", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "f9031c22ec127d4a2450760f81a8677fe8a10177" + "reference": "79ede8f2836e5ec910ebb325bde40f987244baa8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f9031c22ec127d4a2450760f81a8677fe8a10177", - "reference": "f9031c22ec127d4a2450760f81a8677fe8a10177", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/79ede8f2836e5ec910ebb325bde40f987244baa8", + "reference": "79ede8f2836e5ec910ebb325bde40f987244baa8", "shasum": "" }, "require": { @@ -1296,20 +1296,20 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2019-10-24T15:33:53+00:00" + "time": "2020-01-04T12:05:51+00:00" }, { "name": "symfony/filesystem", - "version": "v3.4.33", + "version": "v3.4.37", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "00e3a6ddd723b8bcfe4f2a1b6f82b98eeeb51516" + "reference": "0a0d3b4bda11aa3a0464531c40e681e184e75628" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/00e3a6ddd723b8bcfe4f2a1b6f82b98eeeb51516", - "reference": "00e3a6ddd723b8bcfe4f2a1b6f82b98eeeb51516", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/0a0d3b4bda11aa3a0464531c40e681e184e75628", + "reference": "0a0d3b4bda11aa3a0464531c40e681e184e75628", "shasum": "" }, "require": { @@ -1346,20 +1346,20 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2019-08-20T13:31:17+00:00" + "time": "2020-01-17T08:50:08+00:00" }, { "name": "symfony/finder", - "version": "v3.4.33", + "version": "v3.4.37", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "3e915e5ce305f8bc8017597f71f1f4095092ddf8" + "reference": "a90a9d3b9f458a5cdeabfa4090b20c000ca3962f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/3e915e5ce305f8bc8017597f71f1f4095092ddf8", - "reference": "3e915e5ce305f8bc8017597f71f1f4095092ddf8", + "url": "https://api.github.com/repos/symfony/finder/zipball/a90a9d3b9f458a5cdeabfa4090b20c000ca3962f", + "reference": "a90a9d3b9f458a5cdeabfa4090b20c000ca3962f", "shasum": "" }, "require": { @@ -1395,20 +1395,20 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2019-10-30T12:43:22+00:00" + "time": "2020-01-01T11:03:25+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.12.0", + "version": "v1.13.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "550ebaac289296ce228a706d0867afc34687e3f4" + "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4", - "reference": "550ebaac289296ce228a706d0867afc34687e3f4", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3", + "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3", "shasum": "" }, "require": { @@ -1420,7 +1420,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.12-dev" + "dev-master": "1.13-dev" } }, "autoload": { @@ -1453,20 +1453,20 @@ "polyfill", "portable" ], - "time": "2019-08-06T08:03:45+00:00" + "time": "2019-11-27T13:56:44+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.12.0", + "version": "v1.13.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17" + "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17", - "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f", + "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f", "shasum": "" }, "require": { @@ -1478,7 +1478,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.12-dev" + "dev-master": "1.13-dev" } }, "autoload": { @@ -1512,20 +1512,20 @@ "portable", "shim" ], - "time": "2019-08-06T08:03:45+00:00" + "time": "2019-11-27T14:18:11+00:00" }, { "name": "symfony/process", - "version": "v3.4.33", + "version": "v3.4.37", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "c19da50bc3e8fa7d60628fdb4ab5d67de534cf3e" + "reference": "5b9d2bcffe4678911a4c941c00b7c161252cf09a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/c19da50bc3e8fa7d60628fdb4ab5d67de534cf3e", - "reference": "c19da50bc3e8fa7d60628fdb4ab5d67de534cf3e", + "url": "https://api.github.com/repos/symfony/process/zipball/5b9d2bcffe4678911a4c941c00b7c161252cf09a", + "reference": "5b9d2bcffe4678911a4c941c00b7c161252cf09a", "shasum": "" }, "require": { @@ -1561,20 +1561,20 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2019-10-24T15:33:53+00:00" + "time": "2020-01-01T11:03:25+00:00" }, { "name": "symfony/yaml", - "version": "v3.4.33", + "version": "v3.4.37", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "dab657db15207879217fc81df4f875947bf68804" + "reference": "aa46bc2233097d5212332c907f9911533acfbf80" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/dab657db15207879217fc81df4f875947bf68804", - "reference": "dab657db15207879217fc81df4f875947bf68804", + "url": "https://api.github.com/repos/symfony/yaml/zipball/aa46bc2233097d5212332c907f9911533acfbf80", + "reference": "aa46bc2233097d5212332c907f9911533acfbf80", "shasum": "" }, "require": { @@ -1620,7 +1620,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2019-10-24T15:33:53+00:00" + "time": "2020-01-13T08:00:59+00:00" } ], "aliases": [], From 96af694877b7579d4ffb2a83892670ec18aae46a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Thu, 6 Feb 2020 15:45:21 +0100 Subject: [PATCH 6/7] Update locales --- locales/airwatch.pot | 143 ++++++++++++++++++----------------- locales/cs_CZ.mo | Bin 2897 -> 2938 bytes locales/cs_CZ.po | 172 +++++++++++++++++++++---------------------- locales/en_GB.mo | Bin 2650 -> 2691 bytes locales/en_GB.po | 172 +++++++++++++++++++++---------------------- locales/fr_FR.mo | Bin 2931 -> 2972 bytes locales/fr_FR.po | 172 +++++++++++++++++++++---------------------- locales/pt_PT.mo | Bin 2884 -> 2925 bytes locales/pt_PT.po | 172 +++++++++++++++++++++---------------------- 9 files changed, 415 insertions(+), 416 deletions(-) diff --git a/locales/airwatch.pot b/locales/airwatch.pot index 1d6a5c7..d1249f8 100644 --- a/locales/airwatch.pot +++ b/locales/airwatch.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-11-08 14:31+0000\n" +"POT-Creation-Date: 2020-02-06 14:44+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,100 +17,79 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: inc/compliance.class.php:66 -msgid "Compliance details" -msgstr "" - -#: inc/compliance.class.php:77 hook.php:182 -msgid "Last check date" +#: front/config.form.php:51 hook.php:38 hook.php:45 hook.php:52 hook.php:60 +#: hook.php:68 hook.php:76 hook.php:84 hook.php:92 hook.php:100 hook.php:108 +#: hook.php:116 hook.php:124 hook.php:133 hook.php:142 hook.php:151 +#: hook.php:160 hook.php:169 hook.php:180 hook.php:190 inc/detail.class.php:290 +msgid "Airwatch" msgstr "" -#: inc/detail.class.php:110 -msgid "General" +#: hook.php:38 inc/detail.class.php:118 +msgid "Airwatch ID" msgstr "" -#: inc/detail.class.php:118 hook.php:38 -msgid "Airwatch ID" +#: hook.php:45 +msgid "IMEI" msgstr "" -#: inc/detail.class.php:126 inc/detail.class.php:295 -msgid "Phone number" +#: hook.php:53 +msgid "Simcard serial number" msgstr "" -#: inc/detail.class.php:129 hook.php:61 +#: hook.php:61 inc/detail.class.php:129 msgid "Last seen" msgstr "" -#: inc/detail.class.php:140 -msgid "Data encryption enabled" +#: hook.php:69 inc/detail.class.php:171 +msgid "Last enrollment date" msgstr "" -#: inc/detail.class.php:144 -msgid "Current SIM serial number" +#: hook.php:77 +msgid "Last enrollment check date" msgstr "" -#: inc/detail.class.php:160 -msgid "See device in Airwatch console" +#: hook.php:85 inc/detail.class.php:200 +msgid "Last compliance check date" msgstr "" -#: inc/detail.class.php:164 -msgid "Enrollment process" +#: hook.php:93 inc/detail.class.php:215 +msgid "Last compromised check date" msgstr "" -#: inc/detail.class.php:167 hook.php:101 +#: hook.php:101 inc/detail.class.php:167 msgid "Enrollment status" msgstr "" -#: inc/detail.class.php:171 hook.php:69 -msgid "Last enrollment date" -msgstr "" - -#: inc/detail.class.php:182 -msgid "Last enrollment check" -msgstr "" - -#: inc/detail.class.php:193 -msgid "Other status checks" -msgstr "" - -#: inc/detail.class.php:196 inc/detail.class.php:303 hook.php:109 hook.php:171 +#: hook.php:109 hook.php:171 inc/detail.class.php:196 inc/detail.class.php:303 msgid "Compliance status" msgstr "" -#: inc/detail.class.php:200 hook.php:85 -msgid "Last compliance check date" -msgstr "" - -#: inc/detail.class.php:211 hook.php:117 +#: hook.php:117 inc/detail.class.php:211 msgid "Compromised status" msgstr "" -#: inc/detail.class.php:215 hook.php:93 -msgid "Last compromised check date" -msgstr "" - -#: inc/detail.class.php:225 -msgid "Roaming" +#: hook.php:125 +msgid "Data encryption" msgstr "" -#: inc/detail.class.php:228 hook.php:134 +#: hook.php:134 inc/detail.class.php:228 msgid "Roaming enabled" msgstr "" -#: inc/detail.class.php:232 hook.php:143 +#: hook.php:143 inc/detail.class.php:232 msgid "Data roaming enabled" msgstr "" -#: inc/detail.class.php:239 hook.php:152 +#: hook.php:152 inc/detail.class.php:239 msgid "Voice roaming enabled" msgstr "" -#: inc/detail.class.php:290 front/config.form.php:51 hook.php:38 hook.php:45 -#: hook.php:52 hook.php:60 hook.php:68 hook.php:76 hook.php:84 hook.php:92 -#: hook.php:100 hook.php:108 hook.php:116 hook.php:124 hook.php:133 -#: hook.php:142 hook.php:151 hook.php:160 hook.php:169 hook.php:180 -#: hook.php:190 -msgid "Airwatch" +#: hook.php:161 hook.php:170 hook.php:181 +msgid "Profile" +msgstr "" + +#: hook.php:182 inc/compliance.class.php:77 +msgid "Last check date" msgstr "" #: inc/airwatch.class.php:65 @@ -125,15 +104,15 @@ msgstr "" msgid "Plugin configuration" msgstr "" -#: inc/config.class.php:56 +#: inc/config.class.php:56 inc/config.class.php:184 msgid "Service URL" msgstr "" -#: inc/config.class.php:63 +#: inc/config.class.php:63 inc/config.class.php:194 msgid "Airwatch Service URL" msgstr "" -#: inc/config.class.php:70 +#: inc/config.class.php:70 inc/config.class.php:204 msgid "Airwatch Console URL" msgstr "" @@ -141,34 +120,54 @@ msgstr "" msgid "Username" msgstr "" -#: inc/config.class.php:84 +#: inc/config.class.php:86 msgid "Password" msgstr "" -#: inc/config.class.php:91 +#: inc/config.class.php:95 msgid "API Key" msgstr "" -#: inc/config.class.php:98 +#: inc/config.class.php:104 msgid "Skip SSL check" msgstr "" -#: hook.php:45 -msgid "IMEI" +#: inc/detail.class.php:110 +msgid "General" msgstr "" -#: hook.php:53 -msgid "Simcard serial number" +#: inc/detail.class.php:126 inc/detail.class.php:295 +msgid "Phone number" msgstr "" -#: hook.php:77 -msgid "Last enrollment check date" +#: inc/detail.class.php:140 +msgid "Data encryption enabled" msgstr "" -#: hook.php:125 -msgid "Data encryption" +#: inc/detail.class.php:144 +msgid "Current SIM serial number" msgstr "" -#: hook.php:161 hook.php:170 hook.php:181 -msgid "Profile" +#: inc/detail.class.php:160 +msgid "See device in Airwatch console" +msgstr "" + +#: inc/detail.class.php:164 +msgid "Enrollment process" +msgstr "" + +#: inc/detail.class.php:182 +msgid "Last enrollment check" +msgstr "" + +#: inc/detail.class.php:193 +msgid "Other status checks" +msgstr "" + +#: inc/detail.class.php:225 +msgid "Roaming" +msgstr "" + +#: inc/compliance.class.php:66 +msgid "Compliance details" msgstr "" diff --git a/locales/cs_CZ.mo b/locales/cs_CZ.mo index edda5d660846868320daf7ee2f90cda0daeb3da3..fa42469ac65077f4ef06c75317d7929b1102e370 100644 GIT binary patch delta 367 zcmXZXze)o^5XbSKiMg045)(O%f5M@lfpEAv4~1ZtSXzi_Elx;b6H$U77O7LE@&#fi z2!e&Jg&<-fzJQHyU}@!dh|98{-C>8B`SgGNhxSCjl9CFZG$UziN@8n|V;T2x0h9mt z70&a%LHmD)bNGZ+e8U3%;3B4Tl8-BB@ok*N7B1mYPJLy$bO}u2CD!p8E%6>J_=4;B zjh2|rO98H78Jk$bW3-0PF@pmv;t*GHgv_dEw7ReP-El`B1U3nLp(S|J<3eS$Nn*6g v56}vnJPuOt>5X>Syyzso)3a{aN_w3}5V^>OE(+aFP>&mNTyw13Lof3OvwSAW delta 329 zcmXZXJ!%3`5Ww+ST~~JvvKra=5k*i?>;xft0KrBGAqTLs@&Xnj0h=^wEd;T$78Vqxw(rL5Y>2p)$b*Pj2@#Gwaux9zpRg0gub3qs zqyGQEG=5\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/teclib/glpi-plugin-airwatch/language/cs_CZ/)\n" @@ -18,101 +18,81 @@ msgstr "" "Language: cs_CZ\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" -#: inc/compliance.class.php:66 -msgid "Compliance details" -msgstr "Podrobnosti o shodě" - -#: inc/compliance.class.php:77 hook.php:182 -msgid "Last check date" -msgstr "Datum minulé kontroly" - -#: inc/detail.class.php:110 -msgid "General" -msgstr "Obecné" +#: front/config.form.php:51 hook.php:38 hook.php:45 hook.php:52 hook.php:60 +#: hook.php:68 hook.php:76 hook.php:84 hook.php:92 hook.php:100 hook.php:108 +#: hook.php:116 hook.php:124 hook.php:133 hook.php:142 hook.php:151 +#: hook.php:160 hook.php:169 hook.php:180 hook.php:190 +#: inc/detail.class.php:290 +msgid "Airwatch" +msgstr "Airwatch" -#: inc/detail.class.php:118 hook.php:38 +#: hook.php:38 inc/detail.class.php:118 msgid "Airwatch ID" msgstr "Airwatch identifikátor" -#: inc/detail.class.php:126 inc/detail.class.php:295 -msgid "Phone number" -msgstr "Telefonní číslo" +#: hook.php:45 +msgid "IMEI" +msgstr "IMEI" + +#: hook.php:53 +msgid "Simcard serial number" +msgstr "Sériové číslo simkarty" -#: inc/detail.class.php:129 hook.php:61 +#: hook.php:61 inc/detail.class.php:129 msgid "Last seen" msgstr "Naposledy spatřeno" -#: inc/detail.class.php:140 -msgid "Data encryption enabled" -msgstr "Šifrování dat zapnuto" +#: hook.php:69 inc/detail.class.php:171 +msgid "Last enrollment date" +msgstr "Datum minulého nasazení" -#: inc/detail.class.php:144 -msgid "Current SIM serial number" -msgstr "Sériové číslo stávající SIM karty" +#: hook.php:77 +msgid "Last enrollment check date" +msgstr "Datum minulé kontroly nasazení" -#: inc/detail.class.php:160 -msgid "See device in Airwatch console" -msgstr "Zobrazit zařízení v konzoli Airwatch" +#: hook.php:85 inc/detail.class.php:200 +msgid "Last compliance check date" +msgstr "Datum minulé kontroly souladu" -#: inc/detail.class.php:164 -msgid "Enrollment process" -msgstr "Proces nasazení" +#: hook.php:93 inc/detail.class.php:215 +msgid "Last compromised check date" +msgstr "Datum minulé kontroly kompromitace" -#: inc/detail.class.php:167 hook.php:101 +#: hook.php:101 inc/detail.class.php:167 msgid "Enrollment status" msgstr "Stav nasazení" -#: inc/detail.class.php:171 hook.php:69 -msgid "Last enrollment date" -msgstr "Datum minulého nasazení" - -#: inc/detail.class.php:182 -msgid "Last enrollment check" -msgstr "Minulá kontrola nasazení" - -#: inc/detail.class.php:193 -msgid "Other status checks" -msgstr "Ostatní kontroly stavu" - -#: inc/detail.class.php:196 inc/detail.class.php:303 hook.php:109 hook.php:171 +#: hook.php:109 hook.php:171 inc/detail.class.php:196 inc/detail.class.php:303 msgid "Compliance status" msgstr "Stav souladu" -#: inc/detail.class.php:200 hook.php:85 -msgid "Last compliance check date" -msgstr "Datum minulé kontroly souladu" - -#: inc/detail.class.php:211 hook.php:117 +#: hook.php:117 inc/detail.class.php:211 msgid "Compromised status" msgstr "Stav kompromitace" -#: inc/detail.class.php:215 hook.php:93 -msgid "Last compromised check date" -msgstr "Datum minulé kontroly kompromitace" - -#: inc/detail.class.php:225 -msgid "Roaming" -msgstr "Roaming" +#: hook.php:125 +msgid "Data encryption" +msgstr "Šifrování dat" -#: inc/detail.class.php:228 hook.php:134 +#: hook.php:134 inc/detail.class.php:228 msgid "Roaming enabled" msgstr "Roaming zapnut" -#: inc/detail.class.php:232 hook.php:143 +#: hook.php:143 inc/detail.class.php:232 msgid "Data roaming enabled" msgstr "Datový roaming zapnut" -#: inc/detail.class.php:239 hook.php:152 +#: hook.php:152 inc/detail.class.php:239 msgid "Voice roaming enabled" msgstr "Hlasový roaming zapnut" -#: inc/detail.class.php:290 front/config.form.php:51 hook.php:38 hook.php:45 -#: hook.php:52 hook.php:60 hook.php:68 hook.php:76 hook.php:84 hook.php:92 -#: hook.php:100 hook.php:108 hook.php:116 hook.php:124 hook.php:133 -#: hook.php:142 hook.php:151 hook.php:160 hook.php:169 hook.php:180 -#: hook.php:190 -msgid "Airwatch" -msgstr "Airwatch" +#: hook.php:161 hook.php:170 hook.php:181 +msgid "Profile" +msgstr "Profil" + +#: hook.php:182 inc/compliance.class.php:77 +msgid "Last check date" +msgstr "Datum minulé kontroly" #: inc/airwatch.class.php:65 msgid "Import devices informations from Airwatch" @@ -126,15 +106,15 @@ msgstr "Napojení GLPi na Airwatch" msgid "Plugin configuration" msgstr "Nastavení zásuvného modulu" -#: inc/config.class.php:56 +#: inc/config.class.php:56 inc/config.class.php:184 msgid "Service URL" msgstr "URL adresa služby" -#: inc/config.class.php:63 +#: inc/config.class.php:63 inc/config.class.php:194 msgid "Airwatch Service URL" msgstr "URL adresa služby Airwatch" -#: inc/config.class.php:70 +#: inc/config.class.php:70 inc/config.class.php:204 msgid "Airwatch Console URL" msgstr "URL adresa Airwatch konzole" @@ -142,34 +122,54 @@ msgstr "URL adresa Airwatch konzole" msgid "Username" msgstr "Uživatelské jméno" -#: inc/config.class.php:84 +#: inc/config.class.php:86 msgid "Password" msgstr "Heslo" -#: inc/config.class.php:91 +#: inc/config.class.php:95 msgid "API Key" msgstr "Klíč k API" -#: inc/config.class.php:98 +#: inc/config.class.php:104 msgid "Skip SSL check" msgstr "Přeskočit kontrolu SSL" -#: hook.php:45 -msgid "IMEI" -msgstr "IMEI" +#: inc/detail.class.php:110 +msgid "General" +msgstr "Obecné" -#: hook.php:53 -msgid "Simcard serial number" -msgstr "Sériové číslo simkarty" +#: inc/detail.class.php:126 inc/detail.class.php:295 +msgid "Phone number" +msgstr "Telefonní číslo" -#: hook.php:77 -msgid "Last enrollment check date" -msgstr "Datum minulé kontroly nasazení" +#: inc/detail.class.php:140 +msgid "Data encryption enabled" +msgstr "Šifrování dat zapnuto" -#: hook.php:125 -msgid "Data encryption" -msgstr "Šifrování dat" +#: inc/detail.class.php:144 +msgid "Current SIM serial number" +msgstr "Sériové číslo stávající SIM karty" -#: hook.php:161 hook.php:170 hook.php:181 -msgid "Profile" -msgstr "Profil" +#: inc/detail.class.php:160 +msgid "See device in Airwatch console" +msgstr "Zobrazit zařízení v konzoli Airwatch" + +#: inc/detail.class.php:164 +msgid "Enrollment process" +msgstr "Proces nasazení" + +#: inc/detail.class.php:182 +msgid "Last enrollment check" +msgstr "Minulá kontrola nasazení" + +#: inc/detail.class.php:193 +msgid "Other status checks" +msgstr "Ostatní kontroly stavu" + +#: inc/detail.class.php:225 +msgid "Roaming" +msgstr "Roaming" + +#: inc/compliance.class.php:66 +msgid "Compliance details" +msgstr "Podrobnosti o shodě" diff --git a/locales/en_GB.mo b/locales/en_GB.mo index 467a24bf80d1b286ad2d63e3cf41e6d0112dc935..b8f5c24e2cb08896d043fdf13e9d226c79e6b366 100644 GIT binary patch delta 368 zcmXZXu}cDB7{~EPJJd_D&^siBa1tsmUeBXI2!~p96KrS{x}m{>a%*sK>K}0NPiPUO zzrZOR0>>7I28RZh8yosQb;t33xaYa|`MvL_Gj?aa#AuZe*-we2MdXVmgWu?2gjuvH z>bHvpJjNVeU>-YofH$~@Pgue+>b@!Jz8UJgMcn_$$mlP4L&2i4#UqSR2OZiXWjw_S zw$a5fu0Nv&OpsSzS&I0EjF5NKgRW5jTcchyiv6+A|AVYu!e}_CCv2bwwNP((jXLl) ut`Fuf$>mP1=UqOA{o&oiy?50ghRv#PeB&A4GiTL$&HL1_r2&K3K-MEmFZ6de}vc4^Rh;ktK7sJg$*a x*`hwwN4\n" "Language-Team: English (United Kingdom) (http://www.transifex.com/teclib/glpi-plugin-airwatch/language/en_GB/)\n" @@ -18,101 +18,81 @@ msgstr "" "Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: inc/compliance.class.php:66 -msgid "Compliance details" -msgstr "Compliance details" - -#: inc/compliance.class.php:77 hook.php:182 -msgid "Last check date" -msgstr "Last check date" - -#: inc/detail.class.php:110 -msgid "General" -msgstr "General" +#: front/config.form.php:51 hook.php:38 hook.php:45 hook.php:52 hook.php:60 +#: hook.php:68 hook.php:76 hook.php:84 hook.php:92 hook.php:100 hook.php:108 +#: hook.php:116 hook.php:124 hook.php:133 hook.php:142 hook.php:151 +#: hook.php:160 hook.php:169 hook.php:180 hook.php:190 +#: inc/detail.class.php:290 +msgid "Airwatch" +msgstr "Airwatch" -#: inc/detail.class.php:118 hook.php:38 +#: hook.php:38 inc/detail.class.php:118 msgid "Airwatch ID" msgstr "Airwatch ID" -#: inc/detail.class.php:126 inc/detail.class.php:295 -msgid "Phone number" -msgstr "Phone number" +#: hook.php:45 +msgid "IMEI" +msgstr "IMEI" + +#: hook.php:53 +msgid "Simcard serial number" +msgstr "Simcard serial number" -#: inc/detail.class.php:129 hook.php:61 +#: hook.php:61 inc/detail.class.php:129 msgid "Last seen" msgstr "Last seen" -#: inc/detail.class.php:140 -msgid "Data encryption enabled" -msgstr "Data encryption enabled" +#: hook.php:69 inc/detail.class.php:171 +msgid "Last enrollment date" +msgstr "Last enrollment date" -#: inc/detail.class.php:144 -msgid "Current SIM serial number" -msgstr "Current SIM serial number" +#: hook.php:77 +msgid "Last enrollment check date" +msgstr "Last enrollment check date" -#: inc/detail.class.php:160 -msgid "See device in Airwatch console" -msgstr "See device in Airwatch console" +#: hook.php:85 inc/detail.class.php:200 +msgid "Last compliance check date" +msgstr "Last compliance check date" -#: inc/detail.class.php:164 -msgid "Enrollment process" -msgstr "Enrollment process" +#: hook.php:93 inc/detail.class.php:215 +msgid "Last compromised check date" +msgstr "Last compromised check date" -#: inc/detail.class.php:167 hook.php:101 +#: hook.php:101 inc/detail.class.php:167 msgid "Enrollment status" msgstr "Is enrolled" -#: inc/detail.class.php:171 hook.php:69 -msgid "Last enrollment date" -msgstr "Last enrollment date" - -#: inc/detail.class.php:182 -msgid "Last enrollment check" -msgstr "Last enrollment check" - -#: inc/detail.class.php:193 -msgid "Other status checks" -msgstr "Other status checks" - -#: inc/detail.class.php:196 inc/detail.class.php:303 hook.php:109 hook.php:171 +#: hook.php:109 hook.php:171 inc/detail.class.php:196 inc/detail.class.php:303 msgid "Compliance status" msgstr "Is compliant" -#: inc/detail.class.php:200 hook.php:85 -msgid "Last compliance check date" -msgstr "Last compliance check date" - -#: inc/detail.class.php:211 hook.php:117 +#: hook.php:117 inc/detail.class.php:211 msgid "Compromised status" msgstr "Is compromised" -#: inc/detail.class.php:215 hook.php:93 -msgid "Last compromised check date" -msgstr "Last compromised check date" - -#: inc/detail.class.php:225 -msgid "Roaming" -msgstr "Roaming" +#: hook.php:125 +msgid "Data encryption" +msgstr "Data encryption" -#: inc/detail.class.php:228 hook.php:134 +#: hook.php:134 inc/detail.class.php:228 msgid "Roaming enabled" msgstr "Roaming enabled" -#: inc/detail.class.php:232 hook.php:143 +#: hook.php:143 inc/detail.class.php:232 msgid "Data roaming enabled" msgstr "Data roaming enabled" -#: inc/detail.class.php:239 hook.php:152 +#: hook.php:152 inc/detail.class.php:239 msgid "Voice roaming enabled" msgstr "Voice roaming enabled" -#: inc/detail.class.php:290 front/config.form.php:51 hook.php:38 hook.php:45 -#: hook.php:52 hook.php:60 hook.php:68 hook.php:76 hook.php:84 hook.php:92 -#: hook.php:100 hook.php:108 hook.php:116 hook.php:124 hook.php:133 -#: hook.php:142 hook.php:151 hook.php:160 hook.php:169 hook.php:180 -#: hook.php:190 -msgid "Airwatch" -msgstr "Airwatch" +#: hook.php:161 hook.php:170 hook.php:181 +msgid "Profile" +msgstr "Profile" + +#: hook.php:182 inc/compliance.class.php:77 +msgid "Last check date" +msgstr "Last check date" #: inc/airwatch.class.php:65 msgid "Import devices informations from Airwatch" @@ -126,15 +106,15 @@ msgstr "GLPi Airwatch Connector" msgid "Plugin configuration" msgstr "Plugin configuration" -#: inc/config.class.php:56 +#: inc/config.class.php:56 inc/config.class.php:184 msgid "Service URL" msgstr "Service URL" -#: inc/config.class.php:63 +#: inc/config.class.php:63 inc/config.class.php:194 msgid "Airwatch Service URL" msgstr "Airwatch Service URL" -#: inc/config.class.php:70 +#: inc/config.class.php:70 inc/config.class.php:204 msgid "Airwatch Console URL" msgstr "Airwatch Console URL" @@ -142,34 +122,54 @@ msgstr "Airwatch Console URL" msgid "Username" msgstr "Username" -#: inc/config.class.php:84 +#: inc/config.class.php:86 msgid "Password" msgstr "Password" -#: inc/config.class.php:91 +#: inc/config.class.php:95 msgid "API Key" msgstr "API Key" -#: inc/config.class.php:98 +#: inc/config.class.php:104 msgid "Skip SSL check" msgstr "Skip SSL check" -#: hook.php:45 -msgid "IMEI" -msgstr "IMEI" +#: inc/detail.class.php:110 +msgid "General" +msgstr "General" -#: hook.php:53 -msgid "Simcard serial number" -msgstr "Simcard serial number" +#: inc/detail.class.php:126 inc/detail.class.php:295 +msgid "Phone number" +msgstr "Phone number" -#: hook.php:77 -msgid "Last enrollment check date" -msgstr "Last enrollment check date" +#: inc/detail.class.php:140 +msgid "Data encryption enabled" +msgstr "Data encryption enabled" -#: hook.php:125 -msgid "Data encryption" -msgstr "Data encryption" +#: inc/detail.class.php:144 +msgid "Current SIM serial number" +msgstr "Current SIM serial number" -#: hook.php:161 hook.php:170 hook.php:181 -msgid "Profile" -msgstr "Profile" +#: inc/detail.class.php:160 +msgid "See device in Airwatch console" +msgstr "See device in Airwatch console" + +#: inc/detail.class.php:164 +msgid "Enrollment process" +msgstr "Enrollment process" + +#: inc/detail.class.php:182 +msgid "Last enrollment check" +msgstr "Last enrollment check" + +#: inc/detail.class.php:193 +msgid "Other status checks" +msgstr "Other status checks" + +#: inc/detail.class.php:225 +msgid "Roaming" +msgstr "Roaming" + +#: inc/compliance.class.php:66 +msgid "Compliance details" +msgstr "Compliance details" diff --git a/locales/fr_FR.mo b/locales/fr_FR.mo index 52e4ffe42f73b61562bb303fd01ee28a0741c171..e3db53e1a11e47cb4dc58579fe1be5ef175edd3e 100644 GIT binary patch delta 368 zcmXZXze_?<6u|LgsrjQ<3Zh~~uOJcS!tL?2aBxteC5OOCCkLS)q#%xglS9xyAoxd! z@1GDF8k(ZjRS=}T??vx$Klhx=IrrR6a+;boeWQg>Bo-8jh{(@@NC=mh!4)PjL^6eE zJBxTo+&~LksPPfgI6)idc!A$&>i^KxSz&r%CM+Z2EVpcatl|~kp(%Jpg<~`ic$mZG zF1DEZl(>S&*hU*)&^+{kNt~eRH$(m^3yk7doatw)t@q#71Vg{d>$FHYBkwM(RIQFoMLoA?; z7H+VH2UPtJRDCX1@D-MoM7Sh50$9W*R#7!fu!D0{1Gd=0ix<0CCeE^b68mW37}cN! x=Fmp<-WvI+O&>o9HEKR^Tv1gpO?BB`~jx_A36X4 diff --git a/locales/fr_FR.po b/locales/fr_FR.po index 33e837a..f14640c 100644 --- a/locales/fr_FR.po +++ b/locales/fr_FR.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPi Plugin - Airwatch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-11-08 14:31+0000\n" +"POT-Creation-Date: 2020-02-06 14:44+0000\n" "PO-Revision-Date: 2017-09-23 22:26+0000\n" "Last-Translator: Johan Cwiklinski \n" "Language-Team: French (France) (http://www.transifex.com/teclib/glpi-plugin-airwatch/language/fr_FR/)\n" @@ -19,101 +19,81 @@ msgstr "" "Language: fr_FR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: inc/compliance.class.php:66 -msgid "Compliance details" -msgstr "Détails de conformité" - -#: inc/compliance.class.php:77 hook.php:182 -msgid "Last check date" -msgstr "Dernière vérification" - -#: inc/detail.class.php:110 -msgid "General" -msgstr "Général" +#: front/config.form.php:51 hook.php:38 hook.php:45 hook.php:52 hook.php:60 +#: hook.php:68 hook.php:76 hook.php:84 hook.php:92 hook.php:100 hook.php:108 +#: hook.php:116 hook.php:124 hook.php:133 hook.php:142 hook.php:151 +#: hook.php:160 hook.php:169 hook.php:180 hook.php:190 +#: inc/detail.class.php:290 +msgid "Airwatch" +msgstr "Airwatch" -#: inc/detail.class.php:118 hook.php:38 +#: hook.php:38 inc/detail.class.php:118 msgid "Airwatch ID" msgstr "Identifiant Airwatch" -#: inc/detail.class.php:126 inc/detail.class.php:295 -msgid "Phone number" -msgstr "Numéro de téléphone" +#: hook.php:45 +msgid "IMEI" +msgstr "IMEI" + +#: hook.php:53 +msgid "Simcard serial number" +msgstr "Numéro de série de la carte SIM" -#: inc/detail.class.php:129 hook.php:61 +#: hook.php:61 inc/detail.class.php:129 msgid "Last seen" msgstr "Dernier contact" -#: inc/detail.class.php:140 -msgid "Data encryption enabled" -msgstr "Chiffrement des données activé" +#: hook.php:69 inc/detail.class.php:171 +msgid "Last enrollment date" +msgstr "Date de dernier enrôlement " -#: inc/detail.class.php:144 -msgid "Current SIM serial number" -msgstr "Numéro de série de la carte SIM en utilisation" +#: hook.php:77 +msgid "Last enrollment check date" +msgstr "Date de dernière vérification de l'enrôlement" -#: inc/detail.class.php:160 -msgid "See device in Airwatch console" -msgstr "Voir le matériel dans la console Airwatch" +#: hook.php:85 inc/detail.class.php:200 +msgid "Last compliance check date" +msgstr "Date de dernière vérfication de conformité" -#: inc/detail.class.php:164 -msgid "Enrollment process" -msgstr "Processus d'enrôlement" +#: hook.php:93 inc/detail.class.php:215 +msgid "Last compromised check date" +msgstr "Date de dernière vérification de compromission" -#: inc/detail.class.php:167 hook.php:101 +#: hook.php:101 inc/detail.class.php:167 msgid "Enrollment status" msgstr "Est enrôlé" -#: inc/detail.class.php:171 hook.php:69 -msgid "Last enrollment date" -msgstr "Date de dernier enrôlement " - -#: inc/detail.class.php:182 -msgid "Last enrollment check" -msgstr "Dernière vérification de l'enrôlement" - -#: inc/detail.class.php:193 -msgid "Other status checks" -msgstr "Autres vérifications de statuts" - -#: inc/detail.class.php:196 inc/detail.class.php:303 hook.php:109 hook.php:171 +#: hook.php:109 hook.php:171 inc/detail.class.php:196 inc/detail.class.php:303 msgid "Compliance status" msgstr "Est conforme" -#: inc/detail.class.php:200 hook.php:85 -msgid "Last compliance check date" -msgstr "Date de dernière vérfication de conformité" - -#: inc/detail.class.php:211 hook.php:117 +#: hook.php:117 inc/detail.class.php:211 msgid "Compromised status" msgstr "Est compromis" -#: inc/detail.class.php:215 hook.php:93 -msgid "Last compromised check date" -msgstr "Date de dernière vérification de compromission" - -#: inc/detail.class.php:225 -msgid "Roaming" -msgstr "Itinérance" +#: hook.php:125 +msgid "Data encryption" +msgstr "Chiffrement des données" -#: inc/detail.class.php:228 hook.php:134 +#: hook.php:134 inc/detail.class.php:228 msgid "Roaming enabled" msgstr "Itinérance activée" -#: inc/detail.class.php:232 hook.php:143 +#: hook.php:143 inc/detail.class.php:232 msgid "Data roaming enabled" msgstr "Itinérance des données activée" -#: inc/detail.class.php:239 hook.php:152 +#: hook.php:152 inc/detail.class.php:239 msgid "Voice roaming enabled" msgstr "Itinérance de la voix activée" -#: inc/detail.class.php:290 front/config.form.php:51 hook.php:38 hook.php:45 -#: hook.php:52 hook.php:60 hook.php:68 hook.php:76 hook.php:84 hook.php:92 -#: hook.php:100 hook.php:108 hook.php:116 hook.php:124 hook.php:133 -#: hook.php:142 hook.php:151 hook.php:160 hook.php:169 hook.php:180 -#: hook.php:190 -msgid "Airwatch" -msgstr "Airwatch" +#: hook.php:161 hook.php:170 hook.php:181 +msgid "Profile" +msgstr "Profil" + +#: hook.php:182 inc/compliance.class.php:77 +msgid "Last check date" +msgstr "Dernière vérification" #: inc/airwatch.class.php:65 msgid "Import devices informations from Airwatch" @@ -127,15 +107,15 @@ msgstr "Connecteur Airwatch pour GLPi" msgid "Plugin configuration" msgstr "Configuration du plugin" -#: inc/config.class.php:56 +#: inc/config.class.php:56 inc/config.class.php:184 msgid "Service URL" msgstr "URL du service" -#: inc/config.class.php:63 +#: inc/config.class.php:63 inc/config.class.php:194 msgid "Airwatch Service URL" msgstr "URL du service Airwatch" -#: inc/config.class.php:70 +#: inc/config.class.php:70 inc/config.class.php:204 msgid "Airwatch Console URL" msgstr "URL de la console Airwatch" @@ -143,34 +123,54 @@ msgstr "URL de la console Airwatch" msgid "Username" msgstr "Nom d'utilisateur" -#: inc/config.class.php:84 +#: inc/config.class.php:86 msgid "Password" msgstr "Mot de passe" -#: inc/config.class.php:91 +#: inc/config.class.php:95 msgid "API Key" msgstr "Clef d'API" -#: inc/config.class.php:98 +#: inc/config.class.php:104 msgid "Skip SSL check" msgstr "Passer les vérifications SSL" -#: hook.php:45 -msgid "IMEI" -msgstr "IMEI" +#: inc/detail.class.php:110 +msgid "General" +msgstr "Général" -#: hook.php:53 -msgid "Simcard serial number" -msgstr "Numéro de série de la carte SIM" +#: inc/detail.class.php:126 inc/detail.class.php:295 +msgid "Phone number" +msgstr "Numéro de téléphone" -#: hook.php:77 -msgid "Last enrollment check date" -msgstr "Date de dernière vérification de l'enrôlement" +#: inc/detail.class.php:140 +msgid "Data encryption enabled" +msgstr "Chiffrement des données activé" -#: hook.php:125 -msgid "Data encryption" -msgstr "Chiffrement des données" +#: inc/detail.class.php:144 +msgid "Current SIM serial number" +msgstr "Numéro de série de la carte SIM en utilisation" -#: hook.php:161 hook.php:170 hook.php:181 -msgid "Profile" -msgstr "Profil" +#: inc/detail.class.php:160 +msgid "See device in Airwatch console" +msgstr "Voir le matériel dans la console Airwatch" + +#: inc/detail.class.php:164 +msgid "Enrollment process" +msgstr "Processus d'enrôlement" + +#: inc/detail.class.php:182 +msgid "Last enrollment check" +msgstr "Dernière vérification de l'enrôlement" + +#: inc/detail.class.php:193 +msgid "Other status checks" +msgstr "Autres vérifications de statuts" + +#: inc/detail.class.php:225 +msgid "Roaming" +msgstr "Itinérance" + +#: inc/compliance.class.php:66 +msgid "Compliance details" +msgstr "Détails de conformité" diff --git a/locales/pt_PT.mo b/locales/pt_PT.mo index 7c9e344abf19528818edfb1b32ae4dc67a8cfab0..4ba2da3bcf7ee5df8cdc1653ed5a4e6a929f7a21 100644 GIT binary patch delta 368 zcmXZXu}gwM7{~F)QhQZGOM1;h6A8)k;Cy*4aB$K7070BwBpd?K2zLi3UHlW8+yfUk z2g8PD5!#|naH&6_zDM2idG5L6?)SXdTl=}@=`TGZ5x+=4MAmyE7JlFfZZL>Gnx`1S zW6YtAw;06+Ch-A}aEu9@pt-le7{33Xe_@=x6_CF8DAN4y#S1KWroZq^WcrhKE*4IEUqw&KWGw$Lw{!RkbN1= tMD^)#=WRDrQ{~52vv=R^s7kZfDyAImXr&#cuTy!q=(<;$HLd!;y}$hdDc=A9 delta 329 zcmXZXt8M~O5XSKjSm<&Km!`{|8UzqlAxJ7Ph`s=-su&&tMT17ILy)vj&=497!8O4U zJc z#5Pv(6`yd36&$0Pn_~`t{Qn&mc%N)d6sEY+u<(Xmv`AwX^w7ltHqpZxZm@+XG{F+2 z%wQd#@deG^H#C9X(F7kMx5`6q(Ja=Hk`!Mw8u*PVJfKN<_ElWU@-Cve$X!i?`_Sqm H@^9S%VWc4G diff --git a/locales/pt_PT.po b/locales/pt_PT.po index c9f6e15..88cd7f2 100644 --- a/locales/pt_PT.po +++ b/locales/pt_PT.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPi Plugin - Airwatch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-11-08 14:31+0000\n" +"POT-Creation-Date: 2020-02-06 14:44+0000\n" "PO-Revision-Date: 2019-03-01 10:57+0000\n" "Last-Translator: Rui Melo \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/teclib/glpi-plugin-airwatch/language/pt_PT/)\n" @@ -17,101 +17,81 @@ msgstr "" "Language: pt_PT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: inc/compliance.class.php:66 -msgid "Compliance details" -msgstr "Detalhes de conformidade" - -#: inc/compliance.class.php:77 hook.php:182 -msgid "Last check date" -msgstr "Última data de verificação" - -#: inc/detail.class.php:110 -msgid "General" -msgstr "Geral" +#: front/config.form.php:51 hook.php:38 hook.php:45 hook.php:52 hook.php:60 +#: hook.php:68 hook.php:76 hook.php:84 hook.php:92 hook.php:100 hook.php:108 +#: hook.php:116 hook.php:124 hook.php:133 hook.php:142 hook.php:151 +#: hook.php:160 hook.php:169 hook.php:180 hook.php:190 +#: inc/detail.class.php:290 +msgid "Airwatch" +msgstr "Airwatch" -#: inc/detail.class.php:118 hook.php:38 +#: hook.php:38 inc/detail.class.php:118 msgid "Airwatch ID" msgstr "IDAirwatch" -#: inc/detail.class.php:126 inc/detail.class.php:295 -msgid "Phone number" -msgstr "Número de Telemóvel" +#: hook.php:45 +msgid "IMEI" +msgstr "IMEI" + +#: hook.php:53 +msgid "Simcard serial number" +msgstr "Número de série Simcard" -#: inc/detail.class.php:129 hook.php:61 +#: hook.php:61 inc/detail.class.php:129 msgid "Last seen" msgstr "Última vez visto" -#: inc/detail.class.php:140 -msgid "Data encryption enabled" -msgstr "Criptografia de dados ativada" +#: hook.php:69 inc/detail.class.php:171 +msgid "Last enrollment date" +msgstr "Última data de inscrição" -#: inc/detail.class.php:144 -msgid "Current SIM serial number" -msgstr "Número de série atual do SIM" +#: hook.php:77 +msgid "Last enrollment check date" +msgstr "Data da última verificação de inscrição" -#: inc/detail.class.php:160 -msgid "See device in Airwatch console" -msgstr "Veja o dispositivo no console do Airwatch" +#: hook.php:85 inc/detail.class.php:200 +msgid "Last compliance check date" +msgstr "Data da última verificação de conformidade" -#: inc/detail.class.php:164 -msgid "Enrollment process" -msgstr "Processo de inscrição" +#: hook.php:93 inc/detail.class.php:215 +msgid "Last compromised check date" +msgstr "Data da última verificação comprometida" -#: inc/detail.class.php:167 hook.php:101 +#: hook.php:101 inc/detail.class.php:167 msgid "Enrollment status" msgstr "Estado da inscrição" -#: inc/detail.class.php:171 hook.php:69 -msgid "Last enrollment date" -msgstr "Última data de inscrição" - -#: inc/detail.class.php:182 -msgid "Last enrollment check" -msgstr "Última verificação de inscrição" - -#: inc/detail.class.php:193 -msgid "Other status checks" -msgstr "Outras verificações de status" - -#: inc/detail.class.php:196 inc/detail.class.php:303 hook.php:109 hook.php:171 +#: hook.php:109 hook.php:171 inc/detail.class.php:196 inc/detail.class.php:303 msgid "Compliance status" msgstr "Status de conformidade" -#: inc/detail.class.php:200 hook.php:85 -msgid "Last compliance check date" -msgstr "Data da última verificação de conformidade" - -#: inc/detail.class.php:211 hook.php:117 +#: hook.php:117 inc/detail.class.php:211 msgid "Compromised status" msgstr "Estado comprometido" -#: inc/detail.class.php:215 hook.php:93 -msgid "Last compromised check date" -msgstr "Data da última verificação comprometida" - -#: inc/detail.class.php:225 -msgid "Roaming" -msgstr "Roaming" +#: hook.php:125 +msgid "Data encryption" +msgstr "Criptografia de dados" -#: inc/detail.class.php:228 hook.php:134 +#: hook.php:134 inc/detail.class.php:228 msgid "Roaming enabled" msgstr "Roaming ativo" -#: inc/detail.class.php:232 hook.php:143 +#: hook.php:143 inc/detail.class.php:232 msgid "Data roaming enabled" msgstr "Roaming de dados ativo" -#: inc/detail.class.php:239 hook.php:152 +#: hook.php:152 inc/detail.class.php:239 msgid "Voice roaming enabled" msgstr "Roaming de voz ativado" -#: inc/detail.class.php:290 front/config.form.php:51 hook.php:38 hook.php:45 -#: hook.php:52 hook.php:60 hook.php:68 hook.php:76 hook.php:84 hook.php:92 -#: hook.php:100 hook.php:108 hook.php:116 hook.php:124 hook.php:133 -#: hook.php:142 hook.php:151 hook.php:160 hook.php:169 hook.php:180 -#: hook.php:190 -msgid "Airwatch" -msgstr "Airwatch" +#: hook.php:161 hook.php:170 hook.php:181 +msgid "Profile" +msgstr "Perfil" + +#: hook.php:182 inc/compliance.class.php:77 +msgid "Last check date" +msgstr "Última data de verificação" #: inc/airwatch.class.php:65 msgid "Import devices informations from Airwatch" @@ -125,15 +105,15 @@ msgstr "Conector do Airwatch GLPI" msgid "Plugin configuration" msgstr "Configuração do plugin" -#: inc/config.class.php:56 +#: inc/config.class.php:56 inc/config.class.php:184 msgid "Service URL" msgstr "URL do serviço" -#: inc/config.class.php:63 +#: inc/config.class.php:63 inc/config.class.php:194 msgid "Airwatch Service URL" msgstr "URL do serviço do Airwatch" -#: inc/config.class.php:70 +#: inc/config.class.php:70 inc/config.class.php:204 msgid "Airwatch Console URL" msgstr "URL da Consola do Airwatch" @@ -141,34 +121,54 @@ msgstr "URL da Consola do Airwatch" msgid "Username" msgstr "Nome de utilizador" -#: inc/config.class.php:84 +#: inc/config.class.php:86 msgid "Password" msgstr "Senha" -#: inc/config.class.php:91 +#: inc/config.class.php:95 msgid "API Key" msgstr "Chave API" -#: inc/config.class.php:98 +#: inc/config.class.php:104 msgid "Skip SSL check" msgstr "Ignorar verificação SSL" -#: hook.php:45 -msgid "IMEI" -msgstr "IMEI" +#: inc/detail.class.php:110 +msgid "General" +msgstr "Geral" -#: hook.php:53 -msgid "Simcard serial number" -msgstr "Número de série Simcard" +#: inc/detail.class.php:126 inc/detail.class.php:295 +msgid "Phone number" +msgstr "Número de Telemóvel" -#: hook.php:77 -msgid "Last enrollment check date" -msgstr "Data da última verificação de inscrição" +#: inc/detail.class.php:140 +msgid "Data encryption enabled" +msgstr "Criptografia de dados ativada" -#: hook.php:125 -msgid "Data encryption" -msgstr "Criptografia de dados" +#: inc/detail.class.php:144 +msgid "Current SIM serial number" +msgstr "Número de série atual do SIM" -#: hook.php:161 hook.php:170 hook.php:181 -msgid "Profile" -msgstr "Perfil" +#: inc/detail.class.php:160 +msgid "See device in Airwatch console" +msgstr "Veja o dispositivo no console do Airwatch" + +#: inc/detail.class.php:164 +msgid "Enrollment process" +msgstr "Processo de inscrição" + +#: inc/detail.class.php:182 +msgid "Last enrollment check" +msgstr "Última verificação de inscrição" + +#: inc/detail.class.php:193 +msgid "Other status checks" +msgstr "Outras verificações de status" + +#: inc/detail.class.php:225 +msgid "Roaming" +msgstr "Roaming" + +#: inc/compliance.class.php:66 +msgid "Compliance details" +msgstr "Detalhes de conformidade" From 57802f750e903bbbc201464327f6c9162d1498c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Thu, 6 Feb 2020 15:50:10 +0100 Subject: [PATCH 7/7] Add 1.4.1 version definition --- airwatch.xml | 6 ++++++ setup.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/airwatch.xml b/airwatch.xml index fd8df54..d0505bb 100644 --- a/airwatch.xml +++ b/airwatch.xml @@ -25,6 +25,12 @@ Walid Nouh + + 1.4.1 + 9.2 + 9.3 + 9.4 + 1.4.0 9.2 diff --git a/setup.php b/setup.php index ab8d159..4c2bb2b 100644 --- a/setup.php +++ b/setup.php @@ -32,7 +32,7 @@ define ('AIRWATCH_API_RESULT_OK', 'ok'); define ('AIRWATCH_API_RESULT_ERROR', 'ko'); define ('AIRWATCH_USER_AGENT', 'Airwatch-Connector-1.1'); -define ('PLUGIN_AIRWATCH_VERSION', '1.4.0'); +define ('PLUGIN_AIRWATCH_VERSION', '1.4.1'); // Minimal GLPI version, inclusive define('PLUGIN_AIRWATCH_MIN_GLPI', '9.2');