2014-05-12 00:44:33 -04: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(
"Failed to load documents." => "Не вдалося завантажити документи.",
"Share" => "Поділитися",
"Close" => "Закрити",
"Save" => "Зберегти",
"'.' 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" => "Опції",
"Size" => "Розмір",
"Text" => "Текст",
"Edit" => "Редагувати",
"Upload" => "Вивантажити",
"Password" => "Пароль"
);