nextcloud/files/l10n/sr.php

15 lines
817 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." => "Фајлови које желите да пошаљете превазилазе ограничење максималне величине пошиљке на овом серверу."
);