app.src (e53d11b3) | app.src (01183344) |
---|---|
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#ifndef _DBU_APP_HRC_ 24#include "dbu_app.hrc" 25#endif 26#ifndef _GLOBLMN_HRC 27#include <svx/globlmn.hrc> --- 6 unchanged lines hidden (view full) --- 34#endif 35#ifndef _DBA_DBACCESS_HELPID_HRC_ 36#include "dbaccess_helpid.hrc" 37#endif 38#ifndef DBAUI_TOOLBOX_HXX 39#include "toolbox.hrc" 40#endif 41 | 20 *************************************************************/ 21 22 23#ifndef _DBU_APP_HRC_ 24#include "dbu_app.hrc" 25#endif 26#ifndef _GLOBLMN_HRC 27#include <svx/globlmn.hrc> --- 6 unchanged lines hidden (view full) --- 34#endif 35#ifndef _DBA_DBACCESS_HELPID_HRC_ 36#include "dbaccess_helpid.hrc" 37#endif 38#ifndef DBAUI_TOOLBOX_HXX 39#include "toolbox.hrc" 40#endif 41 |
42#define MN_PROPS 25 | 42#define MN_PROPS 25 |
43 44 45String RID_STR_NEW_FORM 46{ 47 Text [ en-US ] = "Create Form in Design View..." ; 48}; 49 50String RID_STR_NEW_FORM_AUTO --- 50 unchanged lines hidden (view full) --- 101}; 102 103Menu RID_MENU_APP_NEW 104{ 105 ItemList = 106 { 107 MenuItem 108 { | 43 44 45String RID_STR_NEW_FORM 46{ 47 Text [ en-US ] = "Create Form in Design View..." ; 48}; 49 50String RID_STR_NEW_FORM_AUTO --- 50 unchanged lines hidden (view full) --- 101}; 102 103Menu RID_MENU_APP_NEW 104{ 105 ItemList = 106 { 107 MenuItem 108 { |
109 Identifier = SID_APP_NEW_FORM; 110 Command = ".uno:DBNewForm"; | 109 Identifier = SID_APP_NEW_FORM ; 110 Command = ".uno:DBNewForm" ; |
111 Text [ en-US ] = "Form..." ; 112 }; 113 MenuItem 114 { | 111 Text [ en-US ] = "Form..." ; 112 }; 113 MenuItem 114 { |
115 Identifier = SID_APP_NEW_REPORT; 116 Command = ".uno:DBNewReport"; | 115 Identifier = SID_APP_NEW_REPORT ; 116 Command = ".uno:DBNewReport" ; |
117 Text [ en-US ] = "Report..." ; 118 }; 119 MenuItem 120 { 121 MID_DOCUMENT_CREATE_REPWIZ | 117 Text [ en-US ] = "Report..." ; 118 }; 119 MenuItem 120 { 121 MID_DOCUMENT_CREATE_REPWIZ |
122 Command = ".uno:DBNewReportAutoPilot"; | 122 Command = ".uno:DBNewReportAutoPilot" ; |
123 }; 124 MenuItem 125 { 126 MID_QUERY_NEW_DESIGN | 123 }; 124 MenuItem 125 { 126 MID_QUERY_NEW_DESIGN |
127 Command = ".uno:DBNewQuery"; | 127 Command = ".uno:DBNewQuery" ; |
128 }; 129 MenuItem 130 { 131 MID_QUERY_NEW_SQL | 128 }; 129 MenuItem 130 { 131 MID_QUERY_NEW_SQL |
132 Command = ".uno:DBNewQuerySql"; | 132 Command = ".uno:DBNewQuerySql" ; |
133 }; 134 MenuItem 135 { | 133 }; 134 MenuItem 135 { |
136 Separator = TRUE; | 136 Separator = TRUE ; |
137 }; 138 MenuItem 139 { 140 MID_NEW_TABLE_DESIGN | 137 }; 138 MenuItem 139 { 140 MID_NEW_TABLE_DESIGN |
141 Command = ".uno:DBNewTable"; | 141 Command = ".uno:DBNewTable" ; |
142 }; 143 MenuItem 144 { 145 MID_NEW_VIEW_DESIGN | 142 }; 143 MenuItem 144 { 145 MID_NEW_VIEW_DESIGN |
146 Command = ".uno:DBNewView"; | 146 Command = ".uno:DBNewView" ; |
147 }; 148 MenuItem 149 { | 147 }; 148 MenuItem 149 { |
150 Identifier = SID_DB_NEW_VIEW_SQL; 151 Command = ".uno:DBNewViewSQL"; | 150 Identifier = SID_DB_NEW_VIEW_SQL ; 151 Command = ".uno:DBNewViewSQL" ; |
152 Text [ en-US ] = "View (Simple)..." ; 153 }; | 152 Text [ en-US ] = "View (Simple)..." ; 153 }; |
154 | |
155 }; 156}; 157 158Menu RID_MENU_APP_EDIT 159{ | 154 }; 155}; 156 157Menu RID_MENU_APP_EDIT 158{ |
160 ItemList = 161 { | 159 ItemList = 160 { |
162 MenuItem 163 { 164 ITEM_EDIT_COPY 165 }; 166 MenuItem 167 { 168 ITEM_EDIT_PASTE 169 }; 170 MenuItem 171 { | 161 MenuItem 162 { 163 ITEM_EDIT_COPY 164 }; 165 MenuItem 166 { 167 ITEM_EDIT_PASTE 168 }; 169 MenuItem 170 { |
172 Identifier = SID_DB_APP_PASTE_SPECIAL; 173 Text[ en-US ] = "Paste Special..."; 174 Command = ".uno:PasteSpecial"; | 171 Identifier = SID_DB_APP_PASTE_SPECIAL ; 172 Text [ en-US ] = "Paste Special..." ; 173 Command = ".uno:PasteSpecial" ; |
175 }; 176 MenuItem 177 { 178 Separator = TRUE ; 179 }; 180 MenuItem 181 { | 174 }; 175 MenuItem 176 { 177 Separator = TRUE ; 178 }; 179 MenuItem 180 { |
182 Identifier = SID_DB_APP_DELETE; 183 Text[ en-US ] = "Delete"; 184 Command = ".uno:DBDelete"; | 181 Identifier = SID_DB_APP_DELETE ; 182 Text [ en-US ] = "Delete" ; 183 Command = ".uno:DBDelete" ; |
185 }; 186 MenuItem 187 { | 184 }; 185 MenuItem 186 { |
188 Identifier = SID_DB_APP_RENAME; 189 Text[ en-US ] = "Rename"; 190 Command = ".uno:DBRename"; | 187 Identifier = SID_DB_APP_RENAME ; 188 Text [ en-US ] = "Rename" ; 189 Command = ".uno:DBRename" ; |
191 }; 192 MenuItem 193 { | 190 }; 191 MenuItem 192 { |
194 Identifier = SID_DB_APP_EDIT; 195 Text[ en-US ] = "Edit"; 196 Command = ".uno:DBEdit"; | 193 Identifier = SID_DB_APP_EDIT ; 194 Text [ en-US ] = "Edit" ; 195 Command = ".uno:DBEdit" ; |
197 }; 198 MenuItem 199 { | 196 }; 197 MenuItem 198 { |
200 Identifier = SID_DB_APP_EDIT_SQL_VIEW; 201 Text [ en-US ] = "Edit in SQL View..."; 202 Command = ".uno:DBEditSqlView"; | 199 Identifier = SID_DB_APP_EDIT_SQL_VIEW ; 200 Text [ en-US ] = "Edit in SQL View..." ; 201 Command = ".uno:DBEditSqlView" ; |
203 }; 204 MenuItem 205 { | 202 }; 203 MenuItem 204 { |
206 Identifier = SID_DB_APP_OPEN; 207 Text[ en-US ] = "Open"; 208 Command = ".uno:DBOpen"; | 205 Identifier = SID_DB_APP_OPEN ; 206 Text [ en-US ] = "Open" ; 207 Command = ".uno:DBOpen" ; |
209 }; 210 MenuItem 211 { | 208 }; 209 MenuItem 210 { |
212 Identifier = SID_DB_APP_CONVERTTOVIEW; 213 Text[ en-US ] = "Create as View"; 214 Command = ".uno:DBConvertToView"; | 211 Identifier = SID_DB_APP_CONVERTTOVIEW ; 212 Text [ en-US ] = "Create as View" ; 213 Command = ".uno:DBConvertToView" ; |
215 }; 216 MenuItem 217 { | 214 }; 215 MenuItem 216 { |
218 Identifier = SID_FORM_CREATE_REPWIZ_PRE_SEL; 219 Text [ en-US ] = "Form Wizard..."; 220 Command = ".uno:DBNewFormAutoPilotWithPreSelection"; | 217 Identifier = SID_FORM_CREATE_REPWIZ_PRE_SEL ; 218 Text [ en-US ] = "Form Wizard..." ; 219 Command = ".uno:DBNewFormAutoPilotWithPreSelection" ; |
221 }; | 220 }; |
222 MenuItem | 221 MenuItem |
223 { | 222 { |
224 Identifier = SID_APP_NEW_REPORT_PRE_SEL; 225 Command = ".uno:DBNewReportWithPreSelection"; | 223 Identifier = SID_APP_NEW_REPORT_PRE_SEL ; 224 Command = ".uno:DBNewReportWithPreSelection" ; |
226 Text [ en-US ] = "Report..." ; 227 }; 228 MenuItem 229 { 230 Identifier = SID_REPORT_CREATE_REPWIZ_PRE_SEL ; | 225 Text [ en-US ] = "Report..." ; 226 }; 227 MenuItem 228 { 229 Identifier = SID_REPORT_CREATE_REPWIZ_PRE_SEL ; |
231 Text[ en-US ] = "Report Wizard..."; 232 233 Command = ".uno:DBNewReportAutoPilotWithPreSelection"; | 230 Text [ en-US ] = "Report Wizard..." ; 231 Command = ".uno:DBNewReportAutoPilotWithPreSelection" ; |
234 }; 235 MenuItem 236 { 237 Separator = TRUE ; 238 }; 239 MenuItem 240 { | 232 }; 233 MenuItem 234 { 235 Separator = TRUE ; 236 }; 237 MenuItem 238 { |
241 Identifier = SID_SELECTALL; 242 Text[ en-US ] = "Select All"; 243 Command = ".uno:SelectAll"; | 239 Identifier = SID_SELECTALL ; 240 Text [ en-US ] = "Select All" ; 241 Command = ".uno:SelectAll" ; |
244 }; 245 MenuItem 246 { 247 Separator = TRUE ; 248 }; 249 MenuItem 250 { | 242 }; 243 MenuItem 244 { 245 Separator = TRUE ; 246 }; 247 MenuItem 248 { |
251 Identifier = MN_PROPS; 252 Text[ en-US ] = "~Database"; | 249 Identifier = MN_PROPS ; 250 Text [ en-US ] = "~Database" ; |
253 SubMenu = Menu 254 { 255 ItemList = 256 { 257 MenuItem 258 { | 251 SubMenu = Menu 252 { 253 ItemList = 254 { 255 MenuItem 256 { |
259 Identifier = SID_DB_APP_DSPROPS; 260 Text[ en-US ] = "Properties..."; 261 Command = ".uno:DBDSProperties"; | 257 Identifier = SID_DB_APP_DSPROPS ; 258 Text [ en-US ] = "Properties..." ; 259 Command = ".uno:DBDSProperties" ; |
262 }; 263 MenuItem 264 { | 260 }; 261 MenuItem 262 { |
265 Identifier = SID_DB_APP_DSCONNECTION_TYPE; 266 Text[ en-US ] = "Connection Type..."; 267 Command = ".uno:DBDSConnectionType"; | 263 Identifier = SID_DB_APP_DSCONNECTION_TYPE ; 264 Text [ en-US ] = "Connection Type..." ; 265 Command = ".uno:DBDSConnectionType" ; |
268 }; 269 MenuItem 270 { | 266 }; 267 MenuItem 268 { |
271 Identifier = SID_DB_APP_DSADVANCED_SETTINGS; 272 Text[ en-US ] = "Advanced Settings..."; 273 Command = ".uno:DBDSAdvancedSettings"; | 269 Identifier = SID_DB_APP_DSADVANCED_SETTINGS ; 270 Text [ en-US ] = "Advanced Settings..." ; 271 Command = ".uno:DBDSAdvancedSettings" ; |
274 }; 275 }; 276 }; 277 }; 278 }; 279}; 280 281String STR_QUERY_DELETE_DATASOURCE --- 85 unchanged lines hidden (view full) --- 367}; 368 369Menu RID_MENU_APP_PREVIEW 370{ 371 ItemList = 372 { 373 MenuItem 374 { | 272 }; 273 }; 274 }; 275 }; 276 }; 277}; 278 279String STR_QUERY_DELETE_DATASOURCE --- 85 unchanged lines hidden (view full) --- 365}; 366 367Menu RID_MENU_APP_PREVIEW 368{ 369 ItemList = 370 { 371 MenuItem 372 { |
375 Identifier = SID_DB_APP_DISABLE_PREVIEW; 376 Text[ en-US ] = "None"; 377 Command = ".uno:DBDisablePreview"; 378 Checkable = TRUE; 379 RadioCheck = TRUE; 380 AutoCheck = TRUE; | 373 Identifier = SID_DB_APP_DISABLE_PREVIEW ; 374 Text [ en-US ] = "None" ; 375 Command = ".uno:DBDisablePreview" ; 376 Checkable = TRUE ; 377 RadioCheck = TRUE ; 378 AutoCheck = TRUE ; |
381 }; 382 MenuItem 383 { | 379 }; 380 MenuItem 381 { |
384 Identifier = SID_DB_APP_VIEW_DOCINFO_PREVIEW; 385 Text[ en-US ] = "Document Information"; 386 Command = ".uno:DBShowDocInfoPreview"; 387 Checkable = TRUE; 388 RadioCheck = TRUE; 389 AutoCheck = TRUE; | 382 Identifier = SID_DB_APP_VIEW_DOCINFO_PREVIEW ; 383 Text [ en-US ] = "Document Information" ; 384 Command = ".uno:DBShowDocInfoPreview" ; 385 Checkable = TRUE ; 386 RadioCheck = TRUE ; 387 AutoCheck = TRUE ; |
390 }; 391 MenuItem 392 { | 388 }; 389 MenuItem 390 { |
393 Identifier = SID_DB_APP_VIEW_DOC_PREVIEW; 394 Text[ en-US ] = "Document"; 395 Command = ".uno:DBShowDocPreview"; 396 Checkable = TRUE; 397 RadioCheck = TRUE; 398 AutoCheck = TRUE; | 391 Identifier = SID_DB_APP_VIEW_DOC_PREVIEW ; 392 Text [ en-US ] = "Document" ; 393 Command = ".uno:DBShowDocPreview" ; 394 Checkable = TRUE ; 395 RadioCheck = TRUE ; 396 AutoCheck = TRUE ; |
399 }; 400 }; 401}; 402String RID_STR_FORM 403{ | 397 }; 398 }; 399}; 400String RID_STR_FORM 401{ |
404 Text [ en-US ] = "Form"; | 402 Text [ en-US ] = "Form" ; |
405}; 406 407String RID_STR_REPORT 408{ | 403}; 404 405String RID_STR_REPORT 406{ |
409 Text [ en-US ] = "Report"; | 407 Text [ en-US ] = "Report" ; |
410}; 411String STR_FRM_LABEL 412{ 413 Text [ en-US ] = "F~orm name" ; 414}; 415String STR_RPT_LABEL 416{ 417 Text [ en-US ] = "~Report name" ; 418}; 419 420String STR_FOLDER_LABEL 421{ 422 Text [ en-US ] = "F~older name" ; 423}; 424 425String STR_SUB_DOCS_WITH_SCRIPTS 426{ | 408}; 409String STR_FRM_LABEL 410{ 411 Text [ en-US ] = "F~orm name" ; 412}; 413String STR_RPT_LABEL 414{ 415 Text [ en-US ] = "~Report name" ; 416}; 417 418String STR_FOLDER_LABEL 419{ 420 Text [ en-US ] = "F~older name" ; 421}; 422 423String STR_SUB_DOCS_WITH_SCRIPTS 424{ |
427 Text [ en-US ] = "The document contains forms or reports with embedded macros."; | 425 Text [ en-US ] = "The document contains forms or reports with embedded macros." ; |
428}; 429 430String STR_SUB_DOCS_WITH_SCRIPTS_DETAIL 431{ | 426}; 427 428String STR_SUB_DOCS_WITH_SCRIPTS_DETAIL 429{ |
432 Text [ en-US ] = "Macros should be embedded into the database document itself.\n\nYou can continue to use your document as before, however, you are encouraged to migrate your macros. The menu item 'Tools / Migrate Macros ...' will assist you with this.\n\nNote that you won't be able to embed macros into the database document itself until this migration is done. "; | 430 Text [ en-US ] = "Macros should be embedded into the database document itself.\n\nYou can continue to use your document as before, however, you are encouraged to migrate your macros. The menu item 'Tools - Migrate Macros...' will assist you with this.\n\nNote that you won't be able to embed macros into the database document itself until this migration is done." ; |
433}; 434 435String RID_STR_EMBEDDED_DATABASE 436{ | 431}; 432 433String RID_STR_EMBEDDED_DATABASE 434{ |
437 Text [ en-US ] = "Embedded database"; | 435 Text [ en-US ] = "Embedded database" ; |
438}; 439String RID_STR_NO_DIFF_CAT 440{ | 436}; 437String RID_STR_NO_DIFF_CAT 438{ |
441 Text [ en-US ] = "You cannot select different categories."; | 439 Text [ en-US ] = "You cannot select different categories." ; |
442}; 443String RID_STR_UNSUPPORTED_OBJECT_TYPE 444{ | 440}; 441String RID_STR_UNSUPPORTED_OBJECT_TYPE 442{ |
445 Text [ en-US ] = "Unsupported object type found ($type$)."; | 443 Text [ en-US ] = "Unsupported object type found ($type$)." ; |
446}; | 444}; |
445 446// ********************************************************************** EOF |
|