mirror of
https://github.com/znc/znc.git
synced 2026-07-06 18:01:21 +02:00
72 lines
2.4 KiB
Plaintext
72 lines
2.4 KiB
Plaintext
msgid ""
|
||
msgstr ""
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: 8bit\n"
|
||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||
"X-Crowdin-Project: znc-bouncer\n"
|
||
"X-Crowdin-Project-ID: 289533\n"
|
||
"X-Crowdin-Language: bg\n"
|
||
"X-Crowdin-File: /master/modules/po/savebuff.pot\n"
|
||
"X-Crowdin-File-ID: 198\n"
|
||
"Project-Id-Version: znc-bouncer\n"
|
||
"Language-Team: Bulgarian\n"
|
||
"Language: bg_BG\n"
|
||
|
||
#: savebuff.cpp:65
|
||
msgid "<password>"
|
||
msgstr "<password>"
|
||
|
||
#: savebuff.cpp:65
|
||
msgid "Sets the password"
|
||
msgstr "Задава паролата"
|
||
|
||
#: savebuff.cpp:67
|
||
msgid "<buffer>"
|
||
msgstr "<buffer>"
|
||
|
||
#: savebuff.cpp:67
|
||
msgid "Replays the buffer"
|
||
msgstr "Пуска буфера отново"
|
||
|
||
#: savebuff.cpp:69
|
||
msgid "Saves all buffers"
|
||
msgstr "Записва всички буфери"
|
||
|
||
#: savebuff.cpp:221
|
||
msgid ""
|
||
"Password is unset usually meaning the decryption failed. You can setpass to "
|
||
"the appropriate pass and things should start working, or setpass to a new "
|
||
"pass and save to reinstantiate"
|
||
msgstr ""
|
||
"Паролата не е зададена, което означава че декодирането не е успешно. Може да "
|
||
"използвате setpass за да зададете правилната парола и нещата би трябвало да "
|
||
"почнат да работят. Ако, не използвайте setpass за нова парола и запишете "
|
||
"промените"
|
||
|
||
#: savebuff.cpp:232
|
||
#, c++-format
|
||
msgid "Password set to [{1}]"
|
||
msgstr "Паролата е зададена на [{1}]"
|
||
|
||
#: savebuff.cpp:262
|
||
#, c++-format
|
||
msgid "Replayed {1}"
|
||
msgstr "{1} е пуснато отново"
|
||
|
||
#: savebuff.cpp:341
|
||
#, c++-format
|
||
msgid "Unable to decode Encrypted file {1}"
|
||
msgstr "Не може да се декодира криптираният файл {1}"
|
||
|
||
#: savebuff.cpp:358
|
||
msgid ""
|
||
"This user module takes up to one arguments. Either --ask-pass or the "
|
||
"password itself (which may contain spaces) or nothing"
|
||
msgstr ""
|
||
"Този потребителски модул поема до един аргумент. Или --ask-pass, паролата ви "
|
||
"(която може да съдържа интервали) или нищо"
|
||
|
||
#: savebuff.cpp:363
|
||
msgid "Stores channel and query buffers to disk, encrypted"
|
||
msgstr "Запазва криптирани буфери от канали и заявки към диск"
|