diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-10-15 22:07:33 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-10-15 22:07:33 +0200 |
commit | 685c2931dfc3cb67b7605eba143598512a66c037 (patch) | |
tree | 4d73bf71eb19e7c63f3d649fa969c63104a4b456 /po | |
parent | 0875351a8385d6587133c2af541d102f31c17a46 (diff) | |
parent | bf70f5f847e3407af572d1768cca747af270b993 (diff) | |
download | monitoring-plugins-685c2931dfc3cb67b7605eba143598512a66c037.tar.gz |
Merge branch 'master' into dev/check_ssh-patches
Diffstat (limited to 'po')
-rw-r--r-- | po/de.po | 60 | ||||
-rw-r--r-- | po/fr.po | 69 | ||||
-rw-r--r-- | po/monitoring-plugins.pot | 60 |
3 files changed, 159 insertions, 30 deletions
@@ -9,7 +9,7 @@ msgid "" | |||
9 | msgstr "" | 9 | msgstr "" |
10 | "Project-Id-Version: PACKAGE VERSION\n" | 10 | "Project-Id-Version: PACKAGE VERSION\n" |
11 | "Report-Msgid-Bugs-To: devel@monitoring-plugins.org\n" | 11 | "Report-Msgid-Bugs-To: devel@monitoring-plugins.org\n" |
12 | "POT-Creation-Date: 2023-09-17 23:47+0200\n" | 12 | "POT-Creation-Date: 2023-10-01 00:46+0200\n" |
13 | "PO-Revision-Date: 2004-12-23 17:46+0100\n" | 13 | "PO-Revision-Date: 2004-12-23 17:46+0100\n" |
14 | "Last-Translator: \n" | 14 | "Last-Translator: \n" |
15 | "Language-Team: Monitoring Plugin Development Team <devel@monitoring-plugins." | 15 | "Language-Team: Monitoring Plugin Development Team <devel@monitoring-plugins." |
@@ -308,6 +308,9 @@ msgstr "UNKNOWN" | |||
308 | msgid "Must set a threshold value before using -p\n" | 308 | msgid "Must set a threshold value before using -p\n" |
309 | msgstr "" | 309 | msgstr "" |
310 | 310 | ||
311 | msgid "Could not compile regular expression" | ||
312 | msgstr "" | ||
313 | |||
311 | msgid "Must set -E before selecting paths\n" | 314 | msgid "Must set -E before selecting paths\n" |
312 | msgstr "" | 315 | msgstr "" |
313 | 316 | ||
@@ -319,10 +322,9 @@ msgid "" | |||
319 | "explicitly" | 322 | "explicitly" |
320 | msgstr "" | 323 | msgstr "" |
321 | 324 | ||
322 | msgid "Could not compile regular expression" | 325 | msgid "" |
323 | msgstr "" | 326 | "Must set a threshold value before using -r/-R/-A (--ereg-path/--eregi-path/--" |
324 | 327 | "all)\n" | |
325 | msgid "Must set a threshold value before using -r/-R\n" | ||
326 | msgstr "" | 328 | msgstr "" |
327 | 329 | ||
328 | msgid "Regular expression did not match any path or disk" | 330 | msgid "Regular expression did not match any path or disk" |
@@ -444,10 +446,29 @@ msgstr "" | |||
444 | msgid "Choose bytes, kB, MB, GB, TB (default: MB)" | 446 | msgid "Choose bytes, kB, MB, GB, TB (default: MB)" |
445 | msgstr "" | 447 | msgstr "" |
446 | 448 | ||
447 | msgid "Ignore all filesystems of indicated type (may be repeated)" | 449 | msgid "" |
450 | "Ignore all filesystems of types matching given regex(7) (may be repeated)" | ||
451 | msgstr "" | ||
452 | |||
453 | msgid "" | ||
454 | "Check only filesystems where the type matches this given regex(7) (may be " | ||
455 | "repeated)" | ||
456 | msgstr "" | ||
457 | |||
458 | msgid "General usage hints:" | ||
459 | msgstr "Allgemeine Nutzungshinweise:" | ||
460 | |||
461 | msgid "" | ||
462 | "- Arguments are positional! \"-w 5 -c 1 -p /foo -w6 -c2 -p /bar\" is not the " | ||
463 | "same as" | ||
464 | msgstr "" | ||
465 | |||
466 | msgid "\"-w 5 -c 1 -p /bar w6 -c2 -p /foo\"." | ||
448 | msgstr "" | 467 | msgstr "" |
449 | 468 | ||
450 | msgid "Check only filesystems of indicated type (may be repeated)" | 469 | msgid "" |
470 | "- The syntax is broadly: \"{thresholds a} {paths a} -C {thresholds b} " | ||
471 | "{thresholds b} ...\"" | ||
451 | msgstr "" | 472 | msgstr "" |
452 | 473 | ||
453 | msgid "Checks /tmp and /var at 10% and 5%, and / at 100MB and 50MB" | 474 | msgid "Checks /tmp and /var at 10% and 5%, and / at 100MB and 50MB" |
@@ -4687,9 +4708,6 @@ msgstr "konnte keinen Speicher für '%s' reservieren\n" | |||
4687 | msgid "failed malloc in xvasprintf\n" | 4708 | msgid "failed malloc in xvasprintf\n" |
4688 | msgstr "konnte keinen Speicher für '%s' reservieren\n" | 4709 | msgstr "konnte keinen Speicher für '%s' reservieren\n" |
4689 | 4710 | ||
4690 | msgid "sysconf error for _SC_OPEN_MAX\n" | ||
4691 | msgstr "" | ||
4692 | |||
4693 | #, c-format | 4711 | #, c-format |
4694 | msgid "" | 4712 | msgid "" |
4695 | " %s (-h | --help) for detailed help\n" | 4713 | " %s (-h | --help) for detailed help\n" |
@@ -5052,6 +5070,25 @@ msgstr "Warning threshold Integer sein" | |||
5052 | msgid "critical threshold (currently " | 5070 | msgid "critical threshold (currently " |
5053 | msgstr "Critical threshold muss ein Integer sein" | 5071 | msgstr "Critical threshold muss ein Integer sein" |
5054 | 5072 | ||
5073 | msgid "" | ||
5074 | "RTA, round trip average, mode warning,critical, ex. 100ms,200ms unit in ms" | ||
5075 | msgstr "" | ||
5076 | |||
5077 | msgid "packet loss mode, ex. 40%,50% , unit in %" | ||
5078 | msgstr "" | ||
5079 | |||
5080 | msgid "jitter mode warning,critical, ex. 40.000ms,50.000ms , unit in ms " | ||
5081 | msgstr "" | ||
5082 | |||
5083 | msgid "MOS mode, between 0 and 4.4 warning,critical, ex. 3.5,3.0" | ||
5084 | msgstr "" | ||
5085 | |||
5086 | msgid "score mode, max value 100 warning,critical, ex. 80,70 " | ||
5087 | msgstr "" | ||
5088 | |||
5089 | msgid "detect out of order ICMP packts " | ||
5090 | msgstr "" | ||
5091 | |||
5055 | #, fuzzy | 5092 | #, fuzzy |
5056 | msgid "specify a source IP address or device name" | 5093 | msgid "specify a source IP address or device name" |
5057 | msgstr "Hostname oder Serveradresse muss angegeben werden" | 5094 | msgstr "Hostname oder Serveradresse muss angegeben werden" |
@@ -5083,6 +5120,9 @@ msgstr "" | |||
5083 | msgid "verbose" | 5120 | msgid "verbose" |
5084 | msgstr "" | 5121 | msgstr "" |
5085 | 5122 | ||
5123 | msgid "If none of R,P,J,M,S or O is specified, default behavior is -R -P" | ||
5124 | msgstr "" | ||
5125 | |||
5086 | msgid "The -H switch is optional. Naming a host (or several) to check is not." | 5126 | msgid "The -H switch is optional. Naming a host (or several) to check is not." |
5087 | msgstr "" | 5127 | msgstr "" |
5088 | 5128 | ||
@@ -10,7 +10,7 @@ msgid "" | |||
10 | msgstr "" | 10 | msgstr "" |
11 | "Project-Id-Version: PACKAGE VERSION\n" | 11 | "Project-Id-Version: PACKAGE VERSION\n" |
12 | "Report-Msgid-Bugs-To: devel@monitoring-plugins.org\n" | 12 | "Report-Msgid-Bugs-To: devel@monitoring-plugins.org\n" |
13 | "POT-Creation-Date: 2023-09-17 23:47+0200\n" | 13 | "POT-Creation-Date: 2023-10-01 00:46+0200\n" |
14 | "PO-Revision-Date: 2010-04-21 23:38-0400\n" | 14 | "PO-Revision-Date: 2010-04-21 23:38-0400\n" |
15 | "Last-Translator: \n" | 15 | "Last-Translator: \n" |
16 | "Language-Team: Monitoring Plugin Development Team <devel@monitoring-plugins." | 16 | "Language-Team: Monitoring Plugin Development Team <devel@monitoring-plugins." |
@@ -307,6 +307,9 @@ msgstr "INCONNU" | |||
307 | msgid "Must set a threshold value before using -p\n" | 307 | msgid "Must set a threshold value before using -p\n" |
308 | msgstr "" | 308 | msgstr "" |
309 | 309 | ||
310 | msgid "Could not compile regular expression" | ||
311 | msgstr "Impossible de compiler l'expression rationnelle" | ||
312 | |||
310 | msgid "Must set -E before selecting paths\n" | 313 | msgid "Must set -E before selecting paths\n" |
311 | msgstr "" | 314 | msgstr "" |
312 | 315 | ||
@@ -318,10 +321,9 @@ msgid "" | |||
318 | "explicitly" | 321 | "explicitly" |
319 | msgstr "" | 322 | msgstr "" |
320 | 323 | ||
321 | msgid "Could not compile regular expression" | 324 | msgid "" |
322 | msgstr "Impossible de compiler l'expression rationnelle" | 325 | "Must set a threshold value before using -r/-R/-A (--ereg-path/--eregi-path/--" |
323 | 326 | "all)\n" | |
324 | msgid "Must set a threshold value before using -r/-R\n" | ||
325 | msgstr "" | 327 | msgstr "" |
326 | 328 | ||
327 | msgid "Regular expression did not match any path or disk" | 329 | msgid "Regular expression did not match any path or disk" |
@@ -459,17 +461,37 @@ msgstr "" | |||
459 | msgid "Choose bytes, kB, MB, GB, TB (default: MB)" | 461 | msgid "Choose bytes, kB, MB, GB, TB (default: MB)" |
460 | msgstr "Choisissez octets, kb, MB, GB, TB (par défaut: MB)" | 462 | msgstr "Choisissez octets, kb, MB, GB, TB (par défaut: MB)" |
461 | 463 | ||
462 | msgid "Ignore all filesystems of indicated type (may be repeated)" | 464 | #, fuzzy |
465 | msgid "" | ||
466 | "Ignore all filesystems of types matching given regex(7) (may be repeated)" | ||
463 | msgstr "" | 467 | msgstr "" |
464 | "Ignorer tout les systèmes de fichiers qui correspondent au type indiqué " | 468 | "Ignorer tout les systèmes de fichiers qui correspondent au type indiqué " |
465 | "(peut être utilisé plusieurs fois)" | 469 | "(peut être utilisé plusieurs fois)" |
466 | 470 | ||
467 | #, fuzzy | 471 | #, fuzzy |
468 | msgid "Check only filesystems of indicated type (may be repeated)" | 472 | msgid "" |
473 | "Check only filesystems where the type matches this given regex(7) (may be " | ||
474 | "repeated)" | ||
469 | msgstr "" | 475 | msgstr "" |
470 | "Ignorer tout les systèmes de fichiers qui correspondent au type indiqué " | 476 | "Ignorer tout les systèmes de fichiers qui correspondent au type indiqué " |
471 | "(peut être utilisé plusieurs fois)" | 477 | "(peut être utilisé plusieurs fois)" |
472 | 478 | ||
479 | msgid "General usage hints:" | ||
480 | msgstr "" | ||
481 | |||
482 | msgid "" | ||
483 | "- Arguments are positional! \"-w 5 -c 1 -p /foo -w6 -c2 -p /bar\" is not the " | ||
484 | "same as" | ||
485 | msgstr "" | ||
486 | |||
487 | msgid "\"-w 5 -c 1 -p /bar w6 -c2 -p /foo\"." | ||
488 | msgstr "" | ||
489 | |||
490 | msgid "" | ||
491 | "- The syntax is broadly: \"{thresholds a} {paths a} -C {thresholds b} " | ||
492 | "{thresholds b} ...\"" | ||
493 | msgstr "" | ||
494 | |||
473 | msgid "Checks /tmp and /var at 10% and 5%, and / at 100MB and 50MB" | 495 | msgid "Checks /tmp and /var at 10% and 5%, and / at 100MB and 50MB" |
474 | msgstr "Vérifie /tmp à 10% et /var à 5% et / à 100MB et 50MB" | 496 | msgstr "Vérifie /tmp à 10% et /var à 5% et / à 100MB et 50MB" |
475 | 497 | ||
@@ -4822,9 +4844,6 @@ msgstr "La fonction malloc à échoué dans strscat\n" | |||
4822 | msgid "failed malloc in xvasprintf\n" | 4844 | msgid "failed malloc in xvasprintf\n" |
4823 | msgstr "La fonction malloc à échoué dans strscat\n" | 4845 | msgstr "La fonction malloc à échoué dans strscat\n" |
4824 | 4846 | ||
4825 | msgid "sysconf error for _SC_OPEN_MAX\n" | ||
4826 | msgstr "" | ||
4827 | |||
4828 | #, c-format | 4847 | #, c-format |
4829 | msgid "" | 4848 | msgid "" |
4830 | " %s (-h | --help) for detailed help\n" | 4849 | " %s (-h | --help) for detailed help\n" |
@@ -5272,6 +5291,25 @@ msgstr "Valeurs pour le seuil d'avertissement (actuellement " | |||
5272 | msgid "critical threshold (currently " | 5291 | msgid "critical threshold (currently " |
5273 | msgstr "Valeurs pour le seuil critique (actuellement " | 5292 | msgstr "Valeurs pour le seuil critique (actuellement " |
5274 | 5293 | ||
5294 | msgid "" | ||
5295 | "RTA, round trip average, mode warning,critical, ex. 100ms,200ms unit in ms" | ||
5296 | msgstr "" | ||
5297 | |||
5298 | msgid "packet loss mode, ex. 40%,50% , unit in %" | ||
5299 | msgstr "" | ||
5300 | |||
5301 | msgid "jitter mode warning,critical, ex. 40.000ms,50.000ms , unit in ms " | ||
5302 | msgstr "" | ||
5303 | |||
5304 | msgid "MOS mode, between 0 and 4.4 warning,critical, ex. 3.5,3.0" | ||
5305 | msgstr "" | ||
5306 | |||
5307 | msgid "score mode, max value 100 warning,critical, ex. 80,70 " | ||
5308 | msgstr "" | ||
5309 | |||
5310 | msgid "detect out of order ICMP packts " | ||
5311 | msgstr "" | ||
5312 | |||
5275 | msgid "specify a source IP address or device name" | 5313 | msgid "specify a source IP address or device name" |
5276 | msgstr "spécifiez une adresse ou un nom d'hôte" | 5314 | msgstr "spécifiez une adresse ou un nom d'hôte" |
5277 | 5315 | ||
@@ -5302,6 +5340,9 @@ msgstr "" | |||
5302 | msgid "verbose" | 5340 | msgid "verbose" |
5303 | msgstr "" | 5341 | msgstr "" |
5304 | 5342 | ||
5343 | msgid "If none of R,P,J,M,S or O is specified, default behavior is -R -P" | ||
5344 | msgstr "" | ||
5345 | |||
5305 | msgid "The -H switch is optional. Naming a host (or several) to check is not." | 5346 | msgid "The -H switch is optional. Naming a host (or several) to check is not." |
5306 | msgstr "" | 5347 | msgstr "" |
5307 | 5348 | ||
@@ -5323,9 +5364,17 @@ msgstr "" | |||
5323 | msgid "The -v switch can be specified several times for increased verbosity." | 5364 | msgid "The -v switch can be specified several times for increased verbosity." |
5324 | msgstr "" | 5365 | msgstr "" |
5325 | 5366 | ||
5367 | <<<<<<< HEAD | ||
5326 | #, c-format | 5368 | #, c-format |
5327 | #~ msgid "Server answer: %s" | 5369 | #~ msgid "Server answer: %s" |
5328 | #~ msgstr "Réponse du serveur: %s" | 5370 | #~ msgstr "Réponse du serveur: %s" |
5371 | ======= | ||
5372 | #, fuzzy | ||
5373 | #~ msgid "Check only filesystems of indicated type (may be repeated)" | ||
5374 | #~ msgstr "" | ||
5375 | #~ "Ignorer tout les systèmes de fichiers qui correspondent au type indiqué " | ||
5376 | #~ "(peut être utilisé plusieurs fois)" | ||
5377 | >>>>>>> master | ||
5329 | 5378 | ||
5330 | #~ msgid "Path or partition (may be repeated)" | 5379 | #~ msgid "Path or partition (may be repeated)" |
5331 | #~ msgstr "Répertoire ou partition (peut être utilisé plusieurs fois)" | 5380 | #~ msgstr "Répertoire ou partition (peut être utilisé plusieurs fois)" |
diff --git a/po/monitoring-plugins.pot b/po/monitoring-plugins.pot index 30f0c9a7..eacfaffb 100644 --- a/po/monitoring-plugins.pot +++ b/po/monitoring-plugins.pot | |||
@@ -8,7 +8,7 @@ msgid "" | |||
8 | msgstr "" | 8 | msgstr "" |
9 | "Project-Id-Version: PACKAGE VERSION\n" | 9 | "Project-Id-Version: PACKAGE VERSION\n" |
10 | "Report-Msgid-Bugs-To: devel@monitoring-plugins.org\n" | 10 | "Report-Msgid-Bugs-To: devel@monitoring-plugins.org\n" |
11 | "POT-Creation-Date: 2023-09-17 23:47+0200\n" | 11 | "POT-Creation-Date: 2023-10-01 00:46+0200\n" |
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
14 | "Language-Team: LANGUAGE <LL@li.org>\n" | 14 | "Language-Team: LANGUAGE <LL@li.org>\n" |
@@ -291,6 +291,9 @@ msgstr "" | |||
291 | msgid "Must set a threshold value before using -p\n" | 291 | msgid "Must set a threshold value before using -p\n" |
292 | msgstr "" | 292 | msgstr "" |
293 | 293 | ||
294 | msgid "Could not compile regular expression" | ||
295 | msgstr "" | ||
296 | |||
294 | msgid "Must set -E before selecting paths\n" | 297 | msgid "Must set -E before selecting paths\n" |
295 | msgstr "" | 298 | msgstr "" |
296 | 299 | ||
@@ -302,10 +305,9 @@ msgid "" | |||
302 | "explicitly" | 305 | "explicitly" |
303 | msgstr "" | 306 | msgstr "" |
304 | 307 | ||
305 | msgid "Could not compile regular expression" | 308 | msgid "" |
306 | msgstr "" | 309 | "Must set a threshold value before using -r/-R/-A (--ereg-path/--eregi-path/--" |
307 | 310 | "all)\n" | |
308 | msgid "Must set a threshold value before using -r/-R\n" | ||
309 | msgstr "" | 311 | msgstr "" |
310 | 312 | ||
311 | msgid "Regular expression did not match any path or disk" | 313 | msgid "Regular expression did not match any path or disk" |
@@ -421,10 +423,29 @@ msgstr "" | |||
421 | msgid "Choose bytes, kB, MB, GB, TB (default: MB)" | 423 | msgid "Choose bytes, kB, MB, GB, TB (default: MB)" |
422 | msgstr "" | 424 | msgstr "" |
423 | 425 | ||
424 | msgid "Ignore all filesystems of indicated type (may be repeated)" | 426 | msgid "" |
427 | "Ignore all filesystems of types matching given regex(7) (may be repeated)" | ||
425 | msgstr "" | 428 | msgstr "" |
426 | 429 | ||
427 | msgid "Check only filesystems of indicated type (may be repeated)" | 430 | msgid "" |
431 | "Check only filesystems where the type matches this given regex(7) (may be " | ||
432 | "repeated)" | ||
433 | msgstr "" | ||
434 | |||
435 | msgid "General usage hints:" | ||
436 | msgstr "" | ||
437 | |||
438 | msgid "" | ||
439 | "- Arguments are positional! \"-w 5 -c 1 -p /foo -w6 -c2 -p /bar\" is not the " | ||
440 | "same as" | ||
441 | msgstr "" | ||
442 | |||
443 | msgid "\"-w 5 -c 1 -p /bar w6 -c2 -p /foo\"." | ||
444 | msgstr "" | ||
445 | |||
446 | msgid "" | ||
447 | "- The syntax is broadly: \"{thresholds a} {paths a} -C {thresholds b} " | ||
448 | "{thresholds b} ...\"" | ||
428 | msgstr "" | 449 | msgstr "" |
429 | 450 | ||
430 | msgid "Checks /tmp and /var at 10% and 5%, and / at 100MB and 50MB" | 451 | msgid "Checks /tmp and /var at 10% and 5%, and / at 100MB and 50MB" |
@@ -4514,9 +4535,6 @@ msgstr "" | |||
4514 | msgid "failed malloc in xvasprintf\n" | 4535 | msgid "failed malloc in xvasprintf\n" |
4515 | msgstr "" | 4536 | msgstr "" |
4516 | 4537 | ||
4517 | msgid "sysconf error for _SC_OPEN_MAX\n" | ||
4518 | msgstr "" | ||
4519 | |||
4520 | #, c-format | 4538 | #, c-format |
4521 | msgid "" | 4539 | msgid "" |
4522 | " %s (-h | --help) for detailed help\n" | 4540 | " %s (-h | --help) for detailed help\n" |
@@ -4877,6 +4895,25 @@ msgstr "" | |||
4877 | msgid "critical threshold (currently " | 4895 | msgid "critical threshold (currently " |
4878 | msgstr "" | 4896 | msgstr "" |
4879 | 4897 | ||
4898 | msgid "" | ||
4899 | "RTA, round trip average, mode warning,critical, ex. 100ms,200ms unit in ms" | ||
4900 | msgstr "" | ||
4901 | |||
4902 | msgid "packet loss mode, ex. 40%,50% , unit in %" | ||
4903 | msgstr "" | ||
4904 | |||
4905 | msgid "jitter mode warning,critical, ex. 40.000ms,50.000ms , unit in ms " | ||
4906 | msgstr "" | ||
4907 | |||
4908 | msgid "MOS mode, between 0 and 4.4 warning,critical, ex. 3.5,3.0" | ||
4909 | msgstr "" | ||
4910 | |||
4911 | msgid "score mode, max value 100 warning,critical, ex. 80,70 " | ||
4912 | msgstr "" | ||
4913 | |||
4914 | msgid "detect out of order ICMP packts " | ||
4915 | msgstr "" | ||
4916 | |||
4880 | msgid "specify a source IP address or device name" | 4917 | msgid "specify a source IP address or device name" |
4881 | msgstr "" | 4918 | msgstr "" |
4882 | 4919 | ||
@@ -4907,6 +4944,9 @@ msgstr "" | |||
4907 | msgid "verbose" | 4944 | msgid "verbose" |
4908 | msgstr "" | 4945 | msgstr "" |
4909 | 4946 | ||
4947 | msgid "If none of R,P,J,M,S or O is specified, default behavior is -R -P" | ||
4948 | msgstr "" | ||
4949 | |||
4910 | msgid "The -H switch is optional. Naming a host (or several) to check is not." | 4950 | msgid "The -H switch is optional. Naming a host (or several) to check is not." |
4911 | msgstr "" | 4951 | msgstr "" |
4912 | 4952 | ||