mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +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:
@@ -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 <[email protected]>
|
||||||
|
*/
|
||||||
|
|
||||||
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 <[email protected]>
|
||||||
|
* Copyright 2021 Eric Kohl <[email protected]>
|
||||||
|
*/
|
||||||
|
|
||||||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||||
|
|
||||||
STRINGTABLE
|
STRINGTABLE
|
||||||
|
|||||||
@@ -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ń <[email protected]>
|
||||||
|
*/
|
||||||
|
|
||||||
|
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
|
||||||
@@ -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 <[email protected]>
|
||||||
|
*/
|
||||||
|
|
||||||
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user