summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2002-02-25 22:37:38 +0000
committerNathan Scott <nathans@sgi.com>2002-02-25 22:37:38 +0000
commit0d34815f56f46e5d3674f55930b7d9d691fc33d9 (patch)
tree8c2989edb1ddf4d28c5aababee32fc8be89406b5 /po
parentc9f8bfe909a76d624ba8061d35a28141f43ed251 (diff)
downloadacl-0d34815f56f46e5d3674f55930b7d9d691fc33d9.tar.gz
Merge of xfs-cmds-2.4.18:slinx:112262a by nathans.
Removed, replaced by a new version of the ACL userspace from AndreasG.
Diffstat (limited to 'po')
-rw-r--r--po/Make.rules48
-rw-r--r--po/POTFILES.in11
-rw-r--r--po/acl.pot155
-rw-r--r--po/de.mobin0 -> 6694 bytes
-rw-r--r--po/de.po189
5 files changed, 403 insertions, 0 deletions
diff --git a/po/Make.rules b/po/Make.rules
new file mode 100644
index 0000000..3f320a1
--- /dev/null
+++ b/po/Make.rules
@@ -0,0 +1,48 @@
+.PHONY : po
+
+LINGUAS := de
+X_FILES := src/getfacl.c src/setfacl.c src/do_set.c libacl/acl_error.c
+
+all :: $(LINGUAS:%=po/%.mo)
+
+%.mo: %.po
+ @if test -n "$(MSGFMT)" ; then \
+ echo "$(MSGFMT) -o $@ $<" ; \
+ $(MSGFMT) -o $@ $< ; \
+ else \
+ rm -f $@ ; \
+ fi
+
+# xgettext doesn't process C preprocessor statements correctly
+# in the version I have, so...
+
+po ::
+ ( for F in $(X_FILES) ; do \
+ cpp -I. $$F ; done ) | \
+ xgettext --omit-header --language=C -o po/acl.pot -
+ for CC in $(LINGUAS) ; do \
+ msgmerge -o po/$$CC.po po/$$CC.po po/acl.pot ; \
+ done
+
+clean ::
+ rm -f $(LINGUAS:%=po/%.mo)
+
+distclean ::
+ rm -f $(LINGUAS:%=po/%.mo)
+
+install ::
+ @for CC in $(LINGUAS) ; do \
+ if test -e po/$$CC.mo ; then \
+ TO_DIR=$(ROOT)$(gnulocaledir)/$$CC/LC_MESSAGES ; \
+ TO_FILE=$$TO_DIR/$(PACKAGE).mo ; \
+ $(INSTALL) -d $$TO_DIR ; \
+ $(INSTALL) -m 644 po/$$CC.mo $$TO_FILE ; \
+ fi ; \
+ done
+
+uninstall ::
+ @for CC in $(LINGUAS) ; do \
+ TO_FILE=$(ROOT)$(gnulocaledir)/$$CC/LC_MESSAGES/$(PACKAGE).mo ; \
+ echo $$TO_FILE ; \
+ rm -f $$TO_FILE ; \
+ done
diff --git a/po/POTFILES.in b/po/POTFILES.in
new file mode 100644
index 0000000..9af6b93
--- /dev/null
+++ b/po/POTFILES.in
@@ -0,0 +1,11 @@
+# List of source files containing translatable strings.
+# Copyright (C) Andreas Gruenbacher, <ag@computer.org>
+
+# Libacl library files
+libacl/acl_error.c
+
+# Package source files
+src/getfacl.c
+src/setfacl.c
+src/do_set.c
+
diff --git a/po/acl.pot b/po/acl.pot
new file mode 100644
index 0000000..d579e76
--- /dev/null
+++ b/po/acl.pot
@@ -0,0 +1,155 @@
+#, c-format
+msgid "%s: Removing leading '/' from absolute path names\n"
+msgstr ""
+
+#, c-format
+msgid "%s %s -- get file access control lists\n"
+msgstr ""
+
+#, c-format
+msgid "Usage: %s [-%s] file ...\n"
+msgstr ""
+
+msgid " -d, --default display the default access control list\n"
+msgstr ""
+
+msgid ""
+" -a, --access display the file access control list only\n"
+" -d, --default display the default access control list only\n"
+" --omit-header do not display the comment header\n"
+" --all-effective print all effective rights\n"
+" --no-effective print no effective rights\n"
+" --skip-base skip files that only have the base entries\n"
+" -R, --recursive recurse into subdirectories\n"
+" --post-order visit subdirectories first\n"
+" -L, --logical logical walk, follow symbolic links\n"
+" -P --physical physical walk, do not follow symbolic links\n"
+" --tabular use tabular output format\n"
+" --absolute-names don't strip leading '/' in pathnames\n"
+msgstr ""
+
+msgid ""
+" -v, --version print version and exit\n"
+" -h, --help this help text\n"
+msgstr ""
+
+#, c-format
+msgid "%s: Standard input: %s\n"
+msgstr ""
+
+#, c-format
+msgid "Try `%s -h' for more information.\n"
+msgstr ""
+
+#, c-format
+msgid "%s: %s: No filename found in line %d, aborting\n"
+msgstr ""
+
+#, c-format
+msgid "%s: No filename found in line %d of standard input, aborting\n"
+msgstr ""
+
+#, c-format
+msgid "%s: %s: %s in line %d\n"
+msgstr ""
+
+#, c-format
+msgid "%s: %s: Cannot change owner/group: %s\n"
+msgstr ""
+
+#, c-format
+msgid "%s %s -- set file access control lists\n"
+msgstr ""
+
+#, c-format
+msgid "Usage: %s %s\n"
+msgstr ""
+
+msgid ""
+" -s, --set=acl set the ACL of file(s), replacing the current ACL\n"
+" -S, --set-file=file read ACL entries to set from file\n"
+msgstr ""
+
+msgid ""
+" -m, --modify=acl modify the current ACL(s) of file(s)\n"
+" -M, --modify-file=file read ACL entries to modify from file\n"
+" -x, --remove=acl remove entries from the ACL(s) of file(s)\n"
+" -X, --remove-file=file read ACL entries to remove from file\n"
+" -b, --remove-all remove all extended ACL entries\n"
+" -k, --remove-default remove the default ACL\n"
+msgstr ""
+
+msgid " --mask do recalculate the effective rights mask\n"
+msgstr ""
+
+msgid ""
+" -n, --no-mask don't recalculate the effective rights mask\n"
+" -d, --default operations apply to the default ACL\n"
+msgstr ""
+
+msgid ""
+" -R, --recursive recurse into subdirectories\n"
+" --post-order visit subdirectories first\n"
+" -L, --logical logical walk, follow symbolic links\n"
+" -P, --physical physical walk, do not follow symbolic links\n"
+" --restore=file restore ACLs (inverse of `getfacl -R')\n"
+" --test test mode (ACLs are not modified)\n"
+msgstr ""
+
+msgid "[-bkndRLPvh] { -s|-S|-m|-M|-x|-X ... } file ..."
+msgstr ""
+
+msgid "[-bkndvh] {-m|-M|-x|-X ... } file ..."
+msgstr ""
+
+#, c-format
+msgid "%s: Option -%c incomplete\n"
+msgstr ""
+
+#, c-format
+msgid "%s: Option -%c: %s near character %d\n"
+msgstr ""
+
+#, c-format
+msgid "%s: %s in line %d of file %s\n"
+msgstr ""
+
+#, c-format
+msgid "%s: %s in line %d of standard input\n"
+msgstr ""
+
+msgid "# (empty acl)\n"
+msgstr ""
+
+msgid "# (acl unchanged)\n"
+msgstr ""
+
+msgid "# (empty default acl)\n"
+msgstr ""
+
+msgid "# (default acl unchanged)\n"
+msgstr ""
+
+#, c-format
+msgid "%s: %s: Resulting ACL `%s': %s at entry %d\n"
+msgstr ""
+
+#, c-format
+msgid "%s: %s: Resulting default ACL `%s': %s at entry %d\n"
+msgstr ""
+
+#, c-format
+msgid "%s: %s: Only directories can have a default ACL\n"
+msgstr ""
+
+msgid "Multiple entries"
+msgstr ""
+
+msgid "Duplicate entries"
+msgstr ""
+
+msgid "Missing or wrong entry"
+msgstr ""
+
+msgid "Invalid entry type"
+msgstr ""
diff --git a/po/de.mo b/po/de.mo
new file mode 100644
index 0000000..4479857
--- /dev/null
+++ b/po/de.mo
Binary files differ
diff --git a/po/de.po b/po/de.po
new file mode 100644
index 0000000..9ae1934
--- /dev/null
+++ b/po/de.po
@@ -0,0 +1,189 @@
+# German translation for ACL utilities
+# Copyright (C) 2000 Free Software Foundation, Inc.
+# Andreas Grünbacher <a.gruenbacher@computer.org>, 2000.
+#
+#, c-format
+msgid "%s: Removing leading '/' from absolute path names\n"
+msgstr "%s: Entferne führenden '/' von absoluten Pfadnamen\n"
+
+#, c-format
+msgid "%s %s -- get file access control lists\n"
+msgstr "%s %s -- Datei-Zugriffskontrollisten (ACLs) anzeigen\n"
+
+#, c-format
+msgid "Usage: %s [-%s] file ...\n"
+msgstr "Aufruf: %s [-%s] datei ...\n"
+
+msgid " -d, --default display the default access control list\n"
+msgstr " -d, --default Die Default-ACL ausgeben\n"
+
+msgid ""
+" -a, --access display the file access control list only\n"
+" -d, --default display the default access control list only\n"
+" --omit-header do not display the comment header\n"
+" --all-effective print all effective rights\n"
+" --no-effective print no effective rights\n"
+" --skip-base skip files that only have the base entries\n"
+" -R, --recursive recurse into subdirectories\n"
+" --post-order visit subdirectories first\n"
+" -L, --logical logical walk, follow symbolic links\n"
+" -P --physical physical walk, do not follow symbolic links\n"
+" --tabular use tabular output format\n"
+" --absolute-names don't strip leading '/' in pathnames\n"
+msgstr ""
+" -a, --access Nur die ACL ausgeben\n"
+" -d, --default Nur die Default-ACL ausgeben\n"
+" --omit-header Keine Datei-Kommentare ausgeben\n"
+" --all-effective Alle Effektivrechte-Kommentare ausgeben\n"
+" --no-effective Keine Effektivrechte-Kommentare ausgeben\n"
+" --skip-base Überspringe Dateien mit Basiseinträgen\n"
+" -R, --recursive In Unterverzeichnisse wechseln\n"
+" --post-order Unterverzeichnisse zuerst besuchen\n"
+" -L, --logical Symbolische Links verfolgen\n"
+" -P, --physical Symbolische Links nicht verfolgen\n"
+" --tabular Tabellarisches Ausgabeformat verwenden\n"
+" --absolute-names Führende '/' in Pfadnamen nicht entfernen\n"
+
+msgid ""
+" -v, --version print version and exit\n"
+" -h, --help this help text\n"
+msgstr ""
+" -v, --version Nur die Version ausgeben\n"
+" -h, --help Diese Hilfe\n"
+
+#, c-format
+msgid "%s: Standard input: %s\n"
+msgstr "%s: Standardeingabe: %s\n"
+
+#, c-format
+msgid "Try `%s -h' for more information.\n"
+msgstr "Weiterführende Informationen mit `%s -h'.\n"
+
+#, c-format
+msgid "%s: %s: No filename found in line %d, aborting\n"
+msgstr "%s: %s: Kein Dateiname gefunden in Zeile %d; Abbruch\n"
+
+#, c-format
+msgid "%s: No filename found in line %d of standard input, aborting\n"
+msgstr "%s: Kein Dateiname gefunden in Zeile %d der Standardeingabe; Abbruch\n"
+
+#, c-format
+msgid "%s: %s: %s in line %d\n"
+msgstr "%s: %s: %s in Zeile %d\n"
+
+#, c-format
+msgid "%s: %s: Cannot change owner/group: %s\n"
+msgstr "%s: %s: Kann Besitzer oder Gruppe nicht ändern: %s\n"
+
+#, c-format
+msgid "%s %s -- set file access control lists\n"
+msgstr "%s %s -- Datei-Zugriffskontrollisten (ACLs) ändern\n"
+
+#, c-format
+msgid "Usage: %s %s\n"
+msgstr "Verwendung: %s %s\n"
+
+msgid ""
+" -s, --set=acl set the ACL of file(s), replacing the current ACL\n"
+" -S, --set-file=file read ACL entries to set from file\n"
+msgstr ""
+" -s, --set=acl Ersetze die ACL(s) von Datei(en)\n"
+" -S, --set-file=datei Lies die ACL-Einträge aus der Datei file\n"
+
+msgid ""
+" -m, --modify=acl modify the current ACL(s) of file(s)\n"
+" -M, --modify-file=file read ACL entries to modify from file\n"
+" -x, --remove=acl remove entries from the ACL(s) of file(s)\n"
+" -X, --remove-file=file read ACL entries to remove from file\n"
+" -b, --remove-all remove all extended ACL entries\n"
+" -k, --remove-default remove the default ACL\n"
+msgstr ""
+" -m, --modify=acl Verändere die ACL(s) von Dazei(en)\n"
+" -M, --modify-file=datei Lies die ACL-Einträge aus der Datei file\n"
+" -x, --remove=acl Entferne Einträge aus ACLs von Datei(en)\n"
+" -X, --remove-file=datei Lies die ACL-Einträge aus der Datei file\n"
+" -b, --remove-all Alle erweiterten ACL-Einträge entfernen\n"
+" -k, --remove-default Default-ACL entfernen\n"
+
+msgid " --mask do recalculate the effective rights mask\n"
+msgstr " --mask Effektive Rechte neu berechnen\n"
+
+msgid ""
+" -n, --no-mask don't recalculate the effective rights mask\n"
+" -d, --default operations apply to the default ACL\n"
+msgstr ""
+" --mask Effektive Rechte nicht neu berechnen\n"
+" -d, --default Bearbeite die Default-ACL\n"
+
+msgid ""
+" -R, --recursive recurse into subdirectories\n"
+" --post-order visit subdirectories first\n"
+" -L, --logical logical walk, follow symbolic links\n"
+" -P, --physical physical walk, do not follow symbolic links\n"
+" --restore=file restore ACLs (inverse of `getfacl -R')\n"
+" --test test mode (ACLs are not modified)\n"
+msgstr ""
+" -R, --recursive In Unterverzeichnisse wechseln\n"
+" --post-order Unterverzeichnisse zuerst besuchen\n"
+" -L, --logical Symbolischen Links folgen\n"
+" -P, --physical Symbolischen Links nicht folgen\n"
+" --restore=datei ACLs wiederherstellen (Umkehr von `getfacl -R')\n"
+" --test Testmodus (ACLs werden nicht verändert)\n"
+
+msgid "[-bkndRLPvh] { -s|-S|-m|-M|-x|-X ... } file ..."
+msgstr "[-bkndRLPvh] { -s|-S|-m|-M|-x|-X ... } datei ..."
+
+msgid "[-bkndvh] {-m|-M|-x|-X ... } file ..."
+msgstr "[-bkndvh] {-m|-M|-x|-X ... } datei ..."
+
+#, c-format
+msgid "%s: Option -%c incomplete\n"
+msgstr "%s: Option -%c unvollständig\n"
+
+#, c-format
+msgid "%s: Option -%c: %s near character %d\n"
+msgstr "%s: Option -%c: %s bei Zeichen %d\n"
+
+#, c-format
+msgid "%s: %s in line %d of file %s\n"
+msgstr "%s: %s in Zeile %d der Datei %s\n"
+
+#, c-format
+msgid "%s: %s in line %d of standard input\n"
+msgstr "%s: %s in Zeile %d der Standardeingabe\n"
+
+msgid "# (empty acl)\n"
+msgstr "# (leere ACL)\n"
+
+msgid "# (acl unchanged)\n"
+msgstr "# (ACL nicht verändert)\n"
+
+msgid "# (empty default acl)\n"
+msgstr "# (leere Default-ACL)\n"
+
+msgid "# (default acl unchanged)\n"
+msgstr "# (Default-ACL nicht verändert)\n"
+
+#, c-format
+msgid "%s: %s: Resulting ACL `%s': %s at entry %d\n"
+msgstr "%s: %s: Resultierende ACL `%s': %s bei Eintrag %d\n"
+
+#, c-format
+msgid "%s: %s: Resulting default ACL `%s': %s at entry %d\n"
+msgstr "%s: %s: Resultierende Default-ACL `%s': %s bei Eintrag %d\n"
+
+#, c-format
+msgid "%s: %s: Only directories can have a default ACL\n"
+msgstr "%s: %s: Nur Verzeichnisse können eine Default-ACL haben\n"
+
+msgid "Multiple entries"
+msgstr "Mehrfache Einträge"
+
+msgid "Duplicate entries"
+msgstr "Doppelte Einträge"
+
+msgid "Missing or wrong entry"
+msgstr "Fehlende oder falsche Einträge"
+
+msgid "Invalid entry type"
+msgstr "Ungültiger Eintragstyp"