diff options
Diffstat (limited to 'po/cs.po')
-rw-r--r-- | po/cs.po | 27 |
1 files changed, 26 insertions, 1 deletions
@@ -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 <golemj@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -2224,6 +2224,14 @@ 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))" msgstr "" @@ -3237,6 +3245,23 @@ msgstr "" "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 " "pairs" |