From 3f29f9afac46a93321d554c053a8d5c74e831603 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Wed, 10 Aug 2005 06:00:14 +0000 Subject: Update Polish translation, and fix an error reporting botch in attr code. Merge of master-melb:xfs-cmds:23447a by kenmcd. --- VERSION | 2 +- debian/changelog | 4 ++-- doc/CHANGES | 4 ++++ libattr/attr_copy_file.c | 2 +- po/pl.po | 59 +++++++++++++++++++++++++++++++----------------- 5 files changed, 46 insertions(+), 25 deletions(-) diff --git a/VERSION b/VERSION index cd9fd28..a470b2d 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=2 PKG_MINOR=4 -PKG_REVISION=23 +PKG_REVISION=24 PKG_BUILD=0 diff --git a/debian/changelog b/debian/changelog index ff92c3e..2861706 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -attr (2.4.23-1) unstable; urgency=low +attr (2.4.24-1) unstable; urgency=low * New upstream release - -- Nathan Scott Tue, 07 Jun 2005 09:10:32 +1000 + -- Nathan Scott Wed, 10 Aug 2005 10:23:56 +1000 attr (2.4.21-1) unstable; urgency=low diff --git a/doc/CHANGES b/doc/CHANGES index 6baea91..372e58d 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,7 @@ +attr-2.4.24 (10 August 2005) + - Fix botched error reporting in attr_copy_file.c + - Updated polish translation (both thanks to Jakub Bogusz) + attr-2.4.23 (3 June 2005) - attr_copy_{fd,file}: Reduce verboseness for ENOTSUP errors. ENOTSUPP is common when copying between xattr enabled and diff --git a/libattr/attr_copy_file.c b/libattr/attr_copy_file.c index b137678..0dbdd98 100644 --- a/libattr/attr_copy_file.c +++ b/libattr/attr_copy_file.c @@ -149,7 +149,7 @@ attr_copy_file(const char *src_path, const char *dst_path, break; } else { const char *qname = quote (ctx, name); - error (ctx, _("setting attribute %s for" + error (ctx, _("setting attribute %s for " "%s"), qname, qpath); quote_free (ctx, qname); ret = -1; diff --git a/po/pl.po b/po/pl.po index 9c2a755..1767f42 100644 --- a/po/pl.po +++ b/po/pl.po @@ -1,13 +1,13 @@ # Polish translation for attr. # Copyright (C) 2004 Free Software Foundation, Inc. # This file is distributed under the same license as the attr package. -# Jakub Bogusz , 2004. +# Jakub Bogusz , 2004-2005. # msgid "" msgstr "" -"Project-Id-Version: attr-2.4.14\n" +"Project-Id-Version: attr-2.4.23\n" "POT-Creation-Date: 2004-01-28 21:04+0100\n" -"PO-Revision-Date: 2004-01-28 21:09+0100\n" +"PO-Revision-Date: 2005-08-06 18:24+0200\n" "Last-Translator: Jakub Bogusz \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" @@ -78,26 +78,26 @@ msgstr "Nie mo msgid "At least one of -s, -g, or -r is required\n" msgstr "Wymagane jest jedno z -s, -g lub -r\n" -#: ../getfattr/getfattr.c:97 ../setfattr/setfattr.c:69 +#: ../getfattr/getfattr.c:98 ../setfattr/setfattr.c:70 msgid "No such attribute" msgstr "Nie ma takiego atrybutu" -#: ../getfattr/getfattr.c:253 +#: ../getfattr/getfattr.c:256 #, c-format msgid "%s: Removing leading '/' from absolute path names\n" msgstr "%s: Usunięcie wiodącego '/' ze ścieżek bezwzględnych\n" -#: ../getfattr/getfattr.c:391 +#: ../getfattr/getfattr.c:394 #, c-format msgid "%s %s -- get extended attributes\n" msgstr "%s %s -- odczyt rozszerzonych atrybutów\n" -#: ../getfattr/getfattr.c:393 ../setfattr/setfattr.c:167 +#: ../getfattr/getfattr.c:396 ../setfattr/setfattr.c:175 #, c-format msgid "Usage: %s %s\n" msgstr "Składnia: %s %s\n" -#: ../getfattr/getfattr.c:396 +#: ../getfattr/getfattr.c:399 #, c-format msgid "" " -n, --name=name get the named extended attribute value\n" @@ -128,12 +128,12 @@ msgstr "" " --version wyświetlenie informacji o wersji i zakończenie\n" " --help ten tekst pomocy\n" -#: ../getfattr/getfattr.c:493 +#: ../getfattr/getfattr.c:496 #, c-format msgid "%s: invalid regular expression \"%s\"\n" msgstr "%s: błędne wyrażenie regularne \"%s\"\n" -#: ../getfattr/getfattr.c:511 ../setfattr/setfattr.c:259 +#: ../getfattr/getfattr.c:514 #, c-format msgid "" "Usage: %s %s\n" @@ -142,22 +142,27 @@ msgstr "" "Składnia: %s %s\n" "`%s --help' wyświetli więcej informacji.\n" -#: ../setfattr/setfattr.c:122 +#: ../setfattr/setfattr.c:123 #, c-format msgid "%s: %s: No filename found in line %d, aborting\n" msgstr "%s: %s: Nie znaleziono nazwy pliku w linii %d, przerwanie pracy\n" -#: ../setfattr/setfattr.c:126 +#: ../setfattr/setfattr.c:127 #, c-format -msgid "%s: No filename found inline %d of standard input, aborting\n" +msgid "%s: No filename found in line %d of standard input, aborting\n" msgstr "%s: Nie znaleziono nazwy pliku w linii %d standardowego wejścia, przerwanie pracy\n" -#: ../setfattr/setfattr.c:166 +#: ../setfattr/setfattr.c:174 #, c-format msgid "%s %s -- set extended attributes\n" msgstr "%s %s -- ustawianie rozszerzonych atrybutów\n" -#: ../setfattr/setfattr.c:169 +#: ../setfattr/setfattr.c:176 +#, c-format +msgid " %s %s\n" +msgstr " %s %s\n" + +#: ../setfattr/setfattr.c:178 #, c-format msgid "" " -n, --name=name set the value of the named extended attribute\n" @@ -176,24 +181,36 @@ msgstr "" " --version wyświetlenie informacji o wersji i zakończenie\n" " --help ten tekst pomocy\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 +#: ../setfattr/setfattr.c:253 +#, c-format +msgid "" +"Usage: %s %s\n" +" %s %s\n" +"Try `%s --help' for more information.\n" +msgstr "" +"Składnia: %s %s\n" +" %s %s\n" +"`%s --help' wyświetli więcej informacji.\n" + +#: ../libattr/attr_copy_fd.c:82 ../libattr/attr_copy_fd.c:97 +#: ../libattr/attr_copy_file.c:80 ../libattr/attr_copy_file.c:95 #, c-format msgid "listing attributes of %s" msgstr "wypisywanie atrybutów %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 +#: ../libattr/attr_copy_fd.c:118 ../libattr/attr_copy_fd.c:135 +#: ../libattr/attr_copy_file.c:116 ../libattr/attr_copy_file.c:133 #, c-format msgid "getting attribute %s of %s" msgstr "odczyt atrybutu %s dla %s" -#: ../libattr/attr_copy_fd.c:143 ../libattr/attr_copy_file.c:141 +#: ../libattr/attr_copy_fd.c:148 ../libattr/attr_copy_fd.c:166 +#: ../libattr/attr_copy_file.c:145 ../libattr/attr_copy_file.c:164 #, c-format msgid "setting attributes for %s" msgstr "ustawianie atrybutów dla %s" -#: ../libattr/attr_copy_fd.c:149 ../libattr/attr_copy_file.c:147 +#: ../libattr/attr_copy_fd.c:154 ../libattr/attr_copy_file.c:152 #, c-format msgid "setting attribute %s for %s" msgstr "ustawianie atrybutu %s dla %s" -- cgit v1.2.3