diff options
Diffstat (limited to 'po/nagios-plugins.pot')
-rw-r--r-- | po/nagios-plugins.pot | 102 |
1 files changed, 101 insertions, 1 deletions
diff --git a/po/nagios-plugins.pot b/po/nagios-plugins.pot index 4d7dc2b..5b02cac 100644 --- a/po/nagios-plugins.pot +++ b/po/nagios-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: nagiosplug-devel@lists.sourceforge.net\n" | 10 | "Report-Msgid-Bugs-To: nagiosplug-devel@lists.sourceforge.net\n" |
11 | "POT-Creation-Date: 2010-04-14 05:43-0400\n" | 11 | "POT-Creation-Date: 2010-04-14 06:17-0400\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" |
@@ -5178,6 +5178,106 @@ msgstr "" | |||
5178 | msgid "failed malloc in strscat\n" | 5178 | msgid "failed malloc in strscat\n" |
5179 | msgstr "" | 5179 | msgstr "" |
5180 | 5180 | ||
5181 | #: plugins/utils.h:140 | ||
5182 | #, c-format | ||
5183 | msgid "" | ||
5184 | " %s (-h | --help) for detailed help\n" | ||
5185 | " %s (-V | --version) for version information\n" | ||
5186 | msgstr "" | ||
5187 | |||
5188 | #: plugins/utils.h:144 | ||
5189 | msgid "" | ||
5190 | "\n" | ||
5191 | "Options:\n" | ||
5192 | " -h, --help\n" | ||
5193 | " Print detailed help screen\n" | ||
5194 | " -V, --version\n" | ||
5195 | " Print version information\n" | ||
5196 | msgstr "" | ||
5197 | |||
5198 | #: plugins/utils.h:151 | ||
5199 | #, c-format | ||
5200 | msgid "" | ||
5201 | " -H, --hostname=ADDRESS\n" | ||
5202 | " Host name, IP Address, or unix socket (must be an absolute path)\n" | ||
5203 | " -%c, --port=INTEGER\n" | ||
5204 | " Port number (default: %s)\n" | ||
5205 | msgstr "" | ||
5206 | |||
5207 | #: plugins/utils.h:157 | ||
5208 | msgid "" | ||
5209 | " -4, --use-ipv4\n" | ||
5210 | " Use IPv4 connection\n" | ||
5211 | " -6, --use-ipv6\n" | ||
5212 | " Use IPv6 connection\n" | ||
5213 | msgstr "" | ||
5214 | |||
5215 | #: plugins/utils.h:163 | ||
5216 | msgid "" | ||
5217 | " -v, --verbose\n" | ||
5218 | " Show details for command-line debugging (Nagios may truncate output)\n" | ||
5219 | msgstr "" | ||
5220 | |||
5221 | #: plugins/utils.h:167 | ||
5222 | msgid "" | ||
5223 | " -w, --warning=DOUBLE\n" | ||
5224 | " Response time to result in warning status (seconds)\n" | ||
5225 | " -c, --critical=DOUBLE\n" | ||
5226 | " Response time to result in critical status (seconds)\n" | ||
5227 | msgstr "" | ||
5228 | |||
5229 | #: plugins/utils.h:173 | ||
5230 | msgid "" | ||
5231 | " -w, --warning=RANGE\n" | ||
5232 | " Warning range (format: start:end). Alert if outside this range\n" | ||
5233 | " -c, --critical=RANGE\n" | ||
5234 | " Critical range\n" | ||
5235 | msgstr "" | ||
5236 | |||
5237 | #: plugins/utils.h:179 | ||
5238 | #, c-format | ||
5239 | msgid "" | ||
5240 | " -t, --timeout=INTEGER\n" | ||
5241 | " Seconds before connection times out (default: %d)\n" | ||
5242 | msgstr "" | ||
5243 | |||
5244 | #: plugins/utils.h:184 | ||
5245 | msgid "" | ||
5246 | " --extra-opts=[section][@file]\n" | ||
5247 | " Read additionnal options from ini file\n" | ||
5248 | msgstr "" | ||
5249 | |||
5250 | #: plugins/utils.h:187 | ||
5251 | msgid "" | ||
5252 | " See: http://nagiosplugins.org/extra-opts for --extra-opts usage and " | ||
5253 | "examples.\n" | ||
5254 | msgstr "" | ||
5255 | |||
5256 | #: plugins/utils.h:194 | ||
5257 | msgid "" | ||
5258 | " See:\n" | ||
5259 | " http://nagiosplug.sourceforge.net/developer-guidelines." | ||
5260 | "html#THRESHOLDFORMAT\n" | ||
5261 | " for THRESHOLD format and examples.\n" | ||
5262 | msgstr "" | ||
5263 | |||
5264 | #: plugins/utils.h:199 | ||
5265 | msgid "" | ||
5266 | "\n" | ||
5267 | "Send email to nagios-users@lists.sourceforge.net if you have questions\n" | ||
5268 | "regarding use of this software. To submit patches or suggest improvements,\n" | ||
5269 | "send email to nagiosplug-devel@lists.sourceforge.net\n" | ||
5270 | "\n" | ||
5271 | msgstr "" | ||
5272 | |||
5273 | #: plugins/utils.h:204 | ||
5274 | msgid "" | ||
5275 | "\n" | ||
5276 | "The nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\n" | ||
5277 | "copies of the plugins under the terms of the GNU General Public License.\n" | ||
5278 | "For more information about these matters, see the file named COPYING.\n" | ||
5279 | msgstr "" | ||
5280 | |||
5181 | #: plugins-root/check_dhcp.c:320 | 5281 | #: plugins-root/check_dhcp.c:320 |
5182 | #, c-format | 5282 | #, c-format |
5183 | msgid "Error: Could not get hardware address of interface '%s'\n" | 5283 | msgid "Error: Could not get hardware address of interface '%s'\n" |