docrecovery.src (c63c9981) docrecovery.src (3ec054f2)
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

--- 138 unchanged lines hidden (view full) ---

147 Pos = MAP_APPFONT( 0 , RECOV_TITLEWINHEIGHT );
148 Size = MAP_APPFONT( RECOV_WIDTH, 2 );
149 };
150 FixedText FT_RECOV_DESCR
151 {
152 Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW2 );
153 Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RECOV_DESCRHEIGHT );
154 WordBreak = TRUE;
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

--- 138 unchanged lines hidden (view full) ---

147 Pos = MAP_APPFONT( 0 , RECOV_TITLEWINHEIGHT );
148 Size = MAP_APPFONT( RECOV_WIDTH, 2 );
149 };
150 FixedText FT_RECOV_DESCR
151 {
152 Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW2 );
153 Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RECOV_DESCRHEIGHT );
154 WordBreak = TRUE;
155 Text[ en-US ] = "Press 'Start Recovery' to start the recovery process of the documents listed below.\n\nThe 'Status' column shows whether the document could be recovered.";
155 Text[ en-US ] = "Press 'Start Recovery' to start the recovery process of the documents listed below.\n\nThe 'Status' column shows whether the document can be recovered.";
156 };
157 FixedText FT_RECOV_PROGR
158 {
159 Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW3 );
160 Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
161 Text[ en-US ] = "Recovering document:";
162 };
163 Window WIN_RECOV_PROGR

--- 487 unchanged lines hidden ---
156 };
157 FixedText FT_RECOV_PROGR
158 {
159 Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW3 );
160 Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
161 Text[ en-US ] = "Recovering document:";
162 };
163 Window WIN_RECOV_PROGR

--- 487 unchanged lines hidden ---