Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-fonts
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
Aleksandr Isakov
wine-fonts
Commits
9069faac
Commit
9069faac
authored
Feb 01, 2010
by
Luca Bennati
Committed by
Alexandre Julliard
Feb 02, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
net: Add Italian translation.
parent
743ead45
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
50 additions
and
0 deletions
+50
-0
It.rc
programs/net/It.rc
+49
-0
Makefile.in
programs/net/Makefile.in
+1
-0
No files found.
programs/net/It.rc
0 → 100644
View file @
9069faac
/*
* NET.EXE - Wine-compatible net program
* Italian language support
*
* Copyright (C) 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 "resources.h"
/*UTF-8*/
#pragma code_page(65001)
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
STRINGTABLE
{
STRING_USAGE, "La sistassi di questo comando è:\n\nNET [ HELP | START | STOP | USE ]\n"
STRING_START_USAGE, "Specificare il nome del servizio da avviare.\n"
STRING_STOP_USAGE, "Specificare il nome del servizio da fermare.\n"
STRING_STOP_DEP, "Fermando il servizio dipendente: %s\n"
STRING_CANT_STOP, "Impossibile fermare il servizio %s\n"
STRING_NO_SCM, "Impossibile ottenere l'handle del service control manager.\n"
STRING_NO_SVCHANDLE, "Impossibile ottenere l'handle del service.\n"
STRING_START_SVC, "Il servizio %s sarà avviato.\n"
STRING_START_SVC_SUCCESS, "Il servizio %s è stato avviato con successo.\n"
STRING_START_SVC_FAIL, "Impossibile avviare il servizio %s.\n"
STRING_STOP_SVC, "Il servizio %s sarà fermato.\n"
STRING_STOP_SVC_SUCCESS, "Il servizio %s è stato fermato con successo.\n"
STRING_STOP_SVC_FAIL, "IMpossibile fermare il servizio %s.\n"
STRING_HELP_USAGE, "La sistassi di questo comando è:\n\nNET HELP comando\n -o-\nNET comando /HELP\n\n"\
" Comandi disponibili:\n NET HELP NET START NET STOP NET USE\n"
STRING_NO_ENTRIES, "Non ci sono elementi nella lista.\n"
STRING_USE_HEADER, "\nStato Locale Remoto\n---------------------------------------------------------------\n"
STRING_USE_ENTRY, "%s %S %S Risorse aperte: %lu\n"
}
programs/net/Makefile.in
View file @
9069faac
...
...
@@ -14,6 +14,7 @@ RC_SRCS = \
De.rc
\
En.rc
\
Fr.rc
\
It.rc
\
Ko.rc
\
Lt.rc
\
Nl.rc
\
...
...
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