diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | doc/CHANGES | 2 | ||||
-rw-r--r-- | po/Makefile | 2 | ||||
-rw-r--r-- | po/sv.po | 201 |
4 files changed, 205 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index fb853bf..d9c38c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ attr (2.4.29-1) unstable; urgency=low * New upstream release * Updated Polish translation. + * Initial Swedish translation (closes: #349234) -- Nathan Scott <nathans@debian.org> Tue, 31 Jan 2006 13:35:39 +1100 diff --git a/doc/CHANGES b/doc/CHANGES index bf54ed0..20b4176 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,6 +1,8 @@ attr-2.4.29 (31 January 2006) - Updated Polish translation. Thanks to Jakub Bogusz <qboosh@pld-linux.org> for this. + - Initial Swedish Translation, from the Debian translators. + Thanks to Daniel Nylander <yeager@lidkoping.net> for this. - Fixed rpm specfile with respect to INSTALL_{USER,GROUP}. - Fixed a couple of double frees in libattr attr copy routines, thanks to Andreas. diff --git a/po/Makefile b/po/Makefile index 9ebc984..d4cd0da 100644 --- a/po/Makefile +++ b/po/Makefile @@ -5,7 +5,7 @@ TOPDIR = .. include $(TOPDIR)/include/builddefs -LINGUAS = de fr nl pl +LINGUAS = de fr nl pl sv LSRCFILES = $(LINGUAS:%=%.po) $(PKG_NAME).pot XGETTEXTFILES = $(TOPDIR)/attr/attr.c \ diff --git a/po/sv.po b/po/sv.po new file mode 100644 index 0000000..df87dd3 --- /dev/null +++ b/po/sv.po @@ -0,0 +1,201 @@ +# Swedish translation of attr +# Copyright (C) 2006 Free Software Foundation, Inc. +# Daniel Nylander <po@danielnylander.se>, 2006. +# +msgid "" +msgstr "" +"Project-Id-Version: attr 2.4.25-1\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2006-01-21 18:46+0100\n" +"Last-Translator: Daniel Nylander <po@danielnylander.se>\n" +"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../attr/attr.c:57 +#, c-format +msgid "" +"Usage: %s [-LRSq] -s attrname [-V attrvalue] pathname # set value\n" +" %s [-LRSq] -g attrname pathname # get value\n" +" %s [-LRSq] -r attrname pathname # remove attr\n" +" -s reads a value from stdin and -g writes a value to stdout\n" +msgstr "" +"Användning: %s [-LRSq] -s attrnamn [-V attrvärde] sökväg # sätt värde\n" +" %s [-LRSq] -g attrnamn sökväg # hämta värde\n" +" %s [-LRSq] -r attrnamn sökväg # ta bort attr\n" +" -s läser ett värde från standard in och -g skriver ett värde till standard ut\n" + +#: ../attr/attr.c:90 +#: ../attr/attr.c:108 +#: ../attr/attr.c:117 +msgid "Only one of -s, -g, or -r allowed\n" +msgstr "Endast en av -s, -g eller -r tillåts\n" + +#: ../attr/attr.c:99 +msgid "-V only allowed with -s\n" +msgstr "-V tillåts endast med -s\n" + +#: ../attr/attr.c:137 +#, c-format +msgid "Unrecognized option: %c\n" +msgstr "Okänd flagga: %c\n" + +#: ../attr/attr.c:143 +msgid "A filename to operate on is required\n" +msgstr "Ett filnamn att operera på krävs\n" + +#: ../attr/attr.c:171 +#, c-format +msgid "Could not set \"%s\" for %s\n" +msgstr "Kunde inte sätta \"%s\" för %s\n" + +#: ../attr/attr.c:176 +#, c-format +msgid "Attribute \"%s\" set to a %d byte value for %s:\n" +msgstr "Attribut \"%s\" satt till ett %d bytevärde för %s:\n" + +#: ../attr/attr.c:197 +#, c-format +msgid "Could not get \"%s\" for %s\n" +msgstr "Kunde inte hämta \"%s\" för %s\n" + +#: ../attr/attr.c:202 +#, c-format +msgid "Attribute \"%s\" had a %d byte value for %s:\n" +msgstr "Attribut \"%s\" har ett %d bytevärde för %s:\n" + +#: ../attr/attr.c:218 +#, c-format +msgid "Could not remove \"%s\" for %s\n" +msgstr "Kunde inte ta bort \"%s\" för %s\n" + +#: ../attr/attr.c:226 +msgid "At least one of -s, -g, or -r is required\n" +msgstr "Åtminstone en av -s, -g eller -r krävs\n" + +#: ../getfattr/getfattr.c:97 +#: ../setfattr/setfattr.c:69 +msgid "No such attribute" +msgstr "Inget sådant attribut" + +#: ../getfattr/getfattr.c:253 +#, c-format +msgid "%s: Removing leading '/' from absolute path names\n" +msgstr "%s: Ta bort inledande \"/\" från absoluta sökvägar\n" + +#: ../getfattr/getfattr.c:391 +#, c-format +msgid "%s %s -- get extended attributes\n" +msgstr "%s %s -- hämta utökade attribut\n" + +#: ../getfattr/getfattr.c:393 +#: ../setfattr/setfattr.c:167 +#, c-format +msgid "Usage: %s %s\n" +msgstr "Användning: %s %s\n" + +#: ../getfattr/getfattr.c:396 +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 "" +" -n, --name=namn hämta angivet utökat attributvärde\n" +" -d, --dump hämta alla utökade attributvärden\n" +" -e, --encoding=... koda värden (som \"text\", \"hex\" eller \"base64\")\n" +" --match=mönster hämta endast attribut med namn som matchar mönster\n" +" --only-values skriv endast ut värden\n" +" -h, --no-dereference behåll referenser i symboliska länkar\n" +" --absolute-names ta inte bort inledande \"/\" i sökvägar\n" +" -R, --recursive rekursiv in i underkataloger\n" +" -L, --logical logisk gång, följ symboliska länkar\n" +" -P --physical fysisk gång, följ inte symboliska länkar\n" +" --version skriv ut version och avsluta\n" +" --help den här hjälptexten\n" + +#: ../getfattr/getfattr.c:493 +#, c-format +msgid "%s: invalid regular expression \"%s\"\n" +msgstr "%s: ogiltigt reguljärt uttryck \"%s\"\n" + +#: ../getfattr/getfattr.c:511 +#: ../setfattr/setfattr.c:259 +#, c-format +msgid "" +"Usage: %s %s\n" +"Try `%s --help' for more information.\n" +msgstr "" +"Användning: %s %s\n" +"Försök med \"%s --help\" för mer information.\n" + +#: ../setfattr/setfattr.c:122 +#, c-format +msgid "%s: %s: No filename found in line %d, aborting\n" +msgstr "%s: %s: Inget filnamn hittades på rad %d, avbryter\n" + +#: ../setfattr/setfattr.c:126 +#, c-format +msgid "%s: No filename found in line %d of standard input, aborting\n" +msgstr "%s: Inget filnamn hittades på rad %d i standard in, avbryter\n" + +#: ../setfattr/setfattr.c:166 +#, c-format +msgid "%s %s -- set extended attributes\n" +msgstr "%s %s -- sätt utökade attribut\n" + +#: ../setfattr/setfattr.c:169 +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 "" +" -n, --name=namn sätt värdet för angivet utökat attribut\n" +" -x, --remove=namn ta bort angivet utökat attribut\n" +" -v, --value=värde använd värde som attributvärde\n" +" -h, --no-dereference behåll referenser i symboliska länkar\n" +" --restore=fil restore extended attributes\n" +" --version print version and exit\n" +" --help this help text\n" + +#: ../libattr/attr_copy_fd.c:80 +#: ../libattr/attr_copy_fd.c:95 +#: ../libattr/attr_copy_file.c:78 +#: ../libattr/attr_copy_file.c:93 +#, c-format +msgid "listing attributes of %s" +msgstr "listar attribut för %s" + +#: ../libattr/attr_copy_fd.c:116 +#: ../libattr/attr_copy_fd.c:133 +#: ../libattr/attr_copy_file.c:114 +#: ../libattr/attr_copy_file.c:131 +#, c-format +msgid "getting attribute %s of %s" +msgstr "hämtar attribut %s för %s" + +#: ../libattr/attr_copy_fd.c:143 +#: ../libattr/attr_copy_file.c:141 +#, c-format +msgid "setting attributes for %s" +msgstr "sätter attribut för %s" + +#: ../libattr/attr_copy_fd.c:149 +#: ../libattr/attr_copy_file.c:147 +#, c-format +msgid "setting attribute %s for %s" +msgstr "sätter attribut %s för %s" + |