ResKnife/Cocoa/English.lproj/Localizable.strings

66 lines
4.4 KiB
Plaintext

/* Localized versions of application-critical strings */
/* Resource file type as shown in Finder and Open/Save dialog */
"com.apple.resource-map" = "Resource Map";
/* Document window default (grey) resource names */
"Data Fork" = "Data Fork";
"Resource Fork" = "Resource Fork";
"Custom Fork '%@'" = "Custom Fork “%@”";
"Untitled Resource" = "Untitled Resource";
"Custom Icon" = "Custom Icon"; // icons with ID -16455
"File Version" = "File Version"; // vers 1
"Package Version" = "Package Version"; // vers 2
"Carbon Identifier" = "Carbon Identifier"; // carb 0
/* Default window titles */
"%@: %@ %@ '%@'" = "%@: %@ %@ “%@”";
"%@: %@ %@" = "%@: %@ %@";
/* Resource size indicators */
"%.0f" = "%.0f";
"%.1f KB" = "%.1f KB";
"%.1f MB" = "%.1f MB";
"%.1f GB" = "%.1f GB";
/* Toolbar names and tooltips */
"Create" = "Create";
"Create New Resource" = "Create New Resource";
"Delete" = "Delete";
"Delete Selected Resource" = "Delete Selected Resource";
"Edit" = "Edit";
"Edit Resource In Default Editor" = "Edit Resource In Default Editor";
"Edit Hex" = "Edit Hex";
"Edit Resource As Hexadecimal" = "Edit Resource As Hexadecimal";
"Save" = "Save";
"Save To %@ Fork" = "Save To %@ Fork";
"Data" = "Data";
"Resource" = "Resource";
"Show Info" = "Show Info";
"Show Resource Information Window" = "Show Resource Information Window";
"Export Data" = "Export Data";
"Export Resource Data" = "Export Resource Data";
"Export the resource's data to a file" = "Export the resource's data to a file";
/* info window titles */
"Document Info" = "Document Info";
"Resource Info" = "Resource Info";
/* Undo/Redo menu item titles */
"Create Resource" = "Create Resource";
"Create Resource '%@'" = "Create Resource “%@”";
"Delete Resource" = "Delete Resource";
"Delete Resource '%@'" = "Delete Resource “%@”";
"Name Change" = "Name Change";
"ID Change" = "ID Change";
"ID Change for '%@'" = "ID Change for “%@”";
"Type Change" = "Type Change";
"Type Change for '%@'" = "Type Change for “%@”";
"Attributes Change" = "Attributes Change";
"Attributes Change for '%@'" = "Attributes Change for “%@”";
"Edit Resource" = "Edit Resource";
"Edit of '%@'" = "Edit of “%@”";
/* Resource menu item titles */
"Create New Resource..." = "Create New Resource…";