mirror of
https://github.com/reactos/reactos.git
synced 2025-07-07 11:37:54 +00:00
[W32TIME] Restore remaining translations
They were unintentionally dropped in commit3d8d88ea
. Also add corresponding translation authors. References:e4898e6e
,c81af08f
,05c39d8d
This commit is contained in:
parent
b794e76151
commit
2a616b0a14
5 changed files with 49 additions and 0 deletions
|
@ -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
|
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
STRINGTABLE
|
STRINGTABLE
|
||||||
|
|
|
@ -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
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||||
|
|
||||||
STRINGTABLE
|
STRINGTABLE
|
||||||
|
|
14
base/services/w32time/lang/pl-PL.rc
Normal file
14
base/services/w32time/lang/pl-PL.rc
Normal 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
|
14
base/services/w32time/lang/tr-TR.rc
Normal file
14
base/services/w32time/lang/tr-TR.rc
Normal 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
|
|
@ -21,3 +21,9 @@
|
||||||
#ifdef LANGUAGE_ES_ES
|
#ifdef LANGUAGE_ES_ES
|
||||||
#include "lang/es-ES.rc"
|
#include "lang/es-ES.rc"
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef LANGUAGE_PL_PL
|
||||||
|
#include "lang/pl-PL.rc"
|
||||||
|
#endif
|
||||||
|
#ifdef LANGUAGE_TR_TR
|
||||||
|
#include "lang/tr-TR.rc"
|
||||||
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue