diff options
Diffstat (limited to 'po/cs.po')
-rw-r--r-- | po/cs.po | 58 |
1 files changed, 31 insertions, 27 deletions
@@ -5,14 +5,14 @@ msgid "" msgstr "" "Project-Id-Version: sed 3.02.80\n" -"POT-Creation-Date: 2004-11-11 15:28+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-04-11 15:53+0200\n" "PO-Revision-Date: 2001-08-05 19:52+02:00\n" "Last-Translator: Vladimir Michl <Vladimir.Michl@seznam.cz>\n" "Language-Team: Czech <cs@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" -"Report-Msgid-Bugs-To: \n" #: sed/compile.c:162 #, fuzzy @@ -145,38 +145,42 @@ msgstr "%s: -e výraz #%lu, znak %lu: %s\n" msgid "can't find label for jump to `%s'" msgstr "Návěští pro skok na `%s' nelze najít" -#: sed/execute.c:649 +#: sed/execute.c:651 #, c-format msgid "%s: can't read %s: %s\n" msgstr "%s: %s nelze číst: %s\n" -#: sed/execute.c:672 +#: sed/execute.c:674 #, fuzzy, c-format msgid "couldn't edit %s: is a terminal" msgstr "Soubor %s nelze otevřít" -#: sed/execute.c:676 +#: sed/execute.c:678 #, fuzzy, c-format msgid "couldn't edit %s: not a regular file" msgstr "Soubor %s nelze otevřít" -#: lib/utils.c:196 sed/execute.c:683 +#: sed/execute.c:685 lib/utils.c:196 #, fuzzy, c-format msgid "couldn't open temporary file %s: %s" msgstr "Soubor %s nelze otevřít" -#: sed/execute.c:1207 sed/execute.c:1388 +#: sed/execute.c:1208 sed/execute.c:1389 msgid "error in subprocess" msgstr "" -#: sed/execute.c:1209 +#: sed/execute.c:1210 msgid "option `e' not supported" msgstr "" -#: sed/execute.c:1390 +#: sed/execute.c:1391 msgid "`e' command not supported" msgstr "" +#: sed/execute.c:1716 +msgid "no input files" +msgstr "" + #: sed/regexp.c:39 msgid "no previous regular expression" msgstr "" @@ -185,7 +189,7 @@ msgstr "" msgid "cannot specify modifiers on empty regexp" msgstr "" -#: sed/regexp.c:134 +#: sed/regexp.c:115 #, c-format msgid "invalid reference \\%d on `s' command's RHS" msgstr "" @@ -360,74 +364,74 @@ msgstr "chyba při čtení z %s: %s" msgid "cannot rename %s: %s" msgstr "%s: %s nelze číst: %s\n" -#: lib/regcomp.c:150 +#: lib/regcomp.c:160 msgid "Success" msgstr "" -#: lib/regcomp.c:153 +#: lib/regcomp.c:163 msgid "No match" msgstr "" -#: lib/regcomp.c:156 +#: lib/regcomp.c:166 msgid "Invalid regular expression" msgstr "" -#: lib/regcomp.c:159 +#: lib/regcomp.c:169 msgid "Invalid collation character" msgstr "" -#: lib/regcomp.c:162 +#: lib/regcomp.c:172 msgid "Invalid character class name" msgstr "" -#: lib/regcomp.c:165 +#: lib/regcomp.c:175 msgid "Trailing backslash" msgstr "" -#: lib/regcomp.c:168 +#: lib/regcomp.c:178 msgid "Invalid back reference" msgstr "" -#: lib/regcomp.c:171 +#: lib/regcomp.c:181 #, fuzzy msgid "Unmatched [ or [^" msgstr "Neodpovídající `{'" -#: lib/regcomp.c:174 +#: lib/regcomp.c:184 #, fuzzy msgid "Unmatched ( or \\(" msgstr "Neodpovídající `{'" -#: lib/regcomp.c:177 +#: lib/regcomp.c:187 #, fuzzy msgid "Unmatched \\{" msgstr "Neodpovídající `{'" -#: lib/regcomp.c:180 +#: lib/regcomp.c:190 msgid "Invalid content of \\{\\}" msgstr "" -#: lib/regcomp.c:183 +#: lib/regcomp.c:193 msgid "Invalid range end" msgstr "" -#: lib/regcomp.c:186 +#: lib/regcomp.c:196 msgid "Memory exhausted" msgstr "" -#: lib/regcomp.c:189 +#: lib/regcomp.c:199 msgid "Invalid preceding regular expression" msgstr "" -#: lib/regcomp.c:192 +#: lib/regcomp.c:202 msgid "Premature end of regular expression" msgstr "" -#: lib/regcomp.c:195 +#: lib/regcomp.c:205 msgid "Regular expression too big" msgstr "" -#: lib/regcomp.c:198 +#: lib/regcomp.c:208 #, fuzzy msgid "Unmatched ) or \\)" msgstr "Neodpovídající `{'" |