From f8d976ea247e6e241983d436d7e255aab20de566 Mon Sep 17 00:00:00 2001 From: ovari <17465872+ovari@users.noreply.github.com> Date: Wed, 7 Aug 2019 14:43:58 +1000 Subject: [PATCH 01/13] Create about.dtd --- src/chrome/locale/hu/about.dtd | 38 ++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 src/chrome/locale/hu/about.dtd diff --git a/src/chrome/locale/hu/about.dtd b/src/chrome/locale/hu/about.dtd new file mode 100644 index 0000000..5596d3d --- /dev/null +++ b/src/chrome/locale/hu/about.dtd @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + From b67b61ed0357f2ec5a3fe200e8a280008ad37e43 Mon Sep 17 00:00:00 2001 From: ovari <17465872+ovari@users.noreply.github.com> Date: Wed, 7 Aug 2019 14:44:35 +1000 Subject: [PATCH 02/13] Create management.dtd --- src/chrome/locale/hu/management.dtd | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/chrome/locale/hu/management.dtd diff --git a/src/chrome/locale/hu/management.dtd b/src/chrome/locale/hu/management.dtd new file mode 100644 index 0000000..984f7dc --- /dev/null +++ b/src/chrome/locale/hu/management.dtd @@ -0,0 +1,25 @@ + + From 65ce40b364d99ae824b5761a16f33bbc628cd2d5 Mon Sep 17 00:00:00 2001 From: ovari <17465872+ovari@users.noreply.github.com> Date: Wed, 7 Aug 2019 14:46:04 +1000 Subject: [PATCH 03/13] Create settings.dtd --- src/chrome/locale/hu/settings.dtd | 32 +++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/chrome/locale/hu/settings.dtd diff --git a/src/chrome/locale/hu/settings.dtd b/src/chrome/locale/hu/settings.dtd new file mode 100644 index 0000000..b444dc5 --- /dev/null +++ b/src/chrome/locale/hu/settings.dtd @@ -0,0 +1,32 @@ + + + + + + + + + From 020ef1089269b7606e24345ab0280e33008578c0 Mon Sep 17 00:00:00 2001 From: ovari <17465872+ovari@users.noreply.github.com> Date: Wed, 7 Aug 2019 14:48:26 +1000 Subject: [PATCH 04/13] Update chrome.manifest --- src/chrome.manifest | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/chrome.manifest b/src/chrome.manifest index c53401f..60c40b4 100644 --- a/src/chrome.manifest +++ b/src/chrome.manifest @@ -1,10 +1,14 @@ content nextcloud chrome/content/ + +# default listed first, then in alphabetical order locale nextcloud en chrome/locale/en/ -locale nextcloud fr chrome/locale/fr/ -locale nextcloud pl chrome/locale/pl/ locale nextcloud de chrome/locale/de/ -locale nextcloud nl chrome/locale/nl/ locale nextcloud es chrome/locale/es/ +locale nextcloud fr chrome/locale/fr/ +locale nextcloud hu chrome/locale/hu/ +locale nextcloud nl chrome/locale/nl/ +locale nextcloud pl chrome/locale/pl/ + component {ad8c3b77-7dc8-41d1-8985-5be88b254ff3} components/nsNextcloud.js contract @mozilla.org/mail/nextcloud;1 {ad8c3b77-7dc8-41d1-8985-5be88b254ff3} category cloud-files Nextcloud @mozilla.org/mail/nextcloud;1 From 80c96d31c05c6fdc20a8c7c8da4aac75a7cadd74 Mon Sep 17 00:00:00 2001 From: ovari <17465872+ovari@users.noreply.github.com> Date: Wed, 7 Aug 2019 14:52:06 +1000 Subject: [PATCH 05/13] Update install.rdf --- src/install.rdf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/install.rdf b/src/install.rdf index cef9e81..ba4011a 100644 --- a/src/install.rdf +++ b/src/install.rdf @@ -29,7 +29,7 @@ es Soporte de Nextcloud para Filelink - Añade soporte de Nextcloud para la característica Filelink en Thunderbird. + Añade soporte de Nextcloud para la característica Filelink en Thunderbird @@ -41,5 +41,13 @@ + + + hu + Nextcloud óriásfájl-küldése (Nextcloud for Filelink) + Nextcloud szolgáltató a Thunderbird óriásfájl-küldés számára + + + From d2571c076b9c0c46764d2bf1d6435010f3679a76 Mon Sep 17 00:00:00 2001 From: ovari <17465872+ovari@users.noreply.github.com> Date: Wed, 7 Aug 2019 14:57:25 +1000 Subject: [PATCH 06/13] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 915aee6..19d0583 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [Nextcloud](https://nextcloud.com) is the premiere and safest, Enterprise-ready, Open Source File Sync and Share solution -["Nextcloud for Filelink"](https://addons.mozilla.org/thunderbird/addon/nextcloud-filelink/) is a Thunderbird extension which makes it easy to send large attachments with Thunderbird by uploading them first to a Nextcloud server and by then inserting the link into the body of your email. +“[Nextcloud for Filelink](https://addons.mozilla.org/thunderbird/addon/nextcloud-filelink/)” is a Thunderbird extension which makes it easy to send large attachments with Thunderbird by uploading them first to a Nextcloud server and by then inserting the link into the body of your email. It is currently possible to upload files as large as 1GB. @@ -24,15 +24,15 @@ It is currently possible to upload files as large as 1GB. 1. Zip all files located in the `src` folder such that the install.rdf and chrome.manifest are located in the root folder of the zip file 1. Change the file extension from .zip to .xpi -1. Open your Thunderbird, navigate to `Tools -> Add-Ons`, choose "Install Add-On From File..." and select the .xpi file +1. Open your Thunderbird, navigate to `Tools -> Add-ons`, choose “Install Add-on From File…” and select the .xpi file 1. After installation restart Thunderbird ## Nextcloud configuration -1. Make sure that you have checked "Allow users to share via link" in the **"Sharing"** section of the admin page of your Nextcloud installation. If you have also checked-in the **"Enforce password protection"** option, make sure to fill the **"Password for uploaded files"** field when setting up the add-on in Thunderbird +1. Make sure that you have checked “Allow users to share via link” in the “**Sharing**” section of the admin page of your Nextcloud installation. If you have also checked-in the “**Enforce password protection**” option, make sure to fill the “**Password for uploaded files**” field when setting up the add-on in Thunderbird 1. By default your mail attachments will be saved in a folder called `Mail-attachments`. -*Note: It's also possible to use a different folder name. Simply type the name of the folder you want to use when setting up the provider in Thunderbird* +*Note: It’s also possible to use a different folder name. Simply type the name of the folder you want to use when setting up the provider in Thunderbird* ## Thunderbird configuration @@ -40,11 +40,11 @@ It is currently possible to upload files as large as 1GB. 1. Navigate to `Edit -> Preferences -> Attachments` 1. Choose the `Outgoing` tab -1. Click the Add button. The "Set up Filelink" panel will open. +1. Click the Add button. The “Set up Filelink” panel will open. 1. Select the desired service provider from the drop-down list. 1. Select Nextcloud from the list and type in the URL to your server as well as your login and password -*Note: If you want to send your email attachments to a different folder, you will have to modify the path given in "Storage path"* +*Note: If you want to send your email attachments to a different folder, you will have to modify the path given in “Storage path”* Once setup is complete, Thunderbird will always ask you if you want to upload big attachments to Nextcloud. @@ -55,12 +55,12 @@ Once setup is complete, Thunderbird will always ask you if you want to upload bi ## Known issues -* It's not possible to use the same Filelink provider more than once +* It’s not possible to use the same Filelink provider more than once * You can only create public links * Public links will always have the same password * You cannot edit your Filelink account. You have to delete and re-create it if you need a change (password, folder, link password, port, etc.) -Best ask for help [on our forums.](https://help.nextcloud.com/c/apps/filelink) +Best ask for help [on our forums](https://help.nextcloud.com/c/apps/filelink). ## License @@ -71,7 +71,7 @@ Licensed under the GNU AGPL version 3 or any later version All contributions to this repository from February, 10 2017 on are considered to be licensed under the AGPLv3 or any later version. -"Nextcloud for Filelink" doesn't require a CLA (Contributor License Agreement). +“Nextcloud for Filelink” doesn't require a CLA (Contributor License Agreement). The copyright belongs to all the individual contributors. Therefore we recommend that every contributor adds following line to the header of a file, if they changed it substantially: From 77aff544197367acc2d4eb9ab93c4ff03e086c16 Mon Sep 17 00:00:00 2001 From: ovari <17465872+ovari@users.noreply.github.com> Date: Wed, 7 Aug 2019 14:59:04 +1000 Subject: [PATCH 07/13] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19d0583..ea57982 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ It is currently possible to upload files as large as 1GB. 1. Zip all files located in the `src` folder such that the install.rdf and chrome.manifest are located in the root folder of the zip file 1. Change the file extension from .zip to .xpi -1. Open your Thunderbird, navigate to `Tools -> Add-ons`, choose “Install Add-on From File…” and select the .xpi file +1. Open your Thunderbird, navigate to `Tools → Add-ons`, choose “Install Add-on From File…” and select the .xpi file 1. After installation restart Thunderbird ## Nextcloud configuration @@ -38,7 +38,7 @@ It is currently possible to upload files as large as 1GB. ![Screenshot](https://raw.githubusercontent.com/nextcloud/nextcloud-filelink/master/screenshots/setup.png) -1. Navigate to `Edit -> Preferences -> Attachments` +1. Navigate to `Edit → Preferences → Attachments` 1. Choose the `Outgoing` tab 1. Click the Add button. The “Set up Filelink” panel will open. 1. Select the desired service provider from the drop-down list. From a7ce7f59ffcbd7ac3aa135862c81201cf723a709 Mon Sep 17 00:00:00 2001 From: ovari <17465872+ovari@users.noreply.github.com> Date: Wed, 7 Aug 2019 15:04:18 +1000 Subject: [PATCH 08/13] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ea57982..f4cabb0 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,8 @@ Once setup is complete, Thunderbird will always ask you if you want to upload bi ## Requirements -* Nextcloud: 11.0.2 and newer -* Thunderbird: 17.0 and newer +* [Nextcloud](https://nextcloud.org/): 11.0.2 and newer +* [Thunderbird](https://www.thunderbird.net/): 17.0 and newer ## Known issues @@ -71,7 +71,7 @@ Licensed under the GNU AGPL version 3 or any later version All contributions to this repository from February, 10 2017 on are considered to be licensed under the AGPLv3 or any later version. -“Nextcloud for Filelink” doesn't require a CLA (Contributor License Agreement). +“Nextcloud for Filelink” doesn’t require a CLA (Contributor License Agreement). The copyright belongs to all the individual contributors. Therefore we recommend that every contributor adds following line to the header of a file, if they changed it substantially: From dd85ab77ec492ab24c2ef27e0ed0493162efe68b Mon Sep 17 00:00:00 2001 From: ovari <17465872+ovari@users.noreply.github.com> Date: Wed, 7 Aug 2019 15:17:56 +1000 Subject: [PATCH 09/13] Update about.dtd --- src/chrome/locale/hu/about.dtd | 1 + 1 file changed, 1 insertion(+) diff --git a/src/chrome/locale/hu/about.dtd b/src/chrome/locale/hu/about.dtd index 5596d3d..8b5e589 100644 --- a/src/chrome/locale/hu/about.dtd +++ b/src/chrome/locale/hu/about.dtd @@ -4,6 +4,7 @@ * @copyright Copyright (c) 2017, Philipp Kewisch * @copyright Copyright (c) 2017, Mark James * @copyright Copyright (c) 2017, Guillaume Viguier-Just (@guillaumev) + * @copyright Copyright (c) 2019, Óvári * * @license GNU AGPL version 3 or any later version * From 7ca2e5807c8762422f9c2f3423e40c9e807ba2f8 Mon Sep 17 00:00:00 2001 From: ovari <17465872+ovari@users.noreply.github.com> Date: Wed, 7 Aug 2019 15:18:24 +1000 Subject: [PATCH 10/13] Update management.dtd --- src/chrome/locale/hu/management.dtd | 1 + 1 file changed, 1 insertion(+) diff --git a/src/chrome/locale/hu/management.dtd b/src/chrome/locale/hu/management.dtd index 984f7dc..6b8f3a1 100644 --- a/src/chrome/locale/hu/management.dtd +++ b/src/chrome/locale/hu/management.dtd @@ -4,6 +4,7 @@ * @copyright Copyright (c) 2017, Philipp Kewisch * @copyright Copyright (c) 2017, Mark James * @copyright Copyright (c) 2017, Guillaume Viguier-Just (@guillaumev) + * @copyright Copyright (c) 2019, Óvári * * @license GNU AGPL version 3 or any later version * From 64261aeac2757dbb098c9652754588f1ef83fa20 Mon Sep 17 00:00:00 2001 From: ovari <17465872+ovari@users.noreply.github.com> Date: Wed, 7 Aug 2019 15:18:47 +1000 Subject: [PATCH 11/13] Update settings.dtd --- src/chrome/locale/hu/settings.dtd | 1 + 1 file changed, 1 insertion(+) diff --git a/src/chrome/locale/hu/settings.dtd b/src/chrome/locale/hu/settings.dtd index b444dc5..0a30d78 100644 --- a/src/chrome/locale/hu/settings.dtd +++ b/src/chrome/locale/hu/settings.dtd @@ -4,6 +4,7 @@ * @copyright Copyright (c) 2017, Philipp Kewisch * @copyright Copyright (c) 2017, Mark James * @copyright Copyright (c) 2017, Guillaume Viguier-Just (@guillaumev) + * @copyright Copyright (c) 2019, Óvári * * @license GNU AGPL version 3 or any later version * From 12d3a6fc324efdac6e943f074c40932af0a0a590 Mon Sep 17 00:00:00 2001 From: ovari <17465872+ovari@users.noreply.github.com> Date: Wed, 7 Aug 2019 15:33:08 +1000 Subject: [PATCH 12/13] Update install.rdf --- src/install.rdf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/install.rdf b/src/install.rdf index ba4011a..7276325 100644 --- a/src/install.rdf +++ b/src/install.rdf @@ -12,6 +12,7 @@ Philipp Kewisch Mark James Guillaume Viguier-Just + Óvári (hu) Nextcloud provider for Thunderbird Filelink https://github.com/nextcloud/nextcloud-filelink @@ -29,6 +30,7 @@ es Soporte de Nextcloud para Filelink + Óvári (hu) Añade soporte de Nextcloud para la característica Filelink en Thunderbird @@ -37,6 +39,7 @@ fr Nextcloud pour Filelink + Óvári (hu) Ajout du support de Nextcloud pour la fonction Filelink de Thunderbird @@ -45,6 +48,7 @@ hu Nextcloud óriásfájl-küldése (Nextcloud for Filelink) + Óvári (hu) Nextcloud szolgáltató a Thunderbird óriásfájl-küldés számára From 3cadcac068a1b243a4049c53322052fb39b53a42 Mon Sep 17 00:00:00 2001 From: ovari <17465872+ovari@users.noreply.github.com> Date: Tue, 1 Oct 2019 06:23:46 +1000 Subject: [PATCH 13/13] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f4cabb0..c31706d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [Nextcloud](https://nextcloud.com) is the premiere and safest, Enterprise-ready, Open Source File Sync and Share solution -“[Nextcloud for Filelink](https://addons.mozilla.org/thunderbird/addon/nextcloud-filelink/)” is a Thunderbird extension which makes it easy to send large attachments with Thunderbird by uploading them first to a Nextcloud server and by then inserting the link into the body of your email. +“[Nextcloud for Filelink](https://addons.thunderbird.net/addon/nextcloud-filelink/)” is a [Thunderbird](https://www.thunderbird.net/) extension which makes it easy to send large attachments with Thunderbird by uploading them first to a Nextcloud server and by then inserting the link into the body of your email. It is currently possible to upload files as large as 1GB. @@ -24,7 +24,7 @@ It is currently possible to upload files as large as 1GB. 1. Zip all files located in the `src` folder such that the install.rdf and chrome.manifest are located in the root folder of the zip file 1. Change the file extension from .zip to .xpi -1. Open your Thunderbird, navigate to `Tools → Add-ons`, choose “Install Add-on From File…” and select the .xpi file +1. Open your Thunderbird, navigate to `Tools` → `Add-ons`, choose “Install Add-on From File…” and select the `.xpi` file 1. After installation restart Thunderbird ## Nextcloud configuration @@ -38,7 +38,7 @@ It is currently possible to upload files as large as 1GB. ![Screenshot](https://raw.githubusercontent.com/nextcloud/nextcloud-filelink/master/screenshots/setup.png) -1. Navigate to `Edit → Preferences → Attachments` +1. Navigate to `Edit` → `Preferences` → `Attachments` 1. Choose the `Outgoing` tab 1. Click the Add button. The “Set up Filelink” panel will open. 1. Select the desired service provider from the drop-down list.