diff --git a/i18n/cs.json b/i18n/cs.json
index 85bc64d8..e648f036 100644
--- a/i18n/cs.json
+++ b/i18n/cs.json
@@ -1,192 +1,148 @@
{
"PrivateBin": "PrivateBin",
- "%s is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES. More information on the project page.":
- "%s je minimalistický open source 'pastebin' server, který neanalyzuje vložená data. Data jsou šifrována v prohlížeči pomocí 256 bitů AES. Více informací na stránce projetu.",
- "Because ignorance is bliss":
- "Protože nevědomost je sladká",
- "en": "cs",
- "Paste does not exist, has expired or has been deleted.":
- "Vložený text neexistuje, expiroval nebo byl odstraněn.",
- "%s requires php %s or above to work. Sorry.":
- "%s vyžaduje php %s nebo vyšší. Lituji.",
- "%s requires configuration section [%s] to be present in configuration file.":
- "%s requires configuration section [%s] to be present in configuration file.",
- "Please wait %d seconds between each post.":
- "Počet sekund do dalšího příspěvku: %d.",
- "Paste is limited to %s of encrypted data.":
- "Příspěvek je limitován na %s šífrovaných dat",
- "Invalid data.":
- "Chybná data.",
- "You are unlucky. Try again.":
- "Lituji, zkuste to znovu.",
- "Error saving comment. Sorry.":
- "Chyba při ukládání komentáře.",
- "Error saving paste. Sorry.":
- "Chyba při ukládání příspěvku.",
- "Invalid paste ID.":
- "Chybně vložené ID.",
- "Paste is not of burn-after-reading type.":
- "Paste is not of burn-after-reading type.",
- "Wrong deletion token. Paste was not deleted.":
- "Wrong deletion token. Paste was not deleted.",
- "Paste was properly deleted.":
- "Paste was properly deleted.",
- "JavaScript is required for %s to work. Sorry for the inconvenience.":
- "JavaScript is required for %s to work. Sorry for the inconvenience.",
- "%s requires a modern browser to work.":
- "%%s requires a modern browser to work.",
- "New":
- "Nový",
- "Send":
- "Odeslat",
- "Clone":
- "Klonovat",
- "Raw text":
- "Pouze Text",
- "Expires":
- "Expirace",
- "Burn after reading":
- "Po přečtení smazat",
- "Open discussion":
- "Povolit komentáře",
- "Password (recommended)":
- "Heslo (doporučeno)",
- "Discussion":
- "Komentáře",
- "Toggle navigation":
- "Toggle navigation",
- "%d seconds": ["%d sekuda", "%d sekundy", "%d sekund"],
- "%d minutes": ["%d minuta", "%d minuty", "%d minut"],
- "%d hours": ["%d hodin", "%d hodiny", "%d hodin"],
- "%d days": ["%d den", "%d dny", "%d dní"],
- "%d weeks": ["%d týden", "%d týdeny", "%d týdnů"],
- "%d months": ["%d měsíc", "%d měsíce", "%d měsíců"],
- "%d years": ["%d rok", "%d roky", "%d roků"],
- "Never":
- "Nikdy",
- "Note: This is a test service: Data may be deleted anytime. Kittens will die if you abuse this service.":
- "Note: This is a test service: Data may be deleted anytime. Kittens will die if you abuse this service.",
- "This document will expire in %d seconds.":
- ["Tento dokument expiruje za %d sekundu.", "Tento dokument expiruje za %d sekundy.", "Tento dokument expiruje za %d sekund."],
- "This document will expire in %d minutes.":
- ["Tento dokument expiruje za %d minutu.", "Tento dokument expiruje za %d minuty.", "Tento dokument expiruje za %d minut."],
- "This document will expire in %d hours.":
- ["Tento dokument expiruje za %d hodinu.", "Tento dokument expiruje za %d hodiny.", "Tento dokument expiruje za %d hodin."],
- "This document will expire in %d days.":
- ["Tento dokument expiruje za %d den.", "Tento dokument expiruje za %d dny.", "Tento dokument expiruje za %d dny."],
- "This document will expire in %d months.":
- ["Tento dokument expiruje za %d měsíc.", "Tento dokument expiruje za %d měsíce.", "Tento dokument expiruje za %d měsíců."],
- "Please enter the password for this paste:":
- "Zadejte prosím heslo:",
- "Could not decrypt data (Wrong key?)":
- "Could not decrypt data (Wrong key?)",
- "Could not delete the paste, it was not stored in burn after reading mode.":
- "Could not delete the paste, it was not stored in burn after reading mode.",
- "FOR YOUR EYES ONLY. Don't close this window, this message can't be displayed again.":
- "FOR YOUR EYES ONLY. Don't close this window, this message can't be displayed again.",
- "Could not decrypt comment; Wrong key?":
- "Could not decrypt comment; Wrong key?",
- "Reply":
- "Reply",
- "Anonymous":
- "Anonym",
- "Avatar generated from IP address":
- "Avatar generated from IP address",
- "Add comment":
- "Přidat komentář",
- "Optional nickname…":
- "Volitelný nickname…",
- "Post comment":
- "Odeslat komentář",
- "Sending comment…":
- "Odesílání komentáře…",
- "Comment posted.":
- "Komentář odeslán.",
- "Could not refresh display: %s":
- "Could not refresh display: %s",
- "unknown status":
- "neznámý stav",
- "server error or not responding":
- "Chyba na serveru nebo server neodpovídá",
- "Could not post comment: %s":
- "Nelze odeslat komentář: %s",
- "Sending paste…":
- "Odesílání příspěvku…",
- "Your paste is %s (Hit [Ctrl]+[c] to copy)":
- "Váš link je %s (Stiskněte [Ctrl]+[c] pro zkopírování)",
- "Delete data":
- "Odstranit data",
- "Could not create paste: %s":
- "Nelze vytvořit příspěvek: %s",
- "Cannot decrypt paste: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)":
- "Nepodařilo se dešifrovat příspěvek: V adrese chybí dešifrovací klíč (Možnou příčinou může být URL shortener?)",
- "Format": "Formát",
- "Plain Text": "Prostý Text",
- "Source Code": "Zdrojový kód",
+ "%s is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES. More information on the project page.": "%s е изчистен и изцяло достъпен като отворен код, онлайн \"paste\" услуга, където сървъра не знае подадената информация. Тя се шифрова/дешифрова във браузъра използвайки 256 битов AES алгоритъм. Повече информация може да намерите на страницата на проекта (Английски)",
+ "Because ignorance is bliss": "Невежеството е блаженство",
+ "en": "bg",
+ "Paste does not exist, has expired or has been deleted.": "Информацията не съществува, срокът и е изтекъл или е била изтрита.",
+ "%s requires php %s or above to work. Sorry.": "%s има нужда от PHP %s или по-нова, за да работи. Съжалявам.",
+ "%s requires configuration section [%s] to be present in configuration file.": "%s задължава отдела от настройките [%s] да съществува във файла със настройките.",
+ "Please wait %d seconds between each post.": "Моля изчакайте %d секунди между всяка публикация.",
+ "Paste is limited to %s of encrypted data.": "Съдържанието е ограничено до %s криптирана информация.",
+ "Invalid data.": "Невалидна информация.",
+ "You are unlucky. Try again.": "Нямаш късмет. Пробвай отново.",
+ "Error saving comment. Sorry.": "Грешка в запазването на коментара. Съжалявам.",
+ "Error saving paste. Sorry.": "Грешка в записването на информацията. Съжалявам.",
+ "Invalid paste ID.": "Невалиден идентификационен код.",
+ "Paste is not of burn-after-reading type.": "Информацията не е от тип \"унищожаване след преглед\".",
+ "Wrong deletion token. Paste was not deleted.": "Невалиден код за изтриване. Информацията Ви не беше изтрита.",
+ "Paste was properly deleted.": "Информацията Ви е изтрита.",
+ "JavaScript is required for %s to work. Sorry for the inconvenience.": "Услугата %s се нуждае от JavaScript, за да работи. Съжаляваме за неудобството.",
+ "%s requires a modern browser to work.": "%s се нуждае от съвременен браузър за да работи.",
+ "New": "Създаване",
+ "Send": "Изпрати",
+ "Clone": "Дублирай",
+ "Raw text": "Чист текст",
+ "Expires": "Изтича",
+ "Burn after reading": "Унищожи след преглед",
+ "Open discussion": "Отворена дискусия",
+ "Password (recommended)": "Парола (препоръчва се)",
+ "Discussion": "Коментари",
+ "Toggle navigation": "Включи или Изключи навигацията",
+ "%d seconds": [
+ "%d секунди",
+ "%d секунда"
+ ],
+ "%d minutes": [
+ "%d минути",
+ "%d минута"
+ ],
+ "%d hours": [
+ "%d часа",
+ "%d час"
+ ],
+ "%d days": [
+ "%d дни",
+ "%d ден"
+ ],
+ "%d weeks": [
+ "%d седмици",
+ "%d седмица"
+ ],
+ "%d months": [
+ "%d месеци",
+ "%d месец"
+ ],
+ "%d years": [
+ "%d години",
+ "%d година"
+ ],
+ "Never": "Никога",
+ "Note: This is a test service: Data may be deleted anytime. Kittens will die if you abuse this service.": "Забележка: Това е пробна услуга: Информацията може да бъде изтрита по всяко време. Котета ще измрат ако злоупотребиш с услугата.",
+ "This document will expire in %d seconds.": [
+ "Този документ изтича след една секунда.",
+ "Този документ изтича след %d секунди."
+ ],
+ "This document will expire in %d minutes.": [
+ "Този документ изтича след една минута.",
+ "Този документ изтича след %d минути."
+ ],
+ "This document will expire in %d hours.": [
+ "Този документ изтича след един час.",
+ "Този документ изтича след %d часа."
+ ],
+ "This document will expire in %d days.": [
+ "Този документ изтича след един ден.",
+ "Този документ изтича след %d дни."
+ ],
+ "This document will expire in %d months.": [
+ "Този документ изтича след една година.",
+ "Този документ изтича след %d години."
+ ],
+ "Please enter the password for this paste:": "Моля въведете паролата за това съдържание:",
+ "Could not decrypt data (Wrong key?)": "Информацията не можеше да се дешифрова (Грешен ключ?)",
+ "Could not delete the paste, it was not stored in burn after reading mode.": "Изтриването на информацията беше неуспешно. Тя не е от тип \"унищожаване след преглед\".",
+ "FOR YOUR EYES ONLY. Don't close this window, this message can't be displayed again.": "САМО ЗА ВАШИТЕ ОЧИ. Не затваряйте прозореца, понеже тази информация няма да може да бъде показана отново.",
+ "Could not decrypt comment; Wrong key?": "Дешифроването на коментара беше неуспешно. Грешен ключ?",
+ "Reply": "Отговор",
+ "Anonymous": "Безименен",
+ "Avatar generated from IP address": "Аватар (на базата на IP адреса Ви)",
+ "Add comment": "Добави коментар",
+ "Optional nickname…": "Избирателен псевдоним",
+ "Post comment": "Публикувай коментара",
+ "Sending comment…": "Изпращане на коментара Ви…",
+ "Comment posted.": "Коментара Ви е публикуван.",
+ "Could not refresh display: %s": "Презареждането на екрана беше неуспешно: %s",
+ "unknown status": "Неизвестно състояние",
+ "server error or not responding": "Грешка в сървъра или не отговаря",
+ "Could not post comment: %s": "Публикуването на коментара Ви беше неуспешно: %s",
+ "Sending paste…": "Изпращане на информацията Ви…",
+ "Your paste is %s (Hit [Ctrl]+[c] to copy)": "Вашата връзка е %s (Натиснете [Ctrl]+[c] за да копирате)",
+ "Delete data": "Изтриване на информацията",
+ "Could not create paste: %s": "Създаването на връзката ви беше неуспешно: %s",
+ "Cannot decrypt paste: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Дешифроването на информацията беше неуспешно: Ключа за декриптиране липсва във връзката (Да не сте използвали услуга за пренасочване или скъсяване на връзката, което би изрязало части от нея?)",
+ "Format": "Format",
+ "Plain Text": "Чист текст",
+ "Source Code": "Изходен код",
"Markdown": "Markdown",
- "Download attachment": "Stáhnout přílohu",
- "Cloned: '%s'": "Klonováno: '%s'",
- "The cloned file '%s' was attached to this paste.": "The cloned file '%s' was attached to this paste.",
- "Attach a file": "Připojit soubor",
- "alternatively drag & drop a file or paste an image from the clipboard": "alternatively drag & drop a file or paste an image from the clipboard",
- "File too large, to display a preview. Please download the attachment.": "Soubor je příliš velký pro zobrazení náhledu. Stáhněte si přílohu.",
- "Remove attachment": "Odstranit přílohu",
- "Your browser does not support uploading encrypted files. Please use a newer browser.":
- "Váš prohlížeč nepodporuje nahrávání šifrovaných souborů. Použijte modernější verzi prohlížeče.",
- "Invalid attachment.": "Chybná příloha.",
- "Options": "Volby",
- "Shorten URL": "Shorten URL",
- "Editor": "Editor",
- "Preview": "Náhled",
- "%s requires the PATH to end in a \"%s\". Please update the PATH in your index.php.":
- "%s requires the PATH to end in a \"%s\". Please update the PATH in your index.php.",
- "Decrypt":
- "Decrypt",
- "Enter password":
- "Zadejte heslo",
- "Loading…": "Loading…",
- "Decrypting paste…": "Decrypting paste…",
- "Preparing new paste…": "Preparing new paste…",
- "In case this message never disappears please have a look at this FAQ for information to troubleshoot.":
- "In case this message never disappears please have a look at this FAQ for information to troubleshoot.",
- "+++ no paste text +++": "+++ žádný vložený text +++",
- "Could not get paste data: %s":
- "Could not get paste data: %s",
- "QR code": "QR code",
- "This website is using an insecure HTTP connection! Please use it only for testing.":
- "This website is using an insecure HTTP connection! Please use it only for testing.",
- "For more information see this FAQ entry.":
- "For more information see this FAQ entry.",
- "Your browser may require an HTTPS connection to support the WebCrypto API. Try switching to HTTPS.":
- "Your browser may require an HTTPS connection to support the WebCrypto API. Try switching to HTTPS.",
- "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.":
- "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.",
- "waiting on user to provide a password":
- "waiting on user to provide a password",
- "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.":
- "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.",
- "Retry":
- "Retry",
- "Showing raw text…":
- "Showing raw text…",
- "Notice:":
- "Notice:",
- "This link will expire after %s.":
- "This link will expire after %s.",
- "This link can only be accessed once, do not use back or refresh button in your browser.":
- "This link can only be accessed once, do not use back or refresh button in your browser.",
- "Link:":
- "Link:",
- "Recipient may become aware of your timezone, convert time to UTC?":
- "Recipient may become aware of your timezone, convert time to UTC?",
- "Use Current Timezone":
- "Use Current Timezone",
- "Convert To UTC":
- "Convert To UTC",
- "Close":
- "Close",
- "Encrypted note on PrivateBin":
- "Encrypted note on PrivateBin",
- "Visit this link to see the note. Giving the URL to anyone allows them to access the note, too.":
- "Visit this link to see the note. Giving the URL to anyone allows them to access the note, too."
+ "Download attachment": "Свали прикачения файл",
+ "Cloned: '%s'": "Дублирано: '%s'",
+ "The cloned file '%s' was attached to this paste.": "Дублирания файл '%s' беше прикачен.",
+ "Attach a file": "Прикачи файл",
+ "alternatively drag & drop a file or paste an image from the clipboard": "Също можеш да пуснеш файла върху този прозорец или да поставиш изображение от клипборда",
+ "File too large, to display a preview. Please download the attachment.": "Файла е твърде голям, за да се представи визуализация. Моля, свалете файла.",
+ "Remove attachment": "Премахнете файла",
+ "Your browser does not support uploading encrypted files. Please use a newer browser.": "Браузърът ви не поддържа прикачване на шифровани файлове. Моля, използвайте по-нов браузър",
+ "Invalid attachment.": "Невалидно прикачване.",
+ "Options": "Настройки",
+ "Shorten URL": "Скъси връзката",
+ "Editor": "Редактор",
+ "Preview": "Визуализация",
+ "%s requires the PATH to end in a \"%s\". Please update the PATH in your index.php.": "PATH трябва да е във края на \"%s\" за да може %s да работи правилно. Моля обновете PATH във вашият index.php .",
+ "Decrypt": "Дешифровай",
+ "Enter password": "Въведи паролата",
+ "Loading…": "Зареждане…",
+ "Decrypting paste…": "Дешифроване на информацията…",
+ "Preparing new paste…": "Приготвяне на връзката Ви…",
+ "In case this message never disappears please have a look at this FAQ for information to troubleshoot.": "Във случай, че това съобщение не изчезне след време, моля прегледайте този FAQ (Английски), за информация, която би ви помогнала.",
+ "+++ no paste text +++": "+++ няма текстово съдържание +++",
+ "Could not get paste data: %s": "Взимането на информацията беше неуспешно: %s",
+ "QR code": "QR код",
+ "This website is using an insecure HTTP connection! Please use it only for testing.": "Този сайт използва несигурна HTTP връзка. Моля използвайте само за проби.",
+ "For more information see this FAQ entry.": "Вижте тази страница за повече информация.",
+ "Your browser may require an HTTPS connection to support the WebCrypto API. Try switching to HTTPS.": "Браузъра ви може да се нуждае от HTTPS връзка за да използва WebCrypto API. Пробвай да минеш на HTTPS.",
+ "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.": "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.",
+ "waiting on user to provide a password": "waiting on user to provide a password",
+ "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.": "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.",
+ "Retry": "Retry",
+ "Showing raw text…": "Showing raw text…",
+ "Notice:": "Notice:",
+ "This link will expire after %s.": "This link will expire after %s.",
+ "This link can only be accessed once, do not use back or refresh button in your browser.": "This link can only be accessed once, do not use back or refresh button in your browser.",
+ "Link:": "Link:",
+ "Recipient may become aware of your timezone, convert time to UTC?": "Recipient may become aware of your timezone, convert time to UTC?",
+ "Use Current Timezone": "Use Current Timezone",
+ "Convert To UTC": "Convert To UTC",
+ "Close": "Close",
+ "Encrypted note on PrivateBin": "Encrypted note on PrivateBin",
+ "Visit this link to see the note. Giving the URL to anyone allows them to access the note, too.": "Visit this link to see the note. Giving the URL to anyone allows them to access the note, too."
}