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#include "docvw.hrc" 23#include "cmdid.h" 24#include "helpid.h" 25#define SEPARATOR MenuItem { Separator = TRUE; } ; 26Menu MN_READONLY_POPUP 27{ 28 ItemList = 29 { 30 MenuItem 31 { 32 Identifier = MN_READONLY_OPENURL ; 33 HelpId = CMD_SID_OPENDOC ; 34 Text [ en-US ] = "~Open" ; 35 }; 36 MenuItem 37 { 38 Identifier = MN_READONLY_OPENURLNEW ; 39 HelpId = CMD_SID_OPENDOC ; 40 Text [ en-US ] = "Open in New Window" ; 41 }; 42 MenuItem 43 { 44 Identifier = MN_READONLY_EDITDOC ; 45 HelpId = CMD_SID_EDITDOC ; 46 Text [ en-US ] = "~Edit" ; 47 }; 48 MenuItem 49 { 50 Identifier = MN_READONLY_SELECTION_MODE ; 51 HelpId = CMD_FN_READONLY_SELECTION_MODE ; 52 Text [ en-US ] = "Select Text" ; 53 }; 54 MenuItem 55 { 56 Identifier = MN_READONLY_RELOAD ; 57 HelpId = CMD_SID_RELOAD ; 58 Text [ en-US ] = "Re~load" ; 59 }; 60 MenuItem 61 { 62 Identifier = MN_READONLY_RELOAD_FRAME ; 63 HelpId = CMD_SID_RELOAD ; 64 Text [ en-US ] = "Reload Frame" ; 65 }; 66 MenuItem 67 { 68 Identifier = MN_READONLY_SOURCEVIEW ; 69 HelpId = HID_SOURCEVIEW ; 70 Text [ en-US ] = "HT~ML Source" ; 71 }; 72 SEPARATOR 73 MenuItem 74 { 75 Identifier = MN_READONLY_BROWSE_BACKWARD ; 76 HelpId = CMD_SID_BROWSE_BACKWARD ; 77 Text [ en-US ] = "Backwards" ; 78 }; 79 MenuItem 80 { 81 Identifier = MN_READONLY_BROWSE_FORWARD ; 82 HelpId = CMD_SID_BROWSE_FORWARD ; 83 Text [ en-US ] = "~Forward" ; 84 }; 85 SEPARATOR 86 MenuItem 87 { 88 Identifier = MN_READONLY_SAVEGRAPHIC ; 89 HelpID = HID_MN_READONLY_SAVEGRAPHIC ; 90 Text [ en-US ] = "Save Graphics..." ; 91 }; 92 MenuItem 93 { 94 Identifier = MN_READONLY_GRAPHICTOGALLERY ; 95 HelpID = HID_MN_READONLY_GRAPHICTOGALLERY ; 96 SubMenu = Menu 97 { 98 ItemList = 99 { 100 MenuItem 101 { 102 Identifier = MN_READONLY_TOGALLERYLINK ; 103 HelpID = HID_MN_READONLY_TOGALLERYLINK ; 104 Text [ en-US ] = "As Link" ; 105 }; 106 MenuItem 107 { 108 Identifier = MN_READONLY_TOGALLERYCOPY ; 109 HelpID = HID_MN_READONLY_TOGALLERYCOPY ; 110 Text [ en-US ] = "Copy" ; 111 }; 112 SEPARATOR 113 }; 114 }; 115 Text [ en-US ] = "Add Graphics" ; 116 }; 117 MenuItem 118 { 119 Identifier = MN_READONLY_SAVEBACKGROUND ; 120 HelpID = HID_MN_READONLY_SAVEBACKGROUND ; 121 Text [ en-US ] = "Save Background..." ; 122 }; 123 MenuItem 124 { 125 Identifier = MN_READONLY_BACKGROUNDTOGALLERY ; 126 HelpID = HID_MN_READONLY_BACKGROUNDTOGALLERY ; 127 SubMenu = Menu 128 { 129 ItemList = 130 { 131 MenuItem 132 { 133 Identifier = MN_READONLY_TOGALLERYLINK ; 134 HelpID = HID_MN_READONLY_TOGALLERYLINK ; 135 Text [ en-US ] = "As Link" ; 136 }; 137 MenuItem 138 { 139 Identifier = MN_READONLY_TOGALLERYCOPY ; 140 HelpID = HID_MN_READONLY_TOGALLERYCOPY ; 141 Text [ en-US ] = "Copy" ; 142 }; 143 SEPARATOR 144 }; 145 }; 146 Text [ en-US ] = "Add Background" ; 147 }; 148 SEPARATOR 149 MenuItem 150 { 151 Identifier = MN_READONLY_COPYLINK ; 152 HelpID = HID_MN_READONLY_COPYLINK ; 153 Text [ en-US ] = "Copy ~Link" ; 154 }; 155 MenuItem 156 { 157 Identifier = MN_READONLY_COPYGRAPHIC ; 158 HelpID = HID_MN_READONLY_COPYGRAPHIC ; 159 Text [ en-US ] = "Copy ~Graphics" ; 160 }; 161 SEPARATOR 162 MenuItem 163 { 164 Identifier = MN_READONLY_LOADGRAPHIC ; 165 HelpID = HID_MN_READONLY_LOADGRAPHIC ; 166 Text [ en-US ] = "Load Graphics" ; 167 }; 168 MenuItem 169 { 170 Identifier = MN_READONLY_GRAPHICOFF ; 171 HelpID = HID_MN_READONLY_GRAPHICOFF ; 172 Text [ en-US ] = "Graphics Off" ; 173 }; 174 MenuItem 175 { 176 Identifier = MN_READONLY_PLUGINOFF ; 177 HelpID = HID_MN_READONLY_PLUGINOFF ; 178 Text [ en-US ] = "Plug-ins Off" ; 179 }; 180 SEPARATOR 181 MenuItem 182 { 183 Identifier = SID_WIN_FULLSCREEN ; 184 HelpId = CMD_SID_WIN_FULLSCREEN ; 185 Text [ en-US ] = "Leave Full-Screen Mode" ; 186 }; 187 SEPARATOR 188 MenuItem 189 { 190 Identifier = MN_READONLY_COPY ; 191 HelpId = CMD_SID_COPY ; 192 Text [ en-US ] = "~Copy" ; 193 }; 194 }; 195}; 196String STR_EXPORT_GRAFIK_TITLE 197{ 198 Text [ en-US ] = "Graphics Export" ; 199}; 200String STR_CHAIN_OK 201{ 202 Text [ en-US ] = "Click the left mouse button to link the frames." ; 203}; 204String STR_CHAIN_NOT_EMPTY 205{ 206 Text [ en-US ] = "Target frame not empty." ; 207}; 208String STR_CHAIN_IS_IN_CHAIN 209{ 210 Text [ en-US ] = "Target frame is already linked." ; 211}; 212String STR_CHAIN_WRONG_AREA 213{ 214 Text [ en-US ] = "The target frame for the link is in an invalid area." ; 215}; 216String STR_CHAIN_NOT_FOUND 217{ 218 Text [ en-US ] = "Target frame not found at current position." ; 219}; 220String STR_CHAIN_SOURCE_CHAINED 221{ 222 Text [ en-US ] = "The source frame is already the source of a link." ; 223}; 224String STR_CHAIN_SELF 225{ 226 Text [ en-US ] = "A closed link is not possible." ; 227}; 228String STR_REDLINE_INSERT 229{ 230 Text [ en-US ] = "Inserted" ; 231}; 232String STR_REDLINE_DELETE 233{ 234 Text [ en-US ] = "Deleted" ; 235}; 236String STR_REDLINE_FORMAT 237{ 238 Text [ en-US ] = "Formatted" ; 239}; 240String STR_REDLINE_TABLE 241{ 242 Text [ en-US ] = "Table changed" ; 243}; 244String STR_REDLINE_FMTCOLL 245{ 246 Text [ en-US ] = "Applied Paragraph Styles" ; 247}; 248String STR_ENDNOTE 249{ 250 Text [ en-US ] = "Endnote: " ; 251}; 252String STR_FOOTNOTE 253{ 254 Text [ en-US ] = "Footnote: " ; 255}; 256 257InfoBox MSG_READONLY_CONTENT 258{ 259 Message [ en-US ] = "Readonly content cannot be changed.\nNo modifications will be accepted." ; 260}; 261 262String STR_TABLE_COL_ADJUST 263{ 264 Text [ en-US ] = "Adjust table column" ; 265}; 266String STR_TABLE_ROW_ADJUST 267{ 268 Text [ en-US ] = "Adjust table row" ; 269}; 270String STR_TABLE_SELECT_ALL 271{ 272 Text [ en-US ] = "Select whole table" ; 273}; 274String STR_TABLE_SELECT_ROW 275{ 276 Text [ en-US ] = "Select table row" ; 277}; 278String STR_TABLE_SELECT_COL 279{ 280 Text [ en-US ] = "Select table column" ; 281}; 282 283String STR_SMARTTAG_CLICK 284{ 285 Text [ en-US ] = "%s-click to open Smart Tag menu" ; 286}; 287 288// ******************************************************************* EOF 289