2014-07-15 00:43:40 -04:00

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