# SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2016-05-16 11:25+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: davfs2.conf.5:1 #, no-wrap msgid "@CONFIGFILE@" msgstr "" #. type: TH #: davfs2.conf.5:1 #, no-wrap msgid "2014-06-09" msgstr "" #. type: TH #: davfs2.conf.5:1 mount.davfs.8:1 umount.davfs.8:1 #, no-wrap msgid "@PACKAGE_STRING@" msgstr "" #. type: SH #: davfs2.conf.5:4 mount.davfs.8:3 umount.davfs.8:3 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: davfs2.conf.5:7 msgid "B<@CONFIGFILE@> - Configuration file for B<@PROGRAM_NAME@>" msgstr "" #. type: SH #: davfs2.conf.5:9 mount.davfs.8:22 umount.davfs.8:20 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: davfs2.conf.5:17 msgid "" "There is a system wide configuration file I<@SYS_CONF_DIR@/@CONFIGFILE@> and " "user configuration files I<~/.@PACKAGE@/@CONFIGFILE@>. When " "B<@PROGRAM_NAME@> is invoked by root, only the system wide configuration " "file is read. When invoked by an ordinary user, the user configuration file " "is read in addition. Settings from the user configuration file will take " "precedence over the system wide configuration." msgstr "" #. type: Plain text #: davfs2.conf.5:21 msgid "" "The configuration file consists of lines where each line contains a keyword " "value pair. Keyword and value are separated by spaces and/or tabs." msgstr "" #. type: Plain text #: davfs2.conf.5:29 msgid "" "The file may contain sections that are for one specific mount point only. " "Such a section starts with a line, that contains the full path of the mount " "point enclosed in square brackets. The section ends at the start of the next " "section or the end of file. Options that shall apply to all mounted file " "system must come before the first sections. Options given in a mount " "specific section will have precedence." msgstr "" #. type: SH #: davfs2.conf.5:31 #, no-wrap msgid "EXAMPLE" msgstr "" #. type: Plain text #: davfs2.conf.5:34 msgid "kernel_fs coda" msgstr "" #. type: Plain text #: davfs2.conf.5:36 msgid "proxy\tfoo.bar:8080" msgstr "" #. type: Plain text #: davfs2.conf.5:38 msgid "use_locks 0" msgstr "" #. type: Plain text #: davfs2.conf.5:41 msgid "[/media/dav]" msgstr "" #. type: Plain text #: davfs2.conf.5:43 msgid "use_locks 1" msgstr "" #. type: Plain text #: davfs2.conf.5:46 msgid "[/home/otto/mywebspace]" msgstr "" #. type: Plain text #: davfs2.conf.5:48 msgid "gui_optimize 1" msgstr "" #. type: Plain text #: davfs2.conf.5:53 msgid "" "All mounted @PACKAGE@ file systems will use the coda kernel file system and " "the proxy foo.bar. All @PACKAGE@ file systems expect /media/dav will disable " "the use of the locks. /home/otto/mywebspace will use the gui_optimize option." msgstr "" #. type: SH #: davfs2.conf.5:54 #, no-wrap msgid "GENERAL SYNTAX RULES" msgstr "" #. type: Plain text #: davfs2.conf.5:57 msgid "Lines that only contain spaces and tabs (empty lines) are ignored." msgstr "" #. type: Plain text #: davfs2.conf.5:60 msgid "# indicates a comment. The rest of the line is ignored." msgstr "" #. type: Plain text #: davfs2.conf.5:63 msgid "\\(rs is the escape character." msgstr "" #. type: Plain text #: davfs2.conf.5:66 msgid "\"\" is used for quotation." msgstr "" #. type: Plain text #: davfs2.conf.5:72 msgid "" "If a value contains one of the special characters space, tab, #, \\(rs, or " "\", this character must be escaped by a preceding \\(rs. Use \\(cq\\(rs\\ " "\\(cq instead of \\(cq\\ \\(cq, \\(cq\\(rs#\\(cq instead of \\(cq#\\(cq, " "\\(cq\\(rs\\(rs\\(cq instead of \\(cq\\(rs\\(cq and \\(cq\\(rs\"\\(cq " "instead of \\(cq\"\\(cq." msgstr "" #. type: Plain text #: davfs2.conf.5:78 msgid "" "Values containing spaces, tabs or # may instead be enclosed in double " "quotes. But \" and \\(cq must be escaped even within double quotes. If the " "starting line of a section is enclosed in double quotes, the square brakets " "must be within the quotes (like \"[/home/otto/with space]\")." msgstr "" #. type: Plain text #: davfs2.conf.5:82 msgid "" "Boolean option values (yes/no) must be given as numerical value. 0 for no, " "1 for yes." msgstr "" #. type: SH #: davfs2.conf.5:84 #, no-wrap msgid "AVAILABLE CONFIGURATION OPTIONS" msgstr "" #. type: SH #: davfs2.conf.5:86 #, no-wrap msgid "General Options" msgstr "" #. type: TP #: davfs2.conf.5:88 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:92 msgid "" "When invoked by root the B<@PROGRAM_NAME@> daemon will run as this user. " "Value must be given as I, B as numerical id." msgstr "" #. type: Plain text #: davfs2.conf.5:94 msgid "Default: @USER@" msgstr "" #. type: Plain text #: davfs2.conf.5:96 davfs2.conf.5:106 davfs2.conf.5:128 davfs2.conf.5:137 msgid "B" msgstr "" #. type: TP #: davfs2.conf.5:97 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:102 msgid "" "The group of the running B<@PROGRAM_NAME@> daemon. Ordinary users must be " "member of this group in order to mount a @PACKAGE@ file system. Value must " "be given as I, B as numerical id." msgstr "" #. type: Plain text #: davfs2.conf.5:104 msgid "Default: @GROUP@" msgstr "" #. type: TP #: davfs2.conf.5:107 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:112 msgid "" "Size in KiByte of the buffer used to communicate with the kernel file " "system. Only useful with I, where read and write operations may " "profit from a larger buffer." msgstr "" #. type: Plain text #: davfs2.conf.5:114 msgid "Default: 16" msgstr "" #. type: SH #: davfs2.conf.5:116 #, no-wrap msgid "WebDAV Related Options" msgstr "" #. type: TP #: davfs2.conf.5:118 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:124 msgid "" "Whether to use a proxy to connect to the WebDAV server. 0 = no, 1 = yes. If " "no proxy is defined in the configration file or the environment variables " "B, B and B, this option has no effect." msgstr "" #. type: Plain text #: davfs2.conf.5:126 davfs2.conf.5:200 davfs2.conf.5:207 davfs2.conf.5:285 #: davfs2.conf.5:299 davfs2.conf.5:445 msgid "Default: 1" msgstr "" #. type: TP #: davfs2.conf.5:129 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:135 msgid "" "Name of the proxy. The name must be the fully qualified domain name (no " "scheme). If the proxy port differs from the default of 8080, it must be " "appended, separated by a colon. Examples: I or I" msgstr "" #. type: TP #: davfs2.conf.5:138 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:144 davfs2.conf.5:163 msgid "" "Name of a certificate file in PEM format. The name of the file may be given " "as absolute path or as file name only. In the latter case the directories " "I<~/.@PACKAGE@/@CERTS_DIR@> and I<@SYS_CONF_DIR@/@CERTS_DIR@> will be " "searched." msgstr "" #. type: Plain text #: davfs2.conf.5:151 msgid "" "This option is useful when the certificate presented by the server cannot be " "verified using the system's data base of trusted certificate authorities " "(CA). The certificate file must contain the self-signed certificate of the " "top level CA in the chain of trust. It may be a self-signed server " "certificate (but see also B). With this option the " "system's CA data base is ignored." msgstr "" #. type: Plain text #: davfs2.conf.5:156 msgid "" "B Even if the server's certificate is trusted that does not mean it " "is accepted. Additionally the certificate's date must be valid and either " "the CommonName or the SubjectAltName must match the host name of the server." msgstr "" #. type: TP #: davfs2.conf.5:157 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:169 msgid "" "Useful when the server's certificate can't be verified or is even invalid, " "but B that you can trust this certificate. When the server " "presents a certificate that is exactly equal to this one and when the server " "is able to authenticate against the public key contained in this certificate " "the connection will be established." msgstr "" #. type: Plain text #: davfs2.conf.5:171 msgid "This is the preferred option for self signed server certificates." msgstr "" #. type: Plain text #: davfs2.conf.5:174 msgid "" "No other ways to verify the certificate will be tried and the certificate " "will not be checked for validity." msgstr "" #. type: TP #: davfs2.conf.5:175 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:182 msgid "" "Name of a certificate in PKCS#12 format that will be used to authenticate " "with the server. The name of the file may be given as absolute path or as " "file name only. In the latter case the directories I<~/.@PACKAGE@/" "@CERTS_DIR@/@CLICERTS_DIR@> and I<@SYS_CONF_DIR@/@CERTS_DIR@/@CLICERTS_DIR@> " "will be searched." msgstr "" #. type: TP #: davfs2.conf.5:183 davfs2.conf.5:532 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:188 msgid "" "Name of a file that holds the credentials for servers and the proxy, and " "passwords to decrypt the client certificate. The name must be an absolute " "path. The file must be read and writable by the owner only (mode 600)." msgstr "" #. type: Plain text #: davfs2.conf.5:190 msgid "Default: ~/.@PACKAGE@/@SECRETSFILE@" msgstr "" #. type: Plain text #: davfs2.conf.5:193 msgid "" "B The system wide secrets file " "is always I<@SYS_CONF_DIR@/@SECRETSFILE@>." msgstr "" #. type: TP #: davfs2.conf.5:194 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:198 msgid "" "Ask the user interactively for credentials and passwords if not found in the " "secretsfile. Ask the user if a servercert cannot be verified. 0 = no, 1 = " "yes." msgstr "" #. type: TP #: davfs2.conf.5:201 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:205 msgid "" "Whether to lock files on the server when they are opened for writing. 0 = " "no, 1 = yes." msgstr "" #. type: TP #: davfs2.conf.5:208 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:213 msgid "" "A string send to the server to identify the owner of a lock. If a WebDAV " "resource is used at the same time by different clients using the same " "credentials, different values for lock_owner should be chosen." msgstr "" #. type: Plain text #: davfs2.conf.5:215 msgid "Default: the username from the credentials" msgstr "" #. type: TP #: davfs2.conf.5:216 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:220 msgid "" "How long in seconds locks should be valid, before the server removes them. " "The server may ignore this and set its own timeout value." msgstr "" #. type: Plain text #: davfs2.conf.5:222 msgid "Default: 1800" msgstr "" #. type: TP #: davfs2.conf.5:223 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:228 msgid "" "That many seconds before the lock times out, B<@PROGRAM_NAME@> will try to " "refresh the lock. The value should be substantially greater than " "B." msgstr "" #. type: Plain text #: davfs2.conf.5:230 davfs2.conf.5:435 msgid "Default: 60" msgstr "" #. type: TP #: davfs2.conf.5:231 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:237 msgid "" "To avoid uploading big files that will be refused by the server, " "B<@PROGRAM_NAME@> uses the header I to get the o.k. " "from the server before uploading. Not all servers understand this. 0 = no, " "1 = yes." msgstr "" #. type: Plain text #: davfs2.conf.5:239 davfs2.conf.5:247 davfs2.conf.5:265 davfs2.conf.5:275 #: davfs2.conf.5:292 davfs2.conf.5:311 davfs2.conf.5:465 davfs2.conf.5:481 msgid "Default: 0" msgstr "" #. type: TP #: davfs2.conf.5:240 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:245 msgid "" "Some servers do not handle If-Match and If-None-Match-headers correctly. " "This otion tells B<@PROGRAM_NAME@> to use HEAD instead of thes headers. 0 = " "no, 1 = yes." msgstr "" #. type: TP #: davfs2.conf.5:248 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:257 msgid "" "Popular servers send a weak etag whenever they are not able to calculate a " "strong one. This weak etag will never be valid, but after one second it is " "silently turned into a strong, valid etag. With this flag set to 1, " "B<@PROGRAM_NAME@> will never use this weak etags. If the flag is 0, the " "weakness indicator will be removed and the etag is assumed to be strong. " "There is some danger of the Lost-Update-Problem with this. But it is " "minimized when using locks." msgstr "" #. type: Plain text #: davfs2.conf.5:261 msgid "" "You should turn this on, when you can't use locks and there is the danger of " "concurrent access to the same resource. In this case the etag is not used at " "all and the resource cannot be cached." msgstr "" #. type: Plain text #: davfs2.conf.5:263 msgid "0 = no, 1 = yes." msgstr "" #. type: TP #: davfs2.conf.5:266 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:273 msgid "" "Some servers will only work when they are allowed to set a cookie and this " "cookie is returned in subsequent requests. This option sets the number of " "cookies you are willing to accept and include in subsequent requests. davfs2 " "will only care for the name and the value of the cookie and ignore all of " "the possible attributes." msgstr "" #. type: TP #: davfs2.conf.5:276 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:283 msgid "" "If option B is set: use HEAD-requests to check for existence " "or modification of a file to avoid unintended overwriting what somebody else " "changed. Has no effect if option B is 0. You should only set " "it 0, if there is no concurrent access to the server. 0 = no, 1 = yes." msgstr "" #. type: TP #: davfs2.conf.5:286 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:290 msgid "" "Some servers send wrong information about their capabilities in the DAV-" "header. In this case the header should be ignored." msgstr "" #. type: TP #: davfs2.conf.5:293 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:297 msgid "" "Use gzip-compression for downloading files, if supported by the server. " "Uploads will still be uncompressed." msgstr "" #. type: TP #: davfs2.conf.5:300 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:309 msgid "" "Some servers are reported to significantly slow down when the Etag and Last-" "Modified properties are requested. This option will reduce the set of WebDAV-" "properties requested from the server to the minimal set. Don't use it if " "your file system is used for reading and writing. Without Etag or Last-" "Modified davfs2 will not be able to check for changes on the server which " "may result in unnecessary downloads and lost updates. This option will also " "effectively disable caching of files because files in the cache can't be " "reused." msgstr "" #. type: TP #: davfs2.conf.5:312 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:318 msgid "" "When extracting file names from the path component of the URL, " "B<@PROGRAM_NAME@> will assume they are encoded using this character set and " "translate file names to the local character set. This is B about " "encoding of file contents and B about HTTP escaping rules." msgstr "" #. type: Plain text #: davfs2.conf.5:326 msgid "" "There is no means in HTTP to know the character encoding of the path " "component. There may be even different encodings within the same path, as " "the encoding of file names is often defined by the clients that created " "them. Nowadays it is best to use only UTF-8 encoding and to do no " "conversion. If you are not sure that all clients understand UTF-8, restrict " "file names to pure us-ascii. Never use characters in file names, that may " "have a special function on some operating systems (like /, : and \\(rs)." msgstr "" #. type: Plain text #: davfs2.conf.5:328 msgid "Default: no character set conversion" msgstr "" #. type: TP #: davfs2.conf.5:329 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:335 msgid "" "When creating a TCP connection to the server B<@PROGRAM_NAME@> will wait " "that many seconds for an answer before assuming an error. If a value of '0' " "is used then no explicit timeout handling is set and the connect call will " "only timeout as dictated by the TCP stack." msgstr "" #. type: Plain text #: davfs2.conf.5:338 msgid "" "This parameter only takes effect if the version of neon in use (neon version " "E 0.26) and the OS support non-blocking I/O." msgstr "" #. type: Plain text #: davfs2.conf.5:340 davfs2.conf.5:455 msgid "Default: 10" msgstr "" #. type: TP #: davfs2.conf.5:341 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:345 msgid "" "How long in seconds B<@PROGRAM_NAME@> will wait for an answer from the " "server before assuming an error." msgstr "" #. type: Plain text #: davfs2.conf.5:347 davfs2.conf.5:355 msgid "Default: 30" msgstr "" #. type: TP #: davfs2.conf.5:348 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:353 msgid "" "When B<@PROGRAM_NAME@> can not reach the server it will try again after " "B seconds. For subsequent retries the interval will be increased up " "to B seconds." msgstr "" #. type: TP #: davfs2.conf.5:356 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:359 msgid "Maximum value of the retry interval." msgstr "" #. type: Plain text #: davfs2.conf.5:361 msgid "Default: 300" msgstr "" #. type: TP #: davfs2.conf.5:362 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:366 msgid "" "When uploading a changed file fails temporarily B<@PROGRAM_NAME@> will retry " "with increasing intervals, but not more often than this." msgstr "" #. type: Plain text #: davfs2.conf.5:371 msgid "" "With a bad connection this will cause additional traffic. To reduce traffic " "caused by unsuccessful attempts option B can be set. But " "please test it. Most proxies and some servers don't support this header." msgstr "" #. type: Plain text #: davfs2.conf.5:373 msgid "Default: 15" msgstr "" #. type: TP #: davfs2.conf.5:374 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:380 msgid "" "Your server might expect special headers to do what you want. Different from " "other options, this one takes two values: the name of the header and its " "value. Some ASP-backends to IIS seem to require the Microsoft specific " "header \"Translate: F\". You can add it like this:" msgstr "" #. type: Plain text #: davfs2.conf.5:382 msgid "add_header Translate F" msgstr "" #. type: Plain text #: davfs2.conf.5:384 msgid "B<@PROGRAM_NAME@> will add header \"Translate: F\" on all requests." msgstr "" #. type: Plain text #: davfs2.conf.5:388 msgid "" "This option is cumulative. You can enter more than one add_header option and " "all of them will be added. Also add_header options from @SYS_CONF_DIR@/" "@CONFIGFILE@ and ~/.@PACKAGE@/@CONFIGFILE@ are merged." msgstr "" #. type: SH #: davfs2.conf.5:390 #, no-wrap msgid "Cache Related Options" msgstr "" #. type: TP #: davfs2.conf.5:392 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:397 msgid "" "Each mounted @PACKAGE@ file system has a directory to store backups of files " "that could not be stored back to the server. This sets the name of this " "directory. You should regularly check this directory." msgstr "" #. type: Plain text #: davfs2.conf.5:399 msgid "Default: lost+found" msgstr "" #. type: TP #: davfs2.conf.5:400 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:404 msgid "" "The directory where B<@PROGRAM_NAME@> will store cached files. For every " "mount point a subdirectory will be created." msgstr "" #. type: Plain text #: davfs2.conf.5:408 msgid "" "In the systemwide configuration file this will set the system wide cache, " "used by root. In a users configuration file it will set the cache used by " "this user." msgstr "" #. type: Plain text #: davfs2.conf.5:410 msgid "Defaults: @SYS_CACHE_DIR@ and ~/.@PACKAGE@/cache" msgstr "" #. type: TP #: davfs2.conf.5:411 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:416 msgid "" "The amount of disk space in MiByte that may be used. B<@PROGRAM_NAME@> will " "always take enough space to cache open files, ignoring this value if " "necessary." msgstr "" #. type: Plain text #: davfs2.conf.5:418 msgid "Default: 50" msgstr "" #. type: TP #: davfs2.conf.5:419 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:425 msgid "" "B<@PROGRAM_NAME@> maintains a hash table with an entry for each known file " "or directory. This gives the number of entries in this table. For large file " "systems (more than some hundreds of files) increasing this number may speed " "up file operations. The value should be a power of 2." msgstr "" #. type: Plain text #: davfs2.conf.5:427 msgid "Default: 1024" msgstr "" #. type: TP #: davfs2.conf.5:428 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:433 msgid "" "After B<@PROGRAM_NAME@> has got information about files in a directory it " "considers it valid for this time in seconds. Note: This does not affect " "opening of files and reading a directory by an application." msgstr "" #. type: TP #: davfs2.conf.5:436 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:443 msgid "" "When a file or directory is opened by an application, B<@PROGRAM_NAME@> will " "first check the server for a newer version. But some applications do open " "calls on the same file in short sequence. To avoid unnecessary traffic " "B<@PROGRAM_NAME@> will wait that many seconds before it send a new request " "for the same information." msgstr "" #. type: TP #: davfs2.conf.5:446 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:453 msgid "" "When a file that has been changed is closed, B<@PROGRAM_NAME@> will wait " "that many seconds before it will upload it to the server. This will avoid " "uploading of temporary files that will be removed immediately after " "closing. If you need the files to appear on the server immediately after " "closing, set this option to 0." msgstr "" #. type: TP #: davfs2.conf.5:456 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:463 msgid "" "When a file is opened, B<@PROGRAM_NAME@> will have to check the server " "whether there is a newer version. Graphical User Interfaces tend to open " "just any file, slowing down things dramatically for large directories. With " "this option B<@PROGRAM_NAME@> will try to get this information from all " "files in a directory with one PROPFIND request. 0 = no, 1 = yes." msgstr "" #. type: TP #: davfs2.conf.5:466 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:474 msgid "" "davfs2 holds information about files and directories in the working memory. " "It will stay there as long as the file system is mounted and the file is not " "deleted. By this memory usage by davfs2 will grow over time and may slow " "down davfs2. With this option set to 1 davfs2 will regularly clean the " "memory from information that has not be used for some time. 0 = no, 1 = yes." msgstr "" #. type: Plain text #: davfs2.conf.5:479 msgid "" "B Most file attributes are only maintained locally because there " "is no corresponding WebDAV property. So if users change attributes (owner, " "group, access bits) locally this changes will be lost and attribute values " "will be reset to the default values." msgstr "" #. type: SH #: davfs2.conf.5:483 #, no-wrap msgid "Debugging Options" msgstr "" #. type: TP #: davfs2.conf.5:485 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:493 msgid "" "Send debug messages to the syslog daemon. The value tells what kind of " "information shall be logged. The messages are send with facility LOG_DAEMON " "and priority LOG_DEBUG. It depends from the configuration of the syslog " "daemon where the messages will go (propably /var/log/messages, /var/log/" "syslog or /var/log/daemon.log). Whether HTTP related debug messages are " "available depends on your neon library." msgstr "" #. type: Plain text #: davfs2.conf.5:497 msgid "" "Unlike other options, this option is cumulative. If there are several debug " "entries with different values, all of them will be applied. Also debug " "options from @SYS_CONF_DIR@/@CONFIGFILE@ and ~/.@PACKAGE@/@CONFIGFILE@ are " "merged." msgstr "" #. type: Plain text #: davfs2.conf.5:500 msgid "" "B Debug messages let the log-files grow quickly. Never use this " "option in normal operation of mount.davfs." msgstr "" #. type: Plain text #: davfs2.conf.5:502 msgid "Default: no debugging messages" msgstr "" #. type: TP #: davfs2.conf.5:503 #, no-wrap msgid "B" msgstr "" #. type: TP #: davfs2.conf.5:505 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:508 msgid "Command line and configuration options." msgstr "" #. type: TP #: davfs2.conf.5:508 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:511 msgid "Upcalls from the kernel file system." msgstr "" #. type: TP #: davfs2.conf.5:511 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:514 msgid "Cache operations like adding and removing nodes." msgstr "" #. type: TP #: davfs2.conf.5:514 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:517 msgid "HTTP headers." msgstr "" #. type: TP #: davfs2.conf.5:517 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:520 msgid "Parsing of the XML-body of WebDAV-requests." msgstr "" #. type: TP #: davfs2.conf.5:520 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:523 msgid "Negotiation of authentication." msgstr "" #. type: TP #: davfs2.conf.5:523 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:526 msgid "Information about locks." msgstr "" #. type: TP #: davfs2.conf.5:526 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:529 msgid "TLS/SSL related stuff like certificates." msgstr "" #. type: TP #: davfs2.conf.5:529 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:532 msgid "Complete body of HTTP-responses." msgstr "" #. type: Plain text #: davfs2.conf.5:535 msgid "" "Also print confidential information, which is usually omitted or obscured." msgstr "" #. type: TP #: davfs2.conf.5:535 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: davfs2.conf.5:538 msgid "Includes config, kernel, cache and http." msgstr "" #. type: SH #: davfs2.conf.5:541 mount.davfs.8:551 umount.davfs.8:79 #, no-wrap msgid "AUTHORS" msgstr "" #. type: Plain text #: davfs2.conf.5:545 msgid "" "This man page was written by by Werner Baumann Ewerner." "baumann@onlinehome.deE." msgstr "" #. type: SH #: davfs2.conf.5:547 mount.davfs.8:568 umount.davfs.8:84 #, no-wrap msgid "DAVFS2 HOME" msgstr "" #. type: Plain text #: davfs2.conf.5:550 mount.davfs.8:571 umount.davfs.8:87 msgid "@PACKAGE_BUGREPORT@" msgstr "" #. type: SH #: davfs2.conf.5:552 mount.davfs.8:573 umount.davfs.8:89 #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text #: davfs2.conf.5:558 msgid "" "B<@PROGRAM_NAME@>(8), B(8), B(8), B(8), " "B(5)" msgstr ""