You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2023/02/12 20:58:37 UTC

[openoffice] branch trunk updated: Cleaned up resource file

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 8e0f63ef5c Cleaned up resource file
8e0f63ef5c is described below

commit 8e0f63ef5cd4f3fd5d559c5a2b406b071dcf1866
Author: mseidel <ms...@apache.org>
AuthorDate: Sun Feb 12 21:58:06 2023 +0100

    Cleaned up resource file
---
 main/sd/source/ui/annotations/annotations.src | 164 +++++++++++++-------------
 1 file changed, 83 insertions(+), 81 deletions(-)

diff --git a/main/sd/source/ui/annotations/annotations.src b/main/sd/source/ui/annotations/annotations.src
index 8ea30eaf23..a30d0f1ba5 100644
--- a/main/sd/source/ui/annotations/annotations.src
+++ b/main/sd/source/ui/annotations/annotations.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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,76 +32,76 @@ Menu RID_ANNOTATION_CONTEXTMENU
 	{
 		MenuItem
 		{
-			Identifier = SID_REPLYTO_POSTIT;
-    		HelpId = CMD_SID_REPLYTO_POSTIT ;
-			Text [ en-US ] = "~Reply";
+			Identifier = SID_REPLYTO_POSTIT ;
+			HelpId = CMD_SID_REPLYTO_POSTIT ;
+			Text [ en-US ] = "~Reply" ;
 		};
 		MenuItem
 		{
-			Separator = TRUE;
+			Separator = TRUE ;
 		};
 		MenuItem
 		{
-			Identifier = SID_ATTR_CHAR_WEIGHT;
-    		HelpId = CMD_SID_ATTR_CHAR_WEIGHT ;
-			Text [ en-US ] = "~Bold";
+			Identifier = SID_ATTR_CHAR_WEIGHT ;
+			HelpId = CMD_SID_ATTR_CHAR_WEIGHT ;
+			Text [ en-US ] = "~Bold" ;
 		};
 		MenuItem
 		{
-			Identifier = SID_ATTR_CHAR_POSTURE;
-    		HelpId = CMD_SID_ATTR_CHAR_POSTURE;
-			Text [ en-US ] = "~Italic";
+			Identifier = SID_ATTR_CHAR_POSTURE ;
+			HelpId = CMD_SID_ATTR_CHAR_POSTURE ;
+			Text [ en-US ] = "~Italic" ;
 		};
 		MenuItem
 		{
-			Identifier = SID_ATTR_CHAR_UNDERLINE;
-    		HelpId = CMD_SID_ATTR_CHAR_UNDERLINE;
-			Text [ en-US ] = "~Underline";
+			Identifier = SID_ATTR_CHAR_UNDERLINE ;
+			HelpId = CMD_SID_ATTR_CHAR_UNDERLINE ;
+			Text [ en-US ] = "~Underline" ;
 		};
 		MenuItem
 		{
-			Identifier = SID_ATTR_CHAR_STRIKEOUT;
-    		HelpId = CMD_SID_ATTR_CHAR_STRIKEOUT;
-			Text [ en-US ] = "~Strikethrough";
+			Identifier = SID_ATTR_CHAR_STRIKEOUT ;
+			HelpId = CMD_SID_ATTR_CHAR_STRIKEOUT ;
+			Text [ en-US ] = "~Strikethrough" ;
 		};
 		MenuItem
 		{
-			Separator = TRUE;
-		};		
+			Separator = TRUE ;
+		};
 		MenuItem
 		{
-    		Identifier = SID_COPY ;
-    		HelpId = CMD_SID_COPY ;
-    		Text [ en-US ] = "~Copy" ;
+			Identifier = SID_COPY ;
+			HelpId = CMD_SID_COPY ;
+			Text [ en-US ] = "~Copy" ;
 		};
 		MenuItem
 		{
-    		Identifier = SID_PASTE ;
-    		HelpId = CMD_SID_PASTE ;
-    		Text [ en-US ] = "~Paste" ;
+			Identifier = SID_PASTE ;
+			HelpId = CMD_SID_PASTE ;
+			Text [ en-US ] = "~Paste" ;
 		};
 		MenuItem
 		{
-			Separator = TRUE;
+			Separator = TRUE ;
+		};
+		MenuItem
+		{
+			Identifier = SID_DELETE_POSTIT ;
+			HelpId = CMD_SID_DELETE_POSTIT ;
+			Text [ en-US ] = "~Delete Comment" ;
+		};
+		MenuItem
+		{
+			Identifier = SID_DELETEALLBYAUTHOR_POSTIT ;
+			HelpId = CMD_SID_DELETEALLBYAUTHOR_POSTIT ;
+			Text [ en-US ] = "Delete All Comments b~y %1" ;
+		};
+		MenuItem
+		{
+			Identifier = SID_DELETEALL_POSTIT ;
+			HelpId = CMD_SID_DELETEALL_POSTIT ;
+			Text [ en-US ] = "Delete ~All Comments" ;
 		};
