diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-10-05 10:52:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-05 10:52:03 +0200 |
| commit | be0e475339346907c86de5d797f0fab1e071f75c (patch) | |
| tree | f27538fb21ec6440fd7ffbda5502bb03c7c5b422 /po/de.po | |
| parent | d31dddadaf829d36b40ff02252dc523cf5078260 (diff) | |
| parent | 15ceeaf46ed893e86499f25578fd1a27945b2677 (diff) | |
| download | monitoring-plugins-be0e475.tar.gz | |
Merge pull request #1904 from Al2Klimov/1857
check_disk: interpret -X' arg as pattern, not literal
Diffstat (limited to 'po/de.po')
| -rw-r--r-- | po/de.po | 15 |
1 files changed, 9 insertions, 6 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-22 15:36+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,9 +322,6 @@ msgid "" | |||
| 319 | "explicitly" | 322 | "explicitly" |
| 320 | msgstr "" | 323 | msgstr "" |
| 321 | 324 | ||
| 322 | msgid "Could not compile regular expression" | ||
| 323 | msgstr "" | ||
| 324 | |||
| 325 | msgid "" | 325 | msgid "" |
| 326 | "Must set a threshold value before using -r/-R/-A (--ereg-path/--eregi-path/--" | 326 | "Must set a threshold value before using -r/-R/-A (--ereg-path/--eregi-path/--" |
| 327 | "all)\n" | 327 | "all)\n" |
| @@ -446,10 +446,13 @@ msgstr "" | |||
| 446 | msgid "Choose bytes, kB, MB, GB, TB (default: MB)" | 446 | msgid "Choose bytes, kB, MB, GB, TB (default: MB)" |
| 447 | msgstr "" | 447 | msgstr "" |
| 448 | 448 | ||
| 449 | 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)" | ||
| 450 | msgstr "" | 451 | msgstr "" |
| 451 | 452 | ||
| 452 | msgid "Check only filesystems of indicated type (may be repeated)" | 453 | msgid "" |
| 454 | "Check only filesystems where the type matches this given regex(7) (may be " | ||
| 455 | "repeated)" | ||
| 453 | msgstr "" | 456 | msgstr "" |
| 454 | 457 | ||
| 455 | msgid "General usage hints:" | 458 | msgid "General usage hints:" |
