Module: wine Branch: master Commit: c8a8893916516ed2f3c7bb9307a79fd7c655aab1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c8a8893916516ed2f3c7bb9307...
Author: Rok Mandeljc rok.mandeljc@email.si Date: Mon Apr 7 20:43:03 2008 +0200
mshtml: Added Slovenian translation.
---
dlls/mshtml/Si.rc | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++ dlls/mshtml/rsrc.rc | 1 + 2 files changed, 60 insertions(+), 0 deletions(-)
diff --git a/dlls/mshtml/Si.rc b/dlls/mshtml/Si.rc new file mode 100644 index 0000000..9fa2521 --- /dev/null +++ b/dlls/mshtml/Si.rc @@ -0,0 +1,59 @@ +/* + * 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 + */ + +#pragma code_page(65001) + +LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT + +STRINGTABLE DISCARDABLE +{ + IDS_HTMLDISABLED "Prikazovanje HTML dokumento je trenutno onemogočeno." + IDS_HTMLDOCUMENT "HTML dokument" + IDS_DOWNLOADING "Nalagam ..." + IDS_INSTALLING "Nameščam ..." +} + +ID_DWL_DIALOG DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 260, 85 +STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "Namestitev Wine Gecko" +FONT 8, "MS Shell Dlg" +{ + LTEXT "Ta program poskuša prikazati HTML stran. Wine za prikaz spletnih strani " \ + "potrebuje Gecko (Mozillin HTML prikazovalnik). Kliknite Namesti, če" \ + "želite, da Wine samodejno naloži in namesti Gecko (potrebna je povezava" \ + "z internetom).", ID_DWL_STATUS, 10, 10, 240, 30, SS_LEFT + CONTROL "Napredek", ID_DWL_PROGRESS, PROGRESS_CLASSA, WS_BORDER|PBS_SMOOTH, 10, 40, 240, 12 + DEFPUSHBUTTON "&Namesti", ID_DWL_INSTALL, 200, 60, 50, 15, WS_GROUP | WS_TABSTOP + PUSHBUTTON "&Prekliči", IDCANCEL, 140, 60, 50, 15, WS_GROUP | WS_TABSTOP +} + +IDD_HYPERLINK DIALOG LOADONCALL MOVEABLE DISCARDABLE 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", IDC_STATIC, 5, 5, 190, 55 + LTEXT "&Vrsta:", IDC_STATIC, 10, 22, 20, 10 + COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS + LTEXT "&URL:", IDC_STATIC, 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 +} + +#pragma code_page(default) diff --git a/dlls/mshtml/rsrc.rc b/dlls/mshtml/rsrc.rc index dae59c7..1e69697 100644 --- a/dlls/mshtml/rsrc.rc +++ b/dlls/mshtml/rsrc.rc @@ -45,6 +45,7 @@ #include "No.rc" #include "Pl.rc" #include "Ru.rc" +#include "Si.rc" #include "Sv.rc" #include "Tr.rc"