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/monitoring-plugins.pot | |
| parent | d31dddadaf829d36b40ff02252dc523cf5078260 (diff) | |
| parent | 15ceeaf46ed893e86499f25578fd1a27945b2677 (diff) | |
| download | monitoring-plugins-be0e475339346907c86de5d797f0fab1e071f75c.tar.gz | |
Merge pull request #1904 from Al2Klimov/1857
check_disk: interpret -X' arg as pattern, not literal
Diffstat (limited to 'po/monitoring-plugins.pot')
| -rw-r--r-- | po/monitoring-plugins.pot | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/po/monitoring-plugins.pot b/po/monitoring-plugins.pot index d019a7eb..54d79fe2 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-22 15:36+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,9 +305,6 @@ msgid "" | |||
| 302 | "explicitly" | 305 | "explicitly" |
| 303 | msgstr "" | 306 | msgstr "" |
| 304 | 307 | ||
| 305 | msgid "Could not compile regular expression" | ||
| 306 | msgstr "" | ||
| 307 | |||
| 308 | msgid "" | 308 | msgid "" |
| 309 | "Must set a threshold value before using -r/-R/-A (--ereg-path/--eregi-path/--" | 309 | "Must set a threshold value before using -r/-R/-A (--ereg-path/--eregi-path/--" |
| 310 | "all)\n" | 310 | "all)\n" |
| @@ -423,10 +423,13 @@ msgstr "" | |||
| 423 | msgid "Choose bytes, kB, MB, GB, TB (default: MB)" | 423 | msgid "Choose bytes, kB, MB, GB, TB (default: MB)" |
| 424 | msgstr "" | 424 | msgstr "" |
| 425 | 425 | ||
| 426 | 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)" | ||
| 427 | msgstr "" | 428 | msgstr "" |
| 428 | 429 | ||
| 429 | 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)" | ||
| 430 | msgstr "" | 433 | msgstr "" |
| 431 | 434 | ||
| 432 | msgid "General usage hints:" | 435 | msgid "General usage hints:" |
