Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions distrib/Localisation/it-it.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
Localization
{
it-it
{

// English translation by frankieorabona

// Commands
#autoLOC_SIM_DEF_001 = sim
#autoLOC_SIM_DEF_002 = aiuto
#autoLOC_SIM_DEF_003 = seriale

// Command Help Statements

// <<1>> = SIM_DEF_001, <<2>>, = SIM_DEF_002
#autoLOC_SIM_HELP_001 = Comandi per facilitare l'utilizzo di Kerbal Simpit. Prova "/<<1>> <<2>>" per un elenco completo dei comandi.
#autoLOC_SIM_HELP_002 = Comando Aiuto per informazioni sugli ordini di KSP Simpit
#autoLOC_SIM_HELP_003 = Comando seriale per gestire la connessione seriale con il controller KSP Simpit

// Command Help Extra Values
#autoLOC_SIM_HELP_EXTRA_001 = Comandi Kerbal Simpit:
#autoLOC_SIM_HELP_EXTRA_002 = Sovraccarico di argomenti

// Command Usage
// <<1>> = SIM_DEF_001, <<2>> = SIM_DEF_002
#autoLOC_SIM_USAGE_001 = Utilizzo: "/<<1>> <commande>"
#autoLOC_SIM_USAGE_002 = Utilizzo: "/<<1>> <<2>> <commande>"
#autoLOC_SIM_USAGE_003 = Utilizzo: "/<<1>> <<2>> <start/stop>"


// --- Serial Values ---

// Serial Command Values

#autoLOC_SIM_SER_STATUS = stato
#autoLOC_SIM_SER_START = avvia
#autoLOC_SIM_SER_STOP = ferma

// Serial Output Values

#autoLOC_SIM_SER_OUTPUT_HEADER = Stato della porta di Kerbal Simpit:
// <<1>> = Port name, provided by the OS in code. <<2>> = connected/disconnected
#autoLOC_SIM_SER_OUTPUT_STATUS = Porta seriale: <<1>>, Stato: <<2>>

// Serial Misc Values

#autoLOC_SIM_SER_MISC_CONNECT = connetti
#autoLOC_SIM_SER_MISC_CONNECTED = connessa
#autoLOC_SIM_SER_MISC_DISCONNECT = disconnetti
#autoLOC_SIM_SER_MISC_DISCONNECTED = disconnessa

#autoLOC_SIM_SER_MISC_CONNECT_CAPS = Connetti
#autoLOC_SIM_SER_MISC_CONNECTED_CAPS = Connessa
#autoLOC_SIM_SER_MISC_DISCONNECT_CAPS = Disconnetti
#autoLOC_SIM_SER_MISC_DISCONNECTED_CAPS = Disconnessa
}
}