chore(l10n): Updates catalog templates (POT files fetched automatically by transifex)

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
nextcloud-command
2025-04-30 20:22:48 +00:00
committed by GitHub
parent ab2869731f
commit da4245aacf
49 changed files with 181 additions and 201 deletions

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Nextcloud latest User Manual latest\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-03-04 12:42+0000\n"
"POT-Creation-Date: 2025-04-30 20:22+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"
@@ -129,636 +129,616 @@ msgid "Accessing files with KDE and Dolphin file manager"
msgstr ""
#: ../../files/access_webdav.rst:108
msgid "To access your Nextcloud files using the Dolphin file manager in KDE, use the ``webdav://`` protocol::"
msgid "Navigate to System Settings -> Networking -> Online Accounts"
msgstr ""
#: ../../files/access_webdav.rst:109
msgid "Click \"Add Account...\""
msgstr ""
#: ../../files/access_webdav.rst:110
msgid "Click Nextcloud"
msgstr ""
#: ../../files/access_webdav.rst:111
msgid "Enter your server address"
msgstr ""
#: ../../files/access_webdav.rst:112
msgid "Follow the on-screen instructions to log in"
msgstr ""
#: ../../files/access_webdav.rst:113
msgid "Screenshot of configuring Dolphin file manager to use WebDAV"
msgid "After logging in, ensure you enable \"Storage\" in the \"Use This Account For\" section"
msgstr ""
#: ../../files/access_webdav.rst:114
msgid "You can now access your files in Dolphin under \"Network\" in the sidebar"
msgstr ""
#: ../../files/access_webdav.rst:115
msgid "(Optional) To add this as a shortcut in the sidebar, right click \"Nextcloud Storage\" then \"Add to Places\""
msgstr ""
#: ../../files/access_webdav.rst:116
msgid "You can create a permanent link to your Nextcloud server:"
msgid "(Optional) To customise the shortcut, right click the shortcut in the sidebar then \"Edit...\" and customise the icon and label as you please"
msgstr ""
#: ../../files/access_webdav.rst:118
msgid "Open Dolphin and click \"Network\" in the left-hand \"Places\" column."
msgstr ""
#: ../../files/access_webdav.rst:119
msgid "Click on the icon labeled **Add a Network Folder**. The resulting dialog should appear with WebDAV already selected."
msgstr ""
#: ../../files/access_webdav.rst:121
msgid "If WebDAV is not selected, select it."
msgstr ""
#: ../../files/access_webdav.rst:122
msgid "Click **Next**."
msgstr ""
#: ../../files/access_webdav.rst:123
msgid "Enter the following settings:"
msgstr ""
#: ../../files/access_webdav.rst:125
msgid "Name: the name you want to see in the **Places** bookmark, for example, Nextcloud."
msgstr ""
#: ../../files/access_webdav.rst:127
msgid "User: the Nextcloud username you used to log in, for example, admin."
msgstr ""
#: ../../files/access_webdav.rst:129
msgid "Server: the Nextcloud domain name, for example, **example.com** (without **http://** before or directories afterwards)."
msgstr ""
#: ../../files/access_webdav.rst:131
msgid "Folder -- Enter the path ``nextcloud/remote.php/dav/files/USERNAME/``."
msgstr ""
#: ../../files/access_webdav.rst:132
msgid "(Optional) Check the \"Create icon\" checkbox for a bookmark to appear in the Places column."
msgstr ""
#: ../../files/access_webdav.rst:134
msgid "(Optional) Provide any special settings or an SSL certificate in the \"Port & Encrypted\" checkbox."
msgstr ""
#: ../../files/access_webdav.rst:139
#: ../../files/access_webdav.rst:120
msgid "Creating WebDAV mounts on the Linux command line"
msgstr ""
#: ../../files/access_webdav.rst:141
#: ../../files/access_webdav.rst:122
msgid "You can create WebDAV mounts from the Linux command line. This is useful if you prefer to access Nextcloud the same way as any other remote filesystem mount. The following example shows how to create a personal mount and have it mounted automatically every time you log in to your Linux computer."
msgstr ""
#: ../../files/access_webdav.rst:146
#: ../../files/access_webdav.rst:127
msgid "Install the ``davfs2`` WebDAV filesystem driver, which allows you to mount WebDAV shares just like any other remote filesystem. Use this command to install it on Debian/Ubuntu::"
msgstr ""
#: ../../files/access_webdav.rst:152
#: ../../files/access_webdav.rst:133
msgid "Use this command to install it on CentOS, Fedora, and openSUSE::"
msgstr ""
#: ../../files/access_webdav.rst:156
#: ../../files/access_webdav.rst:137
msgid "Add yourself to the ``davfs2`` group::"
msgstr ""
#: ../../files/access_webdav.rst:160
#: ../../files/access_webdav.rst:141
msgid "Then create a ``nextcloud`` directory in your home directory for the mount point, and ``.davfs2/`` for your personal configuration file::"
msgstr ""
#: ../../files/access_webdav.rst:166
#: ../../files/access_webdav.rst:147
msgid "Copy ``/etc/davfs2/secrets`` to ``~/.davfs2``::"
msgstr ""
#: ../../files/access_webdav.rst:170
#: ../../files/access_webdav.rst:151
msgid "Set yourself as the owner and make the permissions read-write owner only::"
msgstr ""
#: ../../files/access_webdav.rst:175
#: ../../files/access_webdav.rst:156
msgid "Add your Nextcloud login credentials to the end of the ``secrets`` file, using your Nextcloud server URL and your Nextcloud username and password::"
msgstr ""
#: ../../files/access_webdav.rst:184
#: ../../files/access_webdav.rst:165
msgid "Add the mount information to ``/etc/fstab``::"
msgstr ""
#: ../../files/access_webdav.rst:188
#: ../../files/access_webdav.rst:169
msgid "Then test that it mounts and authenticates by running the following command. If you set it up correctly you won't need root permissions::"
msgstr ""
#: ../../files/access_webdav.rst:193
#: ../../files/access_webdav.rst:174
msgid "You should also be able to unmount it::"
msgstr ""
#: ../../files/access_webdav.rst:197
#: ../../files/access_webdav.rst:178
msgid "Now every time you login to your Linux system your Nextcloud share should automatically mount via WebDAV in your ``~/nextcloud`` directory. If you prefer to mount it manually, change ``auto`` to ``noauto`` in ``/etc/fstab``."
msgstr ""
#: ../../files/access_webdav.rst:203
#: ../../files/access_webdav.rst:184
msgid "Known issues"
msgstr ""
#: ../../files/access_webdav.rst:206
#: ../../files/access_webdav.rst:217
#: ../../files/access_webdav.rst:386
#: ../../files/access_webdav.rst:408
#: ../../files/access_webdav.rst:426
#: ../../files/access_webdav.rst:439
#: ../../files/access_webdav.rst:449
#: ../../files/access_webdav.rst:187
#: ../../files/access_webdav.rst:198
#: ../../files/access_webdav.rst:367
#: ../../files/access_webdav.rst:389
#: ../../files/access_webdav.rst:407
#: ../../files/access_webdav.rst:420
#: ../../files/access_webdav.rst:430
msgid "Problem"
msgstr ""
#: ../../files/access_webdav.rst:207
#: ../../files/access_webdav.rst:188
msgid "Resource temporarily unavailable"
msgstr ""
#: ../../files/access_webdav.rst:210
#: ../../files/access_webdav.rst:221
#: ../../files/access_webdav.rst:414
#: ../../files/access_webdav.rst:444
#: ../../files/access_webdav.rst:453
#: ../../files/access_webdav.rst:191
#: ../../files/access_webdav.rst:202
#: ../../files/access_webdav.rst:395
#: ../../files/access_webdav.rst:425
#: ../../files/access_webdav.rst:434
msgid "Solution"
msgstr ""
#: ../../files/access_webdav.rst:211
#: ../../files/access_webdav.rst:192
msgid "If you experience trouble when you create a file in the directory, edit ``/etc/davfs2/davfs2.conf`` and add::"
msgstr ""
#: ../../files/access_webdav.rst:218
#: ../../files/access_webdav.rst:199
msgid "Certificate warnings"
msgstr ""
#: ../../files/access_webdav.rst:223
#: ../../files/access_webdav.rst:204
msgid "If you use a self-signed certificate, you will get a warning. To change this, you need to configure ``davfs2`` to recognize your certificate. Copy ``mycertificate.pem`` to ``/etc/davfs2/certs/``. Then edit ``/etc/davfs2/davfs2.conf`` and uncomment the line ``servercert``. Now add the path of your certificate as in this example::"
msgstr ""
#: ../../files/access_webdav.rst:233
#: ../../files/access_webdav.rst:214
msgid "Accessing files using macOS"
msgstr ""
#: ../../files/access_webdav.rst:235
#: ../../files/access_webdav.rst:216
msgid "The macOS Finder suffers from a `series of implementation problems <http://sabre.io/dav/clients/finder/>`_ and should only be used if the Nextcloud server runs on **Apache** and **mod_php**, or **Nginx 1.3.8+**. Alternative macOS-compatible clients capable of accessing WebDAV shares include open source apps like `Cyberduck <https://cyberduck.io/>`_ (see instructions `here <https://docs.nextcloud.com/server/latest/user_manual/files/access_webdav.html#accessing-files-using-cyberduck>`_) and `Filezilla <https://filezilla-project.org>`_. Commercial clients include `Mountain Duck <https://mountainduck.io/>`_, `Forklift <https://binarynights.com/>`_, `Transmit <https://panic.com/>`_, and `Commander One <https://mac.eltima.com/>`_."
msgstr ""
#: ../../files/access_webdav.rst:239
#: ../../files/access_webdav.rst:220
msgid "To access files through the macOS Finder:"
msgstr ""
#: ../../files/access_webdav.rst:241
#: ../../files/access_webdav.rst:222
msgid "From the Finder's top menu bar, choose **Go > Connect to Server…**:"
msgstr ""
#: ../../files/access_webdav.rst:243
#: ../../files/access_webdav.rst:224
msgid "Screenshot of entering your Nextcloud server address on macOS"
msgstr ""
#: ../../files/access_webdav.rst:246
#: ../../files/access_webdav.rst:227
msgid "When the **Connect to Server…** window opens, enter your Nextcloud server's WebDAV address in the **Server Address:** field, i.e.::"
msgstr ""
#: ../../files/access_webdav.rst:250
#: ../../files/access_webdav.rst:231
msgid "Screenshot: Enter Nextcloud server address in \"Connect to Server…\" dialog box"
msgstr ""
#: ../../files/access_webdav.rst:253
#: ../../files/access_webdav.rst:234
msgid "Click **Connect**. Your WebDAV server should appear on the Desktop as a shared disk drive."
msgstr ""
#: ../../files/access_webdav.rst:257
#: ../../files/access_webdav.rst:238
msgid "Accessing files using Microsoft Windows"
msgstr ""
#: ../../files/access_webdav.rst:259
#: ../../files/access_webdav.rst:240
msgid "If you use the native Windows implementation of WebDAV, you can map Nextcloud to a new drive using Windows Explorer. Mapping to a drive enables you to browse files stored on a Nextcloud server the way you would browse files stored in a mapped network drive."
msgstr ""
#: ../../files/access_webdav.rst:263
#: ../../files/access_webdav.rst:244
msgid "Using this feature requires network connectivity. If you want to store your files offline, use the Desktop Client to sync all files on your Nextcloud to one or more directories of your local hard drive."
msgstr ""
#: ../../files/access_webdav.rst:267
#: ../../files/access_webdav.rst:248
msgid "Windows 10 now defaults to allow Basic Authentication if HTTPS is enabled before mapping your drive."
msgstr ""
#: ../../files/access_webdav.rst:269
#: ../../files/access_webdav.rst:250
msgid "On older versions of Windows, you must permit the use of Basic Authentication in the Windows Registry:"
msgstr ""
#: ../../files/access_webdav.rst:271
#: ../../files/access_webdav.rst:252
msgid "launch ``regedit`` and navigate to ``HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\WebClient\\Parameters``."
msgstr ""
#: ../../files/access_webdav.rst:272
#: ../../files/access_webdav.rst:253
msgid "Create or edit the ``BasicAuthLevel`` (Windows Vista, 7 and 8), or ``UseBasicAuth`` (Windows XP and Windows Server 2003), ``DWORD`` value and set its value data to ``1`` for SSL connections. A value of ``0`` means that Basic Authentication is disabled, and a value of ``2`` allows both SSL and non-SSL connections (not recommended)."
msgstr ""
#: ../../files/access_webdav.rst:274
#: ../../files/access_webdav.rst:255
msgid "Then exit Registry Editor, and restart the computer."
msgstr ""
#: ../../files/access_webdav.rst:277
#: ../../files/access_webdav.rst:258
msgid "Mapping drives with the command line"
msgstr ""
#: ../../files/access_webdav.rst:279
#: ../../files/access_webdav.rst:260
msgid "The following example shows how to map a drive using the command line. To map the drive:"
msgstr ""
#: ../../files/access_webdav.rst:282
#: ../../files/access_webdav.rst:263
msgid "Open a command prompt in Windows."
msgstr ""
#: ../../files/access_webdav.rst:283
#: ../../files/access_webdav.rst:264
msgid "Enter the following line in the command prompt to map to the computer Z drive::"
msgstr ""
#: ../../files/access_webdav.rst:288
#: ../../files/access_webdav.rst:269
msgid "with <drive_path> as the URL to your Nextcloud server. For example::"
msgstr ""
#: ../../files/access_webdav.rst:293
#: ../../files/access_webdav.rst:274
msgid "The computer maps the files of your Nextcloud account to the drive letter Z."
msgstr ""
#: ../../files/access_webdav.rst:295
#: ../../files/access_webdav.rst:276
msgid "If you get the following error ``System error 67 has occurred. The network name cannot be found.``, or frequent disconnections, open the **Services** app and make sure that the ``WebClient`` service is running and started automatically at startup."
msgstr ""
#: ../../files/access_webdav.rst:300
#: ../../files/access_webdav.rst:281
msgid "Though not recommended, you can also mount the Nextcloud server using HTTP, leaving the connection unencrypted."
msgstr ""
#: ../../files/access_webdav.rst:302
#: ../../files/access_webdav.rst:283
msgid "If you plan to use HTTP connections on devices while in a public place, we strongly recommend using a VPN tunnel to provide the necessary security."
msgstr ""
#: ../../files/access_webdav.rst:304
#: ../../files/access_webdav.rst:285
msgid "An alternative command syntax is::"
msgstr ""
#: ../../files/access_webdav.rst:310
#: ../../files/access_webdav.rst:291
msgid "Mapping drives with Windows Explorer"
msgstr ""
#: ../../files/access_webdav.rst:312
#: ../../files/access_webdav.rst:293
msgid "To map a drive using Microsoft Windows Explorer:"
msgstr ""
#: ../../files/access_webdav.rst:314
#: ../../files/access_webdav.rst:295
msgid "Open Windows Explorer on your MS Windows computer."
msgstr ""
#: ../../files/access_webdav.rst:315
#: ../../files/access_webdav.rst:296
msgid "Right-click on **Computer** entry and select **Map network drive…** from the drop-down menu."
msgstr ""
#: ../../files/access_webdav.rst:317
#: ../../files/access_webdav.rst:298
msgid "Choose a local network drive to which you want to map Nextcloud."
msgstr ""
#: ../../files/access_webdav.rst:318
#: ../../files/access_webdav.rst:299
msgid "Specify the address to your Nextcloud instance, followed by **/remote.php/dav/files/USERNAME/**."
msgstr ""
#: ../../files/access_webdav.rst:321
#: ../../files/access_webdav.rst:302
msgid "For example::"
msgstr ""
#: ../../files/access_webdav.rst:325
#: ../../files/access_webdav.rst:306
msgid "For SSL-protected servers, check **Reconnect at sign-in** to ensure that the mapping is persistent upon subsequent reboots. If you want to connect to the Nextcloud server as a different user, check **Connect using different credentials**."
msgstr ""
#: ../../files/access_webdav.rst:330
#: ../../files/access_webdav.rst:311
msgid "Screenshot of mapping WebDAV on Windows Explorer"
msgstr ""
#: ../../files/access_webdav.rst:334
#: ../../files/access_webdav.rst:315
msgid "Click the ``Finish`` button."
msgstr ""
#: ../../files/access_webdav.rst:336
#: ../../files/access_webdav.rst:317
msgid "Windows Explorer maps the network drive, making your Nextcloud instance available."
msgstr ""
#: ../../files/access_webdav.rst:340
#: ../../files/access_webdav.rst:321
msgid "Accessing files using Cyberduck"
msgstr ""
#: ../../files/access_webdav.rst:342
#: ../../files/access_webdav.rst:323
msgid "`Cyberduck <https://cyberduck.io/>`_ is an open source FTP, SFTP, WebDAV, OpenStack Swift, and Amazon S3 browser designed for file transfers on macOS and Windows."
msgstr ""
#: ../../files/access_webdav.rst:344
#: ../../files/access_webdav.rst:325
msgid "This example uses Cyberduck version 4.2.1."
msgstr ""
#: ../../files/access_webdav.rst:346
#: ../../files/access_webdav.rst:327
msgid "To use Cyberduck:"
msgstr ""
#: ../../files/access_webdav.rst:348
#: ../../files/access_webdav.rst:329
msgid "Specify a server without any leading protocol information."
msgstr ""
#: ../../files/access_webdav.rst:350
#: ../../files/access_webdav.rst:331
msgid "For example: ``example.com``"
msgstr ""
#: ../../files/access_webdav.rst:352
#: ../../files/access_webdav.rst:333
msgid "Specify the appropriate port."
msgstr ""
#: ../../files/access_webdav.rst:354
#: ../../files/access_webdav.rst:335
msgid "The port you choose depends on whether or not your Nextcloud server supports SSL. Cyberduck requires that you select a different connection type if you plan to use SSL."
msgstr ""
#: ../../files/access_webdav.rst:356
#: ../../files/access_webdav.rst:337
msgid "For example:"
msgstr ""
#: ../../files/access_webdav.rst:357
#: ../../files/access_webdav.rst:338
msgid "``80`` for unencrypted WebDAV"
msgstr ""
#: ../../files/access_webdav.rst:358
#: ../../files/access_webdav.rst:339
msgid "``443`` for secure WebDAV (HTTPS/SSL)"
msgstr ""
#: ../../files/access_webdav.rst:360
#: ../../files/access_webdav.rst:341
msgid "Use the 'More Options' drop-down menu to add the rest of your WebDAV URL into the 'Path' field."
msgstr ""
#: ../../files/access_webdav.rst:363
#: ../../files/access_webdav.rst:344
msgid "For example: ``remote.php/dav/files/USERNAME/``"
msgstr ""
#: ../../files/access_webdav.rst:365
#: ../../files/access_webdav.rst:346
msgid "Now Cyberduck enables file access to the Nextcloud server."
msgstr ""
#: ../../files/access_webdav.rst:369
#: ../../files/access_webdav.rst:350
msgid "Accessing public shares over WebDAV"
msgstr ""
#: ../../files/access_webdav.rst:371
#: ../../files/access_webdav.rst:352
msgid "Nextcloud provides the possibility to access public shares anonymously over WebDAV."
msgstr ""
#: ../../files/access_webdav.rst:373
#: ../../files/access_webdav.rst:354
msgid "To access the public share, open::"
msgstr ""
#: ../../files/access_webdav.rst:377
#: ../../files/access_webdav.rst:358
msgid "in a WebDAV client, use the share token as username and the (optional) share password as the password. For example, with a share link https://example.com/s/kFy9Lek5sm928xP, ``kFy9Lek5sm928xP`` will be the username."
msgstr ""
#: ../../files/access_webdav.rst:379
#: ../../files/access_webdav.rst:360
msgid "**Settings** → **Administration** → **Sharing** → **Allow users on this server to send shares to other servers**. This option also allows WebDAV access to public shares and needs to be enabled to make this feature work, except if cURL is being used (see below)."
msgstr ""
#: ../../files/access_webdav.rst:383
#: ../../files/access_webdav.rst:364
msgid "Known problems"
msgstr ""
#: ../../files/access_webdav.rst:387
#: ../../files/access_webdav.rst:368
msgid "Windows does not connect using HTTPS."
msgstr ""
#: ../../files/access_webdav.rst:390
#: ../../files/access_webdav.rst:371
msgid "Solution 1"
msgstr ""
#: ../../files/access_webdav.rst:392
#: ../../files/access_webdav.rst:373
msgid "The Windows WebDAV Client might not support Server Name Indication (SNI) on encrypted connections. If you encounter an error mounting an SSL-encrypted Nextcloud instance, contact your provider about assigning a dedicated IP address for your SSL-based server."
msgstr ""
#: ../../files/access_webdav.rst:398
#: ../../files/access_webdav.rst:379
msgid "Solution 2"
msgstr ""
#: ../../files/access_webdav.rst:400
#: ../../files/access_webdav.rst:381
msgid "The Windows WebDAV Client might not support TLSv1.1 and TLSv1.2 connections. If you have restricted your server config to only provide TLSv1.1 and above the connection to your server might fail. Please refer to the WinHTTP_ documentation for further information."
msgstr ""
#: ../../files/access_webdav.rst:410
#: ../../files/access_webdav.rst:391
msgid "You receive the following error message: **Error 0x800700DF: The file size exceeds the limit allowed and cannot be saved.**"
msgstr ""
#: ../../files/access_webdav.rst:416
#: ../../files/access_webdav.rst:397
msgid "Windows limits the maximum size a file transferred from or to a WebDAV share may have. You can increase the value ``FileSizeLimitInBytes`` in ``HKEY_LOCAL_MACHINE\\\\SYSTEM\\\\CurrentControlSet\\\\Services\\\\WebClient\\\\Parameters`` by clicking on **Modify**."
msgstr ""
#: ../../files/access_webdav.rst:421
#: ../../files/access_webdav.rst:402
msgid "To increase the limit to the maximum value of 4GB, select **Decimal**, enter a value of ``4294967295``, and reboot Windows or restart the **WebClient** service."
msgstr ""
#: ../../files/access_webdav.rst:428
#: ../../files/access_webdav.rst:409
msgid "Adding a WebDAV drive on Windows via the above described steps does not display the correct size of in Nextcloud available space and instead shows the size of the C: drive with its available space."
msgstr ""
#: ../../files/access_webdav.rst:432
#: ../../files/access_webdav.rst:413
msgid "Answer"
msgstr ""
#: ../../files/access_webdav.rst:434
#: ../../files/access_webdav.rst:415
msgid "Unfortunately is this a limitation of WebDAV itself, because it does not provide a way for the client to get the available free space from the server. Windows automatically falls back to show the size of the C: drive with its available space instead. So unfortunately there is no real solution to this problem."
msgstr ""
#: ../../files/access_webdav.rst:441
#: ../../files/access_webdav.rst:422
msgid "Accessing your files from Microsoft Office via WebDAV fails."
msgstr ""
#: ../../files/access_webdav.rst:446
#: ../../files/access_webdav.rst:427
msgid "Known problems and their solutions are documented in the KB2123563_ article."
msgstr ""
#: ../../files/access_webdav.rst:450
#: ../../files/access_webdav.rst:431
msgid "Cannot map Nextcloud as a WebDAV drive in Windows using a self-signed certificate."
msgstr ""
#: ../../files/access_webdav.rst:455
#: ../../files/access_webdav.rst:436
msgid "Access to your Nextcloud instance via your favorite Web browser."
msgstr ""
#: ../../files/access_webdav.rst:456
#: ../../files/access_webdav.rst:437
msgid "Click through until you get to the certificate error in the browser status line."
msgstr ""
#: ../../files/access_webdav.rst:458
#: ../../files/access_webdav.rst:439
msgid "View the certificate, then from the Details tab, select 'Copy to File'."
msgstr ""
#: ../../files/access_webdav.rst:459
#: ../../files/access_webdav.rst:440
msgid "Save the file to your desktop with an arbitrary name, for example ``myNextcloud.pem``."
msgstr ""
#: ../../files/access_webdav.rst:461
#: ../../files/access_webdav.rst:442
msgid "Go to Start menu > Run, type MMC, and click 'OK' to open Microsoft Management Console."
msgstr ""
#: ../../files/access_webdav.rst:463
#: ../../files/access_webdav.rst:444
msgid "Go to File > Add/Remove Snap-In."
msgstr ""
#: ../../files/access_webdav.rst:464
#: ../../files/access_webdav.rst:445
msgid "Select Certificates, Click 'Add', choose 'My User Account', then 'Finish', and finally 'OK'."
msgstr ""
#: ../../files/access_webdav.rst:466
#: ../../files/access_webdav.rst:447
msgid "Dig down to Trust Root Certification Authorities, Certificates."
msgstr ""
#: ../../files/access_webdav.rst:467
#: ../../files/access_webdav.rst:448
msgid "Right-Click Certificate, Select All Tasks, and Import."
msgstr ""
#: ../../files/access_webdav.rst:468
#: ../../files/access_webdav.rst:449
msgid "Select the saved certificate from the Desktop."
msgstr ""
#: ../../files/access_webdav.rst:469
#: ../../files/access_webdav.rst:450
msgid "Select Place all Certificates in the following Store, and click Browse."
msgstr ""
#: ../../files/access_webdav.rst:470
#: ../../files/access_webdav.rst:451
msgid "Check the Box that says Show Physical Stores, expand out Trusted Root Certification Authorities, select Local Computer there, click 'OK', and Complete the Import."
msgstr ""
#: ../../files/access_webdav.rst:473
#: ../../files/access_webdav.rst:454
msgid "Check the list to make sure the certificate shows up. You will probably need to Refresh before you see it."
msgstr ""
#: ../../files/access_webdav.rst:475
#: ../../files/access_webdav.rst:456
msgid "Exit MMC."
msgstr ""
#: ../../files/access_webdav.rst:477
#: ../../files/access_webdav.rst:458
msgid "For Firefox users:"
msgstr ""
#: ../../files/access_webdav.rst:479
#: ../../files/access_webdav.rst:460
msgid "Launch your browser, go to Application menu > History > Clear recent history..."
msgstr ""
#: ../../files/access_webdav.rst:480
#: ../../files/access_webdav.rst:461
msgid "Select 'Everything' in the 'Time range to clear' dropdown menu"
msgstr ""
#: ../../files/access_webdav.rst:481
#: ../../files/access_webdav.rst:462
msgid "Select the 'Active Logins' check box"
msgstr ""
#: ../../files/access_webdav.rst:482
#: ../../files/access_webdav.rst:463
msgid "Click the 'Clear now' button"
msgstr ""
#: ../../files/access_webdav.rst:483
#: ../../files/access_webdav.rst:489
#: ../../files/access_webdav.rst:464
#: ../../files/access_webdav.rst:470
msgid "Close the browser, then re-open and test."
msgstr ""
#: ../../files/access_webdav.rst:485
#: ../../files/access_webdav.rst:466
msgid "For Chrome-based browsers (Chrome, Chromium, Microsoft Edge) users:"
msgstr ""
#: ../../files/access_webdav.rst:487
#: ../../files/access_webdav.rst:468
msgid "Open Windows Control Panel, navigate down to Internet Options"
msgstr ""
#: ../../files/access_webdav.rst:488
#: ../../files/access_webdav.rst:469
msgid "In the Content tab, click the Clear SSL State button."
msgstr ""
#: ../../files/access_webdav.rst:493
#: ../../files/access_webdav.rst:474
msgid "Accessing files using cURL"
msgstr ""
#: ../../files/access_webdav.rst:495
#: ../../files/access_webdav.rst:476
msgid "Since WebDAV is an extension of HTTP, cURL can be used to script file operations."
msgstr ""
#: ../../files/access_webdav.rst:497
#: ../../files/access_webdav.rst:478
msgid "**Settings** → **Administration** → **Sharing** → **Allow users on this server to send shares to other servers**. If this option is disabled, the option ``--header \"X-Requested-With: XMLHttpRequest\"`` needs to be passed to cURL."
msgstr ""
#: ../../files/access_webdav.rst:500
#: ../../files/access_webdav.rst:481
msgid "To create a folder with the current date as name:"
msgstr ""
#: ../../files/access_webdav.rst:506
#: ../../files/access_webdav.rst:487
msgid "To upload a file ``error.log`` into that directory:"
msgstr ""
#: ../../files/access_webdav.rst:512
#: ../../files/access_webdav.rst:493
msgid "To move a file:"
msgstr ""
#: ../../files/access_webdav.rst:518
#: ../../files/access_webdav.rst:499
msgid "To get the properties of files in the root folder:"
msgstr ""
#: ../../files/access_webdav.rst:557
#: ../../files/access_webdav.rst:538
msgid "Accessing files using WinSCP"
msgstr ""
#: ../../files/access_webdav.rst:559
#: ../../files/access_webdav.rst:540
msgid "`WinSCP <https://winscp.net/eng/docs/introduction/>`_ is an open source free SFTP, FTP, WebDAV, S3, and SCP client for Windows. Its main function is file transfer between a local and a remote computer. Beyond this, WinSCP offers scripting and basic file management functionality."
msgstr ""
#: ../../files/access_webdav.rst:561
#: ../../files/access_webdav.rst:542
msgid "You can `download <https://winscp.net/eng/downloads.php/>`_ the portable version of WinSCP and run it on Linux through `Wine <https://wiki.winehq.org/Main_Page/>`_."
msgstr ""
#: ../../files/access_webdav.rst:563
#: ../../files/access_webdav.rst:544
msgid "To run WinSCP on Linux, download wine through your distribution's package manager, then run it with the command: ``wine WinSCP.exe``."
msgstr ""
#: ../../files/access_webdav.rst:565
#: ../../files/access_webdav.rst:546
msgid "To connect to Nextcloud:"
msgstr ""
#: ../../files/access_webdav.rst:567
#: ../../files/access_webdav.rst:548
msgid "Start WinSCP"
msgstr ""
#: ../../files/access_webdav.rst:568
#: ../../files/access_webdav.rst:549
msgid "Press 'Session' in the menu"
msgstr ""
#: ../../files/access_webdav.rst:569
#: ../../files/access_webdav.rst:550
msgid "Press the 'New Session' menu option"
msgstr ""
#: ../../files/access_webdav.rst:570
#: ../../files/access_webdav.rst:551
msgid "Set the 'File protocol' dropdown to WebDAV"
msgstr ""
#: ../../files/access_webdav.rst:571
#: ../../files/access_webdav.rst:552
msgid "Set the 'Encryption' dropdown to TLS/SSL Implicit encryption"
msgstr ""
#: ../../files/access_webdav.rst:572
#: ../../files/access_webdav.rst:553
msgid "Fill in the hostname field: ``example.com``"
msgstr ""
#: ../../files/access_webdav.rst:573
#: ../../files/access_webdav.rst:554
msgid "Fill in the username field: ``NEXTCLOUDUSERNAME``"
msgstr ""
#: ../../files/access_webdav.rst:574
#: ../../files/access_webdav.rst:555
msgid "Fill in the password field: ``NEXTCLOUDPASSWORD``"
msgstr ""
#: ../../files/access_webdav.rst:575
#: ../../files/access_webdav.rst:556
msgid "Press the 'Advanced...' button"
msgstr ""
#: ../../files/access_webdav.rst:576
#: ../../files/access_webdav.rst:557
msgid "Navigate to 'Environment', 'Directories' on the left side"
msgstr ""
#: ../../files/access_webdav.rst:577
#: ../../files/access_webdav.rst:558
msgid "Fill in the 'Remote directory' field with the following: ``/nextcloud/remote.php/dav/files/NEXTCLOUDUSERNAME/``"
msgstr ""
#: ../../files/access_webdav.rst:578
#: ../../files/access_webdav.rst:559
msgid "Press the 'OK' button"
msgstr ""
#: ../../files/access_webdav.rst:579
#: ../../files/access_webdav.rst:560
msgid "Press the 'Save' button"
msgstr ""
#: ../../files/access_webdav.rst:580
#: ../../files/access_webdav.rst:561
msgid "Select the desired options and press the 'OK' button"
msgstr ""
#: ../../files/access_webdav.rst:581
#: ../../files/access_webdav.rst:562
msgid "Press the 'Login' button to connect to Nextcloud"
msgstr ""
#: ../../files/access_webdav.rst:583
#: ../../files/access_webdav.rst:564
msgid "It is recommended to use an app password for the password if you use TOTP as WinSCP does not understand TOTP with Nextcloud at the time of writing (2022-11-07)."
msgstr ""