fix another error in the log message

This commit is contained in:
wbaumann 2009-11-15 10:18:11 +00:00
parent d73759b10e
commit 3a62d5a5da
5 changed files with 11 additions and 7 deletions

View File

@ -1,6 +1,10 @@
ChangeLog for davfs2
--------------------

2009-11-15 Werner Baumann (werner.baumann@onlinehome.de)
* cache.c, dav_create:
Fix another error in the log message.

2009-11-15 Werner Baumann (werner.baumann@onlinehome.de)
* cache.c, dav_create:
Fix log message.

View File

@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://savannah.nongnu.org/support/?"
"func=additem&group=davfs2\n"
"POT-Creation-Date: 2009-11-15 10:23+0100\n"
"POT-Creation-Date: 2009-11-15 11:15+0100\n"
"PO-Revision-Date: 2007-05-03 19:50+0200\n"
"Last-Translator: Vítězslav Kotrla <vitko@post.cz>\n"
"Language-Team: <cs@li.org>\n"
@ -65,7 +65,7 @@ msgstr "nemohu vytvořit nový indexový soubor pro %s"
#, c-format
msgid ""
"File %s exists on the server but should not. Maybe it is an error in the "
"servers LOCK impementation. You may try option 'use_locks 0' in davfs2.conf."
"server's LOCK impementation. You may try option 'use_locks 0' in davfs2.conf."
msgstr ""

#: src/cache.c:2563 src/cache.c:2597

View File

@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://savannah.nongnu.org/support/?"
"func=additem&group=davfs2\n"
"POT-Creation-Date: 2009-11-15 10:23+0100\n"
"POT-Creation-Date: 2009-11-15 11:15+0100\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"
@ -60,7 +60,7 @@ msgstr ""
#, c-format
msgid ""
"File %s exists on the server but should not. Maybe it is an error in the "
"servers LOCK impementation. You may try option 'use_locks 0' in davfs2.conf."
"server's LOCK impementation. You may try option 'use_locks 0' in davfs2.conf."
msgstr ""

#: src/cache.c:2563 src/cache.c:2597

View File

@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: davfs2 1.3.3\n"
"Report-Msgid-Bugs-To: http://savannah.nongnu.org/support/?"
"func=additem&group=davfs2\n"
"POT-Creation-Date: 2009-11-15 10:23+0100\n"
"POT-Creation-Date: 2009-11-15 11:15+0100\n"
"PO-Revision-Date: 2009-01-02 12:26+0100\n"
"Last-Translator: Werner Baumann <werner.baumann@onlinehome.de>\n"
"Language-Team: \n"
@ -65,7 +65,7 @@ msgstr "kann keine neue Indexdatei für %s erzeugen"
#, c-format
msgid ""
"File %s exists on the server but should not. Maybe it is an error in the "
"servers LOCK impementation. You may try option 'use_locks 0' in davfs2.conf."
"server's LOCK impementation. You may try option 'use_locks 0' in davfs2.conf."
msgstr ""
"Die Datei %s existiert auf dem Server, sollte es aber nicht. Vielleicht "
"behandelt der Server LOCK-Requests fehlerhaft. Du kannst es mit der Option "

View File

@ -937,7 +937,7 @@ dav_create(dav_node **nodep, dav_node *parent, const char *name, uid_t uid,
if (ret == EEXIST)
syslog(LOG_MAKEPRI(LOG_DAEMON, LOG_ERR),
_("File %s exists on the server but should not. "
"Maybe it is an error in the servers LOCK impementation. "
"Maybe it is an error in the server's LOCK impementation. "
"You may try option 'use_locks 0' in davfs2.conf."),
(*nodep)->path);