-        MenuItem
-        {
-            Identifier = SID_DELETE_POSTIT ;
-    		HelpId = CMD_SID_DELETE_POSTIT;
-            Text [ en-US ] = "~Delete Comment" ;
-        };
-        MenuItem
-        {
-            Identifier = SID_DELETEALLBYAUTHOR_POSTIT ;
-    		HelpId = CMD_SID_DELETEALLBYAUTHOR_POSTIT;
-            Text [ en-US ] = "Delete All Comments b~y %1" ;
-        };
-        MenuItem
-        {
-            Identifier = SID_DELETEALL_POSTIT;
-    		HelpId = CMD_SID_DELETEALL_POSTIT;
-            Text [ en-US ] = "Delete ~All Comments" ;
-        };
 	};
 };
 
@@ -111,96 +111,98 @@ Menu RID_ANNOTATION_TAG_CONTEXTMENU
 	{
 		MenuItem
 		{
-			Identifier = SID_REPLYTO_POSTIT;
-			HelpId = CMD_SID_REPLYTO_POSTIT;
-			Text [ en-US ] = "~Reply";
+			Identifier = SID_REPLYTO_POSTIT ;
+			HelpId = CMD_SID_REPLYTO_POSTIT ;
+			Text [ en-US ] = "~Reply" ;
 		};
 		MenuItem
 		{
 			Separator = TRUE;
-		};		
-        MenuItem
-        {
-            Identifier = SID_DELETE_POSTIT ;
-            HelpId = CMD_SID_DELETE_POSTIT ;
-            Text [ en-US ] = "~Delete Comment" ;
-        };
-        MenuItem
-        {
-            Identifier = SID_DELETEALLBYAUTHOR_POSTIT ;
-            HelpId = CMD_SID_DELETEALLBYAUTHOR_POSTIT ;
-            Text [ en-US ] = "Delete All Comments ~by %1" ;
-        };
-        MenuItem
-        {
-            Identifier = SID_DELETEALL_POSTIT;
-            HelpId = CMD_SID_DELETEALL_POSTIT;
-            Text [ en-US ] = "Delete ~All Comments" ;
-        };
+		};
+		MenuItem
+		{
+			Identifier = SID_DELETE_POSTIT ;
+			HelpId = CMD_SID_DELETE_POSTIT ;
+			Text [ en-US ] = "~Delete Comment" ;
+		};
+		MenuItem
+		{
+			Identifier = SID_DELETEALLBYAUTHOR_POSTIT ;
+			HelpId = CMD_SID_DELETEALLBYAUTHOR_POSTIT ;
+			Text [ en-US ] = "Delete All Comments ~by %1" ;
+		};
+		MenuItem
+		{
+			Identifier = SID_DELETEALL_POSTIT ;
+			HelpId = CMD_SID_DELETEALL_POSTIT ;
+			Text [ en-US ] = "Delete ~All Comments" ;
+		};
 	};
 };
 
 String STR_ANNOTATION_TODAY
 {
-    Text [ en-US ] = "Today," ;
+	Text [ en-US ] = "Today," ;
 };
 
 String STR_ANNOTATION_YESTERDAY
 {
-    Text [ en-US ] = "Yesterday," ;
+	Text [ en-US ] = "Yesterday," ;
 };
 
 String STR_ANNOTATION_NOAUTHOR
 {
-    Text [ en-US ] = "(no author)" ;
+	Text [ en-US ] = "(no author)" ;
 };
 
 String STR_ANNOTATION_WRAP_FORWARD
 {
-	Text [ en-US ] = "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?";
+	Text [ en-US ] = "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?" ;
 };
 
 String STR_ANNOTATION_WRAP_BACKWARD
 {
-	Text [ en-US ] = "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?";
+	Text [ en-US ] = "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?" ;
 };
 
 String STR_ANNOTATION_WRAP_FORWARD_DRAW
 {
-	Text [ en-US ] = "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?";
+	Text [ en-US ] = "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?" ;
 };
 
 String STR_ANNOTATION_WRAP_BACKWARD_DRAW
 {
-	Text [ en-US ] = "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?";
+	Text [ en-US ] = "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?" ;
 };
 
 String STR_ANNOTATION_UNDO_INSERT
 {
-	Text [ en-US ] = "Insert Comment";
+	Text [ en-US ] = "Insert Comment" ;
 };
 
 String STR_ANNOTATION_UNDO_DELETE
 {
-	Text [ en-US ] = "Delete Comment(s)";
+	Text [ en-US ] = "Delete Comment(s)" ;
 };
 
 String STR_ANNOTATION_UNDO_MOVE
 {
-	Text [ en-US ] = "Move Comment";
+	Text [ en-US ] = "Move Comment" ;
 };
 
 String STR_ANNOTATION_UNDO_EDIT
 {
-	Text [ en-US ] = "Edit Comment";
+	Text [ en-US ] = "Edit Comment" ;
 };
 
 String STR_ANNOTATION_UNDO_REPLY
 {
-	Text [ en-US ] = "Reply to Comment";
+	Text [ en-US ] = "Reply to Comment" ;
 };
 
 String STR_ANNOTATION_REPLY
 {
 	Text [ en-US ] = "Reply to %1" ;
 };
+
+// ******************************************************************* EOF