Italian localization for 0.9x

This commit is contained in:
Mitchell Livingston 2007-10-15 17:38:26 +00:00
parent 768a06aa60
commit 161f60d519
18 changed files with 1316 additions and 1 deletions

View File

@ -364,7 +364,7 @@
4DFBC2DD09C0970D00D5C571 /* Torrent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Torrent.h; path = macosx/Torrent.h; sourceTree = "<group>"; };
4DFBC2DE09C0970D00D5C571 /* Torrent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Torrent.m; path = macosx/Torrent.m; sourceTree = "<group>"; };
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = macosx/Info.plist; sourceTree = "<group>"; };
8D1107320486CEB800E47090 /* Transmission.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = Transmission.app; sourceTree = BUILT_PRODUCTS_DIR; };
8D1107320486CEB800E47090 /* Transmission.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Transmission.app; sourceTree = BUILT_PRODUCTS_DIR; };
A200B8390A2263BA007BBB1E /* InfoWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InfoWindowController.h; path = macosx/InfoWindowController.h; sourceTree = "<group>"; };
A200B83A0A2263BA007BBB1E /* InfoWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = InfoWindowController.m; path = macosx/InfoWindowController.m; sourceTree = "<group>"; };
A2041D520C9AC523000ACFFB /* Lock.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Lock.tiff; path = macosx/Images/Lock.tiff; sourceTree = "<group>"; };
@ -497,6 +497,13 @@
A2EA8E3F0CC3C9830081201C /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = macosx/fr.lproj/MainMenu.nib; sourceTree = "<group>"; };
A2EA8E400CC3C9830081201C /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = macosx/fr.lproj/MessageWindow.nib; sourceTree = "<group>"; };
A2EA8E410CC3C9830081201C /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = macosx/fr.lproj/PrefsWindow.nib; sourceTree = "<group>"; };
A2EA8E530CC3DAB80081201C /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = macosx/it.lproj/Creator.nib; sourceTree = "<group>"; };
A2EA8E540CC3DAB80081201C /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = macosx/it.lproj/InfoPlist.strings; sourceTree = "<group>"; };
A2EA8E550CC3DAB80081201C /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = macosx/it.lproj/InfoWindow.nib; sourceTree = "<group>"; };
A2EA8E560CC3DAB80081201C /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = macosx/it.lproj/Localizable.strings; sourceTree = "<group>"; };
A2EA8E570CC3DAB80081201C /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = macosx/it.lproj/MainMenu.nib; sourceTree = "<group>"; };
A2EA8E580CC3DAB80081201C /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = macosx/it.lproj/MessageWindow.nib; sourceTree = "<group>"; };
A2EA8E590CC3DAB80081201C /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = macosx/it.lproj/PrefsWindow.nib; sourceTree = "<group>"; };
A2EF7DEB0C96297400FA9811 /* PurpleDot.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = PurpleDot.png; path = macosx/Images/PurpleDot.png; sourceTree = "<group>"; };
A2F011980C27418800576FC0 /* CreateLarge.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = CreateLarge.png; path = macosx/Images/CreateLarge.png; sourceTree = "<group>"; };
A2F6DB070A55F31C0058D1E5 /* SpeedLimitButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = SpeedLimitButton.png; path = macosx/Images/SpeedLimitButton.png; sourceTree = "<group>"; };
@ -1271,6 +1278,7 @@
en,
es,
fr,
it,
);
mainGroup = 29B97314FDCFA39411CA2CEA /* Transmission */;
projectDirPath = "";
@ -1602,6 +1610,7 @@
A2D688A70CB4986A009BEC3A /* English */,
A27476FF0CC38EE6003CC76D /* es */,
A2EA8E3C0CC3C9830081201C /* fr */,
A2EA8E540CC3DAB80081201C /* it */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
@ -1612,6 +1621,7 @@
A2D688850CB4984B009BEC3A /* English */,
A27477020CC38EE6003CC76D /* es */,
A2EA8E3F0CC3C9830081201C /* fr */,
A2EA8E570CC3DAB80081201C /* it */,
);
name = MainMenu.nib;
sourceTree = "<group>";
@ -1622,6 +1632,7 @@
A2D688AB0CB49889009BEC3A /* English */,
A27477000CC38EE6003CC76D /* es */,
A2EA8E3D0CC3C9830081201C /* fr */,
A2EA8E550CC3DAB80081201C /* it */,
);
name = InfoWindow.nib;
sourceTree = "<group>";
@ -1632,6 +1643,7 @@
A2D688D20CB498AA009BEC3A /* English */,
A27477030CC38EE6003CC76D /* es */,
A2EA8E400CC3C9830081201C /* fr */,
A2EA8E580CC3DAB80081201C /* it */,
);
name = MessageWindow.nib;
sourceTree = "<group>";
@ -1642,6 +1654,7 @@
A2D6891B0CB4990E009BEC3A /* English */,
A27477010CC38EE6003CC76D /* es */,
A2EA8E3E0CC3C9830081201C /* fr */,
A2EA8E560CC3DAB80081201C /* it */,
);
name = Localizable.strings;
sourceTree = "<group>";
@ -1652,6 +1665,7 @@
A2D688EB0CB498BE009BEC3A /* English */,
A27477040CC38EE6003CC76D /* es */,
A2EA8E410CC3C9830081201C /* fr */,
A2EA8E590CC3DAB80081201C /* it */,
);
name = PrefsWindow.nib;
sourceTree = "<group>";
@ -1662,6 +1676,7 @@
A2D689100CB498F2009BEC3A /* English */,
A27476FE0CC38EE6003CC76D /* es */,
A2EA8E3B0CC3C9830081201C /* fr */,
A2EA8E530CC3DAB80081201C /* it */,
);
name = Creator.nib;
sourceTree = "<group>";

30
macosx/it.lproj/Creator.nib/classes.nib generated Normal file
View File

@ -0,0 +1,30 @@
{
IBClasses = (
{
ACTIONS = {
cancelCreateProgress = id;
cancelCreateWindow = id;
create = id;
setLocation = id;
};
CLASS = CreatorWindowController;
LANGUAGE = ObjC;
OUTLETS = {
fCommentView = NSTextView;
fIconView = NSImageView;
fLocationField = NSTextField;
fNameField = NSTextField;
fOpenCheck = NSButton;
fPiecesField = NSTextField;
fPrivateCheck = NSButton;
fProgressIndicator = NSProgressIndicator;
fProgressView = NSView;
fStatusField = NSTextField;
fTrackerField = NSTextField;
};
SUPERCLASS = NSWindowController;
},
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
);
IBVersion = 1;
}

21
macosx/it.lproj/Creator.nib/info.nib generated Normal file
View File

@ -0,0 +1,21 @@
<?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>60 111 356 240 0 0 1280 778 </string>
<key>IBEditorPositions</key>
<dict>
<key>56</key>
<string>470 456 368 126 0 0 1280 778 </string>
</dict>
<key>IBFramework Version</key>
<string>446.1</string>
<key>IBOpenObjects</key>
<array>
<integer>56</integer>
</array>
<key>IBSystem Version</key>
<string>8R2218</string>
</dict>
</plist>

Binary file not shown.

View File

@ -0,0 +1,4 @@
/* Localized versions of Info.plist keys */
CFBundleName = "Transmission";
NSHumanReadableCopyright = "Copyright 2005-2007 The Transmission Project";

View File

@ -0,0 +1,99 @@
{
IBClasses = (
{CLASS = FileOutlineView; LANGUAGE = ObjC; SUPERCLASS = NSOutlineView; },
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{CLASS = ImageBackgroundView; LANGUAGE = ObjC; SUPERCLASS = NSView; },
{CLASS = InfoTabButtonCell; LANGUAGE = ObjC; SUPERCLASS = NSButtonCell; },
{
ACTIONS = {
revealDataFile = id;
revealFile = id;
revealTorrentFile = id;
setCheck = id;
setOnlySelectedCheck = id;
setPex = id;
setPiecesView = id;
setPriority = id;
setRatioLimit = id;
setRatioSetting = id;
setSpeedLimit = id;
setSpeedMode = id;
setTab = id;
};
CLASS = InfoWindowController;
LANGUAGE = ObjC;
OUTLETS = {
fActivityView = NSView;
fCommentView = NSTextView;
fCompletedFromTrackerField = NSTextField;
fConnectedPeersField = NSTextField;
fCreatorField = NSTextField;
fDataLocationField = NSTextField;
fDateActivityField = NSTextField;
fDateAddedField = NSTextField;
fDateCompletedField = NSTextField;
fDateCreatedField = NSTextField;
fDownloadLimitField = NSTextField;
fDownloadLimitLabel = NSTextField;
fDownloadLimitPopUp = NSPopUpButton;
fDownloadedTotalField = NSTextField;
fDownloadingFromField = NSTextField;
fErrorMessageView = NSTextView;
fFailedHashField = NSTextField;
fFileCheckItem = NSMenuItem;
fFileOutline = FileOutlineView;
fFilePriorityHigh = NSMenuItem;
fFilePriorityLow = NSMenuItem;
fFilePriorityNormal = NSMenuItem;
fFileTableStatusField = NSTextField;
fFileUncheckItem = NSMenuItem;
fFilesView = NSView;
fHashField = NSTextField;
fHaveField = NSTextField;
fImageView = NSImageView;
fInfoView = NSView;
fKnownField = NSTextField;
fLeechersField = NSTextField;
fNameField = NSTextField;
fOptionsView = NSView;
fPeerTable = NSTableView;
fPeersView = NSView;
fPexCheck = NSButton;
fPiecesControl = NSSegmentedControl;
fPiecesField = NSTextField;
fPiecesView = PiecesView;
fProgressField = NSTextField;
fRatioField = NSTextField;
fRatioLimitField = NSTextField;
fRatioPopUp = NSPopUpButton;
fRevealDataButton = NSButton;
fRevealTorrentButton = NSButton;
fSecureField = NSTextField;
fSeedersField = NSTextField;
fSizeField = NSTextField;
fStateField = NSTextField;
fSwarmSpeedField = NSTextField;
fTabBackBar = ImageBackgroundView;
fTabMatrix = NSMatrix;
fTorrentLocationField = NSTextField;
fTrackerField = NSTextField;
fUploadLimitField = NSTextField;
fUploadLimitLabel = NSTextField;
fUploadLimitPopUp = NSPopUpButton;
fUploadedTotalField = NSTextField;
fUploadingToField = NSTextField;
};
SUPERCLASS = NSWindowController;
},
{CLASS = NSLevelIndicatorCell; LANGUAGE = ObjC; SUPERCLASS = NSActionCell; },
{CLASS = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
{
CLASS = PeerProgressIndicatorCell;
LANGUAGE = ObjC;
SUPERCLASS = NSLevelIndicatorCell;
},
{CLASS = PeerTableView; LANGUAGE = ObjC; SUPERCLASS = NSTableView; },
{CLASS = PiecesView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; }
);
IBVersion = 1;
}

33
macosx/it.lproj/InfoWindow.nib/info.nib generated Normal file
View File

@ -0,0 +1,33 @@
<?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>83 370 356 240 0 0 1280 778 </string>
<key>IBEditorPositions</key>
<dict>
<key>1030</key>
<string>460 347 360 384 0 0 1280 778 </string>
<key>1057</key>
<string>460 344 360 389 0 0 1280 778 </string>
<key>1066</key>
<string>465 438 349 202 0 0 1280 778 </string>
<key>549</key>
<string>634 257 205 149 0 0 1280 778 </string>
<key>965</key>
<string>455 384 370 310 0 0 1280 778 </string>
<key>995</key>
<string>455 374 370 332 0 0 1280 778 </string>
</dict>
<key>IBFramework Version</key>
<string>446.1</string>
<key>IBLockedObjects</key>
<array/>
<key>IBLockedTabItems</key>
<array>
<integer>332</integer>
</array>
<key>IBSystem Version</key>
<string>8R2218</string>
</dict>
</plist>

Binary file not shown.

View File

@ -0,0 +1,734 @@
/* Torrent -> progress string */
" - %@ remaining" = " - rimanenti %@";
/* Torrent -> progress string */
" - remaining time unknown" = " - tempo rimanente sconosciuto";
/* Removal confirm panel -> message part 2 */
" Once removed, continuing the transfers will require the torrent files. Do you really want to remove them?" = "Qualora rimossi, i file torrent saranno richiesti per proseguire col trasferimento. Si desidera rimuoverli veramente?";
/* Inspector -> Activity tab -> progress */
"%.2f%% (%.2f%% selected)" = "%1$.2f%% (%2$.2f%% selezionati)";
/* Inspector -> Files tab -> file status string */
"%.2f%% of %@" = "%1$.2f%% di %2$@";
/* Inspector -> Activity tab -> have */
"%@ (%@ verified)" = "%1$@ (%2$@ verificati)";
/* Torrent -> progress string */
"%@ of %@ (%.2f%%)" = "%1$@ di %2$@ (%3$.2f%%)";
/* Torrent -> progress string */
"%@ of %@ (%.2f%%), uploaded %@ (Ratio: %@)" = "%1$@ di %2$@ (%3$.2f%%), inviati %4$@ (quota: %5$@)";
/* Torrent -> progress string */
"%@ of %@ selected (%.2f%%)" = "%1$@ di %2$@ selezionati (%3$.2f%%)";
/* Torrent -> progress string */
"%@ selected, uploaded %@ (Ratio: %@)" = "%1$@ selezionati, inviati %2$@ (quota: %3$@)";
/* Inspector -> above tabs -> total size (several torrents selected) */
"%@ Total" = "%@ Totale";
/* Inspector -> Activity tab -> have */
"%@ verified" = "%@ verificati";
/* Create torrent -> info */
"%@, %@ each" = "%1$@, %2$@ ciascuno";
/* Torrent -> progress string */
"%@, uploaded %@ (Ratio: %@)" = "%1$@, inviati %2$@ (quota: %3$@)";
/* Inspector -> Peers tab -> peers */
"%d cache" = "%d cache";
/* Inspector -> Peers tab -> peers */
"%d Connected" = "%d connessi";
/* Torrent -> remaining time */
"%d days %d hr" = "%1$d giorni %2$d ore";
/* Dock item - Downloading */
"%d Downloading" = "%d in download";
/* Inspector -> Files tab -> bottom text (number of files) */
"%d files total" = "%d file totali";
/* Drag overlay -> torrents
Create torrent -> info */
"%d Files, " = "%d file, ";
/* Torrent -> remaining time */
"%d hr %d min" = "%1$d ore %2$d min";
/* Inspector -> Peers tab -> peers */
"%d incoming" = "%d in arrivo";
/* Torrent -> remaining time */
"%d min %d sec" = "%1$d min %2$d sec";
/* Inspector -> Peers tab -> peers */
"%d PEX" = "%d PEX";
/* Create torrent -> info */
"%d pieces" = "%d parti";
/* Torrent -> remaining time */
"%d sec" = "%d sec";
/* Dock item - Seeding */
"%d Seeding" = "%d in seed";
/* Drag overlay -> torrents */
"%d Torrent Files" = "%d file torrent";
/* Inspector -> above tabs -> selected torrents */
"%d Torrents Selected" = "%d torrent selezionati";
/* Inspector -> Peers tab -> peers */
"%d tracker" = "%d tracker";
/* Filter Bar Button -> tool tip
Status bar transfer count */
"%d Transfers" = "%d trasferimenti";
/* File size */
"%lld bytes" = "%lld byte";
/* Torrent -> error string unreadable */
"(unreadable error)" = "(errore illeggibile)";
/* Torrent -> remaining time */
"1 day %d hr" = "1 giorno %d ore";
/* Inspector -> Files tab -> bottom text (number of files) */
"1 file total" = "1 file totale";
/* Drag overlay -> torrents
Create torrent -> info */
"1 File, " = "1 File, ";
/* Create torrent -> info */
"1 piece" = "1 parte";
/* Filter Bar Button -> tool tip
Status bar transfer count */
"1 Transfer" = "1 trasferimento";
/* Move folder cannot be used alert -> message */
"\"%@\" cannot be used. The file will remain in its current location." = "\"%@\" non può essere usato. Il file rimarrà nella sua attuale posizione.";
/* Folder cannot be used alert -> message */
"\"%@\" cannot be used. The transfer will be paused." = "\"%@\" non può essere usato. Il trasferimento sarà messo in pausa.";
/* Create torrent -> file already exists warning -> warning */
"A file with the name \"%@\" already exists in the directory \"%@\". Choose a new name or directory to create the torrent." = "Un file col nome \"%1$@\" esiste già nella directory \"%2$@\". Scegli un nuovo nome o directory per creare il torrent.";
/* Move inside itself alert -> title */
"A folder cannot be moved to inside itself." = "Una cartella non può essere spostata dentro se stessa.";
/* Create torrent -> zero size -> warning */
"A torrent file cannot be created for files with no size." = "Un file torrent non può essere creato per file di dimensione nulla.";
/* Create torrent -> file already exists warning -> title */
"A torrent file with this name and directory cannot be created." = "Impossibile creare un file torrent con questo nome e cartella.";
/* Open duplicate alert -> title */
"A transfer of \"%@\" is already running." = "Un trasferimento di \"%@\" è già in corso.";
/* Inspector -> tab tooltip
Inspector -> title */
"Activity" = "Attività";
/* Preferences -> Advanced toolbar item title */
"Advanced" = "Avanzato";
/* Filter Bar Button -> title */
"All" = "Tutti";
/* Torrent file disk space alert -> button */
"Always Download" = "Scarica sempre";
/* Transfer speed (Bytes per second) */
"B/s" = "B/s";
/* Preferences -> Bandwidth toolbar item title */
"Bandwidth" = "Banda";
/* Growl notification description */
"Bandwidth settings changed" = "Impostazioni banda modificate";
/* Removal confirm panel -> button
Confirm Quit panel -> button */
"Cancel" = "Annulla";
/* Create torrent -> no url warning -> warning
Create torrent -> http warning -> warning */
"Change the tracker address to create the torrent." = "Modifica l'indirizzo del tracker per creare il torrent.";
/* Torrent -> status string */
"Checking existing data (%.2f%%)" = "Verifica dati esistenti (%.2f%%)";
/* Preferences -> Advanced -> port status */
"Checking port status" = "Verifica stato della porta";
/* Folder cannot be used alert -> location button */
"Choose New Location" = "Scegliere nuova posizione";
/* Confirm Quit panel -> title */
"Confirm Quit" = "Confermare uscita";
/* Removal confirm panel -> title */
"Confirm removal of %d transfers from the transfer list and trash both data and torrent files." = "Confermare rimozione di %d trasferimenti dalla lista e cestinare file dati e file torrent.";
/* Removal confirm panel -> title */
"Confirm removal of %d transfers from the transfer list and trash data file." = "Confermare rimozione di %d trasferimenti dalla lista e cestinare file dati.";
/* Removal confirm panel -> title */
"Confirm removal of %d transfers from the transfer list and trash torrent file." = "Confermare rimozione di %d trasferimenti dalla lista e cestinare file torrent.";
/* Removal confirm panel -> title */
"Confirm removal of %d transfers from the transfer list." = "Confermare rimozione di %d trasferimenti dalla lista.";
/* Removal confirm panel -> title */
"Confirm removal of \"%@\" from the transfer list and trash both data and torrent files." = "Confermare rimozione di \"%@\" dalla lista e cestinare file dati e file torrent.";
/* Removal confirm panel -> title */
"Confirm removal of \"%@\" from the transfer list and trash data file." = "Confermare rimozione di \"%@\" dalla lista e cestinare file dati.";
/* Removal confirm panel -> title */
"Confirm removal of \"%@\" from the transfer list and trash torrent file." = "Confermare rimozione di \"%@\" dalla lista e cestinare file torrent.";
/* Removal confirm panel -> title */
"Confirm removal of \"%@\" from the transfer list." = "Confermare rimozione di \"%@\" dalla lista.";
/* Debug log alert -> informative message */
"Continuous use at this level might increase memory usage. This setting can be changed in the Message Log window (accessible from the Window menu)." = "Un utilizzo ininterrotto a questo livello potrebbe incrementare l'impiego della memoria. Questa impostazione può essere modificata nella finestra Log messaggi (accessibile dal menu Finestra).";
/* Torrent file copy alert -> title */
"Copy of \"%@\" Cannot Be Created" = "Impossibile creare copia di \"%@\"";
/* Create toolbar item -> label */
"Create" = "Crea";
/* Drag overlay -> file */
"Create a Torrent File" = "Crea un file torrent";
/* Create toolbar item -> tooltip */
"Create torrent file" = "Crea file torrent";
/* Create toolbar item -> palette label
Create torrent -> select file */
"Create Torrent File" = "Crea file torrent";
/* Create torrent -> failed -> title */
"Creation of \"%@\" failed." = "Creazione di \"%@\" fallita.";
/* Torrent -> status string */
"DL: %@, UL: %@" = "DL: %1$@, UL: %2$@";
/* Debug log alert -> button
Open duplicate alert -> button */
"Don't Alert Again" = "Non avvisare nuovamente";
/* Inspector -> files tab -> tooltip */
"Don't Download" = "Non scaricare";
/* Inspector -> files tab -> tooltip */
"Download" = "Download";
/* Torrent file disk space alert -> button */
"Download Anyway" = "Scarica comunque";
/* Growl notification title */
"Download Complete" = "Download completato";
/* Inspector -> files tab -> tooltip */
"Download Some" = "Scarica alcuni";
/* Filter Bar Button -> title
Torrent -> status string */
"Downloading" = "In download";
/* Torrent -> status string */
"Downloading from %d of %d peers" = "In download da %1$d di %2$d peer";
/* Torrent -> status string */
"Downloading from %d of 1 peer" = "In download da %d di 1 peer";
/* Inspector -> Peers tab -> table row tooltip */
"Encrypted Connection" = "Connessione criptata";
/* Transfer speed invalid
Ratio invalid */
"error" = "errore";
/* Torrent -> status string */
"Error" = "Errore";
/* Preferences -> Advanced -> port map status */
"Error mapping port" = "Errore nel mappare la porta";
/* Torrent -> status string */
"Error: " = "Errore: ";
/* Inspector -> tab tooltip
Inspector -> title */
"Files" = "File";
/* Filter toolbar item -> label */
"Filter" = "Filtro";
/* Inspector -> Peers tab -> table row tooltip */
"From: cache" = "Da: cache";
/* Inspector -> Peers tab -> table row tooltip */
"From: incoming connection" = "Da: connessione in arrivo";
/* Inspector -> Peers tab -> table row tooltip */
"From: peer exchange" = "Da: scambio peer";
/* Inspector -> Peers tab -> table row tooltip */
"From: tracker" = "Da: tracker";
/* File size */
"GB" = "GB";
/* Preferences -> General toolbar item title */
"General" = "Generale";
/* Inspector -> tab tooltip
Inspector -> title */
"General Info" = "Informazioni generali";
/* View menu -> Filter Bar */
"Hide Filter Bar" = "Nascondi barra filtro";
/* View menu -> Inspector */
"Hide Inspector" = "Nascondi visualizzatore";
/* View menu -> Status Bar */
"Hide Status Bar" = "Nascondi barra di stato";
/* Inspector -> files tab -> tooltip */
"High Priority" = "Priorità alta";
/* Inspector -> Peers tab -> peers
Inspector -> Files tab -> bottom text (number of files) */
"info not available" = "informazione non disponibile";
/* Inspector toolbar item -> label */
"Inspector" = "Visualizzatore";
/* Download not a torrent -> message */
"It appears that the file \"%@\" from %@ is not a torrent file." = "Sembra che il file \"%1$@\" da %2$@ non sia un file torrent.";
/* File size */
"KB" = "KB";
/* About window -> license button */
"License" = "Licenza";
/* torrent action context menu -> upload/download limit
Action context menu -> upload/download limit */
"Limit (%d KB/s)" = "Limite (%d KB/s)";
/* Save log alert panel -> title */
"Log Could Not Be Saved" = "Il log non può essere salvato";
/* Inspector -> files tab -> tooltip */
"Low Priority" = "Priorità bassa";
/* File size */
"MB" = "MB";
/* Inspector -> files tab -> tooltip */
"Multiple Priorities" = "Priorità multiple";
/* No Ratio
Torrent -> status string */
"N/A" = "N/D";
/* Inspector -> above tabs -> selected torrents */
"No Torrents Selected" = "Nessun torrent selezionato";
/* Inspector -> files tab -> tooltip */
"Normal Priority" = "Priorità normale";
/* Torrent file disk space alert -> title */
"Not enough remaining disk space to download \"%@\" completely." = "Spazio su disco insufficiente per scaricare completamente \"%@\".";
/* Debug log alert -> button
Open duplicate alert -> button
Download not a torrent -> button
Create torrent -> http warning -> button
Save log alert panel -> button
Create torrent -> zero size -> button
Move folder cannot be used alert -> button
Create torrent -> no url warning -> button
Create torrent -> file already exists warning -> button
Folder cannot be used alert -> button
Torrent file copy alert -> button
About window -> license close button
Move error alert -> button
Create torrent -> failed -> button
Create torrent -> no files -> button
Move inside itself alert -> button
Torrent file disk space alert -> button
Torrent download failed -> button */
"OK" = "Ok";
/* Open toolbar item -> label */
"Open" = "Apri";
/* Open toolbar item -> tooltip */
"Open torrent files" = "Apri file torrent";
/* Open toolbar item -> palette label */
"Open Torrent Files" = "Apri file torrent";
/* Inspector -> tab tooltip
Inspector -> title */
"Options" = "Opzioni";
/* Pause toolbar item -> label */
"Pause" = "Metti in pausa";
/* Pause All toolbar item -> label */
"Pause All" = "Metti tutti in pausa";
/* Pause All toolbar item -> tooltip */
"Pause all transfers" = "Metti in pausa tutti i trasferimenti";
/* Pause toolbar item -> palette label */
"Pause Selected" = "Metti in pausa selezionati";
/* Pause toolbar item -> tooltip */
"Pause selected transfers" = "Metti in pausa i trasferimenti selezionati";
/* Filter Bar Button -> title
Torrent -> status string */
"Paused" = "In pausa";
/* Inspector -> tab tooltip
Inspector -> title */
"Peers" = "Peer";
/* Inspector -> pex check */
"PEX can only be toggled on paused public torrents." = "PEX può essere commutato solo con torrent pubblici in pausa.";
/* Preferences -> Advanced -> port status */
"Port is closed" = "La porta è chiusa";
/* Preferences -> Advanced -> port status */
"Port is open" = "La porta è aperta";
/* Preferences -> Advanced -> port status */
"Port is stealth" = "La porta è occultata";
/* Preferences -> Advanced -> port map status */
"Port successfully mapped" = "Porta mappata con successo";
/* Inspector -> Peers tab -> table row tooltip */
"Port: %d" = "Porta: %d";
/* Inspector -> Peers tab -> table row tooltip */
"Port: N/A" = "Porta: N/D";
/* Inspector -> files tab -> tooltip */
"Priority Not Available" = "Priorità non disponibile";
/* Inspector -> is private torrent */
"Private Torrent, PEX disabled" = "Torrent privato, PEX disabilitato";
/* Inspector -> Peers tab -> table row tooltip */
"Progress: %.1f%%" = "Progresso: %.1f%%";
/* Inspector -> is not private torrent */
"Public Torrent" = "Torrent pubblico";
/* Transmission already running alert -> button
Confirm Quit panel -> button */
"Quit" = "Esci";
/* Torrent -> status string */
"Ratio: " = "Quota: ";
/* Torrent -> status string */
"Ratio: %@, UL: %@" = "Quota: %1$@, UL: %2$@";
/* Removal confirm panel -> button
Remove toolbar item -> label */
"Remove" = "Rimuovi";
/* Remove toolbar item -> palette label */
"Remove Selected" = "Rimuovi selezionati";
/* Remove toolbar item -> tooltip */
"Remove selected transfers" = "Rimuovi trasferimenti selezionati";
/* Resume toolbar item -> label */
"Resume" = "Riprendi";
/* Resume All toolbar item -> label */
"Resume All" = "Riprendi tutti";
/* Resume All toolbar item -> tooltip */
"Resume all transfers" = "Riprendi tutti i trasferimenti";
/* Resume toolbar item -> palette label */
"Resume Selected" = "Riprendi selezionati";
/* Resume toolbar item -> tooltip */
"Resume selected transfers" = "Riprendi i trasferimenti selezionati";
/* Filter Bar Button -> title
Torrent -> status string */
"Seeding" = "In seed";
/* Torrent -> status string */
"Seeding complete" = "Seed completato";
/* Growl notification title */
"Seeding Complete" = "Seed completato";
/* Torrent -> status string */
"Seeding to %d of %d peers" = "In seed verso %1$d di %2$d peer";
/* Torrent -> status string */
"Seeding to %d of 1 peer" = "In seed verso %d di 1 peer";
/* Default incomplete folder cannot be used alert -> prompt
Create torrent -> select file
Default folder cannot be used alert -> prompt
Open torrent -> prompt
Move torrent -> prompt
Folder cannot be used alert -> prompt */
"Select" = "Seleziona";
/* Create torrent -> select file */
"Select a file or folder for the torrent file." = "Selezionare un file o una cartella per il file torrent.";
/* Folder cannot be used alert -> select destination folder
Open torrent -> select destination folder */
"Select the download folder for \"%@\"" = "Selezionare la cartella di download per \"%@\"";
/* Move torrent -> select destination folder */
"Select the new folder for %d data files." = "Selezionare la nuova cartella per i file dati di %d.";
/* Move torrent -> select destination folder */
"Select the new folder for \"%@\"." = "Selezionare la nuova cartella per \"%@\".";
/* Main window -> 1st bottom left button (action) tooltip */
"Shortcuts for changing global settings." = "Scorciatoie per cambiare le impostazioni globali.";
/* View menu -> Filter Bar */
"Show Filter Bar" = "Mostra barra filtro";
/* View menu -> Inspector */
"Show Inspector" = "Mostra visualizzatore";
/* View menu -> Status Bar */
"Show Status Bar" = "Mostra barra di stato";
/* Growl notification title */
"Speed Limit Auto Disabled" = "Limite di velocità disabilitato automaticamente";
/* Growl notification title */
"Speed Limit Auto Enabled" = "Limite di velocità abilitato automaticamente";
/* Main window -> 2nd bottom left button (turtle) tooltip */
"Speed Limit overrides the total bandwidth limits with its own limits." = "Il limite di velocità sostituisce i limiti complessivi di banda con i propri.";
/* Torrent -> status string */
"Stalled, " = "In stallo, ";
/* torrent action context menu -> ratio stop
Action context menu -> ratio stop */
"Stop at Ratio (%.2f)" = "Ferma alla quota (%.2f)";
/* Torrent -> status string */
"Stopping" = "In interruzione";
/* File size */
"TB" = "TB";
/* Default folder cannot be used alert -> message */
"The download folder cannot be used. Choose a new location." = "La cartella per il download non può essere utilizzata. Selezionare una nuova posizione.";
/* Folder cannot be used alert -> title */
"The folder for downloading \"%@\" cannot be used." = "La cartella per il download di \"%@\" non può essere utilizzata.";
/* Move folder cannot be used alert -> title */
"The folder for moving the completed \"%@\" cannot be used." = "La cartella ove spostare \"%@\" non può essere utilizzata.";
/* Default incomplete folder cannot be used alert -> message */
"The incomplete folder cannot be used. Choose a new location or cancel for none." = "La cartella per gli incompleti non può essere utilizzata. Selezionare una nuova posizione o annullare.";
/* Debug log alert -> message */
"The Message Log is set to \"Debug\"" = "Il Log messaggi è impostato su \"Debug\"";
/* Move inside itself alert -> message
Move error alert -> message */
"The move operation of \"%@\" cannot be done." = "Impossibile eseguire l'operazione di spostamento di \"%@\".";
/* Torrent download failed -> message */
"The torrent could not be downloaded from %@ because an error occurred (%@)." = "Il torrent non può essere scaricato da %1$@ poichè è occorso un errore (%2$@).";
/* Torrent file copy alert -> message */
"The torrent file (%@) cannot be found." = "Impossibile trovare il file torrent (%@).";
/* Open duplicate alert -> message */
"The torrent file cannot be opened because it is a duplicate of an already running transfer." = "Il file torrent non può essere aperto perchè è una copia di un trasferimento attualmente in corso.";
/* Create torrent -> zero size -> title */
"The total file size is zero bytes." = "La dimensione complessiva del file è pari a zero byte.";
/* Create torrent -> no url warning -> title */
"The tracker address cannot be blank." = "L'indirizzo del tracker non può essere nullo.";
/* Create torrent -> http warning -> title */
"The tracker address must begin with \"http://\"." = "L'indirizzo del tracker deve iniziare per \"http://\".";
/* Torrent file disk space alert -> message */
"The transfer will be paused. Clear up space on %@ or deselect files in the torrent inspector to continue." = "Il trasferimento sarà messo in pausa. Creare spazio libero in %@ o deselezionare alcuni file nel visualizzatore torrent per continuare.";
/* Removal confirm panel -> message part 1 */
"There are %d active transfers." = "Ci sono %d trasferimenti attivi.";
/* Confirm Quit panel -> message */
"There are %d active transfers. Do you really want to quit?" = "Ci sono %d trasferimenti attivi. Si desidera veramente uscire?";
/* Removal confirm panel -> message part 1 */
"There are %d transfers (%d active)." = "Ci sono %1$d trasferimenti (%2$d attivi).";
/* Transmission already running alert -> message */
"There is already a copy of Transmission running. This copy cannot be opened until that instance is quit." = "Una copia di Transmission è già in esecuzione. Questa copia non potrà essere aperta finchè non verrà chiusa la prima istanza.";
/* Confirm Quit panel -> message */
"There is an active transfer. Do you really want to quit?" = "È presente un trasferimento attivo. Si desidera veramente uscire?";
/* Create torrent -> no files -> warning */
"There must be at least one file in a folder to create a torrent file." = "Per creare un file torrent è richiesto che nella cartella sia presente almeno un file.";
/* Save log alert panel -> message */
"There was a problem creating the file \"%@\"." = "È occorso un errore creando il file \"%@\".";
/* Move error alert -> title */
"There was an error moving the data file." = "È occorso un errore spostando il file dati.";
/* Create torrent -> failed -> warning */
"There was an error parsing the data file. The torrent file was not created." = "È occorso un errore analizzando i file dati. Il file torrent non è stato creato.";
/* Create torrent -> no files -> title */
"This folder contains no files." = "Questa cartella non contiene file.";
/* Removal confirm panel -> message */
"This transfer is active. Once removed, continuing the transfer will require the torrent file. Do you really want to remove it?" = "Questo trasferimento è attivo. Una volta rimosso, il file torrent sarà richiesto per proseguire col trasferimento. Si desidera veramente rimuoverlo?";
/* Filter toolbar item -> palette label */
"Toggle Filter" = "Mostra/nascondi filtro";
/* Inspector toolbar item -> palette label */
"Toggle Inspector" = "Mostra/nascondi visualizzatore";
/* Filter toolbar item -> tooltip */
"Toggle the filter bar" = "Mostra/nascondi la barra filtro";
/* Inspector toolbar item -> tooltip */
"Toggle the torrent inspector" = "Mostra/nascondi il visualizzatore torrent";
/* Torrent download error -> title
Download not a torrent -> title */
"Torrent download failed" = "Fallito download torrent";
/* Growl notification title */
"Torrent File Auto Added" = "File torrent aggiunto automaticamente";
/* Inspector -> title */
"Torrent Inspector" = "Visualizzatore torrent";
/* Status bar -> total download */
"Total DL: " = "DL totale: ";
/* Status bar -> total upload */
"Total UL: " = "UL totale: ";
/* Preferences -> Transfers toolbar item title */
"Transfers" = "Trasferimenti";
/* Transmission already running alert -> title */
"Transmission is already running." = "Transmission è già in esecuzione.";
/* Torrent -> location when deleting original */
"Transmission Support Folder" = "Cartella di supporto di Transmission";
/* Preferences -> Advanced -> port status */
"Unable to check port status" = "Non riesco a controllare lo stato della porta";
/* Torrent -> remaining time */
"Unknown" = "Sconosciuto";
/* Save log panel -> default file name */
"untitled" = "senza titolo";
/* Torrent -> status string */
"Waiting to check existing data" = "In attesa di verificare i dati esistenti";
/* Torrent -> status string */
"Waiting to download" = "In attesa di scaricare";
/* Torrent -> status string */
"Waiting to seed" = "In attesa di fare seed";
/* Drag overlay -> url */
"Web Address" = "Sito web";

205
macosx/it.lproj/MainMenu.nib/classes.nib generated Normal file
View File

@ -0,0 +1,205 @@
{
IBClasses = (
{CLASS = ActionPopUpButton; LANGUAGE = ObjC; SUPERCLASS = NSPopUpButton; },
{
ACTIONS = {
announceSelectedTorrents = id;
applyFilter = id;
applySpeedLimit = id;
copyTorrentFiles = id;
createFile = id;
doNothing = id;
linkDonate = id;
linkForums = id;
linkHomepage = id;
moveDataFiles = id;
openShowSheet = id;
openURLCancelEndSheet = id;
openURLEndSheet = id;
openURLShowSheet = id;
removeDeleteData = id;
removeDeleteDataAndTorrent = id;
removeDeleteTorrent = id;
removeNoDelete = id;
resetCacheForSelectedTorrents = id;
resumeAllTorrents = id;
resumeSelectedTorrents = id;
resumeSelectedTorrentsNoWait = id;
resumeWaitingTorrents = id;
revealFile = id;
setFilter = id;
setFilterSearchType = id;
setInfoTab = id;
setLimitGlobalEnabled = id;
setQuickLimitGlobal = id;
setQuickRatioGlobal = id;
setSort = id;
setSortReverse = id;
showAboutWindow = id;
showInfo = id;
showMainWindow = id;
showMessageWindow = id;
showPreferenceWindow = id;
stopAllTorrents = id;
stopSelectedTorrents = id;
switchFilter = id;
toggleFilterBar = id;
toggleSmallView = id;
toggleSpeedLimit = id;
toggleStatusBar = id;
};
CLASS = Controller;
LANGUAGE = ObjC;
OUTLETS = {
fActionButton = NSButton;
fBottomBar = ImageBackgroundView;
fDateSortActionItem = NSMenuItem;
fDateSortItem = NSMenuItem;
fDockMenu = NSMenu;
fDownloadFilterButton = FilterBarButton;
fDownloadLimitItem = NSMenuItem;
fDownloadMenu = NSMenu;
fDownloadNoLimitItem = NSMenuItem;
fFilterBar = FilterBarView;
fNameSortActionItem = NSMenuItem;
fNameSortItem = NSMenuItem;
fNextFilterItem = NSMenuItem;
fNextInfoTabItem = NSMenuItem;
fNoFilterButton = FilterBarButton;
fOpenIgnoreDownloadFolder = NSMenuItem;
fOrderSortActionItem = NSMenuItem;
fOrderSortItem = NSMenuItem;
fPauseFilterButton = FilterBarButton;
fPrevFilterItem = NSMenuItem;
fPrevInfoTabItem = NSMenuItem;
fProgressSortActionItem = NSMenuItem;
fProgressSortItem = NSMenuItem;
fScrollView = NSScrollView;
fSearchFilterField = NSSearchField;
fSeedFilterButton = FilterBarButton;
fSpeedLimitButton = NSButton;
fStateSortActionItem = NSMenuItem;
fStateSortItem = NSMenuItem;
fStatusBar = ImageBackgroundView;
fTableView = TorrentTableView;
fTotalDLField = NSTextField;
fTotalTorrentsField = NSTextField;
fTotalULField = NSTextField;
fTrackerSortActionItem = NSMenuItem;
fTrackerSortItem = NSMenuItem;
fURLSheetTextField = NSTextField;
fURLSheetWindow = NSWindow;
fUpdater = SUUpdater;
fUploadLimitItem = NSMenuItem;
fUploadMenu = NSMenu;
fUploadNoLimitItem = NSMenuItem;
fWindow = NSWindow;
};
SUPERCLASS = NSObject;
},
{CLASS = FilterBarButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; },
{
CLASS = FilterBarView;
LANGUAGE = ObjC;
OUTLETS = {
fDownloadFilterButton = FilterBarButton;
fNoFilterButton = FilterBarButton;
fPauseFilterButton = FilterBarButton;
fSeedFilterButton = FilterBarButton;
};
SUPERCLASS = ImageBackgroundView;
},
{
ACTIONS = {deselectAll = id; revealFile = id; setNextTab = id; setPreviousTab = id; };
CLASS = FirstResponder;
LANGUAGE = ObjC;
SUPERCLASS = NSObject;
},
{CLASS = ImageBackgroundView; LANGUAGE = ObjC; SUPERCLASS = NSView; },
{CLASS = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
{CLASS = NameCell; LANGUAGE = ObjC; SUPERCLASS = NSCell; },
{
ACTIONS = {
folderSheetShow = id;
setAutoStart = id;
setBadge = id;
setDownloadLocation = id;
setLimit = id;
setLimitCheck = id;
setLimitMenu = id;
setPort = id;
setQuickRatio = id;
setQuickSpeed = id;
setRatio = id;
setRatioCheck = id;
setRatioMenu = id;
setShowMessage = id;
setUpdate = id;
};
CLASS = PrefsController;
LANGUAGE = ObjC;
OUTLETS = {
fAutoStartCheck = NSButton;
fBadgeDownloadRateCheck = NSButton;
fBadgeUploadRateCheck = NSButton;
fBlankView = NSView;
fDownloadCheck = NSButton;
fDownloadField = NSTextField;
fDownloadLimitItem = NSMenuItem;
fDownloadMenu = NSMenu;
fDownloadNoLimitItem = NSMenuItem;
fFolderPopUp = NSPopUpButton;
fGeneralView = NSView;
fNetworkView = NSView;
fPortField = NSTextField;
fPrefsWindow = NSPanel;
fQuitCheck = NSButton;
fRatioCheck = NSButton;
fRatioField = NSTextField;
fRatioNotSetItem = NSMenuItem;
fRatioSetItem = NSMenuItem;
fRemoveCheck = NSButton;
fTransfersView = NSView;
fUpdatePopUp = NSPopUpButton;
fUpdater = SUUpdater;
fUploadCheck = NSButton;
fUploadField = NSTextField;
fUploadLimitItem = NSMenuItem;
fUploadMenu = NSMenu;
fUploadNoLimitItem = NSMenuItem;
fWindow = NSWindow;
};
SUPERCLASS = NSObject;
},
{CLASS = ProgressCell; LANGUAGE = ObjC; SUPERCLASS = NSCell; },
{
ACTIONS = {checkForUpdates = id; };
CLASS = SUUpdater;
LANGUAGE = ObjC;
SUPERCLASS = NSObject;
},
{CLASS = StatusBarView; LANGUAGE = ObjC; SUPERCLASS = ImageBackgroundView; },
{
ACTIONS = {
checkFile = id;
setQuickLimit = id;
setQuickLimitMode = id;
setQuickRatio = id;
setQuickRatioMode = id;
};
CLASS = TorrentTableView;
LANGUAGE = ObjC;
OUTLETS = {
fActionMenu = NSMenu;
fContextNoRow = NSMenu;
fContextRow = NSMenu;
fController = Controller;
fDownloadMenu = NSMenu;
fRatioMenu = NSMenu;
fUploadMenu = NSMenu;
};
SUPERCLASS = NSTableView;
}
);
IBVersion = 1;
}

39
macosx/it.lproj/MainMenu.nib/info.nib generated Normal file
View File

@ -0,0 +1,39 @@
<?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>19 80 422 283 0 0 1152 842 </string>
<key>IBEditorPositions</key>
<dict>
<key>1041</key>
<string>480 344 208 149 0 0 1680 1028 </string>
<key>1480</key>
<string>648 433 420 63 0 0 1680 1028 </string>
<key>1603</key>
<string>601 669 477 67 0 0 1680 1028 </string>
<key>1936</key>
<string>792 514 208 111 0 0 1680 1028 </string>
<key>2043</key>
<string>490 328 87 68 0 0 1680 1028 </string>
<key>29</key>
<string>261 932 451 44 0 0 1680 1028 </string>
<key>456</key>
<string>396 374 240 225 0 0 1152 842 </string>
<key>581</key>
<string>862 580 115 99 0 0 1680 1028 </string>
<key>589</key>
<string>323 390 201 87 0 0 1024 746 </string>
</dict>
<key>IBFramework Version</key>
<string>446.1</string>
<key>IBLockedObjects</key>
<array>
<integer>21</integer>
</array>
<key>IBOldestOS</key>
<integer>3</integer>
<key>IBSystem Version</key>
<string>8R2218</string>
</dict>
</plist>

Binary file not shown.

View File

@ -0,0 +1,18 @@
{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
ACTIONS = {changeLevel = id; clearLog = id; writeToFile = id; };
CLASS = MessageWindowController;
LANGUAGE = ObjC;
OUTLETS = {
fDebugWarningField = NSTextField;
fDebugWarningIcon = NSImageView;
fLevelButton = NSPopUpButton;
fMessageTable = NSTableView;
};
SUPERCLASS = NSWindowController;
}
);
IBVersion = 1;
}

