From a4ae81b3b5118a006491898f5d5e47e1b1c78d71 Mon Sep 17 00:00:00 2001 From: Yuriy Pikhtarev Date: Fri, 10 Feb 2017 03:46:36 +0300 Subject: [PATCH] Translated --- messages/uk.php | 54 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 messages/uk.php diff --git a/messages/uk.php b/messages/uk.php new file mode 100644 index 000000000..2d181dc08 --- /dev/null +++ b/messages/uk.php @@ -0,0 +1,54 @@ + 'Захисний код', + 'Go back' => 'Повернутися', + 'Send' => 'Відправити', + 'Submit' => 'Підтвердити', + + // Control panel + 'Control panel' => 'Панель керування', + + // Errors + 'File not found: %location%' => 'Файл не знайдено: %location%', + 'Invalid request: not specified %data%' => 'Невірний запит: не вказано %data%', + + // Feed (feed.php) + 'Feed' => 'Стрічка', + 'Do not specify a mode for the feed' => 'Не вказано режим для стрічки', + 'This forum does not have a feed' => 'Цей форум не має стрічки', + 'This user does not have a feed' => 'У цього користувача немає стрічки', + + // Style guide (styleguide.php) + 'Hello, %name%' => 'Привіт, %name%', + 'Style guide' => 'Порадник по стилю', + + // Terms (terms.php) + 'Only administrators see this line' => 'Тільки адміністратори бачать цей рядок', + 'Terms' => 'Умови', + 'The text on this page can be edited in the' => 'Текст на цій сторінці може бути відредагований у', +]; \ No newline at end of file