Changeset 8949
- Timestamp:
- Aug 16, 2009, 9:32:07 PM (13 years ago)
- Location:
- trunk/macosx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r8933 r8949 569 569 [self linkDonate: self]; 570 570 571 [fDefaults setBool: ([[alert suppressionButton] state] == NSOnState) forKey: @"WarningDonate"];571 [fDefaults setBool: ([[alert suppressionButton] state] != NSOnState) forKey: @"WarningDonate"]; 572 572 573 573 [alert release]; -
trunk/macosx/it.lproj/Localizable.strings
r8947 r8949 976 976 977 977 /* Donation beg -> message */ 978 "Transmission is a full-featured torrent application. A lot of time and effort have gone into development, coding, and refinement. If you enjoy using it, please consider showing your love with a donation." = "Transmission è una applicazione torrent ricca di funzionalità. Sviluppare, codificare e migliorare il programma ha richiesto molto tempo e molto impegno. Se ti piace usare questo software, per favore considera di mostrare il tuo gradimento tramite una donazione. 978 "Transmission is a full-featured torrent application. A lot of time and effort have gone into development, coding, and refinement. If you enjoy using it, please consider showing your love with a donation." = "Transmission è una applicazione torrent ricca di funzionalità. Sviluppare, codificare e migliorare il programma ha richiesto molto tempo e molto impegno. Se ti piace usare questo software, per favore considera di mostrare il tuo gradimento tramite una donazione."; 979 979 980 980 /* Transmission already running alert -> title */
Note: See TracChangeset
for help on using the changeset viewer.