RE: Libre Office Online - dialog translations

2019-02-21 Thread Irina Bulciu
Hi,

Yes, thanks so much! I learned that in the meantime you already gave Gabriel 
this information :)



Best,
Irina


-Original Message-
From: Jan Holesovsky  
Sent: Thursday, 21 February, 2019 10:20
To: Irina Bulciu ; libreoffice@lists.freedesktop.org
Subject: Re: Libre Office Online - dialog translations

Hi Irina,

Irina Bulciu píše v St 20. 02. 2019 v 14:59 +:

> Is there any way of loading the dialogs inside Libre Office Online in 
> other language than English ? Where could we make this change to load 
> a different language ?

Yes, there is; the code where I've implemented that was:

  
https://cgit.freedesktop.org/libreoffice/core/commit/?id=e16852cd1bc5d9e0646ae4183bc13a7bce19df7f

and

  
https://cgit.freedesktop.org/libreoffice/core/commit/?id=101a79cc4d13a1f566c1b97c1329813eb7c61bcf

for the core part (but in the meantime that changed a bit after migrating to 
the gettext usage, instead of ResMgr), and

  
https://cgit.freedesktop.org/libreoffice/online/commit/?id=525284e32d1a565c2521532fce9bea6c3d27c260

for the online part.

Does that help? :-)

All the best,
Kendy
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Libre Office Online - dialog translations

2019-02-21 Thread Jan Holesovsky
Hi Irina,

Irina Bulciu píše v St 20. 02. 2019 v 14:59 +:

> Is there any way of loading the dialogs inside Libre Office Online in
> other language than English ? Where could we make this change to load
> a different language ? 

Yes, there is; the code where I've implemented that was:

  
https://cgit.freedesktop.org/libreoffice/core/commit/?id=e16852cd1bc5d9e0646ae4183bc13a7bce19df7f

and

  
https://cgit.freedesktop.org/libreoffice/core/commit/?id=101a79cc4d13a1f566c1b97c1329813eb7c61bcf

for the core part (but in the meantime that changed a bit after
migrating to the gettext usage, instead of ResMgr), and

  
https://cgit.freedesktop.org/libreoffice/online/commit/?id=525284e32d1a565c2521532fce9bea6c3d27c260

for the online part.

Does that help? :-)

All the best,
Kendy
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Libre Office Online - dialog translations

2019-02-20 Thread Irina Bulciu
Hi,


Is there any way of loading the dialogs inside Libre Office Online in other 
language than English ? Where could we make this change to load a different 
language ? 


Thank you,
Irina 
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Libre Office online

2016-04-07 Thread Andrew McGlashan
Hi,

On 6/04/2016 4:44 PM, Muhammad Asad wrote:
> I have successfully setup LibreOffice online, Kudos to you guys. I just
> have a simple question, can i give a url to a document in file_path
> query string param ? When i am giving it a url to a document with http
> or https it says socket closed.
> 
> file_path=file:///home/administrator/test.docx this works fine.
> file_path=http://mydomain.com/myfile.docs this doesn;t work.
> 
> So just wanted to ask is this something which is currently supported or not?

Not sure, but I think this is the kind of thing you might do in
conjunction with an ownCloud URL.

Cheers
AndrewM
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Libre Office online

2016-04-06 Thread Andras Timar
Hi Asad,

On Wed, Apr 6, 2016 at 8:44 AM, Muhammad Asad 
wrote:

> Hi Guys
>
> I have successfully setup LibreOffice online, Kudos to you guys. I just
> have a simple question, can i give a url to a document in file_path query
> string param ? When i am giving it a url to a document with http or https
> it says socket closed.
>
> file_path=file:///home/administrator/test.docx this works fine.
> file_path=http://mydomain.com/myfile.docs this doesn;t work.
>
> So just wanted to ask is this something which is currently supported or
> not?
>

It used to work (providing that the URL did not require authentication). I
did not test it lately, because the whole 'file_path' concept is a bit
controversial. You can load any file to LibreOffice and serve it to
browser, that the local 'lool' user can read. I don't think it is desirable
in production environment. If you want WebDAV, it is not there yet.
Currently the most mature and most tested feature is WOPI, i.e. loolwsd
acts as a WOPI client, and can read/write files from WOPI hosts. You can
see this in action, if you request a demo at https://collaboraoffice.com.
Hopefully I can update the CODE VM with WOPI enabled packages, too.

Best regards,
Andras
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Libre Office online

2016-04-06 Thread Muhammad Asad
Hi Guys

I have successfully setup LibreOffice online, Kudos to you guys. I just
have a simple question, can i give a url to a document in file_path query
string param ? When i am giving it a url to a document with http or https
it says socket closed.

file_path=file:///home/administrator/test.docx this works fine.
file_path=http://mydomain.com/myfile.docs this doesn;t work.

So just wanted to ask is this something which is currently supported or not?

Regards
Asad
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice