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 3348577 Cleaned up resource files 3348577 is described below commit 33485770fc96f2784f554c2c400e3961fa8c7b6a Author: mseidel <msei...@apache.org> AuthorDate: Thu Aug 13 20:29:50 2020 +0200 Cleaned up resource files --- main/uui/source/alreadyopen.src | 23 +++++++------- main/vcl/source/src/units.src | 46 ++++++++++++++------------- main/xmlsecurity/source/component/warnbox.src | 15 +++++---- 3 files changed, 44 insertions(+), 40 deletions(-) diff --git a/main/uui/source/alreadyopen.src b/main/uui/source/alreadyopen.src index 0e1e0ac..aa6cba6 100644 --- a/main/uui/source/alreadyopen.src +++ b/main/uui/source/alreadyopen.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. - * + * *************************************************************/ @@ -29,30 +29,31 @@ String STR_ALREADYOPEN_TITLE { - Text = "Document in Use"; + Text = "Document in Use" ; }; String STR_ALREADYOPEN_MSG { - Text [ en-US ] = "Document file '$(ARG1)' is locked for editing by yourself on a different system since $(ARG2)\n\nOpen document read-only, or ignore own file locking and open the document for editing.\n\n"; + Text [ en-US ] = "Document file '$(ARG1)' is locked for editing by yourself on a different system since $(ARG2)\n\nOpen document read-only, or ignore own file locking and open the document for editing.\n\n" ; }; String STR_ALREADYOPEN_READONLY_BTN { - Text [ en-US ] = "Open ~Read-Only"; + Text [ en-US ] = "Open ~Read-Only" ; }; String STR_ALREADYOPEN_OPEN_BTN { - Text [ en-US ] = "~Open"; + Text [ en-US ] = "~Open" ; }; String STR_ALREADYOPEN_SAVE_MSG { - Text [ en-US ] = "Document file '$(ARG1)' is locked for editing by yourself on a different system since $(ARG2)\n\nClose document on other system and retry saving or ignore own file locking and save current document.\n\n"; + Text [ en-US ] = "Document file '$(ARG1)' is locked for editing by yourself on a different system since $(ARG2)\n\nClose document on other system and retry saving or ignore own file locking and save current document.\n\n" ; }; String STR_ALREADYOPEN_RETRY_SAVE_BTN { - Text [ en-US ] = "~Retry Saving"; + Text [ en-US ] = "~Retry Saving" ; }; String STR_ALREADYOPEN_SAVE_BTN { - Text [ en-US ] = "~Save"; + Text [ en-US ] = "~Save" ; }; +// ********************************************************************** EOF diff --git a/main/vcl/source/src/units.src b/main/vcl/source/src/units.src index 02a01ed..e8bec44 100644 --- a/main/vcl/source/src/units.src +++ b/main/vcl/source/src/units.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,19 +7,20 @@ * 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. - * + * *************************************************************/ + #define _SV_UNITS_SRC #include <svids.hrc> @@ -28,24 +29,25 @@ StringArray SV_FUNIT_STRINGS { ItemList [ en-US ] = { - < "mm" ; FUNIT_MM ; > ; - < "cm" ; FUNIT_CM ; > ; - < "m" ; FUNIT_M ; > ; - < "km" ; FUNIT_KM ; > ; - < "twips" ; FUNIT_TWIP ; > ; - < "twip" ; FUNIT_TWIP ; > ; - < "pt" ; FUNIT_POINT ; > ; - < "pi" ; FUNIT_PICA ; > ; - < "\"" ; FUNIT_INCH ; > ; - < "in" ; FUNIT_INCH ; > ; - < "inch" ; FUNIT_INCH ; > ; - < "'" ; FUNIT_FOOT ; > ; - < "ft" ; FUNIT_FOOT ; > ; - < "foot" ; FUNIT_FOOT ; > ; - < "feet" ; FUNIT_FOOT ; > ; - < "miles" ; FUNIT_MILE ; > ; - < "mile" ; FUNIT_MILE ; > ; - < "%" ; FUNIT_PERCENT ; > ; + < "mm" ; FUNIT_MM ; > ; + < "cm" ; FUNIT_CM ; > ; + < "m" ; FUNIT_M ; > ; + < "km" ; FUNIT_KM ; > ; + < "twips" ; FUNIT_TWIP ; > ; + < "twip" ; FUNIT_TWIP ; > ; + < "pt" ; FUNIT_POINT ; > ; + < "pi" ; FUNIT_PICA ; > ; + < "\"" ; FUNIT_INCH ; > ; + < "in" ; FUNIT_INCH ; > ; + < "inch" ; FUNIT_INCH ; > ; + < "'" ; FUNIT_FOOT ; > ; + < "ft" ; FUNIT_FOOT ; > ; + < "foot" ; FUNIT_FOOT ; > ; + < "feet" ; FUNIT_FOOT ; > ; + < "miles" ; FUNIT_MILE ; > ; + < "mile" ; FUNIT_MILE ; > ; + < "%" ; FUNIT_PERCENT ; > ; }; }; +// ********************************************************************** EOF diff --git a/main/xmlsecurity/source/component/warnbox.src b/main/xmlsecurity/source/component/warnbox.src index c7359af..bd8874e 100644 --- a/main/xmlsecurity/source/component/warnbox.src +++ b/main/xmlsecurity/source/component/warnbox.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,8 +25,9 @@ WarningBox RID_XMLSECWB_NO_MOZILLA_PROFILE { - Buttons = WB_OK ; - DefButton = WB_DEF_OK ; - Message [ en-US ] = "Digital signatures functionality could not be used, because no Mozilla user profile was found. Please check the Mozilla installation." ; + Buttons = WB_OK ; + DefButton = WB_DEF_OK ; + Message [ en-US ] = "Digital signatures functionality could not be used, because no Mozilla user profile was found. Please check the Mozilla installation." ; }; +// ********************************************************************** EOF