mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-12 23:43:23 -05:00
Add Italian Pref Pane translations, courtesy of Luca Paolini
This commit is contained in:
parent
f3d50a4c14
commit
e318cd8124
@ -65,6 +65,9 @@
|
||||
E4BCD4740B269745009315B7 /* Swedish */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Swedish; path = Swedish.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
E4CBBF9E0B253B190071ED51 /* French */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = French; path = French.lproj/FireflyPrefsPref.nib; sourceTree = "<group>"; };
|
||||
E4CBBFA00B253B700071ED51 /* French */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = French; path = French.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
E4E741790B27E31E008281D7 /* Italian */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Italian; path = Italian.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
E4E7417D0B27E333008281D7 /* Italian */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Italian; path = Italian.lproj/FireflyPrefsPref.nib; sourceTree = "<group>"; };
|
||||
E4E7417F0B27E35A008281D7 /* Italian */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Italian; path = Italian.lproj/Localizable.strings; sourceTree = "<group>"; };
|
||||
F506C035013D953901CA16C8 /* PreferencePanes.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PreferencePanes.framework; path = /System/Library/Frameworks/PreferencePanes.framework; sourceTree = "<absolute>"; };
|
||||
F506C040013D9D8001CA16C8 /* FireflyPrefsPref.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = FireflyPrefsPref.tiff; sourceTree = "<group>"; };
|
||||
F506C043013D9D8C01CA16C8 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/FireflyPrefsPref.nib; sourceTree = "<group>"; };
|
||||
@ -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 = "<group>";
|
||||
@ -287,6 +292,7 @@
|
||||
E44062AC0B253BA3003ADD6D /* French */,
|
||||
E4BCD46F0B26970D009315B7 /* German */,
|
||||
E4BCD4700B269713009315B7 /* Swedish */,
|
||||
E4E7417F0B27E35A008281D7 /* Italian */,
|
||||
);
|
||||
name = Localizable.strings;
|
||||
sourceTree = "<group>";
|
||||
@ -298,6 +304,7 @@
|
||||
E4CBBF9E0B253B190071ED51 /* French */,
|
||||
E4BCD4710B26972C009315B7 /* German */,
|
||||
E4BCD4720B269730009315B7 /* Swedish */,
|
||||
E4E7417D0B27E333008281D7 /* Italian */,
|
||||
);
|
||||
name = FireflyPrefsPref.nib;
|
||||
sourceTree = "<group>";
|
||||
|
61
osx/FireflyPrefs/Italian.lproj/FireflyPrefsPref.nib/classes.nib
generated
Normal file
61
osx/FireflyPrefs/Italian.lproj/FireflyPrefsPref.nib/classes.nib
generated
Normal file
@ -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;
|
||||
}
|
16
osx/FireflyPrefs/Italian.lproj/FireflyPrefsPref.nib/info.nib
generated
Normal file
16
osx/FireflyPrefs/Italian.lproj/FireflyPrefsPref.nib/info.nib
generated
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBDocumentLocation</key>
|
||||
<string>41 85 481 349 0 0 1440 878 </string>
|
||||
<key>IBFramework Version</key>
|
||||
<string>443.0</string>
|
||||
<key>IBLockedTabItems</key>
|
||||
<array>
|
||||
<integer>99</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>8L2127</string>
|
||||
</dict>
|
||||
</plist>
|
BIN
osx/FireflyPrefs/Italian.lproj/FireflyPrefsPref.nib/keyedobjects.nib
generated
Normal file
BIN
osx/FireflyPrefs/Italian.lproj/FireflyPrefsPref.nib/keyedobjects.nib
generated
Normal file
Binary file not shown.
3
osx/FireflyPrefs/Italian.lproj/InfoPlist.strings
Normal file
3
osx/FireflyPrefs/Italian.lproj/InfoPlist.strings
Normal file
@ -0,0 +1,3 @@
|
||||
/* Localized versions of Info.plist keys */
|
||||
"NSHumanReadableCopyright" = "© 2006 Roku LLC";
|
||||
|
159
osx/FireflyPrefs/Italian.lproj/Localizable.strings
Normal file
159
osx/FireflyPrefs/Italian.lproj/Localizable.strings
Normal file
@ -0,0 +1,159 @@
|
||||
/* Format string for default library name */
|
||||
"%@'s Firefly on %@" = "Firefly di %1$@ su %2$@";
|
||||
|
||||
/* Displayed in place of server version when server is not running */
|
||||
"(available when Firefly is running)" = "(disponibile quando Firefly è avviato)";
|
||||
|
||||
/* 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).";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* Label for apply button in save prompt dialog */
|
||||
"Apply" = "Applica";
|
||||
|
||||
/* Prompt to save changes when exiting prefs pane */
|
||||
"Apply configuration changes?" = "Applicare le modifiche alla configurazione?";
|
||||
|
||||
/* Label for cancel button in save prompt dialog */
|
||||
"Cancel" = "Annulla";
|
||||
|
||||
/* Status text for when Firefly state is not known */
|
||||
"Checking Firefly status…" = "Controllo dello stato di Firefly…";
|
||||
|
||||
/* The Choose button in the library browser dialog */
|
||||
"Choose" = "Scegli";
|
||||
|
||||
/* Title of the library browser dialog */
|
||||
"Choose Library Location" = "Scegliere l'ubicazione per la libreria";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* Alert message notifying the user of config error */
|
||||
"Configuration error" = "Errore di configurazione";
|
||||
|
||||
/* Label for dont' apply button in save prompt dialog */
|
||||
"Don't Apply" = "Non applicare";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* Alert message notifying the user of failure to apply */
|
||||
"Failed to apply changes" = "Impossibile salvare le modifiche";
|
||||
|
||||
/* Alert message notifying the user of failure to save */
|
||||
"Failed to save changes" = "Impossibile salvare le modifiche";
|
||||
|
||||
/* 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";
|
||||
|
||||
/* 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";
|
||||
|
||||
/* Format string for error message */
|
||||
"Firefly directory could not be found or created at: %@" = "Impossibile trovare o creare la cartella di Firefly: %@";
|
||||
|
||||
/* Status message for Firefly */
|
||||
"Firefly failed to start" = "Impossibile avviare Firefly";
|
||||
|
||||
/* Status message for Firefly */
|
||||
"Firefly is not running" = "Firefly non è attivo";
|
||||
|
||||
/* Status message for Firefly */
|
||||
"Firefly is restarting" = "Firefly è in fase di riavvio";
|
||||
|
||||
/* Status message for Firefly */
|
||||
"Firefly is running" = "Firefly è attivo";
|
||||
|
||||
/* Status message for Firefly */
|
||||
"Firefly is scanning the library" = "Firefly sta analizzando la libreria";
|
||||
|
||||
/* Status message for Firefly */
|
||||
"Firefly is starting" = "Firefly è in fase di avvio";
|
||||
|
||||
/* Status message for Firefly */
|
||||
"Firefly is stopping" = "Firefly è in fase di arresto";
|
||||
|
||||
/* Status message for Firefly */
|
||||
"Firefly status is unknown" = "Lo stato di Firefly è sconosciuto";
|
||||
|
||||
/* Status message for Firefly */
|
||||
"Firefly stopped unexpectedly" = "Firefly si è arrestato inaspettatamente";
|
||||
|
||||
/* @Alert title when port number is invalid */
|
||||
"Invalid port number" = "Numero di porta non valido";
|
||||
|
||||
/* Generic alert string for an invalid control */
|
||||
"Invalid value" = "Valore non valido";
|
||||
|
||||
/* 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";
|
||||
|
||||
/* Alert message notifying the user of failure to get status */
|
||||
"Lost contact with Firefly Helper" = "Perso il contatto con Firefly Helper";
|
||||
|
||||
/* @Alert title when library name is invalid */
|
||||
"Missing library name" = "Nome della libreria mancante";
|
||||
|
||||
/* @Alert title when password is invalid */
|
||||
"Missing password" = "Password mancante";
|
||||
|
||||
/* Error message if library name is invalid */
|
||||
"Please enter a library name" = "Inserire un nome per la libreria";
|
||||
|
||||
/* 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";
|
||||
|
||||
/* Error message if invalid port entered */
|
||||
"Please enter a port number between 1024 and 65535, or choose \"Automatic\" from the pop-up menu" = "Scegliere una porta tra 1024 e 65535, oppure scegliere \"Automatico\" dal menu";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* One of several titles for the start/stop button */
|
||||
"Start Firefly" = "Avvia Firefly";
|
||||
|
||||
/* One of several titles for the start/stop button */
|
||||
"Stop Firefly" = "Arresta Firefly";
|
||||
|
||||
/* 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: %@";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* Text for missing log file */
|
||||
"The log file has not been created." = "Il file di log non è stato creato.";
|
||||
|
||||
/* Text for empty log file */
|
||||
"The log file is empty." = "Il file di log è vuoto.";
|
||||
|
||||
/* Format string for error message upon invalid install */
|
||||
"Unable to create a default configuration file at: %@" = "Impossibile creare il file di configurazione in: %@";
|
||||
|
||||
/* 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";
|
||||
|
||||
/* Alert message notifying the user of failure to get status */
|
||||
"Unable to get server status" = "Impossibile determinare lo stato del server";
|
||||
|
||||
/* Error message related to invalid config */
|
||||
"Unable to read configuration information" = "Impossibile leggere la configurazione";
|
||||
|
||||
/* Alert message notifying the user of failure to stop */
|
||||
"Unable to start Firefly" = "Impossibile avviare Firefly";
|
||||
|
||||
/* Alert message notifying the user of failure to stop */
|
||||
"Unable to stop Firefly" = "Impossibile arrestare Firefly";
|
||||
|
234
osx/FireflyPrefs/i18n/Italian.strings
Normal file
234
osx/FireflyPrefs/i18n/Italian.strings
Normal file
@ -0,0 +1,234 @@
|
||||
/* English.strings: Localizable.strings: Status message for Firefly */
|
||||
"Firefly is not running" = "Firefly non è attivo";
|
||||
|
||||
/* English.strings: Localizable.strings: Error message if invalid port entered */
|
||||
"Please enter a port number between 1024 and 65535, or choose \"Automatic\" from the pop-up menu" = "Scegliere una porta tra 1024 e 65535, oppure scegliere \"Automatico\" dal menu";
|
||||
|
||||
/* English.strings: FireflyPrefsPref.nib: NSButton (Show Firefly menu in menu bar) : <title:Show Firefly menu in menu bar> (oid:196) */
|
||||
"Show Firefly menu in menu bar" = "Mostra il menu di Firefly nella barra dei menu";
|
||||
|
||||
/* English.strings: FireflyPrefsPref.nib: NSTextField (Shared Name:) : <title: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) : <title: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:) : <title:Prefs Panel Version:> (oid:170) */
|
||||
"Prefs Panel Version:" = "Versione del pannello di controllo:";
|
||||
|
||||
/* English.strings: FireflyPrefsPref.nib: NSTextField (Firefly Server Version:) : <title: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...) : <title:Browse...> (oid:123) */
|
||||
"Browse..." = "Sfoglia...";
|
||||
|
||||
/* English.strings: FireflyPrefsPref.nib: NSTextField (Library Location:) : <title: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) : <title: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:) : <title: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 : <title:OtherViews> (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 >>) : <title:<< 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 : <title:General> (oid:99) */
|
||||
"General" = "Generale";
|
||||
|
||||
/* English.strings: FireflyPrefsPref.nib: NSTabViewItem : <title:Advanced> (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 : <title:Manually> (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) : <title:Box> (oid:181) */
|
||||
"Box" = "Box";
|
||||
|
||||
/* English.strings: FireflyPrefsPref.nib: NSMenuItem : <title:Automatically, when I log in> (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.) : <title: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) : <title: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:) : <title: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 : <title:Log> (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) : <title:Firefly is disabled> (oid:104) */
|
||||
"Firefly is disabled" = "Firefly è disattivato";
|
||||
|
||||
/* English.strings: FireflyPrefsPref.nib: NSTextField (<unknown>) : <title:<unknown>> (oid:128) */
|
||||
"<unknown>" = "<unknown>";
|
||||
|
||||
/* English.strings: FireflyPrefsPref.nib: NSTextField ((available when Firefly is running)) : <title:(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.) : <title: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 : <title:Automatically> (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:) : <title: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";
|
||||
|
Loading…
Reference in New Issue
Block a user