2013-11-20 16:10:05 -05:00

19 lines
575 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." => "Не вдалося завантажити документи.",
"Cancel" => "Відмінити",
"Create" => "Створити",
"Delete" => "Видалити",
"Family" => "Сім'я",
"Loading" => "Завантаження",
"OK" => "OK",
"Open" => "Відкрити",
"Options" => "Опції",
"Save" => "Зберегти",
"Size" => "Розмір",
"Text" => "Текст",
"Upload" => "Вивантажити",
"Password" => "Пароль"
);