Remove iconv
This commit is contained in:
parent
21aae32da7
commit
ef204e2c9e
@ -1,6 +1,12 @@
|
|||||||
ChangeLog for davfs2
|
ChangeLog for davfs2
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
2020-08-13 Werner Baumann (werner.baumann@onlinehome.de)
|
||||||
|
* mount_davfs.h, mount_davfs.c, webdav.h, webdav.c,
|
||||||
|
cache.h, cache.c, etc/davfs2.conf, man/davfs2.conf.5,
|
||||||
|
config/davfs2.m4:
|
||||||
|
Remove iconv.
|
||||||
|
|
||||||
2020-08-12 Werner Baumann (werner.baumann@onlinehome.de)
|
2020-08-12 Werner Baumann (werner.baumann@onlinehome.de)
|
||||||
* Remove gnulib.
|
* Remove gnulib.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Copyright (C) 2006, 2007, 2008, 2009 Werner Baumann
|
# Copyright (C) 2006, 2007, 2008, 2009, 2020 Werner Baumann
|
||||||
|
|
||||||
# Copying and distribution of this file, with or without modification, are
|
# Copying and distribution of this file, with or without modification, are
|
||||||
# permitted in any medium without royalty provided the copyright notice
|
# permitted in any medium without royalty provided the copyright notice
|
||||||
|
@ -145,22 +145,6 @@ AC_DEFUN([DAV_LFS],[
|
|||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
# Disable character conversion.
|
|
||||||
|
|
||||||
AC_DEFUN([DAV_ICONV],[
|
|
||||||
AC_ARG_ENABLE([iconv],
|
|
||||||
[ --disable-iconv disable character conversion],
|
|
||||||
[dav_iconv=$enableval],
|
|
||||||
[dav_iconv=yes])
|
|
||||||
|
|
||||||
if test "$dav_iconv" = "yes"; then
|
|
||||||
AC_DEFINE([DAV_USE_ICONV], [1],
|
|
||||||
[Define to enable charcter conversion])
|
|
||||||
fi
|
|
||||||
|
|
||||||
])
|
|
||||||
|
|
||||||
|
|
||||||
# Output summary
|
# Output summary
|
||||||
|
|
||||||
AC_DEFUN([DAV_MESSAGE],[
|
AC_DEFUN([DAV_MESSAGE],[
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# -*- Autoconf -*-
|
# -*- Autoconf -*-
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
# Copyright (C) 2006, 2007, 2008, 2009, 2012 Werner Baumann
|
# Copyright (C) 2006, 2007, 2008, 2009, 2012, 2020 Werner Baumann
|
||||||
#
|
#
|
||||||
# This file is part of davfs2.
|
# This file is part of davfs2.
|
||||||
#
|
#
|
||||||
@ -30,11 +30,9 @@ AC_CONFIG_HEADER([config.h])
|
|||||||
|
|
||||||
# Checks for programs.
|
# Checks for programs.
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
gl_EARLY
|
|
||||||
AC_PROG_GCC_TRADITIONAL
|
AC_PROG_GCC_TRADITIONAL
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
AC_PROG_LN_S
|
AC_PROG_LN_S
|
||||||
gl_INIT
|
|
||||||
|
|
||||||
# Checks for libraries.
|
# Checks for libraries.
|
||||||
AM_GNU_GETTEXT_VERSION(0.19)
|
AM_GNU_GETTEXT_VERSION(0.19)
|
||||||
@ -86,7 +84,6 @@ AC_CHECK_FUNCS([ftruncate getmntent memset mkdir nl_langinfo rpmatch select setl
|
|||||||
DAV_DEFAULTS
|
DAV_DEFAULTS
|
||||||
DAV_LFS
|
DAV_LFS
|
||||||
DAV_LINGUAS([])
|
DAV_LINGUAS([])
|
||||||
DAV_ICONV
|
|
||||||
AC_DEFINE([_GNU_SOURCE], 1, [Define to enable GNU extensions])
|
AC_DEFINE([_GNU_SOURCE], 1, [Define to enable GNU extensions])
|
||||||
|
|
||||||
AC_CONFIG_FILES([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
|
@ -47,7 +47,6 @@
|
|||||||
# use_compression 1
|
# use_compression 1
|
||||||
# min_propset 0
|
# min_propset 0
|
||||||
# sharepoint_href_bug 0
|
# sharepoint_href_bug 0
|
||||||
# server_charset
|
|
||||||
# connect_timeout 10 # seconds
|
# connect_timeout 10 # seconds
|
||||||
# read_timeout 30 # seconds
|
# read_timeout 30 # seconds
|
||||||
# retry 30 # seconds
|
# retry 30 # seconds
|
||||||
|
@ -309,23 +309,6 @@ disable caching of files because files in the cache can't be reused.
|
|||||||
.br
|
.br
|
||||||
Default: 0
|
Default: 0
|
||||||
|
|
||||||
.TP
|
|
||||||
.B server_charset
|
|
||||||
When extracting file names from the path component of the URL,
|
|
||||||
\fB@PROGRAM_NAME@\fR will assume they are encoded using this character set
|
|
||||||
and translate file names to the local character set. This is \fBnot\fR
|
|
||||||
about encoding of file contents and \fBnot\fR about HTTP escaping rules.
|
|
||||||
.br
|
|
||||||
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).
|
|
||||||
.br
|
|
||||||
Default: no character set conversion
|
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B connect_timeout
|
.B connect_timeout
|
||||||
When creating a TCP connection to the server \fB@PROGRAM_NAME@\fR will
|
When creating a TCP connection to the server \fB@PROGRAM_NAME@\fR will
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"POT-Creation-Date: 2019-01-12 11:48+0100\n"
|
"POT-Creation-Date: 2020-08-13 11:21+0200\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -276,7 +276,7 @@ msgstr ""
|
|||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:126 davfs2.conf.5:200 davfs2.conf.5:207 davfs2.conf.5:285
|
#: davfs2.conf.5:126 davfs2.conf.5:200 davfs2.conf.5:207 davfs2.conf.5:285
|
||||||
#: davfs2.conf.5:299 davfs2.conf.5:445
|
#: davfs2.conf.5:299 davfs2.conf.5:428
|
||||||
msgid "Default: 1"
|
msgid "Default: 1"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -373,7 +373,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:183 davfs2.conf.5:532
|
#: davfs2.conf.5:183 davfs2.conf.5:515
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<secrets>"
|
msgid "B<secrets>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -477,7 +477,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:230 davfs2.conf.5:435
|
#: davfs2.conf.5:230 davfs2.conf.5:418
|
||||||
msgid "Default: 60"
|
msgid "Default: 60"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -498,7 +498,7 @@ msgstr ""
|
|||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:239 davfs2.conf.5:247 davfs2.conf.5:265 davfs2.conf.5:275
|
#: 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
|
#: davfs2.conf.5:292 davfs2.conf.5:311 davfs2.conf.5:448 davfs2.conf.5:464
|
||||||
msgid "Default: 0"
|
msgid "Default: 0"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -626,43 +626,11 @@ msgstr ""
|
|||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:312
|
#: davfs2.conf.5:312
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<server_charset>"
|
|
||||||
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<not> about "
|
|
||||||
"encoding of file contents and B<not> 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<connect_timeout>"
|
msgid "B<connect_timeout>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:335
|
#: davfs2.conf.5:318
|
||||||
msgid ""
|
msgid ""
|
||||||
"When creating a TCP connection to the server B<@PROGRAM_NAME@> will wait "
|
"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' "
|
"that many seconds for an answer before assuming an error. If a value of '0' "
|
||||||
@ -671,43 +639,43 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:338
|
#: davfs2.conf.5:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"This parameter only takes effect if the version of neon in use (neon version "
|
"This parameter only takes effect if the version of neon in use (neon version "
|
||||||
"E<gt> 0.26) and the OS support non-blocking I/O."
|
"E<gt> 0.26) and the OS support non-blocking I/O."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:340 davfs2.conf.5:455
|
#: davfs2.conf.5:323 davfs2.conf.5:438
|
||||||
msgid "Default: 10"
|
msgid "Default: 10"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:341
|
#: davfs2.conf.5:324
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<read_timeout>"
|
msgid "B<read_timeout>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:345
|
#: davfs2.conf.5:328
|
||||||
msgid ""
|
msgid ""
|
||||||
"How long in seconds B<@PROGRAM_NAME@> will wait for an answer from the "
|
"How long in seconds B<@PROGRAM_NAME@> will wait for an answer from the "
|
||||||
"server before assuming an error."
|
"server before assuming an error."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:347 davfs2.conf.5:355
|
#: davfs2.conf.5:330 davfs2.conf.5:338
|
||||||
msgid "Default: 30"
|
msgid "Default: 30"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:348
|
#: davfs2.conf.5:331
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<retry>"
|
msgid "B<retry>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:353
|
#: davfs2.conf.5:336
|
||||||
msgid ""
|
msgid ""
|
||||||
"When B<@PROGRAM_NAME@> can not reach the server it will try again after "
|
"When B<@PROGRAM_NAME@> can not reach the server it will try again after "
|
||||||
"B<retry> seconds. For subsequent retries the interval will be increased up "
|
"B<retry> seconds. For subsequent retries the interval will be increased up "
|
||||||
@ -715,36 +683,36 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:356
|
#: davfs2.conf.5:339
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<max_retry>"
|
msgid "B<max_retry>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:359
|
#: davfs2.conf.5:342
|
||||||
msgid "Maximum value of the retry interval."
|
msgid "Maximum value of the retry interval."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:361
|
#: davfs2.conf.5:344
|
||||||
msgid "Default: 300"
|
msgid "Default: 300"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:362
|
#: davfs2.conf.5:345
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<max_upload_attempts>"
|
msgid "B<max_upload_attempts>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:366
|
#: davfs2.conf.5:349
|
||||||
msgid ""
|
msgid ""
|
||||||
"When uploading a changed file fails temporarily B<@PROGRAM_NAME@> will retry "
|
"When uploading a changed file fails temporarily B<@PROGRAM_NAME@> will retry "
|
||||||
"with increasing intervals, but not more often than this."
|
"with increasing intervals, but not more often than this."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:371
|
#: davfs2.conf.5:354
|
||||||
msgid ""
|
msgid ""
|
||||||
"With a bad connection this will cause additional traffic. To reduce traffic "
|
"With a bad connection this will cause additional traffic. To reduce traffic "
|
||||||
"caused by unsuccessful attempts option B<use_expect100> can be set. But "
|
"caused by unsuccessful attempts option B<use_expect100> can be set. But "
|
||||||
@ -752,18 +720,18 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:373
|
#: davfs2.conf.5:356
|
||||||
msgid "Default: 15"
|
msgid "Default: 15"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:374
|
#: davfs2.conf.5:357
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<add_header>"
|
msgid "B<add_header>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:380
|
#: davfs2.conf.5:363
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your server might expect special headers to do what you want. Different from "
|
"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 "
|
"other options, this one takes two values: the name of the header and its "
|
||||||
@ -772,17 +740,17 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:382
|
#: davfs2.conf.5:365
|
||||||
msgid "add_header Translate F"
|
msgid "add_header Translate F"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:384
|
#: davfs2.conf.5:367
|
||||||
msgid "B<@PROGRAM_NAME@> will add header \"Translate: F\" on all requests."
|
msgid "B<@PROGRAM_NAME@> will add header \"Translate: F\" on all requests."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:388
|
#: davfs2.conf.5:371
|
||||||
msgid ""
|
msgid ""
|
||||||
"This option is cumulative. You can enter more than one add_header option and "
|
"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@/"
|
"all of them will be added. Also add_header options from @SYS_CONF_DIR@/"
|
||||||
@ -790,19 +758,19 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: SH
|
#. type: SH
|
||||||
#: davfs2.conf.5:390
|
#: davfs2.conf.5:373
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "Cache Related Options"
|
msgid "Cache Related Options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:392
|
#: davfs2.conf.5:375
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<backup_dir>"
|
msgid "B<backup_dir>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:397
|
#: davfs2.conf.5:380
|
||||||
msgid ""
|
msgid ""
|
||||||
"Each mounted @PACKAGE@ file system has a directory to store backups of files "
|
"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 "
|
"that could not be stored back to the server. This sets the name of this "
|
||||||
@ -810,25 +778,25 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:399
|
#: davfs2.conf.5:382
|
||||||
msgid "Default: lost+found"
|
msgid "Default: lost+found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:400
|
#: davfs2.conf.5:383
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<cache_dir>"
|
msgid "B<cache_dir>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:404
|
#: davfs2.conf.5:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"The directory where B<@PROGRAM_NAME@> will store cached files. For every "
|
"The directory where B<@PROGRAM_NAME@> will store cached files. For every "
|
||||||
"mount point a subdirectory will be created."
|
"mount point a subdirectory will be created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:408
|
#: davfs2.conf.5:391
|
||||||
msgid ""
|
msgid ""
|
||||||
"In the systemwide configuration file this will set the system wide cache, "
|
"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 "
|
"used by root. In a users configuration file it will set the cache used by "
|
||||||
@ -836,18 +804,18 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:410
|
#: davfs2.conf.5:393
|
||||||
msgid "Defaults: @SYS_CACHE_DIR@ and ~/.@PACKAGE@/cache"
|
msgid "Defaults: @SYS_CACHE_DIR@ and ~/.@PACKAGE@/cache"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:411
|
#: davfs2.conf.5:394
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<cache_size>"
|
msgid "B<cache_size>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:416
|
#: davfs2.conf.5:399
|
||||||
msgid ""
|
msgid ""
|
||||||
"The amount of disk space in MiByte that may be used. B<@PROGRAM_NAME@> will "
|
"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 "
|
"always take enough space to cache open files, ignoring this value if "
|
||||||
@ -855,18 +823,18 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:418
|
#: davfs2.conf.5:401
|
||||||
msgid "Default: 50"
|
msgid "Default: 50"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:419
|
#: davfs2.conf.5:402
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<table_size>"
|
msgid "B<table_size>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:425
|
#: davfs2.conf.5:408
|
||||||
msgid ""
|
msgid ""
|
||||||
"B<@PROGRAM_NAME@> maintains a hash table with an entry for each known file "
|
"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 "
|
"or directory. This gives the number of entries in this table. For large file "
|
||||||
@ -875,18 +843,18 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:427
|
#: davfs2.conf.5:410
|
||||||
msgid "Default: 1024"
|
msgid "Default: 1024"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:428
|
#: davfs2.conf.5:411
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<dir_refresh>"
|
msgid "B<dir_refresh>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:433
|
#: davfs2.conf.5:416
|
||||||
msgid ""
|
msgid ""
|
||||||
"After B<@PROGRAM_NAME@> has got information about files in a directory it "
|
"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 "
|
"considers it valid for this time in seconds. Note: This does not affect "
|
||||||
@ -894,13 +862,13 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:436
|
#: davfs2.conf.5:419
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<file_refresh>"
|
msgid "B<file_refresh>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:443
|
#: davfs2.conf.5:426
|
||||||
msgid ""
|
msgid ""
|
||||||
"When a file or directory is opened by an application, B<@PROGRAM_NAME@> will "
|
"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 "
|
"first check the server for a newer version. But some applications do open "
|
||||||
@ -910,13 +878,13 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:446
|
#: davfs2.conf.5:429
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<delay_upload>"
|
msgid "B<delay_upload>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:453
|
#: davfs2.conf.5:436
|
||||||
msgid ""
|
msgid ""
|
||||||
"When a file that has been changed is closed, B<@PROGRAM_NAME@> will wait "
|
"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 "
|
"that many seconds before it will upload it to the server. This will avoid "
|
||||||
@ -926,13 +894,13 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:456
|
#: davfs2.conf.5:439
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<gui_optimize>"
|
msgid "B<gui_optimize>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:463
|
#: davfs2.conf.5:446
|
||||||
msgid ""
|
msgid ""
|
||||||
"When a file is opened, B<@PROGRAM_NAME@> will have to check the server "
|
"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 "
|
"whether there is a newer version. Graphical User Interfaces tend to open "
|
||||||
@ -942,13 +910,13 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:466
|
#: davfs2.conf.5:449
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<minimize_mem>"
|
msgid "B<minimize_mem>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:474
|
#: davfs2.conf.5:457
|
||||||
msgid ""
|
msgid ""
|
||||||
"davfs2 holds information about files and directories in the working memory. "
|
"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 "
|
"It will stay there as long as the file system is mounted and the file is not "
|
||||||
@ -958,7 +926,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:479
|
#: davfs2.conf.5:462
|
||||||
msgid ""
|
msgid ""
|
||||||
"B<Warning:> Most file attributes are only maintained locally because there "
|
"B<Warning:> Most file attributes are only maintained locally because there "
|
||||||
"is no corresponding WebDAV property. So if users change attributes (owner, "
|
"is no corresponding WebDAV property. So if users change attributes (owner, "
|
||||||
@ -967,19 +935,19 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: SH
|
#. type: SH
|
||||||
#: davfs2.conf.5:483
|
#: davfs2.conf.5:466
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "Debugging Options"
|
msgid "Debugging Options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:485
|
#: davfs2.conf.5:468
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<debug>"
|
msgid "B<debug>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:493
|
#: davfs2.conf.5:476
|
||||||
msgid ""
|
msgid ""
|
||||||
"Send debug messages to the syslog daemon. The value tells what kind of "
|
"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 "
|
"information shall be logged. The messages are send with facility LOG_DAEMON "
|
||||||
@ -990,7 +958,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:497
|
#: davfs2.conf.5:480
|
||||||
msgid ""
|
msgid ""
|
||||||
"Unlike other options, this option is cumulative. If there are several debug "
|
"Unlike other options, this option is cumulative. If there are several debug "
|
||||||
"entries with different values, all of them will be applied. Also debug "
|
"entries with different values, all of them will be applied. Also debug "
|
||||||
@ -999,171 +967,171 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:500
|
#: davfs2.conf.5:483
|
||||||
msgid ""
|
msgid ""
|
||||||
"B<Note:> Debug messages let the log-files grow quickly. Never use this "
|
"B<Note:> Debug messages let the log-files grow quickly. Never use this "
|
||||||
"option in normal operation of mount.davfs."
|
"option in normal operation of mount.davfs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:502
|
#: davfs2.conf.5:485
|
||||||
msgid "Default: no debugging messages"
|
msgid "Default: no debugging messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:503
|
#: davfs2.conf.5:486
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<Recognized values:>"
|
msgid "B<Recognized values:>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:505
|
#: davfs2.conf.5:488
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<config>"
|
msgid "B<config>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:508
|
#: davfs2.conf.5:491
|
||||||
msgid "Command line and configuration options."
|
msgid "Command line and configuration options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:508
|
#: davfs2.conf.5:491
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<kernel>"
|
msgid "B<kernel>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:511
|
#: davfs2.conf.5:494
|
||||||
msgid "Upcalls from the kernel file system."
|
msgid "Upcalls from the kernel file system."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:511
|
#: davfs2.conf.5:494
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<cache>"
|
msgid "B<cache>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:514
|
#: davfs2.conf.5:497
|
||||||
msgid "Cache operations like adding and removing nodes."
|
msgid "Cache operations like adding and removing nodes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:514
|
#: davfs2.conf.5:497
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<http>"
|
msgid "B<http>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:517
|
#: davfs2.conf.5:500
|
||||||
msgid "HTTP headers."
|
msgid "HTTP headers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:517
|
#: davfs2.conf.5:500
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<xml>"
|
msgid "B<xml>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:520
|
#: davfs2.conf.5:503
|
||||||
msgid "Parsing of the XML-body of WebDAV-requests."
|
msgid "Parsing of the XML-body of WebDAV-requests."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:520
|
#: davfs2.conf.5:503
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<httpauth>"
|
msgid "B<httpauth>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:523
|
#: davfs2.conf.5:506
|
||||||
msgid "Negotiation of authentication."
|
msgid "Negotiation of authentication."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:523
|
#: davfs2.conf.5:506
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<locks>"
|
msgid "B<locks>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:526
|
#: davfs2.conf.5:509
|
||||||
msgid "Information about locks."
|
msgid "Information about locks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:526
|
#: davfs2.conf.5:509
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<ssl>"
|
msgid "B<ssl>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:529
|
#: davfs2.conf.5:512
|
||||||
msgid "TLS/SSL related stuff like certificates."
|
msgid "TLS/SSL related stuff like certificates."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:529
|
#: davfs2.conf.5:512
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<httpbody>"
|
msgid "B<httpbody>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:532
|
#: davfs2.conf.5:515
|
||||||
msgid "Complete body of HTTP-responses."
|
msgid "Complete body of HTTP-responses."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:535
|
#: davfs2.conf.5:518
|
||||||
msgid ""
|
msgid ""
|
||||||
"Also print confidential information, which is usually omitted or obscured."
|
"Also print confidential information, which is usually omitted or obscured."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:535
|
#: davfs2.conf.5:518
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<most>"
|
msgid "B<most>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:538
|
#: davfs2.conf.5:521
|
||||||
msgid "Includes config, kernel, cache and http."
|
msgid "Includes config, kernel, cache and http."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: SH
|
#. type: SH
|
||||||
#: davfs2.conf.5:541 mount.davfs.8:551 umount.davfs.8:79
|
#: davfs2.conf.5:524 mount.davfs.8:551 umount.davfs.8:79
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "AUTHORS"
|
msgid "AUTHORS"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:545
|
#: davfs2.conf.5:528
|
||||||
msgid ""
|
msgid ""
|
||||||
"This man page was written by by Werner Baumann E<lt>werner."
|
"This man page was written by by Werner Baumann E<lt>werner."
|
||||||
"baumann@onlinehome.deE<gt>."
|
"baumann@onlinehome.deE<gt>."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: SH
|
#. type: SH
|
||||||
#: davfs2.conf.5:547 mount.davfs.8:568 umount.davfs.8:84
|
#: davfs2.conf.5:530 mount.davfs.8:568 umount.davfs.8:84
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "DAVFS2 HOME"
|
msgid "DAVFS2 HOME"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:550 mount.davfs.8:571 umount.davfs.8:87
|
#: davfs2.conf.5:533 mount.davfs.8:571 umount.davfs.8:87
|
||||||
msgid "@PACKAGE_BUGREPORT@"
|
msgid "@PACKAGE_BUGREPORT@"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: SH
|
#. type: SH
|
||||||
#: davfs2.conf.5:552 mount.davfs.8:573 umount.davfs.8:89
|
#: davfs2.conf.5:535 mount.davfs.8:573 umount.davfs.8:89
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "SEE ALSO"
|
msgid "SEE ALSO"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:558
|
#: davfs2.conf.5:541
|
||||||
msgid ""
|
msgid ""
|
||||||
"B<@PROGRAM_NAME@>(8), B<u@PROGRAM_NAME@>(8), B<mount>(8), B<umount>(8), "
|
"B<@PROGRAM_NAME@>(8), B<u@PROGRAM_NAME@>(8), B<mount>(8), B<umount>(8), "
|
||||||
"B<fstab>(5)"
|
"B<fstab>(5)"
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: davfs2 1.5.0\n"
|
"Project-Id-Version: davfs2 1.5.0\n"
|
||||||
"POT-Creation-Date: 2019-01-12 11:48+0100\n"
|
"POT-Creation-Date: 2020-08-13 11:21+0200\n"
|
||||||
"PO-Revision-Date: 2019-01-12 11:38+0200\n"
|
"PO-Revision-Date: 2019-01-12 11:38+0200\n"
|
||||||
"Last-Translator: Werner Baumann <werner.baumann@onlinehome.de>\n"
|
"Last-Translator: Werner Baumann <werner.baumann@onlinehome.de>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@ -365,7 +365,7 @@ msgstr ""
|
|||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:126 davfs2.conf.5:200 davfs2.conf.5:207 davfs2.conf.5:285
|
#: davfs2.conf.5:126 davfs2.conf.5:200 davfs2.conf.5:207 davfs2.conf.5:285
|
||||||
#: davfs2.conf.5:299 davfs2.conf.5:445
|
#: davfs2.conf.5:299 davfs2.conf.5:428
|
||||||
msgid "Default: 1"
|
msgid "Default: 1"
|
||||||
msgstr "Voreingestellt: 1"
|
msgstr "Voreingestellt: 1"
|
||||||
|
|
||||||
@ -499,7 +499,7 @@ msgstr ""
|
|||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:183 davfs2.conf.5:532
|
#: davfs2.conf.5:183 davfs2.conf.5:515
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<secrets>"
|
msgid "B<secrets>"
|
||||||
msgstr "B<secrets>"
|
msgstr "B<secrets>"
|
||||||
@ -638,7 +638,7 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:230 davfs2.conf.5:435
|
#: davfs2.conf.5:230 davfs2.conf.5:418
|
||||||
msgid "Default: 60"
|
msgid "Default: 60"
|
||||||
msgstr "Voreingestellt: 60"
|
msgstr "Voreingestellt: 60"
|
||||||
|
|
||||||
@ -666,7 +666,7 @@ msgstr ""
|
|||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:239 davfs2.conf.5:247 davfs2.conf.5:265 davfs2.conf.5:275
|
#: 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
|
#: davfs2.conf.5:292 davfs2.conf.5:311 davfs2.conf.5:448 davfs2.conf.5:464
|
||||||
msgid "Default: 0"
|
msgid "Default: 0"
|
||||||
msgstr "Voreingestellt: 0"
|
msgstr "Voreingestellt: 0"
|
||||||
|
|
||||||
@ -846,63 +846,12 @@ msgstr ""
|
|||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:312
|
#: davfs2.conf.5:312
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<server_charset>"
|
|
||||||
msgstr "B<server_charset>"
|
|
||||||
|
|
||||||
# type: Plain text
|
|
||||||
#. 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<not> about "
|
|
||||||
"encoding of file contents and B<not> about HTTP escaping rules."
|
|
||||||
msgstr ""
|
|
||||||
"Wenn B<@PROGRAM_NAME@> aus der Pfad-Komponente der URL die Dateinamen "
|
|
||||||
"erzeugt, geht es davon aus, das diese entsprechend diesem Zeichensatz "
|
|
||||||
"kodiert sind und übersetzt sie in die lokal benutzte Kodierung. Dies hat "
|
|
||||||
"B<nichts> zu tun mit der Kodierung des Dateiinhalts und auch B<nichts> mit "
|
|
||||||
"den HTTP-Escape-Regeln."
|
|
||||||
|
|
||||||
# type: Plain text
|
|
||||||
#. 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 ""
|
|
||||||
"Es gibt in HTTP keine Möglichekit die Kodierung der Pfad-Komponente zu "
|
|
||||||
"erfahren. Da die Kodierung von Namen im Pfad meistens von den Clients "
|
|
||||||
"festgelegt wird, die diese Dateien und Verzeichnisse erzeugen, kann es "
|
|
||||||
"durchaus vorkommen, dass auch innerhalb eines Pfades unterschiedliche "
|
|
||||||
"Kodierungen verwendet werden. Heutzutage ist es am besten, ausschließlich "
|
|
||||||
"die UTF-8-Kodierung zu benutzen und keine Konvertierung vorzunehmen. Wenn du "
|
|
||||||
"nicht sicher bist, dass alle Clients das verstehen, solltest du Dateinamen "
|
|
||||||
"auf reines US-ASCII beschränken. Benutze niemals Zeichen, die im Dateisystem "
|
|
||||||
"eines anderen Betriebssystems eine spezielle Funktion haben (wie z.B. /, : "
|
|
||||||
"und \\(rs)."
|
|
||||||
|
|
||||||
# type: Plain text
|
|
||||||
#. type: Plain text
|
|
||||||
#: davfs2.conf.5:328
|
|
||||||
msgid "Default: no character set conversion"
|
|
||||||
msgstr "Voreingestellt: die Kodierung wird nicht umgewandelt"
|
|
||||||
|
|
||||||
# type: TP
|
|
||||||
#. type: TP
|
|
||||||
#: davfs2.conf.5:329
|
|
||||||
#, no-wrap
|
|
||||||
msgid "B<connect_timeout>"
|
msgid "B<connect_timeout>"
|
||||||
msgstr "B<connect_timeout>"
|
msgstr "B<connect_timeout>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:335
|
#: davfs2.conf.5:318
|
||||||
msgid ""
|
msgid ""
|
||||||
"When creating a TCP connection to the server B<@PROGRAM_NAME@> will wait "
|
"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' "
|
"that many seconds for an answer before assuming an error. If a value of '0' "
|
||||||
@ -915,7 +864,7 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:338
|
#: davfs2.conf.5:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"This parameter only takes effect if the version of neon in use (neon version "
|
"This parameter only takes effect if the version of neon in use (neon version "
|
||||||
"E<gt> 0.26) and the OS support non-blocking I/O."
|
"E<gt> 0.26) and the OS support non-blocking I/O."
|
||||||
@ -926,20 +875,20 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:340 davfs2.conf.5:455
|
#: davfs2.conf.5:323 davfs2.conf.5:438
|
||||||
msgid "Default: 10"
|
msgid "Default: 10"
|
||||||
msgstr "Voreingestellt: 10"
|
msgstr "Voreingestellt: 10"
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:341
|
#: davfs2.conf.5:324
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<read_timeout>"
|
msgid "B<read_timeout>"
|
||||||
msgstr "B<read_timeout>"
|
msgstr "B<read_timeout>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:345
|
#: davfs2.conf.5:328
|
||||||
msgid ""
|
msgid ""
|
||||||
"How long in seconds B<@PROGRAM_NAME@> will wait for an answer from the "
|
"How long in seconds B<@PROGRAM_NAME@> will wait for an answer from the "
|
||||||
"server before assuming an error."
|
"server before assuming an error."
|
||||||
@ -949,20 +898,20 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:347 davfs2.conf.5:355
|
#: davfs2.conf.5:330 davfs2.conf.5:338
|
||||||
msgid "Default: 30"
|
msgid "Default: 30"
|
||||||
msgstr "Voreingestellt: 30"
|
msgstr "Voreingestellt: 30"
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:348
|
#: davfs2.conf.5:331
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<retry>"
|
msgid "B<retry>"
|
||||||
msgstr "B<retry>"
|
msgstr "B<retry>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:353
|
#: davfs2.conf.5:336
|
||||||
msgid ""
|
msgid ""
|
||||||
"When B<@PROGRAM_NAME@> can not reach the server it will try again after "
|
"When B<@PROGRAM_NAME@> can not reach the server it will try again after "
|
||||||
"B<retry> seconds. For subsequent retries the interval will be increased up "
|
"B<retry> seconds. For subsequent retries the interval will be increased up "
|
||||||
@ -974,33 +923,33 @@ msgstr ""
|
|||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:356
|
#: davfs2.conf.5:339
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<max_retry>"
|
msgid "B<max_retry>"
|
||||||
msgstr "B<max_retry>"
|
msgstr "B<max_retry>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:359
|
#: davfs2.conf.5:342
|
||||||
msgid "Maximum value of the retry interval."
|
msgid "Maximum value of the retry interval."
|
||||||
msgstr "Maximales retry-Intervall."
|
msgstr "Maximales retry-Intervall."
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:361
|
#: davfs2.conf.5:344
|
||||||
msgid "Default: 300"
|
msgid "Default: 300"
|
||||||
msgstr "Voreingestellt: 300"
|
msgstr "Voreingestellt: 300"
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:362
|
#: davfs2.conf.5:345
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<max_upload_attempts>"
|
msgid "B<max_upload_attempts>"
|
||||||
msgstr "B<max_upload_attempts>"
|
msgstr "B<max_upload_attempts>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:366
|
#: davfs2.conf.5:349
|
||||||
msgid ""
|
msgid ""
|
||||||
"When uploading a changed file fails temporarily B<@PROGRAM_NAME@> will retry "
|
"When uploading a changed file fails temporarily B<@PROGRAM_NAME@> will retry "
|
||||||
"with increasing intervals, but not more often than this."
|
"with increasing intervals, but not more often than this."
|
||||||
@ -1011,7 +960,7 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:371
|
#: davfs2.conf.5:354
|
||||||
msgid ""
|
msgid ""
|
||||||
"With a bad connection this will cause additional traffic. To reduce traffic "
|
"With a bad connection this will cause additional traffic. To reduce traffic "
|
||||||
"caused by unsuccessful attempts option B<use_expect100> can be set. But "
|
"caused by unsuccessful attempts option B<use_expect100> can be set. But "
|
||||||
@ -1024,20 +973,20 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:373
|
#: davfs2.conf.5:356
|
||||||
msgid "Default: 15"
|
msgid "Default: 15"
|
||||||
msgstr "Voreingestellt: 15"
|
msgstr "Voreingestellt: 15"
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:374
|
#: davfs2.conf.5:357
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<add_header>"
|
msgid "B<add_header>"
|
||||||
msgstr "B<add_header>"
|
msgstr "B<add_header>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:380
|
#: davfs2.conf.5:363
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your server might expect special headers to do what you want. Different from "
|
"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 "
|
"other options, this one takes two values: the name of the header and its "
|
||||||
@ -1052,13 +1001,13 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:382
|
#: davfs2.conf.5:365
|
||||||
msgid "add_header Translate F"
|
msgid "add_header Translate F"
|
||||||
msgstr "add_header Translate F"
|
msgstr "add_header Translate F"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:384
|
#: davfs2.conf.5:367
|
||||||
msgid "B<@PROGRAM_NAME@> will add header \"Translate: F\" on all requests."
|
msgid "B<@PROGRAM_NAME@> will add header \"Translate: F\" on all requests."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"B<@PROGRAM_NAME@> sendet nun den Header \"Translate: F\" bei allen Anfragen "
|
"B<@PROGRAM_NAME@> sendet nun den Header \"Translate: F\" bei allen Anfragen "
|
||||||
@ -1066,7 +1015,7 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:388
|
#: davfs2.conf.5:371
|
||||||
msgid ""
|
msgid ""
|
||||||
"This option is cumulative. You can enter more than one add_header option and "
|
"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@/"
|
"all of them will be added. Also add_header options from @SYS_CONF_DIR@/"
|
||||||
@ -1078,21 +1027,21 @@ msgstr ""
|
|||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#. type: SH
|
#. type: SH
|
||||||
#: davfs2.conf.5:390
|
#: davfs2.conf.5:373
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "Cache Related Options"
|
msgid "Cache Related Options"
|
||||||
msgstr "Cache-Optionen"
|
msgstr "Cache-Optionen"
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:392
|
#: davfs2.conf.5:375
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<backup_dir>"
|
msgid "B<backup_dir>"
|
||||||
msgstr "B<backup_dir>"
|
msgstr "B<backup_dir>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:397
|
#: davfs2.conf.5:380
|
||||||
msgid ""
|
msgid ""
|
||||||
"Each mounted @PACKAGE@ file system has a directory to store backups of files "
|
"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 "
|
"that could not be stored back to the server. This sets the name of this "
|
||||||
@ -1104,20 +1053,20 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:399
|
#: davfs2.conf.5:382
|
||||||
msgid "Default: lost+found"
|
msgid "Default: lost+found"
|
||||||
msgstr "Voreingestellt: lost+found"
|
msgstr "Voreingestellt: lost+found"
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:400
|
#: davfs2.conf.5:383
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<cache_dir>"
|
msgid "B<cache_dir>"
|
||||||
msgstr "B<cache_dir>"
|
msgstr "B<cache_dir>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:404
|
#: davfs2.conf.5:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"The directory where B<@PROGRAM_NAME@> will store cached files. For every "
|
"The directory where B<@PROGRAM_NAME@> will store cached files. For every "
|
||||||
"mount point a subdirectory will be created."
|
"mount point a subdirectory will be created."
|
||||||
@ -1127,7 +1076,7 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:408
|
#: davfs2.conf.5:391
|
||||||
msgid ""
|
msgid ""
|
||||||
"In the systemwide configuration file this will set the system wide cache, "
|
"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 "
|
"used by root. In a users configuration file it will set the cache used by "
|
||||||
@ -1139,20 +1088,20 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:410
|
#: davfs2.conf.5:393
|
||||||
msgid "Defaults: @SYS_CACHE_DIR@ and ~/.@PACKAGE@/cache"
|
msgid "Defaults: @SYS_CACHE_DIR@ and ~/.@PACKAGE@/cache"
|
||||||
msgstr "Voreingestellt: @SYS_CACHE_DIR@ und ~/.@PACKAGE@/cache"
|
msgstr "Voreingestellt: @SYS_CACHE_DIR@ und ~/.@PACKAGE@/cache"
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:411
|
#: davfs2.conf.5:394
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<cache_size>"
|
msgid "B<cache_size>"
|
||||||
msgstr "B<cache_size>"
|
msgstr "B<cache_size>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:416
|
#: davfs2.conf.5:399
|
||||||
msgid ""
|
msgid ""
|
||||||
"The amount of disk space in MiByte that may be used. B<@PROGRAM_NAME@> will "
|
"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 "
|
"always take enough space to cache open files, ignoring this value if "
|
||||||
@ -1164,20 +1113,20 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:418
|
#: davfs2.conf.5:401
|
||||||
msgid "Default: 50"
|
msgid "Default: 50"
|
||||||
msgstr "Voreingestellt: 50"
|
msgstr "Voreingestellt: 50"
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:419
|
#: davfs2.conf.5:402
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<table_size>"
|
msgid "B<table_size>"
|
||||||
msgstr "B<table_size>"
|
msgstr "B<table_size>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:425
|
#: davfs2.conf.5:408
|
||||||
msgid ""
|
msgid ""
|
||||||
"B<@PROGRAM_NAME@> maintains a hash table with an entry for each known file "
|
"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 "
|
"or directory. This gives the number of entries in this table. For large file "
|
||||||
@ -1191,20 +1140,20 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:427
|
#: davfs2.conf.5:410
|
||||||
msgid "Default: 1024"
|
msgid "Default: 1024"
|
||||||
msgstr "Voreingestellt: 1024"
|
msgstr "Voreingestellt: 1024"
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:428
|
#: davfs2.conf.5:411
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<dir_refresh>"
|
msgid "B<dir_refresh>"
|
||||||
msgstr "B<dir_refresh>"
|
msgstr "B<dir_refresh>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:433
|
#: davfs2.conf.5:416
|
||||||
msgid ""
|
msgid ""
|
||||||
"After B<@PROGRAM_NAME@> has got information about files in a directory it "
|
"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 "
|
"considers it valid for this time in seconds. Note: This does not affect "
|
||||||
@ -1216,14 +1165,14 @@ msgstr ""
|
|||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:436
|
#: davfs2.conf.5:419
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<file_refresh>"
|
msgid "B<file_refresh>"
|
||||||
msgstr "B<file_refresh>"
|
msgstr "B<file_refresh>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:443
|
#: davfs2.conf.5:426
|
||||||
msgid ""
|
msgid ""
|
||||||
"When a file or directory is opened by an application, B<@PROGRAM_NAME@> will "
|
"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 "
|
"first check the server for a newer version. But some applications do open "
|
||||||
@ -1239,14 +1188,14 @@ msgstr ""
|
|||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:446
|
#: davfs2.conf.5:429
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<delay_upload>"
|
msgid "B<delay_upload>"
|
||||||
msgstr "B<delay_upload>"
|
msgstr "B<delay_upload>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:453
|
#: davfs2.conf.5:436
|
||||||
msgid ""
|
msgid ""
|
||||||
"When a file that has been changed is closed, B<@PROGRAM_NAME@> will wait "
|
"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 "
|
"that many seconds before it will upload it to the server. This will avoid "
|
||||||
@ -1262,14 +1211,14 @@ msgstr ""
|
|||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:456
|
#: davfs2.conf.5:439
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<gui_optimize>"
|
msgid "B<gui_optimize>"
|
||||||
msgstr "B<gui_optimize>"
|
msgstr "B<gui_optimize>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:463
|
#: davfs2.conf.5:446
|
||||||
msgid ""
|
msgid ""
|
||||||
"When a file is opened, B<@PROGRAM_NAME@> will have to check the server "
|
"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 "
|
"whether there is a newer version. Graphical User Interfaces tend to open "
|
||||||
@ -1286,13 +1235,13 @@ msgstr ""
|
|||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:466
|
#: davfs2.conf.5:449
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<minimize_mem>"
|
msgid "B<minimize_mem>"
|
||||||
msgstr "B<minimize_mem>"
|
msgstr "B<minimize_mem>"
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:474
|
#: davfs2.conf.5:457
|
||||||
msgid ""
|
msgid ""
|
||||||
"davfs2 holds information about files and directories in the working memory. "
|
"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 "
|
"It will stay there as long as the file system is mounted and the file is not "
|
||||||
@ -1308,7 +1257,7 @@ msgstr ""
|
|||||||
"einige Zeit nicht benutzt wurden. 0 = nein, 1 = ja."
|
"einige Zeit nicht benutzt wurden. 0 = nein, 1 = ja."
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:479
|
#: davfs2.conf.5:462
|
||||||
msgid ""
|
msgid ""
|
||||||
"B<Warning:> Most file attributes are only maintained locally because there "
|
"B<Warning:> Most file attributes are only maintained locally because there "
|
||||||
"is no corresponding WebDAV property. So if users change attributes (owner, "
|
"is no corresponding WebDAV property. So if users change attributes (owner, "
|
||||||
@ -1322,21 +1271,21 @@ msgstr ""
|
|||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#. type: SH
|
#. type: SH
|
||||||
#: davfs2.conf.5:483
|
#: davfs2.conf.5:466
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "Debugging Options"
|
msgid "Debugging Options"
|
||||||
msgstr "Debugging Optionen"
|
msgstr "Debugging Optionen"
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:485
|
#: davfs2.conf.5:468
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<debug>"
|
msgid "B<debug>"
|
||||||
msgstr "B<debug>"
|
msgstr "B<debug>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:493
|
#: davfs2.conf.5:476
|
||||||
msgid ""
|
msgid ""
|
||||||
"Send debug messages to the syslog daemon. The value tells what kind of "
|
"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 "
|
"information shall be logged. The messages are send with facility LOG_DAEMON "
|
||||||
@ -1354,7 +1303,7 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:497
|
#: davfs2.conf.5:480
|
||||||
msgid ""
|
msgid ""
|
||||||
"Unlike other options, this option is cumulative. If there are several debug "
|
"Unlike other options, this option is cumulative. If there are several debug "
|
||||||
"entries with different values, all of them will be applied. Also debug "
|
"entries with different values, all of them will be applied. Also debug "
|
||||||
@ -1368,7 +1317,7 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:500
|
#: davfs2.conf.5:483
|
||||||
msgid ""
|
msgid ""
|
||||||
"B<Note:> Debug messages let the log-files grow quickly. Never use this "
|
"B<Note:> Debug messages let the log-files grow quickly. Never use this "
|
||||||
"option in normal operation of mount.davfs."
|
"option in normal operation of mount.davfs."
|
||||||
@ -1378,53 +1327,53 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:502
|
#: davfs2.conf.5:485
|
||||||
msgid "Default: no debugging messages"
|
msgid "Default: no debugging messages"
|
||||||
msgstr "Voreinstellung: keine Debug-Meldungen."
|
msgstr "Voreinstellung: keine Debug-Meldungen."
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:503
|
#: davfs2.conf.5:486
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<Recognized values:>"
|
msgid "B<Recognized values:>"
|
||||||
msgstr "B<Mögliche Werte>"
|
msgstr "B<Mögliche Werte>"
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:505
|
#: davfs2.conf.5:488
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<config>"
|
msgid "B<config>"
|
||||||
msgstr "B<config>"
|
msgstr "B<config>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:508
|
#: davfs2.conf.5:491
|
||||||
msgid "Command line and configuration options."
|
msgid "Command line and configuration options."
|
||||||
msgstr "Kommando-Zeile und Kofigurationsoptionen."
|
msgstr "Kommando-Zeile und Kofigurationsoptionen."
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:508
|
#: davfs2.conf.5:491
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<kernel>"
|
msgid "B<kernel>"
|
||||||
msgstr "B<kernel>"
|
msgstr "B<kernel>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:511
|
#: davfs2.conf.5:494
|
||||||
msgid "Upcalls from the kernel file system."
|
msgid "Upcalls from the kernel file system."
|
||||||
msgstr "Anfragen vom Kernel-Dateisystem."
|
msgstr "Anfragen vom Kernel-Dateisystem."
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:511
|
#: davfs2.conf.5:494
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<cache>"
|
msgid "B<cache>"
|
||||||
msgstr "B<cache>"
|
msgstr "B<cache>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:514
|
#: davfs2.conf.5:497
|
||||||
msgid "Cache operations like adding and removing nodes."
|
msgid "Cache operations like adding and removing nodes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Cache-Operationen wie das Erzeugen und Löschen von Dateien und "
|
"Cache-Operationen wie das Erzeugen und Löschen von Dateien und "
|
||||||
@ -1432,85 +1381,85 @@ msgstr ""
|
|||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:514
|
#: davfs2.conf.5:497
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<http>"
|
msgid "B<http>"
|
||||||
msgstr "B<http>"
|
msgstr "B<http>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:517
|
#: davfs2.conf.5:500
|
||||||
msgid "HTTP headers."
|
msgid "HTTP headers."
|
||||||
msgstr "HTTP-Header."
|
msgstr "HTTP-Header."
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:517
|
#: davfs2.conf.5:500
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<xml>"
|
msgid "B<xml>"
|
||||||
msgstr "B<xml>"
|
msgstr "B<xml>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:520
|
#: davfs2.conf.5:503
|
||||||
msgid "Parsing of the XML-body of WebDAV-requests."
|
msgid "Parsing of the XML-body of WebDAV-requests."
|
||||||
msgstr "Analysieren von XML-Daten in WebDAV-Anfragen."
|
msgstr "Analysieren von XML-Daten in WebDAV-Anfragen."
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:520
|
#: davfs2.conf.5:503
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<httpauth>"
|
msgid "B<httpauth>"
|
||||||
msgstr "B<httpauth>"
|
msgstr "B<httpauth>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:523
|
#: davfs2.conf.5:506
|
||||||
msgid "Negotiation of authentication."
|
msgid "Negotiation of authentication."
|
||||||
msgstr "Aushandeln der Authentifizierung."
|
msgstr "Aushandeln der Authentifizierung."
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:523
|
#: davfs2.conf.5:506
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<locks>"
|
msgid "B<locks>"
|
||||||
msgstr "B<locks>"
|
msgstr "B<locks>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:526
|
#: davfs2.conf.5:509
|
||||||
msgid "Information about locks."
|
msgid "Information about locks."
|
||||||
msgstr "Informationen über Sperren."
|
msgstr "Informationen über Sperren."
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:526
|
#: davfs2.conf.5:509
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<ssl>"
|
msgid "B<ssl>"
|
||||||
msgstr "B<ssl>"
|
msgstr "B<ssl>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:529
|
#: davfs2.conf.5:512
|
||||||
msgid "TLS/SSL related stuff like certificates."
|
msgid "TLS/SSL related stuff like certificates."
|
||||||
msgstr "TLS/SSL-Informatinen, z.B. Zertifikate."
|
msgstr "TLS/SSL-Informatinen, z.B. Zertifikate."
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:529
|
#: davfs2.conf.5:512
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<httpbody>"
|
msgid "B<httpbody>"
|
||||||
msgstr "B<httpbody>"
|
msgstr "B<httpbody>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:532
|
#: davfs2.conf.5:515
|
||||||
msgid "Complete body of HTTP-responses."
|
msgid "Complete body of HTTP-responses."
|
||||||
msgstr "Der komplette Datenteil von HTTP-Antworten."
|
msgstr "Der komplette Datenteil von HTTP-Antworten."
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:535
|
#: davfs2.conf.5:518
|
||||||
msgid ""
|
msgid ""
|
||||||
"Also print confidential information, which is usually omitted or obscured."
|
"Also print confidential information, which is usually omitted or obscured."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -1518,27 +1467,27 @@ msgstr ""
|
|||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:535
|
#: davfs2.conf.5:518
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<most>"
|
msgid "B<most>"
|
||||||
msgstr "B<most>"
|
msgstr "B<most>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:538
|
#: davfs2.conf.5:521
|
||||||
msgid "Includes config, kernel, cache and http."
|
msgid "Includes config, kernel, cache and http."
|
||||||
msgstr "Beinhaltet config, kernel, cache und http."
|
msgstr "Beinhaltet config, kernel, cache und http."
|
||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#. type: SH
|
#. type: SH
|
||||||
#: davfs2.conf.5:541 mount.davfs.8:551 umount.davfs.8:79
|
#: davfs2.conf.5:524 mount.davfs.8:551 umount.davfs.8:79
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "AUTHORS"
|
msgid "AUTHORS"
|
||||||
msgstr "AUTOREN"
|
msgstr "AUTOREN"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:545
|
#: davfs2.conf.5:528
|
||||||
msgid ""
|
msgid ""
|
||||||
"This man page was written by by Werner Baumann E<lt>werner."
|
"This man page was written by by Werner Baumann E<lt>werner."
|
||||||
"baumann@onlinehome.deE<gt>."
|
"baumann@onlinehome.deE<gt>."
|
||||||
@ -1548,27 +1497,27 @@ msgstr ""
|
|||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#. type: SH
|
#. type: SH
|
||||||
#: davfs2.conf.5:547 mount.davfs.8:568 umount.davfs.8:84
|
#: davfs2.conf.5:530 mount.davfs.8:568 umount.davfs.8:84
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "DAVFS2 HOME"
|
msgid "DAVFS2 HOME"
|
||||||
msgstr "DAVFS2 HOME"
|
msgstr "DAVFS2 HOME"
|
||||||
|
|
||||||
# type: TH
|
# type: TH
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:550 mount.davfs.8:571 umount.davfs.8:87
|
#: davfs2.conf.5:533 mount.davfs.8:571 umount.davfs.8:87
|
||||||
msgid "@PACKAGE_BUGREPORT@"
|
msgid "@PACKAGE_BUGREPORT@"
|
||||||
msgstr "@PACKAGE_BUGREPORT@"
|
msgstr "@PACKAGE_BUGREPORT@"
|
||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#. type: SH
|
#. type: SH
|
||||||
#: davfs2.conf.5:552 mount.davfs.8:573 umount.davfs.8:89
|
#: davfs2.conf.5:535 mount.davfs.8:573 umount.davfs.8:89
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "SEE ALSO"
|
msgid "SEE ALSO"
|
||||||
msgstr "SIEHE AUCH"
|
msgstr "SIEHE AUCH"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:558
|
#: davfs2.conf.5:541
|
||||||
msgid ""
|
msgid ""
|
||||||
"B<@PROGRAM_NAME@>(8), B<u@PROGRAM_NAME@>(8), B<mount>(8), B<umount>(8), "
|
"B<@PROGRAM_NAME@>(8), B<u@PROGRAM_NAME@>(8), B<mount>(8), B<umount>(8), "
|
||||||
"B<fstab>(5)"
|
"B<fstab>(5)"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: davfs2.conf.5\n"
|
"Project-Id-Version: davfs2.conf.5\n"
|
||||||
"POT-Creation-Date: 2019-01-12 11:48+0100\n"
|
"POT-Creation-Date: 2020-08-13 11:21+0200\n"
|
||||||
"PO-Revision-Date: 2007-04-26 01:24-0300\n"
|
"PO-Revision-Date: 2007-04-26 01:24-0300\n"
|
||||||
"Last-Translator: Luciano Bello <luciano@linux.org.ar>\n"
|
"Last-Translator: Luciano Bello <luciano@linux.org.ar>\n"
|
||||||
"Language-Team: Español <es@li.org>\n"
|
"Language-Team: Español <es@li.org>\n"
|
||||||
@ -376,7 +376,7 @@ msgstr ""
|
|||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:126 davfs2.conf.5:200 davfs2.conf.5:207 davfs2.conf.5:285
|
#: davfs2.conf.5:126 davfs2.conf.5:200 davfs2.conf.5:207 davfs2.conf.5:285
|
||||||
#: davfs2.conf.5:299 davfs2.conf.5:445
|
#: davfs2.conf.5:299 davfs2.conf.5:428
|
||||||
msgid "Default: 1"
|
msgid "Default: 1"
|
||||||
msgstr "Predeterminado: 1"
|
msgstr "Predeterminado: 1"
|
||||||
|
|
||||||
@ -500,7 +500,7 @@ msgstr ""
|
|||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:183 davfs2.conf.5:532
|
#: davfs2.conf.5:183 davfs2.conf.5:515
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<secrets>"
|
msgid "B<secrets>"
|
||||||
msgstr "B<secrets>"
|
msgstr "B<secrets>"
|
||||||
@ -650,7 +650,7 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:230 davfs2.conf.5:435
|
#: davfs2.conf.5:230 davfs2.conf.5:418
|
||||||
msgid "Default: 60"
|
msgid "Default: 60"
|
||||||
msgstr "Predeterminado: 60"
|
msgstr "Predeterminado: 60"
|
||||||
|
|
||||||
@ -678,7 +678,7 @@ msgstr ""
|
|||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:239 davfs2.conf.5:247 davfs2.conf.5:265 davfs2.conf.5:275
|
#: 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
|
#: davfs2.conf.5:292 davfs2.conf.5:311 davfs2.conf.5:448 davfs2.conf.5:464
|
||||||
msgid "Default: 0"
|
msgid "Default: 0"
|
||||||
msgstr "Predeterminado: 0"
|
msgstr "Predeterminado: 0"
|
||||||
|
|
||||||
@ -823,61 +823,12 @@ msgstr ""
|
|||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:312
|
#: davfs2.conf.5:312
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<server_charset>"
|
|
||||||
msgstr "B<server_charset>"
|
|
||||||
|
|
||||||
# type: Plain text
|
|
||||||
#. 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<not> about "
|
|
||||||
"encoding of file contents and B<not> about HTTP escaping rules."
|
|
||||||
msgstr ""
|
|
||||||
"Cuando se extraen los nombre de archivos desde la ruta del componente en la "
|
|
||||||
"URL, B<@PROGRAM_NAME@> asumirá que están codificados usando este conjunto de "
|
|
||||||
"caracteres y traducirá los nombre de archivo al mapa de caracteres local. "
|
|
||||||
"Esto B<no> está relacionado conla codificación del contenido del archivo ni "
|
|
||||||
"B<tampoco> tiene relación con las reglas de escapado de HTTP."
|
|
||||||
|
|
||||||
# type: Plain text
|
|
||||||
#. 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 ""
|
|
||||||
"No hay manera en HTTP de saber las codificaciones de caracteres de los "
|
|
||||||
"componentes de la ruta.Puede que existan muchas codificaciones en una misma "
|
|
||||||
"ruta, como así también nombres de archivos codificados que suelen ser "
|
|
||||||
"creados por ciertos clientes.Hoy en día, lo mejor es usar la codificación "
|
|
||||||
"UTF-8 y no hacer ninguna conversión.Si no está seguro de que todos los "
|
|
||||||
"clientes entienden UTF-8, limite el nombre de archivo a us-ascii puro. Nunca "
|
|
||||||
"use caracteres en los nombres de archivo que puedan tener una función "
|
|
||||||
"especial en algún sistema operativo (como /, : y \\(rs).)"
|
|
||||||
|
|
||||||
# type: Plain text
|
|
||||||
#. type: Plain text
|
|
||||||
#: davfs2.conf.5:328
|
|
||||||
msgid "Default: no character set conversion"
|
|
||||||
msgstr "Predeterminado: no convertir el mapa de caracteres"
|
|
||||||
|
|
||||||
# type: TP
|
|
||||||
#. type: TP
|
|
||||||
#: davfs2.conf.5:329
|
|
||||||
#, no-wrap
|
|
||||||
msgid "B<connect_timeout>"
|
msgid "B<connect_timeout>"
|
||||||
msgstr "B<connect_timeout>"
|
msgstr "B<connect_timeout>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:335
|
#: davfs2.conf.5:318
|
||||||
msgid ""
|
msgid ""
|
||||||
"When creating a TCP connection to the server B<@PROGRAM_NAME@> will wait "
|
"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' "
|
"that many seconds for an answer before assuming an error. If a value of '0' "
|
||||||
@ -887,7 +838,7 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:338
|
#: davfs2.conf.5:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"This parameter only takes effect if the version of neon in use (neon version "
|
"This parameter only takes effect if the version of neon in use (neon version "
|
||||||
"E<gt> 0.26) and the OS support non-blocking I/O."
|
"E<gt> 0.26) and the OS support non-blocking I/O."
|
||||||
@ -895,20 +846,20 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:340 davfs2.conf.5:455
|
#: davfs2.conf.5:323 davfs2.conf.5:438
|
||||||
msgid "Default: 10"
|
msgid "Default: 10"
|
||||||
msgstr "Predeterminado: 10"
|
msgstr "Predeterminado: 10"
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:341
|
#: davfs2.conf.5:324
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<read_timeout>"
|
msgid "B<read_timeout>"
|
||||||
msgstr "B<read_timeout>"
|
msgstr "B<read_timeout>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:345
|
#: davfs2.conf.5:328
|
||||||
msgid ""
|
msgid ""
|
||||||
"How long in seconds B<@PROGRAM_NAME@> will wait for an answer from the "
|
"How long in seconds B<@PROGRAM_NAME@> will wait for an answer from the "
|
||||||
"server before assuming an error."
|
"server before assuming an error."
|
||||||
@ -918,20 +869,20 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:347 davfs2.conf.5:355
|
#: davfs2.conf.5:330 davfs2.conf.5:338
|
||||||
msgid "Default: 30"
|
msgid "Default: 30"
|
||||||
msgstr "Predeterminado: 30"
|
msgstr "Predeterminado: 30"
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:348
|
#: davfs2.conf.5:331
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<retry>"
|
msgid "B<retry>"
|
||||||
msgstr "B<retry>"
|
msgstr "B<retry>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:353
|
#: davfs2.conf.5:336
|
||||||
msgid ""
|
msgid ""
|
||||||
"When B<@PROGRAM_NAME@> can not reach the server it will try again after "
|
"When B<@PROGRAM_NAME@> can not reach the server it will try again after "
|
||||||
"B<retry> seconds. For subsequent retries the interval will be increased up "
|
"B<retry> seconds. For subsequent retries the interval will be increased up "
|
||||||
@ -943,33 +894,33 @@ msgstr ""
|
|||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:356
|
#: davfs2.conf.5:339
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<max_retry>"
|
msgid "B<max_retry>"
|
||||||
msgstr "B<max_retry>"
|
msgstr "B<max_retry>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:359
|
#: davfs2.conf.5:342
|
||||||
msgid "Maximum value of the retry interval."
|
msgid "Maximum value of the retry interval."
|
||||||
msgstr "Máximo valor para el intervalo de reintento."
|
msgstr "Máximo valor para el intervalo de reintento."
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:361
|
#: davfs2.conf.5:344
|
||||||
msgid "Default: 300"
|
msgid "Default: 300"
|
||||||
msgstr "Predeterminado: 300"
|
msgstr "Predeterminado: 300"
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:362
|
#: davfs2.conf.5:345
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<max_upload_attempts>"
|
msgid "B<max_upload_attempts>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:366
|
#: davfs2.conf.5:349
|
||||||
msgid ""
|
msgid ""
|
||||||
"When uploading a changed file fails temporarily B<@PROGRAM_NAME@> will retry "
|
"When uploading a changed file fails temporarily B<@PROGRAM_NAME@> will retry "
|
||||||
"with increasing intervals, but not more often than this."
|
"with increasing intervals, but not more often than this."
|
||||||
@ -977,7 +928,7 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:371
|
#: davfs2.conf.5:354
|
||||||
msgid ""
|
msgid ""
|
||||||
"With a bad connection this will cause additional traffic. To reduce traffic "
|
"With a bad connection this will cause additional traffic. To reduce traffic "
|
||||||
"caused by unsuccessful attempts option B<use_expect100> can be set. But "
|
"caused by unsuccessful attempts option B<use_expect100> can be set. But "
|
||||||
@ -986,21 +937,21 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:373
|
#: davfs2.conf.5:356
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Default: 15"
|
msgid "Default: 15"
|
||||||
msgstr "Predeterminado: 1"
|
msgstr "Predeterminado: 1"
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:374
|
#: davfs2.conf.5:357
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<add_header>"
|
msgid "B<add_header>"
|
||||||
msgstr "B<add_header>"
|
msgstr "B<add_header>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:380
|
#: davfs2.conf.5:363
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your server might expect special headers to do what you want. Different from "
|
"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 "
|
"other options, this one takes two values: the name of the header and its "
|
||||||
@ -1010,19 +961,19 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:382
|
#: davfs2.conf.5:365
|
||||||
msgid "add_header Translate F"
|
msgid "add_header Translate F"
|
||||||
msgstr "add_header Translate F"
|
msgstr "add_header Translate F"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:384
|
#: davfs2.conf.5:367
|
||||||
msgid "B<@PROGRAM_NAME@> will add header \"Translate: F\" on all requests."
|
msgid "B<@PROGRAM_NAME@> will add header \"Translate: F\" on all requests."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:388
|
#: davfs2.conf.5:371
|
||||||
msgid ""
|
msgid ""
|
||||||
"This option is cumulative. You can enter more than one add_header option and "
|
"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@/"
|
"all of them will be added. Also add_header options from @SYS_CONF_DIR@/"
|
||||||
@ -1031,21 +982,21 @@ msgstr ""
|
|||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#. type: SH
|
#. type: SH
|
||||||
#: davfs2.conf.5:390
|
#: davfs2.conf.5:373
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "Cache Related Options"
|
msgid "Cache Related Options"
|
||||||
msgstr "Opciones Relacionadas al Caché "
|
msgstr "Opciones Relacionadas al Caché "
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:392
|
#: davfs2.conf.5:375
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<backup_dir>"
|
msgid "B<backup_dir>"
|
||||||
msgstr "B<backup_dir>"
|
msgstr "B<backup_dir>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:397
|
#: davfs2.conf.5:380
|
||||||
msgid ""
|
msgid ""
|
||||||
"Each mounted @PACKAGE@ file system has a directory to store backups of files "
|
"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 "
|
"that could not be stored back to the server. This sets the name of this "
|
||||||
@ -1058,20 +1009,20 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:399
|
#: davfs2.conf.5:382
|
||||||
msgid "Default: lost+found"
|
msgid "Default: lost+found"
|
||||||
msgstr "Predeterminado: lost+found"
|
msgstr "Predeterminado: lost+found"
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:400
|
#: davfs2.conf.5:383
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<cache_dir>"
|
msgid "B<cache_dir>"
|
||||||
msgstr "B<cache_dir>"
|
msgstr "B<cache_dir>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:404
|
#: davfs2.conf.5:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"The directory where B<@PROGRAM_NAME@> will store cached files. For every "
|
"The directory where B<@PROGRAM_NAME@> will store cached files. For every "
|
||||||
"mount point a subdirectory will be created."
|
"mount point a subdirectory will be created."
|
||||||
@ -1081,7 +1032,7 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:408
|
#: davfs2.conf.5:391
|
||||||
msgid ""
|
msgid ""
|
||||||
"In the systemwide configuration file this will set the system wide cache, "
|
"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 "
|
"used by root. In a users configuration file it will set the cache used by "
|
||||||
@ -1093,20 +1044,20 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:410
|
#: davfs2.conf.5:393
|
||||||
msgid "Defaults: @SYS_CACHE_DIR@ and ~/.@PACKAGE@/cache"
|
msgid "Defaults: @SYS_CACHE_DIR@ and ~/.@PACKAGE@/cache"
|
||||||
msgstr "Predeterminado: @SYS_CACHE_DIR@ y ~/.@PACKAGE@/cache"
|
msgstr "Predeterminado: @SYS_CACHE_DIR@ y ~/.@PACKAGE@/cache"
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:411
|
#: davfs2.conf.5:394
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<cache_size>"
|
msgid "B<cache_size>"
|
||||||
msgstr "B<cache_size>"
|
msgstr "B<cache_size>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:416
|
#: davfs2.conf.5:399
|
||||||
msgid ""
|
msgid ""
|
||||||
"The amount of disk space in MiByte that may be used. B<@PROGRAM_NAME@> will "
|
"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 "
|
"always take enough space to cache open files, ignoring this value if "
|
||||||
@ -1118,20 +1069,20 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:418
|
#: davfs2.conf.5:401
|
||||||
msgid "Default: 50"
|
msgid "Default: 50"
|
||||||
msgstr "Predeterminado: 50"
|
msgstr "Predeterminado: 50"
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:419
|
#: davfs2.conf.5:402
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<table_size>"
|
msgid "B<table_size>"
|
||||||
msgstr "B<table_size>"
|
msgstr "B<table_size>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:425
|
#: davfs2.conf.5:408
|
||||||
msgid ""
|
msgid ""
|
||||||
"B<@PROGRAM_NAME@> maintains a hash table with an entry for each known file "
|
"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 "
|
"or directory. This gives the number of entries in this table. For large file "
|
||||||
@ -1146,20 +1097,20 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:427
|
#: davfs2.conf.5:410
|
||||||
msgid "Default: 1024"
|
msgid "Default: 1024"
|
||||||
msgstr "Predeterminado: 1024"
|
msgstr "Predeterminado: 1024"
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:428
|
#: davfs2.conf.5:411
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<dir_refresh>"
|
msgid "B<dir_refresh>"
|
||||||
msgstr "B<dir_refresh>"
|
msgstr "B<dir_refresh>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:433
|
#: davfs2.conf.5:416
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
"After B<@PROGRAM_NAME@> has got information about files in a directory it "
|
"After B<@PROGRAM_NAME@> has got information about files in a directory it "
|
||||||
@ -1173,14 +1124,14 @@ msgstr ""
|
|||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:436
|
#: davfs2.conf.5:419
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<file_refresh>"
|
msgid "B<file_refresh>"
|
||||||
msgstr "B<file_refresh>"
|
msgstr "B<file_refresh>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:443
|
#: davfs2.conf.5:426
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "When a file or directory is opened by an application, B<@PROGRAM_NAME@> "
|
#| "When a file or directory is opened by an application, B<@PROGRAM_NAME@> "
|
||||||
@ -1204,14 +1155,14 @@ msgstr ""
|
|||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:446
|
#: davfs2.conf.5:429
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<delay_upload>"
|
msgid "B<delay_upload>"
|
||||||
msgstr "B<delay_upload>"
|
msgstr "B<delay_upload>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:453
|
#: davfs2.conf.5:436
|
||||||
msgid ""
|
msgid ""
|
||||||
"When a file that has been changed is closed, B<@PROGRAM_NAME@> will wait "
|
"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 "
|
"that many seconds before it will upload it to the server. This will avoid "
|
||||||
@ -1222,14 +1173,14 @@ msgstr ""
|
|||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:456
|
#: davfs2.conf.5:439
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<gui_optimize>"
|
msgid "B<gui_optimize>"
|
||||||
msgstr "B<gui_optimize>"
|
msgstr "B<gui_optimize>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:463
|
#: davfs2.conf.5:446
|
||||||
msgid ""
|
msgid ""
|
||||||
"When a file is opened, B<@PROGRAM_NAME@> will have to check the server "
|
"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 "
|
"whether there is a newer version. Graphical User Interfaces tend to open "
|
||||||
@ -1246,14 +1197,14 @@ msgstr ""
|
|||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:466
|
#: davfs2.conf.5:449
|
||||||
#, fuzzy, no-wrap
|
#, fuzzy, no-wrap
|
||||||
#| msgid "B<gui_optimize>"
|
#| msgid "B<gui_optimize>"
|
||||||
msgid "B<minimize_mem>"
|
msgid "B<minimize_mem>"
|
||||||
msgstr "B<gui_optimize>"
|
msgstr "B<gui_optimize>"
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:474
|
#: davfs2.conf.5:457
|
||||||
msgid ""
|
msgid ""
|
||||||
"davfs2 holds information about files and directories in the working memory. "
|
"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 "
|
"It will stay there as long as the file system is mounted and the file is not "
|
||||||
@ -1263,7 +1214,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:479
|
#: davfs2.conf.5:462
|
||||||
msgid ""
|
msgid ""
|
||||||
"B<Warning:> Most file attributes are only maintained locally because there "
|
"B<Warning:> Most file attributes are only maintained locally because there "
|
||||||
"is no corresponding WebDAV property. So if users change attributes (owner, "
|
"is no corresponding WebDAV property. So if users change attributes (owner, "
|
||||||
@ -1273,21 +1224,21 @@ msgstr ""
|
|||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#. type: SH
|
#. type: SH
|
||||||
#: davfs2.conf.5:483
|
#: davfs2.conf.5:466
|
||||||
#, fuzzy, no-wrap
|
#, fuzzy, no-wrap
|
||||||
msgid "Debugging Options"
|
msgid "Debugging Options"
|
||||||
msgstr "Opciones Generales"
|
msgstr "Opciones Generales"
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:485
|
#: davfs2.conf.5:468
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<debug>"
|
msgid "B<debug>"
|
||||||
msgstr "B<debug>"
|
msgstr "B<debug>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:493
|
#: davfs2.conf.5:476
|
||||||
msgid ""
|
msgid ""
|
||||||
"Send debug messages to the syslog daemon. The value tells what kind of "
|
"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 "
|
"information shall be logged. The messages are send with facility LOG_DAEMON "
|
||||||
@ -1299,7 +1250,7 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:497
|
#: davfs2.conf.5:480
|
||||||
msgid ""
|
msgid ""
|
||||||
"Unlike other options, this option is cumulative. If there are several debug "
|
"Unlike other options, this option is cumulative. If there are several debug "
|
||||||
"entries with different values, all of them will be applied. Also debug "
|
"entries with different values, all of them will be applied. Also debug "
|
||||||
@ -1309,7 +1260,7 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:500
|
#: davfs2.conf.5:483
|
||||||
msgid ""
|
msgid ""
|
||||||
"B<Note:> Debug messages let the log-files grow quickly. Never use this "
|
"B<Note:> Debug messages let the log-files grow quickly. Never use this "
|
||||||
"option in normal operation of mount.davfs."
|
"option in normal operation of mount.davfs."
|
||||||
@ -1317,165 +1268,165 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:502
|
#: davfs2.conf.5:485
|
||||||
msgid "Default: no debugging messages"
|
msgid "Default: no debugging messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:503
|
#: davfs2.conf.5:486
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<Recognized values:>"
|
msgid "B<Recognized values:>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:505
|
#: davfs2.conf.5:488
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<config>"
|
msgid "B<config>"
|
||||||
msgstr "B<config>"
|
msgstr "B<config>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:508
|
#: davfs2.conf.5:491
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Command line and configuration options."
|
msgid "Command line and configuration options."
|
||||||
msgstr "B<Sólo permitido en el archivo general de configuración del sistema.>"
|
msgstr "B<Sólo permitido en el archivo general de configuración del sistema.>"
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:508
|
#: davfs2.conf.5:491
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<kernel>"
|
msgid "B<kernel>"
|
||||||
msgstr "B<kernel>"
|
msgstr "B<kernel>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:511
|
#: davfs2.conf.5:494
|
||||||
msgid "Upcalls from the kernel file system."
|
msgid "Upcalls from the kernel file system."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:511
|
#: davfs2.conf.5:494
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<cache>"
|
msgid "B<cache>"
|
||||||
msgstr "B<cache>"
|
msgstr "B<cache>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:514
|
#: davfs2.conf.5:497
|
||||||
msgid "Cache operations like adding and removing nodes."
|
msgid "Cache operations like adding and removing nodes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:514
|
#: davfs2.conf.5:497
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<http>"
|
msgid "B<http>"
|
||||||
msgstr "B<http>"
|
msgstr "B<http>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:517
|
#: davfs2.conf.5:500
|
||||||
msgid "HTTP headers."
|
msgid "HTTP headers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:517
|
#: davfs2.conf.5:500
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<xml>"
|
msgid "B<xml>"
|
||||||
msgstr "B<xml>"
|
msgstr "B<xml>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:520
|
#: davfs2.conf.5:503
|
||||||
msgid "Parsing of the XML-body of WebDAV-requests."
|
msgid "Parsing of the XML-body of WebDAV-requests."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:520
|
#: davfs2.conf.5:503
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<httpauth>"
|
msgid "B<httpauth>"
|
||||||
msgstr "B<httpauth>"
|
msgstr "B<httpauth>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:523
|
#: davfs2.conf.5:506
|
||||||
msgid "Negotiation of authentication."
|
msgid "Negotiation of authentication."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:523
|
#: davfs2.conf.5:506
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<locks>"
|
msgid "B<locks>"
|
||||||
msgstr "B<locks>"
|
msgstr "B<locks>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:526
|
#: davfs2.conf.5:509
|
||||||
msgid "Information about locks."
|
msgid "Information about locks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:526
|
#: davfs2.conf.5:509
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<ssl>"
|
msgid "B<ssl>"
|
||||||
msgstr "B<ssl>"
|
msgstr "B<ssl>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:529
|
#: davfs2.conf.5:512
|
||||||
msgid "TLS/SSL related stuff like certificates."
|
msgid "TLS/SSL related stuff like certificates."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:529
|
#: davfs2.conf.5:512
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<httpbody>"
|
msgid "B<httpbody>"
|
||||||
msgstr "B<httpbody>"
|
msgstr "B<httpbody>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:532
|
#: davfs2.conf.5:515
|
||||||
msgid "Complete body of HTTP-responses."
|
msgid "Complete body of HTTP-responses."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:535
|
#: davfs2.conf.5:518
|
||||||
msgid ""
|
msgid ""
|
||||||
"Also print confidential information, which is usually omitted or obscured."
|
"Also print confidential information, which is usually omitted or obscured."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#. type: TP
|
#. type: TP
|
||||||
#: davfs2.conf.5:535
|
#: davfs2.conf.5:518
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<most>"
|
msgid "B<most>"
|
||||||
msgstr "B<most>"
|
msgstr "B<most>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:538
|
#: davfs2.conf.5:521
|
||||||
msgid "Includes config, kernel, cache and http."
|
msgid "Includes config, kernel, cache and http."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#. type: SH
|
#. type: SH
|
||||||
#: davfs2.conf.5:541 mount.davfs.8:551 umount.davfs.8:79
|
#: davfs2.conf.5:524 mount.davfs.8:551 umount.davfs.8:79
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "AUTHORS"
|
msgid "AUTHORS"
|
||||||
msgstr "AUTORES"
|
msgstr "AUTORES"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:545
|
#: davfs2.conf.5:528
|
||||||
msgid ""
|
msgid ""
|
||||||
"This man page was written by by Werner Baumann E<lt>werner."
|
"This man page was written by by Werner Baumann E<lt>werner."
|
||||||
"baumann@onlinehome.deE<gt>."
|
"baumann@onlinehome.deE<gt>."
|
||||||
@ -1485,27 +1436,27 @@ msgstr ""
|
|||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#. type: SH
|
#. type: SH
|
||||||
#: davfs2.conf.5:547 mount.davfs.8:568 umount.davfs.8:84
|
#: davfs2.conf.5:530 mount.davfs.8:568 umount.davfs.8:84
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "DAVFS2 HOME"
|
msgid "DAVFS2 HOME"
|
||||||
msgstr "DAVFS2 HOME"
|
msgstr "DAVFS2 HOME"
|
||||||
|
|
||||||
# type: TH
|
# type: TH
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:550 mount.davfs.8:571 umount.davfs.8:87
|
#: davfs2.conf.5:533 mount.davfs.8:571 umount.davfs.8:87
|
||||||
msgid "@PACKAGE_BUGREPORT@"
|
msgid "@PACKAGE_BUGREPORT@"
|
||||||
msgstr "@PACKAGE_BUGREPORT@"
|
msgstr "@PACKAGE_BUGREPORT@"
|
||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#. type: SH
|
#. type: SH
|
||||||
#: davfs2.conf.5:552 mount.davfs.8:573 umount.davfs.8:89
|
#: davfs2.conf.5:535 mount.davfs.8:573 umount.davfs.8:89
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "SEE ALSO"
|
msgid "SEE ALSO"
|
||||||
msgstr "VER TAMBIÉN"
|
msgstr "VER TAMBIÉN"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: davfs2.conf.5:558
|
#: davfs2.conf.5:541
|
||||||
msgid ""
|
msgid ""
|
||||||
"B<@PROGRAM_NAME@>(8), B<u@PROGRAM_NAME@>(8), B<mount>(8), B<umount>(8), "
|
"B<@PROGRAM_NAME@>(8), B<u@PROGRAM_NAME@>(8), B<mount>(8), B<umount>(8), "
|
||||||
"B<fstab>(5)"
|
"B<fstab>(5)"
|
||||||
|
46
src/cache.c
46
src/cache.c
@ -628,7 +628,7 @@ dav_init_cache(const dav_args *args, const char *mpoint)
|
|||||||
syslog(LOG_MAKEPRI(LOG_DAEMON, LOG_DEBUG), "Reading stored cache data");
|
syslog(LOG_MAKEPRI(LOG_DAEMON, LOG_DEBUG), "Reading stored cache data");
|
||||||
parse_index();
|
parse_index();
|
||||||
root->name = ne_strdup("");
|
root->name = ne_strdup("");
|
||||||
root->path = dav_conv_to_server_enc(args->path);
|
root->path = ne_strdup(args->path);
|
||||||
root->mode = default_dir_mode;
|
root->mode = default_dir_mode;
|
||||||
|
|
||||||
if (!backup)
|
if (!backup)
|
||||||
@ -909,10 +909,8 @@ dav_create(dav_node **nodep, dav_node *parent, const char *name, uid_t uid,
|
|||||||
if (!pw)
|
if (!pw)
|
||||||
return EINVAL;
|
return EINVAL;
|
||||||
|
|
||||||
char *name_conv = dav_conv_to_server_enc(name);
|
|
||||||
char *path = NULL;
|
char *path = NULL;
|
||||||
if (asprintf(&path, "%s%s", parent->path, name_conv) < 0) abort();
|
if (asprintf(&path, "%s%s", parent->path, name) < 0) abort();
|
||||||
free(name_conv);
|
|
||||||
|
|
||||||
*nodep = new_node(parent, mode | S_IFREG);
|
*nodep = new_node(parent, mode | S_IFREG);
|
||||||
(*nodep)->path = path;
|
(*nodep)->path = path;
|
||||||
@ -1037,10 +1035,8 @@ dav_mkdir(dav_node **nodep, dav_node *parent, const char *name, uid_t uid,
|
|||||||
if (!pw)
|
if (!pw)
|
||||||
return EINVAL;
|
return EINVAL;
|
||||||
|
|
||||||
char *name_conv = dav_conv_to_server_enc(name);
|
|
||||||
char *path = NULL;
|
char *path = NULL;
|
||||||
if (asprintf(&path, "%s%s/", parent->path, name_conv) < 0) abort();
|
if (asprintf(&path, "%s%s/", parent->path, name) < 0) abort();
|
||||||
free(name_conv);
|
|
||||||
int ret = dav_make_collection(path);
|
int ret = dav_make_collection(path);
|
||||||
|
|
||||||
if (!ret) {
|
if (!ret) {
|
||||||
@ -1776,10 +1772,8 @@ move_dir(dav_node *src, dav_node *dst, dav_node *dst_parent,
|
|||||||
|
|
||||||
char *dst_path;
|
char *dst_path;
|
||||||
if (!dst) {
|
if (!dst) {
|
||||||
char *dst_conv = dav_conv_to_server_enc(dst_name);
|
|
||||||
dst_path = NULL;
|
dst_path = NULL;
|
||||||
if (asprintf(&dst_path, "%s%s/", dst_parent->path, dst_conv) < 0) abort();
|
if (asprintf(&dst_path, "%s%s/", dst_parent->path, dst_name) < 0) abort();
|
||||||
free(dst_conv);
|
|
||||||
} else {
|
} else {
|
||||||
dst_path = ne_strdup(dst->path);
|
dst_path = ne_strdup(dst->path);
|
||||||
}
|
}
|
||||||
@ -1816,10 +1810,8 @@ move_no_remote(dav_node *src, dav_node *dst, dav_node *dst_parent,
|
|||||||
|
|
||||||
char *dst_path;
|
char *dst_path;
|
||||||
if (!dst) {
|
if (!dst) {
|
||||||
char *dst_conv = dav_conv_to_server_enc(dst_name);
|
|
||||||
dst_path = NULL;
|
dst_path = NULL;
|
||||||
if (asprintf(&dst_path, "%s%s", dst_parent->path, dst_conv) < 0) abort();
|
if (asprintf(&dst_path, "%s%s", dst_parent->path, dst_name) < 0) abort();
|
||||||
free(dst_conv);
|
|
||||||
} else {
|
} else {
|
||||||
dst_path = ne_strdup(dst->path);
|
dst_path = ne_strdup(dst->path);
|
||||||
}
|
}
|
||||||
@ -1885,10 +1877,8 @@ move_reg(dav_node *src, dav_node *dst, dav_node *dst_parent,
|
|||||||
|
|
||||||
char *dst_path;
|
char *dst_path;
|
||||||
if (!dst) {
|
if (!dst) {
|
||||||
char *dst_conv = dav_conv_to_server_enc(dst_name);
|
|
||||||
dst_path = NULL;
|
dst_path = NULL;
|
||||||
if (asprintf(&dst_path, "%s%s", dst_parent->path, dst_conv) < 0) abort();
|
if (asprintf(&dst_path, "%s%s", dst_parent->path, dst_name) < 0) abort();
|
||||||
free(dst_conv);
|
|
||||||
} else {
|
} else {
|
||||||
dst_path = ne_strdup(dst->path);
|
dst_path = ne_strdup(dst->path);
|
||||||
}
|
}
|
||||||
@ -2915,26 +2905,20 @@ write_node(dav_node *node, FILE *file, const char *indent)
|
|||||||
if (asprintf(&ind, "%s ", indent) < 0) abort();
|
if (asprintf(&ind, "%s ", indent) < 0) abort();
|
||||||
|
|
||||||
if (node != root && !is_backup(node)) {
|
if (node != root && !is_backup(node)) {
|
||||||
if (fprintf(file, "%s<d:%s><![CDATA[%s]]></d:%s>\n", ind, type[PATH], node->path,
|
if (fprintf(file, "%s<d:%s><![CDATA[%s]]></d:%s>\n", ind, type[PATH],
|
||||||
type[PATH]) < 0)
|
node->path, type[PATH]) < 0)
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (node != root && node != backup) {
|
if (node != root && node != backup) {
|
||||||
char *name = dav_conv_to_utf_8(node->name);
|
if (fprintf(file, "%s<d:%s><![CDATA[%s]]></d:%s>\n", ind, type[NAME],
|
||||||
int ret = fprintf(file, "%s<d:%s><![CDATA[%s]]></d:%s>\n", ind, type[NAME], name,
|
node->name, type[NAME]) < 0)
|
||||||
type[NAME]);
|
|
||||||
free(name);
|
|
||||||
if (ret < 0)
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_reg(node) && node->cache_path != NULL) {
|
if (is_reg(node) && node->cache_path != NULL) {
|
||||||
char *path = dav_conv_to_utf_8(node->cache_path);
|
if (fprintf(file, "%s<d:%s><![CDATA[%s]]></d:%s>\n", ind,
|
||||||
int ret = fprintf(file, "%s<d:%s><![CDATA[%s]]></d:%s>\n", ind, type[CACHE_PATH],
|
type[CACHE_PATH], node->cache_path, type[CACHE_PATH]) < 0)
|
||||||
path, type[CACHE_PATH]);
|
|
||||||
free(path);
|
|
||||||
if (ret < 0)
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3335,12 +3319,10 @@ xml_end_string(void *userdata, int state, const char *nspace, const char *name)
|
|||||||
(*((dav_node **) userdata))->path = xml_data;
|
(*((dav_node **) userdata))->path = xml_data;
|
||||||
break;
|
break;
|
||||||
case NAME:
|
case NAME:
|
||||||
(*((dav_node **) userdata))->name = dav_conv_from_utf_8(xml_data);
|
(*((dav_node **) userdata))->name = xml_data;
|
||||||
free(xml_data);
|
|
||||||
break;
|
break;
|
||||||
case CACHE_PATH:
|
case CACHE_PATH:
|
||||||
(*((dav_node **) userdata))->cache_path = dav_conv_from_utf_8(xml_data);
|
(*((dav_node **) userdata))->cache_path = xml_data;
|
||||||
free(xml_data);
|
|
||||||
break;
|
break;
|
||||||
case ETAG:
|
case ETAG:
|
||||||
(*((dav_node **) userdata))->etag = xml_data;
|
(*((dav_node **) userdata))->etag = xml_data;
|
||||||
|
@ -1479,8 +1479,6 @@ delete_args(dav_args *args)
|
|||||||
}
|
}
|
||||||
if (args->lock_owner)
|
if (args->lock_owner)
|
||||||
free(args->lock_owner);
|
free(args->lock_owner);
|
||||||
if (args->s_charset)
|
|
||||||
free(args->s_charset);
|
|
||||||
if (args->header)
|
if (args->header)
|
||||||
free(args->header);
|
free(args->header);
|
||||||
|
|
||||||
@ -1844,8 +1842,6 @@ log_dbg_config(dav_args *args)
|
|||||||
" retry: %li s", args->retry);
|
" retry: %li s", args->retry);
|
||||||
syslog(LOG_MAKEPRI(LOG_DAEMON, LOG_DEBUG),
|
syslog(LOG_MAKEPRI(LOG_DAEMON, LOG_DEBUG),
|
||||||
" max_retry: %li s", args->max_retry);
|
" max_retry: %li s", args->max_retry);
|
||||||
syslog(LOG_MAKEPRI(LOG_DAEMON, LOG_DEBUG),
|
|
||||||
" s_charset: %s", args->s_charset);
|
|
||||||
syslog(LOG_MAKEPRI(LOG_DAEMON, LOG_DEBUG),
|
syslog(LOG_MAKEPRI(LOG_DAEMON, LOG_DEBUG),
|
||||||
" header: %s", args->header);
|
" header: %s", args->header);
|
||||||
syslog(LOG_MAKEPRI(LOG_DAEMON, LOG_DEBUG),
|
syslog(LOG_MAKEPRI(LOG_DAEMON, LOG_DEBUG),
|
||||||
@ -2260,10 +2256,6 @@ read_config(dav_args *args, const char * filename, int system)
|
|||||||
args->max_retry = arg_to_int(parmv[1], 10, parmv[0]);
|
args->max_retry = arg_to_int(parmv[1], 10, parmv[0]);
|
||||||
} else if (strcmp(parmv[0], "max_upload_attempts") == 0) {
|
} else if (strcmp(parmv[0], "max_upload_attempts") == 0) {
|
||||||
args->max_upload_attempts = arg_to_int(parmv[1], 10, parmv[0]);
|
args->max_upload_attempts = arg_to_int(parmv[1], 10, parmv[0]);
|
||||||
} else if (strcmp(parmv[0], "server_charset") == 0) {
|
|
||||||
if (args->s_charset)
|
|
||||||
free(args->s_charset);
|
|
||||||
args->s_charset = ne_strdup(parmv[1]);
|
|
||||||
} else if (system && strcmp(parmv[0], "cache_dir") == 0) {
|
} else if (system && strcmp(parmv[0], "cache_dir") == 0) {
|
||||||
if (args->sys_cache)
|
if (args->sys_cache)
|
||||||
free(args->sys_cache);
|
free(args->sys_cache);
|
||||||
|
@ -100,7 +100,6 @@ typedef struct {
|
|||||||
time_t retry; /* User config file, system config file */
|
time_t retry; /* User config file, system config file */
|
||||||
time_t max_retry; /* User config file, system config file */
|
time_t max_retry; /* User config file, system config file */
|
||||||
int max_upload_attempts; /* User config file, system config file */
|
int max_upload_attempts; /* User config file, system config file */
|
||||||
char * s_charset; /* User config file, system config file */
|
|
||||||
char * header; /* User config file, system config file */
|
char * header; /* User config file, system config file */
|
||||||
/* Cache */
|
/* Cache */
|
||||||
char *sys_cache; /* System config file */
|
char *sys_cache; /* System config file */
|
||||||
|
127
src/webdav.c
127
src/webdav.c
@ -25,9 +25,6 @@
|
|||||||
#ifdef HAVE_FCNTL_H
|
#ifdef HAVE_FCNTL_H
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_ICONV_H
|
|
||||||
#include <iconv.h>
|
|
||||||
#endif
|
|
||||||
#ifdef HAVE_LANGINFO_H
|
#ifdef HAVE_LANGINFO_H
|
||||||
#include <langinfo.h>
|
#include <langinfo.h>
|
||||||
#endif
|
#endif
|
||||||
@ -223,23 +220,6 @@ static int initialized;
|
|||||||
Needed by ssl_verify() which may be called at any time. */
|
Needed by ssl_verify() which may be called at any time. */
|
||||||
static int have_terminal;
|
static int have_terminal;
|
||||||
|
|
||||||
#if defined DAV_USE_ICONV && defined HAVE_ICONV_H
|
|
||||||
/* Handle to convert character encoding from utf-8 to LC_CTYPE.
|
|
||||||
If NULL no conversion is done. */
|
|
||||||
static iconv_t from_utf_8;
|
|
||||||
|
|
||||||
/* Handle to convert character encoding from LC_CTYPE to utf-8.
|
|
||||||
If NULL no conversion is done. */
|
|
||||||
static iconv_t to_utf_8;
|
|
||||||
|
|
||||||
/* Handle to convert character encing of path names to LC_CTYPE. If NULL
|
|
||||||
no conversion is done. */
|
|
||||||
static iconv_t from_server_enc;
|
|
||||||
|
|
||||||
/* Handle to convert from LC_CTYPE to character encoding of path names.
|
|
||||||
If NULL no conversion is done. */
|
|
||||||
static iconv_t to_server_enc;
|
|
||||||
#endif /* DAV_USE_ICONV && HAVE_ICONV_H */
|
|
||||||
|
|
||||||
/* A GNU custom stream, used to redirect neon debug messages to syslog. */
|
/* A GNU custom stream, used to redirect neon debug messages to syslog. */
|
||||||
static FILE *log_stream;
|
static FILE *log_stream;
|
||||||
@ -256,11 +236,6 @@ static char **cookie_list;
|
|||||||
/* Private function prototypes and inline functions */
|
/* Private function prototypes and inline functions */
|
||||||
/*==================================================*/
|
/*==================================================*/
|
||||||
|
|
||||||
#if defined DAV_USE_ICONV && defined HAVE_ICONV_H
|
|
||||||
static void
|
|
||||||
convert(char **s, iconv_t conv);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
get_error(int ret, const char *method);
|
get_error(int ret, const char *method);
|
||||||
|
|
||||||
@ -322,33 +297,6 @@ dav_init_webdav(dav_args *args)
|
|||||||
if (args->neon_debug & ~NE_DBG_HTTPPLAIN)
|
if (args->neon_debug & ~NE_DBG_HTTPPLAIN)
|
||||||
syslog(LOG_MAKEPRI(LOG_DAEMON, LOG_DEBUG), "Initializing webdav");
|
syslog(LOG_MAKEPRI(LOG_DAEMON, LOG_DEBUG), "Initializing webdav");
|
||||||
|
|
||||||
#if defined DAV_USE_ICONV && defined HAVE_ICONV_H
|
|
||||||
char *lc_charset = nl_langinfo(CODESET);
|
|
||||||
if (lc_charset && strcasecmp(lc_charset, "UTF-8") != 0) {
|
|
||||||
from_utf_8 = iconv_open(lc_charset, "UTF-8");
|
|
||||||
if (from_utf_8 == (iconv_t) -1)
|
|
||||||
from_utf_8 = 0;
|
|
||||||
to_utf_8 = iconv_open("UTF-8", lc_charset);
|
|
||||||
if (to_utf_8 == (iconv_t) -1)
|
|
||||||
to_utf_8 = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (lc_charset && args->s_charset
|
|
||||||
&& strcasecmp(args->s_charset, lc_charset) != 0) {
|
|
||||||
if (strcasecmp(args->s_charset, "UTF-8") == 0) {
|
|
||||||
from_server_enc = from_utf_8;
|
|
||||||
to_server_enc = to_utf_8;
|
|
||||||
} else {
|
|
||||||
from_server_enc = iconv_open(lc_charset, args->s_charset);
|
|
||||||
if (from_server_enc == (iconv_t) -1)
|
|
||||||
from_server_enc = 0;
|
|
||||||
to_server_enc = iconv_open(args->s_charset, lc_charset);
|
|
||||||
if (to_server_enc == (iconv_t) -1)
|
|
||||||
to_server_enc = 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#endif /* DAV_USE_ICONV && HAVE_ICONV_H */
|
|
||||||
|
|
||||||
if (ne_sock_init() != 0)
|
if (ne_sock_init() != 0)
|
||||||
error(EXIT_FAILURE, errno, _("socket library initialization failed"));
|
error(EXIT_FAILURE, errno, _("socket library initialization failed"));
|
||||||
|
|
||||||
@ -522,54 +470,6 @@ dav_close_webdav(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
char *
|
|
||||||
dav_conv_from_utf_8(const char *s)
|
|
||||||
{
|
|
||||||
char *new = ne_strdup(s);
|
|
||||||
#if defined DAV_USE_ICONV && defined HAVE_ICONV_H
|
|
||||||
if (from_utf_8)
|
|
||||||
convert(&new, from_utf_8);
|
|
||||||
#endif
|
|
||||||
return new;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
char *
|
|
||||||
dav_conv_to_utf_8(const char *s)
|
|
||||||
{
|
|
||||||
char *new = ne_strdup(s);
|
|
||||||
#if defined DAV_USE_ICONV && defined HAVE_ICONV_H
|
|
||||||
if (to_utf_8)
|
|
||||||
convert(&new, to_utf_8);
|
|
||||||
#endif
|
|
||||||
return new;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
char *
|
|
||||||
dav_conv_from_server_enc(const char *s)
|
|
||||||
{
|
|
||||||
char *new = ne_strdup(s);
|
|
||||||
#if defined DAV_USE_ICONV && defined HAVE_ICONV_H
|
|
||||||
if (from_server_enc)
|
|
||||||
convert(&new, from_server_enc);
|
|
||||||
#endif
|
|
||||||
return new;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
char *
|
|
||||||
dav_conv_to_server_enc(const char *s)
|
|
||||||
{
|
|
||||||
char *new = ne_strdup(s);
|
|
||||||
#if defined DAV_USE_ICONV && defined HAVE_ICONV_H
|
|
||||||
if (to_server_enc)
|
|
||||||
convert(&new, to_server_enc);
|
|
||||||
#endif
|
|
||||||
return new;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
int
|
int
|
||||||
dav_delete(const char *path, time_t *expire)
|
dav_delete(const char *path, time_t *expire)
|
||||||
{
|
{
|
||||||
@ -1152,29 +1052,6 @@ dav_unlock(const char *path, time_t *expire)
|
|||||||
/* Private functions */
|
/* Private functions */
|
||||||
/*===================*/
|
/*===================*/
|
||||||
|
|
||||||
#if defined DAV_USE_ICONV && defined HAVE_ICONV_H
|
|
||||||
static void
|
|
||||||
convert(char **s, iconv_t conv)
|
|
||||||
{
|
|
||||||
size_t insize = strlen(*s);
|
|
||||||
char *in = *s;
|
|
||||||
size_t outsize = MB_LEN_MAX * (insize + 1);
|
|
||||||
char *buf = ne_calloc(outsize);
|
|
||||||
char *out = buf;
|
|
||||||
|
|
||||||
iconv(conv, NULL, NULL, &out, &outsize);
|
|
||||||
if (iconv(conv, &in, &insize, &out, &outsize) >= 0
|
|
||||||
&& insize == 0 && outsize >= MB_LEN_MAX) {
|
|
||||||
memset(out, 0, MB_LEN_MAX);
|
|
||||||
free(*s);
|
|
||||||
*s = ne_strndup(buf, out - buf + MB_LEN_MAX);
|
|
||||||
}
|
|
||||||
|
|
||||||
free(buf);
|
|
||||||
}
|
|
||||||
#endif /* DAV_USE_ICONV && HAVE_ICONV_H */
|
|
||||||
|
|
||||||
|
|
||||||
/* Returns a file error code according to ret from the last WebDAV
|
/* Returns a file error code according to ret from the last WebDAV
|
||||||
method call. If ret has value NE_ERROR the error code from the session is
|
method call. If ret has value NE_ERROR the error code from the session is
|
||||||
fetched and translated.
|
fetched and translated.
|
||||||
@ -1717,10 +1594,6 @@ prop_result(void *userdata, const ne_uri *uri, const ne_prop_result_set *set)
|
|||||||
strlen(result->path) - strlen(ctx->path)
|
strlen(result->path) - strlen(ctx->path)
|
||||||
- result->is_dir);
|
- result->is_dir);
|
||||||
replace_slashes(&result->name);
|
replace_slashes(&result->name);
|
||||||
#if defined DAV_USE_ICONV && defined HAVE_ICONV_H
|
|
||||||
if (from_server_enc)
|
|
||||||
convert(&result->name, from_server_enc);
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
16
src/webdav.h
16
src/webdav.h
@ -71,22 +71,6 @@ void
|
|||||||
dav_close_webdav(void);
|
dav_close_webdav(void);
|
||||||
|
|
||||||
|
|
||||||
/* Converts the character encoding of s from and to the local encoding.
|
|
||||||
Converter handles are taken from global variables from_utf_8, to_utf_8,
|
|
||||||
from_server_enc and to_server_enc.
|
|
||||||
If no conversion is necessary, it just returns a copy of s.
|
|
||||||
name : string to be converted.
|
|
||||||
return value : the converted string, newly allocated. */
|
|
||||||
char *
|
|
||||||
dav_conv_from_utf_8(const char *s);
|
|
||||||
char *
|
|
||||||
dav_conv_to_utf_8(const char *s);
|
|
||||||
char *
|
|
||||||
dav_conv_from_server_enc(const char *s);
|
|
||||||
char *
|
|
||||||
dav_conv_to_server_enc(const char *s);
|
|
||||||
|
|
||||||
|
|
||||||
/* Deletes file path on the server.
|
/* Deletes file path on the server.
|
||||||
On success locks for this file are removed from the lock store.
|
On success locks for this file are removed from the lock store.
|
||||||
path : Absolute path of the file.
|
path : Absolute path of the file.
|
||||||
|
Loading…
Reference in New Issue
Block a user