From d685d5fb42c3c7c03f428408a6d57c2b84526da1 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 1 Aug 2012 17:31:48 +0200 Subject: core: add option weechat.startup.sys_rlimit to set system resource limits for WeeChat process --- po/cs.po | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) (limited to 'po/cs.po') diff --git a/po/cs.po b/po/cs.po index 6bd47a41b..4c5606789 100644 --- a/po/cs.po +++ b/po/cs.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.9-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2012-07-29 20:00+0200\n" +"POT-Creation-Date: 2012-08-01 08:57+0200\n" "PO-Revision-Date: 2012-06-03 09:49+0200\n" "Last-Translator: Jiri Golembiovsky \n" "Language-Team: weechat-dev \n" @@ -2223,6 +2223,14 @@ msgstr "zobrazí WeeChat logo při spuštění" msgid "display WeeChat version at startup" msgstr "zobrazí verzi WeeChat při spuštění" +msgid "" +"set resource limits for WeeChat process, format is: \"res1:limit1,res2:" +"limit2\"; resource name is the end of constant (RLIMIT_XXX) in lower case " +"(see man setrlimit for values); limit -1 means \"unlimited\"; example: set " +"unlimited size for core file and max 1GB of virtual memory: \"core:-1," +"as:1000000000\"" +msgstr "" + msgid "" "alignment for end of lines (all lines after the first): they are starting " "under this data (time, buffer, prefix, suffix, message (default))" @@ -3236,6 +3244,23 @@ msgstr "" "čtení - špatný podpis (formát aktualizačního souboru se mohl změnit od " "poslední verze)" +#, c-format +msgid "%sError: invalid limit for resource \"%s\": %s (must be >= -1)" +msgstr "" + +#, c-format +msgid "Limit for resource \"%s\" has been set to %s" +msgstr "" + +#, fuzzy, c-format +msgid "%sError: unable to set resource limit \"%s\" to %s: error %d %s" +msgstr "%sChyba: nemohu nastavit volbu \"%s\" pro proxy \"%s\"" + +#, c-format +msgid "" +"%sError: unknown resource limit \"%s\" (see /help weechat.startup.sys_rlimit)" +msgstr "" + #, c-format msgid "" "Warning: the %d color pairs are used, do \"/color reset\" to remove unused " -- cgit v1.2.3