From 150128f158208b28a032a785f487d67834b500c6 Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Sun, 11 Nov 2001 20:56:27 +0000 Subject: [PATCH] Localization for Forge. --- tools/Forge/English.lproj/Localizable.strings | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 tools/Forge/English.lproj/Localizable.strings diff --git a/tools/Forge/English.lproj/Localizable.strings b/tools/Forge/English.lproj/Localizable.strings new file mode 100644 index 000000000..7a6a8eb8f --- /dev/null +++ b/tools/Forge/English.lproj/Localizable.strings @@ -0,0 +1,36 @@ +/* Controller.m Menus */ +"Info" = "Info"; + "Info Panel..." = "Info Panel..."; + "Preferences..." = "Preferences..."; + "Help" = "Help"; + +"Project" = "Project"; + "Open..." = "Open..."; + "New" = "New"; + "Save..." = "Save..."; + "Save As..." = "Save As..."; + "Close" = "Close"; + +"File" = "File"; + "Save All" = "Save All"; + "Revert to Saved" = "Revert to Saved"; + +"Edit" = "Edit"; + "Cut" = "Cut"; + "Copy" = "Copy"; + "Paste" = "Paste"; + "Delete" = "Delete"; + "Select All" = "Select All"; + +"BSP" = "BSP"; + "None" = "None"; + +"Brush" = "Brush"; + +"Windows" = "Windows"; + +"Services" = "Services"; + +"Hide" = "Hide"; + +"Quit" = "Quit";