mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
48 lines
798 B
Text
48 lines
798 B
Text
/* App Name */
|
|
"Forge" = "Forge";
|
|
|
|
/* 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";
|
|
"Default" = "Default";
|