nextcloud/files/l10n/bg_BG.php

15 lines
750 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php $TRANSLATIONS = array(
"Files" => "Файлове",
"Maximum upload size" => "Макс. размер за качване",
"Upload" => "Качване",
"New Folder" => "Нова папка",
"Nothing in here. Upload something!" => "Няма нищо, качете нещо!",
"Name" => "Име",
"Download" => "Изтегляне",
"Size" => "Размер",
"Modified" => "Променено",
"Delete" => "Изтриване",
"Upload too large" => "Файлът е прекалено голям",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Файловете които се опитвате да качите са по-големи от позволеното за сървъра."
);