diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-09-21 10:25:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-21 10:25:30 (GMT) |
commit | 7f460dd60a73a6e20d03a2312e8bb8fa80e5cdf6 (patch) | |
tree | ce1d1d7a14b84bfb52c2c08ff370479da2647168 /po/de.po | |
parent | 7e81cb3c1fb4123bd4d423b2c9e86538dec19e39 (diff) | |
parent | b6bb2a18c9c772d41e2bf703f02b95e0bfe9b31d (diff) | |
download | monitoring-plugins-7f460dd60a73a6e20d03a2312e8bb8fa80e5cdf6.tar.gz |
Merge pull request #1923 from RincewindsHat/doc/check_disk
Doc/check disk
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 25 |
1 files changed, 22 insertions, 3 deletions
@@ -9,10 +9,11 @@ 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-05 00:31+0200\n" | 12 | "POT-Creation-Date: 2023-09-21 12:09+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.org>\n" | 15 | "Language-Team: Monitoring Plugin Development Team <devel@monitoring-plugins." |
16 | "org>\n" | ||
16 | "Language: de\n" | 17 | "Language: de\n" |
17 | "MIME-Version: 1.0\n" | 18 | "MIME-Version: 1.0\n" |
18 | "Content-Type: text/plain; charset=UTF-8\n" | 19 | "Content-Type: text/plain; charset=UTF-8\n" |
@@ -321,7 +322,9 @@ msgstr "" | |||
321 | msgid "Could not compile regular expression" | 322 | msgid "Could not compile regular expression" |
322 | msgstr "" | 323 | msgstr "" |
323 | 324 | ||
324 | msgid "Must set a threshold value before using -r/-R\n" | 325 | msgid "" |
326 | "Must set a threshold value before using -r/-R/-A (--ereg-path/--eregi-path/--" | ||
327 | "all)\n" | ||
325 | msgstr "" | 328 | msgstr "" |
326 | 329 | ||
327 | msgid "Regular expression did not match any path or disk" | 330 | msgid "Regular expression did not match any path or disk" |
@@ -449,6 +452,22 @@ msgstr "" | |||
449 | msgid "Check only filesystems of indicated type (may be repeated)" | 452 | msgid "Check only filesystems of indicated type (may be repeated)" |
450 | msgstr "" | 453 | msgstr "" |
451 | 454 | ||
455 | msgid "General usage hints:" | ||
456 | msgstr "Allgemeine Nutzungshinweise:" | ||
457 | |||
458 | msgid "" | ||
459 | "- Arguments are positional! \"-w 5 -c 1 -p /foo -w6 -c2 -p /bar\" is not the " | ||
460 | "same as" | ||
461 | msgstr "" | ||
462 | |||
463 | msgid "\"-w 5 -c 1 -p /bar w6 -c2 -p /foo\"." | ||
464 | msgstr "" | ||
465 | |||
466 | msgid "" | ||
467 | "- The syntax is broadly: \"{thresholds a} {paths a} -C {thresholds b} " | ||
468 | "{thresholds b} ...\"" | ||
469 | msgstr "" | ||
470 | |||
452 | msgid "Checks /tmp and /var at 10% and 5%, and / at 100MB and 50MB" | 471 | msgid "Checks /tmp and /var at 10% and 5%, and / at 100MB and 50MB" |
453 | msgstr "" | 472 | msgstr "" |
454 | 473 | ||