2014-02-13 02:13:52 -05:00

23 lines
973 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" => "Поділитися",
"Failed to load documents." => "Не вдалося завантажити документи.",
"'.' is an invalid file name." => "'.' це невірне ім'я файлу.",
"File name cannot be empty." => " Ім'я файлу не може бути порожнім.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Невірне ім'я, '\\', '/', '<', '>', ':', '\"', '|', '?' та '*' не дозволені.",
"Cancel" => "Відмінити",
"Create" => "Створити",
"Delete" => "Видалити",
"Family" => "Сім'я",
"Loading" => "Завантаження",
"OK" => "OK",
"Open" => "Відкрити",
"Options" => "Опції",
"Save" => "Зберегти",
"Size" => "Розмір",
"Text" => "Текст",
"Edit" => "Редагувати",
"Upload" => "Вивантажити",
"Password" => "Пароль"
);