Changeset 11224


Ignore:
Timestamp:
Sep 18, 2010, 7:40:12 PM (13 years ago)
Author:
livings124
Message:

update strings file

Location:
trunk/macosx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx/Controller.m

    r11207 r11224  
    163163}
    164164
    165 static tr_rpc_callback_status rpcCallback(tr_session * handle UNUSED, tr_rpc_callback_type type, struct tr_torrent * torrentStruct, void * controller)
     165static tr_rpc_callback_status rpcCallback(tr_session * handle UNUSED, tr_rpc_callback_type type, struct tr_torrent * torrentStruct,
     166                                            void * controller)
    166167{
    167168    [(Controller *)controller rpcCallback: type forTorrentStruct: torrentStruct];
  • trunk/macosx/en.lproj/Localizable.strings

    r10669 r11224  
    1 /* Inspector -> Activity tab -> progress */
    2 "%.2f%% (%.2f%% selected)" = "%1$.2f%% (%2$.2f%% selected)";
    3 
    4 /* Torrent -> progress string */
    5 "%.2f%% of torrent metadata retrieved" = "%.2f%% of torrent metadata retrieved";
    6 
    7 /* Prefs -> blocklist -> message */
     1/* Prefs -> blocklist -> message */
    82"%@ IP address rules in list" = "%@ IP address rules in list";
    93
     
    148
    159/* Torrent -> progress string */
     10"%@ of %@ (%@)" = "%1$@ of %2$@ (%3$@)";
     11
     12/* Torrent -> progress string */
    1613"%@ of %@ selected" = "%1$@ of %2$@ selected";
     14
     15/* Torrent -> progress string */
     16"%@ of torrent metadata retrieved" = "%@ of torrent metadata retrieved";
    1717
    1818/* Torrent -> eta string */
     
    2020
    2121/* Add torrent -> info
     22   Inspector -> Activity tab -> progress
    2223   Torrent -> progress string */
    2324"%@ selected" = "%@ selected";
     
    229230/* inspector -> peer table -> header tool tip */
    230231"Available" = "Available";
    231 
    232 /* Transfer speed (Bytes per second) */
    233 "B/s" = "B/s";
    234232
    235233/* Preferences -> toolbar item title */
     
    418416"From: tracker" = "From: tracker";
    419417
    420 /* File size - gigabytes */
     418/* File size - gigabytes
     419   Memory size - gigabytes */
    421420"GB" = "GB";
     421
     422/* Transfer speed (gigabytes per second) */
     423"GB/s" = "GB/s";
    422424
    423425/* Preferences -> toolbar item title */
     
    428430"General Info" = "General Info";
    429431
     432/* Status Bar -> speed tooltip */
     433"Global download limit" = "Global download limit";
     434
     435/* Status Bar -> speed tooltip */
     436"Global upload limit" = "Global upload limit";
     437
    430438/* Tracker last announce */
    431439"got %d peers" = "got %d peers";
     
    466474/* Add torrent -> same name -> message */
    467475"If you are attempting to use already existing data, the root data directory should be inside the destination directory." = "If you are attempting to use already existing data, the root data directory should be inside the destination directory.";
     476
     477/* Torrent -> eta string */
     478"inactive" = "inactive";
    468479
    469480/* Message window -> level
     
    480491"It appears that the file \"%@\" from %@ is not a torrent file." = "It appears that the file \"%1$@\" from %2$@ is not a torrent file.";
    481492
    482 /* File size - kilobytes */
     493/* File size - kilobytes
     494   Memory size - kilobytes */
    483495"KB" = "KB";
     496
     497/* Transfer speed (kilobytes per second) */
     498"KB/s" = "KB/s";
    484499
    485500/* Tracker last announce */
     
    518533"Magnetized transfer" = "Magnetized transfer";
    519534
    520 /* File size - megabytes */
     535/* File size - megabytes
     536   Memory size - megabytes */
    521537"MB" = "MB";
     538
     539/* Transfer speed (megabytes per second) */
     540"MB/s" = "MB/s";
    522541
    523542/* Message window -> table column */
     
    699718
    700719/* Inspector -> Peers tab -> table row tooltip */
    701 "Progress: %.1f%%" = "Progress: %.1f%%";
     720"Progress: %@" = "Progress: %@";
    702721
    703722/* Inspector -> private torrent */
     
    873892"Support open-source indie software" = "Support open-source indie software";
    874893
    875 /* File size - terabytes */
     894/* File size - terabytes
     895   Memory size - terabytes */
    876896"TB" = "TB";
     897
     898/* Transfer speed (terabytes per second) */
     899"TB/s" = "TB/s";
    877900
    878901/* Create torrent -> directory doesn't exist warning -> title */
     
    9801003"torrent metadata needed" = "torrent metadata needed";
    9811004
    982 /* Status Bar -> speed tooltip */
    983 "Total download rate" = "Total download rate";
    984 
    9851005/* stats total */
    9861006"Total N/A" = "Total N/A";
    987 
    988 /* Status Bar -> speed tooltip */
    989 "Total upload rate" = "Total upload rate";
    9901007
    9911008/* Torrent -> status string */
Note: See TracChangeset for help on using the changeset viewer.