mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
- shuffle resource files a bit
- a priori: - mea culpa - hominem est erratum svn path=/trunk/; revision=24952
This commit is contained in:
parent
8b802cd4a8
commit
5acd4a4cc2
45 changed files with 108 additions and 269 deletions
|
@ -1,12 +0,0 @@
|
|||
/* $Id: En.rc 12852 2005-01-06 13:58:04Z denzil $ */
|
||||
|
||||
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
|
||||
|
||||
/* String Tables */
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_CAPTION "Instalace ReactOS"
|
||||
IDS_TEXT "ReactOS nelze instalovat pøímo z tohoto CD!\n\nProsím restartujte poèítaè z tohoto CD aby jste nainstalovali ReactOS."
|
||||
END
|
||||
|
||||
/* EOF */
|
|
@ -1,13 +0,0 @@
|
|||
/* $Id$ */
|
||||
|
||||
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
|
||||
|
||||
/* String Tables */
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_CAPTION "ReactOS Setup"
|
||||
IDS_TEXT "ReactOS kann nicht direkt von dieser CD installiert werden!\n\nBitte starten Sie Ihren Computer mit dieser CD um ReactOS zu installieren."
|
||||
END
|
||||
|
||||
/* EOF */
|
|
@ -1,12 +0,0 @@
|
|||
/* $Id$ */
|
||||
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
|
||||
/* String Tables */
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_CAPTION "ReactOS Setup"
|
||||
IDS_TEXT "You cannot install ReactOS directly from this CD!\n\nPlease restart your computer from this CD in order to install ReactOS."
|
||||
END
|
||||
|
||||
/* EOF */
|
|
@ -1,10 +0,0 @@
|
|||
LANGUAGE LANG_FINNISH, SUBLANG_NEUTRAL
|
||||
|
||||
/* String Tables */
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_CAPTION "ReactOS Asennus"
|
||||
IDS_TEXT "Et voi asentaa ReactOS:ä suoraan tältä CDlevyltä!\n\nKäynnistä tietokoneesi tältä CD levyltä asentaaksesi ReactOS:ä."
|
||||
END
|
||||
|
||||
/* EOF */
|
|
@ -1,13 +0,0 @@
|
|||
/* $Id: En.rc 18526 2005-10-17 18:04:11Z cwittich $ */
|
||||
// FRENCH translation by G. Maton (mustang9@gmail.com)
|
||||
|
||||
LANGUAGE LANG_FRENCH, SUBLANG_FRENCH
|
||||
|
||||
/* String Tables */
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_CAPTION "Installation de ReactOS"
|
||||
IDS_TEXT "Vous ne pouvez pas installer ReactOS directement depuis ce CD!\n\nVeuillez redémarrer votre ordinateur depuis ce CD afin d'installer ReactOS."
|
||||
END
|
||||
|
||||
/* EOF */
|
|
@ -1,13 +0,0 @@
|
|||
/* OLD $Id: En.rc 12852 2005-01-06 13:58:04Z mf $ */
|
||||
// Hungarian translation by Robert Horvath - talley at cubeclub.hu
|
||||
|
||||
LANGUAGE LANG_HUNGARIAN, SUBLANG_NEUTRAL
|
||||
|
||||
/* String Tables */
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_CAPTION "ReactOS telepítõ"
|
||||
IDS_TEXT "Nem tudod feltelepíteni a ReactOS rendszert így!\n\nKérlek indítsd újra a számítógépet ezzel a CD-vel, hogy feltudjad telepíteni a ReactOS rendszert."
|
||||
END
|
||||
|
||||
/* EOF */
|
|
@ -1,12 +0,0 @@
|
|||
/* $Id$ */
|
||||
|
||||
LANGUAGE LANG_ITALIAN, SUBLANG_ITALIAN
|
||||
|
||||
/* String Tables */
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_CAPTION "Installazione di ReactOS"
|
||||
IDS_TEXT "Non è possibile installare direttamente ReactOS da questo CD!\n\nPer installare ReactOS, riavvia il computer da questo CD."
|
||||
END
|
||||
|
||||
/* EOF */
|
|
@ -1,10 +0,0 @@
|
|||
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
|
||||
|
||||
/* String Tables */
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_CAPTION "ReactOS セットアップ"
|
||||
IDS_TEXT "この CD から直接 ReactOS をインストールすることはできません!\n\nReactOS をインストールするには、コンピュータを一旦終了させ、この CD から起動させてください。"
|
||||
END
|
||||
|
||||
/* EOF */
|
0
reactos/base/setup/reactos/lang/.gitignore
vendored
Normal file
0
reactos/base/setup/reactos/lang/.gitignore
vendored
Normal file
|
@ -1,12 +0,0 @@
|
|||
/* $Id: No.rc 21305 15:55 15.06.2006 LMH1 $ */
|
||||
|
||||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
|
||||
|
||||
/* String Tables */
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_CAPTION "ReactOS Installering"
|
||||
IDS_TEXT "Du kan ikke installere ReactOS direkte fra denne CD!\n\nVennligst restart din datamaskin fra denne CD i anvisning for å installere ReactOS."
|
||||
END
|
||||
|
||||
/* EOF */
|
|
@ -1,12 +0,0 @@
|
|||
/* $Id$ */
|
||||
|
||||
LANGUAGE LANG_DUTCH, SUBLANG_DUTCH
|
||||
|
||||
/* String Tables */
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_CAPTION "ReactOS Setup"
|
||||
IDS_TEXT "Je kunt ReactOS niet direct van deze CD instaleren!\n\nHerstart je computer vanaf deze CD om ReactOS te kunnen instaleren."
|
||||
END
|
||||
|
||||
/* EOF */
|
|
@ -8,26 +8,6 @@
|
|||
#define REACTOS_STR_ORIGINAL_FILENAME "reactos.exe\0"
|
||||
#include <reactos/version.rc>
|
||||
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
/* Icons */
|
||||
IDI_MAIN ICON "res/reactos.ico"
|
||||
|
||||
|
||||
/* Language-specific resources */
|
||||
#include "cs-CZ.rc"
|
||||
#include "de-DE.rc"
|
||||
#include "en-US.rc"
|
||||
#include "fi-FI.rc"
|
||||
#include "fr-FR.rc"
|
||||
#include "hu-HU.rc"
|
||||
#include "it-IT.rc"
|
||||
#include "ja-JP.rc"
|
||||
#include "nl-NL.rc"
|
||||
#include "nb-NO.rc"
|
||||
#include "ru-RU.rc"
|
||||
#include "sv-SE.rc"
|
||||
#include "uk-UA.rc"
|
||||
#include "rsrc.rc"
|
||||
|
||||
/* EOF */
|
||||
|
|
23
reactos/base/setup/reactos/rsrc.rc
Normal file
23
reactos/base/setup/reactos/rsrc.rc
Normal file
|
@ -0,0 +1,23 @@
|
|||
#include <windows.h>
|
||||
#include "resource.h"
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
/* Icons */
|
||||
IDI_MAIN ICON "res/reactos.ico"
|
||||
|
||||
|
||||
/* Language-specific resources */
|
||||
#include "lang/cs-CZ.rc"
|
||||
#include "lang/de-DE.rc"
|
||||
#include "lang/en-US.rc"
|
||||
#include "lang/fi-FI.rc"
|
||||
#include "lang/fr-FR.rc"
|
||||
#include "lang/hu-HU.rc"
|
||||
#include "lang/it-IT.rc"
|
||||
#include "lang/ja-JP.rc"
|
||||
#include "lang/nl-NL.rc"
|
||||
#include "lang/nb-NO.rc"
|
||||
#include "lang/ru-RU.rc"
|
||||
#include "lang/sv-SE.rc"
|
||||
#include "lang/uk-UA.rc"
|
|
@ -1,12 +0,0 @@
|
|||
/* $Id: En.rc 21257 2006-03-08 23:07:09Z audit $ */
|
||||
|
||||
LANGUAGE LANG_RUSSIAN, SUBLANG_NEUTRAL
|
||||
|
||||
/* String Tables */
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_CAPTION "Óñòàíîâêà ReactOS"
|
||||
IDS_TEXT "Âû íå ìîæåòå óñòàíîâèòü ReactOS ñ äèñêà â äàííûé ìîìåíò!\n\nÏîæàëóéñòà, çàãðóçèòå êîìïüþòåð ñ ýòîãî äèñêà äëÿ óñòàíîâêè ReactOS."
|
||||
END
|
||||
|
||||
/* EOF */
|
|
@ -1,30 +0,0 @@
|
|||
/*
|
||||
* Swedish (SE) resources
|
||||
*
|
||||
* Copyright (C) 2005 David Nordenberg
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (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., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_SWEDISH, SUBLANG_SWEDISH
|
||||
|
||||
/* String Tables */
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_CAPTION "ReactOS installation"
|
||||
IDS_TEXT "Du kan inte installera ReactOS direkt från den här CDn!\n\nStarta om datorn med hjälp av skivan för att installera ReactOS."
|
||||
END
|
||||
|
||||
/* EOF */
|
|
@ -1,10 +0,0 @@
|
|||
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
|
||||
|
||||
/* String Tables */
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_CAPTION "Âñòàíîâëåííÿ ReactOS"
|
||||
IDS_TEXT "Âè íå ìîæåòå âñòàíîâèòè ReactOS ïðÿìî ç öüîãî CD!\n\nÁóäü ëàñêà ïåðåçàïóñò³òü Âàø êîìï’þòåð ç öüîãî CD äëÿ òîãî, ùîá âñòàíîâèòè ReactOS."
|
||||
END
|
||||
|
||||
/* EOF */
|
25
reactos/base/setup/vmwinst/rsrc.rc
Normal file
25
reactos/base/setup/vmwinst/rsrc.rc
Normal file
|
@ -0,0 +1,25 @@
|
|||
#include <windows.h>
|
||||
#include "vmwinst.h"
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
1 24 DISCARDABLE "manifest.xml"
|
||||
|
||||
/* Bitmaps */
|
||||
IDB_WATERMARK BITMAP "resources/watermark.bmp"
|
||||
IDB_HEADER BITMAP "resources/header.bmp"
|
||||
|
||||
/*
|
||||
* Everything specific to any language goes in one of the specific
|
||||
* files. Note that you can and may override resources which also have
|
||||
* a neutral version. This is to get localized bitmaps for example.
|
||||
*/
|
||||
#include "lang/cs-CZ.rc"
|
||||
#include "lang/en-US.rc"
|
||||
#include "lang/de-DE.rc"
|
||||
#include "lang/da-DK.rc"
|
||||
#include "lang/es-ES.rc"
|
||||
#include "lang/ja-JP.rc"
|
||||
#include "lang/hu-HU.rc"
|
||||
#include "lang/ru-RU.rc"
|
||||
#include "lang/uk-UA.rc"
|
|
@ -6,25 +6,4 @@
|
|||
#define REACTOS_STR_ORIGINAL_FILENAME "vmwinst.exe\0"
|
||||
#include <reactos/version.rc>
|
||||
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
|
||||
1 24 DISCARDABLE "manifest.xml"
|
||||
|
||||
/* Bitmaps */
|
||||
IDB_WATERMARK BITMAP "resources/watermark.bmp"
|
||||
IDB_HEADER BITMAP "resources/header.bmp"
|
||||
|
||||
/*
|
||||
* Everything specific to any language goes in one of the specific
|
||||
* files. Note that you can and may override resources which also have
|
||||
* a neutral version. This is to get localized bitmaps for example.
|
||||
*/
|
||||
#include "cs-CZ.rc"
|
||||
#include "en-US.rc"
|
||||
#include "de-DE.rc"
|
||||
#include "da-DK.rc"
|
||||
#include "es-ES.rc"
|
||||
#include "ja-JP.rc"
|
||||
#include "hu-HU.rc"
|
||||
#include "ru-RU.rc"
|
||||
#include "uk-UA.rc"
|
||||
#include "rsrc.rc"
|
||||
|
|
57
reactos/base/setup/welcome/rsrc.rc
Normal file
57
reactos/base/setup/welcome/rsrc.rc
Normal file
|
@ -0,0 +1,57 @@
|
|||
#include <windows.h>
|
||||
#include "resource.h"
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
/* Icons */
|
||||
IDI_MAIN ICON "res/welcome.ico"
|
||||
|
||||
/* Bitmaps */
|
||||
IDB_TITLEBITMAP BITMAP DISCARDABLE "res/title.bmp"
|
||||
//IDB_DEFAULTTOPICBITMAP BITMAP DISCARDABLE "res/default.bmp"
|
||||
|
||||
//IDB_TOPICBITMAP0 BITMAP DISCARDABLE "res/topic0.bmp"
|
||||
//IDB_TOPICBITMAP1 BITMAP DISCARDABLE "res/topic1.bmp"
|
||||
//IDB_TOPICBITMAP2 BITMAP DISCARDABLE "res/topic2.bmp"
|
||||
//IDB_TOPICBITMAP3 BITMAP DISCARDABLE "res/topic3.bmp"
|
||||
//IDB_TOPICBITMAP4 BITMAP DISCARDABLE "res/topic4.bmp"
|
||||
//IDB_TOPICBITMAP5 BITMAP DISCARDABLE "res/topic5.bmp"
|
||||
//IDB_TOPICBITMAP6 BITMAP DISCARDABLE "res/topic6.bmp"
|
||||
//IDB_TOPICBITMAP7 BITMAP DISCARDABLE "res/topic7.bmp"
|
||||
//IDB_TOPICBITMAP8 BITMAP DISCARDABLE "res/topic8.bmp"
|
||||
//IDB_TOPICBITMAP9 BITMAP DISCARDABLE "res/topic9.bmp"
|
||||
|
||||
|
||||
/* Topic actions */
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_TOPICACTION0 "reactos.exe"
|
||||
IDS_TOPICACTION1 "explorer.exe"
|
||||
IDS_TOPICACTION2 "<exit>" /* this quits the app */
|
||||
// IDS_TOPICACTION3 "..."
|
||||
// IDS_TOPICACTION4 "..."
|
||||
// IDS_TOPICACTION5 "..."
|
||||
// IDS_TOPICACTION6 "..."
|
||||
// IDS_TOPICACTION7 "..."
|
||||
// IDS_TOPICACTION8 "..."
|
||||
// IDS_TOPICACTION9 "..."
|
||||
END
|
||||
|
||||
|
||||
/* Language-specific resources */
|
||||
#include "lang/bg-BG.rc"
|
||||
#include "lang/cs-CZ.rc"
|
||||
#include "lang/de-DE.rc"
|
||||
#include "lang/da-DK.rc"
|
||||
#include "lang/el-GR.rc"
|
||||
#include "lang/en-US.rc"
|
||||
#include "lang/es-ES.rc"
|
||||
#include "lang/fr-FR.rc"
|
||||
#include "lang/hu-HU.rc"
|
||||
#include "lang/ja-JP.rc"
|
||||
#include "lang/nl-NL.rc"
|
||||
#include "lang/sv-SE.rc"
|
||||
#include "lang/ru-RU.rc"
|
||||
#include "lang/uk-UA.rc"
|
||||
#include "lang/it-IT.rc"
|
||||
#include "lang/nb-NO.rc"
|
|
@ -8,60 +8,6 @@
|
|||
#define REACTOS_STR_ORIGINAL_FILENAME "welcome.exe\0"
|
||||
#include <reactos/version.rc>
|
||||
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
/* Icons */
|
||||
IDI_MAIN ICON "res/welcome.ico"
|
||||
|
||||
/* Bitmaps */
|
||||
IDB_TITLEBITMAP BITMAP DISCARDABLE "res/title.bmp"
|
||||
//IDB_DEFAULTTOPICBITMAP BITMAP DISCARDABLE "res/default.bmp"
|
||||
|
||||
//IDB_TOPICBITMAP0 BITMAP DISCARDABLE "res/topic0.bmp"
|
||||
//IDB_TOPICBITMAP1 BITMAP DISCARDABLE "res/topic1.bmp"
|
||||
//IDB_TOPICBITMAP2 BITMAP DISCARDABLE "res/topic2.bmp"
|
||||
//IDB_TOPICBITMAP3 BITMAP DISCARDABLE "res/topic3.bmp"
|
||||
//IDB_TOPICBITMAP4 BITMAP DISCARDABLE "res/topic4.bmp"
|
||||
//IDB_TOPICBITMAP5 BITMAP DISCARDABLE "res/topic5.bmp"
|
||||
//IDB_TOPICBITMAP6 BITMAP DISCARDABLE "res/topic6.bmp"
|
||||
//IDB_TOPICBITMAP7 BITMAP DISCARDABLE "res/topic7.bmp"
|
||||
//IDB_TOPICBITMAP8 BITMAP DISCARDABLE "res/topic8.bmp"
|
||||
//IDB_TOPICBITMAP9 BITMAP DISCARDABLE "res/topic9.bmp"
|
||||
|
||||
|
||||
/* Topic actions */
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_TOPICACTION0 "reactos.exe"
|
||||
IDS_TOPICACTION1 "explorer.exe"
|
||||
IDS_TOPICACTION2 "<exit>" /* this quits the app */
|
||||
// IDS_TOPICACTION3 "..."
|
||||
// IDS_TOPICACTION4 "..."
|
||||
// IDS_TOPICACTION5 "..."
|
||||
// IDS_TOPICACTION6 "..."
|
||||
// IDS_TOPICACTION7 "..."
|
||||
// IDS_TOPICACTION8 "..."
|
||||
// IDS_TOPICACTION9 "..."
|
||||
END
|
||||
|
||||
|
||||
/* Language-specific resources */
|
||||
#include "bg-BG.rc"
|
||||
#include "cs-CZ.rc"
|
||||
#include "de-DE.rc"
|
||||
#include "da-DK.rc"
|
||||
#include "el-GR.rc"
|
||||
#include "en-US.rc"
|
||||
#include "es-ES.rc"
|
||||
#include "fr-FR.rc"
|
||||
#include "hu-HU.rc"
|
||||
#include "ja-JP.rc"
|
||||
#include "nl-NL.rc"
|
||||
#include "sv-SE.rc"
|
||||
#include "ru-RU.rc"
|
||||
#include "uk-UA.rc"
|
||||
#include "it-IT.rc"
|
||||
#include "nb-NO.rc"
|
||||
#include "rsrc.rc"
|
||||
|
||||
/* EOF */
|
||||
|
|
Loading…
Reference in a new issue