View File

@ -0,0 +1,12 @@
<?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>29 64 356 240 0 0 1280 778 </string>
<key>IBFramework Version</key>
<string>446.1</string>
<key>IBSystem Version</key>
<string>8R2218</string>
</dict>
</plist>

Binary file not shown.

View File

@ -0,0 +1,78 @@
{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{CLASS = MenuButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; },
{CLASS = NSDatePicker; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
{
ACTIONS = {
applyRatioSetting = id;
applySpeedSettings = id;
folderSheetShow = id;
helpForNetwork = id;
importFolderSheetShow = id;
incompleteFolderSheetShow = id;
resetWarnings = id;
setAutoImport = id;
setAutoSize = id;
setAutoSpeedLimit = id;
setBadge = id;
setCheckForUpdate = id;
setDownloadLocation = id;
setEncryptionRequired = id;
setGlobalLimit = id;
setNat = id;
setPort = id;
setQueue = id;
setQueueNumber = id;
setRatioStop = id;
setSound = id;
setSpeedLimit = id;
setStalled = id;
setStalledMinutes = id;
};
CLASS = PrefsController;
LANGUAGE = ObjC;
OUTLETS = {
fAdvancedView = NSView;
fBandwidthView = NSView;
fDownloadField = NSTextField;
fDownloadSoundPopUp = NSPopUpButton;
fFolderPopUp = NSPopUpButton;
fGeneralView = NSView;
fImportFolderPopUp = NSPopUpButton;
fIncompleteFolderPopUp = NSPopUpButton;
fNatCheck = NSButton;
fNatStatusField = NSTextField;
fNatStatusImage = NSImageView;
fPortField = NSTextField;
fPortStatusField = NSTextField;
fPortStatusImage = NSImageView;
fPortStatusProgress = NSProgressIndicator;
fQueueDownloadField = NSTextField;
fQueueSeedField = NSTextField;
fRatioStopField = NSTextField;
fSeedingSoundPopUp = NSPopUpButton;
fSpeedLimitDownloadField = NSTextField;
fSpeedLimitUploadField = NSTextField;
fStalledField = NSTextField;
fTransfersView = NSView;
fUploadField = NSTextField;
};
SUPERCLASS = NSWindowController;
},
{CLASS = PrefsWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; },
{
ACTIONS = {checkForUpdates = id; };
CLASS = SUUpdater;
LANGUAGE = ObjC;
SUPERCLASS = NSObject;
},
{
CLASS = TorrentTableView;
LANGUAGE = ObjC;
OUTLETS = {fContextNoRow = NSMenu; fContextRow = NSMenu; fController = Controller; };
SUPERCLASS = NSTableView;
}
);
IBVersion = 1;
}

27
macosx/it.lproj/PrefsWindow.nib/info.nib generated Normal file
View File

@ -0,0 +1,27 @@
<?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>79 308 356 240 0 0 1280 778 </string>
<key>IBEditorPositions</key>
<dict>
<key>153</key>
<string>358 405 563 268 0 0 1280 778 </string>
<key>28</key>
<string>358 382 563 314 0 0 1280 778 </string>
<key>41</key>
<string>358 386 563 305 0 0 1280 778 </string>
<key>66</key>
<string>358 414 563 249 0 0 1280 778 </string>
</dict>
<key>IBFramework Version</key>
<string>446.1</string>
<key>IBLockedTabItems</key>
<array>
<integer>253</integer>
</array>
<key>IBSystem Version</key>
<string>8R2218</string>
</dict>
</plist>

Binary file not shown.