mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[EVENTVWR] Update file headers.
This commit is contained in:
parent
12526424d5
commit
89bdca6177
29 changed files with 187 additions and 82 deletions
|
@ -1,29 +1,10 @@
|
||||||
/*
|
/*
|
||||||
* ReactOS Win32 Applications
|
* PROJECT: ReactOS Event Log Viewer
|
||||||
* Copyright (C) 2007 ReactOS Team
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
*
|
* PURPOSE: Event Log Viewer main file.
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* COPYRIGHT: Copyright 2007 Marc Piulachs <marc.piulachs@codexchange.net>
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Copyright 2008-2016 Eric Kohl <eric.kohl@reactos.org>
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* Copyright 2016-2022 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along
|
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
*/
|
|
||||||
/*
|
|
||||||
* PROJECT: ReactOS Event Log Viewer
|
|
||||||
* LICENSE: GPL - See COPYING in the top level directory
|
|
||||||
* FILE: base/applications/mscutils/eventvwr/eventvwr.c
|
|
||||||
* PURPOSE: Event Log Viewer main file
|
|
||||||
* PROGRAMMERS: Marc Piulachs (marc.piulachs at codexchange [dot] net)
|
|
||||||
* Eric Kohl
|
|
||||||
* Hermes Belusca-Maito
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "eventvwr.h"
|
#include "eventvwr.h"
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Event Log Viewer
|
* PROJECT: ReactOS Event Log Viewer
|
||||||
* LICENSE: GPL - See COPYING in the top level directory
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
* FILE: base/applications/mscutils/eventvwr/eventvwr.h
|
* PURPOSE: Event Log Viewer header.
|
||||||
* PURPOSE: Event Log Viewer header
|
* COPYRIGHT: Copyright 2007 Marc Piulachs <marc.piulachs@codexchange.net>
|
||||||
* PROGRAMMERS: Marc Piulachs (marc.piulachs at codexchange [dot] net)
|
* Copyright 2008-2016 Eric Kohl <eric.kohl@reactos.org>
|
||||||
* Eric Kohl
|
* Copyright 2016-2022 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
|
||||||
* Hermes Belusca-Maito
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _EVENTVWR_PCH_
|
#ifndef _EVENTVWR_PCH_
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
/*
|
||||||
|
* PROJECT: ReactOS Event Log Viewer
|
||||||
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
|
* PURPOSE: Resources file.
|
||||||
|
* COPYRIGHT: Copyright 2007 Marc Piulachs <marc.piulachs@codexchange.net>
|
||||||
|
* Copyright 2008-2016 Eric Kohl <eric.kohl@reactos.org>
|
||||||
|
* Copyright 2016-2022 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
|
||||||
|
*/
|
||||||
|
|
||||||
#include <windef.h>
|
#include <windef.h>
|
||||||
#include <winuser.h>
|
#include <winuser.h>
|
||||||
#include <commctrl.h>
|
#include <commctrl.h>
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Event Log Viewer
|
* PROJECT: ReactOS Event Log Viewer
|
||||||
* LICENSE: GPL - See COPYING in the top level directory
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
* FILE: base/applications/mscutils/eventvwr/evtdetctl.c
|
* PURPOSE: Event Details Control.
|
||||||
* PURPOSE: Event Details Control
|
* COPYRIGHT: Copyright 2007 Marc Piulachs <marc.piulachs@codexchange.net>
|
||||||
* PROGRAMMERS: Marc Piulachs (marc.piulachs at codexchange [dot] net)
|
* Copyright 2008-2016 Eric Kohl <eric.kohl@reactos.org>
|
||||||
* Eric Kohl
|
* Copyright 2016-2022 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
|
||||||
* Hermes Belusca-Maito
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "eventvwr.h"
|
#include "eventvwr.h"
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Event Log Viewer
|
* PROJECT: ReactOS Event Log Viewer
|
||||||
* LICENSE: GPL - See COPYING in the top level directory
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
* FILE: base/applications/mscutils/eventvwr/evtdetctl.h
|
* PURPOSE: Event Details Control.
|
||||||
* PURPOSE: Event Details Control
|
* COPYRIGHT: Copyright 2007 Marc Piulachs <marc.piulachs@codexchange.net>
|
||||||
* PROGRAMMERS: Marc Piulachs (marc.piulachs at codexchange [dot] net)
|
* Copyright 2008-2016 Eric Kohl <eric.kohl@reactos.org>
|
||||||
* Eric Kohl
|
* Copyright 2016-2022 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
|
||||||
* Hermes Belusca-Maito
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _EVTDETCTL_H_
|
#ifndef _EVTDETCTL_H_
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*
|
||||||
|
* PROJECT: ReactOS Event Log Viewer
|
||||||
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
|
* PURPOSE: Bulgarian resource file
|
||||||
|
* TRANSLATORS: Copyright 2007 Станев <sstpr@narod.ru>
|
||||||
|
*/
|
||||||
|
|
||||||
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
|
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
|
||||||
|
|
||||||
IDM_EVENTVWR MENU
|
IDM_EVENTVWR MENU
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*
|
||||||
|
* PROJECT: ReactOS Event Log Viewer
|
||||||
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
|
* PURPOSE: Czech resource file
|
||||||
|
* TRANSLATORS: Copyright 2014-2017 Kamil Hornicek <kamil.hornicek@reactos.org>
|
||||||
|
*/
|
||||||
|
|
||||||
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
|
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
|
||||||
|
|
||||||
IDM_EVENTVWR MENU
|
IDM_EVENTVWR MENU
|
||||||
|
|
|
@ -1,4 +1,10 @@
|
||||||
/* German translation by Daniel Reimer and Joachim Henze */
|
/*
|
||||||
|
* PROJECT: ReactOS Event Log Viewer
|
||||||
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
|
* PURPOSE: German resource file
|
||||||
|
* TRANSLATORS: Copyright 2007-2008 Daniel Reimer <reimer.daniel@freenet.de>
|
||||||
|
* Copyright 2021 Joachim Henze <joachim.henze@reactos.org>
|
||||||
|
*/
|
||||||
|
|
||||||
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
/* Greek translation by Apostolos Alexiadis */
|
/*
|
||||||
|
* PROJECT: ReactOS Event Log Viewer
|
||||||
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
|
* PURPOSE: Greek resource file
|
||||||
|
* TRANSLATORS: Copyright 2007 Apostolos Alexiadis
|
||||||
|
*/
|
||||||
|
|
||||||
LANGUAGE LANG_GREEK, SUBLANG_DEFAULT
|
LANGUAGE LANG_GREEK, SUBLANG_DEFAULT
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Event Viewer
|
* PROJECT: ReactOS Event Log Viewer
|
||||||
* LICENSE: GPL - See COPYING in the top level directory
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
* FILE: base/applications/mscutils/eventvwr/lang/en-US.rc
|
* PURPOSE: English resource file
|
||||||
* PURPOSE: English Language File for ReactOS Event Viewer
|
* TRANSLATORS: Copyright 2007 Marc Piulachs <marc.piulachs@codexchange.net>
|
||||||
* TRANSLATOR: Marc Piulachs
|
* Copyright 2008-2016 Eric Kohl <eric.kohl@reactos.org>
|
||||||
|
* Copyright 2016-2022 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||||
|
|
|
@ -1,4 +1,12 @@
|
||||||
/* Spanish translation by Marc Piulachs, proofread by Ismael Ferreras Morezuelas, revised in 2020 by Julen Urizar Compains */
|
/*
|
||||||
|
* PROJECT: ReactOS Event Log Viewer
|
||||||
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
|
* PURPOSE: Spanish resource file
|
||||||
|
* TRANSLATORS: Copyright 2007 Remialdo <remialdo@gmail.com>
|
||||||
|
* Copyright 2009 Javier Remacha
|
||||||
|
* Copyright 2014 Ismael Ferreras Morezuelas <swyterzone+ros@gmail.com>
|
||||||
|
* Copyright 2020 Julen Urizar Compains <julenuri@hotmail.com>
|
||||||
|
*/
|
||||||
|
|
||||||
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,10 @@
|
||||||
/* French translation by Pierre Schweitzer */
|
/*
|
||||||
|
* PROJECT: ReactOS Event Log Viewer
|
||||||
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
|
* PURPOSE: French resource file
|
||||||
|
* TRANSLATORS: Copyright 2007-2009 Pierre Schweitzer <pierre@reactos.org>
|
||||||
|
* Copyright 2016-2022 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
|
||||||
|
*/
|
||||||
|
|
||||||
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
/* Hebrew translation by Baruch Rutman */
|
/*
|
||||||
|
* PROJECT: ReactOS Event Log Viewer
|
||||||
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
|
* PURPOSE: Hebrew resource file
|
||||||
|
* TRANSLATORS: Copyright 2013 Baruch Rutman <peterooch@gmail.com>
|
||||||
|
*/
|
||||||
|
|
||||||
LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
|
LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,10 @@
|
||||||
/* Italian translation by Paolo Devoti */
|
/*
|
||||||
|
* PROJECT: ReactOS Event Log Viewer
|
||||||
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
|
* PURPOSE: Italian resource file
|
||||||
|
* TRANSLATORS: Copyright 2007 Paolo Devoti <devotip@tiscali.it>
|
||||||
|
* Copyright 2010-2011 Gabriel Ilardi <gabrielilardi@hotmail.it>
|
||||||
|
*/
|
||||||
|
|
||||||
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
/* Japanese translation by Tomoya Kitagawa */
|
/*
|
||||||
|
* PROJECT: ReactOS Event Log Viewer
|
||||||
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
|
* PURPOSE: Japanese resource file
|
||||||
|
* TRANSLATORS: Copyright 2009 Tomoya Kitagawa <jptomoya@yahoo.co.jp>
|
||||||
|
*/
|
||||||
|
|
||||||
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
|
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
/* Korean translation by manatails007 */
|
/*
|
||||||
|
* PROJECT: ReactOS Event Log Viewer
|
||||||
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
|
* PURPOSE: Korean resource file
|
||||||
|
* TRANSLATORS: Copyright 2008 Seungju Kim aka manatails007 <admin@manateeshome.com>
|
||||||
|
*/
|
||||||
|
|
||||||
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
|
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*
|
||||||
|
* PROJECT: ReactOS Event Log Viewer
|
||||||
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
|
* PURPOSE: Norwegian resource file
|
||||||
|
* TRANSLATORS: Copyright 2008 Lars Martin Hambro (lars_martin4@hotmail.com)
|
||||||
|
*/
|
||||||
|
|
||||||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
|
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
IDM_EVENTVWR MENU
|
IDM_EVENTVWR MENU
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
/* Polish translation by Caemyr - Olaf Siejka
|
/*
|
||||||
* PL update by wojo664 (June 2014)
|
* PROJECT: ReactOS Event Log Viewer
|
||||||
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
|
* PURPOSE: Polish resource file
|
||||||
|
* TRANSLATORS: Copyright 2007-2011 Olaf Siejka <caemyr@gmail.com>
|
||||||
|
* Copyright 2014 Wojtek Kozłowski <wojo664@gmail.com>
|
||||||
|
* Copyright 2017-2018 Adam Słaboń <asaillen456esx@gmail.com>
|
||||||
|
* Copyright 2011-2020 Adam Stachowicz <saibamenppl@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
|
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
/* Portuguese Brazilian translation by Matheus Macabu */
|
/*
|
||||||
|
* PROJECT: ReactOS Event Log Viewer
|
||||||
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
|
* PURPOSE: Portuguese Brazilian resource file
|
||||||
|
* TRANSLATORS: Copyright 2012 Matheus Macabu
|
||||||
|
*/
|
||||||
|
|
||||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
|
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
/* Portuguese Portugal translation by Jose Jesus */
|
/*
|
||||||
|
* PROJECT: ReactOS Event Log Viewer
|
||||||
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
|
* PURPOSE: Portuguese Portugal resource file
|
||||||
|
* TRANSLATORS: Copyright 2021 Jose Carlos Jesus <zecarlos1957@hotmail.com>
|
||||||
|
*/
|
||||||
|
|
||||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
|
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
/*
|
/*
|
||||||
* Translators: Petru Dimitriu (petrimetri at gmail dot com)
|
* PROJECT: ReactOS Event Log Viewer
|
||||||
* Ștefan Fulea (stefan dot fulea at mail dot com)
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
|
* PURPOSE: Romanian resource file
|
||||||
|
* TRANSLATORS: Copyright 2009 Petru Dimitriu <petrimetri@gmail.com>
|
||||||
|
* Copyright 2011-2018 Ștefan Fulea <stefan.fulea@mail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
||||||
|
|
|
@ -1,4 +1,13 @@
|
||||||
/* Russian translation by Dmitry Chapyshev, Artem Reznikov, Kudratov Olimjon (olim98@bk.ru) */
|
/*
|
||||||
|
* PROJECT: ReactOS Event Log Viewer
|
||||||
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
|
* PURPOSE: Russian resource file
|
||||||
|
* TRANSLATORS: Copyright 2007-2016 Dmitry Chapyshev <dmitry@reactos.org>
|
||||||
|
* Copyright 2008 Artem Reznikov
|
||||||
|
* Copyright 2011 Igor Paliychuk <mansonigor@gmail.com>
|
||||||
|
* Copyright 2014 Kudratov Olimjon <olim98@bk.ru>
|
||||||
|
* Copyright 2016 Sergey Stopkin <stopkin.sergey@gmail.com>
|
||||||
|
*/
|
||||||
|
|
||||||
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
|
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/* TRANSLATOR : Mário Kačmár /Mario Kacmar/ aka Kario (kario@szm.sk)
|
/*
|
||||||
* DATE OF TR.: 21-06-2008
|
* PROJECT: ReactOS Event Log Viewer
|
||||||
* LAST CHANGE: 28-07-2008
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
|
* PURPOSE: Slovak resource file
|
||||||
|
* TRANSLATORS: Copyright 2008-2011 Mário Kačmár <kario@szm.sk>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
|
LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Event Viewer
|
* PROJECT: ReactOS Event Log Viewer
|
||||||
* LICENSE: GPL - See COPYING in the top level directory
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
* FILE: base/applications/mscutils/eventvwr/lang/sq-AL.rc
|
* PURPOSE: Albanian resource file
|
||||||
* PURPOSE: Albanian Language File for ReactOS Event Viewer
|
* TRANSLATORS: Copyright 2013 Ardit Dani <ardit.dani@gmail.com>
|
||||||
* TRANSLATOR: Ardit Dani
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
LANGUAGE LANG_ALBANIAN, SUBLANG_NEUTRAL
|
LANGUAGE LANG_ALBANIAN, SUBLANG_NEUTRAL
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
/* Swedish translation by Jaix Bly */
|
/*
|
||||||
|
* PROJECT: ReactOS Event Log Viewer
|
||||||
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
|
* PURPOSE: Swedish resource file
|
||||||
|
* TRANSLATORS: Copyright 2011 Jan Blomqvist Kinander aka Jaix Bly <JaixBly@spray.se>
|
||||||
|
*/
|
||||||
|
|
||||||
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
|
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Event Viewer
|
* PROJECT: ReactOS Event Log Viewer
|
||||||
* LICENSE: GPL - See COPYING in the top level directory
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
* FILE: base/applications/mscutils/eventvwr/lang/tr-TR.rc
|
* PURPOSE: Türkish resource file
|
||||||
* PURPOSE: Turkish Language File for ReactOS Event Viewer
|
* TRANSLATORS: Copyright 2013-2017 Erdem Ersoy (eersoy93) <erdemersoy@erdemersoy.net>
|
||||||
* TRANSLATOR: 2013-2016 Erdem Ersoy (eersoy93) (erdemersoy [at] erdemersoy [dot] net)
|
* Copyright 2021 Süleyman Poyraz <zaryob.dev@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
|
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
|
||||||
|
|
|
@ -1,4 +1,11 @@
|
||||||
/* Ukraianian translation by Rostislav Zabolotny, Artem Reznikov, Igor Paliychuk */
|
/*
|
||||||
|
* PROJECT: ReactOS Event Log Viewer
|
||||||
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
|
* PURPOSE: Ukrainian resource file
|
||||||
|
* TRANSLATORS: Copyright 2007 Rostislav Zabolotny
|
||||||
|
* Copyright 2008 Artem Reznikov
|
||||||
|
* Copyright 2010-2011 Igor Paliychuk <mansonigor@gmail.com>
|
||||||
|
*/
|
||||||
|
|
||||||
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
|
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
* PURPOSE: Chinese (Simplified) resource file
|
* PURPOSE: Chinese (Simplified) resource file
|
||||||
* TRANSLATORS: Copyright 2011 Song Fuchang (0xfc) <sfc_0@yahoo.com.cn>
|
* TRANSLATORS: Copyright 2011 Song Fuchang (0xfc) <sfc_0@yahoo.com.cn>
|
||||||
* TRANSLATORS: Copyright 2017 Li Keqing <forucial@icloud.com>
|
* Copyright 2017 Li Keqing <forucial@icloud.com>
|
||||||
* Copyright 2021 Wu Haotian <rigoligo03@gmail.com>
|
* Copyright 2021 Wu Haotian <rigoligo03@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
/*
|
||||||
|
* PROJECT: ReactOS Event Log Viewer
|
||||||
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
|
* PURPOSE: Resources header.
|
||||||
|
* COPYRIGHT: Copyright 2007 Marc Piulachs <marc.piulachs@codexchange.net>
|
||||||
|
* Copyright 2008-2016 Eric Kohl <eric.kohl@reactos.org>
|
||||||
|
* Copyright 2016-2022 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
|
||||||
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
/* Icon IDs */
|
/* Icon IDs */
|
||||||
|
|
Loading…
Reference in a new issue