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 "conflictsdlg.hrc" 25 26ModalDialog RID_SCDLG_CONFLICTS 27{ 28 OutputSize = TRUE ; 29 HelpId = HID_SCDLG_CONFLICTS ; 30 SVLook = TRUE ; 31 Size = MAP_APPFONT ( 338 , 192 ) ; 32 Text [ en-US ] = "Resolve Conflicts" ; 33 Moveable = TRUE ; 34 Sizeable = TRUE ; 35 Closeable = TRUE ; 36 FixedText FT_CONFLICTS 37 { 38 Pos = MAP_APPFONT ( 6 , 6 ) ; 39 Size = MAP_APPFONT ( 326 , 26 ) ; 40 WordBreak = TRUE ; 41 Text [ en-US ] = "There are conflicting changes in this shared spreadsheet. Conflicts must be resolved before saving the spreadsheet. Keep either own or other changes." ; 42 }; 43 Control LB_CONFLICTS 44 { 45 Pos = MAP_APPFONT ( 6 , 34 ) ; 46 Size = MAP_APPFONT ( 326 , 104 ) ; 47 Border = TRUE ; 48 }; 49 PushButton BTN_KEEPMINE 50 { 51 HelpID = "sc:PushButton:RID_SCDLG_CONFLICTS:BTN_KEEPMINE"; 52 Pos = MAP_APPFONT ( 72 , 145 ) ; 53 Size = MAP_APPFONT ( 76 , 14 ) ; 54 Text [ en-US ] = "Keep ~Mine" ; 55 }; 56 PushButton BTN_KEEPOTHER 57 { 58 HelpID = "sc:PushButton:RID_SCDLG_CONFLICTS:BTN_KEEPOTHER"; 59 Pos = MAP_APPFONT ( 190 , 145 ) ; 60 Size = MAP_APPFONT ( 76 , 14 ) ; 61 Text [ en-US ] = "Keep ~Other" ; 62 }; 63 FixedLine FL_CONFLICTS 64 { 65 Pos = MAP_APPFONT ( 1 , 162 ) ; 66 Size = MAP_APPFONT ( 338 , 8 ) ; 67 }; 68 PushButton BTN_KEEPALLMINE 69 { 70 HelpID = "sc:PushButton:RID_SCDLG_CONFLICTS:BTN_KEEPALLMINE"; 71 Pos = MAP_APPFONT ( 6 , 172 ) ; 72 Size = MAP_APPFONT ( 104 , 14 ) ; 73 Text [ en-US ] = "~Keep All Mine" ; 74 }; 75 PushButton BTN_KEEPALLOTHERS 76 { 77 HelpID = "sc:PushButton:RID_SCDLG_CONFLICTS:BTN_KEEPALLOTHERS"; 78 Pos = MAP_APPFONT ( 116 , 172 ) ; 79 Size = MAP_APPFONT ( 104 , 14 ) ; 80 Text [ en-US ] = "Keep ~All Others" ; 81 }; 82 CancelButton BTN_CANCEL 83 { 84 Pos = MAP_APPFONT ( 226 , 172 ) ; 85 Size = MAP_APPFONT ( 50 , 14 ) ; 86 }; 87 HelpButton BTN_HELP 88 { 89 Pos = MAP_APPFONT ( 282 , 172 ) ; 90 Size = MAP_APPFONT ( 50 , 14 ) ; 91 }; 92 String STR_TITLE_CONFLICT 93 { 94 Text [ en-US ] = "Conflict" ; 95 }; 96 String STR_TITLE_AUTHOR 97 { 98 Text [ en-US ] = "Author" ; 99 }; 100 String STR_TITLE_DATE 101 { 102 Text [ en-US ] = "Date" ; 103 }; 104 String STR_UNKNOWN_USER 105 { 106 Text [ en-US ] = "Unknown User" ; 107 }; 108}; 109 110