blob: 4620c3682515a32f42f144267ea0cf79fd2c390b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
# Ukrainian (Українська) translation
# Translator: sevenfourk <sevenfourk@gmail.com>
include_once("translator.inc");
global $_t;
$_t["uk"]["Click on the Home link above to log in."] = "Клікніть на посилання Home щоб увійти.";
$_t["uk"]["Your session has timed out. You must log in again."] = "Ваша сесія вичерпалася. Ви повинні зайти знову.";
|