Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
660ead08
Commit
660ead08
authored
Jun 16, 2010
by
Luca Bennati
Committed by
Alexandre Julliard
Jun 17, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleacc: Add Italian translation.
parent
10a61681
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
97 additions
and
0 deletions
+97
-0
Makefile.in
dlls/oleacc/Makefile.in
+1
-0
oleacc_It.rc
dlls/oleacc/oleacc_It.rc
+96
-0
No files found.
dlls/oleacc/Makefile.in
View file @
660ead08
...
...
@@ -13,6 +13,7 @@ RC_SRCS = \
oleacc_De.rc
\
oleacc_En.rc
\
oleacc_Fr.rc
\
oleacc_It.rc
\
oleacc_Ko.rc
\
oleacc_Lt.rc
\
oleacc_Nl.rc
\
...
...
dlls/oleacc/oleacc_It.rc
0 → 100644
View file @
660ead08
/*
* Italian resources for oleacc
*
* Copyright 2008 Nikolay Sivov
* 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 "oleacc.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
{
0 "oggetto sconosciuto" /* undocumented */
ROLE_SYSTEM_TITLEBAR "barra del titolo"
ROLE_SYSTEM_MENUBAR "barra dei menù"
ROLE_SYSTEM_SCROLLBAR "barra dello scorrimento"
ROLE_SYSTEM_GRIP "maniglia"
ROLE_SYSTEM_SOUND "suono"
ROLE_SYSTEM_CURSOR "cursore"
ROLE_SYSTEM_CARET "cursore di testo"
ROLE_SYSTEM_ALERT "allarme"
ROLE_SYSTEM_WINDOW "finestra"
ROLE_SYSTEM_CLIENT "client"
ROLE_SYSTEM_MENUPOPUP "menù a comparsa"
ROLE_SYSTEM_MENUITEM "elemento del menù"
ROLE_SYSTEM_TOOLTIP "tooltip"
ROLE_SYSTEM_APPLICATION "applicazione"
ROLE_SYSTEM_DOCUMENT "documento"
ROLE_SYSTEM_PANE "pannello"
ROLE_SYSTEM_CHART "diagramma"
ROLE_SYSTEM_DIALOG "dialogo"
ROLE_SYSTEM_BORDER "bordo"
ROLE_SYSTEM_GROUPING "raggruppamento"
ROLE_SYSTEM_SEPARATOR "separatore"
ROLE_SYSTEM_TOOLBAR "barra degli strumenti"
ROLE_SYSTEM_STATUSBAR "barra dello stato"
ROLE_SYSTEM_TABLE "tabella"
ROLE_SYSTEM_COLUMNHEADER "intestazione di colonna"
ROLE_SYSTEM_ROWHEADER "intestazione di riga"
ROLE_SYSTEM_COLUMN "colonna"
ROLE_SYSTEM_ROW "riga"
ROLE_SYSTEM_CELL "cella"
ROLE_SYSTEM_LINK "collegamento"
ROLE_SYSTEM_HELPBALLOON "balloon d'aiuto"
ROLE_SYSTEM_CHARACTER "carattere"
ROLE_SYSTEM_LIST "lista"
ROLE_SYSTEM_LISTITEM "elemento della lista"
ROLE_SYSTEM_OUTLINE "schema"
ROLE_SYSTEM_OUTLINEITEM "elemento dello schema"
ROLE_SYSTEM_PAGETAB "linguetta di pagina"
ROLE_SYSTEM_PROPERTYPAGE "pagina delle proprietà"
ROLE_SYSTEM_INDICATOR "indicatore"
ROLE_SYSTEM_GRAPHIC "immagine"
ROLE_SYSTEM_STATICTEXT "testo statico"
ROLE_SYSTEM_TEXT "testo"
ROLE_SYSTEM_PUSHBUTTON "pulsante"
ROLE_SYSTEM_CHECKBUTTON "pulsante di controllo"
ROLE_SYSTEM_RADIOBUTTON "pulsante radio"
ROLE_SYSTEM_COMBOBOX "casella combinata"
ROLE_SYSTEM_DROPLIST "lista a discesa"
ROLE_SYSTEM_PROGRESSBAR "barra del progresso"
ROLE_SYSTEM_DIAL "quadrante"
ROLE_SYSTEM_HOTKEYFIELD "campo con scorciatoia da tastiera"
ROLE_SYSTEM_SLIDER "diapositiva"
ROLE_SYSTEM_SPINBUTTON "casella di selezione"
ROLE_SYSTEM_DIAGRAM "diagramma"
ROLE_SYSTEM_ANIMATION "animazione"
ROLE_SYSTEM_EQUATION "equazione"
ROLE_SYSTEM_BUTTONDROPDOWN "pulsante a discesa"
ROLE_SYSTEM_BUTTONMENU "bottone menù"
ROLE_SYSTEM_BUTTONDROPDOWNGRID "griglia con pulsante a discesa"
ROLE_SYSTEM_WHITESPACE "spazio bianco"
ROLE_SYSTEM_PAGETABLIST "lista delle linguette di pagina"
ROLE_SYSTEM_CLOCK "orologio"
ROLE_SYSTEM_SPLITBUTTON "pulsante di menù combinato"
ROLE_SYSTEM_IPADDRESS "indirizzo IP"
ROLE_SYSTEM_OUTLINEBUTTON "pulsante dello schema"
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment