-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nextcloud bot <[email protected]>
- Loading branch information
1 parent
04d6385
commit d7a43aa
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: <em>richdocuments-EnabledCheckFailed</em>" : "An error occurred while trying to check your Collabora Online app installation. You may report this error\n with the tag: <em>richdocuments-EnabledCheckFailed</em>" | ||
},"pluralForm" :"nplurals=2; plural=(n != 1);" | ||
} |