Improve cookie support
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
.TH @CONFIGFILE@ 5 2012\-02\-01 @PACKAGE_STRING@
|
||||
.TH @CONFIGFILE@ 5 2014\-04\-18 @PACKAGE_STRING@
|
||||
|
||||
|
||||
.SH NAME
|
||||
@ -264,12 +264,12 @@ etag is not used at all and the resource cannot be cached.
|
||||
Default: 0
|
||||
|
||||
.TP
|
||||
.B allow_cookie
|
||||
.B n_cookies
|
||||
Some servers will only work when they are allowed to set a cookie and this
|
||||
cookie is returned in subsequent requests. This option adds very simple
|
||||
cookie support. It supports just one cookie which should usually be
|
||||
a session ID.
|
||||
0 = no, 1 = yes.
|
||||
cookie is returned in subsequent requests. This option sets the number of
|
||||
cookies you are willing to accept and include in subsequent requests. davfs2
|
||||
will only care for the name and the value of the cookie and ignore all of
|
||||
the possible attributes.
|
||||
.br
|
||||
Default: 0
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-04-06 18:16+0300\n"
|
||||
"POT-Creation-Date: 2014-04-18 18:25+0300\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -25,7 +25,7 @@ msgstr ""
|
||||
#. type: TH
|
||||
#: davfs2.conf.5:1
|
||||
#, no-wrap
|
||||
msgid "2012-02-01"
|
||||
msgid "2014-04-18"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
@ -550,16 +550,17 @@ msgstr ""
|
||||
#. type: TP
|
||||
#: davfs2.conf.5:266
|
||||
#, no-wrap
|
||||
msgid "B<allow_cookie>"
|
||||
msgid "B<n_cookies>"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: davfs2.conf.5:273
|
||||
msgid ""
|
||||
"Some servers will only work when they are allowed to set a cookie and this "
|
||||
"cookie is returned in subsequent requests. This option adds very simple "
|
||||
"cookie support. It supports just one cookie which should usually be a "
|
||||
"session ID. 0 = no, 1 = yes."
|
||||
"cookie is returned in subsequent requests. This option sets the number of "
|
||||
"cookies you are willing to accept and include in subsequent requests. davfs2 "
|
||||
"will only care for the name and the value of the cookie and ignore all of "
|
||||
"the possible attributes."
|
||||
msgstr ""
|
||||
|
||||
#. type: TP
|
||||
@ -1088,7 +1089,7 @@ msgid "Includes config, kernel, cache and http."
|
||||
msgstr ""
|
||||
|
||||
#. type: SH
|
||||
#: davfs2.conf.5:513 mount.davfs.8:536 umount.davfs.8:79
|
||||
#: davfs2.conf.5:513 mount.davfs.8:547 umount.davfs.8:79
|
||||
#, no-wrap
|
||||
msgid "AUTHORS"
|
||||
msgstr ""
|
||||
@ -1101,18 +1102,18 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: SH
|
||||
#: davfs2.conf.5:519 mount.davfs.8:553 umount.davfs.8:84
|
||||
#: davfs2.conf.5:519 mount.davfs.8:564 umount.davfs.8:84
|
||||
#, no-wrap
|
||||
msgid "DAVFS2 HOME"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: davfs2.conf.5:522 mount.davfs.8:556 umount.davfs.8:87
|
||||
#: davfs2.conf.5:522 mount.davfs.8:567 umount.davfs.8:87
|
||||
msgid "@PACKAGE_BUGREPORT@"
|
||||
msgstr ""
|
||||
|
||||
#. type: SH
|
||||
#: davfs2.conf.5:524 mount.davfs.8:558 umount.davfs.8:89
|
||||
#: davfs2.conf.5:524 mount.davfs.8:569 umount.davfs.8:89
|
||||
#, no-wrap
|
||||
msgid "SEE ALSO"
|
||||
msgstr ""
|
||||
|
||||
@ -6,8 +6,8 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: davfs2 1.5.0\n"
|
||||
"POT-Creation-Date: 2014-04-06 18:16+0300\n"
|
||||
"PO-Revision-Date: 2014-04-06 18:20+0200\n"
|
||||
"POT-Creation-Date: 2014-04-18 18:25+0300\n"
|
||||
"PO-Revision-Date: 2014-04-18 18:30+0200\n"
|
||||
"Last-Translator: Werner Baumann <werner.baumann@onlinehome.de>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: \n"
|
||||
@ -25,8 +25,8 @@ msgstr "@CONFIGFILE@"
|
||||
#. type: TH
|
||||
#: davfs2.conf.5:1
|
||||
#, no-wrap
|
||||
msgid "2012-02-01"
|
||||
msgstr "2012-02-01"
|
||||
msgid "2014-04-18"
|
||||
msgstr "2014-04-18"
|
||||
|
||||
# type: TH
|
||||
#. type: TH
|
||||
@ -740,22 +740,24 @@ msgstr "0 = nein, 1 = ja."
|
||||
#. type: TP
|
||||
#: davfs2.conf.5:266
|
||||
#, no-wrap
|
||||
msgid "B<allow_cookie>"
|
||||
msgstr "B<allow_cookie>"
|
||||
msgid "B<n_cookies>"
|
||||
msgstr "B<n_cookies>"
|
||||
|
||||
# type: Plain text
|
||||
#. type: Plain text
|
||||
#: davfs2.conf.5:273
|
||||
msgid ""
|
||||
"Some servers will only work when they are allowed to set a cookie and this "
|
||||
"cookie is returned in subsequent requests. This option adds very simple "
|
||||
"cookie support. It supports just one cookie which should usually be a "
|
||||
"session ID. 0 = no, 1 = yes."
|
||||
"cookie is returned in subsequent requests. This option sets the number of "
|
||||
"cookies you are willing to accept and include in subsequent requests. davfs2 "
|
||||
"will only care for the name and the value of the cookie and ignore all of "
|
||||
"the possible attributes."
|
||||
msgstr ""
|
||||
"Manche Server verweigern den Dienst, wenn ihnen nicht erlaubt is ein Cookie "
|
||||
"zu setzen. Diese Option fügt sehr einfche Unterstützung für Cookies hinzu. "
|
||||
"Es wird nur ein Cookie unterstützt, welches normalerweise eine Session-ID "
|
||||
"sein sollte. 0 = nein, 1 = ja."
|
||||
"zu setzen. Diese Option legt fest, wie vile Cookies akzeptiert und in den "
|
||||
"folgenden Requests gesendet werden. davfs2 kümmert sich nur um den Namen und "
|
||||
"den Wert von Cookies und ignoriert alle eventuellen zusätzlichen "
|
||||
"Eigenschaften der Cookies."
|
||||
|
||||
# type: TP
|
||||
#. type: TP
|
||||
@ -1465,7 +1467,7 @@ msgstr "Beinhaltet config, kernel, cache und http."
|
||||
|
||||
# type: SH
|
||||
#. type: SH
|
||||
#: davfs2.conf.5:513 mount.davfs.8:536 umount.davfs.8:79
|
||||
#: davfs2.conf.5:513 mount.davfs.8:547 umount.davfs.8:79
|
||||
#, no-wrap
|
||||
msgid "AUTHORS"
|
||||
msgstr "AUTOREN"
|
||||
@ -1482,20 +1484,20 @@ msgstr ""
|
||||
|
||||
# type: SH
|
||||
#. type: SH
|
||||
#: davfs2.conf.5:519 mount.davfs.8:553 umount.davfs.8:84
|
||||
#: davfs2.conf.5:519 mount.davfs.8:564 umount.davfs.8:84
|
||||
#, no-wrap
|
||||
msgid "DAVFS2 HOME"
|
||||
msgstr "DAVFS2 HOME"
|
||||
|
||||
# type: TH
|
||||
#. type: Plain text
|
||||
#: davfs2.conf.5:522 mount.davfs.8:556 umount.davfs.8:87
|
||||
#: davfs2.conf.5:522 mount.davfs.8:567 umount.davfs.8:87
|
||||
msgid "@PACKAGE_BUGREPORT@"
|
||||
msgstr "@PACKAGE_BUGREPORT@"
|
||||
|
||||
# type: SH
|
||||
#. type: SH
|
||||
#: davfs2.conf.5:524 mount.davfs.8:558 umount.davfs.8:89
|
||||
#: davfs2.conf.5:524 mount.davfs.8:569 umount.davfs.8:89
|
||||
#, no-wrap
|
||||
msgid "SEE ALSO"
|
||||
msgstr "SIEHE AUCH"
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: davfs2.conf.5\n"
|
||||
"POT-Creation-Date: 2014-04-06 18:16+0300\n"
|
||||
"POT-Creation-Date: 2014-04-18 18:25+0300\n"
|
||||
"PO-Revision-Date: 2007-04-26 01:24-0300\n"
|
||||
"Last-Translator: Luciano Bello <luciano@linux.org.ar>\n"
|
||||
"Language-Team: Español <es@li.org>\n"
|
||||
@ -24,11 +24,13 @@ msgstr ""
|
||||
msgid "@CONFIGFILE@"
|
||||
msgstr "@CONFIGFILE@"
|
||||
|
||||
# type: TH
|
||||
#. type: TH
|
||||
#: davfs2.conf.5:1
|
||||
#, no-wrap
|
||||
msgid "2012-02-01"
|
||||
msgstr ""
|
||||
#, fuzzy, no-wrap
|
||||
#| msgid "2011-04-03"
|
||||
msgid "2014-04-18"
|
||||
msgstr "2011-04-03"
|
||||
|
||||
# type: TH
|
||||
#. type: TH
|
||||
@ -712,18 +714,19 @@ msgstr "0 = no, 1 = sí."
|
||||
# type: TP
|
||||
#. type: TP
|
||||
#: davfs2.conf.5:266
|
||||
#, no-wrap
|
||||
msgid "B<allow_cookie>"
|
||||
#, fuzzy, no-wrap
|
||||
#| msgid "B<allow_cookie>"
|
||||
msgid "B<n_cookies>"
|
||||
msgstr "B<allow_cookie>"
|
||||
|
||||
# type: Plain text
|
||||
#. type: Plain text
|
||||
#: davfs2.conf.5:273
|
||||
msgid ""
|
||||
"Some servers will only work when they are allowed to set a cookie and this "
|
||||
"cookie is returned in subsequent requests. This option adds very simple "
|
||||
"cookie support. It supports just one cookie which should usually be a "
|
||||
"session ID. 0 = no, 1 = yes."
|
||||
"cookie is returned in subsequent requests. This option sets the number of "
|
||||
"cookies you are willing to accept and include in subsequent requests. davfs2 "
|
||||
"will only care for the name and the value of the cookie and ignore all of "
|
||||
"the possible attributes."
|
||||
msgstr ""
|
||||
|
||||
# type: TP
|
||||
@ -1388,7 +1391,7 @@ msgstr ""
|
||||
|
||||
# type: SH
|
||||
#. type: SH
|
||||
#: davfs2.conf.5:513 mount.davfs.8:536 umount.davfs.8:79
|
||||
#: davfs2.conf.5:513 mount.davfs.8:547 umount.davfs.8:79
|
||||
#, no-wrap
|
||||
msgid "AUTHORS"
|
||||
msgstr "AUTORES"
|
||||
@ -1405,20 +1408,20 @@ msgstr ""
|
||||
|
||||
# type: SH
|
||||
#. type: SH
|
||||
#: davfs2.conf.5:519 mount.davfs.8:553 umount.davfs.8:84
|
||||
#: davfs2.conf.5:519 mount.davfs.8:564 umount.davfs.8:84
|
||||
#, no-wrap
|
||||
msgid "DAVFS2 HOME"
|
||||
msgstr "DAVFS2 HOME"
|
||||
|
||||
# type: TH
|
||||
#. type: Plain text
|
||||
#: davfs2.conf.5:522 mount.davfs.8:556 umount.davfs.8:87
|
||||
#: davfs2.conf.5:522 mount.davfs.8:567 umount.davfs.8:87
|
||||
msgid "@PACKAGE_BUGREPORT@"
|
||||
msgstr "@PACKAGE_BUGREPORT@"
|
||||
|
||||
# type: SH
|
||||
#. type: SH
|
||||
#: davfs2.conf.5:524 mount.davfs.8:558 umount.davfs.8:89
|
||||
#: davfs2.conf.5:524 mount.davfs.8:569 umount.davfs.8:89
|
||||
#, no-wrap
|
||||
msgid "SEE ALSO"
|
||||
msgstr "VER TAMBIÉN"
|
||||
|
||||
Reference in New Issue
Block a user