[openoffice] branch AOO42X updated: Fixed dBase -> dBASE

2022-06-27 Thread mseidel
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 bcc0735f63 Fixed dBase -> dBASE
bcc0735f63 is described below

commit bcc0735f633f122483f4fa3ac20f278b86f7bd2d
Author: mseidel 
AuthorDate: Mon Jun 27 23:13:30 2022 +0200

Fixed dBase -> dBASE

(cherry picked from commit 9d58340b4b4928db974535ae81750b02811b636a)
---
 .../source/resource/conn_shared_res.src| 271 +++--
 main/sw/source/ui/dbui/dbui.src|   2 +-
 2 files changed, 137 insertions(+), 136 deletions(-)

diff --git a/main/connectivity/source/resource/conn_shared_res.src 
b/main/connectivity/source/resource/conn_shared_res.src
index 5068b58819..083da8b570 100644
--- a/main/connectivity/source/resource/conn_shared_res.src
+++ b/main/connectivity/source/resource/conn_shared_res.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.
- * 
+ *
  */
 
 
@@ -38,162 +38,162 @@
 
 String STR_MOZILLA_ADDRESSBOOKS
 {
-Text [ en-US ] = "Mozilla/Seamonkey Addressbook Directory";
+   Text [ en-US ] = "Mozilla/Seamonkey Addressbook Directory" ;
 };
 
 String STR_THUNDERBIRD_ADDRESSBOOKS
 {
-Text [ en-US ] = "Thunderbird Addressbook Directory";
+   Text [ en-US ] = "Thunderbird Addressbook Directory" ;
 };
 
 String STR_OE_ADDRESSBOOK
 {
-Text [ en-US ] = "Outlook Express Addressbook";
+   Text [ en-US ] = "Outlook Express Addressbook" ;
 };
 
 String STR_OUTLOOK_MAPI_ADDRESSBOOK
 {
-Text [ en-US ] = "Outlook (MAPI) Addressbook";
+   Text [ en-US ] = "Outlook (MAPI) Addressbook" ;
 };
 
 String STR_NO_TABLE_CREATION_SUPPORT
 {
-Text [ en-US ] = "Creating tables is not supported for this kind of 
address books.";
+   Text [ en-US ] = "Creating tables is not supported for this kind of 
address books." ;
 };
 
 String STR_MOZILLA_IS_RUNNING
 {
-Text [ en-US ] = "Cannot create new address books while Mozilla is 
running.";
+   Text [ en-US ] = "Cannot create new address books while Mozilla is 
running." ;
 };
 
 String STR_COULD_NOT_RETRIEVE_AB_ENTRY
 {
-Text [ en-US ] = "An address book entry could not be retrieved, an unknown 
error occurred.";
+   Text [ en-US ] = "An address book entry could not be retrieved, an 
unknown error occurred." ;
 };
 
 String STR_COULD_NOT_GET_DIRECTORY_NAME
 {
-Text [ en-US ] = "An address book directory name could not be retrieved, 
an unknown error occurred.";
+   Text [ en-US ] = "An address book directory name could not be 
retrieved, an unknown error occurred." ;
 };
 
 String STR_TIMEOUT_WAITING
 {
-Text [ en-US ] = "Timed out while waiting for the result.";
+   Text [ en-US ] = "Timed out while waiting for the result." ;
 };
 
 String STR_ERR_EXECUTING_QUERY
 {
-Text [ en-US ] = "An error occurred while executing the query.";
+   Text [ en-US ] = "An error occurred while executing the query." ;
 };
 
 String STR_MOZILLA_IS_RUNNIG_NO_CHANGES
 {
-Text [ en-US ] = "You can't make any changes to mozilla address book when 
mozilla is running.";
+   Text [ en-US ] = "You can't make any changes to Mozilla address book 
when Mozilla is running." ;
 };
 
 String STR_FOREIGN_PROCESS_CHANGED_AB
 {
-Text [ en-US ] = "Mozilla Address Book has been changed out of this 
process, we can't modify it in this condition.";
+   Text [ en-US ] = "Mozilla Address Book has been changed out of this 
process, we can't modify it in this condition." ;
 };
 
 String STR_CANT_FIND_ROW
 {
-Text [ en-US ] = "Can't find the requested row.";
+   Text [ en-US ] = "Can't find the requested row." ;
 };
 
 String STR_CANT_FIND_CARD_FOR_ROW
 {
-Text [ en-US ] = "Can't find the card for the requested row.";
+   Text [ en-US ] = "Can't find the card for the requested row." ;
 };
 
 String STR_QUERY_AT_LEAST_ONE_TABLES
 {
-Text [ en-US ] = "The query can not be executed. It needs at least one 
table.";
+   Text [ en-US ] = "The 

[openoffice] branch trunk updated: Fixed dBase -> dBASE

2022-06-27 Thread mseidel
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 9d58340b4b Fixed dBase -> dBASE
9d58340b4b is described below

commit 9d58340b4b4928db974535ae81750b02811b636a
Author: mseidel 
AuthorDate: Mon Jun 27 23:13:30 2022 +0200

Fixed dBase -> dBASE
---
 .../source/resource/conn_shared_res.src| 271 +++--
 main/sw/source/ui/dbui/dbui.src|   2 +-
 2 files changed, 137 insertions(+), 136 deletions(-)

diff --git a/main/connectivity/source/resource/conn_shared_res.src 
b/main/connectivity/source/resource/conn_shared_res.src
index 5068b58819..083da8b570 100644
--- a/main/connectivity/source/resource/conn_shared_res.src
+++ b/main/connectivity/source/resource/conn_shared_res.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.
- * 
+ *
  */
 
 
@@ -38,162 +38,162 @@
 
 String STR_MOZILLA_ADDRESSBOOKS
 {
-Text [ en-US ] = "Mozilla/Seamonkey Addressbook Directory";
+   Text [ en-US ] = "Mozilla/Seamonkey Addressbook Directory" ;
 };
 
 String STR_THUNDERBIRD_ADDRESSBOOKS
 {
-Text [ en-US ] = "Thunderbird Addressbook Directory";
+   Text [ en-US ] = "Thunderbird Addressbook Directory" ;
 };
 
 String STR_OE_ADDRESSBOOK
 {
-Text [ en-US ] = "Outlook Express Addressbook";
+   Text [ en-US ] = "Outlook Express Addressbook" ;
 };
 
 String STR_OUTLOOK_MAPI_ADDRESSBOOK
 {
-Text [ en-US ] = "Outlook (MAPI) Addressbook";
+   Text [ en-US ] = "Outlook (MAPI) Addressbook" ;
 };
 
 String STR_NO_TABLE_CREATION_SUPPORT
 {
-Text [ en-US ] = "Creating tables is not supported for this kind of 
address books.";
+   Text [ en-US ] = "Creating tables is not supported for this kind of 
address books." ;
 };
 
 String STR_MOZILLA_IS_RUNNING
 {
-Text [ en-US ] = "Cannot create new address books while Mozilla is 
running.";
+   Text [ en-US ] = "Cannot create new address books while Mozilla is 
running." ;
 };
 
 String STR_COULD_NOT_RETRIEVE_AB_ENTRY
 {
-Text [ en-US ] = "An address book entry could not be retrieved, an unknown 
error occurred.";
+   Text [ en-US ] = "An address book entry could not be retrieved, an 
unknown error occurred." ;
 };
 
 String STR_COULD_NOT_GET_DIRECTORY_NAME
 {
-Text [ en-US ] = "An address book directory name could not be retrieved, 
an unknown error occurred.";
+   Text [ en-US ] = "An address book directory name could not be 
retrieved, an unknown error occurred." ;
 };
 
 String STR_TIMEOUT_WAITING
 {
-Text [ en-US ] = "Timed out while waiting for the result.";
+   Text [ en-US ] = "Timed out while waiting for the result." ;
 };
 
 String STR_ERR_EXECUTING_QUERY
 {
-Text [ en-US ] = "An error occurred while executing the query.";
+   Text [ en-US ] = "An error occurred while executing the query." ;
 };
 
 String STR_MOZILLA_IS_RUNNIG_NO_CHANGES
 {
-Text [ en-US ] = "You can't make any changes to mozilla address book when 
mozilla is running.";
+   Text [ en-US ] = "You can't make any changes to Mozilla address book 
when Mozilla is running." ;
 };
 
 String STR_FOREIGN_PROCESS_CHANGED_AB
 {
-Text [ en-US ] = "Mozilla Address Book has been changed out of this 
process, we can't modify it in this condition.";
+   Text [ en-US ] = "Mozilla Address Book has been changed out of this 
process, we can't modify it in this condition." ;
 };
 
 String STR_CANT_FIND_ROW
 {
-Text [ en-US ] = "Can't find the requested row.";
+   Text [ en-US ] = "Can't find the requested row." ;
 };
 
 String STR_CANT_FIND_CARD_FOR_ROW
 {
-Text [ en-US ] = "Can't find the card for the requested row.";
+   Text [ en-US ] = "Can't find the card for the requested row." ;
 };
 
 String STR_QUERY_AT_LEAST_ONE_TABLES
 {
-Text [ en-US ] = "The query can not be executed. It needs at least one 
table.";
+   Text [ en-US ] = "The query can not be executed. It needs at least one 
table." ;
 };
 
 String 

[openoffice] branch AOO41X updated: Fixed typo (basic -> BASIC)

2022-06-27 Thread mseidel
This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO41X by this push:
 new e3a0043b21 Fixed typo (basic -> BASIC)
e3a0043b21 is described below

commit e3a0043b216e1f64f651a89097e6969e9007dad2
Author: mseidel 
AuthorDate: Mon Jun 27 22:04:25 2022 +0200

Fixed typo (basic -> BASIC)

(cherry picked from commit f9a342d10f6f0c19f613c0390fb7dfb9bb690f77)
---
 main/uui/source/ids.src | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/uui/source/ids.src b/main/uui/source/ids.src
index 787541dd0e..93a2ebde10 100644
--- a/main/uui/source/ids.src
+++ b/main/uui/source/ids.src
@@ -72,7 +72,7 @@ Resource RID_UUI_ERRHDL
 
String (ERRCODE_UUI_IO_MODULESIZEEXCEEDED & ERRCODE_RES_MASK)
{
-   Text [ en-US ] = "You are about to save/export a password 
protected basic library containing module(s)\n$(ARG1)\nwhich are too large to 
store in binary format. If you wish users that don't have access to the library 
password to be able to run macros in those module(s) you must split those 
modules into a number of smaller modules. Do you wish to continue to 
save/export this library?" ;
+   Text [ en-US ] = "You are about to save/export a password 
protected BASIC library containing module(s)\n$(ARG1)\nwhich are too large to 
store in binary format. If you wish users that don't have access to the library 
password to be able to run macros in those module(s) you must split those 
modules into a number of smaller modules. Do you wish to continue to 
save/export this library?" ;
};
 
String (ERRCODE_UUI_IO_BADCRC & ERRCODE_RES_MASK)



[openoffice] branch AOO42X updated (df6aeff4d8 -> ccc3b4c223)

2022-06-27 Thread mseidel
This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a change to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


from df6aeff4d8 Added missing space in string
 new 9bb7960839 Cleaned up whitespace
 new ccc3b4c223 Fixed typo (basic -> BASIC)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 main/uui/source/ids.src | 741 +++-
 1 file changed, 357 insertions(+), 384 deletions(-)



[openoffice] 02/02: Fixed typo (basic -> BASIC)

2022-06-27 Thread mseidel
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

commit ccc3b4c223b58d1af9c0ca1ec53b8d4f599409f9
Author: mseidel 
AuthorDate: Mon Jun 27 22:04:25 2022 +0200

Fixed typo (basic -> BASIC)

(cherry picked from commit f9a342d10f6f0c19f613c0390fb7dfb9bb690f77)
---
 main/uui/source/ids.src | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/uui/source/ids.src b/main/uui/source/ids.src
index 787541dd0e..93a2ebde10 100644
--- a/main/uui/source/ids.src
+++ b/main/uui/source/ids.src
@@ -72,7 +72,7 @@ Resource RID_UUI_ERRHDL
 
String (ERRCODE_UUI_IO_MODULESIZEEXCEEDED & ERRCODE_RES_MASK)
{
-   Text [ en-US ] = "You are about to save/export a password 
protected basic library containing module(s)\n$(ARG1)\nwhich are too large to 
store in binary format. If you wish users that don't have access to the library 
password to be able to run macros in those module(s) you must split those 
modules into a number of smaller modules. Do you wish to continue to 
save/export this library?" ;
+   Text [ en-US ] = "You are about to save/export a password 
protected BASIC library containing module(s)\n$(ARG1)\nwhich are too large to 
store in binary format. If you wish users that don't have access to the library 
password to be able to run macros in those module(s) you must split those 
modules into a number of smaller modules. Do you wish to continue to 
save/export this library?" ;
};
 
String (ERRCODE_UUI_IO_BADCRC & ERRCODE_RES_MASK)



[openoffice] 01/02: Cleaned up whitespace

2022-06-27 Thread mseidel
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

commit 9bb7960839fb8ce63fb5bb528427e5fb63271858
Author: Matthias Seidel 
AuthorDate: Fri Jul 26 12:07:57 2019 +

Cleaned up whitespace

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1863808 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit aefd6d56a6facb1d9c2a38abf33b637f5be6)
---
 main/uui/source/ids.src | 741 +++-
 1 file changed, 357 insertions(+), 384 deletions(-)

