summaryrefslogtreecommitdiffstats
path: root/templates/man1/chmod.1.pot
diff options
context:
space:
mode:
Diffstat (limited to 'templates/man1/chmod.1.pot')
-rw-r--r--templates/man1/chmod.1.pot145
1 files changed, 121 insertions, 24 deletions
diff --git a/templates/man1/chmod.1.pot b/templates/man1/chmod.1.pot
index cb879508..bea40993 100644
--- a/templates/man1/chmod.1.pot
+++ b/templates/man1/chmod.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2024-03-09 15:32+0100\n"
+"POT-Creation-Date: 2024-06-01 05:44+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"
@@ -24,15 +24,15 @@ msgid "CHMOD"
msgstr ""
#. type: TH
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable
#, no-wrap
-msgid "January 2024"
+msgid "March 2024"
msgstr ""
#. type: TH
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux fedora-rawhide opensuse-tumbleweed
#, no-wrap
-msgid "GNU coreutils 9.4"
+msgid "GNU coreutils 9.5"
msgstr ""
#. type: TH
@@ -103,7 +103,7 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
-"The format of a symbolic mode is [ B<ugoa>.\\|.\\|.][[B<-+=>][I<perms>.\\|."
+"The format of a symbolic mode is [B<ugoa>.\\|.\\|.][[B<-+=>][I<perms>.\\|."
"\\|.].\\|.\\|.], where I<perms> is either zero or more letters from the set "
"B<rwxXst>, or a single letter from the set B<ugo>. Multiple symbolic modes "
"can be given, separated by commas."
@@ -161,15 +161,15 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux fedora-rawhide opensuse-tumbleweed
msgid ""
-"B<chmod> never changes the permissions of symbolic links; the B<chmod> "
-"system call cannot change their permissions. This is not a problem since "
-"the permissions of symbolic links are never used. However, for each "
-"symbolic link listed on the command line, B<chmod> changes the permissions "
-"of the pointed-to file. In contrast, B<chmod> ignores symbolic links "
-"encountered during recursive directory traversals."
+"B<chmod> doesn't change the permissions of symbolic links; the B<chmod> "
+"system call cannot change their permissions on most systems, and most "
+"systems ignore permissions of symbolic links. However, for each symbolic "
+"link listed on the command line, B<chmod> changes the permissions of the "
+"pointed-to file. In contrast, B<chmod> ignores symbolic links encountered "
+"during recursive directory traversals. Options that modify this behavior are "
+"described in the B<OPTIONS> section."
msgstr ""
#. type: SH
@@ -279,6 +279,30 @@ msgid "output a diagnostic for every file processed"
msgstr ""
#. type: TP
+#: archlinux fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "B<--dereference>"
+msgstr ""
+
+#. type: Plain text
+#: archlinux fedora-rawhide opensuse-tumbleweed
+msgid ""
+"affect the referent of each symbolic link, rather than the symbolic link "
+"itself"
+msgstr ""
+
+#. type: TP
+#: archlinux fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "B<-h>, B<--no-dereference>"
+msgstr ""
+
+#. type: Plain text
+#: archlinux fedora-rawhide opensuse-tumbleweed
+msgid "affect each symbolic link, rather than the referent"
+msgstr ""
+
+#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -312,7 +336,8 @@ msgid "B<--reference>=I<\\,RFILE\\/>"
msgstr ""
#. type: Plain text
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"use RFILE's mode instead of specifying MODE values. RFILE is always "
"dereferenced if a symbolic link."
@@ -331,6 +356,48 @@ msgstr ""
msgid "change files and directories recursively"
msgstr ""
+#. type: Plain text
+#: archlinux fedora-rawhide opensuse-tumbleweed
+msgid ""
+"The following options modify how a hierarchy is traversed when the B<-R> "
+"option is also specified. If more than one is specified, only the final one "
+"takes effect. '-H' is the default."
+msgstr ""
+
+#. type: TP
+#: archlinux fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "B<-H>"
+msgstr ""
+
+#. type: Plain text
+#: archlinux fedora-rawhide opensuse-tumbleweed
+msgid ""
+"if a command line argument is a symbolic link to a directory, traverse it"
+msgstr ""
+
+#. type: TP
+#: archlinux fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "B<-L>"
+msgstr ""
+
+#. type: Plain text
+#: archlinux fedora-rawhide opensuse-tumbleweed
+msgid "traverse every symbolic link to a directory encountered"
+msgstr ""
+
+#. type: TP
+#: archlinux fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "B<-P>"
+msgstr ""
+
+#. type: Plain text
+#: archlinux fedora-rawhide opensuse-tumbleweed
+msgid "do not traverse any symbolic links"
+msgstr ""
+
#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -406,9 +473,9 @@ msgid "COPYRIGHT"
msgstr ""
#. type: Plain text
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux fedora-rawhide opensuse-tumbleweed
msgid ""
-"Copyright \\(co 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL "
+"Copyright \\(co 2024 Free Software Foundation, Inc. License GPLv3+: GNU GPL "
"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>."
msgstr ""
@@ -453,33 +520,63 @@ msgid "September 2022"
msgstr ""
#. type: TH
-#: debian-bookworm mageia-cauldron
+#: debian-bookworm
#, no-wrap
msgid "GNU coreutils 9.1"
msgstr ""
#. type: Plain text
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm debian-unstable fedora-40 mageia-cauldron opensuse-leap-15-6
+msgid ""
+"B<chmod> never changes the permissions of symbolic links; the B<chmod> "
+"system call cannot change their permissions. This is not a problem since "
+"the permissions of symbolic links are never used. However, for each "
+"symbolic link listed on the command line, B<chmod> changes the permissions "
+"of the pointed-to file. In contrast, B<chmod> ignores symbolic links "
+"encountered during recursive directory traversals."
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
msgid "use RFILE's mode instead of MODE values"
msgstr ""
#. type: Plain text
-#: debian-bookworm mageia-cauldron
+#: debian-bookworm
msgid ""
"Copyright \\(co 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL "
"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>."
msgstr ""
#. type: TH
-#: mageia-cauldron
+#: debian-unstable fedora-40 mageia-cauldron
#, no-wrap
-msgid "April 2022"
+msgid "GNU coreutils 9.4"
+msgstr ""
+
+#. type: Plain text
+#: debian-unstable fedora-40 mageia-cauldron
+msgid ""
+"Copyright \\(co 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL "
+"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>."
msgstr ""
#. type: TH
-#: opensuse-leap-15-6
+#: fedora-40 opensuse-leap-15-6
+#, no-wrap
+msgid "January 2024"
+msgstr ""
+
+#. type: TH
+#: fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "April 2024"
+msgstr ""
+
+#. type: TH
+#: mageia-cauldron
#, no-wrap
-msgid "October 2021"
+msgid "August 2023"
msgstr ""
#. type: TH