This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new 1bf1af82c6 Remove empty strings from translation
1bf1af82c6 is described below
commit 1bf1af82c6711d113c15946e65eae8454e539df0
Author: mseidel <[email protected]>
AuthorDate: Fri Feb 2 23:55:38 2024 +0100
Remove empty strings from translation
---
main/extensions/source/update/check/updatehdl.src | 105 +++++++++++-----------
main/sfx2/source/dialog/dinfdlg.src | 6 +-
main/xmlsecurity/source/dialogs/warnings.src | 4 +-
3 files changed, 55 insertions(+), 60 deletions(-)
diff --git a/main/extensions/source/update/check/updatehdl.src
b/main/extensions/source/update/check/updatehdl.src
index 8434ded82c..1ba309dafd 100644
--- a/main/extensions/source/update/check/updatehdl.src
+++ b/main/extensions/source/update/check/updatehdl.src
@@ -1,5 +1,5 @@
/**************************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -7,254 +7,253 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
*************************************************************/
-
-
#include "updatehdl.hrc"
String RID_UPDATE_STR_CHECKING
{
- Text [ en-US ] = "Checking...";
+ Text [ en-US ] = "Checking..." ;
};
String RID_UPDATE_STR_CHECKING_ERR
{
- Text [ en-US ] = "Checking for an update failed.";
+ Text [ en-US ] = "Checking for an update failed." ;
};
String RID_UPDATE_STR_NO_UPD_FOUND
{
- Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION is up to date.";
+ Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION is up to date." ;
};
String RID_UPDATE_STR_UPD_FOUND
{
- Text [ en-US ] = "%PRODUCTNAME %NEXTVERSION is available.\n\nThe
installed version is %PRODUCTNAME %PRODUCTVERSION.\n\nNote: Before downloading
an update, please ensure that you have sufficient access rights to install
it.\nA password, usually the administrator's or root password, may be
required.";
+ Text [ en-US ] = "%PRODUCTNAME %NEXTVERSION is available.\n\nThe
installed version is %PRODUCTNAME %PRODUCTVERSION.\n\nNote: Before downloading
an update, please ensure that you have sufficient access rights to install
it.\nA password, usually the administrator's or root password, may be
required." ;
};
String RID_UPDATE_STR_DLG_TITLE
{
- Text [ en-US ] = "Check for Updates";
+ Text [ en-US ] = "Check for Updates" ;
};
String RID_UPDATE_STR_DOWNLOAD_PAUSE
{
- Text [ en-US ] = "Downloading %PRODUCTNAME %NEXTVERSION paused at...";
+ Text [ en-US ] = "Downloading %PRODUCTNAME %NEXTVERSION paused at..." ;
};
String RID_UPDATE_STR_DOWNLOAD_ERR
{
- Text [ en-US ] = "Downloading %PRODUCTNAME %NEXTVERSION stalled at";
+ Text [ en-US ] = "Downloading %PRODUCTNAME %NEXTVERSION stalled at" ;
};
String RID_UPDATE_STR_DOWNLOAD_WARN
{
- Text [ en-US ] = "The download location is: %DOWNLOAD_PATH.\n\nUnder
Tools – Options... - %PRODUCTNAME – Online Update you can change the download
location.";
+ Text [ en-US ] = "The download location is: %DOWNLOAD_PATH.\n\nUnder
'Tools - Options... - %PRODUCTNAME - Online Update' you can change the download
location." ;
};
String RID_UPDATE_STR_DOWNLOAD_DESCR
{
- Text [ en-US ] = "%FILE_NAME has been downloaded to %DOWNLOAD_PATH.";
+ Text [ en-US ] = "%FILE_NAME has been downloaded to %DOWNLOAD_PATH." ;
};
String RID_UPDATE_STR_DOWNLOAD_UNAVAIL
{
- Text [ en-US ] = "The automatic download of the update is currently not
available.\n\nClick 'Download...' to download %PRODUCTNAME %NEXTVERSION
manually from the web site.";
+ Text [ en-US ] = "The automatic download of the update is currently not
available.\n\nClick 'Download...' to download %PRODUCTNAME %NEXTVERSION
manually from the web site." ;
};
String RID_UPDATE_STR_DOWNLOADING
{
- Text [ en-US ] = "Downloading %PRODUCTNAME %NEXTVERSION...";
+ Text [ en-US ] = "Downloading %PRODUCTNAME %NEXTVERSION..." ;
};
String RID_UPDATE_STR_READY_INSTALL
{
- Text [ en-US ] = "Download of %PRODUCTNAME %NEXTVERSION completed.
Ready for installation.";
+ Text [ en-US ] = "Download of %PRODUCTNAME %NEXTVERSION completed.
Ready for installation." ;
};
String RID_UPDATE_STR_CANCEL_TITLE
{
- Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION";
+ Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION" ;
};
String RID_UPDATE_STR_CANCEL_DOWNLOAD
{
- Text [ en-US ] = "Do you really want to cancel the download?";
+ Text [ en-US ] = "Do you really want to cancel the download?" ;
};
String RID_UPDATE_STR_BEGIN_INSTALL
{
- Text [ en-US ] = "To install the update, %PRODUCTNAME %PRODUCTVERSION
needs to be closed. Do you want to install the update now?";
+ Text [ en-US ] = "To install the update, %PRODUCTNAME %PRODUCTVERSION
needs to be closed. Do you want to install the update now?" ;
};
String RID_UPDATE_STR_INSTALL_NOW
{
- Text [ en-US ] = "Install ~now";
+ Text [ en-US ] = "Install ~now" ;
};
String RID_UPDATE_STR_INSTALL_LATER
{
- Text [ en-US ] = "Install ~later";
+ Text [ en-US ] = "Install ~later" ;
};
String RID_UPDATE_STR_INSTALL_ERROR
{
- Text [ en-US ] = "Could not run the installer application, please run
%FILE_NAME in %DOWNLOAD_PATH manually.";
+ Text [ en-US ] = "Could not run the installer application, please run
%FILE_NAME in %DOWNLOAD_PATH manually." ;
};
String RID_UPDATE_STR_OVERWRITE_WARNING
{
- Text [ en-US ] = "A file with that name already exists! Do you want to
overwrite the existing file?";
+ Text [ en-US ] = "A file with that name already exists! Do you want to
overwrite the existing file?" ;
};
String RID_UPDATE_STR_RELOAD_WARNING
{
- Text [ en-US ] = "A file with the name '%FILENAME' already exists in
'%DOWNLOAD_PATH'! Do you want to continue with the download or delete and
reload the file?";
+ Text [ en-US ] = "A file with the name '%FILENAME' already exists in
'%DOWNLOAD_PATH'! Do you want to continue with the download or delete and
reload the file?" ;
};
String RID_UPDATE_STR_RELOAD_RELOAD
{
- Text [ en-US ] = "Reload File";
+ Text [ en-US ] = "Reload File" ;
};
String RID_UPDATE_STR_RELOAD_CONTINUE
{
- Text [ en-US ] = "Continue";
+ Text [ en-US ] = "Continue" ;
};
String RID_UPDATE_STR_PERCENT
{
- Text [ en-US ] = "%PERCENT%";
+ Text [ en-US ] = "%PERCENT%" ;
};
String RID_UPDATE_FT_STATUS
{
- Text [ en-US ] = "Status";
+ Text [ en-US ] = "Status" ;
};
String RID_UPDATE_FT_DESCRIPTION
{
- Text [ en-US ] = "Description";
+ Text [ en-US ] = "Description" ;
};
String RID_UPDATE_BTN_CLOSE
{
- Text [ en-US ] = "Close";
+ Text [ en-US ] = "Close" ;
};
String RID_UPDATE_BTN_DOWNLOAD
{
- Text [ en-US ] = "~Download";
+ Text [ en-US ] = "~Download" ;
};
String RID_UPDATE_BTN_INSTALL
{
- Text [ en-US ] = "~Install";
+ Text [ en-US ] = "~Install" ;
};
String RID_UPDATE_BTN_PAUSE
{
- Text [ en-US ] = "~Pause";
+ Text [ en-US ] = "~Pause" ;
};
String RID_UPDATE_BTN_RESUME
{
- Text [ en-US ] = "~Resume";
+ Text [ en-US ] = "~Resume" ;
};
String RID_UPDATE_BTN_CANCEL
{
- Text [ en-US ] = "Cancel";
+ Text [ en-US ] = "Cancel" ;
};
String RID_UPDATE_BUBBLE_T_UPDATE_AVAIL
{
- Text [ en-US ] = "%PRODUCTNAME update available";
+ Text [ en-US ] = "%PRODUCTNAME update available" ;
};
String RID_UPDATE_BUBBLE_UPDATE_AVAIL
{
- Text [ en-US ] = "Click here to start the download.";
+ Text [ en-US ] = "Click here to start the download." ;
};
String RID_UPDATE_BUBBLE_T_UPDATE_NO_DOWN
{
- Text [ en-US ] = "%PRODUCTNAME update available";
+ Text [ en-US ] = "%PRODUCTNAME update available" ;
};
String RID_UPDATE_BUBBLE_UPDATE_NO_DOWN
{
- Text [ en-US ] = "Click here for more information.";
+ Text [ en-US ] = "Click here for more information." ;
};
String RID_UPDATE_BUBBLE_T_AUTO_START
{
- Text [ en-US ] = "%PRODUCTNAME update available";
+ Text [ en-US ] = "%PRODUCTNAME update available" ;
};
String RID_UPDATE_BUBBLE_AUTO_START
{
- Text [ en-US ] = "Download of update begins.";
+ Text [ en-US ] = "Download of update begins." ;
};
String RID_UPDATE_BUBBLE_T_DOWNLOADING
{
- Text [ en-US ] = "Download of update in progress";
+ Text [ en-US ] = "Download of update in progress" ;
};
String RID_UPDATE_BUBBLE_DOWNLOADING
{
- Text [ en-US ] = "";
+ Text = "" ;
};
String RID_UPDATE_BUBBLE_T_DOWNLOAD_PAUSED
{
- Text [ en-US ] = "Download of update paused";
+ Text [ en-US ] = "Download of update paused" ;
};
String RID_UPDATE_BUBBLE_DOWNLOAD_PAUSED
{
- Text [ en-US ] = "Click here to resume.";
+ Text [ en-US ] = "Click here to resume." ;
};
String RID_UPDATE_BUBBLE_T_ERROR_DOWNLOADING
{
- Text [ en-US ] = "Download of update stalled";
+ Text [ en-US ] = "Download of update stalled" ;
};
String RID_UPDATE_BUBBLE_ERROR_DOWNLOADING
{
- Text [ en-US ] = "Click here for more information.";
+ Text [ en-US ] = "Click here for more information." ;
};
String RID_UPDATE_BUBBLE_T_DOWNLOAD_AVAIL
{
- Text [ en-US ] = "Download of update completed";
+ Text [ en-US ] = "Download of update completed" ;
};
String RID_UPDATE_BUBBLE_DOWNLOAD_AVAIL
{
- Text [ en-US ] = "Click here to start the installation.";
+ Text [ en-US ] = "Click here to start the installation." ;
};
String RID_UPDATE_BUBBLE_T_EXT_UPD_AVAIL
{
- Text [ en-US ] = "Updates for extensions available";
+ Text [ en-US ] = "Updates for extensions available" ;
};
String RID_UPDATE_BUBBLE_EXT_UPD_AVAIL
{
- Text [ en-US ] = "Click here for more information.";
+ Text [ en-US ] = "Click here for more information." ;
};
+// ********************************************************************** EOF
diff --git a/main/sfx2/source/dialog/dinfdlg.src
b/main/sfx2/source/dialog/dinfdlg.src
index e08a643bab..d3fda3bdcc 100644
--- a/main/sfx2/source/dialog/dinfdlg.src
+++ b/main/sfx2/source/dialog/dinfdlg.src
@@ -19,8 +19,6 @@
*
*************************************************************/
-
-
// include ---------------------------------------------------------------
#include "sfx2/sfx.hrc"
@@ -551,7 +549,7 @@ TabPage TP_CUSTOMPROPERTIES
};
String STR_HEADER_ACTION
{
- Text [ en-US ] = "" ;
+ Text = "" ;
};
};
PushButton BTN_ADD
@@ -613,7 +611,7 @@ ListBox SFX_LB_PROPERTY_TYPE
Size = MAP_APPFONT ( 60, 80 ) ;
DropDown = TRUE ;
Border = TRUE ;
- CurPos = 0;
+ CurPos = 0 ;
StringList [ en-US ] =
{
< "Text" ; CUSTOM_TYPE_TEXT ; > ;
diff --git a/main/xmlsecurity/source/dialogs/warnings.src
b/main/xmlsecurity/source/dialogs/warnings.src
index f6327e6421..b1d5845db2 100644
--- a/main/xmlsecurity/source/dialogs/warnings.src
+++ b/main/xmlsecurity/source/dialogs/warnings.src
@@ -19,8 +19,6 @@
*
*************************************************************/
-
-
#include "dialogs.hrc"
#include "helpids.hrc"
@@ -40,7 +38,7 @@ ModalDialog RID_XMLSECTP_MACROWARN
Pos = MAP_APPFONT ( MW_COL_1, MW_ROW_0 ) ;
Size = MAP_APPFONT ( MW_COL_4-MW_COL_1,
3*RSC_CD_FIXEDTEXT_HEIGHT ) ;
Wordbreak = TRUE ;
- Text [ en-US ] = "" ;
+ Text = "" ;
};
FixedText FI_DESCR1A
{