This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push:
new 75b95e1 Cleaned up resource files
75b95e1 is described below
commit 75b95e17ac7cb2996a98211650f48d92a146da8a
Author: mseidel <[email protected]>
AuthorDate: Tue Feb 23 00:20:16 2021 +0100
Cleaned up resource files
(cherry picked from commit 5ac0acc862f2c0a86e47d69796ced640d8e41857)
---
main/sw/source/ui/docvw/access.src | 53 +++++++++++------------
main/sw/source/ui/docvw/annotation.src | 13 +++---
main/sw/source/ui/docvw/docvw.src | 78 +++++++++++++++++-----------------
3 files changed, 72 insertions(+), 72 deletions(-)
diff --git a/main/sw/source/ui/docvw/access.src
b/main/sw/source/ui/docvw/access.src
index 1a9edf2..986c220 100644
--- a/main/sw/source/ui/docvw/access.src
+++ b/main/sw/source/ui/docvw/access.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,16 +7,16 @@
* 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.
- *
+ *
*************************************************************/
@@ -25,91 +25,92 @@
String STR_ACCESS_DOC_NAME
{
- Text [ en-US ] = "Document view";
+ Text [ en-US ] = "Document view" ;
};
String STR_ACCESS_DOC_DESC
{
- Text [ en-US ] = "Document view";
+ Text [ en-US ] = "Document view" ;
};
String STR_ACCESS_HEADING_WITH_NUM_DESC
{
- Text [ en-US ] = "Heading number $(ARG2): $(ARG1)";
+ Text [ en-US ] = "Heading number $(ARG2): $(ARG1)" ;
};
String STR_ACCESS_HEADER_NAME
{
- Text [ en-US ] = "Header $(ARG1)";
+ Text [ en-US ] = "Header $(ARG1)" ;
};
String STR_ACCESS_HEADER_DESC
{
- Text [ en-US ] = "Header page $(ARG1)";
+ Text [ en-US ] = "Header page $(ARG1)" ;
};
String STR_ACCESS_FOOTER_NAME
{
- Text [ en-US ] = "Footer $(ARG1)";
+ Text [ en-US ] = "Footer $(ARG1)" ;
};
String STR_ACCESS_FOOTER_DESC
{
- Text [ en-US ] = "Footer page $(ARG1)";
+ Text [ en-US ] = "Footer page $(ARG1)" ;
};
String STR_ACCESS_FOOTNOTE_NAME
{
- Text [ en-US ] = "Footnote $(ARG1)";
+ Text [ en-US ] = "Footnote $(ARG1)" ;
};
String STR_ACCESS_FOOTNOTE_DESC
{
- Text [ en-US ] = "Footnote $(ARG1)";
+ Text [ en-US ] = "Footnote $(ARG1)" ;
};
String STR_ACCESS_ENDNOTE_NAME
{
- Text [ en-US ] = "Endnote $(ARG1)";
+ Text [ en-US ] = "Endnote $(ARG1)" ;
};
String STR_ACCESS_ENDNOTE_DESC
{
- Text [ en-US ] = "Endnote $(ARG1)";
+ Text [ en-US ] = "Endnote $(ARG1)" ;
};
String STR_ACCESS_TABLE_DESC
{
- Text [ en-US ] = "$(ARG1) on page $(ARG2)";
+ Text [ en-US ] = "$(ARG1) on page $(ARG2)" ;
};
String STR_ACCESS_PAGE_NAME
{
- Text [ en-US ] = "Page $(ARG1)";
+ Text [ en-US ] = "Page $(ARG1)" ;
};
String STR_ACCESS_PAGE_DESC
{
- Text [ en-US ] = "Page: $(ARG1)";
+ Text [ en-US ] = "Page: $(ARG1)" ;
};
String STR_ACCESS_ANNOTATION_AUTHOR_NAME
{
- Text [ en-US ] = "Author";
+ Text [ en-US ] = "Author" ;
};
String STR_ACCESS_ANNOTATION_DATE_NAME
{
- Text [ en-US ] = "Date";
+ Text [ en-US ] = "Date";
};
String STR_ACCESS_ANNOTATION_BUTTON_NAME
{
- Text [ en-US ] = "Actions";
+ Text [ en-US ] = "Actions" ;
};
String STR_ACCESS_ANNOTATION_BUTTON_DESC
{
- Text [ en-US ] = "Activate this button to open a list of actions which can
be performed on this comment and other comments";
+ Text [ en-US ] = "Activate this button to open a list of actions which
can be performed on this comment and other comments" ;
};
String STR_ACCESS_PREVIEW_DOC_NAME
{
- Text [ en-US ] = "Document preview";
+ Text [ en-US ] = "Document preview" ;
};
String STR_ACCESS_PREVIEW_DOC_SUFFIX
{
- Text [ en-US ] = "(Preview mode)";
+ Text [ en-US ] = "(Preview mode)" ;
};
String STR_ACCESS_DOC_WORDPROCESSING
{
- Text [ en-US ] = "%PRODUCTNAME Document";
+ Text [ en-US ] = "%PRODUCTNAME Document" ;
};
String STR_ACCESS_DOC_WORDPROCESSING_READONLY
{
- Text [ en-US ] = "(read-only)";
+ Text [ en-US ] = "(read-only)" ;
};
+// ******************************************************************* EOF
diff --git a/main/sw/source/ui/docvw/annotation.src
b/main/sw/source/ui/docvw/annotation.src
index 58bceac..deb01cd 100644
--- a/main/sw/source/ui/docvw/annotation.src
+++ b/main/sw/source/ui/docvw/annotation.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,16 +7,16 @@
* 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.
- *
+ *
*************************************************************/
@@ -26,12 +26,12 @@
String STR_POSTIT_TODAY
{
- Text [ en-US ] = "Today," ;
+ Text [ en-US ] = "Today," ;
};
String STR_POSTIT_YESTERDAY
{
- Text [ en-US ] = "Yesterday," ;
+ Text [ en-US ] = "Yesterday," ;
};
String STR_DELETE_ALL_NOTES
@@ -59,3 +59,4 @@ String STR_REPLY
Text [ en-US ] = "Reply to $1" ;
};
+// ******************************************************************* EOF
diff --git a/main/sw/source/ui/docvw/docvw.src
b/main/sw/source/ui/docvw/docvw.src
index 495c74e..a19c219 100644
--- a/main/sw/source/ui/docvw/docvw.src
+++ b/main/sw/source/ui/docvw/docvw.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,16 +7,16 @@
* 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.
- *
+ *
*************************************************************/
@@ -24,7 +24,7 @@
#include "docvw.hrc"
#include "cmdid.h"
#include "helpid.h"
-#define SEPARATOR MenuItem { Separator = TRUE; };
+#define SEPARATOR MenuItem { Separator = TRUE; } ;
Menu MN_READONLY_POPUP
{
ItemList =
@@ -47,23 +47,23 @@ Menu MN_READONLY_POPUP
HelpId = CMD_SID_EDITDOC ;
Text [ en-US ] = "~Edit" ;
};
- MenuItem
+ MenuItem
{
- Identifier = MN_READONLY_SELECTION_MODE ;
- HelpId = CMD_FN_READONLY_SELECTION_MODE ;
- Text [ en-US ] = "Select Text";
+ Identifier = MN_READONLY_SELECTION_MODE ;
+ HelpId = CMD_FN_READONLY_SELECTION_MODE ;
+ Text [ en-US ] = "Select Text" ;
};
MenuItem
{
- Identifier = MN_READONLY_RELOAD;
- HelpId = CMD_SID_RELOAD;
- Text [ en-US ] = "Re~load";
+ Identifier = MN_READONLY_RELOAD ;
+ HelpId = CMD_SID_RELOAD ;
+ Text [ en-US ] = "Re~load" ;
};
MenuItem
{
- Identifier = MN_READONLY_RELOAD_FRAME;
- HelpId = CMD_SID_RELOAD;
- Text [ en-US ] = "Reload Frame";
+ Identifier = MN_READONLY_RELOAD_FRAME ;
+ HelpId = CMD_SID_RELOAD ;
+ Text [ en-US ] = "Reload Frame" ;
};
MenuItem
{
@@ -158,9 +158,6 @@ Menu MN_READONLY_POPUP
{
Identifier = MN_READONLY_COPYGRAPHIC ;
HelpID = HID_MN_READONLY_COPYGRAPHIC ;
- /* ### ACHTUNG: Neuer Text in Resource? Grafik
~kopieren : ~Grafik kopieren */
- /* ### ACHTUNG: Neuer Text in Resource? Grafik
~kopieren : ~Grafik kopieren */
- /* ### ACHTUNG: Neuer Text in Resource? Grafik
~kopieren : ~Grafik kopieren */
Text [ en-US ] = "Copy ~Graphics" ;
};
SEPARATOR
@@ -182,21 +179,21 @@ Menu MN_READONLY_POPUP
HelpID = HID_MN_READONLY_PLUGINOFF ;
Text [ en-US ] = "Plug-ins Off" ;
};
- SEPARATOR
- MenuItem
- {
- Identifier = SID_WIN_FULLSCREEN;
- HelpId = CMD_SID_WIN_FULLSCREEN;
- Text [ en-US ] = "Leave Full-Screen Mode" ;
+ SEPARATOR
+ MenuItem
+ {
+ Identifier = SID_WIN_FULLSCREEN ;
+ HelpId = CMD_SID_WIN_FULLSCREEN ;
+ Text [ en-US ] = "Leave Full-Screen Mode" ;
+ };
+ SEPARATOR
+ MenuItem
+ {
+ Identifier = MN_READONLY_COPY ;
+ HelpId = CMD_SID_COPY ;
+ Text [ en-US ] = "~Copy" ;
};
- SEPARATOR
- MenuItem
- {
- Identifier = MN_READONLY_COPY ;
- HelpId = CMD_SID_COPY;
- Text [ en-US ] = "~Copy" ;
- };
- };
+ };
};
String STR_EXPORT_GRAFIK_TITLE
{
@@ -248,7 +245,7 @@ String STR_REDLINE_TABLE
};
String STR_REDLINE_FMTCOLL
{
- Text [ en-US ] = "Applied Paragraph Styles";
+ Text [ en-US ] = "Applied Paragraph Styles" ;
};
String STR_ENDNOTE
{
@@ -261,32 +258,33 @@ String STR_FTNNOTE
InfoBox MSG_READONLY_CONTENT
{
- Message [ en-US ] = "Readonly content cannot be changed.\nNo
modifications will be accepted";
+ Message [ en-US ] = "Readonly content cannot be changed.\nNo
modifications will be accepted." ;
};
String STR_TABLE_COL_ADJUST
{
- Text [ en-US ] = "Adjust table column" ;
+ Text [ en-US ] = "Adjust table column" ;
};
String STR_TABLE_ROW_ADJUST
{
- Text [ en-US ] = "Adjust table row" ;
+ Text [ en-US ] = "Adjust table row" ;
};
String STR_TABLE_SELECT_ALL
{
- Text [ en-US ] = "Select whole table" ;
+ Text [ en-US ] = "Select whole table" ;
};
String STR_TABLE_SELECT_ROW
{
- Text [ en-US ] = "Select table row" ;
+ Text [ en-US ] = "Select table row" ;
};
String STR_TABLE_SELECT_COL
{
- Text [ en-US ] = "Select table column" ;
+ Text [ en-US ] = "Select table column" ;
};
String STR_SMARTTAG_CLICK
{
- Text [ en-US ] = "%s-click to open Smart Tag menu" ;
+ Text [ en-US ] = "%s-click to open Smart Tag menu" ;
};
+// ******************************************************************* EOF