2013-12-07 20:22:36 -05:00

19 lines
795 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(
"Close" => "Затвори",
"Share" => "Дели",
"'.' is an invalid file name." => "Датотека „.“ је неисправног имена.",
"File name cannot be empty." => "Име датотеке не може бити празно.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Неисправан назив. Следећи знакови нису дозвољени: \\, /, <, >, :, \", |, ? и *.",
"Cancel" => "Откажи",
"Create" => "Направи",
"Delete" => "Обриши",
"OK" => "У реду",
"Open" => "Отвори",
"Save" => "Сачувај",
"Size" => "Величина",
"Text" => "Текст",
"Edit" => "Уреди",
"Upload" => "Отпреми",
"Password" => "Лозинка"
);