[W32TIME] Restore remaining translations

They were unintentionally dropped in commit 3d8d88ea.
Also add corresponding translation authors.

References: e4898e6e, c81af08f, 05c39d8d
This commit is contained in:
Stanislav Motylkov 2021-12-09 16:10:42 +03:00
parent b794e76151
commit 2a616b0a14
No known key found for this signature in database
GPG key ID: AFE513258CBA9E92
5 changed files with 49 additions and 0 deletions

View file

@ -1,3 +1,10 @@
/*
* PROJECT: ReactOS W32Time Service
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: German resource file
* TRANSLATORS: Copyright 2021 Eric Kohl <ekohl@reactos.org>
*/
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
STRINGTABLE

View file

@ -1,3 +1,11 @@
/*
* PROJECT: ReactOS W32Time Service
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: English resource file
* TRANSLATORS: Copyright 2019 Doug Lyons <douglyons@douglyons.com>
* Copyright 2021 Eric Kohl <ekohl@reactos.org>
*/
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
STRINGTABLE

View file

@ -0,0 +1,14 @@
/*
* PROJECT: ReactOS W32Time Service
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Polish resource file
* TRANSLATORS: Copyright 2019 Adam Słaboń <asaillen456esx@gmail.com>
*/
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
STRINGTABLE
BEGIN
IDS_DISPLAYNAME "Usługa Czas"
IDS_DESCRIPTION "Maintains date and time synchronization on all clients and servers on the network."
END

View file

@ -0,0 +1,14 @@
/*
* PROJECT: ReactOS W32Time Service
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Turkish resource file
* TRANSLATORS: Copyright 2021 Süleyman Poyraz <zaryob.dev@gmail.com>
*/
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
STRINGTABLE
BEGIN
IDS_DISPLAYNAME "Zaman Hizmeti"
IDS_DESCRIPTION "Maintains date and time synchronization on all clients and servers on the network."
END

View file

@ -21,3 +21,9 @@
#ifdef LANGUAGE_ES_ES
#include "lang/es-ES.rc"
#endif
#ifdef LANGUAGE_PL_PL
#include "lang/pl-PL.rc"
#endif
#ifdef LANGUAGE_TR_TR
#include "lang/tr-TR.rc"
#endif