mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Signed-off-by: sevenfourk <sevenfourk@gmail.com> Signed-off-by: Loui Chang <louipc.ist@gmail.com>
11 lines
473 B
PHP
11 lines
473 B
PHP
<?php
|
|
# Ukrainian (Українська) translation
|
|
# Translator: sevenfourk <sevenfourk@gmail.com>
|
|
|
|
include_once("translator.inc");
|
|
global $_t;
|
|
|
|
$_t["uk"]["Your session id is invalid."] = "Невірний ідентифікатор сесії.";
|
|
|
|
$_t["uk"]["If this problem persists, please contact the site administrator."] = "Якщо проблема не розв'язана, будь-ласка, зв'яжіться з адміністратором сайту.";
|
|
|