update localizable strings file

This commit is contained in:
Mitchell Livingston 2007-10-13 16:40:44 +00:00
parent 543b48e01c
commit cc2d8f3310
2 changed files with 27 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>"; };

View File

@ -137,6 +137,10 @@
/* Open duplicate alert -> title */
"A transfer of \"%@\" is already running." = "A transfer of \"%@\" is already running.";
/* Inspector -> tab tooltip
Inspector -> title */
"Activity" = "Activity";
/* Preferences -> Advanced toolbar item title */
"Advanced" = "Advanced";
@ -269,6 +273,10 @@
/* Torrent -> status string */
"Error: " = "Error: ";
/* Inspector -> tab tooltip
Inspector -> title */
"Files" = "Files";
/* Filter toolbar item -> label */
"Filter" = "Filter";
@ -290,6 +298,10 @@
/* Preferences -> General toolbar item title */
"General" = "General";
/* Inspector -> tab tooltip
Inspector -> title */
"General Info" = "General Info";
/* View menu -> Filter Bar */
"Hide Filter Bar" = "Hide Filter Bar";
@ -376,6 +388,10 @@
/* Open toolbar item -> palette label */
"Open Torrent Files" = "Open Torrent Files";
/* Inspector -> tab tooltip
Inspector -> title */
"Options" = "Options";
/* Pause toolbar item -> label */
"Pause" = "Pause";
@ -395,6 +411,10 @@
Torrent -> status string */
"Paused" = "Paused";
/* Inspector -> tab tooltip
Inspector -> title */
"Peers" = "Peers";
/* Inspector -> pex check */
"PEX can only be toggled on paused public torrents." = "PEX can only be toggled on paused public torrents.";
@ -531,6 +551,9 @@
/* Torrent -> status string */
"Stopping" = "Stopping";
/* File size */
"TB" = "TB";
/* Default folder cannot be used alert -> message */
"The download folder cannot be used. Choose a new location." = "The download folder cannot be used. Choose a new location.";
@ -623,6 +646,9 @@
/* Growl notification title */
"Torrent File Auto Added" = "Torrent File Auto Added";
/* Inspector -> title */
"Torrent Inspector" = "Torrent Inspector";
/* Status bar -> total download */
"Total DL: " = "Total DL: ";