source: GTP/trunk/App/Demos/Geom/Shark3D/Shark3D_runtime/src/gui/cfg/strtable.cfg @ 2236

Revision 2236, 4.8 KB checked in by gumbau, 18 years ago (diff)
Line 
1///////////////////////////////////////////////////////////////////////////////
2//
3//      ##  ######
4//       ######  ###
5//  ## ###############        Shark 3D Engine (www.shark3d.com)
6//   ########## # # #
7//    ########                Copyright (c) 1996-2006 Spinor GmbH.
8//   ######### # # #          All rights reserved.
9//  ##   ##########
10//      ##
11//
12///////////////////////////////////////////////////////////////////////////////
13
14title "Shark 3D Editor"
15
16toolbar_open_tree "Tree"
17toolbar_open_tree_help "Open a directory tree"
18toolbar_open_icon "images:icons/22x22/tree_open.png"
19toolbar_save_file "Save"
20toolbar_save_file_help "Save"
21toolbar_save_file_icon "images:icons/22x22/filesave.png"
22toolbar_save_all "SaveAll"
23toolbar_save_all_help "Save all changed documents"
24toolbar_save_all_icon "images:icons/22x22/filesaveall.png"
25toolbar_run "Run"
26toolbar_run_help "Run engine"
27toolbar_run_icon "images:icons/22x22/run.png"
28toolbar_make "Make"
29toolbar_make_help "Make resources"
30toolbar_make_icon "images:icons/22x22/make_kdevelop.png"
31toolbar_cancel "Cancel"
32toolbar_cancel_help "Cancel running make or clear process"
33toolbar_cancel_icon "images:icons/22x22/button_cancel.png"
34toolbar_clear "Clear"
35toolbar_clear_help "Clear resources"
36toolbar_clear_icon "images:icons/22x22/edittrash.png"
37toolbar_res_update "Update"
38toolbar_res_update_help "Update changed resources"
39toolbar_res_update_icon "images:icons/22x22/reload.png"
40toolbar_make_before_run "AMake"
41toolbar_make_before_run_help "Automatic make resources before run"
42toolbar_make_before_run_icon "images:icons/22x22/make_before_run.png"
43toolbar_save_before_make "ASave"
44toolbar_save_before_make_help "Automatic save resources before make"
45toolbar_save_before_make_icon "images:icons/22x22/save_before_make.png"
46toolbar_auto_update "AUpd"
47toolbar_auto_update_help "Automatic resource updates into the engine"
48toolbar_auto_update_icon "images:icons/22x22/auto_update.png"
49
50dlg_error_title "Shark 3D Editor Error"
51dlg_inst_running_title "Warning"
52dlg_inst_running_text "Another instance is already running. "
53        & "Press 'Yes' to continue."
54dlg_open_tree_title "Open a directory tree"
55dlg_snktext_syntaxerror_title "Snake syntax error"
56dlg_snktext_syntaxerror_text "[errortext]\nDiscard changes and continue? "
57dlg_find_title "Find"
58dlg_rename_title "Rename"
59dlg_rename_text "New name:"
60dlg_renamefile_title "Rename file"
61dlg_renamefile_text
62    "Note: Files with '$' are exluded from the project build.\n"
63    & "New name: "
64dlg_edit_title "Edit"
65dlg_edit_text "New value:"
66dlg_modifiedfile_text "Save modified file \"[path]\" before closing? "
67dlg_modifiedfile_title "Modified file"
68dlg_modifiedprop_text "Use modified properties? "
69dlg_modifiedprop_title "Modified properties"
70dlg_newname_title "New"
71dlg_newname_text "New name:"
72dlg_newname_default "new"
73dlg_deletefile_title "Delete file"
74dlg_deletefile_text "Do you really want to delete \"[path]\"? "
75dlg_res_title "Select a resource file"
76dlg_res_desc_templ "[desc] ([pat])"
77dlg_reallyclear_title "Clear all Target Files"
78dlg_reallyclear_text "Do really want to clear all Target Files?"
79
80menu_file "&File"
81menu_open_tree "Open tree"
82menu_quit "&Quit"
83menu_self_test "&Self-test"
84menu_build "&Build"
85menu_run "&Run"
86menu_cancel "C&ancel"
87menu_make_before_run "Ma&ke Before Run"
88menu_save_before_make "Sa&ve Before Make"
89menu_auto_update "Enable Auto &Update"
90menu_help "&Help"
91menu_help_start "Help &Start page"
92
93menu_find "&Find"
94menu_clear_all "Clear a&ll"
95menu_select_all "Select &all"
96menu_edit "&Edit"
97
98menu_clear_clipboard "Clear clipboard\tShift+Delete / Ctrl+Y"
99menu_copy "&Copy\tCtrl+Insert / Ctrl+C"
100menu_copy_add "&Copy Additional\tCtrl+Shift+Insert / Ctrl+Shift+C"
101menu_cut "&Cut\tCtrl+Delete / Ctrl+X"
102menu_cut_add "&Cut Additional\tCtrl+Shift+Delete / Ctrl+Shift+X"
103menu_paste_child "&Paste Child"
104menu_paste_above "Paste &above\tShift+Insert / Ctrl+V"
105menu_paste_below "Paste &below\tCtrl+Shift+V"
106menu_delete "&Delete\tDelete"
107menu_new_child "&New Child"
108menu_new_above "New &Above\tCtrl+N"
109menu_new_below "New &Below\tCtrl+Alt+N"
110menu_new_child_sub "&New Child"
111menu_new_above_sub "New &Above"
112menu_new_below_sub "New &Below"
113menu_rename "&Rename\tF2"
114
115menu_open "&Open"
116menu_close "&Close"
117menu_save "&Save"
118menu_refresh "&Refresh"
119menu_clear "&Clear"
120menu_make "&Make"
121menu_update "&Update"
122menu_update_all "&Update All"
123menu_update_current "&Update Current"
124menu_new_file "&New File"
125menu_detect_editor "Detect Editor"
126menu_select_editor "Select Editor"
127menu_snkformat "Snake &Format"
128menu_show_cfg "&Show Configuration"
129
130menu_explore "E&xplore"
131
132tab_prop "Properties"
133tab_snk "Snake"
134
135label_unknown_ilk
136    "No dialog available for this snake chunk. \n"
137    & "Select the 'Snake' tab to edit the snake chunk source code. "
Note: See TracBrowser for help on using the repository browser.