dialog.src (acbf353a) | dialog.src (22de8995) |
---|---|
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 --- 89 unchanged lines hidden (view full) --- 98String SID_NAVIGATOR 99{ 100 Text [ en-US ] = "Navigator"; 101}; 102String SID_TASKPANE 103{ 104 Text [ en-US ] = "Task Pane"; 105}; | 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 --- 89 unchanged lines hidden (view full) --- 98String SID_NAVIGATOR 99{ 100 Text [ en-US ] = "Navigator"; 101}; 102String SID_TASKPANE 103{ 104 Text [ en-US ] = "Task Pane"; 105}; |
106String SID_SIDEBAR 107{ 108 Text [ en-US ] = "Sidebar"; 109}; |
|
106 107ErrorBox MSG_ERROR_WRONG_CONFIRM 108{ 109 BUTTONS = WB_OK ; 110 DEFBUTTON = WB_DEF_OK ; 111 Message [ en-US ] = "Faulty password confirmation"; 112}; 113 --- 15 unchanged lines hidden --- | 110 111ErrorBox MSG_ERROR_WRONG_CONFIRM 112{ 113 BUTTONS = WB_OK ; 114 DEFBUTTON = WB_DEF_OK ; 115 Message [ en-US ] = "Faulty password confirmation"; 116}; 117 --- 15 unchanged lines hidden --- |