diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
commit | 932e4432596447eb9331cc2a2bb74a26a35b4efc (patch) | |
tree | 95161711ea07fd64f0c82d6e7943024c033dd5a8 /templates/man7/nfsd.7.pot | |
parent | Adding debian version 4.22.0-1. (diff) | |
download | manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.tar.xz manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.zip |
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'templates/man7/nfsd.7.pot')
-rw-r--r-- | templates/man7/nfsd.7.pot | 65 |
1 files changed, 9 insertions, 56 deletions
diff --git a/templates/man7/nfsd.7.pot b/templates/man7/nfsd.7.pot index d2fd52f4..9fb36a1e 100644 --- a/templates/man7/nfsd.7.pot +++ b/templates/man7/nfsd.7.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-02-15 18:05+0100\n" +"POT-Creation-Date: 2024-05-01 15:46+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" @@ -65,7 +65,7 @@ msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-tumbleweed +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The B<nfsd> filesystem is a special filesystem which provides access to the " "Linux NFS server. Writing to files in this filesystem can affect the " @@ -83,7 +83,7 @@ msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-tumbleweed +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The I<exportfs> and I<mountd> programs (part of the nfs-utils package) " "expect to find this filesystem mounted at B</proc/fs/nfsd> or B</proc/fs/" @@ -99,7 +99,7 @@ msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-tumbleweed +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Files in the B<nfsd> filesystem include:" msgstr "" @@ -193,14 +193,14 @@ msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-tumbleweed +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B<clients/>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-tumbleweed +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "This directory contains a subdirectory for each NFSv4 client. Each file " "under that subdirectory gives some details about the client in YAML format. " @@ -282,7 +282,7 @@ msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-tumbleweed +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "When a number of seconds since epoch (1 Jan 1970) is written to this file, " "all entries in the cache that were last updated before that file become " @@ -415,7 +415,7 @@ msgstr "" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-tumbleweed +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "NOTES" msgstr "" @@ -431,7 +431,7 @@ msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-tumbleweed +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Previously the nfsctl systemcall was used for communication between nfsd and " "user utilities. That systemcall was removed in kernel version 3.1. Older " @@ -466,50 +466,3 @@ msgstr "" #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "NeilBrown" msgstr "" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "" -"The B<nfsd> filesystem is a special filesystem which provides access to the " -"Linux NFS server. The filesystem consists of a single directory which " -"contains a number of files. These files are actually gateways into the NFS " -"server. Writing to them can affect the server. Reading from them can " -"provide information about the server." -msgstr "" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "" -"The I<exportfs> and I<mountd> programs (part of the nfs-utils package) " -"expect to find this filesystem mounted at B</proc/fs/nfsd> or B</proc/fs/" -"nfs>. If it is not mounted, they will fall-back on 2.4 style " -"functionality. This involves accessing the NFS server via a systemcall. " -"This systemcall is scheduled to be removed after the 2.6 kernel series." -msgstr "" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "The three files in the B<nfsd> filesystem are:" -msgstr "" - -#. type: TP -#: opensuse-leap-15-6 -#, no-wrap -msgid "B<auth.domain>" -msgstr "" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "" -"This cache maps the name of a client (or domain) to an internal data " -"structure. The only access that is possible is to flush the cache." -msgstr "" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "" -"When a number of seconds since epoch (1 Jan 1970) is written to this file, " -"all entries in the cache that were last updated before that file become " -"invalidated and will be flushed out. Writing 1 will flush everything. This " -"is the only file that will always be present." -msgstr "" |