docvw.src (8660f102) | docvw.src (75b95e17) |
---|---|
1/************************************************************** | 1/************************************************************** |
2 * | 2 * |
3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at | 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at |
10 * | 10 * |
11 * http://www.apache.org/licenses/LICENSE-2.0 | 11 * http://www.apache.org/licenses/LICENSE-2.0 |
12 * | 12 * |
13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. | 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. |
19 * | 19 * |
20 *************************************************************/ 21 22 23 24#include "docvw.hrc" 25#include "cmdid.h" 26#include "helpid.h" | 20 *************************************************************/ 21 22 23 24#include "docvw.hrc" 25#include "cmdid.h" 26#include "helpid.h" |
27#define SEPARATOR MenuItem { Separator = TRUE; }; | 27#define SEPARATOR MenuItem { Separator = TRUE; } ; |
28Menu MN_READONLY_POPUP 29{ 30 ItemList = 31 { 32 MenuItem 33 { 34 Identifier = MN_READONLY_OPENURL ; 35 HelpId = CMD_SID_OPENDOC ; --- 6 unchanged lines hidden (view full) --- 42 Text [ en-US ] = "Open in New Window" ; 43 }; 44 MenuItem 45 { 46 Identifier = MN_READONLY_EDITDOC ; 47 HelpId = CMD_SID_EDITDOC ; 48 Text [ en-US ] = "~Edit" ; 49 }; | 28Menu MN_READONLY_POPUP 29{ 30 ItemList = 31 { 32 MenuItem 33 { 34 Identifier = MN_READONLY_OPENURL ; 35 HelpId = CMD_SID_OPENDOC ; --- 6 unchanged lines hidden (view full) --- 42 Text [ en-US ] = "Open in New Window" ; 43 }; 44 MenuItem 45 { 46 Identifier = MN_READONLY_EDITDOC ; 47 HelpId = CMD_SID_EDITDOC ; 48 Text [ en-US ] = "~Edit" ; 49 }; |
50 MenuItem | 50 MenuItem |
51 { | 51 { |
52 Identifier = MN_READONLY_SELECTION_MODE ; 53 HelpId = CMD_FN_READONLY_SELECTION_MODE ; 54 Text [ en-US ] = "Select Text"; | 52 Identifier = MN_READONLY_SELECTION_MODE ; 53 HelpId = CMD_FN_READONLY_SELECTION_MODE ; 54 Text [ en-US ] = "Select Text" ; |
55 }; 56 MenuItem 57 { | 55 }; 56 MenuItem 57 { |
58 Identifier = MN_READONLY_RELOAD; 59 HelpId = CMD_SID_RELOAD; 60 Text [ en-US ] = "Re~load"; | 58 Identifier = MN_READONLY_RELOAD ; 59 HelpId = CMD_SID_RELOAD ; 60 Text [ en-US ] = "Re~load" ; |
61 }; 62 MenuItem 63 { | 61 }; 62 MenuItem 63 { |
64 Identifier = MN_READONLY_RELOAD_FRAME; 65 HelpId = CMD_SID_RELOAD; 66 Text [ en-US ] = "Reload Frame"; | 64 Identifier = MN_READONLY_RELOAD_FRAME ; 65 HelpId = CMD_SID_RELOAD ; 66 Text [ en-US ] = "Reload Frame" ; |
67 }; 68 MenuItem 69 { 70 Identifier = MN_READONLY_SOURCEVIEW ; 71 HelpId = HID_SOURCEVIEW ; 72 Text [ en-US ] = "HT~ML Source" ; 73 }; 74 SEPARATOR --- 78 unchanged lines hidden (view full) --- 153 Identifier = MN_READONLY_COPYLINK ; 154 HelpID = HID_MN_READONLY_COPYLINK ; 155 Text [ en-US ] = "Copy ~Link" ; 156 }; 157 MenuItem 158 { 159 Identifier = MN_READONLY_COPYGRAPHIC ; 160 HelpID = HID_MN_READONLY_COPYGRAPHIC ; | 67 }; 68 MenuItem 69 { 70 Identifier = MN_READONLY_SOURCEVIEW ; 71 HelpId = HID_SOURCEVIEW ; 72 Text [ en-US ] = "HT~ML Source" ; 73 }; 74 SEPARATOR --- 78 unchanged lines hidden (view full) --- 153 Identifier = MN_READONLY_COPYLINK ; 154 HelpID = HID_MN_READONLY_COPYLINK ; 155 Text [ en-US ] = "Copy ~Link" ; 156 }; 157 MenuItem 158 { 159 Identifier = MN_READONLY_COPYGRAPHIC ; 160 HelpID = HID_MN_READONLY_COPYGRAPHIC ; |
161 /* ### ACHTUNG: Neuer Text in Resource? Grafik ~kopieren : ~Grafik kopieren */ 162 /* ### ACHTUNG: Neuer Text in Resource? Grafik ~kopieren : ~Grafik kopieren */ 163 /* ### ACHTUNG: Neuer Text in Resource? Grafik ~kopieren : ~Grafik kopieren */ | |
164 Text [ en-US ] = "Copy ~Graphics" ; 165 }; 166 SEPARATOR 167 MenuItem 168 { 169 Identifier = MN_READONLY_LOADGRAPHIC ; 170 HelpID = HID_MN_READONLY_LOADGRAPHIC ; 171 Text [ en-US ] = "Load Graphics" ; --- 5 unchanged lines hidden (view full) --- 177 Text [ en-US ] = "Graphics Off" ; 178 }; 179 MenuItem 180 { 181 Identifier = MN_READONLY_PLUGINOFF ; 182 HelpID = HID_MN_READONLY_PLUGINOFF ; 183 Text [ en-US ] = "Plug-ins Off" ; 184 }; | 161 Text [ en-US ] = "Copy ~Graphics" ; 162 }; 163 SEPARATOR 164 MenuItem 165 { 166 Identifier = MN_READONLY_LOADGRAPHIC ; 167 HelpID = HID_MN_READONLY_LOADGRAPHIC ; 168 Text [ en-US ] = "Load Graphics" ; --- 5 unchanged lines hidden (view full) --- 174 Text [ en-US ] = "Graphics Off" ; 175 }; 176 MenuItem 177 { 178 Identifier = MN_READONLY_PLUGINOFF ; 179 HelpID = HID_MN_READONLY_PLUGINOFF ; 180 Text [ en-US ] = "Plug-ins Off" ; 181 }; |
185 SEPARATOR 186 MenuItem 187 { 188 Identifier = SID_WIN_FULLSCREEN; 189 HelpId = CMD_SID_WIN_FULLSCREEN; 190 Text [ en-US ] = "Leave Full-Screen Mode" ; | 182 SEPARATOR 183 MenuItem 184 { 185 Identifier = SID_WIN_FULLSCREEN ; 186 HelpId = CMD_SID_WIN_FULLSCREEN ; 187 Text [ en-US ] = "Leave Full-Screen Mode" ; |
191 }; | 188 }; |
192 SEPARATOR 193 MenuItem 194 { 195 Identifier = MN_READONLY_COPY ; 196 HelpId = CMD_SID_COPY; 197 Text [ en-US ] = "~Copy" ; 198 }; 199 }; | 189 SEPARATOR 190 MenuItem 191 { 192 Identifier = MN_READONLY_COPY ; 193 HelpId = CMD_SID_COPY ; 194 Text [ en-US ] = "~Copy" ; 195 }; 196 }; |
200}; 201String STR_EXPORT_GRAFIK_TITLE 202{ 203 Text [ en-US ] = "Graphics Export" ; 204}; 205String STR_CHAIN_OK 206{ 207 Text [ en-US ] = "Click the left mouse button to link the frames." ; --- 35 unchanged lines hidden (view full) --- 243 Text [ en-US ] = "Formatted" ; 244}; 245String STR_REDLINE_TABLE 246{ 247 Text [ en-US ] = "Table changed" ; 248}; 249String STR_REDLINE_FMTCOLL 250{ | 197}; 198String STR_EXPORT_GRAFIK_TITLE 199{ 200 Text [ en-US ] = "Graphics Export" ; 201}; 202String STR_CHAIN_OK 203{ 204 Text [ en-US ] = "Click the left mouse button to link the frames." ; --- 35 unchanged lines hidden (view full) --- 240 Text [ en-US ] = "Formatted" ; 241}; 242String STR_REDLINE_TABLE 243{ 244 Text [ en-US ] = "Table changed" ; 245}; 246String STR_REDLINE_FMTCOLL 247{ |
251 Text [ en-US ] = "Applied Paragraph Styles"; | 248 Text [ en-US ] = "Applied Paragraph Styles" ; |
252}; 253String STR_ENDNOTE 254{ 255 Text [ en-US ] = "Endnote: " ; 256}; 257String STR_FTNNOTE 258{ 259 Text [ en-US ] = "Footnote: " ; 260}; 261 262InfoBox MSG_READONLY_CONTENT 263{ | 249}; 250String STR_ENDNOTE 251{ 252 Text [ en-US ] = "Endnote: " ; 253}; 254String STR_FTNNOTE 255{ 256 Text [ en-US ] = "Footnote: " ; 257}; 258 259InfoBox MSG_READONLY_CONTENT 260{ |
264 Message [ en-US ] = "Readonly content cannot be changed.\nNo modifications will be accepted"; | 261 Message [ en-US ] = "Readonly content cannot be changed.\nNo modifications will be accepted." ; |
265}; 266 267String STR_TABLE_COL_ADJUST 268{ | 262}; 263 264String STR_TABLE_COL_ADJUST 265{ |
269 Text [ en-US ] = "Adjust table column" ; | 266 Text [ en-US ] = "Adjust table column" ; |
270}; 271String STR_TABLE_ROW_ADJUST 272{ | 267}; 268String STR_TABLE_ROW_ADJUST 269{ |
273 Text [ en-US ] = "Adjust table row" ; | 270 Text [ en-US ] = "Adjust table row" ; |
274}; 275String STR_TABLE_SELECT_ALL 276{ | 271}; 272String STR_TABLE_SELECT_ALL 273{ |
277 Text [ en-US ] = "Select whole table" ; | 274 Text [ en-US ] = "Select whole table" ; |
278}; 279String STR_TABLE_SELECT_ROW 280{ | 275}; 276String STR_TABLE_SELECT_ROW 277{ |
281 Text [ en-US ] = "Select table row" ; | 278 Text [ en-US ] = "Select table row" ; |
282}; 283String STR_TABLE_SELECT_COL 284{ | 279}; 280String STR_TABLE_SELECT_COL 281{ |
285 Text [ en-US ] = "Select table column" ; | 282 Text [ en-US ] = "Select table column" ; |
286}; 287 288String STR_SMARTTAG_CLICK 289{ | 283}; 284 285String STR_SMARTTAG_CLICK 286{ |
290 Text [ en-US ] = "%s-click to open Smart Tag menu" ; | 287 Text [ en-US ] = "%s-click to open Smart Tag menu" ; |
291}; 292 | 288}; 289 |
290// ******************************************************************* EOF |
|