[go: up one dir, main page]

Menu

[r7]: / conf / localization.xml  Maximize  Restore  History

Download this file

28 lines (24 with data), 1.4 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<DbToolLocalization xmlns="http://www.example.org/DbSchema">
<Language Type="italian">
<Text Code="BTN_ANNULLA" Text="Annulla" />
<Text Code="BTN_CHIUDI" Text="Chiudi" />
<Text Code="BTN_CONFERMA" Text="Ok" />
<Text Code="BTN_GENERA" Text="Genera" />
<Text Code="BTN_REFRESH" Text="Refresh" />
<Text Code="BTN_COMPILA" Text="Compila" />
<Text Code="TT_ALLINEA" Text="Riallinea la struttura del progetto" />
<Text Code="TT_CONFIG_PROGETTO" Text="Configurazione progetto" />
<Text Code="TT_PLDOC" Text="Generazione Pl/Doc" />
<Text Code="TT_PLGEN" Text="Generazione di codice PL/SQL" />
<Text Code="TT_COMPILA_INVALIDI" Text="Compila gli oggetti invalidi" />
<Text Code="MSG_FILE_NON_TROVATO" Text="Impossibile trovare il file #1" />
<Text Code="MSG_FILE_NON_VALIDO" Text="File #1 formalmente errato" />
<Text Code="MSG_OPERAZIONE_TERMINATA" Text="Operazione terminata correttamente" />
<Text Code="MSG_CONFIG_SELECT_CONNECTION" Text="Selezionare una connessione" />
<Text Code="MSG_ALLINEA_TABELLE" Text="Allineamento tabelle" />
<Text Code="MSG_ALLINEA_PACKAGE" Text="Allineamento package" />
<Text Code="MSG_ALLINEA_VIEW" Text="Allineamento view" />
<Text Code="MSG_ALLINEA_SEQUENCE" Text="Allineamento sequence" />
</Language>
</DbToolLocalization>