Sync avifil, credui, crypt32, cryptdlg, cryptui, dnsapi, gdiplus, hhctrl, hnetcfg, iccvid, imaadp32, imm32, jscript, localspl, localui, mapi32, mciavi32, mcicda, mciqtz32, mciseq, mciwave, mshtml, msrle32, msvfw32, msvidc32, msxml3, oleacc, oleaut32 to Wine 1.2rc5 (Samuel Serapion, small changes by me)
Remove Esperanto and Walon languages from comctl32, comdlg32, mpr, msi, shlwapi, wininet
svn path=/trunk/; revision=47920
2010-07-01 11:09:47 +00:00
|
|
|
/*
|
|
|
|
* HTML Help resources
|
|
|
|
*
|
|
|
|
* Copyright 2005 James Hawkins
|
|
|
|
* Copyright 2010 Claudia Cotună
|
|
|
|
* Michael Stefaniuc
|
2014-10-13 15:24:08 +00:00
|
|
|
* Ștefan Fulea
|
Sync avifil, credui, crypt32, cryptdlg, cryptui, dnsapi, gdiplus, hhctrl, hnetcfg, iccvid, imaadp32, imm32, jscript, localspl, localui, mapi32, mciavi32, mcicda, mciqtz32, mciseq, mciwave, mshtml, msrle32, msvfw32, msvidc32, msxml3, oleacc, oleaut32 to Wine 1.2rc5 (Samuel Serapion, small changes by me)
Remove Esperanto and Walon languages from comctl32, comdlg32, mpr, msi, shlwapi, wininet
svn path=/trunk/; revision=47920
2010-07-01 11:09:47 +00:00
|
|
|
*
|
|
|
|
* 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
|
|
|
|
*/
|
|
|
|
|
|
|
|
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
|
|
|
|
|
|
|
#pragma code_page(65001)
|
|
|
|
|
|
|
|
STRINGTABLE
|
|
|
|
BEGIN
|
2014-10-13 15:24:08 +00:00
|
|
|
IDS_CONTENTS "C&uprins"
|
|
|
|
IDS_INDEX "In&dex"
|
2014-01-20 19:42:49 +00:00
|
|
|
IDS_SEARCH "&Caută"
|
|
|
|
IDS_FAVORITES "F&avorite"
|
2014-09-27 19:04:10 +00:00
|
|
|
|
2014-10-13 15:24:08 +00:00
|
|
|
IDS_HIDETABS "Ascunde ta&buri"
|
|
|
|
IDS_SHOWTABS "Afișează ta&buri"
|
Sync avifil, credui, crypt32, cryptdlg, cryptui, dnsapi, gdiplus, hhctrl, hnetcfg, iccvid, imaadp32, imm32, jscript, localspl, localui, mapi32, mciavi32, mcicda, mciqtz32, mciseq, mciwave, mshtml, msrle32, msvfw32, msvidc32, msxml3, oleacc, oleaut32 to Wine 1.2rc5 (Samuel Serapion, small changes by me)
Remove Esperanto and Walon languages from comctl32, comdlg32, mpr, msi, shlwapi, wininet
svn path=/trunk/; revision=47920
2010-07-01 11:09:47 +00:00
|
|
|
END
|
|
|
|
|
|
|
|
STRINGTABLE
|
|
|
|
BEGIN
|
|
|
|
IDTB_EXPAND "Afișează"
|
|
|
|
IDTB_CONTRACT "Ascunde"
|
|
|
|
IDTB_STOP "Oprește"
|
|
|
|
IDTB_REFRESH "Actualizează"
|
|
|
|
IDTB_BACK "Înapoi"
|
|
|
|
IDTB_HOME "Acasă"
|
|
|
|
IDTB_SYNC "Sincronizează"
|
|
|
|
IDTB_PRINT "Imprimă"
|
|
|
|
IDTB_OPTIONS "Opțiuni"
|
|
|
|
IDTB_FORWARD "Înainte"
|
|
|
|
END
|
2014-09-27 19:04:10 +00:00
|
|
|
|
|
|
|
MENU_POPUP MENU
|
|
|
|
{
|
|
|
|
POPUP "" /* Options */
|
|
|
|
{
|
|
|
|
MENUITEM "", IDTB_EXPAND
|
2015-09-17 17:26:52 +00:00
|
|
|
MENUITEM "Sinc&ronizează", IDTB_SYNC
|
2014-10-13 15:24:08 +00:00
|
|
|
MENUITEM "Înap&oi", IDTB_BACK
|
|
|
|
MENUITEM "În&ainte", IDTB_FORWARD
|
|
|
|
MENUITEM "A&casă", IDTB_HOME
|
|
|
|
MENUITEM "Opr&ește", IDTB_STOP
|
|
|
|
MENUITEM "Împrospătea&ză", IDTB_REFRESH
|
2015-09-17 17:26:52 +00:00
|
|
|
MENUITEM "I&mprimare…", IDTB_PRINT
|
2014-09-27 19:04:10 +00:00
|
|
|
}
|
|
|
|
}
|
2015-07-19 13:21:48 +00:00
|
|
|
|
|
|
|
MENU_WEBBROWSER MENU
|
|
|
|
{
|
|
|
|
POPUP ""
|
|
|
|
{
|
2015-09-17 17:26:52 +00:00
|
|
|
MENUITEM "Înap&oi", IDTB_BACK
|
|
|
|
MENUITEM "În&ainte", IDTB_FORWARD
|
2015-07-19 13:21:48 +00:00
|
|
|
MENUITEM SEPARATOR
|
2015-09-17 17:26:52 +00:00
|
|
|
MENUITEM "S&electează tot", MIID_SELECTALL
|
2015-07-19 13:21:48 +00:00
|
|
|
MENUITEM SEPARATOR
|
2015-09-17 17:26:52 +00:00
|
|
|
MENUITEM "Afișează s&ursa paginii", MIID_VIEWSOURCE
|
2015-07-19 13:21:48 +00:00
|
|
|
MENUITEM SEPARATOR
|
2015-09-17 17:26:52 +00:00
|
|
|
MENUITEM "I&mprimare…", IDTB_PRINT
|
|
|
|
MENUITEM "Împrospătea&ză", IDTB_REFRESH
|
2015-07-19 13:21:48 +00:00
|
|
|
MENUITEM SEPARATOR
|
2015-09-17 17:26:52 +00:00
|
|
|
MENUITEM "&Proprietăți", MIID_PROPERTIES
|
2015-07-19 13:21:48 +00:00
|
|
|
}
|
|
|
|
POPUP ""
|
|
|
|
{
|
2015-09-17 17:26:52 +00:00
|
|
|
MENUITEM "&Decupează", MIID_CUT
|
|
|
|
MENUITEM "&Copiază", MIID_COPY
|
|
|
|
MENUITEM "&Lipește", MIID_PASTE
|
|
|
|
MENUITEM "S&electează tot", MIID_SELECTALL
|
|
|
|
MENUITEM "I&mprimă", IDTB_PRINT
|
2015-07-19 13:21:48 +00:00
|
|
|
}
|
|
|
|
}
|