mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:05:43 +00:00
[CRYPTEXT] Add Ukrainian translation (#1999)
This commit is contained in:
parent
dde7113cfc
commit
218118e994
2 changed files with 17 additions and 0 deletions
|
@ -38,3 +38,6 @@
|
||||||
#ifdef LANGUAGE_RU_RU
|
#ifdef LANGUAGE_RU_RU
|
||||||
#include "lang/ru-RU.rc"
|
#include "lang/ru-RU.rc"
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef LANGUAGE_UK_UA
|
||||||
|
#include "lang/uk-UA.rc"
|
||||||
|
#endif
|
||||||
|
|
14
dll/shellext/cryptext/lang/uk-UA.rc
Normal file
14
dll/shellext/cryptext/lang/uk-UA.rc
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
/*
|
||||||
|
* PROJECT: ReactOS CryptExt Shell Extension
|
||||||
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
|
* PURPOSE: Ukrainian (Ukraine) resource translation
|
||||||
|
* COPYRIGHT: Copyright 2019 Oleg Dubinskiy (oleg.dubinskij2013@yandex.ua)
|
||||||
|
*/
|
||||||
|
|
||||||
|
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
|
||||||
|
|
||||||
|
STRINGTABLE
|
||||||
|
BEGIN
|
||||||
|
IDS_INVALIDFILE "Цей файл не є корректним файлом сертифікату."
|
||||||
|
IDS_CER_FILE "Файл сертифікату"
|
||||||
|
END
|
Loading…
Add table
Add a link
Reference in a new issue