quakeforge/tools/Forge/English.lproj/Localizable.strings
Jeff Teunissen 9f1f89f8f1 Forge: New -- a preferences panel. Doesn't do anything yet, but that's
only because I haven't created the main prefs view class yet. Trust me,
it's going to work. I think. :)

Anyway, what code there is works, and is linked into the menu -- just
hit Info -> Preferences... to see it.
2001-11-12 14:15:20 +00:00

44 lines
740 B
Text

/* 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";
/* Preferences Window buttons */
"Preferences" = "Preferences";
"OK" = "OK";
"Cancel" = "Cancel";
"Apply" = "Apply";