summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2002-11-30 02:48:51 +0000
committerNathan Scott <nathans@sgi.com>2002-11-30 02:48:51 +0000
commitaa48fa3df5525c8346b24e062338935c19424fe7 (patch)
treebd1be6e2eff1a9c6d319b4c6f522583f9ff443d5 /po
parent92ff8d8934ac441a2c55abbe8318969dfe3be772 (diff)
downloadattr-aa48fa3df5525c8346b24e062338935c19424fe7.tar.gz
attr package I18N changes.
Diffstat (limited to 'po')
-rw-r--r--po/Makefile51
-rw-r--r--po/attr.pot105
2 files changed, 156 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile
new file mode 100644
index 0000000..9033e4d
--- /dev/null
+++ b/po/Makefile
@@ -0,0 +1,51 @@
+#
+# Copyright (c) 2001-2002 Silicon Graphics, Inc. All Rights Reserved.
+#
+# This program is free software; you can redistribute it and/or modify it
+# under the terms of version 2 of the GNU General Public License as
+# published by the Free Software Foundation.
+#
+# This program is distributed in the hope that it would be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+#
+# Further, this software is distributed without any warranty that it is
+# free of the rightful claim of any third person regarding infringement
+# or the like. Any license provided herein, whether implied or
+# otherwise, applies only to this software file. Patent licenses, if
+# any, provided herein do not apply to combinations of this program with
+# other software, or any other product whatsoever.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write the Free Software Foundation, Inc., 59
+# Temple Place - Suite 330, Boston MA 02111-1307, USA.
+#
+# Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
+# Mountain View, CA 94043, or:
+#
+# http://www.sgi.com
+#
+# For further information regarding this notice, see:
+#
+# http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
+#
+
+TOPDIR = ..
+include $(TOPDIR)/include/builddefs
+
+# Currently LINGUAS is undefined, so buildmacros provides no targets.
+LINGUAS =
+LSRCFILES = $(LINGUAS:%=%.po) $(PKG_NAME).pot
+
+XGETTEXTFILES = $(TOPDIR)/attr/attr.c \
+ $(TOPDIR)/getfattr/getfattr.c \
+ $(TOPDIR)/setfattr/setfattr.c
+
+default: $(LINGUAS:%=%.mo)
+
+include $(BUILDRULES)
+
+install: default
+ $(INSTALL_LINGUAS)
+
+install-dev install-lib:
diff --git a/po/attr.pot b/po/attr.pot
new file mode 100644
index 0000000..1e3822f
--- /dev/null
+++ b/po/attr.pot
@@ -0,0 +1,105 @@
+#, c-format
+msgid ""
+"Usage: %s [-LRq] -s attrname [-V attrvalue] pathname # set value\n"
+" %s [-LRq] -g attrname pathname # get value\n"
+" %s [-LRq] -r attrname pathname # remove attr\n"
+" -s reads a value from stdin and -g writes a value to stdout\n"
+msgstr ""
+
+msgid "Only one of -s, -g, or -r allowed\n"
+msgstr ""
+
+msgid "-V only allowed with -s\n"
+msgstr ""
+
+#, c-format
+msgid "Unrecognized option: %c\n"
+msgstr ""
+
+msgid "A filename to operate on is required\n"
+msgstr ""
+
+#, c-format
+msgid "Could not set \"%s\" for %s\n"
+msgstr ""
+
+#, c-format
+msgid "Attribute \"%s\" set to a %d byte value for %s:\n"
+msgstr ""
+
+#, c-format
+msgid "Could not get \"%s\" for %s\n"
+msgstr ""
+
+#, c-format
+msgid "Attribute \"%s\" had a %d byte value for %s:\n"
+msgstr ""
+
+#, c-format
+msgid "Could not remove \"%s\" for %s\n"
+msgstr ""
+
+msgid "At least one of -s, -g, or -r is required\n"
+msgstr ""
+
+msgid "No such attribute"
+msgstr ""
+
+#, c-format
+msgid "%s: Removing leading '/' from absolute path names\n"
+msgstr ""
+
+#, c-format
+msgid "%s %s -- get extended attributes\n"
+msgstr ""
+
+#, c-format
+msgid "Usage: %s %s\n"
+msgstr ""
+
+msgid ""
+" -n, --name=name get the named extended attribute value\n"
+" -d, --dump get all extended attribute values\n"
+" -e, --encoding=... encode values (as 'text', 'hex' or 'base64')\n"
+" --match=pattern only get attributes with names matching pattern\n"
+" --only-values print the bare values only\n"
+" -h, --no-dereference do not dereference symbolic links\n"
+" --absolute-names don't strip leading '/' in pathnames\n"
+" -R, --recursive recurse into subdirectories\n"
+" -L, --logical logical walk, follow symbolic links\n"
+" -P --physical physical walk, do not follow symbolic links\n"
+" --version print version and exit\n"
+" --help this help text\n"
+msgstr ""
+
+#, c-format
+msgid "%s: invalid regular expression \"%s\"\n"
+msgstr ""
+
+#, c-format
+msgid ""
+"Usage: %s %s\n"
+"Try `%s --help' 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 inline %d of standard input, aborting\n"
+msgstr ""
+
+#, c-format
+msgid "%s %s -- set extended attributes\n"
+msgstr ""
+
+msgid ""
+" -n, --name=name set the value of the named extended attribute\n"
+" -x, --remove=name remove the named extended attribute\n"
+" -v, --value=value use value as the attribute value\n"
+" -h, --no-dereference do not dereference symbolic links\n"
+" --restore=file restore extended attributes\n"
+" --version print version and exit\n"
+" --help this help text\n"
+msgstr ""