mirror of
https://github.com/nextcloud/documentation.git
synced 2026-03-26 13:28:45 +07:00
174 lines
7.7 KiB
Plaintext
174 lines
7.7 KiB
Plaintext
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) 2025 Nextcloud GmbH
|
|
# This file is distributed under the same license as the Nextcloud latest User Manual package.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
#
|
|
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Nextcloud latest User Manual latest\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2025-08-29 10:38+0000\n"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
#: ../../desktop/faq.rst:3
|
|
msgid "FAQ"
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:6
|
|
msgid "How the \"Edit locally\" functionality works"
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:7
|
|
msgid "This functionality depends on the desktop client ability to register the mime to handle the nc:// scheme. That is the handler used by the server to open a file locally. This will allow the desktop client to open a document with the local editor when you click on the option \"Edit locally\" in your Nextcloud instance."
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:10
|
|
msgid "Without properly registering the mime, independent of the browser and distro being used, the desktop client will fail to open a document with the local editor when you click on the option \"Edit locally\" in your Nextcloud instance."
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:12
|
|
msgid "The browser will warn you of the failure: \"Failed to launch 'nc://...' because the scheme does not have a registered handler.\""
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:15
|
|
msgid "How to enable it"
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:17
|
|
msgid "In order to do that, you need to install the desktop client with the MSI installer on Windows or use a third party software to integrate the AppImage in your system on Linux."
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:20
|
|
msgid "On Linux"
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:22
|
|
msgid "We use AppImage due to its universal compatibility but to take full advantage of the desktop client features you will need a third part software to integrate the AppImage in your system: we have tested `AppImageLauncher <https://github.com/TheAssassin/AppImageLauncher>`_ and alternatively there is `Go AppImage <https://github.com/probonopd/go-appimage>`_."
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:25
|
|
msgid "On Windows"
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:27
|
|
msgid "The MSI installer will alter your system registry to register the mime to handle the nc:// scheme."
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:29
|
|
msgid "Alternatively, you can manually register the mime to handle the nc:// scheme:"
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:31
|
|
msgid "Save the following content to a .reg file:"
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:40
|
|
msgid "Double click on the .reg file to import it into the registry."
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:42
|
|
msgid "See https://nextcloud.com/blog/nextcloud-office-release-solves-document-compatibility-overhauls-knowledge-management/ for more information."
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:45
|
|
msgid "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified."
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:47
|
|
msgid "It is possible that another program is changing the modification date of the file. If the file is uses the ``.eml`` extension, Windows automatically and continually changes all files, unless you remove ``\\HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\PropertySystem\\PropertyHandlers`` from the windows registry. See http://petersteier.wordpress.com/2011/10/22/windows-indexer-changes-modification-dates-of-eml-files/ for more information."
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:55
|
|
msgid "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories."
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:57
|
|
msgid "The sync client has been intentionally limited to sync no deeper than 100 sub-directories. The hard limit exists to guard against bugs with cycles like symbolic link loops. When a deeply nested directory is excluded from synchronization it will be listed with other ignored files and directories in the \"Not synced\" tab of the \"Activity\" pane."
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:65
|
|
msgid "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably."
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:67
|
|
msgid "On linux when the synchronized folder contains very many subfolders the operating system may not allow for enough inotify watches to monitor the changes in all of them."
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:71
|
|
msgid "In this case the client will not be able to immediately start the synchronization process when a file in one of the unmonitored folders changes. Instead, the client will show the warning and manually scan folders for changes in a regular interval (two hours by default)."
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:76
|
|
msgid "This problem can be solved by setting the fs.inotify.max_user_watches sysctl to a higher value. This can usually be done either temporarily::"
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:81
|
|
msgid "or permanently by adjusting ``/etc/sysctl.conf``."
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:84
|
|
msgid "I Want To Move My Local Sync Folder"
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:86
|
|
msgid "The Nextcloud desktop client does not provide a way to change the local sync directory. However, it can be done, though it is a bit unorthodox. Specifically, you have to:"
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:90
|
|
msgid "Remove the existing connection which syncs to the wrong directory"
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:91
|
|
msgid "Add a new connection which syncs to the desired directory"
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:93
|
|
msgid "Remove an existing connection"
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:96
|
|
msgid "To do so, in the client UI, which you can see above, click the \"**Account**\" drop-down menu and then click \"Remove\". This will display a \"**Confirm Account Removal**\" dialog window."
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:99
|
|
msgid "Remove existing connection confirmation dialog"
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:102
|
|
msgid "If you're sure, click \"**Remove connection**\"."
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:104
|
|
msgid "Then, click the Account drop-down menu again, and this time click \"**Add new**\"."
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:106
|
|
msgid "Replacement connection wizard"
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:109
|
|
msgid "This opens the Nextcloud Connection Wizard, which you can see above, *but* with an extra option. This option provides the ability to either: keep the existing data (synced by the previous connection) or to start a clean sync (erasing the existing data)."
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:114
|
|
msgid "Be careful before choosing the \"Start a clean sync\" option. The old sync folder *may* contain a considerable amount of data, ranging into the gigabytes or terabytes. If it does, after the client creates the new connection, it will have to download **all** of that information again. Instead, first move or copy the old local sync folder, containing a copy of the existing files, to the new location. Then, when creating the new connection choose \"*keep existing data*\" instead. The Nextcloud client will check the files in the newly-added sync folder and find that they match what is on the server and not need to download anything."
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:116
|
|
msgid "Make your choice and click \"**Connect...**\". This will then step you through the Connection Wizard, just as you did when you setup the previous sync connection, but giving you the opportunity to choose a new sync directory."
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:120
|
|
msgid "I would like to change the language of the user interface"
|
|
msgstr ""
|
|
|
|
#: ../../desktop/faq.rst:122
|
|
msgid "To do this, the configuration file ``nextcloud.cfg`` must be changed. A line with the desired language must be added to the ``General`` section."
|
|
msgstr ""
|