diff --git a/main/uui/source/ids.src b/main/uui/source/ids.src
index c76fb16702..787541dd0e 100644
--- a/main/uui/source/ids.src
+++ b/main/uui/source/ids.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,402 +29,375 @@
 
 String RID_KEEP_PASSWORD
 {
-Text [ en-US ] = "~Remember password until end of session";
+   Text [ en-US ] = "~Remember password until end of session" ;
 };
 
 String RID_SAVE_PASSWORD
 {
-Text [ en-US ] = "~Remember password";
+   Text [ en-US ] = "~Remember password" ;
 };
 
 
 String STR_WARNING_BROKENSIGNATURE_TITLE
 {
-Text [ en-US ] = "Invalid Document Signature" ;
+   Text [ en-US ] = "Invalid Document Signature" ;
 };
 
 String STR_WARNING_INCOMPLETE_ENCRYPTION_TITLE
 {
-Text [ en-US ] = "Non-Encrypted Streams" ;
+   Text [ en-US ] = "Non-Encrypted Streams" ;
 };
 
 Resource RID_UUI_ERRHDL
 {
-String (ERRCODE_UUI_IO_ABORT & ERRCODE_RES_MASK)
-{
-Text [ en-US ] = "The operation executed on $(ARG1) was aborted.";
-};
-
-String (ERRCODE_UUI_IO_ACCESSDENIED & ERRCODE_RES_MASK)
-{
-Text [ en-US ] = "Access to $(ARG1) was denied.";
-};
-
-String (ERRCODE_UUI_IO_ALREADYEXISTS & ERRCODE_RES_MASK)
-{
-Text [ en-US ] = "$(ARG1) already exists.";
-};
-
-String (ERRCODE_UUI_IO_TARGETALREADYEXISTS & ERRCODE_RES_MASK)
-{
-Text [ en-US ] = "Target already exists.";
-};
-
-String (ERRCODE_UUI_IO_MODULESIZEEXCEEDED & ERRCODE_RES_MASK)
-{
-Text [ en-US ] = "You are about to save/export a password protected 
basic library containing module(s) \n$(ARG1)\nwhich are too large to store in 
binary format. If you wish users that don't have access to the library password 
to be able to run macros in those module(s) you must split those modules into a 
number of smaller modules. Do you wish to continue to save/export this 
library?" ;
-};
-
-String (ERRCODE_UUI_IO_BADCRC & ERRCODE_RES_MASK)
-{
-Text [ en-US ] = "The data from $(ARG1) has an incorrect checksum.";
-};
-
-String (ERRCODE_UUI_IO_CANTCREATE & ERRCODE_RES_MASK)
-{
-Text [ en-US ] = "The object $(ARG1) cannot be created in directory 
$(ARG2).";
-};
-
-String (ERRCODE_UUI_IO_CANTREAD & ERRCODE_RES_MASK)
-{
-Text [ en-US ] = "Data of $(ARG1) could not be read.";
-};
-
-String (ERRCODE_UUI_IO_CANTSEEK & ERRCODE_RES_MASK)
-{
-Text [ en-US ] = "The seek operation on $(ARG1) could not be 
performed.";
-};
-
-String (ERRCODE_UUI_IO_CANTTELL & ERRCODE_RES_MASK)
-{
-Text [ en-US ] = "The tell operation on $(ARG1) could not be 
performed.";
-};
-
-String (ERRCODE_UUI_IO_CANTWRITE & ERRCODE_RES_MASK)
-{
-Text [ en-US ] = "Data for $(ARG1) could not be written.";
-};
-
-String (ERRCODE_UUI_IO_CURRENTDIR & ERRCODE_RES_MASK)
-{
-Text [ en-US ] = "Action impossible: $(ARG1) is the current 
directory.";
-};
-
-String (ERRCODE_UUI_IO_NOTREADY & ERRCODE_RES_MASK)
-{
-Text [ en-US ] = "$(ARG1) is not ready.";
-};
-
-String (ERRCODE_UUI_IO_NOTSAMEDEVICE & ERRCODE_RES_MASK)
-{
-Text [ en-US ] = "Action impossible: $(ARG1) and $(ARG2) are different 
devices (drives).";
-};
-
-String (ERRCODE_UUI_IO_GENERAL & ERRCODE_RES_MASK)
-{
-Text [ en-US ] = "General input/output error while accessing $(ARG1).";
-};
-
-

[openoffice] branch trunk updated: Fixed typo (basic -> BASIC)

2022-06-27 Thread mseidel
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 f9a342d10f Fixed typo (basic -> BASIC)
f9a342d10f is described below

commit f9a342d10f6f0c19f613c0390fb7dfb9bb690f77
Author: mseidel 
AuthorDate: Mon Jun 27 22:04:25 2022 +0200

Fixed typo (basic -> BASIC)
---
 main/uui/source/ids.src | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/uui/source/ids.src b/main/uui/source/ids.src
index 787541dd0e..93a2ebde10 100644
--- a/main/uui/source/ids.src
+++ b/main/uui/source/ids.src
@@ -72,7 +72,7 @@ Resource RID_UUI_ERRHDL
 
String (ERRCODE_UUI_IO_MODULESIZEEXCEEDED & ERRCODE_RES_MASK)
{
-   Text [ en-US ] = "You are about to save/export a password 
protected basic library containing module(s)\n$(ARG1)\nwhich are too large to 
store in binary format. If you wish users that don't have access to the library 
password to be able to run macros in those module(s) you must split those 
modules into a number of smaller modules. Do you wish to continue to 
save/export this library?" ;
+   Text [ en-US ] = "You are about to save/export a password 
protected BASIC library containing module(s)\n$(ARG1)\nwhich are too large to 
store in binary format. If you wish users that don't have access to the library 
password to be able to run macros in those module(s) you must split those 
modules into a number of smaller modules. Do you wish to continue to 
save/export this library?" ;
};
 
String (ERRCODE_UUI_IO_BADCRC & ERRCODE_RES_MASK)



[openoffice] branch AOO41X updated: Cleaned up whitespace

2022-06-27 Thread mseidel
This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO41X by this push:
 new 86ed59736c Cleaned up whitespace
86ed59736c is described below

commit 86ed59736ce42adbab25f16264748fa52988e8ec
Author: Matthias Seidel 
AuthorDate: Fri Jul 26 12:07:57 2019 +

Cleaned up whitespace

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1863808 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit aefd6d56a6facb1d9c2a38abf33b637f5be6)
---
 main/uui/source/ids.src | 741 +++-
 1 file changed, 357 insertions(+), 384 deletions(-)

