https://git.reactos.org/?p=reactos.git;a=commitdiff;h=889cfee653fabf8aef1ab27f279d66ec9f54f889
commit 889cfee653fabf8aef1ab27f279d66ec9f54f889 Author: Stanislav Motylkov <[email protected]> AuthorDate: Fri Jan 26 00:02:38 2024 +0300 Commit: Stanislav Motylkov <[email protected]> CommitDate: Fri Jan 26 00:02:38 2024 +0300 [FORMAT] Fix translation headers (+ miscellaneous fixes) --- base/system/format/lang/bg-BG.rc | 12 ++++++++++-- base/system/format/lang/cs-CZ.rc | 8 +++++--- base/system/format/lang/de-DE.rc | 11 +++++++++++ base/system/format/lang/el-GR.rc | 7 ++++++- base/system/format/lang/en-US.rc | 7 +++++++ base/system/format/lang/es-ES.rc | 7 ++++++- base/system/format/lang/fr-FR.rc | 7 ++++++- base/system/format/lang/hu-HU.rc | 8 +++++++- base/system/format/lang/id-ID.rc | 8 ++++++++ base/system/format/lang/it-IT.rc | 7 +++++++ base/system/format/lang/ja-JP.rc | 7 +++++++ base/system/format/lang/lt-LT.rc | 8 +++++++- base/system/format/lang/no-NO.rc | 9 ++++++++- base/system/format/lang/pl-PL.rc | 9 +++++---- base/system/format/lang/ro-RO.rc | 2 +- base/system/format/lang/ru-RU.rc | 10 ++++++++-- base/system/format/lang/sk-SK.rc | 8 +++++--- base/system/format/lang/sq-AL.rc | 9 ++++++--- base/system/format/lang/tr-TR.rc | 9 ++++++++- base/system/format/lang/uk-UA.rc | 9 ++++----- base/system/format/lang/zh-CN.rc | 8 +++++++- base/system/format/lang/zh-TW.rc | 9 +++++++-- 22 files changed, 146 insertions(+), 33 deletions(-) diff --git a/base/system/format/lang/bg-BG.rc b/base/system/format/lang/bg-BG.rc index eeabc866595..75fe6e4d804 100644 --- a/base/system/format/lang/bg-BG.rc +++ b/base/system/format/lang/bg-BG.rc @@ -1,11 +1,19 @@ +/* + * PROJECT: Disk Format Utility + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Bulgarian resource file + * TRANSLATORS: Copyright 2007-2012 S. Stanev (CCTAHEB) <[email protected]> + * Copyright 2023 Nikolay Dimitrov <[email protected]> + */ + LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT STRINGTABLE BEGIN STRING_HELP "Употреба: %s устройство: [-FS:файлова_система] [-V:етикет] [-Q] [-A:размер] [-C]\n\n\ - [drive:] Указва устройството за оразмеряване.\n\ + [устройство:] Указва устройството за оразмеряване.\n\ -FS:файлова_система Указва вида на файловата система (%s).\n\ - -V:етикет Указва етикет за тома.\n\ + -V:етикет Указва етикет за тома.\n\ -Q Извършва бързо оразмеряване (форматиране).\n\ -A:размер Потиска подразбрания размер на чепката. Подразбраните настройки\n\ са силно препоръчителни за обща употреба.\n\ diff --git a/base/system/format/lang/cs-CZ.rc b/base/system/format/lang/cs-CZ.rc index fb52fa3cd7f..329893e7c1d 100644 --- a/base/system/format/lang/cs-CZ.rc +++ b/base/system/format/lang/cs-CZ.rc @@ -1,6 +1,8 @@ -/* FILE: base/system/format/lang/cs-CZ.rc - * TRANSLATOR: Radek Liska aka Black_Fox (radekliska at gmail dot com) - * UPDATED: 2008-04-21 +/* + * PROJECT: Disk Format Utility + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Czech resource file + * TRANSLATOR: Copyright 2008 Radek Liška (Black_Fox) <[email protected]> */ LANGUAGE LANG_CZECH, SUBLANG_DEFAULT diff --git a/base/system/format/lang/de-DE.rc b/base/system/format/lang/de-DE.rc index 22e102984ba..3242887f855 100644 --- a/base/system/format/lang/de-DE.rc +++ b/base/system/format/lang/de-DE.rc @@ -1,3 +1,14 @@ +/* + * PROJECT: Disk Format Utility + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: German resource file + * TRANSLATORS: Copyright 2005 Kevin Schnabel (FooDerGrosse) <[email protected]> + * Copyright 2008 Fabian Maurer <[email protected]> + * Copyright 2008 Matthias Kupfer <[email protected]> + * Copyright 2010 Sven Knurr (tux.) <[email protected]> + * Copyright 2014 Zehnvor <[email protected]> + */ + LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL STRINGTABLE diff --git a/base/system/format/lang/el-GR.rc b/base/system/format/lang/el-GR.rc index dd143638e53..f25a676d79f 100644 --- a/base/system/format/lang/el-GR.rc +++ b/base/system/format/lang/el-GR.rc @@ -1,4 +1,9 @@ -/* Ελληνική μετάφραση - Απόστολος Αλεξιάδης */ +/* + * PROJECT: Disk Format Utility + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Greek resource file + * TRANSLATOR: Copyright 2008 Apostolos Alexiadis <[email protected]> + */ LANGUAGE LANG_GREEK, SUBLANG_DEFAULT diff --git a/base/system/format/lang/en-US.rc b/base/system/format/lang/en-US.rc index 4356abca1be..2990400cd74 100644 --- a/base/system/format/lang/en-US.rc +++ b/base/system/format/lang/en-US.rc @@ -1,3 +1,10 @@ +/* + * PROJECT: Disk Format Utility + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: English (United States) resource file + * TRANSLATOR: Copyright 2005 Magnus Olsen <[email protected]> + */ + LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US STRINGTABLE diff --git a/base/system/format/lang/es-ES.rc b/base/system/format/lang/es-ES.rc index e82a4a84c0c..7930c1794b3 100644 --- a/base/system/format/lang/es-ES.rc +++ b/base/system/format/lang/es-ES.rc @@ -1,4 +1,9 @@ -/* Spanish translation by Javier Remacha 2007-12-19 */ +/* + * PROJECT: Disk Format Utility + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Spanish resource file + * TRANSLATOR: Copyright 2007 Javier Remacha <[email protected]> + */ LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL diff --git a/base/system/format/lang/fr-FR.rc b/base/system/format/lang/fr-FR.rc index 74447b46072..70385a8bb97 100644 --- a/base/system/format/lang/fr-FR.rc +++ b/base/system/format/lang/fr-FR.rc @@ -1,4 +1,9 @@ -/* Translation made by Jerome Signouret, 2005. */ +/* + * PROJECT: Disk Format Utility + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: French resource file + * TRANSLATOR: Copyright 2005 Jerome Signouret <[email protected]> + */ LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL diff --git a/base/system/format/lang/hu-HU.rc b/base/system/format/lang/hu-HU.rc index 4cf8f2bb988..9105327e755 100644 --- a/base/system/format/lang/hu-HU.rc +++ b/base/system/format/lang/hu-HU.rc @@ -1,4 +1,10 @@ -/* Hungarian translation by Peter Nagy <[email protected]> */ +/* + * PROJECT: Disk Format Utility + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Hungarian resource file + * TRANSLATORS: Copyright 2005 Peter Nagy <[email protected]> + * Copyright 2022 Tibor Lajos Füzi <[email protected]> + */ LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT diff --git a/base/system/format/lang/id-ID.rc b/base/system/format/lang/id-ID.rc index bddde264e7e..8369ece9de6 100644 --- a/base/system/format/lang/id-ID.rc +++ b/base/system/format/lang/id-ID.rc @@ -1,3 +1,11 @@ +/* + * PROJECT: Disk Format Utility + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Indonesian resource file + * TRANSLATORS: Copyright 2007 Zaenal Mutaqin <[email protected]> + * Copyright 2019 Mas Ahmad Muhammad <[email protected]> + */ + LANGUAGE LANG_INDONESIAN, SUBLANG_DEFAULT STRINGTABLE diff --git a/base/system/format/lang/it-IT.rc b/base/system/format/lang/it-IT.rc index 34918cb5b9f..0add43bd09a 100644 --- a/base/system/format/lang/it-IT.rc +++ b/base/system/format/lang/it-IT.rc @@ -1,3 +1,10 @@ +/* + * PROJECT: Disk Format Utility + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Italian resource file + * TRANSLATOR: Copyright 2007 Paolo Devoti (devpao) <[email protected]> + */ + LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL STRINGTABLE diff --git a/base/system/format/lang/ja-JP.rc b/base/system/format/lang/ja-JP.rc index 6b4c6954446..f0203afbcbb 100644 --- a/base/system/format/lang/ja-JP.rc +++ b/base/system/format/lang/ja-JP.rc @@ -1,3 +1,10 @@ +/* + * PROJECT: Disk Format Utility + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Japanese resource file + * TRANSLATOR: Copyright 2005 tsk <[email protected]> + */ + LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT STRINGTABLE diff --git a/base/system/format/lang/lt-LT.rc b/base/system/format/lang/lt-LT.rc index 13b9e4d80f2..30819ecb5a3 100644 --- a/base/system/format/lang/lt-LT.rc +++ b/base/system/format/lang/lt-LT.rc @@ -1,4 +1,10 @@ -/* Translation by Vytis 'CMan' Girdžijauskas [email protected] */ +/* + * PROJECT: Disk Format Utility + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Lithuanian resource file + * TRANSLATORS: Copyright 2008 Vytis Girdžijauskas <[email protected]> + * Copyright 2011 Edijs Kolesnikovics <[email protected]> + */ LANGUAGE LANG_LITHUANIAN, SUBLANG_DEFAULT diff --git a/base/system/format/lang/no-NO.rc b/base/system/format/lang/no-NO.rc index e7020f1fc28..d3e5b10f4f6 100644 --- a/base/system/format/lang/no-NO.rc +++ b/base/system/format/lang/no-NO.rc @@ -1,9 +1,16 @@ +/* + * PROJECT: Disk Format Utility + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Norwegian resource file + * TRANSLATOR: Copyright 2006 Lars Martin Hambro (LMH1) <[email protected]> + */ + LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL STRINGTABLE BEGIN STRING_HELP "bruk: %s stasjon: [-FS:fil-system] [-V:merke] [-Q] [-A:størrelse] [-C]\n\n\ - [stasjon:] Spesifisere stasjon til formater.\n\ + [stasjon:] Spesifisere stasjon til formater.\n\ -FS:file-system Spesifisere typen av fil system (%s).\n\ -V:merke Spesifisere volum merke.\n\ -Q Fullføre en rask formatering.\n\ diff --git a/base/system/format/lang/pl-PL.rc b/base/system/format/lang/pl-PL.rc index d8abe78f03f..aa4a70720cf 100644 --- a/base/system/format/lang/pl-PL.rc +++ b/base/system/format/lang/pl-PL.rc @@ -1,8 +1,9 @@ /* - * Translated by xrogers - * [email protected] - * https://sourceforge.net/projects/reactospl - * UTF-8 conversion by Caemyr (May, 2011) + * PROJECT: Disk Format Utility + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Polish resource file + * TRANSLATORS: Copyright 2007 Lech Groblewicz <[email protected]> + * Copyright 2007 Janusz Tomczak <[email protected]> */ LANGUAGE LANG_POLISH, SUBLANG_DEFAULT diff --git a/base/system/format/lang/ro-RO.rc b/base/system/format/lang/ro-RO.rc index 61a55fd22f7..3a4103eaf0d 100644 --- a/base/system/format/lang/ro-RO.rc +++ b/base/system/format/lang/ro-RO.rc @@ -1,5 +1,5 @@ /* - * PROJECT: ReactOS Format + * PROJECT: Disk Format Utility * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) * PURPOSE: Romanian resource file * TRANSLATORS: Copyright 2018 Ștefan Fulea <[email protected]> diff --git a/base/system/format/lang/ru-RU.rc b/base/system/format/lang/ru-RU.rc index 64d541da008..fcedd2654b6 100644 --- a/base/system/format/lang/ru-RU.rc +++ b/base/system/format/lang/ru-RU.rc @@ -1,11 +1,17 @@ -/* Russian translation by Dmitry Chapyshev, 2007-06-10 */ +/* + * PROJECT: Disk Format Utility + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Russian resource file + * TRANSLATORS: Copyright 2007 Dmitry Chapyshev <[email protected]> + * Copyright 2014 Kudratov Olimjon <[email protected]> + */ LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT STRINGTABLE BEGIN STRING_HELP "Использование: %s том: [-FS:система] [-V:метка] [-Q] [-A:размер] [-C]\n\n\ - том: Указывает букву диска (с последующим двоеточием),\n\ + [том:] Указывает букву диска (с последующим двоеточием),\n\ точку подключения или имя тома.\n\ -FS:система Указывает тип файловой системы (%s).\n\ -V:метка Метка тома.\n\ diff --git a/base/system/format/lang/sk-SK.rc b/base/system/format/lang/sk-SK.rc index 8ea2aafdfb9..7411a75db96 100644 --- a/base/system/format/lang/sk-SK.rc +++ b/base/system/format/lang/sk-SK.rc @@ -1,6 +1,8 @@ -/* TRANSLATOR : Mário Kačmár /Mario Kacmar/ aka Kario ([email protected]) - * DATE OF TR.: 15-02-2008 - * LAST CHANGE: 10-08-2010 +/* + * PROJECT: Disk Format Utility + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Slovak resource file + * TRANSLATOR: Copyright 2008-2010 Mário Kačmár <[email protected]> */ LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT diff --git a/base/system/format/lang/sq-AL.rc b/base/system/format/lang/sq-AL.rc index 871913260f9..a8a93e55a02 100644 --- a/base/system/format/lang/sq-AL.rc +++ b/base/system/format/lang/sq-AL.rc @@ -1,6 +1,9 @@ -/* TRANSLATOR : Ardit Dani (Ard1t) ([email protected]) - * DATE OF TR: 29-11-2013 -*/ +/* + * PROJECT: Disk Format Utility + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Albanian resource file + * TRANSLATOR: Copyright 2013 Ardit Dani (Ard1t) <[email protected]> + */ LANGUAGE LANG_ALBANIAN, SUBLANG_NEUTRAL diff --git a/base/system/format/lang/tr-TR.rc b/base/system/format/lang/tr-TR.rc index 2581ee7c885..9504a3dd5d7 100644 --- a/base/system/format/lang/tr-TR.rc +++ b/base/system/format/lang/tr-TR.rc @@ -1,4 +1,11 @@ -/* TRANSLATOR: 2015 Erdem Ersoy (eersoy93) (erdemersoy [at] erdemersoy [dot] net), 2018 Ercan Ersoy (ercanersoy) (ercanersoy [at] ercanersoy [dot] net) */ +/* + * PROJECT: Disk Format Utility + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Turkish resource file + * TRANSLATORS: Copyright 2015 Erdem Ersoy (eersoy93) <[email protected]> + * Copyright 2018 Ercan Ersoy <[email protected]> + * Copyright 2021 Süleyman Poyraz <[email protected]> + */ LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT diff --git a/base/system/format/lang/uk-UA.rc b/base/system/format/lang/uk-UA.rc index 7604cee65ce..f6ccf704148 100644 --- a/base/system/format/lang/uk-UA.rc +++ b/base/system/format/lang/uk-UA.rc @@ -1,9 +1,8 @@ /* - * PROJECT: ReactOS CMD Format - * LICENSE: GPL - See COPYING in the top level directory - * FILE: base/system/format/lang/uk-UA.rc - * PURPOSE: Ukraianian Language File for Format command - * TRANSLATOR: Rostislav Zabolotny + * PROJECT: Disk Format Utility + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Ukrainian resource file + * TRANSLATOR: Copyright 2007 Rostislav Zabolotny <[email protected]> */ LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT diff --git a/base/system/format/lang/zh-CN.rc b/base/system/format/lang/zh-CN.rc index e8307c11776..1f5bba51926 100644 --- a/base/system/format/lang/zh-CN.rc +++ b/base/system/format/lang/zh-CN.rc @@ -1,4 +1,10 @@ -/* Simplified Chinese translation by Song Fuchang (0xfc) <[email protected]> 2011 */ +/* + * PROJECT: Disk Format Utility + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Chinese (Simplified) resource file + * TRANSLATORS: Copyright 2011 Song Fuchang (0xfc) <[email protected]> + * Copyright 2022 Wu Haotian <[email protected]> + */ LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED diff --git a/base/system/format/lang/zh-TW.rc b/base/system/format/lang/zh-TW.rc index 61349085870..c9de9f4827c 100644 --- a/base/system/format/lang/zh-TW.rc +++ b/base/system/format/lang/zh-TW.rc @@ -1,5 +1,10 @@ -/* Traditional Chinese translation by Henry Tang Ih 2016 ([email protected]) */ -/* Translation improved by Chan Chilung 2020 - 2021 ([email protected]) */ +/* + * PROJECT: Disk Format Utility + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Chinese (Traditional) resource file + * TRANSLATORS: Copyright 2016 Henry Tang Ih <[email protected]> + * Copyright 2020-2021 Chan Chilung <[email protected]> + */ LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
