2010-03-02 19:37:13 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2005-2006 Jacek Caban
|
|
|
|
* Copyright 2009 Michael Stefaniuc
|
2014-01-20 19:42:49 +00:00
|
|
|
* 2011 Ștefan Fulea
|
2024-01-15 21:15:57 +00:00
|
|
|
* Copyright 2023-2024 Andrei Miloiu <miloiuandrei@gmail.com>
|
2010-03-02 19:37:13 +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
|
|
|
|
|
Wine dll sync commit 1 of 2.
This one syncs all dlls which only have resource file changes.
avifil32, credui, crypt32, cryptdlg, cryptui, iccvid, kernel32, localspl, localui, mapi32, msacm32, msrle32, msvfw32, msvidc32, oleacc, oledlg, pstorec, shdoclc, wldap32
svn path=/trunk/; revision=48269
2010-07-26 00:12:22 +00:00
|
|
|
STRINGTABLE
|
2010-03-02 19:37:13 +00:00
|
|
|
{
|
|
|
|
IDS_MESSAGE_BOX_TITLE, "Wine Internet Explorer"
|
|
|
|
}
|
|
|
|
|
Wine dll sync commit 1 of 2.
This one syncs all dlls which only have resource file changes.
avifil32, credui, crypt32, cryptdlg, cryptui, iccvid, kernel32, localspl, localui, mapi32, msacm32, msrle32, msvfw32, msvidc32, oleacc, oledlg, pstorec, shdoclc, wldap32
svn path=/trunk/; revision=48269
2010-07-26 00:12:22 +00:00
|
|
|
STRINGTABLE
|
2010-03-02 19:37:13 +00:00
|
|
|
{
|
|
|
|
IDS_PRINT_HEADER_TEMPLATE "&w&bPagina &p" /* FIXME: should be "&w&bPagina &p of &P" */
|
|
|
|
IDS_PRINT_FOOTER_TEMPLATE "&u&b&d"
|
|
|
|
}
|
|
|
|
|
|
|
|
IDR_BROWSE_CONTEXT_MENU MENU
|
|
|
|
{
|
2013-12-04 19:50:17 +00:00
|
|
|
POPUP "" /* Default */
|
2010-03-02 19:37:13 +00:00
|
|
|
{
|
2015-04-10 19:20:55 +00:00
|
|
|
MENUITEM "Înap&oi", IDM_GOBACKWARD
|
|
|
|
MENUITEM "În&ainte", IDM_GOFORWARD
|
2010-03-02 19:37:13 +00:00
|
|
|
MENUITEM SEPARATOR
|
2023-11-19 15:36:07 +00:00
|
|
|
MENUITEM "Salvează imagi&nea de fundal ca…", IDM_SAVEBACKGROUND
|
2015-04-10 19:20:55 +00:00
|
|
|
MENUITEM "Stabilește ca f&undal", IDM_SETWALLPAPER
|
2010-03-02 19:37:13 +00:00
|
|
|
MENUITEM "&Copiază fundalul", IDM_COPYBACKGROUND
|
2024-01-15 21:15:57 +00:00
|
|
|
MENUITEM "Definire ca element pe des&ktop…", IDM_SETDESKTOPITEM
|
2010-03-02 19:37:13 +00:00
|
|
|
MENUITEM SEPARATOR
|
2015-04-10 19:20:55 +00:00
|
|
|
MENUITEM "S&electează tot", IDM_SELECTALL
|
2010-03-02 19:37:13 +00:00
|
|
|
MENUITEM "&Lipește", IDM_PASTE
|
|
|
|
MENUITEM SEPARATOR
|
2015-04-10 19:20:55 +00:00
|
|
|
MENUITEM "Crea&ză scurtătură", IDM_CREATESHORTCUT
|
2014-01-20 19:42:49 +00:00
|
|
|
MENUITEM "Adăugare la fa&vorite…", IDM_ADDFAVORITES
|
2015-04-10 19:20:55 +00:00
|
|
|
MENUITEM "A&fișează sursa", IDM_VIEWSOURCE
|
2010-03-02 19:37:13 +00:00
|
|
|
MENUITEM SEPARATOR
|
2014-01-20 19:42:49 +00:00
|
|
|
MENUITEM "Co&dificare", IDM_LANGUAGE
|
2010-03-02 19:37:13 +00:00
|
|
|
MENUITEM SEPARATOR
|
2015-04-10 19:20:55 +00:00
|
|
|
MENUITEM "I&mprimă", IDM_PRINT
|
2014-01-20 19:42:49 +00:00
|
|
|
MENUITEM "Împ&rospătează", _IDM_REFRESH
|
2010-03-02 19:37:13 +00:00
|
|
|
MENUITEM SEPARATOR
|
2015-04-10 19:20:55 +00:00
|
|
|
MENUITEM "&Proprietăți", IDM_PROPERTIES
|
2010-03-02 19:37:13 +00:00
|
|
|
}
|
|
|
|
|
2013-12-04 19:50:17 +00:00
|
|
|
POPUP "" /* Image */
|
2010-03-02 19:37:13 +00:00
|
|
|
{
|
2014-01-20 19:42:49 +00:00
|
|
|
MENUITEM "Deschide &adresa", IDM_FOLLOWLINKC
|
|
|
|
MENUITEM "Deschide în fereastră &nouă", IDM_FOLLOWLINKN
|
2023-11-19 15:36:07 +00:00
|
|
|
MENUITEM "Salvează destinația ca…", IDM_SAVETARGET
|
2015-04-10 19:20:55 +00:00
|
|
|
MENUITEM "I&mprimă destinația", IDM_PRINTTARGET
|
2014-01-20 19:42:49 +00:00
|
|
|
MENUITEM SEPARATOR
|
2015-04-10 19:20:55 +00:00
|
|
|
MENUITEM "Afișea&ză imaginea", IDM_SHOWPICTURE
|
2023-11-19 15:36:07 +00:00
|
|
|
MENUITEM "Salvează imaginea ca…", IDM_SAVEPICTURE
|
2014-01-20 19:42:49 +00:00
|
|
|
MENUITEM "Transmitere imagine prin &email…", IDM_MP_EMAILPICTURE
|
2015-04-10 19:20:55 +00:00
|
|
|
MENUITEM "Imp&rimă imaginea…", IDM_MP_PRINTPICTURE
|
2024-01-15 21:15:57 +00:00
|
|
|
MENUITEM "&Mergi la Imaginile mele", IDM_MP_MYPICS
|
2014-01-20 19:42:49 +00:00
|
|
|
MENUITEM "Stabilește ca &fundal", IDM_SETWALLPAPER
|
2024-01-15 21:15:57 +00:00
|
|
|
MENUITEM "Definire ca element pe des&ktop…", IDM_SETDESKTOPITEM
|
2014-01-20 19:42:49 +00:00
|
|
|
MENUITEM SEPARATOR
|
|
|
|
MENUITEM "&Decupează", IDM_CUT
|
|
|
|
MENUITEM "&Copiază", IDM_COPY
|
|
|
|
MENUITEM "Copiază sc&urtătura", IDM_COPYSHORTCUT
|
|
|
|
MENUITEM "&Lipește", IDM_PASTE
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
MENUITEM "Adăugare la fa&vorite…", IDM_ADDFAVORITES
|
|
|
|
MENUITEM SEPARATOR
|
2015-04-10 19:20:55 +00:00
|
|
|
MENUITEM "&Proprietăți", IDM_PROPERTIES
|
2010-03-02 19:37:13 +00:00
|
|
|
}
|
|
|
|
|
2013-12-04 19:50:17 +00:00
|
|
|
POPUP "" /* Control */
|
2010-03-02 19:37:13 +00:00
|
|
|
{
|
2014-01-20 19:42:49 +00:00
|
|
|
MENUITEM "Des&fă", IDM_UNDO
|
2010-03-02 19:37:13 +00:00
|
|
|
MENUITEM SEPARATOR
|
2014-01-20 19:42:49 +00:00
|
|
|
MENUITEM "&Decupează", IDM_CUT
|
|
|
|
MENUITEM "&Copiază", IDM_COPY
|
|
|
|
MENUITEM "&Lipește", IDM_PASTE
|
|
|
|
MENUITEM "Șt&erge", IDM_DELETE
|
2010-03-02 19:37:13 +00:00
|
|
|
MENUITEM SEPARATOR
|
2014-01-20 19:42:49 +00:00
|
|
|
MENUITEM "Selectează t&ot", IDM_SELECTALL
|
2010-03-02 19:37:13 +00:00
|
|
|
}
|
|
|
|
|
2013-12-04 19:50:17 +00:00
|
|
|
POPUP "" /* Table */
|
2010-03-02 19:37:13 +00:00
|
|
|
{
|
2015-04-10 19:20:55 +00:00
|
|
|
POPUP "S&electare"
|
2010-03-02 19:37:13 +00:00
|
|
|
{
|
2014-01-20 19:42:49 +00:00
|
|
|
MENUITEM "C&elulă", IDM_CELLSELECT
|
2010-03-02 19:37:13 +00:00
|
|
|
MENUITEM "&Rând", IDM_ROWSELECT
|
|
|
|
MENUITEM "&Coloană", IDM_COLUMNSELECT
|
2015-04-10 19:20:55 +00:00
|
|
|
MENUITEM "T&abel", IDM_TABLESELECT
|
2010-03-02 19:37:13 +00:00
|
|
|
}
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
MENUITEM "Proprietăți &celulă", IDM_CELLPROPERTIES
|
2015-04-10 19:20:55 +00:00
|
|
|
MENUITEM "Proprietăți t&abel", IDM_TABLEPROPERTIES
|
2010-03-02 19:37:13 +00:00
|
|
|
}
|
|
|
|
|
2013-12-04 19:50:17 +00:00
|
|
|
POPUP "" /* 1DSite Select */
|
2010-03-02 19:37:13 +00:00
|
|
|
{
|
2014-01-20 19:42:49 +00:00
|
|
|
MENUITEM "&Decupează", IDM_CUT
|
|
|
|
MENUITEM "&Copiază", IDM_COPY
|
|
|
|
MENUITEM "&Lipește", IDM_PASTE
|
|
|
|
MENUITEM "Selectează t&ot", IDM_SELECTALL
|
2015-04-10 19:20:55 +00:00
|
|
|
MENUITEM "I&mprimă", IDM_PRINT
|
2010-03-02 19:37:13 +00:00
|
|
|
MENUITEM SEPARATOR
|
|
|
|
}
|
|
|
|
|
2013-12-04 19:50:17 +00:00
|
|
|
POPUP "" /* Anchor */
|
2010-03-02 19:37:13 +00:00
|
|
|
{
|
2014-01-20 19:42:49 +00:00
|
|
|
MENUITEM "Deschide &adresa", IDM_FOLLOWLINKC
|
|
|
|
MENUITEM "Deschide în fereastră &nouă", IDM_FOLLOWLINKN
|
2023-11-19 15:36:07 +00:00
|
|
|
MENUITEM "Sal&vează destinația ca…", IDM_SAVETARGET
|
2015-04-10 19:20:55 +00:00
|
|
|
MENUITEM "I&mprimă destinația", IDM_PRINTTARGET
|
2010-03-02 19:37:13 +00:00
|
|
|
MENUITEM SEPARATOR
|
2014-01-20 19:42:49 +00:00
|
|
|
MENUITEM "&Decupează", IDM_CUT
|
|
|
|
MENUITEM "&Copiază", IDM_COPY
|
|
|
|
MENUITEM "Copiază sc&urtătura", IDM_COPYSHORTCUT
|
|
|
|
MENUITEM "&Lipește", IDM_PASTE
|
2010-03-02 19:37:13 +00:00
|
|
|
MENUITEM SEPARATOR
|
2014-01-20 19:42:49 +00:00
|
|
|
MENUITEM "Adăugare la fa&vorite…", IDM_ADDFAVORITES
|
2010-03-02 19:37:13 +00:00
|
|
|
MENUITEM SEPARATOR
|
2015-04-10 19:20:55 +00:00
|
|
|
MENUITEM "&Proprietăți", IDM_PROPERTIES
|
2010-03-02 19:37:13 +00:00
|
|
|
}
|
|
|
|
|
2013-12-04 19:50:17 +00:00
|
|
|
POPUP "" /* Context Unknown */
|
2010-03-02 19:37:13 +00:00
|
|
|
{
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
}
|
|
|
|
|
2013-12-04 19:50:17 +00:00
|
|
|
POPUP "" /* DYNSRC Image */
|
2010-03-02 19:37:13 +00:00
|
|
|
{
|
2014-01-20 19:42:49 +00:00
|
|
|
MENUITEM "Deschide &adresa", IDM_FOLLOWLINKC
|
|
|
|
MENUITEM "Deschide în fereastră &nouă", IDM_FOLLOWLINKN
|
2023-11-19 15:36:07 +00:00
|
|
|
MENUITEM "Salvează destinația ca…", IDM_SAVETARGET
|
2015-04-10 19:20:55 +00:00
|
|
|
MENUITEM "I&mprimă destinația", IDM_PRINTTARGET
|
2014-01-20 19:42:49 +00:00
|
|
|
MENUITEM SEPARATOR
|
2015-04-10 19:20:55 +00:00
|
|
|
MENUITEM "Afișea&ză imaginea", IDM_SHOWPICTURE
|
2023-11-19 15:36:07 +00:00
|
|
|
MENUITEM "Salvează imaginea ca…", IDM_SAVEPICTURE
|
2014-01-20 19:42:49 +00:00
|
|
|
MENUITEM "Stabilește ca &fundal", IDM_SETWALLPAPER
|
2024-01-15 21:15:57 +00:00
|
|
|
MENUITEM "Definire ca element pe des&ktop…", IDM_SETDESKTOPITEM
|
2014-01-20 19:42:49 +00:00
|
|
|
MENUITEM SEPARATOR
|
|
|
|
MENUITEM "&Decupează", IDM_CUT
|
|
|
|
MENUITEM "&Copiază", IDM_COPY
|
|
|
|
MENUITEM "Copiază sc&urtătura", IDM_COPYSHORTCUT
|
|
|
|
MENUITEM "&Lipește", IDM_PASTE
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
MENUITEM "Adăugare la fa&vorite…", IDM_ADDFAVORITES
|
|
|
|
MENUITEM SEPARATOR
|
2015-04-10 19:20:55 +00:00
|
|
|
MENUITEM "P&ornește", IDM_DYNSRCPLAY
|
|
|
|
MENUITEM "&Oprește", IDM_DYNSRCSTOP
|
|
|
|
MENUITEM "&Proprietăți", IDM_PROPERTIES
|
2010-03-02 19:37:13 +00:00
|
|
|
}
|
|
|
|
|
2013-12-04 19:50:17 +00:00
|
|
|
POPUP "" /* ART Image */
|
2010-03-02 19:37:13 +00:00
|
|
|
{
|
2014-01-20 19:42:49 +00:00
|
|
|
MENUITEM "Deschide &adresa", IDM_FOLLOWLINKC
|
|
|
|
MENUITEM "Deschide în fereastră &nouă", IDM_FOLLOWLINKN
|
2023-11-19 15:36:07 +00:00
|
|
|
MENUITEM "Salvează destinația ca…", IDM_SAVETARGET
|
2015-04-10 19:20:55 +00:00
|
|
|
MENUITEM "I&mprimă destinația", IDM_PRINTTARGET
|
2010-03-02 19:37:13 +00:00
|
|
|
MENUITEM SEPARATOR
|
2015-04-10 19:20:55 +00:00
|
|
|
MENUITEM "Afișea&ză imaginea", IDM_SHOWPICTURE
|
2023-11-19 15:36:07 +00:00
|
|
|
MENUITEM "Salvează imaginea ca…", IDM_SAVEPICTURE
|
2014-01-20 19:42:49 +00:00
|
|
|
MENUITEM "Definește ca &fundal", IDM_SETWALLPAPER
|
2024-01-15 21:15:57 +00:00
|
|
|
MENUITEM "Definire ca element pe des&ktop…", IDM_SETDESKTOPITEM
|
2010-03-02 19:37:13 +00:00
|
|
|
MENUITEM SEPARATOR
|
2014-01-20 19:42:49 +00:00
|
|
|
MENUITEM "&Decupează", IDM_CUT
|
|
|
|
MENUITEM "&Copiază", IDM_COPY
|
|
|
|
MENUITEM "Copiază sc&urtătura", IDM_COPYSHORTCUT
|
|
|
|
MENUITEM "&Lipește", IDM_PASTE
|
2010-03-02 19:37:13 +00:00
|
|
|
MENUITEM SEPARATOR
|
2014-01-20 19:42:49 +00:00
|
|
|
MENUITEM "Adaugă la fa&vorite…", IDM_ADDFAVORITES
|
2010-03-02 19:37:13 +00:00
|
|
|
MENUITEM SEPARATOR
|
2015-04-10 19:20:55 +00:00
|
|
|
MENUITEM "P&ornește", IDM_IMGARTPLAY
|
|
|
|
MENUITEM "&Oprește", IDM_IMGARTSTOP
|
|
|
|
MENUITEM "De&rulează înapoi", IDM_IMGARTREWIND
|
2010-03-02 19:37:13 +00:00
|
|
|
MENUITEM SEPARATOR
|
2015-04-10 19:20:55 +00:00
|
|
|
MENUITEM "&Proprietăți", IDM_PROPERTIES
|
2010-03-02 19:37:13 +00:00
|
|
|
}
|
|
|
|
|
2013-12-04 19:50:17 +00:00
|
|
|
POPUP "" /* Debug */
|
2010-03-02 19:37:13 +00:00
|
|
|
{
|
|
|
|
MENUITEM "Urmărire etichete", IDM_TRACETAGS
|
|
|
|
MENUITEM "Erori în resursă", IDM_RESOURCEFAILURES
|
|
|
|
MENUITEM "Elimină informația de urmărire", IDM_DUMPTRACKINGINFO
|
|
|
|
MENUITEM "Întrerupere depanare", IDM_DEBUGBREAK
|
|
|
|
MENUITEM "Vizualizare depanare", IDM_DEBUGVIEW
|
|
|
|
MENUITEM "Elimină arborele", IDM_DUMPTREE
|
|
|
|
MENUITEM "Elimină liniile", IDM_DUMPLINES
|
|
|
|
MENUITEM "Elimină arborele de afișare", IDM_DUMPDISPLAYTREE
|
|
|
|
MENUITEM "Elimină cache-ul de format", IDM_DUMPFORMATCACHES
|
|
|
|
MENUITEM "Elimină dreptunghiurile de format", IDM_DUMPLAYOUTRECTS
|
|
|
|
MENUITEM "Monitor de memorie", IDM_MEMORYMONITOR
|
|
|
|
MENUITEM "Măsurători de performanță", IDM_PERFORMANCEMETERS
|
2023-11-19 15:36:07 +00:00
|
|
|
MENUITEM "Salvează fișierul HTML", IDM_SAVEHTML
|
2010-03-02 19:37:13 +00:00
|
|
|
MENUITEM SEPARATOR
|
2015-04-10 19:20:55 +00:00
|
|
|
MENUITEM "Răsfoiește vizualizarea", IDM_BROWSEMODE
|
2010-03-02 19:37:13 +00:00
|
|
|
MENUITEM "Editează vizualizarea", IDM_EDITMODE
|
|
|
|
}
|
|
|
|
|
2013-12-04 19:50:17 +00:00
|
|
|
POPUP "" /* Vertical Scrollbar */
|
2010-03-02 19:37:13 +00:00
|
|
|
{
|
|
|
|
MENUITEM "Derulează aici", IDM_SCROLL_HERE
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
MENUITEM "Sus", IDM_SCROLL_TOP
|
|
|
|
MENUITEM "Jos", IDM_SCROLL_BOTTOM
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
MENUITEM "Pagină mai sus", IDM_SCROLL_PAGEUP
|
|
|
|
MENUITEM "Pagină mai jos", IDM_SCROLL_PAGEDOWN
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
MENUITEM "Defilare în sus", IDM_SCROLL_UP
|
|
|
|
MENUITEM "Defilare în jos", IDM_SCROLL_DOWN
|
|
|
|
}
|
|
|
|
|
2013-12-04 19:50:17 +00:00
|
|
|
POPUP "" /* Horizontal Scrollbar */
|
2010-03-02 19:37:13 +00:00
|
|
|
{
|
|
|
|
MENUITEM "Derulează aici", IDM_SCROLL_HERE
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
MENUITEM "Marginea stîngă", IDM_SCROLL_LEFTEDGE
|
|
|
|
MENUITEM "Marginea dreaptă", IDM_SCROLL_RIGHTEDGE
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
MENUITEM "Pagină mai la stânga", IDM_SCROLL_PAGELEFT
|
|
|
|
MENUITEM "Pagină mai la dreapta", IDM_SCROLL_PAGERIGHT
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
MENUITEM "Defilează la stînga", IDM_SCROLL_LEFT
|
|
|
|
MENUITEM "Defilează la dreapta", IDM_SCROLL_RIGHT
|
|
|
|
}
|
|
|
|
}
|