From c40a9df2d5991f26b63f2e5910fb6bbf7fce8eec Mon Sep 17 00:00:00 2001 From: neil Date: Thu, 15 Jun 2017 00:34:52 +0000 Subject: [PATCH] Adeed or updated Italian catalogs for the following prefs programs: Appearance, BoingIconBar, Boot, IControl, Input and Network. Translations provided by Paolo Besser. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@54786 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/prefs/appearance/catalogs/italian.ct | 66 ++++++ workbench/prefs/appearance/catalogs/mmakefile.src | 4 +- workbench/prefs/boingiconbar/catalogs/czech.ct | 2 +- .../boingiconbar/catalogs/{czech.ct => italian.ct} | 26 +-- .../prefs/boingiconbar/catalogs/mmakefile.src | 5 +- workbench/prefs/boot/catalogs/italian.ct | 228 ++++++++++++++++++ workbench/prefs/boot/catalogs/mmakefile.src | 4 +- workbench/prefs/icontrol/catalogs/italian.ct | 191 ++++++++------- workbench/prefs/icontrol/catalogs/mmakefile.src | 6 +- workbench/prefs/input/catalogs/italian.ct | 20 +- workbench/prefs/input/catalogs/mmakefile.src | 4 +- workbench/prefs/network/catalogs/italian.ct | 256 +++++++++++++++++++++ workbench/prefs/network/catalogs/mmakefile.src | 6 +- 13 files changed, 681 insertions(+), 137 deletions(-) create mode 100644 workbench/prefs/appearance/catalogs/italian.ct copy workbench/prefs/boingiconbar/catalogs/{czech.ct => italian.ct} (55%) create mode 100644 workbench/prefs/boot/catalogs/italian.ct rewrite workbench/prefs/icontrol/catalogs/italian.ct (72%) create mode 100644 workbench/prefs/network/catalogs/italian.ct diff --git a/workbench/prefs/appearance/catalogs/italian.ct b/workbench/prefs/appearance/catalogs/italian.ct new file mode 100644 index 0000000000..bba948ab55 --- /dev/null +++ b/workbench/prefs/appearance/catalogs/italian.ct @@ -0,0 +1,66 @@ +## version $VER: Appearance.catalog 2.1 (15.6.2017) +## language italiano +## codeset 0 +; +; +MSG_WINTITLE +Preferenze dell'aspetto +; Appearance Preferences +; +MSG_OK +Ok +; Ok +; +MSG_ENABLETHEMES +Abilitare decorazioni? +; Enable theming? +; +MSG_PREVIEW +Anteprima +; Preview +; +MSG_NOPREVIEW +-Anteprima non disponibile- +; -Preview Unavailable- +; +MSG_SELECTEDTHEME +Decorazione +; Theme +; +MSG_ENABLEZUNEPREFS +Ereditare le impostazioni di Zune? +; Inherit Zune Configuration? +; +MSG_ENABLEWANDPREFS +Ereditare le impostazioni di Wanderer? +; Inherit Wanderer Configuration? +; +MSG_SEC_THEMING +Decorazioni +; Theming +; +MSG_SEC_COMPOSITING +Composizione +; Compositing +; +MSG_ENABLE_SCREEN_COMPOSITION +Abilitare composizione schermo +; Enable Screen Composition +; +MSG_COMPOSITE_BELOW +Composizione sotto +; Composite Below +; +MSG_COMPOSITE_LEFT +Composizione a sinistra +; Composite Left +; +MSG_COMPOSITE_RIGHT +Composizione a destra +; Composite Right +; +MSG_ENABLE_COMPOSITE_WITH_ALPHA +Composizione con trasparenza +; Enable Compositing with Alpha +; +; diff --git a/workbench/prefs/appearance/catalogs/mmakefile.src b/workbench/prefs/appearance/catalogs/mmakefile.src index 882487075e..8b77c9949e 100644 --- a/workbench/prefs/appearance/catalogs/mmakefile.src +++ b/workbench/prefs/appearance/catalogs/mmakefile.src @@ -1,9 +1,9 @@ -# Copyright © 2013, The AROS Development Team. All rights reserved. +# Copyright © 2013-2017, The AROS Development Team. All rights reserved. # $Id$ include $(SRCDIR)/config/aros.cfg -CATALOGS:=czech +CATALOGS := czech italian %build_catalogs mmake=workbench-prefs-appearance-catalogs \ catalogs=$(CATALOGS) \ diff --git a/workbench/prefs/boingiconbar/catalogs/czech.ct b/workbench/prefs/boingiconbar/catalogs/czech.ct index 318cef9863..223485d5e6 100644 --- a/workbench/prefs/boingiconbar/catalogs/czech.ct +++ b/workbench/prefs/boingiconbar/catalogs/czech.ct @@ -1,4 +1,4 @@ -## version $VER: bibprefs.catalog 2.0 (18.03.2016) +## version $VER: BoingIconBar.catalog 2.0 (13.6.2016) ## language czech ## codeset 5 ; diff --git a/workbench/prefs/boingiconbar/catalogs/czech.ct b/workbench/prefs/boingiconbar/catalogs/italian.ct similarity index 55% copy from workbench/prefs/boingiconbar/catalogs/czech.ct copy to workbench/prefs/boingiconbar/catalogs/italian.ct index 318cef9863..09670383af 100644 --- a/workbench/prefs/boingiconbar/catalogs/czech.ct +++ b/workbench/prefs/boingiconbar/catalogs/italian.ct @@ -1,46 +1,46 @@ -## version $VER: bibprefs.catalog 2.0 (18.03.2016) -## language czech -## codeset 5 +## version $VER: BoingIconBar.catalog 2.1 (15.6.2017) +## language italiano +## codeset 0 ; ; MSG_APP -BIBNastavení +BIBPrefs ; BIBPrefs ; MSG_DESCRIPTION -BoingIconBar (nastavení) +Preferenze di BoingIconBar ; BoingIconBar Preferences ; MSG_TITLE -BoingIconBar (nastavení) +Preferenze di BoingIconBar ; BoingIconBar Preferences ; MSG_DOCK -\33cLi¹ta +\33cDock ; \33cDock ; MSG_ADD_DOCK -Pøidat +Aggiungi ; Add ; MSG_DEL_DOCK -Odebrat +Elimina ; Delete ; MSG_SAVE -Ulo¾it +Salva ; Save ; MSG_PROGRAMS -\33cProgramy +\33cProgrammi ; \33cPrograms ; MSG_ADD_P -Pøidat program +Aggiungi programma ; Add program ; MSG_DEL_P -Odebrat program +Rimuovi programma ; Del program ; MSG_OK diff --git a/workbench/prefs/boingiconbar/catalogs/mmakefile.src b/workbench/prefs/boingiconbar/catalogs/mmakefile.src index 954f5b7fea..d3e6a912d2 100644 --- a/workbench/prefs/boingiconbar/catalogs/mmakefile.src +++ b/workbench/prefs/boingiconbar/catalogs/mmakefile.src @@ -1,10 +1,9 @@ -# Copyright © 2012, The AROS Development Team. All rights reserved. +# Copyright © 2012-2017, The AROS Development Team. All rights reserved. # $Id$ include $(SRCDIR)/config/aros.cfg -CATALOGS:=french german czech -# other catalogs need update to version 2 +CATALOGS := czech french german italian %build_catalogs mmake=workbench-prefs-iconbar-catalogs \ catalogs=$(CATALOGS) \ diff --git a/workbench/prefs/boot/catalogs/italian.ct b/workbench/prefs/boot/catalogs/italian.ct new file mode 100644 index 0000000000..87d1dab1a9 --- /dev/null +++ b/workbench/prefs/boot/catalogs/italian.ct @@ -0,0 +1,228 @@ +## version $VER: Boot.catalog 1.1 (15.6.2017) +## language italiano +## codeset 0 +; +MSG_NAME +Preferenze di avvio +; Boot Preferences +; +MSG_DESCRIPTION +Preferenze di avvio +; Boot preferences +; +MSG_GFX +Grafica +; Graphics +; +MSG_GFX_COMPOSITION +Abilita composizione +; Enable composition +; +MSG_GFX_TYPE +Modalità: +; Type: +; +MSG_GFX_TYPE_AUTO +Automatica +; Automatic +; +MSG_GFX_TYPE_NATIVE +Nativa +; Native +; +MSG_GFX_TYPE_VESA +VESA +; VESA +; +MSG_GFX_TYPE_VGA +VGA +; VGA +; +MSG_GFX_VESAMODE +Modalità VESA +; VESA Mode +; +MSG_GFX_WIDTH +Larghezza: +; Width: +; +MSG_GFX_HEIGHT +Altezza: +; Height: +; +MSG_GFX_DEPTH +Profondità di colore: +; Colour Depth: +; +MSG_GFX_DEPTH_TRUE +Milioni di colori +; True Colour +; +MSG_GFX_DEPTH_HIGH +Migliaia di colori +; High Colour +; +MSG_GFX_DEPTH_LOW +256 colori +; 256 Colours +; +MSG_GFX_REFRESH +Velocità refresh: +; Refresh Rate: +; +MSG_GFX_HERTZ +Hz +; Hz +; +MSG_GFX_DEFAULTREFRESH +Usa valore predefinito +; Use Default Refresh Rate +; +MSG_GFX_BESTRES +Usa la massima risoluzione disponibile +; Use Highest Available Resolution +; +MSG_ATA +ATA +; ATA +; +MSG_ATA_BUSES +Bus abilitati: +; Enabled Buses: +; +MSG_ATA_BUS_PCI +PCI +; PCI +; +MSG_ATA_BUS_LEGACY +Legacy +; Legacy +; +MSG_ATA_BUS_ALL +Tutti +; All +; +MSG_ATA_BUS_NONE +Nessuno +; None +; +MSG_ATA_DMA +Abilita trasferimento dati DMA +; Enable DMA Data Transfers +; +MSG_ATA_32BIT +Abilita trasferimento a 32 bit +; Enable 32-bit Data Transfers +; +MSG_ATA_POLL +Usa polling per individuare cambio di stato +; Use Polling to Detect End of Busy State +; +MSG_ATA_MULTI +Abilita trasferimento dati multisettore +; Enable Multisector Data Transfers +; +MSG_ATA_AHCI +Abilita modalità AHCI nativa +; Enable Native AHCI +; +MSG_DEBUG +Debug +; Debugging +; +MSG_DEBUG_OUTPUT +Destinazione: +; Output: +; +MSG_DEBUG_OUTPUT_NONE +Nessuna +; None +; +MSG_DEBUG_OUTPUT_MEMORY +Buffer memoria +; Memory Buffer +; +MSG_DEBUG_OUTPUT_SERIAL +Porta seriale +; Serial Port +; +MSG_DEBUG_MUNGWALL +Abilita mungwall +; Enable Mungwall +; +MSG_DEBUG_USB +Debug USB +; Debug USB +; +MSG_MISC +Varie +; Miscellaneous +; +MSG_USB_ENABLE +Abilita USB +; Enable USB +; +MSG_ACPI_ENABLE +Abilita ACPI +; Enable ACPI +; +MSG_FLOPPY_ENABLE +Abilita drive per Floppy Disk +; Enable Floppy Disk Drive +; +MSG_DEVICE +Dispositivo d'avvio +; Boot Device +; +MSG_DEVICE_NAME +Dispositivo DOS: +; DOS Device: +; +MSG_DEVICE_DELAY +Ritardo avvio: +; Boot Delay: +; +MSG_DEVICE_SECONDS +secondi +; seconds +; +MSG_DEVICE_DEFAULTDELAY +Usa ritardo predefinito +; Use Default Boot Delay +; +MSG_OPTIONS +Opzioni +;Options +; +MSG_MODULES +Moduli +;Modules +; +MSG_ACTIVE +Attivo +;Active +; +MSG_PATH +Percorso +;Path +; +MSG_ADD +Aggiungi +;Add +; +MSG_REMOVE +Rimuovi +;Remove +; +MSG_OK +Ok +;OK +; +MSG_CANCEL +Annulla +;Cancel +; +MSG_BAD_MODULE +Modulo non valido "%s" +;Bad module path "%s" +; diff --git a/workbench/prefs/boot/catalogs/mmakefile.src b/workbench/prefs/boot/catalogs/mmakefile.src index 7e602d1587..e88c700a4e 100644 --- a/workbench/prefs/boot/catalogs/mmakefile.src +++ b/workbench/prefs/boot/catalogs/mmakefile.src @@ -1,9 +1,9 @@ -# Copyright © 2013, The AROS Development Team. All rights reserved. +# Copyright © 2013-2017, The AROS Development Team. All rights reserved. # $Id$ include $(SRCDIR)/config/aros.cfg -CATALOGS:= czech +CATALOGS:= czech italian %build_catalogs mmake=workbench-prefs-boot-catalogs \ catalogs=$(CATALOGS) \ diff --git a/workbench/prefs/icontrol/catalogs/italian.ct b/workbench/prefs/icontrol/catalogs/italian.ct dissimilarity index 72% index 83b4ab8392..ae063887c3 100644 --- a/workbench/prefs/icontrol/catalogs/italian.ct +++ b/workbench/prefs/icontrol/catalogs/italian.ct @@ -1,98 +1,93 @@ -## version $VER: icontrolprefs.catalog 1.0 (25.08.2003) -## codeset 0 -## language deutsch -; -; TODO: update me and set version to 2 -; -MSG_CANT_OPEN_LIB -Impossibile aprire %s V%ld!\n -; -MSG_CANT_CREATE_APP -Impossibile creare oggetto applicazione! -; Can't create application object! -; -MSG_WINTITLE -Preferenze IControl -; IControl Preferences -; -MSG_MEN_PROJECT -Progetto -; Project -; -MSG_MEN_PROJECT_OPEN -O\0Apri ... -; O\0Open... -; -MSG_MEN_PROJECT_SAVEAS -A\0Salva come... -; A\0Save As... -; -MSG_MEN_PROJECT_QUIT -Q\0Esci -; Q\0Quit -; -MSG_MEN_EDIT -Modifica -; Edit -; -MSG_MEN_EDIT_DEFAULT -D\0Rirpistina valori iniziali -; D\0Reset to Defaults -; -MSG_MEN_EDIT_LASTSAVED -L\0Ultima versione salvata -; L\0Last Saved -; -MSG_MEN_EDIT_RESTORE -R\0Ripristina -; R\0Restore -; -MSG_MEN_SETTINGS -Impostazioni -; Settings -; -MSG_MEN_SETTINGS_CREATEICONS -I\0Creare icona? -; I\0Create Icons? -; -MSG_ASL_OPEN_TITLE -Carica preferenze IControl -; Load IControl Preferences -; -MSG_ASL_SAVE_TITLE -Salva preferenze IControl -; Save IControl Preferences -; -MSG_OK -Ok -; Ok -; -; -MSG_MENUS_GROUP -Menu -; Menus -; -MSG_MENUS_TYPE -Tipo -; Type -; -MSG_MENUS_TYPE_PULLDOWN -Pull-Down -; Pull-Down -; -MSG_MENUS_TYPE_POPUP -Pop-Up -; Pop-Up -; -MSG_MENUS_LOOK -Aspetto -; Look -; -MSG_MENUS_LOOK_CLASSIC -Classico -; Classic -; -MSG_MENUS_LOOK_3D -3D -; 3D -; +## version $VER: IControl.catalog 2.1 (15.6.2017) +## language italiano +## codeset 0 +; +; +MSG_WINTITLE +Preferenze IControl +; IControl Preferences +; +MSG_OK +Ok +; Ok +; +MSG_MENUS_GROUP +Menu +; Menus +; +MSG_MENUS_TYPE +Tipo +; Type +; +MSG_MENUS_TYPE_PULLDOWN +A tendina +; Pull-Down +; +MSG_MENUS_TYPE_POPUP +A comparsa +; Pop-Up +; +MSG_MENUS_LOOK +Aspetto +; Look +; +MSG_MENUS_LOOK_CLASSIC +Classico +; Classic +; +MSG_MENUS_LOOK_3D +3D +; 3D +; +MSG_WINDOWS +Finestre +; Windows +; +MSG_OFFSCREEN_MOVE +Movimento libero: +; Offscreen move: +; +MSG_SCREENS +Schermi +; Screens +; +MSG_FRONTMOST_DEFAULT +Rendi schermo in primo piano pubblico di default +; Frontmost set as default public screen: +; +MSG_OFFSCREEN_DESC +Consenti di trascinare le finestre\noltre l'area visibile +; Allow windows to be moved out of\nthe visible area +; +MSG_FRONTMOST_DEFAULT_DESC +Trasforma lo schermo in primo piano\nnello schermo pubblico di default +; Make the frontmost public screen\nthe default public screen +; +MSG_BOUND_LEFT_DRAG +Blocca trascinamento a sinistra +; Bound drag in left direction +; +MSG_BOUND_RIGHT_DRAG +Blocca trascinamento a destra +; Bound drag in right direction +; +MSG_BOUND_TOP_DRAG +Blocca trascinamento in alto +; Bound drag in top direction +; +MSG_BOUND_BOTTOM_DRAG +Blocca trascinamento in basso +; Bound drag in bottom direction +; +MSG_META_DRAG +Tasti trascinamento +; Drag keys +; +MSG_MENUS_STICKY +Sempre in primo piano +; Sticky +; +MSG_MENUS_TITLEPOPUP +Attiva su barra del titolo +; Pull-Down on Screen Title +; diff --git a/workbench/prefs/icontrol/catalogs/mmakefile.src b/workbench/prefs/icontrol/catalogs/mmakefile.src index 841270f219..9422f80a7c 100644 --- a/workbench/prefs/icontrol/catalogs/mmakefile.src +++ b/workbench/prefs/icontrol/catalogs/mmakefile.src @@ -1,10 +1,10 @@ -# Copyright © 2003, The AROS Development Team. All rights reserved. +# Copyright © 2003-2017, The AROS Development Team. All rights reserved. # $Id$ include $(SRCDIR)/config/aros.cfg -CATALOGS:=german czech -# other catalogs need update to version 2 +CATALOGS := czech german italian +# other catalogs need updating %build_catalogs mmake=workbench-prefs-icontrol-catalogs \ catalogs=$(CATALOGS) \ diff --git a/workbench/prefs/input/catalogs/italian.ct b/workbench/prefs/input/catalogs/italian.ct index f3f81efaea..ab25c79917 100644 --- a/workbench/prefs/input/catalogs/italian.ct +++ b/workbench/prefs/input/catalogs/italian.ct @@ -1,4 +1,4 @@ -## version $VER: Input.catalog 3.0 (13.6.2017) +## version $VER: Input.catalog 3.1 (15.6.2017) ## language italiano ## codeset 0 ; @@ -24,7 +24,7 @@ Velocit ; Mouse Speed ; MSG_GAD_MOUSE_ACCELERATED -Accelerato +Accelerazione ; Accelerated ; MSG_GAD_MOUSE_DOUBLE_CLICK_DELAY @@ -48,11 +48,11 @@ Scrivi ; Type ; MSG_GAD_MOUSE_BUTTON_SETTINGS - +Pulsanti del mouse ; Mouse buttons ; MSG_GAD_LEFT_HANDED_MOUSE - +Per mancini ; Left-handed mouse ; MSG_GAD_MOUSE_SPEED_SLOW @@ -68,26 +68,26 @@ Veloce ; Fast ; MSG_GAD_KEY_DEF - +Predefinita ; Default ; MSG_GAD_KEY_ALT - +Alternativa ; Alternate ; MSG_GAD_KEY_SET - +Imposta ; Set ; MSG_GAD_KEY_SWITCH - +Scambia layout ; Layout switching ; MSG_GAD_KEY_SWITCH_ENABLE - +Abilitato ; Enabled ; MSG_GAD_KEY_SWITCH_KEY - +Hotkey ; Hotkey ; diff --git a/workbench/prefs/input/catalogs/mmakefile.src b/workbench/prefs/input/catalogs/mmakefile.src index 93ce33de00..b9607cd6de 100644 --- a/workbench/prefs/input/catalogs/mmakefile.src +++ b/workbench/prefs/input/catalogs/mmakefile.src @@ -3,8 +3,8 @@ include $(SRCDIR)/config/aros.cfg -CATALOGS := czech french german -# other catalogs need update to version 3 +CATALOGS := czech french german italian +# other catalogs need updating %build_catalogs mmake=workbench-prefs-input-catalogs \ catalogs=$(CATALOGS) \ diff --git a/workbench/prefs/network/catalogs/italian.ct b/workbench/prefs/network/catalogs/italian.ct new file mode 100644 index 0000000000..4e8fc83493 --- /dev/null +++ b/workbench/prefs/network/catalogs/italian.ct @@ -0,0 +1,256 @@ +## version $VER: network.catalog 4.1 (15.6.2017) +## language italiano +## codeset 0 +; +MSG_NAME +Preferenze di Rete +; Network Preferences +; +MSG_DESCRIPTION +Preferenze di Rete +; Network preferences +; +MSG_IFNAME +Nome +; Name +; +MSG_UP +Attiva +; Active +; +MSG_DEVICE +Device +; Device +; +MSG_UNIT +Unità +; Unit +; +MSG_IP_MODE +Modalità IP +; IP Mode +; +MSG_IP +Indirizzo +; Address +; +MSG_MASK +Netmask +; Net Mask +; +MSG_GATE +Gateway +; Gateway +; +MSG_DNS1 +DNS principale +; Primary DNS +; +MSG_DNS2 +DNS secondario +; Secondary DNS +; +MSG_HOST_NAME +Hostname +; Host Name +; +MSG_HOST_NAMES +Hostname e alias +; Host Name and Aliases +; +MSG_DOMAIN_NAME +Dominio/Workgroup +; Domain/Workgroup +; +MSG_SERIAL_DEVICE +Dispositivo seriale +; Serial Device +; +MSG_UNIT_NUMBER +Unità +; Unit +; +MSG_IP_MODE_MANUAL +Manuale +; Manual +; +MSG_IP_MODE_DHCP +Automatico +; Automatic +; +MSG_ENC_NONE +Nessuno +; None +; +MSG_ENC_WEP +WEP +; WEP +; +MSG_ENC_WPA +WPA +; WPA +; +MSG_KEY_TEXT +Password +; Passphrase +; +MSG_KEY_HEX +Esadecimale +; Hexadecimal +; +MSG_SSID +Nome rete +; Network Name +; +MSG_ENCTYPE +Crittografia +; Encryption +; +MSG_KEYTYPE +Tipo chiave +; Key Type +; +MSG_KEY +Password +; Key +; +MSG_HIDDEN +Nascosta +; Hidden +; +MSG_ADHOC +Ad hoc +; Ad-hoc +; +MSG_TAB_IP_CONFIGURATION +Configurazione IPv4 +; IPv4 Configuration +; +MSG_TAB_COMPUTER_NAMES +Nomi computer locali +; Local Host Entries +; +MSG_TAB_WIRELESS +Reti wireless +; Wireless Networks +; +MSG_TAB_MOBILE +Carrier di telefonia +; Mobile Broadband +; +MSG_TAB_SERVERS +Risorse di rete +; Mounted Shares +; +MSG_AUTOSTART_STACK +Attiva le reti all'avvio del sistema +; Start networking during system boot +; +MSG_ERR_UNKNOWN_ERROR +Errore sconosciuto +; Unknown error +; +MSG_ERR_NOT_RESTARTED_STACK +Impossibile riavviare lo stack +; Failed to restart network stack +; +MSG_ERR_NOT_RESTARTED_WIRELESS +Improssibile riavviare la rete wireless +; Failed to restart wireless networking +; +MSG_ERR_NOT_RESTARTED_MOBILE +Improssibile riavviare ModemManager +; Failed to restart ModemManager +; +MSG_BUTTON_OK +Ok +; Ok +; +MSG_BUTTON_ADD +Aggiungi +; Add +; +MSG_BUTTON_EDIT +Modifica +; Edit +; +MSG_BUTTON_REMOVE +Rimuovi +; Remove +; +MSG_BUTTON_APPLY +Applica +; Apply +; +MSG_BUTTON_CLOSE +Chiudi +; Close +; +MSG_ERROR_TITLE +Errore +; Error +; +MSG_WARNING_TITLE +Attenzione +; Warning +; +MSG_ERR_NOT_SAVED_PREFS +Preferenze di rete non salvate su %s +; Network preferences not saved to %s +; +MSG_ERR_NOT_COPIED_FILES +File aggiuntivi non copiati su %s +; Additional files not copied to %s +; +MSG_WARN_MULTIPLE_IFACES +La modalità DHCP non funziona correttamente se più interfacce sono attive +; DHCP does not work reliably when multiple interfaces are configured +; +MSG_INFO_TITLE +Informazioni +; Information +; +MSG_PREFS_SAVED_RESTART +Le preferenze sono state salvate su %s.\nRiavviare AROS perché abbiano effetto. +; Preferences have been saved to %s.\nRestart AROS for them to take effect. +; +MSG_IFWINDOW_TITLE +Interfaccia +; Interface +; +MSG_HOSTWINDOW_TITLE +Hostname +; Host Name(s) +; +MSG_NETWINDOW_TITLE +Rete wireless +; Wireless Network +; +MSG_SERVERWINDOW_TITLE +Monta drive di rete +; Mount Share +; +MSG_USERNAME +Nome utente +; Username +; +MSG_PASSWORD +Password +; Password +; +MSG_WORKGROUP +Dominio/Workgroup +; Domain/Workgroup +; +MSG_SERVICE +Nome risorsa +; Share Name +; +MSG_SERVICE_TYPES +Tipo di servizio +; Service Type +; +MSG_SERVICETYPE_CIFS +CIFS/SMB +; CIFS/SMB +; diff --git a/workbench/prefs/network/catalogs/mmakefile.src b/workbench/prefs/network/catalogs/mmakefile.src index 25536b881c..f962c1f995 100644 --- a/workbench/prefs/network/catalogs/mmakefile.src +++ b/workbench/prefs/network/catalogs/mmakefile.src @@ -1,10 +1,10 @@ -# Copyright © 2009, The AROS Development Team. All rights reserved. +# Copyright © 2009-2017, The AROS Development Team. All rights reserved. # $Id$ include $(SRCDIR)/config/aros.cfg -CATALOGS:=german czech -# other catalogs need update to version 4 +CATALOGS := czech german italian +# other catalogs need updating %build_catalogs mmake=workbench-prefs-network-catalogs \ catalogs=$(CATALOGS) \ -- 2.11.4.GIT