1/************************************************************** 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 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 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. 19 * 20 *************************************************************/ 21 22 23 24#include "docvw.hrc" 25#include "cmdid.h" 26#include "helpid.h" 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 ; 36 Text [ en-US ] = "~Open" ; 37 }; 38 MenuItem 39 { 40 Identifier = MN_READONLY_OPENURLNEW ; 41 HelpId = CMD_SID_OPENDOC ; 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 51 { 52 Identifier = MN_READONLY_SELECTION_MODE ; 53 HelpId = CMD_FN_READONLY_SELECTION_MODE ; 54 Text [ en-US ] = "Select Text" ; 55 }; 56 MenuItem 57 { 58 Identifier = MN_READONLY_RELOAD ; 59 HelpId = CMD_SID_RELOAD ; 60 Text [ en-US ] = "Re~load" ; 61 }; 62 MenuItem 63 { 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 75 MenuItem 76 { 77 Identifier = MN_READONLY_BROWSE_BACKWARD ; 78 HelpId = CMD_SID_BROWSE_BACKWARD ; 79 Text [ en-US ] = "Backwards" ; 80 }; 81 MenuItem 82 { 83 Identifier = MN_READONLY_BROWSE_FORWARD ; 84 HelpId = CMD_SID_BROWSE_FORWARD ; 85 Text [ en-US ] = "~Forward" ; 86 }; 87 SEPARATOR 88 MenuItem 89 { 90 Identifier = MN_READONLY_SAVEGRAPHIC ; 91 HelpID = HID_MN_READONLY_SAVEGRAPHIC ; 92 Text [ en-US ] = "Save Graphics..." ; 93 }; 94 MenuItem 95 { 96 Identifier = MN_READONLY_GRAPHICTOGALLERY ; 97 HelpID = HID_MN_READONLY_GRAPHICTOGALLERY ; 98 SubMenu = Menu 99 { 100 ItemList = 101 { 102 MenuItem 103 { 104 Identifier = MN_READONLY_TOGALLERYLINK ; 105 HelpID = HID_MN_READONLY_TOGALLERYLINK ; 106 Text [ en-US ] = "As Link" ; 107 }; 108 MenuItem 109 { 110 Identifier = MN_READONLY_TOGALLERYCOPY ; 111 HelpID = HID_MN_READONLY_TOGALLERYCOPY ; 112 Text [ en-US ] = "Copy" ; 113 }; 114 SEPARATOR 115 }; 116 }; 117 Text [ en-US ] = "Add Graphics" ; 118 }; 119 MenuItem 120 { 121 Identifier = MN_READONLY_SAVEBACKGROUND ; 122 HelpID = HID_MN_READONLY_SAVEBACKGROUND ; 123 Text [ en-US ] = "Save Background..." ; 124 }; 125 MenuItem 126 { 127 Identifier = MN_READONLY_BACKGROUNDTOGALLERY ; 128 HelpID = HID_MN_READONLY_BACKGROUNDTOGALLERY ; 129 SubMenu = Menu 130 { 131 ItemList = 132 { 133 MenuItem 134 { 135 Identifier = MN_READONLY_TOGALLERYLINK ; 136 HelpID = HID_MN_READONLY_TOGALLERYLINK ; 137 Text [ en-US ] = "As Link" ; 138 }; 139 MenuItem 140 { 141 Identifier = MN_READONLY_TOGALLERYCOPY ; 142 HelpID = HID_MN_READONLY_TOGALLERYCOPY ; 143 Text [ en-US ] = "Copy" ; 144 }; 145 SEPARATOR 146 }; 147 }; 148 Text [ en-US ] = "Add Background" ; 149 }; 150 SEPARATOR 151 MenuItem 152 { 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 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" ; 169 }; 170 MenuItem 171 { 172 Identifier = MN_READONLY_GRAPHICOFF ; 173 HelpID = HID_MN_READONLY_GRAPHICOFF ; 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 }; 182 SEPARATOR 183 MenuItem 184 { 185 Identifier = SID_WIN_FULLSCREEN ; 186 HelpId = CMD_SID_WIN_FULLSCREEN ; 187 Text [ en-US ] = "Leave Full-Screen Mode" ; 188 }; 189 SEPARATOR 190 MenuItem 191 { 192 Identifier = MN_READONLY_COPY ; 193 HelpId = CMD_SID_COPY ; 194 Text [ en-US ] = "~Copy" ; 195 }; 196 }; 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." ; 205}; 206String STR_CHAIN_NOT_EMPTY 207{ 208 Text [ en-US ] = "Target frame not empty." ; 209}; 210String STR_CHAIN_IS_IN_CHAIN 211{ 212 Text [ en-US ] = "Target frame is already linked." ; 213}; 214String STR_CHAIN_WRONG_AREA 215{ 216 Text [ en-US ] = "The target frame for the link is in an invalid area." ; 217}; 218String STR_CHAIN_NOT_FOUND 219{ 220 Text [ en-US ] = "Target frame not found at current position." ; 221}; 222String STR_CHAIN_SOURCE_CHAINED 223{ 224 Text [ en-US ] = "The source frame is already the source of a link." ; 225}; 226String STR_CHAIN_SELF 227{ 228 Text [ en-US ] = "A closed link is not possible." ; 229}; 230String STR_REDLINE_INSERT 231{ 232 Text [ en-US ] = "Inserted" ; 233}; 234String STR_REDLINE_DELETE 235{ 236 Text [ en-US ] = "Deleted" ; 237}; 238String STR_REDLINE_FORMAT 239{ 240 Text [ en-US ] = "Formatted" ; 241}; 242String STR_REDLINE_TABLE 243{ 244 Text [ en-US ] = "Table changed" ; 245}; 246String STR_REDLINE_FMTCOLL 247{ 248 Text [ en-US ] = "Applied Paragraph Styles" ; 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{ 261 Message [ en-US ] = "Readonly content cannot be changed.\nNo modifications will be accepted." ; 262}; 263 264String STR_TABLE_COL_ADJUST 265{ 266 Text [ en-US ] = "Adjust table column" ; 267}; 268String STR_TABLE_ROW_ADJUST 269{ 270 Text [ en-US ] = "Adjust table row" ; 271}; 272String STR_TABLE_SELECT_ALL 273{ 274 Text [ en-US ] = "Select whole table" ; 275}; 276String STR_TABLE_SELECT_ROW 277{ 278 Text [ en-US ] = "Select table row" ; 279}; 280String STR_TABLE_SELECT_COL 281{ 282 Text [ en-US ] = "Select table column" ; 283}; 284 285String STR_SMARTTAG_CLICK 286{ 287 Text [ en-US ] = "%s-click to open Smart Tag menu" ; 288}; 289 290// ******************************************************************* EOF 291