From d7a43aa5776b4f809fe3feeb349d41eaac23b725 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 5 Oct 2021 03:23:42 +0000 Subject: [PATCH] [tx-robot] updated from transifex Signed-off-by: Nextcloud bot --- l10n/en_GB.js | 17 +++++++++++++++++ l10n/en_GB.json | 15 +++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 l10n/en_GB.js create mode 100644 l10n/en_GB.json diff --git a/l10n/en_GB.js b/l10n/en_GB.js new file mode 100644 index 0000000..9bc4fbe --- /dev/null +++ b/l10n/en_GB.js @@ -0,0 +1,17 @@ +OC.L10N.register( + "richdocumentscode", + { + "Built-in CODE Server" : "Built-in CODE Server", + "Collabora Online - Built-in CODE Server" : "Collabora Online - Built-in CODE Server", + "Built-in Collabora Online Development Edition (CODE) server for local testing and non-production use" : "Built-in Collabora Online Development Edition (CODE) server for local testing and non-production use", + "This app has to be installed and used together with the **[Collabora Online](https://apps.nextcloud.com/apps/richdocuments)** app.\n\nCollabora Online is a powerful LibreOffice-based online office suite with collaborative editing, which supports all major documents, spreadsheet and presentation file formats and works together with all modern browsers.\n\nThis app provides a built-in server with all of the document editing features of Collabora Online. Easy to install, for personal use or for small teams. A bit slower than a standalone server and without the advanced scalability features.\n\nThe download is rather big so it is possible you experience a time-out when using the web interface. You can use the OCC command line tool to install the built-in server:\n\n```\nsudo -u wwwrun php -d memory_limit=512M ./occ app:install richdocumentscode\n```\nWhere `wwwrun` is the user of your web server. This is ```www-data``` on Debian, Ubuntu and derivatives, `wwwrun` on SUSE based distributions, `apache` on Red Hat/Fedora and `http` on Arch linux and derivatives.\n\nUpdates can be done like this:\n```\nsudo -u wwwrun php -d memory_limit=512M ./occ app:update --all\n```\n\nOf course, alternatively you could increase memory usage and PHP time-outs by default, see the [Nextcloud documentation.](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/big_file_upload_configuration.html?highlight=php%20timeout#configuring-your-web-server)" : "This app has to be installed and used together with the **[Collabora Online](https://apps.nextcloud.com/apps/richdocuments)** app.\n\nCollabora Online is a powerful LibreOffice-based online office suite with collaborative editing, which supports all major documents, spreadsheet and presentation file formats and works together with all modern browsers.\n\nThis app provides a built-in server with all of the document editing features of Collabora Online. Easy to install, for personal use or for small teams. A bit slower than a standalone server and without the advanced scalability features.\n\nThe download is rather big so it is possible you experience a time-out when using the web interface. You can use the OCC command line tool to install the built-in server:\n\n```\nsudo -u wwwrun php -d memory_limit=512M ./occ app:install richdocumentscode\n```\nWhere `wwwrun` is the user of your web server. This is ```www-data``` on Debian, Ubuntu and derivatives, `wwwrun` on SUSE based distributions, `apache` on Red Hat/Fedora and `http` on Arch linux and derivatives.\n\nUpdates can be done like this:\n```\nsudo -u wwwrun php -d memory_limit=512M ./occ app:update --all\n```\n\nOf course, alternatively you could increase memory usage and PHP time-outs by default, see the [Nextcloud documentation.](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/big_file_upload_configuration.html?highlight=php%20timeout#configuring-your-web-server)", + "Your system is ARM64, but you have installed the x86_64 version of the app. Please remove this and" : "Your system is ARM64, but you have installed the x86_64 version of the app. Please remove this and", + "install the correct version from the Nextcloud App Store." : "install the correct version from the Nextcloud App Store.", + "Your system is x86_64, but you have installed the ARM64 version of the app. Please remove this and" : "Your system is x86_64, but you have installed the ARM64 version of the app. Please remove this and", + "You have the Collabora Online app enabled. For further information and configuration, please check:" : "You have the Collabora Online app enabled. For further information and configuration, please check:", + "Settings > Administration > Collabora Online" : "Settings > Administration > Collabora Online", + "Built-in CODE server is designed to work with the usual Collabora Online app." : "Built-in CODE server is designed to work with the usual Collabora Online app.", + "Install it from the Nextcloud App Store." : "Install it from the Nextcloud App Store.", + "An error occurred while trying to check your Collabora Online app installation. You may report this error\n with the tag: richdocuments-EnabledCheckFailed" : "An error occurred while trying to check your Collabora Online app installation. You may report this error\n with the tag: richdocuments-EnabledCheckFailed" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/en_GB.json b/l10n/en_GB.json new file mode 100644 index 0000000..a15b87c --- /dev/null +++ b/l10n/en_GB.json @@ -0,0 +1,15 @@ +{ "translations": { + "Built-in CODE Server" : "Built-in CODE Server", + "Collabora Online - Built-in CODE Server" : "Collabora Online - Built-in CODE Server", + "Built-in Collabora Online Development Edition (CODE) server for local testing and non-production use" : "Built-in Collabora Online Development Edition (CODE) server for local testing and non-production use", + "This app has to be installed and used together with the **[Collabora Online](https://apps.nextcloud.com/apps/richdocuments)** app.\n\nCollabora Online is a powerful LibreOffice-based online office suite with collaborative editing, which supports all major documents, spreadsheet and presentation file formats and works together with all modern browsers.\n\nThis app provides a built-in server with all of the document editing features of Collabora Online. Easy to install, for personal use or for small teams. A bit slower than a standalone server and without the advanced scalability features.\n\nThe download is rather big so it is possible you experience a time-out when using the web interface. You can use the OCC command line tool to install the built-in server:\n\n```\nsudo -u wwwrun php -d memory_limit=512M ./occ app:install richdocumentscode\n```\nWhere `wwwrun` is the user of your web server. This is ```www-data``` on Debian, Ubuntu and derivatives, `wwwrun` on SUSE based distributions, `apache` on Red Hat/Fedora and `http` on Arch linux and derivatives.\n\nUpdates can be done like this:\n```\nsudo -u wwwrun php -d memory_limit=512M ./occ app:update --all\n```\n\nOf course, alternatively you could increase memory usage and PHP time-outs by default, see the [Nextcloud documentation.](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/big_file_upload_configuration.html?highlight=php%20timeout#configuring-your-web-server)" : "This app has to be installed and used together with the **[Collabora Online](https://apps.nextcloud.com/apps/richdocuments)** app.\n\nCollabora Online is a powerful LibreOffice-based online office suite with collaborative editing, which supports all major documents, spreadsheet and presentation file formats and works together with all modern browsers.\n\nThis app provides a built-in server with all of the document editing features of Collabora Online. Easy to install, for personal use or for small teams. A bit slower than a standalone server and without the advanced scalability features.\n\nThe download is rather big so it is possible you experience a time-out when using the web interface. You can use the OCC command line tool to install the built-in server:\n\n```\nsudo -u wwwrun php -d memory_limit=512M ./occ app:install richdocumentscode\n```\nWhere `wwwrun` is the user of your web server. This is ```www-data``` on Debian, Ubuntu and derivatives, `wwwrun` on SUSE based distributions, `apache` on Red Hat/Fedora and `http` on Arch linux and derivatives.\n\nUpdates can be done like this:\n```\nsudo -u wwwrun php -d memory_limit=512M ./occ app:update --all\n```\n\nOf course, alternatively you could increase memory usage and PHP time-outs by default, see the [Nextcloud documentation.](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/big_file_upload_configuration.html?highlight=php%20timeout#configuring-your-web-server)", + "Your system is ARM64, but you have installed the x86_64 version of the app. Please remove this and" : "Your system is ARM64, but you have installed the x86_64 version of the app. Please remove this and", + "install the correct version from the Nextcloud App Store." : "install the correct version from the Nextcloud App Store.", + "Your system is x86_64, but you have installed the ARM64 version of the app. Please remove this and" : "Your system is x86_64, but you have installed the ARM64 version of the app. Please remove this and", + "You have the Collabora Online app enabled. For further information and configuration, please check:" : "You have the Collabora Online app enabled. For further information and configuration, please check:", + "Settings > Administration > Collabora Online" : "Settings > Administration > Collabora Online", + "Built-in CODE server is designed to work with the usual Collabora Online app." : "Built-in CODE server is designed to work with the usual Collabora Online app.", + "Install it from the Nextcloud App Store." : "Install it from the Nextcloud App Store.", + "An error occurred while trying to check your Collabora Online app installation. You may report this error\n with the tag: richdocuments-EnabledCheckFailed" : "An error occurred while trying to check your Collabora Online app installation. You may report this error\n with the tag: richdocuments-EnabledCheckFailed" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file