# Translation of sed to Russian # Copyright (C) 1998, 2004 Free Software Foundation, Inc. # This file is distributed under the same license as the sed package. # # Const Kaplinsky , 1998. # Pavel Maryanov , 2004, 2008. # Yuri Kozlov , 2013, 2016, 2018, 2020. msgid "" msgstr "" "Project-Id-Version: sed 4.7.13\n" "Report-Msgid-Bugs-To: bug-gnu-utils@gnu.org\n" "POT-Creation-Date: 2020-01-05 13:50-0800\n" "PO-Revision-Date: 2020-01-11 08:10+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Bugs: Report translation errors to the Language-Team address.\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Lokalize 2.0\n" #: lib/closeout.c:122 msgid "write error" msgstr "ошибка записи" #: lib/copy-acl.c:54 #, c-format msgid "preserving permissions for %s" msgstr "сохранение прав доступа для %s" #: lib/dfa.c:923 msgid "unbalanced [" msgstr "несбалансированная [" #: lib/dfa.c:1044 msgid "invalid character class" msgstr "неправильный класс символов" #: lib/dfa.c:1170 msgid "character class syntax is [[:space:]], not [:space:]" msgstr "синтаксис класса символов: [[:space:]], а не [:space:]" #: lib/dfa.c:1237 msgid "unfinished \\ escape" msgstr "незавершённая \\ экранирующая последовательность" #: lib/dfa.c:1398 msgid "invalid content of \\{\\}" msgstr "неправильное содержимое в \\{\\}" #: lib/dfa.c:1401 msgid "regular expression too big" msgstr "регулярное выражение слишком большое" #: lib/dfa.c:1872 msgid "unbalanced (" msgstr "несбалансированная (" #: lib/dfa.c:1989 msgid "no syntax specified" msgstr "не указан синтаксис" #: lib/dfa.c:2000 msgid "unbalanced )" msgstr "несбалансированная )" #: lib/error.c:195 msgid "Unknown system error" msgstr "Неизвестная системная ошибка" #: lib/getopt.c:278 #, c-format msgid "%s: option '%s%s' is ambiguous\n" msgstr "%s: двусмысленный параметр «%s%s»\n" #: lib/getopt.c:284 #, c-format msgid "%s: option '%s%s' is ambiguous; possibilities:" msgstr "%s: двусмысленный параметр «%s%s»; возможные варианты:" #: lib/getopt.c:319 #, c-format msgid "%s: unrecognized option '%s%s'\n" msgstr "%s: нераспознанный параметр «%s%s»\n" #: lib/getopt.c:345 #, c-format msgid "%s: option '%s%s' doesn't allow an argument\n" msgstr "%s: для параметра «%s%s» не может быть аргумента\n" #: lib/getopt.c:360 #, c-format msgid "%s: option '%s%s' requires an argument\n" msgstr "%s: для параметра «%s%s» требуется аргумент\n" #: lib/getopt.c:621 #, c-format msgid "%s: invalid option -- '%c'\n" msgstr "%s: недопустимый параметр — «%c»\n" #: lib/getopt.c:636 lib/getopt.c:682 #, c-format msgid "%s: option requires an argument -- '%c'\n" msgstr "%s: для параметра требуется аргумент — «%c»\n" #: lib/obstack.c:338 lib/obstack.c:340 lib/xalloc-die.c:34 msgid "memory exhausted" msgstr "память исчерпана" #. TRANSLATORS: #. Get translations for open and closing quotation marks. #. The message catalog should translate "`" to a left #. quotation mark suitable for the locale, and similarly for #. "'". For example, a French Unicode local should translate #. these to U+00AB (LEFT-POINTING DOUBLE ANGLE #. QUOTATION MARK), and U+00BB (RIGHT-POINTING DOUBLE ANGLE #. QUOTATION MARK), respectively. #. #. If the catalog has no translation, we will try to #. use Unicode U+2018 (LEFT SINGLE QUOTATION MARK) and #. Unicode U+2019 (RIGHT SINGLE QUOTATION MARK). If the #. current locale is not Unicode, locale_quoting_style #. will quote 'like this', and clocale_quoting_style will #. quote "like this". You should always include translations #. for "`" and "'" even if U+2018 and U+2019 are appropriate #. for your locale. #. #. If you don't know what to put here, please see #. #. and use glyphs suitable for your language. #: lib/quotearg.c:362 msgid "`" msgstr "«" #: lib/quotearg.c:363 msgid "'" msgstr "»" #: lib/regcomp.c:135 msgid "Success" msgstr "Успешно" #: lib/regcomp.c:138 msgid "No match" msgstr "Нет соответствия" #: lib/regcomp.c:141 msgid "Invalid regular expression" msgstr "Недопустимое регулярное выражение" #: lib/regcomp.c:144 msgid "Invalid collation character" msgstr "Недопустимый символ сравнения" #: lib/regcomp.c:147 msgid "Invalid character class name" msgstr "Недопустимое имя для класса символа" #: lib/regcomp.c:150 msgid "Trailing backslash" msgstr "Завершающая обратная косая черта" #: lib/regcomp.c:153 msgid "Invalid back reference" msgstr "Недопустимая обратная ссылка" #: lib/regcomp.c:156 msgid "Unmatched [, [^, [:, [., or [=" msgstr "Непарная [, [^, [:, [. или [=" #: lib/regcomp.c:159 msgid "Unmatched ( or \\(" msgstr "Непарный символ ( or \\(" #: lib/regcomp.c:162 msgid "Unmatched \\{" msgstr "Непарный символ \\{" #: lib/regcomp.c:165 msgid "Invalid content of \\{\\}" msgstr "Недопустимое содержимое в \\{\\}" #: lib/regcomp.c:168 msgid "Invalid range end" msgstr "Недопустимое окончание диапазона" #: lib/regcomp.c:171 msgid "Memory exhausted" msgstr "Память исчерпана" #: lib/regcomp.c:174 msgid "Invalid preceding regular expression" msgstr "Недопустимое предшествующее регулярное выражение" #: lib/regcomp.c:177 msgid "Premature end of regular expression" msgstr "Преждевременное окончание регулярного выражения" #: lib/regcomp.c:180 msgid "Regular expression too big" msgstr "Регулярное выражение слишком большое" #: lib/regcomp.c:183 msgid "Unmatched ) or \\)" msgstr "Непарный символ ) или \\)" #: lib/regcomp.c:676 msgid "No previous regular expression" msgstr "Нет предыдущего регулярного выражения" #: lib/set-acl.c:46 #, c-format msgid "setting permissions for %s" msgstr "установка прав доступа для %s" #: lib/version-etc.c:73 #, c-format msgid "Packaged by %s (%s)\n" msgstr "Упакован %s (%s)\n" #: lib/version-etc.c:76 #, c-format msgid "Packaged by %s\n" msgstr "Упакован %s\n" #. TRANSLATORS: Translate "(C)" to the copyright symbol #. (C-in-a-circle), if this symbol is available in the user's #. locale. Otherwise, do not translate "(C)"; leave it as-is. #: lib/version-etc.c:83 msgid "(C)" msgstr "©" #. TRANSLATORS: The %s placeholder is the web address of the GPL license. #: lib/version-etc.c:88 #, c-format msgid "" "License GPLv3+: GNU GPL version 3 or later <%s>.\n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n" msgstr "" "Лицензия GPLv3+: GNU GPL версии 3 или новее <%s>.\n" "Это свободное ПО: вы можете изменять и распространять его.\n" "Нет НИКАКИХ ГАРАНТИЙ до степени, разрешённой законом.\n" #. TRANSLATORS: %s denotes an author name. #: lib/version-etc.c:105 #, c-format msgid "Written by %s.\n" msgstr "Автор программы — %s.\n" #. TRANSLATORS: Each %s denotes an author name. #: lib/version-etc.c:109 #, c-format msgid "Written by %s and %s.\n" msgstr "Авторы программы — %s и %s.\n" #. TRANSLATORS: Each %s denotes an author name. #: lib/version-etc.c:113 #, c-format msgid "Written by %s, %s, and %s.\n" msgstr "Авторы программы — %s, %s и %s.\n" #. TRANSLATORS: Each