mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[CRYPTEXT] Add Ukrainian translation (#1999)
This commit is contained in:
committed by
Hermès BÉLUSCA - MAÏTO
parent
dde7113cfc
commit
218118e994
@@ -38,3 +38,6 @@
|
||||
#ifdef LANGUAGE_RU_RU
|
||||
#include "lang/ru-RU.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_UK_UA
|
||||
#include "lang/uk-UA.rc"
|
||||
#endif
|
||||
|
||||
@@ -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 ([email protected])
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_INVALIDFILE "Цей файл не є корректним файлом сертифікату."
|
||||
IDS_CER_FILE "Файл сертифікату"
|
||||
END
|
||||
Reference in New Issue
Block a user