[Libreoffice] Buqfrekponqhxntj

2011-09-08 Thread joan
Message could not be delivered

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - extras/source

2013-02-22 Thread Joan Montane
 extras/source/autotext/lang/ca/acor/BlockList.xml  |   17 
 extras/source/autotext/lang/ca/acor/DocumentList.xml   |  355 +
 extras/source/autotext/lang/ca/acor/META-INF/manifest.xml  |   17 
 extras/source/autotext/lang/ca/acor/SentenceExceptList.xml |  173 ++
 extras/source/autotext/lang/ca/acor/WordExceptList.xml |   15 
 5 files changed, 577 insertions(+)

New commits:
commit 4bed5266e90d1741894acf2521c0219a1925105c
Author: Joan Montane j...@montane.cat
Date:   Fri Feb 22 09:11:54 2013 +0100

fdo#61138 add Catalan autocorrection data

Change-Id: I5f28e8968bc993c2f5b545919f1a26929038f882
Reviewed-on: https://gerrit.libreoffice.org/2328
Reviewed-by: Caolán McNamara caol...@redhat.com
Tested-by: Caolán McNamara caol...@redhat.com

diff --git a/extras/source/autotext/lang/ca/acor/BlockList.xml 
b/extras/source/autotext/lang/ca/acor/BlockList.xml
new file mode 100644
index 000..9344bf7
--- /dev/null
+++ b/extras/source/autotext/lang/ca/acor/BlockList.xml
@@ -0,0 +1,17 @@
+?xml version=1.0 encoding=utf-8?
+!--
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+--
+block-list:block-list 
xmlns:block-list=http://openoffice.org/2001/block-list; 
block-list:list-name=acor_ca
+  block-list:block block-list:abbreviated-name=--gt; 
block-list:package-name=+AC0ALQA+- block-list:name=--gt; 
block-list:unformatted-text=false/
+  block-list:block block-list:abbreviated-name=-gt; 
block-list:package-name=+AC0APg- block-list:name=-gt; 
block-list:unformatted-text=false/
+  block-list:block block-list:abbreviated-name=lt;- 
block-list:package-name=+ADwALQ- block-list:name=lt;- 
block-list:unformatted-text=false/
+  block-list:block block-list:abbreviated-name=lt;-- 
block-list:package-name=+ADwALQAt- block-list:name=lt;-- 
block-list:unformatted-text=false/
+  block-list:block block-list:abbreviated-name=lt;--gt; 
block-list:package-name=+ADwALQAtAD4- block-list:name=lt;--gt; 
block-list:unformatted-text=false/
+  block-list:block block-list:abbreviated-name=lt;-gt; 
block-list:package-name=+ADwALQA+- block-list:name=lt;-gt; 
block-list:unformatted-text=false/
+/block-list:block-list
diff --git a/extras/source/autotext/lang/ca/acor/DocumentList.xml 
b/extras/source/autotext/lang/ca/acor/DocumentList.xml
new file mode 100644
index 000..826fc46
--- /dev/null
+++ b/extras/source/autotext/lang/ca/acor/DocumentList.xml
@@ -0,0 +1,355 @@
+?xml version=1.0 encoding=utf-8?
+!--
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+--
+!---
+
+Aquest document és (c)2013 Jordi Mas i Hernàndez j...@softcatala.org.
+
+Han col·laborat Jordi Jover jord...@softcatala.org, Joan Moratinos
+ j...@softcatala.org i Joan Montane jmont...@softcatala.org
+
+ Es permet l'ús, distribució i modificació d'aquest document d'acord
+ amb la GNU Lesser General Public License versió 3.0 o superior publicada
+ per la Free Software Foundation o la Mozilla Public Licences versió 2.0
+o superior publicada per la Mozilla Foundation, a la vostra elecció.
+
+ Requisits:
+
+ 1. Al ser un sistema automàtic no volem que les correccions pugin
+ introduir nous errors. Per aquest motiu, per exemple, no es fa 
substitució
+ automàtica de barbarismes quan el gènere de la incorrecció és diferent
+ al del mot correcte.
+
+ 2. Volem que la llista contingui aproximadament un 200 mots per no 
relantizar
+ el funcionament del LibreOffice.
+
+ 3. Volem que sigui capaç de corregir els errors més comuns fent un
+ blanceig entre anàlisi estadístic, errors tipogràfics comuns, i errades
+ documentades en reculls lingüístics.
+
+ PART 1. Implementació:
+
+ Per elaborar aquesta part s'ha creat un corpus amb uns 10.000 documents
+ provinents d'Internet i s'han escollit les paraules amb una freqüència 
(tf, term
+ frequency) d'aparició més alta. Un cop classificades s'han seguit els 
següents criteris:
+
+ 1. Que podem escriure sense accent i que només tenen un forma 
correcta.
+
+ 2. Que s'escriuen amb doble ss i poden ser escrites amb una s
+
+ 3. Que s'escriuen amb doble mm i poden ser escrites amb nm per 
influència del castellà
+
+ 4. Que s'escriuen amb diesi i que poden ser escrites sense
+
+ 5. Que s'escriuen amb ela geminada i que poden ser escrites sense
+
+ PART 2. Errors tipogràfics comuns
+
+ PART 3. Barbarimes. S'han intentat escollir els barbarismes més comuns
+
+ PART 4. Errors comuns registrats a diferents reculls lingÃ

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-4.2-2'

2014-05-01 Thread Joan Montane
Tag 'cp-4.2-2' created by Andras Timar andras.ti...@collabora.com at 
2014-05-01 10:46 +0200

cp-4.2-2

Changes since libreoffice-4-2-branch-point-12:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: i18npool/source

2014-04-09 Thread Joan Montane
 i18npool/source/localedata/data/ca_ES.xml |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 20fb1bfc72e626251b435bcff2339e1e425c7130
Author: Joan Montane j...@montane.cat
Date:   Wed Apr 9 12:19:57 2014 +0100

Related: fdo#73544 change double quotation characters

Change-Id: I1603dfad68261c917532f88397305eef57356da6

diff --git a/i18npool/source/localedata/data/ca_ES.xml 
b/i18npool/source/localedata/data/ca_ES.xml
index 8dc3240..998ccd5 100644
--- a/i18npool/source/localedata/data/ca_ES.xml
+++ b/i18npool/source/localedata/data/ca_ES.xml
@@ -44,8 +44,8 @@
 Markers
   QuotationStart‘/QuotationStart
   QuotationEnd’/QuotationEnd
-  DoubleQuotationStart“/DoubleQuotationStart
-  DoubleQuotationEnd”/DoubleQuotationEnd
+  DoubleQuotationStart«/DoubleQuotationStart
+  DoubleQuotationEnd»/DoubleQuotationEnd
 /Markers
 TimeAMAM/TimeAM
 TimePMPM/TimePM
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: dictionaries

2014-04-09 Thread Joan Montane
 dictionaries |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a9276a0f2212483001ea8e21756ded3129e50c87
Author: Joan Montane j...@montane.cat
Date:   Wed Apr 9 13:25:51 2014 +0100

Updated core
Project: dictionaries  9bc8a1ce80cb0714c15d32e783db54d3cd852789

diff --git a/dictionaries b/dictionaries
index 02d249c..9bc8a1c 16
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit 02d249c18b11e0d99b1c1d88ca5da61ca3611e39
+Subproject commit 9bc8a1ce80cb0714c15d32e783db54d3cd852789
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - dictionaries

2014-04-09 Thread Joan Montane
 dictionaries |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 36a46222a5f781e3879de908377c914c8912bd6b
Author: Joan Montane j...@montane.cat
Date:   Wed Apr 9 13:25:51 2014 +0100

Updated core
Project: dictionaries  a042ec0063d8f6976de5c28d12dd035b67142ad2

diff --git a/dictionaries b/dictionaries
index c310e2b..a042ec006 16
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit c310e2bd2a6c2f7074dc9ddc02e6bb9ce9239b77
+Subproject commit a042ec0063d8f6976de5c28d12dd035b67142ad2
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - i18npool/source

2014-04-09 Thread Joan Montane
 i18npool/source/localedata/data/ca_ES.xml |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 4c2b6adc526021e485a1264e042f3364813a30df
Author: Joan Montane j...@montane.cat
Date:   Wed Apr 9 12:19:57 2014 +0100

Related: fdo#73544 change double quotation characters

Change-Id: I1603dfad68261c917532f88397305eef57356da6
(cherry picked from commit 20fb1bfc72e626251b435bcff2339e1e425c7130)
Reviewed-on: https://gerrit.libreoffice.org/8911
Reviewed-by: Eike Rathke er...@redhat.com
Tested-by: Eike Rathke er...@redhat.com

diff --git a/i18npool/source/localedata/data/ca_ES.xml 
b/i18npool/source/localedata/data/ca_ES.xml
index 8dc3240..998ccd5 100644
--- a/i18npool/source/localedata/data/ca_ES.xml
+++ b/i18npool/source/localedata/data/ca_ES.xml
@@ -44,8 +44,8 @@
 Markers
   QuotationStart‘/QuotationStart
   QuotationEnd’/QuotationEnd
-  DoubleQuotationStart“/DoubleQuotationStart
-  DoubleQuotationEnd”/DoubleQuotationEnd
+  DoubleQuotationStart«/DoubleQuotationStart
+  DoubleQuotationEnd»/DoubleQuotationEnd
 /Markers
 TimeAMAM/TimeAM
 TimePMPM/TimePM
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.2' - dictionaries

2014-04-16 Thread Joan Montane
 dictionaries |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fcbaea6043843b352b105f505fab73c8d1f31de9
Author: Joan Montane j...@montane.cat
Date:   Wed Apr 9 13:25:51 2014 +0100

Updated core
Project: dictionaries  a042ec0063d8f6976de5c28d12dd035b67142ad2

diff --git a/dictionaries b/dictionaries
index 94d0d2b..a042ec006 16
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit 94d0d2bee95f138a902d6ddc02b0407da00e3b1a
+Subproject commit a042ec0063d8f6976de5c28d12dd035b67142ad2
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: Changes to 'distro/collabora/cp-4.2'

2014-04-16 Thread Joan Montane
New branch 'distro/collabora/cp-4.2' available with the following commits:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-4.2-1'

2014-04-22 Thread Joan Montane
Tag 'cp-4.2-1' created by Andras Timar andras.ti...@collabora.com at 
2014-04-22 14:20 -0700

cp-4.2-1

Changes since libreoffice-4-2-branch-point-12:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Changes to 'refs/changes/28/2328/2'

2014-09-29 Thread Joan Montane

___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: sc/source

2015-10-01 Thread Joan Paraiso
 sc/source/filter/html/htmlexp.cxx  |   62 +
 sc/source/filter/html/htmlexp2.cxx |2 -
 2 files changed, 63 insertions(+), 1 deletion(-)

New commits:
commit 503ea2d347c696eff22a87df11c8c377f0f6ddc9
Author: Joan Paraiso <phora.pub...@outlook.com>
Date:   Fri Sep 25 01:50:36 2015 -0700

Render the notes in spreadsheets as inline html comments

It's more valuable to have the raw text data of the html instead of
having it locked up in images. If the comments are exported as
images, then it makes it almost impossible to discern what comment
belongs to what cell when viewing the html file itself.

This is done by rendering the comments in their own comment tag
(to make it still easy to extract from scripts that modify html)
that is shown to the user. This element is initially not displayed
until the user hovers over the comment indicator

The comment indicator is denoted by a 0.5em by 0.5em red square with
a black border. The notes will always appear on a pale yellow
background with black text when the indicator is hovered over.

Change-Id: I01a3dfd77ec54566e64b196b8df3309ea941ad4c
Reviewed-on: https://gerrit.libreoffice.org/18837
Reviewed-by: Markus Mohrhard <markus.mohrh...@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrh...@googlemail.com>

diff --git a/sc/source/filter/html/htmlexp.cxx 
b/sc/source/filter/html/htmlexp.cxx
index fef9390..8ddd831 100644
--- a/sc/source/filter/html/htmlexp.cxx
+++ b/sc/source/filter/html/htmlexp.cxx
@@ -52,6 +52,7 @@
 #include "htmlexp.hxx"
 #include "filter.hxx"
 #include "global.hxx"
+#include "postit.hxx"
 #include "document.hxx"
 #include "attrib.hxx"
 #include "patattr.hxx"
@@ -88,6 +89,13 @@ const static sal_Char sMyBegComment[]   = "";
 const static sal_Char sFontFamily[] = "font-family:";
 const static sal_Char sFontSize[]   = "font-size:";
+const static sal_Char sDisplay[]= "display:";
+const static sal_Char sBorder[] = "border:";
+const static sal_Char sPadding[]= "padding:";
+const static sal_Char sPosition[]   = "position:";
+const static sal_Char sBackground[] = "background:";
+const static sal_Char sWidth[]  = "width:";
+const static sal_Char sHeight[] = "height:";
 
 const sal_uInt16 ScHTMLExport::nDefaultFontSize[SC_HTML_FONTSIZES] =
 {
@@ -390,6 +398,38 @@ void ScHTMLExport::WriteHeader()
 }
 rStrm.WriteCharPtr( "; " ).WriteCharPtr( sFontSize )
.WriteCharPtr( GetFontSizeCss( ( sal_uInt16 ) aHTMLStyle.nFontHeight ) 
).WriteCharPtr( " }" );
+
+OUT_LF();
+
+// write the style for the comments to make them stand out from normal 
cell content
+// this is done through only showing the cell contents when the custom 
indicator is hovered
+rStrm.WriteCharPtr( OOO_STRING_SVTOOLS_HTML_anchor 
).WriteCharPtr(".comment-indicator:hover")
+   .WriteCharPtr(" + ").WriteCharPtr( OOO_STRING_SVTOOLS_HTML_comment2 
).WriteCharPtr(" { ")
+   .WriteCharPtr(sBackground).WriteCharPtr("#ffd").WriteCharPtr("; ")
+   .WriteCharPtr(sPosition).WriteCharPtr("absolute").WriteCharPtr("; ")
+   .WriteCharPtr(sDisplay).WriteCharPtr("block").WriteCharPtr("; ")
+   .WriteCharPtr(sBorder).WriteCharPtr("1px solid black").WriteCharPtr("; 
")
+   .WriteCharPtr(sPadding).WriteCharPtr("0.5em").WriteCharPtr("; ")
+   .WriteCharPtr(" } ");
+
+OUT_LF();
+
+rStrm.WriteCharPtr( OOO_STRING_SVTOOLS_HTML_anchor 
).WriteCharPtr(".comment-indicator")
+.WriteCharPtr(" { ")
+.WriteCharPtr(sBackground).WriteCharPtr("red").WriteCharPtr("; ")
+.WriteCharPtr(sDisplay).WriteCharPtr("inline-block").WriteCharPtr("; ")
+.WriteCharPtr(sBorder).WriteCharPtr("1px solid black").WriteCharPtr("; 
")
+.WriteCharPtr(sWidth).WriteCharPtr("0.5em").WriteCharPtr("; ")
+.WriteCharPtr(sHeight).WriteCharPtr("0.5em").WriteCharPtr("; ")
+.WriteCharPtr(" } ");
+
+OUT_LF();
+
+rStrm.WriteCharPtr( OOO_STRING_SVTOOLS_HTML_comment2  ).WriteCharPtr(" { ")
+   .WriteCharPtr(sDisplay).WriteCharPtr("none").WriteCharPtr("; ")
+   .WriteCharPtr(" } ");
+
+
 IncIndent(-1); OUT_LF(); TAG_OFF_LF( OOO_STRING_SVTOOLS_HTML_style );
 
 IncIndent(-1); OUT_LF(); TAG_OFF_LF( OOO_STRING_SVTOOLS_HTML_head );
@@ -1059,6 +1099,28 @@ void ScHTMLExport::WriteCell( SCCOL nCol, SCROW nRow, 
SCTAB nTab )
 
 TAG_ON(aStrTD.

Joan Paraiso license statement

2015-09-25 Thread Joan Paraiso
All of my past and future contributions to LibreOffice maybe licensed 
under the MPLv2/LGPLv3+ dual license.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] dictionaries.git: ca/description.xml ca/dictionaries ca/package-description.txt ca/README_hyph_ca.txt

2020-07-22 Thread Joan Montané (via logerrit)
 ca/README_hyph_ca.txt   |6 
 ca/description.xml  |   24 
 ca/dictionaries/ca-valencia.aff |13885 -
 ca/dictionaries/ca-valencia.dic |104430 
+---
 ca/dictionaries/ca.aff  |13844 -
 ca/dictionaries/ca.dic  |104096 +--
 ca/package-description.txt  |4 
 7 files changed, 178104 insertions(+), 58185 deletions(-)

New commits:
commit 8cd579e3a67ab36040501138d17c647db24547a0
Author: Joan Montané 
AuthorDate: Mon Jun 8 20:12:02 2020 +0200
Commit: Andras Timar 
CommitDate: Wed Jul 22 16:01:45 2020 +0200

tdf#133766 Updated Catalan dictionary to version 3.0.5

Change-Id: I2feda8cfb5fc2f68db2f9a582d4765e35a242f1a
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/95853
Tested-by: Andras Timar 
Reviewed-by: Andras Timar 

diff --git a/ca/README_hyph_ca.txt b/ca/README_hyph_ca.txt
index 49619a7..b1e6863 100644
--- a/ca/README_hyph_ca.txt
+++ b/ca/README_hyph_ca.txt
@@ -1,9 +1,9 @@
 ___
 
DICCIONARI DE PARTICIÓ DE MOTS
-   versió 1.3
+   versió 1.4
 
-   Copyright (C) 2013-2015 Jaume Ortolà  --- Riurau 
Editors
+   Copyright (C) 2013-2018 Jaume Ortolà  --- Riurau 
Editors
 
Llicència (a la vostra elecció):
LGPL v. 3.0 o superior --  
http://www.gnu.org/licenses/lgpl-3.0.html
@@ -12,5 +12,5 @@ 
___
Aquests patrons funcionen amb el LibreOffice i OpenOffice.org 3.2+
 
Més informació:
-   
http://www.softcatala.org/wiki/Rebost:Diccionari_català_de_partició_de_mots
+   
https://www.softcatala.org/programes/diccionari-catala-de-particio-de-mots/
 ___
diff --git a/ca/description.xml b/ca/description.xml
index c3abede..4c5baa1 100644
--- a/ca/description.xml
+++ b/ca/description.xml
@@ -11,7 +11,7 @@
 !!! installation can be done.  
 !!! -->
 
 
-
+
 
 
 
@@ -19,7 +19,7 @@
 
-
+
 
 
 
 
-http://softcatala.org/diccionaris/actualitzacions/OOo/catalan.update.xml;
 />
+https://softcatala.org/diccionaris/actualitzacions/OOo/catalan.update.xml;
 />
 
 
 
 
-http://www.softcatala.org; 
lang="en">Softcatalà
-http://www.softcatala.org; 
lang="ca">Softcatalà
+https://www.softcatala.org; 
lang="en-US">Softcatalà
+https://www.softcatala.org; 
lang="ca">Softcatalà
 
 
-  
-http://softcatala.org/diccionaris/actualitzacions/OOo/release-notes_en.html;
 lang="en" />
-http://softcatala.org/diccionaris/actualitzacions/OOo/release-notes_ca.html;
 lang="ca" />
-  
+
+https://softcatala.org/diccionaris/actualitzacions/OOo/release-notes_en.html;
 lang="en-US" />
+https://softcatala.org/diccionaris/actualitzacions/OOo/release-notes_ca.html;
 lang="ca" />
+
 
-  
+
 
diff --git a/ca/dictionaries/ca-valencia.aff b/ca/dictionaries/ca-valencia.aff
index e70b2cb..0dbfc0a 100644
--- a/ca/dictionaries/ca-valencia.aff
+++ b/ca/dictionaries/ca-valencia.aff
@@ -2,25 +2,18 @@
 #  Corrector ortogràfic català
 #  Fitxer d'afixos i llista de paraules
 # 
===
-#Versió 3.0.0 (21/5/2015)
+#Versió 3.0.4 (31-01-2020)
 # 
===
 # Copyright (C) 2015 Jaume Ortolà 
 # Copyright (C) 2002-2008 Joan Moratinos 
 #
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2 of the License, or (at your option) any later version.
+# Dual license:
 #
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
+#   * GNU General Public License, version 2
+# https://www.gnu.org/licenses/gpl-2.0.txt
 #
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+#   * GNU Lesser General Public License, version 2.1
+# https://www.gnu.org/licenses/lgpl-2.1.txt
 #
 # 

[Libreoffice-commits] core.git: dictionaries

2020-07-22 Thread Joan Montané (via logerrit)
 dictionaries |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit df8ed9ddad5aeca1c24c58788d3b05025fbea97b
Author: Joan Montané 
AuthorDate: Wed Jul 22 16:01:45 2020 +0200
Commit: Gerrit Code Review 
CommitDate: Wed Jul 22 16:01:45 2020 +0200

Update git submodules

* Update dictionaries from branch 'master'
  to 8cd579e3a67ab36040501138d17c647db24547a0
  - tdf#133766 Updated Catalan dictionary to version 3.0.5

Change-Id: I2feda8cfb5fc2f68db2f9a582d4765e35a242f1a
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/95853
Tested-by: Andras Timar 
Reviewed-by: Andras Timar 

diff --git a/dictionaries b/dictionaries
index bdedc8412753..8cd579e3a67a 16
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit bdedc84127530fcf71c096ad572bd4306a40b26f
+Subproject commit 8cd579e3a67ab36040501138d17c647db24547a0
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: Branch 'libreoffice-7-0' - ca/description.xml ca/dictionaries ca/package-description.txt ca/README_hyph_ca.txt

2020-07-22 Thread Joan Montané (via logerrit)
 ca/README_hyph_ca.txt   |6 
 ca/description.xml  |   24 
 ca/dictionaries/ca-valencia.aff |13885 -
 ca/dictionaries/ca-valencia.dic |104430 
+---
 ca/dictionaries/ca.aff  |13844 -
 ca/dictionaries/ca.dic  |104096 +--
 ca/package-description.txt  |4 
 7 files changed, 178104 insertions(+), 58185 deletions(-)

New commits:
commit eb64f7240b16745adc6650f017de4be5f7464811
Author: Joan Montané 
AuthorDate: Mon Jun 8 20:12:02 2020 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Wed Jul 22 17:45:56 2020 +0200

tdf#133766 Updated Catalan dictionary to version 3.0.5

Change-Id: I2feda8cfb5fc2f68db2f9a582d4765e35a242f1a
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/95853
Tested-by: Andras Timar 
Reviewed-by: Andras Timar 
(cherry picked from commit 8cd579e3a67ab36040501138d17c647db24547a0)
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/99200
Tested-by: Adolfo Jayme Barrientos 
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/ca/README_hyph_ca.txt b/ca/README_hyph_ca.txt
index 49619a7..b1e6863 100644
--- a/ca/README_hyph_ca.txt
+++ b/ca/README_hyph_ca.txt
@@ -1,9 +1,9 @@
 ___
 
DICCIONARI DE PARTICIÓ DE MOTS
-   versió 1.3
+   versió 1.4
 
-   Copyright (C) 2013-2015 Jaume Ortolà  --- Riurau 
Editors
+   Copyright (C) 2013-2018 Jaume Ortolà  --- Riurau 
Editors
 
Llicència (a la vostra elecció):
LGPL v. 3.0 o superior --  
http://www.gnu.org/licenses/lgpl-3.0.html
@@ -12,5 +12,5 @@ 
___
Aquests patrons funcionen amb el LibreOffice i OpenOffice.org 3.2+
 
Més informació:
-   
http://www.softcatala.org/wiki/Rebost:Diccionari_català_de_partició_de_mots
+   
https://www.softcatala.org/programes/diccionari-catala-de-particio-de-mots/
 ___
diff --git a/ca/description.xml b/ca/description.xml
index c3abede..4c5baa1 100644
--- a/ca/description.xml
+++ b/ca/description.xml
@@ -11,7 +11,7 @@
 !!! installation can be done.  
 !!! -->
 
 
-
+
 
 
 
@@ -19,7 +19,7 @@
 
-
+
 
 
 
 
-http://softcatala.org/diccionaris/actualitzacions/OOo/catalan.update.xml;
 />
+https://softcatala.org/diccionaris/actualitzacions/OOo/catalan.update.xml;
 />
 
 
 
 
-http://www.softcatala.org; 
lang="en">Softcatalà
-http://www.softcatala.org; 
lang="ca">Softcatalà
+https://www.softcatala.org; 
lang="en-US">Softcatalà
+https://www.softcatala.org; 
lang="ca">Softcatalà
 
 
-  
-http://softcatala.org/diccionaris/actualitzacions/OOo/release-notes_en.html;
 lang="en" />
-http://softcatala.org/diccionaris/actualitzacions/OOo/release-notes_ca.html;
 lang="ca" />
-  
+
+https://softcatala.org/diccionaris/actualitzacions/OOo/release-notes_en.html;
 lang="en-US" />
+https://softcatala.org/diccionaris/actualitzacions/OOo/release-notes_ca.html;
 lang="ca" />
+
 
-  
+
 
diff --git a/ca/dictionaries/ca-valencia.aff b/ca/dictionaries/ca-valencia.aff
index e70b2cb..0dbfc0a 100644
--- a/ca/dictionaries/ca-valencia.aff
+++ b/ca/dictionaries/ca-valencia.aff
@@ -2,25 +2,18 @@
 #  Corrector ortogràfic català
 #  Fitxer d'afixos i llista de paraules
 # 
===
-#Versió 3.0.0 (21/5/2015)
+#Versió 3.0.4 (31-01-2020)
 # 
===
 # Copyright (C) 2015 Jaume Ortolà 
 # Copyright (C) 2002-2008 Joan Moratinos 
 #
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2 of the License, or (at your option) any later version.
+# Dual license:
 #
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
+#   * GNU General Public License, version 2
+# https://www.gnu.org/licenses/gpl-2.0.txt
 #
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the

[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - dictionaries

2020-07-22 Thread Joan Montané (via logerrit)
 dictionaries |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c067938ccf8bffa5c8b37a15a5612b6d8003aa38
Author: Joan Montané 
AuthorDate: Wed Jul 22 17:45:56 2020 +0200
Commit: Gerrit Code Review 
CommitDate: Wed Jul 22 17:45:56 2020 +0200

Update git submodules

* Update dictionaries from branch 'libreoffice-7-0'
  to eb64f7240b16745adc6650f017de4be5f7464811
  - tdf#133766 Updated Catalan dictionary to version 3.0.5

Change-Id: I2feda8cfb5fc2f68db2f9a582d4765e35a242f1a
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/95853
Tested-by: Andras Timar 
Reviewed-by: Andras Timar 
(cherry picked from commit 8cd579e3a67ab36040501138d17c647db24547a0)
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/99200
Tested-by: Adolfo Jayme Barrientos 
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/dictionaries b/dictionaries
index 024b189f2f37..eb64f7240b16 16
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit 024b189f2f3756516245ad8a7581d02b900750da
+Subproject commit eb64f7240b16745adc6650f017de4be5f7464811
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: ca/description.xml ca/dictionaries ca/LICENSES-en.txt ca/LLICENCIES-ca.txt ca/package-description.txt ca/README_ca.txt ca/README_hyph_ca.txt ca/README_thes_ca.t

2023-09-09 Thread Joan Montané (via logerrit)
 ca/LICENSES-en.txt  |2 
 ca/LLICENCIES-ca.txt|2 
 ca/README_ca.txt|   24 
 ca/README_hyph_ca.txt   |   32 
 ca/README_thes_ca.txt   |   18 
 ca/description.xml  |2 
 ca/dictionaries/ca-valencia.aff | 5075 
 ca/dictionaries/ca-valencia.dic |412234 

 ca/dictionaries/ca.aff  | 5057 
 ca/dictionaries/ca.dic  |411426 ---
 ca/dictionaries/hyph_ca.dic | 5542 
 ca/dictionaries/th_ca_ES_v3.dat |132242 ++--
 ca/package-description.txt  |2 
 13 files changed, 540381 insertions(+), 431277 deletions(-)

New commits:
commit 272686e247e81719b86c71d7d1672bc775d91031
Author: Joan Montané 
AuthorDate: Tue Aug 8 15:49:17 2023 +0200
Commit: Thorsten Behrens 
CommitDate: Sun Sep 10 00:00:44 2023 +0200

Fixes issue #156669: Updates Catalan dictionaries (spelling, hyphenation, 
and thesaurus) with latest releases.

Change-Id: Iac7161011d3fc2e684b22f4588be1f812f6d8da1
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/155469
Tested-by: Thorsten Behrens 
Reviewed-by: Thorsten Behrens 

diff --git a/ca/LICENSES-en.txt b/ca/LICENSES-en.txt
index 5bb968e..6950445 100644
--- a/ca/LICENSES-en.txt
+++ b/ca/LICENSES-en.txt
@@ -1,4 +1,4 @@
 LICENSES :
 Spelling dictionary: LGPL, GPL
-Tesaurus: LGPL, GPL
+Tesaurus: CC-BY 4.0
 Hyphenation: LGPL, GPL
diff --git a/ca/LLICENCIES-ca.txt b/ca/LLICENCIES-ca.txt
index 3a26c48..9af6b56 100644
--- a/ca/LLICENCIES-ca.txt
+++ b/ca/LLICENCIES-ca.txt
@@ -1,4 +1,4 @@
 LLICÈNCIES:
 Corrector ortogràfic: LGPL, GPL
-Tesaurus (sinònims i termes relacionats): LGPL, GPL
+Tesaurus (sinònims i termes relacionats): CC-BY 4.0
 Diccionari de partició de mots: LGPL, GPL
diff --git a/ca/README_ca.txt b/ca/README_ca.txt
index 34b2a77..cb3ac60 100644
--- a/ca/README_ca.txt
+++ b/ca/README_ca.txt
@@ -1,26 +1,14 @@
 ___
 
-   CORRECTOR ORTOGRÀFIC CATALÀ DE SOFTCATALÀ (general i valencià)
-   versió 2.5.1
+   DICCIONARI DE CORRECCIÓ ORTOGRÀFICA HUNSPELL
+   versió 3.0.8
 
-   Copyright (C) 2002-20013 Joan Moratinos  i Jaume 
Ortolà --- Softcatal�
-   
+   Copyright (C) 2013-2023 Jaume Ortolà 
+  
Llicència (a la vostra elecció):
LGPL v. 2.1 o superior --  
http://www.gnu.org/licenses/lgpl-2.1.html
-   GPL v. 2.0 superior --  http://www.gnu.org/licenses/gpl-2.0.html
-
-   Aquest corrector funciona en qualsevol programari que usi el motor 
hunspell, p. ex.: LibreOffice, OpenOffice.org 3.2+, Firefox 4+ i Thunderbird 5+
-
-   Fonts:
-   Diccionari de l'Institut d'Estudis Catalans, primera edició 
(1996)
-   Diccionari de l'Institut d'Estudis Catalans, segona edició 
(2007)
-   Diccionari Català/Castellà - Castellà/Català, de Francesc de B. 
Moll
-   Diccionari d'Ispell, d'Ignasi Labastida
-   Recull de gentilicis, de M.M. Ramon i C. Rigo
-   
-   Amb aportacions de:
-   Miquel Font, Francesc Xavier Moratinos, Jordi Mas, Jordi 
Mallach, Marc Belzunces i Joan Montané.
+   GPL v.2.0 o superior --  
http://www.gnu.org/licenses/gpl-2.0.html
 
Més informació:
-   http://www.softcatala.org/wiki/Projectes/Corrector_ortogràfic
+   https://www.softcatala.org/projectes/corrector-ortografic/
 ___
diff --git a/ca/README_hyph_ca.txt b/ca/README_hyph_ca.txt
index b1e6863..e0e28ac 100644
--- a/ca/README_hyph_ca.txt
+++ b/ca/README_hyph_ca.txt
@@ -1,16 +1,16 @@
-___
-
-   DICCIONARI DE PARTICIÓ DE MOTS
-   versió 1.4
-
-   Copyright (C) 2013-2018 Jaume Ortolà  --- Riurau 
Editors
-
-   Llicència (a la vostra elecció):
-   LGPL v. 3.0 o superior --  
http://www.gnu.org/licenses/lgpl-3.0.html
-   GPL v.3.0 o superior --  
http://www.gnu.org/licenses/gpl-3.0.html
-
-   Aquests patrons funcionen amb el LibreOffice i OpenOffice.org 3.2+
-
-   Més informació:
-   
https://www.softcatala.org/programes/diccionari-catala-de-particio-de-mots/
-___
+___
+
+   DICCIONARI DE PARTICIÓ DE MOTS
+   versió 1.5
+
+   Copyright (C) 2013-2023 Jaume Ortolà  --- Riurau 
Editors 
+   
+   Llicència (a la vostra elecció):
+   LGPL v. 3.0 o superior --  
http://www.gnu.org/licenses/lgpl-3.0.html
+   GPL v.3.0 o superior --  
http://www.gnu.org/licenses/gpl-3.0.html
+
+   Aquests patrons funcionen amb el LibreOffice i OpenOffice.org 3.2+
+   
+   Més informació

[Libreoffice-commits] core.git: dictionaries

2023-09-09 Thread Joan Montané (via logerrit)
 dictionaries |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8740a1db21298be2dc81a8388a2df3aa8451531c
Author: Joan Montané 
AuthorDate: Sun Sep 10 00:00:47 2023 +0200
Commit: Gerrit Code Review 
CommitDate: Sun Sep 10 00:00:47 2023 +0200

Update git submodules

* Update dictionaries from branch 'master'
  to 272686e247e81719b86c71d7d1672bc775d91031
  - Fixes issue #156669: Updates Catalan dictionaries (spelling, 
hyphenation, and thesaurus) with latest releases.

Change-Id: Iac7161011d3fc2e684b22f4588be1f812f6d8da1
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/155469
Tested-by: Thorsten Behrens 
Reviewed-by: Thorsten Behrens 

diff --git a/dictionaries b/dictionaries
index 1a0dc6e5aee0..272686e247e8 16
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit 1a0dc6e5aee05f2a07a632adf6e121082fbd1bf5
+Subproject commit 272686e247e81719b86c71d7d1672bc775d91031


[Libreoffice-commits] core.git: i18npool/source

2023-11-02 Thread Joan Montané (via logerrit)
 i18npool/source/localedata/data/ca_ES.xml |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 44ca7832dea2c4e6243ed9fdbc828c25c2466bbd
Author: Joan Montané 
AuthorDate: Fri Aug 18 12:25:30 2023 +0200
Commit: Eike Rathke 
CommitDate: Thu Nov 2 11:43:36 2023 +0100

Localize  to Catalan

Change-Id: I088047a94f2bd7a7405cf42e9c0eca73cdb11c6b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155776
Tested-by: Jenkins
Reviewed-by: Eike Rathke 

diff --git a/i18npool/source/localedata/data/ca_ES.xml 
b/i18npool/source/localedata/data/ca_ES.xml
index 881d38b3ca5e..ea817eb4c056 100644
--- a/i18npool/source/localedata/data/ca_ES.xml
+++ b/i18npool/source/localedata/data/ca_ES.xml
@@ -227,7 +227,13 @@
 
   
   
-  
+  
+A-Z
+0
+1
+ i seg.
+ i seg.
+