Author: akhaldi Date: Wed Sep 4 10:01:30 2013 New Revision: 59986
URL: http://svn.reactos.org/svn/reactos?rev=59986&view=rev Log: [MSHTML] * Move the resource files to the lang folder.
Added: trunk/reactos/dll/win32/mshtml/lang/ (with props) trunk/reactos/dll/win32/mshtml/lang/Bg.rc - copied unchanged from r59967, trunk/reactos/dll/win32/mshtml/Bg.rc trunk/reactos/dll/win32/mshtml/lang/Da.rc - copied unchanged from r59967, trunk/reactos/dll/win32/mshtml/Da.rc trunk/reactos/dll/win32/mshtml/lang/De.rc - copied unchanged from r59967, trunk/reactos/dll/win32/mshtml/De.rc trunk/reactos/dll/win32/mshtml/lang/En.rc - copied unchanged from r59967, trunk/reactos/dll/win32/mshtml/En.rc trunk/reactos/dll/win32/mshtml/lang/Es.rc - copied unchanged from r59967, trunk/reactos/dll/win32/mshtml/Es.rc trunk/reactos/dll/win32/mshtml/lang/Fi.rc - copied unchanged from r59967, trunk/reactos/dll/win32/mshtml/Fi.rc trunk/reactos/dll/win32/mshtml/lang/Fr.rc - copied unchanged from r59967, trunk/reactos/dll/win32/mshtml/Fr.rc trunk/reactos/dll/win32/mshtml/lang/He.rc - copied unchanged from r59967, trunk/reactos/dll/win32/mshtml/He.rc trunk/reactos/dll/win32/mshtml/lang/Hu.rc - copied unchanged from r59967, trunk/reactos/dll/win32/mshtml/Hu.rc trunk/reactos/dll/win32/mshtml/lang/It.rc - copied unchanged from r59967, trunk/reactos/dll/win32/mshtml/It.rc trunk/reactos/dll/win32/mshtml/lang/Ja.rc - copied unchanged from r59967, trunk/reactos/dll/win32/mshtml/Ja.rc trunk/reactos/dll/win32/mshtml/lang/Ko.rc - copied unchanged from r59967, trunk/reactos/dll/win32/mshtml/Ko.rc trunk/reactos/dll/win32/mshtml/lang/Lt.rc - copied unchanged from r59967, trunk/reactos/dll/win32/mshtml/Lt.rc trunk/reactos/dll/win32/mshtml/lang/Nl.rc - copied unchanged from r59967, trunk/reactos/dll/win32/mshtml/Nl.rc trunk/reactos/dll/win32/mshtml/lang/No.rc - copied unchanged from r59967, trunk/reactos/dll/win32/mshtml/No.rc trunk/reactos/dll/win32/mshtml/lang/Pl.rc - copied unchanged from r59967, trunk/reactos/dll/win32/mshtml/Pl.rc trunk/reactos/dll/win32/mshtml/lang/Pt.rc - copied unchanged from r59967, trunk/reactos/dll/win32/mshtml/Pt.rc trunk/reactos/dll/win32/mshtml/lang/Ro.rc - copied unchanged from r59967, trunk/reactos/dll/win32/mshtml/Ro.rc trunk/reactos/dll/win32/mshtml/lang/Ru.rc - copied unchanged from r59967, trunk/reactos/dll/win32/mshtml/Ru.rc trunk/reactos/dll/win32/mshtml/lang/Si.rc - copied unchanged from r59967, trunk/reactos/dll/win32/mshtml/Si.rc trunk/reactos/dll/win32/mshtml/lang/Sv.rc - copied unchanged from r59967, trunk/reactos/dll/win32/mshtml/Sv.rc trunk/reactos/dll/win32/mshtml/lang/Tr.rc - copied unchanged from r59967, trunk/reactos/dll/win32/mshtml/Tr.rc trunk/reactos/dll/win32/mshtml/lang/Uk.rc - copied unchanged from r59967, trunk/reactos/dll/win32/mshtml/Uk.rc trunk/reactos/dll/win32/mshtml/lang/Zh.rc - copied unchanged from r59967, trunk/reactos/dll/win32/mshtml/Zh.rc Removed: trunk/reactos/dll/win32/mshtml/Bg.rc trunk/reactos/dll/win32/mshtml/Da.rc trunk/reactos/dll/win32/mshtml/De.rc trunk/reactos/dll/win32/mshtml/En.rc trunk/reactos/dll/win32/mshtml/Es.rc trunk/reactos/dll/win32/mshtml/Fi.rc trunk/reactos/dll/win32/mshtml/Fr.rc trunk/reactos/dll/win32/mshtml/He.rc trunk/reactos/dll/win32/mshtml/Hu.rc trunk/reactos/dll/win32/mshtml/It.rc trunk/reactos/dll/win32/mshtml/Ja.rc trunk/reactos/dll/win32/mshtml/Ko.rc trunk/reactos/dll/win32/mshtml/Lt.rc trunk/reactos/dll/win32/mshtml/Nl.rc trunk/reactos/dll/win32/mshtml/No.rc trunk/reactos/dll/win32/mshtml/Pl.rc trunk/reactos/dll/win32/mshtml/Pt.rc trunk/reactos/dll/win32/mshtml/Ro.rc trunk/reactos/dll/win32/mshtml/Ru.rc trunk/reactos/dll/win32/mshtml/Si.rc trunk/reactos/dll/win32/mshtml/Sv.rc trunk/reactos/dll/win32/mshtml/Tr.rc trunk/reactos/dll/win32/mshtml/Uk.rc trunk/reactos/dll/win32/mshtml/Zh.rc Modified: trunk/reactos/dll/win32/mshtml/rsrc.rc
Removed: trunk/reactos/dll/win32/mshtml/Bg.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mshtml/Bg.rc?rev=... ============================================================================== --- trunk/reactos/dll/win32/mshtml/Bg.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/mshtml/Bg.rc (removed) @@ -1,56 +0,0 @@ -/* - * Copyright 2005 Milko Krachounov - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_STATUS_DONE "Done" - IDS_STATUS_DOWNLOADINGFROM "Downloading from %s..." -} - -STRINGTABLE -{ - IDS_HTMLDOCUMENT "HTML Document" -} - -IDD_HYPERLINK DIALOG 0, 0, 255, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Hyperlink" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Hyperlink Information", -1, 5, 5, 190, 55 - LTEXT "&Type:", -1, 10, 22, 24, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 24, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 50, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Cancel", IDCANCEL, 200, 28, 50, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 50, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Cancel", IDCANCEL, 110, 65, 50, 15, WS_GROUP | WS_TABSTOP -}
Removed: trunk/reactos/dll/win32/mshtml/Da.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mshtml/Da.rc?rev=... ============================================================================== --- trunk/reactos/dll/win32/mshtml/Da.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/mshtml/Da.rc (removed) @@ -1,61 +0,0 @@ -/* - * Danish language support - * - * Copyright (C) 2008 Jens Albretsen jens@albretsen.dk - * 2010 Thomas Larsen - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -#pragma code_page(65001) - -LANGUAGE LANG_DANISH, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_STATUS_DONE "Done" - IDS_STATUS_DOWNLOADINGFROM "Downloading from %s..." -} - -STRINGTABLE -{ - IDS_HTMLDOCUMENT "HTML dokument" -} - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Hyperlink" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Information om Hyperlink'en", -1, 5, 5, 190, 55 - LTEXT "&Type:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Annuller", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Annuller", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -}
Removed: trunk/reactos/dll/win32/mshtml/De.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mshtml/De.rc?rev=... ============================================================================== --- trunk/reactos/dll/win32/mshtml/De.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/mshtml/De.rc (removed) @@ -1,60 +0,0 @@ -/* - * German resources for mshtml - * - * Copyright 2005 Henning Gerhardt - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL - -#pragma code_page(65001) - -STRINGTABLE -{ - IDS_STATUS_DONE "Done" - IDS_STATUS_DOWNLOADINGFROM "Downloading from %s..." -} - -STRINGTABLE -{ - IDS_HTMLDOCUMENT "HTML-Dokument" -} - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Hyperlink" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Hyperlink Informationen", -1, 5, 5, 190, 55 - LTEXT "&Typ:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Abbrechen", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Abbrechen", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -}
Removed: trunk/reactos/dll/win32/mshtml/En.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mshtml/En.rc?rev=... ============================================================================== --- trunk/reactos/dll/win32/mshtml/En.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/mshtml/En.rc (removed) @@ -1,56 +0,0 @@ -/* - * Copyright 2005-2006 Jacek Caban - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_STATUS_DONE "Done" - IDS_STATUS_DOWNLOADINGFROM "Downloading from %s..." -} - -STRINGTABLE -{ - IDS_HTMLDOCUMENT "HTML Document" -} - -IDD_HYPERLINK DIALOG 0, 0, 255, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Hyperlink" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Hyperlink Information", -1, 5, 5, 190, 55 - LTEXT "&Type:", -1, 10, 22, 24, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 24, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 50, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Cancel", IDCANCEL, 200, 28, 50, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 50, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Cancel", IDCANCEL, 110, 65, 50, 15, WS_GROUP | WS_TABSTOP -}
Removed: trunk/reactos/dll/win32/mshtml/Es.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mshtml/Es.rc?rev=... ============================================================================== --- trunk/reactos/dll/win32/mshtml/Es.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/mshtml/Es.rc (removed) @@ -1,58 +0,0 @@ -/* - * Spanish resources for mshtml - * - * Copyright 2006 José Manuel Ferrer Ortiz - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL - -STRINGTABLE -{ - IDS_STATUS_DONE "Done" - IDS_STATUS_DOWNLOADINGFROM "Downloading from %s..." -} - -STRINGTABLE -{ - IDS_HTMLDOCUMENT "Documento HTML" -} - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Enlace" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Información sobre el enlace", -1, 5, 5, 190, 55 - LTEXT "&Tipo :", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL :", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Aceptar", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Anular", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Aceptar", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Cancelar", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -}
Removed: trunk/reactos/dll/win32/mshtml/Fi.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mshtml/Fi.rc?rev=... ============================================================================== --- trunk/reactos/dll/win32/mshtml/Fi.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/mshtml/Fi.rc (removed) @@ -1,58 +0,0 @@ -/* - * Finnish resources for mshtml - * - * Copyright 2005 Kimmo Myllyvirta - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_STATUS_DONE "Done" - IDS_STATUS_DOWNLOADINGFROM "Downloading from %s..." -} - -STRINGTABLE -{ - IDS_HTMLDOCUMENT "HTML Dokumentti" -} - -IDD_HYPERLINK DIALOG 0, 0, 255, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Hyperlink" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Hyperlink Information", -1, 5, 5, 190, 55 - LTEXT "&Type:", -1, 10, 22, 24, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 24, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 50, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Cancel", IDCANCEL, 200, 28, 50, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 50, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Cancel", IDCANCEL, 110, 65, 50, 15, WS_GROUP | WS_TABSTOP -}
Removed: trunk/reactos/dll/win32/mshtml/Fr.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mshtml/Fr.rc?rev=... ============================================================================== --- trunk/reactos/dll/win32/mshtml/Fr.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/mshtml/Fr.rc (removed) @@ -1,63 +0,0 @@ -/* - * MsHTML resources - * French Language Support - * - * Copyright 2005-2009 Jonathan Ernst - * Copyright 2010 Frédéric Delanoy - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL - -STRINGTABLE -{ - IDS_STATUS_DONE "Done" - IDS_STATUS_DOWNLOADINGFROM "Downloading from %s..." -} - -STRINGTABLE -{ - IDS_HTMLDOCUMENT "Document HTML" -} - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Hyperlien" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Informations sur l'hyperlien", -1, 5, 5, 190, 55 - LTEXT "&Type :", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL :", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Annuler", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Annuler", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -}
Removed: trunk/reactos/dll/win32/mshtml/He.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mshtml/He.rc?rev=... ============================================================================== --- trunk/reactos/dll/win32/mshtml/He.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/mshtml/He.rc (removed) @@ -1,58 +0,0 @@ -/* - * Copyright 2005-2006 Jacek Caban - * - * Translated by Baruch Rutman - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_STATUS_DONE "Done" - IDS_STATUS_DOWNLOADINGFROM "Downloading from %s..." -} - -STRINGTABLE -{ - IDS_HTMLDOCUMENT "×ס×× HTML" -} - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "×§×ש×ר" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "××××¢ ×§×ש×ר", -1, 5, 5, 190, 55 - LTEXT "ס××:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "××ש×ר", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "×××××", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "××ש×ר", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "×××××", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -}
Removed: trunk/reactos/dll/win32/mshtml/Hu.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mshtml/Hu.rc?rev=... ============================================================================== --- trunk/reactos/dll/win32/mshtml/Hu.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/mshtml/Hu.rc (removed) @@ -1,59 +0,0 @@ -/* - * Copyright 2010 Andras Kovacs - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_STATUS_DONE "Done" - IDS_STATUS_DOWNLOADINGFROM "Downloading from %s..." -} - -STRINGTABLE -{ - IDS_HTMLDOCUMENT "HTML dokumentum" -} - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Hiperhivatkozás" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Hiperhivatkozás információ", -1, 5, 5, 190, 55 - LTEXT "&TÃpus:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Mégse", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Mégse", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -}
Removed: trunk/reactos/dll/win32/mshtml/It.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mshtml/It.rc?rev=... ============================================================================== --- trunk/reactos/dll/win32/mshtml/It.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/mshtml/It.rc (removed) @@ -1,59 +0,0 @@ -/* - * Copyright 2010 Luca Bennati - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/*UTF-8*/ -#pragma code_page(65001) - -LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL - -STRINGTABLE -{ - IDS_STATUS_DONE "Done" - IDS_STATUS_DOWNLOADINGFROM "Downloading from %s..." -} - -STRINGTABLE -{ - IDS_HTMLDOCUMENT "Documento HTML" -} - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Hyperlink" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Informazioni sull'hyperlink", -1, 5, 5, 190, 55 - LTEXT "&Tipo:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Annulla", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Annulla", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -}
Removed: trunk/reactos/dll/win32/mshtml/Ja.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mshtml/Ja.rc?rev=... ============================================================================== --- trunk/reactos/dll/win32/mshtml/Ja.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/mshtml/Ja.rc (removed) @@ -1,59 +0,0 @@ -/* - * Copyright 2005-2006 Jacek Caban - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_STATUS_DONE "Done" - IDS_STATUS_DOWNLOADINGFROM "Downloading from %s..." -} - -STRINGTABLE -{ - IDS_HTMLDOCUMENT "HTML ææ¸" -} - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "ãã¤ãã¼ãªã³ã¯" -FONT 9, "MS Shell Dlg" -{ - GROUPBOX "ãã¤ãã¼ãªã³ã¯ã®æ å ±", -1, 5, 5, 190, 55 - LTEXT "種é¡(&T):", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "ãã£ã³ã»ã«", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "ãã£ã³ã»ã«", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -}
Removed: trunk/reactos/dll/win32/mshtml/Ko.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mshtml/Ko.rc?rev=... ============================================================================== --- trunk/reactos/dll/win32/mshtml/Ko.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/mshtml/Ko.rc (removed) @@ -1,57 +0,0 @@ -/* - * Copyright 2005 Jacek Caban - * Copyright 2005,2006,2007 YunSong Hwang - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_STATUS_DONE "Done" - IDS_STATUS_DOWNLOADINGFROM "Downloading from %s..." -} - -STRINGTABLE -{ - IDS_HTMLDOCUMENT "HTML ¹®¼" -} - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "ÇÏÀÌÆÛ¸µÅ©" -FONT 9, "MS Shell Dlg" -{ - GROUPBOX "ÇÏÀÌÆÛ¸µÅ© Á¤º¸", -1, 5, 5, 190, 55 - LTEXT "Çü½Ä(&T):", -1, 10, 22, 24, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "ÁÖ¼Ò(&U):", -1, 10, 42, 24, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "È®ÀÎ", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Ãë¼Ò", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "È®ÀÎ", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Ãë¼Ò", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -}
Removed: trunk/reactos/dll/win32/mshtml/Lt.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mshtml/Lt.rc?rev=... ============================================================================== --- trunk/reactos/dll/win32/mshtml/Lt.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/mshtml/Lt.rc (removed) @@ -1,59 +0,0 @@ -/* - * Copyright 2009 Aurimas Fišeras aurimas@gmail.com - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL - -STRINGTABLE -{ - IDS_STATUS_DONE "Done" - IDS_STATUS_DOWNLOADINGFROM "Downloading from %s..." -} - -STRINGTABLE -{ - IDS_HTMLDOCUMENT "HTML dokumentas" -} - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Saitas" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Saito informacija", -1, 5, 5, 190, 55 - LTEXT "&Tipas:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Gerai", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Atsisakyti", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Gerai", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Atsisakyti", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -}
Removed: trunk/reactos/dll/win32/mshtml/Nl.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mshtml/Nl.rc?rev=... ============================================================================== --- trunk/reactos/dll/win32/mshtml/Nl.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/mshtml/Nl.rc (removed) @@ -1,58 +0,0 @@ -/* - * Dutch resources for mshtml - * - * Copyright 2005 Hans Leidekker - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL - -STRINGTABLE -{ - IDS_STATUS_DONE "Done" - IDS_STATUS_DOWNLOADINGFROM "Downloading from %s..." -} - -STRINGTABLE -{ - IDS_HTMLDOCUMENT "HTML document" -} - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Webverwijzing" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Webverwijzing Informatie", -1, 5, 5, 190, 55 - LTEXT "&Type:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Annuleren", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Annuleren", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -}
Removed: trunk/reactos/dll/win32/mshtml/No.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mshtml/No.rc?rev=... ============================================================================== --- trunk/reactos/dll/win32/mshtml/No.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/mshtml/No.rc (removed) @@ -1,60 +0,0 @@ -/* - * Norwegian Bokmål language support - * - * Copyright 2005-2009 Alexander N. Sørnes alex@thehandofagony.com - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -#pragma code_page(65001) - -LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL - -STRINGTABLE -{ - IDS_STATUS_DONE "Done" - IDS_STATUS_DOWNLOADINGFROM "Downloading from %s..." -} - -STRINGTABLE -{ - IDS_HTMLDOCUMENT "HTML-dokument" -} - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Hyperkobling" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Informasjon om koblingen", -1, 5, 5, 190, 55 - LTEXT "&Type:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Avbryt", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Avbryt", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -}
Removed: trunk/reactos/dll/win32/mshtml/Pl.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mshtml/Pl.rc?rev=... ============================================================================== --- trunk/reactos/dll/win32/mshtml/Pl.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/mshtml/Pl.rc (removed) @@ -1,58 +0,0 @@ -/* - * Copyright 2005-2006 Jacek Caban - * Copyright 2008 Mikolaj Zalewski - * Copyright 2010 £ukasz Wojni³owicz - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_POLISH, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_STATUS_DONE "Done" - IDS_STATUS_DOWNLOADINGFROM "Downloading from %s..." -} - -STRINGTABLE -{ - IDS_HTMLDOCUMENT "Dokument HTML" -} - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Hiper³¹cze" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "W³asnoci hiper³¹cza", -1, 5, 5, 190, 55 - LTEXT "&Typ:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Anuluj", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Anuluj", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -}
Removed: trunk/reactos/dll/win32/mshtml/Pt.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mshtml/Pt.rc?rev=... ============================================================================== --- trunk/reactos/dll/win32/mshtml/Pt.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/mshtml/Pt.rc (removed) @@ -1,78 +0,0 @@ -/* - * Copyright 2008 Ricardo Filipe - * Copyright 2010 Gustavo Henrique Milaré - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -#pragma code_page(65001) - -LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN - -STRINGTABLE -{ - IDS_STATUS_DONE "Done" - IDS_STATUS_DOWNLOADINGFROM "Downloading from %s..." -} - -STRINGTABLE -{ - IDS_HTMLDOCUMENT "Documento HTML" -} - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Hiperlink" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Informação do Hiperlink", -1, 5, 5, 190, 55 - LTEXT "&Tipo:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Cancelar", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Hiperligação" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Informação da Hiperligação", -1, 5, 5, 190, 55 - LTEXT "&Tipo:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Cancelar", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - - -LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Cancelar", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -}
Removed: trunk/reactos/dll/win32/mshtml/Ro.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mshtml/Ro.rc?rev=... ============================================================================== --- trunk/reactos/dll/win32/mshtml/Ro.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/mshtml/Ro.rc (removed) @@ -1,59 +0,0 @@ -/* - * Copyright 2005-2006 Jacek Caban - * Copyright 2009 Michael Stefaniuc - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL - -#pragma code_page(65001) - -STRINGTABLE -{ - IDS_STATUS_DONE "Done" - IDS_STATUS_DOWNLOADINGFROM "Downloading from %s..." -} - -STRINGTABLE -{ - IDS_HTMLDOCUMENT "Document HTML" -} - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "HiperlegÄturÄ" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "InformaÈii de hiperlegÄturÄ", -1, 5, 5, 190, 55 - LTEXT "&Tip:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "RenunÈÄ", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "RenunÈÄ", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -}
Removed: trunk/reactos/dll/win32/mshtml/Ru.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mshtml/Ru.rc?rev=... ============================================================================== --- trunk/reactos/dll/win32/mshtml/Ru.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/mshtml/Ru.rc (removed) @@ -1,59 +0,0 @@ -/* - * Copyright 2008 Vitaliy Margolen - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_STATUS_DONE "Done" - IDS_STATUS_DOWNLOADINGFROM "Downloading from %s..." -} - -STRINGTABLE -{ - IDS_HTMLDOCUMENT "ÐокÑÐ¼ÐµÐ½Ñ HTML" -} - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "СÑÑлка" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "ÐнÑоÑмаÑÐ¸Ñ Ð¾ ÑÑÑлке", -1, 5, 5, 190, 55 - LTEXT "&Тип:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&ÐдÑеÑ:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "ÐÑмена", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "ÐÑмена", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -}
Removed: trunk/reactos/dll/win32/mshtml/Si.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mshtml/Si.rc?rev=... ============================================================================== --- trunk/reactos/dll/win32/mshtml/Si.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/mshtml/Si.rc (removed) @@ -1,58 +0,0 @@ -/* - * Copyright 2008 Rok Mandeljc - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -#pragma code_page(65001) - -LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_STATUS_DONE "Done" - IDS_STATUS_DOWNLOADINGFROM "Downloading from %s..." -} - -STRINGTABLE -{ - IDS_HTMLDOCUMENT "HTML dokument" -} - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Hiperpovezava" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Lastnosti hiperpovezave", -1, 5, 5, 190, 55 - LTEXT "&Vrsta:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "V redu", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "PrekliÄi", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "V redu", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "PrekliÄi", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -}
Removed: trunk/reactos/dll/win32/mshtml/Sv.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mshtml/Sv.rc?rev=... ============================================================================== --- trunk/reactos/dll/win32/mshtml/Sv.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/mshtml/Sv.rc (removed) @@ -1,56 +0,0 @@ -/* - * Copyright 2006-2008 Samuel Lidén Borell - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL - -STRINGTABLE -{ - IDS_STATUS_DONE "Done" - IDS_STATUS_DOWNLOADINGFROM "Downloading from %s..." -} - -STRINGTABLE -{ - IDS_HTMLDOCUMENT "HTML-dokument" -} - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Hyperlänk" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Länkinformation", -1, 5, 5, 190, 55 - LTEXT "&Typ:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Avbryt", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Avbryt", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -}
Removed: trunk/reactos/dll/win32/mshtml/Tr.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mshtml/Tr.rc?rev=... ============================================================================== --- trunk/reactos/dll/win32/mshtml/Tr.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/mshtml/Tr.rc (removed) @@ -1,56 +0,0 @@ -/* - * Copyright 2006 Fatih Aþýcý - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_STATUS_DONE "Done" - IDS_STATUS_DOWNLOADINGFROM "Downloading from %s..." -} - -STRINGTABLE -{ - IDS_HTMLDOCUMENT "HTML Belgesi" -} - -IDD_HYPERLINK DIALOG 0, 0, 255, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Hyperlink" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "Hyperlink Information", -1, 5, 5, 190, 55 - LTEXT "&Type:", -1, 10, 22, 24, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 24, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 50, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Cancel", IDCANCEL, 200, 28, 50, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 50, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "Cancel", IDCANCEL, 110, 65, 50, 15, WS_GROUP | WS_TABSTOP -}
Removed: trunk/reactos/dll/win32/mshtml/Uk.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mshtml/Uk.rc?rev=... ============================================================================== --- trunk/reactos/dll/win32/mshtml/Uk.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/mshtml/Uk.rc (removed) @@ -1,60 +0,0 @@ -/* - * Copyright 2005-2006 Jacek Caban - * Copyright 2010 Igor Paliychuk - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_STATUS_DONE "Done" - IDS_STATUS_DOWNLOADINGFROM "Downloading from %s..." -} - -STRINGTABLE -{ - IDS_HTMLDOCUMENT "ÐокÑÐ¼ÐµÐ½Ñ HTML" -} - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "ÐÑпеÑпоÑиланнÑ" -FONT 8, "MS Shell Dlg" -{ - GROUPBOX "ÐÐ°Ð½Ñ Ð¿Ñо ÐÑпеÑпоÑиланнÑ", -1, 5, 5, 190, 55 - LTEXT "&Тип:", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "&URL:", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "СкаÑÑваÑи", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "СкаÑÑваÑи", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -}
Removed: trunk/reactos/dll/win32/mshtml/Zh.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mshtml/Zh.rc?rev=... ============================================================================== --- trunk/reactos/dll/win32/mshtml/Zh.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/mshtml/Zh.rc (removed) @@ -1,89 +0,0 @@ -/* - * mshtml (Simplified and Traditional Chinese Resources) - * - * Copyright 2008 Hongbo Ni <hongbo.at.njstar.com> - * Copyright 2010 Cheer Xiao <xiaqqaix.at.gmail.com> - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/* Chinese text is encoded in UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED - -STRINGTABLE -{ - IDS_STATUS_DONE "Done" - IDS_STATUS_DOWNLOADINGFROM "Downloading from %s..." -} - -STRINGTABLE -{ - IDS_HTMLDOCUMENT "HTML æä»¶" -} - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "è¶ é¾æ¥" -FONT 9, "MS Shell Dlg" -{ - GROUPBOX "è¶ é¾æ¥ä¿¡æ¯", -1, 5, 5, 190, 55 - LTEXT "ç±»å(&T):", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "ç½å(&U):", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "ç¡®å®", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "åæ¶", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -} - -ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 -STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -FONT 8, "MS Shell Dlg" -{ - LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 - EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "ç¡®å®", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "åæ¶", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP -} - -LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL - -STRINGTABLE -{ - IDS_STATUS_DONE "Done" - IDS_STATUS_DOWNLOADINGFROM "Downloading from %s..." -} - -STRINGTABLE -{ - IDS_HTMLDOCUMENT "HTML æªæ¡" -} - -IDD_HYPERLINK DIALOG 0, 0, 250, 65 -STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "è¶ éæ¥" -FONT 9, "MS Shell Dlg" -{ - GROUPBOX "è¶ éæ¥è³è¨", -1, 5, 5, 190, 55 - LTEXT "é¡å(&T):", -1, 10, 22, 20, 10 - COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS - LTEXT "ç¶²å(&U):", -1, 10, 42, 20, 10 - EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP - PUSHBUTTON "確å®", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP - PUSHBUTTON "åæ¶", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP -}
Propchange: trunk/reactos/dll/win32/mshtml/lang/ ------------------------------------------------------------------------------ --- bugtraq:logregex (added) +++ bugtraq:logregex Wed Sep 4 10:01:30 2013 @@ -0,0 +1,2 @@ +([Ii]ssue|[Bb]ug)s? #?(\d+)(,? ?#?(\d+))*(,? ?(and |or )?#?(\d+))? +(\d+)
Propchange: trunk/reactos/dll/win32/mshtml/lang/ ------------------------------------------------------------------------------ bugtraq:message = See issue #%BUGID% for more details.
Propchange: trunk/reactos/dll/win32/mshtml/lang/ ------------------------------------------------------------------------------ bugtraq:url = http://www.reactos.org/bugzilla/show_bug.cgi?id=%BUGID%
Propchange: trunk/reactos/dll/win32/mshtml/lang/ ------------------------------------------------------------------------------ tsvn:logminsize = 10
Modified: trunk/reactos/dll/win32/mshtml/rsrc.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mshtml/rsrc.rc?re... ============================================================================== --- trunk/reactos/dll/win32/mshtml/rsrc.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/mshtml/rsrc.rc [iso-8859-1] Wed Sep 4 10:01:30 2013 @@ -34,78 +34,78 @@ #include <wine/wine_common_ver.rc>
#ifdef LANGUAGE_BG_BG - #include "Bg.rc" + #include "lang/Bg.rc" #endif #ifdef LANGUAGE_EN_US - #include "En.rc" + #include "lang/En.rc" #endif #ifdef LANGUAGE_ES_ES - #include "Es.rc" + #include "lang/Es.rc" #endif #ifdef LANGUAGE_FI_FI - #include "Fi.rc" + #include "lang/Fi.rc" #endif #ifdef LANGUAGE_KO_KR - #include "Ko.rc" + #include "lang/Ko.rc" #endif #ifdef LANGUAGE_NL_NL - #include "Nl.rc" + #include "lang/Nl.rc" #endif #ifdef LANGUAGE_PL_PL - #include "Pl.rc" + #include "lang/Pl.rc" #endif #ifdef LANGUAGE_SV_SE - #include "Sv.rc" + #include "lang/Sv.rc" #endif #ifdef LANGUAGE_TR_TR - #include "Tr.rc" + #include "lang/Tr.rc" #endif
/* UTF-8 */ #ifdef LANGUAGE_DA_DK - #include "Da.rc" + #include "lang/Da.rc" #endif #ifdef LANGUAGE_DE_DE - #include "De.rc" + #include "lang/De.rc" #endif #ifdef LANGUAGE_FR_FR - #include "Fr.rc" + #include "lang/Fr.rc" #endif #ifdef LANGUAGE_HE_IL - #include "He.rc" + #include "lang/He.rc" #endif #ifdef LANGUAGE_HU_HU - #include "Hu.rc" + #include "lang/Hu.rc" #endif #ifdef LANGUAGE_IT_IT - #include "It.rc" + #include "lang/It.rc" #endif #ifdef LANGUAGE_JA_JP - #include "Ja.rc" + #include "lang/Ja.rc" #endif #ifdef LANGUAGE_LT_LT - #include "Lt.rc" + #include "lang/Lt.rc" #endif #ifdef LANGUAGE_NO_NO - #include "No.rc" + #include "lang/No.rc" #endif #ifdef LANGUAGE_PT_PT - #include "Pt.rc" + #include "lang/Pt.rc" #endif #ifdef LANGUAGE_RO_RO - #include "Ro.rc" + #include "lang/Ro.rc" #endif #ifdef LANGUAGE_RU_RU - #include "Ru.rc" + #include "lang/Ru.rc" #endif #ifdef LANGUAGE_SL_SI - #include "Si.rc" + #include "lang/Si.rc" #endif #ifdef LANGUAGE_UK_UA - #include "Uk.rc" + #include "lang/Uk.rc" #endif #ifdef LANGUAGE_ZH_CN - #include "Zh.rc" + #include "lang/Zh.rc" #endif
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL