davfs2/po/davfs2.pot

765 lines
15 KiB
Plaintext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Werner Baumann <werner.baumann@onlinehome.de>
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://savannah.nongnu.org/support/?"
"func=additem&group=davfs2\n"
"POT-Creation-Date: 2011-04-03 09:59+0200\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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/cache.c:660
msgid ""
"connection timed out two times;\n"
"trying one last time"
msgstr ""
#: src/cache.c:665
#, c-format
msgid "Last try succeeded.\n"
msgstr ""
#: src/cache.c:668
msgid ""
"server temporarily unreachable;\n"
"mounting anyway"
msgstr ""
#: src/cache.c:671
#, c-format
msgid ""
"Mounting failed.\n"
"%s"
msgstr ""
#: src/cache.c:711
#, c-format
msgid "can't replace %s with %s"
msgstr ""
#: src/cache.c:715
#, c-format
msgid "error writing new index file %s"
msgstr ""
#: src/cache.c:719
#, c-format
msgid "can't create new index file for %s"
msgstr ""
#: src/cache.c:941
#, c-format
msgid ""
"File %s exists on the server but should not. Maybe it is an error in the "
"server's LOCK impementation. You may try option 'use_locks 0' in davfs2.conf."
msgstr ""
#: src/cache.c:2565 src/cache.c:2599
#, c-format
msgid "can't create cache file %s"
msgstr ""
#: src/cache.c:2614
#, c-format
msgid "error writing directory %s"
msgstr ""
#: src/cache.c:2782 src/mount_davfs.c:589 src/mount_davfs.c:591
#: src/mount_davfs.c:808 src/mount_davfs.c:810 src/mount_davfs.c:827
#: src/mount_davfs.c:829 src/mount_davfs.c:1696 src/mount_davfs.c:1698
msgid "can't read user data base"
msgstr ""
#: src/cache.c:2793
#, c-format
msgid "can't open cache directory %s"
msgstr ""
#: src/cache.c:2808
#, c-format
msgid "can't create cache directory %s"
msgstr ""
#: src/cache.c:2815
#, c-format
msgid "can't access cache directory %s"
msgstr ""
#: src/cache.c:2818
#, c-format
msgid "wrong owner of cache directory %s"
msgstr ""
#: src/cache.c:2822
#, c-format
msgid "wrong permissions set for cache directory %s"
msgstr ""
#: src/cache.c:2852
msgid "found orphaned file in cache:"
msgstr ""
#: src/cache.c:2925
#, c-format
msgid "error parsing %s"
msgstr ""
#: src/cache.c:2926
#, c-format
msgid " at line %i"
msgstr ""
#: src/cache.c:2971
#, c-format
msgid "open files exceed max cache size by %llu MiBytes"
msgstr ""
#: src/dav_coda.c:168 src/dav_fuse.c:168
msgid "can't allocate message buffer"
msgstr ""
#: src/kernel_interface.c:113
msgid "trying fuse kernel file system"
msgstr ""
#: src/kernel_interface.c:121
msgid "fuse device opened successfully"
msgstr ""
#: src/kernel_interface.c:133
msgid "trying coda kernel file system"
msgstr ""
#: src/kernel_interface.c:139
msgid "coda device opened successfully"
msgstr ""
#: src/kernel_interface.c:147
#, c-format
msgid "unknown kernel file system %s"
msgstr ""
#: src/kernel_interface.c:196
msgid "no free coda device to mount"
msgstr ""
#: src/kernel_interface.c:205
#, c-format
msgid "CODA_KERNEL_VERSION %u not supported"
msgstr ""
#: src/kernel_interface.c:245
msgid "can't open fuse device"
msgstr ""
#: src/kernel_interface.c:271
msgid "can't mount using fuse kernel file system"
msgstr ""
#: src/mount_davfs.c:237
msgid "program is not setuid root"
msgstr ""
#: src/mount_davfs.c:239 src/mount_davfs.c:441 src/mount_davfs.c:445
msgid "can't change effective user id"
msgstr ""
#: src/mount_davfs.c:305
msgid "can't start daemon process"
msgstr ""
#: src/mount_davfs.c:328
msgid "can't release root privileges"
msgstr ""
#: src/mount_davfs.c:348
msgid "failed to release tty properly"
msgstr ""
#: src/mount_davfs.c:360
#, c-format
msgid "can't write pid file %s"
msgstr ""
#: src/mount_davfs.c:378
#, c-format
msgid "unmounting %s"
msgstr ""
#: src/mount_davfs.c:380
msgid "unmounting failed"
msgstr ""
#: src/mount_davfs.c:429 src/mount_davfs.c:492 src/mount_davfs.c:575
#: src/mount_davfs.c:832
#, c-format
msgid "group %s does not exist"
msgstr ""
#: src/mount_davfs.c:433
msgid "can't change group id"
msgstr ""
#: src/mount_davfs.c:438
#, c-format
msgid "user %s does not exist"
msgstr ""
#: src/mount_davfs.c:478 src/mount_davfs.c:560 src/mount_davfs.c:595
#, c-format
msgid "can't create directory %s"
msgstr ""
#: src/mount_davfs.c:482 src/mount_davfs.c:564 src/mount_davfs.c:599
#: src/mount_davfs.c:604 src/mount_davfs.c:613
#, c-format
msgid "can't access directory %s"
msgstr ""
#: src/mount_davfs.c:488 src/mount_davfs.c:570
#, c-format
msgid "can't change mode of directory %s"
msgstr ""
#: src/mount_davfs.c:497 src/mount_davfs.c:580
#, c-format
msgid "can't change group of directory %s"
msgstr ""
#: src/mount_davfs.c:608 src/mount_davfs.c:813
msgid "can't read group data base"
msgstr ""
#: src/mount_davfs.c:631 src/mount_davfs.c:679
#, c-format
msgid "can't open file %s"
msgstr ""
#: src/mount_davfs.c:636
#, c-format
msgid "%s is already mounted on %s"
msgstr ""
#: src/mount_davfs.c:659
#, c-format
msgid ""
"found PID file %s.\n"
"Either %s is used by another process,\n"
"or another mount process ended irregular"
msgstr ""
#: src/mount_davfs.c:690
#, c-format
msgid "no entry for %s found in %s"
msgstr ""
#: src/mount_davfs.c:697
#, c-format
msgid "different URL in %s"
msgstr ""
#: src/mount_davfs.c:702
#, c-format
msgid "different file system type in %s"
msgstr ""
#: src/mount_davfs.c:713
#, c-format
msgid "different config file in %s"
msgstr ""
#: src/mount_davfs.c:719
#, c-format
msgid "different username in %s"
msgstr ""
#: src/mount_davfs.c:723
#, c-format
msgid "neither option `user' nor option `users' set in %s"
msgstr ""
#: src/mount_davfs.c:726
#, c-format
msgid "different mount options in %s"
msgstr ""
#: src/mount_davfs.c:729
#, c-format
msgid "different uid in %s"
msgstr ""
#: src/mount_davfs.c:731
#, c-format
msgid "different gid in %s"
msgstr ""
#: src/mount_davfs.c:733
#, c-format
msgid "different dir_mode in %s"
msgstr ""
#: src/mount_davfs.c:735
#, c-format
msgid "different file_mode in %s"
msgstr ""
#: src/mount_davfs.c:762
#, c-format
msgid "can't evaluate path of mount point %s"
msgstr ""
#: src/mount_davfs.c:770
#, c-format
msgid "can't get home directory for uid %i"
msgstr ""
#: src/mount_davfs.c:772
msgid "A relative mount point must lie within your home directory"
msgstr ""
#: src/mount_davfs.c:777
#, c-format
msgid "invalid mount point %s"
msgstr ""
#: src/mount_davfs.c:780
#, c-format
msgid "mount point %s does not exist"
msgstr ""
#: src/mount_davfs.c:801
msgid "you can't set file owner different from your uid"
msgstr ""
#: src/mount_davfs.c:819
msgid "you must be member of the group of the file system"
msgstr ""
#: src/mount_davfs.c:839
#, c-format
msgid "user %s must be member of group %s"
msgstr ""
#: src/mount_davfs.c:862
#, c-format
msgid "can't mount %s on %s"
msgstr ""
#: src/mount_davfs.c:864
#, c-format
msgid "kernel does not know file system %s"
msgstr ""
#: src/mount_davfs.c:866
msgid "mount point is busy"
msgstr ""
#: src/mount_davfs.c:942 src/umount_davfs.c:90
#, c-format
msgid ""
"This is free software; see the source for copying conditions. There is NO\n"
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
msgstr ""
#: src/mount_davfs.c:958 src/umount_davfs.c:115
msgid "unknown error parsing arguments"
msgstr ""
#: src/mount_davfs.c:967 src/umount_davfs.c:121
msgid "missing argument"
msgstr ""
#: src/mount_davfs.c:980 src/umount_davfs.c:123
msgid "too many arguments"
msgstr ""
#: src/mount_davfs.c:986
msgid "no mountpoint specified"
msgstr ""
#: src/mount_davfs.c:991
msgid "no WebDAV-server specified"
msgstr ""
#: src/mount_davfs.c:994
msgid "invalid URL"
msgstr ""
#: src/mount_davfs.c:1013
msgid "can't determine home directory"
msgstr ""
#: src/mount_davfs.c:1091 src/webdav.c:429
#, c-format
msgid "can't read client certificate %s"
msgstr ""
#: src/mount_davfs.c:1096
#, c-format
msgid "client certificate file %s has wrong owner"
msgstr ""
#: src/mount_davfs.c:1102
#, c-format
msgid "client certificate file %s has wrong permissions"
msgstr ""
#: src/mount_davfs.c:1152 src/mount_davfs.c:1165 src/mount_davfs.c:1167
#: src/mount_davfs.c:1185 src/mount_davfs.c:1187 src/webdav.c:436
msgid "Password: "
msgstr ""
#: src/mount_davfs.c:1156
#, c-format
msgid ""
"Please enter the username to authenticate with proxy\n"
"%s or hit enter for none.\n"
msgstr ""
#: src/mount_davfs.c:1158 src/mount_davfs.c:1178
msgid "Username:"
msgstr ""
#: src/mount_davfs.c:1162
#, c-format
msgid ""
"Please enter the password to authenticate user %s with proxy\n"
"%s or hit enter for none.\n"
msgstr ""
#: src/mount_davfs.c:1176
#, c-format
msgid ""
"Please enter the username to authenticate with server\n"
"%s or hit enter for none.\n"
msgstr ""
#: src/mount_davfs.c:1182
#, c-format
msgid ""
"Please enter the password to authenticate user %s with server\n"
"%s or hit enter for none.\n"
msgstr ""
#: src/mount_davfs.c:1237
#, c-format
msgid "pid %i, got signal %i"
msgstr ""
#: src/mount_davfs.c:1269
msgid ""
"Warning: can't read user data base. Mounting anyway, but there is no entry "
"in mtab."
msgstr ""
#: src/mount_davfs.c:1286
msgid ""
"Warning: can't write entry into mtab, but will mount the file system anyway"
msgstr ""
#: src/mount_davfs.c:1312
#, c-format
msgid "option %s has invalid argument;it must be a decimal number"
msgstr ""
#: src/mount_davfs.c:1315
#, c-format
msgid "option %s has invalid argument;it must be an octal number"
msgstr ""
#: src/mount_davfs.c:1318
#, c-format
msgid "option %s has invalid argument;it must be a number"
msgstr ""
#: src/mount_davfs.c:1582
#, c-format
msgid "option %s requires argument"
msgstr ""
#: src/mount_davfs.c:1678
#, c-format
msgid "Unknown option %s.\n"
msgstr ""
#: src/mount_davfs.c:2101 src/mount_davfs.c:2320 src/mount_davfs.c:2332
#, c-format
msgid "opening %s failed"
msgstr ""
#: src/mount_davfs.c:2122 src/mount_davfs.c:2158 src/mount_davfs.c:2247
#: src/mount_davfs.c:2348 src/mount_davfs.c:2416
msgid "malformed line"
msgstr ""
#: src/mount_davfs.c:2228 src/mount_davfs.c:2241
msgid "unknown option"
msgstr ""
#: src/mount_davfs.c:2324
#, c-format
msgid "file %s has wrong owner"
msgstr ""
#: src/mount_davfs.c:2327
#, c-format
msgid "file %s has wrong permissions"
msgstr ""
#: src/mount_davfs.c:2554
#, c-format
msgid ""
"Usage:\n"
" %s -V,--version : print version string\n"
" %s -h,--help : print this message\n"
"\n"
msgstr ""
#: src/mount_davfs.c:2558
#, c-format
msgid ""
"To mount a WebDAV-resource don't call %s directly, but use\n"
"`mount' instead.\n"
msgstr ""
#: src/mount_davfs.c:2560
#, c-format
msgid ""
" mount <mountpoint> : or\n"
" mount <server-url> : mount the WebDAV-resource as specified in\n"
" /etc/fstab.\n"
msgstr ""
#: src/mount_davfs.c:2563
#, c-format
msgid ""
" mount -t davfs <server-url> <mountpoint> [-o options]\n"
" : mount the WebDAV-resource <server-url>\n"
" on mountpoint <mountpoint>. Only root\n"
" is allowed to do this. options is a\n"
" comma separated list of options.\n"
"\n"
msgstr ""
#: src/mount_davfs.c:2568
#, c-format
msgid ""
"Recognised options:\n"
" conf= : absolute path of user configuration file\n"
" uid= : owner of the filesystem (username or numeric id)\n"
" gid= : group of the filesystem (group name or numeric id)\n"
" file_mode= : default file mode (octal)\n"
" dir_mode= : default directory mode (octal)\n"
msgstr ""
#: src/mount_davfs.c:2574
#, c-format
msgid ""
" ro : mount read-only\n"
" rw : mount read-write\n"
" [no]exec : (don't) allow execution of binaries\n"
" [no]suid : (don't) allow suid and sgid bits to take effect\n"
" [no]_netdev : (no) network connection needed\n"
msgstr ""
#: src/umount_davfs.c:96
#, c-format
msgid ""
"Usage:\n"
" u%s -V,--version : print version string\n"
" u%s -h,--help : print this message\n"
"\n"
msgstr ""
#: src/umount_davfs.c:100
#, c-format
msgid ""
"To umount a WebDAV-resource don't call u%s directly, but use\n"
"`umount' instead.\n"
msgstr ""
#: src/umount_davfs.c:103
#, c-format
msgid ""
" umount <mountpoint> : umount the WebDAV-resource as specified in\n"
" /etc/fstab.\n"
msgstr ""
#: src/umount_davfs.c:129
msgid "can't determine mount point"
msgstr ""
#: src/umount_davfs.c:149
#, c-format
msgid ""
"\n"
" can't read PID from file %s;\n"
" trying to unmount anyway;\n"
" please wait for %s to terminate"
msgstr ""
#: src/umount_davfs.c:161
#, c-format
msgid ""
"\n"
" can't read process list;\n"
" trying to unmount anyway;\n"
" please wait for %s to terminate"
msgstr ""
#: src/umount_davfs.c:177
#, c-format
msgid ""
"\n"
" can't find %s-process with pid %s;\n"
" trying to unmount anyway.\n"
" you propably have to remove %s manually"
msgstr ""
#: src/umount_davfs.c:188
#, c-format
msgid "%s: waiting while %s (pid %s) synchronizes the cache ."
msgstr ""
#: src/umount_davfs.c:201
#, c-format
msgid "an error occured while waiting; please wait for %s to terminate"
msgstr ""
#: src/webdav.c:354
msgid "socket library initialization failed"
msgstr ""
#: src/webdav.c:367
msgid "can't open stream to log neon-messages"
msgstr ""
#: src/webdav.c:408
msgid "neon library does not support TLS/SSL"
msgstr ""
#: src/webdav.c:416
#, c-format
msgid "can't read server certificate %s"
msgstr ""
#: src/webdav.c:434
#, c-format
msgid ""
"Please enter the password to decrypt client\n"
"certificate %s.\n"
msgstr ""
#: src/webdav.c:448
#, c-format
msgid "can't decrypt client certificate %s"
msgstr ""
#: src/webdav.c:502 src/webdav.c:505
msgid "mounting failed; the server does not support WebDAV"
msgstr ""
#: src/webdav.c:513
msgid "warning: the server does not support locks"
msgstr ""
#: src/webdav.c:1591
msgid "authentication failure:"
msgstr ""
#: src/webdav.c:1629
#, c-format
msgid "%i can't open cache file"
msgstr ""
#: src/webdav.c:1637
#, c-format
msgid "%i error writing to cache file"
msgstr ""
#: src/webdav.c:1948 src/webdav.c:1951
msgid "error processing server certificate"
msgstr ""
#: src/webdav.c:1962 src/webdav.c:1996
msgid "the server certificate is not yet valid"
msgstr ""
#: src/webdav.c:1964 src/webdav.c:1999
msgid "the server certificate has expired"
msgstr ""
#: src/webdav.c:1966 src/webdav.c:2002
msgid "the server certificate does not match the server name"
msgstr ""
#: src/webdav.c:1968 src/webdav.c:2005
msgid "the server certificate is not trusted"
msgstr ""
#: src/webdav.c:1970 src/webdav.c:2008
msgid "unknown certificate error"
msgstr ""
#: src/webdav.c:1971
#, c-format
msgid " issuer: %s"
msgstr ""
#: src/webdav.c:1973
#, c-format
msgid " subject: %s"
msgstr ""
#: src/webdav.c:1975
#, c-format
msgid " identity: %s"
msgstr ""
#: src/webdav.c:1977
#, c-format
msgid " fingerprint: %s"
msgstr ""
#: src/webdav.c:1979
#, c-format
msgid ""
"You only should accept this certificate, if you can\n"
"verify the fingerprint! The server might be faked\n"
"or there might be a man-in-the-middle-attack.\n"
msgstr ""
#: src/webdav.c:1982
#, c-format
msgid "Accept certificate for this session? [y,N] "
msgstr ""
#: src/webdav.c:2009
#, c-format
msgid " issuer: %s"
msgstr ""
#: src/webdav.c:2010
#, c-format
msgid " subject: %s"
msgstr ""
#: src/webdav.c:2011
#, c-format
msgid " identity: %s"
msgstr ""
#: src/webdav.c:2014
msgid " accepted by user"
msgstr ""