From e318cd81246ccbb6531a0d148060c1e99a0cdb0d Mon Sep 17 00:00:00 2001 From: Ron Pedde Date: Thu, 7 Dec 2006 05:52:55 +0000 Subject: [PATCH] Add Italian Pref Pane translations, courtesy of Luca Paolini --- .../FireflyPrefs.xcodeproj/project.pbxproj | 7 + .../FireflyPrefsPref.nib/classes.nib | 61 +++++ .../FireflyPrefsPref.nib/info.nib | 16 ++ .../FireflyPrefsPref.nib/keyedobjects.nib | Bin 0 -> 20256 bytes .../Italian.lproj/InfoPlist.strings | 3 + .../Italian.lproj/Localizable.strings | 159 ++++++++++++ osx/FireflyPrefs/i18n/Italian.strings | 234 ++++++++++++++++++ 7 files changed, 480 insertions(+) create mode 100644 osx/FireflyPrefs/Italian.lproj/FireflyPrefsPref.nib/classes.nib create mode 100644 osx/FireflyPrefs/Italian.lproj/FireflyPrefsPref.nib/info.nib create mode 100644 osx/FireflyPrefs/Italian.lproj/FireflyPrefsPref.nib/keyedobjects.nib create mode 100644 osx/FireflyPrefs/Italian.lproj/InfoPlist.strings create mode 100644 osx/FireflyPrefs/Italian.lproj/Localizable.strings create mode 100644 osx/FireflyPrefs/i18n/Italian.strings diff --git a/osx/FireflyPrefs/FireflyPrefs.xcodeproj/project.pbxproj b/osx/FireflyPrefs/FireflyPrefs.xcodeproj/project.pbxproj index f22dca78..5f657e41 100644 --- a/osx/FireflyPrefs/FireflyPrefs.xcodeproj/project.pbxproj +++ b/osx/FireflyPrefs/FireflyPrefs.xcodeproj/project.pbxproj @@ -65,6 +65,9 @@ E4BCD4740B269745009315B7 /* Swedish */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Swedish; path = Swedish.lproj/InfoPlist.strings; sourceTree = ""; }; E4CBBF9E0B253B190071ED51 /* French */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = French; path = French.lproj/FireflyPrefsPref.nib; sourceTree = ""; }; E4CBBFA00B253B700071ED51 /* French */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = French; path = French.lproj/InfoPlist.strings; sourceTree = ""; }; + E4E741790B27E31E008281D7 /* Italian */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Italian; path = Italian.lproj/InfoPlist.strings; sourceTree = ""; }; + E4E7417D0B27E333008281D7 /* Italian */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Italian; path = Italian.lproj/FireflyPrefsPref.nib; sourceTree = ""; }; + E4E7417F0B27E35A008281D7 /* Italian */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Italian; path = Italian.lproj/Localizable.strings; sourceTree = ""; }; F506C035013D953901CA16C8 /* PreferencePanes.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PreferencePanes.framework; path = /System/Library/Frameworks/PreferencePanes.framework; sourceTree = ""; }; F506C040013D9D8001CA16C8 /* FireflyPrefsPref.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = FireflyPrefsPref.tiff; sourceTree = ""; }; F506C043013D9D8C01CA16C8 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/FireflyPrefsPref.nib; sourceTree = ""; }; @@ -221,6 +224,7 @@ German, Swedish, sv, + Italian, ); mainGroup = 089C166AFE841209C02AAC07 /* FireflyPrefs */; projectDirPath = ""; @@ -276,6 +280,7 @@ E4CBBFA00B253B700071ED51 /* French */, E4BCD4730B269740009315B7 /* German */, E4BCD4740B269745009315B7 /* Swedish */, + E4E741790B27E31E008281D7 /* Italian */, ); name = InfoPlist.strings; sourceTree = ""; @@ -287,6 +292,7 @@ E44062AC0B253BA3003ADD6D /* French */, E4BCD46F0B26970D009315B7 /* German */, E4BCD4700B269713009315B7 /* Swedish */, + E4E7417F0B27E35A008281D7 /* Italian */, ); name = Localizable.strings; sourceTree = ""; @@ -298,6 +304,7 @@ E4CBBF9E0B253B190071ED51 /* French */, E4BCD4710B26972C009315B7 /* German */, E4BCD4720B269730009315B7 /* Swedish */, + E4E7417D0B27E333008281D7 /* Italian */, ); name = FireflyPrefsPref.nib; sourceTree = ""; diff --git a/osx/FireflyPrefs/Italian.lproj/FireflyPrefsPref.nib/classes.nib b/osx/FireflyPrefs/Italian.lproj/FireflyPrefsPref.nib/classes.nib new file mode 100644 index 00000000..c65366f9 --- /dev/null +++ b/osx/FireflyPrefs/Italian.lproj/FireflyPrefsPref.nib/classes.nib @@ -0,0 +1,61 @@ +{ + IBClasses = ( + {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, + { + CLASS = NSPreferencePane; + LANGUAGE = ObjC; + OUTLETS = { + "_firstKeyView" = id; + "_initialKeyView" = id; + "_lastKeyView" = id; + "_window" = id; + }; + SUPERCLASS = NSObject; + }, + { + ACTIONS = { + applyNowButtonClicked = id; + browseButtonClicked = id; + helperMenuCheckboxClicked = id; + logoButtonClicked = id; + myAction = id; + passwordChanged = id; + portChanged = id; + portPopupChanged = id; + pwCheckBoxChanged = id; + serverStartOptionChanged = id; + shareNameChanged = id; + startStopButtonClicked = id; + webPageButtonClicked = id; + }; + CLASS = OrgFireflyMediaServerPrefs; + LANGUAGE = ObjC; + OUTLETS = { + applyNowButton = NSButton; + browseButton = NSButton; + helperMenuCheckbox = NSButton; + libraryField = NSTextField; + libraryIcon = NSImageView; + logTextView = NSTextView; + mainTabView = NSTabView; + myOutlet = id; + nameField = NSTextField; + panelVersionText = NSTextField; + passwordCheckbox = NSButton; + passwordField = NSTextField; + portField = NSTextField; + portPopup = NSPopUpButton; + progressSpinner = NSProgressIndicator; + serverStartOptions = NSPopUpButton; + serverVersionText = NSTextField; + startStopButton = NSButton; + statusText = NSTextField; + webPageButton = NSButton; + webPageInfoText = NSTextField; + }; + SUPERCLASS = NSPreferencePane; + }, + {CLASS = TextFormatter; LANGUAGE = ObjC; SUPERCLASS = NSFormatter; } + ); + IBVersion = 1; +} \ No newline at end of file diff --git a/osx/FireflyPrefs/Italian.lproj/FireflyPrefsPref.nib/info.nib b/osx/FireflyPrefs/Italian.lproj/FireflyPrefsPref.nib/info.nib new file mode 100644 index 00000000..0bc584f8 --- /dev/null +++ b/osx/FireflyPrefs/Italian.lproj/FireflyPrefsPref.nib/info.nib @@ -0,0 +1,16 @@ + + + + + IBDocumentLocation + 41 85 481 349 0 0 1440 878 + IBFramework Version + 443.0 + IBLockedTabItems + + 99 + + IBSystem Version + 8L2127 + + diff --git a/osx/FireflyPrefs/Italian.lproj/FireflyPrefsPref.nib/keyedobjects.nib b/osx/FireflyPrefs/Italian.lproj/FireflyPrefsPref.nib/keyedobjects.nib new file mode 100644 index 0000000000000000000000000000000000000000..eb843a501d26c2614162eef86e01431392f3f8e1 GIT binary patch literal 20256 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 iY(Lt5w%u!s+OlnZ+Xf=}kD (oid:196) */ +"Show Firefly menu in menu bar" = "Mostra il menu di Firefly nella barra dei menu"; + +/* English.strings: FireflyPrefsPref.nib: NSTextField (Shared Name:) : (oid:106) */ +"Shared Name:" = "Nome condiviso:"; + +/* English.strings: Localizable.strings: @Alert title when password is invalid */ +"Missing password" = "Password mancante"; + +/* English.strings: Localizable.strings: Status message for Firefly */ +"Firefly is stopping" = "Firefly è in fase di arresto"; + +/* English.strings: Localizable.strings: Label for cancel button in save prompt dialog */ +"Cancel" = "Annulla"; + +/* English.strings: Localizable.strings: Error message related to invalid config */ +"Unable to read configuration information" = "Impossibile leggere la configurazione"; + +/* English.strings: FireflyPrefsPref.nib: NSButton (Open Web Page) : (oid:120) */ +"Open Web Page" = "Apri la pagina web"; + +/* English.strings: Localizable.strings: Status message for Firefly */ +"Firefly is scanning the library" = "Firefly sta analizzando la libreria"; + +/* English.strings: Localizable.strings: Format string for error message upon invalid install */ +"Unable to create a default configuration file at: %@" = "Impossibile creare il file di configurazione in: %@"; + +/* English.strings: FireflyPrefsPref.nib: NSTextField (Prefs Panel Version:) : (oid:170) */ +"Prefs Panel Version:" = "Versione del pannello di controllo:"; + +/* English.strings: FireflyPrefsPref.nib: NSTextField (Firefly Server Version:) : (oid:171) */ +"Firefly Server Version:" = "Versione di Firefly Server:"; + +/* English.strings: Localizable.strings: Alert message notifying the user of failure to apply */ +"Failed to apply changes" = "Impossibile salvare le modifiche"; + +/* English.strings: Localizable.strings: Status message for Firefly */ +"Firefly is restarting" = "Firefly è in fase di riavvio"; + +/* English.strings: Localizable.strings: Info text for the web page button when server is running */ +"Additional configuration options are available from Firefly's built-in web page. Click to open the page in your browser." = "Ulteriori opzioni di configurazione sono disponibili nella pagina web di controllo di Firefly. Fare click per aprirla con il tuo browser."; + +/* English.strings: Localizable.strings: Info text for the library browse dialog */ +"Please select the folder containing your music library, then click Choose." = "Selezionare la cartella contentente la libreria musicale, quindi premere Scegli."; + +/* English.strings: Localizable.strings: @Alert title when port number is invalid */ +"Invalid port number" = "Numero di porta non valido"; + +/* English.strings: FireflyPrefsPref.nib: NSButton (Browse...) : (oid:123) */ +"Browse..." = "Sfoglia..."; + +/* English.strings: FireflyPrefsPref.nib: NSTextField (Library Location:) : (oid:122) */ +"Library Location:" = "Ubicazione della libreria:"; + +/* English.strings: Localizable.strings: Status text for when Firefly state is not known */ +"Checking Firefly status…" = "Controllo dello stato di Firefly…"; + +/* English.strings: Localizable.strings: Text for missing log file */ +"The log file has not been created." = "Il file di log non è stato creato."; + +/* English.strings: Localizable.strings: @Alert title when library name is invalid */ +"Missing library name" = "Nome della libreria mancante"; + +/* English.strings: Localizable.strings: Explanatory text for the failure-to-get-status alert */ +"An unexpected error occurred when trying to get the status of the Firefly server. Please close and re-open this Preference pane, and try again." = "Si è verificato un errore nel controllare lo stato di Firefly server. Per favore chiudere il pannello di controllo, aprirlo di nuovo e riprovare."; + +/* English.strings: Localizable.strings: Error message displayed at panel load */ +"Unable to find or create Application Support folder" = "Impossibile trovare o creare la cartella di supporto per l'applicazione"; + +/* English.strings: Localizable.strings: Error message if library name is invalid */ +"Please enter a library name" = "Inserire un nome per la libreria"; + +/* English.strings: Localizable.strings: Explanatory text for the failure-to-apply alert */ +"Due to an unexpected error, your changes could not be applied." = "A causa di un errore inaspettato, le modifiche non possono essere applicate."; + +/* English.strings: Localizable.strings: Status message for Firefly */ +"Firefly status is unknown" = "Lo stato di Firefly è sconosciuto"; + +/* English.strings: FireflyPrefsPref.nib: NSButton (Apply Now) : (oid:167) */ +"Apply Now" = "Applica"; + +/* English.strings: Localizable.strings: Explanatory text for the failure-to-stop alert */ +"An unexpected error occurred when trying to stop Firefly. Please close and re-open this Preference pane, and try again." = "Si è verificato un errore nell'arrestare Firefly. Per favore chiudere il pannello di controllo, aprirlo di nuovo e riprovare."; + +/* English.strings: FireflyPrefsPref.nib: NSTextField (Start server:) : (oid:114) */ +"Start server:" = "Avvia il server:"; + +/* English.strings: Localizable.strings: Alert message notifying the user of failure to stop */ +"Unable to stop Firefly" = "Impossibile arrestare Firefly"; + +/* English.strings: FireflyPrefsPref.nib: NSMenu : (oid:161) */ +"OtherViews" = "OtherViews"; + +/* English.strings: Localizable.strings: Error message displayed at panel load */ +"Library directory could not be found in user folder" = "Impossibile trovare la cartella con la libreria di sistema nella cartella dell'utente"; + +/* English.strings: Localizable.strings: Generic alert string for an invalid control */ +"Invalid value" = "Valore non valido"; + +/* English.strings: FireflyPrefsPref.nib: NSWindow (<< do not localize >>) : >> (oid:12) */ +"<< do not localize >>" = "<< do not localize >>"; + +/* English.strings: Localizable.strings: Error message if password is empty */ +"Please enter a password, or un-check the password checkbox" = "Inserire una password, oppure rimuovere il visto dal corrispondente checkbox"; + +/* English.strings: Localizable.strings: Alert message notifying the user of config error */ +"Configuration error" = "Errore di configurazione"; + +/* English.strings: Localizable.strings: Explanatory text for the connection-lost alert */ +"Communication has been lost with the Firefly Helper. Please close and re-open this Preference pane, and try again." = "Comunicazione interrotta con Firefly Helper. Per favore chiudere il pannello di controllo, aprirlo di nuovo e riprovare."; + +/* English.strings: Localizable.strings: Label for dont' apply button in save prompt dialog */ +"Don't Apply" = "Non applicare"; + +/* English.strings: Localizable.strings: Status message for Firefly */ +"Firefly is running" = "Firefly è attivo"; + +/* English.strings: Localizable.strings: Format string for error message upon invalid install */ +"The Firefly installation appears to be damaged. Unable to locate Firefly Helper." = "L'installazione di Firefly sembra essere danneggiata. Impossibile localizzare Firefly Helper."; + +/* English.strings: FireflyPrefsPref.nib: NSTabViewItem : (oid:99) */ +"General" = "Generale"; + +/* English.strings: FireflyPrefsPref.nib: NSTabViewItem : (oid:101) */ +"Advanced" = "Avanzata"; + +/* English.strings: Localizable.strings: Alert message notifying the user of failure to get status */ +"Lost contact with Firefly Helper" = "Perso il contatto con Firefly Helper"; + +/* English.strings: FireflyPrefsPref.nib: NSMenuItem : (oid:163) */ +"Manually" = "Manuale"; + +/* English.strings: Localizable.strings: Explanatory text for the failure-to-apply alert */ +"Firefly appears to be incorrectly installed or damaged. Please consult the documentation.\n\n" = "Firefly sembra essere danneggiato o installato non correttamente. Cortesemente consultare la documentazione.\n\n"; + +/* English.strings: Localizable.strings: Explanatory text for the failure-to-stop alert */ +"An unexpected error occurred when trying to start Firefly. Please close and re-open this Preference pane, and try again." = "Si è verificato un errore inaspettato nell'avviare Firefly. Per favore chiudere il pannello di controllo, aprirlo di nuovo e riprovare."; + +/* English.strings: Localizable.strings: Status message for Firefly */ +"Firefly is starting" = "Firefly è in fase di avvio"; + +/* English.strings: Localizable.strings: Alert message notifying the user of failure to save */ +"Failed to save changes" = "Impossibile salvare le modifiche"; + +/* English.strings: Localizable.strings: Title of the library browser dialog */ +"Choose Library Location" = "Scegliere l'ubicazione per la libreria"; + +/* English.strings: Localizable.strings: Alert message notifying the user of failure to get status */ +"Unable to get server status" = "Impossibile determinare lo stato del server"; + +/* English.strings: FireflyPrefsPref.nib: NSBox (Box) : (oid:181) */ +"Box" = "Box"; + +/* English.strings: FireflyPrefsPref.nib: NSMenuItem : (oid:111) */ +"Automatically, when I log in" = "Automaticamente, durante il login"; + +/* English.strings: Localizable.strings: Format string for error message */ +"The configuration file is present, but is not writable: %@" = "Il file di configurazione è presente, ma non è possibile l'accesso in scrittura: %@"; + +/* English.strings: FireflyPrefsPref.nib: NSTextField (The Firefly music server shares your music library with other computers and compatible devices on the local network.) : (oid:125) */ +"The Firefly music server shares your music library with other computers and compatible devices on the local network." = "Il server di musica Firefly condivide la tua libreria musicale con altri computers e lettori compatibili che si trovano sulla rete locale."; + +/* English.strings: Localizable.strings: One of several titles for the start/stop button */ +"Stop Firefly" = "Arresta Firefly"; + +/* English.strings: FireflyPrefsPref.nib: NSButton (Start Firefly) : (oid:103) + Localizable.strings: One of several titles for the start/stop button */ +"Start Firefly" = "Avvia Firefly"; + +/* English.strings: FireflyPrefsPref.nib: NSTextField (Assign Server Port:) : (oid:116) */ +"Assign Server Port:" = "Imposta la porta per il server:"; + +/* English.strings: Localizable.strings: Text for empty log file */ +"The log file is empty." = "Il file di log è vuoto."; + +/* English.strings: FireflyPrefsPref.nib: NSTabViewItem : (oid:199) */ +"Log" = "Log"; + +/* English.strings: Localizable.strings: Explanatory text for the failure-to-save alert */ +"Firefly could not be started because your changes could not be saved" = "Firefly non può essere avviato in quanto non è possibile salvare le modifiche"; + +/* English.strings: Localizable.strings: Status message for Firefly */ +"Firefly failed to start" = "Impossibile avviare Firefly"; + +/* English.strings: FireflyPrefsPref.nib: NSTextField (Firefly is disabled) : (oid:104) */ +"Firefly is disabled" = "Firefly è disattivato"; + +/* English.strings: FireflyPrefsPref.nib: NSTextField () : > (oid:128) */ +"" = ""; + +/* English.strings: FireflyPrefsPref.nib: NSTextField ((available when Firefly is running)) : (oid:172) + Localizable.strings: Displayed in place of server version when server is not running */ +"(available when Firefly is running)" = "(disponibile quando Firefly è avviato)"; + +/* English.strings: Localizable.strings: Label for apply button in save prompt dialog */ +"Apply" = "Applica"; + +/* English.strings: Localizable.strings: Format string for error message */ +"Firefly directory could not be found or created at: %@" = "Impossibile trovare o creare la cartella di Firefly: %@"; + +/* English.strings: Localizable.strings: Alert message notifying the user of failure to stop */ +"Unable to start Firefly" = "Impossibile avviare Firefly"; + +/* English.strings: FireflyPrefsPref.nib: NSTextField (Additional configuration options are available from Firefly's built-in web page. Available when Firefly is running.) : (oid:119) + Localizable.strings: Info text for the web page button when server is not running */ +"Additional configuration options are available from Firefly's built-in web page. Available when Firefly is running." = "Ulteriori opzioni di configurazione sono disponibili nella pagina web di controllo di Firefly (disponibile solo quando Firefly è avviato)."; + +/* English.strings: Localizable.strings: Status message for Firefly */ +"Firefly stopped unexpectedly" = "Firefly si è arrestato inaspettatamente"; + +/* English.strings: FireflyPrefsPref.nib: NSMenuItem : (oid:162) */ +"Automatically" = "Automaticamente"; + +/* English.strings: Localizable.strings: The Choose button in the library browser dialog */ +"Choose" = "Scegli"; + +/* English.strings: Localizable.strings: Prompt to save changes when exiting prefs pane */ +"Apply configuration changes?" = "Applicare le modifiche alla configurazione?"; + +/* English.strings: FireflyPrefsPref.nib: NSButton (Require Password:) : (oid:107) */ +"Require Password:" = "Richiedi Password:"; + +/* English.strings: Localizable.strings: Format string for default library name */ +"%@'s Firefly on %@" = "Firefly di %1$@ su %2$@"; + +/* English.strings: InfoPlist.strings: Localized versions of Info.plist keys */ +"NSHumanReadableCopyright" = "© 2006 Roku LLC"; +