# Bulgarian translation of GNU diffutils po-file. # Copyright (C) 2017, 2018, 2021 Free Software Foundation, Inc. # This file is distributed under the same license as the diffutils package. # Alexander Shopov , 2017, 2018, 2021. # msgid "" msgstr "" "Project-Id-Version: diffutils 3.7.41\n" "Report-Msgid-Bugs-To: bug-diffutils@gnu.org\n" "POT-Creation-Date: 2022-12-30 13:40-0800\n" "PO-Revision-Date: 2021-07-20 18:17+0200\n" "Last-Translator: Alexander Shopov \n" "Language-Team: Bulgarian \n" "Language: bg\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=2; plural=(n != 1);\n" #: lib/argmatch.c:146 #, c-format msgid "invalid argument %s for %s" msgstr "аргументът „%s“ на опцията „%s“ е неправилен" #: lib/argmatch.c:147 #, c-format msgid "ambiguous argument %s for %s" msgstr "аргументът „%s“ на опцията „%s“ не е еднозначен" #: lib/argmatch.c:166 lib/argmatch.h:237 msgid "Valid arguments are:" msgstr "Възможните аргументи са:" #: lib/c-stack.c:187 msgid "program error" msgstr "програмна грешка" #: lib/c-stack.c:188 msgid "stack overflow" msgstr "препълване на стека" #: lib/error.c:195 msgid "Unknown system error" msgstr "Неизвестна системна грешка" #: lib/file-type.c:40 msgid "regular empty file" msgstr "празен, обикновен файл" #: lib/file-type.c:40 msgid "regular file" msgstr "обикновен файл" #: lib/file-type.c:43 msgid "directory" msgstr "директория" #: lib/file-type.c:46 msgid "symbolic link" msgstr "символна връзка" #: lib/file-type.c:52 msgid "message queue" msgstr "опашка за съобщения" #: lib/file-type.c:55 msgid "semaphore" msgstr "семафор" #: lib/file-type.c:58 msgid "shared memory object" msgstr "споделен обект в паметта" #: lib/file-type.c:61 msgid "typed memory object" msgstr "типов обект в паметта" #: lib/file-type.c:66 msgid "block special file" msgstr "блоков специален файл" #: lib/file-type.c:69 msgid "character special file" msgstr "знаков специален сайт" #: lib/file-type.c:72 msgid "contiguous data" msgstr "последователни данни" #: lib/file-type.c:75 msgid "fifo" msgstr "програмен канал" #: lib/file-type.c:78 msgid "door" msgstr "порта" #: lib/file-type.c:81 msgid "multiplexed block special file" msgstr "мултиплексиран блоков специален файл" #: lib/file-type.c:84 msgid "multiplexed character special file" msgstr "мултиплексиран знаков специален файл" #: lib/file-type.c:87 msgid "multiplexed file" msgstr "мултиплексиран файл" #: lib/file-type.c:90 msgid "named file" msgstr "именован файл" #: lib/file-type.c:93 msgid "network special file" msgstr "мрежов специален файл" #: lib/file-type.c:96 msgid "migrated file with data" msgstr "мигриран файл с данни" #: lib/file-type.c:99 msgid "migrated file without data" msgstr "мигриран файл без данни" #: lib/file-type.c:102 msgid "port" msgstr "порт" #: lib/file-type.c:105 msgid "socket" msgstr "гнездо" #: lib/file-type.c:108 msgid "whiteout" msgstr "припокриващо изтриване" #: lib/file-type.c:110 msgid "weird file" 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" #. 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:354 msgid "`" msgstr "„" #: lib/quotearg.c:355 msgid "'" msgstr "“" #: lib/regcomp.c:122 msgid "Success" msgstr "Успех" #: lib/regcomp.c:125 msgid "No match" msgstr "Няма съвпадения" #: lib/regcomp.c:128 msgid "Invalid regular expression" msgstr "Неправилен регулярен израз" #: lib/regcomp.c:131 msgid "Invalid collation character" msgstr "Неправилен знак за подредба" #: lib/regcomp.c:134 msgid "Invalid character class name" msgstr "Неправилно име на клас знаци" #: lib/regcomp.c:137 msgid "Trailing backslash" msgstr "Самотна „\\“ накрая" #: lib/regcomp.c:140 msgid "Invalid back reference" msgstr "Неправилна препратка към съвпадение" #: lib/regcomp.c:143 msgid "Unmatched [, [^, [:, [., or [=" msgstr "„[“, „[^“, „[:“, „[.“ или „[=“ без еш" #: lib/regcomp.c:146 msgid "Unmatched ( or \\(" msgstr "„(“ или „\\(“ без еш" #: lib/regcomp.c:149 msgid "Unmatched \\{" msgstr "„\\{“ без еш" #: lib/regcomp.c:152 msgid "Invalid content of \\{\\}" msgstr "Неправилно съдържание в „\\{\\}“" #: lib/regcomp.c:155 msgid "Invalid range end" msgstr "Неправилен край на диапазон" #: lib/regcomp.c:158 msgid "Memory exhausted" msgstr "Паметта свърши" #: lib/regcomp.c:161 msgid "Invalid preceding regular expression" msgstr "Предхождащият регулярен израз е неправилен" #: lib/regcomp.c:164 msgid "Premature end of regular expression" msgstr "Ранен край на регулярен израз" #: lib/regcomp.c:167 msgid "Regular expression too big" msgstr "Регулярният израз е прекалено голям" #: lib/regcomp.c:170 msgid "Unmatched ) or \\)" msgstr "„)“ или „\\)“ без еш" #: lib/regcomp.c:650 msgid "No previous regular expression" msgstr "Няма предхождащ регулярен израз" #: lib/xalloc-die.c:34 msgid "memory exhausted" msgstr "паметта е изчерпана" #: lib/xfreopen.c:34 msgid "stdin" msgstr "стандартен вход" #: lib/xfreopen.c:35 msgid "stdout" msgstr "стандартен изход" #: lib/xfreopen.c:36 msgid "stderr" msgstr "стандартна грешка" #: lib/xfreopen.c:37 msgid "unknown stream" msgstr "непознат поток" #: lib/xfreopen.c:38 #, c-format msgid "failed to reopen %s with mode %s" msgstr "файлът „%s“ не може да се отвори наново с режим „%s“" #: lib/xstdopen.c:34 #, c-format msgid "standard file descriptors" msgstr "стандартни файлови дескриптори" #: 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, версия 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 %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: lib/version-etc.c:120 #, c-format msgid "" "Written by %s, %s, %s,\n" "and %s.\n" msgstr "" "Създадено от %s, %s, %s\n" "и %s.\n" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: lib/version-etc.c:127 #, c-format msgid "" "Written by %s, %s, %s,\n" "%s, and %s.\n" msgstr "" "Създадено от %s, %s, %s,\n" "%s и %s.\n" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: lib/version-etc.c:134 #, c-format msgid "" "Written by %s, %s, %s,\n" "%s, %s, and %s.\n" msgstr "" "Създадено от %s, %s, %s,\n" "%s, %s и %s.\n" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: lib/version-etc.c:142 #, c-format msgid "" "Written by %s, %s, %s,\n" "%s, %s, %s, and %s.\n" msgstr "" "Създадено от %s, %s, %s,\n" "%s, %s, %s и %s.\n" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: lib/version-etc.c:150 #, c-format msgid "" "Written by %s, %s, %s,\n" "%s, %s, %s, %s,\n" "and %s.\n" msgstr "" "Създадено от %s, %s, %s,\n" "%s, %s, %s, %s\n" "и %s.\n" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: lib/version-etc.c:159 #, c-format msgid "" "Written by %s, %s, %s,\n" "%s, %s, %s, %s,\n" "%s, and %s.\n" msgstr "" "Създадено от %s, %s, %s,\n" "%s, %s, %s, %s,\n" "%s и %s.\n" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: lib/version-etc.c:170 #, c-format msgid "" "Written by %s, %s, %s,\n" "%s, %s, %s, %s,\n" "%s, %s, and others.\n" msgstr "" "Създадено от %s, %s, %s,\n" "%s, %s, %s, %s,\n" "%s, %s и др.\n" #. TRANSLATORS: The placeholder indicates the bug-reporting address #. for this package. Please add _another line_ saying #. "Report translation bugs to <...>\n" with the address for translation #. bugs (typically your translation team's web or email address). #: lib/version-etc.c:249 #, c-format msgid "Report bugs to: %s\n" msgstr "" "Докладвайте грешки в програмата на адрес: %s\n" "Докладвайте грешки в превода на адрес: \n" #: lib/version-etc.c:251 #, c-format msgid "Report %s bugs to: %s\n" msgstr "Докладвайте грешки в „%s“ на адрес: %s\n" #: lib/version-etc.c:255 lib/version-etc.c:257 #, c-format msgid "%s home page: <%s>\n" msgstr "Уеб страница на „%s“: <%s>\n" #: lib/version-etc.c:260 #, c-format msgid "General help using GNU software: <%s>\n" msgstr "Обща помощ за програмите на GNU: <%s>\n" #: src/analyze.c:454 src/diff.c:1455 #, c-format msgid "Files %s and %s differ\n" msgstr "Файловете „%s“ и „%s“ се различават\n" #: src/analyze.c:455 #, c-format msgid "Binary files %s and %s differ\n" msgstr "Двоичните файлове „%s“ и „%s“ се различават\n" #: src/analyze.c:706 src/diff3.c:1466 src/util.c:1362 msgid "No newline at end of file" msgstr "Липсва нов ред в края на файла" #. Th