diff --git a/main/uui/source/ids.src b/main/uui/source/ids.src
index c76fb16702..787541dd0e 100644
--- a/main/uui/source/ids.src
+++ b/main/uui/source/ids.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,402 +29,375 @@
 
 String RID_KEEP_PASSWORD
 {
-Text [ en-US ] = "~Remember password until end of session";
+   Text [ en-US ] = "~Remember password until end of session" ;
 };
 
 String RID_SAVE_PASSWORD
 {
-Text [ en-US ] = "~Remember password";
+   Text [ en-US ] = "~Remember password" ;
 };
 
 
 String STR_WARNING_BROKENSIGNATURE_TITLE
 {
-Text [ en-US ] = "Invalid Document Signature" ;
+   Text [ en-US ] = "Invalid Document Signature" ;
 };
 
 String STR_WARNING_INCOMPLETE_ENCRYPTION_TITLE
 {
-Text [ en-US ] = "Non-Encrypted Streams" ;
+   Text [ en-US ] = "Non-Encrypted Streams" ;
 };
 
 Resource RID_UUI_ERRHDL
 {
-String (ERRCODE_UUI_IO_ABORT & ERRCODE_RES_MASK)
-{
-Text [ en-US ] = "The operation executed on $(ARG1) was aborted.";
-};
-
-String (ERRCODE_UUI_IO_ACCESSDENIED & ERRCODE_RES_MASK)
-{
-Text [ en-US ] = "Access to $(ARG1) was denied.";
-};
-
-String (ERRCODE_UUI_IO_ALREADYEXISTS & ERRCODE_RES_MASK)
-{
-Text [ en-US ] = "$(ARG1) already exists.";
-};
-
-String (ERRCODE_UUI_IO_TARGETALREADYEXISTS & ERRCODE_RES_MASK)
-{
-Text [ en-US ] = "Target already exists.";
-};
-
-String (ERRCODE_UUI_IO_MODULESIZEEXCEEDED & ERRCODE_RES_MASK)
-{
-Text [ en-US ] = "You are about to save/export a password protected 
basic library containing module(s) \n$(ARG1)\nwhich are too large to store in 
binary format. If you wish users that don't have access to the library password 
to be able to run macros in those module(s) you must split those modules into a 
number of smaller modules. Do you wish to continue to save/export this 
library?" ;
-};
-
-String (ERRCODE_UUI_IO_BADCRC & ERRCODE_RES_MASK)
-{
-Text [ en-US ] = "The data from $(ARG1) has an incorrect checksum.";
-};
-
-String (ERRCODE_UUI_IO_CANTCREATE & ERRCODE_RES_MASK)
-{
-Text [ en-US ] = "The object $(ARG1) cannot be created in directory 
$(ARG2).";
-};
-
-String (ERRCODE_UUI_IO_CANTREAD & ERRCODE_RES_MASK)
-{
-Text [ en-US ] = "Data of $(ARG1) could not be read.";
-};
-
-String (ERRCODE_UUI_IO_CANTSEEK & ERRCODE_RES_MASK)
-{
-Text [ en-US ] = "The seek operation on $(ARG1) could not be 
performed.";
-};
-
-String (ERRCODE_UUI_IO_CANTTELL & ERRCODE_RES_MASK)
-{
-Text [ en-US ] = "The tell operation on $(ARG1) could not be 
performed.";
-};
-
-String (ERRCODE_UUI_IO_CANTWRITE & ERRCODE_RES_MASK)
-{
-Text [ en-US ] = "Data for $(ARG1) could not be written.";
-};
-
-String (ERRCODE_UUI_IO_CURRENTDIR & ERRCODE_RES_MASK)
-{
-Text [ en-US ] = "Action impossible: $(ARG1) is the current 
directory.";
-};
-
-String (ERRCODE_UUI_IO_NOTREADY & ERRCODE_RES_MASK)
-{
-Text [ en-US ] = "$(ARG1) is not ready.";
-};
-
-String (ERRCODE_UUI_IO_NOTSAMEDEVICE & ERRCODE_RES_MASK)
-{
-Text [ en-US ] = "Action impossible: $(ARG1) and $(ARG2) are different 
devices (drives).";
-};
-
-String 

[openoffice] branch AOO41X updated: Added missing space in string

2022-06-27 Thread mseidel
This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO41X by this push:
 new 8f9c93665c Added missing space in string
8f9c93665c is described below

commit 8f9c93665cc3281d233e6aea102028b41d23c435
Author: mseidel 
AuthorDate: Mon Jun 27 17:54:42 2022 +0200

Added missing space in string

(cherry picked from commit 829751c3fadae430961e9be254a8dec55356d193)
---
 main/sc/source/ui/src/globstr.src | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/sc/source/ui/src/globstr.src 
b/main/sc/source/ui/src/globstr.src
index 05afb849c8..725e4b998b 100644
--- a/main/sc/source/ui/src/globstr.src
+++ b/main/sc/source/ui/src/globstr.src
@@ -1538,7 +1538,7 @@ Resource RID_GLOBSTR
};
String STR_CHANGED_DELETE
{
-   Text [ en-US ] = "#1deleted" ;
+   Text [ en-US ] = "#1 deleted" ;
};
String STR_CHANGED_MOVE
{



[openoffice] branch trunk updated: Added missing space in string

2022-06-27 Thread mseidel
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 829751c3fa Added missing space in string
829751c3fa is described below

commit 829751c3fadae430961e9be254a8dec55356d193
Author: mseidel 
AuthorDate: Mon Jun 27 17:54:42 2022 +0200

Added missing space in string
---
 main/sc/source/ui/src/globstr.src | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/sc/source/ui/src/globstr.src 
b/main/sc/source/ui/src/globstr.src
index 312d1d7a80..1dcb9b6c6d 100644
--- a/main/sc/source/ui/src/globstr.src
+++ b/main/sc/source/ui/src/globstr.src
@@ -1537,7 +1537,7 @@ Resource RID_GLOBSTR
};
String STR_CHANGED_DELETE
{
-   Text [ en-US ] = "#1deleted" ;
+   Text [ en-US ] = "#1 deleted" ;
};
String STR_CHANGED_MOVE
{



[openoffice] branch AOO42X updated: Added missing space in string

2022-06-27 Thread mseidel
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 df6aeff4d8 Added missing space in string
df6aeff4d8 is described below

commit df6aeff4d8eaa5111fc661788ec3a7fe61d2ea11
Author: mseidel 
AuthorDate: Mon Jun 27 17:54:42 2022 +0200

Added missing space in string

(cherry picked from commit 829751c3fadae430961e9be254a8dec55356d193)
---
 main/sc/source/ui/src/globstr.src | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/sc/source/ui/src/globstr.src 
b/main/sc/source/ui/src/globstr.src
index 312d1d7a80..1dcb9b6c6d 100644
--- a/main/sc/source/ui/src/globstr.src
+++ b/main/sc/source/ui/src/globstr.src
@@ -1537,7 +1537,7 @@ Resource RID_GLOBSTR
};
String STR_CHANGED_DELETE
{
-   Text [ en-US ] = "#1deleted" ;
+   Text [ en-US ] = "#1 deleted" ;
};
String STR_CHANGED_MOVE
{



[openoffice-org] branch asf-site updated: git-site-role commit from copy_staging.sh

2022-06-27 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 458f26378 git-site-role commit from copy_staging.sh
458f26378 is described below

commit 458f2637815c9bb32f7f0014fb407da331e04272
Author: jenkins 
AuthorDate: Mon Jun 27 15:48:37 2022 +

git-site-role commit from copy_staging.sh
---
 content/de/doc/index.html|  14 +-
 content/feed.xml |   4 +-
 content/stats/countries.html | 767 ++-
 3 files changed, 395 insertions(+), 390 deletions(-)

diff --git a/content/de/doc/index.html b/content/de/doc/index.html
index 042ca72b6..2eef2c6d2 100644
--- a/content/de/doc/index.html
+++ b/content/de/doc/index.html
@@ -93,15 +93,15 @@

AOO Versionen 4.x

-   Die Pflege der deutschsprachigen Dokumentation wird seit AOO 
4.x vom Team der 
-   http://prooo-box.org/;>ProOO-Box 
sichergestellt. 
+   Die Pflege der deutschsprachigen Dokumentation wird seit AOO 
4.x vom Team der
+   https://prooo-box.org/;>ProOO-Box 
sichergestellt. 

-   Sie finden die jeweils aktuelle deutschsprachige 
Dokumentation 
-   http://prooo-box.org/live/seiten/dokumentation.html;>hier .
+   Sie finden die jeweils aktuelle deutschsprachige 
Dokumentation
+   https://prooo-box.org/live/seiten/dokumentation.html;>hier .



-   Englischsprachige Dokumentation zu OOo/AOO 
finden Sie unter: 
+   Englischsprachige Dokumentation zu OOo/AOO 
finden Sie unter:
https://wiki.openoffice.org/wiki/Documentation;>https://wiki.openoffice.org/wiki/Documentation.

Versionen OOo 1.x, 2.x, 3.1.x, 3.2.x, 3.3.x und AOO 
3.4.x
@@ -709,7 +709,7 @@



-   
27.12.2007 
+   
27.12.2007


ab 2.x
@@ -2366,7 +2366,7 @@

Dokumentation fr Version 1.x und 
1.1.x

-   Dokumentation der Verson 1.x 
und 1.1.x von OpenOffice.org
+   Dokumentation der Version 1.x 
und 1.1.x von OpenOffice.org



diff --git a/content/feed.xml b/content/feed.xml
index 129cd42fb..431ae84a5 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -6,8 +6,8 @@
 http://localhost:8820/feed.xml; rel="self" 
type="application/rss+xml" />
 OpenOffice.org Feed
 en-us
-Thu, 16 Jun 2022 19:10:56 +
-Thu, 16 Jun 2022 19:10:56 +
+Mon, 27 Jun 2022 15:24:22 +
+Mon, 27 Jun 2022 15:24:22 +
 
 

diff --git a/content/stats/countries.html b/content/stats/countries.html
index 8159a5a6b..abdd4b0c8 100644
--- a/content/stats/countries.html
+++ b/content/stats/countries.html
@@ -42,7 +42,7 @@

 
 
-  This table shows downloads per country/territory
 for the period from 2012-05-07 to 2021-02-28.
+  This table shows downloads per country/territory
 for the period from 2012-05-07 to 2022-06-19.
 
 
 
@@ -54,322 +54,322 @@
 
 #1
 United States
-50824629
+53458961
 
 
 #2
 France
-40769591
+43759166
 
 
 #3
 Germany
-30773118
+32692247
 
 
 #4
 Italy
-25334399
+27334278
 
 
 #5
 United Kingdom
-13525508
+14361864
 
 
 #6
 Spain
-13377363
+14336784
 
 
 #7
 Russia
-12734862
+13727417
 
 
 #8
-Japan
-12254978
+Poland
+12813493
 
 
 #9
-Poland
-11792300
+Japan
+12794544
 
 
 #10
 Canada
-7685215
+8133085
 
 
 #11
 India
-5405284
+6618308
 
 
 #12
 Netherlands
-4857856
+5138250
 
 
 #13
 Belgium
-4255976
+4530429
 
 
 #14
 Brazil
-4130325
+4450591
 
 
 #15
-Australia
-3410155
+Mexico
+3689382
 
 
 #16
-Mexico
-3341614
+Australia
+3622630
 
 
 #17
 Sweden
-3265899
+3464112
 
 
 #18
 Taiwan
-2983325
+3235800
 
 
 #19
 Finland
-2825013
+2944543
 
 
 #20
 Switzerland
-2712218
+2943266
 
 
 #21
 Ukraine
-2452430
+2567175
 
 
 #22
-Czech Republic
-2338646
+Turkey
+2522739
 
 
 #23
-Turkey
-2312554
+Czech Republic
+2442863
 
 
 #24
 Argentina
-2214997
+2428653
 
 
 #25
 Austria

[openoffice-org] branch asf-staging updated: git-site-role commit from build_staging.sh

2022-06-27 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git


The following commit(s) were added to refs/heads/asf-staging by this push:
 new a03cf0985 git-site-role commit from build_staging.sh
a03cf0985 is described below

commit a03cf0985fb586d02a1c1646245cbb7eea355544
Author: jenkins 
AuthorDate: Mon Jun 27 15:25:09 2022 +

git-site-role commit from build_staging.sh
---
 content/feed.xml |   4 +-
 content/stats/countries.html | 767 ++-
 2 files changed, 388 insertions(+), 383 deletions(-)

diff --git a/content/feed.xml b/content/feed.xml
index 66b4250f2..431ae84a5 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -6,8 +6,8 @@
 http://localhost:8820/feed.xml; rel="self" 
type="application/rss+xml" />
 OpenOffice.org Feed
 en-us
-Tue, 21 Jun 2022 08:45:44 +
-Tue, 21 Jun 2022 08:45:44 +
+Mon, 27 Jun 2022 15:24:22 +
+Mon, 27 Jun 2022 15:24:22 +
 
 

diff --git a/content/stats/countries.html b/content/stats/countries.html
index 8159a5a6b..abdd4b0c8 100644
--- a/content/stats/countries.html
+++ b/content/stats/countries.html
@@ -42,7 +42,7 @@

 
 
-  This table shows downloads per country/territory
 for the period from 2012-05-07 to 2021-02-28.
+  This table shows downloads per country/territory
 for the period from 2012-05-07 to 2022-06-19.
 
 
 
@@ -54,322 +54,322 @@
 
 #1
 United States
-50824629
+53458961
 
 
 #2
 France
-40769591
+43759166
 
 
 #3
 Germany
-30773118
+32692247
 
 
 #4
 Italy
-25334399
+27334278
 
 
 #5
 United Kingdom
-13525508
+14361864
 
 
 #6
 Spain
-13377363
+14336784
 
 
 #7
 Russia
-12734862
+13727417
 
 
 #8
-Japan
-12254978
+Poland
+12813493
 
 
 #9
-Poland
-11792300
+Japan
+12794544
 
 
 #10
 Canada
-7685215
+8133085
 
 
 #11
 India
-5405284
+6618308
 
 
 #12
 Netherlands
-4857856
+5138250
 
 
 #13
 Belgium
-4255976
+4530429
 
 
 #14
 Brazil
-4130325
+4450591
 
 
 #15
-Australia
-3410155
+Mexico
+3689382
 
 
 #16
-Mexico
-3341614
+Australia
+3622630
 
 
 #17
 Sweden
-3265899
+3464112
 
 
 #18
 Taiwan
-2983325
+3235800
 
 
 #19
 Finland
-2825013
+2944543
 
 
 #20
 Switzerland
-2712218
+2943266
 
 
 #21
 Ukraine
-2452430
+2567175
 
 
 #22
-Czech Republic
-2338646
+Turkey
+2522739
 
 
 #23
-Turkey
-2312554
+Czech Republic
+2442863
 
 
 #24
 Argentina
-2214997
+2428653
 
 
 #25
 Austria
-2063828
+2216239
 
 
 #26
-Denmark
-2001652
+Greece
+2135278
 
 
 #27
-Greece
-1958953
+Denmark
+2125182
 
 
 #28
 Norway
-1861517
+1971387
 
 
 #29
 Romania
-1685790
+1803536
 
 
 #30
-China
-1594122
+Portugal
+1753702
 
 
 #31
-Portugal
-1584679
+China
+1740465
 
 
 #32
 Colombia
-1563687
+1727363
 
 
 #33
 Hungary
-1522674
+1624684
 
 
 #34
 Hong Kong
-1398461
+1498346
 
 
 #35
 Indonesia
-1326383
+1442401
 
 
 #36
 Philippines
-1145918
+1241829
 
 
 #37
-Malaysia
-993853
+Chile
+1066946
 
 
 #38
-Chile
-973226
+Malaysia
+1063402
 
 
 #39
 Slovakia
-921578
+994863
 
 
 #40
 Ireland
-900897
+949967
 
 
 #41
 Singapore
-879024
+935115
 
 
 #42
 South Africa
-824904
+895024
 
 
 #43
 New Zealand
-793870
+835142
 
 
 #44
 Israel
-737604
+779679
 
 
 #45
 Thailand
-727760
+766805
 
 
 #46
 Korea
-723196
+743067
 
 
 #47
 Peru
-608157
+708990
 
 
 #48
-Viet Nam
-544993
+Serbia
+589572
 
 
 #49
-Serbia
-536166
+Viet Nam
+586475
 
 
 #50
 Bulgaria
-526572
+565763
 
 
 #51
 Venezuela
-504326
+541632
 
 
 #52
 Uruguay
-485735
+538626
 
 
 #53
-Morocco
-475608
+Reunion
+513102
 
 
 #54
-Saudi Arabia
-468895
+Morocco
+504247
 
 
 #55
-Reunion
-461505
+United Arab Emirates
+484673
 
 
 #56
-United Arab Emirates
-456437
+Saudi Arabia
+480119
 
 
 #57
-Estonia
-443183
+Ecuador
+470951
 
 
 #58
-Kazakhstan
-436546
+Estonia
+469625
 
 
 #59
-Ecuador
-422231
+Kazakhstan
+464143
 
 
 #60
 Latvia
-364084
+391026
 
 
 #61
 Lithuania
-362323
+389418
 
 
 #62
 Slovenia
-339276
+362874
 
 
 #63
 Belarus
-331272
+346393
 
 
 #64
 Croatia
-312490
+337874
 
 
 #65
@@ -379,867 +379,867 @@
 
 #66
 Algeria
-267481
+286218
 
 
 #67
-Luxembourg
-230222
+Dominican Republic
+270644
 
 
 #68
-Egypt
-224723
+Luxembourg
+245389
 
 
 #69
 Costa Rica
-222348
+242702
 
 
 #70
-Puerto Rico
-211823
+Egypt
+236513
 
 
 #71
 Pakistan
-207900
+224624
 
 
 #72
-Dominican Republic
-195691
+Puerto Rico
+221774
 
 
 #73
 Tunisia
-189431
+198858
 
 
 #74
 Panama
-174378
+192952
 
 
 #75
 Guatemala
-163539
+186820
 
 
 #76
-Guadeloupe
-153469
+Sri Lanka
+174578
 
 
 #77
-Sri Lanka
-149792
+Guadeloupe
+168221
 
 
 #78
 Martinique
-145517
+159125
 
 
 #79
-Macedonia
-127718
+Unknown
+138603
 
 
 #80
-Moldova
-120708
+Macedonia
+136172
 
 
 #81
 El Salvador
-117978
+131366
 
 
 #82
-Kenya
-116803
+Nigeria
+129992
 
 
 #83
-Qatar
-109346
+Moldova
+127772
 
 
 #84
-Paraguay
-109296
+Kenya
+125331
 
 
 #85
-Nigeria
-107941
+Paraguay
+123686
 
 
 #86
 Bangladesh
-105186
+117849
 
 
 #87
-Bolivia

[openoffice-org] branch main updated: Updated download numbers for Country/Territory

2022-06-27 Thread mseidel
This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git


The following commit(s) were added to refs/heads/main by this push:
 new f22d9d2cf Updated download numbers for Country/Territory
f22d9d2cf is described below

commit f22d9d2cf53ddd0100ae561a7aa6e86fa6db6917
Author: mseidel 
AuthorDate: Mon Jun 27 17:17:30 2022 +0200

Updated download numbers for Country/Territory
---
 content/stats/countries.html | 767 ++-
 1 file changed, 386 insertions(+), 381 deletions(-)

diff --git a/content/stats/countries.html b/content/stats/countries.html
index 7e2073a0e..a528d76a3 100644
--- a/content/stats/countries.html
+++ b/content/stats/countries.html
@@ -22,7 +22,7 @@

 
 
-  This table shows downloads per country/territory
 for the period from 2012-05-07 to 2021-02-28.
+  This table shows downloads per country/territory
 for the period from 2012-05-07 to 2022-06-19.
 
 
 
@@ -34,322 +34,322 @@
 
 #1
 United States
-50824629
+53458961
 
 
 #2
 France
-40769591
+43759166
 
 
 #3
 Germany
-30773118
+32692247
 
 
 #4
 Italy
-25334399
+27334278
 
 
 #5
 United Kingdom
-13525508
+14361864
 
 
 #6
 Spain
-13377363
+14336784
 
 
 #7
 Russia
-12734862
+13727417
 
 
 #8
-Japan
-12254978
+Poland
+12813493
 
 
 #9
-Poland
-11792300
+Japan
+12794544
 
 
 #10
 Canada
-7685215
+8133085
 
 
 #11
 India
-5405284
+6618308
 
 
 #12
 Netherlands
-4857856
+5138250
 
 
 #13
 Belgium
-4255976
+4530429
 
 
 #14
 Brazil
-4130325
+4450591
 
 
 #15
-Australia
-3410155
+Mexico
+3689382
 
 
 #16
-Mexico
-3341614
+Australia
+3622630
 
 
 #17
 Sweden
-3265899
+3464112
 
 
 #18
 Taiwan
-2983325
+3235800
 
 
 #19
 Finland
-2825013
+2944543
 
 
 #20
 Switzerland
-2712218
+2943266
 
 
 #21
 Ukraine
-2452430
+2567175
 
 
 #22
-Czech Republic
-2338646
+Turkey
+2522739
 
 
 #23
-Turkey
-2312554
+Czech Republic
+2442863
 
 
 #24
 Argentina
-2214997
+2428653
 
 
 #25
 Austria
-2063828
+2216239
 
 
 #26
-Denmark
-2001652
+Greece
+2135278
 
 
 #27
-Greece
-1958953
+Denmark
+2125182
 
 
 #28
 Norway
-1861517
+1971387
 
 
 #29
 Romania
-1685790
+1803536
 
 
 #30
-China
-1594122
+Portugal
+1753702
 
 
 #31
-Portugal
-1584679
+China
+1740465
 
 
 #32
 Colombia
-1563687
+1727363
 
 
 #33
 Hungary
-1522674
+1624684
 
 
 #34
 Hong Kong
-1398461
+1498346
 
 
 #35
 Indonesia
-1326383
+1442401
 
 
 #36
 Philippines
-1145918
+1241829
 
 
 #37
-Malaysia
-993853
+Chile
+1066946
 
 
 #38
-Chile
-973226
+Malaysia
+1063402
 
 
 #39
 Slovakia
-921578
+994863
 
 
 #40
 Ireland
-900897
+949967
 
 
 #41
 Singapore
-879024
+935115
 
 
 #42
 South Africa
-824904
+895024
 
 
 #43
 New Zealand
-793870
+835142
 
 
 #44
 Israel
-737604
+779679
 
 
 #45
 Thailand
-727760
+766805
 
 
 #46
 Korea
-723196
+743067
 
 
 #47
 Peru
-608157
+708990
 
 
 #48
-Viet Nam
-544993
+Serbia
+589572
 
 
 #49
-Serbia
-536166
+Viet Nam
+586475
 
 
 #50
 Bulgaria
-526572
+565763
 
 
 #51
 Venezuela
-504326
+541632
 
 
 #52
 Uruguay
-485735
+538626
 
 
 #53
-Morocco
-475608
+Reunion
+513102
 
 
 #54
-Saudi Arabia
-468895
+Morocco
+504247
 
 
 #55
-Reunion
-461505
+United Arab Emirates
+484673
 
 
 #56
-United Arab Emirates
-456437
+Saudi Arabia
+480119
 
 
 #57
-Estonia
-443183
+Ecuador
+470951
 
 
 #58
-Kazakhstan
-436546
+Estonia
+469625
 
 
 #59
-Ecuador
-422231
+Kazakhstan
+464143
 
 
 #60
 Latvia
-364084
+391026
 
 
 #61
 Lithuania
-362323
+389418
 
 
 #62
 Slovenia
-339276
+362874
 
 
 #63
 Belarus
-331272
+346393
 
 
 #64
 Croatia
-312490
+337874
 
 
 #65
@@ -359,867 +359,867 @@
 
 #66
 Algeria
-267481
+286218
 
 
 #67
-Luxembourg
-230222
+Dominican Republic
+270644
 
 
 #68
-Egypt
-224723
+Luxembourg
+245389
 
 
 #69
 Costa Rica
-222348
+242702
 
 
 #70
-Puerto Rico
-211823
+Egypt
+236513
 
 
 #71
 Pakistan
-207900
+224624
 
 
 #72
-Dominican Republic
-195691
+Puerto Rico
+221774
 
 
 #73
 Tunisia
-189431
+198858
 
 
 #74
 Panama
-174378
+192952
 
 
 #75
 Guatemala
-163539
+186820
 
 
 #76
-Guadeloupe
-153469
+Sri Lanka
+174578
 
 
 #77
-Sri Lanka
-149792
+Guadeloupe
+168221
 
 
 #78
 Martinique
-145517
+159125
 
 
 #79
-Macedonia
-127718
+Unknown
+138603
 
 
 #80
-Moldova
-120708
+Macedonia
+136172
 
 
 #81
 El Salvador
-117978
+131366
 
 
 #82
-Kenya
-116803
+Nigeria
+129992
 
 
 #83
-Qatar
-109346
+Moldova
+127772
 
 
 #84
-Paraguay
-109296
+Kenya
+125331
 
 
 #85
-Nigeria
-107941
+Paraguay
+123686
 
 
 #86
 Bangladesh
-105186
+117849
 
 
 #87
-Bolivia
-97435
+Qatar
+115093
 
 
 #88
-French Guiana
-89979
+Bolivia
+113126
 
 
 #89
-Malta
-88524
+French Guiana
+97279
 
 
 #90
-Anonymous Proxy
-88194
+Malta
+94118
 
 
 #91
 Cyprus
-86662
+93059
 
 
 #92
-New Caledonia
-81540
+Anonymous Proxy
+88194
 
 
 #93
-Bosnia and Herzegovina
-79176
+New Caledonia
+87320
 
 
 #94
-Iceland
-77381
+Bosnia and Herzegovina
+85657
 
 
 #95
 French Polynesia
-76827
+82861
 
 
 #96
 Senegal
-76448
+82727
 
 
 #97
-Ivory Coast
-71481
+Iceland